
:root {
    --cor-primary: #7b398d !important;
    --cor-light: #ac67be !important;
    --cor-dark: #4c085f !important;
    --cor-text-primary: #FFFFFF !important;
    --cor-text-light: rgba(0,0,0,0,0.56) !important;

    --cor-secundary: #FFFFFF !important;
    --cor-text-secundary: #000000 !important;
}

/* width */
::-webkit-scrollbar {
    width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--cor-dark);
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--cor-primary);
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(86, 101, 83, 0.8) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(141, 57, 104, 0.6) !important;
    outline: 0 none !important;
}

html, body {
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
    background: url('./img/bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section {
    width: 100% !important;
    padding-top: 61px !important;
    min-height: 100% !important;
}
.nav-item .nav-link:hover,
.nav-item .nav-link:active {
    background: rgba(20, 57, 97, 0.75) !important;
    padding-left: 10px ;
    border-radius: 10px;
    transform: scale(1.3);
}

.link-service {
    background: none;
    border:none;
}

.link-service:hover, .link-service:active, .link-service:focus {
    background: #4f3a8d !important;
    color: #FFFFFF;
    font-size: 1.2rem;
    transform: scale(1.3);
}

.font-logo {
    font-family: 'Open Sans', sans-serif;
}

.font-logo-bold {
    font-family: 'Open Sans Condensed', sans-serif;
}



.bg-op-25 {
    padding: 15px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: rgba(53, 118, 186, 0.25) !important;
}

.bg-op-50 {
    padding: 15px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: rgba(53,118,186,0.5)!important;
}


.bg-op-75 {
    padding: 15px;
    border-radius: 10px;
    background: rgba(53, 118, 186, 0.75) !important;
}
.footer {
    background: transparent;
    position: relative;
    bottom: 61px;
    width: 100%;
    text-align: center;
}

.btn-theme {
    color:var(--cor-text-primary);
    background: var(--cor-primary);
    border-color:var(--cor-light);
}

.btn-theme:hover {
    color: black;
    background-color: #FFFFFF;
    border-color:var(--cor-light);
}

.btn-theme:focus,
.btn-theme.focus {
    box-shadow: 0 0 0 1rem rgba(123, 57, 141, 0.9);
}

.btn-theme.disabled,
.btn-theme:disabled {
    color: #fff;
    background-color: var(--cor-primary);
    border-color: var(--cor-primary);
}

.btn-theme:not(:disabled):not(.disabled):active,
.btn-theme:not(:disabled):not(.disabled).active,
.show>.btn-theme.dropdown-toggle {
    color: #fff;
    background-color:var(--cor-primary);
    border-color: var(--cor-light);
}

.btn-theme:not(:disabled):not(.disabled):active:focus,
.btn-theme:not(:disabled):not(.disabled).active:focus,
.show>.btn-theme.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(123, 57, 141, 0.5);
}

.bg-transparent-50 {
    background: rgba(255,255,255,0.5) !important;
}
.bg-transparent-75 {
    background: rgba(255, 255, 255, 0.75) !important;
}
.bg-transparent-25 {
    background: rgba(255, 255, 255, 0.25) !important;
}

@media (min-width: 768px) {
    .text-white-md {
        color: #fff !important;
    }
    .text-black-md {
        color: #000 !important;
    }
    .bg-transparent-md {
        background-color: transparent !important;
    }
}
