/******************************************************/
/* Botones */
.asset-botones{ /* display: flex; justify-content: space-between; flex-wrap: wrap; */}
.asset-botones .asset-boton{ /* flex-grow: .3; flex-shrink:0; */ text-align: center; font-size: 21px; margin-bottom: 5px; margin-right: 1em;}

.asset-boton{
	font-size: 23px; font-weight: bold;
	border: 3px solid #e00025; 
	padding: .4em 1em .5em;
	white-space: nowrap;
	display: inline-block;
}
.asset-boton:hover{ color: #fff;  background-color: #e00025; }

.asset-boton.solido{ background-color: #e00025; color: #fff; }
.asset-boton.solido:hover{ color: #e00025; background-color: #fff; }

.asset-boton.blanco{ border-color: #fff; color: #fff; }
.asset-boton.blanco:hover{ color: #e00025; background-color: #fff; }

.asset-boton.negro{ border-color: #000; background-color: #000; color: #e00025;}
.asset-boton.negro:hover{ color: #fff; }

.asset-boton.blanco-negro{ border-color: #fff; background-color: #fff; color: #e00025;}
.asset-boton.blanco-negro:hover{ border-color: #000; background-color: #000; color: #e00025; }

.asset-boton.small{ font-size: 14px; padding: .1em 1em; border-width: 2px; line-height: 1.2em; padding: .5em; }
/******************************************************/

/******************************************************/
/* Zonas de colores */

.zona-color{
	color: #e00025;
}

.asset-zona-gris{
	padding: 1em 0;
	background-color: #f4f4f4;
}


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

/******************************************************/
/* Covid */
.asset-covid img,
.asset-covid picture{  margin-bottom: 3em; }
/******************************************************/

/******************************************************/
/* Asset-aviso */
.asset-aviso { background-color: #e00025;  color:#fff; margin-bottom: 30px; padding: 30px;  }
.asset-aviso a { color:#fff; text-decoration: underline;  }
.asset-aviso h2,
.asset-aviso p { margin-bottom: .5em;  }
/* .asset-aviso .mensaje { background-color: #bf174b; margin:0 2em !important; color:#fff;  } */
/******************************************************/

/******************************************************/
/* Asset-colabora */
.assets-colabora{ display: block; margin-bottom: 3em !important; }
.assets-colabora p{ text-align: center; }
.assets-colabora p img{ max-width: 300px; vertical-align: middle; }
/******************************************************/

/******************************************************/
/* cookie-notice */
/* #cookie-notice{ min-height: 100%; background-color: rgba(255, 255, 255, .8) !important; }
#cookie-notice .cookie-notice-container{ margin: 30vh 10vw; background-color: #fff; width: calc(100% - 20vw); font-size: 2em; line-height: 1.3em; padding:30px 30px 40px;}
#cookie-notice .cookie-notice-container #cn-notice-text{ display: block; margin-bottom: 1.3em; }
#cookie-notice .cookie-notice-container .button{ background-color: #e00025; color: #fff; padding: .2em 2em; margin:10px; white-space: nowrap; display: inline-block;} */
/******************************************************/

/******************************************************/
/* Popup Maker */
.popmake-content p{margin-bottom: 1em;}
.popmake-content p.titulo{font-size: 34px; color: #e00025; letter-spacing: .05em; line-height: 1.1em; margin-bottom: 1em;}
/******************************************************/

/******************************************************/
/* Asset-next */
.assets-next{ display: block; margin-bottom: 3em !important; }
.assets-next p{ display: flex; justify-content: space-evenly; }
.assets-next p img{ max-width: 130px; vertical-align: middle; }
@media all and (max-width: 700px) {
	.assets-next p{ flex-direction: column; align-items: center; }
	.assets-next p img{ margin-bottom: 1em; }
}
/******************************************************/