/* Add here all your CSS customizations */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
  font-family: Modelica Regular, Open Sans;
}
.hidden {
  display: none;
}
.wisee-banner-title {
  font-family: Modelica Extra Bold, Open Sans;
  letter-spacing: 1px;
  color: #fff;
}
.wisee-banner-title span {
  background-color: #66B32F;

  -webkit-animation: marcador 10s ; /* Chrome, Safari, Opera */
  animation: marcador 10s ;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes marcador {
  from {opacity: 0;}
  to {opacity: 1;}
}

/* Standard syntax */
@keyframes marcador {
  from {opacity: 0;}
  to {opacity: 1;}
}

.wisee-section-title {
  font-family: Modelica Black, Open Sans;
  font-size: 4em;
  text-transform: uppercase;
}
.wisee-content-title {
  font-family: Modelica Black, Open Sans;
  font-size: 3em;
  text-transform: uppercase;
}
.wisee-section-title span, .wisee-content-title span {
  color: #66B32F;
  font-family: Modelica Black, Open Sans;
}
.wisee-bb {
  border-bottom: 2px solid #fff;
}
.wisee-icon-img {
  min-height: 4.5em;
}
.wisee-icon p {
  font-size: 0.8em;
  line-height: 1em;
}
.wisee-simple-text {
  font-size: 1.3em;
  font-family: Modelica Regular, Open Sans;
}
.wisee-price {
  font-family: Modelica Extra Bold, Open Sans;
  letter-spacing: 1px;
  color: #66B32F;
  font-size: 2em;
}
.wisee-color-bg-1 {
  background-color: #151515;
}
.wisee-footer-menu {
  color: #fff;
  font-family: Modelica Bold, Open Sans;
  white-space: nowrap;
}
#footer {
  border-top: 6px solid #66B32F;
}
.wisee-product-text {
  min-height: 15em;
}
