/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1760451042
Updated: 2025-10-14 16:10:42

*/
#main-header > .container{
	padding-right: 82px !important;
    padding-left: 82px !important;
}
.mobile_menu_bar:before{
	color: #ed1757;
}
.et_mobile_menu{
	border-top: 3px solid #ed1757;
}
.section_full_width .et_pb_column{
	margin: 0px !important;
	width: 33.3%;
	padding: 0px 50px 50px 50px;
}
.img_arriba{
	margin-top: -127px;
}
/*Media Query*/
@media(max-width: 1585px){
	.img_arriba{
		margin-top: -110px;
	}
}
@media(max-width: 1366px){
	.img_arriba{
		margin-top: -90px;
	}
}
@media(max-width: 1100px){
	.img_arriba{
		margin-top: -80px;
	}
}
@media(max-width: 980px){
	#main-header > .container{
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.section_full_width .et_pb_column{
		margin: 0px !important;
		width: 100%;
		padding: 0px;
	}
	.img_arriba{
		margin-top: 0px;
	}
	.section_imagen_galeria{
	    width: 86%;
		margin: auto;
	}
}
/*Fin Media Query*/