/*
Theme Name: Minersa
Theme URI: #
Author: the WordPress team
Author URI: https://wordpress.org
Description: -
Requires at least: -
Tested up to: -
Requires PHP: -
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: -
Tags: -
*/


// https://piccalil.li/blog/a-modern-css-reset

/* Box sizing rules */
    
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

  

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100dvh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
   scroll-behavior: auto;
  }
  
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

body {
    color: #A4AAB0;
    font-family: "Inter", sans-serif;
    font-style: normal;
}

a {
    color: inherit;
}

.title--1 {
    font-size: max(26px, 3vw);
    font-weight: 200;
    line-height: 1;
}

.title--2 {
  font-size: max(28px, 3vw);
  text-align: center;
  margin-bottom: 1em;
}

.title--2 .label {
  font-size: max(0.333333em, 12px);
  text-transform: uppercase;
  color: #00A6D6;
  font-weight: 600;
  line-height: 1.214;
}

.title--2 .title {
  font-size: inherit;
  color: #005285;
  font-weight: 600;
  line-height: 1.0475;
}


.title--3 {
  font-size: max(60px, 4.286vw);
  text-align: center;
}

.title--3 .label {
  font-size: 14px;
  text-transform: uppercase;
  color: #00A6D6;
  font-weight: 600;
  line-height: 1.214;
}

.title--3 .title {
  font-size: inherit;
  color: #005285;
  font-weight: 600;
  line-height: 1.0475;
}

.title--3 .subtitle {
  font-size: inherit;
  color: #A4AAB0;
  font-size: 0.7em;
  font-weight: 300;
  line-height: 1.0475;
}

.title--3 .title + .subtitle {
  margin-top: 0.375em;
}


.title--4 {
  font-size: max(42px, 3vw);
  padding-top: 2.38096em;
  padding-bottom: 1.904763em;
}

.title--4 .label {
  font-size: 0.333334em;
  text-transform: uppercase;
  color: #00A6D6;
  font-weight: 600;
  line-height: 1.214;
}

.title--4 .title {
  font-size: inherit;
  color: #005285;
  font-weight: 300;
  line-height: 1.1;
}

.title--4 .subtitle {
  font-size: inherit;
  color: #A4AAB0;
  font-size: 0.7em;
  font-weight: 300;
  line-height: 1.0475;
}

.title--4 .title + .subtitle {
  margin-top: 0.375em;
}

.intro {
  font-weight: 300;
  font-size: max(18px, 1.286vw);
  margin-bottom: 4.444442em;
}

.intro-text {
  font-size: max(17px, 1.215vw);
  font-weight: 300;
}

.pretitle {
    text-transform: uppercase;
    color: #00AEEF;
    font-weight: 600;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.color-primary {
  color: #00AEEF;
}

.btn {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr;
    background-color: rgba(0, 174, 239, 1);
    color: #fff;
    text-decoration: none;
    padding: 1.063em 1.063em 1.063em 1.625em;
    font-size: max(16px, 1.144vw);
    line-height: 1;
    border: 0;
    min-width: 185px;
    border-radius: 999px;
    width: max-content;
    gap: 24px;
}

.btn:hover {
  background-color: rgba(0, 174, 239, 0.7);
}

.btn span {
  grid-column: 1;
  grid-row: 1;
}

.btn::after {
  content: "";
  display: flex;
  width: 1.062em;
  height: 1.062em;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><rect width="24" height="24" fill="%23fff" opacity="0"></rect><path d="M10.22,9.28a.75.75,0,0,1,0-1.06l2.72-2.72H.75A.75.75,0,0,1,.75,4H12.938L10.22,1.281A.75.75,0,1,1,11.281.22l4,4a.749.749,0,0,1,0,1.06l-4,4a.75.75,0,0,1-1.061,0Z" transform="translate(4.25 7.25)" fill="%23fff"></path></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  grid-column: 2/-1;
  grid-row: 1;
  overflow: hidden;
  background-position: 0 0;
  transition: all ease-in .2s;
}

.btn::before {
  content: "";
  display: flex;
  width: 1.062em;
  height: 1.062em;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><rect width="24" height="24" fill="%23fff" opacity="0"></rect><path d="M10.22,9.28a.75.75,0,0,1,0-1.06l2.72-2.72H.75A.75.75,0,0,1,.75,4H12.938L10.22,1.281A.75.75,0,1,1,11.281.22l4,4a.749.749,0,0,1,0,1.06l-4,4a.75.75,0,0,1-1.061,0Z" transform="translate(4.25 7.25)" fill="%23fff"></path></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  grid-column: 2/-1;
  grid-row: 1;
  overflow: hidden;
  background-position: -1em 0;
  transition: all ease-in .2s;
}

.btn:hover::after {
  background-position: 1em 0;
}

.btn:hover::before {
  background-position: 0 0;
}

.btn--primary {
  display: inline-flex;
  justify-content: space-between;
  background-color: #00AEEF;
  color: #fff;
  text-decoration: none;
  padding: 16px 16px 16px 16px;
  font-size: 16px;
  text-transform: lowercase;
  line-height: 1;
  gap: 16px;
  border: 0;
}

.btn--secondary {
  border: 1px solid #00AEEF;
  color: #00AEEF;
  text-align: right;
  text-decoration: none;
  text-transform: lowercase;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 16px;
  line-height: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}

.btn--tertiary {
  display: inline-flex;
  gap: 8px;
  background-color: #00AEEF;
  color: #fff;
  text-decoration: none;
  padding: 8px 8px 8px 8px;
  font-size: 16px;
  text-transform: lowercase;
  line-height: 1;
  width: max-content;
}

.list {
  margin: 0;
  padding: 0;
}

.text--featured {
    font-size: clamp(18px, 1.528vw, 22px);
    font-weight: 500;
    line-height: 1.2;
}

.wrapper {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 24px; 
}

.wrapper--secondary {
  max-width: 1090px;
  margin: 0 auto;
}

.wrapper--full {
  width: 100%;
  padding: 0 4.858vw;
}

.wrapper--full--secondary {
  width: 100%;
  padding: 0 9.286vw;
}

.wrapper--full--tertiary {
  width: 100%;
  padding: 0 8.358vw;
}

.wrapper--form {
  padding: 72px 0;
}

.wrapper--1000 {
  width: 100%;
  max-width: 71.429vw;
  margin: 0 auto;
}

.header {
  padding-top: 24px;
  padding-bottom: 16px;

  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
}

@media (min-width: 720px){
  .header {
    position: initial;
  }
}

.header__inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__logo {
  position: relative;
  z-index: 9999;
}

.header__logo__img {
  /* width: 200px; */
  width: 14.286vw;
  display: block;
  margin: 0;
}

.nav-languages {
  display: none;
}

@media (min-width: 720px){
  .nav-languages {
    display: block;
  }
}

.nav-languages__items {
    display: flex;
    gap: 16px;
    margin: 0;
}

.nav-languages__items__item__link {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 10px;
}

.nav-main {
  display: none;
  background-color: #fff;
  width: 100%;
}

@media (max-width: 719px){
  .nav-main.active {
    display: flex;
    flex-direction: column;
    height: 100dvh;
  }
}

.nav-main-trigger {
  padding: 0;
  border: 0;
  background: transparent;
  overflow: hidden;
  text-indent: -9999px;
  width: 28px;
  height: 22px;
  position: absolute;
  right: 24px;
  top: 28px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav-main-trigger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #00AEEF;
}

.nav-main-trigger:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #00AEEF;
}

.nav-main-trigger:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #00AEEF;
}

@media (min-width: 1000px){
  .nav-main {
    display: block;
    padding-top: 0;
    width: auto;
  } 
}

.nav-main__items {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.6em;
    margin: 0;
    padding: 0;
    /*font-size: max(1vw, 12px);*/
    font-size: max(1.072vw, 12px);
}

@media (max-width: 719px){
  .nav-main__items {
    flex: 1 0;
    justify-content: center;
  }
}

.nav-main__items__item {
  position: relative;
}

.nav-main__items__item .sub-menu {
  position: absolute;
  left: 0;
  border-top: 3px solid #00A6D6;
  background-color: #fff;
  border-bottom-left-radius: 24px;
  padding: 24px 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: column;
  column-gap: 64px;
  row-gap: 8px;
  grid-template-rows: repeat(4, auto); /* número de filas */
  z-index: 2;
  display: none;
}

.nav-main__items__item:last-child .sub-menu {
  left: auto;
  right: 0;
}

.sub-menu li {
  white-space: nowrap;
  font-weight: 300;
}

.sub-menu li.fluorita a::before {
  background-image: url("img/icons/fluorita.svg");
}

.sub-menu li.sal a::before {
  background-image: url("img/icons/sal.svg");
}

.sub-menu li.quimica-del-fluor a::before {
  background-image: url("img/icons/quimica-del-fluor.svg");
}

.sub-menu li.sulfato-sodico a::before {
  background-image: url("img/icons/sulfato-sodico.svg");
}

.sub-menu li.anhidrita a::before {
  background-image: url("img/icons/anhidrita.svg");
}

.sub-menu li.import-export a::before {
  background-image: url("img/icons/import-export.svg");
}

.sub-menu li.arcillas a::before {
  background-image: url("img/icons/arcillas.svg");
}

.sub-menu li.empleo a::before {
  background-image: url("img/icons/empleo.svg");
}

.sub-menu li.contacto a::before {
  background-image: url("img/icons/contacto.svg");
}

.sub-menu li.medio-ambiente a::before {
  background-image: url("img/icons/medio-ambiente.svg");
}

.sub-menu li.compromiso-social a::before {
  background-image: url("img/icons/compromiso-social.svg");
}




.sub-menu li.informacion-general a::before {
  background-image: url("img/icons/icon-1-accionistas.svg");
}


.sub-menu li.informacion-economico-financiera a::before {
  background-image: url("img/icons/icon-2-accionistas.svg");
}


.sub-menu li.gobierno-corporativo a::before {
  background-image: url("img/icons/icon-3-accionistas.svg");
}


.sub-menu a {
  text-decoration: none;
  color: #005285;
  display: flex;
  align-items: center;
  gap: 16px;
}

.sub-menu a::before {
  content: "";
  background-image: url("img/icons/sal.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: .6;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
}

.nav-main__items__item:hover .sub-menu {
  display: grid;
}

.nav-main__items__item__link {
    text-decoration: none;
    text-transform: uppercase;
    font-size: inherit;
    transition: color ease-in-out .3s;
    font-weight: 300;
}

.nav-main__items__item__link:hover,
.nav-main__items__item__link.active {
  color: #005285;
}

.header__bottom {
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

@media (min-width: 1000px){
  
  .header__bottom {
    justify-content: flex-end;
    position: initial;
    top: 0;
    left: 0;
    width: auto;
  }

  .nav-main__items {
    flex-direction: row;
  }

  .nav-main-trigger {
    display: none;
  }

}

.hero {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1230/556;
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 20px;
  min-height: 200px;
}

.hero--home {
  margin-bottom: 48px;
}

.hero .swiper-slide {
  display: flex;
  align-items: center;
  padding: 6.286vw; /*88px;*/
}

.hero .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 2;
}

.hero__img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.hero__caption {
  position: relative;
  z-index: 3;
  color: #fff;
  display: flex;
  flex-direction: column;
  /*gap: 24px;*/
}

.hero__caption__title {
  font-size: max(28px, 5.715vw);
  font-weight: 300;
  line-height: 0.8874;
  margin-bottom: 0.5em;
}

.hero__caption__title strong {
  font-weight: 500;
}

.hero__caption__title br {
  display: none;
}

.hero__caption__title--secondary {
  font-size: max(22px, 4.286vw);
  font-weight: 500;
  line-height: 0.8875;
  margin-bottom: 0.25em;
}

.hero__caption__title--secondary br {
  display: none;
}

@media (min-width: 600px){

  .hero__caption__title br {
    display: block;
  }

  .hero__caption__title--secondary br {
    display: block;
  }

}

.hero__caption__text {
  font-size: max(20px, 2.643vw);
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0.55em;
}

.hero--primary {
  margin-bottom: 48px;
  position: relative;
  overflow: hidden;
  color: #fff;
  aspect-ratio: 1220/245;
  display: grid;;
  width: 100%;
  min-height: 180px;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

.hero--primary__inner {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  inset: 0;
  grid-column: 1/-1;
  grid-row: 1/-1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 0 48px;
}

.hero--primary__inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  z-index: -1;
}

.hero--primary__title {
  font-size: max(24px, 3.4725vw);
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0.25em;
}

.hero--primary__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.home-quote {
  font-size: max(28px, 2.858vw);
  padding-top: 2.25em;
  padding-bottom: 1.75em;
  text-align: center;
}

.home-quote--secondary {
  text-align: left;
  padding: 0;
  margin-bottom: .5em;
}

.home-quote--tertiary {
  padding: 0;
  font-size: max(28px, 1.858vw);
}

.home-quote__label {
  font-size: 0.35em;
  font-weight: 600;
  color: #00A6D6;
  text-transform: uppercase;
}

.home-quote__title {
  font-size: inherit;
  font-weight: 200;
  line-height: 1.15;
  color: #A4AAB0;
}

.home-quote__title br {
  display: none;
}

@media (min-width: 760px){
  .home-quote__title br {
    display: block;
  }
}

.index {
  display: grid;
  grid-template-columns: 1fr;
  /*column-gap: 0.76923em;*/
  /*padding: 1.23077em 0 0.923075em 0;*/
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 20px #00000029;
  /* transform: translateY(-30px); */
  position: relative;
  z-index: 2;
  /* margin-bottom: -30px; */
  font-size: max(1.858vw, 26px);
  overflow: hidden;
}

.index__item {
  position: relative;
  padding: 1.23077em;
  display: flex;
  flex-direction: column;
  gap: 0.923075em;
}

.index__item__content {
  display: flex;
  flex-direction: column;
  gap: 0.923075em;
  border-left: 2px solid #00A6D6;
  padding-left: 32px;
}

/* .index__item:not(:last-child)::after {
  content: "";
  height: 66px;
  width: 1px; 
  background-color: #00A6D6;
  position: absolute;
  top: -32px;
  right: 0;
} */

.index__title {
  color: #005285;
  font-size: inherit;
  font-weight: 600;
  line-height: 1.0385;
  text-decoration: none;
}

.index__title a {
  text-decoration: none;
}

.index__title a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-color: transparent;
  z-index: -1;
  cursor: pointer;
}

.index__item:hover .index__title a::before {
  background-color: #f9f9f9f9;
}

.index__text {
  font-size: 0.6538443em;
  line-height: 1.294;
  font-weight: 300;
  pointer-events: none;
}

.index__cta {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}

.index__cta__link {
  background-color: #00A6D6;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 1.75em;
  height: 1.154em;
  padding-right: 0.3076922em;
  border-radius: 999px;
  position: relative;
}

.index__cta__link:hover {
  outline: 2px solid #005285;
  outline-offset: 2px;
}

.index__cta__link::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.405 13.639"><g id="arrow-right_1_" data-name="arrow-right (1)" transform="translate(-4.405 -3.586)"><line id="Línea_3" data-name="Línea 3" x2="10" transform="translate(5.405 10.405)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path id="Trazado_3" data-name="Trazado 3" d="M12,5l5.405,5.405L12,15.811" transform="translate(-1.595)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>');
  background-repeat: no-repeat;
  background-position: -1em 0;
  width: 0.45em;
  height: 0.45em;
  position: absolute;
  top: 50%;
  right: 0.2988em;
  transform: translateY(-50%);
  transition: all ease-in .2s;
}

.index__cta__link::after {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.405 13.639"><g id="arrow-right_1_" data-name="arrow-right (1)" transform="translate(-4.405 -3.586)"><line id="Línea_3" data-name="Línea 3" x2="10" transform="translate(5.405 10.405)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path id="Trazado_3" data-name="Trazado 3" d="M12,5l5.405,5.405L12,15.811" transform="translate(-1.595)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 0.45em;
  height: 0.45em;
  position: absolute;
  top: 50%;
  right: 0.2988em;
  transform: translateY(-50%);
  transition: all ease-in .2s;
}

.index__cta__link:hover::before {
  background-position: 0 0;
}

.index__cta__link:hover::after {
  background-position: 1em 0;
}

.index__cta__link svg {
  display: block;
  width: 0.3845em;
  height: auto;
}

.index__item__img {
  border-bottom-left-radius: 40px;
  border-top-right-radius: 40px;
}

@media (min-width: 1024px){
  .index {
    grid-template-columns: repeat(var(--columns), 1fr);
  }
}

.columns {
    display: flex;
    flex-direction: column;
    gap: 88px;
}

.columns__column {
    flex: 1 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media (min-width: 820px){
  .columns {
    flex-direction: row;
  }
}

.image--before-after  {
  gap: 0;
  border-radius: 0px 50px;
  overflow: hidden;
}

.image--before-after  > div {
  position: relative;
}

.image--before-after img {
  display: block;
}

.image--before-after span {
  position: absolute;
  bottom: 0.857em;
  left: 0.857em;
  color: #fff;
  font-size: max(24px, 2.5vw);
  font-weight: 300;
  line-height: 1;
}

.grid--products {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 16px;
    row-gap: 32px;
}

@media (min-width: 960px){
  .grid--products {
    grid-template-columns: repeat(2, 1fr);
  }
}

.grid--products__image {
  flex: 0 0 165px;
}

.grid--products__image img {
  width: 100%;
  height: 100%;
  max-height: 200px;
  object-fit: cover;
}

.card--product__title {
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
}

.card--product__subtitle {
  font-size: 14px;
  font-weight: 700;
  color: #00A6D6;
}

.grid--products__properties {
  margin: 0;
  padding: 0;
}

.card--product__footer {
  margin-top: auto;
}

.home-intro {
  margin-bottom: 88px;
}

.innovation-intro {
  margin-bottom: 88px;
}

.card--product {
  background-color: #F8F8F8;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.card--product__inner {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

@media (min-width: 580px){
  .card--product {
    flex-direction: row;
  }

  .grid--products__image img {
    max-height: none;
  }
}

.section--banner ~ .footer {
  margin-top: 0;
}

.banner {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  /*
  aspect-ratio: 1366/590;
  max-height: 590px;
  */
  width: 100%;
  padding: 1em 0;
  font-size: max(26px, 5.715vw);
}

.banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.25);
}

.banner-overlay::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  z-index: 2;
}

.banner__image {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.banner__caption {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}

.banner__caption--center {
  text-align: center;
}

.banner__caption__icon {
  display: block;
  width: 60px;
  height: auto;
}

.banner__caption__pretitle {
  font-size: 14px;
  font-weight: 700;
  color: #00A6D6;
  text-transform: uppercase;
}

.banner__caption__title {
  font-size: inherit;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}

.banner__caption__text {
  color: #fff;
  font-size: clamp(22px, 2.643vw, 37px);
  font-weight: 200;
  line-height: 1.216;
}

.home-stats {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 120px;
  font-size: max(48px, 5.715vw);
}

.home-stats__items {
  background-color: #F8F8F8;
  border-radius: 50px;
  margin: 0 0 0.277778em 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  row-gap: 0.5em;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  padding: 0.8em;
  width: 100%;
}

.home-stats__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
}

.home-stats__title {
  color: #005285;
  font-size: 0.25em;
  font-weight: 600;
}

.home-stats__number {
  font-size: inherit;
  font-weight: 200;
  color: #00A6D6;
  line-height: .8;
  font-variant-numeric: tabular-nums;
}

.home-stats__label{
  font-size: 0.225em;
  font-weight: 300;
}
  
@media (min-width: 480px){

  .home-stats__items {
    grid-template-columns: 1fr 1fr;
    row-gap: 0.8em;
  }

  .home-stats__item:nth-child(2n + 1)::after {
    content: "";
    height: 90%;
    width: 1px;
    background-color: #A4AAB0;
    position: absolute;
    bottom: 0;
    right: 0; /* aparece al final del primer item */
  }

}

@media (min-width: 760px){

  .home-stats__items {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .home-stats__item:nth-child(2n + 1):not(:nth-child(3n + 2))::before,
  .home-stats__item:nth-child(2n + 1):not(:nth-child(3n + 2))::after {
    display: none;
  }

  .home-stats__item:nth-child(3n + 2)::before,
  .home-stats__item:nth-child(3n + 2)::after {
    content: "";
    height: 90%;
    width: 1px;
    background-color: #A4AAB0;
    position: absolute;
    bottom: 0;
  }

  .home-stats__item:nth-child(3n + 2)::before {
    left: 0;
  }

  .home-stats__item:nth-child(3n + 2)::after {
    right: 0;
  }

}


.footer {
  background-color: #005285;
  border-top: 9px solid #00A6D6;
  padding-top: 80px;
  padding-bottom: 40px;
  color: #fff;
  margin-top: 120px;
}

.footer__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
}

.footer__address__logo {
  display: block;
  margin-bottom: 24px;
}

@media (min-width: 540px){
  .footer__inner {
    grid-template-columns: repeat(2,max-content);
    grid-template-rows: repeat(2,auto);
  }

  .footer__links,
  .footer__legal {
    grid-row: 2;
  }
}

@media (min-width: 940px){

  .footer__inner {
    grid-template-columns: 1fr repeat(3, auto);
  }

  .footer__address,
  .footer__links,
  .footer__legal,
  .footer__contact {
    grid-row: 1;
  }

}

.footer__contact__items {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer__contact__items__item {
  display: flex;
  gap: 8px;
}

.footer__address {
  color: #fff;
  margin-right: auto;
}

.footer__title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 16px;
}

.nav-footer__items {
  margin: 0;
  padding: 0;
}

.nav-footer__items__item {

}

.nav-footer__items__item__link {
  color: #00A6D6;
  text-decoration: none;
  font-size: 14px;
}

.home-products {
  margin-bottom: 168px;
}

.home-products__title {
  text-align: center;
  margin-bottom: 56px;
}

.nav-categories-title {
  font-size: max(14px, 1vw);
  text-transform: uppercase;
  margin-bottom: 40px;
}

.nav-categories {
  margin-bottom: 40px;
  font-size: max(18px, 1.286vw);
}

@media (min-width: 920px){
  .nav-categories {
    margin-bottom: 80px;
  }
}

.nav-categories__items {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  display: none;
}

.nav-categories__items li {
  display: flex;
  align-items: center;
}

.nav-categories__items li:not(:last-child)::after {
  content: "";
  display: block;
  height: 0.556em;
  width: 1px;
  background-color: #A4AAB0;
  margin: 0 0.88889em;
}

@media (min-width: 920px){
  .nav-categories__items {
    display: flex;
  }
}

.nav-categories__select {
  display: inline-block;
  width: 100%;
}

@media (min-width: 920px){
  .nav-categories__select {
    display: none;
  }
}

.nav-categories__items__item__link {
  text-decoration: none;
  font-weight: 300;
  white-space: nowrap;
}

.nav-categories__items__item__link.active {
  font-weight: 700;
  color: #00A6D6;
}

.product-detail {
  display: flex;
  flex-direction: column;
  gap: 120px;
  margin-bottom: 120px;
}

.product-detail__content {
  flex: 1 0;
}

.product-detail__image {
  position: relative;
}

@media (min-width: 800px){
  .product-detail {
    flex-direction: row;
  }
  .product-detail__image {
    width: 24.286vw;
  }
}

.product-detail__image::after {
  content: "";
  aspect-ratio: 232/225;
  width: 16.572vw;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border: 1px solid #00a6d6;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  transform: translate(56px, 56px);
}

.product-detail__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
}

.product-detail__header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0.864864em;
  font-size: max(37px, 2.643vw);
}

@media (min-width: 520px){
  .product-detail__header {
    flex-direction: row;
    align-items: center;
  }
}

.product-detail__body {
  display: flex;
  flex-direction: column;
  gap: 32px;
  color: #A4AAB0;
  font-weight: 300;
  font-size: max(16px, 1.143vw);
}

.product-detail__body strong {
  font-weight: 700;
  color: #00A6D6;
}

.product-detail__body em {
  font-style: normal;
  color: #00A6D6;
}

.product-detail__body ul {
  color: #666;
  margin: 0;
  padding: 0;
  list-style-type: disc;
  list-style-position: inside;
}

.product-detail__title {
  font-size: inherit;
  font-weight: 200;
  color: #005285;
}


.breadcrumb {
  font-size: max(12px, 1vw);
  font-weight: 600;
  text-transform: uppercase;
  color: #00A6D6;
}

.breadcrumb__items {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: auto auto auto;
  /* gap: 1.14286em; */
  width: fit-content;
}

.breadcrumb__items__item {
   white-space: nowrap;
}

.breadcrumb__items__item:not(:last-child)::after{
  content: "·";
  padding: 0 0.285714em;
  color: #fff;
}

.breadcrumb__items__item:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumb__items__item__link {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.text-featured {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-bottom: 56px;
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
}

.text-featured__title {
  font-size: 14px;
  font-weight: 700;
  color: #00A6D6;
  text-transform: uppercase;
}

.text-featured__top {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.text-featured__text {
  font-size: clamp(20px, 2.084vw, 30px);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.section--columns--rsc {
  padding: 80px 0;
}

.columns--rsc {
  display: flex;
  flex-direction: column;
}

@media (min-width: 760px){
  .columns--rsc {
    flex-direction: row;
  }
}

.columns--rsc__column {
  flex: 1 0;
  display: flex;
  flex-direction: column;
}

.columns--rsc__column__img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 375/460;
}

.columns--rsc__column__content {
  padding: 24px;
  flex: 1 0;
  display: flex;
  flex-direction: column;
}

.columns--rsc__column__title {
  font-size: clamp(30px, 2.917vw, 42px);
  font-weight: 300;
  line-height: 1;
  margin-bottom: 32px;
}

.columns--rsc__column__text {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  flex: 1 0;
}

.menu-tab-wrapper {
  font-size: max(18px, 1.286vw);
  padding: 1.77778em 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.menu-tab {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  /*overflow-x: auto;*/
  padding: 8px 0;
}

.menu-tab__items {
  grid-column: 2;
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  width: max-content;
  position: relative;
}

.menu-tab__item {
  display: flex;
  gap: 16px;
  align-items: center;
}


.menu-tab__item:not(:last-child)::after {
  content: "";
  height: 10px;
  width: 1px;
  background-color: #A4AAB0;

}

.menu-tab__item__link {
  text-decoration: none;
  white-space: nowrap;
}

.menu-tab__item__link {
  font-weight: 300;
}

.menu-tab__item__link:hover {
  color: #00A6D6;
}

.menu-tab__item__link--active {
  color: #00A6D6;
  font-weight: 600;
}

.submenu-tab__item__link--active {
  color: #005285;
  font-weight: 600;
}

.menu-tab.submenu {
  background-color: #f8f8f8;
}

.accordion__title__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.accordion__title {
  color: #005285;
  text-align: center;
  font-size: clamp(30px, 3.612vw, 52px);
  line-height: 1.1;
  max-width: 735px;
}

.accordion-wrapper {
  display: flex;
  flex-direction: column;
  gap: 88px;
}

.accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.648648em;
  margin: 0 auto;
  padding: 0;
  font-size: max(20px, 2.644vw);
}

.accordion__item__title {
  font-size: inherit;
  font-weight: 200;
  color: #005285;
  border-bottom: 1px solid #A4AAB0;
  padding-bottom: 0.64865em;
  line-height: 1.189;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.accordion__item__title br {
  display: none;
}

@media (min-width: 600px){
  .accordion__item__title br {
    display: block;
  }
}

.accordion__item__title::after {
  content: "";
  width: 14px;
  height: 14px;
  border-bottom: 2px solid #00C6FF;
  border-right: 2px solid #00C6FF;
  transform: rotate(45deg);
}

.accordion__item__title.active::after {
  transform: rotate(-135deg);
}

.accordion__item__content {
  display: none;
  align-items: stretch;
  gap: 72px;
  padding-top: 32px;
}

.accordion__item__content--inverse {
  flex-direction: row-reverse;
}

.accordion__item__content.active {
  display: flex;
}

.accordion__item__content__images {
  flex: 1 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: auto;
}

.accordion__item__content__image {
  flex: 1 0;
  background-color: #ccc;
  border-radius: 0px 50px;
  overflow: hidden;
  /*aspect-ratio: 500/360;*/
  position: relative;
}

.accordion__item__content__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.accordion__item__content__text {
  flex: 1 0;
  font-size: max(17px, 1.215vw);
  font-weight: 300;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.accordion__item__content__text__link a {
  display: block;
  border-left: 1.5px solid #00A6D6;
  border-bottom: 1.5px solid #00A6D6;
  border-bottom-left-radius: 24px;
  padding: 0 0 25px 32px;
  text-decoration: none;
  position: relative;
}

.accordion__item__content__text__link a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #00A6D6;
  border-radius: 999px;
  width: 50px;
  height: 35px;
  pointer-events: none;
}

.accordion__item__content__text__link a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(0%) translateX(-10px) rotate(90deg);
  transform-origin: center center;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.405 13.639"><g id="arrow-right_1_" data-name="arrow-right (1)" transform="translate(-4.405 -3.586)"><line id="Línea_3" data-name="Línea 3" x2="10" transform="translate(5.405 10.405)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path id="Trazado_3" data-name="Trazado 3" d="M12,5l5.405,5.405L12,15.811" transform="translate(-1.595)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>');
  background-repeat: no-repeat;
  background-size: 12px 13px;
  width: 50px;
  height: 35px;
  pointer-events: none;
}

.accordion__item__content__text__link__primary {
  color: #00A6D6;
}

.accordion__item__content__text__link__secondary {
  color: #005285;
}

.accordion__item__content__text__block__title {
  font-size: max(18px, 2.2vw);
  font-weight: 200;
  color: #00A6D6;
}

.accordion__item__content__text__subblock__title {
  font-size: max(16px, 2vw);
  font-weight: 200;
  color: #A4AAB0;
}

.accordion__item__content__subaccordion {
  padding: 0;
  display: flex;
  flex-direction: column;
}

.accordion__item__content__subaccordion__item {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.accordion__item__content__subaccordion__item__list {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 72px;
  display: none;
}

.accordion__item__content__subaccordion__item__list.active {
  display: flex;
}

.accordion__item__content__subaccordion__item__title {
  border-bottom: 1.5px solid #A4AAB0;
  padding: 16px 0;
  position: relative;
  cursor: pointer;
}

.accordion__item__content__subaccordion__item__title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 14px;
  height: 14px;
  border-bottom: 2px solid #00C6FF;
  border-right: 2px solid #00C6FF;
}

.columns--contact {
  display: flex;
  gap: 1.77778em;
  flex-direction: column;
  justify-content: space-between;
  font-size: max(18px, 1.286vw);
}

@media (min-width: 560px){
  .columns--contact {
    flex-direction: row;
  }
}

.card--contact {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card--contact__icon {
  background-color: #00A6D6;
  width: 3.333em;
  height: 3.333em;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.card--contact__icon svg {
  width: 1em;
  height: auto;
}

.card--contact__title {
  font-size: inherit;
  font-weight: 700;
  color: #666;
  margin-bottom: 8px;
}

.card--contact__text {
  font-size: inherit;
  font-weight: 300;
  color: #A4AAB0;
  white-space: nowrap;
}


.nav-accionistas__items {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.nav-accionistas__items__item__list {
  margin: 0;
  padding: 0;
}

.nav-accionistas__items__item__list__item {

}

.nav-accionistas__items__item__list__item__button {
  border: 0;
  border-bottom: 1px solid #ddd;
  padding: 16px;
  background-color: transparent;
  display: block;
  width: 100%;
  text-align: left;
  cursor: pointer;
}

.nav-accionistas__items__item__list__item__button[data-level="2"] {
  padding: 16px 16px 16px 32px;
}

.nav-accionistas__items__item__list__item__button[data-level="2"]{
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-accionistas__items__item__list__item__button[data-level="2"]:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #00A6D6;
  border-radius: 100%;
}

.nav-accionistas__items__item__list__item__button:hover {
  color: #00A6D6;
}

.nav-accionistas__items__item__list__item.active .nav-accionistas__items__item__list__item__button {
  color: #00A6D6;
  font-weight: 700;
}

.nav-accionistas__items__item-parent__button {
  background-color: #f0f0f0;
  font-weight: 700;
  font-size: 20px;
  border: 0;
  padding: 16px;
  line-height: 1;
  color: #666;
  width: 100%;
  text-align: left;
  cursor: pointer;
  text-wrap: balance;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accionistas {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

@media (min-width: 960px){
  .accionistas {
    flex-direction: row;
  }
}

.accionistas__sidebar {
  flex: 0 0 300px;
}

.accionistas__content {
  width: 100%;
}

.accionistas__content__item {
  display: none;
}

.accionistas__content__item strong {
  color: #00A6D6;
  text-transform: uppercase;
}

.accionistas__content__item p + p {
  margin-top: 24px;
}

.section--contact-form {
  margin-bottom: 112px;
}

.section--contact-info {
  padding-top: 56px;
  padding-bottom: 56px;
}

.contact-form__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (min-width: 820px){
  .contact-form__inner {
    flex-direction: row;
  }
}

.contact-form__inner__column {
  flex: 1 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-form__inner__footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: auto;
  gap: 32px;
}

.label-input-file {
  background-color: #F8F8F8;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  /*height: 90px; */
  overflow: hidden;
  font-size: max(13px, 0.929vw);
  padding: 1.231em;
}

.label-input-file::before {
  content: var(--text);
}

.label-input-file span {
  left: -999px;
  position: absolute;
}

@media (min-width: 820px){
  .contact-form__inner__footer {
    flex-direction: row;
    gap: 8px;
  }
}

.contact-form__title {
  color: #00A6D6;
  text-transform: uppercase;
  font-size: max(14px, 1vw);
  font-weight: 600;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  padding: 1.231em;
  width: 100%;
  background-color: #F8F8F8;
  color: #999;
  font-size: max(13px, 0.929vw);
  border-radius: 10px;
  border: 0;
}

.wpcf7-form textarea {
  resize: vertical;
  margin: 0;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-submit {
  width: 100%;
}

.pdf-categorias {
  margin: 0 0 80px 0;
  padding: 0;
  border-bottom: 1px solid rgba(164, 170, 176, 0.26);
  display: flex;
  gap: 1px;
}

.pdf-categorias__item {
  display: inline-flex;
  align-items: center;
}

.pdf-categorias__item__button {
  background-color: #F8F8F8;
  color: #A4AAB0;
  display: inline-flex;
  align-items: center;
  padding: 16px;
  border: 0;
  cursor: pointer;
}

.pdf-categorias__item__button.is-active {
  background-color: #00A6D6;
  color: #fff;
}

.pdf-categorias__item__button:not(.is-active):hover {
  background-color: #eee;
}

.pdf-list-subtitle {
  font-size: 14px;
  font-weight: 700;
  color: #00A6D6;
}

.pdf-list-title {
  font-size: 42px;
  font-weight: 300;
  color: #A4AAB0;
  margin-bottom: 48px;
}

.pdf-list-category {
  display: none;
}

.pdf-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pdf-list__item {
  display: flex;
  align-items: center;
}

.pdf-list__item__link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 4px 0;
  text-decoration: none;
  font-size: 14px;
}

@media (min-width: 960px){
  
  .pdf-list {
    gap: 4px;
  }

  .pdf-list__item__link {
    gap: 8px;
    flex-direction: row;
    align-items: center;
  }
  
}

.pdf-list__item__link__meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pdf-list__item__link__icon {
  width: 16px;
  height: auto;
  flex: 0 0 16px;
}

.pdf-list__item__link strong {
  color: #005285;
}

.pdf-list__item__link:hover {
  color: #00A6D6;
}

.pdf-list__item__link:hover span {
  color: #00A6D6;
}

.menu-open > *:not(header){
  display: none !important;
}


.nav-accionistas__items__item__list[data-level="1"] {
  display: none;
}

.nav-accionistas__items__item__list.active {
  display: block;
}

.nav-accionistas__items__item-parent__button:after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url('img/arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.nav-accionistas__items__item-parent__button.active:after {
  transform: rotate(90deg) translateX(5px) translateY(5px);
}

.otgs-development-site-front-end {
  display: none;
}

.boxes--1 {
  font-size: max(14px, 1.286vw);
  display: grid;
  grid-template-columns: repeat(6, .5fr);
  gap: 1.666664em;
  text-align: center;
  font-weight: 500;
  color: #00A6D6;
}

.boxes--1__item {
  font-size: inherit;
  grid-column: span 2;
  border: 1px solid #00A6D6;
  border-radius: 0px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 5.55556em;
  line-height: 1.2223;
}

.boxes--1__item strong {
  color: #005285;
  font-weight: 500;
}

@media (min-width: 760px){

  .boxes--1 {
    grid-template-columns: repeat(8, .5fr);
  }

  .boxes--1 > :nth-child(5) {
    grid-column: 2 / span 2;
  }

}


.contact-more-info {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.contact-more-info-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}


.contact-more-info__title {
  font-size: max(14px, 1.286vw);
  font-weight: 400;
  line-height: 1.278;
  color: #00A6D6;
  padding-bottom: 1.11111em;
  border-bottom: 1px solid #00A6D6;
}

.contact-more-info__text {
  font-size: max(14px, 1vw);
}

.jobs-legal {
  font-size: max(14px, 1vw);
  font-weight: 200;
  padding-top: 5.714283em;
}

.jobs-legal p + p {
  margin-top: 0.5714283em;
}


.legal__title {
  color: #005285;
  font-weight: 300;
}

.legal__title {
  color: #005285;
  font-weight: 300;
  margin-bottom: 32px;
  padding-top: 80px;
}

.legal h2 {
  color: #A4AAB0;
  font-weight: 300;
}

.legal p {
  font-weight: 300;
}

.legal p + h2 {
  margin-top: 24px;
}

.table {
  width: 100%;
  font-size: max(16px, 1.1vw);
}

.table__th {
  color: #005285;
  font-weight: 300;
  padding-bottom: 2em;
}

.table__td {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

.link-arrow {
  position: relative;
  overflow: hidden;
  text-indent: -999px;
  text-decoration: none;
  display: inline-block;
  width: 50px;
  height: 35px;
}

.link-arrow::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #00A6D6;
  border-radius: 999px;
  width: 50px;
  height: 35px;
  pointer-events: none;
}

.link-arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(0%) translateX(-10px) rotate(90deg);
  transform-origin: center center;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.405 13.639"><g id="arrow-right_1_" data-name="arrow-right (1)" transform="translate(-4.405 -3.586)"><line id="Línea_3" data-name="Línea 3" x2="10" transform="translate(5.405 10.405)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path id="Trazado_3" data-name="Trazado 3" d="M12,5l5.405,5.405L12,15.811" transform="translate(-1.595)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>');
  background-repeat: no-repeat;
  background-size: 12px 13px;
  width: 50px;
  height: 35px;
  pointer-events: none;
}