@media screen and (max-width: 1023px) {

    #ul-overlay {
        margin-left: 0;
    }

    body{
        background:
            url('../images/Fundo Site Parque Truta Azul DEC 2024.jpg') no-repeat top center / cover;
    }

    .big-text {
        font-size: 1.5rem !important;
        font-family: TrajanPro;
        color: black !important;
    }

    .container-menu {
        max-width: 93% !important;
    }

    .icones-parque {
        height: 140px;
        width: auto;
        margin-top: 15px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .carousel-container {
        width: 100%;
        margin: auto;
        overflow: hidden;
        height: 276px;
    }

    .carousel-images {
        display: flex;
        height: 276px;
        animation: roll4 80s linear infinite !important;
        /* Total de 35s, incluindo o tempo dee pausa */
    }

    .carousel-images img {
        width: 100%;
        /* Para garantir que as imagens ocupem 100% da largura do container */
        height: 276px;
    }

    .carousel-painel {
        margin-bottom: 3px;
    }

    .logo-monocromatico {
        width: 400px !important;
        margin-top: 118px !important;
        margin-bottom: 45px !important;
    }

    @keyframes roll4 {
        0% {
            transform: translateX(0);
        }
    
        45% {
            transform: translateX(-350%);
        }
    
        50% {
            transform: translateX(-350%);
        }
    
        95% {
            transform: translateX(0);
        }
    
        100% {
            transform: translateX(0);
        }
    }

    .background-image {
        position: absolute;
        max-width: 1407px !important;
        width: 100%;
        height: auto;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .content {
        max-width: 1407px !important;
    }

    .carousel-painel-2 {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .carousel-container-2 {
        max-width: 1407px !important;
    }

    .carousel-images-2.animate {
        opacity: 1;
        /* Torna visível */
        animation: roll5 80s linear infinite;
        animation-delay: 2s;
        /* Atraso para começar a animação */
    }

    .logo-monocromatico {
        width: 90% !important;
        margin-top: 160px !important;
    }

    
    @keyframes roll5 {
        0% {
            transform: translateX(0);
        }

        45% {
            transform: translateX(-350vw);
        }

        50% {
            transform: translateX(-350vw);
        }

        95% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(0);
        }
    }

    #experiencia {
        line-height: 55px;
        margin-bottom: 10px !important;
    }
}