/* -- HEADER -- */
.navbar {
	margin-bottom: 0;
}

.jumbotron {
	background: #495A2A;
	color:#fff;
	padding: 20px 0;
}

.jumbotron-blog {
	background: #495A2A;
	color:#fff;
	padding: 20px 0;
}

.jumbotron .titulo-blog {
	font-size:60px;
}

.main {
	margin-bottom: 0px 0;
}

/* -- Post -- */
.container {
	margin-bottom: 0;
}

.main{
	margin-top: 0px;
	margin-bottom: 0px;
}

.post {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #999;
}

.post .post-title a {
	color: #333;
}

.post .thumb {
	margin-right:10px;
	width:40%;
}

.post .thumb img {
	width:100%;
}

.post .contenedor-botones {
	width: 100%;
}

/* -- Media Querie -- */
@media screen and (max-width: 768px) {
	.post .thumb {
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
	}
}

.mapa {
    width: 80%;
    overflow: hidden;
    padding-bottom: 56.25%; /* Ratio de aspecto de 16:9 */
    position: relative;
  }
  
  .mapa iframe {
    width: 100%;
    height: 90%;
    position: absolute;
    top: 0;
    left: 0;
  }
