#body-home {
background-image: url("../imagenes/home_a_textura.png");
background-repeat: no-repeat;
background-size: cover;
}

.quienes-somos {
background-image: url("../imagenes/gente.png");
background-repeat: no-repeat;
background-position: center;
background-size: contain; }

body {font-family: 'Kreon', serif !important;
min-height: 100% !important}

p, li{text-align : justify;
	font-size: 1.4em}

.contact-map{
	padding: 0 !important;
}


.green {
	margin-top: 20px;
	background: #5aa248 url("../imagenes/textura_fondo.png") repeat;
	background-blend-mode: multiply;
	opacity: 0.95;
}

.green p {
	color: #FFF;
	font-size: 2.5em;
	margin-top: 20px;
	margin-bottom: 20px;

}

.blue {
	background: #0e61a7 url("../imagenes/textura_fondo.png") repeat;
	background-blend-mode: multiply;
	opacity: 0.95;
}

.blue h1 {
	color: #FFF;
	font-size: 3.5em;
}

.blue p {
	color: #FFF;
	font-size: 1.5em;
	margin-top: 60px;
	margin-bottom: 60px
}

.navbar-white {
	margin-top: 15px;
}

#navbar > div > div.navbar-header > a {
	padding: 0px;
}

.service-zone {
	background: #cedc6a url("../imagenes/textura_fondo.png") repeat;
	background-blend-mode: multiply;
}

.service-item {
	background: url("../imagenes/textura_fondo.png") repeat;
}

.service-item img {
	mix-blend-mode: multiply;
}

.service-com-zone {
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	background-blend-mode: multiply;
}

li.active{
  background-color: #eeeeee;
}

.active-img {
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}

.service-link:hover img{
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}

.com-int {	
	background: radial-gradient(#007878, #006666 ), url("../imagenes/textura_fondo.png") repeat;	
	border: 10px ;  
  	border-image-source: url("../imagenes/barra_2_up.png");
  	border-image-slice: 70;
  	border-bottom:0;
	border-left:0;
	border-right:0;

}


.com-ext {
	background: radial-gradient(#DDEB79, #cedc6a), url("../imagenes/textura_fondo.png") repeat;
	border: 10px ;  
  	border-image-source: url("../imagenes/barra_2_up.png");
  	border-image-slice: 70;
	border-left:0;
	border-right:0;
	border-bottom:0;
}

.com-ext-bot {
	border: 10px ;  
  	border-image-source: url("../imagenes/barra_2_up.png");
  	border-image-slice: 70;
	border-left:0;
	border-right:0;
	border-bottom:0;
}


.qs-item {
	padding: 0 !important;
	background: url("../imagenes/textura_fondo.png") repeat;
	cursor: pointer;
}
.qs-item img {
mix-blend-mode: multiply;
}
.coach-back {
	background-color: #EBEBEB
}

.home-img {
width: 100%;
height: auto;
border: 20px solid rgba(0, 0, 0, 0.3);
}

.estrategia {

background-image: url("../imagenes/estrategia_arte.png");
background-repeat: no-repeat;
background-size: cover;

}

.cap-talleres-beneficio {
	background: radial-gradient(#4A72DA, #2E5CD2);

	color: #fff;

	font-style: italic;
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 1.1em;	
}

.cap-talleres-desa{
	background: radial-gradient(#7CE5EE, #56D4DF);

	color: #fff;

	font-style: italic;
	padding-top: 15px;
	padding-bottom: 0px;
	font-size: 1.1em;	
}

.cap-talleres-tematicas {
	background: radial-gradient(#9EE0F9, #6BC8EA);
	color: #2A6C96;
	padding-top: 25px;
	padding-bottom: 20px;
	font-size: 1.1em;
	text-align: justify;
}