@font-face {
	font-family: 'LigaPortugal';
	src:  url('fonts/LigaPortugal-Regular.otf') format("opentype");
}

@font-face {
	font-family: 'LigaPortugalBold';
	src:  url('fonts/LigaPortugal-Bold.otf') format("opentype");
}

* {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

:root {
	--blue: #001941;
	--lightblue: #00FAFF;
	--darkblue: #000925;
	--gray: #8F8F8F;
}

.blue {
	color: var(--blue);
}

.lightblue {
	color: var(--lightblue);
}

.darkblue {
	color: var(--darkblue);
}

.gray {
	color: var(--gray);
}

h1, h2, h3, h4, h5, h6, .slider .lead{
	font-family: 'LigaPortugal', sans-serif;
}

.menu-link, .back-button{
	font-family: 'LigaPortugal', sans-serif;
	font-weight: 400;
}

#header-wrap {
	border-top: 2px solid var(--lightblue);
	border-bottom: 0;
	background-color: var(--blue);
}
.menu-link {
	font-size: 18px;
}

.header-icons {
	border: 1px solid rgba(255, 255, 255, 0.2);
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
}

.header-icons:hover {
	transition: .2s ease;
	background-color: var(--lightblue);
	color: var(--blue) !important;
}

.badge {
	font-size: 14px;
    font-weight: 500;
    padding: 6px 10px;
}

.date-card {
	font-size: 14px;
}

.badge-presencial {
	background-color: #32C9BE;
	border-radius: 15px;
}

.slider {
	height: calc(100vh - 80px);
}

.card-bg-dark {
	background: #fff;
	box-shadow: 0 7px 14px 0 rgb(0, 0, 0, .05),
		0 3px 6px 0 rgba(0, 0, 0, .2);
	border-radius: .3rem;
}

.card.card-bg-dark {
	border: 0;
}

.card .countdown-inline {
	width: 100%;
	margin: 10px;
}

.card-footer-btn {
	padding-top: 0.725rem;
	padding-bottom: 0.925rem;
	background-color: var(--lightblue);
	color: var(--blue);
	font-family: 'LigaPortugal', sans-serif;
	transition: .2s ease;
}

.swiper-slider {
	max-width: 360px;
	height: auto;
}

.rotate-text {
    position: absolute;
    left: 40px;
    top: 50%;
    letter-spacing: 3px;
    color: #DDD !important;
    font-weight: 400;
    font-size: 11px;
    writing-mode: vertical-rl;
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    white-space: nowrap;
    cursor: pointer;
    z-index: 5;
    text-transform: uppercase;
}

.half-section {
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(246,248,251,1) 50%, rgba(246,248,251,1) 100%);
}

.half-bluesection {
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(34,48,93,1) 50%, rgba(34,48,93,1) 100%);
}
.half-bluegraysection {
	background: linear-gradient(180deg, rgba(246,248,251,1) 0%, rgba(246,248,251,1) 50%, rgba(34,48,93,1) 50%, rgba(34,48,93,1) 100%);
}

.swiper-pagination{
    position: relative;
    top: 0 !important;
    margin-top: 25px;
}
.swiper-pagination span{
    position:relative;
    width:auto;
    height:auto;
    margin:0;
    opacity:1;
    border:0;
    color:var(--bs-gray-500);
    transition:all .3s ease
}
.swiper-pagination span::after{
    content:"";
    display:inline-block;
    position:relative;
    width:0;
    height:2px;
    vertical-align:4px;
    margin:0 7px;
    background-color:var(--bs-gray-900);
    transition:all .3s ease
}
.swiper-pagination span.swiper-pagination-bullet-active,.swiper-pagination span:hover{
    color:#111
}
.swiper-pagination span.swiper-pagination-bullet-active::after{
    width:25px;
    margin:0 15px
}

.grid-inner .btn-hover {
	opacity: 0;
	display: block;
	transition: opacity .3s ease, transform .3s .1s ease;
	margin-top: 15px;
	position: absolute;
	transform: translateY(0);
}
.grid-inner:hover .btn-hover {
	opacity: 1;
	transform: translateY(-5px);
}

.grid-inner .grid-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.grid-inner .grid-content {
	transition: transform .3s ease;
}

.grid-inner:hover .grid-content { transform: translateY(-45px); }

.view-more {
	font-family: 'LigaPortugal', sans-serif;
	color: var(--blue);
	font-size: 18px;
}

.view-more i{
	transition: .2s ease;
}

.view-more:hover i{
	transform: translateX(10px);
}

#footer {
	background-color: #22305e;
}

.bg-copyrights, #copyrights, .blue-bg {
	background-color: var(--blue);
}

.button-video {
	position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: rgba(255, 255, 255, 0.3);
    border: 2px solid #fff;
    border-radius: 100px;
    padding: 8px 15px;
    font-family: 'LigaPortugal', sans-serif;
    color: #fff !important;
    font-size: 18px;
    transition: .2 ease;
}

.button-video:hover {
	background-color: #fff;
	color: var(--blue) !important;
}

.button-lightblue {
	background-color: var(--lightblue);
	color: var(--blue);
	font-family: 'LigaPortugal', sans-serif;
	font-size: 18px;
}

.button-darkblue {
	background-color: #001941;
	color: #fff;
	font-family: 'LigaPortugal', sans-serif;
	font-size: 18px;
}

.button-border {
    border: 1px solid !important;
    font-family: 'LigaPortugal', sans-serif;
    font-size: 18px;
}

.is-expanded-menu .sub-menu-container{
	border-top: 2px solid var(--lightblue);
	background: var(--darkblue);
}

.menu-item:hover > .menu-link, .is-expanded-menu .sub-menu-container .menu-item:hover > .menu-link {
	color: var(--lightblue);
}


#noticias.h-auto .swiper-wrapper{
	height: fit-content;
}

.card-body h3.card-title {
	line-height: 1.250;
}

.badge-slider {
	height: 80px;
	max-height: 80px;
}

footer ul {
	 list-style: none;
}

.container-100vh {
	height: calc(100vh - 80px);
}

.container-100vh .vertical-slider {
	transform: translateY(-50%);
    top: 50%;
}

.slider-caption h2 {
	font-size: 3rem;
	color: #fff;
}

.slider-caption p {
	line-height: 1.125;
}

input, select {
    height: 54px;
    border-radius: 0 !important;
    border: 1px solid #E1E3E8;
    font-size: 18px !important;
}

input::placeholder, textarea::placeholder {
  opacity: 0.5 !important;
}

label {
	font-size: 16px;
	margin-bottom: 0.125rem;
}


.filters {
	margin-top: -30px;
    z-index: 100;
}

.border-business {
	border: 1px solid #E1E3E8;
}

.menu-link.current {
	opacity: 1 !important;
}


.alphabet {
	display: flex;
	justify-content: space-evenly;
	font-family: 'LigaPortugal', sans-serif;
	font-size: 22px;
}


.border-bottom {
	border-bottom: 1px solid #E1E3E8;
}

.ellipsis2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#top-search {
	transition: margin-right 0.5s;
}
.top-search-open #top-search {
	margin-right: -49px;
}

.slider-elearning {
	height: 300px;
}


.button-planoestudo {
	background-color: rgba(0, 25, 65, 0.03);
	border: 1px solid #EEEEEE;
	font-family: 'LigaPortugal', sans-serif;
	color: #001941;
	font-size: 18px;
	padding: 0.7rem 1rem;
	display: flex;
	align-items: center;
}

.button-planoestudo:hover, .button-planoestudo.active{
	background-color: #001941;
}

.button-planoestudo.active{
	color: #fff;
}

.button-planoestudo svg{
	height: 20px;
	margin-right: 8px;
}

.button-planoestudo .cls-1 {
	fill: #001941;
}

.button-planoestudo:hover .cls-1, .button-planoestudo.active .cls-1 {
	fill: #fff;
}

.category-planoestudo {
	border: 1px solid #E1E3E8;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card {
	border-radius: 0;
}

.card .h5 {
	font-family: 'LigaPortugal', sans-serif;
    font-weight: 400;
    font-size: 22px;
}

.card .time {
    font-family: 'LigaPortugal';
	font-weight: 400;
}

.card.shadow-sm {
	box-shadow: 0 0 50px rgb(0 0 0 / 4%) !important;
	border: 1px solid #E1E3E8;
}



img.speaker {
    border-radius: 50%;
    width: 160px;
    left: 50%;
    z-index: 9;
    position: relative;
    border: 6px solid #fff;
    transform: translateX(-50%);
    transition: .3s ease;
}

.speaker-div:hover .speakers_short {
	background-color: var(--blue);
	transition: .2s ease;
} 


.speaker-div .speakers_short {
	transition: .2s ease;
} 


.speaker-div:hover .speaker {
    transform: translateX(-50%) translateY(8px);
}

.speaker-div:hover h3, .speaker-div:hover p {
	color: #fff;
} 

.speakers_short {
    position: relative;
    margin-top: -80px;
    background-color: #fff;
    border-radius: 6px;
    padding-top: 80px;
    padding-bottom: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
    border: 1px solid #E1E3E8;
	height: calc(100% - 80px);
}

.speakers_short p {
	font-size: 16px;
	line-height: normal;
}


.rounded-0 {
	border-radius: 6px !important;
}


.image-speaker {
	max-height: 180px;
    border-radius: 100px;
    border: 6px solid #fff;
}

.card-speaker {
    padding-top: 0 !important;
	margin-top: 60px;
}

.div-image-speaker {
    margin-top: -70px;
	margin-bottom: 20px;
}

.icon-news {
    background: rgb(255 255 255 / 15%);
    height: 40px;
    width: 40px;
    border: 0;
    transition: .2s ease;
}

.link-news:hover .icon-news {
	background-color: #fff;
	color: var(--blue) !important;
}


.newsletter-buttons #newsletter-email {
	background: #fefefe;
    border: 0;
}

.newsletter-buttons input::placeholder {
  color: #8f8f8f;
  opacity: 1; 
}

.newsletter-buttons input::-ms-input-placeholder { 
  color: #8f8f8f;
}

.newsletter-buttons .button{
	width: auto;
}

.inscricoes_fechadas img {
	filter: grayscale(1);
	opacity: 0.8;
}

.toggle-content ul {
	padding-left: 20px;
}

.toggle-content ul:last-child {
	margin-bottom: 0;
}
	
#widget-subscribe-form-email {
	background: #fff !important;
    border: 0;
}

#widget-subscribe-form-email::placeholder {
	color: rgba(0, 0, 0, 0.5);
}


.button-sub-mobile {
	position: absolute;
    right: 0;
    width: 60px !important;
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.menu-link, .is-expanded-menu .sub-menu-container .menu-item {
	text-wrap: nowrap !important;
}

.text-styles ul, .text-styles ol {
    margin-left: 17px;
}


#modal_popup .btn-close, .modal .btn-close {
	position: absolute;
    right: -30px;
    top: 0px;
    --bs-btn-close-color: #fff;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e"); 
	opacity: 1;
}

#modal_popup .modal-body {
	padding: 0;
	max-width: 600px;
}


@media (min-width: 576px) {
    #modal_popup .modal-dialog {
        max-width: 600px;
    }
}


@media (min-width: 991px) and (max-width: 1199px) {
	.is-expanded-menu .menu-link {
		padding-left: 4px;
		padding-right: 4px;
	}
}

@media (min-width: 992px) {

	.dark .floating-nft-header .menu-item:not(:hover):not(.current) .menu-link {
		color: #EEE !important;
	}
	.slider .lead {
		font-size: 28px;
	}
	#slider .h-auto .swiper-wrapper {
	    height: 100%;
	}
	.menu-link.current::after {
		content: '';
	    width: 6px;
	    height: 6px;
	    background-color: var(--lightblue);
	    position: absolute;
	    left: 50%;
	    transform: translateX(-3px);
	    margin-top: 10px;
	}

	.opacity-on-hover .menu-container > .menu-item > .menu-link {
	    transition: color .3s ease;
	    color: #fff !important;
	    opacity: 1;
	}

	.opacity-on-hover .menu-container:hover > .menu-item:not(:hover):not(.current) > .menu-link { 
		opacity: 0.5 !important;
	}
}

@media (max-width: 991px) {
	.content-wrap {
		padding: 40px 0;
	}

	.half-bluesection, .half-section {
		padding: 0 12px;
	}
	.section {
		padding: 40px 0;
		margin: 40px 0;
	}
	.mobile-overflow-hidden {
		overflow: hidden;
	}
	.badge-slider {
		height: 50px;
		max-height: 50px;
	}

	.slider-single.min-vh-40 {
		height: 40vh;
	}

	#slider {
	    justify-content: start;
	}
	.slider-single p {
	    font-size: 1.125rem
	}

	.tabs-mobile {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
	}
	.slider-caption h2 {
	font-size: 2.0rem;
	}

	.card-padding {
		padding: calc(var(--bs-gutter-x)* 0.5);
	}
	.slider-elearning {
		height: 240px;
	}
	.button-functions {
	    background: var(--cnvs-link-color);
	    border: 1px solid var(--cnvs-link-color);
	    padding: 7px;
	    display: block;
	    position: relative;
	    text-align: center;
	    color: #fff;
	    margin-top: 10px;
	    font-size: 18px;
	    font-family: 'LigaPortugal', sans-serif;
	    letter-spacing: 1px;
	    font-weight: 400 !important;
	    display: flex;
	    justify-content: center;
	}
	.button-darkblue, .button-lightblue {
		width: 100%;
		text-align: center;
	}

	#header-wrap #logo img {
	    height: 80px;
	    padding: 5px;
    }
    .ellipsis2-mobile {
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	}
	.speakers_short {
    	padding-left: 10px;
    	padding-right: 10px;
	}

	.speakers_short p {
		font-size: 14px;
		word-wrap: break-word;
	}
	.speakers_short h3 {
		line-height: normal;
	}
}