h4 {
    color: #0F313D;
}

.titulo_seg {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.titulo_seg p {
    font-size: 20px;
    color: #FBBC05;
    margin: 0;
    font-weight: 700;
}

.conteudo_form {
    background-image: url('/assets/images/segmentos/fundo_form.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.conteudo_form p {
    color: #FFF;
    font-size: 19px;
}

form label {
    color: #fff;
    font-weight: 600;
    margin-bottom: 8px;
}

.modal-content {
    background-image: linear-gradient(to right, #d8d8d8, #f9f9f9);
    /* background-color: #f9f9f9; */
}

.modal-content h1 {
    color: #0F313D;
    font-weight: 700;
}

.modal-content h4 {
    color: #FBBC05;
    font-weight: 700;
    font-size: 17px;
    text-align: center;
}

.modal-content a {
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
}