.star-rating {
    margin: 25px 0 0px;
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
    width: 106px;
    height: 21px;
    overflow: hidden;
    position: relative;
    background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
    background-size: contain;
}
.star-rating i {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20%;
    z-index: 1;
    background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRkZERjg4IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
    background-size: contain;
}
.star-rating input {
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    display: inline-block;
    width: 20%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
    cursor: pointer;
}
.star-rating input:hover + i,
.star-rating input:checked + i {
    opacity: 1;
}
.star-rating i ~ i {
    width: 40%;
}
.star-rating i ~ i ~ i {
    width: 60%;
}
.star-rating i ~ i ~ i ~ i {
    width: 80%;
}
.star-rating i ~ i ~ i ~ i ~ i {
    width: 100%;
}
.choice {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 20px;
    display: block;
}
span.scale-rating{
    margin: 5px 0 15px;
    display: inline-block;
    width: 100%;

}
span.scale-rating>label {
    position:relative;
    -webkit-appearance: none;
    outline:0 !important;
    border: 1px solid grey;
    height:33px;
    margin: 0 5px 0 0;
    width: calc(10% - 7px);
    float: left;
    cursor:pointer;
}
span.scale-rating label {
    position:relative;
    -webkit-appearance: none;
    outline:0 !important;
    height:33px;
    margin: 0 5px 0 0;
    width: calc(10% - 7px);
    float: left;
    cursor:pointer;
}
span.scale-rating input[type=radio] {
    position:absolute;
    -webkit-appearance: none;
    opacity:0;
    outline:0 !important;
    /*border-right: 1px solid grey;*/
    height:33px;
    margin: 0 5px 0 0;

    width: 100%;
    float: left;
    cursor:pointer;
    z-index:3;
}
span.scale-rating label:hover{
background:#fddf8d;
}
span.scale-rating input[type=radio]:last-child{
border-right:0;
}
span.scale-rating label input[type=radio]:checked ~ label{
    -webkit-appearance: none;

    margin: 0;
    background:#fddf8d;
}
span.scale-rating label:before
{
    content:attr(value);
    top: 7px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    vertical-align: middle;
    z-index:2;
}

.loading {
    position: fixed ;
    display: block;
    width: 100% !important;
    height: 100% !important;
    top: 0 ;
    left: 0 ;
    text-align: center ;
    opacity: 0.85 ;
    background-color: #1f1e1e !important;
    z-index: 999999999999 ;
    border-radius: 0 !important;
}

.loading-image {
    position: absolute ;
    top: 50% ;
    color: #095CA5 ;
    /* left: 240px ; */
    z-index: 100 ;
}


.button-random-choice{
    background: #045f64;
    border: 0;
    color: #FFFFFF;
    font-weight: 700;
    transition: 0.2s all;
    border-radius: 4px;
    padding: 0.5rem;
}

.button-random-choice:hover{
    filter: brightness(75%);
}

.select-payments + .card {
    cursor: pointer;
}
.select-payments:active + .card {
    background: #005BA0;
    color: white;
}
.select-payments:checked + .card {
    background: #005BA0;
    color: white;
}
table.table {
    font-size: 14px;
}

table.table th, table.table td {
    padding: 10px 12px;
}
.btn.is-update-solid {
    background-color: #d5803c;
    color: #fff;
    border: none;
    &:hover {
        background-color: #b65f11;
        color: #fff;
    }
    &:focus {
        box-shadow: none;
    }
}
#label-pop button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#label-pop button:focus {
    outline: none;
    box-shadow: none;
}

#label-pop button i {
    pointer-events: none;
}
.select2-selection--multiple .select2-selection__rendered{
    padding-top: 20px !important;
    min-height: 52px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field {
    padding-top: 0;
    height: auto;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li:first-child.select2-search.select2-search--inline .select2-search__field {
    width: auto !important;
}
.floating-label input[type=search]:not(.form-control) {
    background-image: none !important;
}

.card_item {
    border-radius: 22px;
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    display: block;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card_item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.25);
    cursor: pointer;
}

.card_img_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.card_img_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
    border-radius: 5%;
}

.card_item:hover .card_img_wrapper img {
    transform: scale(1.1);
}

.text-card-item {
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: white;
    padding: 1.5rem;
    /*background: #fd7e14b5; */
    backdrop-filter: blur(4px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    transition: background 0.3s ease;
}

/* cores individuais */
.sebraetec {
    background: #a500f896;
}
.card_item:hover .sebraetec {
    background: #7d00becc;
}

.sgf {
    background: #fd7e14b5;
}
.card_item:hover .sgf {
    background: #e36a00cc;
}

.text-card-item h2 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: auto;
}


.text-card-item p {
    font-size: 1rem;
    font-weight: 500;
    max-width: 75%; /* aumentei um pouco p/ ficar mais legível */
}

/* botão acessar */
.text-card-item span {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    font-size: 1.25rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.3s ease;
}

.card_item:hover .text-card-item span {
    gap: 14px; /* seta se move suave */
}

.card_itens {
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    justify-content: center;
    margin-top: 5px;
}
.card_itens a{
    text-decoration: none;
}

@media (max-width: 768px) {
    .card_item {
        width: 100% !important;
        height: auto;
        margin: 0 !important;
    }
    .section-item {
        justify-content: space-around !important;
        min-height: 250px;
    }
    .border-end {
        border-right: unset !important;
    }
}

.lean-description {
    align-items: center;
    color: #045f64;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    padding: 1rem 0;
    max-width: 80%;
    margin: 0 auto;
}

.lean-description h1{
    color: #045f64;
}

.lean-description a {
    color: #045f64;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1;
    margin: 0;
    text-align: center;
}
.model {
    padding-bottom: 2rem !important;
}

.section-item{
    display: flex;
    /*justify-content: space-around;*/
    /*width: 80%;*/
    padding: 6px;
}
.badge-sebraetec {
    color: #ffffff;
    background-color: #A500F8;
}
.badge-sgf {
    color: #ffffff;
    background-color: #fd7e14;
}
background: #a500f896, #fd7e14b5;

 .info__block{
     color: #171716;
 }

#map-control #map-box {
    padding: 0 !important;
}
.navbar-menu .nav-link.is-login, .navbar-menu button.is-login {
    background: none;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    color: #212529;
}

.navbar-menu .nav-link.is-login.is-register,
.navbar-menu .nav-link.is-login:focus,
.navbar-menu .nav-link.is-login:hover,
.navbar-menu button.is-login.is-register,
.navbar-menu button.is-login:focus,
.navbar-menu button.is-login:hover {
    background-color: #045f64 !important;
}
.navbar-menu a:not(.navbar-brand):not(.is-login):not(.is-dropdown):not(.is-bell):focus, .navbar-menu a:not(.navbar-brand):not(.is-login):not(.is-dropdown):not(.is-bell):hover {
    color: #045f64 !important;
}
.navbar-menu a:not(.navbar-brand):not(.is-login):not(.is-dropdown):not(.is-bell):after {
    border-bottom: 5px solid #045f64 !important;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
 margin-bottom: 1.3rem;
}
.navbar-menu {
    height: 11vh;
}


.btn-scroll {
    position: fixed;
    bottom: 1.4rem;
    right: 69px;
    background-color: #045f64;
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    box-shadow: 0 3px 3px rgba(0, 113, 129, 0.34);
    z-index: 1000;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.4s ease, transform 0.4s ease;
    opacity: 1; /* Exibe o botão */
    animation: float 1.5s ease-in-out infinite;

}
.btn-scroll:hover {
    background-color: #014347;
    color: #aaa;
    box-shadow: none;
}
@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(5px);
    }
    100% {
        transform: translateY(0);
    }
}
.target-element {
    scroll-margin-top: 5rem;
}
.container .target-element {
    scroll-margin-top: 3.5rem;
}
.fa-arrow-down:before {
    color: white;
}

.main_banner {
    position: relative; height: 69vh; min-height: 400px; background: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('/assets/images/banner_.jpg') no-repeat center top; background-size: cover;
}
.banner_description {
    position: absolute; z-index: 1; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 1.5rem;
}
.text_banner {
    color: #f2f1ed;font-size: 3rem;font-weight: 600;margin-bottom: 0; font-style: italic;;
}
.span_banner {
    color: #014347;
    font-size: 4rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    text-shadow: 1px 1px 4px #f2f1ed;
    text-decoration: underline #f2f1ed;
    font-style: italic;
}
.sebraetec_banner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: right;
    align-items: flex-end;
}
.sebraetec_banner p {
    color: #f2f1ed;
    font-size: 2.5rem;
    font-weight: 400;
    text-decoration: underline #f2f1ed;
    margin-bottom: 3rem;
    margin-right: 3rem
}

@media (max-width: 768px) {
    .main_banner {
        height: 70vh;
    }
    .text_banner {
    font-size: 2rem;
    }
    .sebraetec_banner p {
        font-size: 1.8rem;
        margin-bottom: .78rem;
        margin-right: 0;
    }
    .span_banner {
        font-size: 2.2rem;
    }
    .padding-main {
        padding: 0 !important;
    }
    .top-padd {
        padding-top: 0!important;
    }
    .bg-position {
        background-position: center !important;
    }
}

@media (max-width: 480px) {
    .sebraetec_banner p {
        font-size: 1.4rem;
    }
}
.slick-dots li button:before {
    color: #014347;
}
.navbar-menu-items, .navbar-menu-mobile, .card-temp__action > div > a {
    color:  #ffff;
    border: 0;
}
.navbar-menu .dropdown .nav-link.is-dropdown:focus, .navbar-menu .dropdown .nav-link.is-dropdown:hover, .dropdown-item.active, .dropdown-item:active {
    background-color: #014347 !important;
}
.content {
    background-color: #f2f1ed!important;
}

.navbar-menu, .navbar-menu .container .navbar-menu-items {
    background-color: #f2f1ed !important;
}
.btn-base.is-default {
    background-color: #014347 !important;
    border-color: #014347 !important;
}
.btn-base.is-default:hover {
    color: #014347 !important;
    background-color: transparent !important;
}


#flasher-container, .toast {
    z-index: 9999 !important;
    position: fixed !important;
    top: 60px;
    right: 20px;
}
#address::-webkit-input-placeholder{
    color: #1369b8;
}
.input-icon-left {
    color: #1369b8;
    position: absolute;
    right: 50px;
    transform: translateY(50%);
    z-index: 1050;
}
.fa-exclamation-circle:before { color:  #1369b8}

.media_ {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-right: -2px;
}
.search-job .col-md-3,
.search-job .col-md-4 {
    padding-right: 0;
    padding-left: 0;
}

.padding-main {
    padding: 120px 0 200px;
}
.top-padd {
    padding-top: 3rem;
}
/*.sidebar-menu {*/
/*    position: absolute;*/
/*    top: 70px;*/
/*    right: -300px;*/
/*    width: 250px;*/
/*    background: #000;*/
/*    padding: 1rem;*/
/*    transition: right 0.3s ease;*/
/*    z-index: 999;*/
/*    border-radius: 8px 0 0 8px;*/
/*    display: block;*/
/*}*/
/*.menu-toggle {*/
/*    display: block;*/
/*    position: relative;*/
/*    width: 30px;*/
/*    height: 24px;*/
/*    margin-left: auto;*/
/*    margin-top: 10px;*/
/*    margin-right: 15px;*/
/*    cursor: pointer;*/
/*    z-index: 1001;*/
/*}*/
/*.hamburger,*/
/*.hamburger::before,*/
/*.hamburger::after {*/
/*    content: '';*/
/*    display: block;*/
/*    height: 3px;*/
/*    width: 100%;*/
/*    background-color: white;*/
/*    border-radius: 3px;*/
/*    position: absolute;*/
/*    transition: all 0.3s ease;*/
/*}*/
/*.hamburger-scrolled,*/
/*.hamburger-scrolled::before,*/
/*.hamburger-scrolled::after {*/
/*    background-color: black !important;*/
/*}*/

/*.hamburger {*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*}*/

/*.hamburger::before {*/
/*    top: -10px;*/
/*}*/

/*.hamburger::after {*/
/*    top: 10px;*/
/*}*/
/*#menu-toggle:checked ~ .sidebar-menu {*/
/*    right: 0;*/
/*}*/
/*#menu-toggle:checked + .menu-toggle .hamburger {*/
/*    background-color: transparent;*/
/*}*/

/*#menu-toggle:checked + .menu-toggle .hamburger::before {*/
/*    transform: rotate(45deg);*/
/*    top: 0;*/
/*}*/

/*#menu-toggle:checked + .menu-toggle .hamburger::after {*/
/*    transform: rotate(-45deg);*/
/*    top: 0;*/
/*}*/
/*@media (min-width: 992px) {*/
/*    .sidebar-menu {*/
/*        position: static;*/
/*        display: flex !important;*/
/*        background: none;*/
/*        padding: 0;*/
/*        width: auto;*/
/*        top: auto;*/
/*        right: auto;*/
/*        flex-direction: row;*/
/*        align-items: center;*/
/*        justify-content: flex-end;*/
/*    }*/

/*    #menu-toggle,*/
/*    .menu-toggle {*/
/*        display: none !important;*/
/*    }*/
/*}*/

.navbar-dark .navbar-toggler {
    border-color: transparent !important;
}
.navbar-toggler:focus {
    box-shadow: unset !important;
}
.bg-custom {
    background-color: #014347 !important;
}
.modal-larger {
    max-width: 1020px;
}
