section ol, section ul {
    margin-left: 40px;
}

#div-scroll{
    margin-top: -80px;
}

section{
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 40px;
    position: relative;
}
section ul{
    margin-left: 30px;
}
section .container{
    background-color: white;
}
section .actualidad-noticiasFondo{
    width: 1200px;
    height: 440px;
    max-width: 100%;
    background-color: #e7f6ff;
    position: absolute;
    top: 140px;
    left: 0;
}
section .post-tit{
    font-size: 44px;
    font-weight: 600;
}
section .div-fechaAutor{
    margin-left: -15px;
    margin-right: -15px;    
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    display: -webkit-flex;
    display: flex;    
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}
section .div-fechaAutor > div{
    margin-left: 15px;
    margin-right: 15px;
}
section .post-img{
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
}
section .post-img .post-sharer{
    position: absolute;
    left: calc(100% + 15px);
    top: 0;
}
section .post-img .post-sharer a{
    width: 45px;
    background-color: white;
    margin-bottom: 1px;
    color: #8dd3f5;
    font-size: 14px;
    line-height: 45px;
    display: block;
    text-align: center;
}
section .post-img .post-sharer a:hover{
    color: #464646;
}
section .post-txt{
    margin-bottom: 30px;
}
section .post-volver{
    margin-top: 30px;
    color: #464646;
    background-color: transparent;
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}
section .post-volver:hover{
    color: #00a0e3;
}
section .post-volver span{
    display: inline-block;
    vertical-align: middle;
}
section .post-volver .fa{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #464646;
    color: #464646;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
}
section .post-volver:hover .fa{
    border: 2px solid #00a0e3;
    color: #00a0e3;
}
section .blog-patrocinador{
    padding-top: 60px;
    padding-bottom: 30px;
}
section .blog-patrocinador a{
    display: block;
}

@media(min-width: 768px){
    body{
        background-image: url('../../../../images/dc_modulos/blog/actualidad-fondo.jpg');
        background-position: bottom 115px right;
        background-repeat: no-repeat;
    }
    section .post-volver{    
        margin-right: -50px;
    }
}
@media(max-width: 767px){
    section .post-tit {
        font-size: 30px;
    }
    section .post-img{
        width: calc(100% - 60px);
    }
    section .post-img .post-sharer a {
        width: 26px;
        font-size: 11px;
        line-height: 26px;
    }
    section .post-volver{    
        margin-bottom: 50px;
    }
}