@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400&family=Roboto+Condensed:ital,wght@0,700&display=swap');
html{
	scroll-behavior: smooth;
}
:root {
    --azul: #00b7dd;
	--azulescuro: #375DA8;
	--amarelo: #FFC054;
}
::-webkit-scrollbar-thumb {
	background-color: var(--azul);
}
::-webkit-scrollbar {
	width: 8px;
}
body{
	color: #2d2d2d;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.hero {
	background-image: url(images/bg-topo.jpg);
	padding: 40px 0 0 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.menuHero {
	background-color: #00b7dd;
	border-radius: 10px;
	width: 100%;
	height: 59px;
	margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menuSocial {
	color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 18px;
	width: 40%;
    padding: 0 30px;
    text-align: center;
}
.menuSocial a:hover {
	opacity: 0.8;
}
.menuSocial img {
    width: 38px;
}
.menuLogo {
	width: 20%;
}
.menuWhats {
	width: 40%;
    padding: 0 30px;
    text-align: center;
}
a.ctaWhatsMenu {
	color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 24px;
    background: #00b000;
    border-radius: 10px;
    padding: 2px 15px;
    display: inline-block;
}
a.ctaWhatsMenu img {
	margin-right: 10px;
    margin-bottom: 5px;
}
a.ctaWhatsMenu:hover {
	background: #00b2a5;
	text-decoration: none;
	color: #ffffff;
}
.hDesk {
	display: none !important;
}
.heroFrase img {
	width: 100%;
	height: auto;
}
.heroFoto img.criancas {
	width: 100%;
	height: auto;
}
.heroFoto a.ctaWhats{
	position: absolute;
    bottom: 10px;
    width: 280px;
    left: 50%;
    margin-left: -140px;
}
.sobre {
	background-image: url(images/bg-sobre.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 100px 0 60px 0;
	text-align: center;
}
.areaSobre {
	background: #ffffff;
	border-radius: 50px;
	padding: 60px;
}
img.grafico {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
h2.titulo {
	color: var(--azul);
	font-size: 44px;
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}
.sobre p {
	font-size: 20px;
	margin: 30px;
}
.boxSobre {
	background-color: var(--azul);
	color: #ffffff;
    text-align: left;
    line-height: 18px;
	padding: 30px;
	border-radius: 20px;
	margin-bottom: 20px;
}
.boxSobreTitulo {
    padding-bottom: 15px;
    display: flex;
    align-items: center;
}
.boxSobreTitulo img {
	margin-right: 20px;
}
.boxSobreTituloTexto {
  font-weight: 700;
  font-size: 24px;
	line-height: 100%;
}
.boxSobre p {
	font-size: 17px;
	margin: 0;
}
.conheca {
	padding: 150px 0;
	text-align: center;
}

.perguntasTitulo {
	text-align: center;
	margin-bottom: 30px;
}
.perguntas {
	background-image: url(images/bg-faq.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.franquias {
	text-align: left;
	background-image: url(images/bg-local.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 110px 0;
	margin-top: 80px;
}
.franquias h2.titulo {
	color: #000;
}
.franquias p {
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
	margin: 30px 0;
}
.locaisFranquias {
    padding-bottom: 15px;
    display: flex;
    align-items: center;
}
.locaisFranquias img {
	margin-right: 20px;
}
.locaisFranquiasTexto {
  	font-weight: 700;
  	font-size: 24px;
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: #fff;
    color: #00b7dd;
    border: 2px solid #00b7dd;
}
.nav-pills .nav-link {
    border-radius: 10px;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
    margin-bottom: 5px;
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #ef6697;
    border: 2px solid #ef6697;
}
a:hover {
    color: #00b7dd;
    text-decoration: underline;
}
.nav-pills .nav-link a:hover {
    color: #fff;
    text-decoration: underline;
}
.tab-content>.tab-pane {
    background: #ffffff;
    border-radius: 20px;
    border: 2px solid #00b7dd;
    padding: 25px;
    color: #00b7dd;
	font-family: 'Roboto Condensed', sans-serif;
    min-height: 400px;
}
.contato {
	padding: 80px 0 0 0;
	background: #00b2a5;
}
.contato h2 {
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #fff;
	font-size: 50px;
	margin-bottom: 30px;
}
.contato h2 span {
	font-size: 30px;
}
.contatoMenina {
	width: 100%;
	height: auto;
}
a.ctaWhats {
	color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
	font-size: 28px;
	background: #00b000;
	border-radius: 10px;
	padding: 6px 15px;
    display: inline-block;
}
a.ctaWhats img {
	margin-right: 10px;
    margin-bottom: 5px;
}
a.ctaWhats:hover {
	background: var(--azul);
	text-decoration: none;
}

.rodape {
	background-image: url(images/bg-rodape.png);
	background-color: #00b2a5;
	background-size: cover;
    background-position: center bottom;
	padding: 60px 0;
	text-align: center;
}
.rodapeLinha {
	height: 54px;
	width: 100%;
	background-color: #0071bc;
}
.rodapeLinks {
	margin: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.linkRodape {
	color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
	font-size: 20px;
	margin: 10px 15px;
}
.linkRodape a:hover{
	opacity: 0.8;
}
.textoLegal {
	color: #ffffff;
}


/* Swiper */
.areaSwiper{
	width: 100%;
	position: relative;
    padding: 0px 0px;
	background-color: transparent;
}
.swiperControles{
	display: block;
	right: 0px;
	width: 100%;
}
.swiper-button-prev:after,
.swiper-button-next:after{
	display: none;
}
.swiper-button-prev,
.swiper-button-next {
	width: 30px;
	height: 60px;
}
.swiper-button-prev1,
.swiper-button-prev2  {
	left: 10vw;
}
.swiper-button-next1,
.swiper-button-next2 {
	right: 10vw;
}
.swiper-button-prev img,
.swiper-button-next img{
	width: 30px;
	height: auto;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
	opacity: 0.8;
}
.swiper-pagination1,
.swiper-pagination2,
.swiper-pagination3{
	top: 2px !important;
	margin-right: 30px;
}
.swiper-pagination-bullet {
	background: url(images/bullet-slide.png);
	width: 25px;
	height: 22px;
	border-radius: 0px;
	opacity: 1;
	transition: all 0.2s;
}
.swiper-pagination-bullet-active{
	background: url(images/bullet-slide.png);
	width: 25px;
	height: 22px;
	opacity: 0.8;
}
.swiper-pagination-bullets.swiper-pagination-horizontal{
	width: 100px;
    left: 50%;
    right: 50%;
    bottom: -50px;
    height: 30px;
    top: auto !important;
}
.boxPrograma {
	background-color: #70be54;
	padding: 20px;
	border-radius: 20px;
    display: flex;
    align-items: center;
}
.programa1 {
	background-color: #70be54;
}
.programa2 {
	background-color: #ef6697;
}
.programa3 {
	background-color: #00b7dd;
}
.boxProgramaImage {
	width: 325px;
	height: auto;
    width: 30%;
}
.boxProgramaImage img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.boxProgramaTexto {
	color: #ffffff;
	padding: 40px;
	text-align: left;
    width: 70%;
}
.boxProgramaTexto h2 {
	margin-bottom: 40px;
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
	font-size: 30px;
}
.boxProgramaTexto p {
	font-size: 20px;
}
.semPad {
	padding: 0;
}

.whatsapp-open{
	position: fixed!important;
    width: 60px!important;
    height: 60px!important;
    border: 2px solid #22cc60!important;
    background: none #25d366!important;
    color: #fff!important;
    border-radius: 50px!important;
    text-align: center!important;
    box-shadow: 1px 1px 5px #252525!important;
    z-index: 2147483647!important;
    opacity: 1!important;
    visibility: visible!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    transform: scale(1)!important;
    cursor: pointer!important;
    box-sizing: border-box!important;
	bottom: 30px;
    right: 30px;
}
.whatsapp-open{
    box-shadow: none !important;
}
.whatsapp-open img{
	position: relative;
	z-index: 10;
}
.whatsapp-open:before{
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin: 0 auto;
    border: 1px solid #25d366;
	background-color: #25d366;
    left: -2px;
    top: -2px;
    animation:circuloWhats1 4s infinite linear;
	z-index: 3;
}
@keyframes circuloWhats1{
    0%  {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    100%{
        opacity: 1;
        transform: scale(1);
    } 
}
.whatsapp-open:after{
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin: 0 auto;
    border: 1px solid #25d366;
    left: -2px;
    top: -2px;
    opacity: 0.2;
    animation: circuloWhats2 4s infinite linear;
	z-index: 3;
}
@keyframes circuloWhats2{
    0%  {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(2);
    }
}

img.imgmodal {
	width: 100%;
	height: auto;
	margin-bottom: 30px
}

.boxContato{
	padding: 10px;
    text-align: center;
}
.boxContato form label{
	margin: 0 0 5px 5px;
	font-weight: 600;
	font-size: 15px;
	line-height: 150%;
	color: #3B3B3B;
	text-align: left;
	width: 100%;
}
.boxContato .form-control{
	background: #F8FAFC;
	border-radius: 5px;
    border: none;
    height: 45px;
    padding: 10px 10px 10px 15px;
	font-size: 14px;
	margin-bottom: 15px;
}
.boxContato textarea.form-control{
	resize: none;
	padding-left: 20px;
	height: 160px;
}
.boxContato .formsubmit{
    cursor: pointer;
    height: auto;
    text-align: center;
    position: relative;
    display: block;
    font-size: 16px;
    padding: 10px 30px 12px 30px;
    color: #ffffff;
    background: var(--azul);
    border-radius: 30px;
    margin-top: 10px;
    font-weight: 500;
    margin: 0 auto;
}
.boxContato .formsubmit:hover{
	text-decoration: none;
	background: var(--azulescuro);
}

.obrigado{
	background: #fff8e7;
	text-align: center;
	min-height: 100vh;
}
.obrigado img{
	margin-top: 50px
}
.obrigado h1{
	font-weight: 800;
	font-size: 36px;
	letter-spacing: -2px;
	line-height: 40px;
	text-align: center;
	margin-top: 60px;
}
.obrigado h2{
	font-weight: 500;
	margin-top: 0px;
	font-size: 28px;
	letter-spacing: -2px;
	line-height: 40px;
}
a.ctaTY{
	width: 100%;
    display: block;
    max-width: 250px;
    margin: 40px auto;
    border-radius: 20px;
    padding: 12px;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    position: relative;
	background-color: var(--azul);
	color: #fff;
	border:1px solid var(--azul);
}
a.ctaTY:hover{
	color: var(--azul);
	background-color: #fff;
}


/*		Responsive CSS 		*/
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
	.menuSocial span{
		display: none;
	}
	.menuSocial a {
		margin: 0 5px;
	}
	.menuLogo {
		width: 50%;
	}
	.menuSocial {
    	width: 30%;
		display: flex;
    	padding: 0 10px;
	}
	.hMob {
		display: none !important;
	}
	.hDesk {
		display: block !important;
	}
	.menuWhats {
    	width: 20%;
    	padding: 0 10px;
	}
	a.ctaWhatsMenu {
		background: none;
	}
	.menuSocial img,
	a.ctaWhatsMenu img {
		width: 36px;
		margin-top: 5px;
	}
	h2.titulo{
		font-size: 38px;
	}
	.areaSobre {
		padding: 30px;
	}
	.boxPrograma {
		flex-wrap: wrap;
		justify-content: center;
	}
	.boxProgramaImage {
		width: 100%;
	}
	.boxProgramaTexto {
		width: 100%;
	}
	.boxProgramaTexto h2 {
		margin-bottom: 15px;
		font-size: 24px;
	}
	.boxProgramaTexto p {
    	font-size: 17px;
	}
	.tab-content>.tab-pane {
		min-height: auto;
	}
	.contato {
		text-align: center;
	}
	.rodapeLinks {
	    flex-wrap: wrap;
	}
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
	.menuSocial span{
		display: none;
	}
	.menuSocial a {
		margin: 0 5px;
	}
	.menuLogo {
		width: 40%;
	}
	.menuSocial {
    	width: 35%;
		display: flex;
	}
	.hMob {
		display: none !important;
	}
	.hDesk {
		display: block !important;
	}
	.menuWhats {
    	width: 25%;
	}
	a.ctaWhatsMenu {
		background: none;
	}
	.menuSocial img,
	a.ctaWhatsMenu img {
		width: 36px;
		margin-top: 5px;
	}
	h2.titulo{
		font-size: 38px;
	}
	.areaSobre {
		padding: 30px;
	}
	.boxPrograma {
		flex-wrap: wrap;
		justify-content: center;
	}
	.boxProgramaImage {
		width: 100%;
	}
	.boxProgramaTexto {
		width: 100%;
	}
	.boxProgramaTexto h2 {
		margin-bottom: 15px;
		font-size: 24px;
	}
	.boxProgramaTexto p {
    	font-size: 17px;
	}
	.tab-content>.tab-pane {
		min-height: auto;
	}
	.contato {
		text-align: center;
	}
	.rodapeLinks {
	    flex-wrap: wrap;
	}
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	.menuSocial span{
		display: none;
	}
	.menuSocial a {
		margin: 0 5px;
	}
	.menuSocial {
		display: flex;
	}
	.menuHero a.ctaWhatsMenu {
    	width: 250px;
	}
	.menuLogo {
		width: 30%;
	}
	.menuSocial {
    	width: 20%;
	}
	.menuWhats {
	    width: 50%;
	}
	.areaSobre {
		padding: 30px;
	}
	.boxSobre {
		padding: 20px;
	}
	.boxPrograma {
		flex-wrap: wrap;
		justify-content: center;
	}
	.boxProgramaImage {
		width: 100%;
	}
	.boxProgramaTexto {
		width: 90%;
	}
	.tab-content>.tab-pane {
		min-height: auto;
	}
	.contato h2 {
		font-size: 35px;
		margin-bottom: 20px;
	}
	.contato h2 span {
		font-size: 24px;
	}	
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 

}