.red{ color:red }

.blr-face{
    display: block;
    background-color: #3B5994;
    text-align: center;
    line-height: 48px;
    color: #FFF;
    transition: all .2s linear;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 30px;
    background-image: url(../../assets-assine/imagens/icone-logar-face.png);
    background-position: 20px 16px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}.blr-face:hover{
     color: #FFF;
     filter: brightness(1.4);
 }

.blr-google{
    display: block;
    background-color: #DA4F46;
    text-align: center;
    line-height: 48px;
    color: #FFF;
    transition: all .2s linear;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 30px;
    background-image: url(../../assets-assine/imagens/icone-logar-google.png);
    background-position: 20px 16px;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}.blr-google:hover{
     color: #FFF;
     filter: brightness(1.4);
 }

.site-menubar-footer{
    display: none!important;
}

.site-menubar{
    height: 100%!important;
}




#avaliacao .example-wrap{
    display: inline-block;
    margin-bottom: 10px;
    width: 170px;
}

#avaliacao .btn{
    max-width: 622px;
    margin-right: auto;
    margin-left: auto;
}


.navbar-header{
    background-image: url(../../assets-custom/imagens/fundo-titulo.jpg);
    background-position: center top;

}

.sweet-modal-overlay{
    z-index: 9999!important;
}

.site-menubar{
    background-color: #1C2742;
}

.site-menu-item a{
    /*color: #96A3AA;*/
    color: #8194BE;
}


.logopainel{
    background-image: url(../../assets-custom/imagens/logo-painel.png);
    /*width: 133px;*/
    width: 32px;
    height: 40px;
    display: inline-block;
    background-position: top right;
    flex-shrink: 0;
}

.site-navbar-small .site-navbar .navbar-brand{
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-menubar-hover .logopainel,
.site-menubar-unfold .logopainel{
    width: 133px;
    background-position: top left;
}
.site-menubar-hover .site-navbar-small .site-navbar .navbar-brand,
.site-menubar-unfold .site-navbar-small .site-navbar .navbar-brand{
    padding: 8px 0 0 25px;
}



/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .logopainel{
        width: 32px!important;
        background-position: top right!important;
    }

    .navbar-toggler-left{
        margin-left: 0;
    }

    .navbar-toggler{
        margin-right: 0;
    }
}

.site-menu-title {
    max-width: 170px;
}

.site-gridmenu-active .site-gridmenu-toggle:after{
    display: none;
}




/* responsivo */
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

    .loader-overlay{
        display: none!important;
    }

}
/* /responsivo */

.bg-purplue{
    background-color: #7C477F!important;
}


.loader-index>div{
    display: none!important;
}

.loader-index{
    background-image: url('../imagens/logo-load.png');
    background-repeat: no-repeat;
    background-position: center center;
    height: 500px;

    /*opacity: 0;
    -webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    -ms-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;*/
}

/* submenugueri */

.submenugueri{
    display: block;
    width: 100%;
    padding: 5px 10px 5px 61px;
    background-color: #2E3F65;
    margin-top: 5px;
}

.submenugueri a{
    color: #FFF;
    display: block;
    line-height: 30px;
}


.mm-listview>li>a{
    color: #8194BE;
    /*  line-height: 46px;*/
    padding: 0 25px;
    display: block;
    position: relative;
}

.mm-listview>li i{
    transition: all .2s linear;
}

.site-menu-title{
    position: absolute;
    transition: all .2s linear;
    opacity:0;
    filter:alpha(opacity=000);
    -moz-opacity:0;
    opacity:0;
    left: 56px;
    top: 1px;
}

.site-menubar-open .site-menu-title,
.site-menubar-unfold .site-menu-title,
.site-menubar-hover .site-menu-title{
    animation-duration: 800ms;
    opacity:1;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
}


.submenugueri{
    display: none;
}

/*.mm-listview>li:hover .submenugueri{
  display: block;
}*/

.mm-listview>li{
    /*  min-height: 48px;*/
    padding-top: 13px;
    padding-bottom: 13px;
}

.mm-listview>li:hover{
    background-color: #202B46;
}

.mm-listview>li:hover>a{
    color: #FFF;
}
.mm-listview>li:hover i{
    font-weight: bold;
}

.mm-listview>li .submenugueri a{
    color: #8194BE;
}
.mm-listview>li .submenugueri a:hover{
    color: #FFF;
}

.is-disabled .submenugueri{
    display: none!important;
}

.comsub{
    display: block;
}

.comsub::after{
    content: '+';
    position: absolute;
    right: 10px;
    top: -5px;
    color: #8194BE;
    font-size: 20px;
    padding-left: 200px;
    z-index: 2;
    opacity: 0;
    transition: all .2s linear;
}

/* responsivo */
@media (max-width: 992px) {
    .comsub::after{
        opacity: 1!important;
    }
}
/* /responsivo */


.comsub.active::after{
    content: '-';
    font-size: 25px;
    right: 13px;
    top: -11px;
}

.site-menubar-hover .comsub::after{
    opacity: 1;
}

.mm-listview>li {
    position: relative;
}

/* fim submenugueri */



.site-menubar-unfold .site-menu-title{

}



.corrimg{
    max-width: 100%;
    height: auto;
}

.areacod{
    position: relative;
}

.btncod{
    position: absolute;
    right: 1px;
    top: 1px;
}

.cod{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.pimg img{
    max-width: 100%;
    height: auto;
}

.tableholder{
    overflow-x: auto;
    max-width: 100%;
}

.tableholder .table{
    min-width: 600px;
}

#checkbox-concordar{
    opacity:0;
    filter:alpha(opacity=000);
    -moz-opacity:0;
    opacity:0;
}

.captcha{
    margin-top: 10px;
}

.g-recaptcha>div{
    margin-right: auto!important;
    margin-left: auto!important;
}


/* responsivo */

/* Portrait tablets and medium desktops */
@media (min-width: 1200px) and (max-width: 1439px) {

    .corrimg{
        right: 40px;
        max-width: 90%;
    }

}


/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

    .corrimg{
        right: 0px;
        max-width: 90%;
    }

    .indique h1 {
        font-size: 31px;
    }

    .pcod {
        margin-top: 70px;
    }

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

    .indique h1 {
        font-size: 31px;
    }

    .pcod {
        margin-top: 20px;
        font-size: 21px;
    }

    .corrimg{
        right: 0px;
        max-width: 90%;
    }
    .pimg {
        height: auto;
        margin-bottom: 20px;
    }



}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

    .corrimg{
        right: 0;
        margin-right: auto;
        margin-left: auto;
    }

    .indique h1 {
        font-size: 27px;
    }

}

/* Landscape phones and smaller */
@media (max-width: 480px) {

    .indique h1 {
        font-size: 27px;
    }

}
/* /responsivo */


.kavalcaptcha{
    text-align: center;
    position: relative;
}

.kavalcaptcha > div{
    display: inline-block;
}

/* responsivo */
@media (max-width: 767px) {

    .kavalcaptcha{
        position: relative;
    }

    .kavalcaptcha2{
        position: absolute;
        left: 50%;
        top: 0;
        transform: scale(0.7) translate(-69%,0);
    }

    .kavalcaptcha{
        height: 70px;
        margin-top: -20px;
    }

    .box{
        padding: 20px;
    }

}
/* /responsivo */

.kspacer{
    height: 25px;
}

body{
    background-size: cover;
    background-position: center center;
}


.sweet-modal-box{
    float: left
}
/*.modal-backdrop{
  display: none;
}*/
.hidden{
    display: none;
}
.alertify-logs{
    z-index: 9999;
}
#modal-content-comunicado{
    background-color: transparent!important;
    box-shadow: none!important;
}
body.modal-open {
    overflow: hidden;
}
.modal-body img{
    max-width: 100%;
    height: auto;
}
.modal-header span{
    color: white;
    font-size: 50px;
}
.modal-header {
    z-index: 999;
}

.checkmark-circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #11c26d;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 156px;
    height: 156px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #11c26d;
    stroke-miterlimit: 10;
    margin: 10% auto;
    margin-bottom:6%;
    box-shadow: inset 0px 0px 0px #11c26d;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark-check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes scale {
    0%, 100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}
@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 10px #11c26d;
    }
}

.alertify-logs{
    z-index: 2147483647!important;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Default to hide the video on all devices */
#video{display:none}

/* Default to display the image on all devices */
#videosubstitute{display:block;width:auto;height:100%;}

html, body {
    height: 100%;
    margin: 0;
}
#fullScreenDiv{
    width:100%;
    min-height: 100%;
    /* Set the height to match that of the viewport. */
    /*height: 100vh;*/
    width: auto;
    padding:0!important;
    margin: 0!important;
    background-color: gray;
    position: relative;
}
#video{
    width: 100vw;
    height: auto;
    object-fit: cover;
    left: 0px;
    top: 0px;
    z-index: 1;
}

@media (min-aspect-ratio: 16/9) {
    #video{
        height: 150%;
        top: -100%;
    }
    #videosubstitute{
        display:block;
        width: 100%;
        height: auto;}
}

@media (max-aspect-ratio: 16/9) {
    #video {
        width: 150%;
        left: -100%;
    }
    #videosubstitute{display:block;width:auto;height:100%;}
}
/*if there is 992  pixels or more, then display the video but hide the image*/
@media only screen and (min-width : 992px) {
    #video{display:block;}
    #videosubstitute{display:none}
}

/* The container for our text and stuff */
#messageBox{
    position: absolute;  top: 0;  left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height:100%;
}

.filter {
    -webkit-backdrop-filter: blur(10px); /* Safari 9+ */
    backdrop-filter: blur(10px); /* Chrome and Opera */
    /*background-color: rgba(28, 39, 66, 0.9);*/
}

.responsive {
    max-width: 100%;
    height: auto;
}

#messageBox h1{
    color: white;
    text-align: center;
}

#messageBox h2{
    color: white;
    text-align: center;
}



@media screen and (min-width: 882px) {
    .blr-face{
        width: 164px;
        color: white!important;
        height: 55px;
        padding-top: 7px;
        text-align: left!important;
        display: inline-block;
        background-color: #3B5994;
        text-align: center;
        line-height: 20px;
        color: #FFF;
        transition: all .2s linear;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 3px;
        padding-left: 50px;
        background-position: 20px 20px;
        background-repeat: no-repeat;
        margin-bottom: 1px;
    }
    .blr-google{
        width: 164px;
        color: white!important;
        height: 55px;
        padding-top: 7px;
        text-align: left!important;
        display: inline-block;
        background-color: #DA4F46;
        text-align: center;
        line-height: 20px;
        color: #FFF;
        transition: all .2s linear;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 3px;
        padding-left: 50px;
        background-position: 20px 20px;
        background-repeat: no-repeat;
        margin-bottom: 1px;
    }
}

.blr-face{
    color: white!important;
}

.blr-google{
    color: white!important;
}

.box{
    min-height: 735px!important;
}
.checkbox {
    margin-right: 35px;
}
.radio, .checkbox {
    margin-top: -1px;
}
.btnenv {
    padding: 10px 0;
}

.img-responsive{
    max-width: 100%!important;
    height: auto!important;
    display:block!important;
}

@media screen and (max-width: 320px) {
    #concordar-imagem{
        top:5px;
    }
}







.is-disabled .site-menu-title{display:none;}
.site-menubar-hover .site-menu-title{display:inline;}


.sweet-modal-box{
    float: left
}
/*.modal-backdrop{
  display: none;
}*/
.hidden{
    display: none;
}
.alertify-logs{
    z-index: 9999;
}
#modal-content-comunicado{
    background-color: transparent!important;
    box-shadow: none!important;
}
body.modal-open {
    overflow: hidden;
}
.modal-body img{
    max-width: 100%;
    height: auto;
}
.modal-header span{
    color: white;
    font-size: 50px;
}
.modal-header {
    z-index: 999;
}

.checkmark-circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #11c26d;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 156px;
    height: 156px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #11c26d;
    stroke-miterlimit: 10;
    margin: 10% auto;
    margin-bottom:6%;
    box-shadow: inset 0px 0px 0px #11c26d;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark-check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes scale {
    0%, 100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}
@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 10px #11c26d;
    }
}

.alertify-logs{
    z-index: 2147483647!important;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Default to hide the video on all devices */
#video{display:none}

/* Default to display the image on all devices */
#videosubstitute{display:block;width:auto;height:100%;}

html, body {
    height: 100%;
    margin: 0;
}
#fullScreenDiv{
    width:100%;
    min-height: 100%;
    /* Set the height to match that of the viewport. */
    /*height: 100vh;*/
    width: auto;
    padding:0!important;
    margin: 0!important;
    background-color: gray;
    position: relative;
}
#video{
    width: 100vw;
    height: auto;
    object-fit: cover;
    left: 0px;
    top: 0px;
    z-index: 1;
}

@media (min-aspect-ratio: 16/9) {
    #video{
        height: 150%;
        top: -100%;
    }
    #videosubstitute{
        display:block;
        width: 100%;
        height: auto;}
}

@media (max-aspect-ratio: 16/9) {
    #video {
        width: 150%;
        left: -100%;
    }
    #videosubstitute{display:block;width:auto;height:100%;}
}
/*if there is 992  pixels or more, then display the video but hide the image*/
@media only screen and (min-width : 992px) {
    #video{display:block;}
    #videosubstitute{display:none}
}

/* The container for our text and stuff */
#messageBox{
    position: absolute;  top: 0;  left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height:100%;
}

.filter {
    -webkit-backdrop-filter: blur(10px); /* Safari 9+ */
    backdrop-filter: blur(10px); /* Chrome and Opera */
    /*background-color: rgba(28, 39, 66, 0.9);*/
}

.responsive {
    max-width: 100%;
    height: auto;
}

#messageBox h1{
    color: white;
    text-align: center;
}

#messageBox h2{
    color: white;
    text-align: center;
}
