

/* ESTILOS GENERALES ------------------------------------------------  */
html {
	scroll-behavior: smooth;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;	
}

p {
	margin: 0;
}

ul, ol {
	margin-left: 30px;
	text-align: left;
}

.lista-separada li{
	margin-bottom: 8px;
}

h1 {
	text-decoration: none;
}
/* ESTILOS GENERALES ------------------------------------------------  */








/* COLORES ------------------------------------------------------------  */
.color-01 {
	color: var(--color-01);
}
.color-02 {
	color: var(--color-02);
}
.color-03 {
	color: var(--color-03);
}
.color-04 {
	color: var(--color-04);
}
.color-blanco {
	color: #FFF;
}
.color-negro {
	color: #000;
}
.color-999 {
	color: #999;
}
.color-666 {
	color: #666;
}
.color-333 {
	color: #333;
}
.color-CCC {
	color: #CCC;
}
.color-F1F1F1 {
	color: #F1F1F1;
}
.color-F5F5F5 {
	color: #F5F5F5;
}
.color-F9F9F9 {
	color: #F9F9F9;
}
.color-amarillo {
	color: #FFCC00;
}
.color-naranja {
	color: #FF9900;
}
.color-rojo {
	color: #f33838;
}
.color-marron {
	color: #CC6600;
}
.color-verde {
	color: #669900;
}
.color-verde-whatsapp {
	color: #33CC00;
}
.color-azul {
	color: #3399CC;
}
.color-morado {
	color: #bd228a;
}
.color-morado-medio {
	color: #932b8c;
}
.color-morado-oscuro {
	color: #69308f;
}
.color-indigo {
	color: #2f4875;
}
.color-indigo-claro {
	color: #4970b7;
}
.color-indigo-oscuro {
	color: #1c3054;
}
.color-turquesa {
	color: #048090;
}
.color-turquesa-claro {
	color: #359caa;
}
.color-oro {
	color: #d8ad51;
}
.color-verde-quirofano {
	color: #33A5BA;
}
.color-azul-medico {
	color: #1c8bec;
}
.color-arcoiris {
	animation: cambiarcolor 5s infinite
	alternate linear;
}
		@keyframes cambiarcolor{
		0% {
		color: #FFCC00;
		}
		25% {
		color: #F90;
		}
		50% {
		color: #FF0000;
		}
		75% {
		color: #bb00ff;
		}
		100% {
		color: #5900ff;
		}
}
/* COLORES ------------------------------------------------------------  */




/* TAMAÑOS ------------------------------------------------------------  */
.tamano-10 {
	font-size: 10px;
	line-height: 120%;
}
.tamano-11 {
	font-size: 11px;
	line-height: 120%;
}
.tamano-12 {
	font-size: 12px;
	line-height: 120%;
}
.tamano-13 {
	font-size: 13px;
	line-height: 120%;
}
.tamano-14 {
	font-size: 14px;
	line-height: 120%;
}
.tamano-15 {
	font-size: 15px;
	line-height: 120%;
}
.tamano-16 {
	font-size: 16px;
	line-height: 120%;
}
.tamano-17 {
	font-size: 17px;
	line-height: 120%;
}
.tamano-18 {
	font-size: 18px;
	line-height: 140%;
}
.tamano-20 {
	font-size: 20px;
	line-height: 120%;
}
.tamano-25 {
	font-size: 25px;
	line-height: 120%;
}
.tamano-30 {
	font-size: 30px;
	line-height: 120%;
}
.tamano-35 {
	font-size: 35px;
	line-height: 120%;
}
.tamano-40 {
	font-size: 40px;
	line-height: 120%;
}
.tamano-45 {
	font-size: 45px;
	line-height: 120%;
}
.tamano-50 {
	font-size: 50px;
	line-height: 120%;
}
.tamano-55 {
	font-size: 55px;
	line-height: 120%;
}
.tamano-60 {
	font-size: 60px;
	line-height: 120%;
}
.tamano-65 {
	font-size: 65px;
	line-height: 120%;
}
.tamano-70 {
	font-size: 70px;
	line-height: 120%;
}
.tamano-80 {
	font-size: 80px;
	line-height: 120%;
}
.tamano-90 {
	font-size: 90px;
	line-height: 120%;
}
.tamano-100 {
	font-size: 100px;
	line-height: 120%;
}
/* TAMA�OS ------------------------------------------------------------  */




/* GROSOR ------------------------------------------------------------  */
.grosor-01 {
	font-weight: lighter;
}
.grosor-02 {
	font-weight: normal;
}
.grosor-03 {
	font-weight: bold;
}
.grosor-04 {
	font-weight: 900;
}

.grosor-100 {
	font-weight: 100;
}
.grosor-200 {
	font-weight: 200;
}
.grosor-300 {
	font-weight: 300;
}
.grosor-400 {
	font-weight: 400;
}
.grosor-500 {
	font-weight: 500;
}
.grosor-600 {
	font-weight: 600;
}
.grosor-700 {
	font-weight: 700;
}
.grosor-800 {
	font-weight: 800;
}
.grosor-900 {
	font-weight: 900;
}
.grosor-1000 {
	font-weight: 1000;
}
/* GROSOR ------------------------------------------------------------  */





/* INTERLINEADO ------------------------------------------------------------  */
.interlineado-80 {
	line-height: 80%;
}
.interlineado-90 {
	line-height: 90%;
}
.interlineado-100 {
	line-height: 100%;
}
.interlineado-110 {
	line-height: 110%;
}
.interlineado-120 {
	line-height: 120%;
}
.interlineado-130 {
	line-height: 130%;
}
.interlineado-140 {
	line-height: 140%;
}
.interlineado-150 {
	line-height: 150%;
}
.interlineado-160 {
	line-height: 160%;
}
.interlineado-170 {
	line-height: 170%;
}
.interlineado-180 {
	line-height: 180%;
}
.interlineado-190 {
	line-height: 190%;
}
.interlineado-200 {
	line-height: 200%;
}
/* INTERLINEADO ------------------------------------------------------------  */






/* FONDOS -----------------------------------------------------------------------------------------  */
.fondo-01 {
	background-color: var(--color-01);
}
.fondo-02 {
	background-color: var(--color-02);
}
.fondo-03 {
	background-color: var(--color-03);
}
.fondo-04 {
	background-color: var(--color-04);
}
.fondo-blanco {
	background-color: #FFF;
}
.fondo-negro {
	background-color: #000;
}
.fondo-999 {
	background-color: #999;
}
.fondo-666 {
	background-color: #666;
}
.fondo-333 {
	background-color: #333;
}
.fondo-CCC {
	background-color: #CCC;
}
.fondo-F1F1F1 {
	background-color: #F1F1F1;
}
.fondo-F5F5F5 {
	background-color: #F5F5F5;
}
.fondo-F9F9F9 {
	background-color: #F9F9F9;
}
.fondo-amarillo {
	background-color: #FFCC00;
}
.fondo-naranja {
	background-color: #FF9900;
}
.fondo-rojo {
	background-color: #f33838;
}
.fondo-marron {
	background-color: #CC6600;
}
.fondo-verde {
	background-color: #669900;
}
.fondo-verde-whatsapp {
	background-color: #33CC00;
}
.fondo-azul {
	background-color: #3399CC;
}
.fondo-morado {
	background-color: #bd228a;
}
.fondo-morado-medio {
	background-color: #932b8c;
}
.fondo-morado-oscuro {
	background-color: #69308f;
}
.fondo-indigo {
	background-color: #2f4875;
}
.fondo-indigo-claro {
	background-color: #4970b7;
}
.fondo-indigo-oscuro {
	background-color: #1c3054;
}
.fondo-turquesa {
	background-color: #048090;
}
.fondo-turquesa-claro {
	background-color: #359caa;
}
.fondo-oro {
	background-color: #d8ad51;
}
.fondo-arcoiris {
	animation: cambiarfondo 5s infinite
	alternate linear;
}
		@keyframes cambiarfondo{
		0% {
		background: #FFCC00;
		}
		25% {
		background: #F90;
		}
		50% {
		background: #FF0000;
		}
		75% {
		background: #bb00ff;
		}
		100% {
		background: #5900ff;
		}
}

.fondo-cabecera-sencilla {
	background-color: rgba(256, 256, 256, 0.85);
}
@media (max-width: 600px) {
	.fondo-cabecera-sencilla {
		background-color: rgba(256, 256, 256, 0.7);
	}
  }
  
/* FONDOS -----------------------------------------------------------------------------------------  */







/* NAVBAR LANDING ----------------------------------------------  */
.navbar-landing {
	display: flex;
	justify-content: flex-star;
}
@media (max-width: 600px) {
.navbar-landing {
	display: flex;
	justify-content: center;
  }
}






/* IMAGEN AUTOAJUSTABLE AL TEXTO ----------------------------------------------  */
.imagen-autoajustable-derecha {
	width: 500px;
	padding: 0px 0px 0px 20px;
	float: right;
}
@media (max-width: 600px) {
  .imagen-autoajustable-derecha {
	width: 100%;
	padding: 20px 0px 20px 0px;
  }
}

.imagen-autoajustable-izquierda {
	width: 500px;
	padding: 0px 20px 0px 0px;
	float: left;
}
@media (max-width: 600px) {
  .imagen-autoajustable-izquierda {
	width: 100%;
	padding: 20px 0px 20px 0px;
  }
}






/* DIV AUTOAJUSTABLE AL TEXTO ----------------------------------------------  */
.div-autoajustable-derecha {
	width: 500px;
	margin: 0px 0px 10px 20px;
	float: right;
	background-size: cover;
}
@media (max-width: 600px) {
  .div-autoajustable-derecha {
	width: 100%;
	margin: 20px 0px 20px 0px;
	display: inline-block;
	background-size: cover;
  }
}

.div-autoajustable-izquierda {
	width: 500px;
	margin: 0px 20px 10px 0px;
	float: left;
	background-size: cover;
}
@media (max-width: 600px) {
  .div-autoajustable-izquierda {
	width: 100%;
	margin: 20px 0px 20px 0px;
	display: inline-block;
	background-size: cover;
  }
}








/* COMPARATIVA ------------------------------------------------------------  */
.alineacion-comparativa {
	display: flex;
	justify-content: right;
}
@media (max-width: 600px) {
  .alineacion-comparativa {
	display: flex;
	justify-content: left;
  }
}
.comparativa-izquierda {
	display: none;
}
@media (max-width: 600px) {
  .comparativa-izquierda {
	display: inline;
  }
}
.comparativa-derecha {
	display: inline;
}
@media (max-width: 600px) {
  .comparativa-derecha {
	display: none;
  }
}
/* COMPARATIVA ------------------------------------------------------------  */





/* PARALLAX ------------------------------------------------  */
.parallax {
	background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.parallax.bgc {
	background-position: 50% 50%
}





/* ROTADOR ------------------------------------------------  */
.rotador {
	width: 100%;
	max-width: 100%;
	height: 54px;
	overflow: hidden;
	margin-left: 0px;
	color: #FFF;
	font-size: 20px;
	font-weight: 900;
}
.rotador>div>div {
	width: 100%;
	padding: 10px 30px 10px 30px;
	height: 50px;
	margin-bottom: 30px;
	display: inline-block;
}
.rotador div:first-child {
	animation: text-animation 8s infinite;
}
.primer-rotador div {
width: 100%;
border: 1px solid #000;
background: #FFF;
color: #000;
}
.segundo-rotador div {
 border: 1px solid #000;
 background: #FFF;
 color: #000;
}
.tercer-rotador div {
 border: 1px solid #000;
 background: #FFF;
 color: #000;
}
@keyframes text-animation {
	0% {
		margin-top: 0;
	}
	10% {
		margin-top: 0;
	}
	20% {
		margin-top: -59px;
	}
	30% {
		margin-top: -59px;
	}
	40% {
		margin-top: -125px;
	}
	60% {
		margin-top: -125px;
	}
	70% {
		margin-top: -59px;
	}
	80% {
		margin-top: -59px;
	}
	90% {
		margin-top: 0;
	}
	100% {
		margin-top: 0;
	}
}






/* FICHA ANUNCIANTE -----------------------------------------  */

.cuadro-anunciante {
	border: 1px solid #999;
	border-radius: 5px;
	padding: 15px;
	background: #FFF;
	box-shadow: 0px 0px 10px #CCC;
}

.actividad-anunciante {
	margin-top: -5px;
	font-size: 20px;
	font-weight: 100;
}

.nombre-anunciante {
	font-family: 'Alumni Sans', sans-serif;
	line-height: 80%;
	font-size: 30px;
	font-weight: 400;
}

.ficha-anunciante {
	background: #FFF;
	border: 5px solid #FFF;
	box-shadow: 0px 0px 10px #CCC;
	padding: 10px;
	margin-bottom: 50px;
}

/* FICHA ANUNCIANTE -----------------------------------------------------------------------------------------  */








/* ICONOS REDES ----------------------------------------------  */
.iconosredes { 
	width: 40px;
	margin: 4px;
	opacity: 0.95;
	border: 1px solid #000;
	border-radius: 7px;
	padding: 8px;
}
.iconosredesredondos { 
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin: 4px;
	opacity: 0.95;
	border-radius: 50%;
	color: #FFF;
}
.iconosredesredondos img { 
	filter: invert(300);
	width: 50%;
}
/* ICONOS REDES ----------------------------------------------  */







/* CARRUSEL MANUAL
--------------------------------------------------------  */
.cajacarrusel { 
	display: flex;
	overflow-x: scroll;
	padding: 24px;
	width: 100%;
	scroll-snap-type: X mandatory;
	scroll-padding: 4px;
	border-radius: 8px;
	gap: 5px;
}
.cajacarrusel .itemcarrusel {
	flex: 0 0 100%;
	padding: 5px;
	border-radius: 8px;
	scroll-snap-align: start;
}





/* DESPLAZAR IMAGEN DENTRO DE UN DIV --------------------------------------------------------  */
.imagen-fondo-desplazable {
	background-image: url(../imagenes/apartados/inicio/cabecera.jpeg);
	background-size: 400%;
	background-repeat: no-repeat;
	width: 100%;
	border: 10px solid #000;
	border-radius: 10px;
	padding-bottom: 150%;
	animation: movimientovertical 10s linear alternate infinite;
	overflow: hidden;
}

@keyframes movimientovertical{
	from{
		background-position: top center;
	}to{
		background-position: bottom center;
	}
}
/* DESPLAZAR IMAGEN DENTRO DE UN DIV --------------------------------------------------------  */









/* PERSONALIZAR SCROLL ------------------------------------------------  */
body::-webkit-scrollbar {
	width: 15px;
	background-color: rgba (0,0,0,0.3);
}
body::-webkit-scrollbar-thumb {
	background: #CCC;
	border-radius: 0px;
}
/* PERSONALIZAR SCROLL ------------------------------------------------  */









/* COLUMNAS DE IGUAL ALTURA ------------------------------------------------  */
.gallery {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;

	display: -webkit-flex;
	display: flex;

	-webkit-flex-flow: row wrap;
  	flex-flow: row wrap;
}
.gallery li{
	position: relative;
	width: 33.333%;
	float: left;
	padding: 0.625rem;

	display: -webkit-flex;
	display: flex;

	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-transition: width 0.3s ease-out;
	transition: width 0.3s ease-out;
}
.gallery li .box {
	position:relative;
	padding: 6px 6px 30px 6px;
	background-color: #fff;
	overflow: hidden;
}
.gallery li figure{
	display: block;
	width: 100%;
	margin-bottom: 6px;
}
.gallery li img{
	width: 100%;
	height: auto;
}
.gallery li h3{
	margin-bottom: 6px;
	font-size: 17px;
	font-weight: bold;
	line-height: 100%;
	text-transform: uppercase;
	color: #000;
}
.gallery li time{
	position:absolute;
	bottom:0;
	left:0;
	width: 100%;
	padding: 6px;
	font-weight: 400;
	text-align: center;

	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.gallery li:nth-child(even) .box {
	background: #eee;
}

/* MEDIA QUERIES */

@media screen and (max-width:992px) {
	.gallery {
		width: auto;
	}
}

@media screen and (max-width:768px) {
	.gallery li {
		width: 50%;
	}
}

@media screen and (max-width:468px) {
	.gallery li {
		width: 100%;
	}
}
/* COLUMNAS DE IGUAL ALTURA ------------------------------------------------  */












/* ESQUINAS ------------------------------------------------------------  */
.imagen-esquinas-redondas {
	border-radius: 5px;
}
.cuadro-esquinas-redondas {
	border: thin solid #CCC;
	border-radius: 10px;
}
.cuadro-esquinas-vivas {
	border: thin solid #CCC;
}
/* ESQUINAS ------------------------------------------------------------  */






/* LOGOS COLABORADORES -----------------------------------------  */
.colaboradores {
	width: 100%;
	border: 0px solid #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	background: #FFF;
	aspect-ratio: 1/1;
}
/* LOGOS COLABORADORES -----------------------------------------  */








/* OCULTAR EN MOVIL ------------------------------------------------------------  */
.ocultar-en-movil {
	display: inline;
}
@media (max-width: 600px) {
  .ocultar-en-movil {
	display: none;
  }
}
/* OCULTAR EN MOVIL ------------------------------------------------------------  */






/* OCULTAR EN PC ------------------------------------------------------------  */
.ocultar-en-pc {
	display: none;
}
@media (max-width: 600px) {
  .ocultar-en-pc {
	display: inline;
  }
}
/* OCULTAR EN PC ------------------------------------------------------------  */








/* DEDO DESLIZAR ------------------------------------------------------------  */
.dedo-deslizar {
	display: none;
}
@media (max-width: 600px) {
  .dedo-deslizar {
	display: inline;
  }
}
/* OCULTAR EN MOVIL ------------------------------------------------------------  */









/* FORMULARIOS ------------------------------------------------------------  */
.celda-formulario {
	font-size: 16px;
	line-height: 120%;
	color: #666;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 3px;
	min-height: 50px;
	padding: 15px;
	width: 100%;
	overflow: hidden;
}
/* FORMULARIOS ------------------------------------------------------------  */











/* BOTONES 1 --------------------------------------------------  */
.boton-01 {
	font-size: 18px;
	line-height: 120%;
	font-weight: 400;
	color: #FFF;
	border-radius: 3px;
	border: none;
	background-color: var(--color-01);
	padding: 10px 30px;
	text-decoration: none;
	cursor: pointer;
	position: relative;
}
.boton-01:hover {
	opacity: 0.8;
	color: #FFF;
	transition: all .5s ease;
}



.boton-02 {
	font-size: 18px;
	line-height: 120%;
	font-weight: 400;
	color: var(--color-01);
	border-radius: 3px;
	border: 1px solid var(--color-01);
	background-color: #FFF;
	padding: 10px 30px;
	text-decoration: none;
	cursor: pointer;
	position: relative;
}
.boton-02:hover {
	background-color: var(--color-01);
	color: #FFF;
	transition: all .8s ease;
}



.boton-03 {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	padding: 10px 30px;
	background-color: var(--color-01);
	position: relative;
	border: none;
}
.boton-03:before {
	content:"";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 100%;
	background: rgba(255, 255, 255, 0.1);
	transition: all 1s ease;
}
.boton-03:hover:before {
	width: 100%;
}



.boton-04 {
	font-family: 'Cormorant Garamond', serif;
	letter-spacing: 0.5px;
	font-size: 20px;
	line-height: 120%;
	font-weight: 500;
	color: #000;
	border: 1px solid #000;
	background-color: #FFF;
	padding: 12px 40px;
	text-decoration: none;
	cursor: pointer;
	position: relative;
}
.boton-04:hover {
	opacity: 0.8;
	color: #000;
	transition: all 2s ease;
	background-color: #F5F5F5;
}



.boton-05 {
	color: #000;
	font-size: 18px;
	font-weight: 100;
	padding: 10px 30px;
	background-color: #FFF;
	position: relative;
	border: 1px solid #000;
}
.boton-05:before {
	content:"";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	color: #FFF;
	transition: all 1s ease;
}
.boton-05:hover:before {
	width: 100%;
}



.boton-06 {
	color: #000;
	font-size: 18px;
	font-weight: 100;
	padding: 10px 30px;
	background-color: rgba(256, 256, 256, 0.2);
	position: relative;
	border: 1px solid #000;
}
.boton-06:before {
	content:"";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	color: #FFF;
	transition: all 1s ease;
}
.boton-06:hover:before {
	width: 100%;
}



.boton-redondo-blanco {
	font-size: 16px;
	font-weight: 600;
	color: var(--color-01);
	border-radius: 25px;
	border: none;
	background-color: #FFF;
	border: 0px solid #BBB;
	padding: 9px 20px;
	text-decoration: none;
	cursor: pointer;
	position: relative;
}
.boton-redondo-blanco:hover {
	background-color: #CCC;
	color: var(--color-01);
	transition: all 1.0s ease;
}



.boton-redondo-color {
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
	border-radius: 25px;
	border: 1px solid #FFF;
	background-color: var(--color-01);
	border: 0px solid #BBB;
	padding: 9px 20px;
	text-decoration: none;
	cursor: pointer;
	position: relative;
}
.boton-redondo-color:hover {
	background-color: #CCC;
	color: var(--color-01);
	transition: all 1.0s ease;
}

/* BOTONES 1 ------------------------------------------------  */








.etiqueta {
	display: inline-block;
	line-height: 100%;
	background-color: rgba(255, 254, 254, 0.2);
	border-radius: 3px;
	padding: 5px 15px;
	margin: 3px;
	border: 3px solid #FFF;
	color: #000;
	font-weight: 300;
	font-size: 18px;
}

.etiqueta-con-icono {
	display: inline-block;
	align-items: center;
	line-height: 100%;
	background-color: rgba(256, 256, 256, 0.2);
	border-radius: 5px;
	padding: 10px 30px;
	margin: 3px;
	border: 1px solid #FFF;
	color: #FFF;
	font-weight: 300;
	font-size: 18px;
	line-height: 120%;
}

.ficha {
	border-left: 5px solid var(--color-02);
	background: #FFF;
	padding: 10px 20px;
	color: #000;
	font-size: 18px;
	box-shadow: 0px 0px 5px #CCC;
	margin-bottom: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;

}








/* SCROLL SNAP ------------------------------------------------------------  */
.scroll-snap-slider
{
	display: flex;
	width: 100%;
	height: 100%;
	overflow-x: scroll;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	scroll-snap-type: X mandatory;
}
.scroll-snap-slider img
{
	width: 100%;
	object-fit: cover;
	scroll-snap-align: center;
}
.scroll-snap-slider::-webkit-scrollbar
{
	height: 7px;
	background-color: rgba(0, 0, 0, 0.9);
}
.scroll-snap-slider::-webkit-scrollbar-thumb
{
	background: var(--color-01);
	border-radius: 0px;
}
/* SCROLL SNAP ------------------------------------------------------------  */








/* ANIMACIONES ----------------------------------------------  */
/* ANIMACIONES ----------------------------------------------  */
/* ANIMACIONES ----------------------------------------------  */
/* ANIMACIONES ----------------------------------------------  */
/* ANIMACIONES ----------------------------------------------  */








.animacion-escala {
	transition: all 0.5s ease;
}
.animacion-escala:hover {
	transform: scale(1.06);
	box-shadow: 7px 7px 7px #999;
}

/* --------  */

.animacion-transparente {
	opacity: 0.5;
	transition: all 0.5s ease;
}
.animacion-transparente:hover {
	opacity: 1;
}

/* --------  */

.animacion-transparente-2 {
	transition: all 0.5s ease;
}
.animacion-transparente-2:hover {
	opacity: 0.5;
}

/* --------  */

.animacion-desplazamiento {
	transition: all 0.5s ease;
}
.animacion-desplazamiento:hover {
	transform: translate(50px);
}

/* --------  */

.cambio-imagen {
	filter: sepia(1);
	transition: all 0.5s ease;
}
.cambio-imagen:hover {
	filter: sepia(0);
}

/* --------  */

.escala-con-link
{
	overflow: hidden;
}
.escala-con-link img 
{
	transition: all 0.6s ease;
}
.escala-con-link:hover img
{
	transform: scale(1.2);
	filter: blur(25px);
	filter: brightness(0.2);
	z-index: 2;
}
.escala-con-link a
{
	display:flex;
	position: absolute;
	align-items: center;
	opacity: 0;
	font-size: 30px;
	color: #FFF;
	font-weight: bold;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
}
.escala-con-link:hover a
{
	opacity: 1;
	z-index: 1;
}


/* --------  */

.cambio-imagen-por-texto {
	position: relative;
	left: 0%;
	width: 100%;
	height: 0;
    padding-bottom: 65%;
	overflow: hidden;
}
.cambio-imagen-por-texto .imagen-tarjeta,
.cambio-imagen-por-texto .detalles-tarjeta {
	width: 100%;
	height: 100%;
	position: absolute;
	box-sizing: border-box;
	transition: .5s;
}
.cambio-imagen-por-texto .imagen-tarjeta {
	top:  0;
	left: 0;
}
.cambio-imagen-por-texto:hover .imagen-tarjeta {
	top:  0;
	left: -100%;
}
.cambio-imagen-por-texto .imagen-tarjeta img{
	width: 100%;
}
.cambio-imagen-por-texto .detalles-tarjeta {
	background: #000;
	top: 0;
	left: 100%;
	padding: 20px;
}
.cambio-imagen-por-texto:hover .detalles-tarjeta {
	background: #000;
	top: 0;
	left: 0%;
}




/* --------  */





/* ANIMACIONES ----------------------------------------------  */
/* ANIMACIONES ----------------------------------------------  */
/* ANIMACIONES ----------------------------------------------  */
/* ANIMACIONES ----------------------------------------------  */
/* ANIMACIONES ----------------------------------------------  */











/* SECCIONES ----------------------------------------------  */
/* SECCIONES ----------------------------------------------  */
/* SECCIONES ----------------------------------------------  */
/* SECCIONES ----------------------------------------------  */
/* SECCIONES ----------------------------------------------  */

/* FILTRO DE IMAGENES -------------------------------------------------------  */
#imagenesfiltro img {
  max-width: 200px;
  margin: 20px;
}
#laptop:checked ~ #imagenesfiltro .tablet, #laptop:checked ~ #imagenesfiltro .movil {
  display: none;
}

#tablet:checked ~ #imagenesfiltro .laptop, #tablet:checked ~ #imagenesfiltro .movil {
  display: none;
}

#movil:checked ~ #imagenesfiltro .tablet, #movil:checked ~ #imagenesfiltro .laptop {
  display: none;
}
/* FILTRO DE IMAGENES -------------------------------------------------------  */



/* EQUIPO ------------------------------------------------------------  */
.equipo
{
	background: #FFF;
	padding: 80px 20px 20px 20px;
	position: relative;
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}
.equipo img
{
	width: 160px;
	border-radius: 50%;
	border: 8px solid #FFFF;
	position: absolute;
	top: -80px;
}
/* EQUIPO ------------------------------------------------------------  */



/* AJEDREZ ------------------------------------------------------------  */
.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}
/* AJEDREZ ------------------------------------------------------------  */




/* CAJAS SORPRESA -------------------------------------------------------  */
.sorpresa .box
{
	position: relative;
	background: #FFF;
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
	border-radius: 4px;
	padding: 40px;
	box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
}

.sorpresa .box .icon
{
	position: relative;
	width: 80px;
	height: 80px;
	color: #FFF;
	background: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	border-radius: 50%;
	font-size: 40px;
	font-weight: bold;
	transition: 1s;
}

.sorpresa .box .icon
{
	box-shadow: 0 0 0 0 var(--color-01);
	background: var(--color-01);
}

.sorpresa .box:hover .icon
{
	box-shadow: 0 0 0 400px var(--color-01);
}

.sorpresa .box .icon2
{
	box-shadow: 0 0 0 0 var(--color-02);
	background: var(--color-02);
}

.sorpresa .box:hover .icon2
{
	box-shadow: 0 0 0 400px var(--color-02);
}

.sorpresa .box .icon3
{
	box-shadow: 0 0 0 0 var(--color-03);
	background: var(--color-03);
}

.sorpresa .box:hover .icon3
{
	box-shadow: 0 0 0 400px var(--color-03);
}

.sorpresa .box .content
{
	position: relative;
	z-index: 1;
	transition: 0.5s;
}

.sorpresa .box:hover a
{
	position: relative;
	color: #FFF;
}

.sorpresa .box:hover p
{
	color: #FFF;
}

.sorpresa .box:before
{
	content: '';
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(255,256,256,.2);
	z-index: 1;
}
/* CAJAS SORPRESA -------------------------------------------------------  */





/* TARJETAS FLIP -------------------------------------------------------  */
.flip-card {
	background-color: transparent;
	width: 100%;
	height: 350px;
	perspective: 1000px;
}
.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.65s;
	transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}
.flip-card-front,
.flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 16px;
}
.flip-card-front {
	overflow: hidden;
	background-image:
		linear-gradient(
			45deg, #6f04d9, #d9048e
		);
}
.flip-card-front img {
	width: 100%;
}
.flip-card-back {
	background-image:
		linear-gradient(
			315deg, #6f04d9, #8a045c
		);
	color: #FFF;
	transform: rotateY(180deg);
}
.flip-card-back img {
	margin-top: 1rem;
}
/* TARJETAS FLIP -------------------------------------------------------  */





/* NAVEGACION POR CLUSTERS -------------------------------------------------------  */
.navegacion-por-clusters .caja
{
	border: 1px solid #CCC;
	padding: 10px 15px 7px;
	cursor: pointer;
	overflow: hidden;
}

.navegacion-por-clusters .caja .interior
{
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .5s ease;
}

.navegacion-por-clusters .caja:hover .interior
{
	transform: translateX(20px);
}

/* NAVEGACION POR CLUSTERS -------------------------------------------------------  */


/* SECCIONES ----------------------------------------------  */
/* SECCIONES ----------------------------------------------  */
/* SECCIONES ----------------------------------------------  */
/* SECCIONES ----------------------------------------------  */
/* SECCIONES ----------------------------------------------  */













/* TABLA ESQUINAS REDONDAS -------------------------------------------------------------------------------------  */
.bordered {
border: solid #FF0000 0px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 0 3px 3px #ccc;
-moz-box-shadow: 0 3px 3px #ccc;
box-shadow: 0 3px 3px #ccc;
}
.bordered td, .bordered th {
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
padding: 10px;
text-align: left;
}
.bordered th {
background-color: #dce9f9;
background-image: -webkit-gradient(linear, left top, left
bottom, from(#ebf3fc), to(#dce9f9));
background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
background-image: linear-gradient(top, #ebf3fc, #dce9f9);
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
-moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
border-top: none;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.bordered td:first-child, .bordered th:first-child {
border-left: none;
}
.bordered th:first-child {
-moz-border-radius: 10px 0 0 0;
-webkit-border-radius: 10px 0 0 0;
border-radius: 10px 0 0 0;
}
.bordered th:last-child {
-moz-border-radius: 0 10px 0 0;
-webkit-border-radius: 0 10px 0 0;
border-radius: 0 10px 0 0;
}
.bordered tr:last-child td:first-child {
-moz-border-radius: 0 0 0 10px;
-webkit-border-radius: 0 0 0 10px;
border-radius: 0 0 0 10px;
}
.bordered tr:last-child td:last-child {
-moz-border-radius: 0 0 10px 0;
-webkit-border-radius: 0 0 10px 0;
border-radius: 0 0 10px 0;
}
.bordered tr:hover {
background: #fbf8e9;
}
/* TABLA ESQUINAS REDONDAS -------------------------------------------------------------------------------------  */









/* REDIMENSIONAR RECAPCHA DE GOOGLE PARA QUE NO SE SALGA DE LA PANTALLA EN M�VILES PEQUE�OS ---------------------  */
.redimensionarrecptcha   {
	transform: scale(0.84);
	transform-origin: 0 0;
   }










/* IFRAME RESPONSIVE ------------------------------------------------------------  */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* IFRAME RESPONSIVE ------------------------------------------------------------  */










/* COOKIES ------------------------------------------------------------  */
#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:20px;
    width:100%;
    text-align:center;
    min-height:40px;
    background-color: rgba(0, 0, 0, 0.5);
    color:#fff;
    z-index:99999;
}
 
.inner {
    width:100%;
    position:absolute;
    padding-left:5px;
    font-family:verdana;
    font-size:12px;
    top:30%;
}
 
.inner a.ok {
    padding:4px;
    color:#00ff2e;
    text-decoration:none;
}
 
.inner a.info {
    padding-left:5px;
    text-decoration:none;
    color:#faff00;
}
/* COOKIES ------------------------------------------------------------  */



