﻿body, html {
    height: 100%;
    margin: 0;
    color: #2c2c2c;
}

.bgGray{
    background-color: #cacec9;
}

h1 {
    color: #1a9456 !important;
}

h2 {
    color: #ffff !important;
}

.destaque{
    color: #1a9456 !important;
    font-weight: bold;
}

.txtGreen{
    color: #1a9456 !important;
}

.font11 {
    font-size: 11px !important;
}


@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 (max-width: 767px) {
    h1 {
        font-size: 18px !important;
        padding-bottom: 15px;
    }
    h2 {
        font-size: 16px !important;
        padding-bottom: 10px;
    }
    .txtSmall {
        font-size: 10px;
    }
}
@media (min-width: 768px) {

    h1 {
        font-size: 22px !important;
        padding-bottom: 20px;
    }
    h2 {
        font-size: 18px !important;
        padding-bottom: 10px;
    }
    .txtSmall {
        font-size: 12px;
    }
}


@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;
    }
}


/* 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(26, 148, 86) !important; /* IE */
}

.navbar.navInicialAlpha{
    background: rgb(26, 148, 86) !important; /* IE */
    background: rgba(26, 148, 86, 0.75) !important; /* NON-IE */
}

.navbar.scrolled {
    background: rgb(26, 148, 86) !important; /* IE */
    background: rgba(26, 148, 86, 1) !important; /* NON-IE */
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.7);
    font-weight: 400 !important;
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link {
    color: rgba(255,255,255,.7) !important;
    font-weight: 400 !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;
}

.linkOut {
    color: rgba(0,0,0,.7) !important;
    font-weight: 500 !important;
}

/* Toast */
#toastForm {
    display: none;
    width: 325px;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 3px 3px 3px #d9d9d9;
    margin: 0 auto;
}

/* Rodapé */

.footer {
    background-color: #1a9456;
    color: #fff;
    padding-bottom: 40px;
    padding-top: 40px;
    display: block;
    font-size: 14px;
}

.footer a {
    color: #ffff;
}

.footer img {
    margin-bottom: 10px;
}

.footer a:hover, .footer i:hover {
    color: #ffff;
    text-decoration: none;
}