@import url('https://fonts.cdnfonts.com/css/capsuula');

.element {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

body {
    padding: 0;
    margin: 0; 
    background-image: url('../assets/img/background/background9.png'); 
    background-position: top right; 
    background-repeat: no-repeat; 
    background-size: 45% auto; 
} 
h1{
    font-weight: 100;
    color: #E14603;
    text-shadow: 0.25px 0px 0.25px #E14603, 0px 0.25px 0.25px #E14603, 
               -0.25px 0px 0.25px #E14603, 0px -0.25px 0.25px #E14603;
}

.menu-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 5px 0 5px 10px;
}

.menu-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    width: 85%; 
    margin: 0 1px; 
    padding: 30px 15%; 
}

.menu-image {
    max-width: 30%; 
    height: auto; 
    cursor: pointer;
    border-radius: 10px;
    object-fit: cover;
    margin-right: 5px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.menu-dcinhos{
    margin-left: -25px;
}

.menu-image:hover {
    transform: scale(1.05); 
    box-shadow: 0 8px 16px rgba(255, 94, 0, 0.452); 
}



.text-content {
    max-width: 30%;
    padding: 0 10px;
    text-align: left;
    align-self: flex-start;
    text-decoration: none;
    
}



.menu-text h2 {
    font-size: 24px;
    font-weight: 300;
    color: #E14603;
    margin: 0;
}

.menu-text p {
    margin-top: 5px;
    font-size: 17px;
    font-weight: 400;
    color: #687A61;
    font-family: 'Capsuula', sans-serif;
    text-align: justify;
    letter-spacing: 0.2px;
    word-spacing: -0.5px;
    word-break: break-word;
    white-space: normal;
}


.reverse {
    flex-direction: row-reverse;
}


.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    position: relative;
    margin: 5% auto;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 15px;
    width: 70%;
    max-width: 90%; 
    max-height: 80vh; 
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 40px; 
    padding-right: 40px; 
}

.modal-media img, 
.modal-media video {
    max-width: 100%; 
    max-height: 80vh;
    object-fit: contain; 
}    

.close-btn {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
}


.arrow {
        cursor: pointer;
        font-size: 30px;
        color: #ffffff;
        position: absolute;
        top: 50%; 
        transform: translateY(-50%);
        z-index: 10;
    }
    
    .left-arrow {
        left: 10px; 
    }
    
    .right-arrow {
        right: 10px; 
    }

    .description{
    text-align: left;    
    margin: 0 0 5px;    
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
    font-family: 'Capsuula', sans-serif;
    }
    
    @media screen and (max-width: 1020px) {
        .menu-image{
            max-width: 95%;
            height: auto;
        }
           .menu-dcinhos{
            margin-left: none !important;
        }
         .menu-item{
            flex-direction: column;
            align-items: center;
            margin-left: 1%;
         }
         .menu-text h2 p {
            margin-top: 10px;
        }
    
        .text-content {
            max-width: 100%;
            margin-top: 10px;
            margin-bottom: 15px;
        }
        
        h1 {
            margin: 5px auto 20px auto;
            text-align: left;
            
        }
        .custom-text{
            max-width: 90%;
            text-align: left;
        }
    
        .footer-info {
            flex-direction: column;
            display: flex; 
            justify-content: center; 
            align-items: center;
            gap: 5px;
            text-decoration: none;
            margin-top: 20px; 
            font-size: 15px;
            font-weight: 400;
        } 
    
            
        .social-links {
            display: none; 
            justify-content: center;
            align-items: center;
            gap: 15px; 
            margin-top: 0; 
        }
        
        .mobile-menu {
            display: none; 
            position: absolute;
            top: 60px;
            left: 0;
            width: 200px; 
            background-color: #E14603;
            border-radius: 0 0 10px 10px;
            z-index: 1000;
        }
       
        .mobile-menu.show {
            display: flex;
            flex-direction: column;
            text-align: right;
            padding: 10px;
        }
    
        .contact-button {
            padding: 2px 8px;
            margin: 0;
            border-radius: 10px;
            font-weight: 300;
            color: #E14603;
            text-decoration: none;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    
        .social-links {
           display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
            margin-top: 20px; 
        }
    
        .contact-button,
        .footer-instagram-icon img {
            width: auto;
            height: 35px;
             
        }
    
        .footer-instagram-icon img {
            margin: 0; 
        }
    
    }
    
    .mobile-footer-toggle{
        display: none;
    }
    
        @media (max-width: 781px) {
            * {
                margin: 0;
                padding: 0;
               
            }
    
            .custom-text{
                max-width: 90%;
            }
            
            .menu-item {
                display: flex;
                flex-direction: column;
                                               
            }
        
            .menu-image {
                max-width: 100%;
                height: auto;
                order: -1; 
            }
        
            .text-content {
                width: 100%; 
                max-width: none; 
                padding: 15px 0; 
            }
        
            .menu-text h2 {
                font-size: 20px;
                font-weight: 500;
                color: #E14603;
               
            }
        
            .menu-text p {
                margin-top: 5px;
                font-size: 17px;
                text-align: start;
            }
        
            /* Posiciona o menu header no canto superior direito */
            .header-menu {
                display: none;
                flex-direction: column;
                position: absolute;
                top: 60px;
                left: 50%;
                transform: translateX(-50%);
                background: rgba(255, 255, 255, 0.9);
                width: 80%;
                text-align: center;
                padding: 10px;
                border-radius: 8px;
                box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
                z-index: 1000;
            }
        
            .header-menu.active {
                display: flex;
            }
            .mobile-footer-toggle {
                display: block;
                position: absolute;
                top: 15px;
                left: 15px;
                background: none;
                border: 1.5px solid #E14603;
                border-radius: 8px;
                font-size: 24px;
                cursor: pointer;
                color: #E14603;
                padding: 8px 12px;
                transition: background-color 0.3s ease, color 0.3s ease;
            }
            
            .mobile-footer-toggle:hover {
                background-color: #E14603;
                color: #fff;
            }
        
           
            .footer-info {
                align-items: center;
                display: flex;
                justify-content: center;
                flex-direction: column;
            }
        
            .footer-menu {
                display: none;
                flex-direction: column;
                gap: 10px;
                text-align: center;
                background-color: rgba(255, 255, 255, 0.9);
                position: relative;
                width: 100%;
                padding: 10px 0;
                box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
                margin-top: 20px; /* Garante espaço abaixo do último texto */
            }
        
            .footer-menu.active {
                display: flex;
            }
        
            .footer nav ul {
                flex-direction: column;
                gap: 8px;
            }
        
            .footer-logo {
                width: 40px;
                margin: 0 auto 10px;
            }

            .custom-text{
                max-width: 100%;
            }

            .menu-section {
                margin-top: 75px;                
            }

            .menu-item {
               width: 90%; 
               padding: 15px 15%; 
            }

        }
    

