li {
	margin-bottom: 0;
}

ul ul {
	margin-top: 0;
}

iframe {
	width: 100%;
}

.container,
#img,
#contacto {
	margin-top: 30px;
}

/* header */

#logo {
	max-width: 100px;
}

#logo, .titulo {
	display: inline-block;
	font-size: 3.6rem;
}

.titulo {
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 0;
}

/* Botones */

.button.button-primary {
	background-color: #0072c6;
	border-color: #0072c6;
}

.boton-cont {
	text-align: center;
}

.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 */

.fas {
	font-size: 3.5em;
	margin-bottom: 10px;
	color: #0072c6;
}

.boton .fas {
	font-size: 1em;
	color: #fff;
	padding-right: 1vw;
}

/* info */

.info {
	border-left: 1px solid #0072c6;
	padding-left: 40px;
}

.info-title {
	font-weight: 900;
	word-break: break-word;
}

/* Contacto */

#contacto{
	background-color: #0072c6;
	color: #fff;
	padding: 20px 0;
}

#contacto h4 {
	font-weight: 800;
}

#contacto a,
#contacto a:hover {
	color: #fff;
}

/* Footer */

footer {
	background-color: #0072c6;
	color: #fff;
}

.copyright {
	margin-top: 0;
	padding-top: 20px;
}

.copyright:after {
	padding-bottom: 20px;
}

#sm {
	height: 35px;
	width: 82px;
}

/* 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;
}
}