.sections-container {
    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin: 60px auto 25px auto;
    position: relative;
}


/***BOTON FLOTANTE***/
.hide-btn {
    display: none;
}
.show-btn {
    display: flex;
    animation-name: zoom;
    animation-duration: 0.3s;
}
.up-btn {
    width: 50px;
    height: 50px;
    background-color: var(--dark-glass-hover);
    text-decoration: none;
    border-radius: 50%;
    position: fixed;
    bottom: 5%;
    right: 15%;
    z-index: 9;
    cursor: pointer;
    transition: .3s all;
}
.up-btn:hover {
    bottom: 5.6%;
}
.up-btn i {
    font-size: 40px;
    color: var(--finder-input-bg);
    margin: auto;
}



/***WIDGETS LATERALES***/
.widgets-wrapper {
    max-width: 280px;
}
.widget-container {
    display:flex;
    position: sticky;
    top: 70px;
}

.widget {
    width: 230px;
    border-radius: 3px;
}

.last-arts {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px;
    background-color: white;
    margin: auto;
    margin-bottom: 15px;
}
.last-arts h4 {
    width: 100%;
    text-align: center;
    font-size: 22px;
}

.last-art-preview {
    display: flex;
    width: 100%;
    height: 125px;
    border-radius: 5px;
    margin: 10px auto;
    position: relative;
    overflow: hidden;
}
.last-art-img-container {
    width: 100%;
    z-index: 0;
    position: absolute;
}

.last-art-img {
    width: 100%;
}
.last-art-link {
    text-align: left;
    text-decoration: none;
    font-size: 17px;
    padding: 15px;
    z-index: 1;
}
.last-art-link p {
    color: whitesmoke;
    text-shadow: 3px 3px 4px #333;
}

/**CONTENIDO DEL ARTICULO**/
.content-wrapper {
    width: 800px;
}

.article-container,.comments-container,.foot-donnations-container {
    width: 100%;
    background-color: var(--box-bg);
}

.article-container {
    overflow: hidden;
    border-radius: 0 0 5px 5px;
    margin: 0 auto;
}

.art-head{
    width: 100%;
    position: relative;
}

.art-image{
    display: flex;
    width: 100%;
}

.art-info{
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: var(--dark-glass);
    padding: 15px 5px;
    position: absolute;
    bottom: 0;
}

.art-info h1{
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 5px;
}

.art-info h1,.art-info p {
    color: whitesmoke;
}

.subtitle{
    display: flex;
}
.subtitle p {
    font-size: 12px;
    margin-right: 7px;
}

.art-content{
    width: 100%;
    text-align: left;
    line-height: 32px;
    padding: 20px;
}
.art-content p{
    font-size: 18px;
    font-weight: 500;
    margin: 3px auto 8px auto;
}
.art-content a{
    text-decoration: none;
    color: var(--text-default);
    font-style: italic;
    transition: .3s;
}
.art-content a:hover{
    color: var(--cool-blue);
}
.art-content h2{
    font-size: 26px;
    font-weight: 700;
    margin: 25px auto 15px auto;
}
.art-content h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 15px 0 5px 0;
}

.img-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.img-container img {
    width: 100%;
    cursor: zoom-in;
}
.img-detail {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.4;
    margin: 5px auto;
}

.art-content p code {
    font-size: 17px;
    color: var(--code-bg);
    background-color: var(--footer-light);
    padding: 2px 4px;
    border-radius: 4px;
}
.art-content blockquote {
    background-color: var(--grey-light);
    font-family: 'adelle';
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    color: var(--grey-strong);
    padding: 10px 10px 10px 25px;
    border-left: 3px solid var(--grey-strong);
    border-radius: 3px;
    margin: 10px auto;
}
.art-content iframe {
    width: 100%;
    height: 425px;
}

.code-fragment {
    background-color: #23241f;
    font-weight: 700;
    border-radius: 5px;
    margin-bottom: 15px;
}
.code-title {
    width: 100%;
    font-size: 13px;
    color: var(--cool-blue-light);
    text-align: end;
    font-family: 'cascadia-code', monospace;
    padding: 0 10px;
    margin: auto;
}
.code-fragment pre {
    padding: 7px;
    font-size: 13px;
    font-weight: 300;
    font-family: 'cascadia-code', monospace;
    line-height: 1.4;
    overflow: auto;
}

.code-fragment pre::-webkit-scrollbar {
    width: 10px;
}
  
.code-fragment pre::-webkit-scrollbar-track {
    background: #333; 
}
   
.code-fragment pre::-webkit-scrollbar-thumb {
    background: #888; 
}

.code-fragment pre::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.art-preview {
    display: flex;
    width: 100%;
    min-height: 150px;
    padding: 10px;
}
.art-preview-img,.art-preview-title {
    display: flex;
    height: 100%;
}
.art-preview-img {
    width: 35%;

}
.art-preview-img img {
    display: flex;
    overflow: auto;
}
.art-preview-title {
    width: 65%;
    margin: auto;
    padding: 10px;
    padding-left: 25px;
}
.art-preview-title span {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
}

.social-share {
    width: 100%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    padding: 5px;
}
.social-item {
    display: flex;
    justify-content: left;
    align-items: center;
    text-decoration: none;
    font-size: 12px;
    color: whitesmoke;
    padding: 5px 10px;
    border-radius: 3px;
    margin-right: 5px;
    margin-bottom: 5px;
    transition: .3s;
}
.social-item:hover {
    opacity: .8;
}
.social-item img {
    width: 16px;
    border: 0;
    box-shadow: none;
    margin-right: 10px;
}
.fb {
    background-color: var(--facebook)
}
.tw {
    background-color: var(--twitter);
}
.lin {
    background-color: var(--linkedin);
}
.wp {
    background-color: var(--whatsapp);
}
.tme {
    background-color: var(--telegram);
}
.email {
    background-color: #7d7d7d;
}

.article-tags {
    display: flex;
    margin: auto;
    padding: 20px 10px;
    width: 100%;
    justify-content: left;
}
.tag {
    background-color: var(--little-red);
    color: whitesmoke;
    padding: 5px;
    border-radius: 5px;
    margin: 0 3px;
    font-size: 10px;
}

.art-info h1::selection,.art-info p::selection,.subtitle p::selection,
.art-content p::selection,.art-content h2::selection,.art-content h3::selection,
.art-content em::selection,.art-content strong::selection,.art-content a::selection,
.art-content strike::selection,.art-content code::selection {
    background-color: var(--little-red);
    color: whitesmoke;
}
.code-fragment::selection,.code-fragment pre::selection {
    background-color:#95D03A;
    color: whitesmoke;
}

/* Image Viewer */
.image-viewer {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    background-color: var(--finder-bg);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9
}
.open-img-viewer {
    display: flex;
}
.close-img-viewer {
    display: none;
}

.viewer-btn {
    display: flex;
    justify-content: right;
    align-items: center;
    width: 100%;
    height: 80px;
    padding: 20px;
}
.viewer-btn i {
    font-size: 40px;
    color: var(--finder-input-bg);
    cursor: pointer;
}

.image-viewer img {
    width: 95%;
    animation-name: zoom;
    animation-duration: 0.6s;
    margin: auto;
}
@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/** Comments section **/
.comments-container {
    padding: 20px;
    border-radius: 5px;
    margin: 20px auto;
}

.box-off {
    display: none;
}

.comment-box,.comments-message,.comment-history {
    width: 100%;
}
.comment-title {
    font-size: 20px;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}
.comment-box form {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.comment-input,.comment-text {
    width: 100%;
    font-size: 16px;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    padding: 10px;
    border-radius: 3px;
    margin: 5px auto;
    transition: .3s;
}
.comment-text {
    height: 80px;
    min-height: 150px;
    resize: none;
}
.comment-input:focus,.comment-text:focus {
    outline: none;
}

.comment-actions {
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    padding: 25px 0;
    margin: auto;
}
.send-comment-btn {
    font-size: 18px;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 300;
    background-color: transparent;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;transition: .3s;
}
.send-comment-btn:hover {
    background-color: var(--cool-blue);
    color: whitesmoke;
}

.captcha {
    width: 300px;
    background-color: white;
}

.comments-message,.message-detail {
    padding: 30px;
}
.message-detail {
    width: 100%;
    text-align: center;
    background-color: white;
}

.comment-history {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}
.comment-history h4 {
    width: 100%;
    margin-top: 10px;
}
.comment {
    width: 80%;
    margin-bottom: 15px;
    padding: 20px;
}
.comment p {
    font-size: 14px;
}
.comment span {
    font-size: 12px;
    font-style: italic;
}
.comment-left {
    color: whitesmoke;
    background-color: var(--cool-blue);
    border-radius: 10px 10px 10px 0;
    margin-left: 0;
    margin-right: auto;
}
.comment-right {
    color: var(--text-default);
    background-color: var(--grey-medium);
    border-radius: 10px 10px 0 10px;
    margin-left: auto;
    margin-right: 0;

}

/**DONACIONES**/
.foot-donnations-container {
    padding: 20px;
    border-radius: 5px;
    margin: 20px auto;
}
.donnation-btns {
    display: flex;
    justify-content: left;
}
.pp-donation {
    display: flex;
    align-items: center;
    width: 192px;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: whitesmoke;
    background-color: #1e3050;
    padding: 0 10px;
    border-radius: 8px;
}
.clink {
    margin-right: 5px;
}
.plink {
    margin-left: 5px;
}
.plink i {
    margin-right: 3px;
}


@media(max-width: 1120px) {
    .widget-container {
        display: none;
    }
    .sections-container {
        width: 800px;
    }
    .content-wrapper {
        width: 100%;
    }
    .up-btn {
        right: 5%;
    }
    .foot-donnations-container {
        padding: 20px 10px;
    }
    
}
@media(max-width: 900px) {
    .sections-container {
        width: 98%;
    }
}
@media(max-width: 600px) {
    .sections-container {
        width: 100%;
    }
    .article-container {
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .art-content{
        padding: 20px 10px;
    }
}
@media(max-width: 400px) {
    .art-image{
        min-height: 150px;
        margin: auto;
    }
    .art-content iframe {
        height: auto;
    }
}





