@charset "utf-8";
.mixGris-Blanco {
	background: linear-gradient(to bottom, #e9e9e9, #ffffff);
	width: 100%;
	min-height: 100px;
	height: auto;
}

.SideText {
	writing-mode: vertical-lr;
	transform: rotate(180deg);
	font-size: 1.4em;
	font-weight: 600;
	line-height: 1.1;
	text-transform: uppercase;
	width: 50px;
	top: 60px;
	position: absolute;
	color: #ce6001;
}
.lineDown {
	border-bottom: 3px solid #ce6001;
	width: 150px;
	position: relative;
	margin-left: 60px;
}
#flag-ful {
	background-image: url('../images/pendon1.png');
	width: 121px;
	height: 160px;
	position: fixed;
	z-index: 1;
	top: 0px;
	left: 0px;
}
.btn-acercade {
	transform: translateX(-50%);
	left: 50%;
	position: relative;
	text-align: center;
}
.btn-circular {
	text-decoration: none;
	padding: 10px 15px;
	font-weight: 600;
	font-size: 15px;
	color: #ce6001;
	background-color: rgba(255, 255, 255, 0);
	border-radius: 50px;
	border: 4px solid #ce6001;
	transition: all 0.2s;
	text-transform: uppercase;
	margin: 20px;
}
.btn-circular:hover {
	color: #fff;
	background-color: #ce6001;
	transition: all 0.3s;
}
.btn-circular2 {
	text-decoration: none;
	padding: 10px 15px;
	font-weight: 600;
	font-size: 14px;
	color: #555;
	background-color: rgba(255, 255, 255, 0);
	border-radius: 50px;
	border: 2px solid #555;
	transition: all 0.2s;
	text-transform: uppercase;
	margin: 20px 0 50px;
}
.btn-circular2:hover {
	color: #fff;
	background-color: #555;
	transition: all 0.3s;
}
.btn-filtro {
	text-decoration: none;
	padding: 5px 15px;
	font-weight: 600;
	font-size: 14px;
	color: #555;
	background-color: rgba(255, 255, 255, 0);
	/* border-radius: 50px; */
	border: 1px solid #555;
	transition: all 0.2s;
	text-transform: uppercase;
	margin: 5px 0;
	box-shadow: 2px 2px #aeaeae;
}
.btn-filtro:hover {
	color: #fff !important;
	background-color: #004b89;
	transition: all 0.3s;
	border: 1px solid #004b89;
}
.btn-filtro.active {
	background-color: #004b89;
	color: #fff;
	border: 1px solid #004b89;
}
.showhide {
	display: none;
}
.contenidoParallax,
.contenidoIcon {
	display: grid;
	align-items: center;
	height: 100vh;
}

.contenidoParallax .pContent {
	width: 100%;
	position: absolute;
}
/*@media only screen and (min-width: 0px) and (max-width: 768px) {
	.contenidoParallax .pContent{
		padding: 0 0 0 100px;
	}
	.contenidoParallax p {
    	padding: 1.5em 2em 2em 3em;
	}
}*/
.contenidoParallax .pContent .pTitulo {
	font-size: 3.5em;
	font-weight: 700;
	/*margin: 0;*/
	line-height: 1.1;
	margin-bottom: 0;
	color: #1b1b1b;
	text-transform: uppercase;
	padding: 1em 1em 0.5em 0em;
	text-shadow: 2px 2px 5px #909090;
	margin-left: 60px;
}
.contenidoParallax .pContent .pTitulo small {
	font-size: 1.6em;
	color: white;
	text-align: left;
	padding-left: 4em;
}
.contenidoParallax .pContent .pTexto {
	width: 100%;
	padding: 3%;
}
.contenidoParallax .pContent .pTexto p {
	font-size: 1.6em;
	color: white;
	text-align: left;
	padding-left: 4em;
}
.tituloSeccion {
	width: 100%;
	padding: 20px 0px 0px;
	text-align: center;
	color: #fff !important;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
	/*text-shadow: 2px 2px 1px #000000b0;*/
}
.tituloSeccion-general {
	width: 100%;
	padding: 0px 20px 40px 20px;
	text-align: center;
	color: #5d5c5c !important;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
	/*text-shadow: 2px 2px 1px #000000b0;*/
}
.tituloGaleria {
	width: 100%;
	padding: 40px 20px 40px 20px;
	text-align: center;
	color: #292929 !important;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
}
.vermasbtn {
	width: 100%;
	text-align: center;
	color: #fff;
}
/*//////////////////////////////////////////*/
/* Carta traductores */
.main-cards {
	display: flex;
	justify-content: center;
	align-items: center;
	/*background: #8d3dae;*/
	margin: 0;
	padding: 0;
}
.main-cards .cards {
	position: relative;
	width: 1920px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 30px;
}
.main-cards .cards .card {
	position: relative;
	max-width: 270px;
	height: 200px;
	background: #fff;
	margin: 30px 10px;
	padding: 20px 15px;
	display: flex;
	flex-direction: column;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
	transition: 0.3s ease-in-out;
}
.main-cards .cards .card:hover {
	height: 440px;
}
.main-cards .cards .card .imgBx {
	position: relative;
	width: 200px;
	height: 200px;
	top: -60px;
	left: 20px;
	z-index: 1;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.main-cards .cards .card .imgBx img {
	max-width: 100%;
	border-radius: 4px;
}
.main-cards .cards .card .c-Card {
	position: relative;
	margin-top: -140px;
	padding: 10px 15px;
	text-align: center;
	color: #111;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s ease-in-out;
}
.main-cards .cards .card:hover .c-Card {
	visibility: visible;
	opacity: 1;
	margin-top: -70px;
	transition-delay: 0.3s;
}
.main-cards .cards .card .c-Card .cardNombre {
	/*width: 270px;*/
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	padding: 20px 0px;
	color: #3c3c3c;
}
.main-cards .cards .card .cardTitulo {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	padding: 0px 0px 10px 0px;
	color: #615f5f;
}
.main-cards .cards .card p {
	padding: 0px 0px 10px 0px;
	font-size: 14px;
	color: #5c5c5c;
}
.main-cards .cards .vermasbtn a:link,
.main-cards .cards .vermasbtn a:visited {
	color: #fff !important;
	text-decoration: none;
	transition: 0.5s;
}
.main-cards .cards .vermasbtn a:hover,
.main-cards .cards .vermasbtna:active {
	color: #bebebe !important;
	text-decoration: underline;
	transition: 0.5s;
}
/*Links blancos */
/*a.link-w:link, a.link-w:visited  {text-decoration:none; color:#FFF; }
a.link-w:hover, a.link-w:active {text-decoration:underline; color:#FFF; }*/

/* Información para contenido descargable */
.infoM {
	margin: 20px;
}
.infoM h4 {
	margin: 20px 0 20px;
}
.infoM p {
	padding: 0 0 10px 10px;
}
.infoM ul {
	list-style-type: square;
}

/*//////////////////////////////////////////*/
/* Colores para secciones */

/* Colores Textos */
.cMorado {
	color: #8d3dae !important;
}
.cRojo {
	color: #c82736 !important;
}
.cNegro {
	color: #303030 !important;
}
.cGris {
	color: #d4d4d4 !important;
}
.cVerde {
	color: #28a92b !important;
}
.cAzul {
	color: #1d70b6 !important;
}
.cNaranja {
	color: #e77614 !important;
}
.cBlanco {
	color: white !important;
}
/* Color de Fondo */
.bMorado {
	background: #8d3dae !important;
}
.bRojo {
	background: #c82736 !important;
}
.bNegro {
	background: #303030 !important;
}
.bGris {
	background: #d4d4d4 !important;
}
.bVerde {
	background: #28a92b !important;
}
.bAzul {
	background: #2c7ad2 !important;
}
.bNaranja {
	background: #e77614 !important;
}
/* Color secciones */
.c-austria {
	color: #e2051c !important;
} /*#61111A!*/
.c-pais {
	color: #3d8256 !important;
} /*#61111A!*/
.c-tematica {
	color: #1d70b6 !important;
} /*#A3A753*/
.c-profesionales {
	color: #f0760f !important;
} /*e77614*/
.c-editorial {
	color: #dda50b !important;
} /*#7b7b7b*/
.c-ninos {
	color: #609f02 !important;
}
.c-artistico {
	color: #303030 !important;
}
.c-jovenes {
	color: #8d3dae !important;
}
.c-academico {
	color: #ac5e1f !important;
}
.c-exposicion {
	color: #ce6001 !important;
}
/* fondo secciones */
.b-default {
	background: #f7f7f7 !important;
}
.b-austria {
	background: #e2051c !important;
} /*#61111A!*/
.b-pais {
	background: #3d8256 !important;
}
.b-tematica {
	background: #1d70b6 !important;
} /*#A3A753*/
.b-profesionales {
	background: #f0760f !important;
} /*#f7f7f7*/
.b-editorial {
	background: #dda50b !important;
} /*#d4d4d4*/
.b-ninos {
	background: #609f02 !important;
}
.b-artistico {
	background: #303030 !important;
}
.b-jovenes {
	background: #8d3dae !important;
}
.b-academico {
	background: #ac5e1f !important;
}
/* Color de Fondo paginas internas */

.b-interna-austria {
	background: url(../images/internas/light/rojo.png) repeat-x center #fff !important;
}
.b-interna-tematica {
	background: url(../images/internas/light/verde.png) repeat-x center #fff !important;
}
.b-interna-profesionales {
	background: url(../images/fondo-header.png) repeat-x center #fff !important;
}
.b-interna-editorial {
	background: url(../images/fondo-header.png) repeat-x center #fff !important;
}
.b-interna-ninos {
	background: url(../images/internas/light/azul.png) repeat-x center #fff !important;
}
.b-interna-artistico {
	background: url(../images/internas/light/negro.png) repeat-x center #fff !important;
}
.b-interna-jovenes {
	background: url(../images/internas/light/morado.png) repeat-x center #fff !important;
}

.bInternas {
	background: url(../images/fondo-header.jpg) repeat-x center #fff !important;
}
.bInterna-amarillo {
	background: url(../images/fondo-header2.png) repeat-x center #fff !important;
}
.bInterna-verde {
	background: url(../images/internas/verde.png) repeat-x center #fff !important;
}
.bInterna-azulclaro {
	background: url(../images/internas/azulclaro.png) repeat-x center #fff !important;
}
.bInterna-azulobscuro {
	background: url(../images/internas/azulobscuro.png) repeat-x center #fff !important;
}
.bInterna-gris {
	background: url(../images/internas/gris.png) repeat-x center #fff !important;
}
.bInterna-morado {
	background: url(../images/internas/morado.png) repeat-x center #fff !important;
}
.bInterna-naranja {
	background: url(../images/internas/naranja.png) repeat-x center #fff !important;
}
.bInterna-negro {
	background: url(../images/internas/negro.png) repeat-x center #fff !important;
}
.bInterna-rojo {
	background: url(../images/internas/rojo.png) repeat-x center #fff !important;
}
.bInterna-rosa {
	background: url(../images/internas/rosa.png) repeat-x center #fff !important;
}
/*Version light de fondos header */
.bInterna-amarillo-l {
	background: url(../images/internas/light/amarillo.png) repeat-x center #fff !important;
}
.bInterna-verde-l {
	background: url(../images/internas/light/verde.png) repeat-x center #fff !important;
}
.bInterna-azul-l {
	background: url(../images/internas/light/azul.png) repeat-x center #fff !important;
}
.bInterna-azulobscuro-l {
	background: url(../images/internas/light/azulobscuro.png) repeat-x center #fff !important;
}
.bInterna-gris-l {
	background: url(../images/internas/light/gris.png) repeat-x center #fff !important;
}
.bInterna-morado-l {
	background: url(../images/internas/light/morado.png) repeat-x center #fff !important;
}
.bInterna-naranja-l {
	background: url(../images/internas/light/naranja.png) repeat-x center #fff !important;
}
.bInterna-negro-l {
	background: url(../images/internas/light/negro.png) repeat-x center #fff !important;
}
.bInterna-rojo-l {
	background: url(../images/internas/light/rojo.png) repeat-x center #fff !important;
}
.bInterna-rosa-l {
	background: url(../images/internas/light/rosa.png) repeat-x center #fff !important;
}
/* Color de Fondo light */
.bMorado-l {
	background: rgba(141, 61, 174, 0.03) !important;
}
.bRojo-l {
	background: rgba(200, 39, 54, 0.03) !important;
}
.bNegro-l {
	background: rgba(48, 48, 48, 0.03) !important;
}
.bGris-l {
	background: rgba(212, 212, 212, 0.03) !important;
}
.bVerde-l {
	background: rgba(40, 169, 43, 0.03) !important;
}
.bAzul-l {
	background: rgba(44, 122, 210, 0.03) !important;
}
.bNaranja-l {
	background: rgba(231, 118, 20, 0.03) !important;
}

/* Color de borde */
.bordeMorado {
	border: solid 3px #8d3dae !important;
}
.bordeRojo {
	border: solid 3px #c82736 !important;
}
.bordeNegro {
	border: solid 3px #303030 !important;
}
.bordeGris {
	border: solid 3px #d4d4d4 !important;
}
.bordeVerde {
	border: solid 3px #28a92b !important;
}
.bordeAzul {
	border: solid 3px #2c7ad2 !important;
}
.bordeNaranja {
	border: solid 3px #e77614 !important;
}

/* Color de Fondo con vectores */
.Fpoligono-left {
	background-image: url(../images/fondo-poligono-left.png);
	background-repeat: no-repeat;
}
.Fpoligono-right {
	background-image: url(../images/fondo-poligono-right.png);
	background-repeat: no-repeat;
}

.Fblanco {
	background-color: #fff;
}
.Fgris {
	background-color: #e9e9e9;
}

/*//////////////////////////////////////////*/
/* Boton relieve */
.btn-m-izq,
.btn-m-der {
	padding: 5px;
	width: 132px;
	position: absolute;
}
.btn-m-izq {
	left: -10px;
}
.btn-m-der {
	left: 125px;
}
.btn-m-izq a,
.btn-m-der a {
	position: relative;
	display: inline-block;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	color: #615f5f;
	font-size: 13px;
	border-radius: 40px;
	box-shadow: -2px -2px 8px rgba(255, 255, 255, 1),
		-2px -2px 12px rgba(255, 255, 255, 0.5),
		inset 2px 2px 4px rgba(255, 255, 255, 0.1), 2px 2px 8px rgba(0, 0, 0, 0.15);
}

.btn-m-izq a:hover,
.btn-m-der a:hover {
	box-shadow: inset -2px -2px 8px rgba(255, 255, 255, 1),
		inset -2px -2px 12px rgba(255, 255, 255, 0.5),
		inset 2px 2px 4px rgba(255, 255, 255, 0.1),
		inset 2px 2px 8px rgba(0, 0, 0, 0.15);
}
.btn-m-izq a:hover span,
.btn-m-der a:hover span {
	display: inline-block;
	transform: scale(0.98);
}

.btn-m {
	width: 36%; /*100%*/
	/*position: relative;
	display: inline-block;*/
	padding: 10px 15px;
	margin-bottom: 4px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	color: #615f5f;
	font-size: 13px;
	border-radius: 40px;
	box-shadow: -2px -2px 8px rgba(255, 255, 255, 1),
		-2px -2px 12px rgba(255, 255, 255, 0.5),
		inset 2px 2px 4px rgba(255, 255, 255, 0.1), 2px 2px 8px rgba(0, 0, 0, 0.15);
}

.btn-m:hover {
	box-shadow: inset -2px -2px 8px rgba(255, 255, 255, 1),
		inset -2px -2px 12px rgba(255, 255, 255, 0.5),
		inset 2px 2px 4px rgba(255, 255, 255, 0.1),
		inset 2px 2px 8px rgba(0, 0, 0, 0.15);
	color: #ce6001;
	transition: 0.3s;
}
.btn-m:hover span {
	display: inline-block;
	transform: scale(0.98);
}

.btn-m-morado {
	width: 100px;
	display: inline-block;
	background: linear-gradient(50deg, #8d3dae, #f52fcf);
	padding: 8px 5px;
	text-align: center;
	margin: auto;
	margin-top: 10px;
	color: white;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 5px;
	transition: all 300ms;
}
.btn-m-azul {
	width: 100px;
	display: inline-block;
	background: linear-gradient(50deg, #00438e, #2c7ad2);
	padding: 8px 5px;
	text-align: center;
	margin: auto;
	margin-top: 10px;
	color: white;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 5px;
	transition: all 300ms;
}

.btn-m2 {
	width: 100px;
	display: inline-block;
	background: linear-gradient(50deg, #8d3dae, #f52fcf);
	padding: 8px 5px;
	text-align: center;
	margin: auto;
	margin-top: 10px;
	color: white;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 5px;
	transition: all 300ms;
}
.btn-m2:hover,
.btn-m-morado:hover,
.btn-m-azul:hover,
.btn-m2:active,
.btn-m-morado:active,
.btn-m-azul:active {
	transform: translateY(5px);
	box-shadow: 0px 18px 5px -13px rgba(0, 0, 0, 0.5);
	color: #fff;
}
/*//////////////////////////////////////////*/
/* Galeria 3d */
.gallery-m {
	margin: 4% auto;
	width: 210px;
	height: 140px;
	position: relative;
	perspective: 1000px;
}
#carousel-m {
	width: 100%;
	height: 100%;
	position: absolute;
	transform-style: preserve-3d;
	animation: rotation 20s infinite linear;
}
#carousel-m:hover {
	animation-play-state: paused;
}
#carousel-m figure {
	display: block;
	position: absolute;
	width: 80%;
	height: 70%;
	left: 10px;
	top: 10px;
	background: black;
	overflow: hidden;
	border: solid 3px #8d3dae;
}

#carousel-m figure:nth-child(1) {
	transform: rotateY(36deg) translateZ(288px);
}
#carousel-m figure:nth-child(2) {
	transform: rotateY(72deg) translateZ(288px);
}
#carousel-m figure:nth-child(3) {
	transform: rotateY(108deg) translateZ(288px);
}
#carousel-m figure:nth-child(4) {
	transform: rotateY(144deg) translateZ(288px);
}
#carousel-m figure:nth-child(5) {
	transform: rotateY(180deg) translateZ(288px);
}
#carousel-m figure:nth-child(6) {
	transform: rotateY(216deg) translateZ(288px);
}
#carousel-m figure:nth-child(7) {
	transform: rotateY(252deg) translateZ(288px);
}
#carousel-m figure:nth-child(8) {
	transform: rotateY(288deg) translateZ(288px);
}
#carousel-m figure:nth-child(9) {
	transform: rotateY(324deg) translateZ(288px);
}
#carousel-m figure:nth-child(10) {
	transform: rotateY(360deg) translateZ(288px);
}

#carousel-m img {
	-webkit-filter: grayscale(1);
	/*transform: scale(1.2,1.2);*/
	transition: 0.3s ease-in-out;
}
#carousel-m img:hover {
	-webkit-filter: grayscale(0);
	transform: scale(1.2, 1.2);
	transition: 0.3s ease-in-out;
	cursor: pointer;
}
@keyframes rotation {
	from {
		transform: rotateY(0deg);
	}
	to {
		transform: rotateY(360deg);
	}
}

/* Pratocinadores IMG efecto */
/* Flashing */
.hoverFlash figure:hover img {
	opacity: 1;
	-webkit-animation: flash1 1.5s;
	animation: flash1 1.5s;
}
@-webkit-keyframes flash1 {
	0% {
		opacity: 0.4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash1 {
	0% {
		opacity: 0.4;
	}
	100% {
		opacity: 1;
	}
}

/* CUPON PROMOCION */
#cuponpromo {
	/*background-color: #d4d4d4;*/
}
#cuponpromo ul li {
	list-style-type: none;
	display: inline-block;
	padding: 0 15px;
}
#cuponpromo img.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
	transition: 0.5s;
	-webkit-transition: all 0.5s ease-in-out;
}
#cuponpromo img.grayscale:hover {
	filter: none;
	-webkit-filter: grayscale(0%);
	transition: 0.5s;
	-webkit-transition: all 0.5s ease-in-out;
}

/* RECONOCIMIENTOS Y PREMIOS */
.main-awardsM {
	height: 100%;
	display: grid;
	place-items: center;
	/*justify-content: center;
	align-items: center;*/
	background: #d4d4d4;
	text-align: center;
}

.main-awardsM .awardsM {
	padding: 40px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main-awardsM .awardsM .card {
	height: 320px;
	/*max-width: 350px;*/
	width: 25%; /*290px*/
	margin: 0 20px;
	background: white;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
	transition: 0.4s;
}
.main-awardsM .awardsM .card:hover {
	height: auto;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
.main-awardsM .awardsM .card .img {
	width: 100%;
	height: 200px;
}
.main-awardsM .awardsM .card .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main-awardsM .awardsM .card .top-text {
	padding: 10px 5px;
}
.main-awardsM .awardsM .card .top-text .awName {
	font-size: 13px;
	font-weight: 600;
	color: #606060;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.main-awardsM .awardsM .card .top-text .awPremio {
	font-size: 13px;
	/*font-weight: 600;*/
	color: #6c6c6c;
	line-height: 15px;
	width: 100%;
}
.main-awardsM .awardsM .card .bottom-text {
	padding: 0 10px 10px 10px;
	margin-top: 10px;
	background: white;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s;
}
.main-awardsM .awardsM .card:hover .bottom-text {
	opacity: 1;
	visibility: visible;
	/*box-shadow: 2px 2px 3px rgba(0,0,0,0.2);*/
}
.main-awardsM .awardsM .card .bottom-text .text {
	text-align: justify;
	font-size: 12px;
}
.main-awardsM .awardsM .card .bottom-text .btn {
	margin: 0;
	text-align: center;
}
.main-awardsM .awardsM .card .bottom-text .btn a {
	text-decoration: none;
	background: #e77614;
	color: #f2f2f2;
	padding: 5px 8px;
	border-radius: 3px;
	display: inline-flex;
	transition: all 0.2s;
	text-transform: uppercase;
	font-size: 12px;
}
.main-awardsM .awardsM .card .bottom-text .btn a:hover {
	transform: scale(0.9);
}

@media screen and (max-width: 978px) {
	.main-awardsM .awardsM {
		flex-wrap: wrap;
		flex-direction: column;
	}
	.main-awardsM .awardsM .card {
		max-width: 700px;
		margin: 20px 0;
		height: 320px;
		width: 100%;
	}
	.main-awardsM .awardsM .card .top-text .awPremio {
		width: 100%;
	}
}
/* Resolución Ipad Pro */
@media screen and (max-width: 1024px) {
	.main-awardsM .awardsM .card {
		height: 340px;
	}
}
/* Resolución Ipad  */
@media screen and (max-width: 768px) {
	.main-awardsM .awardsM .card {
		height: 315px;
	}
}
/*  Redes sociales Autores*/
#rs-autor {
	display: inline-block;
	text-align: center;
	width: 100%;
}
#rs-autor img {
	width: 70%;
	height: auto;
	opacity: 1;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#rs-autor a:hover img {
	opacity: 0.5;
}
#rs-autor .rs-icon {
	margin: 5px 5px 5px 0;
}

.rs-autorM {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
}
.rs-autorM li {
	list-style: none;
}
.rs-autorM li a {
	display: block;
	position: relative;
	width: 47px;
	height: 47px;
	line-height: 44px;
	font-size: 1.7em;
	/*margin-bottom: 20px;*/
	border-radius: 50%;
	text-align: center;
	color: #fff;
	transition: 0.5s;
	border: 2px solid #fff;
	overflow: hidden;
	box-shadow: 2px 2px 3px #5b5b5b;
	margin: 5px 5px;
}
.rs-autorM li a:hover {
	transform: scale(1.2);
	box-shadow: 0px 0px 10px #5b5b5b;
}
.rs-autorM li a::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 47px;
	z-index: -1;
	transform: scale(1);
	top: 0;
	left: 0;
	transition: 0.5s;
}
.rs-autorM li a:hover::before {
	transform: scale(0);
}
.rs-autorM li.wb a,
.rs-autorM li.wb a:before {
	background: #131418;
}
.rs-autorM li.fb a,
.rs-autorM li.fb a:before {
	background: #3b5999;
}
.rs-autorM li.tw a,
.rs-autorM li.tw a:before {
	background: #55acee;
}
.rs-autorM li.ig a,
.rs-autorM li.ig a:before {
	background: #c32aa3;
}
.rs-autorM li.ml a,
.rs-autorM li.ml a:before {
	background: #9baec8;
}
.rs-autorM li.in a,
.rs-autorM li.in a:before {
	background: #007bb5;
}
/*efectos hover */
.rs-autorM li.wb a:hover {
	background: #fff;
	border: 2px dashed #131418;
	color: #131418;
}
.rs-autorM li.fb a:hover {
	background: #fff;
	border: 2px dashed #3b5999;
	color: #3b5999;
}
.rs-autorM li.tw a:hover {
	background: #fff;
	border: 2px dashed #55acee;
	color: #55acee;
}
.rs-autorM li.ig a:hover {
	background: #fff;
	border: 2px dashed #c32aa3;
	color: #c32aa3;
}
.rs-autorM li.ml a:hover {
	background: #fff;
	border: 2px dashed #9baec8;
	color: #9baec8;
}
.rs-autorM li.in a:hover {
	background: #fff;
	border: 2px dashed #007bb5;
	color: #007bb5;
}

/* Eventos Ponente NO VIDEO*/

/* #eventos_ponente img{
    box-shadow: 5px 5px 5px #7d7d7d;
} */

#eventos_ponente .btn.fa-calendar::before {
	content: '\f073';
	margin-right: 10px;
}

#evento-actual img {
	box-shadow: 5px 5px 5px #7d7d7d;
}

/*FIXE a  Compartir en redes sociales en Footer */

.ssk:hover,
.ssk:focus {
	transform: scale(1.2);
}
.ssk {
	margin-right: 8px;
	border-radius: 0 25%;
	box-shadow: 2px 2px 5px #77726e;
}

/* HOVER PARA SUBPROGRAMAS */
.subp {
	transition: 0.4s;
}
.subp:hover {
	transform: scale(1.2);
	transition: 0.4s;
	cursor: pointer;
}

/*Boton 3D */
.btn3D,
.btn3DFull {
	position: relative;
	top: 50px;
}
.paisRusia .btn3D {
	z-index: 2;
	position: relative;
	top: 0px;
}
.btn3D ul,
.btn3DFull ul {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	margin: 0;
	padding: 0;
}
.paisRusia .btn3D ul {
	position: absolute;
	top: 0;
	left: 200px;
	transform: translate(-50%, -50%);
	display: block;
	margin: 0;
	padding: 0;
}
.btn3D ul li,
.btn3DFull ul li {
	list-style-type: none;
	margin: 30 -5px;
}
.btn3D ul li a .fa,
.btn3DFull ul li a .fa {
	font-size: 40px;
	color: #333;
	line-height: 60px;
	transition: 0.5s;
	padding-right: 30px;
}
.btn3D ul li a span,
.btn3DFull ul li a span {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 20px;
	color: #333;
	letter-spacing: 4px;
	transition: 0.5s;
}
.btn3D ul li a {
	text-decoration: none;
	display: absolute;
	display: block;
	width: 240px;
	height: 60px;
	background: #fff;
	text-align: left;
	padding-left: 10px;
	transform: rotate(0deg) skewX(0deg) translate(0, 0);
	transition: 0.5s;
	box-shadow: -10px 10px 5px rgba(0, 0, 0, 0.5);
}
.btn3DFull ul li a {
	text-decoration: none;
	display: absolute;
	display: block;
	width: 340px;
	height: 60px;
	background: #fff;
	text-align: left;
	padding-left: 10px;
	transform: rotate(0deg) skewX(0deg) translate(0, 0);
	transition: 0.5s;
	box-shadow: -10px 10px 5px rgba(0, 0, 0, 0.5);
}
.btn3D ul li a:before,
.btn3DFull ul li a:before {
	content: '';
	position: absolute;
	top: 3px;
	left: -5px;
	height: 100%;
	width: 5px;
	background: #b1b1b1;
	transform: rotate(0deg) skewY(-45deg);
	transition: 0.5s;
}
.btn3D ul li a:after,
.btn3DFull ul li a:after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: -3px;
	height: 5px;
	width: 100%;
	background: #b1b1b1;
	transform: rotate(0deg) skewX(-45deg);
	transition: 0.5s;
}
.btn3D ul li a:hover,
.btn3DFull ul li a:hover {
	/*transform: rotate(0deg) skew(5deg,5deg) translate(0px,0px);*/
}
.btn3D ul li:hover .fa,
.btn3DFull ul li:hover .fa {
	color: #fff;
}
.btn3D ul li:hover span,
.btn3DFull ul li:hover span {
	color: #fff;
}
.btn3D ul li:hover a,
.btn3DFull ul li:hover a {
	background: #dd4b39;
}
.btn3D ul li:hover a:before,
.btn3DFull ul li:hover a:before {
	background: #b33a2b;
}
.btn3D ul li:hover a:after,
.btn3DFull ul li:hover a:after {
	background: #e66a5a;
}
.blog-details-page h2,
.blog-details-page h3 {
	margin-bottom: 30px;
}

/* Internas para eventos */
.inner-page-banner {
	margin-bottom: 0px;
}

/*Detalles Video eventos */
.descripcionEvento {
	padding-right: 25px;
}
.descripcionEvento .tipoContenido {
	display: inline-block;
	position: relative;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #777;
	left: 40px;
}
.descripcionEvento .tipoContenido::after,
.descripcionEvento .tipoContenido::before {
	content: '';
	position: absolute;
	width: 30px;
	height: 2px;
	background: currentColor;
	top: 0.6em;
}
.descripcionEvento .tipoContenido::after {
	right: -40px;
}
.descripcionEvento .tipoContenido::before {
	left: -40px;
}
.descripcionEvento .tituloEvento {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.1;
	margin: 10px 0 10px;
}
.descripcionEvento .datosEvento {
	display: flex;
	justify-content: left;
	font-size: 12px;
	color: #777;
}
.descripcionEvento .infoEvento {
	padding: 20px 0;
	text-align: justify;
}
.descripcionEvento .datosEvento .divisorEvento {
	margin-left: 8px;
	margin-right: 8px;
}
.linea-top {
	width: 30%;
	height: 20px;
	border-bottom: solid 2px;
}
.linea-right {
	width: 50px;
	height: 20%;
	border-right: solid #acc0d8 1px;
}
.fancybox__container {
	z-index: 9999;
}

/* ///// Internas ////////// */
.evento-cover img {
	width: 100%;
	max-width: 900px;
	height: auto;
}
.evento-cover iframe {
	width: 100%;
	max-width: 800px;
	height: 450px;
}
.evento-multimedia {
	/*display: flex;
	justify-content: center;*/
	text-align: center;
}
.autorInfo {
	position: relative;
	width: 100%;
	padding: 10px 0 50px 0;
	transition: 0.5s;
}
.imgCircle {
	position: relative;
	overflow: hidden;
}
.imgCircle img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.imgCircle.imgCircle1 {
	width: 300px;
	height: 300px;
	float: left;
	border-radius: 50%;
	margin: 20px;
	shape-outside: circle();
	box-shadow: 2px 2px 5px #777;
}
.imgCircle.imgCircle2 {
	width: 300px;
	height: 300px;
	float: right;
	border-radius: 50%;
	margin: 20px;
	shape-outside: circle();
	box-shadow: -2px 2px 5px #777;
}
.autorInfo .infoIzq h2 {
	margin-left: 15%;
	margin-bottom: 25px;
}
.autorInfo .infoDer h2 {
	margin-right: 15%;
	margin-bottom: 25px;
	text-align: right;
}
.autorInfo p {
	padding: 15px;
}

/*Redes Sociales Autores */
.socialMedia {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 130px;
	transition: 0.5s;
}
.socialMedia .sci {
	position: relative;
	display: flex;
}
.socialMedia .sci li {
	list-style: none;
}
.socialMedia .sci li::before {
	content: attr(data-text);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, calc(-50% + 60px));
	font-size: 3em;
	pointer-events: none;
	font-weight: 700;
	transition: 0.5s;
	opacity: 0;
}
.socialMedia .sci li:hover::before {
	opacity: 0.2;
	transform: translate(-50%, calc(-50% + 80px));
	/*color: #fff;*/
}
.socialMedia .sci li a {
	position: relative;
	width: 60px;
	height: 60px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333;
	border-radius: 10px;
	text-decoration: none;
	margin: 20px;
	font-size: 2.2em;
	transform-style: preserve-3d;
	perspective: 500px;
	box-shadow: 0 25px 35px rgba(0, 0, 0, 0.1);
	transition: background 0.25s;
}
.socialMedia .sci li a:hover.facebook {
	background: rgba(24, 119, 242, 1);
}
.socialMedia .sci li a:hover.youtube {
	background: rgba(255, 0, 0, 1);
}
.socialMedia .sci li a:hover.twitter {
	background: rgba(0, 153, 255, 1);
}
.socialMedia .sci li a:hover.instagram {
	background: rgb(76, 5, 117, 1);
}
.socialMedia .sci li a:hover.envelope {
	background: rgba(155, 155, 155, 1);
}
.socialMedia .sci li a:hover.globe {
	background: rgba(0, 160, 125, 1);
}
.socialMedia .sci li a:hover.linkedin {
	background: rgba(40, 103, 178, 1);
}
.socialMedia .sci li a .fa {
	transition: 0.25s;
	pointer-events: none;
}
.socialMedia .sci li a:hover .fa {
	color: #fff;
	transform: scale(1.5) translateZ(50px);
}
.js-tilt-glare {
	border-radius: 10px;
}
@media (max-width: 560px) {
	.socialMedia .sci {
		display: block;
	}
	.socialMedia .sci li::before {
		content: '';
	}
}
@media (max-width: 360px) {
	.autorInfo p {
		padding: 35px 15px 0;
	}
}

/* Boton ver mas */
.btn-acceder {
	padding: 10px 25px;
	color: #2c343b;
}
.btn-acceder {
	display: inline-block;
	/* padding: 6px 12px; */
	margin-bottom: 0;
	margin: 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	background: #fff;
	color: #035188 !important;
	border: 1px solid transparent;
	/* border-radius: 50px; */
	box-shadow: 2px 2px 2px rgb(60, 59, 59), 0 2px 10px 0 rgba(0, 0, 0, 0.09);
	transition: 0.4s;
	opacity: 1;
	border-radius: 0 20px;
}
.btn-acceder:hover {
	transform: scale(1.1);
	transition: 0.4s;
	opacity: 0.8;
	background: #035188;
	color: #fff !important;
}
/* Boton ver mas */
.btn-eventos {
	padding: 10px 25px;
	color: #2c343b;
}
.btn-eventos {
	display: inline-block;
	margin-bottom: 0;
	margin: 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	background: #e23733;
	color: #fff !important;
	border: 1px solid transparent;
	box-shadow: 0 2px 5px 0 rgb(60, 59, 59), 0 2px 10px 0 rgba(0, 0, 0, 0.09);
	transition: 0.4s;
	opacity: 1;
}
.btn-eventos:hover {
	transform: scale(1.1);
	transition: 0.4s;
	opacity: 0.8;
	background: #333;
}

.btn-registro {
	display: inline-block;
	padding: 15px 30px;
	margin-bottom: 0;
	margin: 2px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #800101;
	color: #fff !important;
	border: 1px solid transparent;
	border-radius: 50px;
	box-shadow: 0 2px 5px 0 rgb(60, 59, 59), 0 2px 10px 0 rgba(0, 0, 0, 0.09);
	transition: 0.4s;
	opacity: 0.8;
}
.btn-registro:hover {
	transform: scale(1.1);
	transition: 0.4s;
	opacity: 1;
}
.btn-registro a,
.btn-registro a:focus,
.btn-registro a:hover {
	text-decoration: none;
	outline: 0;
	color: #fff;
}
#carrera .hoverImg {
	transition: 0.3s ease-in-out;
}
#carrera .hoverImg:hover {
	transform: scale(1.1);
}
