

:root {
  --slider-bg: url(../../../images/hero-inicio.webp);
  
  --swiper-pagination-bullet-inactive-color: var(--color-secondary);
  --swiper-pagination-bullet-inactive-opacity: 0.5;
  --swiper-pagination-bullet-size: 10px;
  --color-primary: #2e86ab;
  --swiper-pagination-color: var(--color-primary);
  --box-shadow: 0 1px 12px -4px rgba(0,0,0,.01),    0 8px 14px rgba(0,0,0,.05);

  h1 {
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.1;
  }

  h2 {
    font-size: clamp(1.8rem, 2.5vw, 2.4rem);
    line-height: 1.2;
  }

  h3 {
    font-size: clamp(1.5rem, 2vw, 2rem);
    line-height: 1.25;
  }

  h4 {
    font-size: clamp(1.25rem, 1.6vw, 1.6rem);
  }

  h5 {
    font-size: clamp(1.1rem, 1.3vw, 1.3rem);
  }

  h6 {
    font-size: clamp(1rem, 1vw, 1.1rem);
  }
}

body .navbar-brand svg {
  height: 90px;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  /* transform-origin: left top; */
  /* transform: scale(1.3); */
  padding: 4px 0;
  /* margin-top: 2rem; */
}
@media(max-width:768px){
  .navbar-brand svg  {
    height: 60px !important;
}
  .t4-slider-box{
    top: -60px !important;
}
}
.navbar-brand svg #logo {
  fill: #000;
}
.not-at-top .navbar-brand svg #logo {
  fill: #000;
}
.navbar-brand svg #slogan-frame {
  fill: var(--t4-indigo);
}


.navbar-brand svg #logo-slogan {
  fill: var(--t4-white);
}

.navbar-brand svg #logo {
  fill: var(--t4-indigo);
  transition: fill 0.3s ease-in;
}

.not-at-top .navbar-brand svg #logo {
  fill: #000000;
}
.navbar-brand svg #slogan{/* position: relative; *//* top: -2px; */transition: opacity 0.3s ease-in, transform 0.3s ease-in;}
.not-at-top .navbar-brand svg #slogan{
    /* display: none; */
    /* opacity: 0; */
    /* transform: translateY(-30px); */
}
.not-at-top .navbar-brand svg {margin-top: 0;transform: scale(0.7);height: 70px;}


body:not(.not-at-top) .t4-megamenu .navbar-nav > li > a,
body:not(.not-at-top) .t4-megamenu .navbar-nav > li > .nav-link {
  /* color: var(--t4-white); */
}


.t4-slider-box {
  background-image:
    linear-gradient(
      135deg,
      color-mix(in srgb, var(--color-secondary), transparent 0%) 0%,
      color-mix(in srgb, var(--color-secondary) 100%, transparent 10%),
      color-mix(in srgb, var(--color-secondary) 100%, transparent 50%)
    ),
    var(--slider-bg);
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  top: -100px;
  color: #fff;
}

.t4-slider-box .custom {
  max-width: 50%;
}
@keyframes heroFade {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.t4-slider-box h1 {
  color: var(--t4-white);
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(2rem, 4vw, 6rem);
  transform: translateX(40px);
  animation: heroFade .8s cubic-bezier(.4,0,.2,1) forwards;
  opacity: 0;
}

.t4-slider-box h1 span {
  color: var(--color-primary);
  display: block;
}

.t4-slider-box p {
  font-size: 1.3rem;
  opacity: 0;
  transform: translateX(-90px);
  animation: heroFade .8s ease .2s forwards;
}

@media (max-width: 768px) {
  .t4-slider-box .custom {
    max-width: unset;
  }
}
#cf_1 {
  padding: 1rem;
  max-width: 450px;
  backdrop-filter: blur(10px);
}

.t4-col.hero.col-sm.col-md-6 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  color: #fff;
}

.t4-col.hero.col-sm.col-md-6 h1 {
  font-size: 3.4rem;
  margin-bottom: 1rem;
  text-shadow: 0 4px 5px black;
  font-weight: 700;
}

.t4-col.hero.col-sm.col-md-6 p {
  color: #ffffff;
  padding: 0.5rem 2rem 0.5rem 0;
  max-width: fit-content;
  margin-top: 2rem;
  border-bottom: 1px solid #ffffff63;
  font-size: 1.5rem;
}

.t4-col.hero.col-sm.col-md-6 p svg {
  height: 2rem;
  fill: var(--color-warning);
  font-weight: 400;
  margin-left: 2rem;
}

#cf_1 .cf-input {
  border: 1px solid #e0e0e0;
  background: #f9f9f9;
  border-radius: 0;
  padding: 12px;
  transition: all 0.3s ease;
  max-width: 300px;
}

#cf_1 .cf-input:focus {
  border-color: #25d366;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.1);
}

#cf_1 .cf-label {
  color: var(--t4-emphasis-color);
  font-weight: 400;
  margin-bottom: 6px;
}

#cf_1 .cf-btn {
  background: #25d366 !important;
  border: none;
  border-radius: 50px !important;
  color: #ffffff !important;
  cursor: pointer;
  letter-spacing: 1.4px;
  padding: 0.5rem 1rem;
  transition:
    transform 0.2s,
    background 0.3s;
  display: flex;
}

#cf_1 .cf-btn:hover {
  background: #128c7e !important;
  box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4);
  transform: translateY(-2px);
}

#cf_1 .cf-input::placeholder {
  color: #292929 !important;
  opacity: 1;
}

#cf_1 .cf-input::-moz-placeholder,
#cf_1 .cf-input:-ms-input-placeholder {
  color: #999999 !important;
  opacity: 1;
}

.convertforms .cf-control-group {
  margin-bottom: 15px !important;
  padding: 0.5rem 0;
}

.cf-btn-text {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
  line-height: 1;
}

.cf-btn-text .fab {
  font-size: 1.5rem;
}

h4.preform-text {
  margin: 0;
  color: var(--body-link-color);
  font-family: Var(--body-font-family);
  font-weight: 700;
  font-size: 1rem;
}

.t4-masthead {
  align-items: center;
  background-image:
    linear-gradient(
      135deg,
      color-mix(in srgb, var(--color-secondary), transparent 0%) 0%,
      color-mix(in srgb, var(--color-secondary) 100%, transparent 40%),
      color-mix(in srgb, var(--color-secondary) 80%, transparent 80%)
    ),
    var(--hero-bg);
  background-position: top left,
    center center;
  background-size: cover, cover;
  display: flex;
  height: 40vh;
  justify-content: center;
  text-align: center;
  /* top: -20px; */
  background-repeat: no-repeat;
  top: 0;
}

.masthead-animation {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  opacity: 0.4;
}

.masthead-animation .masthead-bg-text {
  animation-duration: 400s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  color: transparent;
  font-family: "Red Hat Display";
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  text-transform: uppercase;
  user-select: none;
  white-space: nowrap;
  width: max-content;
}

@keyframes moveDiagonal {
  0% {
    transform: translate(-50%, 50%) rotate(0deg);
  }

  100% {
    transform: translate(50%, -50%) rotate(0deg);
  }
}

@keyframes moveDiagonalReverse {
  0% {
    transform: translate(50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, 50%) rotate(0deg);
  }
}

.masthead-animation .text-front {
  animation-name: moveDiagonal;
  font-size: 8vw;
  opacity: 0.06;
  top: calc(100% - 1.5lh);
  -webkit-text-stroke: 2px #ffffff;
  z-index: -3;
}

.masthead-animation .text-back {
  animation: moveDiagonalReverse 200s linear infinite;
  color: #fff;
  font-size: 10vw;
  opacity: 0.03;
  top: 25%;
  -webkit-text-stroke-color: blue;
  z-index: -1;
}

.t4-masthead .t4-masthead-title {
  color: #ffffff;
  
  text-transform: uppercase;
  font-weight: 500;
  font-variation-settings: "wdth" 500;
  text-wrap-style: balance;
  text-shadow: 0 4px 6px #000000c2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.t4-masthead .t4-masthead-title::after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background: #ffffffbd;
  border-radius: 2.5px;
  box-shadow: 0 4px 6px #000000c2;
}

@media (max-width: 768px) {
  .masthead-animation .text-back {
    font-size: 30vw;
    top: calc(100% - 3lh);
  }

  .masthead-animation .text-front {
    font-size: 28vw;
  }
}

.card-img-container {
  align-items: center;
  display: flex;
  height: 200px;
  justify-content: center;
  margin: 1rem auto;
  overflow: hidden;
  aspect-ratio: 1/1;
  text-align: center;
}

.card-img-container img {
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
  width: auto;
  margin: 0 auto;
}

.product-card {
  border-radius: 1rem;
  box-shadow: var(--box-shadow);
  transition: box-shadow 0.3s ease-in-out;
  padding-bottom: calc(1rem - 6px);
  will-change: box-shadow;
}

.product-card:hover {
  box-shadow:
    inset 0 -5px 0 0px var(--t4-gray-500),
    0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.product-card:hover img {
  transform: scale(1.1);
}

.product-card h3 {
  align-items: center;
  color: var(--color-secondary);
  display: flex;
  font-weight: 400 !important;
  justify-content: center;
  padding: 0.5rem 1rem;
  text-align: center;
  text-wrap: balance;
  font-size: 1.1rem;
}

.product-card .tags {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.product-card .tags .badge {
  background: var(--t4-gray-100);
  border-radius: 6rem;
  color: #888;
  display: block;
  font-size: 0.75rem;
  letter-spacing: 1px;
  margin: 5px;
  padding: 0.25rem 0.5rem;
  text-transform: uppercase;
}

.mod-tagspopular.tagspopular {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.tagspopular ul > li > a:focus-visible {
  border: none;
  outline: none;
}

body:not(.item-101) .t4-main-body {
  /* margin-top: -90px; */
}

.contact-block-inside {
  background: #fff;
  border-radius: 0.7rem;
  padding: 1rem;
}

.features-labels {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1rem -9px;
}

.features-labels.as-table {
  display: block;
  padding: 1rem;
  margin: 2rem 0;
}

.features-labels.as-table dl {
  margin: 0;
  padding: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 700px;
  margin: 1rem auto;
}

.features-labels.as-table dl dt:nth-of-type(odd),
.features-labels.as-table dl dt:nth-of-type(odd) + dd {
  background: #f5f5f5;
}

.features-labels.as-table dl dt:nth-of-type(even),
.features-labels.as-table dl dt:nth-of-type(even) + dd {
  background: #ffffff;
}

.features-labels.as-table dt,
.features-labels.as-table dd {
  border-bottom: 1px solid
    color-mix(in srgb, var(--color-secondary) 15%, white 70%);
  margin: 0;
  padding: 10px;
}

.as-table dl dt:last-of-type,
.as-table dl dd:last-child {
  border-bottom: none;
}

.features-labels.as-table dt {
  align-items: center;
  display: flex;
  float: left;
  font-weight: bold;
}

.features-labels.as-table dd {
  text-align: right;
}

.features-labels.as-table svg.icon {
  display: none;
  height: 22px;
  margin-right: 5px;
  width: 22px;
}

.slider-container {
  background: #ffffff;
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
}

.thumbs-slider {
  height: 600px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.thumbs-slider .swiper-slide {
  aspect-ratio: 1 / 1;
  cursor: pointer;
  border-radius: 8px;
  width: 65px;
  height: 65px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--t4-gray-400);
  aspect-ratio: 1 / 1 !important;
  overflow: hidden;
  margin: 3px;
}

.thumbs-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.thumbs-slider .swiper-slide-thumb-active {
  opacity: 1;
  outline: 2px solid var(--color-primary);
  box-shadow: 0px 0px 1px 4px #2e86ab63;
}

.thumbs-slider .swiper-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.main-slider {
  aspect-ratio: 1 / 1;
  height: 600px;
  width: 100%;
  background: #fff;
  padding-bottom: 30px;
}

.main-slider .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.main-slider .swiper-slide {
  display: flex;
  border-radius: 1rem;
  justify-content: center;
}

.main-slider .swiper-slide img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#main- {
  aspect-ratio: 1 / 1;
  height: auto !important;
  width: 100% !important;
}

#main- .swiper-slide {
  align-items: center;
  display: flex;
  height: 100% !important;
  justify-content: center;
  width: 100% !important;
}

#main- .swiper-slide img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

#thumbs- .swiper-slide {
  aspect-ratio: 1 / 1;
  height: auto !important;
  width: 100% !important;
}

@media (max-width: 767px) {
  .thumbs-slider {
    height: 120px;
    display: none;
  }
}

.swiper-button-next,
.swiper-button-prev {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: var(--color-primary) !important;
  height: 40px !important;
  width: 40px !important;
  font-size: 18px;
  --swiper-navigation-size: 22px;
  top: 50%;
}

.btn-secondary.previous,
.btn-secondary.next {
  border-radius: 99rem;
  color: #fff;
}

.swiper-slide a {
}

.item .card-body {
  border-top: 1px solid var(--t4-gray-300);
  
  
  p {
    font-size: 0.875rem;
    color: var(--t4-gray-600);
    margin: 0;
  }

  a {
    color: var(--color-secondary);
  }
}

.masthead-article-title {
}

.gallery-wrapper {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 1rem;
  padding: 1rem;
  position: relative;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .slider-container {
    margin: 1rem auto;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .main-slider {
    padding: 0;
    height: auto;
    .swiper-slide {
      aspect-ratio: 1/1;
      overflow: hidden;
      img {
        object-fit: contain;
      }
    }
  }
}

.swiper-pagination-2 {
  padding-top1rem .swiper-pagination-bullet {
    --swiper-pagination-bullet-size: 12px;
  }

  -webkit-font-smoothing: subpixel-antialiased;
  z-index: 9999;
}

.side-card {
  border-radius: 1rem;
  h2 {
    font-weight: 700;
    margin: 0;
    font-size: 1.8rem;
    .list-inline-item a {
      font-size: 12px;
      letter-spacing: 0.5px;
      &:hover,
      &:focus {
        background: var(--color-secondary);
        color: #fff;
      }
    }
  }

  border-radius: 1;
}

div#cf_1 {
  padding: 0;
  margin-top: 1.4rem;
  margin-bottom: 0;
}

.convertforms .cf-form-wrap {
  padding: 0;
}

.features-list {
  background: #fff;
  border-radius: 1rem;
  box-shadow: var(--box-shadow);
}

.youtube-thumb::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 147.65 163.86'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M26.75,3.61C11.98-4.86,0,2.08,0,19.11v125.64c0,17.04,11.98,23.98,26.75,15.51l109.81-62.98c14.78-8.48,14.78-22.21,0-30.69L26.75,3.61Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 17px;
  background-position: center center;
  background-repeat: no-repeat;
  left: 11.5px;
  top: 11.5px;
  background-color: #ff0033;
  border-radius: 50%;
}

.youtube-thumb {
  position: relative;
}

.serv-block {
  display: flex;
  margin-top: -100px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;

  .style-1-item {
    padding: 3rem 1rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: clamp(25%, 150px, 250px);
    height: 100%;
    position: relative;

    &:not(:last-child) {
    border-right: 1px solid #ffffff1a;
    }

    h3 {
      font-weight: 700;
      text-transform: uppercase;
      margin: 0;
      font-size: 31px;
    }

    p {
    }
  }
}

@media (max-width: 768px) {
  .serv-block {
    flex-wrap: wrap;
    gap: 1rem;
    padding: 2rem 0;

    .style-1-item {
      padding: 1.2rem;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      min-height: 120px;
      background: #0000003b;
      border-radius: 1rem;

      h3 {
        font-weight: 700;
        text-transform: uppercase;
        margin: 0;
        font-size: 21px;
      }

      p {
      }
    }
  }
}

.t4-intro {
  padding: 4rem 0;
  font-size: 22px;
  display: flex;
  min-height: 50vh;
  align-items: center;
  justify-content: center;
  strong {
    color: var(--color-primary);
  }
}

.t4-megamenu .navbar-nav > li > a,
.t4-megamenu .navbar-nav > li > .nav-linkr {
  position: relative;
  z-index: 1;
}

.t4-megamenu .navbar-nav > li > a::after,
.t4-megamenu .navbar-nav > li > .nav-link::after {
  z-index: -1;
  content: "";
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--t4-white);
  position: absolute;
  border-radius: 99rem;
  transition-property: transform, background;
  transform: scaleY(0) scaleX(0);
  transform-origin: center center;
  transition-duration: 0.3s, 0.2s;
  transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1), linear;
}

.t4-megamenu .navbar-nav > li.active > a::after,
.t4-megamenu .navbar-nav > li.active > .nav-link::after {
  background: var(--color-primary);
  transform: scaleY(1);
}

.t4-megamenu .navbar-nav > li > a:hover::after,
.t4-megamenu .navbar-nav > li > .nav-link:hover::after,
.t4-megamenu .navbar-nav > li > a:focus::after,
.t4-megamenu .navbar-nav > li > .nav-link:focus::after {
  background: var(--color-primary);
  transform: scaleY(1) scaleX(1);
  border-radius: 99rem;
}

#grid-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  
  
  
  
  
  
  
  
  
  &::after {
    width: 100px;
    display: block;
    height: 5px;
    border-radius: 2.5px;
    content: "";
    background: var(--color-primary);
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}

.icons-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 2rem auto 6rem;
  .block-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 3rem;
    flex-direction: column;
    width: clamp(32%, 300px, 400px);
    background: var(--t4-gray-200);
    border-radius: 12px;
    .svg-block-item {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff;
      padding: 1rem;
      svg {
        width: 40px;
        height: 40px;
        fill: var(--color-primary);
        filter: drop-shadow(
          2px 2px 0px color-mix(in srgb, var(--color-primary) 50%, #fff 100%)
        );
      }
    }

    p {
      margin: 0;
      text-align: center;
      min-height: 2lh;
    }

    h4 {
      margin: 0;
      text-align: center;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 1.3rem;
      margin: 1rem 0;
      color: color-mix(var(--color-primary) 100%, var(--color-secondary) 50%);
    }
  }
}

.block-intro {
  text-align: center;
  max-width: 730px;
  margin: 5rem auto 0;
  h3 {
    text-align: center;
    text-wrap-style: balance;
    font-weight: 700;
    color: var(--t4-gray-900);
  }

  p {
    text-wrap-style: balance;
  }
}

.convertforms .cf-response {
  color: var(--body-text-color);
  background: var(--t4-gray-200);
  padding: 1rem;
  border-radius: 1rem;

  h3 {
    font-family: var(--body-font-family);
    font-size: var(--h4-font-size);
    margin-top: 0;
  }
}

.convertforms .cf-fields {
  margin: 0;
}

.cf-control-group[data-type="recaptchaaio"] {
  padding: 0;
  margin: -10px 0 0 0;
}

.cf-control-group.form-title {
  padding: 0;
  margin-top: 0.5rem;
}

span.intro {
  color: var(--t4-gray-700);
  margin: 0.5rem 0;
  display: block;
  font-size: 1.2rem;
  border-bottom: 1px solid var(--t4-gray-300);
}

.share-popover {
  display: none;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.5rem;
  .share-action {
    display: flex;
    gap: 1ch;
    align-items: center;
    padding: 0.35rem;
    i {
      padding: 0.25ch;
      width: 20px;
      height: 20px;
      display: block;
      font-size: 16px;
    }
  }
}

.share-popover.is-visible {
  display: block;
}

.sharer h4 {
  padding: 1rem 0;
}

.share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5ch;
}

.slot-video-container {
  position: relative;
  .video-swiper-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: transparent;
  }

  &.swiper-slide-active {
    .video-swiper-overlay {
      pointer-events: none;
    }
  }
}

.video-wrapper {
  position: relative;
  img {
    position: absolute !important;
    top: 0;
  }

  .play-trigger {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--t4-secondary-color);
  }
}

h2.t4-masthead-title.masthead-article-title {
  font-size: calc(1.5rem + 1vw);
  max-width: 500px;
  line-height: 1.5;
}

.view-article .t4-main-body {
  /* margin-top: -90px; */
}

.card-body.p-0.text-center {
  /* border-top: 1px solid #2e86ab59; */
}

.tag-filter[data-filter="all"] {
  background: var(--color-primary);
  color: #fff;
}

.about-page {
  .t4-main-body {
    margin-top: 0;
  }

  .t4-intro {
    min-height: unset;
    /* margin-top: -90px; */
    margin-bottom: 3rem;
    padding: 3rem 0 6rem;
  }
}

.shadow-xl {
  box-shadow:
    0 2.75rem 2.5rem -3.5rem rgba(45, 55, 75, 0.2),
    0 2rem 2rem -2rem rgba(45, 55, 75, 0.15) !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 2rem !important;
}

.py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-6 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.pe-6 {
  padding-right: 2.5rem !important;
}

.ps-5 {
  padding-left: 2rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.text-muted {
  color: #8c98a4 !important;
}

.bg-light {
  background-color: #f5f7fa !important;
}

.bg-white {
  background-color: #fff !important;
}

.rounded-3 {
  border-radius: 0.8125rem !important;
}

.bg-soft-primary {
  background-color: rgba(111, 143, 120, 0.25) !important;
}

@media (min-width: 768px) {
  .position-md-absolute {
    position: absolute !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .content-space-md-1 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
}

.order-r.position-relative.row {
}

.spacing-lg {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 0;
}

.logos-block {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 1150px;
  margin: 2rem auto;
  align-items: flex-start;
  justify-content: center;

  .logo-item {
    max-width: clamp(150px, 25%, 250px);
    display: flex;
    display: grid;
    place-items: center;
    text-align: center;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 0.25rem 0.5rem rgba(45, 55, 75, 0.05);

    .img-logo {
      display: grid;
      place-items: center;
      text-align: center;
      aspect-ratio: 4/3;
      padding: 2rem;
    }
    h4 {
      font-family: var(--body-font-family);
      font-size: 0.9rem;
      margin-top: -1lh;
      padding: 0.5rem 1rem;
      width: 100%;
      min-height: 4lh;
      margin-bottom: 0;
      display: grid;
      place-items: center;
      text-align: center;
      border-radius: 0 0 1rem 1rem;
      font-weight: 700;
      color: var(--t4-gray-600);
    }
  }
}

.t4-cta-final {
  --cat-bg: url(../../../images/cta-final.webp);
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image:
    linear-gradient(
      135deg,
      color-mix(in srgb, var(--color-secondary), transparent 0%) 0%,
      color-mix(in srgb, var(--color-secondary) 100%, transparent 50%),
      color-mix(in srgb, var(--color-secondary) 100%, transparent 100%)
    ),
    linear-gradient(92deg, var(--color-primary), #1c2e3e5c, #2e86ab00),
    var(--cat-bg);
  background-size: cover, cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  padding: 3rem 0;
  text-align: center;
  
  

  .cta-block {
    display: flex;
    justify-content: center;
    flex-direction: column;

    h2 {
      margin-bottom: 2rem;
    }
    p {
      font-size: 1.2rem;
      margin: 0 0 2rem;
      text-wrap-style: balance;
    }
  }
}

.item-104 .t4-main-body {
  background: #fff !important;
}

.item-104.view-article figure.pull-left.item-image {
  float: none !important;
  margin: 0 auto;
  text-align: center;
}

a.badge.badge-primary.text:hover,
a.badge.badge-primary.text:focus {
  color: #fff;
}

.blog-item-box {
  padding: 2rem 0;
}

.swiper-pagination-bullet-active {
  transform: scale(1.5);
}

.blog-item-box {
  border-bottom: 1px solid var(--t4-gray-300);
  padding: 3rem 0;
}

.items-row .item p.readmore {
  text-align: right;
  /* margin-right: 100px; */
}

.item-intro h4 {
  font-size: 1.2rem;
  font-family: var(--body-font-family);
  color: var(--t4-gray-600);
  font-weight: 700;
}

li.nav-item.current.active.dropdown.mega.parent {
  padding: 0 0.5rem;
}
.contact-info-section {
  .form-wrap,
  .contact-block-article {
    background: #fff;
    padding: 1rem;
    border-radius: 1rem;
    margin-bottom: 2rem;

    .dir-item {
      display: block;
      width: 100%;
      margin-bottom: 1.5lh;

      h4 {
        display: block;
        width: 100%;
        font-family: var(--body-font-family);
        font-size: 1.1rem;
        font-weight: 700;
        margin: 0px 0 0 47px;
      }
    }
    .address-block p {
      font-size: 1rem;
    }
    .footer-logo {
      display: none;
    }
    svg {
      fill: var(--color-primary);
      width: 32px;
      height: 22px;
      margin-right: 18px;
      margin-top: -23px;

      use {
      }
    }
    i {
    }
  }
  .form-wrap {
    .convertforms .cf-fields {
      margin: calc(-1 * var(--control-gap));
      padding: 0;

      .cf-control-group {
        padding: 0.5rem;
        margin: 0;
      }
    }
  }
  .social-block.left {
    a {
      background: var(--color-secondary);
    }
  }
}

li.nav-item.current.active {
  margin: 0 0.5rem;
}

.cf-recaptcha-v3-text-badge {
  font-size: 10px !important;
}

.form-whatsapp .cf-form-wrap {
  padding: 0 1rem !important;
}
.form-whatsapp .cf-input::placeholder {
  color: #000;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.form-whatsapp .cf-control-group:has(.cf-input:focus) .cf-input::placeholder {
  color: #2a2a2a;
  opacity: 1;
}
.form-whatsapp .cf-control-group {
  position: relative;
}

.form-whatsapp .cf-control-label {
  position: absolute;
  left: 1rem;
  top: 56%;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.form-whatsapp .cf-control-group:has(.cf-input:focus) .cf-control-label,
.form-whatsapp
  .cf-control-group:has(.cf-input:not(:placeholder-shown))
  .cf-control-label {
  opacity: 0;
}

.select-industria .cf-control-label {
  position: static;
}
.form-whatsapp.convertforms .select-industria select {
  color: var(--label-color) !important;
  font-size: var(--label-size);
  margin-bottom: 0.45em;
  display: block;
  line-height: 1.3;
  font-weight: var(--label-weight);
  opacity: 1;
  background: #fff !important;
}
.select-industria select option {
  font-weight: 400;
}
.select-industria select option[value=""],
.select-industria select:not(:-internal-list-box) option:disabled {
  color: var(--label-color);
  font-size: var(--label-size);
  margin-bottom: 0.45em;
  display: block;
  line-height: 1.3;
  font-weight: var(--label-weight);
  opacity: 1;
}

.convertforms .cf-btn.btn-whatsapp-toast {
  padding: 0.5rem 1rem;
  border-radius: 3lh;
  width: 100%;
}

#catalogToast .toast-header {
  background: #075e54;
  color: #fff;
  padding: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  border: none;
  border-top-left-radius: calc(1rem - 4px);
  border-top-right-radius: calc(1rem + -4px);
}

.header-wrap {
  min-width: 200px;
}
.products-swiper .swiper-slide {
	height: auto;
}

.products-swiper .item {
	height: 100%;
}

.products-swiper {
    padding-top: 40px;
}

.footer-right {
    display: flex;
    align-items: flex-start;
    justify-content: left;
  flex-wrap: wrap;
}
.footer-right .nav-wrap{
    min-width: 40%;
    margin-bottom: 2lh;
}
.footer-right .nav-wrap h4{
    font-family: var(--body-font-family);
    font-size: 1.4rem;
    font-weight: 700;
    padding-left: 0.4rem;
    /* background: #ffffff; */
    color: var(--t4-white);
}
.footer-right .nav-wrap .navbar{
    padding: 0;
}

.card-shadow {
    box-shadow: var(--box-shadow);
}

