/* ===========================================
   CONTENEDOR PRINCIPAL
=========================================== */
.contenedor-principal {
    width: min(1400px, 96%);
    min-height: 100vh;
    margin: 0 auto;
    display: grid;
    grid-template-rows: repeat(3, auto);
}