
 /*  --------------------deposito----------------------   */
 .deposito {
     /*margin-left: 55rem;*/
    width:60%;
   margin: 20px auto;
    background-color: rgb(137, 137, 141);
    color: #fff;
    padding: 15px;
    border-radius: 5%;
    justify-self: end;
  }

  .deposito  .foto {
    float: left;
    margin-right: 15px;
    width: 60%;
    border-radius: 5%;
   
  }
  .reset {
    clear: both;
  }

 .deposito h4 {
    line-height: 1.5;
  }

  .item1 {
    margin-left: 5rem;
    text-align: left;
    color: slategray;
    font-size: 2.5rem;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  }

  @media (max-width: 480px) {
    .deposito {
        
        
    width:60%;
    margin: 20px auto;;
    background-color: rgb(137, 137, 141);
    color: #fff;
    padding: 15px;
    border-radius: 5%;
    justify-self: end;
        
    }
  }
  


  /* ---------------FLOTA---------------  */

  .flota {

    margin: 20px auto;
   width:60%;  
   background-color: rgb(137, 137, 141);
   color: #fff;
   padding: 15px;
   border-radius: 5%;
   justify-self: end;
 }

 .flota  .foto1 {

   float: left;
   margin-right: 15px;
   width: 60%;
   border-radius: 5%;
  
 }
 .reset1 {
   clear: both;
 }

.flota h4 {
   line-height: 1.5;
 }

/* --------------VENTA--------------  */


.ventas {

    margin: 20px auto;
   width:60%;
     background-color: rgb(137, 137, 141);
   color: #fff;
   padding: 15px;
   border-radius: 5%;
   justify-self: end;
 }

 .ventas  .foto2 {

   float: left;
   margin-right: 15px;
   width: 60%;
   border-radius: 5%;
  
 }
 .reset2 {
   clear: both;
 }

.ventas h4 {
   line-height: 1.5;
 }
