/*!Header*/
header {
  width: 100%;
  z-index: 99;
  position: fixed;
  left: 0px;
  top: 0px;
  transition: all ease-in-out 0.2s;
}
.header-wapper {
  justify-content: space-between;
  padding: 25px 50px;
  z-index: 99;
}
.links-wrapper {
  width: auto;
  text-align: center;
}
nav {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 900px) {
  nav a {
    margin-right: 30px;
    width: 100%;
    white-space: nowrap;
  }
  nav .lenguaje-block {
    margin-right: 30px;
  }
  nav a:last-child {
    margin-right: 0px;
  }
}
.logo-wrapper {
  width: 150px;
}
.hamburger-wrapper {
  display: none;
}
/*Navigation*/
nav a {
  position: relative;
  z-index: 1;
}
@media (max-width: 900px) {
  .white-bg {
    background-color: var(--white);
  }
  .header-wapper {
    padding: 25px;
  }
  .links-wrapper {
    display: none;
  }
  .hamburger-wrapper {
    display: block;
    width: 32px;
    height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .line {
    width: 100%;
    height: 2px;
    background-color: var(--blue);
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
  }
  .menu-on .line-m {
    display: none;
  }
  .menu-on .line-t {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu-on .line-b {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -2px;
  }
  .menu-on.hamburger-wrapper {
    justify-content: center;
  }
  .links-show {
    width: 100%;
    height: calc(var(--vh, 1vh) * 100) !important;
    position: absolute;
    left: 0px;
    background-color: var(--blue);
    z-index: 5;
    padding: 28px 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .links-show nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .links-show nav a {
    margin-right: 0px;
    margin: 16px 0px;
  }
}

.lenguaje-block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.trigger-lenguaje {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.trigger-lenguaje svg {
  height: 1.3rem;
  width: 1.3rem;
  color: var(--blue);
}

.options-lenguaje {
  position: absolute;
  top: 30px;
  left: 0px;
  display: none;
  padding: 8px;
  background-color: var(--white);
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
}

@media (max-width: 900px) {
  .options-lenguaje {
    position: relative;
    top: 0px;
    background-color: transparent;
  }
  .trigger-lenguaje svg {
    color: var(--white);
  }
}

/*!Footer*/
footer {
  width: 100%;
  position: relative;
  margin-top: 50px;
}

.footer-top-bar {
  background: url("/images/footer/fondo-footer-top-bar.png");
  background-repeat: repeat-x;
  background-position: center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100px;
}

.footer-wrapper {
  padding: 50px;
  background: url("/images/footer/fondo-footer.png");
  background-repeat: no-repeat, repeat;
  background-position: center;
  background-size: cover;
}

.links-footer {
  width: 100%;
  gap: 4rem;
}
.link-footer-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.link-footer-list.social {
  gap: 0.5rem;
}

.back-to-top {
  max-width: 4rem;
  cursor: pointer;
}
.back-to-top img {
  width: 100%;
}

.donar-btn {
  width: 100%;
  max-width: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 5.5rem;
  padding: 8px;
  transition: all ease-in-out 0.2s;
}
.donar-btn img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.white-logo {
  width: 100%;
  max-width: 180px;
}

footer input:nth-child(2) {
  padding: 12px;
  border-radius: 4px;
  border: 0px;
  width: auto;
  min-width: 220px;
  border: 1px solid var(--destello);
  background-color: var(--destello) !important;
  transition: all ease-in 0.2s;
}
footer input:focus {
  outline: none;
  border: 1px solid var(--white) !important;
}

footer input:last-child {
  margin-left: 8px;
}

footer form {
  width: auto;
  display: flex !important;
  flex-direction: row;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.footer-right-col {
  align-items: flex-end;
  text-align: right;
}
.footer-left-col {
  align-items: flex-start;
}

.boletin-inner,
.boletin-wrapper {
  width: 100%;
}

.boletin-wrapper {
  margin-bottom: 4rem;
}

.boletin-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 1rem;
  margin-top: 1rem;
}
.boletin-inner p {
  margin-bottom: 0px !important;
}

.boletin-inner > * {
  display: inline-block;
}

.social-media {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}
.social-media img {
  height: 1.25rem;
  width: auto;
}

@media (max-width: 900px) {
  footer {
    margin-top: 40px;
  }
  .footer-wrapper {
    padding: 50px 25px;
  }
  .footer-right-col {
    align-items: flex-start;
    text-align: left;
    margin-top: 40px;
    flex-direction: row !important;
    align-items: center;
  }
  .footer-left-col {
    align-items: flex-start;
  }
  .boletin-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  footer input:last-child {
    margin-left: 0px;
  }
  footer form {
    width: 100%;
    margin-top: 1rem;
  }
  footer form {
    margin-left: 0px;
  }
  .donar-btn {
    width: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 4.5rem;
    padding: 0%;
  }
  .back-to-top {
    max-width: 3rem;
  }
}

@media (max-width: 450px) {
  .links-footer {
    width: 100%;
    gap: 2rem;
    flex-direction: column;
  }
  .boletin-wrapper {
    margin-bottom: 3rem;
  }
  footer input:nth-child(2) {
    width: 100%;
  }
}

/*effecto scroll*/
.scrolling-mode {
  background-color: var(--bgyellow);
  z-index: 5;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
}
.scrolling-mode .header-wapper {
  padding-top: 6px;
  padding-bottom: 6px;
}
@media (min-width: 900px) {
  .scrolling-mode .donar-btn {
    height: 4.5rem;
    max-width: 4rem;
  }

  .scrolling-mode .donar-btn p {
    font-size: var(--fs-1) !important;
  }
}
