
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

.bg-primary {
    background-color: #046a93 !important;
  }
body{
    font-family: "Raleway";
    font-weight: 600;
    background-color: #ffffff;
}
.navbar{
    font-weight: 800 !important;
}
.imagem_formata_1{
    border-radius: 5rem;
}
.block_principal{
    background-color: #6a8f6a;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 1.3rem;
    color: white;
    height: 100%;
    padding-top: 20px;
}
.texto-intro{
    font-size: 4ch;
    font-weight: bold;
    background-color: #046a93;
    color: rgb(252, 252, 252);
    padding-top: 90px;
    padding-bottom: 12px;
}
.segunda_parte{
    background-color: rgb(53, 53, 53);
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    color: white;
}
.accordion-button{
    background-color: #6a8f6a;
    color: white;   
}
.segunda_parte h1{
    margin-bottom: 60px;
}
.imagem_formata_2{
    height: 350px !important;
}
.card{
    width: 100% !important;
}
.bd-footer{
    background-color: #474747;
    color: white;
}
.centralizar{
    display: flex;
    justify-content: center;
}
.botao_estou_pronto{
    background-color: #474747;
}
.botao_estou_pronto:hover{
    background-color: #858a85;
}
.botao_estou_pronto:focus {
    background-color: #858a85;
}
.centralizar_vertical{
    display: flex;
    align-items: center;
}
.centralizar_vertical h1{
    margin-left: 15px;
}