.open-modal-supera-js {
  cursor: pointer;
}
.open-modal-supera-js:hover {
  opacity: 0.95;
}

.bg-modal-supera {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  display: none;
}

.close-modal-supera {
  width: 35px;
  height: 35px;
  background-color: #fff;
  color: #333;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: 37px;
  font-weight: bold;
  cursor: pointer;
  font-size: 26px;
  z-index: 9999;
  text-align: center;
}
.close-modal-supera:hover {
  background-color: #000;
  color: #fff;
}

.modal-supera {
  height: 100vh;
  width: 100%;
  z-index: 99999999;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.modal-supera .wrapper-modal-supera {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}
.modal-supera .wrapper-modal-supera .center-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.modal-supera .wrapper-modal-supera .center-wrapper .content {
  text-align: center;
  background-color: transparent;
  margin: 0 auto;
  display: inline-block;
  width: 800px;
  z-index: 99999999;
  padding: 0px;
  position: relative;
  height: 80vh;
  overflow: auto;
}
.modal-supera .wrapper-modal-supera .center-wrapper .content::-webkit-scrollbar {
  width: 12px;
}
.modal-supera .wrapper-modal-supera .center-wrapper .content::-webkit-scrollbar-track {
  background: orange;
}
.modal-supera .wrapper-modal-supera .center-wrapper .content::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 20px;
  border: 3px solid orange;
}
.modal-supera .wrapper-modal-supera .center-wrapper .content .image-content {
  height: 100%;
  display: grid;
  justify-content: center;
  align-items: center;
}
.modal-supera .wrapper-modal-supera .center-wrapper .content img {
  border-radius: 0;
  border: none;
}

body {
  background: url("../../src/images/concurso-de-bolsas.jpg");
  background-repeat: no-repeat;
  background-position: center top;
}
body .title-yellow {
  color: #FFE500;
  text-align: center;
  text-transform: uppercase;
  font-size: 2em;
}
body .line-button {
  display: flex;
  justify-content: end;
}
body .button-ranking {
  background-color: #ffe500;
  color: #e38000;
  border-radius: 8px;
  border: none;
  padding: 12px 10px 9px 20px;
  margin-top: 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1em;
  cursor: pointer;
  transition: background-color 0.5s;
}
body .button-ranking:hover .icon {
  background-position: 0 24px;
}
body .button-ranking .icon {
  width: 24px;
  display: inline-block;
  height: 24px;
  vertical-align: middle;
  margin-left: 6px;
  top: -2px;
  position: relative;
  margin-right: 5px;
  background: url(../../src/images/icon-ranking.png);
}
body .button-ranking:hover {
  background-color: #ca7200;
  color: #ffe500;
}
body .ranking-illustrator {
  width: 650px;
  margin: 0 auto;
  margin-bottom: 45px;
}
body .ranking-illustrator img {
  border-radius: 20px;
  border: 7px solid #ffe500;
}
body .h1-hide {
  text-indent: -999999px;
  float: left;
  width: 0;
  height: 0;
  position: absolute;
}
body #wpadminbar {
  display: none;
}
body.success {
  background: url("../../src/images/bg-repeat.jpg");
}
body.success .footer {
  background: url(../../src/images/bg-footer.png);
  height: 373px;
  margin-top: -70px;
  background-position: center top;
  padding: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-repeat: no-repeat;
}
body.success .footer .center {
  top: 260px;
  position: relative;
}
body .msg-success img {
  margin-top: -80px;
}
body .msg-success p {
  color: #000;
  font-size: 1.5em;
}
body .hero-banner {
  background-color: transparent;
  height: 705px;
}
body .align-center {
  text-align: center;
}
body .form {
  box-shadow: 1px -2px 15px 1px #1c1c1c38;
  border-radius: 30px;
  padding: 55px;
}
body .form p.submit {
  margin-top: 20px;
}
body .form p.notice-form {
  color: #333;
  font-size: 14px;
  font-style: italic;
}
body .form p.notice-form a:hover {
  text-decoration: none;
}
body .form .wpcf7-list-item {
  display: inline;
}
body .form input[type=submit] {
  background-color: #57b129;
  width: 250px;
  margin: 0 auto;
  display: block;
}
body .text-yellow {
  color: #ffe500;
}
body .uppercase {
  text-transform: uppercase;
}
body .text {
  color: #fff;
  text-align: center;
  margin-top: 60px;
  padding-bottom: 60px;
}
body .text a {
  color: #fff;
  font-size: 1.5em;
}
body .text a:hover {
  text-decoration: none;
}
body .text p {
  font-size: 1.5em;
}
body .text ul {
  margin: 0;
  padding: 0;
}
body .text ul li {
  color: #fff;
  list-style: none;
  font-size: 1.5em;
  margin-bottom: 30px;
}
body .header {
  background-color: transparent;
}
body .header .center {
  grid-template-columns: 1fr;
}
body .header .logo-supera {
  margin: 0 auto;
  display: block;
  width: 180px;
}
body .content-lp {
  background: url("../../src/images/bg-orange.jpg");
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.image-mobile {
  display: none;
  text-align: center;
}

@media screen and (max-height: 800px) {
  body .header .logo-supera {
    width: 125px;
  }
  body.success .group {
    height: calc(100vh - 245px);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  body.success .footer {
    height: 325px;
  }
  body.success .footer .center {
    top: 240px;
  }
  body.success .msg-success p {
    color: #000;
    font-size: 1.2em;
  }

  .image-success {
    width: 700px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1185px) {
  .image-mobile {
    display: block;
  }

  body {
    background: url("../../src/images/bg-repeat.jpg");
  }
  body .msg-success {
    padding-left: 15px;
    padding-right: 15px;
  }
  body .msg-success p {
    font-size: 1.2em;
  }
  body .msg-success br {
    display: none;
  }
  body .msg-success img {
    margin-top: 0;
  }
  body.success .group {
    height: auto;
  }
  body.success .image-mobile {
    display: none;
  }
  body.success .footer {
    position: static;
  }
  body .hero-banner {
    background: url("../../src/images/bg-footer.png");
    background-position: bottom;
    background-repeat: no-repeat;
  }
  body .content-lp {
    text-align: center;
    padding-top: 45px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .image-success {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .modal-supera {
    overflow: auto;
  }
  .modal-supera .wrapper-modal-supera .center-wrapper .content {
    width: 95%;
    padding: 5px;
  }

  .close-modal-supera {
    right: 10px;
  }

  body .image-lp {
    margin-top: 35px;
  }
  body .ranking-illustrator {
    width: 100%;
  }
  body .line-button {
    justify-content: center;
  }
  body .button-ranking {
    padding: 12px 10px 9px 10px;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 520px) {
  body .hero-banner .form {
    margin: 15px;
    padding: 35px 20px;
  }
  body .header .logo-supera {
    width: 100px;
  }
}
body .form {
  padding: 45px;
}

/*# sourceMappingURL=page-lp-supera-social.css.map */
