/* Proxima Nova - Regular */
@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
		url('../fonts/ProximaNova-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

/* Proxima Nova - Bold */
@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
		url('../fonts/ProximaNova-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

/* Proxima Nova - Bold Italic */
@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-BoldIt.woff2') format('woff2'),
		url('../fonts/ProximaNova-BoldIt.woff') format('woff');
	font-weight: 700;
	font-style: italic;
}

/* Proxima Nova - Black */
@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Black.woff2') format('woff2'),
		url('../fonts/ProximaNova-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}

/* Proxima Nova - Black Italic */
@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-BlackIt.woff2') format('woff2'),
		url('../fonts/ProximaNova-BlackIt.woff') format('woff');
	font-weight: 900;
	font-style: italic;
}

/* Proxima Nova - ExtraBold */
@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-ExtraBold.woff2') format('woff2'),
		url('../fonts/ProximaNova-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}

/* Proxima Nova - Light */
@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Light.woff2') format('woff2'),
		url('../fonts/ProximaNova-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

body {
	/*background-color:#f8f9fb;*/
	background-color: white;
	overflow: hidden;
	margin: 0px;
}

p {
	font-family: 'Proxima Nova', sans-serif;
	font-weight: 400;
}

#wrapper {
	width: 1600px;
	height: 900px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
}

#bannerpublicidad {
	width: 1600px;
	height: 63px;
	margin: 0 auto;
	position: relative;
	float: left;
	background-color: white;
}

#cuerpo {
	width: 1600px;
	height: 900px;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;  /* centra la imagen */
	background-size: auto 100%;          /* mantiene alto al 100%, ancho fijo */
	background-color: #fff;              /* relleno blanco en los laterales */
}

#ctrlbtn {
	width: 1600px;
	height: 90px;
	float: left;
	/* background-color: #ffffff; */
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border: 0px none #000000;

	position: absolute;
	bottom: -15px;
	z-index: 10;
}

#ctrlbtn.btn_screensaver {
	background-color: transparent;
	position: absolute;
	top: 818px;
	z-index: 1000;
}

#boton_volver {
	float: right;
	width: 245px;
	height: 97px;
	background-repeat: no-repeat;
	margin-right: 60px;
}

#boton_volver #txt_volver {
	float: left;
	font-family: 'Proxima Nova';
	font-size: 35px;
	color: black;
	margin-top: 9px;
	width: 22%;
	text-align: center;
}

#espacio_boton {
	float: left;
	width: 478px;
	margin-top: 4px;
}

#boton_mas {
	float: left;
	width: 160px;
	height: 97px;
	background-image: url("../images/botonadelante.png");
	background-repeat: no-repeat;
	margin-left: 65px;
}

#boton_mas #txt_mas {
	float: left;
	font-family: 'Proxima Nova';
	font-size: 50px;
	color: black;
	margin-top: 0px;
	margin-left: 58px;
}

#boton_qrcode {
	float: left;
	width: 270px;
	height: 97px;
	/* background-image: url("../images/botonqr.png"); */
	background-repeat: no-repeat;
	margin-left: 84px;
}

#boton_qrcode #txt_qrcode {
	float: left;
	font-family: 'Proxima Nova';
	font-size: 35px;
	color: black;
	margin-top: 9px;
	width: 22%;
	text-align: center;
}

#boton_inicio {
	margin: 0 auto;
	width: 100px;
	height: 97px;
	background-repeat: no-repeat;
}

#boton_inicio #txt_home {
	float: left;
	font-family: 'Proxima Nova';
	font-size: 35px;
	color: black;
	margin-top: 9px;
	width: 22%;
	text-align: center;
}

#boton_menos {
	float: right;
	width: 160px;
	height: 97px;
	background-image: url("../images/botonatras.png");
	background-repeat: no-repeat;
	margin-right: 60px;
}

#boton_menos #txt_menos {
	float: left;
	font-family: 'Proxima Nova';
	font-size: 32px;
	color: black;
	margin-top: 20px;
	text-align: center;
	width: 100%;
}

.btnderecha {
	float: right;
	width: 395px;
	height: 68px;
	text-align: right;
	display: flex;
	align-items: center;
}

.btn_circ {
	right: 0px;
	justify-content: center;
	width: 68px;
	height: 68px;
	background-color: #961735;
	border-radius: 50%;
	flex-shrink: 0;
	animation: respirar 3s ease-in-out infinite;
	z-index: 0;

	text-align: center;
}

@keyframes slide-horizontal {
	0%   { transform: translateX(0); }
	50%  { transform: translateX(8px); }
	100% { transform: translateX(0); }
  }

.btn_circ i {
	color: white;
	font-size: 20pt;
	line-height: 68px;
	align-items: center;
	text-align: center;

	/* animation: slide-horizontal 1s ease-in-out infinite; */
}

.lang {
	/* width: 68px;
	height: 68px; */
	background-size: cover;
}

.lang.es {
    background-image: url('../images/idiomas/0.png');
}

.lang.en {
    background-image: url('../images/idiomas/1.png');
}

.lang.de {
    background-image: url('../images/idiomas/2.png');
}

.lang.it {
    background-image: url('../images/idiomas/3.png');
}

.lang.pt {
    background-image: url('../images/idiomas/4.png');
}

.lang.fr {
    background-image: url('../images/idiomas/5.png');
}

.btnderecha .txt_derecha {
	width: 320px;
	float: right;
	margin-right: 22px;
	font-family: 'Proxima Nova';
	font-size: 23px;
	font-weight: 600;
	color: black;
}

#btnder {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 8px;
	margin-left: 210px;
	width: 70px;
	height: 70px;
	background-color: #961735;
	border-radius: 50%;
	animation: respirar 3s ease-in-out infinite;
}

#btnder i {
	color: white;
	font-size: 25pt;
}

#btnder.btn_screensaver {
	background-color: rgb(43, 43, 43);
	animation: none;
}

#btncen {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 8px;
	margin-left: 90px;
	width: 70px;
	height: 70px;
	background-color: #961735;
	border-radius: 50%;
	animation: respirar 3s ease-in-out infinite;
}

#btncen.btn_screensaver {
	animation: pulseGlow 2s infinite;
}

#btncen i {
	color: white;
	font-size: 22pt;
}

#btnizq {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 8px;
	margin-left: 100px;
	width: 70px;
	height: 70px;
	background-color: #961735;
	border-radius: 50%;
	animation: respirar 3s ease-in-out infinite;
}

#btnizq i {
	color: white;
	font-size: 25pt;
}

#btnizq.btn_screensaver {
	background-color: rgb(43, 43, 43);
	animation: none;
}

.btnizquierda {
	float: left;
	width: 395px;
	height: 68px;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
}

.btnizquierda .btn_circ {
	justify-content: center;
	width: 68px;
	height: 68px;
	background-color: #961735;
	border-radius: 50%;
	flex-shrink: 0;
	animation: respirar 3s ease-in-out infinite;
}

.btnizquierda .txt_izquierda {
	float: left;
	margin-left: 15px;
	font-family: 'Proxima Nova';
	font-size: 23px;
	font-weight: 600;
	color: black;
}

.banderasizq {
	float: left;
	width: 200px;
	height: 84px;
	background-repeat: no-repeat;

}

.banderasder {
	float: right;
	width: 200px;
	height: 84px;
	text-align: right;
	background-repeat: no-repeat;

}

#tpl_contenido {
	float: left;
	width: 860px;
	height: 1330px;
}

#template_btn_izq,
#template_btn_der {
	position: absolute;
	top: 70px;
	bottom: 98px;
	width: 74px;
	z-index: 0;

	background-color: rgb(43, 43, 43);
}

#template_btn_izq {
	left: 0;

	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

#template_btn_der {
	right: 0;

	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

#pnl_izq {
	float: left;
	width: 367px;
	height: 1330px;
	margin-top: 40px;
	margin-left: 2px;
	z-index: 10;
}

#pnl_der {
	float: right;
	width: 300px;
	height: 1330px;
	margin-top: 37px;
}

.space_btn {
	float: left;
	width: 295px;
	height: 53px;
}

#cnt_escaparate {
	margin-top: 10px;
}

#cnt_escaparate #tit_esc {
	font-family: 'Proxima Nova';
	font-size: 25px;
	text-align: center;
	color: #000000;
	display: none;
}

#cnt_escaparate #img_esc_cen {
	width: 70%;
	height: 463px;
	margin: 0 auto;
}

#cnt_escaparate #desc_esc {
	margin-top: 5px;
	font-family: 'Proxima Nova';
	font-size: 18px;
	text-align: justify;
	color: white;
	width: 100%;
	height: 120px;
}

/*FICHA*/

#ficha {
	float: left;
	margin: 0 auto;
	width: 1600px;
	height: 817px;
	background-image: url("../images/fondo_ficha.png");
	background-repeat: no-repeat;
}

#ficha #fondo_ficha {
	margin: 0 auto;
	height: 894px;
	background-image: url("../images/ficha/ficha.png");
	margin-top: -67px;
	background-repeat: no-repeat;
}

#language {
	margin: 0 auto;
	width: 1600px;
	height: 860px;
	background-image: url("../images/fondo_idiomas.png");
	margin-top: 0px;
	margin-bottom: 90px;
	background-repeat: no-repeat;
	color: white;
	text-align: center;
}


#sup_ficha {
	float: left;
	background-image: url("../images/ficha/fondo_titulo.png");
	background-repeat: no-repeat;
	width: 100%;
	min-height: 65px;
	margin-left: 0px;
	margin-top: 73px;
}

#sup_ficha #txt_titulo {
	float: left;
	font-family: 'Proxima Nova';
	font-size: 30px;
	color: #a32e49;
	margin-top: 15px;
	width: 100%;
}

#inf_ficha {
	float: left;
	width: 1526px;
	margin-left: 74px;
	height: 890px;
}

#ficha_description {
	height: 890px;
	overflow-y: clip;
}

#inf_ficha #inf_ficha_izq {
	float: left;
	width: 705px;
}

#inf_ficha #inf_ficha_izq p {
	text-align: justify;
	font-family: 'Proxima Nova' !important;
	font-size: 13pt !important;
}

#inf_ficha #inf_ficha_izq #inf_ficha_izq_inf {
	float: left;
	font-family: 'Proxima Nova';
	text-align: justify;
	font-size: 27px;
	color: black;
	margin-left: 30px;
	margin-right: 20px;
}

#inf_ficha #inf_ficha_der {
	float: left;
	width: 808px;
	height: 893px;
	margin-left: 13px;
	z-index: 10;
}

#inf_ficha #inf_ficha_der #inf_ficha_der_title {
	float: left;
	font-family: 'Proxima Nova';
	font-size: 24px;
	color: black;
	width: 100%;
	height: 0px;
}

#inf_ficha #inf_ficha_der #inf_ficha_der_cuerpo {
	float: left;
	font-family: 'Proxima Nova';
	font-size: 16px;
	text-align: justify;
	color: black;
	width: 100%;
	height: 364px;
}

#mapa_ficha {
	float: left;
	width: 1556px;
	height: 840px;
	margin-left: -40px;
	margin-top: -15px;

}

#qrcode_ficha {
	float: left;
	width: 1600px;
	height: 844px;
	margin-left: 0px;
	margin-top: 50px;
}

#qrcode_ficha video {
	object-fit: cover;
}

#img-ficha {
	width: 100%;
	height: 967px;
}

#img-ficha img {
	object-fit: cover;
}

/*SALVAPANTALLAS*/
#galeria_img {
	width: 1600px;
	height: 900px;
	position: relative;
}

#screensaver_slideshow {
	float: left;
	background-image: url('images/vacio_salvapantallas.jpg'); 
	position:static;
}

#screensaver_content {
    position: fixed;
    top: -13;
    left: -93;
    width: 0%;
	height: 1700px;
    background-color: rgba(0, 0, 0, 0.8); /* semitransparente */
    z-index: 900; /* asegura que quede encima de otros elementos */

	display: flex;
    align-items: center;
    justify-content: space-between; /* separa la imagen y el h1 */
}

#screensaver_content img {
	height: 60px;
	margin-left: 20px;
}

#screensaver_content h1 {
    color: white;
	font-family: 'Proxima Nova';
	font-size: 40px;
	font-weight: 200;
	margin: 0;
	text-align: right;
	margin-right: 100px;
}

#slideshow_0 {
	position: static;
	width: 733px;
	height: 893px;
}

.slide {
	opacity: 0;
	transition: opacity 1s ease;
	position: absolute;
	top: 0;
	left: 0;
}

.slide.active {
	opacity: 1;
	position: relative;
}


@keyframes respirar {

	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0.8;
	}
}


@keyframes pulseGlow {

	0%,
	30%,
	60%,
	100% {
		opacity: 1;
	}

	15%,
	45% {
		opacity: 0.75;
	}
}
