.blurlocalization{
  pointer-events: none;
  filter: brightness(0.7);
  background:rgba(16.73, 27.36, 28.69, 0.25) !important;
  backdrop-filter: blur(2px)
}

/*Accordion*/
.accordion {
  margin: 0px;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  font-family: "Source Sans Pro";
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
}
.accordion__item {
  margin-bottom: 0rem !important;
  border-radius: 16px;
  color: #333333;
  font-size: 14px;
  font-family: "Source Sans Pro";
  font-weight: 400;
  line-height: 18px;
  word-wrap: break-word;
}
.accordion__item h3 {
  font-family: "Publico Headline";
  padding-right: 1.5rem;
  color: #343C3D;
  font-size: 24px;
  font-weight: 700 !important;
  line-height: 30px;
  word-wrap: break-word
}

.accordion__item .accordion__item--empty h3 {
  margin-bottom: 16px;
}
.accordion__item .intro {
  font-size: 16px;
  line-height: 24px;
}

.accordion__item--checked {
  background-color: white;
  position: relative;
  padding: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  color: #333333;
  font-size: 14px;
  font-family: Source Sans Pro;
  font-weight: 400;
  line-height: 18px;
  word-wrap: break-word;
}
.accordion__item--checked img {
  display: block;
  position: absolute;
  right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.accordion__item--empty img {
  display: block;
  position: absolute;
  right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.accordion__item--empty {
  background: rgba(255, 255, 255, 0.70); 
  overflow: hidden; 
  position: relative;
  padding: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  color: #333333;
  font-size: 14px;
  font-family: Source Sans Pro;
  font-weight: 400;
  line-height: 18px;
  word-wrap: break-word;
}

.wrapperapi {
  margin-bottom: 0rem !important;
  padding: 1.5rem;
  box-shadow: 0 0.5rem 0.4rem rgba(0, 0, 0, 0.3);
}
.wrapperapi__title h3 {
  font-family: "Publico Headline";
  margin-bottom: 0.8rem;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.wrapperapi__title hr {
  width: calc(100% + 3rem);
  transform: translate(-1.5rem);
  margin: 0;
}



@media only screen and (min-width: 601px) {
  .content {
    justify-content: center;
  }

  .accordion__item--checked {
    border-radius: 0.625rem;
    border-bottom: 0;
    margin-bottom: 0rem !important;
    padding: 1rem 1.5rem 1rem 1.5rem;
  }
  .accordion__item--empty {
    border-radius: 0.625rem;
    border-bottom: 0;
    margin-bottom: 0rem;
    margin-left: 0rem !important;
    padding: 1rem 1.5rem 1rem 1.5rem;
  }
  .wrapperapi {
    margin-bottom: 0rem !important;
    border-radius: 0.625rem;
  }
}
@media only screen and (min-width: 601px) and (max-width: 900px) {
  .accordion {
    width: 80%;
    padding: 16px;
  }
}
@media only screen and (min-width: 901px) {
  .accordion {
    width: 60%;
    padding: 16px;
  }
}

/* End Accordión */


/* Header */
.header {
  background-color: #ffffff !important;
  padding-left: 0;
  border-bottom: solid 1px #e5e5e5;
  display: flex;
  justify-items: flex-start;
  align-items: baseline;
  margin: 0;
}
.header #header_link, .header label[for=header_link] {
  display: none;
}
.header .header--responsive {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 1em 0px 1em 0px;
}
.header .header--responsive #headerBacklink {
  text-decoration: none;
  flex-basis: 10%;
  padding-left: 1.5em;
  display: flex;
  justify-content: center;
}
.header .header--responsive #headerBacklink img {
  height: 1.4rem;
}
.header .header--responsive label[for=headerBacklink] {
  flex-grow: 1;
}
.header .header--responsive label[for=headerBacklink] h3 {
  font-family: "Source Sans Pro";
  color: #00008F;
  text-align: center;
  margin-bottom: 0;
  font-size: 1.1rem;
  padding-right: 2rem;
  font-weight: bold;
}


@media only screen and (max-width: 600px) {
  .header {
    padding-left: 15%;
  }
  .header #header_link img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
  .header #header_link, .header label[for=header_link] {
    display: inline-block;
  }
  .header .arrow--responsive, .header .header__title--responsive {
    display: block;
  }
  .header a, .header a:visited, .header a:hover {
    text-decoration: none;
  }
  .header h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1rem;
    font-weight: bolder;
    margin-bottom: 0.9rem;
  }
  .header h2 img {
    margin-left: 2em;
    margin-bottom: 2px;
    width: 1.6rem;
    height: 1.6rem;
  }
  .header h2 a {
    color: #00008F;
    text-decoration: none;
  }
  .header h2 a:hover {
    text-decoration: none;
    color: #00008F;
  }
  .header .header--responsive {
    display: none;
  }
}
@media only screen and (min-width: 600px) {
  .header {
    padding-left: 15%;
  }
  .header #header_link img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
  .header #header_link, .header label[for=header_link] {
    display: inline-block;
  }
  .header .arrow--responsive, .header .header__title--responsive {
    display: block;
  }
  .header a, .header a:visited, .header a:hover {
    text-decoration: none;
  }
  .header h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1rem;
    font-weight: bolder;
    margin-bottom: 0.9rem;
  }
  .header h2 img {
    margin-left: 2em;
    margin-bottom: 2px;
    width: 1.6rem;
    height: 1.6rem;
  }
  .header h2 a {
    color: #00008F;
    text-decoration: none;
  }
  .header h2 a:hover {
    text-decoration: none;
    color: #00008F;
  }
  .header .header--responsive {
    display: none;
  }
}

/* End header */


/* Footer */
footer {
  bottom: 0;
  position: relative;
  width: 100%;
  margin-top: auto;
  color: white;
  background-color: #00006D;
}
footer a {
  color: white;
  text-decoration: none;
}

::-ms-reveal {
  display: none;
}

ul {
  list-style: none;
  margin-top: 0;
}

svg {
  vertical-align: middle;
}

.footer .section-wrapper {
  margin: 0 auto;
  width: 100%;
  text-align: left;
}
.footer__links > .section-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
}
.footer__links__container ul {
  position: relative;
  padding: 1rem 0;
  border-top: 1px solid #b5d0ee;
  box-sizing: border-box;
}
.footer__links__container ul li {
  display: block;
  position: relative;
}
.footer__links__container__title {
  display: none;
}
.footer__links__container__toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
  margin: 0;
  padding: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  background-color: transparent;
  border: 0;
  border-top: 1px solid #b5d0ee;
  box-sizing: border-box;
  width: 100%;
}
.footer__links__container__toggle:focus {
  outline: 0;
}
.footer__links__container__toggle svg {
  transform: translateY(5px) rotate(90deg);
}
.footer__links__container__toggle path {
  stroke: #ffffff;
}
.footer__links__container__toggle + ul {
  display: none;
}
.footer__links__container__toggle.is-open svg {
  transform: rotateZ(-90deg);
}
.footer__links__container__toggle.is-open + ul {
  display: block;
}
.footer__links__container__link {
  display: block;
  position: relative;
  padding: 4px 16px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  font-family: "Source Sans Pro", sans-serif;
  cursor: pointer;
}
.footer__links__container__link:hover {
  color: white;
  text-decoration: underline;
}
.footer__rrss {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  padding: 3rem;
}
.footer__rrss .sr-only {
  display: none;
}
.footer__rrss__title {
  display: none;
}
.footer__rrss path {
  fill: #ffffff;
}
.footer__bottom {
  display: block;
  position: relative;
  padding: 0.5rem 0 1rem 0;
  border-top: 1px solid #b5d0ee;
}
.footer__bottom .section-wrapper {
  padding: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-around;
  position: relative;
}
.footer__bottom__link {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 0.875rem;
  cursor: pointer;
}
.footer__bottom__link:hover {
  color: white;
  text-decoration: underline;
}
.footer__bottom__text {
  position: relative;
  margin-top: 0.5rem;
  width: 100%;
  white-space: nowrap;
  font-family: "Source Sans Pro" sans-serif;
  font-weight: 600;
  border-top: 1px solid #b5d0ee;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .footer .section-wrapper {
    padding: 0 2rem;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer__links {
    padding: 2.5rem 0 0 0;
  }
  .footer__links__container {
    margin-bottom: 3rem;
    display: block;
    position: relative;
  }
  .footer__links__container__link {
    padding-left: 0;
  }
  .footer__links__container:last-child {
    width: 100%;
  }
  .footer__links__container__title {
    display: block;
    position: relative;
    margin-bottom: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    margin-top: 0;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    font-size: 16px;
  }
  .footer__links__container__toggle {
    display: none;
  }
  .footer__links__container ul {
    border-top: 0;
    display: block;
  }
  .footer__rrss {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
  }
  .footer__rrss__title {
    display: block;
    position: relative;
    margin-bottom: 1.5rem;
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
  }
  .footer__rrss__link {
    margin-right: 0.9rem;
  }
  .footer__bottom {
    padding: 1rem 0;
  }
  .footer__bottom .section-wrapper {
    justify-content: flex-start;
    flex-direction: row;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 0.5rem);
  }
  .footer__bottom__link, .footer__bottom__text {
    margin: 0 0.5rem;
    width: auto;
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .footer__bottom__text {
    display: flex;
    justify-content: flex-end;
    flex: 1;
    border: 0;
  }
}
@media (min-width: 1010px) {
  .footer .section-wrapper {
    padding: 0 8rem;
  }
  .footer__links__container:last-child {
    display: block;
    width: 25%;
  }
  .footer__rrss {
    position: relative;
  }
}
@media (min-width: 1280px) {
  .footer .section-wrapper {
    padding: 0 15rem;
  }
}

/* Contacts */
.modal_show {
  pointer-events: auto;
  opacity: 1 !important;
}
.contacts {
  position: fixed;
  bottom: 5rem;
  right: 1rem;
}

.contacts .is-closed {
  display: none !important;
}
.contacts__button {
  width: 100%; 
  height: 100%; 
  padding-left: 20px; 
  padding-right: 20px; 
  padding-top: 12px; 
  padding-bottom: 12px; 
  background: #D0421B; 
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.20); 
  border-radius: 40px; 
  outline: 2px white solid; 
  outline-offset: -2px; 
  justify-content: center; 
  align-items: center; 
  gap: 10px; 
  display: inline-flex;
  cursor: pointer;
}
.contacts__button span {
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Source Sans Pro";
}
.contacts__button svg {
  width: 1.4rem;
  height: 1.4rem;
}
.contacts__button path {
  fill: white;
}
.contacts__button:focus {
  outline: 5px auto -webkit-focus-ring-color;
}
.contacts__button:hover {
  background-color: #A92400;
  outline: 2px white solid;
  outline-offset: -2px;
}
.contacts__button:hover span {
  /* display: inline-block; */
}
.contacts__mainmenu {
  width: 350px;
  padding: 0px;
  background-color: #fff;
  margin-top: 1rem;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
  position: fixed;
  bottom: 9rem;
  right: 1rem;
  top: auto;
  overflow-y: auto;
  flex-direction: column;
  display: flex;
  align-self: stretch;
  background: white;
  border-radius: 16px;
  border-bottom: 1px #E5E5E5 solid;
  opacity: 0;
  transition: -webkit-opacity 0.3s ease, -webkit-opacity 0.3s ease-in-out;
  -moz-transition: -moz-opacity 0.3s ease-in-out;
  z-index: 9999;;
}

.contacts__mainmenu__header {
  display: flex;
  position: relative;
  padding: 14px;
  text-align: right;
  border-bottom: 1px solid #e1e1e1;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}

.contacts__mainmenu__header__title, .contacts__mainmenu__header__title:hover {
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: default;
  margin-left: 25px;
  color: #333333;
  font-size: 16px;
  font-family: Source Sans Pro;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  word-wrap: break-word;
}
.contacts__mainmenu__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;
  left: 25px;
  cursor: pointer;
}
 .contacts__mainmenu__content__section .contacts__mainmenu__header__closer{
  display: none;
 }
.contacts__mainmenu__header__closer path {
  fill: #00008f;
}
.contacts__mainmenu__content {
  align-self: stretch;
  display: flex;
  gap: 24px;
  flex-direction: column;
  padding: 24px 16px;
}
.contacts__mainmenu__content__section {
  position: relative;
  box-sizing: border-box;
}
.contacts__mainmenu__content__section__title {
  color: black;
  font-size: 22px;
  font-family: Publico Headline;
  font-weight: 700;
  line-height: 28px;
  word-wrap: break-word;
  text-align: center;
}
.contacts__mainmenu__content__main{
  align-self: stretch; 
  flex-direction: column; 
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px; 
  display: flex
}

.contacts__mainmenu__content__main__subtittle{
  width: 100%; 
  height: 100%;  
  justify-content: center; 
  align-items: center; 
  gap: 8px; 
  display: inline-flex
}
.contacts__mainmenu__content__main__subtittle div{
  flex: 1 1 0; 
  height: 0px; 
  outline: 1px #CCCCCC solid; 
  outline-offset: -0.50px;
}
.contacts__mainmenu__content__main__subtittle h3{
  text-align: center; 
  justify-content: center; 
  display: flex; 
  flex-direction: column; 
  color: #111B1D; 
  font-size: 16px; 
  font-family: Source Sans Pro; 
  font-weight: 600; 
  line-height: 22px; 
  word-wrap: break-word;
}

.contacts__mainmenu__content__main__assistence{
  align-items: center;
  gap: 8px;
  display: inline-flex;
  width: 100%;
  height: 100%;
  position: relative;
  background: #00008F;
  border-radius: 8px;
  border: 1px solid #00008F;
  padding: 13px 10px;
  justify-content: center;
  cursor: pointer;
}

.contacts__mainmenu__content__main__assistence:hover{
  background: #0056B3;
  text-decoration: none !important;
	border:  1px solid #0056B3;
}
.contacts__mainmenu__content__main__assistence.speak_with_person{
  width: 100%; height: 100%;background-color: white;padding: 18px 0px;
}

.contacts__mainmenu__content__main__assistence.speak_with_person:hover{
  text-decoration: none !important;
	border:  1px solid #0056B3;
}
.contacts__mainmenu__content__main__assistence:focus{
  outline: 3px solid black;
  outline-offset: 1px;
}
.contacts__mainmenu__content__main__assistence_img{
  width: 24px; 
  height: 24px;
  position: relative; 
  overflow: hidden; 
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.contacts__mainmenu__content__main__assistence_img img{
  position: absolute;
}

.contacts__mainmenu__content__main__assistence_text{
  color: white;
  font-size: 14px;
  font-family: Source Sans Pro;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 18px;
  letter-spacing: 1px;
  word-wrap: break-word;
  margin: 0;
  text-decoration: none !important;
}

.contacts__mainmenu__content__main__assistence_schedule{
  width: 100%;
  text-align: center;
  flex-direction: column;
  color: #111B1D;
  font-size: 12px;
  font-family: Source Sans Pro;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.24px;
  word-wrap: break-word
}


.contacts__mainmenu__content__section__schedule {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #757575;
}
.contacts__mainmenu__content__section .contact {
  color: #00008f;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Source Sans Pro";
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1px;
  text-align: left;
  padding-bottom: 1rem;
  display: block;
}
.contacts__mainmenu__content__section .contact img {
  margin-right: 0.5rem;
}
.contacts__mainmenu__content .emergency {
  background-color: #914146;
  display: flex;
  justify-content: space-between;
  padding: 0.2rem 1.1rem 0.2rem 2rem;
  cursor: pointer;
}
.contacts__mainmenu__content .emergency:hover {
  background-color: #c98388;
}
.contacts__mainmenu__content .emergency__text {
  color: white;
  font-family: "Source Sans Pro";
  display: flex;
  align-items: center;
}
.contacts__mainmenu__content .emergency__text img {
  margin-right: 1rem;
}
.contacts__mainmenu__content .emergency__goto {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacts__submenu {
  width: 25rem;
  background-color: white;
  margin-top: 1rem;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
  position: fixed;
  bottom: 9rem;
  right: 1rem;
  top: 1rem;
  overflow-y: auto;
}
.contacts__submenu__backheader {
  border-bottom: 1px solid #e1e1e1;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.contacts__submenu__backheader__back {
  padding-right: 1rem;
}
.contacts__submenu__backheader__title {
  font-family: "Source Sans Pro";
  font-weight: 700;
  color: #00008f;
  flex-grow: 1;
}
.contacts__submenu__content__section {
  padding: 2rem 1.5rem 2rem 2rem;
  border-bottom: 1px solid #e1e1e1;
  display: flex;
  justify-content: space-between;
}
.contacts__submenu__content__section .information {
  width: 60%;
}
.contacts__submenu__content__section .information h2 {
  font-family: "Publico Headline";
  font-weight: 700;
  line-height: 40px;
  font-size: 32px;
}
.contacts__submenu__content__section .information p {
  font-family: "Source Sans Pro";
  color: #757575;
}
.contacts__submenu__content__section .information .contact {
  border: 2px solid #00008f;
  padding: 0.8rem;
  display: flex;
  align-items: center;
  color: #00008f;
  font-weight: 700;
  width: 85%;
}
.contacts__submenu__content__section .information .contact img {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.9rem;
}
.contacts__submenu__content__section .information .asistance {
  border: 2px solid #00008f;
  padding: 0.4rem 0.9rem;
  display: flex;
  font-size: 0.7rem;
  align-items: center;
  color: #00008f;
  font-weight: 700;
  margin-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.contacts__submenu__content__section .information .asistance img {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.9rem;
}
.contacts__mainmenu:not(.is-closed) ~ button span, .contacts__submenu:not(.is-closed) ~ button span {
  /* display: inline-block !important; */
}

.contacts #contact_button{
  text-transform: uppercase;
}

@media (max-width: 320px) {
 .contacts__mainmenu__content__main__assistence {
    padding: 5px 10px;
  }
}
@media (max-width: 600px) {
  .contacts__mainmenu{
    top: 0.5rem;
  }
  .contacts__mainmenu__header{
    display: none;
  }
  .contacts__button{
    padding: 15px 7px;
    border-radius: 50%;
  }
  .contacts__mainmenu__content__section{
    display: inline-flex;
    justify-content: space-around;
    gap: 8px;
    padding: 0;
    align-items: center;
  }
  .contacts__mainmenu__content__section__title {
    padding-left: 8px;
    font-size: 22px;
  }
  .contacts__mainmenu__content__section .contacts__mainmenu__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; */
    left: 0px !important;
    cursor: pointer;
    margin: 0;
  }
  .contacts__mainmenu__content__main__assistence_text {
    letter-spacing: 0.5px;
  }
  .contacts__mainmenu, .contacts__submenu {
    /* width: 30rem; */
    overflow: scroll;
    width: 100%;
    max-width: 92%;
    overflow: hidden;
    height: fit-content

  }
  .contacts__mainmenu .information, .contacts__submenu .information {
    width: 80%;
  }
}


@media screen and (min-height: 0px) and (max-height: 800px) {
  .contacts__mainmenu {
    width: auto;
    top: 1rem;
  } 
} 

@media screen and (max-width: 380px) and (max-height:800px) {
  .contacts__mainmenu {
    width: auto;
    right: 0.7rem;
    overflow-y: scroll;
    height: auto;
  }
  .contacts{
    bottom: 5rem !important;
    right: 0.5rem;
  }

}

@media (orientation: portrait) {
  .contacts__button span {
    display: none;
    color: #fff;
  }
  .is-collapsed{
    padding: 0.8rem 1rem;
  }
}

















