body {
  font-size: 16px;
}
.d-flex {
  display: flex;
}
.flex-column {
  flex-direction: column;
}
.justify-content-start {
  justify-content: start;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-end {
  justify-content: end;
}

.header {
  position: relative;
  color: #1d1d1b;
  background-color: #ffdb00;
  font-family: "opensans-regular", Arial, sans-serif;
  height: auto;
  padding: 0;
  margin: 0;
  border: none;
}
.header-area {
  position: relative;
}
.header__wrapper {
  position: relative;
  max-width: 1920px;
  height: 8.125em;
  padding: 1.4375em 2%;
  background-color: #ffdb00;
  margin: 0 auto;
}
.header .header_right {
  flex-direction: column;
  width: 80%;
}
.header .header_logo {
  height: 36px;
}
.header .header_logo img {
  height: 75px;
}

.header_logo_anexo img{
    margin-left: 2em;
}
.header__item {
  margin-left: 0;
}
.header .lang {
  background: transparent;
  border: none;
}
.header .lang .dropdown__button {
  color: #1d1d1b;
  font-size: 14px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url(../assets/img/icons/angle-circle-down.svg);
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-background-size: 14px;
  -moz-background-size: 14px;
  -o-background-size: 14px;
  background-size: 14px;
  padding-right: 16px;
}

.header .lang.dropdown::after {
  content: "|";
  padding: 0 8px;
  background: transparent;
}
.header .lang a {
  font-size: 14px;
}
.header .lang > a:after {
  color: transparent;
  border-color: transparent;
}
.header .search__button a {
  display: flex;
}

.header .search__button a span {
  font-size: 14px;
  color: #1d1d1b;
  margin-top: 1px;
}
.header .search__button .search-icon {
  margin-left: 10px;
  margin-top: 4px;
  width: 16px;
  height: 16px;
}
.header .menu-area {
  width: 100%;
}
.header .navigation__list {
  margin-top: 0;
  width: 100%;
}
.header .navigation__list a {
  color: #1d1d1b;
  font-family: "opensans-semibold", Arial, sans-serif;
  text-transform: inherit;
  line-height: 1.5;
  font-size: 16px;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  padding-bottom: 0;
}
.header .navigation__list a:hover,
.header .navigation__list > a:focus,
.header .navigation__item.active {
  color: rgba(28, 28, 26, 0.7);
  background-size: 100% 1px;
}
.navigation__sub-nav-link {
  margin: 0.5rem;
}
.navigation__sub-nav-link:hover,
.navigation__sub-nav-link:focus,
.navigation__sub-nav-link.focus {
  color: #1d1d1b;
  background: #ffdb00;
  background-size: 0% 1px;
}

.header .navigation__item {
  padding: 0;
  padding-right: 10px;
  margin-right: 14px;
  z-index: 10000;
}
.header .navigation__item:last-child {
  margin-right: 0;
}
.header .navigation__sub-nav {
  z-index: 5000;
}

.header__lines {
  display: flex;
  height: 8px;
  width: 100%;
  background: #ad1519;
}
.header__lines .red__line {
  width: 25%;
  background-color: #ad1519;
  display: inline-block;
}
.header__lines .yellow__line {
  width: 50%;
  background-color: #fabd00;
  display: inline-block;
}
.menu-top__button {
  display: flex;
  color: #1d1d1b;
  flex-direction: column;
  align-items: center;
}
.menu-top__button span {
  margin-top: 12px;
  font-size: 16px;
}
@media (max-width: 576px) {
  .menu-top__button span {
    font-size: 14px;
  }
}
.search-wrapper {
  background-color: #ffffff;
  padding: 20px 30px;
  display: none;
}
.search__input-wrapper {
  position: relative;
  border: 1px solid #c4c4c4;
}

.search__input {
  box-sizing: border-box;
  color: #191919;
  padding: 10px;
  width: 100%;
  border-color: transparent;
}
.search__input::placeholder {
  color: #616161;
  font-size: 14px;
}
.search__icon {
  width: 16px;
  height: 16px;
  color: #757575;
  position: absolute;
  right: 20px;
  top: 14px;
}
.buscador__input-group .search__icon {
  width: 16px;
  height: 16px;
  color: #757575;
  position: absolute;
  right: 20px;
  top: 10px;
}

.header .menu__icon {
  background-image: url(../assets/img/icons/menu-icon.svg);
  width: 24px;
  height: 14px;
  display: block;
  margin-top: 0;
}
.header .menu-top__button {
  padding: 10px 0;
}

.header .down-arrow__icon {
  background-image: url(../assets/img/icons/angle-circle-down.svg);
  width: 7px;
  height: 7px;
  display: block;
  background-size: 120%;
  position: absolute;
  right: 1em;
  top: 16px;
}
.header .navigation__item .down-arrow__icon {
  right: 0em;
  top: 18px;
}
.header .menu-top__item.active > .menu-top__link--1 .down-arrow__icon,
.header
  .menu-top__item.active
  .dropdown.active
  > .menu-top__link--2
  .down-arrow__icon,
.header .navigation__item.active > .down-arrow__icon {
  transform: rotate(180deg);
  top: 20px;
}

/************* menu movil ***************/
.menu-top__header,
.menu-top__link.menu-top__link--lang {
  font-family: "opensans-regular", Arial, sans-serif;
}
.menu-top__link.menu-top__link--1,
.menu-left__icon {
  color: #1d1d1b;
}
#mgnlhp {
  display: none;
}
/*******************************************************/
/**********************  Footer  ***********************/
.footer {
  background-color: #ecece2;
  color: #1d1d1b;
  padding: 1.4375em 2%;
  font-family: "opensans-regular", Arial, sans-serif;
}
.sitemap__link {
  font-family: "opensans-regular", Arial, sans-serif;
}
.sitemap__item--first,
.sitemap__item--first a {
  font-family: "opensans-bold", Arial, sans-serif;
}

.footer .wrapper {
  position: relative;
  max-width: 1920px;
  padding: 0;
}

.footer .footer-nav__link,
.footer .rrss__link,
.footer .sitemap__link {
  color: #1d1d1b;
  font-size: 14px;
  line-height: 1.5;
}
.footer .rrss__link {
  font-size: 1.5em;
}

.footer .footer-nav__link {
  border-bottom: 1px solid #1d1d1b;
}

.footer .footer-nav__link:hover {
  border-bottom: 0;
}
.footer .footer-nav__item {
  border-left: none;
}
.footer .footer__item--left {
  margin-top: 2rem;
  display: inline-block;
}

.footer .footer__item--right {
  margin-top: 2rem;
  display: inline-block;
}

.footer .footer__item--left img {
  height: 75px;
}

.footer .footer__item--right img {
  height: 75px;
  margin-left: 1.5rem;
  width: 100%;
}

.footer .sitemap__link {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
.footer .sitemap__link:hover {
  background-size: 100% 1px;
}
.footer .footer__copyright {
  font-size: 14px;
  font-family: "opensans-bold", Arial, sans-serif;
  text-align: left;
  border: none;
  padding: 0;
}
.footer .footer__copyright span {
  font-size: 14px;
  font-family: "opensans-regular", Arial, sans-serif;
  line-height: 1.5;
  display: block;
}

/************* media ***************/
@media (max-width: 1279px) {
  .-md-hide {
    display: none !important;
  }
  .header-area {
    height: auto;
  }
  .header__wrapper {
    padding: 20px 30px;
    height: 7.125em;
  }
  .header .header_right {
    flex-direction: row;
  }
  .header .header_logo img {
    height: 70px;
  }
  .search-wrapper {
    display: block;
  }
  .menu-top.active nav {
    top: 7.125em;
  }
  .menu-top__header {
    display: none;
  }
  .footer {
    padding: 34px 30px;
  }
  .footer .footer__item--left img,
  .footer .footer__item--right img {
    height: 70px;
  }
  .footer-nav__item,
  .footer .rrss {
    text-align: left;
  }
}
@media (max-width: 1024px) {
  .footer-nav {
    column-count: 2;
    width: 50%;
  }
  .footer .rrss__link {
    font-size: 2em;
    margin-right: 1rem;
  }
}
@media (max-width: 576px) {
  .header-area {
    height: auto;
  }
  .header__wrapper {
    height: 5.938em;
    padding: 16.5px 20px;
  }
  .header .header_logo img {
    height: 62px;
  }
  .search-wrapper {
    padding: 20px;
  }
  .menu-top__button {
    padding: 7px 0;
  }
  .menu-top.active nav {
    top: 5.938em;
  }
  .footer {
    padding: 16.5px 20px;
  }
  .footer-nav {
    column-count: 1;
    width: 100%;
  }

  .footer-nav__item {
    text-align: left;
  }
  .footer .footer__item--left img,
  .footer .footer__item--right img {
    height: 62px;
  }
}
