@font-face {
    font-family: 'titillium_bdbold';
    src: url('titillium-bold-webfont.woff2') format('woff2'), url('titillium-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'titilliumregular';
    src: url('titillium-regular-webfont.woff2') format('woff2'), url('titillium-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: 'titilliumregular';
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: 100;
    outline: 0 !important;
    transform: translateZ(0);
}

body {
    position: relative;
    width: 100%;
    float: left;
    background-color: #fff;
}

section {
    margin: 0 auto;
    width: 100%;
    max-width: 1170px;
    height: 300px;
    padding: 0 60px;
    overflow: hidden;
}

article {
    width: 100%;
    margin: 0 auto;
    max-width: 925px;
    height: 300px;
}

h1 {
    color: #00859B;
    line-height: 19px;
    position: absolute;
    bottom: 106px;
    left: 10px;
}

#anos {
    position: absolute;
    width: 116%;
    bottom: 20px;
    left: -8%;
}

#anos li {
    list-style-type: none;
    float: left;
    width: 14.28%;
    text-align: center;
    font-size: 18px;
    color: #5C4E3A;
}

#anos li:last-child {
    font-size: 24px;
}

#borde {
    position: absolute;
    width: 100%;
    height: 100px;
    border: 1px solid #AFA8A3;
    border-right: none;
    border-top: none;
    bottom: 60px;
}

#porcentajes {
    position: absolute;
    width: 116%;
    top: 0px;
    left: -8%;
}

#porcentajes li {
    list-style-type: none;
    float: left;
    color: #00859B;
    width: 14.28%;
    text-align: center;
    font-size: 24px;
}

#grafica {
    position: absolute;
    width: 100%;
    height: 178px;
    background-image: url("../img/mascara.png");
    bottom: 63px;
    background-size: 100% 100%;
}

#blanco {
    position: absolute;
    width: 100%;
    height: 178px;
    bottom: 63px;
    animation: graficalinea 15s infinite;
    background-color: #fff;
    right: 0;
}

@keyframes graficalinea {
    0% {
        width: 950px;
        opacity: 1;
    }
    10% {
        width: 0px;
        opacity: 1;
    }
    95% {
        width: 0px;
        opacity: 0;
    }
    98% {
        width: 950px;
        opacity: 0;
    }
    100% {
        width: 950px;
        opacity: 1;
    }
}

#graficalinea {
    position: absolute;
    bottom: 63px;
    width: 100%;
    height: 178px;
    background-image: url("../img/lineanaranja.png");
    background-size: 100% 100%;
}

#degradadomas {
    position: absolute;
    width: 100%;
    height: 178px;
    bottom: 63px;
    overflow: hidden;
}

#degradado {
    position: absolute;
    width: 100%;
    height: 178px;
    background-image: url("../img/degradado.png");
    background-size: 100% 100%;
    animation: degradado 10s infinite;
}

@keyframes degradado {
    0% {
        right: 950px;
        opacity: 1;
    }
    15% {
        right: 0px;
        opacity: 1;
    }
    95% {
        right: 0px;
        opacity: 1;
    }
    98% {
        right: 0px;
        opacity: 0;
    }
    100% {
        right: 1000px;
        opacity: 0;
    }
}

.circulin {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #FE8200;
    left: calc(50% - 5px);
    top: 40px;
}

#logo {
    position: absolute;
    width: 111px;
    height: 140px;
    background-image: url("../img/logo2.png");
    bottom: 68px;
    right: -51px;
    background-size: 111px;
    animation: logo 10s;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 24px 10px;
    line-height: 20px;
}

@keyframes logo {
    0% {
        bottom: 78px;
        opacity: 0;
    }
    13% {
        bottom: 78px;
        opacity: 0;
    }
    16% {
        bottom: 68px;
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

#diez {
    animation: diez 10s infinite;
}

@keyframes diez {
    0% {
        margin-top: 38px;
        opacity: 0;
    }
    2% {
        margin-top: 38px;
        opacity: 0;
    }
    5% {
        margin-top: 48px;
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    98% {
        margin-top: 48px;
        opacity: 1;
    }
    100% {
        margin-top: 38px;
        opacity: 0;
    }
}

#veinte {
    animation: veinte 10s infinite;
}

@keyframes veinte {
    0% {
        margin-top: 54px;
        opacity: 0;
    }
    3% {
        margin-top: 54px;
        opacity: 0;
    }
    6% {
        margin-top: 64px;
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    98% {
        margin-top: 64px;
        opacity: 1;
    }
    100% {
        margin-top: 54px;
        opacity: 0;
    }
}

#cuarenta {
    animation: cuarenta 10s infinite;
}

@keyframes cuarenta {
    0% {
        margin-top: 100px;
        opacity: 0;
    }
    5% {
        margin-top: 100px;
        opacity: 0;
    }
    8% {
        margin-top: 110px;
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    98% {
        margin-top: 110px;
        opacity: 1;
    }
    100% {
        margin-top: 100px;
        opacity: 0;
    }
}

#cien {
    animation: cien 10s infinite;
}

@keyframes cien {
    0% {
        margin-top: 181px;
        opacity: 0;
    }
    13% {
        margin-top: 181px;
        opacity: 0;
    }
    15% {
        margin-top: 191px;
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    98% {
        margin-top: 191px;
        opacity: 1;
    }
    100% {
        margin-top: 181px;
        opacity: 0;
    }
}

@media (max-width: 650px) {
    section {
        padding: 0 40px;
    }
    #logo {
        width: 80px;
        height: 115px;
        right: -38px;
        background-size: 80px;
        font-size: 16px;
        padding: 15px 0px;
        line-height: 17px;
    }
}