#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
width: 40px;
height: 40px;
margin-top: -20px;
margin-left: -20px;
cursor: pointer;
overflow: hidden;
z-index: 1104;
display: none;
}
#fancybox-loading div {
position: absolute;
top: 0;
left: 0;
width: 40px;
height: 480px;
}
#fancybox-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 1100;
display: none;
}
#fancybox-tmp {
padding: 0;
margin: 0;
border: 0;
overflow: auto;
display: none;
}
#fancybox-wrap {
position: absolute;
top: 0;
left: 0;
padding: 20px;
z-index: 1101;
outline: none;
display: none;
}
#fancybox-outer {
position: relative;
width: 100%;
height: 100%;
background: #fff;
}
#fancybox-content {
width: 0;
height: 0;
padding: 0;
outline: none;
position: relative;
overflow: hidden;
z-index: 1102;
border: 0px solid #fff;
}
#fancybox-hide-sel-frame {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: transparent;
z-index: 1101;
}
#fancybox-close {
position: absolute;
top: -15px;
right: -15px;
width: 30px;
height: 30px;
cursor: pointer;
z-index: 1103;
display: none;
}
#fancybox-error {
color: #444;
padding: 14px;
margin: 0;
}
#fancybox-img {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
border: none;
outline: none;
line-height: 0;
vertical-align: top;
}
#fancybox-frame {
width: 100%;
height: 100%;
border: none;
display: block;
}
#fancybox-left, #fancybox-right {
position: absolute;
bottom: 0px;
height: 100%;
width: 35%;
cursor: pointer;
outline: none;
z-index: 1102;
display: none;
}
#fancybox-left {
left: 0px;
}
#fancybox-right {
right: 0px;
}
#fancybox-left-ico, #fancybox-right-ico {
position: absolute;
top: 50%;
left: -9999px;
width: 30px;
height: 30px;
margin-top: -15px;
cursor: pointer;
z-index: 1102;
display: block;
}
#fancybox-left-ico {
background-position: -40px -30px;
}
#fancybox-right-ico {
background-position: -40px -60px;
}
#fancybox-left:hover, #fancybox-right:hover {
visibility: visible; }
#fancybox-left:hover span {
left: 20px;
}
#fancybox-right:hover span {
left: auto;
right: 20px;
}
.fancybox-bg {
position: absolute;
padding: 0;
margin: 0;
border: 0;
width: 20px;
height: 20px;
z-index: 1001;
}
#fancybox-bg-n {
top: -20px;
left: 0;
width: 100%;
}
#fancybox-bg-ne {
top: -20px;
right: -20px;
background-position: -40px -162px;
}
#fancybox-bg-e {
top: 0;
right: -20px;
height: 100%;
background-position: -20px 0px;
}
#fancybox-bg-se {
bottom: -20px;
right: -20px;
background-position: -40px -182px; 
}
#fancybox-bg-s {
bottom: -20px;
left: 0;
width: 100%;
background-position: 0px -20px;
}
#fancybox-bg-sw {
bottom: -20px;
left: -20px;
background-position: -40px -142px;
}
#fancybox-bg-w {
top: 0;
left: -20px;
height: 100%;
}
#fancybox-bg-nw {
top: -20px;
left: -20px;
background-position: -40px -122px;
}
#fancybox-title {
font-size: 12px;
z-index: 1102;
}
.fancybox-title-inside {
padding-bottom: 10px;
text-align: center;
color: #333;
background: #fff;
position: relative;
}
.fancybox-title-outside {
padding-top: 10px;
color: #fff;
}
.fancybox-title-over {
position: absolute;
bottom: 0;
left: 0;
color: #FFF;
text-align: left;
}
#fancybox-title-over {
padding: 10px;
display: block;
}
.fancybox-title-float {
position: absolute;
left: 0;
bottom: -20px;
height: 32px;
}
#fancybox-title-float-wrap {
border: none;
border-collapse: collapse;
width: auto;
}
#fancybox-title-float-wrap td {
border: none;
white-space: nowrap;
}
#fancybox-title-float-left {
padding: 0 0 0 15px;
}
#fancybox-title-float-main {
color: #FFF;
line-height: 29px;
font-weight: bold;
padding: 0 0 3px 0;
}
#fancybox-title-float-right {
padding: 0 0 0 15px;
}* {
font-family: 'Open Sans', sans-serif;
font-display: swap;
}
p {
color: #666;
}
a:hover {
text-decoration: none;
}
h1 {
font-weight: bolder;
font-size: 30px;
color: #155a9e;
padding-bottom: 35px;
}
.content-default h2,
.content-default h3,
.content-default h4,
.content-default h5,
.content-default h6 {
font-size: 20px;
font-weight: bold;
color: #f58634;
}
.content-default ul li {
color: #f58634;
}
.content-default p {
font-size: 15px;
}
.flex {
display: flex;
display: -webkit-flex;
}
.wrap {
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
}
.align-center {
align-items: center;
-webkit-align-items: center;
}
.align-end {
align-items: flex-end;
-webkit-align-items: flex-end;
}
.center {
justify-content: center;
-webkit-justify-content: center;
}
.between {
justify-content: space-between;
-webkit-justify-content: space-between;
}
.column {
flex-direction: column;
-webkit-flex-direction: column;
}
.height-full {
height: 100%;
}
.margin-top-20 {
margin-top: 20px;
}
.margin-bottom-20 {
margin-bottom: 20px;
}
.content {
width: 100%;
max-width: 1400px;
margin: auto;
padding: 0 15px;
}
.caixa-busca {
background: rgba(21, 90, 158, 0.96);
width: 100%;
height: 100%;
position: fixed;
top: 30px;
left: 0;
opacity: 0;
z-index: 999;
visibility: hidden;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
-webkit-transition-property: top, opacity, visibility;
-o-transition-property: top, opacity, visibility;
transition-property: top, opacity, visibility;
}
.col60 {
width: 60%;
padding-right: 20px;
}
.col40 {
width: 40%;
}
.caixa-busca.visivel {
opacity: 1;
visibility: visible;
top: 0;
z-index: 99999999;
}
#aldeia-logo {
width: 100%;
margin: 15px 0;
}
#aldeia-logo img {
width: auto;
max-height: 138px;
height: auto;
transition: ease max-height 0.4s;
}
#header {
height: 166px;
transition: ease height 0.4s;
}
.header-fixed#header {
position: fixed;
width: 100%;
height: 80px;
top: 0;
z-index: 99999;
background: #f8f8f8;
transition: ease height 0.4s;
}
.header-fixed #aldeia-logo {
margin: 10px 0;
transition: ease all 0.4s;
}
.header-fixed #aldeia-logo img {
max-height: 60px;
position: relative;
z-index: 9999999;
cursor: pointer;
}
.header-fixed .outros-links .btn-header-social,
.header-fixed .outros-links #show-search{
display: none;
}
.header-fixed .outros-links{
margin-top: 7px;
}
.header-fixed .outros-links .btn-header-link {
font-size: 12px;
padding: 5px 31px 0 31px;
height: 30px;
}
.header-fixed #menu-menu-primario-1 li{
margin-top: 0;
}
.header-fixed #menu-menu-primario-1 li a{
padding-bottom: 5px;
}
.header-fixed #menu-menu-primario-2 li {
margin-top: 24px;
}
#menu {
width: 100%; }
#search {
margin-top: 73px;
float: left;
}
#searchForm {
}
#searchForm div {
}
#searchForm div label {
}
#fs {
background: transparent;
color: white;
height: 60px;
line-height: 60px;
border: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
font-size: 20px;
font-family: 'Poppins', sans-serif;
-webkit-transition: 0.1s ease-in-out;
-o-transition: 0.1s ease-in-out;
transition: 0.1s ease-in-out;
-webkit-transition-property: border-color, color;
-o-transition-property: border-color, color;
transition-property: border-color, color;
width: 100%;
}
#fs::placeholder {
color: white;
}
#fs:focus {
border-color: #f58731;
}
#searchformFooter {
}
#s:focus,
#fs:focus,
.btn:focus,
#searchsubmitFooter:focus {
outline: none !important;
box-shadow: none;
}
#s::placeholder,
#sf::placeholder {
text-align: right;
}
#searchsubmitFooter {
background: transparent;
color: rgba(255, 255, 255, 0.8);
width: 60px;
height: 60px;
border: none;
font-size: 23px;
position: absolute;
top: 0;
right: 10px;
font-family: 'FontAwesome';
}
#header-linha-superior {
width: 100%;
}
#header-linha-inferior {
width: 100%;
}
.outros-links {
width: 100%;
float: left;
margin-top: 45px;
margin-left: 10px;
text-align: right;
padding-right: 26px;
transition: ease all 0.2s;
}
.outros-links a.btn {
margin-right: 6px;
-webkit-transition: border-color 0.3s, color 0.3s, background-color 0.3s;
-moz-transition: border-color 0.3s, color 0.3s, background-color 0.3s;
-o-transition: border-color 0.3s, color 0.3s, background-color 0.3s;
-ms-transition: border-color 0.3s, color 0.3s, background-color 0.3s;
transition: border-color 0.3s, color 0.3s, background-color 0.3s;
}
.outros-links a.btn:last-child {
margin-right: 0;
}
.outros-links a.btn:first-child {
}
.btn-header-social,
.btn-footer-social,
#depoimento-anterior,
#depoimento-seguinte,
#show-search,
#show-search-footer,
.slick-arrow {
width: auto;
height: auto;
color: #B0B0B0;
border-radius: 30px;
font-size: 20px;
padding: 0;
width: 45px;
height: 45px;
padding-top: 7px;
}
.btn-header-social {
margin-left: 16px;
}
#show-search,
#show-search-footer {
border-color: #155a9e;
background: #155a9e;
color: white;
}
.btn-header-social,
.btn-footer-social {
border: 1px solid #B0B0B0;
}
.btn-header-social:hover,
.btn-footer-social:hover,
#depoimento-anterior:hover,
#depoimento-seguinte:hover {
color: #f58731;
border-color: #f58731;
}
#show-search:hover {
background: white;
color: #155a9e;
}
.btn-header-link {
text-transform: uppercase;
font-size: 15px;
padding: 10px 31px 0 31px;
background: #f58731;
font-weight: bold;
color: white;
border-radius: 30px;
border: solid 1px white;
height: 45px;
}
.btn-jumbo {
text-transform: uppercase;
font-size: 19px;
padding: 15px 31px 0 31px;
background: #f58731;
font-weight: bold;
color: white !important;
border-radius: 30px;
border: solid 1px white;
height: 60px;
margin-top: 15px;
-webkit-transition: border-color 0.3s, color 0.3s, background-color 0.3s;
-moz-transition: border-color 0.3s, color 0.3s, background-color 0.3s;
-o-transition: border-color 0.3s, color 0.3s, background-color 0.3s;
-ms-transition: border-color 0.3s, color 0.3s, background-color 0.3s;
transition: border-color 0.3s, color 0.3s, background-color 0.3s;
}
.btn-header-link:hover,
.btn-jumbo:hover {
color: #f58731 !important;
background-color: white;
border-color: #f58731;
}
.menu {
}
#menu-menu-primario-1,
#menu-menu-primario-2 {
padding-left: 0;
clear: both;
}
#menu-menu-primario-1 {
display: flex;
display: -webkit-flex;
justify-content: flex-end;
-webkit-justify-content: flex-end;
padding-right: 10px;
}
#menu-menu-primario-1 li,
#menu-menu-primario-2 li {
list-style: none;
float: left;
margin: 0 10px;
text-align: center;
margin-top: 34px;
border-bottom: 3px solid;
padding-bottom: 17px;
border-color: transparent;
text-transform: uppercase;
}
#menu-menu-primario-2 li {
margin: 0 0.7%;
padding-top: 10px;
}
.header-fixed #menu-menu-primario-1 {
padding-top: 14px!important;
}
.outros-links--agenda{
background-color: #4caf50;
}
#menu-menu-primario-1 li a,
#menu-menu-primario-2 li a {
font-size: 14px;
color: #666;
padding-bottom: 18px;
position: relative;
font-weight: 600;
}
#menu-menu-primario-1 li a:before {
content: '';
position: absolute;
width: 0;
height: 3px;
bottom: -3px;
left: 0;
right: 0;
margin: auto;
background-color: #155a9e;
transition: ease width 0.4s;
}
#menu-menu-primario-1 li a:hover:before {
width: 100%;
}
#menu-menu-primario-1 li.current_page_item a {
color: #155a9e;
border-bottom: 3px solid #155a9e;
}
#menu-menu-primario-2 li.current_page_item a {
color: #155a9e;
border-bottom: 3px solid #155a9e;
}
#menu-menu-primario {
padding: 0;
width: 100%;
}
#menu-menu-primario li {
text-align: center;
border-top: 1px solid rgba(245, 135, 49, 0.4);
padding: 8px;
}
#menu-menu-primario li:last-child {
border-bottom: 1px solid rgba(245, 135, 49, 0.4);
}
#menu-menu-primario li a {
font-size: 18px;
display: block;
color: black;
white-space: nowrap;
}
#menu-menu-primario li a:hover {
}
.main-title {
margin-top: 60px;
margin-bottom: 20px;
}
.main-title h4,
.form__content--unidades h2 {
font-weight: bolder;
font-size: 30px;
color: #155a9e;
text-align: left;
}
.blog__content--block-wrapper {
}
.blog__content--block {
transition: ease all 0.4s;
box-shadow: 0;
}
.blog__content--block:hover {
box-shadow: 0 0 15px #666;
}
.blog__content--block-wrapper .blog__content--block {
border: solid 1px #cccaca;
min-height: 350px;
max-height: 100%;
height: 100%;
}
.blog__content--block-wrapper .blog__content--block .blog-cover img {
height: 212px !important;
object-fit: cover;
width: 100%;
}
.blog__content--block-wrapper .blog__content--block .blog-title {
text-align: center;
margin: 20px;
text-transform: uppercase;
font-size: 18px;
font-weight: 500;
color: #666;
}
.blog__content--block-wrapper .blog__content--block .blog-date {
text-transform: uppercase;
text-align: center;
font-size: 12px;
margin-bottom: 20px;
color: #666;
}
.guia-familia {
margin-bottom: 15px;
}
.guia-familia .item {
text-transform: uppercase;
border-left: 2px solid #f58634;
padding: 23px 0 23px 34px;
font-weight: bold;
position: relative;
color: #666;
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
-o-transition: color 0.3s;
-ms-transition: color 0.3s;
transition: color 0.3s;
cursor: pointer;
}
.guia-familia .item a {
color: #666;
}
.marker {
position: absolute;
left: -11px;
top: 23px;
color: #f58634;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
border: 2px solid #f58634;
border-radius: 50%;
width: 20px;
height: 20px;
background: #fff;
}
.guia-familia .marker {
top: 25px;
}
.active .marker {
background: #155a9e;
border-color: #155a9e;
}
.guia-familia .item.active,
.guia-familia .item:hover {
color: #155a9e;
}
.guia-familia .item.active .marker,
.guia-familia .item:hover .marker {
background: #155a9e;
border-color: #155a9e;
}
.calendario {
padding-top: 2px;
padding-bottom: 15px;
height: auto;
float: left;
}
.calendario .item {
clear: both;
display: flex;
display: -webkit-flex;
margin-bottom: 14px;
color: #666;
}
.calendario .item .data {
float: left;
border-left: 4px solid #f58731;
padding-left: 10px;
font-weight: bold;
-webkit-transition: border-color 0.3s;
-moz-transition: border-color 0.3s;
-o-transition: border-color 0.3s;
-ms-transition: border-color 0.3s;
transition: border-color 0.3s;
}
.calendario .item:hover .data {
border-color: #155a9e;
}
.calendario .item .conteudo {
float: left;
border-bottom: 1px solid #dbdbdb;
padding: 3px 5px;
margin-left: 17px;
font-size: 15px;
width: 100%;
}
.quote {
margin-top: 35px;
position: relative;
}
.quote .icon {
color: #666;
position: relative;
float: left;
width: 85px;
border-left: 5px solid #dbdbdb;
height: 228px;
display: block;
}
.quote .text {
text-align: right;
font-size: 26px;
font-weight: bold;
padding-top: 34px;
color: #666;
padding-left: 94px;
}
.quote .author {
text-align: right;
color: #666;
}
.responsive-img {
width: 100%;
height: auto;
}
.separador {
border-bottom: 1px solid black;
}
#footer {
background-color: #F4F3EF;
padding: 30px 0;
}
#agende-visita-rodape{
background-color: #00D25E;
padding: 15px 25px 0 25px;
font-size: 20px;
}
#agende-visita-rodape i{
font-size: 25px;
}
#agende-visita-rodape:hover{
color: #fff!important;
border-color: #02853c!important;
background: #02853c !important;
}
#footer-menu {
}
#redes-sociais-footer {
display: inline;
float: right;
padding-top: 1px;
}
#search-footer {
}
#footer-localizacoes {
clear: both;
padding: 25px 0;
}
#footer-localizacoes p {
font-size: 13px;
}
#footer-linha-inferior {
font-size: 14px;
text-align: center;
}
#footer-linha-inferior span {
float: left;
}
#footer-linha-logo {
margin-bottom: 30px;
}
#mobile-logo {
display: none;
}
#footer-linha-logo a img,
#mobile-logo a img {
filter: grayscale(1);
-webkit-filter: grayscale(1);
-o-filter: grayscale(1);
-moz-filter: grayscale(1);
-ms-filter: grayscale(1);
transition: filter 0.3s;
-webkit-transition: filter 0.3s;
-o-transition: filter 0.3s;
-moz-transition: filter 0.3s;
-ms-transition: filter 0.3s;
}
#footer-linha-logo a:hover img {
filter: grayscale(0);
-webkit-filter: grayscale(0);
-o-filter: grayscale(0);
-moz-filter: grayscale(0);
-ms-filter: grayscale(0);
}
#footer-imagens div img {
max-width: 150px;
}
.contaner__whatsapp{
display: flex;
flex-wrap: wrap;
gap: 24px;
justify-content: center;
align-items: center;
width: 100%;
text-align: left;
}
.contaner__whatsapp--social{
padding-top: 40px;
}
.contaner__whatsapp h6{
font-size: 36px;
color: #003C26;
margin-bottom: 25px;
}
.footer__localization--cards{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.footer__localization--cards-card{
background-color: #fff;
border: 1px solid #DBDBDB;
padding-left: 0;
padding-right: 0;
width: calc(50% - 12px);
}
.footer__localization--cards-card:nth-child(3n){
display: none
}
.footer__localization--cards-card-title{
color: #fff;
background-color: #f58731;
padding: 4px;
text-transform: uppercase;
font-size: 17px;
text-align: center;
}
.footer__localization{
padding-bottom: 40px;
padding-top: 85px;
}
.footer__localization--cards-card-content iframe{
width: 100%;
}
.footer__localization--cards-card-content{
padding: 16px;
}
.footer__localization--cards-card-content-title{
font-size: 15px;
color: #F58634;
font-weight: bold;
}
.footer__localization--cards-card-content-text,
.footer__localization--cards-card-content-text a{
font-size: 15px;
color: #3D3D3D;
font-weight: 500;
}
.footer__localization--cards-card-content-text{
padding-bottom: 24px;
}
#footer-imagens div:last-child img {
max-width: 100px;
}
.sbi_header_link,
.sbi_header_link:hover {
color: #212529;
}
#mobile-nav {
position: fixed;
left: 0;
top: 15px;
border-radius: 0 7px 7px 0;
overflow: hidden;
height: 45px;
width: 43px;
z-index: 1000;
-webkit-transition: width 0.4s, height 0.8s, top 0.8s;
-moz-transition: width 0.4s, height 0.8s, top 0.8s;
-o-transition: width 0.4s, height 0.8s, top 0.8s;
-ms-transition: width 0.4s, height 0.8s, top 0.8s;
transition: width 0.4s, height 0.8s, top 0.8s;
background: rgba(255, 255, 255, 0.9);
display: none;
}
#mobile-nav.active {
height: 100%;
width: 100%;
border-radius: 0;
top: 0;
}
#mobile-nav-btn {
padding: 7px 11px;
font-size: 21px;
background: #f58731;
border-radius: 0 7px 7px 0;
color: white;
}
#mobile-nav.active #mobile-nav-btn {
height: auto;
width: 100%;
border-radius: 0;
}
#mobile-nav-menu {
width: 0;
overflow: hidden;
-webkit-transition: width 0.8s;
-moz-transition: width 0.8s;
-o-transition: width 0.8s;
-ms-transition: width 0.8s;
transition: width 0.8s;
}
#mobile-nav.active #mobile-nav-menu {
width: 100%;
}
#hide-search {
position: absolute;
right: 15px;
top: 0;
font-size: 38px;
color: white;
}
.caixa-form-busca {
width: 100%;
position: absolute;
top: 50%;
left: 0;
margin-top: -40px;
}
.caixa-form-busca form {
max-width: 700px;
padding: 0 25px;
margin: 0 auto;
position: relative;
}
.row {
margin-right: 0;
margin-left: 0;
}
.home__fundacao{
padding-bottom: 40px;
}
.home__fundacao img {
max-height: 140px;
width: auto;
}
.home__fundacao b {
text-transform: uppercase;
} .blog__content--block .blog-text {
height: auto !important;
}
.slick-slide img {
max-height: 391px;
object-fit: cover;
}
.banner-default img {
width: 100%;
object-fit: contain;
height: 135px;
object-position: top;
}
.content-default {
padding-top: 75px;
}
.content-default a {
color: #f58731;
}
.content-default ul,
.content-default ol {
text-align: left;
color: #f58731;
}
.galeria {
margin: 75px 0;
}
.galeria .slick-slide img {
width: 100%;
height: 233px;
object-fit: cover;
padding: 0 14px;
}
#fancybox-content {
border: 0 !important;
}
#fancybox-overlay {
z-index: 99999;
}
#fancybox-wrap {
z-index: 999999;
}
.unidades-titulo {
background: #155a9e;
padding: 7px;
color: #fff;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 18px;
}
.sobre__unidades.col-xl-12 {
padding: 0;
padding-top: 30px;
padding-bottom: 45px;
}
.sobre__horarios.col-xl-12 {
padding: 0;
}
.unidades-icone {
width: 34px;
text-align: left;
}
.sobre__unidades--blocos p,
.sobre__horarios--blocos p {
text-align: left;
}
.sobre__unidades--blocos a {
color: #666;
}
.sobre__horarios--blocos p {
padding-left: 10px;
margin-bottom: 0;
}
.sobre__horarios--blocos {
min-height: 75px;
}
.sobre__horarios .title {
padding: 0 15px;
}
.horario-categoria {
font-size: 20px;
color: #155a9e;
font-weight: bold;
text-align: left;
}
.border-bottom {
width: 100%;
height: 1px;
background: #666;
}
.sobre__horariospos {
padding: 40px 0 75px 0;
}
.sobre__horarios--titles {
margin-top: 40px;
}
.sobre__banner {
position: relative;
height: 180px;
}
.sobre__banner img {
width: 100%;
height: 180px;
object-fit: cover;
position: absolute;
}
.sobre__banner--content {
position: relative;
z-index: 9999;
max-width: 1143px;
margin: auto;
padding: 15px;
}
.sobre__banner--content .btn-jumbo {
background: #155a9e;
border-color: #155a9e;
padding-top: 13px;
height: 56px;
}
.sobre__banner--content h1 {
color: #fff;
margin: 0;
padding: 0;
}
.social {
border-top: 2px solid #e2e2e2;
padding-bottom: 50px;
}
.blog__all {
padding-top: 35px;
}
.blog__all--block {
padding: 38px 0;
}
.blog__all--block {
text-align: center;
border-bottom: 1px solid #b9b9b9;
}
.blog__all--block:last-child {
border-bottom: 0;
}
.blog__all--block .blog-date {
font-size: 20px;
color: #666;
text-transform: uppercase;
}
.blog__all--block .blog-title {
color: #155a9e;
font-size: 30px;
font-weight: bold;
padding: 19px 50px;
}
.blog__all--block .blog-cover img {
max-height: 300px;
object-fit: cover;
}
.blog__all--block p {
padding-top: 17px;
}
.single .content-default p {
text-align: left;
}
.single .content-default h2,
.single .content-default h3,
.single .content-default h4,
.single .content-default h5,
.single .content-default h6 {
text-align: left;
} #home-anterior {
top: 321px;
position: absolute;
border: none !important;
display: none;
}
#arrow-left-banner {
color: #ffffff !important;
opacity: 0.8;
font-size: 30px;
display: none;
}
#arrow-left-banner:hover {
opacity: 1;
}
#home-seguinte {
position: absolute;
right: 0;
top: 321px;
border: none !important;
display: none;
}
#arrow-right-banner {
color: #ffffff;
opacity: 0.8;
font-size: 30px;
display: none;
}
#arrow-right-banner:hover {
opacity: 1;
} .h1-invisivel {
display: none;
}
.col-xl-12.related {
padding: 0;
}
.paginacao {
margin: 37px auto 0 auto;
}
.paginacao a {
color: #666;
padding: 0 10px;
}
.paginacao span.current {
color: #155a9e;
font-weight: bold;
padding: 0 10px;
}
.line-form {
margin-bottom: 18px;
width: 100%;
}
.line-form input,
.line-form select,
.line-form textarea {
border: 1px solid #b9b9b9;
border-radius: 30px;
padding: 13px 20px;
width: 100%;
color: #666;
background: #fff;
}
.line-form select {
position: relative;
-webkit-appearance: none;
-moz-appearance: none;
background-image: url(//www.aldeiamontessori.com.br/wp-content/themes/aldeia/img/arrow_select.png);
background-repeat: no-repeat;
background-position: 98% center;
}
.line-form select option {
color: #666;
}
::selection,
input::placeholder,
textarea::placeholder {
color: #666;
}
.form__content p {
text-align: center;
}
.form__content form {
padding-top: 35px;
}
.guia__content h2 {
text-transform: uppercase;
color: #155a9e;
margin-bottom: 14px;
margin-left: 10px;
}
.accordion-tax {
cursor: pointer;
}
.accordion-content {
display: none;
}
.accordion-post {
position: relative;
font-weight: bold;
font-size: 20px;
color: #b0b0b0;
margin-left: 58px;
cursor: pointer;
border-left: 2px solid #f58634;
padding-left: 35px;
padding: 17px 0;
}
.accordion-post h3 {
color: #b0b0b0;
margin-bottom: 3px;
margin-left: 10px;
}
.count-child {
padding-left: 39px;
}
.count {
font-size: 50px;
font-weight: bold;
color: #f58634;
}
.accordion-post__content {
padding-left: 60px;
display: none;
border-left: 2px solid #f58634;
margin-left: 58px;
}
.accordion-post__content p {
font-size: 15px;
font-weight: normal;
width: 100%;
display: block;
}
.accordion-post__content p:last-child {
margin-bottom: 0;
}
.accordion-post__content h1,
.accordion-post__content h2,
.accordion-post__content h3,
.accordion-post__content h4,
.accordion-post__content h5,
.accordion-post__content h6 {
font-size: 20px;
font-weight: bold;
color: #f58634;
text-transform: inherit;
margin-left: 0;
}
.accordion-post__content h1:before,
.accordion-post__content h2:before,
.accordion-post__content h3:before,
.accordion-post__content h4:before,
.accordion-post__content h5:before,
.accordion-post__content h6:before {
content: '●';
font-size: 12px;
color: #f58634;
position: relative;
top: -2px;
padding-right: 7px;
}
.accordion-post__content ul li {
color: #f58634;
}
.has-text-align-right {
text-align: right !important;
}
.has-text-align-center {
text-align: center !important;
}
.guia__content--button {
text-align: center;
padding-top: 10px;
}
.guia__content--button p {
margin-bottom: 0;
}
.guia__content--accordion {
padding-top: 75px;
padding-bottom: 15px;
}
.accordion-post__content .size-full {
width: 100%;
height: auto;
}
#fancybox-close {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
color: #fff;
position: absolute;
right: 15px;
top: 0;
font-size: 38px;
color: white;
}
#fancybox-close:before {
content: '\f00d';
color: #fff;
}
::-moz-selection {
background-color: #f58731;
color: #fff;
}
::selection {
background-color: #f58731;
color: #fff;
}
.form__content .btn {
max-width: 182px;
border-color: #f58731;
background: #f58731;
color: #fff;
margin: 0 auto;
}
.form__content .btn:hover {
border-color: #f58731;
background: #fff;
color: #f58731;
}
.line-button {
text-align: center;
}
.form__content--textpos {
padding-top: 55px;
}
.form__content--textpos svg {
top: 4px;
position: relative;
margin-right: 10px;
}
span.wpcf7-not-valid-tip {
color: #f58731;
margin-left: 22px;
padding-top: 5px;
font-size: 14px;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
border: 0;
border-bottom: 2px solid #f58731;
text-align: center;
color: #155a9e;
font-size: 16px;
text-transform: uppercase;
padding-bottom: 18px;
font-weight: bold;
}
div.wpcf7-mail-sent-ok {
border-bottom: 2px solid #155a9e;
}
.form__content--unidades {
padding-top: 60px;
}
.form__content--unidades h2 {
text-align: center;
}
.sobre__unidades--blocos p {
text-align: left;
}
.blog__content {
padding-bottom: 12px;
display: flex;
display: -webkit-flex;
align-items: stretch;
-webkit-align-items: stretch;
}
.search__content--block {
border-top: 2px solid #e2e2e2;
padding-bottom: 40px;
padding-top: 40px;
margin-bottom: 20px;
}
.simcal-default-calendar .simcal-tooltip-content {
max-height: 350px;
overflow-y: auto;
} .simcal-nav {
background-color: #155a9e !important;
}
.simcal-current-month,
.simcal-current-year {
color: #fff !important;
}
.simcal-default-calendar-grid > table tbody td {
border: 2px solid #e5e5e5 !important;
}
.simcal-event-title {
color: #000 !important;
}
.simcal-default-calendar-grid .simcal-day-number {
color: #fff !important;
font-size: 13px !important;
padding: 5px !important;
}
.simcal-icon-left,
.simcal-icon-right {
color: #fff !important;
}
.mobile {
display: none;
}
.galeria__slide {
width: 85%;
}
.galeria {
width: 100%;
}
.slick-dots {
display: flex;
display: -webkit-flex;
justify-content: center;
-webkit-justify-content: center;
padding-left: 0;
padding-top: 10px;
}
.slick-dots li {
list-style: none;
padding: 0 5px;
opacity: 0.3;
}
.slick-dots li.slick-active {
opacity: 1;
}
.slick-dots li button {
font-size: 0;
width: 4px;
height: 12px;
background: #f58731;
-webkit-appearance: media-slider;
color: #f58731;
border-radius: 50%;
padding: 4px;
}
#footer-localizacoes a {
color: #666;
}
#footer-localizacoes a strong {
font-weight: 400;
}
#footer-localizacoes p:last-child strong {
display: none;
}
.simcal-event-title {
word-wrap: break-word;
}
#fancybox-close {
position: fixed;
right: 27px;
top: 20px;
}
.slick-arrow {
transition: ease all 0.3s;
}
.slick-arrow .fa {
color: #B0B0B0;
font-size: 32px;
}
.slick-arrow:hover {
border-color: #f58731;
}
.slick-arrow:hover .fa {
color: #f58731;
}
.outros-links__mobile {
text-align: center;
display: none;
}
.guia__content--button .btn {
margin-top: 20px;
}
.page-id-1035 #fb-container,
.page-id-1035 #instagram-container1,
.page-id-1035 h4 {
display: none !important;
}
.img-banner-app img {
width: 100%;
}
.div_download-pdf-home {
background-color: #ff8c36;
display: flex;
display: -webkit-flex;
border-radius: 4px;
-webkit-border-radius: 4px;
margin-top: 55px;
}
.conteudo_home-pdf {
display: flex;
display: -webkit-flex;
align-items: center;
-webkit-align-items: center;
justify-content: center;
-webkit-justify-content: center;
}
.conteudo_home-pdf p {
color: #ffffff;
font-weight: 700;
margin-top: 15px;
margin-bottom: 15px;
}
.div_filho4-app-p {
padding-top: 32px;
padding-bottom: 32px;
}
.home__depoimentosNew--container{
display: flex;
align-items: center;
justify-content: center;
padding: 0;
padding-bottom: 60px;
}
.home__depoimentosNew--container .col-sm-12{
padding: 0;
}
.home__depoimentosNew{
position: relative;
background-color: #F4F3EF;
}
.home__depoimentosNew .content{
z-index: 1;
position: relative;
}
.review__slide{
background-color: #fff;
border: 1px solid #DBDBDB;
padding: 24px;
margin: 12px;
}
.review__slide:first-child{
margin-left: 0;
}
.left-arrow-container,
.right-arrow-container{
text-align: center
}
.home__depoimentosNew .slick-track
{
display: flex !important;
}
.home__depoimentosNew .slick-slide
{
height: inherit !important;
}
.main-title .row{
display: flex;
align-items: end;
justify-content: center;
gap: 15px;
}
.main-title .icon-reverse{
transform: rotate(-180Deg);
}
.shape{
background-image: url(//www.aldeiamontessori.com.br/wp-content/themes/aldeia/img/grafismo-1.svg);
height: 350px;
width: 126px;
position: absolute;
z-index: 0;
background-repeat: no-repeat;
}
.shape.shape-reverse{
right: 0;
bottom: 0;
transform: rotate(-180Deg);
} @media (min-width: 1500px) {
.banner-default img {
width: 100%;
object-fit: cover;
height: 200px;
object-position: top;
}
}
@media (max-width: 1400px) {
.sobre__banner--content {
max-width: 100%;
}
.content {
width: 100%;
padding: 0 20px;
}
#menu-menu-primario-1 {
display: flex;
display: -webkit-flex;
justify-content: space-between;
-webkit-justify-content: space-between;
padding-top: 15px;
}
#menu-menu-primario-1 li {
margin: 34px 10px 0 10px;
}
.blog__content--block .blog-text {
height: 200px;
}
}
@media (max-width: 900px) {
#agende-visita-rodape {
padding-bottom: 43px;
}
.footer__localization--cards-card{
width: 100%;
margin-bottom: 20px
}
.contaner__whatsapp{
gap: 0;
text-align: center;
}
.shape{
display: none;
}
#redes-sociais-footer {
width: 100%;
}
#footer-imagens div img {
max-width: 154px;
}
.sobre__banner--content h1 {
padding-bottom: 0;
}
.social .main-title {
margin-top: 0;
padding-top: 40px;
}
main {
padding-top: 80px;
}
.blog .full-width .main-title {
margin-top: 0;
}
.header-fixed #menu-menu-primario-1 li {
margin-top: 10px;
padding-bottom: 10px;
}
.blog__content--block-wrapper .blog__content--block .blog-title {
font-size: 14px;
}
#menu-menu-primario-1.slide-effect {
width: 300px;
}
#menu-menu-primario-1 {
flex-direction: column;
position: absolute;
background: #155a9e;
z-index: 9999;
width: 0;
right: -30px;
top: 80px;
transition: width ease 0.4s;
}
#menu-menu-primario-1 li a {
color: #fff;
}
#menu-menu-primario-1 li.current_page_item a {
color: #f58731;
}
.header-fixed .outros-links {
display: block;
margin-top: 28px;
}
.btn-header-link {
font-size: 12px;
padding: 10px 20px 0 20px;
height: 39px;
}
.btn-header-social,
.btn-footer-social,
#depoimento-anterior,
#depoimento-seguinte,
#show-search,
#show-search-footer,
.slick-arrow {
width: 39px;
height: 39px;
padding-top: 4px;
}
#menu-toggle span {
display: block;
background: #666;
border-radius: 2px;
transition: 0.2s ease;
}
#menu-toggle {
width: 40px;
height: 40px;
position: absolute;
right: 20px;
cursor: pointer;
border-radius: 5px;
}
#hamburger {
position: absolute;
height: 100%;
width: 100%;
}
#hamburger span {
width: 32px;
height: 3px;
position: relative;
top: 17px;
right: 0;
margin: 10px 0;
}
#hamburger span:nth-child(1) {
transition-delay: 0.3s;
}
#hamburger span:nth-child(2) {
transition-delay: 0.425s;
}
#hamburger span:nth-child(3) {
transition-delay: 0.65s;
}
#cross {
position: absolute;
height: 100%;
width: 100%;
transform: rotate(45deg);
top: 17px;
}
#cross span:nth-child(1) {
height: 0%;
width: 3px;
position: absolute;
top: 5px;
left: 21px;
transition-delay: 0s;
}
#cross span:nth-child(2) {
width: 0%;
height: 3px;
position: absolute;
left: 7px;
top: 19px;
transition-delay: 0.25s;
}
#menu-toggle.open #hamburger span {
width: 0%;
}
#menu-toggle.open #hamburger span:nth-child(1) {
transition-delay: 0s;
}
#menu-toggle.open #hamburger span:nth-child(2) {
transition-delay: 0.125s;
}
#menu-toggle.open #hamburger span:nth-child(3) {
transition-delay: 0.25s;
}
#menu-toggle.open #cross span:nth-child(1) {
height: 80%;
transition-delay: 0.625s;
}
#menu-toggle.open #cross span:nth-child(2) {
width: 80%;
transition-delay: 0.375s;
}
#menu {
padding-right: 60px;
}
.blog .main-title h4 {
padding-top: 40px;
}
}
@media (max-width: 767px) {
.sobre__banner--content .btn-jumbo {
font-size: 12px;
padding: 10px 20px 0 20px;
height: 39px;
}
.galeria {
margin: 40px 0;
}
.galeria .slick-slide img {
height: auto;
}
.galeria {
padding: 0;
}
.sobre__banner--content h1 {
font-size: 21px;
}
main {
padding-top: 80px;
}
.home {
padding-top: 0;
}
.sobre__horarios--titles {
display: none;
}
.guia__content--accordion {
padding-top: 40px;
}
.accordion-post__content {
margin-left: 23px;
}
.count {
font-size: 35px;
}
.count-child {
padding-left: 25px;
}
.accordion-post {
margin-left: 23px;
}
.guia__content h2 {
margin-bottom: 9px;
text-align: left !important;
}
#aldeia-logo {
width: 100px;
position: absolute;
}
#redes-sociais-footer {
float: left;
margin-top: 20px;
}
#footer-imagens div img {
width: 100%;
}
.banner-default img {
width: 100%;
height: auto;
object-fit: contain;
}
.content-default {
padding-top: 40px;
}
.galeria__slide {
width: 100%;
}
}
@media (max-width: 575px) {
.blog-date {
padding-top: 20px;
}
.sobre__banner--content .btn-jumbo {
margin-bottom: 0 !important;
margin-top: 20px;
}
.content-default {
padding-top: 0;
}
.outros-links__mobile {
display: none;
justify-content: center;
-webkit-justify-content: center;
margin: 20px 0 0 0 !important;
padding-right: 0;
}
.outros-links__mobile .btn.btn-header-link {
display: block;
width: auto;
padding-top: 10px;
}
.header-fixed #menu-menu-primario-1 li {
margin-top: 6px;
padding-bottom: 6px;
}
#menu-menu-primario-1.slide-effect {
padding-bottom: 10px;
}
.banner-default img {
width: 100%;
height: 65px;
object-fit: cover;
object-position: center;
}
.sobre__horarios .title {
padding: 30px 15px;
font-size: 21px;
}
.sobre__horarios--blocos p {
text-align: left !important;
}
#fs {
max-width: 100%;
}
#fancybox-close {
right: 20px;
}
#footer-imagens div:first-child {
width: 25% !important;
padding: 0 !important;
}
#footer-imagens div:first-child img,
#footer-imagens div:last-child img {
margin-left: 0;
}
#footer-imagens div {
width: 50% !important;
}
#footer-imagens div img {
margin-left: 20px;
max-width: 100%;
}
#footer-imagens div:last-child {
width: 25% !important;
}
.sobre__banner--content .btn-jumbo {
padding-top: 10px;
padding-bottom: 13px;
}
.form__content {
padding: 40px 0;
}
.page-template-page-formularios .blog {
padding: 0 20px;
}
.sobre__unidades--blocos p {
text-align: left !important;
}
.content-default .form__content--unidades h2 {
font-size: 21px;
}
.blog-text {
padding-top: 20px;
}
.icon svg {
width: 100%;
height: 43px;
}
.quote .text {
font-size: 21px;
}
.quote .icon {
width: 50px;
height: 160px;
}
.blog .main-title h4 {
font-size: 21px;
padding-bottom: 0;
}
.count {
font-size: 30px;
}
.blog__content--block-wrapper .blog__content--block {
min-height: auto;
}
.content-default .accordion-post h3 {
text-align: left;
}
.content-default .accordion-post__content p {
text-align: left;
}
.guia__content--accordion {
padding-top: 0;
}
.accordion-post__content {
padding-left: 30px;
}
.blog__all--block {
padding-top: 0;
}
#menu-toggle {
right: 10px;
top: -2px;
}
.row {
padding: 0 !important;
}
.header-fixed #aldeia-logo {
padding-left: 0;
}
.line-form .col60,
.line-form .col40 {
width: 100%;
padding-right: 0;
}
.line-form .col60 {
margin-bottom: 20px;
}
.blog__all--block .blog-title,
h1,
.main-title h4,
.form__content--unidades h2 {
font-size: 21px;
padding: 19px 0;
line-height: 25px;
}
.content-default h2,
.content-default h3,
.content-default h4,
.content-default h5,
.content-default h6 {
text-align: center;
font-size: 16px;
}
.sobre__banner--content h1 {
padding: 10px 0;
}
.blog__all--block .blog-date {
font-size: 14px;
}
.btn-jumbo {
margin-bottom: 30px !important;
font-size: 14px;
padding: 10px 30px 0 31px;
height: 44px;
}
.paginacao {
padding-bottom: 30px;
}
.blog__all--block {
padding-bottom: 0;
}
.blog__content--block-wrapper {
margin-bottom: 20px;
padding: 0 !important;
}
.blog .full-width .main-title,
#fb-container,
#guia-familia,
#calendario {
padding: 0 !important;
}
#footer-imagens div:last-child {
padding-right: 0 !important;
}
.blog__content--block .blog-text {
height: auto;
} .header-fixed .outros-links .btn-header-link {
font-size: 12px;
padding: 5px 7px;
height: auto;
font-size: 9px;
width: 85px;
display: initial;
}
.mobile {
display: block;
}
.guia__content--accordion {
}
.content-default p {
font-size: 13px;
text-align: center;
}
#menu {
padding-right: 29px;
}
.content .row {
padding: 0 15px;
margin: 0;
}
.content {
}
.row {
width: 100%;
}
#aldeia-logo {
margin: auto;
}
#aldeia-logo img {
}
#header {
}
.btn-header-social,
.btn-footer-social {
}
#menu {
}
#search {
max-width: 363px;
margin: 37px auto 0 auto;
float: none;
}
#searchForm {
}
#searchForm div {
}
#searchForm div label {
}
#s,
#fs {
max-width: 238px;
}
#s:focus,
#fs:focus {
}
#fs {
}
#searchformFooter {
}
#s:focus,
#sf:focus,
.btn:focus {
}
#s::placeholder,
#sf::placeholder {
}
#searchsubmit,
#searchsubmitFooter {
top: 1px;
}
#menu-menu-primario-1.slide-effect {
right: -40px;
}
.outros-links {
float: none;
margin: 41px auto;
}
.outros-links a.btn {
width: 40px;
padding-top: 4px;
}
.outros-links a.btn:last-child {
}
.outros-links a.btn:first-child {
}
#depoimento-anterior,
#depoimento-seguinte {
width: 35px;
padding-top: 9px;
}
#footer-linha-logo {
margin: 0 auto 30px auto;
text-align: center;
}
#footer-linha-inferior {
padding-bottom: 20px;
}
.btn-header-social:hover,
.btn-footer-social:hover,
#depoimento-anterior:hover,
#depoimento-seguinte:hover {
}
.btn-header-link:first-child {
clear: left;
}
.btn-jumbo {
}
.btn-header-link:hover,
.btn-jumbo:hover {
}
.guia-familia {
margin: 0 40px 40px 40px;
}
#footer-imagens div:first-child {
text-align: center !important;
}
#footer-imagens div:last-child {
text-align: right !important;
}
#footer-imagens div {
margin-bottom: 20px;
}
#footer-linha-inferior span {
float: none;
}
#footer .menu-menu-primario-container {
display: none;
}
#mobile-logo,
#mobile-nav {
display: block;
}
.blog__content--block-wrapper {
margin-bottom: 20px;
}
.outros-links a.btn:first-child {
margin-left: 0;
}
#footer-imagens {
display: flex;
display: -webkit-flex;
}
#footer-linha-inferior {
padding-top: 30px;
}
#sbi_images {
display: flex;
display: -webkit-flex;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
}
#sb_instagram.sbi_col_4 #sbi_images .sbi_item {
width: 50% !important;
max-height: 100px;
}
.search h1 {
text-align: center;
}
.btn-jumbo {
margin: 0 auto;
display: block;
max-width: 160px;
}
.calendario {
float: inherit;
}
}
@media only screen and (max-width: 492px) {
.simcal-events-dots {
display: flex !important;
display: -webkit-flex !important;
align-items: center !important;
-webkit-align-items: center !important;
justify-content: center !important;
-webkit-justify-content: center !important;
}
.simcal-events-dots b {
color: #155a9e !important;
}
}
@media only screen and (max-width: 370px) {
.btn-header-social {
display: none;
}
#redes-sociais-footer {
display: flex;
display: -webkit-flex;
}
#redes-sociais-footer a {
display: block;
margin-right: 10px;
}
}
.page-id-1035 #fb-container,
.page-id-1035 #instagram-container1,
.page-id-1035 h4,
.page-id-1035 .social
{
display: none !important;
}
.span-whatsapp img{
width: 32px;
height: 32px;
}
.img-banner-app img{
width: 100%;
}
.whats_img_fix{
width: 45px;
height: 45px;
}
.bolinha-p{
display: block;
color: #f58634;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
border: 2px solid #fff;
border-radius: 50%;
width: 5px;
height: 5px;
background: #fff;
margin-right: -5px
}
.div_pai1-app{
background-repeat: no-repeat;
background-position-x: right;
background-position-y: initial;	
}
.div_pai2-app{
background-repeat: no-repeat;
background-position-x: left;
background-position-y: initial;	
}
.div_filho1-app{
width: 52%;
padding-bottom: 65px;
}
.div_filho1-app-p{
margin-left: 15px;
margin-bottom: 0px;
}
.div_filho1-app-p-last{
margin-bottom: 35px;
}
.div_filho1-app h1{
padding-top: 72px;
font-weight: 700;
color: #FFFFFF;
font-size: 32px;
padding-bottom: 0px !important;
}
.div_filho1-app h2{
font-size: 18px;
font-weight: 600;
color: #FCCA9E;
margin-bottom: 32px;
}
.div_filho1-app p{
font-size: 16px;
font-weight: 400;
color: #FFFFFF;
}
.btn_app-aldeia{
width: 269px;
height: 67px;
background-color: #155A9E;
border-radius: 33px;
border: none;
}
.btn_app-aldeia a{
color: #fff;
font-size: 20px;
font-weight: 700;
}
.div_filho2-app{
width: 30%;
padding-top: 183px;
padding-bottom: 183px;
}
.div_filho2-app h1{
color: #FFFFFF;
padding-bottom: 12px !important;
font-size: 24px;
font-weight: 700;
margin-bottom:0px !important;
margin-left: 12px;
}
.div_filho2-app p{
font-size: 15px;
font-weight: 400;
color: #BEC9E5;
}
.img_app-2{
position: relative;
top: -70px;
left: -230px;
}
.div_p-app {
height: 800px;
}
.img_turma-full{
width: 100%;
height: auto;
margin-top: -132px;
position: relative;
}
.div_pai3-app{
padding-top: 80px;
background-color: #F5F6FA;
}
.div_filho3-app{
width: 44%;
}
.div_pai3-app h1{
padding-bottom: 0px !important;
}
.div_filho3-app h2{
margin-bottom: 83px;
color: #155A9E;
font-size: 18px;
font-weight: 600;
}
.div_filho3-app svg{
margin-right: 18px;
}
.div_filho3-app-h1func{
font-size: 32px;
font-weight: 700;
color: #155A9E;
}
.div_filho3-app-h1{
font-size: 24px;
font-weight: 600;
color: #F58634;
}
.div_filho3-app p{
font-size: 15px;
font-weight: 400;
color: #666666;
}
.div_filho3-app-svg{
margin-bottom: 32px;
}
.div_pai3-app-global{
justify-content: space-between;
align-items: flex-end;
}
.div_pai3-app-global2{
margin-top: 80px;
margin-bottom: 132px;
justify-content: space-between;
align-items: center;
}
.div_svg-criancas2 img{
width: 550px;
height: 418px;
}
.div_filho-3-app-svg-2{
margin-right: 18px;
}
.div_pai4-app{
background-color: #F58634;
}
.div_pai4-app .content{
align-items: center;
}
.div_pai4-app h1{
font-size: 24px;
font-weight: 700;
color: #FFFFFF;
padding-bottom: 12px !important;
}
.div_pai4-app p{
font-size: 15px;
font-weight: 400;
color: #FFFFFF;
}
.div_filho4-app-img{
width: 48%;
}
.div_filho4-app-img img{
position: relative;
right: 145px;
}
.div_pai4-app-p{
font-size: 18px !important;
font-weight: 600 !important;
color: #ffffff;
margin-top: 16px;
margin-bottom: 28px;
}
.div_filho4-app-p{
margin-left: 25px;
}
.div_pai1-app-banner-res,
.div_filho1-app-res{
display: none;
}
.div_filho1-app-botoes{
display: flex;
justify-content:space-between;
}
.div_pai2-app-img-res{
display: none;
}
.banner_app-mobile{
display: none;
}
@media(max-width:1500px){
.div_pai1-app{
background-position-x: 110%;
}
}
@media(max-width: 1400px){
.div_pai1-app{
background-position-x: 125%;
background-position-y: bottom;		
}
.div_filho-app{
padding-bottom: 40px;
}
}
@media(max-width:1100px){
.div_pai1-app{
background-image: none !important;
}
.div_filho1-app-res{
display: block;
}
.div_filho1-app{
display: none;
}
.div_filho1-app-res{
width: 100%;
padding-bottom: 100px;
}
.div_filho1-app-res h1{
padding-top: 72px;
font-weight: 700;
color: #FFFFFF;
font-size: 32px;
padding-bottom: 0px !important;
}
.div_filho1-app-res h2{
font-size: 18px;
font-weight: 600;
color: #FCCA9E;
margin-bottom: 32px;
}
.div_filho1-app-res p{
font-size: 16px;
font-weight: 400;
color: #FFFFFF;
}
.div_filho1-app-p{
margin-bottom: 35px;
}
.div_filho1-app-botoes{
justify-content:space-around;
}
.div_pai1-app-banner-res{
display: block;
}
.div_pai1-app-banner-res img{
width: 100%;
}
.div_p-app{
height:auto;
}
.div_pai2-app .div_pai2-app-res{
flex-direction: column-reverse;
}
.div_filho2-app{
padding-top: 72px;
padding-bottom: 0px;
width: 100%;
}
.div_pai2-app-img{
display: none !important;
}
.div_pai2-app-img-res{
display: block;
width: 100% !important;
}
.div_pai2-app-img-res img{
width: 100%;
position: initial;
}
.div_pai4-app-res{
flex-direction: column-reverse;
}
.div_filho4-app-p{
margin-left: 0px;
padding-top: 72px;
}
}
@media(max-width: 900px){
.div_pai3-app-global{
flex-wrap: wrap;
}
.div_pai3-app-global2{
flex-direction: column-reverse;
margin-top: 0px;
}
.div_filho3-app{
width: 100%;
}
.div_svg-criancas1,
.div_svg-criancas2{
width: 100%;
}
.div_svg-criancas1 img{
width: 50%;
}
.div_svg-criancas2,
.div_svg-criancas1{
display: flex;
justify-content: center;
align-items: center;
}
.div_pai3-app-global2{
flex-wrap: wrap;
}
.div_filho3-app{
margin-top: 32px;
}
.div_svg-criancas2 img{
max-width: 50%;
height: auto;
}
.div_filho4-app-img{
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.div_filho4-app-img img{
position: initial !important;
width: 100%;
}
.div_filho3-app-svg-last{
margin-bottom: 32px;
}
.banner_app-mobile{
display: block;
}
.banner_app-desktop{
display: none;
}
}
@media(max-width: 600px){
.div_pai2-app-img-res img{
width: 50%;
}
.div_pai2-app-img-res{
display: flex;
justify-content: center;
align-items: center;
}
.img_turma-full{
margin-top: -50px;
}
.div_filho1-app-botoes{
flex-direction: column;
}
.btn_app-aldeia{
width: 100%;
}
.div_filho1-app-botoes button:nth-child(1){
margin-bottom: 30px; 
}
.div_pai3-app-global2{
margin-top: 0px;
}
.div_filho3-app{
margin-top: 0px;
}
.div_filho1-app-res h1{
padding-top: 40px;
}
.div_filho1-app-res{
padding-bottom: 40px;
}
.div_filho2-app{
padding-top: 40px;
}
.div_filho2-app-icone{
align-items: center;
}
.div_pai3-app{
padding-top: 40px;
}
.div_filho3-app h2{
margin-bottom: 40px;
}
.div_pai3-app-global2{
margin-bottom: 40px;
}
.div_filho4-app-p{
padding-top: 40px;	
}
.div_svg-criancas1{
margin-bottom: 32px;
}
}
@media(max-width: 550px){
.div_svg-criancas2 img{
max-width: 70%;
width: 70%;
}
.div_svg-criancas1 img{
width: 80%;
}
.img_turma-full{
margin-top:-7%;
}
.div_filho1-app-res h1{
line-height: 35px;
}
.embreve-diario{
padding-right:40px;
}
}
@media(max-width: 450px){
.div_svg-criancas2 img{
max-width: 80%;
width: 80%;
}
.div_svg-criancas1 img{
width: 80%;
}
}  @media only screen and (min-width: 1600px) {
#arrow-left-banner {
color: #FFFFFF;
opacity: 0.8;
display: block !important;
}
#arrow-right-banner {
color: #FFFFFF;
opacity: 0.8;
display: block !important;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599.97px){
#home-anterior {
top: 275px !important;
position: absolute;
border: none;	
display: block !important;
}
#home-seguinte {
top: 275px !important;
position: absolute;
right: 0;
border: none;
display: block !important;
}
#arrow-left-banner {
color: #FFFFFF;
opacity: 0.8;
display: block !important;
}
#arrow-left-banner:hover {
opacity: 1;
}
#arrow-right-banner {
color: #FFFFFF;
opacity: 0.8;
display: block !important;
}
#arrow-right-banner:hover {
opacity: 1;
}
}
@media only screen and (min-width: 1100px) and (max-width: 1399.97px){
#home-anterior {
top: 246px !important;
position: absolute;
border: none;
display: block !important;
}
#home-seguinte {
top: 246px !important;
position: absolute;
right: 0;
border: none;
display: block !important;
}
#arrow-left-banner {
color: #FFFFFF;
opacity: 0.8;
display: block !important;
}
#arrow-left-banner:hover {
opacity: 1;
}
#arrow-right-banner {
color: #FFFFFF;
opacity: 0.8;
display: block !important;
}
#arrow-right-banner:hover {
opacity: 1;
}
}
@media only screen and (min-width: 900px) and (max-width: 1099.97px) {
#home-anterior {
top: 250px !important;
position: absolute;
border: none;
display: block !important;
}
#home-seguinte {
top: 250px !important;
position: absolute;
right: 0;
border: none;
display: block !important;
}
#arrow-left-banner {
color: #FFFFFF;
opacity: 0.8;
display: block !important;
}
#arrow-left-banner:hover {
opacity: 1;
}
#arrow-right-banner {
color: #FFFFFF;
opacity: 0.8;
display: block !important;
}
#arrow-right-banner:hover {
opacity: 1;
}
}
@media only screen and (min-width: 640px) and (max-width: 899.97px) {
#home-anterior {
top: 162px !important;
position: absolute;
border: none;
display: block !important;
}
#home-seguinte {
top: 162px !important;
position: absolute;
right: 0;
border: none;
display: block !important;
}
#arrow-left-banner {
color: #FFFFFF;
opacity: 0.8;
display: block !important;
}
#arrow-left-banner:hover {
opacity: 1;
}
#arrow-right-banner {
color: #FFFFFF;
opacity: 0.8;
display: block !important;
}
#arrow-right-banner:hover {
opacity: 1;
}
}
@media only screen and (min-width: 499.97px) and (max-width: 639.97px ) {
#home-anterior {
display: none !important;
}
#home-seguinte {
display: none !important;
}
} @media only screen and (min-width: 767px) and (max-width:1499.97px ) {
.banner-default img {
width: 100%;
object-fit: contain;
height: auto;
object-position: top;
}	
} @media only screen and (min-width: 899.97px) and (max-width: 1149.99px) {
#menu-menu-primario-1 {
padding-top: 0px !important;
}
#menu-menu-primario-1 li a{
font-size: 14px;
}
}
@media only screen and (min-width: 899.99px) and (max-width: 1054.99px) {
#menu-menu-primario-1 li a {
font-size: 11px !important ;
}
} 
@media only screen and (min-width: 574.99px) and (max-width: 899.99px ) {
main {
padding-top: 10px !important;
}
} 
@media only screen and (min-width: 500px) and (max-width: 574px) {
main {
padding-top: 5px !important;
}
}
@media only screen and (min-width: 664.99px) and (max-width: 720px) {
#aldeia-logo img {			
max-width: 90px !important;
}
#header {
height: 95px !important;
}
}
@media only screen and (min-width: 624px) and (max-width: 664px) {
#aldeia-logo img {
max-width: 90px !important;
}
#header {
height: 95px !important;
}
.btn-header-social {
margin-left: 0px !important;
}	
}
@media only screen and (min-width: 575px) and (max-width: 663.99px) {
#aldeia-logo img {
max-width: 90px !important;
}
#header {
height: 95px !important;
}
.btn-header-social {
margin-left: 0px !important;
}
.btn-header-link {
font-size: 9px !important;
padding: 10px 15px 0 15px !important;
}
}
@media only screen and (max-width:663px) {
#aldeia-logo img {
max-height: 90px !important;
}
.header-fixed #aldeia-logo img {
max-height: 60px !important;
} }
@media only screen and (min-width: 720px) and (max-width: 899.99px) {
#aldeia-logo img {
max-height: 80px !important;
}
#header {
height: 95px !important;
}
}
@media only screen and (min-width: 499.99px) and (max-width: 576.99px) {
#aldeia-logo {
max-height: 70px !important;
}
#header {
height: 95px !important;
}
}
@media only screen and (max-width: 575px) {
.blog-title .banner-default img {
height: auto !important;
object-fit: contain !important;
}
#instagram-container1 {
margin-top: 40px;
}
} #texto-faleconosco-none {
display: none;
}
.h1-invisivel {
display: none;
} @media only screen and (max-width: 1050px) and (min-width: 767.99px) {
#fb-container {
flex: 0 0 100% !important;
max-width: 100% !important;
text-align: center;
}
#instagram-container1 {
flex: 0 0 100% !important;
max-width: 100% !important;
margin-top: 40px;
}
#sb_instagram {
width: 500px !important;
height: 280px !important;
}
}
@media only screen and ( max-width: 767.98px) and (min-width: 575px) {
#instagram-container1 {
margin-top: 40px;	
}
#sb_instagram {
width: 500px !important;
height: 280px !important;
}
#fb-container {
text-align: center;
}
}
@media only screen and (max-width: 899.99px) and (min-width: 575px) {
#menu-menu-primario-2 {
display: none !important;
}
#redes-sociais-footer {
margin-top: 0 !important;
}
} @media only screen and (max-width: 972px) and (min-width: 899.99px) {
#redes-sociais-footer {
width: 100%;
margin-top: 15px;
}
}
@media only screen and (max-width: 664.99px) and (min-width: 574.99px) {
#redes-sociais-footer .btn-header-social {
margin-left: 16px !important;
}
}
.pai_whatsapp{
background-color: #ff8c36;
display: flex;
align-items: center;
border-radius: 7px;
height: auto;
padding-right: 180px;
margin-bottom: 35px;
}
.pai_whatsapp img{
margin-left: 15px;
margin-right: 15px;
}
.pai_whatsapp p{
font-family: 'Open Sans', sans-serif !important;
color: #ffffff !important;
font-weight: 600 !important;
font-size: 16px !important;
line-height: 20px;
margin-bottom: 15px !important;
margin-top: 15px;
}
.pai_whatsapp p a{
font-family: 'Open Sans', sans-serif !important;
color: #ffffff !important;
font-weight: 600 !important;
font-size: 16px !important;
}
.span-whats2{
border-bottom: 1px solid #ffffff;
}
@media(max-width: 1150px){
.pai_whatsapp {
padding-right: 62px !important;
}
@media(max-width: 900px){
.pai_whatsapp{
padding-right: 15px !important;
}