@import "https://fonts.googleapis.com/css?family=Open+Sans"; 
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* ==========================================================================
   #ESTILOS GLOBALES 
   ========================================================================== */
   html {
    height: 100%;
  }
  body {   
    background: #000000;
    background: linear-gradient(131deg, rgba(0, 0, 0, 1) 0%, rgba(52, 5, 49, 1) 100%);
    background-size: 100% 100%;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
     font-family: "Montserrat", sans-serif;
    font-style: normal;
  }
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  ul {
    list-style-type: none;
  }
  a {
    text-decoration: none;
  }
  h1{
     font-family: "Montserrat", sans-serif;
    font-style: normal;
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 23px;
    text-decoration: underline;
  }
  h2{
     font-family: "Montserrat", sans-serif;
    font-style: normal;
    text-align: center;
    font-weight: 500;
    color: #A317B7;
    font-size: 18px;
    text-shadow: 0 0 0.2em #A317B7, 0 0 0.1em #A317B7;
  }
  .cintillo {
    padding: 12px 40px;
    font-size: 28px;
    font-weight: bold;
    color: white;
    background: linear-gradient(to right, transparent, rgb(80 2 54), transparent);
    border: solid #340531;
    clip-path: polygon(0 50%, 10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%);
  }
  main{
    background-image: url(../images/FONDO-OPCIONAL.jpg);
    background-size: 110% 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
  }
  #player_ensayos{
    width: 100%;
    height: 500px;
    border: 3px solid #4b0746;
    border-radius: 20px;
    padding: 15px; 
    background: url("../images/header.jpg");
    background-size: 150% 100%;
    background-position: center;
  }
/* ==========================================================================
   #FIN ESTILOS GLOBALES 
   ========================================================================== */

/* ==========================================================================
   #MENU
   ========================================================================== */
  .menu_bar {
    display:none;
    z-index: 5000;
  }
  header {
    width: 100%;
  }
  header nav {
    background: #000000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(52, 5, 49, 1) 100%);
    color: #fff !important;
    z-index: 5000;
    width: 100%;
    font-family: "Oswald", sans-serif;
    font-style: normal;
  }
  header nav ul {
    list-style: none;
    padding: 10px;
  }
  header nav ul li {
    display: inline-block;
    position: relative;
  }
  header nav ul li:hover {
    background: rgba(52, 5, 49, 1);
    border-radius: 12px;
}
  header nav ul li a {
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 20px;
    transition: all 0.5s;
  }
  header nav ul li a:hover {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
  }
  header nav ul li a span {
    margin-right: 10px;
  }
  header nav ul li:hover .children {
    display: block;
  }
  header nav ul li .children {
    display: none;
    background: rgb(69, 2, 48, 0.8);
    position: absolute;
    width: auto;
    min-width: 170px;
    z-index: 1000;
  }
  header nav ul li .children li {
    display: block;
    overflow: hidden;
  }
  header nav ul li .children li a {
    padding: 3px;
    margin: 10px;
    color: #fff;
    font-size: 14px;
    width: 100%;
  }
  header nav ul li .children li a:hover {
    font-size: 15px;
    color:#fff ;
  }
  header nav ul li .children li a span {
    float: right;
    position: relative;
    top: 3px;
    margin-right: 0;
    margin-left: 10px;
  }
  header nav ul li .caret {
    position: relative;
    top: 3px;
    margin-left: 10px;
    margin-right: 0px;
  }
/* ==========================================================================
   #FIN MENU
   ========================================================================== */

/* ==========================================================================
   #SECCION PRINCIPAL
   ========================================================================== */
   /* HEADER PRINCIPAL*/ 
   .principal {
    position: relative;
    width: 100%;
    background: url('../images/header.jpg') no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
  }
  #logo{
    width: 100%;
  }
  .texto {
    font-size: 24px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 5px;
  }
  .carousel {
    width: 1030px;
  }
  .carousel-inner {
    width: 100%;
  }
  .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  /* FIN HEADER */
  .menu-elenco{
    font-size: 22px;
    font-weight: 500;
    padding: 20px;
  }
  .menu-elenco a{
    color: #fff;
  }
  .menu-elenco a:hover{
    color: #00f2ea;
  }
  .menu-elenco a:focus{
    color: #00f2ea;
  }
  /*  CARROUSEL  */
  .cs-hidden { 
    visibility: hidden; 
  }
  .box { 
    padding: 8px; 
  }
  .card { 
    border: none;
    border-radius: 0px;
    overflow: hidden;
  }
  .cardIMG{
    width: 100%;
    transition: all 0.5s ease-out;
  }
  .cardIMG:hover{
    width: 105%;
  }
  .card-body { 
    padding: 10px; 
  }
  .card-title { 
    font-size: 1.7em; 
    margin-bottom: 10px; 
    color: gray;
    font-weight: 400;
  }
  .card-text { 
    font-size: 1.5em; 
    color: gray;
    font-weight: 300;
  }

  .imagenesCard{
    border-radius: none;
    width:290px;
    height:180px;

  }
  .lightslider .lSPrev, .lightslider .lSNext {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background: #007bff;
    color: #fff;
    border: none;
    border-radius: 50%;
    padding: 10px 15px;
  }
  .lightslider .lSPrev { left: -50px; }
  .lightslider .lSNext { right: -50px; }
  .lightslider .lSPager {
    text-align: center;
    margin-top: 20px;
  }
  .lightslider .lSPager li {
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
  }
  .lightslider .lSPager li a {
    background: #ddd;
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
  }
  .lightslider .lSPager li.active a {
    background: #007bff;
  }
  .cards{
    border-radius: 30px;
    width: 100%;
    height: 560px;
  }
  .card{
    background-color: transparent !important;
  }
  .nomCards{
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-top: 15px;
  }
  .profesionCards{
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    margin-top: -10px;
  }
  .redes{
    height: 30px;
  }
  .cards img:hover{

  }
  .card:hover{
    background-color: transparent !important;
  }
  .social_icons{
    color: #fff;
    font-size: 35px;
    padding: 15px;
  }
  .social_icons:hover{
   color: #00f2ea;
  }
  .presentaciones a{
    color: #00f2ea;
    font-size: 22px;
  }

  /*  FIN CARROUSEL  */
  
  #name{
    font-size: 35px;
    font-weight: 700;
    color: #fff;
  }
  .bio p{
    font-size: 18px;
  }
  .bio img{
    width: 40%;
  }

  /*  CONTADOR  */
  .marco {
    background-size: 60% 40%;
    margin-left: 340px;
    background-repeat: no-repeat;
    width: 60%;
    height: 210px;
    color: #fff;
  }
.hijo {
  position: absolute;
  left: 17%;
  margin: -25px 0 0 -25px;
  margin-top: 100px !important;
  z-index: 1;
}
.countdown {
  font-size: 2.1rem;
    color: #fff;
    margin-top: -90px;
    margin-left: -150px;
    padding-top: 12px;
    font-weight: 600;

}

.tituloContador p{    
  margin-left: -120px;
  margin-top: -18px;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}

.letras{
  margin-left: -30px;
    color: #fff;
}


.tiempo{
  margin: -68px;
    margin-left: 30px;
    margin-top: -4px;
    font-size: 10px;
}

.contadorletras{
  margin: auto;
}


.imgNota{
  width: 100%; 
  height: 18vh; 
  background-size: cover; 
  background-position: center;
}
.title{
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 20px;
}
.title_ensayos{
  font-size: 25px;
  font-weight: 600;
  color: #fff;
}
.linkNotas {
  font-size: 18px;
  font-weight: 500;
  color: #ab0272;
  padding-bottom: 15px;
  border: 1px solid;
  border-radius: 18px;
  padding: 15px;
}

.linkNotas:hover{
  color: #fff;
  text-decoration: none;
  background-color: #4c0133; 
}
.calendar {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding-bottom: 15px;
  border: 1px solid;
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 20px;
}
.calendar:hover{
  color: #fff;
  text-decoration: none;
  background-color: #4c0133; 
}
/* ==========================================================================
   #BOTÓN DE VOTCIÓN
   ========================================================================== */
.wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#boton-ensayos{
  display: block;
}

#boton-votacion{

  display: block;
}

.button-ensayos {
  min-width: 250px;
  min-height: 40px;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 2px #a77e41, 0 0 10px darkred;

  background-color: red;
  
  border: none;
  border-radius: 1000px;
  box-shadow: 12px 12px 24px red;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 10px;
  margin-bottom: 60px;
  margin-left: 60px;
  margin-top: -200px !important;
}

.button-votar {
  min-width: 250px;
  min-height: 40px;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 2px #a77e41, 0 0 10px #d6ab5f;

  background-color: #d6ab5f;
  
  border: none;
  border-radius: 1000px;
  box-shadow: 12px 12px 24px #a77e41;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 10px;
  margin-bottom: 150px;
  margin-left: 60px;
}

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 300px;
    height: 300px;
    opacity: 0;
  }
}

/* ==========================================================================
   #VIDEO PLAYERS
   ========================================================================== */

   #videos-player-contenidoE {
    border: 3px solid #4b0746;
    border-radius: 20px;
    padding: 15px; 
    background: url("../images/header.jpg");
    background-size: 100% 100%;
  }
  #yt{
    width: 100%;
    height: 600px;
    padding: 50px;
  }

/* ==========================================================================
   #MODAL
   ========================================================================== */
.modalEstilos {
    width: 100% !important;
    background-color: #000;
    color: #fff;
    margin: auto;
    border-radius: 20px;
    border-color:#202020;
    transition: all 0.3s ease;
    z-index: 1;
}



.modal-body{
  margin-left: auto;
  margin-right: auto;
  width: 80% !important;
  height: 450px;
  font-size: 14px;
  overflow-y: auto !important;

}


.modal-header {

  margin: 0px;

}


.modalEstilos h3 {
  font-size: 28px; 
  margin: auto;
  color: #fff; 
  
}


.modalEstilos .btn-close {
  position: absolute; 
  top: 20px; 
  right: 20px; 
  background-color: transparent; 
  color: #fff; 
  border: none; 
  padding: 10px 15px; 
  border-radius: 5px; 
  cursor: pointer; 
  transition: background-color 0.3s ease; /* Transición suave de color */
}

.btn-close .btn-close-white {
  filter: brightness(0) invert(1); /* Cambia la "X" a blanco */
}



.btn-secondary {
  
  bottom: 20px; 
  right: 20px; 
  background-color: #202020; 
  color: #fff; 
  border: none; 
  padding: 10px 15px; 
  border-radius: 5px; 
  cursor: pointer; 
  transition: background-color 0.3s ease; 
}


.modalEstilos .btn-secondary:hover {
  background-color: #e67e22; 
}
#horariomqb{
  width: 700px;
  border-radius: 15px;
  border: solid #a60283;
}


  


/* ==========================================================================
   #REDES SOCIALES
   ========================================================================== */
   .home-social-list {
    position: absolute;
    z-index: 7;
    right: 22px;
    top: 30vh;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 22px;
    line-height: 1.75;
    text-align: center;
    padding: 5px;
    padding: 12px 5px !important;
    border-radius: 25px;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%); }
    @media only screen and (min-width: 1024px) {
      .home-social-list {
        right: 42px; 
        z-index: 9 !important;
      } 
    }

    .home-social-list:hover {

    }

    .home-social-list::before {
      display: block;
      content: "";
      width: 2px;
      height: 42px;
      background-color: #fff;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 12px; 
    }

    .home-social-list li {
      padding-left: 0; 
    }

    .home-social-list li a,
    .home-social-list li a:visited {
      color: #fff !important;
      cursor: pointer;
      opacity: 1;
      transition: all 0.1s ease-in-out;
    }
    .home-social-list li a:hover {
      font-size: 28px;
      opacity: 1;
    }


 

/* ==========================================================================
   #HEADER
   ========================================================================== */
@media screen and (max-width: 1200px) {

    /* CONTAINER HOME */
    .container-personalizado-principal{

      width: 100%;
      max-width: 1000px;

   }


      header{
        padding-top: 70px;
      }

      .menu_bar {
       display: block;
       width: 100%;
       height: 70px;
       position: fixed;
       top: 0;
       background: #000000;
       background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(52, 5, 49, 1) 100%);
       color: #fff;
           z-index: 10 !important;
     }

     .menu_bar .bt-menu {
      display: block;
      padding: 20px;
      padding-right: -300px;
      color: #fff;
      overflow: hidden;
      font-size: 25px;
      font-weight: bold;
      text-decoration: none;
}

    .menu_bar .bt-menu {
      display: block;
      padding: 5px;
      color: #fff;
      overflow: hidden;
      font-size: 25px;
      font-weight: bold;
      text-decoration: none;
    }

    .menu_bar span {
      float: right;
      padding-right: 19px;
      font-size: 40px;
    }
    .menu_bar img {
      width: 15%;
      padding-top: 7px;
      margin-left: 10px;
    }


    header nav {
      width: 80%;
      height: calc(100% - 80px);
      position: fixed;
      right:100%;
      margin: 0;
      overflow: scroll;
      opacity: 0.96;
    }

    header nav ul img{
      display: none;
    }

    header nav ul li {
      display: block;
      border-bottom:1px solid rgba(255,255,255,.5);
    }

    header nav ul li a {
      display: block;
    }

    header nav ul li:hover .children {
      display: none;
    }

    header nav ul li .children {
      width: 100%;
      position: relative;
    }

    header nav ul li .children li a {
      margin-left:20px;
    }

    header nav ul li .caret {
      float: right;
    }


    .letrasParticipantes {
      margin-left: 15px;;
    }

     .home-social-list li a,
    .home-social-list li a:visited {
      font-size: 1rem;
    }
    .scroll-icon {
      font-size: 0.9rem;
      font-weight: 700;
    }
    .scroll-icon i{
      font-size: 1rem;
    }

     .container-personalizado {
      max-width: 1100px;

    }

   #menuNoticias {
    display: none !important;
  }


}

/* ==========================================================================
   #FOOTER
   ========================================================================== */

.footer{
  background-color: #000;
  width: 100%;
  padding: 50px 0 0;
  margin: 0px 0 0;
  display: inline-block;
  position: relative;
  background-image: none;
}
.footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-image: -webkit-linear-gradient(0deg, #f8a824 25%, #f05d21 25%, #f05d21 50%, #8ac349 50%, #8ac349 75%, #22bab8 75%, #22bab8 100%);
  background-image: -ms-linear-gradient(0deg, #f8a824 25%, #f05d21 25%, #f05d21 50%, #8ac349 50%, #8ac349 75%, #22bab8 75%, #22bab8 100%);
  background-size: 100%; 
}



.footer ul li a{
  color: #fff;
}
.footer ul li a:hover{
  color: #f05d21;
}
#social li{
  display: inline;
  padding-left:10px;
  padding-right:10px;
  font-size: 30px;
}
#social li a i{
  color: #5c5c5c;
  transition: all .15s ease;
}
#social li a.facebook:hover i{
  color: #3b5998;
}
#social li a.instagram:hover i{
  color: pink;
}
#social li a.twitter:hover i{
  color: #1da1f2;
}
#social li a.youtube:hover i{
  color: #de2825;
}
.derechos{
  background-color: #000;
  color: #fff;
}
#votar{
    width: 70%;
    transition: all 0.5s;
  }
  #votar:hover{
    width: 80%;
    transition: all 0.5s;
  }
/* ==========================================================================
   #MEDIA QUERIES RESPONSIVE
   ========================================================================== */

   @media (min-width: 992px) and (max-width: 1600px){
    body{
      background-size: 100% 100%;
      background-position: left;
    }
    .principal {
      background-position: left;
    }
    header nav ul li a {
      padding: 18px;
    }
    .home-social-list li a,
    .home-social-list li a:visited {
      margin-top: 30px;
      font-size: 1.2rem;
    }
    .scroll-icon {
      font-size: 0.9rem;
      font-weight: 700;
    }
    .scroll-icon i{
      font-size: 1.5rem;
    }
    #programa{
      display: none;
    }
    #detalle{
    display: block;
    font-size: 14px;
  }
  .carousel-item img{
    width: 100%;
    padding-top: 40px;
  }
  .menu-elenco {
    font-size: 17px;
    font-weight: 500;
    padding: 2px;
  }
  #logo{
    margin-top: -40px;
    width: 280px;
    z-index: 9;
    position: relative;
  }
  #setima{
    width: 170px;
    margin-top: 20px;
    z-index: 9;
    position: relative;
  }
  #votar{
    width: 230px;
    margin-top: 5px;
    padding-bottom: 0px;
    z-index: 9;
    position: relative;
    transition: all 0.5s;
  }
  #votar:hover{
    width: 300px;
    transition: all 0.5s;
  }
  .carousel {
    max-width: 100%;
  }
  #formatos{
    padding-left: 100px !important;
    padding-bottom: 30px !important;
    width: 220px !important;
  }
    .seccion-logo img {
      width: 70%;
      margin-left: 30px;
      margin-top: -10%;

    }

    .seccion-logo-centro img {
      width: 100%;
      margin-top: -120px;
      margin-left: -100px;
    }

     .letrasLogo2{
      font-size: 17px;
      margin-top: 45px;
      margin-left: 30px;

    }

    .btn-light {
      width: 112%;
      margin-left: 25px;
      margin-top: 20px;
      font-size: 19px;
    }



     
    

    .button-ensayos {
        margin-top: -90px;
        margin-left: -130px;

      }

       .button-votar {
        margin-top: -90px;
        margin-left: -130px;

      }

     #boton-ensayos{
      display: block;
    }

    #boton-votacion{

      display: block;
    }


      #menuNoticias {
        display: !important;
      }


  }




  @media (min-width: 640px) and (max-width: 992px){
    body{
      background-size: 200% 100%;
      background-position: left;
    }
    .principal {
      background-position: left;
    }
    .home-social-list li a,
    .home-social-list li a:visited {
      font-size: 1.4rem !important;
    }
    .scroll-icon {
      font-size: 0.9rem;
      font-weight: 700;
    }
    .scroll-icon i{
      font-size: 1.7rem;
    }
    #programa{
      display: none;
    }
    #detalle{
    display: none;
  }
  .carousel-item img{
    width: 100%;
    padding-top: 40px;
  }
  .menu-elenco {
    font-size: 17px;
    font-weight: 500;
    padding: 2px;
  }
  #logo{
    margin-top: -85px;
    width: 260px;
    z-index: 9;
    position: relative;
  }
  #setima{
    width: 200px;
    margin-top: 10px;
    z-index: 9;
    position: relative;
  }
  #votar{
    width: 210px;
    margin-top: 30px;
    padding-bottom: 50px;
    z-index: 9;
    position: relative;
  }
  .carousel {
    max-width: 100%;
  }
  #formatos{
    display: none;
  }

    .seccion-logo img {
      width: 80%;
      margin-top: -50px;
      margin-left: -10px;
    }

        .seccion-logo-centro img {
        width: 145%;
        margin-left: -50px;
        margin-top: -470px;
        margin-bottom: -510px;
    }

    .letrasLogo2 {
      width: 85%;
      margin-left: -10px;
      font-size: 22px;
      margin-top: 20px;
    }

   

   

    .button {
      margin-top: -300px !important; 
      margin-left: -15px;
      margin-bottom: 155px;
      z-index: 1 !important;
    }

 

    .btn-light {
      width: 119%;
      height: 37px;
      margin-left: -13px;
      font-size: 11px;
    }

      .imgNotaPrincipal{
      height: 48vh !important; 
    }

    .titulonotaPrincipal{
      width: 100% !important; 

    }


    .imgNota{
      width: 100% !important;  
      height: 16vh !important; 
    }

    .titulonota{
      width: 100% !important; 
    }

        #menuNoticias {
        display: block !important;
      }


  }

  @media (min-width: 480px) and (max-width: 640px) {
    
    body{
      background-size: 200% 100%;
      background-position: left;
    }
    .principal {
      background-position: left;
    }
    .home-social-list li a,
    .home-social-list li a:visited {
      font-size: 1.4rem !important;
    }
    .scroll-icon {
      font-size: 0.9rem;
      font-weight: 700;
    }
    .scroll-icon i{
      font-size: 1.7rem;
    }
    .marco-videos{
      padding-top: 20px;
      padding-bottom: 20px;
      margin-left: 9px;
      margin-right: 9px;
    }
     .btn-light {
      width: 55%;
      margin-top: 20px;
      margin-bottom: 20px;
    }
     .container-personalizado {
      max-width: 1000px;
      height: 687px;
    }
    #detalle{
    display: none;
  }
  .carousel-item img{
    width: 100%;
    padding-top: 40px;
  }
  .menu-elenco {
    font-size: 17px;
    font-weight: 500;
    padding: 2px;
  }
  #logo{
    margin-top: -130px;
    width: 200px;
    z-index: 9;
    position: relative;
  }
  #setima{
    width: 142px;
    margin-top: -4px;
    z-index: 9;
    position: relative;
  }
  #votar{
    width: 154px;
    margin-top: 23px;
    padding-bottom: 19px;
    z-index: 9;
    position: relative;
  }
  .carousel {
    max-width: 100%;
  }
  #formatos{
    display: none;
  }
    main{
      background-size: 170% 200%;
    }
    .seccion-logo img {
      width: 70%;
      margin-left: 10px;
      margin-top: -40px;
    }
    .seccion-logo-centro img {
      width: 110%;
      margin-top: -782px;
      margin-left: -45px;
    }
     .letrasLogo2{
      font-size: 24px;
      margin-top: 54px;
      margin-left: 30px;
    }
    .btn-light {
      width: 60%;
      margin-left: 30px;
      margin-top: 20px;
    }
    .title{
      font-size: 30px;
    }

    .imgNotaPrincipal{
      height: 40vh !important; 
    }

    .titulonotaPrincipal{
      width: 100% !important; 

    }


    .imgNota{
      width: 35% !important;  
      height: 16vh !important; 
      margin-top: 3px !important;
      margin-bottom: 3px !important;
    }

    .titulonota{
      width: 65% !important; 
      margin-left: 120px;
      margin-top: -110px;
    }

    
    #menuNoticias {
        display: block !important;
      }

  }

  @media (max-width: 480px) {

  /* Mantenemos tus configuraciones previas */
  body {
    overflow-x: hidden;
  }
  .principal {
    background-position: left;
    background-size: 150% 100%;
    background-position: center;
    background-attachment: scroll;
  }
  .home-social-list li a,
  .home-social-list li a:visited {
    font-size: 1.4rem !important;
    z-index: 10 !important;
  }

  .scroll-icon {
    font-size: 0.9rem;
    font-weight: 700;
  }

  .scroll-icon i {
    font-size: 1.7rem;
  }

  .home-social-list {
    right: 0px;
    top: 19vh;
  }

  .menu_bar img {
    width: 40%;
  }

  header nav ul li .children li a {
    padding: 10px !important; 
    margin: 13px !important;
  }

  .tituloContador p {    
    font-size: 40px;
    font-weight: 400;
  }

  .count {
    padding-top: 0px;
  }
  
  h1 {
    font-size: 30px;
  }

  .btn-light {
    width: 55%;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  #detalle{
    display: none;
  }
  .carousel-item img{
    width: 100%;
    padding-top: 40px;
  }
  .menu-elenco {
    font-size: 17px;
    font-weight: 500;
    padding: 2px;
  }
  #logo{
    margin-top: -130px;
    width: 200px;
    z-index: 9;
    position: relative;
  }
  .calendar {
    font-size: 15px;
  }
  #setima{
    width: 142px;
    margin-top: -4px;
    z-index: 9;
    position: relative;
  }
  #votar{
    width: 145px;
    margin-top: 15px;
    padding-bottom: 17px;
    z-index: 9;
    position: relative;
  }
  #formatos{
    display: none;
  }
  .carousel {
    max-width: 100%;
  }
  main {
    background-size: 100% 100%;
    background-image: url(../images/Fondo-Mobile.png);
  }

  .seccion-logo img {
    width: 70%;
    margin-left: 10px;
    margin-top: -60px;
  }

  .seccion-logo-centro img {
    width: 130%;
    margin-top: -1000px;
    margin-left: -45px;
  }

  .letrasLogo2 {
    font-size: 24px;
    margin-top: 54px;
    margin-left: 30px;
    width: 80%;
  }

  /* Aseguramos que btn-light esté debajo del container-personalizado */
  .btn-light {
    width: 90%;
    margin-left: 9px;
    margin-top: 350px;
    font-size: 16px;
    height: 41px;
    margin-bottom: -710px !important;
    z-index: 2;
  }

  /* Ajustamos la posición de .button1 para que esté más arriba */
  .button-votar {
    margin-bottom: 690px; /* Ajustamos el margen inferior */
    margin-top: -2500px !important; /* Movemos el botón más arriba */
    margin-left: -10px;
    z-index: 1;
  }

   #boton-ensayos{
      display: none;
    }

    #boton-votacion{

      display: block;
    }

    
#votacion::before {
  content: '';
  border-radius: 1000px;
  min-width: calc(250px + 12px);
  min-height: calc(40px + 12px);
  border: 6px solid #fff;
  box-shadow: 0 0 60px #d6ab5f;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease-in-out 0s;
}



.button-votar:hover, .button-votar:focus {
  color: #fff;
  transform: translateY(-6px);
}



#votacion:hover::before, #votacion:focus::before {
  opacity: 1;
}


#votacion::after {
  content: '';
  width: 30px; height: 30px;
  border-radius: 100%;
  border: 6px solid #d6ab5f;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}



#votacion:hover::after, #votacion:focus::after {
  animation: none;
  display: none;
}

  .title {
    font-size: 30px;
  }

  .imgNotaPrincipal {
    height: 40vh !important; 
  }

  .titulonotaPrincipal {
    width: 100% !important; 
  }

  #player_ensayos {
    width: 100%;
    height: 350px;
  }
  #yt{
    width: 100%;
    height: 300px;
    padding: 10px;
  }

  #horariomqb {
    width: 100%;
  }

  .imgNota {
    width: 35% !important;  
    height: 16vh !important; 
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }

  .titulonota {
    width: 62% !important; 
    margin-left: 140px;
    margin-top: -110px;
  }

  #videos-player-contenidoE {
    padding-right: 10px;
    padding-left: 10px;
  }

  #menuNoticias {
    display: block !important;
  }
}


  @media (max-height: 450px){

    .home-social-list li a,
    .home-social-list li a:visited {
      font-size: 1.4rem !important;
    }
    .scroll-icon {
      font-size: 0.9rem;
      font-weight: 700;
    }
    .scroll-icon i{
      font-size: 1.7rem;
    }


    .home-social-list-Secundario {
      right: -100px;
    }
  


     .btn-light {
      width: 55%;
      margin-top: 20px;
      margin-bottom: 20px;
    }


     .container-personalizado {
      max-width: 1000px;
      height: 687px;

    }

    main{
      background-size: 170% 200%;
    }

    .seccion-logo img {
      width: 70%;
      margin-left: 10px;
      margin-top: -40px;

    }

    .seccion-logo-centro img {
      width: 130%;
      margin-top: -782px;
      margin-left: -45px;
    }

     .letrasLogo2{
      font-size: 24px;
      margin-top: 54px;
      margin-left: 30px;

    }

    .btn-light {
      width: 60%;
      margin-left: 30px;
      margin-top: 20px;
    }



     .marco {
        margin-left: 150px;
        margin-top: 60px;
        margin-bottom: 32px;
        height: 180px;
        width: 90%;
      }
    

    .countdown {
      font-size: 1.7rem;
        margin-top: -110px;
        margin-left: -130px;
        padding-top: 10px;

      }

      .tituloContador p{    
        margin-left: -190px;
        font-size: 20px;
        margin-top: 260px;
      }


      .tiempo{
          margin: -68px;
          margin-left: 30px;
          margin-top: -2px;
          font-size: 10px;
      }


    .title{
      font-size: 30px;
    }

    .imgNotaPrincipal{
      height: 40vh !important; 
    }

    .titulonotaPrincipal{
      width: 100% !important; 

    }


    .imgNota{
      width: 35% !important;  
      height: 16vh !important; 
      margin-top: 3px !important;
      margin-bottom: 3px !important;
    }

    .titulonota{
      width: 65% !important; 
      margin-left: 120px;
      margin-top: -110px;
    }

    

    #videos-player-contenidoE{
      padding-right: 10px;
      padding-left: 10px;
    }

    #menuNoticias {
        display: block !important;
      }

  }




  
  

