@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

h2 {
    font-family: 'Manrope';
    letter-spacing: -1px;
    text-align: center;
    line-height: 34px;
    font-size: 28px;
    color: #3A1700;
    margin: auto;
}
h3 {
    text-align: center;
}
p {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Manrope';
    letter-spacing: 0;

}
.pb-20 {
    padding-bottom: 20px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-50 {
    padding-top: 50px;
}
.pb-50 {
    padding-bottom: 50px;
}
.white {
    color: #fff !important;
}
.blue {
    color: #1F325B !important;
}
.section-90-anos {
    margin: -15px  auto 70px auto;
    .title-container {
        margin: 0 auto;
    }
    .badge {
        display: none;
    }
    a {
        color: #009EFF;
        text-decoration: none;
    }
    .title-container h2 {
        line-height: 32px;
        font-size: 18px;
    }
}
.h2-blue-bg {
    border: none;
    margin-bottom: 30px;
    font-weight: 700 !important;
}
.text-container {
    font-size: 18px;
    font-family: 'Manrope';
    line-height: 32px;
    letter-spacing: 0;
    padding: 0 40px;
    margin-bottom: 40px;
}
.flex-full-centered {
    margin: auto !important; /*força centralização em colunas menores que 100% */
}
.badge {
    color: #009EFF;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 3px;
    font-family: 'Manrope';
    margin-bottom: 10px;
    margin-top: 20px;
}
.badge2 {
    color: #FF6F27;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 3px;
    font-family: 'Manrope';
    margin-bottom: 20px;
}
.badge3 {
    color: #FFAB00;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 3px;
    font-family: 'Manrope';
    margin-bottom: 20px;
}
.gap-30 {
    gap: 30px;
}
.gap-25 {
    gap: 25px;
}
.gap-15 {
    gap: 15px;
}
/*Caminho da página */
#breadcrumbs::before {
    font-family: 'Font Awesome 7 Free';
    content: "\f015";
    width: 21px;
    height: 7px;
    font-weight: 400;
    margin-right: 8px;

}
.breadcrumb_last {
    color: #0096DE;
}

.crecheSwiper .swiper-slide, .colegioSwiper .swiper-slide {
    border-radius: 8px;
    overflow: hidden;
    height: 340px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.crecheSwiper .swiper-slide img, .colegioSwiper .swiper-slide img {
    object-fit: cover;
    width: auto;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
}
.btn-unidades {
    color: #fff;
    border: 1px #fff;
    padding: 12px 40px;
    font-size: 18px;
    letter-spacing: normal;
    line-height: normal;
    font-weight: 700;
    border-radius: 32px;
    border-style: solid;
    border-width: thin;
    border-color: #fff;
    font-family: 'Manrope';
    text-decoration: none !important;
    min-width: max-content;
}

.btn-unidades:hover {
    color: #1F325B;
    background-color: #fff;
}
.header-educacao {
    background-image: url('../images/bg_banner_educacao.jpg');
}

.header-compliance {
    background-image: url('../images/bg_banner_compliace.jpg');
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
}

.header-assistencia {
    background-image: url('../images/bg_banner_assistencia.jpg');
}
.header-noticias {
    background-image: url('../images/bg_banner_noticias.jpg');
}
.assistenciaSwiper {
    margin-bottom: 70px;
    padding-top: 60px;
    height: auto;
} 
.assistenciaSwiper .swiper-slide {
    height: 320px;
}
.assistenciaSwiper .swiper-slide img {
    width: 100%;
    height: 330px;
    object-fit: cover;
}

.assistencia-swiper-next, .assistencia-swiper-prev {
    background: #fff;
    border-radius: 50%;
    filter: drop-shadow(2px 4px 6px rgb(61, 61, 61));
    padding: 14px;
    width: 22px !important;
    color: #1F325B !important;
    height: 22px !important;
    transform: translate(0, -22px);
}
.section-swiper-assistencia {
        position: relative;
        background: linear-gradient(to top, #FF6F27 0%, #FF6F27 63%, transparent 63%, transparent 100%);
}

.section-swiper-educacao {
        background: #FFAB00;
        height: 400px;
        position: relative;
        margin-top: 150px;
}

.section-swiper-educacao .container {
    position: absolute;
    bottom: 230px;
    left: 50%;
    transform: translate(-50%, 0);
    height: 300px;
}

.section-swiper-educacao .social-links {
    height: 105px;
    position: absolute;
    bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section-swiper-educacao .social-links .site {
    height: 200px;
}
.site {
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 40px;
}
.site .btn-video-sobre {
    letter-spacing: 5px;
    padding: 10px 10px;
}
.icones-educacao {
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 7px;
    margin-bottom: 15px;
}
.icones-educacao a {
    color: #f7ae20;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
    font-size: 25px;
    display: inline flex;
    width: 25px;
    text-decoration: none;
}
.icones-educacao a:hover {
    color: #fff;
    background-color: #1F325B;
}

.form-container h1 {
    font-size: 37px;
    font-family: 'Manrope';
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.form-section div .press-contact {
    flex-direction: row;
}

.section-colegios-saea {
    padding: 0 0 70px 0;
    background-color: #FFAB00;
}
.press-content {
    margin: 0 0 70px 0;
    background: #fff !important;
}
.crecheSwiper {
    margin: 0 0 70px 0 !important;
}
.section-colegios-saea .container, .container-creches, .container-colegios-saea, .container-sobre-nos {
    max-width: 1152px;
}
.gallery-sobre {
    padding-bottom: 70px;
}

.swiper-slide .slide-link {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
    justify-content: end;
    align-items: center;
    padding: 0 30px;
}
.swiper-creches {
    padding: 50px 0;
}
.swiper-slide {
    position: relative;
}
.swiper-colegios-container, .news-slide-container {
z-index: 9999;
    text-align: center;
    height: 100%;
    width: 100%;
    justify-content: end;
    display: flex;
    flex-direction: column;
    padding: 0px 40px;
    background: linear-gradient(transparent, transparent, #1F325B);
}
.swiper-colegios-container:hover, .news-slide-container:hover {
    background: linear-gradient(#1f325b75, #1F325B);
}
.newsSwiper .swiper-slide {
    position: relative;
}
.news-slide-container {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 80px);
}
.swiper-colegios-container .swiper-post-btn {
    margin: 30px 0;
}

.swiper-colegios-container .swiper-post-text, .news-slide-container .swiper-news-text  {
    color: #fff;
    font-weight: 700;
    font-family: 'Manrope';
    font-size: 16px;
    line-height: 20px;
}

.swiper-colegios-container .swiper-post-text {
    font-size: 14px;
    font-weight: 500;
}
.swiper-colegios-container .swiper-post-btn .btn-unidades {
    font-size: 14px;
    padding: 7px 27px;
    font-weight: 500;
}
.swiper-colegios-container .swiper-post-btn .btn-unidades:hover {
    font-weight: 800;
}

.swiper-colegios-container .swiper-post-text  strong {
    font-weight: 800;
}

.margin-bottom-slider {
    margin-bottom: 370px !important;
}

.margin-top-slider {
    margin-top: 0;
}
.container-slide-margin-top {
    position: absolute;
    top: -325px;
    left: 50%;
    transform: translate(-50%, 0);
}
.relative {
    position: relative;
}
.swiper-button-next, .swiper-button-prev {
    background: #fff;
    border-radius: 50%;
    filter: drop-shadow(2px 4px 6px rgb(61, 61, 61));
    padding: 14px;
    width: 22px !important;
    color: #1F325B !important;
    height: 22px !important;
    transform: translate(0, -22px);
}
.section-video-saea .container:first-child {
    width: 1150px;
}

.text-center {
    text-align: center;
}
.container-swiper {
    padding: 0 100px;
}

.swiper-galeria .swiper-slide {
    height: 300px !important;
    display: flex;
    align-items: center; 
    justify-content: center; 
}
.swiper-galeria .swiper-wrapper .swiper-slide img {
    height: auto;
    width: 600px;
    object-fit: cover;
}
.swiper-button-next, .swiper-button-prev, .swiper-button-next, .swiper-button-prev {
    display: none !important;
}
.text-container strong,
.text-container b {
    font-weight: 900;
    
}
.galeria-container {
    width: 100%;
}
.swiper-btngallery-prev, .swiper-btngallery-next, .assistencia-swiper-prev, .assistencia-swiper-next {
    margin-top: calc(18px - var(--swiper-navigation-size) / 2) !important;
}
.swiper-btngallery-prev, .assistencia-swiper-prev {
    left: calc(50% - 560px - 20px) !important;
}
.swiper-btngallery-next, .assistencia-swiper-next {
    right: calc(50% - 560px - 20px) !important;
}
.swiper-colegios .swiper-slide img, .swiper-creches .swiper-slide img, .swiper-sobre .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.container-botoes{
    display: flex;
    flex-direction: row;
}
.liderSwiper {
    height: 284px;
}
@media (min-width: 1400px) {
    .press-content {
        background: linear-gradient(to bottom, #D9D9D9 0px, #D9D9D9 190px, transparent 190px, transparent 100%) !important;
    }
    .liderSwiper {
        height: 328px;
    }
    .swiper {
        margin: 0;
    }
    .swiper-colegios, .swiper-creches, .swiper-sobre {
        height: 591px;
    }
    .assistenciaSwiper, .swiper-galeria {
        height: 628px;
    }
    .section-swiper-assistencia {
        background-color: #FF6F27;
    }
    .icones-educacao {
        margin-bottom: 40px;
    }
    .margin-top-slider {
        margin-top: 260px;
    }
    .galeria-container {
        width: 1000px;
        margin-left: 0;
        position: relative;
    }
    h2 {
        line-height: 48px;
        font-size: 36px;
        margin: auto;
    }
    p {
        font-size: 18px;
        line-height: 32px;
    }
    .section-swiper-educacao {
        background: #FFAB00;
        height: 800px;
        position: relative;
        margin-top: 110px;
}
.swiper-colegios .swiper-slide img, .swiper-creches .swiper-slide img, .swiper-sobre .swiper-slide img {
    height: 591px;
    width: 1152px;
    object-fit: cover;
}
.section-swiper-educacao .container {
    bottom: 184px;
    height: 100%;
}
.section-swiper-educacao .social-links {
    bottom: 70px;
}
.swiper-button-next, .swiper-button-prev, .swiper-button-next, .swiper-button-prev {
    display: block !important;
}
.section-swiper-assistencia .container {
    bottom: 70px;
}
.section-swiper-assistencia {
    padding-top: 70px;
    padding-bottom: 70px;
}

}
@media (max-width: 990px) {
    .container-botoes {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.crecheSwiper {
    margin: 0 0 70px 20px !important;
}
}