﻿/*NOVO*/

.espacamento-top-aviso {
    top: 81px;
}
@media (max-width: 660px) {

    .espacamento-top-aviso {
        top: 123px;
    }
}

@media (max-width: 663px) {
    .espacamento-top-aviso {
        top: 132px;
    }
}

.text-link-white{
    color: white !important;
}

    .text-link-white:hover {
        color: #278fff !important;
    }

.text-blue-lite {
    color: #278fff !important;
}

.text-note-gts {
    font-weight: 300;
    line-height: 14px;
    color: #858585;
    font-size: 12px !important;
    letter-spacing: 1px;
}

.text-white .text-black {
    color: white !important;
}

.noResult .pesquisa-enter,
.pesquisa-leave-to {
    opacity: unset;
}

.noResult .pesquisa-leave,
.pesquisa-enter-to {
    opacity: unset;
}

.noResult .pesquisa-enter-active {
    transition: opacity 0.5s unset;
}

.noResult .pesquisa-leave-active {
    transition: opacity 0.5s unset;
}

.text-muted-hover:hover {
    color: #6c757d;
}

[v-search] > * {
    display: none;
}

.select-produto {
    font-size: 0.9em;
}

.color-red {
    color: #ec5151;
}

.select-palavra-chave,
.select-area {
    border: 0;
    font-size: 0.85em;
}

    .select-produto .vs__dropdown-toggle,
    .select-palavra-chave .vs__dropdown-toggle,
    .select-area .vs__dropdown-toggle {
        border: 0 !important;
    }

.vs--disabled .vs__search,
.vs--disabled .vs__dropdown-toggle {
    background-color: #FFF !important;
}

.pesquisa-enter,
.pesquisa-leave-to {
    opacity: 0;
}

.pesquisa-leave,
.pesquisa-enter-to {
    opacity: 1;
}

.pesquisa-enter-active {
    transition: opacity 0.5s ease;
}

.pesquisa-leave-active {
    transition: opacity 0.5s ease;
}

.bg-blue-800 {
    background-color: var(--bs-blue-800);
}

.bg-blue-900 {
    background-color: var(--bs-blue-900);
}

@media (min-width: 1200px) {
    .norminha {
        left: 64% !important;
    }
}

.norminha {
    left: 58%;
    top: -79px;
}

.font-commum {
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
}

/******************************/
/*     Back To Top Button     */
/******************************/
a.back-to-top {
    position: fixed;
    z-index: 999;
    right: 12px;
    bottom: 12px;
    display: none;
    width: 35px;
    height: 35px;
    border-radius: 30px;
    background: #3a424d;
    background-size: 18px 18px;
    text-indent: 2.5px;
    cursor: pointer;
}

a:hover.back-to-top {
    background-color: var(--bs-orange);
    color: white;
}

body {
    top: 0px !important;
} 

.google-tradutor .goog-te-combo {
    border-radius: 0.2rem !important;
    color: var(--bs-gray-500);
    --bs-bg-opacity: 1;
    background-color: #2f2f2f !important;
    text-align: center !important;
    border: 1px solid !important;
    border-color: var(--bs-gray-100);
}

.bg-norma {
    padding-top: 10rem;
    background: linear-gradient(rgba(17, 18, 22, 0.85), rgba(0, 0, 0, 0.5)), url('../images/login-05.jpg') center center no-repeat;
    background-size: cover;
}

.bg-projeto-norma {
    padding-top: 10rem;
    background: linear-gradient(rgba(17, 18, 22, 0.85), rgba(0, 0, 0, 0.5)), url('../images/banner-projeto-nbr.png') center center no-repeat;
    background-size: cover;
}

.bg-genius {
    padding-top: 10rem;
    background: linear-gradient(rgba(17, 18, 22, 0.85), rgba(0, 0, 0, 0.5)), url('../images/banner-genius.png') center center no-repeat;
    background-size: cover;
}

.bg-eboletim {
    padding-top: 10rem;
    background: linear-gradient(rgba(17, 18, 22, 0.85), rgba(0, 0, 0, 0.5)), url('../images/banner-materias.png') center center no-repeat;
    background-size: cover;
}

@media (max-width: 480px) {
    .logo-image {
        width: 90% !important;
        height: 50px !important;
    }
}

.logo-image {
    width: 85%;
    height: 50px;
}
/**********************/
/*     Navigation     */
/**********************/
.navbar {
    background-color: #000000;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0.875rem;
}

    .navbar .navbar-brand {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    @media (max-width: 480px) {
        .navbar .logo-image img {
            width: 90% !important;
            height: 50px !important;
        }

        .navbar .navbar-brand {
            padding-top: 0.25rem;
            padding-bottom: 0.25rem;
            width: 50%;
        }
    }

    .navbar .logo-image img {
        width: 80%;
        height: 50px;
    }

    .navbar .logo-text {
        color: #ffffff;
        font-weight: 700;
        font-size: 1.875rem;
        line-height: 1rem;
        text-decoration: none;
    }

.offcanvas-collapse {
    position: fixed;
    top: 6.25rem; /* adjusts the height between the top of the page and the offcanvas menu */
    bottom: 0;
    left: 100%;
    width: 85%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #000000;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
@media (max-width: 991px) {
    .offcanvas-collapse-com-aviso {
        top: 11.25rem; /* adjusts the height between the top of the page and the offcanvas menu */
    }
}

@media (max-width: 662px) {
    .offcanvas-collapse-com-aviso {
        top: 14.25rem; /* adjusts the height between the top of the page and the offcanvas menu */
    }
}

    .offcanvas-collapse.open {
        visibility: visible;
        -webkit-transform: translateX(-85%);
        transform: translateX(-85%);
    }

.navbar .navbar-nav {
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
    align-items: center;
}

.navbar .nav-item-descricao {
    display: none;
}

.vigencia-mobile {
    display: none;
}

@media (max-width: 991px) {
    .navbar .navbar-nav {
        margin-top: 0.75rem;
        margin-bottom: 0.5rem;
        align-items: flex-start;
    }

    .navbar .nav-item-descricao {
        padding-left: 0.700rem;
        display: inline;
        font-size: 16px;
        text-align: center;
        margin-bottom: 0;
    }

    .navbar .nav-item .nav-link {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        padding-left: 0.700rem;
        color: #eeeeee;
        text-decoration: none;
        transition: all 0.2s ease;
        display: flex;
        align-items: center;
    }

    .vigencia-mobile {
        padding-top: 0.300rem;
        color: #eeeeee;
        text-decoration: none;
        transition: all 0.2s ease;
        display: flex;
        align-items: center;
        visibility: visible;
    }

    .vigencia-desktop {
        display: none;
    }

}

.vigencia-desktop {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 0.700rem;
    color: #eeeeee;
    text-decoration: none;
    transition: all 0.2s ease;
    align-items: center;
}

.navbar .nav-item .nav-link {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 0.700rem;
    color: #eeeeee;
    text-decoration: none;
    transition: all 0.2s ease;
    align-items: center;
}

    .navbar .nav-item.dropdown.show .nav-link,
    .navbar .nav-item .nav-link:hover,
    .navbar .nav-item .nav-link.active {
        color: var(--bs-primary);
    }



.navbar .dropdown-divider {
    width: 100%;
    height: 1px;
    margin: 0.5rem auto 0.5rem auto;
    border: none;
    background-color: var(--bs-gray-300);
}
/* end of dropdown menu */

.navbar .fa-stack {
    width: 2em;
    margin-right: 0.25rem;
    font-size: 0.75rem;
}

.navbar .fa-stack-2x {
    color: #c2337b;
    transition: all 0.2s ease;
}

.navbar .fa-stack-1x {
    color: #ffffff;
    transition: all 0.2s ease;
}

.navbar .fa-stack:hover .fa-stack-2x {
    color: #ffffff;
}

.navbar .fa-stack:hover .fa-stack-1x {
    color: #c2337b;
}

.navbar .navbar-toggler {
    padding: 0;
    border: none;
    font-size: 1.25rem;
}



@media (min-width: 992px) {
    /* Navigation */
    .navbar {
        /*padding-top: 1.75rem;*/
        background-color: transparent;
        box-shadow: none;
        transition: all 0.2s;
    }

        .navbar.top-nav-collapse {
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
            background-color: #000000;
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.025);
        }

    .offcanvas-collapse {
        position: static;
        top: auto;
        bottom: auto;
        left: auto;
        width: auto;
        padding-right: 0;
        padding-left: 0;
        background-color: transparent;
        overflow-y: visible;
        visibility: visible;
    }

        .offcanvas-collapse.open {
            -webkit-transform: none;
            transform: none;
        }

    .navbar .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }

    .navbar .nav-item .nav-link {
        padding-right: 0.625rem;
        padding-left: 0.625rem;
    }

    .navbar .dropdown-divider {
        width: 90%;
    }

    .navbar .social-icons {
        margin-left: 0.5rem;
    }

    .navbar .fa-stack {
        margin-right: 0;
        margin-left: 0.25rem;
    }
    /* end of navigation */

}

.color-gray {
    color: gray;
}

.favorito {
    transition: 0.5s;
}

.carrinho {
    transition: 0.5s;
}

.toast-success {
    color: #ffffff;
    background-color: #12805c;
    border-color: #12805c;
}
.ativo {
    color: #007BFF !important;
    background-color: #fff !important;
    border-color: #fff !important;
}

.active-btn {
    color: #fff !important;
    background-color: var(--bs-gray-800) !important;
    box-shadow: 0 .1875rem .375rem 0 rgba(140,152,164,.25);
}

.mx-width-12rem {
    max-width: 12rem;
}

.mx-width-13rem {
    max-width: 13rem;
}

.btn-close {
    width: 0.5em;
    height: 0.5em;
}

.z-index-0 {
    z-index: 0;
}

.letter-spacing--1 {
    letter-spacing: -1px
}

.nbr-price-prime-economy {
    display: inline-flex;
    margin-left: -18px;
    margin-top: 15px;
}

.nbr-price-prime-flag {
    color: #FFFFFF;
    background-color: #FF6C26;
    margin-left: 10px;
    padding: 0px 15px 0 20px;
    border-radius: 0px 3px 3px 0px;
    position: relative;
    height: 22px;
    font-size: 13px;
}

#box {
    border-color: transparent transparent transparent #FFFFFF;
    border-style: solid;
    border-width: 19px 0 19px 19px;
    height: 0;
    left: 2px;
    margin: -8px;
    position: absolute;
    width: 0;
}

.btn-norma {
    background-color: #0072E0;
    height: 50px;
    text-align: center;
    color: #FFFFFF;
    vertical-align: middle;
    font-size: 18px;
    width: 262px;
    font-weight: 400;
    display: table-cell;
    text-transform: none;
}

.btn-norma:hover {
    color: white;
    text-decoration: none;
}

.mt--5 {
    margin-top: -5px;
}

.btn-norma-cancelada {
    background-color: #6c757d;
    cursor: default !important;
    line-height: 0.8;
    cursor: pointer;
}

.modal-search-image {
    border: 2px dashed #4D5156;
    border-radius: 20px;
    background-color: #fff;
    padding: 0px !important;
}

.modal-fixed-bottom {
    bottom: 0px;
    position: absolute;
    right: 0px;
    padding: 0.75rem;
}

#modalResult {
    transition: 0.3s ease-in-out;
}

.swiper-button-prev.swiper-button-grey {
    /*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'grey'%2F%3E%3C%2Fsvg%3E");*/
}

.swiper-button-next.swiper-button-grey {
    /*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'grey'%2F%3E%3C%2Fsvg%3E")*/
}

.icon-org {
    width: 35px;
}

.icon-sm-org {
    width: 30px;
}

.btn-sm-detalhes {
    font-size: 0.67em;
    padding: 0.13rem 0.35rem;
    letter-spacing: .0em;
}

.badge {
    padding: 0.4em 0.7em;
    font-size: 0.70em;
}

.badge-vigente {
    color: #fff;
    background-color: #007BFF;
    text-transform: uppercase;
    font-weight: 500 !important;
    letter-spacing: 0.1rem !important;
}

.badge-cancelada {
    color: #fff;
    background-color: #FF3B3B;
    text-transform: uppercase;
}

.badge-substituta {
    color: #fff;
    background-color: #FF3B3B;
    text-transform: uppercase;
}

.badge-resultado-imagem {
    background-color: #E2E2E2;
    padding: 0.7em 1.5em;
    font-size: 1rem;
    font-weight:500;
    color: #3A3A3A;
    margin-bottom:10px;
    margin-right:10px;
    cursor:pointer;
}

.badge-resultado-imagem-icon {
    display: none;
}

.badge-resultado-imagem:hover .badge-resultado {
    text-decoration: underline;
}
.badge-resultado-imagem:hover .badge-resultado-imagem-icon {
    display: unset;
}

.formatRaw h1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.875rem !important;
    color: #6c757d !important;
}

.formatRaw p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.875rem !important;
    color: #6c757d !important;
} 

.text-ellipsis-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-ellipsis-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.three-dots:after {
    cursor: pointer;
    content: '\2807';
    font-size: 20px;
    padding: 0 5px;
} 

.text-ellipsis-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-resultado {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ECECEC;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 1rem;
}
    .card-resultado:hover {
        box-shadow: 0 0 1rem rgba(0, 0, 0, 0.30) !important;
    }

    .card-body-resultado {
        height:200px
    }


.card-img-resultado {
    border-top-left-radius: calc(0.9rem - 1px);
    border-top-right-radius: calc(0.9rem - 1px);
}

.card-img-horizontal {
    border-top-left-radius: calc(0.9rem - 1px);
    border-bottom-left-radius: calc(0.9rem - 1px);
}

.card-img-genius {
    height: 280px;
    overflow: hidden
}

.card-img-genius-lista {
    height: 150px;
    overflow: hidden
}

.card-img-genius-detalhe {
    height: 400px;
    overflow: hidden
}

.card-body-resultado-projeto {
    height: 150px
}

.card-title-pesquisa {
    color: black;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slick-prev::before{
    content: url("../Images/left.png") !important;
}

.slick-next::before {
    content: url("../Images/right.png") !important;
}
.img_wrap {
    position: relative;
}

.img_description_layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(50, 52, 64, 0.6);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .2s, visibility .2s;
}

.img_wrap:hover .img_description_layer {
    visibility: visible;
    opacity: 1;
}

.img_description {
    transition: .2s;
    transform: translateY(1em);
    color: white;
}

.visible-search {
    visibility: visible !important;
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 2s;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.img_wrap:hover .img_description {
    transform: translateY(0);
}

.card-subtitle-pesquisa {
    line-height: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-space {
    padding: 0.5rem 1rem 0.4rem 1rem;
}

.bg-grey-hard {
    background-color: #DDD !important;
}

.bg-card-footer {
    background-color: #ECECEC;
}

.hover-search:hover{
 height:auto;
 box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
 transition: 0.3s ease-in-out;
}
    .hover-search:hover .card-subtitle {
        display: -webkit-box !important;
    }
    .hover-search:hover .btn-detalhes {
        display: block !important;
    }


/*-------------------------------------*/
.text-underline {
    text-decoration: underline;
}

.field-validation-error {
    color: rgba(220, 53, 69);
    font-size: 0.875rem !important;
}

.texto-rodape {
    font-size: 0.8em;
}

.empresa_certificada {
    letter-spacing: 2px;
    font-size: 9px;
    margin-top: 35px;
}

.empresa_certificada_parent {
    line-height: 18px;
}

.img_borda_certificado_qualidade {
    border: 1px solid #5CA6EA;
    cursor: pointer;
    margin-top: 15px;
}

.title-logo {
    margin-bottom: 105px;
    margin-top: 105px;
    max-width: 440px !important;
}

.title-logo-data {
    margin-bottom: 42px;
    margin-top: 48px;
    max-width: 440px !important;
}

/* Seção do buscador*/

.search-section {
    margin-bottom: 215px;
}

.banner-image {
    margin-top: 30px
}

.label-total-section {
    margin: 30px 0px 30px 0px;
}

.selo-prime {
    width: 400px;
    margin-bottom: 4.9rem;
}

@keyframes fade-in-up {
    0% {
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.btn-assine-ja {
    background-color: #eb4e1b;
    font-size: 13pt;
    color: white;
}

.vantagens-ser-prime {
    font-weight: 500;
    text-transform: uppercase;
    margin: 50px;
}

.card-prime-body {
    padding: 0px;
}

.card-beneficios-image {
    margin: 12px;
}

.card-beneficios {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    margin-bottom: 30px;
    transition: 1s
}

.card-prime-title {
    font-weight: 500;
}

.chamada-prime {
    color: black;
    font-size: 25pt;
    margin-top: -10px;
    line-height: 1.2;
}

    .chamada-prime p {
        margin-bottom: 2rem;
    }

.rodape-seja-prime {
    background-color: #e5e5e5;
    color: #4a4a4a;
    margin-bottom: 0;
    font-weight: normal;
}

@media (min-width: 992px) {
    .mr-row-container-cards {
        margin-right: 80px;
    }

    .mt-lg-certificado {
        margin-top: 105px;
    }

    .pr-lg-0{
        padding-right : 0px;
    }
}

@media (min-width: 768px) {
    .mt-lg-certificado {
        margin-top: 80px;
    }
}

.card-beneficios:hover {
    border: 1px solid rgba(0, 0, 0, 2.125);
    border-radius: 10px;
}

.mt-lg-certificado {
    margin-top: 20px;
}

.card {
    width: 100%;
}

@media (min-width: 576px) {
    .mt-lg-certificado {
        margin-top: 50px;
    }
}

.rodape-seja-prime-privacidade {
    background-color: #b2b2b2;
    margin-bottom: 0;
    padding: 20px 2rem !important;
}


.widget1 {
    position: fixed;
    bottom: 0px;
    right: 20px;
    transform: translateY(100%);
    width: 300px;
    height: 450px;
    animation: fade-in-up .50s ease forwards;
    z-index: 999;
    background-color: black;
    color: white;
    text-align: center;
    border-radius: 0.25rem;
}

.img-rvs {
    width: 85px;
    margin-left: 50%;
    transform: translate(-50%, 0%);
}

.img-tgt {
    width: 39px;
    margin-left: 50%;
    transform: translate(-50%, -12.5%);
}

/* Telefones em paisagem e abaixo */
@media (max-width: 480px) {
    .imagem-prime {
        height: 230px
    }

    .video-prime {
        height: 264px;
    }

    .selo-prime {
        width: 200px !important;
    }
}

/* Telefones em paisagem a tablet em retrato */
@media (max-width: 767px) {
    .imagem-prime {
        height: 265px
    }

    .title-logo {
        margin-bottom: 105px;
        margin-top: 105px;
        max-width: 220px !important;
    }

    .title-logo-data {
        margin-bottom: 42px;
        margin-top: 48px;
        max-width: 220px !important;
    }

    .selo-25 {
        width: 100% !important;
    }

    .number-contact {
        padding: 120px 0 !important;
        font-size: 20pt !important;
    }
 
    .video-prime {
        height: 264px;
    }
}

/* Tablet em retrato a paisagem e desktop */
@media (min-width: 768px) {
    .imagem-prime {
        height: 430px
    }

    .video-prime {
        height: 264px;
    }

    .video-div {
        margin-top: 80px;
    }
}

@media (min-width: 992px) and (max-width: 1280px) {
    .imagem-prime {
        height: 630px;
    }

    .video-prime {
        height: 364px;
    }

    .video-div {
        margin-top: 130px;
    }
}

/* Desktop grande */
@media (min-width: 1281px) {
    .imagem-prime {
        height: 630px
    }

    .video-prime {
        height: 364px;
    }

    .video-div {
        margin-top: 130px;
        margin-right: 180px;
    }
}

.slideshow {
    margin: -10px auto 10px auto;
}


html, body{
  margin: 0;
  padding: 0;
}

/*TODOS LAYOUTS NOVOS RESPONSIVOS PARA SER REUTILAZADOS*/

.fs-65 {
    font-size: calc(0.8rem + 0.3vw) !important;
}

.bottom-0 {
    bottom: 0px;
}

.fd-column {
    flex-direction: column;
}

.text-ellipsis-responsive {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fs-title {
    font-size: 0.8rem !important;
}

.border-radius-3 {
    border-radius: 1rem;
}

.lh-normal {
    line-height: normal;
}

.btn-setores-pagination {
    background-image: none !important;
    top: 44%;
}

.icon-chevron-font {
    font-size: 40px;
}

.btn-next-recomendadas {
    right: 20px;
}

.btn-prev-recomendadas {
    left: 20px;
}

.w-icon-org {
    margin-left: -8px;
    width: 2rem;
}

.cursor-pointer {
    cursor: pointer !important;
}

.table-details {
    --bs-table-bg: transparent;
    --bs-table-striped-bg: #F3F3F3;
    --bs-table-striped-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-active-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.025);
    --bs-table-hover-color: #212529;
    color: #212529;
    border-color: #dee2e6;
}

.border-end-white {
    border-right: 3px solid #fff !important;
}

.border-end-radius {
    border-top-right-radius: 0.6rem !important;
    border-bottom-right-radius: 0.6rem !important;
}

.logo-natal {
    height: 70px !important;
    width: unset !important;
}

/*SM*/
@media (min-width: 576px) {
    .text-ellipsis-responsive {
        -webkit-line-clamp: 3;
    }

    .fs-title {
        font-size: 1rem !important;
    }

    .btn-sm-detalhes {
        font-size: 0.67em;
        padding: 0.13rem 0.45rem;
        letter-spacing: .1em;
    }
    
    .w-icon-org {
        width: 2.5rem;
    }

    .card-img-genius-lista {
        height: 200px;
        overflow: hidden
    }

}

/*MD*/
@media (min-width: 768px) {

    .text-ellipsis-responsive {
        -webkit-line-clamp: 3;
    }

    .fs-title {
        font-size: calc(1.275rem + 0.3vw) !important;
    }

    .w-icon-org {
        width: 3.4rem;
    }

    .border-end-radius {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
}

/*LG*/
@media (min-width: 992px) {

    .text-ellipsis-responsive {
        -webkit-line-clamp: 3;
    }

}

/*XL*/
@media (min-width: 1200px) {

    .text-ellipsis-responsive {
        -webkit-line-clamp: 2;
    }

    .logo-natal {
        height: 80px !important;
        width: unset !important;
    }
}

/*XXl*/
@media (min-width: 1400px) {
    
    .text-ellipsis-responsive {
        -webkit-line-clamp: 3;
    }
    
}
img.boleto {
    width: 80%;
}

.page-with-ia {
    --ia-sidebar-w: 360px;
}

@media (min-width: 1200px) {
    .page-with-ia {
        padding-right: var(--ia-sidebar-w);
    }
}

.ia-sidebar {
    position: fixed;
    top: 100px;
    right: 0;
    width: min(100vw, 360px);
    height: 90vh;
    background: #000000 url('/images/Fundo_TargetIA.png') top center no-repeat;
    background-size: cover;
    color: #fff;
    z-index: 1020;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ia-sidebar__header {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: 1rem 1.25rem;
    flex-direction: column;
    align-items: center;
}

.ia-badge {
    width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
    z-index: 1020;
}

.ia-sidebar__brand {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    z-index: 1020;
}

.ia-brand__title {
    font-size: .95rem;
    font-weight: 700;
}

.ia-brand__subtitle {
    font-size: 1rem;
    color: #fff;
}

.ia-sidebar__content {
    width: 100%;
    padding: 1.25rem;
    overflow: hidden;
    max-height: calc(100dvh - 120px);
    z-index: 1020;
}

    .ia-sidebar__content::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px;
        pointer-events: none;
        background: linear-gradient(to bottom, rgba(14,14,14,0) 0%, #000000 100%);
    }

.ia-hint {
    font-size: .85rem;
    color: #cfcfcf;
    margin-bottom: .75rem;
}

.ia-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.1), transparent);
    margin: .5rem 0 1rem;
}

.ia-title {
    font-size: .9rem;
    color: #cfcfcf;
    margin: .3rem 0 .75rem;
}

.ia-h2 {
    font-size: .95rem;
    font-weight: 700;
    margin: 0 0 .5rem;
}

.ia-list {
    list-style: decimal inside;
    padding: 0;
    margin: .25rem 0 1rem;
}

    .ia-list li {
        margin: .5rem 0;
        padding-left: .25rem;
    }

    .ia-list b {
        color: #fff;
    }

.ia-note {
    font-size: .85rem;
    color: #d8d8d8;
}

.ia-sidebar__footer {
    margin-top: auto;
    padding: 1rem 1.25rem 4rem;
    text-align: center;
    width: 100%;
}

.ia-btn {
    width: 100%;
    background: #0a84ff;
    color: #fff;
    border: 0;
    border-radius: .5rem;
    font-weight: 600;
    transition: filter .15s ease;
    padding: 8px 20px 8px 20px;
}

    .ia-btn:hover {
        filter: brightness(1.05);
    }

@media (max-width: 1199.98px) {
    .ia-sidebar {
        width: 100%;
        max-width: 420px;
    }
}

@media (max-width: 700px) {
    .ia-sidebar {
        width: 100%;
        max-width: 100%;
    }
}

.skeleton-line {
    height: 16px;
    border-radius: 4px;
    background: linear-gradient( 90deg, #1a1a1a 25%, #2a2a2a 50%, #1a1a1a 75% );
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite linear;
    margin-bottom: 8px;
    opacity: 0.9;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}
.btn-fechar-sidebar {
    position: absolute;
    top: 10px;
    right: 12px;
    background: rgba(0, 0, 0, 0.4);
    border: none;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
    z-index: 1030; /* acima do conteúdo da sidebar */
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.15s ease;
}

    .btn-fechar-sidebar:hover {
        background: rgba(255, 255, 255, 0.15);
        transform: scale(1.1);
    }
.btn-chamada-chat {
    position: fixed;
    bottom: 44px;
    z-index: 1000;
    right: 89px;
}

.logo-target-ia-fixo {
    position: fixed;
    bottom: 40px;
    z-index: 1000;
    right: 58px;
    width: 80px;
}

.btn-fechar-sidebar {
    border: none;
    background-color: transparent;
    color: white;
}