body{
    font-family: 'Poppins', sans-serif;
}

html{
    scroll-behavior: smooth;
}

#banner-mx{
    margin-top: 80px;
    background-image: url(../assets/images/dominios_mx_mayo.png);
    background-size: cover;
    padding: 6rem;
    font-family: 'Poppins', sans-serif;
}

.cont-mx{
    text-align: center;
    padding: 40px;
    justify-content: center;
    display: block;
    margin: 0 auto;
    align-items: center;
}

.inp-form button{
    cursor: pointer;
}

.cont-mx h1{
    font-weight: 600;
    font-size: 3.5rem;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}
.cont-mx small{
   
    font-weight: 600;
}


.cont-mx h2{
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
}
.cont-mx h5{
    color: #fff;
}

.cont-mx span{
    color: #fff;
}

.cont-mx form{
    display: block;
    justify-content: center;
    margin: 40px auto;
}

input{
    border-radius: 25px;
    border: none;
    width: 350px;
    background-color: #E1F1FF;
    height: 50px;
    padding: 10px;
}

.cont-mx button{
    background-color: #2298FF;
    border-radius: 25px;
    padding: 10px;
    width: 120px;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 600
    cursor: pointer;
}

.btn-contratar{
    border: 2px solid #2298ff;
    padding: 5px;
    margin-bottom: 50px;
}
.btn-contratar:hover{
    background-color: #2298ff;
    color: #fff !important;
    
}

@media (max-width: 858px) {
    #banner-mx{
        padding: 2rem;
        margin: 0 auto;
    }
    .cont-mx h1{
        font-size: 1.5rem;
    }
    .cont-mx form{
        max-width: 100%;
    }
    .inp-form{
        display: flex;
        justify-content: center;
    }
    input{
        max-width: 100%;
    }
}

#barra-mx{
    background-color: #2298FF;
    padding: 2rem;
    margin-bottom: 100px;
}

.cont-barra-mx{
    text-align: center;
    align-items: center;
}

.cont-barra-mx h2{
    color: #fff;
    margin-bottom: 40px;
}

.cont-barra-mx a{
    margin: 20px auto;
    border-radius: 25px;
    border:  2px solid #fff;
    font-size: 30px;
    padding: 10px;
    color: #fff;
}
@media (max-width: 858px) {
    .cont-barra-mx h2{
        font-size: 30px;
    }
    .cont-barra-mx a{
        font-size: 20px;
    }
}

/*  */
#beneficios-mx{
    margin-bottom: 100px;
}
.datos-mx{
    display: flex;
    gap: 20px;
}
.datos-mx p{
    text-align: justify;
}
.image-container{
    width: 300px;
    align-items: center;
    height: 200px;
    margin-bottom: 20px;

}
.image-container img{
    width: 100%;
    height: 100%;
    text-align: center;
}
.image-sta{
    display: block;
    margin: 0 auto;
    width: 150px !important; 
    height: 100% !important;
}
@media (max-width: 858px) {
    .datos-mx{
        flex-direction: column;
    }
    .image-container{
       margin: 0 auto;
    }

}

/* promos-mx */
#promos-mx{
    background-color: #EBF2FA;
    padding: 2rem;
    margin-bottom: 100px;
}

.cont-promo-mx {
    
    line-height: 0.9;
    justify-content: center;
    display: block;
    margin: 40px auto;
}

.cont-promo-mx h2{
    
    text-align: center;
    color: #2298FF;
    font-weight: 600;
}
.cont-promo-mx span{
    color: #000;
}

.cont-promo-mx h4{
    text-align: center;
    font-weight: 600;
   
}

.cuadros-mx{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 50px auto;
}

.cuadro-mx{
    background-color: #fff;
    width: fit-content;
    padding: 20px;
    border-radius: 20px;
    align-items: center;
}

.cuadro-mx{
    font-weight: 500;
    margin-bottom: 20px;
    justify-content: center;
}
.cuadro-mx p{
    font-weight: 600;
}

.precios-mx{
    margin: 20px auto;
    font-family: 'Jost', sans-serif;
    display: flex;
    font-size: 60px;
    font-weight: 600;
    color: #000;
}
.iva{
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    margin-left: 10px;
    font-weight: 600 !important;
}
@media (max-width: 858px) {
    .cuadros-mx{
        flex-direction: column;
        margin: 0 auto;
        display: flex;
        justify-content: center; /* Centra los elementos horizontalmente */
        align-items: center; /* Centra los elementos verticalmente */
    }
    
    .cuadro-mx {
        margin-bottom: 20px; /* Puedes ajustar el margen según tus preferencias */
    }

}

/* CSS DOMINIO MX PROMO 21-23 MARZO 2024*/
.registry{
    width: 20%;
}