@charset "UTF-8";
/*
    Created on : Oct 29, 2024, 12:11:25 PM
    Author     : Vicente Martín <vicente@elgrupo.es>
*/
/*
    Created on : Feb 21, 2024, 12:13:59 PM
    Author     : Vicente Martín <vicente@elgrupo.es>
*/
#wpadminbar {
  position: fixed !important;
}

html {
  scroll-padding-top: 137px;
}
@media only screen and (max-width: 1024px) {
  html {
    scroll-padding-top: 125px;
  }
}

body {
  padding-top: 105px;
}
@media only screen and (max-width: 1024px) {
  body {
    padding-top: 93px;
  }
}
body.admin-bar .main-header {
  top: 32px;
}
@media only screen and (max-width: 782px) {
  body.admin-bar .main-header {
    top: 46px;
  }
}

@media only screen and (max-width: 1024px) {
  .page-template-page-pruebas, .page-template-page-comparador {
    padding-top: 64px;
  }
}
@media only screen and (max-width: 1024px) {
  .page-template-page-pruebas .main-header, .page-template-page-comparador .main-header {
    height: 64px;
    position: relative !important;
    margin-top: -64px;
  }
}
@media only screen and (max-width: 1024px) {
  .page-template-page-pruebas .main-header__logo svg, .page-template-page-comparador .main-header__logo svg {
    width: 174px;
  }
}

.main-header {
  height: 105px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #FFF;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  /*align-items: center;*/
  z-index: 99998;
  transition: height 0.3s;
}
@media only screen and (max-width: 1024px) {
  .main-header {
    height: 93px;
  }
}
@media only screen and (max-width: 1024px) {
  .main-header--stuck {
    height: 64px;
  }
}
.main-header__logo {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .main-header__logo {
    max-width: 213px;
    position: relative;
    z-index: 101;
  }
}
.main-header__logo--active path {
  transition: all 0.3s;
}
@media only screen and (max-width: 1024px) {
  .main-header__logo--active path:not(.no-change) {
    fill: #fff;
  }
}
@media only screen and (max-width: 1024px) {
  .main-header__logo--stuck svg {
    width: 174px;
  }
}
.main-header__logo svg {
  transition: all 0.5s;
}
.main-header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
@media only screen and (max-width: 1024px) {
  .main-header__container {
    gap: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .main-header__container::after {
    content: "";
    position: absolute;
    right: -110%;
    height: 100%;
    background: red;
    z-index: 100;
    width: 100%;
    transition: all 0.3s;
    background: #8C52FF;
  }
}
@media only screen and (max-width: 1024px) {
  .main-header__container--active::after {
    right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .main-header__private {
    display: none !important;
  }
}
.main-header__private--mobile {
  display: none !important;
  font-size: 20px;
}
@media only screen and (max-width: 1024px) {
  .main-header__private--mobile {
    display: block !important;
    color: #D8C4FF !important;
    margin-left: auto;
    margin-top: 4px;
  }
}
.main-header__private--mobile .yellow {
  color: #FAE584;
}
.main-header__private--menu {
  margin-left: -7px;
  margin-right: -7px;
  font-size: 20px !important;
  align-items: center !important;
  margin-top: -32px;
}
.main-header__private--exit-menu {
  margin-left: -45px;
  margin-right: -45px;
  /*margin-top: 0;*/
  border-radius: 0 !important;
  text-align: left !important;
  justify-content: flex-start !important;
  padding-left: 46px !important;
  padding-right: 46px !important;
  gap: 20px !important;
  color: #8C52FF !important;
  height: 64px !important;
}
.main-header__private--exit-menu i {
  color: #5C2ABE !important;
}

.main-menu {
  flex-grow: 1;
}
@media only screen and (max-width: 1024px) {
  .main-menu {
    /*display: none;*/
    display: flex;
    flex-direction: column;
    position: fixed;
    /*left: 0;*/
    right: -110%;
    bottom: 0;
    top: 0;
    background: #8C52FF;
    padding-top: 125px;
    z-index: 100;
    height: 100%;
    overflow: scroll;
    transition: all 0.3s;
    width: 100vw;
  }
  .main-menu--active {
    right: 0;
  }
}
.main-menu ul.menu {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .main-menu ul.menu {
    flex-direction: column;
    gap: 10px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .main-menu ul.menu > li {
    padding: 0 46px;
    display: flex;
    justify-content: flex-start;
  }
}
.main-menu ul.menu a {
  color: #3A3A3A;
  text-align: center;
  /* Desktop Text styles/Text */
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s;
  position: relative;
  padding: 10px;
}
@media only screen and (max-width: 1024px) {
  .main-menu ul.menu a {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.6px;
    padding-left: 0;
    padding-right: 0;
  }
}
.main-menu ul.menu a:hover::after {
  bottom: 0;
  background: #F5CB08;
  /*                    @include devices(1024) {
                          bottom: 0;
                      }*/
}
.main-menu ul.menu a::after {
  content: "";
  position: absolute;
  bottom: 5px;
  height: 2.25px;
  background: transparent;
  transition: all 0.3s;
  left: 10px;
  right: 10px;
}
@media only screen and (max-width: 1024px) {
  .main-menu ul.menu a::after {
    border-radius: 20px;
    height: 5px;
    left: 0;
    width: 21px;
  }
}
.main-menu ul.menu a::before {
  content: attr(title); /* Obtiene el texto del atributo title */
  opacity: 0;
  font-weight: bold;
  height: 0;
  z-index: -1;
  pointer-events: none;
}
.main-menu ul.menu .current-menu-item a, .main-menu ul.menu .current-page-ancestor a {
  font-weight: bold;
}
.main-menu ul.menu .current-menu-item a::after, .main-menu ul.menu .current-page-ancestor a::after {
  background: #F5CB08;
  bottom: 0;
}

.menu-toggle {
  cursor: pointer;
  padding: 13px 24px 14px 0px;
  z-index: 105;
  display: none;
  transition: all 0.3s;
  position: relative;
  z-index: 101;
}
@media only screen and (max-width: 1024px) {
  .menu-toggle {
    display: block;
    position: relative;
    z-index: 101;
  }
}
.menu-toggle span, .menu-toggle span:before, .menu-toggle span:after {
  cursor: pointer;
  border-radius: 10px;
  height: 3.5px;
  width: 27px;
  background: #8C52FF;
  position: absolute;
  display: inline-block;
  content: "";
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1); /* easeInOutCubic */
}
.menu-toggle span:before {
  top: -10px;
}
.menu-toggle span:after {
  bottom: -10px;
}
.menu-toggle.active span {
  background-color: transparent;
}
.menu-toggle.active span:before, .menu-toggle.active span:after {
  top: 0;
  background-color: #fff;
}
.menu-toggle.active span:before {
  transform: rotate(45deg);
}
.menu-toggle.active span:after {
  transform: translateY(-8px) rotate(-45deg);
  top: 8px;
}

.second-menu {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .second-menu {
    display: flex;
    flex-direction: column;
    background: #AA80FF;
    flex-grow: 1;
    padding: 0 45px 45px;
  }
}
.second-menu__wrapper {
  display: flex;
  flex-direction: column;
  gap: 29px;
  margin-top: 45px;
}
.second-menu__item {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.6px;
  text-decoration: none;
}

/*# sourceMappingURL=header.css.map */
