/* DESKTOP */
@media (min-width: 772px) {
  .mobile {
    display: none !important;
  }
  #sobre_section {
    background: linear-gradient(
        to left,
        rgba(255, 255, 255, 1) 38%,
        rgba(255, 255, 255, 0) 50%
      ),
      url(../img/sections/sobre_section.webp);
    background-size: 80% auto;
    background-repeat: no-repeat;
  }
}

/* TABLET */
@media (min-width: 1080px) {
  #sobre_section {
    background: linear-gradient(
        to left,
        rgba(255, 255, 255, 1) 50%,
        rgba(255, 255, 255, 0) 60%
      ),
      url(../img/sections/sobre_section.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

/* MOBILE */
@media (max-width: 772px) {
  .swiper {
    height: 80vh;
  }
  .swiper .swiper-slide img {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(0) translateY(0);
    max-width: 100%;
  }
  .swiper-slide .conteudo {
    max-width: 100%;
    margin-bottom: 60px;
  }
  .swiper-slide .container {
    align-items: center;
    justify-content: flex-end;
  }
  .slide-text {
    width: 90%;
  }
  .swiper-slide .conteudo h1 {
    font-size: 2rem;
  }
  .swiper-slide .botoes {
    flex-direction: column;
    justify-content: center;
    row-gap: 15px;
    margin-top: 20px;
  }
  .swiper-slide .botoes .botao {
    width: 100%;
  }
  #pqmanga_section {
    padding: 20px;
    background: linear-gradient(
        to right,
        rgba(31, 31, 31, 0.9) 40%,
        rgba(31, 31, 31, 0.5)
      ),
      url(../img/sections/pqmanga_section.webp);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #pqmanga_section .box {
    background-color: rgba(31, 31, 31, 0.8);
  }
  #pqmanga_section .box-container {
    max-width: 100%;
    align-items: center;
  }
  #pqmanga_section .box-container h3 {
    text-align: center;
  }
  #sobre_section {
    padding: 40px 20px;
    background: var(--cor-bw-00);
    /* 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-repeat: no-repeat; */
  }
  #sobre_section .box-container {
    max-width: 100%;
    align-items: center;
  }
  #sobre_section .box-container p,
  #sobre_section .box-container h3 {
    text-align: center;
  }
  .contato-box {
    align-items: stretch; /* Garante que os filhos ocupem 100% da altura */
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
  }
  .contato_imagem {
    width: 100% !important; /* Define 40% de largura */
    min-height: 200px; /* Altura mínima (opcional, ajuste conforme necessário) */
    background-color: #f59ee8;
    margin-bottom: 20px;
  }
  #contato_form {
    margin-left: 0;
  }
  #contato_form button {
    width: 100%;
  }
  section h1,
  section p {
    max-width: 100%;
  }
  .servicos .servico {
    max-width: 100%;
  }
  .div-cta {
    margin-top: 60px;
    max-width: 100%;
  }
  .tit-cta {
    font-size: 1.6rem;
  }
  .desktop {
    display: none !important;
  }
  .destaque {
    max-width: 95%;
  }
  .destaque .botoes {
    flex-direction: column;
    column-gap: unset;
    row-gap: 20px;
  }
  .desenvolvido {
    flex-direction: column;
  }
}
