/* ----------------------------------------------------------
    Theme Name: DNA Corretora
    Theme URI: https://marcasite.com.br
    Author: Henrique Quintino
    Author URI: https://henrique-quintino.web.app
    Description: Tema oficial da DNA Corretora criada pela Marcasite
    Requires at least: 6.4
    Tested up to: 6.4
    Requires PHP: 7.0
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    ----------------------------------------------------------

/***************************************************************************
       Fonts
***************************************************************************/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/***************************************************************************
       Variáveis
***************************************************************************/

:root {
    --cor-branco: #ffffff;
    --cor-verde: #48aa52;
    --cor-cinza: #6e6e6e;
    --cor-cinza-claro: #fbfbfb;
    --cor-cinza-escuro: #3a3a3a;

    --font-Poppins: "Poppins", sans-serif;

    --font-extralight: 200;
    --font-light: 300;
    --font-regular: 400;
    --font-medium: 500;
    --font-semibold: 600;
    --font-bold: 700;
}

/***************************************************************************
        All
***************************************************************************/

.transition_on *,
.transition_on {
    transition: ease .5s all !important;
}

html,
body {
    margin: 0;
    overflow-x: clip;
}

* {
    margin: 0;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
    font-family: "Poppins", sans-serif;
}

img {
    width: 100%;
}

a:hover {
    text-decoration: none;
    color: var(--cor-branco);
}

h3 {
    font-size: 30px;
    font-weight: var(--font-bold);
    line-height: 27px;
}

h2 {
    font-size: 34px;
    font-weight: var(--font-regular);
}

p {
    font-size: 18px;
    color: var(--cor-cinza);
    font-weight: var(--font-regular);
}

img {
    transition: all 0.3s ease-in-out;
    width: 100%;
}

header {
    position: absolute;
    width: 100%;
    padding-top: 40px;
}

header ul {
    display: flex;
    justify-content: end;
    align-items: baseline;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

header ul .nav-item .nav-link {
    color: var(--cor-branco);
    font-size: 18px;
    cursor: default;
}

header .logo, footer .logo-footer {
	max-width: 150px;
}

.btn-whatsapp {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 20px;
    font-weight: var(--font-medium);
    color: var(--cor-branco);
    text-decoration: none;
    border-radius: 10px;
    background-image: -moz-linear-gradient(90deg, rgb(39, 180, 62) 0%, rgb(90, 210, 102) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(39, 180, 62) 0%, rgb(90, 210, 102) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(39, 180, 62) 0%, rgb(90, 210, 102) 100%);
    width: 275px;
    height: 44px;
    cursor: pointer !important;
}

.btn-whatsapp img {
    position: absolute;
    right: 10px;
    width: 23px;
    height: 23px;
}

.btn-verde {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background-color: var(--cor-verde);
    width: 255px;
    height: 69px;
    color: var(--cor-branco);
    font-weight: var(--font-semibold);
    text-decoration: none;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
}

.btn-verde:hover {
    background-color: #3a8f42;
}

/***************************************************************************
        Banner Principal
***************************************************************************/

section.banner-principal {
    padding-top: 290px;
    background-image: url(img/banner-principal.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 728px;
}

.banner-principal h2 {
    color: var(--cor-branco);
    font-size: 38px;
    font-weight: var(--font-semibold);
    max-width: 540px;
    line-height: 40px;
    margin-bottom: 15px;
}

.banner-principal p {
    color: var(--cor-branco);
    font-size: 20px;
    font-weight: var(--font-light);
    line-height: 25px;
    margin-bottom: 10px;
    max-width: 420px;
}

/***************************************************************************
        Sobre
***************************************************************************/

section.sobre {
    padding: 105px 0;
}

.sobre img {
    width: 90%;
    min-height: 630px;
    object-fit: cover;
}

.sobre img:last-child {
    width: 110px;
    height: 110px;
    min-height: 110px;
    position: absolute;
    top: -12px;
    left: 0;
}

.sobre p {
    max-width: 530px;
}

/***************************************************************************
        Video
***************************************************************************/

section.video {
    padding: 85px 0;
    margin-top: 40px;
    background-color: var(--cor-cinza-claro);
}

.video p {
    max-width: 900px;
    margin-bottom: 30px;
}

.video video {
    width: 100%;
    height: 612px;
    background-color: black;
}

/***************************************************************************
        Convênios
***************************************************************************/

section.convenios {
    padding: 175px 0px;
}

.convenios .card-convenio {
    position: relative;
    border: 2px solid var(--cor-cinza-claro);
    padding: 40px;
    box-shadow: 0px 0px 4.8px 0.2px rgba(0, 0, 0, 0.17);
    cursor: default;
}

.convenios .card-convenio hr {
    background-color: #e8e8e8;
    width: 245px;
    position: absolute;
    top: 83%;
    left: 39%;
    transform: translate(-50%, -50%);
    rotate: 90deg;
}

.convenios .quadrado-amarelo {
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: var(--cor-branco);
    font-weight: var(--font-bold);
    background-color: #dab947;
}

.convenios .card-convenio h4 {
    font-size: 22px;
    color: var(--cor-cinza-escuro);
    font-weight: var(--font-bold);
    margin-bottom: 0;
}

.convenios .card-convenio p {
    max-width: 450px;
    font-size: 16px;
}

.convenios .card-convenio ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.convenios .card-convenio ul li {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 20px;
    font-weight: var(--font-regular);
    color: var(--cor-cinza);
    max-width: 460px;
}

.convenios .card-convenio ul li span {
    font-weight: var(--font-semibold);
}

.convenios .card-convenio img {
    width: 124px;
    height: 43px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: all 0.3s ease-in-out;
}

.convenios .card-convenio:hover img {
    filter: grayscale(0);
}

/***************************************************************************
        Depoimentos
***************************************************************************/

section.depoimentos {
    margin-bottom: 150px;
}

#owl-depoimentos .owl-nav {
    display: flex;
    justify-content: space-between;
}

#owl-depoimentos .owl-prev,
#owl-depoimentos .owl-next {
    background: #dab947;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: var(--font-semibold);
    position: absolute;
    top: 47%;
}

#owl-depoimentos .owl-prev span,
#owl-depoimentos .owl-next span {
    color: var(--cor-branco);
    font-size: 70px;
    font-family: monospace;
}

#owl-depoimentos .owl-prev {
    left: -10px;
}

#owl-depoimentos .owl-next {
    right: -10px;
}

.depoimentos video {
    width: 100%;
    height: 531px;
    background-color: black;
}

/***************************************************************************
        Clientes
***************************************************************************/

section.clientes {
    margin-bottom: 260px;
}

.clientes .container-fluid {
    padding: 0;
}

.clientes .item {
    border: 1px solid #eeeeee;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    box-shadow: 0px 4px 10px 0px rgba(105, 104, 102, 0.27);
    transition: ease 0.2s all;
    margin: 5px;
}

.clientes .item:hover {
    margin: 0px;
}

.clientes .item img {
    max-width: 162px;
    height: 220px;
    object-fit: contain;
}

/***************************************************************************
        Footer
***************************************************************************/

footer {
    background-image: url(img/banner-footer.webp);
    min-height: 468px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0 15px 0px;
}

footer img {
    width: 253px;
}

footer form {
    min-height: 575px;
    padding: 40px 40px 5px 40px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.11);
    margin-top: -150px;
    margin-bottom: 40px;
}

footer form input {
    border-radius: 8px;
    background-color: rgb(241, 241, 241);
    width: 100%;
    height: 46px;
    margin-bottom: 25px;
    padding: 15px;
}

footer form textarea {
    width: 100%;
    height: 204px !important;
    background-color: rgb(241, 241, 241);
    border-radius: 8px;
    padding: 15px;
    resize: none;
}

footer form input::placeholder,
footer form textarea::placeholder {
    opacity: 0.7;
}

footer form .btn-verde {
    width: 130px;
    height: 55px;
    float: right;
    background-color: var(--cor-verde) !important;
    opacity: 1 !important;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer form .btn-verde:hover {
    background-color: #3a8f42 !important;
}

footer .btn-whatsapp {
    width: 250px;
}

.wpcf7-form-control-wrap,
.wpcf7-list-item-label {
    font-family: var(--font-Poppins);
    font-size: 16px !important;
    line-height: normal !important;
}

.wpcf7-list-item-label {
    font-size: 13px !important;
    position: relative;
}

.wpcf7-list-item {
    display: flex !important;
    margin: 0 !important;
}

.wpcf7-list-item.first.last {
    position: absolute;
}

.wpcf7-list-item.first.last input {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.rodape-form p {
    display: flex;
    margin: 0;
}

.rodape-form p label {
    font-size: 13px;
    margin-left: 15px;
    margin-bottom: 0;
    margin-top: 12px;
    color: black;
}

.rodape-form p label a {
    text-decoration: none !important;
}

.rodape-form p label a:hover {
    color: #0d6efd;
}

footer .logo {
    width: 251px;
    margin-bottom: 30px;
}

footer .logo-footer {
    margin-bottom: 30px;
}

footer h2,
footer p,
footer hr {
    color: var(--cor-branco);
}

footer h2 {
    font-weight: var(--font-semibold);
    line-height: 27px;
}

footer p {
    max-width: 490px;
    margin-bottom: 0;
    line-height: 24px;
    font-weight: var(--font-light);
}

footer p b {
    font-weight: var(--font-semibold);
}

footer .social-media {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 43px;
    gap: 20px;
}

footer .social-media img {
    width: 100%;
}

/***************************************************************************
        Responsivo
***************************************************************************/

.mobile {
    display: none;
}

@media (min-width: 992px) and (max-width: 1399px) {
    .convenios .card-convenio {
        padding: 40px 15px 40px 15px;
    }

    .convenios .card-convenio .col-lg-6 .row {
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .convenios .card-convenio .row .col-lg-4 {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 1199px) {
    .banner-principal h2 {
        font-size: 37px;
    }

    .convenios .card-convenio .col-lg-6 .row {
        justify-content: end;
        gap: 30px;
    }

    .convenios .card-convenio {
        padding: 40px 75px 40px 15px;
    }

    .convenios .card-convenio hr {
        left: 37%;
    }
}

@media (min-width: 992px) {}

@media (max-width: 991px) {
    .mobile {
        display: block;
    }

    .desktop {
        display: none !important;
    }

    header {
        padding-top: 0;
    }

    header .logo {
        max-width: 110px;
    }

    header .hamburguer-bt {
        display: inline-block;
        height: fit-content;
        min-height: 32px;
        margin: 18px 15px;
        margin-bottom: -25px;
        float: right;
    }

    header .hamburguer-bt .hamburguer_line {
        background: var(--cor-branco);
        width: 30px;
        height: 4px;
        margin: 5px 0;
    }

    header .hamburguer-bt.ativo .hamburguer-top {
        transform: rotate(45deg);
        margin-top: 11px;
    }

    header .hamburguer-bt.ativo .hamburguer-middle {
        opacity: 0;
    }

    header .hamburguer-bt.ativo .hamburguer-bottom {
        transform: rotate(-45deg);
        margin-top: -18px;
    }

    header #opt_menu {
        position: fixed;
        height: calc(100% - 86px);
        width: 320px;
        background: #dab947;
        opacity: 1;
        z-index: 99;
        right: -150%;
        top: 185px;
        padding: 10px;
        display: block;
        overflow: auto;
    }

    header #opt_menu.ativo {
        right: 0;
    }

    header .fundo_menu {
        background: #00000096;
        width: 100%;
        height: 100%;
        top: 185px;
        right: -100%;
        position: fixed;
        z-index: 89;
    }

    header .fundo_menu.ativo {
        right: 0;
    }

    header #opt_menu .navbar-brand {
        width: 100%;
        margin: 0;
        text-align: -webkit-center;
    }

    header #opt_menu .nav-item {
        text-align: left;
        padding: 0px;
        text-transform: uppercase;
    }

    #opt_menu .nav-item {
        color: var(--cor-branco);
    }

    header #menu-segundo {
        position: fixed;
        background-color: #dab947;
        width: 100%;
        height: 140px;
        z-index: 99;
    }

    header #menu-segundo.ativo {
        position: fixed;
        background-color: #dab947;
        height: 140px;
    }

    header #opt_menu ul {
        padding-top: 40px;
        align-items: center;
    }

    .btn-whatsapp {
        font-size: 16px !important;
    }

    section.banner-principal {
        padding-top: 220px;
        min-height: 1020px;
        background-image: url(img/banner-principal-mobile.webp);
    }

    .banner-principal h2,
    .banner-principal p,
    footer p {
        max-width: 100%;
    }

    footer {
        padding-top: 140px;
    }

    footer .contatos {
        align-items: center;
        text-align: center;
    }

    footer .col-lg-5 {
        margin-left: 0;
    }

    header ul .nav-item .nav-link.btn-whatsapp {
        width: 255px;
    }

    .sobre .col-lg-6 {
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .sobre img {
        width: 100%;
    }

    .convenios .card-convenio {
        padding: 40px;
    }

    .convenios .card-convenio hr {
        top: 90%;
        left: 32%;
    }

    .convenios .card-convenio p {
        max-width: 100%;
    }

    .convenios .card-convenio .col-lg-6 .row {
        justify-content: unset;
        gap: 0;
    }
}

@media (max-width: 767px) {
    .banner-principal h2 {
        font-size: 30px;
    }

    .convenios .card-convenio hr {
        display: none;
    }
}

@media (max-width: 575px) {
    .sobre img {
        min-height: 400px;
    }

    .sobre img:last-child {
        width: 90px;
        height: 90px;
        min-height: 90px;
        left: 5px;
    }

    #owl-depoimentos .owl-prev,
    #owl-depoimentos .owl-next {
        display: none;
    }
}

@media (max-width: 567px) {}

@media (max-width: 467px) {}

@media (max-width: 400px) {
    .banner-principal h2 {
        line-height: 30px;
    }

    .convenios .card-convenio {
        padding: 20px;
    }

    .convenios .quadrado-amarelo {
        height: 45px;
    }
}

.btn-topo {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 67px;
    left: 15px;
    background-color: #dab947;
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    cursor: pointer;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 99;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

#btnTopo.show {
    opacity: 1;
}

.btn-topo.disabled {
    cursor: default;
    pointer-events: none;
    opacity: 0;
}

.btn-topo img {
    width: 17px;
    height: 15px;
    transform: rotate(-90deg);
}

.whatsapp img {
    position: fixed;
    z-index: 8;
    bottom: 86px;
    right: 8px;
    width: 50px;
    height: 50px;
    opacity: 0.7;
    transition: ease .8s all;
}

.whatsapp a:hover img {
    opacity: 1;
    filter: drop-shadow(0px 0px 6px black);
}