.yellow-site .newsletter {
  background-color: #f6b913;
}

.blue-site .newsletter {
  background-color: #47adf0;
}

.green-site .newsletter {
  background-color: #8cc740;
}

.pink-site .newsletter {
  background-color: #ed008c;
}

.orange-site .newsletter {
  background-color: #F26121;
}

.other-site .newsletter {
  background-color: #8248df;
}

.newsletter {
  background-color: #f6b913;
  padding: 2.5rem 0;
  /* LABEL ======================================= */
  /* active state */
  /* BOTTOM BARS ================================= */
  /* Cor de fundo do autocomplete */
  /* Cor do texto do autocomplete */
  /* active state */
  /* HIGHLIGHTER ================================== */
  /* active state */
  /* ANIMATIONS ================ */
}
.newsletter p {
  color: #2e2e2e;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: normal;
}
.newsletter input::-webkit-input-placeholder {
  transition: all 0.3s ease-in-out;
}
.newsletter .input_old {
  width: 100%;
  border: none;
  padding: 10px 0;
  border-bottom: solid 0.2px white;
  transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, white 4%);
  background-repeat: no-repeat;
  color: white;
  height: 3rem;
  box-shadow: none;
}
.newsletter .input_old:focus, .newsletter .input_old:valid {
  box-shadow: none;
  outline: none;
  border-bottom: solid 0.2px white;
  background: transparent;
  font-size: 1.188rem;
}
.newsletter .input_old:focus::-webkit-input-placeholder, .newsletter .input_old:valid::-webkit-input-placeholder {
  font-size: 1.188rem;
  transform: translateY(-20px);
  visibility: visible !important;
}
.newsletter .input_old::-webkit-input-placeholder {
  color: white;
  font-size: 1.5rem;
  font-weight: 900;
}
.newsletter button {
  margin-top: 1rem;
}
.newsletter .group {
  position: relative;
  margin-top: 2rem;
}
.newsletter input {
  background-color: transparent;
  font-size: 18px;
  padding: 10px 0px 10px 0px;
  width: 100%;
  border: none;
  color: white;
  border-bottom: 4px solid white;
}
.newsletter input:focus {
  outline: none;
}
.newsletter label {
  color: white;
  font-weight: 900;
  font-size: 1.5rem;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.newsletter input:focus ~ label, .newsletter input:valid ~ label {
  top: -20px;
  font-size: 1.188rem;
}
.newsletter .bar {
  position: relative;
  display: block;
  width: 100%;
}
.newsletter .bar:before, .newsletter .bar:after {
  content: "";
  height: 5px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: white;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.newsletter input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #f6b913 inset;
}
.newsletter input:-webkit-autofill {
  -webkit-text-fill-color: white !important;
}
.newsletter input:focus ~ .bar:before, .newsletter input:focus ~ .bar:after {
  width: 100%;
}
.newsletter .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
.newsletter input:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}
@-webkit-keyframes inputHighlighter {
  from {
    background: transparent;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@-moz-keyframes inputHighlighter {
  from {
    background: transparent;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@keyframes inputHighlighter {
  from {
    background: transparent;
  }
  to {
    width: 0;
    background: transparent;
  }
}

#mc-embedded-subscribe {
  padding: 0.563rem 1.375rem 0.375rem;
  color: white;
  border: solid 4px #2e2e2e;
  margin-top: 1rem;
  transition: all 0.3s ease-in-out;
  font-weight: 900;
  font-family: "Epilogue", sans-serif;
  background: #2e2e2e;
  font-size: 1rem;
  overflow: auto;
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
}
#mc-embedded-subscribe:hover {
  color: white;
  background-color: #2e2e2e;
}

@media (min-width: 992px) {
  .newsletter {
    padding: 4rem 0;
  }
  .newsletter p {
    font-size: 1.5rem;
  }
  .newsletter input::-webkit-input-placeholder {
    font-size: 2.188rem;
  }
  .newsletter .group {
    margin-top: 0rem;
  }
}
