@font-face {
    font-family: 'robotoblack';
    src: url('../Fonts/roboto-black-webfont.woff2') format('woff2'), url('../Fonts/roboto-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadProRegular';
    src: url('../Fonts/MyriadPro-Regular.eot');
    src: url('../Fonts/MyriadPro-Regular.eot') format('embedded-opentype'), url('../Fonts/MyriadPro-Regular.woff') format('woff'), url('../Fonts/MyriadPro-Regular.ttf') format('truetype'), url('../Fonts/MyriadPro-Regular.otf') format('opentype'), url('../Fonts/MyriadPro-Regular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-FB04;
}

@font-face {
    font-family: 'robotobold';
    src: url('../Fonts/roboto-bold-webfont.woff2') format('woff2'), url('../Fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('../Fonts/roboto-light-webfont.woff2') format('woff2'), url('../Fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotomedium';
    src: url('../Fonts/roboto-medium-webfont.woff2') format('woff2'), url('../Fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('../Fonts/roboto-regular-webfont.woff2') format('woff2'), url('../Fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
    max-width:1366px;
    margin:0 auto;
    display: table;
}

.fmpr {
    font-family: 'MyriadProRegular'
}

.rb {
    font-family: 'robotoblack';
}

.rl {
    font-family: 'robotolight';
}

.rm {
    font-family: 'robotomedium';
}

.rr {
    font-family: 'robotoregular';
}

.rblk {
    font-family: 'robotoblack';
}

.link-light {
    font-size: 9.5px;
    width: 100px;
}

.btn-registro {
    border-radius: 25px;
    border: 1px solid #e00d1a;
    width: 118px;
    height: 24px;
    float: left;
}

.btn-registro .rm {
    font-size: 9.5px;
    line-height: 5px;
    text-align: center;

}

p {
    font-family: 'robotolight';
    font-size: 16px;
    color: #999999;
}

.base-horizontal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.base-horizontal.nav-bar> li {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
}

.base-horizontal a {
    text-align: center;
}

.base-horizontal ul {
    position: absolute;
    top: 100%;
    min-width: 10em;
}

.base-horizontal ul ul {
    top: 0;
    left: 100%;
}

.base-horizontal li:hover> ul {
    display: block;
}

#menu li {
    height: 35px;
}

#menu-main li a {
    color: inherit!important;
    font-size: 12px!important;
    font-family: 'robotolight'!important;
}

#menu-main li a.active-link {
    color: #ec1c24 !important;
    font-size: 12px !important;
    font-family: 'robotobold' !important;
}

.cinta-icon {
    background-color: #d8d7dc;
    height: 204px;
    width: 100%;
    padding: 5% 0%;
    position: relative;
}

.caja-icon {
    display: flex;
    flex-direction: row;
}

.blk-texto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
}

.blk-texto h3 {
    margin: 0px;
    color: #999999;
    font-size: 18px;
    font-family: 'robotoblack';
    text-transform: uppercase;
}

.blk-texto p {
    font-size: 15px;
    margin: 0px;
    color: #999999;
    font-family: 'robotoregular';
}

#menu-main li a {
    color: inherit !important;
    font-size: 12px !important;
    font-family: 'robotolight' !important;
}

.caja-icon img {
    margin: auto;
    width: 100%;
    max-width: 68px;
    max-height: 100%;
}

.esquina-abs {
    position: absolute;
    height: 780px;
    top: 0px;
    right: 0px;
}

.box-subir-archivo {
    background-color: #d8d7dc;
    height: 452px;
    border-radius: 10px;
    padding: 3%;
}

.box-subir-archivo-alt {
    background-color: transparent;
    height: 452px;
    border-radius: 10px;
    padding: 3%;
}

.color-rojo {
    color: #e00d1a;
}

.color-f47171 {
    color: #f47171;
}

.linea-blanca {
    background-color: #fff;
    height: 1px;
}

.input-form {
    width: 100%;
    background: white;
    height: 33px;
    border-radius: 25px;
    border: none;
    margin-bottom: 5%;
    text-indent: 23px;
}

div.file-input {
    width: 100%;
    background: white;
    height: 33px;
    border-radius: 25px;
    background-image: url(../img/clip-upload.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    cursor: pointer;
}

.file-input p {
    color: #808080;
    font-family: 'robotoregular';
    font-size: 11px;
    line-height: 27px;
    margin: 0;
}

.btn-enviar {}

.title-np {
    font-size: 21px;
    color: #999999;
}

.texto-pi {
    padding-right: 15%;
}

.texto-pi p {
    font-family: 'robotolight';
    font-size: 16px;
    color: #999999;
}

.trapecio {
    background-image: url(../img/trapecio.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 483px;
    width: 447px;
    position: absolute;
    left: 0%;
    top: 0;
    padding-top: 8%;
    padding-left: 15%;
}

.linea-torcida-gris {
    position: absolute;
    top: -25px;
    line-height: 20px;
    left: 45%;
    width: 1px;
    height: 220px;
    background-color: #999999;
    -webkit-transform: skewX(-27deg);
    -moz-transform: skewX(-27deg);
    -ms-transform: skewX(-27deg);
    -o-transform: skewX(-27deg);
    transform: skewX(-27deg);
}

.linea-torcida-blanca {
    position: absolute;
    line-height: 20px;
    width: 1px;
    height: 220px;
    background-color: #ffffff;
    -webkit-transform: skewX(-27deg);
    -moz-transform: skewX(-27deg);
    -ms-transform: skewX(-27deg);
    -o-transform: skewX(-27deg);
    transform: skewX(-27deg);
}

.paralelogramo {
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    float: none;
    z-index: auto;
    width: 150px;
    height: 50px;
    position: static;
    cursor: default;
    opacity: 1;
    margin: 0;
    padding: 0;
    overflow: visible;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    font: normal 100%/normal Arial, Helvetica, sans-serif;
    color: rgba(0, 0, 0, 1);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: #999999;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: skewX(-27deg);
    transform: skewX(-27deg);
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    position: relative;
}

.paralelogramo p {
    position: absolute;
    top: 0;
    left: 0;
}

.nuestro-blog {
    width: 100%;
    height: 600px;
    position: relative;
    margin-top: 120px;
}

.esq-sup-izq {
    width: 164px;
    height: 350px;
    border-style: solid;
    border-width: 350px 165px 0 0;
    border-color: #e00d1a transparent transparent transparent;
    position: absolute;
    top: 0px;
    left: 0px;
}

.esq-inf-der {
    width: 105px;
    height: 223px;
    border-style: solid;
    border-width: 0 0 223px 105px;
    border-color: transparent transparent #e00d1a transparent;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.title-nbh {
    font-size: 21px;
    font-family: 'robotoregular';
    color: #999999;
}

.img-centro {
    background-image: url(../img/middle-home.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 30%;
    height: 483px;
    float: left;
    position: relative;
}

.img-centro-nota p{
    color: white;
    text-align: justify;
}
.img-centro-nota h1{
    text-align: center;
    color: white;
}

.leer-mas-btn{
    width: 154px;
    height: 34px;
    border: 1px solid white;
    border-radius: 25px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.texto-provedores p{
    color: #ffffff; margin: 5px;
}

.leer-mas-btn p{
    line-height: 3px;
    color: white;
    text-align: center;
    font-family: 'robotolight';
}

.img-centro-nota {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 128, 128, 0.5);
    display: block;
    padding: 5%;
}

.box-home {

    width: 345px;
    height: 213px;
    background-color: #d8d7dc;
    padding: 4% 8%;
    cursor: pointer;
}

.area-proveedores {

    padding: 2%;
    background-image: url(../img/imagenes-imagen-grafica-02.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 440px;
    margin-top: 5%;
}

.textarea-input {

    background-color: #fff;
    border-radius: 25px;
    width: 100%;
    text-indent:20px;
    padding: 5px;

}

#proveedor button[type=submit] {
    margin: 0 auto;
    display: table;
}

#proveedor {
    margin: 0 auto;
    width: 25%;
}

.title-proveedores {
    position: relative;
    width: 60%;
    margin: 0 auto;
    margin-left: 25%;
}

.reset-btn {
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    margin:0 auto;
    display: table;
}

footer {
    background-color: #fff;
    color: #999999;
    padding: 5%;
}

.nav-footer li {
    color: #999999;
    line-height: 1.4em;
    font-size: 12px;
    margin-top: 4px;
    font-family: 'robotolight';
    letter-spacing: 3px;
}

.nav-footer li a {
    color: #999999;
    line-height: 1.4em;
    font-size: 12px;
  
    font-family: 'robotolight';
    letter-spacing: 3px;
    margin-bottom: 0.5rem;
}

@media (max-width: 1280px) {
    .nav-footer li a {
        color: #999999;
        line-height: 1.4em;
        font-size: 12px;
        text-transform: capitalize;
        font-family: 'robotolight';
        letter-spacing: 3px;
        margin-bottom: 12%;
    }
}

.title-form {
    color: #999999;
    line-height: 1.4em;
    font-size: 12px;
    text-transform: capitalize;
    font-family: 'robotolight';
    letter-spacing: 3px;
    text-align: center;
}

#form-newletter-footer {
    float: right;
    width: 100%;
    margin-top: 12px;
    position: relative;
}

#form-newletter-footer #form-input {
    border: 1px solid #808080;
    width: 100%;
    margin: 0 auto;
    display: table;
    position: relative;
    background: white;
    border-radius: 25px;
}

#form-newletter-footer input[type="text"]::-moz-placeholder {
    font-weight: 400;
    color: #444242;
}

#form-newletter-footer input[type="text"]::-webkit-input-placeholder {
    font-weight: 400;
    font-weight: 400;
    color: #444242;
}

#form-newletter-footer input[type="text"]:-ms-input-placeholder {
    font-weight: 400;
    color: #444242;
}

#form-newletter-footer input[type="text"] {
    border: none;
    height: 29px;
    text-indent: 10px;
    width: 67%;
    margin-left: 5px;
    float: left;
    border-radius: 25px;
}

#form-newletter-footer input[type="email"] {
    border: none;
    height: 29px;
    text-indent: 10px;
    width: 67%;
    margin-left: 5px;
    outline: none;
    float: right;
    border-radius: 0px;
}

#form-newletter-footer button[type="submit"] {
    float: right;
    background: none;
    border: none;
    width: 12%;
    margin-top: 6px;
}

.btn-sub {
    border: none;
    height: 36px;
    float: right;
    position: absolute;
    left: 0%;
    top: 1%;
    background-color: #e0001a;
    width: 24%;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    z-index: 100;
}

.copyright {
    background-color: #d8d7dc;
    width: 100%;
    height: 45px;
}

.trapez {
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(../img/trapez-chato.svg);
    background-size: 100%;
    width: 100%;
    height: 536px;
}

.about {
    width: 100%;
    height: 536px;
    position: relative;
    margin-top: 80px;
}

.texto-somos {
    width: 25%;
    position: relative;
    left: 15%;
}

.info-valores {
    position: relative;
    width: 35%;
    float: right;
    top: -110px;
}

.cinta-servicios {
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(../img/cinta-servicio.png);
    background-size: cover;
    width: 100%;
    height: 213px;
    padding: 4% 0%;
}

.title-img-grafica {
    color: #ffffff;
    line-height: 27px;
    margin: 0;
}

.plotter .ed-container {
    max-width: 100%;
    height: 450px;
}

.triangle-bottomleft {
    width: 0;
    height: 0;
    border-bottom: 205px solid red;
    border-right: 205px solid transparent;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 100;
}

.box-home-cutted-left {
    width: 462px;
    height: 265px;
    background-color: #d8d7dc;
    padding: 5%;
    position: relative;
}

.box-home-cutted-left p {
    line-height: 2em;
}

.box-home-cutted-left::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 40px solid white;
    border-right: 40px solid #d8d7dc;
    width: 0;
}

div.mision-vision {
    margin-top: 120px;
    width: 100%;
    height: 536px;
}

.box-home-cutted-right {
    width: 490px;
    height: 441px;
    background-color: #d8d7dc;
    padding: 5%;
    position: absolute;
    top: 0;
    right: 78px;
}

.box-home-cutted-right p {

    line-height: 1.5em;

}

.box-home-cutted-right::before {

    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: 80px solid #d8d7dc;
    border-right: 49px solid white;
    width: 0;

}

.recycling {

    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(../img/imagen-grafica-politicasdecaldiad.jpg);
    background-size: cover;
    width: 388px;
    height: 441px;
    padding: 10%;

}

.txt-recycling {
    color: #ffffff;
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
}

.center-abs {
    position: absolute;
    top: 0;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mision,
.vision {
   
    height: auto;
}

.mision {
    position: absolute;
    top: 25px;
    left: 25px;
}

.vision {
    position: relative;
    
}

.nuestros-servicios {
    width: 100%;
    height: 911px;
    position: relative;
    padding: 5% 0%;
}

.img-abs-sup {
    position: absolute;
    top: 0;
    right: 0%;
}

.img-abs-inf {
    position: absolute;
    bottom: 0;
    right: 0;
}

.color-999999 {
    color: #999999;
}

.tt-uppercase {
    text-transform: uppercase;
}

.box-services {
    width: 100%;
    height: 269px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.cinta-catalogo {
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(../img/imagenes-imagen-grafica-02.png);
    background-size: 100%;
    width: 100%;
    height: 358px;
    position: relative;
    margin-bottom: 5%;
}

.other-services {
    height: 358px;
    width: 100%;
    background-color: #d8d7dc;
    padding: 3%;
    margin-bottom: 5%;
}

.title-cat {
    text-align: center;
    color: white;
    line-height: 22px;
}

#map {
    width: 100%;
    height: 288px;
}

.cinta-llamenos {
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(../img/cinta-llamenos.png);
    background-size: cover;
    width: 100%;
    height: 335px;
    padding: 2%;
}

.blk-center {
    margin: 58px 0% 0 3%;
    display: table;
    width: 60%;
    height: 145px;
    position: relative;
    color: white;
}

.blk-center p {
    color: white;
}

.cel-hand {
    position: absolute;
    top: 0;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.caption-marcas {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 60%;
}

.banner-container {
    position: relative;
}

.h1-big {
    color: white;
    font-size: 82px;
    margin: 0;
    line-height: 72px;
}

.text-comp {
    color: white;
    font-size: 36px;
    margin: 0;
}

.content-marcas .ed-container {
    margin-bottom: 5%;
    margin-top: 5%;
}

.banner-contacto {
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(../img/nuevos-banners/contactos.jpg);
    background-size: 100%;
    width: 100%;
    height: 235px;
    padding: 4% 0%;
}

.form-contact-area {
    width: 100%;
    height: 400px;
    position: relative;
}

.esq-inf-izq {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.form-rounded {
    display: flex;
}

.form-rounded label {
    font-family: 'robotoblack';
    font-size: 14px;
    color: #666666;
    text-transform: uppercase;
}

.form-rounded input[type="text"] {
    background-color: #ffffff;
    border: 1px solid #4d4d4d;
    text-indent: 10px;
    width: 70%;
    border-radius: 10px;
    height: 28px;
    font-family: 'robotolight';
}

.form-rounded input[type="email"] {
    background-color: #ffffff;
    border: 1px solid #4d4d4d;
    text-indent: 10px;
    width: 70%;
    border-radius: 10px;
    height: 28px;
    font-family: 'robotolight';
}

.form-rounded textarea {
    border-radius: 10px;
    border: 1px solid #4d4d4d;
    width: 100%;
    height: 250px;
    font-family: 'robotolight';
    font-size:14px;
    padding:5px;
}

.form-rounded {
    width: 100%;
    display: flex;
    height: auto;
    flex-direction: row;
    margin-top: 100px;
}

.form-rounded .block-div {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.form-rounded .block-div .form-control {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 5%;
}

.cotizacion {
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(../img/cotizacion-fondo.png);
    background-size: cover;
    width: 100%;
    height: 316px;
    padding: 2%;
}

.slider-proveedores {

    width: 100%;
    height: 200px;

}

.title-servicio {
    text-align: center;
    font-size: 19px;
    color: #999999;
    text-transform: uppercase;
    margin-bottom: 3%;
}

.banner-detalle-servicio {

    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 358px;
    padding: 8% 0% 7% 17%;

}

.title-det-ser {
    color: white;
    font-size: 26px;
}

.area-detelle {
    width: 100%;
    height: 600px;
    position: relative;
}

.ed-menu .active-link {
    color: #ec1c24;
    font-family: 'robotobold'!important;
}

.bloque-empresarial {
    width: 100%;
    height: 600px;
    position: relative;
}

.bloque-ecologico {
    width: 100%;
    height: 600px;
    position: relative;
}

.bloque-editorial {
    width: 100%;
    height: 600px;
    position: relative;
}

.bloque-souvenirs {
    
    width: 100%;
    height: 600px;
    position: relative;
}

.img-abs {
    position: absolute;
    top:0px;
}

.bloque-imp-gf {
    width: 100%;
    height: 600px;
    position: relative;
}

.bloque-comerciales {
    width: 100%;
    height: 600px;
    position: relative;
}

.bloque-diseno-grafico {
    width: 100%;
    height: 600px;
    position: relative;
}

.linea-gris {
    background: #666666;
    width: 1px;
    height: 800px;
}

.nota-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/blog-2.png);
    background-size: cover;
    width: 100%;
    height: 132px;
}

.nota {
    margin-bottom: 20px;
    cursor: pointer;
}

.nota h2 {
    font-family: 'robotobold';
    font-size: 17px;
    color: #999999;
    margin: 0;
}

.nota-text-prev p {
    font-family: 'robotolight';
    font-size: 10px;
    color: #666666;
    margin: 3px;
}

.nota .fecha {
    font-family: 'robotobold';
    font-size: 17px;
    color: #999999;
}

.link-leer-mas {
    font-family: 'robotobold';
    font-size: 12px;
    color: #e00d1a;
}

.servicio-description{

    position: relative;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 128, 128, 0.6);
    padding: 5%;

}

.box-services .servicio-description{
    opacity: 1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;

}

.item-cliente {
    display: table;
    height: 135px;
    margin: 0 auto;
}

.item-cliente > div {
    display: table-cell!important;
    vertical-align: middle !important;
}

.item-cliente > div img{
    max-width: 60%;
}

.name-serv{
    text-transform: uppercase;
    text-align: center;
    color: white;
    font-size:34px;
    margin: 0;
}

.serv-prev{
    color: #ffffff;
    text-align: center;
    margin:5px auto;
    width:60%;
}

.area-mision-vision{
    background-color: #eb6068;
    width: 100%;
    height: auto;
}

.somos p{
    color: white;
}

.area-mision-vision{
    padding: 5% 0%;
}
.politicas-calidad{
    margin-top:5%;

}

.politicas-calidad p{

    color:#666666;
    width:85%;
    line-height:1.1em;

}

