@import url(https://fonts.googleapis.com/css2?family=Lato:wght@400;

700;900&family=Montserrat:wght@400;700;800&display=swap);@charset "UTF-8";
* {
  scroll-behavior: smooth;
  color: #4c4c4b;
  font-family: "Lato", sans-serif;
  font-size: 16px;
}

* :focus {
  outline: none;
}

a {
  color: inherit;
  font-size: inherit;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

a:hover {
  text-decoration: unset;
}

i,
strong {
  color: inherit;
  font-size: inherit;
}

ol,
ul {
  list-style: none;
  padding-left: unset;
  margin-bottom: unset;
}

button {
  border: unset;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 16px;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 25px;
}

h3,
h4 {
  font-size: 20px;
}

h5,
h6 {
  font-size: 18px;
}

.slick-next,
.slick-prev {
  background: unset !important;
  filter: unset !important;
}

.slick-next::before,
.slick-prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #0091a2 !important;
}

.slick-next::before {
  content: "\F054" !important;
}

.slick-prev::before {
  content: "\F053" !important;
}

.slick-dots li button {
  padding: unset !important;
  border: 2px solid #0091a2 !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.slick-dots li button::before {
  content: "" !important;
  width: 20px;
  height: 20px;
  background-color: transparent;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #0091a2;
}

/* @media (min-width: map-get($media, customContainer)) {
    .container {
        max-width: $container;
    }
} */

nav {
  background-color: #1f1f1f !important;
}

nav .nav__logo {
  transform: scale(0.7);
}

nav .nav-contato a {
  color: white !important;
}

nav .link-contatos {
  transition: all 1s;
}

nav .link-contatos:hover i {
  color: #ba3c05;
}

nav .nav-links ul li + li {
  margin-left: 38px;
}

nav .nav-links ul li a {
  color: #ffffff;
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 1.27rem;
  position: relative;
  text-decoration: none;
  text-transform: none;
}

nav .nav-links ul li .ddKlGm::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ba3c05;
  bottom: -3px;
  left: 0px;
  transition: transform 0.3s ease 0s;
}

@media screen and (max-width: 768px) {
  nav .nav-links ul li + li {
    margin: 0;
    margin: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  nav .nav__logo {
    transform: scale(0.6);
    margin-left: -3rem;
  }

  nav .ul_contact_nav {
    flex-direction: row;
  }

  nav .ul_contact_nav li + li {
    margin-left: 20px;
  }
}

@media screen and (max-width: 450px) {
  nav .nav__logo {
    transform: scale(0.5);
  }
}

.footer {
  background-color: #000000;
  display: block;
}

.footer .whatsapp-tip {
  position: fixed;
  bottom: 30px;
  right: 0px;
  margin: 2rem;
  background: #00d35e;
  border-radius: 50%;
  padding: 6px;
}

@media (max-width: 600px) {
  .footer .whatsapp-tip {
    transform: scale(0.8);
  }
}

.footer .icon-footer {
  margin-right: 10px;
  color: #ff5600;
}

.footer .copyright {
  position: relative;
  background-color: #c8c8c8;
  padding: 2rem 0;
}

.footer .copyright .container {
  position: relative;
}

.footer .copyright .content-copyright {
  display: flex;
  justify-content: space-between;
}

.footer .copyright .content-copyright span {
  display: flex;
  color: #444;
}

@media screen and (max-width: 600px) {
  .footer .copyright .content-copyright {
    display: block;
    justify-content: unset;
  }

  .footer .copyright .content-copyright span + span {
    margin-top: 10px;
  }
}

.footer h1 {
  color: #ffffff;
  font-family: Raleway;
  font-size: 44px;
  font-weight: 700;
  font-style: normal;
  max-width: 164px;
}

.footer .footer-text p {
  color: #ffffff;
  font-family: Raleway;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 28px;
  text-align: left;
}

.footer form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 47px 47px auto;
  gap: 20px;
  color: #898989;
}

.footer form .form-textarea {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
}

.footer form label {
  width: 100%;
}

.footer form button {
  margin-left: auto;
  margin-top: 16px;
  background: #ff5600;
  width: 151px;
  height: 47px;
  border-radius: 11px;
  color: #ffffff;
  font-family: Raleway;
  font-size: 23px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 17.84px;
  text-align: center;
}

.footer form input,
.footer form select {
  width: 100%;
  height: 47px;
}

.footer form input,
.footer form select,
.footer form textarea {
  border-radius: 5px;
  color: #898989;
  font-family: Raleway;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  padding-left: 30px;
}

.footer form textarea {
  padding-top: 1rem;
  padding-right: 1rem;
}

.footer form select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background-image: url(/images/CHEVRON-DOWN.png?a7d30b7420356c351fe8b1f157293d33);
  background-repeat: no-repeat;
  background-position-x: 92%;
  background-position-y: 50%;
}

