/*** Ini: Page Title Bar ***/
.fusion-page-title-row .columna-1 h3 {
  letter-spacing: 3px !important;
}
.fusion-page-title-row .columna-1 {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

/* Títulos y subtitulos desde query_var */
.h3-page-subtitle {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 16px;
}
.p-page-subtitle {
  margin-top: 5px;
  font-size: 16px;
  line-height: 24px;
  margin-top: 0px;
}

/* Estilo para el parrafo de la sección de productos */
.product-subtitle {
  font-weight: normal;
  color: #94969d !important;
  font-size: 16px;
  line-height: 24px;
  margin-top: 5px;
}

/* Organizar Page Title Bar */
.my-custom-fusion-page-breadcrumb-row {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
}
.fusion-page-title-captions {
  width: 100%;
  display: grid;
  grid-template-columns: 55% 45%;
}

.breadcrumb_last {
  color: #5a5c63;
}

@media screen and (max-width: 1023px) {
  .my-custom-fusion-page-breadcrumb-row {
    display: none;
  }
}

/*Buscador*/
#custom-searcher-for-avada .txt-top {
  color: #94969d;
  font-weight: bold;
  padding-bottom: 20px;
  font-size: 1.5rem;
}
#custom-searcher-for-avada .searcher-full {
  display: flex;
  justify-content: flex-end;
  position: relative;
  height: 50px;
}
#custom-searcher-for-avada .searcher {
  border-radius: 25px 0px 0px 25px;
  padding: 0px 15px 0px 15px;
  background: #f4f4f4;
  border: 0px;
  width: 95%;
  color: #94969d !important;
  z-index: 3;
}
#custom-searcher-for-avada .searcher::placeholder {
  color: #94969d !important;
}
#custom-searcher-for-avada .btn-searcher {
  border-radius: 0 25px 25px 0;
  width: 60px;
  background: #f4f4f4;
  border: 0px;
  cursor: pointer;
  z-index: 3;
}

#custom-searcher-for-avada .txt-bottom {
  padding-top: 20px;
  text-align: right;
  color: #94969d;
}
#custom-searcher-for-avada .txt-bottom a {
  color: #94969d;
}
#custom-searcher-for-avada #suggestions {
  position: absolute;
  left: 0;
  width: 100%;
  top: 25px;
  z-index: 2;
  background-color: #f4f4f4;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  border-radius: 0px 0px 25px 25px;
  padding-top: 16px;
}

@media screen and (max-width: 1024px) {
  #slider-gallery {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1023px) {
  h1,
  h2,
  h3 {
    line-height: 1 !important;
  }
  .h3-page-subtitle {
    padding-bottom: 5px !important;
  }
  p-page-subtitle {
    padding-top: 5px !important;
  }
  #custom-searcher-for-avada .txt-top {
    padding-bottom: 5px;
  }
  #custom-searcher-for-avada .txt-bottom {
    padding-top: 15px;
  }
}

@media screen and (max-width: 1005px) {
  .fusion-page-title-row {
    padding-top: 25px !important;
  }
  #custom-searcher-for-avada .txt-top {
    padding-top: 15px;
    font-size: 1rem;
  }
  .fusion-page-title-captions {
    grid-template-columns: 100% !important;
  }
  .fusion-page-title-bar {
    padding-bottom: 20px !important;
  }
}

@media only screen and (min-device-width: 800px) and (max-device-width: 907px) {
  .fusion-page-title-bar {
    max-height: 280px;
  }
}

@media screen and (max-width: 480px) {
  #custom-searcher-for-avada .searcher {
    width: 80% !important;
  }
  #custom-searcher-for-avada .btn-searcher {
    width: 20% !important;
  }
}
/*** Fin: Page Title Bar ***/
