@font-face{
    font-family:'Univers Medium';
    src:url(../fonts/univers/univers-medium-5871d3c7acb28.woff) format('woff'),url(../fonts/univers/univers-medium-5871d3c7acb28.ttf) format('truetype');
    font-weight:400;
    font-style:normal
}
@font-face{
    font-family:'Univers Medium';
    src:url(../fonts/univers/univers-medium-italic-5871d4b3ce7b2.woff) format('woff'),url(../fonts/univers/univers-medium-italic-5871d4b3ce7b2.ttf) format('truetype');
    font-weight:400;
    font-style:italic
}
.fade{
    opacity:0;
    visibility:hidden;
    transition:opacity .5s ease-in-out,visibility .5s ease-in-out!important;
    -moz-transition:opacity .5s ease-in-out,visibility .5s ease-in-out!important;
    -webkit-transition:opacity .5s ease-in-out,visibility .5s ease-in-out!important
}

.show {
    opacity: 1.0;
    visibility: visible;
}

.show_on_top {
    position: absolute;
    width: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
}

body{
    font-family:'Univers Medium',sans-sserif;
    overflow-x:hidden;
    background-color:#e3dfdd;
    overflow-y:scroll;
    padding: 0;
    margin: 0;
    font-size: 11px;
    line-height: normal;
}
a,div,li,ul{
    padding:0;
    margin:0;
    text-decoration:none;
    box-sizing: border-box;
    margin-right: 2px;
    display: block;
}

#firstPlane {
  z-index: 99999 !important;
}

.popup_scene{
    position:fixed;
    z-index:99999999999999;
    width:100%;
    height:100%;
    text-align:center;
    background-color:#000;
    display:flex;
    flex-direction:column;
    flex-wrap:nowrap;
    align-content:center;
    justify-content:flex-start;
    align-items:center
}
.popup_scene .background{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    opacity:.3;
    z-index:-1
}
.popup_scene .background img{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    object-fit:cover
}
.popup_scene h2{
    color:#fff200;
    font-weight:400;
    position:absolute;
    margin-top:60px;
    margin-left:40px;
    display:flex;
    align-items:center
}
.popup_scene .scenes{
    display:grid;
    grid-template-columns:415px 415px;
    flex-direction:row;
    flex-wrap:wrap;
    align-content:center;
    justify-content:center;
    align-items:start;
    justify-items:center;
    transform:scale(.7);
    margin-top:-40px;
    margin-left:-40px
}
.popup_scene .scenes a{
    width:525px;
    height:227px;
    -webkit-mask-repeat:no-repeat;
    mask-repeat:no-repeat;
    cursor:pointer;
    position:relative;
    transition: 0.5s
}
.popup_scene .scenes a.dim {
    filter: grayscale(1) brightness(0.5);
}

.popup_scene .scenes a img{
    width:100%
}
.popup_scene .mask_1 {
    -webkit-mask-image: url(../img/mask_scene_1.png);
    mask-image: url(../img/mask_scene_1.png);
  }
  
  .popup_scene .mask_2 {
    -webkit-mask-image: url(../img/mask_scene_2.png);
    mask-image: url(../img/mask_scene_2.png);
    margin-left: 15px;
  }
  .popup_scene .mask_3 {
    -webkit-mask-image: url(../img/mask_scene_3.png);
    mask-image: url(../img/mask_scene_3.png);
    margin-top: 10px;
  }
  .popup_scene .mask_4 {
    -webkit-mask-image: url(../img/mask_scene_4.png);
    mask-image: url(../img/mask_scene_4.png);
    margin-top: -50px;
    margin-left: 250px;
  }
  .popup_scene .mask_5 {
    -webkit-mask-image: url(../img/mask_scene_5.png);
    mask-image: url(../img/mask_scene_5.png);
    margin-top: -50px;
    margin-left: 245px;
  
  }
  .popup_scene .mask_6 {
    -webkit-mask-image: url(../img/mask_scene_6.png);
    mask-image: url(../img/mask_scene_6.png);
    margin-top: -50px;
    margin-left: 251px;
  }
  .popup_scene .mask_7 {
    -webkit-mask-image: url(../img/mask_scene_7.png);
    mask-image: url(../img/mask_scene_7.png);
    margin-top: 12px;
    margin-left: 248px;
  }
  .popup_scene .mask_8 {
    -webkit-mask-image: url(../img/mask_scene_8.png);
    mask-image: url(../img/mask_scene_8.png);
    margin-top: -50px;
    margin-left: 494px;
  }
.popup_scene .scene_label{
    font-size:16px;
    color:#fff200;
    font-weight:400;
    background-color:#025030;
    padding:10px 20px;
    border-radius:12px;
    position:absolute;
    border:2px solid #fff200;
    transform:scale(1.1);
    transition:.5s
}
.popup_scene .scene_label:after{
    content:'+';
    font-weight:700;
    margin-left:5px;
    font-size:16px
}
.popup_scene .scenes a.dim .scene_label:after {
    content: '';
}

.popup_scene .scenes a.dim .scene_label {
    border: none;
    transform: scale(1);
}

.mask_1 .scene_label {
    bottom: 10px;
    right: 50px;
}

.mask_2 .scene_label {
    left: 50px;
    top: 10px;
}

.mask_3 .scene_label {
    top: 10px;
    right: unset;
    left: 55px;
}

.mask_4 .scene_label {
    bottom: unset;
    left: 65px;
    top: 20px;
    right: unset;
}

.mask_5 .scene_label {
    bottom: 10px;
    right: unset;
    left: 15px;
}

.mask_6 .scene_label {
    bottom: unset;
    right: unset;
    top: 40px;
    left: 55px;
}

.mask_7 .scene_label {
    right: 60pxpx;
    bottom: 10px;
    left: unset;
    top: unset;
}

.mask_8 .scene_label {
    bottom: unset;
    left: unset;
    top: 15px;
    right: 20px;
}

.hidden{
    display:none
}
.invisible{
    opacity:0;
    height:0;
    overflow:hidden
}
#menu_top{
    position:absolute;
    z-index:999999998;
    width:100%;
    display:flex;
    flex-direction:column;
    flex-wrap:nowrap;
    align-content:center;
    justify-content:center;
    align-items:center;
    top:10px;
    left:0
}
#menu_top .container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: space-around;
    align-items: center;
    width: 810px;
    height: 55px;
    padding: 5px;
    background-color: #91806f;
    color: #fff;
    font-size: 14px;
    transition: 1s;
    transform: translateX(200%);
}

#menu_top .container.active{
    transform:translateX(0)
    
}
#menu_top .container a{
    cursor:pointer;
    padding:5px 10px;
    transition:.5s
}
#menu_top .container a:hover{
    background-color:#0000001c
}
#menu_top .ambientesDropdownWrapper,#menu_top .tendenciasDropdownWrapper{
    overflow:hidden;
    height:0;
    position:absolute;
    left:0;
    width:100%;
    display:flex;
    flex-direction:column;
    flex-wrap:nowrap;
    justify-content:flex-start;
    align-items:center;
    z-index:999999999!important;
    transition:.5s
}
#menu_top .ambientesDropdownWrapper.active{
    height:145px
}
#menu_top .tendenciasDropdownWrapper.active{
    height:110px
}
#menu_top .ambientesDropdown,#menu_top .tendenciasDropdown{
    width:761px;
    overflow-x:scroll;
    overflow-y:hidden;
    background-color:#fff;
    height:130px;
    display:-webkit-inline-box;
    margin-left:0;
    z-index:1
}
#menu_top .tendenciasDropdown{
    overflow-x:hidden
}
#menu_top .ambientesDropdown li,#menu_top .tendenciasDropdown li{
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    width:180px;
    height:100%;
    display:block;
    float:left;
    border-right:5px
}
#menu_top .ambientesDropdown li{
    border:solid 10px #fff
}
#menu_top .cards{
    width:23%;
    padding:10px 0px 15px 5px;
    background-image:unset
}
.cards ul li div {
    display: inline-block;
    width: 50px;
    height: 26px;
    margin-bottom: -5px;
    background-size: 200%;
}

#menu_top .cards span{
    font-size:10px
}
#menu_top .ambientesDropdown li a,#menu_top .tendenciasDropdown li a{
    text-decoration:none;
    color:#fff;
    transition:all .3s ease-out;
    width:100%;
    height:100%;
    display:flex;
    padding:0;
    text-align:center;
    flex-direction:row;
    flex-wrap:nowrap;
    justify-content:flex-start;
    font-size:12px;
    align-items:flex-end;
    padding:5px 10px
}
#menu_top_burger{
    position:fixed;
    width:40px;
    height:35px;
    right:30px;
    display:flex;
    flex-direction:column;
    flex-wrap:nowrap;
    align-content:center;
    justify-content:space-evenly;
    align-items:center;
    pointer-events:all;
    cursor:pointer
}
#menu_top_burger .line{
    width:100%;
    height:5px;
    border-radius:10px;
    background-color:#025030
}
#menu{
    position:absolute;
    z-index:999999999;
    width:100%;
    height:985px;
    margin-left:20px;
    margin-top:-95px;
    display:flex;
    flex-direction:column;
    flex-wrap:nowrap;
    align-content:flex-start;
    justify-content:center;
    align-items:flex-start;
    pointer-events:none;
    transform:scale(.65);
    transform-origin:left;
    overflow:hidden;
    text-align: left;
    box-sizing: border-box;
}
#menu a{
    pointer-events:all;
    cursor:pointer
    
    

}
#menu .container{
    background-color:#005030;
    width:95px;
    height:auto;
    border-radius:10px;
    box-shadow:5px 0 10px #00000082;
    display:flex;
    flex-direction:column;
    align-content:center;
    justify-content:flex-start;
    align-items:center;
    padding:15px 10px;
    z-index:99999;
   
}
#menu_drag{
    margin-bottom:10px;
    cursor: move !important;
}
#menu .menu_thumb{
    width:100%;
    height:55px;
    border:2px solid #669683;
    box-shadow:0 0 0 3px #005030 inset;
    box-sizing:content-box
}
#menu .menu_thumb span{
    display:none
}
#menu .line{
    display:flex;
    align-content:center;
    justify-content:space-around;
    align-items:center;
    margin-top:10px;
    width:100%
}
#menu .line.tutorial{
    justify-content:center
}
#menu hr{
    color:#80a898;
    width:100%;
    border:1px solid #80a898;
    margin-top:15px
}
#menu .yellow{
    color:#fff200;
    width:100%;
    text-align:center;
    font-size:12px;
    margin-top:0
}
#menu .thumbs img{
    width:100%;
    border:2px solid #fff;
    margin-bottom:5px
    
}
#menu a.selected img {
    border: 2px solid #fff200;
}
#menu .navegacao_content{
    display:flex;
    flex-direction:column;
    flex-wrap:nowrap;
    align-content:flex-start;
    justify-content:flex-start;
    align-items:flex-start
}
#menu .navegacao_content .yellow{
    margin-top:5px;
    margin-bottom:5px
}
#menu .navegacao_content a{
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    align-content:center;
    justify-content:center;
    align-items:center;
    margin:-5px 0
}
#menu .navegacao_content a p{
    color:#fff;
    font-size:13px
}
#menu .navegacao_content a img{
    width:22px;
    margin-right:3px
}
#threejsCanvas {
    margin-left: -4px;
    width: calc(100% + 12px) !important;
}
#threejsScene_background{
    content:'';
    background-size:auto 100%;
    background-position:center top;
    background-repeat:no-repeat;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:-1;
    transition:.5s;
    width:131%;
    left:0;
    margin-left:-15.5%
}
#arrow_plus_container{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%
}
.arrow_plus{
    position:absolute;
    z-index:999999999;
    left:-50%;
    top:-50%;
    transform:scale(.8);
    cursor:pointer
}
.arrow_plus img{
    content:url(../img/arrow_plus.png);
    pointer-events:none
}
.arrow_plus.active img{
    content:url(../img/arrow_plus_active.png)
}
#menu_int{
    position:absolute;
    z-index:9999;
    width:700px;
    height:870px;
    background-color:#ffffffa3;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
    align-content:center;
    left:95px;
    box-sizing:border-box;
    border-radius:0 10px 10px 0;
    box-shadow:0 0 15px #00000069;
    overflow:hidden;
    transition:1s;
    transform:translateX(-130%);
    margin-left: 5px;

}
#menu_int.active{
    transform:translateX(0)
}
#menu_int .content{
    width:100%;
    height:100%
}
#menu_int .title{
    color:#005030;
    text-transform:uppercase;
    font-weight:700;
    font-size:10px;
    display:flex;
    width:100%;
    justify-content:space-between;
    align-content:center;
    align-items:center;
    background-color:#fffc;
    padding:15px 20px;
    border-radius:0 10px 10px 0
}
#menu_int .close_btn{
    font-size:13px;
    background-color:#005030;
    color:#fff200;
    border-radius:50%;
    width:30px;
    height:30px;
    display:flex;
    flex-direction:column;
    align-content:center;
    justify-content:center;
    align-items:center;
}
#menu_int .search{
    padding:10px 20px;
    color:#005030;
    display:flex;
    flex-direction:column;
    flex-wrap:nowrap;
    align-content:space-between;
    justify-content:center;
    align-items:flex-start;
    width:100%
}
#menu_int .search h2{
    margin: 10px 0
}
#menu_int .search .row{
    display:flex;
    width:100%;
    flex-direction:row;
    align-content:center;
    justify-content:space-between;
    align-items:center
}
#menu_int .search .row select{
    width:100%;
    border:none;
    border-radius:30px;
    padding:5px 10px;
    color:#005030;
    margin:5px;
    pointer-events:all;
    cursor:pointer
}
#menu_int .search .row select:first-child{
    margin-left:0
}
#menu_int .search .row select:last-child{
    margin-right:40px;

}
#menu_int .mdfs{
    padding:10px 25px;
    color:#005030;
    height:100%;
    margin-bottom: 20px;
}
#menu_int #menu_busca {
    border-radius: 50px;
    border: none;
    padding: 5px 10px;
    color: #005030;
    pointer-events: all;
}
.menuBuscaContainer {
    position: relative;
    
}
#sugestoes  {
    pointer-events: all;
    position: absolute;
    background-color: #fff;
    width: 100%;
    border-radius: 20px;
    z-index: 9;
     
}
#sugestoes li:hover {
    cursor: pointer;
    background-color: #aaa8a8;
    transition: 0.5s;
    opacity: 0.9;

}
#sugestoes li {
    padding: 10px 10px 5px 20px;
    cursor: pointer;
    font-size: 18px;
    
}
 #mdf_list{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-content:flex-start;
    justify-content:space-between;
    align-items:flex-start;
    overflow-x:hidden;
    overflow-y:auto;
    height:610px;
    position:relative;
    pointer-events:all;
    margin-top:10px;
    padding-right:10px
}
#menu_int #mdf_list::-webkit-scrollbar{
    background-color:#ffffffb8;
    border-radius:10px
}
#menu_int #mdf_list::-webkit-scrollbar-thumb{
    background-color:#005030;
    border-radius:20px
}
#menu_int #mdf_list a{
    width:49%;
    height:150px;
    border:1px solid #005030;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-end;
    margin-bottom:10px;
    position:relative
}
#menu_int #mdf_list a img{
    width:100%;
    height:100%;
    object-fit:cover;
    position:absolute
}
#mdf_list .anchor { 
    display: block;
    width: 100%;
    color: #fff;
    background-color: #005030;
    padding: 5px 12px;
    margin-bottom: 3px;

}
#menu_int #mdf_list .tooltip-box{
    color:#000;
    font-size:17px;
    background-color:#ffffffab;
    padding:10px;
    box-sizing:border-box;
    margin:10px;
    z-index: 0;
}
#menu_int .menu.busca {
    pointer-events:all
}
#menu_int .menu.busca input[type=text]{
    border-radius:50px;
    border:none;
    padding:5px 10px;
    color:#005030;
    font-size: 14px;
}
#menu_int .menuBuscaContainer input[type=text]::placeholder{
    color:#005030
}
#menu_int .menu.busca input[type=submit]{
    display:none
}

.conteudo{
    margin-bottom:30px
}
.ambientes{
    text-align:center;
    margin:0 auto;
    padding-bottom:30px
}
.ambientes ul{
    margin:0 auto
}
.ambientes li{
    font:13px;
    display:inline-table;
    text-align:center;
    padding:15px 15px 0 0;
    cursor:pointer
}
.ambientes a{
    text-decoration:none;
    text-transform:uppercase;
    color:#000
}
.botao-wpp{
    margin-left:40px
}
#btn_share_whatsapp a{
    width:auto;
    padding:15px;
    float:left;
    margin-left:45px
}
.cores_container>div{
    height:200px!important
}
i.nomeMarca{
    font-style:unset
}
#rodape{
    position:relative
}
#rodape .custom-footer__social {
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
}
#rodape .custom-footer__social__title{
    font-weight:900;
    font-size:16px;
    padding:0;
    margin-top:30px;
    position:relative;
    display:contents
}
#rodape .custom-footer__social__text{
    font-weight:400;
    font-size:11px;
    color:#94969a;
    margin-top:2px
}
#rodape .custom-footer__social__list {
    width: 200px;
    display: inline-block;
    margin-left: 20px;
}
#rodape .custom-footer__social__list__item:last-child{
    margin-right:0
}
#rodape .custom-footer__social__list__item{
    display:inline-block;
    margin-right:28px
}
#rodape .custom-footer__social__list__item i{
    font-size:20px
}
#rodape a{
    font-family:FontAwesome;
    color:#fff
}
#rodape a i{
    font-style:normal
}
#rodape .inner{
    display:inline-block;
    text-align:center;
    position:absolute;
    width:auto;
    margin-left:auto;
    margin-right:auto;
    left:0;
    right:0;
    width: 350px;
}
.box-share-whatsapp{
    margin-left:50px
}
.box-share-whatsapp span:nth-child(1){
    padding-bottom:0
}
.box-share-whatsapp span:nth-child(2){
    font-weight:400
}
.box-share-whatsapp a{
    display:inline-block;
    text-decoration:revert;
    color:#706f6f
}
.marcasCheckbox{
    display:inline-block;
    width:100%;
    height:auto;
    left:0;
    text-align:center;
    margin-bottom:20px
}
.marcasCheckbox .box-carousel{
    float:left;
    margin-left:45px;
    margin-top:10px
}
.marcasCheckbox .title{
    font-size:14px;
    line-height:16px;
    font-weight:600;
    color:#706f6f
}
.marcasCheckbox .box-carousel .item{
    margin-top:10px
}
#rodape{
    overflow:hidden;
    display:flex;
    background-color:#025030;
    width:100%;
    height:100px;
    bottom:0;
    margin-top:0;
    flex-direction:row;
    align-content:center;
    justify-content:space-between;
    align-items:center;
    flex-wrap:nowrap
}
#rodape p{
    font-size:14px;
    color:#989898;
    display:table;
    padding:15px 0 10px 30px;
    text-align:center;
    width:100%;
    float:left;
    margin-top:50px;
    position:absolute
}
.logo.qualyvinil{
    background:url(img/logo-qualyvinil.png) no-repeat 0 0!important;
    width:131px!important;
    height:98px!important;
    background-size:100% auto!important
}
#fullContainer{
    overflow:hidden;
    transition:all 1s;
    position:relative
}
#firstPlane{
    background-size:auto 100%;
    background-position:center top;
    background-repeat:no-repeat;
    z-index:99999999;
    position:absolute;
    width:100%;
    height:100%;
    transition:.5s
}
#threejsScene{
    position:relative;
    transition:all 1s
}
#fullContainer.zoom0>#threejsSceneContainer>#threejsScene{
    transform:scale(.77)
}
#fullContainer.zoom0>#threejsSceneContainer{
    background-size:101%
}
#fullContainer.zoom1>#threejsSceneContainer>#threejsScene{
    transform:scale(1)
}
#fullContainer.zoom1>#threejsSceneContainer{
    background-size:130.5%
}
#fullContainer.zoom2>#threejsSceneContainer>#threejsScene{
    transform:scale(1.25)
}
#fullContainer.zoom2>#threejsSceneContainer{
    background-size:163%
}
.align-left{
    float:left
}
.logo {
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 999;
    width: 70px;
}
.logo img{
    width:100%
}
.logo_parceiros {
    width: 180px;
    right: 0;
    position: absolute;
    display: flex;
    height: 80px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.logo_parceiros img {
    height: 100% !important;
    display: block;
    object-fit: contain;
    object-position: center center;
    max-height: 50px;
}
.margin.right{
    margin-right:20px
}
.align-right{
    float:right
}
.section{
    padding:50px 0
}
#aplicacao_mdf .wrapper-dropdown-1{
    width:250px;
    border:1px solid #000;
    color:#000;
    font-size:15px;
    margin-right:40px;
    background:transparent url(../img/arrow-dropdown-grey.png) no-repeat 230px 16px;
    padding:15px
}
.label{
    z-index:99999999;
    position:absolute;
    display:none;
    top:0;
    left:0;
    padding:5px 20px;
    background-color:#e3dfdd;
    border:1px solid #3d271d;
    border-radius:10px;
    text-align:center
}
.label.active{
    display:block
}

footer .logo.align-right{
    margin-top:-10px
}
footer .duratex img{
    width:100%
}
footer .duratex{
    margin-top:20px
}

#rodape .logo {
    padding: 5px;
}

.button-visualizar{
    padding:1px;
    margin-top:20px;
    border:1px solid #000;
    border-radius:5px;
    font-size:15px;
    font-weight:600;
    color:#fff;
    text-transform:uppercase;
    width:280px;
    display:flex;
    text-align:center;
    margin-left:calc(50% - 140px)
}
.button-visualizar span{
    width:100%;
    text-align:center;
    border:1px solid;
    border-radius:5px;
    padding:15px
}
.button-visualizar-combinacoes{
    padding:1px;
    border:1px solid #000;
    border-radius:5px;
    font-size:15px;
    font-weight:600;
    color:#090909;
    text-transform:uppercase;
    width:95px;
    display:flex;
    text-align:center;
    margin-left:-30px
}
.combo{
    width:310px;
    float:left
}
.combo .title{
    margin-left:48px;
    margin-bottom:10px;
    margin-top:10px;
    display:block;
    font-size:15px;
    text-transform:uppercase;
    color:#83786a
}
.disabled{
    pointer-events:none!important;
    opacity:.5
}

#flash {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999999999;
    pointer-events: none;
    opacity: 0;
    animation-duration: 0.15s;
}

#flash.animated {
    animation-name: flash_animation;
}

@keyframes flash_animation{
    0%{
        opacity:0
    }
    50%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
.text-content h3 span{
    color:#f47320
}
.text-content h3{
    font:18px
}
.text-content p{
    line-height:25px;
    color:#8b8b8b;
    font-size:13px;
    margin:10px 0 40px 0
}

.box-carousel{
    width:60px;
    margin-top:40px;
    float:right;
    margin-right:-15px
}
.box-carousel .item{
    padding:5px 10px
}
.box-carousel .item.active3{
    background-color:#faf9f9;
    transition:all .3s
}
.box-carousel .item .radio{
    margin:0
}
.box-carousel .item input[type=checkbox],.box-carousel .item input[type=radio]{
    display:none
}
.box-carousel .item label{
    position:relative;
    margin-left:50px
}
.box-carousel .item span::after,.box-carousel .item span::before{
    content:'';
    position:absolute;
    top:0;
    bottom:0;
    margin:auto
}
.box-carousel .item span.radio:hover{
    cursor:pointer
}
.box-carousel .item span.radio::before{
    border:1px solid #fff;
    left:-52px;
    width:45px;
    height:25px;
    background-color:#e0e0e0;
    border-radius:50px
}
.box-carousel .item span.radio::after{
    left:-49px;
    width:17px;
    height:17px;
    border-radius:10px;
    background-color:#fff;
    transition:left .25s,background-color .25s
}
.box-carousel .item.active label span.radio::after{
    left:-27px;
    background-color:#8b7f6f
}
.menu-top li.item{
    margin:0 20px
}
#combinacao01{
    margin-left:47px!important
}
.cards{
    background-image:url(../img/bg_cards.jpg);
    background-repeat:no-repeat;
    background-size:100% 125%;
    width:210px;
    border-radius:5px;
    height:120px;
    padding:20px;
    top:0;
    margin-top:0;
    margin-left:10px;
    cursor:pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #000
}
.cards span{
    width:auto;
    position:relative;
    display:initial;
    padding:10px;
    font-size:12px
}
.display-none{
    display:none
}
.thumbs_content{
    margin-top:5px
}
.btn-ambientes{
    margin:0 auto;
    clear:left;
    padding-top:45px;
    display:table
}
.all-ambientes{
    padding:10px 90px 0 90px;
    border:2px solid #d4d4d4;
    border-radius:25px;
    margin-bottom:20px
}
.all-ambientes a{
    color:#000;
    text-decoration:none;
    text-align:center;
    font:10px;
    text-transform:uppercase
}
.all-ambientes i{
    margin:0 auto;
    position:relative;
    background:url(../img/seta.png);
    width:21px;
    height:13px;
    display:block;
    left:75px;
    bottom:13px
}
.cookiealert{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    margin:0!important;
    z-index:99999999;
    opacity:0;
    border-radius:0;
    background-color:rgba(33,35,39,.9);
    transform:translateY(100%);
    transition:all .5s ease-out;
    color:#ecf0f1
}
.cookiealert .cookiealert-container{
    max-width:1024px;
    padding:1rem 5rem;
    font-size:16px;
    line-height:24px;
    font-family:Heebo,Helvetica,Arial,sans-serif
}
.cookiealert a{
    text-decoration:underline;
    color:#fff!important;
    display:inline-block
}
.cookiealert .acceptcookies{
    margin-left:10px;
    vertical-align:baseline;
    color:#333;
    cursor:pointer;
    background-color:#ffce0d;
    border-color:#ffce0d;
    padding:.6rem 1rem;
    border-radius:.4rem;
    margin-bottom:0
}
.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}
.mobile .popup_scene .scenes{
    transform:scale(.425);
    transform-origin:top center;
    padding-top:35%;
    margin-left:0px;
}

.mobile .popup_scene .scenes a {
    /*width: 395px;
    height: 227px;*/
}

.mobile .logo_parceiros {
    width: 120px;
}

.mobile .header .textura-header{
    margin-left: 211px;
    zoom: 39%;
}

.mobile div.header .containe-nav-top .nav-top {          margin-top: 0px!important;}

.mobile header {
    height: 100px;
    background-color: #9e928c;
}

.mobile .logo.leo img{
    width:145px;
    margin-top:-10px
}

.mobile .logo.align-bottom {
    margin-top: 20px;
    left: unset;
    right: 20px;
    max-width: unset;
}

.mobile h2.titulo-secao span{
    padding:initial
}
.mobile h2.titulo-secao .numero-titulo{
    padding-top:5px;
    margin-left:-10px
}
.mobile .cores_container>div>div a:hover{
    transform:scale(1.1)
}
.mobile .button-visualizar{
    width:75%
}
.mobile .wrapper-dropdown-1{
    width:80%
}
.mobile .wrapper-dropdown-2,.wrapper-dropdown-3{
    width:95%;
    background-position-x:95%
}
.mobile .wrapper-dropdown-1 span,.wrapper-dropdown-2 span,.wrapper-dropdown-3 span{
    background-position-x:95%
}
.mobile .busca{
    margin-left:50px
}
.mobile .busca input[type=text]{
    width:80%;
    margin-bottom:30px
}
.mobile .combinacao-de-cores{
    margin-top:180px;
    margin-bottom:0
}
.mobile .cards{
    width:100%!important;
    margin-left:0!important;
    background-color:#eee;
    padding:11px 15px
}
.mobile #menu_top .tendenciasDropdownWrapper.active{
    height:300px;
    overflow-y:scroll;
    pointer-events:all
}
.mobile #menu_top .tendenciasDropdown li{
    height:35px!important
}
.mobile #btn_share_whatsapp a{
    width:80%
}
.mobile #btn_share_whatsapp span{
    width:100%
}
.mobile .whatsapp{
    background-color:#e3dfdd;
    padding-top:0;
    margin-top:50px
}
.mobile #rodape p{
    margin-top:150px;
    background-color:#025030
}
.mobile footer .duratex{
    margin-top:5px;
    margin-right:10px;
    left:auto;
    right:5%
}
.mobile footer img{
    padding:0;
}
.mobile #logo_footer{
    width:95px!important;
    margin-top:-20px;
    margin-right:10px
}
.mobile .popup{
    transform:scale(.8);
    padding:22%
}
.mobile #rodape{
    height:115px
}
.mobile #rodape .custom-footer__social__list{
    width:180px
}

.mobile #rodape .inner {
    width: 370px;
}

.mobile #rodape .custom-footer__social {
    padding: 0;
    transform: scale(.7);
    position: absolute;
    bottom: -10px;
    width: 100%;
    left: 0;
    justify-content: center;
}
.mobile #rodape .inner{
    bottom:20px
}
.mobile{
    width:100vw;
    height:100vh;
    overflow:hidden;
    transform:scale(1)
}
.mobile #menu_drag{
    display:none
}
.mobile #menu{
    width:145vw;
    left:0;
    margin-left:10px;
    bottom:-30px;
    height:900px;
    flex-direction:column;
    flex-wrap:nowrap;
    justify-content:flex-end;
    align-items:center
}

.mobile .label {
    display: none !important;
}

.mobile #menu_int #mdf_list a {
    height: 120px;
}
.mobile #menu_top{
    z-index:99999999999;
    pointer-events:none
}
.mobile #menu_int{
    width:100%;
    left:0;
    height: 690px;
}
.mobile #menu_int .mdfs {
    padding: 0px 25px;
    margin-top: -10px;
}
.mobile #menu_int .title {
    padding: 0px 20px;
}
.mobile .container.active a{
    pointer-events:all
}
.mobile #menu .container{
    width:100%;
    height:90px;
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    align-content:center;
    justify-content:center;
    align-items:center
}
.mobile #menu hr{
    height:100%;
    width:1px;
    margin:0 15px
}
.mobile #menu .line{
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    align-content:center;
    justify-content:space-around;
    align-items:center;
    margin-top:0
}
.mobile #btn_tutorial{
    display:none
}
.mobile .thumbs_content,.navegacao_content{
    display:none!important
}
.mobile #fullContainer{
    display:flex;
    flex-direction:column;
    flex-wrap:nowrap;
    align-content:center;
    justify-content:flex-start;
    align-items:center;
    width:100%;
    height:100vh
}
.mobile .logo.leo{
    width:100%;
    max-width:unset;
    left:unset;
    top:20px;
    position:relative;
    z-index:999;
    text-align:left;
    margin-left:30px
}
.mobile #btn_zoom_in{
    margin-left:20px;
    margin-right:10px
}
.mobile #threejsScene{
    margin-top:70px
}
.mobile #menu_top .container{
    display:flex;
    flex-direction:column;
    height: 240px;
    width: 230px;

}
.mobile #menu_top_burger{
    top:20px;
    width:30px;
    height:27px
}
#menu_top .tendenciasDropdown,.mobile #menu_top .ambientesDropdown{
    display:initial;
    align-items:center;
    width:auto;
    overflow:unset
}
.mobile #menu_top .ambientesDropdownWrapper.active{
    height:60vh;
    overflow:scroll;
    pointer-events:all
}
.mobile #menu_int #mdf_list{
    height:410px
}
#menu_top .tendenciasDropdown li,.mobile #menu_top .ambientesDropdown li{
    width:100%;
}
.mobile #menu_top .ambientesDropdown li {
    height:130px
}
.mobile #rodape{
    position:fixed
}
.mobile .popup_scene .scene_label{
    font-size:25px
}
.mobile #rodape .custom-footer__social__list__item{
    margin-right:15px
}
.mobile .arrow_plus{
    transform:scale(.45);
    transform-origin:top left
}
.mobile #fullContainer.zoom0>#threejsSceneContainer>#threejsScene{
    transform:scale(1)
}
.mobile #fullContainer.zoom1>#threejsSceneContainer>#threejsScene{
    transform:scale(1.6)
}
.mobile #fullContainer.zoom2>#threejsSceneContainer>#threejsScene{
    transform:scale(2.3)
}
@media only screen and (min-width:1200px){
    .mobile .container{
        display:flex;
        justify-content:center
    }
    .mobile .popup_scene h2{
        margin-top:-50px;
        margin-left:unset;
        transform:scale(2)
    }
    .mobile .popup_scene .scenes{
        transform:scale(.9);
        grid-template-columns:415px 415px;
        margin-left:-130px;
        padding-top:120px
    }
    .popup_scene .scenes{
        grid-template-columns:415px 415px;
    }
    .popup_scene .scenes{
        margin-left:70px
    }
    .popup_scene h2{
        margin-top:40px;
        margin-left:220px
    }
    .popup_scene{
        align-content:center;
        justify-content:center
    }
    .popup_scene .mask_3 {
        -webkit-mask-image: url(../img/mask_scene_2_invert.png);
        mask-image: url(../img/mask_scene_2_invert.png);
        margin-top: 0px;
    }
    .popup_scene .mask_4 {
        -webkit-mask-image: url(../img/mask_scene_2.png);
        mask-image: url(../img/mask_scene_2.png);
        margin-top: 15px;
        margin-left: 0px;
    }
    
   .popup_scene .mask_6 {
    -webkit-mask-image: url(../img/mask_scene_2_invert_2.png);
    mask-image: url(../img/mask_scene_2_invert_2.png);
    margin-top: -50px;
    margin-left: 0px;   
    }
    .popup_scene .mask_7 {
        -webkit-mask-image: url(../img/mask_scene_1.png);
        mask-image: url(../img/mask_scene_1.png);
        margin-top: -45px;
        margin-left: 248px;
    }
    .popup_scene .mask_8 {
        -webkit-mask-image: url(../img/mask_scene_2.png);
        mask-image: url(../img/mask_scene_2.png);
        margin-top: -50px;
        margin-left: 260px;
    }
}
