@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;
}








.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%;
}


/*Ya NO va Mas*/
.header {
  height: 60px;
}
.header .contenedor {
  display: flex;
  justify-content: space-between;
}
.logo, .icon-menu {
  margin: 5px;
  color: #fff;
    
}
.icon-menu {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 30px;
  background: #FBA919;
  text-align: center;
  line-height: 45px;
  border-radius: 5px;
  margin-left: auto;
  cursor: pointer;
}

.nav {
  z-index: 4;
  position: absolute;
  top: 60px;
  left: -100%;
  width: 100%;
  transition: all 0.4s;
}
.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu__link {
  display: block;
  padding: 15px;
  background: #189;
  text-decoration: none;
  color: #fff;
}
.menu__link:hover, .select {
  background: white;
  color: #122;
}
.mostrar {
  left: 0;
}
/*Ya NO va Mas es del Menu*/








/*Boton contiene a menu__itemcotizar y por ello aumente las 2 caracteristicas en este ultimo*/
.boton {
  position: absolute;  
    
  list-style: none;
  padding: 0;
  margin: 0;
  
}
/*Aumente las 2 ultimas porque la imagen era muy grande y debi reducirla con respecto al tamaño de su matriz Boton-lo otro era reducir en photoshop jaja*/
.menu__itemcotizar {
    background: none;
    font-size: 20px;
    display: flex;
    
      max-width: 90%;
      max-height: 90%;
  }
 
.boton__link {
  display: block;
  padding: 0px 0px;
  background: white;
  text-decoration: none;
  color: #fff;
  border-style:outset;
  border-radius: 5%;
    transition: 0.2s;
}





.boton__link:hover, .selectboton {
  background: #fff;
  color: ;  
}
/*Aun no entiendo porque funciona el selectboton solo si esta despues del HOVER de boton__link, deberia funcionar estando antes o encima de este*/
.selectboton {
    color: ;
    background: #FBA919;
  }

/*Si pongo el color de boton__link {background: white} antes o despues de .boton__link:hover si funciona*/

.boton__link:hover {
  
  padding: 0px 10px;
}

.boton__link {
  
  
}










 











/*Ya NO va Mas*/
.contene{
    margin: auto;  
    
}


.enlace {
    list-style: none;
    padding: 0;
    margin: 0;
}






.meatalbord1 {
    margin: auto;
    width: 100%;
    height: ;
    max-width: ;
    
    position: absolute;
    z-index: 1;
    
}

.meatalbord2 {
    margin: auto;
    width: 100%;
    height: ;
    max-width: ;
        
    transform: translateY(342%);
    
    position: absolute;
    z-index: 2;
    
}






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


















#c-slider{
    margin: auto;
    width: 100%;
    height: 100%;
    max-width: ;
    
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 0 05px black,
                0 15px 50px;
    
}

#slider{
    display: flex;
    width: 800%;
    
}

#slider section{
    width: 50%;

}
#slider img{
    display: block;
    width: 100%;
    height: 100%;
    
}














#btn-prev, #btn-next{
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.7);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
    z-index: 3;
}

#btn-prev:hover, #btn-next:hover{
    background: rgba(255,255,255,1);
}

#btn-prev{
    left: 10px;
}

#btn-next{
    right: 10px;
}
/*Ya NO va Mas corresponde al slider*/






















































.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__yanone {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #F7D358;
    font-size: 20px;
    letter-spacing: 1.1px;
  }







.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;} 





















.cursos__img {
  width: 100%;
}
  .cursos__txt1 {
    font-size: 15px;
    position: relative;
    top: 0;
    left: 0;
    color: #fff;
    margin: 05px;
}

 .cursos__tituloprincipal{
    font-size: 27px;
    color: #00FF80;
}



.footer {
  background: #333;
  color: #fff;
  padding: 10px;
  text-align: center;
}
.copy {
  font-size: 11px;
  margin: 5px;
}
.copyubic {
    display: block;
    font-size: 12px;
    margin: -5px;
  }


.footer .social [class^="icon-"] {
  display: inline-block;
  color: #0330ff;
  text-decoration: none;
  font-size: 30px;
  padding: 0px;
  background: #333;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 40px;
  text-align: center;
  
}


.social {
  width: px;
  height: 55px;
}
.imagen_social {
 border-radius: 50%;
 transition: transform 0.5s ease-out;   
}

.imagen_social:hover {
  
  transform: rotate(360deg);
}



















.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: 70%;
    height: 70%;
    margin: auto;
}


.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
    }
.video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    }





.comentarios {
    display: block;
    justify-content: space-between;
    margin-top: 90px;
  }







@media(min-width:480px) {
  .logo {
    font-size: 40px;
  }

    
    
    
  .info, .cursos {
    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 {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .cursos__columna {
    width: 49%;
  }
.cursos__descripcion {
  font-size: 11px;
}
    .boton__link {
    /*background: none;*/
    font-size: 20px;
  }
    
.cursos__tituloprincipal{
    font-size: 32px;
    color: #00FF80;
}

    .footer .social [class^="icon-"] {
    margin: 0 10px;
  }
}





@media(min-width:768px) {  
  .banner__titulo {
    font-size: 40px;
     margin: 120px 0px 0px 0px;
  }
  .banner__txt {
    font-size: 21px;
    
  }
  .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 {
    /*background: none;*/
    font-size: 20px;
  }
  


.cursos__txt1 {
    font-size: 15px
  }



.contevi {
    width: 70%;
    height: 70%;
    margin: auto;
}

}





@media(min-width:1024px) {  
  .contenedor {
    width: 1024px;
    
  }
    .contevi {
    width: 60%;
    height: 60%;
    margin: auto;
}
    
  .section__titulo {
    font-size: 50px;
    margin: px 0; /*(Antes era 40 px)*/
  }
  .nav {
    position: static;
    width: auto;
  }
  .menu {
    display: flex;
  }
  .icon-menu {
    display: none;
  }
  .menu__link {
    background: none;
    font-size: 20px;
  }
  .select {
    color: #fff;
    background: #FBA919;
  }
  .banner__titulo {
    font-size: 50px;
    margin: 200px 0px 0px 0px;
  }
  .banner__txt {
    font-size: 25px;
   
  }
  .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;
    
  }
    
     .contevi {
    width: 50%;
    height: 50%;
    margin: auto;
}
    
    
  .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: ;
}
}