/* (começo) css Tags */
.tag-container {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    pointer-events: none !important;
}

a.block.leading-none.py-3.header__navigation--heading.hc-header-font-color {
    font-size: 10px;
}

.tag-container span.tag {
    padding: 2px 20px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    border-radius: 25px;
}

/* (fim) css Tags */

/* (começo) css principal portal */
li.tile.tile--spaces.tile--compact.gap-x-3.col-span-12.md\:col-span-4 {
    border: none;
    background-size: cover;
    min-height: 230px;
    background-position: center;
    border-radius: 0px;
    display: flex;
    align-items: start;
    transition: 0.3s;
    background-repeat: no-repeat;
    background-color: #0085b8;
}

[data-vp-page-template="portal"] .md\:gap-y-8 {
    row-gap: 0px !important;
}

[data-vp-page-template="portal"] .md\:gap-x-8 {
    column-gap: 0px !important;
}

[data-vp-page-template="portal"] .tile__body {
    height: 50px !important;
}

.vp-banner {
    background: #f1f2f3;
    height: 318px;
}


[data-vp-page-template="portal"] .vp-banner {
    height: 0px !important;
    background: transparent !important;
}

.portal__header {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    line-height: 0px;
    display: none;
}

h1.vp-banner-text.portal__header__content__intro--heading.hc-portal-font-color {
    font-size: 20px;
    font-weight: bold;
    color: #707070 !important;
}

.vp-banner-text {
    color: #707070 !important;
}

.vp-search-bar-container {
    margin-bottom: -66px !important;
}

h2.vp-banner-text.portal__header__content__intro--intro.hc-portal-font-color {
    font-size: 16px;
    font-weight: 300 !important;
    color: #707070 !important;
}

li.tile.tile--spaces.tile--compact.gap-x-3.col-span-12.md\:col-span-4:before {
    content: "Ver mais";
    position: absolute;
    right: 20px;
    top: 16px;
    margin: auto !important;
    display: flex;
    justify-content: end;
    background: #fff;
    width: fit-content;
    height: fit-content;
    font-size: 12px;
    padding: 0px 7px;
    border-radius: 25px;
}

.tile--compact .tile__image {
    align-self: auto !important;
    border-radius: 10px;
}

.tile.tile--topics {
    background: #f2f2f2;
    border: none;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    transition: 0.3s;
}

.tile.tile--topics:hover {
    transform: scale(1.03);
}

.tile.tile--topics::after {
    content: "Acessar >";
    display: flex;
    align-items: end;
    flex-grow: 1;
}

.tile.tile--topics * {
    color: #6c6d74 !important;
}

li.tile.tile--spaces.tile--compact.gap-x-3.col-span-12.md\:col-span-4:hover {
    background-position-y: 5px;
}

/* style card erp4me */
.grid li:nth-child(1).tile--spaces {
    background-image: linear-gradient(360deg, #000000b3, #0000005d), url(https://novoajuda.atlassian.net/wiki/download/attachments/111608571/img-grid-segmento-empresarial-9d403408.jpg);
    display: none;

}

/* style card pack */
.grid li:nth-child(2).tile--spaces {
    background-image: linear-gradient(360deg, #000000b3, #0000005d), url(https://novoajuda.atlassian.net/wiki/download/attachments/111608571/img-back-contabil-aa52bb7b.jpg);
    display: none;

}

/* style card prosoft */
.grid li:nth-child(3).tile--spaces {
    background-image: linear-gradient(360deg, #000000b3, #0000005d), url(https://novoajuda.atlassian.net/wiki/download/attachments/111608571/img-back-prosoft.jpg);
    display: none;

}

/* style card immobile */
.grid li:nth-child(4).tile--spaces {
    background-image: linear-gradient(360deg, #000000b3, #0000005d), url(https://novoajuda.atlassian.net/wiki/download/attachments/111608571/img-back-immobile.jpg);
    display: none;

}

/* style card backup */
.grid li:nth-child(5).tile--spaces {
    background-image: linear-gradient(360deg, #000000b3, #0000005d), url(https://novoajuda.atlassian.net/wiki/download/attachments/111608571/img-back-backup.jpg);
    display: none;

}

/* style card karoo */
.grid li:nth-child(6).tile--spaces {
    background-image: linear-gradient(360deg, #000000b3, #0000005d), url(https://novoajuda.atlassian.net/wiki/download/attachments/111608571/img-back-karoo.jpg);
    display: none;

}

/* style card nuvem */
.grid li:nth-child(7).tile--spaces {
    background-image: linear-gradient(360deg, #000000b3, #0000005d), url(https://novoajuda.atlassian.net/wiki/download/attachments/111608571/img-back-nuvem.jpg);
    display: none;

}

/* style card outros */
.grid li:nth-child(8).tile--spaces {
    background-image: linear-gradient(360deg, #000000b3, #0000005d), url(https://novoajuda.atlassian.net/wiki/download/attachments/111608571/img-back-outros.jpg);
    display: none;

}

.portal .vp-search-bar-container {
    display: none;
}

.tile--compact .tile__image {
    align-self: auto !important;
}

.tile__headline a {
    color: #fff !important;
}

/* (fim) css principal portal */

/* css menu */

a.block.leading-none.py-3.header__navigation--heading.hc-header-font-color {
    font-size: 14px;
}

.hc-header-font-color, .hc-header-font-color>a {
    color: #707070 !important;
}

div#site-navigation {
    box-shadow: 0px 3px 6px #00000029;
    background: #fff !important;
}

.header .top-bar {
    background: #fff !important;
    max-width: 1100px;
}

.top-bar-left {
    display: flex;
    align-items: center;
}

.header__navigation--logo a img {
    max-width: 220px;
    width: 100%;
}

/* .top-bar-left:before {
    content: "";
    width: 147px;
    height: 26px;
    padding-right: 10px;
    border-right: 1px solid;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(https://novoajuda.atlassian.net/wiki/download/attachments/111608571/logo-alterdata-branca.png);
} */

/* fim css menu */

/* Style slideshow */
.slideshow-container {
    position: relative;
    width: 100%;
    height: 318px;
    margin: 0px auto;
    overflow: hidden;
    font-family: sans-serif;
}

.slide:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(45deg, #0000007a, #0000007a);
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.slide.active {
    opacity: 1;
}

.slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slide-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    top: 0;
    bottom: 0;
    color: #fff;
    margin: auto;
    padding: 40px;
    right: 20px;
    border-radius: 8px;
    height: fit-content;
}

.slide-content .caption {
    font-size: 1.2rem;
    margin-bottom: 8px;
}

.slide-content .slide-button {
    display: inline-block;
    padding: 4px 20px;
    background: rgb(255 255 255 / 0%);
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
    font-size: 16px;
    border-radius: 25px;
    font-weight: bold;
}

.nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff47;
    color: black;
    border: none;
    width: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    border-radius: 25px;
}

.nav-button.prev {
    left: 10px;
}

.nav-button.next {
    right: 10px;
}

@media(max-width: 959px) {
    .header__navigation--logo a img {
        max-width: 130px !important;
    }

    a.block.leading-none.py-3.header__navigation--heading.hc-header-font-color {
        font-size: 10px;
    }
}

@media(min-width: 959px) {
    .slide-content {
        max-width: 1100px;
        width: 100%;

    }
}

/* fim Style slideshow */

@media (min-width: 768px) {
    [data-vp-page-template="portal"] .md\:col-span-4 {
        grid-column: span 6 / span 4 !important;
    }
}

/* inicio footer */

.grid.lg\:flex.footer--alignment.hc-footer-font-color.vp-container {
    max-width: 1100px;
}

/* fim footer */