#content{
    max-width:1200px;
    padding:0 15px;margin:0 auto}
#full-width{margin:0 auto}
html{
    scroll-behavior: smooth;
}

p{
    color: black;
    font-family: "Inter", sans-serif;
}

textarea::placeholder {
    color: black !Important;
}
label{
    color: black
}
.footer_container{
    background: #212529;
    padding: 40px 0px 40px 0px;
}
.width_100px{
    width: 100px;
}
.body_container{
    background: #e3e3e3;
    padding: 50px 0px 50px 0px;
}
.bold{
    font-weight: bold;
}
.card_container{
    background: #F9F6F2 !Important;
    border-radius: 45px;
    padding: 0 !important;
}
.size20{
    font-size: 20px;
}
.btn-continue{
    border: none;
    border-radius: 10px;
    color: white;
    background: #1e284b;
    padding: 15px 25px 15px 35px;
    font-size: 20px;
}
.btn-next{
    border: none;
    border-radius: 10px;
    color: white;
    background: #4989f8;
    padding: 15px 25px 15px 35px;
    font-size: 20px;
}
.btn-next-disabled{
    border: none;
    border-radius: 10px;
    color: white;
    background: #4989f8;
    padding: 15px 25px 15px 35px;
    font-size: 20px;
    opacity: .4;
    pointer-events: none;
}
.pointer-events{
    pointer-events: none;
}
.white{
    color: white;
}
.font-size35{
    font-size: 35px;
}
.margin-right{margin-left: -5px !Important;
    margin-bottom: 10px !Important}
.margin-left{margin-left: 45px !Important;
margin-bottom: 10px !Important}


.input_nombre{
    border-radius: 38px;
    width: 100%;
    font-size: 16px;
    background: #E3E3E3 !Important;
    border: none;
    height: 60px;
    padding-left: 20px;
}
.question{
    color: black !Important;
    font-weight: 700;
    font-size: 37px;
    margin-top: 10px;
}
hr {
    height: 3px; /* Ajusta el grosor */
    background-color: black; /* Color del <hr>, puede ser cualquier color */
    border: none; /* Elimina el borde por defecto */
    width: 100%; /* O ajusta a la longitud deseada, como 50%, 200px, etc. */
    margin: 20px 0; /* Espaciado opcional arriba y abajo */
}
.contador{
    color: #4989f8;
}
@media (min-width: 879px) {
    h3{
        color:#212529 !Important;
        font-size: 40px !important;
        font-weight: 700 !important;
        margin: 0 !Important;
        line-height: 1 !important;
    }
.line-break-dsk{
    display: block
    }
    .width_400px{
        width: 400px;
    }
    .left-center{
        text-align: left !important;
    }
    .height440{
        height: 440px !Important;
    }
    .padd_btm_top{
        padding: 15px 0px 15px 0px !Important;
    }
    .head_h2{
        font-size: 64px;
        font-weight: bold;
        color: #1E284B;
    }
    .height_slideshow{
        height: 500px !important;
    }
 }

@media (max-width: 880px) {
    h3{
        color:#212529 !Important;
        font-size: 25px !important;
        font-weight: 700 !important;
        margin: 0 !Important;
        line-height: 1 !important;
    }
.height_products{
    height: 310px !Important;
}
    .height440{
        height: 400px !Important;
    }
    .padd_btm_top{
        padding: 15px 0px 15px 0px !Important;
    }
    .margin_top_mob{
        margin-top: 0 !important;
    }
    .mb-mob{
        margin-bottom: 50px;
    }
    .left-center{
        text-align: center !important;
    }
    .height_slide{
        height: 1200px;
    }
    .height_slideshow{
        height: 550px !Important;
    }
    .head_h2{
    font-size: 36px;
        font-weight: bold;
        color: #1E284B !important;
    }
}
.width_pet{
    width: 65%;
}
.background_card_meter{
    background: #F3F3F3 !important;

}
.width_40px{
    width: 40px;
}

.fell .selection {
    margin-bottom: 1em;
}

.fell .selection label {
    display: inline-block;
    text-align: left;
    font-size: 15px;
    font-style: normal;
    line-height: 27px;
    color: black;
    background:  #E3E3E3;
    border-radius: 40px;
    width: 100%;
    padding: 6px 0px 6px 6px;

}


.fell .selection input[type=radio] {
    display: none;
}

.fell .selection input[type=radio]:checked ~ label {
    background-color: #1E284B;
    color:white;
}
/* Styles Site Landing */

.w100{
    width: 100%;
}
.center_force{
    display: flex;
    justify-content: center
}
