@font-face {
  font-family: "responsivenav";
  src:url("icons/responsivenav.eot");
  src:url("icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("icons/responsivenav.ttf") format("truetype"),
    url("icons/responsivenav.woff") format("woff"),
    url("icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}


@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;}


.menu-responsive a:active, .menu-responsive a:hover { outline: 0;}

.main {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  overflow: hidden;
  overflow-y: scroll;
  width: 100%;
}

.nav-collapse {
  position: absolute;
  width: 25%;
  top: 2em;
  left: 0;
  text-transform: uppercase;
}

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

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

.nav-collapse a {
  color: #fff;
  font-size:15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background .3s ease;
  -moz-transition: background .3s ease;
  transition: background .3s ease;
  border-bottom: 1px solid white;
  display: block;
  padding: 0.7em 1em;
  width: 100%;
}


.nav-toggle { display: none }

	
.titulo-nav-movil {
  float:left;
  color: #FFFFFF; /* Edit this to change the icon color */
  font-size: 32px;
  text-transform: none;
  text-indent: 0;
  text-align: left;
  line-height: 70px;
  speak: none;
  top: 0;
  left: 0;
  width:75%;
}

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

  }
  .nav-collapse {
    top: 0;
    width: 100%;
    position: relative;
  }
  .nav-collapse.opened { max-height: 9999px }
  .nav-collapse .active a, .menu-responsive a:hover, .active a:hover { color: #fff; text-decoration:none; }
  .nav-toggle {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	-o-user-select: none;
    user-select: none;
    text-decoration: none;
    text-indent: -999px;
    position: relative;
    overflow: hidden;
    width: 25%;
	line-height: 70px;
    float: right;
    display: block;
    margin: 0 0 1em 0;
  }
  .nav-toggle:before {
    color: #fff; /* Edit this to change the icon color */
    font-family: "responsivenav";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: 32px;
    text-transform: none;
    position: absolute;
    content: "\2261";
    text-indent: 0;
    text-align: right;
    speak: none;
    width: 100%;
    top: 0;
    left: 0;
  }
  .nav-toggle.active:before {
    font-size: 28px;
    content: "\78";
  }
  .main {
    -webkit-overflow-scrolling: auto;
    box-shadow: none;
    padding: 1em 1em 1em 1em;
    position: relative;
    width: 100%;
    overflow: hidden;
  }

.form-control {
  font-size: 15px !important;
  border-radius: 0px !important;
  padding: 0.7em 1em !important;
  width: 100% !important;
  text-transform: uppercase !important;
  border: none !important;
  height: 40px !important;
}

.form-movil { 
    font-size: 15px;
	color: #fff !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 1px solid white;
	box-sizing: border-box;
	transition: background .3s ease;
	display: block;
	padding: 0.7em 1em;
    width: 100%;
	border-radius: 0px !important;
	text-transform: uppercase;
	}

.form-movil::-webkit-input-placeholder { color: #fff !important; }
.form-movil:-moz-placeholder { color: #fff !important; }
.form-movil::-moz-placeholder { color: #fff !important; }
.form-movil:-ms-input-placeholder { color: #fff !important; }

/* Selects en menu */

select.choose_state,
select.choose_state option {
    background: transparent;
}
select.choose_state {
    font-size: 15px;
	color: #fff !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 1px solid white;
	box-sizing: border-box;
	transition: background .3s ease;
	padding: 0.7em 1em;
    width: 100%;
	border-radius: 0px !important;
	text-transform: uppercase;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    outline: none;
    display: inline-block; /*Important*/
}