@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@media screen and (min-width: 760px) {
    .bg-farmacia{
        background-image: url(../img/bg-farmacia.webp);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        padding-bottom: 5px;
    }
    .fone{
        background-color: #9bc94e;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .logo{
      margin-left: 20px;
    }
    
    .texto{
      margin-left: 100px;
  }
  .botao-1{
    text-align: center;
  }
  .first{
    padding-left: 50px;
  }
  .faixa{
    margin-top: 30px;
    background-color: rgb(255, 255, 255);/* caso navegador não aceite*/
    background-image:url(../img/faixa.webp);
    background-repeat: no-repeat;
    background-position: inherit;
    background-size: cover;
  }
}

@media screen and (max-width: 760px) {
    .bg-farmacia{
        background-color: #9bc94e;
    }
    .fone{
        padding-top: 10px;        
    }
    .anvisa{
      text-align: center;
    }

  .faixa{
    background-color: #9bc94e;
  }
}
.faixa-1{
  background-color: #9bc94e;
}
.dobra-1{
  color:  #0ca1ac;
}
.calibracao{
  font-family: "Poppins", sans-serif;
  font-style: normal;
}
.img-card{
  max-width: 150px;
  max-height: 150px;
}
.accordion-active-bg{
  color: #ffffff;
}
/* ------==Botão==------ */

.b-1 {
    width:100%;
      line-height:40px; 
    border-radius:5px; 
    overflow:hidden;
    position:relative;
    background: #9bc94e;
    background: linear-gradient(50deg, #a952fc 0%, #8400ff 50%, #a952fc 100%);
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    border-color: aliceblue;
    max-width: 400px;  
    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-1:hover {
      background: #9bc94e;
      background: linear-gradient(50deg, #8400ff 0%, #a952fc 44%, #8400ff 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);
  }
  .b-1 span {
    z-index: 20;
    color:#ffffff;
  }
  .b-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-1: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;
  }
  .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;
  }