#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: 714px;
    padding-top: 17px;
    width: 100%;
    max-height: 443px;
    height: 100%;
}

.main-boton{
    width: 100%;
    text-align: center;
}

.main-boton 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: 160px;
}