@media (min-width: 768px) {

    .navigation {
        height: 126px;
        background-color: transparent;
    }

    .navigation.show {
        background-color: #F4F4F4
    }

    .navigation .logo {
        width: 68px;
        height: 77px;
    }
    .navigation.show .logo {
        background-image: url("../imgs/Logo.png");
    }
    .navigation .list-wrapper {
        margin: 0 auto;
    }

    .navigation .btn-cotiza {
        margin-left: 70px;
    }

    .navigation .list-content {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .navigation .list {
        border-bottom: 1px solid #fff;
        padding: 0 4px;
        transition: all .38s ease-in-out;
    }

    .navigation.show .list {
        border-bottom: 1px solid #000;
    }

    .navigation .list li:nth-child(1) {
        margin: 0;
    }

    .navigation .list a {
        color: #fff;
        font-family: 'Advent Pro', sans-serif;
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 0px;
        letter-spacing: 1pt;
        text-decoration: none;
        position: relative;
        transition: all .38s ease-in-out;
    }

    .navigation.show .list a {
        color: #000;
    }

    .navigation .list a {
        font-weight: 600;
    }
    .navigation .list a:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        transform: rotate(90deg);
        bottom: -13px;
        left: 0;
        right: 0;
        margin: 0 auto;
        transition: all .38s ease-in-out;
    }
    .navigation.show .list a.active:after {
        border-left: 6px solid #000;
    }
    .navigation .list a.active:after {
        border-left: 6px solid #fff;
    }
    .navigation .close {
        display: none;
    }

    .navigation .social {
        padding: 0;
        margin-left: 40px;
    }

    .navigation .social .img {
        max-width: 20px;
        width: 20px;
    }

    .navigation .social .img.face {
        display: none;
    }

    .outer-wrapper {
        margin-top: 0;
    }

    .block-1 {
        height: 668px;
    }

    .block-1 .row,
    .block-1 .container-fluid {
        height: 100%;
        display: flex;
        padding: 0;
    }

    .block-1 .slider-row {
        width: 100%;
        order: 1;
        margin: 0;
    }

    .block-1 .slider {
        height: 100%;
    }

    .block-1 .slider .dots .dot {
        margin: 0px 10px;
    }

    .block-1 .left-block {
        width: 100%;
        margin: 0;
        max-width: 435px;
        min-width: 335px;
        height: 750px;
        background-color: #818174;
    }

    .us-des [class^="op-text"] {
        font-size: 120px;
        z-index: 1;
    }

    .block-1 .us-des {
        margin-bottom: 82px;
        display: flex;
    }

    .block-1 .us-des .op-text-1 {
        bottom: 144px;
        margin-top: auto;
        height: 110px;
        left: -13px;
    }

    .block-1 .us-des .op-text-2 {
        left: -13px;
        bottom: 52px;
        /*position: relative;*/
    }

    .block-1 .us-des .op-text-2:after {
        background-image: url(../imgs/iconos/arrow-down.svg);
        content: '';
        height: 26px;
        position: absolute;
        width: 26px;
        background-size: cover;
        background-repeat: no-repeat;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 100%);
        -webkit-animation: arrow 355ms infinite alternate;
        animation: arrow 355ms infinite alternate;
    }

    @-webkit-keyframes arrow {
        0% {
            transform: translate(-50%, 100%);
        }
        100% {
            transform: translate(-50%, 120%);
        }
    }

    @keyframes arrow {
        0% {
            transform: translate(-50%, 100%);
        }
        100% {
            transform: translate(-50%, 120%);
        }
    }

    .block-1 .us-des .des {
        font-size: 24px;
        height: auto;
        padding-left: 20px;
        padding-right: 50px;
        padding-bottom: 90px;
        text-align: left;
    }

    .block-1 .photo-des {
        font-size: 40px;
        text-align: right;
    }

    .block-1 .contact {
        width: 100%;
        padding-right: 85px;
    }

    /*** -BLock 2- ***/
    .block-2 {
        background-color: #fff;

    }

    .block-2 .container-fluid {
        padding: 0;
    }

    .block-2 .header {
        width: 100%;
        height: 620px;
        max-width: 1010px;
        background-color: #F4F4F4;
        /*background-color: aquamarine;*/
        margin-left: auto;
        position: relative;
    }

    [class^="block"] .block-title {
        font-size: 36px;
        font-weight: 300;
        text-align: left;
    }

    .block-2 .header .block-title {
        padding-top: 96px;
        padding-left: 22px;
        position: relative;
    }

    [class^="block"] .header .block-title:before {
        content: '';
        background-color: #000;
        height: 1px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        max-width: 600px;
        margin-left: 60px;
    }

    [class^="block"] .block-title:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-left: 6px solid #000;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        transform: rotate(90deg);
        bottom: -10px;
        left: 107px;
    }

    .block-2 .img-block {
        max-width: 665px;
        position: absolute;
        bottom: -52px;
        width: 55%;
    }

    .block-2 .content {
        max-width: 560px;
        margin-left: auto;
        padding-right: 70px;
    }

    [class^="block"] .content {
        padding-top: 96px;
        font-size: 18px;
        text-align: right;
    }

    .block-2 .us-des {
        max-width: 550px;
        margin-left: auto;
    }

    .block-2 .us-des [class^="op-text"] {
        color: #fff;
        font-size: 100px;
    }

    /***********/
    .block-3 {
        margin-top: 90px;
        position: relative;
    }

    .block-3 .color-cover {
        position: absolute;
        width: 100%;
        height: 100%;
        max-width: 18%;
        margin-right: auto;
        background-color: #818174;
        top: 0;
    }

    .block-3 .color-cover:after {
        content: '';
        position: absolute;
        width: 26.5%;
        height: 30px;
        top: 0px;
        left: 0;
        background-image: url(../imgs/iconos/t-yellow.svg);
        background-size: contain;
        background-repeat: no-repeat;
        left: 40%;
        transform: translate(-50%, -30%);
    }

    .block-3 .img-block.md {
        position: absolute;
        top: 150px;
        width: 190%;
        margin: 0;
    }

    .block-3 .header {
        position: relative;

    }

    .block-3 .holder .container-fluid {
        max-width: 930px;
        margin-left: auto;
        margin-right: 0;
        padding: 0;
    }

    .block-3 .header .block-title {
        padding-top: 10px;
    }

    .block-3 .header .block-title:before {
        margin-left: -20px;
    }

    .block-3 .header .block-title:after {
        left: 90px;
    }

    .block-3 .content {
        max-width: 690px;
        margin-left: auto;
        padding-right: 80px;
        padding-bottom: 110px;

    }

    .block-3 .block-row-3 {
        margin: 0;
    }

    .block-3 .block-row-3 .us-des {
        order: 1;
        padding-top: 120px;
        padding-bottom: 150px;
    }

    .block-3 .block-row-3 .see-more {
        padding-right: 80px;
    }

    .block-3 .block-row-3 .see-more a {
        padding-right: 30px;
    }

    .block-3 .block-row-3 .see-more a:after {
        right:6px;
    }

    .block-3 .block-row-3 .see-more:hover a:after {
        right:-6px;
    }

    .block-3 .us-des .des {
        max-width: 805px;
        margin: auto;
        padding-left: 50px;
    }

    .block-3 .us-des [class^="op-text"] {
        font-size: 100px;
        bottom: 0px;
    }

    .block-3 .us-des .op-text-1 {
        height: 90px;
        margin-top: auto;
        left: 192px;

    }

    /*********/
    .block-4 {
        background-color: #fff;
        padding-bottom: 50px;
    }

    .block-4 .block-title {
        position: relative;
        max-width: 600px;
        margin: auto;
        padding-left: 110px;
    }

    .block-4 .block-title:before {
        margin: 0px;
    }

    .block-4 .block-title:after {
        left: 187px;
    }

    .block-4 .content {
        padding-top: 70px;
        max-width: 660px;
        margin-right: auto;
        margin-left: 130px;
        text-align: left;
    }

    .block-4 .util-carrousel {
        padding-top: 90px;
    }

    .util-carrousel .prev-button a,
    .util-carrousel .next-button a {
        text-decoration: none;
    }

    .util-carrousel .next-button a {
        padding: 0 30px 0 10px;
    }

    .util-carrousel .next-button .see-more a:after {
        right: 0;
    }

    .util-carrousel .next-button .see-more a:hover:after {
        right: -10px;
    }

    .util-carrousel .prev-button a {
        padding-left: 30px;
    }

    .util-carrousel .prev-button a:after {
        transform: rotate(180deg);
        left: 0px;
    }
    .util-carrousel .prev-button a:hover:after {
        left: -10px;
    }

    .util-carrousel .prev-button:after {
        content: "/";
        position: absolute;
        top: 0;
        right: -30px;
    }

    .util-carrousel .thumb {
        cursor: pointer;
    }

    .util-carrousel .thumb .desc {
        background-color: #818172;
        min-height: 35px;
        position: absolute;
        align-items: flex-end;
        bottom: 0;
        color: #fff;
        display: flex;
        font-family: 'Bulo';
        font-size: 14px;
        justify-content: space-between;
        padding: 10px 20px;
        position: absolute;
        width: 100%;
    }


    .block-4 .see-more {
        padding: 0 30px;
    }

    /************/
    .block-5 {
        padding-bottom: 95px;
    }

    .block-5 .block-title {
        text-align: center;
        position: relative;
    }

    .block-5 .header .block-title:before {
        margin: auto;
        right: 0;
    }

    .block-5 .block-title:after {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .block-5 .content {
        max-width: 780px;
        padding-left: 135px;
        margin-bottom: 50px;
        text-align: left;
    }

    .block-5 .container-rows {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        margin-left: -15px;
        margin-right: -15px;
        position: relative;
    }

    .block-5 .container-tec-block {
        order: 1;
        width: 66%;
        margin: 0;
        display: flex;
        justify-content: space-between;
        padding-right: 80px;
    }

    .block-5 .row-us-des {
        width: 34%;
        margin: 0;
        overflow: visible;
        padding-top: 160px;
        background-color: #BBBFB6;
        position: relative;
    }

    .block-5 .tec-block [class^="img-tec"] {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }

    .block-5 .row-us-des:after {
        content: '';
        position: absolute;
        width: 14.5%;
        height: 30px;
        top: 0px;
        left: 0;
        background-image: url(../imgs/iconos/t-yellow.svg);
        background-size: contain;
        background-repeat: no-repeat;
        left: 21.2%;
        transform: translate(-50%, -30%);
    }

    .block-5 .see-more {
        position: absolute;
        top: 200px;
        right: 0;
        padding-right: 80px;
    }

    .block-5 .title-ac {
        font-family: 'Bulo', sans-serif;
        font-size: 18px;
        width: 100%;
        font-weight: bold;
        padding-left: 15px;
        padding-bottom: 35px;
    }

    .block-5 .tec-block {
        width: 13%;
    }

    .block-5 .us-des {
        width: 100%;
        max-width: 440px;
    }

    .block-5 .us-des .op-text-1 {
        font-size: 100px;
        left: -20px;
        top: -5px;
        width: 500px;
    }

    .block-5 .video {
        width: 90vw;
        max-width: 1200px;
        height: 622px;
    }

    .block-5 .see-more a {
        padding-right: 30px;
    }

    .block-5 .see-more a:after {
        right: 6px;
    }

    .block-5 .see-more:hover a:after {
        right: -6px;
    }

    .block-5 .video img {
        width: 100%;
    }

    /******/
    .block-6 {
        background: #fff;
    }

    .block-6 .container-fluid {
        position: relative;
        padding: 0 0 110px;
    }

    .block-6 .header {
        background: #818174;
        max-width: 1010px;
        margin-left: auto;
        height: 620px;
    }

    .block-6 .block-title {
        position: relative;
        text-align: center;
    }

    .block-6 .header .block-title:before {
        background-color: #fff;
    }

    .block-6 .header .block-title:after {
        border-left: 6px solid #fff;
        left: 487px;
    }

    .block-6 .content {
        max-width: 864px;
        margin-left: auto;
        padding-right: 80px;
    }

    .block-6 .content div:nth-child(2) {
        margin-top: 80px;
    }

    .block-6 .content div:nth-child(3) {
        font-size: 16px;
        padding-left: 250px;
    }

    .block-6 .img-block {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 60%;
        max-width: 685px;
    }

    .block-6 .see-more {
        padding-right: 110px;
        padding-top: 120px;
        max-width: 190px;
        margin-left: auto;
        display: flex;
        box-sizing: content-box;
    }

    .block-6 .see-more a {
        padding-right: 30px;
    }

    .block-6 .see-more a:after {
        right: 6px;
    }

    .block-6 .see-more a:hover:after {
        right: -6px;
    }

    /***********/
    .block-7 {
        padding-bottom: 30px;
        overflow: hidden;
    }

    .block-7 .container-fluid {
        display: flex;
        padding: 0;
        overflow: hidden;
    }

    .block-7 .col-address,
    .block-7 .col-box {
        width: 24%;
        max-width: 266px;
        margin-left: auto;
        padding-top: 130px;
        z-index: 1;
    }

    .block-7 .col-contact {
        width: 52%;
        max-width: 600px;
        margin: 0 auto;
    }

    .block-7 .block-title {
        position: relative;
        text-align: right;
    }

    .block-7 .block-title:before {
        background-color: #000;
    }

    .block-7 .col-box .col-box-content {
        background-color: #BBBFB6;
        padding-top: 100px;
        padding-bottom: 110px;
        width: 100%;
        margin: auto;
        margin-top: 40px;
        min-height: 622px;
    }

    .block-7 .col-box .img {
        max-width: 135px;
        margin: auto;
        padding-bottom: 35px;
    }

    .block-7 .col-box .title-box {
        font-family: 'Bulo', sans-serif;
        font-size: 26px;
        font-weight: bold;
        text-align: center;
        padding-bottom: 25px;
    }

    .block-7 .col-box .des-box {
        font-family: 'Bulo', sans-serif;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        max-width: 130px;
        margin: auto;
        padding-bottom: 70px;
    }

    .block-7 .col-box .btn-cotiza {
        width: 175px;
        height: 40px;
        margin: auto;
    }

    .block-7 .col-box .btn-cotiza a {
        font-size: 14px;
    }

    .block-7 .col-address {
        margin-left: 0;
        margin-right: auto;
        height: 652px;
    }

    .block-7 .col-address .col-address-content {
        padding-left: 25px;
        margin-top: 110px;
    }

    .block-7 .col-address .col-address-content .img {
        max-width: 57px;
        padding-bottom: 25px;
    }

    .block-7 .col-address .col-address-content .address {
        font-family: 'Bulo', sans-serif;
        font-size: 14px;
        padding-bottom: 25px;
    }

    .block-7 .col-address .col-address-content .tel {
        background-image: url(../imgs/phone.svg);
        background-size: 20px;
        background-position-y: 4px;
        background-repeat: no-repeat;
        padding-bottom: 45px;
        padding-left: 25px;
    }

    .block-7 .col-address .col-address-content .tel a {
        font-family: 'Bulo', sans-serif;
        font-size: 14px;
        color: #1F1F1F;
        text-decoration: none;
    }

    .block-7 .col-address .col-address-content .img.face {
        max-width: 21px;
    }

    .block-7 .header {
        padding-bottom: 60px;
    }

    .block-7 .header .block-title:before {
        margin: 0;
    }

    .block-7 .block-title:after {
        left: 90%;
    }

    .block-7 .content {
        padding-top: 0;
        text-align: left;
        font-size: 16px;
        padding-left: 0px;
        padding-right: 15px;
    }

    .block-7 .block-title-cotiza {
        font-family: 'Bulo', sans-serif;
        font-size: 16px;
        font-weight: bold;
    }

    .block-7 .contact-form .flex {
        padding-top: 40px;
        justify-content: flex-end;
    }

    .contact-form .campos {
        font-size: 11px;
    }

    .block-7 .forms-container {
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .forms-container .contact-form.form {
        height: 622px;
        padding: 30px;
        padding-top: 0px;
    }

    .forms-container .contact-form.form-box{
        top: 0;
        opacity: 1;
        /*width: 700px;*/
        width: 100%;
        max-width: 700px;
        height: 622px;
        left: 150%;
        background: #F4F4F4;
        transition: all .38s ease-in-out;
        z-index: 1;
    }

    .forms-container .contact-form.form-box .cont-box {
        display: none;

    }

    .contact-form.form-box .des-2 {
        font-size: 16px;
        text-align: justify;
    }

    .forms-container .contact-form.form-box.show {
        left: 0;
        padding: 30px;
    }

    .forms-container .contact-form.form-box.show .close{
        background-image: url(../imgs/iconos/delete-cross.svg);
        background-size: contain;
        position: absolute;
        height: 20px;
        width: 20px;
        top: 15px;
        right: 30px;
    }

    .contact-form input[type=submit] {
        font-size: 12px;
        transition: background-color 155ms linear;
    }

    .contact-form input[type=submit]:hover {
        color: #fff;
        background-color: #818171;
        border-color: transparent;
    }

    .contact-form .input-container {
        line-height: 35px;
    }

    .contact-form input[type=text] {
        height: 35px;
    }

    .col-box-content .btn-cotiza:hover {
        background-color: transparent;
        background-image: none;
        border: 1px solid #000000;

    }
    /***********/
    .location {
        height: 328px;
        max-width: 1300px;
        margin: auto;
    }

    .location .flow-cover .see-more a {
        padding-right: 30px;
    }

    .location .flow-cover .see-more a:after {
        right: 6px;
    }

    .location .flow-cover .see-more a:hover:after {
        right: -6px;
    }

    /************/
    .social .instagram {
        justify-content: flex-start;
        max-width: 1330px;
        margin: 0 auto;
    }

    .social .instagram .image {
        display: block;
        width: 173px;
        padding: 5px;
    }

    footer {
        padding: 0;
        height: 55px;
    }

    .footer .goplek-logo {
        padding-top: 10px;
        max-width: 33px;
        margin-left: auto;
    }

    /***********/
    nav.materials {
        padding-top: 100px;
        padding-bottom: 20px;
    }

    .materials-gallery {
        margin-top: 300px;
    }

    nav.materials .title-nav {
        font-size: 36px;
        font-weight: 500;
    }

    nav.materials .bar {
        max-width: 513px;
        background: #fff;
        margin: auto;
        overflow: hidden;
    }

    nav.materials .block-bar {
        min-width: 128px;
        height: 33px;
    }

    nav.materials .block-bar button {
        color: #fff;
    }

    nav.materials .block-bar.active button {
        color: #000;
    }

    .materials-gallery {
        padding: 82px 60px;
        min-height: calc(100vh - 35.9vh);
    }

    .materials-gallery .material {
        width: 211px;
        padding: 16.5px;
        top: 0px;
        box-sizing: content-box;
    }

    .materials-gallery .material .title-material {
        position: absolute;
        background-color: #000;
        bottom: 0px;
        color: #fff;
        font-size: 14px;
        padding:0 5px;
        opacity: 0;
        transition: all .38s ease-in-out;
        width: 100%;
    }

    .materials-gallery .material:hover .title-material {
        opacity: 0.8;
    }

    .materials-gallery .material .img {
        position: relative;
    }

    .materials-gallery .material:hover .thumb-hover {
        opacity: 0;
    }

    .materials-gallery .material .thumb-hover img {
        max-width: 25px;
    }

    .util-carrousel.material-carrusel .thumb .image {
        overflow: hidden;
        width: 100%;
        margin: 0 auto;
    }

    /***********/
    /***tec*/
    .header-int {
        margin-top: 126px;
        font-size: 36px;
        padding-top: 43px;
    }
    .des-int {
        text-align: left;
        padding-top: 54px;
        padding-bottom: 45px;
        font-size: 18px;
        max-width: 659px;
        margin-right: auto;

    }
    .grid-sizer {
        width: 20%;
    }
    .photo-2 {
        width: 39.8%;
        padding: 0;
    }
    .photo-1,
    .photo-0 {
        width: 19.8%;
        padding: 0;
    }
    .photo-2,
    .photo-1,
    .photo-0 {
        padding: 0px;
    }
    .element-item.photo-2 .img,
    .element-item.photo-1 .img,
    .element-item.photo-0 .img,
    .element-item.photo-2 .img img,
    .element-item.photo-1 .img img,
    .element-item.photo-0 .img img {
        position: relative;
        overflow: hidden;
    }

    .element-item.photo-2:before,
    .element-item.photo-1:before,
    .element-item.photo-0:before,
    .element-item.photo-2:after,
    .element-item.photo-1:after,
    .element-item.photo-0:after,
    .element-item.photo-2 .img:before,
    .element-item.photo-1 .img:before,
    .element-item.photo-0 .img:before,
    .element-item.photo-2 .img:after,
    .element-item.photo-1 .img:after,
    .element-item.photo-0 .img:after {
        content: "";
        position: absolute;
        background: #fff;

    }

    .element-item.photo-2 .img:after,
    .element-item.photo-1 .img:after,
    .element-item.photo-0 .img:after {
        top: -1px;
        left: 0;
        width: 100%;
        height: 4px;
    }

    .element-item.photo-2 .img:before,
    .element-item.photo-1 .img:before,
    .element-item.photo-0 .img:before {
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 4px;
    }
    .element-item.photo-2:after,
    .element-item.photo-1:after,
    .element-item.photo-0:after {
        top: 0;
        left: -1px;
        width: 2px;
        height: 100%;
    }
    .element-item.photo-2:before,
    .element-item.photo-1:before,
    .element-item.photo-0:before {
        top: 0;
        right: -1px;
        width: 2px;
        height: 100%;
    }



    /*Custom made*/
    .des-int.custom-made-int {
        max-width: 730px;
    }
    .slider.steps-md {
        position: relative;
        display: flex;
        height: auto;
    }
    .step {
        position: relative;
        padding: 0 15px;
    }
    .step .title:after {
        border-left: 9px solid rgb(187, 191, 182);
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
        bottom: -13px;

    }
    .step .title {
        width: 62px;
        height: 20px;
    }
    .step-content {
        background: transparent;
        margin: 0;
        padding-top: 20px;
    }
    .slider .img {
        width: 44px;
        height: 44px;
        margin: auto;
    }
    .slider img {
        display: block;

    }
    .step .description {
        max-width: 220px;
        margin: auto;
    }

    /*Animation*/
    .see-more a:hover:after {
        right: -20px;
    }

    .pl-modal-gallery .pl-modal-content{
        width: 80%;
        margin: 0 auto
    }
    .image-view .show-photo-0,
    .image-view .show-photo-1{
        width: 100%;
        max-width: 800px;
        height: 800px;
    }
    .image-view .show-photo-0 .img,
    .image-view .show-photo-1 .img{
        height: 100%;
        display: flex;
        justify-content: center;
    }
    .image-view .show-photo-0 .img img,
    .image-view .show-photo-1 .img img{
        max-width: 100%;
        height: 100%;
    }
    .image-view .show-photo-2{
        padding: 0 15px;
        width: 100%;
        max-width: 1300px;
    }

}
@media (min-width: 1024px) {
    .navigation .list-wrapper {

        margin: 0 0 0 auto;
    }
    .navigation .btn-cotiza{
        display: block;
    }
}

@media (max-height: 850px) {
    .image-view .show-photo-1{
        width: 100%;
        max-width: 350px;
        height: 500px;
    }

    .image-view .show-photo-2 {
        max-width: 800px;
    }

    .image-view .show-photo-0 {
        max-width: 500px;
        height: 500px;
    }
}

@media (max-height: 700px) {
    .material-carrusel .thumb .image .inner-image{
        padding-bottom: 100%;
    }
    .material-carrusel{
        max-width: 450px;
    }

}