
@media screen and (min-width: 360px) {




}






@media screen and (max-width: 480px) {
  


}



@media screen and (max-width: 576px) {
 
  


}



@media screen and (max-width: 768px) {

  
 
}



@media screen and (max-width: 1024px) {

  body.via-instagram #sobre {
    padding-top: 4em !important;
    padding-bottom: 1.5em;

  }

  #sobre {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 95vh;
    background-color: #0B0A07;
    margin: 2em 0;
    padding-bottom: .8em;
    padding-top: .5em;
  }

    /*animacao fundo*/
    #cosmicCanvas {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 86vh;
      display: block;
      z-index: 0;
      pointer-events: none; 
    }

  #sobre .content {
    padding: 0;
    position: relative;
    z-index: 1;
    width: 84%;
  }


  p.sobreDescricao {
    color: #ccc;
    font-size: .9rem;
    font-weight: 100;
    line-height: 1.8;
    padding: 1rem 0;
    text-align: justify; 
  }

  a.btnFastContact {
    display: inline-block;
    background-color: #2b035d;
    color: #fff;
    font-size: 1.1em;
    border-radius: .6em;
    cursor: pointer;
    font-weight: bold;
    width: 10em;
    height: 2.3em;
    display: flex;
    justify-content: center;
    align-items: center;
          
  }

  a.btnFastContact:active {
    background-color: #fff;
    color: #2b035d;
    font-weight: bold;
    transition: all 0.9s ease;
  }


  
}
  


