:is(.content-top, .content-menu) {
    display: flex;
    align-items: center;
    width: 100%;
}

.content-top {
    justify-content: space-between;
}
.content-menu {
    justify-content: center;
}

.top-social {
    display: flex;
}

.owl-carousel .owl-dots.disabled {
    display: inline-block !important;
}

.slider-height {
    overflow: hidden;
    height: auto;
}

.title-header {
    font-weight: 500;
    font-size: 25px;
    font-family: 'Cinzel Decorative', cursive;
    color: #EAB251 !important;
}