@import url(http://fonts.googleapis.com/css?family=Raleway:400,500,600,700,300,800,900);
@import url("font-awesome.min.css");
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf')  format('truetype');
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-thin';
    src: url('../fonts/Roboto-Thin.ttf')  format('truetype');
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Black.ttf')  format('truetype');
    font-style: normal;
}

* {
	margin: 0;
	padding: 0;
}

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

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

a{
	text-decoration: none;
	outline: 0;
	color: auto;
}
a:hover, a:active, a:focus{
	text-decoration: none;
	outline: 0;
	color: auto;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
::-moz-selection { /* Code for Firefox */
  color: #FFF;
  background: #001839;
}

::selection {
  color: #FFF;
  background: #001839;
}
#wrapper{
	min-height:100%;
	position:relative;
}

#logo{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 190px;
	z-index: 2;
}

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

@keyframes pulse{
  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: 1%;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #FFF;
	z-index: 2;
  	animation: down 1.5s ease infinite;
}

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

  50% {
    bottom: 2%;
  }

  100% {
    bottom: 1%;
  }
}
.cntsection{
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
	height: auto;
}

h2{
	display: block;
	width: 100%;
	position: relative;
	text-align: center;
	margin: 10px 0 0 0;
	font-size: 2.5em;
	color: #384047;
}
hr{
	position: relative;
	display: block;
	width: 150px;
	margin: 10px auto 20px auto;
	border: 1px solid #48657A;
}
.cont{
	position: absolute;
	width: 80%;
	height: 81%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	overflow: hidden;
	-webkit-box-shadow: 2px 2px 14px 5px rgba(0,0,0,0.57); 
	box-shadow: 2px 2px 14px 5px rgba(0,0,0,0.57);
	z-index: 12;
}
.cntbg{
	position: absolute;
	width: 80%;
	height: 81%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url('../images/bg.png')no-repeat center center;
	background-size:cover;
	transform: scale(1.56);
}
.bg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url('../images/bg.png')no-repeat center center;
	background-size:cover;
	z-index: 1;
	filter: blur(2px);
}
section{
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
#section1{
	opacity: 0;
	  -webkit-transition: ease 1s;
    -moz-transition: ease 1s;
    -o-transition: ease 1s;
    transition: ease 1s;
}
#section1 h1{
	font-family: 'Roboto-thin';
	font-size: 3.5em;
	text-align: center;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top:27%;
	bottom: auto;
	display: block;
	width: 48%;
	height: auto;
	color: #FFF;
	line-height: 1em;
	word-spacing: 0.2em;
	z-index: 20;
}
#section1 p{
	font-family: 'Roboto-thin';
	font-size: 1.2em;
	text-align: center;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top:47%;
	bottom: auto;
	display: block;
	width: 54%;
	height: auto;
	color: #FFF;
	z-index: 20;
}
#section5 h2{
	font-family: 'Roboto-thin';
	font-size: 3.5em;
	text-align: center;
	position: relative;
	margin: -50px auto 0 auto;
	display: block;
	width: 50%;
	height: auto;
	color: #FFF;
	line-height: 1em;
	word-spacing: 0.2em;
	z-index: 20;
}
.news{
	position: relative;
	display: block;
	padding: 10px 15px;
	font-family: 'Roboto-Regular';
	font-size: 1.8em;
	margin: 15px auto 0 auto;
	text-align: center;
	width: 160px;
	height: auto;
	color: #FFF;
	background-color: #001839;
	animation: beat .5s infinite alternate;
	transform-origin: center;
	border: 1px solid #FFF;
}
@keyframes beat{
	to { transform: scale(1.05); }
}
.topmenu{
	position: absolute;
	bottom: 0;
	left: auto;
	right: 1%;
	top: 2%;
	width: 25%;
	height: auto;
	color: #FFF;
	list-style-type: none;
	overflow: hidden;
	display: table;
	z-index: 25;
}
.submenu{
	position: absolute;
	bottom: 0;
	left: 0;
	right: auto;
	top: auto;
	width: 100%;
	height: 13%;
	color: #FFF;
	list-style-type: none;
	overflow: hidden;
	display: table;
}
.topmenu li, .submenu li{
	position: relative;
	display: table-cell;
	width: auto;
	height: 100%;
	font-size: 1em;
	vertical-align: middle;
	padding: 10px;
	text-align: center;
}
.topmenu li a, .submenu li a, .menu li a{
	color: #FFF;
	width: 100%;
	height: 100%;
	text-align: center;
  	line-height: auto;
}
.contenedor{
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  opacity: 0;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
}
.cntinfo{
	position: absolute;
	left: 0;
	right: auto;
	top: 0;
	bottom: 0;
	margin: 0 auto 0 0;
	width: 42%;
	height: 100%;
	background-color: #001839;
}
#section5{
	background-image: url('../images/news.jpg');
	background-size: cover;
 	background-repeat: no-repeat;
  	background-position: center;
}
.menu{
	position: absolute;
	list-style-type: none;
	overflow: hidden;
	display: table;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	width: 100%;
	height: auto;
	z-index: 99;
	opacity: 0;
	  -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
}
.menu li{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-family: 'Roboto-Bold';
	font-size: 1.1em;
	letter-spacing: 2px;
	text-shadow:-1px 1px 2px #222;
}
.menu li a{
	padding: 5px;
}
.menu li a img{
	width: 170px;
	height: auto;
	-webkit-filter: drop-shadow(1px 1px 1px #222);
    filter:         drop-shadow(1px 1px 1px #222); 
}
.icono{
	display: none;
}
.hide-menu{
  display: none;
  text-align: center;
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    cursor: pointer;    
}
#slides, #slides2, #slides3, #slides4, #slides5{
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    list-style-type: none;
}
.slide1{
    width: 100%;
    height: 100%;
}
.slide2{
    width: 85%;
    height: 72%;
    overflow: hidden;
}
.slide3{
    width: 84%; 
    height: 69.6%;
    overflow: hidden;
}
.slide4{
    width: 72%;
    height: 45%;
    overflow: hidden;
}
.slide5{
    width: 71%; 
    height: 43%;
    overflow: hidden;
}
.slide1{
    position: absolute;
    margin: auto;
    display: block;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.subspan2, .subspan4, .subspan5{
    position: absolute;
    margin: auto;
    display: block;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.subspan3{
    position: absolute;
    margin: auto;
    display: block;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    opacity: 0;
    -webkit-transition: ease 1.5s;
    -moz-transition: ease 1.5s;
    -o-transition: ease 1.5s;
    transition: ease 1.5s;
}
.slide2, .slide3, .slide4, .slide5{
    position: absolute;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}
.showing{
    opacity: 1;
}
.controls{
    display: none;
}
.slide1, .slide2, .slide3, .slide4, .slide5{
    font-size: 40px;
    box-sizing: border-box;
    color: #fff;
}
.slide1:nth-of-type(1), .slide3:nth-of-type(1) span, .slide5:nth-of-type(1) span{/*PRIMERO*/
  background-image: url('../images/s1.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.slide1:nth-of-type(2), .slide3:nth-of-type(2) span, .slide5:nth-of-type(2) span{/*SEGUNDO*/
  background-image: url('../images/s3.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.slide1:nth-of-type(3), .slide3:nth-of-type(3) span, .slide5:nth-of-type(3) span{/*TERCERO*/
  background-image: url('../images/s2.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.slide2:nth-of-type(1) span, .slide4:nth-of-type(1) span{
  background-image: url('../images/s2.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.slide2:nth-of-type(3) span, .slide4:nth-of-type(3) span{
  background-image: url('../images/s3.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.slide2:nth-of-type(2) span, .slide4:nth-of-type(2) span{
  background-image: url('../images/s1.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.subspan2{
  background-position: center;
  transform: scale(1.19);
  z-index: 12;
}
.subspan3{
  background-position: center;
  transform: scale(1.2);
  z-index: 13;
}
.subspan4{
  background-position: center;
  transform: scale(1.37);
  z-index: 14;
}
.subspan5{
  background-position: center;
  transform: scale(1.4);
  z-index: 15;
}
.controls{
  background: #333;
  color: #fff;
  border: none;
  padding: 20px 0px;
  font-size: 20px;
  cursor: pointer;
  border: 2px solid #fff;
  margin: 10px 0px 0px 10px;
  width: 70px;
}
.controls:hover,
.controls:focus{
  background: #eee;
  color: #333;
}
.buttons{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  font-size: 0px;
  display: none;
}
#reclutamiento, #contacto{
	display: none;
	position: relative;
	padding: 35px;
	width: 55%;
	height: auto;
	background-color: #FFF;
}
.cnt-reclutamiento{
	position: relative;
	background-color: #000;
	width: 100%;
	height: auto;
	padding: 80px;
}
.section-subtitle{
	text-align: left;
	color: #0e3754;
	font-size: 1.5em;
	font-family: 'Roboto-thin'
	margin:0;
	padding: 0;
	line-height: 0;
}
.section-title{
	text-align: left;
	color: #FFF;
	font-size: 2.5em;
	font-family: 'Roboto-Thin';
	line-height: 1.5em;
}
.section-title strong{
	text-align: left;
	font-family: 'Roboto-Regular'
}
.row{
	position: relative;
	width: 100%;
	height: auto;
	margin: 10px 0;
}
.col-md-6{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 49%;
}
.col-md-12{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.form-group input, .form-group textarea{
	position: relative;
	display: block;
	width: 90%;
	height: auto;
	outline: none;
	padding: 10px;
	background-color: transparent;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	font-family: 'Roboto-Regular';
	font-size: 1em;
}
.submit-btn input{
	position: relative;
	display: block;
	background-color: #0e3754;
	border: 0;
	outline: none;
	color: #FFF;
	padding: 12px 20px;
	font-family: 'Roboto-Regular';
	font-size: 1em;
	cursor: pointer;
	letter-spacing: 3px;
	word-spacing: 5px;
}
.submit-btn input:hover{
	background-color: #48657A;
}
.slide1 h3{
  position: absolute;
  color: #FFF;
  top:48%;
  left: 17%;
  right: 0;
  bottom: 0;
  margin: 0;
  display: block;
  width: 42%;
  height: auto;
  line-height: 50px;
  opacity: 0;
  text-align: left;
  font-size: 1.2em;
  text-shadow:-1px 1px 4px #000;
  z-index: 20;
  font-family: 'Roboto-Regular';
}
.slide1 h3 strong{
	font-family: 'Roboto-Bold';
	font-size: 1.3em;
}
.seemore{
  position: absolute;
  top: 38%;
  left: 65%;
  display:block;
  width: 70px;
  height: 70px;  
  border: 5px solid #FFF;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: 20;
  -webkit-box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.57); 
	box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.57);
}
.seemore span{
  display: block;
  width: 100% !important;
  height: 100% !important;
  text-align: center !important; 
  line-height: 70px !important;
  font-size: 2em !important;
  color: #FFF;
  right: 0 !important;
  left: 0 !important;
  padding: 0 !important;
  top: 0 !important;
}
@keyframes spin {
    0%,50% {
        transform:rotate(0deg);
    }
    100% {
        transform:rotate(90deg);
    }
}
.slide1 span{
  position: absolute;
  color: #FFF;
  top: 48%;
  right: 7.7%;
  left: auto;
  bottom: 0;
  margin: 0;
  display: block;
  text-align: center;
  padding: 34px;
  font-size: 3.5em;
  width: 50px;
  height: 50px;
  line-height: 52px;
  opacity: 0;
  text-shadow:-1px 1px 5px #000;
  z-index: 20;
  font-family: 'Roboto-Regular';
}
.showing h3, .showing span, .showing .seemore{
  opacity: 1;
  -webkit-transition: ease 1.5s;
    -moz-transition: ease 1.5s;
    -o-transition: ease 1.5s;
    transition: ease 1.5s;
}
.showing h3{
  top: 36%;
}
.showing span{
  top: 36%;
}
.bg-text{
	opacity: 0;
	display: none;
}
.clients{
	position: relative;
	width: 100%;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
  	-webkit-transition: ease 1.5s;
    -moz-transition: ease 1.5s;
    -o-transition: ease 1.5s;
    transition: ease 1.5s;
}
.cnt-clients{
	position: relative;
	width: 90%;
	margin: 0 auto;
	height: auto;
}
.client{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 17.2%;
	height: auto;
	margin: 1%;
	border: none;
	outline: 0;
}
.slide{
	background-color: #222;
}
.slide h3{
	display: block;
	width: 100%;
	height: auto;
	margin: 15px 0 0 0;
	text-align: center;
	font-family: 'Roboto-Regular';
	font-size: 1.5em;
}
.text-content{
	position: relative;
}
.slide p{
	position: relative;
	display: block;
	font-family: 'Roboto-thin';
	font-size: 0.9em;
	line-height: 1.3em;
	text-align: justify;
}
#modelo{
	position: relative;
	margin: 0 auto;
	display: block;
	width: 30%;
	height: auto;
}
#modelo img{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
.sectionimg1, .sectionimg2, .sectionimg3, .sectionimg4{
	position: relative;
	height: 100%;
	width: 40%;
	top: 0;
	left: 0;
	display: inline-block;
	vertical-align: top;	
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;	
}
.sectionimg1{
	background-image: url('../images/a1.png');
}
.sectionimg2{
	background-image: url('../images/a2.png');
}
.sectionimg3{
	background-image: url('../images/a3.png');
}
.sectionimg4{
	background-image: url('../images/a4.png');
}
.area1{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	right: 0;
	top: 0;
	width: 51%;
	height: auto;
	color: #FFF;
	padding: 50px 20px;
	margin: 0 0 0 2%;
}
.area1 img{
	position: relative;
	display: block;
	margin: 0 auto;
	width: 35%;
	height: auto;
}
.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;
	opacity: 0.7;
	z-index: 999;
}

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

#hideme:checked ~ .success{
	transform: scale(0);
}
.social{
	position: absolute;
	bottom: 2px;
	right: 0;
	z-index: 99;
	width: 105px;
	height: auto;
}
.social a{
	display: inline-block;
	vertical-align: top;
}
.social a i{
	font-size: 1.7em;
	color: white;
	font-family: 'FontAwesome';
	font-style: normal;
	display: block;
	padding: 2px;
	margin: 4px 2px;
}
/**/
#cnt{
	opacity: 0;
	  -webkit-transition: ease 1.5s;
    -moz-transition: ease 1.5s;
    -o-transition: ease 1.5s;
    transition: ease 1.5s;
}
header{
	position: fixed;
	width: 100%;
	height: 72px;
	top: 0;
	background-color: #FFF;
	border-bottom: 1px solid #eee;
	z-index: 999;
}
#logo2{
	position: absolute;
	top: 0;
	left: 10px;
	display: block;
	width: 145px;
	height: auto;
}
#logo2 img{
	width: 100%;
	height: auto;
}
.menu2{
	position: absolute;
	list-style-type: none;
	overflow: hidden;
	display: table;
	top: 25px;
	left: auto;
	right: 0;
	bottom: auto;
	width: 50%;
	height: auto;
	z-index: 99;
	  -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
}
.menu2 li{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-family: 'Roboto-Regular';
	font-size: 1em;
	letter-spacing: 2px;
}
.menu2 li a{
	padding: 5px 10px;
	color: #222;
}
.menu2 li a:hover{
	opacity: 0.8;
}
.icono2{
	display: none !important;
}
.hide-menu2{
  display: none;
  text-align: center;
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    cursor: pointer;    
}
.sectionimg{
	position: relative;
	display: table;
	width: 100%;
	height: 300px;
	top: 72px;
	background-image: url('../images/bg1.png');
  	background-size: cover;
 	background-repeat: no-repeat;
 	background-position: center;
}
.sectionimg h3{
	position: relative;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 60%;
	height: auto;
	margin: 0 auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 3em;
	color: #FFF;
	text-shadow:-1px 1px 4px #222;
	font-family: 'Roboto-Regular';
}
.contenido{
	position: relative;
	width: 100%;
	height: auto;
	margin: 80px auto 0 auto;
}
.contenido h4{
	position: relative;
	text-align: center;
	font-size: 1.8em;
	color: #03498a;
	font-family: 'Roboto-thin';
	display: block;
	width: 96%;
	margin: 50px auto 0 auto;
}
.contenido h4 strong{
	font-family: 'Roboto-Regular';
}
.contenido p{
	position: relative;
	text-align: justify;
	font-size: 1em;
	color: #222;
	font-family: 'Roboto-Regular';
	display: block;
	width: 97%;
	margin: 15px auto 25px auto;
}
.project{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 47%;
	margin: 1%;
}
.project a, .project a img{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}
.project span{
	position: relative;
	text-align: justify;
	font-size: 2em;
	color: #222;
	font-family: 'Roboto-Bold';
	display: block;
	width: 82%;
	margin: 0 auto 0 5px;
}
/**/

@media (max-width: 1120px) {
	#section1 h1{
		font-size: 2.9em;
	}
	#section1 p{
		width: 62%;
		top: 45%
	}
	.submenu{
		height: 27%;
	}
	.submenu li{
		width: 40%;
		height: 30px;
		display: inline-block;
		vertical-align: top;
	}
}
@media screen and (max-width: 1035px){
	.slide1 h3 strong{
		font-size: 1em;
	}
	.slide1 h3{
		width: 55%;
		font-size: 0.9em;
		line-height: 40px;
	}
	#reclutamiento, #contacto{
		width: 85%;
	}
	.col-md-6{
		width: 100%;
	}
	.cnt-reclutamiento{
		padding: 40px;
	}
	.seemore{
		left: 72%;
	}
}
@media (max-width: 900px){
	.cntinfo{
		width: 49%;
	}
	#logo{
		width: 140px;
	}
	#section1 h1{
		font-size: 2.1em;
		width: 70%;
	}
	#section1 p{
		top: 39%;
		width: 76%;
		font-size: 1em;
	}
	.submenu{
		height: 30%;
	}
	.submenu li{
		width: 38%;
	}
	.submenu li a{
		font-size: 0.8em;
	}
	.sectionimg1, .sectionimg2, .sectionimg3, .sectionimg4{
		position: absolute;
		width: 100%;
		height: 100%;
	}
	.slide1 h3{
		width: 51%;
	}
	.area1{
		position: relative;
		top:0;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 100%;
		height: 100%;
		z-index: 11;
	}
	.bg-text{
		position: absolute;
		top:0;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 100%;
		height: 100%;
		background-color: #000;
		opacity: 0.85;
		display: block;
		z-index: 10;
	}
	.slide p{
		display: block;
		width: 80%;
		height: auto;
		margin: 0 auto;
		padding: 0 0 50px 0;
		font-size: 0.8em;
	}
	.seemore{
		left: 70%;
	}
	.client{
		width: 22%;
	}
}
@media screen and (max-width: 750px) {
	.seemore{
		top: 72%;
		left: auto;
		right: 10.5%;
	  width: 50px;
	  height: 50px;  
	  border: 4px solid #FFF;
	}
	.seemore span{
	  line-height: 50px !important;
	  font-size: 1.5em !important;
	}
}
@media screen and (max-width: 650px) {
	.cont{
		width: 97%;
	}
	.icono{
		display: block;
		position: absolute;
		top: 10px;
		right: 10px;
		color: #FFF;
		width: 70px;
		height: 70px;
		z-index: 998;
		color: #222;
		text-align: center;
		font-size: 3em !important;
		font-family: FontAwesome;
		background-color: #FFF;
		line-height: 70px !important;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	}
	.hide-menu{
		display: block;
		position: absolute;
		width: 70px;
		height: 70px;
		top: 10px;
		right: 10px;
		z-index: 999;
	}
	.menu{
		display: block;
		width: 45%;
		height: auto;
		top: 90px;
		left: auto;
		right: -45%;
	}
	.menu li{
		display: block;
		background-color: #FFF;	
		border: 1px solid #ccc;
		margin: 1px 0;	
	}
	.menu li:hover{
		background-color: #222;
	}
	.menu li a{
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		padding: 10px 0;
		color: #222;
		text-shadow: none;
		font-size: 1.2em;
	}
	.menu li:hover a{
		color: #FFF;
	}
	.hideli{
	  display: none !important;
	}
	.hide-menu:checked + .menu{
		right: 0;
	}
	/**/
	.icono2{
		display: block !important;
		position: absolute;
		top: 10px;
		right: 10px;
		color: #FFF;
		width: 50px;
		height: 50px;
		z-index: 998;
		color: #222;
		text-align: center;
		font-size: 2em !important;
		font-family: FontAwesome;
		background-color: #FFF;
		line-height: 50px !important;
		-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
	}
	.hide-menu2{
		display: block;
		position: absolute;
		width: 70px;
		height: 70px;
		top: 10px;
		right: 10px;
		z-index: 999;
	}
	.menu2{
		display: block;
		width: 45%;
		height: auto;
		top: 70px;
		left: auto;
		right: -45%;
	}
	.menu2 li{
		display: block;
		background-color: #FFF;	
		border: 1px solid #ccc;
		margin: 1px 0;	
	}
	.menu2 li:hover{
		background-color: #222;
	}
	.menu2 li a{
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		padding: 10px 0;
		color: #222;
		text-shadow: none;
		font-size: 1.2em;
	}
	.menu2 li:hover a{
		color: #FFF;
	}
	.hide-menu2:checked + .menu2{
		right: 0;
	}
	/**/
}