.bannerIndique{
    height: 450px !important;
    opacity: 0;
    transform: translateY(50%);
    transition: all 1.5s cubic-bezier(.17,.67,.49,1.02);
}

.maxWidth{
    max-width:270px;
}

.Panel{
    display:inherit;
    flex-wrap:wrap;
}

.bannerIndique.is-visible {
    opacity: 1;
    transform: translateY(0);
}


    .bannerIndique .container {
        height: 100%;
        background-color: #f6f7fb;
        border-radius:8px;
    }

    .imagensInvite img {
        width: auto;
        height:400px;
        top:-50px;
        left:-25px;
        position: absolute;
    }
.imagensMidia img {
    width: auto;
    height: 490px;
    top: -66px;
    left: 25px;
    position: absolute;
}

.textIndique, .textMidia{
    text-align:center;
}

.textIndique a, .textMidia a {
    width: 85% !important;
}

.btnIndique {
    background-color: #95dded;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .btnIndique:hover {
        box-shadow: 0px 0px 50px 0px rgb(19 19 28 / 12%);
    }
    .btnMidia {
        background-color: #1C53EF;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .btnMidia:hover {
        color: #fff;
        box-shadow: 0px 0px 50px 0px rgb(19 19 28 / 12%);
    }

    @media screen and (max-width:1199px) {
        .imagensInvite img {
        height: 360px;
        top: -35px;
    }
    .textIndique h2{
        font-size:28px;
    }
}
@media screen and (max-width:991px) {
    .imagensInvite{
        display:flex;
        justify-content:center;
    }

        .imagensInvite img {
            height: 325px;
            position:unset !important;
        }
    .imagensMidia {
        display: flex;
        justify-content: center;
    }

    .imagensMidia img {
        height: 355px;
        position: unset !important;
    }

    .bannerIndique {
        height: 653px !important;
    }

    .textIndique a, .textMidia a {
        width: 64% !important;
    }

    .textMidia {
        padding-bottom: 30px;
    }
}
@media screen and (max-width:520px) {
    .botaoOutros, .botaoBuscar {
        margin-top: 19px;
    }
}