@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

/* --- Transitions --- */
.transition-all {
  .transition-all;
}

.transition-color {
  .transition-color;
}

.transition-background {
  .transition-background;
}

.transition-opacity {
  .transition-opacity;
}

/* --- End Transitions --- */

body,
html {
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

a,
a:hover,
a:focus {
  color: inherit;
  outline: none;
  text-decoration: inherit;
}


figure {
  margin: 0;
}

body {
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
  font-family: "Jost", sans-serif;
}

.bg-gray {
  background-color: #E6E6E6;
}

ul {
  margin: 0 auto;
  padding: 0;
}

li {
  list-style: none;
}

.btn-default {
  background: #bb3e31;
  color: #fff;
}
.btn-default:hover {
  background: #5e1d09;
  color: #fff;
}

.headerMenu {
  background: #f9f9f9;
  color: #000;
  font-weight: bold;
  padding: 3px;
}

#menu li {
  padding: 0 50px;
}

#menu li a:hover {
  color: #bb3e31;
}

#menu .redes a {
  margin-right: 5px;
  font-size: 23px;
}

#menu .redes a:last-child {
  margin-right: 0px;
}


.input-group-text {
  border-left: none;
  background: none;
  color: #666;
}

.search {
  border-right: none;
}

#conceptualHome img {
    width: 100%; /* Define a largura total */
    height: auto; /* Mantém a proporção da altura */
    object-fit: cover; /* Opcional: cobre o slide sem distorcer */
}

#barra-beneficios {
    color: #000;
}

#barra-beneficios small {
    padding-left: 5px;
}

/* h2.titulo {
  font-size: 36px;
  border-bottom: 3px solid #bb3e31;
} */

h2.titulo strong {
  display: inline-block;
}

h2.titulo strong::after {
  content: '';
  display: block;
  height: 3px;
  width: 110%;
  margin: 0.3rem auto;
  background-color: #bb3e31;
  margin-left: -5%;
}

.card-produto {
  background: #fff;
  padding: 1.5rem;
  height: 100%;
  box-shadow: 1px 1px 15px -3px #cccccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.btn-rounded {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

footer {
  font-size: 1.125rem;
}

footer a:hover {
  color: #bb3e31;
}

footer h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-weight: bold;
}

footer ul.menu-footer {
  font-weight: 500;
}

footer ul li {
  padding-bottom: 10px;
}

footer ul.redes li i {
  font-size: 33px;
  padding-right: 15px;
}

#whatsFooter {
  position: fixed;
  bottom: 10px;
  left: 4%;
  z-index: 9;
}

#arrowUp {
  position: fixed;
  right: 5px;
  bottom: 0;
  cursor: pointer;
  font-size: 12px;
  z-index: 9;
  display: none;
  color: #fff;
  text-shadow: 0 1px 1px #000;
  background-color: rgba(187, 62, 49, 0.6);
  padding: 5px 10px;
}

#arrowUp:hover {
  background-color: #5e1d09;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

#arrowUp img {
  height: 20px;
  filter: brightness(0) invert(1) drop-shadow(0px 1px 1px #000000);
}

.custom-padding {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}



@media (max-width: 991px) {

  #menu {
    display: none;
  }
  
  #iconNavicon {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }

  #iconNavicon label {
      display: flex;
      align-items: center;
      width: 100%;
      justify-content: flex-end;
      gap: 12px;
  }
  #iconNavicon label:before {
    content: "MENU";
    display: inline-block;
    color: #363636; 
  }
  #iconNavicon label input {
    display: none;
  }
  #iconNavicon label input:checked ~.lines span:nth-of-type(1) {
    transform-origin: bottom;
    transform: rotatez(44deg) translate(4px,0);
    width: 40%;
 }
  #iconNavicon label input:checked ~.lines span:nth-of-type(2) {
    transform-origin: top;
    transform: rotatez(-45deg);
 }
  #iconNavicon label input:checked ~.lines span:nth-of-type(3) {
    transform-origin: bottom;
    width: 42%;
    transform: translate(15px,-6px) rotatez(45deg);
 }
  
  #iconNavicon label .lines {
    width: 12%;
  }
  #iconNavicon label .lines span:nth-of-type(1) {
    width: 60%;
  }
  #iconNavicon label .lines span:nth-of-type(2) {
    width: 80%;
  }
  #iconNavicon label .lines span:nth-of-type(3) {
    width: 100%;
  }
  #iconNavicon label .lines span {
    display: block;
    background: #363636;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 5px;
    margin: 5px 0;
    transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }

  nav#menu ul li a {
    letter-spacing: 1px;
    padding: 15px;
    display: block;
    white-space: normal;
    font-size: 20px;
  }
  #menu ul li a.active, #menu ul li a:hover {
    color: #fff;
    background: #bb3e31;
  }
}

@media (min-width: 992px) {
  .custom-padding {
    padding-right: 0;
    padding-left: 0;
  }
}