.carousel-indicators button {
    width: 14px !important;
    height: 14px !important;
    border-radius: 50%;
    border: 1px solid var(--background-button) !important;
}

.carousel-indicators button.active {
    background-color: var(--background-button) !important;
}

.margin-section-articles-slider {
    margin-left: 180px;
}

.background-container {
    /* background-image: url("/screens/home/assets/images/bg-podcast.webp");
    background-size: cover;
    background-repeat: no-repeat; */
    background-color: var(--background-dark);
}

swiper-container .swiper .swiper-wrapper {
    overflow: auto !important;
}

.background-container-artigos {
    background-image: url("/screens/home/assets/images/bg-artigos.webp");
    background-size: cover;
    background-repeat: no-repeat;
}

.background-container-section {
    /* background-image: url("/global/assets/images/dark-texture-section.webp");
    background-size: cover;
    background-repeat: no-repeat; */
    background-color: var(--background-dark);
}

.background-container-section-3 {
    background: radial-gradient(
        50% 50% at 50% 50%,
        #fafafa 0%,
        rgba(212, 212, 216, 0.7) 100%
    );
}

.carousel-button-click {
    z-index: 1000;
    background-color: transparent;
    position: absolute;
    right: 20;
    margin-right: 20%;
    bottom: 0;
    margin-bottom: 4%;
    width: 20%;
    height: 20%;
}

.carousel-item {
    position: relative;
}
/* banner 1 */
.box-absoluta {
    position: absolute;
    top: 70%; /* Alinha verticalmente ao centro */
    right: 12%; /* Distância do lado direito */
    transform: translateY(-50%); /* Centraliza verticalmente */
    background-color: transparent;
    padding: 10px;
    border-radius: 5px;
    text-align: right;
}

.box-absoluta h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 64px;
    text-align: right;
    color: var(--primary) !important;
}
.box-absoluta h2 {
    font-family: "inter", sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 44.8px;
    text-align: right;
    color: var(--primary);
    padding-bottom: 32px;
}
@media screen and (max-width: 1400px) {
    .box-absoluta h1 {
        font-size: 48px;
        line-height: 67.2px;
    }
    .box-absoluta h2 {
        font-size: 24px;
        line-height: 33.6px;
        padding-bottom: 24px;
    }
}
@media screen and (max-width: 1020px) {
    .box-absoluta h1 {
        font-size: 32px;
        line-height: 33.6px;
    }
    .box-absoluta h2 {
        font-size: 16px;
        line-height: 19.6px;
        padding-bottom: 16px;
    }
}
@media screen and (max-width: 768px) {
    .box-absoluta {
        top: 65%; /* Alinha verticalmente ao centro */
    }
}

/* banner 2 */
.box-absoluta-banner2 {
    position: absolute;
    width: 680px;
    top: 55%; /* Alinha verticalmente ao centro */
    left: 17%; /* Distância do lado esquerdo */
    transform: translateY(-50%); /* Centraliza verticalmente */
    background-color: transparent;
    text-align: left;
}

.box-absoluta-banner2 h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 64px;
    text-align: left;
    color: var(--medium-light) !important;
}
.box-absoluta-banner2 span {
    font-weight: 600;
}
.box-absoluta-banner2 h2 {
    font-family: "inter", sans-serif;
    font-size: 52px;
    font-weight: 300;
    line-height: 10px;
    text-align: left;
    color: var(--medium-light);
}
@media screen and (max-width: 1400px) {
    .box-absoluta-banner2 {
        position: absolute;
        width: 480px;

        top: 55%; /* Alinha verticalmente ao centro */
        left: 17%; /* Distância do lado esquerdo */
        transform: translateY(-50%); /* Centraliza verticalmente */
    }
    .box-absoluta-banner2 h1 {
        font-size: 21px;
    }
    .box-absoluta-banner2 h2 {
        font-size: 48px;
    }
}
@media screen and (max-width: 1200px) {
    .box-absoluta-banner2 {
        top: 50%; /* Alinha verticalmente ao centro */
    }
    .box-absoluta-banner2 h1 {
        font-size: 18px;
    }
    .box-absoluta-banner2 h2 {
        font-size: 40px;
    }
}
@media screen and (max-width: 1000px) {
    .box-absoluta-banner2 {
        width: 380px;
        top: 50%; /* Alinha verticalmente ao centro */
    }
    .box-absoluta-banner2 h1 {
        font-size: 15px;
    }
    .box-absoluta-banner2 h2 {
        font-size: 32px;
    }
}
@media screen and (max-width: 768px) {
    .box-absoluta-banner2 {
        width: 280px;
        left: 17%; /* Distância do lado esquerdo */
        top: 60%; /*Alinha verticalmente ao centro */
    }
    .box-absoluta-banner2 h1 {
        font-size: 20px;
        line-height: 20px;
    }
    .box-absoluta-banner2 h2 {
        font-size: 32px;
        line-height: 30px;
    }
}
@media screen and (max-width: 560px) {
    .box-absoluta-banner2 {
        width: 180px;
        left: 4%; /* Distância do lado esquerdo */
        top: 60%; /*Alinha verticalmente ao centro */
    }
    .box-absoluta-banner2 h1 {
        font-size: 15px;
        line-height: 20px;
    }
    .box-absoluta-banner2 h2 {
        font-size: 24px;
        line-height: 30px;
    }
}

/* banner 3 */
.box-absoluta-banner3 {
    position: absolute;
    width: 580px;
    top: 65%; /* Alinha verticalmente ao centro */
    right: 12%; /* Distância do lado direito */
    transform: translateY(-50%); /* Centraliza verticalmente */
    background-color: transparent;
    padding: 10px;
    border-radius: 5px;
    text-align: right;
}
.box-absoluta-banner3 h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 48px !important;
    text-align: right;
    color: var(--medium-light);
}
.box-absoluta-banner3 h2 {
    font-family: "inter", sans-serif;
    font-size: 32px;
    font-weight: 300;
    text-align: right;
    color: var(--medium-light);
    padding-bottom: 32px;
}

@media screen and (max-width: 1400px) {
    .box-absoluta-banner3 {
        position: absolute;
        width: 480px;
        top: 65%; /* Alinha verticalmente ao centro */
        right: 12%; /* Distância do lado direito */
        transform: translateY(-50%); /* Centraliza verticalmente */
        background-color: transparent;
        padding: 10px;
        border-radius: 5px;
    }
    .box-absoluta-banner3 h1 {
        font-size: 48px;
    }
    .box-absoluta-banner3 h2 {
        font-size: 24px;
        padding-bottom: 24px;
    }
}

@media screen and (max-width: 1200px) {
    .box-absoluta-banner3 {
        position: absolute;
        width: 300px;
        top: 65%; /* Alinha verticalmente ao centro */
        right: 12%; /* Distância do lado direito */
        transform: translateY(-50%); /* Centraliza verticalmente */
        background-color: transparent;
        padding: 10px;
        border-radius: 5px;
    }
    .box-absoluta-banner3 h1 {
        font-size: 32px;
        line-height: 30px !important;
    }
    .box-absoluta-banner3 h2 {
        font-size: 16px;
        padding-bottom: 16px;
    }
    .box-absoluta-banner3 a {
        font-family: "inter", sans-serif;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none !important;
        text-align: right;
        color: var(--secondary);
    }
}
@media screen and (max-width: 768px) {
    .box-absoluta-banner3 {
        top: 65%; /* Alinha verticalmente ao centro */
    }
    .box-absoluta-banner3 h2 {
        font-size: 18px;
    }
}
@media screen and (max-width: 550px) {
    .box-absoluta-banner3 {
        position: absolute;
        width: 240px;
        top: 75%; /* Alinha verticalmente ao centro */
        right: 3%; /* Distância do lado direito */
    }
    .box-absoluta-banner3 h1 {
        font-size: 22px;
        line-height: 20px !important;
    }
    .box-absoluta-banner3 h2 {
        font-size: 13px;
        padding-bottom: 8px;
    }
    .box-absoluta-banner3 a {
        font-size: 12px;
        font-weight: 600;
    }
}
.truncate-after-5-lines {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    /* Número de linhas desejadas */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.truncate-after-2-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Número de linhas desejadas */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-text-height {
    min-height: 3em;
}

.logo-cards-width {
    width: 40px;
}

.swiper-slide-1 {
    display: flex;
    height: auto;
    max-width: 245px;
    overflow: visible !important;
}

.swiper-slider-last-child {
    max-width: 100px;
    margin-left: 24px;
    margin-right: 24px;
}

.swiper-slide-img-position {
    position: relative;
    top: -20px;
}

.card-description {
    font-size: 12px;
    color: var(--medium-light);
}

.flex-1 {
    flex: 1;
}

.image-absolute-poupz-education {
    position: absolute;
    bottom: 0;
    left: 440px;
    width: 800px;
}

.padding-top-poupz-education {
    padding-top: 150px;
}

.padding-bottom-poupz-education {
    padding-bottom: 124px;
}

.container {
    max-width: 1900px;
    padding: 0;
}

.card-width-carousel-destaque {
    width: 474px;
}

.image-width-carousel-destaque {
    width: 173px;
    height: 104px;
    top: 12px;
}

.card-border-radius {
    border-radius: 32px;
    padding: 16px 24px 24px 24px !important;
}

.container-width-podcast {
    max-width: 584px;
    border-radius: 8px;
    background-color: #71717a66;
}

.image-absolute-podcast {
    position: relative;
    bottom: 0;
    left: -26px;
    border-radius: 16px;
    width: 276px;
}

.width-logo-podcast {
    width: 38px;
    position: absolute;
    top: 8px;
    right: 8px;
}

.button-hover:hover {
    border: none !important;
    background-color: #e8c262 !important;
    scale: 0.99;
}

.card-hover:hover {
    border: 2px solid var(--secondary) !important;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.24);
    transition: 0.3s ease;
}

/* Hover na imagem do card */
.card-hover:hover div:nth-child(1) div {
    border: 2px solid var(--secondary) !important;
    transition: 0.3s;
}

/* Hover no icone do titulo */
.card-hover div:nth-child(2) div {
    position: relative;
}

.card-hover div:nth-child(2) div::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--background-button) !important;
    transition: width 0.3s ease-out;
}

.card-hover:hover div:nth-child(2) div::after {
    width: 100%;
}

/* Hover no "saiba mais" do card */

.card-hover div:nth-child(4) a {
    position: relative;
}

.card-hover div:nth-child(4) a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--background-button);
    transition: width 0.3s ease-out;
}

.card-hover:hover div:nth-child(4) a::after {
    width: 100%;
}

.button-style {
    background-color: var(--background-button);
    color: var(--secondary);
    border: 1.5px solid var(--border-light);
    width: 200px;
    height: 40px;
    font-size: 16px !important;
    font-weight: 600;
}

.divider {
    border-right: 1px solid var(--border-dark);
    opacity: 0.7;
    height: 100%; /* Ajuste conforme necessário */
    display: inline-block; /* Ou use block se necessário */
}

.card-articles {
    background-color: #3a2b0a80;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.background-card-yellow {
    background-color: var(--background-button);
}

.image-absolute-articles {
    position: relative;
    top: -40px;
    border-radius: 16px;
    border: 2px solid var(--border-light);
    background-color: var(--border-light);
}

.image-absolute-articles img {
    width: 100%;
    border-radius: 15px;
}

.card-hover-carroussel:hover {
    border: 2px solid var(--secondary) !important;
    /* pointer-events: auto; */
}

.card-hover-carroussel:hover div:nth-child(3) a {
    border-bottom: 1px solid var(--background-button) !important;
}
.card-hover-carroussel div:nth-child(3) a {
    border-bottom: 2px solid transparent !important;
}

.card-hover-carroussel:hover .image-carrousel-hover {
    border: 2px solid var(--secondary) !important;
}

.hover-more-articles:hover a {
    font-weight: 700;
}

.hover-more-articles:hover svg path {
    stroke: black;
    stroke-width: 2;
}

.image-carrousel-hover {
    border: 2px solid transparent;
    border-radius: 20px;
}

.image-carrousel-hover:hover {
    border: 2px solid var(--secondary) !important;
}

/* .card-hover-carroussel div:nth-child(3) img {
  padding-top: 1px;
} */

.card-title-podcast {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.padding-section-global {
    padding-top: 128px;
    padding-bottom: 128px;
}

.padding-top-global {
    padding-top: 128px;
}

@media (max-width: 1180px) {
    .card-border-radius {
        border-radius: 16px;
        padding: 20px 10px !important;
    }

    .padding-section-global {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .padding-top-global {
        padding-top: 64px;
    }

    .container-width-podcast {
        max-width: 450px;
    }

    .margin-section-articles-slider {
        margin-left: 130px;
    }

    .logo-cards-width {
        width: 22px;
    }

    .image-absolute-poupz-education {
        bottom: 0;
        left: 400px;
        width: 374px;
    }

    .image-absolute-podcast {
        position: relative;
        bottom: -2px;
        left: -16px;
        border-radius: 16px;
        width: 180px;
    }

    .image-width-carousel-destaque {
        top: 7px;
    }

    .padding-top-poupz-education {
        padding-top: 80px;
    }

    .padding-bottom-poupz-education {
        padding-bottom: 30px;
    }

    .image-width-section {
        width: 379px;
    }

    .width-logo-podcast {
        width: 24px;
    }
}

@media (max-width: 960px) {
    .padding-carrousel {
        padding-top: 66px;
    }

    .card-title-podcast {
        font-size: 16px;
    }

    .margin-section-articles-slider {
        margin-left: 32px;
    }

    .image-absolute-poupz-education {
        bottom: 0;
        left: 330px;
        width: 374px;
    }

    .image-absolute-podcast {
        position: relative;
        bottom: 0;
        left: -16px;
        border-radius: 16px;
        width: 180px;
    }

    .padding-top-poupz-education {
        padding-top: 80px;
    }

    .padding-bottom-poupz-education {
        padding-bottom: 50px;
    }

    .image-width-carousel-destaque {
        top: 6px;
    }
}

@media (max-width: 576px) {
    .swiper-slider-last-child {
        margin-left: 10px !important;
        margin-right: 16px !important;
    }

    .carousel-button-click {
        margin-right: 9%;
        margin-bottom: 11%;
        width: 26%;
        height: 13%;
    }

    .padding-section-global {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .padding-top-global {
        padding-top: 48px;
    }

    .card-title-podcast {
        font-size: 12px;
    }
    .image-width-section {
        width: 265px;
    }

    .padding-top-poupz-education {
        padding-top: 0;
    }

    .padding-bottom-poupz-education {
        padding-bottom: 160px;
    }

    .image-absolute-poupz-education {
        width: 265px;
        bottom: 0;
        left: 96px;
    }

    .image-absolute-podcast {
        position: relative;
        bottom: 0;
        left: -16px;
        border-radius: 16px;
        width: 171px;
    }

    .card-width-carousel-destaque {
        width: 310px;
    }

    .image-width-carousel-destaque {
        width: 130px;
        height: 78px;
        top: 4px;
        left: 5px;
    }

    .container-width-podcast {
        max-width: 358px;
    }

    .margin-section-articles-slider {
        margin-left: 16px;
    }
}

@media (min-width: 1700px) {
    .margin-section-articles-slider {
        margin-left: 230px;
    }
}

@media (min-width: 2000px) {
    .margin-section-articles-slider {
        margin-left: 0;
    }
    .col-xxl-6 {
        width: 40% !important;
    }
}
