#welcome {
  background-image: url(../images/bg-welcome-int.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 992px) and (orientation: landscape) {
    #welcome {
      height: 40vh; } }
  #welcome .star01 {
    position: absolute;
    top: 50%;
    left: 0;
    height: 8vh;
    transform: translate(0%, -50%); }
  #welcome .star02 {
    position: absolute;
    top: 50%;
    right: 0;
    height: 18vh;
    transform: translate(0%, -50%); }

#content {
  background: linear-gradient(180deg, #00e0f6 0%, #ff8cdd 120%); }
  #content .underline-before {
    position: relative; }
    #content .underline-before:before {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -1rem;
      width: 8rem;
      height: 4px;
      background-color: #ff8cdd;
      transform: translateX(-50%); }

.star-marcas {
  display: none; }
