li {
	margin-bottom: 0;
}

ul ul {
	margin-top: 0;
}

iframe {
	width: 100%;
}

body {
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
}

.container, 
#img,
#contacto {
	margin-top: 30px;
}

/* header */

#logo {
	max-width: 300px;
	padding: 20px;
}

#logo, .titulo {
	display: inline-block;
	font-size: 3.2rem;
}

.cabezal {
	background-color: #0171c5;
	margin-top: 0;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.titulo, .subtitulo {
	/* text-transform: uppercase; */
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 0;
	color: #0171c5;
}

.subtitulo {
	font-size: 2.5rem;
	margin-bottom: 30px;
}

.main-color {
	color: #0171c5;
}

#titulo h5 {
	margin-bottom: 0;
}

/* Botones */

.button.button-primary {
	background-color: #0171c5;
	border-color: #0171c5;
}

.boton-cont {
	text-align: center;
}


.boton-img {
	position: relative;
  	text-align: center;
  	color: white;
  	margin-bottom: 20px;
}

.boton-img a.opac:hover {
	opacity:0.5;
}

.boton-img img {
	width: 100%;
}

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

.top-left a {
	padding: 9px;
	background-color: #0171c5;
	color: #fff;
	text-decoration: none;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-weight: 600;
    font-size: 16px;
}

.boton {
	font-size: 4vw;
	line-height: 60px;
	height: 60px;
	width: 100%;
}

.boton-final {
		margin-top: 10px;
}

.button.button-primary:hover {
	background-color: #0072c6;
	border-color: #0072c6;
}

.middle h5 {
	line-height: 1.2em;
}

/* foto */

#banner {
	width: 100%;
}

/* frase */

.cita {
	font-style: italic;
	text-align: center;
	color: #0072c6;
	font-weight: 800;
}

/* iconos */

.fa {
	font-size: 3.5em;
	margin-bottom: 10px;
	color: #0072c6;
}

.boton .fa {
	font-size: 1em;
	color: #fff;
	padding-right: 1vw;
}

.icons {
	font-size: 30px;
	text-align: center;
}

#redes {
	float: left;
	padding: 0 20px 12px;
	text-align: center;
	line-height: 46px;
	width: auto;
}

#redes .fa {
	color: #fff;
	font-size: 26px;
	padding-right: 10px;
}

/* info */

.info {
	/* border-left: 1px solid #0072c6; */
	padding-left: 40px;
}

.info-title {
	font-weight: 900;
	word-break: break-word;
}

.info img {
	width: 80%;
	border: 1px solid #C0C0C0;
	max-width: 300px;
}

.info figure {
	margin: 0;
}

.info {
	padding-left: 0;
	padding-bottom: 20px;
}

.info a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#sociales,
#naturales {
	margin-top: 50px;
}


/* Contacto */

#contacto{
	background-color: #828282;
	color: #fff;
	padding: 20px 0;
	margin-top: 70px;
}

#contacto h4 {
	font-weight: 800;
}

#contacto a,
#contacto a:hover {
	color: #fff;
}

#contacto .fa {
	color: #fff;
	font-size: 18px;
    padding-right: 5px;
}

/* Footer */

footer {
	background-color: #828282;
	color: #fff;
}

.copyright {
	margin-top: 0;
	/* padding-top: 80px; */
}

.footer-elements {
	/* background-color: #eee; */
	height: 30px;
    padding: 20px;
}

.footer-elements p {
	line-height: 60px;
}

.copyright:after {
	padding-bottom: 20px;
}

#sm {
	height: 35px;
	width: 82px;
	float: right;
	margin-top: 3px;
}

/* queries */

@media (min-width: 800px) {
	.boton {
		font-size: 1.5vw;
		padding: 0 1.2vw;
	}

	.boton-final {
		margin-top: 0;
}

	.text-table {
display: table;
}

.text-bottom {
	display: table-cell;
	vertical-align: bottom;
	float: none;
}

.text-bottom p {
	margin-bottom: 0;
}

.tutoriales iframe {
	height: 200px;
}

.boton-img {
	margin-bottom: 0;
}

}

@media (min-width: 600px) {

#redes {
	float: right;
	padding: 28px 20px 12px;
}

}