.head-nota {
    margin-bottom: 40px;
}
.head-nota img {
    width: 100%;
}

.name-nota {
    font-family: 'proxima_nova_rgbold';
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.carousel-nota {
    margin-bottom: 40px;
}
.carousel-nota .owl-nav {
    position: absolute;
    top: calc(50% - 50px);
    right: 0;
    width: 45px;
    height: 100px;
    margin: 0 !important;
}
.carousel-nota .owl-nav [class*=owl-] {
    width: 45px;
    height: 45px;
    color: #fff !important;
    font-size: 30px !important;
    background-color: #C5130F !important;
    margin: 0 !important;
    margin-bottom: 5px !important;
    border-radius: 0 !important;
}
.carousel-nota .owl-nav [class*=owl-]:focus {outline: none;}
.carousel-nota .owl-dots {
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
}
.carousel-nota .owl-dots .owl-dot.active span, .carousel-nota .owl-dots .owl-dot:hover span {
    background-color: #C5130F !important;
}

.images-foot {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-left: -10px;
    margin-right: -10px;
}
.images-foot span {
    display: block;
    width: 100%;
    padding: 10px;
}
.images-foot span img {
    width: 100%;
}

.datos-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.datos-foot .fecha {
    font-size: 14px;
}
.datos-foot .share {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.datos-foot .share .redes {
    width: auto;
    margin-left: 10px;
}
.datos-foot .share .redes a {
    margin: 5px;
}