@font-face {
    font-family: foco-regular;
    src: url(../fonts/FOCO.TTF);
  }

  @font-face {
    font-family: foco-bold;
    src: url(../fonts/FOCOBOLD.TTF);
  }

  @font-face {
    font-family: foco-black;
    src: url(../fonts/FOCOBLACK.TTF);
  }

  .titulo
  {
    font-family: foco-black;
  }

  .texto
  {
    font-family: foco-regular;
    color: rgb(255,255,255);font-size: 23px;
  }

  .texto-camisa
  {
    font-family: foco-regular;
    color: rgb(255,255,255);
    font-size: 23px;
    line-height: 25px;
  }
  .card-texto
  {
    font-family: foco-bold;
    font-size: 21px;
    color: rgb(255,255,255);
    margin-top: 14px;
    margin-left: 14px;
    font-weight: bold;
  }

  .borda-card
  {
    border-style: none;
     margin-top: 14px;
     width: auto;
    border-radius: 30px;
    background: #24a3ce;
    height: 100%;
  }

  .texto-realizar
  {
    color: rgb(247,247,247);
    font-size: 22px;
    line-height: 28px;
    
  }

  .img-relato
  {
    max-width: 80%;
    height: auto;
  }

  .indicador-personalizado li
  {
    background-color: white !important;
  }

  .estilo-menu.active
  {
    color: white !important;
  }
  .estilo-menu:hover
  {
    color: #00a4d3;
  }

/* BOTAO DOAR*/
.btn-doar
{
  /*width: 100%;*/
  position: fixed;
  bottom: 23px;
  right: 58px;
  z-index: 9;

}
.btn-doar img
{
  width: 150px;
  animation: beat 2s ease-out infinite;
}

.btn-doar-close
{
  float: right;
  color: white;
  cursor: pointer;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: -57px;
  border: 1px solid white;
  padding: 5px 10px 5px 10px;
  border-radius: 100%;
}

.texto-card-download
{
  font-size: 45px;
  color: #e5195a;
  font-family: foco-black;
}

.texto-menor-card-download
{
  font-size: 26px;
  color: #e5195a;
  font-family: foco-black;
}
.btn-palestra
{
  margin-top: 41px;
}
.btn-palestra a
{
  background-color: #690f36;
  padding: 22px;
  color: white;
  border-radius: 38px;
  text-decoration: none;
}

.btn-palestra-id
{
  margin-top: 41px;
}

.btn-palestra-id a
{
  background-color: #690f36;
  padding: 22px;
  color: white;
  border-radius: 38px;
  text-decoration: none;
}

.titulo-palestra
{
  color: rgb(255,255,255);
  font-weight: bold;
  font-size: 44px;
  font-family: foco-black;
}

.titulo-prevencao
{
  margin-top: 135px;
  text-align: left;
}
/*Animaçao*/
@keyframes beat {
  0%, 40%, 70%, 100%{
    transform: scale(1) ;
  }
  20%{
    transform: scale(1.4) ;
  }
  50%, 80% {
    transform: scale(1.2) ;
  }
}






.btn-aula {
  text-align: center;
  border: 1px solid #00a5d4;
  border-radius: 43px;
  min-height: 80px;
  align-items: center;
  background-color: #00a5d4;
  width: 288px;
}
.btn-aula a
{
  color: white;
  font-family: foco-black;
  font-size: 24px;
  text-decoration: none;

}

.bt-assista
{
  float: right;
}
.bt-aula-download
{
  margin-left: 60px;

}

.parcerias-corporativas
{
  font-size: 23px; line-height: 29px;
}

/*PORTA VOZ*/
.porta-voz
{
  margin-top: 30px;
  line-height: initial;
  font-family: foco-regular;
  color: rgb(255,255,255);font-size: 23px;
}

.box-topico-sinais
{

  margin: 10px;
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;
}

.titulo-topico-sinais
{
  font-family: foco-bold;
  font-size: 20px;
 
}  

.txt-topico-sinais
{
  font-family: foco-regular;
 
}

.texto-slide-mobile
{
  align-self: center; 
  text-align: center; 
  margin-top: 20px; 
  color: #690f36;
 
}

.titulo-topico-sinais-mobile
{
  font-family: foco-bold;
  font-size: 24px;
 
}  

.txt-topico-sinais-mobile
{
  font-family: foco-regular;
  font-size: 20px;
 
}
.destacado
{
  background-color: #e6217845;
}

.div-palestra
{
  margin-top: 85px;
  text-align: left;
}

/* .social-buttons {
  display: flex;
  flex-direction: column; 
  justify-content: center;
  height: 100%; 
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-buttons li {
  margin: 5px 0;
} */

.texto-header
{
  text-align: justify; 
  font-size: 16px;
  color: white;
  font-weight: 500;
}

.fundo-sinais
{
  background-color: #d97b57;
  background-image: url('../img/2025/fundo-medico.svg');
  background-repeat: no-repeat;
  background-size: cover;

   background-position: center 65%; /* joga mais pra cima */
  padding-top: 0px;
  padding-bottom: 0px;
}

.fundo-prevencao
{
 
  background-image: url('../img/2025/teste.svg');
  background-repeat: no-repeat;
  background-size: cover;

   background-position: center -17%; /* joga mais pra cima */
  padding-top: 0px;
  padding-bottom: 0px;
}

.fundo-footer
{

  background-image: url('../img/2025/fundo-footer.svg');
  background-repeat: no-repeat;
  background-size: cover;

   background-position: center -15%; /* joga mais pra cima */
  padding-top: 0px;
  padding-bottom: 0px;
}

    /*MOBILE*/
    @media screen and (max-width: 800px)
    {
        .img-relato
        {
          max-width:100%;
          
        }
        .img-palestra
        {
          margin-top: 30px;
        }
        #apoie{text-align: center;}

        .btn-aula
        {
          margin-bottom: 20px;
          width: 100%;
        }
        .btn-assista{float: none;}
      .bt-aula-download{margin-left: 0;}

      .email-parcerias
      {
        font-size: 13px;
      }

      .porta-voz{
        text-align: center;
      }

      .texto-palestra
      {
        margin-bottom: 56px;
      }

      .palestra-img
      {
        text-align: center;
      }
      .btn-palestra-id a
      {
        font-size: 13px;
      }

      .titulo-palestra
      {
        font-size: 33px;
      }

      .div-palestra
      {
        text-align: center;
      }

      .titulo-prevencao
      {
        margin-top: 35px;
      }
    }
