﻿.img-main-banner-div {
    background-image: url(https://www.caasp.org.br/imagens/Caasp-termos-de-uso-bg.jpg);
    margin-top: calc(150px - 10vw) !important;
}

.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(300px - 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(240px - 10vw) !important;
        box-shadow: 10px 30px 10px 10px white inset !important;
    }
}

.parceiro-img {
    width: 286px;
    height: 160px;
    object-fit: cover; 
}

.img-custom {
    width: 500px; 
    object-fit: cover; 
}

.modal-header .close {
    position: absolute;
    right: 10px; 
    top: 10px; 
}

.bg-red {
    background-color: #A81B22 !important;
}

.icon {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 50px;
    height: 50%;
    width: 50%;
    margin-bottom: -17px;
}

    .icon i {
        font-size: 50px;
    }

.inner {
    color: white;
    text-align: center;
}

.text-below {
    font-size: 16px;
    margin-top: 10px;
    color: #A81B22;
    text-align: center;
}

hr {
    border: 1px solid #ddd !important;
    background-color: transparent !important;
    opacity: 1 !important;
}

.small-box {
    position: relative;
    display: flex;
    margin-bottom: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    cursor: pointer;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .small-box:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 30px rgba(0, 0, 0, .15); /* Aumenta a sombra ao passar o mouse */
    }

    .small-box:active {
        transform: scale(0.98);
    }

.parceiros-col {
    margin: 15px 15px 15px 0;
}

