.motoCompany{
    background-image: url('../images/icons/car.jpg');
    background-position: 40% 0;
}
.clothesCompany{
    background-image: url('../images/icons/clothes.jpg');
    background-position: center;
}
.vegetablesCompany{
    background-image: url('../images/icons/vegetables.jpg');
}
.healthCompany{
    background-image: url('../images/icons/jogging.jpg');
    background-position: 25% 0;
}
.homeIdeaCompany{
    background-image: url('../images/icons/wind.jpg');

}
.filmScreenCompany{
    background-image: url('../images/icons/office.jpg');
}

@media screen and (min-width:1024px) and (orientation: landscape) {
    section#aboutUs{
        width:calc(100% - 4em);
        z-index: 998;
        padding:2em;
        padding-top:1em;
        padding-bottom:1em;
        background-color: #E2E2E2;
        color:#000;
        font-size:1.4em;
        text-align: justify;
        line-height: 1.5em;
    }
    section#sectionFotoBackgroundFirst {
        height: 200%;
        width: 100%;
        background-image: url('../images/background/15.jpg');
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
        position: relative;
    }
    section#sectionFotoBackgroundAboutUs{
        height: 230%;
        width: 100%;
        background-image: url('../images/background/14.jpg');
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
        position: relative;
    }
    section#sectionFotoBackgroundFirstOpacity {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        background-color: #000;
        opacity: 0.3;
        position: relative;
    }

    section#sectionFotoBackgroundFirstOpacityTitleTop {
        width: 100%;
        font-size: 4em;
        color: #FFF;
        text-align: center;
        text-shadow: 2px 2px 2px #000;
        margin-bottom: 5%;
        position: absolute;
        top: calc(55% - 2em);
    }

    section#sectionFotoBackgroundFirstOpacitySubTitleTop {
        font-family: latoLight;
        width: calc(100% - 2em);
        padding:1em;
        font-size: 1.4em;
        color: #FFF;
        text-align: justify;
        text-shadow: 2px 2px 2px #000;
        position: absolute;
        top: 20%;
    }

    section#sectionFotoBackgroundAboutUsOpacity {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        background-color: #000;
        opacity: 0.5;
        position: relative;
    }

    section#sectionFotoBackgroundAboutUsOpacityTitleTop {
        width: 100%;
        font-size: 4em;
        color: #FFF;
        text-align: center;
        text-shadow: 2px 2px 2px #000;
        margin-bottom: 5%;
        position: absolute;
        top: calc(55% - 2em);
    }

    section#sectionFotoBackgroundAboutUsOpacitySubTitleTop {
        font-family: latoLight;
        width: calc(100% - 2em);
        padding:1em;
        font-size: 1.4em;
        color: #FFF;
        text-align: justify;
        text-shadow: 2px 2px 2px #000;
        position: absolute;
        top: 20%;
    }
    section#sectionFotoBackgroundAboutUsOpacitySubTitleTop {
        font-family: latoLight;
        width: calc(100% - 2em);
        padding:1em;
        font-size: 1.3em;
        line-height: 1.5em;
        color: #FFF;
        text-align: justify;
        text-shadow: 2px 2px 2px #000;
        position: absolute;
        top: 0;
    }

    section#sectionBackgroundFirstNoOpacity {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    section.sectionFotoBackground {
        height: 100%;
        width: 100%;
        background-attachment: fixed;
        background-size: cover;
        position: relative;
    }

    section.sectionFotoBackgroundOpacity {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        top: 0;
        background-color: #000;
        opacity: 0.3;
        position: relative;
    }

    section.sectionFotoBackgroundOpacityTitleTop {
        width: 100%;
        font-size: 4em;
        color: #FFF;
        text-align: center;
        text-shadow: 2px 2px 2px #000;
        margin-bottom: 5%;
        position: absolute;
        top: 40%;
    }

    section#sectionBackgroundFirstHeaders {
        width: 100%;
        height: 50%;
        bottom: 0;
        position: absolute;
    }
    section#sectionBackgroundAboutUsHeaders {
        width: 100%;
        height: 60%;
        bottom: 0;
        position: absolute;
    }
    section#provideActions {
        height: 20%;
        width: 100%;
        background-color: #FFF;
        overflow: hidden;
        white-space: nowrap;
        text-align: center;
        position: relative;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    ul#ulActions{
        margin-top:0;
        padding-left:0;
        list-style-type: none;
        width:auto;
        white-space: nowrap;
        height: 100%;
        vertical-align: middle;
        display: block;
        margin-bottom: 0;
    }
    section#provideActions li.divImgActions {
        width: calc(15% - 60px);
        height:100%;
        display: inline-block;
        overflow: hidden;
        position: relative;
        margin-left: 30px;
        margin-right: 30px;
    }

    section#provideActions li.divImgActions img {
        width: 100%;
        height:auto;
        max-height: 100%;
        position: absolute;
        left:0;
        top:50%;
        transform: translateY(-50%);
    }
    section#sectionProjects{
        width:100%;
        height: 100%;
        position: relative;
        background-color:#222;
        overflow: hidden;
        white-space: nowrap;
    }
    ul#ulProjectsDivs{
        margin:0;
        padding:0;
        list-style-type: none;
        width:auto;
        white-space: nowrap;
        height: 100%;
        vertical-align: middle;
        display: block;
        overflow: hidden;
    }
    div#buttonProjectLeft{
        position: absolute;
        width:4em;
        height:4em;
        left:2em;
        top:calc(50% - 4em);
        background-image:url('../images/icons/slideLeft.png');
        background-size:contain;
        z-index: 998;
        cursor: pointer;
    }
    div#buttonProjectRight{
        position: absolute;
        width:4em;
        height: 4em;
        right:2em;
        top:calc(50% - 4em);
        background-image:url('../images/icons/slideRight.png');
        background-size:contain;
        z-index: 998;
        cursor: pointer;
    }
    li.divMainProject{
        width:100%;
        height:100%;
        display: inline-block;
        position: relative;
        -webkit-transition: left 500ms;
        -moz-transition: left 500ms;
        -ms-transition: left 500ms;
        -o-transition: left 500ms;
        transition: left 500ms;
    }
    li.divMainProject img{
        width:100%;
        height: 100%;
        object-fit: cover;
    }
    .divMainProject .divProjectContent{
        position: absolute;
        z-index: 998;
        color:#FFF;
        bottom:6%;
        right:0;
        font-size:1.8em;
        background:#000;
        opacity:0.7;
        padding: 0.6em;
        padding-right:1em;
        white-space:pre-line;
        text-align: justify;
        max-width:55%;
    }
    div.divProjectContent .projectContent{
        margin-bottom:0.5em;
    }
    div.divProjectContent .projectTitle{
        margin-bottom:0.5em;
        font-weight:bold;
    }
    div.divProjectContent .projectPrice{
        font-size:0.9em;
        font-weight:bold;
    }
    section#sectionTrustUs{
        width:calc(100% - 4em);
        padding: 2em;
        position: relative;
        background-color:#E6E6E6;
    }
    div.divSectionTopCenterTitle{
        width:100%;
        text-align: center;
        font-size:2.5em;
    }
    section#sectionCategoriesCompanies{
        margin-top:2em;
        width:100%;
        position: relative;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    div.divSectionCategoriesCompanies{
        width:18%;
        overflow: hidden;
        background-size:cover;
        background-repeat: no-repeat;
        margin-top:1.5em;
        margin-bottom: 1.5em;
        margin-left:calc(46% / 6);
        margin-right:calc(46% / 6);
        border-radius:50%;
        position: relative;
        transition: 300ms;
    }
    div.divSectionCategoriesCompanies:hover{
        transform:scale(1.1);
        transition:200ms;
    }

    div.divSectionCategoriesCompanies:before{
        content: "";
        display: block;
        padding-top: 100%;
    }

    div.divSectionCategoriesCompanies > a > div{
        width:100%;
        height: 100%;
        position: absolute;
        top:0;
        left:0;
        background-color:#000;
        opacity:0;
        z-index: 998;
        transition:300ms;
    }
    div.divSectionCategoriesCompanies > a > div:hover{
        opacity:0.65;
        transition:200ms;
    }

    div.divSectionCategoriesCompanies > a > div > div{
        color:#FFF;
        font-size:1.6em;
        text-align: center;
        position: absolute;
        width:92%;
        padding-left:4%;
        padding-right: 4%;
        top:50%;
        left:0;
        transform:translateY(-50%);
    }

    div.divSectionCategoriesCompanies > a{
        width: 100%;
        height: 100%;
    }
    section#sectionCompaniesOfCategory{
        width:calc(100% - 4em);
        background: #FFF;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 2em;
        padding-top:8em;
        overflow: hidden;
    }
    section#sectionCompaniesOfCategory > div{
        width:calc(calc(100% / 8) - 1em);
        margin:0.5em;
        margin-bottom:1em;
        margin-top:1em;
        overflow: hidden;
        position: relative;
    }
    section#sectionCompaniesOfCategory > div img{
        width:100%;
        height: auto;
    }
    section#sectionCounters{
        width:100%;
        background: #0454A7;
        display: flex;
        padding-top:1.5em;
        padding-bottom:1.5em;;
        justify-content: space-between;
    }
    div.divMainCounter{
        width:calc(calc(100% - 2em) / 3);
        padding: 1em;
        font-size:1.4em;
        border-left: 1px solid #FFF;
        border-right: 1px solid #FFF;
        text-align: center;
        color:#FFF;
    }
    div.divMainCounter .label{
        font-size:1.5em;
        margin-bottom: 1em;
    }
    div.divMainCounter .value{
        font-size:2.4em;
        display: inline-block;
    }
    div.divMainCounter .valueUnit{
        font-size:2.4em;
        display: inline-block;
    }
}







@media screen and (min-width:700px) and (max-width:1023px) and (orientation: landscape) {
    section#aboutUs{
        width:calc(100% - 4em);
        z-index: 998;
        padding:2em;
        padding-top:1em;
        padding-bottom:1em;
        background-color: #E2E2E2;
        color:#000;
        font-size:1.4em;
        text-align: justify;
        line-height: 1.5em;
    }
    section#sectionFotoBackgroundFirst {
        height: 200%;
        width: 100%;
        background-image: url('../images/background/15.jpg');
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
        position: relative;
    }
    section#sectionFotoBackgroundAboutUs{
        height: 300%;
        width: 100%;
        background-image: url('../images/background/14.jpg');
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
        position: relative;
        overflow: hidden;
    }
    section#sectionFotoBackgroundFirstOpacity {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        background-color: #000;
        opacity: 0.3;
        position: relative;
    }

    section#sectionFotoBackgroundFirstOpacityTitleTop {
        width: 100%;
        font-size: 2.5em;
        color: #FFF;
        text-align: center;
        text-shadow: 2px 2px 2px #000;
        margin-bottom: 5%;
        position: absolute;
        top: calc(55% - 2em);
    }

    section#sectionFotoBackgroundFirstOpacitySubTitleTop {
        font-family: latoLight;
        width: calc(100% - 2em);
        padding:1em;
        font-size: 1.4em;
        color: #FFF;
        text-align: justify;
        text-shadow: 2px 2px 2px #000;
        position: absolute;
        top: 20%;
    }
    section#sectionFotoBackgroundAboutUsOpacity {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        background-color: #000;
        opacity: 0.5;
        position: relative;
    }

    section#sectionFotoBackgroundAboutUsOpacityTitleTop {
        width: 100%;
        font-size: 2.5em;
        color: #FFF;
        text-align: center;
        text-shadow: 2px 2px 2px #000;
        margin-bottom: 5%;
        position: absolute;
        top: calc(55% - 2em);
    }

    section#sectionFotoBackgroundAboutUsOpacitySubTitleTop {
        font-family: latoLight;
        width: calc(100% - 1.2em);
        padding:0.6em;
        font-size: 1.1em;
        line-height: 1.4em;
        color: #FFF;
        text-align: justify;
        text-shadow: 2px 2px 2px #000;
        position: absolute;
        top: 0;
    }

    section#sectionBackgroundFirstNoOpacity {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    section#sectionBackgroundAboutUsNoOpacity {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    section.sectionFotoBackground {
        height: 100%;
        width: 100%;
        background-attachment: fixed;
        background-size: cover;
        position: relative;
    }

    section.sectionFotoBackgroundOpacity {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        top: 0;
        background-color: #000;
        opacity: 0.3;
        position: relative;
    }

    section.sectionFotoBackgroundOpacityTitleTop {
        width: 100%;
        font-size: 4em;
        color: #FFF;
        text-align: center;
        text-shadow: 2px 2px 2px #000;
        margin-bottom: 5%;
        position: absolute;
        top: 40%;
    }

    section#sectionBackgroundFirstHeaders {
        width: 100%;
        height: 50%;
        bottom: 0;
        position: absolute;
    }
    section#sectionBackgroundAboutUsHeaders {
        width: 100%;
        height: 75%;
        bottom: 0;
        position: absolute;
    }
    section#provideActions {
        height: 20%;
        width: 100%;
        background-color: #FFF;
        overflow: hidden;
        white-space: nowrap;
        text-align: center;
        position: relative;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    ul#ulActions{
        margin-top:0;
        padding-left:0;
        list-style-type: none;
        width:auto;
        white-space: nowrap;
        height: 100%;
        vertical-align: middle;
        display: block;
        margin-bottom: 0;
    }
    section#provideActions li.divImgActions {
        width: calc(25% - 60px);
        height:100%;
        display: inline-block;
        overflow: hidden;
        position: relative;
        margin-left: 30px;
        margin-right: 30px;
    }

    section#provideActions li.divImgActions img {
        width: 100%;
        height:auto;
        max-height: 100%;
        position: absolute;
        left:0;
        top:50%;
        transform: translateY(-50%);
    }
    section#sectionProjects{
        width:100%;
        height: 100%;
        position: relative;
        background-color:#222;
        overflow: hidden;
        white-space: nowrap;
    }
    ul#ulProjectsDivs{
        margin:0;
        padding:0;
        list-style-type: none;
        width:auto;
        white-space: nowrap;
        height: 100%;
        vertical-align: middle;
        display: block;
        overflow: hidden;
    }
    div#buttonProjectLeft{
        position: absolute;
        width:50px;
        height: 50px;
        left:1em;
        top:calc(25% - 50px);
        background-image:url('../images/icons/slideLeft.png');
        background-size:contain;
        z-index: 999;
        cursor: pointer;
    }
    div#buttonProjectRight{
        position: absolute;
        width:50px;
        height: 50px;
        right:1em;
        top:calc(25% - 50px);
        background-image:url('../images/icons/slideRight.png');
        background-size:contain;
        z-index: 999;
        cursor: pointer;
    }
    li.divMainProject{
        width:100%;
        height:100%;
        display: inline-block;
        position: relative;
        -webkit-transition: left 500ms;
        -moz-transition: left 500ms;
        -ms-transition: left 500ms;
        -o-transition: left 500ms;
        transition: left 500ms;
    }
    li.divMainProject img{
        width:100%;
        height: 60%;
        object-fit: cover;
        object-position:center;

    }

    .divMainProject .divProjectContent{
        position: absolute;
        z-index: 998;
        color:#FFF;
        bottom:0;
        right:0;
        min-height:calc(40% - 1.2em);
        font-size:1.2em;
        background:#000;
        opacity:0.7;
        padding: 0.6em;
        padding-right:1em;
        white-space:pre-line;
        text-align: justify;
        max-width:100%;
    }
    div.divProjectContent .projectContent{
        margin-bottom:0.5em;
    }
    div.divProjectContent .projectTitle{
        margin-bottom:0.5em;
        font-weight:bold;
    }
    div.divProjectContent .projectPrice{
        font-size:0.9em;
        font-weight:bold;
    }
    section#sectionTrustUs{
        width:calc(100% - 1em);
        padding: 0.5em;
        padding-top:1em;
        padding-bottom: 1em;
        position: relative;
        background-color:#E6E6E6;
    }
    div.divSectionTopCenterTitle{
        width:100%;
        text-align: center;
        font-size:2.2em;
    }
    section#sectionCategoriesCompanies{
        margin-top:2em;
        width:100%;
        position: relative;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    div.divSectionCategoriesCompanies{
        width:25%;
        overflow: hidden;
        background-size:cover;
        background-repeat: no-repeat;
        margin-top:1.5em;
        margin-bottom: 1.5em;
        margin-left:calc(25% / 6);
        margin-right:calc(25% / 6);
        border-radius:50%;
        position: relative;
        transition: 300ms;
    }
    div.divSectionCategoriesCompanies:hover{
        transform:scale(1.1);
        transition:200ms;
    }

    div.divSectionCategoriesCompanies:before{
        content: "";
        display: block;
        padding-top: 100%;
    }

    div.divSectionCategoriesCompanies > a > div{
        width:100%;
        height: 100%;
        position: absolute;
        top:0;
        left:0;
        background-color:#000;
        opacity:0;
        z-index: 998;
        transition:300ms;
    }
    div.divSectionCategoriesCompanies > a > div:hover{
        opacity:0.65;
        transition:200ms;
    }

    div.divSectionCategoriesCompanies > a > div > div{
        color:#FFF;
        font-size:1.4em;
        text-align: center;
        position: absolute;
        width:88%;
        padding-left:6%;
        padding-right: 6%;
        top:50%;
        left:0;
        transform:translateY(-50%);
    }

    div.divSectionCategoriesCompanies > a{
        width: 100%;
        height: 100%;
    }
    section#sectionCounters{
        width:100%;
        background: #0454A7;
        display: flex;
        padding-top:1.5em;
        padding-bottom:1.5em;;
        justify-content: space-between;
    }
    div.divMainCounter{
        width:calc(calc(100% - 2em) / 3);
        padding: 1em;
        font-size:1.4em;
        border-left: 1px solid #FFF;
        border-right: 1px solid #FFF;
        text-align: center;
        color:#FFF;
    }
    div.divMainCounter .label{
        font-size:1.3em;
        margin-bottom: 1em;
    }
    div.divMainCounter .value{
        font-size:1.6em;
        display: inline-block;
    }
    div.divMainCounter .valueUnit{
        font-size:1.6em;
        display: inline-block;
    }
    section#sectionCompaniesOfCategory{
        width:calc(100% - 2em);
        background: #FFF;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1em;
        overflow: hidden;
    }
    section#sectionCompaniesOfCategory > div{
        width:calc(calc(100% / 6) - 1em);
        margin:0.5em;
        margin-bottom:1em;
        margin-top:1em;
        overflow: hidden;
        position: relative;
    }
    section#sectionCompaniesOfCategory > div img{
        width:100%;
        height: auto;
    }
}





@media screen and (max-width:700px) and (orientation: landscape) {
    section#sectionFotoBackgroundFirst {
        height: 200%;
        width: 100%;
        background-image: url('../images/background/15.jpg');
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
        position: relative;
    }
    section#sectionFotoBackgroundAboutUs{
        height: 300%;
        width: 100%;
        background-image: url('../images/background/14.jpg');
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
        position: relative;
        overflow: hidden;
    }

    section#sectionFotoBackgroundFirstOpacity {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        background-color: #000;
        opacity: 0.3;
        position: relative;
    }
    section#sectionFotoBackgroundFirstOpacityTitleTop {
        width: 100%;
        font-size: 2.4em;
        color: #FFF;
        text-align: center;
        text-shadow: 2px 2px 2px #000;
        margin-bottom: 5%;
        position: absolute;
        top: 20%;
    }

    section#sectionFotoBackgroundFirstOpacitySubTitleTop {
        font-family: latoLight;
        width: 100%;
        font-size: 1.6em;
        color: #FFF;
        text-align: center;
        text-shadow: 2px 2px 2px #000;
        position: absolute;
        top: 55%;
    }

    section#sectionBackgroundFirstNoOpacity {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }


    section#sectionFotoBackgroundAboutUsOpacity {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        background-color: #000;
        opacity: 0.3;
        position: relative;
    }
    section#sectionFotoBackgroundAboutUsOpacityTitleTop {
        width: 100%;
        font-size: 2.4em;
        color: #FFF;
        text-align: center;
        text-shadow: 2px 2px 2px #000;
        margin-bottom: 5%;
        position: absolute;
        top: 20%;
    }

    section#sectionFotoBackgroundAboutUsOpacitySubTitleTop {
        font-family: latoLight;
        width: calc(100% - 1em);
        padding:0.5em;
        font-size: 1.1em;
        color: #FFF;
        text-align: justify;
        text-shadow: 2px 2px 2px #000;
        position: absolute;
    }
    section#sectionFotoBackgroundAboutUsOpacitySubTitleTop > p{
        margin-top:0.2em;
        margin-bottom:0.3em;
    }
    section#sectionBackgroundAboutUsNoOpacity {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    section.sectionFotoBackground {
        height: 100%;
        width: 100%;
        background-attachment: fixed;
        background-size: cover;
        position: relative;
    }

    section.sectionFotoBackgroundOpacity {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        top: 0;
        background-color: #000;
        opacity: 0.3;
        position: relative;
    }

    section.sectionFotoBackgroundOpacityTitleTop {
        width: 100%;
        font-size: 2.6em;
        color: #FFF;
        text-align: center;
        text-shadow: 2px 2px 2px #000;
        margin-bottom: 5%;
        position: absolute;
        top: 40%;
    }
    section#sectionBackgroundFirstHeaders {
        width: 100%;
        height: 50%;
        position: absolute;
        bottom:0;
    }
    section#sectionBackgroundAboutUsHeaders {
        width: 100%;
        height: 75%;
        position: absolute;
        bottom:0;
    }
    section#provideActions {
        height: 30%;
        width: 100%;
        background-color: #FFF;
        overflow: hidden;
        white-space: nowrap;
        text-align: center;
        position: relative;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    ul#ulActions{
        margin-top:0;
        padding-left:0;
        list-style-type: none;
        width:auto;
        white-space: nowrap;
        height: 100%;
        vertical-align: middle;
        display: block;
        margin-bottom: 0;
    }
    section#provideActions li.divImgActions {
        width: calc(40% - 40px);
        height:100%;
        display: inline-block;
        overflow: hidden;
        position: relative;
        margin-left: 20px;
        margin-right: 20px;
        text-align:center;
    }

    section#provideActions li.divImgActions img {
        width: auto;
        height:auto;
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        left:50%;
        top:50%;
        transform: translateX(-50%) translateY(-50%);
    }
    section#sectionProjects{
        width:100%;
        height: 100%;
        position: relative;
        background-color:#222;
        overflow: hidden;
        white-space: nowrap;
    }
    ul#ulProjectsDivs{
        margin:0;
        padding:0;
        list-style-type: none;
        width:auto;
        white-space: nowrap;
        height: 100%;
        vertical-align: middle;
        display: block;
        overflow: hidden;
    }
    div#buttonProjectLeft{
        position: absolute;
        width:50px;
        height: 50px;
        left:1em;
        top:calc(25% - 50px);
        background-image:url('../images/icons/slideLeft.png');
        background-size:contain;
        z-index: 999;
        cursor: pointer;
    }
    div#buttonProjectRight{
        position: absolute;
        width:50px;
        height: 50px;
        right:1em;
        top:calc(25% - 50px);
        background-image:url('../images/icons/slideRight.png');
        background-size:contain;
        z-index: 999;
        cursor: pointer;
    }
    li.divMainProject{
        width:100%;
        height:100%;
        display: inline-block;
        position: relative;
        -webkit-transition: left 500ms;
        -moz-transition: left 500ms;
        -ms-transition: left 500ms;
        -o-transition: left 500ms;
        transition: left 500ms;
    }
    li.divMainProject img{
        width:100%;
        height: 60%;
        object-fit: cover;
        object-position:center;

    }

    .divMainProject .divProjectContent{
        position: absolute;
        z-index: 998;
        color:#FFF;
        bottom:0;
        right:0;
        min-height:calc(40% - 1.2em);
        font-size:1.2em;
        background:#000;
        opacity:0.7;
        padding: 0.6em;
        padding-right:1em;
        white-space:pre-line;
        text-align: justify;
        max-width:100%;
    }
    div.divProjectContent .projectContent{
        margin-bottom:0.5em;
    }
    div.divProjectContent .projectTitle{
        margin-bottom:0.5em;
        font-weight:bold;
    }
    div.divProjectContent .projectPrice{
        font-size:0.9em;
        font-weight:bold;
    }
    section#sectionTrustUs{
        width:calc(100% - 1em);
        padding: 0.5em;
        padding-top:1em;
        padding-bottom: 1em;
        position: relative;
        background-color:#E6E6E6;
    }
    div.divSectionTopCenterTitle{
        width:100%;
        text-align: center;
        font-size:1.8em;
    }
    section#sectionCategoriesCompanies{
        margin-top:2em;
        width:100%;
        position: relative;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    div.divSectionCategoriesCompanies{
        width:25%;
        overflow: hidden;
        background-size:cover;
        background-repeat: no-repeat;
        margin-top:1.5em;
        margin-bottom: 1.5em;
        margin-left:calc(25% / 6);
        margin-right:calc(25% / 6);
        border-radius:50%;
        position: relative;
        transition: 300ms;
    }
    div.divSectionCategoriesCompanies:hover{
        transform:scale(1.1);
        transition:200ms;
    }

    div.divSectionCategoriesCompanies:before{
        content: "";
        display: block;
        padding-top: 100%;
    }

    div.divSectionCategoriesCompanies > a > div{
        width:100%;
        height: 100%;
        position: absolute;
        top:0;
        left:0;
        background-color:#000;
        opacity:0;
        z-index: 998;
        transition:300ms;
    }
    div.divSectionCategoriesCompanies > a > div:hover{
        opacity:0.65;
        transition:200ms;
    }

    div.divSectionCategoriesCompanies > a > div > div{
        color:#FFF;
        font-size:1.2em;
        text-align: center;
        position: absolute;
        width:88%;
        padding-left:6%;
        padding-right: 6%;
        top:50%;
        left:0;
        transform:translateY(-50%);
    }

    div.divSectionCategoriesCompanies > a{
        width: 100%;
        height: 100%;
    }
    section#sectionCompaniesOfCategory{
        width:calc(100% - 2em);
        background: #FFF;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1em;
        overflow: hidden;
    }
    section#sectionCompaniesOfCategory > div{
        width:calc(calc(100% / 4) - 1em);
        margin:0.5em;
        margin-bottom:1em;
        margin-top:1em;
        overflow: hidden;
        position: relative;
    }
    section#sectionCompaniesOfCategory > div img{
        width:100%;
        height: auto;
    }
    section#sectionCounters{
        width:calc(100% - 2em);
        background: #0454A7;
        padding-left:1em;
        padding-right:1em;
        justify-content: space-between;
    }
    div.divMainCounter{
        width:calc(100% - 2em);
        padding: 1em;
        font-size:1.2em;
        border-bottom: 1px solid #FFF;
        text-align: center;
        color:#FFF;
    }
    div.divMainCounter .label{
        font-size:1.4em;
        margin-bottom: 0.8em;
    }
    div.divMainCounter .value{
        font-size:2em;
        display: inline-block;
    }
    div.divMainCounter .valueUnit{
        font-size:2em;
        display: inline-block;
    }
}



@media screen and (max-width:640px) and (orientation: portrait) {

    section#sectionFotoBackgroundFirst {
        height: 200%;
        width: 100%;
        background-image: url('../images/background/15.jpg');
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
        position: relative;
    }
    section#sectionFotoBackgroundAboutUs{
        height: 300%;
        width: 100%;
        background-image: url('../images/background/14.jpg');
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
        position: relative;
        overflow: hidden;
    }

    section#sectionFotoBackgroundFirstOpacity {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        background-color: #000;
        opacity: 0.3;
        position: relative;
    }
    section#sectionFotoBackgroundFirstOpacityTitleTop {
        width: 100%;
        font-size: 2.4em;
        color: #FFF;
        text-align: center;
        text-shadow: 2px 2px 2px #000;
        margin-bottom: 5%;
        position: absolute;
        top: calc(50% - 1.2em);
    }

    section#sectionFotoBackgroundFirstOpacitySubTitleTop {
        font-family: latoLight;
        width: 100%;
        font-size: 1.6em;
        color: #FFF;
        text-align: center;
        text-shadow: 2px 2px 2px #000;
        position: absolute;
    }

    section#sectionBackgroundAboutUsNoOpacity {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    section#sectionFotoBackgroundAboutUsOpacity {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        background-color: #000;
        opacity: 0.5;
        position: relative;
    }
    section#sectionFotoBackgroundAboutUsOpacityTitleTop {
        width: 100%;
        font-size: 2.4em;
        color: #FFF;
        text-align: center;
        text-shadow: 2px 2px 2px #000;
        margin-bottom: 5%;
        position: absolute;
        top: calc(50% - 1.2em);
    }

    section#sectionFotoBackgroundAboutUsOpacitySubTitleTop {
        font-family: latoLight;
        width: calc(100% - 0.6em);
        padding: 0.3em;
        font-size: 1.1em;
        color: #FFF;
        text-shadow: 2px 2px 2px #000;
        position: absolute;
        text-align: justify;
    }
    section#sectionFotoBackgroundAboutUsOpacitySubTitleTop > p{
        margin-top:0.2em;
        margin-bottom:0.3em;
    }
    section#sectionBackgroundFirstNoOpacity {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    section#sectionBackgroundAboutUsNoOpacity {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    section.sectionFotoBackground {
        height: 100%;
        width: 100%;
        background-attachment: fixed;
        background-size: cover;
        position: relative;
    }

    section.sectionFotoBackgroundOpacity {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        top: 0;
        background-color: #000;
        opacity: 0.3;
        position: relative;
    }

    section.sectionFotoBackgroundOpacityTitleTop {
        width: 100%;
        font-size: 2.6em;
        color: #FFF;
        text-align: center;
        text-shadow: 2px 2px 2px #000;
        margin-bottom: 5%;
        position: absolute;
        top: 40%;
    }

    section#sectionBackgroundFirstHeaders {
        width: 100%;
        height: 50%;
        position: absolute;
        bottom:0;
    }
    section#sectionBackgroundAboutUsHeaders {
        width: 100%;
        height: 75%;
        position: absolute;
        bottom:0;
    }
    section#provideActions {
        height: 20%;
        width: 100%;
        background-color: #FFF;
        overflow: hidden;
        white-space: nowrap;
        text-align: center;
        position: relative;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    ul#ulActions{
        margin-top:0;
        padding-left:0;
        list-style-type: none;
        width:auto;
        white-space: nowrap;
        height: 100%;
        vertical-align: middle;
        display: block;
        margin-bottom: 0;
    }
    section#provideActions li.divImgActions {
        width: calc(50% - 30px);
        height:100%;
        display: inline-block;
        overflow: hidden;
        position: relative;
        margin-left: 15px;
        margin-right: 15px;
        text-align:center;
    }

    section#provideActions li.divImgActions img {
        width: auto;
        height:auto;
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        left:50%;
        top:50%;
        transform: translateX(-50%) translateY(-50%);
    }
    section#sectionProjects{
        width:100%;
        height: 100%;
        position: relative;
        background-color:#222;
        overflow: hidden;
        white-space: nowrap;
    }
    ul#ulProjectsDivs{
        margin:0;
        padding:0;
        list-style-type: none;
        width:auto;
        white-space: nowrap;
        height: 100%;
        vertical-align: middle;
        display: block;
        overflow: hidden;
    }
    div#buttonProjectLeft{
        position: absolute;
        width:50px;
        height: 50px;
        left:1em;
        top:calc(25% - 50px);
        background-image:url('../images/icons/slideLeft.png');
        background-size:contain;
        z-index: 999;
        cursor: pointer;
    }
    div#buttonProjectRight{
        position: absolute;
        width:50px;
        height: 50px;
        right:1em;
        top:calc(25% - 50px);
        background-image:url('../images/icons/slideRight.png');
        background-size:contain;
        z-index: 999;
        cursor: pointer;
    }
    li.divMainProject{
        width:100%;
        height:100%;
        display: inline-block;
        position: relative;
        -webkit-transition: left 500ms;
        -moz-transition: left 500ms;
        -ms-transition: left 500ms;
        -o-transition: left 500ms;
        transition: left 500ms;
    }
    li.divMainProject img{
        width:100%;
        height: 60%;
        object-fit: cover;
        object-position:center;

    }

    .divMainProject .divProjectContent{
        position: absolute;
        z-index: 998;
        color:#FFF;
        bottom:0;
        right:0;
        min-height:calc(40% - 1.2em);
        font-size:1.2em;
        background:#000;
        opacity:0.7;
        padding: 0.6em;
        padding-right:1em;
        white-space:pre-line;
        text-align: justify;
        max-width:100%;
    }
    div.divProjectContent .projectContent{
        margin-bottom:0.5em;
    }
    div.divProjectContent .projectTitle{
        margin-bottom:0.5em;
        font-weight:bold;
    }
    div.divProjectContent .projectPrice{
        font-size:0.9em;
        font-weight:bold;
    }
    section#sectionTrustUs{
        width:calc(100% - 1em);
        padding: 0.5em;
        padding-top:1em;
        padding-bottom: 1em;
        position: relative;
        background-color:#E6E6E6;
    }
    div.divSectionTopCenterTitle{
        width:100%;
        text-align: center;
        font-size:1.8em;
    }
    section#sectionCategoriesCompanies{
        margin-top:2em;
        width:100%;
        position: relative;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    div.divSectionCategoriesCompanies{
        width:45%;
        overflow: hidden;
        background-size:cover;
        background-repeat: no-repeat;
        margin-top:1.5em;
        margin-bottom: 1.5em;
        margin-left:calc(10% / 4);
        margin-right:calc(10% / 4);
        border-radius:50%;
        position: relative;
        transition: 300ms;
    }
    div.divSectionCategoriesCompanies:hover{
        transform:scale(1.1);
        transition:200ms;
    }

    div.divSectionCategoriesCompanies:before{
        content: "";
        display: block;
        padding-top: 100%;
    }

    div.divSectionCategoriesCompanies > a > div{
        width:100%;
        height: 100%;
        position: absolute;
        top:0;
        left:0;
        background-color:#000;
        opacity:0;
        z-index: 998;
        transition:300ms;
    }
    div.divSectionCategoriesCompanies > a > div:hover{
        opacity:0.65;
        transition:200ms;
    }

    div.divSectionCategoriesCompanies > a > div > div{
        color:#FFF;
        font-size:1.2em;
        text-align: center;
        position: absolute;
        width:88%;
        padding-left:6%;
        padding-right: 6%;
        top:50%;
        left:0;
        transform:translateY(-50%);
    }

    div.divSectionCategoriesCompanies > a{
        width: 100%;
        height: 100%;
    }
    section#sectionCompaniesOfCategory{
        width:calc(100% - 2em);
        background: #FFF;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1em;
        overflow: hidden;
    }
    section#sectionCompaniesOfCategory > div{
        width:calc(calc(100% / 2) - 2em);
        margin: 1em;
        overflow: hidden;
        position: relative;
    }
    section#sectionCompaniesOfCategory > div img{
        width:100%;
        height: auto;
    }
    section#sectionCounters{
        width:calc(100% - 2em);
        background: #0454A7;
        padding-left:1em;
        padding-right:1em;
        justify-content: space-between;
    }
    div.divMainCounter{
        width:calc(100% - 2em);
        padding: 1em;
        font-size:1.2em;
        border-bottom: 1px solid #FFF;
        text-align: center;
        color:#FFF;
    }
    div.divMainCounter .label{
        font-size:1.4em;
        margin-bottom: 0.8em;
    }
    div.divMainCounter .value{
        font-size:2em;
        display: inline-block;
    }
    div.divMainCounter .valueUnit{
        font-size:2em;
        display: inline-block;
    }
}


@media screen and (min-width:380px) and (orientation: portrait) {
    .divMainProject .divProjectContent {
        font-size:1.4em;
    }
}


















@media screen and (min-width:641px) and (orientation: portrait) {

    section#sectionFotoBackgroundFirst {
        height: 200%;
        width: 100%;
        background-image: url('../images/background/15.jpg');
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
        position: relative;
    }
    section#sectionFotoBackgroundAboutUs{
        height: 250%;
        width: 100%;
        background-image: url('../images/background/14.jpg');
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
        position: relative;
        overflow: hidden;
    }

    section#sectionFotoBackgroundFirstOpacity {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        background-color: #000;
        opacity: 0.3;
        position: relative;
    }
    section#sectionFotoBackgroundFirstOpacityTitleTop {
        width: 100%;
        font-size: 2.4em;
        color: #FFF;
        text-align: center;
        text-shadow: 2px 2px 2px #000;
        margin-bottom: 5%;
        position: absolute;
        top: calc(50% - 1.2em);
    }

    section#sectionFotoBackgroundFirstOpacitySubTitleTop {
        font-family: latoLight;
        width: 100%;
        font-size: 1.6em;
        color: #FFF;
        text-align: center;
        text-shadow: 2px 2px 2px #000;
        position: absolute;
        top: 55%;
    }

    section#sectionBackgroundFirstNoOpacity {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    section#sectionFotoBackgroundAboutUsOpacity {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        background-color: #000;
        opacity: 0.5;
        position: relative;
    }
    section#sectionFotoBackgroundAboutUsOpacityTitleTop {
        width: 100%;
        font-size: 2.4em;
        color: #FFF;
        text-align: center;
        text-shadow: 2px 2px 2px #000;
        margin-bottom: 5%;
        position: absolute;
        top: calc(50% - 1.2em);
    }

    section#sectionFotoBackgroundAboutUsOpacitySubTitleTop {
        font-family: latoLight;
        width: calc(100% - 1em);
        padding: 0.5em;
        font-size: 1.2em;
        color: #FFF;
        text-align: justify;
        text-shadow: 2px 2px 2px #000;
        position: absolute;
    }

    section#sectionBackgroundAboutUsNoOpacity {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    section.sectionFotoBackground {
        height: 100%;
        width: 100%;
        background-attachment: fixed;
        background-size: cover;
        position: relative;
    }

    section.sectionFotoBackgroundOpacity {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        top: 0;
        background-color: #000;
        opacity: 0.3;
        position: relative;
    }

    section.sectionFotoBackgroundOpacityTitleTop {
        width: 100%;
        font-size: 2.6em;
        color: #FFF;
        text-align: center;
        text-shadow: 2px 2px 2px #000;
        margin-bottom: 5%;
        position: absolute;
        top: 40%;
    }

    section#sectionBackgroundFirstHeaders {
        width: 100%;
        height: 50%;
        position: absolute;
        bottom:0;
    }
    section#sectionBackgroundAboutUsHeaders {
        width: 100%;
        height: 60%;
        position: absolute;
        bottom:0;
    }


    section#provideActions {
        height: 20%;
        width: 100%;
        background-color: #FFF;
        overflow: hidden;
        white-space: nowrap;
        text-align: center;
        position: relative;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    ul#ulActions{
        margin-top:0;
        padding-left:0;
        list-style-type: none;
        width:auto;
        white-space: nowrap;
        height: 100%;
        vertical-align: middle;
        display: block;
        margin-bottom: 0;
    }
    section#provideActions li.divImgActions {
        width: calc(35% - 30px);
        height:100%;
        display: inline-block;
        overflow: hidden;
        position: relative;
        margin-left: 15px;
        margin-right: 15px;
        text-align:center;
    }

    section#provideActions li.divImgActions img {
        width: auto;
        height:auto;
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        left:50%;
        top:50%;
        transform: translateX(-50%) translateY(-50%);
    }
    section#sectionProjects{
        width:100%;
        height: 100%;
        position: relative;
        background-color:#222;
        overflow: hidden;
        white-space: nowrap;
    }
    ul#ulProjectsDivs{
        margin:0;
        padding:0;
        list-style-type: none;
        width:auto;
        white-space: nowrap;
        height: 100%;
        vertical-align: middle;
        display: block;
        overflow: hidden;
    }
    div#buttonProjectLeft{
        position: absolute;
        width:50px;
        height: 50px;
        left:1em;
        top:calc(25% - 50px);
        background-image:url('../images/icons/slideLeft.png');
        background-size:contain;
        z-index: 999;
        cursor: pointer;
    }
    div#buttonProjectRight{
        position: absolute;
        width:50px;
        height: 50px;
        right:1em;
        top:calc(25% - 50px);
        background-image:url('../images/icons/slideRight.png');
        background-size:contain;
        z-index: 999;
        cursor: pointer;
    }
    li.divMainProject{
        width:100%;
        height:100%;
        display: inline-block;
        position: relative;
        -webkit-transition: left 500ms;
        -moz-transition: left 500ms;
        -ms-transition: left 500ms;
        -o-transition: left 500ms;
        transition: left 500ms;
    }
    li.divMainProject img{
        width:100%;
        height: 60%;
        object-fit: cover;
        object-position:center;

    }

    .divMainProject .divProjectContent{
        position: absolute;
        z-index: 998;
        color:#FFF;
        bottom:0;
        right:0;
        min-height:calc(40% - 1.2em);
        font-size:1.4em;
        background:#000;
        opacity:0.7;
        padding: 0.6em;
        padding-right:1em;
        white-space:pre-line;
        text-align: justify;
        max-width:100%;
    }
    div.divProjectContent .projectContent{
        margin-bottom:1em;
    }
    div.divProjectContent .projectTitle{
        margin-bottom:1em;
        font-weight:bold;
    }
    div.divProjectContent .projectPrice{
        font-size:1em;
        font-weight:bold;
    }
    section#sectionTrustUs{
        width:calc(100% - 1em);
        padding: 0.5em;
        padding-top:1em;
        padding-bottom: 1em;
        position: relative;
        background-color:#E6E6E6;
    }
    div.divSectionTopCenterTitle{
        width:100%;
        text-align: center;
        font-size:2.4em;
    }
    section#sectionCategoriesCompanies{
        margin-top:2em;
        width:100%;
        position: relative;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    div.divSectionCategoriesCompanies{
        width:40%;
        overflow: hidden;
        background-size:cover;
        background-repeat: no-repeat;
        margin-top:1.5em;
        margin-bottom: 1.5em;
        margin-left:calc(20% / 4);
        margin-right:calc(20% / 4);
        border-radius:50%;
        position: relative;
        transition: 300ms;
    }
    div.divSectionCategoriesCompanies:hover{
        transform:scale(1.1);
        transition:200ms;
    }

    div.divSectionCategoriesCompanies:before{
        content: "";
        display: block;
        padding-top: 100%;
    }

    div.divSectionCategoriesCompanies > a > div{
        width:100%;
        height: 100%;
        position: absolute;
        top:0;
        left:0;
        background-color:#000;
        opacity:0;
        z-index: 998;
        transition:300ms;
    }
    div.divSectionCategoriesCompanies > a > div:hover{
        opacity:0.65;
        transition:200ms;
    }

    div.divSectionCategoriesCompanies > a > div > div{
        color:#FFF;
        font-size:1.5em;
        text-align: center;
        position: absolute;
        width:88%;
        padding-left:6%;
        padding-right: 6%;
        top:50%;
        left:0;
        transform:translateY(-50%);
    }

    div.divSectionCategoriesCompanies > a{
        width: 100%;
        height: 100%;
    }
    section#sectionCompaniesOfCategory{
        width:calc(100% - 2em);
        background: #FFF;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1em;
        overflow: hidden;
    }
    section#sectionCompaniesOfCategory > div{
        width:calc(calc(100% / 6) - 1em);
        margin:0.5em;
        margin-bottom:1em;
        margin-top:1em;
        overflow: hidden;
        position: relative;
    }
    section#sectionCompaniesOfCategory > div img{
        width:100%;
        height: auto;
    }
    section#sectionCounters{
        width:calc(100% - 2em);
        background: #0454A7;
        padding-left:1em;
        padding-right:1em;
        justify-content: space-between;
    }
    div.divMainCounter{
        width:calc(100% - 2em);
        padding: 1em;
        font-size:1.2em;
        border-bottom: 1px solid #FFF;
        text-align: center;
        color:#FFF;
    }
    div.divMainCounter .label{
        font-size:1.4em;
        margin-bottom: 0.8em;
    }
    div.divMainCounter .value{
        font-size:2em;
        display: inline-block;
    }
    div.divMainCounter .valueUnit{
        font-size:2em;
        display: inline-block;
    }
}

.heightZero{
    height: 0 !important;
    margin:0 !important;
}