.fvp-tabs-nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 10px;
}

.fvp-tabs-nav li {
  cursor: pointer;
  padding: 10px 20px;
  background: #eee;
  border-radius: 5px;
}

.fvp-tabs-nav li.active {
  background: #0073aa;
  color: white;
}

.fvp-tab-content {
  margin-top: 20px;
}

.fvp-campo-group {
  margin-bottom: 20px;
}

.fvp-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.fvp-options .opcion {
  border: 2px solid transparent;
  padding: 10px;
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.fvp-options .opcion img {
  max-width: 100px;
  height: auto;
  display: block;
  margin: 0 auto 5px;
}

.fvp-options .opcion.selected {
  border-color: #0073aa;
  background: #e0f4ff;
}

.fvp-boton-buscar {
  padding: 10px 20px;
  background: #0073aa;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.fvp-filtro-activo {
  background: #0073aa;
  color: white;
  padding: 4px 10px;
  margin: 5px 5px 0 0;
  display: inline-block;
  border-radius: 20px;
  font-size: 13px;
}

.fvp-productos {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.fvp-producto {
  max-width: 200px;
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 10px;
}


#fvp-tabs li{
  list-style: none!important;
}
#fvp-tabs li{
  border: 2px solid #fd8189;
  border-radius:30px;
  padding-top:2px;
  padding-bottom:2px;
  padding-left:10px;
  padding-right:10px;
  color:#fd8189;
  font-weight: bold;
  background-color: transparent;
}
#fvp-tabs li:hover{
  color: white;
  background-color: #fd8189;
  }

.fvp-campo-group {
  display: flex;
  justify-content: center;
  flex-flow: column;
  max-width: 500px;
  margin: auto auto;
  margin-top: 50px;
}

.fvp-campo-group label{
  text-align: center;
  font-size: 30px;
  color: #fd8189;
  font-weight: bolder;
  padding: 20px;
}

.fvp-campo-group .fvp-options{
  display: flex;
  justify-content: center;
}

.fvp-campo-group .fvp-options .opcion {
  border: 2px solid #fd8189;
}
#fvp-filtros-form{
display: flex;
justify-content: center;
flex-flow: column;
}
.fvp-boton-buscar{
  width: fit-content;
  margin: auto;
  margin-top: 30px;
  border-radius: 30px;
  border-radius:50px;
  padding-top:2px;
  padding-bottom:2px;
  padding-left:80px;
  padding-right:80px;
  text-transform: uppercase;
  font-weight: bold;
}
