@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Boldonse&family=Geist:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

html {
  font-size: 10px;
}

body {
  font-size: 10px;
  color: #6e6e6e;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #ffffff;
}

.info-blog {
  margin: 17px 13px;
}

.receipt {
  color: #ffffff;
  /*text-transform: uppercase;  */
  font-size: 18px;
  text-decoration: blink;
  /* font-weight: bold; */
  padding: 18px;
  border-bottom: 3px solid #14560a;
  /* border-style: dashed solid; */
  float: left;
  background-color: #35ae21;
  border-radius: 5px;
}

.fit-receipt {
  margin-right: 43%;
  margin-top: -13px;
}

.receipt:hover {
  color: #fff;
  text-decoration: blink;
}

/*Pop-up cookies*/

.checkHabilit a {
  text-decoration: underline;
  color: #007dc5;
}

.overflow-privacidade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgb(0 1 0 / 0.6);
  z-index: 99999;
}

input[type="submit"]:disabled {
  opacity: 0.2 !important;
}

.content-privacidade {
  position: absolute;
  bottom: 1rem;
  z-index: 99;
  width: 100%;
  background: #fff;
  padding: 4rem;
  box-sizing: border-box;
}

.content-privacidade .text a {
  color: #6b8481;
  font-weight: bold;
  text-decoration: underline;
}

.content-privacidade .btn {
  border-radius: 15px;
  float: right;
  line-height: 2.9;
  background: #6b8481;
  color: #fff;
  cursor: pointer;
  font-family: "PT Sans", arial, sans-serif;
  font-weight: 700;
  padding: 0 10px;
  width: inherit;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .content-privacidade {
    padding: 5px 5px 5px 5px;
    margin-bottom: 45px;
  }

  .content-privacidade .btn {
    min-width: 140px;
    float: left !important;
    line-height: 40px;
    margin-bottom: 20px;
  }
}

* {
  font-weight: inherit;
  font-size: inherit;
  font-style: inherit;
  font-family: "Geist", sans-serif;
  color: inherit;
}

#header {
  background: #1a1a1b00;
  position: absolute;
  z-index: 999;
  width: 100%;
  border-bottom: 1px solid #ffffff3d;
}

#header.page-default {
  background: #1a1a1b00;
  position: absolute;
}

#header.page-other {
  background: #000000;
  position: relative;
  border-bottom: 1px solid #333333;
}

.topbar {
  border-bottom: 1px solid #ffffff3d;
  display: flex;
  justify-content: center;
  color: #fff;
  font-family: "Geist", sans-serif;
  font-size: 16px;
  padding: 8px 0;
}

#header .nav {
  font-size: 1.4rem;
}

#header .nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#header .nav ul li {
  display: inline-flex;
  padding: 0 7px;
  position: relative;
}

@media (max-width: 1280px) and (min-width: 768px) {
  #header .nav ul li a {
    font-size: 12px;
  }
}

@media (max-width: 1199px) {
  #header .nav ul li {
    display: inline-flex;
    padding: 0 5px;
    position: relative;
  }
}

#header .nav ul li a {
  color: #fff;
  font-family: "Geist", sans-serif;
}

#header .icon-menu {
  font-size: 1.9rem;
  color: #fff;
}

#header .icon-user {
  font-size: 2.766rem;
}

#header h1 {
  color: #fff;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 4rem;
  margin: 30px 0 0 0;
}

.bt_user:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  background: #fff;
  border-radius: 5px;
  width: auto;
  padding: 10px 0;
  list-style: none;
  width: 170px;
  white-space: nowrap;
  text-align: right;
  display: none;
  background: #009cdc;
  z-index: 1;
}

.dropdown-menu li {
  margin: 0;
  padding: 5px 0;
}

.dropdown-menu a {
  padding: 0 15px;
  display: block;
  color: #fff;
}

.formSearchEvent {
  background: #fcfcfc;
}

#searchBox {
  border-radius: 21px;
  padding: 20px 50px;
  background: #000;
  margin: 0px auto;
  margin-top: -60px;
  position: relative;
  z-index: 9999;
}

@media (max-width: 991px) {
  #searchBox {
    text-align: center;
  }

  .fit-receipt {
    margin-right: 0%;
  }
}

#searchBox select,
#searchBox input {
  font-weight: 400;
  font-size: 1.5rem;
  border: #dbdbdb 1px solid;
  background: #ffffff00;
  padding: 0px 7px 0px 20px;
  border-radius: 100px;
}

#searchBox select option {
  word-spacing: -3px !important;
}

#searchBox select,
#searchBox input::placeholder {
  color: #9a999e;
}

#searchBox,
#searchBox button,
#searchBox select,
#searchBox input {
  width: 80%;
  outline: 0;
}

#searchBox button {
  color: #fff;
  font-size: 16px;
  background: #00B85F;
  padding: 16px 23px;
  line-height: 1.2rem;
  border-radius: 35px;
  border: 5px solid #1e4d32;
  font-family: "Geist", sans-serif;
}

#searchBox button:hover {
  background: #00994f;
}

#searchBox button i {
  margin-right: 8px;
  padding-top: 3px;
}

.thumbnail {
  position: relative;
  width: 100%;
  padding-bottom: 79%;
  height: auto;
  float: none;
  display: block;
  overflow: hidden;
}

.thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  max-width: inherit;
}

.thumbnail img.portrait {
  max-width: 100%;
  height: auto;
}

.container.next-events {
  margin-top: 31px;
}

.container.modalities {
  margin-top: 56px;
}

.container.list-by-state {
  margin-top: 45px;
}

.container-fluid.instagram-list {
  margin-top: 77px;
}

.container.modalities .item {
  border: 1px solid #e5e5e5;
  box-shadow: #efefef 0 2px 8px;
  background: #fff;
}

.container.modalities .item.mt {
  margin-top: 10px;
}

.container.modalities .item .box-image {
  max-width: 155px;
  flex: 1;
}

.container.modalities .item .pd {
  height: 100%;
  padding-left: 28px;
}

.container.modalities .item h2 {
  color: #000;
  font-size: 1.7rem;
  font-weight: 600;
}

.container.modalities .item h3 {
  color: #009cdc;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 1.3rem;
}

.title-default {
  font-size: 2rem;
  color: #0e2b33;
  margin-bottom: 20px;
  font-weight: 600;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.bt-more {
  min-height: 50px;
  border: 2px solid #009cdc;
  box-sizing: border-box;
  text-align: center;
  border-radius: 4px;
  margin-top: 28px;
}

.bt-more span {
  color: #009cdc;
  font-size: 1.5rem;
  font-weight: 600;
}

.middle-banners {
  margin-top: 46px;
}

.middle-banners .item {
  margin-top: 10px;
}

#footer {
  padding-top: 55px;
  padding-bottom: 20px;
  background: #1a1a1b;
}

#footer h1 {
  margin: 0;
  font-weight: 500;
  color: #ffffff;
  font-size: 1.6rem;
}

#footer h2 {
  font-weight: 400;
  color: #cacaca;
  font-size: 1.4rem;
  line-height: 2.2rem;
}

#footer p {
  color: #cacaca;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.8rem;
  margin: 0;
}

#footer .navigation {
  margin-top: 48px;
}

#footer ul {
  padding: 0;
  list-style: none;
  text-align: center;
}

#footer ul li {
  margin-top: 9px;
}

#footer ul li a {
  color: #fff;
  font-size: 1.4rem;
  line-height: 2rem;
}

#footer .contact {
  margin-top: 50px;
}

#footer .contact .text-email,
#footer .contact .text-phone {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: acumin-pro, sans-serif;
  text-align: center;
}

#footer .contact .text-phone {
  font-size: 1.7rem;
}

#footer .contact .text-email {
  font-size: 1.5rem;
  margin-top: 24px;
  font-weight: 300;
}

#footer .contact .social {
  margin-top: 36px;
}

#header .social a,
#footer .contact .social a {
  background: #009cdc;
  border-radius: 50%;
  height: 37px;
  width: 37px;
}

#header .social a i,
#footer .contact .social a i {
  font-size: 1.5rem;
  color: #fff;
}

#header .social a {
  height: 29px;
  width: 29px;
}

#header .social a i {
  font-size: 1.2rem;
}

#footer .copy {
  border-top: 1px solid #ffffff14;
  margin-top: 75px;
  padding-top: 43px;
  text-transform: uppercase;
  color: #fff;
}

#footer .copy p {
  opacity: 0.26;
  color: #fff;
  font-size: 0.9rem;
  line-height: 3.2rem;
}

#footer .copy .cgdw {
  margin-top: 34px;
}

#footer .copy .arrow-up {
  margin-top: 32px;
}

#footer .copy .arrow-up a {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background: #10363f;
  font-size: 1.8rem;
}

#footer .copy .arrow-up a i:before {
  color: #fff;
}

#header .bt_user {
  color: #fff;
  font-size: 1.2rem;
  font-family: "Geist", sans-serif;
}

@media (max-width: 991px) {
  #header .bt_user {
    line-height: 32px;
    font-size: 1.6rem;
  }
}

#header .bt_free {
  color: #fff;
  font-size: 16px;
  background: #00B85F;
  padding: 16px 23px;
  line-height: 1.2rem;
  border-radius: 35px;
  border: 1px solid #0e8f55;
  box-shadow: 0 0 0 6px rgba(22, 193, 114, 0.25), 0 8px 20px rgba(0, 0, 0, 0.25);
  font-family: "Geist", sans-serif;
}

#header .icon-user {
  font-size: 2.2rem;
  color: #1fa254;
  /* text-decoration: none !important; */
}

#searchBox h1 {
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 500;
  color: #00B85F;
  font-family: "Boldonse", system-ui;
}

@media (min-width: 1200px) {
  #header {
    padding-top: 6px;
  }

  #header h1 {
    margin-top: 96px;
    font-size: 3rem;
  }

  #header .wrapper-header {
    padding-bottom: 31px;
  }

  #header .wrapper-header .icon-phone:before {
    color: #fff;
    font-size: 1.8rem;
  }

  #header .wrapper-header .text {
    color: #fff;
    font-size: 1.4rem;
    font-family: "acumin-pro", sans-serif;
    font-weight: 500;
  }

  .container.modalities .item.mt {
    margin-top: 0;
  }

  .container-fluid.brand-list {
    padding-top: 100px;
    padding-bottom: 85px;
    margin-top: 70px;
  }

  .container.modalities .item .pd {
    padding-right: 40px;
  }

  #searchBox input {
    min-width: 362px;
  }

  #searchBox button,
  #searchBox select,
  #searchBox input {
    height: 56px;
  }

  #searchBox select {
    /* margin-right: 9px; */
    margin-bottom: 0;
    min-width: 245px;
    width: auto;
  }

  #searchBox button {
    min-width: 138px;
  }

  .title-default {
    font-size: 2.4rem;
    margin-bottom: 42px;
  }

  .container.next-events {
    margin-top: 73px;
  }

  .container.modalities {
    margin-top: 97px;
  }

  .middle-banners {
    margin-top: 88px;
  }

  .container.list-by-state {
    margin-top: 91px;
  }

  .container-fluid.instagram-list {
    margin-top: 130px;
  }

  .brand-list .row {
    max-width: 1240px;
  }

  .container-fluid.brand-list .item>div {
    height: 120px;
  }

  .container-fluid.brand-list .owl-stage-outer {
    padding: 0;
  }

  #footer {
    padding-top: 100px;
  }

  #footer .user,
  #footer .contact .text-email,
  #footer .contact .text-phone,
  #footer ul {
    text-align: inherit;
  }

  #footer .copy {
    margin-top: 113px;
    padding-top: 24px;
  }
}

@media (max-width: 1199px) {
  #searchBox input {
    min-width: auto;
  }

  #searchBox button {
    min-height: 50px;
  }
}

/* @media (min-width: 992px) { */
#header .logo img {
  width: 207px;
}

/* } */

.dropdown-top {
  position: absolute;
  width: max-content;
  top: 30px;
  right: -14px;
  background: #fff;
  z-index: 99;
  border-radius: 3px;
  display: none;
  box-shadow: 8px 21px 32px #00000012;
}

.dropdown-top::before {
  content: "";
  background: url(../img/dropdown-topicon.svg);
  width: 24px;
  background-size: cover;
  height: 26px;
  top: -15px;
  right: 14px;
  display: block;
  position: absolute;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dropdown-top a {
  display: block;
  color: #747474 !important;
  padding: 11px 26px 11px 18px;
  border-bottom: none !important;
}

.dropdown-top a:hover,
.dropdown-top a.active {
  color: #fff !important;
  background: #00b85f;
  border-radius: 4px;
}

.owl-bannerPrinc {
  position: relative;
}

.owl-bannerPrinc img {
  min-width: 100%;
}

.owl-bannerPrinc .owl-dots {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
}

.owl-bannerPrinc .owl-dots .owl-dot span {
  width: 13px !important;
  height: 13px !important;
  margin: 5px 12px !important;
}

.owl-prevPrinc {
  background: #fff;
  position: absolute !important;
  top: calc(88% - 40px);
  left: 48%;
  cursor: pointer;
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-nextPrinc {
  background: #fff;
  position: absolute !important;
  top: calc(88% - 40px);
  right: 48%;
  cursor: pointer;
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contentHome h1 {
  line-height: 5.5rem;
  font-size: 4.5rem;
  font-weight: 700;
  color: #1a1a1b;
}

@media (max-width: 767px) {
  .contentHome h1 {
    line-height: 5rem;
    font-size: 4rem;
  }
}

.contentHome h1 span {
  color: #00b85f;
}

.contentHome p {
  color: #747474;
  font-size: 1.6rem;
  line-height: 2.8rem;
}

.contentHome .btn-more {
  background: #00b85f;
  padding: 19px 42px 20px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

.contentHome h2 {
  font-size: 2.6rem;
  font-weight: 700;
  color: #1a1a1b;
}

.owl-listCImg .owl-stage {
  display: flex;
  align-items: center;
}

.owl-listCImg .owl-item img {
  border-radius: 50%;
  border: 3px solid #e5e5e5;
  width: 72px;
  height: 72px;
}

.owl-listCImg .owl-item .thumb {
  height: 72px;
}

.owl-listCImg .owl-item.center img {
  border: 3px solid #30a384;
  width: 100px;
  height: 100px;
}

.owl-listCImg .owl-item.center .thumb {
  height: 100px;
}

.owl-listCImg .owl-item .desc {
  visibility: hidden;
}

.owl-listCImg .owl-item.center .desc {
  visibility: visible;
}

.owl-prevC {
  background: transparent !important;
  position: absolute !important;
  top: calc(55% - 40px);
  left: 6% !important;
  cursor: pointer;
  z-index: 1;
}

.owl-nextC {
  background: transparent !important;
  position: absolute !important;
  top: calc(55% - 40px);
  right: 6% !important;
  cursor: pointer;
  z-index: 1;
}

.owl-listCImg h1 {
  font-weight: 400;
  color: #00b85f;
  font-size: 1.8rem;
  margin: 0;
  line-height: 2.8rem;
}

.owl-listCImg h2 {
  font-weight: 500;
  color: #47494e;
  font-size: 1.4rem;
  margin: 0;
}

.owl-dotsC {
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-dotsC .owl-dot {
  margin: 0 9px;
  border: none !important;
  width: 14px !important;
  height: 14px !important;
  border-radius: 50% !important;
  background: #e5e5e5 !important;
}

.owl-dotsC .owl-dot.active {
  border: #00b85f 1px solid !important;
  width: 19px !important;
  height: 19px !important;
  background: #fff !important;
}

.contentHome .boxHoraHome h1 {
  margin: 0;
  font-size: 2.2rem;
  line-height: 2.6rem;
  color: #1a1a1b !important;
}

.contentHome .boxHoraHome h2 {
  margin: 0;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.6rem;
  color: #006c38 !important;
}

.contentHome .boxHoraHome .descHora p {
  color: #747474;
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 0;
}

.contentHome .boxHoraHome .descHora p strong {
  font-weight: 700;
  color: #00b85f;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.eventHome h1 {
  color: #1a1a1b;
  font-size: 26px;
  line-height: 3.7rem;
  margin: 0;
  font-weight: 500;
  text-align: center;
  font-family: "Boldonse", system-ui;
  text-transform: uppercase;
  margin: 40px 0px;
}

.eventHome .owl-listModality .owl-stage {
  display: flex;
}

.eventHome .boxModality {
  display: flex;
  border-radius: 3px;
  min-height: 100%;
}

.eventHome .boxModality img {
  max-width: 30px;
}

.eventHome .boxModality h2 {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #1a1a1b;
  font-weight: 600;
  margin: 0;
}

.event-slider .boxEventHome .info h1 {
  color: #00b85f;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 2rem;
  letter-spacing: 0.11px;
  text-transform: uppercase;
  margin: 0;
  display: inline;
}

.event-slider .boxEventHome .info h2 {
  color: #1a1a1b;
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 2.2rem;
  letter-spacing: 0.17px;
  margin: 0;
}

.event-slider .boxEventHome .info p {
  color: #000;
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin: 0;
}

.eventHome .owl-carousel .owl-nav .owl-next {
  top: calc(50% - 24px) !important;
  width: 40px !important;
  height: 40px !important;
  right: -15px !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}

.eventHome .owl-carousel .owl-nav .owl-prev {
  top: calc(50% - 24px) !important;
  width: 40px !important;
  height: 40px !important;
  left: -15px !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}

.eventHome .owl-nav .owl-next.disabled,
.eventHome .owl-nav .owl-prev.disabled {
  visibility: hidden;
}

.eventHome .brand-slider .owl-stage {
  display: flex;
  align-items: center;
}

.eventHome .brand-slider .owl-item {
  text-align: center;
}

.eventHome .brand-slider img {
  max-height: 110px;
}

.eventHome .brand-slider .owl-nav .owl-prev,
.eventHome .brand-slider .owl-nav .owl-next {
  top: calc(69% - 24px) !important;
}

#footer .bt_user {
  color: #fff;
  font-size: 1.3rem;
  /* width: 170px; */
}

#footer .bt_free {
  color: #fff;
  font-size: 1.3rem;
  background: #00b85f;
  padding: 11px 15px;
  line-height: 1.2rem;
}

#footer .icon-user {
  font-size: 2.2rem;
  color: #1fa254;
}

.whats-button {
  position: fixed;
  right: 5.5%;
  bottom: 15%;
  background: none !important;
  z-index: 999;
}

@media (max-width: 575px) {
  .whats-button {
    bottom: 2%;
  }

  .receipt {
    font-size: 15px;
    padding: 12px;
    margin-left: 20px;
  }

  .fit-receipt {
    margin-top: 0px;
  }
}

.whats-button a {
  background: none !important;
}

.whats-button img {
  box-shadow: 8px 21px 32px #00000038;
  border-radius: 50%;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
  width: 250px;
  position: fixed;
  top: 0;
  left: -250px;
  height: 100vh;
  z-index: 99999;
  background: #1a1a1b;
  color: #fff;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
  left: 0;
}

#dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #1a1a1b;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#dismiss:hover {
  background: #fff;
  color: #1c2a41;
}

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 200vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  top: 0;
}

.overlay.active {
  display: block;
  opacity: 1;
}

#sidebar .sidebar-header {
  padding: 23px;
  background: #1a1a1b;
}

#sidebar ul {
  list-style: none;
}

#sidebar ul li {
  position: relative;
}

#sidebar ul.components {
  padding: 0;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 15px 25px;
  font-size: 1.3em;
  display: block;
  color: #fff;
  font-weight: 600;
}

#sidebar ul li a:hover {
  background: #202022;
  border-bottom: none !important;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
  color: #fff;
  background: #231f20;
}

a[data-toggle="collapse"] {
  position: relative;
}

.subMenuLeft {
  display: none;
  padding-left: 15px;
  background: #252527;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.btn-light {
  border: none !important;
  background: none !important;
  padding: 10px !important;
  box-shadow: none !important;
  font-size: 1.1rem !important;
}

.closeSideMenu {
  width: 20px;
  position: absolute;
  top: 14px;
  right: 10%;
  display: none;
}

li.open .closeSideMenu {
  display: block !important;
  cursor: pointer;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (max-width: 991px) {
  #cgdw_rod {
    max-width: 110px;
  }
}

.pagina-interna h1 {
  font-weight: 700;
  color: #1a1a1b;
  font-size: 2.6rem;
}

.pagina-interna p {
  color: #747474;
  font-size: 1.6rem;
  line-height: 2.8rem;
}

.eventList .boxEventHome .thumb {
  position: relative;
}

.eventList .boxEventHome .thumb.gray img {
  filter: grayscale(1);
}

.eventList .boxEventHome .thumb span {
  position: absolute;
  top: 16px;
  left: 0;
  width: 70px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  background: #00b85f;
  color: #fff;
  font-size: 1.3rem;
}

.eventList .boxEventHome .info h1 {
  color: #00b85f;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 2rem;
  letter-spacing: 0.11px;
  text-transform: uppercase;
  margin: 0;
  display: inline;
}

.eventList .boxEventHome .info h2 {
  color: #1a1a1b;
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 2.2rem;
  letter-spacing: 0.17px;
  margin: 0;
}

.eventList .boxEventHome .info p {
  color: #747474;
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin: 0;
}

.bg-content {
  background: #000000;
}

.bg-content h1 {
  color: #ffffff;
  font-weight: 500;
  font-size: 30px;
  line-height: 5.5rem;
  font-family: "Boldonse", system-ui;
  text-transform: uppercase;
}

.bg-content h2 {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2.8rem;
}

.pagina-interna h3 {
  color: #1a1a1b;
  font-size: 4.5rem;
  line-height: 5.5rem;
  font-weight: 700;
}

.pagina-interna .box-item .roundNumber {
  width: 87px;
  height: 87px;
  background: #00b85f;
  border-radius: 50%;
  display: flex;

  align-items: center;
  justify-content: center;
}

.pagina-interna .box-item .roundNumber span {
  font-size: 2.8rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
  line-height: 33px;
  padding-bottom: 4px;
  padding-left: 2px;
}

.pagina-interna h4 {
  color: #1a1a1b;
  font-size: 2.2rem;
  font-weight: 600;
  margin: 0;
}

.pagina-interna .box-item p {
  font-size: 1.5rem;
  line-height: 24px;
}

.pagina-interna .box-item .roundImg {
  width: 100px;
}

.pagina-interna .box-item .roundImg img {
  width: 100px;
}

.newsList .boxNews .info-blog h1 {
  color: #000000;
  font-weight: 600;
  font-size: 21px;
  line-height: 2.2rem;
  letter-spacing: 0.17px;
  margin-bottom: 16px;
}

.newsList .boxNews .info-blog p {
  color: #000;
  font-size: 14px;
  line-height: 16px;
}

.img-fluid {
  width: 100%;
  height: auto;
}

.newsPage .paginas {
  clear: both;
  font-size: 1.2em;
  padding-top: 8px;
  text-align: right;
}

.newsPage .paginas .text {
  display: block;
  font-size: 1.2em;
  margin-bottom: 20px;
}

.newsPage .paginas .texto_pag a {
  background-color: #00b85f;
  color: #fff;
  font-size: 1.2em;
  margin: 1px;
  padding: 8px 7px;
  border-radius: 2px;
}

.newsPage .paginas .pag_selec {
  color: #fff;
  font-size: 1.2em;
  margin: 1px;
  padding: 8px 7px;
  border-radius: 2px;
}

.newsPage .paginas .pag_selec,
.newsPage .paginas .texto_pag a:hover {
  background-color: #00a857;
}

.partnerList img {
  max-height: 110px;
  width: auto;
}

.btn:hover,
.btn-more:hover,
.bt_free:hover {
  text-decoration: none !important;
  filter: brightness(0.9) !important;
}

.box_training {
  border: 1px solid #e8e8e8;
}

.box_training .title_training {
  color: #00994f;
  font-size: 1.9em;
  font-weight: 600;
  line-height: 2.5rem;
  margin-bottom: 10px;
}

.box_training p {
  font-size: 1.5rem;
  padding-bottom: 13px;
}

.box_training .bt_training {
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  background: #00b85f;
  padding: 15px 15px;
  line-height: 1.2rem;
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
}

.box_training .bt_training:hover {
  text-decoration: none !important;
  filter: brightness(0.9) !important;
}

.boxResult {
  border: 1px solid #e8e8e8;
  text-decoration: none !important;
}

.boxResult:hover {
  background: #fafafa;
}

/* 
.boxResult .boxDate {
    border: 1px solid #e8e8e8;
}

.boxResult .boxDate .year {
    background: #00B85F;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
}

.boxResult .boxDate .date {
    color: #00B85F;
    font-size: 3rem;
    font-weight: 600;
}

.boxResult .boxDate .month {
    text-transform: capitalize;
    color: #00B85F;
    font-size: 1.6rem;
    font-weight: 500;
} */

.boxResult h1 {
  color: #00b85f;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0;
}

/* .boxResult h2 {
    color: #6e6e6e;
    font-size: 1.6rem;
    font-weight: 500;
} */

.boxResult p {
  color: #6e6e6e;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0;
}

.boxAtleta {
  border: 1px solid #e8e8e8;
  text-decoration: none !important;
}

.boxAtleta .topShow:hover {
  background: #fafafa;
  cursor: pointer;
}

.boxAtleta:hover .topShow,
.topShow[aria-expanded="true"] {
  background: #fafafa;
}

.boxAtleta .boxPos {
  display: flex;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #00b85f;
}

.boxAtleta .boxPos .position {
  color: #00b85f;
  font-size: 3rem;
  font-weight: 600;
}

.boxAtleta .boxPos .pos {
  font-size: 1.6rem;
  font-weight: 500;
}

.boxAtleta h1 {
  font-size: 1.6rem;
  color: #00b85f;
  font-weight: 600;
}

.resultViewVP .boxAtleta .boxSubAtleta h1 {
  color: #fff !important;
}

.boxAtleta .below span {
  font-size: 1.6rem;
  font-weight: 500;
}

.boxAtleta .below svg {
  width: 20px;
  height: 20px;
  /* vertical-align: sub; */
  /* margin-left: 0.5em; */
}

.boxAtleta .below svg path {
  fill: #00b85f;
}

.boxAtleta .boxSubAtleta .boxGreen {
  background: #00b85f;
  color: #fff !important;
}

.boxAtleta .boxSubAtleta .boxGreen h1 {
  font-size: 1.6rem;
  font-weight: 600;
}

.boxAtleta .boxSubAtleta .boxGreen h2 {
  font-size: 2.6rem;
  font-weight: 600;
}

.boxAtleta .boxSubAtleta .boxGreen h3 {
  font-size: 1.6rem;
  font-weight: 500;
}

.boxAtleta .boxSubAtleta .boxGreen h3 strong {
  font-weight: 700;
}

.boxAtleta .boxSubAtleta .boxBorder {
  border: 1px solid #e8e8e8;
}

.boxAtleta .boxSubAtleta .boxBorder {
  border: 1px solid #e8e8e8;
}

.boxAtleta .boxSubAtleta .boxBorder svg {
  width: 16px;
  height: 16px;
}

.boxAtleta .boxSubAtleta .boxBorder svg path {
  fill: #00b85f;
}

.boxAtleta .boxSubAtleta .boxBorder .row {
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
}

.boxAtleta .boxSubAtleta h4 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #000;
}

.boxAtleta .boxSubAtleta h4 strong {
  font-size: 2.2rem;
  font-weight: 600;
  color: #00b85f;
}

.boxAtleta .boxSubAtleta .buttons svg {
  width: 16px;
  height: 16px;
  margin-right: 0.5em;
}

.boxAtleta .boxSubAtleta .bt_cert {
  border: 1px solid #6c757d;
  font-size: 1.6rem;
  color: #6c757d;
  padding: 8px;
}

.boxAtleta .boxSubAtleta .bt_cert:hover {
  border: 1px solid #fff;
  background: #6c757d;
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none !important;
}

.boxAtleta .boxSubAtleta .bt_face {
  border: 1px solid #007bff;
  font-size: 1.6rem;
  color: #007bff;
  padding: 8px;
}

.boxAtleta .boxSubAtleta .bt_face:hover {
  border: 1px solid #fff;
  background: #007bff;
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none !important;
}

.boxAtleta .boxSubAtleta .bt_whats {
  border: 1px solid #28a745;
  font-size: 1.6rem;
  color: #28a745;
  padding: 8px;
}

.boxAtleta .boxSubAtleta .bt_whats:hover {
  border: 1px solid #fff;
  background: #28a745;
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none !important;
}

@media (max-width: 991px) {
  .boxAtleta .boxSubAtleta h4 strong {
    display: block;
  }

  .boxAtleta .boxSubAtleta .bt_cert {
    padding: 4px 0;
    font-size: 1.4rem;
  }

  .boxAtleta .boxSubAtleta .bt_face {
    padding: 4px 0;
    font-size: 1.4rem;
  }

  .boxAtleta .boxSubAtleta .bt_whats {
    padding: 4px 0;
    font-size: 1.4rem;
  }

  .boxAtleta .boxSubAtleta .buttons svg {
    width: 16px;
    height: 16px;
    margin-right: 0.1em;
  }
}

@media (max-width: 370px) {
  .boxAtleta .boxSubAtleta .bt_cert {
    font-size: 1.1rem;
  }

  .boxAtleta .boxSubAtleta .bt_face {
    font-size: 1.1rem;
  }

  .boxAtleta .boxSubAtleta .bt_whats {
    font-size: 1.1rem;
  }

  .boxAtleta .boxSubAtleta .buttons svg {
    width: 16px;
    height: 16px;
    margin-right: 0.1em;
  }
}

.boxResult.event {
  border: none !important;
  background: none !important;
}

.searchResult .inp-s {
  font-size: 1.4rem;
  font-weight: 500;
  height: 36px;
  color: #000;
  padding-left: 10px;
}

.searchResult .inp-s::placeholder {
  color: #6e6e6e;
}

.searchResult .inp-sub-s {
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  background: #00b85f;
  padding: 10px 15px;
  line-height: 1.2rem;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  display: inline-block;
}

.searchResult .inp-sub-s.inactive {
  color: #00b85f;
  background: #fff;
  border: 1px solid #00b85f;
}

.searchResult .inp-sub-s:hover {
  text-decoration: none !important;
  filter: brightness(0.9) !important;
}

.pagEvent {
  border: 1px solid #e8e8e8;
  font-size: 1.4rem;
  color: #1a1a1b !important;
  font-weight: 500;
}

.pagEvent.active {
  background: #00b85f;
  color: #fff !important;
  border: 1px solid #00b85f;
}

.box_nextEvent h2 {
  color: #00994f;
  font-size: 1.5rem;
  padding-bottom: 5px;
  line-height: 15px;
  font-weight: 600;
}

.box_nextEvent h1 {
  color: #6e6e6e;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 2rem;
  letter-spacing: 0.11px;
  text-transform: uppercase;
  margin: 0;
  display: inline;
}

.box_nextEvent p {
  color: #6e6e6e;
  font-size: 1.5rem;
  line-height: 15px;
  font-weight: 600;
}

.boxLoading {
  position: relative;
}

.boxLoading:after {
  content: "";
  position: absolute;
  display: block;
  background: rgba(249, 249, 249, 0.9) url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.boxFullLoading {
  position: relative;
}

.boxFullLoading:after {
  content: "";
  position: fixed;
  display: block;
  background: rgba(249, 249, 249, 0.9) url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}

#modalCustomer .formDefault label {
  font-size: 1.3em;
}

/* pagina inicial */
.homePrinc .page-header {
  height: 100vh !important;
  background-size: cover;
}

.homePrinc a {
  background: #00b85f;
  box-shadow: 0px 3px 6px #02502a73;
  width: 289px;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.homePrinc a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.homePrinc .h-100 {
  height: 100%;
}

.homePrinc .img-fluid {
  max-width: 100%;
  width: auto;
}

.customerPanel h1 {
  color: #1a1a1b;
  font-size: 2.7rem;
  line-height: 3.7rem;
  margin: 0;
  font-weight: 700;
}

.customerPanel h1 i {
  font-size: 3.2rem;
  margin-right: 10px;
  color: #00b85f;
}

.customerPanel .bg-gray {
  background: #e6e6e6;
  display: flex;
  height: 100%;
}

@media (max-width: 991px) {
  .customerPanel .bg-gray {
    display: block;
  }
}

.customerPanel .boxPanel {
  background: #fff;
  border: 2px solid #dbdbdb;
  display: block;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.customerPanel a.boxPanel {
  text-decoration: none !important;
}

.customerPanel a.boxPanel:hover h2 {
  color: #00b85f;
}

.customerPanel .boxPanel i {
  font-size: 3.2rem;
  color: #00b85f;
}

.customerPanel h2 {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #1a1a1b;
  font-weight: 600;
  margin: 0;
}

.customerPanel h3 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #1a1a1b;
  font-weight: 500;
  margin: 0;
  display: inline-block;
}

.customerPanel .boxPanel h2 i {
  font-size: 2.3rem;
  margin-right: 5px;
}

.customerPanel .boxPanel i.red {
  color: #b80000 !important;
}

.customerPanel .boxPanel i.gray {
  color: #808080 !important;
}

.customerPanel .boxPanel form .label {
  display: block;
  line-height: 1.4em;
  color: #1a1a1a;
  font-size: 1.4em;
  margin-bottom: 5px;
}

.customerPanel .boxPanel form input[type="password"] {
  height: 40px;
  padding: 10px;
  box-sizing: border-box;
  color: #333;
  font-size: 1.4em;
  width: 100%;
  border: 2px solid #dbdbdb;
  background: #fbfbfb;
  margin-bottom: 5px;
}

.customerPanel .boxPanel form input::placeholder {
  color: #9a999e;
}

.customerPanel .boxPanel .btnSubmit {
  color: #fff;
  font-size: 1.3rem;
  background: #00b85f;
  padding: 11px 15px;
  line-height: 1.2rem;
  border: none !important;
  width: 100%;
  margin-top: 15px;
  cursor: pointer;
}

.customerPanel .boxPanel .btnSubmit:hover {
  filter: brightness(0.9) !important;
}

.customerPanel .boxPanel form .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.customerPanel .boxPanel form .form-check-input {
  position: absolute;
  margin-top: 5px;
  margin-left: -1.25rem;
  box-sizing: border-box;
  padding: 0;
}

.customerPanel .boxPanel form .form-check-label {
  margin-bottom: 0;
  display: inline-block;
  color: #1a1a1a;
  font-size: 1.4em;
  margin-left: 5px;
  margin-bottom: 15px;
}

.h-100 {
  height: 100%;
}

.form_registration option:disabled {
  background: #e6e6e6;
}

.fancybox-outer {
  height: 100%;
}

.formCoupon #token {
  max-width: 200px;
  height: 32px;
  padding: 10px;
  box-sizing: border-box;
  color: #333;
  font-size: 1em;
  border: 1px solid #dbdbdb;
  background: #fbfbfb;
}

.formCoupon #loadCoupon {
  height: 32px;
  background: #39b54a;
  margin: 0;
  color: #fff;
  border: none;
  font-size: 1em;
  padding: 0 10px;
}

.groupTitles {
  background: #fafafa;
  padding: 10px;
  border: 1px solid #ccc;
  color: #000;
}

.groupTitles h2 {
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  text-decoration: underline;
  color: #00b85f;
}

.groupTitles h3 {
  font-size: 16px;
  /* font-weight: 500;
    font-style: italic;
    text-decoration: underline; */
}

.groupTitles h4 {
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  text-decoration: underline;
}

.groupTitles ol {
  padding-left: 20px;
}

.groupTitles li,
.groupTitles a {
  font-size: 16px;
}

.eventFaixa {
  color: #fff !important;
  text-align: center !important;
  font-size: 16px !important;
  width: 60%;
  padding: 9px 23px;
  border-radius: 35px;
  border: 1px solid #0e8f55;
  box-shadow: 0 0 0 6px rgba(22, 193, 114, 0.25), 0 8px 20px rgba(0, 0, 0, 0.25);
  font-family: "Geist", sans-serif;
  font-weight: 600;
  margin: 0px 0px 27px 10px;
  background: #00b85f;
  position: absolute;
  bottom: 0;
}

.eventFaixa.toOpen {
  background: #ff5a1a !important;
}

.eventFaixa.open {
  background: #00b85f !important;
}

.eventFaixa.out {
  background: #f1c40f !important;
}

.eventFaixa.closed {
  background: red !important;
}

.h1Sobre {
  font-size: 3.5rem !important;
  line-height: 4.5rem !important;
}

.contentSobre h2 {
  line-height: 5.5rem;
  font-size: 4.5rem;
  font-weight: 700;
  color: #1a1a1b;
}

@media (max-width: 767px) {
  .contentSobre h2 {
    line-height: 5rem;
    font-size: 4rem;
  }
}

.contentSobre h2 span {
  color: #00b85f;
}

.bannerVideo {
  position: relative;
  width: 100%;
  padding-bottom: 33.33%;
  height: 0;
  overflow: hidden;
}

.bannerVideo iframe {
  position: absolute;
  top: -55px;
  left: 0;
  width: 100%;
  height: calc(100% + 178px);
}

@media (max-width: 767px) {
  .bannerVideo {
    padding-bottom: 50%;
  }

  .bannerVideo iframe {
    top: 0;
    height: 100%;
  }
}

#print>div.boxRequestInner>div.message.warning>b:first-of-type {
  color: red
}

.banner-item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(circle at center,
      rgba(0, 0, 0, 0.25) 0%,
      rgba(0, 0, 0, 0.55) 45%,
      rgba(0, 0, 0, 0.85) 100%);
}

.col-right {
  border-left: 1px solid #eee;
}

.banner-content {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  z-index: 2;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  min-height: 330px;
  align-items: baseline;
}

.banner-content h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.9;
  text-transform: uppercase;
  margin: 0;
  font-family: "Boldonse", system-ui;
}

.banner-content span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
  text-transform: uppercase;
  font-family: "Boldonse", system-ui;
  letter-spacing: 1px;
}

.banner-content a {
  color: #fff;
  font-size: 16px;
  background: #00B85F;
  padding: 16px 23px;
  border-radius: 35px;
  border: 1px solid #0e8f55;
  box-shadow:
    0 0 0 6px rgba(22, 193, 114, 0.25),
    0 8px 20px rgba(0, 0, 0, 0.25);
  font-family: "Geist", sans-serif;
  font-weight: 600;
}

.banner-content .btn_loja {
  color: #000000;
  font-size: 16px;
  background: #ffffff;
  padding: 16px 23px;
  border-radius: 35px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.15);
  font-family: "Geist", sans-serif;
  font-weight: 600;
}

.btn_banner {
  width: 60%;
  justify-content: space-between;
  display: flex;
}

.topbar {
  color: #fff;
  padding: 8px 0;
}

.topbar .owl-topbar span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  white-space: nowrap;
}

.topbar {
  position: relative;
}

.topbar .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.topbar .owl-nav .owl-prev {
  left: 15px;
}

.topbar .owl-nav .owl-next {
  right: 15px;
}


.logos {
  margin-top: 50px;
  padding-top: 30px;
}

#footer-new {
  background: #fff;
  border-top: 1px solid #eee;
}

.footer-top {
  display: flex;
}

@media (max-width: 768px) {
  .footer-top {
    flex-direction: column;
  }

  .newsletter {
    width: 100% !important;
  }

  .footer-col h4 {
    text-align: center !important;
  }

  .newsletter button {
    font-size: 12px !important;
  }

  .assessoria-image {
    min-height: auto !important;
  }

  .tab {
    font-size: 12px !important;
  }

  .btn-news2 {
    bottom: 0px !important;
    left: 20px !important;
  }

  .btn-news3 {
    bottom: 0px !important;
    left: 20px !important;
  }

  .title-news2 h2 {
    font-size: 15px !important;
  }

  .title-news3 h2 {
    font-size: 15px !important;
  }

  .title-news3 {
    top: 85px !important;
  }

  .title-news2 {
    top: 85px !important;
  }

  .news-body h3 {
    font-size: 22px !important;
  }

  .services-text h2 {
    font-size: 20px !important;
  }

  .live-events__grid {

    grid-template-columns: auto !important;
  }

  .event-list {
    grid-template-columns: auto !important;
  }

  #searchBox h1 {
    font-size: 16px !important;
  }

  #searchBox,
  #searchBox button,
  #searchBox select,
  #searchBox input {
    width: 92% !important;
    margin-top: 0;
  }

  #searchBox button,
  #searchBox select,
  #searchBox input {
    margin-top: 10px !important;
    min-height: 50px;
  }

  .topbar .owl-topbar span {
    font-size: 8px !important;
  }

  .owlTop-prevPrinc,
  .owlTop-nextPrinc {
    display: none !important;
  }

  #header .logo img {
    width: 168px !important;
  }

  .owl-prevPrinc {
    left: 40% !important;
    top: calc(100% - 40px);
  }

  .owl-nextPrinc {
    right: 40% !important;
    top: calc(100% - 40px);
  }

  .banner-content {
    top: 58% !important;
    left: 5% !important;
    min-height: 279px !important;
  }

  .banner-content h1 {
    font-size: 16px !important;
  }

  .banner-content span {
    font-size: 10px !important;
  }

  .btn_banner {
    width: 100% !important;
    gap: 18px;
    justify-content: flex-start !important;
  }

  .banner-content a {
    font-size: 12px !important;
    height: 45px;
    display: flex;
    align-items: center;
  }

  .bg-content h1 {
    font-size: 22px !important;
  }

  .infos-evento p {
    font-size: 11px;
  }

  .boxHeader {
    padding: 40px 0 !important;
  }

  .heading_event {
    padding-top: 70px;
  }
}

.icons.justify-content-between.mx-4.row {
  gap: 10px;
}

.footer-col h3,
.footer-col h5 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
  color: #000;
}

.footer-col h3 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 25px;
  color: #000;
  font-family: "Boldonse", system-ui;
  text-transform: uppercase;

}

.footer-bottom h3 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 25px;
  color: #000;
  font-family: "Boldonse", system-ui;

}

.footer-col a {
  display: block;
  color: #000;
  font-size: 14px;
  margin: 13px 6px;
  text-decoration: none;
}

.footer-col a:hover {
  text-decoration: underline;
}

/* Newsletter */
.newsletter {
  display: flex;
  border: 2px solid #ccc;
  border-radius: 100px;
  overflow: hidden;
  margin: 50px 0;
  width: 90%;
  height: 61px;
  position: relative;
}

.newsletter input {
  flex: 1;
  border: none;
  padding: 10px 15px;
  outline: none;
  font-size: 16px;
}

.newsletter button {
  background: #000;
  color: #fff;
  border: none;
  padding: 0 20px;
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 7px;
  border-radius: 100px;
  height: 48px;
  width: 35%;
  font-size: 16px;
}

.social a {
  font-size: 16px;
}

.col-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.social {
  font-weight: 600;
  margin: 0;
}

.footer-bottom {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.footer-bottom strong {
  font-size: 18px;
}

.logos img {
  max-height: 56px;
}

@media (max-width: 768px) {
  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    text-align: center;
    gap: 20px;
  }
}

.info-bottom {
  padding: 0;
}

.info-bottom span {
  font-weight: 500;
  color: #000;
  font-size: 20px;
}

.footer-bottom a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.copy-logo img {
  max-width: 100px;
  margin: 13px 0;
}

.copy-logo {
  padding: 30px 0;
}

.border-top {
  border-top: 1px solid #eee;
}



.services-hero {
  padding: 80px 24px;
  background: #ffffff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.services-container {
  max-width: 1200px;
  margin: 0 auto;
}

.services-header {
  margin-bottom: 48px;
}

.services-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 18px;
  background: #E8FFF1;
  border-top: 2px solid #C6F7DA;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  cursor: pointer;
}

.services-pill .arrow {
  font-size: 20px;
  line-height: 1;
  transform: translateY(-2px);
}

.services-header h1 {
  font-size: 35px;
  font-weight: 200;
  color: #000;
  font-family: "Boldonse", system-ui;
  font-weight: 300;
  text-transform: uppercase;
}

.services-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  background: #f5f5f5;
  border-radius: 20px;
  padding: 33px 33px 33px 0;
  align-items: center;
}

.services-text {
  position: relative;
  padding-left: 24px;
}

.accent-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #1f7a4f, #2ecc71);
  border-radius: 4px;
}

.services-text h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 16px;
  font-family: "Geist", sans-serif;
}

.services-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 14px;
}

.btn-saiba-mais {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
  background: #000;
  color: #fff;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.services-image img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .services-header h1 {
    font-size: 24px;
  }

  .services-card {
    grid-template-columns: 1fr;
    padding: 32px;
  }
}

.event-slider .owl-item {
  border: 1px solid #00000012;
  border-radius: 15px;
  padding: 5px;
  background: #f6f6f6;
  height: 470px;
}

.event-slider .thumb {
  height: 262px;
  position: relative;
}

.event-slider img {
  border-radius: 15px;
}

.owlTop-prevPrinc {
  position: absolute !important;
  top: calc(88% - 30px);
  left: 30% !important;
  cursor: pointer;
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.owlTop-nextPrinc {
  position: absolute !important;
  top: calc(88% - 30px);
  right: 30% !important;
  cursor: pointer;
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

span.tag_modalidade {
  font-size: 12px;
  color: #00a455;
  text-transform: uppercase;
  font-weight: 600;
}

.modal-filter-buttons.d-flex.flex-wrap.gap-3 {
  justify-content: center;
}

.event-slider .thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgb(0 0 0 / 32%);
  z-index: 2;
  border-radius: 15px;
}

.event-slider a:hover {
  text-decoration: none;
}

.stats-bar {
  width: 100%;
  padding: 16px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.stats-content {
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
}

.stats-highlight {
  color: #00b050;
  font-weight: 500;
  font-size: 22px;
  white-space: nowrap;
  font-family: "Boldonse", system-ui;
  text-transform: uppercase;
}

.stats-text {
  color: #000;
  font-weight: 500;
  font-size: 22px;
  white-space: nowrap;
  font-family: "Boldonse", system-ui;

}

.stats-image {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 6px;
}

@media (max-width: 768px) {
  .stats-content {
    flex-wrap: wrap;
  }

  .stats-highlight,
  .stats-text {
    font-size: 22px;
    white-space: normal;
  }

  .box_add {
    flex-direction: column !important;
  }

  .box_buscar {
    align-items: baseline !important;
    width: 100% !important;
    flex-direction: column !important;
  }

  .label.tiny {
    width: 100% !important;
  }

  .box_cep {
    width: 100% !important;
  }
}

.news-card {
  background: #f5f5f5;
  border-radius: 20px;
  overflow: hidden;
  padding: 10px;
  text-decoration: none !important;
}

.news-img {
  position: relative;
}

.news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-date {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: rgb(0 0 0 / 18%);
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid #00f07c52;
}

.news-body {
  padding: 25px;
  display: flex;
  flex-direction: column;
}

.news-body h3 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
  font-size: 28px;
}

.news-body p {
  font-weight: 400;
  margin-bottom: 10px;
  color: #000;
  font-size: 15px;
}

.news-card.small {
  height: 100%;
}

.news-card.small .news-img {
  height: 100%;
}

.news-img.overlay::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, .7), transparent);
}

.news-overlay-content {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  color: #fff;
  z-index: 2;
}

.news-overlay-content h4 {
  font-weight: 700;
}

.btn-news {
  background-color: #000;
  border-radius: 100px;
  color: #FFFFFF !important;
  cursor: pointer;
  font-size: 14px;
  height: 45px;
  line-height: 30px;
  margin: 20px 0;
  text-align: center;
  text-shadow: 1px 1px 0 #0A5482;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.title-news3 h2 {
  font-weight: 500;
  color: #fff;
  font-size: 24px;
}

.title-news2 h2 {
  font-weight: 500;
  color: #fff;
  font-size: 24px;
}

.title-news3 {
  position: absolute;
  top: 110px;
  width: 65%;
  left: 24px;
}

.title-news2 {
  position: absolute;
  top: 110px;
  width: 65%;
  left: 24px;
}

.btn-news3 {
  position: absolute;
  bottom: 25px;
  left: 24px;
}

.btn-news2 {
  position: absolute;
  bottom: 25px;
  left: 24px;
}

.noticiaLateral2 {
  position: relative;
  background: #F6F6F6;
  padding: 10px;
  border-radius: 10px;
  width: fit-content;
}

.noticiaLateral3 {
  position: relative;
  background: #F6F6F6;
  padding: 10px;
  border-radius: 10px;
  width: fit-content;
}

.date-news2 {
  position: absolute;
  top: 40px;
  left: 24px;
  background: rgb(0 0 0 / 18%);
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid #00f07c52;
}

.date-news3 {
  position: absolute;
  top: 40px;
  left: 24px;
  background: rgb(0 0 0 / 18%);
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid #00f07c52;
}

.sponsors {
  padding: 80px 20px;
  display: flex;
  justify-content: center;
}

.sponsors-container {
  display: flex;
  gap: 40px;
  max-width: 1200px;
  width: 100%;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 768px) {
  .sponsors-container {
    flex-direction: column;
    align-items: center;
  }

  .sponsor-card {
    max-width: 100%;
    width: 100%;
  }
}

.modal-filter-container {
  padding: 20px 0;
}

.modal-filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn-modal-filter {
  padding: 10px 20px;
  border: 2px solid #ddd;
  background-color: #fff;
  color: #333;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.btn-modal-filter:hover {
  text-decoration: none !important;
}

.mask {
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
}

.text-marquee-wrapper {
  overflow: hidden;
  width: 100%;
}

.text-marquee {
  display: flex;
  animation: marquee 40s linear infinite;
  white-space: nowrap;
}

.text-marquee span {
  flex-shrink: 0;
  padding-right: 50px;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.btn-modal-filter:hover {
  border-color: #00B85F;
  color: #00B85F;
}

.btn-modal-filter.active {
  background-color: #00B85F;
  color: #fff;
  border-color: #00B85F;
}

@media (max-width: 768px) {
  .modal-filter-buttons {
    justify-content: center;
    gap: 8px;
  }

  .btn-modal-filter {
    padding: 8px 16px;
    font-size: 12px;
  }
}

.next-events-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px !important;
  background: #00b85f1f !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none;
  border-top: 2px solid #00c853 !important;
  box-shadow: none !important;
}

.next-events-pill:hover {
  text-decoration: none !important;
}

.live-events {
  padding: 60px 0;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.live-events__grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
}

/* ---------- CARD BASE ---------- */
.event-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  min-height: 260px;
  display: flex;
}

.event-card--featured {
  min-height: 420px;
  border: 2px solid #00e676;
}

/* ---------- PLAY ---------- */
.event-play {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  width: 34px;
  height: 34px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

/* ---------- CONTEÚDO ---------- */
.event-content {
  position: absolute;
  z-index: 2;
  padding: 24px;
  color: #fff;
  bottom: 0;
}

.event-content h3,
.event-content h4 {
  margin-bottom: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.event-content h3 {
  font-size: 28px;
}

.event-content h4 {
  font-size: 18px;
}

/* ---------- BOTÃO ---------- */
.event-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.event-btn:hover {
  background: #fff;
  color: #000;
}

/* ---------- LADO DIREITO ---------- */
.live-events__side {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.live-badge {
  align-self: flex-start;
  padding: 6px 14px;
  border-radius: 999px;
  background: #e8fff3;
  color: #00a859;
  font-size: 13px;
  margin-bottom: 16px;
}

.live-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 24px;
}

.live-icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 6px;
  border: 2px solid #00e676;
  align-items: center;
  justify-content: center;
  color: #00e676;
  font-size: 14px;
}

.event-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.assessoria-section {
  padding: 80px 0;
  background: #fff;
}

.assessoria-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  align-items: center;
}

.assessoria-image {
  flex: 1;
  min-height: 580px;
}

.assessoria-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.btn:hover {
  color: #fff !important;
}

.assessoria-content {
  flex: 1;
  min-height: 580px;
}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  font-size: 14px;
  border-radius: 20px;
  background: #e8f5e9;
  color: #2e7d32;
  margin-bottom: 20px;
}

.assessoria-content h2 {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 30px;
  color: #000;
}

/* ABAS */
.tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}

.tab {
  padding: 10px 22px;
  border-radius: 100px;
  border: 1px solid #ddd;
  background: transparent;
  cursor: pointer;
  font-weight: 600;
  color: #000;
  font-size: 18px;
}

button:focus {
  outline: none !important;
}

.tab.active {
  background: #1db954;
  color: #fff;
  border-color: #1db954;
  text-decoration: none;
}

/* TEXTO */
.tab-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.tab-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 12px;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.btn {
  display: inline-block;
  margin-top: 25px;
  padding: 14px 28px;
  background: #000;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
  font-size: 14px;
}

@media (max-width: 992px) {
  .assessoria-container {
    flex-direction: column;
    gap: 40px;
  }

  .assessoria-content h2 {
    font-size: 28px;
  }
}

/* BREADCRUMB STYLES */
.breadcrumb-nav {
  width: 100%;
}

.breadcrumb-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-size: 14px;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
}

.breadcrumb-item a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  font-family: "Geist", sans-serif;
  transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
  color: #00b85f;
}

.breadcrumb-item.active {
  color: #00B85F;
  font-weight: 600;
}

.breadcrumb-item:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  color: #ffffff;
  opacity: 0.6;
}

@media (max-width: 768px) {
  .breadcrumb-list {
    font-size: 12px;
    gap: 6px;
  }

  .breadcrumb-item:not(:last-child)::after {
    margin-left: 6px;
  }

  .iframe-organize {
    width: 100% !important;
  }

  .inp-assunto {
    width: 100% !important;
  }
}

span.second-font.counter {
  font-size: 49px;
  color: #00B85F;
  font-weight: 600;
  font-family: "Boldonse", system-ui;
}

span.main-color {
  font-size: 49px;
  color: #00B85F;
  font-weight: 600;
  font-family: "Boldonse", system-ui;
}

.heading-news p {
  color: #fff !important;
}

.sponsors.blog {
  padding: 0px 40px;
}

.noticiaLateral2 img {
  width: 490px;
  height: 306px;
  border-radius: 15px;
}

.noticiaLateral3 img {
  width: 490px;
  height: 306px;
  border-radius: 15px;
}

.news-img img {
  height: 470px;
  border-radius: 15px;
}

.thumb img.img-fluid {
  height: 230px;
  border-radius: 15px;
}

.counters-section p {
  font-size: 27px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: -28px;
}

.content-sobre p {
  color: #000;
  font-size: 15px;
}

.equipe h2 {
  font-size: 30px;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin: 50px 0;
  font-family: "Boldonse", system-ui;
  text-transform: uppercase;
  line-height: 58px;
}

.equipe {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 50px;
}

p.equipe-title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Boldonse", system-ui;
}

p.equipe-subtitle {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
}

.equipe img.img-fluid {
  border-radius: 16px;
}

.pagina-interna #searchBox {
  margin: 20px auto !important;
}

.eventBox a {
  border: 1px solid #00000012;
  border-radius: 15px;
  padding: 5px;
  background: #f6f6f6;
  text-decoration: none;
}

.eventBox img {
  border-radius: 15px;
}

.infos-evento {
  display: flex;
  width: auto;
  text-transform: uppercase;
  gap: 25px;
}

.infos-evento p {
  color: #fff;
}

.boxHeader {
  padding: 140px 0;
}

.heading_event h2 {
  font-size: 30px;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Boldonse", system-ui;

}

.infos-evento-heading {
  margin: 35px 0;
}

.infos-evento-heading p {
  color: #000;
  font-weight: 600;
  font-size: 15px;
}

img.img_event {
  border-radius: 16px;
}

h4.title {
  font-size: 20px;
  margin: 33px 0;
  font-family: "Boldonse", system-ui;
  font-weight: 500;
  text-align: left;
}

.event-sidebar {
  background: #f7f7f7;
  border-radius: 16px;
  padding: 24px;
}

.event-title {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 16px;
}

.event-links {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}

.event-links li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #ddd;
}

.event-links a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}

.event-links span {
  background: #000;
  color: #fff;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.btn-event {
  color: #fff;
  font-size: 20px;
  background: #00B85F;
  padding: 9px 23px;
  border-radius: 35px;
  border: 1px solid #0e8f551f;
  box-shadow: 0 0 0 6px rgba(22, 193, 114, 0.25), 0 8px 20px rgba(0, 0, 0, 0.25);
  font-family: "Geist", sans-serif;
  font-weight: 600;
}

.box_btnEvent {
  display: flex;
  justify-content: center;
}

.event-sidebar h3 {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Boldonse", system-ui;

}

.share-box {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
  margin-top: 32px;
}

p.subTitle {
  color: #00F07C;
  text-transform: uppercase;
}

.share-label {
  font-weight: 600;
  font-size: 14px;
  color: #000;
}

.share-icons {
  display: flex;
  gap: 14px;
}

.share-icons a {
  color: #000;
  font-size: 18px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.share-icons a:hover {
  transform: translateY(-2px);
  opacity: 0.7;
}

.btn-conheca {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 11px 28px;
  background: #000;
  color: #fff !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-decoration: none !important;
}

.btn-conheca .arrow {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.btn-conheca:hover .arrow {
  transform: translateX(6px);
}

.modal-icon {
  width: 55px;
  height: 55px;
  background: #d32f2f;
  color: #fff;
  border-radius: 50%;
  margin: 0 auto 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  font-weight: bold;
  box-shadow: 0 10px 25px rgba(211, 47, 47, 0.4);
  animation: pulse 1.5s infinite;
}

html {
  scroll-behavior: smooth;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.modal-cancel {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(4px);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  animation: fadeIn 0.3s ease;
}

.modal-content {
  background: #ffffff;
  padding: 35px 30px;
  border-radius: 14px;
  text-align: center;
  max-width: 420px;
  width: 90%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  animation: scaleIn 0.25s ease;
}

.modal-content p {
  font-size: 18px;
  color: #333;
  margin-bottom: 25px;
  font-weight: 500;
}

.modal-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.modal-buttons button {
  padding: 10px 22px;
  border-radius: 6px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-confirmar {
  background: #d32f2f;
  color: #fff;
}

.btn-confirmar:hover {
  background: #b71c1c;
  transform: translateY(-2px);
}

.btn-fechar {
  background: #e0e0e0;
  color: #333;
}

.btn-fechar:hover {
  background: #c6c6c6;
  transform: translateY(-2px);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes scaleIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.organize h4 {
  font-family: "Boldonse", system-ui;
  margin: 45px 0;
  font-weight: 500;
}

.organize .event-links a {
  font-size: 14px;
}

.organize .text p {
  color: #000;
}

.desc_organize p {
  color: #000;
  margin: 45px 0;
}

.list_destaques .eventFaixa {
  position: relative;
  margin: 34px 0px 10px 10px;

}

.main {
  max-width: 740px;
  margin: 60px auto;
  padding: 0 20px;
  text-align: center;
}

.inp-assunto {
  width: 60%;
}

.main h1 {
  color: #000;
  font-weight: 500;
  font-size: 30px;
  line-height: 5.5rem;
  font-family: "Boldonse", system-ui;
  text-transform: uppercase;
}

.login h2 {
  color: #000;
  font-weight: 500;
  font-size: 25px;
  line-height: 5.5rem;
  font-family: "Boldonse", system-ui;
  text-transform: uppercase;
}

.desc-contact,
.desc_login {
  font-size: 15px;
  color: #000000;
  line-height: 1.5;
  margin-bottom: 35px;
  margin-top: 15px;
}

.formDefault label {
  text-align: left;
  font-size: 14px !important;
  color: #000 !important;
  font-weight: 500 !important;
}

#form_contact {
  text-align: left;
}

.btn-conheca {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  border-radius: 999px;
  transition: transform 0.2s ease, opacity 0.2s ease;
  margin: 10px 0;
  border: 3px solid #ffffff80;
}

.btn-conheca:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.btn-conheca span {
  font-size: 18px;
}

#form_contact label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #111;
}

#form_contact input[type="text"],
#form_contact input[type="email"],
#form_contact input[type="tel"],
#form_contact select,
#form_contact textarea {
  width: 100%;
  padding: 0px 14px;
  border-radius: 8px;
  border: 1px solid #d9dee7;
  font-size: 14px;
  outline: none;
  margin-bottom: 18px;
  height: 50px;
}

#form_contact textarea {
  min-height: 120px;
  resize: none;
}

#form_contact .row {
  display: flex;
  gap: 15px;
}

#form_contact .col-md-6 {
  width: 100%;
}

.checkHabilit {
  font-size: 16px;
  margin: 20px 0 30px;
  color: #111;
  font-weight: 500;
}

.checkHabilit input {
  margin-right: 8px;
}

.checkHabilit a {
  color: #00b85c;
  text-decoration: underline;
  font-weight: 600;
}

#btncontato {
  width: 100%;
  background: #00c060;
  border: none;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 192, 96, 0.4);
  transition: background 0.2s ease;
  height: 58px;
  text-transform: none;
}

#btncontato:hover:not(:disabled) {
  background: #00a854;
}

#btncontato:disabled {
  background: #b5e6cd;
  cursor: not-allowed;
}

.btSubmit {
  color: #fff;
  font-size: 16px;
  background: #00B85F;
  padding: 16px 23px;
  line-height: 1.2rem;
  border-radius: 35px;
  border: 1px solid #0e8f55;
  box-shadow: 0 0 0 6px rgba(22, 193, 114, 0.25), 0 8px 20px rgba(0, 0, 0, 0.25);
  font-family: "Geist", sans-serif;
}