@import url("https://fonts.googleapis.com/css?family=Lato");

body {
    font-family: 'Lato', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    color: #404040;
    /* color: #FFF; */
}

.webinar-title,
.theme-title,
.col-md-6 {
    margin: 1em 0;
}

.main-intro {
    background: #171f44 url('../../assets/img/bg.jpg') top center;
    color: #FFFFFF;
    padding: 2em 0 6em;
    position: sticky;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

#check-auto{
  font-size: 12px;
}

#autorizacao{
  font-size: 13px;
  margin-left: -30px;
}

.main-intro h1,
.main-intro h2 {
    font-weight: bold;
}

.main-intro h2 {
    color: #b7eb3f;
}

.intro-bg {
    position: absolute;
    top: 0;
}

.main-container {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 2em;
    position: relative;
    z-index: 3;
}

.alert-request {
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.text-holder {
    color: #aaaaaa;
    text-align: center;
    padding-top: 40px;
}

.button-holder {
    padding-top: 10px;
}

.ajax-button {
    position: relative;
    display: inline-block;
    width: 260px;
    height: 60px;
    left: 50%;
    top: 50%;
    margin-left: -130px;
    margin-top: 0px;
    text-align: center;
}

.submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 260px;
    height: 60px;
    background-color: #6bad6e;
    border: 2px solid #6bad6e;
    border-radius: 0;
    color: #FFFFFF;
    font-size: 1.6em;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer !important;
    outline: none;
}

#card{
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
}

.submit:hover {
    background-color: #6bad6e;
}

.loading {
    font-size: 0;
    width: 30px;
    height: 30px;
    margin-top: 5px;
    border-radius: 15px;
    padding: 0;
    border: 3px solid #000000;
    border-bottom: 3px solid rgba(0, 0, 0, 0.0);
    border-left: 3px solid rgba(0, 0, 0, 0.0);
    background-color: transparent !important;
    animation-name: rotateAnimation;
    -webkit-animation-name: wk-rotateAnimation;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes rotateAnimation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes wk-rotateAnimation {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

.fa {
    color: #000000;
    font-size: 18px !important;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -9px;
    margin-top: -9px;
    -webkit-transform: scaleX(0) !important;
    transform: scaleX(0) !important;
}

.finish {
    -webkit-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
}

.hide-loading {
    opacity: 0;
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    -webkit-transform: scale(0) !important;
    transform: scale(0) !important;
}

.form-video {
    display: none;
}

.overlay {
    position: fixed;
    /* background-color: #eaeaea; */
    /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 28' width='56' height='28'%3E%3Cpath fill='%23d9d6dd' fill-opacity='0.4' d='M56 26v2h-7.75c2.3-1.27 4.94-2 7.75-2zm-26 2a2 2 0 1 0-4 0h-4.09A25.98 25.98 0 0 0 0 16v-2c.67 0 1.34.02 2 .07V14a2 2 0 0 0-2-2v-2a4 4 0 0 1 3.98 3.6 28.09 28.09 0 0 1 2.8-3.86A8 8 0 0 0 0 6V4a9.99 9.99 0 0 1 8.17 4.23c.94-.95 1.96-1.83 3.03-2.63A13.98 13.98 0 0 0 0 0h7.75c2 1.1 3.73 2.63 5.1 4.45 1.12-.72 2.3-1.37 3.53-1.93A20.1 20.1 0 0 0 14.28 0h2.7c.45.56.88 1.14 1.29 1.74 1.3-.48 2.63-.87 4-1.15-.11-.2-.23-.4-.36-.59H26v.07a28.4 28.4 0 0 1 4 0V0h4.09l-.37.59c1.38.28 2.72.67 4.01 1.15.4-.6.84-1.18 1.3-1.74h2.69a20.1 20.1 0 0 0-2.1 2.52c1.23.56 2.41 1.2 3.54 1.93A16.08 16.08 0 0 1 48.25 0H56c-4.58 0-8.65 2.2-11.2 5.6 1.07.8 2.09 1.68 3.03 2.63A9.99 9.99 0 0 1 56 4v2a8 8 0 0 0-6.77 3.74c1.03 1.2 1.97 2.5 2.79 3.86A4 4 0 0 1 56 10v2a2 2 0 0 0-2 2.07 28.4 28.4 0 0 1 2-.07v2c-9.2 0-17.3 4.78-21.91 12H30zM7.75 28H0v-2c2.81 0 5.46.73 7.75 2zM56 20v2c-5.6 0-10.65 2.3-14.28 6h-2.7c4.04-4.89 10.15-8 16.98-8zm-39.03 8h-2.69C10.65 24.3 5.6 22 0 22v-2c6.83 0 12.94 3.11 16.97 8zm15.01-.4a28.09 28.09 0 0 1 2.8-3.86 8 8 0 0 0-13.55 0c1.03 1.2 1.97 2.5 2.79 3.86a4 4 0 0 1 7.96 0zm14.29-11.86c1.3-.48 2.63-.87 4-1.15a25.99 25.99 0 0 0-44.55 0c1.38.28 2.72.67 4.01 1.15a21.98 21.98 0 0 1 36.54 0zm-5.43 2.71c1.13-.72 2.3-1.37 3.54-1.93a19.98 19.98 0 0 0-32.76 0c1.23.56 2.41 1.2 3.54 1.93a15.98 15.98 0 0 1 25.68 0zm-4.67 3.78c.94-.95 1.96-1.83 3.03-2.63a13.98 13.98 0 0 0-22.4 0c1.07.8 2.09 1.68 3.03 2.63a9.99 9.99 0 0 1 16.34 0z'%3E%3C/path%3E%3C/svg%3E"); */
    background: #171f44 url('../../assets/img/bg.jpg');
    /* background-color: #181818; */
    /* background-color: background-image: -webkit-gradient(linear, left top, left bottom, from(#e0eafc), to(#cfdef3));
                background-image: -webkit-linear-gradient(top, #e0eafc, #cfdef3);
                background-image: -moz-linear-gradient(top, #e0eafc, #cfdef3);
                background-image: linear-gradient(to bottom, #e0eafc, #cfdef3); */
    /* margin: 3em 0; */
    -webkit-animation: 100s scroll infinite linear;
    -moz-animation: 100s scroll infinite linear;
    -o-animation: 100s scroll infinite linear;
    -ms-animation: 100s scroll infinite linear;
    animation: 100s scroll infinite linear;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

@-webkit-keyframes scroll {
    100% {
        background-position: 0px -3000px;
    }
}

@-moz-keyframes scroll {
    100% {
        background-position: 0px -3000px;
    }
}

@-o-keyframes scroll {
    100% {
        background-position: 0px -3000px;
    }
}

@-ms-keyframes scroll {
    100% {
        background-position: 0px -3000px;
    }
}

@keyframes scroll {
    100% {
        background-position: 0px -3000px;
    }
}

#where,
.alert-request {
    display: none;
}

.header-manole {
    position: relative;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFFFFF;
    padding: 1rem 0;
    font-size: .85rem;
    letter-spacing: 1;
}

.header-manole a {
    color: #919191;
    text-decoration: none;
}

.footer-manole {
    position: relative;
    z-index: 4;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 7px 0;
    font-size: .85rem;
    letter-spacing: 1;
    color: #919191;
}

/* .setup-content, .stepwizard, .alert {
    display: none;
} */
.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 2.5rem;
    margin-bottom: 1rem;
    cursor: pointer;
}
.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    height: 2.5rem;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}
.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #464a4c;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.custom-file-control:lang(pt-br)::before {
    content: "Selecionar o arquivo *";
}
.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #464a4c;
    background-color: #eceeef;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0 .25rem .25rem 0;
}
.custom-file-control:lang(pt-br)::after {
    /*content: "Escolher arquivo...";*/
}

.high-tab {
    margin-top: -6em;
    background-color: #171f44;
    color: #FFFFFF;
    padding: 2em;
}
