/* Typography */
/* Paleta y mas */
/* Generales */
.c1 {
  color: #dc2625;
}
.c2 {
  color: #424242;
}
.c3 {
  color: #353535;
}
.c4 {
  color: #18171f;
}
.c5 {
  color: #ffffff;
}
.bg-c1 {
  background-color: #dc2625;
  color: #FFF;
}
.bg-c2 {
  background-color: #424242;
  color: #FFF;
}
.bg-c3 {
  background-color: #353535;
  color: #FFF;
}
.bg-c4 {
  background-color: #18171f;
  color: #FFF;
}
.bg-c5 {
  background-color: #ffffff;
  color: #FFF;
}
html {
  font-size: 100%;
}
html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #424242;
}
a:hover {
  color: #dc2625;
}
a,
a:active {
  text-decoration: none;
  color: inherit;
}
.section-title h2,
h2.section-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 30px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Asap', sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  font-weight: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
}
h3 {
  font-size: 1.4rem;
  line-height: 1.7rem;
}
/* Generales */
[x-cloak] {
  display: none !important;
}
.faded {
  opacity: 0;
  transition: opacity 0.25s ease;
}
.faded.visible {
  opacity: 1;
}
img {
  border-radius: 20px;
}
.ptb {
  padding-top: 90px;
  padding-bottom: 90px;
}
.pt {
  padding-top: 90px;
}
.pb {
  padding-bottom: 90px;
}
.no-flicker {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.specialfont {
  font-family: 'Asap', sans-serif;
  font-weight: normal;
}
:root {
  --swiper-theme-color: #FFF;
  --swiper-navigation-size: 30px;
}
.ttu {
  text-transform: uppercase;
}
.tac {
  text-align: center;
}
.boton {
  display: inline-block;
  padding: 10px 25px;
  text-decoration: none;
  border-radius: 4px;
  background-color: #dc2625;
  color: #FFF;
  font-family: 'Asap', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.boton.small {
  padding: 8px 20px;
}
.boton:hover {
  color: #FFF;
}
.boton.c2 {
  background-color: #424242;
  color: #FFF;
}
.boton.c2:hover {
  color: #FFF;
}
.boton.c3 {
  background-color: #353535;
  color: #FFF;
}
.boton.c3:hover {
  color: #FFF;
}
.boton.c4 {
  background-color: #18171f;
  color: #FFF;
}
.boton.c4:hover {
  color: #FFF;
}
.boton.c5 {
  background-color: #ffffff;
  color: #FFF;
}
.boton.c5:hover {
  color: #FFF;
}
.boton.outline {
  background-color: transparent;
  color: #dc2625;
  border: 1px solid #dc2625;
}
.boton.outline:hover {
  color: #dc2625;
}
.boton.outline.c2 {
  color: #424242;
  border: 2px solid #424242;
}
.boton.outline.c2:hover {
  color: #424242;
}
.boton.outline.c3 {
  color: #353535;
  border: 2px solid #353535;
}
.boton.outline.c3:hover {
  color: #353535;
}
.boton.outline.c4 {
  color: #18171f;
  border: 2px solid #18171f;
}
.boton.outline.c4:hover {
  color: #18171f;
}
.boton.outline.c5 {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.boton.outline.c5:hover {
  color: #ffffff;
}
.boton:hover {
  text-decoration: none;
}
.boton:hover.grow {
  transform: scale(1.07);
}
ul.lista-iconos {
  list-style: none;
  margin-left: 0;
  margin-top: 30px;
  padding-left: 25px;
}
ul.lista-iconos li {
  padding: 4px 0;
  position: relative;
}
ul.lista-iconos li::before {
  content: "\F26E";
  font-family: 'bootstrap-icons';
  color: #dc2625;
  font-size: 21px;
  display: inline-block;
  margin-left: -30px;
  width: 30px;
  position: absolute;
  top: 4px;
  left: 0;
}
.box-bg-transparent {
  background: #00000099;
  padding: 60px;
  border-radius: 30px;
  backdrop-filter: blur(3px);
}
/* HEADER */
#site-header {
  padding: 16px 40px 16px 40px;
  position: relative;
}
#site-header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#site-header .logo img {
  width: 220px;
  height: auto;
}
#site-header .main-menu {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
#site-header .main-menu li a {
  font-size: 14px;
  font-family: 'Asap', sans-serif;
  padding: 15px 25px;
  text-decoration: none;
  color: #202020;
  font-weight: 500;
  text-transform: uppercase;
}
#site-header .main-menu.not-responsive li {
  display: inline;
}
#site-header .main-menu.responsive {
  text-align: center;
  align-self: center;
}
.menu-responsive {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #424242;
  z-index: 100;
}
.menu-responsive li {
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.menu-responsive li a {
  color: #fff !important;
}
.menu-responsive li a:hover {
  font-weight: 900;
  color: #dc2625;
}
.menu-responsive .logo-responsive {
  padding-top: 40px;
}
.menu-responsive .logo-responsive img {
  max-width: 200px;
}
.menu-responsive .responsive-menu-footer {
  padding-bottom: 60px;
}
.menu-responsive .logo-responsive,
.menu-responsive .responsive-menu-footer {
  flex: 1;
}
.menu-responsive .main-menu.responsive {
  flex-grow: 1;
}
button.menu-command {
  border: none;
  background: transparent;
  outline: none;
  font-size: 30px;
}
button.menu-command:focus,
button.menu-command:active {
  outline: none;
}
#menu-open {
  color: #474747;
}
#menu-close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #ffffff;
}
.item .wrap {
  position: relative;
}
.box-color {
  position: relative;
  border-radius: 10px;
  padding: 40px;
  height: 100%;
}
.box-color h3 {
  text-transform: uppercase;
  font-weight: 600;
}
.box-color .boton {
  margin-top: 20px;
  padding: 5px 15px;
  font-weight: 200;
  font-size: 0.9rem;
}
.box-color .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.bg-blur-negro {
  background: #3b3b3bd4;
  backdrop-filter: blur(3px);
  color: #fff;
}
.bg-blur-negro a.boton:hover {
  color: #dc2625;
}
.gracias {
  padding-top: 200px;
  padding-bottom: 200px;
}
.heading {
  background: url(images/bg-heading.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 80px;
  color: #fff;
}
.heading::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #252525;
  opacity: 0.1;
  z-index: -1;
}
/**** Inicio **********/
.servicio-home {
  position: relative;
}
/********** Quienes Somos *******/
.quienes-somos {
  background: url('images/bg-wind.svg') no-repeat left bottom;
}
.desarrollo-fabricacion {
  position: relative;
}
.iso {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.4;
}
.aerogenerador {
  background: url('images/antartida2.jpg') no-repeat center 30%;
  background-size: cover;
  color: #FFF;
}
.stats {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.item-stat {
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-stat .info {
  flex: 2.5;
  padding-left: 30px;
}
.item-stat .info p {
  margin-bottom: 0;
  line-height: 1.7rem;
}
.item-stat .stat {
  flex: 1;
  background-color: #dc2625;
  border-radius: 20px;
  color: #fff;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.item-stat .stat .stat-num,
.item-stat .stat .prefix {
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  display: inline-block;
}
.item-stat .stat .stat-unit {
  display: block;
  line-height: 20px;
}
/********* PRoyectos ********/
.item-proyecto {
  margin-top: 30px;
}
.item-proyecto .wrap {
  border: 1px solid #e3e3e3;
  padding-bottom: 30px;
  overflow: hidden;
  border-radius: 20px;
}
.item-proyecto .info {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 0.9rem;
  line-height: 1.3rem;
}
.item-proyecto h3 {
  text-transform: uppercase;
  font-size: 1.3rem;
}
/********** Servicios ***************/
.solucion {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 350px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 23px 30px -20px rgba(0, 0, 0, 0.7);
  /* Hover del card */
}
.solucion h2 {
  text-transform: uppercase;
  font-weight: 550;
  font-size: 1.7rem;
  line-height: 1.7rem;
  text-wrap: balance;
  margin-bottom: 15px;
}
.solucion::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  transition: transform 0.3s ease;
  /* Efecto de zoom */
}
.solucion::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(25deg, #000 0%, transparent 70%);
  mix-blend-mode: multiply;
  opacity: 0.6;
}
.solucion:hover::before {
  transform: scale(1.1);
  /* Acercar fondo */
}
.solucion .wrap {
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  z-index: 1;
  /* .boton{
         margin-top:20px;
         padding: 5px 15px;
         font-weight: 200;
         font-size: 0.9rem;
      } */
}
.solucion-energias-renovables::before {
  background: url('images/servicios-energias-renovables.jpg') no-repeat center center;
  background-size: cover;
}
.solucion-matriceria::before {
  background: url('images/servicios-matriceria.jpg') no-repeat center center;
  background-size: cover;
}
.solucion-plasticos::before {
  background: url('images/servicios-plasticos.jpg') no-repeat center center;
  background-size: cover;
}
.otras-soluciones {
  background: url('images/bg-otras-energias.jpg') no-repeat center center;
  background-size: cover;
}
.box-item {
  position: relative;
  background-color: #3934349c;
  border-radius: 10px;
  color: #fff;
  padding: 40px;
  height: 100%;
  backdrop-filter: blur(3px);
}
/************** contacto ***************/
.border-right {
  border-right: 1px solid #e3e3e3;
  padding-right: 40px;
}
.form-control {
  border: 0;
  border-bottom: 1px solid #474747;
  border-radius: 0;
}
/***** Footer *****/
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-info li {
  display: flex;
  gap: 15px;
}
.contact-info li i {
  color: #dc2625;
  padding-top: 2px;
  font-size: 18px;
}
.contact-info li span a {
  display: block;
}
#site-footer ul {
  list-style-type: none;
  padding-left: 0;
}
#site-footer h4 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 17px;
}
#site-footer .footer-col {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.logo-footer img {
  max-width: 200px;
}
.footer-menu li {
  font-size: 14px;
}
.footer-menu li a {
  text-decoration: none;
  color: inherit;
  transition: all 0.2s;
}
.footer-menu li a:hover {
  color: #dc2625;
}
.copyright {
  padding-top: 20px;
  padding-bottom: 20px;
}
.copyright p {
  margin-bottom: 0;
}
.back-to-top {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 50px;
  border: none;
  background-color: #dc2625;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.back-to-top:hover {
  transform: scale(1.1);
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
}
.back-to-top button {
  outline: none;
  background: none;
  font-size: 22px;
  border: none;
  color: #fff;
}
/**** FORMULARIOS ****/
span.validate-error {
  color: #e24f4f;
}
span.requerido {
  color: #e24f4f;
  font-size: 19px;
  padding-left: 3px;
  line-height: 10px;
}
.form-group {
  margin-bottom: 20px;
}
button[type=submit]:not(.outline) {
  border: none;
}
.bg-gray {
  background-color: #f6f6f6;
}
.plr {
  padding-right: 10%;
  padding-left: 10%;
}
/***** Videos *****/
.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  margin-bottom: 40px;
  margin-top: 20px;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*********** MEDIA QUERIES **************/
@media (max-width: 1199.98px) {
  #site-footer .footer-col {
    display: block;
  }
  #site-header {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .more-gutter {
    --bs-gutter-x: 5rem;
  }
}
@media (max-width: 767.98px) {
  body:not(.with-delay)[data-aos-delay],
  *:not(.with-delay)[data-aos-delay] {
    transition-delay: 0ms !important;
  }
  .row.iom,
  .container.iom > .row {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navegacion-noticias {
    flex-wrap: wrap;
  }
  .navegacion-noticias .previous,
  .navegacion-noticias .next {
    flex: 100%;
  }
  .navegacion-noticias .next {
    margin-top: 30px;
    text-align: left;
    padding-left: 30px;
  }
}
@media (max-width: 991.98px) {
  .solucion {
    margin-bottom: 30px;
  }
  .mt-lg-5 {
    margin-top: 50px;
  }
}
