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

body {
  font-family: "Poppins", sans-serif;
  user-select: none;
  scroll-behavior: smooth;
  text-align: justify;
}

h1,
h2,
h3 {
  font-family: "Nunito", sans-serif;
}

.header-global {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100px;
  position: fixed;
  z-index: 1000;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.13);
  background-color: #fff;
}

.logo-global {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 100%;
}

.logo-global > a > img {
  width: 150px;
}

.nav-container-global {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  height: 100px;
  margin: 0 auto;
}

.menu-nav-global {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  list-style: none;
  font-weight: 500;
}

.menu-nav-global > li > a {
  font-size: 18px;
  text-decoration: none;
  color: #012c61;
  transition: all 0.3s ease-in-out;
}

.menu-nav-global > li > a:hover {
  font-weight: bold;
  color: #2c64a8;
}

.sociais-header-global {
  display: flex;
  flex-direction: row;
  text-decoration: none;
  gap: 25px;
}
.sociais-header-global a {
  text-decoration: none;
}

.insta-header-global {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  transition: ease-in-out 0.5s;
  background-color: #e4405f;
}

.insta-header-global:hover {
  color: #e4405f;
  background-color: transparent;
  border: 1px solid #e4405f;
}

.main-passeios-global-container {
  width: 100%;
  height: 700px;
}

.section-passeio-content-global {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 1200px;
  height: 500px;
  top: 150px;
  padding: 20px;
  margin: 0px auto;
  box-shadow: 0px 0px 10px 0.1px rgba(0, 0, 0, 0.164);
}

.section-passeio-content-global figure > img {
  width: 400px;
  height: 300px;
  border-radius: 20px;
}

.section-passeio-texto {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #012c61;
  padding: 20px;
  line-height: 150%;
}

.btn-contato-global {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 40px;
  cursor: pointer;
  border-radius: 8px;
  background-color: #25d366;
  transition: all 0.3s;
}

.btn-contato-global:hover {
  background-color: #169143;
}

.btn-contato-global a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
}

.footer-container-global {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 450px;
  position: relative;
  background: #0059ff;
}

.bg-footer-global {
  stroke: none;
  fill: #fdfdfd;
  transform-origin: center;
}

.footer-content-global {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  height: 100%;
  gap: 20px;
  margin: 0 auto;
}

.footer-socials-global {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 50%;
}

.footer-info-global {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 200px;
  color: #fff;
  gap: 10px;
}

.hr-footer-global {
  width: 90%;
  max-width: 1200px;
  margin-bottom: 20px;
}

.localizacao-global {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 200px;
  color: #fff;
  gap: 10px;
}

.localizacao-global span {
  color: #ddc702;
  font-weight: 600;
}

.localizacao-global > a {
  color: #fff;
  text-decoration: none;
}

.localizacao-global > a:hover {
  text-decoration: underline;
}

.politica-privacidade-global {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 10px;
  height: 200px;
  color: #fff;
}

.politica-privacidade-global a {
  text-decoration: none;
  color: #fff;
}

.politica-privacidade-global a:hover {
  text-decoration: underline;
}

.icon-circle-global i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  color: #012c61;
  transition: ease-in-out 0.2s;
  background-color: #e2ecf8;
}

.icon-circle-global i:hover {
  color: #0059ff;
}

.icon-circle-global {
  text-decoration: none;
}

.footer-copy-global {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin: 5px auto;
  position: absolute;
  bottom: 0;
}

.footer-copy-global > small {
  font-size: 16px;
  color: #ffffff;
}

.footer-copy-global > small > a {
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
}

.footer-copy-global > small > a > i {
  font-style: normal;
  color: #ffffff;
}

.agencia-global i {
  font-style: normal;
}

.agencia-global a {
  text-decoration: none;
  color: #ffffff;
}

.agencia-global p {
  text-decoration: none;
  color: #ffffff;
}

.whatsapp-float-global {
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  background-color: transparent;
  border-radius: 50%;
}

.pulse-global img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.pulse-global {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: relative;
  background-color: #02c765;
}

.pulse-global:after {
  content: "";
  position: absolute;
  inset: 0px;
  background: inherit;
  opacity: 0.9;
  border-radius: 50%;
  animation: pulse-global 0.9s infinite;
}

@keyframes pulse-global {
  to {
    transform: scale(1.9);
    opacity: 0;
  }
}

@media screen and (max-width: 1080px) {
  .logo-global {
    margin-left: 10px;
  }
  .insta-header-global {
    font-size: 20px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  .main-passeios-global-container {
    height: 900px;
  }

  .section-passeio-content-global {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    top: 0px;
    padding: 0px;
    box-shadow: none;
  }

  .section-passeio-content-global figure > img {
    width: 100%;
    height: 300px;
    border-radius: 0px;
  }

  .footer-container-global {
    display: flex;
    width: 100%;
    height: 670px;
  }

  .footer-content-global {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 550px;
  }

  .footer-info-global h2 {
    margin-top: 20px;
  }

  .whatsapp-float-global {
    bottom: 80px;
  }
}
