.btn-outline-primary {
  --bs-btn-color: var(--cor-05);
  --bs-btn-border-color: var(--cor-05);
  --bs-btn-hover-bg: var(--cor-05);
  --bs-btn-hover-border-color: var(--cor-05);
  --bs-btn-active-bg: var(--cor-05);
  --bs-btn-active-border-color: var(--cor-05);
  --bs-btn-disabled-color: var(--cor-05);
  --bs-btn-disabled-border-color: var(--cor-05);
}
#menu {
  z-index: 100;
  width: 100%;
}
#topo {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
/* SWIPER */
.swiper {
  width: 100%;
  height: 44rem;
}
.swiper-wrapper {
  height: 100%;
  width: 100%;
}
.swiper .swiper-slide {
  padding: 0;
  /* height: 100%;
  width: 100%; */
  position: relative;
  height: auto;
  width: 100%;
  background-color: var(--cor-bw-10);
}
.swiper .swiper-slide img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateX(0) translateY(-50%);
  max-width: fit-content;
  max-height: 100%;
  z-index: 1;
  filter: brightness(.8);
}
.swiper-slide .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.swiper-slide .conteudo {
  color: var(--cor-bw-00);
  max-width: 50%;
}
.swiper-slide .conteudo h1 {
  font-weight: 500;
  font-size: 4rem;
}
.swiper-slide .botoes {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  column-gap: 30px;
}
.slide-text {
  position: absolute;
  /* 
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
 */
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--cor-bw-00);
  transition: color 0.3s ease;
  border-radius: 20px 20px 0 0;
  /* background-color: var(--cor-destaque-07); */
  
  padding: 20px;
  width: 70%;
  z-index: 1000;
  box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.3);
}
.slide-text h1 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}
.slide-text p {
  font-weight: 200;
}
.slide-text.gradient_01 {
  background: linear-gradient(0deg, rgba(71,3,61,1) 0%, rgba(113,30,101,1) 35%, rgba(159,65,145,1) 100%);
}
.slide-text.gradient_01 p {
  color: #f59ee8;
}
.slide-text.gradient_02 {
  background: linear-gradient(0deg, rgba(49,61,2,1) 0%, rgba(104,129,9,1) 35%, rgba(159,196,19,1) 100%);
}
.slide-text.gradient_02 p {
  color: #dbf189;
}
.slide-text.gradient_03 {
  background: linear-gradient(0deg, rgba(65,5,17,1) 0%, rgba(189,42,72,1) 35%, rgba(233,66,100,1) 100%);
}
.slide-text.gradient_03 p {
  color: #faafbe;
}
.swiper-button-next,
.swiper-button-prev {
  background-color: var(--cor-05);
  color: var(--cor-bw-00);
  border-radius: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 15px;
  font-weight: 600;
}
.paginacao {
  margin-top: -30px;
  margin-bottom: 20px;
  width: 100%;
  position: absolute;
  z-index: 2000;
  bottom: -15px;
}
.swiper-pagination-bullet {
  background: var(--cor-bw-03);
}
.swiper-pagination-bullet-active {
  background: var(--cor-bw-00);
}
[id^="banner"] {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-slide img {
  width: 100%;
  height: auto; /* Altura ajustada proporcionalmente */
  display: block;
}
#tarja {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: var(--cor-05);
  padding: 10px;
}
#tarja h1 {
  font-weight: 700;
  font-size: 20px;
  color: var(--cor-bw-00);
  padding: 0;
  margin: 0;
}
#tarja h1:not(:last-child) {
  margin-right: 15px;
}
#topo_section {
  width: 100%;
  height: 100%;
  position: relative;
}
#topo_section img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#overlay-topo {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: var(--cor-transp-06);
  display: flex;
  align-items: center;
  justify-content: center;
}
#pqmanga_section {
  background: linear-gradient(to right, rgba(31,31,31,1) 40%,
              rgba(31,31,31,0)), url(../img/sections/pqmanga_section.webp);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 50px;
}
#pqmanga_section .container {
  align-items: flex-start;
}
#pqmanga_section .box-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 50%;
  margin-left: 0;
  margin-right: 0;
  color: var(--cor-bw-03);
}
#pqmanga_section .box {
  background-color: rgba(31, 31, 31, 0.6);
  border-radius: 40px;
  border: 1px solid var(--cor-bw-05);
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 20px 0;
}
#pqmanga_section .box-container h1 {
  color: var(--cor-bw-00);
  font-weight: 900;
  max-width: 100%;
  margin-bottom: 30px;
}
#pqmanga_section .box-container h3 {
  margin-bottom: 30px;
}
#pqmanga_section .box-container p {
  max-width: 100%;
}
#pqmanga_section .box-container h1, 
#pqmanga_section .box-container p, 
#pqmanga_section .box-container ul, 
#pqmanga_section .box-container h2,
#pqmanga_section .box-container h3 {
  text-align: left;
}
#sobre_section {
 /*  background: linear-gradient(to left, rgba(255, 255, 255, 1) 50%,
     rgba(255, 255, 255, 0) 70%), url(../img/sections/sobre_section.webp);
  background-position: top;
  background-size: cover; */
  background-position: top left;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  padding: 50px;
}
#sobre_section .container {
  align-items: flex-end;
}
#sobre_section .box-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 50%;
  margin-left: 0;
  margin-right: 0;
  color: var(--cor-bw-10);
}
#sobre_section .container p {
  font-size: 20px;
  max-width: 100%;
}
#sobre_section .container a {
  margin-top: 30px;
}
#sobre_section .container h1, 
#sobre_section .container p, 
#sobre_section .container ul, 
#sobre_section .container h2,
#sobre_section .container h3 {
  text-align: left;
}
#contato_section {
  color: var(--cor-bw-10);
  background-color: var(--cor-05);
}
.contato-box {
  background-color: var(--cor-bw-00);
  width: 80%;
  padding: 40px;
  display: flex;
  flex-direction: row;
  align-items: stretch; /* Garante que os filhos ocupem 100% da altura */
  justify-content: space-between;
  border-radius: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3); 
}
.contato_imagem {
  width: 40% !important; /* Define 40% de largura */
  min-height: 300px; /* Altura mínima (opcional, ajuste conforme necessário) */
  background-image: url(../img/sections/contato_section.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 40% 50%;
  border-radius: 20px; /* Mantém o border-radius do lado esquerdo */
}
#contato_form {
  width: 100%;
  margin-left:20px;
}
#contato_section .container h3 {
  max-width: 80%;
  text-align: center;
}
.servicos {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  column-gap: 20px;
  row-gap: 20px;
  flex-wrap: wrap;
  margin-top: var(--padding-padrao);
}
.servicos .servico {
  max-width: 30%;
  height: auto;
  background-color: var(--cor-bw-00);
  border-radius: 20px;
  padding: var(--padding-padrao);
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.servicos .servico img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.servicos .servico h3, .servicos .servico p {
  width: 100%;
  max-width: 100%;
  text-align: left;
}
.servicos .servico h3 {
  margin-top: 90px;
  font-size: 25px;
}
.div-cta {
    margin-top: 80px;
    margin-bottom: 20px;
    max-width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.tit-cta {
    margin-bottom: 20px;
    text-align: center;
    font-size: 3rem;
}
.destaque {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--cor-transp-07);
  padding: 20px;
  border-radius: 10px;
  max-width: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.destaque h1 {
  font-size: 25px;
  font-weight: 500;
  color: var(--cor-escura-02);
  text-align: center;
}
.destaque h1 span {
  color: var(--cor-destaque-05);
}
.destaque p {
  color: var(--cor-escura-10);
  text-align: center;
}
.destaque .botoes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  column-gap: 20px;
}
.logo {
  width: 150px;
}
.destaque {
  position: relative;
}
.destaque .bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  position: absolute;
  filter: brightness(10%);
}
.destaque .cont {
  z-index: 2;
  padding: 80px 20px 60px;
}
.destaque .cima {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
.destaque .cima h1 {
  font-size: 30px;
  font-weight: 700;
  color: var(--cor-03);
  padding-bottom: 0;
  margin-bottom: 0;
}
.destaque .cima h2 {
  font-size: 25px;
  font-weight: 900;
  color: var(--cor-05);
}
.destaque .baixo {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.destaque .baixo .texto {
  margin-right: 30px;
  color: var(--cor-bw-00);
}
.destaque.esquerda .baixo .texto {
  margin-left: 30px;
}
.destaque .baixo .texto h3 {
  color: var(--cor-02);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
#rodape {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px;
  background-color: var(--cor-05);
  color: var(--cor-00);
}
.redes {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.rede {
  font-size: 25px;
  color: var(--cor-destaque-05);
}
.rede:not(:last-child) {
  margin-right: 10px;
}
.desenvolvido {
  font-weight: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}
.desenvolvido a {
  color: var(--cor-00);
  text-decoration: none;
}
.desenvolvido a:hover {
  text-decoration: underline;
}

/* BOTÕES FIXOS */
.botoes_fixos {
  position: fixed;
  display: flex;
  flex-direction: row;
  bottom: 20px;
  right: 20px;
  z-index: 2000;
  opacity: 1;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s; /* Animation */
}
.botoes_fixos a:not(:first-child) {
  margin-left: 30px;
}
.botoes_fixos.sobe {
  flex-direction: column;
}
.botoes_fixos.sobe a {
  margin-left: 0;
}
.botoes_fixos .whatsapp {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #0d8608;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cor-bw-00);
  font-size: 35px;
  padding: 30px;
}
