@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600&display=swap');

.banner {

  display: flex;
  height: calc((100vw * 1) / 4);
  position: relative;
  /*justify-content: stretch;*/
  background-position: top left;
  background-size: 100% auto;
  background-attachment: fixed;
  background-repeat: no-repeat;

}

.banner::after {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 30em;
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
 background-color: rgba(0, 0, 0, 0.4);
  filter: grayscale(100%);

}

.webp .banner {
  background-image: url("/img/protecaoDados/banner.webp");
}

.no-webp .banner {
  background-image: url("/img/protecaoDados/banner.jpg");
  position: relative;
}

/*texto que sobrepoe ao banner*/
.my-container {
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  flex-grow: 1;
  flex-direction: row-reverse;
  /*margin-top: 100px;*/
}


.banner-message {
  /*border-radius: 50px;*/
  /*font-size: 30px;*/
  /*padding: 10px 50px;*/
  /*background-color: rgba(49, 102, 69, 0.7);*/
  margin-top: auto;
  margin-bottom: 60px;
  padding: 20px;
  text-align: left;
  /*max-width: 70%;*/
  position: relative;
  z-index: 22;

}


.banner-message h2 {
  color: #fff;
  /*margin-bottom: 20px;*/
  font-size: 48px;
  /*font-weight: 700;*/
  padding-bottom: 10px;
  padding-right: 20px;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
  /*border-bottom: 4px solid #FFFFFF;*/
  /*border-radius: 4px;*/
  font-family: "Agency FB", "Helvetica Neue", sans-serif;
  font-weight: 600;
  /*font-weight: 300;*/

}

.banner-message p {
  width: 100%;
  margin: 0 auto;
  color: #fff;
  /*font-family: "Agency FB";*/
  font-family: "Quicksand", serif;
  font-size: 20px;
}

.mensagemInicio {

  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  font-size: 14pt;
  color: #1f1d50;
  text-align: justify;
  padding: 40px 10% 0px;

}


.mensagemInicio > strong {

  font-family: "Agency FB", sans-serif;
  font-size: 20pt;
  color: rgb(63 167 243);

}


.lastMessage {
  padding-bottom: 40px;

}

@media (max-width: 768px) {
  .banner .content h2 {
    text-align: center;
    font-size: 45px;
  }

  .banner .content p {
    text-align: center;
    width: 100%;
  }

  .banner .content .txtLeft {
    padding: 0px;
    margin-top: -100px;
  }

  .banner .content button {
    font-size: 20px;
    display: block;
    margin: auto;
  }

  .banner {

    height: 25em;
    position: relative;
    /*justify-content: stretch;*/
    background-position: top left;
    background-size: contain;
    background-attachment: fixed;
    background-repeat: no-repeat;

  }

}


#pagebody {

  margin-left: 10%;
  margin-right: 10%;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
}

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


  .banner {

    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }


  .my-container {
    flex-direction: row;
  }


  .banner-message {
    margin-top: auto;
    padding: 20px;
    margin-bottom: 20px;
    /*text-align: center;*/
    /*width: 100%;*/

  }

  .banner-message h2 {

    font-size: 32px;
  }


  #pagebody {
    margin: 20px 0;
  }

}

.div_store{
  text-align: center;
  padding-bottom: 40px;
  
}
.div_store .titulo{
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  font-size: 14pt;
  color: #1f1d50;
  padding-bottom: 20px;
}