.anuncio-box {
    padding: 30px 30px 100px;
    box-sizing: border-box;
    width: 100%;
}

.anuncio-box img {
    display: block;
    margin: auto;
}

@media (max-width: 680px) {
    .contador-container > div + div {
        margin-top: 30px;
    }
}

@media (max-width: 460px) {
    .slick-slider {
        padding-left: 0;
        padding-right: 0;
    }

    .slick-skin-default .slick-prev::before,
    .slick-skin-default .slick-next::before {
        font-size: 26px;
    }

    .slick-skin-default .slick-prev {
        left: -20px;
    }

    .slick-skin-default .slick-next {
        right: -10px;
    }
}

#podcasts-destaque .embed-video-container iframe {
    margin-left: 30px;
    width: 360px;
    height: 320px;
    border-radius: 8px;
}

@media screen and (max-width: 360px) {
    #podcasts-destaque .embed-video-container iframe {
        margin: auto;
        width: 260px !important;
        border-radius: 8px;
    }
}


@media screen and (max-width: 404px) and (min-width: 361px) {
    #podcasts-destaque .embed-video-container iframe {
        margin: auto;
        width: 300px !important;
        border-radius: 8px;
    }

}


@media screen and (max-width: 480px) and (min-width: 405px) {
    #podcasts-destaque .embed-video-container iframe {
        margin: auto;
        width: 350px !important;
        border-radius: 8px;
    }

}

@media screen and (max-width: 530px) and (min-width: 481px) {
    #podcasts-destaque .embed-video-container iframe {
        margin: auto;
        width: 420px !important;
        border-radius: 8px;
    }

}


@media screen and (max-width: 768px) and (min-width: 531px) {
    #podcasts-destaque .embed-video-container iframe {
        margin: auto;
        width: 520px !important;
        border-radius: 8px;
    }

}

#podcasts-destaque h3 {
    justify-content: left !important;
    text-align: left !important;
    margin-left: 50px;
}


#podcasts-destaque .video .embed-video-container {
    width: 600px;
    height: 320px;
    margin: unset !important;
    padding-bottom: 10px !important;
}

#podcasts-destaque .video h3 {
    margin-bottom: 10px;
}


#podcasts-destaque h3 {
    justify-content: left !important;
    text-align: left !important;
    margin-left: 50px;
}


#podcasts-destaque .video .embed-video-container {
    width: 600px;
    height: 320px;
    margin: unset !important;
    padding-bottom: 10px !important;
}

#podcasts-destaque .video h3 {
    margin-bottom: 10px;
    display: block;
}

@media (max-width: 570px) {

    #podcasts-destaque .video .embed-video-container {
        width: 100%;
    }

    #podcasts-destaque .video h3 {
        width: auto;
    }
}

@media (max-width: 767px) {
    .cursos-destaque {
        margin-top: 80px !important;
    }

    .cursos-destaque .desk {
        display: none;
    }

    .cursos-destaque .mobile {
        display: block;
    }

    .cursos-destaque img {
        height: 190px;
    }
}

@media (min-width: 768px) {
    .cursos-destaque .mobile {
        display: none;
    }

    .cursos-destaque img {
        height: 230px;
    }
}

.cursos-destaque .swiper-slide {
    background: rgb(27, 63, 97);
    border: 1px solid #2e5378;
    backdrop-filter: blur(3px);
    border-radius: 16px;
    position: relative;
    height: 400px !important;
}

.cursos-destaque .swiper-slide .content {
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    line-height: 150%;
    width: 80%;
    margin: 0 auto;
}

.cursos-destaque .swiper-slide a {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(78, 109, 139, 0.4);
    border: 1px solid #506e8b;
    border-radius: 50px;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #ffffff;
    padding: 10px;
    width: 80%;
    text-align: center;
}

.cursos-destaque .swiper-slide a:hover {
    background: linear-gradient(90.8deg, #EE8744 0.35%, #FFC46C 97.75%), rgba(78, 109, 139, 0.4);
    border: 1px solid #F8A85A;
}

.cursos-destaque img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 16px 16px 0 0;
}

.cursos-destaque .slick-dots {
    position: relative;
    bottom: -30px !important;
}
