/* =============================================================================
   HTML5 CSS Reset Minified - Eric Meyer
   ========================================================================== */
@import url(https://fonts.googleapis.com/css?family=Lato:100,300);
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
li{list-style:none}


/* =============================================================================
   My CSS
   ========================================================================== */
   main *{

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   }
html,body{ 
	width:100%;
	height:100%;
	background:#000;
}

 body {


  background-size:cover;
  
}

.logocontainer{
    top: 23%;
    /* margin-left: 41%; */
    margin: 0 auto;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
   
}

.logo{
	width: 20%;
   
	opacity:.5;
   
	 -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.logo:hover{
	opacity:1;
	 zoom: 1;
}
/* remove canvas default margin */
canvas{
	display:block;
	vertical-align:bottom;
}

#particles-js{
	width:100%;
	height:100%;
	z-index:33;
}





/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

a {
	color: #ccc;
	text-decoration: none;
}

.no-touch a:hover,
.no-touch a:active {
	color: #057c84;
}

.container {
	height: 100%;
	position: relative;
}

.container > section {
	min-height: 100%;
	margin: 0 auto;
	padding: 20em 3em;
}

.touch .container > section {
	padding: 0;
	min-height: 0;
}

.container > header {
	margin: 0 auto;
	padding: 2em 1em 2em;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background: #fff;
	z-index: 999999;
	-webkit-backface-visibility: hidden;
}

.touch .container > header {
	position: relative;
}

.container > header h1 {
	font-size: 2.625em;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
}

.container > header span {
	display: block;
	font-size: 60%;
	opacity: 0.6;
	padding: 0 0 0.6em 0.1em;
}

.container > section p {
	color: #fff;
	text-align: center;
	padding: 1em;
	margin: 0;
}

/* To Navigation Style */
.codrops-top {
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	width: 100%;
	font-size: 0.69em;
	line-height: 2.2;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999999;
}
.footer {
    color: rgba(255,255,255,.9);
    font-family: 'Lato', sans-serif;
    position: relative;
    /* top: 95%; */
    text-align: center;
    font-size: 12px;
    font-weight: lighter;
    letter-spacing: .5px;
	font-size: .85vw;
    padding: 1.5vw;
    letter-spacing: .02vw;
}
.texto {
    top: 55%;
    margin-left: 40%;
    font-weight: 100;
	color:#fff;
    color: rgba(255,255,255,.6);
    font-size: 1em;
    position: absolute;
    text-align: center;
    font-family: 'Lato', sans-serif;
	text-shadow: 0 0 6px rgba(255, 255, 255, 0.5);

}

::selection {
    background: #3c4547;
    color: #fff;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}

/*********PRELOADER****************/
@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-moz-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-ms-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-moz-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-o-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
.uil-ripple-css {
  background: none;
  position: relative;
  width: 200px;
  height: 200px;
      margin: 0 auto;
    top: 35%;
}
.uil-ripple-css div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  width: 0;
  height: 0;
  opacity: 0;
  border-radius: 50%;
  border-width: 12px;
  border-style: solid;
  -ms-animation: uil-ripple 2s ease-out infinite;
  -moz-animation: uil-ripple 2s ease-out infinite;
  -webkit-animation: uil-ripple 2s ease-out infinite;
  -o-animation: uil-ripple 2s ease-out infinite;
  animation: uil-ripple 2s ease-out infinite;
}
.uil-ripple-css div:nth-of-type(1) {
  border-color: #00829c;
}
.uil-ripple-css div:nth-of-type(2) {
  border-color: #00829c;
  -ms-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

#particles-js, .particlesdiv {

    position: fixed!important;
}

/**************TERMINA PRELOADER************/







/*****ESTILOS GENERALES***/
 .logomin{
    position: fixed;
    background-image: url(../img/logorevo-min.png);
    width: 55px;
    height: 80px;
    background-size: 220px 75px;
    background-repeat: no-repeat;
    opacity: .0;
    left: 20px;
    top: 20px;
	    -webkit-transition: .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
	z-index: 99;
	pointer-events:none;
	cursor:none;
	width: 4vw;
    height: 0;
    background-size: 15vw 5vw;
    left: 1.5vw;
    top: 2vh;
    padding-bottom: 4.5vw;
}

  .logomin:hover{
	width: 15vw;
	-webkit-transition: .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.showlogo{
	opacity:.5;
    -webkit-transition: .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
	z-index: 99999;
	pointer-events:auto;
	cursor:pointer;
}
.showlogo:hover{
	opacity:.9;
    -webkit-transition: .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
	
}

.nav-is-visible .logomin {
    opacity: 0;
	z-index:9;
}

 header{min-height:100vh; position:relative;}
  video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
	 background: url('../img/poster-min.jpg') no-repeat;
	  background-size: cover;
	  transition: 1s opacity;
	}
	.stopfade { 
	   opacity: .5;
	}
	html, body {
		width: 100%;
		height: auto;
		
	}
	body { 
	   background:rgba(16, 45, 51, .60);
	}
	 
	.boxcontainer{    width: 100%;
    padding: 0 10%;}
	 .box1 {
    text-align: center;
    width: 32%;
    float: left;
    padding: 4% 2%;
    margin: .666%;
    /* margin-bottom: 2%; */
    background: rgba(255,255,255,0.05);
}

.title1 {
    left: 0;
    text-align: center;
    font-size: 6em;
    width: 100%;
    line-height: initial;
} 

.title2 {
    width: 100%;
    text-align: center;
    font-size: 4.5em;
    font-family: 'Lato', sans-serif;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 0 16px rgba(255, 255, 255, 0.9);
    font-weight: 100;
    padding: 80px 0;
	font-size: 4.5vw;
    text-shadow: 0 0 2vw rgba(255, 255, 255, 0.9);
    padding: 4vw 0;
}

.title3 {
    width: 100%;
    left: 0;
    text-align: center;
    font-size: 1.2em;
    font-family: 'Lato', sans-serif;
    position: relative;
    color: #fff;
	text-shadow: 0 0 16px rgba(255, 255, 255, 0.9);
    font-weight: 400;
    padding: 40px 0;
	font-size: 1.45vw;
    padding: 2vw 1vw;
}


.title4 {
    width: 100%;
    left: 0;
    text-align: center;
    font-size: 1.2em;
    font-family: 'Lato', sans-serif;
    position: relative;
    color: #fff;
	text-shadow: 0 0 16px rgba(255, 255, 255, 0.9);
    font-weight: 400;
    padding: 40px 0;
	line-height: 1.4;
}



.box1 p{
   
    font-weight: 300;
	line-height:1.2;
    color: #fff;
    color: rgba(255,255,255,.9);
    font-size: 1em;
	    padding: 0 20px;	
    text-align: center;
    font-family: 'Lato', sans-serif;
	font-size: 1.1vw;
	padding: 0 1vw;

}

.texto {
    top: 55%;
    margin-left: 0;
    font-weight: 100;
    color: #fff;
    color: rgba(255,255,255,.9);
    font-size: 1em;
    position: absolute;
    text-align: center;
    font-family: 'Lato', sans-serif;
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.5);
    width: 100%;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.7;
}

	.icon1{
		opacity: .95;
		width:30%;
		-webkit-filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.7));
		filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.7));
	}
	
	.hi-icon-effect-8 .hi-icon {
		opacity: .9;
	}

	section{
	width:100%; min-height:100%; 
	display: inline-block!important;
	min-height:100vh;/* background-color:rgba(0,0,0,.85);     
	
	background-size: cover;    
	background-attachment: fixed;;*/
	
	}
		
	.mobile{display:none;}
	.desktop{display:block;}
	

	#preloader { position: fixed; left: 0; top: 0; z-index: 999999999; width: 100%; height: 100%; overflow: visible; background: #333; }
	
	
	#servicios {
    padding-right: 10%;
	padding-left: 10%;
    width: 100%;
}

section{padding-top:120px; padding-top: 4vw;}



.iconmenu {
    width: 15%;
    max-width: 40px;
    min-width: 20px;
    padding: 20px;
	width: 3vw;
    max-width: 3vw;
    min-width: 3vw;
    padding: 2vw;
}


.row {
    clear: both;
    float: left;
    position: relative;
}

.title13{
    color: #FFF;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    text-shadow: 0 0 16px rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
	font-size:6em;
	font-size:6vw;
	padding: 1% 10%;
}

.p13{
    color: #FFF;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    text-shadow: 0 0 16px rgba(255, 255, 255, 0.9);
    line-height: 1.5;
	font-size:1.1em;
	font-size: 1.3vw;
	padding: 2% 10%;
}

.cd-3d-nav{
   background: -webkit-linear-gradient(left, rgba(1, 0, 0, 0.68), rgba(25, 60, 71, .6));
    background: -o-linear-gradient(right, rgba(1, 0, 0, 0.68), rgba(25, 60, 71, .6));
    background: -moz-linear-gradient(right, rgba(1, 0, 0, 0.68), rgba(25, 60, 71, .6));
    background: linear-gradient(to right, rgba(1, 0, 0, 0.68), rgba(25, 60, 71, .6));
	background-color: rgba(16, 36, 42, .1);
}
/***TERMINAN ESTILOS GENERALES*****/


/***ESTILOS SOLUCIONES /CONTACTO *****/

/* -------------------------------- 

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%;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */

#cd-timeline {
  position: relative;
  padding: 0em 0;
  margin-top: 1.6%;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
      content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 2px;
    background: #d7e4ed;
    opacity: 0;

}
@media only screen and (min-width: 128vh) {
  #cd-timeline {
    margin-top: 1.6%;
    margin-bottom: 3em;
	margin-top: 2vw;
    margin-bottom: 2vw;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block::after {
  clear: both;
  content: "";
  display: table;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 128vh) {
  .cd-timeline-block {
    margin:6em 0;
	margin: 3vw 0;
}
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;

}
.cd-timeline-img img {
    display: block;
    width: 29.5%;
    height: auto;
    position: relative;
    left: 0;
    top: 0;
    margin-left: 0;
    margin-top: .5em;
    -webkit-filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.7));
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.7));
}

.errorform{    border: 1px #e53935 solid; -webkit-transition: 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;}



@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 0.25em;
  padding: 1em;
    background: rgba(255,255,255,0.05);
}
.cd-timeline-content::after {
  clear: both;
  content: "";
  display: table;
}

.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  font-weight: 300;
    line-height: 1.2;
    color: #fff;
    color: rgba(255,255,255,.9);
    font-size: 1em;
    padding: 0;
    text-align: center;
    font-family: 'Lato', sans-serif;
}

.cd-timeline-content .title4 {

    padding: 20px 0;
	padding: 2vw 1vw;

}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: #ffffff;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid rgba(255,255,255, .6);
  border: .8vw solid transparent;
  border-right: .8vw solid rgba(255,255,255, .6);
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.35rem;
	font-size: 1.5vw;
    padding: 3%;
}
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1em;
	font-size: 1.1vw;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 128vh) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
	padding: 2vw;
    width: 40%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: rgba(255,255,255, .6);
	top: .4vw;
    border-left-color: rgba(255,255,255, .1);
	
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #ffffff;
	top: .4vw;
    border-right-color: rgba(255, 2500, 255, .1);
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 128vh) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.sr-only{display:none;}
form#contact-form {
    width: 100%;
    padding: 0 10%;
}
input, textarea {
    vertical-align: middle;
    background: rgba(255,255,255,0.05);
    width: 100%;
    margin: 10px 0;
    height: 40px;
    padding: 5px 10px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .7);
    font-family: 'Lato', sans-serif!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin: .5vw 0;
    height: 3.5vw;
    padding: 0 1vw;
    border: .05vw solid rgba(255, 255, 255, .7);
	font-size: 1vw;
}

textarea {

    height: 120px;
	height: 8vw;
	padding-top: 1vw;
	font-family: 'Lato', sans-serif!important;

}

.btn-d {
    width: 100%;
    background: transparent;
    height: 60px;
    border: 1px solid #ccc;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
	    text-shadow: 0 0 16px rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
	    -webkit-transition: all 0.425s ease-in-out 0s;
    -moz-transition: all 0.425s ease-in-out 0s;
    -ms-transition: all 0.425s ease-in-out 0s;
    -o-transition: all 0.425s ease-in-out 0s;
    transition: all 0.425s ease-in-out 0s;
	cursor:pointer;
	    margin-top: 10px;
		background:url("../img/send-min.png") no-repeat 44% center;
	background-size:42px;
	    height: 4vw;
    border: .05vw solid #ccc;
    font-size: 1.1vw;
    margin-top: .5vw;
    background-size: 3.5vw;
}

.btn-d:hover {

	background:rgba(255,255,255,0.05) url("../img/send-min.png") no-repeat 50% -235%;
	background-size:42px;
	    -webkit-transition:  0.425s ease-in-out 0s;
    -moz-transition: all 0.425s ease-in-out 0s;
    -ms-transition: all 0.425s ease-in-out 0s;
    -o-transition: all 0.425s ease-in-out 0s;
    transition: all 0.425s ease-in-out 0s;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, .7);
  font-size: 1em;
    font-family: 'Lato', sans-serif!important;
    font-weight: 300;
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, .7);
  font-size: 1em;
    font-family: 'Lato', sans-serif!important;
    font-weight: 300;
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255, 255, 255, .7);
  font-size: 1em;
    font-family: 'Lato', sans-serif!important;
    font-weight: 300;
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(255, 255, 255, .7);
  font-size: 1em;
    font-family: 'Lato', sans-serif!important;
    font-weight: 300;
}

	
	.particlesdiv {

    position: fixed!important;
	    z-index: 998;
}

.hi-icon-wrap {

    z-index: 999;

}

.particlesdiv{
 -webkit-transition:  0.425s ease-in-out 0s;
    -moz-transition: all 0.425s ease-in-out 0s;
    -ms-transition: all 0.425s ease-in-out 0s;
    -o-transition: all 0.425s ease-in-out 0s;
    transition: all 0.425s ease-in-out 0s;
}
body{
 -webkit-transition:  all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;	    position: relative;
	
}
.sectionbg{    background: rgba(6,39, 50, .85);

 -webkit-transition:  2s ease-in-out 0s;
    -moz-transition: all 2s ease-in-out 0s;
    -ms-transition: all 2s ease-in-out 0s;
    -o-transition: all 2s ease-in-out 0s;
    transition: all 2s ease-in-out 0s;


}

.opacitydiv{opacity:.3;

 -webkit-transition:  0.425s ease-in-out 0s;
    -moz-transition: all 0.425s ease-in-out 0s;
    -ms-transition: all 0.425s ease-in-out 0s;
    -o-transition: all 0.425s ease-in-out 0s;
    transition: all 0.425s ease-in-out 0s;
}

 form {

    z-index: 999;
}

form{position:relative;}
.logo {
    opacity: 9;

}
.wow {
   visibility: hidden;
}
.visiblep{ visibility: visible!important;}

.cd-3d-nav a{
    -webkit-filter: drop-shadow(5px 0 4px rgba(255, 255, 255, 0.4));
    filter: drop-shadow(5px 0 4px rgba(255, 255, 255, 0.4));
}

.nav-is-visible .cd-3d-nav-trigger span {
      -webkit-filter: drop-shadow(5px 0 4px rgba(255, 255, 255, 0.7));
    filter: drop-shadow(5px 0 4px rgba(255, 255, 255, 0.7));
}

.cd-3d-nav a:hover{
    /*-webkit-filter: drop-shadow(5px 0 4px rgba(255, 255, 255, 0.9));
    filter: drop-shadow(5px 0 4px rgba(255, 255, 255, 0.9));*/
}

.cd-selected a{
    -webkit-filter: drop-shadow(5px 0 4px rgba(255, 255, 255, 0.9));
    filter: drop-shadow(5px 0 4px rgba(255, 255, 255, 0.9));
}

* {
outline: none !important;
 -webkit-tap-highlight-color:transparent;
}
.register_message p{
    text-align: center;
    color: #fff;
    padding: 10px;
    font-size: .9em;
    font-family: "Lato", sans-serif;
}

.inputreset:-webkit-autofill,
.inputreset:-webkit-autofill:hover,
.inputreset:-webkit-autofill:focus,
.inputreset:-webkit-autofill:active {
    -webkit-transition-delay: 9999s;
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
}

@media (min-width: 128vh) {
.cd-timeline-img {
    width: 58.5%;
    height: auto;
    left: 41.5%;
    /* margin-left: -100px; */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    
}
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}






/* For the "inset" look only */
html {
    overflow: auto;
}


/* Let's get this party started */
::-webkit-scrollbar {
    width: .35vw;
}
 
/* Track */
::-webkit-scrollbar-track {
   
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #006e86; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #204060; 
}


video{

    -webkit-filter: blur(2px);
    -ms-filter: blur(2px);
    -o-filter: blur(2px);
    filter: blur(2px);
	    -webkit-transition: 2s ease-in-out 0s;
    -moz-transition: all 2s ease-in-out 0s;
    -ms-transition: all 2s ease-in-out 0s;
    -o-transition: all 2s ease-in-out 0s;
    transition: all 2s ease-in-out 0s;
}

.blur6{

    -webkit-filter: blur(8px);
    -ms-filter: blur(8px);
    -o-filter: blur(8px);
    filter: blur(8px);
	    -webkit-transition: 2s ease-in-out 0s;
    -moz-transition: all 2s ease-in-out 0s;
    -ms-transition: all 2s ease-in-out 0s;
    -o-transition: all 2s ease-in-out 0s;
    transition: all 2s ease-in-out 0s;
}

.inputok{border:1px solid #7d9600; -webkit-transition: 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;}
	
input, textarea{
-webkit-transition: 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
}	


/***TERMINAN ESTILOS SOLUCIONES /CONTACTO *****/




/******

@media (min-height:1201px){

.logo {
    width: 40%;
}

.hi-icon-effect-8 img{width:130px!important}
.hi-icon {
    margin: 35px 30px;
    width: 150px;
    height: 150px;

}
input, textarea {
  
    margin: 20px 0;
    height: 60px;
	font-size: 1.2em;
   
}
.btn-d {
    height: 90px;
    font-size: 1.5em;
    margin-top: 20px;
}
.title13 {

    font-size: 8em;
	    padding: 10%;
   
}
.p13 {

    font-size: 2em;
	    padding: 5%;
		line-height:1.5;
   
}
.title2 {
    
    font-size: 5.5em;
    padding: 100px 0;
}

.cd-timeline-img {
    width: 210px;
    height: 210px;
    margin-left: -20px;

}
.cd-timeline-img img {
    width: 210px;
    height: 210px;

}

.cd-timeline-block {
    margin-bottom: 60px;
}
.cd-timeline-content p {
    font-size: 1.4em;
}
.cd-timeline-content h2 {
    font-size: 1.8em;
}

.title3 {
    font-size: 1.8em;
}

.box1 p {
    font-size: 1.4em;

}
}


**/

@media (min-width:3300px){

	.logo {
    width: 20%;
}

.title13 {
    font-size: 15em;
	font-size: 6vw;
}
.p13 {
    font-size: 4em;
    line-height: 1.5;
	font-size: 1.3vw;
}

.title2 {
    font-size: 10em;
    padding: 5%;
	font-size: 4.5vw;
    padding: 4vw 0;
}
.title3 {
    font-size: 4em;
	font-size: 1.45vw;
}
.box1 p {
    font-size: 3em;
	font-size: 1.1vw;
}


.cd-timeline-content h2 {
    font-size: 3.8em;
    padding:  5%!important;
	padding: 2vw 1vw;
	font-size: 1.5vw;
}
.cd-timeline-content p {
    font-size: 2.8em;
	padding: 5%!important;
	font-size: 1.1vw;
	padding: 0;
}

.footer {
    font-size: 2.2em;
	padding: 0 0 150px 0;
    letter-spacing: 2px;
	font-size: .85vw;
    padding: 1.5vw;
    letter-spacing: .02vw;
}



}


@media (max-width:1200px){

.cd-timeline-content {
    position: relative;
    margin-left: 0%;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 0.25em;
    padding: 1vw;
    background: rgba(255,255,255,0.05);
}


.btn-d {

    background: url(../img/send-min.png) no-repeat 36% center;
    background-size: 42px;
}

.title13 {
    font-size: 5em;
	font-size: 6vw;
    padding: 3% 10%;
}
.p13 {
    padding: 5% 10%;
}
section {
    min-height: 80vh;
}

}


@media (max-width:1024px){
.box1 {
    width: 46.5%;
}
.box1 p{ padding: 0 40px;}
.row {
    clear: none;
    float: none;
    position: relative;
}
}


@media (min-width: 900px) and (orientation:portrait){
.box1 {
    padding: 5% 1em;
}

}


	@media (max-width:992px){
	.mobile{display:block;}
	.desktop{display:none;}
	
	header {
    height: 100%;
    min-height: 100vh;
    background-image: url(../img/gifvideo2.gif);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
}

.patternbg {
    background: rgba(16, 45, 51, .78);
    height: 100%;
    width: 100%;
    position: absolute;
	background-image: url(../img/patterndot.png);
	background-repeat:repeat;
	

	}
	
	.title1 {
    width: 100%;
    left: 0;
    text-align: center;
    font-size: 3em;
	min-width: 100%;
	}
	
	.title2 {
    font-size: 2.5em;
	padding: 50px 0;
	font-size: 9vw;
    padding: 10vw 2vw;
}


	
	section{
	  
    background-attachment: fixed;	

background-image:url(../img/bg3-min.png); background-repeat:repeat;
  
}


.logocontainer {
    margin: 0 auto;
    text-align: center;
	top: 10%;
}

.texto {

    min-width: 80%;
    padding: 0 10%;
	top: 48%;
    font-size: 1.2em;
}	

	#particles-js {
    width: 100%;
    height: 100%;
    min-height: 100vh;
	}
		
	canvas {
    display: block;
    vertical-align: bottom;
    min-height: 100%;
	min-height: 100vh;
}

.logomin {
    width: 9vw;
    height: 0;
    background-size: 35vw 12vw;
    left: 1vw;
    top: 2vh;
    padding-bottom: 10vw;
}
	}
	


@media (max-width:860px){
.logo {
    width: 55%;
}
.title13 {
    font-size: 5em;
	font-size: 6vw;
    padding: 15% 5%;
	font-size: 12vw;
    padding: 10% 5%;
}

form#contact-form {
    width: 100%;
    padding: 0 5%;
}


.box1 {
    width: 100%;
    padding: 10%;
    min-height: auto!important;
	height: auto!important;
	margin: 2% 0;
}


section {

    min-height: 85vh;
}

/*

.iconmenu {
    width: 30%;
    max-width: 50px;
    min-width: 50px;
    padding: 10px;
}
*/

.title3 {
    font-size: 4.45vw;
    padding: 4vw 1vw;
}
.p13 {
   
    font-size: 1.5em;
	font-size: 3vw;
    line-height: 1.4;

}
.box1 p {
    font-size: 2.8vw;
    padding: 0!important;
    padding: 0 1vw;
}
.cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.35rem;
    font-size: 3vw;
}
.cd-timeline-content p {
    font-size: 16px;
    font-size: 1em;
    font-size: 2.1vw;
}
.cd-timeline-img img {
    width: 40%;
}
input, textarea {
    margin: 1.5vw 0;
    height: 8vw;
    padding: 0 1vw;
    border: .08vw solid rgba(255, 255, 255, .7);
    font-size: 2vw;
}

.btn-d {
    height: 8vw;
    border: .05vw solid #ccc;
    font-size: 2.2vw;
    margin-top: .5vw;
    background-size: 3.5vw;
}
.footer {
    font-size: 1.5vw;
    padding: 4vw;
    letter-spacing: .02vw;
}
}


@media (max-width:700px){
	
	.title2 {
    width: 100%;
    left: 0;
    text-align: center;
    font-size: 2.5em;
    min-width: 100%;
    padding: 50px 0;
}


.logomin {

    width: 45px;
    height: 60px;
    background-size: 180px 60px;
	left: 5px;
    top: 8px;

}

.logomin:hover {
    width: 180px;
    height: 60px;
    background-size: 180px 60px;
}

.box1 {
    width: 100%;
    padding: 10% 5%;
}
	.box1 p {
    padding: 0 10px;
    font-size: .9em;
	
}

.landscapeheader{min-height:175vh;}

.title13land {
    padding: 3% 10%;
}

.cd-timeline-img {
    position: relative;
    width: 100%;
    text-align: center;
    top: 0;
    left: 0;
}
.cd-timeline-img img {
    display: block;
    width: 70%;
    height: auto;
    position: relative;
    left: 15%;
    top: 0;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 20px;
    -webkit-filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.7));
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.7));
}

.cd-timeline-content {
    position: relative;
    margin-left: 0;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 0.25em;
    padding: 1em;
    background: rgba(255,255,255,0.05);
}
.cd-timeline-content::before {
  display:none;
}
#cd-timeline {

    margin-top: 1.6%;

}


input, textarea {

    width: 100%;

}

.btn-d {
    padding-left: 3.5em;
    background: url(../img/send-min.png) no-repeat 36% center;
    background-size: 42px;
    /* margin-left: 5%; */
    /* width: 97%; */
}

.cd-3d-nav-trigger {
    opacity: .99;
    margin-top: 10px!important;
    border-radius: 50%;
    padding: 5px;
}

.triggerbg {
    background-color: rgba(0,0,0,.7);
	opacity: .7;
   
}

.cd-3d-nav-trigger span, .cd-3d-nav-trigger span::before, .cd-3d-nav-trigger span::after {

    width: 28px!important;

}

.nav-is-visible .cd-3d-nav-trigger {

    margin-top: -75px!important;
	

}

.cd-3d-nav-trigger span {
    top: 22px!important;
    left: 8px!important;
}



main.nav-is-visible {
    padding-top: 80px!important;

}
.title13 {
  
    font-size: 3em;
	font-size: 6vw;
    padding: 10% 10%;
	font-size: 12vw;
    padding: 10% 5%;
}

.p13 {
    font-size: 1.2em;
	font-size: 1.3vw;
    line-height: 1.25;
    padding: 2% 10%;
	font-size: 4vw;
    line-height: 1.4;
    padding: 10vw 5vw;
}
.cd-timeline-content p {
    font-size: 16px;
    font-size: 1em;
    font-size: 4vw;
	padding: 5%;
}
input, textarea {
    margin: 2vw 0;
    height: 12vw;
    padding:1vw;
    border: .08vw solid rgba(255, 255, 255, .7);
    font-size: 3vw;
}


#servicios {
    padding-right: 5%;
    padding-left: 5%;
}


.cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.35rem;
    font-size: 5vw;
}
.cd-timeline-content .title4 {
    padding: 5%;
}
.boxcontainer {
    padding: 0 5%;
}
.btn-d {
    height: 12vw;
    border: .05vw solid #ccc;
    font-size: 4.2vw;
    margin-top: .5vw;
    background-size: 3.5vw;
}
.btn-d {
    padding-left: 1.5em;
    background: url(../img/send-min.png) no-repeat 30% center;
    background-size: 42px;
    /* margin-left: 5%; */
    /* width: 97%; */
}

}

@media (max-width:350px){

.title13 {
  
    font-size: 2.4em;
	font-size: 6vw;
    padding: 10% 10%;
	font-size: 12vw;
    padding: 10% 5%;
}

.p13 {
    font-size: 1em;
	font-size: 1.3vw;
    line-height: 1.25;
    padding: 2% 10%;
	font-size: 4vw;
    line-height: 1.4;
    padding: 10vw 5vw;
}

.title2 {

    font-size: 2em;
  
}

}

@media screen and (max-width: 25em) {

	.codrops-icon span {
		display: none;
	}

}

@media only screen and (min-device-width: 480px) 
                   and (max-device-width: 640px) 
                   and (orientation: landscape) {

	  
	  	h1 {
    font-size: 3em;
    max-width: 90%;
    position: absolute;
    top: 25%;
    left: 28%;
    text-align: center;
    color: #FFF;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
       text-shadow: 0 0 16px rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
}
.logocontainer{
    top: 5%;
	position:absolute;
   
}
.logo{
	width: 40%;
   
	opacity:.98;
     
	 -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.texto {
    top: 45%;
    margin-left: 28%;
	max-width:60%;
	line-height:1.3;
    font-weight: 100;
    color: rgba(255,255,255,.8);
    font-size:1em;
    position: absolute;
    text-align: center;
    font-family: 'Lato', sans-serif;
	text-shadow: 0 0 6px rgba(255, 255, 255, 0.5);

}
}


@media (max-width: 800px) and (orientation: landscape) {
	.uil-ripple-css {	
    top: 20%;
}
.title13 {
    font-size: 2.5em;
	font-size: 6vw;
    padding: 2% 5%;
}
.p13 {
    font-size: 1em;
	font-size: 1.3vw;
    line-height: 1.25;
    padding:3% 5%;
}
.hi-icon {
    margin: 0px !important;
    width: 10%;
    height: 0;
    padding-bottom: 10%;
}
.hi-icon img {
       width: 45px!important;

}
header {
    min-height: 130vh;

}
.btn-d {

    width: 100%;
}
.title2 {
    font-size: 3em;

}
.logo {
    width: 30%;
}
}

/* -------------------------------- 
CD HEADER

-------------------------------- */
.cd-header {
    height: 80px;
    width: 100px;
    right: 35px;
    margin: 0 auto;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	height: 4vw;
    width: 3vw;
    right: 1.5vw;
    top: 2vh;
}
.cd-header::after {
  clear: both;
  content: "";
  display: table;
}
.cd-header.nav-is-visible {
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
}
@media only screen and (min-width: 768px) {
  .cd-header.nav-is-visible {
    -webkit-transform: translateY(32vh);
    -moz-transform: translateY(32vh);
    -ms-transform: translateY(32vh);
    -o-transform: translateY(32vh);
    transform: translateY(32vh);
  }
  
  
}


.cd-3d-nav-trigger {
      position: absolute;
    float: right;
    right: 0;
    z-index: 999999;
      height: 48px;
    width: 48px;
  margin-top: 10px;
  /* replace text with background image */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  height: 4vw;
  width: 100%;
  margin-top: 0;
}
.cd-3d-nav-trigger span,
.cd-3d-nav-trigger span::before,
.cd-3d-nav-trigger span::after {
  /* hamburger icon in CSS */
  position: absolute;
  width: 48px;
  height: .9px;
  background-color: #FFF;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
   height: .07vw;
       min-height: 1px;
}
.cd-3d-nav-trigger span {
  /* this is the central line */
  top: 21px;
  left: 8px;
  top: 1vw;
   left: 0;
  -webkit-transition: background 0.2s 0.5s;
  -moz-transition: background 0.2s 0.5s;
  transition: background 0.2s 0.5s;
}
.cd-3d-nav-trigger span::before, .cd-3d-nav-trigger span:after {
  /* these are the upper and lower lines */
  content: '';
  left: 0;
  -webkit-transition: -webkit-transform 0.2s 0.5s;
  -moz-transition: -moz-transform 0.2s 0.5s;
  transition: transform 0.2s 0.5s;
}
.cd-3d-nav-trigger span::before {
  bottom: 10px;
  bottom: .7vw;
}
.cd-3d-nav-trigger span::after {
  top: .7vw;
}
.nav-is-visible .cd-3d-nav-trigger span {
  /* hide line in the center */
  background-color: rgba(255, 255, 255, 0);
}
.nav-is-visible .cd-3d-nav-trigger span::before, .nav-is-visible .cd-3d-nav-trigger span::after {
  /* keep visible other 2 lines */
  background-color: white;
}
.nav-is-visible .cd-3d-nav-trigger span::before {
  -webkit-transform: translateY(.7vw) rotate(-45deg);
  -moz-transform: translateY(.7vw) rotate(-45deg);
  -ms-transform: translateY(.7vw) rotate(-45deg);
  -o-transform: translateY(.7vw) rotate(-45deg);
  transform: translateY(.7vw) rotate(-45deg);
}
.nav-is-visible .cd-3d-nav-trigger span::after {
  -webkit-transform: translateY(-.7vw) rotate(45deg);
  -moz-transform: translateY(-.7vw) rotate(45deg);
  -ms-transform: translateY(-.7vw) rotate(45deg);
  -o-transform: translateY(-.7vw) rotate(45deg);
  transform: translateY(-.7vw) rotate(45deg);
}

.cd-3d-nav-container {
  /* this is the 3D navigation container */
  position: fixed;
      z-index: 99999;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
  background-color: #transparent;
  visibility: hidden;
  /* enable a 3D-space for children elements */
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
  transition: transform 0.5s 0s, visibility 0s 0.5s;
}
.cd-3d-nav-container.nav-is-visible {
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0.5s 0s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0.5s 0s;
  transition: transform 0.5s 0s, visibility 0.5s 0s;
}
@media only screen and (min-width: 768px) {
  .cd-3d-nav-container {
    height: 28vh;
  }
}

.cd-3d-nav {
  /* this is the 3D rotating navigation */
  position: relative;
  height: 100%;
  background-color: rgba(0,0,0,.6);
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}
.cd-3d-nav::after {
  /* menu dark cover layer - to enhance perspective effect */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s 0s, visibility 0.5s 0s;
  -moz-transition: opacity 0.5s 0s, visibility 0.5s 0s;
  transition: opacity 0.5s 0s, visibility 0.5s 0s;
}
.cd-3d-nav li {
  height: 100%;
  width: 25%;
  float: left;
  overflow: hidden;
}

.cd-3d-nav a {
  position: relative;
  display: block;
  height: 100%;
  color: transparent;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.no-touch .cd-3d-nav a:hover {
  background-color: #2b3145;
   background-color: transparent;
}

.no-touch .cd-3d-nav .cd-selected a:hover {
  background-color: #212635;
   background-color: transparent;
}
.cd-3d-nav .cd-selected a::before {
  background-position: 0 -32px;
}
.nav-is-visible .cd-3d-nav {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.nav-is-visible .cd-3d-nav::after {
  /* menu cover layer - hide it when navigation is visible */
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s 0s, visibility 0s 0.5s;
  -moz-transition: opacity 0.5s 0s, visibility 0s 0.5s;
  transition: opacity 0.5s 0s, visibility 0s 0.5s;
}
@media only screen and (min-width: 768px) {
.cd-3d-nav a {
	padding: 40px;
	font-family: 'Lato', sans-serif;
	text-shadow: 0 0 6px rgba(255, 255, 255, 0.9);
	max-height: 90px;
	color: #ffffff;
	font-size: 20px;
	font-weight: 200;
	text-transform: uppercase;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 3vw;
	max-height: none;
	font-size: 1.4vw;
}
  .cd-3d-nav a::before {
    top: 4.4em;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.cd-marker {
  /* line at the bottom of nav selected item */
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 25%;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: translateZ(0) rotateX(90deg);
  -moz-transform: translateZ(0) rotateX(90deg);
  -ms-transform: translateZ(0) rotateX(90deg);
  -o-transform: translateZ(0) rotateX(90deg);
  transform: translateZ(0) rotateX(90deg);
  -webkit-transition: -webkit-transform 0.9s, left 0.9s, color 0.9s, background-color 0.9s;
  -moz-transition: -moz-transform 0.9s, left 0.9s, color 0.9s, background-color 0.9s;
  transition: transform 0.9s, left 0.9s, color 0.9s, background-color 0.9s;
}
.cd-marker::before {
  /* triangle at the bottom of nav selected item */
  content: '';
  position: absolute;
  bottom: 3px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-bottom-color: inherit;
}
.nav-is-visible .cd-marker {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

/* these are the colors of the markers - line + arrow */
.color-1 {
  color: #fff;
  background-color: #fff;
}

.color-2 {
  color: #fff;
  background-color: #fff;
}

.color-3 {
  color: #fff;
  background-color: #fff;
}

.color-4 {
  color: #fff;
  background-color: #fff;
}

.color-5 {
  color: #fff;
  background-color: #fff;
}

main{

    padding-top: 0;
	transition: all .5s;
}


main.nav-is-visible {
	padding-top: 100px;
	padding-top: 4vw;
	transition: all .5s;

}

.cd-header {
    z-index: 9999;
    position: fixed;
	margin-top:0px;
	transition: all .5s;
}

.cd-3d-nav-trigger {
    z-index: 999;
    position: fixed;
    /* margin-top: 30px; */
    transition: all .5s;
    cursor: pointer;
}

.nav-is-visible .cd-3d-nav-trigger {
    z-index: 99999999999;
    position: fixed;
	margin-top:-30px;
	transition: all .5s;
	
}
@media (max-width: 1200px) {
	
	.cd-3d-nav a {
    padding: 6vw;
    max-height: 8vw;
    font-size: 2.2vw;
}
.cd-3d-nav-trigger span, .cd-3d-nav-trigger span::before, .cd-3d-nav-trigger span::after {

    height: 1px;
}
.btn-d:hover {
    background: rgba(255,255,255,0.05) url(../img/send-min.png) no-repeat 50% -80px;
    background-size: 42px;
}
}
	
	
@media only screen and (max-width: 860px) {
	.triggerbg {
    background-color: rgba(0,0,0,.7);
    opacity: .7;
}
.cd-3d-nav-trigger {
    opacity: .99;
    border-radius: 50%;

}
.cd-3d-nav-trigger {

    height: 88px;
    width: 88px;

}
.cd-3d-nav-trigger span, .cd-3d-nav-trigger span::before, .cd-3d-nav-trigger span::after {

    width: 48px;
	    height: 1px;

}
.cd-3d-nav-trigger span::before {
    bottom: 14px;
}
.cd-3d-nav-trigger span::after {
    top: 14px;
}
.nav-is-visible .cd-3d-nav-trigger span::after {
    -webkit-transform: translateY(-14px) rotate(45deg);
    -moz-transform: translateY(-14px) rotate(45deg);
    -ms-transform: translateY(-14px) rotate(45deg);
    -o-transform: translateY(-14px) rotate(45deg);
    transform: translateY(-14px) rotate(45deg);
}
.nav-is-visible .cd-3d-nav-trigger span::before {
    -webkit-transform: translateY(14px) rotate(-45deg);
    -moz-transform: translateY(14px) rotate(-45deg);
    -ms-transform: translateY(14px) rotate(-45deg);
    -o-transform: translateY(14px) rotate(-45deg);
    transform: translateY(14px) rotate(-45deg);
}

.cd-3d-nav-trigger span {
    top: 42px;
    left: 18px;
	    height: 1px;

}

.iconmenu {
    width: 30%;
    padding: 10px;
}
.cd-3d-nav-container {

    height: 120px;


}
.cd-3d-nav li {

    text-align: center;
}


.cd-timeline-content {
    position: relative;
    margin-left: 40%;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 0.25em;
    padding: 1vw;
    background: rgba(255,255,255,0.05);
}

.cd-3d-nav a {
    padding: 4vw;
    max-height: 8vw;
    font-size: 2.2vw;
}
.cd-header.nav-is-visible {
    -webkit-transform: translateY(12vh);
    -moz-transform: translateY(12vh);
    -ms-transform: translateY(12vh);
    -o-transform: translateY(12vh);
    transform: translateY(12vh);
}

}

@media (max-width:700px){
	.cd-3d-nav-container {
    height: 80px;
}	

	
	.cd-3d-nav-trigger span, .cd-3d-nav-trigger span::before, .cd-3d-nav-trigger span::after {
    width: 30px;
    height: 2px;

}
.cd-3d-nav-trigger span::before {
    bottom: 8px;
}
.cd-3d-nav-trigger span::after {
    top: 8px;
}
.nav-is-visible .cd-3d-nav-trigger span::after {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -moz-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    -o-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
}

.nav-is-visible .cd-3d-nav-trigger span::before {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -moz-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    -o-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}
.cd-3d-nav-trigger {
    height: 44px;
    width: 44px;

}
	.cd-header {

    right: 10px;

}
.cd-3d-nav a {

    text-align: center;
}

.iconmenu {
    width: 30%;
    max-width: 40px;
    min-width: 30px;
    padding: 10px;
}
.cd-timeline-content {
    margin-left: 0%;

}
.footer {
    font-size: 3vw;
    padding: 8vw;
    letter-spacing: .02vw;
}
.cd-3d-nav a {
    padding: 1vw;
    max-height: 4vw;
    font-size: 2.2vw;
}
.cd-header.nav-is-visible {
    -webkit-transform: translateY(25vh);
    -moz-transform: translateY(25vh);
    -ms-transform: translateY(25vh);
    -o-transform: translateY(25vh);
    transform: translateY(25vh);
}
}

/*****TERMINA HEADER***/

@media (min-width:1024px) and (orientation:portrait){
.cd-timeline-content {
    margin-left: 22%;

}	
.logo {
    width: 40%;
}
.title13 {
    font-size: 5em;
    font-size: 6vw;
    padding: 15% 5%;
    font-size: 11vw;
    padding: 8% 5%;
}
.p13 {
    font-size: 1.5em;
    font-size: 3vw;
    line-height: 1.4;
}
.p13 {
    padding: 5% 10%;
}
.hi-icon {

    width: 15%;
    padding-bottom: 15%;
    /* background-color: red; */
}
.iconmenu {
    width: 6vw;
    max-width: 6vw;
    min-width: 6vw;
    padding: 6vw 2vw;
}
.cd-3d-nav a {
    padding: 5vw 2vw;
    max-height: 15vw;
    font-size: 3.2vw;
}
.cd-3d-nav-container {
    max-height: 270px;
}
.cd-header.nav-is-visible {
    -webkit-transform: translateY(22vh);
    -moz-transform: translateY(22vh);
    -ms-transform: translateY(22vh);
    -o-transform: translateY(22vh);
    transform: translateY(22vh);
}
}	





