.hero {

   width: 100%;
   color: var(--main-white);
   display: flex;
   justify-content: center;
   align-items: center;
}

.hero__img {

   height: 600px;
   width: 100%;

   border-radius: 8px;
   position: relative;

}

.hero__containerInfo {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   display: grid;
   place-content: center;
   /* height: 50%; */
   /* width: 500px; */

}

.section__header.section__header--laimbadi {
   background: rgb(36, 123, 160);
   background: linear-gradient(140deg, rgba(36, 123, 160, 1) 31%, rgba(11, 32, 99, 0.75) 80%);
}

.hero__info {
   padding: 36px;
   width: auto;
   max-width: 600px;
   display: flex;
   gap: 42px;
   flex-direction: column;
   justify-content: space-between;
   height: auto;
   backdrop-filter: blur(8px) saturate(180%);
   -webkit-backdrop-filter: blur(8px) saturate(180%);
   background-color: rgba(17, 25, 40, 0.62);
   border-radius: 12px;
   border: 1px solid rgba(255, 255, 255, 0.125);
}


.hero__title {
   text-align: center;
   font-size: 54px;
}

/* header de movil */
@media (max-width:500px) {
   .hero__info {
      padding: 16px;
      width: auto;
      max-width: 425px;
      display: flex;
      gap: 16px;
      flex-direction: column;
      justify-content: space-between;
      height: auto;
      backdrop-filter: blur(4px) saturate(180%);
      -webkit-backdrop-filter: blur(4px) saturate(180%);
      background-color: rgba(17, 25, 40, 0.35);
      border-radius: 12px;
      border: 1px solid rgba(255, 255, 255, 0.125);
   }

   .hero__title {
      text-align: center;
      font-size: 28px;
   }

   .hero__description {
      font-size: 16px;
      text-align: center;
   }

   .hero__info .hero__btn {
      font-size: 18px;
      padding: 10px 18px;
   }

}

.container__info__hero {
   flex: 1;

   padding: 32px 16px;
   /* position: absolute; */
   max-width: 50%;
   color: var(--gray-900);

   border-radius: 8px;
   /* outline: 1px solid green; */
}



.container__title {
   color: var(--gray-300);
   line-height: 125%;
   text-transform: uppercase;
   text-align: center;
   font-size: 3rem;
   margin-bottom: 1rem;
}

.container__text {
   color: var(--gray-300);
   font-size: 1.1rem;
   text-align: center;
   margin-bottom: 1rem;
   /* white-space: pre-line; */
}

.container__text.container__text--strong {
   font-weight: 600;
   /* color: var(--primary-500); */
}

.iconContainer {
   padding: 12px;
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: space-around;
   flex-wrap: wrap;
   gap: 16px;
   background-color: var(--gray-100);
   /* outline: 1px solid red; */
}

.iconContainer__logo {
   min-width: 100px;
   max-width: 150px;
}


.sliderContainer {
   width: 100%;
   height: 100%;
   overflow: hidden;
   opacity: 0.9;
}

.slider {
   width: 100%;
   height: 100%;
   display: flex;
   transition: transform .6s ease-in-out;
   /* outline: 2px solid green; */
}

.sliderImgContainer {
   flex-shrink: 0;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
   overflow: hidden;
}

.sliderImgContainer.sliderImgContainer--eurocomach {
   background-image: url('../Imagenes/laimbadi_head/eurocomach.webp');
}

.sliderImgContainer.sliderImgContainer--gordini {
   background-image: url('../Imagenes/laimbadi_head/gordini.webp');
}

.sliderImgContainer.sliderImgContainer--osmaq {
   background-image: url('../Imagenes/laimbadi_head/osmaq.webp');
}

.sliderImgContainer.sliderImgContainer--tabe {
   background-image: url('../Imagenes/laimbadi_head/tabe.webp');
}

.sliderImgContainer.sliderImgContainer--hammel {
   background-image: url('../Imagenes/laimbadi_head/hammel.webp');
}

.sliderImgContainer img {
   display: block;

   object-fit: contain;

   height: auto;
   width: 100%;


}


.heroText {

   letter-spacing: 6px;
   text-transform: capitalize;
   font-size: 110px;
   font-family: reisenberg;
   font-weight: 500;
   /* mix-blend-mode: multiply; */
   text-align: center;
   color: var(--gray-200);

}

@media (max-width:1400px) {
   .heroText {
      letter-spacing: 2px;
      font-size: 90px;
   }
}

@media (max-width:500px) {

   .heroText {
      letter-spacing: 2px;
      font-size: 50px;
   }

   .iconContainer__logo {
      min-width: 50px;
      max-width: 90px;
   }

   .container__info__hero .container__title {
      font-size: 1.5rem;
   }

   .container__info__hero .container__text {
      font-size: 1rem;
   }

}

.masterIcon {
   display: none;
}

.masterIcon.masterIcon--inicio {

   top: -80px;
   right: -80px;
   /* filter: invert(); */
}

.container {
   padding: 0 4rem;
   width: 100%;
   height: 100%;
   display: flex;
   gap: 32px;
   justify-content: space-between;
   align-items: center;
   max-width: 1600px;
   margin: 0 auto;
   /* outline: 4px solid red; */
}



.container.container--reduced {
   padding: 0 2rem;
}

.container__imgBox {
   flex: 1;
   /* height: auto; */
   position: relative;
   z-index: 0;
   /* outline: 1px solid red; */
}

.container__imgBox.container__imgBox--reduced {
   flex: 0.5;
}

.container__imgBox.container__imgBox--reduced::after {
   display: none;
}

.container__imgBox::after {
   content: '';
   position: absolute;
   z-index: -1;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border-radius: 8px;
   background-color: var(--gray-800);
   -webkit-box-shadow: inset -2px -2px 15px 3px rgba(0, 0, 0, 0.7);
   box-shadow: inset -2px -2px 15px 3px rgba(0, 0, 0, 0.7);
}

.container__img {
   /* margin-left: 6rem; */
   width: 100%;
   height: auto;
   filter: invert();
   /* outline: 1px solid greenyellow; */

}

.container__info {
   flex: 0.7;
   height: auto;
   color: var(--white);
   position: relative;
   z-index: 0;
   /* outline: 1px solid greenyellow; */
}

.container__info.container__info--style {
   padding-left: 1rem;
}

.container__info.container__info--style::after {
   content: '';
   position: absolute;
   left: 0;
   top: 12.25%;
   height: 80%;
   width: 8px;
   background-color: var(--primary-500);

}


.container__text.container__text--posLeft {
   text-align: start;
}

.textImportant {
   display: inline-block;
   margin: 0 0.25rem;
   text-transform: uppercase;
   font-weight: 700;
   font-size: 1.3rem;
   color: var(--primary-100);
}

.textImportant.textImportant--big {
   font-size: 2.5rem;
}

.generalInfo {
   padding: 2rem 2rem;
   /* background-color: lightpink; */
   /* outline: 2px solid purple; */
}

.generalInfo__title {
   padding-top: 36px;
   padding-left: 36px;
   /* margin-bottom: 2rem; */
   font-size: 3.5rem;
   /* outline: 1px solid red; */
}

.generalInfo__title span {

   position: relative;
   z-index: 0;
   /* outline: 1px solid red; */
}

.generalInfo__title span::after {
   content: '';
   width: 100%;
   height: 12px;
   background-color: var(--primary-500);
   position: absolute;
   z-index: -1;
   bottom: 12px;
   left: 0;


}

.video {
   margin: 0 1rem;
   border-radius: 8px;
   /* outline: 1px solid red; */
}

.video__info {
   padding: 0 1rem;
   display: flex;
   gap: 22px;
   text-align: center;
   justify-content: center;
   /* outline: 1px solid greenyellow; */
}

.video__title {
   /* height: fit-content; */
   font-weight: 400;
   font-size: 2rem;
}

.videoContainer {
   margin: 2rem auto;
   padding: 2rem 0;
   width: 100%;
   min-height: 500px;
   max-width: 1000px;
   position: relative;
   /* display: flex;
   justify-content: center;
   align-items: center; */
   border-radius: 8px;
   box-shadow: -5px -5px 5px rgba(92, 92, 92, 0.1),
      10px 10px 10px rgba(0, 0, 0, 0.4),
      inset -5px -5px 5px rgba(82, 82, 82, 0.2),
      inset 10px 10px 10px rgba(0, 0, 0, 0.4);
   /* background-color: var(--gray-900);
   -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.89); 
   box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.89); */

   /* outline: 1px solid greenyellow; */
}

.videoContainer iframe {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
}



@media (max-width:1050px) {

   .hero {
      /* height: auto; */
      flex-wrap: wrap;
      flex-direction: column-reverse;

   }

   .hero__img,
   .container__info__hero {
      max-width: 100%;
      overflow: hidden;


   }


   .sliderImgContainer img {

      height: auto;
      width: 100%;
      object-fit: cover;


   }



   .container {
      flex-direction: column;
      padding: 2rem 1rem;
      gap: 8px;
   }

   .container__info {

      flex: 0.5;
      padding-top: 3rem;
      order: -1;

   }

   .container__title {

      line-height: 120%;
      font-size: 2rem;
   }

   .container__imgBox::after {
      height: 100%;
   }

   .masterIcon {
      display: block;
   }

   .masterIcon.masterIcon--inicio {
      top: -20px;
      right: -20px;
      height: 250px;
      width: 250px;
   }

   .container__imgBox {
      flex: 0;
   }

   .generalInfo__title {
      font-size: 2.5rem;
   }

   .container__imgBox--reduced {
      order: -1;
   }

   .video__info {
      justify-content: center;
      align-items: center;
      /* outline: 1px solid red; */
   }

   .video__title {
      font-size: 1rem;
   }

   .textImportant.textImportant--big {
      font-size: 1.5rem;
   }

}