/************************************************
 *
 * Basic Sans
 *
 ************************************************/

@font-face {
    font-family: 'Basic Sans';
    src: url('../fonts/BasicSans-Thin.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Basic Sans';
    src: url('../fonts/BasicSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Basic Sans';
    src: url('../fonts/BasicSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
  
@font-face {
    font-family: 'Basic Sans';
    src: url('../fonts/BasicSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

* {
    font-family: 'Basic Sans', sans-serif;
    line-height: 18.2px;
    letter-spacing: -0.1px;
}
  





:root {
    --main-blue: #00263E;
    --main-brown: #28282d; /*#B96955;*/
    --main-gray: #999a98; /*#D6D1C4;*/
    --main-white: #FFFFFF;
    --secondary-blue: #415364;
    --secondary-brown: #653024;
    --secondary-gray: #97A3AE;
    --secondary-white: #F1F2F1;
    --tertiary-brown: #672F25; /*#672F25;*/
    --tertiary-gray: #D6D1C4;
    --tertiary-pink: #EACCCE;
    --primary-font-gray: #080707;
    --secondary-font-gray: #ABA79D;
    --primary-font-white: #F1F2F1;
}

#cookie-law-info-bar {
    z-index: 99999 !important;
}

input::placeholder {
    color: var(--main-gray) !important;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--main-gray) !important;
}

input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--main-gray) !important;
}

html {
    scroll-behavior: smooth;
    max-width: 100%;
    overflow-x: hidden;
}

body {
	/*zoom:75%;*/
}

::selection {
    background: var(--main-brown);
    color: var(--primary-font-white);
}

::-moz-selection {
    background: var(--main-brown);
    color: var(--primary-font-white);
}

::-webkit-scrollbar {
    width: 6px;
    height: 10px;
    border-radius: 16px;
}

::-webkit-scrollbar-track:enabled {
    background-color: var(--primary-font-white);
    border-radius: 16px;
}

::-webkit-scrollbar-thumb:vertical {
    background-color: var(--main-brown);
    border-radius: 16px;
}

::-webkit-scrollbar-thumb:horizontal {
    background-color: var(--main-brown);
    border-radius: 16px;
}

a.stretched-link:focus {
    outline: 0;
}

@media only screen and (min-width:992px) {
    .container-fluid {
        max-width: 100%;
        width: 95%;
    }
}

@media only screen and (min-width:1480px) {
    .container-fluid {
        max-width: 100%;
        width: 80%;
    }
}

.slick-slide {
    cursor: grab;
}

.slick-slide:active {
    cursor: grabbing;
}

.slick-slide:focus {
    outline: 0;
}

.slick-dots {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.slick-dots li {
    margin: 0 4px;
    width: 12px !important;
    height: 12px !important
}

.slick-dots li button {
    background: #dadada;
    height: 12px !important;
    width: 12px !important;
    overflow: hidden;
    color: rgb(38 190 67 / 0%);
    border: none;
    border-radius: 50%;
    display: block;
}

.slick-dots li button:focus {
    outline: 0;
}

.slick-dots li.slick-active button {
    background: var(--main-brown);
}

h1 {
    font-weight: 300;
    font-size: 64px;
    line-height: 70.4px;
    letter-spacing: -0.1px;
}

h2 {
    font-weight: 300;
    font-size: 48px;
    line-height: 52.8px;
    letter-spacing: -0.1px;
}

h3 {
    font-weight: 300;
    font-size: 36px;
    line-height: 39.6px;
    letter-spacing: -0.1px;
}

h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 26.4px;
    letter-spacing: -0.1px;
}

strong {
    font-weight: 600;
}

p,
span,
a {
    line-height: 18.2px;
    font-size: 14px;
}

.btn,
.btn a {
    transition: .3s !important;
    font-size: 18px;
}


#translate-header-bar {
    background-color: var(--main-gray);
    width: 100%;
    padding: 8px 0;
}

#translate-header-bar #lang_choice_1 {
    background-color: transparent;
    color: var(--primary-font-white);
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0 5px;
    font-size: 12px;
}

#translate-header-bar #lang_choice_1 option {
    color: var(--main-blue);
}

#translate-header-bar .container-fluid:before {
    content: " ";
    width: 18px;
    height: 18px;
    background-image: url(../img/icon-global.svg);
    background-size: contain;
}

#footer-area {
    position: relative;
    background-color: var(--primary-font-gray);
    color: var(--primary-font-white);
    padding: 32px 0 24px;
}

#footer-area .mega-sub-menu {
    opacity: 1 !important;
    display: block !important;
    position: relative !important;
    visibility: initial !important;
    transform: initial !important;
}

#footer-area #mega-menu-wrap-footer_menu #mega-menu-footer_menu>li.mega-menu-item {
    vertical-align: text-top !important;
    display: initial;
    clear: initial !important;
    margin: 0px 17px !important;
}

@media only screen and (min-width: 1025px) {
    #footer-area #mega-menu-wrap-footer_menu #mega-menu-footer_menu>li.mega-menu-item:first-child {
        margin: 10px 240px 10px 0px !important;
    }

    #footer-area #mega-menu-wrap-footer_menu #mega-menu-footer_menu>li.mega-menu-item {
        display: inline-block;
        margin: 10px 60px !important;
    }

    #footer-area #mega-menu-wrap-footer_menu #mega-menu-footer_menu>li.mega-menu-item:last-child {
        margin: 10px 0px 10px 240px !important;
    }
}

#footer-area #mega-menu-wrap-footer_menu #mega-menu-footer_menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    line-height: 14px !important;
    margin: 0 auto 22px !important;
}

#footer-area #mega-menu-wrap-footer_menu #mega-menu-footer_menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link::after,
#footer-area #mega-menu-wrap-footer_menu #mega-menu-footer_menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-current-menu-item a.mega-menu-link::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: var(--primary-font-white);
    transition: width .3s;
}

#footer-area #mega-menu-wrap-footer_menu #mega-menu-footer_menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover::after,
#footer-area #mega-menu-wrap-footer_menu #mega-menu-footer_menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-current-menu-item a.mega-menu-link::after {
    width: 100%;
    /* transition: width .3s; */
}

#footer-area .mega-menu-link[tabindex="0"] {
    cursor: default !important;
}

#footer-area .mega-btn .mega-menu-link[tabindex="0"] {
    cursor: pointer !important;
}

#footer-area hr {
    border-top: 1px solid var(--main-gray) !important;
}


/* 
*
*
*
*/

.banner-pages {
    background-position: center !important;
    background-size: cover !important;
    color: var(--main-white);
    display: grid !important;
    align-items: center !important;
    color: var(--primary-font-white);
    min-height: 360px;
    padding: 100px 0;
}

#banner-home .banner-pages {
    min-height: 95vh !important;
    margin-top: 0;
}

.banner-pages p {
    margin-bottom: 0;
}

.btn-brown {
    color: var(--primary-font-white);
    background-color: var(--main-brown);
    border: 1px solid var(--main-brown);
}

.btn-brown:hover {
    color: var(--main-brown);
    background-color: var(--primary-font-white);
}

.btn-white {
    color: var(--main-brown);
    background-color: var(--primary-font-white);
}

.btn-white:hover {
    color: var(--primary-font-white);
    background-color: transparent;
    border: 1px solid var(--primary-font-white);
}

#categories-products {
    background: var(--main-white);
}

@media only screen and (min-width:992px) {
    #categories-products {
        padding: 25px 0;
    }
}

#categories-products h2 {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    margin: 10px 25px;
    color: var(--primary-font-white);
    width: 100%;
    text-align: center;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    border-bottom-color: rgba(255, 255, 255, 1) !important;
    padding-bottom: 32px;
}

#categories-home h2:last-child {
    border-style: none !important;
}

@media only screen and (min-width:992px) {
    #categories-products h2 {
        border-style: solid !important;
        border-width: 0 !important;
        border-right-style: solid !important;
        border-right-width: 1px !important;
        border-right-color: rgba(255, 255, 255, 1) !important;
        padding-right: 32px !important;
        padding-bottom: initial;
        border-bottom-style: none;
        width: initial;
    }
}

#categories-home {
    background: var(--main-white);
}

@media only screen and (min-width:992px) {
    #categories-home {
        padding: 25px 0;
    }
}

#categories-home h2 {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    margin: 10px 25px;
    color: var(--primary-font-white);
    width: 100%;
    text-align: center;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    border-bottom-color: rgba(255, 255, 255, 1) !important;
    padding-bottom: 32px;
}

#categories-home h2:last-child {
    border-style: none !important;
}

@media only screen and (min-width:992px) {
    #categories-home h2 {
        border-style: solid !important;
        border-width: 0 !important;
        border-right-style: solid !important;
        border-right-width: 1px !important;
        border-right-color: rgba(255, 255, 255, 1) !important;
        padding-right: 32px !important;
        padding-bottom: initial;
        border-bottom-style: none;
        width: initial;
    }
}

#list-categories-home {
    padding: 50px 0;
}

#list-categories-home img {
    width: auto;
    height: 128px;
    object-fit: cover;
    transition: .3s;
    display: flex;
    margin: 15px auto;
}

@media only screen and (max-width:992px) {
    #list-categories-home img {
    	mix-blend-mode: darken;
    	width: auto;
    	max-block-size: max-content;
    	height: 76px;
    	object-fit: cover;
    	transition: .3s;
    	display: flex;
    	margin: 24px auto;
	}
}

#list-categories-home img:hover {
    transform: scale(1.06);
}

#list-categories-home h2 {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.01em;
    color: var(--primary-font-gray);
}

#sofa-ideal {
    margin: 50px auto;
}

@media only screen and (max-width:992px) {
    #sofa-ideal img {
        margin-bottom: 25px;
    }
}

@media only screen and (min-width:992px) {
    #sofa-ideal video,
    #sofa-ideal img {
        max-height: 310px;
        object-fit: cover;
        object-position: center;
    }
}

#sofa-ideal h2 {
    color: var(--primary-font-gray);
}

#qualquer-ambiente .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#qualquer-ambiente .image {
    object-fit: cover;
    height: 400px;
}

#qualquer-ambiente .image-1 {
	
    width: calc(33.33% - 10px);
    margin-right: 10px;
}


#qualquer-ambiente .image-2 {
	
    width: calc(66.66% - 10px);
    margin-left: 10px;
}

#qualquer-ambiente .image-big {
    width: 100%;
    margin-top: 20px;
}

@media only screen and (max-width:992px) {
    #qualquer-ambiente .image-1 {
    	zoom: 55%;
    	width: calc(33.33% - 10px);
    	margin-right: 10px;
    }
    
    #qualquer-ambiente .image-2 {
    	zoom: 55%;
        width: calc(66.66% - 10px);
    	margin-left: 10px;
    }

    #qualquer-ambiente .image-big {
        width: 100%;
        margin-top: 5px;
    }

    #realidade-aumentada-home .image-ra {
        margin-bottom: 100px;
    }
}

#realidade-aumentada-home {
    margin: 40px auto;
    color: var(--secondary-font-gray);
}

#realidade-aumentada-home h2 {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2.5px;
}

#realidade-aumentada-home h3 {
    font-size: 36px;
    line-height: 40px;
}

#realidade-aumentada-home .image-ra {
    height: 230px;
    object-fit: cover;
    object-position: center;
}

@media only screen and (max-width:992px) {
    #realidade-aumentada-home .image-ra {
        margin-top: 15px;
    }
}

#realidade-aumentada-home .btn img {
    right: 15px;
    width: 18px;
    height: 18px;
    position: absolute;
    /* transition: .3s; */
    border-radius: 50%;
    filter: brightness(100);
}

#realidade-aumentada-home .btn:hover img {
    /* background-color: var(--main-brown); */
    filter: brightness(0) saturate(100%) invert(54%) sepia(16%) saturate(1523%) hue-rotate(325deg) brightness(83%) contrast(84%);
}

#section-tecnologias-de-conforto {
    padding: 40px 0;
    background-position: center !important;
    background-size: cover !important;
    color: var(--main-white);
    display: grid !important;
    align-items: center !important;
    color: var(--primary-font-white);
    text-align: center;
}

#section-tecnologias-de-conforto h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 53px;
    margin: 20px auto;
}

#section-tecnologias-de-conforto p {
    font-weight: 500;
}

#section-tecnologias-de-conforto .list-tecnologias {
    margin: 60px auto;
}

#section-tecnologias-de-conforto .col-12 {
    margin: 10px auto;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    margin: 10px 25px;
    color: var(--primary-font-white);
    width: 100%;
    text-align: center;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    border-bottom-color: rgba(255, 255, 255, 1) !important;
    padding-bottom: 32px;
}

#section-tecnologias-de-conforto .col-12:last-child {
    border-style: none !important;
}

@media only screen and (min-width:992px) {
    #section-tecnologias-de-conforto .col-12 {
        border-style: solid !important;
        border-width: 0 !important;
        border-right-style: solid !important;
        border-right-width: 1px !important;
        border-right-color: rgba(255, 255, 255, 1) !important;
        padding-right: 32px !important;
        padding-bottom: initial;
        border-bottom-style: none;
        width: initial;
    }
}

#section-blocos-3ds {
    color: var(--secondary-font-gray);
    padding: 30px 0;
}

#section-blocos-3ds .list-blocos img {
    max-width: 90px;
    display: flex;
    margin: auto;
}

#section-blocos-3ds .list-blocos .col:last-child {
    border-style: none !important;
}

#section-blocos-3ds .list-blocos .col {
    border-style: solid !important;
    border-width: 0 !important;
    border-right-style: solid !important;
    border-right-width: 1px !important;
    border-right-color: var(--secondary-font-gray) !important;
    padding-right: 32px !important;
    padding-bottom: initial;
    border-bottom-style: none;
    width: initial;
    margin: 0 auto 30px;
}

#temos-novo {
    padding: 40px 0;
    background-color: var(--main-gray);
    color: var(--primary-font-gray);
}

#temos-novo .list-novidades .slick-dots,
#depoiments .slick-dots,
#section-nossa-fabrica .slick-dots {
    position: relative;
    justify-content: center;
    bottom: initial;
}

#temos-novo h2 {
    text-align: center;
    margin-bottom: 50px;
    font-weight: 600;
}

#temos-novo img {
    width: 100%;
    margin-bottom: 15px;
    height: 150px;
    object-fit: contain;
}

#temos-novo h3 {
    font-size: 24px;
    line-height: 29px;
    text-align: center;
}

@media only screen and (min-width:992px) {
    #temos-novo img {
        height: 139px;
        object-fit: contain;
        object-position: center;
    }
}

#temos-novo .single-novidade {
    padding: 0 12px;
}


/* } */

#temos-novo .btn {
    margin-top: 35px;
}

#section-select-home {
    padding: 60px 0;
}

#section-select-home img {
    max-height: 170px;
    object-fit: cover;
    object-position: center;
}

#section-select-home h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 53px;
}

#section-select-home h2,
#section-select-home p {
    color: var(--secondary-font-gray);
}

#section-select-home h3 {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: var(--primary-font-gray);
    margin: 15px auto;
}

#section-select-home .btn {
    margin-bottom: 20px;
}

#depoiments h2 {
    color: var(--main-brown);
    font-weight: 600;
    font-size: 24px;
    line-height: 27px;
    text-align: center;
}

#depoiments h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: var(--secondary-font-gray);
}

#depoiments p {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: var(--secondary-font-gray);
}

#depoiments {
    padding: 0 0 40px;
}

#depoiments .slick-dots {
    margin-top: 20px;
}

#poder-transformacao {
    display: grid;
    align-items: center;
    justify-content: center;
    padding: 160px 0 60px;
    color: var(--primary-font-white);
    background-position: center !important;
    background-size: cover !important;
}

#poder-transformacao h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 53px;
    color: var(--primary-font-white);
    text-align: center;
}

#footer-area .form-footer h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 27px;
    color: var(--primary-font-white);
}

#footer-area .form-footer h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--primary-font-white);
}

#footer-area .form-footer input[type="email"] {
    background-color: transparent;
    color: var(--primary-font-white) !important;
}

#footer-area .form-footer input[type="email"]::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--primary-font-white) !important;
    opacity: 1;
    /* Firefox */
}

#footer-area .form-footer input[type="email"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--primary-font-white) !important;
}

#footer-area .form-footer input[type="email"]::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--primary-font-white) !important;
}

#poder-transformacao-section {
    margin: 52px auto;
}

#poder-transformacao-section h2 {
    color: var(--main-brown);
    margin-bottom: 60px;
}

#poder-transformacao-section .list-poderes .single-poder {
    min-height: 350px;
    background-blend-mode: normal, screen, normal, normal;
    background-size: cover !important;
    background-position: top center !important;
    border: 10px solid var(--primary-font-white);
}

#poder-transformacao-section .list-poderes .single-poder h3,
#poder-transformacao-section .list-poderes .single-poder h3 span {
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 8px;
}

#nossa-historia {
    margin: 50px auto;
}

#nossa-historia h2 {
    font-size: 48px;
    line-height: 53px;
    text-align: center;
    letter-spacing: -0.01em;
    color: var(--primary-font-gray);
}

#nossa-historia ul,
#nossa-historia .tab-content {
    margin: 25px auto;
}

#nossa-historia .tab-content {
    background-color: #F7F6F3;
}

#nossa-historia .tab-content h3 {
    color: var(--main-brown);
    font-weight: 600;
    font-size: 24px;
    line-height: 27px;
    margin: 20px 0;
}

#nossa-historia .tab-content p {
    color: var(--primary-font-gray);
}

#nossa-historia .tab-content img {
    max-height: 450px;
    object-fit: cover;
    object-position: center;
}

#nossa-historia .nav-link {
    font-size: 24px;
    line-height: 29px;
    color: var(--secondary-font-gray);
    border-radius: 0 !important;
    margin-bottom: 10px;
}

#nossa-historia .nav-link.active {
    background-color: initial;
    color: var(--main-brown);
    border-color: var(--main-brown);
    border-bottom: 1px solid;
}

#section-nossos-numeros {
    padding: 50px 0;
    background-color: #DEDAD0;
    color: var(--primary-font-gray);
    text-align: center;
}

#section-nossos-numeros h2 {
    font-size: 48px;
    line-height: 53px;
    margin-bottom: 70px;
}

#section-nossos-numeros h3 {
    line-height: 10px;
}

#section-nossos-numeros h3 span#numero,
#section-nossos-numeros h3 span.number-count {
    font-weight: 600;
    font-size: 36px;
    line-height: 45px;
}

#section-nossos-numeros h3 span#descricao {
    font-weight: 400;
    font-size: 18px;
    margin-top: 40px;
    line-height: 23px;
}

#valores .valores-introducao {
    background-size: cover !important;
    background-position: center !important;
    min-height: 350px;
    color: var(--primary-font-white);
    text-align: center;
    display: grid;
    align-items: center;
    justify-content: center;
}

#valores .list-valores {
    color: var(--secondary-font-gray);
}

#valores .list-valores .single-valor {
    margin: 40px auto 20px;
}

#valores .list-valores .single-valor img {
    height: 250px;
    object-fit: cover;
    object-position: center;
}

@media only screen and (max-width: 992px) {
    #valores .list-valores .single-valor img {
        margin: 0 auto 15px;
    }
}

#videos-sobre-century {
    margin: 60px auto;
}

#videos-sobre-century h2 span {
    font-weight: 400;
    font-size: 48px;
    line-height: 53px;
}

#videos-sobre-century .icon-play {
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 999;
}

#videos-sobre-century .lity-thumb {
    justify-content: center;
    display: inline-flex;
    align-items: center;
}

#videos-sobre-century .lity-thumb .thumb-lity {
    width: 100%;
    filter: brightness(45%);
    position: relative;
    z-index: 10;
    max-height: 140px;
    object-fit: cover;
    object-position: center;
}

#time-century {
    padding: 30px 0;
    background-color: #F7F6F3;
}

#time-century img {
    width: 150px;
    height: 170px;
    object-fit: cover;
    object-position: center;
    margin: 10px auto;
    display: flex;
}

#section-ciencia-conforto {
    margin: 40px auto;
}

#section-projetos-acoes-sociais {
    margin: 35px auto;
    color: var(--primary-font-gray);
    text-align: center;
}

#section-projetos-acoes-sociais h2 {
    margin-bottom: 20px;
}

#section-projetos-acoes-sociais .single-acao h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
}

#section-projetos-acoes-sociais .single-acao img {
    max-height: 250px;
    object-fit: cover;
    object-position: center;
}

#section-projetos-acoes-sociais .single-acao {
    margin: 20px auto;
}

#section-desenvolvimento-produtos h3,
#section-nossa-fabrica h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 27px;
    color: var(--main-brown);
}

#section-desenvolvimento-produtos p,
#section-nossa-fabrica p {
    color: #56544E;
}

#section-nossa-fabrica {
    margin: 40px auto;
}

#section-nossa-fabrica h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: 53px;
    color: var(--secondary-font-gray);
}

#section-nossa-fabrica .slick-dots {
    margin-top: 30px;
}

#time-century-2 #divisor-time {
    min-height: 350px;
    color: var(--primary-font-white);
    text-align: center;
    display: grid;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    padding: 150px 0;
    background-size: cover;
}

#time-century-2 .time-century {
    margin: 60px auto;
}

#time-century-2 .time-century h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: 53px;
    color: var(--secondary-gray);
    margin-bottom: 50px;
    text-align: center;
}

#time-century-2 .time-century .list-time .single-time {
    margin: 10px auto;
    text-align: center;
}

#time-century-2 .time-century .list-time .single-time img {
    width: 185px;
    height: 185px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    display: flex;
    margin: 0 auto;
}

#time-century-2 .time-century .list-time .single-time h3 {
    margin: 15px auto 8px;
    font-weight: 600;
    font-size: 24px;
    line-height: 124%;
    color: var(--main-brown);
}

#time-century-2 .time-century .list-time .single-time h4 {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: var(--primary-font-gray);
    margin: 0 auto 10px;
}

#section-apresentacao-century-select {
    padding: 30px 0;
}

#section-apresentacao-century-select h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: 53px;
    letter-spacing: -0.01em;
    color: var(--secondary-font-gray);
}

#section-apresentacao-century-select p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: var(--secondary-font-gray);
}

#section-apresentacao-century-select .icon-play {
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 999;
}

#section-apresentacao-century-select .lity-thumb {
    justify-content: center;
    display: inline-flex;
    align-items: center;
}

#section-apresentacao-century-select .lity-thumb .thumb-lity {
    width: 100%;
    filter: brightness(45%);
    position: relative;
    z-index: 10;
    height: 400px;
    object-fit: cover;
    object-position: center;
}

#section-beneficios-century-select h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    letter-spacing: -0.01em;
    color: var(--secondary-font-gray);
}

#section-beneficios-century-select h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: -0.01em;
    color: var(--main-brown);
    text-align: center;
    margin: 16px auto 8px;
}

#section-beneficios-century-select img {
    width: 100%;
    max-height: 180px;
    object-fit: cover;
    object-position: center;
    margin-top: 25px;
}

#section-beneficios-century-select .single-beneficio {
    padding: 10px 15px;
}

#section-beneficios-century-select p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: -0.01em;
    color: var(--primary-font-gray);
}

#section-beneficios-century-select {
    padding: 0 0 50px;
}

#form-century-select {
    background: #DEDAD0;
    padding: 40px 0;
    text-align: center;
}

#form-century-select h2 {
    font-weight: 400;
    font-size: 64px;
    line-height: 70px;
    text-align: center;
    letter-spacing: -0.01em;
    color: var(--primary-font-gray);
}

#form-century-select p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #56544E;
}

#form-century-select form {
    text-align: initial;
}

#form-century-select button {
    margin-top: 20px;
}

#form-century-select #formulario {
    margin-top: 40px;
    background: #FFFFFF;
    border: 1px solid var(--secondary-font-gray);
    border-radius: 4px;
    padding: 25px 0;
}

#form-century-select .form-group {
    margin-top: 15px;
}

/*
#page-projetos-e-acoes {
    padding: 100px 0 30px;
}
*/

#page-projetos-e-acoes h1 {
    font-weight: 400;
    font-size: 64px;
    line-height: 70px;
    letter-spacing: -0.01em;
    color: var(--secondary-font-gray);
    margin-bottom: 15px;
    text-align: center;
}

#page-projetos-e-acoes p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: var(--primary-font-gray);
}

#page-projetos-e-acoes .list-projetos .single-projeto {
    margin: 20px auto;
}

#page-projetos-e-acoes .list-projetos .single-projeto .box-img {
    height: 315px;
    overflow: hidden;
    margin-bottom: 8px;
}

#page-projetos-e-acoes .list-projetos .single-projeto .box-img .thumbnail-projeto {
    height: 315px;
    object-fit: cover;
    object-position: center;
    transition: transform .25s, visibility .25s ease-in;
}

#page-projetos-e-acoes .list-projetos .single-projeto:hover .box-img .thumbnail-projeto {
    transform: scale(1.1);
}

#page-projetos-e-acoes .list-projetos .single-projeto h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.01em;
    color: var(--secondary-font-gray);
}

#page-projetos-e-acoes .list-projetos .single-projeto button {
    margin: 30px 0 0;
}

#page-projetos-e-acoes #list-parceiros {
    margin: 50px auto 0;
}

#page-projetos-e-acoes #list-parceiros h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: 53px;
    text-align: center;
    letter-spacing: -0.01em;
    color: var(--secondary-font-gray);
}

#page-projetos-e-acoes #list-parceiros .single-parceiro img {
    max-width: 150px;
}

#container-single-projeto,
#container-single-material {
    padding: 52px 0 60px;
}

/*
@media only screen and (min-width:992px) {
    #page-projetos-e-acoes,
    #container-single-projeto {
        padding: 150px 0 50px;
    }
}
*/

#container-single-projeto h1 {
    font-weight: 400;
    font-size: 64px;
    line-height: 70px;
    text-align: center;
    letter-spacing: -0.01em;
    color: var(--main-brown);
}

#container-single-projeto p.description-projeto {
    text-align: center;
    margin: 16px auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: var(--primary-font-gray);
}

#container-single-projeto .header-projeto {
    padding: 0;
}

#container-single-projeto .header-projeto .credits-projeto {
    text-align: center;
}

#container-single-projeto .header-projeto .credits-projeto .author-projeto {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
    letter-spacing: -0.01em;
    color: var(--primary-font-gray);
}

#container-single-projeto .header-projeto .credits-projeto .divider-credits {
    margin: 0 10px;
}

#container-single-projeto .header-projeto .credits-projeto .divider-credits,
#container-single-projeto .header-projeto .credits-projeto .date-projeto {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
    letter-spacing: -0.01em;
    color: var(--primary-font-gray);
}

#container-single-projeto .header-projeto .addtoany_shortcode {
    text-align: center;
    margin: 16px auto 40px;
}

#container-single-projeto .content-projeto .thumbnail-projeto {
    margin: 0 auto 40px;
}

#container-single-projeto .content-projeto .credits-projeto {
    margin: 40px 0;
}

#container-single-projeto .content-projeto .credits-projeto .author-projeto {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.01em;
    color: var(--primary-font-gray);
}

#container-single-projeto .content-projeto .credits-projeto .divider-credits {
    margin: 0 10px;
}

#container-single-projeto .content-projeto .credits-projeto .divider-credits,
#container-single-projeto .content-projeto .credits-projeto .date-projeto {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.01em;
    color: var(--primary-font-gray);
}

@media only screen and (min-width:992px) {
    #container-single-projeto .content-projeto .thumbnail-projeto {
        width: 100%;
        height: 400px;
        object-fit: cover;
        object-position: center;
    }
}

#next-prev-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#next-prev-link a {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.1px;
    text-decoration-line: underline;
    color: var(--main-brown);
}

#container-single-projeto .content-projeto {
    color: var(--primary-font-gray);
}

#container-single-projeto .content-projeto p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
}

#container-single-projeto .content-projeto .outros-projetos {
    margin: 60px auto;
}

#container-single-projeto .content-projeto .outros-projetos h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    letter-spacing: -0.01em;
    color: var(--secondary-font-gray);
    /* margin-bottom: 15px; */
}

#container-single-projeto .content-projeto .outros-projetos img {
    max-height: 170px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    margin: 30px auto 0;
}

#container-single-projeto .content-projeto .outros-projetos h3 {
    margin: 15px auto;
    font-weight: 600;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: -0.01em;
    color: var(--secondary-font-gray);
}

#container-single-projeto .content-projeto .outros-projetos .leia-mais {
    font-size: 14px;
    font-weight: 700;
    line-height: 124%;
    letter-spacing: -0.01em;
    color: var(--main-brown);
    margin-bottom: 10px;
}

#sidebar-blog {
    margin: 20px auto;
}

#sidebar-blog hr {
    border-color: #686666;
    margin: 30px auto;
}

#sidebar-blog h2 {
    text-align: center;
    line-height: 0;
    margin-bottom: 30px;
}

#sidebar-blog h2 a {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    text-decoration-line: underline;
    color: var(--primary-font-gray);
}

#sidebar-blog .search-form .btn {
    background: #fff;
    border-radius: 0 .25rem .25rem 0;
    border-bottom: 1px solid #ced4da;
    border-top: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-left: none !important;
}

#sidebar-blog .search-form input,
#sidebar-blog .search-form input:focus {
    border-right: none;
    /* background-image: url('../img/icon-search.png'); */
    /* background-size: auto; */
    /* background-repeat: no-repeat; */
    text-indent: 20px;
    /* Extra Styling */
    /* padding: 5px 3px; */
    transition: 0.3s;
    background-position: 95% center;
    color: #2A409A;
    font-weight: 300;
}

@media only screen and (min-width:992px) {
    #sidebar-blog hr {
        margin: 50px auto;
    }
}

.wpcf7-spinner {
    display: none;
}

#sidebar-blog #newsletter h2 {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: -0.01em;
    color: var(--main-brown);
}

#ultimo-material {
    margin: 0 auto 50px;
}

#ultimo-material img {
    min-height: 350px;
    object-fit: cover;
    object-position: center;
}

#ultimo-material img,
#banner-sidebar-blog img {
    transition: .3s;
    background-color: var(--primary-font-white);
}

#ultimo-material img:hover,
#banner-sidebar-blog img:hover {
    opacity: .8;
}

#banner-sidebar-blog img {
    margin: 0 auto 30px;
}

#filtro-materiais #clear-filter,
#filtro-materiais #searchMateriais {
    cursor: pointer;
    color: var(--primary-font-gray);
}

#filtro-materiais #searchMaterial {
    display: block;
}

@media only screen and (min-width:992px) {
    #filtro-materiais #searchMaterial {
        display: none;
    }
}

#container-single-material h1 {
    font-weight: 400;
    font-size: 48px;
    line-height: 53px;
    letter-spacing: -0.01em;
    color: var(--secondary-font-gray);
}

#container-single-material .iframe-issuu,
#pdf-book-container {
    width: 100%;
    aspect-ratio: 5 / 4;
    min-height: 420px;
    margin-top: 40px;
}

#container-single-material .iframe-issuu iframe,
#pdf-book {
    width: 100%;
    height: 100%;
    inset: 0;
    border: none;
}

#container-single-material #breadcrumb {
    margin: 0 0 20px;
}

#container-single-material #breadcrumb a,
#container-single-material #breadcrumb {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.01em;
    color: var(--secondary-gray);
}

#container-single-material #breadcrumb span {
    margin: 0 15px;
}

#container-single-material .download-material {
    background-color: #EFEDE7;
    padding: 30px 0;
    color: var(--primary-font-gray);
}

#container-single-material .download-material h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: -0.01em;
}

#container-single-material .download-material h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
}

#diagrama-guia-de-conforto {
    padding: 40px 0;
    background-color: #DEDAD0;
}

#diagrama-guia-de-conforto .container {
    background-image: url(../img/background-diagram.png);
    background-position: center;
    background-repeat: no-repeat;
    display: grid;
    min-height: 500px
}

#diagrama-guia-de-conforto h2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    letter-spacing: -0.01em;
    color: var(--primary-font-gray);
}

#diagrama-guia-de-conforto h2 img {
    margin: 0 10px;
}

@media only screen and (min-width:992px) {
    #tecnologias-de-conforto-single {
        padding: 50px 0 0;
    }
}

#tecnologias-de-conforto-single h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: 53px;
    letter-spacing: -0.01em;
    color: var(--secondary-font-gray);
    text-align: center;
}

#tecnologias-de-conforto-single .list-tecnologias .single-tecnologia .col-12 {
    margin: 15px auto;
    background-color: #EFEDE7;
    padding: 35px 25px;
}

#tecnologias-de-conforto-single .list-tecnologias .single-tecnologia p {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #5F5757;
    margin: 35px auto;
}

#sofa-ideal video {
    width: 100%;
}

#section-por-dentro-conforto {
    padding: 30px 0 60px;
}

#section-por-dentro-conforto h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: 53px;
    letter-spacing: -0.01em;
    text-align: center;
    margin-bottom: 20px;
    color: var(--secondary-font-gray);
}

#section-por-dentro-conforto .tab-content img {
    width: 100%;
    max-width: 450px;
    display: flex;
    margin: auto;
}

#section-por-dentro-conforto .nav-pills .nav-link {
    padding: 10px 15px;
    margin: 10px 0;
    background-color: #F7F6F3;
    color: #DEDAD0;
}

#section-por-dentro-conforto .nav-pills .nav-link.active {
    background-color: var(--main-brown);
    color: var(--primary-font-white);
}

#section-por-dentro-conforto .nav-pills .nav-link h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 124%;
    letter-spacing: -0.01em;
}

#section-por-dentro-conforto .nav-pills .nav-link p {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.01em;
}

@media only screen and (max-width:768px) {
    #list-lojas .single-loja {
        padding: 0;
    }
}

#list-lojas .single-loja .content-loja {
/*  word-break: break-all;
    background-color: #EFEDE7;*/
    padding: 16px 24px;
}

#list-lojas .single-loja h3 {
    font-weight: 400 !important;
    font-size: 24px !important;
    line-height: 29px !important;
    letter-spacing: -0.01em !important;
    color: var(--primary-font-gray) !important;
}

#list-lojas .single-loja h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.01em;
    color: var(--primary-font-gray);;
    margin: 8px 0 22px;
}

#list-lojas .single-loja h4 strong {
    font-weight: 600;
}

#list-lojas .single-loja h5 {
    margin: 0 0 16px;
}

#list-lojas .single-loja h5,
#list-lojas .single-loja h5 a {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    letter-spacing: -0.01em;
    color: var(--primary-font-gray);
}

#list-lojas .single-loja h5.color-brown,
#list-lojas .single-loja h5.color-brown a {
    color: var(--main-brown);
}

#list-lojas .single-loja h5 img,
#list-lojas .single-loja h5 a img {
    max-width: 16px;
    margin-right: 10px;
    filter: brightness(0);
}

#list-lojas .single-loja h5.link-site a {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: var(--main-brown);
}

#list-lojas .single-loja .btn {
    margin: 10px 0 0 !important;
    background-color: #EFEDE7;
    color: var(--main-brown);
    border: 1px solid var(--main-brown);
    transition: .3s;
}

#list-lojas .single-loja .btn:hover {
    color: #EFEDE7;
    background-color: var(--main-brown);
}

#filtro-materiais select {
    margin: 8px;
    padding: 0.3rem 2px;
}

@media only screen and (min-width:992px) {
    /*#filtro-materiais .col-12 {
        /* max-width: 160px !important; 
    }*/
    #filtro-materiais select {
        display: initial !important;
        width: initial !important;
    }
}

@media only screen and (max-width:992px) {
    #list-lojas .single-loja .btn {
        display: block;
        width: 100%;
    }
    #collapse-product .gallery-item {
        width: 100% !important;
    }
}

@media only screen and (min-width:768px) {
    /*#searchMaterial {
        /* position: absolute;
           left: 50px; 
    }*/
    #dropdown3Ds:hover .dropdown-menu {
        margin-top: -10px;
        display: block !important;
    }
}

section#error-page {
    background: linear-gradient(0deg, rgba(185, 105, 85, 0.92), rgba(185, 105, 85, 0.92)), url(../img/error-bg.jpg);
    padding: 220px 0 170px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: var(--primary-font-white);
    text-align: center;
}

section#error-page p {
    margin: 20px auto 32px;
}

section#error-page .btn {
    color: var(--main-brown);
    border: 1px solid var(--primary-font-white);
    background-color: var(--primary-font-white);
    transition: .3s;
    padding: 10px 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.01em;
}

section#error-page .btn:hover {
    color: var(--primary-font-white);
    background-color: var(--main-brown);
}

section#list-tipo-produto {
    margin-top: 64px;
    padding-left: 24px;
}

@media only screen and (max-width:992px) {
    section#list-tipo-produto {
        /*margin: 100px auto -20px;*/
        margin: 64px auto;
        padding-left: 24px;
    }
}

section#list-tipo-produto .single-tipo-produto {
    margin: 60px 0;
    width: 180px;
    transition: .3s;
}

section#list-tipo-produto .single-tipo-produto:hover {
    transform: scale(.95);
}

section#list-tipo-produto .single-tipo-produto img {
    display: flex;
    width: 100%;
    max-width: 400px;
    height: 250px;
    object-fit: contain;
    object-position: center;
}

@media only screen and (min-width:992px) {
    section#list-tipo-produto .single-tipo-produto img {
        max-width: 500px;
    }
}

section#list-tipo-produto .single-tipo-produto h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    letter-spacing: -0.01em;
    color: var(--primary-font-gray);
    right: 500;
    bottom: 259px;
    position: absolute;
 	
}

section#section-banner-ra .container-fluid {
    margin: 32px auto 0;
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: var(--main-brown);
    color: var(--primary-font-white);
}

section#section-banner-ra h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: -0.01em;
}

section#section-banner-ra img {
    width: 46px;
    height: 51.75px;
    display: flex;
    /* margin: auto; */
}

section#section-banner-ra .btn {
    padding: 10px 24px;
    color: var(--main-brown);
    background-color: var(--primary-font-white);
    border: 1px solid var(--primary-font-white);
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.01em;
    transition: .3s;
}

section#section-banner-ra .btn:hover {
    color: var(--primary-font-white);
    background-color: var(--main-brown);
}

@media only screen and (max-width:768px) {
    section#section-banner-ra .btn {
        margin: 20px auto 0;
    }
}

.single-tipo-produto .icon-single-ra {
    width: 37px !important;
    height: 37px !important;
    position: absolute;
    right: 10px;
    bottom: 10px;
    min-height: 0 !important;
    margin: 0 !important;
}

.single-novidade .icon-single-ra {
    width: 37px !important;
    height: 37px !important;
    position: absolute;
    /* right: 8%; */
    /* top: 70%; */
    bottom: 20px;
    right: 25px;
    min-height: 0 !important;
    margin: 0 !important;
}

#filter-ra {
    display: block;
    margin: auto;
    cursor: pointer;
    height: 38px;
    padding: 7px 10px;
    border: 0.7px solid #d6d1c46e;
    border-radius: 3px;
    transition: .3s;
    filter: brightness(0) saturate(100%) invert(51%) sepia(5%) saturate(406%) hue-rotate(4deg) brightness(94%) contrast(91%);
}

#filter-ra.active {
    background-color: var(--main-gray);
    filter: initial;
}

#filtro-materiais select {
    font-size: 14px;
}

#filtro-materiais .showingProducts {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: var(--primary-font-gray);
}

#filtro-materiais select {
    cursor: var(--secondary-font-gray);
}

#gallery-ambientes-produto .slider-nav img {
    padding: 20px;
}

/* #gallery-ambientes-produto .slider-nav1 img {
    /* border: 1px solid #aba79d; 
}*/

/*#gallery-ambientes-produto h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: 53px;
    text-align: center;
    letter-spacing: -0.01em;
    color: var(--secondary-font-gray);
    margin: 30px auto;
}*/

#lista-desejos {
    margin-top: 100px;
}

#lista-desejos h1 {
    font-weight: 400;
    font-size: 64px;
    line-height: 70px;
    text-align: center;
    letter-spacing: -0.01em;
    color: var(--secondary-font-gray);
}

#lista-desejos p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    align-items: center;
    letter-spacing: -0.01em;
}

#lista-desejos .productSaved {
    margin: 20px auto;
    padding: 0 0 32px;
    border-bottom: 1px solid #8D8686;
}

#lista-desejos .productSaved h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.01em;
    color: var(--primary-font-gray);
}

#lista-desejos .productSaved h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
}

/* #lista-desejos .productSaved .ctas {
    /* margin: 20px 0;
}*/

#lista-desejos .productSaved .ctas a {
    margin: 10px 0;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: var(--main-brown);
    display: block;
    text-align: center;
}

#lista-desejos .productSaved .ctas .btn-ver-produto {
    border: 1px solid var(--main-brown);
    border-radius: 4px;
    padding: 6px 8px;
    transition: .3s;
    text-decoration: none !important;
}

#lista-desejos .productSaved .ctas .btn-ver-produto:hover {
    background-color: var(--main-brown);
    color: var(--primary-font-white);
}

/*#lista-desejos .productSaved .ctas .btn-remover-produto {

}*/

.carrinhoCheio {
    border-radius: 50% !important;
    background-color: #b9695540 !important;
}

#salvarProduto {
    font-size: 14px;
    color: var(--main-brown);
    display: block;
    margin: -30px -15px auto auto;
    text-transform: lowercase;
}

@media only screen and (min-width:992px) {
    #salvarProduto {
        /*float: right;*/
        z-index: 99;
        position: relative;
    }
}

#salvarProduto:hover {
    text-decoration: underline;
}

#salvarProduto img {
    width: 20px;
    height: 19px;
    filter: brightness(0);
}

#view360 {
    border-color: var(--main-brown);
    color: var(--primary-font-white);
	background-color: var(--main-brown);
    display: block;
    margin: 20px auto 0;
}

@media only screen and (min-width:992px) {
    #view360 {
        float: right;
        z-index: 99;
        position: relative;
		margin-right: 15px;
    }
	
	.modal {
		    z-index: 99999 !important;
	}
.modal-content iframe {
height: 400px !important;
}

}

#view360:hover {
    color: var(--main-brown);
    background-color: var(--primary-font-white);
}

#view360 img {
    width: 20px;
    height: 19px;
}

#view360:hover img {
    filter: brightness(100);
}

#breadcrumb-produto span {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.01em;
    color: var(--primary-font-gray);
    margin: 0 10px 0 0;
    text-transform: lowercase;
}

#salvarProduto.rm_btn {
    float: right;
    z-index: 99;
    position: relative;
}

#salvarProduto.rm_btn:hover {
    text-decoration: underline;
}

#salvarProduto.rm_btn img {
    filter: brightness(0);
}

#salvarProduto.rm_btn:hover img {
    filter: none;
}

#logoSingle {
    filter: brightness(0) saturate(100%) invert(76%) sepia(18%) saturate(133%) hue-rotate(5deg) brightness(86%) contrast(86%);
    width: 200px;
/* 	max-width: 150px; */
	max-width: 100%;
}

#singleProduto h1 {
    font-weight: 400;
    margin-top: 52px;
    font-size: 38px;
    line-height: 70px;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    color: var(--main-brown);
}

#gallery-ambientes-produto > div > div > div.col-md-1 > h2 {
    /*position: absolute;
    transform: translate(-50%, 0%) rotate(270deg);*/
    bottom: 15%;
    transform-origin: 0 0;
    white-space: nowrap;
    text-align: center;
    width: 100%;
    margin: 0;
    left: 150%;
    padding: 0;
    font-size: 35px;
    z-index: 999;
    line-height: 1; 
}

@media only screen and (max-width:992px) {
    #gallery-ambientes-produto {
        margin: 100px 0 0 0 !important;
    }

    #gallery-ambientes-produto > div > div > div.col-md-1 > h2 {
        position: static;
        transform: none;
        bottom: 15%;
        transform-origin: 0 0;
        white-space: nowrap;
        text-align: center;
        width: 100%;
        margin: 0;
        left: 150%;
        padding: 0;
        font-size: 30px;
        z-index: 999;
        line-height: 1; 
    }

    #gallery-ambientes-produto .nav {
        display: none;
    }

    #gallery-ambientes-produto .slick-prev {
        left: 15px !important;
        margin-top: -100px !important;
        filter: brightness(0);
    }

    #gallery-ambientes-produto .slick-next {
        right: 15px !important;
        margin-top: -100px !important;
        filter: brightness(0);
    }

    #salvarProduto {
        margin: 60px auto 0 !important;
    }

    #breadcrumb-produto {
        margin-top: 30px;
    }

    #gallery-ambientes-produto .d-block {
        text-align: center;
    }
}


.widget_media_image img {
    max-width: initial !important;
    height: auto !important;
    width: 100% !important;
}

.downloads-single h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-transform: lowercase;
    letter-spacing: -0.01em;
    color: var(--main-brown);
    margin-bottom: 30px;
}

.downloads-single .btn {
    margin: 0 8px;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 85px;
    font-size: small;
}

.downloads-single .dropdown-item:focus,
.downloads-single .dropdown-item:hover {
    color: var(--primary-font-white);
    text-decoration: none;
    background-color: var(--main-brown);
}

section#composicoes {
    background: #DEDAD0;
    padding: 60px 0;
}

section#composicoes h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.01em;
    color: var(--primary-font-gray);
    text-align: center;
    margin-bottom: 30px;
}

.composicoes {
    /*     padding-bottom: 25px; */
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    /* 	justify-content: center; */
    margin-bottom: 25px;
}

.composicoes .img-composicao {
    max-width: 300px;
    height: 100%;
    position: relative;
    padding: 0;
    display: flex;
    margin: auto;
}
@media only screen and (min-width:992px) {
	#singleProduto h1 {
	    font-size: 44px !important;
	}
	
}
/*
@media only screen and (min-width:768px) {
    #singleProduto h1 {
        text-align: center;
    }
}
*/
@media only screen and (max-width:992px) {
    .composicoes .img-composicao {
        padding: 0 5px;
    }
}

.composicoes .icon-duvida {
    width: 18px;
    position: absolute;
    right: 15px;
    bottom: 10px;
    cursor: pointer;
}

.icon-duvida {
    cursor: pointer;
    filter: brightness(0);
}

.progress {
    position: relative;
    border-radius: 32px !important;
}

.progress-bar {
    background-color: var(--main-brown);
    position: absolute;
    height: 16px !important;
    width: 16px;
    border-radius: 32px;
}

.progress-bar.right {
    right: 0;
}

.progress-bar.left {
    left: 0;
}

.progress-bar.w-20 {
    width: 20% !important;
}

.progress-bar.w-40 {
    width: 40% !important;
}

.progress-bar.w-60 {
    width: 60% !important;
}

.progress-bar.w-80 {
    width: 80% !important;
}

.progress-bar.w-100 {
    width: 100% !important;
}

.progress-bar.left-20 {
    margin-left: 20% !important;
}

.progress-bar.left-40 {
    margin-left: 40% !important;
}

.progress-bar.left-60 {
    margin-left: 60% !important;
}

.progress-bar.left-80 {
    margin-left: 80% !important;
}

.progress-bar.left-100 {
    margin-left: 100% !important;
}

.progress-bar.center {
    margin: auto;
    left: 0;
    right: 0;
    width: 50% !important;
}

.content-pop-over h3 {
    color: var(--main-brown);
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    display: flex;
    align-items: center;
}

.content-pop-over h3 img {
    width: 18px;
    margin: 0 5px;
}

.content-pop-over p {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: var(--primary-font-gray);
}

#regua-conforto .single-conforto {
    border: 1px solid var(--primary-font-gray);
    border-radius: 25px;
    padding: 16px;
}

#regua-conforto .single-conforto h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: -0.01em;
    color: var(--primary-font-gray);
}

#regua-conforto .single-conforto .description {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: -0.01em;
    color: var(--primary-font-gray);
}

.w-10 {
    width: 10%;
}

.veja-espaco .btn-espaco {
    transition: .3s;
    background-color: var(--main-brown);
    border: 1px solid var(--main-brown);
    color: var(--primary-font-white);
    padding: 0;
    max-width: 220px;
}

.veja-espaco .btn-espaco img {
    filter: brightness(100);
}

.veja-espaco .btn-espaco:hover img {
    filter: brightness(0) saturate(100%) invert(54%) sepia(16%) saturate(1523%) hue-rotate(325deg) brightness(83%) contrast(84%);
}

.veja-espaco .btn-espaco:hover {
    color: var(--main-brown);
    background-color: var(--primary-font-white);
}

#caixa-qrcode {
    padding: 0;
    position: absolute;
    z-index: 999;
}

#caixa-qrcode .card-body {
    max-width: 220px;
    background-color: var(--main-brown);
    color: var(--primary-font-white);
    margin-top: 15px;
}

#r2u-qrcode {
    border: 5px solid #fff;
    margin-top: 15px;
}

.veja-espaco .btn-adquirir {
    transition: .3s;
    background-color: var(--primary-font-white);
    border: 1px solid var(--main-brown);
    color: var(--main-brown);
    padding: 0;
    max-width: 220px;
    height: 100%;
    align-items: center;
    display: flex !important;
    justify-content: center;
}

.veja-espaco .btn-adquirir:hover {
    background-color: var(--main-brown);
    color: var(--primary-font-white);
}

#time-century .legenda {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: -0.01em;
    color: var(--primary-font-gray);
}

#containerBoleto {
    padding-top: 150px;
    margin-top: -150px;
}

#boleto {
    margin: 50px auto;
    padding: 32px 0;
    background-color: #EFEDE7;
}

#boleto h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: -0.01em;
    color: var(--primary-font-gray);
}

#boleto h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: var(--primary-font-gray);
}

#list-contatos h1 {
    font-weight: 400;
    font-size: 58px;
    line-height: 60px;
    text-align: center;
    letter-spacing: -0.01em;
    color: var(--secondary-font-gray);
    margin-bottom: 40px;
}

#list-contatos .single-contato {
    border: 1px solid var(--primary-font-gray);;
    border-radius: 10px;
    text-align: center;
    padding: 27px 22px;
    margin: 10px auto;
}

#list-contatos .single-contato img {
    width: 52px;
    height: 52px;
    /* object-fit: cover; */
}

#list-contatos .single-contato h2 {
    margin: 8px auto 16px;
    font-weight: 400;
    font-size: 24px;
    line-height: 135.5%;
    letter-spacing: -0.01em;
    color: var(--primary-font-gray);
}

#list-contatos .single-contato p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: var(--primary-font-gray);
}

#list-contatos .single-contato .btn {
    margin: 32px auto 0;
    color: var(--primary-font-white);
    background-color: var(--primary-font-gray);
    border: 1px solid var(--primary-font-gray);
    transition: .3s;
}

#list-contatos .single-contato .btn:hover {
    color: var(--primary-font-gray);
    background-color: var(--primary-font-white);
}

#collapse-product .gallery img {
    max-width: 100%;
    border: none;
}

#collapse-product .card {
    border-color: var(--main-brown);
    margin: 0 auto 16px;
    border-bottom: 1px solid var(--main-brown);
    border-radius: 24px;
	/*margin-left: -21px;*/
}

#collapse-product .card-header {
    padding: 0;
    background-color: transparent;
    border-bottom: none;
}

#collapse-product .card-header button {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: var(--main-brown);
    text-decoration: none !important;
    padding: 14px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: lowercase;
}

#collapse-product .card-header button .arrowCollapse {
    transition: .3s;
    width: 8px;
}

#collapse-product .card-header button[aria-expanded="true"] .arrowCollapse {
    transform: rotate(90deg);
}

#collapse-product .card-body {
    color: var(--primary-font-gray);
}

#collapse-product .card-body p {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
}

#collapse-product .card-body h2,
#collapse-product .card-body h3 {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
}

#collapse-product .card-body a,
#collapse-product .card-body h3,
#collapse-product .card-body h4,
#collapse-product .card-body h5 {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    margin-bottom: 15px;
    cursor: pointer;
}

#collapse-product .card-body .collapse,
#collapse-product .card-body .collapsing {
    margin-left: 10px;
}

#collapse-product .card-body h3 .arrowCollapse,
#collapse-product .card-body h4 .arrowCollapse {
    margin-right: 8px;
}

/*
#collapse-product .card-body h3 .arrowCollapse,
#collapse-product .card-body h4 .arrowCollapse {
    margin: 0 25px;
    float: right;
}

@media only screen and (min-width:992px) {
    #collapse-product .card-body h3 .arrowCollapse,
    #collapse-product .card-body h4 .arrowCollapse {
        position: absolute;
        left: 15%;
    }
}
*/

#collapse-product .card-body h3[aria-expanded="true"],
#collapse-product .card-body h4[aria-expanded="true"] {
    font-weight: 600;
}

#collapse-product .card-body h3[aria-expanded="true"] .arrowCollapse,
#collapse-product .card-body h4[aria-expanded="true"] .arrowCollapse {
    transform: rotate(90deg);
}

/*
#collapse-product #collapseTecidos,
#collapse-product #collapseAcabamentos {
    padding-top: 16px;
}
*/

#collapse-product #collapseTecidos .card-body h3,
#collapse-product #collapseAcabamentos .card-body h3 {
    margin-bottom: 16px;
}

/*
#collapse-product #collapseTecidos .card-body {
    padding: 0 1.25rem 1.25rem;
}
*/

.single-amostra {
    margin: 0 10px;
    text-align: center;
}

.single-amostra img {
    width: 120px;
}

.single-amostra h5 {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: var(--primary-font-gray);
    margin: 5px auto;
}

@media only screen and (max-width:992px) {
    .slider-for1 .slick-arrow {
        top: 50% !important;
        margin-top: 0 !important;
    }

    .slider-for1 {
        margin-bottom: 20px;
    }
}

.slider-nav1 .slick-track {
    display: flex;
    align-items: center;
}

.gallery_instalacoes img {
    width: 100%;
}

#changeOrder,
#changeOrder:focus {
    border: none !important;
    outline: none !important;
    cursor: pointer !important;
    box-shadow: none !important;
    text-align: center;
}

#selo-lancamento {
    position: absolute;
    font-size: 14px;
    right: -10px;
    background-color: var(--main-brown);
    color: #fff;
    line-height: 15px;
    font-weight: 500;
    padding: 6px 16px;
    margin-top: -10px;
}


#list-conteudo-suporte {
    margin: 50px auto;
}

#list-conteudo-suporte h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.01em;
    color: var(--secondary-font-gray);
    margin: 16px 0 8px;
}

#list-conteudo-suporte p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #56544E;
}


/* Tampão */
.form-control {
    line-height: 1.625;
    height: auto;
}

.gap-3 {
    gap: 16px;
}

.gap-2 {
    gap: 8px;
}


.pv-brand {
    max-width: 100%;
    height: auto;
}

#main-header,
#main-footer {
    position: relative;
}

#main-header {
    display: flex;
    align-items: center;
}

#main-header,
#header-menu-offcanvas .offcanvas-header {
    min-height: 60px;
}

@media (min-width: 992px) {
    #main-header {
        min-height: 80px;
    }
}

#main-header:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
}


#main-header .pv-brand {
    max-width: 152px;
}

#main-footer {
    position: relative;
    padding: 1rem 0;
}

#main-footer .pv-brand {
    max-width: 136px;
}

#main-footer .pv-social {
    max-width: 104px;
    height: auto;
}

#copyright {
    font-size: 12px;
}


#header-menu .nav-link,
#footer-menu .nav-link,
#products-menu .nav-link {
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--primary-font-gray);
    font-weight: normal;
}

#header-menu .nav-link.active,
#products-menu .nav-link.active {
    font-weight: bold;
}

#header-menu .nav-link:hover, #header-menu .nav-link:focus,
#footer-menu .nav-link:hover, #footer-menu .nav-link:focus,
#products-menu .nav-link:hover, #products-menu .nav-link:focus {
    text-decoration: underline;
}

#header-menu .nav-link {
    padding: 8px 0;
}

@media (min-width: 992px) {
    #header-menu .nav-link {
        padding: 8px 24px;
    }
}

#footer-menu .nav-link {
    padding: 6px 16px;
}

#products-menu {
    padding-top: 44px;
    padding-bottom: 3rem;
}







/* Botão Hamburger */
.navbar-toggler {
    box-sizing: content-box;
    width: 1.2em;
    height: 1.2em;
    padding: 0.2rem 0.2rem;
    color: #000;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
    cursor: pointer;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    color: #000;
    text-decoration: none;
    outline: 0;
    opacity: 1;
}

/* Botão Pesquisa */
.btn-search {
    box-sizing: content-box;
    width: 1.1em;
    height: 1.1em;
    padding: 0.2rem 0.2rem;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba(0, 0, 0, 1)'%3e%3cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3e%3c/svg%3e") center/1.25em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
    cursor: pointer;
    transition: opacity 0.15s ease-in-out;
}

.btn-search:hover,
.btn-search:focus {
    color: #000;
    text-decoration: none;
    outline: 0;
    opacity: 1;
}



/* Botão Fechar */
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #FFF;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
    cursor: pointer;
}

.btn-close:hover {
    color: #FFF;
    text-decoration: none;
    opacity: 0.75;
}

.btn-close:focus {
    color: #FFF;
    text-decoration: none;
    outline: 0;
    opacity: 1;
}




/* CSS - offcanvas.css */
.offcanvas {
    position: fixed;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out, visibility 0.3s;
}

.offcanvas-start {
    top: 0;
    left: 0;
    bottom: 0;
    width: 400px;
    transform: translateX(-100%);
}

.offcanvas-top {
    top: 0;
    left: 0;
    width: 100vw;
    transform: translateY(-100%);
}

@media (max-width: 991px) {
    .offcanvas-start {
        box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15), inset -1px 0 0 rgba(0,0,0,0.15);
    }
}

.offcanvas.showing,
.offcanvas.show,
.offcanvas.hiding {
    visibility: visible;
}

.offcanvas.show {
    transform: none;
}

.offcanvas.hiding {
    transform: translateX(-100%);
}

.offcanvas.offcanvas-top.hiding {
    transform: translateY(-100%);
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem 1rem 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background-color: var(--primary-font-gray);
}

.offcanvas-title {
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
    font-weight: normal;
    opacity: .75;
    color: var(--primary-font-white);
}

.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1.5rem;
    overflow-y: auto;
}

@media (max-width: 768px) {
    .offcanvas-header,
    .offcanvas-body {
        padding: 1rem;
    }
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    transition: opacity 0.15s linear;
}

.offcanvas-backdrop.fade {
    opacity: 0;
}

.offcanvas-backdrop.show {
    opacity: 0.5;
}

/* Prevenir scroll do body quando offcanvas está aberto */
body.offcanvas-open {
    overflow: hidden;
}

/* Responsivo - Desabilita offcanvas em telas grandes */
@media (min-width: 992px) {
    .offcanvas-lg {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }

    .offcanvas-lg .offcanvas-header {
        display: none;
    }

    .offcanvas-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

@media (min-width: 768px) {
    .offcanvas-md {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }

    .offcanvas-md .offcanvas-header {
        display: none;
    }

    .offcanvas-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

@media (max-width: 576px) {
    .offcanvas-start {
        width: 100%;
    }
}

/* Prevenir scroll do body quando offcanvas está aberto */
/*
html.offcanvas-open {
    overflow: hidden;
}
*/


#pv-banners .swiper-slide {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: clamp(1rem, 5%, 2rem);
    overflow: hidden;
    background: #f5f5f5;

    height: 150vw;
    max-height: calc(100vh - 60px);
    min-height: 600px;
}

@media (min-width: 576px) {
    #pv-banners .swiper-slide {
        height: 48.875vw;
        max-height: calc(100vh - 80px);
        min-height: 480px;
    }
}
 
#pv-banners .swiper-slide a {
    pointer-events: none;
    font-size: 18px;
    line-height: 1;
    color: #FFF;
    font-family: 'Basic Sans';
    font-weight: 300;
    text-align: center;
    padding: .5rem 1.25rem;
    border-radius: .25rem;
    background-color: #000;
    z-index: 1;
}

#pv-banners .swiper-slide a:after {
    content: "";
    position: absolute;
    inset: 0;
}

#pv-banners .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 0;
}

#pv-banners .swiper-button {
    background-color: rgba(0,0,0,0);
    transition: background-color .25s ease-in-out;
}

#pv-banners .swiper-button:hover {
    background-color: rgba(0,0,0,.4);
}

#pv-banners .swiper-navigation-icon {
    width: 24px;
}