@import 'dr.css';
@import 'quote.css';
@import 'comments.css';
@import 'sidebar.css';
@import 'author.css';
@import 'news.css';
@import url('https://fonts.googleapis.com/css?family=Allura&display=swap');

.d_flex {
    display: flex;
}

.d_flex--wrap {
    flex-wrap: wrap;
}

.flex_space_around {
    justify-content: space-around;
}

.text_right {
    text-align: right;
}

@media (max-width: 700px) {
    .is-700-hide {
        display: none;
    }
}

body {
    margin: 0;
    padding: 0;
    font-size: 62, 5%;
    font-family: "Open Sans";
    background-color: #eeeeee;
}

.img {
    width: 100%;
}

.container {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
}

.container_nav {

}

.nav_one {
    display: flex;
    height: 34px;
    background-color: #a53165;
    justify-content: flex-end;
    padding-right: 5%;
}

.margin-r-7 {
    margin-right: 7em;
}

.nav_one_links {
    display: flex;
    cursor: pointer;
}

.nav_one_link {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: white;
}

.nav_one_link p {
    margin: 0 .5em;
}

.nav_one_link img {
    width: 1.2em;
    margin: 0 .5em;
}

.logo {
    display: flex;
    align-items: center;
    margin-top: 0.5em;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.logo img {
    max-width: 100%;
    width: 250px;
}

.logo-container {
    position: relative;
    display: flex;
    justify-content: center;
}

.logo-container .logo_subtitle {
    position: absolute;
    bottom: 3px;
    margin-left: 7%;
    font-size: 16px;
    font-family: "Open Sans";
    font-weight: 100;
    color: #000;
    text-transform: uppercase;
}

@media (max-width: 700px) {
    .logo img {
        margin: auto;
        width: 100%;
        padding: 1em 0;
    }
}

.content_body {
    /*background: url("../bg.png") no-repeat;*/

    background-image: linear-gradient(to bottom, #a53165, #fff 450px);
}

.content_body_margin {
    max-width: 90%;
    margin: auto;
    display: flex;
    justify-content: center;
}

.content_body_description {
    width: 65%;
}

.content_body_description h1 {
    font-size: 2.2em;
}

.content_body_description h1 .new_line {
    display: block;
    font-size: .8em;
}

@media (max-width: 700px) {
    .content_body_description {
        width: auto;
        max-width: 100%;
    }
}

.article_text_body {
    background: white;
    padding: .1em 0 0 1.8em;
}

.article_text_body .social_media {
    border-bottom: 2px solid #bababa;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
}

.article_text_body .social_media a {
    text-decoration: none;
}

.article_text_body .social_media .print {
    align-items: center;
    float: right;
    display: flex;
    justify-content: flex-end;
    margin-right: 2em;
    margin-top: .5em;
    color: #313232;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;

}

.article_text_body .social_media .print img {
    height: 1.5em;
}

.article_text_body .title {
    color: #313232;
    font-family: "Open Sans";
    font-size: 50px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .article_text_body .title {
        font-size: 32px;
    }
}

.article_text_body .subtitle {
    color: #313232;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
}

.social_media img {
    height: 2.5em;
}

.img_section {
    overflow: hidden;
}

.img_section img {
    width: 100%;
}

.img_section p {
    color: #000000;
    font-size: 1.1em;
    font-weight: 600;
}

.section_item p {
    color: #313232;
    line-height: 1.5;
}

.title__green {
    text-transform: uppercase;
    color: #008d21;
    font-family: "Open Sans";
    font-size: 1em;
    padding: .5em 0 0 0;
    margin: 0;
}

.description_green {
    margin-bottom: .7em;
    background-color: #e1f4e9;
}

.description_green__item {
    padding-left: 3em;
    position: relative;
}

.description_green__item::before {
    content: '';
    display: block;
    height: 23px;
    width: 23px;
    position: absolute;
    background: url(../array.png) no-repeat center;
    left: 13px;
    top: 11px;
}

.description_green__text {
    margin: 0;
    padding: .5em 0;
}

.warning {
    background-color: #f7dddd;
    border: 5px solid #f6c5c5;
    padding: 1em 3em;
}

.color_red {
    color: red;
}

.warning_uppercase {
    text-transform: uppercase;
}

.footer {
    background-color: #9a1a51;
    text-align: center;
    color: white;
    font-size: .8em;
    padding: 2em;
    margin-top: 6em;
}

.order_img {
    margin-top: 2em;
    position: relative;
}

.order_link {
    position: absolute;
    bottom: 0;
    color: #cd784f;
    text-decoration: none;
    font-size: 2em;
    margin: 10px;
}

.data_published {
    margin-bottom: .3em;
    color: white;
    margin-top: 2em
}

.btn-search {
    outline: none;
    background: #97a0a4;
    border: 0;
    cursor: pointer;
    color: white;
    padding: .4em .9em;
    border-radius: 5px;
    font-size: 1em;
    letter-spacing: 1px;
}

.btn-search a {
    color: white;
    text-decoration: none;
}

.input-search {
    padding: .4em;
}

.nav_links {
    text-decoration: none;
    list-style: none;
    text-align: right;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0;
}

.nav_links a {
    text-decoration: none;
    text-transform: uppercase;
    color: #CC2172;
    font-size: 18px;
}

.nav_link {
    text-decoration: none;
    display: inline-block;
    padding: 0 .5em;
    font-weight: bold;
    border-right: 2px solid #afb0b0;
}

.nav_link:last-child {
    border: none;
}

.username a {
    color: #1e1e1e;
}

p a {
    color: #1e1e1e;
}

.logo_subtitle {
    width: 300px;
}

.logo_fix {
    width: 270px;
    margin-left: 50px !important;
}