
body, html {
  background-color: white;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* Remove o overflow horizontal */
}
/* Tela de carregamento */
#tela_carregamento {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Container do Spinner */
.loadingio-spinner-spinner-977el9wwy2v {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
}

/* Spinner Animation */
.ldio-4j5ay0xf86g {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
}

/* Elementos do Spinner com animação */
.ldio-4j5ay0xf86g div {
  position: absolute;
  left: 94px;
  top: 48px;
  width: 12px;
  height: 24px;
  border-radius: 6px / 12px;
  background: var(--cor-botao-contato);
  animation: spinnerAnimation 1s linear infinite;
  transform-origin: 6px 52px;
}

/* Definição de cada elemento para o spinner circular */
.ldio-4j5ay0xf86g div:nth-child(1) { transform: rotate(0deg); animation-delay: -0.916s; }
.ldio-4j5ay0xf86g div:nth-child(2) { transform: rotate(30deg); animation-delay: -0.833s; }
.ldio-4j5ay0xf86g div:nth-child(3) { transform: rotate(60deg); animation-delay: -0.75s; }
.ldio-4j5ay0xf86g div:nth-child(4) { transform: rotate(90deg); animation-delay: -0.666s; }
.ldio-4j5ay0xf86g div:nth-child(5) { transform: rotate(120deg); animation-delay: -0.583s; }
.ldio-4j5ay0xf86g div:nth-child(6) { transform: rotate(150deg); animation-delay: -0.5s; }
.ldio-4j5ay0xf86g div:nth-child(7) { transform: rotate(180deg); animation-delay: -0.416s; }
.ldio-4j5ay0xf86g div:nth-child(8) { transform: rotate(210deg); animation-delay: -0.333s; }
.ldio-4j5ay0xf86g div:nth-child(9) { transform: rotate(240deg); animation-delay: -0.25s; }
.ldio-4j5ay0xf86g div:nth-child(10) { transform: rotate(270deg); animation-delay: -0.166s; }
.ldio-4j5ay0xf86g div:nth-child(11) { transform: rotate(300deg); animation-delay: -0.083s; }
.ldio-4j5ay0xf86g div:nth-child(12) { transform: rotate(330deg); animation-delay: 0s; }

/* Keyframes para a animação de opacidade dos elementos */
@keyframes spinnerAnimation {
  0% { opacity: 1; }
  100% { opacity: 0; }
}


:root {

    --cor-branco:white;
    --cor-black: black;
    --cor-primaria:#c0cee4;
   /*Fontes*/
   --fontes-1: "Montserrat", serif;
   --fontes-2: "Taviraj", serif;
   --fontes-3: "Pridi", serif;

    /*Animação*/
    --tempo-animacao: 1s;
    /*Border Radius*/
    --border-radius: 15px;
    --border-radius-especial:15px 0 15px 0;
    --border-radius-parallax:15px 0 0 0;
    --border-radius-parallax2:0 0 15px 0;
    /*Textos cor*/
    --textos-branco: #ffffff;
    --textos-preto: #000000;
    --textos-azul:#c0cee4;
    --textos-dourado:#d0b294;
    /*NavBar*/
    --background-nav-bar: rgb(170, 186, 211) !important;
    --box-shadow-nav-bar:rgba(255, 255, 255, 0.1);
    --cor-da-letra-nav-bar: #ffffff;
    --cor-que-acompanha-opcao-selecionada: #d0b294;
    --cor-botao-contato: #d0b294;
    --cor-roxo:#6e57af;
    --background-roxo:rgb(110, 87, 175);

    /*Formulario*/
    --bg-color: #f8f9fa;
    --icon-color: rgb(221, 183, 109);
    --text-color: #333;
    --border-color: rgb(221, 183, 109);
    --btn-bg-color: rgb(177, 201, 241); 
    --btn-text-color: #fff;
    --hover-color:#ffffff;
    --hover-bg-color: rgb(221, 183, 109);

    /*Missão de valores*/
    --missao-valores:rgb(177, 201, 241);
    --linha-cor:hsl(33,20%,59%);

    /*Serviços*/
    --bg-fundo-texto:rgba(221, 184, 109, 0.685);

    /*Fundo Serviços*/
    --fundo-servicos:#000022;

    /*Contador*/
    --background-contador:rgb(221, 184, 109);


    /*Produtos*/
    --box-shadow:0px 13px 10px -7px rgba(0, 0, 0,0.1);
    --box-shadow-hover:0px 30px 18px -8px rgba(0, 0, 0,0.1);

    /*btn*/
    --btn_border: #0000001a;
    --btn_shadow: 5px 5px 10px #0000001a;
    --btn_shadow_hover: inset 5px 5px 10px #0000001a;

    /*Contatos fundo*/
    --form-bg:rgba(17, 17, 226, 0.562);
    --bordas: #cccccc;
    --font-color: #323232;
    --font-color-sub: #666;
    --bg-color: rgb(255, 255, 255);
    --main-color: black;
    /*Contatos fundo*/
    --card1-bg:#f2f2f2;
    --card1-border:#ffffff80;
    --card1-hover:rgba(255, 255, 255, 0.2);
    --card__title-1-:#333;
    /*depoimentos*/
    --c1: rgb(221, 183, 109);
    /*Footer*/
    --bg-footer:#00081b;
    --background_8:#222;

}

p{
  line-height: 20px;
}
/* Animação */
  @keyframes square-animation {
    0% {
      left: 0;
      top: 0;
    }
  
    10.5% {
      left: 0;
      top: 0;
    }
  
    12.5% {
      left: 32px;
      top: 0;
    }
  
    23% {
      left: 32px;
      top: 0;
    }
  
    25% {
      left: 64px;
      top: 0;
    }
  
    35.5% {
      left: 64px;
      top: 0;
    }
  
    37.5% {
      left: 64px;
      top: 32px;
    }
  
    48% {
      left: 64px;
      top: 32px;
    }
  
    50% {
      left: 32px;
      top: 32px;
    }
  
    60.5% {
      left: 32px;
      top: 32px;
    }
  
    62.5% {
      left: 32px;
      top: 64px;
    }
  
    73% {
      left: 32px;
      top: 64px;
    }
  
    75% {
      left: 0;
      top: 64px;
    }
  
    85.5% {
      left: 0;
      top: 64px;
    }
  
    87.5% {
      left: 0;
      top: 32px;
    }
  
    98% {
      left: 0;
      top: 32px;
    }
  
    100% {
      left: 0;
      top: 0;
    }
  }
  
  .fade-in {
    animation: fadeIn 1s ease-in-out;
  }
  
  .fade-out {
    animation: fadeOut 1s ease-in-out;
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  
  @keyframes fadeOut {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
    }
  }
  
  @keyframes slideInLeft {
    from {
      opacity: 0;
      transform: translateX(-100px);
    }
  
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  @keyframes slideOutLeft {
    from {
      opacity: 1;
      transform: translateX(0);
    }
  
    to {
      opacity: 0;
      transform: translateX(-100px);
    }
  }
  
  @keyframes slideInRight {
    from {
      opacity: 0;
      transform: translateX(100px);
    }
  
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  @keyframes slideOutRight {
    from {
      opacity: 1;
      transform: translateX(0);
    }
  
    to {
      opacity: 0;
      transform: translateX(100px);
    }
  }
  
  @keyframes slideInTop {
    from {
      opacity: 0;
      transform: translateY(-100px);
    }
  
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  @keyframes slideInBottom {
    from {
      opacity: 0;
      transform: translateY(100px);
    }
  
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .animacao {
    opacity: 0;
    transition: opacity var(--tempo-animacao) ease-out, transform var(--tempo-animacao) ease-out;
  }
  
  .in-view-left,
  .in-view-right,
  .in-view-top,
  .in-view-bottom {
    animation-duration: var(--tempo-animacao);
    animation-fill-mode: forwards;
  }
  
  .out-view-left,
  .out-view-right,
  .out-view-top,
  .out-view-bottom {
    animation-duration: var(--tempo-animacao);
    animation-fill-mode: forwards;
  }
  
  .in-view-left {
    animation-name: slideInLeft;
  }
  
  .out-view-left {
    animation-name: slideOutLeft;
  }
  
  .in-view-right {
    animation-name: slideInRight;
  }
  
  .out-view-right {
    animation-name: slideOutRight;
  }
  
  .in-view-top {
    animation-name: slideInTop;
  }
  
  .in-view-bottom {
    animation-name: slideInBottom;
  }


/*Nav bar*/
.navbar {
    background-color: var(--background-nav-bar);
    box-shadow: 0 4px 6px var(--box-shadow-nav-bar) ;
    font-family: var(--fontes-3);
    font-weight: 400;
}
.navbar-toggler{
  background-color: var(--bg-linha-parallax);
}


.navbar-nav .nav-link {
    color: var(--cor-da-letra-nav-bar);
    font-family: var(--fontes-3);
    font-size: 20px;
    font-weight: 700;
    margin-right: 10px;
    letter-spacing: 3px;
    transition: color 0.3s ease-in-out, border-bottom 0.3s ease-in-out; 
}


.navbar-nav .nav-link:hover {
    color: var(--cor-roxo);
}


.nav-link.active {
    color: var(--cor-roxo) !important;
    border-bottom: 2px solid var(--cor-roxo); 
}

.nav-logo{
  max-height: 150px;
}


.nav-item.contato .nav-link {
    font-weight: 700;
    padding: 8px 20px;
    border-radius: var(--border-radius);
    cursor: pointer;
    position: relative;
    background-color: var(--background-roxo);
    color: var(--cor-da-letra-nav-bar);
    touch-action: manipulation;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}


.nav-item.contato .nav-link:hover {
    background-color: var(--cor-da-letra-nav-bar);
    color: var(--background-roxo);
}

.btn {
  font-weight: 600 !important;
  border: 1px solid var(--btn_border) !important;
  border-radius: var(--border-radius);
  box-shadow: var(--btn_shadow) !important;
  text-transform: uppercase !important;
  padding-left: 2.1rem;
  padding-right: 2.1rem;
  transition: all .2s linear !important;
}

.btn-primary {
  /*background: var(--bg-color) !important;*/
  color: var(--icon-color) !important;
  background: none;
}

.missao-visao-valores{
  background-color: var(--missao-valores);
  
 
}

.missao-visao-valores h4{
  font-family: var(--fontes-3);
  font-weight: 700;
  letter-spacing: 2px;
}

.missao-visao-valores p{
  background-color: var(--missao-valores);
  font-family: var(--fontes-1);
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2px;
}

.linha-pontilhada-vetical{
  border:         none;
  border-left: 4px dotted var(--textos-preto);
  color: var(--textos-preto);
  width:          1px;  
}

/*Banner*/
#inicio,
#section_cadastro,
#section_agradecimento {
    height: auto;
    min-height: 35rem;
}

#inicio,
#idealizadoras {
    position: relative;
    height: 100%;
}

#inicio {
    background-image: url("../imagens/fundo/3394.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
#inicio::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(112, 101, 101, 0.5); 
  z-index: 1;
}

.formulario {
  position: relative;
  top: 10%; 
}

.formulario h2{
    color: var(--textos-branco);
    font-family: var(--fontes-2);
    font-weight: 700;  
}

.banner-principal{
  position: relative;
  top: 90px;
}

.banner-principal h1{
  color: var(--textos-branco);
  text-shadow: 0px 0px 15px rgba(0,0,0,1);
  font-family: var(--fontes-1);
}

.polygon-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(107, 87, 57, 0.637);
    clip-path: polygon(68% 0, 100% 0, 100% 100%, 36% 100%);
    z-index: 1;
    backdrop-filter: blur(5px);
}


#inicio .row {
    position: relative;
    z-index: 2;
}
/*Formulario*/
.form-control {
  background-color: var(--bg-color);
  color: var(--text-color);
  border: 1px solid var(--border-color);
  border-radius: 5px;
  padding-left: 35px;
  padding-right: 10px;
  height: 45px;
  width: auto;
}

.position-relative i {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: var(--icon-color)!important;
}

.custom-control-label {
  color: var(--text-color);
  font-size: 0.9rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: var(--icon-color);
  background-color: var(--icon-color);
}

button[type="submit"] {
  background-color: var(--btn-bg-color);
  color: var(--btn-text-color);
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

button[type="submit"]:hover {
  color: var(--hover-color);
  background-color: var(--hover-bg-color);
}

input[type="checkbox"] {
  margin-right: 5px;
}

/* Adicional: estiliza o placeholder */
.form-control::placeholder {
  color: var(--text-color);
  opacity: 0.7;
}


.icon_card {
    height: 6rem;
}

.icon_card .fundo,
.icon_card .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    color: var(--color_1);
    transform: translate3d(-50%, -50%, 0);
    transition: all .2s ease-in-out;
}

.icon_card .fundo {
    width: 6rem;
    height: 6rem;
    opacity: .2;
}

.icon_card .icon {
    width: 4rem;
    height: 4rem;
}

li:hover .icon_card .fundo {
    opacity: 1;
}

li:hover .icon_card .icon {
    color: var(--color_lestras_2);
}

#img_s1{
    min-height: 20rem;
}


.texto-titulo-sobre-nos h1 {
  font-family: var(--fontes-2);
  font-weight: 900;
  font-size: 3rem !important;
  letter-spacing: 2px !important;
}

.texto-titulo-sobre-nos h2 {
  font-family: var(--fontes-3);
  font-weight: 400;
  font-size: 2.5rem !important;
}

.texto-titulo-sobre-nos p {
  font-family: var(--fontes-1);
  font-weight: 400;
  line-height: 30px;
  font-size: 1rem !important;
}

.logo-clip {
  clip-path: circle(70% at 20% 50%);
  width: 100%;
  height: auto;
  object-fit: cover;
}

.logo-container {
  position: relative;
  overflow: hidden !important;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}


/*Serviços*/

.texto-titulo-servicos h1 {
  font-family: var(--fontes-2);
  font-weight: 900;
  font-size: 3rem !important;
  letter-spacing: 2px !important;
}

.texto-titulo-servicos h2 {
  font-family: var(--fontes-3);
  font-weight: 700;
  font-size: 2rem !important;
}

.texto-titulo-servicos p {
  font-family: var(--fontes-1);
  font-weight: 400;
  line-height: 30px;
  font-size: 1rem !important;
}

.div-servicos {
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-servicos {
  width: 100%;
  max-width: 350px;
  overflow: hidden;
  border-radius: var(--border-radius);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease;
}

.card-servicos {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius);
  background-color: var(--cor-secundaria);
}

.card-image img {
  width: 100%;
  height: auto;
  display: block;
}


.card-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: var(--bg-fundo-texto); 
  color: var(--textos-preto);
  text-align: center;
  padding: 20px;
  transform: translateY(100%);
  transition: transform 0.5s ease;
}

.card-servicos:hover .card-content {
  transform: translateY(0);
}


.imagem-servico {
  width: 100%;
  height: 200px; 
  object-fit: cover;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: 10px;
}

.texto-titulo-produtos h1{
    color: var(--textos-preto);
    font-family: var(--fontes-2);
    font-weight: 900;
    font-size: 3rem !important;
    letter-spacing: 2px !important;
}

.bord-img{
    border-radius: var(--border-radius);
}

.fundo-sevico{
    background-color: var(--fundo-servicos);
}

/*contador*/
.counter-area {
  background-color: var(--background-contador);
  border-radius: var(--border-radius);
  position: relative;
  padding: 1rem;
  color: white;
}
.counter-area::before {
  border-radius: var(--border-radius);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.counter-area .container {
  border-radius: var(--border-radius);
  position: relative;
  z-index: 2;
}
.single-counter {
  text-align: center;
  padding: 30px 20px;
}
.counter-number {
  font-size: 3rem;
  font-family: var(--fontes-2);
  font-weight: bold;
}
.counter-heading {
  font-family: var(--fontes-3);
  font-weight: 500;
  margin-top: 10px;
  text-transform: uppercase;
}


/*Produtos*/
.card--1 .card__img, .card--1 .card__img--hover {
  background-image: url('../imagens/produtos/produto1.jpeg');
}

.card--2 .card__img, .card--2 .card__img--hover {
  background-image: url('../imagens/produtos/produto2.jpeg');
}

.card{
  border: none;
}

.card__img {
  visibility: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 235px;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
  

}

.card__img--hover {
  transition: 0.3s all ease-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  height: 235px;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
  top: 0;

}
.card-produto {
  margin-right: 25px;
  transition: all .4s cubic-bezier(0.175, 0.885, 0, 1);
  background-color: var(--bg-color);
  width: 33.3%;
  position: relative;
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--box-shadow);
}
.card-produto:hover {
  box-shadow: var(--box-shadow-hover);
  transform: scale(1.10, 1.10);
}

.card__info {
  z-index: 2;
  background-color: var(--bg-color);
  border-radius: var(--border-radius);
  padding: 16px 24px 24px 24px;
}

.card__category {
  font-family: var(--fontes-1);
  text-transform: uppercase;
  font-weight: 500;
  color: var(--text-color);
}

.card__title {
  font-family: var(--fontes-3);
}

.card__by {
  font-family: var(--fontes-2);
  font-weight: 500;
}

.cards-texto{
  font-family: var(--fontes-1);
  font-weight: 400;
}

.card:hover .card__img--hover {
  height: 100%;
  opacity: 0.3;
}

.card:hover .card__info {
  background-color: transparent;
  position: relative;
}

.card:hover .card__info-hover {
  opacity: 1;
}

/*parallax*/
.fundo-parallax{
  background-image: url(../imagens/fundo/3392.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding: 1rem;
}

.fundo-texto {
  position: relative;
  background-color: rgba(170, 152, 128, 0.568);
  backdrop-filter: blur(5px);
  overflow: hidden;
  border-radius: var(--border-radius-especial);
}

.fundo-texto::before,
.fundo-texto::after {
  content: "";
  position: absolute;
  border: 2px solid var(--bg-color); 
  box-sizing: border-box;
}

.fundo-texto::before {
  top: 10px;
  left: 10px;
  width: calc(35% - 20px); 
  height: calc(35% - 20px); 
  border-width: 4px 0 0 4px; 
  border-radius: var(--border-radius-parallax);
}

.fundo-texto::after {
  bottom: 10px;
  right: 10px; 
  width: calc(35% - 20px); 
  height: calc(35% - 20px); 
  border-width: 0 4px 4px 0; 
  border-radius: var(--border-radius-parallax2);
}



.fundo-parallax h1{
  color: var(--textos-branco);
  font-family: var(--fontes-3);
  font-size: 3rem;
  letter-spacing: 4px;
}

.fundo-parallax h2{
  color: var(--textos-branco);
  font-family: var(--fontes-2);
  font-size: 2.5rem;
  letter-spacing: 2px;
}

.fundo-parallax p{
  color: var(--textos-branco);
  font-family: var(--fontes-3);
  font-size: 1rem;
  line-height: 30px;
}

.fundo-contatos {
  background-size: cover;
  background-position: center;
  background-image: url('../imagens/fundo/fundo-informacao.jpg'); 
  border-radius:var(--border-radius);
  
  height: auto;
  position: relative;
}

.fundo-contatos h5 {
  color: var(--textos-branco);
  font-family: var(--fontes-3);
  font-size: 25px;
  font-weight: 500;
}

.fundo-contatos p{
  color: var(--textos-branco);
  font-family: var(--fontes-2);
  font-size: 20px;
  font-weight: 500;
}

.fundo {
  position: relative;
  z-index: 1;
}

.fundo-contatos::before {
  background-color: var(--bg-fundo-texto);
  backdrop-filter: blur(5px);
  border-radius:var(--border-radius);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
 
}

.titulo-parallax{
  color: var(--textos-branco);
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: 3rem !important;
  letter-spacing: 1.5px !important;
}

.subtitulo {
  font-family: "Karla", sans-serif;
  color: var(--textos-preto);
  font-weight: 600;
  margin-top: 10px;
}

.linha {
  width: 100px;
  height: 5px;
  border-radius: var(--border-radius);
  background-color: var(--bg-linha-parallax);
  margin: 15px auto;
}
/*Formulario*/

.card1{
    position: relative;
    background-color: var(--card1-bg);
    border-radius: 30px 0 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    perspective: 1000px;
    box-shadow: 0 0 0 5px var(--card1-border);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.card1 svg {
    width: 48px;
    fill: var(--card__title-1);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.card1:hover{
    transform:scale(1.05);
    box-shadow:  0, 8px, 16px var(--card1-hover);
}
.card__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: var(--card1-bg);
    transform: rotateX(-90deg);
    transform-origin: bottom;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
  
.card:hover .card__content {
    transform: rotateX(0deg);
}
  
.card__title-1 {
    margin: 0;
    font-size: 24px;
    color: var(--card__title-1);
    font-weight: 700;
}
  
.card:hover img {
    scale: 0;
    border-radius: 30px 0 30px 0;
}
  
.card__description-1 {
    margin: 10px 0 0;
    font-size: 14px;
    color: #777;
    line-height: 1.4;
}
  
.texto-titulo-galeria{
  font-family: "Karla", sans-serif;
  font-weight: 900;
  font-size: 3rem !important;
  letter-spacing: 1.5px !important;
}

.texto-titulo-marcas{
  font-family: "Karla", sans-serif;
  font-weight: 900;
  font-size: 3rem !important;
  letter-spacing: 1px !important;
}

/*Depoimentos*/
.card_depoimento {
  list-style: none;
  padding-bottom: 2rem !important;
  margin-bottom: 4rem !important;
  background-color: var(--fundo-servicos);
  color: var(--textos-branco);
}

.card_depoimento .container_perfil {
  list-style: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 70%, 0);
}

.card_depoimento i{
  color: #fceb05 !important;
}


.glider {
  display: flex;
  gap: 1rem; /* Espaçamento entre os itens */
}

.glider-prev,
.glider-next {

  color: #0c45e0;
  border: none;
  padding: 0.5rem 1rem;
  cursor: pointer;
}

.dots {
  text-align: center;
  margin-top: 1rem;
}

.dots button {
  background: #ddd;
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
}

.dots .active {
  background: #000000;
}


.abre_fqa i {
  transition: .2s ease-in-out;
}

.abre_fqa[aria-expanded="true"] i{
  transform: rotate(180deg);
}

.border_top {
  border-top: 1px solid var(--btn_border);
}

.fundo-depoimentos{
  background-color: var(--fundo-produtos);
}

.texto-titulo-depoimentos{
  color: var(--textos-branco);
  font-family: "Karla", sans-serif;
  font-weight: 900;
  font-size: 2.5rem !important;
}
.texto_depoimento{
  color: var(--textos-branco);
  font-family: var(--fontes-1);
}

.nome-titulo-depoimentos{
  color: var(--textos-branco);
  font-family:var(--fontes-2);
  font-weight: 900;
}

.bg-dark{
  background-color: var(--bg-footer) !important;
  box-shadow: var(--box-shadow-nav-bar);
  color: var(--textos-branco);
}

.footer h2{
  color: var(--hover-bg-color);
  font-family: var(--fontes-2);
  font-weight: 500;
  text-align: center;
}

.footer li{
  color: var(--color_1);
  font-family: var(--fontes-1);
  font-size: 20px;

}

.logo-footer{
  max-width: 250px;
  border-radius: var(--border-radius);
}

.contatos-footer{
    list-style: none;
}

.redes-sociais a{
    font-size: 30px !important;
}

.whatsapp_flutuante {
  z-index: 1000;
  position: fixed;
  right: 20px;
  bottom: 20px;
}
.whatsapp_msg {
  width: 0;
  transition: width 3s;
  padding: 7px 0 0 7px;
}
.rotating-image {
  animation: rotateImage 0.6s infinite;
}

/*LGPD*/

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

.box-cook{
  z-index: 999;
  position: fixed;
  left: 10px;
  bottom: 10px;
  background-color: var(--cor-branco);
  padding: 0.5rem;
  color: var(--cor-black);
  box-shadow: 0px 0px 5px 0px var(--cor-primaria);
  font-size: 14px;
  border-radius: 8px;
}

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


/*marcas*/
.section-marcar{
  max-height: 300px;
  max-width: 300px;
  object-fit: contain;
}
.ajustes{
  position: relative;
  top: 4rem;
}
/*btn-wpp*/
.btn-success{
  border-radius: var(--border-radius);
  font-family: "Montserrat", sans-serif;
  padding: 0.5rem 1.5rem;
  width: auto;
}
/* Btn-2*/ 
.button-2 {
  display: inline-block;
  background-color: var(--fundo-servicos);
  color: var(--textos-branco);
  padding: 0.5rem 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold !important;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid var(--c1);
  transition: color 0.5s;
  z-index: 1;
  font-size: 17px;
  border-radius: var(--border-radius);
  color: var(--textos-branco);
  text-decoration: none;
  width: fit-content;
}

.button-2:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: var(--c1);
  height: 150px;
  width: 350px;
  border-radius: 50%;
}

.button-2:hover {
  color: var(--textos-branco) ;
  border: 2px solid var(--fundo-servicos);
}


.button-2:before {
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}

.button-2:hover:before {
  top: -30px;
  left: -30px;
}

.button-2-sem-hover{
  display: inline-block;
  background-color: #fc7300;
  color: var(--c1);
  padding: 0.5rem 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold !important;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid var(--c1);
  transition: color 0.5s;
  z-index: 1;
  font-size: 17px;
  border-radius: 1rem;
  color: var(--c1);
  text-decoration: none;
}

.logo-bma {
  background-color: var(--background_8);
  padding: 15px 7px 20px 7px;
  border-radius: 5px;
}

/* Política de Privacidade */
#modal_lgpd {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bg-transparente);
  color: var(--textos-preto) !important;
  opacity: 0;
  visibility: hidden; 
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 9999; 
}

#modal_lgpd.open {
  opacity: 1;
  visibility: visible;
}

.container_modal_lgpd {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%; 
  max-width: 600px; 
  max-height: 90vh; /* Adiciona altura máxima para o modal */
  background: var(--bg-color) !important;
  border-radius: var(--border-radius);
  overflow: hidden; 
  transform: translate(-50%, -50%); 
  transition: transform 0.3s ease, opacity 0.3s ease; 
  opacity: 0; 
}

#modal_lgpd.open .container_modal_lgpd {
  opacity: 1; 
}

.texto_modal_lgpd { /* Classe para o conteúdo do modal */
  padding: 1.5rem;
  overflow-y: auto; /* Permite rolagem vertical se necessário */
  max-height: 70vh; /* Limita a altura do conteúdo */
}

#modal_lgpd .titulo_lgpd {
  top: 0;
  background: linear-gradient(360deg, var(--bg-color) 0%, var(--bg-color) 10%) !important;
}




/* MEDIAS -------------------------------------------------------- */
@media (max-width: 3000px){

}
@media (max-width: 2200px){

}
@media (max-width: 1700px){

}
@media (max-width: 1450px){
 
}
@media (max-width: 1320px){
 
}
@media (max-width: 1250px){
   

}
@media (max-width: 1200px){
   
}
@media (max-width: 1150px){

}
@media (max-width: 1080px){
 
}
@media (max-width: 1024px){

}
@media (max-width: 991px){
    .redes-sociais {
        flex-direction: column; 
    }

    .linha-pontilhada-vetical{
      color: var(--textos-branco);
      height: 1px;
      width: 100%;
    }

    .whatsapp_msg {
      display: none; 
  }

  .whatsapp_flutuante .whatsapp_msg {
      display: none;
  }

  .whatsapp_flutuante {
      background: none; 
      box-shadow: none; 
      border: none; 
  }

  
  .whatsapp_bt img {
      width: 65px; 
  }
    
}
@media (max-width: 910px){
  
}
@media (max-width: 768px){
    .glider-prev, .glider-next {
        padding: 5px;
        font-size: 16px;
    }

    .titulo-banner-1{
      font-size: 2rem;
    }
    .texto-titulo-depoimentos{
      font-size: 2rem !important;
    }

    .bg-transparente-parallax{
      background-color: var(--bg-banner-texto) !important;
      border-radius: 30px 0 30px;
      backdrop-filter: blur(9px);
      box-shadow: 0px 0px 67px -18px var(--bg-transparente);
      -webkit-box-shadow: 0px 0px 67px -18px var(--bg-transparente);
      -moz-box-shadow: 0px 0px 67px -18px var(--bg-transparente);
      color: var(--textos-preto);
    }
    .texto-titulo-marcas{
      font-size: 2rem !important;
    }

    
    #popup_lgpd {
      max-width: 35rem;
      padding: 1.5rem;
      text-align: left;
    }
  
    #popup_lgpd .container_lgpd {
      border-radius: var(--LGPD_popup_radius);
      box-shadow:
        6.7px 6.7px 5.3px rgba(0, 0, 0, 0.02),
        22.3px 22.3px 17.9px rgba(0, 0, 0, 0.03),
        100px 100px 80px rgba(0, 0, 0, 0.05);
    }
    
}
@media (max-width: 529px){
  
    
}