.main-content {
	padding-top: 0;
}

.simple-theme {
	padding-top: 48px;
	padding-bottom: 48px;
	background-color: #f7f7f7;
	margin-bottom: 60px;
}

#content-page .main-content pre {
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	background: #eb5f2d;
	border-radius: 30px;
	padding: 8px 25px;
	display: flex;
	margin-bottom: 20px;
	text-align: center;
	margin-right: auto;
	align-items: center;
	justify-content: center;
	max-width: fit-content;
	font-family: 'DIN Next LT Pro';
}

#content-page .main-content table {
	width: 100%;
	border-collapse: collapse;
}

#content-page .main-content table td {
	color: #003886;
	padding: 3px 8px;
	border: 1px solid #003886;
}

.special-theme h2,
.special-theme strong {
	font-weight: 700;
}

.special-theme h2 {
	text-transform: uppercase;
}

.special-theme p {
	padding: 0;
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 20px;
}

.special-theme .banner {
	padding: 48px 0;
	position: relative;
	min-height: 520px;
	margin-bottom: 80px;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.special-theme .banner::before,
.special-theme .banner::after {
	z-index: 10;
	content: "";
	display: block;
	height: 16px;
	position: absolute;
	background: #003886;
	pointer-events: none;
}

.special-theme .banner::before {
	top: 0;
	right: 0;
	width: 40%;
}

.special-theme .banner::after {
	left: 0;
	bottom: 0;
	width: 55%;
}

.special-theme .banner .l-column {
	flex: 0 0 55%;
	max-width: 55%;
}

.special-theme .banner .s-column {
	flex: 0 0 39%;
	max-width: 39%;
}

.special-theme .banner .photo {
	text-align: center;
}

.special-theme .banner .photo img {
	width: 80%;
	height: auto;
	max-width: 633px;
}

.special-theme .banner .text {
	max-width: 390px;
	margin-left: 48px;
}

.special-theme .banner .text h2,
.special-theme .banner .text h3,
.special-theme .banner .text p {
	color: #FFFFFF;
	text-align: left;
	line-height: 100%;
	margin-bottom: 16px;
}

.special-theme .banner .text h2 {
	font-size: 48px;
	text-transform: uppercase;
}

.special-theme .banner .text h3 {
	font-size: 28px;
	font-weight: 400;
	text-transform: uppercase;
}

.special-theme .banner .text .organization small {
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	text-align: center;
	margin-top: 12px;
}

.special-theme .about,
.special-theme .about .event {
	margin-bottom: 120px !important;
}

.special-theme .about .text h2 {
	color: #003886;
	font-size: 36px;
	line-height: 100%;
}

.special-theme .about .text p {
	color: #151515;
}

.special-theme .about .photo {
	overflow: hidden;
	position: relative;
	padding-bottom: 8px;
}

.special-theme .about .photo img {
	border-radius: 64px;
	border-bottom-right-radius: 0;
}

.special-theme .about .photo::before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 8px;
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	border-radius: 64px;
	border-bottom-right-radius: 0;
	background: linear-gradient(249.8deg, rgba(175, 199, 62, 0.64) -1.01%, rgba(130, 172, 108, 0.64) 44.46%, rgba(15, 102, 226, 0.64) 100%);
	background-blend-mode: screen;
}

.special-theme .about .photo::after {
	right: 0;
	bottom: 0;
	content: "";
	display: block;
	height: 16px;
	width: 67%;
	position: absolute;
	background: #003886;
	pointer-events: none;
}

.special-theme .about .l-column {
	flex: 0 0 55%;
	max-width: 55%;
}

.special-theme .about .s-column {
	padding: 32px;
	flex: 0 0 40%;
	max-width: 40%;
}

.special-theme .about .cards {
	gap: 8px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.special-theme .about .cards .card {
	width: calc(25% - 8px);
	padding: 42px 25px 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	border: none;
}

.special-theme .about .cards .card p {
	color: #FFFFFF;
	text-align: left;
	font-size: 26px;
	font-weight: 700;
	line-height: 100%;
	text-transform: uppercase;

	gap: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
}

.special-theme .about .cards .card p.center {
	padding: 0 30px;
	text-align: center;
}

.special-theme .about .cards .card p strong {
	font-size: 64px;
	line-height: 100%;
}

.special-theme .themes {
	padding: 64px 0;
	position: relative;
	text-align: center;
	margin-bottom: 64px;
	background: linear-gradient(96.84deg, #FAFAFA 0%, #F7F7F7 100%);
}

.special-theme .themes::before,
.special-theme .themes::after {
	z-index: 10;
	content: "";
	display: block;
	height: 16px;
	position: absolute;
	background: #003886;
	pointer-events: none;
}

.special-theme .themes::before {
	top: -8px;
	right: 0;
	width: 50%;
}

.special-theme .themes::after {
	left: 0;
	bottom: -8px;
	width: 50%;
}

.special-theme .themes .initial {
	margin: 0 auto;
	max-width: 584px;
	padding-bottom: 16px;
}

.special-theme .themes .initial h2 {
	font-size: 36px;
	line-height: 100%;
	margin-bottom: 16px;
	color: #003886;
}

.special-theme .themes .initial p {
	color: #151515;
	font-size: 15px;
	line-height: 27px;
}

.special-theme .themes .slide-themes .item-theme {
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #E9E9E9;
	border-radius: 32px;
	padding: 32px;
	min-height: 475px;
}

.special-theme .themes .slide-themes .item-theme img {
	margin: 0 auto 24px;
}

.special-theme .themes .slide-themes .item-theme h3 {
	color: #003886;
	font-size: 32px;
	font-weight: 700;
	line-height: 100%;
	margin-bottom: 12px;
}

.special-theme .themes .slide-themes .item-theme hr {
	opacity: 16%;
	border-bottom: 1px solid #003886;
	margin-bottom: 18px;
}

.special-theme .themes .slide-themes .item-theme .topics {
	color: #151515;
	font-size: 20px;
	font-weight: 400;
	line-height: 100%;
	text-align: left;

	padding-left: 24px;
	border-left: 6px solid;
	border-image: linear-gradient(180deg, #F28B1A 0%, #FFDB05 100%) 1 100%;
}

.special-theme .themes .slide-themes .item-theme .topics span {
	display: block;
	margin-bottom: 15px;
}

.special-theme .sponsors {
	padding: 80px 0;
	text-align: center;
}

.special-theme .sponsors .initial {
	max-width: 584px;
	margin: 0 auto 48px;
}

.special-theme .sponsors .initial h2,
.special-theme .sponsors h3 {
	color: #003886;
	font-weight: 700;
	line-height: 100%;	
}

.special-theme .sponsors .initial h2 {
	font-size: 36px;
}

.special-theme .sponsors h3 {
	font-size: 24px;
	margin-bottom: 26px;
	text-transform: uppercase;
}

.special-theme .sponsors .sponsors-block {
	width: 80%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.special-theme .sponsors .brands {
	margin-bottom: 80px;
	padding-bottom: 16px;
}

.special-theme .sponsors .brands .items {
	gap: 16px 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.special-theme .sponsors .brands .items img {
	flex:  0 0 auto;
	width: 148px;
	height: 96px;
	max-width: 320px;
	object-fit: contain;
	object-position: center;
}

.special-theme .sponsors .brands.patrocinio_master .items img {
	width: 480px;
	height: auto;
	max-width: max-content;
}

.special-theme .sponsors .brands.speed_dating .items img {
	max-width: 185px;
}

.special-theme .slick-prev, 
.special-theme .slick-next {
	width: 40px;
	height: 40px;
}

.special-theme .slick-prev {
	left: -10px;
}

.special-theme .slick-next {
	right: -10px;
}

.special-theme .slick-prev:before, 
.special-theme .slick-next:before {
	opacity: 1;
	color: #151515;
	font-size: 40px;
}

.special-theme .come-back {
    padding: 8px 25px;
    background: #F19F38;
    border-radius: 30px;
    margin-right: auto;
    margin-bottom: 60px;
    transition: background 0.3s ease;

    display: flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;

    color: #151515;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'DIN Next LT Pro' !important;
}

.special-theme .come-back:hover {
	background: #ffdb00;
	text-decoration: none;
}

.brands.patrocinio_master {
	flex: 0 0 100%;
}

.brands.patrocinio {
	flex: 0 0 100%;
}

.brands.startup {
	flex: 0 0 100%;
}

.brands.apoio {
	flex: 1;
}

.brands.speed_dating {
	flex: 1;
}

.brand.apoio_institucional {
	flex: 0 0 100%;
}

@media (min-width: 1520px) {
	.col-xx-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
}

@media (max-width: 1439px) {
	.special-theme .about .cards .card {
		padding: 40px 12px 30px;
	}

	.special-theme .about .s-column {
		padding: 16px;
	}
}

@media (max-width: 1199px) {
	.special-theme .about .s-column,
	.special-theme .banner .s-column,
	.special-theme .about .l-column,
	.special-theme .banner .l-column {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.special-theme .about .s-column,
	.special-theme .banner .l-column {
		margin-bottom: 60px;
	}

	.special-theme .about .cards .card {
		width: calc(33.33% - 8px);
	}

	.special-theme .about .photo img {
		width: 100%;
	}

	.special-theme .banner .text {
		max-width: 80%;
		margin: auto;
		text-align: center;
	}

	.special-theme .banner .text h2,
	.special-theme .banner .text h3,
	.special-theme .banner .text p {
		text-align: center;
	}

	.special-theme .banner .photo img {
		width: 60%;
	}
}

@media (max-width: 991px) {
	.special-theme .banner .text {
		max-width: 100%;
	}

	.special-theme .about .cards .card p {
		font-size: 22px;
	}

	.special-theme .sponsors .sponsors-block {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.special-theme .about .cards .card {
		width: calc(50% - 8px);
	}

	.special-theme .sponsors h3 {
		font-size: 20px;
	}

	.special-theme .sponsors .brands {
		padding-bottom: 0;
	}

	.special-theme .sponsors .brands .items {
		gap: 24px 32px;
	}

	.special-theme .sponsors .brands .items img {
		width: 96px;
		height: 48px;
	}

	.special-theme .sponsors .brands.patrocinio_master .items img {
		max-width: 100%;
	}
}

@media (max-width: 575px) {
	.special-theme .about .cards .card {
		width: 100%;
	}

	.special-theme .about .s-column {
		margin-bottom: 0;
	}

	.special-theme .about .text h2,
	.special-theme .themes .initial h2,
	.special-theme .sponsors .initial h2 {
		font-size: 28px;
	}

	.special-theme .about .photo img,
	.special-theme .about .photo::before {
		border-radius: 24px;
		border-bottom-right-radius: 0;
	}

	.special-theme .themes .slide-themes .item-theme .topics {
		padding-left: 16px;
	}
}

@media (min-width: 992px) {
	.special-theme .slider-speaker .block--slider-speaker .item:hover:before {
		background: linear-gradient(323.09deg, rgba(0, 0, 0, 0.2) 0%, rgba(15, 102, 226, 0) 100%);
		background-blend-mode: normal;
		mix-blend-mode: normal;
	}
}

.special-theme .slider-speaker h2 {
	text-align: center;
}

.get-your-tickets-now {
	display: block;
	width: fit-content;
	margin: 0 auto;
	padding: 8px 25px;
    background: #003886;
    border-radius: 30px;
	margin-top: 50px;
    margin-right: auto;
    margin-bottom: 60px;
    transition: background 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
    color: white;
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'DIN Next LT Pro' !important;
}

.get-your-tickets-now:hover {
	color: white;
}

@media (max-width: 992px) {
	.get-your-tickets-now {
		font-size: 20px;
	}
}

.slider-speaker {
	padding-top: 48px;
	padding-bottom: 48px;
}

.slider-speaker .block--slider-speaker {
	margin-bottom: 32px;
}

.slider-speaker .block--slider-speaker .slide {
	padding: 0 12px;
}

.slider-speaker .block--slider-speaker .item {
	min-height: 407px;
	position: relative;
	overflow: hidden;
	border-radius: 24px;
}

.slider-speaker .block--slider-speaker .item:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	opacity: 0;
	z-index: 2;

	content: '';
	display: block;
	position: absolute;
	border-radius: 24px;
	pointer-events: none;
	mix-blend-mode: screen;
	transition: opacity 0.4s ease;
}

.slider-speaker .block--slider-speaker .item>img {
	width: 100%;
	height: auto;
	min-height: 320px;
	object-fit: cover;
	object-position: center;
}

.slider-speaker .block--slider-speaker .details {
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 12px;
	position: absolute;

	min-height: 111px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top-left-radius: 24px;
	background: linear-gradient(99.32deg, #0F66E2 0%, #003886 98.76%);
}

.slider-speaker .block--slider-speaker .details:after {
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;

	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	opacity: 32%;
	mix-blend-mode: overlay;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center right;
	background-image: url(../img/bg-details.png);
}

.slider-speaker .block--slider-speaker .details>div {
	text-align: center;
}

.slider-speaker .block--slider-speaker .details h3 {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 4px;
}

.slider-speaker .block--slider-speaker .details small {
	color: #FFFFFF;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
}

.slider-speaker .block--slider-speaker .splide__pagination {
	margin-bottom: 32px;
	display: flex;
	pointer-events: auto;
	position: relative;
	align-items: center;
	justify-content: center;
}

.slider-speaker .block--slider-speaker .splide__pagination li {
	display: block;
	margin: 0 6px !important;
	list-style: none;
	width: auto;
	height: auto;
}

.slider-speaker .block--slider-speaker .splide__pagination li button {
	margin: 0;
	padding: 0;
	width: 48px;
	height: 6px;
	opacity: 20%;
	border-radius: 8px;
	outline: none;
	transition: opacity 0.3s ease;
	background: linear-gradient(93.79deg, #1C6AD8 0%, #003886 99.99%, #1C6AD8 100%);
}

.slider-speaker .block--slider-speaker .splide__pagination li button:before {
	background: transparent !important;
}

.slider-speaker .block--slider-speaker .splide__pagination li button.is-active {
	opacity: 100%;
}

.slider-speaker .block--slider-speaker .splide__arrow--prev,
.slider-speaker .block--slider-speaker .splide__arrow--next {
	display: block;
	width: 40px;
	height: 40px;
	background-size: 20px;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;

	top: 50%;
	cursor: pointer;
	position: absolute;
	transform: translateY(-50%);
	transition: 0.3s ease;
}

.slider-speaker .block--slider-speaker .splide__arrow--prev {
	left: -42px;
	background-image: url(../img/prev_arrow.png);
}

.slider-speaker .block--slider-speaker .splide__arrow--next {
	right: -42px;
	background-image: url(../img/next_arrow.png);
}

.slider-speaker .block--slider-speaker .progress {
	display: none;
}

@media (min-width: 992px) {
	.slider-speaker .block--slider-speaker .item:hover:before {
		opacity: 1;
		background: linear-gradient(323.09deg, #0F66E2 5.35%, rgba(15, 102, 226, 0) 100%);
		background-blend-mode: screen;
	}

	.slider-speaker .block--slider-speaker .slick-speaker-prev:hover {
		background-image: url(../img/prev_arrow-active.png);
	}

	.slider-speaker .block--slider-speaker .slick-speaker-next:hover {
		background-image: url(../img/next_arrow-active.png);
	}
}

@media (max-width: 1199px) {
	.slider-speaker .block--slider-speaker .slick-speaker-prev {
		left: -5px;
	}

	.slider-speaker .block--slider-speaker .slick-speaker-next {
		right: -5px;
	}

	.slider-speaker {
		padding: 48px 45px;
	}
}

/* @media (max-width: 991px) {
	.slider-speaker .block--slider-speaker .slick-speaker-prev {
		left: -28px;
	}

	.slider-speaker .block--slider-speaker .slick-speaker-next {
		right: -28px;
	}
} */

@media (max-width: 575px) {
	.slider-speaker h2 {
		padding: 0 15px;
	}

	.slider-speaker {
		padding: 0;
		max-width: 100%;
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.slider-speaker .block--slider-speaker .progress {
		height: 8px;
		display: block;
		margin: 0 20px;
		border-radius: 8px;
		background: #EAF2FF;
		margin-top: 24px;
	}

	.slider-speaker .block--slider-speaker .progress .bar {
		width: 48px;
		height: 8px;
		position: relative;
		border-radius: 8px;
		transition: all 0.3s ease;
		background: linear-gradient(93.79deg, #1C6AD8 0%, #003886 99.99%, #1C6AD8 100%);
	}

	.slider-speaker .block--slider-speaker .slide {
		padding: 0;
		padding-right: 12px;
	}

	.slider-speaker .block--slider-speaker .slick-dots {
		margin: 0 22px;
		max-width: calc(100% - 44px);
		border-radius: 80px;
		background: rgba(28, 106, 216, 0.1);
	}

	.slider-speaker .block--slider-speaker .slick-dots li {
		flex: 1;
		margin: 0 !important;
	}

	.slider-speaker .block--slider-speaker .slick-dots li button {
		opacity: 0%;
		width: 100%;
	}

	.slider-speaker .block--slider-speaker .item {
		min-height: 278px;
	}

	.slider-speaker .block--slider-speaker .item>img {
		min-height: 220px;
	}

	.slider-speaker .block--slider-speaker .details {
		min-height: 82px;
		padding: 0 15px;
	}

	.slider-speaker .block--slider-speaker .details h3 {
		font-size: 16px;
		line-height: 18px;
	}

	.slider-speaker .block--slider-speaker .details small {
		font-size: 12px;
		line-height: 14px;
	}
}