html {
  position: fixed;
  -ms-overflow-style: none;
}

body {
  margin: auto;
  background-size: 34.2%;
  z-index: -1;
}

.hcont {
  width: 100%;
}

header .header-logo {
  width: 50%;
  top: 0;
  position: fixed;
}

header .header-logo img {
  float: left;
  width: 32.8%;
  height: 9.24%;
  padding-left: 9.84%;
  padding-top: 9.06%;
}

header nav {
  position: fixed;
  top: 7.4vh;
  right: 10.5vh;
  display: inline-block;
  z-index: +1;
}

header nav ul {
  white-space: nowrap;
  display: inline-block;
}

header nav ul li {
  display: inline-block;
  list-style: none;
  margin: 0 1.8vw;
}

header nav ul li a {
  font-size: 1.6vh;
}

header nav ul li.sep1 {
  font-size: 1.92vh;
}

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

.leftmenu {
  position: fixed;
  width: 45%;
  margin-left: 7%;
  top: 50%;
  transform: translateY(-50%);
  z-index: +1;
}

.regdots {
  display: none;
}

.pagecontainer {
  position: fixed;
  margin-left: 7%;
  background-color: transparent;
  width: 100%;
}

.container {
  position: absolute;
  /*width: 36.7%;*/ /* simetrico */
  width: 34%;
  height: 60vh;
  text-align: left;
  margin-top: 5.5vh;
  margin-left: 49%;
  overflow-x: hidden;
  overflow-y: scroll;
}

.container.scrol:before {
  position: absolute;
  content: "";
  top: 2.5vh;
  left: 103%;
  border: solid #5A8093;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 1%;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  cursor: pointer;
}

.container.scrol:after {
  position: absolute;
  content: "";
  top: 69vh;
  left: 103%;
  border: solid #5A8093;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 1%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  cursor: pointer;
}

#hiuser {
  font-size: 5vh;
  color: #00364F;
  font-family: 'Montserrat-Medium';
}

.mitems {
  margin-top: 2vh;
}

.mitems p {
  padding-top: 2.5vh;
  text-align: left;
  font-size: 2.56vh;
  line-height: 1.5em;
  color: #00364F;
  text-decoration: none;
  font-family: 'Montserrat-Regular';
}

.mitems p a {
  color: #00364F;
  cursor: pointer;
}

.mitems p a.active {
  font-size: 4vh;
  line-height: 1em;
  font-family: 'Montserrat-Medium';
}

.mitems p a:hover {
  color: #FAD772;
}

.mitems p.ativo {
  font-family: 'Montserrat-Medium';
}

input {
  width: 100%;
  padding: 1% 0.5% 0.5% 0.5%;
  font-size: 2.56vh;
  line-height: 1.5em;
}

::-webkit-input-placeholder {
  font-size: 1.6vh;
  line-height: 1em;
  vertical-align: bottom;
}

:-moz-placeholder {
  font-size: 1.6vh;
  line-height: 3em;
  opacity: 1;
  vertical-align: bottom;
}

::-moz-placeholder {
  font-size: 1.6vh;
  line-height: 3em;
  opacity: 1;
  vertical-align: bottom;
}

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

.line {
  margin-top: 1.95vh;
  width: 98.9%;
  vertical-align: text-bottom;
}

.halfp {
  width: 100%;
  margin-top: 1.5vh;
  /* 3.5vh */
  white-space: nowrap;
}

.halfp .half {
  width: 48%;
  display: inline-block;
}

.halfp input {
  width: 100%;
  padding: 1%;
  padding-right: 0;
  font-size: 2.56vh;
  line-height: 1.5em;
}

.leftfield {
  margin-right: 2.5%;
  vertical-align: bottom;
}

.rightfield {
  margin-left: 0;
  margin-bottom: 0;
  vertical-align: bottom;
}

.rightfield input {
  width: 100%;
}

.popbox {
  display: none;
  position: fixed;
  z-index: 1;
  margin-left: 12%;
  left: 0;
  top: -60px;
}

.popbox-content {
  position: relative;
  background-color: white;
  margin: 0 auto;
  margin-top: 2%;
  padding: 0;
  border: 1px solid #888;
  width: 100%;
  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;
}

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

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

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

.lost-mail {
  background: #fff;
  width: 100%;
  max-width: 98%;
}

.popup-buttons {
  /* display: flex;
  justify-content: space-evenly; */
}

.popupbox-title {
  font-size: 33px;
}

@-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: 60px;
  font-weight: bold;
  margin-bottom: 0.8vh;
}

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

button.buttonblue.confirmc {
  width: 200px;
  padding: 3%;
  margin-top: 1vh;
  font-size: 1.6vh;
}

button.buttonblue:hover {
  background-color: #FAD772;
}

button.buttongreen:hover {
  background-color: #FAD772;
}

.cancelc {
  width: 200px;
  padding: 3%;
  margin-top: 1vh;
  font-size: 1.6vh;
}

#mobMenu,
#menusquare {
  display: none;
}

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

.aback:hover {
  color: #FAD772;
  border-bottom: 1px solid #FAD772;
}

#errtxt {
  font-size: 1.7vh;
}

.step {
  padding-top: 3.5vh;
  text-align: left;
  font-size: 2.56vh;
  line-height: 1.5em;
  font-family: 'Montserrat-Regular';
}

.step .plink.active {
  font-size: 6.4vh;
  line-height: 1em;
  color: #00364F;
  font-family: 'Montserrat-Medium';
}

.step .plink {
  color: #AEB0B6;
  cursor: pointer;
}

.step .plink:hover {
  color: #FAD772;
}

.step .plink.finish {
  color: #00364F;
}

.step .plink.finish:hover {
  color: #FAD772;
}

.infosblock {
  overflow: hidden;
  margin-top: 2vh;
  border-top: 1px solid #E5EEDC;
}

.infosline {
  position: relative;
  border-bottom: 1px solid #E5EEDC;
  border-radius: 0;
  margin-top: 2vh;
  margin-right: 0;
  padding-bottom: 2vh;
}

.infosinfo {
  font-size: 1.8vh;
  color: #5A8093;
  line-height: 2em;
  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: 150vh;
}

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

.infosball {
  width: 7vh;
  height: 7vh;
  color: white;
  font-size: 2.8vh;
  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.55em;
  text-transform: uppercase;
  cursor: pointer;
}

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

.infosnome {
  color: #00364F;
  font-size: 2.56vh;
  line-height: 2em;
  text-align: left;
  display: inline-block;
  cursor: pointer;
}

.infosnome.add {
  color: #CADCB9;
}

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

.ronly {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #AEB0B6;
  font-size: 2vh;
  line-height: 2em;
  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;
}

#cancelBtn {
  margin-left: 2vh;
}

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

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

#infoserrtxt {
  width: 100%;
  margin: 1.75vh 0;
  font-size: 1.4vh;
  vertical-align: text-bottom;
}

#infoserrtxt.invis {
  visibility: hidden;
}

.ephcont {
  position: relative;
}

.line.ephcont>.ephlbl {
  padding-bottom: 0.9%;
  padding-left: 0.5%;
}

.ephcont>.ephlbl {
  position: absolute;
  bottom: 0;
  padding-bottom: 1.5%;
  padding-left: 1%;
  line-height: 2em;
  font-family: 'Montserrat-Medium';
  font-size: 1.6vh;
  letter-spacing: 1.95px;
  color: #AEB0B6;
  display: block;
}

.ephlbl.invis {
  display: none;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding-bottom: 2.8%;
  z-index: -1;
}

footer p {
  font-size: 1.344vh;
}

.radbts {
  color: #5A8093;
  font-size: 2.56vh;
  line-height: 1.5em;
  font-family: 'Montserrat-Regular';
  display: inline-block;
  position: relative;
  padding-top: 0.2vh;
  padding-left: 4.5vh;
  padding-right: 5vh;
  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: 3vh;
  width: 3vh;
  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: 2vh;
  color: #5A8093;
  margin-left: -6%;
  cursor: pointer;
}