/*
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;
}


/* MENÚ MÓVIL --------------------------------------------------------------------------------------  */

/* quitar paddin arriba y abajo en menú móvil */
.mobile_nav{
	padding: 0 !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;
	}	
}
	*/


/* END MENÚ MÓVIL --------------------------------------------------------------------------------------  */

#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;
}
 
}


/* Menú fijo Divi también en móvil */
@media (max-width: 980px) {
.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: fixed !important; } }

/* Scroll en menú móvil desplegable */
.et_mobile_menu {
    overflow: scroll !important;
    max-height: 83vh;
}


/* 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;
}

 */


/* FORMULARIO  GRAVITY*/

/* ocultar etiqueta Nombre porque sino se descuadra */
.NOMBRE label {
    display: none !important;
}

/*  Aplica solo al formulario específico (ajusta el ID si es necesario) */
body .gform_wrapper { /* Asumiendo que tu formulario tiene ID 2 */
  max-width: 100%;
  margin: 0 auto 2rem auto;
  background: #f9f9f9;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* Estilo del título y descripción del formulario */
.gform_wrapper .gform_heading .gform_title {
    font-size: 1.8rem;
    color: #005e8a;
    margin-bottom: 0.5rem;
    font-family: montserrat;
    font-weight: bold;
}
.gform_wrapper .gform_heading .gform_description {
  font-size: 1rem;
  color: #666;
  margin-bottom: 1.5rem;
}

/* Campos de entrada y textarea */
.gform_wrapper .gfield input[type="text"],
.gform_wrapper .gfield input[type="email"],
.gform_wrapper .gfield textarea,
.gform_wrapper .gfield input.large{
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1rem;
  box-sizing: border-box;
  margin-bottom: 1rem;
}

/* Placeholder más claro */
.gform_wrapper .gfield input::placeholder,
.gform_wrapper .gfield textarea::placeholder {
  color: #999;
}

/* Botón de envío */
.gform_wrapper .gform_footer input[type="submit"] {
  background-color: #bf0e30;
  color: #fff;
  padding: 0.85rem 2rem;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: montserrat;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.gform_wrapper .gform_footer input[type="submit"]:hover {
  background-color: #9e0b27;
}

/* Ajustes para dispositivos móviles */
@media only screen and (max-width: 768px) {
  body .gform_wrapper {
    padding: 1.5rem;
  }
  .gform_wrapper .gform_heading .gform_title {
    font-size: 1.5rem;
  }
}




/* Contenedor principal de las opciones */
#input_2_13 {
    display: flex; /* Habilita Flexbox para el contenedor */
    flex-wrap: wrap; /* Permite que los elementos se envuelvan a la siguiente línea si no caben */
    justify-content: space-between; /* Distribuye el espacio uniformemente entre los elementos */
}

/* Estilo para cada opción (checkbox + label) */
.gchoice {
    width: 48%; /* Cada opción ocupará casi la mitad del ancho del contenedor */
    margin-bottom: 10px; /* Añade un espacio entre las opciones */
}

/* Ajustes para dispositivos móviles (solo una columna) */
@media (max-width: 600px) {
    .gchoice {
        width: 100%; /* Las opciones ocuparán todo el ancho en pantallas pequeñas */
    }
}


/* mensaje confirmación */

.gform_confirmation_message {
    background: #d1ffaf;
    padding: 25px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 23px;
    line-height: 37px;
    color: #000;
}



/* END FORMULARIO GRAVITY */


/* REDES SOCIALES LINKEDIN ICONO */

.et-social-linkedin a:before { 
	content: '\e09d';
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 5px !important;
}

/* END REDES SOCIALES LINKEDIN ICONO */


/* DOS COLUMNAS MÓVIL  */

@media only screen and (max-width: 767px) {
    .dos-columnas-movil .et_pb_column {
        width: 48% !important; /* Ajusta este valor si necesitas más o menos espacio */
        margin-right: 4% !important; /* Espacio entre columnas */
    }
    .dos-columnas-movil .et_pb_column:nth-child(2n) {
        margin-right: 0 !important; /* Elimina el margen derecho de la segunda columna */
    }
}

/* END DOS COLUMNAS MÓVIL  */