/* Resumen
--------------------------------------------------------------
	General
	Fuente y textos
	Botones
	Contenido
	Navegación
	Portada
	Proyectos
	Tecnología
	Quiénes somos
	Pie
	Resoluciones
*/


/* General
-------------------------------------------------------------- */

body {
	background: #fff;
	color: #32423d;
	font: normal 15px "Bree-serif", arial, sans-serif;
	font-weight: 300;
}

section { overflow: hidden; }
::selection { background: #060606; color: #fff; }
::-moz-selection { background: #060606; color: #fff; }


/* Fuente y textos
-------------------------------------------------------------- */

p {
	color: #32423d;
	font-size: 16px;
	line-height: 1.4em;
	margin: 0 0 20px;
	font-weight: 300;
}

em { font-style: italic; }
strong { font-weight: 600; }
peque { font-size: 0.8em; }

h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	line-height: 1.17em;
	margin: 0 0 20px;
}

h1 {
	font-family: bree;
	font-size: 3.46666666667em;
	font-weight: 600;
	line-height: 0.4em;
	color: #ffffff;
	text-shadow: 0px 4px #000000;
}

h2 {
	font-size: 2.4em;
	font-weight: 600;
	margin-bottom: 40px;
}

h3 {
	font-size: 1.6em;
	font-weight: 600;
}

h4 {
	font-size: 1.6em;
	font-weight: 600;
}

h5 {
	font-size: 1em;
	font-weight: 300;
/*	text-transform: uppercase;*/
}

h6 {
	font-size: 1em;
	font-weight: 400;
}

h2.como_trabajamos  {
	color: #072f5b;
}

h2.proyectos  {
	color: #a00975;
}

h2.tecnologia  {
	color: #ffffff;
}

h2.quienes_somos  {
	color: #f9b73c;
}

h2.contacto  {
	color: #072f5b;
}

.eslogan h2 {
	font-size: 1.6em;
	font-family: bree;
	font-weight: 600;
	color: #ffffff;
	text-shadow: 0px 4px #000000;
}



/* Fuente para fondos oscuros */

.oscuro p, .oscuro h1, .oscuro h2, .oscuro h3, .oscuro h4, .oscuro h5, .oscuro h6 { color: #fff; }
.oscuro a { color: #fff!important; }

/* Links */
a, a:visited { font-weight: 400; text-decoration: none; }


/* Botones
-------------------------------------------------------------- */

.boton {
	color: #ffffff;
	display: inline-block;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 7px;
	padding-bottom: 10px;
	font-size: 1em;
	font-weight: 600;
	background: rgba(0, 0, 0, .3); filter: alpha(opacity=80);

	border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
}

.oscuro.boton { border: 3px solid #fff!important; }
.oscuro.boton:hover { background: rgba(0, 0, 0, .5); filter: alpha(opacity=100); }

.boton .icon {
	display: inline-block;
	margin-left: 17px;
	margin-bottom: -6px;
	width: 26px;
	height: 26px;
	cursor: pointer;
	background: url(../imagenes/iconos/right.png) no-repeat center center;
}


/* Contenido
-------------------------------------------------------------- */

.content { padding-top: 100px; text-align: center; }

.parallax {
	width: 100%;
	background-attachment: fixed;
	background-position: 50% 0;
}

/* Parallax */
@media only screen and (min-width: 1930px) { .parallax { background-size: cover; } }

.parallax.no-parallax { background-size: cover!important; background-attachment: scroll!important; background-position: center!important; }

.parallax-bg1 { background-image: url(../imagenes/parallax-fondo1.png); }
.parallax-bg2 { background-image: url(../imagenes/parallax-fondo2.png); }
.parallax-bg3 { background-image: url(../imagenes/parallax-fondo3.png); }
.parallax-bg4 { background-image: url(../imagenes/parallax-fondo4.png); }

.bloque-texto {
	text-align: justify;
	margin: 20px auto;
	max-width: 700px;
}

.miembro_equipo p {
	text-align: justify;
}

.bloque-texto li {
	padding: 10px;
	margin: 0 40px;
	list-style: circle outside;
}



/* Navegación
-------------------------------------------------------------- */

nav {
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	height: 100px;
	z-index: 5000;
}

.logo {
	width: 250px;
	margin-left: 2%;
	float: left;
	margin-top:15px;
}

.idioma {
	float:right;
	color: #32423D;
	font-size: 0.8em;
	margin-right: 2%;
	display: block;
	font-weight:300;
	margin-top: 10px;
}

.idioma a {
	color: #32423D;
}

.navegacion { display: none; }

.desktop.navegacion {
	display: block!important;
	margin-right: 2%;
	margin-top: 38px;
}

.desktop.navegacion .contenido_navegador { float: right; }

.desktop.navegacion .contenido_navegador li {
	float: left;
	margin-right: 30px;
}

.desktop.navegacion .contenido_navegador a {
	color: #32423d;
	text-transform: uppercase;
	font-size: 0.8em;
	opacity: .5;
    filter: alpha(opacity=50);
}

.desktop.navegacion .contenido_navegador a:hover, .desktop.navegacion .contenido_navegador a.activo  { opacity: 1; filter: alpha(opacity=100); }

.desktop.navegacion .contenido_navegador li:last-of-type { margin-right: 0px; }

/* Navegación móvil */

.nav_movil {
	display: block;
	margin-top: 43px;
}

.boton_navegador {
	display: none;
	width: 26px;
	height: 30px;
	background: transparent;
	padding: 0;
	margin-right: 2%;
	float: right;
	border: none;
	cursor: pointer;
}

.movil.navegacion {
	display: none;
	width: 100%;
	float: left;
	padding-left: 5%;
	background-color: #ffffff;
}

.movil.navegacion .contenido_navegador {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.movil.navegacion .contenido_navegador li {
	display: block;
	width: 100%;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #f0f0f0;
}

.movil.navegacion .contenido_navegador li:first-of-type { border-top: none; }

.movil.navegacion .contenido_navegador a {
	display: block;
	color: #060606;
	text-transform: uppercase;
	font-size: 0.8em;

}



/* Icono navegación */
.barrita {
	display: block;
	float: left;
	width: 100%;
	height: 3px;
	margin-top: 3px;
	background: #060606;
}


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

.fondo_pines {
	margin-left: -8.5%;
	margin-top : 25px;
}

.pines {
	position: relative;
	float: left;
	width: 20%;
	text-align: center;
	overflow: visible;
	z-index: 0;
}

.pines img {
	max-width: 140%;
	opacity: 0.9;
}

.eslogan {
	position:absolute;
	z-index:1000;
	text-align:center;
	margin-top:12%;
}


/* Proyectos
-------------------------------------------------------------- */

.proyectos { width: 100%; }
.lista_proyectos { margin-top: 50px; background: transparent; }
.lista_proyectos li { width: 33.3333%; float: left; min-height: 580px; }
.proyecto {
	padding: 10px;
}
.proyecto img {
	width: 820px;

}
.info_proyecto {
	width: 100%;
}
.meta {
	bottom: 0;
	margin-bottom: 25px;
	width: 100%;
	text-align: left;
}
.meta h4 { margin-bottom: 6px; margin-top:13px; }
.meta h6 { margin-bottom: 6px; }
.meta a {text-decoration:underline; color: #32423d;}
.meta p {font-size: 1em; text-align: justify;}


/* Tecnología
-------------------------------------------------------------- */

.iconos .overview {
	position: relative;
	float: left;
	width: 20%;
	text-align: center;
	overflow: visible;
	margin-top:50px;
	margin-bottom:50px;
}

.icon {
	display: inline-block;
	width: 64px;
	height: 74px;
	cursor: pointer;
	margin-bottom: 20px;
	background: url(../imagenes/icono_pin.png) no-repeat top; background-size: 64px 148px;
}

.icon:hover { background-position: bottom; }

.tooltip {
	display: none;
	position: absolute;
	width: 260px;
	background: #ffffff;
	background: rgba(255, 255, 255, 1);
	color: #072f5b;
	top: auto;
	bottom: 100%;
	left: 50%;
	margin-left: -130px;
	padding: 20px;
	margin-bottom: 30px;
	border-radius: 15px;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
}

.descripcion_tecnologia {
	font-weight: 300;
	font-size: 0.9333333333333em;
	color: #072f5b;
	text-align: left;
	color: #072f5b;
	line-height: 20px;
}

.flecha_abajo {
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: auto;
	bottom: 100%;
	margin-bottom: 22px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid rgba(255, 255, 255, 1);
}

.visible { display: block; }




/* Quiénes somos
-------------------------------------------------------------- */

.el_equipo { text-align: center; float: left; }

.nombre { width: 100%; }
.nombre h4 { margin-bottom: 6px; text-transform: uppercase; font-size:1.3em;}
.nombre h6 { margin-bottom: 20px; }
.nombre em { font-style: italic; color: #32423d; }

.retrato {margin-bottom: 15px;}
.miembro_equipo { min-height: 700px;}
.miembro_equipo p {font-size: 15px;}
.miembro_equipo a {text-decoration: underline; color: #32423d; }
.contactos_miembro li { display: inline-block; }

.icono_social.peque {
	display: inline-block;
	width: 36px;
	height: 30px;
    filter: alpha(opacity=80);
	opacity: .8;
}

.icono_social.peque:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.icono_social.peque.twitter { background: url(../imagenes/icono_twitter.png) no-repeat center center; background-size: 30px 30px;}
.icono_social.peque.linkedin { background: url(../imagenes//icono_linkedin.png) no-repeat center center; background-size: 30px 30px;}
.icono_social.peque.email { background: url(../imagenes/icono_email.png) no-repeat center center; background-size: 30px 30px;}

#map {
        width: 100%;
        height: 560px;
      }


/* Pie
-------------------------------------------------------------- */

.contacto { text-align: center; }

#contacto p {
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
}

#contacto a {
	color: #ffffff;
	text-decoration: underline;
}

.contactos_geomatico li {
    display: inline-block;
}

.icono_social.grande {
	display: inline-block;
	width: 50px;
	height: 40px;
    filter: alpha(opacity=90);
	opacity: .9;
}

.icono_social.grande:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.icono_social.grande.twitter { background: url(../imagenes/icono_twitter_grande.png) no-repeat center center; background-size: 40px 40px;}
.icono_social.grande.email { background: url(../imagenes/icono_email_grande.png) no-repeat center center; background-size: 40px 40px;}

.logo_pie {
	margin-top: 50px;
	margin-bottom: 30px;
}

.copyright {
	color: #78c4d2;
	font-size: 12px;
	margin-bottom: 20px;
	margin-top: 20px;
	font-weight:600;
	font-size: 14px;
}

.pie {
	text-align: center;
	color: #78c4d2;
	padding-top: 17px;
	margin-bottom:20px;
}

.pie h3 {
	font-size:2.1em;
	letter-spacing:0.02em;
	margin-top:5px;
	margin-bottom: 5px;
}


/* Resoluciones
-------------------------------------------------------------- */

/* Pantallas grandes */
@media only screen and (min-width : 1680px) {

}

/* Tableta horizontal */
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.parallax { background-size: cover; background-attachment: scroll; background-position: top center!important; }
	.fade, .slide, .entrance, .hatch { opacity: 1!important; }
	.ae-animation-fade, .ae-animation-slide, .ae-animation-entrance, .ae-animation-hatch { -webkit-animation-name: none; -moz-animation-name: none; -o-animation-name: none; animation-name: none; }
	.lista_proyectos a:hover .info_proyecto { background: transparent; }
}

/* Más pequeño de 960px */
@media only screen and (max-width: 959px) {
	.boton_navegador { display: block; }
	.navegacion { display: none; }

	.parallax { background-size: cover; background-attachment: scroll; background-position: top center!important; }
	.content { padding-top: 50px; }
	.iconos .overview { width: 33.3333333333%; margin-bottom: 30px; }
	.icon { cursor: pointer; }
	.lista_proyectos li { width: 50%; }
	.fade, .slide, .entrance, .hatch { opacity: 1!important; }
	.ae-animation-fade, .ae-animation-slide, .ae-animation-entrance, .ae-animation-hatch { -webkit-animation-name: none; -moz-animation-name: none; -o-animation-name: none; animation-name: none; }
	.icono-social { margin-top: 30px; }
	.tooltip { cursor: pointer; }
	.fondo_pines { margin-left: -8.5%;  margin-top: 50px;}
	h2 {margin-bottom:20px;}
}

/* Tamaño tableta vertical */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Tamaño móviles */
@media only screen and (max-width: 767px) {
	.iconos .overview { width: 50%; }
	.el_equipo { padding: 30px 0px 0px; }
	.miembro_equipo { padding-bottom: 25px; }
	.fondo_pines { margin-left: -8.5%;  margin-top: 100px;}
}

/* Tamaño móviles horizontal */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.info-proyecto { border-bottom: none; }
	.tooltip { width: 100%; left: 5%; margin-left: 0; }
	.fondo_pines { margin-left: -8.5%;  margin-top: 100px;}
}


/* Tamaño móviles vertical */
@media only screen and (max-width: 479px) {
	.lista_proyectos li { width: 100%; }
	.info-proyecto { border-bottom: none; }
	.tooltip { width: 100%; left: 5%; margin-left: 0; }
	.fondo_pines { margin-left: -8.5%;  margin-top: 100px;}
	.grid-todo {width: 96.9697%;}
	.eslogan {margin-top: 5%;}
	h2 {margin-bottom:20px;}
}

/* Tamaño pequeño */
@media only screen and (max-width: 400px) {
	.logo {width: 50%;}
	h3 {font-size: 1.3em;
	margin-top:150px;}
	.boton {margin-top:40px;}
	.eslogan {margin-top:25px;}
}


/* Quiénes somos */
@media only screen and (max-width: 638px) {
	.miembro_equipo { min-height: 400px;}
}
@media only screen and (min-width: 639px) and (max-width: 825px) {
	.miembro_equipo { min-height: 900px;}
}
@media only screen and (min-width: 1300px) {
	.miembro_equipo { min-height: 600px;}
}

/* Dispositivos Retina */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (   -moz-min-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

	.icon { background: url(../imagenes/icono_pin@2x.png) no-repeat top; background-size: 64px 148px; }
	.icono_social.peque.twitter { background: url(../imagenes/icono_twitter@2x.png) no-repeat center center; background-size: 30px 30px;}
   .icono_social.peque.linkedin { background: url(../imagenes//icono_linkedin@2x.png) no-repeat center center; background-size: 30px 30px;}
   .icono_social.peque.email { background: url(../imagenes/icono_email@2x.png) no-repeat center center; background-size: 30px 30px;}
   .icono_social.grande.twitter { background: url(../imagenes/icono_twitter_grande@2x.png) no-repeat center center; background-size: 40px 40px;}
	.icono_social.grande.email { background: url(../imagenes/icono_email_grande@2x.png) no-repeat center center; background-size: 40px 40px;}
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Marker Cluster */
.marker-cluster-small {
    background-color: rgba(249, 183, 60, 0.6);
}
.marker-cluster-small div {
    background-color: rgba(226, 252, 164, 0.6);
}

/* Cookie Bar */
#cookie-bar p {
	color: #ffffff;
}
