/* actulización 30 de abril 2025*/ 
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
}
img{
    max-width: 100%;
    object-fit: contain;
}
body{
    background: #f4f4f4;
    color: var(--c_par);
    font-family: "Host Grotesk", serif;
    font-weight: 300;
    position: relative;
}
:root{
    --c_pri:#114A31;
    --c_sec:#A7C714;
    --c_ter:#F0821A;
    --c_par:#000;
}

.pagina{
    display: none;
    animation: pageIn 1s forwards;
    animation-fill-mode: both;
}
.pagina.current{
    display: flex;
    
}
@keyframes pageIn{
    from{ opacity: 0;}
    to{ opacity: 1;}
}
.s_infografia{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cnt_gen_infg{
    width: 90%;
    max-width: 1280px;
    margin: 24px auto;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    flex-direction: column;
}
.baner_infg{
    background: url(../images/bg_banner_top.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 4%;
    padding: 60px 6%;
}
.col_izq_baner{
    width: 40%;
    display: flex;
    flex-direction: column;
}
.txt_bn_1{
    font-size: 32px;
    color: #fff;
}
.txt_bn_1 span{
    font-weight: 800;
}
.txt_bn_2{
    color: var(--c_sec);
    font-size: 24px;
    padding-top: 48px;
    font-weight: 300;
}
.txt_bn_2 span{
    font-weight: 800;
}
.img_baner{
    width: 310px;
    animation: anim_img_banner 4s infinite;
}
.img_baner img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.col_der_baner{
    width: 22.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.txt_bn_3{
    width: 100%;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
.logo_baner{
    width: 100%;    
}
.s_bg_palm{
    width: 100%;
    background: url('../images/bg_palmeras.png') center;
    padding: 56px 6%;
}
.cnt_txts_estrat{
    width: 100%;
    max-width: 778px;
    margin: 0 auto;
    display: flex;
    gap: 32px;
    flex-direction: column;
}
.h_sec{
    font-size: 28px;
    font-weight: 300;
    color: var(--c_pri);
    text-align: center;
}
.h_sec span{
    font-weight: 800;
}
.par_med{
    font-size: 20px;
    text-align: center;
}
.cnt_list_estrat{
    width: 100%;
    max-width: 930px;
    display: flex;
    gap:3%;
    padding-top: 64px;
    margin: auto;
}
.col_strat{
    width: 33%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.ic_strat img{
    object-fit: contain;
}
.h_col_estr{
    width: 100%;
    font-size: 20px;
    color: var(--c_ter);
    text-transform: uppercase;
}
.txt_col_strat{
    font-size: 16px;
    color: #000;
}
.s_bl_gen{
    width: 100%;
    background: #fff;
    padding: 64px 6%;
    text-align: center;
    flex-direction: column;
    align-items: center;
}
.cnt_objetivos_sost{
    max-width: 708px;
    width: 100%;
    display: flex;
    gap:40px;
    margin: auto;
}
.list_obj{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr 1fr;
    gap: 24px;
}
.cuadro_obj{
    width:100%;
}
.cuadro_obj img{
    object-fit: contain;
}
.cnt_itms_cntxt{
    width: 100%;
    max-width:895px;
    display: flex;
    margin: auto;
    padding-top: 48px;
}
.col_cntxt{
    width: 33.33%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-right: 2px dotted var(--c_ter);  
    padding: 0 6%;  
}
.col_cntxt:last-child{
    border: none;
}
.porc_cntxt{
    font-size: 28px;
    font-weight: 800;
    color: var(--c_ter);
}
.txt_cntxt span{
    color: var(--c_ter);
    font-weight: bold;
}
.nube_cntxt{
    position: relative;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #7FAA2A;
    padding: 12px;
    width: 150px;
    align-self: center;
    margin-top: 12px;
}
.nube_cntxt:before{
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    background: url(../images/punta_nube.svg) no-repeat center;
    background-size: auto 100%;
    top: -10px;
    left: 45%;
}
.nube_cntxt .porc_cntxt{
    color: #fff;
}
.txt_nube_cntx{
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
}
.cuadro_desemp{
    width: 100%;
    height: 100%;
    background: var(--c_ter);
    border-radius: 12px;
    padding: 24px 16px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
}
.txt_desemp_gen{
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.cuadro_desemp .porc_cntxt{
    color: #FFEDB6;
}

.cnt_gen_mid{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.top_cn_mid{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 40px;
    padding-bottom: 48px;
    padding-left: 5%;
    border-bottom: 2px dotted var(--c_ter);
}
.h_cn_mid{
    font-size: 24px;
    color: var(--c_pri);
    text-align: left;
    line-height: 26px;
}
.w_h_mid_1{
    width: 285px;
}
.w_h_mid_2{
    min-width: 208px;
    width: 208px;
}
.cnt_cols_top_mid{
    display: flex;
}
.col_cn_mid{
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
    border-right: 2px dotted var(--c_ter);
    padding: 0 60px;
}
.inf_col_cn_mid{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.col_cn_mid:last-child{
    border: none;
    padding-right: 0;
}
.ic_mid{
    height: 64px;
}
.ic_mid img{
    height: 100%;
    object-fit: contain;
}
.cnt_bot_mid{
    width: 100%;
}
.cnt_bot_mid{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 40px;
    padding-left: 5%;
    padding-top: 48px;
}
.cnt_cols_bot_mid{
    display: flex;
}
.cnt_cols_bot_mid .col_cn_mid{
    padding: 0 48px;
}
.cnt_cols_bot_mid .col_cn_mid:last-child{
    padding-right: 0;
}
.row_ic_num{
    display: flex;
    gap: 8px;
}
.ic_mid_bot{
    height: 40px;
}
.ic_mid_bot img{
    height: 100%;
    object-fit: contain;
}
.num_col_mid_bot{
    font-size: 28px;
    font-weight: bold;
    color: var(--c_ter);
}
.row_cert_top{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 48px 0;
    border-bottom: 2px dotted var(--c_ter);
    gap: 48px;
}
.row_cert_top .logo_co{
    min-width: 70px;
}
.itm_cert_top{
    max-width: 186px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
}
.txt_cert_top{
    font-size: 16px;
    font-weight: bold;
}
.row_cert_bot{
    width: 100%;
    padding: 56px 0;
    display: flex;
    justify-content: center;
}
.h_meta{
    font-size: 24px;
    color: var(--c_sec);
    font-weight: bold;
    padding: 16px;
    border-right: 3px solid var(--c_sec);
}
.cnt_num_txt_meta{
    display: flex;
    gap: 12px;
    max-width: 365px;
    align-items: center;
    padding: 0 24px;
}
.porc_meta{
    min-width: 68px;
    font-size: 24px;
    color: var(--c_sec);
    font-weight: bold;
}
.txt_meta{
    font-size: 16px;
    font-weight: 300;
    padding-left: 16px;
}
.cnt_txt_cert_aps{
    display: flex;
    gap: 24px;
    align-items: center;    
    max-width: 478px;
    gap: 16px;
}
.txt_cert_aps{
    font-size: 16px;
    font-weight: 300;
    padding-left: 24px;
    border-left: 2px dotted var(--c_ter);
}
.img_aps{
    min-width: 122px;
}
.s_bnts_nav{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row-reverse;
    padding: 48px 5%;
    position: relative;
}
.s_bnts_nav.pg_1{
    padding: 0;
}
.btn_nav{
    border-radius: 40px;
    padding: 10px 10px 10px 24px;
    background: linear-gradient(90deg, #7FAA2A 0%, #114A31 100%);
    color: #fff;
    line-height: 26px;
    font-size: 22px;
    display: flex;
    gap: 12px;
    align-items: center;
    cursor: pointer;
    transition: all .3s;
}
.btn_nav:hover{
    transform: scale(1.05);
}
.btn_nav b{
    font-weight: bold;
}
.btn_nav img{
    display: block;
}
.btn_nav.ant{
    padding: 10px 24px 10px 10px;
}
.btn_nav.ant img{
    transform: rotate(180deg);
}

.pagina_2{
    background: linear-gradient(32deg, #0E424E 0%, #104A31 100%);
    background-size: 100% auto;
    position: relative;
}
.pagina_2:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: url(../images/bg_pag_verde.png) repeat;
    box-sizing: 100% auto;
}
.s_h_ic_tx{
    width: 100%;
    padding: 48px 0;
    position: relative;
}
.row_h_ic_tx{
    width: 100%;
    display: flex;
    justify-content: center;
}
.h_ic_tx{
    display: flex;
    gap: 16px;
    align-items: center;
    font-size: 24px;
    color: var(--c_pri);
    background: #fff;
    border-radius: 10px;
    padding: 12px 24px;
}
.row_tabla_desp_eco{
    width: 90%;
    max-width: 980px;
    display: flex;
    margin: auto;
    padding: 64px 0;
}
.col_1_desp_eco{
    max-width: 222px;
    padding-right:60px;
    border-right:2px dotted var(--c_ter);
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.itm_col_1_desp_eco{
    display: flex;
    flex-direction: column;
}
.itm_col_1_desp_eco .h_beige{
    padding-bottom: 8px;
    border-bottom: 2px solid var(--c_sec);
    margin-bottom: 12px;
}
.h_beige{
    font-size: 20px;
    font-weight: bold;
    color: #FFEDB5;
    line-height: 24px;
}
.h_beige b{
    font-size: 30px;
    line-height: 30px;
}
.txt_bl_cols_desp_eco{
    font-size: 16px;
    line-height: 19px;
    color: #fff;
}
.nube_col_1_desp_eco{
    width: 100%;
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 6px;
    border:2px solid var(--c_sec);
    position: relative;
}
.nube_col_1_desp_eco:before{
    content: "";
    background:#10453F;
    position: absolute;
    left: 48%;
    top: -8px;
    width: 12px;
    height: 12px;
    border-radius: 4px 0 0 0;
    border: 2px solid var(--c_sec);
    border-right: none;
    border-bottom: none;
    transform:rotate(45deg);
}
.nube_col_1_desp_eco .h_beige,
.nube_col_1_desp_eco .txt_bl_cols_desp_eco{
    text-align: center;
}
.col_2_desp_eco{
    max-width: 330px;
    border-right:2px dotted var(--c_ter);
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 0 54px;
}
.nube_blanca_col_2_desp_eco{
    padding: 12px;
    background: #fff;
    display: flex;
    gap: 24px;
    border-radius: 10px;
}
.col_nube_blanca{
    width: 45%;
    display: flex;
    flex-direction: column;
}
.ics_nube_blanca_desp_eco{
    width: 100%;
    display: flex;
    gap: 8px;
    justify-content: space-between;
}
.ic_nb_de{
    max-width: 29px;
}
.cnt_2_nube_bln{
    width: 55%;
    border-radius: 4px;
    border:2px solid var(--c_sec);
    position: relative;
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cnt_2_nube_bln:before{
    content: "";
    background:#fff;
    position: absolute;
    top: 42%;
    left: -12px;
    width: 18px;
    height: 18px;
    border-radius: 0 0 0 4px;
    border: 2px solid var(--c_sec);
    border-right: none;
    border-top: none;
    transform:rotate(45deg);
}
.numb_nube_blanca_desp_eco{
    font-size: 24px;
    color: #A7C714;
    font-weight: bold;
    position: relative;
}
.tx_nube_blanc_desp_Eco{
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    position: relative;
}

.itm_col_2_desp_eco{
    display: flex;
    flex-direction: column;
}

.nube_col_1_desp_eco.flex-row{
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.nube_col_1_desp_eco.flex-row .h_beige{
    color: var(--c_sec);
    
}
.col_3_desp_eco{
    max-width: 260px;
    padding-right:60px;
    border-right:2px dotted var(--c_ter);
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 0 56px;
}
.itm_top_col_3_desp_eco{
    display: flex;
    flex-direction: column;
}
.h_itm_top_col_3_desp_eco{
    font-size: 32px;
    font-weight: bold;
    color: var(--c_sec);
}
.txt_itm_top_col_3_desp_eco{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 19px;
}
.txt_itm_top_col_3_desp_eco span{
    color: var(--c_sec);
}
.itm_col_3_desp_eco{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.porc_itm_c_3_de{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.col_4_desp_eco{
    padding-left: 56px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
}
.cnt_banderas{
    width: 41px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    align-items: center;
    padding: 32px 0;
}
.cnt_banderas:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -24px;
    border: 2px dotted var(--c_ter);
    border-right: none;
}
.ic_bandera{
    text-align: center;
    width: 100%;
}
.cnt_inf_desemp_2{
    width: 90%;
    max-width: 1136px;
    margin: auto;
}
.row_desp_amb_top{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 48px 0;
    padding-bottom: 40px ;
    border-bottom: 2px dotted var(--c_ter);
}
.col_izq_desp_amb_top{
    width: 44%;
    display: flex;
    gap: 24px;
    padding-right: 40px;
    border-right: 2px dotted var(--c_ter);
    align-items: center;
}
.img_1_sec_prod{
    min-width: 99px;
}
.txt_bl_pg2{
    font-size: 20px;
    color: #fff;
}
.txt_bl_pg2 span{
    color: var(--c_sec);
}
.col_der_desp_amb_top{
    width: 56%;
    display: flex;
    gap: 24px;
    padding-left: 40px;
    align-items: center;
}
.inf_izq_col_der_amb_top{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.logo_satelligence{
    width: 160px;
}
.inf_cuadro_ver_desp_amb_top{
    width: 300px;
    display: flex;
    gap: 12px;
    padding: 16px 12px;
    border-radius: 10px;
    align-items: center;
    background-color: var(--c_sec);
}
.porc_reporte_11-23{
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}
.num_porc_reporte_11-23{
    font-size: 48px;
    line-height: 50px;
    font-weight: bold;
    color: var(--c_pri);
}
.tx_s_reporte_11-23{
    font-size: 10px;
    color: var(--c_pri);
}
.txt_reporte_area_cult{
    font-size: 16px;
    font-weight: 300;
    color: var(--c_pri);
    line-height: 1.2em;
}
.row_desp_amb_bot{
    padding: 40px 0;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 32px;
}
.col_izq_desp_amb_bot{
    max-width: 442px;
    display: flex;
    gap: 32px;
    align-items: center;
}
.ic_espiga{
    min-width: 69px;
}
.col_der_desp_amb_bot{
    width: 66%;
    display: flex;
    align-items: center;
    gap: 32px;
}
.logo_cero_defor{
    width: 88px;
    min-width: 88px;
}
.col_txt_ver_aceite_crudo{
    font-size: 20px;
    line-height: 24px;
    color: var(--c_sec);
    font-weight: bold;
    padding: 24px 0 24px 24px;
    position: relative;
    min-width: 210px;
}
.col_txt_ver_aceite_crudo:before{
    content: "";
    width: 33px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px dotted var(--c_ter);
    border-right: none;
    border-radius: 10px 0 0 10px;
}
.col_txt_ver_aceite_crudo > span{
    font-size: 32px;
}
.row_palmicul_baja_carbono{
    padding: 40px 0;
}
.row_palmicul_baja_carbono .txt_bl_pg2{
    font-size: 20px;
    text-align: center;
}
.row_espc_baj_carbono{
    width: 100%;
    max-width: 1010px;
    display: flex;
    gap: 60px;
    margin: auto;
}
.col_espc_baj_carbono{
    display: flex;
    gap: 16px;
    align-items: center;
}
.cnt_inf_bajo_carb{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
    .gei_2021{
    font-size: 10px;
    color: #fff;
}
.col_espc_baj_carbono.w_1{
    width: 30%;
}
.col_espc_baj_carbono.w_2{
    width: 30%;
}
.col_espc_baj_carbono.w_3{
    width: 40%;
}
.s_plantas{
    width: 100%;
    padding: 40px 5%;
    display: flex;
    justify-content: center;
    border-top: 1px solid var(--c_sec);
    border-bottom: 1px solid var(--c_sec);
    gap: 60px;
    position: relative;
}
.col_plantas{
    max-width: 182px;
    display: flex;
    flex-direction: column;
}
.col_plantas .h_beige{
    border-bottom: 2px solid var(--c_sec);
    padding-bottom: 8px;
}
.txt_bl_cols_plantas{
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    padding: 8px 0 0;
}
.txt_bl_cols_plantas b{
    font-weight: bold;
    color: #FFEDB5;
}

.s_m_practicas{
    width: 100%;
    max-width: 1136px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.cnt_top_m_practicas{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5%;
    padding-bottom: 48px;
    border-bottom: 1px dotted var(--c_ter);
}
.row_hd_m_practicas{
    width: 100%;
    position: relative;
    padding: 0 0 48px;
}
.h_m_practicas{
    font-size: 24px;
    color: #fff;
    text-align: center;
}
.logo_biocarbono{
    position: absolute;
    top: 12px;
    right: 0;
}
.row_list_m_practicas{
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.col_m_practica{
    display: flex;
    flex-direction: column;
    max-width: 234px;
    gap: 10px;
}
.col_m_practica .h_beige{
    border-bottom: 2px solid var(--c_sec);
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.cnt_bot_m_practicas{
    width: 100%;
    display: flex;
    padding: 40px 0;
}
.col_inf_bot_m_practica{
    width: 100%;
    padding: 0 32px;
    display: flex;
    flex-direction:column;
    border-right: 2px dotted var(--c_ter);
}

.col_inf_bot_m_practica:last-child{
    border: none;
}
.col_inf_bot_m_practica.w_1,
.col_inf_bot_m_practica.w_3{
        max-width: 350px;
}
.col_inf_bot_m_practica.w_2{
    padding: 0 48px;
}

.inner_cont_col_bot_m_practica{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.tx_dest_m_practica{
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #FFEDB5;
}
.tx_dest_m_practica span{
    color: #fff;
}


.s_desmp_social{
    width: 100%;
    max-width: 1136px;
    padding: 64px 0 0;
    margin: auto;
    position: relative;
}

.sec_top_desm_soc{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 64px;
    padding:64px 5% ;
    border-bottom: 2px dotted var(--c_ter);
    position: relative;
}
.row_01_desem_soc{
    width: 100%;
    display: flex;
    gap: 20px;
}
.col_empleo_desem_soc{
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 40%;
}
.row_hacemos_diferencia_desem_soc{
    display: flex;
    gap: 20px;
}
.ic_hacemos_dif_desem_soc{
    min-width: 44px;
}
.txt_hacem_dif_desem_soc{
    font-size: 20px;
    color: #fff;
    font-weight: 300;
}
.txt_hacem_dif_desem_soc b{
    color: #7FAA2A;
}

.row_gen_empleos_totales{
    display: flex;
    flex-direction: column;
    padding-left: 32px;
    border-left: 1px dashed #F0821A;
}
.empleo_total{
    display: flex;
    gap: 10px;
    align-items: center;
    color: #fff;
    font-weight: 800;
    font-size: 20px;
}
.empleo_total span{
    color: #F0821A;
    font-size: 32px;
}

.col_contratos{
    width: 60%;
    border: 2px dashed #F0821A;
    padding: 32px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.ics_contratos{
    display: flex;
    align-items: center;
    gap:10px;
}
.ic_contrac{
    width: 100%;
    min-width: 33px;
    display: flex;
    align-items: center;
}
.ic_contrac img{
    object-fit: contain;
}
.porc_contratos{
    font-size: 32px;
    font-weight: 800;
    color: #F0821A;
    display: flex;
    align-items: flex-end;
}
.porc_contratos span{
    width: 41px;
    display: block;
    text-align: right;
}
.txt_contratos{
    font-size: 20px;
    color: #fff;
    font-weight: 300;
}
.cuadro_bl_top_desem_soc{
    width: 90%;
    padding: 0 ;
    margin: auto;
    border-radius: 10px;
    position: relative;
    padding: 0 48px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #fff;
    border-top: none;
}
.cuadro_bl_top_desem_soc:before,
.cuadro_bl_top_desem_soc:after{
    content: "";
    width: 10%;
    height: 10px;
    border-radius: 10px;
    border-top: 1px solid #fff;
    position: absolute;
    top: 0;
}
.cuadro_bl_top_desem_soc:before{
    left: 0;
    border-top-right-radius: 0;
}
.cuadro_bl_top_desem_soc:after{
    right: 0;
    border-top-left-radius: 0;
}
.h_cuadro_bl_desem_soc{
    font-size: 20px;
    color: #fff;
    text-align: center;
    width: 80%;
    margin-top: -20px;
    font-weight: 300;
}
.h_cuadro_bl_desem_soc span{
    color: #7FAA2A;
    font-weight: bold;
}
.row_nums_cuadro_bl{
    width: 100%;
    display: flex;
    gap: 3%;
    padding-top: 24px;
}
.col_num_cuadro_bl{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.num_cuadro_bl{
    font-size: 32px;
    font-weight: bold;
    color: #7FAA2A;
}
.txt_num_cuadro_bl{
    font-weight: 300;
    color: #fff;
}
.txt_num_cuadro_bl span{
    color: #7FAA2A;
    font-weight: 600;
}
.alianzas_desemp_soc{
    width: 100%;
    max-width: 822px;
    padding: 16px 24px;
    background-color: #D9D9D9;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin: auto;
}
.etq_alianza{
    font-size: 24px;
    color: #666;
}

.sec_bot_desm_soc{
    width: 100%;
    padding: 56px 0 56px 6%;
}

.sub_h_der_humanos{
    width: 100%;
    font-size: 20px;
    color: #fff;
    font-weight: 300;
}

.row_riesgos_der_hum{
    width: 100%;
    padding: 32px 6% 32px 0;
    display: flex;
    justify-content: space-between;
    gap: 24px;
}
.cuadro_rie_der_hum{
    padding: 24px;
    border-radius: 10px;
    background: #A7C714;
    font-size: 20px;
    color: #114A31;
    font-weight: bold;
    width: 40%;
}
.sep_vert{
    width:1px;
    display: block;
    border-left: 2px dotted #F0821A;
}
.col_cont_ries_der_hum{
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 50%;
    justify-content: center;
}
.row_cont_ries_der_hum{
    width: 100%;
    gap: 16px;
    display: flex;
    align-items: center;
}
.num_cnt_ries_der_hum{
    width: 83px;
    min-width: 83px;
    font-size: 32px;
    color: #A7C714;
    font-weight: 800;
    text-align: right;
}
.txt_cnt_ries_der_hum{
    font-size: 16px;
    color: #fff;
}
.txt_cnt_ries_der_hum b{
    color: #A7C714;
}
.row_bot_bot_desc_soc{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 48px;
}
.col_izq_bot_bot_desc_soc{
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 215px;
    width: 20%;
    align-self: center;
}
.ic_bien_comun_palm{
    width: 62px;
    height: 62px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.txt_bien_comun_palm{
    font-size: 20px;
    color: #fff;
    font-weight: 300;
}
.txt_bien_comun_palm b{
    font-weight: 800;
}
.flecha_bot{
    width: 36px;
    height: 36px;
    align-self: center;
}
.flecha_bot img{
    object-fit: contain;
}
.cuadro_bot{
    border-radius: 8px;
    border: 2px dotted #F0821A;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.h_cuadro_bot{
    display: flex;
    gap: 12px;
    align-items: center;
}
.ic_h_cuadro_bot{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ic_h_cuadro_bot img{
    object-fit: contain;
}
.h_cuadro_bot b{
    font-size: 20px;
    color: #fff;
}
.itm_txt_cuadro_bot{
    width: 100%;
    font-size: 16px;
    color: #fff;
}
.itm_txt_cuadro_bot b{
    color: #A7C714;
}
.cd_1{
    width: 27%;
}
.cd_2{
    width: 32%;
}
.row_ant{
    flex-flow: row;
}

/**********************************************/
.anim_icons{
    animation: anim_icons 2s infinite;
}
.anim_delay_1{
    animation-delay: 0.6s;
}
.anim_delay_2{
    animation-delay: 1.2s;
}
.anim_delay_3{
    animation-delay: 1.8s;
}
.anim_delay_4{
    animation-delay: 2.4s;
}
@keyframes anim_icons {
    0%{transform: translatey(0px);}
    50%{transform: translatey(-8px);}
    100%{transform: translatey(0px);}
}
@keyframes anim_img_banner {
    0%{transform: rotate(0deg);}
    50%{transform: rotate(-10deg);}
    100%{transform: rotate(0deg);}
}


/****************************************************/

@media (max-width:1050px){

    .row_cert_top{
        flex-wrap: wrap;
    }
    .itm_cert_top{
        flex-basis: 120px;
        flex-grow: 1;
    }

    .row_tabla_desp_eco{
        padding-bottom: 0;
    }
    .col_1_desp_eco{
        padding-right: 24px;
    }
    .col_2_desp_eco,
    .col_3_desp_eco{
        padding: 0 24px;
    }
    .col_4_desp_eco{
        padding-left: 24px;
    }

    .row_hd_m_practicas{
        padding-right: 134px;
    }

    .sec_bot_desm_soc{
        padding: 64px 5% 0;
    }


    .row_bot_bot_desc_soc{
        padding-bottom: 64px;
    }

}

@media (max-width:960px){
    .s_bnts_nav{
        padding: 0;
    }
    .btn_nav{
        position: fixed;
        top: 45%;
    }
    .btn_nav span{
        display: none;
    }
    .btn_nav.ant{
        left: 1%;
    }
    .btn_nav.sig{
        right: 1%;
    }

    .baner_infg{
        flex-direction: column;
        align-items: center;
        padding: 40px 5%;
    }
    .col_izq_baner{
        width: 100%;
    }
    .txt_bn_2{
        padding-top: 16px;
    }
    .col_der_baner{
        width: 100%;
    }
    .logo_baner{
        text-align: center;
        padding-top: 24px;
    }


    .col_cntxt{
        padding: 0 24px;
    }


    .top_cn_mid{
        padding-left: 0;
        flex-direction: column;
    }
    .cnt_bot_mid{
        flex-direction: column;
        padding-left: 0;
    }

    .h_cn_mid,
    .w_h_mid_2{
        min-width: 148px;
        width: 100%;
        text-align: center;
    }

    .col_cn_mid:first-child{
        padding-left: 0;
    }

    .row_desp_amb_top{
        flex-direction: column;
    }
    .col_izq_desp_amb_top{
        width: 100%;
       border-right: none;
        border-bottom: 2px dotted var(--c_ter);
        padding-bottom: 24px;
    }
    .col_der_desp_amb_top{
        width: 100%;
        padding-top: 24px;
        padding-left: 0;
        justify-content: space-between;
    }

    .row_desp_amb_bot{
        flex-direction: column;
    }
    .col_der_desp_amb_bot{
        width: 100%;
    }

    .col_espc_baj_carbono{
        flex-direction:column ;
    }

    .row_cert_bot{
        flex-wrap: wrap;
        row-gap: 32px;
        padding-bottom: 0;
    }
    .h_meta{
        text-align: center;
        border: none;
    }
    .cnt_num_txt_meta{
        flex-grow: 1;
    }
    .cnt_txt_cert_aps{
        flex-grow: 1;
    }


    .s_plantas{
        gap: 40px;
    }

    .row_01_desem_soc{
        flex-direction: column;
    }
    .col_empleo_desem_soc{
        width: 100%;
        flex-direction: row;
    }
    .col_contratos{
        width: 100%;
    }

    .row_nums_cuadro_bl{
        flex-wrap: wrap;
        row-gap: 32px;
    }
    .col_num_cuadro_bl{
        flex-basis: 30%;
        flex-grow: 1;
    }

}
@media (max-width:768px){
    .txt_bn_1{
        font-size: 24px;
    }
    .txt_bn_2{
        font-size: 20px;
    }
    .txt_bn_3{
        font-size: 20px;
    }
    .h_sec{
        font-size: 24px;
    }
    .par_med{
        font-size: 18px;
    }
    .cnt_list_estrat{
        flex-direction: column;
    }
    .btn_nav img{
        width: 20px;
        height: 20px;
    }
    .s_bg_palm{
        padding: 16px 24px 16px;
    }
    .cnt_list_estrat{
        padding: 24px 0;
    }
    .col_strat{
        width: 100%;
        padding-bottom: 16px;
        align-items: center;
        text-align: center;
    }

    .btn_nav{
        padding: 6px;
    }
    .btn_nav.ant{
        padding: 6px;
    }
    .cnt_itms_cntxt{
        flex-direction: column;
    }
    .cnt_itms_cntxt{
        padding: 16px 0 0;
    }

    .col_cntxt{
        width: 100%;
        border: none;
        border-bottom: 2px dotted var(--c_ter);
        padding: 24px 0;
        align-items: center;
        text-align: center;
    }

    .cnt_cols_top_mid{
        flex-direction: column;
        width: 100%;
    }
    .h_col_estr{
        font-size: 16px;
    }
    .col_cn_mid{
        flex-direction: row;
        flex: none;
        align-items: center;
        padding: 16px;
        width: 100%;
        border: 0;
        border-bottom: 1px dotted var(--c_ter);
    }
    .ic_mid{
        width: 64px;
        margin-right: 24px;
    }
    .inf_col_cn_mid{
        flex-direction: 8px;
    }
    .col_cn_mid:first-child,
    .col_cn_mid:last-child{
        padding: 16px;
    }

    .cnt_cols_bot_mid{
        flex-direction: column;
    }
    .cnt_cols_bot_mid 
    .col_cn_mid{
        flex-direction: column;
        padding: 24px 0;
        text-align: center;
    }

    .h_cn_mid, .h_sec{
        font-size: 20px;
    }

    .row_cert_top{
        row-gap: 24px;
    }

    .row_cert_bot{
        gap: 24px;
    }
    .cnt_num_txt_meta{
        padding: 0;
    }
    .cnt_txt_cert_aps{
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .txt_cert_aps{
        border-left: none;
    }

    .row_h_ic_tx{
        width: 90%;
        margin: auto;
    }
    .h_ic_tx{
        font-size: 20px;
    }

    
    .row_tabla_desp_eco{
        flex-direction: column;
        padding: 24px 0 0;
    }
    .col_1_desp_eco,
    .col_2_desp_eco,
    .col_3_desp_eco,
    .col_4_desp_eco{
        width: 100%;
        max-width: inherit;
        border: none;
        border-bottom: 1px dotted var(--c_ter);
        padding: 16px 0;
    }
    .col_1_desp_eco{
        width: 100%;
        max-width: inherit;
        flex-wrap: wrap;
        flex-direction: row;
        flex-grow: 1;
    }
    .itm_col_1_desp_eco{
        flex-grow: 1;
    }
    .itm_col_1_desp_eco:nth-child(1),
    .itm_col_1_desp_eco:nth-child(2){
        width: 40%;
    }

    .nube_blanca_col_2_desp_eco{
        justify-content: center;
    }
    .col_nube_blanca{
        max-width: 80px;
    }
    
    .col_3_desp_eco{
        display: grid;
        width: 100%;
        grid-template-columns: repeat(2, 49%);
    }

    .cnt_banderas{
        width: 100%;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0;
    }
    .cnt_banderas::before{
        display: none;
    }
    .ic_bandera{
        width: auto;
    }

    .s_h_ic_tx{
        padding:24px 0;
    }
    .col_izq_desp_amb_top{
        padding-right: 0;
    }
    .txt_bl_pg2{
        font-size: 18px;
    }
    .col_der_desp_amb_top{
        flex-direction: column;
    }
    .col_der_desp_amb_bot{
        flex-direction: column;
        row-gap: 12px;
    }

    .row_espc_baj_carbono{
        flex-direction: column;
        gap: 32px;
    }
    .col_espc_baj_carbono.w_1,
    .col_espc_baj_carbono.w_2,
    .col_espc_baj_carbono.w_3{
        width: 100%;
        text-align: center;
        gap: 0;
    }

    .s_plantas{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .row_hd_m_practicas{
        padding: 72px 0 24px;
    }
    .h_m_practicas{
        font-size: 20px;
    }
    .h_m_practicas br{
        display: none;
    }
    .logo_biocarbono{
        left: 0;
        right: 0;
        text-align: center;
    }

    .row_list_m_practicas{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .cnt_bot_m_practicas{
        flex-direction: column;
    }

    .col_inf_bot_m_practica,
    .col_inf_bot_m_practica.w_2{
        width: 100%;
        border:none;
        padding: 16px 24px;
    }

    .col_empleo_desem_soc{
        flex-direction: column;
    }
    .col_contratos{
        flex-direction: column;
    }

    .cuadro_bl_top_desem_soc{
        padding: 0 24px 32px;
    }
    .row_nums_cuadro_bl{
        column-gap: 24px;
    }

    .alianzas_desemp_soc{
        flex-wrap: wrap;
        justify-content: center;
    }

    .row_riesgos_der_hum{
        flex-direction: column;
    }
    .cuadro_rie_der_hum{
        width: 100%;
    }
    .col_cont_ries_der_hum{
        width: 100%;
    }
    .row_cont_ries_der_hum{
        flex-direction: column;
        gap: 0;
        text-align: center;
    }
    .num_cnt_ries_der_hum{
        text-align: center;
    }


    .row_bot_bot_desc_soc{
        flex-direction: column;
        gap: 12px;
    }
    .col_izq_bot_bot_desc_soc{
        width: 100%;
        max-width: none;
        align-items: center;
        text-align: center;
    }
    .flecha_bot{
        transform: rotate(90deg);
    }
    .cd_1, .cd_2{
        width: 100%;
    }
}


