@media only screen and (min-width: 320px) and (max-width: 479px){ 


}

@media only screen and (min-width: 480px) and (max-width: 767px){ 


 }
 @media only screen and (max-width: 767px){ 
  .nav-item a{
    font-weight: bold;
    text-align: center;
    font-size: 1.3rem;
  }
  footer a{
    width: 100%;
    text-align: justify;
    margin-top: 15px;
  }
  footer a span{
    margin-left: 20px;
  }
  footer p{
    margin-top: 30px;
  }
  #camionetas .col-md-5 img, #camionetas-dos .col-md-5 img, #camiones .col-md-5 img{
    width: auto;
  }

  #h3-vehiculos{
    margin-top: 50px;
    margin-bottom: 50px;
  }
  #sect-servicios p{
    width: 70%;
  }
  .carousel-caption{
    display: initial !important;
  }
  #content-cotiza-servicio{
    top: 0 !important;
    width: 100%;
    bottom: 0;
    left: 15%;
  }
   
  #content-cotiza{
    top: 0% !important;
    width: 100%;
    left: 0%;
  }

   #content-cotiza a{
    width: 100%;
   }
   #content-cotiza a img{
    width: 200px;
   }
   #content-cotiza p{
     width: 100%;
     text-align: center;
     font-size: 1.3rem;
   }

   #content-cotiza-servicio{
    top: 0% !important;
    width: 100%;
    left: 0%;
  }
   
   #content-cotiza-servicio a{
    width: 100%;
   }
   #content-cotiza-servicio a img{
    width: 200px;
   }
   #content-cotiza-servicio p{
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
    color: #183E62;
    font-weight: bold;
   }
   #cover-unidades{
    margin-top: 120px;
   }
   #content-cotiza-unidades, #content-contacto{
    top: 0% !important;
    width: 100%;
    left: 0%;
   }
  
   #content-cotiza-unidades p, #content-contacto p{
     width: 100%;
     text-align: center;
     font-size: 1.3rem;
     font-weight: bold;
   }
   #vision h3, #mision h3, #objetivos h3{
    text-align: right;
  }
  #vision img, #mision img, #objetivos img{
    float: left !important;
    width: 50px;
  }
}

 @media only screen and (min-width: 768px) { 
  .navbar-nav{
    position: absolute;
    right: 0px;
  }
  .nav-link{
    padding-left: 15px !important;
  }
  #unidades .col-md-1 img{
    margin-top: 100%;
  }
  #h3-vehiculos{
    margin-top: 30%;
  }
  footer .col-md-8{
    margin-top: 50px;
  }
  #camionetas .col-md-5 img, #camionetas-dos .col-md-5 img, #camiones .col-md-5 img{
    width: 500px;
  }
  #content-cotiza-servicio{
    top: 40% !important;
    width: 420px;
    bottom: 0;
    left: 15%;
  }
   
   #content-cotiza-servicio a{
    width: 250px;
   }
   #content-cotiza-servicio p{
     width: 100%;
     text-align: center;
     font-size: 2rem;
   }

   #content-cotiza-servicio{
    top: 40% !important;
    width: 420px;
    bottom: 0;
    left: 15%;
  }
   
   #content-cotiza-servicio a{
    width: 250px;
   }
   #content-cotiza-servicio p{
     width: 100%;
     text-align: center;
     font-size: 2rem;
   }
   #content-cotiza-unidades, #content-contacto{
    top: 40% !important;
    width: 250px;
    left: 70%;
   }
  
   #content-cotiza-unidades p, #content-contacto p{
     width: 100%;
     text-align: center;
     font-size: 2rem;
     font-weight: bold;
   }
   #vision h3, #mision h3, #objetivos h3{
    text-align: center;
  }
}
 
@media only screen and (max-width: 991px){ 
  h1{
    text-transform: uppercase;  
    font-size: 1.5rem;
    font-weight: bold;
  }

  #cover-home {
    margin-top: 135px;
  }
  #formulario H3,
  #formulario form{
    margin-top: 50px;
    margin-bottom: 50px;
  }
  #img-chica, #img-pasajeros{
    max-width: 360px;
  }
 }

@media only screen and (min-width: 992px){ 
  #qo-logos{
    width: auto;
    height: 300px;
  }
  #sect-servicios p{
    width: 60%;
  }
  #img-chica{
    max-width: 500px;
  }
  #img-pasajeros{
    max-width: 300px;
  }
 }