@charset "UTF-8";
.overflow-hidden {
  overflow: auto !important;
}

.blue {
  color: #45494C;
}

.pink {
  color: #FF245C;
}

.playFair {
  font-family: "VAG Rundschrift D";
  font-style: italic;
}

header {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Header */
header.header_landing {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding-left: 40px;
  box-shadow: 0px 3px 6px rgba(68, 68, 68, 0.0588235294);
  z-index: 9999;
  height: 80px;
}

header nav ul {
  display: flex;
  align-items: center;
  justify-content: right;
  margin-bottom: 0;
}

header nav ul li {
  display: inline-flex;
  padding: 0 8px;
}

header nav ul li a.test_sass {
  text-align: center;
  text-decoration: none;
  color: #787878;
  font-weight: 400;
  line-height: 20px;
  transition: ease all 0.4s;
  position: relative;
}
header nav ul li a.test_sass:hover {
  color: #45494C;
}
header nav ul li a.test_sass:hover::after {
  width: calc(100% - 24px);
  color: red !important;
}
header nav ul li a.test_sass::after {
  background: #FF245C;
  bottom: -14px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: all 200ms ease-in;
  width: 0;
}

header nav ul li button {
  appearance: none;
  background: transparent;
  border: 0;
  color: #787878;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  position: relative;
}
header nav ul li button:hover {
  color: #45494C;
}
header nav ul li button:hover::after {
  width: calc(100% - 24px);
  color: red !important;
}
header nav ul li button::after {
  background: #FF245C;
  bottom: -14px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: all 200ms ease-in;
  width: 0;
}

header nav ul a svg {
  margin-right: -22px !important;
}

nav {
  padding-right: 30px;
}

.logo {
  width: auto;
  max-width: 150px;
  padding-bottom: 5px;
}

li {
  list-style: none;
  text-decoration: none;
}

header nav ul a svg:hover #Retângulo_533-2 {
  fill: #fff;
  stroke: none !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header nav ul a svg:hover #Elipse_85 {
  fill: #FF245C;
  cx: -77;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header nav ul a svg:hover #Person_User_user_16 {
  transform: translate(1179px, 19px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header nav ul a svg:hover #Person_User_user_16 > path {
  fill: #fff;
}
header nav ul a svg:hover #Entrar > tspan {
  fill: #787878;
}
header nav ul a svg:hover #Entrar {
  transform: translate(1280px, 36px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-default {
  padding: 12px 30px;
  background-color: #FF245C;
}

.d-lg-block {
  height: 56px;
  display: block !important;
}

section {
  position: relative;
  width: 100%;
  min-height: 100%;
}

#section03 {
  background: url(../img/banner-idplugger.png) 0 0/cover no-repeat;
  height: calc(100vh - 70px);
  margin-top: 120px;
}

.font_26 {
  font-size: 26px;
}

.font_38 {
  font-size: 38px;
}

#section03 .left_banner > a {
  margin-left: -4px;
}

.demo a.btn_banner_arrow {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font: normal 400 20px/1 "Josefin Sans", sans-serif;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: opacity 0.3s;
}

.demo a.btn_banner_arrow:hover {
  opacity: 0.5;
}

#section03 a.btn_banner_arrow {
  padding-top: 60px;
}

#section03 a.btn_banner_arrow span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}

#section03 a.btn_banner_arrow span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}

#section03 a.btn_banner_arrow span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb03 3s infinite;
  animation: sdb03 3s infinite;
  box-sizing: border-box;
}

/* Footer */
footer {
  background: #45494C;
}

.footer_menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_menu li a,
.footer_menu li {
  font-size: 15px;
  padding-right: 15px;
  color: #CFCFCF;
  text-decoration: none;
  list-style: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer_menu li a:hover,
.footer_menu li:hover {
  color: #fff;
}

.footer_menu li {
  display: inline-block;
  color: #000000;
  font-size: 14px;
  font-family: "Lato";
  padding-right: 15px;
}

footer .social-footer {
  padding-left: 0;
  list-style: none;
  margin: 30px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

footer .social-footer li a {
  color: white !important;
}

footer .social-footer li:first-child a {
  margin-right: 30px;
}

.moldura {
  background-color: #fff;
  border-radius: 16px;
  width: 210px;
}

#como-participar > div > div > div.col-12.my-5.text-center > p {
  font-size: 14px;
}

.left_trend {
  background-image: url(../img/svg/panel.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: -40px 50px;
  z-index: 999;
  text-align: end;
}

.gradient_home {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(90deg, #EF5942 15%, #EC2474 85%);
  padding: 30px;
}

#accordionExample {
  max-width: 710px;
  margin: auto;
}

.accordion-header > button > b {
  font-size: 18px;
  color: #333;
}

footer .footer_logo img {
  padding-left: 5px;
  max-width: 250px;
}

#duvidas {
  background: #fff;
}

#headingOne > button,
#headingThree > button,
#headingTwo > button,
#headingFour > button,
#headingFive > button,
.accordion-header > button {
  border-radius: 6px;
  border: 1px #EAEAEA solid !important;
  margin-top: 15px;
  width: 100%;
  text-align: left;
  padding: 30px;
  font-size: 20px;
  display: flex !important;
  background: #fff !important;
  justify-content: space-between;
}

.accordion-body {
  text-align: left;
}

.accordion-item:first-of-type .accordion-button {
  border-radius: 6px;
}

.accordion-button::after {
  display: none;
}

#como-participar,
#trend {
  background: #F9F9FB;
}

#como-participar .box-shadow {
  visibility: visible;
  animation-name: fadeInUp;
  box-shadow: 0px 0px 50px rgba(32, 53, 63, 0.1607843137);
}

#como-participar .icon-shadow {
  visibility: visible;
  box-shadow: 0px 0px 50px rgba(32, 53, 63, 0.1607843137);
  border-radius: 50vw;
}

#como-participar .como_p {
  font-size: 23px;
  font-weight: bold;
}

#como-participar > div > div > div:nth-child(1) {
  position: relative;
}

.pink-box {
  background: #FF245C;
  border-radius: 12px;
  max-width: 710px;
  box-shadow: 0px 5px 30px #FF245C;
}

.material-icons.add_plus {
  color: #007BFF;
  background-color: #fff;
  position: absolute;
  bottom: 35px;
  border-radius: 50vw;
  left: 0;
  right: 0;
  margin: auto !important;
  max-width: 20px;
  max-height: 20px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.material-icons.arrows {
  background-color: #fff;
  color: #FF245C;
  padding: 15px;
  border-radius: 50vw;
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.1019607843);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-item {
  background-color: #fff;
}

.title_home {
  font-size: 38px;
  font-weight: bold;
  color: #FF245C;
  font-family: "VAG Rundschrift D";
}

.special-title {
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 30px;
  color: #45494C;
  font-family: "VAG Rundschrift D";
}

.special-title:after {
  width: 250px;
  height: 6px;
  display: block;
  background: linear-gradient(90deg, #EF5942 15%, #EC2474 85%);
  content: "";
  margin: 10px auto 0;
  border-radius: 50vw;
}

.btn_float {
  border-radius: 5px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 50px !important;
  height: 50px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn_float > i {
  font-size: 30px;
}

.modal_filter_page {
  background: rgba(70, 74, 77, 0.8980392157);
  bottom: 0;
  height: 100vh;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000;
}

.modal_page {
  background: #fff;
  border-radius: 16px;
  bottom: 0;
  height: max-content;
  left: 0;
  margin: auto;
  max-width: 1040px;
  max-height: 600px;
  overflow: hidden;
  padding: 30px;
  position: absolute;
  right: 0;
  top: 0;
}

.modal_page h2 {
  font-size: 26px;
  font-weight: bold;
}

.modal_page .modal_close {
  align-items: center;
  color: #FF245C;
  display: flex;
  font-size: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.modal_page .modal_close:hover {
  color: #E4002B;
}

.modals__content {
  background: #F2F4F8;
  color: var(--darken);
  font-size: 14px;
  font-weight: 500;
  height: 100%;
  line-height: 19px;
  max-height: 475px;
  overflow-y: auto;
  padding: 15px 30px;
}

.modals__content::-webkit-scrollbar {
  width: 10px;
}

.modals__content::-webkit-scrollbar-track {
  background: rgba(146, 182, 198, 0.3607843137);
}

.modals__content::-webkit-scrollbar-thumb {
  background: rgb(0, 123, 255);
  background: linear-gradient(180deg, rgb(0, 123, 255) 39.49%, rgb(255, 255, 255) 39.5%, rgb(255, 255, 255) 41.49%, rgb(0, 123, 255) 41.5%, rgb(0, 123, 255) 49.49%, rgb(255, 255, 255) 49.5%, rgb(255, 255, 255) 51.49%, rgb(0, 123, 255) 51.5%, rgb(0, 123, 255) 59.49%, rgb(255, 255, 255) 59.5%, rgb(255, 255, 255) 61.49%, rgb(0, 123, 255) 61.5%);
  border-radius: 10px;
  border: 3px solid #007bff;
}

.title__header-modal {
  border: 0;
  color: var(--blue);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.26px;
  line-height: 42px;
}

#modal_regulamento {
  display: none;
}

.pinkRoll {
  background-color: #FF245C !important;
  color: #fff !important;
  transform: rotate(180deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p_banner2 {
  font-size: 48px;
  font-style: italic;
  text-transform: uppercase;
  font-family: "VAG Rundschrift D";
}

.handsContent {
  background: #FF245C;
}

.l-subfooter {
  padding: 14px 20px;
  background-color: #45494C;
}

.l-footer.layout_compact .l-subfooter.at_bottom {
  font-size: 0.9em;
  line-height: 20px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.l-subfooter-h {
  margin: 0 auto;
  text-align: center;
}

.w-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  flex-wrap: wrap;
  gap: 10px;
  color: #D4DCE2;
}

@media (min-width: 1367px) {
  .banner_p {
    font-size: 30px;
  }
  .svgBanner {
    max-width: 80% !important;
  }
  .btn-default {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  body::before {
    background-repeat: no-repeat;
    border-radius: 50%;
    content: "";
    filter: blur(40px);
    height: 670px;
    left: -500px;
    opacity: 0.2;
    overflow: hidden;
    position: absolute;
    top: -250px;
    width: 670px;
    z-index: 10000;
  }
  header.header_landing {
    max-height: 120px;
  }
  .footer_menu li:not(:last-of-type):after {
    color: var(--red);
    content: "|";
    display: inline-block;
    margin-left: 15px;
    margin: auto;
  }
  .logo {
    margin-top: 5px;
  }
  footer .social-footer {
    margin-right: 100%;
  }
  #trend,
  #trend > div,
  #trend > div > div,
  #trend .left_trend {
    min-height: 530px;
  }
  .left_banner {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 33px;
    padding-bottom: 100px;
  }
  .user_content {
    display: none !important;
  }
  .img_woman {
    max-width: 79%;
    margin-top: 11px;
  }
  #trend > div > div > div.col-lg-6.wow.fadeInRight.order-2.order-lg-0.text-center.text-md-start {
    padding-bottom: 250px !important;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  #trend > div > div {
    max-width: 100%;
  }
}
header .abrirMenu div {
  width: 39px;
  height: 4px;
  background-color: #fff;
  margin: 8px 0;
  transition: 0.4s;
  border-radius: 10px;
}

.svgBanner {
  max-width: 312px;
}

@media (max-width: 991.8px) {
  .logo {
    padding-bottom: 15px;
  }
  header nav ul li button {
    color: #fff;
    text-align: left;
    padding-left: 0;
  }
  header nav ul li button:hover {
    color: #fff;
  }
  .modal_page {
    padding: 0;
  }
  .modal_page h2 {
    font-size: 18px;
    padding-top: 20px;
    padding-left: 20px;
  }
  .special-title2 {
    text-align: center;
    margin-bottom: 30px;
  }
  .special-title2:after {
    width: 20px;
    height: 1px;
    display: block;
    background: #E4002B;
    content: "";
    margin: 10px auto 0;
  }
  header .abrirMenu.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-10px, 6px);
    transform: rotate(-45deg) translate(-10px, 6px);
  }
  header .abrirMenu.change .bar2 {
    opacity: 0;
  }
  header .abrirMenu.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-10px, -7px);
    transform: rotate(45deg) translate(-10px, -7px);
  }
  #section03 {
    background-size: cover;
    padding: 15px;
    width: 100% !important;
    height: 500px;
    padding-top: 70px !important;
    margin-top: 70px;
    background-position: bottom;
  }
  .btn_banner_arrow {
    display: none !important;
  }
  .left_banner {
    padding-left: 0;
  }
  .special-title-menu {
    font-weight: bold;
    margin-bottom: 30px;
  }
  .special-title-menu:hover:after {
    background-color: #E4002B;
  }
  .special-title-menu:after {
    width: 185px;
    height: 1px;
    display: block;
    background: rgba(146, 182, 198, 0.2);
    content: "";
    margin-top: 25px;
  }
  .icon_user {
    color: #FF245C;
  }
  header nav ul a svg:hover #Retângulo_533-2 {
    fill: #fff;
    stroke: none !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  header nav ul a svg:hover #Elipse_85 {
    fill: #E4002B;
    cx: -77;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  header nav ul a svg:hover #Person_User_user_16 {
    transform: translate(1179px, 19px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  header nav ul a svg:hover #Entrar > tspan {
    fill: #FF245C;
  }
  header nav ul a svg:hover #Entrar {
    transform: translate(1280px, 36px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  header.header_landing {
    padding-left: 0;
    max-height: 70px;
  }
  header .menu.active a {
    color: #fff;
    margin: 15px 0;
    border: 1px #fff solid !important;
  }
  header .menu.active a.test_sass {
    border: transparent solid 1px !important;
  }
  header .menu.active {
    padding-top: 50px;
    top: 70px;
    height: calc(100% - 70px);
    padding-bottom: 20px;
    background: rgb(0, 48, 87);
    background: linear-gradient(90deg, #EF5942 15%, #EC2474 85%);
    align-items: flex-start;
    overflow: hidden;
  }
  #header_top > div > div > div.col-lg-9.col.align-self-center > nav > ul > li:nth-child(6) > a {
    padding: 10px;
    margin-top: 75px;
  }
  header .abrirMenu {
    width: 39px;
    float: right;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0 0 0 50vw;
  }
  header .abrirMenu .bar1,
  header .abrirMenu .bar2,
  header .abrirMenu .bar3 {
    background-color: #FF245C;
  }
  header .menu {
    height: 0;
    top: 55px;
    width: 100%;
    background: #f1f1f1;
    overflow: hidden;
    height: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    left: 0;
    position: fixed;
    overflow-y: scroll;
    padding: 0;
    z-index: 100;
    margin: 0;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1607843137);
    flex-direction: column;
  }
  .footer_logo {
    text-align: center;
  }
  .footer_menu {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .footer_menu li {
    padding: 5px 0;
  }
  .footer_menu li a {
    font-size: 18px;
  }
  footer .social-footer {
    justify-content: center;
  }
  .gradient_home {
    position: relative;
    padding: 30px;
    min-width: 100%;
  }
  .modal_page {
    top: 0;
    max-width: 95%;
    max-height: 95%;
  }
  #section03 .left_banner a button.btn-default {
    padding: 6px;
    font-size: 14px;
  }
  #header_top > div > div > div.col-lg-10.col.align-self-center > nav > ul > a {
    display: none !important;
  }
  .p_banner2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .p_banner2 {
    font-size: 30px;
  }
  #section03 {
    margin-top: 25px;
  }
  .banner_p {
    padding-right: 50%;
  }
}
@media (max-width: 464px) {
  #wrapper > section.handsContent > div > div > div > div > p {
    font-size: 14px;
  }
  .special-title {
    font-size: 20px !important;
  }
  .special-title:after {
    width: 190px;
  }
  .font_26 {
    font-size: 18px;
  }
  .p_banner2 {
    font-size: 22px;
  }
  .material-icons.arrows {
    padding: 5px;
  }
  #trend > div > div > div.col-lg-6.wow.fadeInRight.order-2.order-lg-0.text-center.text-md-start {
    padding: 25px;
  }
  .banner_p {
    font-size: 22px;
    font-weight: 600;
  }
  #section03 {
    padding-top: 70px !important;
    background-size: 150%;
    background-position: 55% 40px;
  }
  #section03,
  #section03 > div #section03 > div > div {
    height: 375px;
  }
  .moldura {
    width: 150px;
    height: 225px;
  }
  #section03 a.btn_banner_arrow span {
    top: 40px;
  }
  .font_38,
  .special-title {
    font-size: 28px;
  }
  #section03 > div > div > div.col-8.col-sm-7.col-md-6.left_banner.wow.fadeInLeft > p,
  #como-participar .como_p,
  .accordion-header > button > b,
  .accordion-body {
    font-size: 16px !important;
  }
  #como-participar .como_p {
    font-weight: bold;
    line-height: 35px;
  }
  #como-participar > div > div > div.col-12.text-center.wow.fadeInUp > div,
  #como-participar > div > div > div.col-12.my-5.text-center > p,
  #como-participar > div > div > div:nth-child(n) > div > p {
    font-size: 14px;
  }
  #como-participar > div > div > div.col-12.text-center.wow.fadeInUp > p > img {
    width: 125px;
  }
  #trend > div > div > div.col-lg-6.wow.fadeInRight.order-2.order-md-0 > p,
  #trend > div > div > div.gradient_home.order-0.order-md-0 > p:nth-child(1) {
    font-size: 18px !important;
  }
  .imgTips {
    width: 200px !important;
  }
  #trend .fadeInRight a button {
    max-width: 320px;
    margin-left: -11px;
  }
  .banner_p {
    font-size: 16px;
  }
  .svgBanner {
    width: 175px;
  }
}
@media (max-width: 412px) {
  #section03 {
    background-size: 200%;
    background-position: 85% 40px;
  }
  .banner_p {
    font-size: 14px;
  }
  #section03 .left_banner a button.btn-default {
    padding: 7px 15px;
    font-size: 13px;
    max-width: 170px;
  }
}
@-webkit-keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*# sourceMappingURL=homepage.css.map */


/* Ajuste temporário  */
#header_top>div>div>div.col-lg-2.d-flex.justify-content-between.align-self-center>a>img,
#section03>div>div>div.col-12.col-md-6.offset-md-1.left_banner.wow.fadeInLeft,
#wrapper>footer>div>div>div.col-lg-2.footer_logo.align-self-center>a>img,
#como-participar>div>div>div.col-12.my-5.text-center>p,
#accordionExample>div:nth-child(3),
#accordionExample>div:nth-child(21),
#accordionExample>div:nth-child(23),
#accordionExample>div:nth-child(32),
#modal_regulamento>div>div>p:nth-child(4) {
    display: none;
}

.accordion-header>button>b {
    color: #0B4675 !important;
}

/* Ajuste temporário  */
