
@font-face {
    font-family: 'allerbold';
    src: url('../fonts/aller_bd-webfont.woff2') format('woff2'),
         url('../fonts/aller_bd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'allerregular';
    src: url('../fonts/aller_rg-webfont.woff2') format('woff2'),
         url('../fonts/aller_rg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* RESET CSS */

body{margin:0} /*Elimina margenes del body*/

h1,h2,h3 {margin:0; font-weight:normal;}

img{border:none;} /*Elimina borde azul de imagenes con links*/

ul{margin:0;padding:0} /*Elimina bordes de lista*/

/*Impide que Skype transforme los numeros telefonicos*/
span.skype_pnh_container {display:none !important;}
span.skype_pnh_print_container {display:inline !important;}

/*Elimina bordes punteados de links en Firefox*/
a:active{outline: none;}
a:focus {outline: none;}

a{text-decoration: none;
color: inherit;}

*{outline:none;}

/*Inputs cross browser!!!*/
input {
margin: 0;
padding: 0;
border: 0;
outline: 0;
}

input::-moz-focus-inner /*Borra el padding a botones submit en FF*/
{ border: 0;
  padding: 0;}
  
textarea{
	border:none;
	padding:0;}


/*FIN RESET*/

img{max-width: 100%;}

.slide1 h1 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 115px;
  font-size: 3em;
  font-family: "Arvo",serif;
}

.nav-r a {
  background-color: #db1e3e;
  border-bottom: 1px solid #ccc;
  float: left;
  padding: 14px 0;
  text-align: center;
  width: 100%;
  color: #fff;
}

.btn-r {
  float: right;
  width: 30px;
  margin-top: 29px;
  display: none;
  cursor: pointer;
}

.selec-proy {
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: none;
  float: left;
  font-size: 0.7em;
  margin-top: 27px;
  padding: 12px 7px;
  width: 100%;
  cursor: pointer;
}

.nav-r {
  display: none;
  left: 0;
  position: absolute;
  top: 77px;
  width: 100%;
  max-height: 0;
  overflow: hidden;
   -webkit-transition: max-height 0.3s ease 0s;
  -moz-transition: max-height 0.3s ease 0s;
  -o-transition: max-height 0.3s ease 0s;
  transition: max-height 0.3s ease 0s;
}

.close .rota1 {
    margin-top: 10px;
    transform: rotate(45deg);
}
.close .rota2 {
    margin-top: -9px;
    transform: rotate(-45deg);
}
.close .rota3 {
    display: none;
}

.open-menu {
  max-height: 460px;
}

.barra {
  background-color: #000;
  float: left;
  height: 2px;
  margin-bottom: 7px;
    -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}

video {
  width: 100%    !important;
  height: auto   !important;
}

body{font-family: 'allerregular';}

header{
  width: 100%;
  height: 96px;
  position: fixed;
  border-top: 13px solid #db1e3e;
  background-color: #fff;
  z-index: 2100;
  box-shadow: none;
    -webkit-transition: box-shadow .4s;
  -moz-transition: box-shadow .4s;
  -o-transition: box-shadow .4s;
  transition: box-shadow .4s;
}

.sombritah{
  box-shadow: 0 -9px 25px #000;
}

.logo {
  float: left;
  height: 76px;
  margin: 15px 0 0;
  width: 156px;
}

.contenedor{
  width: 960px;
  margin: 0 auto;
}

.slide1,.slide2,.slide3{
  float: left;
  width: 100%;
  height: 300px;
}

.slide1 {
  background-image: url(../img/slide1.jpg);
  background-size: cover;
  margin-top: 109px;
}

.slide2{
  background-image:url(../img/slide2.jpg); 
  background-size: cover;
}

.slide3{
  background-image:url(../img/slide3.jpg); 
  background-size: cover;
}

.slidehome {
  float: left;
 /* margin-top: 50px;*/
  width: 100%;
}

.m-top {
  margin-top: 109px;
}

.cuarto{
  width: 25%;
  float: left;
}

.hacemos-home {
  box-sizing: border-box;
  height: 350px;
  padding: 0 35px;
  position: relative;
  text-align: center;
  margin-top: 25px;
}

.icono1{
  width: 128px;
  height: 102px;
  background-image:url(../img/sprite.png);
  background-repeat: no-repeat; 
  margin: 0 auto;
  top: 20px;
  position: relative;
  z-index: 1;
  -webkit-transition: top .4s;
  -moz-transition: top .4s;
  -o-transition: top .4s;
  transition: top .4s;
}

.hacemos-home:hover .icono1 {
  top: 0;
}

.hacemos-home:hover p {
  color: #000;
}

.icon-branding{
  background-position: 0 -110px;
}
.icon-digital{
  background-position: 0 0;
}
.icon-editorial{
  background-position: 0 -220px;
}
.icon-packaging{
  background-position: 0 -330px;
}

.hacemos-home h2 {
  border: 1px solid #b8b8b8;
  color: #000;
  font-family: "Arvo",serif;
  font-size: 1em;
  padding: 9px 0 10px;
  position: relative;
  top: 30px;
}

.hacemos-home p {
  color: #939598;
  position: relative;
  top: 30px;
  font-size: .8em;
  text-align: left;
    -webkit-transition: color .4s;
  -moz-transition: color .4s;
  -o-transition: color .4s;
  transition: color .4s;
}

.sombrita{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cccccc+4,ffffff+26 */
background: #cccccc; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #cccccc 4%, #ffffff 26%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #cccccc 4%,#ffffff 26%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #cccccc 4%,#ffffff 26%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
width: 170px;
height: 25px;
opacity: 0;
position: absolute;box-sizing:border-box;
    -webkit-transition: opacity .8s;
  -moz-transition: opacity .8s;
  -o-transition: opacity .8s;
  transition: opacity .8s;}

.hacemos-home:hover .sombrita {
  opacity: 1;
}

.nosotros{
  width: 100%;
  height:420px;
  float: left;
  background-color: #f3f3f4;
  background-image: url(../img/nos1.jpg), url(../img/nos2.jpg);
background-position: left bottom, right bottom;
background-repeat: no-repeat;
}

.caja-trabajo {
  background-size: cover!important;
  display: inline-block;
  float: left;
  height: 320px;
  width: 25%;
}

.caja-trabajo:hover{opacity: .8;}

footer{
  width: 100%;
  height: 165px;
  background-color: #414042;
  float: left;
}

.t-trabajo {
  color: #b6b6b6;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}

.slider-trabajos {
  float: left;
  width: 100%;
}

.cycle-slide{
  float: left;
  width: 100%;
}

.cont-nos{
  width: 690px;
  margin: 0 auto;
}

.cont-nos h3 {
  color: #da1e3d;
  margin-top: 30px;
  font-size: 1.2em;
}

.nombre {
  font-size: 0.85em;
  margin-bottom: 15px;
}

.p-home {
  font-family: "allerbold";
  font-size: 0.8em;
  line-height: 1.5;
  margin-bottom: 25px;
  margin-left: 112px;
  width: 530px;
  color: #000;
  float: left;
}

.caja-nos {
  background-color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  float: left;
  height: 230px;
  width: 300px;
  padding: 25px 30px;
}

.fechas{
  color:#939598;
font-size: .8em;}

.educ {
  color: #231f20;
  font-size: 0.8em;
  margin-bottom: 10px;
}

.mp1 {
  margin-left: 75px;
}
.mp2{margin-left: 15px;}

.cinta-clientes{
  width: 100%;
  float: left;
  background-color: #da1e3d;
  margin-top: 45px;
}

.cont2{
  width: 690px;
  margin: 0 auto;
  padding: 12px 0;
  color: #fff;
}

.cont2 h3{
  color: #fff;
}

.nav-r{
  display: none;
}

.nav1 {
  border-bottom: 2px solid #b8b8b8;
  border-top: 2px solid #b8b8b8;
  float: right;
  height: 29px;
  margin-top: 45px;
}

.nav1 a {
  float: left;
  display: inline-block;
  font-size: 0.8em;
  padding: 6px 0;
  text-align: center;
  width: 116px;
  color: #b8b8b8;
      -webkit-transition: color .4s;
  -moz-transition: color .4s;
  -o-transition: color .4s;
  transition: color .4s;
}

.nav1 a:hover, .nav1 a.current {
  border-bottom: 2px solid #db1e3e;
  color: #000;
}

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

.floater100{width: 100%;float: left;}

.right-footer {
  float: right;
  width: 400px;
  margin-top: 40px;
}

.logo-foot {
  color: #fff;
  float: left;
  letter-spacing: 10px;
  font-size: .8em;
  margin-top: 70px;
}

.right-footer a {
  background: rgba(0, 0, 0, 0) url(../img/iconos-foot.png) no-repeat scroll right 0;
  color: #fff;
  float: right;
  font-size: 0.9em;
  padding: 1px 34px 1px 0;
  margin-bottom: 7px;
}

.right-footer span{
  width: 100%;
  float: left;
}

.dire-foot{background-position: 0 0;}
.mail-foot{background-position: right -34px!important;}
.fono-foot{background-position: right -64px!important;}

.foto-hacemos{
  width: 100%;
  height: 373px;
  background: url(../img/hacemos.jpg);
  background-size: cover;
  float: left;
}

.hacemos1, .hacemos2 {
  color: #a09f9f;
  font-size: 2em;
}

.cont-hacemos h2 {
  color: #da1e3d;
  font-size: 1.2em;
  float: left;
  width: 100%;
  margin-top: 30px;
}

.hacemos2 {
  border-bottom: 2px dashed #da1e3d;
  padding-bottom: 38px;
  width: 100%;
}

.cont-hacemos p {
  color: #231f20;
  font-size: 0.85em;
}

.columna-hacemos {
  float: left;
  margin: 18px 0 50px 0;
  width: 450px;
}

.columna2 {
  margin: 74px 0 0 60px;
}

.top-portafolio {
  float: left;
  margin-bottom: 35px;
  margin-top: 29px;
  width: 100%;
}

.top-portafolio h2 {
  background: url(../img/iconos-porta1.jpg) no-repeat scroll 0 0;
  float: left;
  height: 78px;
  font-size: .9em;
  padding: 30px 0 0 86px;
  box-sizing:border-box;
  font-family: "Arvo",serif;
}

.t-branding{background-position: 0 0!important;}
.t-digital{background-position: 0 -78px !important}
.t-editorial{background-position: 0 -158px !important;}
.t-packaging{background-position: 0 -241px!important;}

.links-porta {
  float: right;
  margin-top: 14px;

}

.links-porta a{
  width: 69px;
  height: 53px;
  float: left;  
  background: url(../img/iconos-porta2.jpg) no-repeat 0 0;
  opacity: .7;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
  margin-left: 12px;
}

.link-branding{background-position: -221px -8px !important}
.link-digital{background-position: -5px -9px!important;}
.link-editorial{background-position: -82px -7px !important;}
.link-packaging{background-position: -152px -9px !important;}

.links-porta a span {
  float: left;
  font-size: 0.7em;
  text-align: center;
  width: 100%;
  margin-top: 58px;
  opacity: 0;
    -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
}

.links-porta a:hover{
  opacity: 1;
}

.links-porta a:hover span{
  opacity: 1;
}

.porta-left{
  float: left;
  width: 212px;
}

.sidebar-menu {
  background: #e1e1e1 none repeat scroll 0 0;
  float: left;
  width: 212px;
  padding-top: 14px;
      -webkit-transition: width .4s;
  -moz-transition: width .4s;
  -o-transition: width .4s;
  transition: width .4s;
}

.sidebar-menu a {
  clear: left;
  color: #231f20;
  float: left;
  font-size: 0.72em;
  margin: 0 0 14px 18px;
  letter-spacing: 2px;
}

.sidebar-menu a span {
  background: url(../img/cruces.jpg) no-repeat scroll -15px 0;
  float: left;
  height: 14px;
  margin: 0 5px 0 0;
  width: 14px;
      -webkit-transition: background .4s;
  -moz-transition: background .4s;
  -o-transition: background .4s;
  transition: background .4s;
}

.sticky {
  margin-top: -110px;
  position: fixed;
}
.porta-right {
  float: right;
  min-height: 650px;
  width: 613px;
  margin-bottom: 69px;
}

.porta-right h2 {
  color: #555;
  float: left;
  font-family: "Arvo",serif;
  font-size: 0.8em;
  margin-bottom: 20px;
  width: 100%;
}

.porta-right img{margin: 0 0 14px 0; float:left;}

.porta-right p {
  background: url(../img/plus.png) no-repeat scroll 0 16px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  color: #939598;
  float: left;
  font-size: 0.8em;
  padding: 16px 16px 16px 35px;
  width: 100%;
  margin: 0 0 14px 0;
}

.sidebar-menu a:hover{color: #d81e3d;}

.sidebar-menu a:hover span{background: url(../img/cruces.jpg) no-repeat scroll 0 0;}

.cycle-prev,.cycle-next{
  width: 30px;
  height: 57px;
  background: url(../img/iconos-nav.png) 0 0;
  position: absolute;
  top: 200px;
  z-index: 2000;
  cursor: pointer;
}

.cycle-next {
  background-position: -48px 0px;
  right: 0;
}
.cycle-prev{background-position: 0 0; left: 0;}

.slide-porta {
  float: left;
  position: relative;
  margin: 10px 0 30px;
      -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


.menu-porta-1 {
  background-color: rgba(219, 30, 62, 0.9);
  height: 0;
  float: left;
  left: -727px;
  position: absolute;
  top: 49px;
  width: 960px;
  z-index: 3000;
  overflow: hidden;
-webkit-transition: all 400ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
   -moz-transition: all 400ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
     -o-transition: all 400ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
        transition: all 400ms cubic-bezier(0.390, 0.575, 0.565, 1.000); /* easeOutSine */

-webkit-transition-timing-function: cubic-bezier(0.390, 0.575, 0.565, 1.000);
   -moz-transition-timing-function: cubic-bezier(0.390, 0.575, 0.565, 1.000);
     -o-transition-timing-function: cubic-bezier(0.390, 0.575, 0.565, 1.000);
        transition-timing-function: cubic-bezier(0.390, 0.575, 0.565, 1.000); /* easeOutSine */
}

.nav1 span {
  float: left;
  height: 43px;
  position: relative;
}

.nav1 span:hover .menu-porta-1 {  height: 229px;}

.menu-porta-1 a {
  color: #fff;
  float: left;
  height: 180px;
  padding-top: 40px;
  width: 25%;
}

.menu-porta-1 a:hover {
  color: #fff;
  background-color: rgba(219, 30, 62, 1);
}


.icon-sub{
  width: 100%;
  float: left;
  height: 118px;
  background: url(../img/iconos-sub.png) no-repeat;
}

.sub-branding{background-position: 81px 0;}
.sub-digital{background-position: -162px -4px;}
.sub-editorial{background-position: -394px 9px;}
.sub-packaging{background-position: -632px 1px;}

.caja-nombre {
  border: 1px solid #c6c6c6;
  box-sizing: border-box;
  float: left;
  width: 100%;
}


.caja-descrip1 {
  float: left;
  width: 455px;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: .8em;
}

.descrip1{color: #474747;}

.contacto1 {
  background-color: #7d7d7d;
  color: #fff;
  float: left;
  height: 300px;
  text-align: center;
  width: 100%;
}

#map{
  width: 100%;float: left;height: 500px;
}

.contacto1 h2 {
  margin-top: 60px;
  font-family: "Arvo",serif;
  font-size: 2em;
}

.txt-contac {
  margin: 10px 0 50px;
  font-size: 1.2em;
}




