#top .post-fecha {
    margin-bottom: 5rem;
    color: #acacac;
    text-transform: uppercase;
}
#top p {
    margin-bottom: 0;
    color: #acacac;
}
#top input + img {
    cursor: pointer;
}
section .cuerpo-texto .text-right {
    color: #acacac;
}
section .cuerpo-texto .text-right a {
    color: #acacac;
    margin-left: 2rem;
}
section .cuerpo-texto .text-right a:hover {
    color: #222;
}

.resena {
    margin-bottom: 10rem;
}
.resena img {
    width: 100%;
}
* + .resena {
    margin-top: 10rem;
}
.resena a {
    margin-left: auto;
    margin-right: auto;
}
.resena a:hover {
    /*background-color: rgba(181, 187, 0, 0.1);*/
    background-color: rgba(181, 187, 0, 1);
}
.resena a:hover * {
    color: black!important;
}
.resena .carousel-slide-tit {
    font-weight: 500;
}
.resena .carousel-slide-pie {
    color: #acacac;
    font-weight: 500;
    line-height: 6rem;
    text-transform: uppercase;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

@media (min-width: 992px) {
    #top {
        margin-bottom: 40rem;
    }
    #top .post-fecha {
        font-size: 3.5rem;
    }
    #top .sec-tit1 {
        margin-bottom: 20rem;
        font-size: 12rem;
    }
    section .cuerpo-texto {
        padding: 0 80rem;
    }
    
    .resena {
        font-size: 4rem;
    }
    .resena a {
        width: 200rem;
        border: 0.5rem solid #b5bb00;
        display: -webkit-flex;
        display: flex;
    }
    .resena a > * {
        width: 100rem;
    }
    .resena picture + div {
        /*padding: 10rem;*/
        padding: 7rem;
    }
    .resena .carousel-slide-tit {
        /*margin-bottom: 5rem;*/
        margin-bottom: 2.5rem;
        font-size: 6rem;
    }
/*    .resena p {
        margin-bottom: 5rem;
    }
    .resena p:last-of-type {
        margin-bottom: 10rem;
    }*/
    .resena p {
        margin-top: 0!important;
        margin-bottom: 2.5rem;
    }
}
@media (max-width: 991px) {
    #top {
        margin-bottom: 10rem;
    }
    #top p {
        font-size: 3rem;
    }
    
    .resena {
        font-size: 2.5rem;
    }
    .resena a {
        width: 62rem;
        border: 0.5rem solid #b5bb00;
        display: block;
    }
    .resena picture + div {
        padding: 6rem;
    }
    .resena .carousel-slide-tit {
        font-size: 4rem;
    }
/*    .resena p:last-of-type {
        margin-bottom: 6rem;
    }*/
    .resena p {
        display: none;
    }
}
@media (min-width: 768px) {
    .resena a {
        
    }
}
@media (max-width: 767px) {
    .resena a {
        
    }
}