@font-face {
    font-family: "Parkinsans";
    src: url(../fonts/Parkinsans-Regular.ttf);
}

.bg-lap-blue-light {
    background-color: #0056c1 !important;
}

body {
    background-color: #f8f9fa;
}

    body p,
    label,
    input::placeholder {
        font-family: "Parkinsans";
    }

label,
p {
    font-weight: 600;
    color: black !important;
    font-size: 14px;
}

.description-custom {
    color: #0056c1 !important;
    font-size: 24px;
    font-weight: bold;
}

.description-custom-text {
    color: #0056c1 !important;
    font-size: 18px;
    font-weight: bold;
}

.section-title {
    background-color: #0056C1;
    color: white;
    padding: 13px 25px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-weight: 500;
    font-size: 20px;
    font-family: "Parkinsans";
}

.section-box {
    border: 1px solid #d0d0d0;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 0;
    background-color: white;
}

    .section-box .content {
        padding: 15px;
    }

.form-control {
    border: none;
    border-bottom: 2px solid #004aad;
    border-radius: 0;
    padding-left: 0;
}

.border-primary-pers {
    border-color: #004aad !important;
}

.form-control:focus {
    box-shadow: none;
    border-color: #004aad;
}

.btn-primary {
    border-color: #004aad;
    color: #ffff;
    background-color: #004aad;
}

.radio-check {
    border-radius: 10px;
    border: #004aad solid 2px;
    padding: 15px 15px;
    margin: 10px 20px;
    width: 80%;
}

.day-selector .btn {
    border-radius: 5px;
    font-weight: bold;
    padding: 0;
    border: #004aad solid 2px;
    color: black;
}

.day-select {
    width: 40px;
    height: 40px;
    margin: 3px 3px;
}

.day-feriado-select {
    width: 80px;
    height: 40px;
    margin: 3px 3px;
}

.price {
    font-size: 20px;
    font-weight: bold;
}
