#page{
    background-color: var(--cz-9);
}
/*header*/

/*medias and screen*/
/**tv is all**/
/**desktop**/
@media only screen and (max-width: 1200px) {}

/*desk*/

/**laptop**/
@media only screen and (max-width: 1024px) {}

/*lapt*/

/**tablet**/
@media only screen and (max-width: 768px) {}

/*tabl*/

/**mobile**/
@media only screen and (max-width: 570px) {
    #content-sobre{
        padding: 1rem;
    }
}

/*mob*/

/*micro-mobile*/
@media only screen and (max-width: 370px) {}

/*mmob*/