a.navbar-brand img { max-height: 46px; }/* Add here all your css styles (customizations) */

figure.image-style-align-left { float: left; margin-right: 2em; }
figure.image-style-align-center { text-align: center; }
figure.image-style-align-right { float: right; margin-left: 2em; }
p { text-align: justify; }
p.lead { font-weight: 400; }
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link, .u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link {
    font-weight: 600;
}

#frontpageHeader{
	background: url('https://www.sobrevivencia.org.py/uploads/images/page-header-area-ambiental.jpg') no-repeat center / cover;
	text-align: center;
	padding: 200px 15px;
	position: relative;
}

#frontpageHeader::after{
	content: '';
	background: rgba(0,0,0,.5);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 10;
}

#frontpageHeader .logo{
	width: 280px;
	position: relative;
	z-index: 30;
}

#frontpageHeader + #js-header #topBar{ display: none !important; }

@media (min-width: 992px){
	#frontpageHeader{
		padding: 30px;
		height: calc(100vh - 75px);
		align-items: center;
		justify-content: center;
		display: flex;
	}

	#frontpageHeader .logo{ width: 400px; }
}
