@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=Oswald:wght@200..700&display=swap');
/* ==========================================================================
   #ESTILOS GLOBALES 
   ========================================================================== */
   html {
    height: 100%;
  }
  body {  
    background-color: #fff;
    background-size: 100% 100%;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
    font-family: "Oswald", 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: "Oswald", sans-serif;
    font-style: normal;
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 23px;
    text-decoration: underline;
  }
  h2{
    font-family: "Oswald", 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;
  }
 main {
    background-size: 100% 100%;
     background-image: url(../images/bgchinamo.png);
      background-attachment: fixed;
    background-repeat: no-repeat;
  }



  
/* ==========================================================================
   #MENU
   ========================================================================== */
   .menu_bar {
    display:none;
    z-index: 5000;
  }

  header {
    width: 100%;

  }

  header nav {
   background: #0d014a;
   z-index:5000;
   width:100%;
   height: 68px;
   font-family: "Oswald", sans-serif;
   font-style: normal;
 }

  header nav ul {
    list-style:none;
  }
header nav ul li {
  position: relative;
  transition: all 0.2s ease;
}


header nav ul li:hover .children,
header nav ul li .children:hover {
  display: block;
  opacity: 1; 
  transition: opacity 0.3s ease, transform 0.3s ease; 
}


header nav ul li:hover .children,
header nav ul li .children:hover {
  pointer-events: auto;  
}


header nav ul li:hover .children {
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s;
}

  header nav ul li {
    display:inline-block;
    position: relative;
  }

  header nav ul li:hover {

  }

  header nav ul li a {
    color:white;
    display:block;
    text-decoration:none;
    padding: 20px;
  }

  header nav ul li a:hover {
    color: lightgrey;
    text-decoration:none;
    transition: all 0.5s;
    font-size:20px;
  }

  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: #0d014a;
    position: absolute;
    width: 110%;
    z-index:1000;
  }

  header nav ul li .children li {
    display:block;
    overflow: hidden;
    border-bottom: 1px solid rgba(255,255,255,.5);
  }

  header nav ul li .children li a {
    display: block;
  }

  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;
  }


/* Estilo para el menú en dispositivos móviles */
@media (max-width: 768px) {
  .menu_bar {
    display: block;  
  }

  header nav {
    position: fixed;
    top: 5;
    left: -100%;
    width: 70%;  /* Ajustamos el tamaño del menú en móviles */
    height: 80vh;
    background: #0d014a;
    transition: left 0.3s ease-in-out;
  }

  header nav ul {
    padding-top: 10px; 
  }

  header nav ul li {
    display: block;  
  }

  header nav ul li a {
    padding: 15px;
    font-size: 19px; 
  }

 
  header nav ul li .children {
    display: none;  
  }

 
  header nav ul li.active .children {
    display: block;
  }
}





/* ==========================================================================
   #SECCION PRINCIPAL
   ========================================================================== */
   /* CONTAINER HOME */
   .container-personalizado{
    width: 100%;
    max-width: 800px;
     margin-left: auto; 
     margin-right: auto; 
     padding-left: auto; 
     padding-right: auto;
   }

  .seccion-logo img {
    padding-top: 40px;
    width: 45%;
  }

  /* LETRAS DEL LOGO */
 

  .letrasLogo2{
    font-size: 35px; 
    color: #4b4041;
    font-weight: 400;
    margin-top: 20px;

  }





.title{
  font-size: 40px;
  color: #4b4041;
  padding-bottom: 20px;
}

/* ==========================================================================
   #REDES SOCIALES
   ========================================================================== */


 #videos-player {
  padding: 13px;
}

#videos-player-contenidoE{
    padding-right: 200px;
    padding-left: 200px;
    padding-bottom: 50px;
    margin-top: 5px;
}


/* ==========================================================================
   #REDES SOCIALES
   ========================================================================== */
   .home-social-list {
    position: absolute;

    z-index: 200;
    right: 22px;
    top: 30vh;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 20px;
    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; 
      } 
    }
    .home-social-list:hover {

    }

    .home-social-list::before {
      display: block;
      content: "";
      width: 2px;
      height: 42px;
      background-color: white;
      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: white !important;
      cursor: pointer;
      opacity: 0.5;

    }
    .home-social-list li a:hover {
      font-size: 3.2rem;
      opacity: 1;
    }
    .marco-videos{
      padding: 10px;
      margin-left: 500px;
      margin-right: 500px;
      margin-bottom: 500px;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-size: 100% 100%;
      border-style: solid;
      border-width: 2px;
      border-color:  #D21781;
      box-shadow: 0 0 15px #D21781;
    }

    
/* ==========================================================================
   #HEADER
   ========================================================================== */
@media screen and (max-width: 1300px) {

      header{
        padding-top: 70px;
      }

      .menu_bar {
       display: block;
       width: 100%;
       height: 70px;
       position: fixed;
       top: 0;
       background: #0d014a;
       color: white;
     }

     .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;;
    }

}

/* ==========================================================================
   #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;
}
/* ==========================================================================
   #MEDIA QUERIES RESPONSIVE
   ========================================================================== */

   @media (min-width: 992px) and (max-width: 1600px){
    body{
      background-size: 100% 100%;
      background-position: left;
    }
    
    header nav ul li a {
      padding: 18px;
    }
    .home-social-list li a,
    .home-social-list li a:visited {
      font-size: 1.9rem;
    }
    .scroll-icon {
      font-size: 0.9rem;
      font-weight: 700;
    }
    .scroll-icon i{
      font-size: 1.7rem;
    }
     .container-personalizado {
      max-width: 1100px;

    }

    .btn-light {
      width: 60%;
      height: 55px;
    }
  }

  @media (min-width: 640px) and (max-width: 992px){
    /* CONTAINER HOME */
    .container-personalizado {
      max-width: 700px;
      height: 490px;
    }

    body{
      background-size: 200% 100%;
      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;
    }

    .seccion-logo img {
      width: 70%;
    }

    .seccion-logo-centro img {
      width: 190%;
      margin-left: -60px;
      margin-bottom: -510px;
    }

    .letrasLogo2 {
      font-size: 24px;
      margin-top: 20px;
    }

    

  }

  @media (min-width: 480px) and (max-width: 640px) {
    
    body{
      background-size: 200% 100%;
      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 {
      background: lightgrey !important;
      width: 55%;
      margin-top: 20px;
      margin-bottom: 20px;
      margin-left: 77px;
    }
     .seccion-logo img {
    width: 80%;
  }
    
    

  }

  @media (max-width: 480px){
    .menu_bar img {
      width: 40%;
    }
    .container-personalizado{  
      max-width: 350px;
    }
    
    .seccion-logo-centro img {
      width: 91%;
      margin-left: 7px;
      margin-top: -5px;
      z-index: 2000;
      position: relative;
    }
   
    h1{
      font-size: 30px;
    }
    .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;
    }
    .btn-light {
      background: lightgrey !important;
      width: 55%;
      margin-top: 20px;
      margin-bottom: 20px;
      margin-left: 77px;
    }
    .title{
      font-size: 30px;
    }
    

    #videos-player-contenidoE{
      padding-right: 10px;
      padding-left: 10px;
    }

     .seccion-logo img {
    width: 70%;
  }

  }


  @media (max-height: 450px){
    .home-social-list li a,
    .home-social-list li a:visited {
      font-size: 1.9rem;
    }
    .scroll-icon {
      font-size: 0.9rem;
      font-weight: 700;
    }
    .scroll-icon i{
      font-size: 1.7rem;
    }
     .btn-light {

      background: lightgrey !important;
      width: 55%;
      margin-top: 20px;
      margin-bottom: 20px;
      margin-left: 77px;
    }

    #videos-player-contenidoE{
      padding-right: 10px;
      padding-left: 10px;
    }

  }




  
  

