@import url('https://fonts.googleapis.com/css?family=Arvo:400,700|Open+Sans:400,700&subset=latin-ext');
/* ---------------------------
ENCABEZADO
--------------------------- */
.encabezado {
	height: 40vh;
	min-height: 400px;
	margin-bottom: 0 !important;
}
@media (min-width: 768px) {
	.encabezado {
		height: 50vh;
		min-height: 500px;
	}
}
@media (min-width: 992px) {
	.encabezado {
		height: 100vh;
		min-height: 700px;
	}
}
/* ---------------------------
GENERAL
--------------------------- */
body {
	font-family: "Arvo", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	color: #888888;
}
p.lead {
	font-size: 25px;
	line-height: 32px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: "Arvo", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	color: #8AC647;
}
.h1, h1 {
	font-size: 44px;
	line-height: 46px;
}
.h2, h2 {
	font-size: 30px;
	line-height: 34px;
}
.h3, h3 {
	font-size: 25px;
	line-height: 30px;
}
.h4, h4 {
	font-size: 22px;
	line-height: 24px;
}
.h5, h5 {
	font-size: 18px;
	line-height: 20px;
}
.h6, h6 {
	font-size: 16px;
	line-height: 18px;
}
section {
  padding: 100px 40px;
}
.texto-verde-1 {
	color: #8AC647;
}
.texto-verde-2 {
	color: #628747;
}
/* ---------------------------
CONTENIDO
--------------------------- */
.estados {
	font-size: 18px;
	line-height: 28px;
	padding-left: 20px;
}
@media (min-width: 768px) {
	.estados {
		columns: 2;
	}
}
@media (min-width: 1200px) {
	.estados {
		font-size: 22px;
		line-height: 32px;
	}
}
/**/
.informacion {
	margin-top: 100px;
	background: #fafafa;
	background: -moz-linear-gradient(top, #fafafa 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #fafafa 0%,#ffffff 100%);
	background: linear-gradient(to bottom, #fafafa 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ffffff',GradientType=0 );
}
.info-box {
	padding: 0 35px;
}
/**/
.datos {
	background: #8AC647
}
/**/
.video {
	background: #222222;
	color: #ffffff;
	background-image: url("../images/bg-video.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: repeat-x;
}
/**/
.contacto {
	background-color: #8AC647;
	color: #ffffff;
	background-image: url("../images/bg-footer.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: repeat-x;
}
.contacto .form-control {
	border: none;
}
.contacto a {
	color: #ffffff;	
}
.contacto a:hover {
	color: #222222;
}
/* ---------------------------
FOOTER
--------------------------- */
footer {
	padding: 100px 40px;
	min-height: 100vh;
}
footer p {
	font-size: 18px;
	line-height: 22px;
}
/* ---------------------------
OVERRIDE
--------------------------- */
.form-control {
	height: calc(2.25rem + 12px);
}
.btn {
	border-radius: 7px;
}
.btn-primary {
  background-color: #222222;
  border-color: #222222;
}
.btn-primary:hover {
  background-color: #333333;
  border-color: #333333;
}
a {
	color: #8AC647;	
}
a:hover {
	color: #222222;
}
b {
	font-weight: 700;
}
label {
  margin-bottom: .2rem;
}
