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

*{
  margin: 0;
}

a{
  outline: none;
}

#w_maps iframe{
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
#w_maps iframe.clicked{
	pointer-events: auto;
}

.clear{
  display: block;
  clear: both;
}

h1{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 21px;
  line-height: 25.2px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

h2{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 80px;
  line-height: 76px;
  margin-bottom: 46px;
  text-transform: uppercase;
}

h3{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 91px;
  text-transform: uppercase;
}

p{
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 14px;
  line-height: 16.8px;
}

video{
	background-size: cover;
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
    width: auto;
    z-index: 1;
	}

#wrapper{
  width: 100%;
  height: auto;
  position: absolute;
}

section{
  width: 100%;
  height: 100%;
  position: fixed;
  display: block;
}

nav{
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 999;
}

nav.blackmenu{
  background: #000;
}

#logo{
  width: 51px;
  height: auto;
  position: absolute;
  top: 30px;
  left: 80px;
  z-index: 999;
  transition-duration:0.3s;
-moz-transition-duration:0.3s;
-webkit-transition-duration:0.3s;
-o-transition-duration:0.3s;
-ms-transition-duration:0.3s;
}

#logo.movv{
  width: 40px;
  top: 16px;
}

p#responp{
  display: none;
}

#logoo{
  fill: #fff;
  transition-duration:0.3s;
-moz-transition-duration:0.3s;
-webkit-transition-duration:0.3s;
-o-transition-duration:0.3s;
-ms-transition-duration:0.3s;
}

#logo:hover #logoo{
  fill:#414042;
}

#nav-icon1{
  width: 25px;
  height: 24px;
  position: fixed;
  right: 80px;
  top:27px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display:block;
  z-index:9;
}

#nav-icon1 span{
  display: block;
  position: fixed;
  height: 5px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1:hover span{
  background: #414042;
}

#nav-icon1 span.black2{
  background: #000;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 9px;
}

#nav-icon1 span:nth-child(3) {
  top: 18px;
}

#nav-icon1.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#menspan{
width:100%;
height:0;
position:fixed;
background: url(../img/menuback.jpg) no-repeat center / cover;
overflow:hidden;
z-index:5;
transition: all .3s ease-out;
display:block;
}

#menwrap{
  width: 1000px;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 18%;
  text-align: center;
}

#menwrap ul{
  list-style: none;
  padding: 0;
}

#menwrap ul li a{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 9vh;
  line-height: 13.6vh;
  text-decoration: none;
  transition-duration:.3s;
  -moz-transition-duration:.3s;
  -webkit-transition-duration:.3s;
  -ms-transition-duration:.3s;
  -o-transition-duration:.3s;
}

#menwrap ul li a:hover{
  color: #58595B;
}

#btn_home.showup, #btn_about.showup, #btn_epc.showup, #btn_trade.showup, #btn_contact.showup{
  opacity: 1;
}

#btn_home{
  opacity: 0;
  transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-duration:1s;
  -moz-transition-duration:1s;
  -webkit-transition-duration:1s;
  -ms-transition-duration:1s;
  -o-transition-duration:1s;
}

#btn_about{
  opacity: 0;
  transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  -ms-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-duration:1s;
  -moz-transition-duration:1s;
  -webkit-transition-duration:1s;
  -ms-transition-duration:1s;
  -o-transition-duration:1s;
}

#btn_epc{
  opacity: 0;
  transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-duration:1s;
  -moz-transition-duration:1s;
  -webkit-transition-duration:1s;
  -ms-transition-duration:1s;
  -o-transition-duration:1s;
}

#btn_trade{
  opacity: 0;
  transition-delay: 1.3s;
  -moz-transition-delay: 1.3s;
  -webkit-transition-delay: 1.3s;
  -ms-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  transition-duration:1s;
  -moz-transition-duration:1s;
  -webkit-transition-duration:1s;
  -ms-transition-duration:1s;
  -o-transition-duration:1s;
}

#btn_contact{
  opacity: 0;
  transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  -webkit-transition-delay: 1.6s;
  -ms-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-duration:1s;
  -moz-transition-duration:1s;
  -webkit-transition-duration:1s;
  -ms-transition-duration:1s;
  -o-transition-duration:1s;
}

#menspan.activo{
height:100%;
}

#dos, #tres, #cuatro, #cinco, #seis, #siete, #ocho, #dos2, #tres2, #cuatro2, #cinco2, #seis2, #siete2, #ocho2{
  z-index: 3;
  bottom: -100%;
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

#uno{
  background: url(../img/epc1.jpg) no-repeat center / cover;
}

#dos{
  background: url(../img/epc2.jpg) no-repeat center / cover;
}

#tres{
  background: url(../img/epc3.jpg) no-repeat center / cover;
}

#cuatro{
  background: url(../img/epc4.jpg) no-repeat center / cover;
}

#cinco{
  background: url(../img/epc5.jpg) no-repeat center / cover;
}

#seis{
  background: url(../img/epc6.jpg) no-repeat center / cover;
}

#siete{
  background: url(../img/epc7.jpg) no-repeat center / cover;
}

#ocho{
  background: url(../img/epc8.jpg) no-repeat center / cover;
}

#uno2{
  background: url(../img/trade1.jpg) no-repeat center / cover;
}

#dos2{
  background: url(../img/trade2.jpg) no-repeat center / cover;
}

#tres2{
  background: url(../img/trade3.jpg) no-repeat center / cover;
}

#cuatro2{
  background: url(../img/trade4.jpg) no-repeat center / cover;
}

#cinco2{
  background: url(../img/trade5.jpg) no-repeat center / cover;
}

#seis2{
  background: url(../img/trade6.jpg) no-repeat center / cover;
}

#siete2{
  background: url(../img/trade7.jpg) no-repeat center / cover;
}

#ocho2{
  background: url(../img/trade8.jpg) no-repeat center / cover;
}

#uno.show, #dos.show, #tres.show, #cuatro.show, #cinco.show, #seis.show, #siete.show, #ocho.show, #uno2.show, #dos2.show, #tres2.show, #cuatro2.show, #cinco2.show, #seis2.show, #siete2.show, #ocho2.show{
  bottom: 0;
  z-index: 4;
}


#botones, #botones2{
  width: 15px;
  height: auto;
  position: fixed;
  height: 225px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 80px;
  z-index: 99;
}

#btn_uno, #btn_uno2{
  width: 15px;
  height: 15px;
  background: #fff;
  position:relative;
  margin-bottom: 15px;
  border-radius: 30px;
  display: block;
  opacity: 1;
  transition-duration:0.3s;
-moz-transition-duration:0.3s;
-webkit-transition-duration:0.3s;
}

#btn_uno.nop, #btn_uno2.nop{
  opacity: 0.5;
}

#btn_dos, #btn_tres, #btn_cuatro, #btn_cinco, #btn_seis, #btn_siete, #btn_dos2, #btn_tres2, #btn_cuatro2, #btn_cinco2, #btn_seis2, #btn_siete2{
  width: 15px;
  height: 15px;
  background: #fff;
  position:relative;
  margin-bottom: 15px;
  border-radius: 30px;
  display: block;
  opacity: 0.5;
  transition-duration:0.3s;
-moz-transition-duration:0.3s;
-webkit-transition-duration:0.3s;
}

#btn_ocho, #btn_ocho2{
  width: 15px;
  height: 15px;
  background: #fff;
  position:relative;
  border-radius: 30px;
  display: block;
  opacity: 0.5;
  transition-duration:0.3s;
-moz-transition-duration:0.3s;
-webkit-transition-duration:0.3s;
}

#btn_dos.opi, #btn_tres.opi, #btn_cuatro.opi, #btn_cinco.opi, #btn_seis.opi, #btn_siete.opi, #btn_ocho.opi, #btn_dos2.opi, #btn_tres2.opi, #btn_cuatro2.opi, #btn_cinco2.opi, #btn_seis2.opi, #btn_siete2.opi, #btn_ocho2.opi{
  opacity: 1;
}

#homewrap{
  width: 1200px;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 35%;
  z-index: 5;
}

#homeleft{
  width: 467px;
  height: auto;
  position: relative;
  float: left;
  margin-right: 266px;
}

#homeright{
  width: 467px;
  height: auto;
  position: relative;
  float: left;
}

#homeleft h5, #homeright h5{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 48px;
  line-height: 51px;
}

#homeleft p, #homeright p{
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 19px;
  line-height: 23px;
}

#pleca{
  width: 0;
  height: 4px;
  position: relative;
  margin: 33px 0 42px 0;
  background: #fff;
  transition-delay: 1.5s;
  transition-duration:1s;
  -moz-transition-duration:1s;
  -webkit-transition-duration:1s;
  -ms-transition-duration:1s;
  -o-transition-duration:1s;
}

#pleca.large{
  width: 65px;
}

#pleca2{
  width: 0;
  height: 4px;
  position: relative;
  margin: 33px 0 42px 0;
  background: #fff;
  transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  -ms-transition-delay: 1.5s;
  -o-transition-duration:1s;
  -moz-transition-duration:1s;
  -webkit-transition-duration:1s;
  -ms-transition-duration:1s;
  -o-transition-duration:1s;
}

#pleca2.large{
  width: 65px;
}

#learn{
  width: 124px;
  height: 26px;
  position: relative;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
  border: #fff solid 2px;
  margin-top: 36px;
  text-decoration: none;
  transition-duration:0.3s;
  -moz-transition-duration:0.3s;
  -webkit-transition-duration:0.3s;
  -ms-transition-duration:0.3s;
  -o-transition-duration:0.3s;
}

#learn:hover{
  background: #000;
  border: #000 solid 2px;
}

#blockcont{
  width: 619px;
  height: 100%;
  position: absolute;
  left: 0;
  background: #000;
}

#unocont{
  width: 429px;
  height: auto;
  position: relative;
  margin: 195px 0 0 80px;
}

#unocont p{
  font-size: 21px;
  line-height: 23px;
}

#metrocont{
  width: 395px;
}

#plantacont{
  width: 401px;
}

#panelcont{
  width: 364px;
}

#hospicont{
  width: 342px;
}

#tubecont{
  width: 379px;
}

#citycont{
  width: 342px;
}

#robocont{
  width: 431px;
}

#doscont, #trescont, #cuatrocont{
  width: 470px;
  height: auto;
  position: absolute;
  left: 80px;
  top: 20%;
}

#cincocont, #sietecont, #ochocont{
  width: 470px;
  height: auto;
  position: absolute;
  bottom: 20%;
  left: 80px
}

#doscont h1, #trescont h1, #cuatrocont h1, #cincocont h1, #sietecont h1, #ochocont h1, #seiscont h1{
  opacity: 0;
}

#doscont h1.titleepcshow, #trescont h1.titleepcshow, #cuatrocont h1.titleepcshow, #cincocont h1.titleepcshow, #sietecont h1.titleepcshow, #ochocont h1.titleepcshow, #seiscont h1.titleepcshow{
  opacity: 1;
  transition-delay: .5s;
  -moz-transition-delay: .5s;
  -webkit-transition-delay: .5s;
  -ms-transition-delay: .5s;
  -o-transition-duration:1s;
  -moz-transition-duration:1s;
  -webkit-transition-duration:1s;
  -ms-transition-duration:1s;
  -o-transition-duration:1s;
}

span{
  font-weight: 700;
}

#seiscont{
  width: 486px;
  height: auto;
  position: absolute;
  bottom: 20%;
  left: 80px
}

#plecaepc{
  width: 0;
  height: 4px;
  position: relative;
  margin-bottom: 95px;
  background: #fff;
  transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-duration:1s;
  -moz-transition-duration:1s;
  -webkit-transition-duration:1s;
  -ms-transition-duration:1s;
  -o-transition-duration:1s;
}

#plecaepc.large, #plecaepc2.large, #plecaepc3.large, #plecaepc4.large, #plecaepc5.large, #plecaepc6.large, #plecaepc7.large, #plecaepc8.large{
  width: 65px;
}

#plecaepc2, #plecaepc3, #plecaepc4, #plecaepc5, #plecaepc6, #plecaepc7, #plecaepc8{
  width: 0;
  height: 4px;
  position: relative;
  margin-bottom: 20px;
  background: #fff;
  transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  -ms-transition-delay: 1.5s;
  transition-duration:1s;
  -moz-transition-duration:1s;
  -webkit-transition-duration:1s;
  -ms-transition-duration:1s;
  -o-transition-duration:1s;
}

#plecatrade{
  width: 0;
  height: 4px;
  position: relative;
  margin-bottom: 60px;
  background: #fff;
  transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -ms-transition-delay: 1s;
  transition-duration:1s;
  -moz-transition-duration:1s;
  -webkit-transition-duration:1s;
  -ms-transition-duration:1s;
  -o-transition-duration:1s;
}

#plecatrade.large, #plecatrade2.large, #plecatrade3.large, #plecatrade4.large, #plecatrade5.large, #plecatrade6.large, #plecatrade7.large, #plecatrade8.large{
  width: 65px;
}

#plecatrade2, #plecatrade3, #plecatrade4, #plecatrade5, #plecatrade6, #plecatrade7, #plecatrade8{
  width: 0;
  height: 4px;
  position: relative;
  margin-bottom: 20px;
  background: #fff;
  transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  -ms-transition-delay: 1.5s;
  transition-duration:1s;
  -moz-transition-duration:1s;
  -webkit-transition-duration:1s;
  -ms-transition-duration:1s;
  -o-transition-duration:1s;
}

#blockcont2{
  width: 619px;
  height: 100%;
  position: absolute;
  left: 0;
  background: #000;
}

#unocont2{
  width: 400px;
  height: auto;
  position: relative;
  margin: 175px 0 0 80px;
}

#unocont2 h2{
  font-size: 68px;
  line-height: 72px;
}

#unocont2 p{
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 14px;
  line-height: 16.8px;
}

#finacont{
  width: 375px;
}

#drillcont{
  width: 401px;
}

#autocont{
  width: 390px;
}

#cloudcont{
  width: 370px;
}

#solarcont{
  width: 440px;
}

#inducont{
  width: 360px;
}

#dockcont{
  width: 373px;
}

#ochocont2{
  width: 470px;
  height: auto;
  position: absolute;
  left: 80px;
  top: 20%;
}

#seiscont2{
  width: 496px;
  height: auto;
  position: absolute;
  left: 80px;
  top: 20%;
}

#doscont2, #trescont2, #cuatrocont2, #cincocont2, #sietecont2{
  width: 470px;
  height: auto;
  position: absolute;
  bottom: 20%;
  left: 80px
}

#doscont2 h1, #trescont2 h1, #cuatrocont2 h1, #cincocont2 h1, #sietecont2 h1, #ochocont2 h1, #seiscont2 h1{
  opacity: 0;
}

#doscont2 h1.titleepcshow, #trescont2 h1.titleepcshow, #cuatrocont2 h1.titleepcshow, #cincocont2 h1.titleepcshow, #sietecont2 h1.titleepcshow, #ochocont2 h1.titleepcshow, #seiscont2 h1.titleepcshow{
  opacity: 1;
  transition-delay: .5s;
  -moz-transition-delay: .5s;
  -webkit-transition-delay: .5s;
  -ms-transition-delay: .5s;
  -o-transition-duration:1s;
  -moz-transition-duration:1s;
  -webkit-transition-duration:1s;
  -ms-transition-duration:1s;
  -o-transition-duration:1s;
}

#doscont2 p, #trescont2 p, #cuatrocont2 p, #cincocont2 p, #sietecont2 p, #ochocont2 p, #seiscont2 p{
  opacity: 0;
}

#doscont2 p.titleepcshow, #trescont2 p.titleepcshow, #cuatrocont2 p.titleepcshow, #cincocont2 p.titleepcshow, #sietecont2 p.titleepcshow, #ochocont2 p.titleepcshow, #seiscont2 p.titleepcshow{
  opacity: 1;
  transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-duration:1s;
  -moz-transition-duration:1s;
  -webkit-transition-duration:1s;
  -ms-transition-duration:1s;
  -o-transition-duration:1s;
}

#doscont p, #trescont p, #cuatrocont p, #cincocont p, #sietecont p, #ochocont p, #seiscont p{
  opacity: 0;
}

#doscont p.titleepcshow, #trescont p.titleepcshow, #cuatrocont p.titleepcshow, #cincocont p.titleepcshow, #sietecont p.titleepcshow, #ochocont p.titleepcshow, #seiscont p.titleepcshow{
  opacity: 1;
  transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-duration:1s;
  -moz-transition-duration:1s;
  -webkit-transition-duration:1s;
  -ms-transition-duration:1s;
  -o-transition-duration:1s;
}

footer{
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
}

#mail{
  display: block;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 12px;
  position: absolute;
  left: 80px;
  bottom: 29px;
}

#mailicon{
  width: 17px;
  height: auto;
  position: relative;
  float: left;
  margin-right: 5px;
  padding-top: 3px;
}

#maildesc{
  width: auto;
  height: auto;
  position: relative;
  float: left;
}

#maildesc p, #legaldesc p, #photodesc p{
  color: #000;
  font-size: 12px;
}

#legal{
  display: block;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 12px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 29px;
  width: 230px;
  height: auto;
}

#legalicon{
  width: 17px;
  height: auto;
  position: relative;
  float: left;
  margin-right: 5px;
  padding-top: 1.3px;
}

#legaldesc{
  width: auto;
  height: auto;
  position: relative;
  float: left;
}

#photo{
  display: block;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 12px;
  position: absolute;
  right: 80px;
  bottom: 29px;
}

#picicon{
  width: 17px;
  height: auto;
  position: relative;
  float: left;
  margin-right: 5px;
  margin-top: 2px;
}

#photodesc{
  width: auto;
  height: auto;
  position: relative;
  float: left;
}

header{
  width: 100%;
  height: 500px;
  position: relative;
}

#aboutpic{
  background: url(../img/abouthead.jpg) no-repeat center / cover;
}

#headtit{
  width: 100%;
  height: auto;
  position: absolute;
  top: 40%;
  text-align: center;
}

#aboutcontwrap{
  width: 946px;
  height: auto;
  position: relative;
  margin: auto;
  padding: 120px 0;
}

#leftabout{
  width: 341px;
  height: auto;
  position: relative;
  float: left;
  margin-right: 107px;
}

#leftabout h1{
  color: #000;
}

#leftabout p{
  color: #58595B;
}

#leftabout span{
  color: #58595B;
}

#plecabout{
  width: 65px;
  height: 4px;
  position: relative;
  margin: 20px 0;
  background: #000;
}

#rightabout{
  width: 498px;
  height: auto;
  position: relative;
  float: left;
}

#greyabout{
  background: #CFD0D0;
  position: relative;
  height: auto;
}

#abcont{
  position: relative;
  height: auto;
}

#greyaboutwrap{
  width: 946px;
  height: auto;
  position: relative;
  margin: auto;
  padding: 120px 0;
}

#greytit{
  width: 100%;
  height: auto;
  position: relative;
}

#greytit h1{
  color: #000;
}

.testi{
  width: 280px;
  height: 230px;
  position: relative;
  float: left;
  margin-right: 53px;
}

.testi span{
  color: #58595B;
}

.testi p{
  color: #58595B;
}

#trelast{
  margin-right: 0;
}

#negro{
  background: #000;
  position: relative;
}

p#menblack{
  color: #fff;
}

#contactpic{
  background: url(../img/contactpic.jpg) no-repeat center / cover;
}

#tradecontwrap{
  width: 600px;
  height: auto;
  position: relative;
  padding: 120px 0;
  text-align: center;
  margin: auto;
}

#tradecontwrap h1, #tradecontwrap p{
  color: #000;
}

#plecatradesec{
  width: 65px;
  height: 4px;
  position: relative;
  margin: 20px auto;
  background: #000;
}

#trcont{
  position: relative;
  height: auto;
}

#greytrade{
  background: #85878A;
  position: relative;
  height: auto;
}

#maplocations{
    width: 690px;
    height: auto;
    position: relative;
    padding: 120px 0;
    margin: auto;
}

#form{
  position: relative;
  height: auto;
}

#wrapform{
  width: 818px;
  height: auto;
  position: relative;
  margin: auto;
  padding: 120px 0;
}

#leftform{
  width: 232px;
  height: auto;
  position: relative;
  float: left;
  margin-right: 197px;
}

#leftform h1{
  color: #000;
}

#leftform p{
  color: #58595B;
  margin-bottom: 20px;
}

#leftform p span{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}


#plecaform{
  width: 65px;
  height: 4px;
  position: relative;
  margin: 20px 0;
  background: #000;
}

#tel{
  margin-top: 20px;
}

#tel, #mail3{
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #58595B;
  font-size: 14px;
  line-height: 16.8px;
  text-decoration: none;
  padding-left: 20px;
  text-decoration: none;
  position: relative;
  transition-duration:0.3s;
-moz-transition-duration:0.3s;
-webkit-transition-duration:0.3s;
-o-transition-duration:0.3s;
}

#tel:hover, #mail3:hover{
  color: #9A9C9E;
}

.telicon{
  width: 14px;
  height: auto;
  position: absolute;
  left: 0;
  top: 2px;
}

#mailover, #telover{
  fill: #58595B;
  transition-duration:0.3s;
-moz-transition-duration:0.3s;
-webkit-transition-duration:0.3s;
-o-transition-duration:0.3s;
}

#mail3:hover #mailover{
  fill: #9A9C9E;
}

#tel:hover #telover{
  fill: #9A9C9E;
}

#leftform h4{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 15px;
  line-height: 18px;
  margin-top: 20px;
}

#rightform{
  width: 387px;
  height: auto;
  position: relative;
  float: left;
}

#Tu_Nombre{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
	width:100%;
	height:35px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: #000 2px solid;
	color:#58595B;
	margin-bottom:6px;
	font-size:12px;
	}

  #Tu_Compania{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
  	width:100%;
  	height:35px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: #000 2px solid;
  	color:#58595B;
  	margin-bottom:6px;
  	font-size:12px;
  	}

#Tu_Country{
      font-family: 'Montserrat', sans-serif;
      font-weight: 400;
    	width:100%;
    	height:35px;
      border-top: none;
      border-left: none;
      border-right: none;
      border-bottom: #000 2px solid;
    	color:#58595B;
    	margin-bottom:6px;
    	font-size:12px;
    	}

#Tu_Tel{
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
      	width:100%;
      	height:35px;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: #000  2px solid;
      	color:#58595B;
      	margin-bottom:6px;
      	font-size:12px;
      	}

#Tu_Email{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
	width:100%;
	height:35px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: #000  2px solid;
	color:#58595B;
	margin-bottom:6px;
	font-size:12px;
	}


  #Tu_Service{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    width:100%;
    height:35px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: #000  2px solid;
    color:#58595B;
    margin-bottom:6px;
    font-size:12px;
    }

#Tu_Mensaje{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
	width:100%;
	height:111px;
	border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: #000  2px solid;
	color:#58595B;
	margin-bottom:6px;
	font-size:12px;
	padding-top:10px;
	}

#mandar{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
	width:35%;
	height:35px;
	background:#000;
	border:none;
	color:#fff;
	font-size:12px;
	margin-top:6px;
  cursor:pointer;
	transition-duration:0.3s;
-moz-transition-duration:0.3s;
-webkit-transition-duration:0.3s;
-o-transition-duration:0.3s;
	}

#mandar:hover{
	background:#58595B;
	}

#googlemap{
  width:100%;
  height:600px;
  position:relative;
}

#map{
  width:100%;
  height:600px;
  position:relative;
}

#w_maps iframe{
  width: 100%;
  display: block;
  pointer-events: none;
  position: relative; /* IE needs a position other than static */
}
#w_maps iframe.clicked{
  pointer-events: auto;
}

#creditspic{
  background: url(../img/piclegalhead.jpg) no-repeat center / cover;
}

#cretab{
  position: relative;
  height: auto;
}

#crewrap{
  width: 1000px;
  height: auto;
  position: relative;
  margin: auto;
  padding: 120px 0;
}

table{
  width: 100%;
  border-collapse:collapse;
}

th{
  background: #000;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  border: #000 1px solid;
}

td{
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  border: #000 1px solid;
  padding-left: 10px;
  border-collapse:collapse;
}

td a{
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  transition-duration:0.3s;
-moz-transition-duration:0.3s;
-webkit-transition-duration:0.3s;
-o-transition-duration:0.3s;
}

td a:hover{
  color: #848689;
}

@media only screen and (min-width:1100px) and (max-width:1300px){

#homewrap{
  width: 1000px;
  top: 29%;
}

#homeleft{
  width: 423px;
  margin-right: 154px;
}

#homeright{
  width: 423px;
}

#homeleft h5, #homeright h5{
  font-size: 45px;
  line-height: 49px;
}

#pleca{
  margin: 30px 0 39px 0;
}

#pleca2{
  margin: 30px 0 39px 0;
}

#menwrap{
  top: 19%;
}

#menwrap ul li a{
  font-size: 9vh;
  line-height: 13.6vh;
}

header{
  height: 350px;
}

h3{
  font-size: 80px;
}

#unocont{
  width: 405px;
  margin: 25% 0 0 80px;
}

h2{
  font-size: 78px;
  line-height: 74px;
}

#plecaepc{
  margin-bottom: 73px;
}

#unocont p{
  font-size: 19px;
  line-height: 21px;
}

#doscont, #trescont, #cuatrocont{
  top: 23%;
}

#unocont2{
  width: 369px;
  margin: 23% 0 0 80px;
}

#unocont2 h2{
  font-size: 58px;
  line-height: 62px;
}

#plecatrade{
  margin-bottom: 45px;
}

#unocont2 p{
  font-size: 12px;
  line-height: 14.8px;
}

#ochocont2{
  top: 23%;
}

#seiscont2{
  top: 23%;
}

}

@media only screen and (min-width:900px) and (max-width:1099px){

  #homewrap{
    width: 865px;
    top: 33%;
  }

#homeleft{
  width: 342.25px;
  margin-right: 180px;
}

#homeleft h5, #homeright h5{
  font-size: 36px;
  line-height: 39px;
}

#homeleft p, #homeright p{
  font-size: 14px;
  line-height: 16.8px;
}

#homeright{
  width: 342.25px;
}

#menwrap{
  width: 865px;
  top: 18%;
}

#menwrap ul li a{
  font-size: 9vh;
  line-height: 13.6vh;
}

header{
  height: 350px;
}

h3{
  font-size: 80px;
}

#unocont{
  width: 405px;
  margin: 30% 0 0 80px;
}

h2{
  font-size: 78px;
  line-height: 74px;
}

#plecaepc{
  margin-bottom: 73px;
}

#unocont p{
  font-size: 19px;
  line-height: 21px;
}

#doscont, #trescont, #cuatrocont{
  top: 23%;
}

#blockcont2{
  width: 500px;
}

#unocont2{
  width: 369px;
  margin: 30% 0 0 80px;
}

#blockcont{
  width: 544px;
}

#unocont2 h2{
  font-size: 58px;
  line-height: 62px;
}

#plecatrade{
  margin-bottom: 45px;
}

#unocont2 p{
  font-size: 12px;
  line-height: 14.8px;
}

#ochocont2{
  top: 23%;
}

#seiscont2{
  top: 23%;
}

#aboutcontwrap{
  width: 865px;
}

#rightabout{
  width: 417px;
}

#greyaboutwrap{
  width: 865px;
}

.testi{
  width: 253px;
}

#crewrap{
  width: 865px;
}

#headtit.titcredit{
  top: 43%;
}

#headtit.titcredit h3{
  font-size: 66px;
}

}

@media only screen and (min-width:0) and (max-width:900px){

p#responp{
    display: block;
  }

p#fullp{
  display: none;
}

#logo{
  left: 40px;
}

#nav-icon1{
  right: 40px;
}

#homewrap{
  width: 270px;
  top: 30%;
}

#homeleft{
  float: none;
  width: 270px;
  margin: 0 0 40px 0;
}

#homeleft h5, #homeright h5{
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}

#homeright{
  float: none;
  width: 270px;
}

#pleca{
  display: none;
}

#pleca2{
  display: none;
}

#learn{
  margin: 20px auto;
}

#homeleft p, #homeright p{
  display: none;
}

#menwrap{
  width: 270px;
  height: 294px;
  top: 0;
  bottom: 0;
}

#menwrap ul li a{
  font-size: 35px;
  line-height: 58px;
}

#mail{
  left: 0;
  right: 0;
  margin: auto;
  width: 127px;
  bottom: 70px;
}

#legal{
  bottom: 51px;
}

#photo{
  left: 0;
  right: 0;
  margin: auto;
  width: 144px;
  bottom: 29px;
}

header{
  height: 300px;
}

#headtit{
  width: 90%;
  top: 45%;
  padding: 0 5%;
}

h3{
  font-size: 45px;
  line-height: 48px;
}

#aboutcontwrap{
  width: 270px;
  padding: 70px 0;
}

#leftabout{
  margin: 0 0 40px 0;
  width: 270px;
  float: none;
}

#rightabout{
  width: 270px;
  float: none;
}

#greyaboutwrap{
  width: 270px;
  padding: 70px 0;
}

.testi{
  width: 270px;
  float: none;
  margin: 0 auto 40px;
  height: auto;
}

#trelast{
  margin: 0 auto 40px;
}

footer#negro{
  height: 120px;
}

#blockcont{
  width: 100%;
  height: 100%;
  position: fixed;
}

#unocont{
  width: 152px;
  margin: 0;
  position: absolute;
  top: 28%;
  left: 40px;
}

h2{
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 30px;
}

#plecaepc{
  margin-bottom: 30px;
}

#unocont p{
  font-size: 12px;
  line-height: 15px;
}

#botones, #botones2{
  right: 40px;
}

#doscont{
  width: 180px;
  left: 40px;
  top:27%;
}

#trescont{
  width: 192px;
  left: 40px;
  top:35%;
}

#cuatrocont{
  width: 180px;
  left: 40px;
  top:35%;
}

p{
  font-size: 12px;
  line-height: 15px;
}

#metrocont{
  width: 180px;
}

h1{
  font-size: 14px;
  line-height: 17px;
}

#plantacont{
  width: 180px;
}

#panelcont{
  width: 183px;
}

#cincocont{
  width: 194px;
  bottom: 32%;
  left: 40px;
}

#ochocont{
  width: 194px;
  bottom: 26%;
  left: 40px;
}

#sietecont{
  width: 194px;
  bottom: 25%;
  left: 40px;
}

#hospicont{
  width: 192px;
}

#seiscont{
  width: 174px;
  bottom: 30%;
  left: 40px;
}

#tubecont{
  width: 190px;
}

#citycont{
  width: 180px;
}

#robocont{
  width: 180px;
}

#blockcont2{
  width: 100%;
  height: 100%;
  position: fixed;
}

#unocont2{
  margin: 0;
  position: absolute;
  width: 180px;
  left: 40px;
  top: 30%;
}

#unocont2 h2{
  font-size: 30px;
  line-height: 35px;
}

#plecatrade{
  margin-bottom: 29px;
}

#unocont2 p{
  font-size: 12px;
  line-height: 15px;
}

#doscont2, #trescont2, #cuatrocont2, #cincocont2, #sietecont2{
  width: 180px;
  bottom: 33%;
  left: 40px;
}

#finacont{
  width: 187px;
}

#drillcont{
  width: 182px;
}

#autocont{
  width: 180px;
}

#cloudcont{
  width: 170px;
}

#seiscont2{
  width: 180px;
  left: 40px;
  top: 34%;
}

#solarcont{
  width: 187px;
}

#inducont{
  width: 180px;
}

#ochocont2{
  width: 180px;
  left: 40px;
  top: 36%;
}

#dockcont{
  width: 180px;
}

#tradecontwrap{
  width: 270px;
  padding: 70px 0;
}

#maplocations{
  width: 270px;
  padding: 60px 0;
}

#wrapform{
  width: 270px;
  padding: 70px 0;
}

#leftform{
  width: 270px;
  margin: 0 0 30px;
  float: none;
}

#rightform{
  width: 270px;
  overflow: hidden;
  float: none;
}

#googlemap{
  height: 300px;
}

#map{
  height: 300px;
}

#headtit.titcredit h3{
  font-size: 30px;
  line-height: 35px;
}

#crewrap{
  width: 292px;
  padding: 70px 0;
}

th{
  font-size: 11px;
}

td{
  font-size: 11px;
  text-align: center;
  padding: 10px 10px;
}

td a{
  font-size: 11px;
}

}
