@media screen and (min-width: 0px) {
  header {
    width: 100vw;
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 5;
  }
  .header-bg {
    padding-bottom: 1rem;
    background-color: var(--blue-color-2);
  }
  .header-info {
    width: 90vw;
    max-width: 1150px;
    display: flex;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  /* .header-info nav {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
    } */
  .header-info address {
    width: 100%;
    padding: 1rem 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between !important;
    align-items: center;
    gap: 0.5rem;
  }
  .direction {
    display: none;
  }
  header .header-correo-redes-1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between !important;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .header-correo-redes-1 span {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
  }
  .header-correo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 0.5rem;
    color: var(--white-color-1);
    font-weight: 400;
    margin-right: 1rem;
  }
  .header-tel {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    color: var(--white-color-1);
    font-weight: 400;
    margin-right: 1rem;
  }
  .header-work-icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    color: var(--white-color-1);
    font-weight: 400;
    margin-right: 1rem;
    transition: ease 0.2s;
  }
  .header-work-icon:hover {
    text-decoration: underline;
  }
  .header-work-icon img {
    width: 20px;
  }
  .header-correo:hover,
  .header-tel:hover {
    text-decoration: underline;
  }
  .header-main {
    width: 90vw;
    max-width: 1150px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-top: 0.5rem;
    gap: 2rem;
    border-top: var(--blue-color-4) solid 1px;
  }
  .logo-1,
  .logo-2 {
    width: 14rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .logo-1 img,
  .logo-2 img {
    width: 100%;
    border-radius: var(--button-rounded);
  }
  .header-menu {
    display: none;
    position: fixed;
    margin-top: 18rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-color: var(--blue-color-5);
    padding: 1rem;
    border-radius: var(--button-rounded);
    border-bottom: var(--blue-color-4) solid 5px;
  }
  .header-menu ul {
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
  }
  .header-menu ul li {
    list-style: none;
    text-align: center;
  }
  .header-menu ul li a {
    color: var(--white-color-1);
  }
  .button-burger button {
    display: none;
  }
  .button-burger {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    overflow-x: visible;
  }
  .burger {
    width: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
  }
  .burger span {
    background-color: var(--white-color-1);
    width: 100%;
    height: 2px;
  }
  .navmovil-event {
    display: flex;
  }

  .footer-box {
    width: 90vw;
    max-width: 1205px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 7rem 0;
  }
  .footer-1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    color: var(--white-color-2);
  }
  .footer-list-1 {
    display: flex;
    width: 100%;
    max-width: 200px;
    gap: 0.2rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .footer-list-1 img {
    width: 12rem;
  }
  .footer-list-1 p {
    font-size: var(--text-size-m);
  }
  .footer-list-2 {
    width: 100%;
    max-width: 215px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: var(--text-size-m);
    gap: 0.5rem;
  }
  .footer-list-2 h4 {
    color: var(--golden-color-1);
    font-weight: 600;
    font-size: var(--text-size);
    font-family: var(--title-font);
    margin-bottom: 1rem;
  }
  .footer-list-2 li {
    list-style: inside;
    list-style-type: disc;
    color: var(--white-color-2);
  }
  .footer-list-2 li a {
    color: var(--white-color-2);
    font-weight: 400;
  }
  .footer-list-2 li a:hover {
    font-weight: 600;
  }
  .footer-list-3 {
    width: 100%;
    max-width: 206px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .footer-list-3 h4 {
    color: var(--golden-color-1);
    font-weight: 600;
    font-size: var(--text-size);
    font-family: var(--title-font);
    margin-bottom: 1rem;
  }
  .footer-list-3 li {
    list-style: inside;
    list-style-type: disc;
  }
  .footer-list-3 a {
    color: var(--white-color-2);
    font-weight: 400;
  }
  .footer-list-3 a:hover {
    font-weight: 600;
  }
  .footer-list-4 {
    width: 100%;
    max-width: 257px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
  }
  .footer-list-1 h4,
  .footer-list-4 h4 {
    color: var(--golden-color-1);
    font-weight: 600;
    font-size: var(--text-size);
    font-family: var(--title-font);
    margin-bottom: 0.5rem;
  }
  .footer-list-1 li,
  .footer-list-4 li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    gap: 0;
    overflow-y: hidden;
  }
  .footer-list-1 li span,
  .footer-list-4 li span {
    font-weight: 600;
    margin-bottom: 1rem;
  }
  .footer-list-1 a,
  .footer-list-4 a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    color: var(--white-color-2);
    font-weight: 400;
  }
  .footer-list-1 a img,
  .footer-list-4 a img {
    width: 24px;
  }
  .footer-list-1 a:hover,
  .footer-list-4 a:hover {
    font-weight: 600;
    text-decoration: underline;
  }
  .footer-list-4 li p {
    font-weight: 600;
    margin-bottom: 0.5rem;
  }
  .footer-2 {
    width: 100%;
    gap: 2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .footer-2 p {
    font-weight: 400;
  }
  .footer-2 p span {
    color: var(--golden-color-1);
    font-weight: 600;
  }
  .footer-2 p a {
    color: var(--white-color-2);
    font-weight: 600;
  }
  .footer-2 p a:hover {
    color: var(--golden-color-1);
    transition: 0.2s;
  }
  .border-bottom-footer {
    border-bottom: var(--white-color-2) solid 1px;
    padding-bottom: 13rem;
  }
}
@media screen and (min-width: 360px) {
  .button-burger button {
    display: flex;
    border-style: none;
    background-color: transparent;
  }
  .button-burger button a:hover {
    background-color: var(--golden-color-2);
    transition: ease 0.2s;
  }
  .button-burger button a {
    width: 100%;
    padding: 0.5rem 1rem;
    display: flex;
    background-color: var(--golden-color-1);
    border-radius: var(--button-rounded);
    font-weight: 600;
    font-family: var(--title-font);
    color: var(--white-color-1);
  }
}
@media screen and (min-width: 770px) {
  .header-correo-redes-1 {
    width: 100%;
    justify-content: space-between;
  }
  .header-correo-redes-1 > div {
    /* width: 30%; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    gap: 0.5rem;
  }
  /* a.header-tel {
    border: red solid 1px;
    align-self: flex-end !important;
    justify-self: flex-end !important;
  } */
  .direction {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .direction a {
    color: var(--white-color-1);
    font-weight: 400;
  }
  .direction a:hover {
    text-decoration: underline;
  }
  .burger {
    display: none;
  }
  .header-menu {
    width: 100%;
    max-width: 640px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 0;
    background-color: transparent;
    border: none;
  }
  .header-menu ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
  }
  .header-menu ul li {
    list-style: none;
    text-align: center;
  }
  .header-menu ul li a {
    color: var(--white-color-1);
  }
  .header-menu ul li a:hover {
    text-decoration: underline;
  }
}
header .header-info address {
  justify-content: space-between !important;
}