.defaultLandingPage {
	font-family: 'Roboto Condensed';
}

.defaultLandingPage .firstHeader,
.defaultLandingPage .secondHeader {
	width:100%;
	padding: 20px 10px;
	text-transform: uppercase;
}

.defaultLandingPage .firstHeader {
	color: #fff; 
	background-color: #383838; 
	font-size:24px;
}

.defaultLandingPage .secondHeader {
	color: #383838;
	background-color:#d8d7d7;
	font-size:15px;
}

.defaultLandingPage .btnReserva-div {
	border-bottom: none;
}