@import url('all_configuracoes.css');

* {
    margin: 0;
    padding: 0;
    outline: none !important;
    outline-offset: 0 !important;
}

html,
body {
    width: 100%;
    height: 100%;
    background-image: url('../img/generic/bg-index.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    image-rendering: auto;
    background-position: center;
    -webkit-font-smoothing: antialiased;
}

.welcome_section {
    position: relative;
    height: 100%;
    width: 100%;
    background-size: cover;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(33, 33, 33, 0.7);
}

.center-div {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 350px;
}

.text-white {
    color: var(--text-color-white);
    margin-top: 68px;
    margin-bottom: 78px;
    font-size: 37px;
}

.img-responsive {
    margin: 0 auto;
}

.financiadores {
    width: 60%;
    margin-top: 100px;
    margin-bottom: 50px;
}

.pg-box {
    padding: 20px;
    margin: 0 auto;
    width: 767px;
    height: 100%;
}

.border-right {
    border-right: 1px solid var(--border-color-white);
}

.text-white {
    color: var(--text-color-white);
    margin-top: 68px;
    margin-bottom: 78px;
}

.container_page {
    position: relative;
    width: 100%;
    height: 100%;
}

.btn-default {
    width: 100% !important;
    background-color: var(--bg-color-transparent);
    color: var(--text-color-white);
}

.btn-default:hover {
    color: var(--text-color-custom);
}

.footer {
    position: relative;
    background-color: var(--bg-color-custom);
    width: 100%;
    float: left;
    height: 40px;
    padding: 0px 20px;
    line-height: 2.4;
    color: var(--text-color-white);
}

#up_btn {
    display: none;
    opacity: 0;
    position: fixed;
    bottom: 10px;
    right: 15px;
    z-index: 1;
    border: none;
    outline: none;
    background-color: var(--bg-color-grey);
    color: var(--text-color-white);
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
    font-size: 18px;
    height: 30px;
    width: 30px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    transition: bottom 0.5s, background-color 0.2s linear;
    text-align: center;
}

#up_btn:hover {
    background-color: var(--bg-color-custom);
    transition: background-color 0.3s linear;
}

.wrapper {
    background: var(--bg-color-lightdark);
    margin: 0;
    padding-bottom: 30px;
    padding-top: 50px;
    overflow-x: hidden;
}

h2 {
    line-height: 35px;
}

h4 {
    line-height: 22px;
    color: var(--text-color-lightdark);
    margin: 10px 0;
}

.header-title {
    font-size: 16px;
    font-weight: 900;
    line-height: 16px;
    margin-bottom: 8px;
}

.container {
    width: 98% !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.card-box {
    padding: 20px;
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 15px;
    background-color: #ffffff;
    min-height: 170px;
    cursor: pointer;
    filter: grayscale(100%);
    transition: all 200ms linear;
    opacity: 0;
}

.card-box:hover {
    box-shadow: 0 0px 10px 0 rgba(0, 108, 182, 0.80), 0 0px 10px 0 rgba(0, 108, 182, 0.30);
    filter: grayscale(0%);
    transition: all 200ms linear;
}

.card-box img {
    display: block;
    margin: auto;
}

.card-brasao {
    width: 150px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.correct-position {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.text-muted {
    color: var(--text-color-custom);
}

@media (max-width: 767px) {
    body {
        overflow-x: hidden;
    }

    .wrapper-page {
        width: 90%;
    }

    .financiadores {
        width: 90%;
        margin-top: 100px;
        margin-bottom: 50px;
    }

    .pg-box {
        width: 100%;
        overflow: auto;
    }

    .border-right {
        border-right: none;
    }

    .btn-default {
        margin-top: 20px;
    }

    .center-div {
        height: 100%;
    }
}
