@font-face {
  font-family: "Futura PT";
  src: url("/common/fonts/FuturaPT/FuturaPT-Heavy.woff2") format("woff2");
}

html,
body {
  margin: 0px;
  padding: 0px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content !important;
  background-color: #F4F2F6;
  height: auto;
}
body {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center;
  overflow-x: hidden;
}
*, *:before, *:after {
  box-sizing: border-box;
}
dl, ol, ul, ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
img {
  vertical-align: middle;
  border-style: none;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
#body_localization{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  /* min-height: 100vh; */
  justify-content: center;
  align-items: center;
}

/* Header */
.c-header-direct{
    display: flex;
    width: 100%;
    height: 70px;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    border-top: 6px solid var(--Neutros-Negro, #000);
    background: var(--Neutros-Blanco, #FFF);
}
.c-header_direct_contain{
  display: flex;
  height: 70px;
  padding: 6px 0px 0px 40px;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
  align-self: stretch;
  border-bottom: 1px solid var(--neutros-negro-20, #CCC);
  background: var(--Neutros-Blanco, #FFF);
}
.c-header_direct_log{
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
}
  
  
/* Contact */
.contacts {
  position: fixed;
  bottom: 6rem;
  right: 1rem;
  font-family: Tahoma;
}
.contacts .is-closed {
  display: none !important;
}
.contacts__button {
  position: relative;
  padding: 0.5rem 2rem 0.5rem 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #D7E164;
  border-radius: 1.5rem;
  border: 1px solid #D7E164;
  cursor: pointer;
  font-size: inherit;
}
.contacts__button:focus {
  outline: 0;
}
.contacts__button span {
  font-weight: 600;
  color: black;
  font-family: "Futura New";
  transition: display 2s;
}
.contacts__button svg {
  display: none;
}
.contacts__mainmenu, .contacts__submenu {
  width: 25rem;
  cursor: default;
  background-color: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
  position: fixed;
  right: 1rem;
  bottom: 9rem;
  top: 1rem;
  overflow-y: auto;
}
.contacts__mainmenu__header, .contacts__submenu__header {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 12px;
  height: 50px;
  text-align: right;
  border-bottom: 1px solid #e1e1e1;
  box-sizing: border-box;
}
.contacts__mainmenu__header__title, .contacts__submenu__header__title {
  text-decoration: none;
  font-family: "Futura New";
  font-weight: 700;
  color: black;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 10px;
  text-decoration: none;
}
.contacts__mainmenu__header__title:hover, .contacts__submenu__header__title:hover {
  color: black;
  text-decoration: none;
}
.contacts__mainmenu__header__closer, .contacts__submenu__header__closer {
  display: inline-block;
  position: relative;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
  border: 0;
  margin-right: 10px;
  cursor: pointer;
}
.contacts__mainmenu__header__closer:focus, .contacts__submenu__header__closer:focus {
  outline: 0;
}
.contacts__mainmenu__header__closer path, .contacts__submenu__header__closer path {
  fill: #00008f;
}
.contacts__mainmenu__backheader, .contacts__submenu__backheader {
  height: 50px;
  border-bottom: 1px solid #e1e1e1;
  display: flex;
  padding: 0rem 1.5rem 0rem 1.5rem;
}
.contacts__mainmenu__backheader a, .contacts__submenu__backheader a {
  flex-grow: 1;
  display: flex;
  align-items: center;
  font-family: "Futura New";
  color: black;
  text-decoration: none;
}
.contacts__mainmenu__backheader a:hover, .contacts__submenu__backheader a:hover {
  text-decoration: none;
  color: black;
}
.contacts__mainmenu__backheader a img, .contacts__submenu__backheader a img {
  margin-right: 1rem;
}
.contacts__mainmenu__content, .contacts__submenu__content {
  display: block;
  position: relative;
  overflow-y: auto;
  background-color: white;
}
.contacts__mainmenu__content__section, .contacts__submenu__content__section {
  display: flex;
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #e1e1e1;
  padding: 2rem 1rem 2rem 2rem;
}
.contacts__mainmenu__content__section__container, .contacts__submenu__content__section__container {
  flex-grow: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.contacts__mainmenu__content__section__title, .contacts__submenu__content__section__title {
  font-family: "Futura New";
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: left;
  padding-right: 1.7rem;
  max-width: 295px;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.contacts__mainmenu__content__section__subtitle, .contacts__submenu__content__section__subtitle {
  font-family: "Futura New";
  font-size: 1em;
  margin-top: 0;
}
.contacts__mainmenu__content__section__schedule, .contacts__submenu__content__section__schedule {
  font-size: 1em;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #757575;
  margin-bottom: 0.8rem;
  margin-top: 0;
}
.contacts__mainmenu__content__section__phone, .contacts__submenu__content__section__phone {
  font-weight: 700;
  size: 14px;
  font-family: Tahoma;
  text-decoration: none;
  color: #69A0BE;
  display: flex;
  align-items: center;
}
.contacts__mainmenu__content__section__phone:hover, .contacts__submenu__content__section__phone:hover {
  text-decoration: none;
  color: #69A0BE;
}
.contacts__mainmenu__content__section__phone img, .contacts__submenu__content__section__phone img {
  margin-bottom: 2px;
  margin-right: 0.4rem;
  width: 1rem;
  height: 1rem;
}
.contacts__mainmenu__content__section__link, .contacts__submenu__content__section__link {
  font-weight: 600;
  font-size: 0.99rem;
  margin-bottom: 9px;
  size: 5px;
  font-family: "Futura New";
  text-decoration: none;
  color: #69A0BE;
  display: flex;
  align-items: center;
}
.contacts__mainmenu__content__section__link:hover, .contacts__submenu__content__section__link:hover {
  text-decoration: none;
  color: #69A0BE;
}
.contacts__mainmenu__content__section__link img, .contacts__submenu__content__section__link img {
  margin-left: 0.4rem;
  width: 2rem;
  height: 2rem;
}
.contacts__mainmenu__content__section__buttonlink, .contacts__submenu__content__section__buttonlink {
  background-color: #D7E164;
  font-family: "Futura New";
  font-weight: 600;
  font-size: 1em;
  text-decoration: none;
  color: black;
  padding: 0.5rem 2rem 0.5rem 2rem;
}
.contacts__mainmenu__content__section__buttonlink:hover, .contacts__submenu__content__section__buttonlink:hover {
  text-decoration: none;
  color: black;
}
.contacts__mainmenu__content .emergency, .contacts__submenu__content .emergency {
  background-color: #FA5A5A;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  height: 3rem;
  margin-bottom: 4rem;
}
.contacts__mainmenu__content .emergency:hover, .contacts__submenu__content .emergency:hover {
  background-color: #ff8a8a;
}
.contacts__mainmenu__content .emergency__text, .contacts__submenu__content .emergency__text {
  color: white;
  font-family: "Futura New";
  display: flex;
  align-items: center;
}
.contacts__mainmenu__content .emergency__text img, .contacts__submenu__content .emergency__text img {
  margin-right: 1rem;
}
.contacts__mainmenu__content .emergency__goto, .contacts__submenu__content .emergency__goto {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacts__submenudfdf {
  height: 80vh;
  width: 25rem;
  background-color: white;
  margin-top: 1rem;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
  position: absolute;
  border: 2px solid black;
  border-radius: 5px;
  bottom: 3.1rem;
  right: 0rem;
}
.contacts__submenudfdf__backheader {
  border-bottom: 1px solid #e1e1e1;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.contacts__submenudfdf__backheader__back {
  padding-right: 1rem;
}
.contacts__submenudfdf__backheader__title {
  font-family: Tahoma;
  font-weight: 700;
  color: black;
  flex-grow: 1;
}
.contacts__submenudfdf__backheader__logo {
  display: none;
}
.contacts__submenudfdf__content__section {
  padding: 2rem 1.5rem 2rem 1.5rem;
  border-bottom: 1px solid #e1e1e1;
  display: flex;
  justify-content: space-between;
}
.contacts__submenudfdf__content__section .information {
  width: 50%;
}
.contacts__submenudfdf__content__section .information h2 {
  font-family: Tahoma;
  font-weight: 700;
  line-height: 40px;
  font-size: 1.5rem;
}
.contacts__submenudfdf__content__section .information p {
  font-family: Tahoma;
  color: #757575;
}
.contacts__submenudfdf__content__section .information .contact {
  border: 2px solid black;
  border-radius: 3rem;
  padding: 1rem 1rem 1rem 1rem;
  display: flex;
  justify-content: center;
}
.contacts__submenudfdf__content__section .information .contact img {
  display: none;
}
.contacts__submenudfdf__content__section .information .contact span {
  color: black;
  font-weight: 700;
}
.contacts__submenudfdf__content__section .logo {
  display: none;
}

@media (max-width: 600px) {
  .contacts__mainmenu, .contacts__submenu {
    width: 90%;
  }
  .contacts__mainmenu .information, .contacts__submenu .information {
    width: 80%;
  }
}
@media only screen and (max-width: 679px) {
  .c-header-direct{
    align-items: flex-end;
    align-self: stretch;
    border-top: 4px solid var(--Neutros-Negro, #000);
  }
  .c-header_direct_contain{
    padding: 16px 0px 14px 16px;
  }
}

/* Footer */
footer a {
  color: #fff;
}
.c-footer-direct {
  display: flex;
  padding: 56px 280px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  background: var(--Neutros-Negro, #000);
}
.c-footer-direct__wrapper{
  display: flex;
  padding: 5px 0px;
  align-items: flex-start;
  align-content: flex-start;
  gap: 10px;
  align-self: stretch;
  flex-wrap: wrap;  
}
.c-footer-direct__top{
  height: 32px;
  flex: 1 0 0;
}
.c-footer-direct__top-title{
  color: var(--Neutros-Blanco, #FFF);
  font-family: "Futura New";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
.c-footer-direct__top-socials .c-footer-direct__top-socials_ul{
  display: flex;
  align-items: flex-start;
  gap: 24px;  }
.c-footer-direct__middle{
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 56px;
  align-self: stretch;
  flex-wrap: wrap;
}

.c-footer-direct__middle-row{
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 56px;
  align-self: stretch;
  flex-wrap: wrap;
}
.c-footer-direct__mobile-arrow{
  display: none;
}
.c-footer-direct__mobile-arrow svg{
  pointer-events: none;
  /* width: 100%;
  height: 100%; */
}
.c-footer-direct__middle-row .c-footer-direct__list{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.c-footer-direct__list:nth-last-of-type(2) ul{
  width: 188px;
}
.c-footer-direct__list-title p{
  color: var(--Neutros-Blanco, #FFF);
  /* Desktop/Futura/H5 */
  font-family: "Futura New";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 108.333% */
}
.c-footer-direct__list-items{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
}
.c-footer-direct__list-items li{
  display: flex;
  align-items: flex-start;
}
.c-footer-direct__list-items a {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #fff;
  font-family: "Tahoma";
  margin-bottom: 10px;
  display: inline-block;
  text-underline-offset: auto;
  background-color: transparent;
}
.c-footer-direct__redes{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  align-self: stretch;
}
.c-footer-direct__redes_content{
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 24px;
}
.c-footer-direct__bottom-row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  gap: 6px;
  align-self: stretch;
  flex-wrap: wrap;
}
.c-footer-direct__bottom-row_addres{
  display: flex;
  flex-direction: row;
  gap: 6px;
}
.c-footer-direct__bottom-row_p{
  /* margin: 0; */
  color: var(--Neutros-Blanco, #FFF);
  /* Desktop/Tahoma/Letra pequeña */
  font-family: Tahoma;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.2px;
}
.c-footer-direct__bottom-row__links{
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.c-footer-direct__bottom__links{
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}
.c-footer-direct__bottom-row__links .link_a{
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;  
  color: var(--Neutros-Blanco, #FFF) !important;
  gap: 12px;
  /* Desktop/Tahoma/Bajo H4-H5 */
  font-family: Tahoma;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}
.c-footer-direct__bottom-row__links .link_a p{
  color: var(--Neutros-Blanco, #FFF);
  font-family: Tahoma;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.2px;
}
/* .c-footer-direct__bottom-row__links{
  order: 2;
}
.c-footer-direct__bottom-row_p{
  order: 1;
} */
p {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

svg:not(:root) {
  overflow: hidden;
}
.svg_container_separator_responsive{
  display: none;
} 
@media (max-width: 1650px) {
  .c-footer-direct {
    padding: 56px 220px 0px;
    /* position: relative;
    bottom: -10px;
    margin-top: -20px; */
  }
  .c-footer-direct__middle-row{
    gap: 16px;
  }
  .c-footer-direct__list-items {
    width: 188px;
    height: auto;
  }
}
.svg_container{
  width: 100%;
}
@media (max-width: 1450px) {
  .c-footer-direct {
    padding: 56px 123px 0px;
    /* position: relative;
    bottom: -10px;
    margin-top: -20px; */
  }
}
@media (max-width: 1250px) {
  .c-footer-direct {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 1000px) {
  .c-footer-direct {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 767px){
  .c-footer-direct{
    display: flex;
    /* width: 360px; */
    padding: 32px 24px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .c-footer-direct__wrapper{
    flex-direction: column;
    align-items: center;
    align-content: center;
    text-align: center;

  }
  .c-footer-direct__top-socials{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
  }
  .c-footer-direct__list{
    width: 100%;
  }
  .c-footer-direct__list-title{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    padding: 8px 0px;
    gap: 4px;
    align-self: stretch;
  }
  
  .c-footer-direct__list-items{
    display: none;/*pendiente*/
  }
  
  .c-footer-direct__mobile-arrow{
    float: right;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    display: block;
  }
  .c-footer-direct__middle-row .c-footer-direct__list{
    gap: 2px;
  }.c-footer-direct__list:nth-last-of-type(2) ul{
    width: 98%  ;
  }
  .c-footer-direct__mobile-arrow svg{
    pointer-events: none;
  }
  .visible{
    display: block;
    width: 98%;
  }
  .c-footer-direct__redes{
    align-items: center;
  }
  .c-footer-direct__bottom-row{
    flex-direction: column;
  }
  .c-footer-direct__bottom-row .c-footer-direct__bottom-row_addres{
    display: inline;
    order: 2;
    text-align: center;
    /* height: 40px; */
    align-self: stretch;
  }
  .c-footer-direct__bottom-row__links{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-direction: column;
    width: 100%;
  }
  .c-footer-direct__bottom-row_addres:first-child p:first-child span:first-child{
    display: none;
  }
  .c-footer-direct__bottom__links span:first-child{
    display: none;
  }
  .c-footer-direct__bottom__links :nth-child(2) .pipe{
    display: none;
  }
  .c-footer-direct__bottom__links:nth-child(1){
    order: 2;
  }
  .c-footer-direct__bottom__links{
    margin: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 0;
  }
  .svg_container{
    width: 100%;
  }
  .svg_container_separator{
    display: none;
  }
  .c-footer-direct__top {
    text-align: center ;
  }
  .svg_container_separator_responsive{
    display: block;
  }
}















