.main_header {
  background-color: var(--golfo-primary-color);
  height: 60px;
  display: flex;
  transition: all 0.3s ease-out;
}
.main_header__btn-menu {
  width: 40px;
  height: 40px;
  position: absolute;
  background: transparent;
  border: 0;
  color: #fff;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.main_header__btn-menu span {
  font-size: 40px;
}
@media (min-width: 1024px) {
  .main_header__btn-menu {
    display: none;
  }
}
.main_header__link-home {
  margin-left: 52px;
}
@media (min-width: 1024px) {
  .main_header__link-home {
    margin-left: 0px;
  }
}
@media (min-width: 1024px) {
  .main_header {
    height: 112px;
  }
}
.main_header__logo {
  background-image: url("../img/logo_golfo.svg");
  width: 103px;
  height: 35px;
  background-repeat: no-repeat;
  text-indent: -5000px;
  background-size: cover;
  transition: all 0.3s ease-out;
}
@media (min-width: 1024px) {
  .main_header__logo {
    width: 190px;
    height: 64px;
  }
}
.main_header__link_whattsapp {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #FFF;
  text-decoration: none;
  leading-trim: both;
  text-edge: cap;
  font-family: Open Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px; /* 120.833% */
}
.main_header__ico-whattsapp {
  background-image: url("../img/logo_whatsapp.svg");
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
  display: block;
  text-indent: -5000px;
}
.main_header__number {
  display: none;
}
@media (min-width: 1024px) {
  .main_header__number {
    display: block;
  }
}
.main_header__wrapper {
  margin: 0 auto;
  max-width: 1044px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px 0 16px;
  width: 100%;
}
.main_header__main_nav {
  background: #153254;
  position: fixed;
  top: 0;
  left: -500px;
  height: 100vh;
  padding: 16px;
  width: 50%;
  color: #fff;
  box-shadow: 9px 0px 32px rgba(0, 0, 0, 0.5);
  transition: left 0.3s ease-out, opacity 0.3s ease-out;
  opacity: 0;
  z-index: 999999;
}
.main_header__main_nav.active {
  left: 0;
  opacity: 1;
}
@media (min-width: 1024px) {
  .main_header__main_nav {
    position: relative;
    width: auto;
    opacity: 1;
    background-color: transparent;
    box-shadow: none;
    left: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    flex-direction: row;
    padding: 0;
    font-size: 11px;
    align-items: center;
  }
}
.main_header__main_nav__list {
  margin-top: 100px;
  display: flex;
  gap: 24px;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .main_header__main_nav__list {
    flex-direction: row;
    margin: 0;
  }
}
.main_header__main_nav__list__item a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  font-size: 24px;
  border-bottom: 1px solid var(--golfo-primary-color);
  width: 100%;
  line-height: 48px;
  margin: 0;
  display: flex;
  align-items: center;
  height: 65px;
}
.main_header__main_nav__list__item a:hover {
  color: var(--golfo-hiperlink-color);
}
@media (min-width: 1024px) {
  .main_header__main_nav__list__item a {
    font-size: 16px;
    padding: 0;
  }
}

section.section-content {
  max-width: 480px;
  margin: 44px auto;
  background-color: #fff;
}
@media (min-width: 1024px) {
  section.section-content {
    max-width: 1044px;
    margin: 44px auto 24px;
  }
}

.section_hero {
  background-image: url("../img/bg_hero_mobo.jpg");
  width: 100%;
  height: 25vh;
  background-size: cover;
  background-position: bottom;
  margin-top: 0;
}
@media (min-width: 860px) {
  .section_hero {
    height: 35vh;
  }
}
@media (min-width: 1024px) {
  .section_hero {
    background-image: url("../img/bg_hero_desk_min.jpg");
    width: 100%;
    height: 500px;
    background-size: cover;
    margin-bottom: 24px;
    max-width: 100%;
    justify-content: center;
    display: flex;
  }
}
.section_hero__content {
  color: #FFF;
  height: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 480px;
  margin: 0 auto 0 auto;
  padding: 0 20px 20px 20px;
}
@media (min-width: 860px) {
  .section_hero__content {
    padding: 0 20px 60px 20px;
  }
}
@media (min-width: 1024px) {
  .section_hero__content {
    margin: 0 44px;
    margin-bottom: 40px;
    max-width: 1044px;
    display: flex;
    width: 100%;
    padding: 0;
  }
}
.section_hero__content p {
  font-size: 19px;
  font-weight: 300;
  line-height: 25px; /* 131.579% */
  letter-spacing: -0.57px;
  color: #FFF;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .section_hero__content p {
    font-size: 32px;
    line-height: 25px;
  }
}
.section_hero__content h1 {
  color: #FFF;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  font-size: 26px;
  font-weight: 800;
  line-height: 30px; /* 103.448% */
  letter-spacing: -1.16px;
}
@media (min-width: 860px) {
  .section_hero__content h1 {
    font-size: 38px;
    line-height: 38px;
  }
}
@media (min-width: 1024px) {
  .section_hero__content h1 {
    font-size: 64px;
    font-weight: 800;
    line-height: 64px;
  }
}

.section_sobre {
  display: flex;
  gap: 16px;
  margin-top: 0;
  margin: 16px auto !important;
  padding: 0 20px;
}
@media (min-width: 1024px) {
  .section_sobre {
    margin: 44px auto !important;
  }
}
.section_sobre .service_icon {
  background-color: var(--golfo-icon-bg-color);
}
.section_sobre__text {
  margin-right: 0px;
}
@media (min-width: 1024px) {
  .section_sobre__text p {
    font-size: 16px;
    line-height: 25px;
  }
}
.section_sobre__text h3 {
  margin-bottom: 12px;
}
.section_sobre__text a {
  color: var(--golfo-primary-color);
  text-decoration: none;
}

.section_servicos {
  display: flex;
  gap: 16px;
  flex-direction: column;
  border-radius: 0px 16px;
  background-image: url("../img/bg_servicos.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #EFEEF2;
  padding-top: 24px;
}
.section_servicos__content {
  margin: 0 20px;
}
.section_servicos__content h2 {
  text-align: center;
}
.section_servicos__list {
  display: grid;
  grid-template-columns: 50% 50%;
  margin: 32px 0 0;
  padding: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .section_servicos__list {
    grid-template-columns: 25% 25% 25% 25%;
  }
}
.section_servicos__list li {
  width: auto;
  margin-bottom: 24px;
}
.section_servicos__list li a {
  text-decoration: none;
  display: flex;
  gap: 8px;
  align-items: center;
  flex-direction: column;
  color: #004371;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 34px; /* 106.25% */
  letter-spacing: -0.96px;
}
.section_servicos__list li a .service_icon {
  background-color: var(--golfo-icon-bg-color);
  border-radius: 100%;
  width: 72px;
  aspect-ratio: 1/1;
  font-size: 54px;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in;
}
.section_servicos__list li a:hover .service_icon {
  background-color: #153254;
  color: rgb(255, 255, 255);
  scale: 1.15;
}

.bottom_sections {
  display: flex;
  margin: 0 auto;
  gap: 24px;
  max-width: 480px;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .bottom_sections {
    max-width: 1044px;
    flex-direction: row;
  }
}

.section_box {
  background: linear-gradient(338deg, #F9F9F9 21.66%, rgba(196, 196, 196, 0.4) 92.43%);
  width: 100%;
  border-radius: 0px 16px;
  margin-bottom: 12px;
  position: relative;
  margin-top: 40px;
  display: flex;
}
@media (min-width: 1024px) {
  .section_box {
    margin-top: 72px;
  }
}
.section_box header {
  margin: 0px 20px 12px 20px;
  position: absolute;
  top: -32px;
}
.section_box header h2 {
  margin: 0;
  color: var(--golfo-title-color);
}
.section_box__content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  min-height: 165px;
}
.section_box__content__text {
  margin: 16px 0px 0 20px;
  width: 60%;
}
.section_box__content__text p a {
  text-decoration: none;
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  gap: 8px;
}
.section_box__content__text p a .prefix {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 29px; /* 181.25% */
}
.section_box__content__text p a.mail {
  font-size: 12px;
}
.section_box__content__text p a:hover {
  color: var(--golfo-icon-bg-color);
}
@media (min-width: 1024px) {
  .section_box__content__text p a {
    font-size: 24px;
  }
  .section_box__content__text p a .prefix {
    font-size: 16px;
    font-style: normal;
  }
  .section_box__content__text p a.mail {
    font-size: 14px;
  }
}
.section_box__content__img {
  position: relative;
  width: 40%;
}
.section_box__content__img img {
  position: absolute;
  bottom: 0;
  right: 4px;
}
.section_box__icon {
  color: var(--golfo-primary-color);
}
.section_box__ico-whattsapp {
  background-image: url("../img/logo_whatsapp.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: block;
  text-indent: -5000px;
}

.btn-primary {
  border-radius: 8px;
  background: var(--golfo-hiperlink-color);
  color: #333;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 44px;
  letter-spacing: -0.54px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 16px;
  margin-bottom: 24px;
}
.btn-primary:hover {
  background: var(--golfo-hiperlink-hover-color);
}

.mb-16 {
  margin-bottom: 16px;
}

.main_footer {
  background-color: var(--golfo-primary-color);
  padding: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_footer__links {
  display: flex;
  gap: 12px;
  margin: 0 auto 24px 0px;
  padding: 0;
  justify-content: center;
}
.main_footer__links li {
  text-align: center;
}
.main_footer__links li a {
  color: var(--golfo-hiperlink-color);
  text-decoration: none;
  font-size: 12px;
}
@media (min-width: 1024px) {
  .main_footer__links li a {
    font-size: 16px;
  }
}
.main_footer__links li a:hover {
  color: var(--golfo-hiperlink-hover-color);
}
.main_footer p {
  color: #FFF;
  font-size: 11px;
}/*# sourceMappingURL=styles.css.map */