.content-all {
    /* border:solid 1px red; */
    padding: 0;
    margin: 0 auto;
    max-width: 100vw;
    width: 100%;

}

#portada {
    height: calc(100vh);
    width: 100%;
    /* max-width: var(); */
    background-size: cover;
    background-position: 50%;
    background-attachment: fixed;
    padding: 1rem;
    color: #fff;
    border-radius: 0;
    position: sticky;
    top: 0;
}

#portada .content {
    display: block;
    width: calc(100% - 2rem);
    max-width: 90%;
    margin: auto auto;
    height: 75%;
}

/* .content-all .box {
    min-height: 100vh;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: 50%;
    background-attachment: fixed;
    padding: 1rem;
    color: #fff;
    border-radius: 0;
} */

.box .content {
    display: block;
    width: calc(100% - 2rem);
    max-width: 90%;
    margin: auto auto;
    height: 75%;
    color: #fff;

}




.foto {
    width: clamp(200px, 50vw, 300px);
    height: clamp(200px, 50vw, 300px);
    border: solid 1px #fff1;
    display: block;
    border-radius: 50%;
    box-shadow: 0 0 8px #0005;
    margin: 0 auto;
    filter: blur(4px);
}

.emailCorporativo {
    /* border: solid 1px; */
    padding: 1rem;
    margin: 1rem auto;
    display: block;
    text-align: center;
    font-weight: 600;
}

#forVendors,
#forInvestors {
    /* position: sticky; */
    /* top: var(--headerH); */
    background: var(--bodyC);
}



#forInvestors {
    background: #1d2d33;
}


#quienesSomos p {
    width: clamp(260px, 100%, 600px);
    margin: 1rem auto;
}



#consultas {
    width: clamp(300px, 100%, 500px);
    margin: 0 auto;
}

.auto-resize {
    min-height: 50px;
    max-height: 200px;
    resize: none;
}

@supports (field-sizing: content) {
    .auto-resize {
        field-sizing: content;
    }
}