@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
body  {
	font-family: 'Open Sans', sans-serif;

}

.bg-contenedor {
	background-image: url("../images/main.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 600px;
  color: #fff;
  padding: 30px 0px;
}


.bg-contenedor h2 {
	color: #fff;
	font-size: 47px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 5px;
}

.bg-contenedor h4 {
	color: #fff;
	font-size: 20px;
	text-align: center;
	width: 400px;
	margin: 20px auto 20px auto;
}



.bg-contenedor h3 {
	margin-top: 0px;
}

.bg-contenedor p {
font-size: 16px;
color: rgba(36, 50, 79);
font-weight: bold;
margin: 0px;
}

.bg-contenedor ul {
font-size: 18px;
text-align: center;
margin-top: 30px;
color: rgba(36, 50, 79);
}


.main-image {
width: 400px;
}

.img-descarga {
	margin: 50px auto 5px auto;
	width: 300px;
}

/*empieza cuadro con formulario jotform  seccion 2*/

form {
	width: 60%;
	margin: 20px auto 0 auto;
}

.form-button {
background-color: #f29200;
border-radius: 10px;
font-weight: 700;
font-size: 20px;
border: none;
color: #fff;
padding: 12px 15px;
text-align: center;
margin-top: 20px;
}

input {
	text-align: center;

}

.form-control{
	border-radius: 20px;
}

::-webkit-input-placeholder {
   text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
   text-align: center;  
}

::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;  
}

:-ms-input-placeholder {  
   text-align: center; 
}

/*
section-2*/

.section-2 {
  /* background-image: url("../images/main2.jpg"); */
  background-image:linear-gradient(to right, rgba(255, 255, 255, 0.521), rgba(68, 68, 68, 0.295)),url('../images/main2.jpg');
  background-repeat: no-repeat;
  background-position: center ;
  background-size: cover;
  height: auto;
  color: #fff;
  padding: 100px 0px;
}

.section-2  p{
	color: rgba(36, 50, 79);
	font-size: 16px;
	}
.section-2  h5{
color: rgba(36, 50, 79);
font-size: 20px;
font-weight: bold;
}
.section-2 a {
background-color: #f29200;
border-radius: 10px;
font-weight: 700;
font-size: 16px;
color: #fff;
padding: 10px 15px;
text-align: center;
font-size: 25px;
display: inline-block;
margin-bottom: 30px;
}

.inside-back {
	margin-top: 50px;
	height: 385px;
 background-color: rgba(36, 50, 79, .9);
}

.inside-back img {
width: 400px;
}
.section-2  h1{
  font-weight: bolder;
  width: 300px;
  margin: 60px auto 10px auto;
  }

  .section-2  h4{
	width: 300px;
	margin: 25px auto 50px auto;
	}

/*/////////// PAGINA GRACIAS ///////////*/

.bg-gracias {
	background-image: url("../images/main_gracias.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center ;
	height: 100vh;
	color: #fff;
}

.bg-gracias a {
	background-color: #f29200;
	border-radius: 10px;
	font-weight: 700;
	color: #fff;
	padding: 10px 15px;
	text-align: center;
	font-size: 22px;
	display: inline-block;
}

.bg-gracias h1 {
margin-top: 50px;
font-weight: bolder;
font-size: 45px;
}

.bg-gracias h3 {
font-weight: bolder;
margin-top: 0px;
}

.bg-gracias p {
height: 70px;
}

/*responsive*/
@media screen and (max-width: 992px) {
	.bg-contenedor h4 {
		width: 100%;
	}

.section-2 h2 , .section-2 h1 {
margin-top: 40px;
}
.inside-back {
	height: auto;
}

.bg-gracias h3 {
	height: 50px;
	}
}

@media screen and (max-width: 768px) {

.bg-contenedor {
height: auto;
}

.section-2 {
  height: auto;
  padding: 0;
}

.img-descarga {
	margin-top: 10px;
	width: 300px;
}

.section-2 .form-button {
	margin-top: 20px;
	margin-bottom: 20px;
}

form {
	width:   70%;
	padding: 0px ;
}

.bg-gracias {
	height: auto;
}
.bg-gracias h1 {
	margin-top: 20px;
	font-weight: bolder;
	font-size: 35px;
	}
	.bg-gracias h2 {
		font-size: 25px;
		}
}

@media screen and (max-width: 480px) {

form {
	width:   95%;
	padding: 0px ;
}

.descarga {
	margin-bottom: 15px;
}
}

/* gracias fondo heigth */
@media screen and (max-height: 700px) {
	.bg-gracias {
		height: auto;
	}

	.descarga {
		margin-bottom: 50px;
	}
}