section{
    padding-top: 0;
    padding-bottom: 60px;
}

section #producto-bottom{
    padding-top: 60px;
}
section #categorias .categoria + .categoria{
    border-top: 2px solid white;
}
section #categorias .categoria a{
    width: 100%;
    height: 100%;
    background-color: #e9e9e9;
    color: #072136;
    display: block;
}
section #categorias .categoria a:hover,
section #categorias .categoria.cat-activa a{
    background-color: #072136;
    color: white;
}
section #categorias .categoria span{
    height: 100%;
    padding: 8px;        
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
}
section #categorias .categoria span:last-of-type{    
    border-left: 1px solid white;
    font-size: 10px;
    font-weight: 500;
}
section #categorias .categoria span.fa{
    font-weight: 300;
    text-align: center;
}

section .post-tit{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
section .post-sub{
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
section .post-txt{
    margin-top: 10px;
}
section .post-img{
    border: 1px solid #918f90;
}

#caracteristicas{
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    /*line-height: 1.6;*/
    text-transform: uppercase;
}
#caracteristicas > div{
    /*margin-bottom: 3px;*/
    padding: 4px 10px;
}
#caracteristicas > div:nth-of-type(odd){
    background-color: #e9e9e9;
}
/*#caracteristicas > div:nth-of-type(even){
    background-color: white;
}*/

section .btn,
section .btn:active{
    border: 2px solid #e31b22;
    background-color: white;
    color: #202020;
    font-weight: bold;
    text-transform: uppercase;
    white-space: normal;
}
section .btn:focus,
section .btn:hover{
    background-color: #e31b22;
    color: white;
}

section .post-plano{
    font-style: italic;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
section .post-plano span{
    padding-right: 10px;
    padding-bottom: 10px;
}
section #minis{
    margin-left: -7.5px;
    margin-right: -7.5px;
}
section #minis > div{
    margin-top: 10px;
    padding-left: 7.5px;
    padding-right: 7.5px;
}
section #minis > div + div{
    margin-top: 10px;
}
section #minis > div:first-of-type{
    margin-top: 0;
}
section #video {
    height: 0;
    padding-bottom: 56.25%;
    margin-top: 30px;
    position: relative;
}
section #video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

section #producto-top > div:last-of-type{
    margin-top: 30px;
}

@media(max-width: 1199px){
    #producto > div:last-of-type{
        margin-top: 30px;
    }
/*    #producto .post-img{
        width: 400px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }*/
}
@media(max-width: 991px){
    #producto{
        margin-top: 30px;
    }
    section #categorias .categoria span:last-of-type,
    section #categorias .subcategoria span:last-of-type{        
        font-size: 13px;
    }
    section #categorias .categoria span,
    section #categorias .subcategoria span {
        padding: 10px;
    }
}