
@import url(http://fonts.googleapis.com/css?family=Raleway:400,500,600,700,300,800,900);

@font-face {
    font-family: 'Square721 BT';
    src: url('../fonts/square-721-bt.ttf') format('truetype');
    font-style: normal;
}

* {
	margin: 0;
	padding: 0;
}

html, body{
	height:100%;
	position: relative;
}

body{
	background-color: #FFF;
	height: 100%;
	font-family: 'Square721 BT';
}

a{
	text-decoration: none;
	outline: 0;
}

ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}

#wrapper{
	min-height:100%;
	position:relative;
}

#logo{
	position: relative;
	display: block;
	top: 0;
	width: 11%;
	margin: 1% 0 auto 5%;
	z-index: 2;
}

#logo img{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

h1{
	position: relative;
	color: #FFF;
	text-align: left;
	display: block;
	width: 40%;
	height: auto;
	margin: 6% 0 auto 5%;
	font-size: 3em;
	z-index: 2;
}

h3{
	position: relative;
	color: #FFF;
	text-align: left;
	display: block;
	width: 45%;
	height: auto;
	margin: 20px auto 0 5%;
	font-size: 1.6em;
	z-index: 2;
	line-height: normal;
	font-weight: normal !important;
}

.register{
	position: relative;
	display: block;
	top: 0;
	width: 220px;
	height: 60px;
	margin: 20px auto 0 5%;
	line-height: 60px;
	font-size: 1.3em;
	font-weight: 800;
	text-align: center;
	background-color: #312783;
	border-radius: 6px;
	color: #FFF;
	z-index: 2;
}

.register:hover{
  	animation: pulse2 1s ease infinite;
}

@keyframes pulse2{
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.down{
	position: absolute;
	width: 100px;
	height: 60px;
	color: #FFF;
	font-size: 4em;
	line-height: 0;
	text-align: center;
	bottom: 6%;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #FFF;
	z-index: 2;
  	animation: down 1.5s ease infinite;
}

@keyframes down{
  0% {
    bottom: 6%;
  }

  50% {
    bottom: 4%;
  }

  100% {
    bottom: 6%;
  }
}
.social{
	position: absolute;
	top: 1%;
	right: 35px;
	width: 64px;
	height: auto;
	z-index: 2;
}
.social a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 28px;
	height: 28px;
}
.social a i{
	display: block;
	color: #FFF;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 1.3em;
}
.redes{
	position: absolute;
	top: 5%;
	right: 30px;
	list-style: none;
	z-index: 2;
}

.redes li{
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}

.redes li a{
	display: block;
	color: #FFF;
	font-size: 1.4em;
	transition: all ease 0.3s;
}

.redes li a:hover, .mail:hover{
	transform: scale(1.15);
}

.mail{
	font-size: 4em;
	color: #30b643;
	position: fixed;
	width: 80px;
	height: 80px;
	text-align: center;
	top: 10px;
	transition: all ease 0.3s;
	top: 89%;
	right: 2%;
	box-shadow: 0 0 0 rgba(48, 182, 67, 1);
  	animation: pulse 2s infinite;
  	border-radius: 50%;
	z-index: 997 !important;
}
.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(48, 182, 67, 1);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(48, 182, 67, 1);
    box-shadow: 0 0 0 0 rgba(48, 182, 67, 1);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
.color-bg{
	background-color: #000;
	position: absolute;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
	z-index: 1;
}

.fullscreen-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg_video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
}

.cntsection{
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
	height: auto;
}
.white h2{
	color: #FFF !important;
}
.white hr{
	border: 1px solid #FFF !important;
}
h2{
	display: block;
	width: 100%;
	position: relative;
	text-align: center;
	margin: 10px 0 0 0;
	font-size: 2.5em;
	color: #384047;
	transition: all ease 0.5s;
	transform: scale(0);
}

hr{
	position: relative;
	display: block;
	width: 50px;
	margin: 10px auto 40px auto;
	border: 1px solid #312783;
	transition: all ease 0.5s;
	transform: scale(0);
}

.ben{
	position: relative;
	width: 13%;
	height: 85px;
	display: inline-block;
	vertical-align: top;
	margin: 3%;
	transition: all ease .5s;
	transform: scale(0);
	overflow: hidden;
}

.ben img{
	position: relative;
	display: block;
	width: auto;
	height: 100%;
	margin: 0 auto;
}

.ben label{
	color: #393939;
	text-align: center;
	display: block;
	font-weight: 800;
	margin: 0 20px;
	font-size: 1.1em;
}

.ben p{
	margin: 10px 20px;
	color: #94A3A8;
	text-align: justify;
}

.horario{
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 435px;
	height: 120px;
	color: #FFF;
	padding: 10px;
	z-index: 999;
}
.horario label{
	position: relative;
	font-size: 1.3em;
	font-weight: bold;
	margin: 5px auto;
}
.horario p{
	font-size: 1.3em;
}
.cntregister2{
	position: relative;
	display: block;
	margin: 20px auto 40px auto;
	width: 250px;
	height: 40px;
	transform: scale(0);
	transition: all ease 0.5s;
}

.register2{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	font-weight: 800;
	background-color: #4E9DC6;
	border-radius: 20px;
	animation: pulse 1s ease infinite;
}

.interes{
	position: absolute;
	bottom: 16%;
	max-width: 600px;
	height: auto;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
}

.interes label{
	display: block;
	font-size: 3.4em;
	text-align: center;
	color: #323538;
}

.interes  span{
	display: block;
	text-align: center;
	font-size: 1.7em;
	margin: 10px 0 0 0;
	color: #384047;
}

.secbg{
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	width: 100%;
	height: 65%;
	background: url('../images/shoes.jpg')no-repeat center center;
	background-size:cover;
	z-index: 1;
}
#fullpage{
	opacity: 0;
	  -webkit-transition: ease 1s;
    -moz-transition: ease 1s;
    -o-transition: ease 1s;
    transition: ease 1s;
}
#section6 .down{
	color: #323538;
}

#section2{
	background:url('../images/bgslide.png');
}
#section4{
	background: url('../images/bgslide2.png')no-repeat center center;
	background-size:cover;
}
.work, .work2{
	position: relative;
	width: 46%;
	height: 370px;
	display: inline-block;
	vertical-align: top;
	margin: 0 1.5%;
	transform: scale(0);
	transition: all ease 1s;
}

.work span, .work2 span{
	position: relative;
	display: block;
	margin: 20px auto;
	width: 200px;
	height: 200px;
	border-radius: 200px;
	padding: 4px;
	background-color: #FFF;
	transition: all ease 1s;
}

.work:hover span, .work2:hover span{
	transform: rotateY(360deg);
}

.work span i, .work2 span i{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 200px;
	text-align: center;
	font-size: 8em;
	line-height: 200px;
	color: #FFF;
}

.work label, .work2 label{
	display: block;
	margin: 0 20px;
	text-align: center;
	font-size: 1.6em;
	text-transform: uppercase;
	color: #303030;
	font-weight: 800;
}
.white{
	width: 100%;
	background-color: #003585;
	max-width: none;
	opacity: 0.7;
}
.white .work2{
	height: 320px !important;
}
.white .work2 label{
	color: #FFF !important;
}
.white .work2 span{
	border-radius: 0 !important;
	width: 150px !important;
	height: 150px !important;
}
.white .work2 span i{
	border-radius: 0 !important;
}
.white .wblue, .white .wblue i, .white .worange, .white .worange i, .white .wgreen, .white .wgreen i{
	background: none !important;
	border: none !important;
} 
.work p, .work2 p{
	margin: 10px 20px;
	color: #77777B;
	text-align: justify;
}
.catalogo{
	position: relative;
	display: block;
	outline: 0;
	border: none;
	width: 50%;
	height: auto;
	padding: 10px;
	text-align: center;
	color: #FFF;
	margin: 10px auto;
	font-weight: bold;
	font-size: 1.3em;
}
.tecno{
	background-color: #312783;
}
.seguridad{
	background-color: #312783;
}
.teleco{
	background-color: #312783;
}
.wblue{
	border: 4px solid #312783;
}

.wblue i{
	background-color: #312783;
}

.worange{
	border: 4px solid #312783;
}

.worange i{
	background-color: #312783;
}

.wgreen{
	border: 4px solid #312783;
}

.wgreen i{
	background-color: #312783;
}
.qsomos{
	position: relative;
	width: 80%;
	left: 0;
	right: 0;
	height: auto;
	display: block;
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 auto;
	transition: all ease 0.5s;
	transform: scale(0);
}
.nosotros{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 34%;
	height: 100%;
	margin: 0 0 0 6%;
	background: url('../images/img3.jpg')no-repeat center center;
	background-size:cover;
}
.nosotros h2{
	margin: 20% 0 0 0;
}
.nosotros p{
	font-size: 1.2em;
	transition: all ease 0.5s;
	transform: scale(0);
}
.nosotrosimg{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 55%;
	height: 100%;
	left: 8%;
	right: 0;
	background: url('../images/img2.png')no-repeat center center;
	background-size:cover;
}
/*#section6{
	background: url('../images/bgslide2.jpg')no-repeat center center;
	background-size:cover;
}*/
.serv1{
	background: url('../images/serv1.png')no-repeat center center;
	background-size:cover;
}
.serv2{
	background: url('../images/serv2.png')no-repeat center center;
	background-size:cover;
}
.serv3{
	background: url('../images/serv3.png')no-repeat center center;
	background-size:cover;
}
#section6 h2{
	background-color: #312783;
	color: #FFF;
	margin: 0 auto 20px auto;
	padding: 15px 0;
	font-size: 1.5em;
	transform: scale(1);
}

#section6 form{
	background-color: #FFF;
	position: relative;
	width: 560px;
	height: auto;
	margin: 10px 0 10px 50px;
	padding: 0 0 5px 0;
	transition: all ease 1s;
	transform: scale(0);
	z-index: 10;
}

#section6 .formimg{
	position: relative;
	display: block;
	width: 150px;
	height: auto;
	margin: 0 auto 40px auto;
	padding: 40px 0 0 0;
}
.formimg2{
	position: relative;
	margin: 0 auto 20px 20px;
	width: 180px;
	height: auto;
}
#map1, #map2{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: block;
  overflow: visible !important;
  z-index: 8;
}

#map1 #content, #map1 p{
  height: initial;
  padding: initial;
  margin: initial;
}
.trujillo, .lima{
	position: absolute;
	width: 200px;
	height: 65px;
	color: #FFF;
	font-size: 3em;
	text-align: center;
	left: 5%;
	bottom: 5%;
	z-index: 997 !important;
	background-color: #312783;
}
.row{
	padding: 10px 20px;
}

.codepro span{
	line-height: 15px;
	padding: 0 6px 0 0 !important;
}

.row span, .row input[type="text"], .row input[type="email"]{
	display: inline-block;
	vertical-align: top;
}

.row span{
	width: 19%;
	text-align: right;
	font-size: 0.9em;
	padding: 5px 6px 5px 0;
}

.row input[type="text"], .row input[type="email"], .row textarea{
	width: 65%;
	padding: 5px 10px;
	outline: none;
}

#section6 input[type="submit"]{
	display: block;
	border: 0;
	outline: none;
	position: relative;
	margin: 20px auto;
	width: 130px;
	height: 40px;
	font-size: 1.1em;
	background-color: #312783;
	color: #FFF;
	cursor: pointer;
	transition: all ease .3s;
}

#section6 input[type="submit"]:hover{
	transform: scale(1.05);
}
.row textarea{
	min-width: 65%;
	max-width: 65%;
	min-height: 90px;
	max-height: 120px;
}

@media (max-width: 1690px){
	h1{
		width: 57%;
		font-size: 3.3em;
	}
	h3{
		width: 50%;
		font-size: 1.3em;
	}
}
@media (max-width: 1240px){
	.ben{
		width: 22%;
	}
}
@media (max-width: 990px) {
	.redes li a{
		font-size: 1.2em;
	}
	#logo{
    	position: relative;
		margin: 0 auto;
		top: auto;
		left: auto;
		right: auto;
		width: 120px;
		height: auto;
		display: block;
	}	
	#logo img{
		position: relative;
		width: 100%;
		height: auto;
	}
	h1{
		width: 85%;
		left: auto;
		margin: 20px auto;
		text-align: center;
	}
	h3{
		width: 80%;
		margin:5% 0 0 10%;
		text-align: center;
	}
	.register{
		margin: 20px auto;
	}
	.down{
		display: none;
	}
	.redes{
		display: none;
	}
	.horario label, .hoverario p{
		font-size: 1.2em;
	}
	.ben{
		width: 29%;
	}
	.work, .work2{
		width: 100%;
	}
    #section6 form{
    	margin: 0 auto;
    	width: 530px;
    }
    .nosotros, .nosotrosimg{
    	display: block;
		width: 100%;
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	.nosotros{
		width: 80%;
		height: auto;
		padding: 5% 0;
	}
	.nosotrosimg{
		width: 100%;
	}
	.nosotros h2{
		margin: 0 auto;
	}
}
@media (max-width: 767px) {
    .fullscreen-bg {
        background: url('../images/bg.png') center center / cover no-repeat;
    }
    .fullscreen-bg__video {
        display: none;
    }
    .ben{
    	width: 45%;
    }
}

section{
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.success{
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: #0E93EE;
	transition: all ease .5s;
	z-index: 998;
}

.success h1, .success span, .success label, .success p{
	position: absolute;
	display: block;
	margin: 0 auto;
	text-align: center;
	left: 0;
	right: 0;
	color: #FFF;
}

.success h1{
	width: 100%;
	top: 22%;
	font-size: 3.3em;
	font-weight: 800;
}

.success span{
	width: 100%;
	top: 37%;
	font-size: 2.2em;
}

.success label{
	width: 100%;
	top: 47%;
	font-size: 2.8em;
	font-weight: 800;
}

.success p{
	max-width: 800px;
	top: 60%;
	font-size: 1.2em;
	font-weight: 800;
}

.closenot{
	position: absolute;
	top: 20px;
	right: 20px;
	color: #FFF;
	cursor: pointer;
	font-size: 3.2em !important;
	opacity: 0.7;
	z-index: 999;
}

#hideme{
	position: absolute;
	visibility: hidden;
}

#hideme:checked ~ .success{
	transform: scale(0);
}
