body {
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #ed961a;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
  font-weight: 300;
}
a {
  color: #00e;
  font-size: 12px;
  font-weight: 300;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  height: 107px;
  padding-top: 15px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  opacity: 1;
}
.sectionhome {
  height: 786px;
  padding-top: 490px;
  background-image: url('../images/bgHome.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.navlink {
  padding-top: 15px;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}
.navlink:hover {
  color: #ed961a;
}
.navlink.w--current {
  color: #ed961a;
}
.navlink.w--current:active {
  color: #ed961a;
}
.navlink.w--current:focus {
  color: #ed961a;
}
.subtitulo {
  font-family: Lato, sans-serif;
  color: #ed961a;
  font-size: 41px;
  line-height: 25px;
  font-weight: 300;
}
.titulo {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  font-size: 55px;
}
.titulosection {
  margin-bottom: 30px;
  float: right;
  color: #bcbdc0;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.containernosotros {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}
.titulopagina {
  margin-top: 50px;
  margin-bottom: 25px;
  padding-left: 300px;
  color: #ed961a;
  font-size: 42px;
  line-height: 50px;
}
.textopagina {
  padding-left: 300px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: justify;
}
.textopagina.destacado {
  padding-left: 0px;
  font-weight: 400;
}
.separador {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.containerportfolio {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}
.tablink {
  width: 150px;
  height: 150px;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.tablink.w--current {
  background-color: transparent;
}
.tablink.grafica {
  width: 120px;
  margin-right: 12px;
  margin-left: 12px;
  background-color: transparent;
  background-image: url('../images/btngrafica.png');
  background-position: 50% 0px;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.tablink.grafica:hover {
  background-image: url('../images/btngraficaOn.png');
  background-position: 50% 0px;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.tablink.grafica:active {
  background-image: url('../images/btngraficaOn.png');
  background-position: 50% 0px;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.tablink.grafica:focus {
  background-image: url('../images/example-bg.png'), url('../images/btngrafica.png');
  background-position: 50% 0px, 50% 0px;
  background-size: 125px, auto;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}
.tablink.grafica.w--current {
  background-image: url('../images/btngraficaOn.png'), url('../images/');
  background-position: 50% 0px, 50% 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}
.tablink.grafica.w--current:hover {
  background-image: url('../images/btngraficaOn.png');
  background-position: 50% 0px;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.tablink.web {
  width: 120px;
  margin-right: 12px;
  margin-left: 12px;
  background-color: transparent;
  background-image: url('../images/btnWeb.png');
  background-position: 50% 0px;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.tablink.web:hover {
  background-image: url('../images/btnWebOn.png');
  background-position: 50% 0px;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.tablink.web.w--current {
  background-image: url('../images/btnWebOn.png'), url('../images/');
  background-position: 50% 0px, 50% 0px;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}
.tablink.ilustracion {
  width: 125px;
  margin-right: 12px;
  margin-left: 12px;
  background-color: transparent;
  background-image: url('../images/btnIlus.png');
  background-position: 50% 0px;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.tablink.ilustracion:hover {
  background-image: url('../images/btnIlusOn.png');
  background-position: 50% 0px;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.tablink.ilustracion.w--current {
  background-image: url('../images/btnIlusOn.png');
  background-position: 50% 0px;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.tablink.fotografia {
  width: 120px;
  margin-right: 12px;
  margin-left: 12px;
  background-color: transparent;
  background-image: url('../images/btnFotografia.png');
  background-position: 50% 0px;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.tablink.fotografia:hover {
  background-image: url('../images/btnFotografiaOn.png');
  background-position: 50% 0px;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-transform: none;
}
.tablink.fotografia.w--current {
  background-image: url('../images/btnFotografiaOn.png');
  background-position: 50% 0px;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.tablink.multimedia {
  width: 120px;
  margin-right: 12px;
  margin-left: 12px;
  float: none;
  background-color: transparent;
  background-image: url('../images/btnMultimedia.png');
  background-position: 50% 0px;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.tablink.multimedia:hover {
  background-image: url('../images/btnMultimediaOn.png');
  background-position: 50% 0px;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.tablink.multimedia.w--current {
  background-image: url('../images/btnMultimediaOn.png');
  background-position: 50% 0px;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.tablink.identidad {
  width: 120px;
  margin-right: 12px;
  margin-left: 12px;
  background-color: transparent;
  background-image: url('../images/btnIdentidad.png');
  background-position: 50% 0px;
  background-repeat: no-repeat;
}
.tablink.identidad:hover {
  background-image: url('../images/btnIdentidadOn.png');
  background-position: 50% 0px;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.tablink.identidad.w--current {
  display: inline-block;
  width: 120px;
  margin-right: 12px;
  margin-left: 12px;
  background-color: transparent;
  background-image: url('../images/btnIdentidadOn.png');
  background-position: 50% 0px;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.tablink.identidad.w--current:hover {
  background-color: transparent;
}
.tabgeneral {
  margin-top: 99px;
}
.slidergeneral {
  display: block;
  width: 870px;
  height: 559px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}
.tabmenu {
  display: block;
  width: 900px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}
.leftarrow {
  left: -27px;
}
.iconleft {
  margin-top: 220px;
  margin-left: 0px;
  background-image: url('../images/ArrowLeft.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: transparent;
}
.rightarrow {
  right: -27px;
  float: right;
}
.iconright {
  margin-top: 220px;
  margin-right: 0px;
  background-image: url('../images/ArrowRight.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: transparent;
}
.allslides {
  width: 870px;
  height: 570px;
  margin-left: 0px;
}
.tituloempresa {
  margin-top: -10px;
  margin-left: 4px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: black;
  font-size: 14px;
}
.descripciontrabajo {
  margin-top: -28px;
  margin-left: 4px;
}
.slidenav {
  position: absolute;
  top: 560px;
  display: block;
  font-size: 8px;
}
.textosubbtn {
  position: relative;
  left: 33px;
  display: block;
  width: 120px;
  margin-top: 109px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: right;
  clear: none;
  color: black;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
}
.tituloseccion {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}
.tituloseccion.identidad {
  color: #f2c108;
  font-size: 17px;
  font-weight: 400;
}
.menuscroll {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  height: 107px;
  padding-top: 15px;
  background-color: black;
}
.imgtrabajos {
  width: 850px;
  margin-left: 10px;
}
.containerclientes {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}
.rowclientes {
  margin-top: 65px;
}
.textoclientes {
  margin-left: 18px;
  font-size: 16px;
  line-height: 40px;
}
.sectioncontacto {
  margin-bottom: 100px;
}
.containercontacto {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}
.titulocontacto {
  color: #ed961a;
  font-size: 40px;
  line-height: 45px;
  font-weight: 400;
}
.iconcontacto {
  padding-right: 19px;
  float: right;
}
.textocontacto {
  font-size: 18px;
  line-height: 24px;
}
.textomail {
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  color: black;
  font-size: 18px;
  text-decoration: none;
}
.textomail:hover {
  color: #ed961a;
}
.textomail.footer {
  font-size: 16px;
  line-height: 24px;
}
.rowcontacto {
  margin-top: 40px;
  margin-bottom: 20px;
}
.textofooter {
  margin-top: 30px;
  font-size: 16px;
}
.textofooter.skype {
  position: absolute;
  top: -1px;
  display: block;
  height: 20px;
  margin-top: 0px;
  padding: 6px 10px 26px;
  background-color: #ed961a;
  color: white;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
.rowlinks {
  margin-top: 207px;
}
.linkfacebook {
  width: 50px;
  height: 50px;
  margin-left: 20px;
  background-image: url('../images/facebook.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.linkfacebook:hover {
  background-image: url('../images/facebookOn.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
}
.linkin {
  width: 50px;
  height: 50px;
  margin-left: 10px;
  background-image: url('../images/in.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.linkin:hover {
  background-image: url('../images/inOn.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
}
.linkskype {
  width: 50px;
  height: 50px;
  background-image: url('../images/skype.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.linkskype:hover {
  background-image: url('../images/skypeOn.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
}
.divblocktrabajos {
  position: static;
}
.divskypecmndd {
  width: 100px;
  height: 50px;
  float: right;
}
.divskype {
  position: absolute;
  left: 114px;
  top: 167px;
  width: 120px;
  height: 38px;
  background-color: transparent;
  background-image: url('../images/ArrowSkype-01.png');
  background-position: 50% 100%;
  background-size: 14px;
  background-repeat: no-repeat;
}
html.w-mod-js *[data-ix="menu-scroll-display-none"] {
  display: none;
}
html.w-mod-js *[data-ix="nav-bar"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}
html.w-mod-js *[data-ix="tab-identidad"] {
  opacity: 0;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
html.w-mod-js *[data-ix="tab-grafica"] {
  opacity: 0;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
html.w-mod-js *[data-ix="tab-web"] {
  opacity: 0;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
html.w-mod-js *[data-ix="tab-ilustracion"] {
  opacity: 0;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
html.w-mod-js *[data-ix="tab-fotografia"] {
  opacity: 0;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
html.w-mod-js *[data-ix="tab-multimedia"] {
  opacity: 0;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
html.w-mod-js *[data-ix="icon-contacto"] {
  opacity: 0;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
html.w-mod-js *[data-ix="texto-contacto"] {
  opacity: 0;
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
}
html.w-mod-js *[data-ix="skype-display-none"] {
  display: none;
  opacity: 0;
}
@media (max-width: 991px) {
  .navbar {
    position: fixed;
    background-color: black;
  }
  .navlink {
    text-align: center;
  }
  .titulopagina {
    padding-left: 200px;
  }
  .textopagina {
    padding-left: 200px;
  }
  .tablink.grafica {
    width: 110px;
    margin-right: 0px;
    margin-left: 0px;
    background-size: 110px;
  }
  .tablink.grafica:hover {
    background-image: url('../images/btngraficaOn.png');
    background-position: 50% 0px;
    background-size: 110px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .tablink.grafica.w--current {
    background-image: url('../images/btngraficaOn.png'), url('../images/');
    background-position: 0% 0%, 50% 0px;
    background-size: 110px, 110px;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .tablink.grafica.w--current:hover {
    background-image: url('../images/btngraficaOn.png');
    background-position: 50% 0px;
    background-size: 110px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .tablink.web {
    width: 110px;
    margin-right: 0px;
    margin-left: 0px;
    background-image: url('../images/btnWeb.png');
    background-position: 50% 0px;
    background-size: 110px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .tablink.web:hover {
    background-image: url('../images/btnWebOn.png'), url('../images/');
    background-position: 50% 0px, 50% 0px;
    background-size: 110px, 110px;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .tablink.web:active {
    background-image: url('../images/btnWebOn.png');
    background-position: 50% 0px;
    background-size: 110px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .tablink.web:focus {
    background-image: url('../images/btnWebOn.png');
    background-position: 50% 0px;
    background-size: 110px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .tablink.ilustracion {
    width: 110px;
    margin-right: 0px;
    margin-left: 0px;
    background-image: url('../images/btnIlus.png');
    background-position: 50% 0px;
    background-size: 110px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .tablink.ilustracion:hover {
    background-image: url('../images/btnIlusOn.png');
    background-position: 50% 0px;
    background-size: 110px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .tablink.ilustracion:active {
    background-image: url('../images/btnIlusOn.png');
    background-position: 50% 0px;
    background-size: 110px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .tablink.ilustracion:focus {
    background-image: url('../images/btnIlusOn.png');
    background-position: 50% 0px;
    background-size: 110px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .tablink.ilustracion.w--current {
    background-image: url('../images/btnIlusOn.png');
    background-position: 50% 0px;
    background-size: 110px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .tablink.fotografia {
    width: 110px;
    margin-right: 0px;
    margin-left: 0px;
    background-image: url('../images/btnFotografia.png');
    background-position: 50% 0px;
    background-size: 110px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .tablink.fotografia:active {
    background-image: url('../images/btnFotografiaOn.png');
    background-position: 50% 0px;
    background-size: 110px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .tablink.fotografia:focus {
    background-image: url('../images/btnFotografiaOn.png');
    background-position: 50% 0px;
    background-size: 110px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .tablink.fotografia.w--current {
    background-image: url('../images/btnFotografiaOn.png'), url('../images/');
    background-position: 0% 0%, 50% 0px;
    background-size: 110px, 110px;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .tablink.multimedia {
    width: 110px;
    margin-right: 0px;
    margin-left: 0px;
    background-image: url('../images/btnMultimedia.png');
    background-position: 50% 0px;
    background-size: 110px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .tablink.multimedia:hover {
    background-image: url('../images/btnMultimediaOn.png');
    background-position: 50% 0px;
    background-size: 110px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .tablink.multimedia:active {
    background-image: url('../images/btnMultimediaOn.png');
    background-position: 50% 0px;
    background-size: 110px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .tablink.multimedia:focus {
    background-image: url('../images/btnMultimediaOn.png');
    background-position: 50% 0px;
    background-size: 110px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .tablink.multimedia.w--current {
    background-image: url('../images/btnMultimedia.png');
    background-position: 50% 0px;
    background-size: 110px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .tablink.identidad {
    width: 110px;
    margin-right: 0px;
    margin-left: 0px;
    background-size: 110px;
  }
  .tablink.identidad:hover {
    background-image: url('../images/btnIdentidadOn.png');
    background-position: 50% 0px;
    background-size: 110px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .tablink.identidad.w--current {
    width: 110px;
    margin-right: 0px;
    margin-left: 0px;
    background-size: 110px;
  }
  .tablink.identidad.w--current:hover {
    background-image: url('../images/btnIdentidadOn.png');
    background-position: 50% 0px;
    background-size: 110px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .tablink.identidad.w--current:active {
    background-image: url('../images/btnIdentidadOn.png');
    background-position: 50% 0px;
    background-size: 110px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .tabgeneral {
    left: -34px;
    width: 760px;
  }
  .slidergeneral {
    width: 690px;
  }
  .tabmenu {
    left: 4px;
    width: 689px;
  }
  .textosubbtn {
    margin-top: 92px;
    font-size: 9px;
  }
  .imgtrabajos {
    width: 680px;
  }
  .linkfacebook {
    margin-left: 0px;
  }
  .linkin {
    margin-left: 0px;
  }
  .menubutton {
    color: white;
  }
  .menubutton.w--open {
    background-color: transparent;
  }
  .navmenu {
    background-color: rgba(0, 0, 0, 0.70);
  }
}
@media (max-width: 767px) {
  a.w--current {
    margin-left: 15px;
  }
  .subtitulo {
    margin-left: 15px;
  }
  .titulo {
    margin-left: 15px;
  }
  .titulopagina {
    padding-left: 15px;
  }
  .textopagina {
    padding-left: 15px;
    font-size: 16px;
  }
  .tablink.grafica {
    width: 90px;
  }
  .tablink.web {
    width: 90px;
  }
  .tablink.ilustracion {
    width: 100px;
  }
  .tablink.fotografia {
    width: 100px;
  }
  .tablink.multimedia {
    width: 100px;
  }
  .tablink.identidad.w--current {
    width: 90px;
  }
  .tabgeneral {
    width: 550px;
  }
  .slidergeneral {
    left: 8px;
    width: 489px;
  }
  .tabmenu {
    left: 9px;
    width: 579px;
  }
  .rightarrow {
    right: -34px;
  }
  .allslides {
    width: 520px;
  }
  .imgtrabajos {
    width: 484px;
  }
  .textoclientes {
    margin-left: 0px;
    font-size: 16px;
  }
  .textocontacto {
    font-size: 15px;
  }
}
@media (max-width: 479px) {
  a.w--current {
    margin-left: 5px;
  }
  .sectionhome {
    background-position: 66% 0px;
  }
  .subtitulo {
    margin-right: 15px;
    font-size: 25px;
  }
  .titulo {
    margin-top: 0px;
    margin-right: 15px;
    font-size: 34px;
    line-height: 45px;
  }
  .titulopagina {
    padding-left: 0px;
    font-size: 34px;
    line-height: 45px;
    text-align: left;
  }
  .textopagina {
    padding-left: 0px;
  }
  .tablink.grafica {
    left: 8px;
    height: 90px;
    float: left;
  }
  .tablink.web {
    left: 19px;
    height: 90px;
    float: left;
  }
  .tablink.ilustracion {
    left: -10px;
    height: 90px;
    float: left;
  }
  .tablink.fotografia {
    left: -7px;
    height: 90px;
    float: left;
  }
  .tablink.multimedia {
    top: -90px;
    height: 90px;
    float: right;
    clear: none;
  }
  .tablink.identidad.w--current {
    left: -9px;
    width: 90px;
    height: 90px;
    float: left;
  }
  .tabgeneral {
    left: -3px;
    width: 290px;
  }
  .slidergeneral {
    left: -6px;
    width: 290px;
    float: none;
    clear: both;
  }
  .tabmenu {
    left: 0px;
    top: 19px;
    width: 290px;
    height: 224px;
  }
  .allslides {
    width: 290px;
  }
  .tituloempresa {
    width: 290px;
    margin-left: 6px;
  }
  .descripciontrabajo {
    display: block;
    width: 290px;
    margin-left: 6px;
  }
  .imgtrabajos {
    position: static;
    width: 290px;
    margin-left: 0px;
  }
  .iconcontacto {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    clear: none;
  }
  .textocontacto {
    position: relative;
    margin-top: 16px;
    float: left;
    clear: both;
  }
  .rowcontacto {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .rowlinks {
    margin-top: 35px;
  }
  .tabcontent {
    top: -49px;
    width: 290px;
  }
  .imglogo {
    width: 240px;
  }
}