:root {
  --dark: #222;
  --clear: #fff;
}

@font-face {
  font-family: enotria;
  src: url("../webfonts/Battle\ Fonts\ -\ Enotria\ Regular.ttf");
}

@font-face {
  font-family: enotriaBold;
  src: url("../webfonts/Battle\ Fonts\ -\ Enotria\ Bold.ttf");
}

html {
  height: 100%;
}

body {
  overflow-x: hidden;
  font: 18px enotria, "Open Sans", Arial;
}

.whats {
  width: 50px;
  position: fixed;
  bottom: 10px;
  right: 10px;

  img {
    width: 100%;
  }
}

.hero {
  width: 100%;
  background: url(../imgs/bg-hero.png) no-repeat center top #1f1f1fc0;
  background-size: cover;
  padding: 300px 0 200px 0;
  color: #fff;
  text-align: center;
  h1 {
    font: 3em enotriaBold;
    margin: 30px 0;
  }
  h2 {
    font: 1.5em enotriaBold;
    margin: 30px 0;
  }
  .person {
    text-align: center;
    img {
      border-radius: 100px;
      width: 50px;
      border: 2px solid #00bfff;
      margin-right: -20px;
    }
    img:last-child {
      margin-right: 60px;
    }
    strong {
      margin-left: 30px;
      font-weight: 900;
    }
  }
}

.navbar {
  background: rgba(0, 0, 0, 0.6) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border-bottom: 1px solid #00bfff;
  max-width: 100vw;
  .navbar-nav {
    margin-top: -10px !important;
  }
  img {
    width: 250px;
  }
  .nav-link,
  .btn {
    color: #fff;
    border-radius: 100px;
    padding: 10px 20px;
  }
  .nav-link:hover {
    color: #00bfff;
  }
}

p {
  line-height: 30px;
}

.btn-info {
  background-color: transparent;
  border-color: 1px solid #00bfff;
  border-radius: 100px;
  padding: 10px 20px;
  color: #fff;
  margin-bottom: 10px;
}

.eventos {
  background: #f1f1f1;
  color: #333;
  padding: 40px 0;

  h2 {
    font-size: 1.2em;
    font-weight: 600;
  }

  .col-md-3:first-child {
    p {
      font-size: 1.6em;
    }

    a {
      font-size: 0.8em;
    }
  }
}

.card {
  background: #333;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid #00bfff;
  margin-bottom: 10px;
  iframe {
    border-radius: 20px;
  }
}

.btn-red {
  color: #ccc;
  text-decoration: none;
  margin-top: 30px;
  &:hover {
    color: #222;
  }
  i {
    text-align: center;
    background: #ccc;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    line-height: 30px;
    text-decoration: none;
  }
}

.sobre,
.palestrantes {
  background: #fff;
  padding: 40px 0;
  border-bottom: 1px solid #ccc;

  .btn-info {
    color: #333 !important;
  }
}

.programacao {
  .w-100 {
    border-radius: 10px;
    border: 1px solid #00bfff;
  }
}

.palestrantes {
  img {
    border-radius: 10px;
    margin-bottom: 20px;
  }

  .row {
    padding: 20px;
    box-sizing: border-box;
  }
}

.oportinidade {
  padding: 40px 0;

  .cardizinho {
    i {
      float: left;
      margin-right: 15px;
    }

    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 15px;
  }
}

.evolucao {
  background: #222;
  color: #fff;
  padding: 40px 0;
  border-bottom: 1px solid #fff;
  i {
    float: left;
    margin: 0 10px;
    background-color: #fff;
    color: #222;
    padding: 10px;
    border-radius: 5px;
  }
  .btn-fotos {
    text-align: left !important;
    border: 1px solid #00bfff;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    color: #fff;
    &:hover {
      background: #00bfff;
      color: #222;
    }
  }
  #fotos {
    height: 550px;
    overflow-x: hidden;

    .box {
      border-radius: 10px;
      overflow: hidden;
      margin-bottom: 20px;
      height: 100px;
      img {
        border-radius: 10px;
        margin-bottom: 10px;
        border: 1px solid #00bfff;
        height: 180px;
      }
    }
  }
  .fslightbox-container {
    z-index: 9999999999;
  }
}

.patrocinio {
  background: #222;
  padding: 40px 0;
  color: #fff;
  img {
    border-radius: 10px;
    margin-bottom: 20px;
  }
  H3 {
    margin: 50px;
  }
}

h1,
h2 {
  font-family: enotriaBold, "Open Sans";
  margin: 30px 0;
}

strong {
  font-family: enotriaBold;
}

.details {
  position: relative;
  z-index: 9;
  margin: 20px;
  border: 1px solid #00bfff;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  text-align: center;
  border-radius: 5px;
  margin-top: -130px;
  color: #fff;
  p {
    height: 100px;
    color: #fff !important;
  }
}

.faq {
  padding: 40px 0;
  .btn-info {
    color: #222 !important;
  }
  .accordion-item {
    border: 0 !important;
  }
  .accordion-header {
    border: 1px solid #f1f1f1;
    border-radius: 5px 5px 0 0;
  }
}

.palestrante {
  .img {
    margin-bottom: 50px;
    border-radius: 10px;
  }
  .details {
    margin-top: -80px;
  }
}

footer {
  background: #222;
  color: #fff;
  padding: 40px 0 20px 0;
  margin-top: 50px;
  margin-bottom: -50px;
  .col-md-2,
  .col-md-4 {
    a {
      font-size: 0.8em;
      color: #fff;
      text-decoration: none;
      line-height: 30px;
      &:hover {
        color: #00bfff;
      }
    }
  }
  .media {
    a {
      text-decoration: none;
      font-size: 1.1em;
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      border-radius: 100px;
      border: 1px solid #00bfff;
      color: #00bfff;
      display: inline-block;
      &:hover {
        background: #00bfff;
        color: #222;
      }
    }
  }
  hr {
    border: 1px solid #00bfff;
  }
  .bottom {
    margin: 30px 0;
    font-size: 0.8em;
    .col-md-6:last-child {
      text-align: right;
    }
    a {
      color: #fff;
    }
  }
}

.interno {
  .btn-info {
    color: var(--dark);
  }
  img {
    border-radius: 10px;
  }
}

.top {
  padding: 150px 0 30px 0;
  color: #00bfff;
  background: url(../imgs/hero.png) no-repeat var(--dark);
  background-size: 100%;
  margin-bottom: 40px;
}

.pat {
  .img {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    display: inline-block;
    margin-bottom: 20px;
    img {
      width: 80%;
    }
  }
}

label {
  margin: 20px 0 10px;
}

.sm-shadow {
  margin: 10px;
  box-shadow: 0 0 5px #ccc;
  padding: 20px;
}

@media (max-width: 480px) {
  #fotos {
    img {
      height: 120px !important;
    }
  }
  .navbar {
    img {
      width: 150px !important;
    }
  }
  .hero {
    padding: 150px 0;
    h1 {
      font-size: 2em;
    }
    h2 {
      font-size: 1.4em;
    }
  }
  .details {
    display: none;
  }
  footer {
    .bottom {
      .col-md-6 {
        text-align: center !important;
        margin-bottom: 20px;
      }
    }
  }
  .palestrante {
    .details {
      display: block !important;
    }
  }
}
