@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
/***************************************
  1 GERAL
***************************************/

@media (max-width: 500px) {
    video {
        width: 300px!important;
    }
}
@media (min-width: 501px) {
    video {
        width: 1140px!important;
    }
}

.regular {
    font-weight: 400;
}
body {
    font-family: 'Lato', sans-serif;
}
h1, h2, h3, h4, h5, strong, b, .nav-link, .formHome label, .btn, .bold {
    font-weight: 700;
}
a {
    color:#004077;
}
a:hover {
    color:#dc1a3b;
}
.home h2 {
    font-size: 22px;
}
.noticias h2 {
    font-size: 2rem;
}
.servicos h3{
    font-size: 1.3rem;
}
.fale-conosco h3 {
    font-size: 1.6rem;
}
.p-servicos p {
    margin: 0;
}
.btn-azul {
    background-color: #239acc!important;
    color: #fff!important;
}
.btn-azul:hover {
    background-color: #0682A8!important;
}
.btn-destaque {
    background-color: #fff!important;
    color: #239acc!important;
}
.btn-destaque:hover {
    background-color: #E5E5E5!important;
}
::-webkit-input-placeholder {
   color:#e8e8e7!important;
}
:-moz-placeholder {
   color:#e8e8e7!important;
}
::-moz-placeholder {
   color:#e8e8e7!important;
}
:-ms-input-placeholder {
   color:#e8e8e7!important;
}
.servicos p, .servicos h3, .servicos {
    text-decoration: none!important;
    color: #0b090c;
}
.servicos span {
    color: #239acc;
}
.principal {
    min-height: calc(100vh - 392px);
    position: relative;
}
.formHome {
    background-color: #fff;
    color: #239acc;
}
.linha-horizontal {
    border-top: 3px solid #008a9b;
    width: 7%;
    border-color: #302d45 !important;
    margin-top:0!important;
    margin-bottom: 1.25rem;
}
.conteudo p{
    margin: 0!important;
    padding-bottom: 1rem;
}
.page-item.active .page-link {
    background-color: #239acc;
    border-color: #239acc;
}
.page-link {
    color: #239acc;
}
.link-noticias {
    color: #212529;
    text-decoration: none!important;
}
.colegio i {
    font-size: 80px;
    color:#004077;
    text-decoration: none!important;
    transition: .5s;
}
.texto-colegio p {
    font-size: 14px;
    color:#004077!important;
    transition: .5s;
}
.texto-colegio i:hover {
    color:#dc1a3b;
    text-decoration: none!important;
}
.texto-colegio p:hover {
    color:#dc1a3b!important;
    text-decoration: none!important;
}
.texto-colegio a:hover {
    color:#dc1a3b!important;
    text-decoration: none!important;
}
.newsletter-home {
    background-size: cover;
    background-repeat: no-repeat;
    background-image:url('../images/fique_por_dentro-min.jpg');
}
.input-news option {
    color:#000!important;
}
.input-news {
    border:0;
    border-bottom:2px solid #fff;
    background:transparent;
    color:#fff;
}
.input-news:focus {
    box-shadow: 0px -1px 5px 0px #70bcffab;
    outline:none!important;
}
.btn-newsletter {
    background-color:#ff7f0b!important;
    color:#fff!important;
    border-radius:0;
}
.btn-newsletter:hover {
    background-color:#ff7f0b!important;
}
.formnewsletter::-webkit-input-placeholder {
   color:#fff!important;
}
.formnewsletter:-moz-placeholder {
   color:#fff!important;
}
.formnewsletter::-moz-placeholder {
   color:#fff!important;
}
.formnewsletter:-ms-input-placeholder {
   color:#fff!important;
}
.newsletter-home a {
    color:#ffc600;
}
.formnewsletter .row {
    max-width: 100%;
    margin:0;
}
.linha-laranja {
    border-color:#ffc600!important;
    margin-top: .75rem!important;
    margin-bottom: 0;
}
.newsletter-home a:hover {
    text-decoration: none!important;
}
.colegio {
    background-color: #E6E6E6;
}
.texto-educar {
    border-left:1px solid #CCC;
}
.texto-escola {
    border-right:1px solid #CCC;
}
.col-info {
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2), 0 1px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    height: 150px;
}
.col-mural {
    height: 110px!important;
}
.col-info h4 {
    text-align: left;
    font-size: 18px;
    line-height: 1.4rem;
}
.videos-home {
    height: 397px;
    overflow: scroll;
    overflow-x: hidden;
    direction: rtl;
    flex-direction: row-reverse;
}
 @media (min-width: 1200px) {
    .videos-home {
        height: 417px;
    }
}
.videos-home > div {
    direction:ltr;
}
.videos iframe {
    border-radius: 15px;
}
.titulo-video {
    font-size: 12px;
}
.thumbnail {
    border-radius:15px;
}
@media (min-width: 992px) {
    .video-destaque {
        height: 100%;
    }
}
@media (max-width: 991px) {
    .videos-home {
        display: none!important;
    }
    .videos-mobile {
        margin-top:30px;
    }
    .news-email {
        margin-right:0!important;
    }
    .news-email, .news-nome {
        margin-bottom: 40px;
    }
    .menu-main {
        display: none!important;
    }
    .texto-colegio {
        padding-left:15px!important;
        padding-right: 15px!important;
        border:0;
    }
    .texto-escola {
        border-bottom:1px solid #ccc;
        padding-bottom:16px;
    }
    .texto-educar {
        padding-top:16px;
    }
    .box-info > :nth-child(3) {
        margin-top:1.5rem;
    }
    .box-mural > :nth-child(3) {
        margin-top:1.5rem;
    }
    .box-main {
        height: auto!important;
    }
    .wrap-colegio {
        padding-top:0!important;
    }
}
@media (max-width: 767px) {
    .imagens-contato {
        display:none!important;
    }
}
@media (max-width: 575px) {
    .input-news {
        margin-left:0!important;
        margin-right:0!important;
        margin-bottom:40px;
    }
    .box-info > :nth-child(2) {
        margin-top:1.5rem;
    }
    .box-mural > :nth-child(2) {
        margin-top:1.5rem;
    }
}
@media (max-width: 460px) {
    .colegio i {
        font-size: 65px;
    }
}
@media (max-width: 400px) {
    .colegio i {
        font-size: 55px;
    }
    .texto-colegio p {
        font-size: 12px;
    }
}
@media (min-width: 992px) {
    .videos-mobile {
        display: none!important;
    }
    .main-mobile {
        display: none!important;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .col-info h4 {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrapper-rodape .d-flex {
        justify-content: center;
    }
    .logo-rodape {
        margin-right: 0!important;
        margin-bottom:16px;
    }
}
.videos-mobile .masthead {
    height: 300px;
}
.videos-home::-webkit-scrollbar {
    width: 5px;
}
.videos-home::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color:#cecece;
}
.videos-home::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color:#dc1a3b;
}
.col-mural h4 {
    margin-bottom:0!important;
}
.link-info {
    font-size: 22px;
    color:#000!important;
    text-decoration:none!important;
}
.mensagens-pais p {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-evenly;
}
.mensagens-pais img {
    margin: 10px;
    height: auto!important;
}
/***************************************
  2 MENU
***************************************/
@media (min-width: 992px) {
    .affix {
        top: 0;
        width: 100%;
        z-index: 1000;
        position: fixed!important;
    }
    .affix .link-menu {
        width: 20%;
        text-align: center;
    }
    .affix ul {
        width: 100%;
        top: 0;
    }
}
.logo {
    width: 125px;
}
.contato-topo {
    margin-left: .5rem;
    font-size: 14px;
}
@media (max-width: 991px) {
    .navbar-toggler {
        max-height: 56px;
    }
    .wrapper-mobile {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .wrapper-topo {
        width: 100%;
    }
    .navbar-nav .nav-item {
        margin-bottom: .75rem;
    }
    .contato-topo {
        margin-left: 0!important;
    }
}
@media (max-width: 575px) {
    .wrapper-mobile {
        flex-direction: column;
    }
    .navbar-toggler {
        margin-top:1rem;
    }
}
.nav-link {
    text-align: center;
    color: #000!important;
}
.nav-link:hover, .active {
    box-shadow: 0px 1px 0px 0px #dc1a3b;
}
.navbar-nav .dropdown-toggle {
    display: inline-block!important;
    padding:0!important;
    cursor:pointer;
}
.nav-item {
    display: flex;
    align-items: center;
}
.active {
    font-weight: 700;
}
.topo-barra {
    background-color:#302d45;
}
@media (max-width: 400px) {
    .topo-barra .container {
        justify-content: center!important;
    }
}
.redes-sociais i {
    color:#fff;
}
.redes-sociais i:hover {
    color:#E6E6E6!important;
}
.trabalhe-conosco {
    text-decoration: none!important;
    color:#fff!important;
    font-size: 14px;
}
.trabalhe-conosco:hover {
    color:#E6E6E6!important;
}
.box-cambridge {
    display: flex;
    justify-content: flex-end;
}
.logo-cambridge {
    height: 50px;
}
.logo-cambridge-mobile {
    height: 50px;
}
.nav-link {
    font-size: 14px;
    font-weight: 500;
    margin-right: 1rem!important;
    margin-left: 1rem!important;
}
.box-main {
    height: 75px;
}
.menu-main {
    min-width: 950px;
    z-index: 1000;
    position: absolute;
    top:-50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color:#FFF;
}
.nav-ensino div {
    border-bottom: 3px solid;
    text-decoration: none!important;
    color:#000;
}
.main-mobile {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.main-mobile li {
    border-bottom: 3px solid;
    color:#000;
}
.main-mobile a {
    text-decoration: none!important;
}
.link-menu {
    text-decoration: none!important;
}
.infantil:hover {
    border-top:75px solid #f53f40!important;
}
.fundamental:hover {
    border-top:75px solid #00c500!important;
}
.ensino-medio:hover {
    border-top:75px solid #ffc600!important;
}
.pre-vestibular:hover {
    border-top:75px solid #ff6633!important;
}
.profissional:hover {
    border-top:75px solid #832acb!important;
}
.nav-ensino {
    transition: .25s;
}
@media (min-width: 991px) {
    .nav-ensino:hover .texto-menu {
        color:#fff!important;
        border-bottom:1px solid #fff!important;
        margin-top: -50px;
    }
    .nav-ensino:hover {
        border: 25px solid transparent;
        border-bottom: 0;
        height: 0;
        padding-bottom: 0!important;
        padding-top: 0!important;
    }
}
.painel-ensino {
    position: absolute;
    top:0;
    width:100%;
    min-height: 380px;
    height: 30vh;
    z-index: 100;
    display: none;
}
.painel-ensino .row {
    max-width: 950px;
}
.linha-painel {
    border-top: 2px solid #fff;
    width: 20%;
    margin-left: 0!important;
}
@media (min-width: 992px) {
    .box-cambridge-mobile {
        display: none;
    }
}
@media (max-width: 991px) {
    .box-cambridge {
        display: none!important;
    }
}
@media (max-width: 440px) {
    .trabalhe-conosco {
        font-size: 12px;
    }
}
/***************************************
  3 CAROUSEL
***************************************/
.carousel-indicators {
    bottom: 0px !important;
}
@media (min-width: 992px) {
    .carousel-indicators {
        bottom: 30px !important;
    }
}
.carousel-indicators li {
    width: 15px !important;
    height: 15px !important;
    border-radius: 50% !important;
    opacity: 1;
    border:0;
}
.carousel-indicators .active {
    background-color: #ffc600 !important;
    width: 16px !important;
    height: 16px !important;
}
div.masthead {
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
div.masthead-home {
    min-height: 310px;
    height: 30vh;
}
div.masthead h1 {
    font-size: 2rem;
    color: #FFF;
}
div.masthead h2, .diferencias h3 {
    font-size: 1rem;
    color: #FFF;
}
.carousel-caption {
    bottom: 70px !important;
}
.carousel {
    cursor: pointer;
}
@media (min-width: 992px) {
    div.masthead {
        padding-top: 0;
        padding-bottom: 0;
    }
    div.masthead-home {
        min-height: 380px;
    }
    div.masthead h1 {
        font-size: 2rem;
    }
    div.masthead h2 {
          font-size: 1rem;
    }
    .carousel-caption {
        bottom: 100px !important;
    }
}
@media (min-width: 1200px) {
    div.masthead h1 {
        font-size: 3rem;
    }
    div.masthead h2 {
        font-size: 1.5rem;
    }
    .w-60 {
        width: 50%!important
    }
}
.mascara-slide {
    background-image: linear-gradient(to right, #1e1e1e, rgba(30, 30, 30, 0.5), transparent);
}

/******** MOBILE **********/
div.mastheadcel {
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 250px;
    height: 28vh;
    background-size: cover;
    background-repeat:no-repeat;
}
div.mastheadcel h1 {
    font-size: 1.6rem;
    color: #01396a;
}
div.mastheadcel h2 {
    font-size: 1rem;
    color: #666666;
}
div.mastheadcel .btn-slide {
    font-size:0.75rem;
}
@media (min-width:750px) {
    #carouselExampleIndicators {
        display:block;
    }
    .slidecel {
        display:none;
    }
}
@media (max-width:749px) {
    #carouselExampleIndicators {
        display:none;
    }
    .slidecel {
        display:block;
    }
}
@media (min-width: 550px) and (max-width: 991px) {
    div.mastheadcel {
        height: 40vh;
    }
}
@media (max-width: 549px) and (min-width: 400px) {
    div.mastheadcel {
        height: 28vh;
    }
}
@media (max-width: 399px) {
    div.mastheadcel {
        height: 23vh;
    }
}
/***************************************
  4 CAPA PAGINAS
***************************************/
.capa {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.capa {
    height: 380px;
}
@media (max-width: 600px) {
    .capa {
        height: 250px;
    }
    h1 {
        font-size: 2.2rem!important;
    }
}
.mascaracapa {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
}
/***********************/
/**** REDES SOCIAIS ****/
.linkedin div {
    width:50px;
    height:50px;
    background-image: url('../images/LINKEDIN-001-min.png');
    background-size:cover;
    transition:.5s;
}
.linkedin:hover div {
    background-image: url('../images/LINKEDIN-002-min.png');
}
.linkedin {
    width:50px;
    height:50px;
    padding:0!important;
    margin-left: 16px;
}
.facebook div {
    width:50px;
    height:50px;
    background-image: url('../images/FACEBOOK-001-min.png');
    background-size:cover;
    transition:.5s;
}
.facebook:hover div {
    background-image: url('../images/FACEBOOK-002-min.png');
}
.facebook {
    width:50px;
    height:50px;
    padding:0!important;
}
.instagram div {
    width:50px;
    height:50px;
    background-image: url('../images/INSTAGRAM-001-min.png');
    background-size:cover;
    transition:.5s;
}
.instagram:hover div {
    background-image: url('../images/INSTAGRAM-002-min.png');
}
.instagram {
    width:50px;
    height:50px;
    padding:0!important;
    margin-left:16px;
}
.youtube div {
    width:50px;
    height:50px;
    background-image: url('../images/YOUTUBE-001-min.png');
    background-size:cover;
    transition:.5s;
}
.youtube:hover div {
    background-image: url('../images/YOUTUBE-002-min.png');
}
.youtube {
    width:50px;
    height:50px;
    padding:0!important;
    margin-left:16px;
}
.twitter div {
    width:50px;
    height:50px;
    background-image: url('../images/TWITTER-001-min.png');
    background-size:cover;
    transition:.5s;
}
.twitter:hover div {
    background-image: url('../images/TWITTER-002-min.png');
}
.twitter {
    width:50px;
    height:50px;
    padding:0!important;
    margin-left:16px;
}
.hidden {
    display:none!important;
}
/***************************************
  5 RODAPE
***************************************/
footer {
    background-color: #302d45;
}
.direitos {
    background-color: #302d45;
}
.direitos a {
    color:#ff6633;
}
.direitos a:hover {
    color:#aaa;
}
footer h2 {
    font-size: 1.3rem;
    color: #fff!important;
}
footer p {
    font-size: 0.8rem;
    color: #fff!important;
}
.material-icons {
    line-height: inherit!important;
}
footer a {
    text-decoration: none!important;
}
footer small {
    font-size: 12px;
}
.unidade {
    text-align: right;
}
.linha-unidade {
    border-color:#fff;
    margin-top:.75rem!important;
    margin-bottom:.75rem!important;
}
@media (max-width: 991px) {
    .fotos-rodape {
        display: none;
    }
}
.escola1, .escola2, .escola3 {
    border-radius: 12px;
    height: 56px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.escola1:hover {
    background-image: url('../images/escola1-hover-min.jpg')!important;
}
.escola2:hover {
    background-image: url('../images/escola2-hover-min.jpg')!important;
}
.escola3:hover {
    background-image: url('../images/escola3-hover-min.jpg')!important;
}
.direitos {
    border-top: 1px solid #fff;
}
.wrapper-rodape {
    border-bottom: 1px solid #fff;
}
.globo-rodape {
    font-size: 50px;
    border-bottom:3px solid #ffc600;
}
.conteudo-rodape a {
    color:#fff!important;
    text-decoration: none!important;
}
.link-rodape {
    transition: 0.35s;
}
.link-rodape:hover {
    padding:10px;
    background-color: rgba(255, 255, 255, 0.1)
}
.link-rodape:hover p {
    color:#00c500!important;
}
.link-rodape:hover small {
    color:#00c500!important;
}
.link-rodape p {
    font-size: 13px;
}
.ver-todos-rodape {
    font-size: 12px;
}
.ver-todos-rodape:hover {
    color:#00c500!important;
}
.select-rodape {
    cursor:pointer;
}
.select-rodape:hover {
    width: fit-content;
    color:#dc1a3b;
}
.artigos, .banco {
    display: none;
}
.ativo {
    color:#00c500!important;
}
.titulo-rodape {
    font-size: 14px;
}
.menu-rodape a {
    font-size: 12px;
    color:#fff!important;
}
.menu-rodape a:hover {
    text-decoration: underline!important;
    text-decoration-color: #dc1a3b!important;
}
.row-menu > :nth-child(-n+3) {
    margin-bottom:1.5rem;
}
.linha-rodape {
    width: 30px;
    margin-left: 0;
    border:1.5px solid;
    margin-top: -5px;
    margin-bottom:.75rem;
}
.contato-rodape {
    color:#fff!important;
    background-color:#ff7f0b;
    width: fit-content;
    box-shadow:0 0 0 0!important;
    margin-right: 0!important;
}
/***************************************
  6 PÁGINAS
***************************************/
.item-submenu {
    text-decoration:none!important;
    color: #fff;
    background-color:#414143;
    border-radius: 0!important;
    font-size: 13px!important;
    margin-bottom: 0.5rem;
}
.item-submenu:hover {
    color:#fff!important;
}
.submenu-info {
    width:170px;
    font-size:16px!important;
}
.informacoes {
    text-align: center;
    margin-bottom:2rem;
}
.informacoes p, .informacoes h4 {
    text-align: left;
}
.informacoes small {
    font-size: 14px;
}
.informacoes .titulo-post {
    transition: 0.4s;
}
.titulo-info {
    color:#000!important;
    text-decoration:none;
    font-size: 24px;
    border-bottom: 3px solid #000;
    font-weight: 500;
}
.titulo-info:hover {
    text-decoration-color:#dc1a3b;
}
.globo-contato {
    font-size: 80px;
}
.btn-contato {
    border-radius: 0;
    background-color: #636363!important;
    color:#fff!important;
}
@media (max-width: 767px) {
    .form-contato {
        padding-right: 0!important;
        padding-left: 0!important;
    }
}
.mais-posts {
    transition: .5s;
}
.link-post {
    text-decoration: none!important;
    color:#000!important;
}
.outro-post {
    transition: .5s;
}
.outro-post:hover {
    background-color:rgba(0,0,0,.05);
}
.box-professores h3 {
    color:#ff6633
}
.formacao {
    font-size: 28px;
    cursor:pointer;
    visibility: hidden;
    opacity: 0;
    background-color:rgba(230,230,230,0.85);
    transition:visibility 0.5s, opacity 0.5s linear;
}
.professor:hover .formacao {
    opacity:1;
    visibility: visible;
}
.professor {
    height: 0;
    padding-top: 100%;
}
.formacao {
    top: 0;
    border-radius: 100%;
}
.foto-prof {
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    border-radius: 100%;
}
.fontes_renda {
    display: none;
}
.add, .del {
    font-size: 35px!important;
    cursor: pointer;
}
.del {
    display: none;
}
@media (max-width: 767px) {
    #outro {
        margin-right: 0!important;
        margin-bottom:.5rem;
    }
}
.dia-cantina {
    background-color: #6051EA;
    color:#fff!important;
    font-size: 17px;
    padding:.25rem!important;
}
.titulo-cantina {
    color:#6051EA;
}
.info-cantina {
    background-color: rgba(0,0,0,.05);
}
.info-cantina p {
    padding-bottom:0!important;
}
.info-cantina ul {
    padding-inline-start: 25px;
}
.box-aprovados {
    display:none;
}
.botao-ativo {
    background-color: #bd1f1f;
}
.col-conteudo {
    border-radius: 50px;
    background-color: #ff6633;
    color:#fff;
    max-width: 200px;
}
.col-avaliacao {
    border-radius: 50px;
    background-color: #302d45;
    color:#fff;
    max-width: 200px;
}
@media (max-width:767px) {
    .col-conteudo, .col-avaliacao {
        margin-bottom:1rem;
    }
    .box-conteudo {
        justify-content:center;
    }
}
.btn-escola {
    background-color: #ff7f0b;
    color:#fff!important;
}
.box-pesquisa {
    width: 300px;
}
.btn-pesquisa {
    border-radius: 0;
    background-color: #636363!important;
    color:#fff!important;
    position: absolute;
    height: 100%;
    border-top-right-radius: .25rem;
    right: 0;
    border-bottom-right-radius: .25rem;
    width: 50px;
}
.img-galeria {
    cursor: pointer;
}
.recuperar-curriculo {
    display: none;
    background-color: #eaeaea;
    border: 2px solid #a0a0a0;
    border-radius: .25rem;
}
.btn-senha {
    border-radius: 0;
    background-color: #636363!important;
    color:#fff!important;
    font-size: 14px!important;
}
.provas-bolsa {
    font-size: 18px;
}
.img-responsive {
    max-width: 100%;
    height: auto!important;
}
.lista-materiais-inf hr {
    width: 90%;
    height: 3px;
    background-color: #f53f40 !important;
    margin-top: 0px;
    padding: 0px 0px 0px 0px;
}
.lista-materiais-ef hr {
    width: 90%;
    height: 3px;
    background-color: #00c500 !important;
    margin-top: 0px;
    padding: 0px 0px 0px 0px;
}
.lista-materiais-em hr {
    width: 90%;
    height: 3px;
    background-color: #ffc600 !important;
    margin-top: 0px;
    padding: 0px 0px 0px 0px;
}
.lista-materiais-ef ul {
    column-count:2;
}
.equipe-de-gestao table tbody td {
    width: 50%;
    vertical-align: middle;
}
.equipe-de-gestao table p {
    padding-bottom: 0!important;
}
.categoria-busca {
    font-style: italic;
    margin-bottom: 1rem;
    margin-top:1rem;
    color:#b3b3b3;
}
.titulo-busca {
    font-size: 1.6rem;
}
.btn-bolsa {
    background-color: #171950;
    color: #fff;
    padding: .75rem 1.5rem;
    font-size: 20px;
    margin-bottom: 1rem;
}
.btn-bolsa:hover {
    color:#fff;
}
.texto-legal {
    text-align: justify;
    font-size: 14px;
}
@media (max-width: 450px) {
    .box-captcha {
        flex-direction: column;
    }
    .box-captcha > div {
        margin-top: 1rem;
    }
}
.mensagem-entrevista {
    text-align: justify;
    color: #d40505;
    font-size: 15px;
}
/***************************************
  7 MODAL POP-UP
***************************************/
.modal {
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
    display: flex;
    visibility: hidden;
    opacity: 0;
}
.modal-content {
    width: auto!important;
    max-height: 80%;
}
.modal-popup {
    padding-top: 0!important;
    display: flex;
    background-color: rgba(0, 0, 0, 0.69);
}
.close {
  color: #706f6f!important;
  opacity: 0.4;
}
.close:hover {
  color: #dc1a3b;
  opacity: 1;
}
.img-popup {
    max-width: 100%;
}
.img-popup-bolhas {
    max-width: 100%;
}
@media (max-width: 991px) {
    .img-popup {
        max-width: 80%;
    }
}
.container-modal {
    max-width: 85%;
    background-color: #fff;
    height: fit-content;
    width: fit-content;
}
.container-modal h4 {
    color:#dc1a3b;
}
.btn-modal {
    background-color:#414143;
    border-radius: 0;
    color:#fff!important;
}
.modal .form-group input {
    width: 500px;
    max-width: 100%;
}
.modal .form-group label {
    color:#414143;
    font-weight: 700;
}
#exAlunos {
    cursor: pointer;
}
.modal-prof {
    height: fit-content;
    width: fit-content;
    background-color: transparent;
}
.modal-professores {
    visibility: hidden;
    opacity: 0;
    transition:visibility 0.3s linear,opacity 0.3s linear;
}
.texto-professor {
    background-color: #fff;
}
.texto-professor h4 {
    font-size: 1.8rem;
}
.linha-prof {
    border-color:#000;
}
.formacao-prof {
    list-style-type: square;
}
.close-prof {
    position: absolute;
    top:0;
    right:10px;
    color: #00bf20!important;
    opacity: 1!important;
    font-size: 2.5rem!important;
    text-shadow: 0 0 0!important;
}
.txt-fechar {
    font-size: 1rem;
}
@media (min-width: 992px) {
    .modal-prof {
        min-width: 500px;
    }
}
.modal-fotos {
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition:visibility 0.3s linear,opacity 0.3s linear;
    padding-top:0!important;
}
.modal-popup .modal-content {
    cursor:pointer;
    max-height: 85%;
}
#slideFotos {
    background: transparent;
}
.img-slide {
    max-width: 60%;
    height: auto;
}
.item-fotos {
    text-align: center;
}
#close-foto {
    top: -40px!important;
    right: 20%!important;
}
.fab {
    display: inline-block!important;
}
.close-raiox {
    color: #FFF!important;
    opacity: 1!important;
}



/* cards solucoes */

.article-card {
    width: 100%;
    height: 220px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 300ms;
  }

  .article-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  }

  .article-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .article-card .content {
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    padding: 30px 20px 20px 20px;
    height: auto;
    bottom: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  }

  .article-card .date,
  .article-card .title {
    margin: 0;
  }

  .article-card .date {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 4px;
  }

  .article-card .title {
    font-size: 26px;
    color: #fff;
  }



  /* noticias */
  .container-imagem-noticia{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .container-imagem-noticia .link-abrir-imagem{
    width: 300px;
  }
  .container-imagem-noticia .link-abrir-imagem img{
    width: 100%;
  }