@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,300i,400,600,600i&display=swap');

body {
	margin: 0;
	padding: 0;
	border: 0 none;
	font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	color: #000;
	text-align: justify;
	background-color: #fff;
}

a:link,
a:visited {
	color: #DF6759;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

.clear {
	clear: both;
}

#home .main,
#home .side {
	float: left;
}

.main,
.side {
	box-sizing: border-box;
	/* float:left; */
	/* float: right; */
}

.main {
	padding: 90px 90px 90px 98px;
	width: 75%;
	overflow: hidden;
	float: right;
	min-height: 100vh;
}

.main_full {
	width: 100%;
}

.side {
	/* width: 25%;
	position: relative; */
	/* width: 370px; */
	/* position: sticky;
	top: 0;
	height: 100vh;
	float: left; */
	width: 25%;
	position: sticky;
	top: 0;
	height: 100vh;
	overflow: hidden;
	display: flex;
	align-items: flex-start;
}

img {
	max-width: 100%;
}

h2,
strong {
	font-weight: 600;
}

h1,
h2 {
	text-align: left;
}

h2 {
	margin: 30px 0;
	padding: 14px 30px;
	font-size: 30px;
	line-height: 30px;
	color: #231f20;
	text-align: center;
	background-color: #fff;
	text-transform: uppercase;
}

sup {
	text-transform: lowercase;
}

/* --- CONTENT --- */
#content>div:nth-child(2n+1) {
	background-color: #f7f7f7;
}

/* --- HOME --- */
#home {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

#home_mobl {
	background-color: #f7f7f7;
	display: none;
}

#home_mobl h2 {
	margin: 0;
	border-bottom: 2px solid #fff;
	color: #fff;
	background-color: #231f20;
}

#home_mobl img {
	width: 100%;
	display: block;
}

#home_imag {
	height: 100vh;
	background: url('../img/event_image.jpg') center center no-repeat;
	background-size: cover;
}

#home .main {
	padding: 0 8px;
	width: 50%;
	height: 100vh;
	display: table;
	background-color: #eee;
}

#home .main>div {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	background: #231f20 url('../img/home_main_back.png') center center no-repeat;
	background-size: cover;
}

#home_titl {
	margin: 0 auto 10%;
	max-width: 60%;
	font-size: 0;
	line-height: 0;
}

#home_titl>img {
	margin: 0 auto;
	height: 100%;
	display: block;
}


#cont_down {
	box-sizing: border-box;
	text-align: center;
}

#cont_down>div {
	margin: 0 20px;
	width: 110px;
	height: 100px;
	background: url('../img/cont_back.png') center center no-repeat;
	background-size: contain;
	position: relative;
	display: inline-block;
}

#cont_down>div>div {
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	top: 0;
	left: 50%;
}

#cont_down>div>div>span {
	font-weight: normal;
	font-size: 36px;
	line-height: 36px;
	display: block;
}

#home .side {
	background-color: #fff;
	width: 25%;
	display: block;
}

#home .side img.mobl_hide {
	margin: 0 auto;
	max-width: 100%;
	height: 70vh;
	display: block;
}

/* --- HISTORIC EVENTS --- */
#hist_even {
	width: 100%;
	height: 30vh;
	display: table;
}

#hist_even>div {
	width: 100%;
	display: table-row;
}

#hist_even a {
	width: 33.3333%;
	height: 50%;
	font-size: 17px;
	line-height: 17px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

#hist_even a:link,
#hist_even a:visited {
	text-decoration: none;
	color: #fff;
}

#hist_even a:hover {
	background-color: #231f20;
	opacity: 0.7;
}

#hist_even strong {
	margin-top: 10px;
	font-size: 20px;
	line-height: 20px;
	display: block;
}

#ev01,
#ev02,
#ev03,
#ev04,
#ev05,
#ev06 {
	background-color: #231f20;
	background-position: center center;
	background-repeat: repeat;
}

#ev02,
#ev04,
#ev06 {
	background-image: url('../img/w20.png');
}

.title_section {
	margin-bottom: 20px;
	margin-top: 20px;
	/* background: url(../img/title-back.jpg) center top no-repeat; */
	background-position: cover;
	background-attachment: fixed;
	border: 0 none;
	padding: 10px 0;
}

.title_section h2 {
	background-color: transparent;
}

.title_section h2 span {
	padding: 10px 20px;
	border: 3px solid #fff;
	background-color: #231f20;
	color: #fff;
	display: inline-block;
}

/*Menu pages*/
.side_menu ul {
	/* box-sizing: border-box;
	padding: 90px 0;
	width: 100%;*/
	list-style: none; 
	width: 100%;
	padding: 180px 20px 40px;
	box-sizing: border-box;
}

.side_menu li {
	box-sizing: border-box;
	margin: 0 auto;
	width: 80%;
	text-align: left;
}

.side_menu li a,
.link_blck {
	margin-bottom: 14px;
	padding: 15px 10px 15px 54px;
	border-left: 4px solid #DF6759;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	background-image: url('../img/icon-info.png');
	background-color: #eee;
	background-size: 34px;
	background-position: 10px center;
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}

.side_menu li a:link,
.side_menu li a:visited,
.side_menu li a:hover,
.link_blck:link,
.link_blck:visited,
.link_blck:hover {
	text-decoration: none;
}

.content_menu .link_blck {
	display: inline-block;
}

.side_menu a.programme {
	background-image: url('../img/icon-programme.png');
}

.side_menu a.form,
.link_blck.form {
	background-image: url('../img/icon-form.png');
}

.side_menu a.instructions {
	background-image: url('../img/icon-instructions.png');
}

.side_menu a.objectives {
	background-image: url('../img/icon-objectives.png');
}

.side_menu a.policy {
	background-image: url('../img/icon-policy.png');
}

.side_menu a.posters {
	background-image: url('../img/icon-posters.png');
}

.side_menu a.calendar {
	background-image: url('../img/icon-calendar.png');
}

.side_menu a.price {
	background-image: url('../img/icon-price.png');
}

.side_menu a.print {
	background-image: url('../img/icon-print.png');
}

.side_menu a.schedule {
	background-image: url('../img/icon-schedule.png');
}

.side_menu a.speakers {
	background-image: url('../img/icon-speakers.png');
}
.subpage {
	min-height: 100vh;
}
/* LINKS */
a.link01:link,
a.link01:visited {
	color: #333;
}

a.link01:hover {
	color: #DF6759;
}

a.link02:link,
a.link02:visited {
	color: #fff;
}

a.link02:hover {
	color: #fff;
}

/*---PROGRAMME---*/
.prog_info {
	box-sizing: border-box;
	padding: 40px 30px 40px 0;
	border-top: 1px solid #999;
	width: 100%;
	font-size: 18px;
	text-align: center;
	display: table;
}

.prog_info:nth-child(1) {
	border-top: 0 none;
}

.prog_info strong,
.prog_sess b {
	text-transform: uppercase;
}

.prog_info span {
	color: #3f3f3f;
}

.prog_sess,
.prog_pres {
	box-sizing: border-box;
	padding-left: 30px;
	display: table-cell;
}

.prog_sess {
	width: 30%;
	color: #DF6759;
}

.prog_pres .prog_titl {
	font-weight: 600;
	font-size: 18px;
}

.prog_pres b.prog_titl {
	color: #1d1d1b;
}

.prog_pres {
	width: 70%;
	font-size: 16px;
	text-align: left;
}

.prog_pres strong {
	text-transform: none;
}

.prog_pres ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.prog_pres ul li {
	margin: 22px 0 0;
}

.prog_pres ul li:nth-child(1) {
	margin-top: 0;
}

.prog_pres>.prog_info {
	padding: 22px 0 0;
	border-top: 0 none;
}

.prog_pres>.prog_info .prog_sess,
.prog_pres>.prog_info .prog_pres {
	padding-left: 0;
	text-align: left;
}

.prog_pres>.prog_info .prog_sess {
	width: 140px;
	font-size: 16px;
}

.prog_pres>.prog_info .prog_pres {
	width: auto;
}


/*---MENU PPAL---*/
.menu_icon_back {
	padding: 20px;
	position: fixed;
	top: 0px;
	left: 0;
	z-index: 1;
	background-color: #fff;
}

.menu_icon {
	width: 40px;
	height: 38px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	/* position:fixed;
	top:27px;
	left:35px;
	z-index:1; */
}

#menu_ppal {
	background-image: url('../img/menu_ppal.png');
}

#menu_ppal:hover,
#menu_ppal.menu_home:hover {
	background-position: center center;
}

header nav {
	width: 100%;
	position: fixed;
	top: 0;
	left: 100%;
	z-index: 3;
}

header nav.menu_show {
	left: 0;
}

/* header nav>div {
	box-sizing: border-box;
	padding: 50px;
	width: 100%;
	height: 100vh;
	background-color: #3f3f3f;
	background: url('../img/menu-background.jpg');
	background-size: cover;
	position: relative;
} */

#menu_clos {
	/* background-image: url('../img/menu_clos.png'); */
	position: absolute;
	right: 50px;
	bottom: 50px;
	z-index: 5;

}

#menu_clos:hover {
	background-position: right center;
}

/* header nav img {
	box-sizing: border-box;
	margin: 0 auto;
	padding-bottom: 40px;
	height: 30%;
	display: block;
	float: right;
} */

/* header ul li:first-child() {
	margin-top: 0px;
} */

/* header ul {
	margin: 0;
	padding: 0;
	height: 100%;
	list-style: none;
} */

/* header ul li {
	box-sizing: border-box;
	width: 50%;
	padding: 10px;
	font-weight: 600;
	font-size: 28px;
	color: #fff;
} */

/* header ul li:hover {
	border-color: #3f3f3f;
	background-image: url('../img/k10.png');
	background-position: center center;
	background-repeat: repeat;
} */

/* header ul li a {
	width: 100%;
	height: 100%;
	display: table;
} */

/* header ul li a:link,header ul li a:visited {
	text-decoration: none;
	color: #fff;
} */
/* header ul li a:hover {
	color: #000;
} */

/* header ul li a span {
	display: table-cell;
	vertical-align: middle;
} */
/*---REGISTRATION---*/
.pric_tabl {
	margin-top: 22px;
	border-collapse: collapse;
	width: 100%;
	border-bottom: 2px solid #eee;
}

.pric_tabl tr:nth-child(2n+1) td {
	background-color: #eee;
}

.pric_tabl th,
.pric_tabl td {
	min-width: 25%;
	padding: 5px 10px;
	border: 2px solid #fff;
}

.pric_tabl th {
	color: #fff;
	background-color: #1d1d1b;
	text-align: center;
}

.pric_tabl th.tabl_titl {
	text-align: left;
	background-color: #3f3f3f;
}

.pric_tabl td {
	text-align: center;
}

.pric_tabl td.tabl_empt {
	background-color: transparent !important;
}

.pric_tabl td.tabl_left {
	text-align: justify;
}

/* MEnu pages */
#back_left {

	position: absolute;

	left: 0;
	top: 0;

	width: 100%;
	height: 100%;

	background-position: center;
	background-size: cover;

	background: url("../img/event_image.jpg") center center no-repeat;
	z-index: 1;
}

#back_left .title_section {

	position: absolute;

	top: 40px;

	left: 20px;
}

.side>* {

	position: relative;
	z-index: 2;
}

#programme-schedule {
	width: 100%;
	overflow: scroll;
}

#programme-schedule table {
	margin: 0;
	padding: 0;
	border: 0 none;
	border-collapse: collapse;
	width: 100%;
	min-width: 1200px;
	overflow: scroll;
}

#programme-schedule th,
#programme-schedule td {
	padding: 10px;
	border: 2px solid #fff;
	font-size: 13px;
	text-align: center;
	background-color: #eee;
	vertical-align: middle;
}

#programme-schedule th {
	color: #fff;
	background-color: #000;
	text-transform: uppercase;
}

#programme-schedule .bg-01 {
	background-color: #F7BC79;
}

#programme-schedule .bg-02 {
	background-color: #E46D61;
}

#programme-schedule .bg-03 {
	background-color: #F4AEAC;
}

#programme-schedule .bg-04 {
	background-color: #FCE5DC;
}

.cont_co01, .cont_co02 {
  box-sizing: border-box;
  padding-right: 20px;
  width: 50%;
  float: left;
}

.cont_co02 {
  padding-right: 0;
  padding-left: 20px;
}

.main h3::after {
	margin-top: 8px;
	width: 60px;
	height: 2px;
	background-color: #DF6759;
	display: block;
	content: "";
}

.important_dates {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.important_dates > div {
	padding: 30px;
	border-top: 4px solid #DF6759;
	font-size: 20px;
	line-height: 1.2em;
	background: #fff url('../img/icon-calendar-o20.png') right 30px bottom 30px no-repeat;
	background-size: 46px;
	-webkit-box-shadow: 5px 5px 10px 0 #A6A6A6;
	box-shadow: 5px 5px 10px 0 #A6A6A6;
}

.important_dates a {
	margin-top: 10px;
	padding: 5px 10px;
	font-size: 18px;
	display: inline-block;
}

.important_dates a:link,.important_dates a:visited {
	text-decoration: none;
	color: #fff;
	background-color: #DF6759;
}

.important_dates a:hover {
	color: #fff;
	background-color: #000;
}

/*FORM*/
.main.main_form {
	margin: 0 auto;
	min-height: 100vh;
	float: none;
}

.main.main_form h1 {
	font-size: 30px;
	line-height: 32px;
}

.form_abst>div {
	width: 50%;
	float: left;
}

.form_abst>div.clear {
	width: 100%;
	display: block;
	float: none;
}

.cont_entr {
	padding-top: 10px;
	border-bottom: 1px solid #eee;
}

label {
	margin-top: 10px;
	display: block;
}

.form_text {
	margin: 3px 0 0;
	padding: 4px 6px;
	border: 1px solid #c5c4c4;
	min-width: 90%;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #333;
}

.form_subm {
	margin: 20px auto 0;
	border: 0 none;
	width: 100px;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	background-color: #3f3f3f;
	;
	display: block;
	cursor: pointer;
}

.form_subm:hover {
	background-color: #000;
}

span.error {
	color: #f00;
	display: block;
}

span.error {
	padding-left: 10px;
	color: #f00;
	background: url('../img/erro_arrw.png') left center no-repeat;
}

.da_ok,
.da_nook {
	border: 1px dashed #ccc;
	padding: 20px 20px 20px 50px;
	background-color: #f9f9f9;
}

.da_ok {
	background: url('../img/ok.png') 10px center no-repeat;
}

.da_nook {
	background: url('../img/nook.png') 10px center no-repeat;
}

/* --- RESPONSIVE --- */
.mobl_show {
	display: none;
}

@media screen and (max-width: 1400px) {
	#cont_down>div {
		width: 88px;
		height: 80px;
	}

	#cont_down>div>div {
		font-size: 14px;
		line-height: 14px;
	}

	#cont_down>div>div>span {
		font-size: 28px;
		line-height: 28px;
	}

	#sponsors img {
		width: 23%;
	}

	.main.main_form {
		width: 1200px
	}

	#back_left .title_section h2 {
		font-size: 20px;
	}
}

@media screen and (max-width: 1024px) {
	.mobl_hide {
		display: none;
	}

	.mobl_show {
		display: block;
	}

	#home {
		height: auto
	}

	#home_imag.side,
	#home_main.main,
	#home_side.side {
		position: static
	}

	#home_imag.side,
	#home_side.side {
		display: block
	}

	#home_imag.side {
		width: 35%;
	}

	#home_main.main {
		width: 65%;
	}

	#home_side.side {
		width: 100%;
		float: none
	}

	#hist_even {
		height: 140px;
		display: block
	}

	#hist_even>div {
		width: 50%;
		height: 100%;
		display: table;
		float: left
	}

	#home .side img.mobl_hide {
		display: none
	}

	#home .side img.mobl_show {
		margin: 0 auto;
		padding: 20px 0;
		max-width: 90%;
		display: block
	}

	#ev03 {
		background-image: none
	}

	#ev04 {
		background-image: url('../img/w20.png')
	}

	.main {
		width: 100%;
	}

	.side {
		display: none
	}

	.cont_menu {
		display: block
	}

	.side_menu ul {
		padding: 0
	}

	.side_menu li {
		margin-right: 2%;
		width: 31%;
		float: left
	}

	.side_menu li a {
		min-height: 40px
	}

	.main.main_form {
		width: 1000px
	}
}

@media screen and (max-width: 800px) {
	#menu_clos {
		top: 14px;
		left: auto;
		right: 30px
	}

	.main {
		padding: 30px
	}

	#cont_down>div {
		width: 70px
	}

	#cont_down>div>div {
		font-size: 12px
	}

	#cont_down>div>div>span {
		font-size: 26px
	}

	#sponsors img {
		width: 31%
	}

	.main.main_form {
		width: 700px
	}
}

@media screen and (max-width: 640px) {
	header nav {
		height: 100vh;
		overflow-y: scroll
	}

	header nav>div {
		height: auto
	}

	header nav img {
		width: 240px;
		height: auto;
		float: left;
	}

	header nav>div {
		padding: 60px 30px;
		/*background-image: url('../img/menu-background-m.jpg');*/
	}

	header ul {
		height: auto
	}

	header ul li {
		width: 50%;
		font-size: 16px;
	}

	#menu_clos {
		width: 32px;
		height: 32px;
		background-size: cover
	}

	.prog_info {
		padding-right: 0
	}

	.prog_sess {
		padding: 0 30px 0 0
	}

	.prog_pres {
		padding: 0
	}

	.prog_pres>.prog_info .prog_sess,
	.prog_pres>.prog_info .prog_pres {
		padding: 0;
		width: 100%;
		text-align: left;
		display: block
	}

	.prog_pres>.prog_info .prog_sess {
		padding-bottom: 10px
	}

	.main.main_form {
		width: 100%
	}

	#hist_even>div {
		width: 100%
	}

	.important_dates {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 480px) {
	#home_mobl {
		display: block
	}

	#home_imag.side,
	#home_titl,
	#home .side img.mobl_show,
	#scrl_down {
		display: none
	}

	#home_main.main {
		padding: 0;
		width: 100%;
		height: auto;
		min-height: 0;
		float: none
	}

	#cont_down {
		padding: 30px 0
	}

	#cont_down > div {
		margin: 20px 0;
		width: 50%;
	}

	#hist_even {
		height: 100px
	}

	.side_menu li {
		margin-right: 0;
		width: 100%
	}

	.side_menu li a {
		min-height: auto
	}

	header ul li {
		width: 100%;
		float: none
	}

	#sponsors img {
		width: 48%
	}

	.prog_sess,
	.prog_pres {
		padding: 0;
		width: 100%;
		text-align: left;
		display: block
	}

	.prog_sess {
		padding-bottom: 22px
	}

	.form_abst>div {
		width: 100%;
		float: none
	}

	.main,.subpage {
		min-height: 0;
	}

	.title_section h2 span {
		font-size: 24px;
	}
}