* {
  font-family: "PTSans-Regular"; }

header {
  position: fixed;
  height: auto;
  background: #FFF;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 2; }
  header img {
    max-height: 72px; }
  header nav ul {
    padding: 0;
    margin: 20px 0 0 0;
    text-align: right; }
    header nav ul li {
      display: inline-block;
      padding-left: 60px; }
      header nav ul li:first-child {
        padding-left: 0; }
      header nav ul li a {
        font-family: "PTSans-Regular", sans-serif;
        font-size: 13px;
        color: #2D2D2D;
        text-transform: uppercase; }
        header nav ul li a:hover {
          color: #AA5A90;
          text-decoration: none; }
      header nav ul li:last-child a {
        font-family: "PTSans-Bold", sans-serif;
        color: #AA5A90; }

#como-foi {
  position: relative;
  padding-top: 100px;
  padding-bottom: 5px;
  background: #f6f6f6; }

#leia {
  position: relative;
  margin-top: 95px;
  height: calc(100vh - 95px);
  background: #e0e1e3;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }
  #leia .frase-slide {
    font-family: "PTSans-Bold";
    color: #AA5A90;
    margin-bottom: 26px; }
    #leia .frase-slide img, #leia .frase-slide .item {
      display: inline-block;
      vertical-align: middle; }
    #leia .frase-slide img {
      max-height: 450px; }
    #leia .frase-slide .item {
      width: calc(100% - 325px);
      padding-left: 50px; }
    #leia .frase-slide small {
      color: #333;
      font-weight: 600;
      font-size: 16px;
      margin-bottom: 40px;
      margin-top: 10px;
      position: relative;
      display: block; }
      #leia .frase-slide small:after {
        content: '';
        width: 50px;
        height: 2px;
        background: #AA5A90;
        position: absolute;
        bottom: -15px;
        left: 0; }
    #leia .frase-slide h2 {
      font-size: 32px;
      line-height: 36px;
      font-family: "PTSans-Bold";
      margin-bottom: 0;
      text-transform: uppercase; }
    #leia .frase-slide .owl-dots {
      display: none; }
    #leia .frase-slide p {
      font-size: 16px;
      color: #2D2D2D;
      list-style: none;
      line-height: 26px;
      margin-bottom: 30px; }
    #leia .frase-slide a {
      display: inline-block;
      background: #FFF;
      border: 1px solid #AA5A90;
      color: #AA5A90;
      text-transform: uppercase;
      padding: 8px 15px;
      font-size: 14px;
      width: 250px;
      text-align: center;
      display: inline-block;
      margin: auto;
      margin-right: 15px; }
      #leia .frase-slide a:hover {
        background: #AA5A90;
        color: #FFF;
        text-decoration: none; }
      #leia .frase-slide a:last-child {
        margin-right: 0; }
  #leia ul {
    padding: 0;
    padding-left: 20px;
    border-left: 3px solid #AA5A90;
    margin: 40px 0; }
    #leia ul li {
      font-size: 16px;
      color: #2D2D2D;
      list-style: none;
      line-height: 36px; }
      #leia ul li strong {
        font-family: "PTSans-Bold"; }
  #leia .btn-success {
    text-transform: uppercase;
    color: #FFF;
    background: #5CC749;
    border-radius: 3px;
    padding: 20px 43px;
    border-color: #5CC749; }
    #leia .btn-success:hover {
      background: #4fc03b; }

.evento-info {
  background: #782486;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  line-break: 36px;
  padding: 100px 0;
  font-family: 'Nunito', sans-serif;
  position: relative; }
  .evento-info:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(120, 36, 134, 0);
    border-top-color: #782486;
    border-width: 30px;
    margin-left: -30px; }
  .evento-info .container {
    max-width: 1000px;
    margin: auto; }
    .evento-info .container P {
      font-family: 'Nunito', sans-serif;
      letter-spacing: 1px;
      margin-bottom: 40px; }
      .evento-info .container P:last-child {
        margin-bottom: 0; }

.section-title {
  font-family: "PTSans-Regular";
  position: relative;
  display: inline-block;
  margin-bottom: 24px;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  max-width: calc(100% - 110px);
  color: #363636;
  margin-top: 0px;
  margin-bottom: 40px; }
  .section-title:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 40px;
    height: 1px;
    background: #aa5a90;
    content: "";
    left: -55px; }
  .section-title:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 40px;
    height: 1px;
    background: #aa5a90;
    content: "";
    right: -55px; }

.section-content {
  padding: 80px 0; }
  .section-content--bg-cinza {
    background: #F1F1F1; }

#convidados .convidado {
  margin-bottom: 80px; }
  #convidados .convidado img {
    display: inline-block;
    vertical-align: middle; }
  #convidados .convidado .convidado-info {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 180px);
    margin-left: 26px;
    padding-left: 26px;
    border-left: 2px solid #AA5A90; }
    #convidados .convidado .convidado-info h3 {
      font-size: 16px;
      color: #2D2D2D;
      font-family: "PTSans-Bold";
      margin-bottom: 5px; }
    #convidados .convidado .convidado-info .profissao {
      text-transform: uppercase;
      color: #2D2D2D;
      font-size: 14px;
      margin-bottom: 10px; }
    #convidados .convidado .convidado-info p {
      font-size: 14px;
      margin-bottom: 0; }

.lista-de-apoiadores, .lista-de-patrocinadores {
  margin-top: 50px; }
  .lista-de-apoiadores .patrocinador, .lista-de-patrocinadores .patrocinador {
    margin: auto;
    padding: 0 15px; }
    .lista-de-apoiadores .patrocinador img, .lista-de-patrocinadores .patrocinador img {
      height: auto;
      width: auto;
      max-width: 100%;
      margin: auto;
      max-height: 70px; }

.lista-de-patrocinadores {
  margin-top: 35px; }
  .lista-de-patrocinadores .patrocinador img {
    max-height: 100%; }

iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100% !important; }

.btn-canal {
  display: inline-block !important;
  padding: 12px 40px;
  border: 1px solid #FFF;
  border-radius: 3px;
  color: #FFF;
  font-size: 18px;
  margin: auto;
  margin-top: 30px;
  text-transform: lowercase; }
  .btn-canal:hover {
    background: #FFF;
    color: #782486;
    text-decoration: none; }
  .btn-canal--inverse {
    background: #FFF;
    display: block !important;
    margin: auto;
    border-color: #AA5A90;
    color: #111;
    max-width: 330px;
    text-align: center;
    margin-top: 50px;
    text-transform: uppercase;
    font-size: 14px; }
    .btn-canal--inverse:hover {
      background: #AA5A90;
      color: #FFF; }

#canal {
  background: #782486; }
  #canal .section-title {
    color: #FFF; }
    #canal .section-title::before, #canal .section-title::after {
      background: #FFF; }

.redes-sociais {
  padding: 0;
  margin: 0; }
  .redes-sociais li {
    display: inline-block;
    margin-left: 10px; }
    .redes-sociais li a {
      color: #000;
      padding: 0 5px;
      display: block;
      font-size: 16px; }
      .redes-sociais li a:hover {
        color: #AA5A90; }

footer {
  border-top: 1px solid #f1f1f1;
  font-size: 14px;
  color: #999;
  padding: 25px 0; }

#conheca h2 {
  color: #333;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
  display: block;
  margin-top: 40px; }

#conheca h3 {
  color: #AA5A90;
  font-size: 28px;
  margin-bottom: 20px;
  margin-top: 10px;
  position: relative;
  display: block;
  text-transform: uppercase; }

#conheca p {
  margin-bottom: 20px; }

#conheca .redes-sociais li {
  margin-left: 0px;
  margin-right: 10px;
  color: #AA5A90;
  font-size: 24px; }

.menu-mobile {
  display: none; }

.timeline {
  text-align: center;
  max-height: 520px;
  overflow: hidden; }
  .timeline.aberta {
    max-height: initial; }
  .timeline .year {
    display: inline-block;
    font-size: 36px;
    font-weight: bold;
    position: relative; }
    .timeline .year span {
      display: inline-block;
      padding-bottom: 6px; }
    .timeline .year:after {
      content: "";
      display: block;
      width: 80%;
      margin: auto;
      height: 1px;
      background: green; }
    .timeline .year--end:before {
      content: "";
      display: block;
      width: 80%;
      margin: auto;
      height: 1px;
      background: green; }
    .timeline .year--end:after {
      content: none; }
  .timeline .days {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .timeline .days .day {
      width: 100%;
      float: left; }
      .timeline .days .day .events {
        position: relative;
        float: left;
        border-right: 1px solid #AA5A90;
        padding: 7px 30px 10px 40px;
        text-align: right;
        width: 50%; }
        .timeline .days .day .events .horario {
          color: #AA5A90;
          font-size: 20px; }
        .timeline .days .day .events h3 {
          font-size: 18px;
          font-family: "PTSans-Bold";
          color: #2D2D2D;
          margin-top: 10px; }
        .timeline .days .day .events p {
          font-size: 15px; }
        .timeline .days .day .events:after {
          top: 20px;
          content: "";
          width: 25px;
          display: inline-block;
          height: 1px;
          background: #AA5A90;
          position: absolute;
          right: 0; }
        .timeline .days .day .events .date {
          position: absolute;
          top: 50%;
          left: 100%;
          transform: translateY(-50%);
          padding: 30px;
          text-align: left;
          color: #AA5A90;
          font-size: 24px;
          white-space: nowrap; }
        .timeline .days .day .events .day__img {
          margin-right: -30px;
          position: relative;
          overflow: hidden; }
          .timeline .days .day .events .day__img img {
            display: block;
            float: right; }
          .timeline .days .day .events .day__img .caption {
            position: absolute;
            margin: 0;
            bottom: 0;
            right: 0;
            padding: 20px;
            background: rgba(0, 0, 0, 0.7);
            color: #fff; }
      .timeline .days .day:nth-child(odd) .events {
        width: calc(50% + 1px);
        float: right;
        border-right: 0;
        border-left: 1px solid #AA5A90;
        text-align: left; }
        .timeline .days .day:nth-child(odd) .events:after {
          right: auto;
          left: 0; }
        .timeline .days .day:nth-child(odd) .events .date {
          left: auto;
          right: 100%;
          text-align: right; }
        .timeline .days .day:nth-child(odd) .events .day__img {
          margin-right: auto;
          margin-left: -30px; }
          .timeline .days .day:nth-child(odd) .events .day__img img {
            float: left; }
          .timeline .days .day:nth-child(odd) .events .day__img .caption {
            right: auto;
            left: 0; }

@media screen and (max-width: 800px) {
  .owl-carousel .owl-nav{
    display: none;
  }
  header{
    border-bottom: 1px solid #ddd;
  }
  .section-title {
    font-size: 20px; }
  header .abre-menu {
    font-size: 26px; }
  .lista-de-apoiadores, .lista-de-patrocinadores {
    margin-top: 0 !important; }
  .lista-de-patrocinadores {
    margin-bottom: 80px; }
  .menu-mobile {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 3; }
    .menu-mobile.aberto {
      display: block; }
    .menu-mobile .fechar-menu {
      float: left;
      height: 100%;
      width: 30%; }
    .menu-mobile nav {
      float: right;
      background: #fff;
      height: 100%;
      width: 70%; }
      .menu-mobile nav ul {
        padding: 0; }
        .menu-mobile nav ul li {
          padding-left: 15px;
          border-bottom: 1px dotted #ccc;
          list-style: none;
          padding: 15px 0 15px 15px; }
          .menu-mobile nav ul li a {
            color: #2D2D2D; }
          .menu-mobile nav ul li:last-child a {
            color: #AA5A90;
            font-family: "PTSans-Bold"; }
  .timeline .days .day .events {
    width: calc(90% + 1px) !important;
    float: right;
    border-right: 0;
    border-left: 1px solid #AA5A90;
    text-align: left; }
  .timeline .days .day .events:after {
    top: 20px;
    content: "";
    width: 25px;
    display: inline-block;
    height: 1px;
    background: #AA5A90;
    position: absolute;
    right: auto;
    left: 0; }
  #como-foi {
    padding-top: 45px; }
  .ug-lightbox .ug-textpanel-title, .ug-lightbox .ug-textpanel-description {
    text-align: center !important;
    width: 140px !important;
    left: 50% !important;
    margin-left: -70px !important; }
  #leia {
    height: auto;
    padding-bottom: 40px;
    margin-top: 65px;
    padding-top: 20px; }
  #evento p.pl110 {
    padding-left: 100px; }
  #evento p.pl180 {
    padding-left: 180px; }
  #evento .btn-success {
    width: 100%;
    margin-bottom: 30px; }
  #evento .frase-slide h2 {
    margin-top: 30px;
    font-size: 26px;
    line-height: 32px;
    text-align: center; }
  #convidados .convidado img {
    max-width: 110px; }
  #convidados .convidado .convidado-info {
    max-width: calc(100% - 140px); }
  iframe {
    max-height: 200px !important; }
  footer .redes-sociais li {
    margin-left: 5px; }
  header img {
    max-height: 42px; }
  .lista-de-apoiadores .patrocinador img {
    height: 150px; }
  #leia .frase-slide img {
    max-height: 300px;
    display: block;
    margin: auto; }
  #leia .frase-slide .item {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    padding: 0; }
  #leia .frase-slide small:after {
    display: none; }
  #leia .frase-slide a {
    margin: auto;
    margin-bottom: 15px; } }

@media screen and (max-width: 330px) {
  #evento {
    background: #f1f1f1; }
  #evento p {
    padding-left: 15px !important;
    text-align: center; }
  #evento ul {
    margin-left: 70px; }
  footer .redes-sociais li {
    margin-left: 1px; }
  #evento {
    background-position: -10px; } }

.no-scroll {
  overflow: hidden; }

.owl-carousel .owl-stage {
  margin: auto; }

#contato {
  background: #f6f6f6; }

.formulario-de-contato input,
.formulario-de-contato textarea {
  width: 100%;
  height: 36px;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-appearance: none !important;
  font-size: 13px;
  line-height: 2;
  transition: opacity 0.3s;
  color: #333; }

.formulario-de-contato textarea {
  min-height: 125px;
  resize: vertical; }

.formulario-de-contato .button {
  display: inline-block;
  width: 100%;
  border-right: 1px solid;
  border-left: 1px solid;
  border-color: #aa5a90;
  position: relative;
  margin-top: 10px;
  width: auto;
  margin: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  float: none;
  cursor: pointer;
  margin-bottom: 15px;
  margin-top: 10px; }
  .formulario-de-contato .button button {
    box-shadow: none;
    text-indent: initial;
    height: auto;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    background: none;
    border: none;
    background: none;
    border: none;
    color: inherit;
    font-size: 14px;
    transition: all 0.3s;
    position: relative;
    z-index: 9;
    margin: 0 !important;
    padding: 10px 30px;
    line-height: 1.3;
    box-sizing: border-box;
    width: 100%;
    font-family: "PTSans-Regular"; }
  .formulario-de-contato .button:after, .formulario-de-contato .button:before {
    position: absolute;
    z-index: 1;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    content: "";
    background: none;
    border-color: #aa5a90;
    -webkit-transform: scaleX(0.7);
    -ms-transform: scaleX(0.7);
    transform: scaleX(0.7);
    transition: transform 0.3s cubic-bezier(0.61, -0.01, 0.69, 1.39);
    -webkit-transform: scaleX(0.85);
    -ms-transform: scaleX(0.85);
    transform: scaleX(0.85); }
  .formulario-de-contato .button:after {
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #aa5a90;
    transform-origin: 100% 100%; }
  .formulario-de-contato .button:before {
    top: 0;
    left: 0;
    border-top: 1px solid #aa5a90;
    transform-origin: 0% 0%; }
  .formulario-de-contato .button:hover:after, .formulario-de-contato .button:hover:before, .formulario-de-contato .button:focus:after, .formulario-de-contato .button:focus:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); }

.formulario-de-contato .alert {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
  margin-top: 15px; }

.ug-lightbox .ug-textpanel-title, .ug-lightbox .ug-textpanel-description {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  text-align: center !important; }

  #depoimentos{
    max-width: 700px;
    margin: auto;
    text-align: center;
  }
  #depoimentos .owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #FFF;
    border: 1px solid #aaaaaa;
    margin: 0 3px;
  }
  #depoimentos .owl-dots .owl-dot.active{
    background: #AA5A90;
    border-color: #AA5A90;
  }
#depoimentos p{
  font-style: italic;
    line-height: 1.7;
    font-size: 16px;
}
#depoimentos p.autor {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  opacity: 0.8;
}
.owl-nav button span{
  display: block;
  font-size: 40px;
  line-height: 30px;
}
.owl-carousel .owl-nav button.owl-prev{
  left: -60px;
}
.owl-carousel .owl-nav button.owl-next{
  right: -60px;
}
.owl-carousel .owl-nav button{
  position: absolute;
  top: 25%;
  opacity: 0.5;
}
