/* #entrada {
    background: url("../assets/img/logo00.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 250px;
    height: 230px;
} */

span.legend {
  color: #ff9826;
}

.flexc {
  display: flex;
  flex-direction: column;
}

.flexr {
  display: flex;
  flex-direction: row;
}

header.event-subscription {
  /* #event-subscription { */
  background: url(../assets/fundo/fundo1.png);
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  /* display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: end; */
  height: 100vh;
  color: var(--text-primary);
}

#entrada-home {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  /* width: 420px; */
  align-items: flex-end;
  flex-wrap: wrap;
  padding-right: 30px;
  z-index: 0;
}

#entrada-home p.t {
  font-size: 40px;
  font-family: ui-monospace;
  letter-spacing: 7px;
  font-weight: 100;
  color: var(--primary);
  text-transform: uppercase;
}

#entrada-home p.b {
  font-size: 18px;
  font-family: ui-monospace;
  width: 512px;
  /* letter-spacing: 1px; */
  font-weight: 100;
  color: var(--text-primary);
  /* text-transform: uppercase; */
}

#entrada-home h1 {
  font-weight: 600;
  font-size: 4.5rem;
  max-width: 512px;
  font-family: ui-monospace;
  letter-spacing: 5px;
  color: var(--text-primary);
  /* text-transform: uppercase; */
}

button {
  position: relative;
  width: 512px;
  border: none;
  color: var(--text-primary);
  font-size: 1.5vw;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  background-color: var(--p-primary);
  border-radius: 22px !important;
  transition: 0.4s;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
  z-index: 1;
}

button:hover {
  color: black;
  background-color: lightcyan;
}

a span.text-email:hover {
  color: #000;
}

button i.fa-sharp,
button i.fa-light {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-around;
}

i span.text-i {
  font-size: 20px;
  margin-left: 12px
}

/* header #entrada-home .button-play:hover {
  background: #e67700;
  animation: splash 1s normal forwards ease-in-out;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  color: white;
} */

/* .btn.orange {
    background-color: white; 
    color: black; 
    border: 2px solid #04AA6D;
  }
   */

/* button> .orange:hover {
  background-color: #0704aa;
  color: rgb(97, 42, 42);
} */

#entrada-ana {
  background-image: url("../assets/img/ana-remove.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 612px;
}

.sobre {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.atuacao {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-content: center;
}

article.atuacao {
  background-color: var(--p-primary);
  height: 52vh;
}

.blocos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.bl  {
  width: calc(85% / 2);
  box-sizing: border-box;
  margin: 5px;
  border-radius: 5px !important;
  background-color: #ae805a;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}

article.sobre {
  background-color: #ae805a;
  height: 45vh;
}

article p.t {
  font-size: 40px;
  font-family: ui-monospace;
  letter-spacing: 5px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  text-align: start;
}

article p.b {
  font-size: 18px;
  font-family: ui-monospace;
  width: 512px;
  /* letter-spacing: 1px; */
  font-weight: 100;
  color: var(--text-primary);
  /* text-transform: uppercase; */
}

div.quem {
  background: url("../assets/img/quem3.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  right: 0;
  width: 100%;
  height: 40vh;
  align-self: flex-end;
}

article.video {
  background-color: var(--p-primary);
  height: 74vh;
  padding: 15px;
}

.video {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.video-container {
  width: 360px;
  height: 640px;
  aspect-ratio: 6 / 3;
  display: block;
  border: 0;
  box-shadow: 0px 0px 2px 3px #c77d48, 5px 5px 5px 5px rgba(0, 0, 0, 0);
}

article.video p.t {
  font-size: 45px;
  font-family: ui-monospace;
  letter-spacing: 7px;
  font-weight: 100;
  color: #c77d48;
  text-transform: uppercase;
  text-align: center;
  border: #c77d48 solid 3px;
  border-radius: 25px;
  padding: 15px;
}

/* .video-container {
  width: 360px;
  height: 640px;
  aspect-ratio: 6 / 3;
  display: block;
  border: 0;
  box-shadow: 0px 0px 5px 5px  #c77d48, 
  0px 0px 10px 10px  #d5965f, 
  0px 0px 15px 15px  #e3ae77, 
  0px 0px 20px 20px  #f1c78e, 
  0px 0px 25px 25px  #ffdfa5, 
  15px 5px 5px 5px  rgba(0, 0, 0, 0);
  /* background-image: url('./assets/img/capa-video01.png'); */
/* Imagem de capa */
/* background-size: contain; */
/* background-position: center; 
} 
*/

.duvidas {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  margin: 20px 0;
}

.duvida {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* border: saddlebrown solid 2px; */
}

.contato {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 50px;
}

.contato a {
  width: 512px;
}

article > div > p {
  font-size: 28px;
  color: #ae805a;
  font-weight: 600;
}

.rede {
  align-self: flex-start;
  margin-top: 15px;
}

.rede > a {
  font-size: 20px;
  letter-spacing: 3px;
  color: #ae805a;
}

.bl-contato {
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  width: 400px;
  box-sizing: border-box;
  margin: 5px;
  border-radius: 5px !important;
  background-color: #ae805a;
  color: #fff;
  font-size: 18px;
}

/* button i.fa-envelopes {
  display: flex;
  flex-direction: column;
} */

/* i.fa-light>{

} */

span.text-envio {
  font-size: 14px;
  opacity: 0.7;
}

span.text-i,
span.text-email {
  font-size: 16px;
}

i span.text-email,
i span.text-email {
  font-size: 16px;
  color: #fff;
}

.icon {
  margin-right: 10px;
  color: #fff;
}

.div-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  letter-spacing: 2;
}

.span-text {
  margin-bottom: 5px;
  margin-left: 30px;
  color: #fff;
  /* Adiciona espaço entre as divs */
}

.span-text:last-child {
  margin-bottom: 0;
  /* Remove a margem inferior da última div */
}

.bl-contato:hover .icon,
.bl-contato:hover span {
  color: #000; /* Cor do ícone ao passar o mouse */
  /* Aumenta o tamanho do ícone ao passar o mouse */
  /* transform: scale(1.2);  */
}

/* 
button i.fa-sharp:hover,
button i.fa-light:hover {
  color: #000;
} */

/* button..bl-contato a i .fab.fa-instagram.fa-2x {
  color: #fff;
} */

section.accordionn {
  /* padding: 25px; */
  /* height: auto; */
  width: 455px;
  text-align: justify;
}


@media only screen and (max-width: 600px) {
  #entrada-ana {
    background-size: cover;
    height: 500px;
  }

  #entrada-home {
    height: 55vh;
  }

  #entrada-home h1 {
    font-size: 2.5rem;
    padding: 0 15px;
  }

  #entrada-home p.t {
    padding-left: 15px;
    font-size: 25px;
    margin-bottom: 5px;
  }

  #entrada-home p.b {
    padding: 0 15px;
    text-align: justify;
    hyphens: auto;
    width: 100%;
    margin: 0px 0px 5px 0px;
  }

  #entrada-home button {
    width: 75%;
    margin-left: 10px;
  }

  .atuacao {
    flex-direction: column;
  }

  .atuacao button {
    padding: 10px;
  }

  article p.b {
    width: auto;
    font-size: 16px;
  }

  article p.t {
    font-size: 20px;
    margin-top: 20px;
  }

  button:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  nav button {
    margin-top: 6px;
    width: auto;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  #entrada-ana {
    background-size: cover;
    height: 485px;
  }


  .bl  {
    height: 50px;
    width: calc(90% / 2);
  }

  i span.text-i {
    font-size: 12px;
  }

  .fa-2x {
    font-size: 1.4rem!important;
  }

  button i.fa-sharp,
  button i.fa-light {
  justify-content: flex-start;
}

.sobre button {
  width: 40%;
}

.sobre {
  align-items: flex-start;
}

div.quem {
  width: 60%;
  height: 25vh;
}

.video {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 15px;
}

article.video p.t {
  display: none;
}

.duvidas {
  flex-direction: column;
  align-items: center;
}

.bl-contato {
  flex-direction: row;
  justify-content: center;
  padding: 10px;
  border-radius: 5px;
  width: 362px;
  font-size: 14px;
}

.contato {
  padding: 0;
}

.span-text {
  margin-left: 15px;
}

article > div > p {
  margin-top: 25px;
  font-size: 24px;
}

.rede > a {
  padding: 10px;
}

section.accordionn {
  width: 360px;
}


}




@media only screen and (min-width: 600px) {
  /* #entrada-ana {
    background-size: cover;
    height: 512px;
  } */
}

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


} 




@media only screen and (min-width: 992px) {
  .atuacao button {
    padding: 10px;
  }

  i span.text-i {
    font-size: 12px;
  }
} 


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

}