﻿.app-mobile-section,
.ordem-app {
    background-color: #00060c;       
    color: #F0F8FF;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.app-mobile-title h2 {
    font-size: 2.4rem;
    color: #00CED1;
    margin-bottom: 0.5rem;
}

.app-mobile-title p {
    max-width: 600px;
    margin: 0 auto 40px;
    font-size: 1.1rem;
}

.app-mobile-container {
    position: relative;
    max-width: 800px; /* aumentada para ampliar mockup-base */
    margin: 0 auto 40px;
    z-index: 2;
}

.mockup-base {
    width: 100%;
    display: block;
    height: auto;

}

.mockup-screen {
    position: absolute;
    top: 11.6%;
    left: 29.8%;
    width: 38.5%;
    height: 54.4%;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 10px #00CED1;
    z-index: 3;
}

.carousel {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.carousel-item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    opacity: 0;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
    object-fit: cover;
    border-radius: 16px;
    z-index: 1;
}

    .carousel-item.active {
        top: 0;
        transform: translateY(0%);
        opacity: 1;
        z-index: 2;
    }


.btn-download-apk {
    display: inline-block;
    padding: 14px 28px;
    background-color: #00CED1;
    color: #0B0F1A;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 0 10px #00CED1;
    transition: transform 0.2s ease;
    margin-top: 10px;
}

    .btn-download-apk:hover {
        transform: scale(1.05);
    }

/* Responsivo */
@media (max-width: 600px) {
    .app-mobile-title h2 {
        font-size: 1.9rem;
    }

    .app-mobile-title p {
        font-size: 0.98rem;
        padding: 0 10px;
    }

    .app-mobile-container {
        max-width: 370px;
    }

    .mockup-screen {
        top: 11.6%;
        left: 29.8%;
        width: 38.5%;
        height: 54.4%;
    }
    .Qrcode{
        display: none;
    }
}
