a {
  transition: color 250ms linear !important;
}


/* Logo cabezal */
.logo-cabezal{
    width: 120px;
    height: 71px;
}

/* Margen bloque telefono */
.bd-layoutbox-23{
    margin-top: 60px !important;
}

@media only screen and (max-width: 767px){
    .bd-layoutbox-23{
    margin-top: 10px !important;
}
}


/* Margen bloque email*/
.bd-layoutbox-21{
    margin-top: 60px !important;
}

@media only screen and (max-width: 767px){
    .bd-layoutbox-21{
    margin-top: 40px !important;
}
}

/* Margen icono email */
.bd-iconlink-7{
    padding-top: 3px !important;
}


/* Footer (pie de pagina) */
.copypie{
    text-transform: none !important;
    font-size: 13px !important;
    
}

.bordepie{
    border-bottom: 1px solid #333 !important;
}

@media only screen and (max-width: 767px){
    .bordepie{
        border:none !important;
    }
}

.margencopy{
    padding-top: 40px !important;
}

@media only screen and (max-width: 767px){
    .margencopy{
        padding-top: 0px !important;
    }
}

.lineapie{
    padding-top: 40px !important;
}

/*No mostrar twiiter en plataforma movil pagina CONTACTO*/
@media only screen and (max-width: 767px){
    .twitter-movil{
    display: none !important;
}

}    


/* Pagina QUIENES SOMOS - Imagen */
.img-somos{
    height: 520px !important;
    margin-top: 50px !important;
}

@media only screen and (max-width: 767px){
    .img-somos{
    margin-top: -60px !important;
    margin-bottom: 60px !important;
}
}

.cont-somos{
    margin-top: 50px !important;
}

