@charset "utf-8";
/* CSS Document */
/* Typography */
/**************************/
body {
	background-color: white;
}
/* Header Parallax Element Style*/ 
.paral {
	min-height: 300px;
	background-attachment: fixed;
	background-size: cover;
	background-position: 50% 50%;
}

/* Heading for Parallax Section */ 
.contact-h2 {
	font-weight: bold;
	color: #4f4f4f !important;
	font-size: 2rem;
	text-align: center;
	padding-top: 3rem;
	line-height: 6rem;
}
/* Image for Parallax Section */ 
.paralsec {
	background-image: url("../img/contacto/contacto.jpg");
}
/* Remove Bottom Margin from Jumbotron */
.jumbotron{
	margin-bottom: 0;
}
 .map-container {
	height: 400px;
	position: relative;
}

.map-container iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}
.nav-item .marcada-5 {
    background-color: rgba(255,255,255,.1);
}