

html,body {
  height: 100%;
  overflow:hidden;
}

.cm-bgcolor {
    background: url(/Img/folderx.png),linear-gradient(#0ca498,#0ca498, #0766b4) center center fixed;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100vh;
    overflow-y:auto;
}
.cm-bgcolor-fundo {
    background: linear-gradient(#0ca498,#0ca498, #0766b4) center center fixed;
    background-repeat: no-repeat;
    background-size: contain;
}


.cm-text-shadow {
    font-weight: bold;
    color: white;
    text-shadow: 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.loader-text {
    color: white;
    font-size: 18px;
}
.mini-pulse {
    display: inline-block;
    margin-right: 5px;
    width: 8px;
    height: 8px;
    max-width: 8px;
    min-width: 8px;
    border-radius: 50%;
    background: red;
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.5);
    animation: pulse-mini 1.5s infinite;
    -webkit-animation: pulse-mini 1.5s infinite;
}

@-webkit-keyframes pulse-mini {
    0% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 7px rgba(255, 0, 0, 0);
    }

    100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}

.cm-valid {
    background-color: #fabebd;
}

.cm-alerta {
    display:block;
    animation: msgerroranimado 1s infinite;
    color: red;
    padding:5px;
    width:100%;
    background-color:#e8afaf;
}


@keyframes msgerroranimado {
    0% {
        border: 2px solid rgba(255, 0, 0,0.2);
        box-shadow: 0 2px 4px 0 rgba(255, 0, 0, 0.2), 0 6px 20px 0 rgba(255, 0, 0, 0.19)
    }

    70% {
        border: 2px solid rgba(255, 0, 0,0.2);
        box-shadow: 0 0 0 20px rgba(255, 0, 0, 0);
    }

    100% {
        border: 2px solid rgba(255, 0, 0,0.2);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}
.cm-shadow-text {
    text-shadow: 1px 1px 1px black;
}

html {
    font-size: 12px;
}

@media (min-width: 576px) {
    html {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 16px;
    }
}

@media screen and (max-width: 574px) {
    .tabcontent h4 {
        font-size: 18px;
    }
}