section{
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 20px;
}
section ul{
    margin-left: 30px;
}
section .container{
    background-color: white;
}
section .titEventos{
    width: 100%;
    height: 28px;
}

section #col-post{
    padding-bottom: 0!important;
}
section #col-post .post-area{
    padding-top: 20px;
    padding-bottom: 30px;
    color: #8dd3f5;
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;    
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}
section #col-post .post-area img{
    margin-right: 10px;
}
section #col-post .post-area,
section #col-post .post-area .post-seccion{
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
}
section #col-post .post-area .post-seccion{
    margin-bottom: 3px;
    font-weight: 600;
    letter-spacing: 1.0px;    
    text-transform: uppercase;
}

section #col-post .post-area .post-fecha{
    font-size: 18px;
}
section #col-post .post-sharer{
    position: absolute;
    left: 100%;
    top: 0;
}
section #col-post .post-sharer a{
    width: 45px;
    background-color: white;
    margin-bottom: 1px;
    border: 1px solid #8dd3f5;
    color: #8dd3f5;
    font-size: 14px;
    line-height: 45px;
    display: block;
    text-align: center;
}
section #col-post .post-sharer a + a{
    margin-top: -2px;
}
section #col-post .post-sharer a:hover{
    color: #464646;
}
section #col-post .post-tit{
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 600;
}
section #col-post .post-img{
    padding-top: 20px;
    padding-bottom: 20px;
}
section #col-post .enlace-ext{
    margin-top: 30px;
}

section #col-post .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;
}
section #col-post .post-volver:hover{
    color: #00a0e3;
}
section #col-post .post-volver span{
    display: inline-block;
    vertical-align: middle;
}
section #col-post .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 #col-post .post-volver:hover .fa{
    border: 2px solid #00a0e3;
    color: #00a0e3;
}

@media(min-width: 1101px){
    section #col-calendario{
        right: 58.33333333%;
    }
}
@media(min-width: 992px) and (max-width: 1100px){
    section #col-calendario{
        right: calc(58.33333333% - 60px);
    }
}
@media(max-width: 1100px){
    section #col-post {
        width: calc(58.33333333% - 60px);
    }    
    section .post-volver{    
        margin-bottom: 50px;
    }
}
@media(min-width: 992px){
    section #col-post{
        left: 41.66666667%;
    }    
}
@media(max-width: 991px){
    section #col-post {
        width: calc(100% - 60px);
        padding-top: 0!important;
    }
    section #col-post .post-sharer{
        top: 60px;
    }
    
}
@media (min-width: 768px){
    body{
        background-image: url('../../images/actualidadFront/actualidad-fondo.png');
        background-position: bottom 115px right;
        background-repeat: no-repeat;
    }
    section .post-volver {
        margin-right: -50px;
    }
}    
@media(max-width: 767px){
    section #col-post {
        width: calc(100% - 40px);
    }
    section #col-post .post-sharer a {
        width: 26px;
        font-size: 11px;
        line-height: 26px;
    }
    section #col-post .post-tit {
        font-size: 30px;
    }    
}