.showResponsive{
  display: none;
}
.header-logos{
  padding-top: 10px;
  padding-bottom: 10px;
}
header{
  display: block;
  text-align: center;
  background-color: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;

  /*position: absolute;
  top: 0;
  z-index: 2;*/
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;

  box-shadow: 1px 1.732px 5px 0px rgba(235, 235, 235, 0.75);
}
header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #E6EAEA;
  visibility: visible !important;
  z-index: 5;
}
header.sticky.headerInternal{
  background-color: #fff !important;
  position: absolute !important;
  top: 0 !important;
  border: 0 !important;
}
header:after{
  content: "";
  display: block;
  clear: both;
}
header .container-fluid{
  position: relative;
}
header nav.menu-main{
  /*float: right;*/
}
@media screen and (max-width:900px){
  .headerInternal{
    display: none !important;
  }
}
header nav.menu-right{
  float: right;
}
header .logo{
  float: left;
}
header nav a{
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.5;
  color: #222;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
}
header nav a:first-child{
  padding-left: 0;
}
header nav a:last-child{
  padding-right: 0;
}
header nav a:hover,
header nav a.active
{
  color: var(--c-primary);
}
header nav a.big-number{
  font-size: 1.3rem;
  color: #333333;
  border-left: 1px solid #CCC;
  font-weight: 700;
}

header .logo img{
  -webkit-transition: all 0.27s ease;
  -moz-transition: all 0.27s ease;
  -ms-transition: all 0.27s ease;
  -o-transition: all 0.27s ease;
  transition: all 0.27s ease;
  max-width: 100%;
}
/*Mobile*/
@media screen and (max-width:550px){
  header .logo img{
    max-width: 100%;
    height: auto;
  }
}
/*Mobile*/
@media screen and (max-width:900px){
  body:not(.comienzo) header.headerInternal .logo img{
    -webkit-filter: opacity(0.6) brightness(0);
    filter: opacity(0.6) brightness(0);
  }
}

header .logo-center{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.iniciar-sesion{
  color: var(--c-primary);
}


/*Mobile*/
@media screen and (max-width:800px){
  header{
    padding-top: 6px;
    padding-bottom: 30px;
  }
  header nav.menu-main{
    display: block;
    position: fixed;
    left: -100vw;
    background-color: var(--c-secondary);
    z-index: 2;
    overflow-y: auto;
    height: 100vh;
    top: 0;
    min-width: 70%;
    padding-top: 10px;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  header nav.menu-main:before{
    content: url("../img/logo.svg");
    display: block;
    filter: brightness(7);
    transform: scale(0.5);
    float: left;
    margin-bottom: -14px;
    margin-top: -22px;
    margin-left: -10px;
  }
  header nav.menu-main.open{
    left: 0;
  }
  header nav.menu-main a,
  header nav.menu-main a.showResponsive{
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 10px 20px;
    color: white;
    clear: both;
  }
  header nav.menu-main a:hover{
    background-color: rgba(255, 255, 255, 0.1);
  }
  header nav.menu-right{
    display: none;
  }
  header .logo-center{
    position: inherit;
    left: auto;
    transform: none;
  }
}
/*Tablet*/
@media screen and (min-width:750px) and (max-width:1250px) and (orientation:landscape){
  header nav.menu-main a{
    padding-left: 7px;
    padding-right: 7px;
    font-size: 0.7rem;
  }
}

.responsiveMenu{
  display: none;
}
/*Mobile*/
@media screen and (max-width:800px){
  .responsiveMenu{
    display: block;
    position: absolute;
    right: 10px;
    background-color: transparent;
    border: 0;
    width: 35px;
    
    -webkit-transition: all 0.0s ease;
    -moz-transition: all 0.0s ease;
    -ms-transition: all 0.0s ease;
    -o-transition: all 0.0s ease;
    transition: all 0.0s ease;
  }
  .responsiveMenu > div{
    height: 4px;
    background-color: black;
    margin: 3px 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .responsiveMenu.open{
    width: calc(100vw + -10px);
    height: 100vh;
    position: fixed;
    z-index: 2;
  }
  .responsiveMenu.open > div{
    background-color: transparent;
  }
}

#form-request .close {
    position: relative;
    z-index: 2;
}
/*Mobile*/
@media screen and (max-width:750px){
  #form-request .close a{
    position: absolute;
    display: block;
    right: 0;
    top: -70px;
  }
}





.header-logos .container{
  position: relative;
}
.header-logos .logo{
  display: inline-block;
}
.header-logos .logo span{
  display: inline-block;
  background-color: var(--c-secondary);
  color: white;
  padding: 2px 5px;
  font-style: italic;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
}
.header-logos .logo span b{
  display: block;
  text-align: right;
  color: #ddd;
  font-size: 8px;
  font-style: normal;
}
.redes,
.contacto-header{
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 0;
}
.contacto-header{
  right: auto;
  left: 15px;
}
.redes li,
.contacto-header li{
  display: inline-block;
  vertical-align: middle;
}
.contacto-header li{
  margin-right: 15px;
}
.redes li a{
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;

  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.redes li a.fb{
  background-color: var(--r-facebook);
}
.redes li a.tw{
  background-color: var(--r-twitter);
}
.redes li a.gp{
  background-color: var(--r-google);
}
.redes li a:hover{
  background-color: #222;
}