/*!
 * Start Bootstrap - The Big Picture (https://startbootstrap.com/template-overviews/the-big-picture)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-the-big-picture/blob/master/LICENSE)
 */
body {

}

section {padding-top: 50px;}

.logo {margin-bottom: 100px;}

h1 {	
	font-family: brandon-grotesque,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 22px;
	color:#59595c;
	margin-bottom: 25px;
	margin-top: 20px;
	padding-left: 30px;
	}

ul {list-style: none;padding-left: 30px;}

.cooming-soon {padding-left: 30px;}

a {
	display: block; 
	float: none;
	margin-bottom: 10px;
	color:#59595c;
	
	font-family: brandon-grotesque,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;

}

a:hover {
	text-decoration: none;
	color: #8f866f;
}

.botonera img {margin-right: 3px;}

.imagen-fondo {max-width: 100%;}

@media (max-width: 768px) {
	
	.logo {margin-bottom: 40px;}
	
	img {max-width: 100%;}
	
	h1 , ul {padding-left: 10px;}
	
	.cooming-soon {padding-left: 10px;}
	
	.imagen-fondo {float: none; width: 100%;}
}