/*
font-family: 'Raleway', sans-serif;
font-family: 'Montserrat', sans-serif;
*/
::-webkit-input-placeholder {
	color: #ECECEC;
	font-family: 'Raleway', sans-serif;
	opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
	color: #ECECEC;
	font-family: 'Raleway', sans-serif;
	opacity: 1;
}
::-moz-placeholder {  /* Firefox 19+ */
	color: #ECECEC;
	font-family: 'Raleway', sans-serif;
	opacity: 1;
}
:-ms-input-placeholder {  
	color: #ECECEC;
	font-family: 'Raleway', sans-serif;
	opacity: 1;
}
a:hover, a:focus{color:inherit;text-decoration: none}

/* HEADER */
body{
	overflow-x: hidden;

}
header{
	background-image: url('../img/header_background-ventas.png');
	background-size: cover;
	background-position: center center;
	height: 380px;
	width: 100%;
}
nav{
	width: 100%;
	border-bottom: 1px solid #B7B7B7;
	height: 80px;
	position: relative;
}
.logo{
	background-image: url('../img/acsa_logo.png');
	background-size: 167px auto;
	background-repeat: no-repeat;
	width: 167px;
	height: 38px;
	float: left;
	margin-left: 42px;
	margin-top: 24px;
}
.right{
	float: right;
	margin-right: 50px;
}
.contacto, 
.telefono{
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0px;
	float: left;
	padding-top: 31px;
}
.right .telefono{
	background-image: url('../img/tel.png');
	background-repeat: no-repeat;
	background-position:  0% 97%;
	padding-left: 30px;	
	margin-left: 40px;
}
header h1{
	font-family: 'Raleway', sans-serif;
	font-size: 55px;
	color: #FFFFFF;
	letter-spacing: 0px;
	line-height: 30px;
	text-align: center;
	padding-top: 100px;
	margin-top: 0;
	font-weight: 200;
}
header .texto{
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-size: 20px;
	font-weight: 200;
	padding-top: 25px;
	text-align: center;
}

.contacto-mobile, .telefono-mobile{
	display: none;
}
.contacto-mobile a:focus, .telefono-mobile a:focus{
	color: inherit;
}

/* SECTION 1 */
.section1{
	background-color: #f6f6f6;
	height: auto;
	position: relative;
	padding-bottom: 85px;
	padding-top: 85px;
}
.edificio{
	background-image: url('../img/edificio.png');
	background-repeat: no-repeat;
	background-position: center center;
	height: 53px;
	margin-top: 70px;
}
h2{
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	color: #7B7B7B;
	letter-spacing: 0px;
	margin-top: 60px;
	font-weight: 300;
}
.barra{
	background: #7B7B7B;
	width: 65px;
	height: 6px;
	margin: 30px auto; 
}
.section1 .texto{
	width: 80%;
	margin: 0 auto;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	color: #7B7B7B;
	letter-spacing: 0px;
	line-height: 30px;
	font-weight: 200;
}
.section1 .cta{
	border: 0;
	border: 1px solid #7B7B7B;
	color: #7B7B7B;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	height: 50px;
	letter-spacing: 0px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	width: 320px;
}
.section1 .cta:hover{
	color: #ffffff;
	background-color: #7B7B7B;
}


/* SECTION 2 */
.section2{
	background-color: #FFFFFF;
	height: auto;
	position: relative;
}
.notepad{
	background-image: url('../img/notepad.png');
	background-repeat: no-repeat;
	background-position: center center;
	height: 53px;
	margin-top: 70px;
}
.section2 .texto{
	color: #7B7B7B;
	float: left;
	font-weight: 200;
	letter-spacing: 0px;
	padding: 40px 40px 60px 40px;
	text-align: center;
}
.section2 .texto h3{
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 200;
	padding-bottom: 20px;
}
.section2 .texto p{
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 200;
	padding-top: 15px;
}
.section2 .texto-izq{
	text-align: right;
}
.section2 .texto-der{
	text-align: left;
}
.section2 .num1{
	background-position: center 10%;
	background-repeat: no-repeat;
}
.section2 .num2{
	background-position: center 10%;
	background-repeat: no-repeat;
}
.section2 .num3{
	background-image: url('../img/3.png');
	background-position: center 10%;
	background-repeat: no-repeat;
}
.section2 .spacing{
	margin-bottom: 50px;
}
.section2 .cta{
	border: 1px solid #D00A00;
    color: #D00A00;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    height: 60px;
    letter-spacing: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    width: 400px;
    cursor: pointer;
    margin-top: 80px;
    margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
    .section2 .cta{
        margin-bottom: 30px;
    }
}
.section2 .cta:hover{
	color: #ffffff;
	background-color: #D00A00;
}




/* SECTION 3 */
.manos{
	background-image: url('../img/manos.png');
	background-position: center right;
	background-repeat: no-repeat;
	height: 53px;
	margin-right: 60px;
	margin-top: 70px;
}
.personas{
	background-image: url('../img/personas.png');
	background-position: center right;
	background-repeat: no-repeat;
	height: 53px;
	margin-right: 60px;
	margin-top: 70px;
}
.section3 h2{
	margin-right: 60px;
	text-align: right;
	font-weight: 400;
}
.section3 .barra{
	margin-right: 60px;
}
.section3 p{
	color: #7B7B7B;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	letter-spacing: 0px;
	line-height: 30px;
	margin: auto 60px 30px 60px;
	text-align: right;
	font-weight: 200;
}
.img01{
	background-image: url('../img/img01.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 650px;
}

/* SECTION 4 */
.renta{
	background-image: url('../img/renta.png');
	background-position: center left;
	background-repeat: no-repeat;
	height: 53px;
	margin-left: 60px;
	margin-top: 70px;
}
.script{
	background-image: url('../img/script.png');
	background-position: center left;
	background-repeat: no-repeat;
	height: 53px;
	margin-left: 60px;
	margin-top: 70px;
}
.section4 h2{
	margin-left: 60px;
	text-align: left;
	font-weight: 400;
}
.section4 .barra{
	margin-left: 60px;
}
.section4 p{
	color: #7B7B7B;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	letter-spacing: 0px;
	line-height: 30px;
	margin: auto 60px 30px 60px;
	text-align: left;
	font-weight: 200;
}
.img02{
	background-image: url('../img/img02.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 650px;
}

/* SECTION 5 */
.wallet{
	background-image: url('../img/wallet.png');
	background-position: center center;
	background-repeat: no-repeat;
	height: 53px;
	margin-top: 130px;
}
.section5{
	margin-bottom: 100px;
}
.section5 .parrafo{
	margin-top: 130px;
}
.section5 p{

	color: #7B7B7B;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	letter-spacing: 0px;
	padding-bottom: 40px;
	padding-left: 75px;
	font-weight: 200;
}
.num_1{
	background-image: url('../img/num_1.png');
	background-position: 0% 20%;
	background-size: 50px 50px;
	background-repeat: no-repeat;
	padding-top: 15px;
}
.num_2{
	background-image: url('../img/num_2.png');
	background-position: 0% 20%;
	background-size: 50px 50px;
	background-repeat: no-repeat;
	padding-top: 15px;
}
.num_3{
	background-image: url('../img/num_3.png');
	background-position: 0% 20%;
	background-size: 50px 50px;
	background-repeat: no-repeat;
	padding-top: 15px;
}
.num_4{
	background-image: url('../img/num_4.png');
	background-position: 0% 20%;
	background-size: 50px 50px;
	background-repeat: no-repeat;
	padding-top: 15px;
}
.num_5{
	background-image: url('../img/num_5.png');
	background-position: 0% 20%;
	background-size: 50px 50px;
	background-repeat: no-repeat;
	padding-top: 15px;
}
.num_6{
	background-image: url('../img/num_6.png');
	background-position: 0% 20%;
	background-size: 50px 50px;
	background-repeat: no-repeat;
	padding-top: 15px;
}
.border1{
	border-right:2px solid #979797;
}
.section5 h2{
	margin-top: 40px;
}
/* NAV */
nav.row{
	background: #de412b;
	text-align: center;
	width: 100%;
	margin-top: 50px;
	border: 0;
}
nav.row ul { 
	display: block; 
	display: block; 
	float: left; 
	left: 50%;
	list-style: none; 
	position: relative; 
	text-align:center; 
}
nav.row ul li{
	color: #FFFFFF;
	display: block; 
	float: left; 
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	letter-spacing: 0px;
	list-style: none;
	padding: 30px 15px;
	position: relative; 
	right: 56%;
	width: auto;
	font-weight: 200;
}


/* FOOTER */
footer{
	background: #D00A00;
	width: 100%;
	margin-top: -1px;
}
footer h4{
	color: #ECECEC;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	letter-spacing: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	text-align: left;
	width: 320px;
}
footer .form-group{
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	text-align: center;
}
@media only screen and (max-width: 768px) {
    footer .form-group{
        width: 320px;   
        margin-top: 0;
    }
	footer .col-xs-12.col-sm-5{
		margin-top: 40px;
	}
}
.form-group.w320{
	width: 320px;
	margin-bottom: 0;
}
.form-group input,
.form-group textarea{
	background-color: transparent;
	border: solid 1px #ffffff;
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
	padding-left: 20px;
	width: 100%;
}
.form-group input{
	height: 50px;
}
.form-group input[type="submit"]{
	background-color: #ffffff;
	border: 0;
	color: #7B7B7B;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	height: 50px;
	letter-spacing: 0px;
	width: 320px;
	float: right;
}
#resultado .resultado{
	color: #ffffff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;  
	padding: 20px;
	text-align: left;
}
.mapa h4{
	margin-left: 20px;
}
.mapa #map{
	margin-left: 20px;
	margin-right: 60px;
	margin-top: 40px;
}
.locales{
	color: #ffffff;
	margin-top: 40px;
	font-family: 'Raleway', sans-serif;
}
.locales h6{
	font-size: 20px;
	color: #ECECEC;
	letter-spacing: 0px;
	text-align: center;
}
.locales p{
	text-align: center;
	padding-top: 20px;
	font-size: 13px;
	color: #FFFFFF;
	letter-spacing: 0px;
	line-height: 30px;
	font-weight: 200;
}
.acsa{
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	letter-spacing: 0px;
	text-align: center;
	padding: 40px 0;
}
.clr{
	clear: both;
}
.hover_empresa, .hover_novedades{
	background-color: #ffffff;
	color: #de412b;
	height: 120px;
	position: absolute;
	top: 80px;
	z-index: 3;
	display: block;
}
.hover_empresa{
	left: -280px;
	width: 130px;
}
.hover_novedades{
	left: 175px;
	width: 170px;
}
.empresa:hover .hover_empresa{
	display: block;
}
.hover_empresa div, .hover_novedades div{
	display: block;
	position: relative;
	color: #de412b;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	padding: 10px;
}
.hover_empresa div:hover, .hover_novedades div:hover{
	color: #ffffff;
	background-color: #de412b;
}





























































