.full-width-header .rs-header.style2 .menu-area .logo-part img {
    transition: 0.4s;
    max-height: 80px;
}


.sec-title2 .title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    max-width: 490px;
    margin: 0 auto;
}


/* VIDEO */
.video-player-modern{
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 28px;
    background: #000;
    box-shadow:
        0 15px 40px rgba(0,0,0,.25),
        0 0 0 1px rgba(255,255,255,.06);
}

.video-player-modern video{
    width: 100%;
    display: block;
    aspect-ratio: 16/9;
    object-fit: cover;
    background: #000;
}

/* Player moderno Chrome */
.video-player-modern video::-webkit-media-controls-panel{
    background: rgba(15,15,15,.85);
}

/* Hover suave */
.video-player-modern:hover{
    transform: translateY(-3px);
    transition: .3s ease;
}

h4.person-name {
    font-size: 16px !important;
    font-weight: 700 !important;
}

.solucoes .owl-dots {
    text-align: center;
    margin: 5px auto;
    line-height: 15px;
    display: block;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.2);
    padding-bottom: 10px;
}

.solucoes .owl-dots .owl-dot:hover, .solucoes .owl-dots .owl-dot.active {
    width: 10px;
    background: #eb7e0c;
    opacity: 1;
}
.solucoes .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    border-radius: 30px;
    border: none;
    transition: all 0.3s ease;
    background: #fff;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
}
.rs-team .team-item-wrap .team-wrap .image-inner {
    overflow: hidden;
    border-radius: 5%;
}
.rs-team .team-item-wrap .team-content {
    padding: 20px 20px 0 20px;
}

@media only screen and (max-width: 991px) {
    .dance3 {
		display: block;
		margin-top: 20px;
	}
}