/* Estilos Gerais */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif !important;
    background-color: #f5f5f5;
    color: #333;
    padding: 0;
    letter-spacing: .2px;
}

h1,
h2,
h3 {
    color: #1f6ae0;
}

/*HEADER PADRÃO*/

.section-header {
    background:  #fff;
    box-shadow: 0 0 8px rgba(0,0,0, .12);
    margin-bottom: 24px;
}

.section-header img {
    width: 200px;
    height: auto;
}

/*CONTENT PADRÃO*/

.card {
    padding: 24px;
    border-radius: 12px;
    border: none;
    box-shadow: 0 0 6px rgba(0,0,0, .08);
}

.card .card-header {
    background: none;
    padding: 0;
}

.card .card-body {
    background: none;
    padding: 0;
}

.empreendedora {
    width: 100%;
    height: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

/*FOOTER PADRÃO*/

.section-footer {
    background: #071d41;
    margin: 40px 0 0 0;
    padding: 32px 0 16px;
    text-align: center !important;
    color: #fff !important;
}

.section-footer h4,
.section-footer h5 {
    font-weight: 400 !important;
    margin: 0 0 6px;
    text-align: center !important;
}

.section-footer h4 {
    font-size: 20px;
}

.section-footer h5 {
    font-size: 16px;
}

.section-footer p {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    opacity: .72;
    color: #fff !important;
    text-align: center;
}

/*FOOTER PADRÃO*/

/* FORMULARIOS */

.form-group {
    margin-bottom: 24px;
}

.form-group label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 4px;
    color: #333;
}

.form-group .from-control {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 16px;
    color: #333;
}

/* CSS GERAL */

.form-list h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
}

.form-list h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 24px;
}

.btn {
    font-size: 18px;
    font-weight: 400;
    padding: 8px 16px;
}

.btn.btn-primary {
    background: #1351b4;
    border: solid 1px #1351b4;
}

.btn.btn-primary:hover {
    background: #1f6ae0;
    border: solid 1px #1f6ae0;
}

.btn.btn-secondary {
    background: #ADD8E6;
    border: solid 1px #ADD8E6;
    color: #1f6ae0;
}

.btn.btn-secondary:hover {
    background: #1351b4;
    border: solid 1px #1351b4;
    color: #fff;
}

.btn-link {
    color: #19612a;
    text-decoration: underline;
}

.btn-link:hover {
    color: #207234;
    text-decoration: none;
}

.list-instructions {
    padding: 0;
    list-style: none;
    line-height: 22px;
}

.list-instructions li {
    margin-bottom: 12px;
}

.list-instructions li.titulo {
    font-size: 16px;
    font-weight: 600;
}

.list-instructions li.subtitulo {
    font-size: 14px;
    font-weight: 400;
}

/* MODIFICADORES */

.border-opacity-25 {
    border-top: solid 1px rgba(255,255,255, 0.24) !important;
    --bs-border-opacity: 0.25;
}

.fs-1 {
    font-size: 24px !important;
    font-weight: 400 !important;
}