@font-face {
    font-family: 'Bicyclette-Bold';
    src: url(/fonts/Bicyclette-Bold.ttf);
  }

  @font-face {
    font-family: 'Bicyclette-Regular';
    src: url(/fonts/Bicyclette-Regular.ttf);
  }
 
  @font-face {
    font-family: 'Bicyclette-Light';
    src: url(/fonts/Bicyclette-Light.ttf);
  }

  @font-face {
    font-family: 'Bicyclette-Thin';
    src: url(/fonts/Bicyclette-Thin.ttf);
  }

  @font-face {
    font-family: 'Bicyclette-Italic';
    src: url(/fonts/Bicyclette-Italic.ttf);
  }

  @font-face {
    font-family: 'Century-Gothic';
    src: url(/fonts/Century-Gothic.ttf);
  }
 
 

  .scroll{
    overflow: auto;
    height: 100vh;
    /* Aplicamos estilos al scroll que se encuentra dentro del Box. */
    &::-webkit-scrollbar {
        width: 10px;
    }
    &::-webkit-scrollbar-track {
        background-color: #A9E25A
    }
    &::-webkit-scrollbar-thumb {
        background-color: #015439;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
}
}




.btnTranslate{
    position: fixed !important;
    border: none !important;
    color: #A9E25A !important;
    text-align: center;
    border-radius: 0px 0px 10px 10px !important;
    background: #0C3B29 !important;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
    font-family: "Bicyclette-Bold" !important;
    font-size: 1.2rem !important;
    text-transform: none !important;
    width: 66px;
    height: 69px;
    z-index: 1000;
    margin-left: 5% !important;
    margin-top: -0.2% !important;
    min-width: 66px !important;
}

.btnTranslate:hover{
  background: #A9E25A !important;
  color: #0C3B29 !important;
}

.btnWA{
  position: fixed !important;
  overflow: visible;
  border: none !important;
  color: #000 !important;
  text-align: center;
  border-radius: 50px;
  background: #85B737 !important;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  text-transform: none !important;
  width: 73px;
  height: 73px;
  z-index: 1000;
  margin-left: 92% !important;
  margin-top: 37% !important; 
  min-width: 64px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btnWA::before {
  content: '';
  position: absolute;
  left: -1px; top: -1px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #85B737;
  animation: pulse 2s infinite;
  z-index: -1;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.4;
  }
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}

.btnWA:hover{
  background: #5b7c26 !important;
  color: #FFF !important;
}
.btnTranslateSuccess{
  position: fixed !important;
  border: none !important;
  color: #000 !important;
  text-align: center;
  border-radius: 8px;
  background: #FAFAFA !important;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  font-family: "NHGrotesk-ExtraLight" !important;
  font-size: 16px;
  text-transform: none !important;
  width: 64px;
  height: 40px;
  z-index: 1000;
  margin-left: 92% !important;
  margin-top: -2% !important;
  min-width: 64px !important;

}

.btnContact{
  position: fixed !important;
  border: none !important;
  color: #14593D !important;
  text-align: center;
  border-radius: 8px;
  background: #A9E25A !important;
  margin-left: 85% !important;
  margin-top: 3% !important;
  min-width: 64px !important;
  filter: drop-shadow(0px 4px 16.5px rgba(0, 0, 0, 0.15));
  font-family: "Bicyclette-Bold" !important;
  font-size: 1.1rem !important;
  border-radius: 20px !important;
  padding: 0.4% 2.5% !important;
  z-index: 1000;
}
.btnContact:hover{
  background: #85B737 !important;
  color: #0C3B29 !important;
}
@media (max-width: 600px) {
  .btnWA{
    right: 16px !important;
    bottom: 5% !important;
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    z-index: 100000 !important;
  }
  .btnTranslate{
      margin-left: -2% !important;
      bottom: 5% !important;
      width: 69px !important;
      min-width: 69px !important;
      height: 51px !important;
      border-radius: 8px !important;
      font-size: 16px !important;
}
  .btnTranslateSuccess{
    margin-left: -2% !important;
    bottom: 5% !important;
    width: 69px !important;
    min-width: 69px !important;
    height: 51px !important;
    border-radius: 8px !important;
    font-size: 16px !important;
  }
}