*{
    margin: 0;
    padding: 0;
    border: none;
}

html, body{
    overflow-x: hidden; 

}

body{
    background-color: #0B0B0B;
}

.situacoes-container, .valores-container, .faq-container{
    padding-top: 100px;
    padding-bottom: 100px;
}

h1{
    font-family: "Libre Baskerville", serif;
    font-size: 38px;
    font-weight: 700;
    color: #f8f8f8;
    margin-bottom: 80px;
    text-align: center;
}

h2{
    font-family: "Libre Baskerville", serif;
    font-size: 22px;
    font-weight: 700;
}

h4{
    font-family: "Montserrat", sans-serif;
    font-style: italic;
}

h3{
    font-family: "Libre Baskerville", serif;
    font-size: 64px;
    font-weight: 700;
}

p{
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
}

.p-commente{
  line-height: 22px;
}

span{
    font-family: "Libre Baskerville", serif;
    font-size: 24px;
    color: #f8f8f8;
}

.button{
    background: linear-gradient(to right, #B4151F, #9c141d);
    padding: 10px 15px;
    border-radius: 10px;
    color: #f0f0f0;
    text-decoration: none;
    font-weight: 600;
    margin-top: auto;
    align-self: start;
}

.button:hover{
    background: linear-gradient(to right, #da2a36, #af1923);
}



/* section 1*/
.situacoes-container h1{
  color: #f8f8f8;
}

.situacoes-container > p{
    color: white;
    text-align: center;
    margin: 80px 0px;
}

.situacoes-container > a{
    justify-self: center;
    display: flex;
}

.situacoes-item{
    border: 1px solid #B4151F;
    border-radius: 10px;
    padding: 30px;
    box-shadow: -1px 1px 10px 1px #ca3a44dc;
    -webkit-box-shadow: -1px 1px 10px 1px #ca3a4454;
    -moz-box-shadow: -1px 1px 10px 1px #ca3a44b0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.situacoes-item:hover{
    border: 1px solid #ca3a44dc;
    box-shadow: -1px 1px 10px 1px #ca3a44f1;
    -webkit-box-shadow: -1px 1px 10px 1px #ca3a4483;
    -moz-box-shadow: -1px 1px 10px 1px #ca3a44d5;
}

.situacoes-item h2{
    color: #f8f8f8;
    padding: 20px 0px;
}

.situacoes-item p{
    color: #ffffff;
}

.situacoes-item .btn{
  margin-top: 20px;
  padding: 0px;
}



  /* espaçamento entre os cards */
  .d-flex.flex-wrap {
    gap: 10px;
  }

  /* desktop: 4 colunas */
  @media (min-width: 992px) {
    .d-flex.flex-wrap > .situacoes-item.col-lg-3 {
      flex: 0 0 calc((100% - 30px) / 4);
      max-width: calc((100% - 30px) / 4);
      width: calc((100% - 30px) / 4);
    }
  }

  /* tablet: 2 colunas */
  @media (min-width: 576px) and (max-width: 991px) {
    .d-flex.flex-wrap > .situacoes-item.col-sm-6 {
      flex: 0 0 calc((100% - 10px) / 2);
      max-width: calc((100% - 10px) / 2);
      width: calc((100% - 10px) / 2);
    }
  }

  /* mobile: 1 coluna */
  @media (max-width: 575px) {
    .d-flex.flex-wrap > .situacoes-item.col-12 {
      flex: 0 0 100%;
      max-width: 100%;
      width: 100%;
    }
}




/* Palestrantes do evento */
.card-custom {
  border-radius: 8px;
  padding: 40px;
  min-height: 180px;
  border: 1px solid #B4151F;
  box-shadow: -1px 1px 10px 1px #ca3a44dc;
    -webkit-box-shadow: -1px 1px 10px 1px #ca3a4454;
    -moz-box-shadow: -1px 1px 10px 1px #ca3a44b0;
}

.card-custom:hover{
  border: 1px solid #ca3a44dc;
    box-shadow: -1px 1px 10px 1px #ca3a44f1;
    -webkit-box-shadow: -1px 1px 10px 1px #ca3a4483;
    -moz-box-shadow: -1px 1px 10px 1px #ca3a44d5;
}

.card-custom .number {
  display: block;
  font-weight: bold;
  font-size: 1.2rem;
  color: #B4151F;
  margin-bottom: 16px;
}

.chamada-palestrantes h1{
  color: #f8f8f8;
}

.chamada-palestrantes{
  padding-bottom: 120px;
}

.card-custom {
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

.card-custom p {
  font-size: 1remx;
  color: #ccc;
  font-weight: 400;
  line-height: 22px;
  margin: 26px 0px;
}

.card-custom img{
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  width: 100%;
  height: auto;
  object-fit: cover;
}

.right:nth-of-type(2) {
    position: relative;
    top: 300px;
}

.right:nth-of-type(4) {
    position: relative;
    top: 150px;
}

@media (max-width: 762px){
  .right:nth-of-type(2) {
    position: relative;
    top: 0px;
}

.right:nth-of-type(4) {
    position: relative;
    top: 0px;
}
}


.prices{
  color: white;
  margin: 60px 0px 160px 0px;
}

.prices h3{
  margin: 40px;
}

.prices p{
  margin: 0;
}

.prices .button{
  padding: 20px 30px;
  font-size: 16px;
  position: relative;
  top: 60px;
}


/* FAQ */
.faq-container {
  background-color: #0d0d0d; 
  color: #fff;
  padding: 140px 15px;
}

.faq-container h1 {
  color: #f8f8f8; 
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
  font-size: 36px;
}

.faq-div {
  width: 100%;
}

.accordion-item {
  background-color: #1a1a1a; 
  border: none;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  margin-bottom: 15px;
}

.accordion-button {
  background-color: #1a1a1a; 
  color: #fff;
  font-weight: 500;
  padding: 14px 18px;
  border: none;
  box-shadow: none;
}

.accordion-button::after {
  filter: invert(1); 
}

.accordion-button:not(.collapsed) {
  background-color: #262626;
  color: #B4151F;
  box-shadow: none;
}

.accordion-body {
  background-color: #121212; 
  color: #ccc;
  padding: 15px 20px;
}

/* Mobile ajustes */
@media (max-width: 991px) {
  .faq-div .row.g-3 {
    flex-direction: column;
  }

  .faq-div .col-12.col-lg-6 {
    width: 100%;
    max-width: 100%;
  }

  .accordion-item {
    margin-bottom: 20px;
  }

}




/* Sessão Quem sou eu */
.sobre-container {
  background-color: #f9f9f9; 
  color: #333;
  line-height: 1.7;
  width: 100%; 
  border-radius: 0; 
  padding: 140px 0px;
}

.sobre-container .titulo-sobre {
  font-size: 2rem;
  font-weight: 600;
  color: #0f0f0f;
  margin-bottom: 20px;
  text-align: left;
}

.sobre-container p {
  margin-bottom: 15px;
  font-size: 1rem;
  color: #444;
}

.imagens-sobre img {
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  width: 100%;
  height: auto;
  object-fit: cover;
}




/* Sessão Valores */
.valores-container{
  background-color: #0B0B0B;
}


.imagem-valores img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  box-shadow: 0 4px 12px rgba(0,0,0,0.4);
}

.valores-container h1{
  color: #f8f8f8;
  text-align: left;
  margin-bottom: 20px;
}

.valores-container p{
  color: #f9f9f9;
  line-height: 22px;
}

.valores-container img{
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-top: 80px;
}



/* Sessão footer */
footer{
  padding-top: 140px;
  background-color: #0d0d0d;
}

footer p, h2, h3, h1, a{
  color: #f8f8f8;
  text-decoration: none;
}

footer a:hover{
   text-decoration: underline;
}

footer h3{
  font-size: 12px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  padding-top: 140px;
}

.redes-sociais img{
  padding: 10px;
}

.contato > img{
  padding: 0px 10px 0px 0px;
}

footer a{
  line-height: 30px;
}

@media (max-width: 768px) {
  footer .footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  footer h2{
    margin-top: 40px;
  }

  footer .redes-sociais-container .redes-sociais p {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  footer .contato {
    display: block;
    margin-bottom: 10px;
  }

  footer .contato img {
    margin: 0 5px 10 0;
  }

  .situacoes-container, .valores-container, .faq-container{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .chamada-palestrantes{
    padding-bottom: 50px;
}

.card-custom{
  padding: 30px;
}

  .faq-container{
      padding: 60px 0px;
  }

  .sobre-container { 
    padding: 60px 0px;
  }

  footer{
    padding-top: 60px;
  }

  h1{
    font-family: "Libre Baskerville", serif;
    font-size: 28px;
  }

  h2{
    font-size: 20px;
  }

  h3{
    font-size: 28px;
  }

  p{
    font-size: 16px;
  }

  span{
    font-size: 22px;
  }

  .prices h3{
    margin: 30px 0px 20px;
  }

  .prices .button{
    padding: 20px 10px;
  }
}

