@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600&display=swap");
#semillasWidget {
  background-color: rgba(255, 255, 255, 0.05);
  background-blend-mode: multiply;
  position: relative;
  padding: 16px;
  border: 1px solid white;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#semillasWidget h4 {
  color: white !important;
  font-weight: bold;
  font-size: 18px;
  margin: 0px;
}
#semillasWidget p {
  color: white !important;
  font-size: 14px;
  margin-top: 8px;
}
#semillasWidget .search-wrapper {
  position: relative;
}
#semillasWidget .search-wrapper .spinner {
  position: absolute;
  right: 12px;
  top: 10px;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#semillasWidget .search-wrapper .spinner.active {
  opacity: 1;
}
#semillasWidget input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 8px 12px;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 10px;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
}
#semillasWidget input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  font-weight: bold;
  opacity: 1;
  /* Firefox */
}
#semillasWidget input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  font-weight: bold;
  opacity: 1;
  /* Firefox */
}
#semillasWidget input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  font-weight: bold;
  opacity: 1;
  /* Firefox */
}
#semillasWidget input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  font-weight: bold;
  opacity: 1;
  /* Firefox */
}
#semillasWidget input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  font-weight: bold;
  opacity: 1;
  /* Firefox */
}
#semillasWidget input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
  font-weight: bold;
}
#semillasWidget input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
  font-weight: bold;
}

.resultados {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  width: 100%;
  padding: 8px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  color: #000;
  margin-top: 12px;
}
.resultados .divider {
  width: 1px;
  background-color: #000;
  height: 24px;
}
.resultados .pg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 14px;
}
.resultados .pg .pgresult {
  margin-left: 4px;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.resultados .pdm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 14px;
}
.resultados .pdm .pdmresult {
  margin-left: 4px;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

#semillas-section {
  position: relative;
}
#semillas-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(10, 77, 129, 0.5);
  z-index: 0;
}
#semillas-section h4 {
  color: white !important;
  font-weight: bold;
  font-size: 18px;
  margin: 0px;
}
#semillas-section p {
  color: white !important;
  font-size: 14px;
  margin-top: 8px;
}
#semillas-section .search-wrapper {
  position: relative;
}
#semillas-section .search-wrapper .spinner {
  position: absolute;
  right: 12px;
  top: 10px;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#semillas-section .search-wrapper .spinner.active {
  opacity: 1;
}
#semillas-section input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 8px 12px;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 10px;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
}
#semillas-section input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  font-weight: bold;
  opacity: 1;
  /* Firefox */
}
#semillas-section input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  font-weight: bold;
  opacity: 1;
  /* Firefox */
}
#semillas-section input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  font-weight: bold;
  opacity: 1;
  /* Firefox */
}
#semillas-section input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  font-weight: bold;
  opacity: 1;
  /* Firefox */
}
#semillas-section input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  font-weight: bold;
  opacity: 1;
  /* Firefox */
}
#semillas-section input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
  font-weight: bold;
}
#semillas-section input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
  font-weight: bold;
}

.resultados {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  width: 100%;
  padding: 8px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  color: #000;
  margin-top: 12px;
}
.resultados .divider {
  width: 1px;
  background-color: #000;
  height: 24px;
}
.resultados .pg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 14px;
}
.resultados .pg .pgresult {
  margin-left: 4px;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.resultados .pdm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 14px;
}
.resultados .pdm .pdmresult {
  margin-left: 4px;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}