* {
    margin: 0px;
    padding: 0px;
    ;

}

body {
    background: rgba(161, 137, 89, 0.644);

}

a {
    font-family: 'Kotta One', serif;

}


.card-text {
    color: rgba(184, 78, 17, 0.808);
    size: 14px;
    font-family: 'Kotta One', serif;
    text-shadow: 1px 2px rgb(23, 24, 23);
    text-align: center;
}

.card-text2 {
    size: 14px;
    text-align: center;
}

.card-text3 {
    size: 20px;
    text-align: justify;
}

.card-title {
    size: 20px;
    text-align: center;
}

.piepagina {
    color: beige;
    text-shadow: 1px 1px rgb(79, 83, 12);
    text-size-adjust: 2px;
    text-align: center;
    font-family: 'Sonsie One', cursive;
}

.SextoCabeceraCarrucel {
    color: rgb(151, 85, 9);
    text-shadow: 1px 1px rgb(79, 83, 12);
    text-size-adjust: 1px;
    text-align: center;
    font-family: 'Sonsie One', cursive;
    text-shadow: 4px 7px 7px rgb(23, 24, 23);
}

.card-body {
    margin: 1px;
}

.card-video {
    margin: 5px;
}

.tarjeta1 {
    background-color: rgb(117, 99, 15);
    margin-left: 20px;
    width: 300px;
    height: 200px;
    border: 5px solid;
    border-color: rgb(199, 194, 194);
    border-radius: 8%;
    box-shadow: 3px 10px 8px rgba(53, 43, 43, 0.726);
}

.tarjeta2 {
    background-color: green;
    margin-left: 20px;
    width: 300px;
    height: 200px;
    border: 5px solid;
    border-color: rgb(199, 194, 194);
    border-radius: 8%;
    box-shadow: 3px 10px 8px rgba(53, 43, 43, 0.726);
}

.tarjeta3 {
    background-color: rgb(5, 169, 180);
    margin-left: 20px;
    width: 300px;
    height: 200px;
    border: 5px solid;
    border-color: rgb(199, 194, 194);
    border-radius: 8%;
    box-shadow: 3px 10px 8px rgba(53, 43, 43, 0.726);
}




.video1 {
    margin-left: 21px;
    margin-top: 9px;
}

.programa {
    margin-bottom: 20px;
}

.programa .card-img-top {
    object-fit: cover; /* Ajusta la imagen para cubrir el contenedor */
    width: 100%; /* Ancho del contenedor */
    height: 400px; /* Altura deseada */
    object-position: center center; /* Centra la imagen dentro del contenedor */
}

.loading-message {
    display: none;
    margin-top: 10px;
    font-style: italic;
    color: gray;
}

.rounded-image {
    border-radius: 5%;
    margin-top: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 1);
    }

.column-fixed {
    flex: 0 0 20%; /* Tamaño fijo de 300px */
    background-color: rgba(123, 36, 28, 0.70);
    position: relative;
}

/* Media query para dispositivos móviles */
@media (max-width: 767px) {
    .column-fixed {
        flex: 0 0 100%; /* Ajuste al 100% de ancho */
    }
}

.column-auto {
    flex: 1; /* Ancho automático (se ajusta al espacio restante) */
    background-color: rgba(123, 36, 28, 0.80);
    position: relative;
}

/*.container {
    display: flex;
    justify-content: space-between;
  }*/
  
  .column-a,
  .column-c {
    flex: 0 0 150px;
  }
  
  .column-center {
    flex: 1 0 1200px;
    max-width: 1200px;
  }
  
  /* Media query para ocultar las columnas A y C en pantallas pequeñas */
  @media (max-width: 1200px) {
    .column-a,
    .column-c {
      display: none;
    }
  }
  
.container p {
color: white;
}

.container a {
color: white;
}

.container h2 {
color: white;
}

.trailer-container {
    margin-top: 30px;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* Proporción 16:9 para un contenedor responsive */
    display: flex;
    align-items: center;
    justify-content: center;
}

.trailer-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.label {
display: inline-block;
padding: 5px 10px;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
}

.label-danger {
background-color: #dc3545;
color: #fff;
}

.Horario {
    display: inline-block;
    padding-top: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background-color: #dc3545;
    color: #fff;
    border-radius: 10px;
}

.starcarta {
    margin-top: 100%;
  }
  
  @media (max-width: 450px) {
    .starcarta {
      margin-top: 0%; 
      margin: 20px;
    }
  }


