@charset "UTF-8";


/*!
 * HOME - GLOBAL
 */

  /* 1- DESTACADOS HOME */
  /* 2- JORNADAS */  
 /* 3- SLIDER DESTACADOS */ 
/* 4- SLIDER ACTIVIDADES */
/* 5- BLOQUE TOP PAGE popup */




/* 1- DESTACADOS HOME */


.view-id-destacados_home .view-header {
    position: absolute;
    width: 100%;
    z-index: 9;
	top: 8vh;
}

.view-id-destacados_home  {
	position: relative;
	background-color: #000;
}

#views-bootstrap-destacados-home-destacados .col-md-12.position-relative {
  position: relative;
}

#views-bootstrap-destacados-home-destacados .carousel-indicators {
    margin-bottom: 2rem;
}

#views-bootstrap-destacados-home-destacados .carousel-caption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	max-width: 1200px;
}

#views-bootstrap-destacados-home-destacados .carousel-caption p{
	max-width: 720px;
}

#views-bootstrap-destacados-home-destacados img {
    width: 100%;
    object-fit: cover;
    filter: brightness(0.5);
    height: 100vh;
    min-height: 700px;
}

#views-bootstrap-destacados-home-destacados a {
    color: #FFF;
}

.carousel-control-prev,
.carousel-control-next {
	opacity: 1;
}

.carousel-control-prev-icon {
    background-color: #000;
    border-radius: 25px;
    height: 50px;
    width: 50px;
    background-size: 30px;
    background-position-x: 7px;
}

.carousel-control-next-icon {
	background-color: #000;
    border-radius: 25px;
    height: 50px;
    width: 50px;
    background-size: 30px;
    background-position-x: 12px;
}


.carousel-indicators .active, .carousel-indicators .media-library-view--widget .view-header a.is-active, 
.media-library-view--widget .view-header .carousel-indicators a.is-active {
	background-color: #FFED00;
}

.view-id-destacados_home  .carousel-caption {
	max-width: 955px;
    margin: auto;
}


.view-id-destacados_home .carousel-caption h3, 
.view-id-destacados_home .carousel-caption h3 a {
    color: #FFF;
    text-align: center;
	font-family: Univers45Light;
    font-size: 65px;
    font-style: normal;
    font-weight: 300;
    line-height: 65px;
    letter-spacing: -1.3px;
    text-decoration: none;
	max-width: 1090px;
}

.view-id-destacados_home .enlace {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.view-id-destacados_home .enlace a {
    text-decoration: none;
    font-size: 27px;
    line-height: 34px;
    letter-spacing: -0.81px;
    display: block;
    border: 1px solid #FFF;
    padding: 12px 75px 12px 25px;
    border-radius: 30px;
    height: 57px;
    position: relative;
    color: #000;
    transition: all 0.5s ease;
    width: max-content;
}

.view-id-destacados_home .enlace a:hover {
	background-color: #FFF;
	transition: all 0.5s ease;
	color:#000 !important;
	border: 1px solid #000;
}

.view-id-destacados_home .enlace a:hover::after {
    transition: all 0.5s ease;
    filter: invert(0);
}

.view-id-destacados_home .enlace a::after {
    content: " ";
    height: 57px;
    width: 57px;
    border: 1px solid #000;
    border-radius: 30px;
    display: block;
    position: absolute;
    right: -1px;
    top: -1px;
    background-image: url(/themes/custom/eklipse/images/right.svg);
    background-repeat: no-repeat;
    background-position: center;
    filter: invert(1);
	transition: all 0.5s ease;
}


.view-id-destacados_home .banner_home {
	display: none;
}


.view-id-destacados_home .noticias a {
    text-decoration: none;
    font-size: 27px;
    line-height: 34px;
    letter-spacing: -0.81px;
    display: block;
    border: 1px solid #FFF;
    padding: 12px 75px 12px 25px;
    border-radius: 30px;
    height: 57px;
    position: relative;
    color: #000;
    transition: all 0.5s ease;
    width: max-content;
}

.view-id-destacados_home .noticias a::after {
    content: " ";
    height: 57px;
    width: 57px;
    border: 1px solid #000;
    border-radius: 30px;
    display: block;
    position: absolute;
    right: -1px;
    top: -1px;
    background-image: url(/themes/custom/eklipse/images/right.svg);
    background-repeat: no-repeat;
    background-position: center;
    filter: invert(1);
    transition: all 0.5s ease;
}

.view-id-destacados_home .noticias a:hover {
	background-color: #FFF;
	transition: all 0.5s ease;
	color:#000 !important;
	border: 1px solid #000;
}

.view-id-destacados_home .noticias a:hover::after {
    transition: all 0.5s ease;
    filter: invert(0);
}









/* Carousel */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  mask-image: none !important;
  -webkit-mask-image: none !important;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
}

.carousel-control-prev-icon {
    background-image: url(/themes/custom/eklipse/images/right.svg) !important;
    background-color: transparent;
    filter: invert(1);
    height: 57px;
    width: 57px;
    background-position: center;
    rotate: 180deg;

	    transition: all 0.3s ease;
}

.carousel-control-next-icon {
    background-image: url(/themes/custom/eklipse/images/right.svg) !important;
    background-color: transparent;
    filter: invert(1);
    height: 57px;
    width: 57px;
    background-position: center;

	    transition: all 0.3s ease;
}
 
a.carousel-control-prev:hover .carousel-control-prev-icon,
a.carousel-control-next:hover .carousel-control-next-icon {
	background-color: #FFF;
	filter: invert(0);
	    transition: all 0.3s ease;
		border-radius: 30px;
}





  /* 2- JORNADAS */

.block-views-blockjornadas-ultima-jornada {
    background-color: #FFF;
    padding: 90px 0 25px 0 !important;
}

.path-home .block-views-blockjornadas-ultima-jornada {
    background-color: #FFF;
    padding: 90px 0 60px 0 !important;
}

.block-views-blockjornadas-jornadas-anteriores {
    background-color: #FFED00;
    padding: 25px 0 90px 0 !important;
}

.block-views-blockjornadas-ultima-jornada .numero,
.block-views-blockjornadas-jornadas-anteriores .numero {
    color: #000;
    font-family: Univers45Light;
    font-size: 65px;
    font-style: normal;
    font-weight: 300;
    line-height: 65px;
    letter-spacing: -1.3px;
}

.block-views-blockjornadas-ultima-jornada  h2, 
.block-views-blockjornadas-jornadas-anteriores  h2 {
    font-size: 65px;
    line-height: 1;
    letter-spacing: -1.3px;
    margin-bottom: 60px;
    padding-right: 35px;
}

.block-views-blockjornadas-ultima-jornada h3 {
    font-family: Univers55Roman;
    font-size: 27px;
    line-height: 30px;
    letter-spacing: -0.54px;

	font-weight: 300;
	margin-bottom: 0;
	margin-top: 15px;
}

.block-views-blockjornadas-jornadas-anteriores h3 {
    font-family: Univers55Roman;
    font-size: 27px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: -0.81px;
    margin-bottom: 30px;
    text-decoration: underline;
    width: fit-content;
    margin-top: 20px;
}

.block-views-blockjornadas-ultima-jornada .col-centro p,
.block-views-blockjornadas-jornadas-anteriores .col-centro p {
    font-size: 27px;
    line-height: 32px;
	letter-spacing: -0.81px; 
	padding-right: 62px;
}

.block-views-blockjornadas-ultima-jornada .datetime {
    color: #000;
    font-family: Univers45Light;
    font-size: 141.907px;
    font-style: normal;
    font-weight: 300;
    line-height: 106.43px;
    letter-spacing: -4.257px;
    margin-left: -24px;
    margin-bottom: 15px;
    display: block;
}

.block-views-blockjornadas-jornadas-anteriores .datetime {
	color: #000;
    font-family: Univers45Light;
    font-size: 65px;
    font-style: normal;
    font-weight: 300;
    line-height: 65px;
    letter-spacing: -1.3px;
    margin-left: -10px;
	margin-bottom: 15px;
    display: block;
}

.block-views-blockjornadas-ultima-jornada .enlace a,
.block-views-blockjornadas-ultima-jornada .enlace2 a{
    text-decoration: none;
    font-size: 27px;
    line-height: 34px;
    letter-spacing: -0.81px;
    display: block;
    border: 1px solid #000;
    padding: 12px 75px 12px 25px;
    border-radius: 30px;
    margin: 0 0 30px;
    height: 57px;
    position: relative;
    color: #000;
    transition: all 0.5s ease;
    width: max-content;
}

.block-views-blockjornadas-ultima-jornada .enlace a:hover,
.block-views-blockjornadas-ultima-jornada .enlace2 a:hover {
	background-color: #FFF;
	transition: all 0.5s ease;
}

.block-views-blockjornadas-ultima-jornada .enlace a::after,
.block-views-blockjornadas-ultima-jornada .enlace2 a::after {
    content: " ";
    height: 57px;
    width: 57px;
    border: 1px solid #000;
    border-radius: 30px;
    display: block;
    position: absolute;
    right: -1px;
    top: -1px;
    background-image: url(/themes/custom/eklipse/images/right.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.block-views-blockjornadas-ultima-jornada .enlace a::after {
	rotate: -40deg;
}

.block-views-blockjornadas-ultima-jornada .botones {
    margin-top: 30px;
	display: flex;
}

.block-views-blockjornadas-ultima-jornada .botones .enlace {
    margin-right: 15px;
}

.block-views-blockjornadas-ultima-jornada .ponentes {
    margin-top: 15px;
    margin-bottom: 20px;
}

.block-views-blockjornadas-ultima-jornada .ponentes p {
	margin: 0;
}

.block-views-blockjornadas-ultima-jornada .col-dcha,
.block-views-blockjornadas-jornadas-anteriores .col-dcha {
    font-family: Univers45Light;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: -0.6px;
}

.block-views-blockjornadas-ultima-jornada .col-dcha strong,
.block-views-blockjornadas-jornadas-anteriores .col-dcha strong {
	font-weight: 600;
}


.views-field-field-video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9; 
}






/* 4- SLIDER ACTIVIDADES */

.view-id-actividades {
	position: relative;
}

.view-id-actividades  .view-footer {
    position: absolute;
}

.block-views-blockactividades-actividades-home {
	height: 100vh;
    position: relative;
    background-color: #000;
	color: #FFF;
}

.block-views-blockactividades-actividades-home a {
	color: #FFF;
}

.block-views-blockactividades-actividades-home .carousel {
    position: static;
}

.block-views-blockactividades-actividades-home {
    background-image: url(/themes/custom/eklipse/images/estrellas.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
	min-height: 900px;
}




/* Animación imagen de fondo Estrellas */

.block-views-blockactividades-actividades-home {
  position: relative;
  overflow: hidden; /* evita que la imagen se salga */
  min-height: 900px;
  background-color: #000;
  mix-blend-mode: multiply;
}

.block-views-blockactividades-actividades-home::before {
  content: "";
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  background-image: url(/themes/custom/eklipse/images/estrellas.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  transform-origin: center center;
  animation: zoomPan 30s ease-in-out infinite alternate;
  filter: brightness(0.5);
}

@keyframes zoomPan {
  0% {
    transform: scale(1) translate(0, 0);
  }
  25% {
    transform: scale(1.05) translate(5px, -5px);
  }
  50% {
    transform: scale(1.1) translate(-5px, 5px);
  }
  75% {
    transform: scale(1.05) translate(5px, 5px);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}










/* Localizamos el div específico para no romper otros carruseles */
.block-views-blockactividades-actividades-home .col-md-12.position-relative {
    display: flex;
    align-items: center; 
    justify-content: center; 
    min-height: 450px; 
}

.block-views-blockactividades-actividades-home .col-md-12.position-relative .carousel-caption {
    bottom: auto;
    right: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    max-width: 940px;
}

.block-views-blockactividades-actividades-home .view-header {
    position: absolute;
    width: 100%;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.54px;
    font-family: Univers45Light;
}

.block-views-blockactividades-actividades-home .carousel-item  .row {
    height: 100vh;
}

.block-views-blockactividades-actividades-home .carousel-item   {
    text-align: center;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
}




.block-views-blockactividades-actividades-home .carousel-item .codigo {
    color: #FFF;
    font-family: Univers45Light;
    font-weight: 300;
    line-height: 0.9;
    letter-spacing: -0.05em;
    font-size: clamp(80px, 20vw, 225px);
}

.block-views-blockactividades-actividades-home .carousel-item  .cuerpo {
	max-width: 955px;
}

.block-views-blockactividades-actividades-home .views-field-nothing h3 a {
	color: #FFF;
	text-align: center;
	font-family: Univers45Light;
	font-size: 65px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px; /* 46.154% */
	letter-spacing: -1.3px;
	text-decoration: none;
	z-index: 999;
    position: relative;
}





.view-id-actividades .views-field-nothing {
    height: 100%;
    display: flex;
    align-items: center;
}

.view-id-actividades .views-field-nothing .field-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.view-id-actividades .enlace {
    display: flex;
    justify-content: center;
    padding-top: 50px;    
    position: absolute;
    /*  bottom: 80px;   */
	bottom: 110px;
	z-index: 9;
}

.view-id-actividades .carousel-indicators {
    bottom: 30px;
}

.view-id-actividades .enlace a {
    text-decoration: none;
    font-size: 27px;
    line-height: 34px;
    letter-spacing: -0.81px;
    display: block;
    border: 1px solid #FFF;
    padding: 12px 75px 12px 25px;
    border-radius: 30px;
    height: 57px;
    position: relative;
    color: #FFF;
    transition: all 0.5s ease;
    width: max-content;
}

.view-id-actividades .enlace a::after {
    content: " ";
    height: 57px;
    width: 57px;
    border: 1px solid #000;
    border-radius: 30px;
    display: block;
    position: absolute;
    right: -1px;
    top: -1px;
    background-image: url(/themes/custom/eklipse/images/right.svg);
    background-repeat: no-repeat;
    background-position: center;
    filter: invert(1);
    transition: all 0.5s ease;
}

.view-id-actividades .enlace a:hover {
	background-color: #FFF;
	transition: all 0.5s ease;
	color:#000 !important;
	border: 1px solid #000;
}

.view-id-actividades .enlace a:hover::after {
    transition: all 0.5s ease;
    filter: invert(0);
}




.path-home #col3--2 {
	padding-top: 0;
}




/* 5- BLOQUE TOP PAGE popup */

.topbar-concurso {
  display: none;
  font-size: 18px;
}

.topbar-concurso.is-visible {
  display: block;
}

.topbar-concurso {
	padding: 9px 15px 5px 15px;
    background-color: #FFED00;
    color: #000;
}

.topbar-concurso a {
    color: #000;
}

.topbar-concurso button.topbar-close {
    background-color: transparent;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    box-shadow: none;
    text-shadow: none;
    border: 1px solid #000;
    color: #000;
    margin-left: 15px;
	line-height: 1.6;
}



/* --- Cometas y Animación --- */

.sky .comets {
	width: 150vw;
	height: 150vh;
	transform-origin: center;
	transform: translate3D(-25vw, -25vh, 1px) rotate(125deg) scale(0.9);
	overflow: hidden;
}

.sky  .comet {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3px;
	height: 75vh;
	background: linear-gradient(#fff, transparent);
	-webkit-animation: comet 3s ease-in-out forwards;
	animation: comet 3s ease-in-out forwards;
}

@-webkit-keyframes comet {
	0% {
		opacity: 0;
		transform: translateY(200%) scaleY(0);
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translateY(0) scaleY(1);
	}
}

@keyframes comet {
	0% {
		opacity: 0;
		transform: translateY(200%) scaleY(0);
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translateY(0) scaleY(1);
	}
}

/* --- Keyframes de Zoom --- */
@keyframes zoomEstrellas {
	0% {
		background-size: 100%;
	}
	50% {
		background-size: 115%;
	}
	100% {
		background-size: 100%;
	}
}





