﻿.img-main-banner-div {
    background-image: url(https://www.caasp.org.br/imagens/Duvidas-bg.png);
    margin-top: calc(120px - 10vw) !important;
    /*min-height: 300px !important;*/ /*aqui altera a profundidade da imagem*/
}

.default-border {
    border-bottom: 2px solid var(--caasp-color-gray-300) !important;
}

.text-overlay {
    margin-top: -40px;
    position: absolute;
    top: 250px;
    text-align: left;
}

.lista-continuar li {
    margin-bottom: 0.4rem;
}

@media (min-width: 1400px) {
    .text-overlay {
        width: 30%;
        left: initial;
    }
}

.table-responsive {
    overflow-x: auto;
    white-space: nowrap;
    max-width: 100%;
}

@media (max-width: 1199px) {
    .text-overlay {
        width: 35%;
        left: 10vw;
    }
}

@media (max-width: 1024px) {
    .text-overlay {
        width: 80% !important;
        left: initial !important;
        position: absolute !important;
        top: 150px !important;
        transform: none !important;
    }

    .img-main-banner-div {
        width: 100% !important;
        min-height: 500px !important;
        background-position-x: 80% !important;
        margin-top: calc(290px - 10vw) !important;
        box-shadow: 10px 30px 10px 10px white inset !important;
        background-blend-mode: multiply !important;
        mix-blend-mode: multiply !important;
    }
}

@media (max-width: 767px) {
    .text-overlay {
        position: absolute !important;
        top: 140px !important;
        transform: none !important;
        padding: 0 !important;
    }

    .img-main-banner {
        margin-top: 300px !important;
        object-fit: fill !important;
    }

    .img-main-banner-div {
        width: 100% !important;
        background-position-x: 80% !important;
        min-height: 450px !important;
        margin-top: calc(250px - 10vw) !important;
        box-shadow: 10px 30px 10px 10px white inset !important;
    }
}

@media (max-width: 575px) {
    .text-overlay {
        position: absolute !important;
        top: 120px !important;
        transform: none !important;
        padding: 0 !important;
    }

    .img-main-banner {
        margin-top: 200px !important;
        object-fit: fill !important;
    }

    .img-main-banner-div {
        width: 100% !important;
        background-position-x: 80% !important;
        min-height: 450px !important;
        margin-top: calc(230px - 10vw) !important;
        box-shadow: 10px 30px 10px 10px white inset !important;
    }
}

.faq-intro {
    margin-bottom: 5px;
}

.faq-item {
    margin-top: 35px;
}

.caasp-container {
    background-color: #F5F5F5;
    padding: 1px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    width: 100%;
}

.numero {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #A81B22;
    color: white;
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
}

.caasp-title-text {
    flex: 1;
}

.highlight {
    background-color: #D3d3d3;
    text-decoration: underline;
}

.highlight-number {
    background-color: #1B3A5C; 
    text-decoration: underline;
    font-weight: bold;
}