.background-regiones {
    background-color: #f4f4f4;
    width: 100%;
}
.seccion-regiones {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    gap: 20px;

}

.seccion2-regiones {
    
	flex-direction: row-reverse !important;
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    gap: 20px;

}

.texto1-regiones {
    flex: 1;
}


.image-content {
    flex: 1;
}

.texto-regiones{
	font-family: 'Open Sans Regular';
	font-weight: normal;
	font-size: 16px;
}

.image-content img {
    width: 100% !important;
    height: 330px !important;
    display: block !important;
	border-radius: 20px !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

#content > div > div > div > div > div > section:nth-child(12) {
	background: #f4f4f4;
}

#content > div > div > div > div > div > section:nth-child(3) {
	background: #f4f4f4;
	padding: 0px;
	margin-bottom: 40px;
}

    #content > div > div > div > div > div > section:nth-child(1) > div > div > div > div .product-attributes-wrapper {
        margin-top: -20px !important;
        grid-column: 1 / 2 !important;
        grid-row: 1 / 2;
        text-align: left;
        width: 735px;
    }

/* Estilos para moviles */
@media (max-width: 768px) {
    .seccion-regiones {
        flex-direction: column;
        text-align: center;
    }
	
	.seccion2-regiones {
        flex-direction: column !important;
        text-align: center;
    }
	
	.image-content{
    margin-top: -10px;
}
	.texto1-regiones h3{
		margin-top: 25px !important;
		margin-bottom: 25px !important;
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	
	.texto-regiones{
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	
	.texto-regiones p{
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

}