* {
  font-family: "Lato", sans-serif;

  font-weight: 300;

  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;

  font-weight: 300;

  font-style: normal;
}

:root {
  --main-color: #333a16;

  --secondary-color: #bdccc2;
}

.slider_area_five .home-five-button a {
  background: var(--main-color);

  font-weight: 600;
}

.about_area_five .about_button a {
  background: var(--main-color);

  position: relative;

  display: inline-block;

  clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);

  transition: background-color 0.3s;

  font-weight: 600;
}

.sticky {
  left: 0;

  margin: auto;

  position: fixed !important;

  top: 0;

  width: 100%;

  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);

  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);

  background: var(--main-color) !important;

  transition: 0.5s;

  z-index: 9;

  animation: 500ms running fadeInUp;

  animation-name: slideInDown;
}

.about_area_five {
  position: relative;
}

.about_area_three .about_button a {
  background: var(--main-color);

  position: relative;

  display: inline-block;

  clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);

  transition: background-color 0.3s;

  font-weight: 600;
}

.about_area_three .about_button a::before {
  background: var(--secondary-color);
}

.head-btn a {
  background: #2eb962;

  position: relative;

  display: inline-block;

  clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);

  transition: background-color 0.3s;

  font-weight: 600;
}

.head-btn a:hover {
  color: #fff;
}

.head-btn a::after {
  position: absolute;

  content: "";

  top: 0;

  left: 0;

  height: 100%;

  width: 100%;

  background: #00742b;

  z-index: -1;

  transform: scale(0);

  transition: 0.5s;
}

.about_area_five.upper .about_button a::after {
  background: var(--secondary-color);
}

.about_area_five.upper .about_button a:hover {
  color: var(--main-color);
}

.service_area_five .service-top-button a {
  background: var(--main-color);
}

.service_area_five .single_service_box::before {
  background: var(--secondary-color);
}

.portfolio_area_three {
  position: relative;
}

.portfolio_area_three .case-study-content h4 {
  color: var(--secondary-color);
}

.portfolio_area_three .case-study-content h4::before {
  background: var(--secondary-color);
}

.portfolio_area_three .gallery_button a {
  color: #7d8d3d;
}

.portfolio_area_three.upper .portfolio_nav ul li:hover,
.portfolio_nav ul li.current_menu_item {
  background-color: var(--secondary-color);

  color: var(--main-color);
}

.call-do-action-area .call-do-action-button a {
  background: #fff;

  color: var(--main-color);

  font-weight: 500;

  position: relative;

  display: inline-block;

  clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);

  transition: background-color 0.3s;

  font-weight: 600;
}

.call-do-action-area .call-do-action-button a:hover {
  color: #000000;
}

.call-do-action-area .call-do-action-button a::after {
  position: absolute;

  content: "";

  top: 0;

  left: 0;

  height: 100%;

  width: 100%;

  background: var(--secondary-color);

  border-radius: 5px;

  z-index: -1;

  transform: scale(0);

  transition: 0.5s;
}

.footer_section_five {
  background: #d5e0d9;
}

.about_area_three {
  background: url(../images/tunas/background-section/background-equipe.jpg);

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  padding: 120px 0 100px;

  border-bottom: 1px solid #352e26;
}

.service_area_five.upper {
  background: url(../images/tunas/background-section/background-service.jpg);

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;
}

.call-do-action-area {
  background-color: #c7d4cc;

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  padding: 120px 0 90px;

  position: relative;

  z-index: 1;
}

/* .slider_area_five.upper {



  background: url(../images/tunas/imagens-sections/banner1.jpg);



  background-size: cover;



  background-position: center;



  background-repeat: no-repeat;



  height: 900px;



  margin-top: -121px;



  position: relative;



  z-index: 1;



} */

.slider_area_five.upper {
  height: 900px;

  margin-top: -121px;

  position: relative;

  overflow: hidden;
}

.slider {
  height: 100%;

  width: 100%;

  position: relative;
}

.slide {
  position: absolute;

  width: 100%;

  height: 100%;

  opacity: 0;

  transition: opacity 1s ease-in-out;
}

.slide.active {
  opacity: 1;

  z-index: 2;
}

.slide video,
.slide img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

/* .slider_area_five.upper::before {
  background-color: #0000005d;

  content: "";

  position: absolute;

  width: 100%;

  height: 100%;
} */

.texto-banner h4 {
  color: #ffffff;

  position: relative;

  z-index: 10;
}

.texto-banner h1 {
  color: #ffffff;

  z-index: 10;

  position: relative;
}

.texto-banner h1 span {
  color: var(--secondary-color);

  position: relative;

  z-index: 10;
}

.texto-banner p {
  font-size: 16px;

  line-height: 22px;

  color: #f4f4f4;

  position: relative;

  font-weight: 400;

  margin: 0 0 0;

  z-index: 10;

  width: 58%;
}

.section_title.upper .sub_title h4 {
  color: #000000;
}

.section_title .sub_title h4 {
  font-size: 16px;

  line-height: 30px;

  color: #ffffff;

  font-weight: 500;

  margin: 0 0 0;
}

.about_area_three .about_description p {
  opacity: 0.502;

  font-size: 15px;

  line-height: 30px;

  color: #f4f4f4;

  font-weight: 400;

  margin: 0 0 0;
}

.footer_section_five .footer_icon-list ul li a {
  display: inline-block;

  font-size: 15px;

  line-height: 27px;

  color: #616161;

  font-weight: 500;

  transition: 0.5s;
}

.footer_section_five .footer_icon-list ul li a:hover {
  color: #333a1b;
}

.footer_section_five .copy-rights h4 span {
  color: var(--secondary-color);
}

.hendre_nav_manu.five.upper .hendre_menu > ul > li > a {
  color: #616161 !important;
}

.hendre_nav_manu.five.upper.sticky .hendre_menu > ul > li > a {
  color: #000000 !important;
}

.hendre_nav_manu.five.upper.sticky .hendre_menu > ul > li > a:hover {
  color: #333a16 !important;
}

.hendre_nav_manu.five.upper.sticky .hendre_menu > ul > li > a::after {
  background: var(--main-color) !important;
}

.hendre_nav_manu.six.uppeer .hendre_menu1 > ul > li > a {
  color: #000000 !important;
}

.contact_area_three {
  position: relative;
}

.contact_area_three .quote_button button {
  background: var(--secondary-color);

  text-align: center;

  display: inline-block;

  color: var(--main-color);

  width: 100%;

  padding: 16px 0;

  border-radius: 0;

  position: relative;

  z-index: 1;

  transition: 0.5s;

  outline: inherit;

  text-transform: uppercase;

  font-weight: 600;
}

.contact_area_three .quote_button button:hover {
  color: var(--secondary-color);
  font-weight: 600;
}

.contact_area_three .quote_button button::before {
  background: var(--main-color);
}

.footer_section_five .widgets-company-content.upper {
  margin-left: 0px;
}

.footer_section_five .widgets-company-title h3 {
  margin: 15px 0 20px;
}

.politica-tunas-title {
  color: var(--main-color);
}

.shape-escritorio {
  position: absolute;

  top: -80px;

  left: -44px;

  width: 100%;

  height: 414px;

  background: url(../images/tunas/shapes/imagem1.png) no-repeat;

  background-size: contain;

  z-index: 1;

  animation: moveUpDown 4s ease-in-out infinite; /* Aplica a animação */
}

@keyframes moveUpDown {
  0% {
    top: 0; /* Começa no topo */
  }

  50% {
    top: 50px; /* Vai para baixo (ajuste conforme necessário) */
  }

  100% {
    top: 0; /* Volta para o topo */
  }
}

.shape-escritorio2 {
  position: absolute;

  top: 0px;

  left: 0px;

  width: 100%;

  height: 414px;

  background: url(../images/tunas/shapes/imagem2.png) no-repeat;

  background-size: contain;

  z-index: 0;
}

.about-comercial {
  background: url(../images/tunas/background-section/background-comercial.jpg);
}

.imagem-feiras img {
  border-radius: 5px;

  border: 8px solid var(--main-color);
}

.border-accordion {
  padding: 80px;
}

.span-button {
  color: #333a1b;
  font-size: 18px;
}

.button-accordion {
  background-color: #d5e0d9;

  color: #fff;
}

.container-faq {
  background-color: #fff;
}

.container-faq p {
  color: #000000;
}

.contact_area_three.upper .form_box select {
  width: 100%;

  height: 55px;

  padding-left: 20px;

  border-radius: 3px;

  transition: 0.5s;

  border: 1px solid #f8f8f8;

  color: #969696;

  background: #f8f8f8;

  outline: inherit;

  margin: 0 0 25px;
}

.breadcumb-area {
  background: url(../images/tunas/internas/banner/comercial/banner.jpg);

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center;

  padding: 100px 0 110px;

  height: 450px;

  position: relative;

  z-index: 1;
}

.breadcumb-area::before {
  background-color: #0000005d;

  content: "";

  position: absolute;

  width: 100%;

  height: 102%;
}

.breadcumb-content {
  z-index: 12;

  position: relative;
}

.section-title-seven h2 {
  font-size: 46px;

  line-height: 60px;

  color: #101010;

  font-weight: 300;

  margin: 0 0 0;
}

.section-title-seven h3 {
  line-height: 60px;

  color: #101010;

  font-weight: 300;

  margin: 0 0 0;
}

.about_thumb {
  position: relative;
}

.about_thumb img {
}

/* .rounded-12{



  border-radius: 12px;



} */

.about_thumb2 {
  position: absolute;

  content: "";

  z-index: 9999;

  top: 0;

  left: 0;

  width: 100%;

  height: auto;
}

.about_thumb2 img {
  position: relative;

  left: -170px;

  top: 50px;
}

.content-paragraph-project {
  width: 100%;
}

.content-paragraph-project p {
  width: 80%;
}

.content-paragraph2 {
  width: 100%;
}

.content-paragraph2 p {
  width: 60%;
}

.portfolio-minimal-area .case-study-thumb2::before {
  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

  width: 100%;

  background: rgba(0, 0, 0, 0.4);

  content: "";

  z-index: 44;

  opacity: 0.6;

  transform: scale(0);

  transition: 0.5s;
}

.about_area_three .about_thumb3 img {
  width: 100%;

  height: 500px;

  margin-left: -13px;
}

.portfolio-details-area .sideber-title h2 {
  font-weight: 600;
}

.portfolio-details-area .sideber-title p {
  color: #626262;

  font-weight: 400;

  font-size: 16px;

  line-height: 1.5;

  letter-spacing: 1px;
}

.sub-title h2 span {
  color: var(--main-color);
}

.hendre_menu ul .sub-menu li:hover > a,
.hendre_menu ul .sub-menu .sub-menu li:hover > a,
.hendre_menu ul .sub-menu .sub-menu .sub-menu li:hover > a,
.hendre_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover > a {
  background: #d5e0d9;
  color: #616161;
}

.slider_area_five .home-five-button a::before {
  position: absolute;

  content: "";

  top: 0px;

  right: 0px;

  height: 100%;

  width: 0%;

  z-index: -1;

  background: var(--secondary-color);

  transition: 0.5s;
}

.prgoress_indicator::after {
  position: absolute;

  content: "\f106";

  font-family: "Font Awesome 5 Free";

  text-align: center;

  line-height: 46px;

  font-size: 18px;

  color: #000000;

  left: 0;

  top: 0;

  height: 46px;

  width: 46px;

  cursor: pointer;

  display: block;

  font-weight: 900;

  z-index: 1;

  transition: all 200ms linear !important;
}

.hendre_menu > ul > li > a::after {
  position: absolute;

  bottom: 0;

  left: 0;

  height: 2px;

  width: 0%;

  background: #d5e0d9;

  content: "";

  transition: 0.5s;
}

.hendre_nav_manu.five.upper .hendre_menu > ul > li > a:hover {
  color: var(--main-color) !important;
}

.prgoress_indicator svg.progress-circle path {
  stroke: #000000;

  stroke-width: 4;

  box-sizing: border-box;

  transition: all 200ms linear !important;
}

.footer_section_five .copy-rights1 {
  padding: 50px 0;
}

.footer_section_five .copy-rights1 h4 {
  font-size: 15px;

  line-height: 26px;

  color: #616161;

  font-weight: 400;

  margin: 0 0 0;

  text-align: center;
}

.footer_section_five .company-info-desc p {
  font-size: 15px;

  line-height: 22px;

  color: #616161 !important;

  font-weight: 400;

  margin: 35px 0 30px;
}

.footer_section_five .widgets-company-title h3 {
  color: #616161;
}

.footer_section_five .widgets-company-icon-list ul li a:hover {
  background-color: #fff;
}

.footer_section_five .widgets-company-icon-list ul li a {
  color: #333a16;
}

.mean-container .mean-bar {
  background: #d5e0d9;

  float: left;

  min-height: 60px;

  padding: 4px 0 0;

  position: fixed;

  width: 100%;

  z-index: 999;
}

.slider_area_five .home-five-button a:hover {
  color: var(--main-color);

  font-weight: 600;
}

.hendre_nav_manu.five.upper.intern {
  background: #ffffff;

  border-bottom: 1px solid #dedede;

  padding: 0px 0px 0px 0px;
}

.hendre_nav_manu.five.upper {
  background: #fff;

  border-bottom: unset;

  padding: 0px 0px 0px 0px;
}

.hendre_menu ul .sub-menu li a {
  border: 0.1px solid #eeeeee;

  font-size: 14px;
}

.hendre_menu > ul > li > a {
  text-transform: uppercase;

  font-weight: 300;

  font-family: "Lato", sans-serif;
}

.hendre_menu ul .sub-menu li a {
  font-weight: 300;
}

.case-study-thumb2 {
  position: relative;

  overflow: hidden;
}

.case-study-thumb2 img {
  width: 100%;

  height: auto;

  display: block;

  transition: transform 0.3s;
}

/* Overlay usando ::before */

.case-study-thumb2::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.7);

  opacity: 0;

  transition: opacity 0.3s;

  z-index: 1;
}

.case-study-thumb2:hover::before {
  opacity: 1;
}

/* Conteúdo da overlay */

.overlay-content {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  text-align: center;

  color: white;

  z-index: 9999;

  opacity: 0;

  transition: opacity 0.3s;
}

.case-study-thumb2:hover .overlay-content {
  opacity: 1;
}

.case-study-thumb2:hover img {
  transform: scale(1.05);
}

.overlay-content h3 {
  margin-bottom: 10px;

  font-size: 1.2rem;
}

.overlay-content .btn-redirect {
  padding: 8px 16px;

  background-color: #d5e0d9;

  color: #616161;

  text-decoration: none;

  border-radius: 4px;

  transition: background-color 0.3s;
}

.overlay-content .btn-redirect:hover {
  background-color: var(--main-color);

  color: #d5e0d9;
}

.call-do-action-area .call-do-action-button {
  margin-top: -125px;

  position: absolute;

  right: 15%;
}

.paragraph-galery {
  line-height: 20px;
}

.hendre_menu ul .sub-menu li a {
  text-transform: unset;
}

.about_area_five .about_description p {
  color: #dadada;
}

.about_area_five .about_icon_list ul li {
  color: #dadada;
}

.section-title-seven p {
  color: #101010;
}

.feira {
  background-color: #fafafa !important;
}

.catagory-item ul li a {
  font-size: 19px;

  padding: 12px;
}

.widget-items {
  height: 285px;
}

.title-feira {
  color: #000000;

  font-size: 30px;
}

.dark\:focus\:ring-gray-800:focus {
  --tw-ring-color: #fff;
}

.contact_from_box {
  max-width: 760px;

  margin: 0 auto;

  padding: 20px;
}

.subtitle-form {
  font-size: 24px !important;
}

.span-green {
  color: #333a1b;
  font-weight: 600;
}

.title-form {
  font-size: 34px !important;
  color: #d5e0d9;
}

.contact_area_three .contact_from_box {
  left: unset;
}

.footer_section_five .widgets-company_title h4 span {
  color: #616161;

  font-weight: 500;
}

.footer_section_five .widgets-company_title h4 {
  color: #616161;
}

.politica-text {
  color: #000000;
}

.whatsapp-botao {
  background-color: #97a89d;

  font-weight: 600;

  font-size: 16px;

  text-align: center;

  width: 130%;

  border-radius: 8px;
}

.whatsapp-botao p {
  padding: 10px;

  color: #ffffff;

  font-weight: 600;

  font-size: 16px;
}

.header-src-box .widgets-company-icon-list ul li {
  display: inline-block;

  margin: 0 5px 0;
}

.header-src-box .widgets-company-icon-list ul li a {
  display: inline-block;

  color: #333a1b;

  height: 35px;

  width: 35px;

  line-height: 35px;

  text-align: center;

  border: 1px solid #2b2b2b;

  transition: 0.5s;
}

.header-src-box .widgets-company-icon-list ul li a:hover {
  background-color: #d5e0d9;
}

.owl-nav {
  position: absolute;

  top: 50%;

  width: 100%;

  display: flex;

  justify-content: space-between;

  transform: translateY(-50%);

  pointer-events: none;
}

.owl-nav {
  position: absolute;

  z-index: 1;

  right: 5px;

  width: 97%;

  top: 50%;
}

.owl-next {
  display: block;

  color: #ffffff;

  border-radius: 50%;

  padding: 6px 10px;

  font-size: 20px;

  border: unset;

  transition: 0.5s;

  margin-bottom: 15px;
}

.owl-prev {
  border: unset;
}

.owl-next:hover {
  color: #fff;

  background: unset;
}

.owl-prev:hover {
  color: #fff;

  background: unset;
}

.owl-nav button {
  color: white;

  border: none;

  font-size: 2rem;

  pointer-events: all;
}

.owl-nav button.owl-prev {
  margin-left: 10px;
}

.owl-nav button.owl-next {
  margin-right: 10px;
}

.footer_section_five .widgets-company-title h3 {
  font-weight: 300;
}

.footer_section_five {
  padding: 35px 0 0px;
}

.sub-title h2 {
  font-weight: 300;
}

.slider_area_five.upper img,
.slider_area_five.upper video {
  width: 100%;

  height: 500px;

  display: block;

  object-fit: cover; /* ou contain, dependendo do que deseja */
}

.paragraph-contato p {
  width: 100%;
}

.hover-politica {
  color: #616161;
}

.hover-politica:hover {
  color: #333a1b;
}
::selection {
  background: #c9d4c9;
}

.title-sobre-time {
  color: #333a1b;

  font-weight: 300;
}

.sobre-fino {
  padding: 90px 0;
  background: #fff;
}

.sobre-fino__texto p {
  font-size: 16px;
  line-height: 30px;
  color: #616161;
  font-weight: 300;
  margin-bottom: 18px;
}

.sobre-fino__pilares {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding: 45px 0;
  margin: 40px 0 70px;
  border-top: 1px solid #d5e0d9;
  border-bottom: 1px solid #d5e0d9;
}

.sobre-fino__pilares h3 {
  font-size: 28px;
  line-height: 36px;
  color: #333a16;
  font-weight: 300;
  margin-bottom: 8px;
}

.sobre-fino__pilares p {
  font-size: 15px;
  line-height: 24px;
  color: #616161;
  font-weight: 300;
  margin: 0;
}

.sobre-fino .section-title-seven p {
  font-size: 16px;
  line-height: 28px;
  color: #616161;
  font-weight: 300;
  margin-top: 15px;
  max-width: 680px;
}

.sobre-fino__pessoa img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  display: block;
  margin-bottom: 24px;
}

.sobre-fino__pessoa h3 {
  font-size: 25px;
  line-height: 32px;
  color: #101010;
  font-weight: 300;
  margin-bottom: 6px;
}

.sobre-fino__pessoa span {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #333a16;
  font-weight: 300;
  margin-bottom: 14px;
}

.sobre-fino__pessoa p {
  font-size: 15px;
  line-height: 27px;
  color: #616161;
  font-weight: 300;
  margin: 0;
}

.contato-fino {
  padding: 90px 0;
  background: #fff;
}

.contato-fino .section-title-seven p {
  font-size: 16px;
  line-height: 30px;
  color: #616161;
  font-weight: 300;
  margin-top: 18px;
  max-width: 780px;
}

.contato-fino .contact_from_box {
  max-width: unset;
  padding: 0;
  margin: 0;
}

.contato-fino .form_box input,
.contato-fino .form_box select,
.contato-fino .form_box textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d5e0d9;
  border-radius: 0;
  padding: 0 0 14px;
  height: auto;
  font-size: 15px;
  color: #616161;
  font-weight: 300;
  margin-bottom: 34px;
}

.contato-fino .form_box textarea {
  min-height: 140px;
  resize: vertical;
}

.contato-fino .form_box input:focus,
.contato-fino .form_box select:focus,
.contato-fino .form_box textarea:focus {
  border-bottom-color: #333a16;
  outline: none;
}

.contato-fino .quote_button button {
  width: auto;
  padding: 14px 42px;
  background: #333a16;
  color: #fff;
  font-weight: 400;
}

.contato-careers {
  border-left: 1px solid #d5e0d9;
  padding-left: 45px;
  margin-top: 5px;
}

.contato-careers span {
  display: block;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #333a16;
  margin-bottom: 14px;
}

.contato-careers h3 {
  font-size: 34px;
  line-height: 42px;
  color: #101010;
  font-weight: 300;
  margin-bottom: 22px;
}

.contato-careers p {
  font-size: 15px;
  line-height: 29px;
  color: #616161;
  font-weight: 300;
  margin-bottom: 18px;
}

.contato-careers a {
  display: inline-block;
  margin-top: 18px;
  color: #333a16;
  border-bottom: 1px solid #333a16;
  padding-bottom: 6px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
}

.contato-careers a:hover {
  color: #616161;
  border-color: #616161;
}

.mostra-section {
  padding: 100px 0 100px;
}

.sobre-fino__conteudo h3 {
  color: #000000;
  font-size: 35px;
}

.sobre-fino__conteudo p {
  color: #555;
  text-align: justify;
}

.sobre-fino__conteudo span {
  color: #333a1b;
}

.projeto-voltar {
  margin: 60px 0;
}

.projeto-voltar--bottom {
  margin-top: 8px;
  margin-bottom: 25px;
}
.projeto-voltar__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #1f1f1f;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}

.projeto-voltar__link svg {
  transition: 0.3s;
}

.projeto-voltar__link:hover {
  color: #8b7b61;
}

.projeto-voltar__link:hover svg {
  transform: translateX(-5px);
}

.section-title__voltar {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.about_area_four .about_description p {
  color: #555;
  opacity: unset;
  text-align: justify;
}

/* ==========================
   Cookie Banner
========================== */

.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 40px;

  max-width: 1200px;
  margin: 0 auto;

  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);

  z-index: 9999;

  transform: translateY(120%);
  transition: 0.35s ease;
}

.cookie-banner.active {
  transform: translateY(0);
}

.cookie-content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 24px 28px;
}

.cookie-text {
  flex: 1;
}

.cookie-text h5 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 600;
  color: #2f3029;
}

.cookie-text p {
  margin: 0 0 10px;
  color: #666;
  font-size: 15px;
  line-height: 1.7;
}

.cookie-text a {
  color: #8c7650;
  font-weight: 600;
  text-decoration: none;
}

.cookie-text a:hover {
  text-decoration: underline;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.cookie-btn {
  min-width: 140px;
  padding: 12px 24px;

  border: none;
  border-radius: 8px;

  cursor: pointer;

  font-weight: 600;
  transition: 0.25s;
}

.cookie-btn {
  background: #333a1b;
  color: #fff;
}

.cookie-btn:hover {
  background: #c9d4c9;
}

.cookie-outline {
  background: #fff;
  color: #c9d4c9;
  border: 1px solid #c9d4c9;
}

.cookie-outline:hover {
  background: #c9d4c9;
  color: #fff;
}

.project-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  max-width: 1320px;
  margin: 70px auto;
  padding: 0 40px;
}

.project-story__image img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

.project-story__text {
  padding: 50px;
  background: #fff;
}

.project-story__text h2 {
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 400;
  margin-bottom: 28px;
  color: #1a1a1a;
}

.project-story__text p {
  font-size: 16px;
  line-height: 1.9;
  text-align: justify;
  color: #555;
  margin-bottom: 18px;
}

.project-story__eyebrow {
  font-size: 12px !important;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #888 !important;
  margin-bottom: 18px !important;
}

.project-story--reverse {
  background: #f7f6f3;
  padding-top: 60px;
  padding-bottom: 60px;
}

.project-story--reverse .project-story__text {
  background: transparent;
}

.comercial-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
  gap: 40px;
  max-width: 1400px;
  margin: 60px auto;
  padding: 50px 40px;
}

.comercial-hero__img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

.comercial-hero__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 56px;
  background: #fff;
}

.comercial-hero__eyebrow {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 20px;
}

.comercial-hero__title {
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 32px;
  color: #1a1a1a;
}

.comercial-hero__body p {
  font-size: 15px;
  line-height: 1.85;
  color: #444;
  text-align: justify;
  margin-bottom: 16px;
}

.comercial-hero__body p:last-child {
  margin-bottom: 0;
}

.projetos-grid {
  padding: 80px 0 80px;
  background: #ffffff;
}

.projetos-grid .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.projetos-grid__heading {
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 48px;
}

.projetos-masonry {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

.projeto-card {
  position: relative;
  overflow: hidden;
  background: #e0ddd8;
  aspect-ratio: 4/3;
}

.projeto-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.projeto-card:hover img {
  transform: scale(1.04);
}

.projeto-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 55%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px 20px 20px;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.projeto-card:hover .projeto-card__overlay {
  opacity: 1;
}

.projeto-card__label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 16px 20px 0;
}

.projeto-card__name {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.2;
}

.projeto-card__link {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 2px;
  text-decoration: none;
  width: fit-content;
  transition:
    color 0.2s,
    border-color 0.2s;
}

.projeto-card__link:hover {
  color: #fff;
  border-color: #fff;
}

.projeto-card--wide {
  grid-column: span 2;
  aspect-ratio: 8/3;
}

.projeto-card--tall {
  grid-row: span 2;
  aspect-ratio: unset;
}

.comercial-hero--reverse {
  grid-template-columns: 1fr 1fr;
}

.residencial-cta {
  padding: 100px 20px;
  text-align: center;
  background: #f7f6f3;
  margin-top: 80px;
}

.residencial-cta .container {
  max-width: 900px;
  margin: auto;
}

.residencial-cta h2 {
  font-size: 42px;
  margin-bottom: 25px;
}

.residencial-cta p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 18px;
  color: #555;
}

.residencial-encerramento {
  padding: 120px 30px;
  text-align: center;
  background: #f7f6f3;
}

.residencial-encerramento .container {
  max-width: 850px;
  margin: auto;
}

.residencial-encerramento__eyebrow {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 24px;
}

.residencial-encerramento h2 {
  font-size: clamp(32px, 4vw, 58px);
  line-height: 1.15;
  font-weight: 400;
  color: #1a1a1a;
  margin-bottom: 32px;
}

.residencial-encerramento p {
  font-size: 18px;
  line-height: 1.9;
  color: #555;
  margin-bottom: 20px;
}

.residencial-encerramento a {
  display: inline-block;
  margin-top: 20px;
  color: #111;
  text-decoration: none;
  border-bottom: 1px solid #111;
  padding-bottom: 4px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 13px;
}

.rounded-12 {
  border-radius: 12px;
}

.mostra-section.alt {
  background: #f7f6f3;
}

.mostra-section p {
  font-size: 16px;
  text-align: justify;
  line-height: 1.9;
  color: #555;
  margin-bottom: 18px;
}

.mostra-section img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 12px;
}

@media (max-width: 991px) {
  .sobre-fino {
    padding: 60px 0;
  }

  .sobre-fino__pilares {
    grid-template-columns: 1fr;
    gap: 22px;
    margin: 30px 0 55px;
    padding: 32px 0;
  }

  .sobre-fino__pessoa {
    margin-bottom: 35px;
  }

  .sobre-fino__pessoa img {
    height: 420px;
  }

  .contato-fino {
    padding: 60px 0;
  }

  .contato-careers {
    border-left: 0;
    border-top: 1px solid #d5e0d9;
    padding-left: 0;
    padding-top: 40px;
    margin-top: 20px;
  }
  .mostra-section img {
    height: 360px;
    margin-bottom: 30px;
  }
}

@media (max-width: 900px) {
  .project-story,
  .project-story--reverse {
    grid-template-columns: 1fr;
    margin: 50px auto;
    padding: 0 24px;
  }

  .project-story--reverse .project-story__text {
    order: 2;
  }

  .project-story--reverse .project-story__image {
    order: 1;
  }

  .project-story__image img {
    height: 360px;
  }

  .project-story__text {
    padding: 32px 10px;
  }
  .comercial-hero {
    grid-template-columns: 1fr;
    min-height: unset;
  }

  .comercial-hero__img {
    min-height: 300px;
  }

  .comercial-hero__text {
    padding: 40px 28px;
  }

  .projetos-masonry {
    grid-template-columns: repeat(2, 1fr);
  }

  .projeto-card--wide {
    grid-column: span 2;
    aspect-ratio: 16/7;
  }

  .projeto-card--tall {
    grid-row: span 1;
  }

  .comercial-hero,
  .comercial-hero--reverse {
    grid-template-columns: 1fr;
  }

  .comercial-hero--reverse .comercial-hero__text {
    order: 2;
  }

  .comercial-hero--reverse .comercial-hero__img {
    order: 1;
  }
}

@media (max-width: 575px) {
  .sobre-fino__numeros h3 {
    font-size: 24px;
  }
}
@media (max-width: 560px) {
  .projetos-masonry {
    grid-template-columns: 1fr;
  }

  .projeto-card--wide {
    grid-column: span 1;
    aspect-ratio: 4/3;
  }
}

@media (min-width: 320px) {
  .logo_img2 img {
    position: fixed;

    z-index: 9999;

    width: 110px;

    right: 62%;
  }

  .texto-banner h1 {
    font-size: 32px;
  }

  .texto-banner h4 {
    font-size: 18px;
  }

  .section_title .main_title h1 {
    font-size: 21px;

    line-height: 45px !important;
  }

  .slider_area_five.upper {
    height: auto;

    margin-top: 10px;
  }

  .call-do-action-area .call-do-action-button a {
    font-size: 12px;

    padding: 9px 25px;
  }

  .call-do-action-area .call-do-action-button {
    display: block !important;
  }

  .call-do-action-area .call-do-action-button {
    margin-top: 15px;

    right: 33%;
  }

  .call-do-action-area {
    padding: 50px 0 90px;
  }

  .about_area_five .about_description p {
    color: #474747;
  }

  .comercial .about_description p {
    color: #dadada;
  }

  .section_title_five .main_title h1 {
    font-size: 15px !important;
  }

  .border-accordion {
    padding: unset;
  }

  .about_area_three .about_thumb img {
    width: 100%;

    height: unset;

    margin-left: unset;
  }

  .about_thumb2 img {
    position: relative;

    left: 0px;

    top: -21px;

    max-width: 139px;
  }

  .about_area_five .about_thumb img {
    margin-left: 0;

    max-width: 282px;

    margin: 0 auto !important;

    margin-bottom: 30px;
  }

  .slider_area_five .home-five-button a {
    font-size: 13px;

    padding: 8px 21px;
  }

  .about_area_five .about_button a {
    font-size: 13px;

    padding: 8px 21px;
  }

  .about_area_three .about_button a {
    font-size: 13px;

    padding: 8px 21px;
  }

  .shape-escritorio {
    height: 154px;

    left: -20px;
  }

  .whatsapp-botao {
    width: 11rem;
  }
  .section-title-seven h2 {
    font-size: 25px;
    line-height: 30px;
  }
}

@media (min-width: 768px) {
  .logo_img2 img {
    right: 81%;
  }

  .texto-banner h4 {
    font-size: 20px;
  }

  .section_title_five .main_title h1 {
    font-size: 28px !important;

    line-height: 28px;
  }

  .call-do-action-area .call-do-action-button a {
    font-size: 16px;
  }

  .about_thumb2 img {
    left: -8px;

    top: -21px;

    max-width: 245px;
  }

  .about_area_five .about_thumb img {
    max-width: 500px;
  }

  .about_area_three .about_button a {
    font-size: 16px;

    padding: 11px 29px;
  }

  .slider_area_five .home-five-button a {
    font-size: 16px;

    padding: 11px 29px;
  }

  .about_area_five .about_button a {
    font-size: 16px;

    padding: 11px 29px;
  }

  .slider_area_five.upper img,
  .slider_area_five.upper video {
    height: 800px;
  }
  .section-title-seven h2 {
    font-size: 35px;
    line-height: 40px;
  }

  .cookie-banner {
    left: 15px;
    right: 15px;
    bottom: 30px;
  }

  .cookie-content {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }

  .cookie-actions {
    width: 100%;
  }

  .cookie-btn {
    flex: 1;
  }
}

@media (min-width: 1024px) {
  .slider_area_five.upper {
    height: 618px;

    margin-top: -119px;
  }

  .border-accordion {
    padding: 80px;
  }

  .call-do-action-area .call-do-action-button {
    margin-top: -71px;

    right: 24%;
  }

  .section_title .main_title h1 {
    line-height: 37px !important;
  }

  .section_title_five .main_title h1 {
    font-size: 38px !important;

    line-height: 28px;
  }

  .shape-escritorio {
    height: 250px;

    left: -20px;
  }

  .texto-banner h1 {
    font-size: 50px;
  }

  .texto-banner h4 {
    font-size: 24px;
  }

  .owl-nav {
    right: 28px;
  }
  .paragraph-contato p {
    width: 70%;
  }
}

@media (min-width: 1100px) {
  .section_title_five .main_title h1 {
    line-height: 41px;
  }

  .slider_area_five.upper {
    height: 900px;

    margin-top: -121px;
  }

  .slider_area_five.upper img,
  .slider_area_five.upper video {
    height: 1000px;
  }
}

@media (min-width: 1400px) {
  .shape-escritorio {
    height: 350px;

    left: -20px;
  }
}

@media (min-width: 1600px) {
}
