div.banner-cards {
    position: relative;

    .texto-con {
        position: absolute;
        top: 0px;
        height: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        width: 40%;
        margin: 2.5% 4.5%;
    }

    .img-con img {
        width: 100%;
        height: auto;
    }

    a:focus {
        outline: none !important;
    }

    h1.titulo-banner {
        color: #2b2856;
        font-size: 4.5rem;
        font-weight: 600;
        margin-top: -50px;
    }

    .texto-banner {
        color: #2b2856;
        font-size: 2rem;
        font-weight: 600;
        margin: 30px 0px;
    }

    .botao-con a {
        padding: 10px 15px;
        color: white;
        background: #ff8f4d;
        font-size: 2rem;
        border-radius: 10px;
        margin-left: -5px;
        border: solid #ff8f4d 2px;
    }

    .botao-con a:hover {
        padding: 10px 15px;
        color: #ff8f4d !important;
        background: white !important;
        font-size: 2rem;
        border-radius: 10px;
        margin-left: -5px;
        border: solid #ff8f4d 2px;
    }

    .botao-con {
        margin-top: 30px;
    }

    a:hover {
        text-decoration: none;
    }

    .botao-con a.position-banner {
        display: none;
    }


}



.tricangulo {
    position: absolute;
    width: 100%;
    bottom: 0px;

    img {
        width: 100%;
    }
}

.slickdots1 {
    position: absolute;
    bottom: 12%;
    margin: 0px 4.5%;
    width: 35%;
    z-index: 5;
}

ul.slick-dots {
    display: flex !important;
    list-style: none;
    justify-content: center;
    column-gap: 20px;


    li button {
        background: #ff8f4d;
        color: transparent;
        width: 20px;
        height: 20px;
        border-radius: 30px;
    }

    li.slick-active button {
        background: #2b2856;
    }
}

div#banner .moduletable {
    position: relative;
}