@font-face {
    font-family: 'Yanone Kaffeesatz';
    src:url('../template/yanone/YanoneKaffeesatz-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Open Sans';
    src: url('../template/Sans/OpenSans-Regular.ttf') format('truetype');
}



@font-face {
    font-family: 'Overlock SC';
    src: url('../template/OverlockSC/OverlockSC-Regular.ttf') format('truetype');
}










* {
  box-sizing: border-box;
}
img {
  display: block;
  max-width: 100%;
}
body {
  
   
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  background: rgba(0,0,0,0.75);
}







h1, h2, h3, h4, h5, h6 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  letter-spacing: 1.5px;
}

h90 {
    font-family: 'itillium Web', Arial, sans-serif; 

}



/*TITLES DE LEDGER NANO*/
.tledger {
  text-align: center;
  font-size: 35px;
  color: white;
}
.tledger2 {
  text-align: center;
  max-width: 770px;
  color: #9d9d9d;
  font-size: 19px;
  line-height: 34px;
  text-shadow: black 0.1em;
}




/*GENERAL*/
.section__titulo {
  text-align: center;
  font-size: 40px;
  color: #Fff;
  margin-top: -60px;
  text-shadow: black 0.1em 0.1em 0.2em;
}
.contenedor {
  margin: auto;
  max-width: 99%;
}








.contene{
    margin: auto;  
    
}







img {
  display: block;
  max-width: 100%;
}



/*Adicione Ultimo las 3 caracteristicas a enlace
Modifique el ancho de 95%*/
.enlace {
    list-style: none;
    padding: 0;
    margin: auto;
    
   
    max-width: 85%;
   
    box-shadow: 0 0 0 1.5px black,
                0 15px 50px;
}

.enlace1 {
    list-style: none;
    padding: 0;
    margin: auto;
    
   
    max-width: 15%;
   
    box-shadow: 0 0 0 1.5px black,
                0 15px 50px;
}

.enlace2 {
    list-style: none;
    padding: 0;
    margin: auto;
    
   
    max-width: 50%;
   
    box-shadow: 0 0 0 1.5px black,
                0 15px 50px;
}
.enlaceH {
    list-style: none;
    padding: 0;
    margin: auto;
    
   
    max-width: 70%;
   
    box-shadow: 0 0 0 1.5px black,
                0 15px 50px;
}


.enlacePeque {
    list-style: none;
    padding: 0;
    margin: auto;
    
   
    max-width: 40%;
   
    box-shadow: 0 0 0 1.5px black,
                0 15px 50px;
}




.logledger {
margin: auto;    
padding: 0px 0px 40px 0px ;
max-width:80%;
}

.imglogledger {

width: 72px;
height: 72px;
}


.wc__img {
margin: auto;    
padding: 0px 0px 40px 35px ;
}

.cursos__columna {
  position: relative;
  margin-bottom: 20px;
}
.cursos__descripcion {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(0,0,0,0.5);
  width: 60%;
  height: 100%;
  padding: 4px;
  font-size: 08px;
}
.cursos__titulo {
  font-size: 25px;
  margin: 5px 0;
}
.cursos__especif {
  font-size: 20px;
  margin: 5px 0;
  color: #F7D358;
}
.cursos__oferta {
  font-size: 16px;
  margin: 5px 0;
  color: #F7D358;
}








.style__descarg {
    font-family: 'Overlock SC', sans-serif;
    font-size: 18px;
    position: relative;
    top: 0;
    left: 0;
    color: ;
    margin: 0px;  
  } 
  
  
  .style__jaas {
    font-family: 'Overlock SC', sans-serif;
    font-size: 18px;
    position: relative;
    top: 0;
    left: 0;
    color: rgb(0,255,255); /*chartreuse (verde), rgb(0,255,255) (turquesa)*/
    margin: 0px;  
  } 
  
  

.style__yanone {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #F7D358;
    font-size: 20px;
    letter-spacing: 1.1px;
  }

 .cursos__txt1 {
    font-size: 13px;
    position: relative;
    top: 0;
    left: 0;
    color: #fff;
    margin: 05px;
}






.alternativo{
   color: chartreuse;
   
}


body a {
    color: rgb(0,255,255);
    
}



body p {
    
    color: chartreuse;
    display: block;

}






 a:link {text-decoration:none;color:;} 
 a:visited {text-decoration:none;color:;} 
 a:active {text-decoration:none;color:#ff0000;} 
 a:hover {text-decoration:none;color:#fff;} 


 .alternativo:active {text-decoration:none;color:#ff0000;} 
 .alternativo:hover {text-decoration:none;color:goldenrod;} 




















/*Aqui modifique del 100% de ancho*/
.cursos__img {
  width: 100%;
  
  margin: auto; /*auto es para centrar*/
  float: ;      /*le puse left-para que las imagenes sean flotantes a la izq-y si pones utra seguida se pondra a su costado izq. Pero no respeta el cuadro que lo contiene*/
  flex-wrap: ;  /*Debe llevar porque contiene muchos cursos__columna que se van de largo horizontalmente*/
  
   display:;    /*flex*/
    justify-content:; /*space-between*/
}
 
 .cursos__tituloprincipal{
    font-size: 27px;
    color: #00FF80;
}



















.cm-up {
    display: none;
    position: fixed;
    background: #001e34;
    height: 30px;
    outline: none;
    cursor: pointer;
    cursor: hand;
    border-radius: 50px;
    padding: 0px;
    right: 10px;
    bottom: 10px;
    
}

.cm-up .cm-text-up {
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
    cursor: hand;
    color: #fff;
    float: left;
    padding: 0;
    font-size: 13px;
    line-height: 30px;
    width: 0;
    transition: 0.4s;
    
}


.cm-up .cm-icon {
    background: #001e34;
    color: #00b2ff;
    font-size: 20px;
    float: right;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    
    
}

.cm-up:hover > .cm-text-up {
    width: 90px;
    padding: 0 6px;
}


.cm-up:hover > .cm-icon {
    background: #fff;
}








 .contevi {
    width: 90%;
    height: 90%;
    margin: auto;

}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;

    }

.video-responsive iframe, .video-responsive object, .video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 85%;    
    height: 85%;
    margin: auto;    
    }










.comentarios {
    display: block;
    justify-content: space-between;
    margin-top: 90px;
    clear: both; /*puse "" para que no le afecte los float que estan encima*/
    

  }






@media(min-width:480px) {
    
    

   
    
    
    
    
    
    
    
    
    
    
    
  .logo {
    font-size: 40px;
  }

    
    
    
  .info {
    display: flex;
    justify-content: space-between;
    margin-top: -20px;
  }
  .info__columna {
    width: 32%;
  }
  .info__titulo {
    font-size: 30px;
    margin: 5px 0;
  }
  .section__titulo {
    width: 100%;
  }

  .cursos {
      max-width: 70%; /*Quite 49% 70%*/
     margin: auto;
    flex-wrap: ;/*Quite wrap*/
    margin-top: ;/*Quite 20px*/
  
  }
    .cursos {
      float: left;
    display: flex;
    justify-content: space-between;
    margin-top: -20px;
  }
  .cursos__columna {
   max-width: ; /*Quite de aqui el 49% y se lo di a cursos*/
  }
  
  /*+++++++++++++++++++++++++++++++++*/
.indicgraduabl {
    width: 25%;
    float: right;
    background: red;
    color: ; /*Si pones color al texto su box-shadow será de ese color así le asignes black u otro*/
    
    
    
    box-shadow: 0 0 0 05px black,
                0 15px 50px;
    
    
    padding: 5px;
    overflow: hidden;
}
  
  
  

.cursos__descripcion {
  font-size: 11px;
}
    .boton__link {
    font-size: 20px;
  }
    
.cursos__tituloprincipal{
    font-size: 32px;
    color: #00FF80;
}
  
 
   
}





@media(min-width:768px) {  
  
  .cursos__titulo {
    font-size: 40px;
  }
.cursos__tituloprincipal{
    font-size: 42px;
    color: #00FF80;
}
.cursos__descripcion {
  font-size: 12.7px;
}
 .info, .cursos {
    display: flex;
    justify-content: space-between;
  }
  .boton__link {
    
    font-size: 20px;
  }







.cursos__txt1 {
    font-size: 15px
  }

}






@media(min-width:1024px) {  
  .contenedor {
    width: 1024px;
    
  }

    
  .section__titulo {
    font-size: 50px;
    margin: px 0; /*(Antes era 40 px)*/
  }
  
   
  
  .info, .cursos {
    display: flex;
    justify-content: space-between;
  }
  .cursos {
  margin-top: px; /*(Antes era -90 px)*/
  }
  .info__columna {
    padding: 30px;
  }
  .info__titulo {
    font-size: 40px;
    text-align: center;
  }
  .cursos__tituloprincipal{
    font-size: 47px;
}
  .cursos__descripcion {
    padding: 15px;
  }
  .cursos__titulo {
    font-size: 50px;
  }
  .cursos__txt {
    font-size: 16px;
  }
.cursos__especif {
  font-size: 25px;

}
.cursos__txt1 {
    font-size: 18px
  }

.cursos__oferta {
  font-size: 20px;

}
  .banner__img {
   width: 100%;
  }
}











@media(min-width:1280px) {
  .contenedor {
    width: 1280px;
    
  }
    
  
    
  .logo {
    font-size: 47px;
  }
  .banner .contenedor {
    top: 40%;
  }
  .info {
    margin-top: -20px;
  }
  .banner__img {
   width: 100%;
  }
  
    
    .banner__titulo {
    font-size: 60px;
    margin: 80px 0px 0px 0px;
  }
  .banner__txt {
    display: block;
    font-size: 27px;
    margin: 0px 10px 0px 0px;
    
  }
    
    
    .cursos__tituloprincipal{
    font-size: 50px;
    margin: 0px 20px 40px 0px;
   
}
    .cursos__txt {
    font-size: 19px;
}
.cursos__txt1 {
    font-size: 19px;
    display: ;
}

}