.elementor-860 .elementor-element.elementor-element-00b4518{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-097739b */.hga-nosotros-hero{
    width:100%;
    padding:90px 20px 70px;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    background:#fff;
}

.hga-nosotros-hero__wrap{
    max-width:1240px;
    margin:0 auto;
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:70px;
    align-items:start;
}

.hga-nosotros-hero__image img{
    width:100%;
    height:620px;
    object-fit:cover;
    display:block;
    filter:grayscale(100%);
}

.hga-nosotros-hero__content{
    padding-top:0;
}

.hga-nosotros-hero__label{
    color:#DD0426;
    font-size:18px;
    font-weight:400;
    letter-spacing:8px;
    text-transform:uppercase;
    margin-bottom:28px;
}

.hga-nosotros-hero__title{
    margin:0;
    color:#000;
    font-size:55px;
    font-weight:800;
    line-height:.98;
    letter-spacing:-2.5px;
}

.hga-nosotros-hero__title span{
    display:inline-block;
    background:#DD0426;
    color:#fff;
    padding:8px 22px 10px;
    margin-bottom:8px;
    line-height:1;
}

.hga-nosotros-hero__focus{
    margin-top:58px;
}

.hga-nosotros-hero__focus h3{
    margin:0 0 28px;
    color:#000;
    font-size:24px;
    font-weight:800;
    line-height:1.2;
}

.hga-nosotros-hero__items{
    display:flex;
    flex-direction:column;
    gap:26px;
}

.hga-nosotros-hero__item{
    display:grid;
    grid-template-columns:40px 1fr;
    align-items:flex-start;
    gap:10px;
}

.hga-nosotros-hero__arrow{
    color:#000;
    font-size:28px;
    font-weight:300;
    line-height:1;
}

.hga-nosotros-hero__text{
    color:#5f5f5f;
    font-size:22px;
    font-weight:300;
    line-height:1.15;
}

.hga-nosotros-hero__text strong{
    color:#DD0426;
    font-weight:800;
    margin-right:6px;
}

.hga-nosotros-hero__text span{
    color:#5f5f5f;
}

/* Responsive tablet */
@media (max-width:1024px){
    .hga-nosotros-hero{
        padding:70px 24px 60px;
    }

    .hga-nosotros-hero__wrap{
        grid-template-columns:1fr;
        gap:45px;
    }

    .hga-nosotros-hero__image img{
        height:520px;
    }

    .hga-nosotros-hero__title{
        font-size:48px;
    }
}

/* Responsive móvil */
@media (max-width:767px){
    .hga-nosotros-hero{
        padding:50px 18px 45px;
    }

    .hga-nosotros-hero__wrap{
        gap:35px;
    }

    .hga-nosotros-hero__image img{
        height:420px;
    }

    .hga-nosotros-hero__label{
        font-size:14px;
        letter-spacing:5px;
        margin-bottom:20px;
    }

    .hga-nosotros-hero__title{
        font-size:38px;
        letter-spacing:-1.5px;
    }

    .hga-nosotros-hero__title span{
        padding:7px 14px 9px;
    }

    .hga-nosotros-hero__focus{
        margin-top:42px;
    }

    .hga-nosotros-hero__focus h3{
        font-size:21px;
    }

    .hga-nosotros-hero__item{
        grid-template-columns:30px 1fr;
    }

    .hga-nosotros-hero__arrow{
        font-size:24px;
    }

    .hga-nosotros-hero__text{
        font-size:19px;
    }
}/* End custom CSS */