@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@700&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/** Media Queries **/
body, html {
  overflow-x: hidden;
}

body {
  font-size: 16px;
}

picture {
  display: block;
}

.w-100, .wh-100 {
  width: 100%;
}

.h-100, .wh-100 {
  height: 100%;
}

img {
  vertical-align: top;
  height: auto;
}

.p-relative {
  position: relative;
}

.row.start {
  align-items: flex-start !important;
}

.row.stretch {
  align-items: stretch !important;
}

.p-absolute {
  position: absolute;
}

a, button, input[type=submit] {
  cursor: pointer;
  transition: all 0.25s ease;
}

main, section, header, footer, aside {
  width: 100%;
}

a {
  text-decoration: none;
}

textarea, button, input, select, option {
  outline: none;
}

.contenedor {
  width: min(88%, 1500px);
  margin-inline: auto;
}
.contenedor.xl {
  width: min(94%, 1760px);
}
@media (max-width: 768px) {
  .contenedor {
    width: min(92.5%, 1500px);
  }
}
.contenedor.xxl {
  width: min(100%, 2000px);
}

video {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}

.hidden {
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  position: absolute;
  z-index: -10;
}

a {
  font-size: 1.1rem;
}

h1 {
  font-size: 3.85em;
  line-height: 1.2em;
}
@media (max-width: 1462px) {
  h1 {
    font-size: 3.15em;
  }
}
@media (max-width: 1200px) {
  h1 {
    font-size: 2.85em;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 2.35em;
  }
}

h2 {
  font-size: 3.25em;
  line-height: 1.2em;
}
@media (max-width: 1462px) {
  h2 {
    font-size: 2.925em;
  }
}
@media (max-width: 1200px) {
  h2 {
    font-size: 2.55em;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.9em;
  }
}
h2.up {
  font-size: 3.6em;
}
h2.down {
  font-size: 2em;
}
@media (max-width: 1200px) {
  h2.down {
    font-size: 1.8em;
  }
}
@media (max-width: 768px) {
  h2.down {
    font-size: 1.55em;
  }
}

h3 {
  font-size: 1.65em;
  line-height: 1.2em;
}
h3.up {
  font-size: 2em;
}
@media (max-width: 1200px) {
  h3.up {
    font-size: 1.7em;
  }
}
@media (max-width: 942px) {
  h3.up {
    font-size: 1.375em;
  }
}
@media (max-width: 768px) {
  h3.up {
    font-size: 1.6em;
  }
}
@media (max-width: 1200px) {
  h3 {
    font-size: 1.35em;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 1.1em;
  }
}

p {
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  p {
    font-size: 1rem;
  }
}

main {
  background: url(../../images/fondo.webp) no-repeat;
  background-size: cover;
  background-position: center;
  height: 105vh;
  position: relative;
}
main::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
}
main::before {
  z-index: 1;
  opacity: 0.9;
  background: linear-gradient(135deg, #0425AC 0%, #1B263A 28.65%, #0425AC 68.75%, #1B263A 100%);
}
main .contenedor {
  position: relative;
  z-index: 3;
}
main #scrollButton {
  position: absolute;
  background: none;
  border: none;
  z-index: 10;
  display: block;
  width: 48px;
  height: 48px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15vh;
}
main #scrollButton img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 942px) {
  main #scrollButton {
    display: none;
  }
}
@media (max-width: 942px) {
  main {
    height: 100vh;
  }
}
@media (max-width: 768px) {
  main {
    height: 60vh;
  }
}
main::after {
  display: none;
  content: "";
  position: absolute;
  height: 20vh;
  background: #ffffff;
  width: 100%;
  bottom: 0;
  left: 0;
}
@media (max-width: 942px) {
  main::after {
    display: block;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  main::after {
    height: 14.5vh;
  }
}
main .splide__pagination {
  padding: 0;
  right: -2em;
}
@media (max-width: 942px) {
  main .splide__pagination {
    z-index: 3;
    bottom: 1em;
  }
}
main .splide__pagination__page {
  transform: none !important;
  opacity: 1 !important;
  width: 25px;
  height: 25px;
  background: none;
  border: 1px solid #ffffff;
}
@media (max-width: 1462px) {
  main .splide__pagination__page {
    width: 19px;
    height: 19px;
  }
}
@media (max-width: 942px) {
  main .splide__pagination__page {
    width: 14px;
    height: 14px;
  }
}
main .splide__pagination__page.is-active {
  background: #ffffff;
}
@media (max-width: 942px) {
  main .splide__pagination__page {
    border: none;
    background: #1B263A;
  }
  main .splide__pagination__page.is-active {
    background: #0425AC;
  }
}
main .circle {
  position: absolute;
  max-height: 100%;
  transition: all 0.25s ease;
}
@media (max-width: 942px) {
  main .circle {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) scale(0.5) !important;
  }
}
main .slide {
  position: relative;
}
@media (min-width: 942px) {
  main .slide:has(.cemento) .circle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.6);
  }
  main .slide:has(.ladrillo) .circle {
    top: 50%;
    left: 40%;
    transform: translateY(-50%) scale(0.6);
  }
  main .slide:has(.fierros) .circle {
    transform: scale(0.6);
  }
  main .slide:hover:has(.cemento) .circle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.1);
  }
  main .slide:hover:has(.ladrillo) .circle {
    top: 50%;
    left: 40%;
    transform: translateY(-50%) scale(1.1);
  }
}
main .slide .title {
  width: 100%;
  background: #ffffff;
  padding: 16px 26px;
  position: absolute;
  left: 0;
}
main .slide .title h2 {
  color: #0425AC;
  font-family: "Urbanist", sans-serif;
  font-weight: 900;
  font-size: 5.2vw;
}
@media (max-width: 1462px) {
  main .slide .title h2 {
    font-size: 4vw;
  }
}
@media (max-width: 942px) {
  main .slide .title h2 {
    text-align: center;
  }
}
main .slide .title_1 {
  top: 20%;
  max-width: 47.5%;
}
main .slide .title_2 {
  top: 23%;
  max-width: 48%;
}
main .slide .title_3 {
  top: 27%;
  max-width: 58%;
}
@media (max-width: 942px) {
  main .slide .title {
    top: 5%;
    z-index: 5;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    background: #D9D9D9;
    padding-block: 6px;
  }
  main .slide .title h2 {
    font-size: 5.5vw;
  }
}
@media (max-width: 768px) {
  main .slide .title {
    top: 8%;
    width: 100%;
    max-width: 290px;
  }
  main .slide .title h2 {
    font-size: 6.25vw;
  }
}
main .slide .images {
  bottom: 0;
  right: 0;
  width: 60%;
  max-height: 100%;
}
main .slide .images img {
  position: absolute;
  max-height: 100%;
  transition: all 0.25s ease;
}
main .slide .images img.cemento {
  top: 45%;
  transform: translateY(-50%);
}
main .slide .images img.cemento_1 {
  left: -13%;
}
main .slide .images img.cemento_2 {
  left: 2%;
}
main .slide .images img.cemento_3 {
  left: 15%;
}
main .slide .images img.cemento_4 {
  left: 30%;
}
@media (max-width: 942px) {
  main .slide .images img.cemento {
    top: auto;
    transform: none;
    bottom: 0;
    width: 40%;
  }
  main .slide .images img.cemento_1 {
    left: -3%;
  }
  main .slide .images img.cemento_2 {
    left: 19%;
  }
  main .slide .images img.cemento_3 {
    left: auto;
    right: 19%;
  }
  main .slide .images img.cemento_4 {
    right: -3%;
    left: auto;
  }
}
main .slide .images img.ladrillo {
  width: 50%;
  top: 45%;
  transform: translateY(-50%);
}
main .slide .images img.ladrillo_1 {
  left: 0;
}
main .slide .images img.ladrillo_2 {
  left: 50%;
  transform: translate(-50%, -50%);
}
main .slide .images img.ladrillo_3 {
  right: 0;
}
@media (max-width: 942px) {
  main .slide .images img.ladrillo {
    top: auto;
    transform: none;
    bottom: 0;
    width: 40%;
  }
  main .slide .images img.ladrillo_2 {
    left: 50%;
    transform: translateX(-50%);
  }
}
main .slide .images img.fierros {
  bottom: 0;
  left: 20%;
}
@media (max-width: 942px) {
  main .slide .images img.fierros {
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
main .slide .images:hover img.cemento_1 {
  left: -15%;
}
main .slide .images:hover img.cemento_2 {
  left: 8%;
}
main .slide .images:hover img.cemento_3 {
  left: 25%;
}
main .slide .images:hover img.cemento_4 {
  left: 45%;
}
main .slide .images:hover img.fierros {
  transform: scale(1.26);
}
main .slide .images:hover img.ladrillo {
  top: 45%;
  transform: translateY(-50%);
  width: 55%;
}
main .slide .images:hover img.ladrillo_1 {
  top: 35%;
  left: 45%;
}
main .slide .images:hover img.ladrillo_2 {
  top: 54%;
  left: 0;
  right: auto;
}
main .slide .images:hover img.ladrillo_3 {
  top: 59%;
  right: 6%;
}
main .slide .images:hover .circle {
  transform: scale(1.2);
}
@media (max-width: 942px) {
  main .slide .images {
    left: 50%;
    right: auto;
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    overflow: hidden;
    height: 72%;
  }
}

.valores_contenedor {
  margin-top: -9vh;
  position: relative;
  z-index: 4;
  padding-bottom: 4rem;
}
@media (max-width: 1024px) {
  .valores_contenedor {
    margin-top: 0;
    background-color: #1B263A;
    padding: 1.25rem 0;
  }
}

.sedes {
  padding: 5rem 0;
}
@media (max-width: 1200px) {
  .sedes {
    padding: 3rem 0 5rem;
  }
}
.sedes h2 {
  color: #0425AC;
  position: relative;
  text-align: center;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  margin-bottom: 4rem;
}
.sedes h2::before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 180px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  height: 5px;
  border-radius: 0;
  background: #0425AC;
}
.sedes .contenedor {
  position: relative;
}
.sedes span {
  color: rgba(68, 68, 68, 0.2);
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  display: block;
  font-size: 12vw;
  line-height: 1em;
  width: 100%;
  text-align: center;
  font-family: "EB Garamond", serif;
  top: 0;
}
.sedes .grilla {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 28px;
}
@media (max-width: 942px) {
  .sedes .grilla {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
    max-width: 380px;
    margin-inline: auto;
  }
}

.nosotros {
  height: 100vh;
  background: #000000;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: column;
  padding-block: 15vh;
}
@media (max-width: 942px) {
  .nosotros {
    padding-block: 3rem;
    min-height: 60vh;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
  }
}
@media (max-width: 630px) {
  .nosotros {
    min-height: 70vh;
  }
}
.nosotros h2 {
  width: 100%;
  color: #ffffff;
  position: relative;
  text-align: center;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  margin-bottom: 4rem;
}
.nosotros h2::before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 180px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  height: 5px;
  border-radius: 0;
  background: #ffffff;
}
@media (max-width: 942px) {
  .nosotros h2 {
    margin-bottom: 0;
  }
}
.nosotros span {
  color: rgba(239, 239, 239, 0.2);
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  display: block;
  font-size: 12vw;
  line-height: 1em;
  width: 100%;
  text-align: center;
  font-family: "EB Garamond", serif;
  top: 0;
}
@media (max-width: 942px) {
  .nosotros span {
    display: none;
  }
}
.nosotros .splide {
  position: absolute;
  inset: 0;
}
.nosotros .splide img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  /*@include m.telefono{
      object-fit: contain;
  }*/
}
@media (max-width: 942px) {
  .nosotros .splide img {
    -o-object-position: bottom right;
       object-position: bottom right;
  }
}
.nosotros .splide__pagination {
  padding: 0;
  justify-content: flex-start;
  bottom: 15vh;
  z-index: 90;
  width: min(88%, 1500px);
  margin-inline: auto;
}
.nosotros .splide__pagination__page {
  transform: none !important;
  opacity: 1 !important;
  width: 25px;
  height: 25px;
  background: none;
  border: 1px solid #ffffff;
}
@media (max-width: 1462px) {
  .nosotros .splide__pagination__page {
    width: 19px;
    height: 19px;
  }
}
@media (max-width: 942px) {
  .nosotros .splide__pagination__page {
    width: 14px;
    height: 14px;
  }
}
.nosotros .splide__pagination__page.is-active {
  background: #ffffff;
}
@media (max-width: 942px) {
  .nosotros .splide__pagination__page {
    border: none;
    background: #ffffff;
  }
  .nosotros .splide__pagination__page.is-active {
    background: #0425AC;
  }
}
@media (max-width: 942px) {
  .nosotros .splide__pagination {
    justify-content: center;
  }
}
@media (max-width: 942px) {
  .nosotros .splide__pagination {
    bottom: 20px;
  }
}
@media (max-width: 768px) {
  .nosotros .splide__pagination {
    width: min(92.5%, 1500px);
  }
}
.nosotros > .contenedor {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 942px) {
  .nosotros > .contenedor {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 3rem;
  }
}
.nosotros .contenido {
  width: 100%;
  max-width: 475px;
  margin: 0 0 5.5vh 0;
}
@media (max-width: 1200px) {
  .nosotros .contenido {
    max-width: 400px;
  }
}
.nosotros .contenido p {
  color: #ffffff;
  font-family: "Urbanist", sans-serif;
  line-height: 1.2em;
}
.nosotros .contenido > p {
  font-weight: 400;
  font-size: 1.45em;
  line-height: 1.3em;
}
@media (max-width: 1462px) {
  .nosotros .contenido > p {
    font-size: 1.25em;
  }
}
@media (max-width: 1200px) {
  .nosotros .contenido > p {
    font-size: 1.15em;
    text-align: justify;
  }
}
@media (max-width: 942px) {
  .nosotros .contenido > p {
    text-align: center;
  }
}
.nosotros .contenido a {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.nosotros .contenido a p {
  font-weight: 600;
  font-size: 1.2em;
}
@media (max-width: 1462px) {
  .nosotros .contenido a p {
    font-size: 1.05em;
  }
}
@media (max-width: 1200px) {
  .nosotros .contenido a svg {
    max-width: 15px;
  }
}
@media (max-width: 942px) {
  .nosotros .contenido a {
    text-align: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    background: #1B263A;
    padding: 6px 10px;
  }
  .nosotros .contenido a p {
    font-weight: 500;
  }
}

.categorias {
  padding-block: 7.75rem;
  position: relative;
}
@media (max-width: 1200px) {
  .categorias {
    padding: 5rem 0 4.5rem;
  }
}
@media (max-width: 850px) {
  .categorias {
    padding: 4rem 0 3.25rem;
  }
}
.categorias .contenedor {
  position: relative;
}
.categorias h2 {
  width: 100%;
  color: #0425AC;
  position: relative;
  text-align: center;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  margin-bottom: 8rem;
}
.categorias h2::before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 180px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  height: 5px;
  border-radius: 0;
  background: #0425AC;
}
@media (max-width: 850px) {
  .categorias h2 {
    margin-bottom: 5rem;
  }
  .categorias h2::before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 130px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    height: 4px;
    border-radius: 0;
    background: #0425AC;
  }
}
.categorias span {
  color: rgba(152, 152, 152, 0.25);
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  display: block;
  font-size: 12vw;
  line-height: 1em;
  width: 100%;
  text-align: center;
  font-family: "EB Garamond", serif;
  top: 0;
}
.categorias .grilla {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px 0.5%;
}
@media (max-width: 850px) {
  .categorias .grilla {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 1.5%;
    max-width: 600px;
    margin-inline: auto;
  }
}
@media (max-width: 768px) {
  .categorias .grilla {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
    max-width: 300px;
  }
}

.respaldo {
  background: #E5E5E5;
  padding-block: 4.5rem;
}
@media (max-width: 768px) {
  .respaldo {
    padding-block: 2rem;
  }
}
.respaldo .contenido {
  width: min(100%, 700px);
  margin: 0 auto;
  text-align: center;
  font-family: "Urbanist", sans-serif;
}
@media (max-width: 1462px) {
  .respaldo .contenido {
    width: min(100%, 640px);
  }
}
@media (max-width: 1200px) {
  .respaldo .contenido {
    width: min(100%, 590px);
  }
}
.respaldo h3 {
  font-weight: 800;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .respaldo h3::before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 90%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    height: 3px;
    border-radius: 0;
    background: #000000;
  }
}
@media (max-width: 768px) {
  .respaldo h3 {
    color: #0425AC;
    font-size: 2em;
    text-decoration: underline;
    max-width: 280px;
    margin-bottom: 0;
  }
}
.respaldo p {
  font-weight: 400;
  font-size: 1.3em;
}
@media (max-width: 1462px) {
  .respaldo p {
    font-size: 1.175em;
  }
}
@media (max-width: 1200px) {
  .respaldo p {
    font-size: 1.08em;
  }
}
@media (max-width: 768px) {
  .respaldo p {
    display: none;
  }
}
.respaldo .splide {
  margin-top: 38px;
}
@media (max-width: 630px) {
  .respaldo .splide {
    max-width: 250px;
    margin-inline: auto;
  }
}
.respaldo .splide__track {
  padding: 8px 2.5% !important;
}
.respaldo .splide .logo {
  width: 100%;
  aspect-ratio: 1/1;
  border: none;
  background: #ffffff;
  overflow: hidden;
  border-radius: 50%;
}
.respaldo .splide .logo img {
  width: 100%;
  height: 100%;
  border: none;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.respaldo .splide__arrow {
  background: #1B263A;
  opacity: 1 !important;
}
.respaldo .splide__arrow svg {
  fill: #ffffff;
}
.respaldo .splide__arrow--prev {
  left: -1em;
}
@media (max-width: 630px) {
  .respaldo .splide__arrow--prev {
    left: -2.2em;
  }
}
.respaldo .splide__arrow--next {
  right: -1em;
}
@media (max-width: 630px) {
  .respaldo .splide__arrow--next {
    right: -2.2em;
  }
}

.productos {
  padding: 3rem 0;
}
.productos .grilla {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 36px 20px;
}
@media (max-width: 1024px) {
  .productos .grilla {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 36px 20px;
  }
}
@media (max-width: 768px) {
  .productos .grilla {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 16px;
  }
}
@media (max-width: 630px) {
  .productos .grilla {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px 9px;
  }
}
@media (max-width: 358px) {
  .productos .grilla {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
  }
}
.productos_similares {
  padding: 0.5rem 0;
  background: #D9D9D9;
}
@media (min-width: 942px) {
  .productos_similares {
    display: none;
  }
}
.productos_similares .grilla {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin-inline: auto;
  max-width: 550px;
}
.productos_similares .grilla a {
  display: block;
  width: 100%;
}
.productos_similares .grilla img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.productos .pagination {
  margin-top: 8vh;
}
.productos .pagination a {
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  color: #1B263A;
  font-size: 1.2em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 4px;
}
.productos .pagination a.active {
  color: #0425AC;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .productos .pagination a {
    font-size: 1.1em;
  }
}
.productos .pagination_links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.single-product {
  height: 100vh;
  background: url(../../images/bg_single_product.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: column;
}
@media (max-width: 942px) {
  .single-product {
    height: 64vh;
    padding-bottom: 0;
  }
  .single-product .contenedor {
    height: 100%;
  }
  .single-product .contenedor .row {
    height: 100%;
  }
  .single-product .contenedor .row .col {
    height: 100%;
  }
}
@media (max-width: 730px) {
  .single-product {
    height: 45vh;
  }
}
@media (max-width: 630px) {
  .single-product {
    height: 42vh;
  }
}
@media (max-width: 550px) {
  .single-product {
    height: 37vh;
  }
}
@media (max-width: 500px) {
  .single-product {
    height: 34vh;
  }
}
@media (max-width: 440px) {
  .single-product {
    height: 30vh;
  }
}
.single-product .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 27px 0;
}
.single-product .row .col {
  width: 50%;
}
.single-product .row .col:nth-child(2) .splide {
  width: 100%;
}
.single-product .splide img {
  width: 100%;
}
.single-product h2 {
  color: #ffffff;
  font-weight: 800;
  transition: all 0.1s ease !important;
}
@media (max-width: 942px) {
  .single-product h2 {
    color: #1B263A;
  }
}
.single-product h2, .single-product a, .single-product p {
  font-family: "Urbanist", sans-serif;
}
@media (min-width: 942px) {
  .single-product .to_similars {
    display: none;
  }
}
.single-product #similars {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: #0425AC;
  border: none;
  border-radius: 10px;
  color: #ffffff;
  font-family: "Urbanist", sans-serif;
  font-size: 1em;
  padding: 5px 12px;
}
@media (max-width: 942px) {
  .single-product #single .splide__track {
    overflow: unset;
  }
}
.single-product #single img {
  display: block;
  max-height: 75vh;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 93%;
  margin: 0 0 0 auto;
  aspect-ratio: 1/1;
  height: auto;
}
@media (max-width: 942px) {
  .single-product #single img {
    width: 100%;
    max-height: 125%;
    height: 125%;
    margin: 0 auto;
  }
}
.single-product #single .splide__pagination {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  bottom: auto;
  right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}
@media (max-width: 1462px) {
  .single-product #single .splide__pagination {
    gap: 7px;
  }
}
.single-product #single .splide__pagination__page {
  transform: none !important;
  opacity: 1 !important;
  width: 25px;
  height: 25px;
  background: none;
  border: 1px solid #ffffff;
}
@media (max-width: 1462px) {
  .single-product #single .splide__pagination__page {
    width: 19px;
    height: 19px;
  }
}
.single-product #single .splide__pagination__page.is-active {
  background: #ffffff;
}
.single-product #single .splide__pagination {
  padding: 0;
  left: 12%;
}
@media (max-width: 942px) {
  .single-product #single {
    height: 100%;
  }
  .single-product #single .splide__track, .single-product #single .splide__list, .single-product #single .splide__slide {
    height: 100%;
  }
}
.single-product .col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: column;
}
.single-product #information div {
  width: 100%;
}
.single-product #information .contenido div {
  padding-left: 5%;
}
.single-product #information .titulo {
  padding-block: 16px;
  background: #1B263A;
  margin-bottom: 16px;
  overflow: hidden;
}
@media (max-width: 942px) {
  .single-product #information .titulo {
    background: none;
    padding: 0;
  }
}
.single-product #information .descripcion {
  padding-right: 5%;
}
@media (max-width: 942px) {
  .single-product #information .descripcion {
    display: none;
  }
}
.single-product #information .descripcion p {
  color: #000000;
  font-size: 1.25em;
}
.single-product #information .descripcion > p {
  width: 100%;
  max-width: 490px;
}
.single-product #information .descripcion a {
  margin-top: 12px;
  color: #1B263A;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
}
.single-product #information .descripcion a p {
  font-size: 1.05em;
  font-weight: 600;
}
.single-product #thumbnails {
  width: 100%;
  max-width: 36vw;
  margin: 0 auto 0 0;
}
@media (max-width: 942px) {
  .single-product #thumbnails {
    display: none;
  }
}
.single-product #thumbnails .splide__slide {
  position: relative;
  border: none !important;
}
.single-product #thumbnails img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.single-product #thumbnails img:not(.overlay) {
  transition: all 0.25s ease;
}
.single-product #thumbnails img.overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.single-product #thumbnails .splide__track {
  padding-top: 8.75vh;
}

.extra_information {
  padding: 4rem 0 3.5rem;
}
.extra_information .splide {
  height: -moz-fit-content;
  height: fit-content;
}
.extra_information .splide__list, .extra_information .splide__track, .extra_information .splide__slide {
  height: -moz-fit-content;
  height: fit-content;
}
.extra_information .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
.extra_information .row .col {
  width: 48%;
}
@media (max-width: 768px) {
  .extra_information .row .col {
    width: 100%;
    max-width: 390px;
    margin-inline: auto;
  }
  .extra_information .row .col:not(:last-child) {
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
  }
  .extra_information .row .col:not(:last-child)::before {
    content: "";
    position: absolute;
    display: block;
    width: 82%;
    bottom: -0.5px;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background-color: #000000;
  }
}
.extra_information .row .col p, .extra_information .row .col li, .extra_information .row .col span, .extra_information .row .col b {
  color: #000000;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  font-size: 1.2em;
  line-height: 1.3em;
}
@media (max-width: 942px) {
  .extra_information .row .col p, .extra_information .row .col li, .extra_information .row .col span, .extra_information .row .col b {
    font-size: 1.1em;
    line-height: 1.25em;
  }
}
@media (max-width: 768px) {
  .extra_information .row .col p, .extra_information .row .col li, .extra_information .row .col span, .extra_information .row .col b {
    font-size: 1.075em;
    line-height: 1.2em;
    text-align: justify;
  }
}
.extra_information .row .col h3 {
  font-family: "Urbanist", sans-serif;
  font-weight: 900;
  margin-bottom: 12px;
}
@media (max-width: 942px) {
  .extra_information .row .col h3 {
    color: #0425AC;
    text-align: center;
    font-size: 1.55em;
  }
}
.extra_information .row .col ul, .extra_information .row .col ol {
  margin-left: 21px;
}
.extra_information .row .col li:not(:last-child) {
  margin-bottom: 4px;
}
.extra_information .row:has(.dist_way) {
  margin-top: 3rem;
}
.extra_information .back {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.extra_information .back svg {
  max-width: 32px;
}
@media (max-width: 942px) {
  .extra_information .back svg {
    max-width: 24px;
    max-height: 24px;
  }
}
.extra_information .back p {
  color: #000000;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-size: 1.2em;
}
@media (max-width: 942px) {
  .extra_information .back p {
    font-size: 1.075em;
  }
}

.dist_way {
  padding: 16px;
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
  background: #1B263A;
  border-radius: 10px;
  font-family: "Urbanist", sans-serif;
  color: #ffffff;
}
.dist_way h2, .dist_way h3 {
  font-weight: 300;
  text-align: center;
}
.dist_way h2 b, .dist_way h2 strong, .dist_way h3 b, .dist_way h3 strong {
  font-weight: bold;
  display: block;
}
@media (max-width: 1200px) {
  .dist_way {
    max-width: 450px;
  }
}
@media (max-width: 942px) {
  .dist_way {
    max-width: 390px;
  }
}

details {
  width: 100%;
  max-width: 215px;
  background: #1B263A;
  color: #ffffff;
  outline: none;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
@media (min-width: 768px) {
  details {
    display: none;
  }
}
details .fas {
  width: 14px;
  text-align: center;
}
details .fa-times {
  display: none;
}
details[open] .fa-times {
  display: block;
}
details[open] .fa-minus {
  display: none;
}
details summary {
  border-radius: 5px;
  width: 100%;
  padding-inline: 16px;
  background: #0425AC;
  min-height: 40px;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  outline: none;
  font-weight: 700;
}
details summary::marker {
  display: none;
}
details ul {
  padding-block: 12px;
  padding-inline: 35px;
  list-style: none;
}
details ul li:not(:last-child) {
  margin-bottom: 5px;
}
details i {
  font-size: 15px;
  color: #ffffff;
}
details summary, details a {
  color: #ffffff;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
}

.filter {
  padding: 4rem 0 1rem;
}
@media (max-width: 768px) {
  .filter {
    display: none;
  }
}
.filter_responsive {
  padding: 2rem 0 0;
}
.filter_responsive .contenedor {
  position: relative;
  height: 40px;
}
.filter_box {
  background: #0425AC;
  border-radius: 6px;
  min-height: 62px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.filter ul {
  width: 100%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
}
.filter ul a {
  display: block;
  color: #ffffff;
  font-family: "Urbanist", sans-serif;
  font-size: 1.3em;
  font-weight: 500;
}
.filter ul a.active {
  color: #1B263A;
  font-weight: bold;
}
@media (max-width: 1462px) {
  .filter ul a {
    font-size: 1.15em;
  }
}
@media (max-width: 1200px) {
  .filter ul a {
    font-size: 1.075em;
  }
}
.filter ul li {
  border-radius: 5px;
  padding: 8px 12px;
}
.filter ul li:has(.active) {
  background: #ffffff;
}

.no-one {
  font-family: "Urbanist", sans-serif;
  color: #000000;
  font-weight: 600;
  text-align: center;
  width: 100%;
  font-size: 1.3em;
}
@media (max-width: 1462px) {
  .no-one {
    font-size: 1.15em;
  }
}
@media (max-width: 768px) {
  .no-one {
    font-size: 1em;
  }
}

.quienes_somos {
  background: #000000;
  padding: 5rem 0;
}
@media (max-width: 1200px) {
  .quienes_somos {
    padding: 5rem 0 3rem;
  }
}
@media (max-width: 942px) {
  .quienes_somos {
    padding: 2.5rem 0;
  }
}
.quienes_somos > div:not(:last-child) {
  margin-bottom: 10vh;
}
.quienes_somos .mision p, .quienes_somos .vision p {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 1.3em;
  line-height: 1.25em;
  text-align: justify;
}
@media (max-width: 1462px) {
  .quienes_somos .mision p, .quienes_somos .vision p {
    font-size: 1.25em;
  }
}
@media (max-width: 1200px) {
  .quienes_somos .mision p, .quienes_somos .vision p {
    font-size: 1.135em;
  }
}
.quienes_somos .mision span, .quienes_somos .vision span {
  color: rgba(68, 68, 68, 0.4);
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  display: block;
  font-size: 7.5vw;
  line-height: 1em;
  width: 100%;
  text-align: center;
  font-family: "EB Garamond", serif;
  top: 0;
  position: relative;
  inset: 0;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
}
@media (max-width: 942px) {
  .quienes_somos .mision span, .quienes_somos .vision span {
    font-size: 10vw;
  }
}
@media (max-width: 768px) {
  .quienes_somos .mision span, .quienes_somos .vision span {
    font-size: 11vw;
  }
}
@media (max-width: 630px) {
  .quienes_somos .mision span, .quienes_somos .vision span {
    font-size: 12vw;
  }
}
.quienes_somos .mision span img, .quienes_somos .vision span img {
  display: block;
  width: 100px;
  height: 100px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1200px) {
  .quienes_somos .mision span img, .quienes_somos .vision span img {
    display: block;
    width: 66px;
    height: 66px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
.quienes_somos .mision .row, .quienes_somos .vision .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
@media (max-width: 942px) {
  .quienes_somos .mision .row, .quienes_somos .vision .row {
    gap: 28px;
    margin-inline: auto;
    max-width: 550px;
  }
}
.quienes_somos .mision .row .contenido, .quienes_somos .vision .row .contenido {
  width: 57.5%;
}
@media (max-width: 1200px) {
  .quienes_somos .mision .row .contenido, .quienes_somos .vision .row .contenido {
    width: 53%;
  }
}
@media (max-width: 942px) {
  .quienes_somos .mision .row .contenido, .quienes_somos .vision .row .contenido {
    order: 0;
  }
}
.quienes_somos .mision .row .contenido p, .quienes_somos .vision .row .contenido p {
  margin-top: 10px;
  padding-left: 6.5%;
}
@media (max-width: 942px) {
  .quienes_somos .mision .row .contenido p, .quienes_somos .vision .row .contenido p {
    padding-left: 0;
  }
}
.quienes_somos .mision .row .imagen, .quienes_somos .vision .row .imagen {
  width: 39%;
}
@media (max-width: 1200px) {
  .quienes_somos .mision .row .imagen, .quienes_somos .vision .row .imagen {
    width: 42.5%;
  }
}
@media (max-width: 942px) {
  .quienes_somos .mision .row .imagen, .quienes_somos .vision .row .imagen {
    order: 1;
  }
}
.quienes_somos .mision .row .imagen img, .quienes_somos .vision .row .imagen img {
  border-radius: 10px;
}
@media (max-width: 942px) {
  .quienes_somos .mision .row .imagen img, .quienes_somos .vision .row .imagen img {
    display: block;
  }
}
@media (max-width: 942px) {
  .quienes_somos .mision .row > div, .quienes_somos .vision .row > div {
    width: 100% !important;
  }
}
.quienes_somos .somos_descripcion .contenedor {
  padding-inline: 2.5%;
}
.quienes_somos .somos_descripcion .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  position: relative;
}
@media (max-width: 942px) {
  .quienes_somos .somos_descripcion .row {
    max-width: 550px;
    margin-inline: auto;
    flex-direction: column;
    justify-content: center;
  }
}
.quienes_somos .somos_descripcion img {
  width: 100%;
  border-radius: 25px;
}
@media (max-width: 942px) {
  .quienes_somos .somos_descripcion img {
    border-radius: 10px 10px 0 0;
  }
}
.quienes_somos .somos_descripcion p {
  text-align: justify;
  line-height: 1.275em;
  font-family: "Urbanist", sans-serif;
  font-size: 1.45em;
  font-weight: 400;
}
.quienes_somos .somos_descripcion p b, .quienes_somos .somos_descripcion p strong {
  font-weight: 900;
}
@media (max-width: 1200px) {
  .quienes_somos .somos_descripcion p {
    font-size: 1.3em;
  }
}
@media (max-width: 942px) {
  .quienes_somos .somos_descripcion p {
    font-size: 1.2em;
    line-height: 1.2em;
  }
}
@media (max-width: 768px) {
  .quienes_somos .somos_descripcion p {
    font-size: 1.15em;
  }
}
@media (max-width: 630px) {
  .quienes_somos .somos_descripcion p {
    font-size: 1.05em;
  }
}
.quienes_somos .somos_descripcion .col:nth-child(1) {
  width: 45%;
}
@media (max-width: 942px) {
  .quienes_somos .somos_descripcion .col:nth-child(1) {
    width: 90%;
    margin-inline: auto;
  }
}
@media (min-width: 942px) {
  .quienes_somos .somos_descripcion .col:nth-child(2) {
    width: 60%;
    position: absolute;
    top: 7%;
    right: 0;
  }
}
@media (max-width: 942px) {
  .quienes_somos .somos_descripcion .col:nth-child(2) {
    width: 100%;
  }
}
.quienes_somos .somos_descripcion .col div {
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  padding: 4rem 2.5rem;
}
@media (max-width: 942px) {
  .quienes_somos .somos_descripcion .col div {
    padding: 1rem;
  }
}

.valores {
  background-color: #1B263A;
  border-radius: 14px;
  padding: 2rem 5%;
}
@media (min-width: 630px) {
  .valores_responsive {
    display: none;
  }
}
@media (max-width: 1024px) {
  .valores {
    background: transparent;
    border-radius: 0;
  }
}
@media (max-width: 630px) {
  .valores #valores {
    width: 100%;
    max-width: 230px;
    margin-inline: auto;
  }
  .valores #valores .splide__arrow {
    background: #0425AC;
    opacity: 1 !important;
  }
  .valores #valores .splide__arrow--prev {
    left: -1em;
  }
  .valores #valores .splide__arrow--next {
    right: -1em;
  }
  .valores #valores .splide__arrow svg {
    fill: #ffffff;
  }
  .valores #valores .splide__arrow[disabled] {
    display: none;
  }
}
.valores h2 {
  color: #ffffff;
  font-family: "Urbanist", sans-serif;
  font-weight: bold;
  text-align: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 3rem;
}
.valores h2::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 60%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  background: #ffffff;
}
.valores .grilla {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px 8%;
  align-items: flex-start;
  width: 100%;
  margin-inline: auto;
  max-width: 1100px;
}
@media (max-width: 1200px) {
  .valores .grilla {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px 7%;
  }
}
@media (max-width: 630px) {
  .valores .grilla {
    display: none;
  }
}

@media (max-width: 1024px) {
  .nosotros_valores {
    background: #1B263A;
  }
}

section:has(#localizaciones) .splide__arrow {
  opacity: 1 !important;
  background: #1B263A;
}
section:has(#localizaciones) .splide__arrow svg {
  fill: #ffffff;
  color: #ffffff;
}

.contacto_info {
  padding: 5rem 0;
}
@media (max-width: 768px) {
  .contacto_info {
    padding: 2.65rem 0 1.9rem;
  }
}
.contacto_info_responsive {
  padding: 2.5rem 0;
}
@media (min-width: 768px) {
  .contacto_info_responsive {
    display: none;
  }
}
.contacto_info .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
.contacto_info .row .col {
  width: 50%;
}
@media (max-width: 768px) {
  .contacto_info .row .col {
    width: 100%;
  }
  .contacto_info .row .col:has(.box_form) {
    display: none;
  }
}
.contacto_info .contenido {
  width: 100%;
  max-width: 420px;
}
@media (max-width: 1200px) {
  .contacto_info .contenido {
    max-width: 338px;
  }
}
.contacto_info .hr {
  width: 100%;
  height: 2px;
  display: block;
  background: #000000;
  height: 1px;
  margin-block: 30px;
}
@media (max-width: 768px) {
  .contacto_info .hr {
    margin-block: 14px;
  }
}
.contacto_info ul {
  list-style: none;
}
.contacto_info ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.contacto_info ul li:not(:last-child) {
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .contacto_info ul li:not(:last-child) {
    margin-bottom: 8px;
  }
}
.contacto_info ul li img {
  display: block;
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1200px) {
  .contacto_info ul li img {
    display: block;
    width: 22px;
    height: 22px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
.contacto_info ul li div p {
  font-family: "Urbanist", sans-serif;
}
.contacto_info ul li div p:nth-child(1) {
  font-size: 1.45em;
  color: #0425AC;
  font-weight: 600;
}
@media (max-width: 1462px) {
  .contacto_info ul li div p:nth-child(1) {
    font-size: 1.3em;
  }
}
@media (max-width: 1200px) {
  .contacto_info ul li div p:nth-child(1) {
    font-size: 1.15em;
  }
}
.contacto_info ul li div p:nth-child(2) {
  margin-top: 4px;
  font-size: 1.2em;
  font-weight: 400;
  color: #1B263A;
}
@media (max-width: 1462px) {
  .contacto_info ul li div p:nth-child(2) {
    font-size: 1.105em;
  }
}
@media (max-width: 1200px) {
  .contacto_info ul li div p:nth-child(2) {
    font-size: 1em;
  }
}
.contacto_info ul li div a {
  color: #1B263A;
}

.thanks {
  height: 105vh;
  background: url(../../images/bg_gracias.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: column;
}
.thanks h1, .thanks p, .thanks a {
  color: #ffffff;
  text-align: center;
  font-family: "Urbanist", sans-serif;
}
.thanks a {
  display: block;
}
.thanks a.back {
  margin: 30px auto 40px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  color: #0425AC;
  padding: 6px 10px;
  font-size: 1.4em;
  font-weight: 700;
  border-radius: 5px;
}
@media (max-width: 1200px) {
  .thanks a.back {
    font-size: 1.25em;
  }
}
@media (max-width: 630px) {
  .thanks a.back {
    font-size: 1.125em;
  }
}
.thanks a.back:hover {
  background: transparent;
  color: #ffffff;
}
.thanks h1 {
  font-weight: 900;
}
.thanks p {
  font-weight: 400;
  font-size: 1.3em;
}
@media (max-width: 1462px) {
  .thanks p {
    font-size: 1.2em;
  }
}
@media (max-width: 1200px) {
  .thanks p {
    font-size: 1.1em;
  }
}
@media (max-width: 630px) {
  .thanks p {
    font-size: 1em;
  }
}
.thanks ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 1462px) {
  .thanks ul svg {
    display: block;
    width: 36px;
    height: 36px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 1200px) {
  .thanks ul svg {
    display: block;
    width: 33px;
    height: 33px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 630px) {
  .thanks ul svg {
    display: block;
    width: 29px;
    height: 29px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}

.page_404 {
  min-height: 100vh;
  background: #1B263A;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: column;
}
.page_404 h1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.page_404 h1 span {
  display: block;
  line-height: 1em;
  color: #ffffff;
  font-family: "Urbanist", sans-serif;
  font-weight: bold;
  font-size: 3.25em;
  text-shadow: 0 3px 3px rgba(255, 255, 255, 0.4);
}
.page_404 h1 span:nth-child(even) {
  color: #0425AC;
}
.page_404 a {
  color: #ffffff;
  text-align: center;
  font-family: "Urbanist", sans-serif;
}
.page_404 a {
  display: block;
}
.page_404 a.back {
  margin: 20px auto 0;
  text-align: center;
  background: #ffffff;
  border: 1px solid #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  color: #0425AC;
  padding: 6px 10px;
  font-size: 1.4em;
  font-weight: 700;
  border-radius: 5px;
}
@media (max-width: 1200px) {
  .page_404 a.back {
    font-size: 1.25em;
  }
}
@media (max-width: 630px) {
  .page_404 a.back {
    font-size: 1.125em;
  }
}
.page_404 a.back:hover {
  background: transparent;
  color: #ffffff;
}

header {
  position: fixed;
  top: 0;
  z-index: 10;
  transition: all 0.25s ease;
}
@media (max-width: 768px) {
  header {
    background: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  }
}
header #toggle {
  display: none;
  background: none;
  border: none;
  padding: 0;
  width: 30px;
  padding: 6px 2px;
}
header #toggle div {
  width: 100%;
  height: 4px;
  background: #0425AC;
}
@media (max-width: 768px) {
  header #toggle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-direction: column;
  }
}
header .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
@media (max-width: 768px) {
  header .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }
}
header .logo {
  display: block;
  margin: 1.5rem auto;
  width: min(100%, 297px);
  transition: all 0.25s ease;
}
@media (max-width: 1462px) {
  header .logo {
    width: min(100%, 240px);
    margin: 1.2rem auto;
  }
}
@media (max-width: 1200px) {
  header .logo {
    width: min(100%, 210px);
    margin: 0.9rem auto;
  }
}
@media (max-width: 768px) {
  header .logo {
    margin: 0.9rem 0;
  }
}
@media (max-width: 630px) {
  header .logo {
    width: 180px;
    margin: 0.7rem auto;
  }
}
header nav {
  width: 100%;
  padding-block: 1.25rem;
  border-top: 2px solid #ffffff;
  transition: all 0.25s ease;
}
@media (max-width: 768px) {
  header nav {
    display: none;
  }
}
header.scrolled {
  background: #ffffff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
header.scrolled nav {
  border-color: #444444;
}
header .ul_menu {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 10.7%;
}
@media (max-width: 1462px) {
  header .ul_menu {
    gap: 12px 8%;
  }
}
header .ul_menu li a {
  color: #ffffff;
  padding: 8px 12px;
  font-family: "Urbanist", sans-serif;
  font-size: 1.2em;
  transition: all 0.25s ease;
}
@media (max-width: 1200px) {
  header .ul_menu li a {
    padding-inline: 18px;
    font-size: 1.1em;
  }
}

header.scrolled a {
  color: #0425AC !important;
}
header.scrolled li.current_page_item a {
  background: #1B263A;
  color: #ffffff !important;
}

header.mini nav {
  padding-block: 0.75rem;
}
header.mini .logo {
  width: min(100%, 250px);
  margin: 1.2rem auto;
}
@media (max-width: 1462px) {
  header.mini .logo {
    width: min(100%, 193px);
    margin: 1rem auto;
  }
}
@media (max-width: 1200px) {
  header.mini .logo {
    width: min(100%, 163px);
    margin: 0.75rem auto;
  }
}
@media (max-width: 630px) {
  header.mini .logo {
    width: 133px;
    margin: 0.55rem auto;
  }
}
header.mini .ul_menu li a {
  padding-block: 5px !important;
}

.banner {
  height: 50vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: column;
  background: url(../../images/banner.jpg) no-repeat;
  background-size: cover;
  background-position: bottom right;
}
@media (max-width: 1462px) {
  .banner {
    height: 60vh;
  }
}
@media (max-width: 768px) {
  .banner {
    height: 46vh;
  }
}
@media (max-width: 630px) {
  .banner {
    height: 35vh;
  }
}
.banner h1 {
  text-align: center;
  font-family: "Urbanist", sans-serif;
  font-weight: 900;
  color: #ffffff;
  margin: 0;
}
.banner .contenedor {
  position: relative;
}
.banner .contenedor span {
  color: rgba(152, 152, 152, 0.15);
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  display: block;
  font-size: 8vw;
  line-height: 1em;
  width: 100%;
  text-align: center;
  font-family: "EB Garamond", serif;
  top: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1200px) {
  .banner .contenedor span {
    font-size: 10vw;
  }
}

.menu {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  transition: all 0.25s ease;
}
.menu.active {
  z-index: 100;
}
.menu_bg {
  position: absolute;
  inset: 0;
  width: 100%;
  z-index: 101;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.25s ease;
}
.menu_box {
  position: absolute;
  transition: all 0.25s ease;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  width: 92%;
  max-width: 400px;
  z-index: 102;
  border-radius: 25px;
  padding: 4.25rem 2rem 2.25rem;
}
@media (max-width: 630px) {
  .menu_box {
    max-width: 340px;
  }
}
.menu_button {
  position: absolute;
  top: 5px;
  right: 0;
  display: block;
  width: 44px;
  height: 44px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  background: none;
  border: none;
}
.menu_button i {
  color: #0425AC;
  font-size: 20px;
}
.menu .social {
  margin-top: 6.5vh;
}
.menu .social p {
  font-family: "Urbanist", sans-serif;
  color: #0425AC;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
}
@media (max-width: 630px) {
  .menu .social p {
    font-size: 17px;
  }
}
.menu ul {
  list-style: none;
}
.menu ul.ul_menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-direction: column;
}
.menu ul.ul_menu a {
  font-family: "Urbanist", sans-serif;
  text-align: center;
  color: #000000;
  font-weight: 900;
  font-size: 1.2em;
}
@media (max-width: 630px) {
  .menu ul.ul_menu a {
    font-size: 1.5em;
  }
}
.menu ul.ul_menu li:not(:last-child) {
  margin-bottom: 10px;
}
.menu ul.social_networks {
  margin-top: 7px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.menu ul.social_networks path, .menu ul.social_networks svg {
  fill: #0425AC !important;
  display: block;
  width: 34px;
  height: 34px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.menu:not(.active) .menu {
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.menu:not(.active) .menu_bg {
  opacity: 0;
}
.menu:not(.active) .menu_box {
  left: 150%;
}

footer {
  background: linear-gradient(180deg, #000000 0%, #1B263A 100%);
  padding: 3rem 0;
}
footer .grilla {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0;
}
@media (max-width: 1200px) {
  footer .grilla {
    grid-template-columns: 100%;
  }
}
footer .ul_menu {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 10.7%;
}
@media (max-width: 1462px) {
  footer .ul_menu {
    gap: 12px 8%;
  }
}
footer .ul_menu li a {
  color: #ffffff;
  padding: 8px 12px;
  font-family: "Urbanist", sans-serif;
  font-size: 1.2em;
  transition: all 0.25s ease;
}
@media (max-width: 1200px) {
  footer .ul_menu li a {
    padding-inline: 18px;
    font-size: 1.1em;
  }
}
footer .sedes_list, footer .information_nav {
  border-left: 1px solid #ffffff;
}
@media (max-width: 1200px) {
  footer .sedes_list, footer .information_nav {
    border: none;
  }
}
@media (max-width: 1200px) {
  footer .sedes_list {
    margin-top: 26px;
  }
}
footer .sedes_list .row {
  width: 90%;
  margin: 0 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
@media (max-width: 1462px) {
  footer .sedes_list .row {
    width: 92%;
  }
}
@media (max-width: 1200px) {
  footer .sedes_list .row {
    width: 100%;
  }
}
footer .sedes_list .row .col {
  width: 49.25%;
}
@media (max-width: 630px) {
  footer .sedes_list .row .col {
    width: 100%;
  }
}
@media (max-width: 630px) {
  footer .sedes_list .row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1200px) {
  footer #sedes {
    max-width: 300px;
    width: 100%;
  }
}
@media (max-width: 630px) {
  footer #sedes {
    margin: 0 auto;
  }
}
footer #sedes .splide__slide {
  border: none !important;
  outline: none !important;
  display: flex;
  align-items: center;
}
footer #sedes .info {
  width: 100%;
}
footer #sedes .info li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  align-items: flex-start;
  flex-wrap: nowrap;
}
footer #sedes .info li img {
  max-width: 23px;
}
@media (max-width: 1200px) {
  footer #sedes .info li img {
    max-width: 18px;
  }
}
footer #sedes .info h4, footer #sedes .info h3, footer #sedes .info p {
  color: #ffffff;
  font-family: "Urbanist", sans-serif;
}
footer #sedes .info p {
  font-size: 1.1em;
}
footer #sedes .info p:nth-child(1) {
  font-size: 1.25em;
}
@media (max-width: 1462px) {
  footer #sedes .info p {
    font-size: 1em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  footer #sedes .info p:nth-child(1) {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1.1em;
  }
}
@media (max-width: 1462px) {
  footer #mapa {
    max-width: 240px;
    margin: 0 0 0 auto;
  }
}
@media (max-width: 630px) {
  footer #mapa {
    margin: 0 auto 12px;
  }
}
footer #mapa img {
  display: block;
  border-radius: 6px;
  aspect-ratio: 1/1;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  max-width: 290px;
  margin-inline: auto;
}
footer .information {
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  align-items: stretch;
}
@media (min-width: 1462px) {
  footer .information > div {
    width: 50%;
  }
}
footer .information_nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
@media (max-width: 1462px) {
  footer .information_nav {
    width: 40%;
  }
}
@media (max-width: 1200px) {
  footer .information_nav {
    width: 100%;
    display: none;
  }
}
footer .information_nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  align-items: flex-start;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 1462px) {
  footer .information_nav ul {
    gap: 14px;
  }
}
footer .information_nav ul li {
  text-align: left;
}
footer .information_nav ul a {
  font-size: 1.3em;
}
@media (max-width: 1462px) {
  footer .information_nav ul a {
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  footer .information_nav {
    display: flex;
    margin-top: 20px;
    border-block: 1px solid #ffffff;
    padding-block: 1.2rem;
    width: 95%;
    margin-inline: auto;
  }
  footer .information_nav .top-menus-wrapper {
    width: 100%;
  }
  footer .information_nav .top-menus-wrapper ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 12%;
    flex-direction: unset;
  }
  footer .information_nav .top-menus-wrapper a {
    padding: 0;
  }
}
@media (max-width: 1462px) {
  footer .information_description {
    width: 60%;
  }
}
@media (max-width: 1200px) {
  footer .information_description {
    width: 100%;
  }
}
footer .information_description .contenido {
  width: 96%;
  max-width: 290px;
}
@media (max-width: 1200px) {
  footer .information_description .contenido {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  footer .information_description .contenido {
    flex-direction: column;
    gap: 20px;
  }
}
footer .information_description img {
  width: 100%;
  max-width: 240px;
  margin-bottom: 20px;
}
@media (max-width: 1462px) {
  footer .information_description img {
    max-width: 200px;
  }
}
@media (max-width: 1200px) {
  footer .information_description img {
    margin: 0;
  }
}
@media (max-width: 768px) {
  footer .information_description img {
    margin: 0 auto;
  }
}
footer .information_description p {
  text-align: justify;
  color: #ffffff;
  font-family: "Urbanist", sans-serif;
}
@media (max-width: 1200px) {
  footer .information_description p {
    font-size: 1em;
    width: calc(100% - 240px);
  }
}
@media (max-width: 768px) {
  footer .information_description p {
    width: 100%;
  }
}
footer .contenedor:has(.follow_me) {
  margin-top: 30px;
}
@media (max-width: 630px) {
  footer .contenedor:has(.follow_me) {
    border-top: 1px solid #ffffff;
    margin-top: 10px;
    padding-top: 20px;
    width: 88%;
  }
}
footer .follow_me {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
footer .follow_me p {
  color: #ffffff;
  font-family: "Urbanist", sans-serif;
}
footer .follow_me ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
footer .follow_me ul svg {
  max-width: 35px;
  max-height: 35px;
}
@media (max-width: 1462px) {
  footer .follow_me ul svg {
    max-width: 30px;
    max-height: 30px;
  }
}
@media (max-width: 630px) {
  footer .follow_me {
    flex-direction: column;
    gap: 6px;
  }
}

.whatsapp {
  position: fixed;
  bottom: 36px;
  right: 36px;
  z-index: 10;
  width: 70px;
  height: 70px;
}
@media (max-width: 1462px) {
  .whatsapp {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 630px) {
  .whatsapp {
    width: 44px;
    height: 44px;
    bottom: 24px;
    right: 24px;
  }
}
.whatsapp img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
}

.local {
  width: 100%;
  position: relative;
  z-index: 2;
}
.local > div {
  width: 100%;
}
.local_image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.local_image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
}
.local_image::before {
  background: linear-gradient(180deg, rgba(4, 37, 172, 0.44) 0%, #1B263A 100%);
  mix-blend-mode: multiply;
}
.local_image img {
  width: 100%;
}
.local_info {
  bottom: 50px;
  left: 0;
  width: 100%;
  max-width: 80%;
  padding: 6px 20px 6px 35px;
  background: #ffffff;
  min-height: 90px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 1462px) {
  .local_info {
    padding: 6px 20px;
    max-width: 85%;
  }
}
.local_info h3 {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  color: #0425AC;
}
.local_info h3 strong, .local_info h3 b {
  display: block;
}
.local_info p {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .local_info p {
    font-size: 0.95em;
  }
}

.product_category {
  position: relative;
  display: block;
  padding: 0 6.5% 2rem;
  transition: all 0.25s ease;
  border-radius: 10px;
}
.product_category div {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.product_category div::before {
  position: absolute;
  content: "";
  background: #EEEEEE;
  bottom: 0;
  width: 100%;
  aspect-ratio: 16/9;
  z-index: 2;
}
.product_category img {
  position: relative;
  z-index: 3;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom right;
     object-position: bottom right;
  transition: all 0.25s ease;
}
.product_category p {
  font-family: "Urbanist", sans-serif;
  font-weight: 800;
  color: #000000;
  text-align: center;
  margin-top: 14px;
  font-size: 1.8em;
}
@media (max-width: 1462px) {
  .product_category p {
    font-size: 1.6em;
  }
}
.product_category a {
  transition: all 0.25s ease;
  opacity: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex-wrap: nowrap;
  margin-top: 20px;
}
.product_category a p {
  font-size: 15px;
  color: #1B263A;
  margin: 0;
}
@media (max-width: 768px) {
  .product_category a {
    display: none;
  }
}
.product_category:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.product_category:hover img {
  transform: scale(1.1);
}
.product_category:hover a {
  opacity: 1;
}
@media (max-width: 768px) {
  .product_category {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
  .product_category img {
    transform: scale(1.1);
  }
}

.product {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding-bottom: 1.5rem;
  overflow: hidden;
}
@media (max-width: 630px) {
  .product {
    padding-bottom: 1rem;
  }
}
.product > div {
  width: 100%;
}
.product img {
  width: 100%;
  display: block;
  margin-inline: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.product a, .product p {
  font-family: "Urbanist", sans-serif;
}
.product p {
  font-weight: bold;
  color: #000000;
  font-size: 1.35em;
}
@media (max-width: 1462px) {
  .product p {
    font-size: 1.175em;
  }
}
@media (max-width: 1200px) {
  .product p {
    font-size: 1.1em;
    line-height: 1.2em;
  }
}
@media (max-width: 942px) {
  .product p {
    font-size: 1em;
  }
}
@media (max-width: 630px) {
  .product p {
    font-size: 0.9em;
  }
}
.product a {
  font-size: 1.05em;
  font-weight: 700;
  margin: 10px auto 0;
  color: #ffffff;
  background: #1B263A;
  border: 2px solid #1B263A;
  border-radius: 6px;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 36px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding-inline: 10px;
}
.product a:hover {
  background: transparent;
  color: #1B263A;
}
@media (max-width: 1462px) {
  .product a {
    font-size: 1em;
  }
}
@media (max-width: 630px) {
  .product a {
    font-size: 14px;
    min-height: 30px;
    padding-inline: 8px;
  }
}
.product_text {
  margin-top: 14px;
  padding-inline: 1.25rem;
  text-align: center;
}
@media (max-width: 1462px) {
  .product_text {
    padding-inline: 0.9rem;
  }
}

.valor {
  width: 100%;
  max-width: 195px;
}
@media (max-width: 1200px) {
  .valor {
    max-width: 150px;
  }
}
@media (max-width: 630px) {
  .valor {
    margin-inline: auto;
  }
}
.valor > div {
  width: 100%;
}
.valor img {
  border-radius: 50%;
}
.valor_txt {
  margin-top: 20px;
  max-width: 150px;
  margin-inline: auto;
}
.valor p {
  line-height: 1.3em;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .valor p {
    font-size: 1.025em;
  }
}

.contactanos {
  min-height: 100vh;
  padding-block: 6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: column;
  margin-top: 2rem;
  background: url(../../images/bg_contacto.webp) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media (max-width: 942px) {
  .contactanos {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}
@media (max-width: 768px) {
  .contactanos {
    padding-top: 3rem;
    padding-bottom: 5.25rem;
  }
}
.contactanos .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
.contactanos .col {
  width: 49%;
}
@media (max-width: 768px) {
  .contactanos .col {
    width: 100%;
  }
}
.contactanos .col h2 {
  font-family: "Urbanist", sans-serif;
  color: #ffffff;
  font-size: 5em;
  position: relative;
}
.contactanos .col h2::before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 215px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  height: 5px;
  border-radius: 0;
  background: #ffffff;
}
@media (max-width: 1462px) {
  .contactanos .col h2 {
    font-size: 3.7em;
  }
  .contactanos .col h2::before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 180px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;
    height: 4px;
    border-radius: 0;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .contactanos .col h2 {
    font-size: 3.2em;
  }
  .contactanos .col h2::before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 140px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;
    height: 4px;
    border-radius: 0;
    background: #ffffff;
  }
}
@media (max-width: 942px) {
  .contactanos .col h2 {
    font-size: 2.7em;
  }
}
@media (max-width: 768px) {
  .contactanos .col h2 {
    font-size: 2.3em;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 36px;
  }
}
.contactanos .col h2::before {
  left: auto;
  transform: none;
}
@media (max-width: 768px) {
  .contactanos .col h2::before {
    width: 100%;
    max-width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.options_form {
  display: none;
}

.box_form {
  background: #1B263A;
  border-radius: 12px;
  width: min(100%, 600px);
  margin-inline: auto;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 450px) {
  .box_form {
    padding: 1.75rem 1.4rem;
  }
}
.box_form p {
  color: #ffffff;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .box_form p {
    text-align: center;
  }
}
.box_form .wpcf7-spinner {
  position: absolute;
  inset: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.box_form .wpcf7-spinner::before {
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 18px 18px;
}
.box_form form {
  width: 100%;
}
.box_form form > p {
  width: 100%;
}
.box_form form .wpcf7-not-valid-tip {
  font-size: 13px;
  font-weight: 600;
  margin: 4px 0 0 0;
}
.box_form form span {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
.box_form form .form-product {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 44px;
  grid-gap: 8px;
  flex-wrap: nowrap;
  height: 44px;
  margin-bottom: 8px;
}
.box_form form .form-product span, .box_form form .form-product input {
  margin: 0;
}
.box_form form .form-product p {
  width: 100%;
  height: 100%;
  margin: 0;
}
.box_form form .form-product button {
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 10px;
  border: none;
  position: relative;
}
.box_form form .form-product button::before {
  color: #0425AC;
  content: "+";
  font-family: "Urbanist", sans-serif;
  pointer-events: none;
  font-weight: bold;
  font-size: 1.6em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box_form form .form-product button.minus::before {
  content: "-";
}
.box_form form .form-product .wpcf7-not-valid-tip {
  display: none;
}
.box_form form .form-product span[data-name=your-product-1], .box_form form .form-product span[data-name=your-product-2], .box_form form .form-product span[data-name=your-product-3], .box_form form .form-product span[data-name=your-product-4], .box_form form .form-product span[data-name=your-product-5], .box_form form .form-product span[data-name=your-product-6] {
  height: 100%;
}
@media (max-width: 500px) {
  .box_form form .form-product span[data-name=your-product-1] select, .box_form form .form-product span[data-name=your-product-2] select, .box_form form .form-product span[data-name=your-product-3] select, .box_form form .form-product span[data-name=your-product-4] select, .box_form form .form-product span[data-name=your-product-5] select, .box_form form .form-product span[data-name=your-product-6] select {
    height: 44px;
  }
}
.box_form form .form-product select {
  width: 100%;
  display: block;
  background: #ffffff;
  height: 100%;
  border-radius: 6px;
  border: none;
  padding-inline: 12px;
}
.box_form form .form-product .qty {
  background: #cbcbcb;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: nowrap;
  padding: 4px 11px;
}
.box_form form .form-product .qty p {
  margin: 0;
  height: 100%;
  font-weight: 300;
  color: #000000;
  display: flex;
  align-items: center;
}
.box_form form .form-product .qty span {
  height: 100%;
}
.box_form form .form-product .qty select {
  max-height: 36px;
  margin: 0 0 0 auto;
}
.box_form form .form-product.none {
  display: none !important;
}
@media (max-width: 580px) {
  .box_form form .form-product {
    grid-template-columns: 1.1fr 0.9fr 44px;
  }
}
@media (max-width: 500px) {
  .box_form form .form-product {
    grid-template-columns: 1fr 44px;
    height: auto;
  }
  .box_form form .form-product p:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .box_form form .form-product p:nth-child(2) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .box_form form .form-product .qty {
    grid-column: 1/2;
    grid-row: 2/3;
    height: 44px;
    width: 90%;
    margin: 0 0 0 auto;
  }
}
.box_form form input {
  height: 44px;
  border: none;
  font-size: 0.98em;
}
.box_form form input[type=submit] {
  border-radius: 10px;
  display: block;
  background: #0425AC;
  color: #ffffff;
  padding-inline: 20px;
  margin: 0 auto;
}
.box_form form input:not([type=submit]), .box_form form textarea {
  width: 100%;
  border-radius: 10px;
  background: #ffffff;
  color: #000000;
  padding-inline: 12px;
}
.box_form form input:not([type=submit])::-moz-placeholder, .box_form form textarea::-moz-placeholder {
  color: #000000;
}
.box_form form input:not([type=submit])::placeholder, .box_form form textarea::placeholder {
  color: #000000;
}
.box_form form textarea {
  resize: none;
  padding-block: 12px;
  max-height: 120px;
}

.ubicanos {
  background-color: #000000;
  padding: 5rem 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ubicanos {
    padding: 2.25rem 0 4rem;
  }
}
@media (max-width: 768px) {
  .ubicanos #ubication {
    padding-bottom: 2.5em;
  }
  .ubicanos #ubication .splide__pagination {
    bottom: -0.5em;
  }
  .ubicanos #ubication .splide__pagination__page {
    transform: scale(1) !important;
    opacity: 1 !important;
    width: 10px;
    height: 10px;
  }
  .ubicanos #ubication .splide__pagination__page.is-active {
    background: #0425AC;
  }
}
.ubicanos span {
  color: rgba(152, 152, 152, 0.25);
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  display: block;
  font-size: 12vw;
  line-height: 1em;
  width: 100%;
  text-align: center;
  font-family: "EB Garamond", serif;
  top: 0;
  left: 45%;
  top: 3%;
}
@media (max-width: 768px) {
  .ubicanos span {
    display: none;
  }
}
.ubicanos .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
.ubicanos .row .col:nth-child(1) {
  width: 48.5%;
}
@media (min-width: 768px) {
  .ubicanos .row .col:nth-child(1) h2 {
    display: none;
  }
}
.ubicanos .row .col:nth-child(2) {
  width: 42%;
}
@media (max-width: 768px) {
  .ubicanos .row .col:nth-child(2) h2 {
    display: none;
  }
}
@media (max-width: 768px) {
  .ubicanos .row .col {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .ubicanos .row {
    width: 100%;
    max-width: 432px;
    margin-inline: auto;
    gap: 24px;
  }
}
.ubicanos #photo .splide__pagination {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  bottom: auto;
  right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}
@media (max-width: 1462px) {
  .ubicanos #photo .splide__pagination {
    gap: 7px;
  }
}
.ubicanos #photo .splide__pagination__page {
  transform: none !important;
  opacity: 1 !important;
  width: 25px;
  height: 25px;
  background: none;
  border: 1px solid #ffffff;
}
@media (max-width: 1462px) {
  .ubicanos #photo .splide__pagination__page {
    width: 19px;
    height: 19px;
  }
}
.ubicanos #photo .splide__pagination__page.is-active {
  background: #ffffff;
}
.ubicanos #photo img {
  display: block;
  border-radius: 17px;
  width: 90%;
  margin: 0 0 0 auto;
}
@media (max-width: 768px) {
  .ubicanos #photo img {
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  .ubicanos #photo .splide__arrow {
    background: #1B263A;
    opacity: 1 !important;
  }
  .ubicanos #photo .splide__arrow--prev {
    left: -1em;
  }
  .ubicanos #photo .splide__arrow--next {
    right: -1em;
  }
  .ubicanos #photo .splide__arrow svg {
    fill: #ffffff;
  }
  .ubicanos #photo .splide__arrow[disabled] {
    display: none;
  }
}
.ubicanos h2 {
  font-family: "Urbanist", sans-serif;
  color: #ffffff;
  position: relative;
  margin-bottom: 60px;
}
.ubicanos h2::before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 100px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  height: 5px;
  border-radius: 0;
  background: #ffffff;
}
.ubicanos h2::before {
  left: 0;
  transform: none;
}
@media (max-width: 768px) {
  .ubicanos h2 {
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 30px;
  }
  .ubicanos h2::before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
    height: 3px;
    border-radius: 0;
    background: #ffffff;
  }
  .ubicanos h2::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.ubicanos .info {
  max-width: 388px;
}
@media (max-width: 1200px) {
  .ubicanos .info {
    max-width: 326px;
  }
}
.ubicanos .info li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.ubicanos .info li:not(:last-child) {
  margin-bottom: 17px;
}
.ubicanos .info li img {
  max-width: 32px;
  margin-top: 3px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1200px) {
  .ubicanos .info li img {
    max-width: 22px;
  }
}
.ubicanos .info li a, .ubicanos .info li h3, .ubicanos .info li p {
  font-family: "Urbanist", sans-serif;
  color: #ffffff;
}
.ubicanos .info li h3 {
  font-weight: 700;
  margin-bottom: 5px;
}
@media (max-width: 1462px) {
  .ubicanos .info li h3 {
    font-size: 1.4em;
  }
}
@media (max-width: 1200px) {
  .ubicanos .info li h3 {
    font-size: 1.25em;
  }
}
.ubicanos .info li a, .ubicanos .info li p {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.3em;
}
@media (max-width: 1462px) {
  .ubicanos .info li a, .ubicanos .info li p {
    font-size: 1.175rem;
  }
}
@media (max-width: 1200px) {
  .ubicanos .info li a, .ubicanos .info li p {
    font-size: 1.1rem;
  }
}
@media (max-width: 942px) {
  .ubicanos .info li a, .ubicanos .info li p {
    font-size: 1rem;
  }
}
/*# sourceMappingURL=app.css.map */
