@font-face {
  font-family: 'Chilena Light';
  src: url(../fonts/chilena/Chilena-Light.otf);
}

.bg-dark-blue {
  background: #031637;
}

.footer h6 {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 26px;
}

.footer-links li {
  display: flex;
  margin-bottom: 20px;
  color: #FFF;
  font-family: 'Chilena';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-links a {
  color: #FFF;
  font-family: 'Chilena';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer>div.container>div.top-footer {
  gap: 70px;
  margin-bottom: 40px;
}

.logo-footer {
  width: 70px;
  margin-bottom: 30px;
}

label.form-footer {
  font-size: 13px;
  margin-bottom: 8px;
}

input.form-footer,
select.form-footer {
  display: flex;
  padding: 10px var(--Spacing-M, 16px);
  align-items: flex-start;
  gap: var(--Input-Field-Spacing, 8px);
  align-self: stretch;
  border-radius: 4px;
  background: #E3E9EC;
  color: var(--Colores-Gris-500, #2A2F31);
  font-family: var(--Tipografa-Familia-Body, 'Chilena');
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 185.714% */
}

button.btn-footer {
  display: flex;
  max-height: 43px;
  padding: 12px 25px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--Colores-Rojo-500, #E40E36);
  font-family: 'Chilena Bold';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 8px;
  background: var(--Colores-Gris-Blanco, #FFF);
}

h6.subtitle-footer {
  color: #FFF;
  font-family: 'Chilena Bold';
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  align-self: stretch;
  margin-bottom: 22px;
}

.marca-chile-header__home .navbar {
  background-color: rgba(0, 1, 0, 0.4);
  backdrop-filter: blur(10px);
}

.marca-chile-header__home-links>ul.navbar-nav>li.nav-item>a.nav-link,
.marca-chile-header__home-btn-portal {
  font-family: 'Chilena Bold';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.2px;
  /* 120% */
  padding: 32px 16px;
}

/* HEADER */

.submenu_overlay {
  margin-top: 95px;
  background: rgb(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9998;
  display: none;
}

.submenu_list {
  position: fixed;
  background: #fff;
  margin-top: 95px;
  width: 100%;
  min-height: 400px;
  padding-top: 30px;
  padding-bottom: 20px;
  display: none;
  z-index: 9999;
  border-top: 5px solid #E4002B;
}

.submenu_list>div.container {
  padding: 50px 0px;
}

.submenu_list p {
  font-family: "Chilena Bold";
  font-size: 25px;
  color: #0B3067;
}

.submenu_list ul li {
  list-style: none;
  padding-bottom: 15px;
}

.submenu_list ul li a {
  text-decoration: none;
  color: #2A2F31;
  font-family: 'Chilena Light';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition-duration: 350ms;
  transition-timing-function: ease;
}

.submenu_list ul li a:hover {
  color: #000 !important;
  font-weight: bold;
  font-family: "Chilena Bold";
}


.submenu_list>div.container>div.row>div>ul>li>strong {
  color: #2A2F31;
  font-family: 'Chilena Bold';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.navbar-nav>.menu-item-has-children>.sub-menu {
  display: none;
}

.navbar-nav>.menu-item-has-children>.sub-menu li.backmenu {
  cursor: pointer;
}

.sub-menu {
  overflow: auto;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children:not(.sub-menu .menu-item-has-children)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 12px;
  width: 20px;
  height: 20px;
  background: url(/wp-content/themes/marcachile/images/chev-derecha.svg) no-repeat center / contain;
  transform: rotate(0deg);
  transition: transform .25s ease;
  z-index: 10;
}

.menu-item-has-children.open::after {
  transform: translateY(-50%) rotate(90deg);
  /* o 180deg */
}

.navbar-nav>.menu-item-has-children>.sub-menu {
  display: none;
  padding-left: 0;
}

.menu-item-has-children>.sub-menu li.first {
  border-bottom: 5px solid #E4002B;
  margin-bottom: 20px;
  padding-bottom: 20px !important;
  padding-left: 50px !important;
  text-align: center;
}

.menu-item-has-children>.sub-menu li.first a {
  text-decoration: none !important;
}

.menu-item-has-children>.sub-menu li.first::after {
  content: '';
  position: absolute;
  left: 20px;
  width: 20px;
  height: 20px;
  background: url(/wp-content/themes/marcachile/images/chev-derecha.svg) no-repeat center / contain;
  transform: rotate(180deg);
  transition: transform .25s ease;
  z-index: 10;
  top: 40px;
}

.menu-item-has-children.open>.sub-menu {
  display: block;
  width: 75%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 30px;
  background: #fff;
  z-index: 12;
}

.menu-item-has-children.open>.sub-menu li:not(.first) {
  list-style: none;
  padding-left: 20px !important;
  margin-bottom: 20px;
}

.menu-item-has-children.open>.sub-menu li:not(.first)>a {
  color: #2A2F31;
  font-family: 'Chilena Light';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.linea-roja {
  border-bottom: 5px solid #E4002B;
  padding-bottom: 15px;
  margin-bottom: 20px;
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
}

.linea-roja .logo {
  background-image: url("../images/logo/logo-marca-chile.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 85px;
  height: 79px;
  display: block;
}

@media screen and (max-width: 768px) {
  .marca-chile-header__mobile .navbar .marca-chile-header__mobile-submenu .offcanvas-body .navbar-nav-links {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    gap: 20px;
  }

  .marca-chile-header__mobile .navbar .marca-chile-header__mobile-submenu .offcanvas-body .navbar-nav-links li a {
    font-family: "Chilena Bold";
    font-size: 17px;
    text-align: left;
    color: #000100;
    padding: 0;
    margin: auto;
    transition: all ease 0.4s;
  }

  .marca-chile-header__mobile .navbar .marca-chile-header__mobile-submenu .offcanvas-body .navbar-nav-links li a>h6 {
    font-size: 18px;
    padding: 0;
    margin: 0;
  }

  .marca-chile-header__mobile .navbar .marca-chile-header__mobile-submenu .offcanvas-body .navbar-nav-links li>ul>li:not(.first)>a {
    font-family: "Chilena Light";
  }

  .sub-menu {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
  }

  .sub-menu>li>a {
    font-family: "Chilena Light";
  }
}

@media screen and (max-width: 768px) {}

/* FOOTER */
.footer-links a:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  padding: 24px 0px;
  align-items: center;
  align-self: stretch;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  gap: 20px;
}

/* Tablet Portrait (Desde 576px hacia arriba) */
@media (min-width: 576px) {}

/* Tablet Landscape / Laptop pequeña (Desde 768px hacia arriba) */
@media (min-width: 768px) {
  .footer-bottom {
    display: flex;
    padding: 24px 0px;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    gap: 0px;
  }
}

/* Desktop / Laptop (Desde 992px o 1024px hacia arriba) */
@media (min-width: 992px) {}

.footer-divider {
  border-color: #ffffff;
}

ul.footer-social {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

@media (min-width: 768px) {
  ul.footer-social {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
  }
}

.footer-social a {
  width: 27px;
  height: 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #53565A;
  border-radius: 50%;
  text-decoration: none;
  font-size: .85rem;
}

.footer-legal {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

/* Tablet Portrait (Desde 576px hacia arriba) */
@media (min-width: 576px) {}

/* Tablet Landscape / Laptop pequeña (Desde 768px hacia arriba) */
@media (min-width: 768px) {
  .footer-legal {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    gap: 18px;
  }
}

/* Desktop / Laptop (Desde 992px o 1024px hacia arriba) */
@media (min-width: 992px) {}

@media screen and (max-width: 768px) {}

.footer-legal a {
  color: #FFF;
  font-family: 'Chilena Light';
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
}

.footer-legal a:hover {
  text-decoration: underline;
}

/* Mobile XL / Phablet (Desde 375px o 480px hacia arriba) */
@media (min-width: 376px) {}

/* Tablet Portrait (Desde 576px hacia arriba) */
@media (min-width: 576px) {}

/* Tablet Landscape / Laptop pequeña (Desde 768px hacia arriba) */
@media (min-width: 768px) {}

/* Desktop / Laptop (Desde 992px o 1024px hacia arriba) */
@media (min-width: 992px) {}

/* Desktop Large (Desde 1200px hacia arriba) */
@media (min-width: 1200px) {}

/* Desktop XL (Desde 1400px o más) */
@media (min-width: 1400px) {}