.article {
    margin-top: 0;
}
.article .paragraph {
    padding: 0;
}
.paragraph p {
    font-family: 'Roboto Slab', serif;
    padding: 0;
}
.txt_width p {
    font-size: 18px;
    line-height: 28px;
}
.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: 48px !important;
}
h2 img {
    width: 60px;
    vertical-align: middle;
}

.pregunta {
    position: relative;
    border-bottom: 1px solid #1d3557;
    padding-top: 16px;
    padding-bottom: 16px;
}
.pregtit {
    display: inline-block;
    width: 100%;
    padding-left: 16px;

}
.txt_width.info {
    height: 0;
    padding-bottom: 0;
    overflow: hidden;
    transition: height .4s;
}
.expand {
    position: absolute;
    top: 56px;
    right: 0;
    margin: -40px 0 30px;

    text-align: right;
    cursor: pointer;
    padding: 0 16px 16px 0;
}
p a {
    font-weight: 700;
}
.expand img {
    width: 20px;
    pointer-events: none;
}
p {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 4px;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    
}

.quote {
    font-size: 28px;
    padding: 20px;
    line-height: 39px;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}
.ma.article li {
    margin-bottom: 24px;
    line-height: 26px;
}
.div {
    width: 100%;
    height: 24px;
    margin-bottom: 4px;
    border-bottom: 1px solid #1d3557;
}
.bullets {
    padding: 4px 16px;
    background: #8c93cb;
    color: #fff;
 }
 .casos {
    padding: 8px 8px 24px;
    background: #8c93cb;
    margin-top: 24px;
    color:#fff;
 }

 .casos ul {
    font-style:normal;
 }
 .casos .tit {
    padding: 16px;
    font-weight: 700;
 }
 .casos .caso {
    padding: 1px 28px;
    font-style: italic;
 }
 @media screen and (min-width: 728px) {
    .bullets {
        padding: 16px;
    }
 }
