@media only screen and (max-device-width: 480px){
  button#dropdownMenuButton {
    background: #fff;
    color: #ccc!important;
  }
  .rotating-words{
    height: 100vh!important;
  }
} 

@media only screen and (min-device-width: 480px){
  .padding-text {
    margin-left: 2rem;
  }
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.padding_short {
  padding-top: 6px;
}
.rotating-words{
  height: 85vh;
}
.padding-5 {
  padding: 5px!important;
}
.bg-escuro b {
    margin: 0px 0px 16px;
    white-space: pre-line;
    font-weight: bold;
    letter-spacing: -0.03em;
    font-size: 3.8rem;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    text-transform: none;
}
.padding-text {
  position: relative;
  max-width: 75vh;
  width: 100%;
}
.linha-1 {
  text-transform: none;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 30px 0 35px 0;
}
.tiny-text { 
  font-size: 14px;
  text-transform: none;
}

.card__video, 
.card__image {
  cursor: pointer;
  max-height: 200px;
  min-height: 160px;
}

.card-home {
    position: relative;
    padding: 1.5rem;
    border-radius: 1rem;
    background-color: rgb(255, 255, 255);
    max-width: 20.625rem;
    margin: auto;
}

.card-home .card-title{
  margin: 0px 0px 32px;
  color: rgb(17, 17, 17);
  font-weight: 500;
  letter-spacing: -0.02em;
  font-size: 1.25rem;
  line-height: 1.22;
}
input.your-name {
  outline: 0;
  border-width: 0 0 2px;
  border-bottom-color: rgb(17, 17, 17);
  background: transparent;     
  border-width: 0px 0px 1px;
  border-top-style: initial;
  border-right-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-left-color: initial;
  border-image: initial;
  border-radius: 0px;
  box-sizing: border-box;
  color: rgb(17, 17, 17);
  caret-color: currentcolor;
  display: block;
  margin: 0px;
  padding: 8px 0px;
  text-align: left;
  outline: none;
  width: 100%;
  border-bottom-style: solid;
  border-bottom-color: rgba(17, 17, 17, 0.2);
  --inputCurrentColor: #111111;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-send-name {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-radius: 6.25rem;
  background-color: #9FC8E2;
  border-color: #9FC8E2;
  color: rgb(255, 255, 255);
  --rippleLayerColor: rgba(255,255,255,0.2);
  height: 3rem;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  outline: 0px;
  -webkit-box-align: center;
  align-items: center;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  border: 0px;
  transform: translate3d(0px, 0px, 0px);
  margin-top: 1rem!important;
}

.continue {
  margin: 0px;
  color: inherit;
  letter-spacing: -0.01em;
  font-size: 1rem;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.aviso-digite {
  letter-spacing: -0.01em;
  font-size: 0.875rem;
  line-height: 1.46;
  color: rgb(215, 41, 35);
  margin-top: 0.1rem;
  position: relative;
  display: none;
}
.card-text {
  margin-bottom: 0;
}