@import url(font-awesome.min.css);

/*
CUSTOM styles
*/

	figcaption {
		font-size: 10pt;
	}


/*
body, input, select, textarea {
	font-family: "Merriweather", Georgia, serif;
	font-weight: 300;
	font-size: 1rem;
	line-height: 2.375;
}
*/

/* =============================================
   FIX LOGO MÓVIL - bio.html
   Usa .subLogo que es exclusivo de bio.html
   No afecta index.html ni desktop
   ============================================= */

#header.subLogo {
    height: auto;
    padding-bottom: 2rem;
    padding-top: 2rem;
}

#header.subLogo .LogoFB {
    width: 100%;
    text-align: center;
}

#header.subLogo .LogoFB a.logo {
    display: inline-block;
    border: none !important;
    padding: 0;
}

#header.subLogo .LogoFB a.logo img {
    max-width: 320px;
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 736px) {
    #header.subLogo {
        padding-bottom: 1.5rem;
        padding-top: 1.5rem;
    }

    #header.subLogo .LogoFB a.logo img {
        max-width: 220px;
        width: 75vw;
    }
}
}