@media screen and (max-width: 360px) {


}

@media screen and (max-width: 576px) {
  #projetos {
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
  }

  #projetos .conteudo {
    max-width: 50%;
    padding: .5em 1em;
    text-align: center;
  }

  #projetos .conteudo h3 {
    color: #fff;
    font-size: 3rem;
    margin: 0;
  }

  #projetos .conteudo p {
    color: #fff;
    font-size: 1em;
    line-height: 1.5;
    border-bottom: 1px #efebed solid;
    padding-bottom: 1.5em;
  }

  .carrossel-wrapper {
    display: flex;
    justify-content: center;
    width: 60%;
  }

  .carrossel-container {
    width: 80%;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }

  .carrossel-trilho {
    display: flex;
    transition: transform 0.3s ease-in-out;
    width: max-content;
  }

  .carrossel-trilho a {
    min-width: 100%;
    display: flex;
    justify-content: center;
  }

  .carrossel-trilho a figure {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .carrossel-trilho a img {
    width: 6em;
  }

  .carrossel-trilho a figcaption {
    color: #ffffff;
    font-size: 1rem;
    margin-top: 0.5rem;
    text-align: center;
    font-weight: bold;
  }
}

@media screen and (min-width: 577px) and (max-width: 766px) {

  #projetos {
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
  }

  #projetos .conteudo {
    max-width: 74%;
    padding: .5em 1em;
    text-align: center;
  }

  #projetos .conteudo h3 {
    color: #fff;
    font-size: 3rem;
    margin: 0;
  }

  #projetos .conteudo p {
    color: #fff;
    font-size: 1em;
    line-height: 1.5;
    border-bottom: 1px #efebed solid;
    padding-bottom: 1.5em;
  }

  .carrossel-wrapper {
    display: flex;
    justify-content: center;
    width: 90%;
  }

  .carrossel-container {
    width: 70%;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }

  .carrossel-trilho {
    display: flex;
    transition: transform 0.3s ease-in-out;
    width: max-content;
  }

  .carrossel-trilho a {
    min-width: 50%;
    display: flex;
    justify-content: center;
  }

  .carrossel-trilho a figure {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .carrossel-trilho figure {
    margin: 1em;
  }

  .carrossel-trilho a img {
    width: 7em;
  }

  .carrossel-trilho a figcaption {
    color: #ffffff;
    font-size: 1rem;
    margin-top: 0.5rem;
    text-align: center;
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
#projetos .conteudo {
    max-width: 70%;
    padding: .5em 1em;
    text-align: center;
  }

  .carrossel-wrapper {
    display: flex;
    justify-content: center;
    width: 85%;
  }

  .carrossel-container {
    width: 70%;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }

  .carrossel-trilho {
    display: flex;
    transition: transform 0.3s ease-in-out;
    width: max-content;
  }

  .carrossel-trilho a {
    min-width: 50%;
    display: flex;
    justify-content: center;
  }

  .carrossel-trilho a figure {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .carrossel-trilho a img {
    width: 8em;
  }
}


@media screen and (max-width: 1024px) {

    

}

@media screen and (min-width: 1025px) {
  #projetos {
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
  }

  #projetos .conteudo {
    max-width: 56%;
    padding: .5em 1em;
    text-align: center;
  }

  #projetos .conteudo h3 {
    color: #fff;
    font-size: 3rem;
    margin: 0;
  }

  #projetos .conteudo p {
    color: #fff;
    font-size: 1em;
    line-height: 1.5;
    border-bottom: 1px #efebed solid;
    padding-bottom: 1.5em;
  }

  .carrossel-wrapper {
    display: flex;
    justify-content: center;
    gap: 5%;
    width: 70%;
  }

  .carrossel-container {
    width: 70%;
    overflow: hidden;
  }

  .carrossel-trilho {
    display: flex;
    transition: transform 0.3s ease-in-out;
  }

  .carrossel-trilho a figure {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .carrossel-trilho a img {
    width: 8em;
    height: auto;
    margin-inline: 0.1em;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s;
  }

  .carrossel-trilho a img:hover {
    transform: scale(1.05);
  }

  .carrossel-botao {
    background-color: transparent;
    border: none;
    font-size: 3rem;
    cursor: pointer;
    color: #ffffff;
    transition: color 0.2s;
  }

  .carrossel-botao:hover {
    color: #2b035d;
  }

  .carrossel-trilho a figcaption {
    color: #ffffff;
    font-size: 1.2rem;
    margin-top: 0.5rem;
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  }
}

@media screen and (min-width: 1200px) {
  .carrossel-wrapper {
    width: 60%;
  }

  .carrossel-container {
    width: 100%;
  }

  .carrossel-trilho a {
    min-width: 50%;
  }

  .carrossel-trilho a img {
    margin-inline: 0.5em;
  }
}

@media screen and (min-width: 1440px) {
  #projetos .conteudo {
    max-width: 50%;
    padding: .5em 1em;
    text-align: center;
  }
  .carrossel-wrapper {
    width: 70%;
  }

  .carrossel-container {
    width: 60%;
  }

  .carrossel-trilho a {
    min-width: 33.3333%;
  }

  .carrossel-trilho a img {
    width: 8em;
  }
}

@media screen and (min-width: 1920px) {


}
