/* === Estilos gerais do carrossel === */
.sobre-carousel {
  margin: 32px auto 0 auto;
  max-width: 1200px;
}
.sobre-carousel .slick-slide {
  display: flex !important;
  justify-content: center;
  align-items: stretch;
  height: 90%;
}
.sobre-carousel .imagem-sobre {
  background-color: #F6F2EE;
  border: 1px solid #1a1a1a3f;
  border-radius: 30px;
  padding: 32px 28px;
  margin: 0 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0);
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 320px;
  max-width: 390px;
  height: 100%;
  text-align: left;
}
.sobre-carousel .imagem-sobre img {
  max-width: 120px;
  margin-bottom: 18px;
}
.sobre-carousel .imagem-sobre h3 {
  font-size: 1.09rem;
  margin: 10px 0;
  color: #111;
  font-weight: 700;
}
.sobre-carousel .imagem-sobre p {
  font-size: 0.9rem;
  color: #111;
  text-align: center;
}

/* === Cabeçalho e parágrafo === */
.sobre-section h2 {
  /*display: inline-block;*/
  text-align: left;
  font-size: 1.8rem;
  color: #1F1F1F;
  margin-bottom: 8px;
  max-width: 90%;
  /*margin-left: auto;*/
  margin-right: auto; 
}
.sobre-section  p {
  font-size: 1.0rem;
  color: #555;
  margin-bottom: 18px;
  text-align: left;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-sobre {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}


/* === Dots do slick === */
.slick-dots {
  bottom: -32px;
}

/* === Responsivo para tablets e celulares === */
@media (max-width: 1024px) {
  .sobre-carousel {
    max-width: 100%;
  }
  .sobre-carousel .imagem-sobre {
    margin: 0 10px;
  }
}

/* === Telas menores: 768px até 425px === */
@media (max-width: 768px) {
  .sobre-carousel .imagem-sobre {
  min-width: 90vw;
  max-width: 92vw;
  box-sizing: border-box;
}

  .sobre-section h2 {
    font-size: 1.6rem;
  }
  .sobre-section > p {
    font-size: 1rem;
  }
  .sobre-carousel .imagem-sobre img {
    max-width: 100px;
    margin-bottom: 12px;
  }
  .sobre-carousel .imagem-sobre h3 {
    font-size: 1rem;
  }
  .sobre-carousel .imagem-sobre p {
    font-size: 0.88rem;
  }
}

/* === Telas bem pequenas: 425px, 375px, 320px === */
@media (max-width: 425px) {
  .sobre-section h2 {
    font-size: 1.2rem;
  }
  .sobre-section > p {
    font-size: 0.95rem;
  }
  .sobre-carousel .imagem-sobre {
    min-width: 88vw;
    max-width: 92vw;
    padding: 22px 16px;
    margin-left: 2px;
    margin-right: 2px;
  }
}

@media (max-width: 375px) {
  .sobre-section h2 {
    font-size: 1.2rem;
  }
  .sobre-section > p {
    font-size: 0.9rem;
  }
}

@media (max-width: 320px) {
  .sobre-section h2 {
    font-size: 1.0rem;
  }
  .sobre-section > p {
    font-size: 0.85rem;
  }
  .sobre-carousel .imagem-sobre {
    min-width: 80vw;
    max-width: 100vw;
    padding: 2px 6px;
    margin-left: 2px;
    margin-right: 2px;
  }
}
