.banner{
	width:100%;
}
.imgInicio img{
	/*position: relative;*/
	z-index:0;
	width:100%;
	/*background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 100%;
    background-position: 50% 50%;*/
}
.banner .container-mid{
	position:absolute;
    z-index: 200;
	top:40%;
}

.formulario {
	font-family: 'Nunito', sans-serif;
	background: rgba(255,255,255, .3) !important;
	border-radius:5px;
	padding:50px 40px;
}

.ciudad {
	margin-top:50px;
}

.ciudad h1{
	font-size:28px;
	margin-bottom:5px;
	font-weight: 100;
	letter-spacing:1px;
	text-shadow:1px 1px 2px #000;
}
.ciudad h1 span{
	color:#4c4a48;
	font-size:36px;
}

.ciudad p{
	margin-bottom:15px;
}

.ciudad span{	
	color:#0198bc;
	letter-spacing:1px;
	font-size:18px;
}
@media screen and (max-width: 980px) {

    .banner .container-mid{
		top:15%;
	}
}

@media screen and (max-width: 420px) {

    .banner .container-mid{
		top:25%;
	}
	.btn-large {
    padding: 5px 30px;
    font-size: 14px;
}
	
}
@media screen and (max-width: 400px) {
/*.imgInicio img{
	z-index:0;
	width:160%;
	
}*/
    .banner .container-mid{
		top:15%;
	}
	
	.btn-large {
    padding: 5px 30px;
    font-size: 14px;
}
}
