.nosotros-gestionamos {
    background-image: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)), url("/img/chief-of-delivery-center.webp");
    min-height: 80vh;
    padding: 95px 96px 32px;
}

.header-info {
    padding: 45px 32px;
    display: flex;
    align-items: center;
    gap: 32px;
}

.header-text {
    width: 50%;
}

.header-form {
    width: 50%;
    padding: 0px 32px;
}

.header-title {
    font-size: 6vw;
    line-height: 1;
    color: white;
    margin-bottom: 32px;
    font-family: Barlow-Bold;
}

.header-title > span {
    color: #ECA500;
    font-size: 6vw;
    line-height: 1;
}

.header-subtitle {
    background-color: #ECA500;
    color: white;
    width: max-content;
    padding: 8px 24px 8px;
    border-radius: 10px;
    font-size: 19px;
    margin: 32px 0px 0px;
    line-height: 1;
}

.header-subtitle-left-icon{
    font-size: 25px;
    line-height: 0;
    padding-left: 12.8px;
    font-family: Barlow-Light;
    font-weight: 100;
}

.form-title {
    text-align: center;
    color: white;
    font-size: 48px;
    line-height: 1;
    font-family: Barlow-Bold;
    margin-bottom: 18px;
}


/*responsive*/

@media screen  and (max-width: 1078px){
    .nosotros-gestionamos {
        padding: 45px 45px 15px;
    }
}


@media screen and (max-width: 1026px) {
    .nosotros-gestionamos {
        padding-left: 32px;
        padding-right: 32px;
    }

    .header-form {
        padding: 0;
        width: 100%;
    }

    .header-text {
        width: 100%;
    }

    .header-title {
        font-size: 32px;
    }
    
    .header-info {
        display: flex;
        flex-direction: column;
        padding: 0px 0px;
        align-items: center;
        gap: 32px;
    }

}