* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    inline-size: none;
    color: #fff;
    list-style: none;
    font-family: "Plus Jakarta Sans", sans-serif;

}

header {
    width: 100%;
    height: 60px;
    position: fixed;
    background-color: #fff;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.logo {
    width: 150px;
    cursor: pointer;
}

.pulse i {
    font-size: 35px;
    color: #ffffff;
}

.pulse {
    height: 70px;
    width: 70px;
    background: linear-gradient(#58c22e,
            #58c22e);
    cursor: pointer;
    position: relative;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: none;
}

.pulse:before,
.pulse:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #58c22e;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.7;
}

.pulse:before {
    animation: pulse 2s ease-out infinite;
}

.pulse:after {
    animation: pulse 2s 1s ease-out infinite;
}

@keyframes pulse {
    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

@media(max-width:358px) {
    .logo {
        width: 140px;
    }

    .pulse i {
        font-size: 30px;
    }

    .pulse {
        width: 60px;
        height: 60px;
    }

}

/* homeee */
.home {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: calc(1rem + 90px);
    padding-bottom: 3rem;
    background-color: rgb(255, 255, 255);
    position: relative;
}

.faixa {
    position: absolute;
    width: 200px;
    height: 530px;
    background-image: url(img/textura.webp);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0 0 0 24px;
    top: 0;
    right: 0;
}

.home-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.announcement {
    width: 400px;
    height: 400px;
    border-radius: 24px;
    background-image: url(img/textura.webp);
    position: relative;
    padding: 8px;
    overflow: hidden;
}

.circle-content strong {
    font-size: 40px;
    color: #fff;
}

.circle-content p {
    font-size: 1.5rem;
    color: #fff;
}

.circle {
    position: absolute;
    width: calc(100% - 16px);
    height: 220px;
    border: solid 2px #fff;
    border-radius: 16px;
    bottom: 8px;
    background: rgba(0, 0, 0, 0.35);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(13.5px);
    -webkit-backdrop-filter: blur(13.5px);
    padding: 8px;
}

.circle-content {
    margin-top: 30px;
}

.porduct-scenario {
    flex: calc(100% - 416px);
    height: 400px;
    background-image: url(img/banner.png);
    background-size: cover;

    border-radius: 24px;
    position: relative;
    display: flex;
    justify-content: center;
}

.film {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.075);
    border-radius: 24px;
}

.tapoer {
    z-index: 1;
    height: 200px;
    position: absolute;
    top: 90px;
}

.promo {
    position: absolute;
    width: 130px;
    right: 30px;
    top: 30px;
}

.frase {
    position: absolute;
    top: 25px;
    left: 25px;
}

.img-mobi {
    display: none;
}

@media(max-width:800px) {
    .faixa {
        display: none;
    }

    .home {
        padding-bottom: 0;
    }

}

@media(max-width:530px) {
    .home {
        padding-top: calc(0.5rem + 90px);
    }

    .announcement {
        flex: 100%;
    }

    .tapoer {
        right: 50px;
        top: 90px;

    }

    .porduct-scenario {
        flex: 100%;
        height: 300px;
        display: none;
    }
}

@media(max-width:430px) {
    .tapoer {
        height: 200px;
        top: 90px;
        right: 10px;
    }

    .circle-content strong {
        font-size: 35px;
    }

    .circle-content p {
        font-size: 20px;
    }

    .porduct-scenario {
        flex: 100%;
        height: 250px;
    }

    .img-mobi {
        margin-top: 2rem;
        width: 100%;
        height: 250px;
        background-image: url(img/banner.png);
        background-size: cover;
        background-repeat: no-repeat;
        display: block;
        position: relative;
    }

    .img-faixa i {
        color: #fff;
    }

    .img-faixa strong {

        font-weight: 600;
        font-size: 15px;

    }

    .love {
        position: absolute;
        top: 16px;
        left: 16px;
        width: 70px;
    }

    .img-faixa {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        bottom: 16px;
        height: 40px;
        left: 20px;
        border-radius: 100px;
        width: 150px;
        background-color: #DC143C;

    }

}

@media(max-width:358px) {
    .frase {
        height: 50px;
    }

    .tapoer {
        height: 170px;
        right: 10px;
        top: 100px;
    }

    .promo {
        height: 80px;
        top: 50px;
    }

    .porduct-scenario {
        flex: 100%;
        height: 160px;
    }

}

@media(max-width:300px) {
    .tapoer {
        height: 150px;
        top: 110px;
        right: -5px;
    }

    .circle-content strong {
        font-size: 30px;
    }

    .circle-content p {
        font-size: 18px;
    }

    .porduct-scenario {
        flex: 100%;
        height: 150px;
    }

}

/* caracteristicas */
.caracteristicas {
    padding: 2rem 3%;

}

.caracteristicas-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

iframe {
    flex: 560px;
    height: 315px;
    border-radius: 24px;
}

.caracteristicas-content strong {
    color: #000000;
    font-size: 30px;
    font-weight: 900;
}

.caracteristicas-content span {
    color: #DC143C;
    font-weight: 600;
}

.caracteristicas-content b,
p {
    color: #000000;
}

.caracteristicas-content button {
    width: 250px;
    height: 48px;
    background-color: #DC143C;
    border-radius: 16px;
    border: none;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
}

.caracteristicas-content {
    flex: calc(100% - 576px);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media(max-width:1100px) {
    .caracteristicas-content {
        flex: 100%;
    }

    iframe {
        width: 100%;
        height: 400px;
    }
}

@media(max-width:800px) {
    .caracteristicas-content {
        flex: 100%;
    }

    iframe {
        width: 100%;
    }
}

@media(max-width:530px) {

    iframe {
        height: 240px;
    }

}

@media(max-width:430px) {
    iframe {
        height: 210px;
    }

    .caracteristicas-content button {
        width: 100%;
    }

    .caracteristicas-content strong {
        font-size: 25px;
    }

}

@media(max-width:358px) {
    iframe {
        height: 180px;
    }


}

@media(max-width:300px) {}

/* vantagens */
.vantagens {
    width: 100%;
    padding: 3rem 3%;
    background-color: #dedede;
}

.vantagens-topico {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: .6rem;
}

.vantagens-topico i {
    font-size: 3rem;
}

.vantagens-topico strong {
    font-weight: 600;
}

.vantagens-topico strong,
p,
i {
    color: #000000;
}

.vantagens-conataine {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

@media(max-width:800px) {
    .vantagens-conataine {
        flex-direction: column;
        gap: 3rem;
    }

}


/* produtos */
.products-slider {

    background-color: #fff;
    padding: 4rem 3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.preço {
    font-size: 25px;
}

.product-container {

    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.product-box {
    display: flex;
    flex-direction: column;
    flex: 100px;
    position: relative;

    text-decoration: none;
    background-color: #ffffff;
    border-radius: 24px;
    padding-top: 50px;
    padding-bottom: 60px;

    box-sizing: border-box;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: all ease 0.3s;
    overflow: hidden;
}

.titulo-center h2 b {
    color: #DC143C;
    font-size: 30px;
    font-weight: 800;
}

.titulo-center {
    width: 100%;
    padding-bottom: 2rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
}

.msv strong {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 800;
}

.msv {
    position: absolute;
    top: 0;
    width: 100%;
    height: 50px;
    background-color: #DC143C;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-box:hover {
    box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.10);
    transform: scale(1.008);
    transition: all 0.3s ease;
}

.product-box img {
    width: 200px;
    padding: 20px 0px;
    object-fit: contain;
    object-position: center;
    margin: 20px auto;
}

.corte {
    color: #000000;
    position: relative;
}

.corte::before {
    position: absolute;
    content: "";
    width: 76px;
    top: 40%;
    height: 1px;
    background-color: #000000;
}

.queda {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.desconto .n {
    font-weight: 900;
}

.desconto .l {
    text-transform: uppercase;
    font-weight: 600;
}

.desconto {
    overflow: hidden;
    width: 60px;
    height: 60px;
    background-color: #DC143C;
    border-radius: 100px;
    position: absolute;
    top: 70px;
    left: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.185);
}

.quedap i {
    font-weight: 600;
}

.quedap {
    font-weight: 600;
}

.quedap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 10px;
    border-radius: 5px;
    width: 50px;
    height: 25px;
    background-color: #f0f0f0;
    color: #000000;
}

.product-tapoer {
    height: 200px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
}

.buy-btn:hover {
    background-color: #58c22e;
}

.product-box a {
    width: 100%;
}

.buy-btn {
    position: absolute;
    text-transform: uppercase;

    width: 100%;
    height: 60px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.062);
    background-color: #DC143C;
    border: none;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    bottom: 0;
}

.product-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 8px 8px;
}

.product-content b {
    color: #000000;
}

.product-content strong {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}

.installment-plan {
    color: #000000;
}

.product-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.avaliacao {
    color: #000000;
}

.avaliacao i {
    color: rgb(255, 217, 0);
}

@media(max-width:750px) {
    .product-box {
        flex: 100%;
    }

}

@media(max-width:600px) {
    .product-box img {
        height: 190px;
        width: 160px;
        padding: 0px;
    }

    .product-box strong {
        font-size: 21px;
    }

    .products {
        background-color: #ffffff;
        padding: 1rem 3%;


    }
}

@media(max-width:400px) {
    .product-box {
        width: 280px;
    }

    .buy-btn {
        font-size: 20px;
        font-weight: 700;
    }

    .product-content strong {
        font-size: 18px;
        font-weight: 600;
    }

    .titulo-center h2 b {
        font-size: 25px;
    }

    .msv strong {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 800;
    }
}

@media(max-width:324px) {
    .product-box {
        width: 255px;
    }

    .product-box img {
        width: 180px;
        height: 165px;
    }
}

.center {
    max-width: 1280px;
    margin: 0 auto;
}

/* footer */

footer a {
    color: #58c22e;
}

footer {

    padding: 1rem;
    background-color: #000000;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 1rem;
}

@media(max-width:400px) {
    footer {
        gap: 0.5rem;
    }

    .logo-footer {
        height: 30px;
    }
}

.logo-footer {
    height: 40px;
}

.metodos-pagamentos {
    height: 50px;
}

@media(max-width:265px) {
    .center {
        display: none;

    }

    header {
        display: none;
    }

}