html {
    scroll-behavior: smooth;
}

/* Opcional: Ajuste para não colar o conteúdo no topo, caso tenha menu fixo */
section {
    scroll-margin-top: 80px; 
}


@media (min-width: 79.9em) {
	.listitem-link {
			color: white !important;
	}
}
.regulamento--link {
    border: 2px solid white !important;
}
.page--header.active .header-navigation {
    background: var(--laranja) !important;
	color: white !important;
}
/* Lista Patrocinadores */
.container--patrocinadores {
    width: 65%;
}
.lista-patrocinadores {
		background-color: white;
    justify-content: center;
}
.img-patrocinadores {
    width: 100%;
}
@media (max-width: 991px) {
	.container--patrocinadores {
			width: 100%;
	}
}
/* ---- */
.main--spacer {
    padding-top: 0;
    background-color: white;
}
.active {
    z-index: 0;
}
header.page--header.active {
    z-index: 11;
}
.page--header {
    background-color: var(--laranja);
		/*
		background: rgb(236,102,8);
		background: linear-gradient(145deg, rgba(236,102,8,1) 0%, rgba(0,0,0,1) 35%);
		*/
		box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
		height: 100px;
}
.page--header.active .header-navigation {
    background: #000000;
}
section.calendario, section.categorias, section.classificacao.section-escura, section.galeria-dos-campeoes, section.facebook, section.fotos.section-escura, section.patrocinadores {
    background: white;
}
section.noticias {
    background: var(--azul-marinho);
    margin-top: 150px;
}
.tabs-list--items.active, .tabs-selection.active {
    background-color: var(--azul-marinho);
}
.tabs-list--items.active a {
	color: white;
}

.etapa-card {
    background-color: var(--azul-marinho) !important;
}
.footer {
    background: var(--laranja);
		/*background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(236,102,8,1) 100%);*/
		padding-top: 60px;
}
.classificacao ol li::before {
    background-color: var(--azul-claro) !important;
}
.classificacao ol li:after, .tabs-list--lightcolor.active > a {
		color: #fff !important;
}
.date {
	background-color: var(--azul-claro) !important;
	width: 100% !important;
}
/*
.pontos {
	display: none;
}
*/
.noticias {
    padding-bottom: 120px;
}

.noticias .section-title {
	color: white;
}
/* Layout - Cores */

 	body {
			background-color: #231f20;
	}
	/* .bg-wrap {
			
			background-image: url(http://kart-pe-de-chumbo/wp-content/uploads/2021/01/BANNER_SITE_2021.jpg);
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			background-repeat: no-repeat;
			background-position: center center;
			background-attachment: fixed;
			height: 100vh;
			
	} */
	.sh_bg_video {
		position: relative !important;
		margin-top: -50px !important;
    margin-bottom: -50px !important;
	}
	.sh_bg_video_fluid.sh_bg_video_fluid_y {
			margin-top: 100px;
	}
	/*
	@media (max-width: 415px) {
		.bg-wrap {
			 	background-image: url(http://kart-pe-de-chumbo/wp-content/uploads/2021/02/banner-mobile.jpg);
				background-attachment: scroll;
				transform: translate(0,-15vh);
		}
	}
	*/
	.swiper-button-next {
			border-right: 3px solid #000000;
			border-top: 3px solid #000000;
	}
	.swiper-button-prev {
			border-left: 3px solid #000000;
			border-bottom: 3px solid #000000;
	}
	.tabs-list--items > a {
			color: #000000;
	}
	.section-title {
			color: #000000;
			font-family: 'morganBig';
	}
	.fg-header {
			border-top: none !important;
			border-bottom: none !important;
	}
	.fg-header-title {
			color: #000000;
	}
	.header-navigation ul {
			margin-left: 0;
	}
	.listitem-link:after {
		background-color: var(--azul-marinho);
	}
	/* .etapa-cardproxima-etapa {
			background-color: #ec6608 !important;
	} */
	.date > p {
			font-family: 'morganPoster';
	}
	ul.tabs-list.tabs-list--center li a, .tabs-list li a {
			font-family: 'morganBig';
	}
	.etapa-cardproxima-etapa > h3 {
			font-family: 'morganBig';
			font-size: 23px;
	}
	.etapa-card > h3 {
			font-family: 'morganBig';
			font-size: 23px;
	}
	.etapa-cardproxima-etapa > span {
			line-height: 0.8em;
	}
	.etapa-card > span {
			line-height: 0.8em;
	}

/* Pilotos */

.piloto {
		opacity: 1;
}

.piloto img {
		box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px;
		-web-box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px;
}

.pilotos-layout .piloto-info, #equipes .piloto-equipe--conteudo {
		background-color: transparent;
}

.pilotos-layout .info-numero_holder .bg, #equipes .info-numero_holder .bg {
    visibility: hidden;
}

.piloto.swiper-slide:hover {
    transform: scale(1.03);
}

/* Pontuação */

.data-skew {
    -webkit-transform: none;
    transform: none;
    left: 0;
}

.data-skew img {
    -webkit-transform: none;
    transform: none;
		left: 0;
}

.date > p {
    padding-left: 10px;
}

#geral-pontuacao ol li {
    -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

#geral-pontuacao ol li:hover {
    transform: scale(1.06);
}

#equipes-pontuacao ol li:before {
    background-color: #ec6608;
}

@media (min-width: 79.9em) {
	.fg-header {
			width: 1070px;
    	margin: 0 auto !important;
	}
	.pilotos-layout .piloto-info, #equipes .piloto-equipe--conteudo {
			height: 70px;
			text-align: center;
			background: #F5720B;
    	position: relative;
    	margin-top: -5px;
	}
	.pilotos-layout .numero_holder-numero, #equipes .info-numero_holder .numero_holder-numero {
			font-size: 50px;
	}
	.pilotos-layout .info-numero_holder, #equipes .info-numero_holder {
			padding: 0;
			width: auto;
			top: 7px;
			left: 0;
			position: relative;
			display: inline-block;
	}
	.pilotos-layout .piloto-info h2, #equipes .piloto-equipe--conteudo .equipe-nome-piloto {
			font-size: 1.3em;
			margin: 0;
			font-family: 'morganPoster';
			width: auto;
			padding: 0 0 0 10px;
			text-align: left;
			display: inline-block;
	}
	.lista-equipe-nome {
			font-family: 'morganPoster';
	}
}

/* Equipes */

@media (min-width: 79.9em) {
	.bg-equipe {
			width: 100%;
			top: 19em;
			left: 0;
			height: 80%;
			bottom: 10em;
	}
	.bg-equipe:after {
			top: 0;
			left: 0;
			width: 70%;
			height: 98%;
			background: #f7f7f7;
	}
	.piloto-equipe {
			box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px;
    	height: 326px;
	}
}

/* Campeões */

	.campeao h2 {
			font-size: 22px;
			font-family: 'morganPoster';
			width: auto;
			padding: 1em 0;
	}

@media (max-width:1278px) {
	.main--spacer {
    padding-top: 95px;
	}
	.pilotos-layout .numero_holder-numero {
			font-size: 50px;
	}
	.pilotos-layout .piloto-info {
			height: 70px;
			text-align: center;
	}
	.pilotos-layout .info-numero_holder {
			padding: 0;
			width: auto;
			top: 7px;
			left: 0;
			position: relative;
			display: inline-block;
	}
	.pilotos-layout .piloto-info h2 {
			font-size: 1.3em;
			margin: 0;
			font-family: 'morganPoster';
			width: auto;
			padding: 0 0 0 10px;
			text-align: left;
			display: inline-block;
	}
	.lista-equipe-nome {
			font-family: 'morganPoster';
			padding: 0.5em 0 1em 0;
	}
	.equipe .equipe-nome-piloto {
		font-family: 'morganPoster';
		font-size: 0.95em;
	}
}

.swiper-posts .swiper-slide {
    height: auto; /* Garante que todos tenham a mesma altura */
    display: flex;
    flex-direction: column;
}

.post-item {
    border-radius: 8px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.post-thumbnail img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 15px;
}

.post-thumbnail-slide img {
    width: 100%;
    height: fit-content;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 15px;
}

/* Container pai que segura tudo */
.wrapper-carrossel-posts {
    position: relative;
    padding: 0 50px; /* Cria o espaço para as setas ficarem "fora" */
    max-width: 1200px; /* Ou a largura total do seu site */
    margin: 0 auto;
}

/* O carrossel em si mantém o corte dos posts extras */
.swiper-posts {
    overflow: hidden; 
    position: relative;
}

/* Posicionando as setas fora do swiper-posts */
.wrapper-carrossel-posts .swiper-button-next,
.wrapper-carrossel-posts .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    color: #000; /* Cor da seta */
    z-index: 10;
}

.wrapper-carrossel-posts .swiper-button-next {
    right: 0; /* Coloca na margem direita de 50px */
}

.wrapper-carrossel-posts .swiper-button-prev {
    left: 0; /* Coloca na margem esquerda de 50px */
}

/* Ajuste para as setas não sumirem em telas pequenas */
@media (max-width: 768px) {
    .wrapper-carrossel-posts {
        padding: 0 30px;
    }
}

.post-item h3 a {
    font-size: 20px;
    margin: 0px;
	color: white;
}

.post-item h3 {
	margin: 0px;
}

/* Cor das setas */
.swiper-button-next, .swiper-button-prev {
    color: #000; 
}

.bg-post {
	background: white;
    padding: 150px 0;
}

.entry-title {	
	color: var(--laranja);
	font-size: 40px;
}

.entry-meta {
	text-align: center;
    margin-bottom: 40px;
    color: var(--azul-claro);
    font-size: 22px;
}

.entry-content {
	color: black;
    font-size: 20px;
}

.post-thumbnail {
	justify-self: center;
}

/* Container Pai */
.wrapper-carrossel-posts {
    position: relative;
    padding: 0 60px; /* Abre espaço nas laterais para as setas */
    margin: 40px auto;
}

.wrapper-carrossel-posts .swiper-button-next {
	right: 0;
	transform: rotate(45deg);
}

.wrapper-carrossel-posts .swiper-button-prev {
	left: 0;
	transform: rotate(45deg);
;
}

.logo-g2 img {
    width: 80px;
    padding: 0;
    margin: 0 0 0 20px;
}

.logo-pdc {
	border-right: 2px solid white;
}

.logo-pdc img {
	width: 240px;
    margin: 0 0 0 40px;
}

.logos {
	display: flex;
}

.data {
	color: var(--azul-claro);
}

