@media (min-width: 769px) {
    .d-none-min769 {
        display: none;
    }
}

@media (min-width: 992px) {
    .d-none-min992 {
        display: none;
    }
}

@media (max-width: 991px) {
    main .hero-section {
        align-items: center;
        grid-template-columns: 1fr;
    }

    main .hero-section .content-side {
        padding: 3vw;
    }

    main .hero-section .content-side h1 {
        text-align: center;
    }

    main .hero-section .content-side .countdown-wrapper {
        justify-content: center;
    }

    .gap-minlg-1rem {
        gap: 1rem;
    }

    .d-none-max991 {
        display: none !important;
    }

    .yellowLeftBorder-max991 {
        padding-left: 2rem;
        border-left: 2px solid var(--primary-color);
    }
}

@media (max-width: 768px) {

    p.homepage-p,
    h3,
    p,
    a {
        font-size: 16px;
        margin-bottom: 0.2rem;
    }

    p.intro {
        font-size: 16px;
    }

    .d-none-max768 {
        display: none !important;
    }

    .h-100perc-max768 {
        height: 100%;
    }

    section.segundo-bloco {
        min-height: 40vh;
    }

    #security-info {
        bottom: -5px;
        right: 20px;
    }

    .pop-up-security {
        margin-bottom: 0.5rem;
    }

    /* index */
    main .hero-section .content-side {
        width: 100vw;
    }

    .countdown-number {
        font-size: 2rem;
        width: fit-content;
        padding: 0 1rem;
    }

    .countdown-label {
        font-size: 12px;
    }

    .destaques-wrapper {
        height: 450px;
    }

    .destaques-carousel__item {
        max-height: 310px;
        overflow: hidden;
    }

    .destaques-carousel__item-img {
        flex-shrink: 0;
    }

    .toggle-wrapper {
        margin: 1rem 0;
    }

    .info-container {
        max-width: 100%;
        right: 0;
    }

    .maps-container {
        max-width: 800px;
        top: 200px;
        left: 0;
    }

    .recursos-wrapper {
        min-height: 300px;
    }

    footer a.knowMore {
        text-align: center;
        padding: 0;
    }

    .floating-btn {
        border-radius: 0;
        width: 2rem;
        height: 3rem;
        right: 0px;
        position: fixed;
        bottom: 30px;
    }
}

@media (max-width: 575px) {


    .destaques-carousel__item {
        flex-direction: column;
        justify-content: center;
        gap: 0.5rem;
    }

    .destaques-carousel__item-img {
        max-width: 100%;
        max-height: 50%;
    }

}

@media (max-width: 400px) {

    .destaques-carousel__item {
        max-height: 350px;
    }

    .info-content.active,
    .info-content.content-1,
    .info-content.content-2 {
        width: 70vw;
    }

    .map-content.active {
        width: 90vw;
    }

    .recursos-section {
        width: 95vw;
        margin: 0;
    }

    .info-content.content-1 h2,
    .info-content.content-2 h2 {
        font-size: 1.7rem;
    }
}

@media (max-width: 340px) {
    .recursos-carousel__item {
        width: 250px;
    }

    #security-info {
        right: -20px;
        width: 90vw;
        z-index: 20;
    }


}