*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  font-family: 'Titillium Web', sans-serif;
}

.wrapper-btn-sobre {
  padding-left: calc(100% - 114px);
  padding-right: 0;
}

#btnSaveEventoInfo.d-none {
  height: 0;
  transition-property: height;
  transition-duration: 1s;
}

#btnSaveEventoInfo {
  transition-property: height;
  transition-duration: 1s;
}

.wrapper-btn-info {
  margin-top: 25px;
  padding-left: calc(100% - 114px);
  padding-right: 0;
}

.wrapper-btn-organizacao {
  padding-left: calc(100% - 314px);
  padding-right: 0;
}

.btn-save-input {
  display: inline-block;
  background-color: #2ecc71;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  color: #ecf0f1;
  padding: 10px;
  font-size: 1rem;
  margin-top: 0px;
  font-weight: bolder;
}

.btn-edit-banner {
  border: none;
  background: transparent;
  position: absolute;
  right: 5px;
  top: 10px;
}

.admin-buttons {
  position: absolute;
  left: 100%;
  margin-left: -30px;
}

.admin-buttons ul {
  list-style-type: none;
}

.admin-buttons li {
  cursor: pointer;
}

.admin-buttons li button {
  padding: 0px;
  border: none;
  background-color: inherit;
}

.data-input-editor, .inline-input-editor, .evento-textarea-editor, .textarea-editor-sobre {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: black;
  background-color: inherit;
  font-family: inherit;
  color: inherit;
}

.data-input-editor {
  font-size: 15px;
}

.evento-textarea-editor, .textarea-editor-sobre {
  font-size: 15px;
  padding-bottom: 1px;
  display: inline-block;
  min-width: 149px;
  resize: none;
}

.inline-input-editor {
  font-weight: bold;
  font-size: inherit;
}

.textarea-editor-sobre {
  min-height: 200px;
  width: 100%;
}

.edicao-txt-header {
  padding: 0px;
  border: none;
  background-color: inherit;
  position: relative;
  top: 8px;
}

.dropifile-banner {
  width: 100%;
  height: 466px;
  margin: 0px;
  position: relative;
  top: 0px;
  border-radius: 23px;
  background-color: rgba(23,23,23,0.5);
  opacity: 0;
  cursor: pointer;
  transition-duration: .5s;
  transition-property: opacity;
}

.dropifile-banner:hover {
  opacity: 1;
  transition-duration: .5s;
  transition-property: opacity;
}

.border-dropifile {
  width: 96.5%;
  height: 438px;
  position: relative;
  top: 16px;
  left: 17px;
  border-radius: 23px;
  border: dashed #2ecc71 8px;
}

.wrapper-landing-editor {
  padding-top: 60px;
}

.divisor-data, .divisor-data p {
  padding-left: 0px;
  padding-right: 0px;
}

.evento-finalizado.wrapper {
  width: 100%;
  min-height: calc(100vh - 216px);
}

.evento-finalizado .conteudo{
  padding-top: 20px;
  width: 80%;
  margin: auto;
}

.text-free {
  color: #4cbf65;
}

.bg-body {
  background-color: #eee;
}

.redes-sociais-fixed {
  z-index: 1;
  left: 0;
  top: 235px;
  position: fixed;
  background-color: #fff;
  padding: 23px 13px;
  border-radius: 0 22px 22px 0;
  box-shadow: 0 2.7px 22.5px 0 rgba(0, 0, 0, 0.25);
}

.redes-sociais {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}

.redes-sociais li {
  text-align: center;
  padding: 2.5px;
}

.redes-sociais a {
  text-decoration: none;
  padding: 5px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.just-mobile {
  display: none;
}

.text-header .text {
  font-size: 18.8px;
  color: #505050;
  font-weight: normal;
}

.btn-4e {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1.5px solid transparent;
  padding: 7px 20px;
  line-height: 1.5;
  border-radius: 35px;
  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;
  margin: 0 5px;
}

.btn-black {
  font-size: 15.5px;
  font-weight: 600;
  color: #fff;
  background-color: #505050;
  border-color: #505050;
}

.btn-black:hover {
  background-color: #1d1d1d;
  border-color: #1d1d1d;
}

.btn-alter-black {
  font-size: 15.5px;
  font-weight: 600;
  color: #505050;
  border-color: #505050;
}

.btn-alter-black:hover {
  color: #1d1d1d;
  border-color: #1d1d1d;
  background-color: #f2f2f2;
}

.banner-evento {
  position: relative;
  width: 100%;
  height: 466px;
  margin: 0px;
}

.banner-img-personalizado {
  background-position: center center;
  background-size: cover;
  background-color: #222222;
}

.banner-default {
  background-position: center center;
  background-size: 20% 20%;
  background-repeat: no-repeat;
  background-color: #ff612f;
}

.bg-blur-100 {
  width: 100%;
  height: 400px;
  opacity: 0.90;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.container-banner {
  position: absolute;
  height: 400px;
  width: 100%;
  left: 0;
  overflow: hidden;
  margin: 33px auto;
}

header.header {
  background-color: #fff;
  text-align: center;
  padding: 25px 0 55px 0;
  line-height: 1;
}

.bloco {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 998.8px;
  margin: 0 auto;
}

.b-radius {
  border-radius: 22px;
}

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

section.capa-evento {
  margin-top: -35px;
}

.bloco-style {
  box-shadow: 0 2.9px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: white;
  position: relative;
  padding: 20px 30px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.text-title h1.title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}

.text-title h2.title {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-title {
  width: 100%;
}

.location-item {
  background-color: #f0f0f0;
  padding: 10px 20px;
  margin-top: 15px;
}

.bg-none {
  background: none;
}

.d-i-flex {
  background: none;
  display: inline-flex;
}

.lh-2 {
  line-height: 2;
}

.location-item.b-radius {
  display: inline-flex;
  font-size: 18.7px;
  font-weight: 300;
  color: #000;
  align-items: center;
}

.subscribe-group {
  background-color: rgba(76, 191, 101, 0.2);
  border-radius: 22px 0px;
  margin-bottom: -20px;
  margin-right: -30px;
  text-align: center;
  padding: 25px;
}

.subscribe-text {
  margin-bottom: 20px;
}

.subscribe-text p {
  font-size: 17.3px;
  color: #202020;
}

.text-green {
  color: #4cbf65;
}

.btn-large-green {
  background-color: #4cbf65;
  padding: 10px 40px;
  font-size: 26.4px;
  font-weight: 700;
  color: #fff;
}

.btn-large-green:hover {
  background-color: #43a758;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

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

.text-body {
  padding: 0 30px 25px 30px;
}

.text-body p {
  font-size: 18px;
  line-height: 1.86;
  text-align: justify;
}

.media-list {
  overflow: hidden;
  position: relative;
}

.list-itens {
  list-style-type: none;
  display: inline-flex;
  padding: 0;
}

.divisor-data, .divisor-data p {
  padding-left: 0px;
  padding-right: 0px;
}

li.item {
  margin: 15px 10px;
}

li.item iframe {
  height: 316px;
  width: 100%;
}

li.item img {
  max-height: 316px;
  width: auto;
}

.perfil-pic {
  background-position: center;
  background-color: #aaa;
  border-radius: 50%;
  margin: 0 auto;
  height: 130px;
  width: 130px;
}

.perfil-pic img {
  width: 130px !important;
  height: 130px !important;
  object-fit: cover;
  border-radius: 50%;
}

.perfil-desc {
  padding-top: 15px;
}

.perfil-desc .title {
  color: #353535;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.49;
  text-align: center;
  white-space: nowrap;
}

.perfil-desc .subtitle {
  color: #545454;
  font-size: 13px;
  line-height: 2.41;
  text-align: center;
}

.people-list {
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 10px;
}

.filter-list {
  overflow: auto;
  padding: 10px 5px 0px 5px;
}

.calendar-list {
  overflow: auto;
  padding: 0px 5px 15px 5px;
}

.calendar-list .list-itens .item {
  width: 266.3px;
  height: 250.7px;
  padding-top: 12px;
  box-shadow: 0 2.9px 10px 0 rgba(0, 0, 0, 0.1);
}


.people-list li.item {
  margin: 15px 30px;
}

.filtros-palestrantes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.input-palestrantes {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

.input-select {
  display: block;
  width: 100%;
  height: 30px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #8e8e93;
  padding: 0px 15px;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-select:focus {
  color: #8e8e93;
  border-color: #ff4f00;
  outline: 0;
}

.input-text {
  display: block;
  width: 100%;
  height: 30px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #8e8e93;
  padding: 0px 15px;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  background-color: rgba(0, 0, 0, 0.05);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-text:focus {
  color: #8e8e93;
  border-color: #ff4f00;
  outline: 0;
}

.select-palestrantes {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

.filter-list .list-itens .item {
  background-color: #f4f4f4;
  font-size: 14.2px;
  font-weight: 600;
  min-width: 148.8px;
  margin: 0px 8px 0px 8px;
  height: 27.6px;
  line-height: 27.6px;
  cursor: pointer;
  object-fit: contain;
  text-align: center;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.filter-list .list-itens .item:hover {
  background-color: #e4e4e4;
}

.filter-list .list-itens .item.ativo {
  background-image: linear-gradient(to bottom, #ff4f00, #ff4f00), linear-gradient(260deg, #fb7c05 100%, #ff7235 100%, #f00 0%);
  object-fit: contain;
  text-align: center;
  cursor: default;
  min-width: 148.8px;
  margin: 0px 8px 0px 8px;
  height: 27.6px;
  color: #fff;
}

.location-item.b-radius .ico {
  align-self: center;
  margin-right: 15px;
  line-height: 1;
}

.footer-list {
  list-style-type: none;
  padding: 0;
}

.footer-list li {
  font-size: 13.1px;
  font-weight: 300;
  line-height: 2;
  color: #515151;
}

.footer-list .subtitle {
  color: #353;
  font-size: 11.4px;
  font-weight: 300;
}

.footer-list .text {
  font-size: 10.8px;
  font-weight: 400;
  color: #8e8e8e;
}

.footer-list .title {
  color: #515151;
  font-size: 15px;
  font-weight: 600;
  min-height: 30px;
  margin-bottom: 10px;
}

.footer-social-nt > li{
  display: inline-block;
  height: 33px;
  margin-left: 10px;
}

.footer-social-nt > li:first-child {
  display: block;
  width: 100%;
}

.footer-social-nt > li:last-child {
  margin-left: 3px;
}

.center-by-margin {
  margin: 0 auto !important;
}

.d-force-none {
  display: none !important;
}

.logo.logo-4events {
  display: inline-block;
  width: 91px;
}

.logo.logo-4events.orange {
  display: inline-block;
  width: 91px;
}

.calendar-list .list-itens .perfil-desc {
  padding-top: 5px;
}

.calendar-list .list-itens .title {
  color: #ff4f00;
  font-size: 12.8px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-stretch: normal;
  letter-spacing: -0.08px;
}

.calendar-list .list-itens .subtitle {
  color: #353535;
  font-weight: 600;
  font-size: 14.3px;
  font-style: normal;
  line-height: normal;
  font-stretch: normal;
  letter-spacing: -0.08px;
}

.calendar-list .list-itens .horas {
  width: 189.6px;
  height: 23.7px;
  margin: 0 auto;
  text-align: center;
  font-size: 12.6px;
  line-height: 2;
  font-weight: normal;
  border-radius: 21.4px;
  background-color: rgba(255, 79, 0, 0.1);
}

.text-redes {
  color: #353535;
}

.location-group .d-i-flex {
  display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-100 {
  width: 100%;
}

.d-flex-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.flex-item {
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding: 15px 10px;
}

.text-footer {
  margin: 10px 0;
}

.footer-list a {
  text-decoration: none;
  color: inherit;
}

.text-footer h5.title {
  font-size: 14.3px;
  font-weight: 600;
  color: #51a800;
  text-align: center;
  border-radius: 39px;
  background-color: #eef6e6;
  margin: 0 auto;
  padding: 8px 0;
  width: 100%;
  max-width: 775px;
}

.btn-redux {
  padding: 5px 15px;
}

.bg-btn-footer {
  background-color: rgba(76, 191, 101, 0.2);
  padding: 9px 20px 7px 20px;
  text-align: center;
}

.section-footer-fixed {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 2;
  bottom: 0;
  right: 0;
}

.icon-4events.whatsapp {
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='34' viewBox='0 0 33 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.0477 8.4343C23.9205 7.29967 22.5794 6.39999 21.102 5.7874C19.6245 5.1748 18.0403 4.86145 16.4409 4.86552C9.73435 4.86552 4.27478 10.3237 4.27207 17.033C4.27207 19.1772 4.83185 21.27 5.89584 23.1161L4.17041 29.42L10.6208 27.7271C12.405 28.6984 14.404 29.2077 16.4355 29.2086H16.4409C23.1461 29.2086 28.6057 23.7504 28.6084 17.0411C28.613 15.4424 28.3007 13.8586 27.6895 12.3813C27.0784 10.904 26.1805 9.5625 25.0477 8.4343ZM16.4409 27.1552H16.4368C14.6254 27.1553 12.8472 26.668 11.289 25.7442L10.9203 25.5246L7.09267 26.529L8.11329 22.7975L7.87338 22.4153C6.8606 20.8029 6.32447 18.937 6.32686 17.033C6.32957 11.4569 10.8661 6.92031 16.445 6.92031C17.7736 6.91736 19.0896 7.17795 20.3169 7.687C21.5441 8.19605 22.6583 8.94345 23.5947 9.88594C24.5362 10.8239 25.2825 11.9392 25.7903 13.1674C26.2982 14.3955 26.5576 15.7121 26.5536 17.0411C26.5509 22.6173 22.0143 27.1552 16.4409 27.1552ZM21.9886 19.5798C21.6836 19.4266 20.19 18.692 19.9107 18.5904C19.6329 18.4887 19.4309 18.4385 19.2276 18.7422C19.0243 19.0458 18.4415 19.7302 18.2639 19.9336C18.0864 20.1369 17.9088 20.1613 17.6052 20.0095C17.3016 19.8577 16.3216 19.5364 15.16 18.5009C14.256 17.6944 13.6461 16.6996 13.4685 16.3946C13.2909 16.0896 13.4495 15.9256 13.6027 15.7738C13.7396 15.6383 13.9063 15.4187 14.0581 15.2411C14.2099 15.0636 14.2601 14.9375 14.3617 14.7342C14.4634 14.5309 14.4132 14.3534 14.336 14.2015C14.2601 14.0484 13.6515 12.552 13.398 11.9434C13.1527 11.3538 12.9019 11.4325 12.7149 11.4243C12.5212 11.4164 12.3273 11.4128 12.1334 11.4135C11.9792 11.4174 11.8276 11.4531 11.6878 11.5185C11.5481 11.5838 11.4234 11.6772 11.3215 11.793C11.0423 12.098 10.2575 12.8326 10.2575 14.329C10.2575 15.8253 11.3473 17.2715 11.4991 17.4749C11.6509 17.6782 13.6433 20.7482 16.693 22.0656C17.4195 22.3787 17.9861 22.5658 18.4266 22.7067C19.1544 22.9385 19.8172 22.9046 20.3418 22.8274C20.9259 22.7406 22.1404 22.0927 22.3938 21.3825C22.6473 20.6723 22.6473 20.0637 22.5714 19.9363C22.4955 19.8089 22.2908 19.7316 21.9886 19.5798Z' fill='black'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 33px;
  height: 34px;
}

.icon-4events.instagram {
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='32' viewBox='0 0 31 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.7856 27.354C12.7021 27.3816 12.3385 27.3686 11.1347 27.3267C10.196 27.3043 9.26807 27.1219 8.39079 26.7872C7.64009 26.5028 6.95674 26.0654 6.38413 25.5028C5.81152 24.9401 5.36217 24.2645 5.06461 23.5189C4.72747 22.6445 4.54156 21.7191 4.51483 20.7823C4.43387 19.5821 4.43034 19.1885 4.40291 16.1288C4.37518 13.0365 4.38824 12.6754 4.43141 11.4779C4.44174 10.542 4.61104 9.61471 4.93206 8.73558C5.21586 7.98382 5.65331 7.29952 6.21649 6.72637C6.77967 6.15321 7.45619 5.70381 8.20285 5.40687C9.07561 5.06835 9.99995 4.88199 10.9357 4.85587C12.1321 4.77745 12.5257 4.77392 15.5829 4.74651C18.6915 4.71863 19.0489 4.73172 20.2339 4.7725C21.1716 4.78164 22.1033 4.95129 22.9837 5.27434C23.7354 5.55819 24.4197 5.9955 24.993 6.55842C25.5663 7.12134 26.0161 7.79752 26.3137 8.54386C26.6563 9.43082 26.844 10.3693 26.8663 11.3181C26.9472 12.5183 26.9508 12.9106 26.9782 15.969C27.0056 19.0275 26.9916 19.4288 26.9496 20.6163C26.9393 21.5543 26.7696 22.4837 26.4478 23.3648C26.1629 24.1162 25.7249 24.8001 25.1617 25.3731C24.5984 25.9461 23.9221 26.3958 23.1758 26.6935C22.3013 27.0298 21.3766 27.2161 20.4404 27.2433C19.2439 27.323 18.8516 27.3265 15.7856 27.354ZM15.5581 6.73112C12.4921 6.75861 12.1739 6.77651 10.9773 6.84114C10.2625 6.8569 9.55565 6.9951 8.88753 7.24974C8.40027 7.44153 7.95861 7.73331 7.59102 8.10624C7.22343 8.47918 6.93806 8.925 6.75332 9.41498C6.50869 10.0941 6.38349 10.811 6.38245 11.5331C6.3269 12.7483 6.32976 13.0666 6.35706 16.1113C6.38403 19.1196 6.39858 19.4843 6.46456 20.6909C6.48225 21.4053 6.62021 22.1123 6.87316 22.7807C7.26556 23.7637 8.05471 24.5363 9.04709 24.906C9.71882 25.1502 10.4279 25.2758 11.1426 25.2771C12.3566 25.3364 12.6762 25.3335 15.7247 25.3062C18.7994 25.2786 19.1177 25.2607 20.3042 25.195C21.0191 25.1799 21.726 25.0417 22.394 24.7864C22.8786 24.5931 23.3177 24.3012 23.6834 23.9291C24.0491 23.557 24.3334 23.1129 24.5182 22.625C24.7628 21.9458 24.888 21.2277 24.889 20.5056L24.9028 20.5055C24.946 19.3067 24.9431 18.9871 24.9157 15.9249C24.8882 12.8626 24.8715 12.5406 24.8069 11.344C24.7892 10.6303 24.651 9.92457 24.3983 9.25677C24.2053 8.77154 23.9133 8.33185 23.5409 7.9657C23.1686 7.59954 22.7241 7.31495 22.2357 7.13005C21.5628 6.88537 20.8534 6.76136 20.1389 6.759C18.9262 6.70092 18.609 6.70377 15.5581 6.73112ZM15.736 21.8174C14.5898 21.8285 13.4661 21.4993 12.507 20.8716C11.5479 20.244 10.7964 19.3459 10.3477 18.2912C9.89903 17.2364 9.77321 16.0722 9.9862 14.9459C10.1992 13.8196 10.7414 12.7818 11.5443 11.9637C12.3471 11.1456 13.3746 10.584 14.4967 10.3499C15.6188 10.1158 16.7851 10.2197 17.8481 10.6485C18.9111 11.0772 19.8231 11.8117 20.4687 12.7588C21.1143 13.706 21.4645 14.8233 21.475 15.9695C21.4868 17.5052 20.8894 18.983 19.8137 20.0792C18.738 21.1753 17.2717 21.8004 15.736 21.8174ZM15.6503 12.2585C14.9066 12.2652 14.1815 12.4922 13.5668 12.911C12.9521 13.3297 12.4754 13.9213 12.197 14.611C11.9185 15.3007 11.8508 16.0575 12.0024 16.7856C12.1541 17.5137 12.5182 18.1806 13.0489 18.7018C13.5795 19.2229 14.2527 19.5751 14.9835 19.7136C15.7142 19.8522 16.4696 19.7709 17.1542 19.4802C17.8388 19.1894 18.4217 18.7021 18.8294 18.08C19.237 17.4579 19.4511 16.7289 19.4444 15.9852C19.4331 14.9886 19.0277 14.037 18.3166 13.3387C17.6056 12.6403 16.6469 12.2519 15.6503 12.2585ZM21.6589 11.3109C21.4815 11.3118 21.3056 11.2778 21.1413 11.2107C20.977 11.1437 20.8275 11.0449 20.7013 10.9201C20.4466 10.668 20.3024 10.3251 20.3005 9.96667C20.2986 9.60829 20.4392 9.26384 20.6913 9.00909C20.9434 8.75435 21.2863 8.61017 21.6447 8.60829C22.0031 8.60641 22.3475 8.74697 22.6023 8.99905C22.857 9.25113 23.0012 9.59409 23.0031 9.95247C23.005 10.3109 22.8644 10.6553 22.6123 10.91C22.3602 11.1648 22.0173 11.309 21.6589 11.3109Z' fill='black'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 31px;
  height: 32px;
}

.icon-4events.twitter {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='20' viewBox='0 0 23 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.8835 1.38594C20.989 2.04088 19.9939 2.54231 18.9365 2.87093C18.3511 2.20195 17.5819 1.72838 16.7329 1.51427C15.8839 1.30015 14.9961 1.35581 14.1895 1.67373C13.3829 1.99165 12.6965 2.55648 12.2231 3.29184C11.7497 4.02719 11.5121 4.89759 11.5425 5.78531L11.5629 6.7527C9.89701 6.79951 8.23737 6.42517 6.73185 5.66302C5.22632 4.90087 3.92163 3.77456 2.93397 2.38441C2.93397 2.38441 -0.676285 11.0971 7.94186 14.9527C6.01699 16.3083 3.70428 16.9902 1.3432 16.8984C9.98176 21.7213 20.3132 16.8673 20.0784 5.7423C20.0718 5.47284 20.0408 5.20408 19.9856 4.93949C20.9331 3.96422 21.5902 2.73376 21.8835 1.38594V1.38594Z' stroke='black' stroke-width='2.21434' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 23px;
  height: 20px;
}

.icon-4events.telegram {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1571_760)'%3E%3Cpath d='M11.5306 0.816596C17.8952 0.759529 23.1007 5.87247 23.1577 12.2371C23.2148 18.6016 18.1019 23.8071 11.7373 23.8642C5.37269 23.9212 0.167229 18.8083 0.110162 12.4437C0.053095 6.07912 5.16603 0.873663 11.5306 0.816596ZM16.7115 7.68497C16.2725 7.69697 15.6004 7.93349 12.3707 9.29355C10.1038 10.2639 7.84341 11.2492 5.58957 12.2494C5.03838 12.4721 4.75219 12.6867 4.72754 12.8944C4.68041 13.2936 5.26232 13.4117 5.99503 13.6402C6.59253 13.8262 7.39659 14.0425 7.81383 14.048C8.19188 14.0527 8.61227 13.8945 9.07501 13.5757C12.2366 11.4268 13.8668 10.3416 13.9703 10.3176C14.0428 10.3008 14.1428 10.2792 14.2125 10.3385C14.281 10.3978 14.2751 10.5108 14.2674 10.542C14.2119 10.7856 11.2501 13.494 11.08 13.6718L10.9978 13.7556C10.3696 14.387 9.73369 14.8018 10.8441 15.5098C11.8479 16.1497 12.4324 16.5582 13.464 17.2151C14.1246 17.6332 14.6443 18.1322 15.3213 18.0651C15.6334 18.0335 15.9523 17.7413 16.1093 16.8756C16.4771 14.8324 17.198 10.4027 17.3568 8.57811C17.366 8.4268 17.3581 8.27493 17.3332 8.1254C17.3178 8.00464 17.2576 7.89407 17.1644 7.81575C17.024 7.70406 16.8071 7.68296 16.7115 7.68497Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1571_760'%3E%3Crect width='23.0485' height='23.0485' fill='white' transform='translate(0.00683594 0.919922) rotate(-0.513719)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-4events.facebook {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-facebook' viewBox='0 0 16 16'%3E%3Cpath d='M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951z'/%3E%3C/svg%3E");
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: -8px;
  transform: scale(1.5);
}

.icon-4events.linkedin {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktbGlua2VkaW4iIHZpZXdCb3g9IjAgMCAxNiAxNiI+CiAgPHBhdGggZD0iTTAgMS4xNDZDMCAuNTEzLjUyNiAwIDEuMTc1IDBoMTMuNjVDMTUuNDc0IDAgMTYgLjUxMyAxNiAxLjE0NnYxMy43MDhjMCAuNjMzLS41MjYgMS4xNDYtMS4xNzUgMS4xNDZIMS4xNzVDLjUyNiAxNiAwIDE1LjQ4NyAwIDE0Ljg1NFYxLjE0NnptNC45NDMgMTIuMjQ4VjYuMTY5SDIuNTQydjcuMjI1aDIuNDAxem0tMS4yLTguMjEyYy44MzcgMCAxLjM1OC0uNTU0IDEuMzU4LTEuMjQ4LS4wMTUtLjcwOS0uNTItMS4yNDgtMS4zNDItMS4yNDgtLjgyMiAwLTEuMzU5LjU0LTEuMzU5IDEuMjQ4IDAgLjY5NC41MjEgMS4yNDggMS4zMjcgMS4yNDhoLjAxNnptNC45MDggOC4yMTJWOS4zNTljMC0uMjE2LjAxNi0uNDMyLjA4LS41ODYuMTczLS40MzEuNTY4LS44NzggMS4yMzItLjg3OC44NjkgMCAxLjIxNi42NjIgMS4yMTYgMS42MzR2My44NjVoMi40MDFWOS4yNWMwLTIuMjItMS4xODQtMy4yNTItMi43NjQtMy4yNTItMS4yNzQgMC0xLjg0NS43LTIuMTY1IDEuMTkzdi4wMjVoLS4wMTZhNS41NCA1LjU0IDAgMCAxIC4wMTYtLjAyNVY2LjE2OWgtMi40Yy4wMy42NzggMCA3LjIyNSAwIDcuMjI1aDIuNHoiLz4KPC9zdmc+");
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: -8px;
  transform: scale(1.5);
}

.icon-4events.key {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.91043 3.86292C9.27359 2.05334 7.54944 0.756348 5.5224 0.756348C2.95172 0.756348 0.862549 2.84552 0.862549 5.4162C0.862549 7.98689 2.95172 10.0761 5.5224 10.0761C7.54944 10.0761 9.27359 8.77906 9.91043 6.96949H13.2888V10.0761H16.3954V6.96949H17.9487V3.86292H9.91043ZM5.5224 6.96949C4.6681 6.96949 3.96912 6.27051 3.96912 5.4162C3.96912 4.5619 4.6681 3.86292 5.5224 3.86292C6.37671 3.86292 7.07569 4.5619 7.07569 5.4162C7.07569 6.27051 6.37671 6.96949 5.5224 6.96949Z' fill='%23505050'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 18px;
  height: 11px;
}

.icon-4events.download {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='13' viewBox='0 0 20 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0085 4.8938C15.4804 2.21438 13.1272 0.202881 10.3002 0.202881C8.05568 0.202881 6.10631 1.47657 5.13551 3.34052C2.79781 3.58904 0.980469 5.56948 0.980469 7.9693C0.980469 10.54 3.06964 12.6292 5.64032 12.6292H15.7367C17.8802 12.6292 19.6199 10.8895 19.6199 8.74595C19.6199 6.69561 18.0278 5.0336 16.0085 4.8938ZM14.1834 7.19266L10.3002 11.0759L6.41697 7.19266H8.74689V4.08609H11.8535V7.19266H14.1834Z' fill='white'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 20px;
  height: 13px;
}

.icon-4events.localizacao {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='26' viewBox='0 0 20 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.888 8.02641C17.888 3.89387 14.3239 0.5354 9.9384 0.5354C5.55285 0.5354 1.98876 3.89387 1.98876 8.02641C1.98876 13.6447 9.9384 21.7599 9.9384 21.7599C9.9384 21.7599 17.888 13.6447 17.888 8.02641ZM7.28852 8.02641C7.28852 6.65305 8.48096 5.5294 9.9384 5.5294C11.3958 5.5294 12.5883 6.65305 12.5883 8.02641C12.5883 9.39976 11.4091 10.5234 9.9384 10.5234C8.48096 10.5234 7.28852 9.39976 7.28852 8.02641ZM0.663818 23.0084V25.5054H19.213V23.0084H0.663818Z' fill='black'/%3E%3C/svg%3E");
  display: inline-block;
  width: 20px;
  height: 26px;
}

.icon-4events.calendar {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='22' viewBox='0 0 20 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.0001 2.33276H17.037V0.451904H15.1108V2.33276H5.47946V0.451904H3.55321V2.33276H2.59008C1.53063 2.33276 0.663818 3.17915 0.663818 4.21362V19.2605C0.663818 20.295 1.53063 21.1413 2.59008 21.1413H18.0001C19.0596 21.1413 19.9264 20.295 19.9264 19.2605V4.21362C19.9264 3.17915 19.0596 2.33276 18.0001 2.33276ZM18.0001 19.2605H2.59008V7.03491H18.0001V19.2605Z' fill='black'/%3E%3C/svg%3E");
  display: inline-block;
  width: 20px;
  height: 22px;
}

.icon-4events.mastercard {
  background-image: url("data:image/svg+xml,%3Csvg width='57' height='42' viewBox='0 0 57 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.652832' width='55.385' height='41.5387' rx='2.76925' fill='%23353A48'/%3E%3Cpath d='M33.5892 11.4597H23.0029V30.4836H33.5892V11.4597Z' fill='%23FF5F00'/%3E%3Cpath d='M23.6731 20.971C23.6714 19.1388 24.0866 17.3303 24.8871 15.6824C25.6877 14.0344 26.8528 12.5902 28.294 11.459C26.5092 10.0561 24.3657 9.18368 22.1085 8.94141C19.8513 8.69915 17.5715 9.09682 15.5297 10.089C13.4878 11.0812 11.7663 12.6278 10.5619 14.5521C9.35745 16.4765 8.71875 18.7008 8.71875 20.971C8.71875 23.2411 9.35745 25.4655 10.5619 27.3898C11.7663 29.3141 13.4878 30.8608 15.5297 31.8529C17.5715 32.8451 19.8513 33.2428 22.1085 33.0005C24.3657 32.7583 26.5092 31.8858 28.294 30.4829C26.8528 29.3518 25.6878 27.9075 24.8872 26.2596C24.0866 24.6116 23.6714 22.8031 23.6731 20.971V20.971Z' fill='%23EB001B'/%3E%3Cpath d='M47.8711 20.971C47.8711 23.2411 47.2325 25.4654 46.0282 27.3898C44.8238 29.3141 43.1023 30.8607 41.0605 31.8529C39.0187 32.8451 36.7389 33.2428 34.4818 33.0005C32.2246 32.7583 30.0811 31.8858 28.2964 30.4829C29.7364 29.3506 30.9005 27.9062 31.701 26.2585C32.5014 24.6108 32.9173 22.8028 32.9173 20.971C32.9173 19.1391 32.5014 17.3312 31.701 15.6835C30.9005 14.0358 29.7364 12.5913 28.2964 11.459C30.0811 10.0561 32.2246 9.18367 34.4818 8.94141C36.7389 8.69915 39.0187 9.09684 41.0605 10.089C43.1023 11.0812 44.8238 12.6279 46.0282 14.5522C47.2325 16.4765 47.8711 18.7008 47.8711 20.971V20.971Z' fill='%23F79E1B'/%3E%3Cpath d='M46.7165 28.4708V28.0813H46.8736V28.002H46.4736V28.0813H46.6307V28.4708H46.7165ZM47.493 28.4708V28.0012H47.3705L47.2294 28.3242L47.0884 28.0012H46.9657V28.4708H47.0523V28.1166L47.1845 28.422H47.2743L47.4065 28.1158V28.4708H47.493Z' fill='%23F79E1B'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 57px;
  height: 42px;
}

.icon-4events.elo {
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='42' viewBox='0 0 56 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.268555' y='-3.05176e-05' width='55.385' height='41.5387' rx='2.76925' fill='%23231F20'/%3E%3Cpath d='M4.57617 32.0003H51.4585V9.84632H4.57617V32.0003Z' fill='%23231F20'/%3E%3Cpath d='M14.2368 16.6318C14.687 16.4815 15.1684 16.4005 15.6694 16.4005C17.8547 16.4005 19.6791 17.9526 20.097 20.0159L23.1947 19.3841C22.4838 15.8779 19.3852 13.2393 15.6694 13.2393C14.8179 13.2393 14 13.378 13.2346 13.6337L14.2368 16.6318Z' fill='%23FFCB04'/%3E%3Cpath d='M10.5811 26.6711L12.6759 24.3028C11.7407 23.4743 11.1509 22.2653 11.1509 20.9184C11.1509 19.5724 11.74 18.364 12.6746 17.5365L10.5793 15.168C8.99139 16.5749 7.98926 18.63 7.98926 20.9184C7.98926 23.2083 8.99179 25.2641 10.5811 26.6711Z' fill='%2300A4E0'/%3E%3Cpath d='M20.096 21.825C19.6765 23.887 17.8538 25.4361 15.6693 25.4361C15.1679 25.4361 14.6853 25.3554 14.2354 25.2041L13.2319 28.2034C13.9973 28.4589 14.8169 28.5972 15.6693 28.5972C19.3816 28.5972 22.4796 25.9629 23.1934 22.46L20.096 21.825Z' fill='%23EF4023'/%3E%3Cpath d='M32.0937 23.4683C32.0927 23.4691 32.0921 23.4699 32.0913 23.4707L32.0031 23.4113C31.7494 23.8231 31.3537 24.1565 30.854 24.3732C29.9036 24.7865 29.0229 24.6803 28.3903 24.1254L28.3322 24.2139C28.3315 24.2129 28.3313 24.2121 28.3304 24.2121L27.2518 25.8258C27.5195 26.012 27.807 26.1695 28.109 26.2955C29.3005 26.7904 30.5197 26.7676 31.7207 26.2453C32.5894 25.8689 33.2709 25.2947 33.7369 24.5671L32.0937 23.4683ZM28.7264 19.4869C27.7227 19.9183 27.2053 20.8597 27.3117 21.9637L31.5636 20.1337C30.8324 19.2746 29.8808 18.9898 28.7264 19.4869ZM25.9035 24.4027C25.802 24.2383 25.6641 23.9752 25.581 23.7818C25.0904 22.643 25.0669 21.4645 25.4812 20.333C25.9367 19.0923 26.8068 18.1424 27.9309 17.6587C29.3443 17.0505 30.9074 17.1704 32.2621 17.9741C33.1227 18.4679 33.7326 19.2301 34.1959 20.3079C34.2549 20.4458 34.3067 20.5932 34.3574 20.7185L25.9035 24.4027Z' fill='white'/%3E%3Cpath d='M37.3124 15.2822V24.2538L38.7072 24.8192L37.9147 26.6685L36.3751 26.0273C36.0296 25.8777 35.7943 25.6488 35.6162 25.3902C35.446 25.1266 35.3186 24.7651 35.3186 24.2783V15.2822H37.3124Z' fill='white'/%3E%3Cpath d='M40.9257 21.9682C40.9266 21.2042 41.2637 20.5192 41.7976 20.0536L40.3667 18.4579C39.3961 19.3159 38.7848 20.5694 38.7837 21.9661C38.7821 23.3632 39.3926 24.6182 40.3621 25.4783L41.7915 23.881C41.2603 23.4135 40.9251 22.7304 40.9257 21.9682Z' fill='white'/%3E%3Cpath d='M43.4684 24.5143C43.1866 24.5135 42.9153 24.467 42.6622 24.3827L41.9788 26.4147C42.4458 26.5716 42.9461 26.6569 43.4662 26.6577C45.7321 26.6599 47.6241 25.0521 48.0624 22.9149L45.9618 22.4859C45.7228 23.6447 44.6972 24.5153 43.4684 24.5143Z' fill='white'/%3E%3Cpath d='M43.4746 17.2829C42.9551 17.2823 42.4551 17.3668 41.9885 17.5221L42.6659 19.5558C42.9197 19.472 43.191 19.4257 43.4724 19.4257C44.7041 19.4268 45.7305 20.3026 45.9638 21.4644L48.0646 21.0383C47.6325 18.8981 45.7422 17.2845 43.4746 17.2829Z' fill='white'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 56px;
  height: 42px;
}

.icon-4events.visa {
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='42' viewBox='0 0 56 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.0368652' y='0.153839' width='55.385' height='41.5387' rx='2.76925' fill='%23224DBA'/%3E%3Cpath d='M22.3985 13.9453L16.5977 27.7855H12.8131L9.95844 16.7404C9.78514 16.0601 9.63444 15.8108 9.10737 15.5242C8.24683 15.0574 6.82575 14.6194 5.57544 14.3475L5.66036 13.9453H11.7524C12.529 13.9453 13.2271 14.4622 13.4034 15.3565L14.911 23.3651L18.637 13.9451H22.3985V13.9453ZM37.2273 23.2668C37.2426 19.6139 32.1762 19.4127 32.2111 17.7809C32.2219 17.2843 32.6948 16.7563 33.7298 16.6215C34.2428 16.5544 35.6562 16.5032 37.2594 17.2409L37.8882 14.306C37.0268 13.9933 35.9184 13.6924 34.5393 13.6924C31.0005 13.6924 28.51 15.5736 28.489 18.2674C28.4662 20.2599 30.2666 21.3717 31.6231 22.0338C33.0185 22.7118 33.4868 23.1475 33.4815 23.7539C33.4715 24.6823 32.3685 25.0922 31.3376 25.1083C29.5381 25.136 28.4938 24.6214 27.6615 24.2344L27.0125 27.2665C27.8491 27.6502 29.3932 27.9851 30.994 28.0019C34.7553 28.0019 37.2158 26.144 37.2273 23.2668ZM46.5721 27.7855H49.8834L46.993 13.9453H43.9367C43.2495 13.9453 42.6698 14.3455 42.4132 14.9607L37.0406 27.7855H40.8001L41.5464 25.7182H46.1399L46.5721 27.7855ZM42.5772 22.8816L44.4617 17.6852L45.5463 22.8816H42.5772ZM27.514 13.9453L24.5535 27.7855H20.9733L23.935 13.9453H27.514V13.9453Z' fill='white'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 56px;
  height: 42px;
}

.icon-4events.money-cifra {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9.1375' stroke='%2351A800' stroke-width='1.725'/%3E%3Cpath d='M10.3489 9.32762C8.96167 8.96707 8.51556 8.59429 8.51556 8.01374C8.51556 7.34762 9.13278 6.88318 10.1656 6.88318C11.2533 6.88318 11.6567 7.40262 11.6933 8.16651H13.0439C13.0011 7.1154 12.3594 6.14985 11.0822 5.83818V4.49985H9.24889V5.81985C8.06333 6.07651 7.11 6.84651 7.11 8.02596C7.11 9.43762 8.27722 10.1404 9.98222 10.5498C11.51 10.9165 11.8156 11.4543 11.8156 12.0226C11.8156 12.4443 11.5161 13.1165 10.1656 13.1165C8.90667 13.1165 8.41167 12.5543 8.34444 11.8332H7C7.07333 13.1715 8.07556 13.9232 9.24889 14.1737V15.4998H11.0822V14.186C12.2739 13.9598 13.2211 13.2693 13.2211 12.0165C13.2211 10.281 11.7361 9.68818 10.3489 9.32762Z' fill='%2351A800'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-4events.boleto {
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='42' viewBox='0 0 56 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.885819' y='0.461228' width='54.7696' height='40.9233' rx='2.46155' fill='%23F9F9F9' stroke='black' stroke-width='0.615389'/%3E%3Cpath d='M52.4289 4.46115H4.9033C3.87398 4.46115 3.03955 5.29558 3.03955 6.3249V35.213C3.03955 36.2423 3.87398 37.0767 4.9033 37.0767H52.4289C53.4582 37.0767 54.2926 36.2423 54.2926 35.213V6.3249C54.2926 5.29558 53.4582 4.46115 52.4289 4.46115Z' fill='%23F9F9F9'/%3E%3Cpath d='M9.3833 10.0391H9.82221V21.6931H9.3833V10.0391ZM10.2611 10.0391H10.7V21.6931H10.2611V10.0391ZM12.8965 10.0391H13.3354V21.6931H12.8965V10.0391ZM21.4399 10.0391H21.8788V21.6931H21.4399V10.0391ZM24.2961 10.0391H24.735V21.6931H24.2961V10.0391ZM27.0656 10.0391H27.5045V21.6931H27.0656V10.0391ZM27.7794 10.0391H28.2183V21.6931H27.7794V10.0391ZM28.4942 10.0391H28.9331V21.6931H28.4942V10.0391ZM29.2974 10.0391H29.7364V21.6931H29.2974V10.0391ZM30.1007 10.0391H30.5396V21.6931H30.1007V10.0391ZM32.3335 10.0391H32.7724V21.6931H32.3335V10.0391ZM37.8698 10.0391H38.3087V21.6931H37.8698V10.0391ZM43.6446 10.0391H44.0835V21.6931H43.6446V10.0391ZM45.2241 10.0391H45.663V21.6931H45.2241V10.0391ZM46.3657 10.0391H46.8046V21.6931H46.3657V10.0391ZM47.0683 10.0391H47.5072V21.6931H47.0683V10.0391ZM15.7946 10.0391H16.2335V21.6931H15.7946V10.0391ZM11.4027 10.0391H12.1929V21.6931H11.4027V10.0391ZM16.6184 10.0391H17.4086V21.6931H16.6184V10.0391ZM20.2806 10.0391H21.0709V21.6931H20.2806V10.0391ZM22.1556 10.0391H22.9458V21.6931H22.1556V10.0391ZM25.1021 10.0391H25.8924V21.6931H25.1021V10.0391ZM33.503 10.0391H34.7321V21.6931H33.503V10.0391ZM35.1086 10.0391H36.075V21.6931H35.1086V10.0391ZM36.8028 10.0391H37.593V21.6931H36.8028V10.0391ZM39.043 10.0391H40.3607V21.6931H39.043V10.0391ZM41.6233 10.0391H42.941V21.6931H41.6233V10.0391ZM13.7743 10.0391H15.3547V21.6931H13.7743V10.0391ZM17.8708 10.0391H19.1V21.6931H17.8708V10.0391Z' fill='%23010101'/%3E%3Cpath d='M9.95215 32.0407V25.3704H12.4552C12.8734 25.3542 13.2906 25.423 13.6815 25.5726C13.9812 25.7007 14.2338 25.9185 14.4046 26.196C14.5739 26.4587 14.6647 26.7642 14.6665 27.0766C14.6665 27.3615 14.5861 27.6406 14.4345 27.8818C14.2637 28.1476 14.0206 28.359 13.7337 28.4912C14.102 28.5858 14.4292 28.7981 14.6656 29.096C14.8843 29.3867 14.9988 29.7425 14.9908 30.1062C14.9933 30.408 14.9257 30.7063 14.7932 30.9775C14.6812 31.2207 14.5129 31.4338 14.3021 31.599C14.0828 31.7562 13.8345 31.8683 13.5715 31.9289C13.219 32.0098 12.8578 32.0474 12.4962 32.0407H9.95215ZM10.8356 28.1735H12.2781C12.5598 28.1845 12.8418 28.1585 13.1168 28.0961C13.318 28.0451 13.4964 27.9283 13.6237 27.7644C13.7423 27.5939 13.8021 27.3894 13.7943 27.1819C13.7984 26.9759 13.7431 26.7731 13.6349 26.5977C13.5317 26.4311 13.3714 26.3079 13.1839 26.251C12.8513 26.1745 12.51 26.1432 12.1691 26.1578H10.8356V28.1735ZM10.8356 31.2542H12.4962C12.697 31.2595 12.898 31.2489 13.0972 31.2225C13.2774 31.1933 13.4504 31.1301 13.607 31.0362C13.75 30.9437 13.866 30.8151 13.9434 30.6634C14.0336 30.4911 14.0791 30.2988 14.0757 30.1043C14.0819 29.8722 14.0151 29.644 13.8847 29.452C13.756 29.2676 13.5693 29.1314 13.3544 29.0653C13.0366 28.9793 12.7077 28.9416 12.3787 28.9534H10.8356V31.2542ZM16.2805 28.7922C16.2247 27.8418 16.545 26.9076 17.1723 26.1914C17.4679 25.8809 17.826 25.6367 18.2229 25.4748C18.6198 25.3129 19.0466 25.2369 19.475 25.252C20.06 25.244 20.6361 25.3968 21.1402 25.6937C21.6303 25.9834 22.0236 26.4118 22.2706 26.9247C22.5369 27.4833 22.6699 28.0961 22.6592 28.7149C22.6701 29.344 22.5298 29.9665 22.2501 30.5302C21.9965 31.0432 21.5915 31.4661 21.0899 31.7416C20.5941 32.015 20.0365 32.1568 19.4703 32.1535C18.8778 32.1633 18.2946 32.006 17.7873 31.6997C17.2993 31.4038 16.9083 30.9717 16.6626 30.4565C16.4094 29.9384 16.2787 29.3689 16.2805 28.7922V28.7922ZM17.1909 28.8062C17.153 29.5003 17.387 30.1819 17.8433 30.7063C18.049 30.9317 18.3007 31.1103 18.5814 31.23C18.8621 31.3498 19.1652 31.4079 19.4703 31.4005C19.7772 31.4083 20.0822 31.3497 20.3643 31.2285C20.6465 31.1074 20.8991 30.9267 21.1048 30.6988C21.5651 30.1423 21.7954 29.4309 21.7487 28.7102C21.7609 28.2223 21.6685 27.7374 21.4776 27.2882C21.3093 26.9008 21.0288 26.5727 20.6724 26.3461C20.3163 26.1222 19.903 26.0061 19.4824 26.0115C19.1843 26.007 18.8883 26.0616 18.6115 26.1721C18.3346 26.2826 18.0824 26.4469 17.8693 26.6554C17.6173 26.9496 17.4273 27.2917 17.3107 27.6611C17.1941 28.0305 17.1534 28.4197 17.1909 28.8053V28.8062ZM24.1064 32.0407V25.3704H24.9889V31.2533H28.2737V32.0407H24.1064ZM29.6883 32.0407V25.3704H34.5117V26.1578H30.5708V28.2005H34.261V28.9833H30.5708V31.2533H34.6664V32.0407H29.6883ZM37.9279 32.0407V26.1578H35.7296V25.3704H41.0171V26.1578H38.8104V32.0407H37.9279ZM41.8306 28.7922C41.7753 27.8415 42.0963 26.9073 42.7243 26.1914C43.0199 25.8809 43.378 25.6367 43.7749 25.4748C44.1718 25.3129 44.5985 25.2369 45.027 25.252C45.612 25.244 46.1881 25.3968 46.6922 25.6937C47.1823 25.9834 47.5756 26.4118 47.8226 26.9247C48.0889 27.4833 48.2219 28.0961 48.2112 28.7149C48.2221 29.344 48.0818 29.9665 47.8021 30.5302C47.5476 31.0441 47.1413 31.4674 46.6382 31.7425C46.1423 32.0159 45.5847 32.1577 45.0186 32.1544C44.4257 32.1641 43.8421 32.0065 43.3347 31.6997C42.8476 31.4034 42.4577 30.9713 42.2127 30.4565C41.9595 29.9384 41.8288 29.3689 41.8306 28.7922V28.7922ZM42.7411 28.8062C42.7031 29.5003 42.9371 30.1819 43.3934 30.7063C43.5991 30.9317 43.8509 31.1103 44.1315 31.23C44.4122 31.3498 44.7153 31.4079 45.0204 31.4005C45.3282 31.4093 45.6342 31.3511 45.9174 31.2301C46.2005 31.1092 46.4541 30.9282 46.6605 30.6998C47.1208 30.1432 47.3512 29.4319 47.3045 28.7111C47.314 28.2226 47.2187 27.7377 47.0249 27.2891C46.8566 26.9017 46.5762 26.5736 46.2198 26.347C45.8636 26.1232 45.4504 26.007 45.0297 26.0124C44.7317 26.0079 44.4357 26.0625 44.1588 26.173C43.8819 26.2835 43.6297 26.4478 43.4167 26.6564C43.1651 26.9506 42.9755 27.2926 42.8592 27.6618C42.743 28.0311 42.7025 28.42 42.7401 28.8053L42.7411 28.8062Z' fill='black'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 56px;
  height: 42px;
}

.icon-4events.pix {
  background-image: url("data:image/svg+xml,%3Csvg width='57' height='42' viewBox='0 0 57 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.962158' y='0.153534' width='55.385' height='41.5387' rx='2.76925' fill='%2332BCAD'/%3E%3Cpath d='M24.5598 27.9758V18.4466C24.5598 17.6047 24.8942 16.7974 25.4895 16.2021C26.0848 15.6068 26.8922 15.2723 27.7341 15.2723L30.5473 15.2763C31.387 15.278 32.1917 15.6127 32.7848 16.2071C33.3779 16.8015 33.7109 17.6069 33.7108 18.4466V20.4745C33.7108 21.3164 33.3764 22.1239 32.7811 22.7192C32.1858 23.3146 31.3784 23.6491 30.5365 23.6493H26.5602' stroke='white' stroke-width='0.347736' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M34.4971 15.2717H35.7175C36.0631 15.2717 36.3945 15.409 36.6388 15.6533C36.8831 15.8977 37.0204 16.2291 37.0204 16.5746V23.6923' stroke='white' stroke-width='0.347736' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36.7584 14.1684L36.205 13.6146C36.1724 13.582 36.1465 13.5433 36.1288 13.5006C36.1111 13.458 36.1021 13.4123 36.1021 13.3661C36.1021 13.32 36.1111 13.2743 36.1288 13.2317C36.1465 13.189 36.1724 13.1503 36.205 13.1177L36.7584 12.5644C36.8244 12.4984 36.9139 12.4613 37.0073 12.4613C37.1007 12.4613 37.1902 12.4984 37.2562 12.5644L37.8091 13.1177C37.8417 13.1503 37.8676 13.189 37.8853 13.2317C37.903 13.2743 37.9121 13.32 37.9121 13.3661C37.9121 13.4123 37.903 13.458 37.8853 13.5006C37.8676 13.5433 37.8417 13.582 37.8091 13.6146L37.2538 14.1684C37.2211 14.2011 37.1824 14.227 37.1397 14.2447C37.097 14.2623 37.0513 14.2714 37.0051 14.2714C36.9589 14.2714 36.9132 14.2623 36.8705 14.2447C36.8278 14.227 36.7891 14.2011 36.7564 14.1684' fill='white'/%3E%3Cpath d='M39.3635 15.2645H40.5737C41.1962 15.2643 41.7933 15.5113 42.2337 15.9513L45.0646 18.7822C45.1517 18.8694 45.2552 18.9387 45.3691 18.9859C45.4831 19.0331 45.6052 19.0574 45.7285 19.0574C45.8518 19.0574 45.9739 19.0331 46.0879 18.9859C46.2018 18.9387 46.3053 18.8694 46.3924 18.7822L49.213 15.9621C49.431 15.7442 49.6897 15.5714 49.9744 15.4535C50.2592 15.3357 50.5644 15.2751 50.8725 15.2753H51.8566' stroke='white' stroke-width='0.347736' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M39.3635 23.6297H40.5737C41.1962 23.6299 41.7933 23.3829 42.2337 22.943L45.0646 20.1121C45.2407 19.9361 45.4795 19.8372 45.7285 19.8372C45.9775 19.8372 46.2163 19.9361 46.3924 20.1121L49.213 22.9327C49.6533 23.3726 50.2502 23.6196 50.8725 23.6194H51.8566' stroke='white' stroke-width='0.347736' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.3443 25.4374C17.0458 25.4384 16.7499 25.3803 16.4739 25.2664C16.1979 25.1525 15.9472 24.985 15.7363 24.7737L13.4136 22.4495C13.3315 22.3709 13.2222 22.3271 13.1085 22.3271C12.9949 22.3271 12.8856 22.3709 12.8034 22.4495L10.4729 24.78C10.2621 24.9917 10.0115 25.1595 9.73549 25.2738C9.4595 25.388 9.16359 25.4465 8.86489 25.4457H8.41016L11.3534 28.3889C11.7948 28.8294 12.393 29.0768 13.0166 29.0768C13.6402 29.0768 14.2383 28.8294 14.6797 28.3889L17.6288 25.4393L17.3443 25.4374Z' fill='white'/%3E%3Cpath d='M8.86538 17.2238C9.16409 17.223 9.46 17.2815 9.736 17.3957C10.012 17.51 10.2626 17.6778 10.4734 17.8895L12.8039 20.2205C12.8849 20.3013 12.9946 20.3466 13.109 20.3466C13.2234 20.3466 13.3331 20.3013 13.4141 20.2205L15.7363 17.8983C15.9469 17.6864 16.1975 17.5183 16.4735 17.404C16.7496 17.2896 17.0456 17.2312 17.3443 17.2322H17.6239L14.6748 14.2831C14.4564 14.0646 14.1972 13.8913 13.9118 13.7731C13.6264 13.6548 13.3205 13.594 13.0117 13.594C12.7028 13.594 12.3969 13.6548 12.1115 13.7731C11.8261 13.8913 11.5669 14.0646 11.3485 14.2831L8.41016 17.2238H8.86538Z' fill='white'/%3E%3Cpath d='M20.0636 19.6726L18.2814 17.8904C18.2412 17.9069 18.1983 17.9155 18.1549 17.916H17.3445C16.9228 17.917 16.5186 18.0845 16.2197 18.382L13.8975 20.7027C13.6884 20.9115 13.4049 21.0287 13.1095 21.0287C12.814 21.0287 12.5305 20.9115 12.3214 20.7027L9.99036 18.3731C9.69156 18.0755 9.28732 17.9078 8.86556 17.9066H7.87075C7.82975 17.9057 7.78923 17.8976 7.75106 17.8826L5.95765 19.6726C5.51716 20.114 5.26978 20.7121 5.26978 21.3357C5.26978 21.9594 5.51716 22.5575 5.95765 22.9989L7.74713 24.7884C7.78523 24.7731 7.82579 24.765 7.86682 24.7644H8.86556C9.28731 24.7631 9.69153 24.5955 9.99036 24.2979L12.3209 21.9673C12.7423 21.5464 13.4766 21.5464 13.8975 21.9673L16.2197 24.289C16.5186 24.5865 16.9228 24.754 17.3445 24.755H18.1549C18.1983 24.7553 18.2413 24.764 18.2814 24.7805L20.0636 22.9984C20.282 22.78 20.4553 22.5208 20.5736 22.2354C20.6918 21.95 20.7527 21.6441 20.7527 21.3353C20.7527 21.0264 20.6918 20.7205 20.5736 20.4351C20.4553 20.1497 20.282 19.8905 20.0636 19.6721' fill='white'/%3E%3Cpath d='M26.979 27.1655C26.8317 27.1719 26.6855 27.1941 26.5429 27.2317V27.8125C26.652 27.8507 26.7668 27.87 26.8824 27.8694C27.1738 27.8694 27.3116 27.7713 27.3116 27.5147C27.3116 27.2734 27.1988 27.1655 26.979 27.1655V27.1655ZM26.4448 28.2447V27.0953H26.5248L26.5331 27.1444C26.6817 27.1049 26.8339 27.0804 26.9874 27.0713C27.0937 27.0638 27.1992 27.0944 27.2851 27.1576C27.3832 27.2391 27.4166 27.3705 27.4166 27.5138C27.4166 27.657 27.3675 27.8051 27.2302 27.8831C27.1254 27.9354 27.0093 27.9612 26.8922 27.9582C26.7738 27.9574 26.6561 27.9394 26.5429 27.9047V28.2427L26.4448 28.2447Z' fill='white'/%3E%3Cpath d='M28.1474 27.1615C27.8565 27.1615 27.7266 27.2527 27.7266 27.5092C27.7266 27.757 27.8546 27.8688 28.1474 27.8688C28.4403 27.8688 28.5668 27.7786 28.5668 27.5225C28.5668 27.2748 28.4388 27.1615 28.1474 27.1615V27.1615ZM28.5222 27.8688C28.4241 27.9385 28.2956 27.9586 28.1474 27.9586C27.9993 27.9586 27.8664 27.937 27.7717 27.8688C27.6652 27.7938 27.6216 27.6726 27.6216 27.5161C27.6216 27.3596 27.6652 27.238 27.7717 27.1615C27.8664 27.0933 27.9964 27.0717 28.1474 27.0717C28.2985 27.0717 28.4256 27.0933 28.5222 27.1615C28.6301 27.238 28.6718 27.3626 28.6718 27.5142C28.6718 27.6657 28.6287 27.7938 28.5222 27.8688Z' fill='white'/%3E%3Cpath d='M29.901 27.9354L29.5762 27.2384H29.5699L29.25 27.9354H29.1603L28.8169 27.0951H28.9248L29.2128 27.8005H29.2196L29.5326 27.0951H29.6224L29.9432 27.8005H29.95L30.2311 27.0951H30.3376L29.9912 27.9354H29.901Z' fill='white'/%3E%3Cpath d='M30.9629 27.16C30.6931 27.16 30.6019 27.2801 30.5852 27.4543H31.3406C31.3323 27.263 31.2342 27.16 30.9629 27.16V27.16ZM30.9595 27.959C30.7981 27.959 30.6931 27.9355 30.6097 27.8658C30.5116 27.781 30.4788 27.6578 30.4788 27.5166C30.4788 27.3753 30.5234 27.2384 30.6352 27.157C30.7331 27.0955 30.8475 27.0658 30.9629 27.0721C31.0806 27.065 31.1976 27.0934 31.2989 27.1536C31.4201 27.235 31.4436 27.3782 31.4436 27.5411H30.5828C30.5862 27.7143 30.6426 27.8673 30.9688 27.8673C31.1147 27.8635 31.2599 27.8471 31.4029 27.8183V27.9066C31.2575 27.9365 31.1098 27.9537 30.9614 27.9581' fill='white'/%3E%3Cpath d='M31.7256 27.9354V27.0951H31.8051L31.8134 27.1442C31.9915 27.099 32.0748 27.0711 32.2313 27.0711H32.2431V27.1643H32.2196C32.0881 27.1643 32.0081 27.1824 31.8237 27.2305V27.9344L31.7256 27.9354Z' fill='white'/%3E%3Cpath d='M32.8133 27.16C32.544 27.16 32.4522 27.2801 32.4356 27.4543H33.191C33.1826 27.263 33.0845 27.16 32.8133 27.16V27.16ZM32.8098 27.959C32.6484 27.959 32.544 27.9355 32.4606 27.8658C32.3625 27.781 32.3291 27.6578 32.3291 27.5166C32.3291 27.3753 32.3742 27.2384 32.4856 27.157C32.5834 27.0956 32.6979 27.066 32.8133 27.0721C32.9309 27.065 33.048 27.0934 33.1493 27.1536C33.2709 27.235 33.2964 27.3782 33.2964 27.5411H32.4321C32.4356 27.7143 32.492 27.8673 32.8182 27.8673C32.9642 27.8635 33.1096 27.8471 33.2528 27.8183V27.9066C33.1074 27.9364 32.9597 27.9537 32.8113 27.9581' fill='white'/%3E%3Cpath d='M34.3697 27.2182C34.2606 27.1801 34.1458 27.161 34.0303 27.1618C33.7389 27.1618 33.6011 27.2599 33.6011 27.5164C33.6011 27.7592 33.7144 27.8657 33.9337 27.8657C34.0809 27.8589 34.227 27.837 34.3697 27.8004V27.2182ZM34.3884 27.9353L34.3796 27.8863C34.231 27.9262 34.0788 27.9509 33.9253 27.9599C33.8188 27.9679 33.713 27.937 33.6276 27.873C33.5294 27.7916 33.4961 27.6601 33.4961 27.5174C33.4961 27.3673 33.5451 27.226 33.6825 27.1495C33.7875 27.096 33.9042 27.0697 34.0219 27.073C34.1398 27.0746 34.2568 27.0924 34.3697 27.1259V26.7409H34.4679V27.9353H34.3884Z' fill='white'/%3E%3Cpath d='M35.9072 27.1652C35.7599 27.1716 35.6137 27.1938 35.4712 27.2314V27.8107C35.58 27.8501 35.6949 27.8698 35.8106 27.8691C36.102 27.8691 36.2398 27.771 36.2398 27.5145C36.2398 27.2731 36.127 27.1652 35.9072 27.1652ZM36.1584 27.8838C36.0537 27.9361 35.9379 27.9619 35.8209 27.9589C35.6929 27.9581 35.5659 27.9367 35.4447 27.8956L35.4398 27.9353H35.373V26.7409H35.4712V27.1416C35.6168 27.1044 35.7656 27.0811 35.9156 27.072C36.0219 27.0645 36.1275 27.0951 36.2133 27.1583C36.3114 27.2398 36.3448 27.3712 36.3448 27.5145C36.3448 27.6577 36.2957 27.8058 36.1584 27.8838Z' fill='white'/%3E%3Cpath d='M36.4757 28.257V28.1658C36.5247 28.1707 36.5689 28.1741 36.6003 28.1741C36.7219 28.1741 36.7965 28.1388 36.8632 28.0009L36.8951 27.9342L36.4536 27.0939H36.5674L36.9437 27.8194H36.95L37.3076 27.0939H37.4195L36.9466 28.0377C36.8603 28.2089 36.7671 28.2653 36.5954 28.2653C36.5549 28.2651 36.5144 28.2623 36.4742 28.257' fill='white'/%3E%3Cpath d='M38.7746 27.4561H38.4489V27.7504H38.7746C38.9993 27.7504 39.0842 27.7254 39.0842 27.6033C39.0842 27.4718 38.9674 27.4561 38.7727 27.4561H38.7746ZM38.7138 26.9813H38.448V27.2805H38.7158C38.937 27.2805 39.0253 27.254 39.0253 27.1294C39.0253 26.996 38.9135 26.9822 38.7138 26.9822V26.9813ZM39.2201 27.8593C39.0999 27.9358 38.9552 27.9388 38.6908 27.9388H38.1929V26.7958H38.679C38.9071 26.7958 39.0469 26.7988 39.1632 26.8689C39.2018 26.892 39.2332 26.9254 39.2538 26.9653C39.2745 27.0053 39.2835 27.0502 39.2799 27.0951C39.2799 27.2148 39.2308 27.2947 39.0999 27.3482V27.3546C39.247 27.3879 39.3412 27.463 39.3412 27.6244C39.3449 27.6704 39.3355 27.7166 39.314 27.7576C39.2926 27.7986 39.26 27.8326 39.2201 27.8559' fill='white'/%3E%3Cpath d='M40.3363 27.5826C40.2382 27.5743 40.1401 27.5694 40.0337 27.5694C39.8625 27.5694 39.8022 27.6042 39.8022 27.6827C39.8022 27.7612 39.8512 27.7955 39.9837 27.7955C40.1026 27.7916 40.2208 27.7751 40.3363 27.7464V27.5826ZM40.3854 27.9353L40.379 27.8863C40.2303 27.9282 40.0772 27.9529 39.9228 27.9598C39.8336 27.9658 39.7447 27.9443 39.6682 27.898C39.6354 27.8704 39.6098 27.8351 39.5939 27.7952C39.578 27.7553 39.5723 27.7122 39.5771 27.6695C39.582 27.6269 39.5973 27.5861 39.6218 27.5508C39.6462 27.5155 39.679 27.4868 39.7173 27.4673C39.8056 27.4256 39.9238 27.4222 40.0322 27.4222C40.12 27.4222 40.2382 27.4271 40.3363 27.434V27.4188C40.3363 27.2873 40.25 27.2441 40.0136 27.2441C39.9223 27.2441 39.8105 27.249 39.704 27.2589V27.0891C39.8223 27.0793 39.9557 27.0729 40.0656 27.0729C40.2127 27.0729 40.3633 27.0842 40.458 27.1509C40.5527 27.2176 40.5728 27.3143 40.5728 27.4389V27.9363L40.3854 27.9353Z' fill='white'/%3E%3Cpath d='M41.6687 27.9355V27.4719C41.6687 27.3189 41.5907 27.2639 41.4509 27.2639C41.3349 27.2691 41.2197 27.2868 41.1075 27.3169V27.936H40.873V27.0952H41.0644L41.0727 27.1486C41.2189 27.1056 41.3698 27.0799 41.522 27.0721C41.6254 27.0639 41.7282 27.0947 41.81 27.1585C41.8762 27.2183 41.9012 27.3017 41.9012 27.4214V27.9355H41.6687Z' fill='white'/%3E%3Cpath d='M42.5646 27.9586C42.4561 27.9586 42.3379 27.9434 42.2516 27.8703C42.1486 27.7869 42.1187 27.6559 42.1187 27.5142C42.1187 27.3812 42.1618 27.236 42.2898 27.1546C42.3948 27.0864 42.5243 27.0717 42.6592 27.0717C42.7573 27.0717 42.8505 27.0781 42.9535 27.0879V27.2679C42.8687 27.2596 42.7671 27.2532 42.6857 27.2532C42.4625 27.2532 42.3575 27.3228 42.3575 27.5161C42.3575 27.6971 42.436 27.7756 42.619 27.7756C42.7376 27.7717 42.8557 27.7573 42.9717 27.7324V27.9051C42.8374 27.9364 42.7004 27.9543 42.5626 27.9586' fill='white'/%3E%3Cpath d='M43.6671 27.2478C43.4439 27.2478 43.3458 27.3179 43.3458 27.5092C43.3458 27.7006 43.4439 27.782 43.6671 27.782C43.8903 27.782 43.985 27.7138 43.985 27.5225C43.985 27.3312 43.8903 27.2478 43.6671 27.2478V27.2478ZM44.0699 27.8703C43.9669 27.9399 43.832 27.9586 43.6671 27.9586C43.5023 27.9586 43.3645 27.9385 43.2629 27.8703C43.1462 27.7938 43.1045 27.6672 43.1045 27.5161C43.1045 27.365 43.1462 27.236 43.2629 27.1595C43.3645 27.0913 43.4989 27.0717 43.6671 27.0717C43.8354 27.0717 43.9669 27.0913 44.0699 27.1595C44.1861 27.236 44.2264 27.3645 44.2264 27.5142C44.2264 27.6638 44.1847 27.7938 44.0699 27.8703Z' fill='white'/%3E%3Cpath d='M45.5806 27.9587C45.4393 27.9587 45.2863 27.9352 45.1715 27.8405C45.0351 27.7272 44.9934 27.5525 44.9934 27.3647C44.9934 27.1964 45.0469 26.9968 45.2244 26.8805C45.3628 26.7907 45.534 26.7721 45.7071 26.7721C45.8337 26.7721 45.9637 26.7804 46.105 26.7922V26.9968C45.9838 26.987 45.8337 26.9786 45.7174 26.9786C45.3927 26.9786 45.2549 27.1017 45.2549 27.3647C45.2549 27.6276 45.3829 27.7522 45.6223 27.7522C45.7934 27.7463 45.9634 27.7234 46.13 27.684V27.8871C45.9496 27.9288 45.7656 27.9528 45.5806 27.9587' fill='white'/%3E%3Cpath d='M46.8198 27.2216C46.6236 27.2216 46.55 27.2917 46.5348 27.4178H47.1009C47.094 27.2814 47.0141 27.2216 46.8198 27.2216ZM46.7845 27.9574C46.6466 27.9574 46.5216 27.9407 46.4284 27.8642C46.3352 27.7877 46.2935 27.6562 46.2935 27.513C46.2935 27.3849 46.3352 27.2417 46.4519 27.1583C46.5549 27.0852 46.6864 27.0705 46.8198 27.0705C46.9395 27.0705 47.0808 27.0837 47.1838 27.1554C47.3187 27.25 47.3309 27.3967 47.3309 27.5694H46.5333C46.5382 27.6979 46.6064 27.7808 46.8429 27.7808C46.993 27.7775 47.1427 27.7631 47.2907 27.7376V27.9024C47.1237 27.9342 46.9544 27.9525 46.7845 27.9574' fill='white'/%3E%3Cpath d='M48.3755 27.9355V27.4719C48.3755 27.3189 48.2975 27.2639 48.1577 27.2639C48.0416 27.2691 47.9265 27.2868 47.8143 27.3169V27.936H47.5798V27.0952H47.7711L47.7795 27.1486C47.9257 27.1056 48.0766 27.0799 48.2288 27.0721C48.3322 27.0639 48.435 27.0947 48.5168 27.1585C48.583 27.2183 48.608 27.3017 48.608 27.4214V27.9355H48.3755Z' fill='white'/%3E%3Cpath d='M49.2767 27.959C49.1634 27.959 49.0604 27.9271 49.004 27.8389C48.9578 27.7625 48.9362 27.6738 48.9422 27.5848V27.2698H48.7725V27.0952H48.9422L48.9672 26.8406H49.1742V27.0952H49.5053V27.2698H49.1742V27.5396C49.1711 27.5939 49.1789 27.6483 49.1973 27.6995C49.2223 27.756 49.2772 27.7775 49.3508 27.7775C49.4071 27.7765 49.4632 27.7709 49.5186 27.7609V27.9291C49.4387 27.9464 49.3574 27.9564 49.2758 27.959' fill='white'/%3E%3Cpath d='M49.7361 27.9355V27.0952H49.9274L49.9357 27.1486C50.0699 27.1031 50.2101 27.0773 50.3517 27.0721C50.3617 27.0715 50.3717 27.0715 50.3816 27.0721V27.2757C50.3551 27.2757 50.3233 27.2757 50.3002 27.2757C50.1889 27.2762 50.0782 27.2907 49.9706 27.3189V27.9394L49.7361 27.9355Z' fill='white'/%3E%3Cpath d='M51.2351 27.5826C51.137 27.5743 51.0389 27.5694 50.9319 27.5694C50.7607 27.5694 50.7009 27.6042 50.7009 27.6827C50.7009 27.7612 50.7499 27.7955 50.8819 27.7955C51.001 27.7916 51.1194 27.7752 51.2351 27.7464V27.5826ZM51.2841 27.9353L51.2773 27.8863C51.1285 27.9282 50.9755 27.9529 50.8211 27.9598C50.7319 27.9658 50.643 27.9443 50.5665 27.898C50.5356 27.8743 50.5109 27.8434 50.4947 27.808C50.4784 27.7727 50.4711 27.7338 50.4733 27.6949C50.471 27.6471 50.4834 27.5997 50.5087 27.559C50.534 27.5184 50.5711 27.4864 50.615 27.4673C50.7033 27.4256 50.8211 27.4222 50.9295 27.4222C51.0178 27.4222 51.136 27.4271 51.2341 27.434V27.4188C51.2341 27.2873 51.1473 27.2441 50.9113 27.2441C50.8196 27.2441 50.7083 27.249 50.6018 27.2589V27.0891C50.72 27.0793 50.853 27.0729 50.9628 27.0729C51.11 27.0729 51.2606 27.0842 51.3553 27.1509C51.4499 27.2176 51.4701 27.3143 51.4701 27.4389V27.9363L51.2841 27.9353Z' fill='white'/%3E%3Cpath d='M51.771 26.7409H52.006V27.9353H51.771V26.7409Z' fill='white'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 57px;
  height: 42px;
}

.icon-4events.dinner {
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='42' viewBox='0 0 56 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.346436' y='0.153534' width='55.385' height='41.5387' rx='2.76925' fill='%23006095'/%3E%3Cpath d='M30.3626 31.4057C36.2255 31.4342 41.5773 26.6346 41.5773 20.7957C41.5773 14.4111 36.2255 9.99793 30.3626 9.99976H25.317C19.3839 9.99793 14.5002 14.4121 14.5002 20.7957C14.5002 26.6359 19.3839 31.4342 25.317 31.4057H30.3626Z' fill='white'/%3E%3Cpath d='M27.5675 26.4813V14.8874C29.9029 15.7813 31.5607 18.0376 31.5646 20.6839C31.5607 23.3308 29.9029 25.5858 27.5675 26.4813ZM19.1186 20.6839C19.1238 18.0391 20.779 15.7842 23.113 14.8876V26.4789C20.779 25.5831 19.1238 23.3295 19.1186 20.6839ZM25.3407 10.8847C19.9192 10.8866 15.526 15.272 15.5247 20.6839C15.526 26.0954 19.9192 30.48 25.3407 30.4816C30.764 30.48 35.158 26.0954 35.1588 20.6839C35.158 15.272 30.764 10.8866 25.3407 10.8847Z' fill='%23006095'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 56px;
  height: 42px;
}

.icon-4events.american {
  background-image: url("data:image/svg+xml,%3Csvg width='43' height='42' viewBox='0 0 43 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.884521' y='0.153534' width='41.231' height='41.8464' rx='2.76925' fill='%23006FCF'/%3E%3Cpath d='M37.0489 20.1816H40.1697V12.9304H36.7735V13.94L36.131 12.9304H33.1938V14.2154L32.6431 12.9304H27.2276C27.044 12.9304 26.8604 13.0221 26.6769 13.0221C26.4933 13.0221 26.4015 13.1139 26.2179 13.2057C26.0344 13.2975 25.9426 13.2975 25.759 13.3893V12.9304H10.2469L9.78793 14.1236L9.32899 12.9304H5.65748V14.2154L5.10676 12.9304H2.16955L0.884521 16.0511V20.1816H2.99564L3.36279 19.1719H4.09709L4.46424 20.1816H20.6189V19.2637L21.2614 20.1816H25.759V19.6309C25.8508 19.7226 26.0344 19.7226 26.1261 19.8144C26.2179 19.9062 26.4015 19.9062 26.4933 19.998C26.6769 20.0898 26.8604 20.0898 27.044 20.0898H30.3484L30.7155 19.0801H31.4498L31.817 20.0898H36.3146V19.1719L37.0489 20.1816ZM42.0972 29.3604V22.5681H16.8556L16.2131 23.4859L15.5706 22.5681H8.22754V29.8193H15.5706L16.2131 28.9014L16.8556 29.8193H21.445V28.2589H21.2614C21.9039 28.2589 22.4546 28.1671 22.9136 27.9835V29.9111H26.2179V28.9932L26.8604 29.9111H40.5368C41.0875 29.7275 41.6383 29.6357 42.0972 29.3604V29.3604Z' fill='white'/%3E%3Cpath d='M40.5368 27.6164H38.0585V28.6261H40.445C41.4547 28.6261 42.0972 27.9836 42.0972 27.0657C42.0972 26.1478 41.5465 25.6889 40.6286 25.6889H39.5271C39.2518 25.6889 39.0682 25.5053 39.0682 25.2299C39.0682 24.9546 39.2518 24.771 39.5271 24.771H41.6383L42.0972 23.7613H39.6189C38.6093 23.7613 37.9667 24.4038 37.9667 25.2299C37.9667 26.1478 38.5175 26.6068 39.4354 26.6068H40.5368C40.8122 26.6068 40.9957 26.7903 40.9957 27.0657C41.0875 27.4328 40.904 27.6164 40.5368 27.6164V27.6164ZM36.0392 27.6164H33.5609V28.6261H35.9474C36.9571 28.6261 37.5996 27.9836 37.5996 27.0657C37.5996 26.1478 37.0489 25.6889 36.131 25.6889H35.0295C34.7542 25.6889 34.5706 25.5053 34.5706 25.2299C34.5706 24.9546 34.7542 24.771 35.0295 24.771H37.1407L37.5996 23.7613H35.1213C34.1117 23.7613 33.4692 24.4038 33.4692 25.2299C33.4692 26.1478 34.0199 26.6068 34.9378 26.6068H36.0392C36.3146 26.6068 36.4981 26.7903 36.4981 27.0657C36.5899 27.4328 36.3146 27.6164 36.0392 27.6164V27.6164ZM32.8266 24.6792V23.6695H28.9716V28.5343H32.8266V27.5246H30.073V26.515H32.7349V25.5053H30.073V24.5874H32.8266V24.6792ZM26.5851 24.6792C27.044 24.6792 27.2276 24.9546 27.2276 25.2299C27.2276 25.5053 27.044 25.7807 26.5851 25.7807H25.2083V24.5874L26.5851 24.6792ZM25.2083 26.7903H25.759L27.2276 28.5343H28.6044L26.9522 26.6985C27.7783 26.515 28.2373 25.9642 28.2373 25.2299C28.2373 24.3121 27.5947 23.6695 26.5851 23.6695H24.015V28.5343H25.1165L25.2083 26.7903ZM22.2711 25.3217C22.2711 25.6889 22.0875 25.9642 21.6285 25.9642H20.1599V24.6792H21.5368C21.9957 24.6792 22.2711 24.9546 22.2711 25.3217ZM19.0585 23.6695V28.5343H20.1599V26.8821H21.6285C22.6382 26.8821 23.3725 26.2396 23.3725 25.2299C23.3725 24.3121 22.73 23.5778 21.7203 23.5778L19.0585 23.6695ZM17.4063 28.5343H18.7831L16.8556 26.056L18.7831 23.6695H17.4063L16.2131 25.2299L15.0198 23.6695H13.643L15.5706 26.056L13.643 28.4425H15.0198L16.2131 26.8821L17.4063 28.5343ZM13.2759 24.6792V23.6695H9.42078V28.5343H13.2759V27.5246H10.5222V26.515H13.1841V25.5053H10.5222V24.5874H13.2759V24.6792ZM35.5803 16.0512L37.5078 18.9884H38.8846V14.1236H37.7832V17.3362L37.5078 16.8773L35.7638 14.1236H34.2952V18.9884H35.3967V15.684L35.5803 16.0512ZM30.8073 15.9594L31.1745 14.9497L31.5416 15.9594L32.0006 17.0608H30.3484L30.8073 15.9594ZM32.7349 18.9884H33.9281L31.817 14.1236H30.3484L28.2373 18.9884H29.4305L29.8894 17.9787H32.2759L32.7349 18.9884ZM27.5947 18.9884L28.0537 17.9787H27.7783C26.9522 17.9787 26.4933 17.428 26.4933 16.6019V16.5101C26.4933 15.684 26.9522 15.1333 27.7783 15.1333H28.9716V14.1236H27.6865C26.2179 14.1236 25.3918 15.1333 25.3918 16.5101V16.6019C25.3918 18.0705 26.2179 18.9884 27.5947 18.9884V18.9884ZM23.4643 18.9884H24.5657V14.2154H23.4643V18.9884ZM21.0778 15.1333C21.5368 15.1333 21.7203 15.4087 21.7203 15.684C21.7203 15.9594 21.5368 16.2347 21.0778 16.2347H19.701V15.0415L21.0778 15.1333ZM19.701 17.2444H20.2517L21.7203 18.9884H23.0971L21.445 17.1526C22.2711 16.969 22.73 16.4183 22.73 15.684C22.73 14.7661 22.0875 14.1236 21.0778 14.1236H18.5078V18.9884H19.6092L19.701 17.2444ZM17.6817 15.1333V14.1236H13.8266V18.9884H17.6817V17.9787H14.928V16.969H17.5899V15.9594H14.928V15.0415H17.6817V15.1333ZM9.32899 18.9884H10.3387L11.7155 15.0415V18.9884H12.8169V14.1236H10.9812L9.87972 17.428L8.77826 14.1236H6.94251V18.9884H8.04396V15.0415L9.32899 18.9884ZM3.36279 15.9594L3.72994 14.9497L4.09709 15.9594L4.55603 17.0608H2.90385L3.36279 15.9594ZM5.29033 18.9884H6.48357L4.37245 14.1236H2.99564L0.884521 18.9884H2.07776L2.5367 17.9787H4.92318L5.29033 18.9884Z' fill='%23006FCF'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 43px;
  height: 42px;
}


.icon-4events.editar {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='31.0949' height='31.0949' rx='15.5474' fill='url(%23paint0_linear_914_2075)'/%3E%3Cpath d='M8.4397 19.7332V22.7231H11.4292L20.2461 13.9049L17.2567 10.915L8.4397 19.7332ZM22.558 10.4685L20.6926 8.6028C20.5331 8.44334 20.3338 8.37158 20.1266 8.37158C19.9193 8.37158 19.72 8.45131 19.5685 8.6028L18.1097 10.0619L21.0991 13.0518L22.558 11.5927C22.8689 11.2817 22.8689 10.7794 22.558 10.4685Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_914_2075' x1='0.116898' y1='12.8588' x2='33.0822' y2='12.8588' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF5858'/%3E%3Cstop offset='1' stop-color='%23F09819'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 32px;
  height: 32px;
}

.icon-4events.mover {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.313965' width='31.0949' height='31.0949' rx='15.5474' fill='url(%23paint0_linear_914_2078)'/%3E%3Cpath d='M14.1237 13.7452H16.8974V11.6649H18.9777L15.5105 8.19775L12.0434 11.6649H14.1237V13.7452ZM13.4303 14.4386H11.35V12.3583L7.88281 15.8255L11.35 19.2926V17.2124H13.4303V14.4386ZM23.1383 15.8255L19.6711 12.3583V14.4386H17.5908V17.2124H19.6711V19.2926L23.1383 15.8255ZM16.8974 17.9058H14.1237V19.9861H12.0434L15.5105 23.4532L18.9777 19.9861H16.8974V17.9058Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_914_2078' x1='-1.92899e-08' y1='15.998' x2='31.3681' y2='15.998' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%234481EB'/%3E%3Cstop offset='1' stop-color='%2304BEFE'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 32px;
  height: 32px;
}

.icon-4events.ocultar {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.627686' width='31.0949' height='31.0949' rx='15.5474' fill='url(%23paint0_linear_914_2081)'/%3E%3Cpath d='M15.4992 12.1964C17.7397 12.1964 19.5582 14.0149 19.5582 16.2554C19.5582 16.7831 19.4527 17.2783 19.2659 17.741L21.6364 20.1115C22.8622 19.0886 23.8283 17.7654 24.4209 16.2554C23.0165 12.6916 19.5501 10.1669 15.4911 10.1669C14.3545 10.1669 13.2667 10.3699 12.2601 10.7352L14.0136 12.4887C14.4763 12.302 14.9715 12.1964 15.4992 12.1964ZM7.38114 9.98021L9.23205 11.8311L9.60548 12.2046C8.25789 13.2518 7.20254 14.6481 6.56934 16.2554C7.97376 19.8193 11.4402 22.344 15.4992 22.344C16.7575 22.344 17.9589 22.1004 19.0549 21.6621L19.3958 22.003L21.7744 24.3735L22.8054 23.3425L8.41213 8.94922L7.38114 9.98021ZM11.8704 14.4695L13.1287 15.7278C13.0881 15.8983 13.0638 16.0769 13.0638 16.2554C13.0638 17.603 14.1516 18.6909 15.4992 18.6909C15.6778 18.6909 15.8564 18.6665 16.0268 18.6259L17.2851 19.8842C16.7412 20.1521 16.1405 20.3145 15.4992 20.3145C13.2586 20.3145 11.4402 18.496 11.4402 16.2554C11.4402 15.6141 11.6025 15.0134 11.8704 14.4695ZM15.3693 13.8363L17.9265 16.3935L17.9427 16.2636C17.9427 14.916 16.8549 13.8282 15.5073 13.8282L15.3693 13.8363Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_914_2081' x1='-2.49257e-08' y1='16.3117' x2='47.6905' y2='16.3117' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF758C'/%3E%3Cstop offset='1' stop-color='%23FF7EB3'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 32px;
  height: 32px;
}

.icon-4events.remover {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='33' viewBox='0 0 32 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.94165' width='31.0949' height='31.0949' rx='15.5474' fill='url(%23paint0_linear_914_2084)'/%3E%3Cpath d='M21.4444 8.83054H18.3333L17.4444 7.94165H13L12.1111 8.83054H9V10.6083H21.4444V8.83054ZM9.88889 11.4972V22.1639C9.88889 23.1417 10.6889 23.9417 11.6667 23.9417H18.7778C19.7556 23.9417 20.5556 23.1417 20.5556 22.1639V11.4972H9.88889Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_914_2084' x1='-1.92899e-08' y1='16.6257' x2='31.3681' y2='16.6257' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF4F00'/%3E%3Cstop offset='1' stop-color='%23D95D24'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 32px;
  height: 32px;
}

.icon-4events.save-data {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AYht+mikUrCnYQcchQnSyIijhqFYpQIdQKrTqYXPoHTRqSFBdHwbXg4M9i1cHFWVcHV0EQ/AFxdHJSdJESv0sKLWK847iH97735e47QKiXmWZ1jAOabpupRFzMZFfFrlcEEUI/zR6ZWcacJCXhO77uEeD7XYxn+df9OXrVnMWAgEg8ywzTJt4gnt60Dc77xBFWlFXic+Ixky5I/Mh1xeM3zgWXBZ4ZMdOpeeIIsVhoY6WNWdHUiKeIo6qmU76Q8VjlvMVZK1dZ8578heGcvrLMdVrDSGARS5AgQkEVJZRhI0a7ToqFFJ3HffxDrl8il0KuEhg5FlCBBtn1g//B795a+ckJLykcBzpfHOdjBOjaBRo1x/k+dpzGCRB8Bq70lr9SB2Y+Sa+1tOgR0LcNXFy3NGUPuNwBBp8M2ZRdKUhLyOeB9zP6piwwcAt0r3l9a57j9AFIU6+SN8DBITBaoOx1n3eH2vv2b02zfz/2JHJ11l+D+wAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAN1wAADdcBQiibeAAAAAd0SU1FB+YDCBIMLuEcNd0AAAFYSURBVFjD7ZexLgRRFIb/WQpRLDbZKDQkq/QCW/AEaoRNRK/gCTR6vTcQjUKodMIKkZCoFFqJiK1YsT7NFde1O3N3NnenMCeZTDLnP+f/z5l7z52JAGVpBWVsuYBcwL8RMCVpQ1LFdUR9mAMTkurmfi9pup8dGJZ0YMgl6W+1QKirAOzzY69A1cWFFLBtkX8CK+1wocgXDOm3bXXChiCvAm8W+R4QpRGwCJyYanzJJ4FHi/wMGIqLiUv2YpK0gFUP8iJwa5E/AONJcXHOIytZC6jFYAeAQwvfAGZ8upZU0bmV9KPTSgZ2HNy872tLAowAdSf5soNZ47etd7NofUCjwIUjYsn4ZoGm5dvtdtf4AkvAtUX0DmwCz9azY2AwlAABY8AV7e3OdEohBQgoAzcO+RNQSTu40gSVrf3eBOZ6mZxpvwdKkmqSTiVd9nJeR/mPSS4gF5C1gC+sRKAZV2qfKQAAAABJRU5ErkJggg==");
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 4px;
  background-position-y: 30px;
  background-size: 16px 16px;
}

.barra-edicao {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  height: 60px;
  position: fixed;
  z-index: 100;

  background-color: #ff4f00;
  color: white;
}

.barra-edicao > * {
  justify-content: center;
}

.barra-edicao > .texto-centralizar {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}

.barra-edicao > .botao-lateral {
  margin: auto;
}

.btn-voltar-painel, .btn-visualizar-alteracoes {
  background-color: rgba(64, 64, 64, 0.5);
  padding: 2px 20px 2px 20px;
  border-radius: 20px;
  color: white;
  cursor: pointer;
  transition-duration: .5s;
  transition-property: background-color;
}

.btn-voltar-painel:hover, .btn-visualizar-alteracoes:hover {
  background-color: rgba(24, 24, 24, 0.7);
  transition-duration: .5s;
  transition-property: background-color;
}

.text-visual {
  padding-top: 20px;
  margin: 0;
}

.location-group {
  width: 50%;
}

.subscribe-group {
  width: 50%;
}

@media (max-width: 1030px) {
  .admin-buttons {
    position: absolute;
    right: 15px;
    left: unset;
    margin: 0;
  }

  .just-mobile {
    display: block;
  }

  .bg-blur-100 {
    height: calc(100vw/2 - 66px);
  }

  .container-banner {
    height: calc(100vw/2 - 66px);
  }

  .banner-evento {
    height: calc(100vw/2);
  }

  .dropifile-banner {
    height: calc(100vw/2);
  }

  .border-dropifile {
    height: calc((100vw/2) - 30px);
    left: calc(1vw * 1.6);
  }

  .redes-sociais-fixed {
    position: unset;
    margin: 30px 10px;
    text-align: center;
    border-radius: 22px;
    padding: 10px 10px 10px 10px;
    box-shadow: 0 2.7px 22.5px 0 rgba(0, 0, 0, 0.25);
  }

  .redes-sociais {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .redes-sociais li {
    display: flex;
    position: relative;
    padding: 0 15px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .redes-sociais a {
    align-self: center;
    padding: 10px 5px 0px 5px;
  }

  .bloco {
    margin: 30px 10px;
    width: auto;
  }

  .btn-4e {
    padding: 6px 10px;
  }

  .text-header .text {
    line-height: 1.6;
    font-size: 14px;
  }

  .text-title h1.title {
    font-size: 22px;
    text-align: justify;
  }

  .text-title h2.title {
    font-size: 20px;
  }

  .text-body {
    padding: 0;
  }

  .location-item.b-radius {
    font-size: 17.3px;
  }

  .section-footer-fixed .bloco-filho {
    width: 100%;
  }
}

@media (max-width: 835px) {

  .barra-edicao > .texto-centralizar {
    width: 100%;
  }

  .barra-edicao > .botao-lateral {
    display: none;
  }

  .just-desktop {
    display: none;
  }

  .location-group {
    margin: 0 auto;
  }

  .location-item {
    padding: 10px 15px;
  }

  .subscribe-group {
    border-radius: 0px 0px 22px 22px;
    padding: 15px 20px 20px 20px;
    margin-top: 15px;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: unset;
    max-width: unset;
  }

  .bloco-style {
    padding: 20px;
  }

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

@media (max-width: 525px) {

  .select-palestrantes,
  .input-palestrantes {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .input-palestrantes {
    margin-bottom: 15px;
  }

  .location-item.bg-none {
    display: none;
  }

  .location-item.b-radius {
    font-size: 12px !important;
  }

  .location-item.b-radius .text {
    line-height: 1;
    padding: 14px 0;
  }

  .location-item.b-radius .ico {
    padding-top: 2px;
  }

  .location-item {
    padding: 0px 10px;
  }

  .text-title h1.title {
    text-align: center;
  }

  .location-group.bloco-filho {
    margin-left: -10px;
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
  }
}

.footer-area {
  visibility: hidden;
  margin-top: -260px;
}

.go-top{
  display: none;
}

/* bloqueio menu antigo */
.navbar-style-two {
  display: none;
}

input[type="date"]::-webkit-input-placeholder {
  visibility: hidden !important;
}

input::-webkit-calendar-picker-indicator {
  display: none;
}

.wrapper-admin-bloq {
  padding-top: 20px;
  min-height: calc(100vh - 216px);
}

#wButtonPrevmedia-list {
  left: 0 !important;
}

#wButtonNextmedia-list {
    right: 0 !important;
}

.location-item .text {
  letter-spacing: .5px;
}

@media (min-width: 43.75em) {
  #media-list > .tns-item {
    width: 550px;
    padding: 0 7.5px;
  }
}

#media-list > .tns-item {
  text-align: center;
  display: inline-flex;
  align-items: center;
}

/* PROGRAMACAO / AGENDA */

/* blocos gerais */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;700&family=Roboto:ital,wght@0,400;0,500;1,400;1,500&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;1,400;1,500&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;1,400;1,700&display=swap");

/*.super-body *,
.super-body *::before,
.super-body *::after {
  box-sizing: border-box;
  margin: 0;

  color: #353535;
}*/

.suber-body * {
  font-family: "Titillium Web", sans-serif;
}

.super-body ul {
  list-style-type: none;
}

.super-body .b-radius {
  border-radius: 18px;
}

.nav-schedule, .nav-subdivision {
  cursor: pointer;
}

.super-body .d-title {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 43px;
  color: #353535;
}

.super-body .d-text {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.important-text {
  color: #f19826;
}

.bloco {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 998.8px;
  margin: 0 100px;
}

/* bloqueio menu antigo */
.navbar-style-two {
  display: none;
}

/* bloqueio footer antigo */
.footer-area {
  display: none;
  visibility: hidden;
  margin-top: -260px;
}

.go-top {
  display: none;
}

/* para telas com width <= 1037 */
@media (max-width: 1037px) {
  .bloco {
    margin: 30px 10px;
    width: auto;
  }
}

/* fim blocos gerais */

/* icones */

.icon-4events {
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-4events.calendar {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='22' viewBox='0 0 20 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.0001 2.33276H17.037V0.451904H15.1108V2.33276H5.47946V0.451904H3.55321V2.33276H2.59008C1.53063 2.33276 0.663818 3.17915 0.663818 4.21362V19.2605C0.663818 20.295 1.53063 21.1413 2.59008 21.1413H18.0001C19.0596 21.1413 19.9264 20.295 19.9264 19.2605V4.21362C19.9264 3.17915 19.0596 2.33276 18.0001 2.33276ZM18.0001 19.2605H2.59008V7.03491H18.0001V19.2605Z' fill='black'/%3E%3C/svg%3E");
  width: 20px;
  height: 22px;
}

.icon-4events.localization {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='19' height='25' viewBox='0 0 19 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 12.625a2.382 2.382 0 0 1-2.375-2.375A2.382 2.382 0 0 1 9.5 7.875a2.382 2.382 0 0 1 2.375 2.375A2.382 2.382 0 0 1 9.5 12.625zm7.125-2.137c0-4.311-3.147-7.363-7.125-7.363s-7.125 3.052-7.125 7.363c0 2.778 2.316 6.46 7.125 10.853 4.81-4.393 7.125-8.075 7.125-10.854zM9.5.75c4.988 0 9.5 3.824 9.5 9.738 0 3.942-3.17 8.609-9.5 14.012C3.17 19.097 0 14.43 0 10.488 0 4.574 4.513.75 9.5.75z' fill='%23353535'/%3E%3C/svg%3E");
  width: 19px;
  height: 25px;
}

.icon-4events.arrow-menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='23' height='13' viewBox='0 0 23 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.2922 0.0873741C15.7813 0.320224 15.5414 0.949274 15.7739 1.44665C15.8343 1.57596 16.4723 2.25002 17.6358 3.41388C18.6093 4.38763 19.4058 5.20103 19.4058 5.22149C19.4058 5.2419 15.2065 5.25863 10.074 5.25863H0.742335L0.526229 5.37308C0.193882 5.54912 0.0226835 5.82973 0.00214168 6.23218C-0.018155 6.62981 0.105145 6.91361 0.400526 7.14946L0.588933 7.29988L9.99734 7.31257C15.172 7.3195 19.4058 7.34178 19.4058 7.362C19.4058 7.38222 18.6003 8.20654 17.6158 9.19381C15.6838 11.1314 15.642 11.1842 15.6915 11.6248C15.7245 11.9185 15.935 12.265 16.1785 12.4267C16.4524 12.6086 16.9051 12.6407 17.1791 12.4976C17.4228 12.3703 22.7958 6.97097 22.9143 6.73423C23.0349 6.49336 23.0272 6.07286 22.8976 5.82427C22.7477 5.53653 17.3756 0.168778 17.1399 0.0711424C16.8968 -0.0295921 16.5335 -0.0226075 16.2922 0.0873741Z' fill='%23353535'/%3E%3C/svg%3E");
  width: 23px;
  height: 13px;
}

.icon-4events.mask {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='23' height='16' viewBox='0 0 23 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.8699 0.0619718C10.4195 0.155832 10.0366 0.323 9.07582 0.845382C7.87968 1.49569 6.99596 1.92212 5.95718 2.35022C5.16262 2.67766 3.41975 3.30112 3.29899 3.30112C3.2714 3.30112 2.96723 3.11993 2.62299 2.89851C1.86831 2.41304 1.72225 2.3553 1.30528 2.37753C0.773403 2.40596 0.340454 2.70199 0.104063 3.19892L0 3.41763V5.95754C0 8.34399 0.00517612 8.51139 0.0857886 8.72772C0.231035 9.11775 0.448793 9.30486 1.69057 10.1071L2.85812 10.8612V11.1774C2.85812 11.5845 2.99239 12.0336 3.20119 12.3248C3.40427 12.6081 3.89546 13.0317 4.56849 13.5042C6.36708 14.767 8.25943 15.5499 10.3973 15.9158C11.0558 16.0285 12.308 16.028 13.0303 15.9146C15.1694 15.579 17.2179 14.6198 19.0215 13.109C19.3106 12.8669 19.6131 12.591 19.6936 12.4961C19.9402 12.2053 20.102 11.7869 20.1297 11.3686L20.1541 11.0008L21.2989 10.2618C21.9286 9.8553 22.5135 9.45325 22.5988 9.36834C22.684 9.28347 22.8092 9.10521 22.8769 8.97221L23 8.73047V6.07405V3.41763L22.8959 3.19892C22.6595 2.70199 22.2266 2.40596 21.6947 2.37753C21.2772 2.35525 21.132 2.41286 20.37 2.90299L19.7372 3.31007L19.1181 3.06727C17.7232 2.52014 16.1639 1.83254 14.9432 1.22632C13.025 0.2736 12.8012 0.175639 12.2856 0.0625311C11.9065 -0.0206101 11.2675 -0.0208898 10.8699 0.0619718ZM2.0759 3.42411C2.34523 3.59431 2.63136 3.77462 2.71184 3.82486L2.85812 3.9162V6.942V9.96785L2.73434 9.89888C2.66624 9.86089 2.21741 9.572 1.73684 9.25686C1.05071 8.8069 0.845329 8.64901 0.78038 8.5215C0.703233 8.37008 0.697652 8.19998 0.697742 6.00489C0.697787 3.85655 0.704673 3.63649 0.776509 3.48847C0.889618 3.25531 1.11431 3.11471 1.37365 3.11471C1.55662 3.11471 1.65456 3.15786 2.0759 3.42411ZM21.9873 3.21957C22.0689 3.27726 22.1735 3.39783 22.2198 3.48754C22.2994 3.64184 22.3033 3.78394 22.2919 6.12066C22.2798 8.59024 22.2798 8.59071 22.1796 8.73616C22.1185 8.82489 21.7103 9.12022 21.1329 9.49347C20.6123 9.82995 20.1763 10.1053 20.1641 10.1053C20.1519 10.1053 20.1419 8.71584 20.1419 7.01764V3.93L20.4232 3.74717C21.3336 3.15544 21.4112 3.11471 21.628 3.11471C21.7728 3.11471 21.8855 3.14761 21.9873 3.21957ZM6.32387 6.25804C9.701 7.36139 13.4506 7.3366 16.9208 6.18791C17.2367 6.08333 17.4997 6.00447 17.5052 6.01263C17.5393 6.06329 17.7113 6.58306 17.7113 6.63563C17.7113 6.67678 17.4863 6.7746 17.0801 6.91003C13.7923 8.0062 10.3022 8.11022 6.92264 7.21277C6.16625 7.01191 5.28865 6.70563 5.28865 6.64248C5.28865 6.61181 5.3342 6.45429 5.38992 6.29244C5.47553 6.04362 5.5051 6.00177 5.58121 6.02148C5.63072 6.0343 5.96492 6.14074 6.32387 6.25804ZM6.32387 9.61352C9.701 10.7169 13.4506 10.6921 16.9208 9.54338C17.2367 9.4388 17.4997 9.35995 17.5052 9.3681C17.5393 9.41876 17.7113 9.93853 17.7113 9.9911C17.7113 10.0323 17.4863 10.1301 17.0801 10.2655C13.7923 11.3617 10.3022 11.4657 6.92264 10.5682C6.16625 10.3674 5.28865 10.0611 5.28865 9.99796C5.28865 9.96729 5.3342 9.80977 5.38992 9.64791C5.47553 9.3991 5.5051 9.35725 5.58121 9.37696C5.63072 9.38978 5.96492 9.49622 6.32387 9.61352Z' fill='%23353535'/%3E%3C/svg%3E");
  width: 23px;
  height: 16px;
}

.icon-4events.left-arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='31' viewBox='0 0 16 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.4507 0.607115C14.7208 -0.202372 13.544 -0.202372 12.8141 0.607115L0.435703 14.3353C-0.145236 14.9796 -0.145236 16.0204 0.435703 16.6647L12.8141 30.3929C13.544 31.2024 14.7208 31.2024 15.4507 30.3929C16.1806 29.5834 16.1806 28.2783 15.4507 27.4688L4.66612 15.4917L15.4656 3.51466C16.1806 2.72169 16.1806 1.40008 15.4507 0.607115Z' fill='%23D9D9D9'/%3E%3C/svg%3E");
  width: 16px;
  height: 31px;
}

.icon-4events.right-arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='31' viewBox='0 0 16 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.549299 30.3929C1.27919 31.2024 2.45597 31.2024 3.18586 30.3929L15.5643 16.6647C16.1452 16.0204 16.1452 14.9796 15.5643 14.3353L3.18586 0.607114C2.45596 -0.202371 1.27919 -0.202371 0.549298 0.607114C-0.180597 1.4166 -0.180597 2.72169 0.549298 3.53117L11.3339 15.5083L0.534403 27.4853C-0.180598 28.2783 -0.180597 29.5999 0.549299 30.3929Z' fill='%23D9D9D9'/%3E%3C/svg%3E");
  width: 16px;
  height: 31px;
}

.icon-4events.right-arrow-orange {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='6' height='8' viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.924316 7.07294L3.83794 4.0678L0.924316 1.06265L1.8213 0.139497L5.63827 4.0678L1.8213 7.99609L0.924316 7.07294Z' fill='url(%23paint0_linear_933_2539)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_933_2539' x1='3.64957' y1='4.0678' x2='3.64957' y2='7.99609' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F1941E'/%3E%3Cstop offset='1' stop-color='%23FF5858'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  width: 6px;
  height: 8px;
}

.icon-4events.plus {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.53467 1.31583C8.53467 0.739055 9.00224 0.271484 9.57901 0.271484V0.271484C10.1558 0.271484 10.6234 0.739054 10.6234 1.31583V18.0254C10.6234 18.6022 10.1558 19.0697 9.57901 19.0697V19.0697C9.00224 19.0697 8.53467 18.6022 8.53467 18.0254V1.31583Z' fill='url(%23paint0_linear_887_2614)'/%3E%3Cpath d='M0.179932 9.6713C0.179932 9.09452 0.647501 8.62695 1.22428 8.62695H17.9338C18.5106 8.62695 18.9782 9.09452 18.9782 9.6713V9.6713C18.9782 10.2481 18.5106 10.7156 17.9338 10.7156H1.22428C0.647502 10.7156 0.179932 10.2481 0.179932 9.6713V9.6713Z' fill='url(%23paint1_linear_887_2614)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_887_2614' x1='9.57901' y1='11.1392' x2='8.53467' y2='11.1392' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F1941E'/%3E%3Cstop offset='1' stop-color='%23FF5858'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_887_2614' x1='9.57905' y1='9.83448' x2='0.179932' y2='9.83448' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F1941E'/%3E%3Cstop offset='1' stop-color='%23FF5858'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  width: 20px;
  height: 19px;
}

.icon-4events.less {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='21' height='3' viewBox='0 0 21 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.1503 0.241785C1.48701 0.241785 0.949305 0.779491 0.949305 1.44278C0.949305 2.10608 1.48701 2.64378 2.1503 2.64378H18.8599C19.5231 2.64378 20.0609 2.10608 20.0609 1.44278C20.0609 0.779491 19.5231 0.241785 18.8599 0.241785H2.1503Z' fill='white' stroke='white' stroke-width='0.313304' stroke-linecap='round'/%3E%3C/svg%3E");
  width: 21px;
  height: 3px;
}

.icon-4events.cloud {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='19' height='14' viewBox='0 0 19 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.3188 5.285C14.7804 2.26625 12.3817 0 9.5 0C7.21208 0 5.225 1.435 4.23542 3.535C1.8525 3.815 0 6.04625 0 8.75C0 11.6462 2.12958 14 4.75 14H15.0417C17.2267 14 19 12.04 19 9.625C19 7.315 17.3771 5.4425 15.3188 5.285ZM13.4583 7.875L9.5 12.25L5.54167 7.875H7.91667V4.375H11.0833V7.875H13.4583Z' fill='white'/%3E%3C/svg%3E");
  width: 19px;
  height: 14px;
}

/* icones especificos metodos de pagamento */

.icon-4events.visa {
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='42' viewBox='0 0 56 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.0368652' y='0.153839' width='55.385' height='41.5387' rx='2.76925' fill='%23224DBA'/%3E%3Cpath d='M22.3985 13.9453L16.5977 27.7855H12.8131L9.95844 16.7404C9.78514 16.0601 9.63444 15.8108 9.10737 15.5242C8.24683 15.0574 6.82575 14.6194 5.57544 14.3475L5.66036 13.9453H11.7524C12.529 13.9453 13.2271 14.4622 13.4034 15.3565L14.911 23.3651L18.637 13.9451H22.3985V13.9453ZM37.2273 23.2668C37.2426 19.6139 32.1762 19.4127 32.2111 17.7809C32.2219 17.2843 32.6948 16.7563 33.7298 16.6215C34.2428 16.5544 35.6562 16.5032 37.2594 17.2409L37.8882 14.306C37.0268 13.9933 35.9184 13.6924 34.5393 13.6924C31.0005 13.6924 28.51 15.5736 28.489 18.2674C28.4662 20.2599 30.2666 21.3717 31.6231 22.0338C33.0185 22.7118 33.4868 23.1475 33.4815 23.7539C33.4715 24.6823 32.3685 25.0922 31.3376 25.1083C29.5381 25.136 28.4938 24.6214 27.6615 24.2344L27.0125 27.2665C27.8491 27.6502 29.3932 27.9851 30.994 28.0019C34.7553 28.0019 37.2158 26.144 37.2273 23.2668ZM46.5721 27.7855H49.8834L46.993 13.9453H43.9367C43.2495 13.9453 42.6698 14.3455 42.4132 14.9607L37.0406 27.7855H40.8001L41.5464 25.7182H46.1399L46.5721 27.7855ZM42.5772 22.8816L44.4617 17.6852L45.5463 22.8816H42.5772ZM27.514 13.9453L24.5535 27.7855H20.9733L23.935 13.9453H27.514V13.9453Z' fill='white'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 56px;
  height: 42px;
}

.icon-4events.mastercard {
  background-image: url("data:image/svg+xml,%3Csvg width='57' height='42' viewBox='0 0 57 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.652832' width='55.385' height='41.5387' rx='2.76925' fill='%23353A48'/%3E%3Cpath d='M33.5892 11.4597H23.0029V30.4836H33.5892V11.4597Z' fill='%23FF5F00'/%3E%3Cpath d='M23.6731 20.971C23.6714 19.1388 24.0866 17.3303 24.8871 15.6824C25.6877 14.0344 26.8528 12.5902 28.294 11.459C26.5092 10.0561 24.3657 9.18368 22.1085 8.94141C19.8513 8.69915 17.5715 9.09682 15.5297 10.089C13.4878 11.0812 11.7663 12.6278 10.5619 14.5521C9.35745 16.4765 8.71875 18.7008 8.71875 20.971C8.71875 23.2411 9.35745 25.4655 10.5619 27.3898C11.7663 29.3141 13.4878 30.8608 15.5297 31.8529C17.5715 32.8451 19.8513 33.2428 22.1085 33.0005C24.3657 32.7583 26.5092 31.8858 28.294 30.4829C26.8528 29.3518 25.6878 27.9075 24.8872 26.2596C24.0866 24.6116 23.6714 22.8031 23.6731 20.971V20.971Z' fill='%23EB001B'/%3E%3Cpath d='M47.8711 20.971C47.8711 23.2411 47.2325 25.4654 46.0282 27.3898C44.8238 29.3141 43.1023 30.8607 41.0605 31.8529C39.0187 32.8451 36.7389 33.2428 34.4818 33.0005C32.2246 32.7583 30.0811 31.8858 28.2964 30.4829C29.7364 29.3506 30.9005 27.9062 31.701 26.2585C32.5014 24.6108 32.9173 22.8028 32.9173 20.971C32.9173 19.1391 32.5014 17.3312 31.701 15.6835C30.9005 14.0358 29.7364 12.5913 28.2964 11.459C30.0811 10.0561 32.2246 9.18367 34.4818 8.94141C36.7389 8.69915 39.0187 9.09684 41.0605 10.089C43.1023 11.0812 44.8238 12.6279 46.0282 14.5522C47.2325 16.4765 47.8711 18.7008 47.8711 20.971V20.971Z' fill='%23F79E1B'/%3E%3Cpath d='M46.7165 28.4708V28.0813H46.8736V28.002H46.4736V28.0813H46.6307V28.4708H46.7165ZM47.493 28.4708V28.0012H47.3705L47.2294 28.3242L47.0884 28.0012H46.9657V28.4708H47.0523V28.1166L47.1845 28.422H47.2743L47.4065 28.1158V28.4708H47.493Z' fill='%23F79E1B'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 57px;
  height: 42px;
}

.icon-4events.american {
  background-image: url("data:image/svg+xml,%3Csvg width='43' height='42' viewBox='0 0 43 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.884521' y='0.153534' width='41.231' height='41.8464' rx='2.76925' fill='%23006FCF'/%3E%3Cpath d='M37.0489 20.1816H40.1697V12.9304H36.7735V13.94L36.131 12.9304H33.1938V14.2154L32.6431 12.9304H27.2276C27.044 12.9304 26.8604 13.0221 26.6769 13.0221C26.4933 13.0221 26.4015 13.1139 26.2179 13.2057C26.0344 13.2975 25.9426 13.2975 25.759 13.3893V12.9304H10.2469L9.78793 14.1236L9.32899 12.9304H5.65748V14.2154L5.10676 12.9304H2.16955L0.884521 16.0511V20.1816H2.99564L3.36279 19.1719H4.09709L4.46424 20.1816H20.6189V19.2637L21.2614 20.1816H25.759V19.6309C25.8508 19.7226 26.0344 19.7226 26.1261 19.8144C26.2179 19.9062 26.4015 19.9062 26.4933 19.998C26.6769 20.0898 26.8604 20.0898 27.044 20.0898H30.3484L30.7155 19.0801H31.4498L31.817 20.0898H36.3146V19.1719L37.0489 20.1816ZM42.0972 29.3604V22.5681H16.8556L16.2131 23.4859L15.5706 22.5681H8.22754V29.8193H15.5706L16.2131 28.9014L16.8556 29.8193H21.445V28.2589H21.2614C21.9039 28.2589 22.4546 28.1671 22.9136 27.9835V29.9111H26.2179V28.9932L26.8604 29.9111H40.5368C41.0875 29.7275 41.6383 29.6357 42.0972 29.3604V29.3604Z' fill='white'/%3E%3Cpath d='M40.5368 27.6164H38.0585V28.6261H40.445C41.4547 28.6261 42.0972 27.9836 42.0972 27.0657C42.0972 26.1478 41.5465 25.6889 40.6286 25.6889H39.5271C39.2518 25.6889 39.0682 25.5053 39.0682 25.2299C39.0682 24.9546 39.2518 24.771 39.5271 24.771H41.6383L42.0972 23.7613H39.6189C38.6093 23.7613 37.9667 24.4038 37.9667 25.2299C37.9667 26.1478 38.5175 26.6068 39.4354 26.6068H40.5368C40.8122 26.6068 40.9957 26.7903 40.9957 27.0657C41.0875 27.4328 40.904 27.6164 40.5368 27.6164V27.6164ZM36.0392 27.6164H33.5609V28.6261H35.9474C36.9571 28.6261 37.5996 27.9836 37.5996 27.0657C37.5996 26.1478 37.0489 25.6889 36.131 25.6889H35.0295C34.7542 25.6889 34.5706 25.5053 34.5706 25.2299C34.5706 24.9546 34.7542 24.771 35.0295 24.771H37.1407L37.5996 23.7613H35.1213C34.1117 23.7613 33.4692 24.4038 33.4692 25.2299C33.4692 26.1478 34.0199 26.6068 34.9378 26.6068H36.0392C36.3146 26.6068 36.4981 26.7903 36.4981 27.0657C36.5899 27.4328 36.3146 27.6164 36.0392 27.6164V27.6164ZM32.8266 24.6792V23.6695H28.9716V28.5343H32.8266V27.5246H30.073V26.515H32.7349V25.5053H30.073V24.5874H32.8266V24.6792ZM26.5851 24.6792C27.044 24.6792 27.2276 24.9546 27.2276 25.2299C27.2276 25.5053 27.044 25.7807 26.5851 25.7807H25.2083V24.5874L26.5851 24.6792ZM25.2083 26.7903H25.759L27.2276 28.5343H28.6044L26.9522 26.6985C27.7783 26.515 28.2373 25.9642 28.2373 25.2299C28.2373 24.3121 27.5947 23.6695 26.5851 23.6695H24.015V28.5343H25.1165L25.2083 26.7903ZM22.2711 25.3217C22.2711 25.6889 22.0875 25.9642 21.6285 25.9642H20.1599V24.6792H21.5368C21.9957 24.6792 22.2711 24.9546 22.2711 25.3217ZM19.0585 23.6695V28.5343H20.1599V26.8821H21.6285C22.6382 26.8821 23.3725 26.2396 23.3725 25.2299C23.3725 24.3121 22.73 23.5778 21.7203 23.5778L19.0585 23.6695ZM17.4063 28.5343H18.7831L16.8556 26.056L18.7831 23.6695H17.4063L16.2131 25.2299L15.0198 23.6695H13.643L15.5706 26.056L13.643 28.4425H15.0198L16.2131 26.8821L17.4063 28.5343ZM13.2759 24.6792V23.6695H9.42078V28.5343H13.2759V27.5246H10.5222V26.515H13.1841V25.5053H10.5222V24.5874H13.2759V24.6792ZM35.5803 16.0512L37.5078 18.9884H38.8846V14.1236H37.7832V17.3362L37.5078 16.8773L35.7638 14.1236H34.2952V18.9884H35.3967V15.684L35.5803 16.0512ZM30.8073 15.9594L31.1745 14.9497L31.5416 15.9594L32.0006 17.0608H30.3484L30.8073 15.9594ZM32.7349 18.9884H33.9281L31.817 14.1236H30.3484L28.2373 18.9884H29.4305L29.8894 17.9787H32.2759L32.7349 18.9884ZM27.5947 18.9884L28.0537 17.9787H27.7783C26.9522 17.9787 26.4933 17.428 26.4933 16.6019V16.5101C26.4933 15.684 26.9522 15.1333 27.7783 15.1333H28.9716V14.1236H27.6865C26.2179 14.1236 25.3918 15.1333 25.3918 16.5101V16.6019C25.3918 18.0705 26.2179 18.9884 27.5947 18.9884V18.9884ZM23.4643 18.9884H24.5657V14.2154H23.4643V18.9884ZM21.0778 15.1333C21.5368 15.1333 21.7203 15.4087 21.7203 15.684C21.7203 15.9594 21.5368 16.2347 21.0778 16.2347H19.701V15.0415L21.0778 15.1333ZM19.701 17.2444H20.2517L21.7203 18.9884H23.0971L21.445 17.1526C22.2711 16.969 22.73 16.4183 22.73 15.684C22.73 14.7661 22.0875 14.1236 21.0778 14.1236H18.5078V18.9884H19.6092L19.701 17.2444ZM17.6817 15.1333V14.1236H13.8266V18.9884H17.6817V17.9787H14.928V16.969H17.5899V15.9594H14.928V15.0415H17.6817V15.1333ZM9.32899 18.9884H10.3387L11.7155 15.0415V18.9884H12.8169V14.1236H10.9812L9.87972 17.428L8.77826 14.1236H6.94251V18.9884H8.04396V15.0415L9.32899 18.9884ZM3.36279 15.9594L3.72994 14.9497L4.09709 15.9594L4.55603 17.0608H2.90385L3.36279 15.9594ZM5.29033 18.9884H6.48357L4.37245 14.1236H2.99564L0.884521 18.9884H2.07776L2.5367 17.9787H4.92318L5.29033 18.9884Z' fill='%23006FCF'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 43px;
  height: 42px;
}

.icon-4events.elo {
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='42' viewBox='0 0 56 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.268555' y='-3.05176e-05' width='55.385' height='41.5387' rx='2.76925' fill='%23231F20'/%3E%3Cpath d='M4.57617 32.0003H51.4585V9.84632H4.57617V32.0003Z' fill='%23231F20'/%3E%3Cpath d='M14.2368 16.6318C14.687 16.4815 15.1684 16.4005 15.6694 16.4005C17.8547 16.4005 19.6791 17.9526 20.097 20.0159L23.1947 19.3841C22.4838 15.8779 19.3852 13.2393 15.6694 13.2393C14.8179 13.2393 14 13.378 13.2346 13.6337L14.2368 16.6318Z' fill='%23FFCB04'/%3E%3Cpath d='M10.5811 26.6711L12.6759 24.3028C11.7407 23.4743 11.1509 22.2653 11.1509 20.9184C11.1509 19.5724 11.74 18.364 12.6746 17.5365L10.5793 15.168C8.99139 16.5749 7.98926 18.63 7.98926 20.9184C7.98926 23.2083 8.99179 25.2641 10.5811 26.6711Z' fill='%2300A4E0'/%3E%3Cpath d='M20.096 21.825C19.6765 23.887 17.8538 25.4361 15.6693 25.4361C15.1679 25.4361 14.6853 25.3554 14.2354 25.2041L13.2319 28.2034C13.9973 28.4589 14.8169 28.5972 15.6693 28.5972C19.3816 28.5972 22.4796 25.9629 23.1934 22.46L20.096 21.825Z' fill='%23EF4023'/%3E%3Cpath d='M32.0937 23.4683C32.0927 23.4691 32.0921 23.4699 32.0913 23.4707L32.0031 23.4113C31.7494 23.8231 31.3537 24.1565 30.854 24.3732C29.9036 24.7865 29.0229 24.6803 28.3903 24.1254L28.3322 24.2139C28.3315 24.2129 28.3313 24.2121 28.3304 24.2121L27.2518 25.8258C27.5195 26.012 27.807 26.1695 28.109 26.2955C29.3005 26.7904 30.5197 26.7676 31.7207 26.2453C32.5894 25.8689 33.2709 25.2947 33.7369 24.5671L32.0937 23.4683ZM28.7264 19.4869C27.7227 19.9183 27.2053 20.8597 27.3117 21.9637L31.5636 20.1337C30.8324 19.2746 29.8808 18.9898 28.7264 19.4869ZM25.9035 24.4027C25.802 24.2383 25.6641 23.9752 25.581 23.7818C25.0904 22.643 25.0669 21.4645 25.4812 20.333C25.9367 19.0923 26.8068 18.1424 27.9309 17.6587C29.3443 17.0505 30.9074 17.1704 32.2621 17.9741C33.1227 18.4679 33.7326 19.2301 34.1959 20.3079C34.2549 20.4458 34.3067 20.5932 34.3574 20.7185L25.9035 24.4027Z' fill='white'/%3E%3Cpath d='M37.3124 15.2822V24.2538L38.7072 24.8192L37.9147 26.6685L36.3751 26.0273C36.0296 25.8777 35.7943 25.6488 35.6162 25.3902C35.446 25.1266 35.3186 24.7651 35.3186 24.2783V15.2822H37.3124Z' fill='white'/%3E%3Cpath d='M40.9257 21.9682C40.9266 21.2042 41.2637 20.5192 41.7976 20.0536L40.3667 18.4579C39.3961 19.3159 38.7848 20.5694 38.7837 21.9661C38.7821 23.3632 39.3926 24.6182 40.3621 25.4783L41.7915 23.881C41.2603 23.4135 40.9251 22.7304 40.9257 21.9682Z' fill='white'/%3E%3Cpath d='M43.4684 24.5143C43.1866 24.5135 42.9153 24.467 42.6622 24.3827L41.9788 26.4147C42.4458 26.5716 42.9461 26.6569 43.4662 26.6577C45.7321 26.6599 47.6241 25.0521 48.0624 22.9149L45.9618 22.4859C45.7228 23.6447 44.6972 24.5153 43.4684 24.5143Z' fill='white'/%3E%3Cpath d='M43.4746 17.2829C42.9551 17.2823 42.4551 17.3668 41.9885 17.5221L42.6659 19.5558C42.9197 19.472 43.191 19.4257 43.4724 19.4257C44.7041 19.4268 45.7305 20.3026 45.9638 21.4644L48.0646 21.0383C47.6325 18.8981 45.7422 17.2845 43.4746 17.2829Z' fill='white'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 56px;
  height: 42px;
}

.icon-4events.dinner {
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='42' viewBox='0 0 56 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.346436' y='0.153534' width='55.385' height='41.5387' rx='2.76925' fill='%23006095'/%3E%3Cpath d='M30.3626 31.4057C36.2255 31.4342 41.5773 26.6346 41.5773 20.7957C41.5773 14.4111 36.2255 9.99793 30.3626 9.99976H25.317C19.3839 9.99793 14.5002 14.4121 14.5002 20.7957C14.5002 26.6359 19.3839 31.4342 25.317 31.4057H30.3626Z' fill='white'/%3E%3Cpath d='M27.5675 26.4813V14.8874C29.9029 15.7813 31.5607 18.0376 31.5646 20.6839C31.5607 23.3308 29.9029 25.5858 27.5675 26.4813ZM19.1186 20.6839C19.1238 18.0391 20.779 15.7842 23.113 14.8876V26.4789C20.779 25.5831 19.1238 23.3295 19.1186 20.6839ZM25.3407 10.8847C19.9192 10.8866 15.526 15.272 15.5247 20.6839C15.526 26.0954 19.9192 30.48 25.3407 30.4816C30.764 30.48 35.158 26.0954 35.1588 20.6839C35.158 15.272 30.764 10.8866 25.3407 10.8847Z' fill='%23006095'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 56px;
  height: 42px;
}

.icon-4events.pix {
  background-image: url("data:image/svg+xml,%3Csvg width='57' height='42' viewBox='0 0 57 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.962158' y='0.153534' width='55.385' height='41.5387' rx='2.76925' fill='%2332BCAD'/%3E%3Cpath d='M24.5598 27.9758V18.4466C24.5598 17.6047 24.8942 16.7974 25.4895 16.2021C26.0848 15.6068 26.8922 15.2723 27.7341 15.2723L30.5473 15.2763C31.387 15.278 32.1917 15.6127 32.7848 16.2071C33.3779 16.8015 33.7109 17.6069 33.7108 18.4466V20.4745C33.7108 21.3164 33.3764 22.1239 32.7811 22.7192C32.1858 23.3146 31.3784 23.6491 30.5365 23.6493H26.5602' stroke='white' stroke-width='0.347736' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M34.4971 15.2717H35.7175C36.0631 15.2717 36.3945 15.409 36.6388 15.6533C36.8831 15.8977 37.0204 16.2291 37.0204 16.5746V23.6923' stroke='white' stroke-width='0.347736' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36.7584 14.1684L36.205 13.6146C36.1724 13.582 36.1465 13.5433 36.1288 13.5006C36.1111 13.458 36.1021 13.4123 36.1021 13.3661C36.1021 13.32 36.1111 13.2743 36.1288 13.2317C36.1465 13.189 36.1724 13.1503 36.205 13.1177L36.7584 12.5644C36.8244 12.4984 36.9139 12.4613 37.0073 12.4613C37.1007 12.4613 37.1902 12.4984 37.2562 12.5644L37.8091 13.1177C37.8417 13.1503 37.8676 13.189 37.8853 13.2317C37.903 13.2743 37.9121 13.32 37.9121 13.3661C37.9121 13.4123 37.903 13.458 37.8853 13.5006C37.8676 13.5433 37.8417 13.582 37.8091 13.6146L37.2538 14.1684C37.2211 14.2011 37.1824 14.227 37.1397 14.2447C37.097 14.2623 37.0513 14.2714 37.0051 14.2714C36.9589 14.2714 36.9132 14.2623 36.8705 14.2447C36.8278 14.227 36.7891 14.2011 36.7564 14.1684' fill='white'/%3E%3Cpath d='M39.3635 15.2645H40.5737C41.1962 15.2643 41.7933 15.5113 42.2337 15.9513L45.0646 18.7822C45.1517 18.8694 45.2552 18.9387 45.3691 18.9859C45.4831 19.0331 45.6052 19.0574 45.7285 19.0574C45.8518 19.0574 45.9739 19.0331 46.0879 18.9859C46.2018 18.9387 46.3053 18.8694 46.3924 18.7822L49.213 15.9621C49.431 15.7442 49.6897 15.5714 49.9744 15.4535C50.2592 15.3357 50.5644 15.2751 50.8725 15.2753H51.8566' stroke='white' stroke-width='0.347736' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M39.3635 23.6297H40.5737C41.1962 23.6299 41.7933 23.3829 42.2337 22.943L45.0646 20.1121C45.2407 19.9361 45.4795 19.8372 45.7285 19.8372C45.9775 19.8372 46.2163 19.9361 46.3924 20.1121L49.213 22.9327C49.6533 23.3726 50.2502 23.6196 50.8725 23.6194H51.8566' stroke='white' stroke-width='0.347736' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.3443 25.4374C17.0458 25.4384 16.7499 25.3803 16.4739 25.2664C16.1979 25.1525 15.9472 24.985 15.7363 24.7737L13.4136 22.4495C13.3315 22.3709 13.2222 22.3271 13.1085 22.3271C12.9949 22.3271 12.8856 22.3709 12.8034 22.4495L10.4729 24.78C10.2621 24.9917 10.0115 25.1595 9.73549 25.2738C9.4595 25.388 9.16359 25.4465 8.86489 25.4457H8.41016L11.3534 28.3889C11.7948 28.8294 12.393 29.0768 13.0166 29.0768C13.6402 29.0768 14.2383 28.8294 14.6797 28.3889L17.6288 25.4393L17.3443 25.4374Z' fill='white'/%3E%3Cpath d='M8.86538 17.2238C9.16409 17.223 9.46 17.2815 9.736 17.3957C10.012 17.51 10.2626 17.6778 10.4734 17.8895L12.8039 20.2205C12.8849 20.3013 12.9946 20.3466 13.109 20.3466C13.2234 20.3466 13.3331 20.3013 13.4141 20.2205L15.7363 17.8983C15.9469 17.6864 16.1975 17.5183 16.4735 17.404C16.7496 17.2896 17.0456 17.2312 17.3443 17.2322H17.6239L14.6748 14.2831C14.4564 14.0646 14.1972 13.8913 13.9118 13.7731C13.6264 13.6548 13.3205 13.594 13.0117 13.594C12.7028 13.594 12.3969 13.6548 12.1115 13.7731C11.8261 13.8913 11.5669 14.0646 11.3485 14.2831L8.41016 17.2238H8.86538Z' fill='white'/%3E%3Cpath d='M20.0636 19.6726L18.2814 17.8904C18.2412 17.9069 18.1983 17.9155 18.1549 17.916H17.3445C16.9228 17.917 16.5186 18.0845 16.2197 18.382L13.8975 20.7027C13.6884 20.9115 13.4049 21.0287 13.1095 21.0287C12.814 21.0287 12.5305 20.9115 12.3214 20.7027L9.99036 18.3731C9.69156 18.0755 9.28732 17.9078 8.86556 17.9066H7.87075C7.82975 17.9057 7.78923 17.8976 7.75106 17.8826L5.95765 19.6726C5.51716 20.114 5.26978 20.7121 5.26978 21.3357C5.26978 21.9594 5.51716 22.5575 5.95765 22.9989L7.74713 24.7884C7.78523 24.7731 7.82579 24.765 7.86682 24.7644H8.86556C9.28731 24.7631 9.69153 24.5955 9.99036 24.2979L12.3209 21.9673C12.7423 21.5464 13.4766 21.5464 13.8975 21.9673L16.2197 24.289C16.5186 24.5865 16.9228 24.754 17.3445 24.755H18.1549C18.1983 24.7553 18.2413 24.764 18.2814 24.7805L20.0636 22.9984C20.282 22.78 20.4553 22.5208 20.5736 22.2354C20.6918 21.95 20.7527 21.6441 20.7527 21.3353C20.7527 21.0264 20.6918 20.7205 20.5736 20.4351C20.4553 20.1497 20.282 19.8905 20.0636 19.6721' fill='white'/%3E%3Cpath d='M26.979 27.1655C26.8317 27.1719 26.6855 27.1941 26.5429 27.2317V27.8125C26.652 27.8507 26.7668 27.87 26.8824 27.8694C27.1738 27.8694 27.3116 27.7713 27.3116 27.5147C27.3116 27.2734 27.1988 27.1655 26.979 27.1655V27.1655ZM26.4448 28.2447V27.0953H26.5248L26.5331 27.1444C26.6817 27.1049 26.8339 27.0804 26.9874 27.0713C27.0937 27.0638 27.1992 27.0944 27.2851 27.1576C27.3832 27.2391 27.4166 27.3705 27.4166 27.5138C27.4166 27.657 27.3675 27.8051 27.2302 27.8831C27.1254 27.9354 27.0093 27.9612 26.8922 27.9582C26.7738 27.9574 26.6561 27.9394 26.5429 27.9047V28.2427L26.4448 28.2447Z' fill='white'/%3E%3Cpath d='M28.1474 27.1615C27.8565 27.1615 27.7266 27.2527 27.7266 27.5092C27.7266 27.757 27.8546 27.8688 28.1474 27.8688C28.4403 27.8688 28.5668 27.7786 28.5668 27.5225C28.5668 27.2748 28.4388 27.1615 28.1474 27.1615V27.1615ZM28.5222 27.8688C28.4241 27.9385 28.2956 27.9586 28.1474 27.9586C27.9993 27.9586 27.8664 27.937 27.7717 27.8688C27.6652 27.7938 27.6216 27.6726 27.6216 27.5161C27.6216 27.3596 27.6652 27.238 27.7717 27.1615C27.8664 27.0933 27.9964 27.0717 28.1474 27.0717C28.2985 27.0717 28.4256 27.0933 28.5222 27.1615C28.6301 27.238 28.6718 27.3626 28.6718 27.5142C28.6718 27.6657 28.6287 27.7938 28.5222 27.8688Z' fill='white'/%3E%3Cpath d='M29.901 27.9354L29.5762 27.2384H29.5699L29.25 27.9354H29.1603L28.8169 27.0951H28.9248L29.2128 27.8005H29.2196L29.5326 27.0951H29.6224L29.9432 27.8005H29.95L30.2311 27.0951H30.3376L29.9912 27.9354H29.901Z' fill='white'/%3E%3Cpath d='M30.9629 27.16C30.6931 27.16 30.6019 27.2801 30.5852 27.4543H31.3406C31.3323 27.263 31.2342 27.16 30.9629 27.16V27.16ZM30.9595 27.959C30.7981 27.959 30.6931 27.9355 30.6097 27.8658C30.5116 27.781 30.4788 27.6578 30.4788 27.5166C30.4788 27.3753 30.5234 27.2384 30.6352 27.157C30.7331 27.0955 30.8475 27.0658 30.9629 27.0721C31.0806 27.065 31.1976 27.0934 31.2989 27.1536C31.4201 27.235 31.4436 27.3782 31.4436 27.5411H30.5828C30.5862 27.7143 30.6426 27.8673 30.9688 27.8673C31.1147 27.8635 31.2599 27.8471 31.4029 27.8183V27.9066C31.2575 27.9365 31.1098 27.9537 30.9614 27.9581' fill='white'/%3E%3Cpath d='M31.7256 27.9354V27.0951H31.8051L31.8134 27.1442C31.9915 27.099 32.0748 27.0711 32.2313 27.0711H32.2431V27.1643H32.2196C32.0881 27.1643 32.0081 27.1824 31.8237 27.2305V27.9344L31.7256 27.9354Z' fill='white'/%3E%3Cpath d='M32.8133 27.16C32.544 27.16 32.4522 27.2801 32.4356 27.4543H33.191C33.1826 27.263 33.0845 27.16 32.8133 27.16V27.16ZM32.8098 27.959C32.6484 27.959 32.544 27.9355 32.4606 27.8658C32.3625 27.781 32.3291 27.6578 32.3291 27.5166C32.3291 27.3753 32.3742 27.2384 32.4856 27.157C32.5834 27.0956 32.6979 27.066 32.8133 27.0721C32.9309 27.065 33.048 27.0934 33.1493 27.1536C33.2709 27.235 33.2964 27.3782 33.2964 27.5411H32.4321C32.4356 27.7143 32.492 27.8673 32.8182 27.8673C32.9642 27.8635 33.1096 27.8471 33.2528 27.8183V27.9066C33.1074 27.9364 32.9597 27.9537 32.8113 27.9581' fill='white'/%3E%3Cpath d='M34.3697 27.2182C34.2606 27.1801 34.1458 27.161 34.0303 27.1618C33.7389 27.1618 33.6011 27.2599 33.6011 27.5164C33.6011 27.7592 33.7144 27.8657 33.9337 27.8657C34.0809 27.8589 34.227 27.837 34.3697 27.8004V27.2182ZM34.3884 27.9353L34.3796 27.8863C34.231 27.9262 34.0788 27.9509 33.9253 27.9599C33.8188 27.9679 33.713 27.937 33.6276 27.873C33.5294 27.7916 33.4961 27.6601 33.4961 27.5174C33.4961 27.3673 33.5451 27.226 33.6825 27.1495C33.7875 27.096 33.9042 27.0697 34.0219 27.073C34.1398 27.0746 34.2568 27.0924 34.3697 27.1259V26.7409H34.4679V27.9353H34.3884Z' fill='white'/%3E%3Cpath d='M35.9072 27.1652C35.7599 27.1716 35.6137 27.1938 35.4712 27.2314V27.8107C35.58 27.8501 35.6949 27.8698 35.8106 27.8691C36.102 27.8691 36.2398 27.771 36.2398 27.5145C36.2398 27.2731 36.127 27.1652 35.9072 27.1652ZM36.1584 27.8838C36.0537 27.9361 35.9379 27.9619 35.8209 27.9589C35.6929 27.9581 35.5659 27.9367 35.4447 27.8956L35.4398 27.9353H35.373V26.7409H35.4712V27.1416C35.6168 27.1044 35.7656 27.0811 35.9156 27.072C36.0219 27.0645 36.1275 27.0951 36.2133 27.1583C36.3114 27.2398 36.3448 27.3712 36.3448 27.5145C36.3448 27.6577 36.2957 27.8058 36.1584 27.8838Z' fill='white'/%3E%3Cpath d='M36.4757 28.257V28.1658C36.5247 28.1707 36.5689 28.1741 36.6003 28.1741C36.7219 28.1741 36.7965 28.1388 36.8632 28.0009L36.8951 27.9342L36.4536 27.0939H36.5674L36.9437 27.8194H36.95L37.3076 27.0939H37.4195L36.9466 28.0377C36.8603 28.2089 36.7671 28.2653 36.5954 28.2653C36.5549 28.2651 36.5144 28.2623 36.4742 28.257' fill='white'/%3E%3Cpath d='M38.7746 27.4561H38.4489V27.7504H38.7746C38.9993 27.7504 39.0842 27.7254 39.0842 27.6033C39.0842 27.4718 38.9674 27.4561 38.7727 27.4561H38.7746ZM38.7138 26.9813H38.448V27.2805H38.7158C38.937 27.2805 39.0253 27.254 39.0253 27.1294C39.0253 26.996 38.9135 26.9822 38.7138 26.9822V26.9813ZM39.2201 27.8593C39.0999 27.9358 38.9552 27.9388 38.6908 27.9388H38.1929V26.7958H38.679C38.9071 26.7958 39.0469 26.7988 39.1632 26.8689C39.2018 26.892 39.2332 26.9254 39.2538 26.9653C39.2745 27.0053 39.2835 27.0502 39.2799 27.0951C39.2799 27.2148 39.2308 27.2947 39.0999 27.3482V27.3546C39.247 27.3879 39.3412 27.463 39.3412 27.6244C39.3449 27.6704 39.3355 27.7166 39.314 27.7576C39.2926 27.7986 39.26 27.8326 39.2201 27.8559' fill='white'/%3E%3Cpath d='M40.3363 27.5826C40.2382 27.5743 40.1401 27.5694 40.0337 27.5694C39.8625 27.5694 39.8022 27.6042 39.8022 27.6827C39.8022 27.7612 39.8512 27.7955 39.9837 27.7955C40.1026 27.7916 40.2208 27.7751 40.3363 27.7464V27.5826ZM40.3854 27.9353L40.379 27.8863C40.2303 27.9282 40.0772 27.9529 39.9228 27.9598C39.8336 27.9658 39.7447 27.9443 39.6682 27.898C39.6354 27.8704 39.6098 27.8351 39.5939 27.7952C39.578 27.7553 39.5723 27.7122 39.5771 27.6695C39.582 27.6269 39.5973 27.5861 39.6218 27.5508C39.6462 27.5155 39.679 27.4868 39.7173 27.4673C39.8056 27.4256 39.9238 27.4222 40.0322 27.4222C40.12 27.4222 40.2382 27.4271 40.3363 27.434V27.4188C40.3363 27.2873 40.25 27.2441 40.0136 27.2441C39.9223 27.2441 39.8105 27.249 39.704 27.2589V27.0891C39.8223 27.0793 39.9557 27.0729 40.0656 27.0729C40.2127 27.0729 40.3633 27.0842 40.458 27.1509C40.5527 27.2176 40.5728 27.3143 40.5728 27.4389V27.9363L40.3854 27.9353Z' fill='white'/%3E%3Cpath d='M41.6687 27.9355V27.4719C41.6687 27.3189 41.5907 27.2639 41.4509 27.2639C41.3349 27.2691 41.2197 27.2868 41.1075 27.3169V27.936H40.873V27.0952H41.0644L41.0727 27.1486C41.2189 27.1056 41.3698 27.0799 41.522 27.0721C41.6254 27.0639 41.7282 27.0947 41.81 27.1585C41.8762 27.2183 41.9012 27.3017 41.9012 27.4214V27.9355H41.6687Z' fill='white'/%3E%3Cpath d='M42.5646 27.9586C42.4561 27.9586 42.3379 27.9434 42.2516 27.8703C42.1486 27.7869 42.1187 27.6559 42.1187 27.5142C42.1187 27.3812 42.1618 27.236 42.2898 27.1546C42.3948 27.0864 42.5243 27.0717 42.6592 27.0717C42.7573 27.0717 42.8505 27.0781 42.9535 27.0879V27.2679C42.8687 27.2596 42.7671 27.2532 42.6857 27.2532C42.4625 27.2532 42.3575 27.3228 42.3575 27.5161C42.3575 27.6971 42.436 27.7756 42.619 27.7756C42.7376 27.7717 42.8557 27.7573 42.9717 27.7324V27.9051C42.8374 27.9364 42.7004 27.9543 42.5626 27.9586' fill='white'/%3E%3Cpath d='M43.6671 27.2478C43.4439 27.2478 43.3458 27.3179 43.3458 27.5092C43.3458 27.7006 43.4439 27.782 43.6671 27.782C43.8903 27.782 43.985 27.7138 43.985 27.5225C43.985 27.3312 43.8903 27.2478 43.6671 27.2478V27.2478ZM44.0699 27.8703C43.9669 27.9399 43.832 27.9586 43.6671 27.9586C43.5023 27.9586 43.3645 27.9385 43.2629 27.8703C43.1462 27.7938 43.1045 27.6672 43.1045 27.5161C43.1045 27.365 43.1462 27.236 43.2629 27.1595C43.3645 27.0913 43.4989 27.0717 43.6671 27.0717C43.8354 27.0717 43.9669 27.0913 44.0699 27.1595C44.1861 27.236 44.2264 27.3645 44.2264 27.5142C44.2264 27.6638 44.1847 27.7938 44.0699 27.8703Z' fill='white'/%3E%3Cpath d='M45.5806 27.9587C45.4393 27.9587 45.2863 27.9352 45.1715 27.8405C45.0351 27.7272 44.9934 27.5525 44.9934 27.3647C44.9934 27.1964 45.0469 26.9968 45.2244 26.8805C45.3628 26.7907 45.534 26.7721 45.7071 26.7721C45.8337 26.7721 45.9637 26.7804 46.105 26.7922V26.9968C45.9838 26.987 45.8337 26.9786 45.7174 26.9786C45.3927 26.9786 45.2549 27.1017 45.2549 27.3647C45.2549 27.6276 45.3829 27.7522 45.6223 27.7522C45.7934 27.7463 45.9634 27.7234 46.13 27.684V27.8871C45.9496 27.9288 45.7656 27.9528 45.5806 27.9587' fill='white'/%3E%3Cpath d='M46.8198 27.2216C46.6236 27.2216 46.55 27.2917 46.5348 27.4178H47.1009C47.094 27.2814 47.0141 27.2216 46.8198 27.2216ZM46.7845 27.9574C46.6466 27.9574 46.5216 27.9407 46.4284 27.8642C46.3352 27.7877 46.2935 27.6562 46.2935 27.513C46.2935 27.3849 46.3352 27.2417 46.4519 27.1583C46.5549 27.0852 46.6864 27.0705 46.8198 27.0705C46.9395 27.0705 47.0808 27.0837 47.1838 27.1554C47.3187 27.25 47.3309 27.3967 47.3309 27.5694H46.5333C46.5382 27.6979 46.6064 27.7808 46.8429 27.7808C46.993 27.7775 47.1427 27.7631 47.2907 27.7376V27.9024C47.1237 27.9342 46.9544 27.9525 46.7845 27.9574' fill='white'/%3E%3Cpath d='M48.3755 27.9355V27.4719C48.3755 27.3189 48.2975 27.2639 48.1577 27.2639C48.0416 27.2691 47.9265 27.2868 47.8143 27.3169V27.936H47.5798V27.0952H47.7711L47.7795 27.1486C47.9257 27.1056 48.0766 27.0799 48.2288 27.0721C48.3322 27.0639 48.435 27.0947 48.5168 27.1585C48.583 27.2183 48.608 27.3017 48.608 27.4214V27.9355H48.3755Z' fill='white'/%3E%3Cpath d='M49.2767 27.959C49.1634 27.959 49.0604 27.9271 49.004 27.8389C48.9578 27.7625 48.9362 27.6738 48.9422 27.5848V27.2698H48.7725V27.0952H48.9422L48.9672 26.8406H49.1742V27.0952H49.5053V27.2698H49.1742V27.5396C49.1711 27.5939 49.1789 27.6483 49.1973 27.6995C49.2223 27.756 49.2772 27.7775 49.3508 27.7775C49.4071 27.7765 49.4632 27.7709 49.5186 27.7609V27.9291C49.4387 27.9464 49.3574 27.9564 49.2758 27.959' fill='white'/%3E%3Cpath d='M49.7361 27.9355V27.0952H49.9274L49.9357 27.1486C50.0699 27.1031 50.2101 27.0773 50.3517 27.0721C50.3617 27.0715 50.3717 27.0715 50.3816 27.0721V27.2757C50.3551 27.2757 50.3233 27.2757 50.3002 27.2757C50.1889 27.2762 50.0782 27.2907 49.9706 27.3189V27.9394L49.7361 27.9355Z' fill='white'/%3E%3Cpath d='M51.2351 27.5826C51.137 27.5743 51.0389 27.5694 50.9319 27.5694C50.7607 27.5694 50.7009 27.6042 50.7009 27.6827C50.7009 27.7612 50.7499 27.7955 50.8819 27.7955C51.001 27.7916 51.1194 27.7752 51.2351 27.7464V27.5826ZM51.2841 27.9353L51.2773 27.8863C51.1285 27.9282 50.9755 27.9529 50.8211 27.9598C50.7319 27.9658 50.643 27.9443 50.5665 27.898C50.5356 27.8743 50.5109 27.8434 50.4947 27.808C50.4784 27.7727 50.4711 27.7338 50.4733 27.6949C50.471 27.6471 50.4834 27.5997 50.5087 27.559C50.534 27.5184 50.5711 27.4864 50.615 27.4673C50.7033 27.4256 50.8211 27.4222 50.9295 27.4222C51.0178 27.4222 51.136 27.4271 51.2341 27.434V27.4188C51.2341 27.2873 51.1473 27.2441 50.9113 27.2441C50.8196 27.2441 50.7083 27.249 50.6018 27.2589V27.0891C50.72 27.0793 50.853 27.0729 50.9628 27.0729C51.11 27.0729 51.2606 27.0842 51.3553 27.1509C51.4499 27.2176 51.4701 27.3143 51.4701 27.4389V27.9363L51.2841 27.9353Z' fill='white'/%3E%3Cpath d='M51.771 26.7409H52.006V27.9353H51.771V26.7409Z' fill='white'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 57px;
  height: 42px;
}

.icon-4events.boleto {
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='42' viewBox='0 0 56 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.885819' y='0.461228' width='54.7696' height='40.9233' rx='2.46155' fill='%23F9F9F9' stroke='black' stroke-width='0.615389'/%3E%3Cpath d='M52.4289 4.46115H4.9033C3.87398 4.46115 3.03955 5.29558 3.03955 6.3249V35.213C3.03955 36.2423 3.87398 37.0767 4.9033 37.0767H52.4289C53.4582 37.0767 54.2926 36.2423 54.2926 35.213V6.3249C54.2926 5.29558 53.4582 4.46115 52.4289 4.46115Z' fill='%23F9F9F9'/%3E%3Cpath d='M9.3833 10.0391H9.82221V21.6931H9.3833V10.0391ZM10.2611 10.0391H10.7V21.6931H10.2611V10.0391ZM12.8965 10.0391H13.3354V21.6931H12.8965V10.0391ZM21.4399 10.0391H21.8788V21.6931H21.4399V10.0391ZM24.2961 10.0391H24.735V21.6931H24.2961V10.0391ZM27.0656 10.0391H27.5045V21.6931H27.0656V10.0391ZM27.7794 10.0391H28.2183V21.6931H27.7794V10.0391ZM28.4942 10.0391H28.9331V21.6931H28.4942V10.0391ZM29.2974 10.0391H29.7364V21.6931H29.2974V10.0391ZM30.1007 10.0391H30.5396V21.6931H30.1007V10.0391ZM32.3335 10.0391H32.7724V21.6931H32.3335V10.0391ZM37.8698 10.0391H38.3087V21.6931H37.8698V10.0391ZM43.6446 10.0391H44.0835V21.6931H43.6446V10.0391ZM45.2241 10.0391H45.663V21.6931H45.2241V10.0391ZM46.3657 10.0391H46.8046V21.6931H46.3657V10.0391ZM47.0683 10.0391H47.5072V21.6931H47.0683V10.0391ZM15.7946 10.0391H16.2335V21.6931H15.7946V10.0391ZM11.4027 10.0391H12.1929V21.6931H11.4027V10.0391ZM16.6184 10.0391H17.4086V21.6931H16.6184V10.0391ZM20.2806 10.0391H21.0709V21.6931H20.2806V10.0391ZM22.1556 10.0391H22.9458V21.6931H22.1556V10.0391ZM25.1021 10.0391H25.8924V21.6931H25.1021V10.0391ZM33.503 10.0391H34.7321V21.6931H33.503V10.0391ZM35.1086 10.0391H36.075V21.6931H35.1086V10.0391ZM36.8028 10.0391H37.593V21.6931H36.8028V10.0391ZM39.043 10.0391H40.3607V21.6931H39.043V10.0391ZM41.6233 10.0391H42.941V21.6931H41.6233V10.0391ZM13.7743 10.0391H15.3547V21.6931H13.7743V10.0391ZM17.8708 10.0391H19.1V21.6931H17.8708V10.0391Z' fill='%23010101'/%3E%3Cpath d='M9.95215 32.0407V25.3704H12.4552C12.8734 25.3542 13.2906 25.423 13.6815 25.5726C13.9812 25.7007 14.2338 25.9185 14.4046 26.196C14.5739 26.4587 14.6647 26.7642 14.6665 27.0766C14.6665 27.3615 14.5861 27.6406 14.4345 27.8818C14.2637 28.1476 14.0206 28.359 13.7337 28.4912C14.102 28.5858 14.4292 28.7981 14.6656 29.096C14.8843 29.3867 14.9988 29.7425 14.9908 30.1062C14.9933 30.408 14.9257 30.7063 14.7932 30.9775C14.6812 31.2207 14.5129 31.4338 14.3021 31.599C14.0828 31.7562 13.8345 31.8683 13.5715 31.9289C13.219 32.0098 12.8578 32.0474 12.4962 32.0407H9.95215ZM10.8356 28.1735H12.2781C12.5598 28.1845 12.8418 28.1585 13.1168 28.0961C13.318 28.0451 13.4964 27.9283 13.6237 27.7644C13.7423 27.5939 13.8021 27.3894 13.7943 27.1819C13.7984 26.9759 13.7431 26.7731 13.6349 26.5977C13.5317 26.4311 13.3714 26.3079 13.1839 26.251C12.8513 26.1745 12.51 26.1432 12.1691 26.1578H10.8356V28.1735ZM10.8356 31.2542H12.4962C12.697 31.2595 12.898 31.2489 13.0972 31.2225C13.2774 31.1933 13.4504 31.1301 13.607 31.0362C13.75 30.9437 13.866 30.8151 13.9434 30.6634C14.0336 30.4911 14.0791 30.2988 14.0757 30.1043C14.0819 29.8722 14.0151 29.644 13.8847 29.452C13.756 29.2676 13.5693 29.1314 13.3544 29.0653C13.0366 28.9793 12.7077 28.9416 12.3787 28.9534H10.8356V31.2542ZM16.2805 28.7922C16.2247 27.8418 16.545 26.9076 17.1723 26.1914C17.4679 25.8809 17.826 25.6367 18.2229 25.4748C18.6198 25.3129 19.0466 25.2369 19.475 25.252C20.06 25.244 20.6361 25.3968 21.1402 25.6937C21.6303 25.9834 22.0236 26.4118 22.2706 26.9247C22.5369 27.4833 22.6699 28.0961 22.6592 28.7149C22.6701 29.344 22.5298 29.9665 22.2501 30.5302C21.9965 31.0432 21.5915 31.4661 21.0899 31.7416C20.5941 32.015 20.0365 32.1568 19.4703 32.1535C18.8778 32.1633 18.2946 32.006 17.7873 31.6997C17.2993 31.4038 16.9083 30.9717 16.6626 30.4565C16.4094 29.9384 16.2787 29.3689 16.2805 28.7922V28.7922ZM17.1909 28.8062C17.153 29.5003 17.387 30.1819 17.8433 30.7063C18.049 30.9317 18.3007 31.1103 18.5814 31.23C18.8621 31.3498 19.1652 31.4079 19.4703 31.4005C19.7772 31.4083 20.0822 31.3497 20.3643 31.2285C20.6465 31.1074 20.8991 30.9267 21.1048 30.6988C21.5651 30.1423 21.7954 29.4309 21.7487 28.7102C21.7609 28.2223 21.6685 27.7374 21.4776 27.2882C21.3093 26.9008 21.0288 26.5727 20.6724 26.3461C20.3163 26.1222 19.903 26.0061 19.4824 26.0115C19.1843 26.007 18.8883 26.0616 18.6115 26.1721C18.3346 26.2826 18.0824 26.4469 17.8693 26.6554C17.6173 26.9496 17.4273 27.2917 17.3107 27.6611C17.1941 28.0305 17.1534 28.4197 17.1909 28.8053V28.8062ZM24.1064 32.0407V25.3704H24.9889V31.2533H28.2737V32.0407H24.1064ZM29.6883 32.0407V25.3704H34.5117V26.1578H30.5708V28.2005H34.261V28.9833H30.5708V31.2533H34.6664V32.0407H29.6883ZM37.9279 32.0407V26.1578H35.7296V25.3704H41.0171V26.1578H38.8104V32.0407H37.9279ZM41.8306 28.7922C41.7753 27.8415 42.0963 26.9073 42.7243 26.1914C43.0199 25.8809 43.378 25.6367 43.7749 25.4748C44.1718 25.3129 44.5985 25.2369 45.027 25.252C45.612 25.244 46.1881 25.3968 46.6922 25.6937C47.1823 25.9834 47.5756 26.4118 47.8226 26.9247C48.0889 27.4833 48.2219 28.0961 48.2112 28.7149C48.2221 29.344 48.0818 29.9665 47.8021 30.5302C47.5476 31.0441 47.1413 31.4674 46.6382 31.7425C46.1423 32.0159 45.5847 32.1577 45.0186 32.1544C44.4257 32.1641 43.8421 32.0065 43.3347 31.6997C42.8476 31.4034 42.4577 30.9713 42.2127 30.4565C41.9595 29.9384 41.8288 29.3689 41.8306 28.7922V28.7922ZM42.7411 28.8062C42.7031 29.5003 42.9371 30.1819 43.3934 30.7063C43.5991 30.9317 43.8509 31.1103 44.1315 31.23C44.4122 31.3498 44.7153 31.4079 45.0204 31.4005C45.3282 31.4093 45.6342 31.3511 45.9174 31.2301C46.2005 31.1092 46.4541 30.9282 46.6605 30.6998C47.1208 30.1432 47.3512 29.4319 47.3045 28.7111C47.314 28.2226 47.2187 27.7377 47.0249 27.2891C46.8566 26.9017 46.5762 26.5736 46.2198 26.347C45.8636 26.1232 45.4504 26.007 45.0297 26.0124C44.7317 26.0079 44.4357 26.0625 44.1588 26.173C43.8819 26.2835 43.6297 26.4478 43.4167 26.6564C43.1651 26.9506 42.9755 27.2926 42.8592 27.6618C42.743 28.0311 42.7025 28.42 42.7401 28.8053L42.7411 28.8062Z' fill='black'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 56px;
  height: 42px;
}

.icon-4events.money-cifra {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9.1375' stroke='%2351A800' stroke-width='1.725'/%3E%3Cpath d='M10.3489 9.32762C8.96167 8.96707 8.51556 8.59429 8.51556 8.01374C8.51556 7.34762 9.13278 6.88318 10.1656 6.88318C11.2533 6.88318 11.6567 7.40262 11.6933 8.16651H13.0439C13.0011 7.1154 12.3594 6.14985 11.0822 5.83818V4.49985H9.24889V5.81985C8.06333 6.07651 7.11 6.84651 7.11 8.02596C7.11 9.43762 8.27722 10.1404 9.98222 10.5498C11.51 10.9165 11.8156 11.4543 11.8156 12.0226C11.8156 12.4443 11.5161 13.1165 10.1656 13.1165C8.90667 13.1165 8.41167 12.5543 8.34444 11.8332H7C7.07333 13.1715 8.07556 13.9232 9.24889 14.1737V15.4998H11.0822V14.186C12.2739 13.9598 13.2211 13.2693 13.2211 12.0165C13.2211 10.281 11.7361 9.68818 10.3489 9.32762Z' fill='%2351A800'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 20px;
  height: 20px;
}

/* icones especificos footer */
.icon-4events.logo-1 {
  background-image: url("data:image/svg+xml,%3Csvg width='150' height='26' viewBox='0 0 150 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.8011 20.4298C23.306 20.43 22.8221 20.575 22.4106 20.8465C21.9991 21.1179 21.6784 21.5036 21.4891 21.9547C21.2999 22.4059 21.2505 22.9023 21.3473 23.3811C21.4441 23.8599 21.6827 24.2996 22.033 24.6447C22.3832 24.9898 22.8294 25.2247 23.315 25.3197C23.8006 25.4148 24.3039 25.3657 24.7612 25.1786C25.2185 24.9915 25.6093 24.675 25.8842 24.2689C26.159 23.8628 26.3056 23.3854 26.3054 22.8972C26.3087 22.5721 26.2462 22.2495 26.1216 21.9485C25.9969 21.6475 25.8125 21.3741 25.5793 21.1443C25.346 20.9145 25.0686 20.7329 24.7633 20.6102C24.4579 20.4876 24.1308 20.4262 23.8011 20.4298Z' fill='%23FF4F00'/%3E%3Cpath d='M60.0184 21.5897H59.9426L53.8752 6.4043H49.9324L57.7445 24.881H62.1062L69.9181 6.4043H66.088L60.0184 21.5897Z' fill='%23FF4F00'/%3E%3Cpath d='M80.9525 5.9187C75.0372 5.9187 70.8664 10.0317 70.8664 15.6428C70.8664 21.2516 75.0372 25.3668 80.9525 25.3668C85.3142 25.3668 88.7276 23.1605 90.1685 19.7194H86.1865C85.0863 21.3265 83.3807 22.0755 80.9524 22.0755C77.539 22.0755 75.1889 20.0939 74.6572 17.0251V16.9525H90.9648V15.6428C90.9649 10.0317 86.8702 5.9187 80.9525 5.9187ZM87.1717 13.7724H74.7724V13.6974C75.4928 10.9668 77.7669 9.20991 80.9525 9.20991C84.138 9.20991 86.4512 10.9668 87.1717 13.6974V13.7724Z' fill='%23FF4F00'/%3E%3Cpath d='M33.4487 16.9557V16.9521H48.9822V15.6419C48.9822 10.0326 44.8866 5.91953 38.9695 5.91953C34.5697 5.91953 31.1356 8.19472 29.6641 11.6698H33.7341C34.8409 10.1284 36.6679 9.21033 38.9695 9.21033C42.1544 9.21033 44.4688 10.9669 45.189 13.6974V13.7733H29.0447L29.0439 13.7784L16.1531 13.7824H15.8379V0.42041H12.2352L0.565918 13.9306V16.9593H12.2059L12.2352 24.8818H15.8379V16.9593H18.4327L28.9652 16.9568C29.5648 21.882 33.5274 25.3661 38.9695 25.3661C43.3308 25.3661 46.7448 23.1614 48.1851 19.7188H44.2031C43.1036 21.3272 41.3975 22.0753 38.9695 22.0753C35.5555 22.0753 33.2063 20.0947 32.6749 17.0244V16.9559L33.4487 16.9557ZM4.15761 14.0896V14.0155L12.1583 5.43341L12.1931 14.0896H4.15761Z' fill='%23FF4F00'/%3E%3Cpath d='M103.178 5.9187C97.6398 5.9187 93.9226 9.0965 93.9226 15.2682V24.8811H97.5247V15.2682C97.5247 11.2665 99.7643 9.20999 103.178 9.20999C106.589 9.20999 108.826 11.2665 108.826 15.2682V24.8811H112.431V15.2682C112.431 9.06018 108.713 5.9187 103.178 5.9187Z' fill='%23FF4F00'/%3E%3Cpath d='M127.599 17.8854C127.599 20.8408 126.006 22.0756 123.656 22.0756C121.304 22.0756 119.75 20.8045 119.75 17.8854V9.65946H130.064V6.40447H119.75V0.42041H116.145V17.8854C116.145 22.8973 119.181 25.3669 123.656 25.3669C128.13 25.3669 131.164 22.8973 131.164 17.8854V17.4746H127.599V17.8854Z' fill='%23FF4F00'/%3E%3Cpath d='M137.498 11.8271C137.498 10.2201 138.863 9.13508 141.289 9.13508C143.527 9.13508 144.855 10.1814 144.97 11.6024H148.533C148.457 8.42462 145.69 5.9187 141.213 5.9187C136.739 5.9187 133.857 8.42462 133.857 11.8271C133.857 19.531 145.386 15.5293 145.386 19.4198C145.386 21.0269 143.982 22.1504 141.213 22.1504C138.636 22.1504 137.195 21.0654 137.119 19.531H133.477C133.592 22.8972 136.55 25.3668 141.253 25.3668C145.955 25.3668 149.028 22.8609 149.028 19.4198C149.028 11.6773 137.498 15.6791 137.498 11.8271Z' fill='%23FF4F00'/%3E%3C/svg%3E");
  height: 26px;
  width: 150px;
}

.icon-4events.facebook-1 {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.291 10.7159C20.291 5.16565 15.7941 0.668701 10.2438 0.668701C4.69348 0.668701 0.196533 5.16565 0.196533 10.7159C0.196533 15.7306 3.87066 19.8873 8.67389 20.6416V13.6203H6.12157V10.7159H8.67389V8.5023C8.67389 5.98442 10.1729 4.5936 12.4687 4.5936C13.5683 4.5936 14.718 4.78969 14.718 4.78969V7.26098H13.4508C12.203 7.26098 11.8136 8.03559 11.8136 8.83005V10.7159H14.6001L14.1545 13.6203H11.8136V20.6416C16.6169 19.8873 20.291 15.7306 20.291 10.7159Z' fill='%233A559F'/%3E%3C/svg%3E%0A");
  min-height: 21px;
  min-width: 21px;
}

.icon-4events.instagram-1 {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.270233' y='0.222412' width='19.4274' height='19.4274' rx='4.07568' fill='url(%23paint0_linear_88_231)'/%3E%3Cpath d='M9.91885 6.31215C7.87514 6.31215 6.22668 7.96061 6.22668 10.0043C6.22668 12.048 7.87514 13.6965 9.91885 13.6965C11.9626 13.6965 13.611 12.048 13.611 10.0043C13.611 7.96061 11.9626 6.31215 9.91885 6.31215ZM9.91885 12.4047C8.59815 12.4047 7.51846 11.3282 7.51846 10.0043C7.51846 8.68041 8.59494 7.60393 9.91885 7.60393C11.2428 7.60393 12.3192 8.68041 12.3192 10.0043C12.3192 11.3282 11.2395 12.4047 9.91885 12.4047ZM14.6232 6.16113C14.6232 6.63992 14.2376 7.02231 13.762 7.02231C13.2832 7.02231 12.9009 6.6367 12.9009 6.16113C12.9009 5.68555 13.2865 5.29994 13.762 5.29994C14.2376 5.29994 14.6232 5.68555 14.6232 6.16113ZM17.0686 7.03516C17.014 5.88156 16.7505 4.85971 15.9054 4.01781C15.0635 3.1759 14.0416 2.91241 12.888 2.85457C11.6991 2.78708 8.13543 2.78708 6.94648 2.85457C5.79609 2.90919 4.77424 3.17269 3.92912 4.01459C3.08401 4.8565 2.82372 5.87835 2.76588 7.03195C2.6984 8.2209 2.6984 11.7845 2.76588 12.9735C2.82051 14.1271 3.08401 15.1489 3.92912 15.9908C4.77424 16.8327 5.79288 17.0962 6.94648 17.1541C8.13543 17.2215 11.6991 17.2215 12.888 17.1541C14.0416 17.0994 15.0635 16.8359 15.9054 15.9908C16.7473 15.1489 17.0108 14.1271 17.0686 12.9735C17.1361 11.7845 17.1361 8.22411 17.0686 7.03516ZM15.5326 14.2492C15.282 14.879 14.7967 15.3642 14.1637 15.6181C13.2158 15.994 10.9664 15.9073 9.91885 15.9073C8.87129 15.9073 6.61871 15.9908 5.67398 15.6181C5.04416 15.3674 4.55894 14.8822 4.30509 14.2492C3.92912 13.3012 4.01588 11.0519 4.01588 10.0043C4.01588 8.95676 3.93234 6.70418 4.30509 5.75945C4.55573 5.12963 5.04095 4.64441 5.67398 4.39056C6.62193 4.01459 8.87129 4.10135 9.91885 4.10135C10.9664 4.10135 13.219 4.01781 14.1637 4.39056C14.7935 4.6412 15.2788 5.12642 15.5326 5.75945C15.9086 6.7074 15.8218 8.95676 15.8218 10.0043C15.8218 11.0519 15.9086 13.3045 15.5326 14.2492Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_88_231' x1='19.6976' y1='-1.74492' x2='-1.20527' y2='20.3876' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23465CD4'/%3E%3Cstop offset='0.139613' stop-color='%23A426BC'/%3E%3Cstop offset='0.410749' stop-color='%23ED006E'/%3E%3Cstop offset='0.724977' stop-color='%23FF7600'/%3E%3Cstop offset='1' stop-color='%23FFD874'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  min-height: 20px;
  min-width: 20px;
}

.icon-4events.linkedin-1 {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.08328 18.7505H0.320426V6.63306H4.08328V18.7505ZM2.19983 4.98013C0.996589 4.98013 0.0206299 3.98351 0.0206299 2.78027C0.0206299 2.20231 0.250223 1.64802 0.658902 1.23935C1.06758 0.830667 1.62187 0.601074 2.19983 0.601074C2.77779 0.601074 3.33207 0.830667 3.74075 1.23935C4.14943 1.64802 4.37902 2.20231 4.37902 2.78027C4.37902 3.98351 3.40266 4.98013 2.19983 4.98013ZM18.1664 18.7505H14.4117V12.8518C14.4117 11.446 14.3833 9.64318 12.4553 9.64318C10.4989 9.64318 10.1991 11.1705 10.1991 12.7505V18.7505H6.44033V6.63306H10.0492V8.28599H10.1019C10.6043 7.33394 11.8314 6.32921 13.6622 6.32921C17.4704 6.32921 18.1705 8.83697 18.1705 12.0942V18.7505H18.1664Z' fill='%230077B7'/%3E%3C/svg%3E%0A");
  min-height: 19px;
  min-width: 19px;
}

/* fim icones */

/* css novo */

/* menu css */

.header-menu {
  min-height: 78px;
  flex-grow: 0;
  padding: 0px 41px 0px;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;

  -webkit-backdrop-filter: blur(54.9px);
  backdrop-filter: blur(54.9px);
  background-color: #222222;
}

.header-4events-organization {
  display: flex;
  flex-direction: row;
  color: white;
  align-items: center;
  align-self: center;
  column-gap: 10px;
}

.headr-org-text {
  color: white;
}

.header-org-logo img {
  width: 100px;
  margin-bottom: 4px;
}

.btn-group-menu {
  align-items: center;
  display: flex;

  flex-direction: row;
  column-gap: 10px;
}

.btn-download-cloud {
  display: block;
  padding: 6px 13.7px 6px 14px;

  white-space: nowrap;

  border-radius: 34.4px;
  border-width: 1px;

  color: #fff;
  border-style: solid;
}

.btn-download-cloud i {
  position: relative;
  bottom: 2px;
  color: inherit;
}

.btn-download-cloud span {
  color: inherit;
}

.btn-download-cloud:hover {
  color: #fff;
}

.header-menu .logo-menu {
  display: flex;
  align-items: center;
}

.nav-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header-menu .nav-menu ul {
  display: flex;
  float: left;

  flex-grow: 0;
  font-family: "Titillium Web";
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.72;
  letter-spacing: normal;
}

.header-menu .nav-menu ul li {
  text-align: center;
  color: #fff;
  list-style: none;
  margin-right: 13px;
}

.header-menu .logo-menu a img {
  max-width: 105px;
  max-height: 32px;
}

.link-menu {
  color: #fff;
  text-decoration: none;
}

.link-menu:hover {
  color: #fff;
  text-decoration: none;
}

/* para telas com width <= 1037 */
@media (max-width: 1037px) {
  .nav-menu {
    float: none !important;
  }

  .header-menu {
    padding: 10px 10px 10px;
  }

  .header-menu .logo-menu {
    display: none;
  }

  .btn-download-cloud {
    width: fit-content;
    height: fit-content;
    bottom: 6px;
    float: left;
  }
}

/* para telas com width <= 898 */
@media (max-width: 898px) {
  .header-menu {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    row-gap: 10px;
  }

  .header-menu .logo-menu {
    display: flex;
    align-items: center;

    margin-top: 0px;
  }

  .nav-menu {
    margin-top: 4px;
  }

  .btn-group-menu {
    padding-bottom: 10px;
    float: none !important;
  }

  .header-menu .nav-menu.is-active {
    width: 100%;
    padding-top: 50px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }

  .header-menu .nav-menu.is-active,
  .header-menu .nav-menu.is-active ul {
    justify-content: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .header-menu .nav-menu.is-active ul {
    width: 100%;
    flex-direction: column;
    margin-bottom: 0px;
    padding-left: 0px;
    border-top: solid 1px #f1f1f1;
  }

  .header-menu .nav-menu.is-active ul li {
    display: block;
    width: 100%;
    margin-right: 0;
    padding: 10px;
    border-bottom: solid 1px #f1f1f1;

    text-align: left;
    color: #fff;
    list-style: none;
  }

  .header-menu .nav-menu.is-active ul li a {
    padding: 10px;
    cursor: pointer;
  }
}

/* fim menu css */

/* capa do evento */

.main-banner {
  display: none;
  height: 499.6px;

  margin: 22px 40px 22px 40px;
}

.banner-container {
  width: 90%;
  margin: 0 auto;
}

.main-banner-img {
  position: relative;
  width: 100%;
  height: 466px;
  margin: 0px;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* para telas com width <= 1037 */
@media (max-width: 1037px) {
  .main-banner {
    margin: 22px 10px 22px 10px;
  }
}

/* para telas com width <= 760 */
@media (max-width: 760px) {
  .main-banner-img {
    height: 250px;
  }

  .main-banner {
    height: auto;
    margin: 5px;
    padding-top: 10px;
  }
}

/* fim capa do evento */

/* informaÃ§Ãµes do evento */

.event-info {
  display: none;
  margin: 22px 40px 22px 40px;
}

.info-container {
  width: 90%;
  margin: 0 auto;

  padding: 10px 34px 20px 34px;
}

.data-info-main {
  text-transform: uppercase;
}

.info-box:first-child {
  margin-bottom: 17px;
}

/* do segundo ao ultimo item*/
.info-box:nth-child(n + 2):nth-child(n) {
  margin-bottom: 14px;
}

.info-box > *,
.main-icon > * {
  vertical-align: middle;
}

.main-icon {
  min-width: 24px;
  margin-right: 9px;
}

/* para telas com width <= 1037 */
@media (max-width: 1037px) {
  .event-info {
    margin: 22px 0px 22px 0px;
  }

  .event-info .info-container {
    padding: 10px 0px 20px 0px;
  }
}

/* fim informaÃ§Ãµes do evento */

/* descriÃ§Ã£o evento */

.event-description {
  display: none;
  margin: 11px 40px 22px 40px;
}

.description-container {
  width: 90%;
  margin: 0 auto;

  padding: 10px 34px 20px 34px;
}

.description-title {
  margin-bottom: 19px;
}

.description-text p {
  font-size: 16px;

  color: #353535;
}

/* para telas com width <= 1037 */
@media (max-width: 1037px) {
  .event-description {
    margin: 11px 0px 22px 0px;
  }

  .description-container {
    width: 90%;
    margin: 0 auto;

    padding: 10px 0px 20px 0px;
  }
}

/* fim descriÃ§Ã£o evento */

/* metodos de pagamento */

.payment-info {
  margin: 22px 40px 22px 40px;
}

.payment-info-container {
  width: 90%;
  margin: 0 auto;

  padding: 10px 34px 20px 34px;
}

.payment-info-title h2 {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.payment-info-title {
  width: 100%;
}

.payment-list-allowed {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: left;
  justify-content: left;
  width: 100%;
}

.flex-item {
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding: 15px 10px;
}

.text-footer-pinfo {
  margin: 10px 0;
}

.text-footer-pinfo h5 {
  font-size: 14.3px;
  font-weight: 600;
  color: #51a800;
  text-align: center;
  border-radius: 39px;
  background-color: #eef6e6;
  margin: 0 auto;
  padding: 8px 0;
  width: 100%;
}

.num-parcelas {
  color: #51a800;
}

.w-100 {
  width: 100%;
}

/* fim metodos pagamento */

/* patrocinadores evento */

.event-sponsors {
  display: none;
  margin: 22px 40px 22px 40px;
}

.sponsors-container {
  width: 90%;
  margin: 0 auto;

  padding: 10px 34px 20px 34px;
}

.sponsor-title {
  margin-bottom: 19px;
}

.sponsor-subtitle {
  width: 100%;
  margin: 20px 0 20px;
  border-bottom: 1px solid #000;

  line-height: 0.1em;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}

.sponsor-gold .sponsor-subtitle {
  border-color: #a0a4a8;
}

.sponsor-silver .sponsor-subtitle {
  border-color: #cacccf;
}

.sponsor-staff .sponsor-subtitle {
  border-color: #2ac769;
}

.sponsor-subtitle span {
  background: #fff;
  padding: 0 10px;
}

.sponsor-gallery {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;

  overflow-y: hidden;
  white-space: nowrap;
}

.sponsor-gallery::-webkit-scrollbar {
  background: #f1f2f7;
  border-radius: 10px;
  height: 5px;
}

.sponsor-gallery::-webkit-scrollbar-track {
  background: #f1f2f7;
  border-radius: 10px;
}

.sponsor-gallery::-webkit-scrollbar-thumb {
  background: #444;
  border-radius: 10px;
}

.sponsor-gallery .gold-image-list,
.sponsor-gallery .silver-image-list,
.sponsor-gallery .staf-image-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;

  padding: 0;
}

.sponsor-gallery .gold-image-list div,
.sponsor-gallery .silver-image-list div,
.sponsor-gallery .staf-image-list div {
  list-style: none;
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 15px;
  column-gap: 15px;
}

.gold-image-list div a img,
.silver-image-list div a img,
.staf-image-list div a img {
  width: auto;
  height: auto;
  border-radius: 8px;
  max-width: 120px;
  max-height: 120px;
}

.gold-image-list div a img {
  max-width: 200px;
  max-height: 200px;
}

.sponsor-item {
  display: block;
  width: fit-content;
}

/* para telas com width <= 1037 */
@media (max-width: 1037px) {
  .event-sponsors {
    margin: 11px 0px 22px 0px;
  }

  .sponsors-container {
    width: 90%;
    margin: 0 auto;

    padding: 10px 0px 20px 0px;
  }
}

/* fim patrocinadores evento */

/* galeria evento */

.event-gallery {
  display: none;
  margin: 22px 40px 22px 40px;
}

.gallery-container {
  width: 90%;
  margin: 0 auto;

  padding: 10px 34px 20px 34px;
}

.gallery-title {
  margin-bottom: 19px;
}

.gallery-grp {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.event-img-gallery {
  width: 95%;
}

.img-gallery-controller {
  border-radius: 18px;
  width: auto;
  height: auto;
  max-width: 180px;
  max-height: 180px;
  min-height: 160px;

  cursor: pointer;
}

/* para telas com width <= 1037 */
@media (max-width: 1037px) {
  .event-gallery {
    margin: 11px 0px 22px 0px;
  }

  .gallery-container {
    width: 90%;
    margin: 0 auto;

    padding: 10px 0px 20px 0px;
  }

  .img-gallery-controller {
    border-radius: 8px;
  }
}

/* fim galeria evento */

/* lista outros eventos */

.event-list-more {
  margin: 22px 40px 22px 40px;
}

.list-more-container {
  width: 90%;
  margin: 0 auto;

  padding: 10px 34px 20px 34px;
}

.list-more-title {
  margin-bottom: 19px;
}

.list-more-grp {
  display: flex;
}

.btn-gallery-scroll {
  display: flex;
  min-width: 40px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.list-more-gallery {
  width: 100%;
  max-height: 600px;

  overflow-y: hidden;
  white-space: nowrap;
  text-align: center;
}

.list-more-gallery::-webkit-scrollbar {
  background: #f1f2f7;
  border-radius: 10px;
  height: 5px;
}

.list-more-gallery::-webkit-scrollbar-track {
  background: #f1f2f7;
  border-radius: 10px;
}

.list-more-gallery::-webkit-scrollbar-thumb {
  background: #444;
  border-radius: 10px;
}

.list-more-gallery ul {
  padding: 0;
}

.list-more-grp .tns-item .tns-slide-active,
.list-more-gallery ul li {
  width: calc(100vw / 4);
}

.list-more-gallery ul li {
  padding: 14px;
  display: inline-block;
  list-style: none;
}

.list-more-list li a {
  width: 100%;
  height: calc(100vw / (2 * 4));
}

.list-more-list li a img {
  width: 100%;
  height: calc(100vw / (2 * 4));
  border-radius: 8px;

  cursor: pointer;
}

.list-more-list li .aux-caption {
  width: 100%;
  padding: 35px 18px 18px 18px;

  text-align: left;
}

.data-event {
  margin-bottom: 10px;
  text-transform: uppercase;
}

.data-event .text {
  vertical-align: middle;
  color: #a0a4a8;

  white-space: break-spaces;
}

.data-event .text i.right-arrow-orange {
  bottom: 1px;
  position: relative;
  transform: scale(1.7);

  margin-left: 4px;
  margin-right: 3px;
}

.title-event .title {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  vertical-align: middle;
}

.local-event .text {
  vertical-align: middle;
  color: #a0a4a8;

  white-space: break-spaces;
}

/* para telas com width <= 1037 */
@media (max-width: 1037px) {
  .event-list-more {
    margin: 11px 0px 22px 0px;
  }

  .list-more-container {
    width: 90%;
    margin: 0 auto;

    padding: 10px 0px 20px 0px;
  }

  .list-more-list li .aux-caption {
    width: 100%;
    padding: 4px 4px 4px 4px;

    text-align: left;
  }
}

/* para telas com width <= 620px */
@media (max-width: 620px) {
  .list-more-grp .tns-item .tns-slide-active,
  .list-more-gallery ul li {
    width: calc(100vw / 1.5);
    height: 300px;
  }

  .list-more-list li a img {
    width: 100%;
    height: calc(100vw / 3);
    border-radius: 8px;

    cursor: pointer;
  }
}

/* fim lista outros eventos */

/* lista perguntas frequentes */

.event-faq {
  margin: 22px 40px 22px 40px;
}

.faq-container {
  width: 90%;
  margin: 0 auto;

  padding: 10px 34px 20px 34px;
}

.faq-title {
  margin-bottom: 19px;
}

.faq-grp {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-column-gap: 20px;
  align-items: center;
  padding-top: 35px;
}

.faq-grp .issue-box {
  width: 45%;
  margin-bottom: 20px;
  padding-left: 12px;
  padding-top: 33px;
  padding-bottom: 33px;
  padding-right: 12px;

  border-radius: 16.7px;
  box-shadow: 0 5.2px 16.7px 0 rgba(8, 15, 52, 0.06);
  background-color: #fff;
}

.issue-preview {
  width: 100%;
  display: flex;
  vertical-align: middle;
  margin-bottom: 19px;

  justify-content: space-between;
}

.issue-title h2 {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.issue-controller .btn-plus {
  padding: 5px;
  border-radius: 8.4px;
  vertical-align: middle;

  background-color: #f9f9fa;
  cursor: pointer;
}

.issue-controller .btn-less {
  display: none;
  padding: 5px;
  border-radius: 8.4px;
  vertical-align: middle;

  background-image: linear-gradient(to left, #f1941e, #ff5858);
  cursor: pointer;
}

.issue-controller .btn-less i {
  position: relative;
  bottom: 1px;
}

.issue-controller .btn-plus i {
  position: relative;
  bottom: 1px;
}

.issue-content {
  display: none;
  line-height: 1.96;
}

/* para telas com width <= 1037 */
@media (max-width: 1037px) {
  .event-faq {
    margin: 11px 0px 22px 0px;
  }

  .faq-container {
    width: 90%;
    margin: 0 auto;

    padding: 10px 0px 20px 0px;
  }

  .faq-grp {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    grid-column-gap: 20px;
    padding-top: 35px;
  }

  .faq-grp .issue-box {
    width: 100%;
    margin-bottom: 10px;
    padding: 15px;
  }

  .faq-grp .issue-box:nth-child(odd) {
    margin-right: 0px;
  }
}

/* fim lista perguntas frequentes */

/* textos e vÃ­deos personalizados */

.event-multimedia {
  margin: 35px 40px 22px 40px;

  padding-top: 35px;
}

.multimedia-container {
  width: 90%;
  margin: 0 auto;

  padding: 10px 34px 20px 34px;
}

.multimedia-title {
  margin-bottom: 19px;
}

.multimedia-item.text {
  margin-bottom: 35px;
}

.multimedia-item.video {
  position: relative;
  padding-bottom: 55%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.multimedia-item.video iframe,
.multimedia-item.video object,
.multimedia-item.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* para telas com width <= 1037 */
@media (max-width: 1037px) {
  .event-multimedia {
    margin: 11px 0px 22px 0px;
  }

  .multimedia-container {
    width: 90%;
    margin: 0 auto;

    padding: 10px 0px 20px 0px;
  }
}

/* fim textos e vÃ­deos personalizados */

/* listagem agenda programaÃ§Ã£o */

.speaker-schedule {
  margin: 22px 40px 22px 40px;
}

.container-schedule {
  width: 90%;
  margin: 0 auto;

  padding: 10px 34px 20px 34px;
}

.schedule-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.speaker-search-form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: end;
  align-items: center;
}

.input-search-schedule {
  width: 205px;
  height: 32px;
  flex-grow: 0;

  padding: 9.3px 83.4px 8.9px 14px;

  border: solid 0.7px #e2e2ea;
  background-color: #fafafb;
  margin-left: 15px;
}

.select-search-schedule {
  width: 182px;
  height: 32px;
  flex-grow: 0;

  margin-left: 10px;

  border: solid 0.7px #e2e2ea;
  background-color: #fafafb;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  -webkit-touch-callout: none; /* iPhone OS, Safari */
  -webkit-user-select: none; /* Chrome, Safari 3 */
  -khtml-user-select: none; /* Safari 2 */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  user-select: none;
}

.select-search-schedule.active {
  border: 0.7px solid #ff4f00;
}

.select-title {
  color: #777;
}

.select-search-data {
  display: none;
}

.select-search-data.active {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  position: absolute;
  border: 0.7px solid #ddd;
  margin: 10px;
  width: 180px;
  border-radius: 15px;
  background: white;
  z-index: 2;
}

.select-label {
  padding: 8px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  transition-duration: 0.2s;
}

.select-label:hover {
  background: #efefef;
}

.select-label:first-child {
  border-radius: 15px 15px 0px 0px;
}

.select-label:last-child {
  border-radius: 0px 0px 15px 15px;
}

.schedule-navigation {
  width: 100%;
  min-height: 50px;
  height: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.schedule-navigation a {
  text-decoration: none;
  color: #353535;
  font-weight: 600;
  font-size: 14px;
  padding: 15px 35px;
  border-bottom: 2px solid white;
  border-image: linear-gradient(to right, #ffffff 50%, #ffffff 100%);
  border-image-slice: 1;
  transition-duration: 0.1s;
}

.schedule-navigation a.active {
  border: 0px;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #f1941e 50%, #ff5858 100%);
  border-image-slice: 1;
}

.schedule-subdivision {
  width: 100%;
  min-height: 50px;
  height: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px;
}

.schedule-subdivision a {
  text-decoration: none;
  color: #353535;
  font-weight: 600;
  font-size: 14px;
  padding: 15px 35px;
  border-bottom: 2px solid white;
  border-image: linear-gradient(to right, #ffffff 50%, #ffffff 100%);
  border-image-slice: 1;
  transition-duration: 0.1s;
}

.schedule-subdivision a.active {
  border: 0px;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #f1941e 50%, #ff5858 100%);
  border-image-slice: 1;
}

.schedule-timeline {
  width: 100%;
  min-height: 50px;
}

.hide-results,
.schedule-timeline-content.filter-hide {
  display: none;
}

/* Empty search */
.empty-search {
  opacity: 0;
  max-height: 0;
  transition: opacity 0s linear 0s, max-height 0s linear;
}

.empty-search.show {
  opacity: 1;
  transition: opacity 0.2s linear 0.4s;
}

.empty-search p {
  margin: 0;
  padding: 30px 25px;
}

.schedule-timeline-content {
  display: flex;
  padding: 24px;
}

.schedule-timeline-content .timeline-hour {
  width: 10%;
  min-width: 130px;
}

.schedule-timeline-content .timeline-hour .hour {
  width: 100%;
  max-width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 5px 10px;
  border-radius: 10px;
}

/* horarios atividades cores definidas */
.hour.purple-sbg {
  background: #5c50c10d;
  border: 1px solid #5c50c0;
}

.hour.purple-sbg span {
  color: #5c50c0;
}

.hour.green-sbg {
  background: #0e877a0d;
  border: 1px solid #0e877a;
}

.hour.green-sbg span {
  color: #0e877a;
}

.hour.orange-sbg {
  background: #f093020f;
  border: 1px solid #f29100;
}

.hour.orange-sbg span {
  color: #f29100;
}

.hour.iris-sbg {
  background: #fff;
  border: 1px solid #8e85d6;
}

.hour.iris-sbg span {
  color: #8e85d6;
}

.hour.aerospace-sbg {
  background: #fff;
  border: 1px solid #ff844d;
}

.hour.aerospace-sbg span {
  color: #ff844d;
}

.hour.ultra-red-sbg {
  background: #fff;
  border: 1px solid #ff9eaf;
}

.hour.ultra-red-sbg span {
  color: #ff9eaf;
}

.hour.persian-green-sbg {
  background: #fff;
  border: 1px solid #00b3a0;
}

.hour.persian-green-sbg span {
  color: #4dcabd;
}

.hour.carrot-orange-sbg {
  background: #fff;
  border: 1px solid #f5b462;
}

.hour.carrot-orange-sbg span {
  color: #f5b462;
}

.hour.violets-blue-sbg {
  background: #fff;
  border: 1px solid #b2abff;
}

.hour.violets-blue-sbg span {
  color: #b2abff;
}

.hour span {
  font-family: "Inter";
  font-style: normal;
  line-height: 19px;
  padding: 3px;
}

.hour .start {
  font-weight: 700;
  font-size: 21.6604px;
}

.hour .end {
  font-weight: 400;
  font-size: 17px;
}

.schedule-timeline-content .timeline-speaker {
  display: flex;
  width: 90%;
}

.timeline-speaker .timeline-speaker-avatar img {
  object-fit: cover;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin: -2px -3px;
}

.timeline-speaker-avatar {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  min-height: 80px;
  max-height: 100px;
  justify-content: center;
  width: 90px;
  min-width: 90px;
  max-width: 90px;
  align-items: flex-start;
  align-content: flex-start;
}

/* .timeline-speaker-avatar span {
  margin: 1px -3px;
} */

.timeline-speaker .timeline-speaker-info {
  display: flex;
  flex-direction: column;
  padding-left: 15px;
}

.timeline-speaker-event,
.timeline-speaker-name {
  font-weight: 600;
  font-size: 16px;
  color: #353535;
}

.timeline-speaker-name {
  cursor: pointer;
}

.timeline-speaker-name {
  color: #222 !important;
}

.timeline-speaker-name.orange-sbg {
  background-image: linear-gradient(to left, #f1941e 50%, #ff5858 0%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.timeline-speaker-name.purple-sbg {
  color: #5248ab !important;
}

.timeline-speaker-name.green-sbg {
  color: #0e877a !important;
}

.timeline-speaker-name.iris-sbg {
  color: #5d51c4 !important;
}

.timeline-speaker-name.aerospace-sbg {
  color: #ff4f00 !important;
}

.timeline-speaker-name.ultra-red-sbg {
  color: #ff758c !important;
}

.timeline-speaker-name.persian-green-sbg {
  color: #00b3a0 !important;
}

.timeline-speaker-name.carrot-orange-sbg {
  color: #f1941e !important;
}

.timeline-speaker-name.violets-blue-sbg {
  color: #9187ff !important;
}

.timeline-speaker-info-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  /* or 21px */
  text-align: justify;
  /* Black/80 */
  color: #565656;
}

.timeline-speaker-speakers {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 12px;
}

.speakers-bio-social .email-item {
  margin-top: 4px;
}

.timeline-speakers-item {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 300px;
  background: #f7f8fa;
  border-radius: 15px;
  height: 100px;
  justify-content: flex-end;
  min-width: 300px;
  margin: 10px 14px;
}

.speaker-bio-image {
  position: absolute;
  position: absolute;
  left: -16px;
  bottom: 0;
  top: 0;
}

.speaker-bio-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.speakers-bio-info {
  display: flex;
  flex-direction: column;
  padding: 10px 30px 10px 0px;
  font-weight: 700;
  font-size: 16px;
  line-height: 42px;
  color: #353535;
  width: 100%;
  max-width: 200px;
}

.speakers-bio-social {
  display: flex;
  align-items: center;
}

.speakers-bio-social .link-site {
  text-decoration: none;
  font-weight: 700;
  font-size: 14.1011px;
  width: 83px;
  display: flex;
  align-items: center;
  height: 27px;
  justify-content: center;
  border-radius: 5px;
  margin-right: 15px;
}

.speakers-bio-social .link-site.purple-sbg {
  background: #5c50c021;
  color: #5c50c0;
}

.speakers-bio-social .link-site.green-sbg {
  background: #127a6f0d;
  color: #117d71;
}

.speakers-bio-social .link-site.orange-sbg {
  background: #f093020f;
  color: #f4882a;
}

.speakers-bio-social .link-site.iris-sbg {
  background: #edeaff;
  color: #5d51c4;
}

.speakers-bio-social .link-site.aerospace-sbg {
  background: #f7e3da;
  color: #ff4f00;
}

.speakers-bio-social .link-site.ultra-red-sbg {
  background: #f1d3d8;
  color: #ff758c;
}

.speakers-bio-social .link-site.persian-green-sbg {
  background: #e2fffd;
  color: #00b3a0;
}

.speakers-bio-social .link-site.carrot-orange-sbg {
  background: #f8ecdd;
  color: #f1941e;
}

.speakers-bio-social .link-site.violets-blue-sbg {
  background: #eae8ff;
  color: #9187ff;
}

.speakers-bio-social a {
  text-decoration: none;
  margin-right: 8px;
}

.speakers-bio-social img {
  width: 16px;
  height: 16px;
}

/* para telas com width <= 1037 */
@media (max-width: 1037px) {
  .speaker-schedule {
    margin: 11px 0px 22px 0px;
  }

  .container-schedule {
    width: 90%;
    margin: 0 auto;

    padding: 10px 0px 20px 0px;
  }
}

@media screen AND (max-width: 800px) {
  .schedule-timeline-content {
    flex-direction: column-reverse;
  }

  .timeline-hour {
    width: 100% !important;
  }

  .timeline-hour .hour {
    max-width: 100% !important;
  }

  .timeline-speaker-info-description {
    width: 100%;
    font-size: 12px;
  }

  .timeline-speaker {
    width: 100% !important;
    flex-direction: column;
  }

  .timeline-speaker-avatar {
    justify-content: flex-start;
  }
}

@media screen AND (max-width: 500px) {
  .timeline-speaker-speakers {
    justify-content: center;
  }

  .speaker-bio-image img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
  }

  .timeline-speakers-item {
    max-width: 260px;
    min-width: 260px;
    margin-right: 20px;
  }
}

/* fim agenda programaÃ§Ã£o */

/* palestrantes lista */

.event-speakers-list {
  margin: 22px 40px 22px 40px;
}

.speakers-list-container {
  width: 90%;
  margin: 0 auto;

  padding: 0px 34px 20px 34px;
}

.list-speakers-title {
  margin-bottom: 19px;
}

.list-speakers-grp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;

  /* espaÃ§amento entre os itens*/
  grid-gap: 10px;
}

.list-speaker-item {
  /* definindo tamanho dos itens */
  /* flex-basis: 30%; */
  width: 320px;
  height: 100px;

  margin: 30px;

  display: flex;

  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  border-top-right-radius: 19.9px;
  border-bottom-right-radius: 19.9px;

  background-color: #f7f8fa;
}

.speaker-img {
  width: 100px;
  background-image: url(https://vp2uploads.s3.amazonaws.com/18443/palestrantes/3459710â€¦.jpg);
  background-repeat: no-repeat;
  background: center;
  background-size: cover;
  border-radius: 50px;
  margin: 0px;

  padding-right: 100px;
}

.speaker-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;

  padding: 5px;

  font-size: 17.9px;
  font-weight: bolder;
}

.speaker-name {
  font-size: clamp(10px, 17.9px, 18px);
}

.speaker-act-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;

  margin-left: 13px;
}

.social-network-speakers > *:nth-child(n + 1):nth-child(n-1) {
  margin-right: 14px;
}

.ver-bio-speaker {
  border-radius: 5px;
  padding: 2px;
  background-color: #ffe8e4;
  white-space: nowrap;
  text-decoration: none;

  padding-left: 16px;
  padding-right: 16px;
}

.ver-bio-speaker span {
  font-size: 13.9px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;

  background-image: linear-gradient(to left, #f1941e 50%, #ff5858 0%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* para telas com width <= 1100 */
@media (max-width: 1100px) {
  .list-speakers-grp {
    justify-content: center;
  }

  .event-speakers-list {
    margin: 11px 0px 22px 0px;
  }

  .speakers-list-container {
    width: 90%;
    margin: 0 auto;

    padding: 10px 0px 20px 0px;
  }
}

/* para telas com width <= 704 */
@media (max-width: 704px) {
  .list-speaker-item {
    /* definindo tamanho dos itens */
    /* flex-basis: 30%; */
    width: 100%;
  }
}

.viewer-speaker-data {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  z-index: 10000031;

  background-color: rgba(8, 15, 52, 0.6);
}

.viewer-dspeaker-close {
  position: relative;
  left: 97%;
  bottom: 15px;
  cursor: pointer;
  font-size: 30px;
  float: left;
}

.viewer-speaker-container {
  width: auto;
  height: auto;
  max-width: 600px;
  background-color: #fff;
  border-radius: 20px;
  margin: 10px auto 0px auto;
  padding: 20px;
}

.viewer-speaker-head {
  display: flex;
  flex-wrap: nowrap;
  align-items: start;
  flex-direction: row;
}

.v-speaker-img {
  margin: 0px;
}

.img-speaker-selected {
  width: auto;
  height: auto;
  max-width: 130px;
  height: 130px;
  margin-top: -1px;
  margin-left: -1px;
  border-radius: 100%;
}

.v-speaker-hinfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 10px;
  height: auto;
  height: 130px;
  padding-left: 20px;
}

.v-sname {
  font-size: 29px;
  font-weight: 700;
}

.v-soccupation {
  font-style: italic;
}

.v-snetwork {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  padding-top: 10px;
  column-gap: 16px;
}

.viewer-body-title {
  padding-top: 20px;
}

.viewer-body-title h1 {
  font-weight: bold;
  font-size: 28px;
}

/* fim palestrantes lista */

/* footer novo */

.bg-gray {
  background-color: #f1f1f1;
}

.bg-dark-blue {
  background-color: #131236;
  color: #fff;
}

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

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

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

.pb-15px {
  padding-bottom: 15px;
}

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

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

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

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

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

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

/* para telas com width <= 765 */
@media (max-width: 765px) {
  .max765-w100 {
    width: 100%;
  }
}

.title-footer {
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  height: 40px;
}

.logo-footer a img {
  max-width: 105px;
  max-height: 38px;

  float: left;
}

.desc-footer-1 {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
}

.desc-footer-2 {
  font-size: 11px;
  color: #fff;
  text-decoration: none;
}

.desc-footer-3 {
  font-size: 13.6px;
  font-weight: 300;
  color: #fff;
  line-height: 2;
  text-decoration: none;
}

.social-network-itens > *:nth-child(n + 1):nth-child(n-1) {
  margin-right: 14px;
}

.made-love {
  padding-top: 10px;
}

.made-love-itens {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.md-l-item {
  color: #fff;
  display: flex;
  align-content: center;
  padding-right: 6px;
}

.btn-l-4events {
  padding-bottom: 3px;
}

/* fim footer novo */

/* novos componentes personalizados */

.custom-section {
  margin: 22px 40px 22px 40px;
}

.section-editable.custom-text .section-container {
  width: 90%;
  margin: 0 auto;

  padding: 20px 34px 20px 34px;
}

/* para telas com width <= 1100 */
@media (max-width: 1037px) {
  .custom-section {
    margin: 11px 0px 22px 0px;
  }
}

.section-editable.custom-image {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  min-height: 300px;
}

.section-container.image-content {
  min-height: 300px;
}

.square-full-slider {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  right: 50%;
  margin-right: -50vw;
}

.image-limiter-component {
  width: 30vw;
}

.section-editable.custom-video .section-container,
.section-editable.custom-video-left .section-container,
.section-editable.custom-video-right .section-container,
.section-editable.image-text-left .section-container,
.section-editable.image-text-right .section-container {
  width: 90%;
  min-height: 200px;
  margin: 0 auto;

  padding: 20px 34px 20px 34px;
}

/* fim novos componentes personalizados */

/* paginaÃ§Ã£o multipla */

.hide-page {
  display: none;
}

.page-components {
  min-height: 300px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  font-family: "Titillium Web", sans-serif;
}

.wrapper-btn-sobre {
  padding-left: calc(100% - 114px);
  padding-right: 0;
}

#btnSaveEventoInfo.d-none {
  height: 0;
  transition-property: height;
  transition-duration: 1s;
}

#btnSaveEventoInfo {
  transition-property: height;
  transition-duration: 1s;
}

.wrapper-btn-info {
  margin-top: 25px;
  padding-left: calc(100% - 114px);
  padding-right: 0;
}

.wrapper-btn-organizacao {
  padding-left: calc(100% - 314px);
  padding-right: 0;
}

.btn-save-input {
  display: inline-block;
  background-color: #2ecc71;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  color: #ecf0f1;
  padding: 10px;
  font-size: 1rem;
  margin-top: 0px;
  font-weight: bolder;
}

.btn-edit-banner {
  border: none;
  background: transparent;
  position: absolute;
  right: 5px;
  top: 10px;
}

.admin-buttons {
  position: absolute;
  left: 100%;
  margin-left: -30px;
}

.admin-buttons ul {
  list-style-type: none;
}

.admin-buttons li {
  cursor: pointer;
}

.admin-buttons li button {
  padding: 0px;
  border: none;
  background-color: inherit;
}

.data-input-editor,
.inline-input-editor,
.evento-textarea-editor,
.textarea-editor-sobre {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: black;
  background-color: inherit;
  font-family: inherit;
  color: inherit;
}

.data-input-editor {
  font-size: 15px;
}

.evento-textarea-editor,
.textarea-editor-sobre {
  font-size: 15px;
  padding-bottom: 1px;
  display: inline-block;
  min-width: 149px;
  resize: none;
}

.inline-input-editor {
  font-weight: bold;
  font-size: inherit;
}

.textarea-editor-sobre {
  min-height: 200px;
  width: 100%;
}

.edicao-txt-header {
  padding: 0px;
  border: none;
  background-color: inherit;
  position: relative;
  top: 8px;
}

.dropifile-banner {
  width: 100%;
  height: 466px;
  margin: 0px;
  position: relative;
  top: 0px;
  border-radius: 23px;
  background-color: rgba(23, 23, 23, 0.5);
  opacity: 0;
  cursor: pointer;
  transition-duration: 0.5s;
  transition-property: opacity;
}

.dropifile-banner:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}

.border-dropifile {
  width: 96.5%;
  height: 438px;
  position: relative;
  top: 16px;
  left: 17px;
  border-radius: 23px;
  border: dashed #2ecc71 8px;
}

.wrapper-landing-editor {
  padding-top: 60px;
}

.divisor-data,
.divisor-data p {
  padding-left: 0px;
  padding-right: 0px;
}

.evento-finalizado.wrapper {
  width: 100%;
  min-height: calc(100vh - 216px);
}

.evento-finalizado .conteudo {
  padding-top: 20px;
  width: 80%;
  margin: auto;
}

.text-free {
  color: #4cbf65;
}

.bg-body {
  background-color: #eee;
}

.redes-sociais-fixed {
  z-index: 1;
  left: 0;
  top: 235px;
  position: fixed;
  background-color: #fff;
  padding: 23px 13px;
  border-radius: 0 22px 22px 0;
  box-shadow: 0 2.7px 22.5px 0 rgba(0, 0, 0, 0.25);
}

.redes-sociais {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}

.redes-sociais li {
  text-align: center;
  padding: 2.5px;
}

.redes-sociais a {
  text-decoration: none;
  padding: 5px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.just-mobile {
  display: none;
}

.text-header .text {
  font-size: 18.8px;
  color: #505050;
  font-weight: normal;
}

.btn-4e {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1.5px solid transparent;
  padding: 7px 20px;
  line-height: 1.5;
  border-radius: 35px;
  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;
  margin: 0 5px;
}

.btn-black {
  font-size: 15.5px;
  font-weight: 600;
  color: #fff;
  background-color: #505050;
  border-color: #505050;
}

.btn-black:hover {
  background-color: #1d1d1d;
  border-color: #1d1d1d;
}

.btn-alter-black {
  font-size: 15.5px;
  font-weight: 600;
  color: #505050;
  border-color: #505050;
}

.btn-alter-black:hover {
  color: #1d1d1d;
  border-color: #1d1d1d;
  background-color: #f2f2f2;
}

.banner-evento {
  position: relative;
  width: 100%;
  height: 466px;
  margin: 0px;
}

.banner-img-personalizado {
  background-position: center center;
  background-size: cover;
  background-color: #222222;
}

.banner-default {
  background-position: center center;
  background-size: 20% 20%;
  background-repeat: no-repeat;
  background-color: #ff612f;
}

.bg-blur-100 {
  width: 100%;
  height: 400px;
  opacity: 0.9;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.container-banner {
  position: absolute;
  height: 400px;
  width: 100%;
  left: 0;
  overflow: hidden;
  margin: 33px auto;
}

header.header {
  background-color: #fff;
  text-align: center;
  padding: 25px 0 55px 0;
  line-height: 1;
}

.bloco {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 998.8px;
  margin: 0 auto;
}

.b-radius {
  border-radius: 22px;
}

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

section.capa-evento {
  margin-top: -35px;
}

.bloco-style {
  box-shadow: 0 2.9px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: white;
  position: relative;
  padding: 20px 30px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.text-title h1.title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}

.text-title h2.title {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-title {
  width: 100%;
}

.location-item {
  background-color: #f0f0f0;
  padding: 10px 20px;
  margin-top: 15px;
}

.bg-none {
  background: none;
}

.d-i-flex {
  background: none;
  display: inline-flex;
}

.lh-2 {
  line-height: 2;
}

.location-item.b-radius {
  display: inline-flex;
  font-size: 18.7px;
  font-weight: 300;
  color: #000;
  align-items: center;
}

.subscribe-group {
  background-color: rgba(76, 191, 101, 0.2);
  border-radius: 22px 0px;
  margin-bottom: -20px;
  margin-right: -30px;
  text-align: center;
  padding: 25px;
}

.subscribe-text {
  margin-bottom: 20px;
}

.subscribe-text p {
  font-size: 17.3px;
  color: #202020;
}

.text-green {
  color: #4cbf65;
}

.btn-large-green {
  background-color: #4cbf65;
  padding: 10px 40px;
  font-size: 26.4px;
  font-weight: 700;
  color: #fff;
}

.btn-large-green:hover {
  background-color: #43a758;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

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

.text-body {
  padding: 0 30px 25px 30px;
}

.text-body p {
  font-size: 18px;
  line-height: 1.86;
  text-align: justify;
}

.media-list {
  overflow: hidden;
  position: relative;
}

.list-itens {
  list-style-type: none;
  display: inline-flex;
  padding: 0;
}

.divisor-data,
.divisor-data p {
  padding-left: 0px;
  padding-right: 0px;
}

li.item {
  margin: 15px 10px;
}

li.item iframe {
  height: 316px;
  width: 100%;
}

li.item img {
  max-height: 316px;
  width: auto;
}

.perfil-pic {
  background-position: center;
  background-color: #aaa;
  border-radius: 50%;
  margin: 0 auto;
  height: 130px;
  width: 130px;
}

.perfil-pic img {
  width: 130px !important;
  height: 130px !important;
  object-fit: cover;
  border-radius: 50%;
}

.perfil-desc {
  padding-top: 15px;
}

.perfil-desc .title {
  color: #353535;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.49;
  text-align: center;
  white-space: nowrap;
}

.perfil-desc .subtitle {
  color: #545454;
  font-size: 13px;
  line-height: 2.41;
  text-align: center;
}

.people-list {
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 10px;
}

.filter-list {
  overflow: auto;
  padding: 10px 5px 0px 5px;
}

.calendar-list {
  overflow: auto;
  padding: 0px 5px 15px 5px;
}

.calendar-list .list-itens .item {
  width: 266.3px;
  height: 250.7px;
  padding-top: 12px;
  box-shadow: 0 2.9px 10px 0 rgba(0, 0, 0, 0.1);
}

.people-list li.item {
  margin: 15px 30px;
}

.filtros-palestrantes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.input-palestrantes {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

.input-select {
  display: block;
  width: 100%;
  height: 30px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #8e8e93;
  padding: 0px 15px;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-select:focus {
  color: #8e8e93;
  border-color: #ff4f00;
  outline: 0;
}

.input-text {
  display: block;
  width: 180px;
  height: 30px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #8e8e93;
  padding: 0px 15px;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  background-color: rgba(0, 0, 0, 0.05);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-text:focus {
  color: #8e8e93;
  border-color: #ff4f00;
  outline: 0;
}

.select-palestrantes {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

.filter-list .list-itens .item {
  background-color: #f4f4f4;
  font-size: 14.2px;
  font-weight: 600;
  min-width: 148.8px;
  margin: 0px 8px 0px 8px;
  height: 27.6px;
  line-height: 27.6px;
  cursor: pointer;
  object-fit: contain;
  text-align: center;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.filter-list .list-itens .item:hover {
  background-color: #e4e4e4;
}

.filter-list .list-itens .item.ativo {
  background-image: linear-gradient(to bottom, #ff4f00, #ff4f00),
    linear-gradient(260deg, #fb7c05 100%, #ff7235 100%, #f00 0%);
  object-fit: contain;
  text-align: center;
  cursor: default;
  min-width: 148.8px;
  margin: 0px 8px 0px 8px;
  height: 27.6px;
  color: #fff;
}

.location-item.b-radius .ico {
  align-self: center;
  margin-right: 15px;
  line-height: 1;
}

.footer-list {
  list-style-type: none;
  padding: 0;
}

.footer-list li {
  font-size: 13.1px;
  font-weight: 300;
  line-height: 2;
  color: #515151;
}

.footer-list .subtitle {
  color: #353;
  font-size: 11.4px;
  font-weight: 300;
}

.footer-list .text {
  font-size: 10.8px;
  font-weight: 400;
  color: #8e8e8e;
}

.footer-list .title {
  color: #515151;
  font-size: 15px;
  font-weight: 600;
  min-height: 30px;
  margin-bottom: 10px;
}

.footer-social-nt > li {
  display: inline-block;
  height: 33px;
  margin-left: 10px;
}

.footer-social-nt > li:first-child {
  display: block;
  width: 100%;
}

.footer-social-nt > li:last-child {
  margin-left: 3px;
}

.center-by-margin {
  margin: 0 auto !important;
}

.d-force-none {
  display: none !important;
}

.logo.logo-4events {
  display: inline-block;
  width: 91px;
}

.logo.logo-4events.orange {
  display: inline-block;
  width: 91px;
}

.calendar-list .list-itens .perfil-desc {
  padding-top: 5px;
}

.calendar-list .list-itens .title {
  color: #ff4f00;
  font-size: 12.8px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-stretch: normal;
  letter-spacing: -0.08px;
}

.calendar-list .list-itens .subtitle {
  color: #353535;
  font-weight: 600;
  font-size: 14.3px;
  font-style: normal;
  line-height: normal;
  font-stretch: normal;
  letter-spacing: -0.08px;
}

.calendar-list .list-itens .horas {
  width: 189.6px;
  height: 23.7px;
  margin: 0 auto;
  text-align: center;
  font-size: 12.6px;
  line-height: 2;
  font-weight: normal;
  border-radius: 21.4px;
  background-color: rgba(255, 79, 0, 0.1);
}

.text-redes {
  color: #353535;
}

.location-group .d-i-flex {
  display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-100 {
  width: 100%;
}

.d-flex-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.flex-item {
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding: 15px 10px;
}

.text-footer {
  margin: 10px 0;
}

.footer-list a {
  text-decoration: none;
  color: inherit;
}

.text-footer h5.title {
  font-size: 14.3px;
  font-weight: 600;
  color: #51a800;
  text-align: center;
  border-radius: 39px;
  background-color: #eef6e6;
  margin: 0 auto;
  padding: 8px 0;
  width: 100%;
  max-width: 775px;
}

.btn-redux {
  padding: 5px 15px;
}

.bg-btn-footer {
  background-color: rgba(76, 191, 101, 0.2);
  padding: 9px 20px 7px 20px;
  text-align: center;
}

.section-footer-fixed {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 2;
  bottom: 0;
  right: 0;
}

.icon-4events.whatsapp {
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='34' viewBox='0 0 33 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.0477 8.4343C23.9205 7.29967 22.5794 6.39999 21.102 5.7874C19.6245 5.1748 18.0403 4.86145 16.4409 4.86552C9.73435 4.86552 4.27478 10.3237 4.27207 17.033C4.27207 19.1772 4.83185 21.27 5.89584 23.1161L4.17041 29.42L10.6208 27.7271C12.405 28.6984 14.404 29.2077 16.4355 29.2086H16.4409C23.1461 29.2086 28.6057 23.7504 28.6084 17.0411C28.613 15.4424 28.3007 13.8586 27.6895 12.3813C27.0784 10.904 26.1805 9.5625 25.0477 8.4343ZM16.4409 27.1552H16.4368C14.6254 27.1553 12.8472 26.668 11.289 25.7442L10.9203 25.5246L7.09267 26.529L8.11329 22.7975L7.87338 22.4153C6.8606 20.8029 6.32447 18.937 6.32686 17.033C6.32957 11.4569 10.8661 6.92031 16.445 6.92031C17.7736 6.91736 19.0896 7.17795 20.3169 7.687C21.5441 8.19605 22.6583 8.94345 23.5947 9.88594C24.5362 10.8239 25.2825 11.9392 25.7903 13.1674C26.2982 14.3955 26.5576 15.7121 26.5536 17.0411C26.5509 22.6173 22.0143 27.1552 16.4409 27.1552ZM21.9886 19.5798C21.6836 19.4266 20.19 18.692 19.9107 18.5904C19.6329 18.4887 19.4309 18.4385 19.2276 18.7422C19.0243 19.0458 18.4415 19.7302 18.2639 19.9336C18.0864 20.1369 17.9088 20.1613 17.6052 20.0095C17.3016 19.8577 16.3216 19.5364 15.16 18.5009C14.256 17.6944 13.6461 16.6996 13.4685 16.3946C13.2909 16.0896 13.4495 15.9256 13.6027 15.7738C13.7396 15.6383 13.9063 15.4187 14.0581 15.2411C14.2099 15.0636 14.2601 14.9375 14.3617 14.7342C14.4634 14.5309 14.4132 14.3534 14.336 14.2015C14.2601 14.0484 13.6515 12.552 13.398 11.9434C13.1527 11.3538 12.9019 11.4325 12.7149 11.4243C12.5212 11.4164 12.3273 11.4128 12.1334 11.4135C11.9792 11.4174 11.8276 11.4531 11.6878 11.5185C11.5481 11.5838 11.4234 11.6772 11.3215 11.793C11.0423 12.098 10.2575 12.8326 10.2575 14.329C10.2575 15.8253 11.3473 17.2715 11.4991 17.4749C11.6509 17.6782 13.6433 20.7482 16.693 22.0656C17.4195 22.3787 17.9861 22.5658 18.4266 22.7067C19.1544 22.9385 19.8172 22.9046 20.3418 22.8274C20.9259 22.7406 22.1404 22.0927 22.3938 21.3825C22.6473 20.6723 22.6473 20.0637 22.5714 19.9363C22.4955 19.8089 22.2908 19.7316 21.9886 19.5798Z' fill='black'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 33px;
  height: 34px;
}

.icon-4events.instagram {
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='32' viewBox='0 0 31 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.7856 27.354C12.7021 27.3816 12.3385 27.3686 11.1347 27.3267C10.196 27.3043 9.26807 27.1219 8.39079 26.7872C7.64009 26.5028 6.95674 26.0654 6.38413 25.5028C5.81152 24.9401 5.36217 24.2645 5.06461 23.5189C4.72747 22.6445 4.54156 21.7191 4.51483 20.7823C4.43387 19.5821 4.43034 19.1885 4.40291 16.1288C4.37518 13.0365 4.38824 12.6754 4.43141 11.4779C4.44174 10.542 4.61104 9.61471 4.93206 8.73558C5.21586 7.98382 5.65331 7.29952 6.21649 6.72637C6.77967 6.15321 7.45619 5.70381 8.20285 5.40687C9.07561 5.06835 9.99995 4.88199 10.9357 4.85587C12.1321 4.77745 12.5257 4.77392 15.5829 4.74651C18.6915 4.71863 19.0489 4.73172 20.2339 4.7725C21.1716 4.78164 22.1033 4.95129 22.9837 5.27434C23.7354 5.55819 24.4197 5.9955 24.993 6.55842C25.5663 7.12134 26.0161 7.79752 26.3137 8.54386C26.6563 9.43082 26.844 10.3693 26.8663 11.3181C26.9472 12.5183 26.9508 12.9106 26.9782 15.969C27.0056 19.0275 26.9916 19.4288 26.9496 20.6163C26.9393 21.5543 26.7696 22.4837 26.4478 23.3648C26.1629 24.1162 25.7249 24.8001 25.1617 25.3731C24.5984 25.9461 23.9221 26.3958 23.1758 26.6935C22.3013 27.0298 21.3766 27.2161 20.4404 27.2433C19.2439 27.323 18.8516 27.3265 15.7856 27.354ZM15.5581 6.73112C12.4921 6.75861 12.1739 6.77651 10.9773 6.84114C10.2625 6.8569 9.55565 6.9951 8.88753 7.24974C8.40027 7.44153 7.95861 7.73331 7.59102 8.10624C7.22343 8.47918 6.93806 8.925 6.75332 9.41498C6.50869 10.0941 6.38349 10.811 6.38245 11.5331C6.3269 12.7483 6.32976 13.0666 6.35706 16.1113C6.38403 19.1196 6.39858 19.4843 6.46456 20.6909C6.48225 21.4053 6.62021 22.1123 6.87316 22.7807C7.26556 23.7637 8.05471 24.5363 9.04709 24.906C9.71882 25.1502 10.4279 25.2758 11.1426 25.2771C12.3566 25.3364 12.6762 25.3335 15.7247 25.3062C18.7994 25.2786 19.1177 25.2607 20.3042 25.195C21.0191 25.1799 21.726 25.0417 22.394 24.7864C22.8786 24.5931 23.3177 24.3012 23.6834 23.9291C24.0491 23.557 24.3334 23.1129 24.5182 22.625C24.7628 21.9458 24.888 21.2277 24.889 20.5056L24.9028 20.5055C24.946 19.3067 24.9431 18.9871 24.9157 15.9249C24.8882 12.8626 24.8715 12.5406 24.8069 11.344C24.7892 10.6303 24.651 9.92457 24.3983 9.25677C24.2053 8.77154 23.9133 8.33185 23.5409 7.9657C23.1686 7.59954 22.7241 7.31495 22.2357 7.13005C21.5628 6.88537 20.8534 6.76136 20.1389 6.759C18.9262 6.70092 18.609 6.70377 15.5581 6.73112ZM15.736 21.8174C14.5898 21.8285 13.4661 21.4993 12.507 20.8716C11.5479 20.244 10.7964 19.3459 10.3477 18.2912C9.89903 17.2364 9.77321 16.0722 9.9862 14.9459C10.1992 13.8196 10.7414 12.7818 11.5443 11.9637C12.3471 11.1456 13.3746 10.584 14.4967 10.3499C15.6188 10.1158 16.7851 10.2197 17.8481 10.6485C18.9111 11.0772 19.8231 11.8117 20.4687 12.7588C21.1143 13.706 21.4645 14.8233 21.475 15.9695C21.4868 17.5052 20.8894 18.983 19.8137 20.0792C18.738 21.1753 17.2717 21.8004 15.736 21.8174ZM15.6503 12.2585C14.9066 12.2652 14.1815 12.4922 13.5668 12.911C12.9521 13.3297 12.4754 13.9213 12.197 14.611C11.9185 15.3007 11.8508 16.0575 12.0024 16.7856C12.1541 17.5137 12.5182 18.1806 13.0489 18.7018C13.5795 19.2229 14.2527 19.5751 14.9835 19.7136C15.7142 19.8522 16.4696 19.7709 17.1542 19.4802C17.8388 19.1894 18.4217 18.7021 18.8294 18.08C19.237 17.4579 19.4511 16.7289 19.4444 15.9852C19.4331 14.9886 19.0277 14.037 18.3166 13.3387C17.6056 12.6403 16.6469 12.2519 15.6503 12.2585ZM21.6589 11.3109C21.4815 11.3118 21.3056 11.2778 21.1413 11.2107C20.977 11.1437 20.8275 11.0449 20.7013 10.9201C20.4466 10.668 20.3024 10.3251 20.3005 9.96667C20.2986 9.60829 20.4392 9.26384 20.6913 9.00909C20.9434 8.75435 21.2863 8.61017 21.6447 8.60829C22.0031 8.60641 22.3475 8.74697 22.6023 8.99905C22.857 9.25113 23.0012 9.59409 23.0031 9.95247C23.005 10.3109 22.8644 10.6553 22.6123 10.91C22.3602 11.1648 22.0173 11.309 21.6589 11.3109Z' fill='black'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 31px;
  height: 32px;
}

.icon-4events.twitter {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='20' viewBox='0 0 23 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.8835 1.38594C20.989 2.04088 19.9939 2.54231 18.9365 2.87093C18.3511 2.20195 17.5819 1.72838 16.7329 1.51427C15.8839 1.30015 14.9961 1.35581 14.1895 1.67373C13.3829 1.99165 12.6965 2.55648 12.2231 3.29184C11.7497 4.02719 11.5121 4.89759 11.5425 5.78531L11.5629 6.7527C9.89701 6.79951 8.23737 6.42517 6.73185 5.66302C5.22632 4.90087 3.92163 3.77456 2.93397 2.38441C2.93397 2.38441 -0.676285 11.0971 7.94186 14.9527C6.01699 16.3083 3.70428 16.9902 1.3432 16.8984C9.98176 21.7213 20.3132 16.8673 20.0784 5.7423C20.0718 5.47284 20.0408 5.20408 19.9856 4.93949C20.9331 3.96422 21.5902 2.73376 21.8835 1.38594V1.38594Z' stroke='black' stroke-width='2.21434' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 23px;
  height: 20px;
}

.icon-4events.telegram {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1571_760)'%3E%3Cpath d='M11.5306 0.816596C17.8952 0.759529 23.1007 5.87247 23.1577 12.2371C23.2148 18.6016 18.1019 23.8071 11.7373 23.8642C5.37269 23.9212 0.167229 18.8083 0.110162 12.4437C0.053095 6.07912 5.16603 0.873663 11.5306 0.816596ZM16.7115 7.68497C16.2725 7.69697 15.6004 7.93349 12.3707 9.29355C10.1038 10.2639 7.84341 11.2492 5.58957 12.2494C5.03838 12.4721 4.75219 12.6867 4.72754 12.8944C4.68041 13.2936 5.26232 13.4117 5.99503 13.6402C6.59253 13.8262 7.39659 14.0425 7.81383 14.048C8.19188 14.0527 8.61227 13.8945 9.07501 13.5757C12.2366 11.4268 13.8668 10.3416 13.9703 10.3176C14.0428 10.3008 14.1428 10.2792 14.2125 10.3385C14.281 10.3978 14.2751 10.5108 14.2674 10.542C14.2119 10.7856 11.2501 13.494 11.08 13.6718L10.9978 13.7556C10.3696 14.387 9.73369 14.8018 10.8441 15.5098C11.8479 16.1497 12.4324 16.5582 13.464 17.2151C14.1246 17.6332 14.6443 18.1322 15.3213 18.0651C15.6334 18.0335 15.9523 17.7413 16.1093 16.8756C16.4771 14.8324 17.198 10.4027 17.3568 8.57811C17.366 8.4268 17.3581 8.27493 17.3332 8.1254C17.3178 8.00464 17.2576 7.89407 17.1644 7.81575C17.024 7.70406 16.8071 7.68296 16.7115 7.68497Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1571_760'%3E%3Crect width='23.0485' height='23.0485' fill='white' transform='translate(0.00683594 0.919922) rotate(-0.513719)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-4events.facebook {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-facebook' viewBox='0 0 16 16'%3E%3Cpath d='M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951z'/%3E%3C/svg%3E");
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: -8px;
  transform: scale(1.5);
}

.icon-4events.linkedin {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktbGlua2VkaW4iIHZpZXdCb3g9IjAgMCAxNiAxNiI+CiAgPHBhdGggZD0iTTAgMS4xNDZDMCAuNTEzLjUyNiAwIDEuMTc1IDBoMTMuNjVDMTUuNDc0IDAgMTYgLjUxMyAxNiAxLjE0NnYxMy43MDhjMCAuNjMzLS41MjYgMS4xNDYtMS4xNzUgMS4xNDZIMS4xNzVDLjUyNiAxNiAwIDE1LjQ4NyAwIDE0Ljg1NFYxLjE0NnptNC45NDMgMTIuMjQ4VjYuMTY5SDIuNTQydjcuMjI1aDIuNDAxem0tMS4yLTguMjEyYy44MzcgMCAxLjM1OC0uNTU0IDEuMzU4LTEuMjQ4LS4wMTUtLjcwOS0uNTItMS4yNDgtMS4zNDItMS4yNDgtLjgyMiAwLTEuMzU5LjU0LTEuMzU5IDEuMjQ4IDAgLjY5NC41MjEgMS4yNDggMS4zMjcgMS4yNDhoLjAxNnptNC45MDggOC4yMTJWOS4zNTljMC0uMjE2LjAxNi0uNDMyLjA4LS41ODYuMTczLS40MzEuNTY4LS44NzggMS4yMzItLjg3OC44NjkgMCAxLjIxNi42NjIgMS4yMTYgMS42MzR2My44NjVoMi40MDFWOS4yNWMwLTIuMjItMS4xODQtMy4yNTItMi43NjQtMy4yNTItMS4yNzQgMC0xLjg0NS43LTIuMTY1IDEuMTkzdi4wMjVoLS4wMTZhNS41NCA1LjU0IDAgMCAxIC4wMTYtLjAyNVY2LjE2OWgtMi40Yy4wMy42NzggMCA3LjIyNSAwIDcuMjI1aDIuNHoiLz4KPC9zdmc+");
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: -8px;
  transform: scale(1.5);
}

.icon-4events.key {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.91043 3.86292C9.27359 2.05334 7.54944 0.756348 5.5224 0.756348C2.95172 0.756348 0.862549 2.84552 0.862549 5.4162C0.862549 7.98689 2.95172 10.0761 5.5224 10.0761C7.54944 10.0761 9.27359 8.77906 9.91043 6.96949H13.2888V10.0761H16.3954V6.96949H17.9487V3.86292H9.91043ZM5.5224 6.96949C4.6681 6.96949 3.96912 6.27051 3.96912 5.4162C3.96912 4.5619 4.6681 3.86292 5.5224 3.86292C6.37671 3.86292 7.07569 4.5619 7.07569 5.4162C7.07569 6.27051 6.37671 6.96949 5.5224 6.96949Z' fill='%23505050'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 18px;
  height: 11px;
}

.icon-4events.download {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='13' viewBox='0 0 20 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0085 4.8938C15.4804 2.21438 13.1272 0.202881 10.3002 0.202881C8.05568 0.202881 6.10631 1.47657 5.13551 3.34052C2.79781 3.58904 0.980469 5.56948 0.980469 7.9693C0.980469 10.54 3.06964 12.6292 5.64032 12.6292H15.7367C17.8802 12.6292 19.6199 10.8895 19.6199 8.74595C19.6199 6.69561 18.0278 5.0336 16.0085 4.8938ZM14.1834 7.19266L10.3002 11.0759L6.41697 7.19266H8.74689V4.08609H11.8535V7.19266H14.1834Z' fill='white'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 20px;
  height: 13px;
}

.icon-4events.localizacao {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='26' viewBox='0 0 20 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.888 8.02641C17.888 3.89387 14.3239 0.5354 9.9384 0.5354C5.55285 0.5354 1.98876 3.89387 1.98876 8.02641C1.98876 13.6447 9.9384 21.7599 9.9384 21.7599C9.9384 21.7599 17.888 13.6447 17.888 8.02641ZM7.28852 8.02641C7.28852 6.65305 8.48096 5.5294 9.9384 5.5294C11.3958 5.5294 12.5883 6.65305 12.5883 8.02641C12.5883 9.39976 11.4091 10.5234 9.9384 10.5234C8.48096 10.5234 7.28852 9.39976 7.28852 8.02641ZM0.663818 23.0084V25.5054H19.213V23.0084H0.663818Z' fill='black'/%3E%3C/svg%3E");
  display: inline-block;
  width: 20px;
  height: 26px;
}

.icon-4events.calendar {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='22' viewBox='0 0 20 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.0001 2.33276H17.037V0.451904H15.1108V2.33276H5.47946V0.451904H3.55321V2.33276H2.59008C1.53063 2.33276 0.663818 3.17915 0.663818 4.21362V19.2605C0.663818 20.295 1.53063 21.1413 2.59008 21.1413H18.0001C19.0596 21.1413 19.9264 20.295 19.9264 19.2605V4.21362C19.9264 3.17915 19.0596 2.33276 18.0001 2.33276ZM18.0001 19.2605H2.59008V7.03491H18.0001V19.2605Z' fill='black'/%3E%3C/svg%3E");
  display: inline-block;
  width: 20px;
  height: 22px;
}

.icon-4events.mastercard {
  background-image: url("data:image/svg+xml,%3Csvg width='57' height='42' viewBox='0 0 57 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.652832' width='55.385' height='41.5387' rx='2.76925' fill='%23353A48'/%3E%3Cpath d='M33.5892 11.4597H23.0029V30.4836H33.5892V11.4597Z' fill='%23FF5F00'/%3E%3Cpath d='M23.6731 20.971C23.6714 19.1388 24.0866 17.3303 24.8871 15.6824C25.6877 14.0344 26.8528 12.5902 28.294 11.459C26.5092 10.0561 24.3657 9.18368 22.1085 8.94141C19.8513 8.69915 17.5715 9.09682 15.5297 10.089C13.4878 11.0812 11.7663 12.6278 10.5619 14.5521C9.35745 16.4765 8.71875 18.7008 8.71875 20.971C8.71875 23.2411 9.35745 25.4655 10.5619 27.3898C11.7663 29.3141 13.4878 30.8608 15.5297 31.8529C17.5715 32.8451 19.8513 33.2428 22.1085 33.0005C24.3657 32.7583 26.5092 31.8858 28.294 30.4829C26.8528 29.3518 25.6878 27.9075 24.8872 26.2596C24.0866 24.6116 23.6714 22.8031 23.6731 20.971V20.971Z' fill='%23EB001B'/%3E%3Cpath d='M47.8711 20.971C47.8711 23.2411 47.2325 25.4654 46.0282 27.3898C44.8238 29.3141 43.1023 30.8607 41.0605 31.8529C39.0187 32.8451 36.7389 33.2428 34.4818 33.0005C32.2246 32.7583 30.0811 31.8858 28.2964 30.4829C29.7364 29.3506 30.9005 27.9062 31.701 26.2585C32.5014 24.6108 32.9173 22.8028 32.9173 20.971C32.9173 19.1391 32.5014 17.3312 31.701 15.6835C30.9005 14.0358 29.7364 12.5913 28.2964 11.459C30.0811 10.0561 32.2246 9.18367 34.4818 8.94141C36.7389 8.69915 39.0187 9.09684 41.0605 10.089C43.1023 11.0812 44.8238 12.6279 46.0282 14.5522C47.2325 16.4765 47.8711 18.7008 47.8711 20.971V20.971Z' fill='%23F79E1B'/%3E%3Cpath d='M46.7165 28.4708V28.0813H46.8736V28.002H46.4736V28.0813H46.6307V28.4708H46.7165ZM47.493 28.4708V28.0012H47.3705L47.2294 28.3242L47.0884 28.0012H46.9657V28.4708H47.0523V28.1166L47.1845 28.422H47.2743L47.4065 28.1158V28.4708H47.493Z' fill='%23F79E1B'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 57px;
  height: 42px;
}

.icon-4events.elo {
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='42' viewBox='0 0 56 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.268555' y='-3.05176e-05' width='55.385' height='41.5387' rx='2.76925' fill='%23231F20'/%3E%3Cpath d='M4.57617 32.0003H51.4585V9.84632H4.57617V32.0003Z' fill='%23231F20'/%3E%3Cpath d='M14.2368 16.6318C14.687 16.4815 15.1684 16.4005 15.6694 16.4005C17.8547 16.4005 19.6791 17.9526 20.097 20.0159L23.1947 19.3841C22.4838 15.8779 19.3852 13.2393 15.6694 13.2393C14.8179 13.2393 14 13.378 13.2346 13.6337L14.2368 16.6318Z' fill='%23FFCB04'/%3E%3Cpath d='M10.5811 26.6711L12.6759 24.3028C11.7407 23.4743 11.1509 22.2653 11.1509 20.9184C11.1509 19.5724 11.74 18.364 12.6746 17.5365L10.5793 15.168C8.99139 16.5749 7.98926 18.63 7.98926 20.9184C7.98926 23.2083 8.99179 25.2641 10.5811 26.6711Z' fill='%2300A4E0'/%3E%3Cpath d='M20.096 21.825C19.6765 23.887 17.8538 25.4361 15.6693 25.4361C15.1679 25.4361 14.6853 25.3554 14.2354 25.2041L13.2319 28.2034C13.9973 28.4589 14.8169 28.5972 15.6693 28.5972C19.3816 28.5972 22.4796 25.9629 23.1934 22.46L20.096 21.825Z' fill='%23EF4023'/%3E%3Cpath d='M32.0937 23.4683C32.0927 23.4691 32.0921 23.4699 32.0913 23.4707L32.0031 23.4113C31.7494 23.8231 31.3537 24.1565 30.854 24.3732C29.9036 24.7865 29.0229 24.6803 28.3903 24.1254L28.3322 24.2139C28.3315 24.2129 28.3313 24.2121 28.3304 24.2121L27.2518 25.8258C27.5195 26.012 27.807 26.1695 28.109 26.2955C29.3005 26.7904 30.5197 26.7676 31.7207 26.2453C32.5894 25.8689 33.2709 25.2947 33.7369 24.5671L32.0937 23.4683ZM28.7264 19.4869C27.7227 19.9183 27.2053 20.8597 27.3117 21.9637L31.5636 20.1337C30.8324 19.2746 29.8808 18.9898 28.7264 19.4869ZM25.9035 24.4027C25.802 24.2383 25.6641 23.9752 25.581 23.7818C25.0904 22.643 25.0669 21.4645 25.4812 20.333C25.9367 19.0923 26.8068 18.1424 27.9309 17.6587C29.3443 17.0505 30.9074 17.1704 32.2621 17.9741C33.1227 18.4679 33.7326 19.2301 34.1959 20.3079C34.2549 20.4458 34.3067 20.5932 34.3574 20.7185L25.9035 24.4027Z' fill='white'/%3E%3Cpath d='M37.3124 15.2822V24.2538L38.7072 24.8192L37.9147 26.6685L36.3751 26.0273C36.0296 25.8777 35.7943 25.6488 35.6162 25.3902C35.446 25.1266 35.3186 24.7651 35.3186 24.2783V15.2822H37.3124Z' fill='white'/%3E%3Cpath d='M40.9257 21.9682C40.9266 21.2042 41.2637 20.5192 41.7976 20.0536L40.3667 18.4579C39.3961 19.3159 38.7848 20.5694 38.7837 21.9661C38.7821 23.3632 39.3926 24.6182 40.3621 25.4783L41.7915 23.881C41.2603 23.4135 40.9251 22.7304 40.9257 21.9682Z' fill='white'/%3E%3Cpath d='M43.4684 24.5143C43.1866 24.5135 42.9153 24.467 42.6622 24.3827L41.9788 26.4147C42.4458 26.5716 42.9461 26.6569 43.4662 26.6577C45.7321 26.6599 47.6241 25.0521 48.0624 22.9149L45.9618 22.4859C45.7228 23.6447 44.6972 24.5153 43.4684 24.5143Z' fill='white'/%3E%3Cpath d='M43.4746 17.2829C42.9551 17.2823 42.4551 17.3668 41.9885 17.5221L42.6659 19.5558C42.9197 19.472 43.191 19.4257 43.4724 19.4257C44.7041 19.4268 45.7305 20.3026 45.9638 21.4644L48.0646 21.0383C47.6325 18.8981 45.7422 17.2845 43.4746 17.2829Z' fill='white'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 56px;
  height: 42px;
}

.icon-4events.visa {
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='42' viewBox='0 0 56 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.0368652' y='0.153839' width='55.385' height='41.5387' rx='2.76925' fill='%23224DBA'/%3E%3Cpath d='M22.3985 13.9453L16.5977 27.7855H12.8131L9.95844 16.7404C9.78514 16.0601 9.63444 15.8108 9.10737 15.5242C8.24683 15.0574 6.82575 14.6194 5.57544 14.3475L5.66036 13.9453H11.7524C12.529 13.9453 13.2271 14.4622 13.4034 15.3565L14.911 23.3651L18.637 13.9451H22.3985V13.9453ZM37.2273 23.2668C37.2426 19.6139 32.1762 19.4127 32.2111 17.7809C32.2219 17.2843 32.6948 16.7563 33.7298 16.6215C34.2428 16.5544 35.6562 16.5032 37.2594 17.2409L37.8882 14.306C37.0268 13.9933 35.9184 13.6924 34.5393 13.6924C31.0005 13.6924 28.51 15.5736 28.489 18.2674C28.4662 20.2599 30.2666 21.3717 31.6231 22.0338C33.0185 22.7118 33.4868 23.1475 33.4815 23.7539C33.4715 24.6823 32.3685 25.0922 31.3376 25.1083C29.5381 25.136 28.4938 24.6214 27.6615 24.2344L27.0125 27.2665C27.8491 27.6502 29.3932 27.9851 30.994 28.0019C34.7553 28.0019 37.2158 26.144 37.2273 23.2668ZM46.5721 27.7855H49.8834L46.993 13.9453H43.9367C43.2495 13.9453 42.6698 14.3455 42.4132 14.9607L37.0406 27.7855H40.8001L41.5464 25.7182H46.1399L46.5721 27.7855ZM42.5772 22.8816L44.4617 17.6852L45.5463 22.8816H42.5772ZM27.514 13.9453L24.5535 27.7855H20.9733L23.935 13.9453H27.514V13.9453Z' fill='white'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 56px;
  height: 42px;
}

.icon-4events.money-cifra {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9.1375' stroke='%2351A800' stroke-width='1.725'/%3E%3Cpath d='M10.3489 9.32762C8.96167 8.96707 8.51556 8.59429 8.51556 8.01374C8.51556 7.34762 9.13278 6.88318 10.1656 6.88318C11.2533 6.88318 11.6567 7.40262 11.6933 8.16651H13.0439C13.0011 7.1154 12.3594 6.14985 11.0822 5.83818V4.49985H9.24889V5.81985C8.06333 6.07651 7.11 6.84651 7.11 8.02596C7.11 9.43762 8.27722 10.1404 9.98222 10.5498C11.51 10.9165 11.8156 11.4543 11.8156 12.0226C11.8156 12.4443 11.5161 13.1165 10.1656 13.1165C8.90667 13.1165 8.41167 12.5543 8.34444 11.8332H7C7.07333 13.1715 8.07556 13.9232 9.24889 14.1737V15.4998H11.0822V14.186C12.2739 13.9598 13.2211 13.2693 13.2211 12.0165C13.2211 10.281 11.7361 9.68818 10.3489 9.32762Z' fill='%2351A800'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-4events.boleto {
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='42' viewBox='0 0 56 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.885819' y='0.461228' width='54.7696' height='40.9233' rx='2.46155' fill='%23F9F9F9' stroke='black' stroke-width='0.615389'/%3E%3Cpath d='M52.4289 4.46115H4.9033C3.87398 4.46115 3.03955 5.29558 3.03955 6.3249V35.213C3.03955 36.2423 3.87398 37.0767 4.9033 37.0767H52.4289C53.4582 37.0767 54.2926 36.2423 54.2926 35.213V6.3249C54.2926 5.29558 53.4582 4.46115 52.4289 4.46115Z' fill='%23F9F9F9'/%3E%3Cpath d='M9.3833 10.0391H9.82221V21.6931H9.3833V10.0391ZM10.2611 10.0391H10.7V21.6931H10.2611V10.0391ZM12.8965 10.0391H13.3354V21.6931H12.8965V10.0391ZM21.4399 10.0391H21.8788V21.6931H21.4399V10.0391ZM24.2961 10.0391H24.735V21.6931H24.2961V10.0391ZM27.0656 10.0391H27.5045V21.6931H27.0656V10.0391ZM27.7794 10.0391H28.2183V21.6931H27.7794V10.0391ZM28.4942 10.0391H28.9331V21.6931H28.4942V10.0391ZM29.2974 10.0391H29.7364V21.6931H29.2974V10.0391ZM30.1007 10.0391H30.5396V21.6931H30.1007V10.0391ZM32.3335 10.0391H32.7724V21.6931H32.3335V10.0391ZM37.8698 10.0391H38.3087V21.6931H37.8698V10.0391ZM43.6446 10.0391H44.0835V21.6931H43.6446V10.0391ZM45.2241 10.0391H45.663V21.6931H45.2241V10.0391ZM46.3657 10.0391H46.8046V21.6931H46.3657V10.0391ZM47.0683 10.0391H47.5072V21.6931H47.0683V10.0391ZM15.7946 10.0391H16.2335V21.6931H15.7946V10.0391ZM11.4027 10.0391H12.1929V21.6931H11.4027V10.0391ZM16.6184 10.0391H17.4086V21.6931H16.6184V10.0391ZM20.2806 10.0391H21.0709V21.6931H20.2806V10.0391ZM22.1556 10.0391H22.9458V21.6931H22.1556V10.0391ZM25.1021 10.0391H25.8924V21.6931H25.1021V10.0391ZM33.503 10.0391H34.7321V21.6931H33.503V10.0391ZM35.1086 10.0391H36.075V21.6931H35.1086V10.0391ZM36.8028 10.0391H37.593V21.6931H36.8028V10.0391ZM39.043 10.0391H40.3607V21.6931H39.043V10.0391ZM41.6233 10.0391H42.941V21.6931H41.6233V10.0391ZM13.7743 10.0391H15.3547V21.6931H13.7743V10.0391ZM17.8708 10.0391H19.1V21.6931H17.8708V10.0391Z' fill='%23010101'/%3E%3Cpath d='M9.95215 32.0407V25.3704H12.4552C12.8734 25.3542 13.2906 25.423 13.6815 25.5726C13.9812 25.7007 14.2338 25.9185 14.4046 26.196C14.5739 26.4587 14.6647 26.7642 14.6665 27.0766C14.6665 27.3615 14.5861 27.6406 14.4345 27.8818C14.2637 28.1476 14.0206 28.359 13.7337 28.4912C14.102 28.5858 14.4292 28.7981 14.6656 29.096C14.8843 29.3867 14.9988 29.7425 14.9908 30.1062C14.9933 30.408 14.9257 30.7063 14.7932 30.9775C14.6812 31.2207 14.5129 31.4338 14.3021 31.599C14.0828 31.7562 13.8345 31.8683 13.5715 31.9289C13.219 32.0098 12.8578 32.0474 12.4962 32.0407H9.95215ZM10.8356 28.1735H12.2781C12.5598 28.1845 12.8418 28.1585 13.1168 28.0961C13.318 28.0451 13.4964 27.9283 13.6237 27.7644C13.7423 27.5939 13.8021 27.3894 13.7943 27.1819C13.7984 26.9759 13.7431 26.7731 13.6349 26.5977C13.5317 26.4311 13.3714 26.3079 13.1839 26.251C12.8513 26.1745 12.51 26.1432 12.1691 26.1578H10.8356V28.1735ZM10.8356 31.2542H12.4962C12.697 31.2595 12.898 31.2489 13.0972 31.2225C13.2774 31.1933 13.4504 31.1301 13.607 31.0362C13.75 30.9437 13.866 30.8151 13.9434 30.6634C14.0336 30.4911 14.0791 30.2988 14.0757 30.1043C14.0819 29.8722 14.0151 29.644 13.8847 29.452C13.756 29.2676 13.5693 29.1314 13.3544 29.0653C13.0366 28.9793 12.7077 28.9416 12.3787 28.9534H10.8356V31.2542ZM16.2805 28.7922C16.2247 27.8418 16.545 26.9076 17.1723 26.1914C17.4679 25.8809 17.826 25.6367 18.2229 25.4748C18.6198 25.3129 19.0466 25.2369 19.475 25.252C20.06 25.244 20.6361 25.3968 21.1402 25.6937C21.6303 25.9834 22.0236 26.4118 22.2706 26.9247C22.5369 27.4833 22.6699 28.0961 22.6592 28.7149C22.6701 29.344 22.5298 29.9665 22.2501 30.5302C21.9965 31.0432 21.5915 31.4661 21.0899 31.7416C20.5941 32.015 20.0365 32.1568 19.4703 32.1535C18.8778 32.1633 18.2946 32.006 17.7873 31.6997C17.2993 31.4038 16.9083 30.9717 16.6626 30.4565C16.4094 29.9384 16.2787 29.3689 16.2805 28.7922V28.7922ZM17.1909 28.8062C17.153 29.5003 17.387 30.1819 17.8433 30.7063C18.049 30.9317 18.3007 31.1103 18.5814 31.23C18.8621 31.3498 19.1652 31.4079 19.4703 31.4005C19.7772 31.4083 20.0822 31.3497 20.3643 31.2285C20.6465 31.1074 20.8991 30.9267 21.1048 30.6988C21.5651 30.1423 21.7954 29.4309 21.7487 28.7102C21.7609 28.2223 21.6685 27.7374 21.4776 27.2882C21.3093 26.9008 21.0288 26.5727 20.6724 26.3461C20.3163 26.1222 19.903 26.0061 19.4824 26.0115C19.1843 26.007 18.8883 26.0616 18.6115 26.1721C18.3346 26.2826 18.0824 26.4469 17.8693 26.6554C17.6173 26.9496 17.4273 27.2917 17.3107 27.6611C17.1941 28.0305 17.1534 28.4197 17.1909 28.8053V28.8062ZM24.1064 32.0407V25.3704H24.9889V31.2533H28.2737V32.0407H24.1064ZM29.6883 32.0407V25.3704H34.5117V26.1578H30.5708V28.2005H34.261V28.9833H30.5708V31.2533H34.6664V32.0407H29.6883ZM37.9279 32.0407V26.1578H35.7296V25.3704H41.0171V26.1578H38.8104V32.0407H37.9279ZM41.8306 28.7922C41.7753 27.8415 42.0963 26.9073 42.7243 26.1914C43.0199 25.8809 43.378 25.6367 43.7749 25.4748C44.1718 25.3129 44.5985 25.2369 45.027 25.252C45.612 25.244 46.1881 25.3968 46.6922 25.6937C47.1823 25.9834 47.5756 26.4118 47.8226 26.9247C48.0889 27.4833 48.2219 28.0961 48.2112 28.7149C48.2221 29.344 48.0818 29.9665 47.8021 30.5302C47.5476 31.0441 47.1413 31.4674 46.6382 31.7425C46.1423 32.0159 45.5847 32.1577 45.0186 32.1544C44.4257 32.1641 43.8421 32.0065 43.3347 31.6997C42.8476 31.4034 42.4577 30.9713 42.2127 30.4565C41.9595 29.9384 41.8288 29.3689 41.8306 28.7922V28.7922ZM42.7411 28.8062C42.7031 29.5003 42.9371 30.1819 43.3934 30.7063C43.5991 30.9317 43.8509 31.1103 44.1315 31.23C44.4122 31.3498 44.7153 31.4079 45.0204 31.4005C45.3282 31.4093 45.6342 31.3511 45.9174 31.2301C46.2005 31.1092 46.4541 30.9282 46.6605 30.6998C47.1208 30.1432 47.3512 29.4319 47.3045 28.7111C47.314 28.2226 47.2187 27.7377 47.0249 27.2891C46.8566 26.9017 46.5762 26.5736 46.2198 26.347C45.8636 26.1232 45.4504 26.007 45.0297 26.0124C44.7317 26.0079 44.4357 26.0625 44.1588 26.173C43.8819 26.2835 43.6297 26.4478 43.4167 26.6564C43.1651 26.9506 42.9755 27.2926 42.8592 27.6618C42.743 28.0311 42.7025 28.42 42.7401 28.8053L42.7411 28.8062Z' fill='black'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 56px;
  height: 42px;
}

.icon-4events.pix {
  background-image: url("data:image/svg+xml,%3Csvg width='57' height='42' viewBox='0 0 57 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.962158' y='0.153534' width='55.385' height='41.5387' rx='2.76925' fill='%2332BCAD'/%3E%3Cpath d='M24.5598 27.9758V18.4466C24.5598 17.6047 24.8942 16.7974 25.4895 16.2021C26.0848 15.6068 26.8922 15.2723 27.7341 15.2723L30.5473 15.2763C31.387 15.278 32.1917 15.6127 32.7848 16.2071C33.3779 16.8015 33.7109 17.6069 33.7108 18.4466V20.4745C33.7108 21.3164 33.3764 22.1239 32.7811 22.7192C32.1858 23.3146 31.3784 23.6491 30.5365 23.6493H26.5602' stroke='white' stroke-width='0.347736' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M34.4971 15.2717H35.7175C36.0631 15.2717 36.3945 15.409 36.6388 15.6533C36.8831 15.8977 37.0204 16.2291 37.0204 16.5746V23.6923' stroke='white' stroke-width='0.347736' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36.7584 14.1684L36.205 13.6146C36.1724 13.582 36.1465 13.5433 36.1288 13.5006C36.1111 13.458 36.1021 13.4123 36.1021 13.3661C36.1021 13.32 36.1111 13.2743 36.1288 13.2317C36.1465 13.189 36.1724 13.1503 36.205 13.1177L36.7584 12.5644C36.8244 12.4984 36.9139 12.4613 37.0073 12.4613C37.1007 12.4613 37.1902 12.4984 37.2562 12.5644L37.8091 13.1177C37.8417 13.1503 37.8676 13.189 37.8853 13.2317C37.903 13.2743 37.9121 13.32 37.9121 13.3661C37.9121 13.4123 37.903 13.458 37.8853 13.5006C37.8676 13.5433 37.8417 13.582 37.8091 13.6146L37.2538 14.1684C37.2211 14.2011 37.1824 14.227 37.1397 14.2447C37.097 14.2623 37.0513 14.2714 37.0051 14.2714C36.9589 14.2714 36.9132 14.2623 36.8705 14.2447C36.8278 14.227 36.7891 14.2011 36.7564 14.1684' fill='white'/%3E%3Cpath d='M39.3635 15.2645H40.5737C41.1962 15.2643 41.7933 15.5113 42.2337 15.9513L45.0646 18.7822C45.1517 18.8694 45.2552 18.9387 45.3691 18.9859C45.4831 19.0331 45.6052 19.0574 45.7285 19.0574C45.8518 19.0574 45.9739 19.0331 46.0879 18.9859C46.2018 18.9387 46.3053 18.8694 46.3924 18.7822L49.213 15.9621C49.431 15.7442 49.6897 15.5714 49.9744 15.4535C50.2592 15.3357 50.5644 15.2751 50.8725 15.2753H51.8566' stroke='white' stroke-width='0.347736' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M39.3635 23.6297H40.5737C41.1962 23.6299 41.7933 23.3829 42.2337 22.943L45.0646 20.1121C45.2407 19.9361 45.4795 19.8372 45.7285 19.8372C45.9775 19.8372 46.2163 19.9361 46.3924 20.1121L49.213 22.9327C49.6533 23.3726 50.2502 23.6196 50.8725 23.6194H51.8566' stroke='white' stroke-width='0.347736' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.3443 25.4374C17.0458 25.4384 16.7499 25.3803 16.4739 25.2664C16.1979 25.1525 15.9472 24.985 15.7363 24.7737L13.4136 22.4495C13.3315 22.3709 13.2222 22.3271 13.1085 22.3271C12.9949 22.3271 12.8856 22.3709 12.8034 22.4495L10.4729 24.78C10.2621 24.9917 10.0115 25.1595 9.73549 25.2738C9.4595 25.388 9.16359 25.4465 8.86489 25.4457H8.41016L11.3534 28.3889C11.7948 28.8294 12.393 29.0768 13.0166 29.0768C13.6402 29.0768 14.2383 28.8294 14.6797 28.3889L17.6288 25.4393L17.3443 25.4374Z' fill='white'/%3E%3Cpath d='M8.86538 17.2238C9.16409 17.223 9.46 17.2815 9.736 17.3957C10.012 17.51 10.2626 17.6778 10.4734 17.8895L12.8039 20.2205C12.8849 20.3013 12.9946 20.3466 13.109 20.3466C13.2234 20.3466 13.3331 20.3013 13.4141 20.2205L15.7363 17.8983C15.9469 17.6864 16.1975 17.5183 16.4735 17.404C16.7496 17.2896 17.0456 17.2312 17.3443 17.2322H17.6239L14.6748 14.2831C14.4564 14.0646 14.1972 13.8913 13.9118 13.7731C13.6264 13.6548 13.3205 13.594 13.0117 13.594C12.7028 13.594 12.3969 13.6548 12.1115 13.7731C11.8261 13.8913 11.5669 14.0646 11.3485 14.2831L8.41016 17.2238H8.86538Z' fill='white'/%3E%3Cpath d='M20.0636 19.6726L18.2814 17.8904C18.2412 17.9069 18.1983 17.9155 18.1549 17.916H17.3445C16.9228 17.917 16.5186 18.0845 16.2197 18.382L13.8975 20.7027C13.6884 20.9115 13.4049 21.0287 13.1095 21.0287C12.814 21.0287 12.5305 20.9115 12.3214 20.7027L9.99036 18.3731C9.69156 18.0755 9.28732 17.9078 8.86556 17.9066H7.87075C7.82975 17.9057 7.78923 17.8976 7.75106 17.8826L5.95765 19.6726C5.51716 20.114 5.26978 20.7121 5.26978 21.3357C5.26978 21.9594 5.51716 22.5575 5.95765 22.9989L7.74713 24.7884C7.78523 24.7731 7.82579 24.765 7.86682 24.7644H8.86556C9.28731 24.7631 9.69153 24.5955 9.99036 24.2979L12.3209 21.9673C12.7423 21.5464 13.4766 21.5464 13.8975 21.9673L16.2197 24.289C16.5186 24.5865 16.9228 24.754 17.3445 24.755H18.1549C18.1983 24.7553 18.2413 24.764 18.2814 24.7805L20.0636 22.9984C20.282 22.78 20.4553 22.5208 20.5736 22.2354C20.6918 21.95 20.7527 21.6441 20.7527 21.3353C20.7527 21.0264 20.6918 20.7205 20.5736 20.4351C20.4553 20.1497 20.282 19.8905 20.0636 19.6721' fill='white'/%3E%3Cpath d='M26.979 27.1655C26.8317 27.1719 26.6855 27.1941 26.5429 27.2317V27.8125C26.652 27.8507 26.7668 27.87 26.8824 27.8694C27.1738 27.8694 27.3116 27.7713 27.3116 27.5147C27.3116 27.2734 27.1988 27.1655 26.979 27.1655V27.1655ZM26.4448 28.2447V27.0953H26.5248L26.5331 27.1444C26.6817 27.1049 26.8339 27.0804 26.9874 27.0713C27.0937 27.0638 27.1992 27.0944 27.2851 27.1576C27.3832 27.2391 27.4166 27.3705 27.4166 27.5138C27.4166 27.657 27.3675 27.8051 27.2302 27.8831C27.1254 27.9354 27.0093 27.9612 26.8922 27.9582C26.7738 27.9574 26.6561 27.9394 26.5429 27.9047V28.2427L26.4448 28.2447Z' fill='white'/%3E%3Cpath d='M28.1474 27.1615C27.8565 27.1615 27.7266 27.2527 27.7266 27.5092C27.7266 27.757 27.8546 27.8688 28.1474 27.8688C28.4403 27.8688 28.5668 27.7786 28.5668 27.5225C28.5668 27.2748 28.4388 27.1615 28.1474 27.1615V27.1615ZM28.5222 27.8688C28.4241 27.9385 28.2956 27.9586 28.1474 27.9586C27.9993 27.9586 27.8664 27.937 27.7717 27.8688C27.6652 27.7938 27.6216 27.6726 27.6216 27.5161C27.6216 27.3596 27.6652 27.238 27.7717 27.1615C27.8664 27.0933 27.9964 27.0717 28.1474 27.0717C28.2985 27.0717 28.4256 27.0933 28.5222 27.1615C28.6301 27.238 28.6718 27.3626 28.6718 27.5142C28.6718 27.6657 28.6287 27.7938 28.5222 27.8688Z' fill='white'/%3E%3Cpath d='M29.901 27.9354L29.5762 27.2384H29.5699L29.25 27.9354H29.1603L28.8169 27.0951H28.9248L29.2128 27.8005H29.2196L29.5326 27.0951H29.6224L29.9432 27.8005H29.95L30.2311 27.0951H30.3376L29.9912 27.9354H29.901Z' fill='white'/%3E%3Cpath d='M30.9629 27.16C30.6931 27.16 30.6019 27.2801 30.5852 27.4543H31.3406C31.3323 27.263 31.2342 27.16 30.9629 27.16V27.16ZM30.9595 27.959C30.7981 27.959 30.6931 27.9355 30.6097 27.8658C30.5116 27.781 30.4788 27.6578 30.4788 27.5166C30.4788 27.3753 30.5234 27.2384 30.6352 27.157C30.7331 27.0955 30.8475 27.0658 30.9629 27.0721C31.0806 27.065 31.1976 27.0934 31.2989 27.1536C31.4201 27.235 31.4436 27.3782 31.4436 27.5411H30.5828C30.5862 27.7143 30.6426 27.8673 30.9688 27.8673C31.1147 27.8635 31.2599 27.8471 31.4029 27.8183V27.9066C31.2575 27.9365 31.1098 27.9537 30.9614 27.9581' fill='white'/%3E%3Cpath d='M31.7256 27.9354V27.0951H31.8051L31.8134 27.1442C31.9915 27.099 32.0748 27.0711 32.2313 27.0711H32.2431V27.1643H32.2196C32.0881 27.1643 32.0081 27.1824 31.8237 27.2305V27.9344L31.7256 27.9354Z' fill='white'/%3E%3Cpath d='M32.8133 27.16C32.544 27.16 32.4522 27.2801 32.4356 27.4543H33.191C33.1826 27.263 33.0845 27.16 32.8133 27.16V27.16ZM32.8098 27.959C32.6484 27.959 32.544 27.9355 32.4606 27.8658C32.3625 27.781 32.3291 27.6578 32.3291 27.5166C32.3291 27.3753 32.3742 27.2384 32.4856 27.157C32.5834 27.0956 32.6979 27.066 32.8133 27.0721C32.9309 27.065 33.048 27.0934 33.1493 27.1536C33.2709 27.235 33.2964 27.3782 33.2964 27.5411H32.4321C32.4356 27.7143 32.492 27.8673 32.8182 27.8673C32.9642 27.8635 33.1096 27.8471 33.2528 27.8183V27.9066C33.1074 27.9364 32.9597 27.9537 32.8113 27.9581' fill='white'/%3E%3Cpath d='M34.3697 27.2182C34.2606 27.1801 34.1458 27.161 34.0303 27.1618C33.7389 27.1618 33.6011 27.2599 33.6011 27.5164C33.6011 27.7592 33.7144 27.8657 33.9337 27.8657C34.0809 27.8589 34.227 27.837 34.3697 27.8004V27.2182ZM34.3884 27.9353L34.3796 27.8863C34.231 27.9262 34.0788 27.9509 33.9253 27.9599C33.8188 27.9679 33.713 27.937 33.6276 27.873C33.5294 27.7916 33.4961 27.6601 33.4961 27.5174C33.4961 27.3673 33.5451 27.226 33.6825 27.1495C33.7875 27.096 33.9042 27.0697 34.0219 27.073C34.1398 27.0746 34.2568 27.0924 34.3697 27.1259V26.7409H34.4679V27.9353H34.3884Z' fill='white'/%3E%3Cpath d='M35.9072 27.1652C35.7599 27.1716 35.6137 27.1938 35.4712 27.2314V27.8107C35.58 27.8501 35.6949 27.8698 35.8106 27.8691C36.102 27.8691 36.2398 27.771 36.2398 27.5145C36.2398 27.2731 36.127 27.1652 35.9072 27.1652ZM36.1584 27.8838C36.0537 27.9361 35.9379 27.9619 35.8209 27.9589C35.6929 27.9581 35.5659 27.9367 35.4447 27.8956L35.4398 27.9353H35.373V26.7409H35.4712V27.1416C35.6168 27.1044 35.7656 27.0811 35.9156 27.072C36.0219 27.0645 36.1275 27.0951 36.2133 27.1583C36.3114 27.2398 36.3448 27.3712 36.3448 27.5145C36.3448 27.6577 36.2957 27.8058 36.1584 27.8838Z' fill='white'/%3E%3Cpath d='M36.4757 28.257V28.1658C36.5247 28.1707 36.5689 28.1741 36.6003 28.1741C36.7219 28.1741 36.7965 28.1388 36.8632 28.0009L36.8951 27.9342L36.4536 27.0939H36.5674L36.9437 27.8194H36.95L37.3076 27.0939H37.4195L36.9466 28.0377C36.8603 28.2089 36.7671 28.2653 36.5954 28.2653C36.5549 28.2651 36.5144 28.2623 36.4742 28.257' fill='white'/%3E%3Cpath d='M38.7746 27.4561H38.4489V27.7504H38.7746C38.9993 27.7504 39.0842 27.7254 39.0842 27.6033C39.0842 27.4718 38.9674 27.4561 38.7727 27.4561H38.7746ZM38.7138 26.9813H38.448V27.2805H38.7158C38.937 27.2805 39.0253 27.254 39.0253 27.1294C39.0253 26.996 38.9135 26.9822 38.7138 26.9822V26.9813ZM39.2201 27.8593C39.0999 27.9358 38.9552 27.9388 38.6908 27.9388H38.1929V26.7958H38.679C38.9071 26.7958 39.0469 26.7988 39.1632 26.8689C39.2018 26.892 39.2332 26.9254 39.2538 26.9653C39.2745 27.0053 39.2835 27.0502 39.2799 27.0951C39.2799 27.2148 39.2308 27.2947 39.0999 27.3482V27.3546C39.247 27.3879 39.3412 27.463 39.3412 27.6244C39.3449 27.6704 39.3355 27.7166 39.314 27.7576C39.2926 27.7986 39.26 27.8326 39.2201 27.8559' fill='white'/%3E%3Cpath d='M40.3363 27.5826C40.2382 27.5743 40.1401 27.5694 40.0337 27.5694C39.8625 27.5694 39.8022 27.6042 39.8022 27.6827C39.8022 27.7612 39.8512 27.7955 39.9837 27.7955C40.1026 27.7916 40.2208 27.7751 40.3363 27.7464V27.5826ZM40.3854 27.9353L40.379 27.8863C40.2303 27.9282 40.0772 27.9529 39.9228 27.9598C39.8336 27.9658 39.7447 27.9443 39.6682 27.898C39.6354 27.8704 39.6098 27.8351 39.5939 27.7952C39.578 27.7553 39.5723 27.7122 39.5771 27.6695C39.582 27.6269 39.5973 27.5861 39.6218 27.5508C39.6462 27.5155 39.679 27.4868 39.7173 27.4673C39.8056 27.4256 39.9238 27.4222 40.0322 27.4222C40.12 27.4222 40.2382 27.4271 40.3363 27.434V27.4188C40.3363 27.2873 40.25 27.2441 40.0136 27.2441C39.9223 27.2441 39.8105 27.249 39.704 27.2589V27.0891C39.8223 27.0793 39.9557 27.0729 40.0656 27.0729C40.2127 27.0729 40.3633 27.0842 40.458 27.1509C40.5527 27.2176 40.5728 27.3143 40.5728 27.4389V27.9363L40.3854 27.9353Z' fill='white'/%3E%3Cpath d='M41.6687 27.9355V27.4719C41.6687 27.3189 41.5907 27.2639 41.4509 27.2639C41.3349 27.2691 41.2197 27.2868 41.1075 27.3169V27.936H40.873V27.0952H41.0644L41.0727 27.1486C41.2189 27.1056 41.3698 27.0799 41.522 27.0721C41.6254 27.0639 41.7282 27.0947 41.81 27.1585C41.8762 27.2183 41.9012 27.3017 41.9012 27.4214V27.9355H41.6687Z' fill='white'/%3E%3Cpath d='M42.5646 27.9586C42.4561 27.9586 42.3379 27.9434 42.2516 27.8703C42.1486 27.7869 42.1187 27.6559 42.1187 27.5142C42.1187 27.3812 42.1618 27.236 42.2898 27.1546C42.3948 27.0864 42.5243 27.0717 42.6592 27.0717C42.7573 27.0717 42.8505 27.0781 42.9535 27.0879V27.2679C42.8687 27.2596 42.7671 27.2532 42.6857 27.2532C42.4625 27.2532 42.3575 27.3228 42.3575 27.5161C42.3575 27.6971 42.436 27.7756 42.619 27.7756C42.7376 27.7717 42.8557 27.7573 42.9717 27.7324V27.9051C42.8374 27.9364 42.7004 27.9543 42.5626 27.9586' fill='white'/%3E%3Cpath d='M43.6671 27.2478C43.4439 27.2478 43.3458 27.3179 43.3458 27.5092C43.3458 27.7006 43.4439 27.782 43.6671 27.782C43.8903 27.782 43.985 27.7138 43.985 27.5225C43.985 27.3312 43.8903 27.2478 43.6671 27.2478V27.2478ZM44.0699 27.8703C43.9669 27.9399 43.832 27.9586 43.6671 27.9586C43.5023 27.9586 43.3645 27.9385 43.2629 27.8703C43.1462 27.7938 43.1045 27.6672 43.1045 27.5161C43.1045 27.365 43.1462 27.236 43.2629 27.1595C43.3645 27.0913 43.4989 27.0717 43.6671 27.0717C43.8354 27.0717 43.9669 27.0913 44.0699 27.1595C44.1861 27.236 44.2264 27.3645 44.2264 27.5142C44.2264 27.6638 44.1847 27.7938 44.0699 27.8703Z' fill='white'/%3E%3Cpath d='M45.5806 27.9587C45.4393 27.9587 45.2863 27.9352 45.1715 27.8405C45.0351 27.7272 44.9934 27.5525 44.9934 27.3647C44.9934 27.1964 45.0469 26.9968 45.2244 26.8805C45.3628 26.7907 45.534 26.7721 45.7071 26.7721C45.8337 26.7721 45.9637 26.7804 46.105 26.7922V26.9968C45.9838 26.987 45.8337 26.9786 45.7174 26.9786C45.3927 26.9786 45.2549 27.1017 45.2549 27.3647C45.2549 27.6276 45.3829 27.7522 45.6223 27.7522C45.7934 27.7463 45.9634 27.7234 46.13 27.684V27.8871C45.9496 27.9288 45.7656 27.9528 45.5806 27.9587' fill='white'/%3E%3Cpath d='M46.8198 27.2216C46.6236 27.2216 46.55 27.2917 46.5348 27.4178H47.1009C47.094 27.2814 47.0141 27.2216 46.8198 27.2216ZM46.7845 27.9574C46.6466 27.9574 46.5216 27.9407 46.4284 27.8642C46.3352 27.7877 46.2935 27.6562 46.2935 27.513C46.2935 27.3849 46.3352 27.2417 46.4519 27.1583C46.5549 27.0852 46.6864 27.0705 46.8198 27.0705C46.9395 27.0705 47.0808 27.0837 47.1838 27.1554C47.3187 27.25 47.3309 27.3967 47.3309 27.5694H46.5333C46.5382 27.6979 46.6064 27.7808 46.8429 27.7808C46.993 27.7775 47.1427 27.7631 47.2907 27.7376V27.9024C47.1237 27.9342 46.9544 27.9525 46.7845 27.9574' fill='white'/%3E%3Cpath d='M48.3755 27.9355V27.4719C48.3755 27.3189 48.2975 27.2639 48.1577 27.2639C48.0416 27.2691 47.9265 27.2868 47.8143 27.3169V27.936H47.5798V27.0952H47.7711L47.7795 27.1486C47.9257 27.1056 48.0766 27.0799 48.2288 27.0721C48.3322 27.0639 48.435 27.0947 48.5168 27.1585C48.583 27.2183 48.608 27.3017 48.608 27.4214V27.9355H48.3755Z' fill='white'/%3E%3Cpath d='M49.2767 27.959C49.1634 27.959 49.0604 27.9271 49.004 27.8389C48.9578 27.7625 48.9362 27.6738 48.9422 27.5848V27.2698H48.7725V27.0952H48.9422L48.9672 26.8406H49.1742V27.0952H49.5053V27.2698H49.1742V27.5396C49.1711 27.5939 49.1789 27.6483 49.1973 27.6995C49.2223 27.756 49.2772 27.7775 49.3508 27.7775C49.4071 27.7765 49.4632 27.7709 49.5186 27.7609V27.9291C49.4387 27.9464 49.3574 27.9564 49.2758 27.959' fill='white'/%3E%3Cpath d='M49.7361 27.9355V27.0952H49.9274L49.9357 27.1486C50.0699 27.1031 50.2101 27.0773 50.3517 27.0721C50.3617 27.0715 50.3717 27.0715 50.3816 27.0721V27.2757C50.3551 27.2757 50.3233 27.2757 50.3002 27.2757C50.1889 27.2762 50.0782 27.2907 49.9706 27.3189V27.9394L49.7361 27.9355Z' fill='white'/%3E%3Cpath d='M51.2351 27.5826C51.137 27.5743 51.0389 27.5694 50.9319 27.5694C50.7607 27.5694 50.7009 27.6042 50.7009 27.6827C50.7009 27.7612 50.7499 27.7955 50.8819 27.7955C51.001 27.7916 51.1194 27.7752 51.2351 27.7464V27.5826ZM51.2841 27.9353L51.2773 27.8863C51.1285 27.9282 50.9755 27.9529 50.8211 27.9598C50.7319 27.9658 50.643 27.9443 50.5665 27.898C50.5356 27.8743 50.5109 27.8434 50.4947 27.808C50.4784 27.7727 50.4711 27.7338 50.4733 27.6949C50.471 27.6471 50.4834 27.5997 50.5087 27.559C50.534 27.5184 50.5711 27.4864 50.615 27.4673C50.7033 27.4256 50.8211 27.4222 50.9295 27.4222C51.0178 27.4222 51.136 27.4271 51.2341 27.434V27.4188C51.2341 27.2873 51.1473 27.2441 50.9113 27.2441C50.8196 27.2441 50.7083 27.249 50.6018 27.2589V27.0891C50.72 27.0793 50.853 27.0729 50.9628 27.0729C51.11 27.0729 51.2606 27.0842 51.3553 27.1509C51.4499 27.2176 51.4701 27.3143 51.4701 27.4389V27.9363L51.2841 27.9353Z' fill='white'/%3E%3Cpath d='M51.771 26.7409H52.006V27.9353H51.771V26.7409Z' fill='white'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 57px;
  height: 42px;
}

.icon-4events.dinner {
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='42' viewBox='0 0 56 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.346436' y='0.153534' width='55.385' height='41.5387' rx='2.76925' fill='%23006095'/%3E%3Cpath d='M30.3626 31.4057C36.2255 31.4342 41.5773 26.6346 41.5773 20.7957C41.5773 14.4111 36.2255 9.99793 30.3626 9.99976H25.317C19.3839 9.99793 14.5002 14.4121 14.5002 20.7957C14.5002 26.6359 19.3839 31.4342 25.317 31.4057H30.3626Z' fill='white'/%3E%3Cpath d='M27.5675 26.4813V14.8874C29.9029 15.7813 31.5607 18.0376 31.5646 20.6839C31.5607 23.3308 29.9029 25.5858 27.5675 26.4813ZM19.1186 20.6839C19.1238 18.0391 20.779 15.7842 23.113 14.8876V26.4789C20.779 25.5831 19.1238 23.3295 19.1186 20.6839ZM25.3407 10.8847C19.9192 10.8866 15.526 15.272 15.5247 20.6839C15.526 26.0954 19.9192 30.48 25.3407 30.4816C30.764 30.48 35.158 26.0954 35.1588 20.6839C35.158 15.272 30.764 10.8866 25.3407 10.8847Z' fill='%23006095'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 56px;
  height: 42px;
}

.icon-4events.american {
  background-image: url("data:image/svg+xml,%3Csvg width='43' height='42' viewBox='0 0 43 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.884521' y='0.153534' width='41.231' height='41.8464' rx='2.76925' fill='%23006FCF'/%3E%3Cpath d='M37.0489 20.1816H40.1697V12.9304H36.7735V13.94L36.131 12.9304H33.1938V14.2154L32.6431 12.9304H27.2276C27.044 12.9304 26.8604 13.0221 26.6769 13.0221C26.4933 13.0221 26.4015 13.1139 26.2179 13.2057C26.0344 13.2975 25.9426 13.2975 25.759 13.3893V12.9304H10.2469L9.78793 14.1236L9.32899 12.9304H5.65748V14.2154L5.10676 12.9304H2.16955L0.884521 16.0511V20.1816H2.99564L3.36279 19.1719H4.09709L4.46424 20.1816H20.6189V19.2637L21.2614 20.1816H25.759V19.6309C25.8508 19.7226 26.0344 19.7226 26.1261 19.8144C26.2179 19.9062 26.4015 19.9062 26.4933 19.998C26.6769 20.0898 26.8604 20.0898 27.044 20.0898H30.3484L30.7155 19.0801H31.4498L31.817 20.0898H36.3146V19.1719L37.0489 20.1816ZM42.0972 29.3604V22.5681H16.8556L16.2131 23.4859L15.5706 22.5681H8.22754V29.8193H15.5706L16.2131 28.9014L16.8556 29.8193H21.445V28.2589H21.2614C21.9039 28.2589 22.4546 28.1671 22.9136 27.9835V29.9111H26.2179V28.9932L26.8604 29.9111H40.5368C41.0875 29.7275 41.6383 29.6357 42.0972 29.3604V29.3604Z' fill='white'/%3E%3Cpath d='M40.5368 27.6164H38.0585V28.6261H40.445C41.4547 28.6261 42.0972 27.9836 42.0972 27.0657C42.0972 26.1478 41.5465 25.6889 40.6286 25.6889H39.5271C39.2518 25.6889 39.0682 25.5053 39.0682 25.2299C39.0682 24.9546 39.2518 24.771 39.5271 24.771H41.6383L42.0972 23.7613H39.6189C38.6093 23.7613 37.9667 24.4038 37.9667 25.2299C37.9667 26.1478 38.5175 26.6068 39.4354 26.6068H40.5368C40.8122 26.6068 40.9957 26.7903 40.9957 27.0657C41.0875 27.4328 40.904 27.6164 40.5368 27.6164V27.6164ZM36.0392 27.6164H33.5609V28.6261H35.9474C36.9571 28.6261 37.5996 27.9836 37.5996 27.0657C37.5996 26.1478 37.0489 25.6889 36.131 25.6889H35.0295C34.7542 25.6889 34.5706 25.5053 34.5706 25.2299C34.5706 24.9546 34.7542 24.771 35.0295 24.771H37.1407L37.5996 23.7613H35.1213C34.1117 23.7613 33.4692 24.4038 33.4692 25.2299C33.4692 26.1478 34.0199 26.6068 34.9378 26.6068H36.0392C36.3146 26.6068 36.4981 26.7903 36.4981 27.0657C36.5899 27.4328 36.3146 27.6164 36.0392 27.6164V27.6164ZM32.8266 24.6792V23.6695H28.9716V28.5343H32.8266V27.5246H30.073V26.515H32.7349V25.5053H30.073V24.5874H32.8266V24.6792ZM26.5851 24.6792C27.044 24.6792 27.2276 24.9546 27.2276 25.2299C27.2276 25.5053 27.044 25.7807 26.5851 25.7807H25.2083V24.5874L26.5851 24.6792ZM25.2083 26.7903H25.759L27.2276 28.5343H28.6044L26.9522 26.6985C27.7783 26.515 28.2373 25.9642 28.2373 25.2299C28.2373 24.3121 27.5947 23.6695 26.5851 23.6695H24.015V28.5343H25.1165L25.2083 26.7903ZM22.2711 25.3217C22.2711 25.6889 22.0875 25.9642 21.6285 25.9642H20.1599V24.6792H21.5368C21.9957 24.6792 22.2711 24.9546 22.2711 25.3217ZM19.0585 23.6695V28.5343H20.1599V26.8821H21.6285C22.6382 26.8821 23.3725 26.2396 23.3725 25.2299C23.3725 24.3121 22.73 23.5778 21.7203 23.5778L19.0585 23.6695ZM17.4063 28.5343H18.7831L16.8556 26.056L18.7831 23.6695H17.4063L16.2131 25.2299L15.0198 23.6695H13.643L15.5706 26.056L13.643 28.4425H15.0198L16.2131 26.8821L17.4063 28.5343ZM13.2759 24.6792V23.6695H9.42078V28.5343H13.2759V27.5246H10.5222V26.515H13.1841V25.5053H10.5222V24.5874H13.2759V24.6792ZM35.5803 16.0512L37.5078 18.9884H38.8846V14.1236H37.7832V17.3362L37.5078 16.8773L35.7638 14.1236H34.2952V18.9884H35.3967V15.684L35.5803 16.0512ZM30.8073 15.9594L31.1745 14.9497L31.5416 15.9594L32.0006 17.0608H30.3484L30.8073 15.9594ZM32.7349 18.9884H33.9281L31.817 14.1236H30.3484L28.2373 18.9884H29.4305L29.8894 17.9787H32.2759L32.7349 18.9884ZM27.5947 18.9884L28.0537 17.9787H27.7783C26.9522 17.9787 26.4933 17.428 26.4933 16.6019V16.5101C26.4933 15.684 26.9522 15.1333 27.7783 15.1333H28.9716V14.1236H27.6865C26.2179 14.1236 25.3918 15.1333 25.3918 16.5101V16.6019C25.3918 18.0705 26.2179 18.9884 27.5947 18.9884V18.9884ZM23.4643 18.9884H24.5657V14.2154H23.4643V18.9884ZM21.0778 15.1333C21.5368 15.1333 21.7203 15.4087 21.7203 15.684C21.7203 15.9594 21.5368 16.2347 21.0778 16.2347H19.701V15.0415L21.0778 15.1333ZM19.701 17.2444H20.2517L21.7203 18.9884H23.0971L21.445 17.1526C22.2711 16.969 22.73 16.4183 22.73 15.684C22.73 14.7661 22.0875 14.1236 21.0778 14.1236H18.5078V18.9884H19.6092L19.701 17.2444ZM17.6817 15.1333V14.1236H13.8266V18.9884H17.6817V17.9787H14.928V16.969H17.5899V15.9594H14.928V15.0415H17.6817V15.1333ZM9.32899 18.9884H10.3387L11.7155 15.0415V18.9884H12.8169V14.1236H10.9812L9.87972 17.428L8.77826 14.1236H6.94251V18.9884H8.04396V15.0415L9.32899 18.9884ZM3.36279 15.9594L3.72994 14.9497L4.09709 15.9594L4.55603 17.0608H2.90385L3.36279 15.9594ZM5.29033 18.9884H6.48357L4.37245 14.1236H2.99564L0.884521 18.9884H2.07776L2.5367 17.9787H4.92318L5.29033 18.9884Z' fill='%23006FCF'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 43px;
  height: 42px;
}

.icon-4events.editar {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='31.0949' height='31.0949' rx='15.5474' fill='url(%23paint0_linear_914_2075)'/%3E%3Cpath d='M8.4397 19.7332V22.7231H11.4292L20.2461 13.9049L17.2567 10.915L8.4397 19.7332ZM22.558 10.4685L20.6926 8.6028C20.5331 8.44334 20.3338 8.37158 20.1266 8.37158C19.9193 8.37158 19.72 8.45131 19.5685 8.6028L18.1097 10.0619L21.0991 13.0518L22.558 11.5927C22.8689 11.2817 22.8689 10.7794 22.558 10.4685Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_914_2075' x1='0.116898' y1='12.8588' x2='33.0822' y2='12.8588' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF5858'/%3E%3Cstop offset='1' stop-color='%23F09819'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 32px;
  height: 32px;
}

.icon-4events.mover {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.313965' width='31.0949' height='31.0949' rx='15.5474' fill='url(%23paint0_linear_914_2078)'/%3E%3Cpath d='M14.1237 13.7452H16.8974V11.6649H18.9777L15.5105 8.19775L12.0434 11.6649H14.1237V13.7452ZM13.4303 14.4386H11.35V12.3583L7.88281 15.8255L11.35 19.2926V17.2124H13.4303V14.4386ZM23.1383 15.8255L19.6711 12.3583V14.4386H17.5908V17.2124H19.6711V19.2926L23.1383 15.8255ZM16.8974 17.9058H14.1237V19.9861H12.0434L15.5105 23.4532L18.9777 19.9861H16.8974V17.9058Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_914_2078' x1='-1.92899e-08' y1='15.998' x2='31.3681' y2='15.998' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%234481EB'/%3E%3Cstop offset='1' stop-color='%2304BEFE'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 32px;
  height: 32px;
}

.icon-4events.ocultar {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.627686' width='31.0949' height='31.0949' rx='15.5474' fill='url(%23paint0_linear_914_2081)'/%3E%3Cpath d='M15.4992 12.1964C17.7397 12.1964 19.5582 14.0149 19.5582 16.2554C19.5582 16.7831 19.4527 17.2783 19.2659 17.741L21.6364 20.1115C22.8622 19.0886 23.8283 17.7654 24.4209 16.2554C23.0165 12.6916 19.5501 10.1669 15.4911 10.1669C14.3545 10.1669 13.2667 10.3699 12.2601 10.7352L14.0136 12.4887C14.4763 12.302 14.9715 12.1964 15.4992 12.1964ZM7.38114 9.98021L9.23205 11.8311L9.60548 12.2046C8.25789 13.2518 7.20254 14.6481 6.56934 16.2554C7.97376 19.8193 11.4402 22.344 15.4992 22.344C16.7575 22.344 17.9589 22.1004 19.0549 21.6621L19.3958 22.003L21.7744 24.3735L22.8054 23.3425L8.41213 8.94922L7.38114 9.98021ZM11.8704 14.4695L13.1287 15.7278C13.0881 15.8983 13.0638 16.0769 13.0638 16.2554C13.0638 17.603 14.1516 18.6909 15.4992 18.6909C15.6778 18.6909 15.8564 18.6665 16.0268 18.6259L17.2851 19.8842C16.7412 20.1521 16.1405 20.3145 15.4992 20.3145C13.2586 20.3145 11.4402 18.496 11.4402 16.2554C11.4402 15.6141 11.6025 15.0134 11.8704 14.4695ZM15.3693 13.8363L17.9265 16.3935L17.9427 16.2636C17.9427 14.916 16.8549 13.8282 15.5073 13.8282L15.3693 13.8363Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_914_2081' x1='-2.49257e-08' y1='16.3117' x2='47.6905' y2='16.3117' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF758C'/%3E%3Cstop offset='1' stop-color='%23FF7EB3'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 32px;
  height: 32px;
}

.icon-4events.remover {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='33' viewBox='0 0 32 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.94165' width='31.0949' height='31.0949' rx='15.5474' fill='url(%23paint0_linear_914_2084)'/%3E%3Cpath d='M21.4444 8.83054H18.3333L17.4444 7.94165H13L12.1111 8.83054H9V10.6083H21.4444V8.83054ZM9.88889 11.4972V22.1639C9.88889 23.1417 10.6889 23.9417 11.6667 23.9417H18.7778C19.7556 23.9417 20.5556 23.1417 20.5556 22.1639V11.4972H9.88889Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_914_2084' x1='-1.92899e-08' y1='16.6257' x2='31.3681' y2='16.6257' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF4F00'/%3E%3Cstop offset='1' stop-color='%23D95D24'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 32px;
  height: 32px;
}

.icon-4events.save-data {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AYht+mikUrCnYQcchQnSyIijhqFYpQIdQKrTqYXPoHTRqSFBdHwbXg4M9i1cHFWVcHV0EQ/AFxdHJSdJESv0sKLWK847iH97735e47QKiXmWZ1jAOabpupRFzMZFfFrlcEEUI/zR6ZWcacJCXhO77uEeD7XYxn+df9OXrVnMWAgEg8ywzTJt4gnt60Dc77xBFWlFXic+Ixky5I/Mh1xeM3zgWXBZ4ZMdOpeeIIsVhoY6WNWdHUiKeIo6qmU76Q8VjlvMVZK1dZ8578heGcvrLMdVrDSGARS5AgQkEVJZRhI0a7ToqFFJ3HffxDrl8il0KuEhg5FlCBBtn1g//B795a+ckJLykcBzpfHOdjBOjaBRo1x/k+dpzGCRB8Bq70lr9SB2Y+Sa+1tOgR0LcNXFy3NGUPuNwBBp8M2ZRdKUhLyOeB9zP6piwwcAt0r3l9a57j9AFIU6+SN8DBITBaoOx1n3eH2vv2b02zfz/2JHJ11l+D+wAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAN1wAADdcBQiibeAAAAAd0SU1FB+YDCBIMLuEcNd0AAAFYSURBVFjD7ZexLgRRFIb/WQpRLDbZKDQkq/QCW/AEaoRNRK/gCTR6vTcQjUKodMIKkZCoFFqJiK1YsT7NFde1O3N3NnenMCeZTDLnP+f/z5l7z52JAGVpBWVsuYBcwL8RMCVpQ1LFdUR9mAMTkurmfi9pup8dGJZ0YMgl6W+1QKirAOzzY69A1cWFFLBtkX8CK+1wocgXDOm3bXXChiCvAm8W+R4QpRGwCJyYanzJJ4FHi/wMGIqLiUv2YpK0gFUP8iJwa5E/AONJcXHOIytZC6jFYAeAQwvfAGZ8upZU0bmV9KPTSgZ2HNy872tLAowAdSf5soNZ47etd7NofUCjwIUjYsn4ZoGm5dvtdtf4AkvAtUX0DmwCz9azY2AwlAABY8AV7e3OdEohBQgoAzcO+RNQSTu40gSVrf3eBOZ6mZxpvwdKkmqSTiVd9nJeR/mPSS4gF5C1gC+sRKAZV2qfKQAAAABJRU5ErkJggg==");
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 4px;
  background-position-y: 30px;
  background-size: 16px 16px;
}

.barra-edicao {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  height: 60px;
  position: fixed;
  z-index: 100;

  background-color: #ff4f00;
  color: white;
}

.barra-edicao > * {
  justify-content: center;
}

.barra-edicao > .texto-centralizar {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}

.barra-edicao > .botao-lateral {
  margin: auto;
}

.btn-voltar-painel,
.btn-visualizar-alteracoes {
  background-color: rgba(64, 64, 64, 0.5);
  padding: 2px 20px 2px 20px;
  border-radius: 20px;
  color: white;
  cursor: pointer;
  transition-duration: 0.5s;
  transition-property: background-color;
}

.btn-voltar-painel:hover,
.btn-visualizar-alteracoes:hover {
  background-color: rgba(24, 24, 24, 0.7);
  transition-duration: 0.5s;
  transition-property: background-color;
}

.text-visual {
  padding-top: 20px;
  margin: 0;
}

.location-group {
  width: 50%;
}

.subscribe-group {
  width: 50%;
}

@media (max-width: 1030px) {
  .admin-buttons {
    position: absolute;
    right: 15px;
    left: unset;
    margin: 0;
  }

  .just-mobile {
    display: block;
  }

  .bg-blur-100 {
    height: calc(100vw / 2 - 66px);
  }

  .container-banner {
    height: calc(100vw / 2 - 66px);
  }

  .banner-evento {
    height: calc(100vw / 2);
  }

  .dropifile-banner {
    height: calc(100vw / 2);
  }

  .border-dropifile {
    height: calc((100vw / 2) - 30px);
    left: calc(1vw * 1.6);
  }

  .redes-sociais-fixed {
    position: unset;
    margin: 30px 10px;
    text-align: center;
    border-radius: 22px;
    padding: 10px 10px 10px 10px;
    box-shadow: 0 2.7px 22.5px 0 rgba(0, 0, 0, 0.25);
  }

  .redes-sociais {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .redes-sociais li {
    display: flex;
    position: relative;
    padding: 0 15px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .redes-sociais a {
    align-self: center;
    padding: 10px 5px 0px 5px;
  }

  .bloco {
    margin: 30px 10px;
    width: auto;
  }

  .btn-4e {
    padding: 6px 10px;
  }

  .text-header .text {
    line-height: 1.6;
    font-size: 14px;
  }

  .text-title h1.title {
    font-size: 22px;
    text-align: justify;
  }

  .text-title h2.title {
    font-size: 20px;
  }

  .text-body {
    padding: 0;
  }

  .location-item.b-radius {
    font-size: 17.3px;
  }

  .section-footer-fixed .bloco-filho {
    width: 100%;
  }
}

@media (max-width: 835px) {
  .barra-edicao > .texto-centralizar {
    width: 100%;
  }

  .barra-edicao > .botao-lateral {
    display: none;
  }

  .just-desktop {
    display: none;
  }

  .location-group {
    margin: 0 auto;
  }

  .location-item {
    padding: 10px 15px;
  }

  .subscribe-group {
    border-radius: 0px 0px 22px 22px;
    padding: 15px 20px 20px 20px;
    margin-top: 15px;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: unset;
    max-width: unset;
  }

  .bloco-style {
    padding: 20px;
  }

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

@media (max-width: 525px) {
  .select-palestrantes,
  .input-palestrantes {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .input-palestrantes {
    margin-bottom: 15px;
  }

  .location-item.bg-none {
    display: none;
  }

  .location-item.b-radius {
    font-size: 12px !important;
  }

  .location-item.b-radius .text {
    line-height: 1;
    padding: 14px 0;
  }

  .location-item.b-radius .ico {
    padding-top: 2px;
  }

  .location-item {
    padding: 0px 10px;
  }

  .text-title h1.title {
    text-align: center;
  }

  .location-group.bloco-filho {
    margin-left: -10px;
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
  }
}

.footer-area {
  visibility: hidden;
  margin-top: -260px;
}

.go-top {
  display: none;
}

/* bloqueio menu antigo */
.navbar-style-two {
  display: none;
}

input[type="date"]::-webkit-input-placeholder {
  visibility: hidden !important;
}

input::-webkit-calendar-picker-indicator {
  display: none;
}

.wrapper-admin-bloq {
  padding-top: 20px;
  min-height: calc(100vh - 216px);
}

#wButtonPrevmedia-list {
  left: 0 !important;
}

#wButtonNextmedia-list {
  right: 0 !important;
}

.location-item .text {
  letter-spacing: 0.5px;
}

@media (min-width: 43.75em) {
  #media-list > .tns-item {
    width: 550px;
    padding: 0 7.5px;
  }
}

#media-list > .tns-item {
  text-align: center;
  display: inline-flex;
  align-items: center;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ui-widget-content {
  color: #fff;
  background: #333333;
  border-radius: 5px;
}

.pointer {
  cursor: pointer;
}

.read-text {
  color: #222;
  text-decoration: none;
}

.read-text:hover {
  color: #444;
  text-decoration: none;
}

.chevron-read {
  width: 15px;
}

@media screen and (max-width: 799px) {
  .timeline-speaker-avatar {
    display: none;
  }

  .schedule-timeline-content {
    background-color: #f5f5f5;
    border-radius: 20px;
    margin: 20px 0px;
  }

  .timeline-speakers-item {
    background-color: #e9e9e9;
  }

  .speaker-bio-image img {
    width: 70px;
    height: 70px;
  }

  .timeline-speakers-item {
    height: 70px;
  }

  .speakers-bio-info {
    padding: 0px 30px 0px 0px;
  }

  .speakers-bio-name {
    height: 25px;
    padding-bottom: 26px;
    line-height: 2;
  }

  .schedule-header, .speaker-search-form {
    flex-direction: column;
  }

  .speaker-search-form {
    margin: 15px 0px;
  }

  .input-search-schedule  {
    width: 250px;
    margin: 10px 0px;
  }
}

.empty-title {
  margin-top: 50px;
}

.list-speaker-item {
  height:120px !important;
}

.speaker-act-btn {
  margin-left: 0;
}

.schedule-translate {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}

.schedule-translate .lang-button{
  opacity: 0.4;
  border: none;
  border-radius: 7px;
  transition: 200ms ease-in-out;
  background: transparent;
  transition-duration: 0.4s;
}

.schedule-translate .lang-button:hover, .schedule-translate .lang-button.active{
  opacity: 1;
}

.badge {
  margin-right: 3px;
}

.badge-orange {
  background-color: #ff4f00;
  color: #fff;
  font-weight: 600;
}