body {
        padding-top: 56px;
        color: #187379;
        background-color: #187379;
        font-family: 'Roboto', sans-serif;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

p, a, button {
    font-family: 'Roboto', sans-serif;
}

body .title_pros {
    padding-top:.3125rem;
    padding-bottom:.3125rem;
    margin-right:1rem;
    font-size:1.25rem;
    text-decoration:none;
    white-space:nowrap;
    color: #187379;
  }

  .botao-pros_acesso {
    background-color: #187379;
    border-color: #187379;
  }

  .botao-pros_acesso:hover {
    background-color: #134447;
    border-color: #134447;
  }

  .botao-pros {
    background-color: #C54637;
    border-color: #C54637;
  }


  .botao-pros:hover {
    background-color: #8a2c21;
    border-color: #8a2c21;

  }

  .texto-planos {
    color: #E9E9E9;
  }

.bg-header {
    background-image: url('../img/background.png');
    background-size: cover; /* Ajusta a imagem para cobrir todo o container */
    background-position: center; /* Centraliza a imagem */
    background-repeat: no-repeat; /* Evita repetição da imagem */
    height: 100vh; /* Define a altura para 100% da altura da viewport */
  }

.fonte-negrito {
    font-weight: bolder;
}
