/*
    Document   : contact.styl
    Created on : 21/09/2017, 07:050:15 PM
    Author     : cesarmejia
    Description:
*/
/* Override Holder */
@import url('https://fonts.googleapis.com/css?family=Advent+Pro:300,400,500,600,700');
@import url(//db.onlinewebfonts.com/c/4a455137036455b7ab8b5dbdc33681b0?family=Bulo);

.img img {
    max-width: 100%;
}

dn-content {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body {
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    position: relative;
}

body.no-scroll {
    overflow: hidden;
}

.holder {
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
}

.hidden {
    opacity: 0 !important;
}

.visible {
    opacity: 1 !important;
}

.align-top,
.align-middle,
.align-bottom {
    display: inline-block;
    float: none;
    margin-left: -2px;
    margin-right: -2px;
}

.align-top {
    vertical-align: top;
}

.align-middle {
    vertical-align: middle;
}

.align-bottom {
    vertical-align: bottom;
}

.table-layout {
    display: table;
    width: 100%;
}

.table-cell-layout {
    display: table-cell;
}

/* Outer wrapper */

.outer-wrapper {
    margin-top: 48px;
    position: relative;
}

/*
    Document   : mixins.styl
    Created on : 21/09/2017, 07:050:15 PM
    Author     : cesarmejia
    Description:
*/

/*
    Document   : navigation.styl
    Created on : 21/09/2017, 07:050:15 PM
    Author     : cesarmejia
    Description:
*/

.navigation {
    background-color: #818174;
    height: 48px;
    padding: 10px 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    /* Navigation - Logo */
    /* Navigation - List */
    /* Navigation - Toggle Button */
    transition: all .38s ease-in-out;
}

.navigation .holder,
.navigation .container-fluid {
    height: 100%;
}

.navigation .close {
    position: absolute;
    opacity: 1;
    left: 0;
    top: 0;
    content: "";
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navigation .logo {
    display: block;
    float: left;
    width: 24px;
    height: 29px;
    background-image: url("../imgs/Logo-2.png");
    background-size: cover;
    background-position: center;
    transition: all .38s ease-in-out;
}

.navigation .list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.navigation .list li {
    display: inline;
    margin-left: 25px;
}

.navigation .list a {
    color: #666;
    line-height: 46px;
}

.navigation .toggle-btn {
    background-color: transparent;
    border: none;
    float: right;
    outline: none;
    padding: 10px;
    width: 50px;
}

.navigation .toggle-btn .bar {
    background-color: #fff;
    display: block;
    height: 3px;
    margin-bottom: 5px;
    width: 100%;
}

.navigation .toggle-btn .bar:last-child {
    margin-bottom: 0;
}
.navigation .btn-cotiza{
    display: none;
}
@media (max-width: 767px) {
    .navigation .list-wrapper {
        background-color: transparent;
        height: 100%;
        left: 0;
        opacity: 0;
        position: fixed;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: opacity 375ms, -webkit-transform 375ms;
        transition: opacity 375ms, -webkit-transform 375ms;
        transition: opacity 375ms, transform 375ms;
        transition: opacity 375ms, transform 375ms, -webkit-transform 375ms;
        top: 48px;
        width: 100%;
    }

    .navigation .list-wrapper .list-content {
        background-color: rgba(255, 255, 255, 1);
        height: calc(100% - 48px);
        max-width: 80%;
        margin-left: auto;
        overflow-y: scroll;
    }

    .navigation .list-wrapper.list-collapsed {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .navigation .list-wrapper .close-list-btn {
        width: 40px;
        padding: 0;
        height: 100%;
        outline: none;
        background: transparent;
        border: none;
    }

    .navigation .list-wrapper .list li {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 68px;
        transition: all .38s ease-in-out;
        margin: 0;
    }

    .navigation .list-wrapper .list a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        font-size: 14px;
        text-decoration: none;
        color: #888888;
        transition: all .38s ease-in-out;
        text-transform: uppercase;
        font-family: 'Advent Pro', sans-serif;
        font-weight: 400;
    }

    .navigation .list-wrapper .list li:hover {
        background-color: rgba(187, 191, 182, .4);
    }

    .navigation .list-wrapper .list li:hover a {
        color: #000000;
    }

    .navigation .social {
        padding-top: 30px;
    }

    .navigation .social .img {
        max-width: 26px;
        margin: auto;
    }

    .navigation .social .img.face {
        padding-top: 45px;
    }
}

.btn-cotiza {
    /* safari v4.0+ and by Chrome v3.0+ */
    background-image: -webkit-gradient(linear, 49% 0%, 49% 100%, color-stop(0, rgb(255, 205, 13)), color-stop(1, rgb(224, 181, 11)));
    /* Chrome v10.0+ and by safari nightly build*/
    background-image: -webkit-linear-gradient(-90deg, rgb(255, 205, 13) 0%, rgb(224, 181, 11) 100%);
    /* Opera v11.10+ */
    background-image: -o-linear-gradient(-90deg, rgb(255, 205, 13) 0%, rgb(224, 181, 11) 100%);
    /* IE v10+ */
    background-image: -ms-linear-gradient(-90deg, rgb(255, 205, 13) 0%, rgb(224, 181, 11) 100%);
    background-image: linear-gradient(180deg, rgb(255, 205, 13) 0%, rgb(224, 181, 11) 100%);
    width: 218px;
    height: 36px;
    margin: 0 auto;
    /* Firefox v1.0+ */
    -moz-border-radius: 13px;
    /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-border-radius: 13px;
    /* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
    border-radius: 13px;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffcd0d,endColorstr=#ffe0b50b,GradientType=0)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffcd0d, endColorstr=#ffe0b50b, GradientType=0);
    transition: all .38s ease-in-out;
}

.btn-cotiza a {
    font-size: 12px;
    font-family: 'Bulo', sans-serif;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

[class^="block"] .block-title {
    font-family: 'Advent Pro', sans-serif;
    padding-top: 50px;
    padding-bottom: 15px;
    font-size: 24px;
    letter-spacing: 1pt;
    line-height: 120%;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}

[class^="block"] .content {
    font-family: 'Bulo', sans-serif;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    padding-bottom: 20px;
    color: #000;
}

.img-block {
    margin: 0 -15px;
}

.img-block img {
    max-width: 100%;
}

.row-us-des {
    overflow: hidden;
}

.us-des {
    position: relative;
    min-height: 191px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.us-des [class^="op-text"] {
    font-family: 'Advent Pro', sans-serif;
    font-size: 70px;
    font-weight: 700;
    letter-spacing: -2pt;
    line-height: 90%;
    color: rgba(255, 255, 255, 0.09);
    position: absolute;
}

.us-des .op-text-1 {
    top: 25px;
    left: 0;
}

.us-des .des {
    font-family: 'Bulo', sans-serif;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px 15px;
    font-size: 16px;
    line-height: 120%;
    color: #fff;
}

.us-des .op-text-2 {
    bottom: 25px;
    right: 0;
}

.see-more {
    display: inline-block;
    padding: 0 45px;
    width: auto;
    z-index: 1;
}

.see-more a {
    font-family: 'Advent Pro', sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1pt;
    font-style: italic;
    text-decoration: underline;
    color: rgb(31, 31, 31);
    text-align: left;
    display: inline-block;
    flex: 1 1 100%;
    width: 100%;
    position: relative;
}

.see-more a:after {
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    width: 17px;
    height: 100%;
    transition: all .3s ease-in-out;
    box-sizing: content-box;
    display: inline;
    background-image: url("../imgs/iconos/right-arrow.svg");

}

.see-more.up {
    justify-content: flex-end;
}

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

.see-more.up a:after {
    transform: rotate(-90deg);
    right: -15px;
    width: 16px;
}
.see-more.up a:hover:after {
    right: -15px;
}

/**- Block 1 -**/

.block-1 .slider-row {
    justify-content: center;
    position: relative;
}

.block-1 .photo-des {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Advent Pro', sans-serif;
    line-height: 100%;
    text-align: center;
    padding-bottom: 10px;
    /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
    text-shadow: 2px -1px 2px rgba(0, 0, 0, 0.35);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=-1,Color=#59000000,Positive=true)";
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=-1, Color=#59000000, Positive=true);
}

.block-1 .contact {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
}

.block-1 .us-des {
    background-color: #818174;
}

/**- Block 2 / US -**/

.block-4,
.block-2 {
    background-color: #F4F4F4;
}

/**- Block 3 / US -**/

.block-3 {
    padding-bottom: 80px;
}

.block-3 .block-row-3 {
    justify-content: flex-end;
}

.block-3 .us-des {
    min-height: 250px;
    display: flex;
    align-items: center;
}

.block-3 .us-des [class^="op-text"] {
    color: rgba(235, 235, 235, 0.6);
}

.us-des .op-text-1 {
    top: 0;
}

.us-des .op-text-2 {
    bottom: 0;
}

.block-3 .us-des .des {
    padding: 0 5px;
}

.block-3 .us-des .des .img-block {
    padding: 0 5px;
    margin: 0;
}

/**- Block 4 / Projects -**/

.block-4 .slider-projects {
    height: auto;
    padding-bottom: 30px;
}

.block-4 .slider-projects .slides {
    padding-bottom: 36%;
    height: auto;
}

.block-4 .slider-projects .dots {
    margin: 0px auto 10px;
}

.slider.dots-color .dots .dot {
    background-color: #818173;
}

/**- Block 5 / Tec-**/

.block-5 {
    padding-bottom: 65px;
}

.block-5 .tec-block {
    padding-bottom: 35px;
    width: 33%;
}

.block-5 .tec-block .title-tec {
    font-size: 12px;
    font-family: 'Bulo', sans-serif;
    font-weight: bold;
    text-align: center;
}

.block-5 .tec-block [class^="img-tec"] {
    width: 30px;
    height: 30px;
    margin: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.block-5 .title-ac{
    width: 100%;
    text-align: center;
    padding: 20px 0;
    font-family: 'Bulo', sans-serif;
    font-weight: bold
}

.block-5 .tec-block .img-tec-0 {
    background-image: url("../imgs/iconos/iconos_Tenologia/1-Pulido-brillado.svg");
}

.block-5 .tec-block .img-tec-1 {
    background-image: url("../imgs/iconos/iconos_Tenologia/2-Pulido-mate.svg");
}

.block-5 .tec-block .img-tec-2 {
    background-image: url("../imgs/iconos/iconos_Tenologia/3-Martelinado.svg");
}

.block-5 .tec-block .img-tec-3 {
    background-image: url("../imgs/iconos/iconos_Tenologia/4-Cepillado.svg");
}

.block-5 .tec-block .img-tec-4 {
    background-image: url("../imgs/iconos/iconos_Tenologia/5-Acidado.svg");
}

.block-5 .tec-block .img-tec-5 {
    background-image: url("../imgs/iconos/iconos_Tenologia/6-Century.svg");
}

.block-5 .tec-block .img-tec-6 {
    background-image: url("../imgs/iconos/iconos_Tenologia/7-Sandblasteado.svg");
}

.block-5 .us-des {
    padding-bottom: 20px;
    padding-top: 160px;
    min-height: 160px;
    max-width: 70%;
    background-color: #BBBFB6;
    overflow: visible;
}

.block-5 .us-des .op-text-1 {
    top: 15px;
    left: -8px;
    width: 105vw;
    color: rgba(235, 235, 235, 0.6);
}

.block-5 .video {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
}

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

.block-5 .see-more {
    padding: 10px 0 0;
    justify-content: flex-end;
}

/**- Block 6 / Custom-**/

.block-6 {
    background-color: #818174;
}

.block-6 .container-fluid {
    padding-bottom: 60px;
}

.block-6 .block-title,
.block-6 .content {
    color: #fff;
}

.block-6 .see-more {
    justify-content: flex-end;
    padding: 0  0 20px;

}

.block-6 .see-more a {
    color: #fff;
}

.block-6 .see-more a:after {
    background-image: url("../imgs/iconos/right-arrow-white.svg");
}

/** -Block 7 / Contact- **/

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

}

.btn-contact {

    position: relative;
    background-color: rgb(187, 191, 182);
    width: 284px;
    height: 35px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 15px;
    margin: 0 auto 45px;
}

.btn-contact .btn-slide {
    position: absolute;
    top: 0;
    left: -2px;
    background-color: transparent;
    width: 152px;
    height: 35px;
    /* Firefox v1.0+ */
    -moz-border-radius: 16px;
    /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-border-radius: 16px;
    /* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
    border-radius: 16px;
    box-shadow: none;
    transition: all .38s ease-in-out;
}

.btn-contact .btn-slide.active {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.3);
}

.btn-contact .btn-slide button {
    font-family: 'Bulo', sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #000;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.btn-contact .btn-slide.left {
    right: 0;
    margin-left: auto;
}

.contact-form .input-container {
    margin-bottom: 30px;
    border-bottom: 1px solid #EEEEEE;
    position: relative;
}

.contact-form.form-box .input-container {
    border-bottom: 1px solid #888;
}

.contact-form .input-container span {
    display: none;
    font-family: sans-serif;
    font-size: 14px;
    /*position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0%;
    width: 100%;
    background: white;*/
}

.contact-form textarea::-webkit-input-placeholder,
.contact-form input[type=text]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #858585;
    font-size: 12px;
}

.contact-form textarea.invalid::-webkit-input-placeholder,
.contact-form input[type=text].invalid::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: red;
    font-size: 12px;
}

.contact-form textarea::-webkit-input-placeholder,
.contact-form input[type=text]::-moz-placeholder {
    /* Firefox 19+ */
    color: #858585;
    font-size: 12px;
}

.contact-form textarea::-webkit-input-placeholder,
.contact-form input[type=text]:-ms-input-placeholder {
    /* IE 10+ */
    color: #858585;
    font-size: 12px;
}

.contact-form textarea::-webkit-input-placeholder,
.contact-form input[type=text]:-moz-placeholder {
    /* Firefox 18- */
    color: #858585;
    font-size: 12px;
}

.contact-form textarea,
.contact-form input[type=text] {
    width: 100%;
    height: 100%;
    resize: none;
    outline: none;
    border: none;
    font-family: 'Bulo';
    font-weight: 600;
    margin-left: 5px;
    font-size: 12px;
}


.contact-form .campos,
.contact-form .text-container {
    color: #858585;
    font-size: 12px;
}

.contact-form textarea {
    background-color: #F4F4F4;
    border: none;
    height: 80px;
    outline: none;
}

.contact-form .flex {
    padding-top: 30px;
    justify-content: center
}

.contact-form input[type=submit] {
    background-color: transparent;
    outline: none;
    width: 212px;
    height: 37px;
    border-color: rgb(86, 86, 86);
    border-width: 1px;
    text-transform: uppercase;
    letter-spacing: 1pt;
    /* Firefox v1.0+ */
    -moz-border-radius: 20px;
    /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-border-radius: 20px;
    /* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
    border-radius: 20px;
    border-style: solid;
}

.contact-form.form-box .des-2 {
    font-size: 14px;
    font-family: 'Bulo', sans-serif;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 25px;
}

.img.cont-box {
    max-width: 75px;
    margin: auto;
}

/** -Location- **/
.location {
    height: 200px;
    position: relative;
}

.location .map-container {
    height: 100%;
}

.location .flow-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;

}

.location .flow-cover .see-more a {
    color: #fff;
}

.location .flow-cover .see-more a:after {
    background-image: url("../imgs/iconos/right-arrow-white.svg");
}

/* Social */
.social {
    padding: 30px 0;
}

.social .social-insta {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Bulo', sans-serif;
    font-weight: bold;
}

.social .social-insta .img {
    max-width: 20px;
    margin-right: 5px;
}

.social .links ul li {
    padding-left: 15px;
    padding-right: 15px;
}

.social .instagram {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 10px 0;
}

.social .instagram.loading {
    min-height: 120px;
}

.social .instagram .image {
    padding-left: 5px;
    padding-right: 5px;
    width: 50%;
    display: none;
}

.social .instagram .image:nth-child(2),
.social .instagram .image:nth-child(1) {
    display: block;
}

.social .instagram .inner {
    background-color: #eaeaea;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}

.social .instagram img {
    display: block;
    height: auto;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;

    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);

    -webkit-transition: opacity 550ms ease-in, -webkit-transform 550ms ease-in;
    -moz-transition: opacity 550ms ease-in, -moz-transform 550ms ease-in;
    -ms-transition: opacity 550ms ease-in, -ms-transform 550ms ease-in;
    -o-transition: opacity 550ms ease-in, -o-transform 550ms ease-in;
    transition: opacity 550ms ease-in, transform 550ms ease-in;
}

.social .instagram img.loaded {
    opacity: 1;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/** -Footer- **/
footer {
    padding: 15px 0;
    height: auto;
    background-color: #818174;
    font-family: 'Bulo';
    font-size: 10px;
    color: #fff;
}

footer .dir {
    max-width: 240px;
}

footer .tel {
    padding-top: 10px;
}

footer .tel a {
    color: #fff;
    outline: none;
    text-decoration: none;
}

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

.footer .advice {
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
}

.footer .advice a {
    color: #fff;
    text-decoration: underline;
    font-style: italic;
}

/***********************
       MATERIALS
***********************/
nav.materials {
    position: fixed;
    top: 48px;
    width: 100%;
    z-index: 1;
    background: #fff;
}

nav.materials .title-nav {
    font-family: 'Advent Pro', sans-serif;
    font-weight: 300;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0;
}

nav.materials .bar {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    background-color: #BBBFB6;
}

nav.materials .block-bar {
    min-width: 31%;
    background-color: #818172;
    border-right: 1px solid #fff;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    transition: all .38s ease-in-out;
}

nav.materials .block-bar button {
    font-family: 'Bulo';
    font-size: 14px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

nav.materials .block-bar.active {
    background-color: #fff;
    border-bottom: 1px solid #BBBFB6;
    border-top: 1px solid #BBBFB6;
    border-left: 1px solid #bbbfb6;
    border-right: 1px solid #bbbfb6;
}

nav.materials .block-bar.active button {
    font-weight: bold;
}

.materials-gallery {
    padding: 0 6px;
    margin-top: 225px;
}
.grid{
    opacity: 0;
    transition: all .38s ease-in-out;
}
.grid.show{
    opacity: 1;
}

/*.materials-gallery*/
.see-more.up {
    padding: 60px 15px 50px;
}

.materials-gallery .materials-gallery {
    padding: 0 6px;
}

.materials-gallery .material {
    padding: 0 4px 30px;
}

.materials-gallery .material a {
    color: #292b2c;
    display: block;
    position: relative;
    text-decoration: none;
}

.materials-gallery .material .title-material {
    font-family: 'Bulo';
    font-size: 12px;
    padding-top: 5px;
}


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

/** -Tecnologia- **/
.header-int {
    font-family: 'Advent Pro', sans-serif;
    font-weight: 500;
    font-size: 24px;
    padding: 25px 0 15px;
    text-align: center;
    text-transform: uppercase;
}

.des-int {
    font-family: 'Bulo';
    font-size: 14px;
    line-height: 120%;
    color: rgb(31, 31, 31);
    text-align: center;
    padding-bottom: 25px;
}

.photo-1 {
    padding: 1px;
}

.photo-0 {
    padding: 1px 1px 0;
}

.photo-1,
.photo-0 {
    width: 50%; 
}

.photo-2 {
    width: 100%;
    padding: 10px .5px;
}



/* fluid 5 columns */

.grid-sizer {
    width: 50%;
}

/* -Custom Made- */
.slider.custom-made {
    height: 244px;
}

.slider.custom-made .img {
    max-width: 44px;
    margin: auto;
    padding-top: 69px;
}

.slider.custom-made img {
    display: block;
    position: relative;
}

.step {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}

.step-content {
    background: #F4F4F4;
    height: 100%;
    margin-top: -17.5px;
}

.step .title {
    font-family: 'Bulo';
    font-size: 12px;
    line-height: 120%;
    font-weight: bold;
    text-align: center;
    background-color: rgb(187, 191, 182);
    width: 80px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: relative;
}

.step .title:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid rgb(187, 191, 182);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    transform: rotate(90deg);
    bottom: -17px;
    left: 0;
    right: 0;
    margin: auto;
}

.step .description {
    padding-top: 10px;
    font-family: 'Bulo';
    font-size: 14px;
    line-height: 120%;
    color: rgb(31, 31, 31);
    text-align: center;
}

.custom-made-gallery {
    padding-top: 65px;
}
.custom-made-gallery .element-item{
    cursor: pointer;
}

.forms-container {
    position: relative;
    height: 522px;
    transition: all .38s ease-in-out;
}

.forms-container.box {
    height: 522px;
}

.forms-container .contact-form.form {
    position: relative;
    z-index: 1;
    background: #fff;
    opacity: 1;
    transition: all .38s ease-in-out;
}

.forms-container .contact-form.form-box {
    position: absolute;
    top: 0;
    opacity: 0;
    transition: all .38s ease-in-out;
}

.forms-container.box .contact-form.form {
    opacity: 0;
    pointer-events: none;
}

.forms-container.box .contact-form.form-box {
    opacity: 1;
}

.block-see-more{
    display: flex;
    justify-content: flex-end;
}

.thumb-hover {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.06) 13%, rgba(0, 0, 0, 0.48) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(13%, rgba(255, 255, 255, 0.06)), color-stop(100%, rgba(0, 0, 0, 0.48)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.06) 13%, rgba(0, 0, 0, 0.48) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.06) 13%, rgba(0, 0, 0, 0.48) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.06) 13%, rgba(0, 0, 0, 0.48) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.06) 13%, rgba(0, 0, 0, 0.48) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
    transition: all .38s ease-in-out;

}

.util-carrousel .thumb .thumb-hover img {
    max-width: 34px;
}

.util-carrousel .thumb:hover .thumb-hover {
    opacity: 1;

}
