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

@font-face {
    font-family: 'Franklin Gothic Heavy';
    src: url(/assets/fonts/franklin-gothic-heavy-regular.ttf);
}

body {
    margin: 0;
    padding: 0;
    max-width: 100vw;
    box-sizing: border-box;
    overflow-x: hidden;
    background-color: #fff !important;
}

/* Navbar */

.mobile {
    display: none;
    background-color: #006195 !important;
    z-index: 1;
}

.mobile img {
    width: 85px;
}

.mobile .offcanvas {
    background-color: #006195;
}

.containerCorrecao {
    display: table-column !important;
}

#carouselContainer {
    margin-top: 163px;
}

#card__section {
    height: 150px;
}

#card__section .col-md-4 {
    position: relative;
}

#card {
    position: absolute;
    top: -170px;
    border-radius: 20px;
    border: none;
    background-color: #095D95;
    transition: all 0.4s ease-in-out;
}

#card:hover {
    box-shadow: 0px 4px 4px 4px #686868ab;
    transform: translateY(-7px);
}

#card .card-body {
    padding: 20px;
    display: flex;
    position: relative;
    border-radius: 50px;
}

#card .icon {
    position: absolute;
    top: -65px;
    left: 32%;
    width: 120px;
    height: 120px;
    background-color: #003A60;
    border-radius: 70px;
    padding: 10px;
    border: 5px solid #fff;
}

#card .texto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: justify;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif;
}

#card .texto p {
    color: #fff;
}

#card h5 {
    margin-bottom: 0 !important;
    margin-top: 40px;
    color: #fff;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
}


#card .line {
    width: 100% !important;
    height: 2px !important;
    background-color: #ddd !important;
    border: none;
}

.cardIcon {
    border-radius: 100%;
    height: 90px;
    width: 90px;
    margin-top: -58px;
    background-color: #379FD5 !important;
    margin-bottom: 15px;
}

#slogan {
    font-size: 40px;
    color: #003A60;
    font-family: 'Montserrat', sans-serif;
}

#slogan span {
    font-weight: 600;
    text-transform: uppercase;
}

#apresentacao {
    padding: 65px;
    position: relative;
    margin-top: 110px;
    height: 640px;
    position: relative;
}

#apresentacao .apr_img {
    position: absolute;
    width: 850px;
    top: -136px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -50px;
    /* Ajuste o valor conforme necessário */
}

#apresentacao .sobre {
    color: #006195;
    font-size: 40px;
    font-weight: 600;
    position: relative;
}

#apresentacao .sobre::after {
    position: absolute;
    content: "";
    width: 190px;
    height: 3px;
    background-color: #006195;
    bottom: 0;
    left: 0;
}

#apresentacao p {
    color: #000 !important;
    margin: 10px 0px;
    text-align: justify;
}

#apresentacao button {
    background: transparent;
    border: 2px solid #006195;
    border-radius: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    transition: all .4s ease-in-out;
    position: relative;
    padding: 10px;
}

#apresentacao button:hover::after {
    width: 100%;
}

#apresentacao .col-md-6:first-of-type {
    margin-left: 20px;
}

#apresentacao .col-md-6:last-of-type {
    margin-left: -60px;
}

#banner {
    background-color: #006195;
}

#banner .col-md-4 {
    padding: 0px 5px;
}

#banner .container {
    padding: 30px 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-left: 76px;
    padding-right: 62px;
}

#banner .card {
    border: none;
    background-color: #ffffff;
    position: relative;
    width: 335px;
    height: 320px;
    padding: 5px;
    transition: all 250ms ease-in-out;
}

#banner .card:hover {
    box-shadow: 0px 4px 4px 4px #333;
    transform: translateY(-7px);
}

#banner .icon {
    position: absolute;
    background: #fff;
    width: 80px;
    height: 80px;
    padding: 5px;
    left: -40px;
    top: -30px;
    border-radius: 50px;
    border: 5px solid #006295;
}

#banner .icon img {
    width: 100%;
    height: 100%;
}

#banner h4 {
    color: #006295;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Franklin Gothic Heavy';
}

#banner h3 {
    margin-bottom: 40px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
}

#banner .card p,
h4 {
    color: #fff !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: justify;
    font-family: 'Calibri 12', sans-serif;
}

#banner .card h4 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 20px;
    font-family: 'Franklin Gothic Heavy';
}

#banner .line {
    width: 100% !important;
    height: 2px !important;
    background-color: #ddd !important;
    border: none;
}

#banner .titulo_m {
    font-size: 24px;
    color: #006195 !important;
    font-family: 'Franklin Gothic Heavy';
    margin-top: 0;
}

#banner .titulo_f {
    font-size: 40px;
    color: #006195 !important;
    font-family: 'Franklin Gothic Heavy';
    margin: 0;
}

#banner .card p {
    margin: 0;
    font-size: 15px;
    color: #fff !important;
}

#banner ul {
    list-style: disc;
    margin: 0;
}

#banner li {
    color: #fff;
    font-family: 'Calibri 12', sans-serif;
    font-size: 14px;
}

#banner .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
}

#banner .card-body img {
    width: 120px;
    height: 100px;
}

#diferencial {
    height: 580px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/bg/fundo_option.png);
}

#diferencial h1 {
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #003A60;
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
}

#diferencial .container-fluid {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 15px;
    /* margin-left: 30px;
    margin-right: 30px; */
}

#diferencial .card img {
    width: 80px !important;
}

#diferencial .card {
    background: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    border: 1px solid #006195;
    border-radius: 20px;
    height: 400px;
    justify-content: space-between;
    width: 300px;
}

#diferencial .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}

#diferencial .uk-position-center-left {
    color: #000;
    margin-right: 10px;
    background-color: rgb(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 40px;
    margin-left: 30px !important;
}

#diferencial .uk-position-center-right {
    color: #000;
    margin-right: 10px;
    background-color: rgb(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 40px;
    margin-right: 30px !important;
}

#diferencial .card h4 {
    margin: 10px 0px 15px;
    font-size: 22px;
    font-weight: 600;
    padding: 5px;
    border-radius: 10px;
    color: #fff !important;
    text-transform: uppercase;
    width: 100%;
}

#diferencial .card p {
    margin: 0px;
    text-align: justify;
    font-size: 15px;
    color: #000 !important;
}

#diferencial .col-md-4:nth-child(2) {
    border-left: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
}

#diferencial .btn {
    width: 120px;
    height: 30px;
    color: #006195;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 50px;
    border: 1px solid #006195;
    margin-top: 10px;
    padding: 0px !important;
}

#news {
    padding: 40px;
}

#news .col-md-5 img {
    padding-left: 12px;
}

#news .col-md-7 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding-right: 55px;
}

#news .link_news {
    justify-content: flex-end;
}

#news .col-md-7 p {
    margin: 0;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #000 !important;
    font-size: 16px;
    text-align: center;
}

#news .col-md-7 a {
    color: #006195;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.4s ease-in-out;
}

#news .col-md-7 a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #003A60;
    bottom: 0;
    left: 0;
    transition: width 0.4s ease-in-out;
}

#news .col-md-7 a:hover {
    color: #003A60;
}

#news .col-md-7 a:hover::after {
    width: 100%;
}

#inside {
    height: 224px;
    background: #006195;
    margin-top: 40px;
}

#inside .col-md-8:first-of-type {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#inside .col-md-8:first-of-type h4 {
    color: #fff !important;
    font-size: 38px;
    font-weight: 600;
    text-align: center;
}

#inside .col-md-8:first-of-type div {
    background: #003A60;
    border-radius: 25px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#inside .col-md-8 .row {
    gap: 35px;
    padding: 0;
}

#inside .col-3 {
    padding: 0 !important;
}

#inside .col-3 a {
    color: #fff;
    font-size: 20px;
    transition: all 250ms ease-in-out;
}

#inside .col-3 a:hover {
    text-decoration: none;
    transform: scale(1.1);
    transition: all 250ms ease-in-out;
}

#inside span {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

#inside .image__wrapper {
    margin-top: -90px;
    height: 315px;
}

#inside .image__wrapper img {
    height: 100%;
}

#inside .btnKnow {
    width: 170px;
    height: 55px;
    background-color: #003A60;
    border: none;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

#img_cont a {
    background-color: #003A60;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: 2px;
    width: 80px;
    text-align: center;
    border-radius: 5px;
}

#img_cont .container:nth-child(1) {
    padding: 38px;
}

#img_cont a:hover {
    text-decoration: none;
}

#img_cont {
    border-bottom: 10px solid #003A60;
}

#img_cont .card_index {
    background: #006195 !important;
    border: none;
    padding: 15px;
    width: 90%;
}

#img_cont .card_index h5,
p {
    color: #fff !important;

}

#img_cont .card_index h5 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 600;
}

#know {
    height: 360px;
}

#know .imgCarousel {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: calc(100% - 38px);
    border-radius: 30px;
}

#img_cont .card_index p {
    margin: 0 !important;
    font-weight: 600;
}

#know .container {
    height: 100%;
    padding-right: 48px;
    padding-left: 58px;
}

#know .row {
    height: 100%;
}

#know .col-md-6 {
    height: 100%;
}

#know .col-md-6:last-of-type {
    padding: 0px 12px;
}

#know .know__text {
    position: relative;
    background-image: url(../img/banner/1.png);
    background-size: 98%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    border: none;
}

#know h4 {
    font-size: 38px;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
}

#know .know__text a {
    position: relative;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    padding: 10px;
    width: 130px;
    background-color: rgb(10, 163, 10);
    border-radius: 40px;
    text-align: center;
    margin-right: 120px;
}

#know .btn_align {
    width: 100%;
    display: flex;
    justify-content: center;
}

#know .know__text a:hover::after {
    width: 100%;
}

#know .uk-slider {
    border-radius: 12px;
}

#know .uk-slider img {
    height: 100%;
}

.bg_column-inner {
    box-sizing: border-box;
    width: 100%;
}

.wd-image {
    display: flex;
    justify-content: center;
    margin: 0;
}

.wx-ornamento-topo img {
    height: 50px;
    width: auto;
    max-width: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wx-ornamento-baixo img {
    height: 50px;
    width: auto;
    max-width: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

#infantil {
    margin-top: 165px !important;
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
}

#infantil p {
    color: #000 !important;
}

#infantil .bg {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#infantil .bg img {
    width: 100%;
    height: 180px;
}

#infantil span {
    color: #FEC31F;
    text-transform: uppercase;
    font-size: 25px;
}

#infantil .container {
    padding-top: 10px;
}

#infantil h4 {
    margin-bottom: 5px;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
}

#infantil h5 {
    margin-top: 0;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    position: relative;
}

#infantil h5::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #000;
}

#infantil .card {
    width: 100%;
    height: auto;
    background-color: #FEC31F;
    border: none;
    padding: 20px;
}

#infantil .row {
    padding: 20px;
}

#infaintil li {
    font-size: 14px !important;
}

#fundamental {
    margin-top: 165px !important;
    font-family: 'Montserrat', sans-serif;
}

#fundamental .bg {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#fundamental .bg img {
    width: 100%;
    height: 180px;
}

#fundamental span {
    color: #FEC31F;
    text-transform: uppercase;
    font-size: 25px;
}

#fundamental .container {
    padding-top: 10px;
}

#fundamental h4 {
    margin-bottom: 5px;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
}

#fundamental h5 {
    margin-top: 0;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    position: relative;
}

#fundamental h5::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #000;
}

#fundamental .card {
    width: 100%;
    height: auto;
    background-color: #FEC31F;
    border: none;
    padding: 20px;
}

#fundamental .card span {
    color: #000;
    font-size: 18px;
}

#fundamental .text-content {
    max-width: calc(100% - 10px);
}

#fundamental .card img {
    height: 300px;
    width: 150px;
    float: right;
}

#fundamental .row {
    padding: 20px;
}

#fundamental p {
    margin-top: 0;
    text-align: justify;
    color: #000 !important;
}

#fundamental small {
    font-size: 70%;
}

#fundamental em {
    background-color: #FEC31F;
    color: #000;
}

#medio {
    margin-top: 165px !important;
    font-family: 'Montserrat', sans-serif;
    color: #000;
}

#medio .bg {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#medio .bg img {
    width: 100%;
    height: 180px;
}

#medio span {
    color: #FEC31F;
    text-transform: uppercase;
    font-size: 25px;
}

#medio .container {
    padding-top: 10px;
}

#medio h4 {
    margin-bottom: 5px;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}

#medio h5 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    position: relative;
}

#medio p {
    text-align: justify;
    color: #000 !important;
}

#medio h5::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #000;
}

#medio .card {
    width: 100%;
    height: auto;
    background-color: #FEC31F;
    border: none;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 20px;
}

#medio .card .another_li li {
    font-size: 16px;
}

#medio .row {
    padding: 20px;
}

#medio .img-wrapper {
    float: right;
}

#medio p strong {
    margin-top: 0;
    text-transform: uppercase;
}

#medio img {
    float: right;
    width: 450px;
}

#medio .dotted_container .card {
    background: #FEC31F;
    border: 2px dashed #000;
    border-radius: 0px;
    height: 485px;
}

#medio .dotted_container .title {
    background-color: #fff;
    border: 2px dashed #000;
    padding: 5px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

#medio .dotted_container .card p,
li,
ul {
    margin-top: 0;
    font-size: 12px;
}

#medio .dotted_container span {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 14px;
}

#medio .container-fluid {
    background-color: #FEC31F;
    padding: 20px;
}

#medio .container-fluid p {
    margin-top: 0;
}

#medio .container-fluid p:last-of-type {
    margin-bottom: 0;
}

#noticia {
    margin-top: 140px;
    padding: 20px;
    display: flex;
    height: 175px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background-image: url(../img/section_bg.jpg); */
}

#noticia h4 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: #006295;
    font-family: 'Franklin Gothic Heavy';
}

#noticia h5 {
    text-align: center;
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    position: relative;
    font-family: 'Calibri 12', sans-serif;
}

#noticia h1 {
    text-align: center;
    margin-bottom: 5px;
    margin-top: 0;
    font-weight: 600;
    color: #000;
    position: relative;
    font-family: 'Franklin Gothic Heavy';
}

#noticia h6 {
    text-align: center;
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    position: relative;
    font-family: 'Calibri 12', sans-serif;
}


#contexto {
    padding: 40px;
}

#contexto h5 {
    font-size: 28px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

#contexto .data {
    color: #999;
    font-weight: 600;
}

footer {
    background-color: #006195;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

#column {
    margin-top: 20px;
}

footer .mt-10 {
    margin-top: 10px;
}

footer .mt-35 {
    margin-top: -35px;
}

footer .mt-55 {
    margin-top: 55px;
}

footer .g-10 {
    gap: 10px;
}

footer .social_link i {
    font-size: 25px;

}

footer .mt-10 {
    margin-top: 10px;
}

footer a {
    color: #fff;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
}

footer a:hover {
    color: #003A60;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
}

footer span {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

footer p {
    margin: 0px;
    font-size: 12px;
    color: #fff !important;
}

footer .logo_footer {
    width: 150px !important;
}

footer ul {
    padding: 0 !important;
    margin: 5px !important;
    list-style: none;
}

footer .g-20 {
    gap: 20px;
    padding: 0 !important;
}

#noticiaCard {
    border: none;
    transition: .4s ease-in-out;
    font-family: 'Montserrat', sans-serif;
}

#noticiaCard:hover {
    transform: translateY(-7px);
}

#noticiaCard h5 {
    text-transform: uppercase;
    font-weight: 600;
}

#noticiaCard p {
    color: #000;
}

#eventos {
    margin-top: 110px;
    background-image: url(../img/section_bg.jpg);
    padding: 30px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#eventos h1 {
    color: #003A60;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

#eventos p {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

#historia {
    padding: 20px;
    background: linear-gradient(-90deg, #006195, #003A60);
}

#historia .nav-item a {
    text-decoration: none !important;
    position: relative;
    font-size: 18px;
    color: #fff;
}

#historia .nav-item a::after {
    content: "";
    position: absolute;
    background-color: #fff;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    transition: all 0.4s ease-in-out;
    margin: 0 !important;
    display: none;
}

#historia .nav-item a:hover {
    transform: scale(1.1);
}

#historia .card {
    width: 300px;
    height: 370px;
}

#historia .card h5 {
    margin: 10px 0px 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #000;
    line-height: 1rem;
}

#historia .card img {
    width: 100%;
    min-height: 180px;
    height: auto;
    object-fit: cover;
}

#historia .card p {
    margin-top: 0 !important;
    margin-bottom: 5px;
    font-family: "Montserrat", sans-serif;
    color: #000;
    font-size: 12px;
}

#formContato .col-md-6:first-of-type {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif;
    padding-top: 50px;
}

#formContato .col-md-6:first-of-type a {
    color: #000;
    text-decoration: none;
}

#formContato .col-md-6:first-of-type a:hover {
    color: #003A60;
    text-decoration: none;
}

#formContato .col-md-6:first-of-type h4 {
    margin: 0;
    color: #003A60;
    font-weight: 600;
    text-transform: uppercase;
}

#formContato .col-md-6:first-of-type h5 {
    margin: 0;
    color: #003A60;
    font-weight: 600;
}

#formContato .oblique {
    padding: 40px;
    font-family: 'Montserrat', sans-serif;
}

#formContato .oblique .card {
    padding: 10px;
    border: none;
}

#formContato form button {
    margin-top: 10px;
    float: right;
}

#formContato form input {
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: inset 0 -1px 0 #ddd;
    box-shadow: inset 0 -1px 0 #ddd;
    font-size: 16px;
}

#formContato form textarea {
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: inset 0 -1px 0 #ddd;
    box-shadow: inset 0 -1px 0 #ddd;
    font-size: 16px;
}

#formContato form select {
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: inset 0 -1px 0 #ddd;
    box-shadow: inset 0 -1px 0 #ddd;
    font-size: 16px;
}

#formContato .oblique p {
    margin-top: 0;
}

/* #formContato .oblique:before {
    content: "";
    position: absolute;
    width: 150px;
    height: 101%;
    top: 0;
    left: 0;
    transform: skew(350deg);
    transform-origin: top left;
    background-color: #fff;
    z-index: 0;
} */

.visita {
    background-image: url(../img/Blur.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
}

.visita .card {
    padding: 20px;
    border: none;
    font-family: 'Montserrat', sans-serif;
}

.visita .card h4 {
    font-family: 'Montserrat', sans-serif;
}

.visita form {
    font-family: 'Montserrat', sans-serif;
}

#materiais {
    padding: 40px;
    font-family: 'Montserrat', sans-serif;
}

#materiais a {
    margin-bottom: 8px;
    color: #fff;
}

#materiais a:hover {
    text-decoration: none;
}

#materiais span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

#uniforme {
    padding: 40px;
    font-family: 'Montserrat', sans-serif;
}

#uniforme iframe {
    width: 375px;
    height: 180px;
    border-radius: 10px;
}

#uniforme p,
h4,
h5 {
    margin-top: 0;
    margin-bottom: 5px;
}

#uniforme h4 {
    color: #003A60;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    letter-spacing: 1px;
}

#uniforme h5 {
    color: #003A60;
    font-weight: 600;
    font-size: 20px;
}

#uniforme span {
    color: #003A60;
    font-size: 18px;
}

#uniforme li {
    font-size: 16px;
}

#uniforme a {
    color: #003A60;
    font-weight: 600;
}

#uniforme a:hover {
    text-decoration: none;

}

#paginaFoto {
    padding: 40px;
}

#paginaFoto .container {
    padding: 20px;
}

#paginaFoto h5,
p {
    color: #000;
    font-family: 'Montserrat', sans-serif;
}

#paginaFoto h5 {
    font-size: 22px;
    font-weight: 600;
}

#paginaFoto p {
    font-weight: 600;
}

#paginaFoto .img_container {
    padding: 20px;
    border-top: 1px solid #ddd;
}

#paginaFoto .img_evento {
    width: 180px !important;
    border-radius: 5px;
}

#paginaFoto .b-top {
    border-top: 1px solid #ddd;
}

.w-65 {
    width: 65%;
}

.instagram {
    font-size: 28px;
    color: #fff;
    transition: all 0.2s ease-in-out;
    margin-right: 20px;
}

.instagram:hover {
    transform: scale(1.06);
    color: rgb(255, 92, 119);
}

.facebook {
    font-size: 28px;
    color: #fff;
    transition: all 0.2s ease-in-out;
    margin-right: 15px;
}

.facebook:hover {
    transform: scale(1.06);
    color: rgb(92, 130, 255);
}

#bg_historia {
    background-position: center;
    font-family: 'Montserrat', sans-serif;
}

#bg_historia .bg img {
    width: 100%;
    height: 160px;
}

#bg_historia img {
    width: 100%;
    height: 100%;
}

#bg_historia h5 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-top: 20px;
}

#bg_historia p {
    font-weight: 400;
    text-align: justify;
    font-size: 16px;
    margin: 5px 0px;
    color: #000 !important;
}

#bg_historia .small_txt p {
    font-size: 16px;
    line-height: 20px;
}

.gap-20 {
    gap: 30px;
}

.mt-10 {
    margin-top: 10px;
}

.difTitulo {
    text-align: center;
    color: #006195;
    font-family: 'Frankyn Gothic Heavy';
    font-weight: 600;
    font-size: 40px;
}

.difSpan {
    color: #000;
    font-weight: 600;
    font-family: 'Montserrat';
    font-size: 24px;
}

.difButton {
    border: none;
    background-color: #006195;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    padding: 10px;
}

.trabalheTitulo {
    margin: 5px 0px;
    color: #000;
    font-weight: 600;
}

#banner .row {
    width: 100% !important;
}

#apresentacao a {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(min-width: 320px) and (max-width: 375px) {

    .height-2 {
        height: 450px !important;
    }

    #extracurricular img {
        margin-right: 0 !important;
    }

    #medio .dotted_container .card {
        height: 690px !important;
    }

    #apresentacao a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .desk {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    #carouselContainer {
        margin-top: 109px;
    }

    #card__section {
        height: 980px;
    }

    #card__section .card {
        margin-top: 30px;
        position: relative;
        margin-bottom: 30px;
        top: 0;
    }

    #apresentacao {
        height: 860px !important;
        padding: 20px;
    }

    #apresentacao .sobre {
        text-align: justify;
    }

    #apresentacao .col-md-6:last-of-type {
        margin-left: 0;
    }

    #apresentacao .col-md-6:first-of-type {
        margin-left: 0;
        margin-top: 30px;
    }

    #apresentacao .apr_img {
        top: -30px;
    }

    #banner {
        height: 1615px !important;
    }

    #banner .bg_column-inner {
        display: none !important;
    }

    #banner .card {
        width: 240px;
        height: 430px;
        margin-bottom: 30px;
    }

    #diferencial .card p {
        font-size: 14px !important;
    }

    #banner .container {
        padding: 0 !important;
    }

    #diferencial {
        height: 1600px !important;
        padding: 0;
    }

    #diferencial::before {
        font-size: 60px;
        top: -3px;
        left: 34px;
    }

    #diferencial .card {
        height: 430px;
        margin-bottom: 30px;
        width: 100%;
    }

    #diferencial .col-md-4:nth-child(2) {
        border: none;
    }

    #diferencial h1 {
        font-size: 35px;
    }

    #diferencial .container-fluid {
        padding: 0;
    }

    #inside {
        height: 433px;
        padding: 10px;
    }

    #inside .image__wrapper {
        margin-top: -6px;
        height: 220px;
    }

    #know .know__text {
        background-image: none !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    #know h4 {
        color: #006195 !important;
        font-size: 35px;
    }

    #know a {
        margin-right: 0 !important;
    }

    #know .col-md-6 {
        height: auto !important;
    }

    #img_cont .card_index {
        width: auto;
        height: 280px;
        border: none;
        padding: 15px;
    }

    #news .col-md-7 {
        padding-right: 0 !important;
    }

    #news .link_news {
        justify-content: center;
    }

    footer .col-12:first-of-type {
        flex-direction: column !important;
    }

    .footer_redes {
        position: absolute;
        right: 102px !important;
        bottom: 11px !important;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }

    footer .container {
        padding: 30px;
    }

    footer p {
        text-align: center;
    }

    #bg_historia {
        margin-top: 110px;
    }

    #banner .titulo_m {
        font-size: 19px;
    }

    #column {
        align-items: center !important;
    }

    footer{
        margin-top: 30px;
    }
}

@media(min-width: 376px) and (max-width: 425px) {
    #apresentacao a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #extracurricular img {
        margin-right: 0 !important;
    }

    #medio .dotted_container .card {
        height: 575px !important;
    }

    #medio h4 {
        font-size: 25px !important;
    }

    footer .container {
        margin-top: 30px !important;
    }

    #banner .titulo_m {
        font-size: 16px;
        padding-left: 5px;
        padding-right: 5px;
    }

    #diferencial h1 {
        font-size: 35px !important;
    }

    #banner .row {
        padding: 20px;
        width: 100%;
    }

    #banner .container {
        padding: 0 !important;
    }

    #banner .container {
        padding: 0 !important;
    }

    .desk {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    #carouselContainer {
        margin-top: 109px;
    }

    #card__section {
        height: 980px;
    }

    #card__section .card {
        margin-top: 55px;
        position: relative;
        margin-bottom: 30px;
        top: 0;
    }

    #card .icon {
        left: 37%;
    }

    #slogan {
        text-align: center;
    }

    #apresentacao {
        height: 885px !important;
        padding: 20px;
    }

    #apresentacao .sobre {
        text-align: justify;
    }

    #apresentacao .col-md-6:last-of-type {
        margin-left: 0;
    }

    #apresentacao .col-md-6:first-of-type {
        margin-left: 0;
        margin-top: 30px;
    }

    #apresentacao .apr_img {
        top: -50px;
    }

    #banner {
        height: 1200px !important;
    }

    #banner .bg_column-inner {
        display: none !important;
    }

    #banner .card {
        width: 350px;
        height: 300px;
        margin-bottom: 30px;
    }

    #diferencial {
        height: 1600px !important;
        padding: 0;
    }


    #diferencial .card {
        height: 390px;
        margin-bottom: 30px;
        width: 100%;
    }

    #diferencial .col-md-4:nth-child(2) {
        border: none;
    }

    #diferencial h1 {
        font-size: 55px;
    }

    #diferencial .container-fluid {
        padding: 0;
    }

    #news .col-md-6:last-of-type h4 {
        text-align: center;
    }

    #news .col-md-6:last-of-type h4::after {
        left: 58px;
    }

    #news .col-md-6:last-of-type p {
        text-align: justify;
    }

    #inside {
        height: 450px;
        padding: 10px;
    }

    #inside .image__wrapper {
        margin-top: 93px;
        height: 240px;
        margin-left: 48px;
    }

    #know .know__text {
        background-image: none !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    #know h4 {
        color: #006195 !important;
        font-size: 35px;
    }

    #know a {
        margin-right: 0 !important;
    }

    #know .col-md-6 {
        height: auto !important;
    }

    #img_cont .card_index {
        width: auto;
        height: 340px;
        border: none;
        padding: 15px;
    }

    footer .col-12:first-of-type {
        flex-direction: column !important;
    }

    .footer_redes {
        position: absolute;
        right: 145px !important;
        bottom: 26px !important;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }

    footer{
        margin-top: 55px;
    }

    #column {
        align-items: center !important;
    }
}

@media(min-width: 426px) and (max-width: 480px) {
    .desk {
        display: none !important;
    }

    footer{
        margin-top: 75px !important;
    }

    #extracurricular img {
        margin-right: 0 !important;
    }

    #medio h4 {
        font-size: 25px !important;
    }

    #column {
        align-items: center !important;
    }

    #diferencial h1 {
        font-size: 45px !important;
    }

    #banner .container {
        padding: 0 !important;
    }

    .mobile {
        display: block !important;
    }

    #carouselContainer {
        margin-top: 109px;
    }

    #card__section {
        height: 980px;
    }

    #card__section .card {
        margin-top: 55px;
        position: relative;
        margin-bottom: 30px;
        top: 0;
    }

    #card .icon {
        left: 37%;
    }

    #slogan {
        text-align: center;
    }

    #apresentacao {
        height: 860px !important;
        padding: 20px;
    }

    #apresentacao .sobre {
        text-align: justify;
    }

    #apresentacao .col-md-6:last-of-type {
        margin-left: 0;
    }

    #apresentacao .col-md-6:first-of-type {
        margin-left: 0;
        margin-top: 30px;
    }

    #apresentacao .apr_img {
        top: -50px;
    }

    #banner {
        height: 1200px !important;
    }

    #banner .bg_column-inner {
        display: none !important;
    }

    #banner .card {
        width: 380px;
        height: 300px;
        margin-bottom: 30px;
    }

    #diferencial {
        height: 1600px !important;
        padding: 0;
    }

    #diferencial::before {
        font-size: 60px;
        top: -3px;
        left: 34px;
    }

    #diferencial .card {
        height: 390px;
        margin-bottom: 30px;
        width: 100%;
    }

    #diferencial .col-md-4:nth-child(2) {
        border: none;
    }

    #diferencial::after {
        font-size: 42px;
        top: 61px;
        right: 12px;
    }

    #diferencial .container-fluid {
        padding: 0;
    }

    #news .col-md-6:last-of-type h4 {
        text-align: center;
    }

    #news .col-md-6:last-of-type h4::after {
        left: 58px;
    }

    #news .col-md-6:last-of-type p {
        text-align: justify;
    }

    #inside {
        height: 474px;
        padding: 10px;
    }

    #inside .image__wrapper {
        margin-top: 27px;
        height: 240px;
        margin-left: 60px;
    }

    #know .know__text {
        background-image: none !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    #know h4 {
        color: #006195 !important;
        font-size: 35px;
    }

    #know a {
        margin-right: 0 !important;
    }

    #know .col-md-6 {
        height: auto !important;
    }

    #img_cont .card_index {
        width: auto;
        height: 430px;
        border: none;
        padding: 15px;
    }

    footer .col-12:first-of-type {
        flex-direction: column !important;
    }

    .footer_redes {
        position: absolute;
        right: 95px !important;
        bottom: 26px !important;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }
}

@media(min-width: 481px) and (max-width: 620px) {
    .desk {
        display: none !important;
    }

    #extracurricular img {
        margin-right: 0 !important;
    }

    #medio h4 {
        font-size: 35px !important;
    }

    #column {
        align-items: center !important;
    }

    #banner .container {
        padding: 0 !important;
    }

    .mobile {
        display: block !important;
    }

    #carouselContainer {
        margin-top: 109px;
    }

    #card__section {
        height: 980px;
    }

    #card__section .col-12 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #card__section .card {
        margin-top: 55px;
        position: relative;
        margin-bottom: 30px;
        top: 0;
        width: 80%;
    }

    #card .icon {
        left: 37%;
    }

    #slogan {
        text-align: center;
    }

    #apresentacao {
        height: 860px !important;
        padding: 20px;
    }

    #apresentacao .sobre {
        text-align: justify;
    }

    #apresentacao .col-md-6:last-of-type {
        margin-left: 0;
    }

    #apresentacao .col-md-6:first-of-type {
        margin-left: 0;
        margin-top: 30px;
    }

    #apresentacao .apr_img {
        top: -50px;
    }

    #banner {
        height: 1200px !important;
    }

    #banner .col-12 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #banner .bg_column-inner {
        display: none !important;
    }

    #banner .card {
        width: 80%;
        height: 300px;
        margin-bottom: 30px;
    }

    #diferencial {
        height: 1600px !important;
        padding: 0;
    }

    #diferencial::before {
        font-size: 60px;
        top: -3px;
        left: 34px;
    }

    #diferencial .card {
        height: 390px;
        margin-bottom: 30px;
        width: 100%;
    }

    #diferencial .col-md-4:nth-child(2) {
        border: none;
    }

    #diferencial::after {
        font-size: 42px;
        top: 61px;
        right: 12px;
    }

    #diferencial .container-fluid {
        padding: 0;
    }

    #news .col-md-6:last-of-type h4 {
        text-align: center;
    }

    #news .col-md-6:last-of-type h4::after {
        left: 58px;
    }

    #news .col-md-6:last-of-type p {
        text-align: justify;
    }

    #inside {
        height: 512px;
        padding: 10px;
    }

    #inside .image__wrapper {
        margin-top: 35px;
        height: 270px;
        margin-left: 65px;
    }

    #know {
        height: 500px;
    }

    #know .know__text {
        background-image: none !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    #know h4 {
        color: #006195 !important;
        font-size: 35px;
    }

    #know a {
        margin-right: 0 !important;
    }

    #know .col-md-6 {
        height: auto !important;
    }

    #img_cont .card_index {
        width: auto;
        height: 430px;
        border: none;
        padding: 15px;
    }

    footer .col-12:first-of-type {
        flex-direction: column !important;
    }

    .footer_redes {
        position: absolute;
        right: 95px !important;
        bottom: 26px !important;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }
}

@media(min-width: 621px) and (max-width: 767px) {
    .desk {
        display: none !important;
    }

    #extracurricular img {
        margin-right: 0 !important;
    }

    .mobile {
        display: block !important;
    }

    #column {
        align-items: center !important;
    }

    #carouselContainer {
        margin-top: 109px;
    }

    #card__section {
        height: 980px;
    }

    #card__section .col-12 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #card__section .card {
        margin-top: 55px;
        position: relative;
        margin-bottom: 30px;
        top: 0;
        width: 80%;
    }

    #card .icon {
        left: 37%;
    }

    #slogan {
        text-align: center;
    }

    #apresentacao {
        height: 1325px !important;
    }

    #apresentacao img {
        width: 255px;
    }

    #apresentacao .sobre {
        text-align: center;
    }

    #apresentacao .sobre::after {
        width: 199px;
        left: -5px;
    }

    #apresentacao .col-12:last-of-type {
        align-items: center;
    }

    #banner {
        height: 1200px !important;
    }

    #banner .col-12 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #banner .bg_column-inner {
        display: none !important;
    }

    #banner .card {
        width: 80%;
        height: 300px;
        margin-bottom: 30px;
    }

    #diferencial {
        height: 1600px !important;
        padding: 0;
    }

    #diferencial::before {
        font-size: 60px;
        top: -3px;
        left: 34px;
    }

    #diferencial .card {
        height: 390px;
        margin-bottom: 30px;
        width: 100%;
    }

    #diferencial .col-md-4:nth-child(2) {
        border: none;
    }

    #diferencial::after {
        font-size: 42px;
        top: 61px;
        right: 12px;
    }

    #diferencial .container-fluid {
        padding: 0;
    }

    #news .col-md-6:last-of-type h4 {
        text-align: center;
    }

    #news .col-md-6:last-of-type h4::after {
        left: 58px;
    }

    #news .col-md-6:last-of-type p {
        text-align: justify;
    }

    #inside {
        height: 512px;
        padding: 10px;
    }

    #inside .image__wrapper {
        margin-top: 35px;
        height: 270px;
        margin-left: 103px;
    }

    #know {
        height: 585px;
    }

    #know .know__text {
        background-image: none !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    #know h4 {
        color: #006195 !important;
        font-size: 35px;
    }

    #know a {
        margin-right: 0 !important;
    }

    #know .col-md-6 {
        height: auto !important;
    }

    #img_cont .card_index {
        width: auto;
        height: 450px;
        border: none;
        padding: 15px;
    }

    footer .col-12:first-of-type {
        flex-direction: column !important;
    }

    .footer_redes {
        position: absolute;
        right: 95px !important;
        bottom: 26px !important;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }
}

@media(min-width: 768px) and (max-width: 920px) {
    #column {
        margin-top: 20px !important;
    }

    #historia .card {
        width: 217px !important;
        height: 259px !important;
    }

    #medio {
        margin-top: 110px !important;
    }

    #fundamental {
        margin-top: 110px !important;
    }

    #medio .dotted_container .card {
        height: 735px !important;
    }

    .desk {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    #diferencial .card {
        width: 209px !important;
    }

    #carouselContainer {
        margin-top: 109px;
    }

    #card__section {
        height: 495px;
    }

    #card__section .col-12 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #card__section .card {
        margin-top: 55px;
        position: relative;
        margin-bottom: 30px;
        top: 0;
        width: 100%;
    }

    #card .icon {
        left: 24%;
    }

    #slogan {
        text-align: center;
    }

    #apresentacao {
        height: 595px !important;
    }

    #apresentacao img {
        width: 255px;
    }

    #apresentacao .sobre {
        text-align: center;
    }

    #apresentacao .sobre::after {
        width: 199px;
        left: -5px;
    }

    #apresentacao .col-12:last-of-type {
        align-items: center;
    }

    #banner {
        height: 610px !important;
    }

    #banner .col-12 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #banner .bg_column-inner {
        display: none !important;
    }

    #banner .card {
        width: 100%;
        height: 455px;
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
    }

    #diferencial {
        height: 635px !important;
        padding: 0;
    }

    #diferencial .container {
        margin-top: 30px;
    }


    #diferencial .card {
        height: 484px;
    }

    #diferencial .card p {
        font-size: 12px;
        text-align: center;
    }


    #diferencial .col-md-4:nth-child(2) {
        border: none;
    }

    #diferencial h1 {
        font-size: 55px;
    }

    #diferencial .card h4 {
        font-size: 20px;
    }

    #news .col-md-6:last-of-type h4 {
        text-align: center;
    }

    #news .col-md-6:last-of-type h4::after {
        left: 58px;
    }

    #news .col-md-6:last-of-type p {
        text-align: justify;
    }

    #know h4 {
        font-size: 20px !important;
    }

    #know .know__text a {
        font-size: 12px !important;
        padding: 10px !important;
        width: 104px !important;
    }

    #inside {
        height: 215px;
        padding: 10px;
    }

    #inside .image__wrapper {
        margin-top: -60px;
        height: 265px;
    }

    #inside .col-md-8:first-of-type {
        justify-content: flex-start;
    }

    footer .col-12:first-of-type {
        flex-direction: column !important;
    }

    .footer_redes {
        position: absolute;
        right: 315px !important;
        bottom: 26px !important;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }
}

@media(min-width: 921px) and (max-width: 990px) {
    #column {
        margin-top: 20px !important;
    }

    #historia .card {
        width: 217px !important;
        height: 259px !important;
    }

    #medio {
        margin-top: 110px !important;
    }

    #medio .dotted_container .card {
        height: 720px !important;
    }

    #fundamental {
        margin-top: 110px !important;
    }

    #know .know__text a {
        font-size: 12px !important;
        padding: 10px !important;
        width: 104px !important;
    }

    #diferencial h1 {
        font-size: 45px !important;
    }

    .desk {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    #carouselExample {
        margin-top: 110px;
    }

    #card__section {
        height: 330px;
    }

    #card__section .col-12 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #card__section .card {
        margin-top: -40px;
        position: relative;
        margin-bottom: 30px;
        top: 0;
        width: 100%;
        height: 100%;
    }

    #card .icon {
        left: 22%;
    }

    #slogan {
        text-align: center;
    }

    #apresentacao {
        height: 595px !important;
    }

    #apresentacao img {
        width: 255px;
    }

    #apresentacao .sobre {
        text-align: center;
    }

    #apresentacao .sobre::after {
        width: 199px;
        left: -5px;
    }

    #apresentacao .col-12:last-of-type {
        align-items: center;
    }

    #banner {
        height: 630px !important;
    }

    #banner .col-12 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #banner .bg_column-inner {
        display: none !important;
    }

    #banner .card {
        width: 100%;
        height: 460px;
        margin-bottom: 30px;
    }

    #diferencial {
        height: 635px !important;
        padding: 0;
    }

    #diferencial::before {
        font-size: 70px;
        top: -3px;
        left: 95px;
    }

    #diferencial .card {
        height: 390px;
    }

    #diferencial .container-fluid {
        padding: 25px;
    }

    #diferencial .col-md-4:nth-child(2) {
        border: none;
    }

    #diferencial::after {
        font-size: 70px;
        bottom: -3px;
        right: 67px;
    }

    #news .col-md-6:last-of-type h4 {
        text-align: center;
    }

    #news .col-md-6:last-of-type h4::after {
        left: 58px;
    }

    #news .col-md-6:last-of-type p {
        text-align: justify;
    }

    #inside {
        height: 215px;
        padding: 10px;
    }

    #inside .image__wrapper {
        margin-top: -25px;
        height: 230px;
    }

    #inside .col-md-8:first-of-type {
        justify-content: flex-start;
    }

    #know h4 {
        font-size: 20px !important;
    }

    #diferencial .card {
        width: 210px !important;
    }

    #diferencial .card h4 {
        font-size: 20px !important;
    }

    #diferencial .card p {
        font-size: 12px !important;
    }

    footer .col-12:first-of-type {
        flex-direction: row !important;
    }

    .footer_redes {
        position: absolute;
        right: 95px !important;
        bottom: 26px !important;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }
}

@media(min-width: 991px) and (max-width: 1075px) {
    #column {
        margin-top: 20px !important;
    }

    #historia .card {
        width: 230px !important;
        height: 280px !important;
    }

    #medio .dotted_container .card {
        height: 600px !important;
    }

    #medio {
        margin-top: 110px !important;
    }

    #fundamental {
        margin-top: 110px !important;
    }

    .desk {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    #carouselContainer {
        margin-top: 110px;
    }

    #card__section {
        height: 330px;
    }

    #card__section .col-12 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #card__section .card {
        margin-top: -40px;
        position: relative;
        margin-bottom: 30px;
        top: 0;
        width: 100%;
        height: 100%;
    }

    #card .icon {
        left: 29%;
    }

    #slogan {
        text-align: center;
    }

    #apresentacao {
        height: 595px !important;
    }

    #apresentacao img {
        width: 255px;
    }

    #apresentacao .sobre {
        text-align: center;
    }

    #apresentacao .sobre::after {
        width: 199px;
        left: -5px;
    }

    #apresentacao .col-12:last-of-type {
        align-items: center;
    }

    #banner {
        height: 550px !important;
    }

    #banner .col-12 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #banner .bg_column-inner {
        display: none !important;
    }

    #banner .card {
        width: 100%;
        height: 365px;
        margin-bottom: 30px;
    }

    #diferencial {
        height: 635px !important;
        padding: 0;
    }

    #diferencial::before {
        font-size: 70px;
        top: -3px;
        left: 115px;
    }

    #diferencial .card {
        height: 410px;
        width: 280px !important;
    }

    #diferencial .card p {
        margin: 0px;
        text-align: justify;
        font-size: 14px !important;
        color: #000 !important;
    }

    #know h4 {
        font-size: 30px !important;
    }

    #diferencial .container-fluid {
        padding: 25px;
    }

    #diferencial .col-md-4:nth-child(2) {
        border: none;
    }

    #diferencial::after {
        font-size: 70px;
        top: -3px;
        right: 110px;
    }

    #news .col-md-6:last-of-type h4 {
        text-align: center;
    }

    #news .col-md-6:last-of-type h4::after {
        left: 58px;
    }

    #news .col-md-6:last-of-type p {
        text-align: justify;
    }

    #inside {
        height: 215px;
        padding: 10px;
    }

    #inside .image__wrapper {
        margin-top: -60px;
        height: 265px;
    }

    #inside .col-md-8:first-of-type {
        justify-content: flex-start;
    }

    footer .col-12:first-of-type {
        flex-direction: row !important;
    }


    #infantil {
        margin-top: 110px !important;
    }
}

@media(min-width: 1076px) and (max-width: 1115px) {
    #column {
        margin-top: 20px !important;
    }

    #historia .card {
        width: 230px !important;
        height: 280px !important;
    }

    #medio .dotted_container .card {
        height: 600px !important;
    }

    #medio {
        margin-top: 110px !important;
    }

    #apresentacao {
        height: 535px;
    }

    #banner .card {
        width: 310px;
    }

    #know h4 {
        font-size: 35px;
    }

    .border-header {
        gap: 4px !important;
    }

    #banner .card {
        height: 350px !important;
    }
}

.ml-50 {
    margin-left: 50px;
}

.footer_redes {
    position: absolute;
    right: 280px;
    top: 130px;
    display: flex;
    justify-content: flex-end;
}

.galeria_card {
    height: 290px !important;
}

.return {
    color: rgb(172, 31, 31) !important;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    transition: all 0.3s ease-in-out;
}

.return:hover {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.return:hover i {
    transform: translateX(-7px);
    transition: all 0.3s ease-in-out;
}


#paginaNoticia .container {
    padding: 20px;
}

#paginaNoticia h5,
p {
    color: #000;

    font-family: 'Montserrat', sans-serif;
}

#paginaNoticia h5 {
    font-size: 22px;
    font-weight: 600;
}

#paginaNoticia .img_container {
    padding: 20px;
    border-top: 1px solid #ddd;
}

#paginaNoticia .img_evento {
    width: 180px !important;
    border-radius: 5px;
}

#paginaNoticia .b-top {
    border-top: 1px solid #ddd;
}

#paginaNoticia img {
    width: 500px;
    height: 500px;
}

.card-img-top {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%;
    height: 100%;
}

.material_link {
    background-color: #006195;
    padding: 20px;
    width: 150px;
    height: 150px;
    text-align: center;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.social-media {
    position: absolute;
    top: 0;
    right: 0;
}

.border-header {
    gap: 20px;
}

.carousel-container {
    margin: 10px;
}


.bg_white {
    margin-top: 110px;
    background-color: #fff !important;
}

.footer_nav {
    flex-direction: row;
    justify-content: center;
}

.desc_footer {
    align-items: center;
}

@media(max-width: 767px) {
    .footer_nav {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media(max-width: 767px) {
    #bg_historia {
        margin-top: 110px !important;
    }

    #infantil {
        margin-top: 110px !important;
    }

    #fundamental {
        margin-top: 110px !important;
    }

    #medio {
        margin-top: 110px !important;
    }

    #bg_historia .bg img {
        height: 120px !important;
    }

    #infantil .bg img {
        height: 120px !important;
    }

    #fundamental .bg img {
        height: 120px;
    }

    #medio .bg img {
        height: 120px !important;
    }

    #paginaFoto h5 {
        text-align: center;
    }

    #historia a {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #formContato .col-12 {
        padding: 20px !important;
    }

    #formContato h4 {
        text-align: center;
    }

    .desc_footer {
        align-items: center;
    }


}

@media(min-width: 768px) and (max-width: 991px) {
    #medio .dotted_container .col-md-4 {
        padding: 0;
    }

    #medio .dotted_container .title {
        top: -25px;
        left: 28px;
    }

    #medio .dotted_container .card {
        height: 685px;
    }

    #infantil {
        margin-top: 110px !important;
    }
}

@media(min-width: 992px) and (max-width: 1115px) {
    #medio .dotted_container .card {
        height: 540px;
    }
}

.height-2 {
    height: 430px !important;
}