/*******************************/
/* Introduccion */
/*******************************/
.introduccion {
	min-height: 480px;
	margin-top: 15px;
	border-bottom: 2px solid #FC0;
	background: url(../img/portada/fondo-intro-md.jpg) no-repeat center bottom;
}

@media (min-width: 480px) {
	.introduccion {
		min-height: 400px;
	}
}

@media (min-width: 992px) {
	.introduccion {
		min-height: 400px;
		background: url(../img/portada/fondo-intro.jpg) no-repeat center bottom;
	}	
}

.introduccion .intro {
	margin-top: 10px;
}


/*******************************/
/* Blog */
/*******************************/
.introduccion .blog {
	min-height: auto;
	margin-bottom: 10px;
	padding: 15px;
	border: 2px solid #26379D;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	     -o-border-radius: 6px;
	     	border-radius: 6px;
	font-size: 20px;
	font-style: italic;
	line-height: 140%;
	background: rgba(255,255,255,0.8);
}

@media (min-width: 992px) {
	.introduccion .blog {
		min-height: 100%;
	}
}

@media (min-width: 1200px) {
	.introduccion .blog {
		min-height: 330px;
	}
}

.introduccion .blog em {
	display: block;
	margin-top: 25px;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
}

.introduccion .blog h2 {
	margin: 0 0 10px 0;
}

.introduccion .blog a.titulo {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 17px;
}

.introduccion .blog a.continuar-leyendo {
	display: block;
	font-size: 14px;
	text-align: right;
}


/*******************************/
/* Destacados */
/*******************************/
.destacados {
	margin-bottom: 2px;
	padding-top: 60px;
	padding-bottom: 60px;
	color: #FFF;
	font-weight: 100;
	font-style: normal;
	background-color: #D03D00;
}

.destacados h2,
.destacados h3 {
	margin: 0;
	font-size: 20px;
}

.destacados h2 {
	margin-bottom: 50px;
}

.destacados img {
	margin: 20px 0;
}

.destacados p {
	margin: 0;
}

/* Bloques */
.destacados .bloque-2,
.destacados .bloque-3 {
	margin-top: 20px;
	border-top: 1px solid rgba(255,255,255,0.1);
}

@media (min-width: 768px) {
	.destacados .bloque-2,
	.destacados .bloque-3 {
		margin-top: 0;
		border-top: 0;
	}
}

/* Experiencia en accion */
.experiencia-en-accion {
	margin-bottom: 2px;
	padding-top: 60px;
	padding-bottom: 60px;
	font-weight: 100;
	font-style: normal;	
	color: #FFF;
	background-color: #0099CF;
}

.experiencia-en-accion p {
	margin: 0;
}

.experiencia-en-accion .taller {
	width: 20%;
	margin-top: 35px;
	font-size: 14px;
	line-height: 130%;
}

.experiencia-en-accion .taller img {
	margin-bottom: 10px;
}


/*******************************/
/* Clientes */
/*******************************/
.clientes {
	margin-bottom: 2px;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #EEE;
}

.clientes ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.clientes ul li {
	display: inline-block;
	padding: 0 10px;
}


/*******************************/
/* Opiniones */
/*******************************/
.opiniones {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #FC0;
}

.opiniones h4 {
	margin-bottom: 20px;
	font-style: italic;
	font-weight: 400;
	font-size: 20px;
}

.opiniones p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 130%;
}


/*******************************/
/* Calendario eventos */
/*******************************/
.calendario-eventos {
	padding-top: 60px;
	padding-bottom: 60px;
}

.calendario-eventos .evento a.titulo {
	font-size: 17px;
}

.calendario-eventos .evento a.continuar-leyendo {
	font-size: 14px;
}

/* Bloques */
.calendario-eventos .bloque-2,
.calendario-eventos .bloque-3 {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(0,0,0,0.1);
}

@media (min-width: 768px) {
	.calendario-eventos .bloque-2,
	.calendario-eventos .bloque-3 {
		margin-top: 0;
		padding-top: 0;
		border-top: 0;
	}
}


/*******************************/
/* Banner principal
/*******************************/

#banner-principal {
	border-bottom: 2px solid #FC0;
}

.banners {
	padding: 0 !important;
}

#carousel {
  margin: 0 !important;
  background: none;
}

.carousel-control {
  width: 5% !important;
  background-image: none !important;
}