@charset "UTF-8";
/* breakpoints */
/*mixins*/
/*Colores*/
/* tpografias*/
.fixed-header .header__content-menu nav ul li a {
  color: #fff;
}
@media screen and (max-width : 576px) {
  .fixed-header .header__content-menu nav ul li a {
    color: #100E02;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}
.fixed-header .header__content-menu nav ul li a:hover {
  color: #FFBE11;
}

.single .fixed-header {
  background-color: #fff !important;
}
.single .fixed-header .header__content-menu nav ul li a {
  color: #000;
}
@media screen and (max-width : 576px) {
  .single .fixed-header .header__content-menu nav ul li a {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}

html {
  box-sizing: border-box;
  font-size: 62.5%; /* 10px = 1rem*/
}

body {
  font-size: 1.6rem;
  line-height: 2;
  overflow-x: hidden;
  background-color: #4E5150;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1 {
  font-size: 6.5rem;
  font-family: "Onest-Bold";
  font-weight: 700;
  color: #100E02;
}

h2 {
  font-size: 4.6rem;
  font-family: "Onest-Bold";
  font-weight: 700;
}

h3 {
  font-size: 3.5rem;
  font-family: "Onest-Bold";
  line-height: 1;
}

h4 {
  font-size: 2.4rem;
}

/*Globals*/
a {
  text-decoration: none;
  color: #100E02;
  font-family: "Onest-Bold";
}

p {
  font-family: "Onest-Regular";
  color: #100E02;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

.internal {
  padding: 5rem 0rem;
}

p {
  line-height: 1.4;
}

/*
Aqui van todas las configuraciones referentes a la typografia
@font-face
*/
@font-face {
  font-family: "Onest-Regular";
  src: url("../fonts/onest/Onest-Regular.ttf") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Onest-Bold";
  src: url("../fonts/onest/Onest-Bold.ttf") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Onest-Black";
  src: url("../fonts/onest/Onest-Black.ttf") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Onest-SemiBold";
  src: url("../fonts/onest/Onest-SemiBold.ttf") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Onest-Light";
  src: url("../fonts/onest/Onest-Light.ttf") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Onest-Black";
  src: url("../fonts/onest/Onest-ExtraBold.ttf") format("woff");
  font-weight: 800;
  font-style: normal;
}
.mec-button, .slider_principal .contenido-slider a {
  border-radius: 0.3rem;
  color: #fff;
  font-family: "Onest-Regular";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.3rem;
  margin: 0 1.6rem;
  padding: 1rem 3.4rem;
  cursor: pointer;
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  max-height: 4rem;
  height: 4rem;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  /* === Variantes === */
  /* === Animación Hover Global === */
}
@media screen and (max-width : 576px) {
  .mec-button.menu-button, .slider_principal .contenido-slider a.menu-button {
    margin: 0;
    text-align: center;
    margin-top: 3rem;
  }
}
.mec-button.register-button, .slider_principal .contenido-slider a.register-button {
  background: #FFBE11;
  color: #100E02;
}
.mec-button.visit-button, .slider_principal .contenido-slider a.visit-button {
  border: 0.1rem solid rgba(162, 175, 255, 0.3);
  background: rgba(2, 22, 151, 0.3);
}
.mec-button.outline-button, .slider_principal .contenido-slider a.outline-button {
  border: 1px solid #FFBE11;
  background: none !important;
  color: #fff !important;
}
.mec-button:hover, .slider_principal .contenido-slider a:hover {
  transform: scale(1.08);
  box-shadow: 0 0 18px rgba(255, 190, 17, 0.7);
}
.mec-button::after, .slider_principal .contenido-slider a::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  transition: all 1.2s ease;
}
.mec-button:hover::after, .slider_principal .contenido-slider a:hover::after {
  left: 100%;
}

/* === Botón en páginas single === */
.single .mec-button, .single .slider_principal .contenido-slider a, .slider_principal .contenido-slider .single a {
  color: #fff !important;
}

/* === Botones especiales (formularios, cotizador, etc.) === */
.quoter-action-button {
  margin-top: 2rem;
  width: fit-content;
  background: #FFBE11;
  color: #fff;
  font-family: "Onest-Regular";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  border: 0 none;
  border-radius: 0.3rem;
  cursor: pointer;
  padding: 1.6rem 7rem;
  float: right;
  position: relative;
}
.quoter-action-button svg {
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 0.8rem;
}
.quoter-action-button rect {
  fill: none;
  stroke: #DB0000;
  stroke-width: 0;
  stroke-dasharray: 422, 0;
  transition: all 0.35s linear;
}
.quoter-action-button:hover {
  background: transparent;
  color: #DB0000;
}
.quoter-action-button:hover rect {
  stroke-width: 10;
  stroke-dasharray: 35, 310;
  stroke-dashoffset: 48;
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.quoter-action-button:focus {
  background-color: #DB0000;
}

.quoter-action-button-previous {
  margin-top: 2rem;
  width: fit-content;
  background: #c3c3c3;
  font-weight: bold;
  color: #fff;
  border: 0 none;
  border-radius: 0.3rem;
  cursor: pointer;
  padding: 1.6rem 7rem;
  float: right;
  margin-right: 3.2rem;
  transition: 0.5s;
}
.quoter-action-button-previous:hover {
  box-shadow: inset 0 0 0 2.5rem #DB0000;
}
.quoter-action-button-previous:focus {
  box-shadow: inset 0 0 0 2.5rem #DB0000;
}

.quoter-total-button {
  margin: 1rem 0;
  display: block;
  width: fit-content;
  background: #1E1B39;
  color: #fff;
  font-family: "Open-Sans";
  font-style: normal;
  font-weight: 700;
  border: 0 none;
  border-radius: 0.3rem;
  cursor: pointer;
}

.highlight-section {
  background-color: #4E5150;
  padding: 6rem 0;
  overflow: hidden;
}
.highlight-section__content {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width : 576px) {
  .highlight-section__content {
    flex-direction: column;
    text-align: center;
  }
}
.highlight-section__text {
  flex: 1 1 50%;
  /* ---------- Animación hijos ---------- */
}
.highlight-section__text .highlight-section__label,
.highlight-section__text .highlight-section__title,
.highlight-section__text .highlight-section__description {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}
.highlight-section__text .highlight-section__label.active,
.highlight-section__text .highlight-section__title.active,
.highlight-section__text .highlight-section__description.active {
  opacity: 1;
  transform: translateY(0);
}
.highlight-section__text > .highlight-section__label {
  display: inline-block;
  background-color: #ffbe11;
  color: #333;
  font-family: "Onest-Bold";
  padding: 0.5rem 1.5rem;
  border-radius: 5px;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.highlight-section__text > .highlight-section__title {
  font-size: 5.2rem;
  font-family: "Onest-Black";
  color: #fff;
  margin-bottom: 1.5rem;
}
.highlight-section__text > .highlight-section__title span {
  color: #008000;
}
@media screen and (max-width : 576px) {
  .highlight-section__text > .highlight-section__title {
    font-size: 2.4rem;
  }
}
.highlight-section__text > .highlight-section__description {
  font-size: 1.6rem;
  font-family: "Onest-Regular";
  color: #919191;
  margin-bottom: 2.5rem;
  line-height: 1.6;
}
@media screen and (max-width : 576px) {
  .highlight-section__text > .highlight-section__description {
    font-size: 1.5rem;
  }
}
.highlight-section__items {
  margin-top: 2rem;
}
.highlight-section__items .highlight-section__item {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  padding: 2rem;
  transition: all 0.3s ease;
  /* ---------- Estado inicial oculto ---------- */
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}
.highlight-section__items .highlight-section__item.active {
  opacity: 1;
  transform: translateY(0);
}
.highlight-section__items .highlight-section__item:hover {
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
  border-radius: 5px;
}
.highlight-section__items .highlight-section__item-icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
  flex-shrink: 0;
  margin-left: 0.5rem;
}
.highlight-section__items .highlight-section__item-content h4 {
  font-size: 1.8rem;
  font-family: "Onest-Bold";
  color: #fff;
  margin-bottom: 0.5rem;
}
.highlight-section__items .highlight-section__item-content p {
  font-size: 1.5rem;
  font-family: "Onest-Regular";
  color: #fff;
  margin: 0;
  line-height: 1.5;
}
@media screen and (max-width : 576px) {
  .highlight-section__items .highlight-section__item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.highlight-section__image {
  flex: 1 1 50%;
  text-align: center;
  /* ---------- Animación imagen ---------- */
  opacity: 0;
  transform: translateX(50px);
  transition: all 1s ease-out;
}
.highlight-section__image.active {
  opacity: 1;
  transform: translateX(0);
}
.highlight-section__image img {
  max-width: 100%;
  height: 500px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width : 576px) {
  .highlight-section__image {
    display: none;
  }
}
@media screen and (max-width : 576px) {
  .highlight-section {
    padding: 4rem 2rem;
  }
}

.banner-video {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
}
.banner-video.height-img {
  height: 50vh;
}
@media screen and (max-width : 576px) {
  .banner-video.height-img {
    height: 50vh;
  }
}
.banner-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.banner-video__video {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
  overflow: hidden;
  object-fit: cover;
  background-size: cover;
  background-position-y: 9%;
}
.banner-video__contenido {
  position: relative;
  z-index: 1;
  width: 100%;
  color: white;
  padding: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width : 576px) {
  .banner-video__contenido.title-banner-main {
    width: 100%;
  }
}
.banner-video__contenido.title-banner-main h1 {
  margin-top: 3rem;
  color: #fff;
  text-shadow: 0px 2px 2px rgba(46, 1, 1, 0.32);
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width : 576px) {
  .banner-video__contenido.title-banner-main h1 {
    width: 100%;
    font-size: 3.2rem;
  }
}
.banner-video__contenido h1 {
  color: #fff;
  font-size: 4rem;
  margin-bottom: 3rem;
  font-weight: 100;
}
@media screen and (max-width : 576px) {
  .banner-video__contenido h1 {
    font-size: 3rem;
  }
}
.banner-video__contenido span {
  color: #FFBE11;
  font-family: "Onest-Bold";
}
.banner-video__contenido p {
  color: #fff;
  text-shadow: 0px 2px 2px rgba(46, 1, 1, 0.32);
  font-family: "Onest-Regular";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-video__contenido a {
  margin: 0rem;
}
.banner-video__contenido .breadcrumb {
  border-radius: 5px;
  backdrop-filter: blur(10px);
  width: fit-content;
  font-family: "Onest-Regular";
  font-size: 2rem !important;
}
@media screen and (max-width : 576px) {
  .banner-video__contenido .breadcrumb {
    margin-top: 1rem;
  }
}
.banner-video__contenido .breadcrumb a {
  color: #100E02 !important;
  font-size: 2rem !important;
  font-family: "Onest-Regular" !important;
}

.grid-products {
  background-color: #4E5150;
  padding: 6rem 0;
}
@media screen and (max-width : 576px) {
  .grid-products {
    padding: 2rem;
  }
}
.grid-products__title {
  color: #fff;
  font-size: 4.4rem;
}
@media screen and (max-width : 576px) {
  .grid-products__title {
    font-size: 4.4rem;
  }
}
.grid-products hr {
  height: 0.4rem;
  width: 10rem;
  background-color: #FFBE11;
  opacity: 1;
  margin: 1;
}
.grid-products__content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
}
@media screen and (max-width : 576px) {
  .grid-products__content {
    row-gap: 3rem;
  }
}
.grid-products__content--card {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
}
.grid-products__content--card:hover {
  transform: scale(1.05);
}
.grid-products__content--card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.grid-products__content--card img {
  position: absolute;
}
.grid-products__content--card:nth-child(1) {
  grid-column: 1/2;
  height: 610px;
  width: 410px;
  border-radius: 1rem;
}
@media screen and (max-width : 576px) {
  .grid-products__content--card:nth-child(1) {
    grid-column: 1/6;
    height: 300px;
    width: unset;
  }
}
@media screen and (min-width : 1024px) and (max-width:1365px) {
  .grid-products__content--card:nth-child(1) {
    height: 519px;
    width: 320px;
  }
}
.grid-products__content--card:nth-child(1) img {
  height: 610px;
  border-radius: 2rem;
}
@media screen and (max-width : 576px) {
  .grid-products__content--card:nth-child(1) img {
    object-fit: cover;
    height: 300px;
  }
}
@media screen and (min-width : 1024px) and (max-width:1365px) {
  .grid-products__content--card:nth-child(1) img {
    height: 519px;
  }
}
.grid-products__content--card:nth-child(2) {
  height: 315px;
  grid-column: 2/6;
}
@media screen and (max-width : 576px) {
  .grid-products__content--card:nth-child(2) {
    height: 300px;
    grid-column: 1/6;
  }
}
@media screen and (min-width : 1024px) and (max-width:1365px) {
  .grid-products__content--card:nth-child(2) {
    height: 260px;
  }
}
.grid-products__content--card:nth-child(2) img {
  border-radius: 5px;
  height: 315px;
}
@media screen and (max-width : 576px) {
  .grid-products__content--card:nth-child(2) img {
    height: 300px;
    object-fit: cover;
  }
}
@media screen and (min-width : 1024px) and (max-width:1365px) {
  .grid-products__content--card:nth-child(2) img {
    height: 260px;
  }
}
.grid-products__content--card:nth-child(3) {
  grid-column: 2/4;
  margin-top: -29.5rem;
  height: 280px;
}
@media screen and (max-width : 576px) {
  .grid-products__content--card:nth-child(3) {
    grid-column: 1/6;
    margin-top: 0;
    height: 300px;
  }
}
@media screen and (min-width : 1024px) and (max-width:1365px) {
  .grid-products__content--card:nth-child(3) {
    margin-top: -26.5rem;
    height: 250px;
  }
}
.grid-products__content--card:nth-child(3) img {
  height: 280px;
  border-radius: 5px;
}
@media screen and (max-width : 576px) {
  .grid-products__content--card:nth-child(3) img {
    height: 300px;
    object-fit: cover;
  }
}
@media screen and (min-width : 1024px) and (max-width:1365px) {
  .grid-products__content--card:nth-child(3) img {
    height: 250px;
  }
}
.grid-products__content--card:nth-child(4) {
  grid-column: 4/6;
  margin-top: -29.5rem;
  height: 280px;
}
@media screen and (max-width : 576px) {
  .grid-products__content--card:nth-child(4) {
    margin-top: 0;
    grid-column: 1/6;
    height: 300px;
  }
}
@media screen and (min-width : 1024px) and (max-width:1365px) {
  .grid-products__content--card:nth-child(4) {
    margin-top: -26.5rem;
    height: 250px;
  }
}
.grid-products__content--card:nth-child(4) img {
  height: 280px;
  border-radius: 5px;
}
@media screen and (max-width : 576px) {
  .grid-products__content--card:nth-child(4) img {
    height: 300px;
    object-fit: cover;
  }
}
@media screen and (min-width : 1024px) and (max-width:1365px) {
  .grid-products__content--card:nth-child(4) img {
    height: 250px;
  }
}
.grid-products__content--card--text {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2.5rem 2rem;
}
.grid-products__content--card--text h2 {
  font-size: 2.2rem;
  color: #fff;
  font-family: "Onest-Bold";
}
.grid-products__content--card--text p {
  font-size: 1.6rem;
  color: #fff;
  font-family: "Onest-Light";
  margin-bottom: 2rem;
}
.grid-products__content--card--text a {
  margin: 0;
  width: fit-content;
}
@media screen and (max-width : 576px) {
  .grid-products__content--card--text a {
    margin: 0 !important;
    width: 100%;
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.grid-products__title, .grid-products__content--card {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}
.grid-products__title:hover, .grid-products__content--card:hover {
  transform: scale(1.05);
}
.grid-products__title.active, .grid-products__content--card.active {
  animation: fadeUp 0.8s forwards;
}
.grid-products__content--card--text {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}
.grid-products__content--card--text.active {
  animation: fadeUp 0.8s forwards 0.2s;
}

.grid-products__content--card {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  transition: transform 0.3s ease;
}
.grid-products__content--card:hover {
  transform: scale(1.05);
}
.grid-products__content--card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  pointer-events: none;
  transition: background-color 0.3s ease;
}
.grid-products__content--card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  pointer-events: none;
}
.grid-products__content--card:hover::before, .grid-products__content--card:focus::before {
  animation: shine 0.8s forwards;
}
.grid-products__content--card:hover {
  transform: scale(1.03);
}
@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
.grid-products__content--card--text {
  position: relative;
  z-index: 2;
  color: #fff;
}

.slider_principal {
  height: 100vh;
  width: 100vw;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width : 576px) {
  .slider_principal {
    justify-content: flex-start !important;
  }
}
.slider_principal .contenido-slider {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  width: 70%;
  padding-left: 10rem;
}
@media screen and (max-width : 576px) {
  .slider_principal .contenido-slider {
    width: 100%;
    align-items: center !important;
    padding: 1rem 5rem;
  }
}
@media screen and (max-width : 576px) {
  .slider_principal .contenido-slider a {
    font-size: 1.2rem;
    padding: 1rem !important;
  }
}
.slider_principal .contenido-slider span {
  color: #FFBE11;
  font-family: "Onest-Bold";
}
.slider_principal .contenido-slider h1 {
  color: #fff;
  font-size: 7rem;
  margin-bottom: 3rem;
  font-family: "Onest-Black";
  font-weight: 100;
  text-align: center;
}
@media screen and (max-width : 576px) {
  .slider_principal .contenido-slider h1 {
    font-size: 2.5rem;
    text-align: center !important;
  }
}
.slider_principal .contenido-slider a {
  background-color: #FFBE11;
  color: #100E02;
  margin-left: 0 !important;
  font-family: "Onest-Bold";
}

/* ======================
   ALINEACIÓN DE TEXTO
====================== */
.text-left {
  text-align: left !important;
  margin-left: 9rem !important;
}
@media screen and (max-width : 576px) {
  .text-left {
    margin-left: 0 !important;
    text-align: center !important;
  }
}

.text-right {
  text-align: left !important;
  margin-right: 9rem !important;
}
@media screen and (max-width : 576px) {
  .text-right {
    margin-right: 0 !important;
    text-align: center !important;
  }
}

/* ======================
   ANIMACIÓN DE TEXTOS
====================== */
.contenido-slider p {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 1.2s ease, transform 1.2s ease;
  will-change: opacity, transform;
}
@media screen and (max-width : 576px) {
  .contenido-slider p {
    text-align: center;
  }
}

.splide__slide.is-active .contenido-slider p {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.2s;
}

/* ======================
   FLECHAS DEL SLIDER
====================== */
.splide__arrow--prev {
  display: none;
}

.splide__arrow--next {
  display: none;
}

.splide__arrow {
  border: 1px solid #fff;
  background: transparent;
}
.splide__arrow svg {
  fill: #fff;
}

/* ======================
   PAGINACIÓN DEL SLIDER
====================== */
.splide__pagination {
  bottom: 30rem;
  right: 2rem;
  left: unset;
  flex-direction: column-reverse;
}
@media screen and (max-width : 576px) {
  .splide__pagination {
    bottom: 15rem;
    right: 0;
    left: 0;
    flex-direction: unset;
  }
}
.splide__pagination .splide__pagination__page {
  background-color: #FFBE11 !important;
  opacity: 1 !important;
}
.splide__pagination .splide__pagination__page.is-active {
  width: 15px;
  height: 15px;
  border-radius: 4rem !important;
  transform: scale(1.4);
  z-index: 1;
}

/* ======================
   EFECTOS DE IMAGEN Y TEXTOS
====================== */
.d-flex.slider_principal {
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 2.5s ease, transform 3s ease;
  will-change: opacity, transform;
}

.splide__slide.is-active .d-flex.slider_principal {
  opacity: 1;
  transform: scale(1);
}

/* Animación de textos */
.contenido-slider h1,
.contenido-slider a {
  opacity: 0;
  transform: translateX(-60px);
  transition: opacity 1.2s ease, transform 1.2s ease;
  will-change: opacity, transform;
}

/* Título visible después de la imagen */
.splide__slide.is-active .contenido-slider h1 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.8s;
}

/* Botones visibles después del título */
.splide__slide.is-active .contenido-slider a {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.6s;
}

.block-c__social-media {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.block-c__social-media .social-container {
  position: absolute;
  display: flex;
  transform: rotate(270deg);
  width: 52%;
  left: -27rem;
  bottom: 54rem;
}
@media screen and (max-width : 576px) {
  .block-c__social-media .social-container {
    display: none;
  }
}
@media screen and (min-width: 1920px) and (max-he: 1080px) {
  .block-c__social-media .social-container {
    left: -42rem;
    bottom: 89rem;
  }
}
.block-c__social-media .social-container i {
  color: #fff;
}
.block-c__social-media .social-container h2 {
  font-size: 16px;
  color: #fff;
}
.block-c__social-media .social-container hr {
  width: 90px;
  margin: 1rem 1rem;
  border: 1px solid #fff;
}
.block-c__social-media .social-container .social-icons {
  display: flex;
  gap: 1rem;
}
.block-c__social-media .social-container .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header {
  position: fixed;
  z-index: 10;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 1rem 11rem;
  align-items: center;
  background: rgba(1, 1, 1, 0.6);
  backdrop-filter: blur(4px);
}
@media screen and (max-width : 576px) {
  .header {
    z-index: 99999;
    top: 0px;
    padding: 0px 1rem;
  }
}
.header img {
  width: 120px;
}
.header__content-menu {
  display: flex;
  align-items: center;
}
@media screen and (max-width : 576px) {
  .header__content-menu {
    display: none;
  }
}
.header__container-menu {
  display: flex;
  align-items: center;
}
@media screen and (max-width : 576px) {
  .header__container-menu {
    display: flex;
    flex-direction: column;
    height: 100vh;
    align-items: flex-start;
    width: 100%;
    margin-top: 7rem;
    padding: 1rem;
  }
}
.header__nav {
  display: flex;
  margin-right: 2rem;
}
@media screen and (max-width : 576px) {
  .header__nav {
    width: 100%;
  }
}
.header__nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
}
@media screen and (max-width : 576px) {
  .header__nav ul {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
    width: 100%;
  }
}
.header__nav ul li {
  position: relative;
  padding: 2rem 2rem;
}
@media screen and (max-width : 576px) {
  .header__nav ul li {
    padding: 2rem 0rem;
    width: 100%;
    border-bottom: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
  }
}
.header__nav ul li .sub-menu {
  display: none;
  position: absolute;
  width: 250px;
  background-color: rgba(37, 36, 36, 0.8);
  border-radius: 0rem 1rem 1rem 1rem;
  left: 0;
  top: 100%;
}
@media screen and (max-width : 576px) {
  .header__nav ul li .sub-menu {
    top: 0;
    left: 0;
    display: flex;
    position: relative;
    max-height: 0;
    overflow: hidden;
    transition: max-height 600ms ease;
    background-color: unset;
  }
}
.header__nav ul li .sub-menu li {
  padding: 0;
  background: unset;
  border-radius: 1rem 1rem 0rem 0rem;
  padding: 1.3rem 3.5rem 1.3rem 1.5rem;
  width: 100%;
  border-bottom: 1px solid #000;
  font-family: "Onest-Regular";
  font-size: 1.4rem;
}
@media screen and (max-width : 576px) {
  .header__nav ul li .sub-menu li {
    border: none;
  }
}
.header__nav ul li .sub-menu li:last-child {
  border: none;
}
.header__nav ul li img {
  display: none;
}
@media screen and (max-width : 576px) {
  .header__nav ul li img {
    display: block;
    width: 10px;
  }
}
.header__nav ul li a {
  color: #fff;
}
@media screen and (max-width : 576px) {
  .header__nav ul li a {
    color: #100E02;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}
.header__nav ul li a:hover {
  color: #FFBE11;
}
.header__nav ul li:has(.sub-menu):hover {
  background-color: rgba(37, 36, 36, 0.8);
  border-radius: 1rem 1rem 0rem 0rem;
}
@media screen and (max-width : 576px) {
  .header__nav ul li:has(.sub-menu):hover {
    background-color: unset;
  }
}
.header__nav ul li:has(.sub-menu):hover .sub-menu {
  display: block;
}
@media screen and (max-width : 576px) {
  .header__nav ul li:has(.sub-menu):hover .sub-menu {
    width: 300px;
    max-height: 200px;
    left: 0;
    top: 0;
    background-color: unset;
  }
}
.header__nav ul li:has(.sub-menu):hover > a:first-child {
  font-family: "Onest-Bold";
}
.header__close-responsive {
  display: none;
}
@media screen and (max-width : 576px) {
  .header__close-responsive {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .header__close-responsive i {
    font-size: 3.5rem;
    color: #100E02;
  }
}
@media screen and (max-width : 576px) {
  .header__close-responsive img {
    width: 25px !important;
  }
}
.header__responsive {
  display: none;
}
@media screen and (max-width : 576px) {
  .header__responsive {
    display: block;
    display: flex;
    justify-content: center;
    cursor: pointer;
  }
  .header__responsive svg {
    width: 28px;
    height: 43px;
  }
}

.mostrar {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-height: 100vh;
  top: -100%;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 75%;
  height: 100vh;
  animation: showMenu 400ms ease forwards;
  background: #fff;
  z-index: 99999;
  opacity: 1;
  box-shadow: -8px 2px 53px -5px rgb(122, 118, 122);
  -moz-box-shadow: -8px 2px 53px -5px rgb(122, 118, 122);
  box-shadow: -8px 2px 53px -5px rgb(0, 0, 0);
}

@keyframes showMenu {
  0% {
    right: -100%;
  }
  100% {
    right: 0;
  }
}
.single .header {
  background: unset;
  position: fixed;
}
@media screen and (max-width : 576px) {
  .single .header {
    background: #fff;
  }
}
.single .header li .sub-menu {
  background-color: #FFBE11;
}
.single .header li:has(.sub-menu):hover {
  font-family: "Onest-Bold";
  background-color: #FFBE11;
  border-radius: 1rem 1rem 0rem 0rem;
}
@media screen and (max-width : 576px) {
  .single .header li:has(.sub-menu):hover {
    background-color: unset;
  }
}
.single .header li:has(.sub-menu):hover .sub-menu {
  opacity: 1;
}
.single .header li:has(.sub-menu):hover > a:first-child {
  font-family: "Onest-Bold";
}
.single .header li:has(.sub-menu):hover a {
  color: #100E02;
}
.single .header li:has(.sub-menu):hover a:hover {
  color: #fff;
}
@media screen and (max-width : 576px) {
  .single .header li:has(.sub-menu):hover a:hover {
    color: #100E02;
  }
}
.single .header a {
  color: #100E02;
}
@media screen and (max-width : 576px) {
  .single .header a {
    color: #100E02;
  }
}
@media screen and (max-width : 576px) {
  .single .header .header__responsive {
    background: #c3c3c3;
    padding: 0rem 1rem;
    border-radius: 5px;
  }
}

.footer {
  position: relative;
  z-index: 9999;
}
.footer .footer-content {
  justify-content: space-between;
  padding: 3rem 0rem;
  align-items: center;
}
.footer .footer-content .footer-content__main {
  width: 25%;
}
@media screen and (max-width : 576px) {
  .footer .footer-content {
    flex-direction: column;
  }
}
.footer .footer-content__main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width : 576px) {
  .footer .footer-content__main {
    align-items: center;
    margin-bottom: 2rem;
  }
}
.footer .footer-content__main p {
  font-size: 1.4rem;
  font-family: "Onest-Light";
  margin: 2rem 0rem 2rem 0rem !important;
  line-height: 1.8;
  color: #fff;
}
.footer .footer-content__social-media {
  display: flex;
  justify-content: space-around;
  width: 265px;
}
.footer .footer-content__social-media i {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
}
.footer .footer-content__contact {
  min-height: 20rem;
  width: 25.4rem;
}
.footer .footer-content__contact p {
  color: #fff;
  text-shadow: 0px 2px 2px rgba(46, 1, 1, 0.32);
  font-family: "Onest-Light";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  word-wrap: break-word;
  max-width: 100%;
  font-family: "Onest-Light";
}
@media screen and (max-width : 576px) {
  .footer .footer-content__contact p {
    font-family: "Onest-Bold";
  }
}
@media screen and (max-width : 576px) {
  .footer .footer-content__contact {
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footer .footer-content__contact ul {
  list-style: none;
  color: #fff;
  font-family: "Onest-Regular";
  margin-top: 2rem;
}
@media screen and (max-width : 576px) {
  .footer .footer-content__contact ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
.footer .footer-content__contact ul a {
  color: #fff;
}
@media screen and (max-width : 576px) {
  .footer .footer-content__contact ul a {
    font-size: "Onest-Light";
  }
}
.footer .footer-content__contact ul li {
  margin-left: 2rem;
  font-size: 1.4rem;
  font-family: "Onest-Light";
  line-height: 1.7;
  margin: 1.5rem 0rem;
  word-break: break-word;
}

.mec-lista_proyectos_grid {
  background-color: #4E5150;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 4rem 2rem;
  margin: 4rem 0;
}
@media screen and (min-width: 400px) {
  .mec-lista_proyectos_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .mec-lista_proyectos_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .mec-lista_proyectos_grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.mec-lista_proyectos_grid-element {
  margin-top: 5rem;
  position: relative;
  min-height: 18rem;
  border-radius: 1.6rem;
  background: #fff;
  box-shadow: 0 0.1rem 3.2rem -0.4rem rgba(145, 158, 171, 0.15), 0 0 0.4rem 0 rgba(145, 158, 171, 0.15);
  border: none;
}
.mec-lista_proyectos_grid-element-image {
  position: absolute;
  width: 100%;
  top: -5rem;
}
.mec-lista_proyectos_grid-element-image img {
  object-fit: contain;
  max-height: 15rem;
}
.mec-lista_proyectos_grid-element-body {
  display: flex;
  align-items: end;
  width: 100%;
  justify-content: space-between;
  padding: 0 2rem 2rem;
}
@media screen and (min-width: 1200px) {
  .mec-lista_proyectos_grid-element-body {
    padding: 0 3rem 2rem;
  }
}
.mec-lista_proyectos_grid-element-body h5 {
  color: #100E02;
  font-family: "Onest-Regular";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.mec-lista_proyectos_grid-element-body-link {
  background-color: #DB0000;
  border-radius: 0.5rem;
}

.about-section {
  position: relative;
  overflow: hidden;
}
.about-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/Logo-all-white.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 800px;
  background-attachment: fixed;
  opacity: 0.05;
  z-index: 0;
}

.about-us-text {
  background-color: #100E02;
  border-radius: 5px;
  width: fit-content;
  margin-bottom: 3rem;
  padding: 0.2rem 1rem;
}
.about-us-text p {
  margin: 0;
  font-size: 13px !important;
  font-family: "Onest-Light";
}

.about-section {
  background: #4E5150;
  padding: 6rem 0;
}

.about-container-image {
  position: relative;
}
.about-container-image-watermark-right {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 3.1rem;
  width: 50%;
}
.about-container-image .about-container-image-img-container {
  opacity: 0;
  position: relative;
  z-index: 2;
}
.about-container-image .about-container-image-img-container-img {
  position: relative;
  z-index: 2;
}
.about-container-image .about-container-image-img-container-img .img-left {
  transform: rotate3d(0, 180, 0, 180deg);
  margin-top: 6rem;
}
.about-container-image .about-container-image-img-container-img .img-right {
  margin-top: 6rem;
}

.about-container-body {
  position: relative !important;
  padding: 2rem 0rem 2rem 8rem;
  opacity: 0;
  height: 100vh;
}
@media screen and (max-width : 576px) {
  .about-container-body {
    padding: 2rem 2rem 2rem 2rem;
  }
}
.about-container-body a {
  margin-left: 0 !important;
}
@media screen and (min-width: 1200px) {
  .about-container-body {
    align-self: center;
  }
}
.about-container-body-title {
  color: #fff;
  font-family: "Onest-Bold";
  font-size: 4.4rem;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .about-container-body {
    font-size: 5.4rem;
  }
}
.about-container-body hr {
  width: 10rem;
  position: relative;
  height: 0.4rem;
  background: #FFBE11;
  z-index: 2;
  opacity: 1;
  margin-bottom: 2.4rem;
}
.about-container-body-description {
  color: #fff;
  font-family: "Onest-Light";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
}
.about-container-body p {
  color: #fff;
  font-family: "Onest-Light";
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.2;
}
@media screen and (max-width : 576px) {
  .about-container-body p {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .about-container-body p {
    font-size: 1.8rem;
  }
}

/* Definición de las animaciones */
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.is-in-viewport .about-container-image-img-container {
  animation: slideInLeft 1.5s ease-in-out;
}

.is-in-viewport .about-container-body {
  animation: slideInRight 1.5s ease-in-out;
}

.is-in-viewport .about-container-image-img-container,
.is-in-viewport .about-container-body {
  opacity: 1;
}

.services-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.services-section .services-container {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 6rem 2rem;
  width: 50%;
}
@media screen and (max-width : 576px) {
  .services-section .services-container {
    width: 100%;
  }
}
.services-section .services-container .services-container-header {
  margin-bottom: 2rem;
}
.services-section .services-container .services-container-header h1.services-container-header-title {
  font-size: 3.5rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 1rem;
}
.services-section .services-container .services-container-header hr {
  width: 80px;
  height: 4px;
  border: none;
  background: #FFBE11;
  margin: 0;
  opacity: 1;
  width: 100%;
}
.services-section .services-container .services-container-header p {
  color: #fff;
  margin-top: 2rem;
  font-family: "Onest-Light";
}
.services-section .services-container .services-container-body {
  margin-top: 3rem;
}
.services-section .services-container .services-container-body .row {
  gap: 1.5rem;
  justify-content: flex-start;
}
.services-section .services-container .services-container-body .services-container-body-item {
  position: relative;
  overflow: hidden;
  background: #FFBE11;
  color: #000;
  padding: 2rem 1.5rem;
  border-radius: 0.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  cursor: pointer;
  transition: transform 0.4s ease, box-shadow 0.4s ease, background-color 0.4s ease;
}
.services-section .services-container .services-container-body .services-container-body-item:hover {
  background-color: #fff;
  transform: translateY(-8px) scale(1.08);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}
.services-section .services-container .services-container-body .services-container-body-item:hover::after {
  left: 100%;
}
.services-section .services-container .services-container-body .services-container-body-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  transition: all 1.2s ease;
  border-radius: 0.3rem;
  pointer-events: none;
}
.services-section .services-container .services-container-body .services-container-body-item .services-container-body-item-icon {
  margin-bottom: 1rem;
}
.services-section .services-container .services-container-body .services-container-body-item .services-container-body-item-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.services-section .services-container .services-container-body .services-container-body-item .services-container-body-item-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.services-section .services-container .services-container-body .services-container-body-item .services-container-body-item-description {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #222;
}
.services-section .services-container .services-container-body .services-container-body-item .services-container-body-item-icon {
  margin-bottom: 1rem;
}
.services-section .services-container .services-container-body .services-container-body-item .services-container-body-item-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.services-section .services-container .services-container-body .services-container-body-item .services-container-body-item-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.services-section .services-container .services-container-body .services-container-body-item .services-container-body-item-description {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #222;
}
.services-section .services-container-header h1,
.services-section .services-container-header p {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.services-section .services-container-body .services-container-body-item {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.services-section.is-visible .services-container-header h1 {
  animation: fadeUp 1s ease forwards;
  animation-delay: 0.2s;
}
.services-section.is-visible .services-container-header p {
  animation: fadeUp 1s ease forwards;
  animation-delay: 0.6s;
}
.services-section.is-visible .services-container-body .services-container-body-item:nth-child(1) {
  animation: fadeUp 1s ease forwards;
  animation-delay: 0.9s;
  justify-content: center;
}
.services-section.is-visible .services-container-body .services-container-body-item:nth-child(2) {
  animation: fadeUp 1s ease forwards;
  animation-delay: 1.2s;
  justify-content: center;
}
.services-section.is-visible .services-container-body .services-container-body-item:nth-child(3) {
  animation: fadeUp 1s ease forwards;
  animation-delay: 1.5s;
  justify-content: center;
}
.services-section.is-visible .services-container-body .services-container-body-item:nth-child(4) {
  animation: fadeUp 1s ease forwards;
  animation-delay: 1.8s;
  justify-content: center;
}
.services-section.is-visible .services-container-body .services-container-body-item:nth-child(5) {
  animation: fadeUp 1s ease forwards;
  animation-delay: 2.1s;
  justify-content: center;
}
.services-section.is-visible .services-container-body .services-container-body-item:nth-child(6) {
  animation: fadeUp 1s ease forwards;
  animation-delay: 2.4s;
  justify-content: center;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.block-c__testimonials {
  position: relative;
  background: #4E5150;
  padding: 6rem 2rem;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width : 576px) {
  .block-c__testimonials {
    padding: 16rem 2rem;
  }
}
.block-c__testimonials::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/Logo-all-white.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 800px;
  background-attachment: fixed;
  opacity: 0.05;
  z-index: 0;
}
.block-c__testimonials .testimonials-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  color: #fff;
}
@media screen and (max-width : 576px) {
  .block-c__testimonials .testimonials-container {
    height: auto;
  }
}
.block-c__testimonials .testimonials-container h1 {
  font-size: 5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.block-c__testimonials .testimonials-container hr {
  width: 100px;
  height: 4px;
  border: none;
  background: #FFBE11;
  margin: 0 auto 4rem auto;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.block-c__testimonials .testimonials-slider {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.block-c__testimonials .testimonial-item {
  background: #fff;
  padding: 2rem;
  border-radius: 0.3rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  flex: 1 1 calc(33.333% - 2rem);
  max-width: 360px;
  position: relative;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 6px solid #FFBE11;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.block-c__testimonials .testimonial-item h2 {
  font-size: 1.9rem;
  margin-bottom: 1.5rem;
  color: #100E02;
}
@media screen and (max-width : 576px) {
  .block-c__testimonials .testimonial-item h2 {
    font-style: normal;
    color: #212121;
    font-family: "Onest-Regular";
    font-weight: 500;
    font-size: 2rem;
  }
}
.block-c__testimonials .testimonial-item > div {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.block-c__testimonials .testimonial-item > div img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}
.block-c__testimonials .testimonial-item > div strong {
  display: block;
  font-size: 1.2rem;
  color: #100E02;
  font-family: "Onest-Bold";
}
.block-c__testimonials .testimonial-item > div p {
  font-size: 0.9rem;
  color: #919191;
  margin: 0;
}
.block-c__testimonials.is-visible .testimonials-container h1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.block-c__testimonials.is-visible .testimonials-container h2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.block-c__testimonials.is-visible .testimonials-container hr {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}
.block-c__testimonials.is-visible .testimonial-item {
  opacity: 1;
  transform: translateY(0);
}
.block-c__testimonials.is-visible .testimonial-item:nth-child(1) {
  transition-delay: 0.8s;
}
.block-c__testimonials.is-visible .testimonial-item:nth-child(2) {
  transition-delay: 1.1s;
}
.block-c__testimonials.is-visible .testimonial-item:nth-child(3) {
  transition-delay: 1.4s;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .block-c__testimonials .testimonial-item {
    flex: 1 1 calc(50% - 1rem);
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .block-c__testimonials .testimonial-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .block-c__testimonials .testimonials-container h1 {
    font-size: 3rem;
  }
}

.counters {
  display: flex;
  justify-content: center;
  gap: 4rem;
  text-align: center;
  margin-top: 6rem;
}

.counter {
  font-size: 7.5rem;
  font-weight: bold;
  color: #FFBE11;
  font-family: "Onest-Bold";
}
@media screen and (max-width : 576px) {
  .counter {
    font-size: 3.5rem;
  }
}

.label {
  font-size: 3rem;
  color: #fff;
  margin-top: 0.5rem;
  font-family: "Onest-Light";
}
@media screen and (max-width : 576px) {
  .label {
    font-size: 1.5rem;
  }
}

.slider-logos {
  position: relative;
  overflow: hidden;
  background-color: #4E5150;
  padding: 15rem 0;
}
.slider-logos::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/Logo-all-white.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 800px;
  background-attachment: fixed;
  opacity: 0.05;
  z-index: 0;
}
@media screen and (max-width : 576px) {
  .slider-logos {
    padding: 8rem 0;
  }
}
.slider-logos h1 {
  color: #fff;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 3rem;
  font-family: "Onest-Black";
}
@media screen and (max-width : 576px) {
  .slider-logos h1 {
    font-size: 3.5rem;
  }
}
.slider-logos hr {
  border: 3px solid #FFBE11;
  width: 10%;
  margin: 0 auto 3rem auto;
  opacity: 1;
}
.slider-logos__content--card {
  display: flex;
  justify-content: center;
}
.slider-logos__content--card img {
  filter: brightness(0) invert(1);
  max-height: 100px;
  max-width: 200px;
  margin: 0 2rem;
  transition: all 0.3s ease;
  object-fit: contain;
}
.slider-logos__content--card img:hover {
  transform: scale(1.1);
}
@media screen and (max-width : 576px) {
  .slider-logos__content--card img {
    max-height: 70px;
    max-width: 150px;
    margin: 1rem;
  }
}
.slider-logos .splide__pagination {
  display: none !important;
}

.your-class-prev {
  display: block !important;
  left: -3rem !important;
}
@media screen and (max-width : 576px) {
  .your-class-prev {
    left: 0rem !important;
  }
}

.your-class-next {
  display: block !important;
}

.service-section {
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
  /* Variante para invertir el orden */
  /* Columna de imagen + números */
  /* Columna de contenido */
}
@media screen and (max-width : 576px) {
  .service-section {
    flex-direction: column;
    padding: 6rem 2rem;
  }
}
.service-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/Logo-all-white.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 800px;
  background-attachment: fixed;
  opacity: 0.05;
  z-index: 0;
}
.service-section__content, .service-section__media {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-out 0.2s;
}
.service-section.active .service-section__content, .service-section.active .service-section__media {
  opacity: 1;
  transform: translateY(0);
}
.service-section__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4rem;
}
@media screen and (max-width : 576px) {
  .service-section__container {
    flex-direction: column;
    text-align: center;
  }
}
.service-section.service-section--reverse .service-section__container {
  flex-direction: row-reverse;
}
@media screen and (max-width : 576px) {
  .service-section.service-section--reverse .service-section__container {
    flex-direction: column;
  }
}
.service-section__media {
  flex: 1 1 50%;
  text-align: center;
}
.service-section__image img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.service-section__numbers {
  display: flex;
  justify-content: left;
  gap: 2rem;
  margin-top: 2.5rem;
}
@media screen and (max-width : 576px) {
  .service-section__numbers {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
.service-section__numbers .service-section__number {
  background: #fff;
  width: 50%;
  display: flex;
  margin: 0;
  padding: 6rem 2rem;
  flex-direction: column;
  text-align: center;
  transition: all 0.3s ease;
  align-items: flex-start;
}
@media screen and (max-width : 576px) {
  .service-section__numbers .service-section__number {
    width: 100%;
  }
}
.service-section__numbers .service-section__number:hover {
  transform: scale(1) !important;
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}
.service-section__numbers .service-section__number .number {
  font-size: 5rem;
  font-family: "Onest-Bold";
  color: #4E5150;
  display: block;
  margin-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.service-section__numbers .service-section__number p {
  font-size: 1.4rem;
  color: #100E02;
  margin: 0;
  font-family: "Onest-Light";
}
.service-section__content {
  flex: 1 1 50%;
}
@media screen and (max-width : 576px) {
  .service-section__content {
    display: flex;
    flex-direction: column;
    width: fit-content;
    align-items: flex-start;
  }
}
.service-section__content .service-section__label {
  display: inline-block;
  background-color: #ffbe11;
  color: #333;
  font-family: "Onest-Bold";
  padding: 0.5rem 1.5rem;
  border-radius: 5px;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.service-section__content .service-section__title {
  font-size: 4rem;
  font-family: "Onest-Black";
  color: #fff;
  margin-bottom: 1.5rem;
}
@media screen and (max-width : 576px) {
  .service-section__content .service-section__title {
    font-size: 2.4rem;
    text-align: left;
  }
}
.service-section__content .service-section__description {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 2.5rem;
}
@media screen and (max-width : 576px) {
  .service-section__content .service-section__description {
    font-size: 1.4rem;
    text-align: left;
  }
}
.service-section__button {
  margin: 0 !important;
}

.block-c__experts-team {
  padding: 4rem 2rem;
  text-align: center;
  background-color: #4E5150;
  color: #fff;
  /* ---------- Elementos iniciales ocultos ---------- */
  /* ---------- Top label ---------- */
  /* ---------- Títulos ---------- */
  /* ---------- Grid de expertos ---------- */
  /* ---------- Tarjetas ---------- */
  /* ---------- Responsive ---------- */
}
.block-c__experts-team .experts-container {
  max-width: 1200px;
  margin: 0 auto;
}
.block-c__experts-team .top-label,
.block-c__experts-team .experts-title,
.block-c__experts-team .experts-subtitle,
.block-c__experts-team .expert-card {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}
.block-c__experts-team .top-label.active,
.block-c__experts-team .experts-title.active,
.block-c__experts-team .experts-subtitle.active,
.block-c__experts-team .expert-card.active {
  opacity: 1;
  transform: translateY(0);
}
.block-c__experts-team .top-label {
  display: inline-block;
  background-color: #ffbe11;
  color: #333;
  font-family: "Onest-Bold";
  padding: 0.5rem 1.5rem;
  border-radius: 5px;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.block-c__experts-team .experts-title {
  font-size: 4rem;
  font-family: "Onest-Black";
  margin: 0.5rem 0;
  color: #fff;
}
.block-c__experts-team .experts-subtitle {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 2.5rem;
  font-family: "Onest-Regular";
}
.block-c__experts-team .experts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
}
.block-c__experts-team .expert-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.block-c__experts-team .expert-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}
.block-c__experts-team .expert-card .expert-image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}
.block-c__experts-team .expert-card .expert-info {
  padding: 1.2rem;
  text-align: center;
}
.block-c__experts-team .expert-card .expert-info .expert-name {
  font-size: 1.2rem;
  font-family: "Onest-Bold";
  margin-bottom: 0.3rem;
  color: #100E02;
}
.block-c__experts-team .expert-card .expert-info .expert-description {
  font-size: 1rem;
  font-family: "Onest-Light";
  color: #919191;
}
@media screen and (max-width : 576px) {
  .block-c__experts-team {
    padding: 2rem 1rem;
  }
  .block-c__experts-team .experts-title {
    font-size: 1.5rem;
  }
  .block-c__experts-team .experts-subtitle {
    font-size: 1rem;
  }
  .block-c__experts-team .expert-card .expert-image img {
    height: 200px;
  }
}
@media screen and (max-width : 576px) {
  .block-c__experts-team .experts-title {
    font-size: 1.8rem;
  }
  .block-c__experts-team .expert-card .expert-image img {
    height: 240px;
  }
}
@media screen and (max-width : 576px) {
  .block-c__experts-team .experts-title {
    font-size: 2.2rem;
  }
}

@media screen and (max-width : 576px) {
  .container-contact-main {
    background-size: cover;
    padding: 5rem 0rem;
  }
}
.container-contact-main__content {
  display: flex;
  justify-content: center;
  padding: 6rem 0rem;
}
.container-contact-main__content-description {
  width: 510px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width : 576px) {
  .container-contact-main__content-description {
    width: 100%;
  }
}
.container-contact-main__content-description h1 {
  color: #fff;
  text-shadow: 0px 2px 2px rgba(46, 1, 1, 0.32);
  font-size: 4.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width : 576px) {
  .container-contact-main__content-description h1 {
    font-size: 4.4rem;
  }
}
.container-contact-main__content-description hr {
  height: 0.4rem;
  width: 10rem;
  background-color: #FFBE11;
  opacity: 1;
  margin: 0;
}
.container-contact-main__content-description h3 {
  font-size: 3.2rem;
}
.container-contact-main__content-description h4 {
  color: #fff;
  text-shadow: 0px 2px 2px rgba(46, 1, 1, 0.32);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.36px;
}
.container-contact-main__content-description p {
  color: #fff;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.32px;
  line-height: 2rem;
  word-break: break-word;
}
.container-contact-main__content-description img {
  width: 3.2rem;
  max-width: unset;
  object-fit: contain;
}
.container-contact-main__content-form {
  border-radius: 0.3rem;
  background: #fff;
  padding: 6.4rem 4rem;
}
@media screen and (max-width : 576px) {
  .container-contact-main__content-form {
    margin-top: 3rem;
    padding: 3.7rem 3.1rem;
  }
}
.container-contact-main__content-form textarea {
  background: #F7F7F7;
  border: none;
  margin-top: 2rem;
  width: 100%;
  padding: 1rem;
}
.container-contact-main__content-form input {
  width: 100%;
  margin-top: 2rem;
  border-radius: 0.3rem;
  background: #F7F7F7;
  padding: 1.4rem 2rem;
  border: none;
}
.container-contact-main__content-form input[type=submit] {
  background-color: #FFBE11;
  color: #100E02;
  font-family: "Onest-Bold";
}
.container-contact-main__content-row {
  padding: 0rem 2rem !important;
  justify-content: space-between;
  width: 100%;
}

.product-internal__container > div {
  max-height: 45rem;
}
.product-internal__container img {
  width: 70rem;
  max-height: 45rem;
  object-fit: contain;
}
.product-internal__container-information h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  line-height: 1;
  text-transform: capitalize;
}
.product-internal__container-information .category-product a {
  color: #FFBE11;
}
.product-internal__container-information p {
  color: #919191;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product-internal__container-information-characteristics p {
  color: #100E02;
  font-family: "Onest-Bold";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.product-internal__container-information-characteristics span {
  color: #919191;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.product-internal__container-information-characteristics a {
  margin: 3rem 0rem;
  width: fit-content;
}
.product-internal .modal {
  z-index: 99999;
}
@media screen and (max-width : 576px) {
  .product-internal .modal-dialog-internas {
    width: unset;
  }
}
@media (min-width: 900px) {
  .product-internal .modal-dialog-internas {
    max-width: 1100px;
  }
}
.product-internal .modal-dialog-internas form {
  display: flex;
  width: 1000px;
}
@media screen and (max-width : 576px) {
  .product-internal .modal-dialog-internas form {
    flex-direction: column;
    width: unset;
  }
}

/*# sourceMappingURL=main.css.map */
