#projetoArticle {
    overflow: hidden;
}

.projetoHeader {
    background-color: black;
    height: 100%;
}

.hero_svg {
    position: relative;
}

.projetoHeader_pause--svg {
    position: absolute;
    margin-left: -20vw;
    top: 8vh;
}

.projetoHeader_circle--svg {
    position: absolute;
    padding-top: 35vh;
    margin-left: 30vw;
    z-index: 1;
}

.projetoHeader_fast-forward--svg {
    position: absolute;
    width: 800px;
    top: 35vh;
    z-index: 1;
}

.projetoHeader_container {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.projetoHeader_container-foto {
    display: flex;
    justify-content: center;
}

.projetoHeader_row {
    padding-top: 200px;
}

.projetoHeader_titulo {
    font-size: 40px;
    font-weight: 600;
    max-width: 80%;
    padding-bottom: 5%;
}

.projetoHeader_paragrafo {
    font-size: 20px;
    max-width: 60%;
}

.projetoHeader_foto {
    /* border-radius: 3%;
    max-width: 100%;
    margin-bottom: -10%; */
    margin-bottom: -10%;
}

.projetoDescricao {
    position: relative;
    z-index: 2;
    margin-top: 10%;
    color: black;
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    text-align:justify !Important;
}

.projetoDescricao iframe:not(.elementor-video-iframe){
    width: 1280px !important;
    height: 720px !important;
}

.projetoDescricao_paragrafo {
    text-align: center;
    padding-bottom: 7%;
}

.projetoDescricacao_foto01 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 7%;
}

.projetoGrid {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    position: relative;
    z-index: 100;
}

.projetoDescricao_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0px 0px;
    grid-template-areas:
      "Foto-01 Foto-03"
      "Foto02 Foto-03";
  }

.projetoDescricao_grid--foto01 { 
      grid-area: Foto-01;
      margin: 0;
      padding: 0;
      max-width: 100%;
}
  .projetoDescricao_grid--foto02 { 
      grid-area: Foto02; 
      margin: 0;
      padding: 0;
      max-width: 100%;
}

  .projetoDescricao_grid--foto03 { 
    grid-area: Foto-03;
    margin: 0;
    padding: 0;
    max-width: 100%;
}

.projetoGrid_foto01 {
      margin: 0;
      padding: 0;
  }

.projetoGrid_foto02 {
    margin: 0;
    padding: 0;
}

.projetoGrid_foto03 {
    margin: 0;
    padding: 0;
}

.depoimentos {
    background-color: black;
    margin-top: -2%;
}

.depoimentos_pause--svg {
    position: absolute;
    width: 400px;
    top: -15vh;
    margin-left: calc(100% - 400px);
}

.depoimentos_circle--svg {
    position: absolute;
    top: -60vh;
    margin-left: 32vw;
    z-index: 1;
}

.depoimentos_fast-forward--svg {
    position: absolute;
    width: 1000px;
    padding-top: 10vh;
    z-index: 1;
}

.depoimentos_carrossel {
    padding-top: 10%;
}

.depoimentos_itens {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.depoimentos_quote {
    height: 30px;
    margin-bottom: 3%;
}

.depoimentos_texto {
    width: 60%;
    margin-bottom: 3%;
    font-style: italic;
    font-weight: 100;
}

.depoimentos_autor {
    padding-bottom: 5%;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 1279px) {
    .projetoDescricao iframe:not(.elementor-video-iframe){
        width: 854px !important;
        height: 480px !important;
    }
}

@media (max-width: 768px) {
    .projetoDescricao {
        padding-top: 3%;
    }
}

@media (max-width: 853px) {
    .projetoDescricao iframe:not(.elementor-video-iframe){
        width: 640px !important;
        height: 360px !important;
    }
}

@media (max-width: 639px) {
    .projetoDescricao iframe:not(.elementor-video-iframe){
        width: 426px !important;
        height: 240px !important;
    }
}

@media (max-width: 425px) {
    .projetoDescricao iframe:not(.elementor-video-iframe) {
        width: 100% !important;
        height: 100% !important;
    }
}