@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
body {
  background-color: #F4EFD3;
  color: #333;
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
  color: #0079c2;
  font-weight: 300;
  margin: 0 0 25px 0;
  text-transform: uppercase; }

.mrgTop {
  margin-top: 50px; }

.clearfix {
  clear: both; }

.botao {
  display: inline-block;
  border: 2px solid #0079c2;
  border-radius: 5px;
  padding: 5px 20px;
  margin-bottom: 25px; }

a {
  color: #0079c2;
  text-decoration: none;
  transition: all 0.3s; }
  a:hover, a a:focus {
    background-color: #0079c2;
    color: #fff;
    text-decoration: none; }

.navbar {
  display: none;
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); }

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none; }

/* ---------------------------------------------------
SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
  display: flex;
  align-items: stretch;
  -webkit-perspective: 1500px;
          perspective: 1500px; }

#sidebar {
  min-width: 300px;
  max-width: 300px;
  background: #0079c2;
  color: #fff;
  padding-right: 20px;
  text-align: left;
  transition: all 0.6s cubic-bezier(0.945, 0.02, 0.27, 0.665);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  position: relative; }
  #sidebar a {
    color: #fff;
    text-decoration: none; }
  #sidebar h1 {
    color: #fff;
    font-size: 1rem;
    margin-top: 50px;
    margin-left: 10px; }

#sidebar.active {
  margin-left: -300px;
  -webkit-transform: rotateY(100deg);
          transform: rotateY(100deg); }

#sidebar .sidebar-header {
  padding: 20px;
  background: #0079c2; }

#sidebar ul p {
  color: #fff;
  padding: 10px; }

#sidebar ul li a {
  padding: 10px;
  font-size: 1rem;
  display: block; }

#sidebar ul li a:hover {
  color: #0079c2;
  background: #fff; }

#sidebar ul li.active > a, a[aria-expanded="true"] {
  color: #fff;
  background: #000; }

a[data-toggle="collapse"] {
  position: relative; }

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
  content: '\e259';
  display: block;
  position: absolute;
  right: 20px;
  font-family: 'Glyphicons Halflings';
  font-size: 0.6em; }

a[aria-expanded="true"]::before {
  content: '\e260'; }

ul ul a {
  font-size: 1em !important;
  padding-left: 30px !important; }

ul.CTAs {
  padding: 20px; }

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px; }

a.download {
  background: #fff;
  color: #0079c2 !important; }

/* ---------------------------------------------------
CONTENT STYLE
----------------------------------------------------- */
#content {
  padding: 20px;
  min-height: 100vh;
  transition: all 0.3s;
  width: 100%; }

#cartaz {
  text-align: center; }
  #cartaz img {
    max-height: 750px; }

#scientific h1 {
  font-size: 3rem; }

#scientific .logos {
  display: inline-block;
  list-style: none;
  padding-left: 0;
  text-align: center; }
  #scientific .logos li {
    margin-left: 25px;
    display: inline-block; }
    #scientific .logos li:first-child {
      margin-left: 0; }
    #scientific .logos li a {
      border-bottom: 0;
      text-decoration: none; }
      #scientific .logos li a:hover {
        background-color: transparent; }
    #scientific .logos li img {
      max-height: 150px; }

#message h1 {
  font-size: 3rem; }

#message .logo {
  display: inline-block;
  float: right;
  max-width: 40%;
  max-height: 200px;
  margin-left: 10px; }

#message img {
  display: inline-block;
  float: left;
  margin: 0 25px 0 0;
  max-width: 25%; }

#abstracts h1 {
  font-size: 3rem; }

#abstracts h2 {
  font-size: 2.25rem;
  font-weight: 400;
  margin-top: 50px; }

#abstracts ul {
  list-style-type: none;
  padding-left: 0; }
  #abstracts ul svg {
    margin-right: 10px; }

#abstracts .botaoReg {
  background-color: #0079c2;
  border: 2px solid #0079c2;
  border-radius: 5px;
  color: #fff;
  display: block;
  margin: 50px 0;
  padding: 10px 25px;
  transition: all .3s;
  text-align: center; }
  #abstracts .botaoReg:hover {
    background-color: transparent;
    color: #0079c2; }

#about h1 {
  font-size: 3rem; }

#about #slider-porto .carrossel-porto {
  display: inline-block;
  float: left;
  max-width: 45%;
  margin-right: 10px; }

#about #slider-porto .descricao {
  display: inline-block;
  width: 45%; }

#about h2 {
  font-size: 2.25rem;
  font-weight: 400;
  margin-top: 50px; }

#about h3 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 50px; }

#venue h1 {
  font-size: 3rem; }

#venue h2 {
  font-size: 2.25rem;
  font-weight: 400;
  margin-top: 50px; }

#committee h1 {
  font-size: 3rem; }

#committee h2 {
  font-size: 2.25rem;
  font-weight: 400;
  margin-top: 50px; }

#committee ul {
  list-style-type: none;
  padding-left: 0; }
  #committee ul li span {
    font-style: italic;
    color: #0079c2;
    font-weight: 900;
    margin-right: 5px; }
  #committee ul li svg {
    margin-right: 10px; }
  #committee ul li .pais {
    margin-right: 10px;
    font-weight: 400; }

#credits h1 {
  font-size: 3rem; }

#credits img {
  float: left;
  display: inline-block;
  margin-right: 20px; }

#registration h1 {
  font-size: 3rem; }

#registration h2 {
  font-size: 2.25rem;
  font-weight: 400;
  margin-top: 50px; }

#registration ul {
  list-style: none;
  padding-left: 0; }
  #registration ul li svg {
    margin-right: 10px; }

#registration .table tr:first-child {
  background-color: transparent; }

#registration .table tr:nth-child(even) {
  background-color: rgba(51, 51, 51, 0.1); }

#registration .badge {
  color: #0079c2; }

#registration .badge-primary {
  background: #ffdf16; }

#registration .privacidade {
  border: 1px solid #0079c2;
  margin-top: 50px;
  padding: 20px; }
  #registration .privacidade h2 {
    font-size: 1rem;
    margin: 0 0 10px 0; }
  #registration .privacidade p {
    font-size: .9rem;
    margin: 0; }

#accommodation {
  margin-top: 50px; }
  #accommodation h1 {
    font-size: 3rem; }
  #accommodation .hotel {
    margin: 50px 0; }
    #accommodation .hotel:first-of-type {
      margin-top: 0; }
    #accommodation .hotel img {
      display: inline-block;
      float: left;
      margin: 0 25px 25px 0;
      width: 50%;
      max-width: 100%; }
    #accommodation .hotel .price {
      display: inline-block;
      width: 47%;
      border: 2px solid #0079c2;
      border-radius: 5px;
      padding: 15px; }
      #accommodation .hotel .price .taxas {
        display: inline-block; }
        #accommodation .hotel .price .taxas p {
          margin: 0; }
          #accommodation .hotel .price .taxas p span {
            font-weight: 800; }
      #accommodation .hotel .price .botaoReg {
        background-color: #0079c2;
        border: 2px solid #0079c2;
        border-radius: 5px;
        color: #fff;
        display: inline-block;
        float: right;
        margin: 0;
        padding: 10px 25px;
        transition: all .3s; }
        #accommodation .hotel .price .botaoReg:hover {
          background-color: transparent;
          color: #0079c2; }
      #accommodation .hotel .price .botaoVer {
        background-color: #ffdf16;
        border: 2px solid #ffdf16;
        border-radius: 5px;
        color: #0079c2;
        display: inline-block;
        float: right;
        margin: 0 10px 0 0;
        padding: 10px 25px;
        transition: all .3s; }
        #accommodation .hotel .price .botaoVer:hover {
          background-color: transparent;
          color: #0079c2; }

#flight h1 {
  font-size: 3rem; }
  #flight h1 span .tapLogo {
    display: inline-block;
    margin: 0;
    width: 15%;
    max-width: 100%; }

#flight h2 {
  font-size: 2.25rem;
  font-weight: 400;
  margin-top: 50px; }

#flight p strong {
  border: 2px solid #0079c2;
  border-radius: 5px;
  color: #0079c2;
  padding: 5px 8px; }

#flight a {
  border-bottom: 1px solid #0079c2;
  padding: 2px 4px;
  transition: all .3s; }
  #flight a:hover {
    background-color: #0079c2;
    border-radius: 2px;
    color: #fff;
    padding: 2px 4px; }

#flight .discount {
  max-width: 100%; }

#flight img {
  display: block;
  margin: 50px 0; }

#flight .logo {
  display: inline-block;
  margin: 0;
  vertical-align: middle; }

#program h1 {
  font-size: 3rem; }

#program .privacidade {
  border: 1px solid #0079c2;
  margin-top: 50px;
  padding: 20px; }
  #program .privacidade p {
    font-size: .9rem;
    margin: 0; }

#program img {
  border-radius: 50%;
  display: inline-block;
  float: left;
  margin: 0 25px 0 0;
  max-width: 100%;
  height: auto; }

#program .preletor .subTitulo {
  font-size: 1.5rem;
  padding-top: 4%;
  margin-bottom: 10px; }

#program .preletor .palestrante {
  font-size: 1.125rem; }
  #program .preletor .palestrante span {
    font-weight: 300;
    font-style: italic;
    color: #0079c2; }

#program .subTitle {
  font-weight: 800; }

#program .botoes {
  margin-top: 50px; }
  #program .botoes a {
    background-color: #0079c2;
    border: 1px solid #0079c2;
    border-radius: 5px;
    display: block;
    color: #fff;
    padding: 10px 20px;
    text-align: center; }
    #program .botoes a:hover {
      background-color: transparent;
      border: 1px solid #0079c2;
      color: #0079c2; }

#program .data {
  padding: 50px 0; }
  #program .data h1 {
    font-size: 2rem; }

#program .horas {
  border: 1px solid #0079c2;
  display: inline-block;
  padding: 5px 15px; }

#program .conferencia {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px dashed #0079c2; }
  #program .conferencia:first-child {
    margin-top: 50px; }
  #program .conferencia:last-child {
    border: 0;
    margin-bottom: 0; }
  #program .conferencia .horas {
    background-color: #0079c2;
    border-radius: 10px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    font-size: 1rem;
    margin-right: 25px;
    padding: 1px 15px;
    vertical-align: top; }
  #program .conferencia .titulo {
    display: inline-block;
    width: 90%; }
    #program .conferencia .titulo .room {
      background: #0079c2;
      border-radius: 10px;
      color: #fff;
      font-weight: 400;
      padding: 10px;
      margin: 50px 0 0 0;
      max-width: 100%; }
    #program .conferencia .titulo h2 {
      font-size: 1.15rem;
      font-weight: 600;
      margin: 7px 0 0 0; }
    #program .conferencia .titulo p {
      font-size: .9rem;
      margin: 5px 0 0 0;
      max-width: 1280px; }
    #program .conferencia .titulo span {
      font-weight: 300;
      font-style: italic;
      color: #0079c2; }
    #program .conferencia .titulo ul {
      list-style-type: none;
      padding-left: 0;
      padding-top: 15px;
      width: 100%; }
      #program .conferencia .titulo ul li {
        margin: 30px 0 0 0; }
      #program .conferencia .titulo ul li.chair:not(:first-child)  {
        border-top: 1px solid #0079c2;
      }
      #program .conferencia .titulo ul li h3 {
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.5;
        margin: 0; }
        #program .conferencia .titulo ul li h3 .pais {
          text-transform: capitalize; }
      #program .conferencia .titulo ul li p {
        font-size: .9rem;
        margin: 5px 0 0 0; }
      #program .conferencia .titulo ul li span {
        font-weight: 300;
        font-style: italic;
        color: #0079c2; }

#contacts h1 {
  font-size: 3rem; }

#contacts h2 {
  font-size: 2.25rem;
  font-weight: 400;
  margin-top: 50px; }

#contacts ul {
  list-style: none;
  padding-left: 0; }
  #contacts ul li a {
    border-bottom: 1px solid #0079c2;
    padding: 2px 4px;
    transition: all .3s; }
    #contacts ul li a:hover {
      background-color: #0079c2;
      border-radius: 2px;
      color: #fff;
      padding: 2px 4px; }

#contacts .organizing {
  margin-bottom: 50px; }
  #contacts .organizing span {
    color: #0079c2;
    font-style: italic; }

#sidebarCollapse {
  width: 40px;
  height: 40px;
  background: #f5f5f5; }

#sidebarCollapse span {
  width: 80%;
  height: 2px;
  margin: 0 auto;
  display: block;
  background: #555;
  transition: all 0.8s cubic-bezier(0.81, -0.33, 0.345, 1.375);
  transition-delay: 0.2s; }

#sidebarCollapse span:first-of-type {
  -webkit-transform: rotate(45deg) translate(2px, 2px);
          transform: rotate(45deg) translate(2px, 2px); }

#sidebarCollapse span:nth-of-type(2) {
  opacity: 0; }

#sidebarCollapse span:last-of-type {
  -webkit-transform: rotate(-45deg) translate(1px, -1px);
          transform: rotate(-45deg) translate(1px, -1px); }

#sidebarCollapse.active span {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  margin: 5px auto; }

/* ---------------------------------------------------
MEDIAQUERIES
----------------------------------------------------- */
@media screen and (max-width: 1400px) {
  #program .conferencia .titulo {
    width: 88%; } }

@media screen and (max-width: 1331px) {
  #accommodation .hotel .price {
    display: block;
    width: 100%; } }

@media screen and (max-width: 1230px) {
  .mrgTop2 {
    margin-top: 10px; }
  #about #slider-porto .carrossel-porto {
    display: block;
    float: none;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 25px; }
  #about #slider-porto .descricao {
    display: block;
    width: 100%; }
  #about h2 {
    font-size: 2.25rem;
    font-weight: 400;
    margin-top: 50px; }
  #about h3 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-top: 50px; }
  #program .conferencia .titulo {
    width: 80%; } }

@media screen and (max-width: 964px) {
  #accommodation .hotel img {
    display: block;
    float: none;
    margin: 0 0 25px 0;
    width: 100%;
    max-width: 100%; }
  #accommodation .hotel .price {
    display: block;
    width: 100%;
    text-align: center; }
    #accommodation .hotel .price .botaoReg {
      display: block;
      float: none;
      margin: 15px 0;
      text-align: center; }
    #accommodation .hotel .price .botaoVer {
      display: block;
      float: none;
      text-align: center; } }

.botaoMark {
  display: block;
  float: none;
  margin: 15px 0;
  text-align: center;
}
.botaoMark {
  background-color: #0079c2;
  border: 2px solid #0079c2;
  border-radius: 5px;
  color: #fff;
  /* display: inline-block; */
  /* float: right; */
  margin: 0;
  padding: 10px 25px;
  transition: all .3s;
}
.botaoMark {
  background-color: transparent;
  color: #0079c2;
}

@media (max-width: 894px) {
  #program .horas {
    display: inline-block;
    margin-bottom: 15px; }
  #program .conferencia {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px dashed #0079c2; }
    #program .conferencia:first-child {
      margin-top: 50px; }
    #program .conferencia:last-child {
      border: 0;
      margin-bottom: 0; }
    #program .conferencia .horas {
      background-color: transparent;
      color: #0079c2;
      display: block;
      font-weight: 600;
      margin: 0 0 50px 0;
      padding: 5px 0;
      text-align: center; }
    #program .conferencia .titulo {
      display: inline-block;
      width: 100%; }
      #program .conferencia .titulo h2 {
        font-size: 1.15rem;
        font-weight: 600;
        margin: 0; }
      #program .conferencia .titulo p {
        font-size: .9rem;
        margin: 5px 0 0 0; }
      #program .conferencia .titulo span {
        font-weight: 300;
        font-style: italic;
        color: #0079c2; }
      #program .conferencia .titulo .room {
        margin: 50px 0 0 0; }
      #program .conferencia .titulo ul {
        list-style-type: none;
        margin: 0;
        padding-left: 0;
        padding-top: 15px; }
        #program .conferencia .titulo ul li {
          margin: 30px 0 0 0; }
          #program .conferencia .titulo ul li h3 {
            font-size: 1rem;
            font-weight: 600;
            margin: 0; }
          #program .conferencia .titulo ul li p {
            font-size: .9rem;
            margin: 5px 0 0 0; }
          #program .conferencia .titulo ul li span {
            font-weight: 300;
            font-style: italic;
            color: #0079c2; } }

@media (max-width: 768px) {
  .navbar {
    display: block; }
  #program .foto {
    display: block;
    margin-bottom: 10px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  #program .preletor {
    clear: both; }
  #credits img {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  #sidebar {
    margin-left: -300px;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg); }
  #sidebar.active {
    margin-left: 0;
    -webkit-transform: none;
            transform: none; }
  #sidebarCollapse span:first-of-type,
  #sidebarCollapse span:nth-of-type(2),
  #sidebarCollapse span:last-of-type {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    margin: 5px auto; }
  #sidebarCollapse.active span {
    margin: 0 auto; }
  #sidebarCollapse.active span:first-of-type {
    -webkit-transform: rotate(45deg) translate(2px, 2px);
            transform: rotate(45deg) translate(2px, 2px); }
  #sidebarCollapse.active span:nth-of-type(2) {
    opacity: 0; }
  #sidebarCollapse.active span:last-of-type {
    -webkit-transform: rotate(-45deg) translate(1px, -1px);
            transform: rotate(-45deg) translate(1px, -1px); } }
