.floating-component {
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: var(--filtrobg);
  color: var(--filtrocl);
}
.floating-button {
  position: relative;
  margin: 0 12px 0 12px;
  width: 100%;
  display: inline-block;
  text-align: center;
  color: inherit;
}
.floating-button::after {
  background-color: #ffffff;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 10px;
  position: absolute;
  width: calc(100% - 20px);
}
.floating-button span {
  display: none;
}
.floating-button a {
  color: inherit;
  padding: 12px 0;
  justify-content: center;
  gap: 7px;
  cursor: pointer;
}
.automayoreo.floating-button svg {
  fill: white;
}
.automayoreo.floating-button:hover svg {
  fill: black;
}
.floating-button a small {
  position: absolute;
  display: inline-block;
  top: 12px;
  left: 23px;
}
.floating-button div {
  display: inline-block;
  position: relative;
}
.floating-button i {
  font-size: 1.5em;
}
.floating-button .fa-angle-down {
  display: none;
}
.floating-component:hover span,
.floating-button:hover .fa-angle-down {
  display: inline-block;
}
.floating-button:hover {
  background-color: white;
}
.floating-button:hover a {
  color: black;
}
#w-container {
  display: none;
  width: 350px;
  background-color: #ffffff;
  position: fixed;
  bottom: 40px;
  right: 90px;
  z-index: 100;
  border-radius: 12px;
}
#w-header {
  width: 100%;
  height: 80px;
  background-color: #fac10b;
  padding: 10px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
#w-header-text {
  color: #000000;
  font-family: sans-serif;
  font-size: 15px;
  padding: 10px 5px;
  font-weight: lighter;
}
#w-form {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  padding: 15px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.w-close-btn {
  position: absolute;
  top: -16px;
  right: -16px;
  display: inline-block;
  background-color: white;
  border-radius: 50%;
  font-size: 2.5em;
}
.floating-styles .vert-align {
  flex-wrap: wrap;
}
.floating-styles .vert-align>div,
.floating-styles .form-control {
  width: auto;
}
.floating-styles .form-control .md-select-value {
  border-bottom: none;
  top: -3px;
}
svg.floatting-svg {
  fill: #666666;
  height: 20px;
  width: 20px;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.floating-button:hover a svg.floatting-svg{
  fill: black;
}

@media (max-width: 768px) {
  #w-container {
    width: 100% !important;
    height: 100%;
    bottom: 0 !important;
    right: 0 !important;
    z-index: 99 !important;
  }
}

@media only screen and (min-width: 980px) {
  svg.floatting-svg {
    fill: #ffffff;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}