.solution .img-container .cls-1 {
  fill: white !important;
}

/*** Ini: Custom Post Template ***/
@media screen and (max-width: 800px) {
  .fonestar-custom-template #main > .fusion-row {
    display: inherit !important;
  }
}

.fonestar-custom-template #main {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px;
}

.fonestar-custom-template #main > div {
  max-width: 100% !important;
}
/*** Fin: Custom Post Template ***/

/*** Ini: Página buscador ***/
#pagination-product a,
#pagination-content a {
  padding: 7px 14px;
  border: 1px solid #d8d8d8;
  margin-right: 10px;
}

#pagination-product a:hover,
#pagination-content a:hover {
  border-color: #db052c;
}

#pagination-product .current,
#pagination-content .current {
  border-color: #db052c;
}
/*** Fin: Página buscador ***/

.fusion-widget-area .widget_nav_menu li {
  border-bottom: 0px !important;
}

.fusion-widget-area .widget_nav_menu li a {
  color: #94969d !important;
}
.fusion-widget-area .widget_nav_menu li a:before {
  color: #94969d !important;
}

.fusion-widget-area .widget_nav_menu li a:hover {
  color: #db052c !important;
}
.fusion-widget-area .widget_nav_menu li a:hover:before {
  color: #db052c !important;
}

.fusion-widget-area .widget_nav_menu li a:active {
  color: #db052c !important;
}
.fusion-widget-area .widget_nav_menu li a:active:before {
  color: #db052c !important;
}

.fusion-widget-area .widget_nav_menu li a:focus {
  color: #db052c !important;
}
.fusion-widget-area .widget_nav_menu li a:focus:before {
  color: #db052c !important;
}

.fusion-widget-area .widget_nav_menu li.current_page_item a {
  color: #db052c !important;
}
.fusion-widget-area .widget_nav_menu li.current_page_item a:before {
  color: #db052c !important;
}

/*** Ini: Dónde estamos ***/
.donde-estamos-informacion a {
  color: #db052c;
  text-decoration: underline;
}
.donde-estamos-informacion a:hover {
  color: #5a5b63;
  text-decoration: underline;
}
/*** Fin: Dónde estamos ***/

.zero-products {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  margin-top: 60px;
}

.zero-products > i {
  color: #94969d !important;
  font-size: 60px !important;
  margin-bottom: 20px !important;
}

/****slider*****/
#slider {
  position: relative;
  max-width: 100%;
  height: 503px;
  margin: 0 auto;
  overflow: hidden;
  width: 290px;
}
.slide {
  position: absolute;
  top: 0;
  width: 289px;
  height: 503px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 1s;
}
.slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

button {
  background: none;
  border: none;
}
button .fas {
  color: #5a5b63;
  font-size: 1rem;
}
.btn-slide {
  position: absolute;
  top: 50%;
  z-index: 10;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
}
.prev {
  left: 1rem;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.next {
  right: 1rem;
  transform: translate(50%, -50%);
  z-index: 1;
}

.dots-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.dot {
  width: 25px;
  height: 5px;
  margin: 15px 5px;
  border-radius: 0.5rem;
  background: rgba(39, 39, 39, 0.5);
  cursor: pointer;
}

.dot.active {
  background: #272727;
}

/**** slider galería *****/
#gallery img {
  object-fit: contain;
  aspect-ratio: 1/1;
}

#slider-gallery {
  position: relative;
  max-width: 100%;
  height: 420px;
  margin: 0 auto;
  overflow: hidden;
  width: 400px;
}

.slide-gallery {
  position: absolute;
  top: 0;
  width: 400px;
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 1s;
}

.slide-gallery > img {
  max-width: 400px;
  max-height: 100%;
  object-fit: cover;
}

.prev-gallery {
  left: 1rem;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.next-gallery {
  right: 1rem;
  transform: translate(50%, -50%);
  z-index: 1;
}

.dots-gallery-container {
  display: flex;
  align-items: center;
  position: relative;
  overflow-x: auto;
}

img.dot-gallery {
  width: 93px;
  height: 93px;
  margin: 15px 5px;
  border-radius: 0rem;
  cursor: pointer;
  object-fit: contain;
  min-width: 93px;
}

.dot-gallery.active {
  border: 2px solid #dc042c ;
}

.separator-sistemas-control {
  border-top: 1px solid #e2e1e6;
  margin: 5px 20px 15px 20px;
}

.separator-sistemas-control-footer {
  border-top: 1px solid #c1c1c1;
  margin: 5px 20px 15px 0px;
}

#home-featured-families-sticky-sidebar .separator-sistemas-control-footer {
  border-top: 1px solid #676a77;
  margin: 5px 20px 15px 0px;
}

#custom-searcher .searcher-full {
  display: flex;
  justify-content: flex-end;
  position: relative !important;
}

/* #custom-searcher #suggestions-title-bar {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50px;
  z-index: 3;
  background-color: #f4f4f4;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  border-radius: 0px 0px 25px 25px;
} */

.no-link {
  padding-left: 10px;
  color: white;
}

.no-link:hover {
  padding-left: 10px;
  color: white;
}

@media only screen and (min-width: 1024px) {
  #menu-item-25868{
    display: none;
  }
  
  #menu-item-25870{
    display: none;
  }

  #menu-item-25899{
    display: none;
  }

  #menu-item-25898{
    display: none;
  }
}

.img-n-middle {
  padding: .5rem !important;
  vertical-align: middle;
}

