﻿/*INICIO Transição de tela...*/


/*ALTERA A COR DO INPUT DATE PARA ROXO*/

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    filter: invert(34%) sepia(85%) saturate(500%) hue-rotate(200deg);
    opacity: 1;
}

/* Center the loader */

/*#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #f3f3f3;*/ /* Light grey */
    /*border-radius: 50%;
    border-top: 16px solid rgb(153,102,255);*/ /* invest */
    /*-webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}*/

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

/* NECESSARIO PARA TRANSICAO DE SLIDER DO SPINNER */
/* Padrão (light mode) */
.preloader {
    background-color: #fff; /* fundo branco */
}

/* Dark mode */
body[data-theme="dark"] .preloader {
    background-color: #000; /* fundo preto */
}

/*FIM Transição de tela...*/


/* Header Style */
header {
    position: absolute;
    z-index: 9999;
    width: 100%;
    /*    background-color: black;
    background-color: transparent !important;*/
    height: 80px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

    header .navbar {
        /*padding: 47px 0px;*/
        /*    background-color: black;*/
    }

.erro{
    font-size:small;
    color:red;
}

.background-header .navbar {
    padding: 0px 0px;
}
/*para o logo voltar a posicao inicial quando o menu ficar preto IMPORTANTE*/
.background-header .navbar-brand {
    /*    padding-top: 5px;*/
}

.background-header {
    top: 0;
    position: fixed;
    background-color: black;
    /*    background-color: #fff !important;*/
    box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}

    .background-header .navbar-brand h2 {
        color: #0e2741 !important;
    }

    .background-header .navbar-nav .form-inline .btn-link {
        /*        color: #1e1e1e !important;*/
        color: white !important;
    }

    .background-header .navbar-nav .nav-link:hover,
    .background-header .navbar-nav .active > .nav-link,
    .background-header .navbar-nav .nav-link.active,
    .background-header .navbar-nav .nav-link.show,
    .background-header .navbar-nav .show > .nav-link {
        color: black !important;
        /*color: #d1b065 !important;*/
    }

.navbar .navbar-brand {
    float: left;
    /*margin-top: 12px;*/
    outline: none;
}

/*    .navbar .navbar-brand h2 {
        color: #fff;
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 700;
        -webkit-transition: all .3s ease 0s;
        -moz-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .navbar .navbar-brand h2 em {
        font-style: normal;
        font-size: 16px;
    }
*/
#navbarResponsive {
    z-index: 999;
}

.navbar-collapse {
    text-align: center;
}

    .navbar-collapse.collapse.show {
        background-color: gray;
    }
        .navbar-collapse.collapse.show a.nav-link:active,
        .navbar-collapse.collapse.show a.nav-link:focus {
            color: rgb(153,102,255);
        }


.navbar .navbar-nav .nav-item {
    margin: 0px 15px;
    /*color: #d1b065;*/
    color: black;
}

.navbar .navbar-nav button.nav-link {
    /*            color: #1e1e1e !important;
*/ color: white;
}


.navbar .navbar-nav a.nav-link {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #fff;
    transition: all 0.5s;
    margin-top: 5px;
}


.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active > .nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show > .nav-link {
    /*color: #d1b065;*/
    color: black;
    border-bottom: 3px solid #0e2741;
}

.navbar .navbar-toggler-icon {
    background-image: none;
}

.navbar .navbar-toggler {
    border-color: #fff;
    background-color: #fff;
    height: 36px;
    outline: none;
    border-radius: 0px;
    position: absolute;
    right: 30px;
    top: 20px;
}

.navbar .navbar-toggler-icon:after {
    content: '\f0c9';
    /*color: #0e2741;*/
    color: rgb(153,102,255);
    font-size: 18px;
    line-height: 26px;
    font-family: 'FontAwesome';
}


.page-heading {
    min-height: 95vh;
    text-align: center;
    /*    background-image: url(../images/page-heading-bg.jpg);*/
    background-image: url(../images/Imagem_Fundo_Bank.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0px 100px 0px;
    color: #fff;
}

    /*Acrescentei*/
    .page-heading .accordion-body {
        text-align: center;
        /*        background-image: url(../images/page-heading-bg.jpg);*/
        background-image: url(../images/Imagem_Fundo_Bank.jpeg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        /*        padding: 20px 0px 0px 0px;
*/ color: #fff;
    }


    .page-heading h1 {
        text-transform: capitalize;
        font-size: 36px;
        font-weight: 700;
        letter-spacing: 2px;
        margin-bottom: 18px;
    }

    .page-heading h4 {
        /*        text-transform: capitalize;*/
        font-size: 16px;
        font-weight: 300;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }
