
.fontbold {
    font-family: londontworegular;
}

.rojo {
    color: #55120d;
}

#contHeader {
    background: none;
}

.logoTop {
    background: #fff;
    text-align: center;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.logoHeader {
    width: 100%;
}

.flexslider {
    margin: 0;
    border: none;
}

.flex-control-nav {
    right: 40px;
    width: 50%;
    bottom: 110px;
    z-index: 20;
}

.page-inicio .flex-control-nav {
    width: 100%;
    right: 0;
    bottom: 250px;
}

.flexslider .slides > li {
    position: relative;
}

 .flexslider .slides > li::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(47, 47, 45, 0.46);
    content: '';
} 

.flex-control-paging li a {
    width: 20px;
    height: 20px;
    background: rgba(255,255,255,1);
}

.flex-control-paging li a.flex-active {
    background: rgba(85, 18, 13, 1);
}

.flex-direction-nav a {
    z-index: 20;
}

.flex-direction-nav a:before {
    font-size: 30px;
}

@media screen and (max-width: 768px){
    .flex-control-paging {
        display: none;
    }
}