body{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #666;
}

footer{
	position: relative;
	width: 100%;
	padding: 20px;
	margin-top: 80px;
	background: #ccc;
	color: #666;
	text-align: center;
	font-family: 'Pacifico', cursive;
	font-size: 22px
}

footer b{
	margin: 0 2px;
	font-size: 14px;
	color: #dc3545;
}

footer .logo{
	max-width: 160px;
	height:auto;
	position: absolute;
	top: 20px;
	right: 20px;
}

strong, h1, h2, h3, h4, h5{
	font-family: 'Pacifico', cursive;
}

h2{
	font-size: 40px;
	margin-bottom: 20px;
}
strong{
	font-size: 22px;
}


#videoBoda{
	display: inline-block; 
	max-width: 100%; 
	height: auto;
	position: relative;
	min-height: 340px
}

.sonido{
	width: 50px;
	height: auto;
	position: absolute;
	z-index: 55;
	top: 0;
	right: 20px;
	cursor: pointer;
}

.mapa{
	display: inline-block;
	width: 100%;
	height: 200px;
	padding-right: 5%;
	margin-top: 15px;
	border:none;
	border-right: 2px dotted #ccc;
	float: left;
	margin-bottom: 15px;
}

@media (max-width: 576px ) {

	#videoBoda{
		min-height: 100px;
	}
	.mapa{
		display: inline-block;
		width: 100%;
		height: 220px;
		padding-right: 0%;
		margin-top: 15px;
		border:none;
		border-right: none;
		margin-bottom: 15px;
	}

	h2{
		font-size: 30px;
		margin-bottom: 20px;
	}

	footer{
		text-align: left;
	}

	footer .logo{
		position: relative;
		display: inline-block;
		margin-top: 8px;
		max-width: 140px;
		float: right;
		top: -5px;
		right: 10px;
	}
}