a {
    text-decoration: none;
    color: #FF8931;
}
a:hover {
    text-decoration: underline;
    color: #e9772e;
}

a.card {
    color: inherit;
}

a.card:hover {
    text-decoration: none;
}

.card {
    width: 100%;
}
.card:hover {
    transform: scale(1.02);
    box-shadow: 6px 6px 10px #C9C9C9;
    transition: all 1s;
}
#sectionHeader .container-fluid {
    height: 500px;
    background-size: cover;
}
.btn.tag {
    background-color: #EAEAEA;
    border-color: #EAEAEA;
}
.btn.tag:hover {
    background-color: #E1E1E1;
    border-color: #E1E1E1;
}
#sectionPostsRelacionados .container {
    border-top: 1px solid rgba(0,0,0,.1);
}

.btn.tag.principal {
    background-color: #FF8931;
    border-color: #e9772e;
}

.btn.tag.principal:hover {
    background-color: #e9772e;
}

@media (max-width: 480px){
    #postHtml {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
}

/* Para poner en la mitad los botones del carousel */
.owl-carousel .owl-nav {
    top: 30%;
}