.fs-6 {
    font-size: 0.80rem !important;
}

.hidden {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease-out, max-height 0.5s ease-out;
}

.visible {
    opacity: 1;
    max-height: 500px;
    /* Ajuste conforme necessário */
    transition: opacity 0.5s ease-in, max-height 0.5s ease-in;
}


#simulationForm label {
    display: block;
    box-shadow: 2px 2px 5px rgba(0, 115, 187, 0.2);
    border-radius: 15px;
    padding: 15px;
    background-color: #f8f9fa;
    text-align: center;
    color: black;
    transition: box-shadow 0.3s ease-in-out;
}

#simulationForm label.info-customer {
    background-color: transparent;
    color: #ffffff !important;
    box-shadow: none;
    text-align: left;
}

#simulationForm input.info-customer,
textarea.info-customer {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff !important;

}

#simulationForm input.info-customer:focus,
textarea.info-customer:focus {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #ffffff;
    color: #ffffff !important;
}

#simulationForm label.form-check-label {
    cursor: pointer;
}

#simulationForm label img {
    filter: grayscale(0%);
    opacity: 1;
}

#simulationForm label.selected img {
    filter: grayscale(0%);
    opacity: 1;
}

#simulationForm label.unselected img {
    filter: grayscale(60%) !important;
    opacity: 0.7 !important;
}

#simulationForm label.unselected {
    background-color: #ffffff;

    color: #6c757d;
}

#simulationForm label.selected {
    box-shadow: 3px 3px 6px rgba(0, 115, 187, 0.5);
    color: black;

}

#simulationForm input[type="radio"] {
    display: none;
}

.btn-outline-primary {
    color: #0073bb;
    border-color: #0073bb;
}

.btn-outline-primary:hover {
    color: #ffffff;
    background-color: #0073bb;
    border-color: #0073bb;
}

.list-style-4 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-style-4 li {
    position: relative;
    padding: 0 0 10px 22px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.list-style-4 li:before {
    content: "\f00c";
    position: absolute;
    top: 1px;
    left: 0;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
}

.list-style-4 li:last-child {
    border-bottom: 0;
}

.list-style-4.list-style-color li {
    border-color: rgba(255, 255, 255, .15);
}

.list-style-4.list-style-color li:before {
    color: var(--base-color);
}

.dropdown-toggle::after {
    display: none;
}

.fa-chevron-down:before {
    display: inline-block;
    font-family: 'Font Awesome 6 Free';
    content: "\f078";
    font-weight: 900;
    border: 0;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 0 0 4px;
    font-size: 0.6rem;
}



/* .hero-congress {
    min-height: 60vh;
    position: relative;
    z-index: 1;
    background-image: url('/images/congress-hero-bg.jpg');
    background-size: cover;
    background-position: center;
    background: linear-gradient(135deg, #ab1e8b 0%, #ee3237 100%);
    color: #fff;
} */

.hero-congress {
    min-height: 60vh;
    position: relative;
    z-index: 1;
    color: #fff;
    background:
        linear-gradient(115deg, rgba(238, 50, 55, 0.75), rgba(171, 30, 139, 0.75), rgba(171, 30, 139, 0.15)),
        url('/images/congress-hero-bg.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 0.5rem;
}

.hero-congress-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.50;
    z-index: -1;
    border-radius: 0.5rem;
}

.hero-logo {
    position: absolute;
    top: 50px;
    right: 50px;
    height: auto;
    max-width: 150px;
}

.congress-red-bg {
    background: #e20a17;
    background: -moz-linear-gradient(left, #e20a17 0%, #c51015 31%, #6c1212 100%);
    background: -webkit-linear-gradient(left, #e20a17 0%, #c51015 31%, #6c1212 100%);
    background: linear-gradient(to right, #e20a17 0%, #c51015 31%, #6c1212 100%);
}
.text-red {
    color: #e20a17 !important;
}
.text-red-emphasis {
    color: #b50a0f !important;
}
.text-red-dark {
    color: #6c1212 !important;
    opacity: 0.7;
}
.btn-red {
    background-color: #b50a0f;
    border-color: #b50a0f;
    color: #ffffff;
}
.btn-red:hover {
    background-color: #6c1212;
    border-color: #6c1212;
    color: #ffffff;
}
.btn-outline-red {
    color: #b50a0f;
    border-color: #b50a0f;
}
.btn-outline-red:hover {
    color: #ffffff;
    background-color: #b50a0f;
    border-color: #b50a0f;
}