﻿
@import "https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css";

#box {
    width: 600px !important;
    background: #000 !important;
    box-shadow: 0 0 20px black !important;
    border-radius: 8px !important;
    position: fixed !important;
    z-index: 9999 !important;
    padding: 10px !important;
    text-align: center !important;
}

    #box span {
        color: #ffc107;
        font-size: 40px;
        display: block;
        margin: 20px 0;
    }

    #box b {
        color: #ffc107;
    }

b {
    font-size: 18px;
}

#PrivacidadeInstrutor, #PrivacidadeAluno {
    font-size: 12px;
    line-height: 1rem;
    margin-top: 1rem;
}

    #PrivacidadeInstrutor:hover, #PrivacidadeAluno:hover {
        color: #fc0;
    }

#idimg {
    width: 5rem;
    height: auto;
    margin-right: 10px;
}

body {
    color: #fff;
    /* background: #ffc107; */
}

.form-control {
    min-height: 41px;
    background: #e9e9e9;
    box-shadow: none !important;
    border: transparent;
}

    .form-control:focus {
        background: #e2e2e2;
    }

.form-control,
.btn {
    border-radius: 2px;
}

#form-group {
    box-shadow: 10px 2px 10px rgba(0, 0, 0, 0.6);
}

.login-form {
    width: 65rem;
    margin: auto;
    justify-content: center;
}

    .login-form h2 {
        margin: 10px 0 25px;
    }

.login-form form {
    color: #7a7a7a;
    border-radius: 3px;
    margin-bottom: 15px;
    background: rgb(0, 0, 0);
    box-shadow: 10px 2px 10px rgba(0, 0, 0, 0.6);
    padding: 25px;
}

    .login-form .Entrar {
        font-size: 16px;
        font-weight: bold;
        background: #ffc107;
        border: none;
        border-radius: 50px !important;
        outline: none !important;
    }

    .login-form .btn:hover {
        background: #4CAF50 !important;
        color: #fff !important;
        opacity: 0.9 !important;
    }

    .login-form .btn:focus {
        background: #FFF;
        color: black;
    }

    .login-form a {
        color: #fff;
        text-decoration: underline;
    }

    .login-form a:hover {
        text-decoration: none;
    }

    .login-form form a {
        color: #212223;
        text-decoration: none;
    }

    .login-form form a:hover {
        text-decoration: underline;
    }

#textLogin {
    color: #352a05;
}

.btn-custom {
    padding: 1px 15px 3px 2px;
    border-radius: 50px;
}
/* input[type='check-box']:after {} */

input[type='checkbox']:checked:after {
    background-color: red;
    color: red
}

.btn-icon {
    padding: 8px;
    background: #ffffff;
}

#button-rigth {
    margin-left: 10px;
}

#backstretch {
    left: 0px;
    top: 0px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    z-index: -999999;
    position: fixed;
}

.imagemFundo {
    position: absolute;
    margin: 0px;
    padding: 0px;
    border: none;
    width: 100%;
    height: 948.667px;
    max-height: none;
    max-width: none;
    z-index: -999999;
    left: 0px;
    top: -86.8333px;
}

.img {
    position: absolute;
    margin: 0px;
    padding: 0px;
    border: none;
    width: 100%;
    height: 948.667px;
    max-height: none;
    max-width: none;
    z-index: -999999;
    left: 0px;
    top: -86.8333px;
}

.btn {
    border: none;
    color: white;
    padding: 12px 16px;
    font-size: 16px;
    cursor: pointer;
}
    /* Darker background on mouse-over */


#custom-checkbox input {
    display: none;
}

    #custom-checkbox input + label:before {
        content: '';
        width: 18px;
        height: 18px;
        border-radius: 4px;
        background-color: white;
        border: 1px solid gray;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        margin-bottom: 8px;
    }

    #custom-checkbox input:checked + label:before {
        background-image: url("data:image/svg+xml,%3Csvg width='18px' height='18px' viewBox='0 0 16 16' class='bi bi-check' fill='currentColor' xmlns='https://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.236.236 0 0 1 .02-.022z'/%3E%3C/svg%3E");
        background-color: #ffc107;
    }

#logo4 {
    width: 70px;
    margin-right: 40px;
    margin-left: 40px;
    position: absolute;
    top: 20px;
}

#painelCarregando {
    width: 167px;
    height: 180px;
}


/*@keyframes rotation {

    50% {
        transform: rotate(-30deg);
    }
    99% {
        transform: rotate(0deg);
    }
    100% {
        opacity: 0.1;
    }
}
@keyframes rotation2 {

    50% {
        opacity: 0.1;
    }
    51% {
        transform: rotate(30deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
#glasss {
    font-size: 40px;
    color: #f0ae12;
    display: inline-block;
    animation-name: rotation;
    animation-timing-function: linear;
    animation-duration: 1.5s;

    animation-iteration-count: infinite;
    animation-direction: reverse;
    animation-fill-mode: none;
    animation-play-state: running;
    position: absolute;
    left: 60px;
}*/
#cog {
    margin-top: 20px;
    font-size: 40px;
    color: #f0ae12;
    animation: fa-spin 2s infinite linear;
    animation-name: fa-spin;
    animation-duration: 7s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
}

#cog2 {
    position: relative;
    top: 10px;
    margin-top: 20px;
    margin-left: 1px;
    font-size: 20px;
    color: #f0ae12;
    animation: fa-spin 2s infinite linear;
    animation-name: fa-spin;
    animation-duration: 7s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: reverse;
    animation-fill-mode: none;
    animation-play-state: running;
}

#cog3 {
    margin-left: 1px;
    font-size: 30px;
    color: #f0ae12;
    animation: fa-spin 2s infinite linear;
    animation-name: fa-spin;
    animation-duration: 7s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
}



/*#glasss3 {
    font-size: 40px;
    color: #f0ae12;
    display: inline-block;
    animation-name: rotation2;
    animation-timing-function: linear;
    animation-duration: 1.5s;

    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    position: absolute;
    left: 60px;
}*/

.botao {
    display: block;
    border-color: #999 #000 #000 #999;
    transition: all .4s ease-in-out;
}


    .botao:hover {
        position: relative;
        top: 2px;
        left: 2px;
        border-color: #000 #999 #999 #000;
    }

#screen-left {
    position: relative;
    right: 0px;
}

div #cadeado > a #interrogacaoCadeado:focus #screen-left {
    right: 310px;
}

.btn:hover {
    opacity: 0.7 !important;
}

#login-area {
    margin-left: 0;
}

input[type=text] {
    height: 16px;
    font-family: FontAwesome !important;
    /*font-size: .8rem;*/   
    border-radius: 10rem;
    padding: 1.5rem 1rem;
}

#proCFC {
    margin-bottom: 20px;
    text-align: center !important;
}

#imgEsqueciS {
    width: 15%;
    height: 5%;
    cursor: pointer;
    margin-bottom: 20px;
    margin-top: 20px;
}


input[type=password] {
    height: 16px;
    font-family: FontAwesome !important;
    font-size: .8rem;
    border-radius: 10rem;
    padding: 1.5rem 1rem;
}

#entrar:hover backstretch {
    visibility: visible;
}

@font-face {
    font-family: 'Oswald-Light';
    src: url('../fonts/Oswald-Light.otf') format('opentype');
}

#logo1 {
    width: 55px;
    margin-right: 0px;
    margin-left: 0px;
}

#bord {
    border: 2px outset whitesmoke;
    border-radius: 15px;
}

@media (max-width: 414px) {
    #bord {
        border: transparent;
    }
}

/*@media (max-width: 360px) {
    #logo1 {
        margin-left: 10px;
        margin-right: 5px;
    }
}*/

@media (max-width: 768px) {
    #glass, #linha-footer {
        display: none;
    }



    #glass2 {
        margin: 0 auto;
    }
}
/*#vlb1imageContainer {
    height: 300px;
}

.group {
    position: relative;
    margin-bottom: 45px;
}

input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 300px;
    border: none;
    border-bottom: 1px solid #757575;
}

input:focus {
    outline: none;
}

label {
    color: #999;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

input:focus ~ label, input:valid ~ label {
    color: #999;
    left: -8px;
    top: -20px;
    transition: 0.2s ease all;
    font-size: 10px;
}

.bar {
    position: relative;
    display: block;
    width: 300px;
}

.bar:before, .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #2F80ED;
    transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}

input:focus ~ .bar:before, input:focus ~ .bar:after {
    width: 50%;
}

.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

.select-highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

.select-highlight-ano {
    position: absolute;
    height: 60%;
    width: 180px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}


.select-bar {
    position: relative;
    display: block;
    width: 350px;
}
select-bar2 {
    position: relative;
    display: block;
    width: 250px;
}
.select-bar:before {
    left: 50%;
}

.select-bar:after {
    right: 50%;
}

.select-bar-ano {
    position: relative;
    display: block;
    width: 200px;
}

.select-bar-ano:before {
    left: 30%
}

.select-bar-ano:after {
    right: 50%;
}

.select-bar-dia {
    position: relative;
    display: block;
    width: 100px;
}

    .select-bar-dia:before {
        left: 30%
    }

    .select-bar-dia:after {
        right: 50%;
    }

.select-bar:before, .select-bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #2F80ED;
    transition: 0.2s ease all;
}

.select-bar-ano:before, .select-bar-ano:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #2F80ED;
    transition: 0.2s ease all;
}

.select-bar-dia:before, .select-bar-dia:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #2F80ED;
    transition: 0.2s ease all;
}


.select-text:focus ~ .select-bar:before, .select-text:focus ~ .select-bar:after {
    width: 50%;
}
.select-text:focus ~ .select-bar-ano:before, .select-text:focus ~ .select-bar-ano:after {
    width: 50%;
}
.select-text:focus ~ .select-bar-mes:before, .select-text:focus ~ .select-bar-mes:after {
    width: 50%;
}
.select-text:focus ~ .select-bar-dia:before, .select-text:focus ~ .select-bar-dia:after {
    width: 50%;
}

.select-bar-mes {
    position: relative;
    display: block;
    width: 300px;
}

.select-bar-mes:before {
    left: 35%
}

.select-bar-mes:after {
    right: 50%;
}

.select-bar-mes:before, .select-bar-mes:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #2F80ED;
    transition: 0.2s ease all;
}

.select-text:focus ~ .select-label, .select-text:valid ~ .select-label {
    color: #999;
    top: -20px;
    transition: 0.2s ease all;
    font-size: 10px;
}

.select-label {
    color: #999;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.select .select-text {
    appearance: none;
    -webkit-appearance: none
}

.select:after {
    position: absolute;
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.12);
    pointer-events: none;
}

.select-text:focus {
    outline: none;
    border-bottom: 1px solid rgba(0,0,0, 0);
}

.select-text {
    position: relative;
    font-family: inherit;
    background-color: transparent;
    width: 350px;
    padding: 10px 10px 10px 0;
    font-size: 14px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(0,0,0, 0.12);
}*/
.sidebar > li > a {
    position: relative;
    text-align: center;
    padding: .75rem 1rem;
    width: 6.5rem;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: .65rem;
    display: block;
}


h1, h2, h3, h4 {
    font-family: Oswald, sans-serif;
    font-weight: 200;
    line-height: 1em;
    color: #333;
    text-align: left;
    letter-spacing: 0.3em;
}

.branco {
    color: white !important;
}

.black {
    color: black !important;
}

.espac {
    margin-bottom: 10px;
}

.btnpdv {
    padding: 12px 6px;
}

#bg-borboleta {
    width: 100%;
    background-color: #25428c;
    z-index: -1;
    position: absolute;
    top: 554px;
    opacity: 0.0;
}

#bg-borboleta2 {
    width: 100%;
    height: 200px;
    background-color: #25428c;
    z-index: -1;
    position: absolute;
    opacity: 0.0;
    top: 0px;
}

#glass:hover #bg-borboleta {
    transition-property: all;
    transition-duration: 0.7s;
    transition-delay: 0.8s;
    transition-timing-function: ease-in;
    opacity: 1.0;
    z-index: -1;
    border-top-right-radius: 100px;
    height: 19%;
}

#glass:hover:active #bg-borboleta {
    transition-property: all;
    transition-duration: 0.6s;
    transition-delay: 0.7s;
    transition-timing-function: ease-in;
    opacity: 0.0;
}

#glass:hover #bg-borboleta2 {
    transition-property: all;
    transition-duration: 0.7s;
    transition-delay: 0.8s;
    transition-timing-function: ease-in;
    opacity: 1.0;
    z-index: -1;
}

#glass {
    position: relative;
    width: 50%;
    height: 80%;
    background-color: white;
    opacity: 0.4;
}

.imagem {
    background-image: url('../../Img/logo10.png');
    width: 100px;
    height: 100px;
    background-size: 100px;
    position: relative;
    opacity: 0.0;
    left: 80px;
}

#glass:hover .imagem {
    transition-property: all;
    transition-duration: 0.8s;
    transition-delay: 0s;
    transition-timing-function: ease-in;
    top: 90px;
    left: 70px;
    opacity: 1.0;
}



#glass:hover, focus {
    transition-property: all;
    transition-duration: 0.7s;
    transition-delay: 0s;
    transition-timing-function: ease-in;
    border-top-left-radius: 100px;
    opacity: 1.0;
}

    /*#app {
    opacity: 0.0;
}

#btnapp {
    opacity: 0.0;
}*/

    #glass:hover #app {
        transition-property: all;
        transition-duration: 0.7s;
        transition-delay: 1s;
        transition-timing-function: ease-in;
        opacity: 1.0;
    }

    #glass:hover #btnapp {
        transition-property: all;
        transition-duration: 0.7s;
        transition-delay: 1s;
        transition-timing-function: ease-in;
        opacity: 1.0;
    }

#glass2:hover {
    transition-property: all;
    transition-duration: 0.7s;
    transition-delay: 0s;
    transition-timing-function: ease-in;
    opacity: 1.0;
}

#glass:hover #famenu1 {
    color: #dff518;
}

#famenu1:hover, focus {
    border-left: solid 3px;
    border-left-color: #dff518;
}

#famenu2:hover, focus {
    border-left: solid 3px;
    border-left-color: #dff518;
}

#famenu3:hover, focus {
    border-left: solid 3px;
    border-left-color: #dff518;
}

#glass:hover #famenu2 {
    color: #dff518;
}

#glass:hover #famenu3 {
    color: #dff518;
}

#glass2:hover #fa1 {
    color: black;
}

#glass2:hover #fa2 {
    color: black;
}

#glass2:hover #fa3 {
    color: black;
}

#glass2:hover #fa4 {
    color: black;
}

#fa1:hover, focus {
    transform: scale(0.9);
}

#fa2:hover, focus {
    transform: scale(0.9);
}

#fa3:hover, focus {
    transform: scale(0.9);
}

#fa4:hover, focus {
    transform: scale(0.9);
}

/*GIOVANNI MARTINEZ*/

#icon_login {
    top: 0px;
    margin-top: 0px;
    padding-bottom: 10px;
    padding-right: 11px;
    padding-left: 9px;
    padding-top: 10px;
    border-radius: 5px;
    margin: 1px 1px 0px 1px;
    width: 10%;
    background-color: white;
}

#entrar {
    background-color: yellow;
}

#text_lateralD {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    text-align: center;
}

#text_lateralE {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
}

/*.g-recaptcha {
    transform: scale(0.67);
    -webkit-transform: scale(0.67);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
*/

#rc-imageselect {
    transform: scale(0.67);
    -webkit-transform: scale(0.67);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.btn {
    border-top-left-radius: 10rem;
    border-top-right-radius: 10rem;
    border-bottom-right-radius: 10rem;
    border-bottom-left-radius: 10rem;
}

#logo-login {
    margin: 0 auto;
}

.btn-google {
    color: #fff;
    background-color: #ea4335;
    border-color: #fff
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: #fff
}

@@media (min-width: 1200px) {
    .col-lg-offset-5 {
        margin-left: 36.666667%;
    }
}

@@media (min-width: 992px) {
    .col-md-offset-4 {
        margin-left: 37.333333%;
    }
}

.Elogos {
    background-color: #fff;
    width: 25%;
    height: 120px;
    border-radius: 15px;
    opacity: 0.7;
    margin: 0 auto;
    margin-left: -5%;
    padding-left: 7%;
    padding-top: 5px;
    margin-top: -28%;
    min-width: 308px;
}

@@media screen and (max-width: 600px) {
    .ElogosClaro {
        width: 17% !important;
        position: fixed;
        right: -7px !important;
        top: 623px !important;
    }

    .ElogosTim {
        width: 17% !important;
        position: fixed;
        right: -7px !important;
        top: 683px !important;
    }
}

#btnValidarDados,
#btnCancelarValidarDados {
    background-color: #25428C;
}

.alerta-Erro {
    text-align: center;
    background-color: #fc0;
    border-color: #fc0;
    color: #000;
}

/*#LoginCPF {
    font-size: 18px;
    padding-top: 18px;
    padding-bottom: 18px;
    text-align: center;
    border-top-left-radius: 10rem;
    border-top-right-radius: 10rem;
    border-bottom-right-radius: 10rem;
    border-bottom-left-radius: 10rem;

}

#LoginSenha {
    font-size: 18px;
    padding-top: 18px;
    padding-bottom: 18px;
    text-align: center;
    border-top-left-radius: 10rem;
    border-top-right-radius: 10rem;
    border-bottom-right-radius: 10rem;
    border-bottom-left-radius: 10rem;
}*/


.cookies-container {
    color: #c5c5c5;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    position: fixed;
    width: 100%;
    bottom: 0rem;
    z-index: 1000;
}

.cookies-content {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    background: #0000008c;
    max-width: 100%;
    border-radius: 5px;
    padding: 1rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.5rem;
    opacity: 0;
    transform: translateY(1rem);
    animation: slideUp 0.5s forwards;
}

.select-opcao {
    font-family: inherit;
    font-size: 1.5rem;
    color: #8b8989;
}

.servicos-software {
    background-image: linear-gradient( 24deg,#1717e5,transparent 21%), linear-gradient(198deg,rgba(255,193,7,.2) 11%,transparent 0), linear-gradient(50deg,#6610f2 5%,#6f42c1 32%,#d63384 35%,#dc3545 65%,#fd7e14 83%,#ffc107 91%);
}

.notification {
    position: fixed;
    top: 50%;
    left: -200px; /* Defina a posição inicial do aviso lateral */
    width: 200px;
    background-color: #3498db;
    color: #fff;
    padding: 20px;
    transition: left 0.5s ease-in-out;
    z-index: 9999;
}

.show {
    left: 0; /* Define a posição final do aviso lateral */
}

.classRecuperarSenha {
    background-color: black;
    color: #ffc107 !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border: 2px solid #ffc107;
    text-align: center;
    padding: 1rem 2rem;
    border-top-left-radius: 10rem;
    border-top-right-radius: 10rem;
    border-bottom-right-radius: 10rem;
    border-bottom-left-radius: 10rem;
}

#idimg {
    height: auto;
    margin-right: 10px;
}

.title {
    font-size: 20px;
}

#InfoRecSenha {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 5px;
}

.modal-header {
    padding-top: 2px;
    padding-bottom: 2px;
}

.modal-bodyCenter {
    text-align: center;
}

@keyframes slideUp {
    to {
        transform: initial;
        opacity: initial;
    }
}

.cookies-pref label {
    margin-right: 1rem;
}



@media (max-width: 500px) {
    .cookies-content {
        grid-template-columns: 1fr;
    }
}