/* --- Montserrat family (weights) --- */

/* Light - 300 */
@font-face {
    font-family: "Montserrat";
    src: url("../RECALIBRACAO_MENOPAUSA_FONTES/Montserrat-Light.woff2") format("woff2"),
        url("../RECALIBRACAO_MENOPAUSA_FONTES/Montserrat-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Regular - 400 */
@font-face {
    font-family: "Montserrat";
    src: url("../RECALIBRACAO_MENOPAUSA_FONTES/Montserrat-Regular.woff2") format("woff2"),
        url("../RECALIBRACAO_MENOPAUSA_FONTES/Montserrat-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Bold - 700 */
@font-face {
    font-family: "Montserrat";
    src: url("../RECALIBRACAO_MENOPAUSA_FONTES/Montserrat-Bold.woff2") format("woff2"),
        url("../RECALIBRACAO_MENOPAUSA_FONTES/Montserrat-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Black - 900 */
@font-face {
    font-family: "Montserrat";
    src: url("../RECALIBRACAO_MENOPAUSA_FONTES/Montserrat-Black.woff2") format("woff2"),
        url("../RECALIBRACAO_MENOPAUSA_FONTES/Montserrat-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Bodoni */
@font-face {
    font-family: "Bodoni";
    src: url("../RECALIBRACAO_MENOPAUSA_FONTES/BodoniModa-VariableFont_opsz\,wght.woff2") format("woff2"),
        url("../RECALIBRACAO_MENOPAUSA_FONTES/BodoniModa-VariableFont_opsz\,wght.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Bodoni Italic */
@font-face {
    font-family: "Bodoni";
    src: url("../RECALIBRACAO_MENOPAUSA_FONTES/BodoniModa-Italic-VariableFont_opsz\,wght.woff2") format("woff2"),
        url("../RECALIBRACAO_MENOPAUSA_FONTES/BodoniModa-Italic-VariableFont_opsz\,wght.woff") format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

:root {
    --font-primary: "Montserrat", Arial, sans-serif;
    --font-secondary: "Bodoni";
    --cor-ouro: #d4af37;
    --cor-branco: #f9f7f2;
    --cor-preto: #2d2926;
    --cor-rosa-medio: #d7756c;
    --cor-rosa-escuro: #67221c;
    --cor-creme: #faf9e2;
    --box-shadow: 0px 10px 17px -2px rgba(18, 18, 18, 0.4);
}

html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h2 {
    font-family: var(--font-primary);
    font-size: clamp(1.5rem, 3vw, 2.3rem);
    font-weight: 700;
    line-height: 1.4;

    color: var(--cor-preto);

    margin-bottom: 10px;
}

.ouro {
    color: var(--cor-ouro);
}

.rosa-escuro-2 {
    color: #67221c;
}

.creme-2 {
    color: #faf9e2;
}

.preto {
    color: var(--cor-preto);
}

.branco {
    color: var(--cor-branco);
}

.video {
    aspect-ratio: 16 / 9;
    max-width: 1000px;
    box-shadow: 5px 5px 7px 3px rgba(0, 0, 0, 0.2);
    margin: 50px 0;
}

/* HERO */
.hero {
    width: 100%;
    height: auto;
    min-height: 100vh;
    background: radial-gradient(circle, rgba(252, 220, 219, 1) 0%, rgba(230, 140, 143, 1) 100%);
    background-blend-mode: normal, hard-light;
    padding: 50px 0;
}

.hero-contensor {
    width: 90%;
    max-width: 1600px;
    min-height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 100px;
}

.hero-logo {
    width: 100%;
    text-align: center;
}

.logo {
    width: 100%;
    max-width: 363px;
    position: relative;
}

.hero-p-logo {
    font-family: var(--font-primary);
    font-size: clamp(1rem, 0.8vw, 2rem);
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 0.1em;
    color: var(--cor-preto);
    padding-top: 17px;
    margin-top: 15px;
    position: relative;
}

.hero-p-logo::before {
    content: '';
    width: 100px;
    height: 2px;
    background: var(--cor-branco);
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    position: absolute;
}

.hero-conteudo-contensor {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero-conteudo-l {
    width: 50%;
}

iframe {
    aspect-ratio: 16 / 9;
    max-width: 500px;
}

.hero-h1 {
    font-family: var(--font-primary);
    font-size: clamp(1rem, 3.5vw, 2.5rem);
    font-weight: 700;
    line-height: 1.1;
    color: var(--cor-preto);
    margin-bottom: 30px;
}

.hero-p {
    font-family: var(--font-primary);
    font-size: 19px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--cor-preto);
}

.hero-conteudo-r {
    width: 50%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-p-2 {
    position: absolute;
    right: 0;
    top: 50%;

    transform: translate(50%, -50%) rotate(-90deg);
    transform-origin: center;

    font-family: var(--font-primary);
    font-size: clamp(1rem, 0.8vw, 2rem);
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--cor-preto);
}

.hero-rodape-contensor {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.hero-rodape-l {
    width: 50%;
    height: 100%;
}

.hero-btn {
    font-family: var(--font-primary);
    font-size: clamp(1rem, 1vw, 2rem);
    font-weight: 300;
    text-decoration: none;

    color: var(--cor-branco);
    background: var(--cor-rosa-escuro);
    border-radius: 10px;
    box-shadow: var(--box-shadow);

    padding: 10px 15px 10px 15px;

    transition: background .3s ease;

    display: flex;
    justify-content: center;
    max-width: 501px;

    animation: blink .5s infinite ease-in-out;
}
.hero-btn-3 {
    font-family: var(--font-primary);
    font-size: clamp(1rem, 1vw, 2rem);
    font-weight: 300;
    text-decoration: none;

    color: var(--cor-branco);
    background: var(--cor-rosa-escuro);
    border-radius: 10px;
    box-shadow: var(--box-shadow);

    padding: 10px 15px 10px 15px;

    transition: background .3s ease;

    display: flex;
    justify-content: center;
    max-width: 501px;

    text-align: center;

    animation: blink .5s infinite ease-in-out;
}

@keyframes blink {
    0% {
        opacity: 1;
        box-shadow: 0px 0px 16px -4px var(--cor-branco);
    }

    50% {
        opacity: 1;
        box-shadow: 0px 0px 23px 0px var(--cor-branco);
    }

    100% {
        opacity: 1;
        box-shadow: 0px 0px 16px -4px var(--cor-branco);
    }
}

.hero-btn::after {
    content: '>';
    padding-left: 5px;
    color: var(--cor-branco);
    transition: color .3s ease;
}

.hero-btn:hover {
    color: var(--cor-rosa-escuro);
    background: var(--cor-branco);
}

.hero-btn:hover::after {
    color: var(--cor-rosa-escuro);
}

.hero-p-3 {
    font-family: var(--font-primary);
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 1.3;
    color: var(--cor-branco);
    margin-top: 20px;
}

.hero-rodape-r {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.hero-img {
    width: auto;
    max-height: 500px;
}

.hero-gravado {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-p-4 {
    font-family: var(--font-primary);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.3;
    color: var(--cor-preto);
}

/* ABA 2 */
.aba-2 {
    width: 100%;
    height: 100vh;
    padding: 100px 0;
    background: url(../RECALIBRACAO_MENOPAUSA_IMG/ABA_2_MEIRE.webp) 90% bottom / 35% no-repeat,
        var(--cor-creme);
    border-bottom: 1px solid var(--cor-rosa-escuro);
    border-top: 1px solid var(--cor-rosa-escuro);
}

.aba-2-contensor {
    width: 90%;
    max-width: 1600px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.aba-2-titulo {
    width: 100%;
    text-align: center;
}

.aba-2-p {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 18px;
    color: var(--cor-preto);
    line-height: 1.4;
}

.aba-2-conteudo {
    width: 60%;
}

.aba-2-conteudo-box {
    width: 100%;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;

    margin: 30px 0;
}

.aba-2-box {
    width: 100%;
    max-width: 300px;
    padding: 20px;

    background: var(--cor-rosa-medio);
    border: 1px solid var(--cor-rosa-escuro);
    border-radius: 10px;
    box-shadow: var(--box-shadow);
}

.box-p {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 18px;
    color: var(--cor-branco);
    line-height: 1.4;
    position: relative;
    margin-bottom: 10px;
}

.box-p::before {
    content: '✓';
    color: var(--cor-rosa-escuro);
    margin-right: 5px;
}

.box-p:last-child {
    margin-bottom: 0;
}

.aba-2-rodape {
    width: 60%;
}

/* ABA 3 */
.aba-3 {
    width: 100%;
    height: auto;
    padding: 100px 0;
    background: radial-gradient(circle, rgba(252, 220, 219, 1) 0%, rgba(230, 140, 143, 1) 100%);
}

.aba-3-contensor {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.aba-3-titulo {
    width: 100%;
    text-align: center;
    margin-bottom: 100px;
}

.aba-3-p {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 18px;
    color: var(--cor-preto);
    line-height: 1.4;
}

.aba-3-conteudo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.aba-3-box {
    width: 100%;
    max-width: 320px;
    padding: 20px;
    background: var(--cor-branco);
    border-radius: 10px;
    border: 1px solid var(--cor-rosa-escuro);
    box-shadow: var(--box-shadow);
    text-align: center;
}

.aba-3-img {
    border-radius: 50%;
    max-width: 250px;
    margin-top: -50%;
    margin-bottom: 20px;
    box-shadow: var(--box-shadow);
}

.aba-3-box-p {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 18px;
    color: var(--cor-preto);
    line-height: 1.4;
    margin-bottom: 10px;
}

.aba-3-box-p:last-child {
    margin-bottom: 0;
}

.aba-3-rodape {
    width: 100%;
    text-align: center;
}

/* ABA 4 */
.aba-4 {
    width: 100%;
    height: auto;
    padding: 100px 0;
    background: var(--cor-creme);
    border-top: 1px solid var(--cor-branco);
    border-bottom: 1px solid var(--cor-branco);
}

.aba-4-contensor {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.aba-4-titulo {
    width: 100%;
    text-align: center;
    margin-bottom: 100px;
}

.aba-4-p {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 18px;
    color: var(--cor-preto);
    line-height: 1.4;
    max-width: 70%;
    margin: 0 auto 30px auto;
    text-align: center;
}

.aba-4-conteudo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 30px;
}

.aba-4-box {
    max-width: 320px;
    padding: 20px;
    background: var(--cor-branco);
    border-radius: 10px;
    border: 1px solid var(--cor-rosa-escuro);
    box-shadow: var(--box-shadow);
    text-align: center;
}

.aba-4-img {
    border-radius: 50%;
    max-width: 250px;
    margin-top: -50%;
    margin-bottom: 20px;
    box-shadow: var(--box-shadow);
}

.aba-4-box-p {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 18px;
    color: var(--cor-preto);
    line-height: 1.4;
    margin-bottom: 10px;
}

.aba-4-box-p:last-child {
    margin-bottom: 0;
}

.aba-4-rodape {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* ABA 5 */
.aba-5 {
    width: 100%;
    height: auto;
    padding: 100px 0;
    background: radial-gradient(circle, rgba(252, 220, 219, 1) 0%, rgba(230, 140, 143, 1) 100%);
}

.aba-5-contensor {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
}

.aba-5-titulo {
    text-align: center;
    margin-bottom: 50px;
}

.aba-5-conteudo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20%;
}

.aba-5-box {
    width: 40%;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid var(--cor-branco);
    background: var(--cor-rosa-escuro);
    box-shadow: var(--box-shadow);
}

.aba-5-p {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 18px;
    color: var(--cor-branco);
    line-height: 1.4;
    margin-bottom: 10px;
}

.aba-5-p-2 {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 18px;
    color: var(--cor-branco);
    line-height: 1.4;
    position: relative;
    padding-left: 25px;
}

.aba-5-p-2::before {
    content: '⊗';
    color: white;
    left: 0;
    top: -2px;
    position: absolute;
}

.aba-5-box-2 {
    width: 40%;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid var(--cor-rosa-escuro);
    background: var(--cor-branco);
    box-shadow: var(--box-shadow);
}

.aba-5-p-3 {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 18px;
    color: var(--cor-branco);
    line-height: 1.4;
    position: relative;
    padding-left: 25px;
}

.aba-5-p-3::before {
    content: '✓';
    color: green;
    left: 0;
    top: 0;
    position: absolute;
}

/* ABA 6 */
.aba-6 {
    width: 100%;
    height: auto;
    padding: 100px 0;
    background: url(../RECALIBRACAO_MENOPAUSA_IMG/ABA_6_MEIRE.webp) 90% bottom / 20% no-repeat,
        var(--cor-creme);
    border-bottom: 1px solid var(--cor-rosa-escuro);
    border-top: 1px solid var(--cor-rosa-escuro);
}

.aba-6-contensor {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
}

.aba-6-titulo {
    text-align: center;
    margin-bottom: 150px;
}

.aba-6-conteudo {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-bottom: 150px;
}

.aba-6-box {
    width: 50%;
}

.aba-6-contensor-box-c {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    border-bottom: 3px solid var(--cor-rosa-escuro);
}

.aba-6-p {
    font-family: var(--font-primary);
    font-size: 2.5rem;
    color: var(--cor-preto);
    font-weight: 900;
    line-height: 1.1;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.aba-6-contensor-box-b {
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.aba-6-p-3 {
    font-family: var(--font-primary);
    font-size: 1.1rem;
    color: var(--cor-preto);
    font-weight: 700;
    line-height: 1.1;
}

.aba-6-conteudo-2 {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

/* ABA 7 */
.aba-7 {
    width: 100%;
    height: auto;
    padding: 100px 0;
    background: var(--cor-creme);
}

.aba-7-contensor {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
}

.aba-7-titulo {
    text-align: center;
    margin-bottom: 50px;
}

.aba-7-conteudo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10%;
}

.aba-7-box {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid var(--cor-rosa-escuro);
    background: var(--cor-branco);
    box-shadow: var(--box-shadow);
}

.aba-7-p {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 18px;
    color: var(--cor-preto);
    line-height: 1.4;
    position: relative;
    padding-left: 25px;
}

.aba-7-p::before {
    content: '✓';
    color: green;
    left: 0;
    top: 0;
    position: absolute;
}

.aba-7-box-centro {
    text-align: center;
}

.aba-7-p-centro {
    font-family: var(--font-primary);
    font-size: 8rem;
    color: var(--cor-rosa-escuro);
    font-weight: 900;
    line-height: 1.1;
}

.aba-7-box-2 {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid var(--cor-branco);
    background: var(--cor-rosa-escuro);
    box-shadow: var(--box-shadow);
}

.aba-7-p-2 {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 18px;
    color: var(--cor-branco);
    line-height: 1.4;
    position: relative;
    padding-left: 25px;
}

.aba-7-p-2::before {
    content: '⊗';
    color: white;
    left: 0;
    top: -2px;
    position: absolute;
}

/* ABA 8 */
.aba-8 {
    width: 100%;
    height: auto;
    padding: 100px 0;
    background: var(--cor-preto);
    border-top: 1px solid var(--cor-branco);
    border-bottom: 1px solid var(--cor-branco);
}

.aba-8-contensor {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
}

.aba-8-titulo {
    text-align: center;
}

.aba-8-p {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 18px;
    color: var(--cor-branco);
    line-height: 1.4;
    margin-bottom: 10px;
}

.aba-8-p:last-child {
    margin-bottom: 0;
}

/* ABA 9 */
.aba-9 {
    width: 100%;
    height: 80vh;
    padding: 100px 0;
    background: url(../RECALIBRACAO_MENOPAUSA_IMG/meire.webp) 90% bottom / 20% no-repeat,
        radial-gradient(circle, rgba(252, 220, 219, 1) 0%, rgba(230, 140, 143, 1) 100%);
    border-bottom: 1px solid var(--cor-rosa-escuro);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.aba-9-contensor {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
}

.aba-9-titulo {
    text-align: left;
    margin-bottom: 50px;
}

.aba-9-conteudo {
    width: 60%;
}

.aba-9-p {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 18px;
    color: var(--cor-preto);
    line-height: 1.4;
    margin-bottom: 20px;
}

.aba-9-p:last-child {
    margin-bottom: 0;
}

/* ABA 10 */
.aba-10 {
    padding: 100px 0;
    background: var(--cor-preto);
    background: url(../RECALIBRACAO_IMG/HERO_BG_BLUR_2.webp) right bottom / auto no-repeat,
        url(../RECALIBRACAO_IMG/HERO_BG_BLUR.webp) left top / auto no-repeat,
        var(--cor-preto);
}

.aba-10-contensor {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
}

.aba-10-titulo {
    text-align: center;
    margin-bottom: 60px;
}

/* Slider */
.aba-10-slider {
    position: relative;
    width: 100%;
}

.aba-10-viewport {
    overflow: hidden;
    width: 100%;
}

.aba-10-track {
    display: flex;
    gap: 20px;
    transition: transform 0.4s ease;
    will-change: transform;
}

.aba-10-item {
    flex: 0 0 calc((100% - 60px) / 4);
    /* desktop: 4 imagens */
    cursor: pointer;
}

.aba-10-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

/* Setas */
.aba-10-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    border: none;
    color: #fff;
    font-size: 2rem;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 2;
}

.aba-10-arrow.left {
    left: -10px;
}

.aba-10-arrow.right {
    right: -10px;
}

/* LIGHTBOX */
.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.lightbox.active {
    display: flex;
}

.lightbox-img {
    max-width: 90%;
    max-height: 90%;
}

.lightbox-close {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 3rem;
    color: #fff;
    cursor: pointer;
}

/* ABA 11 */
.aba-11 {
    width: 100%;
    height: auto;
    padding: 100px 0;
    background: var(--cor-creme);
    /* border-top: 1px solid var(--cor-branco); */
    border-bottom: 1px solid var(--cor-branco);
}

.aba-11-contensor {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
}

.aba-11-titulo {
    text-align: center;
    margin-bottom: 30px;
}

.aba-11-conteudo {
    text-align: center;
}

.aba-11-p {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 18px;
    color: var(--cor-preto);
    line-height: 1.4;
    margin-bottom: 10px;
}

/* ABA 12 */
.aba-12 {
    padding: 100px 0;
    background: radial-gradient(circle, rgba(252, 220, 219, 1) 0%, rgba(230, 140, 143, 1) 100%);
}

.aba-12-contensor {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
}

.aba-12-titulo {
    text-align: center;
    margin-bottom: 50px;
}

.aba-12-conteudo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.aba-12-box {
    width: 40%;
    padding: 20px;
    background: var(--cor-branco);
    border: 1px solid var(--cor-rosa-escuro);
    border-radius: 10px;
    box-shadow: var(--box-shadow);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.aba-12-p {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 18px;
    color: var(--cor-branco);
    line-height: 1.4;
    text-align: center;
}

.aba-12-p-2 {
    font-family: var(--font-primary);
    font-weight: 300;
    font-size: 24px;
    color: var(--cor-preto);
    line-height: 1.4;
}

.verde {
    font-family: var(--font-primary);
    font-weight: 900;
    font-size: 44px;
    color: green;
    line-height: 1.4;
}

.aba-12-btn {
    font-family: var(--font-primary);
    font-size: clamp(1rem, 1vw, 2rem);
    font-weight: 300;
    text-decoration: none;

    color: var(--cor-branco);
    background: green;
    border-radius: 10px;
    box-shadow: var(--box-shadow);

    padding: 10px 15px 10px 15px;

    transition: background .3s ease;

    display: flex;
    justify-content: center;
    text-align: center;

    animation: blink2 .5s infinite ease-in-out;

    max-width: 501px;
}

@keyframes blink2 {
    0% {
        opacity: 1;
        box-shadow: 0px 0px 16px -4px green;
    }

    50% {
        opacity: 1;
        box-shadow: 0px 0px 23px 0px green;
    }

    100% {
        opacity: 1;
        box-shadow: 0px 0px 16px -4px green;
    }
}

.aba-12-btn::after {
    content: '>';
    padding-left: 5px;
    color: var(--cor-branco);
    transition: color .3s ease;
}

.aba-12-btn:hover {
    background: var(--cor-rosa-escuro);
}

.aba-12-btn:hover::after {
    color: var(--cor-branco);
}

.aba-12-box-2 {
    width: 40%;
    padding: 20px;
    background: var(--cor-rosa-escuro);
    border: 1px solid var(--cor-branco);
    border-radius: 10px;
    box-shadow: var(--box-shadow);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.aba-12-img {
    max-width: 250px;
    margin-bottom: 30px;
}

/* RODAPÉ */
footer {
    width: 100%;
    padding: 10px 5%;
    background: var(--cor-preto);
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
}

/* Lados ocupam o mesmo espaço */
.footer-left,
.footer-right {
    flex: 1;
}


.footer-left {
    text-align: left;
}

.footer-center {
    justify-self: center;
}

.footer-right {
    text-align: right;
}

footer p,
footer a {
    font-family: var(--font-primary);
    font-size: 18px;
    color: var(--cor-branco);
    text-decoration: none;
}

.footer-center img {
    max-width: 60px;
    /* ou o tamanho real do logo */
    height: auto;
}


@media (max-width: 1440px) {

    /* ABA 2 */
    .aba-2 {
        background: url(../RECALIBRACAO_MENOPAUSA_IMG/ABA_2_MEIRE.webp) 90% bottom / 35% no-repeat,
            var(--cor-creme);
    }

    /* ABA 6 */
    .aba-6 {
        background: url(../RECALIBRACAO_MENOPAUSA_IMG/ABA_6_MEIRE.webp) 90% bottom / 20% no-repeat,
            var(--cor-creme);
    }

    /* ABA 9 */
    .aba-9 {
        width: 100%;
        height: 80vh;
        padding: 100px 0;
            background: url(../RECALIBRACAO_MENOPAUSA_IMG/meire.webp) 90% bottom / 20% no-repeat,
        radial-gradient(circle, rgba(252, 220, 219, 1) 0%, rgba(230, 140, 143, 1) 100%);
        border-bottom: 1px solid var(--cor-rosa-escuro);
    }
}


@media (max-width: 1024px) {

    /* HERO */
    .hero {
        background: radial-gradient(circle, rgba(252, 220, 219, 1) 0%, rgba(230, 140, 143, 1) 100%);
        background-blend-mode: normal, hard-light;
    }

    .hero-conteudo-contensor {
        flex-direction: column;
        gap: 50px;
    }

    .hero-conteudo-l {
        width: 100%;
    }

    .hero-conteudo-r {
        width: 100%;
        justify-content: left;
    }

    .hero-p-2 {
        display: none;
    }

    .hero-rodape-r {
        display: none;
    }

    /* ABA 2 */
    .aba-2 {
        background: url(../RECALIBRACAO_MENOPAUSA_IMG/ABA_2_MEIRE.webp) 90% bottom / 35% no-repeat,
            var(--cor-creme);
    }

    .aba-2-conteudo {
        width: 80%;
    }

    /* ABA 4 */
    .aba-4-p {
        max-width: 100%;
    }

    .aba-4-conteudo {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        gap: 150px;
        flex-wrap: wrap;
    }

    /* ABA 6 */
    .aba-6 {
        background: url(../RECALIBRACAO_MENOPAUSA_IMG/ABA_6_MEIRE.webp) 90% bottom / 20% no-repeat,
            var(--cor-creme);
    }

    .aba-6-p {
        font-size: 1.7rem;
    }

    /* ABA 9 */
    .aba-9 {
        background: url(../RECALIBRACAO_MENOPAUSA_IMG/meire.webp) 90% bottom / 20% no-repeat,
        radial-gradient(circle, rgba(252, 220, 219, 1) 0%, rgba(230, 140, 143, 1) 100%);
    }

    /* ABA 10 */
    .aba-10-item {
        flex: 0 0 calc((100% - 20px) / 2);
        /* tablet: 2 */
    }

    /* ABA 12 */
    .aba-12-btn::after {
        display: none;
    }
}

@media (max-width: 768px) {

    /* HERO */
    .hero {
        background: radial-gradient(circle, rgba(252, 220, 219, 1) 0%, rgba(230, 140, 143, 1) 100%);
        background-blend-mode: normal, hard-light;
    }

    .hero-h1 {
        font-size: clamp(1.4rem, 3vw, 2.5rem);
    }

    .hero-conteudo-l {
        width: 100%;
        text-align: center;
    }

    .hero-conteudo-r {
        justify-content: center;
    }

    .hero-rodape-l {
        width: 100%;
        text-align: center;
    }

    .hero-btn {
        margin: 0 auto;
    }

    /* ABA 2 */
    .aba-2 {
        background: var(--cor-creme);
    }

    .aba-2-conteudo {
        width: 100%;
    }

    .center {
        text-align: center;
        margin-top: 30px;
    }

    .aba-2-rodape {
        width: 100%;
        text-align: center;
    }

    /* ABA 3 */
    .aba-3-conteudo {
        gap: 150px;
        flex-direction: column;
    }

    /* ABA 4 */
    .aba-4-conteudo {
        gap: 150px;
        flex-direction: column;
    }

    /* ABA 5 */
    .aba-5-conteudo {
        flex-direction: column;
        gap: 50px;
    }

    .aba-5-box {
        width: 100%;
    }

    .aba-5-box-2 {
        width: 100%;
    }

    /* ABA 6 */
    .aba-6 {
        background: url(../RECALIBRACAO_MENOPAUSA_IMG/ABA_6_MEIRE.webp) 90% bottom / 40% no-repeat,
            var(--cor-creme);
    }

    /* ABA 7 */
    .aba-7-conteudo {
        flex-direction: column;
    }

    /* ABA 9 */
    .aba-9 {
        background: url(../RECALIBRACAO_MENOPAUSA_IMG/meire.webp) 95% bottom / 40% no-repeat,
            radial-gradient(circle, rgba(252, 220, 219, 1) 0%, rgba(230, 140, 143, 1) 100%);
    }

    /* ABA 12 */
    .aba-12-conteudo {
        flex-direction: column;
    }

    .aba-12-box {
        width: 100%;
    }

    .aba-12-box-2 {
        width: 100%;
    }

    /* RODAPÉ */
    footer {
        grid-template-columns: 1fr;
        gap: 12px;
        text-align: center;
        padding: 20px 5%;
    }

    .footer-left,
    .footer-right {
        text-align: center;
    }
}

@media (max-width: 600px) {

    /* ABA 10*/
    .aba-10-item {
        flex: 0 0 100%;
        /* mobile: 1 */
    }
}

@media (max-width: 550px) {

    /* HERO */
    .logo {
        max-width: 250px;
    }

    .hero-p-logo {
        font-size: clamp(0.8rem, 0.8vw, 2rem);
    }

    /* ABA 2 */
    .aba-2 {
        height: auto;
    }

    .aba-2-p {
        font-size: 16px;
    }

    .aba-2-conteudo-box {
        flex-wrap: wrap;
    }

    .aba-2-box {
        width: 100%;
        max-width: 100%;
    }

    .box-p {
        font-size: 16px;
    }

    /* ABA 6 */
    .aba-6 {
        background: var(--cor-creme);
    }

    .aba-6-conteudo {
        width: 100%;
        gap: 150px;
        flex-direction: column;
    }

    .aba-6-conteudo-2 {
        width: 100%;
        gap: 150px;
        flex-direction: column;
    }

    .aba-6-box {
        width: 100%;
    }

    /* ABA 9 */
    .aba-9 {
        background: url(../RECALIBRACAO_MENOPAUSA_IMG/meire.webp) 50% bottom / 55% no-repeat,
            radial-gradient(circle, rgba(252, 220, 219, 1) 0%, rgba(230, 140, 143, 1) 100%);
        height: auto;
        padding: 100px 0 400px 0;
    }

    .aba-9-titulo {
        text-align: center;
    }

    .aba-9-conteudo {
        width: 100%;
    }

    .aba-9-p {
        text-align: center;
    }
}

@media (max-width: 375px) {
    .hero-h1 {
        font-size: clamp(1.4rem, 3vw, 2.5rem);
    }

    .hero-p {
        font-size: 18px;
    }

    .hero-btn::after {
        display: none;
    }
    .hero-img {
    width: 100%;
    max-height: auto;
}

    /* ABA 9 */
    .aba-9 {
        background: url(../RECALIBRACAO_MENOPAUSA_IMG/meire.webp) 50% bottom / 55% no-repeat,
            radial-gradient(circle, rgba(252, 220, 219, 1) 0%, rgba(230, 140, 143, 1) 100%);
        height: auto;
        padding: 100px 0 350px 0;
    }
}

@media (max-width: 320px) {
    .hero-p {
        font-size: 16px;
    }

    /* ABA 9 */
    .aba-9 {
        background: url(../RECALIBRACAO_MENOPAUSA_IMG/meire.webp) 50% bottom / 55% no-repeat,
            radial-gradient(circle, rgba(252, 220, 219, 1) 0%, rgba(230, 140, 143, 1) 100%);
        height: auto;
        padding: 100px 0 300px 0;
    }
}