@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: #4a445c;
   background: rgba(0,0,0,0.75);
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  letter-spacing: 1.8px;
}








.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;
}









.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;
}






































.wc__img {
margin: auto;    
padding: 0px 0px 40px 35px ;
}










.alternativo{
   color: chartreuse;
   
}

.contac{
   color: deepskyblue;
   
}


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;} 



 .contac:active {text-decoration:none;color:#ff0000;} 
 .contac:hover {text-decoration:none;color:darkorange;} 

























.section__titulo {
  text-align: center;
  font-size: 40px;
  color: #Fff;
  margin-top: -60px;
  text-shadow: black 0.1em 0.1em 0.2em;
}



.section__subtitulo {
  font-size: 32px;    
  text-align:left;
  color: #Fff;
  padding: 10px;
  text-shadow: black 0.1em 0.1em 0.2em;

}

.texto0 {
  position: relative;
  top: 0px;
  margin: 0px 0;  
  text-align:justify;
  color: #Fff;
  padding: 20px;
}
.texto1 {
  position: relative;
  top: 0px;
  margin: 0px 0;  
  text-align:justify;
  color: #Fff;
  padding: 20px;
}



.texto2 {
  position: relative;
  top: 0px;
  margin: 10px 150;      
    
  text-align:justify;
  color: #Fff;
  padding: 20px;
}


.texto3 {
  text-align: center; 
  font-size: 12.5px; 
  color: #Fff;
  padding: 10px;
}











.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: 80%;
    height: 80%;
    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%;
    }













































@media(min-width:480px) {
  .logo {
    font-size: 40px;
  }
  
    
  .footer .social [class^="icon-"] {
   margin: 0 10px;
 }
   
  .texto0 {
  font-size: 22px; 
}  








    
@media(min-width:768px) {  
  .banner__titulo {
    font-size: 40px;
     margin: 120px 0px 0px 0px;
  }
  .banner__txt {
    font-size: 21px;
  }
  
 .section__titulo {
  font-size: 48px;
}

.section__subtitulo {
  font-size: 37px;    
}

.texto1 {
  font-size: 18px; 
}
   
.texto2 {
    font-size: 25px; 
}   
    
    
    
    
    






@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;
   
  }

  .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__txt {
    font-size: 19px;
}
 .section__titulo {
    font-size: 70px;
    margin: -60px 0;
  }

.section__subtitulo {
  font-size: 42px;
  padding: 80px;
  margin: 0px 0; 
}
    
.texto0 {
  margin: -120px 0; 
  padding: 80px;      
} 
.texto1 {
  margin: -120px 0; 
  padding: 80px;      
}  
  
 .texto2 {
  margin: 65px 60px;  
  font-size: 30px;
      
} 
.footer {
    margin-top: 50px;
}
     
    
