/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
    src: url('../../../vendors/fonts/Mulish/Mulish-Regular.ttf'); 
}

@font-face {
    font-family: QuickSand Regular;
    src: url('../../../vendors/fonts/Quicksand/static/Quicksand-Regular.ttf'); 
}

@font-face {
    font-family: QuickSand Medium;
    src: url('../../../vendors/fonts/Quicksand/static/Quicksand-Medium.ttf'); 
}

/*wrap-login100//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

*{
    font-family: QuickSand Medium;
}

body, html{
    padding: 0;
    margin: 0;
  	box-sizing: border-box;
    font-family: QuickSand Medium;
}

::-webkit-scrollbar {
    width: 6px;
    height: 2px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 1px;
}

::-webkit-scrollbar-track-piece {
    border-radius: 1px;
}

::-webkit-scrollbar-thumb {
    /*background: linear-gradient(12deg, #10e4d0, #5983e8);*/
    background: rgba(100, 100, 100, .2);
    background-clip: content-box;
}

div.bottom-login{
    width: 100%; margin-top: 35px;
}

.dropdown-outside-opts{

}

@media screen and (min-width: 801px){
    .container-login100 {
        min-height: 99.5vh;
    }

    div#image-aria{
        display: flex;
        width: 100%;
        margin: 5px auto;
    }

    div.bottom-login1{
        display: flex;
    }

    div.bottom-login1 > div{
        flex-basis: 50%;
    }

    div.bottom-login1 > div:first-child{

    }

    div.bottom-login1 > div:last-child{
        text-align: right;
    }

    .reg-una{
        display: flex; 
        text-align: justify; align-items: center; 
        justify-content: center; height: 300px;
        width: 50%;
    }

}

@media screen and (max-width: 800px){
    .container-login100 {
        min-height: 100vh;
    }
    
    div#image-aria{
        display: flex;
        width: 100%;
        margin: 5px auto;
    }

    div.bottom-login{
        text-align: center;
    }

    div.bottom-login > div{
        display: block;
    }

    .reg-una{
        display: flex; 
        text-align: justify; align-items: center; 
        justify-content: center; height: 300px; 
    }

}

div#image-aria > div:first-child{
    flex-basis: 86%;
}

div#image-aria > div:first-child > label{
    width: 100%;
}

div#image-aria > div:last-child{
    flex-basis: 13%;
    margin-left: 5pt;
}

div#image-aria > div:last-child > img{
    width: 40px;
    height: 40px;
    border: solid .3pt rgba(0, 0, 0, .3);
}

span.result-file{
    position: relative; top: -5pt !important;
}

input[type=time]:before{
    content: attr(placeholder);
    margin-right: 5pt;
}

input[type=date]:before{
    content: attr(placeholder);
    margin-right: 5pt;
}

input[type=datetime-local]:before{
    content: attr(placeholder);
    margin-right: 5pt;
}

form.marcacao span[uk-icon], form.marcacao i[uk-icon]{
    color: black !important;
}

span[uk-icon], i[uk-icon]{
    position: relative;
    top: 0 !important;
}

div.newaccount span[uk-icon], div.newaccount i[uk-icon], form.login100-form span[uk-icon], form.login100-form i[uk-icon]{
    color: black !important;
}

@keyframes changeBG{
    0%{
        background: red;
    } 50%{
        background: blue;
    } 100%{
        background: green;
    }
} 

div.d-loader{
    animation-name: changeBG;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    width: 0%;
    height: 2px;
    visibility: hidden;
}

.uk-spinner > * {
    animation: uk-spinner-rotate 1.4s linear infinite;
}

@keyframes uk-spinner-rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(270deg);
    }
}

.uk-spinner > * > * {
    stroke-dasharray: 88px;
    stroke-dashoffset: 0;
    transform-origin: center;
    animation: uk-spinner-dash 1.4s ease-in-out infinite;
    stroke-width: 1;
    stroke-linecap: round;
}

@keyframes uk-spinner-dash {
    0% {
        stroke-dashoffset: 88px;
    }
    50% {
        stroke-dashoffset: 22px;
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 88px;
        transform: rotate(450deg);
    }
}

div.end-results{
    font-size: 70% !important;
    text-transform: uppercase;
    text-align: justify;
    font-weight: 600;
    border-radius: 1pt !important;
}

div.module-icons{
    text-align: center;
    width: 100%;
    padding: 0 10pt;
}

span.whichModule{
    display: none;
    padding: 4pt 10pt;
    margin-top: 5pt;
    font-size: 86%;
    color: white;
    background: -webkit-linear-gradient(120deg, #00e4d0, #5983e8);
    background: -o-linear-gradient(120deg, #00e4d0, #5983e8);
    background: -moz-linear-gradient(120deg, #00e4d0, #5983e8);
    background: linear-gradient(120deg, #00e4d0, #5983e8);
}

div.module-icons > div.each-module{
    background-clip: border-box;
    display: inline-table;
    zoom: .9;
    margin: 7pt;
    -webkit-box-shadow: .5pt .5pt 3pt .5pt rgba(1, 1, 1, .4);
    padding: 20px; text-align: center;
    border: outset 1.2pt;
    width: 100px; height: 80px;
    color: white; font-weight: 500;
    -webkit-transition: .4s;
    background: -webkit-linear-gradient(120deg, #00e4d0, #5983e8);
    background: -o-linear-gradient(120deg, #00e4d0, #5983e8);
    background: -moz-linear-gradient(120deg, #00e4d0, #5983e8);
    background: linear-gradient(120deg, #00e4d0, #5983e8);
}

div.module-icons > div.each-module:active{
    border: inset 1.2pt rgba(20, 250, 22, .9);
}

div.module-icons > div.each-module:hover{
    -webkit-transition: .4s;
    border: inset 1.2pt rgba(20, 250, 22, .9);
    cursor: pointer;
    background: -webkit-linear-gradient(120deg, #5983e8, #00e4d0);
    background: -o-linear-gradient(120deg, #5983e8, #00e4d0);
    background: -moz-linear-gradient(120deg, #5983e8, #00e4d0);
    background: linear-gradient(120deg, #5983e8, #00e4d0);
}
div.module-icons > div.each-module > p{

}

div.module-icons > div.each-module > p > span{
    color: white;
}

div.module-icons > div.each-module > p > span[uk-icon]{
    font-weight: bolder;
    zoom: 1.3;
}

div.dados-gerais-marc{
    margin: 0 auto;
}

@media all and (max-width: 700px){
    div.end-results > div{
        margin: 10pt auto;
        width: 100%;
    }

    div.dados-gerais-marc{
        width: 100%;
    }

    div.module-icons{
        white-space: nowrap;
        overflow-x: scroll;
    }
}

@media all and (min-width: 701px){
    div.end-results > div{
        margin: 10pt auto;
        width: 50%;  
    }

    div.dados-gerais-marc{
        width: 50%;
    }
}

form.signup{
    width: 100%;
}

form.signup span > i[uk-icon]{
    position: relative; top: 3pt; 
    color: rgba(30, 45, 190, .7); 
    opacity: .8;
}

div.newaccount div > p{
    margin-top: 15pt !important;
}

@media all and (max-width: 700px){
    div.newaccount{
        width: 100%;
        display: block;
    }

    div.newaccount div:last-child > p.director-label, p.company-label{
        padding-top: 10pt !important;
    }
}

@media all and (min-width: 701px){
    #about-father{
        display: flex;
    }

    #about-father > div:nth-child(1), #about-father > div:nth-child(2){
        flex-basis: 50%;
    }

    div.newaccount{
        width: 100%;
        display: flex;
    }

    div.newaccount div:first-child{
        flex-basis: 50%;
    }

    div.newaccount div:first-child > div.wrap-input100{
        width: 95%;
    }

    div.newaccount div:last-child{
        flex-basis: 50%;
    }

    form.signup div.container-login100-form-btn{
        width: 30%;
        margin: 0 auto;
    }
}

/*---------------------------------------------*/
a {
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
    color: #57b846;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/

input {
	outline: none;
	border: none;
}

textarea {
    outline: none;
    border: none;
}

/*
textarea:focus, input:focus {
    border-color: transparent !important;
}*/

input::-webkit-input-placeholder { color: #999999; }
input:-moz-placeholder { color: #999999; }
input::-moz-placeholder { color: #999999; }
input:-ms-input-placeholder { color: #999999; }

textarea::-webkit-input-placeholder { color: #999999; }
textarea:-moz-placeholder { color: #999999; }
textarea::-moz-placeholder { color: #999999; }
textarea:-ms-input-placeholder { color: #999999; }

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
    font-size: 13px;
    line-height: 1.5;
    color: #999999;
}

.txt2 {
    font-size: 13px;
    line-height: 1.5;
    color: #666666;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #9053c7;
    background: -webkit-linear-gradient(120deg, #00e4d0, #5983e8);
    background: -o-linear-gradient(120deg, #00e4d0, #5983e8);
    background: -moz-linear-gradient(120deg, #00e4d0, #5983e8);
    background: linear-gradient(120deg, #00e4d0, #5983e8);
}

/*------------------------------------------------------------------
[   ]*/
.login100-pic {
    width: 316px;
}

.login100-pic img {
    max-width: 100%;
}

/*------------------------------------------------------------------
[   ]*/
.login100-form {
    width: 290px;
}

@media all and (max-width: 700px){
    .wrap-login100 {
        width: 960px;
        background: #fff;
        border-radius: 1px;
        overflow: hidden;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .login100-form-title {
        font-size: 18px;
        color: #333333;
        text-align: center;
        width: 100%;
        display: block;
        padding-bottom: 25px;
    }
}

@media all and (min-width: 701px){

    div.about-section{
        flex-basis: 50%;
    }

    .wrap-login100 {
        width: 960px;
        background: #fff;
        border-radius: 1px;
        overflow: hidden;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 40px;
    }

    .login100-form-title {
        font-size: 18px;
        color: #333333;
        line-height: 1.2;
        text-align: center;
        width: 100%;
        display: block;
        padding-bottom: 25px;
    }
}


/*---------------------------------------------*/
.wrap-input100 {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 10px;
}

.input100, .select100 {
    font-size: 13px;
    line-height: 1.5;
    color: #666666;
    display: block;
    width: 100%;
    background: #e6e6e6;
    border-radius: 1px;
    padding: 10px 10px 10px 52px;
}


/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
    display: block;
    position: absolute;
    border-radius: 1px;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 0px;
    color: rgba(87,184,70, 0.8);
}

.input100:focus + .focus-input100 {
    -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
    animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

@keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

.symbol-input100 {
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 1px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 25px;
    pointer-events: none;
    color: #666666;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100 {
    color: #57b846;
    padding-left: 28px;
}

/*------------------------------------------------------------------
[ Button ]*/


.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}

.login100-form-btn {
    background: -webkit-linear-gradient(120deg, #00e4d0, #5983e8);
    background: -o-linear-gradient(120deg, #00e4d0, #5983e8);
    background: -moz-linear-gradient(120deg, #00e4d0, #5983e8);
    background: linear-gradient(120deg, #00e4d0, #5983e8);
    font-size: 13px;
    padding: 10px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    border-radius: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 1s ease-in-out;
}

.login100-form-btn:hover {
    transition: background-color 1s ease-in-out;
    background: -webkit-linear-gradient(120deg, #5983e8, #00e4d0);
    background: -o-linear-gradient(120deg, #5983e8, #00e4d0);
    background: -moz-linear-gradient(120deg, #5983e8, #00e4d0);
    background: linear-gradient(120deg, #5983e8, #00e4d0);
}

/*------------------------------------------------------------------
[ Responsive ]*/



@media (max-width: 992px) {
    .wrap-login100 {
        padding: 30px;
    }
    .login100-pic {
        width: 35%;
    }
    .login100-form {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .wrap-login100 {
        padding: 30px;
    }
    .login100-pic {
        display: none;
    }
    .login100-form {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .wrap-login100 {
        padding: 30px;
    }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: white;
    border: 1px solid #c80000;
    border-radius: 13px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
    pointer-events: none;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "!";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 13px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}

.dropdown-outside-opts{
    font-size: 12px !important;
    padding: 0; margin: 0;
    padding: 10px;
}