section ol, section ul {
    margin-left: 40px;
}
section #video {
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
}
section #video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

section .tituloColumna{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 36px;
    font-weight: 300;
}
section .tituloColumna span{
    margin-bottom: 30px;
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    font-weight: 700;    
    line-height: 1.0;
}

section h1{
    margin-top: 25px;
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
}

section #entrada-fecha{
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 300;
}
section .entrada-sharer{
    font-size: 13px;
    font-weight: 300;
    font-style: italic;
    text-transform: uppercase;
}
section .entrada-sharer .fa{
    margin-left: 5px;
    color: #ee7700;
    font-size: 16px;
}
section .entrada-sharer a:hover .fa{
    color: black;
}
section #entrada hr{
    width: 50px;
    border-bottom: 1px solid black;
    margin-top: 5px;
    margin-bottom: 25px;
}
section #entrada-texto{
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    text-align: justify;
}
section #post-imagenes > div {
    padding: 15px;
}
section #entrada #navegacion{
    margin-top: 50px;
}
section #entrada #navegacion .flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
section #entrada #navegacion .flex > div {
    width: 200px;
    max-width: 100%;
    text-align: center;
}
section #entrada #navegacion .flex > div + div {
    margin-left: 10px;
}
section #entrada #navegacion .btn-black{
    font-size: 14px;
}

section .postActualidad a{
/*    max-width: 500px;
    margin-left: auto;
    margin-right: auto;*/
}

@media(max-width: 991px){
    section h1{
        font-size: 34px;
    }
    section #entrada-fecha{
        font-size: 14px;
    }
}
@media(max-width: 767px){
    section #entrada{
        padding-bottom: 40px;
    }
}
@media(max-width: 400px){
    #navegacion > div,
    #div-fecha > div{
        width: 100%;
        text-align: left;
    }
    section #entrada #navegacion .btn-black{
        margin-bottom: 20px;
    }
}