.logos {
  padding: 40px;
}
.logos h1 {
  font-family: "Roboto-Bold";
  font-weight: bold;
  letter-spacing: 0;
  font-size: 2em;
  color: #f37021;
  margin-bottom: 15px;
  line-height: 35px;
}
.logos__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.logos__container > * {
  flex: 1 1 calc(25% - 20px);
  max-width: calc(25% - 20px);
}
.logos__container-thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f37021;
  height: 120px;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  width: inherit;
  transition: all 0.4s ease-in-out;
}
.logos__container-thumb img {
  max-width: 100%;
  max-height: 90px;
}
.logos__container-thumb:hover {
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  border-color: rgb(213.4615384615, 87.5, 11.5384615385);
}
.logos__text {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .logos__container > * {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media screen and (max-width: 500px) {
  .logos__container > * {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .logos__container-thumb {
    padding: 10px;
  }
}

body:has(#bot_icon) .floating-whatsapp-icon {
  right: 154px;
}

.wpcf7-form.submitting .wpcf7-submit {
  pointer-events: none;
  opacity: 0.6;
}

.floating-whatsapp-icon {
  position: fixed;
  z-index: 10;
  bottom: 70px;
  right: 22px;
  transition: all 0.3s ease-in-out;
  background-color: #4ec95e;
  border-radius: 100%;
  padding: 24px;
}
.floating-whatsapp-icon img {
  width: 45px;
  height: 45px;
  vertical-align: middle;
}

figure {
  margin: 0;
}
figure img {
  width: 280px;
}

.floating-whatsapp-icon:hover {
  animation: pulse 0.6s ease-in-out;
}

#bot_icon img {
  height: 120px;
  width: 120px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (max-width: 1185px) {
  figure {
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=global.css.map */
