
html, body {
    margin: 0;
    padding: 0
}

body {
    font-family: sans-serif;
    color: rgb(68, 68, 68);
    line-height: 22px
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

header img {
    max-width: 100%
}

section {
    padding: 0 10px
}

h1, h2, h3 {
    margin: 0
}

a {
    color: #09F;
    text-decoration: underline;
    cursor: pointer;
}

img {
    max-width: 100%
}

h1 {
    text-align: center;
    font-size: 23px;
    line-height: 32px;
    color: #000
}

h2 {
    font-size: 19px;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #000;
    line-height: 27px;
}

#sec1 h2:after {
    content: "";
    margin-top: 12px;
    border-bottom: 4px solid rgb(22, 141, 226);
    display: block
}

.red {
    color: red
}

.author_date {
    margin-bottom: 15px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding: 10px 0; /*text-align:right;*/
    margin-top: 10px;
    color: #126a96;
    font-size: 12px; /*vertical-align:middle*/
}

.wrapper {
    max-width: 600px;
    min-width: 320px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .75);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .75)
}

.content_wrapp {
    background-color: rgb(226, 226, 226);
    padding: 10px
}

.content_wrapp:after {
    content: "";
    display: block;
    clear: both
}

.content_image {
    display: block;
    float: left;
    width: 50%;
    margin-right: 10px
}

.content_image img {
    width: 100%
}

.img_wrapper img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.question {
    background-color: #f5f7fa;
    border-radius: 10px;
    padding: 7px;
    overflow: hidden
}

.question:before {
    content: "";
    background: rgba(0, 0, 0, 0) url(../img/sidebar_news.png) no-repeat scroll 0% 0% / 100% auto;
    float: left;
    padding: 47px;
    margin-right: 10px;
    border-radius: 50px;
}

.question .name::before {
    content: "Andres Duran 24: ";
    color: rgb(243, 32, 11);
    font-weight: 700
}

.answer {
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 7px;
    overflow: hidden
}

.answer:before {
    content: "";
    background: rgba(0, 0, 0, 0) url(../img/sidebar_face2.png) no-repeat scroll 0% 0% / 100% auto;
    float: left;
    padding: 47px;
    margin-right: 10px
}

.answer .name::before {
    content: "Prof. Karin Perez: ";
    color: rgb(243, 32, 11);
    font-weight: 700
}

.vote-block {
    width: auto;
    display: block;
    background: rgb(238, 239, 241) none repeat scroll 0% 0%;
    border-radius: 3px
}

.vote-block-head {
    display: block;
    text-align: left;
    width: auto;
    padding: 15px 20px
}

.vote-block-content {
    display: block;
    width: auto;
    border: 1px solid rgb(238, 239, 241);
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    padding: 0 20px;
    font-size: 14px !important
}

.vote-block-head h2 {
    color: rgb(143, 0, 1);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4em;
    margin-top: 0
}

.vote-block-content-container {
    display: block;
    width: auto;
    margin-bottom: 20px
}

.vote-block-content-container:first-child {
    margin-top: 30px
}

.vote-block-content-text {
    float: left;
    display: block;
    width: 35%;
    text-align: left;
    margin-right: 15px;
}

.vote-block-content-stat {
    display: block;
    float: right;
    width: 60%;
    position: relative;
    background: rgb(238, 239, 241) none repeat scroll 0% 0%;
    height: 25px;
    line-height: 16px
}

@media screen and (max-width: 500px) {
    .vote-block-content-text {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .vote-block-content-stat{
        float: none;
        width: 100%;
    }
}

.vote-block-content-stat-line {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
    background: rgb(102, 160, 29) none repeat scroll 0% 0%;
    text-align: right
}

.line-1 {
    width: 23%;
    background: rgb(102, 160, 29) none repeat scroll 0% 0%
}

.vote-block-content-stat-line h6 {
    font-size: 12px;
    color: rgb(238, 239, 241);
    margin-left: 121%;
    margin-top: 4px
}

.vote-block-content-container::after {
    content: "";
    display: block;
    clear: both
}

.line-1 h6 {
    color: rgb(102, 160, 29)
}

.line-2 {
    width: 47%;
    background: rgb(102, 160, 29) none repeat scroll 0% 0%
}

.line-2 h6 {
    color: rgb(102, 160, 29);
    margin-left: 108%
}

.line-3 {
    width: 8%;
    background: rgb(102, 160, 29) none repeat scroll 0% 0%
}

.line-3 h6 {
    color: rgb(102, 160, 29)
}

.line-4 {
    width: 17%;
    background: rgb(147, 149, 152) none repeat scroll 0% 0%
}

.line-4 h6 {
    color: rgb(147, 149, 152)
}

.line-5 {
    width: 5%;
    background: rgb(147, 149, 152) none repeat scroll 0% 0%
}

.line-5 h6 {
    color: rgb(147, 149, 152)
}

.content-important {
    display: block;
    width: auto;
    text-align: left;
    font-weight: 700;
    font-style: italic
}

.outline {
    border: 4px double #ef7c7c;
    padding: 2px 10px;
    background: #fff5f5
}

.prod_wrapper {
    text-align: center;
    margin: 20px auto
}

.prod_wrapper img {
    display: block;
    margin: 0 auto
}

.prod_wrapper {
    max-width: 280px
}

.buy-button a {
    font-weight: 700;
    display: block;
    font-size: 20px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
    max-width: 350px;
    background: rgb(219, 32, 32) none repeat scroll 0% 0%;
    padding: 20px 20px 14px;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -o-border-image: none;
    border-image: none;
    border-radius: 6px;
    text-decoration: none;
    margin: 10px auto;
    border-bottom: 6px solid transparent;
    -webkit-animation: 1s pulse infinite alternate ease-in-out;
    animation: 1s pulse infinite alternate ease-in-out
}

.after-form {
    text-align: center;
    margin-bottom: 30px
}

#comment-component-text {
    color: #000;
    line-height: 1.3;
    font-size: 14px;
    font-family: 'Tahoma', sans-serif
}

#comment-component-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#comment-component-text #comment_num {
    border-bottom: 1px dashed #365398;
    color: #365398;
    font-weight: 700
}

#comment-component-text .comment {
    -webkit-transition: height, opacity 1000ms ease-in-out;
    -o-transition: height, opacity 1000ms ease-in-out;
    transition: height, opacity 1000ms ease-in-out;
    overflow: hidden
}

#comment-component-text .comment {
    border-bottom: 1px dashed #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px 0;
    margin: 0 -10px
}

#comment-component-text img {
    max-width: 100%;
    line-height: 1;
    display: inline-block;
    border-radius: 50%
}

#comment-component-text .comment__image {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0 10px;
    width: 80px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%
}

#comment-component-text .comment__content {
    padding: 0 10px;
    width: 100%
}

#comment-component-text .comment__content .comment__name {
    margin-top: 0;
    color: #365398;
    font-size: 14px;
    text-align: left;
    -moz-text-align-last: left;
    text-align-last: left;
    font-weight: 700
}

#comment-component-text .comment .comment__text {
    margin: 8px 0;
    font-size: 14px;
    line-height: 1.4
}

#comment-component-text .comment__details {
    font-size: 12px;
    color: #365398;
    line-height: 1.4
}

#comment-component-text .comment .comment__text img {
    display: block;
    margin: 8px 0 0;
    border-radius: 0 !important
}

#comment-component-text .reply {
    padding-left: 65px
}

#comment-component-text * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.comment__text a {
    color: red
}

footer {
    width: 100%;
    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-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    background: rgb(235, 235, 235) none repeat scroll 0% 0%
}

.vote-block-head span {
    font-size: 18px;
    color: rgb(0, 0, 0);
    text-transform: lowercase
}

.footerlinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
}

@media screen and (max-width: 580px) {
    .content_image {
        width: 100%
    }

    .content_wrapp {
        padding: 6px
    }
}

@media screen and (max-width: 380px) {
    #comment-component-text .reply {
        padding-left: 35px
    }
}

.fslightbox-container {
    font-family: Roboto, sans-serif;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(30, 30, 30, .9), #000 1810%);
    z-index: 9999999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    animation: fslightbox-fade-in-complete .25s forwards
}

.fslightbox-fade-in {
    animation: fslightbox-fade-in .25s cubic-bezier(0, 0, .7, 1) forwards
}

.fslightbox-fade-out {
    animation: fslightbox-fade-out .25s ease forwards
}

.fslightbox-fade-in-complete {
    animation: fslightbox-fade-in-complete .25s cubic-bezier(0, 0, .7, 1) forwards
}

.fslightbox-fade-out-complete {
    animation: fslightbox-fade-out-complete .25s ease !important
}

@keyframes fslightbox-fade-in-complete {
    from {
        opacity: .3
    }
    to {
        opacity: 1
    }
}

@keyframes fslightbox-fade-out-complete {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fslightbox-fade-in {
    from {
        opacity: .65
    }
    to {
        opacity: 1
    }
}

@keyframes fslightbox-fade-out {
    from {
        opacity: .35
    }
    to {
        opacity: 0
    }
}

.fslightbox-cursor-grabbing {
    cursor: grabbing
}

.fslightbox-full-dimension {
    width: 100%;
    height: 100%
}

.fslightbox-open {
    overflow: hidden;
    height: 100%
}

.fslightbox-flex-centered {
    display: flex;
    justify-content: center;
    align-items: center
}

.fslightbox-transform-transition {
    transition: transform .3s
}

.fslightbox-svg-path {
    transition: fill .15s ease;
    fill: #ddd
}

.fslightbox-svg-icon {
    display: flex;
    justify-content: center;
    align-items: center
}

.fslightbox-media-holder {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.fslightbox-nav {
    height: 45px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.fslightbox-slide-number-container {
    height: 100%;
    font-size: 14px;
    color: #d7d7d7;
    z-index: 0;
    max-width: 55px
}

.fslightbox-slide-number-container div {
    padding: 0 1.5px
}

.fslightbox-slash {
    font-size: 16px;
    margin-top: -1.5px
}

.fslightbox-toolbar {
    position: absolute;
    z-index: 3;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    background: rgba(35, 35, 35, .65)
}

.fslightbox-toolbar-button {
    height: 100%;
    width: 45px;
    cursor: pointer
}

.fslightbox-toolbar-button:hover .fslightbox-svg-path {
    fill: #fff
}

.fslightbox-slide-btn-container {
    display: flex;
    align-items: center;
    padding: 12px 12px 12px 6px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 3;
    transform: translateY(-50%)
}

@media (min-width: 476px) {
    .fslightbox-slide-btn-container {
        padding: 22px 22px 22px 6px
    }
}

@media (min-width: 768px) {
    .fslightbox-slide-btn-container {
        padding: 30px 30px 30px 6px
    }
}

.fslightbox-slide-btn-container:hover .fslightbox-svg-path {
    fill: #f1f1f1
}

.fslightbox-slide-btn {
    padding: 7px;
    font-size: 26px;
    background: rgba(35, 35, 35, .65)
}

@media (min-width: 476px) {
    .fslightbox-slide-btn {
        padding: 8px
    }
}

.fslightbox-slide-btn-left-container {
    left: 0
}

@media (max-width: 475.99px) {
    .fslightbox-slide-btn-left-container {
        padding-left: 3px
    }
}

.fslightbox-slide-btn-right-container {
    right: 0;
    padding-left: 12px;
    padding-right: 3px
}

@media (min-width: 476px) {
    .fslightbox-slide-btn-right-container {
        padding-left: 22px
    }
}

@media (min-width: 768px) {
    .fslightbox-slide-btn-right-container {
        padding-left: 30px
    }
}

@media (min-width: 476px) {
    .fslightbox-slide-btn-right-container {
        padding-right: 6px
    }
}

.fslightbox-down-event-detector {
    position: absolute;
    z-index: 1
}

.fslightbox-swiping-invisible-hover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10
}

.fslightbox-invalid-file-wrapper {
    font-size: 22px;
    color: #eaebeb;
    margin: auto
}

.fslightbox-video {
    object-fit: cover
}

.fslightbox-loader {
    display: block;
    margin: auto;
    position: relative;
    width: 67px;
    height: 67px
}

.fslightbox-loader div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 54px;
    height: 54px;
    margin: 6px;
    border: 5px solid #999;
    border-radius: 50%;
    animation: fslightbox-loader 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border-color: #999 transparent transparent transparent
}

.fslightbox-loader div:nth-child(1) {
    animation-delay: -.45s
}

.fslightbox-loader div:nth-child(2) {
    animation-delay: -.3s
}

.fslightbox-loader div:nth-child(3) {
    animation-delay: -.15s
}

@keyframes fslightbox-loader {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.fslightbox-single-source {
    margin: auto;
    display: block;
    backface-visibility: hidden;
    transform: translateZ(0)
}

.fslightbox-source-holder {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center
}

.author_date {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

#author {
    display: flex;
    align-items: center
}

#author > img {
    height: 45px
}

#author > div {
    text-indent: .3em
}

#date {
    display: flex;
    align-items: center
}

@media (max-width: 450px) {
    div#author img {
        height: 30px !important
    }

    #date {
        padding: 2px 0 !important
    }
}

@media (max-width: 391px) {
    div#author img {
        height: 70px !important
    }

    .author_date {
        font-size: 10px
    }
}