.banner {
  background-image: url('../../image/image_banner/banner_adm.jpg');
}

.text_adm{
  text-align: left;
}
.subtitle_adm {
  font-size: 2rem;
  margin-bottom: 20px;
  width: 80%;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}

/*Responsividade telas maiores*/
@media (min-width: 1600px) {
   
}


/*Responsividade Tablet*/
@media (max-width: 1000px) {
   
}

/* Responsivo celular */
@media (max-width: 460px) and (min-width:300px) {
    .banner {
    display: none;
  }

  .title_adm {
    display: block;
    font-size: 3rem;
    color: rgb(255, 255, 255);
  }


  .text_adm {
    font-size: 1rem;
  }
}
