@import url('https://fonts.googleapis.com/css?family=Poppins:900i');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

/***************
↓↓↓↓ GLOBAL ↓↓↓↓
***************/

:root {
  --color-text-principal: #FFF; 
  --cor-text-botao-primario: #FFF;
  --cor-text-botao-secundario: #4E1178;
  --box-shadow-botao-primario: 6px 6px 0 #d6b155;
  --box-shadow-botao-secundario: 6px 6px 0 #d6b155;
  --background-botao-primario: #004070;
  --background-botao-secundario: #FFF;
  --background-fonte-gradient-principal: linear-gradient(-225deg, #5d36ed 0%, #ac10ed 29%, #554bfb 67%, #5d36ed 100%);
  --background-fonte-gradient-secundario: linear-gradient(-225deg, #00A2B7 0%, #2cf6ff 29%, #4bffe1 67%, #00A2B7 100%);
  --background-image-campanha: linear-gradient(170deg, rgb(2 37 66 / 95%), rgb(2 37 66 / 95%)), repeat center/1000px url(https://vestibular.grupounibra.com/pwa/assets/img/bg-2024-sem-fundo.png);
  --color-mouse: #f08482;
}

* {
	outline: none!important;
	scroll-behavior: smooth;
}

html {
	overflow-x: hidden;
}

body {
	background: #FFF;
	font-family: 'Ubuntu', sans-serif;
	overflow-x: hidden;
	font-weight: 400;
}

/*ALTERAR COR DA SELEÇÃO DO TEXTO*/
::selection {
	background-color: hsla(270, 2%, 52%, .336);
}

section {
	padding: 110px 50px;
}

.alert-success {
	background: linear-gradient(180deg, #9322b1, #65137a);
	color: #fff;
	border: none;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	font-size: 1.2rem;
}

.alert-warning {
	background: linear-gradient(180deg, #4c2483, #4c2483);
	color: #fff;
	border: none;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	font-size: 1.2rem;
}
.alert-email {
	max-width: 93%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto !important;
}
.ub-cta {
	border: none;
	cursor: pointer;
	display: flex;
	padding: 10px 30px;
	border-radius: 12px;
	max-width: fit-content;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
	font-size: 1.3rem;
	color: var(--cor-text-botao-primario);
	margin: 0 6px;
	background: var(--background-botao-primario);
	transition: 1s;
	box-shadow: var(--box-shadow-botao-primario);
	transform: skewX(-15deg);
}

.ub-cta:focus {
	outline: none;
}

.ub-cta:hover {
	transition: 0.5s;
	text-decoration: none;
	color: #FFF;
	box-shadow: 10px 10px 0 #d6b155;
}

.ub-cta span:nth-child(2) {
	transition: 0.5s;
	margin-right: 0px;
}

.ub-cta:hover span:nth-child(2) {
	transition: 0.5s;
	margin-right: 45px;
}

.ub-cta span {
	transform: skewX(15deg);
	white-space: nowrap;
}

.ub-cta span:nth-child(2) {
	width: 20px;
	margin-left: 10px;
	position: relative;
}

.ub-cta svg {
	height: 1.5rem;
	width: 27px;
}

path.one {
	transition: 0.4s;
	transform: translateX(-60%);
}

path.two {
	transition: 0.5s;
	transform: translateX(-30%);
}

.ub-cta:hover path.three {
	animation: color_anim 1s infinite 0.2s;
}

.ub-cta:hover path.one {
	transform: translateX(0%);
	animation: color_anim 1s infinite 0.6s;
}

.ub-cta:hover path.two {
	transform: translateX(0%);
	animation: color_anim 1s infinite 0.4s;
}

@keyframes color_anim {
	0% {
		fill: #FFF;
	}
	50% {
		fill: #00A2B7;
	}
	100% {
		fill: #FFF;
	}
}

.animate-text {
	text-transform: uppercase;
	color: #d6b155;
	font-size: 5.5rem;
	background-size: auto auto;
	background-clip: border-box;
	background-size: 200% auto;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	animation: textclip 2s linear infinite;
	display: inline-block;
}


/*REMOVE BACKGROUND AUTOCOMPLETE*/

/*input:-webkit-autofill,*/
/*input:-webkit-autofill:hover,*/
/*input:-webkit-autofill:focus,*/
/*input:-webkit-autofill:active {*/
/*	-webkit-background-clip: text;*/
/*	-webkit-text-fill-color: #FFF !important;*/
/*	transition: background-color 5000s ease-in-out infinite;*/
/*	box-shadow: inset 0 0 20px 20px #23232329;*/
/*}*/


/***************
↑↑↑↑ GLOBAL ↑↑↑↑
***************/


/******************
↓↓↓↓ SCROLLBAR ↓↓↓↓
******************/

* {
	scrollbar-width: thin;
	scrollbar-color: #4E1178 #4E11787;
}

*::-webkit-scrollbar {
	width: 0;
}

*::-webkit-scrollbar-track {
	background: #001a47;
}

*::-webkit-scrollbar-thumb {
	background: #d9a400;
	border-radius: 20px;
	border: none;
}

.progress-container {
	width: 100%;
	height: 0px;
	background: transparent;
}

.progress-bar {
	height: 4px;
	background: #d6b155;
	width: 0%;
	border-radius: 5px;
}


/******************
↑↑↑↑ SCROLLBAR ↑↑↑↑
******************/


/*------------------------------------------*/


/****************
↓↓↓↓ HEADER ↓↓↓↓
****************/

.section-header {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.0));
	position: fixed;
	width: 100%;
	margin: 0px;
	top: 0;
	left: 0;
	z-index: 99;
	transition: all 0.25s ease-in-out;
}

.section-header .container {
	max-width: 1300px;
}

.section-header .navbar {
	padding: 1rem;
}

.section-header.glass {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}

.section-header.glass::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(8px);
	z-index: -1;
	top: 0;
	left: 0;
}

.section-header .nav-item:not(:last-child) {
	margin-right: 30px;
}

.section-header .nav-item .nav-link {
	color: #fff;
	font-weight: 800;
	font-size: 1.15rem;
	transition: all 0.25s ease-in-out;
	border-radius: 25px!important;
	white-space: nowrap;
	padding: 6px 20px;
}

.section-header .nav-item:last-child .nav-link {
	background-color: #FFF;
	border-radius: 20px;
	color: #001a47;
}

.section-header .nav-item:last-child .nav-link:hover {
	background-color: #d9a400;
	color: #FFF;
}

.section-header .nav-item .nav-link:after {
	background: #d6b155;
	content: "";
	height: 3px;
	top: 30px;
	transition: .3s;
	width: 0;
	display: block;
	border-radius: 10px;
}

.section-header .nav-item .ub-cta {
	padding: 6px 16px;
}

.section-header .nav-item .ub-cta:hover span:nth-child(2) {
	transition: 0.5s;
	margin-right: 10px;
}

.section-header .nav-item .nav-link:hover,
.section-header .nav-item .nav-link.active {
	color: #fff;
}

.section-header .nav-item .nav-link:hover:after,
.section-header .nav-item .nav-link.active:after {
	width: 100%;
}

.navbar-nav .nav-item:last-of-type .nav-link:hover:after {
	width: 0;
}

.section-header .navbar-brand,
.section-header .navbar-brand figure {
	margin: 0;
}

.section-header .navbar-brand img {
	max-width: 250px;
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
}

.section-header .hd-info ul {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}


/***************
↑↑↑↑ HEADER ↑↑↑↑
****************/


/*------------------------------------------*/


/****************************
↓↓↓↓ OWL CAROUSEL BANNER ↓↓↓↓
****************************/

#banner {
	max-height: 110vh;
	position: relative;
	padding: 80px 0;
	background: #031630;
}

#banner:before {
	/*content: '';*/
	display: block;
	width: 200vw;
	height: 300px;
	z-index: 2;
	position: absolute;
	background: #FFF;
	left: -25%;
	transform: rotate(6deg);
	bottom: -229px;
}

#banner .section-divider-wave {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 1;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	transform: rotate(180deg);
}

#banner .section-divider-wave svg {
	position: relative;
	display: block;
	width: calc(100% + 1.3px);
	height: 49px;
}

#banner .section-divider-wave .shape-fill {
	fill: #f3f3f3;
}

.owl-carousel .item .title-slide {
	text-align: center;
	position: absolute;
	max-width: 60%;
	z-index: 1;
	left: 50%;
	transform: translateX(-50%);
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.owl-carousel .item .title-slide h1 {
	font-size: 4.8rem;
	z-index: 2;
	line-height: 5rem;
	top: 40%;
	left: 50%;
	text-align: center;
	color: #FFF;
}

.owl-carousel .item .title-slide h2 {
	font-weight: 600;
	font-size: 1.8rem;
	color: #031630;
}

.olw-item .item {
	height: 120vw !important;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.owl-banner .item img {
	width: 100%;
	height: 110vh;
	object-fit: cover;
	max-width: 100%;
}

.owl-banner .item .ub-cta {
	box-shadow: 6px 6px 0 #FBC638;
	margin-top: 20px;
	z-index: 2 !important;
}

.owl-banner .item .ub-cta:hover {
	color: #FBC638;
	box-shadow: 10px 10px 0 #FFF;
}

.owl-banner .item .ub-cta:hover span:nth-child(2) {
	transition: 0.5s;
	margin-right: 0px;
}

.owl-banner .item .ub-cta path.three {
	animation: color_anim 1s infinite 0.2s;
}

.owl-banner .item .ub-cta path.one {
	transform: translateX(0%);
	animation: color_anim 1s infinite 0.6s;
}

.owl-banner .item .ub-cta path.two {
	transform: translateX(0%);
	animation: color_anim 1s infinite 0.4s;
}

.owl-banner .owl-nav {
	margin: 0!important;
	position: absolute;
	top: 45%;
	margin: 0!important;
	margin-top: -1.5rem!important;
	width: 100%;
}

.owl-banner .owl-nav button,
.owl-banner .owl-nav button:hover {
	background: none!important;
}

.owl-banner .owl-nav .owl-next {
	position: absolute;
	right: 15px;
	margin: 0!important;
}

.owl-banner .owl-nav .owl-prev {
	position: absolute;
	left: 0px;
	margin: 0!important;
	width: 3rem!important;
	height: 3rem!important;
}

.owl-banner .owl-nav svg {
	width: 1.4rem!important;
	height: 3rem!important;
	color: #fff;
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
	opacity: 0.4;
	transition: all 0.25s ease-in-out;
}

.owl-banner .owl-nav button:hover svg {
	opacity: 1!important;
}

.owl-banner .owl-dots {
	position: absolute;
	bottom: 10.8vh;
	left: 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.owl-banner .owl-dots .owl-dot span {
	width: 1rem!important;
	height: 1rem!important;
	background: #ffffffa3;
	transition: all 0.3s ease-in-out;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #a3a3a3;
}

.owl-banner .owl-dots .owl-dot.active span,
.owl-banner .owl-theme .owl-dots .owl-dot:hover span {
	background: #d9a400;
}

.section-carrossel .mouse {
	z-index: 2;
	position: absolute;
	left: 50%;
	bottom: 14%;
	display: flex;
	justify-content: center;
	transform: translateX(0%);
	width: 24px;
	height: 50px;
	margin: -12px;
	border: 2px solid #fff;
	border-radius: 30px;
}

#visual {
	position: absolute;
	bottom: 0;
	z-index: 1;
}

.section-carrossel .mouse p {
	margin-top: 50px;
	color: #FFF;
}

.section-carrossel .mouse::after {
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 10px;
	width: 4px;
	height: 4px;
	margin-left: -2px;
	background-color: var(--color-mouse);
	border-radius: 2px;
	animation: mouse-wheel 2.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@keyframes mouse-wheel {
	0% {
		transform: translateY(0);
		opacity: 0;
	}
	10% {
		transform: translateY(0);
		opacity: 1;
	}
	30% {
		transform: translateY(0);
		height: 4px;
	}
	50% {
		transform: translateY(0);
		height: 20px;
	}
	70% {
		transform: translateY(15px);
		height: 4px;
		opacity: 1;
	}
	90% {
		opacity: 0;
	}
	100% {
		transform: translateY(15px);
		opacity: 0;
	}
}


/****************************
↑↑↑↑ OWL CAROUSEL BANNER ↑↑↑↑
****************************/


/*---------------------------------------*/


/*********************
↓↓↓↓ FALE CONOSCO ↓↓↓↓
*********************/

#fale-conosco {
	background-color: #f3f3f3;
	padding: 10px 50px;
}

#fale-conosco,
#fale-conosco .content {
	position: relative;
	z-index: 3;
}

#fale-conosco .content {
	width: 60%;
	padding: 80px 0;
	margin-right: 80px;
}

/*#fale-conosco .box-section-title {*/
/*	max-width: 500px;*/
/*}*/

#fale-conosco .box-section-title .vem-para {
	text-align: left;
	max-width: 500px;
	color: #031630;
	line-height: normal;
	font-size: 1.78rem;
	font-weight: 800;
	text-shadow: none;
	margin: 0;
}

#fale-conosco .box-section-title .precisa-ajuda {
	font-size: 50px;
}

#fale-conosco .icones-info {
	display: flex;
	font-size: 30px;
	gap: 20px;
	padding: 5px 0;
}

/*#fale-conosco .icones-info i {*/
/*	font: 12px;*/
/*}*/

#fale-conosco .box-button{
	width: 48%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#fale-conosco .box-button a{
	text-decoration: none;
	margin-right: 12px;
}

.button-36 {
	display: flex;
	gap: 18px;
	align-items: center;
	background-image: linear-gradient(92.88deg, #2fcd4d 9.16%, #2fcd4d 43.89%, #2fcd4d 64.72%);
	border: 2px solid #fff;
	box-sizing: border-box;
	color: #FFFFFF;
	cursor: pointer;
	flex-shrink: 0;
	font-size: 2em;
	font-weight: 500;
	width: 100%;
	padding: 20px 40px;
	border-radius: 15px;
	text-align: start;
	/*text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;*/
	transition: 0.5s;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	text-transform: uppercase;
	font-weight: bold;
}
.button
.button-36 i{
	font-size: 1.6em;
}

.button-36:hover {
	/*box-shadow: rgb(41 222 75) 0 0px 6px 3px;*/
	border: 2px solid #4fdb5e;
	background-image: linear-gradient(92.88deg,#ffffff 9.16%,#ffffff 43.89%,#ffffff 64.72%);
	color: #4fdb5e;
	box-shadow: rgb(41 222 75) 10px 6px 0px 0px;
	transition-duration: 0.5s;
}

.button-36 span {
	white-space: nowrap;
}

@media (max-width: 991px){
	#fale-conosco .container {
		flex-direction: column !important;
	}
	#fale-conosco .container .content{
		width: 100%;
		margin-right: 0;
	}
	
	#fale-conosco .container .box-button{
		width: 100%;
		margin-bottom: 66px;
	}
	
	#fale-conosco .box-section-title .vem-para{
		text-align: center;
	}
	#fale-conosco .box-section-title .animate-text{
		text-align: center;
		justify-content: center;
	}
	#fale-conosco .box-section-title .vem-para{
		text-align: center;
		max-width: none;
	}
	#fale-conosco .content .text-estrutura{
		text-align: center !important;
	}
	#fale-conosco .box-section-title{
		width: 100%;
		max-width: none;
	}
}
/*@media (min-width: 768px) {*/
/*  .button-36 {*/
/*    padding: 0 2.6rem;*/
/*  }*/
/*}*/

#fale-conosco .box-section-title p {
	color: #FFF;
	font-size: 1.8rem;
}

#fale-conosco .box-section-title h2,
#fale-conosco .box-section-title p {
	font-weight: 800;
}

#fale-conosco .box-section-title .animate-text {
	font-size: 4.4rem;
	margin-bottom: 0;
	color: #004070;
	display: flex;
	align-items: center;
}

#fale-conosco .box-section-title .animate-text i{
	font-size: 2rem;
	margin-left: 20px;
}
#fale-conosco .box-section-title .container-star {
	max-width: 200px;
	margin-top: 6px;
}

#fale-conosco .content .text-estrutura {
	color: gray;
	font-size: 1.5rem;
	margin: 0;
	text-align: left;
}

#fale-conosco .content a {
	color: gray;
	font-size: 1.5rem;
}

#fale-conosco .container {
	display: flex;
	flex-direction: row;
	max-width: 1300px;
}


/*------------------------------------------*/


/****************************
↓↓↓↓ SECTION ESTRUTURA ↓↓↓↓
****************************/

#ub-estrutura {
	background-color: #FFF;
}

#ub-estrutura,
#ub-estrutura .content {
	position: relative;
	z-index: 3;
}

#ub-estrutura .content {
	width: 48%;
	padding: 80px 0;
}

#ub-estrutura .box-section-title {
	max-width: 500px;
	position: relative;
	top: -17px;
}

#ub-estrutura .box-section-title .vem-para {
	text-align: left;
	max-width: 500px;
	color: #031630;
	line-height: normal;
	font-size: 1.78rem;
	font-weight: 800;
	text-shadow: none;
	margin: 0;
}

#ub-estrutura .box-section-title p {
	color: #FFF;
	font-size: 1.8rem;
}

#ub-estrutura .box-section-title h2,
#top-cursos .box-section-title p {
	font-weight: 800;
}

#ub-estrutura .box-section-title .animate-text {
	font-size: 4.1rem;
	margin-bottom: 0;
}

#ub-estrutura .box-section-title .container-star {
	max-width: 200px;
	margin-top: 6px;
}

#ub-estrutura .content .text-estrutura {
	color: gray;
	font-size: 1.5rem;
	margin: 0;
	text-align: left;
	margin-right: 110px;
	margin-bottom: 16px;
}

#ub-estrutura .content a {
	color: gray;
	font-size: 1.5rem;
}

#ub-estrutura .container {
	display: flex;
	flex-direction: row;
	max-width: 1300px;
}

#ub-estrutura .content-svg {
	width: 52%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#ub-estrutura .content-svg .ub-logo-svg {
    width: 32rem;
    height: 32rem;
    z-index: 0;
}
#ub-estrutura .content-svg .ub-logo-svg svg {
    width: 32rem;
    height: 32rem;
}

#ub-estrutura .content-svg .ub-logo-svg .brasao-svg {
    stroke: #4E1178;
    opacity: 0.8;
    fill: transparent;
    stroke-width: 1.5;
    stroke-dashoffset: 2000;
    stroke-dasharray: 500;
    animation: dash 10s linear forwards infinite;
}
#ub-estrutura .ub-galeria {
	top: -120px;
	position: relative;
	display: flex;
	align-items: center;
	width: 50%;
}

#ub-estrutura .ub-galeria .g1,
.g2,
.g3,
.g4,
.g5 {
	border-radius: 20px;
	box-shadow: 2px 5px 20px 0px #0e0e0e21;
	width: 350px;
	height: 250px;
	transition: box-shadow 1s;
}

#ub-estrutura .ub-galeria div:hover {
	cursor: pointer;
	box-shadow: 0px 0px 6px 0px rgba(0, 7, 112, 0.47);
	transition: all 1s;
}

#ub-estrutura .ub-galeria .g1 {
	background: url('../wc_mkt/images/ub-hevu.webp');
	background-size: cover;
	width: 300px;
	height: 200px;
	left: 5px;
	position: absolute;
	top: 120px;
	animation: moveCard-g1 4s ease-in-out infinite alternate;
}

@keyframes moveCard-g1 {
	to {
		top: 120px;
	}
	from {
		top: 193px;
	}
}

#ub-estrutura .ub-galeria .g2 {
	background: url('../wc_mkt/images/auditorio.webp');
	background-size: cover;
	position: absolute;
	top: 255px;
	left: 162px;
	z-index: 10;
	animation: moveCard-g2 4.5s ease-in-out infinite alternate;
}

@keyframes moveCard-g2 {
	to {
		top: 220px;
	}
	from {
		top: 260px;
	}
}

#ub-estrutura .ub-galeria .g3 {
	background: url('../wc_mkt/images/ub-biblioteca.webp');
	background-size: cover;
	position: absolute;
	right: 322px;
	top: 420px;
	z-index: 1;
	animation: moveCard-g3 4s ease-in-out infinite alternate;
}

@keyframes moveCard-g3 {
	to {
		top: 450px;
	}
	from {
		top: 420px;
	}
}

#ub-estrutura .ub-galeria .g4 {
	background: url('../wc_mkt/images/campus-2.webp');
	background-size: cover;
	width: 300px;
	height: 200px;
	position: absolute;
	top: 149px;
	z-index: 11;
	right: -21px;
	animation: moveCard-g4 3.5s ease-in-out infinite alternate;
}

@keyframes moveCard-g4 {
	to {
		top: 75px;
	}
	from {
		top: 149px;
	}
}

#ub-estrutura .ub-galeria .g5 {
	background: url('../wc_mkt/images/retro.webp');
	background-size: cover;
	width: 300px;
	height: 200px;
	position: absolute;
	top: 420px;
	right: 49px;
	animation: moveCard-g5 3.5s ease-in-out infinite alternate;
}

@keyframes moveCard-g5 {
	to {
		right: 10px;
	}
	from {
		right: -15px;
	}
}

@keyframes textclip {
	to {
		background-position: 200% center;
	}
}


#ub-estrutura .section-divider-wave {
	bottom: -47px;
	transform: rotate(0deg);
}

@keyframes border-animation {
	0% {
		width: 100%;
		height: 100%;
		opacity: 1;
	}
	100% {
		width: calc(100% + 50px);
		height: calc(100% + 50px);
		opacity: 0;
		border: 4px dotted #1D6FA3;
	}
}


/******************************
↑↑↑↑ SECTION ESTRUTURA ↑↑↑↑
*******************************/


/*------------------------------------------*/


/****************************
↓↓↓↓ SECTION TOP-CURSOS ↓↓↓↓
****************************/

#top-cursos {
	width: 100%;
	max-height: 450px;
	background: #4E1178;
	position: relative;
	background: url('https://vempara.grupounibra.com/themes/wc_mkt/images/bg-campanha-novo-com-degrade.jpg');
}

#top-cursos:before {
	content: "";
	position: absolute;
	background: #FFF;
	width: 101%;
	left: 0;
	top: -67px;
	height: 132px;
	transform: rotate(2deg);
	z-index: 0;
}

#top-cursos:after {
	content: "";
	position: absolute;
	background: #FFF;
	width: 120%;
	left: -10%;
	bottom: -70px;
	height: 132px;
	transform: rotate(-2deg);
	z-index: 0;
}

#top-cursos .container-top-cursos {
	display: flex;
	flex-direction: row;
	max-width: 1300px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

#top-cursos .box-section-title {
	text-align: left;
	margin-bottom: 16px;
	max-width: 470px;
	color: #031630;
	line-height: normal;
	text-shadow: none;
	position: relative;
	/*top: -506px;*/
	/*ALTERADO PARA 506 APENAS POR ESTAR SEM O PLUGIN */
	top: -159px;
}

#top-cursos .box-section-title:before {
	margin: 0;
	left: auto;
}

#top-cursos .box-section-title .text-unibra {
	background: -webkit-linear-gradient(#1a7eff, #7135d1);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

#top-cursos .box-section-title .aqui-e {
	font-size: 2rem;
}

#top-cursos .box-section-title span {
	color: #FFFFFF;
	font-size: 5.5rem;
}

#top-cursos .box-section-title .os-melhores {
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #004070;
	color: #a0d1b6;
	font-size: 2.9rem;
	margin-bottom: -11px;
}

#top-cursos .box-section-title p {
	color: #FFF;
	font-size: 1.3rem;
	font-weight: 800;
	margin-right: 10px;
	margin-bottom: 0;
}

#top-cursos .box-section-title h2,
#top-cursos .box-section-title p {
	font-weight: 800;
}
#top-cursos .box-section-title p {
	line-height: normal;
}
#top-cursos .box-section-title .animate-text {
	color: #a0d1b6;
	font-size: 5rem;
	margin-bottom: 0;
	line-height: 100px;
}

#top-cursos .animate-text {
	background-image: var(--background-fonte-gradient-secundario);
}

#top-cursos .ub-cta {
	bottom: 108px;
	position: absolute;
	background: var(--background-botao-secundario);
	color: var(--cor-text-botao-secundario);
	box-shadow: var(--box-shadow-botao-secundario);
}

#top-cursos .ub-cta span {
	color: #004070;
}

#top-cursos .ub-cta path.three {
	fill: #00a2b7;
}

#top-cursos .slide-cursos {
	height: 100%;
	border-radius: 20px;
	position: relative;
	top: -60px;
	flex-basis: 60%;
}

/*#top-cursos .slide-cursos .item:nth-child(1){*/
/*	background: rgba(240,132,130,0.8);*/
/*}*/
/*#top-cursos .slide-cursos .item:nth-child(2){*/
/*	background: rgba(160,209,182,0.8);*/
/*	background: #a0d1b6;*/
/*}*/
/*#top-cursos .slide-cursos .item:nth-child(3){*/
/*	background: rgba(0,64,112,0.8);*/
/*}*/

#top-cursos .container {
	max-width: 740px;
	padding: 0 !important;
}

#top-cursos .owl-stage-outer {
	width: 100% !important;
	position: relative !important;
	overflow-y: visible !important;
	overflow-x: clip !important;
}

#top-cursos .container .card-header {
	padding: 1.25rem;
}

#top-cursos .container .card-header .animate-text:before {
	content: "";
	position: absolute;
	width: 85%;
	height: 3px;
	border-radius: 5px;
	top: 78px;
	left: 24px;
}

#top-cursos .container .card-header .animate-text.saude:before {
	background: linear-gradient(90deg, #004070, #004070, rgba(255, 255, 255, .0));
}

#top-cursos .container .card-header .animate-text.exatas:before {
	background: linear-gradient(90deg, #a0d1b6, #a0d1b6, rgba(255, 255, 255, .0));
}

#top-cursos .container .card-header .animate-text.humanas:before {
	background: linear-gradient(90deg, #004070, #004070, rgba(255, 255, 255, .0));
}

#top-cursos .container .owl-carousel .item .card .card-body {
	height: 300px !important;
}

#top-cursos .container .owl-carousel .owl-nav .owl-next {
	position: absolute;
	right: -50px;
	top: 50%;
	transform: translateY(-50%);
	color: #FFF;
	font-size: 32px;
	background: none;
}

#top-cursos .container .owl-carousel .owl-nav .owl-prev {
	display: none;
	position: absolute;
	left: -50px;
	top: 50%;
	transform: translateY(-50%);
	color: #FFF;
	font-size: 32px;
	background: none;
}

#top-cursos .cursos .d-flex h3 {
	font-size: 1.5rem !important;
	margin-bottom: 0;
}

#top-cursos .cursos .exatas,
.humanas,
.saude {
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	list-style: none;
}
#top-cursos .item {
	/*background: url('../wc_mkt/images/bg-section.webp');*/
	background: rgb(46 9 103 / 81%);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	border-radius: 20px;
	box-shadow: -3px 3px 8px 0px #00000030;
}

#top-cursos .item .card {
	border-radius: 20px;
	background: rgb(15 18 38 / 7%);
	/*box-shadow: 0 0 20px 200px #3d109e82 inset;*/
	/*box-shadow: 0 0 20px 200px #131b30a1 inset;*/
	border: 1px solid rgba(255, 255, 255, 0.04);
	color: #FFF;
}

#top-cursos .item .card .card-header {
	background: none;
	border-bottom: none;
	display: flex;
	align-items: center;
}

#top-cursos .item .card .card-header svg {
	max-height: 100px;
	max-width: 43px;
	margin-right: 11px;
	height: 39px;
}

#top-cursos .item .card .card-header h3 {
	font-size: 1.5rem !important;
	margin-bottom: 0;
}

#top-cursos .item .card .card-header .animate-text.exatas {
	background-image: linear-gradient(-225deg, #00A2B7 0%, #09e5bc 29%, #09e5bc 67%, #00A2B7 100%);
}

#top-cursos .item .card .card-header .animate-text.saude {
	background-image: linear-gradient(-225deg, #c91029 0%, #e53c09 29%, #b7251e 67%, #c91029 100%);
}

#top-cursos .item .card .card-header .animate-text.humanas {
	background-image: linear-gradient(-225deg, #d1ed36 0%, #e7e11a 29%, #fbdd4b 67%, #d1ed36 100%);
}

#top-cursos .item .card .card-body ul {
	list-style: none;
	padding-left: 0;
	font-size: 1.2rem;
}

#top-cursos .item .card .card-body li {
	display: flex;
}
#top-cursos .item .card .card-body .ul-exatas a {
	color: #a0d1b6 !important;
}
#top-cursos .item .card .card-body a {
	text-decoration: none;
	color: #004070 !important;
	transition: .5s;
}

#top-cursos .item .card .card-body a:hover {
	padding-left: 10px;
	transition: .5s;
}

#top-cursos .item .card .card-body ul i {
	font-size: 22px;
}

#top-cursos .item .card .card-body .ul-saude li {
	color: #004070;
}

#top-cursos .item .card .card-body .ul-humanas li {
	color: #d1ed36;
}

#top-cursos .item .card .card-body .ul-exatas li {
	color: #a0d1b6;
}

#top-cursos .item-saude{
	background: rgba(160,209,182,0.8) !important;
}
#top-cursos .item-exatas{
	background: rgba(0,64,112,0.8) !important;
}
#top-cursos .item-humanas{
	background: rgba(240,132,130,0.8) !important;
}
#top-cursos .item-humanas .ul-humanas i{
	color: #004070;
}
#top-cursos .item-saude h3, #top-cursos .item-humanas h3{
	color: #004070;
}
#top-cursos .item-exatas h3{
	color: #a0d1b6;
}

/*Azul*/
/*hex #004070*/

/*Verde*/
/*hex #a0d1b6*/

/****************************
↑↑↑↑ SECTION TOP-CURSOS ↑↑↑↑
*****************************/


/*------------------------------------------*/


/******************************
↓↓↓↓ SECTION AQUI É UNIBRA ↓↓↓↓
*******************************/

#aqui-unibra {
	background-color: #FFF;
	padding-bottom: 180px;
}

#aqui-unibra,
#aqui-unibra .content {
	position: relative;
}

#aqui-unibra .content {
	width: 48%;
	padding: 80px 0;
}

#aqui-unibra .content a {
	color: gray;
	font-size: 1.5rem;
}

#aqui-unibra .box-section-title {
	font-size: 6.5rem;
	text-align: right;
	margin-bottom: 16px;
	color: #031630;
	line-height: 80px;
	text-shadow: none;
}

#aqui-unibra .box-section-title .text-unibra {
	background: -webkit-linear-gradient(#1a7eff, #7135d1);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

#aqui-unibra .box-section-title .aqui-e {
	font-size: 5.2rem;
	font-weight: 800;
	margin: 0;
}

#aqui-unibra .box-section-title .animate-text {
	font-weight: 800;
	margin-bottom: 0;
}

#aqui-unibra .box-section-title::before {
	left: auto;
	right: 0;
	background: linear-gradient(270deg, #1716cf, rgba(255, 255, 255, .0));
}

#aqui-unibra .content .text-aqui-unibra {
	color: gray;
	font-size: 1.5rem;
	text-align: right;
	margin: 0px;
	margin-left: 15px;
	margin-bottom: 16px;
}

#aqui-unibra .container {
	display: flex;
	flex-direction: row-reverse;
	max-width: 1300px;
}

#aqui-unibra .ub-galeria {
	position: relative;
	display: flex;
	align-items: center;
	width: 50%;
}

#aqui-unibra .ub-galeria .g1,
.g2,
.g3,
.g4,
.g5 {
	border-radius: 20px;
	box-shadow: 2px 5px 20px 0px #0e0e0e21;
	width: 350px;
	height: 250px;
	transition: box-shadow 1s;
}

#aqui-unibra .ub-galeria div:hover {
	cursor: pointer;
	box-shadow: 0px 0px 6px 0px rgba(0, 7, 112, 0.47);
	transition: all 1s;
}

#aqui-unibra .ub-galeria .g1 {
	background: url('../wc_mkt/images/ub-hevu.webp');
	background-size: cover;
	width: 300px;
	height: 200px;
	left: 5px;
	position: absolute;
	top: 120px;
	animation: moveCard-g1 4s ease-in-out infinite alternate;
}

@keyframes moveCard-g1 {
	to {
		top: 120px;
	}
	from {
		top: 193px;
	}
}

#aqui-unibra .ub-galeria .g2 {
	background: url('../wc_mkt/images/auditorio.webp');
	background-size: cover;
	position: absolute;
	top: 255px;
	left: 162px;
	z-index: 10;
	animation: moveCard-g2 4.5s ease-in-out infinite alternate;
}

@keyframes moveCard-g2 {
	to {
		top: 220px;
	}
	from {
		top: 260px;
	}
}

#aqui-unibra .ub-galeria .g3 {
	background: url('../wc_mkt/images/ub-biblioteca.webp');
	background-size: cover;
	position: absolute;
	left: -36px;
	top: 420px;
	z-index: 1;
	animation: moveCard-g3 4s ease-in-out infinite alternate;
}

@keyframes moveCard-g3 {
	to {
		top: 450px;
	}
	from {
		top: 420px;
	}
}

#aqui-unibra .ub-galeria .g4 {
	background: url('../wc_mkt/images/campus-2.webp');
	background-size: cover;
	width: 300px;
	height: 200px;
	position: absolute;
	top: 149px;
	z-index: 11;
	right: -21px;
	animation: moveCard-g4 3.5s ease-in-out infinite alternate;
}

@keyframes moveCard-g4 {
	to {
		top: 75px;
	}
	from {
		top: 149px;
	}
}

#aqui-unibra .ub-galeria .g5 {
	background: url('../wc_mkt/images/retro.webp');
	background-size: cover;
	width: 300px;
	height: 200px;
	position: absolute;
	top: 420px;
	left: 330px;
	animation: moveCard-g5 3.5s ease-in-out infinite alternate;
}

@keyframes moveCard-g5 {
	to {
		right: 10px;
	}
	from {
		right: -15px;
	}
}

@keyframes moveCard-g5-mobile {
	to {
		left: 330px;
	}
	from {
		left: 369px;
	}
}

#aqui-unibra .section-divider-wave {
	bottom: -47px;
	transform: rotate(0deg);
}

@keyframes border-animation {
	0% {
		width: 100%;
		height: 100%;
		opacity: 1;
	}
	100% {
		width: calc(100% + 50px);
		height: calc(100% + 50px);
		opacity: 0;
		border: 4px dotted #1D6FA3;
	}
}


/**************************************
↑↑↑↑ SECTION AQUI É UNIBRA ↑↑↑↑
**************************************/


/**************
↓↓↓↓ MODAL ↓↓↓↓
***************/

#modalConfirmaPresenca .modal-content {
	border-radius: 25px;
	background: linear-gradient(180deg, #4E1178, #250c36);
	color: #fff;
	border-bottom: 0;
	overflow: hidden;
}

#modalConfirmaPresencaSucesso .modal-content {
	border-radius: 15px;
	background: linear-gradient(180deg, #4E1178, #250c36);
	color: #fff;
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
}

#modalConfirmaPresencaSucesso .modal-dialog {
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%) !important;
}

#modalConfirmaPresencaSucesso .modal-header .close {
	top: 15px;
	right: 15px;
	position: absolute;
}

#modalConfirmaPresencaSucesso .modal-header .modal-title {
	margin-right: 17px;
}

#modalConfirmaPresencaSucesso .figure-done {
	position: relative;
	margin: 0 auto 0px;
	max-width: 125px;
}

#modalConfirmaPresencaSucesso .figure-done .icone-menu {
	position: absolute;
	margin: 32px;
}

#modalConfirmaPresencaSucesso .figure-done .icone-menu .check-icon {
	opacity: 0;
	position: absolute;
	top: -11px;
	left: -2px;
	stroke-width: 45px;
	animation: iconShow 2.5s forwards;
	font-size: 60px;
	color: #b4f326;
}

#modalConfirmaPresencaSucesso .figure-done .loading-menu {
	width: 200px;
	height: 200px;
}

#modalConfirmaPresencaSucesso .figure-done .loading-menu .circle {
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	stroke: #b4f326;
	animation: rotateBorder 5s ease-out forwards;
}

@keyframes iconShow {
	0% {
		opacity: 0;
		scale: 1.1;
	}
	100% {
		opacity: 1;
		scale: 1.3;
		color: #b4f326;
	}
}

@keyframes rotateBorder {
	0% {
		stroke-dasharray: 1000;
	}
	50% {
		stroke-dashoffset: 0;
	}
	100% {
		stroke: #b4f326;
		stroke-dashoffset: 0;
	}
}

.modal-header {
	z-index: 1;
	padding: 30px;
	color: #b4f326;
}

.modal-header .close {
	margin: 0;
	padding: 0;
	background: #aaa;
	border-radius: 25px;
	height: 35px;
	width: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #222;
	transition: all 0.25s ease-in-out;
}

.modal-content .ub-logo-svg {
	position: absolute;
	width: 26rem;
	height: 26rem;
	right: -13rem;
	top: 50%;
	margin-top: -13rem;
	z-index: 0;
}

.modal-content .ub-logo-svg svg {
	width: 26rem;
	height: 26rem;
}

.modal-content .ub-logo-svg .brasao-svg {
	stroke: #FFF;
	opacity: 0.4;
	fill: transparent;
	stroke-width: 1.5;
	stroke-dashoffset: 2000;
	stroke-dasharray: 500;
	animation: dash 10s linear forwards infinite;
}

.modal-body {
	padding: 30px;
	padding-top: 0;
	z-index: 1;
}

.modal-body .form-control {
	border: none;
	box-shadow: inset 0 0 8px rgb(0 0 0 / 50%);
	border-bottom: 1px solid #490d99;
	border-left: 1px solid #490d99;
	background: transparent;
	color: #fff;
	transition: all 0.25s ease-in-out;
	font-size: 1.2rem;
	border-radius: 100px;
	padding: 1.8rem;
}

.modal-body .form-control::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.modal-body .form-control:hover,
.modal-body .form-control:focus {
	border-bottom: 1px solid #b0a0ff;
	border-left: 1px solid #b0a0ff;
	box-shadow: inset 0 0 8px rgb(0 0 0 / 60%);
}

.modal-body .form-group .form-check-label {
	text-shadow: 1.5px 1.5px #000000;
}

.modal-body .form-group .form-check-label .ver-mais {
	text-shadow: none;
	cursor: pointer;
	color: #00A2B7;
}

.modal-body .form-group .form-check-label .ver-mais:hover {
	text-decoration: underline;
	cursor: pointer;
	color: var(color-text-principal);
}

.modal-body .form-group .text-ver-mais {
	display: none;
}

.modal-body .ub-cta {
	max-width: 97%;
	width: 100%;
	color: #4E1178;
	background: #FFF;
	margin-bottom: 50px;
	justify-content: space-between;
}

.modal-body .ub-cta span:nth-child(2) {
	width: 20px;
	margin-left: 10px;
	position: relative;
	transition: 0.5s;
	margin-right: 4px;
}

.modal-body .ub-cta:hover span:nth-child(2) {
	margin-right: 22px;
}

.modal-body .ub-cta path.three {
	fill: #00a2b7;
}

.modal-body a.link,
.modal-body a.link:hover,
.modal-body a.link:focus {
	color: #d9a400;
}

@keyframes dash {
	100% {
		stroke-dashoffset: 0;
	}
}


/**************
↑↑↑↑ MODAL ↑↑↑↑
***************/


/*******************************
↑↑↑↑ BUTTON CALL TO ACTION ↑↑↑↑
********************************/


/*WAVE LOW SHADOW*/

.section-divider-wave {
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 1;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	transform: rotate(180deg);
}

.section-divider-wave svg {
	position: relative;
	display: block;
	width: calc(100% + 1.3px);
	height: 49px;
}

.section-divider-wave .shape-fill {
	fill: #FFFFFF;
}


/*FIM WAVE LOW SHADOW*/


/*MODAL*/

.modal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.8);
}

.modal img {
	display: block;
	margin: auto;
	position: absolute;
	max-width: 800px;
	max-height: 60%;
	border-radius: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.close-modal {
	color: #fff;
	position: absolute;
	bottom: 50px;
	font-size: 40px;
	right: 50%;
	font-weight: bold;
	transform: translateX(50%);
	cursor: pointer;
}

.close-modal:hover {
	color: #FBC638;
}


/***************
↓↓↓↓ FOOTER ↓↓↓↓
***************/

.scontainer-footer {
	background: url('https://vempara.grupounibra.com/themes/wc_mkt/images/bg-campanha-novo.jpg');
	border-top: 1px solid #3f0079;
}

.scontainer-footer .container {
	max-width: 1300px;
	padding-top: 120px;
	padding-bottom: 50px;
	padding-right: 15px;
	padding-left: 15px;
}

.scontainer-footer .ub-logo {
	display: block;
	margin-bottom: -20px;
}

.scontainer-footer .ub-logo img {
	width: 220px;
}

.scontainer-footer .info-unibra {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.scontainer-footer .info-unibra .info p {
	text-align: justify;
	margin-bottom: 3px;
	font-size: 1rem;
	color: #fff;
	font-weight: 400;
	text-shadow: 0 0 2px #000000;
}

.scontainer-footer .info-unibra .e-mec {
	margin-left: 30px;
}

.scontainer-footer .info-unibra .e-mec img {
	width: 120px;
	border-radius: 5px;
}

.scontainer-footer .info-localizacao {
	margin-bottom: 30px;
}

.scontainer-footer .info-localizacao h2 {
	font-size: 1rem;
	color: var(--color-text-principal);
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 700;
}

.scontainer-footer .info-localizacao ul {
	display: flex;
	list-style: none;
	padding-left: 0;
	justify-content: space-between;
}

.scontainer-footer .info-localizacao ul li {
	flex-basis: calc(33% - 18px);
	color: #fff;
	text-shadow: 0 0 2px #000000;
}

.scontainer-footer .info-localizacao ul li h3 {
	font-size: 0.9rem;
}

.scontainer-footer .info-localizacao ul li h3 span {
	font-weight: 700;
	font-size: 1em;
	display: block;
	text-transform: uppercase
}

.scontainer-footer .box-redes-sociais {
	padding: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.scontainer-footer .box-redes-sociais .rede-social {
	background: transparent;
	margin: 0 10px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	transition: 0.5s;
	text-decoration: none;
}

.scontainer-footer .box-redes-sociais .rede-social .img-rede-social {
	flex-basis: 50px;
	padding: 10px;
	font-size: 2.5rem;
	color: #fff;
	position: relative;
	transition: 0.5s;
}

.scontainer-footer .box-redes-sociais .rede-social article {
	flex-basis: calc(100% - 60px);
	padding: 10px;
}

.scontainer-footer .box-redes-sociais .rede-social article h3 {
	font-size: 1rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	margin-bottom: 0px;
	transition: 0.5s;
}

.scontainer-footer .box-redes-sociais .hover-tiktok {
	transition: 0.5s;
	
}

.scontainer-footer .box-redes-sociais .hover-tiktok .tiktok-icon {
	filter: invert(100%);
	width: 40px;
	transition: 0.5s;
}

.scontainer-footer .box-redes-sociais .hover-tiktok .tiktok-hover-effect {
	position: absolute !important;
	top: 11px;
	left: 4px;
	width: 51px;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.5s, opacity 0.5s linear;
}

/*.scontainer-footer .box-redes-sociais .hover-tiktok:hover .tiktok-hover-effect {*/
/*	visibility: visible !important;*/
/*	opacity: 1 !important;*/
/*}*/

/*.scontainer-footer .box-redes-sociais .hover-tiktok:hover article h3 {*/
/*	color: #000;*/
/*	font-weight: bold;*/
/*	text-shadow: 2px 1px #fd2c54, -2px -1px #25F4EE;*/
/*}*/

.scontainer-footer .box-redes-sociais .hover-instagram:hover .img-rede-social,
.scontainer-footer .box-redes-sociais .hover-instagram:hover article h3 {
	color: #E1306C;
}

.scontainer-footer .box-redes-sociais .hover-face:hover .img-rede-social,
.scontainer-footer .box-redes-sociais .hover-face:hover article h3 {
	color: #3b5998;
}

.scontainer-footer .box-redes-sociais .hover-twitter:hover .img-rede-social,
.scontainer-footer .box-redes-sociais .hover-twitter:hover article h3 {
	color: #00acee;
}

.scontainer-footer .box-redes-sociais .hover-youtube:hover .img-rede-social,
.scontainer-footer .box-redes-sociais .hover-youtube:hover article h3 {
	color: #c4302b;
}

.scontainer-footer .box-redes-sociais .hover-tiktok:hover .img-rede-social,
.scontainer-footer .box-redes-sociais .hover-tiktok:hover article h3 {
	color: #000;
	filter: drop-shadow(2px 1px 0px #fd2c54) drop-shadow(-2px -1px 0px #25f4ee);
}

.scontainer-footer .box-direitos-reservados {
	text-align: center;
	padding: 15px;
	text-shadow: 0 0 3px #000000;
}

.scontainer-footer .box-direitos-reservados h1 {
	position: static;
	color: #FFF;
	font-size: 0.8rem;
	font-weight: 400;
	margin-bottom: 0px;
}

.scontainer-footer .box-direitos-reservados {
	background-color: rgb(0, 0, 0, 0.1);
	border-top: 1px solid #0f0f0f14;
	text-align: center;
	padding: 15px
}

.scontainer-footer .box-direitos-reservados h1 {
	color: #fff;
	font-size: .8rem;
	font-weight: 400;
	margin-bottom: 0
}

.scontainer-footer .politica-de-privacidade {
	text-align: center;
	margin-bottom: 30px;
	color: #FFF !important;
}

.scontainer-footer .politica-de-privacidade a {
	color: #FFF !important;
}

/***************************
↑↑↑↑↑↑↑↑↑↑ FOOTER ↑↑↑↑↑↑↑↑↑↑
***************************/


/********************************
↓↓↓↓ POLÍTICA DE PRIVACIDADE ↓↓↓↓
********************************/

.container-pagina .header-pagina {
	background: url(https://vempara.grupounibra.com/themes/wc_mkt/images/campus-2.webp);
    background-size: cover;
    padding-top: 128px;
    padding-bottom: 60px;
    border-bottom: 1px solid #DDD;
    background-position: 0 286px;
}

.container-pagina .header-pagina .container {
    display: flex;
    align-items: center;
    color: #FFF;
}

.container-pagina .header-pagina .hd-icon {
	font-size: 4rem;
    margin-right: 20px;
}

.container-pagina .body-page {
    margin-top: -30px;
    margin-bottom: 94px;
    border: 1px solid #DDD;
    background: #FFF;
    border-radius: 5px;
    padding: 30px;
    text-align: justify;
}

.container-pagina .body-page p {
    margin: 0;
    margin-bottom: 20px;
}

.container-pagina .htmlchars h2 {
    margin: 20px 0;
    font-size: 1.8rem;
    font-weight: 400;
}

.container-pagina .htmlchars h3 {
    font-size: 1.4rem;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 300;
}

.container-pagina .htmlchars ul li {
    list-style-type: auto;
    margin-bottom: 10px;
}

/********************************
↑↑↑↑ POLÍTICA DE PRIVACIDADE ↑↑↑↑
********************************/


/*******************
↓↓↓↓ PAGINA 404 ↓↓↓↓
*******************/


/*******************
↑↑↑↑ PÁGINA 404 ↑↑↑↑
*******************/


/*MODAL INSCREVER*/

.modal-app-inscrever {
    --bs-modal-bg: none !important;
    --bs-modal-width: 100% !important;
    overflow-y: hidden!important;
    height: 100%;
    width: 100%;
    max-width: none;
}

.modal-app-inscrever .modal-dialog {
	width: 100%;
	max-width: none;
    height: 100%;
    margin: 0
}

.modal-app-inscrever .modal-dialog .modal-content {
    height: 100%;
    border: none;
    border-radius: 22px
}

.modal-app-inscrever .modal-dialog .modal-content .modal-header {
    border-bottom: none;
    background: linear-gradient(rgba(17,25,40,0.75),rgba(17,25,40,0.75)),radial-gradient(circle at left,#0058f9,#0058f9);
    padding: 16px 11%
}

.modal-app-inscrever .modal-dialog .modal-content .modal-header .modal-title {
    color: #fff;
    font-weight: 600;
    font-family: Ubuntu;
    font-size: 27px;
}

.modal-app-inscrever .modal-dialog .modal-content .modal-header .btn-close {
    --bs-btn-close-opacity: 1;
    --bs-btn-close-hover-opacity: 1;
    color: #fff;
    /*filter: brightness(0) invert(1);*/
    filter: none;
    background:none;
    border:none;
}

.modal-app-inscrever .modal-dialog .modal-content .modal-header .btn-close i{
	font-size: 1.6rem;
}

.modal-app-inscrever .modal-dialog .modal-content .modal-body {
    padding: 0
}

.modal-app-inscrever .modal-dialog .modal-content .modal-body iframe {
    overflow: auto;
    width: 100%;
    height: 100%;
    border: none;
}

/*WHATSAPP FIXED*/

.fab-whatsapp {
    position: fixed;
    bottom: 2vw;
    right: 2vw;
    z-index: 999;
    animation: zap 2s infinite linear;
}
.fab-whatsapp .zap-icon {
    width: 50px;
    height: 50px;
}
@keyframes zap {
	0% {
    transform: scale(1);
	}
	50% {
	    transform: scale(1.1);
	}
	100% {
	    transform: scale(1);
	}
}

.fab-whatsapp {
	position:fixed;
	bottom:2vw;
	right:2vw;
	z-index:999;
	animation:zap 2s infinite linear
	
}

.fab-whatsapp .zap-icon {
	width:50px;
	height:50px
	
}

.fab-whatsapp .zap-icon .zap-path {
	fill: #d6b155;
	transition:all 0.25s ease-in-out
	
}

.fab-whatsapp .zap-icon:hover .zap-path{
	fill: #4cd137;
}