.main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: hidden;
}

.main__layout {
    display: grid;
    grid-template-columns: 50% 1fr;
    height: 100%;
    width: 100%;
}

.main__layout__side-bar {
    background: #e0f2f1 url(../img/EV25_SITE_FORMULARIO_953x1072--25.png?1748422861) center no-repeat;
    background-size: 80% auto;
    border-right: solid rgba(0, 0, 0, 0.05) 2px;
}

.main__layout__page {
    overflow-y: auto;
}

.main__layout__page-content {
    padding: 30px;
}

.main__top-banner {
    display: none;
}

@media all and (max-width: 1100px) {
    .main__layout {
        grid-template-columns: 1fr;
        grid-template-rows: 0 1fr;
    }

    .main__top-banner {
        display: block;
        background: #e0f2f1 url(../img/EV25_SITE_FORMULARIO_953x1072--25--topbanner.png?1748422861) center no-repeat;
        background-size: auto 90%;
        border-bottom: solid rgba(0, 0, 0, 0.05) 2px;
        height: 200px;
    }
}

.page {
    max-width: 600px;
    margin: 0 auto;
}

.title, .title2 {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 500;
}

.title2 {
    font-size: 19px;
    margin-bottom: 26px;
}
