/* Retirar Decoration */
a:hover {
    text-decoration: none;
}

/* Texto do Titulo Principal */
.jumbotron-topbar {
    text-align: center;
    vertical-align: middle;
    line-height: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f5f8fa;
}


/* ============ Humburger Style ============
* {
    margin: 0;
    padding: 0;
}

#nav-icon1  {
    width: 30px;
    height: 45px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #00A8E1;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 9px;
}

#nav-icon1 span:nth-child(2) {
    top: 18px;
}

#nav-icon1 span:nth-child(3) {
    top: 27px;
}

#nav-icon1.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
*/

/* ============ Text Position and Size (Portfolio) ============ */
/*div.meuPortfolio a.navbar-brand {
    margin-left: auto;
    margin-right: auto;

    font-size: x-large;
}*/

.meuPortfolio .row {
    margin-left: 0;
    margin-right: 0;
}

.meuPortfolio .navbar-brand {
    margin-left: auto;
    margin-right: auto;
    font-size: 26px;
    color: #000;

}


/* ============ Menu ============ */
div.meuPortfolio {
    display: none;
}

@media screen and (max-width: 991px) {
    div.meuPortfolio {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding: 10px 16px 16px;
        background-color: #fff !important;
    }

    /* === Position === */
    button.btn.fil-cat {
        width: 100%;
        border-radius: 0;
        font-size: 12px;
        border-top-width: 0;
        border-left-width: 0;
        border-right-width: 0;
        border-bottom-width: 1px;
        border-color: #fff;
    }
}


div.toolbar.mb2.mt2.padding-b-25 {
    background-color: #00A8E1;
}


/* ==========================================================================
Images Portfolio/Menu Portfolio
========================================================================== */
/* ============ Button of the actions carried out ============ */
div.col button {
    background: none;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1em;
    color: #000000;
    font-size: inherit;
    font-family: robotobold;
    position: relative;
    vertical-align: middle;
    border-radius: 0;
}

button::before, button::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    content: '';
    position: absolute;
    /*    width: 100%;
        height: 100%;*/
}


/* ============ Title Margin ============ */
div.jumbotron-topbar {
    margin-top: 85px;
}

@media screen and (max-width: 991px) {
    div.jumbotron-topbar {
        display: none;
    }
}


/* ==========================================================================
Images Portfolio/Portfolio Image
========================================================================== */
/* ============ Image ============ */
#portfolio {
    margin: 1rem 0;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    /*    -webkit-column-width: 33.33333333333333%;
        -moz-column-width: 33.33333333333333%;
        column-width: 33.33333333333333%;*/
}

.tile {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;

}

.tile:hover {

}

.scale-anm {
    transform: scale(1);
}


/* ============ Texto ============ */
.row #portfolio .tile p {
    z-index: 198;
    width: 100%;
    min-height: 10px;
    background-color: transparent;
    padding: 5px;
    line-height: 18px;
    color: #7F7F7F;
    font-family: source-sans-pro, sans-serif;
    font-weight: 600;
    position: relative;
    margin-right: -10000px;
}


/* ============ Aligned Images ============ */
.row #portfolio .tile img {
    width: 100%;
}

div.tile.col-md-4.col-sm-6.col-xs-12.scale-anm.DMLS,
div.tile.col-md-4.col-sm-6.col-xs-12.scale-anm.MJP,
div.tile.col-md-4.col-sm-6.col-xs-12.scale-anm.SLA,
div.tile.col-md-4.col-sm-6.col-xs-12.scale-anm.SLS,
div.tile.col-md-4.col-sm-6.col-xs-12.scale-anm.design,
div.tile.col-md-4.col-sm-6.col-xs-12.scale-anm.printing,
div.tile.col-md-4.col-sm-6.col-xs-12.scale-anm.measuring {
    padding-top: 15px;
    padding-bottom: 15px;
}

div.tile.col-sm-6.col-xs-12.scale-anm.brands {
    padding-top: 15px;
    padding-bottom: 15px;
}


.modal-dialog-portfolio {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 991px) {
    .modal-dialog-portfolio {
        margin-left: 12vw;
        margin-top: 6vh;
    }

    .modal.fade {
        disply: none;
    }

    .row.mobile {
        margin-top: -21px;
    }

    .group-companies {
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    a[data-target="#lightbox"][data-toggle="modal"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
        color: black;
    }
}

@media screen and (min-width: 576px) {
    .display-printing-button {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .hide-printing-dropdown {
        display: none;
    }

    .display-printing-button {
        display: block;
    }

}

#printingDrop {
    top: 58px !important;
    left: 48px !important;
    text-transform: uppercase;
}

ul#printingDrop.dropdown-menu {
    transform: translate3d(0px, 0px, 0px) !important;
}
