@charset "UTF-8"; 
/*!	
 *	Projeto Fórum PANROTAS 2022
 *  -----------------
 *	Desenvolvido por Coresphere Tecnologia < coresphere.com.br >
 *  Autor: Bruno Guerreiro 
 *	Data: 21.03.2022 - Versão: 3.0
 *
 *  codificado a mão, em {são paulo}
 */


/*-------------------------------------
Base
-------------------------------------*/
/*** genéricos e resets ***/
html,body{
	background-color: #ffffff;
	font-size:10px;
	font-family: "Open Sans", Arial, sans-serif;
}
body{
	
}
p{
	font-family: "Open Sans", 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: "Open Sans", Arial, sans-serif;
	font-size: 1.25rem;
	line-height: 89%;
}
/*** wrappers ***/
.wrap{
	margin: 0 auto;
	width: 1200px;
}

 /*-------------------------------------
Overrides
-------------------------------------*/
/** main  **/
.btn-one{
	background-color: #d133a6;
	border-bottom-color: #8f1e5c;
	color: #ffffff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
}
.btn-one:hover {background-color: #621840;}
.btn-border-one{
	border-color: rgba(8, 39, 105, 0.5);
	color: #234896;
}
/** superciano  **/
.btn-superciano{
	background-color: #d133a6;
	border-bottom-color: #78135d;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(212, 212, 212, 0.5);
}
.btn-superciano:hover {background-color: #78135d;}
.btn-border-superciano{
	border-color: rgba(254, 207, 0, 0.5);
	color: #fecf00;
}

/*** override owl ***/
.owl-carousel .owl-item img{
	width: auto;
}
/*** magnific popup ***/
.mfp-bg{
	background: transparent url(../img/nums_bg.png) no-repeat center left;
    background-size: cover;
    opacity: .9 !important;
}
/*-------------------------------------
Estrutura geral
-------------------------------------*/
/*** topo e menu ***/
header{
	display: block;
	width: 100%;
	height: 95px;
	position: relative;
	background: transparent url('../img/header_bg.png') no-repeat center center;
	background-size: cover;
}
#logo{
	float: left;
	margin-top: 8px;
	width: 230px;
}



/**** menu ****/


/** 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: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 5px rgba(100, 100, 100, 0.5);
}
.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 {

}

/*** 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: #008fd3; /* edit this to suit design (no rgba in IE8) */
}
.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: #008fd3; /* 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: #008fd3; /* edit this to suit design (no rgba in IE8) */
}
.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: #008fd3;
}

/*** ultimo skin **/
.menu{
	float: right;
    margin: 22px 0 0 0;
}
.menu li{
}
.menu li a{
	font-family: "Lato", "Open sans", Arial, sans-serif;
	font-weight: bold;
	font-size: 1.60rem;
	padding: 1.8rem 1.8rem;
	color: #001c5a;
	text-decoration: none;
	border-radius: 10px;
	letter-spacing: 1px;
}
.menu li.menu-link__inscrevase a{
    width: auto;
    display: inline-block;

	background-color: #d133a6;
	color: #fff;
	border-radius: 10px;
    border-bottom-right-radius: 0;
}
.menu li.menu-link__expo > a:first-child{
	background-color: #604594;
	color: #fff;
}
.menu li.menu-link__infos > a:first-child{
	color: #008fd3;
}
.menu li a:hover{
    background-color: #152850;
    color: #ffffff;
	border-radius: 10px;
    border-bottom-right-radius: 0;
}
.menu li ul li a{
	border-radius: unset !important;
}

/*** gaveta e menu mobile ***/
#mobile-btn {
	display: none;
	font-size: 1.3rem;
	font-weight: bold;
	background-color: #d133a6;
	color: #FFF;
	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  rgba(35, 72, 150, 0.95);
	padding: 15px;
	background-image: url(../img/nums2_bg.png) , linear-gradient(45deg, #008fd5, #00305b);
	background-position: bottom center, center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#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: 90%;
}
.gaveta__menu li a{
	font-size: 1.75rem;
	color: #fff;
	padding: 16px 0;
	display: inline-block;
	width: 100%;
}
.gaveta__info{
	padding: 20px 0;
}
.gaveta__local,
.gaveta__data{
	font-family: "Lato", "Open sans", Arial, sans-serif;
	font-weight: bold;
	font-size: 1.75rem;
	color: #fff100;
	text-transform: uppercase;
	line-height: 105%;
	letter-spacing: 0.15rem;
	text-shadow: 0 0 4px #000;
}
.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: transparent url('../img/nums_bg.png') no-repeat center right;
	background-size: cover;
	z-index: 999;
	opacity: 0;
	transition: opacity 0.30s linear;
}




/*** 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-color: rgb(255, 255, 255);
	height: 57px;
	box-shadow: 0 0 20px rgba(19, 47, 70, 0.4);
}
.fixed-header #logo{
	width: 144px;
	margin-top: 4px;
}
.fixed-header nav.menu-desktop{
	
}
.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 .menu{
	margin-top: 6px;
}


.fixed-header body{
	padding-top: 96px;
}
/*** rodape ***/
footer{
	display: block;
	width: 100%;
	position: relative;
	background: #132f46 url('../img/footer_bg.png') no-repeat center center;
	background-size: cover;
	padding: 100px 0;
}
.footer__wrap{
	padding-top: 40px;
}
.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: #00b49f;
	color: #fff;
}
.footer__label{
	font-size: 1.4rem;
	color: #d133a6;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.footer_info{
	font-weight: 100;
	font-size: 1.6rem;
	line-height: 135%;
	color: #fff;
}
.footer_info span{
	font-size: 1.55rem;
	color: #fff;
}
.footer__sociais{}
.footer__data{
}
.footer__logo{
	text-align: left;
}
.footer_logo img{
	width: 270px;
}
.footer__local{
	text-align: left;
}
.footer-patrocinadores{
	background-color: #ffffff;
	padding: 25px 0;
}
.footer__contato{
	margin: 20px 0;
	color: #fff;
}
.footer__contato span{
	color: #d133a6;
}
.footer__contato--pagina{
	font-size: 1.85rem;
	text-align: left;
	color: #000;
}

/*** smooth ***/
/** observar: transiçãos smooth abaixo **/
body main,
body footer{
	opacity: 1;
	transition: .45s all;
}
body.loading main,
body.loading footer{
	opacity: .0;
	transition: none;

	-ms-transform: scale(1.01); /* IE 9 */
	-webkit-transform: scale(1.01); /* Safari */
	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;
		overflow: hidden;
		background: transparent url('../img/nums_bg.png') no-repeat center center;
	}
	.logo__wrap{
		width: 100%;
		text-align: center;
	}
	#logo{
		display: inline-block;
		width: 170px;
		float: none;
		margin-top: 5px;
		
	}
	#gaveta-mobile #logo{
		filter: drop-shadow(1px 1px 5px #000);
	}
	nav.menu-desktop{
		display: none;
	}
	#gaveta-mobile{
		visibility: visible;
		width: 80%;
		max-width: 400px;
		height: 100%;
		overflow: scroll;
		position: fixed;
		top:0;
		left:0;
		z-index:1000;
		display: block;
	}
	#cortina-mobile.active{
		width: 100%;
		height: 100%;
		opacity: 0.8;
		transition: opacity 0.30s linear;
	}
	#mobile-btn {
		display: block;
	}

	footer{
		height: auto;
		text-align: center;
		padding: 30px 0;
		background-position: center left;
	}
	.footer__wrap{
		padding: 5px 0;
	}
	.footer__data, .footer__local{
		display: none;
	}
	.footer__sociais, .footer__data, .footer__logo,
	.footer__local{
		text-align: center;
		margin: 25px 0;
	}
	.footer__logo-panrotas{
		width: 70%;
	}
	#container-logo{
		margin-right: 0 !important;
	}
}

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

@media (max-width: 767px){
	/** mobile **/
}
/*-------------------------------------
Home
-------------------------------------*/
/*** slide ***/
#slide div img{
	width: 100%;
}
#slide .owl-dots{
    text-align: center;
    position: absolute;
    z-index: 20;
    width: 100%;
    bottom: 10px;
}
#slide .owl-dot{
	border: 0;
	background-color: transparent;
	color: #fff;
	position: relative;
}
#slide .owl-dot.active span{
	background: #fece00 !important;
}

/*** home sponsors ***/
.home-partners{
	padding: 30px 0;
	background-color: #ffffff;
}
.home-partners__tit{
	text-align: center;
	font-size: 1.8rem;
	color: #234896;
	font-weight: 100;
	text-transform: uppercase;
	margin-bottom: 15px;
}
/** carousel sponsors **/
.home-carousel{
	width: 100%;
	position: relative;
	padding: 0 20px;
}
.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: #09acba;
}


/*** home intro ***/
.home-intro{
	padding: 70px 0;
	text-align: center;
}
.home-tit, .home-subtit{
	font-family: "Lato", "Open sans", Arial, sans-serif;
}
.home-tit{
	color: #646464;
	font-size: 5.2rem;
	font-weight: 100;
}
.home-tit span{
	border-bottom: 5px solid #00b49f;
	padding-bottom: 5px;
}
.home-tit__logo{
	width: 80%;
	max-width: 430px;
}
.home-sep{
    margin: 15px 0 30px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 4.25rem;
    color: #14949f;
    line-height: 90%;
}
.home-subtit{
	font-size: 4rem;
	line-height: 130%;
	color: #656565;
	font-weight: 100;
}
.home-video{
	display:block;
	width: 424px;
	height: 244px;
	position: relative;
	background-size: cover;
}
.home-video__bt-container{
	float: left;
	width: 100%;
	margin-top: 90px;
	text-align: center;
	cursor: pointer;
	color: #fff;
}
.home-video__bt{
	text-align: center;
	background-color: #90583c;
	background-image: linear-gradient(30deg, #90583c, #5e3561 , #1f3059);
	font-size: 4.8rem;
	border: 0;
	border-radius: 100%;
	box-shadow: 0 0 19px #4c4c4c;
	transform: scale(1);
	transition: transform 0.5s ease-out;
	width: 100px;
	height: 100px;
	color: #fff;
}
.home-video:hover .home-video__bt{
	transform: scale(1.6);
	transition: all 1.2s ease-in-out;
	box-shadow: 0 0 25px #00b49f;
}

/*** home nums ***/
.home-num{
	background: transparent url('../img/nums2_bg.png') no-repeat center right;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	padding: 90px 0;
	padding-bottom: 140px;
}
.home-num__2019-tit{
    font-family: "Lato", "Open sans", Arial, sans-serif;
    font-size: 5.5rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 87%;
    display: inline-block;
    margin-top: 20px;
}
.home-num__seta-box{
	width: 74%;
	margin: 20px 0 40px;
	position: relative;
}
.home-num__seta-box h3{
	color: #fff;
	font-size: 2.65rem;
	text-transform: uppercase;
	line-height: 120%;
}

.home-num__count , .home-num__label{
	font-family: "Lato", "Open sans", Arial, sans-serif;
	text-align: left;
}
.home-num__count{
	font-weight: bold;
	font-size: 4.3rem;
	text-transform: uppercase;
	color: #ffffff;
}
.home-num__label{
	font-size: 2.5rem;
	font-weight: 100;
	color: #ffffff;
	margin: -15px 0 15px 0;
}

/*** responsividade ***/

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

@media  (max-width: 991px){
	/** tablets e mobile - md **/
	.home-subtit{
		font-size: 2.9rem;
	}
	.home-num{
		text-shadow: 1px 1px 8px #000;
	}
	.home-num__2019-tit{
		font-size: 3.8rem;
	}
}

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


/**** home boxes ****/
.home-boxes{
	background: #d70c58;
	background-image: linear-gradient(to right top, rgb(244 148 13), rgb(214 11 87));
	padding: 6rem 0;
	padding-bottom: 15rem;
	position: relative;
}
.home-boxes--half{
	background-color: transparent;
	background-image: none;
	padding: 5rem 0;
	margin-top: -17rem;
	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;
	font-size: 1.95rem;
	color: #fff;
}
.home-boxes__data{
	font-size: 2.5rem;
	font-weight: bold;
	margin-top: 2.5rem;
}
.home-boxes__data i{
	color: #e63d28;
}

.home-box{
	background: #070e34 url('../img/spot1_bg.png') no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	padding: 30px;
	box-shadow: 0 0 20px rgba(91, 91, 91, 0.36);
	min-height: 197px;
	position: relative;
	border-radius: 25px;
	border-bottom-right-radius: 0;
}
.home-box--2{ background: #070e34 url('../img/spot2_bg.png') no-repeat center center; }
.home-box--3{ background: #070e34 url('../img/spot3_bg.png') no-repeat center center; }

.home-box .tit{
	font-size: 2.3rem;
	font-weight: bold;
	color: #fff;
	margin-bottom: 25px;
}
.home-box .desc{
	font-size: 1.65rem;
	font-weight: 100;
	color: #fff;
}
.home-box .ico{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 3.75rem;
	padding: 15px 30px;
	color: #fff;
}
.home-box .plus{
    position: absolute;
    right: 8px;
    bottom: 8px;
    font-size: 4rem;
    padding: 10px 12px 5px 24px;
    background-color: var(--ciano-color);
    border-top-left-radius: 100%;
}
.home-box .plus i{
	color: #bf676f;
}
.home-box:hover .tit,
.home-box:hover .desc,
.home-box:hover .ico{
	color: #f7b1b7;
}
.home-box:hover .plus{
	background-color: var(--accent-color);
}

/*** responsividade ***/

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

@media  (max-width: 991px){
	/** tablets e mobile - md **/
	.home-boxes__box{
		margin-bottom: 1.5rem;
	}
}

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



/*** destauqes ***/
.home-spot{
	padding: 70px 0;
}
.home-spot__tit{
	font-size: 1.7rem;
	font-weight: 500;
	margin: 25px 0;
	line-height: 120%;
}
.spotimage{
	width: 100%;
	height: 332px;
	position: relative;
	overflow: hidden;
}
.spotimage__bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.spotimage__bg--pal{
	width: 300%;
	height: 300%;

	background-repeat: repeat;

	animation: panSpot linear infinite;
	animation-duration: 120s;
}
.spotimage__mask{
	width: 100%;
	height: 100%;
	background-color: rgba(35, 72, 150, 0.72);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;

	transition: all .2s ease-in-out;
}
.spotimage__txt{
	position: absolute;
	z-index: 12;
	width: 100%;
	height: 124px;
	background: transparent url(../img/colchete_spot.png) no-repeat center center;
	padding-top: 32px;
	top: 100px;
}
.spotimage__txt p{
	font-family: "Lato", "Open sans", Arial, sans-serif;
	font-size: 4.0rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}
.home-spot__item:hover .spotimage__mask{
	background-color: rgba(0, 180, 159, 0.72);

	transition: all .5s ease-in-out;
}


@keyframes panSpot {
	0% {
		transform: translate3d(0, 0, 0);
	}
	50% {
		transform: translate3d(-550px, -650px, 0);
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}

/*** gridestaque ***/
.gridestaque{
	display: flex;
	margin: 60px 0 40px;
}
.gridestaque__col-1{
	width: 40%;
}
.gridestaque__col-2{
	width: 35%;
}
.gridestaque__col-3{
	width: 25%;
}
.gridestaque__box{
	display: block;
	position: relative;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.gridestaque__info{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
}
.gridestaque__info .tit{
	font-size: 3.8rem;
	color: #fff;
	text-transform: uppercase;
}
.gridestaque__info .desc{
	font-size: 1.65rem;
	color: #fff;
	line-height: 130%;
}
.gridestaque__info button{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 25px;
	height: 25px;
	font-size: 1.9rem;
	line-height: 205%;
	border: 0;
	color: #fff;
	opacity: 0;
}

.gridestaque__box-info{background-color: #004C2A;height: 160px;}
.gridestaque__box-2018{background-color: #608C35;height: 114px;}
.gridestaque__box-video{background-color: #244896;height: 480px;}
.gridestaque__box-inscrevase{background-color: #fdd000;height: 366px;}
.gridestaque__box-agenda{background-color: #0891D5;height: 160px;}
.gridestaque__box-pal{background-color: #02305A;height: 160px;}

.gridestaque__box-info button{ background-color: #004C2A;  }
.gridestaque__box-2018 button{ background-color: #608C35;  }
.gridestaque__box-video button{background-color: #93C15F;background-image: linear-gradient(30deg, #22AFBF, #52B795 , #93C15F);color: #ffffff;}
.gridestaque__box-inscrevase button{ background-color: #fdd000; }
.gridestaque__box-agenda button{ background-color: #0891D5; }
.gridestaque__box-pal button{background-color: #02305A;}

.gridestaque__box-info:hover button{ color: #004C2A; background-color: #fff; }
.gridestaque__box-2018:hover button{ color: #608C35; background-color: #fff; }
.gridestaque__box-inscrevase:hover button{ color: #fdd000; background-color: #fff;}
.gridestaque__box-agenda:hover button{ color: #0891D5;background-color: #fff; }
.gridestaque__box-pal:hover button{color: #02305A;background-color: #fff;}

.gridestaque__box-info button, .gridestaque__box-2018 button, 
.gridestaque__box-inscrevase button, .gridestaque__box-agenda button, 
.gridestaque__box-pal button{
	transition: all 0.5s ease-in;
}
.gridestaque__box-info:hover button, .gridestaque__box-2018:hover button,
.gridestaque__box-inscrevase:hover button, .gridestaque__box-agenda:hover button,
.gridestaque__box-pal:hover button{
	width: 40px;
	height: 40px;
	font-size: 1.5rem;
	transition: all 0.5s ease-out;
	opacity: 1;
}

.gridestaque__box-video{
	display: flex;
	justify-content: center;
	align-items: center;
}
.gridestaque__box-video button{
	transform: scale(1);
	transition: transform 0.5s ease-out;
}
.gridestaque__box-video:hover button{
	transform: scale(1.6);
	transition: all 1.2s ease-in-out;
	box-shadow: 0 0 25px #00b49f;
}
.gridestaque__box-inscrevase .tit{
	color: #fdd000;
	font-weight: bold;
}


/**** home-neovideo ****/
.tit__common{
	color: #a131af;
	font-size: 3rem;
}
.home-neovideo{
	padding: 50px 0;
}
.home-neovideo__thumb{
	width: 100%;
	border-radius: 70px;
	border-bottom-right-radius: 0;
}
.home-neovideo__wrap{
	position: relative;
}
.home-neovideo__hover{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.homehome-video__bt--neovideo{
	transform: scale(1);
	transition: transform 0.5s ease-out;
}
.home-neovideo__hover:hover .home-video__bt--neovideo{
	transform: scale(1.6);
	transition: all 1.2s ease-in-out;
	box-shadow: 0 0 25px #000;
}
/*** responsividade ***/

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

@media  (max-width: 991px){
	/** tablets e mobile - md **/
	.home-neovideo__thumb{
		border-radius: 25px;
		border-bottom-right-radius: 0;
	}
}

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


/*** contador ***/
.contador{
	background: transparent url('../img/nums_bg.png') no-repeat left center;
	background-size: cover;
	text-align: center;
	padding: 100px 0px;
}
.contador .tit{
	font-size: 1.85rem;
	color: #b4e800;
	font-weight: bold;
}
.homecontador li{
	display: inline-block;
	width: 120px;
	vertical-align: text-top;
	text-align: center;
}
.homecontador .num{
	font-size: 8.5rem;
	font-weight: bold;
	color: #fff;
}
.homecontador .unid{
	font-size: 2.85rem;
	font-weight: 100;
	color: #fff;
	text-transform: capitalize;
	line-height: 10px;
	margin-top: 3rem;
}
.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;
}


/*** 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 **/
	.slide-home,
	.slide-home__slider,
	.slide-home__slider .slide,
	.slide-home__content{
		height: 300px;
	}
	.slide-home__mask{
		background-position: center left;
	}
	.slide-home__logo {
		padding: 10px;
	}	
	.slide-home .tit{
		font-size: 3.5rem;
	}

	.home-num__grid{
		flex-wrap: wrap;
	}
	.home-num__item{
		width: 100%;
	}
	.home-num__sep{
		text-align: center;
	}
	.gridestaque{
		flex-wrap: wrap;
	}
	.gridestaque__col-1,
	.gridestaque__col-2,
	.gridestaque__col-3{
		width: 100%;
	}
	.contador{
		padding: 40px 0;
	}
	.homecontador li {
	    width: 100%;
   		 margin-bottom: 1rem;
	}
	.homecontador .num {
		font-size: 3.2rem;
	}
	.homecontador .num--sep{
		display: none;
	}
	.homecontador .unid{
		font-size: 1.8rem;
		margin-top: 1rem;
	}
	.home-spot__item {
		margin: 30px 0;
	}
	.home-spot {
		padding: 20px 0;
	}
	.spotimage{
		height: 260px;
	}
	.spotimage__txt{
		top: calc( 50% - 124px/2 )
	}
}

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

}

@media (max-width: 767px){
	/** mobile **/
	.home-intro{
		padding: 35px 0 60px;
	}
}


/*-------------------------------------
Interna - Patrocinadores
-------------------------------------*/
#patrocinadores p{
	text-align: justify;
	margin-bottom: 10px;
}
#patrocinadores h3{
	text-align: center;
	font-size: 1.15rem;
	font-weight: bold;
	color: #132f46;
	margin: 5px 0;
	text-transform: uppercase;
}
.pat-div-container {
	padding: 15px 0;
	border-bottom: 1px solid #d6d6d6;
	background-color: #efefef;
}
.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;
	box-shadow: 0 0 3px #adadad;
}
.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: 45px 0;
	background-size: cover;
	background-position: bottom center;
	position: relative;
}
.fachada__mask{
	width: 100%;
	height: 100%;
	mix-blend-mode: unset;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url('../img/nums_bg.png') no-repeat bottom center;
	background-size: cover;
}
.fachada__wrap{
	position: relative;
}
.fachada h1{
	font-family: "Lato", "Open sans", Arial, sans-serif;
	font-size: 6.3rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	text-shadow: 0 0 23px #000;
}
.fachada__colchete {
	z-index: 12;
	width: 100%;
	height: 124px;
	padding-top: 40px;
	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;
}


/*** variacoes - forum panrotas ***/
.fachada--aviao .fachada__mask{
	background: transparent url('../img/fachada_aviao.png?v=23032022') no-repeat center right ;
	background-size: cover;
}
.fachada--cerebro .fachada__mask{
	background: transparent url('../img/fachada_cerebro.png?v=23032022') no-repeat center right ;
	background-size: cover;
}
.fachada--mao .fachada__mask{
	background: transparent url('../img/fachada_mao.png?v=23032022') no-repeat center right ;
	background-size: cover;
}

/*** responsividade ***/

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

@media  (max-width: 991px){
	/** tablets e mobile **/
	.fachada h1 {
		font-size: 4.3rem;
	}
	.pat-logo-ID-01{
		width: 100%;
	}
	.fachada--aviao .fachada__mask, 
	.fachada--cerebro .fachada__mask,
	.fachada--mao .fachada__mask{
		background-position: center center;
	}

}

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

@media (max-width: 767px){
	/** mobile **/
	.fachada__info{
		display:none;
	}
	.fachada{
		padding: 10px 0;
	}
	.fachada h1 {
		font-size: 4.0rem;
	}
}

/*-------------------------------------
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 #008fd3;
}
span.tabela__orelha {
	background-color: #008fd3;
	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: #cb3968;
	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: #008fd3;
	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: #234896;
	font-size: 1.3rem;
	font-weight: bold;
}

/*-------------------------------------
Interna - Palestrantes
-------------------------------------*/
.pal-lista{
	
display: grid;grid-template-columns: 1fr 1fr 1fr;}
.pal-lista li{
	
	
	width: 100%;
	position: relative;
	padding: 20px;
	overflow: hidden;
}
.pal-lista__bg{
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}
.pal-lista__avatar img{
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	object-position: top center;
}
.pal-lista__txt {
	position: absolute;
	top: 273px;
	left: 0;
	width: 100%;
	padding: 15px 50px 15px 15px;
	color: #fff;
	height: 100%;
	transition: all .15s ease-out;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgb(0, 0, 0) 100%);
}
.pal-lista__info .tit{
	font-size: 2.8rem;
	font-weight: 100;font-family: "Open sans", Arial, sans-serif;
	line-height: 100%;
	
margin-top: 1rem;}
.pal-lista__info .cargo{
	font-size: 1.4rem;
	
margin-top: 1rem;font-weight: bold;}
.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% - 43px );
	opacity: 0;
}
.pal-lista__button{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 70px;
	height: 70px;
	font-size: 2.9rem;
	line-height: 205%;
	border: 0;
	color: #fff;
}
.pal-lista li .pal-lista__button{background: transparent;}
/*.pal-lista li:nth-child(2n+1) .pal-lista__button{background: #618d33;}
.pal-lista li:nth-child(3n+1) .pal-lista__button{background: #fdd000;}
.pal-lista li:nth-child(4n+1) .pal-lista__button{background: #008fd3;}
.pal-lista li:nth-child(5n+1) .pal-lista__button{background: #002e5f;}
.pal-lista li:nth-child(6n+1) .pal-lista__button{background: #e86d4e;}*/


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


.pal-lista li:hover .pal-lista__txt{background: transparent url('../img/bg_pal.png') no-repeat center center;background-size: cover;}
/*.pal-lista li:hover:nth-child(2n+1) .pal-lista__txt{background: rgba(98, 141, 51, 0.75);}
.pal-lista li:hover:nth-child(3n+1) .pal-lista__txt{background: rgba(112, 92, 1, 0.75);}
.pal-lista li:hover:nth-child(4n+1) .pal-lista__txt{background: rgba(0, 144, 211, 0.75);}
.pal-lista li:hover:nth-child(5n+1) .pal-lista__txt{background: rgba(0, 46, 95, 0.75);}
.pal-lista li:hover:nth-child(6n+1) .pal-lista__txt{background: rgba(232, 109, 78, 0.75);}*/

.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: #d133a6;
}

.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; }

/*** responsividade ***/

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

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

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

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

/*-------------------------------------
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;
	border-bottom: 1px solid #e5e6e7;
}
.prog--item img, .prog--item object, .prog--item embed {
	max-width: 100%;
	height: auto;
}
.prog--data,
.prog--local{
	font-size: 19px;
	vertical-align: middle;
	color: #0f228e;
	font-weight: bold;
}
.prog--local{
	font-style: italic;
	margin-top: 2px;
}
.prog--data i,
.prog--local i{
	font-size: 15px;
	vertical-align: baseline;
}
.prog--tit{
	color: #221e1f;
	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: #000;
	font-size: 2.35rem !important;
	font-weight: bold;
	margin: 40px 0 10px !important;
	padding-bottom: 10px;
	border-bottom: 5px solid #000;
}
.diaProg__0015 .tit__forum--print{
	color: #618d33;
	border-bottom: 5px solid #618d33;
}
.diaProg__0016 .tit__forum--print{
	color: #e86d4e;
	border-bottom: 5px solid #e86d4e;
}

#programacao-itens .diaProg:first-child .tit__forum--print{
	margin-top: 0 !important;
}
.diaSelecao{
	position: relative;
}
.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 #0f228e;
	content: " ";
	left: calc( 50% - 15px );
}

#box-prog-baixe{
	text-align: right;
	float: right;
	margin: 29px 0 0 0;
}
#box-prog-baixe a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	background-color: #e1e1e1;
	color: #12238f;
	border: 0;
	display: inline-block;
}
#box-prog-baixe a:before {
	content: '';
	position: absolute;
	top: 0;
	left: -10px;
	width: 28px;
	height: 100%;
	background: #e1e1e1;
	transform: skewX(-20deg);
	z-index: 1;
}
.prog--bloco{
	margin-top: 16px !important;
}
.prog--blocotit{
	font-size: 16px;
	font-weight: bold;
	color: #54a0e6;
}
.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: 80px;
	height: 80px;
	border-radius: 4px;
	overflow: hidden;
}
.prog--pal ul li:hover{
	border: 3px solid #89d2f5;
}


.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: "Lato", 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: #234896;
	margin: 20px 10px 0px;
}


/*** prog nav ***/
.prog__nav{
	width: 100%;
	padding: 30px 0 0;
}
.prog__nav button{
	display: block;
	border: 0;
	background-color: #d133a6;
	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.5rem;
	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%;
	border-radius: 36px;
	border-bottom-right-radius: 0;
}
.forum-util{
	padding: 40px 0;
	background-color: #f3f3f3;
}
.tit__forum{
	color: #132f46;
	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: #234896;
}
.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: #008fd3;
}
/*** info bar ***/
.info-bar{
	background: transparent url('../img/nums_bg.png') no-repeat center center;
	padding: 5px 0 0px 0;
	background-size: cover;
}
.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: #89d1f6;
	color: #132f46;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-decoration: none;
	font-weight: bold;
}
.info-bar__link li a:hover,
.info-bar__link li a.selec {
	background-color: #ffffff;
}
.info-bar.fixed{
	position: fixed;
	top: 57px;
	left: 0;
	z-index: 103;
	padding: 10px 0 0 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;
}
/*** info mapa ***/
.info-mapa__map, .info-mapa__info{
	float: left;
	height: 400px;
}
.info-mapa__map{
	width: 60%;
	background-color: #ff00ff;
	float:left;
}
.info-mapa__info{
	width: 40%;
	padding: 30px;
	color: #fff;
	background: transparent url(../img/nums_bg.png) no-repeat center center;
	background-size: cover;
	float:right;
}
.info-mapa__local{
	font-size: 3.75rem;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 100;
	line-height: 110%;
	margin-top: 100px;
	text-shadow: 2px 2px 1px #000;
}
.info-mapa__end{
	margin: 20px 0;
	font-size: 1.85rem;
}
.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: #008fd3;
	margin: 25px 0 -10px 0;
}
.info-hotel__logo{
	margin-top: 45px;
	text-align: center;
}
.info-hotel__logo img{
	display: inline-block;
	height: 75px;
}
a.info-hotel__link{
	font-size: 1.15rem;
	color: #c3c3c3;
}
td:hover a.info-hotel__link{
	color: #008fd3;
}

/*** responsividade ***/

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

@media  (max-width: 991px){
	/** tablets e mobile **/
	.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-table__first-column{
		width: 30%;
		overflow: hidden;
	}
}

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

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

/*-------------------------------------
Á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 .menu li a,
#inscrevase-page .menu li a{
	display:none;
}
#new-page .menu li.menu-link__inscrevase a,
#inscrevase-page .menu li.menu-link__inscrevase a{
	display: block;
}
#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;
}
#new-page footer,
#inscrevase-page footer{
	padding: 50px 0;
}
#new-page  .btn-footer-inscrevase,
#inscrevase-page  .btn-footer-inscrevase{
	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","Open sans", 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;
	}

}


/*-------------------------------------
Ajustes para impressao
-------------------------------------*/
@media print {
	nav, footer, #footer-patrocinadores,
	#mobile-btn{
		display: none;
	}
	.fachada{
		padding: 10px 0;
		height: auto;
	}
	.fachada__mask{
		background-color: #fff;
		background-image: none;
	}
	.fachada__colchete{	
		height: auto;
	}
	.fachada__colchete h1{
		font-size: 3.3rem;
		color: #24969f;		
		text-shadow: none;
	}
	.fachada__label span {
		font-weight: bold;
		color: #24969f;
	}
	.fachada__info{
		display:block !important;
	}
	.prog--data i{
		display: none;
	}
}


/*-------------------------------------
Modo app
-------------------------------------*/
.app header,
.app .fachada{
	display: none;
}
.app .info-bar{
	background: unset;
	background-color: #00228e;
}
.app .info-bar.fixed{
	top: 0;
	padding: 10px 0;
}
.app .info-bar .info-bar__link li a{
	display: inline-block;
	margin: 5px 2px;
	background-color: #fff;
	padding: 10px 15px;
}
.app .diaSelecao a {
    padding: 11px 22px;
}
.app .light-tit{
	font-size: 20px;
}
.app .hide-app{
	display: none;
}


/*-------------------------------------
Assinatura Appx Digital v1.2
-------------------------------------*/
/*** posicionamento do container ***/
#container-logo{
	float: right;
	margin-right: -56px;
	margin-top: 17px;
	filter: drop-shadow(0px 0px 3px #000 );
}
/*** 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
-------------------------------------*/
#esconde::after{
	content: ' ';
	display: table;
	clear: both;
}
#esconde .tecnologiaecenografia{
	
	width: 100%;
}
#esconde .patrocinio, #esconde .destinoanfitriao, #esconde .espacoanfitriao, #esconde .gastronomia{
	float: left;
	width: 25%;
}
#esconde .hoteloficial, #esconde .carbonozero, #esconde .transferoficial{
	float: left;
	width: 20%;
}
#esconde .apoio{
	float: left;
	width: 40%;
}

#esconde .patrociniogold,
#esconde .a{
	clear:both;
}


#esconde .aliancainstitucional img{
	width: 100%;
}
#esconde .tecnologiaecenografia img{
	max-width: 100%;
}
.subtit__forum {
    font-size: 2.1rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #d133a6;
    margin-bottom: 20px;
}

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

@media (max-width: 1200px) and (min-width: 992px){
	/*** desktop menor ***/
}
@media  (max-width: 991px){
	/*** tablets e mobile ***/
	#esconde .carbonozero,	#esconde .apoiotraducaosimultanea,	#esconde .apoiotransferoficial,
	#esconde .apoio, #esconde .participacao, #esconde .transferoficial, #esconde .destinoanfitriao, 
	#esconde .espacoanfitriao, #esconde .tecnologiaecenografia, #esconde .patrocinio , #esconde .gastronomia, #esconde .hoteloficial{
		float: none;
		width: 100%;
	}
	#esconde .pat-logo-ID-14{ width: 100%; }
}
@media (min-width: 768px) and (max-width: 991px){
	/*** tablets ***/
}
@media (max-width: 767px){
	/*** mobile ***/
}