@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: normal;
    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: normal;
    font-style: italic;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}



.fade {
    opacity: 0.0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out !important;
    -moz-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out  !important;
    -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out  !important;
}

.show {
    opacity: 1.0;
    visibility: visible;
}


body {
	font-family: 'Univers Medium', sans-sserif;
	overflow-x: hidden;
	background-color: #e3dfdd;
	overflow-y: scroll;
}

.fa-tiktok {
    display: inline-block;
    width: 0.88em;
    height: 1em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23000' d='M448 209.91a210.06 210.06 0 0 1-122.77-39.25v178.72A162.55 162.55 0 1 1 185 188.31v89.89a74.62 74.62 0 1 0 52.23 71.18V0h88a121.18 121.18 0 0 0 1.86 22.17A122.18 122.18 0 0 0 381 102.39a121.43 121.43 0 0 0 67 20.14Z'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }

.popup {
    position: fixed;
    z-index: 999999999;
    width: 450px;
    height: 450px;
    display: block;
    background-image: url(../img/fundopopupquadrado.jpg);
    left: 50%;
    margin-left: -225px;
    top: 50%;
    margin-top: -225px;
    text-align: center;
    padding: 7%;
}

.popup .close {
    position: absolute;
    top: -30px;
    right: -30px;
    font-size: 24px;
    background-color: #ccc;
    border: 1px solid;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 2px;
    cursor: pointer;
}



.popup span {
    font-size: 45px;
    color: #004f2f;
}

.popup a {
    background-color: #004f2f;
    margin: 30px 0%;
    padding: 20px;
    color: #f5ff34;
    font-size: 22px;
}

.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: 0.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(0.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: 0.5s;
}

.popup_scene .scene_label:after {
    content: '+';
    font-weight: bold;
    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: 20px;
}

.mask_4 .scene_label {
    bottom: 10px;
    left: 20px;
}

.mask_5 .scene_label {
    bottom: 10px;
    right: 50px;
}

.mask_6 .scene_label {
    top: 10px;
    left: 40px;
}

.mask_7 .scene_label {
    top: 10px;
    right: 20px;
}

.mask_8 .scene_label {
    bottom: 10px;
    left: 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: 58%;
    background-color: #91806f;
    color: #fff;
    font-size: 14px;
    transition: 1s;
    transform: translateX(150%);
}

#menu_top .container.active {
    transform: translateX(0%);
}

#menu_top .container a {
    cursor: pointer;
    padding: 5px 10px;
    transition: 0.5s;
}

#menu_top .container a:hover {
    background-color: #0000001c;
}

#menu_top .ambientesDropdownWrapper, #menu_top .tendenciasDropdownWrapper {
    overflow: hidden;
    height: 0px;
    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: 0.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: 170px;
    padding: 15px;
    background-image: unset;
}

#menu_top .cards span {
    font-size: 10px;
}

#menu_top .ambientesDropdown li a, #menu_top .tendenciasDropdown li a {
    text-decoration: none;
    color: #fff;
    transition: all 0.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(0.65);
    transform-origin: left;
    overflow: hidden;
}

#menu a {
	pointer-events: all;
	cursor: pointer;
}

#menu a.selected img {
    border: 2px solid #fff200;
}

#menu .container {
    background-color: #005030;
    width: 95px;
    height: auto;
    border-radius: 10px;
/*    margin-left: 20px;*/
    box-shadow: 5px 0px 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;
}

#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-between;
    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: 0px;
}

#menu .thumbs img {
    width: 100%;
    border: 2px solid #fff;
    margin-bottom: 5px;
}

#menu_drag {
  cursor: move !important;
}

#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 0px;
}

#menu .navegacao_content a p {
    color: #fff;
    font-size: 13px;
}

#menu .navegacao_content a img {
    width: 22px;
    margin-right: 3px;
}


#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: 0.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(0.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: 830px;
    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: 0px 10px 10px 0px;
    box-shadow: 0px 0px 15px #00000069;
    overflow: hidden;
    transition: 1s;
    transform: translateX(-130%);
}

#menu_int.active {
    transform: translateX(0);
}

#menu_int .content {
    width: 100%;
    height: 100%;
}

#menu_int .title {
    color: #005030;
    text-transform: uppercase;
    font-weight: bold;
    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: 0px 10px 10px 0px;
}

#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: 0;
}

#menu_int .mdfs {
    padding: 10px 20px;
    color: #005030;
    height: 100%;
}

#menu_int #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: 635px;
    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;
}

#menu_int #mdf_list .tooltip-box {
    color: #000;
    font-size: 17px;
    background-color: #ffffffab;
    padding: 10px;
    box-sizing: border-box;
    margin: 10px;
    z-index: 9;
}

#menu_int #mdf_list .anchor {
    display: block;
    width: 100%;
    color: #fff;
    background-color: #005030;
    padding: 5px 12px;
    margin-bottom: 3px;
    font-size: 20px;
}

#menu_int .menu_busca {
    pointer-events: all;
}

#menu_int .menu_busca input[type="text"] {
    border-radius: 50px;
    border: none;
    padding: 5px 10px;
    color: #005030;
}

#menu_int .menu_busca input[type="text"]::placeholder {
    color: #005030;
}

#menu_int .menu_busca input[type="submit"] {
    display: none;
}

.ui-widget-content {
    color: #005030 !important;
    z-index: 99999999999999 !important;
    border-radius: 15px !important;
    border: none !important;
    padding: 10px !important;
    font-size: 11px !important;
}



.conteudo {
    margin-bottom: 30px;
}



.tp-whiteshadow{text-shadow:-2px 1px white,-3px 2px white,-4px 3px white,-5px 4px white,-6px 5px white,-7px 6px white,-8px 7px white,-9px 8px white,-10px 9px white,-11px 10px white,-12px 11px white}.tp-blackshadow{text-shadow:-2px 1px #222,-3px 2px #222,-4px 3px #222,-5px 4px #222,-6px 5px #222,-7px 6px #222,-8px 7px #222,-9px 8px #222,-10px 9px #222,-11px 10px #222,-12px 11px #222}


  .bt-compre-cor { position: absolute;margin-top: 181px; }

/*menu dos ambientes*/



.ambientes{
	text-align: center;
	margin: 0 auto;
	padding-bottom: 30px;

}

.inspire-se {
    margin-top: 10px;
}
.ambientes ul{
	margin: 0 auto;

}

.ambientes li{
	
	font: 13px ;
	display: inline-table;
	text-align: center;
    padding: 15px 15px 0px 0px;
    cursor: pointer;
}
.ambientes li .main-active{
	color: #fff;
	background-color: #49acd3;
	padding: 5px 20px 5px 20px;
	border-radius: 25px;
	text-align: center;

}
.ambientes a .main-active{
	color: #fff;
}
.ambientes a{
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
}
.ambientes a:hover{
	
}

.botao-wpp {
    margin-left: 40px;
}

#btn_share_whatsapp a {
    width: auto;
    padding: 15px;
    float: left;
    margin-left: 45px;
}
    
.mCustomScrollbar._mCS_1{
    /*max-height: 338px;*/
    margin-left: 47px;
    background-image: url(../img/bg_sliders.jpg);
    background-position: -26px 0;
    background-size: 106.4% auto;
    padding: 0 22px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
	max-width: 100%;
	margin: 0 !important;
	left: 0;
}

.cores_container > div {
	/*width:100%!important;*/
}
.cores_container>div{
height: 200px!important;
}
.mCustomScrollBox.mCS-light.mCSB_horizontal {
    height: 425px !important;
}
.mCSB_container{
/*padding: 55px 0 0 0!important;*/
}
.cores_container > div#off-whites, .cores_container>div#off-whites div,
.cores_container>div#vermelhos, .cores_container>div#vermelhos div,
.cores_container>div#laranjas, .cores_container>div#laranjas div,
.cores_container>div#amarelos, .cores_container>div#amarelos div,
.cores_container>div#verdes, .cores_container>div#verdes div,
.cores_container>div#azuis, .cores_container>div#azuis div,
.cores_container>div#violetas, .cores_container>div#violetas div,
.cores_container>div#vermelhos-alaranjados, .cores_container>div#vermelhos-alaranjados div,
.cores_container>div#amarelos-verdes, .cores_container>div#amarelos-verdes div,
.cores_container>div#cores-marcantes, .cores_container>div#cores-marcantes div,
.cores_container>div#azul-violetas, .cores_container>div#azul-violetas div,
.cores_container>div#vibrantes, .cores_container>div#vibrantes div,
.cores_container>div#marrons-e-neutros, .cores_container>div#marrons-e-neutros div
{
	float:left!important;
	width:auto;
}

.familia-cor{
width: auto important;
}

.cores_container > div#off-whites{
width:2805px!important;
}
.cores_container>div#vermelhos{
width:4424px!important;
}


.cores_container>div#vermelhos-alaranjados{
width:1185px!important;
}

.cores_container>div#amarelos-verdes{
width:1185px!important;
}

.cores_container>div#cores-marcantes{
width:711px!important;
}

.cores_container>div#azul-violetas{
width:1185px!important;
}

.cores_container>div#vibrantes{
width:711px!important;
}



.cores_container>div#laranjas{
width:3871px!important;
}
.cores_container>div#amarelos{
width:4148px!important;
}
.cores_container>div#verdes{
width:4701px!important;
}
.cores_container>div#azuis{
width:3991px!important;
}

.cores_container>div#violetas{
width:2449px!important;
}
.cores_container>div#marrons-e-neutros{
width:6914px!important;
}


.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonLeft, .mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{
	width: 35px;
    height: 35px!important;
    margin: 90px auto 0 auto;
    border-radius: 50%;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 50%);
}

.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonLeft {
	left: 10px;
    top: 45%;
    background: #fff url(../img/slider-arrow-left2.png) no-repeat center;
}

.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight {
	right: 10px;
    top: 45%;
    background: #fff url(../img/slider-arrow-right2.png) no-repeat center;
}


.mCSB_scrollTools .mCSB_dragger{
border: 2px solid #1a3c94;
}

i.nomeMarca {
    font-style: unset;
}

#rodape{
	position:relative;
}

#rodape .custom-footer__social {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
    margin-top: -10px;
}

#rodape .custom-footer__social__title {
	font-weight: 900;
	font-size: 16px;
	    padding: 0px;
    margin-top: 30px;
    position: relative;
	display: contents;
}

#rodape .custom-footer__social__text {
	font-weight: normal;
	font-size: 11px;
	color: #94969a;
	margin-top: 2px
}

#rodape .custom-footer__social__list {
	padding-top: 10px;
	width: 250px;
	display: inline-block;
}

#rodape .custom-footer__social__list__item:last-child {
    margin-right: 0px;
}


#rodape .custom-footer__social__list__item {
	display: inline-block;
	margin-right: 28px
}

#rodape .custom-footer__social__list__item svg {
	display: block;
	width: 35px;
	height: 35px;
	fill: #707070
}

#rodape .custom-footer__social__list__item i {
	font-size: 20px
}

#rodape .custom-footer__social__list__item .facebook-item .icon-facebook {
	color: #313131
}

#rodape .custom-footer__links {
	display: flex;
	justify-content: space-between;
	max-width: 100%
}

#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;
}

footer.overlay {
    z-index: 999999999999;
    position: absolute;
    width: 100%;
    display: none;
    /*top: 60px;
    margin-top: 100vh;*/
}

.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;
}

.mCSB_draggerRail {
	background-size: 100% 100% !important;
}




@media only screen and (min-width: 1200px) {
	
	/*#rodape a{
		margin-right: 210px !important;
		float: right !important;
		margin-top: 0px !important;
		width: 179px !important;
		height: 110px !important;
	}*/
}

#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 0px 10px 30px;
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 50px;
    position: absolute;
}

#rodape .weburl{
	font-size: 14px;
    color: #989898;
    font-weight: 600;
}

/*#rodape a{
	position: relative;
	background: url(/img/logo-footer.png);
	background-size:auto 100% ;
	background-repeat: no-repeat;
	width: 101px;
	height: 40px;
	margin-left: 30px;
	display: block;
   
	
}*/

.logo.qualyvinil{
background:url(img/logo-qualyvinil.png) no-repeat 0 0!important;
width: 131px !important;
    height: 98px !important;
	    background-size: 100% auto!important;
}


/*LEO MADEIRAS*/


#fullContainer {
    overflow: hidden;
    transition: all 1s;
    position: relative;
}

#firstPlane {
    /*background-image: url(../_threejs/objects/scene01/1st_plane.png);*/
    background-size: auto 100%;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 99999999;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

#threejsScene {
    position: relative;
    transition: all 1s;
}

#threejsScene canvas {
    /*background-image: url(../_threejs/objects/scene01/scene_background.jpg);*/
    background-size: auto 100%;
    background-position: center top;
	background-repeat: no-repeat;
}

#fullContainer.zoom0 > #threejsSceneContainer > #threejsScene {
    transform: scale(0.77);
    /*margin-top: 0px;*/
}

#fullContainer.zoom0 > #threejsSceneContainer {
    background-size: 101%;
}

#fullContainer.zoom0 {
    /*height: 50.5vw;*/
}


/*Default level*/
#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%;
}

#fullContainer.zoom2 {
    /*height: 69vw;*/
}


header {
    position: absolute;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 49vw;
    padding: 10px 7vw;
    pointer-events: none;
}

.align-left {
    float: left;
    
}

.logo.align-bottom {
    margin-top: 50vw;
}

.logo.leo {
    width: 150px;
    left: 20px;
    top: 10px;
    position: absolute;
    z-index: 999;
}

.logo.leo img {
    width: 100%;
}

.margin.right {
    margin-right: 20px;
}

.align-right {
    float: right;
}

.section {
    padding: 50px 0px;
}

#aplicacao_mdf .wrapper-dropdown-1 {
	width: 250px;
    border: 1px solid #000000;
    color: #000000;
    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 img {
    padding: 20px;
    margin-top: 10px;
    width: 170px;
}

footer .logo.align-right {
    margin-top: -10px;
}

footer .duratex img {
	width: 100%;
}

footer .duratex {
    margin-top: 20px;
}

.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;
}

.mCSB_draggerContainer {
    /*background-color: #fff;
    padding: 5px 15px;
    border-radius: 5px;*/
}	

.show_on_top {
    position: absolute;
    z-index: 9999999999999999;
    left: 0;
    top: 0;
    width: 100%;
}

.disabled {
    pointer-events: none !important;
    opacity: 0.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;}
}


/*LEO MADEIRAS*/









@media only screen and (min-width: 480px) {
	.gal-imagens .grid-size{
		width: 50% !important;
	}

}


@media only screen and (min-width: 800px) {
	.gal-imagens .grid-size{
		width: 33.333% !important;
	}


}

@media only screen and (min-width: 1200px) {
	.gal-imagens .grid-size{
		width: 25% !important;
	}


}
.gal-imagens{
	width: 100%;
	height: 200%;
}
.gal-imagens:after {
  content: '';
  display: block;
  clear: both;
}
.gal-imagens .grid-size{
	position: relative;
	width: 100%;
	overflow: hidden;
	cursor: pointer;
}

.gal-imagens img{
	width: 100%;
	height: auto;
	display: block;
	-webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	    -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	     -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	      -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	         transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
.grid-size:hover img{
		-webkit-transform: scale(1.5);
	   -moz-transform: scale(1.5);
	    -ms-transform: scale(1.5);
	     -o-transform: scale(1.5);
	        transform: scale(1.5);
}
.grid-size .retina{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	 background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); 
	   text-align: center;
    padding: 30px;
 
    -webkit-transition:	 all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	    -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	     -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	      -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	         transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000); 

}
.grid-size:hover .retina{
	opacity: 1;
    background-color: rgba(255, 255, 255, 0.90);
}
.retina p{
	color: #49acd3;
	font: 20px 'Open Sans';
	text-transform: uppercase;
	font-weight: bold;
	margin-top:20px;
}



/*//////////////CRIAR MEU AMBIENTE//////////////*/

.main-ambiente{
    width: 100%;
    background: #ececec;
    height: auto;

}
.main-ambiente .content{
    margin: 0 auto;
    display: table;
    padding-bottom: 50px;
    
}
.content .text-content{
    font-family: ;
}
.text-content h3 span{
    color: #f47320;
}
.text-content h3 {
    font: 18px ;
    
}
.text-content p{
    line-height: 25px;
    color: #8b8b8b;
    font-size: 13px;
    margin: 10px 0px 40px 0px;
}
.content .content-main img{
    width: 100%;
}
.content .content-main{
    float: none;
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 20px;
    
}
.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 0.3s; }
.box-carousel .item .entry-thumb { text-align:center; margin-bottom:10px; }
.box-carousel .item .entry-thumb img { margin:0 auto 10px auto; }
.box-carousel .item .radio { margin:0; }
.box-carousel .item input[type="radio"],
.box-carousel .item input[type="checkbox"]{ display: none; }
.box-carousel .item label { position: relative; margin-left:50px; }
.box-carousel .item span::before,
.box-carousel .item span::after { 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; }
.header .textura-header{
  position:relative;
}  
    
.menu-top li.item { margin:0px 20px;}

    #combinacao01 {
        margin-left: 47px !important;
    }
.cards{
    background-image: url(../img/bg_cards.jpg);
    background-repeat: no-repeat;
    background-size: 100% 125%;
    width: 230px;
    border-radius: 5px;
    height: 120px;
    padding: 20px;
    top: 0;
    margin-top: 0;
    margin-left: 10px;
    cursor: pointer;
}

.cards span {
    width: auto;
    position: relative;
    display: initial;
    padding: 10px;
    font-size: 12px;
}

.display-none{
  display: none;
}


.nav-bottom .menu-bottom li a{
    color:#ffff
}
div.header .container-nav-top{
    display: none;
}
div.headerIn{
margin-top:0px;
}
div.headerIn .nav-bottom{
    position: absolute;
z-index: 9000;
}

div.headerIn{
width: 1030px;
}
div.headerIn .nav-bottom{
    width: 1030px;
}
    
.thumbs_content {
    margin-top: 5px;
}



.btn-ambientes{
	margin: 0 auto;
	clear: left;
	padding-top: 45px;
	display: table;
}
.all-ambientes{
	padding: 10px 90px 0px 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;

}
div.header {
	overflow: hidden;
}





/*@media only screen and (max-width: 768px) {*/


    .mobile .popup_scene .scenes {
        transform: scale(0.425);
        transform-origin: top center;
        padding-top: 35%;
        margin-left: -80px;
    }


    .mobile .popup_scene .scenes a {
        /*width: 395px;
        height: 227px;*/
    }

    .mobile .header .textura-header{
        margin-left: -211px;
        zoom: 39%;  
    }
    
    .mobile div.header .container-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, p.galeria {
        padding: initial;
    }

    .mobile h2.titulo-secao .numero-titulo {
        padding-top: 5px;
        margin-left: -10px;
    }

    .mobile .mCustomScrollbar._mCS_1 {
        background-image: none;
        margin-left: 20px;
    }

    .mobile .mCustomScrollBox.mCS-light.mCSB_horizontal {
        height: auto !important;
    }

    .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: 0px !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: 0px;
        width: 50% !important;
    }

    .mobile #logo_footer {
        width: 95px !important;
        margin-right: 10px;
    }

    .mobile .popup {
        transform: scale(0.8);
        padding: 22%;
    }


    .mobile .content .content-main{
        width: 30% !important;
        float: left !important;
        margin-left: 12px;
        margin-right: 12px;
    }

    .mobile #rodape{
        height: 115px;
    }
    .mobile #rodape .custom-footer__social__list {
        margin: auto;
        width: 200px;
    }
    
    .mobile #rodape .custom-footer__social {
        padding: 0px;
    transform: scale(0.7) translateX(81%);
    /* transform-origin: right; */
    position: absolute;
    right: 50%;
    bottom: -3px;
    }
    
    .mobile #rodape .inner{
       bottom: 20px;
    }

    .mobile {
        width: 100vw;
        height: 100vh;
        overflow: hidden;
        transform: scale(1);
    }
    .mobile header {
        width: 100vw;
        height: 65px;
        background-color: #fff;
        position: fixed;
    }
    .mobile header:after {
        margin-top: 55px;
    }

    .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 #menu_top {
        z-index: 99999999999;
        pointer-events: none;
        overflow: hidden;
    }

    .mobile #menu_int {
        width: 100%;
        left: 0;
    }

    .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 #menu .line.tutorial {
/*        margin: 0px -20px;*/
    }

    .mobile #threejsScene {
        margin-top: 70px;
    }

    .mobile #menu_top .container {
        display: flex;
        flex-direction: column;
    }

    .mobile #menu_top_burger {
        top: 20px;
        width: 30px;
        height: 27px;
    }

    .mobile #menu_top .ambientesDropdown, #menu_top .tendenciasDropdown {
        display: initial;
        align-items: center;
        width: auto;
        overflow: unset;
    }

    .mobile #menu_top .ambientesDropdownWrapper.active {
        height: 80vh;
        overflow: scroll;
        pointer-events: all;
    }

    .mobile #menu_int #mdf_list {
        height: 525px;
    }

    .mobile #menu_top .ambientesDropdown li, #menu_top .tendenciasDropdown li {
        width: 100%;
        height: 120px;
    }

    .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(0.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 .popup_scene .scenes {
/*        height: 250vh;*/
    }

    .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(0.9);
        grid-template-columns: 415px 415px;
        margin-left: -130px;
        padding-top: 120px;
    }

    .mobile .popup_scene .mask_1 {
      -webkit-mask-image: url(../img/mask_scene_1.png);
      mask-image: url(../img/mask_scene_1.png);
    }

    .mobile .popup_scene .mask_2 {
      -webkit-mask-image: url(../img/mask_scene_2.png);
      mask-image: url(../img/mask_scene_2.png);
      margin-left: 15px;
    }
    .mobile .popup_scene .mask_3 {
      -webkit-mask-image: url(../img/mask_scene_3.png);
      mask-image: url(../img/mask_scene_3.png);
      margin-top: 10px;
    }
    .mobile .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;
    }
    .mobile .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;

    }
    .mobile .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;
    }
    .mobile .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;
    }
    .mobile .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 .scenes {
        grid-template-columns: 415px 415px 685px;
    }
    .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_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_5 {
      -webkit-mask-image: url(../img/mask_scene_1.png);
      mask-image: url(../img/mask_scene_1.png);
      margin-top: -45px;
      margin-left: 255px;

    }
    .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;
    }

    .mask_3 .scene_label {
        top: 10px;
        right: unset;
        left: 15px;
    }

    .mask_6 .scene_label {
        bottom: 10px;
        right: 60px;
        top: unset;
        left: unset;
    }

    .mask_4 .scene_label {
        bottom: unset;
        left: unset;
        top: 15px;
        right: 20px;
    }

    .mask_7 .scene_label {
        top: unset;
        right: unset;
        bottom: 15px;
        left: 20px;
    }

    .mask_8 .scene_label {
        bottom: unset;
        left: unset;
        top: 15px;
        right: 20px;
    }

    .popup_scene .scenes {
        margin-left: 70px;
    }

    .popup_scene h2 {
        margin-top: 40px;
        margin-left: 220px;
    }

    .popup_scene {
        align-content: center;
        justify-content: center;
    }
}

.marcaImg {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 130px;
}

.marcaImg img {
    height: initial !important;
}