/* ===== CELULARES ===== */
@media screen and (min-width: 340px) and (max-width: 480px) {


    .navbar {

        position: fixed;
        margin-top: -110px;
        left: 0;
        width: 64%;
        height: 5%;
        background-color: #003366;
        color: white;
        display: flex;
        justify-content: space-between;

        padding: 15px 30px;

        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);

    }

    .nav-links {
        display: none;
        /* esconde os links no mobile */


    }

    .li-top {
        display: none;
    }

    .menu-toggle {
        display: block;
        /* mostra hambúrguer */
    }


    .menu-toggle {
        margin-left: -30%;
        margin-right: 150%;
        margin-top: 13%;
        font-size: 28px;

        cursor: pointer;


    }




    .logo {
        white-space: nowrap;
        font-size: 25px;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        width: 10%;
        padding-left: -6px;
        margin-top: 50px;
        text-align: center;
        margin-left: 50px;

    }

    .nav-links {
        list-style: none;
        display: flex;
        gap: 120px;
        margin-left: -10px;
        font-size: 10px;




    }

    .main-title {
        font-size: 19px;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        margin-top: -10px;
        margin-left: -15px;

        width: 110%;

    }

    .carousel-wrapper {

        width: 95%;
        height: 10%;
        margin-left: 10px;
        border: solid red 1px;
        padding-top: -10%;

    }

    .carousel-card {
        border: solid red 1px;
        height: 10%;
        padding-top: -40%;
        width: 50%;

    }



    .card-container {
        width: 89%;
        border: solid rgb(4, 0, 255) 1px;
    }

    .card {
        max-width: 150%;
        height: 60%;
        border: solid rgb(245, 3, 3) 1px;
        margin-left: 9px;
    }


    h5 {
        text-align: center;
        font-size: 16px;
        margin-top: 50px;

        padding-left: -10px;



    }

    h4 {
        font-size: 20px;
    }

    .texto1 {
        font-size: 18px;
        border: solid red 1px;
        width: 90%;
        margin-left: 20px;
    }

    h5 {
        font-size: 16px;

        width: 120%;
        margin-left:
            -38px;
        color: #003366;

    }

    .texto-curto {
        margin-top: 40px;
        font-size: 17px;

        width: 50%;

    }



    .relatos {
        display: inline-block;
        border: solid rgb(0, 255, 81) 1px;
        margin-left: 40px;
        font-size: 18px;

    }

    p {
        text-align: center;
        font-size: 18px;
        width: 80%;
        margin-left: 10%;
        margin-top: 5px;

    }

    .pp {
        font-size: 16px;
    }

    .rodape {
        display: block;

        font-size: 20px;
        border: solid red 1px;

    }

    .whatsapp-float {
        margin-right: 80px;

    }

    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-20px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }

    }

    .nav-bottom {
        display: none;

    }
}