/* Nota: Os valores das margens são o width/2 e height/2 da imagem LOAD_logo.png */

#anima {
    margin-top: -60px;
    margin-left: -187px;
}

#pagamentowindows1 {
    background-color: white !important;
}

/* MENSAGEMS DE ALERTA DE ERROS OU SUCESSO */

.posicaoAlertMessage {
    /*notifyjs-corner*/
    position: fixed;
    margin: 15px;
    z-index: 1050;
    display: none;
    top: 0px;
    right: 0px;
}

.caixaAlertMessage {
    /*notifyjs-bootstrap*/
    background: #D74A41;
    text-shadow: none;
    border: none;
    border-radius: 2px;
    padding: 11px 22px;
    color: #fff;
    font-weight: 300;
    position: relative;
}

.erro .caixaAlertMessage {
    background: #D74A41;
}

.sucesso .caixaAlertMessage {
    background: #28a745;
}

.mostrarAlertMessage {
    /*notifyjs-corner-show*/
    display: block;
}

/* CONTORNO A VERMELHO NUM INPUT QUANDO NAO É PREENCHIDO */

.faltaprencher {
    border: 1px solid red !important;
}

/* IMAGEM DE FUNDO CABECALHO (TODAS PAGINAS MENOS HOME)*/

.header {
    background: url(../images/imagem_fundo_cabecalho.jpg) no-repeat scroll 0 0/cover !important;
}

/* PORTFOLIO TAMANHO CAIXAS DO TEXTO  */

/* .block4 {
    height: 450px;
} */

/* @media (min-width: 576px) {
    .block4 {
        height: 320px !important;
    }
}*/

@media (min-width: 768px) {
    .block4 {
        height: 380px !important;
    }
}

@media (min-width: 992px) {
    .block4 {
        height: 380px !important;
    }
}

@media (min-width: 1200px) {
    .block4 {
        height: 450px !important;
    }
}

/* COR BOTOES SLIDER INICIAL */

.camera_pag_ul li.cameracurrent, .camera_pag_ul li:hover {
    background: #00d6dd !important;
}

/* PAGINA SELECIONADA NO MENU MOBILE */

.rd-mobilemenu_ul>li.active>a {
    color: #00B0C7;
}

/* BOTAO CLOSE TERMOS */

button.close {
    margin-top: -35px !important;
    opacity: 1 !important;
    float: right;
    font-size: 21px;
    font-weight: bold;
}

button.close:hover, button.close:focus {
    opacity: 0.5 !important;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc !important;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc !important;
}

/* BOTAO CONFIRMAR TERMOS */

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad !important;
}

.fa-times {
    width: 0px !important;
    height: 0px !important;
    line-height: 0px !important;
    border-radius: 0% !important;
    text-align: center !important;
    font-size: 14px !important;
    margin-top: 5px !important;
    margin-right: 7px !important;
}
