body {
	font-family: "Poppins", sans-serif;
}

html, body {
    scroll-behavior: smooth; 
}

.swiper-slide.slide-projeto {
	width: 1000px;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: end;
	border-radius: 15px;
	overflow: hidden;
	transition: transform 0.3s ease;
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev,
.swiper-galeria .swiper-button-next,
.swiper-galeria .swiper-button-prev {
	position: relative;
	margin: 0;
	top: auto;
	left: auto;
	width: 50px;
	height: 50px;
	background: black;
	border-radius: 100px;
	font-size: 14px;
}

.swiper-galeria .swiper-button-next,
.swiper-galeria .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #6b1e8b;
}

.mySwiper .swiper-button-next:after,
.mySwiper .swiper-button-prev:after,
.swiper-galeria .swiper-button-next:after,
.swiper-galeria .swiper-button-prev:after,
.mySwiper .swiper-button-next svg,
.mySwiper .swiper-button-prev svg {
	font-size: 18px;
	width: 10px;
	filter: brightness(0) invert(1);
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
	width: 40px;
	height: 40px;
}

@media(min-width: 1200px) {
	.mySwiper .swiper-slide {
		height: 500px;
	}

	.mySwiper .swiper-button-next,
	.mySwiper .swiper-button-prev {
		width: 50px;
		height: 50px;
	}
}

@media(min-width: 1200px) {
	.mySwiper .swiper-slide {
		height: 500px;
	}

	.mySwiper .swiper-button-next,
	.mySwiper .swiper-button-prev {
		width: 50px;
		height: 50px;
	}

	.swiper-galeria .swiper-button-next,
	.swiper-galeria .swiper-button-prev {
		width: 55px;
		height: 55px;
	}
}


.inputRange {
	appearance: none;
	width: 100%;
	height: 5px;
	background: linear-gradient(90deg, #716083 30%, #d9d9d9 30%);
	cursor: pointer;
}

/* Thumb: for Chrome, Safari, Edge */
.inputRange::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 24px;
	height: 18px;
	border: 1px solid #ffffff;
	background: #716083;
	box-shadow: none;
}

/* Thumb: for Firefox */
.inputRange::-moz-range-thumb {
	border-radius: 0;
	width: 24px;
	height: 24px;
	border: 1px solid #ffffff;
	background: #716083;
	box-shadow: none;
}

.swiper-depoimentos {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

#depoimentos .swiper.swiper-projetos.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    overflow: inherit;
}

.links_menu:before{
	content:"[ ";
	transition: opacity 0.3s ease;
}

.links_menu:after{
	content: " ]";
	transition: opacity 0.3s ease;
}

.links_menu:before,
.links_menu:after{
	opacity: 0;
	transition: opacity 0.3s ease;
}

.links_menu:hover::before,
.links_menu:hover::after{
	opacity: 0.5;
	transition: opacity 0.3s ease;
}


/**
Anima MAPA 
*************/
.path_saopaulo {
	transition: 1.3s ease all;
}

.animasection .path_saopaulo{
    transition: 1.3s ease;
    transition-delay: 1s;
    filter: brightness(5.5);
}

.animasection .path_rio {
    transition: 1.3s ease;
    transition-delay: 1.5s;
    filter: brightness(5.5);
}

.linha_animada {
	stroke-width: 1;
	stroke-dasharray: 1000;  /* grande o bastante pra cobrir todo o caminho */
	stroke-dashoffset: 1000;
}

.animasection .linha_animada {
  animation: desenhar 2s ease forwards;
  animation-delay: 1.2s;
}

.nvabar-etapas button {
	display: flex;
	align-items: center;
	justify-content: center;
}

.nvabar-etapas button:before,
.arrowbutton-home:before {
	content: url(arrow.svg);
	display: inline-block;
	width: 14px;
	height: 21px;
}

span.links_menu:after {
	content: url(arrow.svg);
	opacity: 1;
	filter: brightness(0) invert(1);
	width: 10px;
	display: inline-block;
	height: 15px;
	transform: rotate(90deg) translate(2px, -6px) scale(0.7);
}

.nvabar-etapas button.swiper-button-disabled {
	opacity: 0.4;
}

.nvabar-etapas button:nth-of-type(1)::before {
    transform: rotate(180deg);
}

.radial_magic {
	border-radius: 1060px;
	background: radial-gradient(50% 50% at 50% 50%, rgba(203, 197, 209, 0.70) 0%, rgba(203, 197, 209, 0.00) 89%);
	filter: blur(137px);
}

.nvabar-etapas.inverted-navbar button {
	background: #333335;
}

.nvabar-etapas.inverted-navbar button:before{
	filter: brightness(0) invert(1);
}

.unicaflexcard_home.active {
    height: 300px;
    transition: 0.4s ease all;
}

.unicaflexcard_home {
    width: 100%;
    height: 140px;
    transition: 0.4s ease all;
}

.arrowbutton-home:before {
    filter: brightness(0) invert(1);
    height: 35px;
	transition: 0.4s ease all;
}

.arrowbutton-home:hover::before{
	filter:none;
	transition: 0.4s ease all;
}

.arrowbutton-home:nth-of-type(1)::before {
	transform: rotate(180deg);
}

.arrowbutton-home.swiper-button-disabled {
    opacity: 0.3;
}

.animate-line {
  stroke-dasharray: 1000; 
  stroke-dashoffset: 1000;
  animation: draw-line 5s ease forwards;
}

.animated-bg {	
	background: linear-gradient(-45deg, #3A2053, #202D3F, #202D3F);
	background-size: 400% 400%;
	animation: gradientBG 15s ease infinite;
}

#svggex{
	opacity: 0;
	transition:0.4s ease all;
}

#svggex.active {
	opacity: 1;
	transition-delay: 0.8s;
	transition:0.4s ease all;
}

.opacity_0 {
	opacity: 0;
	transition:0.4s ease all
}

.swiper.overflow-visible {
    overflow: visible;
}

.hover_sp,
.hover_rj{
	opacity: 0;
	transition: 0.4s ease all;
}

.animasection .hover_sp,
.animasection .hover_rj{
	opacity: 1;
	transition: 0.4s ease all;
	transition-delay: 1.4s;
}

@keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@keyframes draw-line {
  to {
    stroke-dashoffset: 0;
  }
}

@media(min-width: 1024px){
	.unicaflexcard_home {
	    width: 20%;
	    height: 80vh;
	}
	
	.unicaflexcard_home.active {
	    width: 40%;
	    height: 80vh;
	}
}

@keyframes desenhar {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes arrowPortfolio {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
	40% {transform: translateY(-10px);} 
	60% {transform: translateY(-5px);} 
}

.bAnimated {
	animation: arrowPortfolio 3s infinite;
}

/* paginacao */
.navigation.pagination a.page-numbers, .navigation.pagination span {
    border: 1px solid #716083;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
    text-decoration: none;
    color: #716083;
    margin: 0 3px;
    min-width: 35px;
    display: inline-block;
    text-align: center;
}

.navigation.pagination span.current.page-numbers {
    background: #270c43;
    color: #fff;
}

a.prev.page-numbers, a.next.page-numbers {
    display: none;
}

@media(min-width:1024px) {
    a.prev.page-numbers, a.next.page-numbers {
        display: inline;
    }
}

/*** Ajuste formulrios. **/
.inputs_padrao {
  width: 100%;                       /* w-full */
  padding: 0.75rem;                  /* p-3 */
  font-size: 0.75rem;                /* text-xs */
  line-height: 1rem;                 /* text-xs line-height */
  color: #ffffff;                    /* text-white */
  border: 1px solid #ffffff55;       /* border + cor */
  border-radius: 9999px;             /* rounded-full */
  background-image: linear-gradient(
    to right,
    #ffffff10,
    #ffffff00
  );                                  /* bg-gradient-to-r, from -> to */
  backdrop-filter: blur(24px);        /* backdrop-blur-xl */
  -webkit-backdrop-filter: blur(24px);/* Safari */
}

/* lg: (>= 1024px) */
@media (min-width: 1024px) {
  .inputs_padrao {
    padding-left: 1.5rem;            /* lg:px-6 */
    padding-right: 1.5rem;           /* lg:px-6 */
    padding-top: 0.75rem;            /* lg:py-3 */
    padding-bottom: 0.75rem;         /* lg:py-3 */
    font-size: 0.875rem;             /* lg:text-sm */
    line-height: 1.25rem;            /* lg:text-sm line-height */
  }
}

.super_submit_form {
  display: inline-block;               /* inline-block */
  width: 100%;                         /* w-full */
  padding-top: 0.75rem;                /* py-3 */
  padding-bottom: 0.75rem;             /* py-3 */
  background-color: #ffffff;           /* bg-white */
  color: #6B1E8B;                      /* text-[#6B1E8B] */
  font-size: 0.75rem;                  /* text-xs */
  line-height: 1rem;                   /* text-xs line-height */
  font-weight: 300;                    /* font-light */
  text-transform: uppercase;           /* uppercase */
  letter-spacing: 4px;                 /* tracking-[4px] */
  border-radius: 9999px;               /* rounded-full */
  cursor: pointer;                     /* cursor-pointer */
}

.chalengder p span label span {
    font-size: 14px;
    text-align: left;
    display: inline-block;
    width: 100%;
    color: white;
    margin-bottom: 3px;
    margin-top: 10px;
}

.wpcf7 form .wpcf7-response-output {
    padding: 10px 20px !important;
    border-radius: 100px !important;
    font-size: 14px !important;
	margin: 0 !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background: #ffb900 !important;
}

.wpcf7-not-valid-tip {
    text-align: left;
    font-size: 12px !important;
    color: white !important;
    background: #ff5454;
    margin: 5px 0 0 0;
    padding: 1px 10px;
    border-radius: 6px;
    display: table !important;
}

.type2_form .super_submit_form {
    background: #6b1e8b;
    color: white;
    padding: 25px 10px;
    font-size: 20px;
}

.type2_form .inputs_padrao {
    padding: 15px 20px;
    font-size: 18px;
}

span.policy {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    color: white;
    margin-bottom: 10px;
}

.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450 !important;
    color: white !important;
}

div#proposalForm .w-full {
    width: 100%;
}

div#proposalForm .cf7-cf-turnstile {
    display: none;
}

/* lg: (>= 1024px) */
@media (min-width: 1024px) {
    .super_submit_form {
        margin-top: 0.75rem;
        font-size: 1rem;
        line-height: 1.25rem;
        padding: 20px;
        font-weight: 100;
    }
}

