/*
Theme Name: EURE
Theme URI: 
Version: 
Description: 
Author: 
Author 
Template: Divi
*/

/* form */

.et-pb-contact-message {
    position: relative;
    color: #34b39c;
}

/* QUITAR SELECCIONAR PÁGINA*/

.mobile_nav .select_page {
display: none!important;
}
.mobile_nav {
background-color: transparent !important;
}

.mobile_nav {
background-color: transparent!important;
padding: 20px 10px!important;
}



/* CENTRAR MENÚ EN MÓVIL*/

span.mobile_menu_bar.mobile_menu_bar_toggle {
    width: 100%;
    text-align: center;
} 

/* LOGO MENÚ EN MÓVIL a la izquierda (quitar CENTRAR MENÚ EN MÓVIL (ARRIBA))*/

@media (max-width: 980px){
	.et_header_style_split header#main-header .logo_container{
		float: left;
	}
	
}


/* MENÚ SECUNDARIO TELÉFONO 2 */

.telef_2{
    margin-left: 5px;
}

/* BOTÓN EN MENÚ SECUNDARIO */

span#et-info-phone {
    font-size: 18px;
    line-height: 2em;
}
	

/* a#pulsa-llamar {
    display: block !important;
    margin: 15px auto;
} */

/* #pulsa-llamar a {
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 5px;
    background: #e09900;
    margin: 15px 15px;
    color: #000;
    max-width: 50%;
    width: 100%;
    text-align: center;
    font-weight: bold;
} */

/* #pulsa-llamar a:hover {
    background: #fff;
    border: 1px solid #e09900;
    color: #000;
} */

/* @media (max-width: 1024px){

.btn_top{
	float: none;
	max-width: 60%;
	width: 100%;
}	
	
a.dona {
    display: block !important;
    margin: 15px auto;
}
	span#et-info-phone {
    font-size: 18px;
    line-height: 2em;
}
	
}
 */


/* MENÚ SECUNDARIO FIJO EN MÓVIL */

/*div#top-header {
    position: fixed !important;
    font-size: 16px;
}
*/


/* PERSONALIZAR EL COLOR DEL BOTÓN DESPLEGABLE DEL MENÚ SUPERIOR */
span.mobile_menu_bar.mobile_menu_bar_toggle::before {
   color: #29341E;
}

.et_mobile_menu {
    border-top: 3px solid #29341E;
}

/* END  PERSONALIZAR EL COLOR DEL BOTÓN DESPLEGABLE DEL MENÚ SUPERIOR */

	/* PONER A LA IZQUIERDA EL MENÚ EN MOVIL*/
/*@media (max-width: 980px){
.et_header_style_split header#main-header .logo_container {
    float: left;
	}
	
.et_header_style_split #main-header .mobile_nav {
    float: right;
	}	
}
	*/


#portfolio .et_overlay::before{
    display: none !important;
}

#footer-bottom {
    border-top: 1px solid #dbdbdb;
}



/* galeria imágenes */

/** Desktop **/
/* @media (min-width: 981px){
.et_pb_gallery .et_pb_gallery_item {
width: 16.66% !important; /*six columns*/
/* clear: none !important;
}
} */
 
/** Tablet **/
/* @media (max-width: 980px){
.et_pb_gallery .et_pb_gallery_item {
width: 25% !important; /*four columns*/
/* clear: none !important;
}
} */
 
/** Small Tablet and Large Phone **/
@media (max-width: 767px){
.et_pb_gallery .et_pb_gallery_item {
width: 33.33% !important; /*three columns*/
clear: none !important;
}
}
 
/** Phone **/
@media (max-width: 479px){
.et_pb_gallery .et_pb_gallery_item {
width: 50% !important; /*two columns*/
clear: none !important;
	    margin: 0 !important;
/*     padding: 2.5%; */
}
		
.et_pb_gallery .first_in_row {
    padding: 0 5px 10px 0;
	}
	
.et_pb_gallery .last_in_row{
    padding: 0 0 10px 5px;		
	}
}	

/* quitar nombres en fotos de galería */

.mfp-title {
    display: none !important;
}

/**/


/* @media screen and (max-width:479px){
.myclass1 .et_pb_portfolio_item {
    width: 48% !important;
}
} */

@media screen and (max-width:479px){
.myclass1 .et_pb_portfolio_item {
    width: 50% !important;
    height: 130px !important;
}
	.et_pb_fullwidth_portfolio .et_pb_portfolio_image img {
    max-width: inherit;
    height: inherit;
    min-height: auto;
    min-width: 100%;
    height: auto;
    width: 100%;
}
		
}

@media screen and (max-width:980px){
.myclass1 .et_pb_module_header {
    margin-top: 30px !important;
}

	
	
}


/*  CAMBIAR ORDEN COLUMNAS */

@media all and (max-width: 980px) {
/*** wrap row in a flex box ***/
.custom_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
flex-wrap: wrap;
}
 

.first-on-mobile {
-webkit-order: 1;
order: 1;
}
 
.second-on-mobile {
-webkit-order: 2;
order: 2;
}
 
.third-on-mobile {
-webkit-order: 3;
order: 3;
}
 
.fourth-on-mobile {
-webkit-order: 4;
order: 4;
}

.custom_row:last-child .et_pb_column:last-child {
margin-bottom: 30px;
}
 
}


/* END TAMAÑO COMPLETO IMÁGENES PORTFOLIO */

/* @media only screen and (max-width: 479px) {
    .et_pb_fullwidth_portfolio .et_pb_portfolio_item {
width: 50% !important; 
clear: none !important;
	    margin: 0 !important;
    }
.et_pb_portfolio_item .first_in_row {
    padding: 0 5px 10px 0;
	}
	
.et_pb_portfolio_item .last_in_row{
    padding: 0 0 10px 5px;		
	}
} */



	

.container {
    max-width: 1086px !important;
}

