.showResponsive {
  display: none;
}

header {
  display: block;
  text-align: center;
  background-color: transparent;
  padding-top: 10px;
  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;
  box-shadow: 0px 4px 10px 1px rgba(102, 102, 102, 0.05);
}

.home header {
  box-shadow: initial;
}

header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  /* border-bottom: 1px solid #E6EAEA; */
  visibility: visible !important;
  box-shadow: 0px 4px 10px 1px rgba(102, 102, 102, 0.05);
}

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;
  width: calc(100% - 50px);
}

header nav.menu-main {
  /* float: right; */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 18px;
}

@media screen and (max-width:900px) {
  header .container-fluid {
    width: 100%;
  }

  .headerInternal {
    display: none !important;
  }
}

header nav.menu-right {
  float: right;
  right: 7px;
  left: auto;
  transform: initial;
}

header nav.menu-right>ul>li {
  padding-bottom: 20px;
}

.home header nav.menu-right img {
  filter: brightness(0) invert(1);
}

header nav.menu-right>ul>li>ul a img {
  filter: initial !important;
}

.home header.sticky nav.menu-right img {
  filter: initial;
}

.home header nav.menu-right .idioma img {
  filter: initial;
  width: 17px;
  height: 11px;
  object-fit: cover;
}

header .logo {
  float: left;
  max-width: 150px;
}

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;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 14px;
  box-shadow: 0px 2px 50px 1px rgb(102 102 102 / 15%);
  z-index: 1;
}

header nav>ul>li>ul>li ul {
  display: block;
  position: absolute;
  background-color: #fff;
  padding: 0;
  margin-left: calc(100% + 0px);
  top: -10px;
  border-radius: 0 10px 10px 0;
  border-left: 1px solid #eee;
  height: 0px;
  overflow: hidden;
  opacity: 0;
  text-align: left;
  -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: 22px 0px 50px -9px rgb(102 102 102 / 15%);
  z-index: -7;
}

header nav>ul>li>ul>li ul:before {
  content: ">";
  display: block;
  position: absolute;
  top: 17px;
  left: -25px;
}

header nav>ul>li>ul>li:first-child ul {
  top: 0;
}

header nav>ul>li>ul>li:first-child ul:before {
  top: 16px;
}

header nav>ul>li>ul>li:hover ul {
  opacity: 1;
  height: auto;
  overflow: initial;
}

header nav>ul>li>ul:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--! Font Awesome Pro 6.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath fill='%23fff' d='M9.39 265.4l127.1-128C143.6 131.1 151.8 128 160 128s16.38 3.125 22.63 9.375l127.1 128c9.156 9.156 11.9 22.91 6.943 34.88S300.9 320 287.1 320H32.01c-12.94 0-24.62-7.781-29.58-19.75S.2333 274.5 9.39 265.4z'/%3E%3C/svg%3E");
  background-size: cover;
  position: absolute;
  top: -15px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

header nav>ul>li:hover>ul {
  height: initial;
  opacity: 1;
  overflow: initial;
}

header nav a.idioma+ul {
  width: 110px;
  text-align: left;
}

header nav a.idioma+ul img {
  width: 17px;
  height: 11px;
  object-fit: cover;
}

header nav>ul>li>ul li {
  display: block;
  position: relative;
  width: auto;
}

header nav>ul>li>ul li:first-child {
  padding-top: 10px;
}

header nav>ul>li>ul li:last-child {
  padding-bottom: 10px;
}

header nav>ul>li>ul li a {
  display: block;
  padding-left: 20px !important;
  padding-right: 20px !important;
  line-height: 1;
  white-space: nowrap;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.65rem;
  line-height: 1.2;
  color: #444;
}

header nav a {
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 50px;
  color: var(--c-terciary);
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
}

header nav.menu-right a:hover {
  opacity: 0.8;
}

header.home nav a.idioma {}

.home header:not(.sticky) nav a.idioma {
  border: 1px solid #FFFFFF;
}

.home header nav a.idioma img {
  max-width: 20px;
}

.home header:not(.sticky) nav a.idioma::after{
  border: solid #fff;
  border-width: 0 1px 1px 0;
}
header nav a.idioma img {
  height: 12px;
}

header nav a.idioma {
  border: 1px solid #aaa;
  border-radius: 14px;
  padding: 2px 13px !important;
}

header nav a.idioma::after {
  content: "";
  border: solid #aaa;
  border-width: 0 1px 1px 0;
  display: inline-block;
  margin-left: 5px;
  padding: 3px;
  transform: translateY(-4px) rotate(45deg);
  -webkit-transform: translateY(-4px) rotate(45deg);
}

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

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

header nav a:hover {
  color: var(--c-primary);
}

header nav a.active {
  color: var(--c-secondary);
}

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;
  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:900px) {
  header nav.menu-main {
    display: block;
    position: fixed;
    left: -100vw;
    background-color: var(--c-primary);
    z-index: 2;
    overflow-y: auto;
    height: 100vh;
    top: 0;
    width: 70vw;
    padding-top: 10px;
    margin-top: 0;
    transform: initial;
    -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>ul>li {
    display: block;
  }

  header nav>ul>li:after {
    content: "";
    display: block;
    width: calc(100% + -51px);
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    margin-left: 20px;
  }

  header nav.menu-main a,
  header nav.menu-main a.showResponsive {
    display: block;
    text-align: left;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 8px;
    padding-bottom: 8px;
    color: white;
  }

  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 nav>ul>li:hover ul {}

  header nav>ul>li>ul {
    opacity: 1;
    position: inherit;
    width: 100%;
    margin-top: 10px;
    display: none;
  }

  header nav.menu-main>ul>li>ul>li>a {
    color: #222 !important;
    width: 100%;
  }
}

/*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: 26px;
    top: 17px;
    /* transform: translateY(-50%); */
    -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: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .responsiveMenu.open>div {
    background-color: transparent;
  }

  header nav>ul>li>ul>li ul {
    margin-left: 0;
    margin-top: 15px;
    position: relative;
    height: auto;
    opacity: 1;
    margin-top: 0 !important;

    top: 0;
  }

  header nav>ul>li>ul>li ul li a {
    color: #666 !important;

  }

  header nav>ul>li>ul>li ul li {
    padding-left: 8px;
  }
}

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