body {
  position: relative;
  height: 100%;
  margin: 0;
  background-size: 80%;
}

.hcont {
  position: relative;
  background: white;
  padding-top: 8vw;
  width: 80%;
  z-index: +1;
}

header .header-logo {
  padding-bottom: 1vw;
  text-align: center;
}

header .header-logo img {
  width: 100%;
  height: 100%;
}

header nav ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

header nav ul li {
  display: inline-block;
  margin: 0 2.3vw;
}

header nav ul li a {
  font-size: 3.5vw;
}

header nav ul li.sep1 {
  margin-right: 4.6vw;
  font-size: 4vw;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

::-webkit-input-placeholder {
  font-size: 3vw;
}

::-moz-placeholder {
  font-size: 3vw;
}

::-ms-input-placeholder {
  font-size: 3vw;
}

.noscriptmsg {
  font-size: 5vw;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

main {
  height: 75%;
}

.leftmenu {
  display: none;
}

.pagecontainer {
  top: 5%;
  width: 100%;
  height: 85%;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
}

.container {
  width: 74%;
  height: 100%;
  margin: 0 auto;
}

input {
  width: 100%;
  margin-top: 2vw;
  margin-bottom: 2vw;
  padding: 1vw;
  font-size: 4.62vw;
  overflow: hidden;
  padding-right: 0;
}

.password-line {
  width: 97%;
}

#hiuser {
  font-size: 8vw;
  color: #00364F;
  font-family: 'Montserrat-Medium';
  margin-bottom: 3vw;
}

.aback {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3.5vw;
  color: #5A8093;
  padding-bottom: 1vw;
  border-bottom: 1px solid #5A8093;
  font-family: "Montserrat-Medium";
  background-color: transparent;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
}

footer {
  margin: 0 auto;
  margin-top: -3vw;
  width: 85%;
}

footer p {
  margin: 0;
  font-size: 2.8vw;
}

.popbox {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 25vh;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.popbox-content {
  position: relative;
  background-color: white;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: -1.5vw;
  margin-right: 1vw;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.popbox-header {
  padding: 2vw 1vh;
  background-color: #5A8093;
  color: white;
  font-size: 3vw;
  font-family: 'Montserrat-Medium';
}

.popbox-body {
  padding: 2vw 1vh;
  text-align: center;
}

.popbox-body p {
  color: #5A8093;
  font-size: 3.3vw;
  line-height: 2em;
  font-family: 'Montserrat-Regular';
}

button.buttonblue.confirmc {
  width: 48%;
  padding: 5%;
  margin-top: 2vw;
  margin-right: 2vw;
}

.cancelc {
  width: 47%;
  padding: 5%;
  margin-top: 2vw;
  font-size: 3vw;
}

.cancelc-senha {
  font-size: 3.7vw;
}

.infosblock {
  border-top: 1px solid #E5EEDC;
  padding-top: 2vw;
}

.infosline {
  position: relative;
  vertical-align: text-top;
  border-bottom: 1px solid #E5EEDC;
  border-radius: 0;
  padding-bottom: 2vw;
  margin-bottom: 2vw;
}

.infosinfo {
  font-size: 3.6vw;
  color: #5A8093;
  line-height: 1.5em;
  font-family: "Montserrat-Regular";
  overflow: hidden;
  -webkit-transition: max-height 1s ease;
  -moz-transition: max-height 1s ease;
  -o-transition: max-height 1s ease;
  transition: max-height 1s ease;
  height: auto;
  max-height: 250vw;
}

.infosinfo.collapsed {
  max-height: 0;
}

.infosball {
  width: 10vw;
  height: 10vw;
  color: white;
  font-size: 4vw;
  font-family: "Montserrat-Regular";
  background-color: #FAD772;
  border-radius: 100%;
  margin-left: 1%;
  margin-right: 2vw;
  text-align: center;
  display: inline-block;
  line-height: 2.5em;
  text-transform: uppercase;
}

.infosball.add {
  background-color: #CADCB9;
}

.infosnome {
  color: #00364F;
  font-size: 5vw;
  line-height: 1.5em;
  text-align: left;
  display: inline-block;
}

.infosnome.add {
  color: #CADCB9;
}

.inninfo {
  margin-top: 2vw;
  margin-left: calc(2% + 12vw);
}

.ronly {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #AEB0B6;
  font-size: 4vw;
  line-height: 1.5em;
  font-family: "Montserrat-Regular";
  background-color: transparent;
  border: none;
  overflow: visible;
  outline: none;
  resize: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.infosarrows {
  position: absolute;
  content: "";
  top: 4vw;
  left: 93%;
  border: solid #5A8093;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 1vw;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  cursor: pointer;
}

.infosarrows.open {
  top: 5vw;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

#btsblock {
  margin-top: 0;
  margin-bottom: 2vw;
}

#infoserrtxt {
  width: 100%;
  margin: 2vw 0;
  font-size: 3vw;
  vertical-align: text-bottom;
}

#infoserrtxt.invis {
  visibility: hidden;
}

#cancelBtn {
  margin-left: 5vw;
}

.line,
.halfp {
  width: calc(100% - 1vw);
  margin-right: 0;
}

.radbts {
  color: #5A8093;
  font-size: 4vw;
  line-height: 1.5em;
  font-family: 'Montserrat-Regular';
  display: inline-block;
  position: relative;
  padding-top: 0.4vw;
  padding-left: 6vw;
  padding-right: 3vw;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radbts.right {
  padding-right: 0;
}

.radbts input {
  position: absolute;
  opacity: 0;
}

.checkmark {
  position: absolute;
  top: 15%;
  left: 0;
  height: 4vw;
  width: 4vw;
  background-color: white;
  border: 1px solid #5A8093;
  border-radius: 50%;
}

.radbts input:checked~.checkmark {
  background-color: white;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radbts input:checked~.checkmark:after {
  display: block;
}

.radbts .checkmark:after {
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background: #5A8093;
}

.far, .fas {
  font-size: 3.2vw;
  color: #00364F;
  margin-left: -10%;
}