@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: 'Helvetica Neue LT Std';
	src: url('../fonts/HelveticaNeueLTStd-Cn.eot');
	src: url('../fonts/HelveticaNeueLTStd-Cn.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HelveticaNeueLTStd-Cn.woff2') format('woff2'),
		url('../fonts/HelveticaNeueLTStd-Cn.woff') format('woff'),
		url('../fonts/HelveticaNeueLTStd-Cn.ttf') format('truetype'),
		url('../fonts/HelveticaNeueLTStd-Cn.svg#HelveticaNeueLTStd-Cn') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica Neue LT Std';
	src: url('../fonts/HelveticaNeueLTStd-LtCn.eot');
	src: url('../fonts/HelveticaNeueLTStd-LtCn.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HelveticaNeueLTStd-LtCn.woff2') format('woff2'),
		url('../fonts/HelveticaNeueLTStd-LtCn.woff') format('woff'),
		url('../fonts/HelveticaNeueLTStd-LtCn.ttf') format('truetype'),
		url('../fonts/HelveticaNeueLTStd-LtCn.svg#HelveticaNeueLTStd-LtCn') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica Neue LT Std';
	src: url('../fonts/HelveticaNeueLTStd-BdCn.eot');
	src: url('../fonts/HelveticaNeueLTStd-BdCn.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HelveticaNeueLTStd-BdCn.woff2') format('woff2'),
		url('../fonts/HelveticaNeueLTStd-BdCn.woff') format('woff'),
		url('../fonts/HelveticaNeueLTStd-BdCn.ttf') format('truetype'),
		url('../fonts/HelveticaNeueLTStd-BdCn.svg#HelveticaNeueLTStd-BdCn') format('svg');
	font-weight: bold;
	font-style: normal;
}

body{
	margin:0;
    font-style: normal;
	}
	
	
img{
	max-width:100%;
	height: auto;
	border:0;
	}


.clear{
	clear:both;
	}


.main-center{
	width:100%;
	bottom: 2%;
    left: 2%;
    position: absolute;
	}

.main-container{
	max-width:1350px;
	width:100%;
	margin:0 auto;
	padding:0 20px;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	}

.lifemiles-header{
	width:100%;
	background:#ed1c27;
	}
	
	.lifemiles-header .dav-logo{
		margin: 25px 0;
		max-width:292px;
		float:left;
		}
		
.section-title{
	font-family: "Helvetica Neue LT Std";
	font-size: 45px;
	font-weight: bold;
	color:#ffffff;
	margin:0;
	float:left;
	margin: 15px 0;
	padding: 8px 20px 8px 0;
		}
		
		.section-title span{
			font-weight: 300;
			}

.main-banner{
	overflow:hidden;
	width:100%;
	position:relative;
	}
	
	.main-banner img{
		width:100%;
		}
		
	.main-banner .main-container{
		max-width: 1350px;
		width:100%;
		margin:0 auto;
		}
		
	
.main-c{
	margin:50px auto 100px auto;
	text-align:center;
	}
	
.banner-box{
	margin:0 auto;
	max-width:1350px;
	width:100%;
	line-height:0;
	}
	
.banner-img{
	display:block;
	}


.content-section{
	margin:70px auto;
	}

.content-picture{
	line-height:0;
	margin:0;
	overflow:hidden;
	float:left;
	
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	}

.left-content-box{
	float:left;
	width:25%;
	margin-right:5%;
	}

.right-content-box{
	float:right;
	width:70%;
	font-family: "Helvetica Neue LT Std";
	}

.red-title{
	font-size:23px;
	color:#ed1c27;
	font-weight:bold;
	margin: 0 0 30px;
	}

.main-text{
	font-family: "Helvetica Neue LT Std";
	font-size:20px;
	color:#595959;
	font-weight:normal;
	}

.second-text{
	font-family: "Helvetica Neue LT Std";
	font-size:17px;
	color:#595959;
	font-weight:300;
	}

.form-minisites{
	background:#efefef;
	overflow:hidden;
	margin-bottom:50px;
	padding-bottom:20px;
	}

.form-title{
	font-size:33px;
	color:#595959;
	font-family: "Helvetica Neue LT Std";
	font-style:normal;
	font-weight:300;
	border-top:1px solid #ed1c27;
	border-bottom:1px solid #ed1c27;
	width: 690px;
	margin:0 auto 50px;
	line-height:1;
	text-align:center;
	padding:2% 0;
	}

.send-box{
	text-align:center;
	overflow:hidden;
	margin-bottom: 30px;
	}

.btn-send{
	font-family: "Helvetica Neue LT Std";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    padding: 8px 30px 8px 45px;
    border-radius: 10px;
    background-color: #999;
    color: #fff;
	background-color: #ed1c27;
	border:0 none;
	height:40px;
	line-height:1;
	text-decoration:none;
    
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	
	box-shadow: inset 0 -4px 0 0 #ad0000;
	-webkit-box-shadow: inset 0 -4px 0 0 #ad0000;
    -moz-box-shadow: inset 0 -4px 0 0 #ad0000;
	-o-box-shadow: inset 0 -4px 0 0 #ad0000;
	-ms-box-shadow: inset 0 -4px 0 0 #ad0000;  
}

	.btn-send i{
		background:url(../images/ico-boton.png);
		width: 16px;
		height: 24px;
		display:inline-block;
		margin-left: 8px;
		vertical-align: middle;
		}
	
	.btn-send:hover{
		background-color: #AD0000;
		cursor:pointer;
		}




footer {
    position: fixed;
    display: block;
    height: 50px;
    background-color: #000;
    width: 100%;
    z-index: 10;
    bottom: 0;
    color: #fff;
}

footer .footer-wrap {
    margin: 0 auto;
    position: relative;
}

/*footer .mostrar-fat-footer {
    position: absolute;
    top: -20px;
    width: 60px;
    height: 20px;
    display: block;
    left: 50%;
    margin-left: -30px;
    cursor: pointer;
}*/

footer .legales {
    float: left;
    overflow: hidden;
}

footer .legales img {
    margin: 15px 20px 0 0;
    float: left;
    width: 140px;
}

footer .legales p {
    float: left;
    font-family: "Helvetica Neue LT Std";
    font-size: 14px;
    font-weight: 300;
    margin: 18px 0 0;
}

footer .footer-wrap h1 {
    float: right;
    margin: 10px 0 0;
    background: url(../images/logo-davivienda-footer.png) center center no-repeat;
    width: 200px;
    height: 20px;
    text-indent: -9999px;
}

nav{
color:white;
padding:20px 0;	
}

nav a{
display:block;
font-family: "Helvetica Neue LT Std";
color:#595959;
font-size:0.75em;
float:left;
font-size:16px;
text-decoration:none;
font-weight:bold;
margin-bottom:20px;
}

nav a i{
display:block;
width:25px;
height:24px;
float:left;
margin-right:5px;
margin-top:-3px;	
}

nav a:first-child i{
background-image:url(../images/icon-conozcanos.png);	
}

nav a:last-child i{
background-image:url(../images/icon-ofertas.png);	
}

nav a:first-child{
margin-left:35%;
}

nav a:last-child{
margin-left:7%;
}

/*
////////////////////////////////////////////////////
////////////////     RESPONSIVE		////////////////
////////////////////////////////////////////////////
*/

@media (max-width: 1350px) {
	.main-container{
		box-sizing: border-box;
		padding:0 20px;
		}
	}
	
	
@media (max-width: 850px) {
	
	.section-title{
	font-size: 20px;
	}
	
		.main-center{
		left:1%;
		bottom:1%;
		}
	
	.lifemiles-header .dav-logo{
		width: 150px;
		margin:16px 0;
		}
	
	.form-title {
		font-size: 17px;
		width: 288px;
	}

		
	footer .footer-wrap h1, footer .legales img{
		display:none;
		}
		
	footer .legales{
		float:none;
		width:100%;
		}
		
		footer .legales p{
			float:none;
			text-align:center;
			font-size: 12px;
			}
	}
	
@media (max-width: 500px){
	
	.section-title{
	font-size: 15px;
	}
	.btn-send{
		display:block;
		margin-bottom:10px;
	}
		}
	
	




	
