.barra-de-especial {
    margin-bottom: 20px;
}
.barra-de-especial .fondito-y-notas {
    position: relative;
    width: 100%;
    height: 260px;
    margin-bottom: 15px;
}
.barra-de-especial a:hover {
    text-decoration-color: #444444;
}
.barra-de-especial .notita {
    margin-right: 16px;
}
.barra-de-especial .notas {
    position: absolute;
    display: flex;
    /*bottom: 0px;*/
    top: 61px;
    right: 0px;
    z-index: 2;
    width: 677px;
}
.barra-de-especial .fondito {
    position: absolute;
    width: 623px;
    height: 100px;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: center;
}
.barra-de-especial .foto {
    width: 215px;
    height: 110px;
    margin-bottom: 8px;
    background-size: cover;
    background-position: center;
}
.barra-de-especial .titulo {
    font-size: 15px;
    line-height: 18px;
    color: #444444;
}
.barra-de-especial .link-especial {
    width: 116px;
    height: 32px;
    color: white;
    background-color: #001B5D;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    font-size: 14px;
    line-height: 14px;
}
.barra-de-especial .logo-letras {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 53px;
    padding-right: 124px;
    padding-top: 5px;
}
.barra-de-especial .logo-letras img {
    height: 50px;
}
.barra-de-especial .logo-letras p {
    margin: 0px;
    font-size: 13px;
    color: white;
}
.barra-de-especial .contenedor-boton:before {
    bottom: -18px;
    z-index: 0;
    content: '';
    display: block;
    height: 1px;
    position: relative;
    width: 85%;
    background-color: #001B5D;
}