// Extra small devices (portrait phones, less than 576px)
@media (max-width: 575px) {

.divMenuMain {
    font-size: 30px;
    font-weight: 400;
}


.divPageIndexFoto {
   margin-top: 30px;
   margin-bottom: 80px;
}


}    

