@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;
}
span, img{
    animation-duration: 200ms;
}
p{
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6,p,span,b,strong,li,ul{
    font-family: 'Epilogue'!important;
}

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

    --azul-a:#008FBC;
}
.titulo1{
    font-weight: 500;
}
.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;
}
.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.2rem;
    font-weight: 700;
    text-align: right;
    line-height: normal;
}

.cnt_graficos .cnt_texto_2 b{
    font-size: 2.2rem;
}

.cnt_grafico_2{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}
.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: #E2E5D3;
}
.cnt_texto_2_palmeras{
    font-size: 4rem;
    line-height: 3rem;
    font-weight: bold;
    color: #E2E5D3;
    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: 1.5rem;
    font-weight: bold;
    color: #D3D9BC;
}
.cnt_porcentajes > div.hibrido{
    margin-left: 10px;
}

.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(-60%) 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: 1.8rem;
    display: flex;
    align-items: flex-end;
    gap: 12px;
    color: #BDDDED;
}
.cnt_torta_2 p{
    font-size: 1.5rem;
    padding: 5px 0;
}
.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.8rem;
    font-weight: bold;
    gap: 10px;
    line-height: normal;
   
}
.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: #D4E8F3;
    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:  #008FBC;
}

.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;

}
.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;
}
.svg_mapa svg #mapa-fondo{
    filter: brightness(0.4);
}


@media screen and (max-width:1150px) {
    .cnt_contenigo_2 .parte_1{
        gap: 3rem;
    }
    .porcentaje_3 {
    
        gap: 3vh;
    }
    .cnt_contenigo_2 .parte_1 {
        bottom: 23px;
        left: 0;
        gap: 4rem;
    }
  
}

@media screen and (max-width:960px) {
    .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;
    }
}
@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:610px) {
    .cnt_porcentajes > div{
        font-size: 1.1rem;
    }
    .cnt_sembrada_svg {
        display: flex;
        align-items: flex-end;
        padding-left: 0;
    }
    .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: #D4E8F3;
        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.6) 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;
    }
}

@media screen and (max-width:375px) {
    .cnt_porcentajes > div{
        font-size: 1rem;
    }
    .svg_torta img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: translateY(1%);
    }
    .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;
    }
    .cnt_porcentajes > div {
    
        padding-right: 49px;
   
    }
    .cnt_porcentajes > div.guineensis {
        border-left: none;
        padding-left: 20px;
        padding-right: 38px;
    }
    .cnt_torta_2 p, .porcentaje_2 .texto {
        font-size: 1rem;
     }
}
@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;
    }
}


/*** 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; }
  }