  ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
  }
  ul.tabs li{
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
  }

  ul.tabs li.current{
    background: #ededed;
    color: #222;
  }

  .tab-content{
    display: none;
    background: #ededed;
    padding: 15px;
  }

  .tab-content.current{
    display: inherit;
  }



  .maps iframe{
    pointer-events: none;
  }

  .live{
    border-left: 15px solid #b62270;
  }

  .wrapper {
    margin: 0 auto;
    width: 960px;
    position: relative
  }

  .content {
    padding: 100px 0
  }

  .content section {
    padding-top: 100px;
    background-color: #FFF;
  }

  .aovivo{
   font-size: 2em;
   font-weight: normal;
   letter-spacing: -0.02em;
   margin-bottom: 0;
   color: #FFFFFF;
   padding: 10px;
   margin-bottom: 25px;
 }

 .text-destaque-header{
  margin-left: 10px;
  border-left: 5px solid #b62270;
  padding-left: 10px;
}

@media only screen and (max-width: 1024px) {
  .wrapper {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }
}

body {
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
}

h2,
h3,
h4 {
  font-size: 5em;
  font-weight: normal;
  margin-bottom: 0.4em;
  letter-spacing: -0.02em
}

h3 {
  font-size: 4em
}

h4 {
  font-size: 1.4em;
  margin-left: -22px;
}

p {
  font-size: 1.6em;
  line-height: 1.6em;
  margin-bottom: 1.4em
}

.photo {
  max-width: 100%;
  position: relative;
  top: -1px
}

@media only screen and (max-width: 480px) {
  h2 {
    font-size: 3em
  }
  h3 {
    font-size: 2em
  }
  h4 {
    font-size: 1.8em
  }
  p {
    font-size: 1.4em
  }
  .content {
    padding: 0
  }
}

nav {
  padding: 30px 0 15px 0;
  position: fixed;
  width: 100%;
  z-index: 10;
  text-align: right
}

.nav-item {
  display: inline-block;
  margin-right: 0px
}

.black-menu {
  background-color: #000 !important;
  opacity: 0.5;
}

.nav-link {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  font-size: 1.0em;
  font-weight: 700;
  padding: 10px 9px;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase
}

.top-bar {
  transition-duration: 0.4s;
  position: fixed;
  width: 100%;
  z-index: 999
}

.top-bar.alt {
  background: none repeat scroll 0 0 #b62270;
  box-shadow: 0 3px 0 rgba(30, 38, 44, 0.2);
  height: 70px
}

.top-bar.alt .nav-link {
  background-color: transparent;
  color: #A8AEB3
}

.top-bar.alt .active a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  color: #FFF;
}

.top-bar:after,
.top-bar:before {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden
}

.top-bar * {
  transition-duration: 0.4s
}

@media only screen and (max-width: 480px) {
  nav {
    display: none
  }
}

.header {
  padding: 0;
  text-align: center;
  background-size: 100% auto !important
}

header#top{
  height:650px;
}


.logo-link,
.tagline {
  color: #fff;
  display: inline-block;
  padding: 30px 0 0;
  width: 100%;
  margin-left:-3px;
}

.logo-link {
  border-radius: 10px 10px 0 0
}

.logo-name {
  padding-top: 30px;
  margin-bottom: 0;
  font-size: 8.7em;
  letter-spacing: -0.04em;
  text-shadow: 0 0 4px #000
}

.tagline {
  margin-bottom: 50px;
  font-size: 2.5em;
  letter-spacing: -0.02em;
  border-radius: 0 0 10px 10px
}

.call-action-area .price {
  font-size: 4em;
  vertical-align: center;
  margin-right: 20px
}

.call-action-area .call-action-link,
.btn {
  position: relative;
  top: -5px;
  cursor: pointer;
  display: inline-block;
  padding: 15px 30px;
  font-size: 2em;
  line-height: 1em;
  vertical-align: center;
  letter-spacing: -0.02em;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out
}

.call-action-area .call-action-link:hover,
.call-action-area .call-action-link:focus {
  top: 0
}

.btn:hover,
.btn:focus {
  top: 0
}

@media only screen and (max-width: 480px) {
  .header {
    padding: 20px 0
  }
  .logo-name {
    font-size: 4em
  }
  .tagline {
    margin-bottom: 15px;
    font-size: 1.4em
  }
  .call-action-area .price {
    font-size: 2em;
    margin: 0 0 15px;
    display: block
  }
  .call-action-area .call-action-link,
  .btn {
    top: 77px;
  }
}

@media only screen and (max-width: 321px) {
  .logo-name {
    font-size: 4em;
    margin-bottom: 0.4em
  }
}

.about {
  padding: 19px;
  margin: 0
}

@media only screen and (max-width: 1024px) {
  .about {
    margin: 0
  }
}

.speakers-item {
  position: relative;
  min-height: 180px;
  padding-left: 180px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #e7e7e7
}

.speaker-photo {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 120px;
  height: 120px
}

.speech-title {
  padding-top: 10px;
  font-size: 2em;
  margin-bottom: 1em
}

.speech-time {
  font-size: 18px;
  padding: 10px 15px;
  letter-spacing: -0.03em
}

.speakers-name {
  font-size: 1.6em
}

.speakers-item p {
  font-size: 1.4em
}

@media only screen and (max-width: 480px) {
  .speakers-item {
    min-height: 70px;
    padding-left: 70px
  }
  .speaker-photo {
    width: 50px;
    height: 50px
  }
  .speech-title {
    padding-top: 0;
    font-size: 16px;
    margin-bottom: 0.3em
  }
  .speech-time {
    font-size: 16px;
    padding: 0
  }
  .speakers-bio {
    display: none
  }
}

.schedule-tbl {
  padding: 20px
}

.schedule-tbl table {
  border-collapse: collapse;
  font-size: 1em
}

.schedule-tbl td,
.schedule-tbl th {
  position: relative;
  padding: 20px 30px;
  font-size: 1.4em;
  line-height: 1.4em;
  text-align: left
}

.schedule-tbl th {
  padding: 5px 30px;
  color: #2b2b2b;
  font-size: 2em;
  font-weight: bolder
}

.schedule-tbl .speaker-photo {
  position: relative;
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 20px
}

.schedule-tbl .schedule-time {
  text-align: center
}

.schedule-slot {
  width: 250px;
  font-size: 16px
}

.speakers-company {
  display: block;
  font-size: 12px
}

@media only screen and (min-width: 320px) and (max-width: 800px) {
  .schedule-tbl {
    padding: 1px
  }
  .schedule-tbl td,
  .schedule-tbl th {
    padding: 10px
  }
  .schedule-tbl th {
    padding: 10px;
    font-size: 1.8em
  }
  .schedule-tbl .speaker-photo {
    width: 40px;
    height: 40px;
    margin-right: 5px
  }
  .schedule-tbl .schedule-slot {
    width: 120px
  }
  .schedule-tbl td .schedule-slot {
    font-size: 14px;
    line-height: 1.2em
  }
  .schedule-tbl td .schedule-description {
    font-size: 12px
  }
  .schedule-tbl .schedule-time {
    width: 60px;
    padding: 10px 0 10px 5px;
    text-align: left
  }
}

@media only screen and (max-width: 321px) {
  .schedule-tbl .schedule-description {
    display: none
  }
  .schedule-tbl .schedule-slot {
    width: auto
  }
}

section ol,
section ul {
  margin: 10px 0
}

section ol li,
section ul li {
  margin-left: 20px;
  padding: 5px;
  font-size: 16px
}

section ol li {
  list-style: decimal
}

section ul li {
  list-style: disc
}

.sponsors ul li {
  list-style: none
}

.sponsor-item,
.partner-item {
  display: inline-block;
  margin: 0 0 30px 0
}

.sponsor-link,
.partner-link {
  display: block;
  width: 160px;
  height: 90px;
  /*text-align: center;*/
  vertical-align: middle;
  line-height: 150px
}

@media only screen and (min-width: 320px) and (max-width: 800px) {
  .sponsor-item,
  .partner-item {
    margin: 0 5px 10px 0
  }
  .sponsor-link,
  .partner-link {
    width: 95px;
    height: 95px;
    line-height: 95px
  }
}

@media only screen and (max-width: 321px) {
  .sponsor-item,
  .partner-item {
    margin: 0 12px 15px 0
  }
  .sponsor-link,
  .partner-link {
    width: 115px;
    height: 115px;
    line-height: 115px
  }
}

.form-contato label {
  font-size: 16px;
  display: block;
  margin-bottom: 0.5em
}

.control-group {
  height: auto;
  clear: both;
  margin-bottom: 20px
}

.control-group-name,
.control-group-email {
  clear: none;
  width: 467px;
  float: left;
  margin-right: 25px
}

.control-group-email {
  margin-right: 0
}

.form-contato input[type=text],
.form-contato input[type=email],
.form-contato textarea {
  display: block;
  width: 100%;
  min-height: 15px;
  padding: 10px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.form-contato:textarea {
  height: 300px
}

.form-contato .btn {
  float: right
}

@media only screen and (min-width: 320px) and (max-width: 800px) {
  .control-group-name,
  .control-group-email {
    clear: both;
    width: 100%;
    float: none;
    margin-right: 0
  }
  .form-contato .btn {
    margin-bottom: 50px
  }
}

.logo-name img {
  width: 100%;
}

.sponsor-gold {
  width: 160px;
  height: 90px;
}

.sponsor-silver {
  width: 100px;
  height: 60px;
}

.sponsor-bronze {
  width: 65px;
  height: 31px;
}

.sponsor-gold .photo {
  top: -105px;
  margin-left: -65px;
}

.sponsor-silver .photo {
  top: -45px;
}

.sponsor-bronze .photo {
  top: -60px;
}

@media (max-width: 976px) {
  .nav-item .local-link {
    display: none !important;
  }
  .top-bar {
    display: none!important;
  }
}

.esp {
  float: left;
  margin-left: 250px;
  color: #2b2b2b;
  font-size: 1.4em;
}

span.ouro {
  position: absolute;
  left: 0;
  color: #2b2b2b;
  font-size: 1.4em;
}

.sponsor-gold {
  margin-top: 52px;
}

.esp a {
  margin-top: 17px;
}

.sponsor-special .photo {
  top: -10px;
}


.title-day-event{
  color: #b62270;
  font-size: 36px;
  border: 3px solid #696969;
  border-radius: 7px;
  padding: 16px;
  margin-top: 14px;
  margin-bottom: 40px;
  display: inline-block;
}

.hour-program{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
  margin-left: 10px;
}

.desc-program{
 font-size: 18px;
}

.name-palestrante{
 margin-left: 10px;
}

.fa-clock-o, .fa-user{
  font-size: 24px !important;
  color: #b62270;
}

.sponsors{
  background: #FFF;
  padding-top: 10px;
}

.box-hour{
  margin-bottom: 30px;
  border-bottom: 1px solid;
}

/* =============================================================================
   MAIN LAYOUT
   ========================================================================== */
   *{
     margin:0;
     padding:0;
   }

   a{
    color: #fcbf3c;
  }

  body, html {
    background:#F6F6F6;
    color:#777;
    height:100%;
    width:100%;
    font-family: 'Lato', sans-serif;
  }

  .global {
   top:0;
   left:0;
   width:100%;
   height:100%;
   font-size: 12px !important;

 }
 section ul li {
  margin-left: 0;
  padding: 14px;
  font-size: 1.6em;
  line-height: 27px;
  list-style: none;
}
h2 {
  font-size: 4em !important;
} 

h3 {
  font-size: 2.5em !important;
}

.section-title {
  margin-top: 30px;
}

.wrapper h1 {
	font-size: 6em !important;
  font-family: 'Lato', sans-serif;
}

.wrapper h2 {
  font-size: 4em !important;
  font-family: 'Lato', sans-serif;
}

/* =============================================================================
   BASIC STYLES
   ========================================================================== */
   h1, h2, h3, h4, h5, h6 {color:#2b2b2b;}

/* =============================================================================
   NAVIGATION
   ========================================================================== */
   nav {background: transparent;}
   .nav-link {color:#e7e7e7;}
   .nav-link:active,
   .nav-link:hover,
   .nav-link:focus,
   .nav-link.current {color:#fff;}

/* =============================================================================
   HEADER
   ========================================================================== */
   .header {
    background-repeat: no-repeat;
    background-size: cover !important; 

  }

  .call-action-area{
    margin-top: -130px;
  }
  .logo-link, .tagline, .call-action-area .price {
    color:#fff;
    text-shadow: 1px 2px 1px rgba(0,0,0,.3);
  }
  .tagline {font-weight: normal;}
  .call-action-area .price {color:#fddd52;}
  .call-action-area .call-action-link, .btn {
    background-color: #fddd52;
    background-image: -moz-linear-gradient(top, #fddd52 30%, #f0a303 150%);
    background-image: -webkit-linear-gradient(top, #fddd52 30%, #f0a303 150%);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fddd52', endColorstr='#f0a303');
    background-image: linear-gradient(top, #fddd52 30%, #f0a303 150%);
    color:#2b2b2b;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.4), inset 0 -2px 3px 0 #cc7f0a, inset 0 1px 0 0 #fff9b1;
    border-radius: 40px;
    margin-bottom: 10px;
  }

/* =============================================================================
   CONTENT
   ========================================================================== */
   .content a {color:#f0a303;}
   .content a:hover, .content a:focus {
    color:#fddd52;
    text-decoration: underline;
  }

/* =============================================================================
   ABOUT
   ========================================================================== */
   .about {
    border:1px solid #e7e7e7;
    background:#fff;
    border-radius:4px;
    font-family: 'Nunito', sans-serif;
  }

  #chamadas p {
    font-weight: 100;

  }

  #chamadas li {
    font-weight: 100;

  }

  #hospedagem p {
    font-weight: 100;
  }

  #agenda p { 
    font-weight: 100;
  }

  #about p {
    font-weight: 100;
  }

  #location p {
    font-weight: 100;
  }

  #chegar p {
    font-weight: 100;
  } 

  .local-evento-info {
   font-size:18px;
   color: #000;
 }
/* =============================================================================
   LOCATION
   ========================================================================== */
   .location-area {
    background: #e7e7e7;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 300px;
  }
  .aovivo-area a {
   font-size:13px;
 }
 .menu-destaque {
   font-size:15px;
   color:#00ff00 !important;
 }

/* =============================================================================
   SPEAKER
   ========================================================================== */
   .speaker-photo .photo {
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(0,0,0,.07);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .speakers-item:hover .speaker-photo .photo {box-shadow: 0 0 0 8px rgba(0,0,0,.3);}
  .speech-time {
    color:#fff;
    background:#2b2b2b;
    border-radius: 8px;
  }

  .sponsor-platinas {
    width: 160px; 
    height: 90px;
  }

  .sponsor-ouros {
    width: 100px;
    height: 60px;
  }

  .sponsor-pratas {
    width: 65px;
    height: 35px;
  }

  .sponsor-bronze {
    width: 65px;
    height: 35px;
  }

/* =============================================================================
   SCHEDULE
   ========================================================================== */
   .schedule-tbl {
    background:#fff;
    border:1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.15);
  }
  .schedule-tbl table {background:#fff;}
  .schedule-tbl td, .schedule-tbl th {border-bottom:1px solid #e7e7e7;}
  .schedule-tbl tbody tr:nth-child(2n+1) {background:#f6f6f6;}
  .schedule-tbl th {color:#2b2b2b;}
  .schedule-tbl .speaker-photo .photo {box-shadow: 0 0 0 1px rgba(0,0,0,.3);}
  .speakers-company {color:#999;}
  .schedule-slot {color:#2b2b2b;}
  .schedule-tbl tbody tr:hover {background:#fffde1;}
  .schedule-coffee, .schedule-closing, .schedule-lunch, .schedule-other {color:#214f87;}

/* =============================================================================
   SPONSORS
   ========================================================================== */
/*.sponsor-link, .partner-link {
  background:#fff;
  border:1px solid #ccc;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.15);
  }*/
  .sponsor-link:hover, .sponsor-link:focus, .partner-link:hover, .partner-link:focus {border-color: #f0a303;}


/* =============================================================================
   CONTATO
   ========================================================================== */
   .form-contato input[type=text], .form-contato input[type=email], .form-contato textarea{
    color:#777;
    border:1px solid #e7e7e7;
    background:#fff;
    border-radius:4px;
  }
  .form-contato input[type=text]:focus, .form-contato input[type=email]:focus, .form-contato textarea:focus {border-color:#aaa;outline:0;}

/* =============================================================================
   Tabs
   ========================================================================== */
   .nav-tabs { border: none !important; }

   .nav-tabs a {
    color: #555555;
    background-color: #fff;
  }

  #submissao-gter,
  #submissao-gts {
    border-top: 2px solid #ECEDED !important;
    padding: 10px;
    position: relative;
    top: -4px;
  }

  .nav-tabs li {
    width: 80px;
    text-align: center;
  }

  .nav-tabs > li > a:hover,
  .nav-tabs > li > a:focus {
    background-color: #fff;
    color: #000;
  }

  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {

    color: #fff !important;
    background-color: #246569 !important;
    border: none;
    cursor: default;
  }

  .nav-tabs > li > a {
    border: 1px solid #dddddd !important;
    border-bottom-color: transparent !important;
  }
  .video {
   margin:0 auto;
   width:960px;
   height:540px;
 }

/* =============================================================================
   Media Queries
   ========================================================================== */

   @media(max-width : 1024px) {
    .video {
     margin:0 auto;
     width:960px;
     height:540px;

   }
   .wrapper{
    width:100%;
    padding:0 20px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
  } 
}
@media(max-width : 960px) {
  .video {
   margin:0 auto;
   width:800px;
   height:400px;
 }
}
@media(max-width : 720px) {
  .video {
   margin:0 auto;
   width:640px;
   height:320px;
 }
}
@media(max-width : 480px) {
  /* speakers */
  .speaker-photo .photo {box-shadow: 0 0 0 3px rgba(0,0,0,.07);}
  .speech-title {font-weight: bolder;}
  .speech-time {
    color:#2b2b2b;
    background: transparent;
    font-weight: bolder;
  }
  .video {
   margin:0 auto;
   width:320px;
   height:160px;
 }
 .header{
  height: 250px !important;}

  .wrapper {
   font-size:8px;
 }
 .wrapper h1 {
  font-size: 4em !important;
  margin-top: -30px;
}

.wrapper h2 {
  font-size: 2em !important;
}

}

