@import url('https://fonts.googleapis.com/css?family=Barlow:300,400,500,700&display=swap');
body {
	font-family: 'Barlow', sans-serif;
}

header {
	background-color: #fff;
	height: 60px;
	padding: 10px 50px;
  }
  
  header img {
	max-height: 50px;
  }
  
  header a {
	font-size: 18px;
	padding: 10px 20px;
	border-radius: 20px;
	color: #0070B8;;
	float: right;
  }

/*empieza cuadro con formulario jotform con  bg  seccion 1*/

.section-1 {
	background-image: url("../images/background.png");
	background-size: cover;
	background-position: center left;
	padding-top: 100px;
}

.section-1 h1 {
	font-size: 22px;
	font-weight: 300;
	width: 80%;
	margin: 280px auto 0 auto;
}

.section-1 h2 {
	color: #fff;
	margin-top: 0;
	font-weight: 300;
}

hr {
	height: 1.5px;
	background-color: #0070B8;
	width: 80%;
	border: none;
}

.section-1 h3 {
	font-size: 26px;
}

.section-1 h4 {
	color: #CFCFCF;
	font-weight: 300;
}

.form-main {
	background-color: #0070B8;
	padding: 40px 15px;
	margin-bottom: 100px;
}

.form {
	width: 80%;
	margin: auto;
	text-align: left;
}

button {
	background-color: #fff;
	color: #000;
	border: none;
	border-radius: 10px;
	font-size: 25px;
	text-align: center;
	padding: 6px 30px;
	margin-top: 30px;
}

button:hover {
	background-color: #000;
	color: #fff;
}

input {
	height: 40px !important;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #000;
}

::-webkit-input-placeholder {
	color: #8A8A8A!important;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #8A8A8A;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #8A8A8A;
}

:-ms-input-placeholder {
	color: #8A8A8A;
}

.has-error li {
	color: #fff;
}

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

/*seccion dos */

.section-2 {
	padding: 20px 0;
}

.section-2 h2 {
	margin-bottom: 30px;
}

.section-2 img {
	width: 400px;
}

.section-2 ul {
	list-style-image: url("../images/palomita.png");
	text-align: left;
}

.section-2 ul b {
	color: #707070;
	font-size: 18px;
}

/*seccion tres */

.section-3 {
	background-image: url("../images/background-video.png");
	height: 500px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	padding: 40px 0;
}

.section-3 h2 {
	font-size: 36px;
}

.section-3 p {
	font-size: 18px;
	max-width: 600px;
	margin: auto;
	font-weight: 300;
}

.section-3 img {
	margin-top: 50px;
}

.section-3 a.btn {
	display: inline-block;
	background-color: #FFFFFF;
	color: #0070B8;
	margin-top: 20px;
	padding: 5px 30px;
	font-size: 24px;
	border-radius: 10px;
	text-transform: uppercase;
	font-weight: 500;
}

/*seccion cuatro */

.section-4 {
	background-image: linear-gradient(#fff, #bdced7);
	padding: 40px 0 30px 0;
}

.section-4 h3 {
	font-size: 26px;
	font-weight: 700;
}

.section-4 p {
	font-size: 22px;
	font-weight: 300;
	text-align: center;
	height: 92px;
}

.section-4 img {
	width: 700px;
}

.carousel-control.left, .carousel-control.right {
	background-image: none;
	opacity: 1;
}

a.carousel-control {
	color: #0070B8 !important;
	font-size: 40px;
}

/*seccion cinco */

.section-5 {
	color: #707070;
	padding: 20px 0;
}

.section-5 h3 {
	font-weight: 300;
}

.section-5 h2 {
	font-weight: 700;
}

.section-5 h4 {
	font-size: 26px;
	font-weight: 400;
	max-width: 400px;
	margin: auto;
}

.section-5 p {
	margin-top: 50px;
}

.section-5 a {
	display: inline-block;
	background-color: #0070B8;
	color: #fff;
	margin-top: 20px;
	padding: 5px 30px;
	font-size: 24px;
	border-radius: 10px;
	text-transform: uppercase;
	font-weight: 500;
}

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

.bg-gracias {
	background-color: #0070B8;
	color: #000;
}

.bg-gracias p {
	margin-bottom: 5px;
	font-size: 16px;

}

.bg-gracias h1 {
	margin-top: 40px;
}

.bg-gracias h1, .bg-gracias h2, .bg-gracias h4, .bg-gracias p {
	color: #fff;
	text-shadow: 2px 2px 5px #000;
}


.bg-gracias h3 {
 font-weight: 700;
 font-size: 26px;

}

/*responsive*/

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

@media screen and (max-width: 768px) {
	.section-1 h1 {
		margin-top: 0px;
	}
	.section-1 {
		padding-top: 20px;
	}
	.form-main {
		padding: 10px 0 10px 0;
		background-color: rgb(0, 156, 180, .5);
	}
	/* section 3 */
	.section-3 {
		height: auto;
		padding: 20px 0;
	}
	/* section 4 */
	.section-4 {
		padding: 20px 0;
	}
	.section-4 p {
		font-size: 18px;
		height: 125px;
	}
	.section-4 h3 {
		height: 50px;
		margin-top: 70px;
	}
}

@media screen and (max-width: 550px) {
	.section-1 h2 {
		font-size: 20px
	}
	.bg-gracias {
		background-position: center;
	}
	.bg-gracias h1 {
		margin-top: 25px;
	}
	.section-3 p {
		width: 100%;
	}
	.form {
		width: 90%;
		margin: auto;
		text-align: left;
	}
}

@media screen and (max-width: 325px) {
	.form-main {
		font-size: 22px;
	}
	.form-main h4 {
		margin-top: 10px;
	}
}