mphtml, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.asd{
  border-bottom: 1px solid #000;
  height: 1px;
}
/*----------------Fin reset--------------*/
@font-face {
font-family: mp;
src: url(fuentes/myriadpro-light.otf);
}
html,body{
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: 'Open Sans',mp, Arial, sans-serif;
}
#home{
  min-height:100%;
  position:relative;
  background-image: linear-gradient(153deg,#621948 4%,#dd1863 63%);
  background: url('https://hekermultimediaglobal.com/imagenes/fondo-deg.jpg');
  background-repeat:round;
  background-attachment: fixed;
}
#menu-home{
  font-family: 'Trebuchet','Trebuchet MS',Helvetica,Arial,Lucida,sans-serif;
      font-size: 60px;
      letter-spacing: 3.6px;
      line-height: 1.1em;
      color: #ffffff;
      padding-bottom: 10%;
      text-align: center;
}
#menu-home a{
  font-family: 'Trebuchet','Trebuchet MS',Helvetica,Arial,Lucida,sans-serif;
      font-size: 60px;
      letter-spacing: 3.6px;
      line-height: 1.1em;
      color: #ffffff;
      text-decoration: none;
}
.bloqueA{
  padding: 4%;
  margin-left: 5%;
}
.bloqueA-h{
  padding-top: 4%;

}
#logo-home{
  margin-bottom: 80px;
  text-align: center;
}

/*footer{
      -webkit-box-shadow: 0px -10px 15px 0px rgba(0, 0, 0, 0.33);
      -moz-box-shadow: 0px -10px 15px 0px rgba(0, 0, 0, 0.33);
      box-shadow: 0px -10px 15px 0px rgba(0, 0, 0, 0.33);
}*/
.foot-todo{
  display: flex;
  justify-content: space-between;
  padding: 20px 5px 25px 25px;
}
.foot-l{
  padding-bottom: 20px;
}

.foot-l a{
  text-decoration: none;
  color: #ffffff;
  padding: 1px;
}

.foot-l li{
    display: inline;
}
.foot-l li img{
  padding-top: 10px;
}
.foot-r{
  padding: 15px;
  font-size: 11px;
}
.foot-r a{
  text-decoration: none;
  color: #ffffff;

}
.foot-c img{
  padding: 0 13px;
}

footer{
  font-family: 'Trebuchet','Trebuchet MS',Helvetica,Arial,Lucida,sans-serif;
  color: #ffffff;
  font-size: 14px;
  background-color:#333333;
  position:absolute;

  left:0;
  width:100%;
  font-weight: lighter;
  clear: both;
}
#up{
  display: none;
}




/*----------------Fin Home y footer--------------*/
.todo{
  width: 100%;
  min-height: 100%;
  display: flex;

}
.menu-vertical{
  background-image: linear-gradient(150deg,#621948 10%,#dd1863 55%);
  width: 300px;
  height: auto;

}
.menu-vertical-b{
  background-color: #dd1863;
  width: 400px;
  height: auto;

}
.contenido{
  background-color: #ffffff;
  width: 100%;


}
#logo-menu {
  margin: 0 auto;
  padding: 50px 0;
  width: 180px;
}
#logo-menu img{
  margin: auto;
  width: 170px;
}
.menu-vertical nav , .menu-vertical-b nav{
      background-color: rgba(0, 0, 0, 0.0);
      list-style: none;
      text-align: center;
      color: #ffffff;
      font-size: 13px;
      text-decoration: none;
}
.menu-vertical nav p, .menu-vertical-b nav p{
  width: 90%;
  padding: 10px 0px;
  background-color: rgba(255, 0, 0, 0.0);
  color: #ffffff;
  font-size: 13px;
  margin: 0 auto;
  transition: all 0.13s ease-in-out;


}
.menu-vertical nav a,.menu-vertical-b nav a{
  text-decoration: none;
}
.menu-vertical nav p:hover{
  background-color:#ffffff;
  width: 100%;
  color: #646464;
}
#activo,#activo1,#activo2,#activo3,#activo4 {
  background-color: #FFFFFF;
  color: #646464;
  width: 100%;
  transition: all 0.13s ease-in-out;
}
#activo:hover , #activo1:hover, #activo2:hover, #activo3:hover, #activo4:hover{
  background-color: #efefef;
}
#activo {
  background-color: #efefef;
}
#activo-p{
  background-color: #333333;
  color: #ffffff;
  width: 100%;
  transition: all 0.13s ease-in-out;

}
.ele{
  cursor: pointer;
}
.sub-menu{
  display: none;
}
.navegation{
  display: none;
  background-color: #ffffff;
  width: 100%;
  color: #646464;
  text-align: center;
  padding: 7px 0;
  cursor: pointer;
  border-bottom: 4px solid rgba(0,0,0,0.08);

}




  /*------Fin menu vertical----*/

  .contenedor{
    width: 75%;
    margin: 100px auto;
    font-family: mp;

  }
  .contenedor h1{
    font-weight: 700;
    font-size: 32px;
    color: #343434;
    padding: 20px 0;
    font-family: mp;
  }
  .contenedor h2{
    font-size: 29px;
    color: #dd1863;
    padding: 20px 0;
    font-family: mp;
  }
  .contenedor .text{
    color: #343434;
    font-weight: lighter;
    font-size: 18px;
    padding: 7px;
    line-height: 1.4;
    font-family: mp;


  }
  .l-clientes .m{
    color:#dd1863;
    display: inline;
    font-size: 30px;
    text-transform:uppercase;
    padding: 1px;

  }
  .l-clientes .n{
    color: #000000;
    display: inline;
    font-size: 30px;
    text-transform:uppercase;
    padding: 1px;

  }
    .columna-fotos{
      width: 25%;
    }
  .columna-fotos img{
    width: 100%;
  }
  .contendeor-portfolio{
    display: flex;
  }


  /*------Fin portfolio----*/
  .contenedor-contact-us{
    width: 75%;
    margin: 100px auto;

  }

  .contenedor-contact-us h1{
    color: #dd1863;
    font-size: 20px;
    padding: 9px 0;
  }

  .mapa-form{
    display: flex;
    margin-top: 20px;
  }
  .form, table{
    width: 100%;
  }

form{
  margin-bottom: 150px;
  width: 60%;
  margin: 0 auto;

}

form td{
  padding: 10px 0;
  width: 100%;
}
#textoform , #textoform1 {
  background-color: rgba(255, 0, 0, 0.0);
  border:none;
  width: 100%;
  height: 30px;
  font-family: mp;
  font-size: 14px;
  border:  1px solid #333333;
  color: #333333;
  font-weight: lighter;
  padding: 10px 5px;
}
#textoform-mss{
  background-color: rgba(255, 0, 0, 0.0);
  border:none;
  width: 100%;
  height: 120px;
  font-family: mp;
  font-size: 14px;
  border:  1px solid #333333;
  color: #333333;
  font-weight: lighter;
  padding: 10px 5px;

}
#botenviar{
  background-color: #dd1863;
  float: right;
  padding: 5px 10px;
  font-size: 15px;
  border: none;
  border-radius: 4px;
  font-family: mp;
  font-weight: lighter;
  cursor: pointer;
  color:#ffffff;

}

/*-------------------------- Fin contact us ---------*/


#services{
  min-height:100%;
  position:relative;
  background-color: #333333;
}
#logo-nohome img{
  width: 200px;
}
.bloqueB{

  display: flex;
}
#ser{
  padding:190px 190px 190px 0;
  border-right: 1px solid #dd1863;

}
 #ser h1{
  font-family: 'Trebuchet','Trebuchet MS',Helvetica,Arial,Lucida,sans-serif;
  font-size: 60px;
  letter-spacing: 3.6px;
  line-height: 1.1em;
  color: #ffffff;

}
#ser p{
  bottom: 0;
  float: right;
}
#items-s{
  padding: 0 0 0 50px;
}
#items-s p{
  padding-bottom: 35px;
}

#items-s a{
  font-family: mp;
  font-size: 27px;
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
}
.gohome-div{
  padding-top: 420px;
}
#gohome{
  padding: 10px;
  background-color: #dd1863;
  color: #ffffff;
  font-size: 12px;
}
.gohome-div a{
  color: #ffffff;
  text-decoration: none;
}
.gohome-cel{
  display: none;
}
.gohome-cel a{
  color: #ffffff;
  text-decoration: none;
}
.gohome-celi{
  display: none;
}
.gohome-celi a{
  color: #333333;
  text-decoration: none;
}
#industries{
  min-height:100%;
  position:relative;
  background-color: #ffffff;
}
#ind{
  padding:190px 190px 190px 0;
  border-right: 1px solid #dd1863;
}
#ind h1{
 font-family: 'Trebuchet','Trebuchet MS',Helvetica,Arial,Lucida,sans-serif;
 font-size: 60px;
 letter-spacing: 3.6px;
 line-height: 1.1em;
 color: #dd1863;

}
#ind p{
 bottom: 0;
 float: right;
}
#items-i{
  padding: 0 0 0 50px;

}
#items-i p{
  padding-bottom: 25px;
}

#items-i a{
  font-family: mp;
  font-size: 27px;
  color: #333333;
  text-decoration: none;
  font-weight: normal;

}

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

.fondo-g{
      width: 100%;
      min-height: 100%;
      background-color: rgba(0, 0, 0, 0.8);
      position: fixed;
      z-index: 40;
      top: 0;
      display: none;
}
.fotos-gal {
text-align: center;
margin: 3% 0  auto;
z-index: 50;
display: flex;



}
.fotos-gal img{
  max-width: 100%;
  min-width: 75%;
  cursor: pointer;
  margin: auto;
  z-index: 50;


}
.fotos-gal #figure-lat , .fotos-gal #figure-lat1{
  width: 30%;
}
.fotos-gal figure {
  font-family: 'Trebuchet','Trebuchet MS',Helvetica,Arial,Lucida,sans-serif;
  width: 40%;
}
.fotos-gal figure p{
  color: #ffffff
}
.fotos-gal #close-g{
  font-family: 'Trebuchet','Trebuchet MS',Helvetica,Arial,Lucida,sans-serif;
  float: right;
  cursor: pointer;
}


/*---------Fin Galeria------*/

.cont-portfolio{
  width: 90%;
  max-width: 1200px;
  margin: 100px;
  display: flex;
}
.portada{
  width: 50%;
  text-align: center;

}
.portada img{
  width: 90%;
}

.galeria{
  width: 50%;
  color: #333333;
}
.galeria h2{
  font-family: 'Trebuchet','Trebuchet MS',Helvetica,Arial,Lucida,sans-serif;
  font-size: 30px;
  padding-top: 51%;
  padding-bottom: 15px;
  font-weight:bold;
}
.galeria h1{
  font-family: 'Trebuchet','Trebuchet MS',Helvetica,Arial,Lucida,sans-serif;
  font-size: 22px;
  padding-bottom: 15px;
  font-weight: 400;
}
.galeria a , .galeria p{
  font-family: mp;
  padding-bottom: 15px;
  color:#dd1863;
  font-size: 13px;
}
.tira-fotos{
  display: flex;
}
.tira-fotos img {
  width: 20%;
  height: 20%;
  border: 5px solid #ffffff;
  cursor: zoom-in;
}
.tira-fotos img:hover{
  opacity: 0.5;
}



/*------------detalles services e industreis-----------*/

#services-inter{
  min-height:100%;
  position:relative;
  background-color: #ffffff;

}
#services-inter img{
width: 100%;

}
#services-inter h1{
  font-size: 60px;
  color: #ffffff;
  width: 100%;
  text-align: center;
  padding: 40px 0;
  background-color: rgba(0, 0, 0, 0.6);
  margin-top: -142px;
  z-index: 30;
  position: absolute;
  font-family: 'Trebuchet','Trebuchet MS',Helvetica,Arial,Lucida,sans-serif;
}
#ex {
  margin-top: -122px !important;
  font-size: 40px !important;

}
.services-p{
  width: 60%;
  margin: 0 auto;
  padding: 60px 0;
  color: #333333;
  font-family: mp;
  line-height: 1.4;
}
.services-p p{
  padding: 10px 0;
  color: #343434;
  font-weight: lighter;
  font-size: 18px;
  padding: 7px;
}
.services-p h2{
  color:#dd1863;
  font-size: 22px;
  padding-bottom: 10px;
  padding-top: 30px;
}
.services-p h3{
  padding: 10px 0;
  font-size: 20px;
  font-weight: bold;
}
.services-p li{
  list-style:initial;
  padding: 3px 0;
  color: #343434;
  font-weight: lighter;
  font-size: 18px;
}
#services-inter .back{
  width: 80%;
  margin: 0 auto;
  padding:  0 10px;
}
#back {
  padding: 7px;
  background-color: #333333;
  font-size: 15px;
  transition: ease 0.2s;
  width: 120px;
  margin: 50px auto;
  text-align: center;
  color: #ffffff;
}
#services-inter a{
  color: #ffffff;
  text-decoration: none;
}
#back:hover{
  background-color: rgba(0, 0, 0, 0.3);
  color: #333333;
}
.services-p ul{
  padding: 0 20px;
}

/*----------------------------------blog-----------*/
.contenido-b{
  background-color: #f3eeeb;
  width: 100%;


}
.contenido-blog{
  background-color: #f3eeeb;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.art{
  display: flex;
  width: 90%;
  background-color: #ffffff;
  margin: 30px auto;


}
.tit-sub{
  display: inline-block;
  width: 58%;
  padding-left: 5%;
  padding-right: 2%;

}
.art-f{
  width: 42%;
  background-color: #f3eeeb;
}
.art img{
  width: 95%;
}
.tit-sub h1{
  text-align: left;
  font-size: 30px;
  padding: 25px 0;
}
.tit-sub h2{
  text-align: left;
  font-size: 20px;
  padding: 5px 0;

}
.tit-sub p{
  text-align: left;
  font-size: 15px;
  line-height: 1.2em;
}
.bot{
  padding: 30px 0;
  color: #dd1863;
  font-size: 14px;
}
.art a {
color: #dd1863;
}
#fecha{
  font-weight:bold;
}
.post-i img{
  width: 100%;
}
.post-i h1{
  font-size: 60px;
  color: #ffffff;
  width: 100%;
  text-align: center;
  padding: 40px 0;
  background-color: rgba(0, 0, 0, 0.6);
  margin-top: -142px;
  z-index: 30;
  position: absolute;
  font-family: 'Trebuchet','Trebuchet MS',Helvetica,Arial,Lucida,sans-serif;

}
.post-texto{
  width: 70%;
  margin: 0 auto;
}

.gal-ig{
  width: 80%;
  margin: 30px auto;
  background-color:#fff;
}
.gal-ig img{
  width: 19.8%;
  padding: 0.1%;

}
.titulos-gal{
  text-align: center;
  padding-top: 20px;
  line-height: 1.8em;
}
.titulo-gal-ig{
  font-size: 25px;
}
.sub-titulo-gal-ig{
  font-size: 15px;
}


/* TESTIMONIOS------------------ */


.testi-todo{

  background-color: #d3d3d3;
  margin: 60px 0;
  padding: 30px;
  text-align: center;
}
.columna-testi{
  width: 70%;
  margin: 0 auto;

}

.recarga-testi h1{
  color:#dd1863;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.testi-todo h1{
  color:#dd1863;
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0;
}
.testi-todo p{
  margin: 10px;

}
.pie-testi{
  font-size: 15px;
  text-align:center;
  color:#000;
  padding:1px 7px;
}
.pie-testi strong{
  font-weight: 900;
}
.testi-todo input{
  width: 100%;
}
.testi-todo textarea{
  width: 100%;
}

/* .logos-part{
  text-align: center;
}
.logos-part img{
  width: 90%;
}
.logos-part h1{
  color:#dd1863;
  font-weight: 700;
  font-size: 50px;
} */


