.bg-primary {
	background:BLACK !important;
	color:#2c3e50 !important;
}
.o-simposio{
	padding: 3rem 0;
	background:#000;
	color:white;
/*	background:url(../img/bg.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
}
section.o-simposio .row, section.temas .row, section.homenagem .row{
	padding: 0px 25px;
    min-height: 100%;
}
.text-secondary-2{
	color: #FFF;
}
.temas{
	background:white;
	color:#2c3e50;
}
.strip-divider {
    padding: 216px 0px;
    position: relative;
    overflow: hidden;
}
.background-image-holder {
    position: absolute;
    width: 100%;
    height: 130%;
    top: -10%;
    background-size: cover !important;
    background-position: 50% 50% !important;
}
.video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.video-wrapper video {
  width: 100%;
}
@media all and (max-width: 1390px) {
  .video-wrapper video {
    width: 110%;
  }
}
@media all and (max-width: 1260px) {
  .video-wrapper video {
    width: 120%;
  }
}
@media all and (max-width: 1160px) {
  .video-wrapper video {
    width: 130%;
  }
}
@media all and (max-width: 1024px) {
  .video-wrapper {
    display: none;
  }
}
.primary-overlay:before {
    opacity: 0.8;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0px;
    background-color: #2c3e50 !important;
}
.strip-divider h1 {
    margin: 0px;
    font-size: 36px;
    line-height: 48px;
}

.text-white {
    color: #fff;
}
h1.vdo{
	font-weight: 600;
	color: #fff;
	display: inline-block;
	border-bottom: 4px solid #fff;
	padding-bottom: 6px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
}
.strip-divider {
  padding: 216px 0px;
  position: relative;
  overflow: hidden;
}
.strip-divider .container {
  z-index: 2;
  position: relative;
}
.strip-divider h1 {
  margin: 0px;
  font-size: 36px;
  line-height: 48px;
  border-bottom:0;
}
.strip-divider a {
	text-decoration:underline;
}

.strip-divider a:hover {
  color: #fff !important;
}
@media all and (max-width: 767px) {
  .strip-divider {
    padding: 72px 0px;
  }
}
.countdown-divider {
  padding: 144px 0px;
}
.countdown-divider img,
.countdown-header img,
.video-header img {
  max-width: 300px;
  display: inline-block;
  margin-bottom: 12px;
}
.countdown-header h1 {
  margin-bottom: 0px;
}
.countdown-header:before {
  opacity: 0.8 !important;
}
.video-header:before {
  opacity: 0.5 !important;
  background: #000 !important;
}
.video-header .uppercase,
.countdown-header .uppercase {
  display: block;
  font-weight: 600;
  margin-bottom: 24px;
}
@media all and (max-width: 768px) {
  .countdown-header img,
  .countdown-divider img,
  .video-header img {
    max-width: 150px;
  }
}
.countdown {
  text-align: center;
  margin-top: 72px;
}
.countdown-row {
  color: #fff;
  font-size: 80px;
  font-weight: 300;
}
.countdown-section {
  width: 20%;
  display: inline-block;
}
.countdown-amount {
  display: inline-block;
  margin-bottom: 48px;
}
.countdown-period {
  display: block;
  font-size: 24px;
}
.section-header {
  position: relative;
  overflow: hidden;
  height: 450px;
}
.section-header h1 {
  font-size: 32px;
}
.section-header.overlay:before {
  opacity: 0.2;
}
.section-header i {
  font-size: 40px;
  color: #fff;
  margin: 0px 24px 12px 0px;
}
.section-header i:last-of-type {
  margin-right: 0px;
}
@media all and (max-width: 767px) {
  .countdown {
    margin-top: 48px;
  }
  .countdown-row {
    font-size: 36px;
  }
  .countdown-period {
    font-size: 16px;
  }
}
.video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.video-wrapper video {
  width: 100%;
}
@media all and (max-width: 1390px) {
  .video-wrapper video {
    width: 110%;
  }
}
@media all and (max-width: 1260px) {
  .video-wrapper video {
    width: 120%;
  }
}
@media all and (max-width: 1160px) {
  .video-wrapper video {
    width: 130%;
  }
}
@media all and (max-width: 1024px) {
  .video-wrapper {
    display: none;
  }
}


.pt-15{
	padding-top:90px;
}

.lead strong{
	font-weight:bold !important;
}


// 11. Schedule
// --------------------------------------------------*/
.inline-video {
  background: #f5f5f5;
}
.inline-video iframe {
  width: 100%;
  height: 300px;
  border: none;
}
.inline-video .btn {
  min-width: 150px;
  margin-top: 32px;
  margin-right: 16px;
}
@media all and (max-width: 768px) {
  .inline-video iframe {
    height: 350px;
    margin-top: 42px;
  }
}
@media all and (max-width: 767px) {
  .inline-video iframe {
    height: 200px;
    margin-top: 30px;
  }
  .inline-video .btn {
    margin-top: 18px;
  }
}
@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) {
  .inline-video iframe {
    height: 250px;
  }
}
.embedded-video-holder p {
  display: none;
}
.schedule-overview {
  border: 2px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 36px;
}
.schedule-overview li {
  padding: 24px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
}
.schedule-overview li:first-child .top {
  display: none;
}
.schedule-overview li:last-child .bottom {
  display: none;
}
.schedule-title span {
  display: block;
  font-size: 16px;
}
.schedule-title .title {
  padding-right:10px;
  color: #333333;
}
.schedule-text {
  max-height: 0px;
  padding-right:10px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  opacity: 0;
}
.schedule-overview li:hover {
  background-color: #f5f5f5;
}
.schedule-overview li:hover .schedule-text {
  max-height: 100%;
  opacity: 1;
  padding-top: 18px;
}
.schedule-overview li:hover .top,
.schedule-overview li:hover .bottom,
.schedule-overview li:hover .middle {
  border-color: rgba(0, 0, 0, 0.4);
}
.schedule-overview li:hover .middle {
  background: #333333;
}
.schedule-with-text .btn,
.contained-gallery .btn {
  margin-top: 24px;
  margin-right: 12px;
}
.schedule-with-text .schedule-overview li {
  padding-right: 48px;
}
@media all and (max-width: 1024px) {
  .schedule-overview li {
    padding-right: 48px;
  }
}
@media all and (max-width: 767px) {
  .schedule-with-text .btn,
  .contained-gallery .btn {
    margin-bottom: 32px;
  }
}
.marker-pin {
  position: absolute;
  right: 32px;
  top: 0px;
  height: 100%;
}
.marker-pin .top,
.marker-pin .bottom {
  height: 50%;
  width: 2px;
  border-left: 2px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 1;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
}
.marker-pin .top {
  top: 0px;
}
.marker-pin .bottom {
  bottom: 0px;
}
.marker-pin .middle {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -9px;
  z-index: 2;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
}

.form-control{
	margin:5px !important;
}

.informe_necessidades{
	display: none;
}
