*{
    text-decoration: none;
    list-style-type: none;
    font-family: 'Source Sans Pro', sans-serif;
}

ul, ol{
    margin: 0;
}

a:hover, a:focus{
    color: #000;
    text-decoration: none;
}

p{
    color: #969696;
}

input[type="text"]{
    outline: 0px !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

textarea:focus, input[type="text"]:focus{
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(153,153,153,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(153,153,153,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(153,153,153,.6);
}

.contacto input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
}
.contacto input::-moz-placeholder { /* Firefox 19+ */
    color: #000;
}
.contacto input:-ms-input-placeholder { /* IE 10+ */
    color: #000;
}
.contacto input:-moz-placeholder { /* Firefox 18- */
    color: #000;
}

.contacto input:placeholder-shown{
    color: #000;
}

.contacto textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
}
.contacto textarea::-moz-placeholder { /* Firefox 19+ */
    color: #000;
}
.contacto textarea:-ms-input-placeholder { /* IE 10+ */
    color: #000;
}
.contacto textarea:-moz-placeholder { /* Firefox 18- */
    color: #000;
}

.contacto textarea:placeholder-shown{
    color: #000;
}



textarea{
    outline: 0px !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

body > section:last-child{
    position: relative;
}

.content_views_page_menu{
    width: 25%;
    height: auto;
    min-height: 200px;
    background-color: transparent;
    position: relative;
    display: inline-block;
}
.content_views_page_slider{
    width: 70%;
    height: auto;
    min-height: 200px;
    background-color: #fff;
    position: relative;
    display: inline-block;
}
.content_views_page_description{
    width: 28%;
    height: auto;
    min-height: 200px;
    padding-left: .5em;
    background-color: transparent;
    position: relative;
    display: inline-block;
}

.content_views_page_slider_actuality{
    width: 60%;
    height: auto;
    min-height: 200px;
    left: 20%;
    background-color: transparent;
    position: relative;
    display: inline-block;
}

.description_cont{
    position: absolute;
    top: 0px;
    left: 32%;
    width: 300px;
    height: auto;
    padding: .5em;
    line-height: 1.3em;
    font-weight: lighter;
    z-index: 20;
}


.verMore_cont{
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 150px;
    height: auto;
    padding: .5em;
    line-height: 1em;
    font-weight: lighter;
    z-index: 20;
}

.verMore_cont p:hover {

    text-decoration: underline;


}
.title-description{
    font-size: 1.1em;
}

.text-description{

    font-size: .9em;
    max-width: 100%;
    min-height: 100px;

}

.content_views_page_menu, .content_views_page_slider, .content_views_page_description{
    vertical-align: text-top;

}

.text_content_slider{
    margin-top: 3em;
}

/* serivices category */

.content_services_category{
    top: 0;
    width: 32.5%;
    height: auto;
    left: 0;
    padding: .5em;
    border: .5em solid #f4f4f4;
    display: inline-block;
    position: relative;
    text-align: center;
    margin-bottom: 2em;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: text-top;
}

.img_content_services_category{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    line-height: 0;
}

.img_content_services{
    width: 100%;
    height: auto;
}

.text_content_services_category{
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;

}

.title_content_services{
    font-weight: lighter;
    text-transform: uppercase;
    font-size: 1em;
    margin-top: .5em;
    margin-bottom: .5em;
}

.texts_content_services{

    font-weight: 400;
    padding-bottom: 1em;

}


.capa_a_content_services{
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: transparent;
    position: absolute;
    z-index: 20;
}

.capa_view_more{
    bottom: 100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    text-align: center;
    -webkit-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.bottom_view_more{
    top:45%;
    width: 150px;
    height: auto;
    position: relative;
    margin: 0 auto;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
    text-transform: uppercase;
    color: #fff;
    font-size: 1em;
    border: 2px solid #fff;
    border-radius: 5px;
}


.content_services_category:hover  .capa_view_more {

    bottom: 0;

}

@media screen and (max-width: 1199px){
    .description_cont{
        position: absolute;
        top: 0px;
        left: 29%;
        width: 230px;
        height: auto;
        padding: .5em;
        line-height: 1em;
        font-weight: lighter;
        z-index: 20;
    }
}

@media screen and (max-width: 980px){
    .description_cont{
        position: absolute;
        top: 100px;
        left: 0;
        width: 230px;
        height: auto;
        padding: .5em;
        line-height: 1em;
        font-weight: lighter;
        z-index: 20;
    }
}

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

    .content_views_page_menu{
        width: 100%;
        height: auto;
        min-height: 200px;
        background-color: transparent;
        position: relative;
        display: block;
    }
    .content_views_page_slider{
        width: 100%;
        height: auto;
        min-height: 200px;
        background-color: #fff;
        position: relative;
        display: block;
    }
    .content_views_page_description{
        width: 100%;
        height: auto;
        min-height: 200px;
        padding-left: .5em;
        background-color: transparent;
        position: relative;
        display: block;
    }

    .content_views_page_slider_actuality{
        width: 100%;
        height: auto;
        min-height: 200px;
        left: 0%;
        background-color: transparent;
        position: relative;
        display: inline-block;
    }

    .title-description{
        font-size: 1.1em;
    }

    .text-description{

        font-size: .9em;

    }

    .content_views_page_menu, .content_views_page_slider, .content_views_page_description{
        vertical-align: text-top;

    }

    .text_content_slider{
        margin-top: 3em;
    }


}

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

    .content_services_category{
        top: 0;
        width: 100%;
        height: auto;
        display: block;
    }


    .bottom_view_more{
        top:45%;
        width: 140px;
        height: auto;
    }

}



@media screen and (max-width: 320px){
    .description_cont{
        position: absolute;
        top: 50px;
        left: 0;
        width: 230px;
        height: auto;
        padding: .5em;
        line-height: 1em;
        font-weight: lighter;
        z-index: 20;
    }

    .verMore_cont{
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 150px;
        height: auto;
        padding: .5em;
        line-height: 1em;
        font-weight: lighter;
        z-index: 20;
    }

}

.no-margin{
    position: relative;
    padding: 0;
    margin: 0;
}

.overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.scroll-zone {
    position: absolute;
    width: 40%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: transparent;
    display: block;
    z-index: 999;
}

body{
    position: relative;
    overflow-x: hidden;
    clear: both;
    margin: 0;
    padding: 0;
}
/*ONLY MOBILE*/


@media (min-width: 320px){
    .activebt{
        color: #ef2792 !important;
    }

    body > section:first-child{
        position: relative;
        z-index: 9;
    }

    .header{
        background-color: #724b9a;
        padding: 20px 5px;
    }

    .slider{
        position: relative;
        width: 100%;
    }

    .mobile {
        display: block !important;
    }

    .desktop{
        display: none !important;
    }

    .slider .customNavigation{
        position: absolute;
        bottom: 5px;
        height: 30px;
        width: 60px;

    }

    .slider .customNavigation a{
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .slider .customNavigation .btn-arrow{
        float: left;
        width: 45%;
        height: 40px;
        margin-right: 1px;
       
        background-image: url('../img/icons/slider-arrow.png');
        background-position: center;
        background-repeat: no-repeat;
    }

    .slider .customNavigation .btn-arrow:first-child{
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .slider .item .name-slide{
        /*position: absolute;*/
        width: 82%;
        top: 0;
        left: 0;
        /*bottom: 0;
        right: 0px;*/
        background-color: #724b9a;
        padding: 10px;
    }

    .slider .item .name-slide h1{
        font-size: 14px;
        color: #fff;
        margin-left: 70px;
        line-height: 14px;
        margin: 0;
    }

    .slider .item .name-slide h1 strong{
        color: #ef2792;
    }

    .titulos{
        display: table;
        margin: 0 auto;
    }

    .titulos h2{
        color: #000;
        text-align: center;
        font-weight: 600;
        font-size: 18px;
        letter-spacing: 1.5px;
        text-transform: uppercase;
    }

    .servicios-home .txt-servicios{
        display: table;
        margin: 0 auto;
    }

    .servicios-home .txt-servicios p{
        color: #969696;
        text-align: center;
    }

    .servicios-grid ul li, .portafolio-grid ul li{
        position: relative;
        float: left;
        width: 100%;
        max-width: 330px;
        padding: 10px;
    }

    .servicios-grid .cont-serv, .portafolio-grid .cont-port{
        position: relative;
        overflow: hidden;
        min-height: 400px;

    }

    .cont-serv .img-servicio, .articulo .img-articulo, .cont-port .img-portafolio{
        position: relative;
        overflow: hidden;
    }

    .servicios-grid ul li:hover .img-servicio .overlay, 
    .articulo:hover .img-articulo .overlay, 
    .portafolio-grid ul li:hover .img-portafolio .overlay{
        left: 0;
        background-color: rgba(0,0,0,.45);
    }

    .servicios-grid ul li .cont-serv .img-servicio .overlay > span, 
    .portafolio-grid ul li .cont-port .img-portafolio .overlay > span{
        border: 2px solid #fff;
        padding: 5px 35px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        background-color: transparent;
        color: #fff;
        font-size: 1em;
        display: table;
        margin-left: -200%;
        position: relative;
        -webkit-transition: all .20s ease;
        -moz-transition: all .20s ease;
        -ms-transition: all .20s ease;
        -o-transition: all .20s ease;
        transition: all .20s ease;
    }

    .servicios-grid ul li:hover .cont-serv .img-servicio .overlay > span,
    .portafolio-grid ul li:hover .cont-port .img-portafolio .overlay > span{
        margin: 40% auto 0 auto;
    }

    .articulo .img-articulo .overlay > span{
        border: 2px solid #fff;
        padding: 5px 40px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        background-color: transparent;
        color: #fff;
        font-size: 1.2em;
        display: table;
        margin-left: -200%;
        position: relative;
        -webkit-transition: all .20s ease;
        -moz-transition: all .20s ease;
        -ms-transition: all .20s ease;
        -o-transition: all .20s ease;
        transition: all .20s ease;
    }

    .articulo:hover .img-articulo .overlay > span{
        margin: 10% auto 0 auto;
    }

    .servicios-grid ul li .cont-serv > a, 
    .articulo > a,
    .portafolio-grid ul li .cont-port > a{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .servicios-grid .cont-serv .tit-serv, 
    .portafolio-grid .cont-port .tit-port{
        display: block;
        text-align: center;
        padding: 5px;
    }
    .tit-serv {
        text-transform: uppercase;
    }
    .tit-servicio h1 {
        text-transform: uppercase;
    }
    .servicios-grid .cont-serv .serv-img{
        display: block;
        text-align: center;
        padding: 5px;
    }

    .servicios-grid .cont-serv .txt-serv, 
    .portafolio-grid .cont-port .txt-port{
        display: block;
        text-align: center;
    }

    .fondo{
        position: relative;
        background-position: 50% 50%;
        background-size: cover;
        background-attachment: scroll;
        text-align: center;
    }

    .fondo img{
        max-width: 100%;
        margin: auto;
        position: fixed;

        top: 0; left: 0; bottom: 0; right: 0;
    }

    .parallax { 
        /* The image used */
        background-image: url("../img/back-picture-home.jpg");

        /* Full height */
        height: 750px; 

        /* Create the parallax scrolling effect */
        background-attachment: fixed !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover; 
    }

    .parallax .titulos{
        padding-top: 20px;
    }

    .parallax .titulos h2{
        color: #fff;
    }

    .prod-grid ul li{
        float: left;
        position: relative;
        text-align: center;
        vertical-align: middle;
    }

    .catpcha{
        width: 100%;
    }

    .g-recaptcha{
        width: 50%;
    }

    .btn-cat{
        width: 50%;
        float: right;
    }


    .prod-tit{
        margin: 0 auto;
        text-transform: uppercase;
    }

    .prod-tit h2{
        color: #fff;
        letter-spacing: 1px;
        text-align: center;
    }

    .img-producto {
        -webkit-border-radius: 200px;
        border-radius: 200px;
        height: auto;
        margin: 0 auto;
        width: 100%;
    }

    .img-producto img{
        max-width: initial;
        height: auto;
        vertical-align: middle;
        -webkit-border-radius: 200px;
        border-radius: 200px;
        /*margin-left: -70px;*/
    }

    .cont-prod > a{
        bottom: 0;
        height: 100%;
        left: 0;
        position: absolute;
        width: 100%;
    }

    .blog .articulo .fecha{
        margin: 0 auto;
    }

    .blog .articulo .fecha h1{
        font-size: 60px;
        font-weight: 200;
        color: #c9c4c1;
        margin: 0;
        text-align: center;
    }

    .blog .articulo .fecha p{
        text-align: center;
        color: #515151;
        text-transform: uppercase;
    }

    .articulo .tit-articulo h4{
        font-size: 16px;
        color: #515151;
        font-weight: 600;
    }

    .articulo .txt-articulo p{
        text-align: justify;
        font-size: 14px;
    }

    .menu-footer{
        background-color: #724b9a;
        padding: 20px;
    }

    .menu-footer > div{
        color: #fff;
    }

    .menu-footer .menu-grid > li{
        float: left;
        width: 41%;
        box-sizing: border-box;
        margin: 10px;
        font-weight: 600;
    }

    .menu-footer .menu-grid > li > a{
        color: #fff;
        text-transform: uppercase;
    }

    .menu-footer .menu-grid > li > a:hover{
        color: #fff;
    }

    .menu-footer .menu-grid > li > ul > li > a{
        color: #fff;
        font-weight: 300;
        font-size: 14px;
        text-transform: uppercase;
    }

    .direccion{
        text-transform: uppercase;
    }

    .direccion h4{
        font-size: 14px;
    }

    .footer{
        position: relative;
        background-color: #b2afaa;
        width: 100%;
        overflow: hidden;
        clear: both;
        padding: 0px 20px;
        z-index: 99;
    }

    .copyright{
        margin: 0 auto;
        text-align: center;
    }

    .copyright p{
        color: #fff;
    }

    .redes{
        margin: 0 auto;
        text-align: center;
    }

    .redes ul li{
        display: inline-block;
        margin: 10px;
    }

    .redes ul li > a > i{
        color: #fff;
        font-size: 24px;
    }

    .copy-webcra{
        margin: 0 auto;
        display: table;
    }

    .copy-webcra p{
        color: #fff;
        float: left;
        margin-right: 10px;
    }

    .copy-webcra a{
        float: left;
    }

    .contact-box2{
        position: relative;
        margin-top: -50px;
    }
    .scroll-zone {
        position: absolute;
        width: 40%;
        height: 100%;
        top: 0px;
        left: 0px;
        background: transparent;
        display: block;
        z-index: 999;
    }

    .contact-box2 .map iframe{
        min-height: 350px;
    }

    .blog{
        padding: 20px 0;
    }

    .bt-servicios{
        margin: 20px auto;
        display: table;
    }

    .servicios-home{
        padding: 20px;
    }

    .servicios-grid, .portafolio-grid{
        position: relative;
        clear: both;
        overflow: hidden;
        margin: auto 26px;
    }

    .bt-servicios .btn-serv{
        position: relative;
        border: 2px solid #c9c4c1;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-color: transparent;
        padding: 10px 25px;
        color: #c9c4c1;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .bt-servicios .btn-serv:hover{
        color: #fff;
        text-decoration: none;
    }

    .bt-servicios .btn-serv > span{
        position: absolute;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        bottom: 0;
        left: 0;
        background-color: #595959;
        width: 100%;
        height: 0px;
        z-index: -1;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .bt-servicios .btn-serv:hover > span{
        height: 42px;
    }

    .tit-megamenu{
        display: none;
    }


    /*PORTAFOLIO*/
    .txt-portafolio p{
        color: #909090;
        line-height: 1.6;
        text-align: justify;
    }
    .category{
        margin-top: 40px;
        width: 100%;
        height: auto;
        position: relative;
        background-color: transparent;
    }

    .tit-category{
        text-align: center;
    }

    .tit-category h1{
        position: relative;
        margin: 0;
        color: #000;
        font-weight: 200;
        font-size: 30px;
        text-transform: uppercase;
    }


    /*EMPRESA*/

    .empresa, .portafolio{
        padding-bottom: 60px;
        background-color: #f4f4f4;
        overflow-x: hidden;
    }

    .empresa .empresaPic{
        margin: 0 0 40px 0;
    }

    .empresaDesc p{
        text-align: justify;
        color: #909090;
    }

    .tit-valores h3{
        color: #000;
        position: relative;
    }

    .tit-valores h3:after{
        content: "";
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 55px;
        height: 2px;
        background-color: #000;
    }

    .txt-valores{
        padding-top: 30px;
    }

    .vision{
        margin-top: 20px;
    }

    .valores{
        padding: 40px 0;
    }

    .valores p{
        text-align: justify;
        color: #909090;
    }

    .corporativos{
        padding: 40px 0;
        background-color: #f4f4f4;
    }

    .tit-corporativos{
        display: table;
        margin: 0 auto;
    }

    .tit-corporativos h2{
        margin: 0 0 22px 0;
    }

    .txt-corporativos ul li{
        list-style-type: disc;
        list-style-position: inside;
        text-align: left;
        padding: 5px;
        line-height: 1.2;
        color: #909090;
    }

    /*PREMIOS*/
    .premios{
        background-color: #f4f4f4;
    }

    .tit-producto{
        margin-bottom: 30px;
    }

    #owl-premios > div > div > div > div > div.design-name{
        margin-bottom: 40px;
    }

    .slider-premios .owl-theme .owl-controls .owl-page span{
        background: #000;
    }

    .sliderPremios .customNavigation .btn-arrow{
        height: 35px;
    }

    .tit-design h2{
        color: #000;
        font-weight: 200;
        text-transform: uppercase;
    }

    .slider-premios div.owl-carousel > div.owl-controls.clickable{
        position: absolute;
        right: 0;
        bottom: 0;
    }

    /*BIOGRAFIA*/

    .design-name{
        background-color: #000;
        padding: 10%;
        width: 100%;
        height: 200px;
        max-width: 370px;
        position: relative;
    }

    .design-name h2{
        color: #fff;
        margin: 0;
    }

    .design-name p{
        color: #fff;
        font-weight: 200;
        text-transform: uppercase;

    }

    .slider-ferias{
        width: 100%;
        margin: 0 auto;
    }

    .slider-ferias .customNavigation{
        display: table;
        margin: 0 auto;
    }

    .slider-ferias .customNavigation .btn-arrow {
        float: left;
        width: 37px;
        height: 36px;
        background-image: url('../img/icons/text-arrow.png');
        background-position: center;
        background-repeat: no-repeat;
    }

    .slider-ferias .customNavigation .btn-arrow:last-child {
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
        margin-left: 20px;
    }

    .tit-exhibiciones{
        display: table;
        margin: 0 auto;
        text-align: center;
    }

    .slider-ferias .item ul li{
        list-style-type: disc;
        list-style-position: inside;
        text-align: center;
        color: #000;
    }

    /*BLOG*/

    .fecha h1{
        font-size: 60px;
        margin: 0;
        font-weight: 200;
        color: #c9c4c1;
    }

    .fecha p{
        margin-left: 5px;
        color: #515151;
    }

    .blog-preview{
        position: relative;
        width: 100%;
        overflow: hidden;
        margin: 40px 0;
        border-bottom: 1px solid #959595;
    }

    .blog-preview .articulo:hover{
        background-color: #fff;
    }

    .paginador{
        display: table;
        margin: 0 auto;
    }

    .paginador ul li{
        display: inline-block;
        position: relative;
    }

    .paginador ul li > a{
        color: #000;
        font-weight: 200;
        padding: 2px;
        font-size: 24px;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

    .paginador ul li > a:hover , .current{
        color: #ef2792 !important;
        text-decoration: none !important;
        font-size: 36px;
    }

    .paginador .current {
        color: #ef2792 !important;
        text-decoration: none !important;
        font-size: 24px;
        font-weight: lighter;
    }

    .paginador .btn-arrow{
        position: absolute;
        display: block;
        width: 70px;
        height: 70px;
        background-color: #fff;
        background-image: url('../img/icons/slider-arrow.png');
        background-position: center;
        background-repeat: no-repeat;
    }

    .paginador .prev{
        left: -80px;
        top: -45px;
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .paginador .next{
        right: -80px;
        top: -45px;
    }

    .tit-disenyos h2{
        font-weight: 200;
        color: #000;
    }

    .biografia .empresaDesc h3{
        font-size: 16px;
        font-weight: 400;
        color: #515151;
    }

    .biografia .empresaDesc p{
        line-height: 1.6; 
    }

    /*BLOG AMPLIACION*/

    .pager-articulos{
        margin-top: 20px;
    }

    .sig{
        position: relative;
        float: left;
        width: 100%;
        color: #000;
        font-size: 18px;
        letter-spacing: 1px;
        margin-bottom: 1px;
        text-decoration: none;
        padding: 25px 25%;
        background-color: #fff;
    }

    .sig:after{
        content: "";
        position: absolute;
        bottom: 30px;
        right: 20%;
        width: 18px;
        height: 34px;
        background-image: url('../img/icons/pager-arrow.png');
        background-position: center;
        background-repeat: no-repeat;

    }

    .ant{
        position: relative;
        float: left;
        width: 100%;
        color: #000;
        font-size: 18px;
        letter-spacing: 1px;
        text-decoration: none;
        padding: 25px 25%;
        background-color: #fff;
    }

    .ant:before{
        content: "";
        position: absolute;
        bottom: 30px;
        left: 10%;
        width: 18px;
        height: 34px;
        background-image: url('../img/icons/pager-arrow.png');
        background-position: center;
        background-repeat: no-repeat;
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .ant:hover, .sig:hover{
        background-color: #f8f8f8;
        color: #000;
        text-decoration: none;
    }

    .blog-ampliacion .tit-articulo h4{
        color: #000;
        font-weight: 400;
    }

    .blog-ampliacion .txt-articulo p{
        font-size: 18px;
        font-weight: 200;
        line-height: 1.6;
    }

    /*SERVICIO-AMPLIACION*/
    .servicio-desc{
        margin: 0;
        padding: 0;
    }

    .tit-servicio{
        color: #000;
        font-weight: 200;
    }

    .tit-relacionado{
        color: #b2b2b2;
    }

    .relacionados{
        padding-bottom: 60px;
    }



    .txt-servicio{
        width: 100%;
        position: relative;
        margin: 20px 0;
    }

    .txt-servicio span{
        width: 5%;
        float: left;
        font-size: 36px;
        font-weight: 200;
        padding: 10px;
    }

    .txt-servicio > p{
        width: 90%;
        float: left;
        padding: 0 0 0 40px;
        text-align: justify;
        color: #909090;
    }

    .detalle{
        margin: 20px 0;
    }

    .tit-desc h3{
        color: #000;
        font-size: 16px;
        text-transform: uppercase;
    }

    .txt-desc p{
        color: #909090;
        text-align: justify;
        font-weight: 200;
        line-height: 1.6;
    }

    /*PRODUCTOS*/
    .tit-producto h1{
        color: #000;
        font-size: 32px;
        position: relative;
        margin: 0;
    }

    .tit-producto h1:after{
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
    }

    .tit-cat-prod h3{
        font-weight: 200;
        font-size: 32px;
        color: #000;
        margin: 25px 0;
    }

    /*PRODUCTOS AMPLIACION*/
    .txt-categoria h6{
        text-decoration: underline;
        margin: 0;
        text-transform: uppercase;
    }

    /*TRABAJA CON NOSOTROS*/

    .txt-trabaja{
        margin-bottom: 40px;
    }

    /*CONTACTENOS*/
    .contacto{
        background-color: #f4f4f4;
    }

    .tit-contacto{
        padding: 0 0 0 15px;
        width: 95%;
        position: relative;
    }

    .tit-contacto h1{
        color: #000;
        font-size: 40px;
        position: relative;
        text-transform: uppercase;
    }

    .tit-contacto h1:after{
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
    }
    input[type="email"]{
        border: 1px solid #fff;
    }
    .contacto .fm-n, .contacto .fm-l{
        width: 100%;
        float: left;
        height: 60px;
        color: #000;
        padding-left: 20px;
        margin-bottom: 10px;
    }

    .contacto .fm-full{
        width: 100%;
        float: left;
        height: 60px;
        color: #000;
        padding-left: 20px;
        margin-bottom: 10px;
    }

    .contacto .file{
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }

    .contacto .file + label {
        width: 100%;
        float: left;
        height: 60px;
        font-size: 18px;
        font-weight: 200;
        letter-spacing: 1px;
        color: #000;
        background-color: #fff;
        display: inline-block;
        padding-top: 20px;
        padding-left: 20px;
        margin-bottom: 10px;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

    .contacto .file:focus + label,
    .contacto .file + label:hover {
        background-color: #595959;
        color: #fff;
    }

    .contacto .file + label {
        cursor: pointer;
    }

    .contacto .bt-enviar{
        position: relative;
        text-align: right;
        margin-top: 20px;
    }

    .contacto .bt-enviar .btn-cont{
        position: relative;	
        margin-top: -142px;
        border: 2px solid #c9c4c1;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-color: transparent;
        padding: 10px 40px;
        color: #c9c4c1;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        z-index: 1;
    }

    .contacto .bt-enviar .btn-cont:hover{
        color: #fff;
    }

    .contacto .bt-enviar span{
        position: absolute;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        bottom: 0;
        right: 0;
        background-color: #595959;
        width: 129.36px;
        height: 0px;
        z-index: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .contacto .bt-enviar .btn-cont:hover + span{
        height: 45px;
    }

    #PagesContactenosForm > span{
        position: absolute;
        bottom: 30px;
        right: 155px;
    }

    .contacto .fm-r{
        width: 100%;
        padding-left: 20px;
        padding-top: 20px;
    }

    .tit-social{
        display: table;
        margin: 10px auto;
        text-align: center;
    }

    .tit-social h2, .tit-social h3{
        margin: 0; 
        color: #000;
    }

    .ico-social{
        display: table;
        margin: 10px auto;
    }

    .ico-social ul li{
        display: inline-block;
        margin: 10px;
    }

    .ico-social ul li > a > i{
        color: #b2afaa;
        font-size: 24px;
    }

    .sliderblogampliacion .customNavigation{
        bottom: 50% !important;
        width: 100%;
    }

    .slider .customNavigation .btn-arrow{
        width: 13%;
    }

    .sliderblogampliacion #sync2 .owl-item{
        padding: 15px;
        text-align: center;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

    .sliderblogampliacion #sync2 .synced{
        background-color: #f4f4f4;
    }

    .pdfs ul li{

    }

    .pdfs ul li a{
        height: auto;
        min-height: 60px;
        background-color: #fff;
        margin: 0 auto 5px auto;
        color: #000;
        position: relative;
        width: 100%;
        float: left;
        padding: 20px 30px 20px 50px;
    }

    .pdfs ul li a:hover{
        color: #969696;
        text-decoration: none;
    }

    .pdfs ul li a:before{
        content: "";
        display: table;
        margin: 20px auto;
        width: 32px;
        height: 32px;
        background-image: url('../img/icons/download-icon.png');
        background-repeat: no-repeat;
        background-position: 0 0;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

    .pdfs ul li a:hover:before{
        content: "";
        background-position: 0px -34px;
    }


}

@media (min-width: 360px){
    .sliderblogampliacion .customNavigation{
        bottom: 50% !important;
    }
}

@media (min-width: 412px){
    .sliderblogampliacion .customNavigation{
        bottom: 50% !important;
    }
}

@media (min-width: 486px){
    .articulo .img-articulo img{
        width: 100%;
    }

    .servicios-grid ul li{
        width: 50%;
    }

    .direccion{
        margin: 0 auto;
        width: 85%;
    }

    /*EMPRESA*/

    .tit-empresa h1:after{
        width: 70%;
    }

    .tit-producto h1:after{
        width: 70%;
    }

    .txt-corporativos ul{
        columns: 2;
    }
    /*CONTACTO*/

    .fm-full{
        width: 100%;
    }

    .contacto .fm-n{
        width: 48%;
        margin-right: 4%;
    }

    .contacto .fm-l{
        width: 48%;
    }

    .contacto .file + label{
        width: 48%;
    }

    .tit-category h1:before{
        content: "";
        position: absolute;
        top: 35px;
        left: 0;
        width: 18%;
        height: 1px;
        background-color: #aeaeae;
    }

    .tit-category h1:after{
        content: "";
        position: absolute;
        top: 32px;
        right: 0;
        width: 18%;
        height: 1px;
        background-color: #aeaeae;
    }
    .slider-premios div.owl-carousel > div.owl-controls.clickable {
        right: 75px;
    }

    .sig, .ant{
        padding: 25px 30%;
    }

    .sig:after, .ant:before{
        bottom: 20px;
    }

    .sig:after{right: 25%;}
    .ant:before{left: 20%;}
    .sliderblogampliacion .customNavigation{
        bottom: 50% !important;
    }

}

@media (min-width: 320px) and (max-width: 485px){

}

/*ONLY MOBILES AND TABLETS*/

@media (min-width: 320px) and (max-width: 992px){

    .dl-menuwrapper{
        max-width: initial;
    }

    .dl-menuwrapper button {
        background: transparent !important;
        border: none;
        width: 48px;
        height: 45px;
        text-indent: -900em;
        overflow: hidden;
        position: absolute;
        cursor: pointer;
        outline: none;
        z-index: 999;
        top: -50px !important;
        right: 0 !important;
    }

    .dl-menuwrapper button:after {
        content: '';
        position: absolute;
        width: 68%;
        height: 5px;
        background: transparent;
        top: -43px;
        left: 16%;
        box-shadow: 0 10px 0 transparent, 0 20px 0 transparent;
    }

    .dl-menuwrapper .dl-menu {
        display: none;
        margin: 5px 0 0 0;
        top: 20px;
        position: absolute;
        width: 100%;
        opacity: 0;
        pointer-events: none;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .dl-menuwrapper .dl-menu.dl-menuopen{
        display: block;
        padding: 10px 0;
    }

    .dl-menuwrapper li.dl-back:after, .dl-menuwrapper li > a:not(:only-child):after{
        position: absolute;
        top: 10px;
        width: 12px;
        height: 20px;
        line-height: 50px;
        font-family: initial;
        speak: none;
        -webkit-font-smoothing: antialiased;
        content: "";
        background-image: url('../img/icons/drop-icon.png');
        background-position: center;
        background-repeat: no-repeat;
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .dl-menuwrapper li.dl-back:after{
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .dl-menuwrapper li a{
        padding: 10px 20px;
    }

    .dl-menuwrapper button:hover, .dl-menuwrapper button.dl-active, .dl-menuwrapper ul{
        background: #000;
    }

    .dl-menuwrapper button{
        background: transparent;
        border: none;
        width: 48px;
        height: 45px;
        text-indent: -900em;
        overflow: hidden;
        position: absolute;
        cursor: pointer;
        outline: none;
        top: 0;
        right: 15px;
    }

    .button-open-and-close {
        display: block;
        position: absolute;
        top: -50px;
        right: 0px;
        width: 48px;
        height: 30px;
        overflow: visible;
        z-index: 9;
        -webkit-border-radius: 1000px;
        -moz-border-radius: 1000px;
        border-radius: 1000px;
        -webkit-transition: -webkit-transform .2s ease;
        transition: -webkit-transform .2s ease;
        transition: transform .2s ease;
        transition: transform .2s ease, -webkit-transform .2s ease;
        transition: transform .2s ease,-webkit-transform .2s ease;
        -webkit-transform: translate3D(0,0,0);
        -ms-transform: translate3D(0,0,0);
        transform: translate3D(0,0,0);
    }

    #dl-menu > ul > li:nth-last-child(2){
        float: left;
        margin-left: 5px;
        border-right: 1px solid #fff;
    }

    #dl-menu > ul > li:last-child{
        float: left;
    }

    .catpcha{
        width: 100%;
    }

    .g-recaptcha{
        width: 80%;
    }

    .btn-cat{
        width: 80%;
        padding-top: 70px;
        margin-right: 61px;
    }
    /*
      menu icon css3
    */

    .menu-icon {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        cursor: pointer;
        margin: 0 auto;
        float: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .menu-icon > span {
        position: absolute;
        top: 50%;
        display: block;
        width: 36px;
        height: 6px;
        background-color: #fff;
        right: 0;
    }

    .menu-icon > span:before, .menu-icon > span:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #fff;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .menu-icon > span:before{
        width: 20px;
        right: 0;
    }

    .opened > span:before{
        width: 50px;
    }

    .menu-icon > span:after {
        width: 48px;
        right: 0;
    }

    .menu-icon > span:before {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
    }

    .menu-icon > span:after {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }

    /* OPENED */

    .menu-icon.opened {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .menu-icon.opened > span:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .menu-icon.opened > span:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .menu-icon.opened > span {
        width: 48px;
    }

    .menu-icon.opened > span:after{
        display: none;
    }
}

@media (min-width: 568px){
    .pdfs ul li a {
        height: 240px;
        min-height: 60px;
        background-color: #fff;
        margin: 0 0 5px 5px;
        color: #000;
        position: relative;
        width: 48%;
        float: left;
        padding: 20px 30px 20px 50px;
    }

    .pdfs ul li a:before {
        content: "";
        float: left;
        margin: 5px 20px 140px 0px;
        display: initial;
    }	
}


/*FROM TABLETS AND ABOVE*/

@media (min-width: 648px){
    .noticias .articulo{
        width: 50%;
        height: 345px;
        padding: 20px;
    }

    .parallax{
        height: 500px;
    }

    .prod-grid ul li{
        width: 50%;
    }

    .tit-contacto h1:after{
        width: 60%;
    }

    .design-name {
        background-color: #000;
        padding: 10%;
        width: 40%;
        max-width: 370px;
        height: initial; 
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
    }

    .slider-ferias{
        width: 60%;
        margin: 0 auto;
    }

    .servicios-grid ul li, .portafolio-grid ul li{
        max-width: 295px;
    }

    .tit-category h1:before{
        width: 26%;
    }

    .tit-category h1:after{
        width: 26%;
    }

    .tit-design{
        float: left;
        width: 29.3333%;
        padding-top: 8%;
    }

    .slider-premios{
        float: left;
        width: 35.3333%;
    }

    #owl-premios > div > div > div > div > div.design-name{
        float: left;
        width: 35.3333%;
    }

    #owl-premios > div > div > div > div.item{
        height: 252px;
    }
    .slider-premios div.owl-carousel > div.owl-controls.clickable {
        right: 0;
    }

    .sig, .ant{
        padding: 25px 35%;
    }

    .sliderblogampliacion #sync2 .owl-wrapper{
        margin: 0 auto;
        display: table !important;
    }

    .sliderblogampliacion #sync2 .owl-item {
        padding: 5px;
    }

    .sliderblogampliacion .customNavigation{
        bottom: 93px !important;
    }

    .pdfs ul li a {
        height: 180px;
        min-height: 60px;
        background-color: #fff;
        margin: 0 0 5px 5px;
        color: #000;
        position: relative;
        width: 48%;
        float: left;
        padding: 20px 30px 20px 50px;
    }

    .pdfs ul li a:before {
        content: "";
        float: left;
        margin: 5px 20px 80px 0px;
        display: initial;
    }

}

@media (min-width: 768px){
    .servicio-desc{
        position: absolute;
        padding: 0 15px;
        right: 0;
        top: 0;
    }

    .design-name{
        width: 50%; 
        padding: 10%;
        max-width: initial;
    }
    #owl-premios > div > div > div > div.item {
        height: 285px;
    }

    .pager-articulos{
        margin: 0;
    }

    .sig, .ant{
        padding: 25px 15%;
        width: 150%;
    }

    .sig:after{right: 12%;}
    .ant:before{left: 2%;}
    .sliderblogampliacion .customNavigation{
        bottom: 50% !important;
        width: 100%;
        right: 0;
        height: auto;
    }

    .slider .customNavigation .btn-arrow{
        width: 6%;
    }
}


/*FROM NETBOOKS AND LAPTOPS*/

@media (min-width: 993px){

    .menu-footer .menu-grid > li{
        width: initial;
        margin: 10px;
    }

    .direccion{width: 100%}

    .header{
        position: relative;
        height: 100px;
    }

    .logo{
        position: relative;
        width: 25%;
        float: left;
    }

    .dl-trigger{display: none;}
    .dl-menuwrapper{
        width: 74%;
        max-width: initial;
        position: absolute;
        top: 35px;
        right: 0;
    }

    .menu-item > a{
        position: relative;
        color: #fff;
        text-transform: uppercase;
    }

    .dl-menuwrapper .dl-menu{
        display: block; 
        opacity: 1;
        background: transparent;
        pointer-events: auto;
        -webkit-transform: initial;
        transform: initial;
        -webkit-backface-visibility: initial
            backface-visibility: initial;
        -webkit-transform-style: initial;
        transform-style: initial; 
    }

    .dl-menuwrapper .dl-menu > li{
        display: inline-block;
        /*position: relative;*/
    }

    .dl-menuwrapper li.dl-back:after, .dl-menuwrapper li > a:not(:only-child):after{
        position: absolute;
        top: 13px;
        right: -5px;
        width: 12px;
        height: 20px;
        line-height: 50px;
        font-family: initial;
        speak: none;
        -webkit-font-smoothing: antialiased;
        content: "";
        background-image: url('../img/icons/drop-icon.png');
        background-position: center;
        background-repeat: no-repeat;
    }
    .dl-menuwrapper li a {
        padding: 15px 10px;
        font-size: 14px;
        text-decoration: none;
        color: #fff;
    }

    .dl-menuwrapper > li > a:hover, .dl-menuwrapper > li > a:active{
        background: none !important;
        color: #ffd800;
        text-decoration: none;
    }

    .dl-submenu > li{
        color: #e91e63;
        padding: 10px;
    }

    ul.dl-submenu > li > a{
        color: #fff;
    }

    ul.openMenuProd > li > a{
        color: #ef2792 !important;
        padding: 0;
        cursor: default;
    }

    ul.openMenuProd > li > a:after{
        content: none !important;
        background-image: none !important;
    } 

    #dl-menu > ul.dl-submenu.openMenu > li > a:hover{
        color: #fff;
    }

    ul.openMenu > li:nth-child(1) > a:before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 80%;
        height: 2px;
        background-color: #e91e63;
    }

    ul.openMenuCat > li:nth-child(1) > a:before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 80%;
        height: 2px;
        background-color: #e91e63;
    }

    /*.dl-menuwrapper li a:hover{
            background: none !important
    }*/

    .dl-subviewopen{
        display: inline-block;
    }

    .dl-submenu{
        position: absolute;
        display: initial;
        top: 30px;
    }

    .dl-back{
        display: none;
    }

    #dl-menu > ul > li:nth-child(6) > a:after{
        content: "";
        display: inline-block;
        margin-left: 10px;
        margin-right: -14px;
        width: 1px;
        height: 10px;
        background-color: #fff;
    }



    .slider .item .name-slide{
        width: 45%;
        padding: 30px;
        padding-left: 50px;
        text-transform: uppercase;
        margin: 3px 0;
    }

    .slider .customNavigation{
        position: absolute;
        bottom: -2px;
        right: 40%;
        height: initial;
        width: 40%;
    }

    .slider .customNavigation .btn-arrow{
        width: initial;
        padding: 38px;
        height: initial;
    }

    .mobile {
        display: none !important;
    }

    .desktop{
        display: block !important;
    }

    .servicios-home{
        padding: 20px 0;
    }

    .servicios-home .txt-servicios {
        display: table;
        margin: 20px auto;
        width: 60%;
    }

    .blog{
        padding: 20px 0 40px 0;
    }

    .titulos{
        margin: 20px auto;
    }

    .copyright, .redes, .copy-webcra{
        float: left;
        width: 33.3333%;
        margin: 20px auto;
        text-align: center;
    }

    .redes ul li{
        margin: 0 10px;
    }

    .i4ewOd-pzNkMb-haAclf.QUIbkc{
        display: none;
    }

    .openMenu{
        display: block !important;
        top: 65px !important;
        opacity: 1 !important;
        background: #7960aa !important;
        visibility: visible !important;
    }

    .openMenuCat{
        display: block !important;
        top: 65px !important;
        opacity: 1 !important;
        background: #7960aa!important;
        visibility: visible !important;
    }

    .openMenuProd{
        width: 135% !important;
        height: 300px;
        top: 65px !important;
        margin-left: -35% !important;
        background: #3e3e3e !important;
        background-image: url('../img/bg-prod-menu.png') !important;
        background-repeat: no-repeat;
        background-position: center;
        visibility: visible !important;
        opacity: 1 !important;
        transform: translateX(0%)!important;
        transition-delay: 0s !important;
        display: block !important;
        z-index: 1 !important;
        padding: 5px 0% 5px 50%;
    }

    .dl-submenu{
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 90%;
        left: 0;
        right: 0;
        width: 0%;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
        z-index: -1;
        text-transform: uppercase;
    }

    ul.openMenu, ul.openMenuCat{
        width: 150px;
    }

    #dl-menu > ul > li:nth-child(4) > ul.dl-submenu{
        left: 40% !important;
    }

    ul.openMenu > li:nth-child(1), ul.openMenuCat > li:nth-child(1){
        border-bottom: 1px solid rgba(174,174,174,.3);
    }

    #dl-menu > ul > li:nth-child(3) > ul > li > ul{
        display: block;
    }

    .openMenuProd > li{
        float: left;
        width: 25%;
    }

    .openMenuProd > li > a{
        display: block;
    }

    .openMenuProd > li > ul.dl-submenu{
        position: initial !important;
        visibility: visible !important;
        opacity: 1 !important;
        float: left;
        top: 30px;
        width: 95% !important;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        z-index: -1;
    }

    .openMenuProd > li > ul.dl-submenu > li{
        padding: 0;
    }

    .openMenuProd > li > ul.dl-submenu > li > a{
        padding: 0;
        display: block;
    }

    .tit-megamenu{
        display: none;
        position: absolute;
        z-index: 99;
        left: 5%;
        top: 60%;
    }

    .tit-megamenu h1 > a{
        position: relative;
        text-decoration: none !important;
        color: #ef2792;
        margin: 44px 0 5px 0;
        cursor: default;
    }

    .tit-megamenu h1 > a:after{
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #ef2792;
    }

    /*EMPRESA*/

    .valores{
        padding: 60px 0;
    }

    .vision{
        margin-top: 0;
    }


    .tit-empresa h1:after{
        width: 40%
    }

    /*BIOGRAFIA*/

    .slider-block{
        margin-top: -40px;
    }

    .tit-disenyos{
        padding: 35% 15%;
    }

    .tit-disenyos h2{
        font-weight: 200;
        color: #000;
    }

    /*BLOG*/

    .blog-preview .articulo{
        /*height: 345px;*/
        height: auto;
        padding: 40px;
    }

    /*SERVICIO AMPLIACION*/
    .servicios-ampliacion{
        padding-bottom: 60px;
    }

    .tit-desc{
        margin-top: 20px;
    }

    /*PRODUCTOS*/
    .tit-producto{
        position: relative;
        float: left;
        width: 50%;
        box-sizing: border-box;
        padding: 15px;
        margin-bottom: 20px;
    }

    .tit-cat-prod{
        position: relative;
        float: left;
        width: 50%;
        box-sizing: border-box;
        padding: 15px 80px;
    }

    /*PRODUCTO AMPLIACION*/

    .tit-desc-cat{
        margin-top: 40px;
    }

    /*TRABAJA CON NOSOTROS*/

    .txt-trabaja{
        margin: 10px 30px;
    }

    .txt-trabaja p{
        line-height: 1.4;
        font-size: 18px;
        font-weight: 200;
    }

    /*CONTACTO*/

    .contacto{
        padding-bottom: 60px;
    }

    .tit-social{
        text-align: left;
        display: block;
        margin: 10px 30px;
    }
    .ico-social {
        display: block;
        margin: 10px 30px;
    }

    .tit-category h1:before{
        width: 32%;
    }

    .tit-category h1:after{
        width: 32%;
    }

    .tit-cat-prod h3{
        text-align: right;
    }

    #owl-premios > div > div > div > div > div.design-name{
        height: 322px;
        max-height: 370px;
        position: initial;
        top: initial;
        bottom: initial;
        right: initial;
        margin-bottom: 40px;
    }

    #owl-premios > div > div > div > div.item {
        height: 420px;
    }


    .sig, .ant{
        padding: 25px 20%;
    }

    .sig:after{right: 30%;}
    .ant:before{left: 5%;}

    .sliderblogampliacion .customNavigation{
        bottom: 50% !important;
        right: 0%;
        width: 100%;
    }

    .sliderblogampliacion .customNavigation{
        bottom: 0px !important;
        width: 20% !important;
        left: 45.5% !important;
        position: absolute !important;
        height: initial;
    }


}

@media (min-width: 1200px){
    .slider .customNavigation {
        position: absolute;
        right: 44.5%;
        height: initial;
        width: 90%;
    }

    .sliderblogampliacion .customNavigation{
        bottom: 0px !important;
    }

    .logo{
        width: 35%;
        text-align: center;
    }
    .dl-menuwrapper .dl-menu{
        margin-left: 20%;
    }

    .tit-megamenu{
        left: 9%;
    }

    #dl-menu > ul > li:nth-child(1) > ul{
        left: 20%;
    }

    .openMenu{
        left: 20%;
    }

    .openMenuCat{
        left: 52%;
    }

    #dl-menu > ul > li:nth-child(4) > ul.dl-submenu{
        left: 50% !important;
    }

    .menu-footer .menu-grid > li{
        margin: 10px 20px;
    }

    .txt-servicio{
        width: 90%;
    }

    .design-name{
        width: 55%; 
        max-width: initial;
        padding: 20% 10%;
    }

    .servicios-grid ul li, .portafolio-grid ul li{
        max-width: 360px;
    }

    .tit-category h1:before{
        width: 30%;
    }

    .tit-category h1:after{
        width: 30%;
    }

    #owl-premios > div > div > div > div.item{
        height: 490px;
    }

    #owl-premios > div > div > div > div > div.design-name{
        height: 370px;
        max-height: 370px;
        position: initial;
        top: initial;
        bottom: initial;
        right: initial;
        margin-bottom: 40px;
    }

    .tit-design {
        float: left;
        width: 24.3333%;
        padding-top: 100px;
    }

    .slider-premios {
        float: left;
        width: 32.3333%;
    }

    #owl-premios > div > div > div > div > div.design-name {
        float: left;
        width: 43.3333%;
        padding: 12%;
    }

    .tit-servicio{
        padding-left: 10px;
    }

    .txt-portafolio{
        width: 93%;
        padding-left: 10px;
    }

    .sig:after{right: 43%;}

    .pdfs ul li a{height: 150px;}

}


/*ONLY DESKTOP*/


@media (min-width: 1440px){
    .prod-grid{
        width: 70%;
        margin: 0 auto;
    }	

    .slider .customNavigation {
        right: -9.5%;
        width: 119%;
    }

    .txt-valores{
        width: 90%;
    }

    #dl-menu > ul > li:nth-child(4) > ul.dl-submenu {
        left: 45% !important;
    }

    .sliderPremios > div.customNavigation{
        right: 37.5%;
    }

    .sig, .ant{width: 180%}
    .sig:after{right: 53%;}

}


@media (min-width: 1660px){

    .slider .item .name-slide{
        width: 40%;
    }

    .slider .customNavigation {
        right: 16.8%;
    }

    .tit-megamenu{
        left: 12%;
    }

    #dl-menu > ul > li:nth-child(4) > ul.dl-submenu {
        left: 42% !important;
    }

    .sliderPremios > div.customNavigation{
        right: 33.5%;
    }

    .sig, .ant{
        width: 250%;
        padding: 25px 25%;
    }
    .sig:after{right: 63%;}
    .owl-theme .owl-controls {
        margin-top: -11% !important;
    }
}

@media (min-width: 1366px){
    .slider .customNavigation {
        right: 0%;
        width: 100%;
    }
}

@media (min-width: 1280px){
    .slider .customNavigation {
        right: 0%;
        width: 100%;
    }
}

@media (min-width: 1600px){
    .slider .customNavigation {
        right: 0%;
        width: 100%;
    }
}

@media (min-width: 1920px){
    .slider .customNavigation {
        right: 0%;
        width: 100%;
    }
}

.slidetitle {
    position: absolute;
    top: 0;
    z-index: 99;
    color: white;
    left: 0;
    background: rgba(27, 25, 25, 0.69);
    padding: 15px 25px;
    font-size: 20px;
    border-radius: 0 0 25px 0;
}


/*Ellyn*/
.prod-grid ul{
    float: left; 
    width: 100%;
}

.next{
    position: absolute;
    right: 0;
}

.sliderblogampliacion .name-slide{
    background-color: #27282a !important;
}
.sliderblogampliacion .item .name-slide h1 strong,.sliderblogampliacion .item .name-slide h1 {
    color: #fff;
}

.sliderblogampliacion .customNavigation .btn-arrow{
    background-color: #27282a !important;
    color: #fff;
    background-image: none;
    padding: 27px;
    font-size: 25px;
    text-transform: full-width;
}

.sliderblogampliacion .customNavigation .btn-arrow.prev{
    background-image: none;
}
.sliderblogampliacion .item .name-slide {
    margin: 1px 0 !important;
}

/*Daniel */

.menu-footer .container .col-md-8{
    border-right: 1px solid #e91e63;
}

.direccion h4 i {
    color: #e91e63;
    font-size: 16px;
}

@media (max-width:768px){
    .menu-footer .container .col-md-8{
        border-right: 0;
    }
}

.col-md-12.slider-clients {
    margin-bottom: 33px;
}

.slider-clients .items .owl-wrapper {
    display: flex !important;
    align-items: center;
}

.slider-clients .owl-theme .owl-controls {
    margin-top: 15px !important;
    left: 0;
    right: 0;
    margin: auto;
}

.slider-clients .items .owl-item .item img {
    width: 200px;
}

.owl-theme .owl-controls .owl-page span {
    background: #724b9a !important;
}