section.container-group{
    margin-top: 445px !important;
}

.container-group .container-principal{
    margin-top:100px !important
}
.container-group .container-principal .text p{
    margin-top: 100px !important;
}

.container-group .container-bodegas{
    margin-top: 100px !important;
    padding: 0px 100px !important;
   
}
.container-group .container-bodegas p{
    width: 80%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 100px;
    color: #303030;
    font-family: Helvetica;
    font-size: 24px;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

.products-bodega {
    display: flex;
    justify-content: space-around;
}
.products-bodega .product-image{
    height: 70%;
}

.products-bodega .title h2{
    color: #B19FAB;
    font-family: Georgia;
    font-size: 110px;
    font-weight: bold;
    letter-spacing: -2.2px;
    text-align: center;
    margin-top: 100px;
    opacity: 0.8;
    margin-bottom: 50px;
}
.products-bodega .product-image.product-center{
    height: 90%;
    opacity: 1 !important;
}
.container-compra{
    margin-top:150px;
    margin-bottom:150px
}
section.container-brand{
    margin-top: 445px !important;
}
.container-brand .container-information .images .bigImage{
    width: 69%;
    min-width: 360px;
}
.container-brand .container-information .images{
    margin-right: 26px;
}
.container-brand .container-information .text p{
    width: 60%;
    margin-bottom: 0px;
    margin-top: 150px;
    margin-left: 50px;
}
.standard-button:hover{
    color: white;
}