﻿@import url(../caasp-fonts.css);

.img-main-banner-div {
    background-image: url(https://www.caasp.org.br/imagens/Politica-de-privacidade-bg.png);
}

.text-overlay {
    top: 180px;
}

.container-caasp {
    width: 64%;
}

@media (min-width: 1400px) {
    .text-overlay {
        width: 30%;
        left: initial;
    }
}

.table-responsive {
    overflow-x: auto;
    white-space: nowrap;
    max-width: 100%; /* Garante que a tabela não ultrapasse o contêiner */
}


@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(350px - 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(300px - 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: 50px !important;
        object-fit: fill !important;
    }

    .img-main-banner-div {
        width: 100% !important;
        background-position-x: 80% !important;
        min-height: 450px !important;
        margin-top: calc(280px - 10vw) !important;
        box-shadow: 10px 30px 10px 10px white inset !important;
    }
}

@media (max-width: 440px) {
    .text-overlay {
        position: absolute !important;
        top: 120px !important;
        transform: none !important;
        padding: 0 !important;
    }

    .img-main-banner {
        margin-top: 50px !important;
        object-fit: fill !important;
    }

    .img-main-banner-div {
        width: 100% !important;
        background-position-x: 80% !important;
        min-height: 450px !important;
        margin-top: calc(350px - 10vw) !important;
        box-shadow: 10px 30px 10px 10px white inset !important;
    }
}

.caasp-body-text .spaced-text {
    display: block;
    margin-bottom: 1.5rem; /* Ajuste o valor conforme necessário */
}

