@charset "UTF-8";
.modal-legado {
  text-align: center;
  font-size: 16px;
  font-family: "Arial", sans-serif;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999999;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-legado .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 650px;
}
.modal-legado .wrapper .modal__background {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-legado .wrapper .modal__content {
  padding-bottom: 30px;
  box-shadow: 5px 4px 20px 0px #333;
  border-radius: 9px;
  background-color: #fff;
  z-index: 999;
  overflow: hidden;
  height: 93vh;
}
@media (min-width: 767px) {
  .modal-legado .wrapper .modal__content {
    height: auto;
    max-height: 90%;
  }
}
@media (min-width: 1365px) {
  .modal-legado .wrapper .modal__content {
    grid-column-start: 5;
  }
}
.modal-legado .wrapper .modal__content .modal__close {
  float: right;
}
.modal-legado .wrapper .modal__content .modal__close a img {
  margin: 12px;
  max-height: 24px;
  max-width: 24px;
}
.modal-legado .wrapper .modal__content .modal__main h2 {
  font-size: 22px;
  font-family: "Verdana", sans-serif;
  color: #5e9ec6;
  font-weight: 600;
  padding: 35px 50px 20px 50px;
  line-height: 35px;
}
@media (max-width: 767px) {
  .modal-legado .wrapper .modal__content .modal__main h2 {
    margin-top: 2em;
    margin-bottom: 1em;
    padding: 0px 20px;
  }
}
.modal-legado .wrapper .modal__content .modal__main input[type=text],
.modal-legado .wrapper .modal__content .modal__main input[type=password],
.modal-legado .wrapper .modal__content .modal__main input[type=email] {
  height: 40px;
  width: 75%;
  margin-bottom: 15px;
  padding: 5px 10px;
  border: 1px solid #d9d9d9;
  font-size: 12px;
}
.modal-legado .wrapper .modal__content .modal__main input[type=text].erro,
.modal-legado .wrapper .modal__content .modal__main input[type=password].erro,
.modal-legado .wrapper .modal__content .modal__main input[type=email].erro {
  border-color: #f00;
}
.modal-legado .wrapper .modal__content .modal__main .esqueci-senha {
  font-size: 14px;
  color: #5e9ec6;
  cursor: pointer;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
}
.modal-legado .wrapper .modal__content .modal__main .esqueci-senha button {
  text-decoration: underline;
  color: #5e9ec6;
}
.modal-legado .wrapper .modal__content .modal__main .entrar-btn {
  height: 50px;
  width: 80%;
  padding: 5px 10px;
  background-color: #5e9ec6;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.modal-legado .wrapper .modal__content .modal__main .entrar-btn:hover {
  background-color: rgb(112.8325688073, 169.3463302752, 204.6674311927);
}
.modal-legado .wrapper .modal__content .modal__main .mensagem-erro {
  color: #f00;
  font-size: 10.8px;
  margin-bottom: 15px;
}
.modal-legado .wrapper .modal__content .modal__main .mensagem-erro.active {
  display: block;
}
.modal-legado .wrapper .modal__content .modal__footer {
  font-size: 16px;
}
.modal-legado .wrapper .modal__content .modal__footer .cadastro-wrap {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 0px;
  width: 75%;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-size: 14px;
}
.modal-legado .wrapper .modal__content .modal__footer .cadastro-wrap button {
  color: #5e9ec6;
  text-decoration: underline;
}
.modal-legado .wrapper .modal__content .modal__footer .social-media p {
  margin-top: 20px;
  margin-bottom: 15px;
}
.modal-legado .wrapper .modal__content .modal__footer .social-media .icon {
  height: 32px;
  width: 32px;
  background-color: #5e9ec6;
  text-align: center;
  margin: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.modal-legado .wrapper .modal__content .modal__footer .social-media .icon i {
  color: #fff;
  font-size: 16px;
}
.modal-legado .wrapper .modal__content .modal__footer .social-media .list-holder {
  width: 100%;
  margin-bottom: 45px;
}
.modal-legado .wrapper .modal__content .modal__footer .social-media .list-holder li:hover {
  opacity: 0.75;
}
.modal-legado .wrapper .modal__content .modal__footer .social-media .list-holder .list-login {
  height: auto;
  margin-top: 6px;
  display: block;
  text-align: center;
}
.modal-legado .wrapper .modal__content .modal__footer .social-media .list-holder .list-login a {
  cursor: pointer;
  display: block;
  height: 36px;
  width: 36px;
}
@media (min-width: 768px) {
  .modal-legado .wrapper .modal__content .modal__footer .social-media .list-holder .list-login a {
    height: 50px;
    width: 55px;
  }
}
@media (min-width: 1280px) {
  .modal-legado .wrapper .modal__content .modal__footer .social-media .list-holder .list-login a {
    height: 50px;
    width: 55px;
  }
}
.modal-legado .wrapper .modal__content .modal__footer .social-media .list-holder .list-login li {
  display: inline-block;
  text-align: left;
  position: relative;
  height: 50px;
  vertical-align: middle;
}
.modal-legado .wrapper .modal__content .modal__footer .social-media .list-holder .list-login li:last-child {
  margin-right: 0px;
}
.modal-legado .wrapper .modal__content .modal__footer .social-media .list-holder .list-login li .item::before {
  content: "";
  position: absolute;
  height: 45px;
  width: 45px;
}
@media (min-width: 768px) {
  .modal-legado .wrapper .modal__content .modal__footer .social-media .list-holder .list-login li .item::before {
    height: 50px;
    width: 55px;
  }
}
@media (min-width: 1280px) {
  .modal-legado .wrapper .modal__content .modal__footer .social-media .list-holder .list-login li .item::before {
    height: 50px;
    width: 55px;
  }
}
.modal-legado .wrapper .modal__content .modal__footer .social-media .list-holder .list-login .button-Facebook::before {
  background-color: #3b5998;
}
.modal-legado .wrapper .modal__content .modal__footer .social-media .list-holder .list-login .button-Facebook:hover {
  background-color: #718dc8;
}
.modal-legado .wrapper .modal__content .modal__footer .social-media .list-holder .list-login .icon-Facebook::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 36.3 70"><path d="M34.1 38.3l1.6-12.8H23.5v-7.9c0-3.6 1-6 6.2-6h6.6V.5a86.7 86.7 0 0 0-9.5-.5c-9.5 0-16 5.8-16 16.4v9.1H0v12.8h10.7V70h12.8V38.3h10.6z" fill="%23ffffff"/></svg>');
  background-position-x: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-size: 12px auto;
}
.modal-legado .wrapper .modal__content .modal__footer .social-media .list-holder .list-login .icon-Twitter::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 70 56.8"><path d="M70 6.7A32.2 32.2 0 0 1 61.7 9a14.7 14.7 0 0 0 6.4-8 29.3 29.3 0 0 1-9.2 3.5 14.4 14.4 0 0 0-24.8 9.8 15.8 15.8 0 0 0 .3 3.3 40.9 40.9 0 0 1-29.7-15 14.2 14.2 0 0 0-2 7.2 14.2 14.2 0 0 0 6.1 12 19.8 19.8 0 0 1-7-1.8v.2c.1 6.9 5.5 12.7 12.1 14a11.5 11.5 0 0 1-3.4.5l-2.6-.3a14.3 14.3 0 0 0 13.4 10 29 29 0 0 1-17.9 6.2L0 50.4a40.9 40.9 0 0 0 22 6.4c26.4 0 40.9-21.9 40.9-40.9 0-.6 0-1.2-.1-1.8A27.5 27.5 0 0 0 70 6.7z" fill="%23ffffff"/></svg>');
  background-position-x: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-size: 26px auto;
}
.modal-legado .wrapper .modal__content .modal__footer .social-media .list-holder .list-login .button-Twitter::before {
  background-color: #55acee;
}
.modal-legado .wrapper .modal__content .modal__footer .social-media .list-holder .list-login .icon-Google::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 79.8 51"><path d="M72.8 21.5v-7h-7v7h-7v8h7v7h7v-7h7v-8h-7zM24.7 21.5v9h15.1c-.5 4-4.5 11-14.4 11a15.9 15.9 0 0 1-16-16c0-7.9 7-16.1 16.1-16.1a14.3 14.3 0 0 1 10.1 3.9l6.9-6.7a24.6 24.6 0 0 0-17-6.6 25.5 25.5 0 0 0 0 51c14.7 0 24.4-10.5 24.4-25.1a32.3 32.3 0 0 0-.4-4.4H24.7z" fill="%23fcfcfc"/></svg>');
  background-position-x: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-size: 32px auto;
}
.modal-legado .wrapper .modal__content .modal__footer .social-media .list-holder .list-login .button-Google::before {
  background-color: #dd4b39;
}
.modal-legado .wrapper .modal__content .modal__footer .social-media .list-holder .list-login .icon-LinkedIn::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 69.9 66.5"><path d="M52.5 20.9c-8 0-10.6 4.3-13.6 7.4v-5.8H24.3s.2 4 0 44h14.6V41.8a10.6 10.6 0 0 1 .7-3.7 8.2 8.2 0 0 1 7.7-5.5c5.4 0 7.5 4.1 7.5 10.3v23.6h15.1V41.2c0-13.9-7.5-20.3-17.4-20.3zm-12.8 7.5zM.9 22.5h16v44H.9zM8.5 0C3.3 0-.1 3.3-.1 7.8s3.3 7.7 8.4 7.7h.1c5.3 0 8.6-3.4 8.6-7.8S13.8 0 8.5 0z" fill="%23fcfcfc"/></svg>');
  background-position-x: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-size: 27px auto;
}
.modal-legado .wrapper .modal__content .modal__footer .social-media .list-holder .list-login .button-LinkedIn::before {
  background-color: #0077b5;
}
.modal-legado .wrapper .modal__content .modal__footer .social-media .list-holder .list-login .button-Google::before {
  height: 50px !important;
  width: 195px !important;
  padding: 3px !important;
  margin: 0 0 !important;
  background-color: white !important;
  z-index: 100;
}
.modal-legado .wrapper .modal__content .modal__footer .social-media .list-holder .list-login .fb-login-button {
  padding: 5px 0;
  display: block;
}
.modal-legado .wrapper .modal__content .modal__footer .social-media .list-holder .list-login .icon-Google::before {
  background-image: url('data:image/svg+xml;utf8,<svg width="185" height="40" xmlns="http://www.w3.org/2000/svg"> <title>botão_light</title> <g> <title>background</title> <rect fill="none" id="canvas_background" height="402" width="582" y="-1" x="-1"/> </g> <g> <title>Layer 1</title> <rect id="svg_1" rx="2" height="40" width="185"/> <rect x="0" y="0" stroke="null" id="svg_2" fill="%23fff" rx="2" height="40" width="199.999991"/> <g id="svg_3"> <g id="svg_4"> <text id="svg_5" x="41.038961" y="26" font-size="14px" font-family="Helvetica">Entrar com o Google</text> </g> </g> <path id="svg_6" fill="%234285f4" fill-rule="evenodd" d="m28.64,20.2a11,11 0 0 0 -0.16,-1.84l-8.48,0l0,3.49l4.84,0a4.12,4.12 0 0 1 -1.79,2.71l0,2.26l2.95,0a8.78,8.78 0 0 0 2.68,-6.62l-0.04,0z"/> <path id="svg_7" fill="%2334a853" fill-rule="evenodd" d="m20,29a8.62,8.62 0 0 0 6,-2.18l-2.91,-2.26a5.43,5.43 0 0 1 -3.05,0.86a5.37,5.37 0 0 1 -5,-3.71l-3.04,0l0,2.29a9,9 0 0 0 8,5z"/> <path id="svg_8" fill="%23fbbc05" fill-rule="evenodd" d="m15,21.71a5.36,5.36 0 0 1 0,-3.42l0,-2.29l-3,0a9,9 0 0 0 0,8l3,-2.33l0,0.04z"/> <path id="svg_9" fill="%23ea4335" fill-rule="evenodd" d="m20,14.58a4.83,4.83 0 0 1 3.44,1.35l2.56,-2.59a8.65,8.65 0 0 0 -6,-2.34a9,9 0 0 0 -8,5l3,2.33a5.37,5.37 0 0 1 5,-3.71l0,-0.04z"/> <polygon id="svg_10" fill="none" points="11 11 29 11 29 29 11 29 11 11"/> </g> </svg>') !important;
  background-size: 98% !important;
  background-repeat: no-repeat !important;
  background-position: 50% !important;
  vertical-align: middle !important;
}
.modal-legado .wrapper .modal__content.modal__content--login {
  display: block;
  overflow: hidden;
  max-height: 650px;
}
.modal-legado .wrapper .modal__content.modal__content--login .social-media {
  position: relative;
}
.modal-legado .wrapper .modal__content.modal__content--login .social-media #googleSignIn {
  width: 200px;
}
.modal-legado .wrapper .modal__content.modal__content--login .social-media #googleSignIn::before {
  bottom: -1px;
}
.modal-legado .wrapper .modal__content.modal__content--cadastro {
  display: none;
}
.modal-legado .wrapper .modal__content.modal__content--cadastro .modal__main .email-signup {
  max-width: 608px;
}
.modal-legado .wrapper .modal__content.modal__content--cadastro .modal__main .check-termos {
  display: flex;
  margin: 0px auto 15px auto;
  color: #000;
  text-align: left;
  font-size: 10.8px;
  line-height: 1;
  width: 81%;
}
.modal-legado .wrapper .modal__content.modal__content--cadastro .modal__main .check-termos input[type=checkbox] {
  margin-top: 0;
  margin-right: 5px;
}
.modal-legado .wrapper .modal__content.modal__content--cadastro .modal__main .check-termos a {
  color: #5e9ec6;
  text-decoration: underline;
}
.modal-legado .wrapper .modal__content.modal__content--cadastro .modal__main .group-radio {
  margin: 0px 0px 25px;
}
.modal-legado .wrapper .modal__content.modal__content--esq-senha {
  display: none;
}
.modal-legado .wrapper .modal__content.modal__content--esq-senha .modal__main .form-instruction {
  padding: 0px 50px 20px 50px;
}
.modal-legado .wrapper .modal__content.modal__content--esq-senha .modal__footer .cadastro-wrap {
  padding-bottom: 0;
  border-bottom: none;
}
.modal-legado .wrapper .modal__content.modal__content--esq-senha .modal__footer .cadastro-wrap p {
  font-size: 16px;
  line-height: 1.5;
  color: #999;
}
.modal-legado .wrapper .modal__content.modal__content--email-enviado {
  display: none;
}
.modal-legado .wrapper .modal__content.modal__content--email-enviado .modal__main p {
  min-width: 244px;
  margin-bottom: 20px;
  padding: 0px 50px;
}
.modal-legado .wrapper .modal__content.modal__content--alt-senha {
  display: none;
}
@media (max-width: 1365px) {
  .modal-legado .wrapper {
    height: 100%;
  }
}
