header.naecaHeader .header-content {
    position: relative;
    z-index: 1;
}

header.naecaHeader {
    position: relative;
    background-color: white;
    background: url("../assets/img/cover_phone.png") no-repeat center center;
    background-size: cover;
    padding-top: 0rem;
    padding-bottom: 8rem;
    display: flex;
    flex-direction: column;
    font-weight: bolder;
}
header.naecaHeader:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 0;
}
header.naecaHeader h1, header.naecaHeader .h1 {
    font-size: 2rem;
    font-weight: bold;
}

@media (min-width: 768px) {
    header.naecaHeader {
        background-image: url("../assets/img/cover_mid.png");
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 10rem;
        padding-bottom: 10rem;
        .col-md-6 {
            flex: 0 0 auto; !important;
            width: 100%;
        }
    }
    header.naecaHeader h1, header.naecaHeader .h1 {
        font-size: 4rem;
        font-weight: bold;
        margin-top: 0%;
        margin-bottom: 0%;
    }
    header.naecaHeader p{
        font-size: 5rem;
        margin-top: 0%;
    }
}

@media (min-width: 1600px) {
    #container-titulo{
        margin-left: 0rem; !important;
    }

    header.naecaHeader {
        background-image: url("../assets/img/cover.png");
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 12rem;
        padding-bottom: 10rem;
        .col-md-6 {
            flex: 0 auto;
            width: 80%; !important;
        }
    }
    header.naecaHeader h1, header.naecaHeader .h1 {
        font-size: 5rem;
        font-weight: bold;
        margin-top: 0%;
        margin-bottom: 0%;
    }
    header.naecaHeader p{
        font-size: 5rem;
        margin-top: 0%;
    }
}


@media (max-width: 768px) {
    header.naecaHeader {
        background-image: url("../assets/img/cover_phone.png");
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 2rem;
        padding-bottom: 0%;
    }
}

@media (max-width: 375px) {
    header.naecaHeader {
        background-image: url("../assets/img/cover_phone.png");
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 0%;
        padding-bottom: 0%;
    }
    #texto-portada{
        margin-top: 40px;
    }
}
