html {
    scroll-behavior: smooth;
}

.ratio-9x16 {
    aspect-ratio: 9 / 16;
}

.btn-link {
    text-decoration: none;
    color: rgb(0, 5, 0);
  }

.linha {
    border: none; /* Remove o estilo padrão */
    height: 4px;  /* Define a altura da linha */
    background-color: rgb(255, 0, 0); /* Define a cor da linha */
    margin: 20px 0; /* Espaçamento acima e abaixo da linha */
    opacity: 100;
}

.fixed-width {
        max-width: 340px; /* Define a largura máxima */
        margin: 0 auto;   /* Centraliza horizontalmente */
}

.btn-floating {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999;
  }

  .btn-floating img {
    width: 25px;
    height: 25px;
}

.tamanho20{
    width: 20px;
}

.vermelho {
    color: #ff0000; /* Substitua pela sua cor desejada */
  }

.azul{
    color:#2e3095ff
}

.text-justify {
    text-align: justify;
}


.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nav-link {
    display: flex;
    align-items: center;
    gap: 4px; /* espaço entre emoji e texto */
}