/* GERAL */

* {
  list-style: none;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "DINPro";
  src: url("../fonts/DINPro.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "DINPro";
  src: url("../fonts/DINPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "DINPro";
  src: url("../fonts/DINPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

html,
body {
  height: 100%;
  margin: 0;
}

body {
  background: #fde7e0;
  background: linear-gradient(
    90deg,
    rgba(253, 231, 224, 1) 0%,
    rgba(236, 216, 232, 1) 60%,
    rgba(193, 178, 255, 1) 100%
  );
}

.banner img {
  width: 100%;
}

/* Celular pequeno (mínimo) */
@media only screen and (min-width: 320px) {
  nav.navbar {
    background-color: #6d66c1;
    width: 100%;
    padding: 19px 0;
  }

  #menu {
    position: relative;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease;
  }

  #menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  #menu img {
    width: 218px;
  }

  #menu .navbar-nav .nav-link {
    color: #ffffff;
    font-family: "DINPro";
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
  }

  #menu .navbar-nav .nav-link.submeter {
    background-color: #383d87;
    color: #ffffff;
    padding: 13px;
    border-radius: 20px;
  }

  #menu #navbarNav .idioma {
    margin: 0;
    padding: 0;
  }

  #menu #navbarNav .idioma li {
    float: left;
  }

  #menu #navbarNav .idioma li a {
    overflow: hidden;
    text-indent: -999em;
    float: left;
    width: 24px;
    height: 25px;
  }

  #menu #navbarNav .idioma .pt-br {
    background: url("../img/portugues.webp") no-repeat;
  }

  #menu #navbarNav .idioma .eua {
    background: url("../img/ingles.webp") no-repeat;
    margin-left: 8px;
  }

  header {
    margin-top: 34px;
    border-bottom: 1px solid #6d66c1;
    padding-bottom: 23px;
    margin-bottom: 63px;
  }

  header .banner {
    margin-bottom: 25px;
  }

  header .banner .banner_1_m {
    width: 100%;
    float: left;
    margin-right: 60px;
  }

  header .banner-container {
    background: url("../img/banner/slide.png") no-repeat;
    position: relative;
    width: 136px;
    height: 357px;
    overflow: hidden;
    border-radius: 100px;
    float: left;
    margin: 20px 0 20px 75px;
  }

  header .banner-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }

  header .banner-img.active {
    opacity: 1;
  }

  header .cortina {
    position: absolute;
    top: -66%;
    left: 13px;
    width: 112px !important;
    height: 357px;
    object-fit: cover;
    transition: top 0.5s ease-in-out;
    z-index: 10;
  }

  header .moldura {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
  }

  header .cortina.active {
    top: 0;
  }

  main section .info-card {
    padding: 32px 0;
  }

  main section .info-card .section-title {
    color: #5c57aa;
    font-family: "DINPro";
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px;
  }

  main section .info-card p {
    color: #3b24b2;
    font-family: "DINPro";
    font-size: 20px;
    font-weight: 400;
  }

  main section #sobre-evento {
    padding-top: 0;
  }

  main section #sobre-evento .borda {
    border-right: 1px solid #b2afd4;
  }

  main section #sobre-evento ul.lista {
    margin: 24px 0 0 0;
    padding: 0;
    float: left;
    width: 100%;
  }

  main section #sobre-evento ul.lista li {
    background: url("../img/icoV.webp") no-repeat center left;
    display: block;
    margin-bottom: 25px;
    padding-left: 22px;
  }

  main section #sobre-evento ul.lista li p {
    margin: 0;
  }

  main section #sobre-evento .botoes {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  main section #sobre-evento .botoes a.chamada,
  main section #sobre-evento .botoes a.inscreva-se,
  main section #sobre-evento .botoes a.email {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    text-indent: -999em;
    margin-bottom: 8px;
  }

  main section #sobre-evento .botoes a img {
    width: 100%;
    height: 100%;
    display: block;
  }

  main section #sobre-evento .redes {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    padding: 0;
    margin-top: 36px;
  }

  main section #sobre-evento .redes li {
    margin: 0 2px;
  }

  main section #sobre-evento .redes li a {
    color: #383d87;
    width: 36px;
    height: 36px;
    float: left;
    overflow: hidden;
    text-indent: -999em;
  }

  main section #sobre-evento .redes li a.tcu {
    background: url("../img/ico-tcu.webp") no-repeat;
  }

  main section #sobre-evento .redes li a.facebook {
    background: url("../img/ico-facebook.webp") no-repeat;
  }

  main section #sobre-evento .redes li a.youtube {
    background: url("../img/ico-youtube.webp") no-repeat;
  }

  main section #sobre-evento .redes li a.instagram {
    background: url("../img/ico-instagram.webp") no-repeat;
  }

  main section #sobre-evento .redes li a.x {
    background: url("../img/ico-x.webp") no-repeat;
  }

  main section #publico-alvo p {
    margin: 0;
  }

  main section #palestrantes .box {
    border: 1px solid #7d79bb;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    min-height: 535px;
    margin-bottom: 20px;
  }

  main section #palestrantes .box strong {
    background: url("../img/seta.svg") no-repeat 25px center;
    border-bottom: 1px solid #7d79bb;
    float: left;
    width: 100%;
    padding: 15px 15px 15px 50px;
    font-family: "DINPro";
    font-weight: 500;
    font-size: 32px;
    color: #3b24b2;
    margin-bottom: 30px;
  }

  main section #palestrantes .box p {
    padding: 20px;
    text-align: center;
    font-family: "DINPro";
    font-weight: 400;
  }

  main section #palestrantes .box strong .icone {
    background: url(../img/tresBolinhas.svg) no-repeat right center;
    width: 30px;
    height: 47px;
    float: right;
  }

  main section #submissao p {
    margin-bottom: 24px;
  }

  main section #submissao .btn {
    background-color: #5e58a6;
    color: #ffffff;
    font-family: "DINPro";
    font-size: 16px;
    font-weight: 400;
  }

  main section #local .map iframe {
    width: 100%;
    border: 0;
    height: 462px;
  }

  footer {
    position: relative;
    background: #beb8d5;
    background: linear-gradient(
      90deg,
      rgba(68, 72, 141, 1) 69%,
      rgba(55, 60, 134, 1) 100%
    );
    padding: 13px 0;
  }

  footer span {
    color: #ffffff;
    font-family: "DINPro";
    font-size: 15px;
    font-weight: 500;
    display: block;
    float: left;
    padding: 0px;
    margin-right: 50px;
  }

  footer span.apoio {
    margin-top: 20px;
  }

  footer a {
    margin-bottom: 20px;
    float: left;
  }

  footer .apoiador a {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  footer .apoiador img {
    width: 100%;
    height: 100%;
    float: left;
  }

  i.bg {
    background: url("../img/img_bottom.webp") no-repeat;
    width: 100%;
    height: 915px;
    position: absolute;
    bottom: 0;
    z-index: -99;
  }

  i.bg_right {
    background: url("../img/img_right.webp") no-repeat;
    width: 704px;
    height: 1689px;
    float: left;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -99;
  }
}

/* Celular médio */
@media (min-width: 768px) {
  nav.navbar {
    background-color: #6d66c1;
    width: 100%;
    padding: 19px 0;
  }

  #menu {
    position: relative;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease;
  }

  #menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  #menu img {
    width: 310px;
  }

  #menu .navbar-nav .nav-link {
    color: #ffffff;
    font-family: "DINPro";
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
  }

  #menu .navbar-nav .nav-link.submeter {
    background-color: #383d87;
    color: #ffffff;
    padding: 13px;
    border-radius: 20px;
  }

  #menu #navbarNav .idioma {
    margin: 0;
    padding: 0;
  }

  #menu #navbarNav .idioma li {
    float: left;
  }

  #menu #navbarNav .idioma li a {
    overflow: hidden;
    text-indent: -999em;
    float: left;
    width: 24px;
    height: 25px;
  }

  #menu #navbarNav .idioma .pt-br {
    background: url("../img/portugues.webp") no-repeat;
  }

  #menu #navbarNav .idioma .eua {
    background: url("../img/ingles.webp") no-repeat;
    margin-left: 8px;
  }

  header {
    margin-top: 34px;
    border-bottom: 1px solid #6d66c1;
    padding-bottom: 23px;
    margin-bottom: 63px;
  }

  header .banner .banner_1_m {
    width: 220px;
    float: left;
    margin-right: 10px;
  }

  header .banner-container {
    background: url("../img/banner/slide.png") no-repeat;
    position: relative;
    width: 104px;
    height: 271px;
    overflow: hidden;
    border-radius: 100px;
    float: left;
    margin: 0 0 20px 0;
  }

  header .banner-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }

  header .banner-img.active {
    opacity: 1;
  }

  header .cortina {
    position: absolute;
    top: -66%;
    left: 10px;
    width: 85px !important;
    height: 267px;
    object-fit: cover;
    transition: top 0.5s ease-in-out;
    z-index: 10;
  }

  header .moldura {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
  }

  header .cortina.active {
    top: 0;
  }

  main section .info-card {
    padding: 32px 0;
  }

  main section .info-card .section-title {
    color: #5c57aa;
    font-family: "DINPro";
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px;
  }

  main section .info-card p {
    color: #3b24b2;
    font-family: "DINPro";
    font-size: 20px;
    font-weight: 400;
  }

  main section #sobre-evento {
    padding-top: 0;
  }

  main section #sobre-evento .borda {
    border-right: 1px solid #b2afd4;
  }

  main section #sobre-evento ul.lista {
    margin: 24px 0 0 0;
    padding: 0;
    float: left;
    width: 100%;
  }

  main section #sobre-evento ul.lista li {
    background: url("../img/icoV.webp") no-repeat center left;
    display: block;
    margin-bottom: 10px;
    padding-left: 22px;
  }

  main section #sobre-evento ul.lista li p {
    margin: 0;
  }

  main section #sobre-evento .botoes {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  main section #sobre-evento .botoes a.chamada,
  main section #sobre-evento .botoes a.inscreva-se,
  main section #sobre-evento .botoes a.email {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    text-indent: -999em;
    margin-bottom: 8px;
  }

  main section #sobre-evento .botoes a img {
    width: 100%;
    height: 100%;
    display: block;
  }

  main section #sobre-evento .redes {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    padding: 0;
    margin-top: 36px;
  }

  main section #sobre-evento .redes li {
    margin: 0 2px;
  }

  main section #sobre-evento .redes li a {
    color: #383d87;
    width: 36px;
    height: 36px;
    float: left;
    overflow: hidden;
    text-indent: -999em;
  }

  main section #sobre-evento .redes li a.tcu {
    background: url("../img/ico-tcu.webp") no-repeat;
  }

  main section #sobre-evento .redes li a.facebook {
    background: url("../img/ico-facebook.webp") no-repeat;
  }

  main section #sobre-evento .redes li a.youtube {
    background: url("../img/ico-youtube.webp") no-repeat;
  }

  main section #sobre-evento .redes li a.instagram {
    background: url("../img/ico-instagram.webp") no-repeat;
  }

  main section #sobre-evento .redes li a.x {
    background: url("../img/ico-x.webp") no-repeat;
  }

  main section #publico-alvo p {
    margin: 0;
  }

  main section #palestrantes .box {
    border: 1px solid #7d79bb;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    min-height: 535px;
  }

  main section #palestrantes .box strong {
    background: url("../img/seta.svg") no-repeat 25px center;
    border-bottom: 1px solid #7d79bb;
    float: left;
    width: 100%;
    padding: 15px 15px 15px 50px;
    font-family: "DINPro";
    font-weight: 500;
    font-size: 32px;
    color: #3b24b2;
    margin-bottom: 30px;
  }

  main section #palestrantes .box p {
    padding: 20px;
    text-align: center;
    font-family: "DINPro";
    font-weight: 400;
  }

  main section #palestrantes .box strong .icone {
    background: url(../img/tresBolinhas.svg) no-repeat right center;
    width: 30px;
    height: 47px;
    float: right;
  }

  main section #submissao p {
    margin-bottom: 24px;
  }

  main section #submissao .btn {
    background-color: #5e58a6;
    color: #ffffff;
    font-family: "DINPro";
    font-size: 16px;
    font-weight: 400;
  }

  main section #local .map iframe {
    width: 100%;
    border: 0;
    height: 462px;
  }

  footer {
    position: relative;
    background: #beb8d5;
    background: linear-gradient(90deg, rgb(169 158 207) 2%, rgb(140 129 241) 8%, rgba(104, 105, 163, 1) 24%, rgba(68, 72, 141, 1) 69%, rgba(55, 60, 134, 1) 100%);
    padding: 25px 0;
  }

  footer span {
    color: #ffffff;
    font-family: "DINPro";
    font-size: 15px;
    font-weight: 500;
    display: block;
    float: left;
    padding: 0px;
    margin-right: 50px;
  }

  footer .apoiador a {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  footer .apoiador img {
    width: 100%;
    height: 100%;
    float: left;
  }

  footer .apoiador img {
    width: 140px;
  }

  i.bg {
    background: url("../img/img_bottom.webp") no-repeat;
    width: 760px;
    height: 915px;
    position: absolute;
    bottom: 0;
    z-index: -99;
  }

  i.bg_right {
    background: url("../img/img_right.webp") no-repeat;
    width: 704px;
    height: 1689px;
    float: left;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -99;
  }
}

/* Tablet */
@media (min-width: 992px) {
  nav.navbar {
    background-color: #6d66c1;
    width: 100%;
    padding: 19px 0;
  }

  #menu {
    position: relative;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease;
  }

  #menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  #menu img {
    width: 218px;
  }

  #menu .navbar-nav .nav-link {
    color: #ffffff;
    font-family: "DINPro";
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
  }

  #menu .navbar-nav .nav-link.submeter {
    background-color: #383d87;
    color: #ffffff;
    padding: 13px;
    border-radius: 20px;
  }

  #menu #navbarNav .idioma {
    margin: 0;
    padding: 0;
  }

  #menu #navbarNav .idioma li {
    float: left;
  }

  #menu #navbarNav .idioma li a {
    overflow: hidden;
    text-indent: -999em;
    float: left;
    width: 24px;
    height: 25px;
  }

  #menu #navbarNav .idioma .pt-br {
    background: url("../img/portugues.webp") no-repeat;
  }

  #menu #navbarNav .idioma .eua {
    background: url("../img/ingles.webp") no-repeat;
    margin-left: 8px;
  }

  header {
    margin-top: 34px;
    border-bottom: 1px solid #6d66c1;
    padding-bottom: 23px;
    margin-bottom: 63px;
  }

  header .banner .banner_1_m {
    width: 300px;
    float: left;
    margin-right: 20px;
  }

  header .banner-container {
    background: url("../img/banner/slide.png") no-repeat;
    position: relative;
    width: 136px;
    height: 357px;
    overflow: hidden;
    border-radius: 100px;
  }

  header .banner-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }

  header .banner-img.active {
    opacity: 1;
  }

  header .cortina {
    position: absolute;
    top: -66%;
    left: 13px;
    width: 112px !important;
    height: 357px;
    object-fit: cover;
    transition: top 0.5s ease-in-out;
    z-index: 10;
  }

  header .moldura {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
  }

  header .cortina.active {
    top: 0;
  }

  main section .info-card {
    padding: 32px 0;
  }

  main section .info-card .section-title {
    color: #5c57aa;
    font-family: "DINPro";
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px;
  }

  main section .info-card p {
    color: #3b24b2;
    font-family: "DINPro";
    font-size: 20px;
    font-weight: 400;
  }

  main section #sobre-evento {
    padding-top: 0;
  }

  main section #sobre-evento .borda {
    border-right: 1px solid #b2afd4;
  }

  main section #sobre-evento ul.lista {
    margin: 24px 0 0 0;
    padding: 0;
    float: left;
    width: 100%;
  }

  main section #sobre-evento ul.lista li {
    background: url("../img/icoV.webp") no-repeat center left;
    display: block;
    margin-bottom: 10px;
    padding-left: 22px;
  }

  main section #sobre-evento ul.lista li p {
    margin: 0;
  }

  main section #sobre-evento .botoes {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  main section #sobre-evento .botoes a.chamada,
  main section #sobre-evento .botoes a.inscreva-se,
  main section #sobre-evento .botoes a.email {
    width: 301px;
    height: 98px;
    display: block;
    overflow: hidden;
    text-indent: -999em;
    margin-bottom: 8px;
  }

  main section #sobre-evento .redes {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    padding: 0;
    margin-top: 36px;
  }

  main section #sobre-evento .redes li {
    margin: 0 9px;
  }

  main section #sobre-evento .redes li a {
    color: #383d87;
    width: 36px;
    height: 36px;
    float: left;
    overflow: hidden;
    text-indent: -999em;
  }

  main section #sobre-evento .redes li a.tcu {
    background: url("../img/ico-tcu.webp") no-repeat;
  }

  main section #sobre-evento .redes li a.facebook {
    background: url("../img/ico-facebook.webp") no-repeat;
  }

  main section #sobre-evento .redes li a.youtube {
    background: url("../img/ico-youtube.webp") no-repeat;
  }

  main section #sobre-evento .redes li a.instagram {
    background: url("../img/ico-instagram.webp") no-repeat;
  }

  main section #sobre-evento .redes li a.x {
    background: url("../img/ico-x.webp") no-repeat;
  }

  main section #publico-alvo p {
    margin: 0;
  }

  main section #palestrantes .box {
    border: 1px solid #7d79bb;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    min-height: 535px;
  }

  main section #palestrantes .box strong {
    background: url("../img/seta.svg") no-repeat 25px center;
    border-bottom: 1px solid #7d79bb;
    float: left;
    width: 100%;
    padding: 15px 15px 15px 50px;
    font-family: "DINPro";
    font-weight: 500;
    font-size: 32px;
    color: #3b24b2;
    margin-bottom: 30px;
  }

  main section #palestrantes .box p {
    padding: 20px;
    text-align: center;
    font-family: "DINPro";
    font-weight: 400;
  }

  main section #palestrantes .box strong .icone {
    background: url(../img/tresBolinhas.svg) no-repeat right center;
    width: 30px;
    height: 47px;
    float: right;
  }

  main section #submissao p {
    margin-bottom: 24px;
  }

  main section #submissao .btn {
    background-color: #5e58a6;
    color: #ffffff;
    font-family: "DINPro";
    font-size: 18px;
    font-weight: 800;
  }

  main section #local .map iframe {
    width: 100%;
    border: 0;
    height: 462px;
  }

  footer {
    position: relative;
    background: #beb8d5;
    background: linear-gradient(90deg, rgb(169 158 207) 2%, rgb(140 129 241) 8%, rgba(104, 105, 163, 1) 24%, rgba(68, 72, 141, 1) 69%, rgba(55, 60, 134, 1) 100%);
    padding: 25px 0;
  }

  footer span {
    color: #ffffff;
    font-family: "DINPro";
    font-size: 15px;
    font-weight: 500;
    display: block;
    float: left;
    padding: 0px;
    margin-right: 50px;
  }

  footer span.apoio {
    margin-top: 0;
  }

  footer .apoiador img {
    width: 140px;
  }

  footer .apoiador a {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  footer .apoiador img {
    width: 100%;
    height: 100%;
    float: left;
  }

  i.bg {
    background: url("../img/img_bottom.webp") no-repeat;
    width: 855px;
    height: 915px;
    position: absolute;
    bottom: 0;
    z-index: -99;
  }

  i.bg_right {
    background: url("../img/img_right.webp") no-repeat;
    width: 704px;
    height: 1689px;
    float: left;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -99;
  }
}

/* Desktop médio */
@media (min-width: 1281px) {
  nav.navbar {
    background-color: #6d66c1;
    width: 100%;
    padding: 19px 0;
  }

  #menu {
    position: relative;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease;
  }

  #menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  #menu img {
    width: 335px;
  }

  #menu .navbar-nav .nav-link {
    color: #ffffff;
    font-family: "DINPro";
    font-size: 14px;
    font-weight: 500;
    padding: 13px;
  }

  #menu .navbar-nav .nav-link.submeter {
    background-color: #383d87;
    color: #ffffff;
    padding: 13px;
    border-radius: 20px;
  }

  #menu #navbarNav .idioma {
    margin: 0;
    padding: 0;
  }

  #menu #navbarNav .idioma li {
    float: left;
  }

  #menu #navbarNav .idioma li a {
    overflow: hidden;
    text-indent: -999em;
    float: left;
    width: 24px;
    height: 25px;
  }

  #menu #navbarNav .idioma .pt-br {
    background: url("../img/portugues.webp") no-repeat;
  }

  #menu #navbarNav .idioma .eua {
    background: url("../img/ingles.webp") no-repeat;
    margin-left: 8px;
  }

  header {
    margin-top: 34px;
    border-bottom: 1px solid #6d66c1;
    padding-bottom: 23px;
    margin-bottom: 63px;
  }

  header .banner .banner_1_m {
    width: 360px;
    float: left;
    margin-right: 38px;
  }

  header .banner-container {
    background: url("../img/banner/slide.png") no-repeat;
    position: relative;
    width: 136px;
    height: 357px;
    overflow: hidden;
    border-radius: 100px;
  }

  header .banner-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }

  header .banner-img.active {
    opacity: 1;
  }

  header .cortina {
    position: absolute;
    top: -66%;
    left: 13px;
    width: 112px !important;
    height: 357px;
    object-fit: cover;
    transition: top 0.5s ease-in-out;
    z-index: 10;
  }

  header .moldura {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
  }

  header .cortina.active {
    top: 0;
  }

  main section .info-card {
    padding: 32px 0;
  }

  main section .info-card .section-title {
    color: #5c57aa;
    font-family: "DINPro";
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px;
  }

  main section .info-card p {
    color: #3b24b2;
    font-family: "DINPro";
    font-size: 20px;
    font-weight: 400;
  }

  main section #sobre-evento {
    padding-top: 0;
  }

  main section #sobre-evento .borda {
    border-right: 1px solid #b2afd4;
    padding-right: 30px;
  }

  main section #sobre-evento ul.lista {
    margin: 24px 0 0 0;
    padding: 0;
    float: left;
    width: 100%;
  }

  main section #sobre-evento ul.lista li {
    background: url("../img/icoV.webp") no-repeat center left;
    display: block;
    margin-bottom: 10px;
    padding-left: 22px;
  }

  main section #sobre-evento ul.lista li p {
    margin: 0;
  }

  main section #sobre-evento .botoes {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  main section #sobre-evento .botoes a.chamada,
  main section #sobre-evento .botoes a.inscreva-se,
  main section #sobre-evento .botoes a.email {
    width: 340px;
    height: 110px;
    display: block;
    overflow: hidden;
    text-indent: -999em;
    margin-bottom: 8px;
  }

  main section #sobre-evento .redes {
    display: flex;
    width: 340px;
    flex-direction: row;
    justify-content: center;
    padding: 0;
    margin-top: 36px;
  }

  main section #sobre-evento .redes li {
    margin: 0 9px;
  }

  main section #sobre-evento .redes li a {
    color: #383d87;
    width: 36px;
    height: 36px;
    float: left;
    overflow: hidden;
    text-indent: -999em;
  }

  main section #sobre-evento .redes li a.tcu {
    background: url("../img/ico-tcu.webp") no-repeat;
  }

  main section #sobre-evento .redes li a.facebook {
    background: url("../img/ico-facebook.webp") no-repeat;
  }

  main section #sobre-evento .redes li a.youtube {
    background: url("../img/ico-youtube.webp") no-repeat;
  }

  main section #sobre-evento .redes li a.instagram {
    background: url("../img/ico-instagram.webp") no-repeat;
  }

  main section #sobre-evento .redes li a.x {
    background: url("../img/ico-x.webp") no-repeat;
  }

  main section #publico-alvo p {
    margin: 0;
  }

  main section #palestrantes .box {
    border: 1px solid #7d79bb;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    min-height: 535px;
  }

  main section #palestrantes .box strong {
    background: url("../img/seta.svg") no-repeat 25px center;
    border-bottom: 1px solid #7d79bb;
    float: left;
    width: 100%;
    padding: 15px 15px 15px 50px;
    font-family: "DINPro";
    font-weight: 500;
    font-size: 32px;
    color: #3b24b2;
    margin-bottom: 30px;
  }

  main section #palestrantes .box p {
    padding: 20px;
    text-align: center;
    font-family: "DINPro";
    font-weight: 400;
  }

  main section #palestrantes .box strong .icone {
    background: url(../img/tresBolinhas.svg) no-repeat right center;
    width: 30px;
    height: 47px;
    float: right;
  }

  main section #submissao p {
    margin-bottom: 24px;
  }

  main section #submissao .btn {
    background-color: #5e58a6;
    color: #ffffff;
    font-family: "DINPro";
    font-size: 18px;
    font-weight: 800;
  }

  main section #local .map iframe {
    width: 100%;
    border: 0;
    height: 462px;
  }

  footer {
    position: relative;
    background: #beb8d5;
    background: linear-gradient(90deg, rgb(169 158 207) 2%, rgb(140 129 241) 8%, rgba(104, 105, 163, 1) 24%, rgba(68, 72, 141, 1) 69%, rgba(55, 60, 134, 1) 100%);
    padding: 25px 0;
  }

  footer span {
    color: #ffffff;
    font-family: "DINPro";
    font-size: 15px;
    font-weight: 500;
    display: block;
    float: left;
    padding: 0px;
    margin-right: 50px;
  }

  footer span.apoio {
    margin-top: 0;
  }

  footer .apoiador a {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  footer .apoiador img {
    width: 100%;
    height: 100%;
    float: left;
  }

  footer .apoiador img {
    width: 140px;
  }

  i.bg {
    background: url("../img/img_bottom.webp") no-repeat;
    width: 855px;
    height: 915px;
    position: absolute;
    bottom: 0;
    z-index: -99;
  }

  i.bg_right {
    background: url("../img/img_right.webp") no-repeat;
    width: 704px;
    height: 1689px;
    float: left;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -99;
  }
}

/* Desktop grande (máximo) */
@media (min-width: 1440px) {
  nav.navbar {
    background-color: #6d66c1;
    width: 100%;
    padding: 19px 0;
  }

  #menu {
    position: relative;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease;
  }

  #menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 999;
  }

  #menu img {
    width: 335px;
  }

  #menu .navbar-nav .nav-link {
    color: #ffffff;
    font-family: "DINPro";
    font-size: 18px;
    font-weight: 500;
    padding: 13px;
  }

  #menu .navbar-nav .nav-link.submeter {
    background-color: #383d87;
    color: #ffffff;
    padding: 13px;
    border-radius: 20px;
  }

  #menu #navbarNav .idioma {
    margin: 0;
    padding: 0;
  }

  #menu #navbarNav .idioma li {
    float: left;
  }

  #menu #navbarNav .idioma li a {
    overflow: hidden;
    text-indent: -999em;
    float: left;
    width: 24px;
    height: 25px;
  }

  #menu #navbarNav .idioma .pt-br {
    background: url("../img/portugues.webp") no-repeat;
  }

  #menu #navbarNav .idioma .eua {
    background: url("../img/ingles.webp") no-repeat;
    margin-left: 8px;
  }

  header {
    margin-top: 34px;
    border-bottom: 1px solid #6d66c1;
    padding-bottom: 23px;
    margin-bottom: 64px;
  }

  header .banner .banner_1_m {
    width: 407px;
    float: left;
    margin-right: 60px;
  }

  header .banner-container {
    background: url("../img/banner/slide.png") no-repeat;
    position: relative;
    width: 136px;
    height: 357px;
    overflow: hidden;
    border-radius: 100px;
  }

  header .banner-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }

  header .banner-img.active {
    opacity: 1;
  }

  header .cortina {
    position: absolute;
    top: -66%;
    left: 13px;
    width: 112px !important;
    height: 357px;
    object-fit: cover;
    transition: top 0.5s ease-in-out;
    z-index: 10;
  }

  header .moldura {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
  }

  header .cortina.active {
    top: 0;
  }

  main section .info-card {
    padding: 32px 0;
  }

  main section .info-card .section-title {
    color: #5c57aa;
    font-family: "DINPro";
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px;
  }

  main section .info-card p {
    color: #3b24b2;
    font-family: "DINPro";
    font-size: 20px;
    font-weight: 400;
  }

  main section #sobre-evento {
    padding-top: 0;
  }

  main section #sobre-evento .borda {
    border-right: 1px solid #b2afd4;
    padding-right: 40px;
  }

  main section #sobre-evento ul.lista {
    margin: 24px 0 0 0;
    padding: 0;
    float: left;
    width: 100%;
  }

  main section #sobre-evento ul.lista li {
    background: url("../img/icoV.webp") no-repeat center left;
    display: block;
    margin-bottom: 10px;
    padding-left: 22px;
  }

  main section #sobre-evento ul.lista li p {
    margin: 0;
  }

  main section #sobre-evento .botoes {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  main section #sobre-evento .botoes a.chamada,
  main section #sobre-evento .botoes a.inscreva-se,
  main section #sobre-evento .botoes a.email {
    width: 390px;
    height: 125px;
    display: block;
    overflow: hidden;
    text-indent: -999em;
    margin-bottom: 8px;
  }

  main section #sobre-evento .redes {
    display: flex;
    width: 390px;
    flex-direction: row;
    justify-content: center;
    padding: 0;
    margin-top: 36px;
  }

  main section #sobre-evento .redes li {
    margin: 0 9px;
  }

  main section #sobre-evento .redes li a {
    color: #383d87;
    width: 36px;
    height: 36px;
    float: left;
    overflow: hidden;
    text-indent: -999em;
  }

  main section #sobre-evento .redes li a.tcu {
    background: url("../img/ico-tcu.webp") no-repeat;
  }

  main section #sobre-evento .redes li a.facebook {
    background: url("../img/ico-facebook.webp") no-repeat;
  }

  main section #sobre-evento .redes li a.youtube {
    background: url("../img/ico-youtube.webp") no-repeat;
  }

  main section #sobre-evento .redes li a.instagram {
    background: url("../img/ico-instagram.webp") no-repeat;
  }

  main section #sobre-evento .redes li a.x {
    background: url("../img/ico-x.webp") no-repeat;
  }

  main section #publico-alvo p {
    margin: 0;
  }

  main section #palestrantes .box {
    border: 1px solid #7d79bb;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    min-height: 535px;
  }

  main section #palestrantes .box strong {
    background: url("../img/seta.svg") no-repeat 25px center;
    border-bottom: 1px solid #7d79bb;
    float: left;
    width: 100%;
    padding: 15px 15px 15px 50px;
    font-family: "DINPro";
    font-weight: 500;
    font-size: 32px;
    color: #3b24b2;
    margin-bottom: 30px;
  }

  main section #palestrantes .box p {
    padding: 20px;
    text-align: center;
    font-family: "DINPro";
    font-weight: 400;
  }

  main section #palestrantes .box strong .icone {
    background: url(../img/tresBolinhas.svg) no-repeat right center;
    width: 30px;
    height: 47px;
    float: right;
  }

  main section #submissao p {
    margin-bottom: 24px;
  }

  main section #submissao .btn {
    background-color: #5e58a6;
    color: #ffffff;
    font-family: "DINPro";
    font-size: 18px;
    font-weight: 800;
  }

  main section #local .map iframe {
    width: 100%;
    border: 0;
    height: 462px;
  }

  footer {
    position: relative;
    background: #beb8d5;
    background: linear-gradient(90deg, rgb(169 158 207) 2%, rgb(140 129 241) 8%, rgba(104, 105, 163, 1) 24%, rgba(68, 72, 141, 1) 69%, rgba(55, 60, 134, 1) 100%);
    padding: 25px 0;
  }

  footer span.noMarg {
    padding: 0;
  }

  footer .org a {
    margin-right: 25px;
    margin-bottom: 0;
  }

  footer span {
    color: #ffffff;
    font-family: "DINPro";
    font-size: 15px;
    font-weight: 500;
    display: block;
    float: left;
    padding: 0px;
    margin-right: 50px;
  }

  footer .linha {
    border-top: 1px solid #8683A1;
    float: left;
    margin: 26px 0;
    width: 100%;
  }

  footer span.apoio {
    margin-top: 0;
  }

  footer .apoiador a {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  footer .apoiador img {
    width: 100%;
    height: 100%;
    float: left;
  }

  i.bg {
    background: url("../img/img_bottom.webp") no-repeat;
    width: 855px;
    height: 915px;
    position: absolute;
    bottom: 0;
    z-index: -99;
  }

  i.bg_right {
    background: url("../img/img_right.webp") no-repeat;
    width: 704px;
    height: 1689px;
    float: left;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -99;
  }
}


.modal {
  z-index: 9999;
}

.modal .modal-dialog .modal-content {
  background-color: #FDE7E0;
}

.modal .modal-dialog .modal-content .modal-header {
  border-bottom: 1px solid #5C57AA;
}

.modal .modal-dialog .modal-content .modal-body {
  overflow-y: auto;
  height: 500px;
}


.modal {
  z-index: 9999;
}

.modal .modal-dialog .modal-content {
  background-color: #FDE7E0;
    border: 2px solid #5C57AA;
    border-radius: 0;
}

.modal .modal-dialog .modal-content .modal-header {
  border-bottom: 2px solid #5C57AA;
}

.modal .modal-dialog .modal-content .modal-header h1 {
  background: url(../img/seta.svg) no-repeat 0px center;
  font-family: "DINPro";
  padding-left: 30px;
  color: #5C57AA;
  font-size: 28px;
  font-weight: 700;
}

.modal .modal-dialog .modal-content .modal-header .btn-close {
  color: #5C57AA;
}

.modal .modal-dialog .modal-content .modal-body {
  overflow-y: auto;
  height: 500px;
}

.modal .modal-dialog .modal-content .modal-body p,
.modal .modal-dialog .modal-content .modal-body strong {
  font-family: "DINPro";
  color: #3B24B2;
  font-size: 20px;
  margin-bottom: 30px;
}

.modal .modal-dialog .modal-content .modal-body strong {
  display: block;
}

.modal .modal-dialog .modal-content .modal-body a {
  color: #3B24B2;
}

.modal .modal-dialog .modal-content .modal-body a:hover {
  text-decoration: none;
}

.modal .modal-dialog .modal-content .modal-body ul {
  margin: 30px 0;
  padding: 0;
}

.modal .modal-dialog .modal-content .modal-body ul li strong {
  margin: 0;
  display: inline;
}

.modal .modal-dialog .modal-content .modal-body ul li p {
  margin: 0;
}

.modal .modal-dialog .modal-content .modal-footer {
  border-top: 2px solid #5C57AA;
}

.modal .modal-dialog .modal-content .modal-footer .btn {
  background-color: #5e58a6;
  color: #ffffff;
  font-family: "DINPro";
  font-size: 16px;
  font-weight: 400;
}