@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  scroll-behavior: smooth;
  font-family: 'Titillium Web', sans-serif;
  background-color: #f1f1f1;
}

ul {
  list-style-type: none;
}

.rowevents {
  display: -ms-flexbox;
  display: flex;
}

.roweventsline {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.colevents {
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.container-1300px {
  max-width: 1300px;
  margin: 0 auto;
}

.container-1150px {
  max-width: 1150px;
  margin: 0 auto;
}

.container-960px {
  max-width: 960px;
  margin: 0 auto;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.vh-center-justify,
.vh-center,
.v-center {
  -ms-flex-align: center;
  align-items: center;
}

.v-end {
  -ms-flex-align: end;
  align-items: flex-end;
}

.vh-center-justify,
.h-justify {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.vh-center,
.h-center {
  -ms-flex-pack: center;
  justify-content: center;
}

/* Paddings */
.p-10px {
  padding: 10px;
}

.p-20px {
  padding: 20px;
}

.p-20px-30px {
  padding: 20px 30px;
}

.pr-5px,
.px-5px {
  padding-right: 5px;
}

.pl-5px,
.px-5px {
  padding-left: 5px;
}

.pr-10px,
.px-10px {
  padding-right: 10px;
}

.pl-10px,
.px-10px {
  padding-left: 10px;
}

/* Margins */
.margin-0-auto {
  margin: 0 auto;
}

.m-auto {
  margin: auto;
}

.ml-auto,
.mx-auto {
  margin-left: auto;
}

.mr-auto,
.mx-auto {
  margin-right: auto;
}

.ml-10px {
  margin-left: 10px;
}

.mr-10px {
  margin-right: 10px;
}

.mt-10px {
  margin-top: 10px;
}

.mt-15px {
  margin-top: 15px;
}

.mt-20px {
  margin-top: 20px;
}

.ml-25px,
.mx-25px {
  margin-left: 25px;
}

.mr-25px,
.mx-25px {
  margin-right: 25px;
}

.mt-25px {
  margin-top: 25px;
}

.mt-35px {
  margin-top: 35px;
}

.h-100 {
  height: 100%;
}

.h-100-20px {
  height: calc(100% - 20px);
}

.w-100 {
  width: 100%;
}

.w-90 {
  width: 90%;
}

.wm-50 {
  max-width: 50%;
}

.progress-events {
  height: 6px;
  position: relative;
  border-radius: 3px;
  background-color: #e9e9e9;
}

.progress-events .progress-bar {
  background-color: #ff3d00;
  position: absolute;
  border-radius: 3px;
  height: 100%;
}

.scale-13 {
  transform: scale(1.3);
}

.titleevents {
  font-weight: 600;
  font-size: 18px;
  color: #353535;
  line-height: 1;
}

.subtitleevents {
  font-weight: 600;
  font-size: 14px;
  color: #353535;
  line-height: 1;

  DISPLAY: NONE;
}

.header-4events {
  min-height: 80px;
  width: 100%;
  padding: 15px 30px;
  background: #FFFFFF;
  box-shadow: inset 0px -1px 0px #E2E2EA;
}

.header-4events>.colevents.ml-auto>a {
  margin: 5px;
}

.header-4events>.colevents.ml-auto>a:first-child {
  margin-left: 0px;
}

.header-4events>.colevents.ml-auto>a:last-child {
  margin-right: 0px;
}

.header-4events .titleevents {
  font-size: 28px;
  font-weight: 700;
}

.color-title {
  color: #353535;
}

.bloco-style {
  background: #FFFFFF;
  border-radius: 40px;
  margin-top: 20px;
}

.btn-4events {
  display: inline-block;
  font-weight: 600;
  color: #696974;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #F1F1F5;
  border: 1px solid transparent;
  padding: 9px 20px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1px;
  border-radius: 20px;
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-4events:hover {
  background-color: #e8e8eb;
}

.btn-4events-user1 {
  color: #FAFAFB;
  background-color: #FF4F00;
}

.btn-4events-user3 {
  background: linear-gradient(90deg, #FF5858, #F09819);
  color: #fff;
}

.btn-4events-user3:Hover {
  background: linear-gradient(90deg, #FF4F00, #F09819);
  color: #fff;
}

.btn-4events-user4 {
  background: linear-gradient(90deg, #E74C3C, #FF5858);
  color: #fff;
}

.btn-4events-user4:Hover {
  background: linear-gradient(90deg, #C0392B, #E74C3C);
  color: #fff;
}

.btn-4events-user2,
.btn-4events-user1:hover {
  color: #FF4F00;
  background-color: #F1F1F5;
}

.badge-user-1 {
  display: block;
  color: #FF4F00;
  background-color: #F1F1F5;
  text-align: center;
  border-radius: 50%;
  line-height: 1.6;
  height: 30px;
  width: 30px;
  margin: 0 6px;
}

.no-scroll {
  overflow: hidden !important;
}

.header-modalevents .titleevents {
  font-size: 26px;
  line-height: 1.6;
}

.header-modalevents .textevents {
  font-size: 16px;
  line-height: 1.5;
}

.hidemodalevents.close {
  line-height: 1;
  font-size: 36px;
  cursor: pointer;
  color: #727272;
  transition: color 0.15s ease-in-out;
}

.hidemodalevents.close:hover {
  color: #353535;
}


.modalevents {
  z-index: 9999;
  display: none;
  padding: 10px;
  padding-top: 100px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4)
}

.modalevents-content {
  margin: auto;
  position: relative;
  max-width: 600px;
  min-height: 500px;
}

.inputicon {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-style-1 {
  display: block;
  width: 100%;
  padding: 9px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #92929D;
  background-color: #FAFAFB;
  border: 1.08752px solid #F1F1F5;
  background-clip: padding-box;
  border-radius: 10px;
  outline: none;
  resize: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.inputicon>.input-style-1 {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
  border-right: none;
  border-radius: 10px 0 0 10px;
}

.inputicon .btn-transparent {
  color: #92929D;
  background-color: #FAFAFB;
  border: 1.08752px solid #F1F1F5;
  border-left: none;
  border-radius: 0 10px 10px 0;
  margin-left: -1px;
  padding: 0 20px;
  z-index: 2;
}

.list-height-70 {
  list-style: none;
  padding: 0px;
  margin: 0px;
  height: 70px;
  overflow: hidden;
}

.selector-li {
  background-color: #4D2A95;
  position: absolute;
  display: none;
  height: 6px;
  width: 100%;
  left: 0;
  bottom: -2px;
  border-radius: 10px;
}

.list-height-70 .text-item {
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  color: #353535;
}

.list-height-70 .ativo .text-item {
  font-weight: 600;
  color: #4D2A95;

}

.ativo .selector-li {
  display: block;
}

.effect-modal {
  animation: animatemodal 0.6s
}

.body-modalevents.send,
.body-modalevents.done {
  display: none;
}

@keyframes animatemodal {
  from {
    transform: scale(0.5);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@media (min-width: 600px) {
  .wm-33-just-600 {
    max-width: 33.3333%;
  }
}

@media (min-width: 900px) {
  .wm-25-just-900 {
    max-width: 25%;
  }

  .wm-30-just-900 {
    max-width: 30%;
  }

  .wm-70-just-900 {
    max-width: 70%;
  }
}

@media (max-width: 530px) {
  .data-feedback-mobile {
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    text-align: center;
  }

  .header-4events>.colevents {
    text-align: center;
    margin: 0 auto;
  }

  .btn-4events{
    padding: 9px 12px;
  }
}

@media (max-width: 410px) {
  .btn-4events-user2 {
    padding: 9px;
  }

  .header-4events .titleevents {
    font-size: 24px;
  }
}

/*
 * Baseline styles
 */
.loader-pixel {
  position: fixed;
  display: none;
  height: 100vh;
  width: 100vw;
  background-color: #111d;
  top: 0;
  left: 0;
  z-index: 10000;
  cursor: wait;
  cursor: progress;
}

.loading span {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 4px;
  background: #dd2000;
  border-radius: .6em;
  animation: loading 1s infinite alternate;
}

.loading span:nth-of-type(2) {
  background: #e82e00;
  animation-delay: 0.2s;
}

.loading span:nth-of-type(3) {
  background: #f43a00;
  animation-delay: 0.4s;
}

.loading span:nth-of-type(4) {
  background: #ff4500;
  animation-delay: 0.6s;
}

.loading span:nth-of-type(5) {
  background: #ff500f;
  animation-delay: 0.8s;
}

.loading span:nth-of-type(6) {
  background: #ff5a1a;
  animation-delay: 1.0s;
}

.loading span:nth-of-type(7) {
  background: #ff6425;
  animation-delay: 1.2s;
}

@keyframes loading {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.title-old-pages {
  margin: -15px -15px 15px -15px;
  width: calc(100% + 30px);
}

p {
  margin: 0;
}

#checkeffectbox {
  display: none;
}

.checkbox-4events>label {
  position: relative;
  width: 35px;
  height: 35px;
  margin: 0 auto;
  background-color: #FF5105;
  border-radius: 50%;
  box-shadow: 0 0 10px #ffbeb8;
  cursor: pointer;
  transition: 0.2s ease transform, 0.2s ease background-color,
    0.2s ease box-shadow;
  overflow: hidden;
  z-index: 1;
}

.checkbox-4events>label:before {
  content: "";
  position: absolute;
  top: 49%;
  right: 0;
  left: 0;
  width: 25px;
  height: 25px;
  margin: 0 auto;
  background-color: #fff;
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: inset 0 7px 10px #ffbeb8;
  transition: 0.2s ease width, 0.2s ease height;
}

.checkbox-4events>label:hover:before {
  width: 22px;
  height: 22px;
  box-shadow: inset 0 0 10px #ff9d96;
}

.checkbox-4events .checkedeffectbox {
  position: absolute;
  top: -2px;
  right: -4px;
  width: 30px;
  height: 20px;
  margin: 0 auto;
  margin-left: 14px;
  transform: rotateZ(-40deg);
}

.checkbox-4events .checkedeffectbox:before,
.checkbox-4events .checkedeffectbox:after {
  content: "";
  position: absolute;
  background-color: #fff;
  border-radius: 2px;
  opacity: 0;
  transition: 0.2s ease transform, 0.2s ease opacity;
}

.checkbox-4events .checkedeffectbox:before {
  left: -3px;
  bottom: 0;
  width: 5px;
  height: 13px;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.23);
  transform: translateY(-68px);
}

.checkbox-4events .checkedeffectbox:after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.23);
  transform: translateX(78px);
}

.checkbox-4events #checkeffectbox:checked+label {
  background-color: #07d410;
  box-shadow: 0 0 10px #92ff97;
}

.checkbox-4events #checkeffectbox:checked+label:before {
  width: 0;
  height: 0;
}

.checkbox-4events #checkeffectbox:checked+label .checkedeffectbox:before,
.checkbox-4events #checkeffectbox:checked+label .checkedeffectbox:after {
  transform: translate(0);
  opacity: 1;
}