
/*ESTILOS GERAIS*/
:root {
  --cor-primaria: rgba(44, 45, 46, 0.9);
  --cor-secundaria:#c73100;
  --cor-terciaria:#cb722e;
  --cor-branco:rgb(255,255,255);
  --cor-preto:rgb(0,0,0);
  --cor-cinza-claro:#cbd1cf;
  --cor-verde-whats:#009900;

  --fonte-1:"Georama", sans-serif;
  --fonte-2:"Montserrat", sans-serif;
  --fonte-3:"Roboto", sans-serif;
  
  --border-radius: 1rem;
  --border-radius-sm: 0.5rem;
}

html{
  scroll-behavior: smooth;
  
}

body{
  line-height: normal;
  padding: 0;
  margin: 0;
  font-family: var(--fonte-3);
  overflow-x: hidden;
  background-color: white !important;
}

header{
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: var(--cor-primaria);
  font-weight: bold;
}

.btn, .btn-lg{
  border-radius: 0;
}

hr{
  border-top: solid 2px var(--cor-secundaria);
  margin-top: 2rem;
  margin-bottom: 2rem;
  opacity: 1;
}

.btn-primary{
  background-color: var(--cor-primaria);
  color: var(--cor-branco);
  border: solid 1px transparent;
  font-weight: bold;
}

.btn-primary:hover{
  background-color: var(--cor-branco);
  border: solid 1px var(--cor-secundaria);
  color: var(--cor-secundaria);
  transition: all .3s ease-in-out;
}



.btn-secondary{
  background-color: var(--cor-secundaria);
  color: var(--cor-branco);
  border: solid 1px transparent;
  font-weight: bold;
}

.btn-secondary:hover{
  background-color: var(--cor-primaria);
  border: solid 1px var(--cor-branco);
  transition: all .3s ease-in-out;
}

.btn-whatsapp{
  background-color: var(--cor-verde-whats);
  color: var(--cor-branco);
  border-radius: 30px;
  border: solid 1px var(--cor-verde-whats);
  font-weight: bold;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.btn-whatsapp:hover{
  background-color: var(--cor-branco);
  color: var(--cor-verde-whats);
  border: solid 1px var(--cor-verde-whats);
  transition: 0.3s ease-in-out;
}


/*MENU*/

.navbar{
  position: fixed;
  top: 0;
  left:0;
  width: 100%;
  z-index:1000;
  background-color: rgba(255,255,255,1);
  backdrop-filter: blur(10px);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.nav-item{
    transition: all 0.5s;
    cursor: pointer;
    
}

.nav-item:hover a{
  color: #64220c;
  transition: 0.3s ease-in-out;
}

.nav-link:focus{
  color: var(--cor-terciaria)!important;
}

.menu-itens a{
  text-decoration: none;
  color: var(--cor-secundaria);
}


.menu-itens a.active {
  color: var(--cor-secundaria); /* ou outra cor que preferir */
  font-weight: bold;
}

.fa-bars:before, .fa-navicon:before {
  color: var(--cor-preto);
  content: var(--cor-preto);
}

/*CARROUSSEL BANNER*/
.carousel{
  margin-bottom: 0;
}

.carousel-caption {
  top: 12rem;
}

/*.carousel-caption a {
  position: absolute;
  top:15rem;
  left: 25rem;
}*/

.carousel-caption h1, .carousel-caption h2{
  font-size: 3rem;
  text-transform: uppercase;
  
}
 h1 span, h2 span{
  color: var(--cor-terciaria);
  
}

.carousel-caption p{
  font-size: 1.8rem;
}

.carousel-item{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 650px;

}

.slide-1{
  background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(../images/carroussel-banner/carroussel-banner3.jpg);
  
}

.slide-2{
  background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(../images/carroussel-banner/carroussel-banner2.jpg);
}

.slide-3{
  background-image: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.9)), url(../images/carroussel-banner/carroussel-banner1.jpg);
}

.carousel-control-prev p{
  background-color: var(--cor-primaria);
}

/*QUEM SOMOS*/
.quem-somos{
  background-color: #eee;
  color: var(--cor-primaria);
}

.estilo-borda{
  position: relative;
  padding: 20px;
  background-color: transparent;
  font-size: 16px;
}

.estilo-borda::before,
.estilo-borda::after {
    content: "";
    position: absolute;
    border: 2px solid var(--cor-secundaria); /* Cor das bordas */
}

.estilo-borda::before {
    top: 0;
    left: 0;
    width: 54px;
    height: 54px;
    border-width: 3px 0 0 3px;
}

.estilo-borda::after {
    bottom: 0;
    right: 0;
    width: 54px;
    height: 54px;
    border-width: 0 3px 3px 0;
  }

  .estilo-borda p{
    font-size: 20px;
    margin-bottom: 0;
  }

  .estilo-borda h1{
    font-weight: bold;
    text-transform: uppercase;
  }

  .ebooks span{
    color: var(--cor-terciaria);
  }

  .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    background:var(--cor-secundaria);
    padding: 1rem;
  }


  .missao-visao-valores{
    background-color: var(--cor-secundaria);
    color: var(--cor-branco);

  }

  .missao-visao-valores p{
    margin-bottom: 0;
  }

  .missao-visao-valores h4{
    margin-bottom: 1rem;
    font-weight: bold;
  }

  /*METODOLOGIA*/
  .metodologia{
    background-color: #eee;
  }

  .metodologia h2{
    color: var(--cor-terciaria);
    font-size: 2.5rem;
  }

  .metodologia p{
    font-size: 23px;
  }


  /*GALERIA*/
  .galeria{
    color: var(--cor-primaria);
  }
  .imagem{
    -webkit-box-shadow: 0px 5px 20px 5px rgba(0,0,0,0.19); 
    box-shadow: 0px 5px 20px 5px rgba(0,0,0,0.19);
  }


  /*SERVIÇOS*/
  .servicos{
    background-color: var(--cor-branco);
    color: var(--cor-primaria);
  }

  .servicos h2{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.5rem;
  }

  .img-servicos1{
    background-image: url(../images/servicos/servicos1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    height: 500px;
  }

  .img-servicos2{
    background-image: url(../images/servicos/servicos2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    height: 500px;
    margin: 0;
    padding: 0;
  }

  .img-servicos3{
    background-image: url(../images/servicos/servicos3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    height: 500px;
  }
  
  .img-servicos4{
    background-image: url(../images/servicos/servicos5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    height: 500px;
  }

  .texto-servicos{
    padding-top: 2rem;
  }

  .servicos span{
    color:var(--cor-terciaria);
  }

  .servicos i{
    color: var(--cor-terciaria);
  }

  /*BENEFICIOS*/
  .beneficios{
    background-image: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.9)), url(../images/home/beneficios.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: var(--cor-branco);
  }

  .beneficios span{
    color: var(--cor-terciaria);
  }

  .beneficios p{
    font-size: 23px;
    padding-bottom: 1rem;
  }

  .beneficios i{
    font-size: 30px;
    color: var(--cor-secundaria);
  }

  .beneficios h2{
    font-size: 2.5rem;
  }


  /*PRODUTOS*/
  .produtos h1{
    text-transform: uppercase;
    color: var(--cor-primaria);
    
  }

  .div-produtos{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--cor-branco);
  }

  .container-produtos{
    position: relative;
    width: 1300px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 30px;

  }

  .container-produtos .card-produtos{
    position: relative;
    max-width: 350px;
    height: 265px;
    background-color: var(--cor-secundaria);
    color: var(--cor-branco);
    margin: 30px 10px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 20px rgba(0,0,0,0.4);
    transition: 1s ease-in-out;
  }

  .container-produtos .card-produtos:hover{
    height: 340px;
    transition: 0.5s ease-in-out;
  }

  .container-produtos .card-produtos .img-box{
    position: relative;
    width: 310px;
    top: -60px;
    left: 6px;
    z-index: 1;
    
  }

  .container-produtos .card-produtos .img-box img{
    max-width: 100%;
    box-shadow: 0 5px 20px rgba(0,0,0,0.5)
  }

  .container-produtos .card-produtos .content-produtos{
    position: relative;
    margin-top: -140px;
    padding: 10px 0px;
    text-align: center;
    font-weight: bold;
    visibility: hidden;
    opacity: 0;
    transition: 0.3 ease-in-out;

  }

  .container-produtos .card-produtos:hover .content-produtos{
    visibility: visible;
    opacity: 1;
    margin-top: -40px;
    transition-delay: 0.2s;
  }

  .content-produtos{
    border-top: solid 2px var(--cor-branco);
  }


  /*CARROUSSEL MARCAS*/

.carroussel{
  background-color: var(--cor-secundaria);
}

.carroussel h2{
  color: var(--cor-branco);
  font-weight: bold;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }

  to{
    transform: translateX(-100%);
  }
}


.logos{
  overflow: hidden;
  padding: 30px 0;
  white-space: nowrap;
  position: relative;
}
.logos::before,
.logos::after{
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  content: "";
  z-index: 3;

}

.logos::before{
  left: 0;
  background: linear-gradient(to left, rgba(255,255,255,0), var(--cor-secundaria) );
}

.logos::after{
  right: 0;
  background: linear-gradient(to right, rgba(255,255,255,0), var(--cor-secundaria));
  
}

.logos:hover .logos-slide{
  animation-play-state: paused
  ;
}

.logos-slide{
  display: inline-block;
  animation: 20s slide infinite linear;
}

.logos-slide img{
  height: 150px;
  margin: 0 10px;
  transition: filter 0.3s ease; /* Adiciona uma transição suave */
  filter: invert(1); /* Inverte as cores */
}

/*MANUALIZAÇÃO*/
.manualizacao{
  background-image: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.9)), url(../images/home/manualizacao.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: var(--cor-branco);
}

.manualizacao h2{
  color: var(--cor-terciaria);
  font-size: 2.5rem;
}

.manualizacao span{
  color: var(--cor-terciaria);
}

.manualizacao p{
  font-size: 23px;
}

/*EXEMPLOS*/
.exemplos{
  background-color: var(--cor-branco);
 
 }
 
 .exemplos h2, .exemplos span{
   font-weight: bold;
   color: var(--cor-terciaria);
 }
 
 .exemplos .card{
   border: none;
   box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
   border-radius: 0;
 }
 
 .exemplos i{
   font-size: 30px;
   color: var(--cor-terciaria)
 }
 
  

/*FALE CONOSCO*/
.blur{
  backdrop-filter: blur(10px);
}

.fale-conosco{
  background-image:linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(../images/home/fale-conosco.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}


.fale-conosco-itens{
  color: var(--cor-branco);
  display: flex;
  flex-direction: column;
 
}

.fale-conosco h2{
  font-size: 2.5rem;
}

/*CONTATO*/
.contato{
  background-color: #eee;
}
.contato h3{
  font-weight: bold;
  color: var(--cor-primaria);
  
}

.form-control{
  line-height: 2.5;
  border-radius: 0;
  border: solid 2px #ccc;
}

.form-check-input:checked{
  background-color: var(--cor-secundaria)!important;
  border-color: var(--cor-secundaria)!important;
}

.contato a{
  text-decoration: none;
  color: var(--cor-primaria);
}

.politica-privacidade a:hover{
  color: var(--cor-secundaria);
}



/*DEPOIMENTOS*/
.depoimentos{
  background-color: var(--cor-secundaria);
  color: var(--cor-branco);
}

.depoimentos i{
  color: #FFAF00;
}

.depoimentos p{
  font-size: 18px;
  text-align: center;
  margin-bottom: 0;
}


.swiper-button-prev, .swiper-button-next{
  color: var(--cor-branco);
}


/*RODAPE*/
.rodape{
  background-color:var(--cor-branco);
  color: var(--cor-preto);
  text-align: center;

}

 .rodape p, .politica-privacidade-rodape a{
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  color: var(--cor-preto);
}


 .redes-sociais-rodape, .contatos-rodape{
  display: flex;
  flex-direction: row ;
  justify-content: center;
}

.redes-sociais-rodape a{
  font-size: 40px;
  color: var(--cor-preto);
}


.redes-sociais-rodape a:hover, .contatos-rodape a:hover,.politica-privacidade-rodape a:hover{
  color: var(--cor-terciaria);
}

.contatos-rodape a{
  font-size: 20px;
  color: var(--cor-preto);
}


.botao-whatsapp{
  z-index: 999;
  position: fixed;
  right: 40px;
  bottom: 40px;
  transition: 0.2s ease-in-out;
 
}

.botao-whatsapp:hover{
  transform: scale(1.1);
}


/*CARREGAMENTO DA PAGINA*/
.logo-carregamento img{
  width: 100%;
  
}

.box-load{
  position: fixed;
  z-index: 998;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: var(--cor-branco);
}

.content{
  /*display: none;*/
}

/* PULSAR*/
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
 
.icone{
  animation: pulse 1s infinite;
}


/*@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(90deg);
  }
  75% {
    transform: rotate(135deg);
  }
  100% {
    transform: rotate(180deg);
  }
}


.icone{
  animation: rotate 3s infinite;
}*/


/* LGPD */


.box-cook.hide{
  display: none !important;
}

.box-cook{
  z-index: 999;
  position: fixed;
  left: 4px;
  bottom: 30px;
  background-color: var(--cor-branco);
  padding: 1rem;
  border-radius: 0;
  color: var(--cor-black);
  box-shadow: 0px 0px 5px 0px var(--cor-primaria);
}

.box-cook a{
text-decoration: none;
}

.politica-privacidade-lgpd{
  color: var(--cor-preto);
}

.politica-privacidade-corpo{
  background-color: #eee;
}

.politica-privacidade-lgpd:hover{
  color: var(--cor-preto);
  text-decoration: underline;
  
}

/*ANIMAÇÃO LGPD*/
.box-cook{
  animation: appear 2s;
}

@keyframes appear{

  from{
    opacity: 0;
    translate: 0 100%;
  }

  to{
    opacity: 1;
    translate: 0 0;
  }
}

/*EFEITO CARREGAMENTO LENTO*/

/* Estilo inicial para esconder as seções */
.load-top, .load-bottom {
  opacity: 0;
  transform: translateY(-200px); /* Movendo para fora da tela inicialmente */
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.load-bottom {
  transform: translateY(200px); /* Movendo para a direita no início */
}

/* Classe que mostra as seções com transição */
.load-top.visible, .load-bottom.visible {
  opacity: 1;
  transform: translateY(0); /* Movendo para a posição original */
}





/* MEDIAS ##########################################################*/

@media (min-width: 0) and (max-width: 576px) {
  .navbar{
    position: absolute;}

  .carousel-caption{
    top:10rem;
  }
  .carousel-caption a{
    top: 21rem;
    left: 3rem;
  }

  .carousel-item{
    height: 600px;
  }

  .logo-navbar{
    max-width: 50%;
  }

  .carousel-caption h1 {
    font-size: 1.9rem;
    padding-top: 1rem;
  }

  .carousel-caption p {
    font-size: 1.3rem;
  }


  .container-produtos{
    padding: 15px 0;
  }

  .logo-rodape img{
    max-width: 50%;
  }
   p{
    font-size:17px !important;
  }
  h2 {
      font-size: 1.8rem !important;
  }
  .img-servicos1, .img-servicos2, .img-servicos3, .img-servicos4, .img-servicos5{
    height: 350px;
  }
}


/* Medium devices (tablets, 768px and up) */
@media (min-width: 577px) and (max-width: 768px) {

  .carousel-caption a{
    left: 5rem;
  }
  h2 {
      font-size: 1.8rem !important;
  }
  p{
    font-size:17px !important;
  }
  .img-servicos1, .img-servicos2, .img-servicos3, .img-servicos4, .img-servicos5{
    height: 350px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 769px) and (max-width: 992px) {
  .carousel-caption a{
    left: 12rem;
  }

  .carousel-item{
    height: 550px;
  }
 

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 993px) and (max-width: 1200px) {
  .carousel-caption a{
    left: 21rem;
  }
 
}

/* Extra extra large devices (larger desktops, 1400px and up) */
@media (min-width: 1201px) and (max-width: 1400px) {
  
}


@media (min-width: 1400px) {
 
}