.formMore.show
  right: 0
.formMore
  background-color: rgba(0, 0, 0, .95)
  padding: 3rem 2rem
  border-radius: 20px
  right: -100%
  transition: right .2s ease
  .close
    top: 1rem
    right: 1rem
  @media (min-width: 1024px)
    padding: 4rem 3rem
    .close
      top: 2rem
      right: 2rem
  .content
    width: 100%
    align-items: center
    h2, p, span
      color: $white
    h2,p
      text-align: center
    h2
      //text-transform: uppercase
      margin-bottom: 1rem
      @media (min-width: 1024px)
        font-size: 24px
      @media (min-width: 1440px)
        font-size: 26px
      @media (min-width: 1600px)
        font-size: 28px
    p
      margin-bottom: 2rem
    a
      color: $yellow
    @media (min-width: 768px)
      align-items: flex-start
      h2, p
        text-align: left
      p
        width: 85%
  .content form  
    width: 100%
    gap: 1.2rem 0
    input:not([type=checkbox]), textarea
      border: 1px solid rgba(255, 204, 0, 0.4)
      background-color: $black
      border-radius: 20px
      color: $white
      width: 100%
      &::placeholder
        color: $white
    input:not([type=checkbox])
      height: 2.5rem
      padding: 0 1rem
    textarea
      width: 100%
      resize: none
      padding: .5rem 1rem
    @media (min-width: 768px)
      flex-direction: row
      justify-content: space-between
      flex-wrap: wrap
      input[type=text],
      input[type=tel]
        width: 48%
  .policy
    gap: 1rem
    align-items: center
    .text
      gap: 0 5px
      grid-template-columns: 1rem 1fr
      place-items: start
      span
        color: $white
        font-size: 10px
      span a 
        color: $yellow
        font-size: 10px
    @media (min-width: 1280px)
      flex-direction: row
      justify-content: space-between
      .text
        width: 75%
    @media (min-width: 1366px)
      .text
        span, span a
          font-size: 11px
    .btnFormModal
      display: grid
      place-items: center
      background: $yellow
      border-radius: 20px
      padding: .6rem 1rem