    /* nav */
.rd-navbar-static .rd-nav-item + .rd-nav-item {
    margin-left: 15px!important;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-panel::before {
    display: none;
}


@media (min-width: 1200px) {
    .rd-navbar-brand {
        position: absolute;
        top: 17px;
        z-index: 1; }
    .rd-navbar-modern.rd-navbar-static .rd-navbar-brand img {
        max-width: 160px; 
    }
    .rd-navbar-modern.rd-navbar-static .rd-navbar-inner {
        height: 120px;
    }
}
 /* slideshow */
.swiper-container {
    z-index: 0;
}
.swiper-slider-3 .swiper-title {
    color: whitesmoke !important;
}

.cta-modern-text {
    color: whitesmoke;
}

/* events */
.post-creative {
    height: 390px;
}
@media (min-width: 576px) {
    .post-creative {
        height: 470px;
    }
}
@media (min-width: 1200px) {
    .post-creative {
        height: 500px;
    }
}
/* sponsor */
.clients-jean img {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
  }
  
  .clients-jean img:hover {
    filter: grayscale(0%);
  }
  /* footer */
  .footer-modern-list {
    text-align: left!important;
    columns: 1!important;
}

/* about */
.cta-modern h4,
.cta-modern p,
.services-terri-title a,
.footer-modern-title,
.swiper-title {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}
.cta-modern {
    background-color: rgba(0, 0, 0, 0.5); /* caixa escura atrás do texto */
    padding: 20px;
    border-radius: 6px;
    display: inline-block;
  }
  
  /* preload */

  .preloader {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 10000;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	background: #ffffff;
	transition: .3s all ease;
}

.preloader.loaded {
	opacity: 0;
	visibility: hidden;
}

.preloader-body {
	text-align: center;
}

.wrapper-circles {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 160px;
	height: 160px;
	position: relative;
}

.circle {
	width: 24px;
	height: 24px;
	margin: 8px;
	border-radius: 50%;
	background-color: #2e58aa;
	opacity: 0;
	animation: pulse 1.5s infinite;
}

.circle:nth-child(1) { animation-delay: 0s; }
.circle:nth-child(2) { animation-delay: 0.1s; }
.circle:nth-child(3) { animation-delay: 0.2s; }
.circle:nth-child(4) { animation-delay: 0.3s; }
.circle:nth-child(5) { animation-delay: 0.4s; }
.circle:nth-child(6) { animation-delay: 0.5s; }
.circle:nth-child(7) { animation-delay: 0.6s; }
.circle:nth-child(8) { animation-delay: 0.7s; }
.circle:nth-child(9) { animation-delay: 0.8s; }

@keyframes pulse {
	0% { opacity: 0; transform: scale(0.8); }
	50% { opacity: 1; transform: scale(1.2); }
	100% { opacity: 0; transform: scale(0.8); }
}


h1,
.heading-1 {
	font-size: 25px;
	line-height: 1;
	letter-spacing: .025em;
}

@media (min-width: 768px) {
	h1,
	.heading-1 {
		font-size: 30px;
	}
}

@media (min-width: 992px) {
	h1,
	.heading-1 {
		font-size: 35px;
	}
}

@media (min-width: 1200px) {
	h1,
	.heading-1 {
		font-size: 40px;
	}
}
