body {
    font-size: 16px;
    background-color: #fff;
    color: #255760;
    min-height: 120vh;
    margin:0;
    background-image:  url("../img/bg-main.png");
    background-position: fixed;
	background-size: cover;
}

.top {
	padding:  10px 0 10px 0;
	margin: 0 auto;
	width: 40%;
}
.logo {
height: 150px;
}
.btn-local {
	background: #EC7C28;
	color: white;
	margin:  0 auto;
	width: auto;
}
.btn-local:hover {
	background: #D55A21;
}
.text-small {
	font-size: 0.9rem;
}
.input-lg {
	padding: 15px 10px 15px 10px;
	background: #f7f7f7;
}
.my-footer {
	background-image:  url("../img/footer.png");
	background-size: cover;
	height:180px;
	display: flex;
	align-items: center;
  	justify-content: center;
  	align-self: bottom;
}
.orange-text {
	color:  #EC7C28;
}
.text-2xl {
	font-size: 2rem;
}
.text-lg {
	font-size: 1.7rem;
}
.text-caption {
	font-size: 1.2rem;
	color:#255760
}
.font-bold {
	font-weight: 600;
}
.flex {
	display: flex;
}
.flex-column {
	flex-direction: column;
}
ul {
	list-style-type: none;
	width: 40%;
	height: auto;
	position: absolute;
	margin-top: 10px;
	margin-left: 10px;
	z-index: 1000;
}

li {
	background-color: #EEEEEE;
	border-top: 1px solid #9e9e9e;
	padding: 5px;
	width: 100%;
	float: left;
	cursor: pointer;
	color:  #000;
}
body{ display:flex; flex-direction:column; }
#return {
	display: none;
}

.main-container{
	flex: 1;
	margin-top: 50px;
	margin-bottom: 100px;
}

/* Responsive */

@media (max-width: 80em) {
/* tablet */

	body {
		font-size: 15px;
	}
	.top {
		padding:  5px 0 5px 0;
		width: 60%;
	}
	h2 {
		font-size: 1.8rem;
	}

}

@media (max-width: 40em) {
/* movil */

	body {
		font-size: 14px;
	}
	.top {
		width: 70%;
	}
	h2 {
		font-size: 1.5rem;
	}

}