@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

body {
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  color: var(--color2);
  margin-top: 0px;
  font-style: normal;
  font-weight: 500;
}

.thm-btn {
  letter-spacing: none;
}

.thm-btn-2 {
  background-color: var(--color3);
}

.thm-btn-2::before {
  background-color: var(--color1);
}

.selo-26 {
  position: absolute;
  bottom: 80px;
  right: 190px;
  z-index: 1000;
  height: auto;
  width: 120px;
}

.single-slider {
  position: relative;
}

.slider-height {
  min-height: 750px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-content h1 {
  font-size: 60px;
  line-height: 65px;
  font-weight: 600;
  color: var(--color1);
  text-transform: none;
}

.menu-chanfro {
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 40px),
    calc(100% - 40px) 100%,
    0 100%
  );
}

.main-menu ul li ul.submenu {
  background: #ececec;
}

@media (max-width: 600px) {
  .selo-26 {
    right: 80px;
  }

  .slider-content h1 {
    font-size: 45px;
    line-height: 50px;
  }

  .banner-01 {
    position: relative;
    top: -80px;
  }

  .slider-height {
    min-height: 600px;
    background-position: center left;
  }
}
.thm-btn {  
  z-index: 1;
  font-size: 14px;
  line-height: 24px;
  padding: 12px 24px;
  text-align: center;
  position: relative;
  letter-spacing: 1px;
  color: #fefefe;
  text-transform: uppercase;
  text-decoration: none;
  background-color: var(--color2);
  font-weight: 500;
  font-family:
    "roboto" Helvetica,
    sans-serif !important;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}

.thm-btn:hover {
  color: #ffffff;
  clip-path: polygon(
    16px 0,
    100% 0,
    100% calc(100% - 16px),
    calc(100% - 16px) 100%,
    0 100%,
    0 16px
  );
}
.thm-btn:hover::before {
  left: 0px;
  width: 100%;
  right: auto;
}

.thm-btn::before {
  top: 0px;
  width: 0px;
  left: auto;
  right: 0px;
  z-index: -1;
  bottom: 0px;
  content: "";
  position: absolute;
  background-color: var(--color3);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  clip-path: polygon(
    16px 0,
    100% 0,
    100% calc(100% - 16px),
    calc(100% - 16px) 100%,
    0 100%,
    0 16px
  );
}


/*  */
.btn-home-chanfro,
.thm-btn-3 {
  z-index: 1;
  font-size: 14px;
  line-height: 24px;
  padding: 12px 24px;
  text-align: center;
  position: relative;
  letter-spacing: 1px;
  color: #fefefe;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #c5a153;
  font-weight: 500;
  font-family:
    "roboto" Helvetica,
    sans-serif !important;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
.btn-home-chanfro:hover,
.thm-btn-3:hover {
  color: #ffffff;
  clip-path: polygon(
    16px 0,
    100% 0,
    100% calc(100% - 16px),
    calc(100% - 16px) 100%,
    0 100%,
    0 16px
  );
}
.btn-home-chanfro:hover::before,
.thm-btn-3:hover::before {
  left: 0px;
  width: 100%;
  right: auto;
}

.btn-home-chanfro::before,
.thm-btn-3::before {
  top: 0px;
  width: 0px;
  left: auto;
  right: 0px;
  z-index: -1;
  bottom: 0px;
  content: "";
  position: absolute;
  /* background-color: #004236; */
  background-color: #006957;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  clip-path: polygon(
    16px 0,
    100% 0,
    100% calc(100% - 16px),
    calc(100% - 16px) 100%,
    0 100%,
    0 16px
  );
}

/* Botões em seções com fundo verde */
.bgcolor1 .btn-home-chanfro:hover,
.bgcolor1 .thm-btn-3:hover,
.bgcolor2 .btn-home-chanfro:hover,
.bgcolor2 .thm-btn-3:hover,
.banner-bg-verde .btn-home-chanfro:hover {
  color: #006957 !important;
}

.bgcolor1 .btn-home-chanfro:hover::before,
.bgcolor1 .thm-btn-3:hover::before,
.bgcolor2 .btn-home-chanfro:hover::before,
.bgcolor2 .thm-btn-3:hover::before,
.banner-bg-verde .btn-home-chanfro:hover::before {
  background-color: #ffffff !important;
}
