/* CORES: */
:root {
    --preto:  #000000;
    --preto-2:  #031114;
    --branco: #ffffff;
    --branco-2: #dbdbdb;
    --amarelo: #f0cc00;
}

body {
    background-color: var(--branco-2);
    overflow-x: hidden;
}

.h100 {
    height: 100%;
}
.vh100 {
    height: 100vh;
}


.container-fluid {
    padding: 0 50px;
}

.carousel {
    width: 100vw;
}

.centralize {
    display: flex;
    align-items: center;
    justify-content: center;
}
.centralize.right {
    justify-content: end;
}
.centralize.left {
    justify-content: start;
}
.centralize.down {
    align-items: end;
}
.row.down {
    height: 100%;
    align-items: end;
}
.ende {
    color: var(--branco-2);
    text-decoration: underline;
}

video.parallax {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}
.parallax-mask {
    content: ' ';
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    max-height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0000003d;
    z-index: 0;
}

.carousel-control-next-icon {
    background-image: url(/assets/img/dir.svg);
}
.carousel-control-prev-icon {
    background-image: url(/assets/img/esq.svg);
}
.carousel-control-next, 
.carousel-control-prev {
    opacity: 1;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------Icones----------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.icon{
    
}
i {
    position: relative;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------Titulos---------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.ttl {
    position: relative;
}
.ttl.txt-branco {
    color: var(--branco); 
}
.ttl.detalhe {
    font-weight: 500;
    font-size: 24px;
    display: block;
    margin-top: 35px;
}
.ttl.detalhe::before {
    content: ' ';
    display: block;
    width: 10px;
    height: 10px;
    background-color: var(--preto);
    position: absolute;
    top: -20px;
}
.ttl.detalhe.amarelo::before {
    background-color: var(--amarelo);
}

.banner h2 {
    max-width: 401px;
}


/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------Linhas----------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.linha-1 {
    height: 1px;
    background-color: var(--preto);
    margin: 30px 0;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------Botoes----------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.botao-catalogo {
    display: inline-block;
    width: fit-content;
    color: var(--branco);
    padding: 2px 20px;
    border: solid 1px var(--branco);
    margin-right: 15px;
}

.botao-whats {
    background-color: #31ca5f;
    color: var(--preto);
    font-weight: 400;
    padding: 5px 30px;
}

.skip {
    padding: 2px 15px;
}

.botao-1 {
    width: fit-content;
    display: block;
    background-color: var(--branco);
    padding: 5px 20px;
    font-weight: 600;
}
.botao-2 {
    width: fit-content;
    display: block;
    font-size: 22px;
    text-decoration: underline;
    margin: auto;
}
.botao-3 {
    width: fit-content;
    display: block;
    background-color: var(--preto);
    color: var(--branco);
    padding: 5px 20px;
    font-weight: 600;
}
.botao-3:hover {
    color: var(--branco-2);
}
.botao-4 {
    display: block;
    width: fit-content;
    padding: 2px 20px;
    color: var(--branco);
    border: solid 1px var(--branco);
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------Espaços----------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.espaco-30 {
    display: block;
    width: 100%;
    height: 30px;
}
.espaco-60 {
    display: block;
    width: 100%;
    height: 60px;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------header----------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 30px 0;
    color: var(--branco);
    z-index: 99;
    transition-property: color, background-color, border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
    /*background: linear-gradient(#000000a8, #00000026, transparent);*/
    background-image: url(/assets/img/gradiente.webp);
    background-size: auto 110px;
    background-position: top;
}
header.active {
    /*background-color: #031114e6;*/
}
header .whats-header {
    font-size: 30px;
}
header img {
    max-width: 230px;
}
header .icon-menu {
    margin-left: 20px;
    margin-right: 0;
    max-width: 30px;
}

header #menu {
    position: absolute;
    top: 0;
    left: -100%;
    padding: 30px 50px;
    background-color: var(--preto);
    height: 100vh;
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: linear;
    opacity: 0;
}
header #menu.active {
    left: 0;
    opacity: 1;
}
header #menu .centralize {
    height: calc(100vh - 140px);
}
header #menu .subitem {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(/assets/img/arrow.webp);
    background-size: cover;
    margin-left: 5px;
    transform: rotate(0deg);
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: linear;
}
header #menu .subitem.active {
    transform: rotate(180deg);
}
header #menu ul li ul li a {
    color: #aaaaaa;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------corpo-----------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#page {
   
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------footer--------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

footer .instagram {
    height: calc(100vh - 90px);
}
footer .parceiros .conteudo {
    display: flex;
}
footer .parceiros img {
    margin-left: 50px;
}
footer .parceiro img {
    width: 160px;
}
footer .parceiros .conteudo h2 {
    display: inline-block;
}
footer .parceiros .conteudo .apoio {
    margin: 0 0 0 auto;
}
footer .contato a {
    font-weight: 600;
    text-decoration: underline;
}
footer .inf {
    background-color: var(--preto-2);
    color: var(--branco-2);
    text-align: center;
    padding: 10px;
}
footer .inf a {
    font-weight: 600;
    text-decoration: underline;
}

footer.contato .linha,
footer.contato .contato,
footer.contato .maps {
    display: none;
}
.maps {
    margin-bottom: -10px;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------banners--------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.persiana-fixa {
    position: relative;
    height: 160vh;
    z-index: 0;
}
.banner h1.ttl.detalhe,
.banner.persiana h1 {
    font-size: 38px;
    font-weight: 300;
}
.banner.persiana {
    height: 100vh;
    background-image: url(/assets/img/banner-home.webp);
    color: var(--branco);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner.persiana .mobile-address {
    justify-content: space-between;
}
.banner.persiana a {
    position: relative;
}
.persiana-fixa .banner.persiana {
    width: 100%;
    position: fixed;
    z-index: -1;
}
.banner.banner.persiana .efeito {
    position: relative;
    z-index: 2;
}
.banner.persiana ul li {
    width: 100%;
    position: absolute;
    left: 0;
    background-color: #dbdbdb;
}
.banner.persiana .conteudo {
    padding: 60px 0px 30px;
}
.banner.persiana .conteudo .ttl {
    max-width: 385px;
}
.ancora {
    /* font-size: 24px; */
}
.ende {
    /* font-size: 15px; */
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------popup--------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.banner.persiana .popup {
    background-color: #c7c7c7;
    color: var(--preto);
    max-width: 475px;
    max-height: 200px;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 0 10px auto;
    text-align: start;
}
.banner.persiana .popup .close {
    position: absolute;
    top: -14px;
    right: 10px;
    padding: 1px 6px 0 6px;
    background-color: var(--preto);
    color: #eee;
    border-radius: 50px;
    font-size: 14px;
}
.banner.persiana .popup p {
    padding: 10px 25px;
    font-size: 16px;
}
.banner.persiana .popup p a {
    font-weight: 600;
    text-decoration: underline;
}
.banner.persiana .popup img {
    max-width: 50%;
}



/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------CATALOGOS--------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.catalogo .item {
    height: calc((100vh / 3) - 20px);
    margin: 10px 0;
    background-size: cover;
    background-position: center;
}
.catalogo .topo {
    height: 200vh;
}
.catalogo .topo .active{
    width: calc(100% - 78px);
    position: fixed;
    top: 0;
    left: 50px;
}
.catalogo .inferior {
    background-color: var(--branco-2);
    position: relative;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------DESTAQUES--------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.destaques .destaque {
    width: 100vw;
    height: 100vh;
    color: var(--branco);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    overflow: hidden;
}
/* iPhone/iOS */
.destaques .destaque {
    -webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	background-size: 0px !important;
	overflow: hidden;
	position: relative;
}
.destaques .destaque:before {
  background-image: inherit !important;
  background-repeat: inherit !important;
  background-size: cover;
  background-position: inherit;
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1 !important;
  will-change: transform;
  pointer-events: none;
}

.destaques .items .item.destaque {
    zoom: 0 !important;
}

.destaques .destaque .textos {
    text-align: center;
    max-width: 500px;
    position: relative;
}
.destaques .destaque .textos .ttl.detalhe::before {
    left: calc(50% - 5px);
}
.destaques .destaque .endereco {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------HORIZONTAL--------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.horizontal-roll {
    width: 100%;
    min-height: 150vh;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;      /* Firefox */
    -ms-overflow-style: none;   /* Internet Explorer e Edge Legacy */
}
.horizontal-roll::-webkit-scrollbar {
    display: none;              /* Chrome, Safari e Opera */
}
.horizontal-roll .items {
    min-height: 100vh;
    position: absolute;
    display: inline-flex;
    width: max-content;
}
.horizontal-roll .items .ttl.detalhe {
    font-weight: 500;
    font-size: 24px;
}
.horizontal-roll .items.dentro {
    position: fixed;
    bottom: 0;
}
.horizontal-roll .items.acima {
    position: absolute;
    bottom: 0;
    right: 0 !important;
}
.horizontal-roll .items .item {
    max-height: 100vh;
    display: inline-flex;
    align-items: center;
    vertical-align: top;
    padding: 100px 50px;
}
.horizontal-roll .items .item:nth-of-type(1) {
    /* padding-left: 200px; */
}
.horizontal-roll .item .img {
    width: 79vh;
    height: 79vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.horizontal-roll .item img {
    max-width: 750px;
    max-height: calc(90vh - 100px);
}
.horizontal-roll .items .item .direita {
    max-width: 550px;
    padding-left: 30px;
    padding-right: 180px;
}
.horizontal-roll .skip {
    position: absolute;
    bottom: 40px;
    right: 0;
    z-index: 9;
}
.horizontal-roll .skip.dentro {
    position: fixed;
    bottom: 40px;
    right: 0;
    z-index: 9;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------PRODUTOS--------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.produtos .filtros {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
}
.produtos .seletor {
    margin: auto 0 auto auto;
}
.produtos .seletor select#categorias {
    display: block;
    background: transparent;
    padding: 3px;
    border: solid 1px #000000;
}
.filtros ul {
    width: 100%;
    display: flex;
    align-items: center;
}
.produtos .filtros ul li {
    margin: auto;
    cursor: pointer;
}
.produtos .filtros ul li.active {
    font-weight: 600;
    text-decoration: underline;
}
.produtos .produto {
    scale: 0;
    opacity: 0;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
}
.produtos .produto.visivel {
    scale: 1;
    opacity: 1;
}
.produtos .item {
    display: block;
    margin-bottom: 30px;
}
.produtos .item .imagem {
    width: 100%;
    height: 31vw;
    /* max-width: 870px; */
    max-height: 685px;
    background-position: center;
    background-size: cover;
}
.produtos .item h3 {
    /* text-decoration: underline; */
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------OPINIOES--------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.opinioes {
    height: 100vh;
    background-color: var(--preto-2);
    color: var(--branco);
}
.opinioes h4 {
    font-size: 28px;
    font-weight: 500;
}
.opinioes .centralize {
    padding: 200px 50px;
}
.opinioes .centralize * {
    max-width: 600px;
    text-align: center;
}
.opinioes button.active {
    background-color: var(--amarelo);
}
.opinioes .carousel-indicators {
    bottom: 100px;
}
.opinioes .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    margin-left: 6px;
    margin-right: 6px;
}
.opinioes .carousel-item {
    min-height: 100vh;
}

.opinioes .ttl.detalhe::before {
    left: calc(50% - 5px);
}
.opinioes .carousel-indicators {
    display: none;
}
.opinioes .carousel-control-next, 
.opinioes .carousel-control-prev {
    width: 6%;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------ESPECIFICACOES--------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.especificacoes {
    padding: 120px 0;
}
.especificacoes .col-12 {
    position: relative;
}
.especificacoes table {
    width: calc(100% - 24px);
    position: absolute;
    left: 12px;
    bottom: 0;
    border-left: solid 1px;
    border-right: solid 1px;
}
.especificacoes table tr {
    border-top: solid 1px;
    border-bottom: solid 1px;
}
.especificacoes table tr td {
    padding: 15px 30px;
}
.especificacoes table tr td.dest {
    background-color: #e5e5e5;
}
.especificacoes .imagem {
    min-height: 680px;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------EFICIENCIA--------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.eficiencia {
    background-color: var(--branco);
    padding: 120px 0 60px;
}
.efi.horizontal-roll .items .item .direita {
    max-width: unset;
    padding-left: unset;
    padding-right: unset;
}
.efi.horizontal-roll .item img {
    max-width: unset;
    width: calc(100vw / 3);
    max-height: calc(90vh - 100px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------ACIONAMENTO--------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.acionamento {
    min-height: 100vh;
}
.acionamento img {
    max-height: 75vh;
    display: block;
    margin: 0 30px 0 auto;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------FAQ--------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.faq {
    background-color: var(--branco);
}
.faq .ttl.detalhe::before {
    left: calc(50% - 5px);
}
.faq .accordion-button:not(.collapsed) {
    color: unset;
    background-color: unset;
    box-shadow: none;
}
.faq .accordion-button::after {
    background-image: url(/assets/img/down.webp);
    background-size: contain;
    width: 17px;
    height: 12px;
}
.faq .accordion-button:not(.collapsed)::after {
    background-image: url(/assets/img/up.webp);
    transform: rotate(0);
}
.faq button.accordion-button {
    font-size: 22px;
}
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------OUTROS--------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.outros {
    background-color: var(--branco);
}
.outros h3 {
    margin-top: 10px;
}
.outros .img {
    width: 100%;
    height: 370px;
    background-position: center;
    background-size: cover;
}
.outros.scroll-effect>div {
    width: 100%;
}

.accordion-header {
    padding: 15px 0;
}

video.parallax {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    /* maior para parallax */
    object-fit: cover;
    transform: translateX(-50%) translateY(0);
    z-index: -1;
}

.videos_c.pagina_c {
    display: none;
}

.banner {
    background-size: cover;
    background-attachment: scroll;
    /*IPHONE*/
    -webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	/*background-size: 0px !important;*/
	overflow: hidden;
	position: relative;
}