.contenedor-hl-con-fondo {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-position: top left !important;
    background-size: cover !important;
    border-radius: 32px !important;
}
.cont-fondo-hl{
    position: absolute;
    width: 65%;
    height: 100%;
    left: 0;
    top:0;
    border-radius: 32px 0px 0px 32px !important;
    overflow: hidden;
}

.fondo-hl {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    left: 0;
    
}

@media(max-width:768px){
    .contenedor-hl-con-fondo {
        overflow: hidden;
    }
    .container.contenedor-hl-con-fondo .row {
        margin: 0;
    }
    .container.contenedor-hl-con-fondo .row > div:first-child {
        padding: 0;
        margin-bottom: 20px;
    }
    .container.contenedor-hl-con-fondo {
        padding: 24px;
    }
    .hero-landing-section .p-hl-tit{
        font-size: 24px;
        font-weight: 700;
        line-height: normal;
    }
    .hero-landing-section .sub-tit-hl{
        font-size: 20px;
    }
    
    .hero-landing-section .tit-hl-form{
        color: #0093CE;
        font-size: 20px;
        font-weight: 700;
    }
    .cont-fondo-hl{
        width: 100%;
    }
    
}

@media(min-width:768px){
   
    .hero-landing-section .tit-hl-form{
        color: #0093CE;
        font-size: 26px;
        font-weight: 700;
    }
    .hero-landing-section .p-hl-tit{
        font-size: 63px;
        font-weight: 700;
        line-height: normal;
    }
    .hero-landing-section .sub-tit-hl{
        font-size: 30px;
        font-weight: 500;
        line-height: normal;
    }
    
}

.cont-form-l .frm_button_submit.frm_button_submit {    
    border: 0px solid #0093CE !important;
    background: #0093CE !important;
    color: #fff !important;
    border-radius: 62px !important;
    padding: 10px 30px !important;
    font-weight: bold !important;
    margin: 0 0px !important;
    font-size: 14px !important;
    transition: all 0.2s !important;

}
.cont-form-l  .with_frm_style .frm_hidden_container .frm_primary_label, .cont-form-l  .with_frm_style .frm_pos_hidden, .cont-form-l  .frm_hidden_container .frm_primary_label{
    display: none;
}
.cont-form-l .frm_button_submit.frm_button_submit:hover{
    background: #000000 !important;
    border-color: #000000 !important;
    color: #fff !important;
}