﻿body, html {
    height: 100%;
    margin: 0;
    color: #2c2c2c;
}

.bgGray{
    background-color: #c4c7bd;
}

.bgDarkGray{
    background-color: #757677;
}

.bgBlue{
    background-color: #233746;
    color: #ffffff;
}

.bgGolden{
    background-color: #daba8a;
}

h1 {
    color: #233746 !important;
}

h2 {
    color: #233746 !important;
}

.destaque{
    color: #233746 !important;
    font-weight: bold;
}

.txtBlue{
    color: #233746 !important;
}

.font11 {
    font-size: 11px !important;
}

.btn-primary {
    color: #fff;
    background-color: #233746;
    border-color: #233746;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #233746;
    background-color: #233746;
}

@media (max-width: 575px) {
    .hidden-xs {
        display: none !important;
        visibility: hidden !important;
    }
    .visible-xs {
        display: block;
        visibility: visible;
        margin: 0 auto;
    }
}

@media (min-width: 576px) {
    .hidden-xs {
        visibility: visible !important;
    }
    .visible-xs {
        display: none !important;
        visibility: hidden !important;
    }
}


@media (max-width: 767px) {
    .hidden-sm {
        display: none;
        visibility: hidden;
    }
    .visible-sm {
        display: block;
        visibility: visible;
        margin: 0 auto;
    }
}
@media (min-width: 768px) {
    .hidden-sm {
        display: block;
        visibility: visible;
        margin: 0 auto;
    }
    .visible-sm {
        display: none;
        visibility: hidden;
    }
}
@media screen and (min-width: 990px) and (max-width: 1200px){
    .visible-md {
        display: block;
        visibility: visible;
        margin: 0 auto;
    }
    .hidden-md {
        display: none;
        visibility: hidden;
    }
}


@media (max-width: 767px) {
    h1 {
        font-size: 18px !important;
        padding-bottom: 15px;
    }
    h2 {
        font-size: 16px !important;
        padding-bottom: 5px;
    }
    .txtSmall {
        font-size: 10px;
    }
    .pBottom {
        padding-bottom: 30px;
    }
}
@media (min-width: 768px) {

    h1 {
        font-size: 22px !important;
        padding-bottom: 10px;
    }
    h2 {
        font-size: 18px !important;
        padding-bottom: 5px;
    }
    .txtSmall {
        font-size: 12px;
    }
    .pLeft30 {
        padding-left: 30px;
    }
    .pRight30 {
        padding-right: 30px;
    }
    .pLeft15 {
        padding-left: 15px;
    }
    .pRight15 {
        padding-right: 15px;
    }
}


/* Barra de Navegacao */

.navbar {
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.navbar.navInicial{
    background: rgb(35, 55, 70) !important; /* IE */
}

.navbar.navInicialAlpha{
    background: rgb(35, 55, 70) !important; /* IE */
    background: rgba(35, 55, 70, 0.75) !important; /* NON-IE */
}

.navbar.scrolled {
    background: rgb(35, 55, 70) !important; /* IE */
    background: rgba(35, 55, 70, 1) !important; /* NON-IE */
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.7);
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link {
    color: rgba(255,255,255,.7) !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.navbar-toggler {
    border-color: rgba(255,255,255, 0.6) !important;
}


/* Topic */

.topic {
    text-align: justify;
}

.topic ul {
    list-style-type: none;
    position: relative;
    left: -30px;
}

.topic li {
    font-style: italic;    
}

@media (max-width: 767px) {
    .topic {
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 13px;
    }
    .topic li {
        margin-bottom: 15px;
    }
}
@media (min-width: 768px) {
    .topic {
        padding-top: 70px;
        padding-bottom: 70px;
        font-size: 15px;
    }
    .topic li {
        margin-bottom: 20px;
    }
}


/* Rodapé */

.footer {
    background-color: #233746;
    color: #fff;
    padding-bottom: 40px;
    padding-top: 40px;
    display: block;
    font-size: 14px;
}

.footer a {
    color: #daba8a;
}

.footer img {
    margin-bottom: 10px;
}

.footer a:hover, .footer i:hover {
    color: #daba8a;
    text-decoration: none;
}