.barrafixa {
    position: fixed;
    background-color: rgba(51, 107, 68, .9);
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999999;
}

.bg-gradient {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background: linear-gradient(90deg, rgb(51, 51, 51) 0%, rgb(11, 88, 11) 50%, rgb(51, 51, 51) 100%);
}

.grecaptcha-badge {
    opacity: 0 !important;
    /*Joga para o lado esquerdo*/
    position: absolute;
    left: -250px;
    transform: rotate(-180deg);
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: .4;
}


@media only screen and (max-width: 767px) {
    .modal-dialog-adjust {
        max-width: 100% !important;
    }
}

@media only screen and (min-width: 768px) {
    .modal-dialog-adjust {
        max-width: 44% !important;
    }
}

.barrafixa span {
    font-weight: bold;
    font-size: 9pt;
}

.barrafixa a {
    font-weight: bold;
    font-size: 8pt;
}

.barrafixa .btn-contato {
    color: #000;
    font-weight: bold;
    background-color: #fdd11f;
    padding: 0.5rem 1.5rem !important;
    /*width: 75%;*/
}

.cid-rae7RRiuEp .navbar .navbar-logo img {
    max-width: 100px;
    height: auto !important;
    max-height: 100%;
}

@media (max-width: 768px) {
    .barrafixa-responsiva {
        display: flex !important;
        z-index: 9999999;
    }

    .barrafixa {
        display: none !important;
    }

    .navbar-caption-wrap {
        display: none !important;
    }
}

.barrafixa-responsiva {
    position: fixed;
    right: 0;
    bottom: 0;
    margin: 10px;
    background-color: #336b44;
    color: white;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: none;
    justify-content: center;
    align-items: center;
}

.phishing {
    background-color: rgba(0, 0, 0, .8);
    z-index: 999999999;
}

.phishing .modal-content {
    border-radius: 0;
}

.phishing h4 {
    font-weight: 500;
    font-size: 18pt;
    text-align: center;
}

.phishing h5 {
    font-weight: 500;
    font-size: 14pt;
    text-align: center;
}

.phishing p {
    color: #336b44 !important;
    font-size: 11pt;
}

.phishing .close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
}

.phishing .modal-body {
    position: relative;
}

.modal_descricoes {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
}

.modal_descricoes .content {
    background-color: white;
    max-width: 80%;
    width: 700px;
    overflow: auto !important;
}

.funcionalidades .row-item {
    cursor: pointer;
}

.direitos {
    margin-bottom: 40px;
}

.copyright {
    justify-content: center;
    align-items: center;
}

@@media (max-width: 992px) {
    .navbar-collapse {
        width: 100%;
        background-color: black;
        margin-left: -16px;
        margin-right: -16px;
    }
}

.text-warning {
    color: #fdd11f !important;
}

a.barra i:hover {
    color: #fff !important;
}

a.barra span:hover {
    color: #fff !important;
}

a.btn-con:hover {
    color: #477a56 !important;
    background-color: #fff !important;
}

a.text-white:hover,
a.text-white:focus {
    color: #6aa06a !important;
}

a.h-footer:hover {
    color: #fdd11f !important;
}

.img-card-size {
    height: 300px;
}

.div-card-size {
    width: 100%;
    margin: 0 auto !important;
    overflow: hidden;
    position: relative;
    height: 400px;
}

a.h-color h4:hover {
    color: #336b44 !important;
}

.mbr-section-full2 {
    display: table !important;
    height: 100vh !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    table-layout: fixed !important;
    width: 100% !important;
}

.mbr-table-cell-v {
    display: table-cell !important;
    float: none !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    position: relative !important;
    vertical-align: middle !important;
    width: 100% !important;
}

.heading-title-v {
    text-align: center !important;
    font-size: 40px !important;
    color: #fdad01 !important;
    font-weight: 500 !important;
}

.btn-group {
    background-color: #025d7a !important;
    border-color: #025d7a !important;
    color: #ffffff !important;
    font-size: 1rem !important;
}

.btn-group:hover {
    color: #ffffff !important;
    background-color: #01242f !important;
    border-color: #01242f !important;
}

@media (min-width: 768px) {
    .col-md-offset-2 {
        margin-left: 16.66667% !important;
    }
}

@media (min-width: 576px) {
    .mobile-modal {
        display: none !important;
    }
}

@media (max-width: 576px) {
    .desktop-modal {
        display: none !important;
    }
}

.grecaptcha-badge {
    opacity: 0 !important;
    /*Joga para o lado esquerdo*/
    position: absolute;
    left: -250px;
    transform: rotate(-180deg);
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 800px;
    }
}