img {
    width: auto;
    height: auto;
}

.page-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    color: #303030;
}

.container-box {
    gap: 3rem;
}

.bg-happy-man {
    background-image: url("./../images/happy-man.png");
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    max-width: 1600px;
    margin: auto;
    min-height: 500px;
}

.text-calid-black {
    color: #303030;
}

.div-setter {
    max-width: 1100px;
}

@media (max-width: 1600px) {
    .bg-happy-man {
        background-image: unset !important;
        padding: 0 2rem;
    }

    .div-setter {
        max-width: 100% !important;
    }

    .custom-box {
        margin: auto;
    }
}

.custom-box {
    max-width: 270px;
}

.custom-box h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 100%;
    min-height: 40px;
}

.custom-box span {
    font-family: 'Inter', sans-serif;
    font-display: swap;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

.slider-dots {
    display: none;
}

.slider-dots span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
}

.slider-dots span.active {
    background-color: var(--bs-primary); /* azul clarito como el de tu captura */
}

.price-card {
    width: 100%;
    max-width: 472px;
    height: 671px;
    border-radius: 24px;
    background: white;
    box-shadow: 0 4px 4px 2px #00000040;
    padding: 1rem 2.6rem;
}

.price-card.dark {
    background: #303030;
}

.price-card div.info-container {
    min-height: 73px;
}

.price-card h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 39px;
    line-height: 120%;
}

.price-card .info-premium h2 {
    position: relative;
    z-index: 1;
}

.price-card .info-premium img {
    position: absolute;
    top: 60px;
    left: 78px;
    z-index: 0;
}

.price-card ul {
    font-family: 'Inter', sans-serif;
    font-display: swap;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
}

.price-card ul .touched {
    color: #838383;
    text-decoration: line-through;
}

.price-card.dark ul .touched {
    color: #9c9c9c;
}

.price-card .price {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 140%;
}

.price-card.dark span.price {
    color: #C5EBFF !important;
}

@media (max-width: 1804px) {
    .price-card:nth-child(3) {
        left: unset !important;
    }
}

@media (max-width: 1482px) {
    #text-info, #image-info {
        width: 100% !important;
    }

    #image-info img {
        max-width: 600px;
    }
}

@media (max-width: 1199px) {
    .img-home-left span.less {
        position: unset !important;
        display: block;
        margin: auto;
    }

    .price-card:nth-child(2) {
        left: unset !important;
    }

    .container-exclusive,
    .container-qir {
        background: none;
    }

    .sub-exclusive img {
        position: absolute;
        top: -4px;
        width: 190px;
        left: -3px;
    }

    .container-exclusive h1 {
        font-size: 37px;
    }

    #form-contact .form-container {
        width: 100%;
    }

}