@charset "UTF-8";
/* CSS Document */

body { padding:0; margin:0 auto;font-family: 'Roboto', sans-serif; text-align:center; }*
ar{clear:both;}
/* FUENTES */
html {
	font-family: sans-serif;
	/* 2 */

	-webkit-text-size-adjust: 100%;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */

    overflow-x: hidden;
}
@font-face { font-family: BebasNeue; src: url('BebasNeue.otf'); } @font-face { font-family: BebasNeue; font-weight: bold; src: url('BebasNeue.otf'); }
h1{ font-family: BebasNeue; font-size:40px; color:#222; text-align:center; font-weight: bold;}
.p20{padding:20px}
/* --------------------------------------------------- CSS PARA MENÚ  */
.izda {float:left;}
.dcha {float:right;}
.separador {height:50px; clear: both;}

/* ----------------*/
.menu-toggle {
  width: 40px;
  height: 30px;
  position: fixed;
  top: 20px;
  right: 25px;
  cursor: pointer;
  z-index: 99999999;

}
.menu-toggle.on .one {
  -moz-transform: rotate(45deg) translate(7px, 7px);
  -ms-transform: rotate(45deg) translate(7px, 7px);
  -webkit-transform: rotate(45deg) translate(7px, 7px);
  transform: rotate(45deg) translate(7px, 7px);
}
.menu-toggle.on .two {
  opacity: 0;
}
.menu-toggle.on .three {
  -moz-transform: rotate(-45deg) translate(8px, -10px);
  -ms-transform: rotate(-45deg) translate(8px, -10px);
  -webkit-transform: rotate(-45deg) translate(8px, -10px);
  transform: rotate(-45deg) translate(8px, -10px);
}

.one,
.two,
.three {
  width: 100%;
  height: 5px;
  background: #ccc;
  margin: 6px auto;
  backface-visibility: hidden;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;

}

nav ul {
  margin: 0;
  padding: 0;
  font-family: Open Sans;
  list-style: none;
  margin: 4em auto;
  text-align: center;
  
}
nav ul.hidden {
  display: none;
}
nav ul a {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-decoration: none;
  color: white;
  font-size: 3em;
  line-height: 1.5;
  width: 100%;
  display: block;
}
nav ul a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.menu-section.on {
  z-index: 999999;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
}
/* --------------------------------------------------- BLOQUES GENERAL  */
#bloque1 {width:100%;}
#bloque2{width:100%;  z-index:99999; position:relative}
#bloque3{width:100%;  z-index:99999; position:relative; background-color:#fff; text-align:center; height: auto;}
#bloque4{width:100%; z-index:99999; position:relative;height: 300px; background-image:url(../images/fondotrabajo.jpg); background-attachment:fixed; background-position:center;background-repeat: no-repeat;}
#bloque5{text-align:center; position:relative;}   
#bloque6{text-align:center; position:relative;background-color: black; height: 100%}   
 /* --------------------------------------------------- CIUDAD  */
.fondociudad {  position: absolute; z-index: 1000; opacity: 1}
.fondociudad2 {  position: absolute; z-index: 1000; opacity: 1}
.ocultar {display: none;}
.mostrar {display: block;}
.imgesp {width: 100%;height: auto;}
.negro {background-color: #000;position: absolute; z-index:3000; overflow:hidden;width: 100%;height: 100%;}
.ciudad2 {position: absolute; z-index:400; top: 300px; overflow:hidden;}
.ciudad2a {position: absolute; z-index:250; top: 300px; overflow:hidden;}
.ciudad2b {position: absolute; z-index:250; top: 300px; overflow:hidden;}
.ciudad2c {position: absolute; z-index:250; top: 300px; overflow:hidden;}
.ciudad2d {position: absolute; z-index:250; top: 300px; overflow:hidden;}
.ciudad3 {position: absolute; z-index:500; top: 300px; overflow:hidden;}
.barco {position: absolute; z-index:200; overflow:hidden;width: 100%;height: auto;}
.cielo {position: absolute; z-index:100; overflow:hidden;}
.moto {position: absolute; z-index:1500; overflow:hidden;}
.me {position: absolute; z-index:1500; overflow:hidden;}
#vw {position: absolute; z-index:2000; overflow:hidden;width: 100%;height: auto; right:-200%;}
.omar {position: absolute; z-index:2000; overflow:hidden;width: 100%;height: auto; right:-200%;}

/* --------------------------------------------------- TEXTOS  */
.titulogris1{background-image:url(../images/01.png); background-position:top center; background-repeat:no-repeat; width: 100%; padding:80px 0 80px 0;}
.titulogris2{background-image:url(../images/02.png); background-position:top center; background-repeat:no-repeat; width: 100%; height:400px; padding:80px 0 80px 0;}
.titulogris3{background-image:url(../images/03.png); background-position:top center; background-repeat:no-repeat; width: 100%; height:400px; padding:80px 0 80px 0;}
.titulogris4{background-image:url(../images/04.png); background-position:top center; background-repeat:no-repeat; width: 100%; height:400px; padding:80px 0 80px 0;}
.titulo {font-family: BebasNeue; font-size:40px; color:#222; text-align:center;}
.titulo2 {font-family: BebasNeue; font-size:26px; color:#222; padding-top:25px;}
.titulo3 {font-size:16px; color:#888; }
/* --------------------------------------------------- ABOUT  */
.box {
	margin:0 auto;
  display: flex;
  flex-wrap: wrap;
  /* optional. only if you want the items to wrap */
  justify-content: center;
  /* for horizontal alignment */
  align-items: center;
  /* for vertical alignment */
}


.box div {
  margin: 0 10px;
}.caja {
   width: 45%;
  max-width:647px;
  height: 100px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background-image:url(../images/fondocruz1.gif); background-position: center right; background-repeat:no-repeat; }
.caja:hover {background-image:url(../images/fondocruz2.gif); background-position: center right; background-repeat:no-repeat; color:#fff !important; cursor:pointer }
.caja:hover .titulo2,.caja:hover .titulo3{color:#fff !important;}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="caja"] {
        width: 100%;
    }
}
.sigueme{top:50px; position:relative; padding:20px; z-index:100000}
/*------------------ NUBES ------------------- */
.clouds {
	position: relative;
	z-index:150;
	left: 0;
	bottom: 0;
	right: 0;
}

[class^="cloud-"] {
	position: absolute;
	right: 120%;
	width: 222px;
  height: 133px;
}

[class^="cloud-"]:before,
[class^="cloud-"]:after {
	content: '';
	position: absolute;
  top: -15px;
  left: 10px; 
	width: 222px;
  height: 133px;
	 background-image:url(../images/clouds.png)}

[class^="cloud-"]:after {
  top: -55px;
  left: auto;
  right: 15px;
	width: 222px;
  height: 133px;
}

.cloud-1 {
	top: 50px;
	-webkit-animation: moveclouds 30s linear infinite;
	   -moz-animation: moveclouds 30s linear infinite;
	     -o-animation: moveclouds 30s linear infinite;
	        animation: moveclouds 30s linear infinite;
}

.cloud-2 {
	top: 100px;
  opacity: 0.3                                                                                                                                                                                                                                                                                                           ;
  -webkit-transform: scale(0.8);
	   -moz-transform: scale(0.8);
	        transform: scale(0.8);
	-webkit-animation: moveclouds 45s linear infinite;
	   -moz-animation: moveclouds 45s linear infinite;
	     -o-animation: moveclouds 45s linear infinite;
	     	  animation: moveclouds 45s linear infinite;
	-webkit-animation-delay: 5s;
     -moz-animation-delay: 5s;
          animation-delay: 5s;
}

.cloud-3 {
	top: 150px;
  opacity: 0.5;
  -webkit-transform: scale(0.6);
	   -moz-transform: scale(0.6);
	        transform: scale(0.6);
	-webkit-animation: moveclouds 40s linear infinite;
	   -moz-animation: moveclouds 40s linear infinite;
	     -o-animation: moveclouds 40s linear infinite;
	        animation: moveclouds 40s linear infinite;
}

.cloud-4 {
	top: 200px;
  opacity: 0.7;
  -webkit-transform: scale(0.75);
	   -moz-transform: scale(0.75);
	        transform: scale(0.75);
	-webkit-animation: moveclouds 26s linear infinite;
	   -moz-animation: moveclouds 26s linear infinite;
	     -o-animation: moveclouds 26s linear infinite;
	        animation: moveclouds 26s linear infinite;
	-webkit-animation-delay: 8s;
     -moz-animation-delay: 8s;
          animation-delay: 8s;
}

@-webkit-keyframes moveclouds {
	0%   { right: -20%; }
	100% { right: 120%; }
}
@-moz-keyframes moveclouds {
	0%   { right: -20%; }
	100% { right: 120%; }
}
@-o-keyframes moveclouds {
	0%   { right: -20%; }
	100% { right: 120%; }
}

.anima1 {
  animation-duration: 3s;
  animation-name: slidebottom;
  color: #fff; font-size:34px;
  
 /* animation-iteration-count: infinite; 
 animation-delay: 0;
  */
}

@keyframes slidebottom{
	 
  from {
	margin-top: 300%;
    width: 100%;
	opacity: 0;
  }

  to {
	margin-top: 0%;
    width: 100%;
  }
 
  
}

/* ------------------------------------------------ PRELOAD   */

/* preloader */
#preloader {
    position: fixed;
    top:0; left:0;
    right:0; bottom:0;
    background: #000;
    z-index: 100000;
	height:1000px;
}
#loader {
    width: 100px;
    height: 100px;
    position: absolute;
    left:50%; top:50%;
    background: url(../images/loader.gif) no-repeat center 0;
    margin:-50px 0 0 -50px;
}


  
/* ------------------------------------------------ PRELOAD   */
  .por {
	margin:0 auto;
  display: flex;
  flex-wrap: wrap;
  /* optional. only if you want the items to wrap */
  justify-content: center;
  /* for horizontal alignment */
  align-items: center;
  /* for vertical alignment */
}


#por {
	width:100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  top: 50px;
   position:relative; height:100%; overflow:hidden;
   padding-bottom:100px;
}
#por div {
  margin: 2px; height:100%; overflow:hidden;
}
.cajapor {
	 display:none;
  width:300px; height:300px;
  border: 1px solid #e1e1e1; cursor:pointer
}
 .cajapor:hover { opacity: 0.5; } 
.menupor { margin:0 auto;
  display: flex;
  flex-wrap: wrap;
  /* optional. only if you want the items to wrap */
  justify-content: center;
    text-align: center;
  /* for horizontal alignment */
  align-items: center;
  /* for vertical alignment */
}
.portfoliocontenedor{  overflow:hidden; background-color:#fff; text-align:center; margin: 0 auto; margin-top:50px}
.web { background:#00C5CD;}
.flyers { background: #CC3232;}
.bcards { background: #ddd; }
p{ padding:10px 10px 10px 100px; border-bottom: 1px #ccc dotted; text-decoration: none; text-align: center; text-transform:uppercase; font-size: 12px; color: #333; display:block; float:left;}
p:hover { cursor:pointer; background: #333; color:#eee; }
/* cargar más */

.totop {
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 4000;
    color: #fff;
}

.enlacetop {color: #fff; background-color:#333; font-family: 'Roboto', sans-serif;padding: 5px; text-decoration: none;}
#loadMore {
    top:50px;
    text-align: center;
    color: #fff;
}
.mostrarmas{clear:both; width:100%; text-align:center; overflow:hidden; height:50px}
/*ABOUT*/
#formacion, #experiencia{width:100%; height:auto; z-index:999999; position:absolute;right:-200%; background-color:#fff;border-top: 1px solid #ccc;}
.close{float:right; font-size:40px; font-weight:100; clear:both; padding:5px 100px 0 0; color:#f2002b; cursor:pointer; position:relative; top:0}
.textosobre{padding-top:50px;  text-align:left; margin:0 auto; width:80%}
.azul{background-color:#d8f5f9;}


.detalle {position:absolute; top:165px; height:auto; width:100%; background-color: #fff; right:-100%; z-index:99000; overflow:hidden;
 }
.closedetalle{clear:both; padding:10px; cursor:pointer; position:relative; top:0; width:800px; text-align:right; border-top:1px solid #ccc; border-bottom:1px solid #ccc; height:50px; margin:  0 auto;}
.tituloport{width:740px; text-align:left; font-family:BebasNeue; font-size:30px; color:#333; margin:0 auto; padding:20px 0 0 0; line-height:20px;}
.fechaport{width:740px; text-align:left; font-family:roboto; font-weight:bold; font-size:18px; color:#ff1f5f; margin:0 auto;}
.imgport{margin:10px 0 20px 0; width: 100%}
.textport{width:740px; text-align:left; margin:0 auto;}
.compport{padding-top:20px;width:740px; text-align:right; margin:0 auto;}

/*-------chica-------------*/
.fondonegro{background-color: #231f20; height: 436px; margin: 40px 0 0 0}
.triangulo { width: 300px; height: 0px; border-right: 1200px solid transparent; border-left: 0px solid transparent; border-bottom: 436px solid #b3dfde; margin-right: 75%; position: absolute;}
.chica{z-index: 100; position: relative; margin-bottom: 0px; float: left; margin-left: 20%; max-width: 100%;}
/*-------------blog------------*/
ul {text-decoration: none;list-style-type: none;}
.sti-menu{
	
	position:relative;
	margin:60px auto 0 auto;
}
.sti-menu li{
	float:left;
	width:200px;
	height:300px;
	margin:1px;
}
.sti-menu li a{
	display:block;
	overflow:hidden;
	background:#fff;
	text-align:center;
	height:100%;
	width:100%;
	position:relative;
	-moz-box-shadow:1px 1px 2px #ddd;
	-webkit-box-shadow:1px 1px 2px #ddd;
	box-shadow:1px 1px 2px #ddd;
}
.sti-menu li a h2{
	color:#000;
	font-family: 'Wire One', arial, serif; 
	font-size:42px;
	font-weight:bold;
	text-transform:uppercase;
	position:absolute;
	padding:10px;
	width:180px;
	top:140px;
	left:0px;

}
.sti-menu li a h3{
	font-family: Baskerville, "Hoefler Text", Garamond, "Times New Roman", serif; 
	font-size:18px;
	font-style:italic;
	color: #111;
	position:absolute;
	top:248px;
	left:0px;
	width:180px;
	padding:10px;
}
.sti-icon{
	width:100px;
	height:100px;
	position:absolute;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	left:50px;
	top:30px;
}
.sti-icon-care{
	background-image:url(../images/care.png);
}
.sti-icon-alternative{
	background-image:url(../images/alternative.png);
}
.sti-icon-family{
	background-image:url(../images/family.png);
}
.sti-icon-info{
	background-image:url(../images/info.png);
}
.sti-icon-technology{
	background-image:url(../images/technology.png);
}
.boxblog{margin: 50px 0 0 0 ;}

#box-portafolio{height: auto; margin-bottom: 200px;}


/*-------------MOVIL Y TABLET------------*/
	
@media screen and (max-width: 600px) { 
.bloque3{height:auto;}
.close{padding-right: 10px;}
.sigueme{top:0px;}
#bloque4{display: none;}
.menupor p{width: 33%}
} 