@charset "utf-8";
/* CSS Document */
/*reset CSS --------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
	box-sizing: border-box;
}
/* Página de inicio -------------------------*/
/*Título encabezado ----------------------*/
.tituloprincipal{
	position: relative;
}
 
h1{
	font-size: 45px !important;
    color: #BADA55;
    margin-bottom: 1px !important;
    padding-left: 25px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700 !important;
    font-style: normal;
    padding-top: 10px;
}
.títuloterritoriosdepaz{
	font-size: 35px;
    color: rgba(172,213,161,0.50);
    margin-top: 1px;
    margin-bottom: 10px;
    padding-left: 25px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    font-style: normal;
}
.tituloprincipal h3{
	font-size: 20px;
    color: rgba(84, 84, 84, 0.6);
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    font-style: normal;
    padding-left: 25px;
}
/*logo --------------*/
.tituloprincipal img {
	position: absolute;
	right: 20px;
	top:30px;
}
.tituloprincipal a:hover {
    text-decoration: none;
}
.logos {
    margin: 100px 0px 50px 0px;
}
/* área de las fotos centrales --------*/ 
.areacentral{
	width: 1265px;
	height: 650px;
	box-shadow: 1px 1px 10px rgba(84, 84, 84, 0.4);
	margin-top: 30px;
	margin-bottom: 120px;
	
}
/*enlaces------------*/
.tituloprincipal a{
 	color: whitesmoke;
	text-decoration: none;
	transition: 0.3s background-color 0.1s;
}
.tituloprincipal a:active {
	color:#8fd581;
}
.tituloprincipal a:hover {
	background-color: rgba(221,221,221,0.5);
	transform: scale(1.5);
	
}
.navegacioncentral .col-md-3 {
	padding-right: 5px;
    padding-left: 5px;
}
/*navegación central --------------------*/
.navegacioncentral{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 500;
	font-style: normal;
	color: whitesmoke;
	text-align: center;
	font-size: 18px;
	margin-top: 50px;
}
.caja-link {
	min-height: 270px;
	background-size: cover;
	box-shadow: 1px 5px 10px rgba(83,83,83,0.6);
	border-radius: 4px;
	padding-top: 80%;
}
.caja-link span {
    color: whitesmoke;
}
.regiones{
	background-image: url("../Imagenes/comprimidas/regiones.jpg");
}
.videos{
	background-image: url("../Imagenes/comprimidas/videos.jpg");
}
.docs{
	background-image: url("../Imagenes/comprimidas/documentos.jpg");
}
.equipo{
	background-image: url("../Imagenes/comprimidas/equipo-foto.jpg");
}
/*SOBRE EL PROYECTO -----------------*/
.sobreelproyecto{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 45px;
	color: #BADA55;
	height: 200px;
	text-align: right;
	padding-right: 100px;
	padding-top: 50px;
	line-height: 70px;
	text-shadow: -1px -1px 3px rgba(0,0,0,.2),
		     1px 1px 2px rgba(255,255,255,.7);
}
	
.cuadroconceptos {
	margin-top: 35px;
	margin-left: 15px;
	margin-bottom: 40px;
	box-shadow: 2px 5px 10px rgba(83,83,83,0.4);
}
/*banner contacto abajo --------------------*/
.bannercontactoabajo{
	position: relative;
}
.bannercontactoabajo li{
	display: block;
	font-size: 13px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 500;
	font-style: normal;
	width: 1265;
	height: 25px;
	background-color:#bada55;
	color: #545454;
}
#gmail{
	position: absolute;
	top: 0px;
	right:30px;
	padding-top: 4px;
}
.cuadro_verde_decoracion {
    width: 200px;
    height: 150px;
    background-color: #bada55;
    margin-top: 150px;
    margin-left: 50px;
    float: left;
}
.cuadro_gris_decoracion {
    width: 200px;
    height: 150px;
    background-color: rgba(84, 84, 84, 0.3);
    float: left;
    margin-top: 150px;
    box-shadow: 2px 3px 10px rgba(84, 84, 84, 0.4);
    margin-left: 50px;
}
.caja-gris {
    background-color: rgba(84, 84, 84, 0.1);
}
.titulo-principal {
    position: absolute;
    top: 290px;
    right: 100px;
    font-size: 25px;
    color: #BADA55;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 30px;
}
.subtitulo h3 {
    font-size: 17px;
    color: rgba(84, 84, 84, 0.8);
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 20px;
    margin-top: 20px;
}
.parrafo-equipo {
    font-size: 12px;
    color: rgba(84, 84, 84, 0.8);
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    text-align: justify;
}
.imagen-ajuste img {
	margin-left: -103px;
    margin-bottom: 46px;
    margin-top: 56px;
    max-width: 100%;
    width: 190px;
    height: auto;
}
.caja-texto-equipo {
	padding: 13%;
}
.caja-gris {
	background-color: rgba(84, 84, 84, 0.1);
}
.saberes_territorios {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    color: rgba(84, 84, 84, 0.4);
    margin-top: 18%;
    text-align: right;
}
.sub_presentacion {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #BADA55;
    padding-top: 10px;
    text-align: right;
}
.parr_presentacion {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: rgba(84, 84, 84, 0.6);
    line-height: 25px;
    text-align: justify;
}
.caja-video {
	padding: 5%;
}
.regiones-link-cajas {
    min-height: 100px;
    background-color: rgba(84, 84, 84, 0.6);
    margin-bottom: 20px;
    /* padding-top: 45px; */
    display: inline-flex;
    transition: 0.9s all ease-out;
    width: 100%;
    /* display: block; */
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 18px;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.regiones-link-cajas:hover {
    transform: scale(1.1);
    background-color: rgb(187 218 85);
    color: white;
    text-decoration: none;
}
.caja-links-ajustes {
	padding-right: 0px !important;
    padding-left: 0px !important;
    padding-top: 5%;
}
.espacio_superior {
    min-height: 5px;
    background-color: rgba(186, 218, 85, 0.6);
    margin-top: 15px;
    margin-bottom: 50px;
}
.sobre_proyecto-titulo {
    font-size: 40px;
    color: #bada55;
    text-shadow: 0 3px 3px rgba(84, 84, 84, 0.3);
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    font-style: normal;
    padding: 70px;
    padding-left: 0px;
    padding-bottom: 0px;
}
.link-documentos {
    background-repeat: no-repeat;
    padding-top: 230px;
}
.link-documentos div {
    color: white;
    font-size: 20px;
    text-align: center;
    margin: auto;
    min-height: 290px;
    background-size: cover;
}
.link-documentos div p {
    font-family: 'Source Sans Pro', sans-serif;
    text-shadow: 0 2px 2px rgb(84 84 84 / 30%);
    background-color: rgb(130 130 130);
    padding: 10px 20px 9px 20px;
    position: absolute;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    bottom: 0px;
}
.documentos .col-md-4:nth-child(n) {
    margin-bottom: 28px;
}
.tituloregionesycomunidades {
    font-size: 50px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    font-style: normal;
    color: rgba(84, 84, 84, 0.6);
    line-height: 1.5;
    padding-top: 30px;
}
.barra_espacio_planadas {
    height: 3px;
    background-color: rgba(84, 84, 84, 0.2);
    margin: 50px 0px;
}
.parrafo-regiones {
    font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    font-style: normal;
    color: rgba(84, 84, 84, 0.8);
    line-height: 1.5;
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
}
.encabezado_titulo_articulo {
    font-size: 40px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #bada55;
}
.triangulo_tolima {
    font-size: 35px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #bada55;
    padding-left: 50px;
}
.regiones-margin-bottom {
	margin-bottom: 50px;
}
.titulo-parrafo-regiones
{
	font-size: 40px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #bada55;
}
@media(max-width: 800px)
{
	.imagen-ajuste img {
	    margin-left: 0px;
	    margin-top: -225px;
	}
	.titulo-principal {
		margin-top: 15px;
	}
	.tituloprincipal h1 {
		font-size: 25px;
	}
	.tituloprincipal h2
	{
		font-size: 25px;
	}
}