.efo-webstories {
    max-width: 1200px;
    width: 100%;
    margin:0 auto;
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 34px;
}

.efo-webstories > .efo-webstory-page {
    width: 100%;
    margin:0 auto;
    display:flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap:36px;
    margin-bottom: 50px;
}

.efo-webstories > .efo-webstory-page > .efo-stories-container {
    margin:0 auto;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 36px;
}

.efo-webstories > .efo-webstory-page > .efo-stories-container > .efo-stories {
    margin:0 auto;
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: minmax(auto, 479px);
    align-items: center;
    justify-content: center;
    gap: 36px 22px;
}

.efo-stories-story button {
    transition: 0.5s ease-in;
}

.efo-stories-story:hover button {
    filter:brightness(0.6);
}

.a-stories-div-assistir {
    display:none;
    transition: 0.5s ease-in;
}

.efo-stories-story:hover .a-stories-div > .a-stories-div-assistir {
    position: absolute;
    left: 50%;
    top:50%;
    transform:translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:6px;
}

.a-stories-div-assistir > img {
    width: 52px;
    height: 52px;
    object-fit: contain;
}

.a-stories-div-assistir > span {
    text-align: center;
    font-family: 'Poppins-Regular';
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.36px;
    color: #FFFFFF;
    text-shadow: 0px 0px 20px #000000CC;
    text-transform: uppercase;
}

.efo-webstories > .efo-webstory-page > .efo-stories-container > .efo-stories .efo-stories-story .a-stories {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:30px;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.efo-webstories > .efo-webstory-page > .efo-stories-container > .efo-stories .efo-stories-story .a-stories > .a-stories-div {
    width: 273px;
    height: 393px;
    border-radius: 12px;
    position: relative;
}

.efo-webstories > .efo-webstory-page > .efo-stories-container > .efo-stories .efo-stories-story .a-stories > .a-stories-div > button {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    position: relative;
}

.efo-webstories > .efo-webstory-page > .efo-stories-container > .efo-stories .efo-stories-story .a-stories > .a-stories-div > .efo-webStories-articles-icons {
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    max-width: 54px;
    max-height: 36px;
    border-radius: 18px;
    background-color: #9B28B8;
    display:flex;
    align-items: center;
    justify-content: center;
    gap:6px;
}

.efo-webstories > .efo-webstory-page > .efo-stories-container > .efo-stories .efo-stories-story .a-stories > .a-stories-div > .efo-webStories-articles-icons > img {
    width: 13px;
    height: 18px;
    object-fit: cover;
}

.efo-webstories > .efo-webstory-page > .efo-stories-container > .efo-stories .efo-stories-story .a-stories > .a-stories-div > .efo-webStories-articles-icons > span {
    font-family: 'Poppins-Regular';
    font-size: 20px;
    line-height: 36px;
    color: #FFFFFF;
}

.efo-webstories > .efo-webstory-page > .efo-stories-container > .efo-stories .efo-stories-story .a-stories > h2 {
    font-family: 'Poppins-Regular';
    font-size: 20px;
    line-height: 28px;
    color: #101010;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    min-height: 84px;
    text-align: center;
}

.efo-webstories > .efo-webstory-page > .efo-anuncios {
    width: 100%;
    max-width: 300px;
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1em;
    background: rgba(0, 0, 0, 0.8);
  }
  
  .lightbox:target {
    display: block;
  }
  
  .lightbox span {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  .lightbox span iframe {
    border-radius: 20px;
    width: 600px;
    height: 630px;
  }

.load-more {
    width: 100%;
    background-color: #9B28B8;
    border-radius: 8px;
    display:flex;
    justify-content: center;
    align-items: center;
    border:1px solid #9B28B8;
    padding:10px 0px 9px 0px;
    color: #FFFFFF;
    font-family: 'Poppins-Bold';
    font-size: 16px;
    line-height: 25px;
    transition: 0.5s ease-in;
}

.load-more:hover {
    background-color: #fff;
    color: #9B28B8;
}

#publiMobile {
    display:none;
}

@media (max-width:769px) {
    .efo-webstories {
        width: unset;
        gap:24px;
    }

    #publiMobile {
        display:flex;
        width: 100%;
        margin-bottom: 24px;
    }

    .adDesktop-topo {
        display:none!important;
    }

    .efo-webstories > .efo-webstory-page > .efo-anuncios {
        width: 100%;
        max-width: 100%;
    }

    .load-more {
        border-radius: 6px;
        display:flex;
        justify-content: center;
        align-items: center;
        padding:9px 0px;
        font-size: 14px;
        line-height: 20px;
    }

    .efo-breadcrumb {
        margin:unset;
    }

    .a-stories > h2 {
        min-height: 54px;
        font-size: 14px;
        line-height: 18px;
        text-align: center;

    }

    .efo-webstories > .efo-webstory-page > .efo-stories-container > .efo-stories {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: minmax(auto, 286px);
        gap: 24px 12px;
    }

    .efo-webstories > .efo-webstory-page {
        flex-direction: column;
        padding:0px 20px;
    }

    .a-stories-div {
        width: 100% !important;
        height: 220px !important;
    }

    .efo-webStories-articles-icons {
        max-width: 52px;
        max-height: 31px;
        bottom: -15px;
    }

    .efo-webStories-articles-icons > img {
        width: 13px;
        height: 18px;
    }

    .efo-webStories-articles-icons > span {
        font-size: 16px;
        line-height: 36px;
    }
}