body{
	font-family: 'Montserrat', sans-serif;
}


header{
	background-image: url(../img/header-fondo.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}

@media (min-width: 758px){

  header{
	background-image: url(../img/header-fondo-e.jpg);

}
}



.header-logo{

	width: 270px;
	margin: 150px auto 0 auto;
}

@media (min-width: 758px){

.header-logo{

	width: 400px;
	margin: 150px auto 0 auto;
}
}

header p{
text-align: center;
color:#201915;
font-size: 14px;
margin-top: 100px;
font-weight: 400;
}

header h1{
	font-weight: 900;
	font-style: italic;
	color: #999999;
	font-size: 15px;
	text-align: center;
	border-bottom: solid 1px #b94880;
	border-top: solid 1px #b94880;
	padding: 10px 0;
}

/*=============================================
col-xl
=============================================*/

@media (min-width:1200px){

header h1{

	font-size: 27px;

}
}


/*=============================================
col-lg
=============================================*/

@media (max-width:1199px) and (min-width:992px){

header h1{

	font-size: 27px;

}

}

/*=============================================
col-md
=============================================*/

@media (max-width:991px) and (min-width:768px){

header h1{

	font-size: 14px;

}

}

/*=============================================
col-sm
=============================================*/

@media (max-width:767px) and (min-width:577px){

header h1{

	font-size: 21px;

}

}

/*=============================================
col-
=============================================*/

@media (max-width:576px){


header h1{

	font-size: 14px;

}
	
}	

#descarga{
	padding: 100px 0;
}

#descarga a:hover {
text-decoration: none;
}

#descarga .descarga-boton{

	font-weight: 900;
	color:#ffffff;
	font-size: 30px;
	width: 330px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	background-color: #201915;
	border-radius: 50px;
	display: inline-block;
}

#descarga a:hover .descarga-boton{


	color:#000000;
	background-color: #b94880;
	

}

.ico-check{
	
	width: 40px;
	height: 40px;
	display: inline-block;
}

#contacto span a{
	color:#b94880;
}

#contacto span a:hover{
	color:#201915;
	text-decoration: none;
}



#contacto{
	padding:0 0 60px 0;
		background-image: url(../img/contacto-fondo.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 80px auto;
}

@media (min-width: 758px){
#contacto{
	background-image: url(../img/contacto-fondo.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 160px auto;



}	
}

#contacto .contacto-escribime, #contacto .contacto-hablemos{

	text-align: center;
}

#contacto .contacto-icono-sobre, #contacto .contacto-icono-whatsapp{
	width: 40px;
	margin: 0 auto;

}

#contacto h3{
	font-weight: 300;
	font-size: 45px;
	margin-top: 10px;
}

#contacto span{
	font-weight: 900;
	color: #b94880;
	text-align: center;
	font-size: 20px;
}

#contacto .contacto-separador{

	text-align: center;
	margin:40px auto;
	border-bottom: solid 1px #201915;
	border-top: solid 1px #201915;
	display: inline-block;
	padding: 0 10px;
}

#clientes{

	padding: 60px 0;
	background-color: #f2f2f2;
}

#clientes img{
	max-width: 140px;
	margin-bottom: 30px;
}

#clientes h2{

	text-align: center;
	font-size: 30px;
	margin-bottom: 60px;

}


#clientes h2 span{

	font-weight: 900;

	
}

#clientes ul{
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0;
}

#clientes ul li{

	max-width: 140px;	
	margin: 0 auto 40px auto;
}

footer .copy{

	width: 100%;
	height: 90px;
	background-color: #333333;
	line-height: 90px;
	font-weight: 300;
	text-align: center;
	color:#ffffff;
	font-size: 13px;
}

@media(min-width: 758px){
#clientes ul{
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

#clientes ul li{

	max-width: 140px;	
	margin: 0 15px;
	display: inline-block;
}
}

footer{

	padding: 60px 0 0 0;
	background-color: #201915;
	text-align: center;
}



footer h2{
	color: #ffffff;
	font-weight: 300;
	font-size: 30px;

}

footer ul{
	list-style: none;
	padding: 0;
	margin: 0 0 60px 0;
	text-align: center;
}

footer ul li{
	display: inline-block;
	width: 50px;
	margin: 15px;

}

@media(min-width: 758px){

footer{

	padding: 30px 0 0 0;

}

footer h2{
	text-align: right;
	margin: 0 -30px 0 0;

}

footer ul{
	list-style: none;
	padding: 0;
	margin: 0 0 0 30px;
	text-align: left;
}

footer ul li{
	display: inline-block;
	width: 28px;
	margin:0 15px 0 0;

}

footer .copy{

	width: 100%;
	height: 60px;
	background-color: #333333;
	line-height: 60px;
	font-weight: 300;
	text-align: center;
	color:#ffffff;
	font-size: 13px;
	margin-top: 30px;
}
}

