@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap");
@import url('normalize.css');

:root {
  --color-02: #000000;
  --color-03: #ffffff;
  --color-04: #1A2123;
  --color-09: #4e5456;
  --color-10: #ffede5;
  --color-11: #F2F4F6;
  --color-12: #FF4F00;
  --color-13: #3F24FF;
  --font-montserrat: 'Montserrat', sans-serif;
}

body,
main {
  position: relative;
}

body {
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: var(--font-montserrat);
  background-color: var(--color-03);
  line-height: 1.8rem;
}

a {
  background-color: transparent;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

input,
select {
  font-family: var(--font-montserrat);
  font-size: 14px;
}

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


.header,
.hero,
.footer {
  width: 100%;
}

/* GERAL */

.wrapper {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.button {
  position: relative;
  text-align: center;
  font-size: 1rem;
  line-height: 1.7rem;
  color: var(--color-03);
  padding: 1rem 2.5rem;
  background: var(--color-12);
  border-radius: 4rem;
  z-index: 10;
  transition: all .2s ease-in-out
}

.title {
  padding: clamp(3.5rem, 6.5vw, 6.5rem) 0 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: clamp(2.25rem, 5vw, 4rem);
}

h2 {
  font-size: clamp(2rem, 2.6vw, 2.6rem);
  line-height: clamp(2.5rem, 3.7vw, 3.7rem);
}

h3 {
  font-size: clamp(1.8rem, 2.6vw, 2.2rem);
  line-height: clamp(2.1rem, 3vw, 3rem);
}

/* HEADER */

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  flex-flow: row;
  width: 100%;
  background-color: var(--color-02);
  z-index: 99999;
  padding: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.header.nav-sticky {
  opacity: 1;
  background-color: var(--color-02);
  padding: .5rem 1rem
}

.header .header_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1 1;
}

.header .logo {
  display: flex
}

.navbar ul {
  list-style: none;
}

.navbar #menu>ul {
  display: flex;
  flex-direction: row;
  padding: 0;
  gap: 20px;
}

.navbar ul li {
  position: relative;
  color: var(--color-03)
}

.navbar ul li a {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  padding: 5px 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.navbar ul li a:hover,
.navbar ul li a.active {
  color: var(--color-12)
}

.navbar ul li:last-child a {
  background-color: var(--color-12);
  color: var(--color-03);
  border-radius: 3px;
}

.menu-responsive {
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  position: absolute;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  border-radius: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}

/* HERO */

.hero {
  height: 100vh;
  position: relative;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
  background-repeat: no-repeat;
  padding: clamp(2rem, 3vw, 3rem)
}

.hero .overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.hero .overlay:after {
  position: absolute;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 1) 100%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  z-index: 1;
}

.hero .hero-text {
  position: relative;
  z-index: 999;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  max-width: 40rem;
  color: var(--color-03)
}

.hero .hero-text h1 {
  margin: 0;
}

.arrow-down {
  color: #fff;
  white-space: nowrap;
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 750ms ease-in-out;
  -ms-transition: all 750ms ease-in-out;
  -o-transition: all 750ms ease-in-out;
  transition: all 750ms ease-in-out;
  z-index: 100;
}

.lift {
  bottom: 54px;
}

/* PATROCINADORES */

.patrocinadores {
  background-color: var(--color-04);
  border-radius: 10px;
  position: relative;
  padding: clamp(3rem, 5vw, 5rem) 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  color: var(--color-03);
}

.patrocinadores .marcas,
.patrocinadores .parceiro {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1.8rem
}

.patrocinadores .marcas h2,
.patrocinadores .marcas h3 {
  font-weight: 200;
}

.patrocinadores .marcas h3 {
  font-size: 16px;
}

.patrocinadores .marcas .logo-area .patrocinio,
.patrocinadores .marcas .logo-area .apoio {
  display: flex;
  flex-direction: column;
  gap: 30px
}

.patrocinadores .marcas .logo-area {
  display: flex;
  gap: 20px;
}

.patrocinadores .marcas .logo-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

.patrocinadores hr {
  border: none;
  border-top: solid 1px var(--color-09);
  width: 80%;
}

/* COLUNAS */

.col {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  margin: 4rem auto clamp(3rem, 10vw, 5rem);
}

.col.col-row {
  flex-direction: row;
}

.col.col-row-reverse {
  flex-direction: row-reverse;
}

.col .col-content-wrapper {
  padding-left: 3rem;
  width: 50%;
}

.col-image-wrapper {
  width: 50%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  height: 280px;
}

.col-row-reverse .col-image-wrapper {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.col-image-wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.col-content-wrapper {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  padding: 2rem 1rem;
  width: 100%;
}

.col .col-content h3 {
  margin-bottom: 20px
}

.col-row-reverse .col-content-wrapper {
  padding-right: 4rem;
}

.col.col-row .col-content-wrapper {
  padding-right: max(2rem, calc(50vw - 570px));
}

.col.col-row-reverse .col-content-wrapper {
  padding-left: max(2rem, calc(50vw - 570px));
}

.content-orange h3,
.content-orange strong {
  color: var(--color-12)
}

.content-blue h3,
.content-blue strong {
  color: var(--color-13)
}

/* MAPA */

.mapa {
  border-radius: 10px;
  padding: clamp(3rem, 5vw, 5rem) 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

gmp-map {
  height: 100%;
}

#map-container {
  position: relative;
  display: flex;
  height: 600px;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin-top: 50px;
}

#map {
  flex: 1;
  height: 100%;
}

#search-and-list {
  width: 300px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  padding: 30px;
  overflow-y: auto;
  position: absolute;
  z-index: 9;
  border-radius: 10px;
  margin: 15px;
  right: 0;
}

#point-list {
  overflow-y: scroll;
  height: 250px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* Estilos personalizados para o scrollbar */
#point-list::-webkit-scrollbar {
  width: 10px;
  /* Largura do scrollbar */
}

#point-list::-webkit-scrollbar-track {
  background-color: var(--color-10);
  /* Cor de fundo da track */
}

#point-list::-webkit-scrollbar-thumb {
  background-color: var(--color-12);
  /* Cor do thumb (a alça do scrollbar) */
}

#point-list::-webkit-scrollbar-thumb:hover {
  background-color: #fc6c2b;
  /* Cor do thumb ao passar o mouse por cima */
}

.point-item {
  cursor: pointer;
  padding: 3px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}

.select-map {
  position: absolute;
  z-index: 9;
  padding: 5px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  top: 15px;
  left: 15px;
  border: solid 2px red;
}

.select-map select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background-position: calc(100% - 12px) center !important;
  background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
  padding: 8px 32px 8px 16px;
  border: 0;
}

.select-map select:focus-visible,
.pac-target-input:focus-visible {
  outline: none;
}

.select-map select::-ms-expand {
  display: none;
}

.search-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  gap: 10px;
  margin-bottom: 20px;
}

#search-input {
  width: 100%;
  border: none;
  padding: 10px;
  background: #fff;
  border: solid 1px #ccc;
}

#search-button {
  background: #000;
  color: #fff;
  padding: 10px;
  border: none;
  cursor: pointer;
}

/* Estilo para ajustar o tamanho da fonte nas caixas de pop-up (InfoWindows) */
.gm-style .gm-style-iw {
  font-size: 16px !important;
}

/* VIDEO */

.video {
  padding: clamp(3rem, 5vw, 5rem);
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 1.4rem;
  background-color: var(--color-10);
  border-radius: 10px
}

.video .video-content {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  gap: clamp(2.5rem, 6.4vw, 6.4rem);
}

.video .video-content video {
  border-radius: 10px;
  width: 60%;
}

.video .video-content article {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1.4rem;
  flex: 1 1;
  z-index: 10;
  width: 40%;
}

.video .video-content article h2 {
  color: var(--color-12)
}

.video iframe {
  border-radius: 10px;
}

/* FAQ */

.faq {
  padding: clamp(3.5rem, 6.5vw, 6.5rem) 0 clamp(3rem, 5vw, 5rem);
  max-width: 50rem;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  gap: 1.4rem;
}

.faq-item {
  border-bottom: 1px solid var(--color-12);
  margin-bottom: 10px;
  padding-bottom: 30px;
  width: 100%;
}

.faq-item.active .faq-question {
  color: var(--color-12)
}

.faq-question {
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

h3.faq-question {
  font-size: 18px;
  font-weight: 600;
}

.faq-question .accordion__icon {
  transition: transform 0.3s ease;
  /* Adiciona uma transição suave à rotação */
}

.faq-answer {
  display: none;
  padding-top: 10px;
}

.faq-item.active .faq-answer {
  display: block;
}

/* DUVIDA */

.duvida {
  padding: clamp(3rem, 5vw, 5rem) 20rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  background-color: var(--color-10);
  border-radius: 10px;
  text-align: center;
}

footer {
  background-color: var(--color-11);
  margin-top: clamp(2rem, 10vw, 6rem);
  color: var(--color-02);
  padding: clamp(3rem, 5vw, 5rem);
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
}

footer .wrapper {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1.4rem;
  font-size: 13px;
  line-height: 1.6;
}

/* SYSTEM */

.error-container {
  text-align: center;
}
.error-code {
  font-size: 6rem;
  font-weight: bold;
  margin: 0;
  color: #e74c3c;
}
.error-message {
  font-size: 1.5rem;
  margin: 10px 0;
}
.home-link {
  text-decoration: none;
  color: #3498db;
  font-weight: bold;
}

/* RESPONSIVE */

@media (max-width: 768px) {
  .menu-responsive {
    visibility: visible;
    opacity: 1;
    position: relative;
  }

  .menu-responsive.active .bar:nth-child(2) {
    opacity: 0;
  }

  .menu-responsive.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .menu-responsive.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  #menu {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 60px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    visibility: hidden;
    z-index: 9999;
    background-color: var(--color-02);
  }

  #menu.show {
    max-height: 100vh;
    opacity: 1;
    overflow-y: scroll;
    visibility: visible;
  }

  .navbar #menu>ul {
    flex-direction: column;
    gap: 0;
  }

  section:not(.hero) {
    padding: clamp(3rem, 5vw, 5rem) 1rem;
  }

  #search-and-list {
    display: none;
  }

  .patrocinadores .marcas .logo-area {
    flex-direction: column;
  }
  
  .col .col-content-wrapper,
  .col .col-image-wrapper {
    width: 100%;
  }

  .col .col-image-wrapper {
    border-radius: 10px;
  }

  .col .col-content-wrapper {
    padding: 20px;
    text-align: center;
  }

  .video {
    padding: clamp(2rem, 5vw, 3rem);
  }

  .video iframe {
    border-radius: 10px;
    width: 100%;
    height: auto;
  }

  .video-content {
    text-align: center;
  }

  .patrocinadores,
  .video, 
  .duvida {
    border-radius: 0;
  }

  .duvida {
    padding: clamp(3rem, 5vw, 5rem) 2rem;
  }

  .faq-question svg {
    display: none;
  }

  footer {
    margin-top: 0;
  }

  .title {
    padding: 0;
  }
}