@media (max-width: 768px) {
    body {
        overflow-x: hidden !important;
    }

    #medio-3 {
        margin-top: 15px;
    }

    .pc-hidden {
        display: block !important;
    }


    .mobile-hidden {
        display: none !important;
    }

    .mobile-margin {
        margin-bottom: 80px;
    }

    .defaut-tittle img {
        width: 100%;
    }

    .logo-section img {
        width: 100%;
    }

    .duo-img button {
        margin-bottom: 20px;
    }

    .card-carousel .row {
        min-height: 800px !important;
    }


    /* ******************** DIV CARROSSEL ******************* */

    .card img {
        overflow: hidden;
        border-radius: 20px;

        padding: 0px !important;

        width: 100%;
        align-items: center;
        margin: auto;
        margin-bottom: 0 !important;
    }

    .duo-card p {
        align-items: center;
        margin: auto;
        width: 80%;

        text-align: center;
        color: var(--color05);
        font-weight: bold;
        font-size: 0.9rem;
        line-height: 1.1rem;
    }

    .duo-card h1 {
        color: var(--color03);
        margin-bottom: 5px !important;
        font-size: 1.2rem;
    }

    .duo-card ul {
        text-align: center;
        padding: 0;
        margin-top: 5px;
        list-style: none;
    }

    .duo-card li {
        color: var(--color05);
        font-size: 0.9rem;
        font-weight: bold;
        transition: transform, padding 0.1s ease-in-out;
    }

    .duo-card h5 {
        font-size: 1rem;
        margin: auto;
        margin-bottom: 20px;
        color: var(--color03);
        font-family: MadeTommy;
        width: 80%;
        text-align: center;
    }

    /* ******************** DIV CARROSSEL ******************* */



    #opcao00 p {
        font-size: 1rem;
        line-height: 1rem;
    }

    #opcao00 {
        margin-bottom: 30px;
    }

    #opcoes01 p {
        font-size: 0.8rem;
    }

    .mobile-text01 {
        font-size: 1.2rem;
        margin-top: 5px;
        text-transform: uppercase;
        font-family: MadeTommy;
    }


    .floating-buttons {
        position: fixed;
        top: 24%;
        transform: translateY(-50%);
        left: 10px;
        z-index: 1000;
    }

    .floating-button {
        position: relative;
        width: 40px;
        height: 40px;
        opacity: 1;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 50px;
        transition: all 0.2s ease-in-out;
        z-index: 3;
    }

    .floating-button .icon {
        width: 80px;
    }

    .card-central .carousel-setas .fa-circle-arrow-left {
        position: absolute;
        bottom: 45%;
        left: -3%;

        background-color: var(--color01);
        padding: 5px;
        border-radius: 30px;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
    }

    .card-central .carousel-setas .fa-circle-arrow-right {
        position: absolute;
        bottom: 45%;
        right: -3%;

        background-color: var(--color01);
        padding: 5px;
        border-radius: 30px;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
    }

    .card-central .carousel-setas {
        font-size: 2rem;
        color: var(--color03);
    }



    .btn-acafe,
    .btn-ufsc,
    .btn-enem {
        background-image: url(/assets/img/background02.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 0.3rem;
        padding: 10px;

        font-weight: bold;
        font-size: 1.2rem;
        color: var(--color05);

        border-radius: 15px;
        width: 100%;
    }


}