@media(max-width: 451px){
    /* .card-base {
        width: 100%;
        height: 100%;
        display: block;
    } */

    .preload {
        height: 100% !important;
    }

    /* 
    .p-size-15 {
        font-size: 1rem;
    }
    .p-size-20 {
        font-size: 20pt;
    }

    .f-size-2 {
        font-size: 3rem !important;
        font-weight: bolder;
    }

    .m-top-50 {
        margin-top: 30rem;
    }

    .m-top-15 {
        margin-top: 5rem;
    }

    .img-button {
        display: inline-block;
        width: 1.2rem;
        height: 8%;
    }

    .wdt-60 {
        width: 90%;
    }    

    */

    .p-size-10 {
        font-size: 1rem;
    }

    .f-size-3 {
        font-size: 2rem !important;
        font-weight: bolder;
    }

    .m-top-15 {
        margin-top: 5rem;
    }

    .m-top-20 {
        margin-top: 10rem;
    }

    .m-top-25 {
        margin-top: 0.1rem;
    }

    .m-top-60 {
        margin-top: 35rem !important;
    }

    /* .disp-grid-btn {
        height: 150px;
        align-items: center;
        justify-content: center;
        font-size: 3rem !important;
        border-radius: 10px;
    }  */

    .full-screen {
        height: 100%;
        display: flex;
    } 

    /* .btn-iniciar-pesquisa {
        margin-top: 30rem;
    }
 */
    .bem-vindo1 {
        margin-top: -5rem;
    }

    .bem-vindo3 {
        margin-top: 2rem !important;
    }

    .img-button {
        display: inline-block;
        width: 3.3rem;
        height: 8%;
    }

    /* .img-icon {
        display: block;
        margin: auto;
        width: 2rem;
        height: 3.1rem;
    }
 */
    .box-desc-participants {
        height: 100%;
    }



    .grid-pesquisa-completa {
        display: grid !important;
        grid-template-rows: 50% 25% 25%;
        height: 100%;
    }

    .grid-pesquisa-completa p {
        color: #fff;
        text-align: center;
        margin-top: -15%;
    }
    
    .style-joia {
        position: relative;
        width: 25%;
        margin: 0 auto 0 auto;
        transform: translateY(150%);
    }

    .grid-pesquisa-completa .f-size-3 {
        font-size: 2rem !important;
        font-weight: bolder;
    }
    
  }

