﻿
body.pc {
    background-position: center top -120px !important;
}

.pc .primero {
    min-height: 350px !important;
}
.cuarto .content label, .cuarto .content p {
    color: #162E55;
    margin-bottom: 3px !important;
}

.cuarto {
    height: fit-content;
    min-height: auto;
}

.cuarto h2 {
    color: #162E55;
}

@media only screen and (min-width: 1600px) {
    body.pc {
        background-position: center top -150px !important;
    }
}
