.elementor-775 .elementor-element.elementor-element-c81beaa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-775 .elementor-element.elementor-element-4b10591e{--display:flex;--justify-content:flex-start;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-775 .elementor-element.elementor-element-45ec3428{width:100%;max-width:100%;}@media(max-width:767px){.elementor-775 .elementor-element.elementor-element-4b10591e{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-775 .elementor-element.elementor-element-4b10591e{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-45ec3428 */.custom-search-bar {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 100%;
  width: 100%;
  background-color: #e0e0e0;
  border-radius: 10px;
  padding: 8px 12px;
}

.custom-search-bar input {
  border: none;
  outline: none;
  background: transparent;
  padding: 0 8px;
  font-size: 16px;
  flex: 1;
  color: black;
}

.custom-search-bar .search-icon,
.custom-search-bar .clear-icon i {
  font-size: 12px;
  color: #888;
}

.custom-search-bar .search-icon {
  margin-right: 8px;
}

.custom-search-bar .clear-icon {
  margin-left: 8px;
  cursor: pointer;
  border-radius: 100%;
  background: #808080;
  color: white;
  width: 20px;
  height: 20px;

  display: flex;
  justify-content: center;
  align-items: center;

  /* transición suave */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.custom-search-bar .clear-icon i {
  color: white !important;
}

.custom-search-bar input:not(:placeholder-shown) + .clear-icon {
  opacity: 1;
  visibility: visible;
}



@media (max-width: 368px) {
  .custom-search-bar {
    padding: 6px 10px;
    max-width: 280px;
  }

  .custom-search-bar input {
    font-size: 14px;
  }

  .custom-search-bar .search-icon,
  .custom-search-bar .clear-icon i {
    font-size: 10px;
  }

  .custom-search-bar .clear-icon {
    width: 18px;
    height: 18px;
  }
}/* End custom CSS */