@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

/* Variáveis globais */

:root {
    --grey: #eeeeee;
    --dark-grey: #7e817e;
    --green: #a88509;
    --green-light: #d1b873;
    --dark-green: #a88509;
}

body {
    background-color: white;
}

a:link {
  text-decoration: none;
}

/* visited link */
a:visited {
  text-decoration: none;
}

/* mouse over link */
a:hover {
  text-decoration: none;
}

/* selected link */
a:active {
  text-decoration: none;
}


/* UTILITY CLASSES */


/* Bootstrap fixes */

.navbar-brand {
    padding: 0px;
}

.container-nav {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.carousel-item>img {
    border-radius: 10px;
}


/* Buttons */

.button {
    background-color: var(--green-light);
    color: white;
    font-weight: 500;
    padding-left: 32px;
    padding-right: 32px;
    border-color: var(--green-light);
}

.button:hover {
    background-color: var(--green-light);
    color: white;
    border-color: var(--green-light);
}

.button:active {
    background-color: var(--green-light);
    color: white;
    border-color: var(--green-light);
}

.button:focused {
    background-color: var(--green-light);
    color: white;
    border-color: var(--green-light);
}

.btn {
    color: white !important;
}

.button-out {
    background-color: transparent;
    border: 2px solid #a88509;
    color: #a88509 !important;
    padding: 14px 32px;
    font-weight: 500;
}


/* Mobile Exclusive */

@media (max-width: 768px) {
    .w-xs-100 {
        width: 100% !important;
    }
}


/* Backgrounds */

.back-grey {
    background-color: var(--grey);
}

.back-green {
    background-color: var(--green);
}


/* Texts */

.text-white {
    color: white !important;
}

.text-18 {
    font-size: 18px;
}


/* Sizes */

.h-50px {
    height: 50px;
}


/* Cursor */

.cpointer {
    cursor: pointer;
}


/* SITE SECTIONS CLASSES */


/* Navbar */

.navbar-light .navbar-nav .nav-link {
    color: var(--dark-grey) !important;
    font-size: 16px;
    font-weight: 400;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: var(--green) !important;
    font-size: 16px;
    font-weight: 500;
}


/* Hero Area */

.bg-hero {
    background: url('../imagens/hero-banner-1.png');
    background-size: cover;
}



#bg-hero-texts>h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 56px;
    font-family: 'Mulish', sans-serif;
}

#bg-hero-texts>p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Lato', sans-serif;
}

#bg-hero-texts>a {
    padding: 12px 40px 12px 40px;
}

@media screen and (max-width: 1370px) and (min-width: 1200px) {
    .bg-hero {
        background: url('../imagens/hero-banner-1.png');
        background-repeat: no-repeat;
        height: 100%;
    }
    
    #bg-hero-texts>h1 {
        margin-top: -50px;
    }
}


/* CT Agendamento */

.ct-agendamento {
    background-color: white;
    border-radius: 10px;
    border: 0px;
    margin-top: -5%;
    z-index: 10;
}

@media screen and (max-width: 1370px) and (min-width: 1200px) {
    .ct-agendamento {
        background-color: white;
        border-radius: 10px;
        border: 0px;
        margin-top: -10%;
        z-index: 10;
    }
}


.ct-agendamento-texts>h2 {
    color: var(--dark-green);
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -1.5%;
}

.ct-agendamento-texts>p {
    color: var(--dark-grey);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
    letter-spacing: -1.5%;
}


/* Tratamentos */

.header-tratamentos-texts>h1 {
    color: #a88509;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 38px;
    letter-spacing: -1.5%;
}

.header-tratamentos-texts>p {
    color: var(--dark-grey);
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
    letter-spacing: -1.5%;
}

.box-tratamento-texts>h4 {
    color: #a88509;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30.12px;
    letter-spacing: -1.5%;
}

.box-tratamento-texts>p {
    color: #838785;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    font-family: 'Lato', sans-serif;
    letter-spacing: -1.5%;
}


/* Sobre */

.sobre {
    background-color: #F2F5F2;
}

.header-sobre-texts>h1 {
    color: #a88509;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 38px;
    letter-spacing: -1.5%;
}

.header-sobre-texts>p {
    color: var(--dark-grey);
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
    letter-spacing: -1.5%;
}

.arrows>a {
    /* border-radius: 50%; */
    /* border: 1px solid var(--green-light); */
}

.content-sobre-texts>h4 {
    color: #a88509;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -1.5%;
}

.content-sobre-texts>p {
    color: #838785;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Lato', sans-serif;
    letter-spacing: -1.5%;
}


/* Depoimentos */

.header-depoimentos-texts>h1 {
    color: #a88509;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 38px;
    letter-spacing: -1.5%;
}

.header-depoimentos-texts>p {
    color: var(--dark-grey);
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
    letter-spacing: -1.5%;
}

.box-depoimento-texts>h4 {
    color: #a88509;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30.12px;
    letter-spacing: -1.5%;
}

.box-depoimento-texts>p {
    color: #838785;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    font-family: 'Lato', sans-serif;
    letter-spacing: -1.5%;
}

@media (min-width: 992px) {
    .menor-depoimento>h4 {
        position: absolute;
        bottom: 0px;
    }
}


/* Equipe */

.equipe {
    background-color: #F2F5F2;
    overflow: hidden;
}

.equipe-content {
    height: 65%;
}

.content-equipe-texts>h4 {
    color: #a88509;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 38px;
    letter-spacing: -1.5%;
}

.content-equipe-texts>p {
    color: #838785;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Lato', sans-serif;
    letter-spacing: -1.5%;
}

.equipe-detalhe {
    background-color: #a88509;
}

@media (min-width: 1400px) {
    .equipe-detalhe {
        position: absolute;
        bottom: 0px;
        width: 100%;
        max-height: 200px;
    }
}

.content-equipe-detalhe-texts>h2 {
    color: white;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 38px;
    letter-spacing: -1.5%;
}

.content-equipe-detalhe-texts>p {
    color: white;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -1.5%;
}


/* Cta Color */

.cta {
    background: linear-gradient(268.78deg, #a88509 20.35%, #d1b873 92.25%);
}

.content-cta-texts>h2 {
    color: white;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1.5%;
}


/* Onde Estamos */

.onde {
    background: linear-gradient(256.8deg, #a88509 40.01%, #d1b873 100.79%);
}

.content-onde-texts>h2 {
    color: white;
    font-family: 'Mulish', sans-serif;
    font-weight: 800;
    font-size: 48px;
    line-height: 38px;
    letter-spacing: -1.5%;
}

.onde-list {
    color: white;
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -1.5%;
}

.onde-redes-sociais {
    color: white;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -1.5%;
}


/* Footer */

.footer {
    background-color: #a88509;
    color: white;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -1.5%;
}


/* Modal */

.header-modal-texts>h1 {
    color: #a88509;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 38px;
    letter-spacing: -1.5%;
}

.header-modal-texts>p {
    color: #838785;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -1.5%;
}
