@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;
}

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: px;
  text-shadow: black 0.1em 0.1em 0.2em;
}

.section__titulo1 {
  text-align: center;
  font-size: 20px;
  color: #Fff;
  margin-top: px;
}


.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 ;
}









body a {
    color: rgb(0,255,255);
}


body p {
    
    color: chartreuse;
    display: block;

}



.info__txt {
   color: #fff;   
}  























form{
    width: 450px;
    position: relative;
   
    left: 50%;
    transform: translateX(-50%);
    
    background: rgba(0,0,0,0.4);
    padding: 10px 20px;
    box-sizing: border-box;
    margin-top: -60px;
    border-radius: 7px;
    
}

input, textarea{
    width: 100%;
    margin-bottom: 20px;
    padding: 7px;
    box-sizing: border-box;
    font-size: 17px;
    border: none;
   
}
textarea {
    sin-height: 100px;
    max-height: 200px;
    max-width: 100%;    
}























.footer {
  background: #333;
  color: #fff;
  padding: 10px;
  text-align: center;
  margin-top: 0px;
}
.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%;
    }




































.Formulario {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 30px;
    margin-bottom: 20px;
}
#boton {
    background: #31384A;
    color: #fff;
    padding: 20px;    
}
#boton:hover {
    cursor: pointer;
}

@media (max-width:480px) {
    form{
        width: 100%;
    }
}




.servicios {
    
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
  margin-top: 0px;
  font-size: 12px;
  flex-wrap: wrap;
  display: flex; 
  justify-content: space-around;      
}
.subtitulo {

  background: ;
  color: #fff;
  padding: 10px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 17px;
  text-decoration:underline;
}
.tab {
padding: 5px;
}












@media(min-width:480px) {
  .logo {
    font-size: 40px;
  }

    
  .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;
  }
    
 .section__titulo {
  font-size: 43px;
}


    
    
    


@media(min-width:1024px) {  
  .contenedor {
    width: 1024px;
  }
  .section__titulo {
    font-size: 45px;
    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;
    
  }
    
.subtitulo {
   font-size: 19.5px;    
}
.info__txt {
   font-size: 16px;    
}  



