.main__contents {
    margin-top: 0px;
}

.container {
    position: relative;
    display: block;
    width: 100%;
    max-width: 75.625rem;
    margin: 0 auto 0 auto;
}

.bg-fff {
    background-color: #fff;
}

.bg-f7 {
    background-color: #f7f7f7;
}

.bg-ea {
    background-color: #eaeeea;
}

.content_share {
    position: relative;
    bottom: 23px;
    padding-right: 0px;
    right: 0;
    padding-right: 0px;
    justify-content: center;
}

.title {
    margin: 0 auto;
    text-align: center;
    padding: 4.375rem 0 1.25rem 0;
    text-transform: uppercase;
    max-width: 56.25rem;
}

.sub-title {
    font-weight: 400;
    text-align: center;
    color: #555;
    max-width: 52.5rem;
    margin: 0 auto;
    padding: 0 0 0 0;
}

.txt-p {
    text-align: left;
    margin: 0rem auto 2.1875rem auto;
    max-width: 41.25rem;
}

@media screen and (max-width: 767px){
    .txt-p {
        font-size: 1.125rem;
        line-height: 1.8125rem;
        padding: 0px 1.25rem 0px 1.25rem;
    }
}

.txt-p a {
    text-decoration: none;
    color: hsl(132.15, 43.17%, 35.88%) !important;
    font-weight: 700;
}

.txt-p a:hover {
    text-decoration: underline;
}

.txt-p strong {
    font-weight: 700;
}

.txt-p:last-child {
    margin-bottom: 0;
    padding-bottom: 4.375rem;
}

.capitular::first-letter {
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 3.75rem;
    margin: 0.125rem 0.75rem 0.125rem 0rem;
    padding: 0;
    float: left;
    line-height: 1;
    text-indent: 0;
    text-rendering: optimizeLegibility;
    color: #111;
}

.autor {
    font-size: 1rem;
    line-height: 1.25rem;
    color: #555;
    padding: 1.5625rem 0 0.3125rem 0;
    text-align: left;
}

.autor span {
    font-weight: 700;
}

.data-publi {
    font-size: 1rem;
    line-height: 1.25rem;
    color: #555;
    padding: 0 0 1.1875rem 0;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
}




























