@media (min-width: 1200px) {

}
/* @media (min-width: 1200 px) */

@media (max-width: 1199px) {
    .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }
}
/* @media (max-width: 1199 px) */

@media (min-width: 992px) and (max-width: 1199px) {
    .logo > a {
        width: 230px;
        margin-top: 30px;
    }
}
/* @media (min-width: 992px) and (max-width: 1199 px) */

@media (min-width: 992px) {
}
/* @media (min-width: 992 px) */

@media (max-width: 991px) {
    .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }
}
/* @media (max-width: 991 px) */

@media (min-width: 768px) and (max-width: 991px) {
    .logo > a {
        width: 230px;
        margin-top: 30px;
    }
}
/* @media (min-width: 768px) and (max-width: 991 px) */

@media (max-width: 767px) {

    footer .row h2{
        font-size: 30px;
    }

    footer {
        margin-top: 0;
    }
    .ico-social-media {
        width: 100%;
    }
    .visible-xs{
        display: inline-block !important;
    }
    #header .logo {
        margin-bottom: 15px;
    }
    .titulo-seccion {
        font-weight: 700;
        font-size: 20px;
    }
    .header {
        text-align: center;
    }
    .header .logo-wrapper {
        margin: 0 auto;
    }
}
/* @media (max-width: 767 px) */

@media (min-width: 480px) and (max-width: 767px) {
    .logo > a {
        width: 230px;
        margin-top: 30px;
    }
    .ico-social-media {
        text-align: right;
    }
}
/* @media (min-width: 480px) and (max-width: 767 px) */

@media (max-width: 479px) {
    body{
        padding-top: 108px !important;
    }
    .container-fluid {
        padding-left: 18px;
        padding-right: 18px;
    }
    .col-xxs-12 {
        width: 100%;
    }
    .paginator .pagination > li:not(:first-child):not(:last-child) {
        display: none;
    }
    .paginator-jump{
        display: block;
    }
    #header #logo{
        height: 40px !important;
        text-align: center;
    }
    #slogan{
        font-size: 12px !important;
        margin-bottom: 5px !important;
    }
    .lista-0km .btn{
        font-size: 10px;
        width: 100%;
        padding: 2px 3px;
    }
    .lista-todos-usados{
        padding-right: 3px !important;
        padding-left: 3px !important;
    }
    .lista-usados-resumen .un-vehiculo .precio{
        display: block;
        float: none;
        margin-bottom: 50px;
        text-align: center !important;
    }
    p#slogan{
        text-align: center !important;
        margin: 0 auto;
    }
    .listas-marcas .btn{
        width: 100%;
    }
    .lista-usados-resumen .col-6{
        padding-right: 3px !important;
        padding-left: 3px !important;
    }
    .lista-usados-resumen h3{
        height: 32px;
        font-size: 14px !important;
        margin-bottom: 3px !important;
    }
    .lista-usados-resumen p{
        font-size: 12px !important;
    }
    .lista-usados-resumen .precio{
        height: 45px;
        margin-bottom: 5px !important;
    }
    .lista-usados-resumen .un-vehiculo .vendido span, .lista-usados-resumen .un-vehiculo .reservado span{
        font-size: 12px !important;
    }
    .lista-usados-resumen > div > .un-vehiculo a{
        text-decoration: none;
    }
    #buscador .buscador-form label {
        font-size: 10px !important;
    }
    .bg-home-destacados h2, .bg-home-mas-visitados h2{
        font-size: 1.40rem !important;
    }
    #buscador .buscador-form {
        padding: 20px 2px;
    }
} /* @media (max-width: 479px) */

