
body {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#406999+0,6eb1e5+64,7db9e8+100 */
	background: #406999; /* Old browsers */
	background: -moz-linear-gradient(45deg, #406999 0%, #6eb1e5 64%, #7db9e8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #406999 0%,#6eb1e5 64%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #406999 0%,#6eb1e5 64%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#406999', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	background-attachment: fixed;
}

a:hover {
	color: #fff;
}

/*
---------  Separador
*/

.separador {
    height: 300px;
    position: relative;
}

.separador .logo {
	text-align: center;
	opacity: 0;
    padding-top: 30px;
}


/*
---------  Portada
*/


#portada {
	background-position: center;
	background-size: cover;
	height: 88vh;
}


.panel {
	position: relative;
  padding: 80px 0;
}

.presentacion > .contenedor {
	display: flex;
	align-items: center;
	justify-content: center;
	justify-content: space-evenly;
	height: 850px;
	width: 90%;
	margin: 0 auto;
		height: 100%;

}

.presentacion .caja-texto  {
	max-width: 500px;
	color: #fff;
	display: none;
}

.presentacion .caja-texto h1 {
	font-size: 2.7em;
}

.presentacion .caja-texto p.inline {
	font-size: 1.8em;
	color: #465a79;
	margin-top: 5px;
}

.presentacion .caja-texto .texto {
	padding-bottom: 25px;
	font-weight: 400;
	width: 90%;
}

.presentacion .caja-texto .texto a,
.panel.servicio .caja-texto .texto a {
    color: /*#89d043;*/ #3a4d6b;
}
 


.presentacion .caja-texto .texto-adicional {
	color: #ddedff;
	font-size: 0.9em;
	width: 90%;
	font-weight: 400;
}


/*
---------  Caja Animacion
*/

.presentacion .caja-animacion {
	margin-top: 30px;
	display: none;
	position: relative;
  padding-top: 40.4%;
	width: 50%;
}

.presentacion .caja-animacion .contenedor {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
}

.presentacion .caja-animacion .contenedor img {
	width: 100%;
}

.presentacion .caja-animacion {
	margin-top: 30px;
	display: none;
	position: relative;
  padding-top: 40.4%;
	width: 50%;
}

.presentacion .caja-animacion .objeto-animacion {
	position: absolute;
	opacity: 0;
}

.presentacion .caja-animacion .objeto-animacion.pinza {
	top: 51%;
	left: 70%;
	width: 17%;
	animation-duration: 3.5s;
	animation-delay: 0.2s;

}

.presentacion .caja-animacion .objeto-animacion.lapiz {

	left: 40%;
  top: 0%;
  width: 41.4%;
	animation-duration: 3s;

}

.presentacion .caja-animacion .objeto-animacion.sello {
    top: 16.1%;
    left: 9.4%;
    width: 32%;
		animation-duration: 4s;
		animation-delay: 0.3s;


}

.presentacion .caja-animacion .objeto-animacion.sombra-sello {
	top: 74%;
	width: 38%;
	left: 0%;
	animation-duration: 4s;
	animation-delay: 0.3s;
}

.presentacion .caja-animacion .objeto-animacion.sombra-lapiz {
	top: 77.3%;
	left: 30%;
	width: 30%;
	animation-duration: 3s;


}

.presentacion .caja-animacion .objeto-animacion.sombra-pinza {
	top: 81%;
	left: 61%;
	width: 36%;
	animation-duration: 3.5s;
	animation-delay: 0.2s;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
		opacity: 1;
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
		opacity: 1;

  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}


@keyframes opacidadSombras {

  0% {
    opacity: 0;
  }

	35% {
		opacity: 0.3;

  }

  60% {
		opacity: 1;

  }

  75% {
		opacity: 0.7;
  }

  90% {
		opacity: 1;

  }

  to {
		opacity: 1;

  }
}

.opacidadSombras {
  -webkit-animation-name: opacidadSombras;
  animation-name: opacidadSombras;
	animation-iteration-count: 1;
animation-fill-mode: forwards;
}

.carousel-clientes-portada {
	display: block;
	opacity: 1;
	position: relative;
}


/* Carousel Clientes */


.carousel-clientes-portada {
	margin-left: -10px;
}

.carousel-clientes-portada .carousel-cell {
	width: 33%;
	height: 95px;
}





/*
---------  Servicios
*/

.panel.servicio {
	padding: 0 150px 5% 5%;
	overflow: hidden;
	/*margin-right: 10%; */
}


.panel.servicio h2 {
	font-size: 1.4em;
	color: #465a79;
}


.panel.servicio > h2 {
	text-align: center;
	font-size: 2em;
}

.panel.servicio  article {
    padding: 50px 0;
    width: 100%;
}

.panel.servicio .servicios a { 
	color: #fff;
}

.panel.servicio .servicios a:hover { 
	color: #395771;
}


.panel.servicio .flex{
	align-items: center;
	justify-content: center;
}

.panel.servicio .imagen {
	position: relative;
	width: 70%;
	max-width: 750px;
    margin: 0 60px;
}

.panel.servicio .caja-texto {
    max-width: 400px;
    width: 30%;
    font-size: 1.2em;
    font-weight: 400;
    margin-right: 2%;
}


.panel.servicio .caja-texto .enlace {
	font-size: 1.2em;
	margin-top: 10px;
}

.panel.servicio .caja-texto .texto {
	color: #fff;
	font-size: 0.9em;
}


.panel.servicio .servicios .servicio {
	margin: 10px 0 ;
	padding-left: 30px;
	position: relative;
}

.panel.servicio .servicios .servicio:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    border: 1px solid #b3e682;
    position: absolute;
    left: 10px;
    top: 13px;
}




/*
---------  proyectos
*/

#proyectos {
	padding: 0 5%;
	overflow: hidden;
	margin-bottom: 10%;
	margin-top: 5%;

}


#proyectos .flex{
	 align-items: center; 
}

#proyectos .imagen {
	/* transform: translateX(-15%); */
	width: 70%;
	}

#proyectos .caja-texto {
	max-width: 600px;
	font-size: 1.2em;
	font-weight: 400;
	margin-right: 2%;
	width: 30%;

}

#proyectos h2 {
	font-size: 1.8em;
	color: #465a79;
}

#proyectos .caja-texto .enlace {
	font-size: 1.2em;
	margin-top: 10px;
}

#proyectos .caja-texto .enlace a {
	color: #b3e682;
}

#proyectos .caja-texto .texto {
	color: #fff;
}



/*
---------  #multidisciplinares
*/

#multidisciplinares h2 {
	color: #89d043;
    font-size: 2em;
}

#multidisciplinares {
	overflow: hidden;
	padding: 15% 0;
	background-color: #0e3048;
}


#multidisciplinares #video_multidisciplinares{
	position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
    opacity: 0.5;
}

#multidisciplinares > .contenedor {
    z-index: 2;
    /* position: absolute; */
    width: 90%;
    max-width: 750px;
    /* left: 50%; */
    /* top: 50%; */
    /* transform: translate(-50%,-50%); */
    text-align: center;
    color: #fff;
    margin: 0 auto;
}

#multidisciplinares .caja-texto {
	position: relative;
	z-index: 10;
}


#multidisciplinares .linea-centro::after {
    width: 50px;
    height: 4px;
    background-color: #89d043;
}

.texto-adicional.linea-centro {
    font-size: 1.4em;
}
/* Revisión, redaccion y reescritura */

/* Traducción  */

.traduccion {
	text-align: right;
}

.traduccion .flex {
	justify-content: center;
}


.traduccion .world {
    max-width: 230px;
}


#animacion-traduccion {
	text-align: center;
	font-size: 3em;
	color: #fff;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

/* Transcripción natural y literal de audio y vídeo */
.transcripcion .imagen {
}

.transcripcion .imagen .cascos {
	position: absolute;
    width: 60%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}

.transcripcion .audiowave {
	opacity: 0.2;
	width: 100%;
}

.transcripcion .flex {
	justify-content: center;
}

.paleografia .caja-texto {
	text-align: right;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width:480px) {

}



@media only screen and (min-width:1600px) {

}

@media only screen and (min-width:1920px) {

}

@media only screen and (max-width:1280px) {
	.presentacion .caja-texto h1 {
	    font-size: 2em;
	}
}


@media only screen and (max-height:768px) {
	.presentacion .caja-texto h1 {
	    font-size: 2em;
	}
	
	.presentacion .caja-texto p.inline {
    	font-size: 1.6em;
    }
}



@media only screen and (max-width:1140px) {
	#servicios {
	    padding: 0 60px 5% 5%;
	}
	
	#servicios .imagen {
	    width: 50%;
	}
	
	#servicios .caja-texto {
		width: 50%; 
    }
	
}

@media only screen and (max-width:1024px) {

	
	
}

@media only screen and (max-width:768px) {
	
	#portada {
		height: auto;
	}
	.presentacion > .contenedor {
		flex-wrap: nowrap;
	    flex-direction: column-reverse;
	    padding: 0 60px 0 30px;
	}
	
	.presentacion .caja-animacion {
	    width: 90%;
        padding-top: 70%;
	}
	
	.presentacion .caja-texto {
		text-align: center;
	}
	
	.presentacion .caja-texto .texto-adicional,
	.presentacion .caja-texto .texto {
		width: 100%;
	}
	
	#servicios {
    padding: 0 60px 5% 5%;
    }
    
	#proyectos .flex,
	#servicios .flex,
	.panel.servicio .flex {
		flex-wrap: wrap;
	}
	#proyectos .flex > div,
	#servicios .flex > div {
		width: 80%;
		text-align: center;
		margin: 20px auto;
	}
	
	.panel.servicio {
		padding: 40px 40px 5% 5%;
	}
	
	.panel.servicio .imagen {
		margin: 20px 60px;
	}
	
	.panel.servicio .caja-texto {
		text-align: center;
	}
	
	.panel.servicio .caja-texto {
		width: 80%;
	}
	
	 .panel.servicio:nth-child(even)  .flex {
		 flex-direction: column-reverse;
	 }
	
	#proyectos .flex {
	    flex-direction: column-reverse;
	}
	
	.menu-burger-icon {
		top: 4%;
	}
	
	.menu-burger-icon,
	#flecha-abajo,
	.page-template-home .pagination {
		right: 4%;
	}
	
	
	
	
}

@media only screen and (max-width:480px) {
	
	#servicios {
	    padding: 0 5%;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

