/******* Do not edit this file *******
Code Snippets Manager
Saved: Nov 24 2025 | 08:44:51 */
/* Bricks */
#bricks-preview-element-actions {
  display: none;
}
/* Scroll Horitzontal Mobile */
.scroll-x, .scroll-x-mobile, .scroll-x-img {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.scroll-x::-webkit-scrollbar, .scroll-x-mobile::-webkit-scrollbar, .scroll-x-img::-webkit-scrollbar {
  display: none;
}
/* SVG en botones */
.button svg {
  transition: all 0.6s ease;
}
.button:hover svg {
  transform: translateX(4px);
}
html {
  /* Smooth Scroll CSS */
  scroll-behavior: smooth;
}
:target {
  scroll-margin-top: 50vh;
}
/* Buttons */
.btn-w, .btn-t {
  transition: all 0.3s ease;
}
.custom-button-wrapper:hover .btn-w {
  color: #fff;
}
.custom-button-wrapper:hover .btn-t {
  color: #000;
}
.btn-b-t:hover {
  border: 1px solid #000;
}
.custom-button-wrapper:hover .custom-circle-bg {
  transform: translateY(-50%) scale(16);
}
.custom-button-wrapper:hover .custom-icon {
  transform: rotate(45deg);
}
