:root {	
	--white: #ffffff;
	--brown: #cdb083;
	--black: #232323;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #333;
	font-weight: normal;
}
.container, .container-fluid {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height10 {
	height: 10px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height50 {
	height: 50px;
}
img {
	max-width: 100%;
	height: auto;
}
.black {
	color: var(--black);
}
.white {
	color: var(--white);
}
.brown {
	color: var(--brown);
}
.bg-black {
	background: var(--black);
}

.transition, a, button {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
h1 {
	font-family: 'Playfair Display', sans-serif;
	font-weight: bold;
	color:var(--brown);
	font-size: 46px;
}
h4 {
	color:var(--brown);
	font-weight: 500;
	font-size: 19px;
}
.logo {
	margin-top: 50px;
}
.logo img {
	width: 200px;
}
form {
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
}
.input {
	width: 100%;
	border: 1px solid var(--brown);
	border-radius: 22px;
	padding: 11px 20px;
	margin-bottom: 15px;
	background:#fff;
}
.input span {
	color:var(--brown);
	font-weight:500;
}
img.descargar {
	margin-top: 20px;
	width: 180px;
}
.main {
	background: url(images/bg.jpg) no-repeat right center;
	background-size: cover;
}
footer {
	background: var(--black);
	padding-top: 50px;
	padding-bottom: 10px;
	color:#fff;
}
.contacto {
	text-align:center;
}
.logofooter img {
	width: 180px;
}
.redes {
	text-align: right;
	padding-top: 20px;
}
.redes img {
	width: 50px;
	margin-left: 10px;
}

@media(max-width: 767px) {
	.logofooter img {
 		width: 130px;
	}
	.logofooter  {
		text-align: center;
		margin-bottom: 15px;
	}
	.redes {
	  	text-align: center;
	}
	.redes img {
 		width: 40px;
  		margin-left: 6px;
  		margin-right: 6px;
	}
}



@media(max-width: 598px) {
	.main {
		background: url(images/bg2.jpg) no-repeat bottom center;
		background-size: cover;
	}
	h1 {
  		font-size: 32px;
	}
	h4 {
		font-size: 18px;
	}
}