.iblock {
    display: flex;
    background: transparent;
    padding-block: 32px;
     background-color: #FFF;
      padding: 50px 48px 50px 48px;
}
.iblock .contenedor_left {
    display: flex;
    flex-direction: column;
    gap: 64px;
    padding-left:24px;
    padding-right:88px;
    box-sizing: content-box;
    max-width:422px;
}
.iblock .contenedor {
    display: flex;
    flex-direction: column;
    gap: 64px;
    padding: 0 24px;
    box-sizing: content-box;
}

.iblock .contenedor_right {
    display: flex;
    flex-direction: column;
    gap: 64px;
    padding: 0 24px;
    box-sizing: content-box;
}

.iblock .img_desktop #imag_desk_2 {
    display: none;
}

.iblock .title_left {
    margin: auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.iblock .contenedor_right .title_right .dato-cont .dato {
    color: var(--color06);
    font-family: var(--font-regular);
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /*text-transform: uppercase;*/
    padding-bottom: 12px;
}
.iblock .contenedor_right .title_right .dato-cont .detalle_dato {
    color: #565656;
    font-family: var(--font-regular);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /*text-transform: uppercase;*/
    padding-bottom: 24px;
}

.iblock .title_left .epigrafe {
    color: #565656;
    font-family: var(--font-regular);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /*text-transform: uppercase;*/
    padding-bottom: 24px;
}

.iblock .title_left .titulo {
    color: var(--color06);
    font-family: var(--font-regular);
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
}

.iblock .title_left .bajada {
    color: var(--color08);
    font-family: var(--font-regular);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.2px;
}




.iblock .description .description__h3 {
    color: var(--color04);
    font-family: var(--font-title);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.iblock .description .description__p {
    color: var(--color13);
    font-family: var(--font-regular);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.2px;
}




@media (max-width: 1510px) {
    
    .iblock .contenedor {
        gap: 32px;
    }
    
    .iblock .title_left {
        gap: 12px;
    }
    
    .iblock .title_left .epigrafe {
        
    }
    
    .iblock .img_desktop #imag_desk_1 {
        object-fit: cover;
        width:100%;
    }
    
    .iblock .contenedor {
        gap: 36px;
    }
    
    .iblock .contenedor .description {
        gap: 20px;
    }
}
@media (max-width: 1200px) {
    
    .iblock .contenedor {
        max-width: 963px;
        padding: 0;
    }
    .iblock .contenedor_left .img_desktop,
    .iblock .img_desktop #imag_desk_2 {
        display: block;
        width: 100%;
    }
    
    .iblock .contenedor_left .contenedor {
        padding: 0 13px;
    }
    
}
@media (max-width: 768px) {
    .iblock {
        padding: 30px 16px;
    flex-direction: column;
    }
    .iblock .contenedor_left{
        padding:0;
    }
    .iblock .contenedor_right{
        padding:0;
    }
    .iblock .title_left .epigrafe {
        padding-bottom: 8px;
        font-size: 0.75rem;
    }
    
    .iblock .title_left .titulo {
        font-size: 1.625rem;
        line-height: 1.875rem;
    }
    
    .iblock .title_left .bajada {
        font-size: 1rem;
        line-height: 22px;
    }
    .iblock .title_left {
    margin-bottom: 48px;
    }
    .iblock .contenedor_right .title_right .dato-cont .detalle_dato {
    margin-bottom: 61px;
        font-size: 1rem;
        line-height: 22px;
    }
    .iblock .description .description__h3 {
        font-size: 1rem; 
        font-weight: 700;
    }
    
    .iblock .description .description__p {
        font-size: 16px;
        line-height: 22.4px;
    }
}