.article {
    margin-top: 0;
}
.article .paragraph {
    padding: 0;
}
.paragraph p {
    font-family: Roboto, sans-serif;
    padding: 0;
}
.txt_width p {
    font-size: 18px;
    line-height: 28px;
    padding: 0;
}
.graphic_regular {
    max-width: 622px;
    margin: 0 auto;
    margin-top: 0px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
}
h2.initial {
    padding-top: 0;
    display: flex;
    padding-bottom: 0;
}
.txt_width {
    width: 100%;
    max-width: 622px;
    margin: auto;
}
h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    text-align: left;
    padding-top: 16px;
    padding-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
    padding-left: 0px;
    padding-right: 0px;
}
h2 img {
    width: 60px;
    vertical-align: middle;
}
.pregtit {
    display: inline-block;
    width: 80%;
    padding-left: 16px;
    padding-bottom: 24px;
}
.txt_width.info {
    height: 0;
    padding-bottom: 0;
    overflow: hidden;
    transition: height .4s;
}
.expand {
    margin: 0px 0 30px;
    border-bottom: 1px solid #55cfff;
    text-align: right;
    cursor: pointer;
    padding: 0 16px 16px 0;
}
.expand img {
    width: 20px;
    pointer-events: none;
}
p {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 20px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    
}

.div {
    width: 100%;
    height: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #55cfff;
}
@media screen and (min-width: 768px) {
   
}


    /* LINE CHART */

    .cpi {
        max-width: 700px;
        margin: 0 auto;
        padding: 0 0px;
    }

    .botones {
        max-width: 700px;
        margin: 0 auto;
    }
    .bot {
        cursor: pointer;
        display: inline-block;
        padding-bottom:1px;
        border-bottom: 2px solid gray;
    }
    .cpi text {
        font-size: 30px;
    }
    .line {
        fill: none;
        stroke: gray;
        stroke-width: 2;
        opacity: 0;
        transition: opacity 1s;
    }
    
    .x .tick line {
        stroke: #000;
    }
    .tick line {
        stroke: lightgray;
        stroke-width:0.4;
    }

    .y.axis .tick text {
        fill: gray;
        transform: translate(-5px,0);
        font-size: 30px;
    }

    .x.axis .tick text {
        fill: gray;
        font-size: 30px;
    }
    .y.axis path {
        display: none;
    }

    .linetx {
        fill: none;
        stroke: red;
        stroke-width: 3;
    }
    .overlay {
    fill: none;
    pointer-events: all;
    }


   @media screen and (min-width: 720px) {
    .cpi text {
        font-size: 18px;
    }
    .y.axis .tick text, .x.axis .tick text {
        font-size: 18px;
    }
    .reset {
   
    right: 0%;
 
    bottom: -50px;
    width: 69px;
   
   }
    .calc1 {
        background-size: 100% 100%;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 4px;
    }
    .slide_info img{
       pointer-events: none;
     width: 120px;
   }
   }
