@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

.hero-section {
    background: url('TCC-mobilizaJa/assets/um-grupo-diverso-de-pessoas-felizes-com-deficiencias-sorrindo-juntas_269655-21564.jpg') center/cover no-repeat;
    padding: 80px 0;
    position: relative;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.form-control-lg {
    border-radius: 12px;
}

.btn-lg {
    border-radius: 12px;
    font-weight: 600;
}