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

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: #A80000;
}

iframe {
  border: none;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.2);
}

.titulo {
  display: flex;
  justify-content: center;
  padding-bottom: 2rem;
  font-weight: 600;
  font-size: 2rem;
}

.logo-teatro {
  width: auto;
}

.boton_activo {
  color: #A80000;
  font-weight: 700;
}

.estilos-navbar {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
}
.estilos-navbar .estilos-enlaces::after {
  display: none;
}
.estilos-navbar .estilos-enlaces:hover, .estilos-navbar .estilos-enlaces:focus, .estilos-navbar .estilos-enlaces.show {
  color: #A80000;
}

.estilos-dropdown {
  color: rgba(33, 37, 41, 0.6509803922);
  font-weight: 600;
}
.estilos-dropdown:hover, .estilos-dropdown:focus, .estilos-dropdown:active {
  color: #A80000;
  background-color: transparent;
}

.estilos-menu-hamburguesa {
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
.estilos-menu-hamburguesa:hover {
  border: 1px solid rgba(154, 154, 154, 0.15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
}
.estilos-menu-hamburguesa:focus {
  box-shadow: none;
}

.icono-footer a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: white;
  transition: color 0.3s, transform 0.3s ease;
}

.icono-footer a:hover {
  color: #25D366;
}

.icono-footer-ig a {
  fill: white;
  transition: fill 0.3s ease;
}

.icono-footer-ig a:hover {
  fill: #A80000;
}

.icono-footer-yt {
  stroke: white;
  transition: stroke 0.3s ease;
}

.icono-footer-yt:hover {
  stroke: #A80000;
}

.icono-footer-fb {
  stroke: white;
  transition: stroke 0.3s ease;
}

.icono-footer-fb:hover {
  stroke: #A80000;
}

.icono-footer-x {
  fill: white;
  stroke: white;
  transition: stroke 0.3s ease;
}

.icono-footer-x:hover {
  stroke: #A80000;
  fill: #A80000;
}

.texto-footer {
  color: white;
}

.texto-footer-bases {
  color: white;
  transition: color 0.3s ease;
}

.texto-footer-bases:hover {
  color: #A80000;
}

.contenedor-iconos-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.border-footer {
  border-top: 2px solid #A80000;
}

@media (max-width: 576px) {
  .logo-teatro {
    height: 36px;
  }
}
@media (min-width: 576px) {
  .logo-teatro {
    height: 40px;
  }
}
@media (min-width: 768px) {
  .logo-teatro {
    height: 44px;
  }
}
@media (min-width: 992px) {
  .logo-teatro {
    height: 48px;
  }
}
@media (min-width: 1200px) {
  .logo-teatro {
    height: 48px;
  }
}
@media (min-width: 1400px) {
  .logo-teatro {
    height: 48px;
  }
}
@media (min-width: 576px) {
  #carouselExampleIndicators {
    height: 250px;
  }
}
@media (min-width: 768px) {
  #carouselExampleIndicators {
    height: 300px;
  }
}
@media (min-width: 992px) {
  #carouselExampleIndicators {
    height: 375px;
  }
}
@media (min-width: 1666px) {
  #carouselExampleIndicators {
    height: 450px;
  }
}
@media (max-width: 575px) {
  .contenedor-card__texto-nombre {
    font-size: 1rem;
  }
  .contenedor-card__texto-fecha-contenido {
    font-size: 1rem;
  }
  .contenedor-card__texto {
    padding: 0.8rem;
    gap: 0.8rem;
  }
  .contenedor-card__texto-numero {
    font-size: 1.5rem;
  }
}
@media (min-width: 576px) {
  .contenedor-card__texto-nombre {
    font-size: 1.25rem;
  }
  .contenedor-card__texto-fecha-contenido {
    font-size: 1.25rem;
  }
  .contenedor-card__texto {
    padding: 1rem;
    gap: 1rem;
  }
  .contenedor-card__texto-numero {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .contenedor-card__texto-nombre {
    font-size: 1rem;
  }
  .contenedor-card__texto-fecha-contenido {
    font-size: 1rem;
  }
  .contenedor-card__texto {
    padding: 0.75rem;
    gap: 0.75rem;
  }
  .contenedor-card__texto-numero {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .contenedor-card__texto-nombre {
    font-size: 1.25rem;
  }
  .contenedor-card__texto-fecha-contenido {
    font-size: 1.25rem;
  }
  .contenedor-card__texto {
    padding: 1rem;
    gap: 1rem;
  }
  .contenedor-card__texto-numero {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .contenedor-card__texto-nombre {
    font-size: 1.25rem;
  }
  .contenedor-card__texto-fecha-contenido {
    font-size: 1.25rem;
  }
  .contenedor-card__texto {
    padding: 1rem;
  }
  .contenedor-card__texto-numero {
    font-size: 1.75rem;
  }
}
@media (min-width: 1400px) {
  .contenedor-card__texto-nombre {
    font-size: 1.5rem;
  }
  .contenedor-card__texto-fecha-contenido {
    font-size: 1.5rem;
  }
  .contenedor-card__texto {
    padding: 1.5rem;
    gap: 1.5rem;
  }
  .contenedor-card__texto-numero {
    font-size: 1.75rem;
  }
}
@media (max-width: 423px) {
  .contenedor-iconos-footer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
}
@media (max-width: 576px) {
  .texto-show {
    height: auto;
  }
  .video-show {
    height: 45vh;
  }
}
@media (min-width: 576px) {
  .texto-show {
    height: auto;
  }
  .video-show {
    height: 50vh;
  }
}
@media (min-width: 768px) {
  .texto-show {
    height: auto;
  }
  .video-show {
    height: 55vh;
  }
}
@media (min-width: 992px) {
  .texto-show {
    height: 55vh;
  }
  .video-show {
    height: 80%;
  }
}
.descripcion-teatro {
  height: 300px;
}

@media (min-width: 768px) {
  .descripcion-teatro {
    height: 260px;
  }
}
@media (min-width: 992px) {
  .descripcion-teatro {
    height: 295px;
  }
}
@media (min-width: 1200px) {
  .descripcion-teatro {
    height: 354px;
  }
}
@media (min-width: 1400px) {
  .descripcion-teatro {
    height: 415px;
  }
}
body {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-size: 16px;
}

/* =====================================
=               Slider                =
===================================== */
#carouselExampleIndicatorsMobile {
  position: relative;
  overflow: hidden;
}

#carouselExampleIndicatorsMobile .carousel-inner,
#carouselExampleIndicatorsMobile .carousel-item,
#carouselExampleIndicatorsMobile .carousel-item img {
  height: 100%;
}

#carouselExampleIndicatorsMobile .carousel-item img {
  object-fit: cover;
  width: 100%;
}

#carouselExampleIndicatorsMobile .carousel-indicators {
  gap: 0 0.2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
}

#carouselExampleIndicatorsMobile .carousel-indicators button {
  width: 6vw;
  max-width: 39px;
  height: 1vw;
  max-height: 6px;
  min-width: 20px;
  min-height: 3px;
  background-color: #c7c7c7;
  border: none;
  border-radius: 0.25rem;
  opacity: 1;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin-bottom: 0.5rem;
}

#carouselExampleIndicatorsMobile .carousel-indicators .active {
  background-color: #A80000;
}

#carouselExampleIndicatorsMobile .carousel-indicators button:hover {
  background-color: #f0f0f0;
}

#carouselExampleIndicators {
  position: relative;
  overflow: hidden;
}

#carouselExampleIndicators .carousel-inner,
#carouselExampleIndicators .carousel-item,
#carouselExampleIndicators .carousel-item img {
  height: 100%;
}

#carouselExampleIndicators .carousel-item img {
  object-fit: cover;
  width: 100%;
}

#carouselExampleIndicators .carousel-indicators {
  gap: 0 0.2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
}

#carouselExampleIndicators .carousel-indicators button {
  width: 6vw;
  max-width: 39px;
  height: 1vw;
  max-height: 6px;
  min-width: 20px;
  min-height: 3px;
  background-color: #c7c7c7;
  border: none;
  border-radius: 0.25rem;
  opacity: 1;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin-bottom: 0.5rem;
}

#carouselExampleIndicators .carousel-indicators .active {
  background-color: #A80000;
}

#carouselExampleIndicators .carousel-indicators button:hover {
  background-color: white;
}

.carousel {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
}

/* =====================================
=               Agenda                =
===================================== */
.titulo-mes-actual {
  display: flex;
  justify-content: center;
}

.boton-mes {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.contenedor-calendario {
  display: flex;
  box-shadow: 0px 0px 2px 0.5px rgba(0, 0, 0, 0.08);
  border: 1.2px solid rgba(0, 0, 0, 0.08);
  justify-content: space-between;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 1rem;
  height: auto;
}

.contenedor-calendario img {
  width: 2rem;
  margin-inline: 0.5rem;
}

/* Cards*/
.contenedor-card__link:hover {
  color: inherit;
}

.contenedor-card {
  display: flex;
  width: 100%;
  position: relative;
  border: none;
  height: auto;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.contenedor-card:hover {
  box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.18);
}

.contenedor-card__imagen {
  width: 100%;
  height: auto;
}

.contenedor-card__imagen img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1rem 1rem 2rem 2rem;
}

.contenedor-card__texto {
  display: flex;
  border: none;
  flex-direction: column;
  position: absolute;
  background-color: white;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  height: auto;
  justify-content: center;
  gap: 1rem;
  align-items: center;
}

.contenedor-card__texto-nombre {
  display: flex;
  height: 1rem;
  justify-content: center;
  align-items: center;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.contenedor-card__texto-fecha {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  height: 1rem;
  align-items: center;
}

.contenedor-card__texto-fecha-contenido {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  height: 100%;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.contenedor-card__texto-numero {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #A80000;
}

/* =====================================
=               Sponsors               =
===================================== */
.logo-rect {
  background-color: white;
  border-radius: 1rem;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
}

.text-rojo {
  color: #A80000;
}

.contenedor-fecha {
  text-align: center;
  box-shadow: 0px 0px 2px 0.5px rgba(0, 0, 0, 0.05);
  border: 1.2px solid rgba(0, 0, 0, 0.08);
  padding: 0.5rem 1rem;
  border-radius: 1rem;
}

.bloque-fecha {
  display: inline-block;
  white-space: wrap;
  margin-right: 0.25rem;
}

.boton-comprar {
  display: flex;
  width: 100%;
  height: 2.5rem;
  margin-bottom: 1rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 1rem;
  border-style: none;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  background-color: #A80000;
  color: white;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.boton-comprar:hover {
  background-color: #8A0000;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.15);
}

.btn-modal-cancelar {
  width: 10rem;
}
.btn-modal-cancelar:hover {
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.15);
}

.btn-modal-comprar {
  color: #A80000;
  border-color: #A80000;
  width: 10rem;
}
.btn-modal-comprar:hover {
  background-color: #A80000;
  color: white;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.15);
}

.icono-ig-show {
  fill: black;
  transition: fill 0.3s ease;
}
.icono-ig-show:hover {
  fill: #A80000;
}

.icono-yt-show {
  stroke: black;
  transition: stroke 0.3s ease;
}
.icono-yt-show:hover {
  stroke: #A80000;
}

.icono-fb-show {
  stroke: black;
  transition: stroke 0.3s ease;
}
.icono-fb-show:hover {
  stroke: #A80000;
}

.icono-x-show {
  fill: black;
  stroke: black;
  transition: stroke 0.3s ease;
}
.icono-x-show:hover {
  stroke: #A80000;
  fill: #A80000;
}

.sombra-card {
  box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.25);
}

.descripcion-teatro {
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}
.descripcion-teatro::-webkit-scrollbar {
  width: 6px;
}
.descripcion-teatro::-webkit-scrollbar-track {
  background: transparent;
}
.descripcion-teatro::-webkit-scrollbar-thumb {
  background-color: #bbb;
  border-radius: 4px;
}
.descripcion-teatro::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}

.boton-descarga {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  padding: 0.5rem;
  border-radius: 1rem;
  border: none;
  font-weight: 600;
  font-size: clamp(0.75rem, 2.5vw, 1rem);
  text-transform: uppercase;
  background-color: #A80000;
  color: white;
  cursor: pointer;
  text-decoration: none;
  white-space: normal;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.boton-descarga:hover {
  background-color: #8A0000;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.15);
  color: white;
}

.texto-talleres-enfasis, .icono-talleres {
  color: #A80000;
}

.espaciado-titulo {
  letter-spacing: 0.04em;
}

.wsp-talleres a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: black;
  transition: color 0.3s ease;
}

.wsp-talleres a:hover {
  color: #107c41;
}

/* Formulario*/
.estilos-form {
  border-radius: 1rem;
}
.estilos-form:focus {
  border-color: #A80000;
  box-shadow: 0 0 4px 0 rgba(168, 0, 0, 0.2);
  outline: none;
}

.contenedor-archivo {
  display: flex;
  justify-content: start;
  align-items: center;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 1rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.contenedor-archivo:focus-within {
  border-color: #A80000;
  box-shadow: 0 0 4px 0 rgba(168, 0, 0, 0.2);
  outline: none;
}

.boton-enviar {
  border-radius: 1rem;
  width: 100%;
  height: 40px;
  border: none;
  background-color: #A80000;
  color: white;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  white-space: normal;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.boton-enviar:hover {
  background-color: #8A0000;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.15);
}

.boton-galeria {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  padding: 0.5rem;
  border-radius: 1rem;
  font-weight: 600;
  font-size: clamp(0.75rem, 2.5vw, 1rem);
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  white-space: normal;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}
.boton-galeria:hover {
  background-color: #A80000;
  color: white;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.15);
}

.boton-galeria__active {
  background-color: #A80000;
  color: white;
}

.boton-galeria__inactive {
  background-color: white;
  color: #A80000;
  border: 1px solid #A80000;
}

.foto-galeria figure img {
  box-shadow: 3px 6px 8px rgba(0, 0, 0, 0.15);
}

/*# sourceMappingURL=styles.css.map */
