@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
@media screen and (min-width: 1025px) {
  .nav-1{
    background-color: #ffffff;
    position: fixed;
    z-index: 9999;
  }
  .img-1{
    width: 10em;
    height: auto;
  }
  .bg-1 {
    position: relative;
    background-image: url('../img/machine.webp');
    background-color: black;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 70px;
  }
  .obrigado{
    background-color: bisque;
    padding-top: 70px;
  }
  .privacidade{
    padding-top: 70px;
  }
  .footer-1{
    background-color: black;
  }
  .i-text{
    padding-top: 15px;
  }

}
@media screen and (max-width: 1024px) {
  .nav-1{
    background-color: #ffffff;
    position: fixed;
    z-index: 9999;
    text-align: center;
  } 
  .img-1{
    width: 10em;
    height: auto;
  }
  .img-machine{
    display: none; 
  }
  .bg-1 {
    position: relative;
    /**background-image: url('../img/bg-1.webp');*/
    background-color: rgb(0, 0, 0);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 180px;
  }
  .obrigado{
    background-color: bisque;
    padding-top: 180px;
  }
  .privacidade{
    padding-top: 180px;
  }
  .footer-1{
    background-color: black;
  }
  .bg-3-text .col-md-12, .col-sm-12{
    align-content: center;
  }
  .i-center {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .i-center-1{
    text-align: center;
  }
  
  /*
  .comentario .img{
    max-width: 80px;
  }
    */
 

  /*.carousel-control-prev,
  .carousel-control-next {
    background-color: #e1e1e1;
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  }

  .comentario {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
    min-height: 300px;
    max-height: 300px;
  }*/
.bg-1-img{
  display: none;
}
}

  /*GERAL*/


  .comentario {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; /* Faz com que a caixa se ajuste à altura disponível */
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Sombra suave */
    background-color: #f8f9fa; /* Fundo cinza claro */
    border-radius: 10px;
  }
  .carousel-inner {
    padding: 1em;
  }
  /* Personalização dos ícones de controle do carrossel */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: black; /* Fundo preto para maior visibilidade */
  border-radius: 50%; /* Ícones circulares */
  padding: 10px;
}

@media (max-width: 576px) {
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 30px;
    height: 30px;
  }
  .img-1{
    width: 15em;
    height: auto;
  }
}

/* Ajustes para dispositivos móveis */
@media (max-width: 767.98px) {
  .col-3, .col-9 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center; /* Centraliza imagens e texto em telas pequenas */
  }
  .img-1{
    width: 15em;
    height: auto;
  }
  img.img {
    width: 80px; /* Reduz o tamanho da imagem */
  }
}
  .bg-2{
    background-color: #ff6600;
  }
  .bg-2 .caixa{
    background-color: #ffffff;
    border-radius: 20px;
  }
.nav-1{
    background-color: #ffffff;
}
.span-1{
  color: #ff6600;

} 
.box-2{
  min-height: 200px;
}
.box-2 h4{
  padding-top: 50px;
  padding-bottom: 50px;
}
.justify{
  text-align: justify;
  }
  .quicksand {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
  }
  
  .varela {
    font-family: "Varela Round", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  @media (min-width: 768px) {
    .carousel-item {
      margin-right: 0;
      flex: 0 0 33.333333%;
      display: block;
    }
    .carousel-inner {
      display: flex;
    }
    .logo{
      width: 250px;
      height:auto;
    }
  }


.b-bg-1{
  width:100%;
  line-height:40px; 
  border-radius:5px; 
  overflow:hidden;
  position:relative;
  background: #287233;
  background: linear-gradient(50deg, #287233 0%,#287233 50%, #287233 100%);
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  border-color: aliceblue;
  max-width: 500px;  
  color:#fff;
  font-size:1,2em;
  -webkit-box-shadow: 0px 0px 8px 2px #00000023;
  -moz-box-shadow: 0px 0px 8px 2px #00000023;
  box-shadow: 0px 0px 8px 2px #00000023;
}
.b-bg-1:hover{
  background: rgb(226,141,81);
  background: linear-gradient(50deg, #ffffff 0%, #ffffff 44%, #ffffff 100%);
  border-color: #287233;
  color:chocolate;
  box-shadow: #00000063;
  font-size:1,3em;
  -xpedu-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
}
.b-bg-1 span {
  z-index: 20;
  color:#ffffff;
}
.b-bg-1::after {
  background: #f3d4b7b0;
  content: "";
  height: 155px;
  left: -85px;
  opacity: .1;
  position: absolute;
  top: -60px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 70px;
  z-index:1;
}

.b-tel{
  background-color: #ff6600;
  font-weight: bold;
  color: #ffffff;  
  max-width: 400px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.b-tel:hover{
  background-color:#ff6600;;
  color: rgb(0, 0, 0);
  font-weight: bold;
}
/*2 carrousel*/
.owl-carousel .owl-item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
}
.owl-carousel .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto; /* Ajuste conforme a altura necessária */
}
.owl-theme .owl-nav [class*='owl-']{
  border-radius: 50% !important;
  background: inherit !important;
  border: 3px solid #bbb;
  color: #bbb !important; 
  
}
.owl-theme .owl-nav [class*='owl-']:hover{
  border: 3px solid #ff6600;
  color: #ff6600 !important}
  @media(max-width: 675.5px){.container{margin: 0px;padding: 20px}
  }
  .prod{
    z-index: -99999;
  }
  .owl-carousel img{
  z-index: -99;
}

.modal-position {
  position: fixed;
  bottom: 120px; /* Ajuste para ficar logo acima do botão flutuante */
  right: 40px; /* Ajuste para alinhar com o botão do WhatsApp */
}
.modal-dialog.modal-sm {
  max-width: 300px; /* Define o modal como pequeno */
}
.float {
  position: fixed;
  cursor: pointer;
  width: 60px;
  height: 60px;
  bottom: 50px; /* Mantém o botão do WhatsApp flutuante */
  right: 20px;
  transition: 1s;
  background-color: var(--background-color);
  border-radius: 50px;
  animation: pulse 1s infinite;
  z-index: 9000;
}
.bg-whats{
  background: #31B454;
  color: #ffffff;
}
.b-whats{
  background: #31B454;
  color: #ffffff;
}
.b-whats:hover{
  background: #68f18d;
  color: #ffffff;
}
.btn-bg-saida{
width:100%;
line-height:40px; 
border-radius:5px; 
overflow:hidden;
position:relative;
background: #0098DA;
background: linear-gradient(50deg, #bd7d2a 0%, #ff8800 44%, #bd7d2a 100%);
padding-top: 10px;
padding-bottom: 10px;
font-weight: bold;
border-color: aliceblue;
max-width: 450px;  
color:#fff;
font-size:1,2em;
-webkit-box-shadow: 0px 0px 8px 2px #00000023;
-moz-box-shadow: 0px 0px 8px 2px #00000023;
box-shadow: 0px 0px 8px 2px #00000023;
}
.btn-bg-saida:hover{
background: 00EC00;
background: linear-gradient(50deg, #0098DA 0%, #69cefa 44%, #0098DA 100%);
border-color: #fff;
color:#fff;
box-shadow: #00000063;
font-size:1,3em;
-xpedu-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.btn-bg-saida span {
z-index: 20;
color:#ffffff;
}
.btn-bg-saida::after {
background: #f3d4b7b0;
content: "";
height: 155px;
left: -85px;
opacity: .1;
position: absolute;
top: -60px;
-webkit-transform: rotate(30deg);
        transform: rotate(30deg);
-webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
width: 70px;
z-index:1;
} 
.btn-bg-saida:hover:after {
left: 130%;
-webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
opacity: .1;
}