@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{background: transparent;border: 0;margin: 0;padding: 0;vertical-align: baseline} a{text-decoration:none}

/*GENERALES*/
*, *:after ,*:before{
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.animado, a{
	-ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.caja{
	width: 90%;
	margin: auto;
	max-width: 1300px;
}
html,body{
	width: 100%;
	height: 100%;
	color: #6d6e71;
}
body{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}
h2,h3,a{
	color: #2973ba;
}
h2{
	font-size: 1.2em;
	margin-bottom: 1em;
}
.flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flexBottom{
	align-items: flex-end;
}
.col2{
	width: 48%;
}
.inline{
	display: inline;
	vertical-align: middle;
}
/*INTRO*/
#intro{
	width: 100%;
	max-width: 1300px;
	margin: auto;
}
#intro img{
	display: block;
	width: 100%;
}
/*LINEAS*/
#linea{
	width: 70%;
	margin: 3em auto;
	text-align: center;
	font-size: 1.1em;
}
#linea p{
	margin-bottom: 1em;
}
#linea span{
	font-weight: 700;
}
.centerAzul{
	width: 70%;
	margin: 3em auto;
	text-align: center;
	font-size: 1.3em;
	color: #2973ba;
	font-weight: 700;
}
.linea{
	width: 49%;
	min-height: 1em;
	margin-bottom: 1.5em;
	background: #f2f2f2;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2em 1em;
	text-align: center;
}
.linea img{
	display: block;
	max-width: 80%;
	margin: auto;
}
.iconos img{
	display: block;
	margin: 2em auto;
	max-width: 80%;
}
/*ARRENDAMOS*/
#arrendamos{
	padding: 2em 0;
}
#arrendamos h1{
	text-align: center;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 2px solid #2973ba;
}
.icon{
	width: 24%;
	text-align: center;
	margin-bottom: 1em;
}
.icon img{
	display: block;
	margin: auto;
	width: 50%;
}
.palomas li{
	margin-bottom: 1em;
}
.palomas li::before{
	content:"";
	width: 15px;
	height: 15px;
	background: url(../img/palomas.png) 50% 50%;
	background-size: 15px 15px;
	display: inline-block;
	vertical-align: middle;
	margin-right:.3em;
}
.palomas li span{
	font-weight: 700;
}
.circulos li::before{
	content:"";
	width: 15px;
	height: 15px;
	background: url(../img/punto.png) no-repeat 50% 50%;
	background-size: 7px 7px;
	display: inline-block;
	vertical-align: middle;
	margin-right:.3em;
}
/*BENEFICIOS*/
#beneficios{
	padding: 2em 0;
}
ul{
	list-style: none;
}
li{
	margin-bottom: .5em;
}
/* FORM */
#form{
	padding: 2em 0;
}
input[type="text"]{
	width: 100%;
	display: block;
	margin-bottom: 1em;
	height: 40px;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	border: 1px solid #dcdcdc;
	padding: 5px;
}
textarea{
	width: 100%;
	display: block;
	margin-bottom: 1em;
	height: 100px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	resize: none;
	padding: 5px;
	border: 1px solid #dcdcdc;
}
button{
	border: none;
	background: #2973ba;
	color: #FFF;
	font-size: 1em;
	margin: 2em 0;
	padding: .5em 1em;
}
.direccion{
	padding-bottom: 150px;
}
.content p{
	margin-bottom: .4em;
}
.content a{
	display: block;
	font-size: 1.2em;
	margin-bottom: .3em;
}
#legal{
	margin-bottom: 1em;
}
/*GRACIAS*/
#gracias{
	width: 100%;
	height: 100vh;
	background: url(../img/graciasBk.png) 50% 50%;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #FFF;
}
.imgGracias{
	display: block;
	max-width: 150px;
	margin: auto;
	margin-bottom: 1em;
}
@media screen and (max-width: 1200px){
	header{
		background: red;
	}
}

@media screen and (max-width: 1024px){
	header{
		background: green;
	}

}

@media screen and (max-width: 768px){
	header{
		background: blue;
	}
	/* GENERALES */
	.col2{
		width: 100%;
		margin-bottom: 1em;
	}
	.flexBottom{
		justify-content: flex-start;
		align-items: flex-start;
	}
	.icon{
		width: 48%;
	}
	.direccion{
		padding-bottom: 0;
	}
	section{
		padding: 1em 0!important;
	}
}

@media screen and (max-width: 600px){
	header{
		background: cyan;
	}
	.linea{
		width: 100%;
	}
}


@media screen and (max-width: 480px){
	header{
		background: magenta;
	}
	/* GENERALES */
	.icon{
		width: 100%;
	}
}

@media screen and (max-width: 320px){
	header{
		background: yellow;
	}
}