html {
    display: grid;
    height: 100%;
    min-height: 100%;
}

body {
    position: relative;
    display: flex;
    flex-direction: column;
}

.body {
    color: #73879C;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.471;
    background-color: #f7f7f7;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

.container {
    width: 100%;
    padding: 0;
    margin: 0;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
}

.main_container {
    /*margin: 0 10%;*/
    position: relative;
    background-color: #f5f5f5;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5!important;
    border-color: #ddd;
}

.card {
    margin: 10px;
    color: #212529;
}

.btn {
    white-space: nowrap
}
/* .btn-primary {
    color: #fff;
    background-color: #2a3f54;
    border-color: #2a3f54;
}

.btn-primary:hover {
    color: #fff;
    background-color: #3f5265;
    border-color: #3f5265;
} */

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0;
}

.logo-nav-ext {
    margin: 0 auto;
    float: left;
    text-align: center;
    transition: 0.5s all;
    text-decoration: none;
}

.logo-wrap-ext .title-home {
    text-decoration: none;
    white-space: nowrap;
}

.logo-nav-ext .title-home {
    float: left;
    color: #2a3f54;
}


/*    .logo-nav-ext:hover .title-home {*/


/*        color: #fff;*/


/*    }*/


/*.logo-nav-ext:hover, .logo-nav-ext:hover .logo-home-ext{*/


/*    background-color: #2a3f54;*/


/*}*/

.site_title_ext {
    font-weight: bold;
    padding: 5px;
    text-align: center;
    transition: 0s all;
    line-height: 100%;
}

.logo-home-ext {
    /*border: 1px solid #eaeaea;*/
    padding: 5px 6px;
    /*margin-left: 10%;*/
    border-radius: 50%;
    background-image: url("pm-brasao.svg");
    background-size: 100px auto;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 110px;
    height: 110px;
    display: block;
    float: left;
}


/*.nav_menu {*/


/*    float: left;*/


/*    background: #2a3f54;*/


/*    !*border-bottom: 2px solid #D9DEE4;*!*/


/*    margin-bottom: 10px;*/


/*    width: 100%;*/


/*    position: relative;*/


/*}*/

.nav_menu {
    background-color: #ededed;
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.centro-ext {
    margin: 0 10%;
}

#text-foot {
    background: #FFFFFF;
    border-top: 1px solid #cccccc;
    margin-bottom: 10px;
    width: 100%;
    display: grid;
    margin-top: auto;
    font-weight: bold;
    float: left;
}

@media only screen and (max-width: 300px) {
    .logo-nav-ext .title-home {
        display: none;
        margin-top: 0px;
    }
}

@media only screen and (max-width: 411px) {
    .logo-nav-ext .title-home {
        display: grid;
        margin-top: 10px;
    }
    .logo-home-ext {
        margin-left: 33%;
    }
    .card {
        flex-basis: 100%
    }
}

@media only screen and (min-width: 411px) {
    .logo-nav-ext .title-home {
        font-size: 11px;
        margin-top: 20px;
    }
    .title-home, .centro-ext {
        margin: 0px 15%;
    }
}

@media only screen and (min-width: 375px) {
    .logo-nav-ext .title-home {
        font-size: 13px;
        margin-top: 30px;
    }
    .logo-home-ext {
        margin-left: 33%;
    }
    .title-home{
        margin: 0 30px;
    }
    .centro-ext {
        margin: 0px 15%;
    }
}
@media only screen and (min-width: 540px) {
    .logo-nav-ext .title-home {
        font-size: 13px;
        margin-top: 30px;
    }
    .logo-home-ext {
        margin-left: 33%;
    }
    .title-home{
        margin: 0 5%;
    }
    .centro-ext {
        margin: 0px 5%;
    }
}

@media only screen and (min-width: 700px) {
    .logo-nav-ext .title-home {
        font-size: 18px;
    }
}

@media (min-width: 480px) {
    .nav_menu {
        position: static;
    }
    .item {
        display: block;
    }
}

/* Responsivo para reCAPTCHA */
.g-recaptcha {
    transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.g-recaptcha > div {
    width: 304px !important;
    height: 78px !important;
}

.g-recaptcha iframe {
    max-width: 100% !important;
}

/* Mobile - até 575px */
@media (max-width: 575px) {
    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        overflow: visible;
    }
}

/* Tablets pequenos - 576px a 767px */
@media (min-width: 576px) and (max-width: 767px) {
    .g-recaptcha {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

/* Desktop */
@media (min-width: 768px) {
    .g-recaptcha {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

#rc-imageselect {
    transform: scale(0.87) !important;
    -webkit-transform: scale(0.87) !important;
    transform-origin: 0 0 !important;
    -webkit-transform-origin: 0 0 !important;
}

 /* Loading .... */

 /*!
     * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
     * Copyright 2015 Daniel Cardoso <@DanielCardoso>
     * Licensed under MIT
     */
     .la-ball-spin-clockwise,
    .la-ball-spin-clockwise > div {
        position: relative;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }
    .la-ball-spin-clockwise {
        display: block;
        font-size: 0;
        color: #fff;
    }
    .la-ball-spin-clockwise.la-dark {
        color: #333;
    }
    .la-ball-spin-clockwise > div {
        display: inline-block;
        float: none;
        background-color: currentColor;
        border: 0 solid currentColor;
    }
    .la-ball-spin-clockwise {
        width: 32px;
        height: 32px;
    }
    .la-ball-spin-clockwise > div {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 8px;
        height: 8px;
        margin-top: -4px;
        margin-left: -4px;
        border-radius: 100%;
        -webkit-animation: ball-spin-clockwise 1s infinite ease-in-out;
           -moz-animation: ball-spin-clockwise 1s infinite ease-in-out;
             -o-animation: ball-spin-clockwise 1s infinite ease-in-out;
                animation: ball-spin-clockwise 1s infinite ease-in-out;
    }
    .la-ball-spin-clockwise > div:nth-child(1) {
        top: 5%;
        left: 50%;
        -webkit-animation-delay: -.875s;
           -moz-animation-delay: -.875s;
             -o-animation-delay: -.875s;
                animation-delay: -.875s;
    }
    .la-ball-spin-clockwise > div:nth-child(2) {
        top: 18.1801948466%;
        left: 81.8198051534%;
        -webkit-animation-delay: -.75s;
           -moz-animation-delay: -.75s;
             -o-animation-delay: -.75s;
                animation-delay: -.75s;
    }
    .la-ball-spin-clockwise > div:nth-child(3) {
        top: 50%;
        left: 95%;
        -webkit-animation-delay: -.625s;
           -moz-animation-delay: -.625s;
             -o-animation-delay: -.625s;
                animation-delay: -.625s;
    }
    .la-ball-spin-clockwise > div:nth-child(4) {
        top: 81.8198051534%;
        left: 81.8198051534%;
        -webkit-animation-delay: -.5s;
           -moz-animation-delay: -.5s;
             -o-animation-delay: -.5s;
                animation-delay: -.5s;
    }
    .la-ball-spin-clockwise > div:nth-child(5) {
        top: 94.9999999966%;
        left: 50.0000000005%;
        -webkit-animation-delay: -.375s;
           -moz-animation-delay: -.375s;
             -o-animation-delay: -.375s;
                animation-delay: -.375s;
    }
    .la-ball-spin-clockwise > div:nth-child(6) {
        top: 81.8198046966%;
        left: 18.1801949248%;
        -webkit-animation-delay: -.25s;
           -moz-animation-delay: -.25s;
             -o-animation-delay: -.25s;
                animation-delay: -.25s;
    }
    .la-ball-spin-clockwise > div:nth-child(7) {
        top: 49.9999750815%;
        left: 5.0000051215%;
        -webkit-animation-delay: -.125s;
           -moz-animation-delay: -.125s;
             -o-animation-delay: -.125s;
                animation-delay: -.125s;
    }
    .la-ball-spin-clockwise > div:nth-child(8) {
        top: 18.179464974%;
        left: 18.1803700518%;
        -webkit-animation-delay: 0s;
           -moz-animation-delay: 0s;
             -o-animation-delay: 0s;
                animation-delay: 0s;
    }
    .la-ball-spin-clockwise.la-sm {
        width: 16px;
        height: 16px;
    }
    .la-ball-spin-clockwise.la-sm > div {
        width: 4px;
        height: 4px;
        margin-top: -2px;
        margin-left: -2px;
    }
    .la-ball-spin-clockwise.la-2x {
        width: 64px;
        height: 64px;
    }
    .la-ball-spin-clockwise.la-2x > div {
        width: 16px;
        height: 16px;
        margin-top: -8px;
        margin-left: -8px;
    }
    .la-ball-spin-clockwise.la-3x {
        width: 96px;
        height: 96px;
    }
    .la-ball-spin-clockwise.la-3x > div {
        width: 24px;
        height: 24px;
        margin-top: -12px;
        margin-left: -12px;
    }
    /*
     * Animation
     */
    @-webkit-keyframes ball-spin-clockwise {
        0%,
        100% {
            opacity: 1;
            -webkit-transform: scale(1);
                    transform: scale(1);
        }
        20% {
            opacity: 1;
        }
        80% {
            opacity: 0;
            -webkit-transform: scale(0);
                    transform: scale(0);
        }
    }
    @-moz-keyframes ball-spin-clockwise {
        0%,
        100% {
            opacity: 1;
            -moz-transform: scale(1);
                 transform: scale(1);
        }
        20% {
            opacity: 1;
        }
        80% {
            opacity: 0;
            -moz-transform: scale(0);
                 transform: scale(0);
        }
    }
    @-o-keyframes ball-spin-clockwise {
        0%,
        100% {
            opacity: 1;
            -o-transform: scale(1);
               transform: scale(1);
        }
        20% {
            opacity: 1;
        }
        80% {
            opacity: 0;
            -o-transform: scale(0);
               transform: scale(0);
        }
    }
    @keyframes ball-spin-clockwise {
        0%,
        100% {
            opacity: 1;
            -webkit-transform: scale(1);
               -moz-transform: scale(1);
                 -o-transform: scale(1);
                    transform: scale(1);
        }
        20% {
            opacity: 1;
        }
        80% {
            opacity: 0;
            -webkit-transform: scale(0);
               -moz-transform: scale(0);
                 -o-transform: scale(0);
                    transform: scale(0);
        }
    }
