body.smartphone .box-fechado {
    height: auto;
    font-family: "Nova Escola", sans-serif;
    color: #ffffff;
    background-color: #44489c;
    position: relative;
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }
  body.smartphone .box-fechado .titulo {
    color: #fff;
    margin-bottom: 5px!important;
    font-size: 17px!important;
    font-weight: bold;
  }
  body.smartphone .box-fechado p {
    font-size: 12px;
    padding: 0 20px 0;
    margin-bottom: 10px;
    text-align: center;
  }
  body.smartphone .box-fechado .table-cadastro {
    display: table;
    font-weight: bold;
    height: auto;
    width: 93%;
    margin: 0 auto;
    border-collapse: collapse;
    overflow: hidden;
  }
  body.smartphone .box-fechado .table-cadastro .cadastro {
    height: 126px;
    color: #44489c;
    background-color: #ffffff;
    display: block;
  }
  body.smartphone .box-fechado .table-cadastro .cadastro:last-child {
    margin-bottom: 15px;
  }
  body.smartphone #plano-de-aula-detalhes .box-fechado .table-cadastro .cadastro:last-child {
    margin-bottom: 5px;
  }
  body.smartphone .box-fechado .table-cadastro .cadastro .option {
    padding-left: 0px;
    height: 50%;
    width: 100%;
    vertical-align: middle;
    line-height: 63px;
    text-align: center;
  }
  body.smartphone .box-fechado .table-cadastro .cadastro a {
    text-decoration: none!important;
  }
  body.smartphone .box-fechado .table-cadastro .cadastro a .btn {
    margin-top: 0;
    height: 48px;
    text-align: center;
    width: 165px;
    color: #ffffff;
    background-color: #01b49f;
    line-height: 48px;
    font-size: 15px;
    margin: 0 auto;
  }
  body.smartphone .box-fechado .table-cadastro .login {
    padding: 15px 0;
    height: 150px;
    color: #44489c;
    background-color: #ffffff;
    display: block;
  }
  body.smartphone .box-fechado .table-cadastro .forget {
    height: 100px;
    margin-top: 10px;
  }
  body.smartphone .box-fechado .table-cadastro .login .desc {
    padding: 0px;
    height: 40%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
  }
  body.smartphone .box-fechado .table-cadastro .login .desc p {
    font-size: 12px;
    font-weight: normal;
    padding: 0;
  }
  body.smartphone .box-fechado .table-cadastro .login .desc-login {
    padding: 0px;
    height: 25%;
    width: 99%;
    vertical-align: middle;
    text-align: center;
  }
  body.smartphone .box-fechado .table-cadastro .login .desc-login p {
    font-size: 12px;
    font-weight: normal;
    padding: 0;
  }
  body.smartphone .box-fechado .table-cadastro .login .form ul {
    margin-bottom: 5px!important;
  }
  body.smartphone .box-fechado .table-cadastro .login .form ul li {
    width: 100%;
    margin-top: 18px;
  }
  body.smartphone .box-fechado .table-cadastro .login .form ul li p {
    margin-bottom: 0!important;
    padding: 0;
    position: absolute;
    font-weight: 400;
    font-size: 8px;
    line-height: 18px;
  }
  body.smartphone .box-fechado .table-cadastro .login .form ul li p.alert {
    top: 48%;
    color: #ff2d30;
  }
  body.smartphone .box-fechado .table-cadastro .login .form ul li input {
    padding-left: 10px;
    font-size: 12px;
    width: 75%;
    height: 27px;
    border: 1px solid #acacac;
  }
  body.smartphone .box-fechado .table-cadastro .login .form ul li.success label {
    color: #00AA13;
  }
  body.smartphone .box-fechado .table-cadastro .login .form ul li.success label,
  body.smartphone .box-fechado .table-cadastro .login .form ul li.success input {
    margin-top: 0;
    border: solid 1px #00AA13 !important;
  }
  body.smartphone .box-fechado .table-cadastro .login .form ul li.success:before {
    content: "";
    display: block;
    width: 20px;
    height: 15px;
    background: url(../svg/ico-success.svg) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    z-index: 2;
    top: 69%;
    margin: 0 18%;
  }
  body.smartphone .box-fechado .table-cadastro .login .form ul li.error label {
    color: #ff2d30;
  }
  body.smartphone .box-fechado .table-cadastro .login .form ul li.error label,
  body.smartphone .box-fechado .table-cadastro .login .form ul li.error input {
    margin-top: 0;
    border: solid 1px #ff2d30 !important;
  }
  body.smartphone .box-fechado .table-cadastro .login .form ul li.error:before {
    content: "";
    display: block;
    width: 20px;
    height: 15px;
    background: url(../svg/ico-error.svg) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    z-index: 2;
    top: 69%;
    margin: 0 18%;
  }
  body.smartphone .box-fechado .table-cadastro .login .form ul li ::-webkit-input-placeholder {
    font-size: 12px;
  }
  body.smartphone .box-fechado .table-cadastro .login .form ul li ::-moz-placeholder {
    font-size: 12px;
  }
  body.smartphone .box-fechado .table-cadastro .login .form ul li :-ms-input-placeholder {
    font-size: 12px;
  }
  body.smartphone .box-fechado .table-cadastro .login .form ul li :-moz-placeholder {
    font-size: 12px;
  }
  body.smartphone .box-fechado .table-cadastro .login .form ul li .btn-entrar {
    margin: auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 165px;
    color: #ffffff;
    background-color: #01b49f;
    font-size: 12px;
    margin-left: 19%;
  }
  body.smartphone .box-fechado .table-cadastro .login .form ul .btn {
    border: 0;
  }
  body.smartphone .box-fechado .table-cadastro .login .form .ullogin {
    margin-bottom: 5px!important;
  }
  body.smartphone .box-fechado .table-cadastro .login .form .ullogin li {
    width: 100%;
    margin-top: 100px;
  }
  body.smartphone .box-fechado .table-cadastro .login .form .ullogin li p {
    margin-bottom: 0!important;
    padding: 0;
    position: absolute;
    font-weight: 400;
    font-size: 8px;
    line-height: 18px;
  }
  body.smartphone .box-fechado .table-cadastro .login .form .ullogin li p.alert {
    top: 64%;
    color: #ff2d30;
    right: 50%;
  }
  body.smartphone .box-fechado .table-cadastro .login a {
    text-decoration: none!important;
  }
  body.smartphone .box-fechado .table-cadastro .login a .btn {
    margin-top: 0;
    height: 48px;
    text-align: center;
    width: 165px;
    color: #ffffff;
    background-color: #01b49f;
    line-height: 48px;
    font-size: 15px;
    margin: 0 auto;
  }
  body.smartphone .box-fechado .table-cadastro .login ul {
    padding: 0 40px!important;
    margin-bottom: 0!important;
    list-style-type: none!important;
  }
  body.smartphone .box-fechado .table-cadastro .login ul li {
    float: left;
    width: 100%;
    text-align: center;
  }
  body.smartphone .box-fechado .table-cadastro .login ul li a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 210px;
    font-size: 12px;
    margin-bottom: 0px;
    padding-right: 30px;
  }
  body.smartphone .box-fechado .table-cadastro .login ul li a div.facebook {
    background-color: #486297;
    position: absolute;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 210px;
    font-size: 12px;
    margin-bottom: 0px;
    padding-right: 30px;
  }
  body.smartphone .box-fechado .table-cadastro .login ul li a .ico {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    vertical-align: middle;
    margin: 0 10px 3px;
  }
  body.smartphone .box-fechado .table-cadastro .login ul li a.facebook {
    background-color: #486297;
  }
  body.smartphone .box-fechado .table-cadastro .login ul li a.facebook .ico {
    background-image: url(../../svg/share-facebook.svg);
    background-size: 10px 14px;
  }
  body.smartphone .box-fechado .table-cadastro .login ul li a.googleplus {
    background-color: #de5342;
  }
  body.smartphone .box-fechado .table-cadastro .login ul li a.googleplus .ico {
    background-image: url(../svg/share-googleplus.svg);
    background-size: 18px 14px;
  }
  body.smartphone .box-fechado .table-cadastro .login ul .logged label {
    color: #6f6f6e;
    font-size: 10px;
    font-weight: normal;
    text-transform: none;
    padding: 0 0 0 30px;
    position: relative;
    line-height: 18px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  body.smartphone .box-fechado .table-cadastro .login ul .logged label input {
    font-size: 12px;
    position: absolute;
    visibility: hidden;
  }
  body.smartphone .box-fechado .table-cadastro .login ul .logged label:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid #dadada;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  body.smartphone .box-fechado .table-cadastro .login ul .logged label:after {
    content: "";
    display: block;
    background: url(../img/ico-check.png) no-repeat center center;
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  body.smartphone .box-fechado .table-cadastro .login ul .logged label.checked:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  body.smartphone .box-fechado .table-cadastro .login ul .forget-password a {
    color: #1c6ea1;
    font-size: 10px;
  }
  body.smartphone .box-fechado .table-cadastro .forget li {
    padding-left: 0!important;
  }
  body.smartphone .box-fechado .table-cadastro .forget li p {
    margin-bottom: 0!important;
    padding: 0;
    position: absolute;
    font-weight: 400;
    font-size: 8px;
    line-height: 18px;
  }
  body.smartphone .box-fechado .table-cadastro .forget li p.alert {
    margin: auto 35px;
    top: 44%!important;
    color: #ff2d30;
    left: 15%;
  }
  body.smartphone .box-fechado .table-cadastro .forget li input {
    height: 35px!important;
  }
  body.smartphone .box-fechado .table-cadastro .forget li.success label {
    color: #00AA13;
  }
  body.smartphone .box-fechado .table-cadastro .forget li.success label,
  body.smartphone .box-fechado .table-cadastro .forget li.success input {
    margin-top: 0;
    border: solid 1px #00AA13 !important;
  }
  body.smartphone .box-fechado .table-cadastro .forget li.success:before {
    content: "";
    display: block;
    width: 20px;
    height: 15px;
    background: url(../svg/ico-success.svg) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    z-index: 2;
    top: 46%!important;
    margin: 0 56%!important;
  }
  body.smartphone .box-fechado .table-cadastro .forget li.error label {
    color: #ff2d30;
  }
  body.smartphone .box-fechado .table-cadastro .forget li.error label,
  body.smartphone .box-fechado .table-cadastro .forget li.error input {
    margin-top: 0;
    border: solid 1px #ff2d30 !important;
  }
  body.smartphone .box-fechado .table-cadastro .forget li.error:before {
    content: "";
    display: block;
    width: 20px;
    height: 15px;
    background: url(../svg/ico-error.svg) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    z-index: 2;
    top: 53%!important;
    margin: 0 56%!important;
  }
  body.smartphone .box-fechado .table-cadastro .forget .btn {
    padding-left: 0;
    height: 35px;
    margin-top: 0 !important;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter {
    padding: 15px 0;
    height: 280px;
    color: #44489c;
    background-color: #ffffff;
    display: block;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter .desc {
    padding: 0px;
    height: 40%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter .desc p {
    font-size: 12px;
    font-weight: normal;
    padding: 0;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter .desc-login {
    padding: 0px;
    height: 13%;
    width: 99%;
    vertical-align: middle;
    text-align: center;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter .desc-login p {
    font-size: 12px;
    font-weight: normal;
    padding: 0;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter .form ul {
    margin-bottom: 5px!important;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter .form ul li {
    width: 100% !important;
    margin-top: 10px;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter .form ul li input {
    padding-left: 10px;
    font-size: 12px;
    width: 90%;
    height: 40px;
    border: 1px solid #acacac;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter .form ul li.success label {
    color: #00AA13;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter .form ul li.success label,
  body.smartphone .box-fechado .table-cadastro .login-enter .form ul li.success input {
    margin-top: 0;
    border: solid 1px #00AA13 !important;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter .form ul li.success:before {
    content: "";
    display: block;
    width: 20px;
    height: 15px;
    background: url(../svg/ico-success.svg) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    z-index: 2;
    top: auto;
    margin: 7px 55%;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter .form ul li.error label {
    color: #ff2d30;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter .form ul li.error label,
  body.smartphone .box-fechado .table-cadastro .login-enter .form ul li.error input {
    margin-top: 0;
    padding: 2% 1% 2% 30px;
    left: 4%;
    border: solid 1px #ff2d30 !important;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter .form ul li.error:before {
    content: "";
    display: block;
    width: 20px;
    height: 15px;
    background: url(../svg/ico-error.svg) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    z-index: 2;
    top: auto;
    margin: 3% 60%;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter .form ul li ::-webkit-input-placeholder {
    font-size: 12px;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter .form ul li ::-moz-placeholder {
    font-size: 12px;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter .form ul li :-ms-input-placeholder {
    font-size: 12px;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter .form ul li :-moz-placeholder {
    font-size: 12px;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter .form ul li .btn-entrar {
    margin: auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 165px;
    color: #ffffff;
    background-color: #01b49f;
    font-size: 12px;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter .form .ullogin {
    margin-bottom: 10px!important;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter .form .ullogin li {
    width: 100% !important;
    margin-top: 10px;
    margin-left: 0 !important;
  }
  body.smartphone #plano-de-aula-destaques .box-fechado .table-cadastro .login-enter .form .ullogin li {
    width: 100% !important;
    margin-top: 10px;
    margin-left: 0 !important;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter .form .ullogin li p {
    margin-bottom: 0!important;
    padding: 0;
    position: absolute;
    font-weight: 400;
    font-size: 8px;
    line-height: 18px;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter .form .ullogin li p.alert {
    color: #ff2d30;
    left: 18%;
    float: left;
    top: auto;
    margin: -15px 0;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter .form ul li p.alert {
    font-size: 8px;
    color: #ff2d30;
    left: 18%;
    float: left;
    top: auto !important;
    margin: -15px 0;
  }
  body.smartphone #plano-de-aula-destaques .box-fechado .table-cadastro .login-enter .form ul li p.alert {
    color: #ff2d30;
    right: 24%;
    float: left;
    top: auto !important;
    margin: -15px 0;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter .form .ulcadastro {
    margin-bottom: 10px!important;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter .form .ulcadastro li {
    width: 100%;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter .form .ulcadastro li p {
    margin-bottom: 0!important;
    padding: 0;
    position: absolute;
    font-weight: 400;
    font-size: 8px;
    line-height: 18px;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter .form .ulcadastro li p.alert {
    color: #ff2d30;
    left: 18%;
    float: left;
    top: auto;
    margin: -15px 0;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter .form .btn {
    position: relative;
    top: 50px;
    border: 0;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter a {
    text-decoration: none!important;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter a .btn {
    margin-top: 0;
    height: 48px;
    text-align: center;
    width: 165px;
    color: #ffffff;
    background-color: #01b49f;
    line-height: 48px;
    font-size: 15px;
    margin: 0 auto;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter ul {
    padding: 0 40px!important;
    margin-bottom: 0!important;
    list-style-type: none!important;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter ul li {
    float: left;
    width: 100%;
    text-align: center;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter ul li a {
    display: inline-block;
    height: 29px;
    line-height: 29px;
    color: #ffffff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 177px;
    font-size: 10px;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter ul li a .ico {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 10px;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter ul li a.facebook {
    background-color: #486297;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter ul li a.facebook .ico {
    background-image: url(../../svg/share-facebook.svg);
    background-size: 9px 18px;
    margin-right: 5px;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter ul li a.googleplus {
    background-color: #de5342;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter ul li a.googleplus .ico {
    background-image: url(../svg/share-googleplus.svg);
    background-size: 22px 14px;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter ul .logged {
    width: 60%;
    position: relative;
    top: -65px;
    right: 2%;
    padding: 0;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter ul .logged a {
    color: #1c6ea1;
    font-size: 12px;
    width: 31%;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter ul .logged label {
    color: #6f6f6e;
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
    padding: 0 0 0 30px;
    position: relative;
    line-height: 18px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter ul .logged label input {
    font-size: 12px;
    position: absolute;
    visibility: hidden;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter ul .logged label:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid #dadada;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  body.smartphone .box-fechado .table-cadastro .login-enter ul .logged label:after {
    content: "";
    display: block;
    background: url(../img/ico-check.png) no-repeat center center;
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter ul .logged label.checked:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter ul .terms {
    width: 100%;
    margin-top: 9%;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter ul .forget-password {
    width: 60%;
    position: relative;
    top: -80px;
  }
  body.smartphone .box-fechado .table-cadastro .login-enter ul .forget-password a {
    color: #1c6ea1;
    font-size: 12px;
  }
  body.smartphone .box-fechado .footer {
    font-size: 13px;
    padding: 2% 5% 6%;
  }
  body.smartphone .box-fechado .footer a {
    text-decoration: underline;
  }
  body.smartphone .box-fechado .none {
    display: none;
  }
  body.smartphone .box-fechado:before {
    content: '';
    width: 100%;
    height: 70px;
    margin-top: -70px;
    position: absolute;
    z-index: 9999;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(90%, #fff));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 90%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 90%);
  }
  body.smartphone .box-fechado .social {
    display: table;
    color: #44489c;
    height: 300px;
    background-color: #fff;
    border: 2px solid #44489c;
  }
  body.smartphone .box-fechado .social ul {
    padding-top: 15px;
    list-style-type: none!important;
  }
  body.smartphone .box-fechado .social ul li {
    width: 100%;
    float: left;
  }
  body.smartphone .box-fechado .social ul li .perfil {
    padding: 0!important;
  }
  body.smartphone .box-fechado .social ul li .perfil img {
    padding-top: 15px;
  }
  body.smartphone .box-fechado .social ul li .perfil .picture {
    width: 70px;
    margin-right: 2%;
  }
  body.smartphone .box-fechado .social ul li .perfil .descricao {
    padding-top: 10px;
    position: relative;
    top: -70px;
    left: 70px;
    margin-left: 2%;
  }
  body.smartphone .box-fechado .social ul .pluginfb {
    top: -240px;
    position: relative;
  }
  body.smartphone .box-fechado .social ul .depoimento {
    position: relative;
    top: 220px;
  }
  body.smartphone .box-fechado .social ul .divisao {
    display: block;
    width: 108%;
    height: 2px;
    background-color: #44489c;
    padding: 0 !important;
    margin: 0 !important;
    transform: translate(-25px, -60px);
    -ms-transform: translate(-25px, -60px);
    -webkit-transform: translate(-25px, -60px);
  }
  body.smartphone #plano-de-aula-detalhes .box-fechado .social ul .divisao {
    display: block;
    width: 120%;
    height: 2px;
    background-color: #44489c;
    padding: 0 !important;
    margin: 0 !important;
    transform: translate(-30px, -60px);
    -ms-transform: translate(-30px, -60px);
    -webkit-transform: translate(-30px, -60px);
  }
  .box-fechado {
    font-family: "Nova Escola", sans-serif;
    background-color: #44489c;
    color: #ffffff;
    padding: 20px 0 0;
    height: auto;
    position: relative;
    transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    -webkit-transform: translateY(-35px);
  }
  .box-fechado .titulo {
    padding-left: 50px;
    color: #fff;
    margin-bottom: 5px!important;
    font-size: 24px!important;
    font-weight: bold;
  }
  .box-fechado p {
    font-size: 16px;
    padding: 0 52px 0;
    margin-bottom: 10px;
  }
  .box-fechado .table-cadastro {
    display: table;
    font-weight: bold;
    width: 93%;
    margin: 0 auto;
    border-collapse: collapse;
    overflow: hidden;
  }
  .box-fechado .table-cadastro .cadastro {
    height: 125px;
    color: #44489c;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid #44489c;
  }
  .box-fechado .table-cadastro .cadastro .option {
    width: 56%;
    padding-left: 25px;
    vertical-align: middle;
    line-height: 125px;
  }
  .box-fechado .table-cadastro .cadastro a {
    text-decoration: none!important;
  }
  .box-fechado .table-cadastro .cadastro a .btn {
    margin-top: 35px;
    height: 48px;
    text-align: center;
    width: 165px;
    color: #ffffff;
    background-color: #01b49f;
    line-height: 48px;
    font-size: 15px;
  }
  .box-fechado .table-cadastro .login {
    width: 100%;
    height: 141px;
    color: #44489c;
    background-color: #ffffff;
    display: table;
    border-bottom: 2px solid #44489c;
  }
  .box-fechado .table-cadastro .login .desc {
    padding: 15px 25px 0;
    font-size: 18px;
    vertical-align: middle;
  }
  .box-fechado .table-cadastro .login .desc p {
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .box-fechado .table-cadastro .login .desc-login {
    padding: 15px 25px 0;
    font-size: 18px;
    vertical-align: middle;
  }
  .box-fechado .table-cadastro .login .desc-login p {
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .box-fechado .table-cadastro .login .form li {
    width: 27%;
  }
  .box-fechado .table-cadastro .login .form li input {
    padding-left: 10px;
    font-size: 12px;
    width: 90%;
    height: 27px;
    border: 1px solid #acacac;
  }
  .box-fechado .table-cadastro .login .form li.success label {
    color: #00AA13;
  }
  .box-fechado .table-cadastro .login .form li.success label,
  .box-fechado .table-cadastro .login .form li.success input {
    margin-top: 0;
    border: solid 1px #00AA13 !important;
  }
  .box-fechado .table-cadastro .login .form li.success:before {
    content: "";
    display: block;
    width: 20px;
    height: 15px;
    background: url(../svg/ico-success.svg) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    z-index: 2;
    top: 69%;
    margin: 2.5% 20%;
  }
  .box-fechado .table-cadastro .login .form li.error label {
    color: #ff2d30;
  }
  .box-fechado .table-cadastro .login .form li.error label,
  .box-fechado .table-cadastro .login .form li.error input {
    margin-top: 0;
    border: solid 1px #ff2d30 !important;
  }
  .box-fechado .table-cadastro .login .form li.error:before {
    content: "";
    display: block;
    width: 20px;
    height: 15px;
    background: url(../svg/ico-error.svg) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    z-index: 2;
    top: 69%;
    margin: 0 18%;
  }
  .box-fechado .table-cadastro .login .form li ::-webkit-input-placeholder {
    font-size: 12px;
  }
  .box-fechado .table-cadastro .login .form li ::-moz-placeholder {
    font-size: 12px;
  }
  .box-fechado .table-cadastro .login .form li :-ms-input-placeholder {
    font-size: 12px;
  }
  .box-fechado .table-cadastro .login .form li :-moz-placeholder {
    font-size: 12px;
  }
  .box-fechado .table-cadastro .login .form li .btn-entrar {
    height: 40px;
    text-align: center;
    width: 90%;
    color: #ffffff;
    background-color: #01b49f;
    line-height: 40px;
    font-size: 12px;
  }
  .box-fechado .table-cadastro .login .form .btn {
    border: 0;
  }
  .box-fechado .table-cadastro .login a {
    text-decoration: none!important;
  }
  .box-fechado .table-cadastro .login a .btn {
    margin-top: 45px;
    height: 48px;
    text-align: center;
    width: 165px;
    color: #ffffff;
    background-color: #01b49f;
    line-height: 48px;
    font-size: 15px;
  }
  .box-fechado .table-cadastro .login ul {
    list-style-type: none!important;
  }
  .box-fechado .table-cadastro .login ul li {
    float: left;
    width: 45%;
  }
  .box-fechado .table-cadastro .login ul li a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 90%;
    font-size: 13px;
    margin-bottom: 10px;
  }
  .box-fechado .table-cadastro .login ul li a div.facebook {
    background-color: #486297;
    position: absolute;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 36%;
    font-size: 13px;
    margin-bottom: 10px;
  }
  .box-fechado .table-cadastro .login ul li a div.facebook .ico {
    background-image: url(../../svg/share-facebook.svg);
    background-size: 6px 12px;
    margin-right: 5px;
    background-repeat: no-repeat;
  }
  .box-fechado .table-cadastro .login ul li a .ico {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 10px;
  }
  .box-fechado .table-cadastro .login ul li a.facebook {
    background-color: #486297;
  }
  .box-fechado .table-cadastro .login ul li a.facebook .ico {
    background-image: url(../../svg/share-facebook.svg);
    background-size: 6px 12px;
    margin-right: 5px;
  }
  .box-fechado .table-cadastro .login ul li a.googleplus {
    background-color: #de5342;
  }
  .box-fechado .table-cadastro .login ul li a.googleplus .ico {
    background-image: url(../svg/share-googleplus.svg);
    background-size: 19px 14px;
  }
  .box-fechado .table-cadastro .login ul .logged label {
    color: #6f6f6e;
    font-size: 10px;
    font-weight: normal;
    text-transform: none;
    padding: 0 0 0 30px;
    position: relative;
    line-height: 18px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .box-fechado .table-cadastro .login ul .logged label input {
    font-size: 12px;
    position: absolute;
    visibility: hidden;
  }
  .box-fechado .table-cadastro .login ul .logged label:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid #dadada;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .box-fechado .table-cadastro .login ul .logged label:after {
    content: "";
    display: block;
    background: url(../img/ico-check.png) no-repeat center center;
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .box-fechado .table-cadastro .login ul .logged label.checked:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  .box-fechado .table-cadastro .login ul .forget-password a {
    color: #1c6ea1;
    font-size: 10px;
  }
  .box-fechado .table-cadastro .forget {
    height: 95px;
  }
  .box-fechado .table-cadastro .forget .form ul {
    margin-bottom: 5px!important;
  }
  .box-fechado .table-cadastro .forget .form ul li {
    width: 50%;
    padding-left: 45px;
    margin-top: 18px;
  }
  #plano-de-aula-detalhes .box-fechado .table-cadastro .forget .form ul li {
    padding-left: 2%;
    margin-top: 2.5%;
  }
  .box-fechado .table-cadastro .forget .form ul li p {
    margin-bottom: 0!important;
    padding: 0;
    position: absolute;
    font-weight: 400;
    font-size: 8px;
    line-height: 18px;
  }
  .box-fechado .table-cadastro .forget .form ul li p.alert {
    top: 43%;
    color: #ff2d30;
  }
  .box-fechado .table-cadastro .forget .form ul li input {
    padding-left: 10px;
    font-size: 12px;
    width: 100%;
    height: 40px;
    border: 1px solid #acacac;
  }
  .box-fechado .table-cadastro .forget .form ul li.success label {
    color: #00AA13;
  }
  .box-fechado .table-cadastro .forget .form ul li.success label,
  .box-fechado .table-cadastro .forget .form ul li.success input {
    margin-top: 0;
    border: solid 1px #00AA13 !important;
  }
  .box-fechado .table-cadastro .forget .form ul li.success:before {
    content: "";
    display: block;
    width: 20px;
    height: 15px;
    background: url(../svg/ico-success.svg) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    z-index: 2;
    top: 55%;
    margin: 2.5% 20%;
  }
  .box-fechado .table-cadastro .forget .form ul li.error label {
    color: #ff2d30;
  }
  .box-fechado .table-cadastro .forget .form ul li.error label,
  .box-fechado .table-cadastro .forget .form ul li.error input {
    margin-top: 0;
    border: solid 1px #ff2d30 !important;
  }
  .box-fechado .table-cadastro .forget .form ul li.error:before {
    content: "";
    display: block;
    width: 20px;
    height: 15px;
    background: url(../svg/ico-error.svg) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    z-index: 2;
    top: 55%;
    margin: 0 38%;
  }
  .box-fechado .table-cadastro .forget .form ul li ::-webkit-input-placeholder {
    font-size: 12px;
  }
  .box-fechado .table-cadastro .forget .form ul li ::-moz-placeholder {
    font-size: 12px;
  }
  .box-fechado .table-cadastro .forget .form ul li :-ms-input-placeholder {
    font-size: 12px;
  }
  .box-fechado .table-cadastro .forget .form ul li :-moz-placeholder {
    font-size: 12px;
  }
  .box-fechado .table-cadastro .forget .form .btn {
    width: 25%;
    padding-left: 25px;
  }
  .box-fechado .table-cadastro .forget .form .btn .btn-entrar {
    height: 40px;
    line-height: 40px;
  }
  .box-fechado .table-cadastro .login-enter {
    width: 100%;
    height: 140px;
    color: #44489c;
    background-color: #ffffff;
    display: table;
    border-bottom: 2px solid #44489c;
  }
  .box-fechado .table-cadastro .login-enter .desc {
    font-size: 18px;
    padding: 15px 25px 0 25px;
    vertical-align: middle;
  }
  .box-fechado .table-cadastro .login-enter .desc p {
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .box-fechado .table-cadastro .login-enter .desc-login {
    font-size: 18px;
    padding: 15px 25px 0 25px;
    vertical-align: middle;
  }
  .box-fechado .table-cadastro .login-enter .desc-login p {
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  #plano-de-aula-detalhes .box-fechado .table-cadastro .login-enter .desc-login {
    padding: 15px 25px 0 30px;
  }
  .box-fechado .table-cadastro .login-enter .form ul {
    margin-bottom: 5px!important;
  }
  .box-fechado .table-cadastro .login-enter .form ul li {
    width: 30%;
    margin-top: 2%;
  }
  .box-fechado .table-cadastro .login-enter .form ul li:first-child {
    margin-right: 10%;
  }
  #plano-de-aula-detalhes .box-fechado .table-cadastro .login-enter .form ul li:first-child {
    margin-right: 0 !important;
  }
  .box-fechado .table-cadastro .login-enter .form ul li p {
    margin-bottom: 0!important;
    padding: 0;
    position: absolute;
    font-weight: 400;
    font-size: 8px;
    line-height: 18px;
  }
  .box-fechado .table-cadastro .login-enter .form ul li p.alert {
    top: 48%;
    color: #ff2d30;
  }
  .box-fechado .table-cadastro .login-enter .form ul li input {
    padding-left: 10px;
    font-size: 12px;
    width: 90%;
    height: 40px;
    border: 1px solid #acacac;
  }
  .box-fechado .table-cadastro .login-enter .form ul li input.gwt-TextBox {
    width: 125%;
  }
  #plano-de-aula-detalhes .box-fechado .table-cadastro .login-enter .form ul li input.gwt-TextBox {
    width: 90% !important;
  }
  .box-fechado .table-cadastro .login-enter .form ul li.success label {
    color: #00AA13;
  }
  .box-fechado .table-cadastro .login-enter .form ul li.success label,
  .box-fechado .table-cadastro .login-enter .form ul li.success input {
    margin-top: 0;
    border: solid 1px #00AA13 !important;
  }
  .box-fechado .table-cadastro .login-enter .form ul li.success:before {
    content: "";
    display: block;
    width: 20px;
    height: 10px;
    background: url(../svg/ico-success.svg) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    z-index: 2;
    top: auto;
    margin: 2.5% 20%;
  }
  .box-fechado .table-cadastro .login-enter .form ul li.success:first-child:before {
    content: "";
    display: block;
    width: 20px;
    height: 10px;
    background: url(../svg/ico-success.svg) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    z-index: 2;
    top: auto;
    margin: 2.5% 29%;
  }
  .box-fechado .table-cadastro .login-enter .form ul li.error label {
    color: #ff2d30;
  }
  .box-fechado .table-cadastro .login-enter .form ul li.error label,
  .box-fechado .table-cadastro .login-enter .form ul li.error input {
    margin-top: 0;
    border: solid 1px #ff2d30 !important;
  }
  .box-fechado .table-cadastro .login-enter .form ul li.error:before {
    content: "";
    display: block;
    width: 20px;
    height: 15px;
    background: url(../svg/ico-error.svg) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    z-index: 2;
    top: auto;
    margin: 2% 20%;
  }
  .box-fechado .table-cadastro .login-enter .form ul li.error:first-child:before {
    content: "";
    display: block;
    width: 20px;
    height: 15px;
    background: url(../svg/ico-error.svg) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    z-index: 2;
    top: auto;
    margin: 2% 30%;
  }
  .box-fechado .table-cadastro .login-enter .form ul li ::-webkit-input-placeholder {
    font-size: 12px;
  }
  .box-fechado .table-cadastro .login-enter .form ul li ::-moz-placeholder {
    font-size: 12px;
  }
  .box-fechado .table-cadastro .login-enter .form ul li :-ms-input-placeholder {
    font-size: 12px;
  }
  .box-fechado .table-cadastro .login-enter .form ul li :-moz-placeholder {
    font-size: 12px;
  }
  .box-fechado .table-cadastro .login-enter .form ul li .btn-entrar {
    height: 40px;
    text-align: center;
    width: 90%;
    color: #ffffff;
    background-color: #01b49f;
    line-height: 40px;
    font-size: 12px;
    margin-left: 5px;
  }
  .box-fechado .table-cadastro .login-enter .form .ullogin {
    margin-bottom: 5px!important;
  }
  .box-fechado .table-cadastro .login-enter .form .ullogin li {
    width: 30%;
  }
  .box-fechado .table-cadastro .login-enter .form .ullogin li:first-child {
    margin-right: 10%;
  }
  #plano-de-aula-detalhes .box-fechado .table-cadastro .login-enter .form .ullogin li:first-child {
    margin-right: 0!important;
  }
  .box-fechado .table-cadastro .login-enter .form .ullogin li p {
    margin-bottom: 0!important;
    padding: 0;
    position: absolute;
    font-weight: 400;
    font-size: 8px;
    line-height: 18px;
  }
  .box-fechado .table-cadastro .login-enter .form .ullogin li p.alert {
    top: 64%;
    color: #ff2d30;
  }
  .box-fechado .table-cadastro .login-enter .form .ulcadastro {
    margin-bottom: 5px!important;
  }
  .box-fechado .table-cadastro .login-enter .form .ulcadastro li {
    width: 30%;
  }
  .box-fechado .table-cadastro .login-enter .form .ulcadastro li p {
    margin-bottom: 0!important;
    padding: 0;
    position: absolute;
    font-weight: 400;
    font-size: 8px;
    line-height: 18px;
  }
  .box-fechado .table-cadastro .login-enter .form .ulcadastro li p.alert {
    top: 48%;
    color: #ff2d30;
  }
  .box-fechado .table-cadastro .login-enter .form .ulcadastro li.success label {
    color: #00AA13;
  }
  .box-fechado .table-cadastro .login-enter .form .ulcadastro li.success label,
  .box-fechado .table-cadastro .login-enter .form .ulcadastro li.success input {
    margin-top: 0;
    border: solid 1px #00AA13 !important;
  }
  .box-fechado .table-cadastro .login-enter .form .ulcadastro li.success:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url(../svg/ico-success.svg) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    z-index: 2;
    top: auto;
    margin: 2% 20%;
  }
  .box-fechado .table-cadastro .login-enter .form .ulcadastro li.error label {
    color: #ff2d30;
  }
  .box-fechado .table-cadastro .login-enter .form .ulcadastro li.error label,
  .box-fechado .table-cadastro .login-enter .form .ulcadastro li.error input {
    margin-top: 0;
    border: solid 1px #ff2d30 !important;
  }
  .box-fechado .table-cadastro .login-enter .form .ulcadastro li.error:before {
    content: "";
    display: block;
    width: 20px;
    height: 15px;
    background: url(../svg/ico-error.svg) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    z-index: 2;
    top: auto;
    margin: 2% 18%;
  }
  .box-fechado .table-cadastro .login-enter .form .btn {
    border: 0;
  }
  #plano-de-aula-detalhes .box-fechado .table-cadastro .login-enter .form .btn {
    margin-top: 2%;
  }
  .box-fechado .table-cadastro .login-enter a {
    text-decoration: none!important;
  }
  .box-fechado .table-cadastro .login-enter a .btn {
    margin-top: 45px;
    height: 48px;
    text-align: center;
    width: 165px;
    color: #ffffff;
    background-color: #01b49f;
    line-height: 48px;
    font-size: 15px;
  }
  .box-fechado .table-cadastro .login-enter ul {
    list-style-type: none!important;
  }
  .box-fechado .table-cadastro .login-enter ul li {
    float: left;
    width: 45%;
  }
  .box-fechado .table-cadastro .login-enter ul li a {
    display: inline-block;
    height: 29px;
    line-height: 29px;
    color: #ffffff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 90%;
    font-size: 14px;
  }
  .box-fechado .table-cadastro .login-enter ul li a .ico {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 10px;
  }
  .box-fechado .table-cadastro .login-enter ul li a.facebook {
    background-color: #486297;
  }
  .box-fechado .table-cadastro .login-enter ul li a.facebook .ico {
    background-image: url(../../svg/share-facebook.svg);
    background-size: 9px 18px;
    margin-right: 5px;
  }
  .box-fechado .table-cadastro .login-enter ul li a.googleplus {
    background-color: #de5342;
  }
  .box-fechado .table-cadastro .login-enter ul li a.googleplus .ico {
    background-image: url(../svg/share-googleplus.svg);
    background-size: 22px 14px;
  }
  .box-fechado .table-cadastro .login-enter ul .logged a {
    color: #1c6ea1;
    font-size: 10px;
  }
  .box-fechado .table-cadastro .login-enter ul .logged label {
    color: #6f6f6e;
    font-size: 10px;
    font-weight: normal;
    text-transform: none;
    padding: 0 0 0 30px;
    position: relative;
    line-height: 18px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .box-fechado .table-cadastro .login-enter ul .logged label input {
    font-size: 12px;
    position: absolute;
    visibility: hidden;
  }
  .box-fechado .table-cadastro .login-enter ul .logged label:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid #dadada;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .box-fechado .table-cadastro .login-enter ul .logged label:after {
    content: "";
    display: block;
    background: url(../img/ico-check.png) no-repeat center center;
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .box-fechado .table-cadastro .login-enter ul .logged label.checked:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  .box-fechado .table-cadastro .login-enter ul .logged {
    width: 41%!important;
    margin-left: -5px !important;
  }
  #plano-de-aula-detalhes .box-fechado .table-cadastro .login-enter ul .logged {
    width: 41% !important;
    margin-top: 1%;
  }
  #plano-de-aula-detalhes .box-fechado .table-cadastro .login-enter ul .forget-password {
    width: 39% !important;
    margin-top: 0.5%;
  }
  body.smartphone #plano-de-aula-detalhes .box-fechado .table-cadastro .login-enter ul .logged {
    width: 100% !important;
  }
  .box-fechado .table-cadastro .login-enter ul .terms.success label {
    color: #00AA13;
  }
  .box-fechado .table-cadastro .login-enter ul .terms.success label,
  .box-fechado .table-cadastro .login-enter ul .terms.success input {
    margin-top: 0;
    border: solid 1px #00AA13 !important;
  }
  .box-fechado .table-cadastro .login-enter ul .terms.success:before {
    content: "";
    display: block;
    width: 20px;
    height: 15px;
    background: url(../svg/ico-success.svg) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    z-index: 2;
    top: 69%;
    margin: 0 18%;
  }
  .box-fechado .table-cadastro .login-enter ul .terms.error label {
    color: #ff2d30;
  }
  .box-fechado .table-cadastro .login-enter ul .terms.error label,
  .box-fechado .table-cadastro .login-enter ul .terms.error input {
    margin-top: 0;
    border: solid 1px #ff2d30 !important;
  }
  .box-fechado .table-cadastro .login-enter ul .terms .error:before {
    display: none;
    /*content: "";
      display: block;
      width: 20px;
      height: 15px;
      background: url(../svg/ico-error.svg) no-repeat center center;
      background-size: 100% 100%;
      position: absolute;
      z-index: 2;
      top: 69%;
      margin: 0 18%;*/
  }
  #plano-de-aula-detalhes .box-fechado .table-cadastro .login-enter ul .terms .error:before {
    display: none;
    /*content: "";
      display: block;
      width: 20px;
      height: 15px;
      background: url(../svg/ico-error.svg) no-repeat center center;
      background-size: 100% 100%;
      position: absolute;
      z-index: 2;
      top: 69%;
      margin: 0 18%;*/
  }
  .box-fechado .table-cadastro .login-enter ul .terms label input {
    width: 45%;
  }
  .box-fechado .table-cadastro .login-enter ul .terms label a {
    width: 45%;
  }
  .box-fechado .table-cadastro .login-enter ul .forget-password a {
    text-decoration: underline!important;
    color: #1c6ea1;
    font-size: 10px;
  }
  .box-fechado .footer {
    font-size: 14px;
    text-align: center;
    padding: 5px 0 10px;
  }
  .box-fechado .footer a {
    text-decoration: underline;
  }
  .box-fechado:before {
    content: '';
    width: 100%;
    height: 70px;
    margin-top: -70px;
    position: absolute;
    z-index: 9999;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(90%, #fff));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 90%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 90%);
  }
  .box-fechado .social {
    font-size: 14px;
    display: table;
    color: #44489c;
    height: 190px;
    background-color: #fff;
    border: 2px solid #44489c;
  }
  .box-fechado .social ul {
    padding-top: 15px;
    list-style-type: none!important;
  }
  .box-fechado .social ul li {
    width: 47%;
    float: left;
  }
  .box-fechado .social ul li.depoimento div {
    margin-right: 5%;
  }
  .box-fechado .social ul li .perfil {
    padding: 0!important;
  }
  .box-fechado .social ul li .perfil img {
    padding-top: 15px;
    width: 70px;
  }
  .box-fechado .social ul li .perfil .picture {
    width: 70px;
    margin-right: 5%;
  }
  .box-fechado .social ul li .perfil .descricao {
    padding-top: 10%;
  }
  .box-fechado .social ul li .perfil .descricao div:first-child {
    font-size: 15px;
    font-weight: bold;
  }
  .box-fechado .social ul li .perfil .descricao div:last-child {
    font-size: 12px;
  }
  .box-fechado .social ul .divisao {
    display: none;
  }