@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');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&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');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&family=Michroma&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');
@import url('https://fonts.googleapis.com/css2?family=Boldonse&family=Lexend+Deca:wght@100..900&family=Michroma&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');




@font-face {
     font-family: 'Stapel'; /* Escolha um nome para sua fonte */
     src: url('/assets/fonts/Fontes/Stapel_Regular.otf'); /* Caminho para o arquivo OTF */
   }


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: #05151e;
  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) }
}


.boldonse-regular {
  font-family: "Boldonse", system-ui;
  font-weight: 400;
  font-style: normal;
}

.michroma-regular {
  font-family: "Michroma", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.michroma-bold{
  font-family: "Michroma", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.michroma-semibold {
  font-family: "Michroma", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.lexend-deca-regular {
  font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.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;
}

.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;
}
.uppercase{
  text-transform: uppercase;
}

* {
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    box-sizing: border-box;
    text-decoration: none;
}

/* START NAVBAR */
body {
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    overflow-x: hidden;
}

nav{
    position: fixed;
    display: flex;
    flex-direction: row;
    width: 100%;
    z-index: 9999;
    padding: 20px 10% 20px 10%;
background: #000;
background: linear-gradient(180deg,rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);    transition: all .8s ease-in-out;
}
.mudaCor {
  background-color: rgba(0, 0, 0, 0.97); /* Cor quando rolado */
  color: white;
  transition: all .8s ease-in-out;
}

nav .menu{
    display: flex;
    flex-direction: row;
}
nav .menu-itens{
    position: absolute;
    top: 40%;
    right: 15%;
    display: inline-flex;
    margin: auto;
}
nav .menu-itens ul{
    display: inline-flex;
    gap: 80px;
}
nav .menu-itens ul li, a,  a:hover, a:visited{
    list-style: none;
    font-size: 15px;
    color: white;
    transition: all 1.2s ease;
}
nav .menu-itens ul li:hover, nav .menu-itens ul li a:hover{
    border-bottom: 3px solid #d5c7ad;
    cursor: pointer;
    transition: all 1.2s ease;

}
.redes-sociais{
  position: absolute;
  z-index: 99999;
  top: 35px;
  right: 50px;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.redes-sociais img{
  width: 30px;
}
.mudaCortexto{
  color: white !important;
}

/* CARROSSEL DE IMAGENS SEÇÃO */


.carrossel{
    position: relative;
    width: 100vw;
    height: 95vh;
    min-height: 600px;
}
.carrossel .carrossel-item{
    display: flex;
    flex-direction: column;
    color: white;
    min-height: 100%;
    max-height: 100%;
    min-width: 100vw;
}
.carrossel .carrossel-item .fundo{
    width: 100% !important;
    z-index: 1;
}
.carrossel .carrossel-item .subtitulo{
    position: relative;
    z-index: 32;
    font-size: 22px;
    color: white;
    padding: 200px 0 0px 10%;
  
  }
.carrossel .carrossel-item .titulo{
    position: relative;
    z-index: 32;
         font-family: 'Stapel', sans-serif; /* Aplica a fonte ao elemento h1 */

    font-size: 42px;
    line-height: 40px;
    color: white;
        padding: 20px 0 50px 10%;
}
.negrito{
  font-weight: 800;
}
.semibold{
  font-weight: 600;
}
.vermelho{
  color: #2c42bc;
}
.carrossel .carrossel-item .texto{
  font-size: 16px;
  width: 24%;
  text-align: left;
  margin-left: 10%;
  font-family: "Poppins";
  font-weight: 400;
  margin-bottom: 50px;

  color: white;
}
.carrossel .carrossel-item .texto-fundo{
  color:#fff;
  font-size:12px;
  text-transform: uppercase;
  position: absolute;
  word-spacing: 3px;
  bottom: 50px;
  margin-left: 10%;
}
.carrossel .carrossel-item .botao-azul{
  background-color: #2c42bc;
  position: relative;
  z-index:90;
  width: 300px;
  border-radius: 5px;
  margin-left:10%;
  color: white;
  padding:15px;
  font-size: 24px;
  font-weight:600;
  transition: all .6s ease-in;

}
.carrossel .carrossel-item .botao-azul:hover{
  background-color: #1b297c;
  cursor: pointer;
  transition: all .6s ease-in;

}
.carrossel .carrossel-item .luz{
  position: absolute;
  width: 500px;
  right: 10%;
  top: 10%;
  z-index:999;
}


.dois{
  background-color: #f4f2ea;
  color: #05151e;
  margin: auto;
  text-align: center;
  padding: 100px 10% 150px 10%;
}
.dois .titulo{
  font-size: 43px;
  font-weight: 800;
}
.dois .subtitulo{
  font-size: 22px;
  margin-top: 5px;
}
.dois .texto-principal{
  width: 70%;
  font-size: 18px;
  margin: auto;
  margin-top: 30px;
}
.dois .botao-azul{
  background-color: #05151e;
  width: 200px;
  height: 40px;
  border-radius: 5px;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  padding: 10px;
  margin: auto;
  margin-top: 40px;
}
.tres{
  background-color: #bda37d;
  min-height: 500px;
  width: 100%;
  padding: 50px 15% 100px 15%;
}
.tres .titulo{
  font-size: 42px;
  text-align: center;
  margin: auto;
  color: #f4f2ea;
}
.tres .itens{
  display: grid;
  margin-top: 50px;
  grid-template-columns: 1fr 1fr 1fr;
}
.tres .itens .item{
  background-color: #05151e;
  width: 95%;
  padding: 20px;
  border-radius: 20px;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-bottom: 20px;
  height: 200px;
  color: white;
  display: flex;
  transition: all .7s ease-in-out;

}
.tres .itens .item:hover{
  transform: scale(1.05);
  transition: all .7s ease-in-out;
  cursor: pointer;
  border: 1px solid #d5c7ad
}
.tres .itens .item .imagem img{
  width: 80px;
  margin-right: 10px;
}
.tres .itens .item .direita{
  display: flex;
  flex-direction: column;
  padding: 0 10px 0 10px;
}
.tres .itens .item .direita .titulo_box{
  font-size: 18px;
  margin-bottom: 10px;
}
.tres .itens .item .direita .texto_box{
  display: block;
  font-size: 15px;
  margin-left: 10px;
}
.quatro{
  background-color: #f4f2ea;
  color: #05151e;
  min-height: 500px;
  width: 100%;
  padding: 50px 15% 100px 15%;

}
.quatro .titulo{
  font-size: 42px;
  text-align: center;
  margin: auto;
  color: #05151e;
}
.quatro .itens{
  display: grid;
  margin-top: 50px;
  grid-template-columns: 1fr 1fr 1fr;
}
.quatro .itens .item{
  background-color: #f9f9f9;
  width: 95%;
  padding: 20px;
  border-radius: 20px;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-bottom: 20px;
  height: 200px;
  color: #05151e;
  display: block;
  border: 2px solid #bda37d;
  transition: all .7s ease-in-out;

}
.quatro .itens .item .direita{
  margin-top: 20px;
}
.quatro .itens .item:hover{
  transform: scale(1.05);
  transition: all .7s ease-in-out;
  cursor: pointer;
}

.cinco{
  display: block;
  padding: 30px 10% 100px 10%;
  min-height: 300px;
}

.cinco .titulo{
  font-size: 42px;
  text-align: center;
  margin: auto;
  color: #05151e;
  margin-bottom: 50px;
}
.cinco .empresas{
  display: flex;
  flex-direction: row;
  gap: 50px;
}
.cinco .empresas .item{
  justify-content: center;
  align-items: center;
  text-align: center;
  justify-self: center;
  justify-items: center;
}
.cinco .empresas .item img{
  max-height: 120px;
}

.seis {
  background-color: #d8cdad;
  min-height: 400px;
    display: block;
  padding: 30px 10% 100px 10%;
  position: relative;
}
.seis .titulo{
   font-size: 42px;
  text-align: center;
  margin: auto;
  color: #05151e;
  margin-bottom: 50px;
}
.seis .artigos{
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.seis .artigos .artigo{
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  min-height: 500px;
    transition: all .7s ease-in-out;

}
.seis .artigos .artigo:hover{
  transform: scale(1.05);
  transition: all .7s ease-in-out;
  cursor: pointer;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.seis .artigos .artigo .imgartigo{
  position: relative;
  min-height: 250px;
}
.seis .artigos .artigo .titulo_artigo{
  position: relative;
  font-size: 20px;
  color: #05151e;
  text-align: center;
  margin-top: 40px;
}
.seis .artigos .artigo .subtitulo_artigo{
  font-size: 17px;
  position: relative;
  margin-top: 40px;
  text-align: center;
  color: #05151e;
}
.seis .artigos .artigo .botao-artigo{
  position: absolute;
  width: 33%;
  border-radius: 2px;
  height: 40px;
  background-color: #bda37d;
  color: white;
  bottom: -20px;
  left: 33.33%;
  right: 33.33%;
}

.rodape{
  background-color: #05151e;
  padding: 40px 10% 70px 10%;
  position: relative;
  z-index:1;
  display: flex;
  flex-direction: row;
}
.rodape .esquerda{
  display: block;
  color: white;
  width: 33%;
}
.rodape .centro{
  min-width: 33% !important;
}
.rodape .esquerda .texto{
  width: 80%;
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 20px;
}
.rodape .esquerda .redes img{
  margin-right: 10px;
}
.rodape .direita{
  display: block;
  color: white;
}
.rodape .direita .titulo{
  font-size: 18px;
}
.rodape .direita .contatos{
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  margin-top: 20px;
}
.rodape .direita .contatos .contato{
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  text-align: center;
  margin-top: 10px;
}
.rodape .direita .contatos .contato img{
  margin-right: 10px;
}
.blur{
  position: absolute;
  bottom:0;
  left:100px;
  z-index: 2;

}



/* menu hamburguer */










.hamb{
  display: none;
    cursor: pointer;
    float: right;
    padding: 40px 20px;
}/* Style label tag */

.hamb-line {
    background: white;
    display: block;
    height: 2px;
    position: relative;
    width: 24px;

} /* Style span tag */

.hamb-line::before,
.hamb-line::after{
    background: white;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}
.hamb-line::before{
    top: 5px;
}
.hamb-line::after{
    top: -5px;
}

.side-menu {
    display: none;
} /* Hide checkbox */

.side-menu:checked ~ nav{
    max-height: 100%;
}
.side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
}
.side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top:0;
}
.side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top:0;
}

body:has(.side-menu:checked) {
  overflow: hidden;
}



.tracking-in-contract-bck-bottom{-webkit-animation:tracking-in-contract-bck-bottom 1s cubic-bezier(.215,.61,.355,1.000) 1s forwards;animation:tracking-in-contract-bck-bottom 1s cubic-bezier(.215,.61,.355,1.000) 1s forwards}
@-webkit-keyframes tracking-in-contract-bck-bottom{0%{letter-spacing:1em;-webkit-transform:translateZ(400px) translateY(300px);transform:translateZ(400px) translateY(300px);opacity:0}40%{opacity:.6}100%{-webkit-transform:translateZ(0) translateY(0);transform:translateZ(0) translateY(0);opacity:1}}@keyframes tracking-in-contract-bck-bottom{0%{letter-spacing:1em;-webkit-transform:translateZ(400px) translateY(300px);transform:translateZ(400px) translateY(300px);opacity:0}40%{opacity:.6}100%{-webkit-transform:translateZ(0) translateY(0);transform:translateZ(0) translateY(0);opacity:1}}

.tracking-in-expand{-webkit-animation:tracking-in-expand .7s cubic-bezier(.215,.61,.355,1.000) 1.1s both;animation:tracking-in-expand .7s cubic-bezier(.215,.61,.355,1.000) 1.1s both}
@-webkit-keyframes tracking-in-expand{0%{letter-spacing:-.5em;opacity:0}40%{opacity:.6}100%{opacity:1}}@keyframes tracking-in-expand{0%{letter-spacing:-.5em;opacity:0}40%{opacity:.6}100%{opacity:1}}


.vibrate-1{-webkit-animation:vibrate-1 4s linear infinite both;animation:vibrate-1 4s linear infinite both}
@-webkit-keyframes vibrate-1{0%{-webkit-transform:translate(0);transform:translate(0)}20%{-webkit-transform:translate(-2px,2px);transform:translate(-2px,2px)}40%{-webkit-transform:translate(-2px,-2px);transform:translate(-2px,-2px)}60%{-webkit-transform:translate(2px,2px);transform:translate(2px,2px)}80%{-webkit-transform:translate(2px,-2px);transform:translate(2px,-2px)}100%{-webkit-transform:translate(0);transform:translate(0)}}@keyframes vibrate-1{0%{-webkit-transform:translate(0);transform:translate(0)}20%{-webkit-transform:translate(-2px,2px);transform:translate(-2px,2px)}40%{-webkit-transform:translate(-2px,-2px);transform:translate(-2px,-2px)}60%{-webkit-transform:translate(2px,2px);transform:translate(2px,2px)}80%{-webkit-transform:translate(2px,-2px);transform:translate(2px,-2px)}100%{-webkit-transform:translate(0);transform:translate(0)}}


























/** idiomas **/
.idiomas a {
  text-decoration: none;
}
.idiomas ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.idiomas {
  width: 30px;
  position: fixed;
  bottom: 70px;
  right: 25px;
}
.idiomas ul {
    background-color: #05151e;
    border-radius: 30px;
    display: inline-table;
    position: relative;
}
.idiomas li {
    float: left;
}
.idiomas a {
    
    color: #ffffff;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    text-align: center;
}
.idiomas .btn-social {
    
    color: #ffffff;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    text-align: center;
    cursor: pointer;
}
.idiomas .btn-social img{
    width: 30px;
    
    
}
.idiomas .btn-social.ativo { background:#05151e; }
.idiomas a:hover{
    color: #fff;
}
.idiomas ul li ul {
    background: #05151e;
    margin-top: -200px;
    padding: 10px;
    position: absolute;
    margin-left: -10px;
}

.idiomas ul li ul:before {
    background: #05151e;
    content: "";
    height: 10px;
    left: 50%;
    margin: -5px 0 0 -5px;
    position: absolute;
    bottom: -4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
    z-index: -1;
}
.idiomas ul li ul.menu-social { display:none; } 
.idiomas ul li ul li {
    float: none;
    margin-top: 15px;
}
.idiomas ul li ul li a {
    color: #fff;
}
.idiomas ul li ul li a:hover {
    background-color: #05151e;
}