@charset "utf-8";
/* COPYRIGHT (C) Inovazi - Agência Criativa  */




/* == BODY ================================================================================================== */

body {}


footer {
    padding-top: 30px;
}

footer div.custom > img {
    display: block;
    margin: 20px auto 45px;

}

footer div.custom > .social {
    width: 100%;
    text-align: center;
}

footer div.container > div.text-center { width: 100%; text-align: center }
footer div.container > div.text-center > div {
    line-height: 26px;
    display: inline-block;
    vertical-align: middle;
}

footer div.container > div.text-center > div img {
    line-height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}


body .boxed > div.modal,
body .boxed > form {
    min-height: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    cursor: pointer;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    overflow: scroll;
}


body .boxed > div.modal > div:last-child {
    border-radius: 3px;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    width: 600px;
    margin: 30px auto;
    background-color: #fff;
    font-size: 13px;
    line-height: 1.5384616;
    color: #333333;
    max-width: 85%;
}


body .boxed > form .close-modal {
    content: '';
    position: absolute;
    left: 96%;
    width: 36px;
    height: 36px;
    background: url('/img/close.png') center no-repeat;
    background-size: contain;
    top: 2%;
    z-index: 3;
    cursor: pointer;
}
body .boxed > form * { cursor: initial; box-sizing: border-box }
body .boxed > form a { cursor: pointer }
body .boxed > form h5 {
    margin: 5px 0 15px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

body .boxed > form a.doLogin {
    background-color: #231f20;
    border-color: #231f20;
    color: #fff;
    display: block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 8px 16px;
    font-size: 13px;
    line-height: 1.5384616;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    box-sizing: border-box;
}

.modal-open.register form.registerForm,
.modal-open.login form.loginForm,
.modal-open.recover form.recoverForm {
    height: 100vh;
    z-index: 999;
    opacity: 1;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}


body .boxed > form .form-cont {
    width: 95%;
    max-width: 350px;
    padding: 5% 2%;
    background: #fff;
    border-radius: 3px;
    color: #333333;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.54);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 20%;
}

body .boxed > form.registerForm .form-cont {
    top: 5%;
    max-width: 450px;
}

body .boxed > form .form-cont p {
    width: 50%;
    margin-top: 10px;
    display: inline-block;
}

body .boxed > form.loginForm .form-cont p:last-child { margin-left: -4px; text-align: right }
body .boxed > form .form-cont p a { text-decoration: underline }
body .boxed > form .form-cont p:last-child a { color: #8181d6;  }


body .boxed > form  .row-header { text-align: center }
body .boxed > form  .form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 16px;
    font-size: 13px;
    line-height: 1.5384616;
    color: #333333;
    background-color: transparent;
    background-image: none;
    border: 1px solid #333;
    border-radius: 3px;
    box-sizing: border-box;
    margin: 10px auto;
}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 100%;
    background: rgba(0,0,0,.8);
    opacity: 0;
    -webkit-transition: bottom 0s .2s,opacity .2s 0s;
    -moz-transition: bottom 0s .2s,opacity .2s 0s;
    -ms-transition: bottom 0s .2s,opacity .2s 0s;
    -o-transition: bottom 0s .2s,opacity .2s 0s;
    transition: bottom 0s .2s,opacity .2s 0s;
    z-index: -1;
}

body.modal-open .loader {
    bottom: 0;
    opacity: 1;
    -webkit-transition: bottom 0s,opacity .2s 0s;
    -moz-transition: bottom 0s,opacity .2s 0s;
    -ms-transition: bottom 0s,opacity .2s 0s;
    -o-transition: bottom 0s,opacity .2s 0s;
    transition: bottom 0s,opacity .2s 0s;
    z-index: 999;
}

@media screen and (min-width: 768px){

header .container .one-third.column { width: auto }
header .container .two-thirds.column { width: auto; float: right }
}
/* ================================================================================================== BODY == */



/* == COMMON ================================================================================================ */
