.showResponsive {
  display: none;
}

header {
  display: block;
  text-align: center;
  background-color: transparent;
  padding-top: 0px;
  padding-bottom: 10px;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 2;
  /*position: -webkit-sticky;
  position: sticky;
  */
  -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.sticky {
  position: fixed;
  top: -45px;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #e6eaea;
  visibility: visible !important;
}

header.sticky.headerInternal {
  background-color: #fff !important;
  position: absolute !important;
  top: 0 !important;
  border: 0 !important;
}

header nav > ul > li a {
  text-decoration: none;
}

header:not(.sticky) nav > ul > li a {
  font-size: 15px;
}

.home header:not(.sticky) nav > ul > li a{
  color: #fff
}

header:after {
  content: "";
  display: block;
  clear: both;
}

header .container-fluid {
  position: relative;
}

header nav.menu-main {
  float: right;
}

header a.logo.js-scroll img.full-logo {
  object-fit: contain;
  height: 100px;
}

header.sticky a.logo.js-scroll img.full-logo {
  height: 42px;
}

@media screen and (max-width: 900px) {
  .headerInternal {
    display: none !important;
  }
}

header nav.menu-right {
  float: right;
}

header .logo {
  float: left;
}

header nav > ul {
  display: block;
  padding: 0;
  margin: 0;
}

header nav > ul > li {
  display: inline-block;
  padding: 0;
  margin: 0;
  position: relative;
}

header nav > ul > li > ul {
  position: absolute;
  display: block;
  padding-left: 0;
  border: 1px solid #eee;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
  height: 0;
  opacity: 0;
  -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 > ul > li:hover ul {
  height: initial;
  opacity: 1;
}

header nav > ul > li > ul li {
  display: block;
}

header nav > ul > li > ul li a {
  display: block;
  padding-left: 20px !important;
  padding-right: 20px !important;
  line-height: 1;
  white-space: nowrap;
}

header nav a {
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 50px;
  color: #666666;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 0.75rem;
  font-weight: 500;
}

header nav li:first-child a {
  /* padding-left: 0; */
}

header nav li:last-child a {
  padding-right: 0;
}

header nav a:hover,
header nav a.active {
  color: var(--c-primary) !important;
}

header nav a.active{
  text-decoration: underline;
}

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:not(.sticky) .logo img {
    max-width: 100%;
    height: 41px !important;
    
  }
  .home header:not(.sticky) .logo img{
    filter: brightness(0) invert(1);
    height: 61px !important;
  }
}

/*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: 900px) {
  header nav.menu-main {
    /* display: block; */
    position: fixed;
    left: -100vh;
    background-color: var(--c-primary);
    z-index: 2;
    overflow-y: auto;
    height: 100vh;
    top: 0;
    min-width: 60%;
    /* 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.open {
    left: 0;
  }

  header nav.menu-main ul {
    display: grid;
  }

  header nav.menu-main a,
  header nav.menu-main a.showResponsive {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    /* font-size: 11px; */
  color: #fff;}

  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;
  }
  header#navHeader {
    /* top: -72px; */
  }
  header#navHeader .top {
  }
  header#navHeader .top .container.flex {
    display: flex;
  padding-left: 10px;padding-right: 2px;}
  header#navHeader .top .container.flex > :first-child {
  padding-right: 0;padding-left: 0;}
  header#navHeader .top .container.flex .text-right {
  }
  header#navHeader .top .container.flex .text-right a {
  }
  header#navHeader .top .container.flex .text-right > :nth-child(2) {
    font-size: 13px;
  }
  header#navHeader .container {
  position: relative;}
  header#navHeader ul.redes-top li {
  }
}

/*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: 900px) {
  .responsiveMenu {
    display: block;
    position: absolute;
    right: 10px;
    background-color: transparent;
    border: 0;
    width: 24px;
    top: 23px;
    transform: translateY(-50%);

    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
  }

  .home header:not(.sticky) .responsiveMenu > div{
    background-color: #fff;
  }
  
  .responsiveMenu > div {
    height: 4px;
    background-color: #000;
    margin: 3px 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }

  .responsiveMenu.open {
    width: 100vw;
    height: 100vh;
    position: fixed;
  background-color: rgba(0,0,0,0.5);left: 0;top: 343px;}

.responsiveMenu.open > div {opacity: 0;}

  .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;
  }
}

.top {
  background-color: var(--c-secondary);
  color: #fff;
  margin-bottom: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 0.8rem;
  text-align: left;
}

.top a {
  color: white;
  text-decoration: none;
}

.top a:hover {
  opacity: 0.7;
  color: white;
}

ul.redes-top {
  display: block;
  margin: 0;
  padding: 0;
}

ul.redes-top li {
  display: inline-block;
  padding-right: 10px;
}

.top img {
  filter: brightness(0) invert(1);
  height: 16px;
display: inline-block;vertical-align: middle;width: auto;object-fit: contain;}

.owl-nav {
}
.owl-theme .owl-nav button.owl-prev {
}
.owl-theme .owl-nav span {
}

/*Mobile*/
@media screen and (max-width:900px){
	.redes-top{
		text-align: right;
	}
}