@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=Inter:wght@300;400;700&display=swap");

a,
button {
  cursor: pointer;
}
.cookie-message-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  font-size: 16px;
}

.cookie-message-wrapper span {
  font-size: 14px;
  line-height: 2;
}

.cookie-inner-wrapper {
  padding: 10px 20px;
  background: rgba(109, 110, 113, 0.5);
  color: white;
  display: flex;
  justify-content: center;
  font-size: 14px;
}
.cookie-inner-wrapper a {
  color: white;
  text-decoration: underline;
  font-size: 14px;
  padding-left: 5px;
  white-space: nowrap;
}
.cookie-inner-wrapper-text {
  margin-right: 15px;
}

.cookie-inner-wrapper .button {
  margin-top: 0;
  padding: 0 20px;
  line-height: 2;
  margin-left: 20px;
  font-size: 14px;
}
.btn_cookie_accept {
  margin-left: 20px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.5);
  border: 0;
  padding: 5px;
  text-transform: lowercase;
  font-size: 10px;
  color: black;
  box-shadow: none;
  height: fit-content;
}
input::-webkit-input-placeholder {
  color: #666666;
}
input:-moz-placeholder {
  color: #666666;
  opacity: 1;
}
input::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #666666;
}
textarea::-webkit-input-placeholder {
  color: #666666;
}
textarea:-moz-placeholder {
  color: #666666;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: #666666;
}
.form-error {
  display: block;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #c60f13;
  clear: both;
}
.success-message {
  color: green;
  display: none;
  margin-top: 5px;
  font-size: 16px;
}
.success-message.small {
  font-size: 12px;
}
.form-error-message {
  display: none;
  color: red;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.border {
  border: 1px solid red;
}
.center {
  text-align: center;
  display: flex;
  justify-content: center;
}
.pointer {
  cursor: pointer;
}
.none,
.order-billing-wrapper {
  display: none;
}
.newsletter-sbm-message {
  color: green;
  display: none;
  margin-top: 5px;
}
.display-flex {
  display: flex;
}
label.error {
  color: red;
  margin-top: 5px;
  font-weight: initial;
  font-size: 85%;
  display: block;
}
.form-userreg-success-message {
  display: none;
  color: green;
}
.cart-error,
.form-error-message {
  display: none;
  color: red;
}
.cart-pini-wrapper {
  position: relative;
}
.cart-pini-itens {
  display: none;
  position: absolute;
  background: white;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}
body {
  background: #fff;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px;
  background: #fff;
  /*position: fixed;*/
  width: 100%;
  top: 0;
  left: 0;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  height: 100px;
}
nav {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex: 1;
}
.logo img {
  height: 70px;
  min-width: 80px;
}
nav ul {
  list-style: none;
  display: flex;
  gap: 30px;
}
nav a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}
.btn {
  background: #ff7f50;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
}

.menu-toggle {
  display: none;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  color: #000;
}
.container .hero {
  /*max-height: 80vh*/

  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.container .hero_img {
  background-image: url("../i/header_green1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-height: 662px;
  height: auto;
}

.hero .content {
  max-width: 100%;
  text-align: left;
  padding-left: 60px;
  padding: 3%;
}

.hero .content h1 {
  font-family: "Archivo Black", sans-serif;
  line-height: 70px;
  font-kerning: auto;
  letter-spacing: -0.04em;
  font-size: 64px;
  color: white;
  -webkit-text-stroke: 3px #0f4d40;
  text-transform: uppercase;
  margin: 0;
}
.hero .content p {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  color: white;
  margin-top: 10px;
}
.hero .image {
  display: flex;
  align-items: center;
  height: auto;
  justify-content: flex-end;
  margin: 6% 0;
}

.info {
  display: flex;
  justify-content: left;
  gap: 140px;
  margin-top: 100px;
}
.box {
  display: flex;
  flex-direction: column;
  align-items: left;
  font-family: "Inter", sans-serif;
}
.box span {
  border-radius: 5px;
  padding: 10px 20px;
  border-left: 8px solid #ff7f50;
  background: white;
  font-size: 16px;
  font-weight: bold;
  color: black;
  margin-bottom: 5px;
  width: 120px;
}
.box img {
  max-width: 200px;
}
.box p {
  display: flex;
  align-items: center;
  height: 100%;
  font-weight: bold;
}

.sobre {
  padding: 170px 0 0 0;
  text-align: center;
}

.sobre div {
  font-family: "Inter", sans-serif;
}
.sobre div h2,
.programa div h2 {
  margin-bottom: 20px;
  color: #066d63;
  font-family: "Archivo Black", sans-serif;
  font-size: 34px;
}
.sobre div h4,
.programa div h4 {
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 500;
}
.sobre div p {
  padding: 0px 100px;
  text-align: left;
  margin-top: 16px;
  font-weight: 400;
}
/*cta */
.cta-section {background-color: #006b64; color: white; padding: 60px 100px; position: relative; margin: 170px 0 0 0; text-align: center;}
.cta-section h2 {margin-bottom: 20px;color: #fff;font-family: "Archivo Black", sans-serif;font-size: 34px;}
.cta-section-div{display: flex;gap: 100px;justify-content: center;padding: 20px 0 0 0;}
.cta-section-div-{width:100%; max-width: 300px;}
.cta-section-div-1 {min-height: 75px;}
.cta-section-div-1:first-child{ margin-bottom: 20px;}
.cta-section a{ text-decoration: none; margin-top: 40px; color: #006b64; background: #fff; padding: 15px 30px; border-radius: 5px; width: 100%; max-width: 300px;display: flex;text-align: center; margin-left: auto; margin-right: auto;}
.cta-section a p{display: flex;text-align: center; align-items: center;margin-bottom: 0;justify-content: center;width:100%;font-weight: 600;}
.price-badge {position: absolute;top: -35px;right: 300px;}

/*cta end*/

.programa {
  padding: 150px 0 0 0;
  text-align: center;
}
.programa .eventos {
  width: 100%;
}
.programa .eventos .evento {
  display: flex;
  gap: 20px;
  align-items: center;
  width: 100%;
  margin-bottom: 150px;
}
.programa .eventos .evento .image {
  width: 100%;
  height: auto;
  max-width: 700px;
}
.programa .eventos .evento .img_special {
  justify-content: flex-end;
  text-align: right;
  display: flex;
}

.programa .eventos .evento .image img{width: 100%;height: auto;}

.programa .eventos .evento .event_descript {
  padding: 60px 50px;
  width: 100%;
  text-align: left;
}
.event_descript {
  display: flex;
  gap: 15px;
}
.event_descript .event_descript_day {
  background-color: #066d63;
  color: #fff;
  width: 80px;
  height: 78px;
  border-radius: 5px;
  padding: 15px;
}
.event_descript .event_descript_day h3 {
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.event_content_step {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.event_content_step h5 {
  font-size: 17px;
  font-weight: bold;
}
.event_content_step p {
  font-size: 16px;
  font-weight: 400;
}

.event_content_step ul{padding-left: 20px;}
.event_content_step li::marker {padding: 0;margin: 0;}

.logos {
  background-color: #ffffff;
  padding: 20px 0;
  text-align: center;
}
.logos_container {
  display: flex;
  align-items: center;
  gap: 60px;
  margin: auto;
  justify-content: space-evenly;
}

.logos_gr h3 {
  text-align: left;
  margin-bottom: 20px;
  font-size: 16px;
  color: #1c5953;
  font-weight: 500;
}
.logos-group {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 80px;
}

.logos-group .logo-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.inscricao {
  margin: 50px 0 0 0;
  text-align: center;
  display: flex;
  background: #d6e8e6;
}

.inscricao .form-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
form {
  width: 100%;
  max-width: 470px;
  min-width: 200px;
  text-align: left;
}

form h2 {
  font-size: 2.7rem;
  margin-bottom: 15px;
  color: #0c5f53;
  font-weight: 600;
}
form h4{ font-size: 1.5rem;color: #1a1a1a;font-weight: 400;}

form .form-section-div {
  padding: 20px;
  text-align: left;
}

form .form-section-div div {
  margin-top: 12px;
}




.inscricao button {
  margin: 20px 0 0 0;
  width: 60%;
  padding: 15px 20px;
  background: #0c5f53;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
}
.image-section_bg {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.image-section {
  width: 100%;
  position: relative;
}
.overlay {
  position: absolute;
  bottom: 30%;
  left: 60%;
  color: white;
  padding: 20px;
  text-align: end;
}

.overlay h2 {
  font-size: 38px;
}
.overlay p {
  font-size: 20px;
  margin-top: 15px;
}

footer {
  font-size: 13px;
  background: #fff;
  color: #000;
  text-align: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

footer div {
  padding: 25px 50px;
  display: flex;
  width: 100%;
  justify-content: center;
}
footer .footer_a {
  gap: 50px;
  display: flex;
}
footer .footer_a a {
  text-decoration: none;
  color: #000;
}

.fixou {
  position: fixed;
  top: 0; /* Garante que o cabeçalho se posicione no topo quando fixado */
  z-index: 1000; /* Opcional, dependendo do layout */
}

header {
  transition: all 0.3s ease; /* Transição suave */
  width: 100%;
  top: 0; /* Inicia na parte superior */
  left: 0;
  right: 0;
}

.logo_gr img {
  height: 70px;
  width: auto;
}

.logo_gr .special_one{height: 60px!important;}

.documentos{padding-top: 70px;}
.documentos h2{font-size: 18px;margin-bottom: 10px;}
.documentos p{font-size: 14px;}
.documentos a div{margin: 15px 0 0 0;font-weight: 500;}
.documentos a {text-decoration: none;}
.documentos a p{text-align: center;}
.btn-download {
  background-color: none;
  color: #0c5f53;
  width: 30%;
  padding: 5px 20px;
  border: 1px solid #066d63;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
}
