/*! responsive-nav.js 1.0.39 by @viljamis */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
  #logo-menu {
    float: left;
    display: block;
    width: 60%;
    height: 80px;
}

#botonera-movil a{
	display:none;
}

.texto-espe{
	
  font-size: 2em;
  display: table;
  color: #fff;
  font-weight: 300;
  text-align:left;
  position:relative;
  left:0;
  right:0;
  margin-left:auto;
  margin-right:auto;
      width: 500px;
	}
	
.texto-etno{
	text-transform:uppercase;
  font-size: 3em;
  display: block;
  color: #fff;
  font-weight: 300;
  text-shadow: 2px 2px 2px #000;
  margin-top: 65px;
	}

.texto-quienes{
	
  font-size: 1.5em;
  width:70%;
  display: table;
  color: #fff;
  font-weight: 300;
  text-shadow: 2px 2px 0px #000;
  position:relative;
  left:0;
  right:0;
  margin-left:auto;
  margin-right:auto;
	}
	
  #contacto-formulario{
	
    width: 317px;
    height: 446px;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
	
	-moz-transition:all 0.3s ease-in-out;    
	-o-transition:all 0.3s ease-in-out;   
	-webkit-transition:all 0.3s ease-in-out;   
	transition:all 0.3s ease-in-out;	
}

.intro-about1{
	
  width: 100%;
  display: table;
  margin: 0;
  max-width: none;  
  background: url(../img/about-bg3.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
  height: 100vh;
  
}

.intro-contacto{
	
  width: 100%;
  display: table;
  margin: 0;
  max-width: none;  
  background: url(../img/about-bg1.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
  height: 100vh;
  min-height: 500px;
  
}

.intro-contacto-movil{
	
  width: 100%;
  display: none;
  margin: 0;
  max-width: none;  
  background: url(../img/about-bg1.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
  height: 100vh;
  


}
