* {
  list-style: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: unset;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Nunito", sans-serif;
  color: #484242;
}

::-moz-selection {
  background: #f2b813;
  color: #484242;
}

::selection {
  background: #f2b813;
  color: #484242;
}

html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html .fslightbox-container *,
body .fslightbox-container * {
  color: #ffffff !important;
}

p {
  font: 600 20px/150% "Nunito", sans-serif;
}

@media (max-width: 1180px) {
  p {
    font-size: 18px;
  }
}

p strong {
  font-weight: 700;
}

img {
  display: block;
  max-width: 100%;
}

button {
  cursor: pointer;
}

small {
  display: block;
}

.container {
  max-width: calc(1130px + 80px);
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}

@media screen and (max-width: 1180px) {
  .container {
    padding: 0 20px;
  }
}

.nav {
  position: absolute;
  top: 48px;
  right: 80px;
  z-index: 9;
}

@media (max-width: 1180px) {
  .nav {
    right: unset;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 0;
  }
}

@media (max-width: 1180px) {
  .nav button img {
    height: 32px;
  }
}

.nav span {
  position: fixed;
  left: 0;
  top: 40px;
  display: block;
  color: #f2b813;
  border-top: 1px solid #f2b813;
  border-right: 1px solid #f2b813;
  border-bottom: 1px solid #f2b813;
  background: rgba(242, 184, 19, 0.08);
  padding: 16px 32px;
  text-transform: uppercase;
  text-align: center;
  font: 800 18px/1 "Nunito", sans-serif;
  z-index: 99;
}

@media (max-width: 1180px) {
  .nav span {
    top: 0;
    width: 100%;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    padding: 10px 24px;
    font-size: 16px;
    margin: 0 0 12px 0;
    background: #f2b813;
    color: #484242;
    border: unset;
  }
}

.contact {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  z-index: 99;
}

@media screen and (max-width: 1180px) {
  .contact {
    height: auto;
  }
}

.contact__button {
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  text-align: left;
}

@media screen and (max-width: 1180px) {
  .contact__button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    padding: 12px 0;
  }
}

.contact__button * {
  color: #ffffff;
  text-transform: uppercase;
}

@media screen and (max-width: 1180px) {
  .contact__button img {
    width: 32px;
  }
}

.contact__button small {
  font: 300 13px/1 "Nunito", sans-serif;
  opacity: 0.64;
}

@media screen and (max-width: 1180px) {
  .contact__button small {
    font-size: 12px;
  }
}

.contact__button h4 {
  margin: 8px 0 0 0;
  font: 700 19px/1 "Nunito", sans-serif;
}

@media screen and (max-width: 1180px) {
  .contact__button h4 {
    display: none;
  }
}

.contact__button--whatsapp {
  background: #027353;
}

.contact__button--atendimento {
  background: #f2b813;
}

@media (max-width: 1180px) {
  .contact__button--atendimento {
    display: none;
  }
}

.contact__button--telefone {
  background: #000000;
}

.contact__button--email {
  background: #484242;
}

@media (max-width: 1180px) {
  .contact__button--email {
    display: none;
  }
}

.legal {
  padding: 0 0 120px 0;
}

@media screen and (max-width: 1180px) {
  .legal {
    padding: 0 0 112px 0;
  }
}

.legal .container p {
  color: rgba(35, 35, 35, 0.5);
  text-align: center;
}

.legal .container p,
.legal .container p * {
  font: 300 12px/160% "Nunito", sans-serif;
}

@media (max-width: 1180px) {
  .legal .container p,
  .legal .container p * {
    font-size: 11px;
  }
}

.legal .container p strong {
  font-weight: 500;
}

.legal .container img {
  margin: 64px auto 32px auto;
}

@media (max-width: 1180px) {
  .legal .container img {
    margin: 40px auto 24px auto;
  }
}

.cookies {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 20px 0;
  background: #ffffff;
  z-index: 999;
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
  -webkit-box-shadow: 0px -8px 64px rgba(0, 0, 0, 0.08);
  box-shadow: 0px -8px 64px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
}

.cookies.open {
  opacity: 1;
  visibility: visible;
}

.cookies .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1180px) {
  .cookies .container {
    display: block;
  }
}

@media screen and (max-width: 1180px) {
  .cookies .container p,
  .cookies .container p * {
    font-size: 15px;
    line-height: 140%;
  }
}

@media screen and (max-width: 1180px) {
  .cookies .container .button {
    width: 100%;
    display: block;
    margin: 16px 0 0 0;
  }
}

.button {
  font: 800 20px/1.2 "Nunito", sans-serif;
  text-transform: uppercase;
  color: #484242;
  background: #f2b813;
  border: 1px solid #f2b813;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 16px 48px;
  border-radius: 12px;
}

@media (max-width: 1180px) {
  .button {
    padding: 14px 32px 16px 32px;
  }
}

.button i {
  color: #484242;
}

.button:hover {
  background: transparent;
  color: #f2b813;
}

.button:hover i {
  color: #ffffff;
}

.button--black {
  background: #484242;
  color: #f2b813;
}

.button--black:hover {
  border-color: #484242;
  color: #484242;
  background: transparent;
}

.button--outline {
  background: transparent;
  color: #f2b813;
}

.button--outline:hover {
  background: #f2b813;
  color: #484242;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 999;
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
  opacity: 0;
  visibility: hidden;
}

.modal.open {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1180px) {
  .modal .container {
    padding: 0;
  }
}

.modal .container div {
  position: relative;
  background: #ffffff;
  padding: 64px 0;
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1180px) {
  .modal .container div {
    padding: 48px 24px 24px 24px;
  }
}

.modal .container div button[type="button"] {
  position: absolute;
  top: 24px;
  right: 24px;
}

@media screen and (max-width: 1180px) {
  .modal .container div button[type="button"] {
    top: 16px;
    right: 16px;
  }
}

.modal .container div form {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}

.modal .container div form h3 {
  font: 800 28px/1.3 "Nunito", sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 40px 0;
}

@media screen and (max-width: 1180px) {
  .modal .container div form h3 {
    font-size: 20px;
    margin: 0 0 24px 0;
  }
}

.modal .container div form label {
  opacity: 0.64;
  text-transform: uppercase;
  font: 500 14px/1 "Nunito", sans-serif;
  display: block;
  margin: 0 0 12px 0;
}

@media screen and (max-width: 1180px) {
  .modal .container div form label {
    font-size: 12px;
    margin: 0 0 8px 0;
  }
}

.modal .container div form input[type="text"],
.modal .container div form input[type="email"],
.modal .container div form input[type="tel"],
.modal .container div form select {
  padding: 0 16px;
  font: 500 15px/1 "Nunito", sans-serif;
  display: block;
  width: 100%;
  height: 48px;
  margin: 0 0 20px 0;
  border: 1px solid #c9c9c9;
}

@media screen and (max-width: 1180px) {
  .modal .container div form input[type="text"],
  .modal .container div form input[type="email"],
  .modal .container div form input[type="tel"] {
    margin: 0 0 12px 0;
    font-size: 14px;
  }
}

.modal .container div form .terms {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: initial;
  line-height: 1.2;
}

.modal .container div form button {
  background: #f2b813;
  color: #484242;
  width: 100%;
  font: 700 16px/1 "Nunito", sans-serif;
  text-transform: uppercase;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 32px 0 0 0;
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
}

.modal .container div form button i {
  color: #ffffff;
}

@media screen and (max-width: 1180px) {
  .modal .container div form button {
    margin: 20px 0 0 0;
    font-size: 14px;
  }
}

.modal .container div form button:hover {
  opacity: 0.8;
}

.modal .container div form h6 {
  margin: 16px 0 0 0;
  text-transform: uppercase;
  font: 700 14px/1.3 "Nunito", sans-serif;
}

.banner {
  position: relative;
}

@media (max-width: 1180px) {
  .banner {
    padding: 36px 0 0 0;
  }
}

.banner img {
  position: relative;
  z-index: 1;
  width: 100%;
}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(0, 0, 0, 0.4);
}

.banner h1 {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  font: 800 40px/140% "Nunito", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 32px 48px;
}

@media (max-width: 1180px) {
  .banner h1 {
    font-size: 20px;
    padding: 16px 32px;
    top: 60%;
  }
}

.banner h1::before,
.banner h1::after {
  content: "";
  position: absolute;
  left: 50%;
  background: #f2b813;
  width: 48px;
  height: 8px;
}

@media (max-width: 1180px) {
  .banner h1::before,
  .banner h1::after {
    height: 4px;
    width: 40px;
  }
}

.banner h1::before {
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.banner h1::after {
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.attrs {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 1180px) {
  .attrs {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.attrs h3 {
  max-width: 480px;
  width: 100%;
  font-weight: 400 !important;
}

.attrs h3,
.attrs h3 * {
  color: #ffffff;
  font: 800 28px/36px "Nunito", sans-serif;
  text-transform: uppercase;
}

@media (max-width: 1180px) {
  .attrs h3,
  .attrs h3 * {
    font-size: 19px;
    line-height: 26px;
  }
}

.attrs__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: #f2b813;
  padding: 24px 200px 20px 0;
}

@media (max-width: 1180px) {
  .attrs__left {
    padding: 20px 48px 16px 24px;
  }
}

.attrs__left h3 {
  max-width: 380px;
  width: 100%;
}

.attrs__left h3 strong {
  color: #484242;
}

.attrs__right {
  background: #484242;
  padding: 24px 0 24px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

@media (max-width: 1180px) {
  .attrs__right {
    padding: 24px 48px 24px 24px;
    gap: 24px;
  }
}

.attrs__right figure {
  height: 88px;
  min-width: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #f2b813;
}

@media (max-width: 1180px) {
  .attrs__right figure {
    padding: 12px;
    height: 64px;
    min-width: 64px;
    max-width: 64px;
  }
}

.attrs__right div span {
  display: inline-block;
  background: red;
  padding: 6px 10px;
  margin: 8px 0 0 0;
  color: #ffffff;
  text-transform: uppercase;
  font: 700 16px/1 "Nunito", sans-serif;
}

.attrs__totem {
  position: absolute;
  bottom: 0;
  right: 40px;
  z-index: 9;
}

@media (max-width: 1180px) {
  .attrs__totem {
    width: 48px;
    right: 0;
  }
}

.plus {
  border-bottom: 2px solid #f2b813;
  padding: 24px 0 20px 0;
  margin: -2px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 0 80px 0;
}

@media (max-width: 1180px) {
  .plus {
    margin: 0 0 56px 0;
    padding: 20px 0 16px 0;
    width: 100%;
    border-left: unset;
    border-top: unset;
    border-right: unset;
  }
}

.plus h5 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #484242;
  font: 800 30px/140% "Nunito", sans-serif;
}

@media (max-width: 1180px) {
  .box .container {
    padding: 0;
  }
}

.box h3 {
  padding: 32px 64px;
  background: #484242;
  color: #ffffff;
  text-align: center;
  font: 800 28px/36px "Nunito", sans-serif;
}

@media (max-width: 1180px) {
  .box h3 {
    font: 800 24px/32px "Nunito", sans-serif;
    padding: 32px 24px;
  }
}

.box p {
  padding: 48px 96px;
  background: rgba(228, 228, 228, 0.32);
  text-align: center;
  font: 600 20px/30px "Nunito", sans-serif;
}

@media (max-width: 1180px) {
  .box p {
    padding: 40px 24px;
    font: 600 16px/24px "Nunito", sans-serif;
  }
}

.box--yellow p {
  background: #f2b813;
  color: #ffffff;
}

.ficha {
  padding: 120px 0;
}

@media (max-width: 1180px) {
  .ficha {
    padding: 80px 0;
  }
}

.ficha .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ficha h2 {
  color: #484242;
  text-transform: uppercase;
  font: 700 40px/1 "Nunito", sans-serif;
  text-align: center;
  margin: 0 0 48px 0;
}

@media (max-width: 1180px) {
  .ficha h2 {
    margin: 0 0 32px 0;
    font-size: 30px;
  }
}

.ficha ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 24px;
  margin: 0 0 48px 0;
}

@media (max-width: 1180px) {
  .ficha ul {
    margin: 0 0 40px 0;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.ficha ul li {
  padding: 16px 0 0 0;
  border-top: 1px solid #f1f1f1;
}

.ficha ul li p {
  font-weight: 300;
  color: #484242;
}

.ficha ul li p,
.ficha ul li p * {
  font-size: 14px;
  line-height: 150%;
}

.ficha ul li p strong {
  text-transform: uppercase;
  font-weight: 800;
  display: block;
  margin: 0 0 8px 0;
}

.ficha ul li p span {
  font-weight: 800;
}

.aerea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fotos {
  background: rgba(228, 228, 228, 0.32);
  padding: 120px 0;
}

@media (max-width: 1180px) {
  .fotos {
    padding: 80px 24px;
  }
}

.fotos h2 {
  text-align: center;
  text-transform: uppercase;
  font: 800 32px/140% "Nunito", sans-serif;
  max-width: 750px;
  margin: 0 auto 48px auto;
  width: 100%;
}

@media (max-width: 1180px) {
  .fotos h2 {
    font-size: 28px;
    margin: 0 auto 32px auto;
  }
}

.fotos nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  margin: 0 0 48px 0;
}

@media (max-width: 1180px) {
  .fotos nav {
    margin: 0 0 40px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
  .fotos nav .button {
    width: 100%;
  }
}

.fotos nav div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

@media (max-width: 1180px) {
  .fotos nav div {
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.fotos section {
  position: relative;
  display: none;
}

.fotos section.active {
  display: block;
}

.fotos section [data-prev],
.fotos section [data-next] {
  position: absolute;
  top: 180px;
  z-index: 9;
}

@media (max-width: 1180px) {
  .fotos section [data-prev],
  .fotos section [data-next] {
    top: 120px;
  }
}

.fotos section [data-prev] {
  left: 33%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 1180px) {
  .fotos section [data-prev] {
    left: 4px;
  }
}

.fotos section [data-next] {
  right: 33%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

@media (max-width: 1180px) {
  .fotos section [data-next] {
    right: 4px;
  }
}

.fotos section .swiper .swiper-slide {
  max-width: 650px;
  width: 100%;
}

.fotos section .swiper .swiper-slide img {
  border-radius: 12px;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 1180px) {
  .fotos section .swiper .swiper-slide img {
    height: 300px;
  }
}

.fotos section .swiper .swiper-slide p {
  font: 700 16px/1 "Nunito", sans-serif;
  opacity: 0.64;
  text-align: center;
  margin: 20px 0 0 0;
  text-transform: uppercase;
}

.fotos section h3 {
  text-align: center;
  margin: 16px 0 0 0;
  text-transform: uppercase;
  font: 700 28px/140% "Nunito", sans-serif;
}

@media (max-width: 1180px) {
  .fotos section h3 {
    font-size: 24px;
  }
}

.fotos section small {
  text-align: center;
  margin: 48px 0 0 0;
}

@media (max-width: 1180px) {
  .fotos section small {
    margin: 32px 0 0 0;
  }
}

.diferenciais {
  background: #f2b813;
  padding: 120px 0;
}

@media (max-width: 1180px) {
  .diferenciais {
    padding: 80px 0;
  }
}

.diferenciais .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.diferenciais h2 {
  text-align: center;
  margin: 0 0 48px 0;
  text-transform: uppercase;
  font: 800 32px/140% "Nunito", sans-serif;
}

@media (max-width: 1180px) {
  .diferenciais h2 {
    font-size: 20px;
    margin: 0 0 32px 0;
  }
}

.diferenciais ul {
  margin: 0 0 64px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 0;
}

@media (max-width: 1180px) {
  .diferenciais ul {
    gap: 24px 0;
    margin: 0 0 40px 0;
  }
}

.diferenciais ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  width: 33.3%;
}

@media (max-width: 1180px) {
  .diferenciais ul li {
    gap: 16px;
    width: 50%;
  }
  .diferenciais ul li img {
    width: 48px;
  }
}

.diferenciais ul li p {
  font: 700 24px/1.3 "Nunito", sans-serif;
}

@media (max-width: 1180px) {
  .diferenciais ul li p {
    font-size: 16px;
  }
}

.localizacao {
  padding: 120px 0;
}

@media (max-width: 1180px) {
  .localizacao {
    padding: 80px 0;
  }
}

.localizacao .container {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 550px;
  grid-template-columns: 1fr 550px;
}

@media (max-width: 1180px) {
  .localizacao .container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.localizacao__title {
  max-width: 460px;
  width: 100%;
}

.localizacao__title h2 {
  font: 800 32px/140% "Nunito", sans-serif;
  text-transform: uppercase;
  margin: 0 0 16px 0;
}

@media (max-width: 1180px) {
  .localizacao__title h2 {
    font-size: 24px;
    margin: 0 0 12px 0;
  }
}

.localizacao__title > p {
  font: 300 18px/140% "Nunito", sans-serif;
  margin: 0 0 48px 0;
}

@media (max-width: 1180px) {
  .localizacao__title > p {
    margin: 0 0 32px 0;
  }
}

.localizacao__title div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}

@media (max-width: 1180px) {
  .localizacao__title div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
  }
}

.localizacao__title div p {
  font: 400 16px/140% "Nunito", sans-serif;
  text-transform: uppercase;
}

.localizacao__title div p strong {
  font: 800 24px/140% "Nunito", sans-serif;
  display: block;
  margin: 8px 0 0 0;
}

@media (max-width: 1180px) {
  .localizacao__title div p strong {
    font-size: 20px;
  }
}

.localizacao__map {
  position: relative;
}

@media (max-width: 1180px) {
  .localizacao__map iframe {
    height: 280px;
  }
}

.localizacao__map article {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 24px;
  width: 100%;
}

@media (max-width: 1180px) {
  .localizacao__map article {
    position: relative;
    padding: 24px 0 0 0;
  }
}

.localizacao__map article div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

@media (max-width: 1180px) {
  .localizacao__map article div {
    gap: 16px;
  }
}

.localizacao__map article div a {
  text-transform: uppercase;
  font: 700 18px/1 "Nunito", sans-serif;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  background: #ffffff;
  height: 50px;
  -webkit-box-shadow: 0 16px 48px rgba(0, 0, 0, 0.16);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.16);
}

@media (max-width: 1180px) {
  .localizacao__map article div a {
    font-size: 14px;
    gap: 12px;
    height: 44px;
  }
}

.localizacao__map article div a:last-of-type {
  background: #16c2f2;
  color: #ffffff;
}
/*# sourceMappingURL=main.css.map */
