@media(max-width: 1440px){
   #intro .btn{
      font-size: 1em;
      width: 200px;
      height: 50px;
   }
}

@media(max-width: 1024px){
   #remada{
      padding: 0 50px;
   }

   #remada .texto{
      width: 90%;
   }
}


@media(max-width: 768px){
   #remada{
      padding: 80px 20px;
      height: 100%;
   }
}

@media(max-width: 600px){
   #intro .img-bg{
      display: flex;
      flex-direction: column-reverse;
      justify-content: center;
   }

   #intro .img-bg img{
      width: 80%;
      margin-bottom: 40px;
   }

   #intro .img-bg a.btn{background-color: rgba(0, 0, 0, .2);}
}