/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

/* Ajustar tamaño del logo en el header */
.header .logo img,
.logo img,
.navbar-brand img {
    max-height: 90px !important;
    height: auto !important;
    width: auto !important;
}

