
/*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: 70px;
    color: #ffffff;
    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 metalmecanica*/
.metalmecanica {
    background: #ffffff;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 40px;
}


.metalmecanica>p {
    width: 85%;
    padding-bottom: 20px;
    color: #282828;
    line-height: 25px;
    font-family: 'Nunito Sans', sans-serif;
    
}
.p{
    font-weight: bold;
}
.parrafo-parte{
    width: 85%;
    text-align: left;
}
.parrafo-parte>li{
    
    list-style:square;
    padding: 5px 5px;
    font-size: 16px;
    font-weight: lighter;
    font-family: 'Nunito Sans', sans-serif;
    
}

/*fin de metalmecanica*/

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


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

/*fin de mantenimiento*/

@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:1000px) {
  
   
    .title-descrip{
        font-size:50px;
    }
    
}

@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) {
   
    .title-descrip{
    
        padding: 10px;
    }
}

@media (max-width:400px) {
    
    .title-descrip{
      
        padding: 10px;
    }
}