#hero {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://fernandagraboski.com/img/fundo.jpg);
    text-align: center;
    padding: 50px 0 0;
    background-size: cover;
    background-position: left;
}

h5 {
    background: #d9c795;
    color: #000;
    padding: 15px;
    border-radius: 48px;
    font-size: 25px;
    font-weight: 800;
    width: 450px;
    margin: auto;
    margin-bottom: 15px;
}

.topo h1 {
    font-size: 50px;
    line-height: 45px;
    margin-top: 150px;
}

p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 60px;
}

.cta {
    background: linear-gradient(90deg, #d9c795, #b9a47b, #d9c795);
    background-size: 200% auto;
    background-position: left center;
    color: #000;
    text-decoration: none;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 20px;
    transition: background-position 0.4s ease;
}

.cta:hover {
    background-position: right center;
    color: #000;
}

img.logo {
    margin-bottom: 0;
}

.topo p {
    text-align: center;
}

h1, h1 span,
h2, h2 span,
h3, h3 b, h3 span,
h4,
h5,
h6 {
    font-family: 'Marcellus';
    text-align: center;
}

p,
a,
b,
ul,
li,
ol,
span, .modulos h4 {
    font-family: 'Host Grotesk';
}

img {
    width: 300px;
    margin-bottom: 50px;
    margin-top: 50px;
}

h2 {
    color: #d9c795;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 25px 0;
}

iframe {
    width: 100%;
    height: 730px;
    margin-bottom: 50px;
}

.alert {
    margin: 0;
    text-align: center;
    color: #fff;
    background: #b02e2e;
    border-radius: 0;
    font-weight: 600;
    font-size: 20px;
}

h3 {
    color: #fff;
    margin-top: 50px;
    font-size: 18px;
}

.important {
    margin-bottom: 25px;
    font-size: 20px;
    background: #7d3636;
    padding: 10px;
}
.important p {
    margin: 0;
}
p.p1 {
    font-size: 23px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}


/* RESPONSIVO */
@media (max-width: 991px) {
    iframe {
        height: 400px;
    }
}

@media (max-width: 500px) {
    iframe {
        height: 270px;
    }
}

.oculto h2 {
    margin: 0;
    font-size: 30px;
}

.oculto h3 {
    font-size: 20px;
    margin: 0;
    margin-top: 20px;
}

h6 {
    display: inline-block;
    padding: 10px 20px;
    background-color: #b02e2e;
    /* Cor de fundo do botão */
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.2s ease;
    margin-top: 50px;
}

h6:hover {
    background-color: #0056b3;
    /* Cor do botão ao passar o mouse */
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

h6 {
    animation: pulse 1.5s infinite;
    /* Efeito de pulso */
}





/* CONTEÚDO OCULTO */

body {
    background-color: #0d0d0d;
}

.cards-topo,
.bonus {
    background: linear-gradient(to bottom, #d9c79520, #d9c79500), url(https://visagistacuritiba.com.br/wp-content/uploads/2024/11/grade_bg.svg);
    padding: 75px 0;
}

.cards-topo {
    padding: 150px 0 75px;
    margin-top: -50px;
}

.topo {
    background-image: linear-gradient(to bottom, rgba(30, 25, 22, 0.8), rgba(30, 25, 22, 0.8)), url(https://fernandagraboski.com/img/fundo.jpg);
    text-align: center;
    padding: 0;
    background-size: cover;
    background-position: left;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    position: relative;
}

.png img {
    margin: 0;
    width: 100%;
}

.oculto h1,
.oculto h2 {
    color: #fff;
}

.oculto h1 span,
.oculto h2 span {
    color: #d9c795;
}

.oculto p {
    color: #cbcaca;
}

.oculto p b {
    color: #fff;
}

.oculto p {
    font-size: 16px;
    margin-bottom: 10px;
}

.oculto .card-info {
    background: linear-gradient(45deg, #f0f1F310, transparent);
    border-radius: 20px;
    padding: 30px;
    border: 1px solid #ffffff15;
    backdrop-filter: blur(15px);
    margin-bottom: 30px;
}

.card-info h3, .card-info p {
    text-align: left !important;
}

.card-info img {
    width: 35px;
    margin: 0;
}

.oculto h2 {
    font-size: 35px;
    margin-bottom: 25px;
}

.depoimento {
    padding: 50px 0;
}

.depoimento h3 {
    color: #d9c795;
}

.depoimento .card-info img {
    width: 100%;
}


/* MÓDULOS */
.modulos {
    background-color: #fff;
    padding: 75px 0;
    text-align: center;
}

.modulos h2,
.modulos h2,
.modulos h3,
.modulos h4,
.modulos p {
    color: #0d0d0d;
}

.modulos p {
    color: #48515a;
}

.modulos h3 {
    color: #857138;
}

.modulos h5 {
    background: none;
    color: #000;
    padding: 0;
    border-radius: 0;
    font-size: 16px;
    width: auto;
    margin: 0;
    margin-bottom: 0;
    color: #857138 !important;
    font-weight: 800;
    text-transform: uppercase;
}

.modulos .card-info {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.15), rgba(217, 199, 149, 0.3));
    border-radius: 10px;
    padding: 20px 10px;
    backdrop-filter: blur(15px);
    margin-bottom: 30px;
    min-height: 110px;
}

.modulos h4 {
    font-size: 20px;
    letter-spacing: 0;
    margin-top: 10px;
    margin: 0;
}


/* BÔNUS */
.bonus {
    padding: 75px 0;
}

.bonus img {
    width: 100%;
}

.bonus h4 {
    color: #d9c795;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 25px;
    text-align: left;
}

.bonus b {
    color: #d9c795;
}

.bonus a {
    color: #d9c795;
    margin-bottom: 35px;
    display: inline-block;
}

p.de {
    color: #fff;
    margin: 0;
}

p.valor {
    color: #d9c795;
    font-size: 35px;
    font-weight: 800;
    margin: 0;
}

span.riscado {
    text-decoration: line-through;
}

/* CURRICULO */
.curriculo {
    padding: 75px 0;
    background-color: #fff;
}

.curriculo h2,
.curriculo h3 {
    color: #0d0d0d;
}

.curriculo h2 span {
    color: #857138;
}

.curriculo li {
    color: #48515a;
    font-size: 16px;
    padding-bottom: 0px;
    text-align: left;
}

.curriculo img {
    width: 100%;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    box-shadow: 0 12px 60px rgba(217, 199, 149, 0.8);
}


/* PREÇO */
.preco {
    padding: 75px 0;
}

.preco .center {
    padding: 50px 10px 100px;
}

li {
    color: #fff;
    margin-bottom: 15px;
    font-size: 18px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

li b {
    color: #d9c795;
}

.preco h4 {
    color: #fff;
    margin-top: 15px;
    font-size: 40px;
}

.preco h5 {
    background: transparent;
    color: #d9c795;
    padding: 0;
    border-radius: 0;
    font-size: 16px;
    font-weight: 100;
    width: auto;
    margin-bottom: 25px;
}

.preco h3 {
    margin-top: 75px;
}

.preco span {
    color: #cbcaca;
    font-size: 12px;
    margin-bottom: 75px;
    display: inline-block;
}

.preco img {
    width: 50px;
    margin: 0;
}

.preco .card-info h3 {
    margin-top: 15px;
    margin-bottom: 5px;
}


/* CTA FINAL */
.cta-final {
    background: #fff;
    padding: 75px 0 0;
    text-align: center;
}

.cta-final h2 {
    color: #0d0d0d;
    margin-bottom: 10px;
}

.cta-final p {
    color: #48515a;
}

.cta-final img {
    width: 50px;
    margin-bottom: 15px;
    margin-top: 25px;
}

.cta-final h4 {
    color: #857138;
}

.cta-final a {
    text-decoration: none;
}

img.png {
    width: 75%;
    margin: 0;
    margin-top: 50px;
}

.center {
    text-align: center;
}

/* FOOTER */
footer {
    text-align: center;
    padding: 15px 0;
}

footer p {
    margin: 0 !important;
}

footer p {
    margin: 0 !important;
    font-size: 12px !important;
}

/* MODAL */
.modal li b {
    color: #857138;
}
.modal li {
    color: #48515a;
    font-size: 18px;
}


/* RESPONSIVO 2 */
@media (min-width: 767px) {
    .preco h3 {
        margin-top: 0;
    }

    .preco span {
        width: 100%;
    }

    .oculto p {
        font-size: 18px;
    }

    .oculto .card-info h3 {
        font-size: 25px;
    }

    footer p {
        font-size: 15px !important;
    }

    .cta-final {
        padding: 0;
        padding-top: 25px;
    }

    .cta-final h2 {
        margin-top: 50px !important;
    }

    img.png {
        width: 100%;
        margin: 0;
    }

    p.valor {
        font-size: 35px;
    }

    .bonus h4 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    #hero h5 {
        background: #d9c795;
        color: #000;
        padding: 10px;
        border-radius: 48px;
        font-size: 18px;
        font-weight: 800;
        width: 350px;
        margin: auto;
        margin-bottom: 15px;
    }
    .topo h1 {
        margin-top: 75px;
    }
    .topo h1 {
        font-size: 45px;
    }
    .oculto p {
        font-size: 18px;
    }
    .card-info h3 {
        font-size: 25px;
        margin-bottom: 10px;
        font-weight: 600;
    }
    .modulos h3 {
        font-weight: 600;
    }
}