﻿main {
    display: block !important;
}

/* Estilos para dispositivos móveis */
@media (max-width: 767px) {
    main {
        height: 100vh !important;
    }

    section {
        height: 100vh !important;
    }
}

/* Estilos para tablets */
@media (min-width: 768px) and (max-width: 1024px) {
}

/* Estilos para desktop */
@media (min-width: 1024px) {
    section > div:nth-of-type(2) {
        padding: 45px 60px !important;
    }
}
