/* -------------------------------- 

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 20px;
}
/* width */
::-webkit-scrollbar {
  width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


body {
	font-family: 'Epilogue', sans-serif;
	color: #333333;
	/* prevent ie from showing the horizontal scrollbar */
	overflow-x: hidden;
	background-image: url(../imagenes/fondo-body.png);
	background-size: 75% auto;
	/*background-size: cover;*/	
/*	background-image: url(../imagenes/fondo-body2.png);*/
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left;
	background-color: #FFFFFF;
}

#open_preferences_center
{
	font-size: 1em;
	font-weight: bolder;
	color: #fafdf4;
	padding: 10px;
	z-index: 100;
	background-color: #000;
	height: 40px;
	border-radius: 10px;
	position: fixed;
	left: 10px;
	bottom: 10px;
	}
body.overflow-hidden {
  /* when author bio is visible, the out-of-focus content won't scroll */
  overflow: hidden;
}
.espacio {
	height: 80px;
	width: 100%;
}

.separa {
	height: 30px;
	width: 100%;
	background-image: url(../imagenes/separador2.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

.grande {
	font-size: 20em;
	
}
video {
outline:none;
}

.alert {
	color: #FFF;
	text-align: center;
	font-size: 1em;
	line-height: 24px;
	text-decoration: none;
}
.alert a {
	text-decoration: none;	
}



.boton {
	border-radius: 10px;
	background-color: #000000;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	font-weight: 300;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	display: inline;
	float: right;
	margin-top: 10px;
	}
.boton:hover {
	background-color: #CCCCCC;
	color: #FFF;
}
	
.boton-active {
	background-color: #999999;
	filter: none !important;
	}
.color {
	background-color: rgba(255,255,255,0.9);
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

	
.center {text-align:center;}
.right {text-align:right;}
.preloader_hide {
	opacity: 0;
	background-color: #FFFFFF;
}
#preloader {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 200%;
	z-index: 100000;
	background-color: #FFFFFF;
	background-image: url(../imagenes/preloader-fondo.png);
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: center 150px;
	text-align: center;
	padding-top: 600px;
}
a {
	font-family: 'Epilogue', sans-serif;
	text-decoration: none;
	outline: none;
}
a:hover, a:focus {
	color: #fff;
	outline: none;
}
button{
	outline: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}



img {
  max-width: 100%;
}

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
	/* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */
main {
  position: relative;
  z-index: 2;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
main.slide-out {
  /* the main element slides to the left when the author bio is visible */
  -webkit-transform: translateX(-470px);
  -moz-transform: translateX(-470px);
  -ms-transform: translateX(-470px);
  -o-transform: translateX(-470px);
  transform: translateX(-470px);
}
main.slide-out .cd-overlay {
  /* the overlay layer gets visible when the author bio slides in */
  display: block;
  -webkit-animation: cd-fade-in 0.3s;
  -moz-animation: cd-fade-in 0.3s;
  animation: cd-fade-in 0.3s;
}
@media only screen and (min-width: 768px) {
  main.slide-out {
    /* change in size of the author bio section */
    -webkit-transform: translateX(-900px);
    -moz-transform: translateX(-900px);
    -ms-transform: translateX(-900px);
    -o-transform: translateX(-900px);
    transform: translateX(-900px);
  }
}
@media only screen and (min-width: 1200px) {
  main.slide-out {
    -webkit-transform: translateX(-1300px);
    -moz-transform: translateX(-1300px);
    -ms-transform: translateX(-1300px);
    -o-transform: translateX(-1300px);
    transform: translateX(-1300px);
  }
}


.cd-section {
   padding: 2em 0;
  text-align: center;
}
.cd-section .cd-container {
  max-width: 100%;
}

.menu-sub{
	height: 97px;
	/*background-color: #FFF;*/
	background-color: rgba(255,255,255,0.9);
	position: fixed;
	width: 100%;
	z-index: 100;

}
.web {
	float: left;
	width: 300px;
	padding-top: 10px;
	padding-left: 10px;
}
.bton-superior {
	width: 40%;
	text-align: center;
	padding-top: 25px;
	float: right;
}
.bton-superior li {
	display: inline;
	margin-right: 15px;
	list-style-type: none;
	margin-top: 15px;
}
.bton-superior a:link {
	font-size: 1.2em;
	color: #0c91de;
	font-family: 'Lilita One', cursive;
	font-family: 'Roboto', sans-serif;
	font-family: 'Titan One', cursive;
	font-weight: normal;
}
.bton-superior a:visited {
	color: #0c91de;	
}

.bton-superior a:hover {
	color: #339900;
	text-decoration: none;	
}

.titulo-datos {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	
	/*	background-color: #e9eaee;*/
	padding-bottom: 20px;
}

.banner{
	background-color: rgba(255,255,255,0.9);
	background-image: url(../imagenes/fondo-cabecera.png);
	background-size : cover;
	background-repeat: no-repeat;

}
.imagen-cabecera {
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	padding-top: 98px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.enlace {
	color: #666;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	}
.enlace p {
	}	
	
.enlace img {
	font-size: 0.1em;
	line-height: 10px;
	float: left;
	}
	
.enlace a {
	font-size: 1.2em;
	font-weight: bolder;
	padding-left: 20px;
	text-decoration: none;
	}
	


.purpose_block {
	padding-top: 5px;
	width: 100%;
	
}

.purpose_block h2 {
	font-size: 6em;
	color: #89c300;
	line-height: 45px;
	text-align: center;
	font-family: 'Lilita One', cursive;
	font-family: 'Roboto', sans-serif;
	font-family: 'Titan One', cursive;
	font-weight: normal;
}
.purpose_block b {
	color: #0c91de;
	font-size: 0.6em;
	font-weight: normal;
	line-height: 20px;
}
.purpose_block h3 {
	font-size: 1.5em;
	font-weight: 100;
	color: #000000;
	line-height: 25px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 10px;
}
.purpose_block h4 {
	font-size: 2em;
	font-weight: 800;
	color: #000000;
	line-height: 25px;
	margin-top: 40px;
}
.purpose_block h5 {
	font-size: 2em;
	font-weight: 800;
	color: #333333;
	line-height: 25px;
	margin-top: 20px;
	text-align: left;
	padding-left: 30px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.purpose_block h6 {
	font-size: 1.6em;
	font-weight: 800;
	color: #0c91de;
	line-height: 25px;
}

.purpose_block span {
	font-weight: 500;
}


.purpose_block p {
	margin-bottom: 0px;
	line-height: 23px;
	font-size: 1.2em;
	text-align: justify;
	margin-top: 15px;
	color: #000;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.purpose_block li {
	line-height: 24px;
	font-size: 0.8em;
	text-align: justify;
	margin-bottom: 15px;
	list-style-type: none;
	margin-left: 10px;
}
.purpose_block li span {
	font-weight: 700;
	font-size: 1.3em;
}
/*.purpose_block btn {
	margin-top: 20px;
	border-radius: 20px;
	background-color: #002638;
	font-size: 1em;
	text-transform: none;
	width: 100%;
	margin-bottom: 20px;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}*/

.purpose_block a:link {
/*	margin-top: 20px;
	border-radius: 20px;
	background-color: #294953;
	font-size: 1em;
	text-transform: none;
	width: 100%;
	margin-bottom: 5px;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;*/
}
.purpose_block a:hover {
	color: #000;/*	margin-top: 20px;
	border-radius: 20px;
	background-color: #FFDD02;
	font-size: 1em;
	text-transform: none;
	width: 100%;	
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;*/
}
.purpose_block  a:visited {
/*	margin-top: 20px;
	border-radius: 20px;
	background-color: #002638;
	font-size: 1em;
	text-transform: none;
	width: 100%;	
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;*/
}
.purpose_block .btn-active {
	overflow: hidden;
	}
.purpose_block .btn-active span:before {
	content: attr(data-hover);
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	text-transform: none;
	text-align: center;
	font-weight: 900;
	line-height: 20px;
	font-size: 13px;
	color: #000000;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.purpose_block .btn-active:hover span:before {
	color: #fff;
}
.purpose_block .btn-active span {
	position: relative;
	display: inline-block;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.purpose_block .btn-active:hover span,
.purpose_block .btn-active:focus span {
	color: #1c1c1c;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

.purpose_block .ipad_img1 {
	margin-top: -50px;
}
	
	
	
.leer {
	font-family: 'Epilogue', sans-serif;
	background-color: #fd3e07;
	height: 60px;
	width: 60px;
	font-size: 1.2em;
	color: #FFF;
	font-weight: lighter;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 20px;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.leer:hover
{
	/*	opacity: 0.7;*/
	cursor: pointer;
	text-decoration: none;
	background-color: #ff9b01;
	color: #FFF;
}
.cerrar {
	width: 60px;
	padding: 0px;
	height: 60px;
	float: right;
	margin: 10px;
}

.cerrar-texto {
	font-family: 'Epilogue', sans-serif;
	background-color: #fd3e07;
	height: 60px;
	width: 60px;
	font-size: 1.8em;
	color: #FFF;
	position: absolute;
	top: 0px;
	font-weight: lighter;
	right: 0px;
	text-align: center;
	float: right;
	border-radius: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
.cerrar-texto:hover
{
	/*	opacity: 0.7;*/
	cursor: pointer;
	text-decoration: none;
	background-color: #ff9b01;
	color: #FFF;
}

.cerrar-contenido {
	background-color: #000;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	font-size: 2em;
	color: #FFF;
	position: absolute;
	top: 30px;
	font-weight: bolder;
	right: 0px;
}

.cerrar-contenido:hover
{
	/*	opacity: 0.7;*/
	cursor: pointer;
	text-decoration: none;
	background-color: #35859f;
}


.presentacion{
	height: 100px;
	background-color: #CCC;
	text-align: center;
	background-color: rgba(255,255,255,0.7);
}


.md-modal {
	position: fixed;
	top: 45%;
	left: 50%;
	max-width: 70%;
	min-width: 50%;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-color: #FFFFFF;
	border: 10px solid #FFF;
	border-radius: 15px;
	width: 100%;
	text-align: center;	
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right;
}
.md-modal h2 {
	font-size: 4em;
	color: #89c300;
	line-height: 45px;
	text-align: center;
	font-family: 'Lilita One', cursive;
	font-family: 'Roboto', sans-serif;
	font-family: 'Titan One', cursive;
	font-weight: normal;
}
.md-modal b {
	color: #0c91de;
	font-size: 0.6em;
	font-weight: normal;
	line-height: 20px;
}
.md-content video {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 0px;
}


.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 100;
	opacity: 0;
	background: rgba(0,0,0,0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Content styles */
.md-content {
	position: relative;
	border-radius: 3px;
	width: 100%;
}

.md-content h3 {
	margin: 0;
	padding: 0.4em;
	text-align: center;
	font-size: 3em;
	font-weight: bolder;
	/*border-radius: 3px 3px 0 0;*/
	/*background-color: rgba(0,148,202,0.9);*/
	color: #000;
}

.md-content > div ul {
	margin: 0;
	padding: 0 0 30px 20px;
}

.texto-presentacion {
	font-size: 1em;
	color: #000;
	overflow: auto;
	text-align: justify;
	line-height: 28px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 0px;
	width: 100%;
	height: auto;
	font-weight: lighter;
	cursor: pointer;
}
@media screen and (max-width: 1000px) {
	 .cd-section {
    padding: 0em;
  }
	.texto-presentacion {
	font-size: 0.8em;
	color: #000;
	text-align: justify;
	line-height: 30px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	width: 100%;
	height: 400px;
}
	
	}
.destacados{
	height: 300px;
	background-color: #F00;
	text-align: center;
	background-color: rgba(255,255,255,0.7);
}

/*-----------------------------------------------------------------------------------*/
/*	pie
/*-----------------------------------------------------------------------------------*/
.post_item_inf a {
	padding-right: 12px;
	font-weight: 300;
	font-size: 14px;
}
.post_item_img a.link {
	position: absolute;
	z-index: 30;
	left: 0%;
	bottom: 10%;
	width: 311px;
	height: 87px;
	opacity: 0;
	background-image: url(../imagenes/zoom_h2.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
	-webkit-transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
	display: block;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: -30px;
	margin-left: -3px;
}
.post_item:hover .post_item_img a.link {
	bottom:50%;
	opacity:1;
}
.post_item_img a.link:hover {
	background-image: url(../imagenes/zoom2.png);
	
}


/* __________ Recent Posts Small __________ */
.recent_posts_small {margin-bottom:15px;}
.post_item_img_small {
	overflow: hidden;
	float: left;
	width: 100%;
	height: 100px;
	margin-top: 2px;
	margin-right: 15px;
	margin-bottom: 13px;
	margin-left: 0;
}
.post_item_img_small img {
	width: auto;
	max-width: none;
	height: 100%;
	transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
}
.recent_posts_small:hover .post_item_img_small img {opacity:0.5;}
.post_item_content_small a.title {
	display:block;
	line-height:17px;
	font-size:14px;
	color:#ccc;
}
.post_item_content_small a.title:hover {color:#666;}
.post_item_inf_small li {
	display:inline-block;
	padding-top:4px;
	padding-right:10px;
	line-height:17px;
	font-size:11px;
	color:#666;
}

footer {
	/*	background-color: rgba(19,58,77,0.9);*/
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 0px;
	width: 100%;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 20px;
	background-color: #000000;
	background-image: url(../imagenes/pie.png);
	background-repeat: no-repeat;
}
footer h4 {
	color: #fff;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
	font-weight: bolder;
}



/* __________ direccion fundacion __________ */
.foot_about_block p {
	margin-bottom: 24px;	
	line-height: 28px;
	font-size: 0.9em;
	color: #FFF;	
}

.foot_about_block a {
	color: #FFF;
	font-size: 0.9em;
	margin-left: 10px;
	text-decoration: none;
}
.foot_about_block a:hover {
	color: #CCC;
	border-color: #ccc;
}
.pie-submenu {
	background-color: #000000;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.pie-submenu li {
	display: inline;
	list-style-type: none;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 40px;
}
.pie-submenu ul {
	margin: 0px;
}

.pie-submenu li a {
	color: #FFF;
	font-size: 0.8em;
	text-decoration: none;
}
.pie-submenu li a:hover {
	color: #999;
	
}


header p {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #93861d;
}



#cd-team {
	/*	background-color: rgba(255,255,255,0.5);*/
	/*background-image: url(../imagenes/fondo-body2.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left;*/
}
#cd-team .cd-container {
	max-width: 80%;
	padding-bottom: 100px;
}
#cd-team li {
	margin-bottom: 1em;
	/*border-radius: 0.25em;*/
	box-shadow: 0 0 10px rgba(92, 75, 81, 0);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
/*.no-touch #cd-team li:hover {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}*/
.no-touch #cd-team li:hover .cd-img-overlay {
  opacity: 1;
}
#cd-team figure {
	position: relative;
}
/*#cd-team img {
	display: block;
	width: 100%;
	border-radius: .25em .25em 0 0;
}*/
#cd-team .cd-img-overlay {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
	/* border-radius: .25em .25em 0 0;*/
	border-radius: 10px;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
	position: absolute;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
#cd-team .cd-img-overlay span {
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	color: #FFF;
	font-size: 1.9em;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
}
#cd-team .cd-member-info {
	height: 80px;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	border-radius: 0 0 .25em .25em;
	color: #333;
	font-size: 2em;
	width: 100%;
}
#cd-team .cd-member-info span {
	display: block;
	font-weight: normal;
	color: #000000;
	font-size: 0.8em;
}



@media only screen and (min-width: 768px) {
  #cd-team li {
	width: 31%;
	float: left;
	margin-right: 3.5%;
	
  }
  #cd-team li:nth-child(3n) {
    margin-right: 0;
  }

  
}

.cd-member-bio {
	position: fixed;
	top: 0;
	right: 0;
	width: 470px;
	height: 100%;
	overflow-y: auto;
	/* smooth scrolling on mobile phones and tablets */
	-webkit-overflow-scrolling: touch;
	z-index: 1;
	/* this how we move the author bio section off the canvas */
	-webkit-transform: translateX(470px);
	-moz-transform: translateX(470px);
	-ms-transform: translateX(470px);
	-o-transform: translateX(470px);
	transform: translateX(470px);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	background-image: url(../imagenes/fondo-body2.png);/*	background-image: url(../imagenes/fondo-body.png);*/
	background-position: center -200px;
}
.cd-member-bio.slide-in {
  /* the author bio section slides in when the user clicks on the team member picture */
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-member-bio .cd-member-bio-pict {
	position: relative;
	background-color: #FFF;
}
.cd-member-bio .cd-member-bio-pict::after {
  /* gradient at the bottom of the image - same color of the background of the section */
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
 /* background: -webkit-linear-gradient( bottom , #5c4b51, rgba(92, 75, 81, 0));
  background: linear-gradient(to top, #5c4b51, rgba(92, 75, 81, 0));*/
}
.no-cssgradients .cd-member-bio .cd-member-bio-pict::after {
  display: none;
}
.cd-member-bio .cd-bio-content img {
	width: 50%;
	margin-left: 23%;
	margin-top: 50px;
}
.cd-member-bio .cd-bio-content h1 {
	font-weight: 800;
	text-align: center;
	color: #FF0000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 35px;
	height: 70px;
	font-size: 3em;
}

.cd-member-bio .cd-bio-content p {
	font-size: 14px;
	font-size: 1em;
	margin: 1em 0;
	line-height: 20px;
	color: #333333;
}



@media only screen and (min-width: 768px) {
  .cd-member-bio {
    width: 900px;
    -webkit-transform: translateX(900px);
    -moz-transform: translateX(900px);
    -ms-transform: translateX(900px);
    -o-transform: translateX(900px);
    transform: translateX(900px);
  }

.cd-member-bio h1 {
	width: 100%;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 80px;
	font-size: 2em;
	z-index: 100;
	line-height: 80px;
	color: #FF0000;
}
  .cd-member-bio .cd-bio-content {
    padding: 2em;
  }
  .cd-member-bio .cd-bio-content p {
	margin: 2em 0;
	font-size: 1em;
  }
  
  
  
}
@media only screen and (min-width: 1200px) {
  .cd-member-bio {
    width: 1300px;
    -webkit-transform: translateX(1300px);
    -moz-transform: translateX(1300px);
    -ms-transform: translateX(1300px);
    -o-transform: translateX(1300px);
    transform: translateX(1300px);
  }
 
  .cd-member-bio .cd-member-bio-pict::after {
    height: 150px;
  }
  .cd-member-bio .cd-bio-content {
    padding: 4em;
    /* we move the content up so the title is over the color gradient */
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    transform: translateY(-80px);
  }
  .cd-member-bio .cd-bio-content h1 {
	font-size: 40px;
	font-size: 3em;
  }
  .cd-member-bio .cd-bio-content p {
   font-size: 14px;
	font-size: 1em;
  }
  .no-cssgradients .cd-member-bio .cd-bio-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.cd-member-bio-close {
	width: 50px;
	height: 50px;
	overflow: hidden;
	position: fixed;
	top: 80px;
	text-indent: 100%;
	white-space: nowrap;
	z-index: 3;
	display: none;
	margin-top: 80px;
	margin-right: 10px;
	right: 10px;
	background-color: #fd3b08;
	background-image: url(../imagenes/cd-icon-close.svg);
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 20px;
	padding: 20px;
}
.cd-member-bio-close.is-visible {
  display: block;
  -webkit-animation: cd-move-in 0.8s;
  -moz-animation: cd-move-in 0.8s;
  animation: cd-move-in 0.8s;
}
@media only screen and (min-width: 1200px) {
  .cd-member-bio-close {
    right: 20px;
    top: 20px;
  }
}

.cd-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	display: none;
	background-color: rgba(0,0,0,0.8);
	margin-top: -8px;
	z-index: 101;
}

/* -------------------------------- 

xkeyframes 

-------------------------------- */
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes cd-move-in {
  0% {
    -webkit-transform: translateX(100px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-move-in {
  0% {
    -moz-transform: translateX(100px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-move-in {
  0% {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@media only screen and (max-width: 20000px) {
  .cd-section {
    padding: 0em;
  }

}
@media only screen and (max-width: 768px) {
#cd-team .cd-container {
	max-width: 95%;
	padding-bottom: 20px;
}	
}

@media only screen and (max-width: 368px) {
 
 .menu-sub img{
}
.bton-superior {
	display: none;
}
.web {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	text-align: center;
}
.bton-superior {
	display: none;
}

.enlace {
	color: #666;
	padding: 5px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	margin-bottom: 20px;
	margin-top: 50px;
	}
.enlace p {
	font-size: 0.1em;
	line-height: 10px;
	}	
.enlace a {
	font-size: 1em;
	font-weight: bolder;
	padding-left: 20px;
	text-decoration: none;
	}
	

.purpose_block h2 {
	font-size: 2.3em;
	color: #89c300;
	line-height: 30px;	
	font-weight: normal;
}
.purpose_block b {
	color: #0c91de;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 20px;
}
.purpose_block h3 {
	font-size: 1em;
	font-weight: 100;
	color: #000000;
	line-height: 25px;
	text-align: center;	
	padding-top: 10px;
}
.purpose_block h5 {
	font-size: 2em;
	font-weight: 800;
	line-height: 25px;
	margin-top: 20px;
}
.purpose_block h6 {
	font-size: 1.3em;
	
}


.purpose_block span {
	font-weight: 500;
}

.purpose_block p {
	line-height: 23px;
	font-size: 0.9em;	
	width: 95%;
}

.md-modal {
	position: fixed;
	top: 43%;
	left: 50%;
	max-width: 95%;
	min-width: 50%;
	
}
.md-content video {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 0px;
}
.md-content h3 {

	text-align: center;
	font-size: 1.5em;
	
}

#cd-team img {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#cd-team .cd-img-overlay {
	width: 40%;
	height: 100%;
	margin-left: auto;
}

#cd-team .cd-member-info {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

footer {
	/*	background-color: rgba(19,58,77,0.9);*/
	padding-top: 60px;
	padding-right: 0;
	width: 100%;
	font-size: 1.3em;
	text-decoration: none;
	line-height: 20px;
	text-align: center;
}
.foot_about_block p {
	margin-bottom: 24px;
	line-height: 25px;
	font-size: 0.8em;
	color: #FFF;
	font-weight: lighter;
	text-align: center;
}

}
