:root {
	/*=============================================
	=             Colores Corporativos            =
	=           Valores Heaxadecales.com          =
	=============================================*/
	--main: #3E984E;
	--main-dark: #095B17;
	--main-border: #227D32;
	--main-card: #68B776;
	--main-alert: #9AD3A4;

	/*****=====----- Colores segundarios-----=====*****/
	--secondary: #aqua;
	--secondary-dark: #aqua;
	--secondary-border: #aqua;
	--secondary-card: #aqua;
	--secondary-alert: #aqua;

	/*****=====----- Colores Terciarios-----=====*****/
	--humo: #111111;
	--humo-card: #6c757d;
	--overflow: rgba(0, 0, 0, .75);
	--overflow-bg: rgba(0, 0, 0, .6);
	--body: #f3f3f3;
}


hr {
	width: 50%;
	border-bottom: 2px solid var(--main);
}

footer {
	background-color: black;
	padding: 10px 0;
	color: gray;
	border-top: 3px solid var(--main);
}

/**** Gestionamos el header ****/
.header-area {
	width: 100%;
}

.header-sede {
	background-color: var(--main);
	height: 33px;
	width: 100%;
	line-height: 1.6;
}

.header-top {
	background-color: white;
	height: 85px;
	padding: 5px 0;
}

.header-top img {
	width: auto;
	height: 80px;
}

.header-hero {
	height: 100%;
	background-image: url(../img/bg-landing.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: inherit;
}

.header-caption {
	margin-top: 4em;
	padding-top: 2em;
}

.header-hero #header-form {
	background-color: aliceblue;
	border-radius: 13px;
	margin: 3em 0;
}

.overflow {
	background-color: rgba(0, 0, 0, .6);
	height: 100%;
}

.leer {
	width: 100%;
	padding-top: 30px;
	margin: 0 auto !important;
	word-spacing: 3px;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.3;
	color: black;
	opacity: .7;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.my-card {
	border: 1px solid #999;
	height: 100%;
	border-radius: 15px;
	-moz-transition-duration: 500ms;
	-ms-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
}


.my-card:hover {
	background-color: var(--main);
	color: white;
	border: 1px solid var(--main-card);
}

/****=== Gestionamos el formulario ===****/
.form-control {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 36px;
	font-size: 15px;
	font-weight: 300;
	background-color: white;
	margin-bottom: 15px
}


.display-5 {
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.2
}

.display-6 {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2
}



/****=== Grid XL para pc mayores a 1200 ===****/
@media (min-width:1200px) {
	.p-hiden {
		display: none;
	}

	.text-sede {
		display: inline-block;
		width: 100%;

	}

	.header-sede p,
	.header-sede a,
	.header-sede i {
		color: white;
		font-weight: 500;
		font-size: 16pt;
		text-align: center;
	}

	/*AND_media*/
}


/****=== Grid LG para pc 992-1200 ===****/
@media (max-width: 992px) {
	.p-hiden {
		display: none;
	}
}

.text-sede {
	display: inline-block;
	width: 100%;

}

.h2,
h2 {
	font-size: 1.5rem;
}

.header-sede p,
.header-sede a,
.header-sede i {
	color: white;
	font-weight: 500;
	font-size: 14pt;
	text-align: center;
	line-height: 2;
}

/*AND_media*/
}

/****=== Grid MD pata tablets 768-992 ===****/
@media (max-width: 768px) {
	.header-top {
		height: 80px;
	}

	.header-sede p,
	.header-sede a,
	.header-sede i {
		color: red;
		font-weight: 500;
		font-size: 14pt;
		text-align: center;
	}

	#sede {
		display: none;

	}

	.p-hiden {
		display: block !imporatnt;
	}

	.header-top img {
		width: auto;
		height: 55px;
		right: 0;
	}

	.h2,
	h2 {
		font-size: 1.3rem;
	}

	/*AND_media*/
}


/****=== Grid SM smartphones 544-768 ===****/
@media (max-width: 576px) {
	.header-caption {
		padding-top: 2em;
		width: 90%;
		padding: 30px;
		text-align: center;
	}

	.text-sede {
		display: inline-block;
		width: auto;

	}

	.header-sede p,
	.header-sede a,
	.header-sede i {
		color: white;
		font-weight: 500;
		font-size: 10pt;
		text-align: center;
	}

	#sede {
		display: none;
	}

	.p-hiden {
		display: block;
	}

	.h1,
	h1 {
		font-size: 2rem;
		padding-left: 15px;
	}

	#header-form {
		width: 5%;
	}

	/*AND_media*/
}


/****=== Grid smartphones ===****/
@media (max-width: 544px) {
	.p-hiden {
		display: block;
	}

	.header-sede p,
	.header-sede a,
	.header-sede i {
		color: white;
		font-weight: 500;
		font-size: 6.5pt;
		text-align: center;
		line-height: 42px;
	}

	/*AND_media*/
}
