@font-face {
    font-family: 'Epilogue';
    src: url('../fonts/Epilogue-BoldItalic.woff2') format('woff2'),
        url('../fonts/Epilogue-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Epilogue';
    src: url('../fonts/Epilogue-Bold.woff2') format('woff2'),
        url('../fonts/Epilogue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Epilogue';
    src: url('../fonts/Epilogue-Medium.woff2') format('woff2'),
        url('../fonts/Epilogue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Epilogue';
    src: url('../fonts/Epilogue-Black.woff2') format('woff2'),
        url('../fonts/Epilogue-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Epilogue';
    src: url('../fonts/Epilogue-LightItalic.woff2') format('woff2'),
        url('../fonts/Epilogue-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Epilogue';
    src: url('../fonts/Epilogue-Light.woff2') format('woff2'),
        url('../fonts/Epilogue-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Epilogue';
    src: url('.../fonts/Epilogue-MediumItalic.woff2') format('woff2'),
        url('../fonts/Epilogue-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Epilogue';
    src: url('../fonts/Epilogue-Regular.woff2') format('woff2'),
        url('../fonts/Epilogue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all 200ms ;
    font-family: 'Epilogue';
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
}
img{
    max-width: 100%;
}
body{
    background: #f4f4f4;
    font-family: 'Epilogue';
    color: white;
    
}
body::before{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-image: url('../images/bg_body.png');
    background-repeat: repeat;
    position: fixed;
    z-index: -1;
    opacity: 0.6;
    pointer-events: none;
}

span, img{
    animation-duration: 200ms;
}
p{
    margin: 0;
    padding: 0;
    font-size: 16px;
}
h1,h2,h3,h4,h5,h6,p,span,b,strong,li,ul{
    font-family: 'Epilogue';
}

:root{
    --verde-a:#22372c;
    --verde-b:#638c2e;
    --verde-c:#e2e5d3;
    --naranja-a:#f28b2d;

    --azul-a:#19233E;
}
.titulo1{
    font-weight: 500;
    color: #DAE0F3;
}
.cuerpo_infogra{
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
}
.cnt_general{
    width: 100%;
    height: 100%;
    background: var(--azul-a);
    min-height: 100vh;
}
.central_info{
    max-width: 1200px;
}

.s_principal{
    max-width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    position: relative;
    z-index: 2;
}

.s_head_info{
    width: 100%;
    min-height: 180px;
}
.s_head_info .cnt_img_head {
    width: 100%;
    display: flex;
    gap: 5px;
    position: relative;
    margin: 0;
    padding: 0;
}
.img_head{
    width: 100%; 
    height: auto;
}
.img_head img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;

}
.deco_head{
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    max-height: 53px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.deco_head img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.titulo_info{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;

}
.titulo_info img{
    height: 80px;
}
.titulo_info h1{
    font-size: 2rem;
    
    display: block;
}
.titulo_info span{
    font-size: 1.5rem;
    text-transform: capitalize;
    display: block;
    font-weight: 100;
    color: #D4E8F3;
}

.cnt_contenido{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5%;
}

.frase_1{
    color:#FEE9CD;
    display: flex;
    padding: 20px 0;
    font-size: 1rem;
    gap: 10px;
}
.frase_1 img{
    width: 1rem;
    height: 1rem;
}

.cnt_contenido .cnt_texto{
    flex-basis: 100%;
    font-size: 1rem;
    line-height: 1.2rem;
    padding-left: 10px;
    border-left: 1px solid white;
    height: fit-content;
    align-items: center;
    display: flex;
    gap: 53px;
    margin-bottom: 20px;
}
.cnt_contenido .cnt_texto.active{
    margin-bottom: 70px;
}

.icono_abajo{
    background: #005587;
    border-radius: 15px;
    padding: 20px 15px;
    display: flex; 
    align-items: center;
    gap: 5px;
    width: 200px;
    height: 100%;
}
.icono_abajo span{
    white-space: nowrap;
}
.cnt_graficos{
    flex-basis: 65%;
    display: flex;
    flex-direction: column;
    gap: 53px;
    overflow: hidden;

}
.cnt_graficos.active{

  
}
.cnt_grafico_mapa{
    display: flex;
    align-items: center;
    align-self: flex-end;
    width: 100%;
    padding: 30px 15% 0; 
}
.cnt_mapa{
 flex-grow: 1;
 width: 50%;
}
.cnt_grafico_mapa .cnt_texto_1,
.cnt_grafico_mapa .cnt_grafico_2{
 flex-grow: 1;
}
.svg_mapa{
    width: 100%;
    height: 100%;
   /* transform: scale(1.3) translateX(8%) translateY(31px);*/
}
.svg_mapa svg{
    width: 100%;
    height: 100%;
    overflow: visible;
}
.svg_mapa svg .icono{
    animation: pulso 500ms ease-in-out alternate infinite;

}
@keyframes pulso {
    0%{
        transform: scale(1);
        transform-origin:-20px -20px
    }
    100%{
        transform: scale(1.2);
        transform-origin:-20px -20px
    }
    
}
.cnt_graficos .cnt_texto_1{
    font-size: 1.2rem;
    font-weight: 700;
}
.cnt_graficos .cnt_texto_1 b{
    font-size: 3rem;
    display: block;
    width: 65px;
}

.cnt_graficos .cnt_texto_2{
    font-size: 1.8rem;
    font-weight: 700;
    text-align: right;
    line-height: normal;
}

.cnt_graficos .cnt_texto_2 b{
    font-size: 3rem;
}
.cnt_graficos .cnt_texto_2 b:last-child{
    line-height: 3rem;
}

.cnt_grafico_2{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    align-self: flex-start;
}
.cnt_grafico_2 img{
    width: 60px;
}
.cnt_sembrada_svg{
    display: flex;
    align-items: flex-end;
    padding-left: 20px;
}
.cnt_texto_palmeras{
    font-size: 1.5rem;
    font-weight: bold;
    color: #DAE0F3;
}
.cnt_texto_2_palmeras{
    font-size: 4rem;
    line-height: 3rem;
    font-weight: bold;
    color: #DAE0F3;
    display: flex; gap: 5px;
    align-items: flex-end;
}
.cnt_texto_2_palmeras span{
    font-size: 1.5rem;
}
.cnt_texto_2_palmeras .texto-disp{
    display: flex;
    align-items: flex-end;
}
.cnt_texto_2_palmeras .texto-disp b{
    width: fit-content;
}
.cnt_texto_2_palmeras .he-num{
    line-height: 21px;
    height: 21px;
    position: relative;
    
}

.cnt_texto_palmeras img{
    width: 100px;
    
}
.cnt_sembrada_percent{
    display: flex;
    align-items: flex-start;
    margin-bottom: -35px;
}
.div_grafico_sembrada{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.cnt_porcentajes{
    display: flex;
    flex-direction: column;
    width: 70%;
    justify-content: space-between;
    border-left: 1px solid white;
    margin-left: 2%;
}
.cnt_porcentajes > div{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    padding-right: 85px;
    border: 1px solid white;

    border-top: none;
    border-right: none;
    font-size: 1rem;
    font-weight: bold;
    color: #DAE0F3;
}
.cnt_porcentajes > div.hibrido{
    margin-left: 20px;
   
}

.cnt_porcentajes > div.oleifera{
    margin-left: 10px;
    position: relative;
}
.cnt_porcentajes > div.oleifera::after{
    content: "";
    display: block;
    background: white;
    width: 1px;
    height: 42px; 
    position: absolute;  
    padding-left: 20px;
    padding-right: 70px;
    left: -1px;
    top: -41px;
    padding: 0;
    margin: 0;
}
.cnt_porcentajes > div.guineensis{
    border-left: none;
    padding-left: 20px;
    padding-right: 70px;
}

.svg_torta{
    width: 30%;
    height: 100%;
    transform: translateX(-20px);

}
.svg_torta img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: translateY(-15%) translateX(-67px);
    height: 265px;
}

.cnt_contenigo_2{
    display: flex;

    width: 100%;
    margin-bottom: 20px;
}
.cnt_contenigo_2 .parte_1,
.cnt_contenigo_2 .parte_2{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    font-weight: bold;
    color: #FEE9CD;
}
.cnt_contenigo_2 .parte_1{
    bottom: 29px;
    left: 0;
    gap: 4rem;
}
.cnt_contenigo_2 .parte_2{
    top: 13px;
    left: calc(100% + 10px);
    gap: 3rem;
}
.cnt_contenigo_2 .cnt_torta_2{
    width: 65%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

}
.cnt_contenigo_2 .cnt_torta_2 svg{
    width: 100%;
    height: 100%;
    margin: 0;
}

.porcentaje_1 .texto{
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}
.porcentaje_1 .texto span{
    font-size: 2rem;
    line-height: 2rem;
}
.porcentaje_1 .texto span b{
    font-size: 1rem;
    line-height: 2rem;
}
.porcentaje_1 .texto_porcentaje{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 50px;
    width: 100%;
}

.porcentaje_1_last{
    padding-bottom: 6px;
}
.porcentaje_1 .casa_1 img{
    width: 110px;
}
.porcentaje_2 .casa_2 img{
    width: 100px;
}
.porcentaje_2 .texto{
    font-size: 1rem;
    display: flex;
    align-items: flex-end;
    gap: 12px;
    color: #BDDDED;
}
.porcentaje_2 .texto span{
    font-size: 2rem;
    line-height: 1rem;
}
.porcentaje_2 .texto span b{
    font-size: 1rem;
}
.porcentaje_2 .texto_porcentaje{
    display: flex;
    gap: 16px;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}
.porcentaje_3{
    display: flex;
    flex-direction: column;
    gap: 4vh;
}

.porcentaje_3 > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    font-size: 1.2rem;
    font-weight: bold;
    gap: 10px;
   
}
.porcentaje_3 > div:nth-child(odd) {
    color: #BDDDED;
}



.porcentaje_3 .separador{
    width: 1px;
    height: auto;
    align-self: stretch;
    border-radius: 50px;
    display: block;
    background: white;
}
.parte_1_porcentaje{
    display: flex;
    align-items: center;
    gap: 10px;
}
.porcentajeFont{
    font-size: 28px;
    line-height: 28px;
}
.porcentaje_3 .div > div{
    height: auto;
}
.porcentaje_3 > div .numero2{

    font-size: 3rem;
    line-height: normal;
    display: flex;
    align-items: flex-end;
    gap: 5px;
}
.porcentaje_3 > div .numero2 b{
    padding-bottom: 8px;
}

.porcentaje_3 > div .numero2 b{
    font-size: 1rem;
}
.separador{
    width: 2px;
    height: 100%;
    display: block;
    background: white;
}
.cnt_footer{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
}
.footer_top{
    margin-top: 40px;
}
.cnt_texto_footer_top{
    margin-top: 20px;
    padding: 15px;
    border: 3px solid white;
    border-radius: 15px 15px 0 0;
    width: 100%;
    max-width: 90%;
    border-bottom: none;
    position: relative;
}
.cnt_texto_footer_top::after{
    content: "";
    display: block;
    width: 3px;
    background: white;
    height: 10vh;
    position: absolute;
    left: -3px;
    top: 100%;
    z-index: 0;
}
.cnt_texto_footer_top p{
    background: #DAE0F3;
    padding: 5px 10px 15px;
    color: #19233E;
    border-radius: 15px;
    font-weight: bold;
    font-size: 1rem;

    padding-right: 45px;
    position: relative;
    line-height: 1.5rem;
}
.cnt_texto_footer_top span{
    font-size: 1.3rem;
    color:  #1D71B8;
}

.cnt_texto_footer_top svg{
    width: 100px;
    position: absolute;
    left: 100%;
    bottom: 0;
    transform: translateX(-50px);
}

.footer_boot{
    padding: 20px;
    background: white;
    color: #19233E;
    display: flex;
    gap: 5%;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
  

}



.texto_1_foot{
    width: 70%;
    font-size: 1rem;
}

.texto_1_foot ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.texto_1_foot span{

    font-weight: bold;
    color: #008FBC;
}
.texto_2_foot{
    width: 30%;
}

.texto_2_foot img{
    width: 200px;
    
}


.s_footer_info{
    position: relative;
    background: white;
    margin-top: 40px;
}
.s_footer_info::after{
    content: "";
    width: 100%;
    height: 200px;
    background: url('../images/deco_bott.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    position: absolute;
    bottom: 90%;
    display: block;
    z-index: 0;
}
.cnt_general.central_info{
    overflow: hidden;
}
.flex_texto1{
    display: flex;
    gap: 5px;
    align-items: baseline;
    
}
.flex_texto1 span{
    display: block;
}
.flex_num{
    display: flex;
    gap: 5px;
    align-items: baseline;
}
.btn_mapa{
    cursor: pointer;
}
.flex_texto1
.flex_texto1 b,
.cnt_graficos .cnt_texto_1 b,
.flex_texto1 .he-num{
    position: relative;
    top: 10px;
    height: 30px;
    line-height: 30px;
}

.cnt_torta_2 p{
    margin: 0;
    padding: 0;
}
.texto_1_foot ul li.flex-fott{
    display: flex;
    gap: 5px;

}
.porcentaje_1 .texto_porcentaje span, .porcentaje_1 .texto_porcentaje b {
    line-height: 31px;
    padding: 0;
}
.porcentaje_2 .texto_porcentaje span > span, .porcentaje_2 .texto_porcentaje b {
    line-height: 28px;
    padding: 0;
}
.porcentaje_2 .texto{
    line-height: 28px;
}


.cnt_tortas{
    display: flex;
    align-items: flex-end;
    width: 100%;
}
.cnt_tortas > div{
    width: 50%;
}

.cnt_tortas .cnt_img_mapa_2 img{
    width: 100%;
    padding-bottom: 80px;
    max-height: 467px;
}

.cnt_info_palmas{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.svg_torta {
    position: relative;
}
.svg_torta .numero_1_torta{
    position: absolute;
    z-index: 10;
    left: -25px;
    top: 45px;
}
.svg_torta .numero_2_torta{
    position: absolute;
    z-index: 10;
    left: -60px;
    top: 80px;
}
.svg_torta .numero_3_torta{
    position: absolute;
    z-index: 10;
    left: -25px;
    top: 120px;
}

.svg_torta .numero_4_torta{
    position: absolute;
    z-index: 10;
    left: -25px;
    top: 120px;
}





.svg_torta .porcentajeFont {
    font-size: 20px;
    line-height: normal;
}
.texto_naranja{
    display: flex;
    flex-direction: column;
    color: #F9B24D;
}
.texto_naranja span{
    font-size: 2rem;
    line-height: normal;
    font-weight: bolder;
}
.texto_naranja b{
    font-size: 5rem;
    line-height: normal;
    font-weight: bolder;
}
.texto_naranja  .texto_flex{
    display: flex;
    align-items: first baseline;
    gap: 5px;
}
.cnt_img_mapa_2{
    position: relative;
}
.cnt_img_mapa_2 .numero_1_torta{
    position: absolute;
    z-index: 10;
    right: 95px;
    bottom: 225px;
}
.cnt_img_mapa_2 .numero_2_torta{
    position: absolute;
    z-index: 10;
    right: 130px;
    bottom: 160px;
}
.cnt_img_mapa_2 .numero_3_torta{
    position: absolute;
    z-index: 10;
    right: 50px;
    bottom: 150px;
}
.cnt_img_mapa_2 .numero_4_torta .porcentajeFont,
.cnt_img_mapa_2 .numero_5_torta .porcentajeFont,
.cnt_img_mapa_2 .numero_6_torta .porcentajeFont {
    font-size: 3rem;
    line-height: normal;
}
.cnt_img_mapa_2 .numero_4_torta{
    position: absolute;
    z-index: 10;
    right: 250px;
    bottom: 220px;
    color: #DA8824;
    font-size: 2rem;
}
.cnt_img_mapa_2 .numero_5_torta{
    position: absolute;
    z-index: 10;
    right: 250px;
    bottom: 160px;
    color: #DF5929;
    font-size: 2rem;
}
.cnt_img_mapa_2 .numero_6_torta{
    position: absolute;
    z-index: 10;
    right: 250px;
    bottom: 90px;
    color: #F9B24D;
    font-size: 2rem;
}


.cnt_img_mapa_2 .text_flex{
    display: flex;
    align-items: first baseline;
}

.cnt_grafico1_naranja{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #005587;
    height: fit-content;
    width: 300px;
    gap: 10px;

    font-size: 1.2rem;
    font-weight: bolder;
    line-height: normal;
    color: #F9B24D;
    
}
.ilustracion1{
    position: absolute;
    top: -45px;
    left: 90px;
}
.ilustracion2{
    position: absolute;
    top: 45px;
    left: 90px;
    color: #DF5929;
}
.ilustracion3{
    position: absolute;
    top: 125px;
    left: 90px;
    color: #DA8824;
}
.cnt_grafico1_naranja span{
    white-space: nowrap;
    display: block;
    padding: 0;
}
.cnt_grafico1_naranja.ilustracion1 .cnt_img{
    width: 90px;
    overflow: hidden;
}
.cnt_grafico1_naranja.ilustracion2 .cnt_img{
    width: 80px;
    overflow: hidden;
}
.cnt_grafico1_naranja.ilustracion3 .cnt_img{
    width: 110px;
    overflow: hidden;
}
.cnt_grafico1_naranja img{
    width: 100px;
    height: 100%;
    display: block;
    padding: 0;
    margin: 0;
    max-height: 100%;
    object-fit: cover;
}
.cnt_tortas .cnt_img_mapa_2 .cnt_grafico1_naranja img{
    padding: 0;
    margin: 0;
}

.sec_torta{
    position: relative;
}

  
.circulo_animado{
    transform-origin: left;
}
.texto_2_foot img {
    width: 90%;
    object-fit: cover;
}


.cnt_porcentajes > div{
    font-size: 1.5rem;
}   
.cnt_grafico1_naranja {
    font-size: 1.8rem;
    padding: 0;
}
.cnt_grafico1_naranja span{
    max-width: 200px;
    white-space: normal;
}
.svg_mapa svg #mapa{
    filter: brightness(1.3);
}

@media screen and (max-width:1150px) {
    .ilustracion3 {
        position: absolute;
        top: 112px;
        left: 90px;
        color: #DA8824;
    }
    .cnt_contenigo_2 .parte_1{
        gap: 3rem;
    }
    .porcentaje_3 {
    
        gap: 3vh;
    }
    .cnt_contenigo_2 .parte_1 {
        bottom: 23px;
        left: 0;
        gap: 4rem;
    }
    .ilustracion1,.ilustracion2,.ilustracion3 {
       
        left: 60px;
    }
    
    .cnt_img_mapa_2 .numero_1_torta {
        position: absolute;
        z-index: 10;
        right: 66px;
        bottom: 215px;
    }
    .cnt_img_mapa_2 .numero_2_torta {
        position: absolute;
        z-index: 10;
        right: 97px;
        bottom: 147px;
    }
    .cnt_img_mapa_2 .numero_3_torta {
        position: absolute;
        z-index: 10;
        right: 18px;
        bottom: 149px;
    }

    .cnt_img_mapa_2 .numero_4_torta, 
    .cnt_img_mapa_2 .numero_5_torta,
    .cnt_img_mapa_2 .numero_6_torta{
        right: 210px;
    }
  
}

@media screen and (max-width:900px) {
    .cnt_contenigo_2 .parte_2 {
        top: 35px;
    }
    .porcentaje_3 {
        gap: 0;
    }
    .porcentajeFont{
        font-size: 20px;
        line-height: 20px;
    }
    .svg_torta img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        transform: translateY(-50%) translateX(-41px);
        height: 265px;
    }
    .cnt_grafico_mapa{
        padding: 0;
        padding-top: 30px;
    }
    .cnt_contenido {
        width: 100%;
        display: flex;
        justify-content: space-between;
        gap: 10%;
        flex-direction: column;
        margin: 0 0 40px;
    }
    .cnt_grafico_mapa{
        align-self: center;
        margin: 30px 0;
        width: 90%;
    }
    .svg_mapa {
        width: 100%;
        height: 100%;
        transform: scale(1.3) translateX(0) translateY(10px);
    }


    .div_grafico_sembrada {
        display: flex;
        flex-direction: column;
        gap: 5px;
        padding-left: 2%;
    }

    .cnt_contenigo_2{
        min-height: 200px;
    }
    .cnt_contenigo_2 .cnt_torta_2 {
        width: 55%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .cnt_texto_footer_top {
        max-width: 99%;
    }
    .cnt_contenigo_2 .parte_1 {
        gap: 1rem;
    }
    .cnt_contenigo_2 .parte_1 {
        bottom: 49px;
        left: 0;
    }
    .svg_torta img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        transform: translateY(-21%) translateX(-41px) scale(1.5);
        height: 265px;
    }
    .svg_torta {
        width: 30%;
        height: 100%;
        transform: translateX(-15px);
    }
    .svg_torta .numero_1_torta {
        position: absolute;
        z-index: 10;
        left: -25px;
        top: 29px;
    }
    .svg_torta .numero_2_torta {
        position: absolute;
        z-index: 10;
        left: -60px;
        top: 65px;
    }
    .svg_torta .numero_3_torta {
        position: absolute;
        z-index: 10;
        left: 0px;
        top: 97px;
    }
    .cnt_grafico1_naranja {
        font-size: 1rem;
    }
    .ilustracion1 {
       
        left: 50px;
    }

    .ilustracion2 {
   
        left: 50px;
        top: 31px;
    }

    .ilustracion3 {
        top: 91px;
        left: 50px;
    }
    .cnt_grafico1_naranja.ilustracion2 .cnt_img {
        width: 63px;
        overflow: hidden;
    }
    .cnt_grafico1_naranja.ilustracion1 .cnt_img {
        width: 75px;
        overflow: hidden;
    }
    .cnt_grafico1_naranja.ilustracion3 .cnt_img {
        width: 87px;
        overflow: hidden;
    }
    .cnt_img_mapa_2 .numero_1_torta {
        position: absolute;
        z-index: 10;
        right: 45px;
        bottom: 183px;
    }
    .cnt_img_mapa_2 .numero_2_torta {
        position: absolute;
        z-index: 10;
        right: 73px;
        bottom: 132px;
    }
    .cnt_img_mapa_2 .numero_3_torta {
        position: absolute;
        z-index: 10;
        right: 11px;
        bottom: 136px;
    }
    .footer_boot{
        flex-direction: column;
        gap: 30px;
    }
    .texto_1_foot {
        width: 100%;
        font-size: 1rem;
    }
    .texto_2_foot {
        width: 100%;
        align-items: center;
        justify-content: center;
        display: flex;
        padding: 0;
    }
    .texto_2_foot img{
        max-width: 400px;
        margin: 0 auto;
    }


    .cnt_img_mapa_2 .numero_4_torta .porcentajeFont,
    .cnt_img_mapa_2 .numero_5_torta .porcentajeFont,
    .cnt_img_mapa_2 .numero_6_torta .porcentajeFont {
        font-size: 2rem;
        line-height: normal;
    }
    .cnt_img_mapa_2 .numero_4_torta{
        position: absolute;
        z-index: 10;
        right: 150px;
        bottom: 180px;
        color: #DA8824;
        font-size: 1rem;
    }
    .cnt_img_mapa_2 .numero_5_torta{
        position: absolute;
        z-index: 10;
        right: 150px;
        bottom: 135px;
        color: #DF5929;
        font-size: 1rem;
    }
    .cnt_img_mapa_2 .numero_6_torta{
        position: absolute;
        z-index: 10;
        right: 150px;
        bottom: 80px;
        color: #F9B24D;
        font-size: 1rem;
    }
    
}
@media screen and (max-width:770px) {
    .porcentaje_3 > div{
        font-size: 1.2rem;
    }   
    .cnt_torta_2 p, .porcentaje_2 .texto {
    
        font-size: 1.3rem;
        padding: 0;
    }
}



@media screen and (max-width:680px) {

    .s_footer_info::after{
        background-size: contain;
    }
    .texto_1_foot ul li.flex-fott{
        display: flex;
        flex-direction: column;
    
    }
    .texto_1_foot *{
        font-size: 14px;
        line-height: 18px;
    }
  
    .titulo_info img {
        height: 50px;
    }
    .titulo_info h1 {
        font-size: 1.5rem;
        
        display: block;
    }

    .titulo_info span {
        font-size: 1rem;
        text-transform: capitalize;
        display: block;
        font-weight: 100;
        color: #D4E8F3;
    }

    .div_grafico_sembrada {
        display: flex;
        flex-direction: column;
        gap: 5px;
        padding-left: 2%;
        min-height: 216px;
    }
    .cnt_texto_2_palmeras {
        font-size: 2rem;
        line-height: 3rem;
        font-weight: bold;
        color: #E2E5D3;
    }
    .cnt_texto_palmeras {
        font-size: 1.2rem;
        font-weight: bold;
        color: #E2E5D3;
    }
    .svg_torta img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: translateY(-24%);
    }

    .cnt_contenigo_2 .cnt_torta_2 {
        width: 70%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .porcentaje_1 .texto,
    .porcentaje_2 .texto {
        font-size: 0.8rem;
    }
    .porcentaje_1 .texto span{
        font-size: 1.2rem;
    }
    .porcentaje_1 .texto_porcentaje {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        gap: 5px;
        width: 130px;
    }
    .porcentaje_1 .texto_porcentaje span{
        padding: 5px;
    }
    .porcentaje_1 .texto_porcentaje div{
        display: flex;
    }
    .porcentaje_2 .texto {
        font-size: 1rem;
        display: flex;
        align-items: flex-start;
        gap: 12px;
        flex-direction: column;
        color: #BDDDED;
    }
    .cnt_contenigo_2 .parte_1 {
        bottom: -43px;
        left: 0;
        gap: 3.2rem;
    }
    .porcentaje_3 > div {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-end;
        gap: 5px;
        font-size: 0.7rem;
        font-weight: bold;
        gap: 10px;
        line-height: normal;
        background: white;
        border-radius: 5px;
        padding: 5px;
        align-items: center;
    }
    .porcentaje_3 .dato_1{
        background: #005587;
    }
    .porcentaje_3 .dato_2{
        background: #19233E;
    }
    .porcentaje_3 .dato_3{
        background: #D4EDFC;
        color: #19233E;
    }
    .porcentaje_3 .dato_3 *{
        color: #19233E;
    }
    .porcentaje_3 > div .numero2 {
        font-size: 0.8rem;
        line-height: normal;
        display: flex;
        align-items: flex-end;
        gap: 5px;
    }
    .porcentaje_3 {
        gap: 5px;
    }
    .cnt_contenigo_2 .parte_2{
        left: 100%;
    }
    .porcentaje_3 > div .numero2 b {
        font-size: 0.7rem;
        padding: 0;
    }
    .cnt_contenigo_2 .parte_2 {
        left: 100%;
        top: 14px;
    }
    .cnt_contenigo_2 {
        min-height: 200px;
        margin: 0 0 50px;
    }
    .cnt_texto_footer_top p {
        background: #DAE0F3;
        padding: 5px 10px 15px;
        color: #19233E;
        border-radius: 15px;
        font-weight: bold;
        font-size: 1rem;
        padding-top: 85px;
        position: relative;
        line-height: 1.5rem;
    }
    .cnt_texto_footer_top svg {
        width: 120px;
        position: absolute;
        left: 50%;
        bottom: inherit;
        top: -50px;
        transform: translateX(-50%);
    }
    .s_footer_info::after {

        bottom: 99%;

    }
    .footer_boot {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }
    .texto_1_foot {
        width: 100%;
        font-size: 1rem;
    }
    .texto_2_foot {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .texto_2_foot img{
        width: 80%;
    }
    .s_head_info {
        width: 100%;
        min-height: 180px;
        display: flex;
    }
    .s_head_info .cnt_img_head {
        width: 100%;
        height: auto;
        display: flex;
        gap: 5px;
        position: relative;
        margin: 0;
        padding: 0;
    }
    .cnt_grafico_mapa{
        min-height: 300px;
    }
    .cnt_grafico_mapa > div{
        position: relative;
        z-index: 2;
    }
    .cnt_grafico_mapa .cnt_mapa{
        z-index: 0;
    }
    .svg_mapa {
        width: 100%;
        height: 100%;
        transform: scale(1.8) translateX(10px) translateY(10px);
    }
    .cnt_graficos .cnt_texto_1 b {
        font-size: 2rem;
        display: block;
        width: 80px;
    }
    .cnt_graficos .cnt_texto_1 b {
        font-size: 2rem;
        display: block;
        width: 45px;
    }
    
    .porcentaje_1 .texto_porcentaje span{
        padding: 0;
    }
    .porcentaje_1 .texto_porcentaje > div,
    .porcentaje_2 .texto_porcentaje > div{
        /*padding-bottom: 3px;*/
        padding: 0;
    }
    .porcentaje_1 .texto_porcentaje > span,
    .porcentaje_2 .texto_porcentaje > span{
        /*padding-bottom: 3px;*/
        padding: 0;
        line-height: 20px;
    }


    .cnt_tortas{
        flex-direction: column;
    }
    .cnt_tortas > div{
        width: 99%;
        margin: 0 auto;
    }
    .cnt_info_palmas {
    
        transform: translateX(25px);
    }
    .cnt_tortas .cnt_grafico2_naranja{
        margin-top: 115px;
    }

    .svg_torta  img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: translateY(34%) scale(1.3) translateX(-41px);
    }
    .cnt_grafico1_naranja{
        font-size: 1rem;
    }
    .ilustracion1 {
        position: absolute;
        top: -45px;
        left: 50px;
    }
   
    .ilustracion2 {
        position: absolute;
        top: 28px;
        left: 50px;
        color: #DF5929;
    }
    .ilustracion3 {
        position: absolute;
        top: 91px;
        left: 50px;
        color: #DA8824;
    }
    .cnt_grafico1_naranja.ilustracion1 .cnt_img {
        width: 75px;
        overflow: hidden;
    }
    .cnt_grafico1_naranja.ilustracion2 .cnt_img {
        width: 71px;
        overflow: hidden;
    }
    

    .cnt_img_mapa_2 .numero_1_torta {
        position: absolute;
        z-index: 10;
        right: 60px;
        bottom: 189px;
    }
    .cnt_img_mapa_2 .numero_2_torta {
        position: absolute;
        z-index: 10;
        right: 87px;
        bottom: 141px;
    }
    .cnt_img_mapa_2 .numero_3_torta {
        position: absolute;
        z-index: 10;
        right: 22px;
        bottom: 138px;
    }
    .svg_mapa {
        width: 100%;
        height: 100%;
        transform: scale(1.25) translateX(0) translateY(0);
    }
    .cnt_graficos .cnt_texto_2 {
        font-size: 1.2rem;
        font-weight: 700;
        text-align: right;
        line-height: normal;
    }
    .cnt_graficos .cnt_texto_2 b {
        font-size: 2rem;
    }
    .cnt_info_palmas {
        display: flex;
        flex-direction: row;
        gap: 20px;
        flex-wrap: wrap;
    }
    .cnt_sembrada_percent{
        width: 100%;
    }
    .cnt_graficos {
        flex-basis: 65%;
        display: flex;
        flex-direction: column;
        gap: 20px;
        overflow: hidden;
    }
    .cnt_img_mapa_2 .numero_4_torta .porcentajeFont,
    .cnt_img_mapa_2 .numero_5_torta .porcentajeFont,
    .cnt_img_mapa_2 .numero_6_torta .porcentajeFont {
        font-size: 2rem;
        line-height: normal;
    }
    .cnt_img_mapa_2 .numero_4_torta{
        position: absolute;
        z-index: 10;
        right: 170px;
        bottom: 185px;
        color: #DA8824;
        font-size: 1rem;
    }
    .cnt_img_mapa_2 .numero_5_torta{
        position: absolute;
        z-index: 10;
        right: 175px;
        bottom: 135px;
        color: #DF5929;
        font-size: 1rem;
    }
    .cnt_img_mapa_2 .numero_6_torta{
        position: absolute;
        z-index: 10;
        right: 170px;
        bottom: 85px;
        color: #F9B24D;
        font-size: 1rem;
    }
    .svg_torta .numero_2_torta {
        position: absolute;
        z-index: 10;
        left: -60px;
        top: 76px;
    }
    .svg_torta .numero_1_torta {
    position: absolute;
    z-index: 10;
    left: -25px;
    top: 41px;
}
}
@media screen and (max-width:400px) {

    .cnt_img_mapa_2 .numero_1_torta {
        position: absolute;
        z-index: 10;
        right: 53px;
        bottom: 185px;
    }
    .cnt_img_mapa_2 .numero_2_torta {
        position: absolute;
        z-index: 10;
        right: 77px;
        bottom: 141px;
    }
    .cnt_img_mapa_2 .numero_3_torta {
        position: absolute;
        z-index: 10;
        right: 15px;
        bottom: 138px;
    }
}
@media screen and (max-width:375px) {
    .porcentaje_3 > div {
        padding: 5px 2px;
        position: relative;
        left: -5px;
        z-index: 2;
    }
    .porcentaje_1 .texto_porcentaje,
    .porcentaje_2 .texto_porcentaje{
        justify-content: flex-start;
        gap: 8px;
    }
    .svg_torta img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: translateY(45%) scale(1.5) translateX(-27px);
    }
    .cnt_img_mapa_2 .numero_4_torta .porcentajeFont,
    .cnt_img_mapa_2 .numero_5_torta .porcentajeFont,
    .cnt_img_mapa_2 .numero_6_torta .porcentajeFont {
        font-size: 2rem;
        line-height: normal;
    }
    .cnt_img_mapa_2 .numero_4_torta{
        position: absolute;
        z-index: 10;
        right: 150px;
        bottom: 185px;
        color: #DA8824;
        font-size: 1rem;
    }
    .cnt_img_mapa_2 .numero_5_torta{
        position: absolute;
        z-index: 10;
        right: 150px;
        bottom: 135px;
        color: #DF5929;
        font-size: 1rem;
    }
    .cnt_img_mapa_2 .numero_6_torta{
        position: absolute;
        z-index: 10;
        right: 150px;
        bottom: 85px;
        color: #F9B24D;
        font-size: 1rem;
    }
    .porcentaje_3 > div{
        font-size: 1rem;
    }   
    .cnt_porcentajes > div {
        font-size: 1.2rem;
    }
    .svg_torta .numero_2_torta {
        position: absolute;
        z-index: 10;
        left: -50px;
        top: 76px;
    }
}
@media screen and (max-width:325px) {
    .porcentaje_3 > div {
        padding: 5px 2px;
        position: relative;
        left: -15px;
        z-index: 2;
    }
    .porcentajeFont {
        font-size: 15px;
        line-height: 15px;
    }
    .cnt_sembrada_percent {
        width: 120%;
        transform: translateX(-20px);
    }
    .svg_torta img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: translateY(45%) scale(1.5) translateX(-19px);
    }
    .svg_torta .numero_1_torta {
        position: absolute;
        z-index: 10;
        left: -22px;
        top: 35px;
    }
    .svg_torta .numero_2_torta {
        position: absolute;
        z-index: 10;
        left: -45px;
        top: 66px;
    }

    .svg_torta .numero_3_torta {
        position: absolute;
        z-index: 10;
        left: 4px;
        top: 101px;
    }
    .cnt_img_mapa_2 .numero_4_torta .porcentajeFont,
    .cnt_img_mapa_2 .numero_5_torta .porcentajeFont,
    .cnt_img_mapa_2 .numero_6_torta .porcentajeFont {
        font-size: 2rem;
        line-height: normal;
    }
    .cnt_img_mapa_2 .numero_4_torta{
        position: absolute;
        z-index: 10;
        right: 130px;
        bottom: 160px;
        color: #DA8824;
        font-size: 1rem;
    }
    .cnt_img_mapa_2 .numero_5_torta{
        position: absolute;
        z-index: 10;
        right: 130px;
        bottom: 120px;
        color: #DF5929;
        font-size: 1rem;
    }
    .cnt_img_mapa_2 .numero_6_torta{
        position: absolute;
        z-index: 10;
        right: 130px;
        bottom: 80px;
        color: #F9B24D;
        font-size: 1rem;
    }
    .ilustracion1 {
        position: absolute;
        top: -45px;
        left: 38px;
    }
    .ilustracion2 {
        position: absolute;
        top: 17px;
        left: 38px;
    }
    .ilustracion3 {
        position: absolute;
        top: 70px;
        left: 38px;
    }
    .ilustracion1 img,
    .ilustracion2 img, 
    .ilustracion3 img{
        transform: scale(0.8);
    }
    .cnt_img_mapa_2 .numero_1_torta {
        position: absolute;
        z-index: 10;
        right: 45px;
        bottom: 165px;
    }
    .cnt_img_mapa_2 .numero_2_torta {
        position: absolute;
        z-index: 10;
        right: 68px;
        bottom: 126px;
    }
    .cnt_img_mapa_2 .numero_3_torta {
        position: absolute;
        z-index: 10;
        right: 12px;
        bottom: 120px;
    }
}


/*** Animaciones ***/
.cnt_img_head{
    overflow: hidden;
}
.img_head:nth-child(1){
    transform: translateX(0) translateY(-50%);
    opacity: 0;
    animation: left_in 200ms ease-in  forwards ;
    animation-delay: 200ms;
    transition-timing-function: cubic-bezier(.25,.00,.60,.10);
-webkit-transition-timing-function: cubic-bezier(.25,.00,.60,.10);
}
.img_head:nth-child(2){
    transform: translateX(0) translateY(-50%);
    opacity: 0;
    animation: left_in 200ms ease-in 600ms forwards ;
    animation-delay: 250ms;
    transition-timing-function: cubic-bezier(.25,.00,.60,.10);
-webkit-transition-timing-function: cubic-bezier(.25,.00,.60,.10);
}
.img_head:nth-child(3){
    transform: translateX(0) translateY(-50%);
    opacity: 0;
    animation: left_in 200ms ease-in 800ms forwards ;
    animation-delay: 275ms;
    transition-timing-function: cubic-bezier(.25,.00,.60,.10);
    -webkit-transition-timing-function: cubic-bezier(.25,.00,.60,.10);

}

.titulo_info{
    animation-delay: 100ms;
}
.frase_1{
    animation-delay: 150ms;
}
.cnt_contenido{
    animation-delay: 175ms;
}
.cnt_mapa{
    animation-delay: 250ms;
}

.svg_mapa #atlantico,
.svg_mapa #guajira,
.svg_mapa #cesar,
.svg_mapa #boli{
    transform: scale(0.4) translateY(100px);
    opacity: 0;
    animation: zoom_in 300ms ease-in 600ms forwards ;
    transition-timing-function: cubic-bezier(.25,.00,.60,.10);
    -webkit-transition-timing-function: cubic-bezier(.25,.00,.60,.10);
}

.svg_mapa #atlantico{
    animation-delay: 600ms;
}
.svg_mapa #guajira{
    animation-delay: 625ms;
}
.svg_mapa #cesar{
    animation-delay: 650ms;
}
.svg_mapa #logo{
    animation-delay: 500ms;
}


/*
.img_calendario,
.img_palmeras_1{
    animation-iteration-count: infinite;
}
*/


.cnt_porcentajes > div {

   max-height: 0;
   max-width: 0;
   opacity: 0;
   animation: border_anim 500ms ease-in 200ms forwards ;
    transition-timing-function: cubic-bezier(.25,.00,.60,.10);
    -webkit-transition-timing-function: cubic-bezier(.25,.00,.60,.10);


}
.cnt_porcentajes > div .number_anim {
    animation-delay: 350ms;
}



.svg_torta2{
    animation-delay: 200ms;
}
.cnt_torta_2 .parte_1,
.cnt_torta_2 .parte_2{
    animation-delay: 500ms;
}
.footer_top svg{
    overflow: visible;
}
.footer_top #animales{
animation: ic_palm_mov 2s infinite linear;
transform-origin: bottom center;
}

/*
.svg_mapa #mapa{
    transform: scale(0.4);
    opacity: 0;
    animation: zoom_in 500ms ease-in 800ms forwards ;
    animation-delay: 350ms;
    transition-timing-function: cubic-bezier(.25,.00,.60,.10);
    -webkit-transition-timing-function: cubic-bezier(.25,.00,.60,.10);
}
*/

@keyframes left_in {
    100%{
        transform: translateX(0) translateY(0);
        opacity: 1;
      
    }
}
@keyframes zoom_in {
    100%{
        transform:  scale(1);
        opacity: 1;
      
    }
}
@keyframes border_anim {
    100%{
        max-height: 100px;
        max-width: 800px;
        opacity: 1;
      
    }
}


@keyframes ic_palm_mov{
    0%{transform:  rotate(0);}
    20%{transform:  rotate(5deg);}
    40%{transform:  rotate(0deg);}
    60%{transform:  rotate(-3deg);}
    80%{transform:  rotate(-5deg);}
    100%{transform:  rotate(0deg);}
}




@keyframes animacionCarga {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }
  
  #pantalla-carga {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff; /* Color de fondo de la pantalla de carga */
    display: flex;
    justify-content: center;
    align-items: center;
    animation: animacionCarga 2s infinite;
  }

  /*loader*/


  

  
  .loader {
    width: 80px;
    height: 80px;
    position: relative;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 70px;
  }
  
  .loader .dot {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
  
    animation: 1.7s dotrotate cubic-bezier(0.775, 0.005, 0.310, 1.000) infinite;
  }
  
  .loader .dot:nth-child(1) {
    animation-delay: 0.2s;
  }
  
  .loader .dot:nth-child(2) {
    animation-delay: 0.35s;
  }
  
  .loader .dot:nth-child(3) {
    animation-delay: 0.45s;
  }
  
  .loader .dot:nth-child(4) {
    animation-delay: 0.55s;
  }
  
  .loader .dot:after, .loader .dot .first {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #638c2e;
    border-radius: 50%;
    left: 50%;
    margin-left: -4px;
  }
  
  .loader .dot .first {
    background: #638c2e;
    margin-top: -4px;
    animation: 1.7s dotscale cubic-bezier(0.775, 0.005, 0.310, 1.000) infinite;
    animation-delay: 0.2s;
  }
  
  @keyframes dotrotate { 
    from { transform: rotate(0deg); } 
    to { transform: rotate(360deg); }
  }
  
  @keyframes dotscale { 
    0%, 10% { width: 16px; height: 16px; margin-left: -8px;  margin-top: -4px; } 
    50% { width: 8px; height: 8px; margin-left: -4px; margin-top: 0; }
    90%, 100% { width: 16px; height: 16px;  margin-left: -8px;  margin-top: -4px; }
  }