@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: #FBD323;
}

.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;
}

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: "Montserrat-Bold";
  font-weight: 700;
  color: #100E02;
}

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

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

h4 {
  font-size: 2.4rem;
}

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

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

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

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

.internal {
  padding: 5rem 0rem;
}

.row {
  padding: 0 !important;
}

/*
Aqui van todas las configuraciones referentes a la typografia
@font-face
*/
@font-face {
  font-family: "Poppins-Black";
  src: url("../fonts/Poppins/Poppins-Black.ttf") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins-BlackItalic";
  src: url("../fonts/Poppins/Poppins-BlackItalic.ttf") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/Poppins/Poppins-Bold.ttf") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins-Light";
  src: url("../fonts/Poppins/Poppins-Light.ttf") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins/Poppins-Medium.ttf") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/Poppins/Poppins-SemiBold.ttf") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins/Poppins-Regular.ttf") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat/Montserrat-Bold.ttf") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Light";
  src: url("../fonts/Montserrat/Montserrat-Light.ttf") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat/Montserrat-Medium.ttf") format("woff");
  font-weight: normal;
  font-style: normal;
}
.mec-button {
  border-radius: 5px;
  color: #fff;
  font-family: "Poppins-Light";
  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;
}

@media screen and (max-width : 576px) {
  .mec-button.menu-button {
    margin: 0;
    text-align: center;
    margin-top: 3rem;
  }
}
.mec-button.register-button {
  background: #DB0000;
}
.mec-button.visit-button {
  border: 0.1rem solid rgba(162, 175, 255, 0.3);
  background: rgba(2, 22, 151, 0.3);
}
.mec-button:hover {
  color: #fff;
}

.single .mec-button {
  color: #fff !important;
}

.quoter-action-button {
  margin-top: 2rem;
  width: fit-content;
  background: #DB0000;
  color: #fff;
  font-family: "Poppins-Regular";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  border: 0 none;
  border-radius: 0.8rem;
  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.8rem;
  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.8rem;
  cursor: pointer;
}

.taxonomy-banner {
  min-height: 60rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.taxonomy-banner.banner-products {
  background-image: url("../images/montacargas.jpg");
}
.taxonomy-banner.banner-services {
  background-image: url("../images/servicios.jpg");
}
.taxonomy-banner.montacargas-de-combustion-lpg {
  background-image: url("../images/montacargas.jpg");
}
.taxonomy-banner.equipos-de-trabajo-en-bodega-de-logistica {
  background-image: url("../images/productosbodega.jpg");
}
.taxonomy-banner .overlay {
  background: linear-gradient(151deg, rgba(0, 15, 43, 0.4) -2.27%, rgba(22, 0, 0, 0.7) 99.19%);
  backdrop-filter: blur(2px);
  position: absolute;
  width: 100%;
  height: 100%;
}
.taxonomy-banner-content {
  z-index: 2;
  position: relative;
  min-height: 60rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 90rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 576px) {
  .taxonomy-banner-content {
    padding-left: 0rem;
  }
}
.taxonomy-banner-content h1 {
  color: #fff;
  text-shadow: 0px 2px 2px rgba(46, 1, 1, 0.32);
  font-family: "Montserrat-Regular";
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .taxonomy-banner-content h1 {
    font-size: 4.5rem;
  }
}
.taxonomy-banner-content p {
  color: #fff;
  text-shadow: 0px 2px 2px rgba(46, 1, 1, 0.32);
  font-family: "Montserrat-Regular";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .taxonomy-banner-content p {
    font-size: 2rem;
  }
}

.breadcrumb {
  margin: 3rem 0;
  padding-right: 1px;
  color: rgba(16, 14, 2, 0.7);
  font-family: "Poppins-Regular";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.01rem;
  gap: 0.5rem;
  padding: 2rem;
}
@media screen and (min-width: 576px) {
  .breadcrumb {
    padding: 0rem;
  }
}
.breadcrumb a {
  font-family: "Poppins-Regular";
  color: rgba(16, 14, 2, 0.5);
  font-weight: 500;
}
.breadcrumb-last-child {
  color: #100E02;
  font-weight: 600;
}

.single .breadcrumb {
  padding: 10rem 0rem;
  margin: 0;
}

.banner-video {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
}
.banner-video.height-img {
  height: 80vh;
}
@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: 60%;
  color: white;
  padding: 20px;
}
.banner-video__contenido.title-banner-main {
  width: 74%;
}
@media screen and (max-width : 576px) {
  .banner-video__contenido.title-banner-main {
    width: 100%;
  }
}
.banner-video__contenido.title-banner-main h1 {
  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;
  }
}
@media screen and (max-width : 576px) {
  .banner-video__contenido {
    width: 90%;
  }
}
.banner-video__contenido h1 {
  color: #fff;
  font-size: 4rem;
  margin-bottom: 3rem;
  font-family: "Montserrat-Light";
  font-weight: 100;
}
@media screen and (max-width : 576px) {
  .banner-video__contenido h1 {
    font-size: 3rem;
  }
}
.banner-video__contenido span {
  color: #FBD323;
  font-family: "Montserrat-Bold";
}
.banner-video__contenido p {
  color: #fff;
  text-shadow: 0px 2px 2px rgba(46, 1, 1, 0.32);
  font-family: "Montserrat-Regular";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-video__contenido a {
  margin: 0rem;
}

.cards-container {
  margin-top: 8rem;
}
@media screen and (max-width : 576px) {
  .cards-container {
    padding: 2rem;
  }
}
.cards-container__title {
  font-size: 4.4rem;
}
@media screen and (max-width : 576px) {
  .cards-container__title {
    font-size: 4.4rem;
  }
}
.cards-container hr {
  height: 0.4rem;
  width: 10rem;
  background-color: #FBD323;
  opacity: 1;
  margin: 0;
}
.cards-container__content {
  column-gap: 3rem;
  row-gap: 1.3rem;
}
@media screen and (max-width : 576px) {
  .cards-container__content {
    justify-content: center;
  }
}
.cards-container__items {
  border-radius: 0.9rem;
  background: #F7F7F7;
  min-height: 28.7rem;
  padding: 1.5rem !important;
  position: relative;
}
.cards-container__items h2 {
  font-size: 2.4rem;
  color: #333;
}
@media screen and (max-width : 576px) {
  .cards-container__items h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
}
.cards-container__items img {
  max-width: unset;
  width: 31rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width : 576px) {
  .cards-container__items img {
    display: none;
  }
}
.cards-container__items-item {
  min-height: 21rem;
  gap: 1rem;
}
@media screen and (max-width : 576px) {
  .cards-container__items-item {
    justify-content: space-between;
  }
}
.cards-container__items-item p {
  font-size: 1.5rem;
  font-family: "Poppins-Regular";
  color: #919191;
  line-height: 1.2;
}
@media screen and (max-width : 576px) {
  .cards-container__items-item p {
    font-size: 1.8rem;
  }
}
.cards-container__items-item a {
  margin: 0;
  width: fit-content;
}
@media screen and (max-width : 576px) {
  .cards-container__items-item a {
    padding: 0.5rem 0rem;
    width: 100%;
  }
}

/* Definición de las animaciones */
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cards-container__content {
  opacity: 0;
}

.animation {
  animation: fadein 1.5s ease-in-out;
}

.animation {
  opacity: 1;
}

.bloque-tabs {
  border-bottom: 1px solid #e7e7e7;
  gap: 7rem;
  margin-top: 6rem;
}
@media screen and (max-width : 576px) {
  .bloque-tabs {
    gap: 0rem;
  }
}
.bloque-tabs .tabs-button {
  color: #100E02;
  font-family: "Montserrat-Medium";
  font-size: 2.4rem;
}
@media screen and (max-width : 576px) {
  .bloque-tabs .tabs-button {
    font-size: 2rem;
  }
}
.bloque-tabs .tabs-button.active,
.bloque-tabs .show > .nav-link {
  font-family: "Montserrat-SemiBold";
  color: #100E02;
  background-color: unset;
  border-bottom: 3px solid #FBD323;
  border-radius: 0;
}

.tab-description {
  color: #919191;
  font-family: "Montserrat-Regular";
  padding: 1rem 0rem;
  font-size: 1.5rem;
}

.grid-products {
  margin-top: 8rem;
}
@media screen and (max-width : 576px) {
  .grid-products {
    padding: 2rem;
  }
}
.grid-products__title {
  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: #FBD323;
  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::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: 2rem;
  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: 2rem;
}
@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: 2rem;
}
@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: "Montserrat-Regular";
}
.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%;
  }
}

.slider_principal {
  height: 100vh;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100vw;
}
@media screen and (max-width : 576px) {
  .slider_principal {
    justify-content: center !important;
  }
}
.slider_principal .contenido-slider {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  width: 50%;
}
@media screen and (max-width : 576px) {
  .slider_principal .contenido-slider {
    width: 60%;
    align-items: center !important;
  }
}
.slider_principal .contenido-slider span {
  color: #FBD323;
  font-family: "Montserrat-Bold";
}
.slider_principal .contenido-slider h1 {
  color: #fff;
  font-size: 4rem;
  margin-bottom: 3rem;
  font-family: "Montserrat-Light";
  font-weight: 100;
  text-align: center;
}
@media screen and (max-width : 576px) {
  .slider_principal .contenido-slider h1 {
    font-size: 2.5rem;
  }
}

.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 {
  margin-right: 9rem !important;
  text-align: left !important;
}
@media screen and (max-width : 576px) {
  .text-right {
    margin-right: 0 !important;
    text-align: center !important;
  }
}

.splide__arrow {
  border: 1px solid white;
  background: transparent;
}
@media screen and (min-width: 768px) {
  .splide__arrow {
    margin-right: 9rem;
    margin-left: 2rem;
  }
}
.splide__arrow svg {
  fill: white;
}

.splide__pagination__page.is-active {
  transform: scale(1.4);
  z-index: 1;
  width: 20px;
  border-radius: 0.5rem;
}

.header {
  position: fixed;
  z-index: 10;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 1rem 11rem;
  align-items: center;
  background: rgba(14, 14, 14, 0.5);
  backdrop-filter: blur(4px);
}
@media screen and (max-width : 576px) {
  .header {
    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;
}
.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: "Montserrat-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: #FBD323;
}
.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: "Montserrat-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: #FBD323;
}
.single .header li:has(.sub-menu):hover {
  font-family: "Montserrat-Bold";
  background-color: #FBD323;
  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: "Montserrat-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;
  margin-top: 8rem;
}
.footer .footer-content {
  justify-content: space-between;
  padding: 3rem 0rem;
  align-items: center;
}
@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 img {
  width: 100%;
}
.footer .footer-content__main p {
  font-size: 1.4rem;
  font-family: "Poppins-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: "Poppins-Regular";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  word-wrap: break-word;
  max-width: 100%;
}
@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: "Poppins";
  margin-top: 2rem;
}
.footer .footer-content__contact ul a {
  color: #fff;
}
.footer .footer-content__contact ul li {
  margin-left: 2rem;
  font-size: 1.4rem;
  font-family: "Poppins-Light";
  line-height: 1.7;
  margin: 1.5rem 0rem;
  word-break: break-word;
}

.mec-lista_proyectos_grid {
  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: "Montserrat-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 {
  margin-top: 8rem;
}

.about-container-image {
  position: relative;
}
.about-container-image-watermark-left {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 3.1rem;
  width: 50%;
}
.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;
  padding: 2rem;
  opacity: 0;
}
@media screen and (min-width: 1200px) {
  .about-container-body {
    align-self: center;
  }
}
.about-container-body-title {
  color: #100E02;
  font-family: "Montserrat-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: #FBD323;
  z-index: 2;
  opacity: 1;
  margin-bottom: 2.4rem;
}
.about-container-body-description {
  color: #100E02;
  font-family: "Montserrat-Regular";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
}
.about-container-body p {
  color: #100E02;
  font-family: "Montserrat-Regular";
  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;
}

.emergency-container-row {
  background: rgba(247, 247, 247, 0.8);
  margin: 10rem 0;
}

.emergency-container-image {
  position: relative;
  padding: 0;
}
.emergency-container-image-watermark-left {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 3.1rem;
  width: 50%;
}
.emergency-container-image-watermark-right {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 3.1rem;
  width: 50%;
}
.emergency-container-image-img {
  position: relative;
  z-index: 2;
}
.emergency-container-image-img .img-left {
  margin-top: 0rem;
  transform: rotate3d(0, 180, 0, 180deg);
}
.emergency-container-image-img .img-right {
  margin-top: 6rem;
}
@media screen and (min-width: 1200px) {
  .emergency-container-image-img .img-right {
    margin-top: 0;
  }
}

.emergency-container-body {
  position: relative;
  padding: 2rem;
  margin-top: 6rem;
}
@media screen and (min-width: 1200px) {
  .emergency-container-body {
    align-self: center;
    margin-top: 0;
  }
}
.emergency-container-body-title {
  color: #100E02;
  font-family: "Montserrat-Bold";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
}
.emergency-container-body hr {
  width: 10rem;
  position: relative;
  height: 0.4rem;
  background: #FBD323;
  z-index: 2;
  opacity: 1;
  margin-bottom: 2.4rem;
}
.emergency-container-body p {
  color: #919191;
  font-family: "Montserrat-Regular";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.4rem; /* 171.429% */
  letter-spacing: 0.014rem;
}
@media screen and (max-width : 576px) {
  .emergency-container-body p {
    line-height: 2.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .emergency-container-body p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.emergency-container-body-button {
  margin-top: 3.2rem;
  display: inline-block;
  margin-left: 0;
}

.container-contact-main {
  margin-top: 8rem;
}
@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: #FBD323;
  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: 2rem;
  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: 5px;
  background: #F7F7F7;
  padding: 1.4rem 2rem;
  border: none;
}
.container-contact-main__content-form input[type=submit] {
  background-color: #FBD323;
  color: #100E02;
  font-family: "Montserrat-Bold";
}
.container-contact-main__content-row {
  padding: 0rem 2rem !important;
  justify-content: space-between;
  width: 100%;
}

.redes-sociales {
  position: fixed;
  right: 2%;
  bottom: 48%;
  z-index: 999999;
}
@media screen and (max-width : 576px) {
  .redes-sociales {
    bottom: 30%;
  }
}
.redes-sociales__content {
  background-color: #DB0000;
  width: fit-content;
  padding: 0.8rem 1.1rem;
  border-radius: 3rem;
  margin-bottom: 1rem;
  box-shadow: -1px 2px 7px 0px rgba(79, 78, 78, 0.5215686275);
}
.redes-sociales__content a {
  color: #fff;
  font-size: 3.5rem;
}

.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: #FBD323;
}
.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: "Montserrat-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 */
