*{
	box-sizing: border-box;
}
html, body{ 
	width: 100%;
	height: auto;
	min-height: 100vh;
	position: relative;
	color: #231f20;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
}
img{
	max-width: 100%;
}
header{
	position: absolute;
	top: 0;
	z-index: 5;
	left: 0;
	width: 100%;
	height: auto;
    padding: 30px 10%;
    text-align: left;
    display: flex;
    background:#0b121a;
}

header .menu_content{
    position: fixed;
    top: 0;
    left: 0;
    width:100%;
    height: 0;
    transition: all ease-in-out 0.2s;
    text-align: center;
    overflow: hidden;
    background: #43c6f1;
}
header .mobile{
  display: none;
}
header .menu_content.open{
    height: 100%;

}
header .display{
  display: inline-block;
  text-align: right;
  width: 100%;
}
header .display nav ul{
  display: inline-block;
}
header .display nav ul li{
  display: inline-block;
}
header .display nav ul li a{
  display: inline-block;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
}
header .display nav ul li a.active{
  border: 1px solid #fff;
}
header .menu_content nav{
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    position: relative;
    z-index: 2;
}
header .menu_content nav ul li a{
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 10px 0;
    font-size: 30px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    opacity: 0.7;
    color: #000;
}

header .menu_content nav ul li a.active{
    opacity: 1;
    color: #154a9a;

}
header .nav{
  width: 30px;
  height: 23px;
  position: relative;
  margin: 0px 0 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  float: right;
  display: inline-block;
}

header .nav span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #43c6f1;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon2 {
}

header .nav span {
  display: block;
  position: absolute;
  height: 4px;
  width: 50%;
  background: #43c6f1;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

header .nav span:nth-child(even) {
  left: 50%;

}

header .nav span:nth-child(odd) {
  left:0px;
}

header .nav span:nth-child(1), header .nav span:nth-child(2) {
  top: 0px;
}

header .nav span:nth-child(3), header .nav span:nth-child(4) {
  top: 9px;
}

header .nav span:nth-child(5), header .nav span:nth-child(6) {
  top: 18px;
}
header .nav.open span{
    background: #154a9a;
}
header .nav.open span:nth-child(1),header .nav.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

header .nav.open span:nth-child(2),header .nav.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header .nav.open span:nth-child(1) {
left: 3px;
top: 4px;
}

header .nav.open span:nth-child(2) {
left: calc(50% - 3px);
top: 4px;
}

header .nav.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

header .nav.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

header .nav.open span:nth-child(5) {
    left: 3px;
    top: 14px;
}

header .nav.open span:nth-child(6) {
    left: calc(50% - 3px);
    top: 14px;
}
header .logo{
    display: inline-block;
    vertical-align: middle;
position: relative;
z-index: 9;
}
header .logo img{
    display: inline-block;

}
header .logo.open img{
    display: none;

}
header .logo img.activo{
    display: none;
}
header .logo.open img.activo{
    display: inline-block;
}
.expositores .fundo{
  background: #fff; 
}


main{
	position: relative;
	z-index: 1;
    padding-top:100px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 90vh;
}
/*.expositores main{
    padding-top: 0;
  }*/
.home main{

  margin: 0;
  padding: 0;
}
main section{
  margin-top: 70px;
}
main .sponsors .slick-slider .slick-track, main .sponsors  .slick-slider .slick-list{
  display: flex;
  align-items:flex-end;
}
main .sponsors .slick-initialized .slick-slide{
  align-self: flex-end;
}
main .content, .sponsors .content{
  display: inline-block;
  vertical-align: middle;
  max-width: 700px;
  position: relative;
  z-index: 1;
  text-align: left;
  width: 90%;
  align-self: center;
  margin:0 auto;

}
.expositores main .content{
    max-width: 100%;
}
.home main .content{
    max-width: 1000px;
}
main .news article{
  margin-bottom: 30px;
}
main .news article a{
  display: flex;
  width: 100%;
  color: #0b121a;

}
main .news article a > div{
  width: 40%;

}

main .news article a > .imagem{
  background: no-repeat center center;
  background-size: cover;

}
main .news article a > .text, main .mapa > .text{
  width: 60%;
  padding-left: 20px;
  font-size: 18px;
}

main .news article a > .text .date{
  font-size: 14px;
}
main .news article a > .text h2, main .mapa > .text h2{
  text-transform: uppercase;
  font-weight: 700;
font-size: 21px;

}
main .news article a > .text p{
  margin: 20px 0;
}
main .news article a > .text span{
  color: #4cb2e5;
  font-weight: 700;
}

main .mapa{
  display: flex;
}
main .mapa > div{
  width: 100%;
}
main .mapa > .map{
  min-height: 300px
}
main .content .mapa > .text{
  position: relative;
  width: 100%
}
main .mapa > .map img{
  width: 100%
}
main .content .mapa > .text p{
  margin:0;
}
main .content .mapa > .text h2{
  margin-bottom: 20px;
}
main .sharing{
  width: 100%;
  text-align: center;
}

main .sharing ul, main .sharing ul li{
  display: inline-block;
}
main .sharing ul li a{
  font-size: 40px;
  color: #0b121a;  padding: 0 10px;
}
main .sharing ul li a:hover{

  color: #4cb2e5;
}
main section .info{
  display: flex;
}
main section .info > *{
  width: 100%;
}
main section .info .text{
  padding-right: 20px
}
.brevemente {
  width: 100%;
}
.brevemente{
  color: #4cb2e5;
  font-size: 2vw;
  font-weight: 700;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}
main .header{
  background:#0b121a;
  width: 100%;
  padding: 100px 0;
  position: relative;
  z-index: 2;

}
.bilhetes main .header{
    background:transparent;
    padding:0;
}
main .header .compra{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -30px;

}
.bilhetes main .header .compra{
    position: relative;
    bottom:0;

    text-align: center;
}
main .header .compra .content, main .header .content{
    text-align: center;

}
main .header .compra .content a{
  width: 100%;
  display: inline-block;
  background: #4cb2e5;
  padding: 20px 0;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: #fff;
   max-width: 70%;
}
.bilhetes main .content .text{
    padding-top: 40px;
}
main .content .text{
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    width: 100%;
}
main .content .text ul li{
  text-align: left;
  display: inline-block;
  width: 100%;
  font-size: 0;
  line-height: 0;

}
.expositores main .content .text ul li{
  font-size: 15px;
  line-height: inherit;
}
.expositores main .content > ul {
  font-size: 0;
}
.expositores main > ul > li{
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  padding: 3%;
}
main .content .text ul li img{
  display: inline-block;
  height: auto;
}
main .content .text p{
    margin-bottom: 20px; 
}
main .content .text ul{
  width: 100%;
  font-size: 0;
}
.contactos main .content .text p.social{
  font-size: 30px;
}
main .content .text ul li{
  width: 100%;
  display: inline-block;
  height: auto;
  background: no-repeat center center;
  background-size: cover;

  margin-bottom: 10px;
}
main .content .text ul li img{
  width: 100%
}
main .content .text ul li:nth-of-type(2n){
  margin-right: 0;
}
main .content img.data{
	margin-top: 30px;
	width: 50%;
}

.contactos main .intro #map{
    display: inline-block;
    position: fixed !important;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    transition: all 1s;
    opacity: 0.3;
}
.contactos main .intro #map.hide{
  opacity: 1;
}
.contactos main .intro .content .text a{
    color: #154a9a;
}

.visitantes main .content .text > div{
  display: inline-block;
  width: 48%;
  margin-right: 2%;
  vertical-align: top;
}
.visitantes main .content .text > div:nth-of-type(2n){
  margin-right: 0;
}
.visitantes main .content .text p a{
  color: #154a9a;
  display: inline-block;
  margin:0 2px;
  margin-bottom: 20px;
}
.visitantes main .content .text div h3{
  font-size: 1.8vw;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}
.visitantes main .content .text p a:hover{
  color: #43c6f1
}
.visitantes main .content .text form {
  font-size: 0;

}
.visitantes main .content .text form input{
  display: inline-block;
  width: 100%;
  border: 0;
  background: rgba(0,0,0,0.1);
  padding: 15px 10px;
  font-size: 14px;
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;


}

.visitantes main .content .text form input[type="submit"]{
  background: #154a9a;
  color: #43c6f1;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}
.visitantes main .content .text p{
  margin-bottom:5px;
}
.seminarios tr{
  background: rgba(0,0,0,0.1);
}
.seminarios tr td{
  padding: 10px 20px;

}
.seminarios tr:nth-of-type(2n){
  background: rgba(0,0,0,0.05);
}
#seminario {
/*    font-family: "Lucida Sans Unicode", "Lucida Grande", "Segoe Ui";
*/    border-collapse: collapse;
    width: 100%;
    display: none;
  }

#seminario td, #seminario th {
  border: 1px solid #ddd;
  padding: 8px;
}

#seminario tr:nth-child(even){background-color: #f2f2f2;}

#seminario tr:hover {background-color: #ddd;}

#seminario th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #43c6f1;
  color: white;
}

.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 5px 5px; /* 15 32 */
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}
.button2:hover {
  background-color: white; 
  color: black; 
  /*border: 2px solid #154a9a;*/
}

.button2 {
  background-color: #154a9a;
  color: white;
}

table{
    width:100%;
}
.seminarios table, .bilhetes table{
  border:0;
  width: 100%;
}
.seminarios table tr th, .bilhetes table tr th{
  background: #4cb2e5;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size:18px; 
  color: #fff;
  font-weight: 700;
  border-bottom: 4px solid #fff;
  text-align: center;


}

.expositores main .content section div{
    
}
.expositores main .content section div ul{
    display: flex;
    flex-wrap: wrap;
}
.expositores main .content section div ul li{
    width: 25%;
    padding: 10px;
}
.expositores main .content section div ul li a{
    display: inline-block;
}
.bilhetes form{
  display: flex;
  flex-wrap: wrap;
}
.bilhetes form input{
  width: 49%;
  margin-right: 1%;
  padding: 10px 10px;
  background: rgba(0,0,0,0.05);
  border:0;
  margin-top: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;

}
.bilhetes form input[type="submit"]{
  background:#4cb2e5;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
.bilhetes form input:nth-of-type(2n){
  margin-right: 0;
}
.contactos main .content{
  text-align: center;
  overflow: hidden;
}

.contactos main .content .text{
  background: rgba(255,255,255,0.8);
  padding: 10px 20px;
  -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 4px 4px 15px -7px rgba(0,0,0,0.3);
-moz-box-shadow: 4px 4px 15px -7px rgba(0,0,0,0.3);
box-shadow: 4px 4px 15px -7px rgba(0,0,0,0.3);
text-align: left;
transition: all 1s 0s;
overflow: hidden;
  max-width: 9999;
  opacity: 1;
}
.contactos main .content.hide h1{
transition: all 1s 0s;
overflow: hidden;
  max-width: 9999;
  opacity: 1;  
}
.contactos main .content.hide .text, .contactos main .content.hide h1{
  max-width: 0;
  transition: all 1s;
  opacity: 0;
}
.contactos main .button{
  position: relative;
  z-index: 3;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;

margin-top: 20px;
width: 100%;
background: transparent;


}
.contactos main .button a{
  color: #fff;
  padding: 5px 20px;
  display: inline-block;
    -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
 background: #183656;
}

main section h1{
  text-align: center;
  font-size: 3vw;
  font-weight: 700;
  margin-bottom: 50px;
  text-transform: uppercase;
}
main section h2{
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;  
}
main section h3{
   font-weight: 700;
  text-transform: uppercase;
  text-align: left; 
  font-size: 2vw;
}
.bilhetes main section h2{
    font-size: 2.7vw;
  margin-bottom: 20px;
}
footer{
  width: 100%;
  text-align: center;
  font-size: 12px;
  background: #0b121a;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 0;
  color: #fff;
  margin-top: 70px
}

#blanket {
    /*background-color:#111;*/
    background: rgba(255,255,255,0.8);
    transition: all 0.3s ease;
    overflow: hidden;
    display: none;
    opacity: 1;

    position:fixed;
    z-index: 99999001;
    top:0px;
    left:0px;
    width:100%;
    height: 100%;
    overflow: hidden;
}
.popUpDiv{
     position:fixed;
     top: 0;
    left: 0;
    height:100%;
    z-index: 99999002;
    font-size: 0;
    transition: all 0.3s ease;
}
.popUpDiv.close{
    top:-100%;
    opacity: 0;
}
#popUpDiv {
    position:fixed;
    background:;
    background-size: 100% auto;
    width:100%;
    top: 0;
    left: 0;
    display: none;
    text-align: center;
    height:100%;
    z-index: 99999002;
    font-size: 0;
    transition: all 0.3s ease;
    background: rgba(255,255,255,0.8);

}
#popUpDiv .conteudo{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    display: inline-block;
    z-index: 99999;
    width: 90%;
}
#popUpDiv .conteudo iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    top: 5%;
    z-index: 9999
}
#popUpDiv .text{
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: middle;
    position: relative;
    max-width: 90%;
    z-index: 9;
    transition: all 0.3s ease;
    font-size: 30px;
    color: #000;
}

.popup-close1{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

@media only screen and (max-width: 840px){
  .home main .content{
    width: 90%;
  }
  .home .sponsors{
    position: relative;
  }
  .home main{
    height: 60vh;
    min-height: 60vh;
  }
  .home main .content img{
    margin: 0;
    margin-top: 70px;
  }
  .home .sponsors{
    flex-wrap: wrap;
  }
  .home > .sponsors > ul{
    width: 50% !important;
  }
  .home .sponsors ul li ul{
    flex-wrap: wrap;
  }
  .home .sponsors ul li ul li{
    max-width: 47%;
    margin-bottom:10px;
  }
  .home .sponsors ul:last-child{
    width: 100% !important;
  }
  .home .sponsors ul li h1{
    font-size: 3vw;
  }
  .expositores main .content section div ul li{
      width: 49%;
  }
}
main .news article a > .imagem img{
  width: 100%;
  margin-top: 0;
}
@media only screen and (max-width: 480px){
  body.noscroll{
    overflow: hidden;
  }
  .display{
    display: none !important;
  }
  header .mobile{
    display: inline-block;
  }
  header > *{
    width: 100%;
  }
  .home > .sponsors > ul{
    width: 100% !important;
  }
  .home .sponsors ul li ul li{
    max-width: 100%;
    margin-bottom:10px;
  }
  .home main .content img{
    margin-bottom: 0;
  }
  main .content h1{
    font-size: 11vw
  }
  .brevemente{
    font-size: 8vw;
  }
	.home .sponsors ul{
    width: 100%;
  }
  .home main{
    height: 60vh;
    min-height: 60vh;
  }
  main .content{
    width: 90%;
  }
  
  main.expositores{
    padding-top: 0;
  }

  .home .sponsors ul li h1{
    font-size: 6vw;
  }
  .expositores main .content .text ul li{
    width: 100%;
    margin: 0;

  }
  .visitantes main .content .text > div{
    width: 100%;
  }
  .visitantes main .content .text div h3{
    font-size: 4vw;
  }
  header .menu_content nav ul li a{
    font-size: 22px;
  }
  main .news article a, main .mapa{
    flex-wrap: wrap;
  }

  main .news article a > .text, main .mapa > .text, main .news article a > .imagem{
    width: 100%;
  }
  main .header .compra{
    position: relative;
  }
  main .news article a > .text{
    margin-top: 10px;
  }
  main .sponsors .slick-initialized .slick-slide{
    align-self: center;
    text-align: center;
  }
  main .sponsors .slick-initialized .slick-slide a{
    display: inline-block;
  }
  main .sponsors .slick-initialized .slick-slide a img{
    margin-top: 0;
  }
  main section .info{
    flex-wrap: wrap;
  }
  main .sharing{
    padding-bottom: 40px;
  }
  .expositores main .content section div ul li{
      width: 100%;
     
  }
}


.helper{
	width: 0;
	font-size: 0;
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
