/* ============================
   TEATRO TELETON CUSTOM STYLES
   TipografÃ­as: Montserrat (tÃ­tulos), Lato (texto)
   ============================ */
   p, span, h1, h2, h3, h4, h5, h6 ,li ,a {
    color: #3C3A37;
  }
    
   p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 200;
  }

   @font-face {
    font-family: 'Albert Sans';
    src: url('../font/Albert_Sans/static/AlbertSans-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
  }
  @font-face {
    font-family: 'Albert Sans';
    src: url('../font/Albert_Sans/static/AlbertSans-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
  }
  @font-face {
    font-family: 'Albert Sans';
    src: url('../font/Albert_Sans/static/AlbertSans-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
  }
  @font-face {
    font-family: 'Albert Sans';
    src: url('../font/Albert_Sans/static/AlbertSans-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
  }
  @font-face {
    font-family: 'Albert Sans';
    src: url('../font/Albert_Sans/static/AlbertSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
  }
  @font-face {
    font-family: 'Albert Sans';
    src: url('../font/Albert_Sans/static/AlbertSans-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
  }
  @font-face {
    font-family: 'Albert Sans';
    src: url('../font/Albert_Sans/static/AlbertSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: 'Albert Sans';
    src: url('../font/Albert_Sans/static/AlbertSans-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
  }
  @font-face {
    font-family: 'Albert Sans';
    src: url('../font/Albert_Sans/static/AlbertSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
  }
  @font-face {
    font-family: 'Albert Sans';
    src: url('../font/Albert_Sans/static/AlbertSans-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
  }
  @font-face {
    font-family: 'Albert Sans';
    src: url('../font/Albert_Sans/static/AlbertSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
  }
  @font-face {
    font-family: 'Albert Sans';
    src: url('../font/Albert_Sans/static/AlbertSans-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
  }
  @font-face {
    font-family: 'Albert Sans';
    src: url('../font/Albert_Sans/static/AlbertSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }
  @font-face {
    font-family: 'Albert Sans';
    src: url('../font/Albert_Sans/static/AlbertSans-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
  }
  @font-face {
    font-family: 'Albert Sans';
    src: url('../font/Albert_Sans/static/AlbertSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
  }
  @font-face {
    font-family: 'Albert Sans';
    src: url('../font/Albert_Sans/static/AlbertSans-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
  }
  @font-face {
    font-family: 'Albert Sans';
    src: url('../font/Albert_Sans/static/AlbertSans-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
  }
  @font-face {
    font-family: 'Albert Sans';
    src: url('../font/Albert_Sans/static/AlbertSans-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
  }
  
  * {
    font-family: 'Albert Sans', sans-serif;
  }
  
  .span_header,.link_span_header{
    font-family: 'Albert Sans', sans-serif;
    font-weight: 300;
    font-size: 12px;
    font-style: light;
    color: #fff;
  }
  .link_span_header{  
    text-decoration: none;
    margin-left: 1rem;
  }
  .link_nav{
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    font-family: 'Albert Sans', sans-serif;
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }
  
  .navbar-nav .nav-link {
    font-family: 'Albert Sans', sans-serif;
    color: white !important;
    text-decoration: none;
    font-weight: 300;
  }
  
  .portada{
    font-family: 'Albert Sans', sans-serif;
    font-weight: 300;
    font-size: 12px;
    font-style: light;
    color: #fff;
  }
  
  .borde_color_imagen{
    /* border: 2px solid #e7d0b8; */
    background-color: #AA9985;
    padding-top: 0.7rem;
    border-radius: 1rem;
  }

  .navbar {
    transition: all 0.3s ease;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;

  }
  
  .navbar-scrolled {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;

  }
  
  
  
  
  
  body {
    font-family: 'Albert Sans', sans-serif;
    background: #000000 url('../img/Pages-Services-Hero-BG.webp')  no-repeat;
    background-position: 250px top;
    background-size:1200px auto; /* ancho 800px, alto proporcional */
    color: #f6f6f6;
    min-height: 100vh;
  }
  
  .teleton-navbar {
    background: #232323 !important;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    min-height: 70px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.09);
    border-bottom: 1px solid #222;
  }
  
  .teleton-navbar .navbar-brand {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 2rem;
  }
  
  .teleton-navbar .navbar-nav {
    align-items: center;
  }
  
  .teleton-navbar .nav-link {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    margin-right: 1.2rem;
    color: #e7d0b8 !important;
    transition: color 0.2s;
  }
  .teleton-navbar .nav-link.active, .teleton-navbar .nav-link:focus, .teleton-navbar .nav-link:hover {
    color: #fff !important;
  }
  
  .teleton-navbar .btn {
    border-radius: 3px;
    border-width: 2px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    margin-left: 1.5rem;
    padding: 0.45rem 1.2rem;
  }
  
  .contenedor-card_{
    border-radius: 1rem;
    height: 300px;
  }
  
  
  
  .teleton-navbar .nav-link,
  .teleton-navbar .btn {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    font-size: 1rem;
  }
  
  .teleton-navbar .btn {
    border-radius: 2px;
    border-width: 2px;
  }
  
  .teleton-maxwidth {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  
  .hero-content h1 {
    font-weight: 600;
    font-size: 4em;
    color: #fff;
    margin-top: 2.5rem;
  }
  
  .teleton-highlight {
    color: #e7d0b8;
  }
  
  .hero-content p.lead {
    font-size: 1.2rem;
    color: #e0e0e0;
    margin-bottom: 1.2rem;
  }
  
  .hero-img img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 18px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.25);
    object-fit: cover;
    margin: 0 auto;
    background: #181818;
    position: relative;
    z-index: 2;
  }
  
  .teleton-hero-bg {
    background: url('../img/Pages-Service-Inner-BG-1.webp') left top no-repeat,
                url('../img/Pages-Service-Inner-BG-2.webp') right top no-repeat;
  
    background-position: left -30px top 250px, right -30px top 250px;
    background-size: 15% auto, 15% auto;
    position: relative;
    z-index: 1;
  }
  .teleton-hero-bg_historia {
    background: url('../img/Pages-Service-Inner-BG-1.webp') left top no-repeat,
                url('../img/Pages-Service-Inner-BG-2.webp') right top no-repeat;
  
    background-position: left -30px top 150px, right -30px top 150px;
    background-size: 18% auto, 18% auto;
    position: relative;
    z-index: 1;
  }
  
  .hero-content {
    position: relative;
    z-index: 3;
    padding-top: 2.2rem;
  }
  
  .hero-description p {
    color: #cfcfcf;
    font-size: 1.07rem;
  }
  
  .triangulos-dos-colores {
    width: 300px;
    height: 300px;
  }
  
  .stat-card {
    background-image: url('../img/fondo_card_index.webp');
    border-radius: 1.5rem;
    color: white;
    position: relative;
    text-align: center;
    height: 300px;
  }
  
  .stat-title-primary {
    font-size: 1rem;
    background-color: #fff;
    color: #000000;
    padding: 0.5rem 1rem;
    width: max-content;
    border-radius: 1.5rem;
    
  }
  
  .stat-value {
    background-color: white;
    color: #c4b6a9;
    font-size: 3rem;
    font-weight: bold;
    padding: 1rem 2rem;
    border-radius: 2rem;
    display: inline-block;
    margin-bottom: 1rem;
  }
  
  .stat-desc {
    font-size: 1rem;
    color: white;
  }
  .teleton-contact-section {
    background: #181818;
    padding: 60px 0 40px 0;
  }
  
  .teleton-contact-section h2 {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: #fff;
  }
  
  .teleton-footer {
    background: #232323;
    color: #e0e0e0;
  }
  
  .teleton-footer-bar {
    background: #e7d0b8;
    color: #232323;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1.2px;
    font-size: 0.95rem;
  }
  
  .footer-link {
    color: #e7d0b8;
    text-decoration: none;
  }
  .footer-link:hover {
    text-decoration: underline;
  }
  
  @media (max-width: 1200px) {
    .teleton-maxwidth { 
      max-width: 98vw; 
    }
    .hero-img img {
      max-width: 98vw;
    }
  }
  @media (max-width: 768px) {
    .hero-content h1 { font-size: 1.5rem; }
    .teleton-contact-section h2 { font-size: 1.3rem; }
    .stat-value { font-size: 1.5rem; }
    .hero-content h1 {
     
      font-size: 2.3rem;
     
    }
  }
  
  @media (max-width: 991px) {
    .teleton-navbar .navbar-collapse {
      background: #232323;
      padding: 1rem;
      border-radius: 10px;
      margin-top: 0.5rem;
    }
    .teleton-navbar .btn {
      margin-left: 0;
      margin-top: 1rem;
      width: 100%;
    }
  }
  
  @media (min-width: 768px) {
    .img-recortada {
      height: 400px;
      overflow: hidden;
    }
  
    .img-recortada img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center;
    }
  }
  
  @media (max-width: 767.98px) {
    .img-recortada img {
      width: 100%;
      height: auto;
      object-fit: contain;
    }
  }
  
  #carruselTeatro {
    /*! width: 100vw; */
    /*! height: 100vh; */
    overflow: hidden;
    position: relative;
    height: 100%;
    max-height: 1024px;
  }
  
  
  
  .contenido-carrusel {
    z-index: 10;
    background-color: #37373742;
  }
  
  .contenido-texto {
    width: 100%;
  }
  
  @media (min-width: 768px) {
    .contenido-texto {
      width: 50%;
      padding-left: 5rem;
      padding-right: 5rem;
    }
  }
  
  @media (max-width: 767.98px) {
    
  
    
  
    .contenido-carrusel {
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      padding: 1.5rem;
      justify-content: center;
      text-align: center;
    }
  
    .contenido-texto h1 {
      font-size: 1.5rem;
    }
  
    .contenido-texto p {
      font-size: 1rem;
    }
  
    .contenido-texto {
      padding: 0;
    }
  }

  
  .historia-transparente{
   display: flex;
   flex-direction: column;
   align-items:flex-end;
   border-radius: 1rem;
   background-color: rgba(255, 255, 255, 0.1);  
  }
  
  .sandro, .the-kooks, .lucybell, .years-and-years{
    color: #d7d7d7;
    padding: 0.5rem 1rem;
    height: 330px;
    width: auto;
    border-radius: 1rem;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.39);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-size: cover;
    background-position: center;
  }
    .sandro{
     background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, black 100%), url('../img/Sandro.jpg');
    
    }
    .the-kooks{
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, black 100%),  url('../img/The-Kooks.jpg');
  
    }
    .lucybell{
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, black 100%), url('../img/Lucybell.jpg');
    }
    .years-and-years{
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, black 100%), url('../img/Years-And-Years.jpg');
    }
      
      .contactanos_historia{
        margin: 5rem 0;
        /*! height: 350px; */
        background-image: url('../img/Creative-Studio-CTA-BG.webp');
        background-color: #a99985;
        padding: 5rem 0;
        border-radius: 1rem;
      }
  
      .container_teleton_contacto{
        background-color: #181818;
        background-image: url('../img/escenari_desde_el_publico.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 5rem;
      }
      
    
  
  
  .card-evento, .evento-card {
    max-width: 300px;
    margin: auto;
    font-family: 'Albert Sans', sans-serif;
  }
  .card-evento img, .evento-card img {
    height: 180px;
    object-fit: cover;
  }
  


  .btn_teleton{
    background-color: #a99985 !important;
    color: white !important;
    border: none;
    /*! padding: 0.5rem 1rem; */
    font-weight: 500;
    font-family: 'Albert Sans', sans-serif;
    border-radius: 0.375rem;
    transition: background-color 0.3s ease;
  }

  .btn_teleton:hover{
    background-color: #927d6e !important;
    color: white !important;
  }

  .btn-outline-teleton{
    --bs-btn-color: #927D6E !important;
    --bs-btn-border-color: #927D6E !important;
    --bs-btn-hover-color: #000 !important;
    --bs-btn-hover-bg: #927D6E !important;
    --bs-btn-hover-border-color: #927D6E !important;
    --bs-btn-focus-shadow-rgb: 248,249,250 !important;
    --bs-btn-active-color: #000 !important;
    --bs-btn-active-bg: #f8f9fa !important;
    --bs-btn-active-border-color: #f8f9fa !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
    --bs-btn-disabled-color: #f8f9fa !important;
    --bs-btn-disabled-bg: transparent !important;
    --bs-btn-disabled-border-color: #f8f9fa !important;
    --bs-gradient: none !important;
  }


  
  
  .carousel-slide-bg {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .img-zoom {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(2,2);
  }
  
  @media (max-width: 768px) {
    .carousel-slide-bg {
      height: 70vh;
    }
  }
  
  
  /* Estilos estilizados para cards de cartelera */
  
  .ajustecard {
    max-width: 280px;
    margin: auto;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease;
    height: auto;
  }
  
  .ajustecard:hover {
    transform: translateY(-5px);
  }
  
  .ajustecard img {
    height: 160px;
    object-fit: cover;
    border-bottom: 1px solid #eee;
  }
  
  .test_card_body {
    padding: 0.75rem 1rem;
  }
  
  .card-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
  }
  
  .test_card {
    font-size: 0.85rem;
    color: #555;
    margin-bottom: 0.25rem;
  }
  
  .card-footer {
    font-size: 0.75rem;
    color: #999;
    background: transparent;
    border-top: none;
    padding: 0 1rem 1rem 1rem;
  }
  
  
  
  /* ============================================
     CARTELERA - ESTILOS MINIMALISTAS Y COMPACTOS
     ============================================ */
  
     .cartelera-card {
      
      margin: auto;
      border-radius: 0.2rem;
      overflow: hidden;
      background-color: #ffffff;
      color: #181818;
      display: flex;
      flex-direction: column;
      box-shadow: 0 2px 10px rgba(0,0,0,0.08);
      transition: transform 0.3s ease;
      border-top: 4px solid #AA9985;
      border-bottom: 4px solid #AA9985;
      width: 280px;
    }
    
    .cartelera-card:hover {
      transform: translateY(-4px);
    }
    
    .cartelera-card img {
      object-fit: cover;
      border-bottom: 1px solid #eee;
      height: 300px;
    }
    
    .cartelera-card-body {
      padding: 1rem;
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
      align-items: start;
      background-color: #ffffff;
    }
    
    .cartelera-card-title {
      font-size: 1rem;
      font-weight: 600;
      font-family: 'Albert Sans', sans-serif;
      margin: 0;
    }
    
    .cartelera-card-footer {
      font-size: 0.85rem;
      font-weight: 300;
      font-family: 'Albert Sans', sans-serif;
      /*! margin-bottom: 0.5rem; */
    }

    .card-img-top {
      object-fit: cover;
      object-position: center center;
      height: 150px;
      width: 100%;
    }

    .card-img-portada {
      aspect-ratio: 16 / 9;
      width: 100%;
      height: auto;
      object-fit: cover;
      object-position: center center;
      border-radius: 1rem;
    }

    .fondo-difuminado {
      background-color: rgba(255, 255, 255, 0.2); /* color blanco semitransparente */
      backdrop-filter: blur(10px);               /* aplica el desenfoque */
      -webkit-backdrop-filter: blur(10px);       /* para Safari */
    }

    .fondo-difuminado a:hover {
      color: #a99985 !important;
    }
    .card_nuestra_historia .card-bg {
      position: relative;
      overflow: hidden;
      height: 300px;
      border-radius: 1rem;
      background-size: cover;
      background-position: center;
      transition: transform 0.4s ease;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 1rem;
    }
    
    /* Animar imagen al hacer hover */
    .card_nuestra_historia:hover .card-bg {
      transform: scale(1.05);
    }
    
    /* Ocultar textos solo de la card actual */
    .card_nuestra_historia:hover .card-bg h3,
    .card_nuestra_historia:hover .card-bg p {
      opacity: 0;
      transition: opacity 0.3s ease;
    }
    
    /* Mostrar textos por defecto */
    .card_nuestra_historia .card-bg h3,
    .card_nuestra_historia .card-bg p {
      opacity: 1;
      z-index: 1;
      transition: opacity 0.3s ease;
    }
    
    .icon-face:hover{
      fill: #0866ff;
    }
    .icon-insta:hover{
      fill: #f00075;
    }
    .icon-x :hover{
      fill: #ffffff;
      stroke: #000000;
      padding: 0.5rem;
      border-radius: 1rem;
     
    }

      /* Estilo base sin borde para móviles */
    .columna-izquierda {
      padding: 1.5rem;
    }

    /* Solo muestra el borde derecho en pantallas desde 768px hacia arriba */
    @media (min-width: 768px) {
      .columna-izquierda {
        border-right: 1px solid #ccc; /* o el color que querai */
      }

      /* Opcional: espacio entre el borde y el contenido derecho */
      .columna-derecha {
        padding-left: 2rem;
      }
    }

    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }
    .navbar-toggler {
      border: none; /* o ponle border: 1px solid white; si querís que tenga borde blanco */
    }



    .btn_tl {
      display: inline-block;
      font-weight: 400;
      line-height: 1.5;
      color: #a99985;
      text-align: center;
      text-decoration: none;
      vertical-align: middle;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
      background-color: transparent;
      border: 1px solid #a99985;
      padding: .375rem .75rem;
      font-size: 1rem;
      border-radius: .25rem;
      transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .btn_tl:hover{
      color: #ffffff;
      background-color: #a99985;
      border-color: #a99985;
    }

    .navbar-nav .nav-link:hover {
      color: #a99985 !important;
    }

    .footer-menu a:hover {
      color: white;
      text-decoration: none; /* Por si el tema aplica subrayado por defecto */
    }

    footer .navbar-nav:hover {
      color: #a99985 !important;
    }


    
