.banner {
    position: relative;
}

.banner__image {
    display: block;
    width: 100%;
    height: 80vh;
    max-height: 700px;
    object-fit: cover;
}

.banner__title {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 32px;
    color: white;
    box-sizing: border-box;
}

.tramite {
    padding: 32px;
    box-sizing: border-box;
    text-align: center;
}

.tramite__form {
    text-align: center;
}

.tramite__input {
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #AAA;
}

.observacion__item {
    padding: 16px;
    border-radius: 4px;
    border: 1px solid #AAA;
    max-width: 400px;
    width: 100%;
    box-sizing: border-box;
    margin: 16px auto;
}

.observacion__date {
    font-size: 12px;
    color: #666;
}