@charset "UTF-8"; 
/*!	
 *	Projeto Fórum Abracorp 2025
 *  -----------------
 *	Desenvolvido por Appx.digital < appx.digital >
 *  Autor: Bruno Guerreiro 
 *	Data: 16.09.2023 - Versão: 2.0
 *
 *  codificado a mão, em {são paulo}
 */


/*-------------------------------------
Base
-------------------------------------*/
/*** genéricos e resets ***/
html,body{
	background-color: #ffffff;
	font-size:10px;
	font-family: "Inter", Arial, sans-serif;
}
body{
	
}
p{
	font-family: "Inter", Arial, sans-serif;
	font-size: 1.25rem;
	line-height: 140%;
	letter-spacing: 0.2px;
}
strong, b{
	font-weight: bold;
}
em{
	font-style: italic;
}
p code {
	padding: 2px 4px;
	color: #C7254E;
	background-color: #FAFAFC;
	white-space: nowrap;
	border-radius: 4px;
	font-family: courier, monospace;
	border: 1px solid #E3E4E7;
	border-radius: 3px;
}
ul li{
	font-family: "Inter", Arial, sans-serif;
	font-size: 1.25rem;
	line-height: 89%;
}
/*** wrappers ***/
.wrap{
	margin: 0 auto;
	width: 1200px;
}


/*-------------------------------------
Variáveis
-------------------------------------*/
:root {
  --one-color: #092d2c;
  --accent-color: #00BCFC;
  --ciano-color: #00bcfc;
  --cinza-color: #6b6b6b;
  --cinzaescuro-color: #363636;
}


 /*-------------------------------------
Scroll Out
-------------------------------------*/
.animated.delay-75ms {
    -webkit-animation-delay: .25s;
    animation-delay: .25s;
}


 /*-------------------------------------
Overrides
-------------------------------------*/
/** main  **/
.btn-one{
	background-color: #00bcfc;
	border-bottom-color: #0078a0;
	color: #2e3a4b;
	text-shadow: 1px 1px 0 rgba(0, 189, 252, 0.25);
}
.btn-one:hover {background-color: #0078a0;}
.btn-border-one{
	border-color: rgba(0, 189, 252, 0.6);
	color: var(--accent-color);
}
/** superciano  **/
.btn-superciano{
	background-color: #052e59;
	border-bottom-color: #091c32;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(140, 140, 140, 0.5);
}
.btn-superciano:hover {background-color: #091c32;}
.btn-border-superciano{
	border-color: rgba(17, 116, 133, 0.6);
	color: #01a8c7;
}

/*** override owl ***/
.owl-carousel .owl-item img{
	width: auto;
}
/*** magnific popup ***/
.mfp-container{
	background-image: linear-gradient(45deg, rgb(66 186 196 / 70%), rgb(0 14 66 / 70%) );
}
/*-------------------------------------
Estrutura geral
-------------------------------------*/
/*** topo e menu ***/
header{
	display: block;
	width: 100%;
	height: 70px;
	position: relative;
	z-index: 100;
	margin-bottom: -70px;
}
#logo{
	position: absolute;
	top: 86px;
	left: 70px;
	opacity: 1;
	transition: all .3s ease;
}
nav.menu-desktop{padding: 12px;}
.menu{
	text-align:center;
}
.menu li{
}
.menu li a{
	font-family:  "Inter", Arial, sans-serif;
	font-weight: bold;
	font-size: 1.45rem;
	padding: 1.8rem 1.8rem;
	color: #02548e;
	text-decoration: none;
	border-radius: 2px;
	letter-spacing: 1px;
}
.menu li.menu-link__inscrevase a{
	background-color: #febf00;
	color: #2e3a4b;
}

.menu li.menu-link__expo > a:first-child{
	background-color: #604594;
	color: #fff;
}

.menu li.menu-link__hosted{
	margin-left: 15px;
	margin-right: 15px;
	vertical-align: middle;
}
.menu li.menu-link__hosted a{
	background-color: var(--ciano-color);
	color: #fff;
}
.menu li a:hover{
	background-color: #60d4ff;
	color: #041933;
	font-weight: bold;
}

/** superfish obrigatório **/
.sf-menu{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/** skin submenu fachada **/
.sf-menu {
	
}
.sf-menu ul {
	min-width: 12em;
	background: rgb(45 80 124);
	box-shadow: 0 0 10px rgb(66 186 196 / 30%);
}
.sf-menu a {
	padding: 12px 30px;
	text-decoration: none;
	font-size: 1.5rem;
}
.sf-menu a {
	color: #fff;
}
.sf-menu li {
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; 
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu > li > a{
	border-left: 1px solid rgba(255, 255, 255, 0.08);
}
.sf-menu > li:first-child > a{
    border-left: 0;
}
.sf-menu ul li {
}
.sf-menu ul ul li {
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	background: rgba(255, 255, 255, 0.199);
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: #02548e;
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: #fff; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}

/*** gaveta e menu mobile ***/
#mobile-btn {
	display: none;
	font-size: 1.3rem;
	font-weight: bold;
	background-color:  var(--accent-color);
	color: #2e3a4b;
	padding: 12px;
	cursor: pointer;
	position: absolute;
	left: 10px;
	top: 13px;
	border: 0;
	border-radius: 6px;
	transition: all .55s;
}
.fixed #mobile-btn{
	top: 13px;
	left: 10px;
	font-size: 1.3rem;
	padding: 8px;
	transition: all .55s;
}
#gaveta-mobile{
	display: none;
	visibility: hidden;
	-webkit-transform: translateX(-500px);
	transform: translateX(-500px);
	transition: transform 0.30s linear;
	box-shadow: 2px 0px 10px rgb(16 25 70);
	padding: 15px;
	background-image: url(../img/grafismo_3_top.png) ,  linear-gradient(159deg, #013D73 40%, #02548E 100%);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#gaveta-mobile.active{
	-webkit-transform: translateX(0);
	transform: translateX(0);

	transition: -webkit-transform 0.40s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: transform 0.40s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#gaveta-mobile #logo{
	width: 100%;
	top: 0;
	left: 0;
	position: relative;
}
.gaveta__menu li{
	width: 100%;;
}
.gaveta__menu li a{
	font-size: 1.75rem;
	color: #fff;
	padding: 16px 0;
	display: inline-block;
	width: 100%;
}
.gaveta__menu li ul{
    border-left: 3px solid rgba(255, 255, 255, 0.05);
    padding: 0 0 0 20px;
}
.gaveta__info{
	padding: 20px 0;
}
.gaveta__local,
.gaveta__data{
	font-family: "Inter", Arial, sans-serif;
	font-weight: bold;
	font-size: 1.75rem;
	color: var(--accent-color);
	text-transform: uppercase;
	line-height: 105%;
	letter-spacing: 0.15rem;
}
.gaveta__local span,
.gaveta__data span{
	font-size: 1.0rem;
	color: rgba(255, 255, 255, 0.42);
}

#cortina-mobile{
	width: 0;
	height: 0;
	position: fixed;
	top:0;
	left:0;
	background-color: rgb(0 0 0 / 70%);
	z-index: 999;
	opacity: 0;
	transition: opacity 0.30s linear;
}

/** menu idiomas **/
#topo-idiomas{
	position: absolute;
	right: 5px;
	top: 14px;
	z-index: 600;
}
.fixed-header #topo-idiomas{
	top: 10px;
}
#topo-idiomas ul li{
	
}
#topo-idiomas ul li i.fa-globe{
	color: var(--accent-color);
}
#topo-idiomas ul li i{
	vertical-align: middle;
}
#topo-idiomas ul li a{
	color: #fff;
	font-size: 1.25rem;
	display: block;
	padding: 15px 5px;
	text-decoration: none;
	vertical-align: middle;
	text-transform: uppercase;
}
#topo-idiomas ul li a:hover{
	color: #fff;
	text-decoration: underline;
}
#topo-idiomas ul ul{
	display: none;
	box-shadow: 0px 0px 3px rgba(39, 39, 39, 0.6);
	background-color: var(--accent-color);
}
#topo-idiomas ul li:hover ul{
	display: block;
}
#topo-idiomas ul ul li a{
	padding-left: 20px;
}


/*** main ***/
main{
	display: block;
	width: 100%;
}

/*** fixed header ***/
header,
#logo,
nav.menu-desktop,
.menu li a{
}
.fixed-header header{
	position: fixed;
	z-index: 121;
	background: #d3f4ff;
	background-size: cover;
	height: 57px;
	box-shadow: 0 0 20px rgba(19, 47, 70, 0.4);
}
.fixed-header #logo{
	width: 140px;
	top: 4px;
	opacity: 1;
}
.fixed-header nav.menu-desktop{padding: 6px;}
.fixed-header .menu li a{
	font-size: 1.25rem;
}
.fixed-header header,
.fixed-header #logo,
.fixed-header nav.menu-desktop,
.fixed-header .menu li a{
	-webkit-transition: all .55s cubic-bezier(.55,0,.1,1) , border .1s;
	-moz-transition: all .55s cubic-bezier(.55,0,.1,1) , border .1s;
	transition: all .55s cubic-bezier(.55,0,.1,1) , border .1s;
}
.fixed-header #mobile-btn{
	top: 9px;
}
.fixed-header body{
	padding-top: 96px;
}
/*** contato rodapé ***/
.footer-contato{
	background-color: #E5E5E5;
	padding: 30px 0;
}
.footer-contato__organizacao{
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 11px;
	color: var(--accent-color);
}
.footer-contato__logo{
	width: fit-content;
}
.footer-contato__alagev-logo{
	width: 22.0rem;
}
.footer-contato__txt{
	text-align: right;
	color: #2D0D49;
	margin-top: 23px;
}
.footer-contato__txt a{
	color: var(--accent-color);
	word-break: break-all;
}
/*** rodape ***/
footer{
	display: block;
	width: 100%;
	position: relative;
	background: #02548E;
}
.footer__wrap{padding: 70px 0 15px 0;}
.rr-links{
	color: #fff;
	font-size: 1.2rem;
}
.rr-links span{
	margin-right: 15px;
}
.rr-links a{
	border-radius: 100%;
	border: 1px solid rgba(255, 255, 255, 0.33);
	display: inline-block;
	padding: 7px 7px;
	color: #FFF;
	text-align: left;
	margin-right: 2px;
	font-size: 1.5rem;
}
.rr-links a:hover{
	background-color: var(--ciano-color);
	color: #ffffff;
}
.footer__label{
	font-size: 1.4rem;
	color: var(--accent-color);
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.footer__info{
	font-weight: 100;
	font-size: 2.0rem;
	line-height: 135%;
	color: #fff;
}
.footer__info span{
	font-size: 1.55rem;
	color: #fff;
}
.footer__subinfo{
	font-weight: 100;
	font-size: 1.45rem;
	line-height: normal;
	color: #fff;
	margin-top: 5px;
}
.footer__sociais{}
.footer__data{
}
.footer__logo{
	text-align: right;
}
.footer__local{
	text-align: left;
}
.footer-patrocinadores{
	background-color: #ffffff;
	padding: 25px 0;
}
.footer__contato{
	margin: 31px 0;
	color: #fff;
}
.footer__contato span{
	color: #000000;
}
.footer__contato--pagina{
	font-size: 1.85rem;
	text-align: left;
	color: #000;
}
.footer__line-links{
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 50px;
}

/*** smooth ***/
/** 
body main,
body footer{
	opacity: 1;
	transition: .45s all;
}
body.loading main,
body.loading footer{
	opacity: .0;
	transition: none;

	-ms-transform: scale(1.01); 
	-webkit-transform: scale(1.01); 
	transform: scale(1.01);
}
body.loadexit main,
body.loadexit footer{
	opacity: .0;
	transition: .15s opacity;
}
*/
/*-------------------------------------
Responsividade estrutura
-------------------------------------*/
/*** responsividade ***/

@media (max-width: 1200px) and (min-width: 992px){
	/** desktops menores **/
	html,body{
		font-size: 9px;
	}
	.wrap{
		width: 960px;
	}
}

@media  (max-width: 991px){
	/** tablets e mobile **/
	html,body{
		font-size: 9px;
	}
	.wrap{
		width: 90%;
	}
	header{
		height: 65px;
	}
	.logo__wrap{
		width: 100%;
		text-align: center;
	}
	#logo{
		display: inline-block;
		width: 170px;
		float: none;
		margin-top: 5px;
		left: 0;
	}
	.fixed-header #logo{
		width: 130px;
		top: 3px;
	}
	nav.menu-desktop{
		display: none;
	}
	#logo{
		position: relative;
		top: 0px;
	}
	#gaveta-mobile{
		visibility: visible;
		width: 80%;
		max-width: 400px;
		height: 100%;
		overflow: scroll;
		position: fixed;
		top:0;
		left:0;
		z-index:1000;
		display: block;
	}
	#gaveta-mobile #logo{
		opacity:  1 !important;
	}
	#cortina-mobile.active{
		width: 100%;
		height: 100%;
		opacity: 1;
		transition: opacity 0.30s linear;
	}
	#mobile-btn {
		display: block;
	}

	.footer-contato__logo img{
		width: 100%;
	}
	.footer-contato__txt{
		text-align: center;
	}
	footer{
		height: auto;
		text-align: center;
	}
	.footer__wrap{
		padding: 5px 0;
	}
	.footer-contato__wrap{
		text-align: center;
	}
	.footer-contato__logo{
		width: unset;
	}
	.footer__data, .footer__local{
		display: none;
	}
	.footer__sociais, .footer__data, .footer__logo,
	.footer__local{
		text-align: center;
		margin: 25px 0;
	}
	.footer__line-links{
		padding-bottom: 0;
	}
	#container-logo{
		margin-top: 0 !important;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	/** tablets **/
}

@media (max-width: 767px){
	/** mobile **/
}
/*-------------------------------------
Home
-------------------------------------*/

/*** home sponsors ***/
.home-partners{
	padding: 30px 0;
	background-color: #ffffff;
}
.home-partners__tit{
	text-align: center;
	font-size: 1.5rem;
	color: #10253f;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}
/** carousel sponsors **/
.home-carousel{
	width: 100%;
	position: relative;
}
.home-carousel .owl-item li{
	padding: 20px;
	background-color: #fff;
}
.home-carousel .owl-item img{
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}
.owl-item{
	transform: translate3d(0, 0, 0); /* hack para smooth animations */
}
.home-carousel .owl-nav{
	position: absolute;
	margin: 0;
	top: 50%;
	width: 100%;
	margin-top: -10px;
}
.home-carousel .owl-prev,
.home-carousel .owl-next{
	position: absolute;
	border-radius: 100%;
	padding: 12px 15px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
}
.home-carousel .owl-prev{
	left: -18px;
}
.home-carousel .owl-next{
	right: -18px;
}
.home-carousel .owl-nav [class*=owl-]{
	background-color: #ffffff;
	border: 0;
	color: var(--accent-color);
}

/*** home intro ***/
.home-intro__infos{
	display: flex;
	gap: 6rem;
	justify-content: center;
}
.home-intro__infos p{
	color: #fff;
	font-size: 1.9rem;
	font-weight: 300 !important;
	margin: 1rem 0;
}
.home-intro__infos p i{
	color: var(--accent-color);
	margin-right: 1rem;
}


/*** contador ***/
.contador{
	background-color: #1d5787;
	text-align: center;
	padding: 22px 0px;
}
.contador .tit{
	font-size: 1.85rem;
	color: #fdff00;
	font-weight: bold;
}
.homecontador{
	text-align: center;
}
.homecontador li{
	display: inline-block;
	width: 100px;
	text-align: center;
	vertical-align: middle;
}
.homecontador .num{
	font-family: "Artifakt", Arial, Helvetica, sans-serif;
	font-size: 4.9rem;
	font-weight: bold;
	color: #fff;
}
.homecontador .unid{
	font-size: 1.55rem;
	font-weight: 100;
	color: #fff;
	text-transform: uppercase;
	line-height: 10px;
}
li.homecontador__sep{
	width: 30px;
	opacity: 0.1;
}
.homecontador .num.num--sep{

}

/*** responsividade ***/

@media (max-width: 1200px) and (min-width: 992px){
	/** desktop menores - lg **/
}

@media  (max-width: 991px){
	/** tablets e mobile - md **/
	.homecontador{
		margin-top: 3rem;
	}
}

@media (max-width: 767px){
	/** mobile - sm **/
}


.tit-comecou{
    font-size: 2.9rem;
    color: #000;
    font-weight: bold;
}
.subtit-comecou{
    font-size: 1.9rem;
    color: #000;
    font-weight: normal;
}
.subtit-comecou a{
    color: #000;
}


/*** banner city ***/
.banner-city{
	width: 100%;
	background-size: cover;
	position: relative;
	overflow: hidden;
	animation: xpanSpot linear infinite;
	animation-duration: 12000s;
	background-color: #fff;
}
.banner-city__logo{
	text-align: center;
	padding: 75px 0 40px 0;
	position: relative;
	z-index: 15;
}
.banner-city__logo img{
	width: 85%;
	padding-top: 3rem;
	max-width: 421px;
}
.banner-city__infos{
	text-align: center;

	position: relative;
	z-index: 15;
}
.banner-city__tit,
.banner-city__data{
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
}
.banner-city__tit{
	
	font-size: 3.7rem;
	font-weight: bold;

}
.banner-city__data{
	font-size: 2.7rem;
	font-weight: 100;
}

.banner-city__graf1{
    width: calc(25vw);
    height: 500px;
    display: block;
    background: transparent url('../img/ribbon.png') no-repeat left top;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 30px;
    pointer-events: none;
}

.banner-city__estrelas{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
    background: transparent url('../img/k_estrelas.png') repeat center center;
    mix-blend-mode: lighten;
    animation: panSpot linear infinite;
    animation-duration: 320s;
}
.banner-city__flames{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
    background: transparent url('../img/k_flame.png') repeat center center;
    mix-blend-mode: lighten;
    animation: panSpot linear infinite;
    animation-duration: 120s;
}


/*** responsividade ***/

@media (max-width: 1200px) and (min-width: 992px){
	/** desktop menores - lg **/
}

@media  (max-width: 991px){
	/** tablets e mobile - md **/
}

@media (max-width: 767px){
	/** mobile - sm **/

	.banner-city__graf1{
		width: 100%;
		height: 100%;
		top: 0rem;
		left: -11rem;
		opacity: 0.3;
	}
	.home-intro__infos{
		display:none;
	}
}


@keyframes panSpot {
	0% {
		background-position: left 10px;
	}
	100% {
		background-position: right -3000px;
	}
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*** slogan ***/
.home-slogan{
	text-align:  center;
	border-bottom: 1px solid #bdbdbd;
	padding: 10px 0 45px 0px;
}
.home-slogan h2{
	font-size : 3.1rem;
	color : #652D8E;
	font-weight: bold;
}
.home-intro{
	padding: 35px 0;
	text-align: justify;
}
.home-intro p{
	margin: 10px 0;
	line-height: 140%;
	font-size: 1.75rem;
}
.home-intro__framework{
	text-align: center;
}
.home-intro__framework img{
	width: 100%;
	max-width: 878px;
}

.home-topics{
	background-color: #EFEFEF;
	padding: 55px 0;
}
.home-topics__slogan{
	font-size : 2.4rem;
	color : #AE3893;
	line-height: 140%;
	text-align: center;
	margin-top: 58px;
}

.home-topics__grid{
	display: grid;
	grid-template-columns: 30px auto;
	grid-row-gap: 25px;
	grid-column-gap: 15px;
}

.home-topics__grid p{
	font-size: 1.60rem;
}
.home-topics__grid .tit{
	font-weight: bold;
}
.home-boxes{
	background: #ffffff;
	padding: 9rem 0;
	position: relative;
	padding-bottom: 0rem;
}
.home-boxes--half{
	background: transparent url('../img/bg_3.png?v=19102024') no-repeat center center;
	background-size: cover;
	padding: 5rem 0;
	position: relative;
	z-index: 35;
}
.home-boxes__row{
	padding: 15px 0;
}
.home-boxes a{
	text-decoration: none;
}
.home-boxes__txt p{
	margin: 2.5rem 0;
	margin-right: 2rem;
	font-size: 1.95rem;
	color: #000e42;
}
.home-boxes__data{
	font-size: 2.5rem;
	font-weight: bold;
	margin-top: 2.5rem;
}
.home-boxes__data i{
	color: #e63d28;
}
.home-boxes__tit{
	font-weight: bold;
	font-size: 3.5rem;
	color: #10253f;
	line-height: 140%;
}



.home-box{
	background-color: #0f0f0fa1;
	width: 100%;
	height: 100%;
	padding: 30px;
	box-shadow: 0 0 20px rgb(19 28 45 / 54%);
	min-height: 197px;
	position: relative;
	border-radius: 25px;
}
.home-box .tit{
	font-size: 2.3rem;
	font-weight: bold;
	color: #fff;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.home-box .desc{
	font-size: 1.75rem;
	font-weight: 100;
	color: #fff;
}
.home-box .ico{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 3.75rem;
	padding: 15px 30px;
	color: #ffc000;
}
.home-box .plus{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 2.5rem;
    padding: 10px 12px 5px 24px;
    background-color: var(--ciano-color);
    border-top-left-radius: 100%;
    display: none;
}
.home-box .plus i{
	color: #fff;
}
.home-box:hover .tit,
.home-box:hover .desc,
.home-box:hover .ico{
	color: var(--accent-color);
}
.home-box:hover .plus{
	background-color: var(--accent-color);
}

.tit-home{
	font-size: 2.85rem;
	color: var(--accent-color);
	font-weight: bold;
}
.home-highs{
	padding: 45px 0;
}

/** highlights **/
.home-highs .tit{
	font-weight: bold;
	font-size: 2.05rem;
}
.home-highs .desc{
	font-size: 1.65rem;
}
.home-highs__rio .tit{ color: #D64620; }
.home-highs__rio .home-video__bt{ color: #D64620; }

.home-highs__cpq .tit{ color: #652D8E; }
.home-highs__cpq .home-video__bt{ color: #652D8E; }

/** video **/
.home-video{
	display:block;
	width: 100%;
	height: 244px;
	position: relative;
	background-size: cover;
	margin: 20px 0 30px 0;
}
.home-video__bt-container{
	float: left;
	width: 100%;
	margin-top: 72px;
	text-align: center;
	cursor: pointer;
	color: #fff;
}
.home-video__bt{
	text-align: center;
	background-color: #ffffff;
	font-size: 4.8rem;
	border: 0;
	border-radius: 100%;
	box-shadow: 0 0 19px rgba(19, 19, 19, 0.7);
	transform: scale(1);
	transition: transform 0.5s ease-out;
	width: 100px;
	height: 100px;
	color: #271700;
}
.home-video:hover .home-video__bt{
	transform: scale(1.6);
	transition: all 1.2s ease-in-out;
	box-shadow: 0 0 25px rgba(19, 19, 19, 0.95);
}
/*** home motivos ***/
.home-motivos__tit{
	font-size: 3.25rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;;
}
.home-motivos__anterior{
	font-size: 1.8rem;
	color: #fff;
	text-align: center;
	margin-bottom: 55px;
}
.home-motivos{
	padding: 90px 0;
	background: #420e58 url('../img/bg_comofoi.jpg') no-repeat center center ;
	background-size: cover;
}
.home-motivos__ico{
	text-align: center;
	width: 200px;
	height: 200px;
	border: 8px solid rgba(255, 255, 255, 0.20);
	border-radius: 100%;
	margin: 0 auto;
}
.home-motivos__ico .ico{
	display: inline-block;
}
.home-motivos__ico .ico i{
	font-size: 6.75rem;
	color: var(--accent-color);
	margin-top: 45px;
}
.home-motivos__ico .num{
	font-size: 2.95rem;
	font-weight: bold;
	color: #fff;
}
.home-motivos__desc{
	text-align: center;
	font-size: 2.75rem;
	color: #fff;
	font-weight: bold;
	line-height: 100%;
	margin-top: 25px;
}
.home-motivos .btn-red{
	background-color: var(--accent-color);
}

/**** unav participe ****/
.unav-participe{
	padding: 8.5rem  0;
	background-color: #fff2cc;
	position: relative;
}
.unav-participe__tit{
	text-align: center;
	font-size: 3.2rem;
	color: var(--accent-color);
	margin: 3rem 0;
	font-weight: bold;
}
.unav-participe__box{
	border: 4px solid rgb(254 191 0);
	padding: 6rem;
	position: relative;
}
.unav-participe__label{
	position: absolute;
	top: -3rem;
	left: 0;
	width: 100%;
}
.unav-participe__label span{
	display: inline-block;
	padding: 1rem 4rem;
	background-color: #fff2cc;
	font-weight: bold;
	font-size: 3rem;
	color: #000000;
}
.unav-participe__box p{
	color: #000e42;
	font-size: 2.5rem;
	font-weight: 500;
	text-align: center;
	overflow-wrap: break-word;
}
.btn-respondagora{
	text-transform: uppercase;
	border-radius: 30px;
}
.unav-participe__graf{
    position: absolute;
    top: 10%;
    left: -142px;
    background: transparent url(../img/ribbon-1.png) no-repeat center center;
    background-size: contain;
    width: 540px;
    height: 640px;
    z-index: 40;
	pointer-events: none;;
}

/*** responsividade ***/

@media (max-height: 800px){
	/** monitores de notebook **/


}

@media (max-width: 1200px) and (min-width: 992px){
	/** desktops menores **/

}

@media  (max-width: 991px){
	/** tablets e mobile **/
	.banner-city{
		overflow: hidden;
		width: 100%;
		animation-duration: 80s;
		padding-bottom: 40px;
	}
	.banner-city__logo {
		padding: 50px 0 0 0;
	}
	.banner-city__logo img{
		width: 95%;
		max-width: unset;
	}
	.banner-city__tit{
		font-size: 3.0rem;
	}
	.banner-city__data{
		font-size: 2.0rem;
	}
	.hec-esq{
		display: none;
	}

	.home-partners{
	}
	.home-topics__slogan{
		margin: 0 0 30px 0;
	}

	
	.home-boxes__row .col-md-6{ margin-bottom: 35px; }
	.home-boxes__row .col-md-6:last-child{ margin-bottom: 0px; }
	.home-highs__rio{ margin-bottom: 35px; border-bottom: 1px solid silver; padding-bottom: 35px; }

	.home-motivos__ico{ margin-top: 55px; }

	.comofoi-lacte__info{
		margin: 0;
	}

	#home-carousel-logos{
		padding: 1rem;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	/** tablets **/
	.banner-city__logo img{
		width: 50%;
	}
}

@media (max-width: 767px){
	/** mobile **/
	.unav-participe__graf{
		opacity: 0.3;
	}
}


/*-------------------------------------
Interna - Patrocinadores
-------------------------------------*/
#patrocinadores p{
	text-align: justify;
	margin-bottom: 10px;
}
#patrocinadores h3{
	text-align: center;
	font-size: 1.75rem;
	font-weight: bold;
	color: #707070;
	margin: 5px 0;
	text-transform: uppercase;
}
.pat-div-container {
	padding: 15px 0;
	background-color: #efefef;
	margin: 25px 0;
}
.pat-box{
	width: 100%;
	min-height: 50px;
	text-align: center;
	padding: 5px 10px;
}
.pat-box a{
	display: inline-block;
	*display:inline;*zoom:1;
	border-top: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #a3a3a3;
	border-bottom: 1px solid #a3a3a3;
	margin: 5px 2px;
	box-shadow: 1px 1px 1px #bababa;
	-moz-box-shadow: 1px 1px 1px #bababa;
	-webkit-box-shadow: 1px 1px 1px #bababa;
	
	background-color: #fff;
	padding: 10px;
}
.pat-box img{

}
/*
.pat-div-special{
	width: 33.33%;
	float:left;
	border-bottom:0
}
*/
@media (max-width: 991px){
	.pat-div-special{
		width: 100%;
		float: none;
		border-bottom:0
	}
}


/*-------------------------------------
Fachada interna
-------------------------------------*/
.fachada{
	padding: 60px 0 35px 0;
	position: relative;
	background: #d3f4ff;
	background-size: cover;
	background-position: top center;
}
.fachada__mask{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.fachada__wrap{
	position: relative;
}
.fachada h1{
	font-family: "Inter", Arial, sans-serif;
	font-size: 4.3rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #02548e;
	text-align: center;
}
.fachada h2{
	font-family:  "Inter", Arial, sans-serif;
	font-size: 1.5rem;
	text-transform: uppercase;
	color: #da9024;
	text-align: center;
	text-shadow: 0 0 23px #00000063;
}
.fachada__colchete {
	z-index: 12;
	width: 100%;
	height: 124px;
	padding-top: 54px;
	top: 100px;
}
.fachada__info{
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}
.fachada__label{
	font-weight: bold;
	font-size: 1.2rem;
	color: #fff;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.fachada__label span{
	font-weight: 100;
	color: #00ffe1;
	font-size: 1.7rem;
	line-height: 105%;
}
.footer_info span{
	font-size: 1.55rem;
	color: #fff;
}

/*** responsividade ***/

@media (max-width: 1200px) and (min-width: 992px){
	/** desktops menores **/
}

@media  (max-width: 991px){
	/** tablets e mobile **/
	.fachada h1 {
		font-size: 4.3rem;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	/** tablets **/
}

@media (max-width: 767px){
	/** mobile **/
	.fachada__info{
		display:none;
	}
	.fachada{
		padding: 85px 0 15px 0;
	}
	.fachada__colchete{
		height: auto;
		padding: 20px 0;
	}
	.fachada h1 {
		font-size: 2.8rem;
	}
}

.oculta-fachada .fachada{
	display:none;
}

/*-------------------------------------
Interna - Inscreva-se
-------------------------------------*/
.light-tit{
	font-size: 30px;
	font-weight: 100;
	color: #4E4E4E;
	text-align: center;
	margin: 17px 0;
}
#inscricao .light-tit{
	text-align: center;
	margin: 45px 0;
}

/*** tabela de preço ***/
.tabela-preco {
	border: 2px solid #ccc;
	background-color: #fff;
	position: relative;
	overflow: hidden;
	padding-bottom: 40px;
	text-align: center;
}
.tabela-preco--selec {
	border: 2px solid #132f46;
}
span.tabela__orelha {
	background-color: #132f46;
	position: absolute;
	top: -26px;
	left: -73px;
	display: inline-block;
	width: 200px;
	padding: 50px 0px 13px 0px;
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	text-align: center;
	line-height: 18px;
	text-transform: uppercase;
	/* -webkit-transform: rotate(-45deg); */
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.tabela-preco__tit{
	color: #ba1c74;
	font-size: 26px;
	line-height: 26px;
	font-weight: 900;
	padding-top: 45px;
	padding-bottom: 20px;
	margin-bottom: 0;
}
.tabela-preco .price {
	padding-top: 10px;
	padding-bottom: 10px;
}
.tabela-preco .price span {
	font-size: 90px;
	line-height: 70px;
	font-weight: 900;
	letter-spacing: -2px;
}
.tabela-preco .price sup {
	font-size: 50px;
	font-weight: 900;
	top: -20px;
}
.tabela-preco .price-obs{
	font-style: italic;
	color: #585858;	
	margin-bottom: 15px;
}
.tabela-preco__lista {
	color: #444;
	font-size: 17px;
	line-height: 22px;
	font-weight: 500;
	padding: 10px 40px;
}
.tabela-preco__lista li {
	font-size: 1.45rem;
	padding: 8px 0;
	line-height: 130%;
}
.tabela-preco__lista li i{
	color: #00b49f;
	font-size: 1.65rem;
}

.btn-xlg{
	font-size: 2.2rem;
	padding: 18px 40px;
}

.link-cancelamento{
	text-align: center;
	margin: 15px 0 0 0;
}
.link-cancelamento a{
	color: #652d90;
	font-size: 1.3rem;
	font-weight: bold;
}

/*-------------------------------------
Interna - Palestrantes
-------------------------------------*/
.pal-lista{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 50px;
}
.pal-lista li{
	height: 355px;
	overflow: hidden;
}
.pal-lista__bg{
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 100%;
}
.pal-lista__avatar{
	border-radius: 100%;
	background-color: #ececec;
	overflow: hidden;
}
.pal-lista__avatar img{
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}
.pal-lista__txt {
	top: 273px;
	left: 0;
	width: 100%;
	padding: 15px 50px 15px 15px;
	color: #fff;
	height: 100%;
	transition: all .15s ease-out;
	background: #10253f;
	position: absolute;
}
.pal-lista__info .tit{
	font-size: 2.1rem;
	font-family:  "Inter", Arial, sans-serif;
	line-height: 100%;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.85);
}
.pal-lista__info .cargo{
	font-size: 1.1rem;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.85);
}
.pal-lista__desc {
	width: 100%;
	height: 82%;
	background-color: rgba(255, 255, 255, 0);
	padding: 10px 0px;
	overflow: auto;
	color: #ffffff;
	margin-top: 15px;
	height: calc( 100% - 87px );
	opacity: 0;
}
.pal-lista__button{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	font-size: 1.9rem;
	line-height: 205%;
	border: 0;
	color: #ffffff;
	background-color: var(--accent-color);
}


.pal-lista__button .fa-times{ display: none }


.desktop .pal-lista li:hover .pal-lista__txt,
.pal-lista li.selec .pal-lista__txt{
	top: 0;
}
.desktop .pal-lista li:hover .pal-lista__desc,
.pal-lista li.selec .pal-lista__desc{
	opacity: 1;
}
.desktop .pal-lista li:hover .pal-lista__info .tit,
.pal-lista li.selec .pal-lista__info .tit{
	color: #fff;
}

.pal-lista li:hover .pal-lista__txt,
.pal-lista li:hover .pal-lista__desc,
.pal-lista li:hover .pal-lista__info .cargo,
.pal-lista li.selec .pal-lista__txt,
.pal-lista li.selec .pal-lista__desc,
.pal-lista li.selec .pal-lista__info .cargo{
	transition: all .5s ease;
}


.pal-lista li:hover .pal-lista__button .fa-times{ display: block; }
.pal-lista li:hover .pal-lista__button .fa-plus{ display: none; }
.pal-lista li.selec .pal-lista__button .fa-times{ display: block; }
.pal-lista li.selec .pal-lista__button .fa-plus{ display: none; }

/** scroll **/
.pal-lista__desc::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
	border-radius: 10px;
}

.pal-lista__desc::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0,0,0,0.1);
  border: 1px solid #ccc;
}

.pal-lista__desc::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(left, #fff, #e4e4e4);
  border: 1px solid #aaa;
}

.pal-lista__desc::-webkit-scrollbar-thumb:hover {
  background: #fecf00;
}

.pal-lista__desc::-webkit-scrollbar-thumb:active {
  background: linear-gradient(left, #a2a2a2, #a2a2a2);
}


/*** responsividade ***/

@media (max-width: 1200px) and (min-width: 992px){
	/** desktops menores **/
	.pal-lista{
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 40px;
	}
}

@media  (max-width: 991px){
	/** tablets e mobile **/
	.pal-lista{
		grid-template-columns: 1fr 1fr;
		grid-gap: 40px;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	/** tablets **/
}

@media (max-width: 767px){
	/** mobile **/
	.pal-lista{
		grid-template-columns: 1fr;
		grid-gap: 20px;
	}
	.pal-lista li{
		height: auto;
	}
}

/*-------------------------------------
LEGADO ABAIXO
-------------------------------------*/
/*-------------------------------------
Interna - Programação
-------------------------------------*/

.prog-tit__desc{
	font-size: 1.5rem;
	text-align: center;
}
.prog-tit__desc a{
	color: #14949f;
}
.prog--item{
	padding: 18px 0;
	background-color: #fff;
	border-radius: 16px;
	margin: 20px 0;
}
.prog--item img, .prog--item object, .prog--item embed {
	max-width: 100%;
	height: auto;
}
.prog--data,
.prog--local{
	font-size: 18px;
	vertical-align: middle;
	color: var(--ciano-color);
	font-weight: bold;
}
.prog--local{
	font-style: italic;
	margin-top: 2px;
}
.prog--data i,
.prog--local i{
	font-size: 20px;
	vertical-align: baseline;
	color: #00bcfc;
}
.prog--tit{
	color: #02548e;
	font-size: 18px;
	font-weight: bold;
}
.prog__tira{
	margin: 20px 0;
}
.col-md-10 .prog__tira:first-child{margin-top: 0;}
.prog__tira p,
.prog__tira p img{
	display: inline-block;
	vertical-align: middle;
}
.prog__tira p{
	font-weight: bold;
	font-size: 1.4rem;
	font-style: italic;
}

.tit__forum--print{
	color: #632c8c;
	font-size: 2.35rem !important;
	font-weight: bold;
	margin: 40px 0 10px !important;
	padding-bottom: 10px;
	border-bottom: 5px solid #642c8c;
}
#programacao-itens .diaProg:first-child .tit__forum--print{
	margin-top: 0 !important;
}
.diaSelecao{
	position: relative;
	background: transparent url('../img/tracejado.png') repeat-x bottom right;
}
.diaSelecao a.active::before{
	position: absolute;
	width: 0;
	height: 0;
	bottom: -16px;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid var(--accent-color);
	content: " ";
	left: calc( 50% - 15px );
}

#box-prog-baixe{
	text-align: right;
	float: right;
	margin: 24px 0 0 0;
}
#box-prog-baixe a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	background-color: #fdfdfd;
	color: #ae3893;
	border: 0;
	display: inline-block;
}
#box-prog-baixe a:before {
	content: '';
	position: absolute;
	top: 0;
	left: -10px;
	width: 28px;
	height: 100%;
	background: #fdfdfd;
	transform: skewX(-20deg);
	z-index: 1;
}
.prog--bloco{
	margin-top: 16px !important;
}
.prog--blocotit{
	font-size: 16px;
	font-weight: bold;
	color: var(--accent-color);
}
.prog--blocotit span{
	font-style: italic;
}

.prog--bloco .poetry p{
	font-size: 14px;
	line-height: 140%;
}


.prog--pat .tit{
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}

.prog--pal{
	margin: 15px 0;
}
.prog--pal ul li{
	display: inline-block;
	width: 65px;
	height: 65px;
	border-radius: 100%;
	border: 3px solid var(--ciano-color);
	overflow: hidden;
	margin-right: 5px;
}
.prog--pal ul li:hover{
	border: 3px solid var(--cinzaescuro-color);
}


.prog--logos{
	clear: both;
    padding: 10px 0;
}
.prog--logos img{
	display: inline-block;
    border-top: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #a3a3a3;
    border-bottom: 1px solid #a3a3a3;
    margin: 0 3px 7px 3px;
    box-shadow: 1px 1px 1px #bababa;
    -moz-box-shadow: 1px 1px 1px #bababa;
    -webkit-box-shadow: 1px 1px 1px #bababa;
    padding: 10px;
    background-color: #fff;

    width: 100px;
}

.tooltip--pal .tipo{
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}
.tooltip--pal .nome{
	font-size: 15px;
	font-weight: bold;
}
.tooltip--pal .cargo{
	font-size: 11px;
}


h2.interna-graf{
	color: #000;
	font-size: 2.8rem;
	font-weight: bold;
	font-family: "Inter", Arial, Heveltica, sans-serif;
	background: transparent url(../img/bullet_programacao.png) no-repeat 3px 4px;
	padding-left: 28px;
	margin: 25px 0 10px 0;
}


/** controle de cores **/
.interna--azul .interna__menu{ background-color: #f1f9fd; }
.interna--azul .interna__menu .tit{ color: #11a1de; }
.interna--azul h2.interna-graf{ color: #11a1de; }
.interna--azul .prog--data i, .interna--azul .prog--local i {	color: #11a1de; }

.interna--verde .interna__menu{ background-color: #f6faf4; }
.interna--verde .interna__menu .tit{ color: #6ea843; }
.interna--verde h2.interna-graf{ color: #6ea843; }
.interna--verde .prog--data i, .interna--verde .prog--local i {	color: #6ea843; }

.interna--vermelho .interna__menu{ background-color: #fef2f2; }
.interna--vermelho .interna__menu .tit{ color: #e92027; }
.interna--vermelho h2.interna-graf{ color: #e92027; }
.interna--vermelho .prog--data i, .interna--vermelho .prog--local i {	color: #e92027; }

.interna--laranja .interna__menu{ background-color: #fef8f2; }
.interna--laranja .interna__menu .tit{ color: #f68220; }
.interna--laranja h2.interna-graf{ color: #f68220; }
.interna--laranja .prog--data i, .interna--laranja .prog--local i {	color: #f68220; }

/** ajustes no legado **/
.subtit-cadastro{
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: bold;
	color: #2d0d49;
	margin: 20px 10px 0px;
}


/*** prog nav ***/
.prog__nav{
	width: 100%;
	padding: 30px 0 0;
}
.prog__nav button{
	display: block;
	border: 0;
	background-color: #e63d28;
	padding: 10px 18px;
	border-radius: 3px;
	font-weight: bold;
	color: #fff;
	font-size: 1.35rem;
	cursor: pointer;
}
.prog__nav-ant{
	float: left;
}
.prog__nav-prox{
	float: right;
}

/*-------------------------------------
Interna - Programação
-------------------------------------*/
.poetry-forum p{
	margin: 10px 0;
	line-height: 140%;
	font-size: 1.3rem;
	text-align: justify;
}
.poetry-politica p{
	margin: 10px 0;
	line-height: 140%;
	font-size: 1.5rem;
	text-align: justify;
}
.forum__sobre{
	padding: 40px 0;
}
.forum-sobre__video{
	text-align: center;
}
.forum-sobre__video .home-video{
	width: 100%;
}
.forum-util{
	padding: 40px 0;
	background-color: #ececec;
}
.tit__forum{
	color: var(--accent-color);
	font-size: 3.15rem;
	font-weight: bold;
	margin-bottom: 40px;
}
.tit__forum span{
	padding-bottom: 5px;
}
.forum-links{
	padding-left: 13px;
}
.forum-links li{
	list-style-type: disc;
	margin: 15px 0;
}
.forum-links li a{
	color: #652d90;
}
.forum-fotos li{
	float: left;
	padding: 3px;
}
.forum-fotos li img{
	width: 85px;
	height: 56px;
}

/*** responsividade ***/

@media (max-width: 1200px) and (min-width: 992px){
	/** desktops menores **/
}

@media  (max-width: 991px){
	/** tablets e mobile **/
	.forum-util .tit__forum{
		font-size: 1.85rem;
	}
	.forum-util .col-md-6{
			margin: 10px 0;
	}
	.tit__forum--margin{
		margin-top: 35px;
	}
	#box-prog-baixe{
		display: none;
	}
	.light-tit{
		font-size: 25px;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	/** tablets **/
}

@media (max-width: 767px){
	/** mobile **/
}
/*-------------------------------------
Informações
-------------------------------------*/
.conteudo-info a{
	color: #335e5d;
}
/*** info bar ***/
.info-bar{
	padding: 5px 0 0px 0;
	background-color: rgba(255, 255, 255, 0.6);
}
.info-bar__link{
	text-align: center;
}
.info-bar__link li{
	display: inline-block;
	margin: 0 5px;
}
.info-bar__link li a {
	display: inline-block;
	padding: 20px 30px;
	font-size: 1.65rem;
	background-color: var(--ciano-color);
	color: #1b3b34;
	border-radius: 10px;
	text-decoration: none;
	font-weight: bold;
}
.info-bar__link li a:hover,
.info-bar__link li a.selec {
	background-color: #ebebeb;
	color: var(--accent-color);
}
.info-bar.fixed{
	position: fixed;
	top: 57px;
	left: 0;
	z-index: 103;
	padding: 10px 0 10px 0;
	width: 100%;
}
.info-bar.fixed .info-bar__link li a{
	padding: 15px 30px;
	font-size: 1.55rem;
}

.conteudo-info .tit__forum{
	margin: 20px 0;
	color: #febf00;
}
/*** info mapa ***/
.info-mapa__map, .info-mapa__info{
	float: left;
	height: 400px;
}
.info-mapa__map{
	width: 60%;
	background-color: #8a8a8a;
	float:left;
}
.info-mapa__info{
	width: 40%;
	padding: 30px;
	color: #fff;
	background-image: linear-gradient(to right top, rgb(16 37 63), rgb(254 191 0 / 67%)), url(../img/sede.jpg);
	background-size: cover;
	float:
	right;
}
.info-mapa__local{
	font-size: 2.45rem;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 110%;
	margin-top: 110px;
	text-shadow: 2px 2px 1px rgb(0 0 0 / 30%);
}
.info-mapa__end{
	margin: 20px 0;
	font-size: 1.85rem;
	text-shadow: 2px 2px 1px rgb(0 0 0 / 30%);
}
.info-mapa__info .btn-border-ciano{
	color: #00e8cd;
}
/*** info tables ***/
.info-table__first-column{
	width: 20%;
}
.info-hotel-tit{
	font-size: 1.85rem;
	font-weight: bold;
	color: var(--cinzaescuro-color);
	margin: 25px 0 -10px 0;
}
.info-hotel__logo{
	text-align: center;
}
.info-hotel__logo img{
	display: inline-block;
	height: 50px;
}
a.info-hotel__link{
	font-size: 1.15rem;
	color: #c3c3c3;
}
td:hover a.info-hotel__link{
	color: #ae3893;
}


/*** info faq ***/
.info-faq{
	margin-top: 2rem;
}
.info-faq__txt p{
	font-size: 1.6rem;
}
.info-faq__tit{
	font-size: 1.8rem !important;
	margin-top: 1rem;
}


/*** responsividade ***/

@media (max-width: 1200px) and (min-width: 992px){
	/** desktops menores **/
}

@media  (max-width: 991px){
	/** tablets e mobile **/
	.info-bar.fixed{
		top: unset;
		bottom: 0;
		background-color: rgba(60, 60, 60, 0.71);
	}
	.info-bar__link li a {
		padding: 15px 15px;
		font-size: 1.55rem;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.info-bar.fixed .info-bar__link li a {
		padding: 10px 8px;
	}
	.info-mapa__info{
		float: left;
		width: 100%;
		height: auto;
	}
	.info-mapa__map{
		float: right;
		width: 100%;
	}
	.info-mapa__local{
		margin-top: 185px;
	}
	.info-table__first-column{
		width: 30%;
		overflow: hidden;
	}

}

@media (min-width: 768px) and (max-width: 991px){
	/** tablets **/
}

@media (max-width: 767px){
	/** mobile **/
	.info-mapa__map{
		display: none;
	}
}

/*-------------------------------------
Área do Inscrito / Cadastro
-------------------------------------*/
h2.it-desc {
	font-size: 2.1rem;
	font-weight: 100;
	margin: 40px 0;
	line-height: 140%;
}
.tit-cadastro {
	text-transform: uppercase;
	color: #f58323;
	font-weight: bold;
	font-size: 1.3rem;
	margin: 30px 0 0 0;
}
#conteudo-interna{
	padding: 25px 0;
}
.form-confirm{
	display:none; /** para fins de captcha **/
}

/*-------------------------------------
Simplificação do checkout
-------------------------------------*/
#new-page .footer__logo,
#inscrevase-page .footer__logo,
#new-page .footer__sociais,
#inscrevase-page .footer__sociais,
#new-page .menu li a,
#inscrevase-page .menu li a,
#new-page #topo-idiomas,
#inscrevase-page #topo-idiomas{
	display:none;
}

#combos-page .footer__logo,
#combos-page .footer__sociais,
#combos-page .menu li a,
#combos-page #topo-idiomas{
	display:none;
}

#combos-page .fixed-header header{
	display: none;
}


.form1 input[disabled],
.form1 select[disabled]{
	border: 0 !important;
	cursor: not-allowed;
}
/*
#new-page .fachada,
#inscrevase-page .fachada{
	padding: 5px 0;
	overflow: hidden;
}
#new-page .fachada h1,
#inscrevase-page .fachada h1{
	font-size: 4.1rem;
}
#new-page #conteudo,
#inscrevase-page #conteudo{
	padding: 55px 0;
}
#new-page .fachada__info,
#inscrevase-page .fachada__info{
	display:none;
}
#new-page #footer-patrocinadores,
#inscrevase-page #footer-patrocinadores{
	display:none;
}
#new-page .footer__sociais,
#inscrevase-page .footer__sociais{
	display: none;
}
*/
/*-------------------------------------
Checkout
-------------------------------------*/
#conteudo-checkout{
	padding-top: 20px;
	padding-bottom: 20px;
}
#checkout-formas div.item-wrap{
	float: left;
	width: 50%;
}
#checkout-formas div.item{
	border: 1px solid #CECECE;
	border-radius: 15px;
	padding: 20px;
	text-align: center;
	cursor: pointer;
}
#checkout-formas div.item:hover{
	background-color: #F2F2F2;
	opacity: 1 !important;
}
#checkout-formas div.item.selec{
	border: 1px solid #33AFE4;
	background-color: #F2F2F2;
}
#checkout-formas div.item.non-selec{
	opacity: 0.65;
}
#checkout-formas .icos img{
	margin-right: 5px;
}
#checkout-formas .tit{
	color: #68686B;
	font-size: 2.05rem;
}
#checkout-formas div.item.selec .tit{
	font-weight: bold;
	color:#E86A23;
}
#checkout-formas .desc{
	text-transform: uppercase;
	font-weight: 600;
	color: #777;
	font-size: 1.1rem;
}
#ficha-compra{
	background-color: #F2F2F2;
	margin-top: 30px;
}
#ficha-compra p.tit{
	font-size: 1.3rem;
}
#ficha-compra p.desc{
	font-size: 1.1rem;
	color: #5E5E54;
	margin-top: 0;
}
#ficha-compra .total{
	font-weight:bold; 
	background-color:#cecece; 
	color: #686868; 
	padding: 5px 12px;
}
#ficha-compra .cupom{
	font-weight: bold;
	background-color: #E4E4E4;
	color: #52A68E;
	padding: 5px 12px;
	margin-bottom: -10px !important;
}
#ficha-compra .cupom-linkdel a{
	color: #A72525;
}
#ficha-compra .fc-wrap{
	padding: 1px 12px;
}
#area-voucher{
	padding: 0 12px;
}
#area-voucher p{
	margin: 0;
}
#av-form .form-group{
	margin: 0;
}
#aviso-ambseg{
	padding: 10px 20px;

	border-radius: 10px;
	background-color: #E8F9F2;
	margin-top: 15px;
}
#aviso-ambseg .tit{

	font-size: 1.5rem;
	color: #086B5C;
	font-weight: bold;
	margin:0;
}
#aviso-ambseg .subtit{
		margin: 0 0 0 15px;
	text-transform: uppercase;
	font-size: 1.1rem;
	color: #086B5C;
}
#aviso-ambseg .desc{
	margin: 10px 15px 0 15px;
	font-size: 1.3rem;
	font-weight: bold;
}
#aviso-ambseg .desc-card,
#aviso-ambseg .desc-bol{
	display:none;
}

#aviso-contrato{
	text-align: center;
	font-size: 1.15rem;
	margin: 15px 0;
}
#aviso-contrato,
#aviso-contrato a{
	color: #909090;
}
#aviso-contrato a{
	text-decoration: underline;
}

body.ajax-load{
	cursor: progress !important;
}

/*** adaptações responsiva ***/
@media (max-width: 1200px) and (min-width: 992px){
	/*** desktop menor ***/

}
@media  (max-width: 991px){
	/** tablets e mobile **/

}
@media (min-width: 768px) and (max-width: 991px){
	/** tablets **/

}
@media (max-width: 767px){
	/** mobile **/
	#steps{
		display: none;
	}
	#checkout-formas div.item-wrap {
		float: left;
		width: 100%;
		margin: 0;
		padding: 9px 1px !important;
	}

}
#conteudo-checkout p{
	margin: 10px 0;
}


/*-------------------------------------
Área do Aluno (inscrito)
-------------------------------------*/
.padding-interna20{
	padding: 20px 0;
}

#menu-areaaluno{
	margin: 15px 0;
}
#menu-areaaluno li{
	padding: 10px 15px;
		position: relative;
}
#menu-areaaluno li a{
	font-size: 1.4rem;
	color: #000;
}
#menu-areaaluno li a:hover{
	text-decoration: none;
	color: #FEC115;
}
#menu-areaaluno li.selec{
	background-color: #F0F1F3;
}
#menu-areaaluno li.selec:after{
	border-bottom: 17px solid rgba(0, 0, 0, 0);
	border-left: 11px solid #F0F1F3;
	border-top: 17px solid rgba(0, 0, 0, 0);
	content: " ";
	height: 0;
	position: absolute;
	right: -11px;
	top: 1px;
	width: 0;
	z-index: 1;
}
#menu-areaaluno li.selec a{
	color: #1da0da;
	font-weight: bold;
}
#aviso-confiremail{
	background-color: #EBAF4F;
}
#aviso-confiremail a{
	color: #FFE5BA;
}

#aa-tabelacursos .aa-tit .tit{
	color: #f58323;
	font-weight: bold;
}
#aa-tabelacursos .aa-tit .tipo{
	font-weight: bold;
	font-size: 1.1rem;
	color: #676767;
}
.aa-tabela-bts{
}
.aa-tabela-bts a{
	margin: 2px;
}
.modal-areaaluno {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 850px;
	margin: 20px auto;
}
.aa-modal-subtit{
	text-transform: uppercase;
	margin: 10px 0 -25px 0;
	font-size: 1.1rem;
	color: #F3B901;
	font-family: "Montserrat","Inter", sans-serif;
}
.aa-aprovado{
	color: #008000;
}
.aa-pendente{
	color: #E2A100;
}
.aa-reprovado{
	color: #9C1313;
}

/**** tela de retorno ****/
#steps {
	width: 550px;
	margin: 15px auto;
}
.step{
	display: inline-block;
	text-align: center;
	margin: 0 50px;
}
.step .ico{
	width: 40px;
	height: 40px;
	background-color: #FFF;
	border: 4px solid;
	border-color: #D6D6D6;
	border-radius: 50%;
	color: #D8D8D8;
	font-weight: 600;
	text-align: center;
	line-height: 33px;
	display: inline-block;
	text-align: center;
	font-size: 1.4rem;
}
.step .lbl{
	display: inline-block;
	text-align: center;
	font-size: 1.3rem;
	color: #818698;
	margin-top: 10px;
}
.step:nth-child(n+2):before {
	width: 75px;
	height: 3px;
	display: block;
	background-color: #D6D6D6;
	content: '';
	transform: translate(-120%,23px);
}

.step.done .ico{
	background-color: #58BB58;
	border-color: #58BB58;
	color: #FFF;
}
.step.done:before {
  background-color: #58bb58;
}

.step.active .ico {
	border-color: #f58323;
	color: #f58323;
}
.step.active .lbl {
	color: #f58323;
}
.step.active:before {
	background: -webkit-linear-gradient(left, #58bb58 0%, #f58323 100%);
	background: -o-linear-gradient(left, #58bb58 0%, #f58323 100%);
	background: linear-gradient(to right, #58bb58 0%, #f58323 100%);
}

 p.tit-desc{
 		font-size: 1.2rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #f4b920;
 }

/*** adaptações responsiva ***/

@media (max-width: 1200px) and (min-width: 992px){
	/*** desktop menor ***/

}
@media  (max-width: 991px){
	/*** tablets e mobile ***/

}
@media (min-width: 768px) and (max-width: 991px){
	/*** tablets ***/

}
@media (max-width: 767px){
	/*** mobile ***/
	#menu-areaaluno li{
		display: inline-block;
		border-radius: 18px;
		padding: 13px 26px;
		border: 2px solid #ececec;
	}
	#menu-areaaluno li.selec:after{
		display: none;
	}

}

/*-------------------------------------
Página de Inscrição
-------------------------------------*/
.inscricao-tickets{
	padding: 3rem 0;
}
.inscricao-tickets__item{
	background-color: #e5e5e5;
	overflow: hidden;
	border-radius: 5px;
	transition: all .2s ease-in;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100%;
	align-items: stretch;
}
.inscricao-tickets__item:hover {
    transform: scale(1.05);
	box-shadow: 0 0 2.5rem rgb(0 0 0 / 15%);
    transition: all .5s ease-out;
}
.inscricao-tickets__tit{
	text-align: center;
	animation-composition: replace;
	padding: 1.8rem 0;
}
.inscricao-tickets__tit p{
	font-weight: bold;
	font-size: 1.6rem;
	color: #fff;
}
.inscricao-tickets__info{
	padding: 2.5rem;
}
.inscricao-tickets__info .desc{
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 2.5rem;
}
.inscricao-tickets__info .price{
	text-align: center;
	margin: 2.5rem 0;
	font-size: 3.3rem;
	font-weight: bold;
}
.inscricao-tickets__info-buttons{
	padding: 2.5rem;
	padding-top: 0;
}
.inscricao-tickets__item.--red .inscricao-tickets__tit{
	background-color: #977613;
}
.inscricao-tickets__item.--blue .inscricao-tickets__tit{
	background-color: #355783;
}
.inscricao-tickets__item.--purple .inscricao-tickets__tit{
	background-color: #10253f;
}

.inscricao-tickets__item .btn{
	border-radius: 30px;
}
.inscricao-tickets__item.--red .btn{
	background-color: #977613;
	color: #fff;
}
.inscricao-tickets__item.--blue .btn{
	background-color: #355783;
	color: #fff;
}
.inscricao-tickets__item.--purple .btn{
	background-color: #10253f;
	color: #fff;
}
.inscricao-tickets__expo{
	text-align: center;
	padding-top: 3rem;
}
.inscricao-tickets__expo a{
	color: #2298cb;
}



/*** Ajustes na Inscrição ***/
.inscreva-bt__wrap{
	text-align: center;
	margin: 20px 0 50px 0px;
}
.inscreva-combolabel{
    padding: 30px 0 0;
    text-align: center;
}
.inscreva-combolabel button{
	border: 2px solid rgba(233, 66, 94, 0.32);
	padding: 10px 20px;
	border-radius: 10px;
	font-size: 1.15rem;
	color: #e9425e;
	background-color: #fff;
	font-weight: bold;
	cursor: pointer;
}

#inscrevaBt{
	padding: 20px 30px;
	font-size: 2.2rem;
}
.inscricao-infos p{
	line-height: 140%;
    margin: 20px 0;
}


/*** responsividade ***/
@media (max-height: 800px){
	/** monitores de notebook **/
}

@media (max-width: 1200px) and (min-width: 992px){
	/** desktops menores **/
}

@media  (max-width: 991px){
	/** tablets e mobile **/
	.inscricao-tickets__item{
		margin: 2rem 0;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	/** tablets **/
}

@media (max-width: 767px){
	/** mobile **/
}
/*-------------------------------------
Ajustes para impressao
-------------------------------------*/
@media print {
	nav, footer, #footer-patrocinadores,
	#mobile-btn{
		display: none;
	}
	.fachada{
		padding: 10px 0;
	}
	.fachada__mask{
		background-color: #fff;
	}
	.fachada__colchete h1{
		font-size: 3.3rem;
		color: #652d90;		
	}
	.fachada__label span {
		font-weight: bold;
		color: #652d90;
	}
	.fachada__info{
		display:block !important;
	}
}


/*-------------------------------------
Assinatura Appx Digital v1.2
-------------------------------------*/
/*** posicionamento do container ***/
#container-logo{
    float: right;
    margin-right: -21px;
    margin-top: 10px;
}
/*** localização assinatura ***/
#appx-logo,
#appx-logo .logo{
	width: 190px;
	height: 45px;
}
#appx-logo .logo{
	 display: inline-block;
	 padding: 8px;
	 position: relative;
}
#appx-logo .logo .t,
#appx-logo .logo .a{ 
	transition: all 0.35s ease-out;
	transform: scale(0.75);
}
.edge #appx-logo .logo .t,
.edge #appx-logo .logo .a{ 
	transform: scale(1);
}
#appx-logo .logo .t{
	background-image: url("../img/logo_appx.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	display: inline-block;
	vertical-align: middle;
	width: 113px;
	height: 45px;
	text-indent: -9999px;
	opacity: .85;

	filter: grayscale(100%);
}
#appx-logo .logo .a{
    background-image: url("../img/logo_appx.png");
    background-repeat: no-repeat;
    background-position: -113px -8px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -13px;
	margin-left: -3px;
    width: 57px;
    height: 18px;
    text-indent: -9999px;
    transform: translateX(-70px);
    opacity: 0;
}
#appx-logo .logo:hover .t,
#appx-logo .logo:hover .a{ 
	transform: scale(1);
	transition: background 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) , transform 0.65s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s , opacity 0.65s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s;
}
#appx-logo .logo:hover .t{
	background-position: top left;
	opacity: 1;
	filter: grayscale(0%);
	
}
#appx-logo .logo:hover .a{
	transform: translateX(0px);
    opacity: 1;
}
/*** responsividade ***/
@media  (max-width: 991px){
	/** tablets e mobile **/
	#container-logo{
		width: 100%;
		text-align: center;
		margin: 0;
		padding: 20px 0;
	}
	#appx-logo{
		display: inline-block;
	}
}


/*-------------------------------------
Ajustes específicos do projeto
-------------------------------------*/

.subtit__forum {
    font-size: 2.1rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #ba1c74;
    margin-bottom: 20px;
}

.--micedados .prog--blocotit{ color: #7A4A91}
.--micehumanos .prog--blocotit{ color: #C85654 }
.--viagensdados .prog--blocotit{ color: #339FA4 }
.--viagenshumanos .prog--blocotit{ color: #97989C }

#prog hr {
    height: 1px;
    border: 0;
    background-color: #e5e6e7;
    margin: 20px 0;
}

/*** adaptações responsiva ***/

@media (max-width: 1200px) and (min-width: 992px){
	/*** desktop menor ***/
}
@media  (max-width: 991px){
	/*** tablets e mobile ***/
	#esconde .apoioinstitucional,
	#esconde .cenografia{
		float: none;
		width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	/*** tablets ***/
}
@media (max-width: 767px){
	/*** mobile ***/
}



/*** virgo news carousel ***/
.virgo-newscarousel{
	padding: 3rem 0;
    background-image: linear-gradient(360deg, var(--ark-one) 50%, transparent 50%);
}
.virgo-newscarousel__tit{
	text-align: center;
	font-weight: bold;
	font-size: 3rem;
}
.virgo-newscarousel__item-container{
	padding: 2rem;
}
.virgo-newscarousel__item{
	position: relative;
	overflow: hidden;
}
.virgo-newscarousel__img{
	width: 100%;
	height: 21.0rem;
	object-fit: cover;
	object-position: center center;

	transition: all .2s ease-in;
}
.virgo-newscarousel__item-txt{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 2rem 3rem;
    background-image: linear-gradient(360deg, rgba(37, 37, 37, 0.5), transparent);
}
.virgo-newscarousel__item-tit{
	border-bottom: 0.65rem solid #fff;
	padding-bottom: .5rem;
	font-size: 2.05rem;
	font-weight: bold;
	color: #fff;
	line-height: 120%;
	margin: 0;
	text-shadow: 0 0 1px rgba(37, 37, 37, 0.5);
}
.virgo-newscarousel__item-tit.--noborder{
	border: 0;
}
.virgo-newscarousel__item-subtit{
	font-size: 1.5rem ;
	color: var(--ark-accent) ;
}
.virgo-newscarousel__item:hover .virgo-newscarousel__img{
	transform: scale(1.2) rotate(2deg);
	filter: brightness(0.5);
	transition: all .5s ease-out;
}
.virgo-newscarousel__item.--opaque .virgo-newscarousel__item-txt{
	background-image: unset;
    background-color: #0000008a;
}
.virgo-newscarousel__item.--small .virgo-newscarousel__item-txt{
	padding: 1.2rem 1.8rem;
}
.virgo-newscarousel__item.--small .virgo-newscarousel__item-tit{
	font-size: 1.65rem;
}
.virgo-newscarousel__item.--small  .virgo-newscarousel__item-subtit{
	margin: 0;
	font-size: 1.2rem;
}
.virgo-newscarousel__item-data{
	color: #fff;
}

.virgo-newscarousel__carousel .slick-dots li{
	width: auto;
}
.virgo-newscarousel__carousel .slick-dots{
	margin: 2.0rem 0;
	margin-top: 0;
    padding: 0 4.0rem;
    position: relative;
}
.virgo-newscarousel__carousel .slick-dots li button{
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 10px;
	width: 10px;
	height: 10px;
	text-indent: -999px;
	transition: all .3s ease-in;
}
.virgo-newscarousel__carousel .slick-dots li.slick-active button{
	background-color: var(--ark-accent);
	opacity: 1;
	width: 20px;
	transition: all .5s ease-out;
}
.home2-tradenews__lista-item{
	display: flex;
	gap: 2.4rem;
	margin-bottom: 2rem;
}
.home2-tradenews__lista-txt .tit{
	color: #233253;
	font-size: 1.65rem;
	font-weight: bold;
}
.home2-tradenews__lista-txt .data{
	color: #d80d59;
	font-size: 1.25rem;
}
.home2-tradenews__lista-txt .desc{
	color: #000;
	font-size: 1.45rem;
	margin-top: 1rem;
}
.home2-tradenews__link{
	color: var(--ark-accent);
	font-size: 1.5rem;
}
.home2-tradenews__lista-imagem{
	width: 30rem;
	object-fit: cover;
}

/*** responsividade ***/
@media (max-width: 1200px) and (min-width: 992px){
	/** desktop menores - lg **/
}
@media  (max-width: 991px){
	/** tablets e mobile - md **/
	.home2-tradenews__lista-item{
		flex-direction: column;
	}
	.home2-tradenews__lista-imagem{
		width: 100%;
		height: auto;
		flex-shrink: 0;
	}
}
@media (max-width: 767px){
	/** mobile - sm **/
}

/*-------------------------------------
Esoecificos do Fórum Abracorp 2025
-------------------------------------*/

/*** webinar icos ***/
.webinar-icos{
    padding: 6.0rem 0;
    background-color: #10253f;
}
.webinar-icos{
    text-align: center;
}
.webinar-icos p{
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
}
.webinar-icos__ico {
    margin-bottom: 2.0rem;
}
.webinar-icos__ico span{
    display: inline-block;
    width: 7rem;
    height: 7rem;
    text-align: center;
    background-color: #ffc000;
    background-image: linear-gradient(45deg, #a38323, transparent);
    border-radius: 100%;
}
.webinar-icos__ico span i{
    font-size: 3.4rem;
    line-height: 205%;
    color: #fff;
}

/**** home hotel ****/
.home-hotel{
	background: #ffc000 url(../img/bg_6.png) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	padding: 7rem 0;
}
.home-hotel__intro{
	margin: 3rem 0;
}
.home-hotel__intro-bg{
	background-color: #ffffff;
	padding: 3rem 4rem;
	border-radius: 6px;
	}
.home-hotel__intro-bg p{
	font-family: "Artifakt", Arial, Helvetica, sans-serif;
	color: #2e3a4b;
	font-size: 2.5rem;
	font-weight: 300 !important;
	margin: 1rem 0;
}
.home-hotel__img{
	width: 100%;
	border-radius: 25px;
}
.home-hotel__txt{
	 margin: 6rem 0 0 0 ;
}
.home-hotel__txt p{
	color: #fff;
	font-size: 1.95rem;
	font-weight: 400;
	line-height: 140%;
	background-color: #ffc000c7;
	padding: 20px;
	backdrop-filter: blur(4px);
	border-radius: 10px;
	overflow: hidden;
	text-shadow: 1px 1px 5px #ffc000 , 0px 0px 2px #ffc000;
}
/**** background em video ****/
.banner-city__video-intro{
	background-color: #012e66;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.banner-city__video-intro video{
	object-fit: cover;
	object-position: center center;
	opacity: 0.3;
	filter: brightness(0.9) grayscale(0.6);
}
.banner-city__mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url(../img/grafismo_1.png) no-repeat top right;
    background-size: auto;
}
.banner-city__mask2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url(../img/grafismo_1.png) no-repeat right center;
    background-size: contain;
}

/*-------------------------------------
Hero Section - Forum Abracorp 2025
-------------------------------------*/
.hero-section {
    background: linear-gradient(159deg, #013D73 40%, #02548E 100%);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 115px 0;
}

.hero-section::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: url('../img/grafismo_2.png') no-repeat left bottom;
    z-index: 1;
}

.hero-section__content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #ffffff;
}

.hero-section__badge {
    display: inline-block;
    margin-bottom: 30px;
    animation: fadeInUp 0.8s ease-out;
}

.hero-section__badge-text {
    background: #d3f4ff;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    padding: 9px 24px;
    font-size: 14px;
    font-weight: 500;
    color: #02548e;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hero-section__title {
    margin-bottom: 50px;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.hero-section__title-main {
    display: block;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 5px;
    margin-top: 30px;
    color: #ffffff;
}

.hero-section__title-subtitle {
    display: block;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 400;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.9);
}

.hero-section__info-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgb(12 172 236 / 30%);
    border-radius: 20px;
    padding: 30px 20px;
    margin-bottom: 20px;
    text-align: center;
    transition: all 0.3s ease;
    animation: fadeInUp 0.8s ease-out 0.4s both;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-section__info-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.hero-section__info-card-icon {
    margin-bottom: 15px;
    font-size: 1rem;
}

.hero-section__info-card-icon-symbol {
    font-size: 4.3rem;
    color: #00bcfc;
    font-style: normal;
}

.hero-section__info-card-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.hero-section__info-card-label {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hero-section__info-card-value {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
}

.hero-section__info-card-subvalue {
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.2;
}

.hero-section__cta {
    margin-top: 50px;
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

.hero-section__cta-button {
    display: inline-block;
    background: linear-gradient(45deg, #00d4ff, #0ea5e9);
    color: #02548e;
    text-decoration: none;
    border-radius: 50px;
    padding: 18px 87px;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 212, 255, 0.3);
    border: 2px solid transparent;
}

.hero-section__cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 212, 255, 0.4);
    text-decoration: none;
    color: #ffffff;
    background: linear-gradient(45deg, #0ea5e9, #00d4ff);
}

.hero-section__cta-button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.4);
}

.hero-section__cta-button-text {
    position: relative;
    z-index: 1;
}

/* Animações */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsividade */
@media (max-width: 768px) {
    .hero-section {
        min-height: auto;
        padding: 60px 0;
    }
    
    .hero-section__content {
        padding: 0 15px;
    }
    
    .hero-section__info-card {
        margin-bottom: 15px;
        padding: 25px 15px;
    }
    
    .hero-section__info-card-icon-symbol {
        font-size: 2rem;
    }
    
    .hero-section__cta-button {
        padding: 15px 40px;
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .hero-section__badge-text {
        font-size: 12px;
        padding: 10px 20px;
    }
    
    .hero-section__info-card-value {
        font-size: 16px;
    }
    
    .hero-section__info-card-subvalue {
        font-size: 14px;
    }
}

/*-------------------------------------
Novas sections home- Forum Abracorp 2025
-------------------------------------*/
.home-programacao{
	background: #d3f4ff url('../img/grafismo_3_top.png') no-repeat bottom left;
	padding: 6rem 0
}

.home-patrocinadores{
	background: #efefef url('../img/grafismo_3_bottom.png') no-repeat top left;
	padding: 6rem 0
}
.home-patrocinadores__title{
	color: #02548E;
	text-align: center;
	font-size: 3.3rem;
	font-weight: bold;
}

.abracorp-doacao {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	background-color: #e9e9e9;
	padding: 3rem;
	border-radius: 16px;
	margin: 10px 0 30px 0;
	gap: 1rem;
	position: relative;
	z-index: 1;
}

.abracorp-doacao::before {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	z-index: -1;
	border-radius: 18px;
	background: linear-gradient(90deg, 
		#e1efff, 
		#d3d3d3, 
		#ebebeb, 
		#d3d3d3,
		#e1efff);
	background-size: 400% 400%;
	animation: animatedBorder 30s ease infinite;
	box-shadow: 0 0 15px rgba(214, 214, 214, 0.5);
}

@keyframes animatedBorder {
	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}
.abracorp-doacao__icon i{
	font-size: 4rem;
	color: #00bcfc;
}
.abracorp-doacao__text{
	font-size: 1.45rem;
	color: #02548e;
}


/*** responsividade ***/

@media (max-width: 1200px) and (min-width: 992px){
	/** desktop menores - lg **/
}

@media  (max-width: 991px){
	/** tablets e mobile - md **/

	.home-patrocinadores__title{
		font-size: 2.8rem;
	}
}

@media (max-width: 767px){
	/** mobile - sm **/
}