/* menu cascade */
.header{
  position: fixed;
    z-index: 3;
}
.openbtn{
  margin-top: 40px;
  color: #0d0f3c;
  font-size: 25px;
  cursor: pointer;
}
.site_logo{
  width: 86px;
  height: 86px;
}
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    left: 0;
    top: 0;
    background-color: #ff0060; /* Black fallback color */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */

}
.noscroll { overflow: hidden; }
/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 12%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: left; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
        margin-left: 20%;

}
.idioma{
  position: absolute;
    top: 40px;
    right: 120px;
    font-weight: bold;
}
/* The navigation links inside the overlay */
.overlay .menu-item, .overlay .menualtavista {
    padding: 0px;
    text-decoration: none;
    font-family: "futura-pt";
    font-size: 40px;
    text-transform: uppercase;
    color: #0c0e3b;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
    line-height: 48px;
    transition: transform 0.8s;
}
.menu-item a:hover, .menualtavista a:hover{
  color:#fff !important;
  text-decoration: none;
}
.menucontact{
  text-transform: uppercase;
  color: #0c0e3b;
  text-decoration: none;
}
.menucontact a:hover{
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.overlay .menu-item:before{
  color: #fff;
  font-family: 'FontAwesome';
  font-style: normal;
  content:  "\f0a9 \0020";
   opacity: 0;
  -webkit-transition: all 0.5s;
   transition: all 0.5s;
}
.overlay .menu-item:hover:before {
  font-family: 'FontAwesome';
  font-style: normal;
  content:  "\f0a9 \0020";
    opacity: 1;
    color:  #fff;
}
/* When you mouse over the navigation links, change their color */
.overlay .menu-item:hover, .overlay a:focus {
    color: #fff !important;
    transform: translate(20px, 0px);
}

.overlay .menualtavista:before{
  color: #fff;
  font-family: 'FontAwesome';
  font-style: normal;
  content:  "\f0ab \0020";
  white-space: pre;
   opacity: 0;
  -webkit-transition: all 0.5s;
   transition: all 0.5s;
}
.overlay .menualtavista:hover:before {
  font-family: 'FontAwesome';
  font-style: normal;
  content:  "\f0ab \0020";
  white-space: pre;
    opacity: 1;
    color:  #fff;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 40px;
    margin-left: 120px;
    /* font-size: 60px; */
}
.botonmenuclose{
  color: #0d0f3c;
  font-size: 25px;
  cursor: pointer;
}
.menu{
      list-style: none;
      padding: 0px;
}
.dropdownmenu{
  list-style: none;
  display: none;
}
.dropdown-menuitem{
	    line-height: 42px !important;
}
.dropdown-menuitem a{
  color: #fff !important;
  text-decoration: none;
      font-size: 40px;
	  /*line-height: 42px;*/
}
.socialmenu{
  font-size: 28px;
  margin-top: 30px;
border-top: 1px solid #0c0e3b;
width: 100%;
padding-top: 20px;
}
.segundomenu{
  z-index: 2;
  position: fixed;
  width: auto;
  text-align: right;
  right: 0px;
  height: 95px;
  /* margin-top: 30px; */
  background-color: #ffffff;
  padding: 10px;
  width: 100%;
  padding-top: 35px;
}
.segundomenu li{
  list-style: none;
    float: right;
    padding-left: 30px;
}
@media screen and (max-width: 767px){
.overlay .menu-item {
  font-size: 30px !important;
  line-height: 40px !important;
}
.overlay-content {
  margin-left: 20px !important;
}
.dropdown-menuitem a{
  font-size: 30px !important;
}
.segundomenu{
      display: table;
    height: 125px;
    padding-left: 3px;
    padding-right: 3px;
  padding-top: 95px;
  text-align: left;
}
.segundomenu li{
  display: inline;
  float: none;
}
.btnquotetope{
  display: none;
}
}
