/* 
    Theme Name: Standard Theme - by Actmob
    Author: Jean Andrade
    Author URI: https://actmob.com/
    Description:  Tema desenvolvido exclusivamente pela Actmob para seu site.
    Version: 2.0.5
    License: GNU General Public License v2 or later
    License URI: LICENSE
    Text Domain: Actmob
    Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/

/* SCROLL BAR */
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background: var(--wp--preset--color--cor-8);
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
	display: none;
}

::-webkit-scrollbar-track-piece {
	background-color: transparent;
	-webkit-border-radius: 0px;
}

::-webkit-scrollbar-thumb:vertical {
	background-color: var(--wp--preset--color--cor-2);
	-webkit-border-radius: 0px;
	height: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
	background: var(--wp--preset--color--cor-2);
	border-radius: 4px;
	width: 10px;
}

::-moz-scrollbar {
	width: 5px;
	height: 5px;
}

::-moz-scrollbar-button:start:decrement,
::-moz-scrollbar-button:end:increment {
	display: none;
}

::-moz-scrollbar-track-piece {
	background-color: transparent;
	-webkit-border-radius: 4px;
}

::-moz-scrollbar-thumb:vertical {
	background-color: var(--wp--preset--color--cor-2);
	-webkit-border-radius: 4px;
}

::-moz-scrollbar-thumb:horizontal {
	background: var(--wp--preset--color--cor-8);
	border-radius: 4px;
	width: 10px;
}

::-scrollbar-button:start:decrement,
::-scrollbar-button:end:increment {
	display: none;
}

::-scrollbar-track-piece {
	background-color: transparent;
	-webkit-border-radius: 4px;
}

::-scrollbar-thumb:vertical {
	background-color: var(--wp--preset--color--cor-2);
	-webkit-border-radius: 0px;
	height: 6px;
}

::-scrollbar-thumb:horizontal {
	background: var(--wp--preset--color--cor-8);
	border-radius: 4px;
	width: 10px;
}

/* .wp-block-columns {
    gap: unset !important;
}*/

.wp-block-columns:not([class*=" gap-"]) {
	gap: unset !important;
}

.wp-block-column[class*="col-"],
.wp-block-column {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.wp-block-column.is-vertically-aligned-center {
	width: unset;
}

/* FIM SCROLL BAR */

/* GERAL STYLES */

:root {
	--wp--preset--font-size--fonte-12px: 0.75rem;
	--wp--preset--font-size--fonte-14px: 0.875rem;
	--wp--preset--font-size--fonte-30px: 1.875rem;
}

a {
	text-decoration: none;
}

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
}

figure {
	margin-bottom: 0;
}

body,
html {
	font-size: 16px;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	padding: 0;
	margin: 0;
	background-color: var(--wp--preset--color--cor-2);
	line-height: 1.3;
	color: var(--wp--preset--color--cor-9);
	scroll-padding-top: 120px;
	scroll-behavior: smooth;
	max-width: 2400px;
	margin: auto;
	position: relative;
}

.mark,
mark {
	padding: 0;
}

strong {
	font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 110%;
}

p {
	color: var(--wp--preset--color--cor-1);
}

.wp-block-columns[class*="row"] {
	flex-wrap: wrap !important;
}

.wp-block-column[class*="col-"] {
	flex-basis: unset !important;
	flex-grow: unset !important;
}

/* FIM GERAL STYLES */

/* SLICK SLIDER OWL SLIDER */

.slick-next::before,
.owl-carousel .owl-nav .owl-next::before {
	content: "\f105";
}

.slick-prev::before,
.owl-carousel .owl-nav .owl-prev::before {
	content: "\f104";
}

.slick-prev::before,
.slick-next::before {
	font-family: "FontAwesome" !important;
}

.slick-prev {
	left: -40px;
}

.slick-next {
	right: -40px;
}

.slick-dots li {
	width: auto;
	height: auto;
}

.slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	position: unset;
	margin-top: 2.5rem;
}

.slick-dots li button {
	border-radius: 50%;
	background-color: var(--wp--preset--color--cor-9);
	width: 12px;
	height: 12px;
	padding: 0;
}

.slick-dots li.slick-active button {
	background-color: var(--wp--preset--color--cor-10);
}

.slick-dots li button:before {
	display: none;
}

.slick-prev::before,
.slick-next::before,
.owl-carousel .owl-nav .owl-prev::before,
.owl-carousel .owl-nav .owl-next::before {
	color: var(--wp--preset--color--cor-9);
	font-size: var(--wp--preset--font-size--fonte-4);
}

.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span {
	display: none;
}

.owl-carousel .owl-nav .owl-prev {
	top: calc(50% - 20px);
	left: -5%;
}

.owl-carousel .owl-nav .owl-next {
	top: calc(50% - 20px);
	right: 5%;
}

.slick-prev,
.slick-next,
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	width: 48px;
	height: 48px;
	font-family: "FontAwesome" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	border-radius: 50%;
	background: var(--wp--preset--color--cor-2) !important;
	z-index: 2;
	transition: all 0.4s ease-in-out;
}

.slick-prev:hover,
.slick-next:hover,
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
	background-color: var(--wp--preset--color--cor-3) !important;
}

.owl-carousel .owl-dots .owl-dot.active {
	background-color: var(--wp--preset--color--cor-3);
}

.owl-carousel .owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 1.5rem;
	width: 100%;
	position: 2.5rem;
}

.owl-carousel .owl-dots .owl-dot {
	width: 1rem;
	height: 1rem;
	background-color: var(--wp--preset--color--cor-8);
	border-radius: 100px;
	margin: 0 0.4rem;
}

/* FIM SLICK SLIDER OWL SLIDER */

/* WHATSAPP FLUTUANTE */
@keyframes pulse_scale {
	0% {
		transform: scale(1);
	}

	20% {
		transform: scale(1.2);
	}

	40% {
		transform: scale(1);
	}

	60% {
		transform: scale(1.2);
	}

	80% {
		transform: scale(1);
	}
}

.btn-flutuante-whatsapp,
.btn-flutuante-whatsapp span,
.btn-flutuante-whatsapp i {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.btn-flutuante-whatsapp span {
	display: none;
}

.btn-flutuante-whatsapp {
	position: fixed;
	right: 35px;
	bottom: 45px;
	z-index: 9999;
	font-size: var(--wp--preset--font-size--fonte-2);
	color: var(--wp--preset--color--cor-9);
}

.btn-flutuante-whatsapp i {
	font-size: var(--wp--preset--font-size--fonte-2);
	color: var(--wp--preset--color--cor-9);
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: var(--wp--preset--color--cor-5);
	z-index: 2;
	box-shadow: 0 0 0 0 rgba(42, 208, 122, 0.3);
	animation: pulse_scale 2s infinite;
	transition: transform 0.2 ease-in-out;
}

.btn-flutuante-whatsapp:hover i {
	animation: none;
	background-color: var(--wp--preset--color--cor-5);
	transform: scale(1.04);
}

.btn-flutuante-whatsapp span {
	font-size: var(--wp--preset--font-size--fonte-5);
	background-color: rgb(0, 0, 0, 0.8);
	position: absolute;
	right: 50px;
	width: 145px;
	padding: 0.3125rem 1rem;
	border-radius: 5px;
	z-index: 1;
}

/* FIM WHATSAPP FLUTUANTE */

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

#backToTop {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 40px;
	z-index: 999;
	background-color: transparent;
	color: var(--wp--preset--color--cor-1);
	border: none;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	cursor: pointer;
	font-size: var(--wp--preset--font-size--fonte-5);
	opacity: 0.3;
	border: 1px solid var(--wp--preset--color--cor-1);
	transition: all 0.4s;
}

#backToTop:hover {
	background-color: var(--wp--preset--color--cor-1);
	opacity: 1;
	color: var(--wp--preset--color--cor-4);
}

#backToTop:focus {
	outline: 2px solid var(--wp--preset--color--cor-1);
	outline-offset: 2px;
}

/* FORMULARIO */
.formulario .select_form p>span {
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
}

.formulario .select_form p>span:after {
	content: "\f0d7";
	font-size: var(--wp--preset--font-size--fonte-3);
	font-family: "FontAwesome";
	display: flex;
	position: absolute;
	right: 0;
	color: var(--wp--preset--color--cor-2);
	z-index: 0;
	transition: all 0.4s;
}

.formulario .select_form p>span.ativo:after {
	transform: rotate(180deg);
}

.formulario .select_form select {
	font-size: var(--wp--preset--font-size--fonte-3);
	color: var(--wp--preset--color--cor-9);
	background-color: transparent;
	border-radius: 5px;
	border: none;
	border-bottom: 1px solid rgb(41, 61, 42);
	padding: 0.75rem 0;
	width: 100%;
	/* min-height: 100px; */
	position: relative;
	z-index: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: "";
}

.formulario .select_form select option {
	color: var(--wp--preset--color--cor-10);
}

.formulario>div {
	margin-bottom: 2rem;
}

.formulario>div:last-child {
	margin-bottom: 0;
}

.formulario p {
	margin-bottom: 0;
}

.formulario p span {
	display: block;
	margin: 0;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	bottom: -20px;
	font-size: var(--wp--preset--font-size--fonte-12px);
}

.formulario textarea,
.formulario input {
	background-color: var(--wp--preset--color--cor-8);
	border-radius: 5px;
	border: none;
	padding: 1rem 1.75rem;
	width: 100%;
	min-height: 50px;
	color: var(--wp--preset--color--cor-2);
	font-size: var(--wp--preset--font-size--fonte-18px);
	border: 1px solid transparent;
}

textarea[aria-invalid="true"] {
	border-color: rgb(255, 44, 0) !important;
}

.formulario textarea::placeholder,
.formulario input::placeholder {
	color: var(--wp--preset--color--cor-2);
	font-size: var(--wp--preset--font-size--fonte-18px);
}

.formulario .btn-form {
	border: 2px solid var(--wp--preset--color--cor-5);
	color: var(--wp--preset--color--cor-9);
	font-size: var(--wp--preset--font-size--fonte-5);
	font-weight: bold;
	border-radius: 5px;
	padding: 0.625rem 0.625rem;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
	text-align: center;
	min-height: 70px;
	background-color: var(--wp--preset--color--cor-5);
	opacity: 1;
	transition: all 0.5s ease-out;
}

.formulario .btn-form:not(:disabled):hover {
	color: var(--wp--preset--color--cor-9);
	opacity: 1;
	background-position: left bottom;
	background-color: var(--wp--preset--color--cor-5);
	border-color: var(--wp--preset--color--cor-4);
}

.formulario .form_politica span.wpcf7-list-item>label {
	display: flex;
	justify-content: center;
	gap: 0.3125rem;
	margin-top: 0;
}

.formulario .form_politica span.wpcf7-list-item>label input {
	width: auto;
	min-height: 20px;
}

.formulario {
	border-radius: 10px;
}

.btn_arquivo>p,
.btn_enviar_curriculo {
	display: flex;
	align-items: center;
	min-height: 66px;
}

.btn_arquivo>p {
	justify-content: space-between;
	background-color: var(--wp--preset--color--cor-9);
	border-radius: 5px;
	position: relative;
}

.formulario .btn_arquivo p>span {
	position: initial;
	position: absolute;
	bottom: -1px;
	width: 100%;
}

.btn_enviar_curriculo {
	gap: 0.625rem;
	height: auto;
	padding: 0.625rem 1.25rem;
	border: none !important;
}

.btn_enviar_curriculo:active,
.btn_enviar_curriculo:target,
.btn_enviar_curriculo:focus-visible,
.btn_enviar_curriculo:focus-within,
.btn_enviar_curriculo:focus,
.btn_enviar_curriculo:hover {
	color: var(--wp--preset--color--cor-2) !important;
}

.btn_arquivo small {
	color: var(--wp--preset--color--cor-2);
	padding-right: 1.25rem;
	font-size: 0.75rem;
}

/* FIM FORMULARIO */

/* LIGHTBOX */
.lightbox-container-ativo img {
	cursor: pointer;
}

#lightbox.lightbox {
	display: none;
	position: fixed;
	z-index: 99999999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.9);
}

#lightbox.lightbox>div {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

#lightbox .lightbox-content {
	margin: auto;
	display: block;
	width: auto;
	max-width: 90dvw;
	max-height: calc(95dvh - 200px);
}

#lightbox.lightbox img {
	animation: zoom 0.6s;
}

@keyframes zoom {
	from {
		transform: scale(0.1);
	}

	to {
		transform: scale(1);
	}
}

#lightbox .close {
	position: absolute;
	top: 20px;
	right: 35px;
	color: var(--wp--preset--color--cor-9);
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

#lightbox .close:hover,
#lightbox .close:focus {
	color: var(--wp--preset--color--cor-8);
	text-decoration: none;
	cursor: pointer;
}

#lightbox .prev,
#lightbox .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: var(--wp--preset--color--cor-9);
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

#lightbox .next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

#lightbox .prev:hover,
#lightbox .next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

/* FIM LIGHTBOX */

/* PAGINA 404 */

.container-404 p {
	font-size: 1rem;
	margin-bottom: 0;
}

.container-404 h1 {
	font-size: 3rem;
	color: #fff;
	margin-bottom: 0.625rem;
}

.container-404 .mapa_navegacao {
	display: none;
}

.container-404 {
	padding: 5rem 0;
}

.container-principal-404 {
	min-height: 90dvh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.container-404 .btn-voltar-home {
	display: inline-block;
	margin-top: 2rem;
	margin-bottom: 2rem;
	color: var(--bs-white);
	background: #000;
	border-radius: 5px;
	padding: 1rem;
}

.container-404 h2 {
	font-size: var(--wp--preset--font-size--fonte-2);
	color: #000;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.container-404 .sitemap li a:hover {
	color: #000;
}

.container-404 .sitemap li a {
	color: var(--wp--preset--color--cor-6);
	font-weight: bold;
	margin: 0.2rem 0.665rem;
	font-size: var(--wp--preset--font-size--fonte-6);
	display: inline-block;
}

.container-404 .sitemap {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	column-count: 3;
	text-align: left;
}

@media screen and (max-width: 900px) {
	.container-404 .sitemap {
		column-count: 2;
	}
}

/* FIM PAGINA 404 */

/* REDES SOCIAIS */
.redes-sociais {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
}

.redes-sociais a {
	color: var(--wp--preset--color--cor-9);
	font-size: var(--wp--preset--font-size--fonte-4);
	border-radius: 5px;
	width: 30px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: all 0.4s;
}

.redes-sociais a:hover {
	color: var(--wp--preset--color--cor-1);
}

/* FIM REDES SOCIAIS */

/* CUSTOM CODE CSS */
.btn_principal {
	width: 100%;
}

a.btn_principal,
.btn_principal a,
button.btn_principal,
.btn_principal button {
	border: none;
	border-radius: 5px;
	width: 100%;
	min-height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.3125rem;
	line-height: 1;
	min-height: 66px;
	transition: all 0.5s ease-out;
	max-width: 416px;
	margin-left: auto;
	margin-right: auto;
	font-size: var(--wp--preset--font-size--fonte-5);
	font-weight: 300;
	color: var(--wp--preset--color--cor-9);
	text-decoration: none;
	background-color: var(--wp--preset--color--cor-3);
}

a.btn_principal:hover,
.btn_principal a:hover,
button.btn_principal:hover,
.btn_principal button:hover {
	background-color: var(--wp--preset--color--cor-5) !important;
	color: var(--wp--preset--color--cor-9) !important;
}

button.btn_principal.max-w-196px,
.btn_principal.max-w-196px button,
a.btn_principal.max-w-196px,
.btn_principal.max-w-196px a {
	max-width: 196px;
}

.btn_principal.max-content {
	max-width: fit-content;
}

a.btn_secondario {
	background-color: var(--wp--preset--color--cor-2);
}

.btn_principal.btn-01,
.btn_principal.btn-02,
.btn_principal.btn-03,
.btn_principal.btn-04,
.btn_principal.btn-05 {
	margin-top: 2.5rem;
}

.btn_principal.btn-04 {
	max-width: 350px;
}

.btn_principal.btn-02 {
	max-width: 285px;
}

.max-w-320px {
	max-width: 320px;
}

.max-w-416px {
	max-width: 416px;
}

.max-height-video-990px,
.max-height-video-990px video {
	max-height: 990px;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.container-1536px,
.container-1490px,
.container-1296px {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.container-1536px {
	max-width: calc(1536px + 40px);
}

.container-1296px {
	max-width: calc(1296px + 40px);
}

.container-1490px {
	max-width: calc(1490px + 20px);
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.line-height-120 {
	line-height: 120%;
}

hr {
	height: 1px;
}

.border-none {
	border: none !important;
}

.opacity-1 {
	opacity: 1;
}

.text-decoration-none a,
.text-decoration-none {
	text-decoration: none !important;
}

i.fa-chevron-right {
	border: 1px solid var(--wp--preset--color--cor-1);
	border-radius: 50%;
	width: 48px;
	min-width: 48px;
	height: 48px;
	font-size: var(--wp--preset--font-size--fonte-5);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.3;
}

#postos .bg_trabalhe_conosco::before,
#postos .bg_trabalhe_conosco::after,
.section-04::before,
.section-02 .container_video_bg_2>span,
.section-02 .container_video_bg_2::after,
.section-02 .container_video_bg_2::before,
.section-02::before,
.section-02 .container_video_bg::before,
.section-02>div:last-child::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
}

/* SECTION 01 */
.section-01.v5 img.shadow,
.section-01.v4 img.shadow,
.section-01.v3 img.shadow,
.section-01.v2 img.shadow {
	display: none !important;
}

.section-01 img {
	user-select: none;
	-webkit-user-drag: none;
}

.section-01 {
	user-select: none;
}

.section-01 .conteudo-01 {
	position: relative;
	z-index: 16;
	max-width: 600px;
	margin-left: auto;
}

.section-01 .conteudo-01 h1 {
	font-size: var(--wp--preset--font-size--fonte-1);
	margin-bottom: 1.25rem;
}

.section-01 .conteudo-01 h2 {
	font-size: var(--wp--preset--font-size--fonte-2);
	font-weight: 300;
	margin-bottom: 1.25rem;
}

.section-01 .conteudo-01 p {
	font-size: var(--wp--preset--font-size--fonte-4);
	font-weight: 300;
}

.section-01 {
	position: relative;
	width: 100%;
	height: 100vh;
	max-height: 920px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.section-01.v1 .layer-bg {
	position: absolute;
	inset: 0;
	z-index: 2;
}

.section-01.v1 .layer-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}

.section-01.v1 .group {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 100%;
	transform: translateX(-50%);
	transform-origin: center center;
	z-index: 7;
	pointer-events: none;
	transition: transform 800ms linear;
}

.section-01.v1 .group .shadow-mar {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	position: relative;
	z-index: 1;
	pointer-events: none;
}

.section-01.v1 .group .platform {
	position: absolute;
	left: 32%;
	bottom: 61%;
	max-width: 950px;
	max-height: 770px;
	transform: translateX(-50%);
	z-index: 2;
	pointer-events: auto;
}

.section-01.v1 .group:has(.platform:hover) {
	transform: translateX(calc(-60% - 60px)) scale(1.12);
}

.section-01.v2 .layer-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.section-01.v2 .layer-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-01.v2 .group {
	position: absolute;
	left: 7%;
	top: 7%;
	z-index: 2;
}

.section-01.v2 .group .platform {
	max-width: 900px;
	height: auto;
}

.section-01.v3 {
	position: relative;
	overflow: hidden;
}

.section-01.v3 .layer-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.section-01.v3 .layer-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease-out;
}

.section-01.v3 .group {
	position: absolute;
	left: 7%;
	top: 7%;
	z-index: 2;
}

.section-01.v3 .platform {
	max-width: 900px;
	height: auto;
	transition: transform 0.5s ease-out;
}

.section-01.v4 {
	position: relative;
	overflow: hidden;
}

.section-01.v4 .layer-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.section-01.v4 .layer-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.section-01.v4 .group {
	position: absolute;
	left: 7%;
	top: 7%;
	z-index: 2;
}

.section-01.v4 .platform {
	max-width: 900px;
	height: auto;
	transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.section-01.v5 {
	position: relative;
	overflow: hidden;
}

.section-01.v5 .layer-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.section-01.v5 .layer-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-01.v5 .group {
	position: absolute;
	left: 7%;
	top: 7%;
	z-index: 2;
}

.section-01.v5 .platform {
	max-width: 900px;
	height: auto;
}

/* SECTION 02 */
.section-02 {
	position: relative;
	min-height: 100vh;
	color: var(--wp--preset--color--cor-1);
}

.section-02 .conteudo-02 {
	position: relative;
	z-index: 3;
}

.section-02 .conteudo-02-1 {
	max-width: 991px;
}

.section-02 .conteudo-02-2 {
	margin-top: 340px;
}

.section-02 .conteudo-02 h2,
.section-02 .conteudo-02-3 h2,
.section-02 .conteudo-02-2 h3 {
	font-size: var(--wp--preset--font-size--fonte-2);
	margin-bottom: 1rem;
}

.section-02 .conteudo-02-2 h5 {
	font-size: var(--wp--preset--font-size--fonte-4);
	font-weight: 300;
}

.section-02 .conteudo-02 h6,
.section-02 .conteudo-02-3 h6 {
	font-size: var(--wp--preset--font-size--fonte-2);
	font-weight: 300;
}

.section-02 .conteudo-02-2>div,
.section-02 .conteudo-02-3 {
	max-width: 750px;
}

.section-02 .conteudo-02-2,
.section-02 .conteudo-02-3 {
	display: flex;
	gap: 1.5rem;
	margin-left: 1.75rem;
}

.section-02 .container_video_bg {
	position: absolute;
	top: 200px;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 0;
	overflow: hidden;
}

.section-02 .container_video_bg.is-fixed {
	position: fixed;
	top: 0;
}

.section-02 .container_video_bg.is-bottom {
	position: absolute;
	top: auto;
	bottom: 0;
}

.section-02 .container_video_bg video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.section-02 .container_video_bg_2 {
	display: flex;
	justify-self: end;
}

.section-02 .container_video_bg_2 video {
	max-width: 1370px;
}

.section-02>div {
	position: relative;
}

.section-02>div::after {
	content: "";
	display: block;
	position: absolute;
	width: 375px;
	height: 375px;
	background: rgba(72, 204, 218, 0.6);
	filter: blur(250px);
	z-index: 8;
}

.section-02>div:first-child::after {
	top: -60px;
	left: 27.5%;
}

.section-02>div:last-child::after {
	bottom: -50px;
	left: 15%;
}

.section-02>div:last-child {
	z-index: 3;
	margin-top: 316px;
	background-color: var(--wp--preset--color--cor-2);
	padding-top: 200px;
	padding-bottom: 5rem;
}

.section-02::before {
	background: linear-gradient(360deg, #0e1e29 0%, rgba(14, 30, 41, 0) 100%);
	height: 170px;
	bottom: 100%;
	z-index: 8;
}

.section-02>div:last-child::before {
	background: linear-gradient(360deg, #0e1e29 0%, rgba(14, 30, 41, 0) 100%);
	height: 166px;
	bottom: 100%;
}

.section-02 .container_video_bg_2::before,
.section-02 .container_video_bg::before {
	background: linear-gradient(180deg, #0e1e29 0%, rgba(14, 30, 41, 0) 100%);
	height: 100%;
	top: 0;
}

.section-02 .container_video_bg_2::after {
	width: 175px;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(270deg, rgba(14, 30, 41, 0) 0%, #0e1e29 100%);
	z-index: 0;
}

.section-02 .container_video_bg_2>span {
	background: linear-gradient(180deg, rgba(14, 30, 41, 0) 0%, #0e1e29 100%);
	width: 100%;
	height: 175px;
	bottom: 0;
}

.section-02>div:last-child .position-absolute {
	width: 100%;
	z-index: 2;
}

.section-02 .container_video_bg_2 {
	position: relative;
}

/* SECTION 03 */
.section-03 {
	position: relative;
	display: flex;
	align-items: center;
}

.section-03>div {
	position: absolute;
	width: 100%;
	padding-bottom: 7rem;
}

.section-03 figure,
.section-03 img {
	width: 100%;
}

.section-03 img {
	min-height: 650px;
	object-fit: cover;
}

.section-03 .conteudo-03 {
	display: grid;
	grid-template-columns: 480px 1fr;
	gap: 6.25rem;
}

.section-03 .conteudo-03>div:first-child p {
	font-size: var(--wp--preset--font-size--fonte-3);
	font-weight: 300;
}

.section-04 .conteudo-04 h2,
.section-03 .conteudo-03>div:first-child p>strong {
	font-size: var(--wp--preset--font-size--fonte-2);
	color: var(--wp--preset--color--cor-9);
}

.section-03 .conteudo-03>div:last-child {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.vantagens_item h2 {
	font-size: var(--wp--preset--font-size--fonte-2);
	font-weight: bold;
}

.vantagens_item p {
	font-size: var(--wp--preset--font-size--fonte-4);
	max-width: 197px;
}

/* SECTION 04 */
.section-04 {
	margin-top: 10rem;
	position: relative;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

.section-04::before {
	background: linear-gradient(180deg, #0e1e29 0%, rgba(14, 30, 41, 0) 100%);
	width: 100%;
	height: 245px;
	top: 0;
	z-index: 1;
}

.section-04 .conteudo-04 p {
	font-weight: 300;
	line-height: 110%;
	font-size: var(--wp--preset--font-size--fonte-3);
}

.section-04 .conteudo-04 {
	/* min-height: 100dvh; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 480px;
	margin-bottom: 29rem;
}

.section-04 .conteudo-04-1 {
	min-height: 100dvh;
	display: flex;
	align-items: center;
	gap: 2.5rem;
	justify-content: space-between;
	margin-top: 20rem;
	padding-bottom: 17rem;
}

.section-04 .conteudo-04-1>div:first-child {
	max-width: 400px;
}

.section-04 .conteudo-04-1 h2 {
	font-size: var(--wp--preset--font-size--fonte-1);
}

.section-04 .conteudo-04-1 h3 {
	font-size: var(--wp--preset--font-size--fonte-2);
	color: var(--wp--preset--color--cor-1);
	font-weight: 300;
	margin-bottom: 1.75rem;
}

.section-04 .conteudo-04-1 p {
	font-size: var(--wp--preset--font-size--fonte-3);
}

.section-04 .conteudo-04-1 .maps_postos {
	padding: 2rem 1.75rem;
	background: rgba(255, 255, 255, 0.2);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
}

.section-04 .conteudo-04-1 .maps_postos iframe {
	max-width: 100%;
}

.section-04 .conteudo-04-1 .maps_postos figure,
.section-04 .conteudo-04-1 .maps_postos figure img {
	border-radius: 5px;
	width: 100%;
	object-fit: cover;
}

/* SECTION 05 */
.section-05 .conteudo-05-1,
.section-05 .conteudo-05 {
	max-width: 1580px;
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

.section-05 .conteudo-05-1>figure,
.section-05 .conteudo-05-1>figure img,
.section-05 .conteudo-05>figure,
.section-05 .conteudo-05>figure img {
	width: 100%;
	max-width: 960px;
}

.section-05 .conteudo-05>div {
	max-width: 595px;
	padding: 0.625rem;
	color: var(--wp--preset--color--cor-4);
}

.section-05 .conteudo-05-1 h2,
.section-05 .conteudo-05 h2 {
	font-size: var(--wp--preset--font-size--fonte-1);
	color: var(--wp--preset--color--cor-2);
	display: flex;
	align-items: center;
	max-width: max-content;
	min-height: 96px;
	border-right: 5px solid var(--wp--preset--color--cor-3);
	padding-right: 1.5rem;
	margin-bottom: 1.75rem;
}

.section-05 .conteudo-05 p {
	color: var(--wp--preset--color--cor-4);
	font-size: var(--wp--preset--font-size--fonte-3);
	font-weight: 300;
	max-width: 95%;
}

.section-05 .conteudo-05 h3 {
	font-size: var(--wp--preset--font-size--fonte-2);
	font-weight: 300;
	margin-top: 2.5rem;
}

.section-05 .conteudo-05-1>div {
	max-width: 600px;
	padding: 0.625rem;
}

.section-05 .conteudo-05-1 {
	margin-left: auto;
	justify-content: end;
}

.section-05 .conteudo-05-1 h2 {
	color: var(--wp--preset--color--cor-9);
}

.section-05 .conteudo-05-1 p {
	color: var(--wp--preset--color--cor-9);
	font-size: var(--wp--preset--font-size--fonte-3);
}

/* POSTO LOOP */
.postos-wrapper {
	min-height: 100dvh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 12.5rem;
}

#postos .bg_trabalhe_conosco {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 100dvh;
}

#postos .bg_trabalhe_conosco::before,
#postos .bg_trabalhe_conosco::after {
	background: linear-gradient(0deg, #0e1e29 0%, rgba(14, 30, 41, 0) 100%);
	width: 100%;
	height: 245px;
	bottom: 0;
	z-index: 1;
}

#postos .bg_trabalhe_conosco::after {
	bottom: -245px;
	background: linear-gradient(180deg, #0e1e29 0%, rgba(14, 30, 41, 0) 100%);
}

#postos .bg_trabalhe_conosco .video_bg video,
#postos .bg_trabalhe_conosco .video_bg {
	position: absolute;
	height: 100%;
	width: 100%;
	max-width: 100dvw;
	object-fit: cover;
	overflow: hidden;
}

.bg_trabalhe_conosco>div {
	width: 100%;
	position: relative;
	z-index: 2;
}

.postos-wrapper #postos-container {
	display: flex;
	align-items: center;
	justify-content: end;
	/* margin-left: auto; */
}

.postos-wrapper #postos-container>div {
	width: 100%;
	max-width: 1606px;
}

/* div#loop_postos.slider_postos, */
#loop_postos.slider_postos .slick-list {
	padding-right: 3rem;
}

div#loop_postos.slider_postos .posto_item * {
	transition: all 1s;
}

div#loop_postos.slider_postos .slick-prev {
	left: -70px;
}

div#loop_postos.slider_postos .slick-next {
	right: 10px;
}

div#loop_postos.slider_postos .slick-track {
	display: flex;
	align-items: center;
	min-height: 700px;
}

.slider_postos .owl-stage * {
	transition: all 0.4s;
}

.slider_postos .owl-stage {
	padding-left: 0 !important;
	display: flex;
	align-items: center;
	min-height: 700px;
}

.posto_item article {
	padding: 1rem;
	margin-left: 0.625rem;
	background-color: rgba(14, 30, 41, 0.8);
	border-radius: 10px;
	max-width: 490px;
	transition: all 0.4s;
}

.posto_item article .posto_item_img,
.posto_item article .posto_item_img img {
	border-radius: 5px;
	width: 100%;
	object-fit: cover;
	aspect-ratio: 454/267;
}

.posto_item article .posto_item_conteudo a {
	text-decoration: none;
	display: block;
	min-height: 85px;
}

.posto_item article .posto_item_conteudo>div {
	padding: 0 1.375rem;
}

.posto_item article .posto_item_conteudo>div:first-child {
	margin-top: 0.625rem;
	border-left: 3px solid var(--wp--preset--color--cor-9);
}

.posto_item article .posto_item_conteudo .posto_tag {
	font-size: var(--wp--preset--font-size--fonte-4);
	font-weight: bold;
	color: var(--wp--preset--color--cor-1);
}

.posto_item article .posto_item_conteudo .posto_titulo {
	font-size: var(--wp--preset--font-size--fonte-4);
	font-weight: 300;
	color: var(--wp--preset--color--cor-1);
}

.posto_item article .posto_item_conteudo .posto_endereco {
	font-size: var(--wp--preset--font-size--fonte-5);
	font-weight: 300;
	margin-bottom: 0;
	/* max-width: 265px; */
}

.posto_item article .posto_item_conteudo .posto_endereco~span {
	color: #fff;
	background: #cc2828;
	max-width: max-content;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.625rem;
	padding: 0.3125rem 0.625rem;
	border-radius: 5px;
	margin-top: 0.3125rem;
}

.posto-icons {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 0.625rem;
}

.possui_no_posto>strong {
	font-size: var(--wp--preset--font-size--fonte-4);
	color: var(--wp--preset--color--cor-1);
}

.posto-icons .icone-posto-possui {
	padding: 0.625rem 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.625rem;
	border-radius: 5px;
	background-color: var(--wp--preset--color--cor-3);
}

.posto-icons .icone-posto-possui span {
	font-weight: 300;
	font-size: var(--wp--preset--font-size--fonte-4);
}

.posto_item article .posto_item_conteudo .possui_no_posto {
	/* transform: translateY(100%); */
	height: 0px;
	max-height: max-content;
	overflow: hidden;
}

.posto_item:hover article .posto_item_conteudo .possui_no_posto {
	height: 165px;
	/* transform: translateY(0); */
	max-height: max-content;
}

.cidade-select-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	position: relative;
	z-index: 10;
}

.cidade-select-wrapper h2 {
	font-weight: bold;
	font-size: var(--wp--preset--font-size--fonte-2);
	margin-bottom: 0;
}

.cidade-select-wrapper #filtro-cidade {
	max-width: 416px;
	min-height: 70px;
	font-size: var(--wp--preset--font-size--fonte-5);
	color: var(--wp--preset--color--cor-9);
	border-color: var(--wp--preset--color--cor-3);
	background-color: var(--wp--preset--color--cor-3);
}

/* LOADING */
.logo-container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100dvh;
	width: 100dvw;
	z-index: 999999999999;
	position: fixed;
	/* background-color: var(--wp--preset--color--cor-2); */
	background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
	transition: opacity 0.5s ease, visibility 0.5s ease;
}

.logo-container.fade-out {
	opacity: 0;
	transform: scale(0.95);
	transition: opacity 0.5s ease, transform 0.5s ease;
}

svg {
	width: 410px;
	height: 100px;
}

/* Animação do ícone circular */
.icon-circle {
	opacity: 0;
	transform-origin: center;
	animation: scaleIn 0.8s ease-out 0.2s forwards;
}

/* Animação das letras SCOTAVAL */
.letter-p {
	opacity: 0;
	transform: translateY(20px);
	animation: slideUp 0.5s ease-out 1.2s forwards;
}

.letter-s1 {
	opacity: 0;
	transform: translateY(20px);
	animation: slideUp 0.5s ease-out 1.3s forwards;
}

.letter-c {
	opacity: 0;
	transform: translateY(20px);
	animation: slideUp 0.5s ease-out 1.4s forwards;
}

.letter-o {
	opacity: 0;
	transform: translateY(20px);
	animation: slideUp 0.5s ease-out 1.5s forwards;
}

.letter-t {
	opacity: 0;
	transform: translateY(20px);
	animation: slideUp 0.5s ease-out 1.6s forwards;
}

.letter-a {
	opacity: 0;
	transform: translateY(20px);
	animation: slideUp 0.5s ease-out 1.7s forwards;
}

.letter-s2 {
	opacity: 0;
	transform: translateY(20px);
	animation: slideUp 0.5s ease-out 1.8s forwards;
}

/* Animação do texto LAVE+ */
.text-lave {
	opacity: 0;
	transform: translateX(30px);
	animation: slideLeft 0.7s ease-out 2s forwards;
}

@keyframes scaleIn {
	to {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes slideUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes slideLeft {
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.replay-btn {
	position: absolute;
	bottom: -60px;
	left: 50%;
	transform: translateX(-50%);
	padding: 12px 24px;
	background: white;
	color: #1e3c72;
	border: none;
	border-radius: 25px;
	cursor: pointer;
	font-weight: bold;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
}

.replay-btn:hover {
	background: #f0f0f0;
	transform: translateX(-50%) translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* TRABALHE CONOSCO */

.custom-modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 9999;
	justify-content: center;
	align-items: center;
}

.custom-modal-content {
	background: var(--wp--preset--color--cor-2);
	padding: 30px;
	border-radius: 10px;
	position: relative;
	max-width: 600px;
	width: 90%;
	overflow-y: auto;
	max-height: 98dvh;
}

.custom-modal-content h2 {
	font-size: var(--wp--preset--font-size--fonte-2);
	text-align: center;
	margin-bottom: 1.25rem;
}

.custom-close-modal {
	position: absolute;
	top: 10px;
	right: 15px;
	background: transparent;
	border: none;
	font-size: var(--wp--preset--font-size--fonte-3);
	cursor: pointer;
	color: var(--wp--preset--color--cor-3);
}

div#loop_postos.owl-single {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	min-height: 700px;
	min-width: 100dvw;
}

.smoke-container {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	overflow: hidden;
}

.smoke {
	position: absolute;
	width: 60px;
	height: 60px;
	background: radial-gradient(circle,
			rgba(255, 255, 255, 0.5) 0%,
			rgba(200, 200, 200, 0.3) 40%,
			transparent 70%);
	border-radius: 50%;
	filter: blur(15px);
	opacity: 0;
	animation: rise 4s ease-out infinite;
}

@keyframes rise {
	0% {
		opacity: 0;
		transform: translateY(0) translateX(0) scale(0.8);
	}

	10% {
		opacity: 0.8;
	}

	50% {
		opacity: 0.4;
	}

	100% {
		opacity: 0;
		transform: translateY(-200px) translateX(var(--drift)) scale(1.5);
	}
}

#fogCanvas {
	z-index: 4;
	position: absolute;
	width: 100%;
	max-height: 500px;
	bottom: 0;
	/*     pointer-events: none; */
	display: block;
	/* cursor: crosshair; */
	/* transform: rotate(180deg); */
}

/* MEDIA QUERIES */

@media screen and (max-width: 1736px) {
	.postos-wrapper #postos-container>div {
		max-width: 90%;
	}
}

@media screen and (max-width: 1536px) {
	.slider_cases.owl-carousel .owl-nav .owl-prev {
		left: 0;
	}

	.slider_cases.owl-carousel .owl-nav .owl-next {
		right: 0;
	}

	.posto_item article .posto_item_conteudo .posto_titulo {
		font-size: var(--wp--preset--font-size--fonte-3);
	}

	.slider_postos .owl-stage {
		min-height: 550px;
	}

	.section-01.v5 .platform {
		max-width: 600px;
	}

	#fogCanvas {
		height: 45dvh;
	}
}

@media screen and (min-width: 767px) {
	div#loop_postos.slider_postos .slick-list.draggable {
		padding-left: 0 !important;
	}
}

@media screen and (max-width: 1399px) {
	body {
		--wp--preset--font-size--fonte-1: 2.5rem;
		--wp--preset--font-size--fonte-2: 2.125rem;
		--wp--preset--font-size--fonte-3: 1.875rem;
	}

	.section-04 .conteudo-04 {
		padding-left: 3rem;
	}

	.cidade-select-wrapper {
		max-width: 90%;
		margin-right: 0;
	}

	.section-05 .conteudo-05-1,
	.section-05 .conteudo-05 {
		gap: 0;
	}

	.section-05 .conteudo-05 figure,
	.section-05 .conteudo-05>div,
	.section-05 .conteudo-05-1 figure,
	.section-05 .conteudo-05-1>div,
	.section-05 .conteudo-05-2 figure,
	.section-05 .conteudo-05-2>div {
		max-width: 50% !important;
		width: 100% !important;
	}

	.section-05 .conteudo-05-1>div,
	.section-05 .conteudo-05>div {
		padding-left: 2rem;
	}

	.vantagens_item {
		max-width: 200px;
	}
}

@media screen and (max-width: 1199px) {
	#atendimento .container_footer_atendimento hr {
		display: none;
	}

	.section-03 .conteudo-03>div:last-child {
		grid-template-columns: repeat(2, 1fr);
	}

	.vantagens_item h2 {
		max-width: 210px;
	}

	.postos-wrapper #postos-container>div {
		max-width: 100%;
	}

	.slider_postos .owl-stage {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.section-02::before {
		bottom: 99.5%;
	}
}

@media screen and (max-width: 991px) {
	main .wp-block-columns {
		align-items: normal !important;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap !important;
	}

	main .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 100% !important;
	}

	body .content_sobre> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
		margin-left: auto !important;
	}

	#footer_copyright hr,
	.section-02>div:last-child::after {
		display: none;
	}

	.section-02>div::after {
		width: 60%;
		height: 60%;
	}

	.section-03 .conteudo-03 {
		grid-template-columns: 1fr;
	}

	.section-03 .conteudo-03>div:last-child {
		grid-template-columns: repeat(3, 1fr);
	}

	.section-02>div:last-child {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	.section-02 .container_video_bg_2 video {
		object-fit: cover;
		max-width: 130dvw;
	}

	.section-02 .container_video_bg_2 {
		margin-top: 15rem;
		overflow: hidden;
	}

	.section-04 {
		margin-top: 0;
	}

	.section-04 .conteudo-04,
	.section-05 .conteudo-05-1,
	.section-05 .conteudo-05,
	.section-04 .conteudo-04-1 {
		flex-direction: column;
		text-align: center;
	}

	.section-05 .conteudo-05 h2 {
		padding-right: 0;
		border: none;
		max-width: 100%;
		justify-content: center;
	}

	.section-05 .conteudo-05-1>div,
	.section-05 .conteudo-05>div {
		padding-top: 2rem;
	}

	.section-04 .conteudo-04 a.btn_principal,
	.section-05 .conteudo-05-1 a.btn_principal,
	.section-05 .conteudo-05 a.btn_principal {
		margin-left: auto !important;
	}

	.section-05 .conteudo-05 {
		flex-direction: column-reverse;
	}

	#atendimento .container_footer_atendimento {
		flex-direction: column;
		text-align: center;
	}

	#atendimento .atendimento_footer_conteudo_02>div>h5 {
		justify-content: center;
	}

	#atendimento .container_footer_atendimento>div {
		max-width: 100%;
	}

	#atendimento .logo_footer {
		margin-bottom: 5rem;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		line-height: 130%;
	}

	.section-01.v5 .group {
		left: -3%;
		top: 17%;
	}

	.section-01.v5 .platform {
		max-width: 450px;
	}

	.section-05 .conteudo-05 figure,
	.section-05 .conteudo-05>div,
	.section-05 .conteudo-05-1 figure,
	.section-05 .conteudo-05-1>div,
	.section-05 .conteudo-05-2 figure,
	.section-05 .conteudo-05-2>div {
		max-width: 100% !important;
		width: 100% !important;
	}

	.btn_principal {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.section-04 .conteudo-04 {
		padding-left: 0;
	}
}

@media screen and (max-width: 767px) {
	body {
		--wp--preset--font-size--fonte-1: 2.5rem;
		--wp--preset--font-size--fonte-2: 2.25rem;
		--wp--preset--font-size--fonte-3: 1.875rem;
	}

	.section-03 .conteudo-03>div:last-child {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		text-align: center;
		gap: 1.25rem;
	}

	.section-03>div {
		padding-bottom: 0;
		text-align: center;
	}

	.section-03>div a.btn_principal {
		margin-left: auto !important;
	}

	.section-03>figure,
	.section-03>figure img {
		min-height: 1100px;
	}

	.section-02 .conteudo-02-2,
	.section-02 .conteudo-02-3 {
		flex-direction: column;
		margin-left: 0;
	}

	.cidade-select-wrapper #filtro-cidade {
		text-align: center;
	}

	.cidade-select-wrapper {
		flex-direction: column;
		text-align: center;
		max-width: 100%;
	}

	.section-02 .conteudo-02-1 {
		margin-top: 2rem;
	}

	.section-01.v5 {
		min-height: 700px;
	}

	.section-01.v5 .platform {
		opacity: 0.6;
	}

	.section-01.v5 .group {
		left: -20%;
		top: 32%;
	}

	.posto_item article {
		margin: auto;
	}

	.section-04 .conteudo-04 {
		min-height: 900px;
		margin-top: 2rem;
		margin-bottom: 2rem;
	}

	#loop_postos.slider_postos .slick-list {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}

@media screen and (max-width: 575px) {
	footer#footer-04 .footer_colunas_container .dados_de_contato-email>a[href^="mailto:"] {
		font-size: var(--wp--preset--font-size--fonte-6);
	}

	body {
		--wp--preset--font-size--fonte-1: 2.25rem;
		--wp--preset--font-size--fonte-2: 1.875rem;
		--wp--preset--font-size--fonte-3: 1.75rem;
	}

	.posto_item article {
		max-width: calc(100% - 20px);
	}

	.vantagens_item h2 {
		max-width: 180px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 440px) {}

@media screen and (max-width: 390px) {}

/* FIM MEDIA QUERIES */