@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|Playfair+Display&display=swap');

.container {
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.column,
.columns {
    width: 100%;
    float: left;
    box-sizing: border-box;
}

/* For devices larger than 400px */
@media (min-width: 400px) {
    .container {
        width: 98%;
        padding: 0;
    }
}

/* For devices larger than 550px */
@media (min-width: 800px) {

    .column,
    .columns {
        margin-left: 4%;
    }

    .column:first-child,
    .columns:first-child {
        margin-left: 0;
    }

    .one.column,
    .one.columns {
        width: 4.66666666667%;
    }

    .two.columns {
        width: 13.3333333333%;
    }

    .three.columns {
        width: 22%;
    }

    .four.columns {
        width: 30.6666666667%;
    }

    .five.columns {
        width: 39.3333333333%;
    }

    .six.columns {
        width: 48%;
    }

    .seven.columns {
        width: 56.6666666667%;
    }

    .eight.columns {
        width: 65.3333333333%;
    }

    .nine.columns {
        width: 74.0%;
    }

    .ten.columns {
        width: 82.6666666667%;
    }

    .eleven.columns {
        width: 91.3333333333%;
    }

    .twelve.columns {
        width: 100%;
        margin-left: 0;
    }

    .one-third.column {
        width: 30.6666666667%;
    }

    .two-thirds.column {
        width: 65.3333333333%;
    }

    .one-half.column {
        width: 48%;
    }

    /* Offsets */
    .offset-by-one.column,
    .offset-by-one.columns {
        margin-left: 8.66666666667%;
    }

    .offset-by-two.column,
    .offset-by-two.columns {
        margin-left: 17.3333333333%;
    }

    .offset-by-three.column,
    .offset-by-three.columns {
        margin-left: 26%;
    }

    .offset-by-four.column,
    .offset-by-four.columns {
        margin-left: 34.6666666667%;
    }

    .offset-by-five.column,
    .offset-by-five.columns {
        margin-left: 43.3333333333%;
    }

    .offset-by-six.column,
    .offset-by-six.columns {
        margin-left: 52%;
    }

    .offset-by-seven.column,
    .offset-by-seven.columns {
        margin-left: 60.6666666667%;
    }

    .offset-by-eight.column,
    .offset-by-eight.columns {
        margin-left: 69.3333333333%;
    }

    .offset-by-nine.column,
    .offset-by-nine.columns {
        margin-left: 78.0%;
    }

    .offset-by-ten.column,
    .offset-by-ten.columns {
        margin-left: 86.6666666667%;
    }

    .offset-by-eleven.column,
    .offset-by-eleven.columns {
        margin-left: 95.3333333333%;
    }

    .offset-by-one-third.column,
    .offset-by-one-third.columns {
        margin-left: 34.6666666667%;
    }

    .offset-by-two-thirds.column,
    .offset-by-two-thirds.columns {
        margin-left: 69.3333333333%;
    }

    .offset-by-one-half.column,
    .offset-by-one-half.columns {
        margin-left: 52%;
    }

}

:root {
    --primary-color: #1da1f2;
    --dark-color: #343a40;
    --light-color: #f4f4f4;
    --danger-color: #dc3545;
    --success-color: #28a745;
    --menu-speed: 0.75s;
    --overlay-color: rgba(0, 0, 0, 0.85);
}

html,
body,
#root {
    min-height: 100%;
    width: 100% !important
}


body {
    /*background-image: linear-gradient(rgba(186, 186, 186, 0.3),rgba(255, 255, 255) 25%);
    background-repeat: no-repeat;
    background-attachment: fixed;*/
    background: #f6f6f6;
    font-family: 'Open Sans', sans-serif;
    color: #707070;
    padding: 0;
    margin: 0;
    font-size: 14px;

}

a {
    color: #000;
    text-decoration: none;
}

p {
    margin-bottom: 0;
    margin-top: 0
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4 {
    padding-top: 0;
    padding-bottom: 0;
    color: #000;
    margin-top: 0;
    margin-bottom: 10px
}

.left {
    float: left;
}

.right {
    float: right;
}

/* Header */
header {
    padding: 15px;
    box-sizing: border-box;
    width: 100%
}

header h1 {
    float: left;
    width: auto;
    line-height: 20px;
    margin-top: 20px
}

header h1 a,
footer h2 a {
    color: #000000;
    font-size: 30px;
    text-transform: uppercase;
    /*margin-left: 15px;*/
}

footer h2 a {
    color: #fff
}

header h1 a span,
footer h2 a span,
header h1 span.h1_sub {
    font-weight: 400;
}

header h1 span.h1_sub {
    font-size: 14px;
}

.feat-tweet {
    padding: 2rem;
    float: left;
    width: 100%;
    position: relative;
}

.feat-tweet-user {
    color: #707070;
    margin: auto;
    display: block;
    float: left;
    width: 100%;
    padding: 5px 0;
    text-align: center;
}

.feat-tweet-user span {
    font-weight: lighter;
}

.feat-tweet-user img {
    border-radius: 50%;
    width: 48px;
    margin-bottom: 1rem;
}

.feat-tweet-text {
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    font-weight: normal;
    float: left;
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
}

.feat-tweet-text a {
    color: #707070;
}

.post-container h1,
.post-container h2,
.paginacion h1,
.paginacion h2 {
    float: left;
    width: 100%;
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    box-sizing: border-box;
}

.post-container .feat-tweet {
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);*/
    margin: 0
}

.post-container .feat-tweet:nth-child(odd) {
    padding-left: 0;
    box-sizing: border-box;
}

.post-container .feat-tweet:nth-child(even) {
    padding-left: 10%;
}

.post-container .feat-tweet-text {
    font-size: 16px;
    padding: 10px;
    background-color: #efefef;
    border-radius: 5px;
    position: relative;
}

.post-container .feat-tweet-text::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 24px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 20px solid #efefef;
    border-bottom: 10px solid transparent;
}

.post-container .feat-tweet-user {
    padding: 10px 0;
    font-size: 12px
}


.feat-tweet-hashs {
    display: block;
    align-items: center;
    justify-content: center;
}

.feat-tweet-hashs ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    padding-left: 0
}

.feat-tweet-hashs ul li {
    padding: 10px;
    background-color: #1da1f2;
    margin: 1rem;
    border-radius: 5px;
    color: #ffffff;
    font-weight: lighter;
    font-size: 14px;
}

.feat-tweet-post-user {
    font-weight: bold;
}

.feat-tweet-post-date {
    color: #1da1f2;
}

.feat-tweet-post-text span {
    color: #1da1f2;
}



.sidebar {
    padding: 2rem;
}

/*
.paginacion {
    grid-gap: 10px;
    padding: 2rem;
  }*/


.post {
    float: left;
    background-color: #ffffff;
    overflow: hidden;
    height: auto;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.16)
        /* 0 0 20px 0 rgba(0, 0, 0, 0.16)*/
    ;
    margin: 1rem 0;
}

.post-tweet {
    width: 100%;
    float: left;
}

.post h2,
.post h2 a,
.post h3 a,
.post h3 {
    font-family: 'Playfair Display', serif;
    text-transform: none;
    font-weight: normal;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}

.post h3 a,
.post h3 {
    font-size: 16px;
    line-height: 20px
}

.usuario {
    float: left;
    width:
        /*25%*/
        100%;
    text-align: center;
    font-size: 12px;
    text-align: left;
    line-height: 48px;
    margin: 0
}

.usuario br {
    display: none;
}

.post-tweet-user {
    margin: 10px 0;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.post-tweet-user img {
    border-radius: 50%;
    float: left;
    margin-right: 20px
}

/*.post-tweet-user p{ font-weight: lighter; color: #707070; font-size: 12px; }*/
.paginacion .post-tweet-user p {
    line-height: normal;
    float: left;
    width: 100%
}

.post-tweet-user span {
    color: #1da1f2;
    font-size: 12px;
}

.post-tweet-user-info,
.post-tweet-text {
    float: left;
    box-sizing: border-box;
    float: left;
    font-size: 16px
}

.post-tweet-user-info {
    font-family: 'Playfair Display', serif;
}

.post-tweet-text {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px;
    text-align: justify;
}

.post-tweet-text p {
    text-align: justify;
}

.paginacion .post-tweet-user-info {
    margin-left: 0;
    width: auto;
    margin-right: 5px
}

.post-tweet-text span {
    color: #1da1f2;
}

.divider {
    border-bottom: 1px solid #7070702e;
    height: 5px;
    margin: 1rem;
    border-radius: 5px;
}

.post-text p {

    color: #707070;
    font-size: 15px;
}

.post-text {
    margin-top: 1rem;
}

/* Single post */
.post-container .post-img-container {
    margin: 2rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-body {
    padding: 1rem;
}

.post-body p {

    font-weight: lighter;
    color: #707070;
    margin: 2rem auto;
}

/* Banner */
.main-banner {
    grid-column: 1/3;
    grid-row: 3;
    text-transform: uppercase;
    text-align: center;
    /*display: flex;*/
    overflow: hidden;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.side-banner {
    overflow: hidden;
    margin: 0;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    text-align: center;
}

.side-banner img {
    margin-bottom: 10px
}

.trends {
    font-size: 14px;
    font-weight: bold;
    padding: 1.5rem;
    margin: 1rem 0;
    overflow-x: hidden;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
}

.trends h1 {
    color: #000000;
    font-size: 15px;
}

.trends p {
    color: #1da1f2;
}

.trends ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.trends span {
    font-weight: lighter;
    color: #707070;
    font-size: 13px;
}

/* MENU STYLES */
.menu-wrap {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
}

.menu-wrap .toggler {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    cursor: pointer;
    width: 50px;
    height: 50px;
    opacity: 0;
}

.menu-wrap .hamburger {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 40px;
    height: 60px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hamburger Line */
.menu-wrap .hamburger>div {
    position: relative;
    flex: none;
    width: 100%;
    height: 3px;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

/* Hamburger Lines - Top & Bottom */
.menu-wrap .hamburger>div::before,
.menu-wrap .hamburger>div::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -10px;
    width: 100%;
    height: 3px;
    background: inherit;
}

/* Moves Line Down */
.menu-wrap .hamburger>div::after {
    top: 10px;
}

/* Toggler Animation */
.menu-wrap .toggler:checked+.hamburger>div {
    transform: rotate(135deg);
}

/* Turns Lines Into X */
.menu-wrap .toggler:checked+.hamburger>div:before,
.menu-wrap .toggler:checked+.hamburger>div:after {
    top: 0;
    transform: rotate(90deg);
}

/* Rotate On Hover When Checked */
.menu-wrap .toggler:checked:hover+.hamburger>div {
    transform: rotate(225deg);
}

/* Show Menu */
.menu-wrap .toggler:checked~.menu {
    visibility: visible;
}

.menu-wrap .toggler:checked~.menu>div {
    transform: scale(1);
    transition-duration: var(--menu-speed);
}

.menu-wrap .toggler:checked~.menu>div>div {
    opacity: 1;
    transition: opacity 0.4s ease 0.4s;
}

.menu-wrap .menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    visibility: hidden;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.menu-wrap .menu>div {
    background: var(--overlay-color);
    width: 200vw;
    height: 250vw;
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transition: all 0.4s ease;
}

.menu-wrap .menu>div>div {
    text-align: center;
    max-width: 90vw;
    max-height: 100vh;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.menu-wrap .menu>div>div>ul>a>li {
    list-style: none;
    color: #fff;
    text-transform: uppercase;
}

.menu-wrap .menu>div>div>ul>li>a {
    color: inherit;
    text-decoration: none;
    transition: color 0.4s ease;
}

a.menu-link {
    text-transform: capitalize;
}

footer {
    background-color: #1da1f2;
    float: left;
    color: #fff;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 12px
}


.row {
    width: 100%;
    float: left;
}

/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 800px) {
    .feat-tweet-user {
        width: 20%;
        padding: 30px 10px 30px 0;
        box-sizing: border-box;
    }

    .feat-tweet-text {
        font-size: 35px;
        width: 80%;
        padding: 10px 10px;
    }

    .container.feat-tweet {
        padding: 20px;
        float: none;
    }

    .container {
        width: 100%;
        max-width: 1400px;
        box-sizing: border-box;
        padding: 20px 20px 20px 0;
        overflow: hidden;
    }

    .grid-sizer {
        width: calc(50% - 20px);
    }

    .post {
        float: left;
        width: calc(50% - 20px);
        margin: 0 10px 20px 10px;
        box-sizing: border-box;
    }

    .post .container {
        padding-left: 20%;
        margin-top: 20px;
        font-size: 16px;
    }

    .paginacion .post h1 {
        padding-left: 68px;
        font-size: 30px;
        line-height: 30px
    }

    .post-container .feat-tweet-user {
        display: inline;
    }

    .post-container h1,
    .post-container h2,
    .padding20 {
        padding-left: 20%
    }

    .post-container .container {
        padding-left: 20%
    }

    img.img_home {
        /*width: calc(100% - 68px);
        padding-left: 68px;*/
        height: auto;
    }

    .post h2,
    .post h3 {
        padding-left: 0px;
    }

    .post-tweet-user-info {
        width: calc(100% - 68px);
        margin-left: 68px;
    }

    .post-tweet-text {
        width: calc(100%);
        margin-left: 0px;
    }
}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}