.contenido-blog {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.side-bar-container {
    width: 30%;
    height: auto;
    display: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
.entrada-sidebar {
    width: 30%;
    height: auto;
    display: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.entradas-blog-container {
    width: 70%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.entrada-blog-container {
    width: 60%;
    height: 100%;
    margin: 5rem 0 5rem 0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.side-bar {
    width: 70%;
    height: 25%;
    margin: 5rem 0 0 0;
    border: 2px solid #fafafa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.buscador {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #eeeeed;
    border-radius: 20rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1.5rem 0 0 0;
    display: none
}
.lupa {
    color: #fff;
    background-color: #d95098;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #d95098;
    border-radius: 50%;
    padding: 0.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 100
}
.lupa i {
    font-size: 0.7rem
}
.buscador input {
    background: none;
    border: none;
    text-align: center;
    margin: 0 0 0 2.3rem
}
.publicidad {
    background-color: #f8f9f8;
    width: 80%;
    height: 20rem;
    margin: 1.5rem 0 0 0
}
.resumen-entradas {
    width: 80%;
    margin: 1.5rem 0 1.5rem 0
}
.titulo-categoria-sidebar {
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #fafafa;
    padding: 0.3rem 0 0.3rem 0.3rem
}
.categoria-1,
.categoria-2,
.categoria-3 {
    padding: 0.3rem 0 0.3rem 0.3rem;
    border-bottom: 1px solid #fafafa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: bold
}
.entradas-blog {
    width: 80%;
    height: 100%;
    padding: 5rem 0 0 0
}
.titulo-blog {
    width: 100%;
    font-size: 1.8rem;
    color: #c2c2c2;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 2px solid #c2c2c2;
    padding: 0 0 0.5rem 0
}
.descripcion-blog {
    color: #c2c2c2;
    font-size: 0.9rem;
    text-align: center;
    margin: 1rem 0 0 0
}
.presentacion-blog {
    width: 100%;
    height: auto;
    margin: 2rem 0 0 0
}
.presentacion-blog img {
    width: 100%;
    height: 100%
}
.detalle-entradas {
    width: 100%;
    height: 40rem;
    margin: 2rem 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.entrada {
    width: 45%;
    height: 50%;
    margin: 1.5rem 0rem 0.5rem 0
}
.foto-fecha {
    width: 100%;
    height: 70%;
    background-color: #ffc0cb
}
.foto-fecha img {
    width: 100%;
    height: 100%
}
.fecha {
    position: absolute;
    background-color: #d95098;
    width: 4rem;
    height: 4rem;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 8rem 0 0 -1rem
}
.fecha p:first-child {
    font-size: 1.2rem
}
.fecha p:nth-child(2) {
    font-size: 0.8rem;
    font-style: italic
}
.titulo-entrada {
    font-size: 0.9rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0.5rem 0 0 0
}
.descripcion-entrada {
    color: #c2c2c2;
    font-size: 0.8rem;
    margin: 0.5rem 0 0 0;
    padding: 0 0 0.3rem 0;
    line-height: 1.5;
    width: 100%;
    border-bottom: 1px solid #c2c2c2
}
.views-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #c2c2c2;
    font-size: 0.8rem;
    margin: 0.5rem 0 0 0
}
.views {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.views img {
    width: 1.3rem;
    height: 1.3rem;
    margin: 0 0.3rem 0 0
}
.views-comment i {
    color: #d95098;
    font-size: 1rem;
    margin: 0 0.5rem 0 0
}
.views-comment p {
    margin: 0 0.5rem 0 0
}
.paginacion-container-blog {
    width: 100%;
    margin: 4rem 0 2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.paginacion-blog {
    height: 3rem;
    margin: 3rem 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f9f9f9;
    border: 1px solid #f9f9f9;
    border-radius: 10rem
}
.paginacion-blog a {
    color: #9c9c9c
}
.paginacion-blog a:hover {
    color: #d95098
}
.numero-paginacion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    color: #9c9c9c;
    margin: 0 0.5rem 0 0.5rem;
    font-weight: bold
}
.actual-p {
    background-color: #d95098;
    padding: 0.3rem;
    color: #fff;
    width: 2rem;
    height: 2rem;
    text-align: center;
    border-radius: 50%
}
.primero {
    border-radius: 10rem 0 0 10rem;
    background-color: #000;
    padding: 0.5rem 0.5rem 0.5rem 0.8rem
}
.ultimo {
    border-radius: 0 10rem 10rem 0;
    background-color: #000
}
.imagen-entrada {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 2rem 0 0 0
}
.imagen-entrada img {
    width: 50%;
    height: auto
}
.titulo-tipo {
    width: 100%;
    text-align: center;
    padding: 0.5rem 0 0 0;
    line-height: 2;
    text-transform: uppercase
}
.entrada-blog {
    border: 2px solid #fafafa
}
.titulo-tipo p:first-child {
    color: #979798;
    font-size: 0.8rem
}
.titulo-tipo p:nth-child(2) {
    color: #252525;
    font-weight: bolder;
    font-size: 1.5rem
}
.autor-fecha {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.9rem;
    color: #979798;
    text-transform: uppercase
}
.autor-fecha i {
    margin: 0 0.5rem 0 0.8rem;
    color: #252525
}
.texto-entrada {
    width: 100%;
    font-size: 0.9rem;
    padding: 2.5rem;
    line-height: 1.4rem;
    color: #474747;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.imagenes-productos-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1rem 0 0 0
}
.imagenes-productos-blog a {
    width: 30%
}
.imagenes-productos-blog img {
    width: 100%
}
.texto-entrada p {
    width: 100%
}
.tags {
    padding: 0rem 0 1rem 0;
    padding: 0 0 1rem 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #979798;
    text-transform: uppercase;
    font-size: 0.8rem;
    border-bottom: 2px solid #fafafa
}
.tags i {
    margin: 0 0.5rem 0 0
}
.comments-likes img {
    width: 2rem;
    height: 2rem;
    margin: 0 0rem 0 0
}
.comments-likes {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #979798;
    text-transform: uppercase;
    font-size: 0.8rem;
    padding: 0.5rem 1rem 0.5rem 1rem;
    margin: 0 0 0rem 0
}
.comments-likes i {
    margin: 0 0.5rem 0 0
}
.enterate-mas {
    width: 100%;
    margin: 2rem 0 4rem 0;
    border: 2px solid #fafafa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.t-enterate-mas {
    margin: 1rem 0 1rem 1rem;
    font-weight: bolder;
    text-transform: uppercase
}
.enterate-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.enterate {
    width: 30%;
    height: 15rem;
    margin: 0 0 0rem 1rem
}
.foto-enterate {
    width: 100%
}
.foto-enterate img {
    width: 100%
}
.titulo-enterate {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.8rem;
    margin: 0.5rem;
    width: 100%
}
.lastest-post {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 10rem 0 0 0;
    display: none
}
.publicidad-2 {
    width: 100%;
    background-color: #f9f9fb;
    height: 10rem
}
.t-lastest-post {
    width: 100%;
    text-align: center;
    margin: 1rem 0 0 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9rem;
    letter-spacing: 1px;
    padding: 0 0 0.5rem 0;
    border-bottom: 1px solid #fafafa
}
.l-post {
    width: 100%;
    height: 4rem;
    margin: 0.5rem 0 0 0;
    border-bottom: 1px solid #fafafa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0.5rem 0
}
.f-post {
    width: 30%;
    height: 100%;
    background-color: #3c3d49
}
.i-post {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.8rem;
    margin: 0rem 0 0 0.5rem;
    letter-spacing: 1px
}
.i-post p:nth-child(2) {
    color: #979798;
    margin: 0.2rem 0 0 0
}
.regresar-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    margin: 0 0 1rem 0
}
.regresar-blog a {
    color: #000
}
.regresar-blog a:hover {
    color: #d95098;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
@media (min-width: 0px) and (max-width: 700px) {
    .contenido-blog {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .entradas-blog {
        width: 90%;
        padding: 2rem 0 0 0
    }
    .entradas-blog-container {
        width: 95%
    }
    .entrada {
        width: 100%
    }
    .entrada-blog-container {
        width: 90%
    }
    .contenido-blog {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .entrada-blog-container {
        margin: 1rem 0 0 0
    }
    .imagen-entrada img {
        width: 90%
    }
    .titulo-tipo p:nth-child(2) {
        font-size: 1rem
    }
    .autor-fecha,
    .tags,
    .titulo-tipo p:first-child {
        font-size: 0.7rem
    }
    .texto-entrada {
        padding: 1.7rem;
        font-size: 0.8rem
    }
    .enterate-mas {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 1rem 0 1rem 0
    }
    .enterate-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .enterate {
        width: 90%
    }
    .side-bar-container {
        width: 100%
    }
    .entrada-sidebar,
    .side-bar {
        width: 90%;
        margin: 1rem 0 2rem 0
    }
    .titulo-blog {
        font-size: 1rem
    }
    .descripcion-blog {
        font-size: 0.8rem
    }
    .detalle-entradas {
        margin: 0 0 0 0
    }
}
@media (min-width: 2000px) {
    .side-bar-container {
        width: 20%
    }
    .entradas-blog-container {
        width: 50%
    }
    .entrada-blog-container {
        width: 40%
    }
}