

/* about-us */

.about{
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
 
}

.about-cont{
  
  max-width: 1200px;
  /* margin: 10px; */
  display: flex;
  flex-direction: row;
  
  
}

.about-cont img{
  width: 500px;
  height: auto;
  padding: 0 20;
}

.about-cont h2{
  padding-top: 55px;
  margin-top: 80px;
  margin-left: 50px;
}

.about-cont p{
  text-align: justify;
  line-height: 200%;
  margin-left: 50px;  
}



@media only screen and (max-width: 768px) {
  .pleca .titulos h3{
    margin-top: 70px;
   margin-bottom: 10px; 
  }

  .pleca{
    height: 150px;
  }

  
  .about-cont{
    display: block;
    width: 100%;
    height: auto;
    
  }
  .about-cont img{
    width: 100%;
    height: auto;
    padding: 50px;
  }
  
  
  .about-cont h2{
    padding: 1px 40px;;
    margin-top: 20px;
    margin-left: 0;
  }
  
  .about-cont p{
    padding: 1px 40px;
    text-align: justify;
    line-height: 200%;
    margin-left: 0;
  }




  .banner-img-movil-about{   
    z-index: 1;
    position: relative;
  }

  .banner-img-movil-about img{
     
    width: 100%;
    height: auto;
  }
}