/* ----------------------------------------------------------
    Theme Name: Fabiana Alencar Theme
    Theme URI: https://marcasite.com.br
    Author: Henrique Quintino
    Author URI: https://www.linkedin.com/in/henrique-quintino/
    Description: Tema oficial da Fabiana Alencar 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=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/***************************************************************************
       Variáveis
***************************************************************************/

:root {
    --cor-branco: white;
    --cor-preto: black;

    --font-Lato: "Lato", 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;
    background-image: url(img/body.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

* {
    margin: 0;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
    font-family: var(--font-Lato);
}

a:hover {
    text-decoration: none;
    color: var(--cor-branco);
}

h2,
h3,
p {
    color: var(--cor-branco);
    margin-bottom: 0;
}

h2,
h2>span {
    font-size: 2rem;
    line-height: 2.25rem;
}

h2,
h3 {
    font-weight: var(--font-bold);
}

h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
}

p,
p>span {
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: var(--cor-branco);
}

p {
    font-weight: var(--font-light);
}

p>span {
    font-weight: var(--font-semibold);
}

img {
    transition: all 0.3s ease-in-out;
    width: 100%;
}

header {
    position: absolute;
    width: 100%;
    top: 40px;
}

header .logo,
footer .logo {
    max-width: fit-content;
}

header .logo {
    max-height: 157px;
}

.btn-rosa,
.btn-rosa:hover,
.btn-zap,
.btn-zap:hover {
    color: var(--cor-branco);
}

.btn-rosa {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 31.5px;
    background-image: -moz-linear-gradient(90deg, rgb(168, 113, 106) 0%, rgb(247, 174, 161) 100%, rgb(244, 170, 156) 100%, rgb(240, 165, 151) 100%, rgb(141, 98, 95) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(168, 113, 106) 0%, rgb(247, 174, 161) 100%, rgb(244, 170, 156) 100%, rgb(240, 165, 151) 100%, rgb(141, 98, 95) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(168, 113, 106) 0%, rgb(247, 174, 161) 100%, rgb(244, 170, 156) 100%, rgb(240, 165, 151) 100%, rgb(141, 98, 95) 100%);
    border: 0;
    padding: 10px 30px;
    width: 100%;
    max-width: fit-content;
    font-weight: var(--font-medium);
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-transform: uppercase;
}

.btn-zap {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 12px;
    border-radius: 31.5px;
    background-image: linear-gradient(to bottom, #6bca00 0%, #67b400 100%);
    padding: 10px 30px;
    width: 100%;
    max-width: fit-content;
    font-weight: var(--font-medium);
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-transform: uppercase;
}

.btn-zap img {
    width: 24px;
    height: 24px;
    object-fit: cover;
}

section {
    margin-bottom: 110px;
}

/***************************************************************************
        Banner Principal
***************************************************************************/

section.banner-principal {
    padding-top: 280px;
    background-image: url(img/banner-principal.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 878px;
    height: 100%;
    margin-top: -15px;
}

.banner-principal h2,
.banner-principal h2>span {
    font-size: 2.625rem;
    line-height: 2.875rem;
    max-width: 380px;
}

.banner-principal p {
    font-size: 1.375rem;
    line-height: 1.75rem;
    max-width: 370px;
}

.banner-principal .btn-rosa {
    background-color: var(--cor-preto);
    background-image: none;
}

.banner-principal .atendimento {
    display: flex;
    align-items: center;
    gap: 10px;
}

.banner-principal .atendimento img {
    width: 32px;
    height: 32px;
    object-fit: cover;
}

.banner-principal .atendimento p {
    text-align: start;
}

/***************************************************************************
        Cuide-se
***************************************************************************/

.cuide-se h2 {
    max-width: 700px;
}

.cuide-se p {
    max-width: 520px;
}

/***************************************************************************
        Exclusivo
***************************************************************************/

section.exclusivo {
    background-image: -moz-linear-gradient(90deg, rgb(168, 113, 106) 0%, rgb(247, 174, 161) 100%, rgb(244, 170, 156) 100%, rgb(240, 165, 151) 100%, rgb(141, 98, 95) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(168, 113, 106) 0%, rgb(247, 174, 161) 100%, rgb(244, 170, 156) 100%, rgb(240, 165, 151) 100%, rgb(141, 98, 95) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(168, 113, 106) 0%, rgb(247, 174, 161) 100%, rgb(244, 170, 156) 100%, rgb(240, 165, 151) 100%, rgb(141, 98, 95) 100%);
    padding: 15px 0;
}

.exclusivo h2,
.exclusivo h2>span {
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: var(--cor-branco);
}

.exclusivo h2 {
    font-weight: var(--font-regular);
}

.exclusivo h2>span {
    font-weight: var(--font-semibold);
}

/***************************************************************************
        Serviços
***************************************************************************/

.services .card {
    display: flex;
    flex-direction: row;
    align-items: end;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--cor-preto);
    border-radius: 10px;
    border: 0;
    padding: 40px 30px;
    overflow: hidden;
    position: relative;
    z-index: 9;
    min-height: 680px;
    height: 100%;
}

.services .card::before,
.faq .card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 10px;
    background: linear-gradient(-62deg, rgb(168, 113, 106), rgb(247, 174, 161), rgb(244, 170, 156), transparent, transparent, transparent, transparent, transparent, transparent);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    z-index: -1;
}

.services .card .content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 210px;
}

.services .card .content h3 {
    max-width: 175px;
}

.services .card .content p {
    max-width: 300px;
}

/***************************************************************************
        Experiência
***************************************************************************/

.experiencia h2 {
    max-width: 367px;
}

.experiencia p {
    max-width: 520px;
}

.experiencia .thumb {
    width: auto;
    border-radius: 10px;
    object-fit: cover;
}

.experiencia .thumb,
.experiencia video {
    height: 450px;
}

/***************************************************************************
        FAQ
***************************************************************************/

.faq .card {
    border: 0;
    padding: 50px 30px;
    position: relative;
    background-color: #190b02;
    border-radius: 11px;
    z-index: 9;
    height: 100%;
}

.faq .card::before {
    background: linear-gradient(-22deg, rgb(168, 113, 106), rgb(247, 174, 161), rgb(244, 170, 156), transparent, transparent, transparent);
}

.faq .card img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-bottom: 20px;
}

.faq .card .content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq .card .content h3 {
    max-width: 225px;
}

/***************************************************************************
        Sobre
***************************************************************************/

.sobre img {
    border-radius: 11px;
}

.sobre .btn-rosa {
    max-width: 100%;
}

.sobre p {
    max-width: 445px;
}

.sobre .card {
    position: relative;
    z-index: 9;
    padding: 25px;
    border: 0;
    background-color: transparent;
    margin-top: 20px;
}

.sobre .card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 10px;
    background: linear-gradient(132deg, rgb(168, 113, 106), rgb(247, 174, 161), rgb(244, 170, 156), transparent, transparent, transparent, transparent);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    z-index: -1;
}

.sobre .card ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-left: 0px;
    list-style: none;
}

.sobre .card ul li {
    display: flex;
    align-items: baseline;
    gap: 10px;
    max-width: 400px;
}

.sobre .card ul li .circle {
    display: inline-block;
    min-width: 9px;
    min-height: 9px;
    background-image: -moz-linear-gradient(90deg, rgb(168, 113, 106) 0%, rgb(247, 174, 161) 100%, rgb(244, 170, 156) 100%, rgb(240, 165, 151) 100%, rgb(141, 98, 95) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(168, 113, 106) 0%, rgb(247, 174, 161) 100%, rgb(244, 170, 156) 100%, rgb(240, 165, 151) 100%, rgb(141, 98, 95) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(168, 113, 106) 0%, rgb(247, 174, 161) 100%, rgb(244, 170, 156) 100%, rgb(240, 165, 151) 100%, rgb(141, 98, 95) 100%);
    border-radius: 50%;
}

/***************************************************************************
        Parceiros
***************************************************************************/

.parceiros img {
    max-width: fit-content;
    max-height: 97px;
}

/***************************************************************************
        Mapa
***************************************************************************/

section.map {
    margin-bottom: -10px;
}

.map iframe {
    width: 100%;
    height: 410px;
    border: 0;
}

/***************************************************************************
        Contato
***************************************************************************/

section.contato {
    background-image: -moz-linear-gradient(90deg, rgb(168, 113, 106) 0%, rgb(247, 174, 161) 100%, rgb(244, 170, 156) 100%, rgb(240, 165, 151) 100%, rgb(141, 98, 95) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(168, 113, 106) 0%, rgb(247, 174, 161) 100%, rgb(244, 170, 156) 100%, rgb(240, 165, 151) 100%, rgb(141, 98, 95) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(168, 113, 106) 0%, rgb(247, 174, 161) 100%, rgb(244, 170, 156) 100%, rgb(240, 165, 151) 100%, rgb(141, 98, 95) 100%);
    padding: 90px 0;
    margin-bottom: 0;
}

/***************************************************************************
        Footer
***************************************************************************/

footer {
    display: flex;
    align-items: center;
    padding: 50px 0;
}

footer a {
    color: var(--cor-branco);
    text-decoration: none;
    max-width: fit-content;
}

footer hr {
    width: 100%;
    height: 1px;
    border: 0;
    margin: 0;
    margin-bottom: 10px;
    background-color: var(--cor-branco);
}

footer .logo {
    max-height: 120px;
}

footer .logo-marcasite {
    max-width: fit-content;
}

footer .contato {
    display: flex;
    align-items: center;
    gap: 15px;
}

footer .contato .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    min-height: 36px;
    background-image: -moz-linear-gradient(90deg, rgb(168, 113, 106) 0%, rgb(247, 174, 161) 100%, rgb(244, 170, 156) 100%, rgb(240, 165, 151) 100%, rgb(141, 98, 95) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(168, 113, 106) 0%, rgb(247, 174, 161) 100%, rgb(244, 170, 156) 100%, rgb(240, 165, 151) 100%, rgb(141, 98, 95) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(168, 113, 106) 0%, rgb(247, 174, 161) 100%, rgb(244, 170, 156) 100%, rgb(240, 165, 151) 100%, rgb(141, 98, 95) 100%);
    border-radius: 50%;
}

footer .contato .circle img {
    width: 20px;
    height: 20px;
    object-fit: cover;
}

footer .contato .content {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

footer .contato .content h4 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: var(--font-semibold);
    color: var(--cor-branco);
    margin-bottom: 0;
}

footer .contato .content p {
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: var(--font-light);
    color: var(--cor-branco);
    margin-bottom: 0;
}

/***************************************************************************
        Responsivo
***************************************************************************/

.mobile {
    display: none;
}

@media (min-width: 1200px) and (max-width: 1399px) {}

@media (max-width: 1199px) {
    .experiencia .thumb {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    footer .contato .content h4 {
        font-size: 1rem;
        line-height: 1.25rem;
    }
    
    
    footer .contato .content p {
        font-size: 0.875rem;
        line-height: 1.125rem;
    }
}

@media (max-width: 991px) {
    .mobile {
        display: block;
    }

    .desktop {
        display: none !important;
    }

    header {
        top: 50px;
    }

    section.banner-principal {
        background-image: url(img/banner-principal-mobile.png);
        min-height: 1281px;
        height: 100%;
    }

    .responsivo {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    h2 {
        font-size: 1.875rem !important;
        line-height: 2.25rem !important;
    }
}

@media (max-width: 767px) {}

@media (max-width: 575px) {

    .btn-rosa,
    .btn-zap {
        padding: 12px 20px;
        font-size: 0.875rem;
        line-height: 1rem;
    }

    .btn-zap {
        gap: 10px;
    }

    .banner-principal .atendimento p>span {
        font-size: 1rem;
        line-height: 1.25rem;
    }

    h2 {
        font-size: 1.5rem !important;
        line-height: 1.75rem !important;
    }

    p {
        font-size: 1rem !important;
        line-height: 1.25rem !important;
    }
}

@media (max-width: 467px) {}

@media (max-width: 400px) {}

.btn-topo {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 20px;
    left: 20px;
    background-image: -moz-linear-gradient(90deg, rgb(168, 113, 106) 0%, rgb(247, 174, 161) 100%, rgb(244, 170, 156) 100%, rgb(240, 165, 151) 100%, rgb(141, 98, 95) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(168, 113, 106) 0%, rgb(247, 174, 161) 100%, rgb(244, 170, 156) 100%, rgb(240, 165, 151) 100%, rgb(141, 98, 95) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(168, 113, 106) 0%, rgb(247, 174, 161) 100%, rgb(244, 170, 156) 100%, rgb(240, 165, 151) 100%, rgb(141, 98, 95) 100%);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    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);
}