#main-contenedor {
    font-family: Montserrat, sans-serif !important;
    margin-top: 250px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 60px;
}

#mainCompra{
    max-width: unset;
}

.main-banner .main-titulo {
    text-align: center;
    width: 100%;
}

.main-banner .main-subtexto{
    text-align: center;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.main-banner .main-titulo h1 {
    font-size: 55px;
    color: #4B4B4B;
    font-weight: bold;
    margin-top: 0px;
}

.main-banner .main-subtexto h2 {
    font-size: 30px;
    color: #000000;
    font-weight: normal;
    margin-top: 55px;
}

.main-banner .main-imagen{
    width: 100%;
    text-align: center;
}

.main-banner .main-imagen img {
    max-width: 935px;
    padding-top: 17px;
    width: 100%;
    max-height: 582px;
    height: 100%;
}

.main-boton{
    width: 100%;
    text-align: center;
}

.main-boton button, .main-contacto button{
   font-family: Montserrat, sans-serif !important;
   font-size: 33px ;
   color: #FFFFFF ;
   font-weight: bold;
   width: 321px;
   height: 78px;
   background-color: #319324;
   border: none;
   border-radius: 20px;
   cursor: pointer;
}

.main-banner .main-boton button{
    margin-top: 70px;
}

.main-ecommerce{
    width: 100%;
    text-align: center;
}

.main-ecommerce img{
    max-width: 1500px;
    padding-top: 130px;
    width: 100%;
    height: 112px;
}

#ecommerce-agrupado{
    display: none;
}

.main-contacto{
    display: flex;
    justify-content: center;
    align-items: center;                 
    text-align: center;     
    margin-top:110px;
}

.main-contacto .texto-contacto{
    font-size: 33px;
    color: #000;
}

.main-contacto button{
    margin-left: 60px;
}

.contenido-imagen-funcionalidad img, .contenido-imagen-funcionalidad-reverso img{
    width: 100%;
    height: 100%;
    max-width: 637px;
    max-height: 359px;
}

.alineado-derecha{
    max-width: 670px;
}

.contenedor_paso_a_paso{
    margin-top: 150px;
}

.contenedor_paso_a_paso h2{
    font-size: 50px;
    color: #4B4B4B;
    font-weight: bold;
    text-align: center;
}

.contenedor_paso_a_paso div{
    width: 100%;
    max-width: 1470px;
    margin-left: auto;
    margin-right: auto;
}

.contenedor_paso_a_paso img{
    max-width: 1470px;
    padding-top: 180px;
    padding-bottom: 100px;
    width: 100%;
    max-height: 473px;
    height: 100%;
}

.contenido-tienda h2{
    font-size: 30px;
}

.carta-modulo #modulo1{
    max-width: 142px;
    max-height: 142px;
}

.carta-modulo #modulo2{
    max-width: 140px;
    max-height: 140px;
}

.carta-modulo #modulo3{
    max-width: 170px;
    max-height: 220px;
}

.carta-modulo #modulo4{
    max-width: 151px;
    width: 100%;
    height: 140px;
}

#paso_a_paso-vertical{
    display: none;
}