html {
    background-color: #003E85 !important;
}

.cont-1-about-us{
    position: absolute;
    top: 100vh;
    padding-top: 100px;
    margin-top: -50px;
}


.cont-header {
    padding-bottom: 100px;
    background-color: #003E85 !important;
    background-image: url('../assets/background_about_us.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.header-about-us {
    height: 100vh;
    display: grid;
    place-content: center;

    font-family: organetto, sans-serif;
    font-weight: 700;

    width: 70%;
    margin: auto;
}

.img img {
    width: 90%;
    max-width: 100%;
}

.nav-style.navbar-scroll {
    background-color: #003E85 !important;
}

.header-about-us h1 {
    color: white;
    font-size: 4em;
    font-weight: bold;
}

.cont-1-about-us {
    display: grid;
    grid-template-columns: 40% 50%;
    place-content: center;
    /* padding-top: 26vh; */
    /* padding-bottom: 200px; */
    place-items: center;

    background-image: url('../assets/sub/background_our.png');
    background-size: cover;
    background-repeat: no-repeat;

    /* margin-top: -100px; */
    /* margin-top: -10%; */
    /*Manejo porcentaje para que se modifique con el tamaño de la pantalla*/
    /* padding-top: 100px; */
    padding-bottom: 190px;
    /*Este es el mismo margen top negativo del footer*/

    /* position: relative; */
    z-index: 100;
}

.cont-1-about-us .text {
    font-size: 1.3em;
    color: #003E85;
    font-weight: 500;
}


@media (max-width: 1024px) {
    .header-about-us h1 {
        font-size: 3em;
        text-align: center;
    }

    .cont-1-about-us {
        display: grid;
        grid-template-columns: 100%;
        place-content: center;
        place-items: center;
        padding: 200px 0px;
    }

    .cont-1-about-us .text {
        text-align: center;
        width: 90%;
    }
    .img img {
        /* width: 100%; */
        max-width: 60%;
        margin: auto;
        display: block;
    }
}


@media (max-width: 968px) {
    .header-about-us {
        width: 100%;
    }
}

@media (max-width: 425px) {
    .header-about-us h1 {
        font-size: 2em;
    }
}