/*-----------------------------------------------------------------------------------*/
/*	GENERAL STYLING
/*-----------------------------------------------------------------------------------*/
::selection {background: #000; color:#fff;}
::-moz-selection {background: #000; color:#fff;}

footer ::selection {background: #fff; color:#000;}
footer ::-moz-selection {background: #fff; color:#000;}

.breadcrumbs_block ::selection {background: #fff; color:#000;}
.breadcrumbs_block ::-moz-selection {background: #fff; color:#000;}

.cleancode_block ::selection {background: #fff; color:#000;}
.cleancode_block ::-moz-selection {background: #fff; color:#000;}

::-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: #000000;	
	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;
	}


section {
	background-image: url(../imagenes/fondo-body2.png);
	background-color: #FFF;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.container {
	padding: 0px;
}

button {
	border: none;
	letter-spacing: 1px;
	cursor: pointer;	
	padding: 0em;
	margin: 0px;
	color: #FFF;
	background-color: transparent;
}

#topcontrol{
	z-index: 10;
	
	}
hr {border-color:#ededed;}

ul, ol {padding:0; margin:0;}
li {
	padding: 0;
	margin: 0;
}

p {
	margin: 0 0 20px;
}


h1, h2, h3, h4, h5, h6  {
	margin-top: 0;
/*font-family: 'Terminal Dosis Light', Arial, sans-serif;*/
	text-transform: none;
	font-weight: 100;
	color: #000;
}
h1 {
	margin: 0 0 26px;
	line-height: 46px;
	font-size: 1.5em;
	font-weight: 200;
}
h2 {
	line-height: 40px;
	font-size: 3em;
	margin-top: 26px;
	margin-right: 0;
	margin-bottom: 26px;
	margin-left: 0;
	color: #FFF;
	text-align: center;
}
h2 b {
	/*font-family: 'Varela Round', sans-serif;*/
	font-weight: 800;
}
h3 {
	line-height: 25px;
	font-size: 3em;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;

}
h3 b {font-weight:900;}
h4 {
	line-height: 30px;
	font-size: 2.5em;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	color: #000000;
	font-weight: 800;
}
h4 b {
	font-weight:900;
}
h5 {
	line-height: 30px;
	font-size: 1.8em;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	color: #30a489;
	font-weight: 800;
}
h5 b {
	font-weight:900;
}
h6 {margin:0 0 15px; line-height:20px; font-size:12px;}

.center {text-align:center;}
.right {text-align:right;}
.descarga {
	float: right;
	width: 40%;
	margin: 0px;
	background-color: #FFF;
	border-radius: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.color_transparente {
	background-color: rgba(255,255,255,0.5);
	border-radius: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.fondo-presentacion {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 40px;
	margin-bottom: 40px;
	background-attachment: fixed;
	background-image: url(../imagenes/fondo-body.png);
	background-repeat: no-repeat;
}

.linea-actividad{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 40px;
	margin-bottom: 40px;	
	background-image: url(../imagenes/linea-actividad.png);
	background-repeat: no-repeat;
}
.azul {
	background-color: #0c91de;
	background-image: url(../imagenes/azul.png);
	background-position: left;
	background-repeat: no-repeat;
	box-shadow: 0 30px 10px -20px rgba(0, 0, 0, 0.1);
	margin-bottom: 50px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #07669c;
}
.verde {
	background-color: #86c410;
	background-image: url(../imagenes/verde.png);
	background-position: left;
	background-repeat: no-repeat;
	box-shadow: 0 30px 10px -20px rgba(0, 0, 0, 0.1);
	margin-bottom: 50px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #608917;
}

.naranja {
	background-color: #faa405;
	background-image: url(../imagenes/naranja.png);
	background-position: left;
	background-repeat: no-repeat;
	box-shadow: 0 30px 10px -20px rgba(0, 0, 0, 0.1);
	margin-bottom: 50px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CC6600;
}

.neutro {
	background-color: #FFFFFF;
	background-image: url(../imagenes/fondo-neutro.png);
	background-position: left;
	background-repeat: no-repeat;
	box-shadow: 0 30px 10px -20px rgba(0, 0, 0, 0.1);
	margin-bottom: 50px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CC6600;
}
.rojo {
	background-color: #fd3608;
	border-radius:10px;

}


.normal {
	color: #000;
	background-color: #FFF;
}
.amarillo {
	color: #000;
	background-color: #FF0;
}
.negro {
	color: #FFF;
	background-color: #000;
}


/* __________ blockquote __________ */
blockquote {position:relative; margin: 0 0 13px; padding:0 0 0 47px; border:0; font-style:italic; font-size:16px; color:#979797;}
blockquote:before {content:'“'; position:absolute; left:15px; top:13px; font-style:italic; font-size:70px; color:#979797;}

.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;
	
}

.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;
}
.boton-siguiente {
	width: 30%;
	text-align: center;
	position: absolute;
	top: 300px;
	right: 80px;
}
.bton-superior {
	width: 40%;
	text-align: center;
	padding-top: 25px;
	float: right;
}

.bton-superior li {
	display: inline;
	margin-right: 15px;
	list-style-type: none;
	padding-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;	
}


.espacio {
	padding-top: 0px;
}



.separa {
	width: 100%;
	text-align: center;	/*background-size : 100% auto;*/
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0px;
	background-image: url(../imagenes/separador2.png);
	background-repeat: no-repeat;
	background-position: center;
}

.video-contenido {
	height: 450px;
	width: 100%;
	background-image: url(../imagenes/fondo-principal-fundacioncnse2.png);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	padding: 0px;
	text-align: center;
	background-position: center center;
	
}
#video-basico {
	height: 450px;
	width: 800px;
	background-color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 10px solid #000000;
	border-radius:10px;
}
#video-bio {
	height: auto;
	width: 70%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-radius: 10px;
}
#video-noticia {
	height: auto;
	width: 70%;
	background-color: #000000;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 10px solid #000000;
	display: block;
	border-radius:10px;
		cursor: pointer;
}

#video-seccion{
	height: auto;
	width: 100%;
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	border-radius:10px;
	cursor: pointer;
}
#video-svisual{
	height: auto;
	width: 50%;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-radius: 10px;
	cursor: pointer;
}


.bto-sobre
{
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	border: 0px;
	cursor: pointer;	

}
.bto-sobre:hover
{
	opacity: 0.3;
	filter: alpha(opacity=40); /* For IE8 and earlier */
	cursor: pointer;
	text-decoration: none;	
}
.derecha {
	position: fixed;
	right: 0px;
	height: 46px;
	width: 44px;
	margin-top: -45px;
	margin-right: 10px;
}


#page {
	overflow-x: hidden;
	position: relative;
	z-index: 5;
	
}




.parallax {
	background-position:0 0;
	width:100%;
	background-attachment:fixed !important;
}



select:-moz-focusring {
    color: transparent;
	outline:none !important;
    text-shadow: 0 0 0 #000 !important;
	border:0 !important;
}

textarea {resize: none;}

img {
	/*outline:0;
	vertical-align:top;
	border:0;
	max-width:100.1%;
	height:auto;*/
}

a {
	/*color: #000;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;*/
}
a:hover, a:focus {
	text-decoration: none;
	/*color: #666;*/
}



.mini {
	font-size: 0.6em;
	/*font-family: 'Terminal Dosis Light', Arial, sans-serif;	*/
}
.logo {
	width: 300px;
	margin: 0px;
	padding: 0px;
}

	
	
.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-top: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 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);
}

/*-----------------------------------------------------------------------------------*/
/*	POP VIDEO
/*-----------------------------------------------------------------------------------*/
.md-modal {
	position: fixed;
	top: 40%;
	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%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right;
}
.md-modal h2 {
	font-size: 3.5em;
	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.7em;
	font-weight: normal;
	line-height: 20px;
}
.md-content video {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	cursor: pointer;
	border-radius: 10px;
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 10;
	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 p {
	font-size: 1.5em;
	text-align: justify;
	margin-top: 50px;
	line-height: 35px;
}

.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;
}


.md-content {
	position: relative;
	border-radius: 3px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}
#video-conten {
	width: 62%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 5px;	
	
}

.cerrar-contenido {
	background-color: #334351;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	font-size: 1.5em;
	color: #FFF;
	position: absolute;
	top: 30px;
	font-weight: bolder;
	right: 0px;
}

.cerrar-contenido:hover
{
	/*	opacity: 0.7;*/
	cursor: pointer;
	text-decoration: none;
	background-color: #666666;
}




/*-----------------------------------------------------------------------------------*/
/*	SHORTCODES
/*-----------------------------------------------------------------------------------*/
/* __________ Buttons __________ */
.bto-centrar2 {
	width: 100%;
	position: relative;
	text-align: center;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}


.bto-centrar {
	width: 100%;
	position: relative;
	text-align: center;
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}



.btn{
	border-radius: 10px;
	background-color: #0c91de;
	text-transform: none;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bolder;
	padding: 10px;
	width: 80%;
	font-size: 1.8em;
	}
	
.btn:hover {
	background-color: #FFDD02;
	color: #FFF;
}
	
.btn-active {
	margin-top: 5px;
	border-radius: 20px;
	background-color: #FFDD02;
	font-size: 1em;
	text-transform: none;
	margin-bottom: 5px;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bolder;
	margin:0 7px 10px 0;
	filter:none !important;	

	}
	
.btn-active:hover {color:#fff;}

.btn-lg {padding:19px 30px; font-size:18px;}
.btn-sm {padding: 6px 20px 5px; font-size:13px;}
.btn-xs {padding: 2px 15px 3px; font-size:11px;}


/*.btn_shortcodes .btn {margin:0 7px 10px 0;}*/
.btn_shortcodes .btn:last-child {margin-right:0;}


.ie .btn, .ie .btn-default {filter:none !important;}


.accesible {
	float: left;
	height: auto;
	width: 230px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 5px;
	font-size: 0.2em;
	color: #FFF;
}
.accesible a {
	border: 1px solid #FFF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	font-size: 4em;
}

.accesible li{
	display: inline;
}
.con-menu-sub {
	/*background-color: #FFFFFF;*/
	/*box-shadow: 0px 3px 3px rgba(0,0,0,0.2);*/
	width: 100%;
	text-align: left;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}


.espacio {
	height: 80px;
	width: 100%;
}
.grande {
	font-size: 2em;
}
.grande2 {
	font-size: 4em;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}


/*RECURSOS*/

img {
  max-width: 100%;
}


video {
outline:none;
}

.botones-acceso {
	height: auto;
	width: 100%;
	margin-top: 120px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: rgba(255,255,255,0.9);
	position: fixed;
	z-index: 100;
	padding-top: 15px;
	padding-bottom: 10px;
}

.botones-acceso li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

/* -------------------------------- 
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-bottom: 1.5em;
	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 {
	text-align: center;
	padding-top: 2em;
	padding-right: 0;
	padding-bottom: 2em;
	padding-left: 0;
}
.cd-section .cd-container {
	
	max-width: 100%;
}
.cd-section p {
	font-size: 1em;
}



.cd-placeholder-1 {
  background: #f25f5c;
  color: #fdeaea;
}

.cd-placeholder-2 {
}

/*#cd-team {
  background: #8abeb2;
}*/
/*#cd-team .cd-container {
	max-width: 1200px;
}*/
#cd-team h2 {
	color: #000000;
}
#cd-team li {
  margin-bottom: 2em;
  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;
  list-style-type: none;
}
.no-touch #cd-team li:hover {
  box-shadow: 0 0 10px rgba(92, 75, 81, 0.3);
}
.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 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: .25em .25em 0 0;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
	background-color: rgba(0,0,0,0.8);
}
#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;
	width: 100%;
}
#cd-team .cd-member-info {
	height: 80px;
	background: #FFF;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	border-radius: 0 0 .25em .25em;
	line-height: 23px;
	font-size: 0.9em;
}
#cd-team .cd-member-info span {
  display: block;
  font-family: "Droid Serif", serif;
  font-weight: normal;
  color: #999999;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: .5em;
}
@media only screen and (min-width: 768px) {
  #cd-team li {
	width: 30%;
	float: left;
	margin-right: 1%;
	list-style-type: none;
	margin-left: 1.2%;
  }
  #cd-team li:nth-child(3n) {
    margin-right: 0;
  }
}

.cd-member-bio {
	position: fixed;
	top: 0;
	right: 0;
	width: 360px;
	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;
}
.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 img {
	display: block;
	width: 100%;
}
.cd-member-bio h1 {
	width: 100%;
	text-align: left;
	margin-top: 100px;
	padding-top: 100px;
	padding-bottom: 80px;
	font-size: 1.2em;
	z-index: 100;
	padding-left: 10px;
	line-height: 50px;
	font-weight: 700;
	text-shadow: 2px 2px 2px #fff;
}

.cd-member-bio .cd-bio-content {
	padding: 1em;
	
}
.cd-member-bio .cd-bio-content h1 {
  font-family: "Droid Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size:2em;
  /*font-size: 1.25rem;*/
}
.cd-member-bio .cd-bio-content p {
	font-size: 0.8em;
	line-height: 25px;
	text-align: justify;
  }
@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);
  }
  
  .transparencia {
	background-image: url(../imagenes/fondo-transparencia.png);
	background-repeat: no-repeat;
	background-position: right;
	
}

.cd-member-bio h1 {
	width: 100%;
	text-align: left;
	margin-top: 120px;
	padding-top: 100px;
	padding-bottom: 80px;
	font-size: 2.3em;
	z-index: 100;
	padding-left: 20px;
	line-height: 50px;
	margin-bottom: 0px;
	text-shadow: 2px 2px 2px #fff;
}
.cd-member-bio h2 {
	text-align: left;
	font-size: 1.5em;
	z-index: 100;
	line-height: 50px;
	text-shadow: 2px 2px 2px #fff;
}
  .cd-member-bio .cd-bio-content {
    padding: 2em;
  }
.cd-member-bio .cd-bio-content p {
	font-size: 0.8em;
	line-height: 25px;
	text-align: justify;
  }
    .cd-member-bio .cd-bio-content ul {
	margin-left: 10px;
  }
  .cd-member-bio .cd-bio-content li {
	font-size: 0.6em;
	line-height: 30px;
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: none;
	font-weight: 500;
	margin-left: 30px;
  }
    .cd-member-bio .cd-bio-content li b {
	font-size: 2em;
	color: #009DDD;
	padding: 5px;
	
  }
}
@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: 2.5rem;
	color: #0F0;
  }
  .cd-member-bio .cd-bio-content p {
	font-size: 0.8em;
	line-height: 25px;
	text-align: justify;
  }
  .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: 32px;
	height: 32px;
	overflow: hidden;
	position: fixed;
	top: 10px;
	text-indent: 100%;
	white-space: nowrap;
	z-index: 3;
	display: none;
	margin-top: 350px;
	margin-right: 10px;
	right: 10px;
	background-color: #145E64;
	background-image: url(../img/cd-icon-close.svg);
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 50%;
	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);
  }
}







/*-----------------------------------------------------------------------------------*/
/*	HOME
/*-----------------------------------------------------------------------------------*/
#home {position:relative;}

.banner-contacto-cont {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 80px;
	padding-bottom: 80px;
	background-image: url(../imagenes/fondo-redes.png);
	height: auto;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	background-position: 0px 200px;
}
.banner-contacto h2 {
	padding: 0px;
	font-weight: 800;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.banner-contacto {
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	margin-top: 5px;
	line-height: 30px;
}
.contacto li {
	display: inline-block;
	margin-top: 0;
	margin-left: 0;
}
.contacto li a {
	display: block;
	width: 80px;
	height: 60px;
	border: 1px solid #FFFFFF;
	text-align: center;
	font-size: 2em;
	color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.contacto li a:hover {
	color: #999;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.destacado-contenedor2 9 {	
	font-size: 0.8em;
	margin-bottom: 0px;
	margin-top: 0px;	
}
.check {
	height: 30px;
	width: 30px;
	border: 1px solid #000;
	cursor: pointer;
}

.consulta p{
	text-align: left;
	font-size: 0.8em;
}
	



/* __________ Services __________ */
.services_block {padding:7px 0 0;}

.services_item {
	display:block;
	cursor:default;
}

.services_item p {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 19px;
	text-transform: none;
	font-weight: 300;
	font-size: 20px;
}
.services_item p b {font-weight:400;}
.services_item p:before {
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:30px;
	height:2px;
	background-color:#ccc;
}

.services_item span {
	display:block;
	padding-bottom:9px;
	font-weight:300;
	font-size:14px;
	color:#666;
}




/* __________ Clean Code __________ */
.cleancode_block {
	padding:96px 0 78px;
	background-image:url(../images/clean_code_bg.jpg);
	background-size:cover;
	background-position:0 0;
	background-attachment:fixed !important;
}

.cleancode_block .tab-content {
	overflow:hidden;
	padding: 0;
	margin:0 0 80px;
}
.cleancode_block p.title {
	margin: 0 0 17px;
	font-weight: 100;
	line-height: 80px;
	font-size: 80px;
	color: #fff;
}
.cleancode_block p.title b {font-weight:500;}

.cleancode_block span {
	font-weight:300;
	line-height:34px;
	font-size:26px;
	color:#999;
}
.cleancode_block .tab-pane {
	display:block;
	height:0;
	transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transition: all 0.5s ease-in-out; 
	-webkit-transition: all 0.5s ease-in-out;
}
.cleancode_block .tab-pane.active {
	height:auto;
	transform:translateY(0);
	-o-transform:translateY(0);
	-ms-transform:translateY(0);
	-webkit-transform:translateY(0);
}

.ie .cleancode_block .tab-pane {display:none;}
.ie .cleancode_block .tab-pane.active {display:block;}


.cleancode_block .nav-tabs {
	margin:0 -15px;
	border:0;
}
.cleancode_block .nav-tabs li {
	margin: 0;
	padding: 0 15px;
}
.cleancode_block .nav-tabs li a {
	width:170px;
	height:170px;
	margin:0;
	padding:54px 0 0;
	text-align:center;
	border:0 !important;
	border-radius:0;
	transition: background-color 0.3s ease-in-out;
	-webkit-transition: background-color 0.3s ease-in-out;
}
.cleancode_block .nav-tabs li a i {
	display:block;
	width:60px;
	height:60px;
	margin:0 auto;
	background-repeat:no-repeat;
	background-position:0 -60px;
	background-size:100% auto;
	-webkit-background-size:100% auto;
	transition: transform 0.2s ease-in-out; 
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
}
.cleancode_block .nav-tabs li a.i1 i {background-image:url(../images/i1.png);}
.cleancode_block .nav-tabs li a.i2 i {background-image:url(../images/i2.png);}
.cleancode_block .nav-tabs li a.i3 i {background-image:url(../images/i3.png);}
.cleancode_block .nav-tabs li a.i4 i {background-image:url(../images/i4.png);}
.cleancode_block .nav-tabs li a.i5 i {background-image:url(../images/i5.png);}
.cleancode_block .nav-tabs li a.i6 i {background-image:url(../images/i6.png);}

.nav-tabs li a:hover,
.nav-tabs li a:focus {
	background-color:transparent;
}
.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
	background-color:#fff;
}

.nav-tabs li a:hover i {
	background-position:0 -120px;
	transform:translateY(-10px);
	-o-transform:translateY(-10px);
	-ms-transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
}
.nav-tabs li.active a i {
	background-position:0 0;
	transform:translateY(-16px);
	-o-transform:translateY(-16px);
	-ms-transform:translateY(-16px);
	-webkit-transform:translateY(-16px);
}

.cleancode_block .nav-tabs li a span {
	display:block;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	line-height:20px;
	font-size:20px;
	color:#333;
	opacity:0;
	transform:translateY(-30px);
	-o-transform:translateY(-30px);
	-ms-transform:translateY(-30px);
	-webkit-transform:translateY(-30px);
	transition: all 0.5s ease-in-out; 
	-webkit-transition: all 0.5s ease-in-out;
}
.nav-tabs li.active a span {
	opacity:1;
	transform:translateY(-6px);
	-o-transform:translateY(-6px);
	-ms-transform:translateY(-6px);
	-webkit-transform:translateY(-6px);
}

.titulo-datos {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: transparent;
	text-shadow: 0 0 .1em rgba(0, 0, 0, 0.2), 0 0 .2em rgba(0, 0, 0, 0.2);
	background-color: rgba(7,146,231,0.9);
	border-radius: 15px;
	height: 90px;
	padding-top: 20px;
	margin-bottom: 40px;
	border: 5px solid #FFF;
}

.titulo-datos h3 {
		font-size: 1.8em;
	font-weight: 800;
	color: #fff;
	line-height: 25px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top:-5px !important;
	}
	
	.titulo-datos2 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: transparent;
	text-shadow: 0 0 .1em rgba(0, 0, 0, 0.2), 0 0 .2em rgba(0, 0, 0, 0.2);
	background-color: rgba(107,151,6,0.9);
	border-radius: 15px;
	height: 90px;
	padding-top: 20px;
	margin-bottom: 40px;
	border: 5px solid #FFF;
}

.titulo-datos2 h3 {
		font-size: 1.8em;
	font-weight: 800;
	color: #fff;
	line-height: 25px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top:-5px !important;
	}
	
.fondo-neutro {
	color: transparent;
	text-shadow: 0 0 .1em rgba(0, 0, 0, 0.2), 0 0 .2em rgba(0, 0, 0, 0.2);
	background-color: rgba(4,92,140,0.8);
}

	
.fondo-azul {
	color: transparent;
	text-shadow: 0 0 .1em rgba(0, 0, 0, 0.2), 0 0 .2em rgba(0, 0, 0, 0.2);
	background-color: rgba(4,92,140,0.8);
}

.fondo-verde {
	color: transparent;
	text-shadow: 0 0 .1em rgba(0, 0, 0, 0.2), 0 0 .2em rgba(0, 0, 0, 0.2);
	background-color: rgba(139,197,34,0.8);
}

.fondo-naranja {
	color: transparent;
	text-shadow: 0 0 .1em rgba(0, 0, 0, 0.2), 0 0 .2em rgba(0, 0, 0, 0.2);
	background-color: rgba(250,164,5,0.8);
}
.purpose_block2 {
	/*background-color: rgba(51,68,81,0.1);*/
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 1%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.purpose_block2 p {
	margin-bottom: 0px;
	line-height: 28px;
	font-size: 1.3em !important;
	text-align: justify;
	margin-top: 15px;
	color: #000;
}
.purpose_block2 ul {
	margin-top: 15px;
	margin-bottom: 15px;	
}
.purpose_block2 li {
	line-height: 25px;
	font-size: 1.3em;
	text-align: justify;
	margin-bottom: 15px;
	list-style-type: none;
	margin-left: 30px;
}

.purpose_block2 h2 {
	font-size: 4em;
	font-weight: 800;
	color: #FFFFFF;
	line-height: 65px;
	text-align: left;	
	border-radius: 20px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 5%;
	border: 10px solid #FFF;
}
.purpose_block2 b {
	font-weight: 300;
	font-size: 0.8em;
}
.purpose_block2 img {
	width: 80%;	
}




.purpose_block img {
	width: 75%;	
}
.purpose_block {
	/*background-color: rgba(51,68,81,0.1);*/
	padding-top: 0px;
	padding-right: 10%;
	padding-bottom: 0px;
	padding-left: 10%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.purpose_block h1 {
	font-size: 3.5em;
	font-weight: 800;
	color: #000;
	line-height: 65px;	
	padding-top: 20px;
}
.purpose_block h2 {
	font-size: 2em;
	font-weight: 800;
	color: #FFFFFF;
	line-height: 65px;
	text-align: left;
	padding-top: 20px;
}
.purpose_block b {
	font-weight: 300;
	font-size: 0.7em;
}
.purpose_block h3 {
	/*font-size: 2em;
	font-weight: 800;
	color: #000000;
	line-height: 25px;
	text-align: center;
	padding: 5px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;*/
}
.purpose_block h6 {
	font-size: 3em;
	font-weight: 800;
	color: #000000;
	line-height: 45px;
}



.purpose_block span {
	font-weight: 500;
}


.purpose_block p {
	margin-bottom: 0px;
	line-height: 28px;
	font-size: 1.3em;
	text-align: justify;
	margin-top: 15px;
	color: #000;
}
.purpose_block ul {
	margin-top: 15px;
	margin-bottom: 15px;	
}
.purpose_block li {
	line-height: 25px;
	font-size: 1.3em;
	text-align: justify;
	margin-bottom: 15px;
	list-style-type: none;
	margin-left: 30px;
}
.purpose_block li span {
	font-weight: 700;
	font-size: 1.8em;
}
/*.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 {
	border-radius: 20px;
	font-size: 1em;
	text-transform: none;
	color: #0c91de;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: 800;
}
.purpose_block a:hover {
	border-radius: 20px;
	text-transform: none;
	color: #999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: 800;
}
.purpose_block  a:visited {
border-radius: 20px;
	font-size: 1.5em;
	text-transform: none;
	color: #184356;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: 800;
}*/

	


/*-----------------------------------------------------------------------------------*/
/*	FEATURED WORKS
/*-----------------------------------------------------------------------------------*/
#projects {padding-top:47px;}

.work_item {
	position: relative;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	width: 90%;
}
.work_item p {
	font-size: 0.7em;
	line-height: 30px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: 400;
}
.owl-item:hover .work_item {
	transform:scale(0.95);
	-o-transform:scale(0.95);
	-ms-transform:scale(0.95);
	-webkit-transform:scale(0.95);
}

.work_item .work_description {
	position: absolute;
	z-index: 20;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	background-color: rgba(0,0,0,0.8);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	border-radius: 10px;
}
.work_item:hover .work_description {opacity:1;}
.work_item .work_description .work_descr_cont {
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	opacity:0;
	transform:translateY(-100%);
	-o-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	-webkit-transform:translateY(-100%);
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.work_item:hover .work_description .work_descr_cont {
	opacity:1;
	transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.work_item .work_description a {
	display: block;
	font-weight: 300;
	line-height: 30px;
	font-size: 0.9em;
	color: #fff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-bottom: 150px;
	padding-right: 5px;
	padding-left: 5px;
	height: auto;
	width: 100%;
	position: relative;
	padding-top: 150px;
}
.work_item .work_description span {
	color: #FFF;
	font-size: 0.8em;
	line-height: 20px;
}

.work_item a.zoom {
	position: absolute;
	z-index: 30;
	left: 50%;
	bottom: 0;
	width: 128px;
	height: 36px;
	margin-left: -70px;
	opacity: 0;
	background-image: url(../imagenes/zoom_h.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;
	
}
.work_item:hover a.zoom {
	bottom:40px;
	opacity:1;
}
.work_item a.zoom:hover {background-image:url(../imagenes/zoom.png);}



/* __________ WORKS DETAILS __________ */
#project_prev,
#project_close,
#project_next {
	position:relative;
	z-index:1;
	display: inline-block;
	width:50px;
	height:50px;
	margin:0 -2px 0 -3px;
	border:2px solid #ccc;
	font-family: FontAwesome;
	transition: all 0.2s ease-in-out; 
	-webkit-transition: all 0.2s ease-in-out;
}
#project_prev:hover, #project_close:hover, #project_next:hover {z-index:2; border-color:#333;}
#project_prev i,
#project_close i,
#project_next i {
	line-height:46px;
	font-size:26px;
	color:#ccc;
	transition: all 0.2s ease-in-out; 
	-webkit-transition: all 0.2s ease-in-out;
}
#project_close i {margin:0 -2px;}
#project_prev:hover i, #project_close:hover i, #project_next:hover i {color:#333;}

#project_prev.first, #project_next.last {cursor:default;}
#project_prev.first:hover, #project_next.last:hover {border-color:#ccc;}
#project_prev.first:hover i, #project_next.last:hover i {color:#ccc;}


ul.project_info li {
	margin-bottom:3px;
	font-style:italic;
	color:#505050;
}
ul.project_info li span {color:#979797;}
ul.project_info li span {color:#979797;}

.project_shared {padding:15px 0;}
.project_shared a {
	display:inline-block;
	width:36px;
	height:36px;
	margin-right:5px;
	border:1px solid #ccc;
	text-align:center;
	line-height:34px;
	font-size:20px;
	color:#ccc;
}
.project_shared a:hover {border-color:#333; color:#333;}



/* __________ Our Clients __________ */
.our_clients {
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
}

.our_clients .client_img {
	opacity: 0.6;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	height: 100px;
	width: 230px;
}
.our_clients .client_img:hover {opacity:1;}
/*-----------------------------------------------------------------------------------*/
/*	FEATURED WORKS
/*-----------------------------------------------------------------------------------*/
#conten-impacto {
	
}


/* __________ impacto cifras __________ */
.impacto-cifras {
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
	font-size: 1em;
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(51,68,81,0.1);
	cursor: context-menu;
}

.text-center{
	text-align: center;
	font-size: 1.1em;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
	line-height: 32px;
	font-weight: 700;
	padding-top: 5px;
}

.text-center span {
	font-size: 3em;
	margin-bottom: 10px;
}


.top-cifras {
	margin-top: 30px;
	font-size: 1.5em;
	color: #002638;
	font-weight: bolder;
}
.tox-progress-content {
	color: #FFF;
	text-align: center;
}




.tox-progress{
	position: relative;
	
}.tox-progress .radial-outer,.tox-progress .radial-inner{
	border-radius: 50%;
	background-color: #003C50;
}.tox-progress .radial-inner,.tox-progress .radial-mask-1,.tox-progress .radial-mask-2,.tox-progress .radial-mask-3,.tox-progress .tox-progress-content{position:relative}.tox-progress .radial-mask-1,.tox-progress .radial-mask-2,.tox-progress .radial-mask-3{transform-origin:bottom center}.tox-progress .radial-mask-1,.tox-progress .radial-mask-3{transform:rotate(90deg)}.tox-progress .radial-mask-2{transform:rotate(270deg)}





/*-----------------------------------------------------------------------------------*/
/*	OUR TEAM
/*-----------------------------------------------------------------------------------*/
#team {
	/*background-image: url(../imagenes/familias-decoracion.png);
	background-size: cover;*/
	padding-top: 75px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-attachment: fixed;
	margin: 0px;
}

.crewman img {
	border: 10px solid #FFF;
	border-radius: 10px;
	width: 100%;
	height: 100%;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
	
}


.crewman_item {
	position: relative;
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 15px;
	margin-bottom: 10px;
}
.crewman_item .crewman_descr {
	position: absolute;
	z-index: 20;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	border-radius: 10px;
	opacity: 0;
	background-color: rgba(0,0,0,0.8);	
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;

}
.crewman_item:hover .crewman_descr {opacity:1;}
.crewman_item .crewman_descr .crewman_descr_cont {
	position:absolute;
	left:0;
	top:40%;
	width:100%;
	opacity:0;
	transform:translateY(-100%);
	-o-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	-webkit-transform:translateY(-100%);
	transition: all 0.5s ease-in-out; 
	-webkit-transition: all 0.5s ease-in-out;
}
.crewman_item:hover .crewman_descr .crewman_descr_cont {
	opacity:1;
	transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.crewman_item .crewman_descr p {
	font-weight: 700;
	line-height: 20px;
	font-size: 1em;
	color: #fff;
	margin-top: -10;
	margin-bottom: 5px;
}
.crewman_item .crewman_descr span {
	color: #FFF;
	font-size: 0.7em;
	font-weight: 300;
}

.crewman_item .crewman_social {
	position: absolute;
	z-index: 30;
	left: 0;
	bottom: 0;
	width: 100%;
	opacity: 0;
	text-align: center;
	transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
	-webkit-transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
	margin-top: 20px;
}
.crewman_item .crewman_social a {
	display: inline-block;
	width: 60px;
	height: 60px;
	/*border: 2px solid #FFF;*/
	/*border-radius: 50%;*/
	line-height: 58px;
	font-size: 1.7em;
	color: #FFF;
	margin-top: 10px;
	margin-right: 7px;
	margin-bottom: 0;
	margin-left: 10px;
}
.crewman_item:hover .crewman_social {
	bottom: 50px;
	opacity: 1;
}
.crewman_item .crewman_social a:hover {
	color: #CCC;
	
}







/*-----------------------------------------------------------------------------------*/
/*	TESTIMONIALS
/*-----------------------------------------------------------------------------------*/
#news {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}




/*-----------------------------------------------------------------------------------*/
/*	pie
/*-----------------------------------------------------------------------------------*/
#contacts {
	position: relative;
	z-index:0;
	padding:0;
	background:transparent;
}
/*footer {

	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 0px;
	width: 100%;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 20px;
	background-color: #03283b;

}*/

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;
	
}


/*-----------------------------------------------------------------------------------*/
/*	SOCIAL BUTTONS
/*-----------------------------------------------------------------------------------*/
.social ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}



/*-----------------------------------------------------------------------------------*/
/*	SOCIAL BUTTONS
/*-----------------------------------------------------------------------------------*/
.social li {
	display:inline-block;
	margin:0 7px 10px 0;
}
.social li a {
	display: block;
	width: 50px;
	height: 50px;
	border: 1px solid #FFFFFF;
	text-align: center;
	line-height: 46px;
	font-size: 1em;
	color: #FFF;
}
.social li a:hover {
	color: #999;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}




/*-----------------------------------------------------------------------------------*/
/*	CONTACT FORM
/*-----------------------------------------------------------------------------------*/
/* __________ Contact Form __________ */
textarea,
input[type="text"] {
	width:100%;
	margin:0 0 10px;
	padding: 10px 8px;
	text-transform:none;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	line-height:20px;
	font-size: 0.8em;
	color: #333;
	font-style:normal;
	border-radius: 0;	
	background: none;
	border: 2px solid #242424;
	box-shadow: none;
	transition: border-color 0.3s ease-in-out; 
	-webkit-transition: border-color 0.3s ease-in-out;
}
textarea {
	overflow:hidden;
	min-height:95px;
	resize: none;
}
textarea,
input[type="text"].last {margin-right:0;
}


textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	outline: 0;
	box-shadow: none;
	color: #999;
	border-color: #ccc;
}


.contact_btn {
	display:inline-block;
	cursor:pointer;
	margin: 0 7px 10px 0;
	padding:13px 30px;
	border: 2px solid #242424;
	border-radius: 0;
	box-shadow: 0;
	text-shadow:none;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight:900;
	line-height:20px;
	font-size:13px;
	color:#333;
	background: none; 
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.contact_btn.active, .contact_btn:hover {background: none; color:#000; border-color:#ccc;}

.notification_error {color:#30a67c;}


/*-----------------------------------------------------------------------------------*/
/*	Novedades
/*-----------------------------------------------------------------------------------*/
.single_page #blog {

}




/*-----------------------------------------------------------------------------------*/
/*	SIDEBAR
/*-----------------------------------------------------------------------------------*/
.sidepanel {margin-bottom:25px;}

.sidebar hr {
	border-color:#e9e9e9;
	margin:25px 0;
}




/*-----------------------------------------------------------------------------------*/
/*	RESPONSIVE STYLES
/*-----------------------------------------------------------------------------------*/



@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.parallax, .cleancode_block, #team, .top_slider .slide1, .top_slider .slide2, .top_slider .slide3 {background-attachment:scroll !important; background-position:0 0;}
	.top_slider .slide1, .top_slider .slide2, .top_slider .slide3 {background-size:cover !important;}

}



@media (max-width: 1350px) {

.contenedor-redes {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	height: 100px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.titulo-redes {
	width: 600px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.titulo-redes h2 {
	color: #FFF;
	font-size: 2em;
	padding-bottom: 10px;
	float: left;
}

}




@media (max-width: 1300px) {
/* __________ Menu __________ */
.menu_block {	
	height: 120px;
}

.pull-left {
	width: 300px;
	margin-top: -20px;
}
.bto-redes {
	width: 180px;
	float: right;
	margin-top: 30px;
	margin-right: 10px;
}


}

	
@media (max-width: 1024px) {
#video-basico {
	width: 80%;
	/*width: auto;*/
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}

.menu_block {	
	height: 120px;
}

.contenedor-redes {

	height: 150px;
	
}
.pull-left {
	margin-left: 0px;
	
}
.slide1{
	background-image: ;

}
.work_item .work_description a {
	
	line-height: 23px;
	font-size: 1em;

}

.work_item .work_description span {
	font-size: 0.7em;
	line-height: 15px;
}	
.work_item a.zoom {
	display: none;	
}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.parallax, .cleancode_block, #team {background-attachment:scroll !important; background-size:100% auto !important; -webkit-background-size:100% auto !important;}
	
	
	h2 {font-size:35px; line-height:35px;}

/* __________ Menu __________ */
	.navmenu ul li a {padding-left:15px; padding-right:15px;}

/* __________ Index __________ */
	.cleancode_block p.title {
	font-size: 100px;
	line-height: 70px;
}
	.cleancode_block .nav-tabs li a {width:136px; height:136px; padding-top:35px;}
	.cleancode_block .nav-tabs li a i {width:45px; height:45px;}
	.cleancode_block .nav-tabs li a span {font-size:16px;}
	.cleancode_block .nav-tabs li a i {background-position:0 -45px;}
	.nav-tabs li a:hover i {background-position:0 -90px; transform:translateY(-5px); -o-transform:translateY(-5px); -ms-transform:translateY(-5px); -webkit-transform:translateY(-5px);}
	.nav-tabs li.active a i {background-position:0 0; transform:translateY(-10px); -o-transform:translateY(-10px); -ms-transform:translateY(-10px); -webkit-transform:translateY(-10px);}
	
	
	.purpose_block p {}
.purpose_block .ipad_img1 {
	margin-top: 30px;}
	
	.work_item a.zoom {width:40px; height:24px; margin-left:-20px;}
	.work_item:hover a.zoom {bottom:30px;}
	.bto-centrar {
	width:90%;
	margin-right: auto;
	margin-left: auto;
}
	
	.img_wrapper {width:137px !important;}
	.post_item_img {	
	width: 90%;	
}
	/*.post_item_img a.link {
	width: 310px;
	height: 387px;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: -40px;
}*/
	.post_item_img a.link:hover {background-position:0 0px;}
	.post_item_content a.title {font-size:19px; line-height:24px;}
	
	
	.owl-theme .owl-controls {top:-69px;}
	.owl-theme .owl-controls .owl-buttons div {width:50px; height:50px;}
	.owl-theme .owl-controls .owl-buttons div:before {width:48px; height:48px; line-height:46px;}
	
	
	
/* __________ Blog __________ */
	.blog_post_descr hr {margin:15px 0;}
	
	.blog_post_img {width:400px; height:314px;}
	.blog_post_title {font-size:24px; line-height:27px;}
	.blog_post_content {font-size:0.6em; line-height:26px;}
	
	
	.single_blog_post_title{font-size:44px; line-height:50px;}
	
	

/* __________ Sidebar __________ */
	.widget_meta li a {font-size:17px; line-height:20px;}
	
	.post_item_img_widget{width:220px; height:146px;}
	.post_item_content_widget a.title {font-size:16px; line-height:20px;}

	
	
	

/* __________ All Styles __________ */
	.breadcrumbs_block {padding:50px 0;}
	
	
	.map_hide {margin-left:435px;}
	
	
}

@media (min-width: 768px) and (max-width: 991px) {
	.logo a {font-size:22px;}
	
	
	
	#search-form input:focus {width:42px;}
	

/* __________ Menu __________ */
	.navmenu ul li a {
	padding-left: 8px;
	padding-right: 8px;
	font-size: 0.7em;	
		
}

	
	
/* __________ Index __________ */
	.cleancode_block p.title {font-size:60px; line-height:60px;}
	.cleancode_block span {font-size:20px; line-height:24px;}
	.cleancode_block .nav-tabs li a {width:100px; height:100px; padding-top:24px;}
	.cleancode_block .nav-tabs li a i {width:45px; height:45px;}
	.cleancode_block .nav-tabs li a span {font-size:13px;}
	.cleancode_block .nav-tabs li a i {background-position:0 -45px;}
	.nav-tabs li a:hover i {background-position:0 -90px; transform:translateY(-5px); -o-transform:translateY(-5px); -ms-transform:translateY(-5px); -webkit-transform:translateY(-5px);}
	.nav-tabs li.active a i {background-position:0 0; transform:translateY(-10px); -o-transform:translateY(-10px); -ms-transform:translateY(-10px); -webkit-transform:translateY(-10px);}

	
	.purpose_block {padding-top:35px;}	
	.purpose_block .ipad_img1 {
	margin-top: 60px;
}
	.purpose_block p {}
	.bto-centrar {
	width:90%;
	margin-right: auto;
	margin-left: auto;
}
	
	.work_item a.zoom {width:40px; height:24px; margin-left:-20px;}
	.work_item:hover a.zoom {bottom:30px;}
	
	
	.img_wrapper {width:100px !important;}
	
	.post_item_img {	
	width: 90%;	
}
	.post_item_img a.link {width: 128px; height: 36px; margin:0 0 -12px -40px;}
	.post_item_img a.link:hover {background-position:0 0px;}
	.post_item_content a.title {font-size:15px; line-height:20px;}
	.post_item_content {padding-top:15px;}
	.post_item_inf a {font-size:12px; padding-right:5px;}
	.post_item_inf li {padding-right:5px;}
	
	
	.owl-theme .owl-controls {top:-69px;}
	.owl-theme .owl-controls .owl-buttons div {width:50px; height:50px;}
	.owl-theme .owl-controls .owl-buttons div:before {width:48px; height:48px; line-height:46px;}
	
	
	.crewman_item .crewman_social a {width:36px; height:36px; margin:0 2px 0 5px; font-size:17px; line-height:34px;}
	.crewman_item:hover .crewman_social {bottom:30px;}
	
	
	.testim_content {font-size:17px; line-height:24px;}
	

/* __________ Blog __________ */
	.blog_post_descr hr {margin:15px 0;}
	
	.blog_post_img {width:400px; height:314px;}
	.blog_post_title {font-size:24px; line-height:27px;}
	.blog_post_content {font-size:14px; line-height:22px;}
	
	
	.single_blog_post_title{font-size:44px; line-height:50px;}
	
	

/* __________ Sidebar __________ */
	.widget_meta li a {font-size:17px; line-height:20px;}
	
	.post_item_img_widget{width:220px; height:146px; float:left; margin-right:30px;}
	.post_item_content_widget a.title {font-size:16px; line-height:20px;}

	
	
	

/* __________ All Styles __________ */
	.breadcrumbs_block {padding:50px 0;}
	.breadcrumbs_block h2 {font-size:60px; line-height:64px;}
	.breadcrumbs_block p {font-size:21px; line-height:24px;}
	

/* __________ Footer __________ */
	footer {position:static; left:auto; bottom:auto; transform:none; -webkit-transform:none;}
	
	
	.map_hide {margin-left:325px;}
	
	
	.respond_clear {clear:both; height:0; font-size:0;}


}


@media (min-width: 768px) and (max-width: 1024px) {


.purpose_block2 h2 {
	font-size: 3em;
	line-height: 40px;
	
}


.titulo-datos {
	width: 100%;
	border-radius: 15px;
	height: 90px;
	padding-top: 10px;
	margin-bottom: 40px;
	border: 5px solid #FFF;
}
	.titulo-datos h3 {
	font-size: 1.2em;	
	line-height: 20px;
	padding-right: 5px;
	padding-left: 5px;
	}

.titulo-datos2 {
	width: 100%;
	border-radius: 15px;
	height: 90px;
	padding-top: 10px;
	margin-bottom: 40px;
	border: 5px solid #FFF;
}
	.titulo-datos2 h3 {
	font-size: 1.2em;	
	line-height: 20px;
	padding-right: 5px;
	padding-left: 5px;
	}	
	
.md-modal {	
	top: 20%;
	min-width: 95%;
		max-width: 70%;
	
}

.md-modal h2 {
	font-size: 2.5em;
	color: #89c300;
	line-height: 20px;
	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.7em;
	font-weight: normal;
	line-height: 20px;
}
.md-content video {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	cursor: pointer;
	border-radius: 10px;
}
.md-content p {
	font-size: 1em;
	text-align: justify;
	margin-top: 10px;
	line-height: 20px;
}
	
.container {padding-left:15px; padding-right:15px;}
	
	
.logo a {font-size:22px;}
	
	
	
	.logo a {font-size:22px;}
	
	
	
	#search-form input:focus {width:42px;}
	

/* __________ Menu __________ */
	.navmenu ul li a {
	padding-left: 8px;
	padding-right: 8px;
	font-size: 0.7em;	
		
}

	
	
/* __________ Index __________ */
	.cleancode_block p.title {font-size:60px; line-height:60px;}
	.cleancode_block span {font-size:20px; line-height:24px;}
	.cleancode_block .nav-tabs li a {width:100px; height:100px; padding-top:24px;}
	.cleancode_block .nav-tabs li a i {width:45px; height:45px;}
	.cleancode_block .nav-tabs li a span {font-size:13px;}
	.cleancode_block .nav-tabs li a i {background-position:0 -45px;}
	.nav-tabs li a:hover i {background-position:0 -90px; transform:translateY(-5px); -o-transform:translateY(-5px); -ms-transform:translateY(-5px); -webkit-transform:translateY(-5px);}
	.nav-tabs li.active a i {background-position:0 0; transform:translateY(-10px); -o-transform:translateY(-10px); -ms-transform:translateY(-10px); -webkit-transform:translateY(-10px);}

	
	.purpose_block {padding-top:35px;}	
	.purpose_block .ipad_img1 {
	margin-top: 60px;
}
	.purpose_block p {}
	.bto-centrar {
	width:90%;
	margin-right: auto;
	margin-left: auto;
}
	
	.work_item a.zoom {width:40px; height:24px; margin-left:-20px;}
	.work_item:hover a.zoom {bottom:30px;}
	
	
	.img_wrapper {width:100px !important;}
	
	.post_item_img {	
	width: 90%;	
}
	.post_item_img a.link {width: 128px; height: 36px; margin:0 0 -12px -40px;}
	.post_item_img a.link:hover {background-position:0 0px;}
	.post_item_content a.title {font-size:15px; line-height:20px;}
	.post_item_content {padding-top:15px;}
	.post_item_inf a {font-size:12px; padding-right:5px;}
	.post_item_inf li {padding-right:5px;}
	
	
	.owl-theme .owl-controls {top:-69px;}
	.owl-theme .owl-controls .owl-buttons div {width:50px; height:50px;}
	.owl-theme .owl-controls .owl-buttons div:before {width:48px; height:48px; line-height:46px;}
	
	
	.crewman_item .crewman_social a {width:36px; height:36px; margin:0 2px 0 5px; font-size:17px; line-height:34px;}
	.crewman_item:hover .crewman_social {bottom:30px;}
	
	
	.testim_content {font-size:17px; line-height:24px;}
	

/* __________ Blog __________ */
	.blog_post_descr hr {margin:15px 0;}
	
	.blog_post_img {width:400px; height:314px;}
	.blog_post_title {font-size:24px; line-height:27px;}
	.blog_post_content {font-size:14px; line-height:22px;}
	
	
	.single_blog_post_title{font-size:44px; line-height:50px;}
	
	

/* __________ Sidebar __________ */
	.widget_meta li a {font-size:17px; line-height:20px;}
	
	.post_item_img_widget{width:220px; height:146px; float:left; margin-right:30px;}
	.post_item_content_widget a.title {font-size:16px; line-height:20px;}

	
	
	

/* __________ All Styles __________ */
	.breadcrumbs_block {padding:50px 0;}
	.breadcrumbs_block h2 {font-size:60px; line-height:64px;}
	.breadcrumbs_block p {font-size:21px; line-height:24px;}
	

/* __________ Footer __________ */
	footer {position:static; left:auto; bottom:auto; transform:none; -webkit-transform:none;}
	
	
	.map_hide {margin-left:325px;}
	
	
	.respond_clear {clear:both; height:0; font-size:0;}


}

@media (max-width: 767px) {
	/*-----------------------------------------------------------------------------------*/
/*	REDES SOCIALES
/*-----------------------------------------------------------------------------------*/
.contenedor-redes {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	height: 210px;
}
.titulo-redes {
	float: left;
	width: 100%;
	text-align: center;
	padding: 10px;
	height: auto;
}
.titulo-redes h2 {
	color: #FFF;
	font-size: 2em;
	line-height: 50px;
	display: block;
}
h3 {
	line-height: 30px;
	font-size: 1em;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.basico {
	text-align: justify;
	line-height: 26px;
	font-size: 0.6em;
}
.titulo-redes ul {
	float: right;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}


	
.container {padding-left:15px; padding-right:15px;}
	
	
	h2 {
	font-size: 30px;
	line-height: 32px;
}
	
	
	.logo a {font-size:22px;}
	


/* __________ Recursos __________ */	
	.work_item .work_description a {
	font-size: 0.8em;
	line-height: 25px;
}
/* __________ Menu __________ */
	  a.menu_toggler {display:none; float:right; margin: 20px 0 0 20px; width:40px; height:40px; text-align:center; line-height:38px; font-size:23px; color:#fff; background-color:#333;}
	  a.menu_toggler:hover {background-color:#333;display:none;}
	
	.navmenu {
	position: absolute;
	left: 0;
	right: 0;
	top: 80px;
	background-color: #fff;
	margin-top: 80px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCC;
}
	.navmenu ul {padding:10px 0;}
	.navmenu ul li {display:block; text-align:left;}
	.navmenu ul li a {
	padding: 4px 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
	
	.sub-menu ul {display:block; position:static; width:100%; box-shadow:none; padding:0; margin:0;}
	.sub-menu ul:before {display:none !important;}
	.navmenu li.sub-menu:hover, .navmenu li.sub-menu.active_page {
	
}
	.sub-menu ul li a {
	border: 0;
	padding-left: 30px;
	color: #333;
	background-color: #000;
	background-image: none;
}
	.sub-menu ul li a:hover, .sub-menu ul li.active a {background:none !important; color:#333 !Important;}
	.sub-menu ul li a:before {content:'-'; position:absolute; z-index:10; left:17px; top:4px; color:#666;}


/* __________ Index __________ */
	.cleancode_block p.title {font-size:40px; line-height:40px;}
	.cleancode_block span {font-size:15px; line-height:22px;}
	.cleancode_block .nav-tabs {margin:0 auto; width:450px;}
	.cleancode_block .nav-tabs li a {width:120px; height:120px; padding-top:24px;}
	.cleancode_block .nav-tabs li a i {width:45px; height:45px;}
	.cleancode_block .nav-tabs li a span {font-size:13px;}
	.cleancode_block .nav-tabs li a i {background-position:0 -45px;}
	.nav-tabs li a:hover i {background-position:0 -90px; transform:translateY(-5px); -o-transform:translateY(-5px); -ms-transform:translateY(-5px); -webkit-transform:translateY(-5px);}
	.nav-tabs li.active a i {background-position:0 0; transform:translateY(-10px); -o-transform:translateY(-10px); -ms-transform:translateY(-10px); -webkit-transform:translateY(-10px);}
	
	
	.purpose_block {padding-top:35px;}
	.ipad_img_in {width:350px; margin:0 auto;}
	.purpose_block .ipad_img1 {	display: none;
}
	.purpose_block p {
	font-size: 1em;
	line-height: 26px;
	padding-right: 5px;
	padding-left: 5px;
}

	.purpose_block li {
	font-size: 1em;
	
}

.purpose_block2 p {
	font-size: 0.6em;
	line-height: 26px;
	padding-right: 20px;
	padding-left: 20px;
}
	.bto-centrar {
	width:90%;
	margin-right: auto;
	margin-left: auto;
}
	
	.work_item a.zoom {width:40px; height:24px; margin-left:-20px;}
	.work_item:hover a.zoom {bottom:30px;}
	
	
	.our_clients .row {text-align:center; margin:0 auto; width:450px;}
	.client_img {width:140px; display:inline-block;}
	.img_wrapper {width:110px !important;}
	
	.post_item_img {	
	width: 90%;	
}
	/*.post_item_img a.link {width: 128px; height: 36px; margin:0 0 -12px -25px;}
	.post_item_img a.link:hover {background-position:0 0px;}*/
	.post_item_content a.title {font-size:15px; line-height:20px;}
	.post_item_content {padding-top:15px;}
	.post_item_inf a {font-size:12px; padding-right:5px;}
	.post_item_inf li {padding-right:5px;}
	
	
	.owl-theme .owl-controls {top:-69px;}
	.testimonials .owl-theme .owl-controls {top:-49px;}
	.owl-theme .owl-controls .owl-buttons div {width:50px; height:50px;}
	.owl-theme .owl-controls .owl-buttons div:before {width:48px; height:48px; line-height:46px;}
	
	
	.crewman_item .crewman_social a {width:36px; height:36px; margin:0 2px 0 5px; font-size:17px; line-height:34px;}
	.crewman_item:hover .crewman_social {bottom:30px;}
	
	
	.testim_content {font-size:17px; line-height:24px;}
	
	
	
	#news .recent_posts {width:450px; margin:0 auto;}
	
	
/* __________ Blog __________ */
	.blog_post_descr hr {margin:15px 0;}
	
	.blog_post_img {width:200px; height:157px; margin-right:20px;}
	.blog_post_title {font-size:19px; line-height:22px;}
	.blog_post_descr hr {clear:both; border:0;}
	.blog_post_content {font-size:0.6em; line-height:26px;}
	.blog_post_info li a {font-size:13px;}
	.blog_post_info li {padding-right:15px;}
	.blog_post_info li:before {right:6px;}
	.blog_post_content {padding-top:20px;}
	
	.pagination li {width:40px; height:40px;}
	.pagination li a {font-size:16px; line-height:38px;}
	.pagination li.active a, .pagination li a:focus, .pagination li a:hover {font-size:18px;}
	
	
	.single_blog_post_title{font-size:44px; line-height:50px;}
	
	
/* __________ Single Blog Post __________ */
	.single_blog_post_date {margin:0;}
	.single_blog_post_title {font-size:26px; line-height:32px;}
	.single_blog_post_content {font-size:0.6em; line-height:26px;}
	
	.comment_note {padding:0 0 20px;}
	
	

/* __________ Sidebar __________ */
	.widget_meta li a {font-size:17px; line-height:20px;}
	
	.post_item_img_widget{width:220px; height:146px; float:left; margin-right:30px;}
	.post_item_content_widget a.title {font-size:16px; line-height:20px;}

	
	
	

/* __________ All Styles __________ */
	.breadcrumbs_block {padding:40px 0;}
	.breadcrumbs_block h2 {font-size:50px; line-height:54px;}
	.breadcrumbs_block p {font-size:16px; line-height:20px;}


/* __________ Footer __________ */
	footer {position:static; left:auto; bottom:auto; transform:none; -webkit-transform:none;}
	
	
	.map_hide {margin:0; left:auto; right:15px;}
	
	
	.respond_clear {clear:both; height:0; font-size:0;}
	

}


@media (max-width: 479px) {
.bton-superior {
	
	display: none;
}

.btn{
	border-radius: 20px;
	background-color: #000000;
	font-size: 0.8em;
	text-transform: none;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bolder;
	padding: 10px;
	width: 100%;
	}
.boton-siguiente {
	width: 50%;
	text-align: center;
	position: absolute;
	top: 100px;
	right: 80px;
}

.menu_block {	
	height: 120px;
}
.titulo-datos h3 {
	font-size: 1.5em;	
	line-height: 25px;
	padding-right: 5px;
	padding-left: 5px;
	}
	
.titulo-datos2 h3 {
	font-size: 1.5em;	
	line-height: 25px;
	padding-right: 5px;
	padding-left: 5px;
	}
.purpose_block2 h2 {
	font-size: 2.5em;
	font-weight: 800;
	color: #FFFFFF;
	line-height: 35px;
	text-align: center;
	border-radius: 20px;
	padding-top: 15px;
	padding-right: 1px;
	padding-bottom: 30px;
	padding-left: 1px;
	border: 5px solid #FFF;
}
.purpose_block2 b {
	font-weight: 300;
	font-size: 0.7em;
}
.purpose_block h2 {
	font-size: 2.4em;
	font-weight: 800;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.purpose_block b {
	font-weight: 300;
	font-size: 0.7em;
}

.purpose_block h6 {
	font-size: 1.5em;
	line-height: 30px;
}

.md-modal {	
	top: 39%;
	min-width: 95%;
	
}
.md-modal h2 {
	font-size: 2.5em;
	color: #89c300;
	line-height: 20px;
	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.7em;
	font-weight: normal;
	line-height: 20px;
}
.md-content video {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	cursor: pointer;
	border-radius: 10px;
}
.md-content p {
	font-size: 0.9em;
	text-align: justify;
	margin-top: 10px;
	line-height: 20px;
}


#team {

	background-position: -100px;
}
.titulo {

	padding-top: 80px;
	margin-bottom: 20px;
	padding-left: 5px;
}
.video-contenido {
	height: 300px;
	width: 100%;	
	margin-bottom: 20px;
}
#video-basico {
	height: 300px;
	width: 100%;	
	border: 5px solid #000000;
}
#video-noticia {
	height: 300px;
	width: 100%;	
	border: 5px solid #000000;
}
.consulta {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.consulta a{
	font-size: 0.9em;
}

#topcontrol{
	height: 100px;
	width: 60px;
	z-index: 100000;

}

/* __________ Index __________ */
	h2 {font-size:26px; line-height:26px;}
	
	
	.purpose_block .btn {padding:10px; margin:10px 5px 0 0;}
	
	
	.cleancode_block p.title {font-size:26px; line-height:26px;}
	.cleancode_block .nav-tabs {width:290px;}
	.cleancode_block .nav-tabs li {padding:0;}
	.cleancode_block .nav-tabs li a {width:96px; height:96px;}
	
	
	.ipad_img_in {width:290px;}
	
	
	.our_clients .row {width:290px;}
	
	
	.testimonials .owl-theme .owl-controls {top:0;}
	
	
	#news .recent_posts {width:290px;}
	
	
/* __________ Blog __________ */	
	.blog_post_img {float:none; margin:0 0 20px; width:290px; height:227px;}
	.blog_post_descr hr {border-bottom:2px solid #e9e9e9;}
	.blog_post_content {padding-top:0;}
	
/* __________ Single Blog Post __________ */
	/*.single_blog_post_title {font-size:17px; line-height:22px;}*/
	.single_blog_post_content {font-size:0.6em; line-height:26px;}

	
	
/* __________ Sidebar __________ */
.post_item_img {
	position: relative;
	border: 2px solid #E8E9EB;	/*border-radius: 5px;*/
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
	/*background-color: #002C34;*/
	background-image: url(../imagenes/fondo-redes.png);
	
	font-weight: 800;
	color: #FFF;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	line-height: 25px;
	padding-right: 5px;
	padding-left: 5px;
	border-radius: 10px;
	font-size: 0.7em;
	background-position: 0px -120px;
	margin-top: 20px;
	margin-bottom: 20px;
}

	.post_item_img_widget {float:none; margin-right:0;}
	


/* __________ Bootstrap Style __________ */
	.col-ss-1, .col-ss-2, .col-ss-3, .col-ss-4, .col-ss-5, .col-ss-6, .col-ss-7, .col-ss-8, .col-ss-9, .col-ss-10, .col-ss-11 {float: left;}
	.col-ss-12 {width: 100%;}
	.col-ss-11 {width: 91.66666666666666%;}
	.col-ss-10 {width: 83.33333333333334%;}
	.col-ss-9 {width: 75%;}
	.col-ss-8 {width: 66.66666666666666%;}
	.col-ss-7 {width: 58.333333333333336%;}
	.col-ss-6 {width: 50%;}
	.col-ss-5 {width: 41.66666666666667%;}
	.col-ss-4 {width: 33.33333333333333%;}
	.col-ss-3 {width: 25%;}
	.col-ss-2 {width: 16.666666666666664%;}
	.col-ss-1 {width: 8.333333333333332%;}

}
