body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #f9f9f9;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
}

.heading_container.heading_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 5%;
  color: #fff;
  overflow: hidden;
}

.hero_area .hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
}

.hero_area .hero_bg_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right top;
  transition: transform 0.7s ease;
  will-change: transform;
}

.hero_area .hero_bg_box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.3) 40%,
    rgba(0, 0, 0, 0) 100%
  );
  pointer-events: none;
  z-index: 1;
}

/* Exemplo de leve zoom na imagem ao passar o mouse */
.hero_area:hover .hero_bg_box img {
  transform: scale(1.05);
}

/* Responsividade */
@media (max-width: 768px) {
  .hero_area {
    align-items: center;
    padding: 0 10px;
    text-align: center;
  }

  .hero_area .hero_bg_box::before {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0.3) 60%,
      rgba(0, 0, 0, 0) 100%
    );
  }
}

.header_section {
  padding: 15px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand {
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
}

.navbar-brand span {
  color: #ffffff;
}

.navbar-brand:hover {
  color: inherit;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-nav .nav-item .nav-link i {
  margin-right: 5px;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link {
  color: #1c0caa;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}

.custom_nav-container .nav_search-btn:hover {
  color: #ffffff;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
  transform: none;
}

/*end header section*/
/* slider section */
.slider_section {
  -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;
  padding: 90px 0 6px 0;
}

.slider_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #ffffff;
}

.slider_section .detail-box h1 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background: linear-gradient(to top, #285280, #3298f7);
  color: #ffffff;
  border-radius: 10px;
  transition: all 0.3s;
  border: 1px solid #345eac;
  text-decoration: none;
}

.slider_section .detail-box a:hover {
  background-color: transparent;
  color: #493f37;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel_btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 45px auto 0 auto;
}

.slider_section .carousel_btn-box a {
  position: unset;
  width: 50px;
  height: 50px;
  background: linear-gradient(to top, #285280, #3298f7);
  opacity: 1;
  color: #ffffff;
  font-size: 14px;
  border-radius: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: 0 3px;
}

.slider_section .carousel_btn-box a:hover {
  background-color: #e2e1e0;
  color: #ffffff;
}

.product_section .heading_container {
  margin-bottom: 40px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.product_section .box {
  color: #222;
  text-align: center;
  border-radius: 12px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  cursor: pointer;
  max-width: 280px; /* aumenta a largura da caixa */
  margin: 20px auto; /* centraliza e adiciona espaçamento vertical */
}

.product_section .box:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.product_section .box .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  position: relative;
}

.product_section .box .img-box img {
  max-width: 100%;
  max-height: 180px;
  border-radius: 8px;
  object-fit: contain;
}

.product_section .box .detail-box {
  padding: 10px 15px;
}

.product_section .box .detail-box h4 {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 12px;
  color: #333;
  font-family: "Poppins", sans-serif;
}

.product_section .box .detail-box .new_price {
  font-weight: 700;
  font-size: 1.15rem;
  color: #3298f7;
  margin-bottom: 8px;
  display: block;
}

.product_section .box .detail-box .old_price {
  text-decoration: line-through;
  color: #bbb;
  font-size: 0.95rem;
  margin-bottom: 14px;
}

.product_section .box .detail-box p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.4;
  min-height: 60px;
}

.product_section .box .detail-box a {
  display: inline-block;
  padding: 10px 30px;
  background: linear-gradient(180deg, #285280 0%, #3298f7 100%);
  color: #fff;
  border-radius: 30px;
  font-weight: 600;
  font-size: 1rem;
  border: none;
  box-shadow: 0 3px 8px rgba(114, 79, 33, 0.4);
  transition:
    background-color 0.3s ease,
    box-shadow 0.3s ease;
  text-decoration: none;
}

.product_section .box .detail-box a:hover {
  background-color: #5b3d11;
  box-shadow: 0 6px 15px rgba(91, 61, 17, 0.6);
  color: #f1e8d9;
}

.product_section .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.product_section .btn-box a {
  display: inline-block;
  padding: 12px 50px;
  background: linear-gradient(180deg, #285280 0%, #3298f7 100%);
  color: #fff;
  border-radius: 6px;
  font-weight: 700;
  font-size: 1.1rem;
  border: none;
  box-shadow: 0 4px 12px rgba(114, 79, 33, 0.5);
  transition:
    background-color 0.3s ease,
    box-shadow 0.3s ease;
  text-decoration: none;
  cursor: pointer;
}
.product_section .box {
  max-width: 280px; /* aumenta a largura da caixa */
  margin: 20px auto; /* centraliza e adiciona espaçamento vertical */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.281); /* sombra suave e elegante */
  border-radius: 12px; /* bordas arredondadas para combinar */
}

.product_section .btn-box a:hover {
  background-color: #5b3d11;
  box-shadow: 0 7px 20px rgba(91, 61, 17, 0.7);
  color: #f1e8d9;
}

.product_section .owl-carousel {
  position: relative; /* remove unset e deixa padrão */
}

.product_section .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: -50px;
  display: flex;
  flex-direction: column;
  transform: translateY(-50%);
  gap: 15px;
  z-index: 10;
}

.product_section .owl-carousel .owl-nav button.owl-next,
.product_section .owl-carousel .owl-nav button.owl-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(180deg, #285280 0%, #3298f7 100%);
  border: none;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(114, 79, 33, 0.4);
  transition:
    background-color 0.3s ease,
    box-shadow 0.3s ease;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  color: transparent; /* esconde texto */
}

.product_section .owl-carousel .owl-nav button.owl-next:hover,
.product_section .owl-carousel .owl-nav button.owl-prev:hover {
  background-color: #5b3d11;
  box-shadow: 0 6px 15px rgba(91, 61, 17, 0.6);
}

.product_section .owl-carousel .owl-dots {
  display: none;
}
.product_section .owl-carousel .owl-nav {
  display: none !important;
}
.product_section .owl-carousel .owl-dots {
  display: none !important;
}

.about_section {
  background-color: #81b8e6; /* tom cinza mais suave */
  color: #2e2e2e; /* texto escuro para melhor leitura */
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  padding: 60px 20px;
}

.about_section .row {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.about_section .img-box {
  position: relative;
  overflow: hidden;
  flex: 1 1 400px;
  max-height: 400px;
  border-radius: 15px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.about_section .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  transition: transform 0.5s ease;
}

.about_section .img-box img:hover {
  transform: scale(1.05);
}

.about_section .detail-box {
  flex: 1 1 450px;
  margin: 30px 0;
}

.about_section .detail-box p {
  color: #444444;
  margin-top: 20px;
  font-size: 1.1rem;
  line-height: 1.6;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 12px 40px;
  background: linear-gradient(180deg, #285280 0%, #3298f7 100%);
  color: #fff;
  border-radius: 30px;
  font-weight: 600;
  font-size: 1rem;
  border: none;
  box-shadow: 0 4px 12px rgba(114, 79, 33, 0.5);
  transition:
    background-color 0.3s ease,
    box-shadow 0.3s ease;
  margin-top: 25px;
  text-decoration: none;
  cursor: pointer;
}

.about_section .detail-box a:hover {
  background-color: #11225b;
  box-shadow: 0 6px 18px rgba(91, 61, 17, 0.7);
  color: #f1e8d9;
}

.contact_section {
  position: relative;
  padding: 60px 20px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f9f9f9;
  color: #333;
}

.contact_section .heading_container {
  margin-bottom: 35px;
  font-weight: 700;
  font-size: 2rem;
  color: #4b4b4b;
}

.contact_section .form_container input,
.contact_section .form_container textarea.message-box {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding: 0 25px;
  background-color: #e5e5e5;
  outline: none;
  color: #222;
  border-radius: 8px;
  font-size: 1rem;
  transition:
    box-shadow 0.3s ease,
    background-color 0.3s ease;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  resize: none;
}

.contact_section .form_container textarea.message-box {
  height: 140px;
  padding-top: 15px;
}

.contact_section .form_container input::placeholder,
.contact_section .form_container textarea::placeholder {
  color: #777;
  font-style: italic;
}

.contact_section .form_container input:focus,
.contact_section .form_container textarea:focus {
  background-color: #fff;
  box-shadow: 0 0 8px rgba(178, 138, 56, 0.6);
}

.contact_section .form_container button {
  margin-top: 15px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 14px 60px;
  background: linear-gradient(180deg, #285280 0%, #3298f7 100%);
  color: #fff;
  border-radius: 30px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(114, 79, 33, 0.5);
  transition:
    background-color 0.3s ease,
    box-shadow 0.3s ease,
    color 0.3s ease;
}

.contact_section .form_container button:hover {
  background-color: #5b3d11;
  box-shadow: 0 8px 25px rgba(91, 61, 17, 0.7);
  color: #f1e8d9;
}

.contact_section .map_container {
  width: 100%;
  height: 360px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  margin-top: 40px;
}

.contact_section .map_container #googleMap {
  height: 100%;
  width: 100%;
}

.client_section .client_container {
  margin-top: 45px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 5px;
}

.client_section .box .img-box {
  position: relative;
  width: 105px;
  margin-bottom: -45px;
  margin-left: 25px;
}

.client_section .box .img-box img {
  width: 100%;
  border-radius: 100%;
  border: 5px solid #3468ac;
}

.client_section .box .detail-box {
  border: 1px solid #a5b4cf;
  padding: 60px 25px 25px 25px;
  margin-bottom: 25px;
}

.client_section .box .detail-box h5 {
  font-weight: 600;
}

.client_section .box .detail-box p {
  margin: 0;
}

.client_section .carousel-wrap {
  margin: 0 auto;
  position: relative;
}

.client_section .carousel-wrap .active + .active .box {
  margin-top: 45px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 20px 10px 0 0;
  outline: none;
  background: linear-gradient(to top, #285280, #3298f7);
  border-radius: 10px;
  color: #ffffff;
}

.client_section .owl-carousel .owl-nav .owl-prev:hover,
.client_section .owl-carousel .owl-nav .owl-next:hover {
  background-color: #6c9acf;
}

/* footer section*/
.footer_section {
  background-color: #81b8e6;
  position: relative;
  color: #ffffff;
}

.footer_section .footer_content {
  padding: 60px 0 10px 0;
}

.footer_section .footer-col {
  margin-bottom: 45px;
}

.footer_section .contact_nav {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer_section .contact_nav a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  margin-bottom: 10px;
}

.footer_section .contact_nav a i {
  font-size: 22px;
  margin-right: 10px;
}

.footer_section .contact_nav a:hover {
  color: #7e9fb6;
}

.footer_section h4 {
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 600;
}

.footer_section .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_section .social_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 18px;
  margin-left: 10px;
}

.footer_section .social_box a:hover {
  color: #ffffff;
  border-color: #ffffff;
}

.footer_section .footer_form input {
  width: 100%;
  border: none;
  height: 45px;
  margin-bottom: 15px;
  padding-left: 25px;
  background-color: #eaeaea;
  outline: none;
  color: #101010;
}

.footer_section .footer_form button {
  display: inline-block;
  padding: 10px 45px;
  background: linear-gradient(to top, #285280, #3298f7);
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #3468ac;
  border-radius: 10px;
}

.footer_section .footer_form button:hover {
  background-color: transparent;
  color: #a5b7cf;
}

.footer_section .footer-info {
  background-color: #202e33;
}

.footer_section .footer-info p {
  margin: 0;
}

.footer_section .footer-info p a {
  color: inherit;
}

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

.footer_section .footer-info-box p,
.footer_section .footer-info-box .social_box {
  margin: 15px 0;
}
/*# sourceMappingURL=style.css.map */

.btn-box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

.btn-box2 a {
  display: inline-block;
  padding: 10px 45px;
  background: linear-gradient(to top, #285280, #3298f7);
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #3468ac;
  border-radius: 10px;
}

.btn-box2 a:hover {
  background-color: transparent;
  color: #a5b2cf;
}

.ocultar {
  display: none;
}

.botao_editar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

.botao_editar a {
  display: inline-block;
  padding: 10px 45px;
  background: linear-gradient(to top, #285280, #3298f7);
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #3468ac;
}

.botao_editar a:hover {
  background-color: transparent;
  color: #cfc0a5;
}
@media (max-width: 768px) {
  .hero_area .hero_bg_box img {
    object-fit: cover; /* mantém preenchendo a tela */
    object-position: center center; /* centraliza horizontal e vertical */
  }
}
