﻿.bgImage {
    background-image: url(/assets/img/Fundo.png);
    height: 180px;
    background-size: cover;
}

.font-banner {
    font-weight: 800;
    font-size: 32px;
}

.faixa-cinza {
    background: #eeeeee;
}

.mw1200 {
    max-width: 1200px;
}

.w1200 {
    margin: 0 auto;
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.text-left {
    text-align: left;
}

.mt9 {
    margin-top: 90px;
}

.mt6 {
    margin-top: 60px;
}

.icone-azul {
    color: #262c58 !important;
}

.font-m {
    color: #485e88 !important;
    font-size: 18px;
    font-family: 'Merriweather';
    font-weight: 600;
}

.icon-s {
    color: #485e88 !important;
    font-size: 30px;
    display: flex;
}

.botao-marinho {
    background: #485e88;
    color: #fff;
}

.fs-12 {
    font-size: 12px;
}

.box2 {
    border: 1px solid #ddd;
    text-align: center;
}

.font-style {
    color: #6c8cc8 !important;
    font-family: 'Lato';
    font-weight: 600;
    font-size: 18px;
}

.box3 {
    border: 1px solid #ccc;
    max-width: 440px;
    height: 320px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 76px;
}

.color-icon {
    font-size: 60px;
    color: #485e88;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.text-justify {
    text-align: justify;
}

.form-select {
    border-radius: 0px !important;
}

.blue {
    color: #262c58;
}

.blueBg {
    background-color: #262c58;
}

#contato {
    font-size: 14px;
}

.btStyle {
    height: 40px;
    width: 120px;
    border-radius: 0px;
}

@media (max-width: 576px) {
    #imgSp {
        width: 100% !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .mt9 {
        margin-top: 40px;
    }

    .mt6 {
        margin-top: 40px;
    }
}

/* Table Empresas Parceiras */

.tableCompany table {
    margin-bottom: 45px;
}

    .tableCompany table tbody tr {
        height: 30px;
    }

    .tableCompany table tbody td {
        border-width: 1px;
        border-style: solid;
        border-color: #cccccc white #f3f3f3 #f3f3f3;
        border-image: initial;
        overflow: hidden;
        padding: 0px 15px;
        vertical-align: middle;
        font-size: 12pt;
        width: 794.948px;
        height: 36px;
    }

    .tableCompany table tbody tr:nth-child(even) {
        background-color: #f3f3f3;
    }

    .tableCompany table tbody tr:nth-child(1) {
        background: #485e88;
        overflow: hidden;
        padding: 0px 15px;
        vertical-align: middle;
        font-size: 18px;
        width: 794.948px;
        height: 16px;
        color: white;
        height: 50px;
        border: 1px solid #cccccc;
    }

    .tableCompany table tbody tr:not(:first-child) {
        height: 30px;
    }

.reputacao, .inovacao, .responsabilidade {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .reputacao h2, .inovacao h2, .responsabilidade h2 {
        font-size: 18px;
        text-align: center;
    }

    .reputacao h2 {
        color: #485e88;
    }

    .inovacao h2 {
        color: #f5821f;
    }

    .responsabilidade h2 {
        color: #ed1c24;
    }

    .inovacao p {
        max-width: 70%;
    }

    .inovacao{
        margin: 20px 0;
    }

    .map {
        margin-top: 50px;
    }

.galeraImg {
    display: flex;
    justify-content: space-between;
}

.botao-parceiro {
    background: rgb(72, 94, 136);
    color: #fff;
    padding: 8px 35px;
    font-weight: 600;
    border: none;
}

.ibsFont {
    color: #747474;
    font-size: 18px !important;
}

    .ibsFont span {
        font-weight: 700;
    }

.beneficios .block-style {
    background: #f8f8f8;
    height: 410px;
    width: 284px;
    border-radius: 27px;
}

    .beneficios .block-style h2 {
        font-size: 16px;
        color: #000000;
    }

    .beneficios .block-style p {
        font-size: 14px;
        color: #333333;
    }

    .beneficios .block-style .conteudo {
        padding: 20px 25px;
    }


@media(max-width: 576px) {
    .content-primary {
        flex-wrap: wrap;
    }
    .block-depoimentos .conteudoTextual{
        height: auto !important;
    }

    .beneficios {
        justify-content: center !important;
        gap: 25px;
    }

    .galeraImg {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    .inovacao p {
        max-width: 100% !important;
        text-align: center;
    }

    .clientes {
        justify-content: center !important;
        gap: 20px;
    }
    .clientes2 {
        justify-content: center !important;
    }
    .block-style {
        height: auto !important;
    }

    .imgCenter img {
        margin: 0 auto !important;
    }
   
}

@media(max-width: 440px) {
   /* .block-style, .block-style img {
        width: 100% !important;
    }*/

    .block-style {
        height: auto !important;
    }

    .beneficios .block-style .conteudo {
        padding: 20px 20px;
    }
    .clientes, .clientes2{
        display: none !important;
    }
    .clientes-resp {
        display: block !important;
        justify-content: center;
        margin: 0 auto;
    }
}

.clientes {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.clientes-resp{
    display: none;
}

.title-22px {
    font-size: 22px;
}

.block-depoimentos {
}

    .block-depoimentos .conteudoTextual {
        background: #53668d;
        padding: 15px 20px;
        color: #fff !important;
        border: 1px solid #fff;
        border-radius: 25px;
        height: 210px;
    }


.conteudoTextual p {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    font-style: italic;
}

.nomeUsuario {
    padding: 15px 20px 0px;
}

    .nomeUsuario h3 {
        font-size: 16px !important;
        font-weight: 700;

        margin-bottom: 0px;
    }

    .nomeUsuario .cargo {
        color: #53668d;
        font-weight: 500;
        font-style: italic;
    }

.usuario {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px 20px 5px 20px;
}

.clientes2{
    gap: 29px;
    flex-wrap: wrap;
}

.estadosUnidos h4, .brasil h4, .italia h4, .reinoUnido h4 {
    font-size: 14px !important;
    margin-bottom: 0px !important;
}

    .estadosUnidos h4::before{
        background: red !important;
        width: 5px !important;
        height: 5px !important;

        display: block;

    }

    .estadosUnidos p, .brasil p, .italia p, .reinoUnido p {
        font-size: 12px !important;
    }

.estadosUnidos .quadrado, .italia .quadrado, .brasil .quadrado, .reinoUnido .quadrado {
    width: 14px;
    height: 7px;
    position: relative;
    top: 5px;
}

.estadosUnidos .quadrado {
    background: #ed1c24;
}

.italia .quadrado {
    background: #31932c;
}

.brasil .quadrado {
    background: #ffb400;
}

.reinoUnido .quadrado {
    background: #1519bc;
}

@media(max-width: 389px){
    .legenda {
        gap: 20px !important;
    }
}

.legenda{
    gap: 45px;
}

@media(max-width: 575px){
    #whatsappnewRodape img{
        width: 58px !important;
    }
    .reputacao, .responsabilidade, .inovacao {
        max-width: 575px !important;
    }

    
}

#whatsappnewRodape img{
    width: 58px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    margin: 10px;

    z-index: 99;
}

.reputacao, .responsabilidade{
    max-width: 250px;
}

.inovacao {
    max-width: 350px;
}

.inovacao h2{
    position: relative;
    top: 10px;
}

.bg-gray {
    background: #f3f3f3;
}

.conteudoValores {
    font-size: 18px;
}

.listy span {
    color: #485e88;
    font-weight: 700;
    margin-right: 10px;
}

.listy p{
    
}

.listy div{
    display: flex;
}


.quemSomos h4 {
    font-size: 22px;
}

.quemSomos i {
    color: #485e88 !important;
    font-size: 24px;
}


.quemSomos {
    margin-top: 4rem !important;
}

    .quemSomos b, .quemSomos p {
        font-size: 16px;
    }

    .quemSomos b {
        color: #333333;
    }

    .quemSomos i {
        margin-right: 15px !important;
    }

    .quemSomos img {
        margin-right: 25px;
    }

@media(max-width: 576px) {
    .quemSomos {
        margin-top: 1rem !important;
    }

        .quemSomos p {
            text-align: left;
        }
    .cardsDestino {
        display: flex;
        justify-content: center
    }
}

.cardsDestino {
    gap: 2.2rem;
}

.cardsNew > div > div {
    border: 1px solid #dddddd;
    height: 100%;
}

.cardsNew img {
    width: 100%;
}

    .cardsDestino > div {
        border: 1px solid #dddddd;
    }
    .cardsDestino a, .cardsNew h4 {
        font-size: 18px;
        color: #000000;
        font-weight: 700;
        text-align: center;

        display: block;

        margin: 10px 0px !important;
        padding-bottom: 0px;
    }

    .cardsNew h4 {
        line-height: 25px;
        font-family: Merriweather;
    }

    .cardsNew p {
        color: #747474;
        font-size: 16px;

        padding: 0 40px 20px 40px;
        text-align: center;

        line-height: 20px;
    }

.cardCuriosidade > div > div {
    background: #485e88;

    border-radius: 10px;
    text-align: center;

    padding: 10px 20px;

    height: 100%;
}

    .cardCuriosidade h4{
        font-size: 60px;
        font-weight: 700;
        color: #fff !important;

        text-align: center;
    }

    .barraCinza {
        background: #eeeeee;
        display: flex;
        align-items: top;
        padding: 20px;
        justify-content: space-between;
    }

    .barraCinza i {
        color: #ef8b1d;
        margin-right: 7px;

        position: relative;
        bottom: 4px;
    }

    .barraCinza h3 {
        color: #262c58;
        font-size: 20px;
        margin: 0;
        padding: 0;
    }

    .barraCinza .new {
        color: #999999;
        font-size: 14px;
        margin: 0;
        padding: 0;
    }

    .barraCinza .new2 {
        font-size: 12px;
        margin: 0;
        padding: 0;
        color: #999999;
    }

    .barraCinza h5 {
        font-size: 14px;
        color: #485e88;

        padding: 0;
        margin: 0;
    }

    .linhaCinza {
        background: #d2d2d2;
        height: 35px;
        width: 1px;
        display: block;
    }

.info{
    margin-right: 20px;
}

.espLado{
    margin: 0 10px;
}

.btn-especialista {
    background: #ff7e00;
    color: #fff !important;

    padding: 10px 15px;
}

.homeNewYork h1, .font30 {
    font-size: 30px;
}

.fontIbs2 {
    color: #666666;
    font-size: 18px;

    width: 90%;
}

.NewUniversidade h3 {
    font-size: 20px;
    color: #485e88;
}

.NewUniversidade p{
    font-size: 18px;
}

.areasEstudos p b {
    color: #485e88;
    font-size: 18px;
}

.areasEstudos p{
    font-size: 18px;
    line-height: 24px;
}

@media(max-width: 576px){
    .barraCinza {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start !important; 
        display: flex;
    }
    .espLado{
        margin: 0;
        margin-top: 10px;
    }
    .linhaCinza {
        display: none;
    }
   /* .cardCuriosidade{
        justify-content: center;
    }*/
    .btn-especialista{
        margin: 20px 0 10px !important;
        display: block;
        width: 220px;
    }
    .sobreUniversidade h1, .conhecerUniversidade .font30, .curiosidades .font30, .universidadeParceiras .font30, .areasEstudos2 .font30, .fontResp22 {
        font-size: 22px !important;
        margin-top: 25px !important;
    }
    .tema-azul .font30 {
        font-size: 22px !important;
    }

}

.font18{
    font-size: 18px;
}

.breadcrumb li[aria-current="page"] {
    display: none;
}

.breadcrumb-separator2 {
    padding-left: var(--bs-breadcrumb-item-padding-x);
}

