/* ===================================
    Cover
====================================== */

.cover{
  background-image: linear-gradient(180deg, rgba(187,32,38,0.7989320728291316) 0%, rgba(187,32,38,0.8) 80%),
                  url("../../assets/img/inicio/banner-CTA/textura-banner-cta.png");
                  background-position: center;
                  background-repeat: no-repeat;
                  background-size: cover;
}

.logo-cover{
  width: 145px;
}

/* ===================================
    General
====================================== */

/*Imgenes flotantes*/

.deco1{
  position: absolute;
width: 150px;
top: 0px;
left: -15%;
}

.deco2{
  position: absolute;
width: 120px;
left: 0px;
bottom: -10px;
}

.deco3{
  position: absolute;
    width: 200px;
    top: 0px;
    right: -30px;
}

.deco4{
  position: absolute;
    width: 140px;
    right: -40px;
    bottom: 40px;
}

/*----------*/

.grid-certification{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap:5px;
}


.grid-certification .content-img{
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid-certification .content-img img{
  width: 70%;
}

/*--------------*/

#galery-product{
  position: relative;
  top:-50px;
}

.card-product{
  background: #fff;
  padding: 10px;
  display: grid;
  grid-template-columns: 30% auto;
  box-shadow: 0px 4px 4px 0px #0000001A;
}

.card-product:hover{
  background:#F7F7F7;
  text-decoration: none;
}

.card-product:hover span{
  color:#333333;
}

.card-product .text{
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.card-product .img{
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-product .img svg{
  width: 80px;
  height: 80px;
}

.card-product .img img{
  width: 80%;
}

.card-product span{
  font-size: 12px;
  line-height: normal!important;
  color:#333333!important;
}


/*Industrias galeria*/

.card-industria{
  width: 100%;
  min-height: 500px;
  background: #F7F7F7;
  padding: 10px;
}

.card-industria .img-content{
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.card-industria .img-content img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: 7s;
}

.card-industria .info{
  margin-top: 15px;
}

.card-industria .info ul{
  padding-left: 1rem;
  font-size: 0.875rem;
  line-height: 1.3rem!important;
  list-style: disc;
  margin-bottom: 0px;
}

.card-industria .info li::marker {color: #042032};


#industrias .cont-inf{
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  margin-bottom: 50px;
}

/*Cards productos*/

.card-producto .img{
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-producto .img img{
  width: 80%;
}

.card-producto  .inf-producto{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}


.card-producto  .content-tags{
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: 15px;
  flex-wrap: wrap;
}

.card-producto  .content-tags .card-tag{
  padding: 4px 10px;
  border: 1px solid #BB2026;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 10px;
}

.card-producto  .content-tags .card-tag p{
  margin-bottom: 0px;
  font-family: "League Spartan";
}

/* ===================================
       Call to action
====================================== */


.cover-cta{
  height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
    right: 0px;
    top: 0px;
    z-index: -0;
    display: none;

}

.cover2-cta{
  height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
    right: 0px;
    top: 0px;
    z-index: -0;
    display: none;

}

/* ===================================
    Responsive
====================================== */


/* xxs */ @media (max-width: 430px) {}
/* xs  */ @media (min-width: 431px) {

/*CERTIFICACIONES*/
.grid-certification{grid-template-columns: repeat(3,1fr);gap:5px;}
/*------*/

} /* @media (max-width: 575px) {} */
/* sm  */ @media (min-width: 576px) {

.deco1{
  position: absolute;
width: 150px;
top: 0px;
left: 0%;
}

.deco2{
  position: absolute;
width: 120px;
left: 0px;
bottom: -10px;
}

.deco3{
  position: absolute;
    width: 200px;
    top: 0px;
    right: -30px;
}

.deco4{
  position: absolute;
    width: 140px;
    right: -40px;
    bottom: 40px;
}

/*CERTIFICACIONES*/
.grid-certification{grid-template-columns: repeat(6,1fr);gap:0px;}
/*------*/

/*-----Productos-----*/
.card-product{grid-template-columns: 35% auto;}
.card-product .img{justify-content: flex-start;}
.card-product .img img{width: 85%; height: auto;}
/*-----*/

}
/* md  */ @media (min-width: 768px) {

.deco1{
  position: absolute;
  width: 200px;
  top:0px;
  left: 0%;
}

.deco2{
  position: absolute;
  width: 250px;
  left: -70px;
  bottom: -90px;
}

.deco3{
  position: absolute;
  width: 320px;
  top:-20px;
  right: -10%;
}

.deco4{
  position: absolute;
  width: 250px;
  right: -70px;
  bottom: -90px;
}

/*CERTIFICACIONES*/
.grid-certification{grid-template-columns: repeat(3,1fr);gap:5px;}
/*------*/

/*call to action*/


.cover-cta{
  height: auto;
width: 380px;
right: -105px;
top: 65px;
opacity: 1;
position: absolute;
display: inherit;
}
.cover2-cta{
  height: auto;
  width: 300px;
          right: 2%;
z-index: 100;
top: 35%;
opacity: 1;
position: absolute;
display: inherit;
}

} /* ipad Portrait */
/* lg  */ @media (min-width: 992px) {

.deco1{
  position: absolute;
  width: 300px;
  top:0px;
  left: -5%;
}

.deco2{
  position: absolute;
width: 300px;
left: 5px;
bottom: -100px;
}

.deco3{
  position: absolute;
  width: 350px;
  top:0px;
  right: -5%;
}

.deco4{
  position: absolute;
width: 300px;
right: 5px;
bottom: -100px;
}



/*CERTIFICACIONES*/
.grid-certification{grid-template-columns: repeat(6,1fr);gap:0px;}
/*------*/

/*Call to action*/
.content-cta{padding: 50px;}
.cover-cta{
  height: auto;
width: 420px;
right: -100px;
top: 95px;
}
.cover2-cta{
  height: auto;
        width:350px;
        right: 20%;
        z-index: 100;
        top: 35%;
        opacity: 1;
}

#industrias .cont-inf{
  width: 32%;
  position: absolute;
  margin-bottom: 0px;
  z-index: 10;
  background:#fff;
  height: 100%;
}





} /* ipad Landscape */
/* xl  */ @media (min-width: 1200px) {

/*Call to action*/

.cover-cta{
  height: auto;
width: 430px;
right: -50px;
top: 20px;
}
.cover2-cta{
  height: auto;
          width: 380px;
          right: 18%;
          z-index: 100;
          top: 25%;
          opacity: 1;
}




}
/* xxl */ @media (min-width: 1400px) {}
