/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {


.contenedor {width: 748px;}

      .btn-r {
  display: block;
}

.nav1 {
display: none;
}

.porta-right {
  width: 495px;
}

    }

    /*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {

      .selec-proy{
  display: block;
}

      .btn-r {
  display: block;
}

.contenedor {width: 300px;}

.nav-r {
  display: block;
}

header {
  position: relative;
  height: 77px;
}

.nav1 {
display: none;
}

.cuarto {
  width: 100%;
}

.hacemos-home {
  height: auto;
  float: none;
}

.t-trabajo {
  margin-top: 40px;
  text-align: center;
}

.caja-trabajo {
  height: 195px;
  width: 50%;
}

.cont-nos {
  width: 300px;
}

.p-home {
  margin-left: 0;
  width: 100%;
  text-align: center;
}

.mp1, .mp2 {
  margin-left: 0;
}

.nosotros {
  height: auto;
}

.mp1, .mp2 {
  margin-left: 0;
  margin-bottom: 20px;
}

.cont2 {
  width: 300px;
}

.cont-nos h3 {
  text-align: center;
}

.cont2 h3 {
  text-align: center;
}

.clientes {
  margin: 10px auto 40px;
  width: 90%;
}

.logo-foot {
  text-align: center;
  width: 100%;
}

.right-footer a {
  background: none;
  text-align: center;
  width: 100%;
  padding: 0;
}

.slide1, .slide2, .slide3 {
  height: 222px;
  background-position: center 0;
  margin-top: 0;
}

.slide1 h1 {
  font-size: 2em;
  margin-top: 93px;
  width: 100%;
}

.logo {
  height: 52px;
  width: 110px;
}

.logo-foot {
  text-align: center;
  width: 100%;
  margin-top: 25px;
}

.right-footer {
  float: right;
  margin-top: 25px;
  width: 100%;
}

.foto-hacemos {
  height: 169px;
}

.columna-hacemos {
  margin: 18px 0 0px;
  width: 100%;
}

.columna2 {
  margin: 0 0 25px 0;
}

.m-top {
  margin-top: 0;
}


.sidebar-menu {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  margin-top: 90px;
}

.open-side{
  width: 100%;
}

.porta-right {
  width: 100%;
}

.links-porta {
  display: none;
}

.top-portafolio {
  margin-bottom: 31px;
  margin-top: 18px;
  width: 100%;
}

.top-portafolio h2 {
  background-size:55px auto;
  font-size: 0.9em;
  height: 53px;
  padding: 18px 0 0 68px;
}

.t-digital {
  background-position: 0 -55px !important;
}

.t-editorial {
  background-position: 0 -168px !important;
}

.t-packaging {
  background-position: 0 -169px !important;
}
    }

    /* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {


.contenedor {width: 460px;}

  
    }