/* ============================================================================================= FONTS */

@font-face {
    font-family: 'hind-bold';
    src: url('../fonts/hind-bold-webfont.woff2') format('woff2'),
         url('../fonts/hind-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hind-light';
    src: url('../fonts/hind-light-webfont.woff2') format('woff2'),
         url('../fonts/hind-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hind-medium';
    src: url('../fonts/hind-medium-webfont.woff2') format('woff2'),
         url('../fonts/hind-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hind-regular';
    src: url('../fonts/hind-regular-webfont.woff2') format('woff2'),
         url('../fonts/hind-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hind-semibold';
    src: url('../fonts/hind-semibold-webfont.woff2') format('woff2'),
         url('../fonts/hind-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ebgaramond-italic';
    src: url('../fonts/ebgaramond-mediumitalic-webfont.woff2') format('woff2'),
         url('../fonts/ebgaramond-mediumitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* ============================================================================================= BASICS */

* {
    padding: 0;
    margin: 0;
    outline: none !important;
}
html { height: 100%;}
body    { font-family: 'Roboto', helvetica, sans-serif; font-size: 14px; color: #000; padding: 0; margin: 0; 
background-color: #111; height: 100%; }

p { font-family: 'Roboto', helvetica, sans-serif; color: #000; font-size: 14px; line-height: 1.5;}


a { color: inherit; cursor: pointer;}
a:hover { color: inherit; text-decoration: none;}
a:visited { color: inherit;}

.container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

h2 {
    font-family: "Roboto-Bold", sans-serif;
    color: #000;
    font-size: 80px;
    line-height: .95;
}

img {
  width: 100%;
}

::selection {
    background-color: #ededed;
}

h1,h2,h3,h4,h5,h6,p,a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.content-right {
    padding-right: 100px;
}

.content-left {
    padding-left: 100px;
}

.content-center {
    padding: 0 100px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, 
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, 
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, 
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 0;
    padding-left: 0;
}

.banner {
    margin-top: 84px;
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    position: relative;
}

/* ============================================================================================= HOME */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> NAVBAR HOMEPAGE */

.navbar-home .navbar {
    height: 90px;
    background-color: rgba(0, 0, 0, .98);
}

.navbar-home .navbar-brand img {
    max-width: 320px;  
    margin: 0 auto;
    text-align: center;  
}

.navbar-home .navbar-header {
    width: 100%;
    text-align: center;
}

.navbar-home .navbar-brand {
    float: none;
}

.navbar-home .navbar-fixed-top {
    border-bottom: 0;
}

.navbar-default {
    border: 0;
}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> NAVBAR */

#navbar {
    transition: top 0.5s; /* Transition effect when sliding down (and up) */
}

.navbar {
    height: 90px;
    background-color: rgba(255, 255, 255, .98);
    box-shadow: 0 2px 4px -1px rgba(0,0,0,0.05);
}

.navbar .container {
    max-width: 100%;
    height: 100%;
}

.navbar-default .navbar-nav > li > a {
    color: #aaa;
    font-family: "hind-regular", helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 1.4px;
    padding: 35px 15px;
   
}

.navbar-default .navbar-nav > li > a:hover {
    color: #333;
}

.navbar-default .navbar-nav > .active > a {
    font-family: "hind-bold";
    background-color: inherit;
    color: #aaa;
}

.navbar-default .navbar-nav > .active > a:hover {
  color: #aaa;
  background-color: inherit;
}

.navbar-collapse {
    border-bottom: 0;
}

.navbar > .container .navbar-brand {
    margin: 0;
}

.navbar-brand {
    padding: 21px 21px 21px 100px;
}

a.navbar-brand img:hover {
    opacity: .4;
}

.navbar-brand img {
    max-width: 275px;
    transition: 0.3s;
}

.navbar-collapse .navbar-nav {
    padding-right: 100px;
}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> LINKS MATERIAIS */

.materiais-home {
    width: 100%;
    height: 97%;
    position: relative;
}

.materiais-home .container,
.materiais-home .row,
.materiais-home .col-md-3 {
    height: 100%;
}

.materiais-home .col-md-3 {
    overflow: hidden;
}

.materiais-home a.link-home {
    width: 100%;
    height: 100%;
}

.materiais-home #trigger01,
.materiais-home #trigger02,
.materiais-home #trigger03,
.materiais-home #trigger04,
.materiais-home #trigger05 {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 0.6s;
}

.materiais-home #trigger01:hover,
.materiais-home #trigger02:hover,
.materiais-home #trigger03:hover,
.materiais-home #trigger04:hover,
.materiais-home #trigger05:hover {
    background-color: rgba(0, 0, 0, 0);
}

.materiais-home .col-md-3 {
    overflow: hidden;
}
@media only screen and (min-width: 993px) {
    .materiais-home .col-md-3 {
        width: 20%;
    }
}



.materiais-home .roseGold:hover,
.materiais-home .leathers:hover,
.materiais-home .rigenero:hover,
.materiais-home .bordaLaser:hover,
.materiais-home .laminato:hover {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}


.roseGold,
.leathers,
.rigenero,
.bordaLaser,
.laminato {
    width: 100%;
    height: 100%;
    transition: all 6s ease;
    -moz-transition: all 6s ease;
    -ms-transition: all 6s ease;
    -webkit-transition: all 6s ease;
    -o-transition: all 6s ease;
}


.roseGold {
    background-position: center;
    background-image: url("../imgs/display/rose-home.jpg");
    background-size: cover;
}    

.leathers {
    background-position: center;
    background-image: url("../imgs/display/leathers-home.jpg");
    background-size: cover;
}

.rigenero {
    background-position: center;
    background-image: url("../imgs/display/rigenero-home.jpg");
    background-size: cover;
}

.bordaLaser {
    background-position: center;
    background-image: url("../imgs/display/borda-home.jpg");
    background-size: cover;
}

.laminato {
    background-position: center;
    background-image: url("../imgs/display/laminato-home.jpg");
    background-size: cover;
}

img.selo {
    max-width: 165px;
}

.content-inner {

}

.materiais-home .content-inner {
    text-align: center;
    position: relative;
    z-index: 100;
    top: 55%;
    transform: translateY(-55%);
    -webkit-transform: translateY(-55%)
}

a#link-trigger01,
a#link-trigger02,
a#link-trigger03,
a#link-trigger04,
a#link-trigger05 {
    display: block;
    max-width: 125px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
    font-family: "hind-light";
    color: #e4e4e4;
    padding: 10px 20px;
    border: 1px solid #e4e4e4;
    opacity: 0;
    transition: all 500ms ease;
}

a#link-trigger01:hover,
a#link-trigger02:hover,
a#link-trigger03:hover,
a#link-trigger04:hover,
a#link-trigger05:hover {
    color: #1b1b1b;
    background-color: #e4e4e4;
}

/*
.arrow-down img {
    max-width: 22px;
    margin: 0 auto;
}

.arrow-down {
    padding: 20px 0 80px 0;
}

*/

.materials-info {
    background-color: #111;
    padding: 100px;
}

.materials-info-content img {
    max-width: 295px;
}

.materials-info p {
    max-width: 475px;
    color: #f4f4f4;
    font-family: "hind-light";
    font-size: 20px;
    margin-top: 30px;
}

.dellanno-home-bottom {
    position: relative;
    height: 224px;
}


.dellanno-home-bottom img {
    position: absolute;
    max-width: 170px;
    right: 0;
    bottom: 0;
}

.dellanno-home-bottom ul {
    display: table;
    margin-left: auto;
    white-space: nowrap;
}

.dellanno-home-bottom a {
    transition: 0.5s;
}

.dellanno-home-bottom a:hover {
    opacity: .8;
}


/* ============================================================================================= ROSE GOLD */

.rosegold-apresentacao,
.leathers-apresentacao,
.rigenero-apresentacao,
.bordalaser-apresentacao,
.laminato-apresentacao {
    background-color: #fff;
}

.orcamento {
    background-color: #fff;
}

.video {
    width: 100%;
    height: 100%;
    position: relative;
}

.video .arrowdown img {
    max-width: 50px;
    margin: 0 auto;
}

.video .arrowdown {
    position: absolute;
    bottom: 25px;
    width: 70px;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;
    padding-top: 20px;
}

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}


.video-rosegold {
    background-position: center;
    background-image: url("../imgs/display/video-rosegold.jpg");
    background-size: cover;
}

.dellanno-apresenta {
    padding: 140px 0;
    background-color: #111;
    text-align: center;
}

img.dellanno-apresenta-img {
    max-width: 170px;
}

img.linha-selo-main {
    max-width: 260px;
    margin-top: 90px;
}

.dellanno-apresenta p {
    color: #f4f4f4;
    font-family: "hind-regular";
    font-size: 18px;
}

.info-01 h2 {
    font-size: 48px;
    color: #999;
    font-family: "hind-semibold";
    margin-bottom: 0;
}

.info-01 h3 {
    font-size: 30px;
    color: #999;
    font-family: "ebgaramond-italic";
    margin-top: 0;
}

.linha-img-01 {
    width: 100%;
    height: 880px;
    position: relative;
    background-position: center;
    background-image: url("../imgs/display/rosegold01.jpg");
    background-size: cover;
}

.rosegold-apresentacao p,
.leathers-apresentacao p,
.rigenero-apresentacao p,
.bordalaser-apresentacao p,
.laminato-apresentacao p {
    font-size: 20px;
    color: #999;
    font-family: "hind-light";
    margin-bottom: 0;
    max-width: 390px;
    padding: 80px 0;
    border-bottom: 2px solid #c3c3c3;
}

.info-01 .info-outer {
    display: table;
    position: absolute;
    height: 880px;
    width: 100%;
}

.info-middle {
    display: table-cell;
    vertical-align: middle;
}

.info-inner {
    width: 100%;
    padding-left: 100px;
}

p.p-alt {
    font-size: 24px;
    padding: 0;
    border-bottom: 0;
    margin-top: 30px;
}

.rosegold-apresentacao h4,
.leathers-apresentacao h4,
.rigenero-apresentacao h4,
.bordalaser-apresentacao h4,
.laminato-apresentacao h4 {
    font-size: 60px;
    color: #c3c3c3;
    font-family: "ebgaramond-italic";
    margin-top: 0;
}

.info-02 p {
    max-width: 500px;
}

.linha-img-02 {
    width: 100%;
    height: 620px;
    position: relative;
    background-position: center;
    background-image: url("../imgs/display/rosegold02.jpg");
    background-size: cover;
}

.info-02 .info-outer {
    display: table;
    position: absolute;
    height: 620px;
    width: 100%;
}

.linha-img-03 {
    width: 100%;
    height: 900px;
    position: relative;
    background-position: center;
    background-image: url("../imgs/display/rosegold03.jpg");
    background-size: cover;
}

.info-03 .info-outer {
    display: table;
    position: absolute;
    height: 900px;
    width: 100%;
}

img.rosegold-zoom {
    max-width: 340px;
    margin-bottom: 50px;
}

.smart-info img {
    max-width: 425px;
    margin: 0 auto;
}

.smart-info {
    background-color: #f9f9f9;
    padding-top: 110px;
    padding-bottom: 20px;
}

.materials-menu {
    width: 100%;
    height: 480px;
}

.materials-menu .materiais-home {
    width: 100%;
    height: 100%;
    position: relative;
}

.materiais-home .container,
.materiais-home .row,
.materiais-home .col-sm-4,
.materiais-home .col-sm-3 {
    height: 100%;
}

.materiais-home .col-sm-4,
.materiais-home .col-sm-3 {
    overflow: hidden;
}

.materiais-home .content {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 0.6s;
}

.materiais-home .content:hover {
    background-color: rgba(0, 0, 0, 0);
}

.materiais-home .col-sm-4 {
    overflow: hidden;
}

.materials-menu a{
}

.orcamento {
    text-align: center;
    padding: 100px 0;
}

.orcamento a {
    max-width: 155px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
    font-family: "hind-light";
    color: #a0a0a0;
    padding: 10px 20px;
    border: 1px solid #a0a0a0;
    transition: 0.3s;
}

.orcamento a:hover {
    color: #fff;
    background-color: #a0a0a0;
}

footer {
    background-color: #111;
    padding: 50px 0;
}

footer .container {
    padding: 0 100px;
}

.logo-footer img {
    max-width: 166px;
    transition: 0.3s;
}

.logo-footer a {
}

.logo-footer img:hover {
    opacity: .8;
}

ul.social li,
ul.languages li {
    max-width: 37px;
    display: inline-block;
    margin: 5px;
    transition: 0.3s;
}


ul.social,
ul.languages {
    text-align: center;
    padding: 0;
}

ul.social li:hover {
    opacity: .8;
}

ul.languages li {
    color: #fff;
    max-width: none;
}
ul.languages li + li {
    border-left: 1px solid #fff;
    padding-left: 15px
}

.lojas a {
    text-align: right;
    max-width: 245px;
    font-size: 14px;
    font-family: "hind-light";
    color: #f4f4f4;
    padding: 10px 20px;
    border: 1px solid #f4f4f4;
    transition: 0.3s;
}

.lojas a:hover {
    color: #111;
    background-color: #f4f4f4;
}

.lojas {
    text-align: right;
    margin-top: 15px;
}

/* ============================================================================================= LEATHERS */

.video-leathers {
    background-position: center;
    background-image: url("../imgs/display/video-leathers.jpg");
    background-size: cover;
}


.leathers-apresentacao .linha-img-01 {
    height: 1045px;
    background-image: url("../imgs/display/leathers01.jpg");
}

.leathers-apresentacao .info-01 .info-outer {
    height: 1045px;
}

.leathers-apresentacao .linha-img-02 {
    height: 550px;
    background-image: url("../imgs/display/leathers02.jpg");
}

.leathers-apresentacao .info-02 .info-outer {
    height: 550px;
}

/* ============================================================================================= RIGENERO */

.video-rigenero {
    background-position: center;
    background-image: url("../imgs/display/video-rigenero.jpg");
    background-size: cover;
}


.rigenero-apresentacao .linha-img-01 {
    height: 1000px;
    background-image: url("../imgs/display/rigenero01.jpg");
}

.rigenero-apresentacao .info-01 .info-outer {
    height: 1000px;
}

.rigenero-apresentacao .linha-02 {
    padding: 100px 0;
}

.rigenero-apresentacao .linha-img-02 {
    height: 735px;
    background-image: url("../imgs/display/rigenero02.jpg");
}


.rigenero-apresentacao .info-02 .info-outer {
    height: 735px;
}

.rigenero-apresentacao .linha-img-03 {
    background-image: none;
    height: 400px;
    text-align: center;
}

.rigenero-apresentacao img.rigenero-zoom {
    max-width: 440px;
    margin-bottom: 50px;
}

.rigenero-apresentacao .info-03 .info-outer {
    height: 400px;
}


.rigenero-apresentacao .linha-03 {
    padding-bottom: 100px;
}


/* ============================================================================================= BORDA LASER */

.video-bordalaser {
    background-position: center;
    background-image: url("../imgs/display/video-bordalaser.jpg");
    background-size: cover;
}


.bordalaser-apresentacao .linha-img-01 {
    height: 910px;
    background-image: url("../imgs/display/bordalaser01.jpg");
}

.bordalaser-apresentacao .info-01 .info-outer {
    height: 910px;
}


.bordalaser-apresentacao .linha-img-02 {
    height: 480px;
    background-image: url("../imgs/display/bordalaser02.jpg");
}


.bordalaser-apresentacao .info-02 .info-outer {
    height: 480px;
}

.bordalaser-apresentacao .linha-img-03 {
    background-image: none;
    height: 600px;
    text-align: left;
}

.bordalaser-apresentacao img.bordalaser-zoom {
    max-width: 440px;
    margin: 70px 50px 0 0;
}

.bordalaser-apresentacao .info-03 .info-outer {
    height: 600px;
}

.bordalaser-apresentacao .info-03 .info-outer p,
.bordalaser-apresentacao .info-05 .info-outer p{
    max-width: 450px;
}

.bordalaser-apresentacao p.p-alt {
    font-size: 20px;
}

.bordalaser-apresentacao .info-02 p {
    max-width: 450px;
}

.bordalaser-apresentacao .linha-img-04 {
    width: 100%;
    height: 745px;
    position: relative;
    background-position: center;
    background-image: url("../imgs/display/bordalaser04.jpg");
    background-size: cover;
}

.bordalaser-apresentacao .linha-04 {
    padding-top: 50px;
}

.bordalaser-apresentacao .info-05 {
    margin: 120px 0;
}

.link:before{
    content: url('../imgs/elem/arrow.png');
}

/* ============================================================================================= LAMINATO */

.video-laminato {
    background-position: center;
    background-image: url("../imgs/display/video-laminato.jpg");
    background-size: cover;
}


.laminato-apresentacao .linha-img-01 {
    height: 1045px;
    background-image: url("../imgs/display/laminato01.jpg");
}

.laminato-apresentacao .info-01 .info-outer {
    height: 1045px;
}

.laminato-apresentacao .linha-img-02 {
    height: 550px;
    background-image: url("../imgs/display/laminato02.jpg");
}

.laminato-apresentacao .info-02 .info-outer {
    height: 550px;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> MEDIA QUERIES */ 

@media screen and (max-width: 1280px) {

    .rosegold-apresentacao .linha-img-01 {
        height: 680px;
    }

    .rosegold-apresentacao .info-01 .info-outer {
        height: 680px;
    }

    .rosegold-apresentacao .info-02 p {
        max-width: 300px;
    }
    
    .rosegold-apresentacao .linha-img-02 {
        height: 360px;
    }
    
    .rosegold-apresentacao .info-02 .info-outer {
        height: 360px;
    }
    
    .rosegold-apresentacao .linha-img-03 {
        height: 700px;
    }
    
    .rosegold-apresentacao .info-03 .info-outer {
        height: 700px;
    }
    
    img.rosegold-zoom {
        max-width: 240px;
        margin-bottom: 50px;
    }

    .rosegold-apresentacao p,
    .leathers-apresentacao p,
    .rigenero-apresentacao p,
    .bordalaser-apresentacao p,
    .laminato-apresentacao p {
        font-size: 16px;
        max-width: 280px;
        padding: 50px 0;
    }

    p.p-alt {
        font-size: 16px;
        margin-top: 30px;
        padding: 0;
    }

    .info-01 h2 {
        font-size: 48px;
        margin-bottom: 0;
    }
    
    .info-01 h3 {
        font-size: 30px;
    }
    
    .rosegold-apresentacao h4,
    .leathers-apresentacao h4,
    .rigenero-apresentacao h4,
    .bordalaser-apresentacao h4,
    .laminato-apresentacao h4 {
        font-size: 60px;
    }

    .smart-info img {
        max-width: 255px;
        margin: 0 auto;
        padding-bottom: 20px;
    }

    .orcamento a {
        max-width: 135px;
        margin-top: 50px;
        font-size: 12px;

    }

    .lojas a {
        text-align: right;
        max-width: 205px;
        font-size: 12px;
    }

    ul.social li {
        max-width: 30px;
        display: inline-block;
        margin: 3px;
        transition: 0.3s;
    }

    .leathers-apresentacao .linha-img-01 {
        height: 680px;
    }

    .leathers-apresentacao .info-01 .info-outer {
        height: 680px;
    }

    .leathers-apresentacao .linha-img-02 {
        height: 400px;
    }

    .leathers-apresentacao .info-02 .info-outer {
        height: 400px;
    }

    .rigenero-apresentacao .linha-img-01 {
        height: 680px;
    }

    .rigenero-apresentacao .info-01 .info-outer {
        height: 680px;
    }

    .rigenero-apresentacao img.rigenero-zoom {
        max-width: 340px;
        margin-bottom: 50px;
    }

    .bordalaser-apresentacao .linha-img-01 {
        height: 680px;
    }

    .bordalaser-apresentacao .info-01 .info-outer {
        height: 680px;
    }

    .bordalaser-apresentacao p.p-alt {
        font-size: 16px;
        margin-top: 30px;
        padding: 0;
        max-width: 300px;
    }

    .bordalaser-apresentacao .linha-02 p.p-alt,
    .bordalaser-apresentacao .linha-03 p.p-alt,
    .bordalaser-apresentacao .linha-05 p.p-alt {
        font-size: 16px;
        margin-top: 30px;
        padding: 0;
        max-width: 300px;
    }

    .bordalaser-apresentacao img.bordalaser-zoom {
        max-width: 340px;
        margin: 100px 50px 0 0;
    }

    .laminato-apresentacao .linha-img-01 {
        height: 680px;
    }

    .laminato-apresentacao .info-01 .info-outer {
        height: 680px;
    }

    .laminato-apresentacao .linha-img-02 {
        height: 400px;
    }

    .laminato-apresentacao .info-02 .info-outer {
        height: 400px;
    }
}



@media screen and (max-width: 992px) {

    .navbar-home .navbar {
        height: 70px;
    }
    
    .navbar-home .navbar-brand img {
        max-width: 250px;  
    }
    
    .navbar-home .navbar-brand {
        padding: 12px 0;
    }

    .video .arrowdown img {
        display: none;
    }

    .materiais-home {
        width: 100%;
        height: 100%;
        position: relative;
        padding-top: 70px;
    }

    .materiais-home .col-md-3 {
        /*height: 50%;*/
        height: 33.33%;
    }
    
    .materiais-home #trigger01,
    .materiais-home #trigger02,
    .materiais-home #trigger03,
    .materiais-home #trigger04,
    .materiais-home #trigger05 {
        background-color: rgba(0, 0, 0, 0.5);
    }
    
    .roseGold {
        background-position: center;
        background-image: url("../imgs/display/rose-home.jpg");
        background-size: cover;
    }    
    
    img.selo {
        max-width: 135px;
    }
    
    .materiais-home .content-inner {
        text-align: center;
        position: relative;
        z-index: 100;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%)
    }
    
    a#link-trigger01,
    a#link-trigger02,
    a#link-trigger03,
    a#link-trigger04,
    a#link-trigger05 {
        display: none;
    }

    .materials-info {
        background-color: #111;
        padding: 70px 50px;
    }
    
    .materials-info-content img {
        max-width: 225px;
    }
    
    .materials-info p {
        max-width: 400px;
        font-size: 16px;
        margin-top: 10px;
    }
    
    .dellanno-home-bottom {
        height: 124px;
    }
    
    
    .dellanno-home-bottom img {
        max-width: 170px;
    }

    .navbar {
        height: 70px;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 28px 10px;
   
    }
    
    .navbar-brand {
        padding: 12px 0 12px 30px;
    }
    
    a.navbar-brand img:hover {
        opacity: .4;
    }
    
    .navbar-brand img {
        max-width: 250px;
        transition: 0.3s;
    }
    
    .navbar-collapse .navbar-nav {
        padding-right: 30px;
    }

    .video {
        height: 50%;
    }

    .dellanno-apresenta {
        padding: 80px 0;
    }
    
    img.dellanno-apresenta-img {
        max-width: 120px;
    }
    
    img.linha-selo-main {
        max-width: 160px;
        margin-top: 20px;
    }
    
    .dellanno-apresenta p {
        color: #f4f4f4;
        font-family: "hind-regular";
        font-size: 18px;
    }

    .info-inner {
        padding-left: 30px;
    }

    .link:before{
        content: url('../imgs/elem/arrow-tablet.png');
    }

    .materials-menu .materiais-home .col-md-3 {
        height: 100%;
    }

    .rosegold-apresentacao .linha-img-01 {
        height: 580px;
    }

    .rosegold-apresentacao .info-01 .info-outer {
        height: 580px;
    }
    
    .rosegold-apresentacao .linha-img-03 {
        height: 600px;
    }
    
    .rosegold-apresentacao .info-03 .info-outer {
        height: 600px;
    }
    
    img.rosegold-zoom {
        max-width: 240px;
        margin-bottom: 50px;
    }

    p.p-alt {
        font-size: 16px;
        margin-top: 20px;
        padding: 0;
    }

    .info-01 h2 {
        font-size: 48px;
        margin-bottom: 0;
    }
    
    .info-01 h3 {
        font-size: 30px;
    }
    
    .rosegold-apresentacao h4,
    .leathers-apresentacao h4,
    .rigenero-apresentacao h4,
    .bordalaser-apresentacao h4,
    .laminato-apresentacao h4 {
        font-size: 40px;
    }

    .materials-menu {
        height: 280px;
    }

    .materials-menu .materiais-home {
        padding-top: 0;
    }

    .orcamento {
        padding: 70px 0;
    }

    footer {
        background-color: #111;
        padding: 50px 0;
    }
    
    footer .container {
        padding: 0 50px;
    }
    
    .logo-footer img {
        max-width: 136px;
        margin: 20px auto;
    }
    
    .lojas a {
        text-align: center;
    }

    .lojas {
        text-align: center;
        margin-top: 30px;
    }

    .rosegold-apresentacao p,
    .leathers-apresentacao p,
    .rigenero-apresentacao p,
    .bordalaser-apresentacao p,
    .laminato-apresentacao p {
        border-bottom: 0;
    }

    .leathers-apresentacao .linha-img-01 {
        height: 600px;
    }

    .leathers-apresentacao .info-01 .info-outer {
        height: 600px;
    }

    .leathers-apresentacao .linha-img-02 {
        height: 300px;
    }

    .leathers-apresentacao .info-02 .info-outer {
        height: 300px;
    }

    .rigenero-apresentacao .linha-img-01 {
        height: 580px;
    }

    .rigenero-apresentacao .info-01 .info-outer {
        height: 580px;
    }

    .rigenero-apresentacao .linha-img-02 {
        height: 480px;
    }

    .rigenero-apresentacao .linha-03 {
        padding-bottom: 0px;
    }

    .bordalaser-apresentacao .linha-img-01 {
        height: 580px;
    }

    .bordalaser-apresentacao .info-01 .info-outer {
        height: 580px;
    }

    .bordalaser-apresentacao .linha-img-02 {
        height: 400px;
    }

    .bordalaser-apresentacao .info-02 .info-outer {
        height: 400px;
    }

    .bordalaser-apresentacao .info-03 .info-outer {
        height: 400px;
    }

    .bordalaser-apresentacao .linha-img-03 {
        height: 400px;
    }

    .bordalaser-apresentacao .linha-img-04 {
        height: 400px;
    }

    .bordalaser-apresentacao img.bordalaser-zoom {
        max-width: 340px;
        margin-top: 40px;
    }

    .bordalaser-apresentacao .info-05 {
        margin: 60px 0; 
    }

    .laminato-apresentacao .linha-img-01 {
        height: 600px;
    }

    .laminato-apresentacao .info-01 .info-outer {
        height: 600px;
    }

    .laminato-apresentacao .linha-img-02 {
        height: 300px;
    }

    .laminato-apresentacao .info-02 .info-outer {
        height: 300px;
    }
}



@media screen and (max-width: 767px) {
    .materiais-home .col-md-3 {
        /*height: 25%;*/
        height: 20%;
    }

    .materiais-home {
        padding-top: 60px;
    }

    img.selo {
        max-width: 95px;
    }

    .materials-info {
        background-color: #111;
        padding: 50px 15px 25px 15px;
    }

    .dellanno-home-bottom img {
        right: inherit;
        max-width: 130px;
    }

    .dellanno-home-bottom ul {
        margin: 50px 0 0 0;
    }

    .container > .navbar-header {
        margin: 0 auto;
    }

    .navbar-home .navbar-brand img {
        margin-left: 15px;
        max-width: 200px;
    }

    .navbar-home .navbar-brand {
        padding: 10px 0;
    }

    .navbar-home .navbar { 
        height: 60px;
    }

    .navbar {
        height: 60px;
    }

    .navbar-brand img {
        max-width: 200px;
    }

    .navbar-brand {
        padding-left: 12px;
    }

    .video {
        height: 75%;
    }

    .info-inner {
        width: 100%;
        padding-left: 15px;
    }

    .rosegold-apresentacao .linha-img-01 {
        height: 180px;
    }

    .rosegold-apresentacao .info-01 {
        height: 380px;
    }

    .rosegold-apresentacao .info-01 .info-outer {
        height: 380px;
    }

    .rosegold-apresentacao .linha-img-02 {
        display: none;
    }

    .rosegold-apresentacao .info-02 {
        height: 210px;
    }

    .rosegold-apresentacao .info-02 .info-outer {
        height: 210px;
    }

    .rosegold-apresentacao .linha-img-03 {
        height: 300px;
    }

    .rosegold-apresentacao .info-03 {
        height: 300px;
    }

    .rosegold-apresentacao .info-03 .info-outer {
        height: 300px;
    }

    .info-middle {
        display: block;
    }

    .info-01 h2 {
        font-size: 36px;
        padding-top: 40px;
    }

    .info-01 h3 {
        font-size: 26px;
    }

    .rosegold-apresentacao p, .leathers-apresentacao p, .rigenero-apresentacao p, .bordalaser-apresentacao p, .laminato-apresentacao p {
        font-size: 16px;
        max-width: 90%;
        padding: 20px 0;
    }

    .rosegold-apresentacao p.p-alt,
    .leathers-apresentacao p.p-alt,
    .rigenero-apresentacao p.p-alt,
    .bordalaser-apresentacao p.p-alt,
    .laminato-apresentacao p.p-alt {
        margin-top: 0;
        padding: 0;
    }

    .rosegold-apresentacao h4, .leathers-apresentacao h4, .rigenero-apresentacao h4, .bordalaser-apresentacao h4, .laminato-apresentacao h4 {
        font-size: 40px;
        padding-top: 40px;
    }

    .materiais-home .col-sm-4 {
        height: 33.33%;
    }
    .materiais-home .col-sm-3 {
        height: 25%;
    }

    .materials-menu {
        height: 400px;
    }

    footer .container {
        padding: 0 15px;
    }
    .navbar-toggle img {
        max-width: 35px;
    }

    .navbar-toggle {
        padding: 0;
        margin-top: 12px;
        margin-right: 15px;
        background-color: inherit;
        background-image: none;
        border: 0;
        border-radius: 0;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #fff;
    }

    .navbar-collapse.collapse{
        transition: height 0.5s ;
    }

    .navbar-collapse.collapsing {
        height: 0 !important;
    }
    
    .navbar-collapse.collapse.in{
        max-height: none;
        height: 100vh;
    }

    .navbar-collapse.collapse {
        height: 100vh !important;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: 0;
        background-color: #fff;
    }

    .navbar-collapse .navbar-nav {
        padding-right: 0px;
    }

    .nav > li {
        text-align: center;
    }

    .navbar-collapse .navbar-nav {
        margin-top: -34px;
        position: relative;
        top: 50%; 
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .navbar-default .navbar-nav > .active > a {
        font-family: "hind-bold";
        background-color: inherit;
        color: #aaa;
        font-size: 20px;
    }

    .leathers-apresentacao .linha-img-01 {
        height: 480px;
    }

    .leathers-apresentacao .info-01 {
        height: 520px;
    }

    .leathers-apresentacao .info-01 .info-outer {
        height: 520px;
    }

    .leathers-apresentacao .linha-img-02 {
        height: 480px;
        margin-top: 10px;
    }

    .leathers-apresentacao .info-02 {
        height: 220px;
    }

    .leathers-apresentacao .info-02 .info-outer {
        height: 220px;
    }

    .rigenero-apresentacao .linha-img-01 {
        height: 480px;
    }

    .rigenero-apresentacao .info-01 {
        height: 400px;
    }

    .rigenero-apresentacao .info-01 .info-outer {
        height: 400px;
    }

    .rigenero-apresentacao .linha-02 {
        padding: 0;
    }

    .rigenero-apresentacao .linha-img-02 {
        display: none;
    }

    .rigenero-apresentacao .linha-img-03 {
        height: 320px;
        margin-top: 40px;
    }

    .rigenero-apresentacao .info-03 {
        height: 300px;
    }

    .rigenero-apresentacao .info-03 .info-outer {
        height: 300px;
    }

    .bordalaser-apresentacao .linha-img-01 {
        height: 280px;
    }

    .bordalaser-apresentacao .info-01 {
        height: 420px;
    }

    .bordalaser-apresentacao .info-01 .info-outer {
        height: 420px;
    }

    .bordalaser-apresentacao .linha-img-02 {
        height: 280px;
        margin-top: 5px;
    }

    .bordalaser-apresentacao .info-02 {
        height: 260px;
    }

    .bordalaser-apresentacao .info-02 .info-outer {
        height: 260px;
    }

    .bordalaser-apresentacao .linha-img-03 {
        height: 360px;
    }

    .bordalaser-apresentacao .info-03 {
        height: 260px;
    }

    .bordalaser-apresentacao .info-03 .info-outer {
        height: 260px;
    }

    .bordalaser-apresentacao .linha-img-04 {
        height: 300px;
    }

    .bordalaser-apresentacao .info-05 {
        height: 180px;
    }

    .bordalaser-apresentacao .info-05 .info-outer {
        height: 180px;
    }

    .bordalaser-apresentacao .linha-02 p.p-alt, 
    .bordalaser-apresentacao .linha-03 p.p-alt, 
    .bordalaser-apresentacao .linha-05 p.p-alt {
        margin-top: 0;
    }

    .bordalaser-apresentacao img.bordalaser-zoom {
        max-width: 300px;
        margin: 40px 0 0 0;
    }

    .laminato-apresentacao .linha-img-01 {
        height: 480px;
    }

    .laminato-apresentacao .info-01 {
        height: 520px;
    }

    .laminato-apresentacao .info-01 .info-outer {
        height: 520px;
    }

    .laminato-apresentacao .linha-img-02 {
        height: 480px;
        margin-top: 10px;
    }

    .laminato-apresentacao .info-02 {
        height: 220px;
    }

    .laminato-apresentacao .info-02 .info-outer {
        height: 220px;
    }
}


































