html{
	overflow-x: hidden !important;
	scroll-behavior: smooth !important;
	padding: 0 !important;

}
.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, 0) !important; 
}

.barlow-thin {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.barlow-extralight {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.barlow-light {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-regular {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-medium {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-semibold {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-bold {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-extrabold {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-black {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.barlow-thin-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.barlow-extralight-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.barlow-light-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.barlow-regular-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.barlow-medium-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.barlow-semibold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.barlow-bold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.barlow-extrabold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.barlow-black-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: italic;
}


body{
	scroll-behavior: smooth !important;
	padding: 0 !important;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}


:root {
  --branco: #ffffff;
  --preto: #000000;
  --verde:  #008c52;
  --verde2:  #1cb460;
  --azul:  #243a85;
  --azul2:  #4762d2;
  --cinza:  #f5f6f7;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
	/*max-width: 1350px;*/
}
.vertical-center {
  display: flex;
  align-items: center;
}
.vertical-bottom{
  display: table;
  vertical-align: bottom;
}


a{
	color: var(--dourado);
}
a,a:visited,a:focus,a:hover{
	text-decoration: none !important;
}

.branco{
	color:var(--branco) !important;
}
.preto{
	color:var(--preto) !important;
}
.verde{
	color:var(--verde) !important;
}
.verde2{
	color:var(--verde2) !important;
}
.azul{
	color:var(--azul) !important;
}
.azul2{
	color:var(--azul2) !important;
}
.cinza{
	color:var(--cinza) !important;
}


.bg-preto{
	background-color: var(--preto);
}
.bg-branco{
	background-color: var(--branco);
}
.bg-verde{
	background-color: var(--verde);
}
.bg-verde2{
	background-color: var(--verde2);
}
.bg-azul{
	background-color: var(--azul);
}
.bg-azul2{
	background-color: var(--azul2);
}
.bg-cinza{
	background-color: var(--cinza);
}

.order1,.order1a{
	order: 1;
}
.order2,.order2a{
	order: 2;
}

.carousel-control-next,
.carousel-control-prev /*, .carousel-indicators */ {
    filter: invert(40%);
}

.carousel-caption { width:100%; z-index:10; color:#fff; text-align:center; top:50%; left:8%; bottom:auto; -webkit-transform:translate(0, -50%); -ms-transform:translate(0, -50%); transform:translate(0, -50%); }
.carousel-caption h5 { font-size:50px; line-height: 50px; }


.logo, .logo-rodape{
	width: 100px;
	margin: 5px 15px;
	transition: all ease 0.3s;
}
.ajusta-logo{
	width: 50px;
	margin: 5px 0;
	transition: all ease 0.3s;
}


section{
	padding: 60px 0;
}

header{
	background-color: var(--branco);
	transition: all ease 0.3s;
}
.spacer-topo{
	height: 150px;
	display: block;
}
.nav-item{
	margin: 0 10px;
}
.nav-link,.dropdown-item{
	color: #757575;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 13px;
  font-style: normal;
	transition: all ease 0.3s;
}
.nav-link:hover,.dropdown-item:hover{
	transition: all ease 0.3s;
	color: var(--verde) !important;
}
.nav-link-visita{
	background-color: var(--verde);
	color: var(--branco) !important;
	border-radius: 20px;
}
.nav-link-visita:hover{
	background-color: var(--verde2);
	color: var(--branco) !important;
}
.nav-link-portal{
	background-color: var(--azul);
	color: var(--branco) !important;
	border-radius: 20px;
}
.nav-link-portal:hover{
	background-color: var(--azul2);
	color: var(--branco) !important;
}

.nav-container{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 30px;
}
.topo-container{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 30px;
}
.carousel-container{
	width: 96%;
	max-width: 1550px;
	margin: 0 auto;
}
.balao-container{
	width: 96%;
	max-width: 1300px;
	margin: 0 auto;
}


.blocos{
	padding: 35px;
	padding-left:60px;
	font-size: 13px;
	line-height: 18px;
	color: var(--branco);
	transition: all ease 0.3s;
}
.blocos:hover{
	padding-left: 75px;
	color: var(--branco);
	transition: all ease 0.3s;
}
.blocos:hover a{
	color: var(--branco);
}
.blocos img{
	width: 30px;
	margin-right: 5px;
}

.bloco-infantil{
	background-color: var(--azul);
}
.bloco-fundamental1{
	background-color: var(--azul2);
}
.bloco-fundamental2{
	background-color: var(--verde);
}
.bloco-medio{
	background-color: var(--verde2);
}

.bg01{
	background-color: var(--azul);
	background-image: url('img/bg01.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

.bloco01{
	width: 100%;
	background-color: var(--azul);
	background-image: url('img/bg01.jpg');
	border-radius: 20px;
	padding: 90px 55px;
	background-repeat: no-repeat;
	background-position: top right;
	color: var(--branco);
	font-size: 17px;
}
.bloco01b{
	width: 100%;
	background-color: var(--verde);
	background-image: url('img/bg03.jpg');
	border-radius: 20px;
	padding: 75px 55px;
	background-repeat: no-repeat;
	background-position: top right;
	color: var(--branco);
	font-size: 17px;
}
.bloco02{
	width: 100%;
	background-color: var(--azul);
	background-image: url('img/bg02.jpg');
	border-radius: 20px;
	padding: 40px 55px;
	background-repeat: no-repeat;
	background-position: bottom left;
	color: var(--branco);
	font-size: 28px;
}
.bloco03{
	width: 100%;
	border-radius: 20px;
	padding: 80px 15px;
	color: #333333;
	font-size: 20px;
	font-family: "Barlow", sans-serif;
	font-weight: 700;
	border: 1px solid #cccccc;
	text-align: center;
}
.bloco03 img{
	width: 50px;
	margin-bottom: 15px;
}
.bloco03 i {
	color: var(--azul);
	font-size: 35px;
	padding-bottom: 10px;
}
.i-verde i{
	color: var(--verde2);
}
.bloco04{
	width: 100%;
	border-radius: 20px;
	padding: 35px;
	color: #333333;
	font-size: 15px;
	line-height: 20px;
	height: 100%;
	font-family: "Barlow", sans-serif;
	border: 1px solid #cccccc;
	text-align: center;
	transition: all ease 0.3s;
}
.bloco04 i {
	font-size: 35px;
	padding-bottom: 10px;
}
.bloco04 img{
	width: 40px;
	margin-bottom: 10px;
}
.bloco04 h2{
	font-size: 20px;
	font-family: "Barlow", sans-serif;
	font-weight: 700;
}
.bloco04:hover{
	background-color: var(--azul);
	color: var(--branco);
	transition: all ease 0.3s;
}
.bloco05{
	width: 100%;
	border-radius: 20px;
	padding: 80px 15px;
	color: #ffffff;
	font-size: 20px;
	font-family: "Barlow", sans-serif;
	font-weight: 700;
	text-align: center;
	background-color: var(--verde);
}

.bloco05 i {
	font-size: 35px;
	padding-bottom: 10px;
}
.bloco06{
	width: 100%;
	border-radius: 20px;
	padding: 80px 15px;
	color: #ffffff;
	font-size: 20px;
	font-family: "Barlow", sans-serif;
	font-weight: 700;
	text-align: center;
	background-color: var(--azul);
}

.bloco06 i {
	font-size: 35px;
	padding-bottom: 10px;
}


.parceiros{
	-webkit-filter: grayscale(100%);
 	filter: grayscale(100%);
 	filter: gray; /* IE */
 	opacity: 50%;
 	transition: .25s ease;
	mix-blend-mode: multiply;
}

.parceiros:hover{
	-webkit-filter: grayscale(0%);
 	filter: grayscale(0%);
 	opacity: 100%;
 	transition: .25s ease;
 	cursor: pointer;
}



.balao01{
	border-radius: 20px;
	padding: 20px 40px 0 40px;
	background-color: var(--verde);
	color: var(--branco);
	border-bottom-left-radius: 0;
	background-image: url('img/bg03.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: contain;
}
.balao01 img{
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -50px;
	position: absolute;
	bottom: 0;
}
.balao01-base{
	max-width: 70px;
}

.topo-internas{
	padding: 45px 65px 45px 65px;
	background-position: top left;
	background-size: 100%;
	border-radius: 20px;
	border-bottom-left-radius: 0;
	background-image: url('img/bg-topo-internas.jpg');
	background-color: var(--azul);
}
.topo-internas h1{
	color: var(--branco);
	font-weight: bold;
	font-size: 45px;
}

.topo-internas2{
	padding: 45px 65px 0 65px;
	background-position: top left;
	background-size: 100%;
	border-radius: 20px;
	border-bottom-left-radius: 0;
	background-image: url('img/bg-topo-internas.jpg');
	background-color: var(--azul);
}
.topo-internas2 h1{
	color: var(--branco);
	font-weight: bold;
	font-size: 45px;
}

.topo-internas2 img{
	margin-top: -70px;
}


.equipe{
	text-align: center;
	font-size: 15px;
	line-height: 19px;
}
.equipe h3{
	margin-top: 18px;
	font-size: 20px;
	line-height: 22px;
	 font-family: "Barlow", sans-serif;
	 font-weight: 600;
}

.letra-hino{
	font-size: 15px;
	line-height: 22px;
	font-family: "Barlow", sans-serif;
}
.trecho-hino{
	font-size: 40px;
	line-height: 45px;
	font-weight: 700;
  font-family: "Barlow", sans-serif;
	font-style: italic;
	color: var(--azul);
	margin-top: 25px;
}
.trecho-hino-detalhe{
	font-size: 25px;
	line-height: 25px;
	font-weight: 700;
  font-family: "Barlow", sans-serif;
	color: var(--azul);
}


.icone01{
	width: 40px !important;
	height: 40px !important;
	font-size: 40px !important;
	margin-bottom: 10px;
}


.foto01{
	border-radius: 20px;
}
.foto02{
	border-radius: 20px;
	border: 3px solid #fff;
	transition: all ease 0.3s;
}
.foto02:hover{
	border: 3px solid var(--verde);
	transition: all ease 0.3s;
}
.depoimentos{
	border-radius: 20px;
	border: 1px solid #dbdbdb;
	padding: 40px 65px;
	text-align: center;
	height: 400px;
	font-size: 17px;
	line-height: 25px;
}
.depoimentos h3{
	font-size: 17px;
	font-weight: bold;
	margin-top: 15px;
}
.depoimentos li{
	background-color: var(--verde);
}
.aspas{
	max-width: 70px;
	margin-bottom: 15px;
}
.estrelas{
	color: #ffd200;
}

.botao1{
	color: var(--branco);
	background-color: var(--azul);
	font-weight: 500;
	letter-spacing: .5px;
	border-radius: 30px;
	border: 0;
	font-size: 13px;
	padding:8px 30px;
	transition: all ease 0.3s;
	text-transform: uppercase;
}
.botao1:hover{
	background-color: var(--azul2);
	transition: all ease 0.3s;
}

.botao2{
	color: var(--branco);
	background-color: var(--verde);
	font-weight: 500;
	letter-spacing: .5px;
	border-radius: 30px;
	border: 0;
	font-size: 13px;
	padding:8px 30px;
	transition: all ease 0.3s;
	text-transform: uppercase;
}
.botao2:hover{
	background-color: var(--verde2);
	transition: all ease 0.3s;
}

.botao3{
	color: var(--branco);
	background-color: transparent;
	font-weight: 500;
	letter-spacing: .5px;
	border-radius: 30px;
	border: 1px solid var(--branco);
	font-size: 15px;
	padding:8px 30px;
	transition: all ease 0.3s;
	text-transform: uppercase;
}
.botao3:hover{
	background-color: var(--azul2);
	border: 1px solid var(--azul2);
	transition: all ease 0.3s;
}



.bloco-estruturas{
	border-radius: 20px;
	background-color: var(--preto);
	position: relative;
}
.bloco-estruturas h3{
	font-size: 25px;
	line-height: 30px;
	font-weight: 600;
}

.texto-over{
	z-index: 101;
	position: absolute;
	width: 100%;
	padding:40px 25px 25px 25px;
	bottom: 0;
	background: rgb(36,58,133);
	background: linear-gradient(180deg, rgba(36,58,133,0) 0%, rgba(36,58,133,.6) 30%, rgba(36,58,133,1) 90%);
}


.zoom {
	overflow: hidden;
}

.zoom img {
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.zoom:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	filter: brightness(80%);
}


.formulario{
	width: 100%;
	padding: 45px;
	background-size: cover;
	border-radius: 20px;
	background-image: url('img/bg-topo-internas.jpg');
	background-color: var(--azul);
	color: var(--branco);
}
.form1{
	margin-bottom: 10px;
	border-radius: 20px;
}
.bt-form1{
	border-radius: 20px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	background-color: var(--verde);
	color: var(--branco);
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: bold;
}
.bt-form1:hover{
	background-color: var(--verde2);
	color: var(--branco);
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: bold;
}

.bt-form2{
	border-radius: 20px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	background-color: var(--azul);
	color: var(--branco);
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: bold;
}
.bt-form2:hover{
	background-color: var(--azul2);
	color: var(--branco);
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: bold;
}

.titulo1{
	font-size: 28px;
	line-height: 33px;
	color: #333333;
}
.titulo2{
	font-size: 38px;
	line-height: 43px;
	color: #ffffff;
	margin-bottom: 25px;
	font-weight: bold;
}



.bt-whatsapp{
	background-color:#42c553;
	border-radius: 100px;
	padding: 18px 20px;
	font-size: 30px;
	font-weight: normal;
	color:#fff;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;	
	text-transform: uppercase;
	position: fixed;
	z-index: 100;
	bottom: 20px;
	right: 20px;
}
.bt-whatsapp:hover{
	background-color:#18ed34;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;	
}


footer{
	background-color: var(--verde);
	border-bottom: 12px solid var(--azul);
	color: var(--branco);
	padding: 50px 0;
	font-size:14px;
}
.copyright{
	border-top:1px solid #fff;
	padding-top: 35px;
	margin-top: 35px;
}

/* Small devices (landscape phones, 544px and up) */
@media (max-width: 575px) { 



body{
	font-size: 15px;
	line-height: 25px;
}



}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (max-width: 767px) { 


.botao3{
	font-size: 13px;
}

.depoimentos{
	padding: 35px 45px;
	min-height: 680px !important;
	height: 680px !important;
	font-size: 15px;
	line-height: 23px;
}
.depoimentos h3{
	font-size: 15px;
	font-weight: bold;
	margin-top: 15px;
}
.aspas{
	max-width: 50px;
	margin-bottom: 15px;
}

.topo-internas{
	padding: 25px 35px 25px 35px;
	background-position: top left;
	background-size: cover;
	border-radius: 10px;
	border-bottom-left-radius: 0;
}
.topo-internas h1{
	color: var(--branco);
	font-weight: bold;
	font-size: 25px;
}
.topo-container{
	width: 98%;
}

.topo-internas2{
	padding: 25px 35px 0px 35px;
	background-position: top left;
	background-size: cover;
	border-radius: 10px;
	border-bottom-left-radius: 0;
}
.topo-internas2 h1{
	color: var(--branco);
	font-weight: bold;
	font-size: 30px;
}

.topo-internas2 img{
	margin-top: -20px;
}


.nav-container{
	padding: 0 15px;
}
section{
	padding: 30px 0;
}
.order1{
	order: 2;
}
.order2{
	order: 1;
}
.logo{
	width: 75px;
	transition: all ease 0.3s;
}
.logo-rodape{
	width: 45px;
}
.ajusta-logo{
	width: 50px;
	margin: 5px 0;
	transition: all ease 0.3s;
}
.nav-link{
  font-size: 14px;
  border-top: 1px solid #efefef;
}
.spacer-topo{
	height: 120px;
	display: block;
}
.blocos{
	padding: 12px;
	padding-left:12px;
	font-size: 10px;
	line-height: 16px;
}
.blocos:hover{
	padding: 12px;
	padding-left:12px;
	font-size: 10px;
	line-height: 16px;
}
.blocos img{
	width: 28px;
	margin-right: 0px;
}

.titulo1{
	font-size: 25px;
	line-height: 30px;
}
.titulo2{
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 15px;
}
.bloco01{
	padding: 40px;
}
.bloco01b{
	padding: 40px;
}
.bloco02{
	padding: 40px;
}
.bloco01 h2{
	font-size: 22px;
}
.bloco02 h2{
	font-size: 22px;
}
.bloco03{
	padding: 40px 15px;
	color: #333333;
	font-size: 15px;
	line-height: 18px;
}
.bloco03 img{
	width: 30px;
	margin-bottom: 10px;
}
.bloco04{
	border-radius: 10px;
	padding: 22px;
	font-size: 14px;
	line-height: 18px;
}
.bloco04 img{
	width: 30px;
}
.bloco04 h2{
	font-size: 18px;
}



.trecho-hino{
	font-size: 22px;
	line-height: 30px;
	margin-top: 5px;
}
.trecho-hino-detalhe{
	font-size: 16px;
	line-height: 20px;
}



.carousel-caption { width:100%; z-index:10; color:#fff; text-align:center; bottom: 0 !important; left:0%;  -webkit-transform:translate(0, -5%); -ms-transform:translate(0, -5%); transform:translate(0, -5%); }
.carousel-caption h5 { font-size:25px; line-height: 25px; }


.balao01{
	padding: 20px 30px 0 30px;
	background-position: bottom left;
	background-size: contain;
}
.balao01 img{
	margin-top: 20px;
}
.balao01-base{
	max-width: 40px;
	margin-top: -2px;
}
.dropdown-item{
	border-bottom: 1px solid #efefef;
}
.dropdown-item:last-child{
	border-bottom: none;
}
.dropdown-menu{
	text-align: center;
	border: 1px solid #efefef;
	border-radius: 10px;
	margin-bottom: 10px;
}





}
 
/* Large devices (desktops, 992px and up) */
@media (max-width: 1100px) { 

.nav-item{
	margin: 0 6px;
}
.nav-link,.dropdown-item{
	color: #757575;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-style: normal;
	transition: all ease 0.3s;
}


}
 

@media (max-width: 1200px){

.balao01 img{
	max-width: 550px;
	margin: 0 auto;
	margin-top: 0px;
	position: relative;
	bottom: 0;
}
.order1a{
	order: 2;
}
.order2a{
	order: 1;
}


}


/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1450px) {  

.carousel-caption h5 { font-size:30px; line-height: 30px; }

}





.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 10px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: "Font Awesome 5 Free";
    content: "\f002";
    font-weight: 900;
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}