/* Lighter */

@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/oswald/v35/TK3iWkUHHAIjg752GT8Gl-1PKw.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Light */

@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/oswald/v35/TK3iWkUHHAIjg752GT8Gl-1PKw.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Normal*/

@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/oswald/v35/TK3iWkUHHAIjg752GT8Gl-1PKw.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Medium */

@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/oswald/v35/TK3iWkUHHAIjg752GT8Gl-1PKw.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
	font-family: 'Oswald', sans-serif;
}

.bg-contenedor {
	background-image: url("../images/main.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
	height: 800px;
	color: #fff;
	padding: 0;
}

.bg-contenedor h2 {
	color: #EF9F31;
	font-size: 60px;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 10px;
}

.bg-contenedor p {
	font-size: 30px;
	color: #fff;
	margin: 0px;
}

b {
	color: #EF9F31;
	font-weight: bold;
}

.bg-contenedor h4 {
	color: #fff;
	font-size: 22px;
	text-align: center;
	margin: 0 auto 20px auto;
	font-weight: 400;
}

/*empieza cuadro con formulario jotform  seccion 2*/

form {
	width: 350px;
	margin: 0 auto 0 auto;
	background-color: rgba(0, 0, 0, 0.726);
	padding: 30px 40px 30px 40px;
	height: 650px;
}

.has-error {
	font-size: 12px;
}

.img-descarga {
	width: 430px;
	margin: auto auto auto -60px;
	display: block;
}

.form-button {
	background-color: #EF9F31;
	border-radius: 0;
	font-weight: 400;
	font-size: 28px;
	border: none;
	color: #fff;
	padding: 12px 15px;
	text-align: center;
	margin-top: 20px;
	display: inline-block;
}

input {
	background-color: transparent !important;
	color: white !important;
	font-weight: 300 !important;
	font-size: 20px !important;
	border: 1px solid #EF9F31 !important;
	height: 50px !important;
}

.form-control {
	border-radius: 0px;
}

::-webkit-input-placeholder {
	font-size: 20px;
	color: white !important;
	font-weight: 300 !important;
}

:-moz-placeholder {
	/* Firefox 18- */
	font-size: 20px;
	color: white !important;
	font-weight: 300 !important;
}

::-moz-placeholder {
	/* Firefox 19+ */
	font-size: 20px;
	color: white !important;
	font-weight: 300 !important;
}

:-ms-input-placeholder {
	font-size: 20px;
	color: white !important;
	font-weight: 300 !important;
}

/*
section-2*/

.section-2 {
	background-color: #000;
	padding: 40px 0;
}

.section-2 h1 {
	color: #fff;
	font-size: 36px;
	font-weight: 500;
	max-width: 460px;
	margin: 50px auto 0 auto;
}

.section-2 h2 {
	color: #fff;
	font-size: 28px;
	font-weight: 300;
}

.section-2 h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	margin-top: 60px;
}

.section-2 .form-button {
	width: 200px;
}

/*/////////// PAGINA GRACIAS ///////////*/

.bg-gracias {
	background-image: url("../images/main_gracias.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 600px;
	color: #fff;
	background-color: #000;
}

.bg-gracias h1 {
	margin-top: 70px;
	font-weight: bolder;
	font-size: 60px;
	color: #EF9F31;
}

.bg-gracias h2 {
	font-size: 36px;
}

.bg-gracias h3 {
	font-weight: 300;
	margin-top: 0;
	font-size: 24px;
}

.bg-gracias .descarga {
	margin-top: 100px;
}

.bg-gracias .descarga a {
	display: inline-block;
}

.bg-gracias .descarga img {
	margin-bottom: 20px;
}

/*responsive*/

@media screen and (max-width: 1600px) {
	.bg-contenedor {
		height: 650px;
	}
}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 992px) {
	.bg-contenedor h4 {
		width: 250px;
	}
	.section-2 h2, .section-2 h1 {
		margin-top: 40px;
	}
}

@media screen and (max-width: 768px) {
	.bg-contenedor {
		height: auto;
	}
	.bg-contenedor h2 {
		text-align: center;
	}
	.bg-contenedor p {
		text-align: center;
		max-width: 400px;
		margin: auto;
	}
	.img-descarga {
		width: 100%;
		margin: auto;
	}
	form {
		width: 90%;
		height: auto;
		margin-top: 20px;
		padding: 20px;
	}
	.section-2 h3 {
		margin-top: 20px;
	}
	.bg-gracias {
		background-image: url("../images/main_g_m.jpg");
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 480px) {
	.bg-contenedor h2 {
		font-size: 50px;
		margin-top: 10px;
	}
	.bg-contenedor p {
		font-size: 22px;
	}
	.section-2 h1 {
		color: #fff;
		font-size: 30px;
	}
	.section-2 h2 {
		font-size: 25px;
	}
	.section-2 h3 {
		font-size: 16px;
		margin-top: 40px;
	}
	.bg-gracias h1 {
		margin-top: 50px;
		font-size: 50px;
		color: #EF9F31;
	}
	.bg-gracias h2 {
		font-size: 25px;
	}
}

/* gracias fondo heigth */

/* @media screen and (max-height: 700px) {
	.bg-gracias {
		height: auto;
	}

} */