body {
	margin-top: 50px; /* 50px is the height of the navbar - change this if the navbarn height changes */
}
.oc{visibility:hidden;}
.recuadro{
  border-width: 5px; 
  border-style: solid;
  border-color:#05337e;
  margin-left:5px;
  margin-right:5px;
}
.full-width-image-1 {
	background: url(http://lorempixel.com/g/1920/500/) no-repeat center center;
	background-size: cover;
	text-align: center;
	padding: 100px 0;
}

.full-width-image-2 {
	background: url(http://lorempixel.com/g/1920/450/) no-repeat center center;
	background-size: cover;
	text-align: center;
	height: 450px;
}

.logo-wrapper {
	display: inline-block;
}

.section {
	padding-top: 5px;
	padding-bottom: 5px;
}
.centrado{text-align:center;}
.section-heading {
	font-size: 2em;
	margin: 30px 0;
}

.section-lead {
	margin: 10px 0;
}

.section-paragraph {
	margin: 30px 0;
}

footer {
	margin: 50px 0;
}

@media (max-width: 768px) {

.section-heading {
	font-size: 2em;
}

.section {
	padding-top: 5px;
	padding-bottom: 5px;
}
iframe {
  max-width: 100%;
}
}