


body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

a:active {
	opacity: 0.7;
}

.page a.active {
	color: #a02929;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 1.5px;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 2.5em;
}

blockquote {
	margin: 0;
	padding: 0 0 0 1em;
}

hr {
	background: rgba(0, 0, 0, 0.6);
	border: 0;
	height: 2px;
	display: block;
    margin-top: 1.0rem;
    margin-bottom: 1.0rem;
}

.content img {
	float: none;
	margin-bottom: 0;
    vertical-align: bottom;
}

[image-gallery="slideshow"] {
    margin-bottom: 2rem;
}



/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.3rem;
	font-weight: 500;
	color: rgb(255, 255, 255);
	font-family: "Diatype Variable", Icons;
	font-style: normal;
	line-height: 1.3;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {

}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: "Diatype Variable", Icons;
	font-style: normal;
	font-weight: 1000;
	padding: 0;
	margin: 0;
	font-size: 2.8rem;
	line-height: 1.2;
	color: rgb(255, 255, 255);
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] h1 a {
	color: rgba(0, 204, 255, 1);
}

[data-predefined-style="true"] h2 {
	font-family: "Diatype Variable", Icons;
	font-style: normal;
	font-weight: 00;
	padding: 0;
	margin: 0;
	color: rgb(247, 255, 0);
	font-size: 1.9rem;
	line-height: 1.1;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
	}

[data-predefined-style="true"] h2 a {
	color: rgb(120, 120, 30);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 0.6;
	font-family: "Monument Grotesk Variable", Icons;
	font-style: normal;
	font-weight: 395;
	color: rgb(247, 255, 0);
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] small a {
	color: rgb(247, 255, 0);
	border-bottom-width: 0em;
}

/**
 * Breakpoints
 */


[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: 0 /*!content_right*/;
	margin-right: 0 /*!content_right*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] body {
	background-color: rgb(0, 0, 0) /*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 0%/*!content_right*/;
}

[data-css-preset] .content_padding {
	padding-top: 1.6rem /*!main_margin*/;
	padding-bottom: 1.6rem /*!main_margin*/;
	padding-left: 1.6rem /*!main_margin*/;
	padding-right: 1.6rem /*!main_margin*/;
}


/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: transparent/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 100%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 0.75rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -1.5rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0.5rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -1rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: 1.0rem;
    margin-bottom: 2rem;
    font-size: 1.5rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: Diatype, Icons;
	font-style: normal;
	line-height: 1.3;
}

.thumbnails .tags {
    margin-top: .8rem;
    margin-bottom: 1.5rem;
    font-size: 1rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
	font-family: "Monument Grotesk Mono", Icons;
	font-style: normal;
	line-height: 1.2;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: -1.8rem;
}

/**
 * Site Menu Button
 */

[data-css-preset] #site_menu_button {
    color: rgba(255, 255, 255, 1);
    line-height: 1;
    font-size: 28px /*!site_menu_button*/;
    padding: 6px;
    line-height: 1;
    background: rgba(0, 0, 0, 1);
    position: fixed;
	right: 3rem /*!site_menu_button*/;
	top: 3rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: 7px;
    font-size: 40px;
}

#site_menu_button.custom_icon {
	width: 80px;
    height: 90px;
}

#site_menu_button.active {
	display: none;
}


/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(255, 255, 255, 1);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	color: rgba(255, 255, 255, 1);
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}

#site_menu a:active {
	opacity: .7;
}

#site_menu a.active {
	opacity: .4;
}

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 45px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1em;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}

/*
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.85);
    background: transparent;
	font-size: 32px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: 1rem /*!shop_button*/;
	left: 1.5rem /*!shop_button*/;
}

#shop_button.text {
    font-size: 1.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.75);
	font-family: Diatype, Icons;
    padding: 0;
    line-height: 1.3;
	font-style: normal;
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}

body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 40px;
}

/*
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: Diatype, Icons;
	font-size: 1.6rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.75);
    display: block;
    margin-bottom: 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .dropdown {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-size: 1.3rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.4;
    padding: .7rem 2.5rem 0.6rem 1rem;
	font-style: normal;
	font-weight: 400;
    color: rgba(0, 0, 0, 0.75);
}

.shop_product .button {
	font-family: Diatype, Icons;
	font-size: 1.3rem;
    background: rgba(0, 0, 0, 0.75);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem 0.8rem;
	font-style: normal;
	font-weight: 700;
}

/*
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: rgba(255, 255, 255, 1) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
	font-family: Diatype, Icons;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3.5rem 0;
    text-align: center;
    font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
    line-height: 1.3;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.4);
    color: white;
}


/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 0px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 2px;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 0px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 2px;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 2px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 3px;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
    stroke-width: 2px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 3px;
}


/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}



/*
 * Audio Player
 */

.audio-player {
    max-width: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: #fff;
    font-size: 1.4rem;
    line-height: 1.3;
	font-family: Diatype, Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(0,0,0,0.15);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
    fill: rgba(0, 0, 0, 0.85);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0,0,0,0.03);
}

.audio-player .progress {
    background: rgba(0,0,0,0.1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 0.9rem;
    fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}



.menu {
    position: fixed; /* Se queda fijo en la parte superior */
    top: 1rem; /* Pegado al borde superior */
    left: 0;
    margin-right: 100px;
    width: 100%; /* Ocupa todo el ancho */
    height: 50px; /* Ajusta la altura según necesites */
    background-color: transparent; /* Fondo para que no se superponga con el contenido */
    display: flex; /* Alinea los enlaces horizontalmente */
    align-items: center; /* Centra verticalmente */
    justify-content: right; /* Centra los enlaces horizontalmente */
    padding: 10px 10px; /* Espaciado interno */
    z-index: 500; /* Se asegura de que quede sobre otros elementos */
}

/* Ocultar el menú en dispositivos móviles */
@media (max-width: 768px) {
    .menu {
        display: none; /* Se oculta en móviles */
    }
}

/* Efecto hover para los enlaces */
.menu a {
    color: #fff; /* Color predeterminado del enlace */
    text-decoration: none; /* Elimina el subrayado predeterminado */
    padding: 5px 8px; /* Espaciado interno para que el área clickeable sea más amplia */
    transition: color 0.3s ease, background-color 0.3s ease, font-size 0.3s ease; /* Transición suave para el cambio de color y tamaño */
}

/* Cambio de color, tamaño y fondo al pasar el ratón */
.menu a:hover {
    color: #ffef00; /* Cambia el color del texto */
    background-color: transparent; /* Fondo de color oscuro semitransparente */
    border-radius: 5px; /* Agrega bordes redondeados al área de hover */
    font-size: 2.2rem; /* Aumenta el tamaño de la letra al pasar el ratón */
}
.menu a.active {
    color: #f7ff00; /* Cambia el color a rojo para indicar que es la página activa */
    font-size: 27px;
   ;
    font-weight: bold; /* Puedes hacer el texto más fuerte si lo prefieres */
}

.image-gallery-programacion {
  position: relative;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr); /* 3 columnas */
  gap: 4px; /* Espacio entre imágenes */
  column-gap: 1.2rem;
  width: 100%;
  max-width: 100%; /* Asegura que no exceda el ancho de la pantalla */
  margin-left: 0%; /* Centrado */
    box-sizing: border-box; /* Incluye padding en el ancho total */
}

.image-gallery-programacion .section {
  background: transparent;
  display: flex;
  flex-direction: column;
  padding: 10px;
  height: 100%; /* Asegura que cada sección ocupe el mismo espacio */
  
    display: block; /* Cambia el comportamiento a block */
}

.image-gallery-programacion .section img {
  width: 100%; /* Hace que las imágenes ocupen todo el ancho del contenedor */
  height: 300px !important; /* Asigna una altura fija a las imágenes */
  filter: brightness(80%) sepia(20%); /* Reduce brillo y añade tono cálido */
  transition: filter 0.3s ease-in-out !important; /* Suaviza el cambio */
    object-fit: cover; /* Mantiene la relación de aspecto sin estirar las imágenes */
}

.image-gallery-programacion .section img:hover {
  filter: brightness(100%) sepia(0%); /* Vuelve a la imagen normal */
}



.image-gallery-programacion .section-header {
  background: transparent;
    font-family: "Diatype Variable", Icons;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 31px;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
	font-style: normal;
	font-weight: 900;
}

.image-gallery-programacion .section:nth-child(3n + 1) {
  background-color: rgba(0, 0, 0, 0.2); /* Rojo suave */
}

.image-gallery-programacion .section:nth-child(3n + 2) {
  background-color: rgba(150, 150, 150, 0.3); /* Verde suave */
}

.image-gallery-programacion .section:nth-child(3n + 3) {
  background-color: rgba(0, 0, 0, 0.2); /* Azul suave */
}

/* 📱 Versión móvil: 1 sola columna */
@media (max-width: 768px) {
  .image-gallery-programacion {
    grid-template-columns: 1fr; /* 1 sola columna */
    width: 100%; /* Ocupa todo el ancho */
  }
}

.image-gallery-programacion .image-container {
  position: relative;
  width: 100%;
  top: 17px;
}

.image-gallery-programacion .image-container img {
 max-width: 100%;
  display: block;
  border-radius: 18px;
  margin-bottom: 5px;;
}



.image-gallery-programacion .caption {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: transparent; /* Fondo oscuro semitransparente */
  color: #f7ff00;
  padding: 12px 0px;
  font-size: 41px;
  border-radius: 5px;
  text-align: left;
  width: 90%;
  opacity: 1; /* Asegura que se vea */
  line-height: 37px;
  font-family: "Gravity Variable", Icons;
	font-style: normal;
    line-height: 27px;
    text-shadow: rgba(0, 0, 0, 0.43) 1px 2px 5px;
}


.image-gallery-programacion-2 {
  position: relative;
  top:-5px;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr); /* 3 columnas */
  gap: 4px; /* Espacio entre imágenes */
  column-gap: 1.2rem;
  width: 100%;
  max-width: 100%; /* Asegura que no exceda el ancho de la pantalla */
  margin: auto; /* Centrado */
  box-sizing: border-box; /* Incluye padding en el ancho total */
}

.image-gallery-programacion-2 .section {
  background: transparent;
  display: flex;
  flex-direction: column;
  padding: 10px;
  height: 100%; /* Asegura que cada sección ocupe el mismo espacio */
    display: block; /* Cambia el comportamiento a block */
}

.image-gallery-programacion-2 .section img {
  width: 100%; /* Hace que las imágenes ocupen todo el ancho del contenedor */
  height: 3000px !important; /* Asigna una altura fija a las imágenes */
  object-fit: cover; /* Mantiene la relación de aspecto sin estirar las imágenes */
}

.image-gallery-programacion-2 .section-header {
    grid-column: 1 / -1; /* Ocupa todas las columnas */
    background: transparent;
    font-family: "Favorit Variable", Icons;
  color: white;
  text-align: left;
  padding: 10px;
  font-size: 31px;
  font-weight: 700;
  font-variation-settings: 'slnt' 0;
  line-height: 2px;
}

/* 📱 Versión móvil: 1 sola columna */
@media (max-width: 768px) {
  .image-gallery-programacion-2 {
    grid-template-columns: 1fr; /* 1 sola columna */
    width: 100%; /* Ocupa todo el ancho */
  }
}

.image-gallery-programacion-2 .image-container {
  position: relative;
  width: 100%;
  top: 17px;
}

.image-gallery-programacion-2 .image-container img {
 max-width: 100%;
    height:300px !important;
  display: block;
  border-radius: 11px;
  margin-bottom: 5px;
  object-fit: cover;
}



.image-gallery-programacion-2 .caption {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: transparent; /* Fondo oscuro semitransparente */
  color: #f7ff00;
  padding: 12px 0px;
  font-size: 41px;
  border-radius: 5px;
  text-align: left;
  width: 90%;
  opacity: 1; /* Asegura que se vea */
  line-height: 37px;
  font-family: "Gravity Variable", Icons;
	font-style: normal;
    line-height: 27px;
    text-shadow: rgba(0, 0, 0, 0.43) 1px 2px 5px;
}





.cap-comp {
	font-size: 34px;
    font-variation-settings: 'wdth' 100, 'slnt' 0;    font-weight: 400; /* O puedes poner negrita si prefieres */
}

.cap-hr {
  font-family: "Diatype Variable", Icons;
    font-size: 23px;
    font-style: normal;
	font-weight: 300;
    color:#feffd2 ;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}








/*ESPECTACULO*/



/* Contenedor principal para alinear todo correctamente */
.texto-container {
    width: 100%;
    text-align: left;
    position: absolute;
    top: 10%;
    left: 5%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem; /* Espaciado entre elementos */
}

/* Estilos del título */
.titulo-estilo {
    position: relative;
    color: #f7ff00;
    font-family: "Gravity Variable", Icons;
    text-transform: uppercase;
    text-align: left;
    line-height: 1; /* Normaliza altura de línea */
    width: 98vw;
    overflow: hidden;
    top:-16rem;
    font-size: clamp(3rem, 13vw, 12rem); /* Se adapta al tamaño de la pantalla */
}

@media (max-width: 768px) {
    .titulo-estilo {
        font-size: clamp(5rem, 16vw, 8rem);
        top: -10rem; /* Evitar desplazamientos innecesarios */
    }
}

/* Estilos para la compañía */
.compania-estilo {
    position: relative;
    color: #f7ff00;
    font-family: "Gravity Variable", Icons;
    font-size: 3rem;
    text-align: left;
    top: -33rem; /* Elimina margin-top negativo */
}

@media (max-width: 768px) {
    .compania-estilo {
        font-size: 26px;
        top: -21rem;
    }
}

/* Estilos para la disciplina */
.disciplina-estilo {
    position: relative;
    color: #f7ff00;
    font-family: "Diatype Condensed Variable", Icons;
    font-size: 3rem;
    font-style: normal;
    font-variation-settings: 'slnt' 0, 'wdth' 75;
    font-weight: 500;
    display: inline;
}

.disciplina-estilo::before {
    content: " //";
    color: #f7ff00;
    font-family: "Diatype Condensed Variable", Icons;
    font-size: 3rem;
    margin-left: 0.4rem;
    margin-right: 0.2rem;
}

@media (max-width: 768px) {
    .disciplina-estilo {
        font-size: 26px;
        top: 0;
    }
}

/* Estilos para las fechas */
.fechas-estilo {
    position: relative;
    color: #f7ff00;
    font-family: "Diatype Condensed Variable", Icons;
    font-size: 2.5rem;
    font-style: normal;
    font-variation-settings: 'slnt' 0, 'wdth' 75;
    font-weight: 500;
    text-align: left;
    top: -55rem;
    transform: translateX(0); /* No lo mueve fuera de pantalla */
}

@media (max-width: 768px) {
    .fechas-estilo {
        font-size: 23px;
        top: -37rem;
    }
}


.sinopsis-estilo {
    position: relative;
    right: 0;
    z-index: -1;
    color: #f7ff00;
    font-family: "Diatype Condensed Variable", Icons;
    font-size: 2.1rem;
    text-align: right;
    background-color: rgba(0, 0, 0, 0.5);
    text-shadow: 4px 3px 3px rgba(0, 0, 0, 0.46);
    width: 100%;
    padding: 24px 0;
    padding-left: 21rem;
    padding-right: 3rem;
    font-weight: 500;
    top: -50rem;
    font-variation-settings: 'slnt' 0, 'wdth' 75;

    /* Opacidad inicial en 0 */
    opacity: 0;
    transition: opacity 1.5s ease-in-out; /* Suaviza la transición de opacidad */
}

@media (max-width: 768px) {
	.sinopsis-estilo{
	text-align: justify;
    padding-left: 4%;
        padding-right: 8%;
        font-size: 3rem;
        line-height: 19px;
        width:106%
}
}

.tickets-estilo {
    display: none;
    z-index: 10;
    position: fixed;
    top: 14%;
    right: 5%;
    color: #000;
    font-family: "VCR OSD Mono", Icons;
    transform: translateX(0) translateY(0) rotate(0deg);
    font-size: 3rem;
    font-style: normal;
    font-weight: 412;
    background-color: rgba(255, 0, 0, 0.87);
    padding: 17px;
    border-radius: 19px;
    animation: 0.6s infinite blink;
    transition: transform 0.3s ease, background-color 0.3s ease; /* Agrega transición suave */
}

@media (max-width: 768px) {
    .tickets-estilo {
        position: absolute;
        margin-right: 60px;
        margin-top: -39% !important;
        font-size: 14rem;
        transform: scale(0.26); /* Corrige la escala */
        display: none	;
        z-index: -10 !important; /* Asegura que se aplique el z-index */
    }
}

.tickets-estilo:hover {
    color: #ffef00; /* Cambia el color del texto */
    background-color: rgba(255, 0, 0, 1); /* Hace más visible el fondo */
    transform: scale(1.2) rotate(-5deg); /* Aumenta el tamaño total sin cambiar la rotación */
}
	



@keyframes blink {
    0%, 100% {
        opacity: 0.5;
    }
    100%, 100% {
        opacity: 1;
    }
}

.image-gallery-espectaculo {
    position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columnas de igual tamaño */
  gap: 3px; /* Espaciado entre las imágenes */
  top: -52rem !important;
    margin: 17px; /* Márgenes alrededor de la galería */
}

@media (max-width: 768px) {
	.image-gallery-espectaculo{
	grid-template-columns: repeat(1, 1fr);
        margin-top:19rem;
        
}
}

.image-gallery-espectaculo img {
  width: 100% !important; /* Asegura que las imágenes ocupen todo el ancho de su contenedor */
  height: 33rem !important; /* Mantiene la proporción de las imágenes */
  border-radius: 15px; /* Bordes redondeados en las imágenes */
  object-fit: cover; /* Asegura que las imágenes se ajusten correctamente sin distorsionarse */
}
    .espectaculo {
    font-size: 3.5rem; /* Ajusta el tamaño según lo que necesites */
    line-height: 0;
    color: #f7ff00; /* Opcional, si quieres que resalte más */

}
.hora {
    font-size: 2.5rem; /* Ajusta el tamaño según lo que necesites */
    font-family: "Favorit Variable", Icons;
    line-height: 1;;
    color: #f7ff00; /* Opcional, si quieres que resalte más */
	font-style: normal;
	font-weight: 300;
	font-variation-settings: 'slnt' 0;
}

.clase {
    font-size: 2.5rem; /* Ajusta el tamaño según lo que necesites */
    font-weight: 300;
    line-height: 1;;
    font-family: "Favorit Variable", Icons;
    color: #f7ff00; /* Opcional, si quieres que resalte más */
	font-style: normal;
	font-variation-settings: 'slnt' 0;
}
.clase::before {
    content: " // "; /* Agrega el texto antes */
    font-weight: 700; /* Opcional: ajusta el peso si quieres que se vea más sutil */
    font-size: 31px;
    font-family: "Diatype Compressed Variable", Icons;
    color: inherit; /* Mantiene el mismo color que el texto */
	font-style: normal;
	font-variation-settings: 'slnt' 0, 'wdth' 50;
}

@media (max-width: 768px) {
    .clase::before {
	font-size: 15px;
}
}

.video {
    position: relative;
    width: 100% !important;
    height: 100vh !important; /* Hace que ocupe toda la altura de la pantalla */
    overflow: hidden;
    border-radius: 29px;
    z-index: 1 !important;
    top: -54rem;
}
@media (max-width: 768px) {
    .video {
	top:-37rem;
    }
}


.video iframe {
    position: absolute;
    top: 0rem;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}



/* Asegura que el contenedor ocupe todo el espacio disponible */
.map {
    display: flex !important; /* Usamos flexbox */
    justify-content: center !important; /* Centra horizontalmente */
    align-items: center !important; /* Centra verticalmente */
    position: fixed ;
    width: 100vw !important; /* Ancho completo de la ventana */
    height: 100vh !important; /* Alto completo de la ventana */
    margin: 0 ;
    padding: 0 !important;
    left: 5px; 
    top:115px;
    overflow: hidden; /* Evita que se desborde cualquier contenido */
}



/* Posiciona el texto sobre el mapa a la derecha */
.map p {
    position: absolute;
    top: 10%; /* Ajusta la distancia desde la parte superior */
    right: 9%; /* Ajusta la distancia desde el borde derecho */
    color: #f7ff00; /* Color del texto */
    background-color:  #000;
    padding: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 25px; /* Tamaño del texto */
    font-weight: bold; /* Opcional: para hacer que el texto sea más destacado */
    border-radius: 14px;
    text-align: left;
    z-index: 10; /* Asegura que el texto quede encima del mapa */
}

@media (max-width: 768px) {
    .map p {
        display: none !important; /* Se oculta en móviles */
    }
}
/* Estilo para el enlace */
.map a {
    color: #f7ff00 !important; /* Color del enlace */
    text-decoration: none; /* Sin subrayado */
    font-weight: bold; /* Resalta el enlace */
}


.map a:hover {
    color: #fff !important; /* Color del enlace */

}

/* El iframe debe ocupar todo el espacio dentro del contenedor */
.map iframe {
    width: 100% !important;  /* Ocupa el 100% del ancho del contenedor */
    height: 100% !important; /* Ocupa el 100% del alto del contenedor */
    margin-top: -123px; /* Mueve el iframe hacia arriba */
    border: none; /* Elimina el borde del iframe */
}

/* Contenedor que envuelve la imagen */
.img-home {
    
    width: 100%;
    height: auto;
    overflow: hidden; /* Evita que la imagen se desborde del contenedor */
    display: flex; /* Usamos flexbox para centrar */
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
}

/* Contenedor que envuelve la imagen */
.img-home {
    position: fixed; /* Cambié de fixed a absolute para que no esté fijo en la pantalla */
    left: 50%;
    top: 56%; /* Centra también verticalmente si lo deseas */
    transform: translate(-50%, -50%); /* Centra la imagen tanto horizontal como verticalmente */
    width: 120%; /* La imagen se expande más allá del ancho, pero se centrará */
    height: auto;
    overflow: hidden; /* Previene desbordamientos */
}

/* Estilos de la imagen dentro del contenedor */
.img-home img {
    width: 100%; /* Ajusta el ancho de la imagen */
    height: auto; /* Mantiene la proporción */
    display: none;
    
    object-fit: contain; /* Asegura que la imagen no se estire ni recorte */
}

/* Mostrar imagen para PC */
@media (min-width: 769px) {
    .img-pc {
        width:140vh !important;
        display: block !important;
    }
}

/* Mostrar imagen para móviles */
@media (max-width: 768px) {
    .img-mobile {
        margin-top:-52px !important;
        width:91% !important;
        display: block !important;
    }
}

.web {
    position: absolute;
    font-family: "Diatype Variable", Icons;;
    font-size: 33px;
	font-style: normal;
	font-weight: 400;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
    color: #f7ff00 ;
}

.web a {
    color: #f7ff00 !important; /* Aplica el color amarillo al enlace */
    text-decoration: none; /* Quita el subrayado si no lo deseas */
}

.web a:hover {
    color: #fff !important; /* Puedes agregar un color diferente para el hover */
}

.web::before{
	content:"↖︎ ";
	font-size: 22px;
}
@media (max-width: 768px) {
    .web {
       top:5rem !important;
       font-size: 18px;
    }
    .web::before{
	content:"↖︎ ";
	font-size: 14px;
}
}



.redes {
    color: #f7ff00 !important; /* Aplica el color amarillo al enlace */
    position: fixed;
    font-size: 24px;
    margin-top: 1px;
    left: 1%;
    z-index: 1000 !important;
    text-decoration: none; /* Quita el subrayado si no lo deseas */
}

.menumovil {
    position: fixed;
    font-size: 90%;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    
    width: 100vw; /* Ocupa el 100% del ancho de la pantalla */
    white-space: nowrap; /* Evita los saltos de línea automáticos */
    overflow: hidden; /* Evita desbordamientos */
    text-align: center; /* Centra el texto */
}

/* El contenedor de los íconos hereda los estilos generales */
.menumovil .iconos-redes {
    margin-top: 30px; /* Ajusta el espacio sobre los íconos */
}



.tarjeta-busco {
    background-color: #87CEFA; /* Celeste */
}

.tarjeta-ofrezco {
    background-color: #fff700; /* Amarillo */
}

