@charset "UTF-8";
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 */
  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;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
  height: 100%;
  scroll-behavior: smooth;
}

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

body {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  font-family: "Urbanist", sans-serif;
  font-size: 1.4rem;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
}

main {
  overflow: hidden;
}

body.fade-in {
  opacity: 1;
}

h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0;
}

a {
  text-decoration: none;
  color: #00AFEF;
}

img {
  width: 100%;
  height: auto;
}

p {
  margin: 0;
  font-size: 1.8rem;
}

input[type=number] {
  appearance: textfield; /* estandar */
  -moz-appearance: textfield; /* Firefox */
  -webkit-appearance: none; /* Chrome & Safari */
}

/* Extra para WebKit */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/** Media Queries **/
.flex-col-reverse {
  flex-direction: column-reverse;
}

.header {
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  background-color: #F8F8F8;
  z-index: 100;
}
@media (min-width: 992px) {
  .header {
    position: relative;
  }
}
.header__contenedor {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 1rem;
  padding: 1.5rem 1.5rem;
}
@media (min-width: 992px) {
  .header__contenedor {
    padding: 0;
    flex-wrap: nowrap;
    justify-content: space-around;
  }
}
.header__logo {
  flex: 0 0 50%;
}
.header__logo-img {
  max-width: 20rem;
}
@media (min-width: 992px) {
  .header__logo-img {
    max-width: 15rem;
  }
}
@media (min-width: 992px) {
  .header__logo {
    flex: unset;
  }
}
.header__navbar {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translateY(-10%);
  background-color: #0A4F8A;
  padding-top: 2rem;
  flex: 0 0 100%;
  display: none;
  z-index: 90;
  transition: opacity 0.2s ease-out, transform 0.3s ease-out, visibility 0s 0.25s;
}
@media (min-width: 992px) {
  .header__navbar {
    opacity: 1;
    visibility: visible;
    overflow: initial;
    display: flex;
    align-items: center;
    padding-top: 0;
    transform: none;
    flex: none;
    background-color: #F8F8F8;
    color: #0A4F8A;
  }
}
.header__navbar-calltoaction {
  display: none;
}
@media (min-width: 992px) {
  .header__navbar-calltoaction {
    background-color: #00AFEF;
    padding: 1rem 2rem;
    color: #F8F8F8;
    font-size: 1.8rem;
    font-weight: 700;
    border: none;
    transition-property: background-color;
    transition-duration: 0.3s;
    text-align: center;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    display: inline-block;
  }
  .header__navbar-calltoaction:hover {
    background-color: rgb(0, 157.5, 215.1);
  }
}
.header__navbar-menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
@media (min-width: 992px) {
  .header__navbar-menu {
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
    padding: 0;
  }
}
.header__navbar-link {
  color: #F8F8F8;
  font-size: 2rem;
  padding: 1rem;
  font-weight: 900;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.header__navbar-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.header__navbar-link:hover {
  color: #0A4F8A;
}
.header__navbar-link:hover::before {
  background-color: #F8F8F8;
  transform: scaleX(1);
}
@media (min-width: 992px) {
  .header__navbar-link {
    color: #0A4F8A;
    font-size: 1.8rem;
    position: relative;
    display: block;
  }
  .header__navbar-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
  }
  .header__navbar-link:hover {
    color: #F8F8F8;
  }
  .header__navbar-link:hover::before {
    background-color: #0A4F8A;
    transform: scaleX(1);
  }
}
.header__navbar--visible {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  overflow: initial;
  display: block;
  margin-top: 1rem;
  transition: opacity 0.2s ease-in, transform 0.25s ease-in, visibility 0s;
}
.header__menu-boton {
  background-color: transparent;
  border: none;
  font-size: 4rem;
  color: #212121;
  cursor: pointer;
}
@media (min-width: 992px) {
  .header__menu-boton {
    display: none;
  }
}

.header-top {
  display: none;
  background-color: #0A4F8A;
  color: #F8F8F8;
  padding: 1rem 4rem;
}
@media (min-width: 992px) {
  .header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .header-top {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
}
.header-top__info {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.header-top__address {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.header-top__address-text {
  font-size: 1.4rem;
}
.header-top__address i {
  font-size: 1.6rem;
}
.header-top__email {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header-top__email-link {
  font-size: 1.4rem;
  color: #F8F8F8;
}
.header-top__phone {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header-top__phone-link {
  font-size: 1.4rem;
  color: #F8F8F8;
}
.header-top__social {
  display: flex;
  gap: 2rem;
}
.header-top__social-link {
  font-size: 1.6rem;
  color: #F8F8F8;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.hero__contactanos {
  background: linear-gradient(rgba(51, 51, 51, 0.4), rgba(51, 51, 51, 0.4)), image-set(url(../img/carguero.webp) type("image/webp"), url(../img/carguero.jpg) type("image/jpeg"));
  background-position: right 45% bottom 45%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60rem;
}
@media (min-width: 992px) {
  .hero__contactanos {
    height: 70rem;
  }
}
.hero__flete {
  background: linear-gradient(rgba(51, 51, 51, 0.4), rgba(51, 51, 51, 0.4)), image-set(url(../img/avion_carguero.webp) type("image/webp"), url(../img/avion_carguero.jpg) type("image/jpeg"));
  background-position: right 59% bottom 45%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60rem;
}
@media (min-width: 992px) {
  .hero__flete {
    height: 70rem;
  }
}
.hero__slide-grid {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .hero__contenedor {
    flex: 0 0 50%;
    margin: 0 auto;
  }
}
@media (min-width: 1400px) {
  .hero__contenedor {
    margin: 0 auto;
  }
}
.hero__contenido {
  display: flex;
  justify-content: center;
  padding: 2.5rem 3rem;
  max-width: 40rem;
  flex-direction: column;
}
@media (min-width: 1400px) {
  .hero__contenido {
    max-width: 60%;
  }
}
.hero__contenido--contactanos > .hero__contenido-title {
  color: #F8F8F8;
  font-size: 4.7rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .hero__contenido--contactanos > .hero__contenido-title {
    opacity: 0;
    transform: translateX(-500px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-in-out;
    will-change: opacity, transform;
  }
}
.hero__contenido--contactanos > .hero__contenido-title span {
  color: #00AFEF;
}
.hero__contenido--contactanos > .hero__contenido-text {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #F8F8F8;
}
@media (min-width: 992px) {
  .hero__contenido--contactanos > .hero__contenido-text {
    opacity: 0;
    transform: translateX(-500px);
    transition: opacity 1.5s ease-out, transform 1.2s ease-in-out;
    will-change: opacity, transform;
  }
}
.hero__contenido--flete > .hero__contenido-title {
  color: #F8F8F8;
  font-size: 4.7rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .hero__contenido--flete > .hero__contenido-title {
    opacity: 0;
    transform: translatey(-500px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-in-out;
    will-change: opacity, transform;
  }
}
.hero__contenido--flete > .hero__contenido-title span {
  color: #00AFEF;
}
.hero__contenido--flete > .hero__contenido-text {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #F8F8F8;
}
@media (min-width: 992px) {
  .hero__contenido--flete > .hero__contenido-text {
    opacity: 0;
    transform: translateX(-500px);
    transition: opacity 1.5s ease-out, transform 1.2s ease-in-out;
    will-change: opacity, transform;
  }
}
.hero__contenido-calltoaction {
  background-color: #1D6FA2;
  padding: 1rem 2rem;
  color: #F8F8F8;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  max-width: 15rem;
  padding: 1.5rem 0;
  margin-top: 2rem;
}
.hero__contenido-calltoaction:hover {
  background-color: rgb(26.1, 99.9, 145.8);
}

.servicios {
  background-color: #0A4F8A;
  background-image: image-set(url(../img/world.webp) type("image/webp"), url(../img/world.png) type("image/png"));
  background-repeat: no-repeat;
  padding: 3rem 1.5rem 2rem;
}
@media (min-width: 768px) {
  .servicios {
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .servicios__contenedor {
    margin: 0 auto;
    max-width: 140rem;
    width: 65%;
  }
}
.servicios__title-box {
  display: flex;
  flex-direction: column;
}
.servicios__title {
  color: #F8F8F8;
  font-weight: 700;
  margin: 0;
}
.servicios__descripcion {
  margin-top: 1rem;
  color: #F8F8F8;
  font-size: 1.8rem;
}
.servicios__ver-mas {
  margin: 3rem 0 1rem 0;
  background-color: #1D6FA2;
  padding: 1rem 2rem;
  color: #F8F8F8;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  width: fit-content;
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: 1.8rem;
}
.servicios__ver-mas:hover {
  background-color: rgb(26.1, 99.9, 145.8);
}
.servicios__carrusel {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 3rem 0 0 0;
}
.servicios__carrusel-wrapper {
  position: relative;
  max-width: 120rem;
  padding: 0;
}
.servicios__carrusel-nav.swiper-pagination {
  position: relative;
  margin-top: 3rem;
}
.servicios__carrusel-nav .swiper-pagination-bullet {
  width: 3rem;
  border-radius: 0.3rem;
}

.servicio {
  display: flex;
  flex-direction: column;
}
.servicio__fletes {
  background-image: image-set(url(../img/avion_carguero.webp) type("image/webp"), url(../img/avion_carguero.jpg) type("image/jpeg"));
  background-position: right 5% bottom 50%;
  background-size: cover;
}
.servicio__aduanas {
  background-image: image-set(url(../img/containers.webp) type("image/webp"), url(../img/containers.jpg) type("image/jpeg"));
  background-position: right 40% bottom 50%;
  background-size: 170%;
}
@media (min-width: 992px) {
  .servicio__aduanas {
    background-size: cover;
  }
}
.servicio__transporte {
  background-image: url(../img/trucks.jpg);
  background-position: right 5% bottom 50%;
  background-size: cover;
}
.servicio__seguros {
  background-image: image-set(url(../img/avion_buque.webp) type("image/webp"), url(../img/avion_buque.jpg) type("image/jpeg"));
  background-position: right 10% bottom 77%;
  background-size: 140%;
}
@media (min-width: 992px) {
  .servicio__seguros {
    background-size: cover;
  }
}
.servicio__carga-descarga {
  background-image: url(../img/cuadrilla.jpg);
  background-position: right 10% bottom 77%;
  background-size: 140%;
}
@media (min-width: 992px) {
  .servicio__carga-descarga {
    background-size: cover;
  }
}
.servicio__trinca {
  background-image: image-set(url(../img/cajas_carga.webp) type("image/webp"), url(../img/cajas_carga.jpg) type("image/jpeg"));
  background-position: right 10% bottom 77%;
  background-size: cover;
}
@media (min-width: 992px) {
  .servicio__trinca {
    background-size: cover;
  }
}
.servicio__image {
  background-repeat: no-repeat;
  padding: 15rem 10rem;
}
.servicio__image {
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
}
.servicio__title-box {
  background-color: #F8F8F8;
  padding-top: 3rem;
  position: relative;
  display: flex;
  flex-direction: column;
  transition-property: transform;
  transition-duration: 300ms;
}
.servicio a:hover .servicio__title-box {
  transform: translateY(-3rem);
}
.servicio__title {
  font-size: 2rem;
  color: #212121;
  font-weight: 700;
  margin: 2rem 0 0 0;
  min-height: 5rem;
  text-align: center;
}
.servicio__ver-mas {
  background-color: #1D6FA2;
  padding: 1rem 2rem;
  color: #F8F8F8;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  cursor: pointer;
}
.servicio__ver-mas:hover {
  background-color: rgb(26.1, 99.9, 145.8);
}
.servicio__icono {
  position: absolute;
  background-color: #0A4F8A;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #F8F8F8;
  width: 8rem;
  height: 8rem;
  font-size: 4rem;
}
.servicio__icono-img {
  padding: 1rem;
}

.nosotros {
  margin-top: 4rem;
}
.nosotros__contenedor {
  padding: 1rem;
}
@media (min-width: 992px) {
  .nosotros__contenedor {
    margin: 0 auto;
    max-width: 140rem;
    width: 65%;
    display: flex;
    gap: 2rem;
  }
}
.nosotros__imagen {
  background-image: image-set(url(../img/grua_ship.webp) type("image/webp"), url(../img/grua_ship.jpg) type("image/jpeg"));
  background-position: right 58% bottom 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  height: 40.15rem;
}
@media (min-width: 992px) {
  .nosotros__imagen {
    height: auto;
    flex: 0 0 35%;
    opacity: 0;
    transform: translateX(-500px);
    transition: opacity 1s ease-out, transform 1s ease-in-out;
    will-change: opacity, transform;
  }
}
@media (min-width: 1400px) {
  .nosotros__imagen {
    height: auto;
    flex: 0 0 40%;
  }
}
.nosotros__imagen--visible {
  opacity: 1;
  transform: translateX(0);
}
.nosotros__company {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .nosotros__company {
    opacity: 0;
    transform: translateX(500px);
    transition: opacity 1s ease-out, transform 1s ease-in-out;
    will-change: opacity, transform;
  }
}
.nosotros__company--visible {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2;
}
.nosotros__pre-title {
  display: block;
  color: #00AFEF;
  font-weight: 700;
  font-size: 2rem;
  margin: 2rem 0 1rem;
}
@media (min-width: 768px) {
  .nosotros__pre-title {
    font-size: 4rem;
    margin: 0 0 2rem 0;
  }
}
.nosotros__title {
  font-weight: 700;
  color: #212121;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .nosotros__title {
    font-size: 5rem;
  }
}
.nosotros__text {
  margin: 1rem 0;
  color: #727376;
  line-height: 1.5;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .nosotros__text {
    line-height: 2;
  }
}
.nosotros__parrafo {
  padding: 0 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #727376;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .nosotros__parrafo {
    line-height: 2;
  }
}
.nosotros__parrafo-icono {
  color: #0A4F8A;
  font-size: 3.8rem;
}
.nosotros__ver-mas {
  background-color: #0A4F8A;
  padding: 1rem 2rem;
  color: #F8F8F8;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  max-width: 20rem;
  margin-top: 2rem;
}
.nosotros__ver-mas:hover {
  background-color: rgb(9, 71.1, 124.2);
}

.whyus {
  margin-top: 4rem;
  padding: 6rem 1rem;
  background: linear-gradient(to bottom, #00AFEF 0% 50%, #F8F8F8 0% 50%);
}
@media (min-width: 992px) {
  .whyus__contenedor {
    margin: 0 auto;
    max-width: 140rem;
    width: 65%;
  }
}
.whyus__contenido {
  display: flex;
  justify-content: center;
}
.whyus__header {
  display: flex;
  flex-direction: column;
  align-items: start;
}
@media (min-width: 992px) {
  .whyus__header {
    align-items: center;
    margin: 0 auto;
  }
}
@media (min-width: 1400px) {
  .whyus__header {
    flex: 0 0 50%;
  }
}
.whyus__carrusel {
  display: flex;
  flex-direction: column;
}
.whyus__carrusel-wrapper {
  position: relative;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0;
}
.whyus__carrusel-nav.swiper-pagination {
  position: relative;
  margin-top: 2rem;
}
.whyus__carrusel-nav .swiper-pagination-bullet {
  width: 3rem;
  border-radius: 0.3rem;
}
.whyus__title {
  font-weight: 700;
  color: #F8F8F8;
  font-size: 3.5rem;
}
@media (min-width: 992px) {
  .whyus__title {
    text-align: center;
    font-size: 4.5rem;
  }
}
.whyus__text {
  margin-top: 1rem;
  color: #F8F8F8;
  line-height: 1.6;
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .whyus__text {
    text-align: center;
  }
}
.whyus__razones {
  margin-top: 2rem;
}
.whyus__razon {
  margin-bottom: 2rem;
}
.whyus__razon-image {
  background-repeat: no-repeat;
  height: 40rem;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  background-size: cover;
}
.whyus__razon-solucion {
  background-image: image-set(url(../img/carga_supervisor.webp) type("image/webp"), url(../img/carga_supervisor.jpg) type("image/jpeg"));
  background-position: right 58% bottom 50%;
}
.whyus__razon-eficiencia {
  background-image: image-set(url(../img/avion_buque.webp) type("image/webp"), url(../img/avion_buque.jpg) type("image/jpeg"));
  background-position: right 58% bottom 80%;
}
.whyus__razon-compromiso {
  background-image: image-set(url(../img/hands.webp) type("image/webp"), url(../img/hands.jpg) type("image/jpeg"));
  background-position: right 58% bottom 0;
}
.whyus__razon-comunicacion {
  background-image: url(../img/avion_despegue.jpg);
  background-position: right 58% bottom 0;
}
.whyus__razon-title {
  margin: 0;
  padding: 1rem 0.5rem;
  font-size: 2rem;
  min-height: 11rem;
  display: flex;
  align-items: center;
  line-height: 1.5;
  justify-content: center;
}
.whyus__razon-title-box {
  background-color: #00AFEF;
  color: #F8F8F8;
  text-align: center;
}
.whyus__razon-title-box--azul {
  background-color: #0A4F8A;
}

.tarifario {
  background-color: #0A4F8A;
  margin: 0 1rem;
  padding: 3rem 1rem;
}
.tarifario__contenedor {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .tarifario__contenedor {
    margin: 0 auto;
    max-width: 140rem;
    width: 65%;
  }
}
.tarifario__descargas {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 992px) {
  .tarifario__descargas {
    flex-direction: row;
  }
}
.tarifario__importacion, .tarifario__exportacion {
  background-color: #00AFEF;
  color: #F8F8F8;
  padding: 2rem;
  border-radius: 0.8rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media (min-width: 992px) {
  .tarifario__importacion, .tarifario__exportacion {
    flex: 0 0 50%;
    height: fit-content;
  }
}
.tarifario__titulo {
  cursor: pointer;
  font-size: 2rem;
  font-weight: 700;
  list-style: none;
  position: relative;
}
.tarifario__titulo::after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.2s ease-out;
  font-size: 0.8em;
}
.tarifario__importacion[open] .tarifario__titulo::after, .tarifario__exportacion[open] .tarifario__titulo::after {
  transform: translateY(-50%) rotate(180deg);
}
.tarifario__titulo::-webkit-details-marker {
  display: none;
}
.tarifario__titulo::marker {
  display: none;
}
.tarifario__archivo {
  color: #F8F8F8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  text-decoration: none;
  color: #F8F8F8;
}
.tarifario__archivo:hover {
  text-decoration: underline;
}
.tarifario__archivo-nombre {
  flex-grow: 1;
  margin-right: 0.5rem;
  font-size: 1.6rem;
}
.tarifario__title {
  color: #F8F8F8;
  font-size: 2.8rem;
  font-weight: 700;
  padding-bottom: 2rem;
}
.tarifario__grid-lista {
  overflow: hidden;
  padding: 1rem 1.5rem;
  list-style: none;
  margin: 0;
  border-top: 1px solid #eee;
}
.tarifario__grid-item {
  margin-bottom: 1rem;
}
.tarifario__grid-item:last-child {
  margin-bottom: 0;
}
.tarifario__grid-item i {
  color: #F8F8F8;
  font-size: 1.4em;
  flex-shrink: 0;
}

.brands {
  margin: 4rem 0 0;
  padding: 3rem;
}
@media (min-width: 992px) {
  .brands__contenedor {
    margin: 0 auto;
    max-width: 140rem;
    width: 65%;
  }
}
.brands__titulo {
  display: block;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 900;
  margin-bottom: 2rem;
  color: #212121;
}
.brands__logos {
  display: flex;
  align-items: center;
}
.brands__logo {
  object-fit: cover;
}
.brands__carrusel-wrapper {
  position: relative;
  max-width: 55%;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 992px) {
  .brands__carrusel-wrapper {
    max-width: 80%;
  }
}
.brands__carrusel-nav {
  position: relative;
  margin-top: 2rem;
}

.contactanos {
  margin-top: 4rem;
  background-image: image-set(url(../img/gruas.webp) type("image/webp"), url(../img/gruas.jpg) type("image/jpeg"));
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .contactanos {
    background-position: right 65% bottom 15%;
    padding: 2rem 0;
  }
}
.contactanos__contenedor {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .contactanos__contenedor {
    margin: 0 auto;
    max-width: 140rem;
    width: 65%;
  }
}
@media (min-width: 1400px) {
  .contactanos__contenedor {
    justify-content: start;
    margin: 0 auto;
    max-width: 140rem;
    width: 65%;
  }
}
.contactanos__formulario {
  background-color: #F8F8F8;
  margin: 2rem 1rem;
  padding: 1.5rem 1rem;
  width: 95%;
}
@media (min-width: 768px) {
  .contactanos__formulario {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .contactanos__formulario {
    padding: 1.5rem 2rem;
    opacity: 0;
    transform: translateX(-300px);
    transition: opacity 1s ease-out, transform 1s ease-in-out;
    will-change: opacity, transform;
  }
}
@media (min-width: 1400px) {
  .contactanos__formulario {
    width: 40%;
    padding: 1.5rem 2rem;
  }
}
.contactanos__formulario--visible {
  opacity: 1;
  transform: translateX(0);
}
.contactanos__title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}
.contactanos__title {
  color: #212121;
  font-size: 3.2rem;
  font-weight: 900;
}
.contactanos__pre-title {
  color: #0A4F8A;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
.contactanos__label--hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.contactanos__enviar {
  background-color: #0A4F8A;
  padding: 1rem 2rem;
  color: #F8F8F8;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  cursor: pointer;
}
.contactanos__enviar:hover {
  background-color: rgb(9, 71.1, 124.2);
}

.footer {
  background-color: #0A4F8A;
}
.footer__contenedor {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .footer__contenedor {
    margin: 0 auto;
    max-width: 140rem;
    width: 65%;
  }
}
.footer__grid {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .footer__grid {
    display: unset;
    display: flex;
    flex-direction: row;
    gap: 2rem;
  }
}
.footer__widget {
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .footer__widget {
    flex: 0 0 20%;
    gap: 1rem;
  }
}
.footer__office-telefono a, .footer__office-email a {
  color: #00AFEF;
  text-decoration: none;
  cursor: pointer;
}
.footer__office-telefono a:hover, .footer__office-email a:hover {
  color: #F8F8F8;
}
.footer__brand {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.footer__brand-logo {
  height: 5rem;
  object-fit: contain;
  width: auto;
  color: #F8F8F8;
  margin-bottom: 2rem;
}
.footer__brand-text {
  color: #F8F8F8;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.4;
  max-width: 40rem;
}
.footer__brand-contenido {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.footer__brand-socials {
  display: flex;
  margin-top: 1rem;
  gap: 1rem;
}
@media (min-width: 992px) {
  .footer__brand-socials {
    margin-top: 2rem;
  }
}
.footer__brand-socials i {
  color: #F8F8F8;
  font-size: 3rem;
}
.footer__brand-socials i:hover {
  color: #00AFEF;
}
.footer__title {
  color: #F8F8F8;
}
.footer__nav {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-left: 1rem;
}
.footer__item {
  color: #F8F8F8;
  line-height: 1.4;
  font-size: 1.8rem;
}
.footer__link {
  text-decoration: none;
  color: #00AFEF;
  font-size: 1.8rem;
}
.footer__link:hover {
  color: #F8F8F8;
}
.footer__copy {
  background-color: #00AFEF;
  color: #0A4F8A;
  padding: 1.5rem 0;
}
.footer__copy-text {
  display: block;
  text-align: center;
  color: #F8F8F8;
}
.footer__reclamaciones {
  max-width: 7rem;
  cursor: pointer;
  margin-top: 0;
  justify-content: flex-end;
}
.footer__reclamaciones-link {
  color: #F8F8F8;
}

.whatsapp__fixed-button {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 9999;
  background-color: #25D366;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  font-size: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  color: #F8F8F8;
  cursor: pointer;
  box-shadow: -1px 4px 5px -1px rgba(0, 0, 0, 0.48);
  -webkit-box-shadow: -1px 4px 5px -1px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: -1px 4px 5px -1px rgba(0, 0, 0, 0.48);
  transition: background-color 0.3s ease, transform 0.3s ease;
  animation-duration: 1s;
  animation-name: flotar;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
@media (min-width: 992px) {
  .whatsapp__fixed-button {
    width: 6rem;
    height: 6rem;
    font-size: 4rem;
    bottom: 2rem;
    right: 2rem;
  }
}
.whatsapp__fixed-button:hover {
  background-color: #1DA851;
  transform: scale(1.05);
}

@keyframes flotar {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-1rem);
  }
}
.grecaptcha-badge {
  display: none;
}
.grecaptcha-text {
  text-align: center;
  font-size: 0.8em;
  color: #777;
  margin-top: 1rem;
}

.bubble {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  background-color: rgba(248, 248, 248, 0.7);
  z-index: 9999;
  display: none;
}
.bubble--show {
  display: flex;
}

.double-bounce1, .double-bounce2 {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background-color: #0A4F8A;
  opacity: 0.8;
  position: absolute;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.alerta__error {
  color: #ff0000;
  display: block;
  font-size: 1.2rem;
}
.alerta__exito {
  color: #02db02;
  display: block;
  font-size: 1.2rem;
}

.nosotros-acerca__contenedor {
  padding: 1rem;
  background: #F8F8F8;
}
@media (min-width: 992px) {
  .nosotros-acerca__contenedor {
    margin: 0 auto;
    max-width: 140rem;
    width: 65%;
    max-width: 77rem;
    margin-bottom: 2rem;
    position: relative;
  }
}
.nosotros-acerca__descripcion {
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .nosotros-acerca__image-box {
    position: absolute;
    width: 30%;
    left: 30%;
    margin-top: -10rem;
    display: flex;
    justify-content: center;
  }
}
.nosotros-acerca__image {
  width: 100%;
}
@media (min-width: 992px) {
  .nosotros-acerca__image {
    max-width: 55rem;
  }
}
.nosotros-acerca__title-box {
  background-color: #0A4F8A;
  display: flex;
  flex-direction: column;
  padding: 3rem;
  position: relative;
}
@media (min-width: 992px) {
  .nosotros-acerca__title-box {
    padding: 7rem 0;
  }
}
.nosotros-acerca p {
  color: #727376;
  margin: 1rem 0;
  font-size: 1.8rem;
  line-height: 1.5;
}
.nosotros-acerca__contenido {
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .nosotros-acerca__contenido {
    padding-top: 7rem;
  }
}
.nosotros-acerca__title {
  text-align: center;
  font-weight: 900;
  font-size: 4rem;
  margin: 0;
  color: #F8F8F8;
}
@media (min-width: 992px) {
  .nosotros-acerca__title {
    padding-bottom: 5rem;
  }
}
.nosotros-acerca__mision, .nosotros-acerca__vision {
  margin-bottom: 4rem;
}
.nosotros-acerca__mision-title, .nosotros-acerca__vision-title {
  text-align: left;
  color: #0A4F8A;
}
@media (min-width: 992px) {
  .nosotros-acerca__parrafo-two {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
  }
}
.nosotros-acerca__image-parrafo {
  object-fit: cover;
}
@media (min-width: 992px) {
  .nosotros-acerca__image-parrafo {
    flex: 0 0 50%;
    height: 20rem;
  }
}
@media (min-width: 992px) {
  .nosotros-acerca__imagen-parrafo-box {
    flex: 0 0 50%;
  }
}
@media (min-width: 992px) {
  .nosotros-acerca__mision-parrafo-box {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .nosotros-acerca__mision-imagen-box {
    overflow: hidden;
    height: 20rem;
    flex: 0 0 50%;
    gap: 1rem;
  }
}
@media (min-width: 992px) {
  .nosotros-acerca__mision-imagen-parrafo {
    object-fit: cover;
    height: 120%;
    width: 120%;
    object-position: right top;
    transform: scaleX(-1);
  }
}
@media (min-width: 992px) {
  .nosotros-acerca__vision-parrafo-box {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .nosotros-acerca__vision-imagen-parrafo {
    flex: 0 0 33.33%;
    object-fit: cover;
    object-position: right top;
    height: 25rem;
  }
}
.nosotros-acerca__regresar {
  background-color: #0A4F8A;
  padding: 1rem 2rem;
  color: #F8F8F8;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 2rem;
}
.nosotros-acerca__regresar:hover {
  background-color: rgb(9, 71.1, 124.2);
}
@media (min-width: 992px) {
  .nosotros-acerca__regresar {
    max-width: 15rem;
    padding: 1.5rem 0;
    margin-top: 2rem;
  }
}
.nosotros-acerca__regresar-box {
  display: flex;
}

.reclamaciones {
  margin-top: 4rem;
}
.reclamaciones__title {
  text-align: center;
  font-weight: 900;
}
.reclamaciones__contenedor {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .reclamaciones__contenedor {
    margin: 0 auto;
    max-width: 140rem;
    width: 65%;
  }
}
.reclamaciones__grupo-identificacion {
  padding: 0;
}
.reclamaciones__campo-agrupado {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 992px) {
  .reclamaciones__campo-agrupado {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.reclamaciones__formulario {
  width: 100%;
  background-color: #F8F8F8;
  padding: 1.5rem 1rem;
  width: 95%;
}
@media (min-width: 768px) {
  .reclamaciones__formulario {
    margin-bottom: 2rem;
    width: 90%;
  }
}
.reclamaciones__label {
  margin-bottom: 0.5rem;
  color: #212121;
}
.reclamaciones__label--hidden {
  display: none;
}
.reclamaciones__enviar {
  background-color: #0A4F8A;
  padding: 1rem 2rem;
  color: #F8F8F8;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  cursor: pointer;
}
.reclamaciones__enviar:hover {
  background-color: rgb(9, 71.1, 124.2);
}
@media (min-width: 992px) {
  .reclamaciones__enviar {
    max-width: 15rem;
    padding: 1.5rem 0;
    margin-left: 2rem;
  }
}

.error-page__contenedor {
  margin: 5rem 2rem;
}
@media (min-width: 768px) {
  .error-page__contenedor {
    margin: 0 auto;
    max-width: 140rem;
    width: 65%;
    height: 50rem;
    width: 55%;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1400px) {
  .error-page__contenedor {
    width: 45%;
  }
}
.error-page__contenido {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.error-page__title {
  text-align: left;
  font-size: 5.5rem;
  margin: 0;
}
.error-page__text {
  line-height: 1.5;
}
.error-page__home {
  background-color: #0A4F8A;
  padding: 1rem 2rem;
  color: #F8F8F8;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  cursor: pointer;
}
.error-page__home:hover {
  background-color: rgb(9, 71.1, 124.2);
}
@media (min-width: 768px) {
  .error-page__home {
    max-width: 15rem;
    padding: 1.5rem 0;
  }
}

.internas__contenedor {
  padding: 2rem 1rem 1rem 1rem;
  background: #F8F8F8;
}
@media (min-width: 992px) {
  .internas__contenedor {
    margin: 0 auto;
    max-width: 140rem;
    width: 65%;
    max-width: 77rem;
    margin-bottom: 2rem;
  }
}
.internas__parrafo-columnas {
  margin: 2rem 0;
  gap: 2rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .internas__parrafo-columnas {
    flex-direction: row;
  }
}
.internas__parrafo-columna {
  width: 100%;
}
@media (min-width: 992px) {
  .internas__parrafo-columna {
    height: auto;
    flex: 0 1 50%;
  }
}
.internas__lista {
  font-size: 1.8rem;
  margin: 1rem 0 0 0;
}
.internas__lista li {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.internas__imagen-bg {
  width: 100%;
  height: 20rem;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .internas__imagen-bg {
    height: 100%;
  }
}
.internas__imagen-flete {
  background-image: image-set(url("../img/avion_carguero.webp") type("image/webp"), url("../img/avion_carguero.jpg") type("image/jpeg"));
  background-position: right 20% bottom 50%;
}
.internas__imagen-transporte {
  background-image: url("../img/trucks.jpg");
  background-position: right 20% bottom 50%;
}
.internas__imagen-translem {
  background-image: url("../img/translem_logo_color.png");
  width: 20rem;
  margin: 0 auto;
  background-size: contain;
  background-position: center center;
}
.internas__imagen-seguro {
  background-image: image-set(url("../img/avion_buque.webp") type("image/webp"), url("../img/avion_buque.jpg") type("image/jpeg"));
  background-position: right 5% bottom 50%;
}
.internas__imagen-agenciamiento {
  background-image: image-set(url("../img/containers.webp") type("image/webp"), url("../img/containers.jpg") type("image/jpeg"));
  background-position: right 5% bottom 50%;
}
@media (min-width: 992px) {
  .internas__imagen-agenciamiento {
    background-size: 185%;
  }
}
.internas__imagen-cuadrilla {
  background-image: url("../img/cuadrilla.jpg");
  background-position: right 5% bottom 50%;
}
.internas__imagen-trinca {
  background-image: image-set(url("../img/cajas_carga.webp") type("image/webp"), url("../img/cajas_carga.jpg") type("image/jpeg"));
  background-position: right 20% bottom 35%;
  background-size: 100%;
}
@media (min-width: 992px) {
  .internas__imagen-trinca {
    background-position: right 20% bottom 77%;
    background-size: 200%;
  }
}
.internas__image {
  width: 100%;
}
@media (min-width: 992px) {
  .internas__image {
    max-width: 55rem;
  }
}
.internas__title-box {
  background-color: #0A4F8A;
  display: flex;
  flex-direction: column;
  padding: 3rem;
  position: relative;
}
.internas__parrafo {
  color: #727376;
  margin: 1rem 0;
  font-size: 1.8rem;
  line-height: 1.5;
}
.internas__title, .internas__subtile {
  text-align: center;
  font-weight: 900;
  font-size: 4rem;
  margin: 0;
  color: #F8F8F8;
}
.internas__subtitle {
  font-size: 2.8rem;
  color: #212121;
  color: #212121;
  display: inline-block;
}
@media (min-width: 768px) {
  .internas__subtitle {
    margin-top: 0;
  }
  .internas__subtitle::after {
    content: "";
    background-image: linear-gradient(to right, #0A4F8A 80%, #00AFEF 20%);
    display: block;
    width: 100%;
    height: 1rem;
  }
}
.internas__regresar {
  background-color: #0A4F8A;
  padding: 1rem 2rem;
  color: #F8F8F8;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.internas__regresar:hover {
  background-color: rgb(9, 71.1, 124.2);
}
@media (min-width: 992px) {
  .internas__regresar {
    max-width: 15rem;
    padding: 1.5rem 0;
  }
}
.internas__regresar-box {
  display: flex;
  justify-content: center;
}

.formulario__input, .formulario__select {
  flex: 1;
  background-color: #E6E6E6;
  outline: none;
  border: none;
  border-radius: 0.3rem;
  padding: 1.5rem 1.5rem;
  width: 100%;
  height: 5rem;
  border: 2px solid transparent;
}
.formulario__input:focus, .formulario__select:focus {
  border: 2px solid #00AFEF;
}
.formulario__label {
  font-weight: 600;
}
.formulario__text-area {
  resize: vertical;
  height: auto;
}
.formulario__legend {
  color: #212121;
  font-size: 1.8rem;
  font-weight: 900;
  margin-bottom: 1rem;
}
.formulario__fieldset {
  border: none;
  margin-bottom: 2rem;
}
.formulario__form, .formulario__fieldset {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 1rem;
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .formulario__campo {
    padding: 0 0.5rem;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
  }
}

.swiper-slide.swiper-slide-active .hero__slide-grid.hero__flete .hero__contenedor .hero__contenido .hero__contenido-title,
.swiper-slide.swiper-slide-active .hero__slide-grid.hero__flete .hero__contenedor .hero__contenido .hero__contenido-text {
  opacity: 1;
  transform: translateY(0);
}
.swiper-slide.swiper-slide-active .hero__slide-grid.hero__contactanos .hero__contenedor .hero__contenido--contactanos .hero__contenido-title,
.swiper-slide.swiper-slide-active .hero__slide-grid.hero__contactanos .hero__contenedor .hero__contenido--contactanos .hero__contenido-text {
  opacity: 1;
  transform: translateX(0);
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */