@charset 'utf-8';

.listamarcas {
    position: relative;
    float: left;
    width: 100%;
    clear: both;
    background-color: #ffffff;
    padding: 30px 0;
}

.listamarcas h2 {
    color: #26264f;
    font-size: 23px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px solid #A3A3A3;
}

.listamarcas ul {
    position: relative;
    float: left;
    width: 960px;
    margin-left: calc((100% - 960px) / 2);
    clear: both;
    padding: 10px 0;
}

.listamarcas ul li {
    position: relative;
    float: left;
    width: calc((100% - 60px) / 7);
    margin: 10px 10px 0 0;
}

.listamarcas ul li:nth-child(7n+7) {
    margin: 10px 0 0 0;
}

.listamarcas ul li:nth-child(7n+8) {
    clear: both;
}

.listamarcas ul li a {
    position: relative;
    float: left;
    width: 100%;
    max-height: 80px;
}

.listamarcas ul li a figure {
    position: relative;
    float: left;
    width: 100%;
    height: 80px;
}

.listamarcas ul li a figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ows-footer {
    position: relative;
    float: left;
    width: 100%;
    clear: both;
}

.planos,
.premio,
.sobre,
.ultimas-noticias {
    position: relative;
    float: left;
}

.premio {
    background-color: #3f3f6b;
    padding: 40px 0;
    margin-top: 10px;
}

.planos-formulario {
    position: fixed;
    height: 100vh !important;
    left: -2000px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer {
    position: relative;
    float: left;
}

figure.imagemsobrefig {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.imagemsobrefig img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.duvidas-pagina-opcoes,
.planos-pagina-opcoes {
    display: flex;
    align-items: center;
    justify-items: center;
}

.duvidas-pagina .duvidas-pagina-opcoes ul,
.planos-pagina .planos-pagina-opcoes ul {
    width: unset;
}

.planos-pagina .consorcio2 .right .topo p {
    line-height: 42px;
}

.owslink {
    margin-top: 15px;
}

.planos-pagina .contemplados table thead tr th {
    padding: 0;
}

.btwhats {
    position: relative;
    float: left;
    background-color: #28a745;
    border-radius: 3px;
    padding: 4px 6px;
    color: #fff;
    font-weight: bold;
    transition: 0.25s;
    font-size: 12px;
    white-space: nowrap;
}

.btwhats:hover {
    background-color: #248a3b;
    color: #ffffff;
}

.planos-pagina .contemplados table thead tr th {
    font-size: 12px;
}

.planos-pagina .contemplados table tbody tr td {
    padding: 5px;
}

#botaoflutuantelimparcontas {
    position: fixed;
    bottom: 50px;
    left: 20px;
    height: 64px !important;
    display: none;
    z-index: 99;
}

#botaoflutuantedejuntarcontas {
    position: fixed;
    bottom: 50px;
    left: 145px;
    height: 64px !important;
    display: none;
    z-index: 99;
}

#botaoflutuantelimparcontas a.bolhaclicavellimpar {
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 16px;
    background-color: #ff6256;
    width: 120px;
    height: fit-content !important;
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgb(0 0 0 / 50%);
}

#botaoflutuantedejuntarcontas a.bolhaclicavel {
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 16px;
    background-color: #00a091;
    width: 120px;
    height: fit-content !important;
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgb(0 0 0 / 50%);
}

#botaoflutuantedejuntarcontas a.bolhaclicavel p {
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
}

#botaoflutuantedejuntarcontas .mensagemdaquelebotao {
    position: relative;
    float: left;
    padding: 10px;
    background-color: #26264f;
    color: #ffffff;
    margin: 27px 0 0 125px !important;
    border-radius: 6px;
    height: 16px !important;
}

#botaoflutuantedejuntarcontas .mensagemdaquelebotao a {
    color: #ffffff;
    margin: 0 5px 0 10px;
    font-weight: bold;
}

#botaoflutuantelimparcontas a.bolhaclicavellimpar p {
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
}

.imagemdofundo {
    position: absolute;
    left: 0;
    width: 100%;
    height: 500px;
}

.imagemdofundo figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.imagemdofundo figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imagemdofundo .panel {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 100px);
    background: -moz-linear-gradient(top, rgba(238, 238, 238, 0) 0%, rgba(238, 238, 238, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(238, 238, 238, 0) 0%, rgba(238, 238, 238, 1) 100%);
    background: linear-gradient(to bottom, rgba(238, 238, 238, 0) 0%, rgba(238, 238, 238, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00eeeeee', endColorstr='#eeeeee', GradientType=0);
}

.comimagemdefundo {
    padding-top: 150px;
}

.comimagemdefundo h2 {
    text-shadow: 0 2px 2px #ffffff;
}

.comimagemdefundo .left,
.comimagemdefundo .right {
    box-shadow: 0 2px 20px rgb(0 0 0 / 25%);
}

.dadosdacarta {
    position: relative;
    float: left;
    width: 100%;
}

.dadosdacarta table.osdados {
    position: relative;
    float: left;
    width: 100%;
    max-width: 640px;
    margin-bottom: 30px;
}

.dadosdacarta table.osdados thead tr th {
    background-color: #00a091;
    border-radius: 3px;
    padding: 10px 0;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.dadosdacarta table.osdados tbody tr td {
    border-radius: 3px;
    padding: 10px 5px;
    width: 50%;
}

.dadosdacarta table.osdados tbody tr:nth-child(even) td {
    background-color: #ffffff;
}

.dadosdacarta table.osdados tbody tr td:first-child {
    text-align: right;
    width: 50%;
    font-weight: bold;
}

.regrasparauso {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.regrasparauso h3 {
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
}

.regrasparauso p {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0;
}

.estouinteressado {
    position: relative;
    float: left;
    width: 100%;
}

.estouinteressado .linhawhatsapp {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.estouinteressado .linhawhatsapp .botaowhatsappcompartilhar {
    background-color: #25d366;
    color: #ffffff;
    padding: 8px 20px;
    margin: 10px;
    line-height: 24px;
    position: relative;
    float: left;
    border-radius: 90px;
    font-size: 16px;
}
.estouinteressado .linhawhatsapp .botaocopiaraqueleconteudo {
    background-color: #26264f;
    color: #ffffff;
    padding: 8px 20px;
    margin: 10px;
    line-height: 24px;
    position: relative;
    float: left;
    border-radius: 90px;
    font-size: 16px;
}

.estouinteressado .caixoteformulario {
    position: relative;
    float: left;
    background-color: #e1e1e1;
    margin-bottom: 50px;
    padding: 30px;
    width: calc(100% - 60px);
    border-radius: 5px;
}

.estouinteressado .caixoteformulario .linha {
    position: relative;
    float: left;
    width: 100%;
}

.estouinteressado .caixoteformulario .linha.descricao h2 {
    text-align: center;
    border-bottom: unset;
    font-size: 32px;
    line-height: 48px;
}

.estouinteressado .caixoteformulario .linha.descricao p {
    font-size: 16px;
    line-height: 26px;
    color: #646464;
    margin: 10px 0;
}

.estouinteressado .caixoteformulario .linha .caixadoformulario {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}

.estouinteressado .caixoteformulario .linha .caixadoformulario form {
    position: relative;
    float: left;
    width: 100%;
    width: 640px;
}

.estouinteressado .caixoteformulario .linha .caixadoformulario form .info {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 30px;
}

.estouinteressado .caixoteformulario .linha .caixadoformulario form .info .itemform {
    position: relative;
    float: left;
    width: 100%;
    margin: 5px 0;
}

.estouinteressado .caixoteformulario .linha .caixadoformulario form .info .itemform label {
    position: relative;
    float: left;
    width: 100%;
    color: #6c6c6c;
    font-weight: bold;
    font-size: 13px;
}

.estouinteressado .caixoteformulario .linha .caixadoformulario form .info .itemform input {
    width: calc(100% - 24px);
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 5px 10px;
}

.estouinteressado .caixoteformulario .linha .caixadoformulario form .info .itemform textarea {
    width: calc(100% - 24px);
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 5px 10px;
}

.estouinteressado .caixoteformulario .linha .caixadoformulario form .info .itemform .enviar {
    background-color: #26264f;
    color: #fff;
    border-radius: 4px;
    padding: 10px 20px;
    margin: 2px;
    transition: 0.15s;
}

.estouinteressado .caixoteformulario .linha .caixadoformulario form .info .itemform .enviar:hover {
    background-color: #ffffff;
    color: #7e7e7e;
}

.faixafiltros {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.faixafiltros .caixote {
    position: relative;
    float: left;
    width: calc(100% - 40px);
    max-width: 1440px;
}

.faixafiltros .caixote .caixafiltros {
    position: relative;
    float: left;
    width: calc(100% - 40px);
    padding: 20px;
    background-color: #e1e1e1;
    margin: 10px 0 20px 0;
    border-radius: 4px;
    display: flex;
    justify-content: center;
}

.faixafiltros .caixote .caixafiltros .caixaform {
    position: relative;
    float: left;
    width: 100%;
    max-width: 720px;
}

.faixafiltros .caixote .caixafiltros .caixaform h3 {
    font-size: 24px;
    font-weight: bold;
    color: #26264f;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}

.faixafiltros .caixote .caixafiltros .caixaform form {
    position: relative;
    float: left;
    width: 100%;
}

.faixafiltros .caixote .caixafiltros .caixaform form .linha {
    position: relative;
    float: left;
    width: 100%;
}

.faixafiltros .caixote .caixafiltros .caixaform form .linha .parte {
    position: relative;
    float: left;
    width: calc(100% - 10px);
    padding: 10px 5px;
}

.faixafiltros .caixote .caixafiltros .caixaform form .linha .parte.metade {
    width: calc(50% - 10px)
}

.faixafiltros .caixote .caixafiltros .caixaform form .linha .parte.deixarcentralizado {
    display: flex;
    justify-content: center;
}

.faixafiltros .caixote .caixafiltros .caixaform form .linha .parte label {
    position: relative;
    float: left;
    width: 100%;
    color: #646464;
    margin-bottom: 3px;
    font-weight: bold;
}

.faixafiltros .caixote .caixafiltros .caixaform form .linha .parte input {
    position: relative;
    float: left;
    width: calc(100% - 24px);
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 6px 10px;
}

.faixafiltros .caixote .caixafiltros .caixaform form .linha .parte select {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    background-color: #fff;
    border-radius: 4px;
    width: calc(100% - 2px);
}

.faixafiltros .caixote .caixafiltros .caixaform form .linha .parte button.enviaformulariofiltros {
    margin: 0;
    width: unset;
    padding: 0 40px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #00a091;
    color: #fff;
    font-size: 16px;
}

.faixafiltros .caixote .caixaapresentacao {
    position: relative;
    width: calc(100% - 40px);
    padding: 20px;
    background-color: #00a091;
    margin: 10px 0;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.faixafiltros .caixote .caixaapresentacao>div {
    width: 100%;
    max-width: 720px;
}

.faixafiltros .caixote .caixaapresentacao p {
    color: #fff;
    font-size: 0.95rem;
    line-height: 1.2;
}

.caixinhavideo {
    position: relative;
    float: left;
    min-width: 200px;
    width: calc(100% - 60px);
    margin: 10px 30px;
    height: 200px;
    border: 4px solid #04AEA5;
}

.caixotelimitador {
    position: relative;
    float: left;
    width: 100%;
    max-height: 100vh;
    overflow-y: scroll;
}
.caixotelimitador table thead {
    position: sticky;
    top: 0;
    z-index: 999;
}

.caixotelimitador::-webkit-scrollbar {
    width: 12px;
}

.caixotelimitador::-webkit-scrollbar-track {
    background: transparent;
}
.caixotelimitador::-webkit-scrollbar-thumb {
    background: rgba(38, 38, 79, 0.25);
    border-radius: 6px;
}
.caixotelimitador::-webkit-scrollbar-thumb:hover {
    background: rgba(38, 38, 79, 0.5);
}
.caixotelimitador {
    scrollbar-width: thin;
    scrollbar-color: rgba(38, 38, 79, 0.25) transparent;
}
.caixotelimitador {
    -ms-overflow-style: none;
}

#caixacongelavel {
    position: relative;
    float: left;
    width: 100%;
}
#faixaflutuadora {
    padding: 20px 0;
}
#caixacongelavel.congelado #faixaflutuadora {
    position: fixed;
    top: 0;
    left: 0;
}
#caixacongelavel.congelado #botoeiraflutuando{
    position: fixed;
    top: 0;
    left: 0;
}
#caixacongelavel.congelado #ocaixoteflutuante {
    position: fixed;
    top: 0;
    left: 0;
}

.botaoqueflutuanobanner {
    position: absolute;
    background-color: #00a091;
    color: #ffffff;
    padding: 15px 30px;
    line-height: 20px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 20px;
}
.botaoqueflutuanobanner.posicionadona_t {
    top: 30px;
    left: calc(50% - 80px);
}
.botaoqueflutuanobanner.posicionadona_tr {
    top: 30px;
    right: 30px;
}
.botaoqueflutuanobanner.posicionadona_r {
    top: calc(50% - 15px);
    right: 30px;
}
.botaoqueflutuanobanner.posicionadona_br {
    bottom: 50px;
    right: 30px;
}
.botaoqueflutuanobanner.posicionadona_b {
    bottom: 50px;
    left: calc(50% - 80px);
}
.botaoqueflutuanobanner.posicionadona_bl {
    bottom: 50px;
    left: 30px;
}
.botaoqueflutuanobanner.posicionadona_l {
    top: calc(50% - 15px);
    left: 30px;
}
.botaoqueflutuanobanner.posicionadona_tl {
    top: 30px;
    left: 30px;
}
.botaoqueflutuanobanner.posicionadona_c {
    top: calc(50% - 15px);
    left: calc(50% - 80px);
}
.botaoqueflutuanobanner.posicionadona_n {
    display: none;
}

.mimesmotamanho {
    min-width: 240px;
    text-align: center;
}

.enviaformulariofiltroscomofertas {
    white-space: nowrap;
    line-height: 70px;
    border-radius: 40px;
    margin: 0;
    padding: 0 30px;
    width: unset;
    min-width: 300px;
    background-color: #ffb04e;
    border: 5px solid #ffffff;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    margin-top: 10px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: 0.2s;
}
.enviaformulariofiltroscomofertas:hover {
    background-color: #ffa22f;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}


@media only screen and (max-width: 1050px) {
    header nav {
        width: 69%;
    }

    .planos-pagina .contemplados table {
        overflow-x: scroll;
    }

    .planos-pagina .contemplados .control {
        overflow-x: scroll;
    }
}

.razaosocial {
    margin-top: -10px;
    font-style: italic;
}

.consorcioscontem-texto-desktop {
    display: block !important;
}
.consorcioscontem-texto-mobile {
    display: none !important;
}

@media only screen and (max-width: 960px) {

    .consorcioscontem-texto-desktop {
        display: none !important;
    }
    .consorcioscontem-texto-mobile {
        display: block !important;
    }
    
    .listamarcas ul {
        width: calc(100% - 40px);
        margin-left: 20px;
    }

    .listamarcas ul li {
        width: calc((100% - 50px) / 6);
        margin: 10px 10px 0 0;
    }

    .listamarcas ul li:nth-child(7n+7) {
        margin: 10px 10px 0 0;
    }

    .listamarcas ul li:nth-child(7n+8) {
        clear: none;
    }

    .listamarcas ul li:nth-child(6n+6) {
        margin: 10px 0 0 0;
    }

    .listamarcas ul li:nth-child(6n+7) {
        clear: both;
    }

    .depoimentosslider {
        overflow: hidden;
        height: 600px !important;
    }

}

@media only screen and (max-width: 770px) {

    .planos-formulario .formulario-conteudo .form .info button.enviar,
    .planos-formulario .formulario-conteudo .form .info button.cancelar {
        border: 1px solid #26264f;
        background-color: #26264f;
        color: #ffffff;
        padding: 5px 20px;
        margin: 0 0 0 15px;
        width: calc(100% - 10px);
        margin: 5px 0;
    }

    .rodape .linha.superior .coluna.eurotrack-2 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .formulario-maior {
        position: relative;
        float: left;
        width: 100%;
    }

}

@media only screen and (max-width: 640px) {

    .listamarcas ul li {
        width: calc((100% - 40px) / 4);
        margin: 10px 10px 0 0;
    }

    .listamarcas ul li:nth-child(6n+6) {
        margin: 10px 10px 0 0;
    }

    .listamarcas ul li:nth-child(6n+7) {
        clear: none;
    }

    .listamarcas ul li:nth-child(4n+4) {
        margin: 10px 0 0 0;
    }

    .listamarcas ul li:nth-child(4n+5) {
        clear: both;
    }

    .rodape .linha.inferior .coluna.logo {
        margin-left: calc((100% - 150px) / 2);
    }

    .rodape .linha.inferior .coluna.premiacao {
        width: calc(100% - 40px);
    }

    .rodape .linha.inferior .owslink {
        float: left;
        margin-left: calc((100% - 50px) / 2);
    }

    .rodape .linha.inferior .coluna.premiacao p {
        line-height: 16px;
        padding: 4px 0;
    }

    .rodape .linha.inferior .coluna.premiacao p.razaosocial {
        margin-top: 20px;
        line-height: 22px;
    }

    #botaoflutuantedejuntarcontas {
        left: 136px;
    }

    #botaoflutuantedejuntarcontas p.mensagemdaquelebotao {
        display: none;
    }

    #botaoflutuantelimparcontas {
        left: 10px;
    }

    #botaoflutuantedejuntarcontas .mensagemdaquelebotao {
        margin: 8px 0 0 10px !important;
        height: 32px !important;
        width: calc(100% - 200px);
    }

    .faixafiltros {
        margin-top: 80px;
        margin-bottom: -80px;
    }

    .faixafiltros .caixote .caixafiltros .caixaform form .linha .parte.metade {
        width: calc(100% - 10px);
    }

    .enviaformulariofiltroscomofertas {
        line-height: 50px;
        border-radius: 30px;
        padding: 0 30px;
        min-width: unset;
    }

}

@media only screen and (max-width: 423px) {
    .feature-box-4 figure {
        margin-left: 14% !important;
    }
}

@media only screen and (max-width: 360px) {
    .feature-box-4 figure {
        margin-left: 17% !important;
        width: 150px !important;
        height: 150px !important;
        margin-top: 40px !important;

    }

    .depo-txt-slider {
        width: 70% !important;
    }
}

@media only screen and (max-width: 600px) {

    .listamarcas ul li {
        width: calc((100% - 20px) / 2);
        margin: 10px 10px 0 0;
    }

    .listamarcas ul li:nth-child(4n+4) {
        margin: 10px 10px 0 0;
    }

    .listamarcas ul li:nth-child(4n+5) {
        clear: none;
    }

    .listamarcas ul li:nth-child(2n+2) {
        margin: 10px 0 0 0;
    }

    .listamarcas ul li:nth-child(2n+3) {
        clear: both;
    }

    #listaparceiros {
        display: none;
    }

    .planos-pagina .planos-pagina-opcoes ul {
        width: 100%;
    }

    .planos-formulario .formulario-conteudo .form .info input,
    .planos-formulario .formulario-conteudo .form .info textarea {
        background-color: #fff;
        box-sizing: border-box;
        border: none;
        padding: 0 5px;
        width: 100%;
        margin-bottom: 5px;
    }

    .planos-formulario .formulario-conteudo .form .info button.enviar,
    .planos-formulario .formulario-conteudo .form .info button.cancelar {
        border: 1px solid #26264f;
        background-color: #26264f;
        color: #ffffff;
        padding: 5px 20px;
        margin: 0 0 0 15px;
        width: calc(100% - 10px);
        margin: 5px 0;
    }

    #mensagemlgpd {
        display: none !important;
    }

    #mensagemlgpd_mobile {
        display: block !important;
        height: auto !important;
    }

    #mensagemlgpd_mobile .conteudomensagemlgpd .caixa.texto {
        width: 100% !important;
        height: auto !important;
        margin-top: 30px;
        padding-left: 20px;
        float: left;
        width: calc(100% - 40px) !important;
    }

    #mensagemlgpd_mobile .conteudomensagemlgpd .caixa.botoes {
        float: left !important;
        width: 100% !important;
    }

    #mensagemlgpd_mobile .conteudomensagemlgpd .caixa {
        height: 80px !important;
    }

    #mensagemlgpd_mobile .conteudomensagemlgpd .caixa.botoes a {
        margin: 20px !important;
    }

    .mimesmotamanho {
        min-width: unset;
        width: 100%;
    }
    .mimesmotamanho.segue {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 10px 0 0 !important;
    }
    .mimesmotamanho.manda {
        margin: 0 0 0 10px !important;
    }

}

@media only screen and (max-width: 480px) {
    .rodape .linha.superior {
        /* overflow: hidden; */
    }

    .rodape .linha.superior .coluna ul.contato {
        width: calc(100%) !important;
    }
    .rodape .linha.superior .coluna .endereco p {
        width: calc(100%) !important;
    }

    .sobre ul li {
        height: 250px;
    }

    .planos-pagina .planos-conteudo ul li,
    .planos-pagina .planos-conteudo ul li.menor {
        width: 100%;
    }

    .consorcio-formulario-dados p {
        width: 100%;
    }

    #botaoflutuantedejuntarcontas .mensagemdaquelebotao {
        margin: 8px 0 0 10px !important;
        height: 32px !important;
        width: calc(100% - 200px);
    }

}

@media only screen and (max-width: 360px) {
    .sobre ul li {
        height: 200px;
    }

    #botaoflutuantedejuntarcontas .mensagemdaquelebotao {
        margin: 5px 0 0 10px !important;
        height: 32px !important;
        width: calc(100% - 190px);
        font-size: 10px;
    }

}

.my-slider {
    list-style: none;
}

.my-slider .img {
    width: 100%;
    height: auto;
}

.slider-depoimentos-fix {
    width: 960px;
    margin: 0 auto;
}

.container .slider-depoimentos-fix .bx-controls-direction a.bx-prev {
    position: absolute;
    background-color: #26264f;
    color: #ffffff;
    top: 160px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    overflow: hidden;
    line-height: 54px;
    text-align: center;
    transition: 0.25s;
    font-size: 36px;
}

.slider-depoimentos-fix .bx-controls-direction a {
    position: absolute;
    background-color: #26264f;
    color: #ffffff;
    top: 160px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    overflow: hidden;
    line-height: 54px;
    text-align: center;
    transition: 0.25s;
    font-size: 36px;
}

.slider-depoimentos-fix .bx-controls-direction a:hover {
    background-color: #ffffff;
    color: #26264f;
    z-index: 999999;
}

.slider-depoimentos-fix .bx-controls-direction a.bx-prev {
    left: 20px;
}

.container .slider-depoimentos-fix .bx-controls-direction a.bx-next {
    right: 20px;
}

.slider-depoimentos-fix .bx-pager.bx-default-pager {
    position: relative;
    float: left;
    bottom: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.slider-depoimentos-fix .bx-pager.bx-default-pager .bx-pager-item {
    margin: 0 2px;
}

.slider-depoimentos-fix .bx-pager.bx-default-pager .bx-pager-item a {
    position: relative;
    float: left;
    width: 20px;
    height: 20px;
    background-color: #26264f;
    color: #26264f;
    border-radius: 10px;
    transition: 0.25s;
    line-height: 20px;
    text-align: center;
}

.slider-depoimentos-fix .bx-pager.bx-default-pager .bx-pager-item a.active {
    background-color: #ffffff;
    color: #ffffff;
}

.slider-depoimentos-fix .bx-pager.bx-default-pager .bx-pager-item a:hover {
    background-color: #0fc7bf;
    color: #0fc7bf;
}

.slider-depoimentos-fix {
    margin-bottom: 10px;
    height: 465px;
    float: left;
    position: relative;
    background-color: #26264F;
}

.feature-box-4 {
    width: 100%;
    float: left;
    border-radius: 25px;
    color: #FFF;
}

.text-box.padding-percent-2 {
    padding: 5%;
    font-size: 20px;
    margin-bottom: 20px;
}

.depo-nm-pessoa {
    text-align: center;
}

.depo-func-pessoa {
    text-align: center;
    font-size: 16px;
}

.depo-txt-slider {
    font-size: 12px;
    padding: 10px;
    color: #fff;
    height: 7.5em;
    word-break: break-word;
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 10px;
}

.feature-box-4 figure {
    width: 200px;
    height: 200px;
    width: 200px;
    height: 200px;
    margin-left: 25%;
    margin-bottom: 20px;
}

.feature-box-4 figure img {
    border-radius: 100%;
    object-fit: cover;
    height: 100%;
    border: 4px solid #04AEA5;
}

.depoimentosslider h2 {
    padding: 10px;
    font-size: 29px;
    text-align: center;
    color: #FFF;
    font-weight: 600;
}

#conhecafix {
    position: relative;
    float: left;
    width: 100%;
    background-color: #eeeeee;
    padding-top: 50px;
}

#conhecafix .linhafix {
    position: relative;
    float: left;
    width: 100%;
}

#conhecafix .linhafix.centralizafix {
    display: flex;
    justify-content: center;
}

#conhecafix figure.equipe {
    position: relative;
    float: left;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

#conhecafix figure.equipe img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#conhecafix .descricaofix {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 50px 0;
}

#conhecafix .descricaofix .caixa {
    position: relative;
    float: left;
    width: calc(100% - 40px);
    max-width: 700px;
}

#conhecafix .descricaofix .caixa p {
    font-size: 18px;
    line-height: 28px;
}

#conhecafix h6 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
}

#conhecafix .botaofix {
    position: relative;
    float: left;
    background-color: #00a091;
    color: #ffff;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 4px;
    margin-bottom: 80px;
}

.botaoestilizadoduvidasfix {
    border-radius: 8px;
    box-shadow: 0 3px 5px rgb(0 0 0 / 50%);
    text-align: center;
}

.botaoestilizadoduvidasfixfix {
    border-radius: 8px;
    box-shadow: 0 3px 5px rgb(0 0 0 / 50%);
    text-align: center;
    overflow: hidden;
}

@media only screen and (max-width: 480px) {
    .container .slider-depoimentos-fix .bx-controls-direction a.bx-prev {
        position: absolute;
        left: 20px;
        /* top: 50%; */
        top: 67%;
    }

    .container .slider-depoimentos-fix .bx-controls-direction a.bx-prev:hover {
        background-color: #ffffff;
        color: #26264f;
    }

    .container .slider-depoimentos-fix .bx-controls-direction a.bx-next {
        position: absolute;
        /* left: calc(100vw - 100px);
        top: 50%; */
        left: calc(100vw - 120px);
        top: 67%;
    }
}

@media only screen and (min-width: 481px) and (max-width: 640px) {
    .container .slider-depoimentos-fix .bx-controls-direction a.bx-prev {
        position: absolute;
        left: 20px;
        /* top: 50%; */
        top: 67%;
    }

    .container .slider-depoimentos-fix .bx-controls-direction a.bx-prev:hover {
        background-color: #ffffff;
        color: #26264f;
    }

    .container .slider-depoimentos-fix .bx-controls-direction a.bx-next {
        position: absolute;
        /* left: calc(100vw - 100px);
        top: 50%; */
        left: calc(100vw - 120px);
        top: 67%;
    }

    .depoimentosslider {
        overflow: hidden;
        height: 650px !important;
    }

    .feature-box-4 figure {
        width: 300px;
        height: 300px;
        width: 300px;
        height: 300px;
        margin-left: 17%;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .depo-txt-slider {
        font-size: 16px;
        padding: 10px;
        color: #fff;
        height: 11em;
        word-break: break-word;
        display: -webkit-box;
        overflow: hidden;
        margin-bottom: 10px;
        width: 80%;
    }

    .feature-box-4 figure {
        width: 200px;
        height: 200px;
        width: 200px;
        height: 200px;
        margin-left: 17%;
        margin-bottom: 30px;
    }

    .depo-nm-pessoa,
    .depo-func-pessoa {
        margin-left: -15% !important;
    }

    .text-box.padding-percent-2 {
        width: calc(100% - 60px);
        float: left;
    }
}

.btn-download-contemplado {
    float: left;
    padding: 10px;
    background-color: #26264F;
    color: #FFF;
    margin-right: 10px;
}

.btn-download-contemplado:hover {
    color: #FFF;
}

@media only screen and (max-width: 360px) {
    .depo-txt-slider {
        font-size: 16px;
        padding: 10px;
        color: #fff;
        height: 7.5em;
        word-break: break-word;
        display: -webkit-box;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .feature-box-4 figure {
        width: 200px;
        height: 200px;
        width: 200px;
        height: 200px;
        margin-left: 20%;
        margin-bottom: 30px;
    }

    .text-box.padding-percent-2 {
        /* padding: 5%; */
        /* font-size: 20px; */
        width: 72%;
        float: left;
    }
}

.fixparceiro {
    font-weight: bold !important;
    font-style: italic;
}

.btn-contact {
    color: #fff;
    padding: 10px 30px;
    background-color: #26264f;
    border: 1px solid #26264f;
    display: block;
    text-align: center !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.botaoestilizadoduvidasfix {
    border-radius: 8px;
    box-shadow: 0 3px 5px rgb(0 0 0 / 50%);
    text-align: center;
}

.btn-contact:hover {
    color: #ccc !important;
}

#mensagemlgpd.aberto {
    bottom: 0 !important;
}

#mensagemlgpd .conteudomensagemlgpd {
    position: relative;
    float: left;
    width: 100%;
    height: 150px;
}

#mensagemlgpd .conteudomensagemlgpd .caixa.texto {
    float: left;
    width: calc(100% - 150px);
}

#mensagemlgpd .conteudomensagemlgpd .caixa {
    position: relative;
    height: 150px;
    display: flex;
    align-items: center;
}

#mensagemlgpd .conteudomensagemlgpd .caixa.texto p {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
}

#mensagemlgpd {
    position: fixed;
    bottom: -150px;
    left: 0;
    width: 100%;
    height: 150px;
    background-color: rgba(38, 38, 79, 0.95);
    transition: 0.5s;
    z-index: 9999;
}

#mensagemlgpd .conteudomensagemlgpd .caixa.texto p a {
    color: #fff;
    text-decoration: underline;
}

#mensagemlgpd .conteudomensagemlgpd .caixa.botoes {
    float: right;
    width: 130px;
}

#mensagemlgpd .conteudomensagemlgpd .caixa {
    position: relative;
    height: 150px;
    display: flex;
    align-items: center;
}

#mensagemlgpd .conteudomensagemlgpd .caixa.botoes a {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border-radius: 3px;
    font-weight: bold;
    background-color: #00a091;
    color: #fff;
}

.conheca_grupo {
    box-sizing: border-box;
    background-color: #EEEEEE;
    padding-top: 20px;
    padding-bottom: 100px;
    text-align: justify;
    width: 100%;
    *zoom: 1;
}

.conheca_grupo .img-right {
    /*position: absolute;
    margin-top: 925px; */
    right: 0;
    width: 40%;
    float: right;
    /* margin-left: 70px !important; */
    text-align: center !important;
}

.conheca_grupo .content-left {
    padding: 0 71px !important;
}

.conheca_grupo .content-left .text {
    color: #525252;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
}

.btn {
    position: relative;
    width: 100%;
    text-align: center !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.btn-padrao {
    color: #fff;
    padding: 10px 30px;
    background-color: #26264f;
    border: 1px solid #26264f;
}

.btn-padrao:hover {
    color: #ccc !important;
}

.text-center {
    text-align: center !important;
}

.titulo_especial {
    font-size: 23px;
    font-weight: 700;
    padding-bottom: 10px;
    /* border-bottom: 2px solid #A3A3A3; */
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.f-size-25 {
    font-size: 25px !important;
}

.text-padrao {
    color: #26264f !important;
}

.text-white {
    color: #fff !important;
}

.bg-padrao {
    background-color: #26264f;
    padding: 40px 20px;
    text-align: center !important;
    width: 58%;
}

.w-60 {
    width: 60% !important;
}

.w-100 {
    width: 100% !important;
}

.f-left {
    float: left !important;
}

.f-right {
    float: right !important;
}

.d-block {
    display: block;
}

.feature-box-4-emp {
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
}

.feature-box-4-emp {
    border-radius: 25px;
    color: #FFF;
}

.img-depoimentos {
    border-radius: 100%;
    object-fit: cover;
    height: 100%;
    border: 4px solid #04AEA5;
    width: 100%;
    vertical-align: middle;
}

.text-depo p {
    padding-top: 40px;
    padding-bottom: 30px;
    /* padding-left: 220px !important; */
    width: 750px;
}

.text-depo p span {
    color: #fff !important;
}

.d-none {
    display: none;
}

.d-block {
    display: block;
}

#mensagemlgpd_mobile.aberto {
    bottom: 0 !important;
}

#mensagemlgpd_mobile .conteudomensagemlgpd {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
}

#mensagemlgpd_mobile .conteudomensagemlgpd .caixa.texto {
    float: left;
    width: calc(100% - 150px);
}

#mensagemlgpd_mobile .conteudomensagemlgpd .caixa {
    position: relative;
    height: 150px;
    display: flex;
    align-items: center;
}

#mensagemlgpd_mobile .conteudomensagemlgpd .caixa.texto p {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
}

#mensagemlgpd_mobile {
    position: fixed;
    bottom: -300px;
    left: 0;
    width: 100%;
    height: 150px;
    background-color: rgba(38, 38, 79, 0.95);
    transition: 0.5s;
    z-index: 9999;
}

#mensagemlgpd_mobile .conteudomensagemlgpd .caixa.texto p a {
    color: #fff;
    text-decoration: underline;
}

#mensagemlgpd_mobile .conteudomensagemlgpd .caixa.botoes {
    float: right;
    width: 130px;
}

#mensagemlgpd_mobile .conteudomensagemlgpd .caixa {
    position: relative;
    height: 150px;
    display: flex;
    align-items: center;
}

#mensagemlgpd_mobile .conteudomensagemlgpd .caixa.botoes a {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border-radius: 3px;
    font-weight: bold;
    background-color: #00a091;
    color: #fff;
}

@media only screen and (max-width: 480px) {
    .pp_pic_holder.pp_default {
        width: 90% !important;
        left: 5% !important;
        overflow: hidden;
    }

    div.pp_default .pp_content_container .pp_left {
        padding-left: 0 !important;
    }

    div.pp_default .pp_content_container .pp_right {
        padding-right: 0 !important;
    }

    .pp_content {
        width: 100% !important;
        height: auto !important;
    }

    .pp_fade {
        width: 100% !important;
        height: 100% !important;
    }

    a.pp_expand,
    a.pp_contract,
    .pp_hoverContainer,
    .pp_gallery,
    .pp_top,
    .pp_bottom {
        display: none !important;
    }

    #pp_full_res img {
        width: 100% !important;
        height: auto !important;
    }

    .pp_details {
        width: 100% !important;
        padding-left: 3%;
        padding-right: 4%;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #fff;
        margin-top: -2px !important;
    }

    a.pp_close {
        right: 7% !important;
        top: 10px !important;
    }

    #pp_full_res {
        padding: 5px !important;
    }

    .estouinteressado .linhawhatsapp .botaowhatsappcompartilhar {
        line-height: 18px;
    }
    .estouinteressado .linhawhatsapp .botaocopiaraqueleconteudo {
        line-height: 18px;
    }
}
