/* Assets */

/******************************************************/
/* Texto corrido */
.texto-corrido p{margin-bottom: 1em;}
.texto-corrido ul{margin-bottom: 1em; padding: 0 0 0 30px; list-style-position: outside; list-style-type: none;}
.texto-corrido ul li { text-indent: -8px; }
.texto-corrido ul li:before { content: "· "; }
.texto-corrido ul.lista-limpia{ padding: 0; font-size: 15px; font-family: Gotham, sans-serif;}
.texto-corrido ul.lista-limpia li{ margin-bottom: 1.5em; text-indent: 0; }
.texto-corrido ul.lista-limpia li:before{ content: none; }
.texto-corrido ul.lista-limpia.compacta li{ margin-bottom: 0; }
.texto-corrido img { max-width: 100%; }
/* .texto-corrido h2 { font-weight: bold; margin: 0 0 1em; }
.texto-corrido h3 { font-family: 'Gotham', sans-serif; color: #716d69; font-size: 1.3em; margin: 3em 0 1em; } */
.texto-corrido h2 { font-family: 'Gotham', sans-serif; color: #716d69; font-size: 1.3em; margin: 3em 0 1em; }
.texto-corrido h3 { font-weight: bold; margin: 2em 0 1em; }
.texto-corrido h4 { font-weight: bold; }
.texto-corrido .imagen { max-width: 100%; margin: 0 0 2em; font-family: 'GothamBook', sans-serif; font-size: 14px; }
.texto-corrido .imagen img{ display: block; }
.texto-corrido .logos { max-width: 100%; margin: 3em 0 0; display: block;}
.texto-corrido .logos img,
.texto-corrido .logos svg{ display: inline-block; /* max-width: 25%; */ height: 50px; margin-right: 30px; margin-bottom: 1em;}
.texto-corrido picture { display: block; max-width: 100%; margin: 0 0 2em; }
.texto-corrido table{ /* width: 100%; */ margin:2em 0 1em; font-family: GothamBook, sans-serif;}
.texto-corrido table th{ padding-right: 3em;  text-align: left; font-family: Gotham, sans-serif;}
.texto-corrido table td{ padding-right: 3em; font-size: 15px;}
.texto-corrido .asset-aviso-idioma{ font-family: Gotham,sans-serif; }

.texto-corrido > *:first-child,
.texto-corrido #content > *:first-child { margin-top: 0 !important; }

.texto-corrido input { border: 1px solid #c6c5c3; color:#4a4a4a  ;  font-family: GothamBook, sans-serif; font-size: 15px; padding:13px 10px 11px; margin-bottom: 25px; width: 100%;  }
.texto-corrido select { border: 1px solid #c6c5c3; color:#4a4a4a  ; font-family: GothamBook, sans-serif; font-size: 15px; padding:10px; margin-bottom: 25px; width: 100%; background-color: #fff; appearance: none; border-radius: 0; }
.texto-corrido input::placeholder { color:#9b9b9b  ; }
.texto-corrido input[type=date] {  padding:9px 10px 7px; }
.texto-corrido input[type=submit]{ 
	font-family: Gotham, sans-serif; font-weight: bold; text-align: center; text-transform: uppercase; font-size: 13px; text-decoration: none; letter-spacing: .06em;
	cursor: pointer;
	background-color: #716d69;  border: 1.5px solid #fff;  color: #fff;
	border: 1.5px solid #716d69; border-radius: 5px; 
	display: inline-block;  
	width: auto;
	padding-left: 20px; padding-right: 20px;
	margin: 0 auto 25px; 
	display: block;
}
.texto-corrido input[type=submit]:hover{ background-color: #fff; color: #716d69; border: 1.5px solid #716d69;  }


.accesible .texto-corrido h3 {  color: #000;  }
.accesible .texto-corrido input { color: #000; background-color: #fff;  }
.accesible .texto-corrido select { color: #000; }
.accesible .texto-corrido input::placeholder { color: #000; }
.accesible .texto-corrido input[type=submit]:hover{ color: #000; background-color: #fff; }

/******************************************************/

/******************************************************/
/* boton-tarjeta */
.asset-boton-tarjetas { 
	display: grid; justify-content:space-between; width:100%; margin-top: 10px; 
	grid-template-columns: 1fr 1fr 1fr;
	/* grid-template-rows: auto; */
	grid-column-gap: 15px;
	grid-row-gap: 15px;
}
.asset-boton-tarjetas .boton-tarjeta { 
	border: 1px solid #f0f0f0; /* margin: 0 0 28px; */ min-height: 130px; 
	padding: 20px; font-family: Gotham, sans-serif; color: #7b7b7b; font-weight: bold;
}
.asset-boton-tarjetas .boton-tarjeta:hover{ opacity: .5; }
/* .asset-boton-tarjetas .boton-tarjeta-33 { width: calc(33% - 15px); } */
.asset-boton-tarjetas a{ text-decoration: none; }
@media all and (max-width: 700px) {
	.asset-boton-tarjetas { grid-template-columns: 1fr 1fr; }
} 
@media all and (max-width: 600px) {
	.asset-boton-tarjetas { grid-template-columns: 1fr ; }
} 

.accesible .asset-boton-tarjetas .boton-tarjeta{ color: #000;  }

/******************************************************/

/******************************************************/
/* Tarjetas noticias */

/******************************************************/



/******************************************************/
/* columnas */
.asset-columnas{ display: flex; flex-direction:row; justify-content:space-between; flex-wrap:wrap; align-items: flex-start; width:100%; }
.asset-columnas .columna{  width:calc(50% - 20px);}
.asset-columnas .columna-33{  width:calc(33% - 20px);}
.asset-columnas .columna-25{  width:calc(25% - 20px);}
.asset-columnas .columna-75{  width:calc(75% - 20px);}
@media all and (max-width: 900px) {
	.asset-columnas .columna-33{  width:calc(50% - 20px);}
	.asset-columnas .columna-25{  width:calc(50% - 20px);}
	.asset-columnas .columna-75{  width:calc(50% - 20px);}
} 
@media all and (max-width: 600px) {
	.asset-columnas{flex-direction:column;}
	.asset-columnas .columna-33{  width:calc(100% - 20px);}
	.asset-columnas .columna-25{  width:calc(100% - 20px);}
	.asset-columnas .columna-75{  width:calc(100% - 20px);}
} 
/******************************************************/


/******************************************************/
/* Contacto */
.asset-contacto{ margin: 50px 0; display: flex;  font-family: GothamBook, sans-serif; font-size: 14px; line-height: 1.3em; /* word-wrap: wrap; */ word-break: break-word;}
.asset-contacto img{ margin: 0 30px 0 0; border-radius: 50%; width: 165px; height: 165px; /* max-width: 165px; max-height: 165px;  */object-fit: cover; object-position: center; flex-shrink: 0;}
.asset-contacto .nombre{ font-family: Gotham, sans-serif; margin-top: 15px; display: block;}
.asset-contacto .asset-contacto-nota{ font-family: ChronicleTextG1, serif; font-size: 18px; line-height: 26px; }
.asset-contacto a{ text-decoration: none; }

@media all and (max-width: 500px) {
	.asset-contacto{ flex-wrap:wrap; }
}

.asset-contacto-grupo{ display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 50px; }
.asset-contacto-grupo .asset-contacto{ margin:0 0 50px; width: calc(50% - 15px); flex-direction: column ; }


@media all and (max-width: 500px) {
	.asset-contacto-grupo .asset-contacto{ width: 100%; }
}
/******************************************************/

/******************************************************/
/* Botones */
.asset-boton{ 
	font-family: Gotham, sans-serif; font-weight: bold; text-align: center; text-transform: uppercase; font-size: 13px; text-decoration: none; cursor: pointer;
	border: 1.5px solid #716d69;  border-radius: 5px; color: #716d69;
	display: inline-block; padding: 7px 20px 4px; margin: 1em 0;  letter-spacing: .06em;
}
.asset-boton:hover,
.asset-boton:focus{ background-color: #716d69; color: #fff; }

.asset-boton.invertido{ background-color: #716d69;  border: 1.5px solid #fff;  color: #fff; }
.asset-boton.invertido:hover{ background-color: #fff; color: #716d69; border: 1.5px solid #716d69; }

/* .asset-boton.amigos{ background-color: #ffa0a4; color: #fff; border-color: #ffa0a4; }
.asset-boton.amigos:hover{ background-color:#fff ; color: #ffa0a4; border-color: #ffa0a4; } */

/* .asset-boton.amigos{ background-color: #000; color: #27ac6d !important; border-color: #000; }
.asset-boton.amigos:hover{ background-color:#27ac6d ; color: #000 !important; border-color: #27ac6d; } */

/* .asset-boton.amigos{ background-color: #CEDA01; color: #DF2F8B !important; border-color: #CEDA01; }
.asset-boton.amigos:hover{ background-color:#DF2F8B ; color: #CEDA01 !important; border-color: #DF2F8B; } */

.asset-boton.amigos{ background-color: #FD5340; color: #ADEFE1 !important; border-color: #FD5340; }
.asset-boton.amigos:hover{ background-color:#ADEFE1 ; color: #FD5340 !important; border-color: #ADEFE1; }


.asset-boton.gris{ background-color:#F0F0F0 ; color: #716d69 !important; border-color: #716d69; }
.asset-boton.gris:hover{ background-color: #716d69; color: #F0F0F0 !important; border-color: #716d69; }



/******************************************************/



/******************************************************/
/* Reports */
/* .reports{ font-family: Gotham, sans-serif; }
.reports .accordion-toggle{ padding-bottom: 1em; } */
/******************************************************/

/******************************************************/
/* Menu-interior */
#principal .menu-interior ul{ padding: 0; line-height: 1.4em;} 
#principal .menu-interior ul li:before { content: ""; }
#principal .menu-interior ul li{ margin-bottom: 1.3em;}
#principal .menu-interior ul li a{ text-decoration: none; color: #7b7b7b; }
#principal .menu-interior ul li a:hover{ opacity: .4; }
#principal .menu-interior ul li a.seleccionado{ opacity: .4; }
.menu-interior .status-open img,
.menu-interior .status-close img { height: .7em; width: 10px; margin-left: 5px; }
.menu-interior .status-open img svg,
.menu-interior .status-close img svg{ height: 1em; width: 10px; }
.menu-interior ul ul{ margin: 15px 0 0 20px; } 
/* Niveles inferiores */
#principal .menu-interior ul li ul li { margin-bottom:.5em;}
#principal .menu-interior ul li ul li a{ font-family: GothamBook, sans-serif; font-size:.9em;}

.accesible #principal .menu-interior ul li a{ color: #000; }
/******************************************************/

/******************************************************/
/* Varios */


.video_embebido{position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; margin-bottom: 1em; }
.video_embebido iframe{position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.intro-resaltado{ font-family: 'Gotham', sans-serif; margin:50px 0 50px 50px;  }
.articulos-de-referencia{ font-family: 'Gotham', sans-serif; margin:50px 0; }

.nota_interna{ color: red; background-color: yellow; }

.asset-titulo-imagen{ font-family: Gotham,sans-serif; font-size: 15px; text-transform: uppercase; border-top: 0.8px solid #4a4a4a; padding-top: 1em;}
.asset-titulo-imagen-nota{ font-size: .5em; font-family: Gotham,sans-serif; }

.asset-esconder{ display: none !important; }
/******************************************************/

/******************************************************/
/* Grupos */
.group_personal{ 
	font-family: GothamBook, sans-serif; font-size: 14px; line-height: 1.3em;
	display: flex; justify-content: space-between; flex-wrap:wrap;
}
.group_personal a {font-family: Gotham, sans-serif; text-decoration:  none; }
.group_personal .group { /* flex-grow: 1; flex-shrink: 0; */ padding-right: 1em;}
.group_personal .group p{ margin-bottom: 0;}
.group_personal .group ul{ padding-left: 0; }
.group_personal .group ul li{ text-indent: 0; margin-top: 2px; }
/******************************************************/

/******************************************************/
/* Accordion */

.asset-accordion { font-family: Gotham, sans-serif; font-size: 15px; margin-bottom:2em;}
.asset-accordion .accordion-toggle,
.asset-accordion .accordion-content{ padding: 10px; }
.asset-accordion .accordion-toggle{ padding-bottom: 2em; margin:0; border-top: 1px solid #c6c5c3; cursor: pointer; font-size: 15px; text-transform: uppercase; font-weight: normal; }
.asset-accordion .accordion-toggle .status-open img,
.asset-accordion .accordion-toggle .status-close img{ width: 10px; margin-bottom: 5px; float: right; cursor: pointer; }
/******************************************************/


/******************************************************/
/* Citas */
.asset-cita{ width: 70%; margin-bottom: 2em; }
.asset-cita p{ margin-bottom: .5em; }
.asset-cita .asset-cita-firma{ margin-bottom: 1em; }
@media all and (max-width: 600px) {
	.asset-cita{ width: 100%; }
}
/******************************************************/