#auto h2 a,
#filtros h2 a {
    color: #dc3545 !important;
}


/*Automovil*/

#auto {
    font-weight: bold;
}

#auto figure figcaption a span {
    font-size: 20px;
    color: #FFF;
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: #28285e;
    padding: 5px 12px 5px;
    border-radius: 100%;
}

#auto figure {
    background-color: lightgray;
    border-radius: 5px;
    border: solid 1px #28285e;
}

#auto figure:hover,
#auto figure figcaption a span:hover {
    border: solid 1px #dc3545;
    background-color: #FFF;
    color: #dc3545;
}

#automovil .form-control::placeholder {
    color: #000;
}

#auto form button[type="submit"] {
    color: #FFF;
    border: none;
    background-color: #dc3545;
}

#auto form button[type="submit"]:hover {
    border: solid 1px #FFF;
    background-color: #28285e;
    color: #FFF;
}

#auto .form-control {
    background-color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
    color: #000;
    border: solid 1px #dc3545;
}

#auto .form-control::placeholder {
    color: #000;
}


/*Tabla de automoviles*/

#buscar-lista-autos {
    color: red;
}

@media (min-width: 576px) {
    #filtros form button[type="submit"] {
        width: 86px;
    }
}


/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */

@media (min-width: 768px) {}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}

@media (min-width: 1440px) {}