@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;500;600;700;800;900&display=swap');

*{
    margin: 0 0 0 0;
    font-family: 'Outfit', sans-serif;
}

header{
  padding: 20px;
  padding-left: 35px !important;
  color: #E66E1D;
  font-weight: 600;
  background-color: #E9E9E9;
  text-transform: uppercase;
}

/* WORKSHOP  */
.fundo{
  background-color: #E9E9E9;
}

#workshop{
    margin-top: -15px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    flex-direction: row;
}

#workshop h1 span{
  color: #E66E1D;
}

#workshop .desc{
  font-weight: 200;
  font-size: 14px;
  margin-top: 10px;
}

#workshop .img {
  text-align: center;
}

#workshop .texto{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#workshop .texto .tc{
  margin-top: 20px;
  font-size: 18px;
}

#workshop .texto .titulow span{
	color: #E66E1D;
}

#workshop .texto span{
  height: auto;
}

#workshop .img img{
  max-height: 380px;
  width: auto;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  #workshop{
    flex-direction: column-reverse;
    text-align: center;
    align-items: center;
  }
}

/* Botão */

.ctnbutton{
  border: none;
  border-radius: 15px;
  padding: 8px 30px 8px 30px;
  background-color: #E66E1D;
  color: #fff;
  cursor: pointer;
}


/* sobre */
#sobre{
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 18px;
  text-align: center;
}

#sobre p.geral{
  font-size: 16px;
  font-weight: 400;
}

#sobre .geralCo{
  font-weight: 400;
  margin-top: 40px;
}

/* comunicadores */

.comunicadores{
  background-color: #f1f1f1;
}

#comunicadoresLA {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

#comunicadoresMO{
  display: none;
}

@media only screen and (max-width: 767px) {
  #comunicadoresMO {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  #comunicadoresLA {
    display: none;
  }
}

.itemd,
.item {
  font-size: 15px;
  text-align: center;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  border-radius: 15px;
  overflow: hidden;
}

.itemd .cimg,
.item .cimg{
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
}

.itemd img,
.item img{
  height: 280px;
  width: auto;
}

.itemtc{
  height: 115px;
}

.centraliza{
  text-align: center;
}

.active, .active2, .item:hover {
  color: black;
  grid-column: span 2;
}

.active2 .nome,
.active .nome{
  display: block;
}

/* LOCAL */
#local{
  margin-top: 35px;
  margin-bottom: 35px;
  text-align: justify;
  display: flex;
  align-items: center;
}

#local h2{
  text-align: center;
}

#local div.txt{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 300;
}

#local div svg{
  color: #E66E1D;
}

#local div.img{
  display: flex;
  align-items: center;
  justify-content: center;
}

#local img{
  max-width: 70%;
  max-height: 400px;
}

@media only screen and (max-width: 767px) {
  #local{
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  #local img{
    width: auto;
    max-height: 300px;
    margin-top: 10px;
    margin-left: -10px;
  }
}

/* ingresso */
#ingresso {
  margin-top: 25px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  #ingresso{
    flex-direction: column-reverse;
    text-align: center;
    align-items: center;
  }
}

#ingresso .img{
  display: flex;
  justify-content: end;
  align-items: flex-end;
  padding: 0;
}

#ingresso .img img{
  max-height: 380px;
  width: auto;
  max-width: 100%;
}

#ingresso .texto{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#ingresso .texto a{
  z-index: 10;
  margin-bottom: 20px;
}

#ingresso .texto a span{
  border-radius: 100%;
  padding: 4px 7px 2px 7px;
  background-color: #fff;
}

#ingresso .texto .preco{
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  #ingresso .texto .preco{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}

#ingresso .texto .preco .topo{
  display: flex;
  flex-direction: row;
  align-items: self-start;
  height: 70%;
}

#ingresso .texto .valor{
  font-size: 70px;
}

#ingresso .texto .simbolo{
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  #ingresso .frase{
    margin-top: 10px;
  }
}

#ingresso .texto .parcela{
  font-size: 30px;
}





/* FAQ */

#faq{
  text-align: center;
  margin-bottom: 15px;
}

#faq .card-header{
  cursor: pointer;
}

#faq h2{
  margin-bottom: 15px;
}

#faq .card{
  border: none;
}

#faq .card .card-header{
  border: none;
}

/* footer */
footer{
  background-color: #E66E1D;
  color: #fff;
  text-align: center;
  padding: 5px;
  margin-bottom: 0;
  margin-top: 25px;
  height: 30px;
}

.red{
  background-color: blueviolet;
}
