/*--------------------------------------------------------------------- 
File Name: style.css 
---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- 
import Fonts 
---------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,600i,700,700i,800,800i&display=swap");

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(font-awesome.min.css);
@import url(owl.carousel.min.css);

/*--------------------------------------------------------------------- 
basic 
---------------------------------------------------------------------*/

body {
  color: #231f20;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  line-height: 1.80857;
  font-weight: normal;
  max-width: 100%;
  overflow-x: hidden;
}

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -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;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0;
  font-weight: normal;
  line-height: normal;
  color: #111111;
  margin: 0;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}

button:focus {
  outline: none;
}

ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  margin: 0px;
  padding: 0;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
}

a {
  color: #222222;
  text-decoration: none;
  outline: none !important;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -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;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  outline: 0;
}

.btn-custom {
  margin-top: 20px;
  background-color: transparent !important;
  border: 2px solid #ddd;
  padding: 12px 40px;
  font-size: 16px;
}

.lead {
  font-size: 18px;
  line-height: 30px;
  color: #767676;
  margin: 0;
  padding: 0;
}

.form-control:focus {
  border-color: #ffffff !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-form input {
  border: none !important;
}

.badge {
  font-weight: 500;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.full {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}

.titlepage {
  padding-bottom: 60px;
}

.titlepage::before {
  content: "";
  position: absolute;
  border: #fff solid 5px;
  border-width: 5px;
  width: 80px;
  z-index: 999;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 55px;
}

.titlepage h2 {
  font-size: 45px;
  font-weight: bold;
  line-height: 50px;
  color: #323232;
}

.read_more {
  display: inline-block;
  background: #0e0b01;
  color: #fff;
  max-width: 215px;
  height: 61px;
  line-height: 61px;
  width: 100%;
  font-size: 17px;
  text-align: center;
  font-weight: 500;
  transition: ease-in all 0.5s;
}

.read_more:hover {
  background: #f4cb13;
  color: #fff;
  transition: ease-in all 0.5s;
}

.read_more1 {
  display: inline-block;
  background: #fff;
  color: #333;
  max-width: 215px;
  height: 61px;
  line-height: 61px;
  width: 100%;
  font-size: 17px;
  text-align: center;
  font-weight: 500;
  transition: ease-in all 0.5s;
}

.read_more1:hover {
  background: #f4cb13;
  color: #fff;
  transition: ease-in all 0.5s;
}

.img_responsive {
  max-width: 100%;
}

.text_align_center {
  text-align: center;
}

.text_align_left {
  text-align: left;
}

.text_align_right {
  text-align: right;
}

.d_flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.container {
  max-width: 1170px;
}

/*---------------------------- 
loader  
----------------------------*/

.loader_bg {
  position: fixed;
  z-index: 9999999;
  background: #fff;
  width: 100%;
  height: 100%;
}

.loader {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader img {
  width: 1px;
}

/*--------------------------------------------------------------------- 
header 
---------------------------------------------------------------------*/
@media (min-width: 1299px) {
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: right;
    padding: 10px 10%;
  }

  .logo {
    max-height: auto; /* Ajuste conforme necessário */
    width: 100%;
  }

  .menu {
    display: flex;
    gap: 5px; /* Espaçamento entre os itens */
    text-align: right;
  }

  .menu a {
    color: white;
    font-weight: bolder;
  }
}

.header {
  width: 100%;
  background: rgba(39, 43, 44, 0.87);
  height: 100px;
  padding: 30px 30px;
  position: absolute;
  z-index: 999;
  box-shadow: 3px 0 13px rgba(30, 30, 30, 0.9);
}

/*--------------------------------------------------------------------- 
menu section
---------------------------------------------------------------------*/

.navigation.navbar {
  float: right;
  padding: 0;
}

.navigation.navbar-dark .navbar-nav .nav-link {
  padding: 0px 30px;
  color: #fff;
  font-size: 17px;
  line-height: 15px;
  font-weight: 400;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
  color: #f4cb13;
  display: inline-block;
  line-height: 1.1;
}

.navigation.navbar-dark .navbar-nav .active > .nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

/** banner_main **/

#top_section {
  background-image: url("../images/Basex - Imagem para site.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 110px;
  position: relative;
  height: 90vh;
  background-position: center;
}

.relative {
  position: inherit;
  bottom: 0;
  padding: 0;
}

.bluid {
  margin-top: 10px;
  font-family: "Open Sans", sans-serif;
  text-align: left;
  font-weight: bold;
}

.bluid p {
  font-weight: bold !important ;
  color: #ffffff;
}

.banner_main .bluid h1 {
  color: #ffff;
  font-size: 100px;
  line-height: 100px;
  font-weight: bold;
  padding-bottom: 25px;
}

.banner_main .bluid p {
  color: #ffffff;
  line-height: 25px;
  padding-bottom: 50px;
  font-size: 17px;
}

.banner_main .bluid .read_more {
  margin-right: 8px;
  background: #fff;
  color: #000;
}

.banner_main .bluid .read_more:hover {
  color: #000;
  background: #f4cb13;
}
/** we_do **/

.we_do .titlepage::before {
  border: #f4cb13 solid 5px;
}

.we_do {
  background: #fff;
  padding: 90px 0 180px 0;
}
.we_box {
  display: grid;
  flex-direction: column;
  text-align: center;
  min-height: 400px; /* Mantém uma altura mínima */
  height: 82%; /* Altura automática para evitar corte */
  padding: 20px;
  border: 1px solid #ddd;
  background: #fff;
  justify-content: space-between; /* Distribui melhor os elementos */
  box-sizing: border-box;
}

.we_box h3 {
  color: #292929;
  font-size: 20px; /* Maior para melhor legibilidade */
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase;
  padding-top: 15px;
  margin-bottom: 10px;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.we_box p {
  color: #292929;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px; /* Evita que o texto fique muito colado nas bordas */
}

/** end we_do **/

/** price*/
/ .price {
  background: #fff;
  padding: 90px 0 190px 0;
}

.price .titlepage::before {
  border: #f4cb13 solid 5px;
}

.price .card {
  border: none;
  transition: transform 0.3s;
}
.price .card-title {
  font-size: medium;
  color: #fff;
}

.price .card:hover {
  transform: scale(1.05);
  box-shadow: 5px 5px 5px #231f20;
}

.price .btn {
  color: #fff;
  background-color: #1a1a1a;
  border: none;
  transition: background-color 0.3s;
}

.price .btn:hover {
  background-color: #f4cb13;
  color: #1a1a1a;
}
/** end price*/

/** about **/

.about {
  background: url(../images/3.jpg);
  background-position: center;
  background-repeat: no-repeat cover;
  padding: 90px 0px;
}

.about .titlepage::before {
  border: #f4cb13 solid 5px;
}

.about .titlepage {
  padding-bottom: 0;
  margin-bottom: 0px;
}

.about .titlepage h2 {
  color: #fff;
}

.about .titlepage p {
  line-height: 28px;
  padding-top: 20px;
  color: #fff;
  font-size: 17px;
}

.about ul,
li {
  color: #fff;
  font-size: 17px;
}

/* Grid Layout */
.grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  margin: 50px 0;
}
.grid h2 {
  justify-content: center;
  text-align: center;
  align-items: center;
}

.grid img {
  width: 100%;
  height: 100%; /* Faz a imagem ocupar toda a altura do bloco */
  object-fit: cover; /* Mantém a proporção sem distorcer */
}
.grid div {
  width: 50%;
  padding: 40px;
  background-color: #111; /* Escuro como no exemplo */
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 768px) {
  .grid {
    flex-direction: column; /* Empilha os elementos no mobile */
  }

  .grid img,
  .grid div {
    width: 100%; /* Ocupa toda a largura no mobile */
  }
}
/* Column settings */
.m-12 {
  width: 100%;
  padding: 20px;
}

.l-6 {
  width: 50%;
}

/** end about **/

/** portfolio **/

.portfolio {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #fff;
}

.portfolio .titlepage::before {
  right: inherit;
  border: #f4cb13 solid 5px;
  left: 15px;
}

.portfolio_main {
  margin-bottom: 30px;
  transition: ease-in all 0.5s;
}

.portfolio_main figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}

#ho_nf:hover {
  box-shadow: 3px 0 20px rgba(49, 49, 49, 0.31);
  transition: ease-in all 0.3s;
}

#ho_nf:hover .portfolio_text {
  height: 100px;
  transition: ease-in all 0.3s;
  padding: 60px;
}

/*
#ho_nf:hover .li_icon {
  margin-top: 50px;
  transition: ease-in all 0.5s;
}*/

//  categoria section

.category h4 {
  margin-bottom: 10px;
}
.owl-filter-bar .item {
  margin: 5px;
  padding: 8px 12px;
  background: #ddd;
  cursor: pointer;
}

.owl-filter-bar .item.active {
  background: #333;
  color: white;
}

// end categoria section

/* Produtos */

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
  align-items: center;
}

.product-card {
  width: 100%; /* Ocupa 100% da largura do contêiner pai */
  max-height: 300px; /* Altura fixa */
  min-height: 280px;
  background: rgb(247, 247, 247); /* Cor de fundo */
  max-width: 300px; /* Largura máxima */
  min-width: 200px; /* Largura mínima */
  margin: 10px; /* Margem externa */
  padding: 15px; /* Espaçamento interno */
  position: relative; /* Posicionamento relativo */
  border-radius: 8px; /* Bordas arredondadas */
  box-shadow: 0 0 10px rgba(7, 7, 7, 0.1); /* Sombra */
  display: inline-table; /* Usar flexbox para alinhamento interno */
  flex-direction: column; /* Organizar conteúdo verticalmente */
  align-items: center; /* Centralizar horizontalmente */
  justify-content: center; /* Centralizar verticalmente */
  gap: 10px; /* Espaçamento entre elementos internos */
}

.product-card img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
}
.product-name {
  font-size: 14px;
  color: #666;
  margin: 0 0 10px;
  justify-content: center;
  text-align: center;
}

.category {
  display: none; /* Esconde todas as categorias inicialmente */
}

.category.active {
  display: flex; /* Exibe a categoria ativa */
  flex-wrap: nowrap;
}
.product-card h3 {
  font-size: 16px;
  margin: 10px 0;
  align-items: center;
  text-align: center;
}
.carousel {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.carousel img {
  width: 100%;
  height: auto;
  display: none;
  border-radius: 5px;
}

.carousel img.active {
  display: block;
}
.carousel-buttons {
  opacity: 0;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
.carousel:hover .carousel-buttons {
  opacity: 1;
}

.carousel-buttons button {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  padding: 10px;
  transition: background 0.3s ease;
}

.carousel-buttons button:hover {
  background: rgba(0, 0, 0, 0.8);
}
/*end of produts*/

/* Responsividade para celulares (máximo de 2 por linha) */
@media (max-width: 761px) {
  .categoria .product-card {
    flex: 1 1 calc(50% - 30px); /* 2 por linha */
  }
}

/** portfolio **/
.li_icon {
  display: flex;
  transition: ease-in all 0.7s;
  z-index: 99999999999999999999999;
  position: absolute;
}

.li_icon a {
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3a404e;
  box-shadow: 3px 0 9px rgba(30, 30, 30, 0.09);
}

.li_icon a:hover {
  background: #0f1012;
  color: #fff;
}

.portfolio_text h3 {
  color: #0c0c0d;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  padding-bottom: 15px;
  text-align: center;
}

.portfolio_text p {
  color: #031330;
  font-size: 15px;
  line-height: 30px;
}
.portfolio {
  padding: 20px 0;
}

.portfolio_main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%; /* Faz o card crescer com o conteúdo */
  min-height: 350px; /* Garante um tamanho mínimo */
  padding: 15px;
  border: 1px solid #ddd;
  background: #fff;
}

.portfolio_main figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}

.portfolio_main img {
  width: 100%;
  max-height: 200px; /* Ajuste conforme necessário */
  object-fit: cover; /* Mantém a proporção cortando se necessário */
}

.portfolio_text {
  margin-top: auto;
  padding: 10px;
  color: #fff;
  width: 100%;
  text-align: center;
}
.portfolio .read_more {
  text-align: center;
  margin-top: 10px;
  justify-content: center;
  align-items: center;
  justify-content: center;
}

/* Responsividade */
@media (max-width: 991px) {
  .col-md-4 {
    width: 50%; /* Em tablets, mostra 2 cards por linha */
  }
}

@media (max-width: 767px) {
  .col-md-4 {
    width: 100%; /* Em telas menores, um card por linha */
  }
}

/* end portfolio */

.project_section .heading_container {
  margin-bottom: 45px;
}

.project_section .heading_container h2 {
  color: #000000;
  text-transform: uppercase;
  margin: 0;
}

.project_section .heading_container h2 span {
  color: #ffffff;
}

.project_section .filter_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.project_section .filter_box h6 {
  background-color: #000000;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  padding: 5px 10px;
  font-weight: normal;
}

.project_section .filter_box .owl-filter-bar {
  margin-left: 25px;
}

.project_section .filter_box .owl-filter-bar a {
  text-transform: uppercase;
  color: #252525;
  padding: 0 10px;
  font-size: 15px;
}

.project_section .filter_box .owl-filter-bar a.active {
  color: #f4cb13;
}

/** end of projet **/

/** contact section **/

.contact {
  background: #fefeff;
  padding: 90px 0;
}

.contact .titlepage::before {
  right: inherit;
  border: #f4cb13 solid 5px;
  left: 15px;
  margin-bottom: 5px;
}

.main_form .contactus {
  border: #d2d2d3 solid 1px;
  padding: 0 15px;
  margin-bottom: 5px;
  width: 100%;
  height: 71px;
  background: #fff;
  color: #888888;
  font-size: 16px;
  font-weight: normal;
}

.main_form .textarea {
  border: #d2d2d3 solid 1px;
  margin-bottom: 25px;
  width: 100%;
  background: #fff;
  color: #888888;
  font-size: 18px;
  font-weight: normal;
  padding: 57px 15px 0 15px;
  border-radius: 0;
  height: 150px;
}

.main_form .send_btn {
  font-size: 17px;
  transition: ease-in all 0.5s;
  background-color: #323232;
  text-transform: uppercase;
  color: #fff;
  padding: 25px 0px;
  max-width: 252px;
  width: 100%;
  display: block;
  margin-top: 10px !important;
  font-weight: bold;
}

.main_form .send_btn:hover {
  background-color: #f4cb13;
  transition: ease-in all 0.5s;
  color: #fff;
}

#request *::placeholder {
  color: #888888;
  opacity: 1;
}

/** end contact section **/

/** footer **/

.footer {
  background: #222222;
  padding-top: 90px;
  position: relative;
  bottom: 0;
  width: 100%;
  background: #222;
  margin-top: 50px;
}

.footer .container {
  padding: 20px;
}

.logo_footer {
  width: auto;
  padding-top: 80px;
}

.newslatter_form {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}

.ente {
  color: #000;
  border: inherit;
  padding: 0 30px;
  height: 66px;
  width: 100%;
  font-size: 17px;
}

.subs_btn {
  max-width: 289px;
  display: inline-block;
  background: #151515;
  height: 66px;
  width: 100%;
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
  transition: ease-in all 0.5s;
}

.subs_btn:hover {
  background: #f4cb13;
  color: #151515;
  transition: ease-in all 0.5s;
}
.toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
}
.toast {
  display: flex;
  align-items: center;
  background: #333;
  color: white;
  padding: 15px;
  border-radius: 5px;
  margin-top: 10px;
  animation: fadeOut 4s forwards;
}
.toast.success {
  background: #28a745;
}
.toast.error {
  background: #dc3545;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
.notification {
  position: fixed;
  top: 20px;
  right: 20px;
  background: #28a745; 
  color: #fff;
  padding: 15px 20px;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-weight: bold;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.notification.visible {
  opacity: 1;
}

.notification.hidden {
  opacity: 0;
  pointer-events: none;
}
*/

.Informa h3 {
  color: #ffffff;
  font-size: 23px;
  font-weight: bold;
  line-height: 21px;
  margin-bottom: 15px;
  margin-top: 26px;
  text-transform: uppercase;
}

.Informa li {
  font-size: 17px;
  line-height: 37px;
  color: #ffffff;
}

.Informa li a:hover {
  color: #bdbdbe;
}

.helpful ul li a {
  color: #fff;
  font-size: 17px;
  line-height: 30px;
}

.helpful ul li a:hover {
  color: #f4cb13;
}
/*
ul.social_icon {
  float: right;
}

ul.social_icon li {
  display: inline-block;
  padding-right: 15px;
}

ul.social_icon li:last-child {
  padding-right: 0;
}

ul.social_icon li a {
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 33px;
  font-size: 28px;
  font-weight: bold;
}

ul.social_icon li a:hover {
  color: #bdbdbe;
  transform: rotate(360deg);
  transition: ease-in all 0.7s;
}

.conta ul li a {
  color: #ffffff;
}

.conta ul li a i {
  padding-right: 5px;
}*/

.copyright {
  background: #151515;
  margin-top: 50px;
  padding: 20px 0px;
}

.copyright p {
  color: #bdbdbe;
  font-weight: 400px;
  text-align: center;
}

.copyright a {
  color: #bdbdbe;
}

.copyright a:hover {
  color: #fff;
}

/** end footer **/

/*- - ener page css--*/

.inner_page .header {
  box-shadow: 0 -3px 20px 0px #717171;
  position: inherit;
}

.inner_page .about {
  margin: 90px 0;
}

/*Botão para mandar pro Top*/

#backToTop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 50px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #f4cb13;
  color: #0f0f0f;
  cursor: pointer;
  padding: 10px;
  border-radius: 10%;
  opacity: 0.2; /* Opacidade inicial */
  transition: opacity 0.3s, background-color 0.3s; /* Transição suave */
  animation: pulse 4s infinite; /* Animação de pulsação */
}

#backToTop:hover {
  background-color: #231f20;
  opacity: 1; /* Opacidade total ao passar o mouse */
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0.7;
  }
}
