﻿@charset "utf-8";

/*------------------------------------------------------------------
Project:    Solide Webpage
Version:    2.1
Last change:   22/11/2016
 Author: Miguel Martinez
-------------------------------------------------------------------*/

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

    #down_scroll {
        margin-top: -8%;
    }

    #ul-nav {
        padding: 0 0% 0px 0px;
    }

    .creativenav_3D {
        padding: 0 5% 0% 3%;
    }

    #div_exclusividad {
        text-align: center;
    }

    img.image_clientes {
        width: 66%;
    }

    #img_large {
        margin-top: 20%;
    }

    img.img_dispositivos {
        width: 66%;
    }

    #logo_footer {
        margin-top: -12%;
    }

    .main-nav.dark .inner-nav ul > li > a {
        color: rgb(0,0,0);
    }

    .inner-nav ul li {
        margin-left: 25px;
    }

    #tittle {
        margin-top: -6%;
    }

    #tittle_img {
        width: 65%;
    }

    #cleancube_img {
        display: block;
        width: 30%;
        margin-left: 35%;
    }

    #cleancube {
        margin-top: -5%;
        margin-left: 0;
    }

    #homeText {
        font-size: 30px;
        margin-bottom: 8%;
    }

    #homeText_ {
        padding-top: 4%;
    }

    #homeScroll {
        margin-top: -12%;
    }
}

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

    .creativenav_3D {
        padding: 0 5% 0% 3%;
    }

    #div_exclusividad {
        text-align: center;
    }

    img.image_clientes {
        width: 66%;
    }

    #img_large {
        margin-top: 20%;
    }

    img.img_dispositivos {
        width: 66%;
    }

    #logo_footer {
        margin-top: -12%;
    }

    .main-nav.dark .inner-nav ul > li > a {
        color: rgb(0,0,0);
    }

    .inner-nav ul li {
        margin-left: 25px;
    }


    #tittle {
        margin-top: -6%;
    }

    #tittle_img {
        width: 65%;
    }

    #cleancube_img {
        display: block;
        width: 25%;
        margin-left: 37%;
    }

    #cleancube {
        margin-top: -5%;
        margin-left: 0;
    }

    #homeText {
        font-size: 25px;
        margin-bottom: 6%;
    }

    #homeText_ {
        padding-top: 8%;
    }

    #homeScroll {
        margin-top: -13%;
    }
}

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

    .main-nav.dark .inner-nav ul > li > a {
        color: rgb(0,0,0);
    }

    .hs-wrap {
        max-width: 540px;
    }

    .hs-line-1 {
        letter-spacing: 40px;
    }

    .hs-line-2 {
        font-size: 68px;
    }

    .hs-line-12 {
        font-size: 70px;
        letter-spacing: 0.3em;
    }

    .hs-line-13 {
        font-size: 78px;
        letter-spacing: 0.195em;
    }

    .alt-service-grid {
        margin-top: -40px;
    }

    .alt-service-item {
        margin-top: 40px;
        padding-left: 48px;
    }

    .alt-services-title {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .alt-services-image {
        margin-top: 10px;
    }

    .work-grid-5 .work-item {
        width: 25%;
    }

    .mod-breadcrumbs-mini {
        text-align: right;
    }


    #tittle {
        margin-top: -6%;
    }

    #tittle_img {
        width: 75%;
    }

    #cleancube_img {
        display: block;
        width: 30%;
        margin-left: 35%;
    }

    #cleancube {
        margin-top: -5%;
        margin-left: 0;
    }

    #homeText {
        font-size: 25px;
    }

    #homeText_ {
        padding-top: 10%;
    }

    #homeScroll {
        margin-top: -10%;
    }
}

/* --------------------------------------------
     Resolution between 440px and 610px 
-----------------------------------------------*/
@media only screen and (min-width:440px) and (max-width: 610px) {

    #work-grid > li {
        width: 50%;
    }

    #ddd {
        display: none;
    }
}

/**/
@media only screen and (min-width:319px) and (max-width: 359px) {
    .triangulo {
        overflow: visible;
        position: absolute;
        width: 0;
        height: 0;
        top: -30px;
        left: 0;
        border-right: 30px solid transparent;
        border-top: 30px solid #C00d18;
    }

    .work-item:hover .triangulo {
        color: #c00d18;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        transform: translateY(30px);
        z-index: 3;
    }

    .line1 {
        width: 15px;
        height: 15px;
        border-bottom: 2px solid #fff;
        -webkit-transform: translateY(-20px) translateX(45px) rotate(0deg);
        position: absolute;
        z-index: 3;
        top: -15px;
        left: -43px;
        /* top: -20px; */
    }

    .line2 {
        width: 15px;
        height: 15px;
        border-bottom: 2px solid #fff;
        -webkit-transform: translateY(20px) translateX(45px) rotate(-90deg);
        position: absolute;
        top: -48px;
        left: -50px;
        z-index: 3;
    }

    .work-item a div.work-intro h3.work-title {
        font-size: 11.2px;
    }

    .work-item:hover .work-title {
        color: #fff;
        font-size: 11.2px;
    }


    .work-img a.see-img {
        background: #C00D18 none repeat scroll 0 0;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        height: 29px;
        position: absolute;
        left: 69px;
        top: 67px;
        width: 29px;
        visibility: hidden;
        /*  display: none;*/
    }
}

/**/
@media only screen and (min-width:360px) and (max-width: 375px) {
    .triangulo {
        overflow: visible;
        position: absolute;
        width: 0;
        height: 0;
        top: -30px;
        left: 0;
        border-right: 30px solid transparent;
        border-top: 30px solid #C00d18;
    }

    .work-item:hover .triangulo {
        color: #c00d18;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        transform: translateY(30px);
        z-index: 3;
    }

    .line1 {
        width: 15px;
        height: 15px;
        border-bottom: 2px solid #fff;
        -webkit-transform: translateY(-20px) translateX(45px) rotate(0deg);
        position: absolute;
        z-index: 3;
        top: -15px;
        left: -43px;
        /* top: -20px; */
    }

    .line2 {
        width: 15px;
        height: 15px;
        border-bottom: 2px solid #fff;
        -webkit-transform: translateY(20px) translateX(45px) rotate(-90deg);
        position: absolute;
        top: -48px;
        left: -50px;
        z-index: 3;
    }

    .work-item a div.work-intro h3.work-title {
        font-size: 13px;
    }

    .work-item:hover .work-title {
        color: #fff;
        font-size: 13px;
    }

    .work-img a.see-img {
        background: #C00D18 none repeat scroll 0 0;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        font-size: 16px;
        height: 29px;
        position: absolute;
        left: 73px;
        top: 80px;
        width: 29px;
        visibility: hidden;
        /*  display: none;*/
    }
}


@media only screen and (min-width:376px) and (max-width: 420px) {
    .triangulo {
        overflow: visible;
        position: absolute;
        width: 0;
        height: 0;
        top: -30px;
        left: 0;
        border-right: 30px solid transparent;
        border-top: 30px solid #C00d18;
    }

    .work-item:hover .triangulo {
        color: #c00d18;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        transform: translateY(30px);
        z-index: 3;
    }

    .line1 {
        width: 15px;
        height: 15px;
        border-bottom: 2px solid #fff;
        -webkit-transform: translateY(-20px) translateX(45px) rotate(0deg);
        position: absolute;
        z-index: 3;
        top: -15px;
        left: -43px;
        /* top: -20px; */
    }

    .line2 {
        width: 15px;
        height: 15px;
        border-bottom: 2px solid #fff;
        -webkit-transform: translateY(20px) translateX(45px) rotate(-90deg);
        position: absolute;
        top: -48px;
        left: -50px;
        z-index: 3;
    }

    .work-item a div.work-intro h3.work-title {
        font-size: 15px;
    }

    .work-item:hover .work-title {
        color: #fff;
        font-size: 15px;
    }

    .work-img a.see-img {
        background: #C00D18 none repeat scroll 0 0;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        font-size: 16px;
        height: 29px;
        position: absolute;
        left: 91px;
        top: 96px;
        width: 29px;
        visibility: hidden;
        /*  display: none;*/
    }
}

@media only screen and (min-width:421px) and (max-width: 570px) {

    .work-item a div.work-intro h3.work-title {
        font-size: 17px;
    }

    .work-item:hover .work-title {
        color: #fff;
        font-size: 17px;
    }

    .work-img a.see-img {
        background: #C00D18 none repeat scroll 0 0;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        font-size: 16px;
        height: 32px;
        position: absolute;
        left: 123px;
        top: 69px;
        width: 32px;
        visibility: hidden;
        /*  display: none;*/
    }
}

@media only screen and (min-width:571px) and (max-width: 700px) {

    .work-item a div.work-intro h3.work-title {
        font-size: 17px;
    }

    .work-item:hover .work-title {
        color: #fff;
        font-size: 17px;
    }

    .work-img a.see-img {
        background: #C00D18 none repeat scroll 0 0;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        font-size: 18px;
        height: 35px;
        position: absolute;
        left: 138px;
        top: 69px;
        width: 35px;
        visibility: hidden;
        /*  display: none;*/
    }
}

@media only screen and (min-width:701px) and (max-width: 780px) {

    .work-item a div.work-intro h3.work-title {
        font-size: 19px;
    }

    .work-item:hover .work-title {
        color: #fff;
        font-size: 19px;
    }

    .work-img a.see-img {
        background: #C00D18 none repeat scroll 0 0;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        font-size: 19px;
        height: 38px;
        position: absolute;
        left: 160px;
        top: 81px;
        width: 38px;
        visibility: hidden;
        /*  display: none;*/
    }
}

@media only screen and (min-width:781px) and (max-width: 992px) {

    .work-item a div.work-intro h3.work-title {
        font-size: 22px;
    }

    .work-item:hover .work-title {
        color: #fff;
        font-size: 22px;
    }

    .work-img a.see-img {
        background: #C00D18 none repeat scroll 0 0;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        font-size: 24px;
        height: 50px;
        position: absolute;
        left: 209px;
        top: 125px;
        width: 50px;
        visibility: hidden;
        /*  display: none;*/
    }
}

@media only screen and (min-width:1000px) and (max-width: 1100px) {

    .work-img a.see-img {
        background: #C00D18 none repeat scroll 0 0;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        font-size: 24px;
        height: 50px;
        position: absolute;
        left: 44%;
        top: 36%;
        width: 50px;
        visibility: hidden;
        /*  display: none;*/
    }
}

@media only screen and (min-width:1101px) and (max-width: 1300px) {

    .work-img a.see-img {
        background: #C00D18 none repeat scroll 0 0;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        font-size: 24px;
        height: 50px;
        position: absolute;
        left: 44%;
        top: 36%;
        width: 50px;
        visibility: hidden;
        /*  display: none;*/
    }
}

@media only screen and (min-width:1300px) and (max-width: 1400px) {

    .work-img a.see-img {
        background: #C00D18 none repeat scroll 0 0;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        font-size: 24px;
        height: 50px;
        position: absolute;
        left: 44%;
        top: 36%;
        width: 50px;
        visibility: hidden;
        /*  display: none;*/
    }
}

@media only screen and (min-width:1401px) and (max-width: 1900px) {

    .work-img a.see-img {
        background: #C00D18 none repeat scroll 0 0;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        font-size: 24px;
        height: 50px;
        position: absolute;
        left: 44%;
        top: 36%;
        width: 50px;
        visibility: hidden;
        /*  display: none;*/
    }

    .container .work-grid-3 .work-item {
        width: 25%;
    }
}

/* --------------------------------------------
     Resolution between 319px and 440px 
-----------------------------------------------*/
@media only screen and (min-width:319px) and (max-width: 440px) {

    #work-grid > li {
        width: 50%;
    }

    #cleancube #cleancube_img {
        -webkit-transition: all .5s ease;
    }

        #cleancube #cleancube_img:hover {
            height: 48%;
            width: 48%;
            margin-left: 26%;
        }

    section#first_section {
        height: auto;
    }
}

/* --------------------------------------------
     Resolution between 1199px and 1366px 
-----------------------------------------------*/

@media only screen and (min-width:1199px) and (max-width: 1366px) {

    #cleancube #cleancube_img {
        -webkit-transition: all .5s ease;
    }

        #cleancube #cleancube_img:hover {
            height: 27%;
            width: 27%;
            margin-left: 36.1%;
        }
}

/* --------------------------------------------
     Resolution between 1044px and 1199px 
-----------------------------------------------*/
@media only screen and (min-width:1044px) and (max-width: 1199px) {

    #cleancube #cleancube_img {
        -webkit-transition: all .5s ease;
    }

        #cleancube #cleancube_img:hover {
            height: 31.5%;
            width: 31.5%;
            margin-left: 34.3%;
        }
}

/* --------------------------------------------
     Resolution max 1199px
-----------------------------------------------*/
@media only screen and (max-width: 1199px) {


    #made_footer {
        width: 20%;
    }

    #div_exclusividad {
        text-align: center;
    }

    img.image_clientes {
        width: 66%;
    }

    #img_large {
        margin-top: 20%;
    }

    img.img_dispositivos {
        width: 66%;
    }

    #logo_footer {
        margin-top: -18%;
    }

    #div_idea {
        width: 100%;
    }



    .main-nav.dark .inner-nav ul > li > a {
        color: rgb(0,0,0);
    }


    .tpl-alt-tabs {
        font-size: 13px;
        letter-spacing: 0.2em;
    }

        .tpl-alt-tabs > li {
            width: 170px;
        }

    .split-section-wrapper {
        padding: 0 50px;
    }

    #tittle {
        margin-top: -6%;
    }

    #tittle_img {
        width: 75%;
    }

    #cleancube_img {
        display: block;
        width: 30%;
        margin-left: 35%;
    }

    #cleancube {
        margin-top: -5%;
        margin-left: 0;
    }

    #homeText {
        font-size: 25px;
    }

    #homeText_ {
        padding-top: 10%;
    }

    #homeScroll {
        margin-top: -10%;
    }
}

/* --------------------------------------------
     Resolution max 1044px
-----------------------------------------------*/

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

    .creativenav_3D {
        padding: 0 5% 0% 3%;
    }

    .desktop-nav ul li a {
        display: block;
        width: 100%;
        height: 38px !important;
        line-height: 38px !important;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 10px;
        text-align: left;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255, .065);
        color: #fff;
        letter-spacing: 1px;
        cursor: pointer;
        transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    }

        .desktop-nav ul li a:hover {
            background: rgba(255,255,255, .03);
        }

        .desktop-nav ul li a span {
            padding: 0;
        }

            .desktop-nav ul li a span::after {
                background: none;
                padding: 0;
            }

    .desktop-nav::after {
        clear: both;
        content: " ";
        display: table;
    }

    .desktop-nav ul li {
        width: 100%;
        float: none !important;
        overflow: hidden;
    }

    .desktop-nav ul {
        width: 100%;
        float: none;
        background: rgba(18,18,18, .97);
        position: relative;
        overflow-x: hidden;
    }

    .desktop-nav ul {
        width: 100%;
        float: none;
        background: rgba(18,18,18, .97);
        position: relative;
        overflow-x: hidden;
    }

    .inner-nav {
        width: 100%;
    }

        .inner-nav ul {
            float: right;
            margin: auto;
            font-size: 11px;
            font-weight: 400;
            letter-spacing: 1px;
            text-transform: uppercase;
            text-align: center;
            line-height: 1.3;
        }

    .mobile-nav:active {
        -webkit-box-shadow: 0 0 35px rgba(0,0,0,.05) inset;
        -moz-box-shadow: 0 0 35px rgba(0,0,0,.05) inset;
        box-shadow: 0 0 35px rgba(0,0,0,.05) inset;
    }

    .creativenav_3D {
        padding: 0px 5px 0px 20px;
    }

    .fa-bars:before {
        content: "\f0c9";
    }

    .mobile-nav .fa {
        cursor: pointer;
        height: 100%;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        font-size: 21px;
    }

    .mobile-nav {
        padding: 17px;
        height: 55px;
        line-height: 55px;
        width: 55px;
        display: block;
        float: right;
        background: rgba(255, 255, 255, 0.25);
    }

    .inner-nav {
        display: none;
    }

    #contact {
        padding: 40px 0px 40px 0px;
    }

    #contact_2 {
        padding: 40px 0px 40px 0px;
    }

    #div_exclusividad {
        text-align: center;
    }

    img.image_clientes {
        width: 66%;
    }

    #img_large {
        margin-top: 20%;
    }

    img.img_dispositivos {
        width: 66%;
    }


    #div_idea {
        width: 100%;
    }

    #made_footer {
        width: 20%;
    }

    #whitesolide {
        margin-top: 1%;
    }

    #mx_footer {
        margin-top: .6%;
    }

    #logo_footer {
        margin-top: -20%;
    }

    .main-nav.dark .inner-nav ul > li > a {
        color: rgba(255,255,255, .7);
    }

    .hs-wrap {
        max-width: 480px;
        padding-top: 37px;
        padding-bottom: 43px;
    }

    .hs-line-1 {
        letter-spacing: 30px;
    }

    .hs-line-2 {
        font-size: 60px;
    }

    .hs-line-9 {
        font-size: 71px;
    }

    .hs-line-10 {
        padding: 10px 14px;
        letter-spacing: 1px;
    }

        .hs-line-10 > span {
            margin: 0 1px;
        }

    .benefit-item {
        width: 300px;
        padding: 15px 32px;
    }

    .page-section {
        padding: 120px 0;
    }

    .page-section, .home-section, .small-section {
        background-attachment: scroll;
    }

    .owl-pagination {
        bottom: 25px;
    }

    .section-bot-image {
        margin: 120px 0 -120px;
    }


    .lp-item {
        width: 50%;
    }

        .lp-item:nth-child(4n + 5) {
            clear: none;
        }

        .lp-item:nth-child(2n + 3) {
            clear: left;
        }

    .lp-title, .lp-author {
        font-size: 13px;
    }


    #tittle {
        margin-top: -6%;
    }

    #tittle_img {
        width: 75%;
    }

    #cleancube_img {
        display: block;
        width: 30%;
        margin-left: 35%;
    }

    #cleancube {
        margin-top: -5%;
        margin-left: 0;
    }

    #homeText {
        font-size: 25px;
    }

    #homeText_ {
        padding-top: 10%;
    }

    #homeScroll {
        margin-top: -10%;
    }
}

@media only screen /*and (min-width: 768px)*/ and (max-width: 1666px) {

    #row_carousel_principal {
        margin-top: 620px;
    }


        #row_carousel_principal div div div div .image_clientes {
            width: 135px;
        }

    span.font2light.dark-bg.white {
        font-size: 18px;
    }
}

@media only screen /*and (min-width: 768px)*/ and (max-width: 1366px) {

    #row_carousel_principal {
        margin-top: 620px;
    }


        #row_carousel_principal div div div div .image_clientes {
            width: 135px;
        }

    span.font2light.dark-bg.white {
        font-size: 18px;
    }
}

@media only screen /*and (min-width: 768px)*/ and (max-width: 1199px) {

    #row_carousel_principal {
        margin-top: 620px;
    }


        #row_carousel_principal div div div div .image_clientes {
            width: 135px;
        }

    span.font2light.dark-bg.white {
        font-size: 18px;
    }
}

@media only screen /*and (min-width: 768px)*/ and (max-width: 992px) {

    #row_carousel_principal {
        margin-top: 620px;
    }


        #row_carousel_principal div div div div .image_clientes {
            width: 135px;
        }

    span.font2light.dark-bg.white {
        font-size: 18px;
    }
}

@media only screen /*and (min-width: 768px)*/ and (max-width: 1044px) {

    #row_carousel_principal {
        margin-top: 620px;
    }


        #row_carousel_principal div div div div .image_clientes {
            width: 135px;
        }

    span.font2light.dark-bg.white {
        font-size: 18px;
    }
}

/* --------------------------------------------
     Resolution max 992px
-----------------------------------------------*/
@media only screen and (max-width: 992px) {


    #logo_white {
        display: none;
    }

    #made_footer {
        width: 100%;
    }

    #img_large {
        margin-top: 20%;
    }

    #whitesolide {
        display: none;
    }

    img.img_dispositivos {
        width: 40%;
    }

    #div_idea {
        width: 100%;
        text-align: center;
    }

    #logo_footer {
        width: 40%;
        margin-bottom: -5%;
        margin-top: -1%;
    }

    .main-nav.dark .inner-nav ul > li > a {
        color: rgba(255,255,255, .7);
    }

    .hs-line-1 {
        letter-spacing: 23px;
    }

    .hs-line-13 {
        letter-spacing: 0.17em;
    }

    .mod-breadcrumbs:not(.align-center):not(.mod-breadcrumbs-mini) {
        text-align: left !important;
    }

    .tpl-alt-tabs > li {
        width: 200px;
    }

    .split-section-headings,
    .split-section-headings.left,
    .split-section-headings.right,
    .split-section-content,
    .split-section-content.left,
    .split-section-content.right {
        float: none !important;
        width: auto;
    }

        .split-section-headings .section-title {
            font-size: 35px;
            letter-spacing: 5px;
        }

    .banner-text {
        text-align: center;
    }

    .banner-image {
        margin: 40px 0;
    }

    .team-item-name {
        font-size: 13px;
    }

    .features-icon {
        font-size: 64px;
    }

    .features-title {
        font-size: 20px;
    }

    .features-descr {
        font-size: 14px;
    }

    .work-item,
    .work-grid-3 .work-item,
    .container .work-grid-3 .work-item,
    .work-grid-5 .work-item {
        width: 50%;
    }


    .blog-item-date {
        border: none;
    }


    .countdown > li {
        margin: 0 20px;
    }

    .countdown-number {
        width: 74px;
        height: 74px;
        font-size: 24px;
        line-height: 64px;
    }

        .countdown-number > b {
            bottom: 18px;
        }

    #tittle {
        margin-top: -6%;
    }

    #tittle_img {
        width: 75%;
    }

    #cleancube_img {
        display: block;
        width: 35%;
        margin-left: 33%;
    }

    #cleancube {
        margin-top: -5%;
        margin-left: 0;
    }

    #homeText {
        font-size: 25px;
    }

    #homeText_ {
        padding-top: 15%;
    }

    #homeScroll {
        margin-top: -10%;
    }
}


/* --------------------------------------------
     Resolution max 768px
-----------------------------------------------*/
@media only screen and (max-width: 768px) {

    #down_scroll {
        margin-top: 0%;
    }

    #contact {
        padding: 20px 20px 30px 20px;
    }

    #contact_2 {
        padding: 20px 20px 30px 20px;
    }

    #whitesolide {
        display: none;
    }

    img.img_dispositivos {
        width: 40%;
    }

    #divprojects {
        text-align: center;
    }

    #h3projects {
        text-align: center;
    }

    #pprojects {
        text-align: center;
        margin-top: 0%;
    }

    #aprojects {
        text-align: center;
    }

    #logo_footer {
        width: 50%;
        margin-bottom: -3%;
    }

    #h3clients {
        margin-bottom: 0%;
    }

    .hs-wrap {
        max-width: 400px;
    }

    .hs-line-2 {
        font-size: 50px;
    }

    .hs-line-7 {
        font-size: 50px;
    }

    .page-section {
        padding: 80px 0;
    }

    .small-section {
        padding: 50px 0;
    }

    .small-title {
        font-size: 18px;
    }

    .owl-pagination {
        bottom: 17px;
    }

    .section-bot-image {
        margin: 70px 0 -70px;
    }


    .tpl-minimal-tabs > li {
        padding: 0 5px;
    }


    .benefit-item {
        width: 264px;
    }

    .count-descr {
        margin-bottom: 30px;
    }

    .alt-service-grid {
        margin-top: -30px;
    }

    .alt-service-item {
        margin-top: 30px;
    }

    .works-filter a {
        padding-left: 10px;
        padding-right: 10px;
        margin: 4px;
    }

    .blog-item {
        margin-bottom: 50px;
    }

    .blog-item-date {
        top: 0;
        left: -100px;
    }

    .blog-item-title {
        font-size: 20px;
    }

        .blog-item-title .small {
            font-size: 15px;
        }

    .blog-item-body {
        font-size: 14px;
    }

    .blog-media {
        margin-bottom: 15px;
    }

    .blog-item-body .small {
        font-size: 13px;
    }


    #map-canvas {
        height: 300px;
    }

    .fm-logo-wrap {
        top: 17px;
        left: 17px;
    }

    .fm-button {
        top: 17px;
        right: 17px;
    }
}

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

    #down_scroll {
        margin-top: 0%;
    }

    #contact {
        padding: 20px 20px 30px 20px;
    }

    #contact_2 {
        padding: 20px 20px 30px 20px;
    }

    #made_footer {
        width: 100%;
    }

    img.img_dispositivos {
        width: 40%;
    }

    #divprojects {
        text-align: center;
    }

    #h3projects {
        text-align: center;
    }

    #pprojects {
        text-align: center;
        margin-top: 0%;
    }

    #aprojects {
        text-align: center;
    }

    #logo_footer {
        width: 50%;
        margin-top: -1%;
    }

    #h3clients {
        margin-bottom: 0%;
    }


    .hs-wrap {
        max-width: 320px;
        padding-top: 27px;
        padding-bottom: 33px;
    }

    .hs-line-1 {
        font-size: 24px;
    }

    .hs-line-2 {
        font-size: 36px;
    }

    .hs-line-3 {
        font-size: 13px;
    }

    .hs-image {
        display: none;
    }

    .hs-wrap-1 {
        max-width: 240px;
    }

    .hs-line-5 {
        font-size: 44px;
        letter-spacing: 0.28em;
    }

    .hs-line-6 {
        font-size: 16px;
    }

    .hs-line-7 {
        font-size: 32px;
    }

    .hs-line-9 {
        font-size: 48px;
    }

    .hs-line-10 {
        padding: 5px 8px;
        font-size: 11px;
        letter-spacing: 1px;
    }

        .hs-line-10 > span {
            margin: 0;
        }

    .hs-line-11 {
        font-size: 24px;
    }

    .hs-line-12 {
        font-size: 44px;
    }

    .hs-line-13 {
        font-size: 60px;
        letter-spacing: 0.1em;
    }

    .hs-line-14 {
        font-size: 24px;
        letter-spacing: 0.3em;
    }

    .hs-line-15 {
        font-size: 32px;
    }

    .team-item {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }

    .alt-features-grid {
        margin-top: -30px;
    }

    .alt-features-item {
        margin-top: 30px;
    }

    .benefit-item {
        width: 230px;
        padding: 0;
    }

        .benefit-item:hover:after {
            display: none;
        }

    .wide-heading {
        font-size: 32px;
        letter-spacing: 2px;
    }

    .works-filter a {
        padding-left: 10px;
        padding-right: 10px;
        margin: 4px;
        width: 46%;
        font-size: 11px;
    }

    .blog-item-date {
        width: auto;
        position: relative;
        top: auto;
        left: auto;
        padding: 0;
        text-align: left;
    }

    .date-num {
        display: inline !important;
        margin: 0 5px 10px 0;
    }

    .sidebar {
        margin-top: 50px;
    }

    blockquote p {
        font-size: 20px;
    }

    blockquote footer {
        margin-top: 0;
        font-size: 12px;
    }

    .banner-content {
        text-align: center;
    }

    .banner-image {
        text-align: center;
    }


    .cf-left-col,
    .cf-right-col {
        width: auto;
        margin-right: 0;
        float: none;
    }

    .section-more,
    .section-more.left,
    .section-more.right {
        float: none !important;
        display: block;
    }

    .big-icon {
        width: 60px;
        height: 60px;
        line-height: 56px;
        font-size: 24px;
        margin-bottom: 0;
    }

    .blog-slide-info {
        padding: 10px;
    }

    .blog-slide-title {
        font-size: 12px;
    }

    .blog-slide-data {
        display: none;
    }

    .top-bar {
        min-height: 0;
    }

    .top-links {
        float: none !important;
        padding: 5px 0;
        text-align: center;
    }

        .top-links li,
        .top-links li:last-child {
            float: none;
            border: none;
            display: inline-block;
        }

            .top-links li a {
                display: inline-block;
                min-width: 0;
                height: auto;
                line-height: 1;
                padding: 0 5px;
            }

                .top-links li a:hover,
                .top-bar.dark .top-links li a:hover {
                    background: none;
                }

    .side-panel {
        padding-bottom: 20px;
    }

    .sp-logo-wrap {
        max-width: 100px;
        margin: 0 auto;
    }

        .sp-logo-wrap .logo {
            padding: 20px 0 0 0;
        }

    .sp-menu-links a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .sp-social-links {
        width: auto;
        position: static;
        padding-bottom: 10px;
    }

    .countdown > li {
        margin: 0 10px 20px;
    }

    .countdown-number {
        width: 44px;
        height: 44px;
        font-size: 20px;
        line-height: 44px;
    }

        .countdown-number > b {
            bottom: -20px;
            font-size: 9px;
            color: rgba(255,255,255, .85);
        }

    .text-mobile {
        font-size: 110%;
        line-height: 1.2;
    }

    #tittle {
        margin-top: -6%;
    }

    #tittle_img {
        width: 75%;
    }

    #cleancube_img {
        display: block;
        width: 30%;
        margin-left: 35%;
    }

    #cleancube {
        margin-left: 0;
    }

    #homeText {
        font-size: 25px;
    }

    #homeText_ {
        padding-top: 15%;
    }

    #homeScroll {
        margin-top: -10%;
    }
}

/* --------------------------------------------
     Resolution max 610px
-----------------------------------------------*/
@media only screen and (max-width: 610px) {

    #down_scroll {
        margin-top: 0%;
    }

    #made_footer {
        width: 100%;
    }


    #divprojects {
        text-align: center;
    }

    #h3projects {
        text-align: center;
    }

    #pprojects {
        text-align: center;
        margin-top: 0%;
    }

    #aprojects {
        text-align: center;
    }

    #logo_footer {
        width: 50%;
        margin-bottom: -3%;
        margin-top: -1%;
    }

    #h3clients {
        margin-bottom: 0%;
    }

    img.image_clientes {
        width: 80%;
    }

    .btn-mod.btn-large {
        padding: 8px 15px;
        font-size: 13px;
    }

    .form input[type="text"].input-lg,
    .form input[type="email"].input-lg,
    .form input[type="number"].input-lg,
    .form input[type="url"].input-lg,
    .form input[type="search"].input-lg,
    .form input[type="tel"].input-lg,
    .form input[type="password"].input-lg,
    .form input[type="date"].input-lg,
    .form input[type="color"].input-lg,
    .form select.input-lg {
        height: 38px;
    }

    .hs-line-1 {
        font-size: 20px;
        letter-spacing: 18px;
    }

    .hs-line-2 {
        font-size: 28px;
    }

    .hs-line-6 {
        font-size: 15px;
    }

    .hs-line-7 {
        font-size: 28px;
    }

    .hs-line-8 {
        font-size: 12px;
    }

    .hs-line-9 {
        font-size: 42px;
    }

    .hs-line-11 {
        font-size: 20px;
        letter-spacing: 0.2em;
    }

    .hs-line-12 {
        font-size: 32px;
    }

    .hs-line-13 {
        font-size: 30px;
        letter-spacing: 0.1em;
    }

    .hs-line-15 {
        font-size: 24px;
    }

    .scroll-down {
        bottom: 10px;
        height: 34px;
        line-height: 34px;
    }

    .scroll-down-icon {
        width: 22px;
        margin-left: -11px;
    }

    .scroll-down span {
        display: none;
    }

    .nav-bar-compact {
        top: 0;
        left: 0;
    }


    .page-section {
        padding: 60px 0;
    }

    .small-section {
        padding: 30px 0;
    }

    .owl-pagination {
        bottom: 10px;
    }

    .owl-prev, .owl-next {
        display: none;
    }

    .owl-page {
        padding-left: 8px;
        padding-right: 8px;
    }

    .section-bot-image {
        margin: 50px 0 -50px;
    }

    .section-title,
    .split-section-headings .section-title,
    .wide-heading {
        font-size: 24px;
        letter-spacing: 2px;
    }

    .section-heading,
    .sub-heading {
        font-size: 15px;
    }

    .section-text {
        font-size: 15px;
        line-height: 1.7;
    }

    .tpl-minimal-tabs > li {
        padding: 0;
    }

        .tpl-minimal-tabs > li > a {
            padding: 6px 10px 5px;
        }

    .tpl-alt-tabs {
        font-size: 12px;
        letter-spacing: 0.1em;
    }

        .tpl-alt-tabs > li {
            width: 120px;
        }

    .alt-tabs-icon {
        font-size: 32px;
    }

    .work-container {
        padding: 30px 0;
    }

    .margin-bot {
        margin-bottom: 30px;
    }

    .section-text,
    .text {
        line-height: 1.7;
    }

    .count-number {
        font-size: 32px;
    }

    .count-title {
        font-size: 12px;
    }


    .works-filter a {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .work-item,
    .work-grid-2 .work-item,
    .work-grid-3 .work-item,
    .container .work-grid-3 .work-item,
    .work-grid-5 .work-item {
        width: 100%;
    }

    .work-full-text {
        margin-top: 30px;
    }

    .work-full-title {
        font-size: 20px;
    }

    .blog-container {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .blog-item-title {
        font-size: 16px;
    }

    .blog-item-q p {
        font-size: 16px;
    }

    .comment-avatar {
        width: 30px;
        margin-top: 7px;
    }

    .comment-item {
        font-size: 13px;
    }

    .separ-space {
        display: block;
        height: 10px;
    }


    .bot-menu-item {
        font-size: 16px;
    }

    #map-canvas {
        height: 300px;
    }

    .fixed-height-small {
        min-height: 300px;
    }

    .fixed-height-medium {
        min-height: 350px;
    }

    .fixed-height-large {
        min-height: 400px;
    }

    .tpl-tabs > li {
        display: block;
        float: none;
        width: 100%;
    }

        .tpl-tabs > li.active a {
            background: #f5f5f5 !important;
        }

    .fm-menu-links a {
        font-size: 14px;
    }

    .sp-social-links {
        padding-bottom: 10px;
        position: static;
        width: auto;
    }

    #tittle {
    }

    #tittle_img {
        width: 75%;
    }

    #cleancube_img {
        display: block;
        width: 40%;
        margin-left: 29%;
    }

    #cleancube {
        margin-left: 0;
    }

    #homeText {
        font-size: 22px;
    }

    #homeText_ {
        padding-top: 15%;
    }

    #homeScroll {
        margin-top: -10%;
    }
}





/* ---------------------------------------------------
     Resolution max width  440px and max heigh 660px
-------------------------------------------------------*/
/*@media only screen and (max-width: 750px) and (max-height: 440px) {
    #row_carousel_principal {
        margin-top: 58%;
    }
}*/


/* ---------------------------------------------------
     Resolution max width  769px and max heigh 1024px
-------------------------------------------------------*/
/*@media only screen and (max-width: 768px) and (max-height: 1024px) {
    #row_carousel_principal {
        margin-top: 114%;
    }

        #row_carousel_principal div div div div .image_clientes {
            width: 50%;
        }
}*/

/* ---------------------------------------------------
     Resolution max width  769px and max heigh 1024px
-------------------------------------------------------*/
/*@media only screen and (max-width: 768px) and (max-height: 774px) {
    #row_carousel_principal {
        margin-top: 84%;
    }

        #row_carousel_principal div div div div .image_clientes {
            width: 50%;
        }
}*/

/*   ------------------------------------------------
     Resolution max width  1024px and max heigh 769px
     ------------------------------------------------   */
@media only screen and (min-width: 300px) and (max-width: 324px) and (max-height: 1048px) {
    #row_carousel_principal {
        position: relative;
        margin-top: 80vh;
    }

        #row_carousel_principal div div div div .image_clientes {
            width: 35%;
        }

    #li_tittle {
        width: 200%;
    }

    #div_tittle {
        margin-left: 7%;
    }

    #div_welcome {
        margin-top: -10%;
    }

    #li_medida {
        letter-spacing: 5px;
        font-size: 13px;
    }
}

@media only screen and (min-width: 545px) and (max-width: 650px) and (orientation: landscape) {
    #row_carousel_principal {
        position: relative;
        margin-top: 100vh;
    }

        #row_carousel_principal div div div div .image_clientes {
            width: 45%;
        }

    #li_tittle {
        width: 100% !important;
        height: 20% !important;
        margin-top: 37vh !important;
    }

    #div_welcome {
        margin-top: 10%;
    }

    #li_welcome {
        margin-top: 30vh !important;
    }

    #li_medida {
        letter-spacing: 6px;
        font-size: 16px;
    }

    #li_cube {
        display: none;
    }

    #div_button {
        margin-top: -50% !important;
    }

    #buton_header {
        margin-top: -100% !important;
    }

    #down_scroll {
        margin-top: -3% !important;
    }
}

@media only screen and (min-width: 325px) and (max-width: 420px) {

    #section_ultimos_proyectos div h2{
        font-size: 22px;
    }

    #services div h2{
        font-size: 22px;
    }

    #section_elegir_solide div h2{
            font-size: 22px;
    }

    #section_algun_proyecto div h3{
        font-size: 17px;
    }

    div.tsf-wizard div.tsf-nav-step ul.gsi-step-indicator li a span.desc span{
        display: none;
    }

    div.tsf-wizard div.tsf-nav-step ul.gsi-step-indicator li {
        float: left  !important;
    }

    #row_carousel_principal {
        position: relative;
        margin-top: 80vh;
    }

        #row_carousel_principal div div div div .image_clientes {
            width: 35%;
        }

    #li_tittle {
        width: 210%;
    }

    #div_tittle {
        margin-left: 8%;
    }

    #div_welcome {
        margin-top: -10%;
    }

    #li_medida {
        letter-spacing: 5px;
        font-size: 15px;
    }

    #div_cube {
        margin-left: -10%;
    }
}

@media only screen and (min-width: 421px) and (max-width: 599px) and (max-height: 1048px) {
    #row_carousel_principal {
        position: relative;
        margin-top: 80vh;
    }

        #row_carousel_principal div div div div .image_clientes {
            width: 70%;
        }

    #li_tittle {
        width: 86% !important;
        height: 14% !important;
        margin-left: 13%;
    }

    #div_tittle {
        margin-left: 7%;
    }

    #div_welcome {
        margin-top: -10%;
    }

    #li_medida {
        font-size: 21px;
        letter-spacing: 6.5px;
    }

    #li_cube {
        margin-left: -30%;
    }
}

@media only screen and (min-width: 651px) and (max-width: 800px) and (orientation: landscape) {
    #row_carousel_principal {
        position: relative;
        margin-top: 100vh;
    }

        #row_carousel_principal div div div div .image_clientes {
            width: 45%;
        }

    #li_tittle {
        width: 100% !important;
        height: 20% !important;
        margin-top: 37vh !important;
    }

    #div_welcome {
        margin-top: 10%;
    }

    #li_welcome {
        margin-top: 30vh !important;
    }

    #li_medida {
        letter-spacing: 6px;
        font-size: 16px;
    }

    #li_cube {
        display: none;
    }

    #div_button {
        margin-top: -50% !important;
    }

    #buton_header {
        margin-top: -100% !important;
    }

    #down_scroll {
        margin-top: -3% !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 799px) and (max-height: 1024px) {
    #row_carousel_principal {
        position: relative;
        margin-top: 80vh;
    }

        #row_carousel_principal div div div div .image_clientes {
            width: 60%;
        }

    #li_tittle {
        width: 86% !important;
        height: 14% !important;
        margin-left: 13%;
    }

    #div_tittle {
        margin-left: 7%;
    }

    #div_welcome {
        margin-top: -10%;
    }

    #li_medida {
        font-size: 23px;
        letter-spacing: 6.5px;
    }

    #li_cube {
        margin-left: -30%;
    }
}

@media only screen and (min-width: 801px) and (max-width: 1050px) and (orientation: landscape) {
    #row_carousel_principal {
        position: relative;
        margin-top: 100vh;
    }

        #row_carousel_principal div div div div .image_clientes {
            width: 45%;
        }

    #li_tittle {
        width: 100% !important;
        height: 20% !important;
        margin-top: 25vh !important;
    }

    #div_welcome {
        margin-top: 7%;
    }

    #li_welcome {
        margin-top: 25vh !important;
    }

    #li_medida {
        margin-top: 70vh;
        letter-spacing: 8px;
        font-size: 25px;
    }

    #li_cube {
        display: none;
    }

    #div_button {
        margin-top: -50% !important;
    }

    #buton_header {
        margin-top: -100% !important;
    }

    #down_scroll {
        margin-top: -3% !important;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1044px) and (max-height: 1048px) {
    #row_carousel_principal {
        position: relative;
        margin-top: 82vh;
    }

        #row_carousel_principal div div div div .image_clientes {
            width: 45%;
        }

    +6 #li_tittle {
        width: 86% !important;
        height: 14% !important;
        margin-left: 13%;
    }

    #div_tittle {
        margin-left: 7%;
    }

    #div_welcome {
        margin-top: -10%;
    }

    #li_medida {
        font-size: 26px;
        letter-spacing: 8.5px;
    }

    #li_cube {
        margin-left: -30%;
    }

    #div_button {
        margin-top: -50% !important;
    }

    #buton_header {
        margin-top: -100% !important;
    }
}


@media only screen and (min-width: 1045px) and (max-width: 1250px) and (max-height: 1048px) {
    #row_carousel_principal {
        position: relative;
        margin-top: 80vh;
    }

        #row_carousel_principal div div div div .image_clientes {
            width: 37%;
        }

    #li_tittle {
        width: 86% !important;
        height: 14% !important;
        margin-left: 13%;
    }

    #div_tittle {
        margin-left: 7%;
    }

    #div_welcome {
        margin-top: 0%;
    }

    #li_medida {
        font-size: 28px;
        letter-spacing: 9.5px;
    }

    #div_medida {
        margin-top: -15%;
    }

    #li_cube {
        margin-left: -30%;
    }

    #div_button {
        margin-top: -100% !important;
    }

    #buton_header {
        margin-top: -250% !important;
    }
}

@media only screen and (min-width: 1251px) and (max-width: 1399px) and (max-height: 1048px) {
    #row_carousel_principal {
        position: relative;
        margin-top: 80vh;
    }

        #row_carousel_principal div div div div .image_clientes {
            width: 32%;
        }

    #li_tittle {
        width: 84% !important;
        height: 11% !important;
        margin-left: 13%;
    }

    #div_tittle {
        margin-left: 7%;
    }

    #div_welcome {
        margin-top: 0%;
    }

    #li_medida {
        font-size: 28px;
        letter-spacing: 9.5px;
    }

    #div_medida {
        margin-top: -15%;
    }

    #li_cube {
        margin-left: -40%;
        width: 85% !important;
    }

    #div_button {
        margin-top: -100% !important;
    }

    #buton_header {
        margin-top: -250% !important;
    }
}


@media only screen and (min-width: 1400px) and (max-width: 1630px) and (max-height: 1048px) {
    #row_carousel_principal {
        position: relative;
        margin-top: 81vh;
    }

        #row_carousel_principal div div div div .image_clientes {
            width: 27%;
        }

     
    #li_welcome {
        font-size: 19px;
        padding: 12px;
    }
       
    #second_li span.font2light {
        font-size: 19px;
        padding: 12px;
    }

    #li_tittle {
        width: 79% !important;
        height: 9% !important;
        margin-left: 16%;
    }

    #div_tittle {
        margin-left: 7%;
    }

    #div_welcome {
        margin-top: 0%;
    }

    #li_medida {
        font-size: 28px;
        letter-spacing: 15.5px;
    }

    #div_medida {
        margin-top: -10%;
    }

    #li_cube {
        margin-left: -70%;
        width: 95% !important;
    }

    #div_button {
        margin-top: -100% !important;
    }

    #buton_header {
        margin-top: -250% !important;
    }

    #down_scroll{
        margin-top: -10%;
    }
}

@media only screen and (min-width: 1632px) and (max-width: 1799px) and (max-height: 1048px) {
    #row_carousel_principal {
        position: relative;
        margin-top: 85vh;
    }

    #second_li span.font2light {
        font-size: 26px;
        padding: 15px;
    }

    #row_carousel_principal div div div div .image_clientes {
        width: 27%;
        margin-top: -2%;
    }

    #li_tittle {
        width: 79% !important;
        height: 9% !important;
        margin-left: 16%;
    }

    #div_tittle {
        margin-left: 7%;
    }

    #div_welcome {
        margin-top: 0%;
    }

    #li_welcome {
        font-size: 26px;
        padding: 15px;
    }

    #li_medida {
        font-size: 31px;
        letter-spacing: 12.5px;
    }

    #div_medida {
        margin-top: -10%;
    }

    #li_cube {
        margin-left: -105%;
        width: 95% !important;
    }

    #div_button {
        margin-top: -100% !important;
    }

    #buton_header {
        margin-top: -250% !important;
    }

    #down_scroll {
        margin-top: -10%;
    }
}


@media only screen and (min-width: 1800px) and (max-width: 1950px) and (max-height: 1048px) {
    #row_carousel_principal {
        position: relative;
        margin-top: 85vh;
    }

    #second_li span.font2light {
        font-size: 26px;
        padding: 15px;
    }

    #row_carousel_principal div div div div .image_clientes {
        width: 25%;
        margin-top: -2%;
    }

    #li_tittle {
        width: 79% !important;
        height: 9% !important;
        margin-left: 16%;
    }

    #div_tittle {
        margin-left: 7%;
    }

    #div_welcome {
        margin-top: 0%;
    }

    #li_welcome {
        font-size: 26px;
        padding: 15px;
    }

    #li_medida {
        font-size: 35px;
        letter-spacing: 15.5px;
    }

    #div_medida {
        margin-top: -5%;
    }

    #li_cube {
        margin-left: -105%;
        width: 95% !important;
    }

    #div_button {
        margin-top: -100% !important;
    }

    #buton_header {
        margin-top: -250% !important;
    }

    #down_scroll {
        margin-top: -10%;
    }
}

/*@media only screen and (max-width: 412px) and (max-height: 732px) {
    #row_carousel_principal {
        margin-top: 124%;
    }
    #row_carousel_principal div div div div .image_clientes {
            width: 32%;
        }
}*/


/* ---------------------------------------------------
     Resolution max width  440px and max heigh 660px
-------------------------------------------------------*/
/*@media only screen and (max-width: 660px) and (max-height: 380px) {
    #row_carousel_principal {
            margin-top: 58%;
    }
}*/

/* --------------------------------------------
     Resolution max 440px
-----------------------------------------------*/

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

    /* #row_carousel_principal{
        margin-top: 140%;
    }*/

    #section_ultimos_proyectos #h2_ultimos_proyectos {
        margin-top: 12%;
        margin-bottom: 5%;
    }

    #down_scroll {
        margin-top: 0%;
    }

    #h3mensaje {
        font-size: 17px;
    }

    #h3idea {
        font-size: 20px;
        margin-bottom: 12%;
    }

    #contact {
        padding: 20px 13px 30px 13px;
    }

    #contact2 {
        padding: 20px 13px 30px 13px;
    }

    #made_footer {
        width: 100%;
    }

    img.img_dispositivos {
        width: 61%;
    }

    #h3clients {
        margin-bottom: 0%;
    }

    #h3projects {
        text-align: center;
    }

    #pprojects {
        text-align: center;
        margin-top: 11%;
    }

    #aprojects {
        width: 100%;
    }

    #img_large {
        margin-top: 21%;
    }

    #logo_footer {
        width: 68%;
        margin-top: 0%;
    }

    img.image_clientes {
        width: 80%;
    }

    .btn-mod.btn-large {
        padding: 8px 15px;
        font-size: 13px;
    }

    .form input[type="text"].input-lg,
    .form input[type="email"].input-lg,
    .form input[type="number"].input-lg,
    .form input[type="url"].input-lg,
    .form input[type="search"].input-lg,
    .form input[type="tel"].input-lg,
    .form input[type="password"].input-lg,
    .form input[type="date"].input-lg,
    .form input[type="color"].input-lg,
    .form select.input-lg {
        height: 38px;
    }

    .hs-line-1 {
        font-size: 20px;
        letter-spacing: 18px;
    }

    .hs-line-2 {
        font-size: 28px;
    }

    .hs-line-6 {
        font-size: 15px;
    }

    .hs-line-7 {
        font-size: 28px;
    }

    .hs-line-8 {
        font-size: 12px;
    }

    .hs-line-9 {
        font-size: 42px;
    }

    .hs-line-11 {
        font-size: 20px;
        letter-spacing: 0.2em;
    }

    .hs-line-12 {
        font-size: 32px;
    }

    .hs-line-13 {
        font-size: 30px;
        letter-spacing: 0.1em;
    }

    .hs-line-15 {
        font-size: 24px;
    }

    .scroll-down {
        bottom: 10px;
        height: 34px;
        line-height: 34px;
    }

    .scroll-down-icon {
        width: 22px;
        margin-left: -11px;
    }

    .scroll-down span {
        display: none;
    }

    .nav-bar-compact {
        top: 0;
        left: 0;
    }


    .page-section {
        padding: 60px 0;
    }

    .small-section {
        padding: 30px 0;
    }

    .owl-pagination {
        bottom: 10px;
    }

    .owl-prev, .owl-next {
        display: none;
    }

    .owl-page {
        padding-left: 8px;
        padding-right: 8px;
    }

    .section-bot-image {
        margin: 50px 0 -50px;
    }

    .section-title,
    .split-section-headings .section-title,
    .wide-heading {
        font-size: 24px;
        letter-spacing: 2px;
    }

    .section-heading,
    .sub-heading {
        font-size: 15px;
    }

    .section-text {
        font-size: 15px;
        line-height: 1.7;
    }

    .tpl-minimal-tabs > li {
        padding: 0;
    }

        .tpl-minimal-tabs > li > a {
            padding: 6px 10px 5px;
        }

    .tpl-alt-tabs {
        font-size: 12px;
        letter-spacing: 0.1em;
    }

        .tpl-alt-tabs > li {
            width: 120px;
        }

    .alt-tabs-icon {
        font-size: 32px;
    }

    .work-container {
        padding: 30px 0;
    }

    .margin-bot {
        margin-bottom: 30px;
    }

    .section-text,
    .text {
        line-height: 1.7;
    }

    .count-number {
        font-size: 32px;
    }

    .count-title {
        font-size: 12px;
    }


    .works-filter a {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .work-item,
    .work-grid-2 .work-item,
    .work-grid-3 .work-item,
    .container .work-grid-3 .work-item,
    .work-grid-5 .work-item {
        width: 100%;
    }

    .work-full-text {
        margin-top: 30px;
    }

    .work-full-title {
        font-size: 20px;
    }

    .blog-container {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .blog-item-title {
        font-size: 16px;
    }

    .blog-item-q p {
        font-size: 16px;
    }

    .comment-avatar {
        width: 30px;
        margin-top: 7px;
    }

    .comment-item {
        font-size: 13px;
    }

    .separ-space {
        display: block;
        height: 10px;
    }


    .bot-menu-item {
        font-size: 16px;
    }

    #map-canvas {
        height: 300px;
    }

    .fixed-height-small {
        min-height: 300px;
    }

    .fixed-height-medium {
        min-height: 350px;
    }

    .fixed-height-large {
        min-height: 400px;
    }

    .tpl-tabs > li {
        display: block;
        float: none;
        width: 100%;
    }

        .tpl-tabs > li.active a {
            background: #f5f5f5 !important;
        }

    .fm-menu-links a {
        font-size: 14px;
    }

    .sp-social-links {
        padding-bottom: 10px;
        position: static;
        width: auto;
    }

    #tittle {
    }

    #tittle_img {
        width: 75%;
    }

    #cleancube_img {
        display: block;
        width: 45%;
        margin-left: 27%;
    }

    #cleancube {
        margin-left: 0;
    }

    #homeText {
        font-size: 20px;
    }
}


/* --------------------------------------------
     Resolution max 319px
-----------------------------------------------*/

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


    #down_scroll {
        margin-top: 0%;
    }

    .creativenav_3D {
        padding: 0% 0% 0% 2%;
    }


    #h3mensaje {
        font-size: 17px;
    }

    #h3idea {
        font-size: 17px;
        margin-bottom: 12%;
    }

    #contact {
        padding: 20px 13px 30px 13px;
    }

    #contact2 {
        padding: 20px 13px 30px 13px;
    }

    #made_footer {
        text-align: center;
        width: 100%;
    }

    img.img_dispositivos {
        width: 80%;
    }

    .sp-social-links {
        padding-bottom: 10px;
        position: static;
        width: auto;
    }

    #h3projects {
        text-align: center;
    }

    #pprojects {
        text-align: center;
        margin-top: 11%;
    }

    #aprojects {
        padding: 8px 26px;
        width: 100%;
    }

    #h3clients {
        margin-bottom: 0%;
    }

    img.image_clientes {
        width: 80%;
    }

    #tittle {
    }

    #tittle_img {
        width: 75%;
    }

    #cleancube_img {
        width: 45%;
        margin-left: 27%;
    }

    #cleancube {
        margin-left: 0;
    }

    #homeText {
        font-size: 20px;
    }
}


/* ==============================
   Max Height 768
   ============================== */

/*@media only screen and (min-width: 441px) and (max-width: 767px) {

    .sp-social-links {
        padding-bottom: 10px;
        position: static;
        width: auto;
    }

    #tittle {
    }

    #tittle_img {
        width: 75%;
    }

    #cleancube_img {
        display: block;
        width: 45%;
    }

    #cleancube {
        margin-left: 0;
    }

    #homeText {
        font-size: 20px;
    }
}*/

/*@media only screen and (min-width: 300px) and (max-width: 440px) {

    .sp-social-links {
        padding-bottom: 10px;
        position: static;
        width: auto;
    }

    #tittle {
    }

    #tittle_img {
        width: 75%;
    }

    #cleancube_img {
        width: 45%;
        display: none;
        margin-left: 27%;
    }

    #cleancube {
        margin-left: 0;
    }

    #homeText {
        font-size: 20px;
    }
}*/


/* ==============================
   IOS Background Fix
   ============================== */

.mobile .page-section, .mobile .home-section, .mobile .small-section {
    background-attachment: scroll;
}
