/* 1 REM  es igual a 16px */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  font-size: 16px;
  --w-column: 200px;
  --color-1: #3a5179;
  --color-2: #e95d0c;
  --color-3: #ff532a;
  --color-4: #ffb732;
  --color-5: #040c35;
  --color-6: #1a2844;

  --item1-transform: translateX(-100%) translateY(-5%) scale(1.5);
  --item1-filter: blur(30px);
  --item1-zIndex: 11;
  --item1-opacity: 0;

  --item2-transform: translateX(0);
  --item2-filter: blur(0px);
  --item2-zIndex: 10;
  --item2-opacity: 1;

  --item3-transform: translate(50%, 10%) scale(0.8);
  --item3-filter: blur(10px);
  --item3-zIndex: 9;
  --item3-opacity: 1;

  --item4-transform: translate(90%, 20%) scale(0.5);
  --item4-filter: blur(30px);
  --item4-zIndex: 8;
  --item4-opacity: 1;

  --item5-transform: translate(120%, 30%) scale(0.3);
  --item5-filter: blur(40px);
  --item5-zIndex: 7;
  --item5-opacity: 0;
}

/* HOME CARRUSEL 1  */

.footer-copyright {
  border-top: 2px solid #fff;
}
.footer-width-fixer a.wsp-asesorial {
  font-family: 'Roboto';
  color: white;
}
.page a:focus,
.blog a:focus {
  outline: solid 0px !important;
}
.hfe-nav-menu #menu-item-37 a.hfe-sub-menu-item {
  display: block !important;
}
.hfe-nav-menu #menu-item-37 a.hfe-sub-menu-item .menu-text {
  margin-left: 5px;
}
.hfe-nav-menu #menu-item-37 a.hfe-sub-menu-item .icon {
  /* margin-left: 10px; */
  font-size: 12px;
}

/* MENU BLANCO */
.elementor-290
  .elementor-element.elementor-element-3008ac8
  .hfe-search-form__container {
  border-radius: 10px !important;
}
.elementor-290
  .elementor-element.elementor-element-3008ac8
  .hfe-search-form__input {
  background-color: #ffffff !important;
}
.elementor-290
  .elementor-element.elementor-element-3008ac8
  .hfe-search-submit
  i.fas.fa-search {
  color: #000;
}
.elementor-290 .elementor-element.elementor-element-3008ac8 .hfe-search-submit {
  min-width: 40px;
  background-color: #ffffff;
  font-size: 16px;
}

/* MENU A COLOR */
.elementor-449
  .elementor-element.elementor-element-3008ac8
  .hfe-search-form__container {
  border-radius: 10px !important;
}
.elementor-449
  .elementor-element.elementor-element-3008ac8
  .hfe-search-form__input {
  background-color: #ffffff !important;
}
.elementor-449
  .elementor-element.elementor-element-3008ac8
  .hfe-search-submit
  i.fas.fa-search {
  color: #000;
}
.elementor-449 .elementor-element.elementor-element-3008ac8 .hfe-search-submit {
  min-width: 40px;
  background-color: #ffffff;
  font-size: 16px;
}

/* MENU BLANCO Y A COLOR */
.elementor-459
  .elementor-element.elementor-element-3008ac8
  .hfe-search-form__container,
.elementor-525
  .elementor-element.elementor-element-3008ac8
  .hfe-search-form__container {
  border-radius: 10px !important;
}
.elementor-459
  .elementor-element.elementor-element-3008ac8
  .hfe-search-form__input,
.elementor-525
  .elementor-element.elementor-element-3008ac8
  .hfe-search-form__input {
  background-color: #ffffff !important;
}
.elementor-459
  .elementor-element.elementor-element-3008ac8
  .hfe-search-submit
  i.fas.fa-search,
.elementor-525
  .elementor-element.elementor-element-3008ac8
  .hfe-search-submit
  i.fas.fa-search {
  color: #000;
}
.elementor-459 .elementor-element.elementor-element-3008ac8 .hfe-search-submit,
.elementor-525 .elementor-element.elementor-element-3008ac8 .hfe-search-submit {
  min-width: 40px;
  background-color: #ffffff;
  font-size: 16px;
}

/* MENU A COLOR */
.elementor-623
  .elementor-element.elementor-element-3008ac8
  .hfe-search-form__container {
  border-radius: 10px !important;
}
.elementor-623
  .elementor-element.elementor-element-3008ac8
  .hfe-search-form__input {
  background-color: #ffffff !important;
}
.elementor-623
  .elementor-element.elementor-element-3008ac8
  .hfe-search-submit
  i.fas.fa-search {
  color: #000;
}
.elementor-623 .elementor-element.elementor-element-3008ac8 .hfe-search-submit {
  min-width: 40px;
  background-color: #ffffff;
  font-size: 16px;
}
/* SLIDER 1 HOMEPAGE  */
body {
  margin: 0;
  & * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  & .carousel {
    background: rgb(235, 235, 235);
    background: radial-gradient(
      circle,
      rgba(235, 235, 235, 1) 0%,
      rgba(247, 247, 247, 1) 100%
    );
    height: 100vh;
    overflow: hidden;
    position: relative;
    & .list {
      width: min(1200px, 90vw);
      margin: auto;
      height: 100%;
      position: relative;
      & .item {
        position: absolute;
        inset: 0;
        & figure {
          position: absolute;
          width: 70%;
          top: 50%;
          transform: translateY(-50%);
          & img {
            /* width: 450px; */
            width: 100%;
            /* transform: rotate(-10deg); */
          }
          &::before {
            content: '';
            position: absolute;
            background-color: #0b0b1b;
            width: 100%;
            height: 100px;
            top: 150%;
            left: 50px;
            border-radius: 50%;
            filter: blur(50px);
          }
        }
        & .imagen-portada {
          position: absolute;
          width: 100%;
          top: 50%;
          transform: translateY(-30%);
        }

        & .content {
          position: absolute;
          z-index: 20;
          width: 60%;
          height: 100%;
          right: -136px;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: start;
          gap: 20px;
          & .category {
            font-weight: 500;
            color: #040c35;
          }
          & h2 {
            font-family: 'Inter';
            font-size: clamp(2rem, 1.25rem + 3.7500000000000004vw, 5rem);
            line-height: 1em;
            color: #040c35;
            font-weight: 800;
          }
          & h2 span.etiqueta {
            font-family: 'Inter';
            font-size: clamp(
              2.5rem,
              1.4782608695652173rem + 5.108695652173913vw,
              7.2rem
            );
            line-height: 1em;
            color: #040c35;
            font-weight: 800;
            display: block;
          }
          & .description {
            align-items: center;
            color: #040c35;
            max-width: 400px;
            font-size: clamp(1rem, 0.75rem + 1.25vw, 1.5rem);
            line-height: 34px;
            text-align: left;
            font-weight: 600;
            & i {
              height: 50px;
              color: #ffea7c;
              font-size: 2em;
              border: 1px solid #659cdf;
              border-radius: 50%;
              display: flex;
              justify-content: center;
              align-items: center;
            }
          }
        }
        & .content2 {
          position: absolute;
          z-index: 20;
          width: 100%;
          height: 100%;
          right: 0px;
          top: 50px;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          gap: 20px;
          & .category {
            font-weight: 500;
            color: #040c35;
          }
          & h2 {
            font-family: 'Inter';
            font-size: clamp(2rem, 1.25rem + 3.7500000000000004vw, 5rem);
            line-height: 1em;
            color: #ffffff;
            font-weight: 800;
          }

          & .description {
            align-items: center;
            color: #ffffff;
            max-width: 400px;
            font-size: clamp(1rem, 0.75rem + 1.25vw, 1.5rem);
            line-height: 34px;
            text-align: left;
            font-weight: 400;
            & i {
              height: 50px;
              color: #ffea7c;
              font-size: 2em;
              border: 1px solid #659cdf;
              border-radius: 50%;
              display: flex;
              justify-content: center;
              align-items: center;
            }
          }
        }
      }
    }
    & .arrows {
      width: min(1300px, 90vw);
      display: flex;
      justify-content: space-between;
      position: absolute;
      top: 48%;
      left: 50%;
      transform: translate(-50%, -25px);
      pointer-events: none;
      z-index: 100;
      & button {
        top: 60%;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 1px solid #ee7e0655;
        background-color: var(--color-3);
        color: #fff7;
        font-size: large;
        cursor: pointer;
        pointer-events: auto;
        transition: 0.5s;
        &:hover {
          border: 1px solid #659cdf;
          color: #fff;
        }
      }
    }
    & .indicators {
      position: absolute;
      top: 52%;
      height: var(--w-column);
      width: min(1200px, 90vw);
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      flex-direction: column;
      pointer-events: none;
      justify-content: end;
      gap: 10px;
      & .number {
        font-family: 'Roboto';
        font-weight: 700;
        font-size: 7vw;
        color: var(--color-3);
      }
      & ul {
        display: flex;
        gap: 10px;
        & li {
          width: 50px;
          height: 5px;
          background-color: #659cdf;
          border-radius: 10px;
          pointer-events: auto;
          cursor: pointer;
          transition: 0.5s;
          &.active {
            background-color: var(--color-3);
          }
        }
      }
    }
  }
}

/* animation */
body {
  .carousel {
    --calculation: 1; /* 1 or -1 */
    & .list {
      & .item {
        transform: translateX(calc(100vw * var(--calculation)));
        transition: 0.5s;
        opacity: 0;
        & figure {
          & img {
            transform: rotate(0deg);
            transition: transform 0.5s;
            transition-delay: 0.3s;
          }
        }
        & .content {
          & .category,
          h2,
          .description,
          .more {
            transform: translateX(calc(200px * var(--calculation)));
            transition: 0.7s;
            opacity: 0;
            transition-delay: 0.3s;
          }
          & h2 {
            transition-delay: 0.5s;
          }
          & .description {
            transition-delay: 0.7s;
          }
          & .more {
            transition-delay: 0.9s;
          }
        }
        &.active {
          opacity: 1;
          transform: translateX(0);
          & figure {
            & img {
              /* transform: rotate(-10deg); */
            }
          }
          & .content {
            & .category,
            h2,
            .description,
            .more {
              transform: translateX(0px);
              opacity: 1;
            }
          }
        }
        &.activeOld {
          transform: translateX(calc(-100vw * var(--calculation)));
        }
      }
    }
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  :root {
    --w-column: 100px;
  }
  body {
    & .carousel {
      height: 60vh;
      & .list {
        & .item {
          & .content {
            & h2 {
              /* font-size: 5em; */
            }
          }
        }
      }
    }
  }
}
@media screen and (max-width: 767px) {
  :root {
    --w-column: 50px;
  }
  body {
    & .carousel {
      height: 100vh;
      & .list {
        & .item {
          & .content {
            width: 70%;
            right: 53px;
            justify-content: end;
            padding-bottom: 100px;
            & h2 {
              /* font-size: 5em; */
            }
          }
          & figure {
            width: 110%;
            transform: translateY(0);
            top: 200px;
            left: -30px;
          }
        }
      }
      & .indicators {
        & .number {
          font-size: 10em;
          transform: translateX(50px);
          color: white;
          opacity: 0.5;
        }
      }
    }
  }
}

/* FIN HOME CARRUSEL 1  */

/* HOME CARRUSEL 2 */

.carousel2 {
  width: 100vw;
  height: 100vh;
  /* margin-top: -50px; */
  overflow: hidden;
  position: relative;
}

.carousel2 .list2 .item2 {
  width: 180px;
  height: 250px;
  position: absolute;
  top: 80%;
  transform: translateY(-70%);
  left: 70%;
  border-radius: 20px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
  background-position: 50% 50%;
  background-size: cover;
  z-index: 100;
  transition: 1s;
}

.carousel2 .list2 .item2:nth-child(1),
.carousel2 .list2 .item2:nth-child(2) {
  top: 0;
  left: 0;
  transform: translate(0, 0);
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.carousel2 .list2 .item2:nth-child(3) {
  left: 67%;
}

.carousel2 .list2 .item2:nth-child(4) {
  left: calc(67% + 200px);
}

.carousel2 .list2 .item2:nth-child(5) {
  left: calc(67% + 400px);
}

.carousel2 .list2 .item2:nth-child(6) {
  left: calc(67% + 600px);
}

.carousel2 .list2 .item2:nth-child(n + 7) {
  left: calc(67% + 800px);
  opacity: 0;
}

.carousel2 .list2 .item2 .content {
  position: absolute;
  top: 40%;
  left: 100px;
  transform: translateY(-50%);
  width: 590px;
  text-align: left;
  color: #fff;
  display: none;
}

.carousel2 .list2 .item2:nth-child(2) .content {
  display: block;
}

.carousel2 .content .title {
  text-transform: uppercase;
  color: var(--color-2);
  font-weight: bold;
  line-height: 1;
  font-family: 'Inter', sans-serif;

  opacity: 0;
  animation: animate 1s ease-in-out 0.3s 1 forwards;
}
.carousel2 .content .title .title-first {
  font-size: 1.8rem;
  font-size: clamp(1.8rem, 1.5rem + 1.5vw, 3rem);
}
.carousel2 .content .title .title-second {
  font-size: 2rem;
  font-size: clamp(2rem, 1.375rem + 3.125vw, 4.5rem);
}
.carousel2 .content .name {
  font-size: clamp(2rem, 1.375rem + 3.125vw, 4.5rem);
  margin-top: 50px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-shadow: 3px 4px 4px rgba(35, 34, 34, 0.658);
  opacity: 0;
  animation: animate 1s ease-in-out 0.6s 1 forwards;
}

.carousel2 .content .des {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  margin-left: 5px;
  color: #fff;
  opacity: 0;
  animation: animate 1s ease-in-out 0.9s 1 forwards;
}

.carousel2 .content .btn {
  margin-left: 5px;
  opacity: 0;
  animation: animate 1s ease-in-out 1.2s 1 forwards;
}

/* DISEÑO BOTON */

.custom-design {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  text-decoration: none !important;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  background: linear-gradient(to right, var(--color-2), var(--color-3));
  letter-spacing: 1px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  transition: 0.5s;
}

.custom-design:hover {
  background: linear-gradient(to right, var(--color-2), var(--color-3));
  -webkit-background-clip: text;
  color: var(--color-3);
  background: #fff;
  font-weight: 500;
}

.custom-design span {
  display: block;
  position: absolute;
  background: linear-gradient(to right, var(--color-2), var(--color-3));
}

.custom-design span:nth-child(1) {
  left: 0;
  bottom: 0;
  width: 2px;
  height: 100%;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.5s;
}

.custom-design:hover span:nth-child(1) {
  transform: scaleY(1);
  transform-origin: bottom;
  transition: transform 0.5s;
}

.custom-design span:nth-child(2) {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  transform: scalex(0);
  transform-origin: right;
  transition: transform 0.5s;
}

.custom-design:hover span:nth-child(2) {
  transform: scalex(1);
  transform-origin: left;
  transition: transform 0.5s;
}

.custom-design span:nth-child(3) {
  right: 0;
  bottom: 0;
  width: 2px;
  height: 100%;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.5s;
  transition-delay: 0.5s;
}

.custom-design:hover span:nth-child(3) {
  transform: scaleY(1);
  transform-origin: bottom;
  transition: transform 0.5s;
  transition-delay: 0.5s;
}

.custom-design span:nth-child(4) {
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  transform: scalex(0);
  transform-origin: right;
  transition: transform 0.5s;
  transition-delay: 0.5s;
}

.custom-design:hover span:nth-child(4) {
  transform: scalex(1);
  transform-origin: left;
  transition: transform 0.5s;
  transition-delay: 0.5s;
}

@keyframes animate {
  from {
    opacity: 0;
    transform: translate(0, 100px);
    filter: blur(33px);
  }

  to {
    opacity: 1;
    transform: translate(0);
    filter: blur(0);
  }
}

/* next prev arrows */

.carousel2 .arrows {
  position: absolute;
  top: 80%;
  right: 52%;
  z-index: 100;
  width: 300px;
  max-width: 30%;
  display: flex;
  gap: 10px;
  align-items: center;
}

.carousel2 .arrows button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e95d0c;
  color: #fff;
  border: none;
  outline: none;
  font-size: 16px;
  font-family: monospace;
  font-weight: bold;
  transition: 0.5s;
  cursor: pointer;
}

.carousel2 .arrows button:hover {
  background: #fff;
  color: #000;
}

/* Responsive Design */

@media screen and (max-width: 999px) {
  .carousel2 .list2 .item2 .content {
    left: 50px;
  }

  .carousel2 .content .des {
    font-size: 16px;
  }
}

@media screen and (max-width: 690px) {
  .carousel2 .list2 .item2 .content {
    left: 20px;
    width: 380px;
    top: 40%;
  }

  .carousel2 .content .btn a {
    padding: 10px 15px;
    font-size: 14px;
  }
}

/* FIN HOME CARRUSEL 2 */

.home-seccion-informativa-2 {
  background: rgb(255, 183, 50);
  background: linear-gradient(
    344deg,
    rgba(255, 183, 50, 1) 0%,
    rgba(255, 83, 42, 1) 100%
  );
}

.home-seccion-informativa-2 .seccion-calidad h3.one {
  font-size: clamp(2rem, 1.5625rem + 2.1875vw, 3.75rem);
}

.home-seccion-informativa-2 .seccion-calidad h3.two {
  font-size: 3rem;
  font-size: clamp(3rem, 2.25rem + 3.7500000000000004vw, 6rem);
}

.home-seccion-informativa-2 .sectores-industriales {
  width: 100%;
  height: auto;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-sectores-industriales {
  width: 100%;
  height: auto;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}

.page-sectores-industriales::before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.6);
  opacity: 0.7;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.page-sectores-industriales .titulos h2.one {
  font-size: clamp(1.5rem, 0.9375rem + 2.8125vw, 3.75rem);
  line-height: 0px;
}
.page-sectores-industriales .titulos h2.two {
  font-size: clamp(2.25rem, 1.375rem + 4.375vw, 5.75rem);
}

.page-sectores-industriales .content-two h2.one {
  font-size: clamp(1.5rem, 0.9375rem + 2.8125vw, 3.75rem);
}
.page-sectores-industriales .content-two h2.two {
  font-size: clamp(2.25rem, 1.375rem + 4.375vw, 5.75rem);
}

.page-sectores-industriales .video-presentacion h3,
.industria-pesquera .video-presentacion h3,
.industria-minera .video-presentacion h3,
.agroindustria .video-presentacion h3,
.alimentos-balanceados .video-presentacion h3,
.page-productos .video-presentacion h3,
.home-seccion-informativa-2 .video-presentacion h3 {
  font-size: clamp(2.25rem, 2.0625rem + 0.9375000000000001vw, 3rem);
}
@media (max-width: 768px) {
  .page-sectores-industriales .video-presentacion video,
  .industria-pesquera .video-presentacion video,
  .agroindustria .video-presentacion video,
  .alimentos-balanceados .video-presentacion video,
  .page-productos .video-presentacion video,
  .home-seccion-informativa-2 .video-presentacion video {
    height: 300px;
  }
}

.nuevo-carrusel {
  position: relative;
  width: calc(min(52rem, 90%));
  margin: 0 auto;
  /* min-height: 100vh; */
  column-gap: 3rem;
  padding-block: min(20vh, 2rem);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.nuevo-carrusel .swiper-container {
  position: relative;
}
.nuevo-carrusel .swiper {
  width: 100%;
  padding: 60px 0 95px 0;
}

.nuevo-carrusel .swiper-container .swiper .swiper-slide {
  width: 10rem;
  height: 28rem;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  position: relative;
  background-color: #fafafa10;
  /* filter: blur(4px); */
  /* backdrop-filter: blur(0.4rem); */
  border-radius: 30px;
}
.nuevo-carrusel .swiper .swiper-slide-active {
  backdrop-filter: blur(0.4rem);
}
.nuevo-carrusel .swiper-slide .slide-content {
  position: relative;
  width: 100%;
  padding: 40px;
}
.nuevo-carrusel .swiper-slide .slide-content img {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  object-fit: cover;
}

.nuevo-carrusel .swiper-slide .slide-content h3.one {
  font-size: clamp(1.125rem, 0.96875rem + 0.78125vw, 1.75rem);
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding-bottom: 0px;
  line-height: 0;
  margin-top: 25px;
  margin-bottom: 10px;
  transition: color 0.3s;
}
.nuevo-carrusel .swiper-slide .slide-content h3.two {
  font-size: clamp(1.5rem, 1.3125rem + 0.9375000000000001vw, 2.25rem);
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 0.3s;
}

.nuevo-carrusel .swiper-slide .slide-content:hover h3.one,
.nuevo-carrusel .swiper-slide .slide-content:hover h3.two {
  color: var(--color-3);
}
.nuevo-carrusel .swiper-button-prev {
  background: #ffffff00;
  border-radius: 50%;
  border: 1px solid #fff;
  top: 47% !important;
  left: -90px !important;
  width: 40px !important;
  height: 40px !important;
  box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.17);
  color: #fff !important;
}
.nuevo-carrusel .swiper-button-prev::after {
  content: '' !important;
}
.nuevo-carrusel .swiper-button-prev .fa-solid {
  font-size: 25px;
}
.nuevo-carrusel .swiper-button-next {
  background: #ffffff00;
  border-radius: 50%;
  top: 47% !important;
  border: 1px solid #fff;
  right: -90px !important;
  width: 40px !important;
  height: 40px !important;
  box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.17);
  color: #fff !important;
}
.nuevo-carrusel .swiper-button-next::after {
  content: '' !important;
}
.nuevo-carrusel .swiper-button-next .fa-solid {
  font-size: 25px;
}
@media (min-width: 760px) {
  .nuevo-carrusel .swiper-button-prev,
  .nuevo-carrusel .swiper-button-next {
    display: flex;
  }
}
@media (max-width: 1000px) {
  .nuevo-carrusel {
    padding-block: min(20vh, 1rem);
  }
  .nuevo-carrusel .swiper-button-prev {
    top: 94% !important;
    left: 20% !important;
  }
  .nuevo-carrusel .swiper-button-next {
    top: 94% !important;
    right: 20% !important;
  }
}
/* NUEVO  */
.page-sector-industrial {
  width: 100%;
  height: auto;
  background-position: 50% top;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-sector-industrial .features {
  border-radius: 50px;
  border: 1px solid #fff;
  background: #fafafa10;
  backdrop-filter: blur(0.4rem);
  -webkit-backdrop-filter: blur(0.4rem);
}
.page-sector-industrial .features .fa-solid {
  font-size: 40px;
  color: #e95d0c;
}
.industria-pesquera .titulos h2.one,
.industria-minera .titulos h2.one,
.alimentos-balanceados .titulos h2.one {
  font-size: clamp(2rem, 1.5625rem + 2.1875vw, 3.75rem);
}
.industria-pesquera .titulos h2.two,
.industria-minera .titulos h2.two {
  font-size: clamp(3rem, 2.25rem + 3.7500000000000004vw, 6rem);
}
.agroindustria .titulos h2.two,
.alimentos-balanceados .titulos h2.two {
  font-size: 1.8rem;
  font-size: clamp(1.8rem, 0.75rem + 5.250000000000001vw, 6rem);
}
.page-nosotros .imagen-nosotros {
  width: 100%;
  height: 90vh;
  background-position: 50% 28%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0 0 50px 50px;
  overflow: hidden;
}

.page-nosotros {
  background: #f1f2f4;
}
.page-nosotros .imagen-nosotros h2 {
  font-size: 2rem;
  font-size: clamp(2rem, 1.5625rem + 2.1875vw, 3.75rem);
}

.page-nosotros .marcas h3.one {
  font-size: clamp(1.5rem, 1.25rem + 1.25vw, 2.5rem);
}
.page-nosotros .marcas h3.two {
  font-size: clamp(2rem, 1.375rem + 3.125vw, 4.5rem);
}

.page-nosotros .features {
  border-radius: 50px;
  /* border: 1px solid #fff; */
  background: #fafafa10;
  backdrop-filter: blur(0.4rem);
  -webkit-backdrop-filter: blur(0.4rem);
}
.page-nosotros .features .fa-solid {
  font-size: 40px;
  color: #e95d0c;
}
.page-nosotros .quienes-somos h3.two {
  font-size: 3rem;
  font-size: clamp(3rem, 2.25rem + 3.7500000000000004vw, 6rem);
}
.page-nosotros .quienes-somos h3.one {
  font-size: 2rem;
  font-size: clamp(2rem, 1.5rem + 2.5vw, 4rem);
}

/* TABS MISION VISION */

.mision-vision {
  border-radius: 50px;
  /* border: 1px solid #000000; */
  background: #fafafa10;
  backdrop-filter: blur(0.4rem);
  -webkit-backdrop-filter: blur(0.4rem);
}

.mision-vision .titulos img.logo {
  width: 80px;
}
.mision-vision .titulos h3.one {
  background-color: #e95d0c;
  display: inline;
  color: white;
  padding-left: 30px;
  padding-right: 15px;
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 1.34375rem + 0.78125vw, 2rem);
  font-weight: 400;
  letter-spacing: 2px;
}
.mision-vision .titulos h3.two {
  color: rgb(0, 0, 0);
  font-size: 2rem;
  font-size: clamp(2rem, 1.7265625rem + 1.3671875vw, 2.875rem);
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 30px;
}

.mision-vision .tabs {
  display: flex;
}
.mision-vision .tabs__content img {
  width: 80px;
}

.mision-vision .tabs__sidebar {
  width: 230px;
}

.mision-vision .tabs__sidebar .tabs__button {
  display: flex;
  align-items: center;
  border-radius: 30px;
  border: 1px solid #000000;
  width: 100%;
  outline: none;
  cursor: pointer;
  margin-bottom: 20px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
  color: rgb(0, 0, 0);
  font-size: clamp(1rem, 0.9375rem + 0.3125vw, 1.25rem);
  transition: all 0.5s;
}

.mision-vision .tabs__sidebar .tabs__button:hover {
  color: #fff;
  background: #f12711; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #f5af19,
    #f12711
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f5af19, #f12711);
}
.mision-vision .tabs__sidebar .tabs__button span {
  font-size: clamp(1.125rem, 0.90625rem + 1.09375vw, 2rem);
  font-weight: 800;
  color: #ff532a;
  margin-right: 10px;
}
.mision-vision .tabs__sidebar .tabs__button .fa-solid {
  display: inline;
}
.mision-vision .tabs__sidebar .tabs__button:active {
  background: #fafafa10;
  backdrop-filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(0.2rem);
}

.mision-vision .tabs__sidebar .tabs__button--active {
  background: #fafafa10;
  backdrop-filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(0.2rem);
}

.mision-vision .tabs__content {
  padding: 15px;
  font-size: 1rem;
  display: none;
  color: #000000;
  text-align: center;
  margin-left: 50px;
}

.mision-vision .tabs__content--active {
  display: block;
}

.mision-vision .tabs__content p {
  font-size: clamp(1rem, 0.9375rem + 0.3125vw, 1.25rem);
}

@media (max-width: 760px) {
  .mision-vision .tabs__content img {
    width: 50px;
    margin-bottom: 10px;
  }
  .mision-vision .tabs__content {
    margin-left: 5px;
    padding: 0px;
  }
  .mision-vision .tabs__sidebar {
    width: 150px;
  }
  .mision-vision .tabs__sidebar .tabs__button {
    padding-left: 10px;
  }
  .mision-vision .tabs__content p {
    line-height: 18px;
  }
  .mision-vision .titulos h3.one {
    letter-spacing: 1px;
  }
}
/* FINTABS MISION VISION */

/* TESTIMONIALES  */
.page-nosotros .testimoniales-titulos h3.one {
  font-size: clamp(1.5rem, 1.25rem + 1.25vw, 2.5rem);
}
.page-nosotros .testimoniales-titulos h3.two {
  font-size: clamp(2rem, 1.375rem + 3.125vw, 4.5rem);
}

.testimoniales-carrusel {
  position: relative;
  /* width: calc(min(52rem, 90%)) !important; */
  margin: 0 auto;
  /* min-height: 100vh; */
  column-gap: 3rem;
  padding-block: min(20vh, 3rem);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: start;
  overflow: hidden;
}

.testimoniales-carrusel .swiper-container {
  position: relative;
}
.testimoniales-carrusel .swiper-test {
  width: 100%;
  padding: 60px 20px 95px 20px;
}

.testimoniales-carrusel .swiper-container .swiper-test .swiper-slide {
  /* width: 400px !important; */
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  position: relative;
  background-color: #fafafa10;
  border-radius: 50px;
  overflow: hidden;
}
.testimoniales-carrusel .swiper-test .swiper-slide-active {
  backdrop-filter: blur(0.4rem);
  filter: blur(0px);
}
.testimoniales-carrusel .swiper-test .swiper-slide-prev,
.testimoniales-carrusel .swiper-test .swiper-slide-next {
  /* backdrop-filter: blur(0.4rem); */
  filter: blur(4px);
  border-radius: 50px !important;
}
.testimoniales-carrusel .swiper-slide .slide-content {
  position: relative;
  width: 100%;
  padding: 40px;
}

.testimoniales-carrusel .swiper-slide .slide-content img.persona {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.testimoniales-carrusel .swiper-slide .slide-content div.one {
  font-size: clamp(1.25rem, 1.125rem + 0.625vw, 1.75rem);
  color: rgb(0, 0, 0);
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0px;
  padding-bottom: 0px;
  /* line-height: 0; */
  /* margin-top: 25px; */
  margin-left: 20px;
}

.testimoniales-carrusel .swiper-button-prev {
  background: #ffffff00;
  border-radius: 50%;
  border: 1px solid #000000;
  top: 95% !important;
  left: 42% !important;
  width: 40px !important;
  height: 40px !important;
  box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.17);
  color: #000000 !important;
}
.testimoniales-carrusel .swiper-button-prev::after {
  content: '' !important;
}
.testimoniales-carrusel .swiper-button-prev .fa-solid {
  font-size: 25px;
}
.testimoniales-carrusel .swiper-button-next {
  background: #ffffff00;
  border-radius: 50%;
  top: 95% !important;
  border: 1px solid #000000;
  right: 42% !important;
  width: 40px !important;
  height: 40px !important;
  box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.17);
  color: #000000 !important;
}
.testimoniales-carrusel .swiper-button-next::after {
  content: '' !important;
}
.testimoniales-carrusel .swiper-button-next .fa-solid {
  font-size: 25px;
}
@media (min-width: 760px) {
  .testimoniales-carrusel .swiper-button-prev,
  .testimoniales-carrusel .swiper-button-next {
    display: flex;
  }
}
@media (max-width: 760px) {
  .testimoniales-carrusel .swiper-button-next {
    right: 30% !important;
  }
  .testimoniales-carrusel .swiper-button-prev {
    left: 30% !important;
  }
  .testimoniales-carrusel .swiper-slide .slide-content {
    padding: 20px;
  }
  .testimoniales-carrusel .swiper-slide .slide-content div.one {
    margin-left: 10px;
  }
}
/* fin */

/* MARCAS */

.marcas .swiper-wrapper {
  display: flex;
  align-items: center;
}

/* PRODUCTOS */
.page-productos {
  width: 100%;
  height: auto;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-productos .seccion-1 .titulos h2.one,
.page-productos .seccion-2 .titulos h2.one {
  font-size: clamp(1.75rem, 1.4375rem + 1.5625vw, 3rem);
}
.page-productos .seccion-1 .titulos h2.two,
.page-productos .seccion-2 .titulos h2.two {
  font-size: clamp(2.5rem, 1.875rem + 3.125vw, 5rem);
}

.page-productos .seccion-2 .sacos .saco {
  background-color: #fafafa10;
  backdrop-filter: blur(0.8rem);
  border-radius: 50px;
  /* padding: 30px; */
}
.page-productos .seccion-2 .sacos .saco h3 {
  text-align: center;
  color: #fff;
  line-height: 0.2rem;
}
.page-productos .seccion-2 .sacos .saco {
  transition: all 0.2s;
  /* transform: scale(0.9); */
}
.page-productos .seccion-2 .sacos .saco h3.two {
  font-size: clamp(1.15rem, 1.0625rem + 0.4375000000000001vw, 1.5rem);
}
.page-productos .seccion-2 .sacos .saco:hover {
  transform: scale(1.1);
  /* transform: translateY(-20px); */
}

.page-saco-laminado {
  background: rgb(255, 88, 43);
  background: linear-gradient(
    170deg,
    rgba(255, 88, 43, 1) 0%,
    rgba(255, 183, 50, 1) 100%
  );
}

.page-saco-laminado .seccion-intro h2 {
  font-size: 2rem;
  font-size: clamp(2rem, 0.7749999999999999rem + 6.125000000000001vw, 6.9rem);
}
/* carousel sacos */
.carousel-saco {
  position: relative;
  height: 700px;
  overflow: hidden;
  /* margin-top: -50px; */
}
.carousel-saco .list {
  position: absolute;
  width: 1140px;
  max-width: 90%;
  height: 80%;
  left: 50%;
  transform: translateX(-50%);
}
.carousel-saco .list .item {
  position: absolute;
  left: 0%;
  width: 70%;
  height: 100%;
  font-size: 15px;
  transition: left 0.5s, opacity 0.5s, width 0.5s;
}
.carousel-saco .list .item:nth-child(n + 6) {
  opacity: 0;
}
.carousel-saco .list .item:nth-child(2) {
  z-index: 10;
  transform: translateX(0);
}
.carousel-saco .list .item img {
  width: 40%;
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  transition: right 1.5s;
}

.carousel-saco .list .item .introduce {
  opacity: 0;
  pointer-events: none;
  color: white;
}
.carousel-saco .list .item:nth-child(2) .introduce {
  opacity: 1;
  pointer-events: auto;
  width: 460px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.5s;
}
.carousel-saco .list .item .introduce .title.one {
  font-size: clamp(1.5rem, 0.875rem + 3.125vw, 4rem);
  font-weight: 700;
  line-height: 1em;
}
.carousel-saco .list .item .introduce .title.two {
  font-size: clamp(2.5rem, 1.625rem + 4.375vw, 6rem);
  font-weight: 700;
  line-height: 0.8em;
}
.carousel-saco .list .item .introduce .topic {
  font-size: 2.2em;
  font-weight: 600;
  margin-top: 15px;
}
.carousel-saco .list .item .introduce .des {
  font-size: 16px;
  color: #fff;
}

.carousel-saco .list .item:nth-child(1) {
  transform: var(--item1-transform);
  filter: var(--item1-filter);
  z-index: var(--item1-zIndex);
  opacity: var(--item1-opacity);
  pointer-events: none;
}
.carousel-saco .list .item:nth-child(3) {
  transform: var(--item3-transform);
  filter: var(--item3-filter);
  z-index: var(--item3-zIndex);
}
.carousel-saco .list .item:nth-child(4) {
  transform: var(--item4-transform);
  filter: var(--item4-filter);
  z-index: var(--item4-zIndex);
}
.carousel-saco .list .item:nth-child(5) {
  transform: var(--item5-transform);
  filter: var(--item5-filter);
  opacity: var(--item5-opacity);
  pointer-events: none;
}
/* animation text in item2 */
.carousel-saco .list .item:nth-child(2) .introduce .title,
.carousel-saco .list .item:nth-child(2) .introduce .topic,
.carousel-saco .list .item:nth-child(2) .introduce .des,
.carousel-saco .list .item:nth-child(2) .introduce .seeMore {
  opacity: 0;
  animation: showContent 0.5s 1s ease-in-out 1 forwards;
}

@keyframes showContent {
  from {
    transform: translateY(-30px);
    filter: blur(10px);
  }
  to {
    transform: translateY(0);
    opacity: 1;
    filter: blur(0px);
  }
}
.carousel-saco .list .item:nth-child(2) .introduce .topic {
  animation-delay: 1.2s;
}
.carousel-saco .list .item:nth-child(2) .introduce .des {
  animation-delay: 1.4s;
}
.carousel-saco .list .item:nth-child(2) .introduce .seeMore {
  animation-delay: 1.6s;
}
/* next click */
.carousel-saco.next .item:nth-child(1) {
  animation: transformFromPosition2 0.5s ease-in-out 1 forwards;
}
@keyframes transformFromPosition2 {
  from {
    transform: var(--item2-transform);
    filter: var(--item2-filter);
    opacity: var(--item2-opacity);
  }
}
.carousel-saco.next .item:nth-child(2) {
  animation: transformFromPosition3 0.7s ease-in-out 1 forwards;
}
@keyframes transformFromPosition3 {
  from {
    transform: var(--item3-transform);
    filter: var(--item3-filter);
    opacity: var(--item3-opacity);
  }
}
.carousel-saco.next .item:nth-child(3) {
  animation: transformFromPosition4 0.9s ease-in-out 1 forwards;
}
@keyframes transformFromPosition4 {
  from {
    transform: var(--item4-transform);
    filter: var(--item4-filter);
    opacity: var(--item4-opacity);
  }
}
.carousel-saco.next .item:nth-child(4) {
  animation: transformFromPosition5 1.1s ease-in-out 1 forwards;
}
@keyframes transformFromPosition5 {
  from {
    transform: var(--item5-transform);
    filter: var(--item5-filter);
    opacity: var(--item5-opacity);
  }
}
/* previous */
.carousel-saco.prev .list .item:nth-child(5) {
  animation: transformFromPosition4 0.5s ease-in-out 1 forwards;
}
.carousel-saco.prev .list .item:nth-child(4) {
  animation: transformFromPosition3 0.7s ease-in-out 1 forwards;
}
.carousel-saco.prev .list .item:nth-child(3) {
  animation: transformFromPosition2 0.9s ease-in-out 1 forwards;
}
.carousel-saco.prev .list .item:nth-child(2) {
  animation: transformFromPosition1 1.1s ease-in-out 1 forwards;
}
@keyframes transformFromPosition1 {
  from {
    transform: var(--item1-transform);
    filter: var(--item1-filter);
    opacity: var(--item1-opacity);
  }
}

/* detail  */

.carousel-saco .arrows {
  position: absolute;
  bottom: 50px;
  width: 1140px;
  max-width: 90%;
  display: flex;
  justify-content: space-start;
  left: 50%;
  transform: translateX(-50%);
  gap: 50px;
}
.carousel-saco .arrows #prevv,
.carousel-saco .arrows #nextt {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-family: monospace;
  border: 1px solid #5555;
  font-size: large;
  bottom: 20%;
  left: 10%;
}
.carousel-saco .arrows #nextt {
  left: unset;
  right: 10%;
}

@media screen and (max-width: 991px) {
  /* ipad, tablets */
  .carousel-saco .list .item {
    width: 90%;
  }
  .carousel-saco.showDetail .list .item:nth-child(2) .detail .specifications {
    overflow: auto;
  }
  .carousel-saco.showDetail .list .item:nth-child(2) .detail .title {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  /* mobile */
  .carousel-saco {
    height: 600px;
  }
  .carousel-saco .list .item {
    width: 100%;
    font-size: 10px;
  }

  .carousel-saco .list {
    height: 100%;
  }
  .carousel-saco .list .item:nth-child(2) .introduce {
    width: 55%;
  }

  .carousel-saco .list .item img {
    width: 40%;
    right: 0px;
  }
  .carousel-saco.showDetail .list .item:nth-child(2) .detail {
    backdrop-filter: blur(10px);
    font-size: small;
  }
  .carousel-saco .list .item .introduce .topic {
    line-height: 20px;
  }
  .carousel-saco .list .item .introduce .des {
    line-height: 16px;
    margin-top: 15px;
  }
  .carousel-saco .list .item:nth-child(2) .introduce .des,
  .carousel-saco.showDetail .list .item:nth-child(2) .detail .des {
    height: 300px;
    overflow: auto;
  }
  .carousel-saco.showDetail .list .item:nth-child(2) .detail .checkout {
    display: flex;
    width: max-content;
    float: right;
  }
}

.ehf-header #masthead,
.page-id-10.ehf-header #masthead {
  z-index: 99;
  position: absolute;
}
.page-template-default.ehf-header #masthead,
.post-template-default.ehf-header #masthead,
.search-results.ehf-header #masthead,
.error404.ehf-header #masthead,
.blog.ehf-header #masthead,
.search-no-results.ehf-header #masthead {
  z-index: 99;
  position: relative;
}
.page-id-10.ehf-header #masthead {
  position: absolute;
}
/* PAGINA SACO TEJIDO */
.page-saco-tejido {
  background: rgb(84, 225, 235);
  background: radial-gradient(
    circle,
    rgba(84, 225, 235, 1) 0%,
    rgba(2, 95, 152, 1) 100%
  );
}

.page-saco-tejido .seccion-intro h2 {
  font-size: 2rem;
  font-size: clamp(2rem, 0.7749999999999999rem + 6.125000000000001vw, 6.9rem);
}

.page-saco-tejido .seccion-intro h2 {
  font-size: 2rem;
  font-size: clamp(2rem, 0.7749999999999999rem + 6.125000000000001vw, 6.9rem);
}

.page-saco-tejido .carousel-saco-tejido h2.uno {
  font-size: 2rem;
  font-size: clamp(2rem, 1.25rem + 3.7500000000000004vw, 5rem);
  line-height: 10px;
}
.page-saco-tejido .carousel-saco-tejido h2.dos {
  font-size: 2rem;
  font-size: clamp(2rem, 0.7749999999999999rem + 6.125000000000001vw, 6.9rem);
}

/* TIPOS DE SACOS */

.carousel-saco-tejido {
  position: relative;
  width: calc(min(60rem, 90%));
  margin: 0 auto;
  column-gap: 3rem;
  padding-block: min(20vh, 3rem);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.carousel-saco-tejido .swiper-container {
  position: relative;
}
.carousel-saco-tejido .swiper-sacos {
  width: 100%;
  padding: 0px 0 20px 0;
}

.carousel-saco-tejido .swiper-container .swiper-sacos .swiper-slide {
  width: 18rem;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  position: relative;
  filter: blur(4px);
}
.carousel-saco-tejido .swiper-container .swiper-sacos .swiper-slide-active {
  filter: blur(0px);
}
.carousel-saco-tejido .swiper-slide .slide-content {
  position: relative;
  width: 100%;
  /* padding: 20px; */
}
.carousel-saco-tejido .swiper-slide .slide-content img {
  width: 100%;
  height: auto;
  /* border-radius: 10px; */
  object-fit: cover;
}
.carousel-saco-tejido .swiper-slide .slide-content h3.one {
  font-size: 18px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding-bottom: 0px;
  line-height: 0;
  margin-top: 40px;
}

.carousel-saco-tejido .swiper-container .swiper-3d .swiper-slide-shadow-right,
.carousel-saco-tejido .swiper-container .swiper-3d .swiper-slide-shadow-left {
  background-image: none !important;
}

.carousel-saco-tejido .swiper-button-prev-2 {
  background: #ffffff00;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 40px !important;
  height: 40px !important;
  box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.17);
  color: #fff !important;
}
.carousel-saco-tejido .swiper-button-prev-2::after {
  content: '' !important;
}
.carousel-saco-tejido .swiper-button-prev-2 .fa-solid {
  font-size: 25px;
}
.carousel-saco-tejido .swiper-button-next-2 {
  background: #ffffff00;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 40px !important;
  height: 40px !important;
  box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.17);
  color: #fff !important;
}
.carousel-saco-tejido .swiper-button-next-2::after {
  content: '' !important;
}
.carousel-saco-tejido .swiper-button-next-2 .fa-solid {
  font-size: 25px;
}

.carousel-saco-tejido .swiper-button-prev-2,
.carousel-saco-tejido .swiper-button-next-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-saco-tejido .arrows-carrusel {
  position: relative;
  top: -40px;
}
@media (max-width: 760px) {
  .carousel-saco-tejido .swiper-slide .slide-content {
    position: relative;
    width: 100%;
  }
  .page-saco-tejido .carousel-saco-tejido .swiper-container {
    overflow: hidden;
  }
}

/* PAGINA CONTACTO */
.page-contacto {
  width: 100%;
  height: 90vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  justify-content: flex-end;
  border-radius: 0 0 50px 50px;
  overflow: hidden;
}
.page-contacto::before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.6);
  opacity: 0.7;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.page-contacto .titulo {
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  justify-content: flex-end;
  font-size: 32px;
  color: #fff;
}
.page-contacto .titulo h2 {
  font-size: clamp(2rem, 1.5625rem + 2.1875vw, 3.75rem);
  color: #fff;
  font-weight: 700;
}
@media (max-width: 760px) {
  .page-contacto {
    align-items: center;
  }
  .page-contacto .titulo {
    justify-content: center;
  }
}
.everest-forms input[type='text'] {
  color: white !important;
  border: 1px solid white !important;
  border-radius: 20px !important;
}

.everest-forms input[type='text']::placeholder {
  color: white !important;
}

.everest-forms select {
  color: white !important;
  border: 1px solid white !important;
  border-radius: 20px !important;
  background-color: #324ea4 !important;
}
.everest-forms input[type='email'] {
  color: white !important;
  border: 1px solid white !important;
  border-radius: 20px !important;
}
.everest-forms input[type='email']::placeholder {
  color: white !important;
}
.everest-forms
  .evf-field-container
  .evf-frontend-row
  .evf-frontend-grid
  .evf-field.evf-field-title
  h3 {
  color: white !important;
}
.everest-forms label {
  color: white !important;
}
.everest-forms button[type='submit'] {
  border-radius: 15px !important;
  background-color: white !important;
  color: #dc422a !important;
  font-weight: 600 !important;
}
.evf-submit-container {
  display: flex;
  justify-content: center;
}

.evf-field-privacy-policy .evf-privacy-policy-consent-message a {
  color: white;
}

.page-saco-boop {
  background: rgb(3, 18, 58);
  background: linear-gradient(
    167deg,
    rgba(3, 18, 58, 1) 0%,
    rgba(17, 125, 197, 1) 47%,
    rgba(10, 40, 94, 1) 100%
  );
}
.page-saco-boop .titulos h2.one {
  font-weight: 700;
  color: white;
  font-size: clamp(2rem, 0.7749999999999999rem + 6.125000000000001vw, 6.9rem);
  line-height: 0.25rem;
  margin: 0;
}

.page-saco-boop .titulos h2.two {
  font-weight: 800;
  color: white;
  font-size: 3rem;
  font-size: clamp(3rem, 1rem + 10vw, 11rem);
  /* line-height: 1rem; */
}
.page-saco-boop .seccion-uno h3 {
  font-size: 2rem;
  font-size: clamp(2rem, 1.75rem + 1.25vw, 3rem);
  color: #fff;
}

/* SACOS BOOP*/

.carousel-saco-boop {
  position: relative;
  width: calc(min(60rem, 90%));
  margin: 0 auto;
  column-gap: 3rem;
  padding-block: min(20vh, 3rem);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.carousel-saco-boop .swiper-container {
  position: relative;
}
.carousel-saco-boop .swiper-boop {
  width: 100%;
  padding: 0px 0 20px 0;
}

.carousel-saco-boop .swiper-container .swiper-boop .swiper-slide {
  width: 18rem;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  position: relative;
  /* filter: blur(4px); */
}

.carousel-saco-boop .swiper-slide .slide-content {
  position: relative;
  width: 100%;
}
.carousel-saco-boop .swiper-slide .slide-content img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.carousel-saco-boop .swiper-slide .slide-content h3.one {
  font-size: 18px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding-bottom: 0px;
  line-height: 0;
  margin-top: 40px;
}

.carousel-saco-boop .swiper-container .swiper-3d .swiper-slide-shadow-right,
.carousel-saco-boop .swiper-container .swiper-3d .swiper-slide-shadow-left {
  background-image: none !important;
}

.carousel-saco-boop .swiper-button-prev-2 {
  background: #ffffff00;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 40px !important;
  height: 40px !important;
  box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.17);
  color: #fff !important;
}
.carousel-saco-boop .swiper-button-prev-2::after {
  content: '' !important;
}
.carousel-saco-boop .swiper-button-prev-2 .fa-solid {
  font-size: 25px;
}
.carousel-saco-boop .swiper-button-next-2 {
  background: #ffffff00;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 40px !important;
  height: 40px !important;
  box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.17);
  color: #fff !important;
}
.carousel-saco-boop .swiper-button-next-2::after {
  content: '' !important;
}
.carousel-saco-boop .swiper-button-next-2 .fa-solid {
  font-size: 25px;
}

.carousel-saco-boop .swiper-button-prev-2,
.carousel-saco-boop .swiper-button-next-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-saco-boop .arrows-carrusel {
  position: relative;
  top: -40px;
}
@media (max-width: 760px) {
  .carousel-saco-boop .swiper-slide .slide-content {
    position: relative;
    width: 100%;
  }
  .carousel .list .item .content2 .more {
    margin-top: 300px;
  }
  body .carousel .list .item .content2 h2,
  body .carousel .list .item .content2 p.description {
    color: var(--color-5);
  }
}
.home-seccion-informativa-1 .titulo {
  font-size: clamp(2rem, 1.25rem + 3.7500000000000004vw, 4rem);
  font-weight: 700;
  background: linear-gradient(to right, var(--color-5), #1e3a8a);
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-seccion-informativa-1 .sombra {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  border-radius: 15px 15px;
  background: -webkit-linear-gradient(90deg, #ff8c00, #ff4500);
  background: linear-gradient(90deg, #ff8c00, #ff4500);
}

.page-nosotros .carrusel-marcas {
  position: relative;
  width: 100%;
  margin: 0 auto;
  column-gap: 3rem;
  text-align: center;
  overflow: hidden !important;
}
.page-nosotros .carrusel-marcas .swiper-container {
  position: relative;
}
.page-nosotros .carrusel-marcas .swiper {
  width: 100%;
}

/* footer correo  */
.elementor-element-94e46ec
  .footer-mail
  .elementor-icon-list-items
  .elementor-icon-list-text {
  overflow: hidden;
}

.everest-forms form#evf-form-674 .everest-forms-uploader span {
  color: #fff;
}
.everest-forms form#evf-form-674 .formulario-titulo {
  text-align: center;
}
