html,
body,
header,
.jarallax {
    height: 700px;
}

@media (max-width: 740px) {
    html,
    body,
    header,
    .jarallax {
        height: 100vh;
    }
}

@media (min-width: 800px) and (max-width: 850px) {
    html,
    body,
    header,
    .jarallax {
        height: 100vh;
    }
}

@media (min-width: 560px) and (max-width: 650px) {
    header .jarallax h1 {
        margin-bottom: .5rem !important;
    }
    header .jarallax h5 {
        margin-bottom: .5rem !important;
    }
}

@media (min-width: 660px) and (max-width: 700px) {
    header .jarallax h1 {
        margin-bottom: 1.5rem !important;
    }
    header .jarallax h5 {
        margin-bottom: 1.5rem !important;
    }
}

.top-nav-collapse {
    background-color: #2E2E2E !important;
}

.navbar:not(.top-nav-collapse) {
    background: #2E2E2E !important;
}

@media (max-width: 768px) {
    .navbar:not(.top-nav-collapse) {
        background: #2E2E2E !important;
    }
}

@media (min-width: 800px) and (max-width: 850px) {
    .navbar:not(.top-nav-collapse) {
        background: #2E2E2E !important;
    }
}

footer.page-footer {
    background-color: #2E2E2E;
}

@media (max-width: 450px) {
    .display-3 {
        font-size: 3rem;
    }
}

html,
body,
header,
.jarallax2 {
    height: 100%;
}

.blanco-transp {
    background-color: #ffffff67;
}

.azul-jaser {
    background-color: #417ca5;
}

.negro-jaser {
    background-color: #2E2E2E;
}