#oqe-header {
    background-image: url('../../../images/banner-conheca-beneficio.jpg');
    height: 390px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
}

#oqe-header .container{
    align-items: center;
    height: 100%;
}

.oqe-header-content {
    margin-top: 80px;
}

.oqe-header-title{
    color: #fff;
}

h3.oqe-header-title{
    font-family: "Montserrat Regular";
    font-size: 20px;
}

.oqe-main-menu {
    color: #1aa3df;
    margin: 8px 0;
}

.oqe-main-menu a{
    font-family: "Montserrat Regular";
    font-size: 14px;
}

.oqe-main-menu a:hover{
    text-decoration: underline;
}

.oqe-main-content-header {
    text-align: center;
    margin-top: 40px;
}

.oqe-main-content-header-h4, .oqe-main-content-header-h2 {
    color: #1aa3df;
}

.oqe-main-content-header-h2  {
    margin-top: 20px;
    margin-bottom: 8px;
}

.oqe-main-content-header-h4 {
    font-family: "Montserrat Bold";
    font-size: 16px;
}

.oqe-main-content-header .text-default {
    color: #646464;
}

.oqe-main-content-block {
    gap: 65px;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}

.oqe-main-content-block.reverse{
    flex-direction: row-reverse;
}

.oqe-main-content-block-text {
    width: 490px;
}

.oqe-main-content-block-text-title {
    color: #1aa3df;
    margin-bottom: 20px;
}

.oqe-main-content-block-text-description {
    color: #646464;
}

.oqe-main-content-block-text-description b {
    font-family: "Montserrat Bold";
}

.oqe-main-content-block img {
    border-radius: 20px;
    box-shadow: 0 0 10px 9px rgb(0 0 0 / 10%);
}

#oqe-regioes {
    padding: 70px 0;
}

#oqe-regioes .container{
    text-align: center;
}

.oqe-regioes-title{
    color: #1aa3df;
}

.oqe-regioes-description {
    color: #646464;
}

.oqe-regioes-map-switcher {
    margin-top: 70px;
    display: flex;
    align-items: center;
    gap: 110px;
}

.oqe-regioes-map {
    width: 55%;
    height: auto;
}

#svg-map path {
    fill: #34B4EB;
}

#svg-map a:hover, #svg-map a.active {
    cursor: pointer;
    text-decoration: none;
}

#svg-map a:hover path, #svg-map a.active path {
    fill: #229dd2 !important;
}

.oqe-regioes-map-switcher-cities {
    width: 45%;
    margin-top: 50px;
}

.oqe-regioes-map-switcher-cities-box {
    border-radius: 10px;
    box-shadow: 0 0 10px 10px rgb(26 183 223 / 10%);
    padding: 30px;
}

.oqe-regioes-map-switcher-state-name {
    font-family: "Montserrat Bold";
    font-size: 20px;
    color: #1aa3df;
    margin-bottom: 60px;
}

.oqe-regioes-map-switcher-cities-list {
    text-align: left;
    max-height: 424px;
    overflow-y: scroll;
}

.oqe-regioes-city {
    display: inline-block;

    font-family: "Montserrat Regular";
    color: #646464;
    font-size: 12px;
    text-transform: uppercase;
    width: 45%;

    margin-bottom: 5px;

    text-align: left;
}

.oqe-regioes-map-switcher-orientation{
    color: #646464;
    margin-top: 40px;
}

#oqe-buttons {
    background-color: #31567f;
    padding: 30px 0;
}

#oqe-buttons .container {
    text-align: center;
}

.oqe-buttons-title {
    font-family: "Montserrat Bold";
    font-size: 20px;
    color: #fff;
}

.oqe-buttons-box {
    justify-content: center;
    align-items: center;
    gap: 90px;

    margin-top: 40px;
}

.oqe-buttons-box-title {
    font-family: "Montserrat Regular";
    font-size: 18px;
    color: #fff;
}

.oqe-buttons-box-empregador {
    --btn-color: #34b4eb;
    --btn-shadow-color: #1aa3df;
}

.oqe-buttons-box .btn-default {
    margin-top: 10px;
}