

.headerNosotros {
    position: relative;
    background-image: url(../images/backgrounNosotros.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100% !important;
    max-height: 590px !important;
    border-bottom: 50px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    overflow: visible;
}

.headerNosotros::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    background: var(--color-gradientheaderNosotros);
    /* opacity: 0.5; */
    background: linear-gradient(to left, rgba(131, 35, 105, 0) 0%, rgba(131, 35, 105, 0.9) 78.75%) !important;
    opacity: 1;

    z-index: 0;
}

.headerNosotros::before {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.informacionheaderNosotros {
    font-family: Outfit, sans-serif;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    text-align: start;
    height: 50vh;
    width: 100%;
    color: white;
    margin-top: 5%;
    padding-left: 7%;
    z-index: 2;
}

.informacionheaderNosotros h1 {
    width: 592px ;
    height: 192px;
    font-weight: 700;
    font-size: 57px;
    line-height: 64px;
    letter-spacing: 0.4%;
    vertical-align: middle;
}

.informacionheaderNosotros .primerparraNosotros {
    max-width: 592px !important;
    height: 72px;
    /*font-weight: 400;*/
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
    vertical-align: middle;
}


@media(max-width:520px) {
    .informacionheaderNosotros{
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0 5%;
        height: auto;
        margin-top: 10rem;
    }
.headerNosotros{
    height: 50rem;
}
    .informacionheaderNosotros .primerparraNosotros {
        width: 320px !important;
        height: 120px !important;
        max-width: 504px;
        font-size: 16px;
        line-height: 20px !important;
    }

    .informacionheaderNosotros h1 {
        font-size: 36px;
        line-height: 44px;
        letter-spacing: 0.4%;
        max-width: 90%;
        width: 320px !important;
        height: 132px !important;
        max-width: 504px;
        font-weight: 0;
    }
    .headerNosotros::before{
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(131, 35, 105, 0) 0%, rgba(131, 35, 105, 0.9) 71.25%);
    }
}
@media (max-width:768px){
    .informacionheaderNosotros{
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0 5%;
        height: auto;
    }
    .informacionheaderNosotros h1{
        font-family: Outfit;
        font-weight: 700;
        font-size: Display Small/Size;
        line-height: 44px;
        letter-spacing: 0.4%;
        text-align: center;
        vertical-align: middle;
        margin-top: 2rem;
    }
    .informacionheaderNosotros .primerparraNosotros{
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0.5px;
        max-width: 90%;
    }
    .headerNosotros::before{
        background: linear-gradient(to bottom, rgba(131, 35, 105, 0) 0%, rgba(131, 35, 105, 0.9) 71.25%) !important;

    }
}
@media (min-width:425px) and (max-width:600px){
    .informacionheaderNosotros{
        height: 50vh;
    }
    .informacionheaderNosotros{
        margin-top: 5vh;
    }
}


@media (min-width: 768px) and (max-width: 1024px) {
    .informacionheaderNosotros{
        margin-top: 17vh;
    }
}

@media (max-width: 360px) {
    .informacionheaderNosotros {
        margin-top: 35% !important;
    }
}