#main {
	background-image: url(../img/img-deco.png); 
	background-position: center bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#hero  {
	background-image: url(../img/bg-hero.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #012c50;
}

#hero nav.navbar.navbar-expand-lg .navbar-collapse {
	justify-content:center ;
	margin-bottom: 4em;
}
#hero nav.navbar.navbar-expand-lg .navbar-collapse .nav-item  {
	border-left: 1px solid #fff;
		height: 100%;
}
#hero nav.navbar.navbar-expand-lg .navbar-collapse .nav-item a {
	color: #fff;
	text-transform: uppercase;
	height: 100%;
	text-decoration: none;
}

#hojas {
	position: absolute;
    margin-top: -8em;
}

.bg-crema {background-color: #f4e7db}
.bg-amarillo { background-color: #E9AF2A }

input.form-check-input, 
input.form-control,
select.form-control,
textarea.form-control {border: 1px solid #8b8b8b !important}

