#contenedor_presentacion {
    min-height: 40vh;
    height: 40vh;
}

@media screen and (min-width: 700px) {
    #contenedor_presentacion {
        width: 50%;
    }

    #contenedor_presentacion {
        height: 70vh;
    }

    #cp_contenedor_texto {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-direction: column;
        height: 100%;
    }

    #cp_h1 {
        font-size: var(--tamano_grande);
    }
}

@media screen and (min-width: 1024px) {
    #cp_h1 {
        font-size: var(--tamano_extra_grande);
    }

    #cp_p {
        font-size: var(--tamano_titulo);
    }
}