@import url('https://fonts.googleapis.com/css2?family=Londrina+Solid:wght@100;300;400;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Londrina+Solid:wght@100;300;400;900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}
.menu-toggle{
    display: none;
}
.montserrat-regular {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.montserrat-thin {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


.montserrat-semibold {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.montserrat-bold {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}


.londrina-solid-thin {
  font-family: "Londrina Solid", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.londrina-solid-light {
  font-family: "Londrina Solid", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.londrina-solid-regular {
  font-family: "Londrina Solid", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.londrina-solid-black {
  font-family: "Londrina Solid", sans-serif;
  font-weight: 900;
  font-style: normal;
}




* {
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    box-sizing: border-box;
    text-decoration: none;
}

/* START NAVBAR */
body {
    width: 100vw;
    height: 100vh;
    background-color: #161616;
    overflow-x: hidden;
}

:root {
  --cor-preto: #494a4a;
  --cor-branco: #ffffff;
}
div#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--cor-branco);
  z-index: 99999;
}
.loader .title {
  color: var(--cor-preto);
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: lighter;
  text-align: center;
  font-family: arial;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top:-50px; 
  margin-left:-50px;
}
/*Carregando*/
.carregando {
  font-size: 45px;
  color: #f00;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  display: block;
  transform: translateZ(0);
  animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
  margin-bottom: 35px;
  margin-left: 20px;
}
@keyframes mltShdSpin {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em,
    0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
    0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 
    0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 
    0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, 
    -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, 
    -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
     -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, 
     -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
     -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, 
     -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 
    0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes round {
  0% { transform: rotate(0deg) }
  100% { transform: rotate(360deg) }
}

.menu{
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100vw;
    padding: 20px 10% 20px 10%;
    background-color: rgba(22,22,22,0.8);
    z-index: 999999;
  transition: all .4s ease;

}
.clearfix{
    clear: both;
}
nav .menu{
    display: flex;
    flex-direction: row;
}
nav .menu-itens{
    position: absolute;
    top: 40%;
    right: 10%;
    display: inline-flex;
    margin: auto;
            transition: all 0.3s ease-in-out;

}
nav .menu-itens ul {
    display: inline-flex;
    gap: 30px;
            transition: all 0.3s ease-in-out;

}
nav .menu-itens ul li{
    text-transform: uppercase;
    list-style: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: white;
    transition: all .4s ease;

}
nav .menu-itens ul li:hover{
    color: #FF0000;
    cursor: pointer;
    transition: all .4s ease;

}


/* CARROSSEL DE IMAGENS SEÇÃO */


.carrossel{
    position: relative;
    width: 100vw;
    height: 80vh;
    min-height: 600px;
}
.carrossel .carrossel-item{
    display: flex;
    flex-direction: column;
    color: white;
    min-height: 100%;
    min-width: 100vw;
}
.carrossel .carrossel-item .fundo{
    width: 100% !important;
    z-index: 1;
}
.carrossel .carrossel-item .titulo{
    position: relative;
    z-index: 32;
    font-size: 62px;
    line-height: 55px;
    color: white;
    padding: 200px 0 50px 200px;
}
.negrito{
  font-weight: 800;
}
.semibold{
  font-weight: 600;
}
.vermelho{
  color: #F00;
}
.carrossel .carrossel-item .botao-vermelho{
  background-color: #f00;
  position: relative;
  z-index:90;
  width: 550px;
  border-radius: 20px;
  margin-left:200px;
  color: white;
  padding:15px;
  font-size: 24px;
  font-weight:600;
    transition: all 1s ease;

}
.carrossel .carrossel-item .botao-vermelho:hover{
  background-color: rgb(131, 0, 0);
  cursor: pointer;
  transition: all 1s ease;
} 
.carrossel .carrossel-item .luz{
  position: absolute;
  width: 500px;
  right: 10%;
  top: 10%;
  z-index:999;
  mix-blend-mode: lighten;
}

.dois{
  background-color: #161616;
  display: flex;
  flex-direction: row;
  gap: 80px;
}
.dois .cadeira{
  margin-top: -40px;
}
.dois .cadeira img{
    width: 800px;

}
.dois .texto{
  padding: 15% 10% 60px 40px;
  position: relative;
  max-width: 43%;
  z-index: 999;
  width: 100%;
  height: 100%;
  color: white;
}
.dois .texto .h2{
  font-size: 35px;
}
.dois .texto .sub{
  max-width:80%;
}
.tres{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  gap: 30px;
  min-width: 100%;
  min-height: 700px;
}
.tres .texto{
  max-width: 30%;
  color: white;
  font-size: 23px;
}
.quatro{
  display: flex;
  flex-direction: column;

  background-color: #161616;
  min-width: 100%;
  min-height: 500px;

}
.quatro .imagem-tres{
  text-align: center;
}
.quatro .conteudo{
  display: flex;
  flex-direction: column;
}
.quatro .conteudo .titulo{
  color: white;
  font-size: 42px;
  width: 50%;
  font-family: "Montserrat";
  margin-left: 25%;
  text-align: center;
  padding: 100px 0 0 0;
}
.linha{
  width: 20%;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  min-height: 1px;
  background-color: #f00;
}
.quatro .conteudo .subtitulo{
  color: white;
  font-size: 22px;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 0 0 0 0;
}

.quatro .conteudo .itens{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding: 60px 20% 60px 20%;
  align-items: center;
  
}

.quatro .conteudo .itens .item-fantasma{
  background: #161616;
  min-height: 250px;
  max-height: 250px;
}
.quatro .conteudo .itens .item{
    display: flex;
    flex-direction: column;
  background: rgba(0,0,0,0.9);
  border: 1px solid rgba(0,0,0,0.9);
  color: white;
  border-radius: 20px;
  min-height: 250px;
  max-height: 250px;
  padding: 60px 20px 40px 20px;
  font-family: 'Montserrat';
  transition: all 1s ease;
}
.quatro .conteudo .itens .item .tituloItem{
  font-weight: 700;
  font-size: 20px;
}
.quatro .conteudo .itens .item .subtituloItem{
  font-size: 12px;
  line-height: 14px;
  padding: 10px 0 0 0;
}

.quatro .conteudo .itens .item:hover{
  border: 2px solid #f00;
  cursor: pointer;
  transition: all 1s ease;
}
.quatro .conteudo .itens .item img{
  max-width: 50px;
  margin-left: auto;
  margin-top: -30px;
  float: right;
}
.botao-verde{
  background-color: #699B17;
  padding-top: 35px;
  width: 100%;
  font-size: 25px;
  min-height: 100px;
  max-height: 100px;
  text-align: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  color: white;
}
.cinco{
  padding: 50px 15% 0 15%;
  display: flex;
  min-height: 600px;
  background-color: #161616;
  width: 100%;
}
.cinco .formulario{
  display: flex;
  margin-left: 5%;
  color: white;
  font-family: "Montserrat";
  font-size: 17px;
  margin-top: 100px;
  font-weight: 600;
  flex-direction: column;
}
.formulario_padrao{
  display: flex;
  color: white;
  font-family: "Montserrat";
  font-size: 20px;
  margin-top: 50px;
  font-weight: 700;
  flex-direction: column;

}
input[type='text'], input[type='email']{
  margin-bottom: 30px;
  width: 400px;
  color: red;
  height: 60px;
  padding-left: 40px;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 16px;
  background-color: transparent;
  }
  input::placeholder {
  color: #f00;
  font-family: "Montserrat";
  font-size: 16px;
    font-weight: 600;
}
textarea{
  margin-top: 20px;
  width: 400px;
  color: red;
  height: 60px;
  padding-left: 40px;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 16px;
  background-color: transparent;
}

.formulario_padrao .botao-enviar{
  margin: auto;
  margin-top: 40px;
  width: 200px;
  height: 45px;
  background-color: #699B17;
  color: white;
  font-size: 16px;
  border-radius: 20px;
  font-family: "Montserrat";
  text-align: center;
  justify-content: center;
}


.seis{
  background-color: #fff;
  padding: 80px 15% 80px 15%;
  color: #161616;
  display: block;
}

.seis .titulo{
  font-size: 42px;
  color: #161616;
  text-align: center;
  font-family: "Montserrat";
  font-weight: 700;
}
.seis .cases{
  margin: auto;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  justify-self: center;
  flex-direction: column;
}
.seis .cases .case{
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding-bottom: 50px;
}
.seis .cases .case .info-case{
  font-family: "Montserrat";
  display: block;
}
.seis .cases .case .info-case .maior{
  font-size: 23px;
  font-weight: 800;
}
.seis .cases .case .info-case .medio{
  font-size: 17px;
  margin-top: 50px;
  font-weight: 600;
}
.negrito-medio{
  font-weight: 600;
}
footer{
  min-height: 250px;
  background-color: #000;
  padding: 2% 15% 1% 15%;
  margin-bottom: -20px;
  color: white;
}
footer .cima{
  display: flex;
  flex-direction: row;
}
footer .cima .esquerda{
  width: 40%;
  display: flex;
  flex-direction: column;
}
footer .cima .esquerda .logo{
  width: 200px;
    margin: auto;

}
footer .cima .esquerda .redes{
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin: auto;
  margin-top: 20px;
}
footer .cima .esquerda .redes .rede{
  width: 20px;
}
footer .cima .direita{
  display: block;
  position: absolute;
  right: 25%;
  padding: 0px 0 0 50px;
}
footer .cima .direita .info{
  display: flex;
  flex-direction: row;
  margin-top: 15px;
}
footer .cima .direita .info .telefone{
  display: flex;
  flex-direction: column;
  margin-left: 15px;
}
footer .cima .direita .info .telefone .titulo_geral{
  font-size:20px;
  font-family: "Montserrat";
  font-weight: 600;
}
footer .cima .direita .info .telefone .subtitulo_geral{
  font-size: 17px;
  font-family: "Montserrat";
  font-weight: 500;
  margin-top: 5px;
}

.fixar-menu{
  position: fixed;
    transition: all 1s ease-in-out;

}