/******************************************************************** geral ************************************************************************/

@font-face {
    font-family: "Quicksand";
    src: url("../fonts/quicksand/Quicksand-Light.woff2") format("woff2"),
        url("../fonts/quicksand/Quicksand-Light.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Quicksand";
    src: url("../fonts/quicksand/Quicksand-Regular.woff2") format("woff2"),
        url("../fonts/quicksand/Quicksand-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Quicksand";
    src: url("../fonts/quicksand/Quicksand-Medium.woff2") format("woff2"),
        url("../fonts/quicksand/Quicksand-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Quicksand";
    src: url("../fonts/quicksand/Quicksand-SemiBold.woff2") format("woff2"),
        url("../fonts/quicksand/Quicksand-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Quicksand";
    src: url("../fonts/quicksand/Quicksand-Bold.woff2") format("woff2"),
        url("../fonts/quicksand/Quicksand-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Nunito";
    src: url("../fonts/nunito/Nunito-Light.woff2") format("woff2"),
        url("./fonts/nunito/Nunito-Light.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Nunito";
    src: url("../fonts/nunito/Nunito-Regular.woff2") format("woff2"),
        url("./fonts/nunito/Nunito-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Nunito";
    src: url("../fonts/nunito/Nunito-Medium.woff2") format("woff2"),
        url("./fonts/nunito/Nunito-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Nunito";
    src: url("../fonts/nunito/Nunito-SemiBold.woff2") format("woff2"),
        url("./fonts/nunito/Nunito-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Nunito";
    src: url("../fonts/nunito/Nunito-Bold.woff2") format("woff2"),
        url("./fonts/nunito/Nunito-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Nunito";
    src: url("../fonts/nunito/Nunito-ExtraBold.woff2") format("woff2"),
        url("./fonts/nunito/Nunito-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Nunito";
    src: url("../fonts/nunito/Nunito-Black.woff2") format("woff2"),
        url("./fonts/nunito/Nunito-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --primary-blue: #1e4e88;
    --primary-green: #7da53f;
    --primary-orange: #f47414;
    --primary-gray: #E9ECEE;
    --lil-gray: #ecf5fc;
    --lil-blue: #16B0C8;
    --primary-black: #1E1E1E;
    --white: #ffffff;

    --background-color: var(--white);
    --primary-color: var(--primary-blue);
    --secondary-color: var(--primary-blue);
    --primary-hover: var(--lil-blue);
    --secondary-hover: var(--primary-orange);
    --color-shadow-medium: 0px 4px 10px rgb(0 0 0 / 5%);
    --color-shadow-black: 0px 4px 10px rgb(0 0 0 / 15%);
    --background-home: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.80) 100%);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Nunito', sans-serif;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
}

h1,
.t-h1 {
    font-size: 46px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

h2,
.t-h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

h5,
.t-h5 {
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

h6,
.t-h6 {
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

p,
.t-p {
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.t-p.max,
q {
    font-size: 16px;
    line-height: 20px;
    font-weight: medium;
}

article {
    font-size: 16px;
    line-height: 20px;
    font-weight: medium;
}

cite {
    color: #F47414;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.btn,
input[type="submit"] {
    width: 100%;
    border-radius: 30px;
    height: auto;
    padding: 12px 24px;
    background-color: var(--primary-blue);
    border: 1px solid var(--primary-blue);
    color: var(--white);
}

.btn:hover,
input[type="submit"]:hover {
    color: var(--primary-blue);
    border-color: var(--primary-blue);
    background-color: transparent;
}

.btn-arrow {
    border-radius: 30px;
    height: 50px;
    min-height: 50px;
    width: 100%;
    padding: 12px;
    background-color: transparent;
    border: 1px solid var(--primary-blue);
    color: var(--primary-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    gap: 0px;
}

.card:hover .btn-arrow {
    gap: 10px;
}

.btn.btn-max {
    max-width: 100%;
}

.btn.btn-white {
    border-color: var(--lil-blue);
    background-color: var(--white);
    color: var(--lil-blue);
}

.btn.btn-white:hover {
    color: var(--white);
    border-color: var(--lil-blue);
    background-color: var(--lil-blue);
}

.btn.btn-lil-blue {
    border-color: var(--lil-blue);
    background-color: var(--lil-blue);
    color: var(--white);
}

.btn.btn-lil-blue:hover {
    color: var(--lil-blue);
    border-color: var(--lil-blue);
    background-color: var(--white);
}

.btn.btn-outline,
.btn-arrow {
    background-color: transparent;
    border: 1px solid var(--primary-blue);
    color: var(--primary-blue);
}

.btn.btn-outline:hover,
.btn-arrow:hover {
    background-color: var(--primary-blue);
    border: 1px solid var(--primary-blue);
    color: var(--white);
}

.c-lil-blue {
    color: var(--lil-blue);
}

.c-primary-black {
    color: var(--primary-black);
}

.bg-gray {
    background-color: var(--background-home);
}

body {
    background-color: var(--background-color);
    color: var(--primary-color);
}

section {
    padding-top: 100px;
    padding-bottom: 70px;
}

main {
    color: var(--white);
}

main.inicio {
    background-size: cover !important;
    background-position: center start !important;
    background-repeat: no-repeat !important;
}

main .aux-inicio {
    min-height: 100vh;
    padding-top: 100px;
    padding-bottom: 70px;
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
}

.mt-8 {
    margin-top: 4rem;
}

/******************************************************************** navbar ************************************************************************/

nav {
    height: 100px;
    width: 100vw;
    z-index: 99;
    position: fixed !important;
    top: 0;
    left: 0;
    transition: .3s;
    color: var(--white);
}

nav .container {
    display: flex;
    align-items: center;
    flex-direction: row;
    height: 100%;
    justify-content: space-between;
}

nav .logo img {
    width: auto;
    height: 80px;
    transition: .3s;
    object-fit: contain;
}

nav a {
    text-decoration: none;
    color: var(--white);
}

nav ul,
nav ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

nav ul li a:not(.btn):hover,
nav ul li a.active {
    color: var(--primary-hover);
    border-bottom: 1.5px solid var(--primary-hover);
    padding-bottom: 3px;
}


nav ul {
    display: flex;
    gap: 50px;
}

nav.navbar-shrink {
    background-color: var(--background-color);
    height: 80px;
    box-shadow: var(--color-shadow-medium);
    color: var(--primary-blue);
}

nav.navbar-shrink a {
    color: var(--primary-blue);
}

nav.navbar-shrink .logo img {
    height: 65px;
}

/******************************************************************** home ************************************************************************/

.imagem-ebook {
    max-width: 320px;
    width: 100%;
    height: auto;
    object-fit: contain;
}
/******************************************************************** Tópicos ************************************************************************/

.card-topico {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.card-topico img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

/******************************************************************** sobre ************************************************************************/
.content-foto-autora {
    width: 100%;
    max-width: 500px;
    height: auto;
    max-height: 100%;    
    border: 10px solid var(--white);
    box-shadow: var(--color-shadow-black);
    overflow: hidden;
    margin-inline: auto;
}

.content-foto-autora img {
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    object-fit: cover;
}

.card-autora {
    margin-bottom: 50px;
}

/******************************************************************** números ************************************************************************/


section.numeros {
    background-color: #1E1E1E;
    color: var(--white);
    padding-top: 40px;
    padding-bottom: 40px;
}

section.numeros .numero {
    text-align: center;
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

section.numeros .t-h6 {
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

/******************************************************************** chamada ************************************************************************/

.chamada {
    background-color: var(--lil-blue);
    color: var(--white);
}

.chamada .card.agendar_consulta {
    gap: 1rem;
    position: relative;
}

.chamada .avatar {
    --tamanho: 70px;
    border-radius: 50%;
    overflow: hidden;
    width: var(--tamanho);
    height: var(--tamanho);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid var(--white);
}

.chamada .avatar img {
    object-fit: cover;
    width: 100%;
    height: auto;
}

/******************************************************************** depoimentos ************************************************************************/

.img-depoimento {
    width: 175px;
    height: 175px;
    border-radius: 25px;
    overflow: hidden;
    margin-inline: auto;
}

.img-depoimento img {
    width: 100%;
    min-height: 100%;
    height: auto;
    object-fit: cover;
}

.depoimentos .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.depoimentos .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f4751472;
    border: 1px solid #f4751472;
}

.depoimentos .owl-dots .owl-dot.active {
    background-color: #f47514;
    border: 1px solid #f47514;
}

.owl-nav.disabled {
    display: none;
}

/******************************************************************** contato ************************************************************************/

section.contato {
    padding-top: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

section.contato .conteudo {
    display: flex;
    justify-content: space-evenly;
    height: 100%;
    flex-direction: column;
}

section.contato input[type="submit"] {
    max-width: 100%;
}

section.contato textarea {
    height: 100px;
}

section.contato textarea,
section.contato input:not([type="submit"]) {
    background-color: #f3f3f3;
    border: none;
}

section.contato textarea,
section.contato input {
    border-radius: 15px;
    width: 100%;
    padding: 8px;
    padding-left: 10px;
}

section.contato label {
    margin-bottom: 10px;
    width: 100%;
}

section.contato .wpcf7-spinner {
    display: none;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: red;
}


/******************************************************************** footer ************************************************************************/

footer {
    background-color: #F1F1F1;
    color: var(--primary-blue);
}

footer {
    padding-top: 70px;
}

footer .logo img {
    width: 200px;
}

footer .copy {
    margin-top: 50px;
    background-color: #E7E7E7;
    padding: 10px;
}

footer a {
    color: var(--primary-blue);
}

article p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}

.about-the-authors p {
    text-indent: 30px;
}
/******************************************************************** desktop ************************************************************************/

@media (min-width: 993px) {

    .card_especialidade .btn-arrow {
        width: 50px;
    }

    .card_especialidade:hover .btn-arrow {
        width: 100%;
    }
    
    .card_especialidade .btn-arrow span {
        font-size: 0;
        line-height: 0;
        -webkit-transition: font-size .3s;
        -moz-transition: font-size .3s;
        -ms-transition: font-size .3s;
        -o-transition: font-size .3s;
        transition: font-size .3s;
    }
    
    .card_especialidade:hover .btn-arrow span {
        font-size: 18px;
        line-height: 22px;
    }

    .hidden-m {
        display: block !important;
    }

    .visible-m {
        display: none !important;
    }
}

@media (max-width: 1199px) {

    .visible-lg {
        display: block !important;
    }
}

/******************************************************************** mobile ************************************************************************/

@media screen and (max-width: 992px) {
    
    nav.mobile.navbar-shrink,
    nav.mobile.open {
        background-color: var(--primary-color);
        box-shadow: none;
    }
    
    nav.mobile .logo img {
        width: 180px;
    }

    nav.mobile .hamburguer {
        padding: 1rem 0;
        height: 12px;
        width: 30px;
        box-sizing: content-box;
        cursor: pointer;
        position: relative;
    }

    nav.mobile a {
        color: var(--background-color);
    }

    nav.mobile.navbar-shrink .hamburguer .bar,
    nav.mobile.open .hamburguer .bar {
        background-color: var(--background-color);
    }
    
    nav.mobile .hamburguer .bar {
        background-color: var(--primary-color);
        height: 2px;
        width: 100%;
        border-radius: 3px;
        position: absolute;
    }

    nav.mobile .hamburguer .bar:first-child {
        top: .5rem;
        -webkit-transition: top .2s .15s, transform .3s;
        -moz-transition: top .2s .15s, transform .3s;
        -ms-transition: top .2s .15s, transform .3s;
        -o-transition: top .2s .15s, transform .3s;
        transition: top .2s .15s, transform .3s;
    }

    nav.mobile .hamburguer .bar:nth-child(2) {
        top: 1.3rem;
        -webkit-transition: top .2s .15s, transform .3s;
        -moz-transition: top .2s .15s, transform .3s;
        -ms-transition: top .2s .15s, transform .3s;
        -o-transition: top .2s .15s, transform .3s;
        transition: top .2s .15s, transform .3s;
    }

    nav.mobile .hamburguer .bar:last-child {
        bottom: .5rem;
        -webkit-transition: bottom .2s .15s, transform .3s;
        -moz-transition: bottom .2s .15s, transform .3s;
        -ms-transition: bottom .2s .15s, transform .3s;
        -o-transition: bottom .2s .15s, transform .3s;
        transition: bottom .2s .15s, transform .3s;
    }

    nav.mobile.open .hamburguer .bar:first-child {
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
        -webkit-transition: top .2s, transform .3s .1s;
        -moz-transition: top .2s, transform .3s .1s;
        -ms-transition: top .2s, transform .3s .1s;
        -o-transition: top .2s, transform .3s .1s;
        transition: top .2s, transform .3s .1s;
    }

    nav.mobile.open .hamburguer .bar:nth-child(2) {
        transform: rotate(45deg);
        -webkit-transition: transform .3s .1s;
        -moz-transition: transform .3s .1s;
        -ms-transition: transform .3s .1s;
        -o-transition: transform .3s .1s;
        transition: transform .3s .1s;
    }

    nav.mobile.open .hamburguer .bar:last-child {
        bottom: 50%;
        transform: translateY(50%) rotate(45deg);
        -webkit-transition: bottom .2s, transform .3s .1s;
        -moz-transition: bottom .2s, transform .3s .1s;
        -ms-transition: bottom .2s, transform .3s .1s;
        -o-transition: bottom .2s, transform .3s .1s;
        transition: bottom .2s, transform .3s .1s;
    }

    nav.mobile .dropdown-mobile {
        background-color: var(--primary-color);
        color: var(--background-primary-color);
        z-index: 99;
        position: fixed;
        width: 100%;
        height: 100%;
        overflow: overlay;
        margin-left: 100vw;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;   
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    
    nav.mobile.open .dropdown-mobile {
        margin-left: 0;
    }

    nav.mobile .dropdown-mobile ul {
        list-style: none;
        display: inline-block;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    nav.mobile .dropdown-mobile ul li {
        width: 100%;
    }

    nav.mobile .dropdown-mobile ul li a {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 1rem 1.5rem;
    }

    nav.mobile .dropdown-mobile i {
        font-size: 1.6rem;
    }

    nav.mobile .dropdown-mobile .t-link {
        font-size: 1.5rem;
        line-height: 100%;
        margin-left: 1rem;
    }

    main.home {
        padding-top: 150px;
    }

    main.home .img-home {
        margin-top: 75px;
    }

    section {
        padding-top: 70px;
        padding-bottom: 50px;
    }

    .chamada .card.agendar_consulta,
    .card-formulario {
        margin-top: 70px;
    }

    section.contato .conteudo {
        align-items: center;
    }

    .card_especialidade .btn-arrow {
        gap: 10px;
    }

    .btn,
    a {
        font-size: 14px;
    }

    .btn-nav-mobile {
        width: 100%;
    }

    .btn-nav-mobile:hover,
    .btn-nav-mobile.active {
        border-left: 2px solid var(--primary-hover) !important;
        color: var(--primary-hover);
        border-bottom: none !important;
    }

    .nav-tabs {
        flex-direction: column;
    }

    .nav-tabs li {
        width: 100%;
        margin-bottom: 10px;
    }

    .hidden-m {
        display: none !important;
    }

    .visible-m {
        display: block !important;
    }

    .imagem-ebook {
        max-width: 70vw;
    }

    .mt-m-8 {
        margin-top: 4rem;
    }

    .mt-m-4 {
        margin-top: 2rem;
    }

    .text-center-m {
        text-align: center !important;
    }

    .btn {
        width: 100% !important;
    }
}