.quadro{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px 0px 0px 0px;
    /* width: 74dvh;
    height: 90dvh; */
    width: 32dvw;
    height: 40dvw;
    color: white;
    /* background-size: 74dvh 90dvh;  */
    background-size: 32dvw 40dvw; 
    background-color: transparent;
    border-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0px;
}

.quadro:hover{
    color: transparent;
    background-color: transparent;
    border-color: transparent;
    text-decoration: none! important;
}

.house{
    height: 100%;
    width: inherit;
    padding: 0px;
}

/* @media screen and (min-width: 768px) and (max-width: 991px) {
    .quadro{
        width: 300px;
        height: 300px;
        background-size: 300px 300px;
    }
} */

/* @media screen and (max-width: 767px) {
    .quadro{
        width: 150px;
        height: 150px;
        background-size: 150px 150px; 
    }
} */

.testo{
    color: white;
    /* font-size: 5rem; */
    font-size: 3rem;
}
.testo:hover {
    color: transparent;
}

.testo_nero{
    color: black;
}

.testo_nero:hover{
    color: transparent;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .testo{
        /* font-size: 4rem; */
        font-size: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .testo{
        /* font-size: 3rem; */
        font-size: 1rem;
    }
}

/* @media screen and (max-width: 767px) {
    h1{
        font-size: 1.25rem;
    }
} */