#banner-title {
    margin-top: 140px;
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #eeeeee;
    background-position: center;
    background-size: cover;
}

@media (max-width: 768px) {
    #banner-title {
        height: 600px;
    }
}

#banner-title .titlePage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 100%;
    max-width: 1200px;
    min-width: 390px;
}

@media (max-width: 768px) {
    #banner-title .titlePage {
        padding: 20px;
    }
}

#banner-title {
    background-image: url("/img/banners/desktop/banner_midiakit.jpg");
}

@media (max-width: 768px) {
    #banner-title {
        background-image: url("/img/banners/mobile/banner_midiakit_mobile.jpg");
    }
}

#banner-title .titlePage h2 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

#banner-title .titlePage p {
    text-align: center;
    color: #707070;
}

#boxes-midiakit {
    padding: 40px 0;
    background-color: #f9f9f9;
    gap: 0px !important;
}

.container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

    .container.one-element {
        gap: 0 !important;
    }

.card {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
    display: flex;
    flex-direction: column;
}

    .card.pointer {
        padding-top: 25px;
    }

    .card:hover {
        transform: translateY(-5px);
    }

.card-image {
    width: 100%;
    height: auto;
    display: block;
}

    .card-image.celular-img {
        max-height: 178px;
        object-fit: contain;
    }

.card-body {
    padding: 12px 12px 20px;
    text-align: center;
}

.card-category {
    font-size: 12px;
    color: #888;
    margin: 0;
    white-space: normal;
}

.card-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 4px 0 0 0;
    white-space: normal;
}

@media (max-width: 1024px) {
    .container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 3900px) {
    #boxes-midiakit {
        display: block !important;
        width: 100% !important;
        clear: both !important;
    }


    .container-descricao {
        display: block !important;
        width: 100% !important;
        max-width: 1400px;
        margin: 0 auto 40px auto;
    }

    .container {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
        width: 100% !important;
        max-width: 1400px;
        margin: 0 auto;
        clear: both !important;
    }

    .full-width-container {
        max-width: 1400px;
    }
}

.container-descricao {
    max-width: 1200px;
    margin: 0 auto 40px auto;
    padding: 20px;
    text-align: center;
}

.texto-descricao {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: justify;
}

.tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.tab-btn {
    padding: 10px 20px;
    background: #e0e0e0;
    border-radius: 20px;
    border: none;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}

    .tab-btn.active {
        background: #333;
        color: white;
    }

.ad-spot {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-color: #abd4ff;
    border: 3px solid transparent;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
    z-index: 100;
}

.titulo-spot {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    background-color: transparent;
    position: absolute;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 100;
    gap: 10px;
}

    .titulo-spot:hover {
        transform: scale(1.02);
        box-shadow: none !important;
    }

.linha-titulo {
    width: 100%;
    background-color: #000;
    height: 100%;
}

.linha-subtitulo {
    width: 100%;
    background-color: #9e9e9e;
    height: 100%;
}

.informe-logotipo {
    width: 80%;
    height: 80%;
    background-color: #9e9e9e;
    border-radius: 50%;
}

.ad-spot:hover {
    transform: scale(1.02);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.ad-spot-highlight {
    animation: highlight-pulse 1s ease-in-out;
    z-index: 200 !important;
}

@keyframes highlight-pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 #000;
    }

    50% {
        transform: scale(1.02);
        box-shadow: 0 0 20px #000;
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 #000;
    }
}

.spot-retangulo::before {
    content: "";
    position: absolute;
    top: -2px; /* Estende para cobrir a área da borda */
    left: -2px;
    right: -2px;
    bottom: -2px;
    background:
    /* Borda superior */ repeating-linear-gradient( to right, #007bff 0%, #007bff 5%, transparent 5%, transparent 7% ) top / 100% 2px,
    /* Borda inferior */
    repeating-linear-gradient( to right, #007bff 0%, #007bff 5%, transparent 5%, transparent 7% ) bottom / 100% 2px,
    /* Borda esquerda */
    repeating-linear-gradient( to bottom, #007bff 0%, #007bff 14%, transparent 14%, transparent 21% ) left / 2px 100%,
    /* Borda direita */
    repeating-linear-gradient( to bottom, #007bff 0%, #007bff 14%, transparent 14%, transparent 21% ) right / 2px 100%;
    background-repeat: no-repeat;
    pointer-events: none; /* Evita interferência com interações */
}

.spot-quadrado::before {
    content: "";
    position: absolute;
    top: -2px; /* Estende para cobrir a área da borda */
    left: -2px;
    right: -2px;
    bottom: -2px;
    background:
    /* Borda superior */ repeating-linear-gradient( to right, #007bff 0%, #007bff 15%, transparent 5%, transparent 22% ) top / 100% 2px,
    /* Borda inferior */
    repeating-linear-gradient( to right, #007bff 0%, #007bff 15%, transparent 5%, transparent 22% ) bottom / 100% 2px,
    /* Borda esquerda */
    repeating-linear-gradient( to bottom, #007bff 0%, #007bff 14%, transparent 14%, transparent 21% ) left / 2px 100%,
    /* Borda direita */
    repeating-linear-gradient( to bottom, #007bff 0%, #007bff 14%, transparent 14%, transparent 21% ) right / 2px 100%;
    background-repeat: no-repeat;
    pointer-events: none;
}

.informePublicitarioImagem::before {
    content: "";
    position: absolute;
    top: -2px; /* Estende para cobrir a área da borda */
    left: -2px;
    right: -2px;
    bottom: -2px;
    background:
    /* Borda superior */ repeating-linear-gradient( to right, #000 0%, #000 9%, transparent 5%, transparent 13% ) top / 100% 2px,
    /* Borda inferior */
    repeating-linear-gradient( to right, #000 0%, #000 9%, transparent 5%, transparent 13% ) bottom / 100% 2px,
    /* Borda esquerda */
    repeating-linear-gradient( to bottom, #000 0%, #000 15%, transparent 14%, transparent 21% ) left / 2px 100%,
    /* Borda direita */
    repeating-linear-gradient( to bottom, #000 0%, #000 15%, transparent 14%, transparent 21% ) right / 2px 100%;
    background-repeat: no-repeat;
    pointer-events: none; /* Evita interferência com interações */
}

.text-above-cards {
    transform: none;
    grid-column: 1 / -1;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border: none;
    transition: none;
    background-color: transparent;
    position: relative !important;
}

.text-highlight {
    padding-top: 20px;
    grid-column: 1 / -1;
    display: flex;
    align-items: flex-end;
}

    .text-highlight p {
        margin-bottom: 0;
        font-size: 15px;
        font-weight: bold;
        padding: 5px 10px 5px 10px;
        border-radius: 7px 7px 0 0;
        color: #fff;
        background-color: #007bff;
    }

.card#informePublicitario {
    grid-column: 1 / -1;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0 8px 8px 8px;
    transition: none;
    position: relative !important;
}

    .card#informePublicitario:hover {
        transform: none;
    }

    .card#informePublicitario img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }

.card#especialPublicitario {
    grid-column: 1 / -1;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0 8px 8px 8px;
    transition: none;
    position: relative !important;
}

    .card#especialPublicitario:hover {
        transform: none;
    }

    .card#especialPublicitario img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }

.card#cotaPatrocinio {
    grid-column: 1 / -1;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0 8px 8px 8px;
    transition: none;
    position: relative !important;
}

    .card#cotaPatrocinio:hover {
        transform: none;
    }

    .card#cotaPatrocinio img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }

.card#cotaParticipacao {
    grid-column: 1 / -1;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0 8px 8px 8px;
    transition: none;
    position: relative !important;
}

    .card#cotaParticipacao:hover {
        transform: none;
    }

    .card#cotaParticipacao img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }

.card#diarias {
    grid-column: 1 / -1;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0 8px 8px 8px;
    transition: none;
    position: relative !important;
}

    .card#diarias:hover {
        transform: none;
    }

    .card#diarias img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }

.informePublicitarioMateriaTopo {
    position: absolute;
    top: 3.95%;
    left: 24.74%;
    width: 50.7%;
    height: 6.896%;
}

.click-icon-style {
    width: 28px !important;
    height: auto;
}

.click-icon-informe-publicitario {
    position: absolute;
    top: 7.95%;
    left: 69.74%;
    width: fit-content;
    height: fit-content;
    z-index: 300;
}

.click-icon-especial-publicitario {
    position: absolute;
    top: 4.1%;
    left: 57.74%;
    width: fit-content;
    height: fit-content;
    z-index: 300;
}

.click-icon-cota-patrocinio {
    position: absolute;
    top: 7.1%;
    left: 69.74%;
    width: fit-content;
    height: fit-content;
    z-index: 300;
}

.click-icon-cota-participacao {
    position: absolute;
    top: 24.5%;
    left: 69.74%;
    width: fit-content;
    height: fit-content;
    z-index: 300;
}

.click-icon-diarias {
    position: absolute;
    top: 7.1%;
    left: 69.74%;
    width: fit-content;
    height: fit-content;
    z-index: 300;
}

.informePublicitarioMateriaTopo:hover + .click-icon-informe-publicitario .click-icon-style {
    transform: scale(1.08);
    transition: transform 0.3s ease;
}

.especialPublicitarioTituloEspecial:hover + .click-icon-especial-publicitario .click-icon-style {
    transform: scale(1.08);
    transition: transform 0.3s ease;
}

.billboard1CotaPatrocinio:hover + .click-icon-cota-patrocinio .click-icon-style {
    transform: scale(1.08);
    transition: transform 0.3s ease;
}

.billboard2CotaParticipacao:hover + .click-icon-cota-participacao .click-icon-style {
    transform: scale(1.08);
    transition: transform 0.3s ease;
}

.diariasPatrocinioBillboard1:hover + .click-icon-diarias .click-icon-style {
    transform: scale(1.08);
    transition: transform 0.3s ease;
}

.click-icon-informe-publicitario:hover {
    transform: scale(1.08);
}

.informePublicitarioTituloMateria {
    position: absolute;
    top: 12.4%;
    left: 32.74%;
    width: 32.7%;
    height: 2.364%;
}

.informePublicitarioSubTituloMateria {
    position: absolute;
    top: 15%;
    left: 32.74%;
    width: 29.7%;
    height: 1%;
}

.informePublicitarioLogotipo {
    position: absolute;
    top: 16%;
    left: 32%;
    width: 4.318%;
    height: 2.273%;
    border-radius: 50%;
    align-items: center;
}

    .informePublicitarioLogotipo:hover {
        transform: scale(1.06);
    }

.informePublicitarioImagem {
    position: absolute;
    top: 20.7%;
    left: 32.8%;
    width: 33.1%;
    height: 10.4%;
    background-color: #9e9e9e;
}

.informePublicitarioVideo {
    position: absolute;
    top: 85.4%;
    left: 33.1%;
    width: 33.8%;
    height: 10.06%;
    background-color: #000;
    border-radius: 8px;
}

.play-icon {
    width: 48px;
    height: auto;
    color: #fff;
}

#link-especial {
    color: #007bff;
    font-weight: bold;
}

.especialPublicitarioTituloEspecial {
    position: absolute;
    top: 4%;
    left: 40%;
    width: 20%;
    height: 1.2%;
}

.informePublicitarioRetanguloSuperior {
    position: absolute;
    top: 31.9%;
    left: 53.86%;
    width: 15.7%;
    height: 7.647%;
}

.informePublicitarioRetanguloMobileMateria {
    display: none !important;
}

.informePublicitarioBillboardMateria {
    position: absolute;
    top: 45.8%;
    left: 24.74%;
    width: 50.7%;
    height: 6.896%;
}

.especialPublicitarioBillboard1 {
    position: absolute;
    top: 7.58%;
    left: 24.74%;
    width: 50.7%;
    height: 8.21%;
}

.especialPublicitarioBillboard2 {
    position: absolute;
    top: 36.42%;
    left: 24.74%;
    width: 50.7%;
    height: 8.21%;
}

.especialPublicitarioMobile1 {
    position: absolute;
    display: none !important;
}

.especialPublicitarioRetângulo1 {
    position: absolute;
    top: 46.9%;
    left: 64.86%;
    width: 15.7%;
    height: 9.1%;
}

.especialPublicitarioRetângulo2 {
    position: absolute;
    top: 79.2%;
    left: 64.86%;
    width: 15.7%;
    height: 9.1%;
}

.billboard1CotaPatrocinio {
    position: absolute;
    top: 4.25%;
    left: 24.67%;
    width: 50.6%;
    height: 4.958%;
}

.mobile1CotaPatrocinio {
    display: none !important;
}

.retangulo1CotaPatrocinio {
    position: absolute;
    top: 39.5%;
    left: 64.455%;
    width: 15.7%;
    height: 5.5%;
}

.retangulo2CotaPatrocinio {
    position: absolute;
    top: 76.64%;
    left: 64.455%;
    width: 15.7%;
    height: 5.5%;
}

.billboard2CotaParticipacao {
    position: absolute;
    top: 21.6%;
    left: 24.67%;
    width: 50.6%;
    height: 4.958%;
}

.retangulo1CotaParticipacao {
    position: absolute;
    top: 39.5%;
    left: 64.455%;
    width: 15.7%;
    height: 5.5%;
}

.retangulo2CotaParticipacao {
    position: absolute;
    top: 76.56%;
    left: 64.455%;
    width: 15.7%;
    height: 5.5%;
}

.diariasPatrocinioBillboard1 {
    position: absolute;
    top: 4.25%;
    left: 24.67%;
    width: 50.6%;
    height: 4.958%;
}

.mobile1diarias {
    display: none !important;
}

@media (max-width: 969px) {
    .mobile1diarias {
        display: none !important;
    }

    .informePublicitarioMateriaTopo {
        top: 4%;
        left: 2.69%;
        width: 94.6%;
        height: 6.794%;
    }

    .click-icon-informe-publicitario {
        top: 8%;
        left: 84.74%;
    }

    .informePublicitarioTituloMateria {
        top: 12.2%;
        left: 18.7%;
        width: 60%;
        height: 2.027%;
    }

    .titulo-spot {
        gap: 17px;
    }

    .informePublicitarioSubTituloMateria {
        top: 14.6%;
        left: 18.7%;
        width: 55.7%;
        height: 0.7865%;
    }

    .informePublicitarioLogotipo {
        top: 16.2%;
        left: 18%;
        width: 5.934%;
        height: 1.664%;
    }

    .informe-logotipo {
        width: 82%;
        height: 82%;
    }

    .informePublicitarioImagem {
        top: 20.75%;
        left: 18.2%;
        width: 61.6%;
        height: 10.3%;
    }

    .informePublicitarioVideo {
        left: 18.5%;
        width: 63%;
        height: 9.92%;
    }

    .informePublicitarioRetanguloSuperior {
        top: 32.7%;
        left: 56.5%;
        width: 29.4%;
        height: 6.852%;
    }

    .informePublicitarioBillboardMateria {
        top: 45.88%;
        left: 2.69%;
        width: 94.6%;
        height: 6.794%;
    }

    .especialPublicitarioTituloEspecial {
        top: 4.765%;
        left: 35%;
        width: 30%;
        height: 1.2%;
    }

    .click-icon-especial-publicitario {
        top: 5.1%;
        left: 61.74%;
    }

    .especialPublicitarioBillboard1 {
        top: 8.88%;
        left: 2.69%;
        width: 94.6%;
        height: 9.5%;
    }

    .especialPublicitarioBillboard2 {
        top: 35.99%;
        left: 2.69%;
        width: 94.6%;
        height: 9.5%;
    }

    .especialPublicitarioRetângulo1 {
        top: 48.23%;
        left: 66.29%;
        width: 29.4%;
        height: 9.58%;
    }

    .especialPublicitarioRetângulo2 {
        top: 82.24%;
        left: 66.29%;
        width: 29.4%;
        height: 9.58%;
    }

    .billboard1CotaPatrocinio {
        top: 4.8%;
        left: 2.69%;
        width: 94.6%;
        height: 5.46%;
    }

    .click-icon-cota-patrocinio {
        top: 8%;
        left: 84.74%;
    }

    .retangulo1CotaPatrocinio {
        top: 42%;
        left: 66.29%;
        width: 29.4%;
        height: 5.51%;
    }

    .retangulo2CotaPatrocinio {
        top: 82.24%;
        left: 66.29%;
        width: 29.4%;
        height: 5.51%;
    }

    .billboard2CotaParticipacao {
        top: 20.34%;
        left: 2.69%;
        width: 94.6%;
        height: 5.46%;
    }

    .click-icon-cota-participacao {
        top: 23.5%;
        left: 84.74%;
    }

    .retangulo1CotaParticipacao {
        top: 42%;
        left: 66.29%;
        width: 29.4%;
        height: 5.51%;
    }

    .retangulo2CotaParticipacao {
        top: 82.24%;
        left: 66.29%;
        width: 29.4%;
        height: 5.51%;
    }

    .diariasPatrocinioBillboard1 {
        top: 4.8%;
        left: 2.69%;
        width: 94.6%;
        height: 5.46%;
    }

    .click-icon-diarias {
        top: 8%;
        left: 84.74%;
    }
}

@media (max-width: 600px) {
    .side-menu.open {
        width: 165px !important;
        min-width: 165px !important;
    }

    .side-menu a {
        padding: 0.2rem 1rem !important;
    }

    .informePublicitarioMateriaTopo {
        display: none !important;
    }

    .click-icon-informe-publicitario {
        top: 6.4%;
        left: 84.74%;
    }

    .click-icon-style {
        width: 24px !important;
        height: auto;
    }

    .informePublicitarioBillboardMateria {
        display: none !important;
    }

    .informePublicitarioRetanguloSuperior {
        top: 32.7%;
        left: 15%;
        width: 70.2%;
        height: 9.81%;
    }

    .informePublicitarioTituloMateria {
        top: 6.3%;
        left: 4.8%;
        width: 87%;
        height: 3.308%;
    }

    .informePublicitarioSubTituloMateria {
        top: 10.2%;
        left: 4.8%;
        width: 87%;
        height: 2.003%;
    }

    .titulo-spot {
        gap: 8px;
    }

    .informePublicitarioLogotipo {
        top: 12.3%;
        left: 3.5%;
        width: 16.755%;
        height: 2.8295%;
    }

    .informe-logotipo {
        width: 93.24%;
        height: 93.24%;
    }

    .informePublicitarioImagem {
        top: 18.8%;
        left: 4.1%;
        width: 91%;
        height: 8.85%;
    }

    .informePublicitarioVideo {
        display: none !important;
    }

    .informePublicitarioRetanguloMobileMateria {
        display: flex !important;
        top: 70.1%;
        left: 15%;
        width: 70.2%;
        height: 9.81%;
    }

    .especialPublicitarioTituloEspecial {
        top: 1.982%;
        left: 27.5%;
        width: 45%;
        height: 0.525%;
    }

    .click-icon-especial-publicitario {
        top: 2.1%;
        left: 64.74%;
    }

    .especialPublicitarioBillboard1 {
        display: none !important;
    }

    .especialPublicitarioBillboard2 {
        display: none !important;
    }

    .text-above-cards {
        text-align: justify;
    }

    .especialPublicitarioMobile1 {
        display: flex !important;
        top: 24.4%;
        left: 15%;
        width: 70.2%;
        height: 4.917%;
    }

    .especialPublicitarioRetângulo1 {
        top: 58.8%;
        left: 15%;
        width: 70.2%;
        height: 4.917%;
    }

    .especialPublicitarioRetângulo2 {
        top: 84.44%;
        left: 15%;
        width: 70.2%;
        height: 4.917%;
    }

    .billboard1CotaPatrocinio {
        display: none !important;
    }

    .click-icon-cota-patrocinio {
        top: 34.1%;
        left: 67.74%;
    }

    .mobile1CotaPatrocinio {
        display: flex !important;
        top: 30%;
        left: 15%;
        width: 70.2%;
        height: 5.843%;
    }

    .retangulo1CotaPatrocinio {
        top: 50.15%;
        left: 15%;
        width: 70.2%;
        height: 5.843%;
    }

    .retangulo2CotaPatrocinio {
        top: 82.12%;
        left: 15%;
        width: 70.2%;
        height: 5.843%;
    }

    .billboard2CotaParticipacao {
        display: none !important;
    }

    .click-icon-cota-participacao {
        top: 34.1%;
        left: 67.74%;
    }

    .retangulo1CotaParticipacao {
        top: 50.15%;
        left: 15%;
        width: 70.2%;
        height: 5.843%;
    }

    .retangulo2CotaParticipacao {
        top: 82.12%;
        left: 15%;
        width: 70.2%;
        height: 5.843%;
    }

    .diariasPatrocinioBillboard1 {
        display: none !important;
    }

    .mobile1diarias {
        display: flex !important;
        top: 30%;
        left: 15%;
        width: 70.2%;
        height: 5.843%;
    }

    .click-icon-diarias {
        top: 34.1%;
        left: 67.74%;
    }
}

.list-group {
    border-radius: 8px;
    overflow: hidden;
}

.list-group-item {
    padding: 1rem 1.2rem;
    border-left: none;
    border-right: none;
}

    .list-group-item:first-child {
        border-top: none;
    }

    .list-group-item:last-child {
        border-bottom: none;
    }

    .list-group-item strong {
        color: #007bff;
    }

.modal-footer {
    border-top: 1px solid #dee2e6;
    padding: 1rem 1.5rem;
}

    .modal-footer .btn-secondary {
        background-color: #007bff;
        border: none;
        padding: 0.5rem 1.5rem;
        font-weight: 500;
        transition: all 0.3s ease;
    }

        .modal-footer .btn-secondary:hover {
            background-color: #007bff;
            transform: translateY(-1px);
        }

.pointer {
    cursor: pointer;
}

.modal {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .modal.fade.full {
        z-index: 2100;
        position: fixed;
    }

        .modal.fade.full .modal-dialog {
            max-width: none !important;
            border-radius: 10px;
        }

.modal-backdrop {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-dialog {
    max-width: 400px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}

    .modal-dialog.modal-fullscreen {
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) !important;
        width: 95vw;
        height: 95vh;
        margin: 0;
    }

        .modal-dialog.modal-fullscreen .modal-content {
            border-radius: 15px;
        }

        .modal-dialog.modal-fullscreen .modal-header {
            border-radius: 15px 15px 0 0;
        }

        .modal-dialog.modal-fullscreen .modal-body {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
        }

.modal-body-data,
.modal-body-img {
    height: 90%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.modal-body-data {
    width: 50%;
}

.modal-title-container {
    width: auto;
    width: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 4px solid #c4170c;
    padding: 0 9% 10px 0;
    gap: 20px;
}

    .modal-title-container h2 {
        font-weight: bold;
        font-size: 2.5rem;
        color: #000;
    }

    .modal-title-container .monitor {
        width: 50px;
        padding-bottom: 5px;
        margin-left: 15px;
    }

    .modal-title-container .celular {
        width: 40px;
        padding-bottom: 5px;
    }

.modal-body-img {
    border-left: 1px solid #dee2e6;
    width: 50%;
    align-items: center;
    justify-content: center;
}

    .modal-body-img img {
        width: -webkit-fill-available;
    }

    .modal-body-img .celular-modal {
        max-height: 450px;
        object-fit: contain;
    }

.modal-content {
    border: none;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.avulso-description {
    padding-top: 40px;
}

    .avulso-description p {
        max-width: 60%;
    }

.midia-avulso-tipos {
    max-width: 60%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .midia-avulso-tipos h3 {
        font-size: 20px;
        padding: 25px 0px 15px 0;
        font-weight: bold;
        color: #000;
    }

    .midia-avulso-tipos .tipos {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 15px;
    }

        .midia-avulso-tipos .tipos .small-type {
            padding: 7px 25px !important;
        }

        .midia-avulso-tipos .tipos p {
            font-size: 14px;
            font-weight: bold;
            color: #fff;
            background-color: #007bff;
            border-radius: 20px;
            padding: 7px 15px;
        }

.avulso-table h3 {
    font-size: 20px;
    padding: 25px 0px 15px 0;
    font-weight: bold;
    color: #000;
}

.avulso-table table {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    padding: 15px;
    width: 80%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
}

    .avulso-table table tbody th {
        text-align: left;
        padding: 15px 10px;
        width: 50%;
        font-weight: bold;
        border-bottom: 1px solid #ddd;
    }

    .avulso-table table tbody td {
        width: 50%;
        border-bottom: 1px solid #ddd;
    }

    .avulso-table table tbody tr:last-child td,
    .avulso-table table tbody tr:last-child th {
        border-bottom: none;
    }

.modal-header {
    background-color: #007bff;
    color: white;
    border-radius: 12px 12px 0 0;
    padding: 1rem 1.5rem;
}

.modal-dialog.modal-fullscreen .modal-header,
.modal-dialog.modal-fullscreen .modal-footer {
    background-color: transparent;
    padding: 1.5rem 2.5rem;
}

.modal-dialog.modal-fullscreen .modal-body {
    padding: 1.5rem 2.5rem 1.5rem 6.5rem;
}

.modal-title {
    font-weight: bold;
    font-size: 1.4rem;
    color: white;
}

.modal-header-fullscreen .modal-title {
    font-size: 1.3rem;
    color: black;
    font-weight: normal;
}

.modal-header .btn-close {
    filter: brightness(0) invert(1);
}

.modal-header.modal-header-fullscreen .btn-close {
    filter: none;
}

.modal-body {
    padding: 1.2rem;
}

.styled-table {
    width: 100%;
    border-collapse: collapse;
    font-family: sans-serif;
    background-color: #f9f9f9;
    color: black;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}

    .styled-table th {
        text-align: left;
        font-size: 1.2em;
        font-weight: bold;
        text-transform: uppercase;
        padding: 10px 0;
    }

    .styled-table td {
        padding: 5px 0;
        border: none;
    }

        .styled-table td:first-child {
            text-align: left;
            width: 60%;
            font-weight: normal;
        }

        .styled-table td:last-child {
            text-align: left;
            font-weight: normal;
        }

@media (max-width: 969px) {
    .modal-dialog.modal-fullscreen .modal-body {
        flex-direction: column;
        padding: 1.5rem;
        overflow-y: auto;
        display: block;
    }

    .modal-body-data,
    .modal-body-img {
        width: 100%;
        height: auto;
        overflow-y: visible;
    }

    .modal-body-img {
        border-left: none;
        border-top: 1px solid #dee2e6;
        padding-top: 20px;
        margin-top: 20px;
    }

    .modal-title-container h2 {
        font-size: 2rem;
    }

    .avulso-description p {
        max-width: 100%;
    }

    .avulso-description .avulso-table,
    .avulso-description p {
        color: #000;
    }

    .avulso-table table {
        width: 100%;
    }

    .modal-dialog.modal-fullscreen .modal-header,
    .modal-dialog.modal-fullscreen .modal-footer {
        padding: 1rem 1.5rem;
    }
}

@media (max-width: 600px) {
    .modal-dialog.modal-fullscreen .modal-body {
        padding: 1rem;
    }

    .modal-title-container h2 {
        font-size: 1.5rem;
    }

    .modal-title-container .monitor,
    .modal-title-container .celular {
        width: 45px;
    }

    .modal-body-img img {
        width: 90%;
    }

    .modal-dialog.modal-fullscreen .modal-header,
    .modal-dialog.modal-fullscreen .modal-footer {
        padding: 1rem;
    }

    .modal-header-fullscreen .modal-title {
        font-size: 1.1rem;
    }
}

@media (max-width: 969px) {
    .modal-dialog {
        max-width: 370px;
    }

    .modal-footer {
        padding: 1rem;
    }

    .modal-header {
        padding: 1rem 1.2rem;
    }

    .modal-title {
        font-size: 1.3rem;
    }

    .modal-body {
        padding: 1rem;
    }

    .modal-backdrop.fade.show {
        display: none;
    }
}

.side-menu-wrapper {
    position: absolute;
    left: 0;
    top: 160px;
    z-index: 1002;
    transition: top 0.2s ease;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: auto !important;
    min-width: auto !important;
    max-width: none !important;
}

.side-menu {
    position: relative;
    width: 181px !important;
    min-width: 181px !important;
    max-width: none !important;
    background-color: #007bff;
    border-radius: 0 10px 10px 0;
    transition: top 0.2s ease;
    padding: 10px 0;
    transition: left 0.2s ease;
}

    .side-menu.is-fixed {
        position: fixed;
    }

.hamburger-menu {
    display: none;
    background-color: #007bff;
    border: none;
    border-radius: 0 10px 10px 0;
    padding: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: relative;
    flex-shrink: 0;
    margin-left: -2px;
}

.side-menu ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.side-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 !important;
    margin: 0 !important;
    padding-bottom: 0.5rem;
}

    .side-menu li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

.side-menu ul li a:hover {
    color: #fff !important;
}

.side-menu a {
    display: flex !important;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 0.9rem;
    padding: 0.25rem 1rem;
    display: block;
    transition: all 0.3s ease;
}

    .side-menu a:hover {
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 0;
    }

.mobile-only {
    display: none;
}

@media (max-width: 969px) {
    .side-menu {
        display: block;
        width: 0 !important;
        min-width: 0 !important;
        overflow: hidden;
        padding: 0;
        border-radius: 0 0 10px 0;
        transition: width 250ms ease, padding 200ms ease, opacity 200ms ease;
        opacity: 0;
        pointer-events: none;
    }

    .hamburger-menu {
        display: block !important;
        margin-left: 0;
    }

    .side-menu.open {
        width: 181px !important;
        min-width: 181px !important;
        padding: 10px 0;
        opacity: 1;
        pointer-events: auto;
    }

    .side-menu.no-transition {
        transition: none !important;
    }

    .side-menu.open + .hamburger-menu {
        margin-left: -2px;
    }
}

@media (max-width: 600px) {
    .mobile-only {
        display: block !important;
    }

    .side-menu li.desktop-tablet {
        display: none !important;
    }
}
