   
#header-custom{
    width: 100%;
    z-index: 999;
    position: absolute;
    float: left;
    display: block;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px 0;
    margin: 0 auto;
}
#header-content{
    display: flex;
    align-items: center;
}
.site-branding{
    float: left;
    margin-top: 5px;
}
.site-branding img{}
#site-navigation{}
.main-navigation{}
.menu-principal-container{
    float: right;
}
.menu-toggle{}

.img-banner {
    width: 100%;
    height: 80vh;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.spt-container{
    width: 100%!important;
    max-width: 100%!important;
    padding-right: 0!important;
    padding-left: 0!important;
    position: relative!important;
    top: 0!important;
    display: block;
    left: 0!important;
    float: left;
    height: 80vh!important;
}

/* Banner */

.owl-prev{
    width: 50px!important;
    height: 50px!important;
    position: absolute!important;
    left: 6%!important;
    top: 50%!important;
    background-image: url("http://spiritcombine.com.br/wp-content/themes/spirit-combine/assets/images/seta-left-banner.png")!important;
    background-position: center;
    background-size: cover;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    background-repeat: no-repeat;
    color: transparent!important;
}
.owl-next{
    width: 50px!important;
    height: 50px!important;
    position: absolute!important;
    right: 6%!important;
    top: 50%!important;
    background-image: url("http://spiritcombine.com.br/wp-content/themes/spirit-combine/assets/images/seta-right-banner.png")!important;
    background-position: center;
    background-size: cover;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    background-repeat: no-repeat;
    color: transparent!important;
}

.owl-next:focus, .owl-prev:focus {outline: none;}
.assinatura-banner{ position: absolute; bottom: 20px; right: 20px; max-width: 250px; }

.owl-carousel-banner.owl-loaded {
    display: block;
}
.owl-carousel-banner {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

/* Carrousel Monte - Vertical */
#spt-galeria-monte-combine{
    transform: rotate(90deg);
    transform-origin: 40% 100%;
    width: 80vh;
    height: 400px;
    top: 10%;
    right: 0;
    position: absolute;
    padding: 0;
    margin: 0;
    display: flex;
    /*background: rebeccapurple;*/
    align-items: center;
  }
  #spt-galeria-monte-combine .owl-prev {
        width: 50px!important;
        height: 50px!important;
        position: absolute!important;
        left: 5%!important;
        top: 30%!important;
        background-image: url(http://spiritcombine.com.br/wp-content/themes/spirit-combine/assets/images/seta-left-banner.png)!important;
        background-position: center!important;
        background-size: cover!important;
        border-radius: 100%!important;
        background-color: rgba(0, 0, 0, 0.3)!important;
        background-repeat: no-repeat!important;
        color: transparent!important;
    }
    #spt-galeria-monte-combine .owl-next {
        right: 5%!important;
    }
    #spt-galeria-monte-combine .owl-item{
        transform: rotate(-90deg);
        transform-origin: 50% 50%;
    }
    #spt-galeria-monte-combine .owl-nav{
        display: flex;
        justify-content: space-between;
        position: absolute;
        width: 100%;
        top: calc(80% - 40%);
    }
    #spt-galeria-monte-combine .owl-nav .owl-prev, #spt-galeria-monte-combine .owl-nav .owl-next{
        font-size:36px;
        top:unset;
        bottom: 15px;
    }

/* Crie, Renove, Combine */
.crie-renove{
    background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), /* bottom, image */ url(http://spiritcombine.com.br/wp-content/themes/spirit-combine/assets/images/home/paralax_1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    position: relative;
    display: block;
    width: 100%;
    padding: 80px;
    background-attachment: fixed;
}
.crie-renove h2{
    color: #FFF;
    font-weight: bold;
    text-align: center;
    font-size: 3rem;
    margin-bottom: 50px;
}
.crie-renove p{
    margin: 0 auto;
    text-align: center;
    color: #FFF;
    font-size: 1.3rem;
}

/* Características */

.wrap-caracteristicas{
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    clear: both;
    justify-content: space-between;
}

.item-caract {
    width: 33.33%;
    height: 70vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}4

.item-caract:hover .color-overlay{
    background-color: rgba(0, 0, 0, 0);
}

.item-caract h2{
    color: #FFF;
    text-align: center;
    margin-top: 0;
    font-size: 2.2rem!important;
}
.item-caract h3{
    color: #FFF;
    text-align: center;
    margin-top: 25vh;
    font-weight: 400;
    font-size: 1.6rem!important;
}
.color-overlay{
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}

/* Video Background */

.ParallaxVideo{ 
    height: 80vh;
    padding-bottom: 50px;
    padding-top: 50px; 
}
.ParallaxVideo video{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -999;
}
.ParallaxVideo h1 {
    color: #fff;
    font-size: 76px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

#icones-design{
    background-color: rgba(0, 0, 0, 0.3);
    float: left;
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}
@media (min-aspect-ratio: 16/9) {
    .fullscreen-bg_video {
      width: 100%;
      height: auto;
    }
  }
  @media (max-aspect-ratio: 16/9) {
    .fullscreen-bg_video {
      width: auto;
      height: 100%;
    }
  }
#icones-design h2{
    text-align: center;
    font-weight: bold;
    margin: 15vh 0 50px 0;
    color: #FFF;
}
#icones-design p{
    color: #FFF;
    font-size: 1.6rem;
}
#monte-combine{
    margin: 0 auto;
}

/* Decora & Ilumina */
.wrap-decora{
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    clear: both;
    justify-content: space-between;
}
.wrap-decora-mobile{
    display: none;
}
.item-decora{
    width: 25%;
    height: 35vh;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background-color: rgba(0, 0, 0, 0.6);
}

.overlay-item {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}

.item-decora:hover .overlay-item{
    background-color: rgba(0, 0, 0, 0.0);
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}

.owl-caracteristicas-mobile img{
    width: 100%;
    position: relative;
    float: left;
    display: inline;
}
#banner-full{
    display: block;
}
#banner-mobile{
    display: none;
}
    
@media(max-width: 1280px){
    .item-decora {
        width: 25%;
        height: 25vh;
    }
}

@media(max-width: 1024px){
    .item-decora {
        width: 50%;
        height: 25vh;
    }
    #banner-full{
        display: none!important;
    }
    #banner-mobile{
        display: block!important;
    }
}

@media(max-width: 768px){
    .item-decora {
        width: 100%;
        height: 50vh;
        background-position: 50% 10%;
    }

    /* Vídeo */

    .ParallaxVideo video{
        display: none;
    }
    .ParallaxVideo{
        background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), /* bottom, image */ url(http://spiritcombine.com.br/wp-content/themes/spirit-combine/assets/images/home/video-background.webp);

        
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    #icones-design h2 {
        margin: 3vh 0 50px 0;
    }
    #icones-design p {
        font-size: 1.2rem;
    }
    .ParallaxVideo {
        height: auto;
        min-height: 70vh;
    }
    h1, h2{
        font-size: 2rem!important;
    }
    #rodape {
        display: block!important;
    }
    .item-footer p {
        font-size: 20px!important;
    }
    .wrap-decora{
        display: none;
    }
    .wrap-decora-mobile{
        display: block;
        width: 100%;
        float: left;
        position: relative;
    }
    .sociais-footer ul {
        text-align: center;
        display: block;
        float: none!important;
        margin: 0 auto;
    }


    /*=========================================================
                        Menu Mobile - 768px
    =========================================================*/

    .menu-toggle {
        max-width: fit-content;
        width: 100%!important;
        background-color: transparent!important;
        text-align: center!important;
        padding: 10px 10px!important;
        display: block;
        float: right;
    }
    .menu-principal-container {
        max-width: 280px!important;
        background-color: rgba(255, 255, 255, 0.7)!important;
        position: absolute!important;
        right: 15px!important;
        top: 70px!important;
    }
    .main-navigation li {
        margin: 0!important;
        display: block!important;
        width: 100%!important;
        padding: 10px 20px!important;
        border-bottom: 1px solid grey!important;
    }
    .main-navigation li:first-child {
        margin: 0!important;
    }
    .main-navigation li:last-child {
        margin: 0!important;
        border-bottom: inherit!important;
    }

    /* Submenu */
    .main-navigation ul ul {
        box-shadow: none;
        float: left!important;
        position: relative;
        top: 100%;
        left: inherit;
        z-index: 99999;
        background-color: rgba(255, 255, 255, 0.8);
    }
    .main-navigation ul ul a {
        width: 100%!important;
        box-sizing: border-box!important;
    }

    .bar1, .bar2, .bar3 {
        width: 35px;
        height: 5px;
        background-color: #333;
        margin: 6px 0;
        transition: 0.4s;
      }
      
      .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-9px, 6px);
      }
      
      .change .bar2 {opacity: 0;}
      
      .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
      }
}


@media(max-width: 400px){
    .ParallaxVideo {
        height: 70vh;
    }
}

.header-decora{
    width: 100%;
    float: left;
    position: relative;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    text-align: center;
    margin: 0 auto;
}
.border-orange{
    width: 90px;
    height: 3px;
    background: #F15A22;
}
.header-decora h2{
    margin: 0 30px;
}
.open-lightbox{
    width: 100%;
    height: 100%;
    float: left;
}
/* COMO COMPRAR */
#como-comprar{
    background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), /* bottom, image */ url(http://maxximos.com.br/wp-content/themes/samudra/images/como-comprar.webp);
    background-position: center;
    background-size: cover;
    padding: 120px 0;
    margin: 0 auto;
    float: left;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
}
#como-comprar h2{
    text-align: center;
    font-weight: 300;
    color: #FFF;
    margin-bottom: 60px;
    font-size: 3rem;
}
#como-comprar h2 b{
    font-weight: bold!important;
}
#como-comprar p{
    text-align: center;
    color: #FFF;
}
#como-comprar  #logo-comprar{
    margin: 0 auto 60px auto;
    max-width: 250px;
    display: block;
}
.btn-orange {
    display: table;
    border: 1px solid #F15A22;
    padding: 10px 25px;
    margin: 10px auto 15px auto;
    border-radius: 5px;
    color: #fff!important;
    background-color: #F15A22;
}
.btn-orange:hover{
    background-color: #df5421;
    text-decoration: none!important;
}

/* Blog Home */

.list-posts{
    float: left;
    position: relative;
    width: 100%;
    background: #FFF;
    padding: 20px 0 60px 0;
}
.list-posts .content-blog{
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.item-blog{
    width: 30%;
}
.item-blog .header img{
    filter: grayscale(1);
}
.item-blog .title-blog{
    margin-top: 20px;
    padding: 0 20px;
}
.item-blog .btn-blog{
    color: #f15a22;
    padding: 0 20px;
    font-weight: bold;
}

.baseLevel{}
.baseLevel ul{
    list-style: none;
    text-decoration-style: none;
    display: table;
    padding-left: 0px;
    vertical-align: middle;
}
.baseLevel ul li{}
.baseLevel ul li img{}

.firstLevel{
    height: 200px
}
.firstLevel ul{
    list-style: none; text-decoration-style: none; display: table; padding-left: 0px; vertical-align: middle;
}
li.icon-firstLevel{
    width: 376px; display: table-cell;
}
li.icon-firstLevel img{}
li.arrows-firstLevel{
    display: inline-block; vertical-align: middle; line-height: 200px; margin-left: 100px; min-width: 100px;
}
.next-monte{
    cursor:pointer;
}
.prev-monte{
    cursor:pointer;
}

.secondLevel{
    height: 200px; vertical-align:middle
}

.secondLevel ul{
    list-style: none; text-decoration-style: none; display: table; padding-left: 0px; vertical-align: middle; margin-top: -50px;
}
.icon-secondLevel{ width: 376px; display: table-cell; }
.arrows-secondLevel{ display: inline-block; vertical-align: middle; line-height: 200px; margin-left: 100px; }
.arrows-secondLevel a{ cursor: pointer; }

.thirdLevel{ height: 200px; vertical-align:middle; }
.thirdLevel ul{ list-style: none; text-decoration-style: none; display: table; padding-left: 0px; vertical-align: middle; margin-top: -20px; }
.icon-thirdLevel{ width: 376px; display: table-cell; }
.arrows-thirdLevel{ display: inline-block; vertical-align: middle; line-height: 200px; margin-left: 100px; }
.arrows-thirdLevel a{ cursor: pointer; }

.custom-logo-link {
    max-width: 300px!important;
}

/* Carousel Vertical */
/*
.carousel-monte{
    transform: rotate(90deg);
    width: 100%; 
    margin-top:100px;
  }
  .item-carousel-monte{
    transform: rotate(-90deg);
  }
  .carousel-monte .owl-nav{
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: calc(50% - 33px);
  }
  div.carousel-monte .owl-nav .owl-prev, div.carousel-monte .owl-nav .owl-next{
      font-size:36px;
      top:unset;
      bottom: 15px; 
  }*/

  .item-blog:hover .header img{
    filter: grayscale(0);
}

.wrap-monte-combine{
    width: 100%;
    position: relative;
    float: left;
    padding: 50px 0;
    background: linear-gradient( rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8) ), /* bottom, image */ url(../images/home/monte-combine/monte-bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.monte-combine{
    width: 50%;
    margin: 80px auto;
    float: left;
    z-index: 999;
    position: relative;
    display: block;
}

.carousel-monte{
    width: 50%;
}

.item-carousel-monte{

}
.item-carousel-monte span{
    text-align: center;
    display: block;
    padding: 0 30%;
    margin: 20px;
}
.item-carousel-monte img{
    
}
.carousel-monte{
    max-width: 500px;
    float: right;
}
.item-carousel-monte{
    max-width: 500px;
}

.prepareModules{
    float: right;
    width: auto;
    display: block;
}

.wrap-monte{
    
}

.resize-image{
    
}

/*
.carousel {
    position: relative;
    width: 50%;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    float: right;
    display: block;
}

.carousel-inner .item {
    width: 33.33%;
    display: inline-block;
}
*/

.carousel-bts{
    width: 50%;
}

/* SOCIAIS FOOTER */

.footer-page{
    float: left;
    width: 100%;
    text-align: center;
    background-color: #FFF;
}

.sociais-footer{
    width: 100%;
    position: relative;
    float: left;
    display: block;
}
.sociais-footer ul{ text-align: center; }
.sociais-footer ul li{ list-style-type: none; display: inline-block; margin: 0 20px 0 0; }
.sociais-footer ul li p{ top: -10px; position: relative; font-weight: 600; }
.sociais-footer ul li a{ display: inline-block; }

/* Facebook */
#facebook {
  background-position: 0px 0px;
  height: 34px;
  width: 34px;
  margin: auto;
}
/* Instagram */
#instagram {
    background-position: -34px 0px;
    height: 34px;
    width: 34px;
    margin: auto;
  }
/* Linkedin */
#linkedin {
    background-position: -68px 0px;
    height: 34px;
    width: 34px;
    margin: auto;
  }
/* Youtube */
#youtube {
    background-position: -102px 0px;
    height: 34px;
    width: 34px;
    margin: auto;
  }
/* Twitter */
#twitter {
    background-position: -138px 0px;
    height: 34px;
    width: 34px;
    margin: auto;
  }
/* Google */
#google {
    background-position: -172px 0px;
    height: 34px;
    width: 34px;
    margin: auto;
  }
/* Pinterest */
#pinterest {
    background-position: -207px 0px;
    height: 34px;
    width: 34px;
    margin: auto;
  }

/* Footer */

/* RODAPÉ */

.wrap-footer{ margin: 40px auto; }
#rodape{
  display: flex;
  justify-content: space-between;
}
.item-footer h3{ color: #000; font-size: 20px;  font-weight: 600;}
.item-footer p{ color: #F15A22; font-size: 27px;  font-weight: 600; }
.item-footer p span{ color: grey; position: relative; display: block; font-size: 14px!important; }
#fale-conosco > #icon-fale::before{
  position: relative;
  left: 0;
  content: "";
  display: inline-block;
  background-position: -208px -79px;
  height: 20px;
  width: 20px;
  background-image: url(http://zenys.com.br/wp-content/themes/seeshop/assets/images/icons.png);
  background-repeat: no-repeat;
}

.background-icons{
  background-image: url(http://maxximos.com.br/wp-content/themes/samudra/images/sociais.png);
  background-repeat: no-repeat;
}
.link-blog{
    color: #f15a22;
    text-align: center;
    display: table;
    float: left;
    width: 100%;
    position: relative;
    margin: -15px auto 20px auto;
}
.link-blog:hover{
    color: #f15a22;
}
.link-blog:visited{
    color: #f15a22;
}

.thumb-blog{
    width: 100%;
    position: relative;
    margin: 40px auto;
    float: left;
}
.thumb-blog .header img{
    width: 100%;
    position: relative;
}
.content-blog{
    display: block;
    margin: 0 auto;
}


@media(max-width: 1250px){
    .baseLevel {
        width: 100%;
        margin: 0 auto;
    }
    .baseLevel ul {
        margin: 0 auto;
    }
    .baseLevel ul li {
        padding-right: 150px;
    }
    .baseLevel ul li img {
        max-width: 270px;
    }
    .firstLevel {
        height: 80px;
        display: block;
        vertical-align: middle;
        /* background: red; */
        overflow: hidden;
        margin: 15px auto;
    }
    .firstLevel ul {
        list-style: none;
        display: table;
        float: left;
        width: 100%;
        position: relative;
        height: 100px;
        padding-left: 0px;
        margin: 0;
        vertical-align: middle;
    }
    li.icon-firstLevel {
        width: 100%;
        display: flex;
        padding-right: 150px;
        height: 80px;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        margin: 0 auto;
        /* background: rgb(200, 000, 000); */
    }
    li.icon-firstLevel img {
        height: 150px;
        margin-top: 0;
    }
    li.arrows-firstLevel {
        vertical-align: middle;
        line-height: 0;
        margin-left: 20px;
        position: absolute;
        top: 30px;
        right: 0;
        min-width: 100px;
        text-align: center;
    }
    .secondLevel {
        height: 90px;
        display: block;
        vertical-align: middle;
        overflow: hidden;
        margin: 15px auto 0 auto;
    }
    .secondLevel ul {
        list-style: none;
        display: table;
        float: left;
        width: 100%;
        position: relative;
        height: 100px;
        padding-left: 0px;
        margin: 0;
        vertical-align: middle;
    }
    .icon-secondLevel {
        width: 100%;
        display: flex;
        padding-right: 150px;
        height: 90px;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        margin: 0 auto;
    }
    .icon-secondLevel img{
        height: 150px;
        margin: 0 auto;
        display: table;
    }
    .arrows-secondLevel {
        display: inline-block;
        vertical-align: middle;
        margin-left: 0;
        position: absolute;
        right: 0;
        top: 30px;
        line-height: inherit!important;
        min-width: 100px;
        text-align: center;
    }
    .thirdLevel {
        height: 130px;
        display: block;
        vertical-align: middle;
        overflow: hidden;
        margin: 15px auto 0 auto;
    }
    .thirdLevel ul {
        list-style: none;
        display: table;
        float: left;
        width: 100%;
        position: relative;
        height: 130px;
        padding-left: 0px;
        margin: 0;
        vertical-align: middle;
    }
    .icon-thirdLevel {
        width: 100%;
        display: flex;
        padding-right: 150px;
        height: 130px;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        margin: 0 auto;
    }
    .icon-thirdLevel {
        max-width: 400px;
        margin-top: -15px;
    }
    .arrows-thirdLevel {
        display: inline-block;
        vertical-align: middle;
        margin-left: 100px;
        position: absolute;
        top: 30px;
        right: 0;
        line-height: inherit!important;
        min-width: 100px;
        text-align: center;
    }
}

@media(max-width: 1100px){
    .item-caract {
        height: 45vh!important;
    }
    .item-caract h3 {
        margin-top: 15vh!important;
        font-size: 1.5rem!important;
    }
    .item-caract h2 {
        margin-top: 0!important;
        font-size: 1.5rem!important;
    }
}

@media(max-width: 880px){
    .monte-combine {
        width: 100%;
        margin: 40px auto 0 auto;
        float: left;
        z-index: 999;
        position: relative;
        display: block;
    }
    .prepareModules {
        float: none;
        width: fit-content;
        margin: 0 auto;
        display: block;
    }
    #spt-galeria-monte-combine {
        transform: none!important;
        transform-origin: none!important;
        width: 100%!important;
        height: 300px!important;
        top: 0!important;
        right: 0!important;
        position: relative!important;
        padding: 0!important;
        margin: 0!important;
        display: flex!important;
        float: left!important;
        /*background: rebeccapurple!important;*/
        align-items: center!important;
    }

    .baseLevel ul li {
        padding-right: 100px;
    }
    .firstLevel {
        height: 70px;
        display: block;
        vertical-align: middle;
        overflow: hidden;
        margin: 15px auto;
    }
    li.icon-firstLevel {
        width: 100%;
        display: flex;
        padding-right: 100px;
        height: 80px;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        margin: 0 auto;
        /* background: rgb(200, 000, 000); */
    }
    .secondLevel {
        height: 90px;
        display: block;
        vertical-align: middle;
        overflow: hidden;
        margin: 15px auto 0 auto;
    }
    .icon-secondLevel {
        width: 100%;
        display: flex;
        padding-right: 100px;
        height: 90px;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        margin: 0 auto;
    }
    .thirdLevel {
        height: 130px;
        display: block;
        vertical-align: middle;
        overflow: hidden;
        margin: 15px auto 0 auto;
    }
    .icon-thirdLevel {
        width: 100%;
        display: flex;
        padding-right: 100px;
        height: 120px;
        align-items: center;
        justify-content: center;
        margin-top: 0!important;
        overflow: hidden;
        margin: 0 auto;
    }



    #spt-galeria-monte-combine .owl-item {
        transform: none!important;;
        transform-origin: none!important;;
    }
}

@media(max-width: 768px){
    .item-caract {
        width: 100%!important;
        height: 240px!important;
    }
    .item-caract h3 {
        margin-top: 5.5vh!important;
        font-size: 1.2rem!important;
    }
    .item-caract h2 {
        margin-top: 0!important;
        font-size: 1.5rem!important;
    }
    .btn-orange {
        padding: 5px 20px;
    }
    .list-posts .content-blog {
        display: block!important;
    }
    .item-blog {
        width: 100%;
    }
    .item-blog .header img {
        width: 100%;
    }
    .item-blog:not(:first-child) {
        display: none;
    }
    .overlay-item {
        background-color: rgba(0, 0, 0, 0);
    }
    .item-blog .header img {
        filter: grayscale(0)!important;
    }

}

/* Lightbox */
.lb-nav a.lb-next {
    width: 50px!important;
    right: 0!important;
    margin-right: 15px!important;
    float: right!important;
    background: url(../images/seta-right-banner.png) right 48% no-repeat!important;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1)!important;
    opacity: 1!important;
    -webkit-transition: opacity 0.6s!important;
    -moz-transition: opacity 0.6s!important;
    -o-transition: opacity 0.6s!important;
    transition: opacity 0.6s!important;
}

.lb-nav a.lb-prev {
    width: 50px!important;
    left: 0!important;
    margin-left: 15px!important;
    float: left!important;
    background: url(../images/seta-left-banner.png) right 48% no-repeat!important;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1)!important;
    opacity: 1!important;
    -webkit-transition: opacity 0.6s!important;
    -moz-transition: opacity 0.6s!important;
    -o-transition: opacity 0.6s!important;
    transition: opacity 0.6s!important;
}
/* Close Lightbox */
.lb-data .lb-close {
    display: block!important;
    opacity: 1!important;
    font-size: 40px!important;
    position: absolute!important;
    top: 0!important;
    right: 30px!important;
    z-index: 999!important;
    color: #FFF!important;
    background: inherit!important;
}

.wrap-carousel-products {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    padding-top: 30px;
}
#ywcps_layout3{
    
}
#ywcps_layout3 .ywcps-wrapper .ywcps-slider{
    border: inherit!important
}
.h2, h2 {
    font-size: 1.7rem!important;
}

#ywcps_layout3 .ywcps-wrapper .ywcps-nav-prev, #ywcps_layout3 .ywcps-wrapper .ywcps-nav-next {
    width: 55px!important;
    height: 55px!important;
    border: 1px solid;
    -webkit-border-radius: 55px!important;
    -moz-border-radius: 55px!important;
    border-radius: 55px!important;
}
#ywcps_layout3 .ywcps-wrapper .ywcps-nav-prev, #ywcps_layout3 .ywcps-wrapper .ywcps-nav-next {
    background: rgba(0, 0, 0, 0.3)!important;
    border-color: #ededed!important;
    color: #FFF!important;
}

.title-carousel {
    margin: 0;
}
.subtitulo-carousel {
    font-weight: 400;
    color: rgb(80, 80, 80);
    font-size: 0.8rem;
}

/* Modal */
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 2rem;
    font-family: inherit;
}
.modal-header .close:hover{
    color: grey!important;
}
.modal-footer p{
    text-align: center;
    padding: 0;
    display: block;
    margin: 0 auto!important;
}
.modal-header h2{
    position: relative;
    text-align: center;
    margin: 0 auto;
    font-size: 2rem;
    display: block;
    color: #414141;
    font-weight: 700;
}
.btn-modal{
    background: #F35923!important;
    border: 1px solid #F35923!important;
    color: #FFF!important;
    width: 210px;
    display: block;
    float: inherit;
    padding: 10px 30px;
    position: relative;
    margin: 25px auto!important;
    text-shadow: none!important;
    border-radius: 5px;
}

.current-menu-ancestor > a{
    color: #f15a22;
}

.current_page_item a{
    color: #f15a22;
}
.menu-interno-container {
    float: right;
}

@media(max-width: 768px){
    .menu-interno-container {
        position: absolute;
        right: 15px;
        top: 80px;
        background-color: rgba(255, 255, 255, 0.7);
        max-width: 250px;
    }
    .wrap-gif-spt-combine {
        max-width: 100%!important;
    }
    .gif-spt-combine {
        margin: 0 auto!important;
        max-width: 500px!important;
        display: block!important;
    }
}

/*=========================================================
                        Página: Média
=========================================================*/

.wrap-spirit-combine{
    width: 100%;
    float: left;
    display: block;
    position: relative;
    padding: 80px 0;
}
.wrap-spirit-combine .container-spt-combine{
    display: flex;
    justify-content: space-between;
}
.wrap-logo-spt-combine{
    max-width: 250px;
}
.logo-spt-combine{
    width: 100%;
}
.txt-spt-combine{}

@media(max-width: 768px){
    .wrap-spirit-combine{
        padding: 40px 0;
    }
    .wrap-logo-spt-combine{
        width: 100%!important;
        margin: 25px auto;
    }
    .logo-spt-combine{
        margin: 0 auto;
        display: block;
    }
    .txt-spt-combine{
        width: 100%!important;
        margin: 25px auto;
    }
    .wrap-spirit-combine .container-spt-combine{
        display: block;
    }
}

/* Caracteristicas 1 */

.wrap-caract-interna{
    width: 100%;
    float: left;
    display: block;
    position: relative;
    padding: 80px 0;
    background-color: rgb(250, 250, 250);
}
.wrap-caract-interna .container-caract-interna{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wrap-gif-spt-combine{
    max-width: 500px;
}
.wrap-gif-spt-mobile{
    max-width: 500px;
    display: none;
}
.gif-spt-combine{
    width: 100%;
}
.txt-caract-combine h2{
    margin-bottom: 25px;
}
.txt-caract-combine p{
    margin: 0;
    text-align: center;
}

.gif-mobile{ display: none!important; }
.gif-desktop{ display: block!important; }

@media(max-width: 768px){
    .gif-desktop{ display: none!important; }
    .gif-mobile{ display: block!important; margin: 0 auto;}

    .wrap-caract-interna{
        padding: 40px 0;
    }
    .wrap-logo-spt-combine{
        width: 100%!important;
        margin: 25px auto;
    }
    .logo-spt-combine{
        margin: 0 auto;
        display: block;
    }
    .txt-caract-combine{
        width: 100%!important;
        margin: 25px auto;
    }
    .wrap-caract-interna .container-caract-interna{
        display: block;
    }
    .wrap-gif-spt-mobile{
        display: block;
    }
    .wrap-gif-spt{
        max-width: 500px;
        display: none;
    }
}

.container{ max-width: 1240px; }

@media(max-width: 600px){
    .baseLevel ul li img {
        max-width: 200px;
    }

    .firstLevel {
        height: 60px;
        display: block;
        vertical-align: middle;
        overflow: hidden;
        margin: 15px auto;
    }
    li.icon-firstLevel {
        width: 100%;
        display: flex;
        padding-right: 100px;
        height: 60px;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        margin: 0 auto;
    }
    li.icon-firstLevel img {
        height: 110px;
        margin-top: 0;
    }
    li.arrows-firstLevel {
        vertical-align: middle;
        line-height: 0;
        margin-left: 0;
        position: absolute;
        top: 20px;
        right: 0;
        min-width: 100px;
        text-align: center;
    }


    .secondLevel {
        height: 60px;
        display: block;
        vertical-align: middle;
        overflow: hidden;
        margin: 15px auto 0 auto;
    }
    .icon-secondLevel {
        width: 100%;
        display: flex;
        padding-right: 100px;
        height: 60px;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        margin: 0 auto;
    }
    .icon-secondLevel img {
        height: 110px;
        margin: 0 auto;
        display: table;
    }
    .arrows-secondLevel {
        display: inline-block;
        vertical-align: middle;
        margin-left: 0;
        position: absolute;
        right: 0;
        top: 20px;
        line-height: inherit!important;
        min-width: 100px;
        text-align: center;
    }

    .thirdLevel {
        height: 80px;
        display: block;
        vertical-align: middle;
        overflow: hidden;
        margin: 15px auto 0 auto;
    }
    .thirdLevel ul {
        list-style: none;
        display: table;
        float: left;
        width: 100%;
        position: relative;
        height: 80px;
        padding-left: 0px;
        margin: 0;
        vertical-align: middle;
    }
    .icon-thirdLevel {
        width: 100%;
        display: flex;
        padding-right: 100px;
        height: 80px;
        align-items: center;
        justify-content: center;
        margin-top: 0!important;
        overflow: hidden;
        margin: 0 auto;
    }
    .icon-thirdLevel img{
        max-width: 200px;
    }
}