*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
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;
}
:root{
    --c_pri:#17754C;
    --c_sec:#83B327;
    --c_ter:#F8AF46;
    --c_par:#666362;
}

.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;
    display: flex;
    flex-direction: column;
}
.baner_infg{
    background: url(../images/bg_banner_top.jpg) no-repeat center;
    background-size: cover;
    padding-left: 115px;
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 6%;
    
}
.cnt_h_baner_infg{
    width: 55%;
    font-size:30px;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-weight: 300;
    align-items: flex-start;
    padding-bottom: 64px;
}
.bold_h{
    font-weight: bold;
    font-size: 43px;
}
.bold_h span{
    color: var(--c_sec);
}
.img_baner_top{
    width: 40%;
    height: 414px;
}
.img_baner_top img{
    width: 100%;
    height: 100%;
    object-position: left center;
    object-fit: cover;
}
.cuerpo_infg{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 24px 0;
    background: url(../images/bg_gen_infg.jpg) repeat center top;
    background-size: 100% auto;
    position: relative;
}
.row_obj_infg{
    width: 100%;
    gap: 6%;
    display: flex;
    padding: 0 115px;
}
.col_obj_infg{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.cnt_inf_obj{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.col_obj_infg.col_linea{
    width: 90%;
    border-bottom: 1px dashed var(--c_ter);
    border-left: 1px dashed var(--c_ter);
    padding-left: 5%;
    padding-bottom: 24px;
}
.h_obj{
    font-size: 28px;
    font-weight: 800;
    color: var(--c_sec);
}
.txt_obj{
    font-size:20px;
    font-weight: 300;
}
.cnt_como_lograrlo{
    width: 100%;
    display: flex;
    padding: 64px 18%;
    flex-direction: column;
    align-items: center;
}
.h_como_log{
    font-size: 49px;
    font-weight: bold;
    color: var(--c_pri);
    text-align: center;
}
.txt_como_log{
    font-size: 35px;
    text-align: center;
    font-weight:300 ;
}

.cnt_gen_ruta{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 1%;
    position: relative;
    padding: 0 115px;
}
.itm_ruta{
    width: 29.3%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 16px 0 0;
    transition: none;
}
.h_itm_ruta{
    font-weight: bold;
    font-size: 16px;
    color: var(--c_sec);
}
.txt_itm_ruta{
    font-size:16px;
}
.cnt_flecha_sep{
    width: 4%;
    align-self: center;
    position: relative;
    display: flex;
    justify-content: flex-end;

    animation: anim_flecha 2s infinite;
}
.ic_flecha_sep{
    width: 30px;
    height: 42px;
    
}
.ic_flecha_sep img{
    width: 100%;
    height: 100%;
}
.cnt_flecha_sep:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    border-top: 1px dashed var(--c_pri);
    top: 50%;
    transform: translateY(-50%);
}
.cnt_flecha_sep.flc_mov{
    display: none;
}
.cnt_flecha_salto{
    width: 70%;
    height: 50px;
    border-bottom: 1px dashed var(--c_pri);
    border-right: 1px dashed var(--c_pri);
    position: relative;
    margin: auto;
    margin-bottom: 64px;
}
.cnt_flecha_salto:before{
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    border-left: 1px dashed var(--c_pri);
}
.cnt_flecha_salto .ic_flecha_sep{
    animation: anim_fleche_salto 2s infinite 1s;
}

.cnt_flecha_salto .ic_flecha_sep{
    position: absolute;
    top:calc(100% + 30px);
    left: 0;
    transform: translateX(-50%) rotate(90deg);
}
.txt_penultimo{
    font-size: 18px;
}
.itm_ruta.itm_final{
    background: var(--c_pri);
    color: #fff;
    padding: 24px 16px;
    border-radius:6px;
    position:relative;
    z-index: 1;
}
.ic_in_item{
    position: absolute;
    animation: anim_icons 2s infinite;
}
.ic_itm_1{
    width: 58px;
    bottom: 90%;
    right: -24px;
}
.ic_itm_2{
    width: 72px;
    bottom: 90%;
    left: 20%;
    animation-delay: 0.6s;
}
.ic_itm_3{
    width: 51px;
    bottom: 90%;
    left: 0;
    animation-delay: 0.9s;
}
.ic_itm_4{
    width: 65px;
    bottom: 90%;
    right: 10px;
    animation-delay: 1s;
}
.ic_itm_5{
    width: 72px;
    bottom: 100%;
    left: 20%;
}
.ic_itm_6{
    width: 86px;
    top: -43px;
    right: -22px;
}
.circulo_img{
    width: 258px;
    height: 258px;
    border-radius: 50%;
    position: absolute;
}
.circulo_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.circ_1{
    bottom: -120px;
    right: 130px;
}
.circ_2{
    top: 20px;
    left: -80px;
}
.circ_3{
    width: 316px;
    height: 316px;
    top: 580px;
    right: -80px;
}
.circ_4{
    top: 680px;
    left: -80px;
}

.cuerpo_inf_infg{
    width: 100%;
    position: relative;
    padding: 160px 115px 80px;
    display: flex;
    flex-direction: column;
}
.h_porque{
    font-weight: bold;
    color: var(--c_pri);
    font-size: 40px;
    text-align: center;
    max-width: 820px;
    margin: auto;
    position: relative;
}
.cnt_infg_n{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    column-gap: 180px;
    padding: 48px 0;
}
.ln_top_inf_n{
    position: absolute;
    top: 120px;
    left: 10%;
    width: 80%;
    height: 1px;
    border-top: 1px dashed var(--c_ter);
}
.ln_bot_inf_n{
    position: absolute;
    bottom: 200px;
    left: 10%;
    width: 80%;
    height: 58px;
    border: 1px dashed var(--c_ter);
    border-top: none;
}
.itm_infg_n{
    width: 30%;
    max-width: 224px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    position: relative;
}
.cnt_ic_infg_n{
    width: 147px;
    height: 147px;
    background: var(--c_ter);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ic_infg_n{
    display: flex;
    align-items: center;
    justify-content: center;
    animation: anim_icons 2s infinite;
}
.ic_infg_n img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ic_infg_n.ic_1{
    width:99px;
}
.ic_infg_n.ic_2{
    width:124px;
    animation-delay: 0.3s;
}
.ic_infg_n.ic_3{
    width:105px;
    animation-delay: 0.5s;
}
.ic_infg_n.ic_4{
    width:101px;
    animation-delay: 0.7s;
}
.ic_infg_n.ic_5{
    width:99px;
}
.tx_infg_n{
    width: 100%;
    font-size: 20px;
    text-align: center;
    font-weight: 300;
}
.s_apore{
    width: 100%;
    background: #e7e7e778;
    mix-blend-mode: multiply;
    padding: 48px 115px;
}
.h_aporte{
    width: 100%;
    font-size:40px;
    color: var(--c_sec);
    text-align: center;
    font-weight: bold;padding-bottom: 24px;
}
.row_els_aporte{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 24px;
}
.col_aporte{
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px dashed var(--c_ter);
    padding: 0 40px 56px;
    margin-top: 64px;
    gap: 16px;
    justify-content: center;
}
.col_aporte_1{
    max-width: 388px;
}
.col_aporte_2{
    max-width: 450px;
}
.h_el_aporte{
    width: 100%;
    margin: -40px auto 0;
    text-align: center;
    font-size: 26px;
    line-height: 28px;
    color: #fff;
    background: var(--c_pri);
    border-radius: 6px;
    padding: 12px 16px;
}
.row_inf_col_aporte{
    width: 100%;
    display: flex;
    justify-content: space-around;
    gap: 12px;
}
.col_inf_aporte{
    width: 35%;
    display: flex;
    flex-direction: column;
    max-width: 116px;
}
.valor_inf_aporte{
    color: #17754C;
    font-size: 45px;
    font-weight: bold;
    
}
.txt_inf_aporte{
    font-size: 20px;
    font-weight: 300;
    color: var(--c_par);
}
.ic_aporte{
    width: 60px;
    min-width: 60px;
}
.col_logo_co{
    width: 123px;
    min-width: 123px;
    display: flex;
    align-items: center;
}
.logo_co{
    width: 100%;
}
.footer{
    width: 100%;
    display: flex;
    padding: 40px 115px 32px;
}
.col_qr{
    width: 48%;
    display: flex;
    align-items: center;
    gap: 10%;
    padding: 32px 7% 32px 0;
    border-right: 1px dashed var(--c_ter); 
}
.txt_qr{
    width: 100%;
    font-size: 23px;
}
.img_qr{
    width: 100%;
}
.col_logos{
    width: 52%;
    padding-left: 7%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.row_gen_logos_f{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.etq_logos_f{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
}
.row_logos{
    display: flex;
    gap: 48px;
    align-items: flex-end;
}
.f_s_mov{
    display: none;
}

@keyframes in_izq {
    from {
      transform: translateX(-120%);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
}
@keyframes anim_flecha {
    0%{transform: translateX(-16px); opacity: 0;}
    80%{transform: translateX(0px); opacity: 1;}
    100%{transform: translateX(0px); opacity: 0;}
}
@keyframes anim_fleche_salto {
    0%{top: calc(100% + 0px); opacity: 0;}
    80%{top: calc(100% + 30px); opacity: 1;}
    100%{top: calc(100% + 30px); opacity: 0;}
}
@keyframes anim_icons {
    0%{transform: translatey(0px);}
    50%{transform: translatey(-8px);}
    100%{transform: translatey(0px);}
}

@media screen and (max-width:1404px){
    .cnt_infg_n{
        column-gap: 12%;
    }
}
@media screen and (max-width:1280px){
   .baner_infg{
    padding-left: 40px;
   }
    .row_obj_infg{
        padding: 0 40px;
    }
    .cnt_como_lograrlo{
        padding: 64px 40px;
    }
    .cnt_gen_ruta{
        padding: 0 40px;
    }
    .cuerpo_inf_infg{
        padding: 90px 40px 40px;
    }
    .cnt_infg_n{
        column-gap: 8%;
    }

    .circ_1{
        right: -70px;
    }
    .circ_2 {
        top: -20px;
        left: -130px;
    }
    .circ_3 {
        top: 640px;
        right: -120px;
    }

    .s_apore{
        padding: 48px 40px;
    }

    .footer{
        padding: 40px 40px 32px;
    }
    
}

@media screen and (max-width:960px){
    .cnt_h_baner_infg{
        font-size: 22px;
    }
    .bold_h{
        font-size:36px;
        line-height: 40px;
    }
    .img_baner_top{
        height: 340px;
    }
    .txt_obj{
        font-size: 16px;
    }
    .h_como_log, .h_porque, .h_aporte{
        font-size: 36px;
    }
    .txt_como_log{
        font-size: 32px;
    }

    .circ_1,
    .circ_2,
    .circ_3,
    .circ_4 {
        opacity: 0.5;
    }
}

@media screen and (max-width:768px){
    .cnt_h_baner_infg{
        padding-top:24px ;
        padding-bottom: 24px;
    }
    .bold_h{
        font-size: 30px;
        line-height: 34px;
    }
    .img_baner_top{
        height: 280px;
    }

    .h_como_log, .h_porque, .h_aporte{
        font-size: 26px;
    }
    .txt_como_log{
        font-size: 26px;
    }

    .f_s_mov{
        display: flex;
    }

    .itm_ruta{
        width: 45.3%;
    }
    .cnt_flecha_sep{
        width: 6%;
    }
    .cnt_flecha_sep.flc_mov{
        display: block;
    }
    .cnt_flecha_salto.fl_s_esc{
        display: none;
    }
    .cnt_flecha_sep.f_esc{
        display: none;
    }
    .cnt_flecha_salto.fl_s_mov{
        display: block;
    }
    .ic_itm_3{
        left: 60%;
    }
    .ic_itm_5{
        left: 53%;
    }
    .itm_infg_n{
        width: 42%;
    }
    .cnt_infg_n{
        row-gap: 24px;
    }
    .tx_infg_n{
        font-size: 16px;
    }
    .circ_3{
        top: 790px;
    }
    .row_els_aporte{
        flex-direction: column;
        align-items: center;
    }
    .col_aporte_1, .col_aporte_2{
        max-width: none;
    }
    .footer{
        flex-direction: column;
        gap: 24px;
    }
    .col_qr{
        width: 100%;
        padding-right: 0;
        border-right: none;
        border-bottom:1px dashed var(--c_ter);
        padding-bottom: 24px;
    }
    .col_logos{
        width: 100%;
        padding-left: 0;
    }
}

@media screen and (max-width:480px){
    .cnt_gen_infg{
        width: 100%;
    }
    .baner_infg{
    padding-left: 24px;
    }
    .row_obj_infg{
        padding: 0 24px;
    }
    .cnt_como_lograrlo{
        padding: 64px 24px;
    }
    .cnt_gen_ruta{
        padding: 0 24px;
    }
    .cuerpo_inf_infg{
        padding: 24px 24px 0;
    }
    .cnt_h_baner_infg{
        font-size: 16px;
        padding: 16px 0;
    }
    .bold_h{
        font-size: 20px;
        line-height: 24px;
    }
    .img_baner_top{
        height: 200px;
    }

    .row_obj_infg{
        flex-direction: column;
        row-gap: 24px;
    }

    .h_itm_ruta{
        font-size: 12px;
    }
    .txt_itm_ruta{
        font-size: 12px;
    }
    .ic_flecha_sep{
        width: 16px;
    }
    .itm_ruta.itm_final{
        font-size: 12px;
    }
    .cnt_ic_infg_n{
        width: 100px;
        height: 100px;
        padding: 16 px;
    }
    .ic_infg_n{
        max-width: 100%;
    }
    .ic_infg_n img{
        max-width: 100%;
    }
    .circ_1,
    .circ_2,
    .circ_3,
    .circ_4{
        display: none;
    }

    .h_obj{
        font-size: 20px;
    }
    .txt_obj{
        font-size: 14px;
    }
    .h_como_log{
        font-size: 18px;
    }
    .txt_como_log{
        font-size: 18px;
    }

    .itm_infg_n{
        width: 46%;
    }
    .tx_infg_n{
        font-size: 14px;
    }

    .s_apore{
        padding: 24px;
    }
    .col_aporte{
        padding: 0 24px 24px;
        margin-top: 46px;
    }
    .h_el_aporte{
        font-size: 16px;
        line-height: 19px
    }
    .valor_inf_aporte{
        font-size: 30px;
    }
    .txt_inf_aporte{
        font-size: 14px;
    }

    .footer{
        padding: 24px;
    }
    .txt_qr{
        font-size: 16px;
    }
}