@charset "utf-8";
/* CSS Document */
/* Typography */
/**************************/
body {
	background-color: white;
}
/* Header Parallax Element Style*/ 
.paral {
	min-height: 600px;
	background-attachment: fixed;
	background-size: cover;
	background-position: 50% 50%;
}
/* Paragraph for Parallax Section */ 
.paral p {
	font-size: 24px;
	color:#f5f5f5;
	text-align: center;
	line-height: 60px;
}
/* Heading for Parallax Section */ 
.paral h1 {
	color: rgba(255, 255, 255, 0.8);
	font-size: 60px;
	text-align: center;
	padding-top: 60px;
	line-height: 100px;
}
/* Image for Parallax Section */ 
.paralsec {
	background-image: url("../img/ofertas/parallax.jpg");
}
/* Remove Bottom Margin from Jumbotron */
.jumbotron{
	margin-bottom: 0;
}

.nav-item .marcada-4 {
    background-color: rgba(255,255,255,.1);
}

