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

* {
  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%;
}

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


.banner {
  margin-top: px;
  position: relative;
  z-index: -1000;
  margin-bottom: -15px;
}

.banner .contenedor {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 13.8px;
}







 .banner__titulo {
    font-size: 30px;
    margin: 60px 0px 0px 0px;
  }
  .banner__txt {
    display: block;
    font-size: 18px;
    margin: 0px 0px 0px 0px;
  }










.wc__img {
margin: autO;    
padding: 0px 10px 25px 32px ;
}

.info__columna {
  background: #FBA919;
  color: #fff;
  padding: 15px;
  margin-bottom: 90px;
  margin-top: -40px;
}
.info__titulo {
  text-shadow: black 0.1em 0.1em 0.2em;
}
.enlace {
  list-style: none;
    padding: 0;
    margin: 0;
}

.cursos__columna {
  position: relative;
  margin-bottom: 20px;
    box-shadow: 0 0 0 05px black,
                0 15px 50px;
}
.cursos__descripcion {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 25%;
  padding: 5px;
  font-size: 08px;
}
.cursos__descripcion2 {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 48%;
  padding: 12px;
  font-size: 08px;
}
.cursos__titulo {
  font-size: 20px;
  margin: -4px 0px 0px 0px;
  
  top: 0;    
}
.cursos__img {
  width: 100%;
}

















.botonq {
  position: absolute; 
  top: 0;
  left: 0;
    
  list-style: none;
  padding: 0;
  margin: 0;
  
  width: 100%;
  height: 100%; 
    
}


.botonq__link {

  text-decoration: none;
  border-style:outset;        
}


.botonq__link:hover, .selectbotonq {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0);/*/#FBA919/*/
}

.selectbotonq {
  list-style: none;
  color:rgba(255, 255, 255, 0);
  
  position: absolute; 
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
    
  background: rgba(255, 255, 255, 0);
    
  }

















.info__txt {
    color: #fff;
    font-size: 15px;
}


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


body p {
    
    color: chartreuse;
    display: block;

}


























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



/*Establece el area del BOTON*/
.video-responsive {
    height: 0;
    overflow: hidden;/*No le afecta en nada*/
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
    }

/*Establece el area del elemento al 100% horizontal y vertical dentro del BOTON*/
.video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    }









@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: 0;
  }
  .cursos__columna {
    width: 49%;
  }
.cursos__descripcion {
  font-size: 7.5px;
}
  .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__descripcion {
  font-size: 12.7px;
}
 .info, .cursos {
    display: flex;
    justify-content: space-between;
  }
}










@media(min-width:1024px) {  
  .contenedor {
    width: 1024px;
  }
  .section__titulo {
    font-size: 50px;
    margin: 30px 0;
  }
  .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: -90px;
  }
  .info__columna {
    padding: 30px;
  }
  .info__titulo {
    font-size: 40px;
    text-align: center;
  }
  .cursos__descripcion {
    padding: 20px;
  }
  .cursos__titulo {
    font-size: 50px;
  }
  .cursos__txt {
    font-size: 16px;
  }
  .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;
    
  }
    
 .info__txt {
    font-size: 18px;
}   
    
  .cursos__txt {
    font-size: 19px;
}

