/*
 * @Copyright (c) 2016 - Presente. Hostiberi - Powerful CMS. Todos los derechos reservados.
 * @Author: Hostiberi
 * @Email: info@hostiberi.com
 * @Filename: movil.css
 * @Last modified by: miguel
 * @web: www.hostiberi.com
 */


/* Large Devices, Wide Screens */
@media (min-width: 1200px) {


}

/* Medium Devices, Desktops */
@media (min-width: 992px) and (max-width:1199px) {

}

@media (min-width: 992px) {

}

/* Small Devices, Tablets */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Small Devices Potrait */
@media (max-width: 767px) {

}

/* Extra Small Devices, Phones */
@media (max-width: 479px) {

    .home .ultimos-coches {
        padding-top: 0;
        padding-bottom: 4.8rem;
    }
    #vehiculo-ficha h1 {
        color: #fff !important;
        font-size: 3.2rem;
        line-height: 2.8rem;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 3rem;
    }
    #menu-vehiculo a {
        display: block;
        margin-bottom: 1rem;
    }

    .box-reserva {
        padding: 1rem;
    }
    .box-reserva ul li {
        font-size: 2rem;
        list-style-type: circle;
        margin-bottom: 0.3rem;
        margin-left: 1rem;
    }
}

/* Custom, iPhone Retina */
@media (max-width: 320px) and (max-width: 478px) {

}
