
/*inicio de carrusel 2*/
.carrusel2{
    width: 100%;
}
.carrusel3 {
    width: 100%;
    height: 100%;
}
.carrusel3-img {
    text-align: center;
    font-size: 18px;
    background: #fff;
    position: relative;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
.descripcion{
    position: absolute;
    top:0;
    margin: auto;
    width: 85%;
    color: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}
.title-descrip{
    width: 100%;
    text-align: center;
    font-size: 100px;
    color: #ff5a05;
    text-shadow: 4px 1px 5px rgba(0,0,0,0.6);
    
}
  .carrusel3-img>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
 .swiper-button-next,.swiper-button-prev{
    color: white;
 }
 .swiper-pagination{
   color: white;
 }
/*fin de carrusel 2*/

/*inicio de historia*/
.historia {
    background: #ffffff;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 40px;
}


.historia>p {
    width: 85%;
    padding-bottom: 20px;
    color: #282828;
    line-height: 25px;
    font-family: 'Nunito Sans', sans-serif;
    
}

/*fin de historia*/
/*inicio de mvv*/
.mvv{
    width: 100%;
  
    
}
.carrusel4{
    width: 100%;
    height: 100%;
}
.parrafo-conte{
    font-size: 25px;
    padding: 10px;
    text-shadow: 4px 1px 5px rgba(0,0,0,0.6);
    line-height: 30px;
}
.title-conte{
    font-size: 42px;
    padding: 10px;
    text-shadow: 4px 1px 5px rgba(0,0,0,0.6);
}
.siguiente,.atras{
    color:#ffffff;
 }
 /*fin de mvv*/
 /*fin de proveedores*/
.proveedores{
    width: 100%;
    object-fit: cover;
    background: #144169;
}

.proveedores>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #144169;
}
/*fin de proveedores*/

/*fin de marcas*/
.marcas{
    padding-top: 50px;
    margin: auto;
    width: 85%;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(min(100%,200px),2fr));
    gap: 10px;
    padding-bottom: 50px;

}
.marca-img{
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marca-img>img{
    width: 100%;
}
/*fin de marcas*/
@media (max-width:2000px) {
  
}
@media (max-width:1800px) {
    .title-descrip{
        font-size: 65px;
    }
}
@media (max-width:1600px) {
    .title-descrip{
        font-size: 60px;
    }
}
@media (max-width:1400px) {
    .title-descrip{
        font-size: 55px;
    }
}
@media (max-width:1200px) {
    .title-descrip{
        font-size: 50px;
    }
}
@media (max-width:1100px) {
 
}
@media (max-width:1050px) {
   
}
@media (max-width:1000px) {
    
    .title-descrip{
        font-size:40px;
    }
    .title-conte{
        font-size: 30px !important;
    }
    
}

@media (max-width:900px) {
   
}
@media (max-width:800px) { 
    
    .title-descrip{
        font-size: 30px !important;
    }
    .carrusel4{
        height:500px ;
    }
    
}
@media (max-width:600px) {
   
    .swiper-button-next,.swiper-button-prev,.swiper-pagination{
        display: none;
     }
     
}
@media (max-width:500px) {
    .marcas{
        
        grid-template-columns: repeat(2,1fr);
       
    
    }
   
}

@media (max-width:400px) {
    
  
}