.mainpage {
  width: 1920px;
  height: 1080px;
  max-height: 1080px;
  max-width: 1920px;
  background-image: url('../img/Captura-de-Tela-3.png');

  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.sectionmatter {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(0, 0, 0, .5);
}

.divmatter {
  display: block;
  width: 80%;
  height: 80%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  background-image: url('../img/bg_main_type0.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.divtitle {
  display: block;
  width: 75%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-weight: 500;
  text-align: center;
}

.divtitle.message {
  color: #fff;
}

.row {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.rowmatter {
  display: block;
  width: 90%;
  margin: 30px auto;
}

.linkmatter {
  text-decoration: none;
}

.imagematter {
  display: block;
  width: 64px;
  margin-right: auto;
  margin-left: auto;
}

.subtitlematter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

.columnmatter {
  padding: 8px 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  background-color: rgba(163,163,163,0);
  transition: 0.5s;
}

.columnmatter:hover {
    border-radius:5px;
  background-color: rgba(163,163,163,0.5);
  transition: 0.5s;
  font-family: Roboto, sans-serif;
  color: #fff;
}

.closebutton {
  margin-top: 0px;
  float: right;
  clear: none;
}

.imageclosebutton {

    border-radius: 50%;
    transition: 0.5s;
  display: inline-block;
  width: 40px;
  margin-top: 10px;
  margin-right: 10px;
  float: none;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.imageclosebutton:hover {
    transition: 0.5s;
    border-radius: 50%;
  background-color: rgba(100,100,100,1);
  -webkit-filter: none;
  filter: none;
}

.sectionmatterpopup {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 1500;
  margin-right: 15px;
  margin-bottom: 20px;
}

.linkselecter {
  padding: 6px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  color: #000;
  text-align: center;
  text-decoration: none;
  background-color: rgba(163,163,163,0);
  border-radius:15px;
  transition: 0.5s;
}

.linkselecter:hover {
  color: #FFF;
  background-color: rgba(0,0,0,0.5);
  transition: 0.5s;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  
}

.titleselecter {
  font-size: 18px;
  text-transform: uppercase;
}

.titleselecter.message {
  color: #000;
}

.imageselecter {
  width: 128px;
}

.imageselecter:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.sectionmessage {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3000;
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(0, 0, 0, .75);
  font-family: Roboto, sans-serif;
  color: #000;
  text-align: center;
}

.divmessage {
  display: block;
  width: 75%;
  height: 90%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;

  background-image: url('../img/bg_doc_type1.jpg');

  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.closemessagebutton {
  float: right;
}

.imagemessageclosebutton {
  width: 40px;
  margin-top: 10px;
  margin-right: 20px;
  -webkit-filter: none;
  filter: none;
}

.imagemessageclosebutton:hover {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.messageembed {
  display: block;
  overflow: auto;
  width: 90%;
  height: 90%;
  max-height: 520px;
  max-width: 890px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
}

.sectionmessagepopup {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 1000;
  margin-bottom: 20px;
  margin-left: 15px;
  font-family: Roboto, sans-serif;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.messageselecter {
  text-decoration: none;
}

html.w-mod-js *[data-ix="initial-state"] {
  display: none;
  opacity: 0;
}

@media (max-width: 991px) {
  .divtitle {
    font-size: 34px;
  }
  .divtitle.message {
    font-size: 31px;
  }
  .subtitlematter {
    font-size: 16px;
  }
  .imageclosebutton {
    width: 35px;
  }
  .sectionmatterpopup {
    margin-right: 10px;
    margin-bottom: 30px;
  }
  .titleselecter {
    font-size: 16px;
    font-weight: 500;
  }
  .titleselecter.message {
    font-size: 15px;
  }
  .imageselecter {
    width: 96px;
  }
  .imagemessageclosebutton {
    width: 35px;
    margin-top: 15px;
  }
  .messageembed {
    overflow: auto;
  }
  .sectionmessagepopup {
    margin-bottom: 30px;
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .divmatter {
    height: 80%;
  }
  .divtitle {
    font-size: 30px;
  }
  .divtitle.message {
    font-size: 22px;
  }
  .linkmatter {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .imagematter {
    width: 48px;
  }
  .subtitlematter {
    font-size: 11px;
    text-align: center;
  }
  .imageclosebutton {
    width: 30px;
  }
  .titleselecter {
    font-size: 14px;
  }
  .titleselecter.message {
    font-size: 13px;
  }
  .imageselecter {
    width: 64px;
  }
  .imagemessageclosebutton {
    width: 30px;
    margin-top: 20px;
  }
}

@media (max-width: 479px) {
  .divmatter {
    height: 80%;
  }
  .divtitle {
    font-size: 20px;
  }
  .divtitle.message {
    float: none;
    clear: none;
    font-size: 18px;
    text-align: center;
  }
  .rowmatter {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .linkmatter {
    margin-top: 5px;
  }
  .subtitlematter {
    display: none;
  }
  .imageclosebutton {
    width: 20px;
  }
  .sectionmatterpopup {
    margin-right: 5px;
    margin-bottom: 10px;
  }
  .titleselecter {
    font-size: 12px;
  }
  .titleselecter.message {
    font-size: 11px;
  }
  .imageselecter {
    width: 48px;
  }
  .closemessagebutton {
    display: inline-block;
    width: 25%;
    float: right;
    clear: none;
    direction: rtl;
  }
  .imagemessageclosebutton {
    width: 20px;
  }
  .messageembed {
    width: 90%;
    height: 80%;
  }
  .sectionmessagepopup {
    margin-bottom: 10px;
    margin-left: 5px;
  }
}

