.division-line {
    width: 80%;
    margin: 20px auto;
    border: 4px solid #E6E6E6;
}

.plaza-cubierta-container {
    background: #004A98;
    padding: 30px 100px;
}

.plaza-cubierta-logo {
    width: 400px;
    height: auto;
    margin: 0 auto 20px;
}

.plaza-cubierta-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.plaza-cubierta-text {
    flex: 1.3;
}

.plaza-cubierta-text h4 {
    color: white;
    font-weight: 400;
    font-size: calc(1.5rem + 1vw);
    line-height: 1;
}

.plaza-cubierta-text h3 {
    color: #A6FA53;
    font-weight: 900;
    font-size: calc(3rem + 1vw);
    line-height: 1;
}

.plaza-cubierta-text h2 {
    color: #A1D8F1;
    font-size: calc(6rem + 2vw);
    font-weight: 900;
    line-height: 1;
}

.plaza-cubierta-imagen {
    flex: 0.8;
    padding: 30px;
}