*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all .4s ;
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
}
img{
    max-width: 100%;
}
body{
    background: #f4f4f4;
    font-family: 'segoe_ui';
    line-height: 1.5em;
    color: #22372c;
}
span, img{
    animation-duration: 2s !important;
}
@font-face {
    font-family: 'segoe_ui';
    src: url('../fonts/segoeui-webfont.woff2') format('woff2'),
         url('../fonts/segoeui-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'segoe_ui';
    src: url('../fonts/segoeuib-webfont.woff2') format('woff2'),
         url('../fonts/segoeuib-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'segoe_ui';
    src: url('../fonts/seguibl-webfont.woff2') format('woff2'),
         url('../fonts/seguibl-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
:root{
    --verde-a:#22372c;
    --verde-b:#638c2e;
    --verde-c:#e2e5d3;
    --naranja-a:#f28b2d;
}
.cnt_gen{
    width: 100%;
    max-width: 1050px;
    margin: 24px auto;
    background-color: #fff;
    border-radius: 20px;
}
.top_pat{
    width: 100%;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: url(../images/pattern.png) #638c31;
    background-size: auto 100%;
}

.h_princ{
    padding: 40px ;
    width: 100%;
    max-width: 900px;
    text-align: center;
    font-size: 50px;
    line-height: 55px;
    font-weight: 900;
    display: block;
    margin: 0 auto;
    color: white;
    text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
    background: url(https://palmicultor.devpaxzu.com/wp-content/themes/hello-biz-child/infografia_3/img/animated-text-fill.png) repeat-y;
    filter: hue-rotate(300deg);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 280s linear infinite;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}
@-webkit-keyframes aitf {
    0% {
      background-position: 0% 50%;
    }
    100% {
      background-position: 100% 60%;
    }
}
.s_tab_system{
    width: 100%;
    padding: 48px 40px;
}
.cnt_gen_tab_system{
    width: 100%;
    max-width: 768px;
    display: flex;
    margin: auto;
}
.cnt_tabs{
    display: flex;
    flex-direction: column;
    position: relative;
}
.tab{
    width: 50px;
    height: 40px;
    font-weight: 900;
    font-size: 20px;
    color: var(--verde-a);
    border-radius: 8px 0 0 8px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--verde-c);
    border-right: none;
    position: relative;
    left: 10px;
    cursor: pointer;
}
.tab:hover{
    background: #f4f4f4;
    left: 0;
}
.tab.active{
    background: var(--verde-c);
    left: 0;
}
.cnt_wrap_inf_tabs{
    display: flex;
    background: var(--verde-c);
    flex-grow:1;
    border-radius: 0 12px 12px 0;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    position: relative;
    padding: 32px 0;
    max-height: 560px;
    overflow-y: auto;
}
.cnt_inf_tab{
    background: #fff;
    border-radius: 12px;
    width: 80%;
    display: none;
    margin: 32px 0;
}
.cnt_inf_tab.active{
    display: block;
    animation-delay: .1s;
}
.row_h_inf_tab{
    background: var(--verde-c);
    border-radius: 12px;
    display: flex;
    gap: 16px;
    padding: 12px 16px;
    position: relative;
    margin: 1px;
}
.ic_h_inf_tab{
    position: absolute;
    width: 60px;
    height: 60px;
    top: -24px;
    left: -8px;
    animation: ic_palm_mov 2s infinite linear;
    transform-origin: bottom center;
}
@keyframes ic_palm_mov{
    0%{transform:  rotate(0);}
    20%{transform:  rotate(10deg);}
    40%{transform:  rotate(0deg);}
    60%{transform:  rotate(-10deg);}
    80%{transform:  rotate(-5deg);}
    100%{transform:  rotate(0deg);}
}
.num_inf_Tab{
    font-size: 24px;
    color: var(--verde-a);
    font-weight: 900;
    position:relative;
}
.h_inf_tab{
    width: 60%;
    font-size: 24px;
    font-weight: bold;
    color: var(--verde-b);
    position:relative;
}
.inf_el{
    width: 100%;
    padding: 40px;
}
.row_top_1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding-bottom: 24px;
}
.inf_tipo_1{
    display: flex;
    gap: 12px;
    position: relative;
    justify-content: center;
}
.inf_tipo_1.al_cent{
    align-items: center;
}
.al_cent{
    align-items: center;
}
.num_tipo_1{
    font-size: 36px;
    color: var(--naranja-a);
    font-weight: 900;
}
.txt_inf_tipo_1{
    font-size: 22px;
    font-weight: bold;
    color: var(--verde-a);
}
.ic_inf_tipo_1{
    position: absolute;
    top: 35px;
    left: 0;
    animation-duration: 2s;
}
.row_bot{
    padding:  24px 16px;
    border-radius: 12px;
    border: 3px solid var(--verde-b);
    position: relative;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.row_bot .inf_tipo_1{
    padding: 0 ;
}
.h_row_bot{
    width: auto;
    position: absolute;
    top: -18px;
    left: 8px;
    font-size: 18px;
    font-weight: 900;
    background: #fff;
    color: var(--verde-b);
    padding: 2px 16px;
}
.col_inf_inf_tipo_1{
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
}
.col_inf_inf_tipo_1.row_mov{
    max-width: 33%;
}
.ic_col_1{
    animation-duration: 2s;
}
.ic_h_tab_comp{
    position: absolute;
    height: 80px;
    width: 80px;
    top: calc(50% - 40px);
    right: 16%;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ic_h_tab_comp img{
    object-fit: contain;
    max-height: 100%;
}
.txt_inf_tab{
    width: 100%;
    box-sizing: border-box;
    font-size: 20px;
}
.txt_inf_tab ul{
    box-sizing: border-box;
    padding-left: 24px;
    list-style: disc;
    
}
.txt_inf_tab ul li{
    padding: 2px 0;
}
.t_naranja{
    font-weight: bold;
    color: var(--naranja-a);
}
.t_verde{
    font-weight: bold;
    color: var(--verde-b);
}
.sub_h_inf_tab{
    font-size: 18px;
    font-weight: normal;
    color: var(--verde-a);
}
.row_gen{
    display: flex;
    gap: 16px;
    align-items: center;
}
.row_gen.row_ver{
    flex-direction: column;
}
.logo_aceite_palma{
    width: 200px;
}
.col_itm_vert{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.txt_row{
    font-size: 24px;
    font-weight: 900;
    color: var(--verde-a);
    padding: 24px 0;
    text-align: center;
    line-height: 28px;
}
.cnt_gen_inf2_log5{
    display: flex;
    padding: 0 24px;
    gap: 24px;
}
.ic_inf2_log5{
    position: relative;
    min-width: 100px;
    display: flex;
    justify-content: flex-end;
}
.ic_arbotl_5{
    width: 60px;
    justify-self: flex-end;
}
.ic_bird_5{
    width: 30px;
    position: absolute;
    top: 0;
    left: 0;
    animation: bird 3s infinite linear, buncebird .5s infinite;
}
@keyframes buncebird{
    0%{transform: translateY(0px);}
    50%{transform: translateY(-5px);}
    100%{transform: translateY(0px);}
}
@keyframes bird{
    0%{
        top: 0;
        left: 0; 
    }
    20%{
        left: 20px;
        top: 10px;
    }
    40%{
        left: 40px;
        top: 0px;
    }
    60%{
        left: 20px;
        top: 10px; 
    }
    80%{
        top: 0;
        left: 0;
    }
    100%{
        top: 0;
        left: 0;
    }
}
.inf2_log5{
    font-size: 22px;
    font-weight: bold;
    color: var(--verde-a);
}
.porc_log5{
    font-size: 24px;
    color: var(--naranja-a);
}
.cnt_gen_qr_log5{
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 24px;
}
.img_qr{
    width: 120px;
    height: 120px;
    border: 2px solid var(--verde-b);
    border-radius: 16px;
    overflow: hidden;
}
.txt_qr{
    flex: 1;
    background: var(--verde-c);
    color: var(--verde-a);    
    border-radius: 0 30px 30px 0;
    font-size: 19px;
    font-weight: bold;
    position: relative;
    padding: 8px 12px;
}
.txt_qr a{
    color: #22372c;
}
.ic_txt_qr{
    position: absolute;
    bottom: 100%;
    right: 16px;
    width: 150px;
}
.ic_fl_log_6{
    position: absolute;
}
.cols_log_7{
    width: 42%;
}
.ic_log_7{
    position: absolute;
    bottom:10px;
    left:0;
    right: 0;
    width: 60px;
    margin: auto;
}
.row_top_l9{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.cnt_logos_l9{
    display: flex;
    align-items: center;
}
.logos_lg_9{
    min-width: 120px;
}
.logos_lg_9 img{
    max-width: 100%;
}
.ic_fl_row_bot{
    position: absolute;
    top: -32px;
    right: 30%;
    animation-duration: 2s;
}
.row_money_l12{
    width: 100%;
    display: flex;
    padding: 32px 0 0;
    gap: 8px;
    align-items: flex-start;
}
.row_money_l12 .col_inf_inf_tipo_1{
    width: 26%;
}
.row_top_log_13{
    display: flex;
    justify-content: space-around;
    padding: 8px 0;
    width: 100%;
}
.col_log_13{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    width: 160px;
}
.w_100{
    width: 100%;
}

@media screen and (max-width:690px){
    .h_princ{
        line-height: 1em;
        font-size: 30px;
        padding: 24px;
    }
    .s_tab_system{
        padding: 0 16px 64px;
    }
    .ic_h_inf_tab{
        width: 50px;
        height: 50px;
    }
    .tab{
        width: 40px;
        font-size: 18px;
    }
    .cnt_inf_tab{
        width: 90%;
        margin: 0;
    }
    .num_inf_Tab{
        font-size: 18px;
    }
    .h_inf_tab{
        font-size: 18px;
        line-height: 1.1em;
    }
    .inf_el{
        box-sizing: border-box;
        padding: 24px 16px;
    }
    .row_top_1{
        flex-direction: column;
    }
    .num_tipo_1{
        min-width: 40px;
    }
    .row_bot{
        flex-direction: column;
        gap: 24px;
    }
    .ic_h_tab_comp{
        right: 8px;
    }
    .txt_inf_tab{
        font-size: 16px;
        line-height: 20px;
    }
    .sub_h_inf_tab{
        font-size: 16px;
        line-height: 18px;
    }
    .row_gen{
        flex-direction: column;
        align-items: flex-start;
    }
    .logo_aceite_palma{
        width: 60px;
        align-self: center;
    }
    .txt_row{
        font-size: 20px;
        line-height: 1em;
    }
    .txt_row span{
        font-size: 20px !important;
    }
    .cnt_gen_inf2_log5{
        flex-direction: column;
        padding: 0 0 24px;
    }
    .ic_inf2_log5{
        width: 100px;
    }
    .txt_inf_tab br,
    .txt_inf_tipo_1 br,
    .txt_inf_tab br{
        display: none;
    }
    .ic_col_1{
        min-width: 40px;
    }
    .inf_tipo_1{
        justify-content: flex-start;
    }
    .cols_log_7{
        width: 100%;
    }
    .ic_log_7{
        width: auto;
        height: 80px;
        margin: 0;
        top: 50%;
        left:initial;
        right: 32px;
    }
    .row_top_l9{
        flex-direction: column;
    }
    .logos_lg_9{
        min-width: initial;
        padding: 24px 0 0;
    }
    .ic_11{
        max-width: 50px;
    }
    .ic_fl_row_bot{
        right: 0 !important;
    }
    .row_bot{
        padding-top: 40px;
    }
    .h_row_bot{
        display: flex;
        align-items: center;
        height: 52px;
        top: -25px;
        font-size: 18px;
        line-height: 21px;
        padding: 4px 8px;
    }
    .row_money_l12{
        flex-direction: column;
        gap: 16px;
    }
    .row_money_l12 .col_inf_inf_tipo_1{
        width: 100%;
        gap: 2px;
    }
    .row_top_log_13{
        flex-direction: column;
        gap: 24px;
    }
    .row_mov{
        flex-direction: row;
    }
    .group_text_mov{
        display: flex;
        flex-direction: column;
        gap: 4px;
    }
    .col_log_13{
        width: auto;
    }
    .col_log_13 .ig_6{
        width: 30% !important;
        max-height: 60px;
    }
    .col_log_13 .group_text_mov{
        width: 70%;
    }
}