/* ===================================
    Cover
====================================== */

.cover{
  width: 100%;
height: auto;
padding-top: 0px;
position: relative;
overflow-x: clip;
}

.content-marcas{
  width: 100%;
  top:0px;
  left: 0px;
  z-index: 50;
}

.bg-back{
  width: 100%;
  height: 15%;
  background: rgb(0,0,0);
  background: linear-gradient(176deg, rgba(0,0,0,1) 55%, rgba(255,255,255,1) 55%);
  position: absolute;
  bottom: 0px;
}


.inf-cover{
  width: 100%;
  text-align: center;

}

.inf-cover h1{
  font-family: 'Poppins', sans-serif !important;
  text-transform: uppercase;
}

.img-cover{
  width: 100%;
  position: absolute;
  top:65%;
  /*left: 50%;
  transform: translate(-50%, -50%);*/
  z-index: 1;
}


.frente{
  position: relative;
  z-index: 10;
}
/* ===================================
    Global
====================================== */

section{
   overflow-x:clip;
}

.content-años{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
}

.content-años img{
  width: 120px;
  margin-bottom: 20px;
}

.text-año{
  font-size: 40px;
  color: #010811;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600;
  line-height: 1rem;
  text-transform: none!important;
}

/*-----Galeria Videos-----*/

#galery-videos .position-btn-nav{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
}

#galery-videos .content-btn-nav{
  width: 100%;
display: flex;
justify-content: space-between;
margin-top: 0px;
position: absolute;
top:50%;
}



#galery-videos .swiper{
  width: 85%;
  display: flex;
  justify-content: center;
  position: relative;
}

#galery-videos .swiper-slide{

  z-index: 10;
}

#galery-videos .swiper-slide .content-img-video{
  height: 220px;
  position: relative;
}

#galery-videos .swiper-slide .content-img-video img{
  width: 100%;
  height: 100%;
  object-fit:cover;
}

#galery-videos .swiper-slide .content-img-video .inf-video{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}


/*--------------*/

#galery-cover .swiper {
  width: 100%;
height: 600px;
  position: relative;
}

#galery-cover .swiper-slide {
  position: relative;
  color: white;
  font-size: 2rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 2rem;
  background-color: #000;
}

#galery-cover .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
    left: 0;
  z-index: 0;
}

#galery-cover .content {
  position: relative;
  z-index: 2;
  font-weight: bold;
}


#galery-cover .inf-video{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Custom Bullets */
.custom-pagination {
  position: absolute;
bottom: 20px !important;
right: 15px !important;
display: flex;
justify-content: flex-end;
gap: 10px;
z-index: 10;
padding-right: 20px;
}

.custom-pagination .swiper-pagination-bullet {
  width: 70px;
  height: 4px;
  background: #999;
  opacity: 1;
  border-radius: 0;
  transition: background 0.3s;
}

.custom-pagination .swiper-pagination-bullet-active {
  background: #FF0000;
}

/*--------------------*/

.inf-card{
  position:relative;
  background: #050404;
  color: #fff!important;
  padding: 40px 110px 30px 30px;
  border-radius: 10px;
}

.inf-card .deco{
  position: absolute;
  right: 0px;
  bottom: -20px;
}

.inf-card .sig{
  position: absolute;
  top: -20px;
  left: 30px;
}


/*------------------------*/

.card-tipo{
  width: auto;
  height: auto;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  transition: all 0.7s ease-out;
}

.info-tipo{
  background: linear-gradient(180deg, #393939 0%, #000000 100%);
  color: #fff;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  min-height: 450px;
  text-align: center;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  font-size: 14px;
  line-height: 21px;
  transition: all 0.7s ease-out;
}

.info-tipo .text{
  position: relative;
  z-index: 10;
}

.icon-tipo{
  position: absolute;
  top: 15px;
  left: 50%;
  width: 80%;
  z-index: 1;
  transform: translate(-50%, -0%);
  transition: all 0.7s ease-out;
}

.content-icon{
  position: relative;
  height: 100px;
  width: 100%;
  transition: 200ms linear 50ms;
}

.card-tipo .title{
  position: relative;
  z-index: 20;
  top: -50px;
  transition: all 0.7s ease-out;
}

.btn-card-tipo{
  border: none;
  box-shadow: none;
  transition: all 0.7s ease-out;
}


.btn-card-tipo:hover .info-tipo{
  background: linear-gradient(180deg, #FF0000 0%, #790000 100%);
  transition: all 0.7s ease-out;
}

.btn-card-tipo:hover .icon-tipo{
  transform: translate(-50%, -5%);
  transition: all 0.7s ease-out;
}

.swiper-slide{
  transition: all 0.7s ease-out;
}
/*-----Clientes-----*/

.inf-card-clientes{
  position:relative;
  background: #2F2F2F;
  color: #fff!important;
  padding: 40px 20px 20px 20px;
  border-radius: 10px;
  margin-left: 0px;
  margin-top: 30px;
}


.inf-card-clientes .sig{
  position: absolute;
  top: -20px;
  left: 30px;
}


/*-----Soluciones integrales-----*/

#soluciones-integrales .cont-inf{
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  margin-bottom: 50px;
}

#soluciones-integrales .cont-inf .description{
  display: flex;
  flex-direction: column;
}

#soluciones-integrales .cont-inf-alt{
  width: 30%;
  position: absolute;
  display: none;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 0px;
}


#galery-benefits .swiper-wrapper{
  background: #fff;
}



#galery-benefits .swiper-slide {
      width:350px;
      height: 500px;
      border-radius: 10px;
      position: relative;
      overflow: hidden;
    }

    #galery-benefits .swiper-slide:hover img{
      transform: scale(1.1);
      transition-duration: 7s;
        }

#galery-benefits .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  transition: transform 2s cubic-bezier(0.2, 1, 0.2, 1);
}

#galery-benefits .content-slider-benefits{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  padding: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 44.05%, #000000 100%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    transition: all 0.2s ease-in-out;
    border: 1px solid #8A8A8A;
}


#galery-benefits .content-slider-benefits .description{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

#galery-benefits .content-slider-benefits .title{
  width: 100%;
  margin-bottom: 15px;
}

#galery-benefits .content-slider-benefits .title h5{
  text-decoration: underline;
  text-decoration-color: #FF0000;
  text-underline-offset: 8px;
}



#galery-benefits .content-slider-benefits .title-alt{
  width: 100%;
}


#galery-benefits .content-slider-benefits .description p{
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
}

/*-----Galeria Marcas-----*/

#galery-marcas{
  padding-top: 50px;
  padding-bottom: 50px;
}

#galery-marcas .deco{
  width: 100%;
  height: 12px;
  background: linear-gradient(270.04deg, #9D0404 0.04%, #FF0000 99.98%);
  border-radius: 30px;
  position: relative;
  top:92px;
}

#galery-marcas .swiper-slide{
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#galery-marcas .swiper-slide img{
  width: 150px;
  height: 60px;
}

#galery-marcas .swiper-slide .circulo{
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
}

#galery-marcas .swiper-slide .description{
  padding-left: 20px;
  padding-right: 20px;
}

#galery-marcas .swiper-slide .description p{
  margin-bottom: 0;
  font-size: 14px;
  line-height: normal;
  color: #fff;
}

/*-----noticias-----*/

#noticias .title-noticias{
  width: 100%;
  margin-bottom: 20px;
}

.notice-actual{
  width:100%;
  height: 450px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

 .more-inf{
  display: grid;
  grid-template-columns: 1fr;
  gap:30px;
}

.more-inf .description{
  width: 100%;
}

.notice-actual .categoria{
  padding: 3px 20px;
  background: #fff;
  position: absolute;
  top:15px;
  right: 15px;
  border-radius: 60px;
}

.notice-actual .categoria p{
  font-size: 10px;
  font-weight: 500;
  color: #FF0000;
  margin-bottom: 0;
}

.notice-actual img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  transition: transform 2s cubic-bezier(0.2, 1, 0.2, 1);
}

.notice-actual .content-inf-notice{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  padding: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 85.5%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    transition: all 0.2s ease-in-out;
    border: 1px solid #8A8A8A;
}

.content-inf-notice .title h5{
  font-weight: 700;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.content-inf-notice .description p{
  margin-bottom: 0;
  margin-top: 8px;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.content-inf-notice .date p{
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
}



.notice-last .content-img{
  width:100%;
  height: 150px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  border: 1px solid #8A8A8A;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 85.5%);
}

.bg-notice-last{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 85.5%);
}

.notice-last .content-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  transition: transform 2s cubic-bezier(0.2, 1, 0.2, 1);
}

.notice-last .title h5{
  font-weight: 700;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.notice-last .description p{
  margin-bottom: 0;
  margin-top: 5px;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.notice-last .date p{
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.notice-last .link-more{
  font-size: 12px;
  line-height: 14px;
}

/* ===================================
    Gid
====================================== */

.grid-50{
  display: grid;
  grid-template-columns: 1fr;
  gap:50px;
}

.grid-equipos{
  display: grid;
  grid-template-columns: 1fr;
  gap:30px;
}

.grid-clientes{
  display: grid;
  grid-template-columns: 1fr;

}

.grid-noticias{
  display: grid;
  grid-template-columns: 1fr;
  gap:30px;
}

/* ===================================
    Galerias
====================================== */

#galery-clientes img{
  width: 100%;
}

/* ===================================
    responsive
====================================== */

/* xxs */ @media (max-width: 430px) {}
/* xs  */ @media (min-width: 431px) {

.img-cover{
  top:70%;
}




} /* @media (max-width: 575px) {} */
/* sm  */ @media (min-width: 576px) {

#galery-cover .swiper {height: 600px;}

.img-cover{
  top:60%;
}



.more-inf{
 display: grid;
 grid-template-columns: 50% auto;
 gap:30px;
}

.content-años{
  flex-direction: row;
}

#galery-videos .swiper-slide .content-img-video{
  height: 300px;
  position: relative;
}


}
/* md  */ @media (min-width: 768px) {

#galery-cover .swiper {height: 650px;}

.img-cover{
  top:60%;
}




#galery-videos .swiper-slide .content-img-video{
  height: 550px;
  position: relative;
}

.grid-clientes{
  display: grid;
  grid-template-columns: 50% auto;
}

.inf-card-clientes{
  margin-left: 30px;
  margin-top: 0px;
}

#noticias .title-noticias{
  width: 80%;
  margin-bottom: 20px;
}

.text-año{font-size: 56px;line-height: 4rem;}


} /* ipad Portrait */
/* lg  */ @media (min-width: 992px) {

#galery-cover .swiper {height: 700px;}

.img-cover{
  top:40%;
  left: 0;
}





.grid-50{
  display: grid;
  grid-template-columns: 50% auto;
  gap:50px;
}

.inf-card .deco{
  right: -20px;
}

.grid-equipos{
  display: grid;
  grid-template-columns: 60% auto;
  gap:30px;
}

.grid-clientes{
  display: grid;
  grid-template-columns: 60% auto;
}

#noticias .title-noticias{
  width: 70%;
  margin-bottom: 20px;
}

.grid-noticias{
  display: grid;
  grid-template-columns: 70% auto;
  gap:30px;
}

.more-inf{
 display: grid;
 grid-template-columns: 1fr;
 gap:15px;
}

#soluciones-integrales .cont-inf-alt{
  display: flex;
        z-index: 10;
        background: #fff;
        height: 100%;
        justify-content: flex-start;
        width: 32%;
}

#soluciones-integrales .cont-inf .description{
  display: none;
}



} /* ipad Landscape */
/* xl  */ @media (min-width: 1200px) {

#galery-cover .swiper {height: 750px;}


.img-cover{
  width: 83%;
  top: 40%;
}

.grid-equipos{
  display: grid;
  grid-template-columns: 50% auto;
  gap:30px;
}

#noticias .title-noticias{
  width: 60%;
  margin-bottom: 20px;
}

#soluciones-integrales .cont-inf{
  width: 32%;
  position: absolute;
  margin-bottom: 0px;
  z-index: 10;
  background:#fff;
}

#soluciones-integrales .cont-inf .description{
  display: flex;
}

#soluciones-integrales .cont-inf-alt{
  display: none;
}

}
/* xxl */ @media (min-width: 1400px) {}
