 /* GENERALES */

 /* Margen redes sociales en cabezal */
 .redes-cabezal{
    margin-top: 22px !important;
}

/* Hover redes sociales en cabezal */
.bd-socialicons-2 .bd-socialicon:hover{
    color:#c91d1d !important;
}

.titulos{
    font-size: 30px !important;
}
 
 a {
  transition: color 250ms linear !important;
}

/* LOGO CABEZAL */
.logo-cabezal{
    width: 120px !important;
    height: 71px !important;
    margin-bottom: 20px !important;
    margin-top: -5px !important;
}

@media only screen and (max-width: 767px){
    .logo-cabezal{
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
}

/* Pagina HOME */

.banner-principal{
    filter: brightness(80%);
    /*filter:grayscale(70%);*/
    /*filter:saturate(50%);*/
}

/* Cabezal - Bloque Email y Telefono */
.bd-block-2{
    margin-top: 25px !important;
}

/* Distancia de los items MENU PRINCIPAL */
.bd-menu-5.nav-pills .bd-menuitem-18{
    padding-left: 30px !important;
}

.titulo-banner-h{
    font-size: 40px !important;
    color:#fff !important;
    font-weight: 500 !important;
}

/* Titulo Servicio donde...*/
.bd-section-7 h1 {
    font-size: 35px !important;
    font-weight: 400 !important;
}

.titulo-iconos{
    font-size: 22px !important;
    font-weight: 400 !important;
}

@media only screen and (max-width: 767px){
    .titulo-banner-h{
        font-size: 25px !important;
        color:#000 !important;
    }
}

.texto-banner-h{
    margin-top: -50px !important;
    font-weight: 500 !important;
    
}

/* Pagina AUTOMOVIL */

.titulo-auto{
    font-size:20px !important;
}

/* Pie de pagina */

/* Links columna izquierda */
.bd-section-2 a:hover{
    text-decoration: none !important;
}

/* Links columna derecha */
.bd-menu-1.nav-pills .bd-menuitem-7 > a.active{
    text-decoration: none !important;
}

/* Pagina CONTACTO */

/* Titulos Nuestra mision y Oficinas */
.bd-section-13 h3{
    font-size: 25px !important;
    font-weight: 400 !important;
}

.aviso-formulario{
    text-align: center !important;
}




 