html {
    min-height: 100%;
}
body{
    font: 16px "Pangram", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #7E7E7E;
    padding-top: 100px;
}
ul{ list-style: none; }

/*a, a:hover, a:focus{ color: #7E7E7E; }*/

.browserupgrade{
    clear: both;
    width: 100%;
    text-align: center;
    background: #45484F;
    font-size: 13px;
    padding: 10px;
    color: #FFFFFF;
}

header, .bg-light{
    background: #EFEFEF !important;
}

header .d-flex a{
    color: #2C3950 !important;
    font-size: 15px;
}

header .btn{
    background: #4693ce;
    background-image: -webkit-linear-gradient(top, #4693ce, #22a6f2);
    background-image: -moz-linear-gradient(top, #4693ce, #22a6f2);
    background-image: -ms-linear-gradient(top, #4693ce, #22a6f2);
    background-image: -o-linear-gradient(top, #4693ce, #22a6f2);
    background-image: linear-gradient(to bottom, #4693ce, #22a6f2);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    color: #ffffff;
    padding: 8px 25px;
    text-decoration: none;
    border: 0;
}

header .btn:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

.shrink .navbar-brand{
    z-index: 9999;
    width: 101px;
    height: 32px;
    margin: 4px 0 0 0 !important;
    padding: 0;
}
.shrink{
    min-height: 30px;
    z-index: 110;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
    /*transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;*/
}
.shrink .py-md-4{
    padding: 0 !important;
}
.shrink .my-md-4{
    margin: 0 !important;
}
.shrink .btn{
    padding: 4px 15px;
}

#consultor{
    background: url('../images/bg-consultor.jpg') bottom center no-repeat;
    background-size: cover;
    margin-top: 50px;
    padding-bottom: 100px;
}

#consultor h5{
    font-size: 65px;
    color: #FFFFFF;
    padding: 5% 12% 0 12%;
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
}

@media (max-width:768px) {
    #consultor h5{
        font-size: 40px;
        padding-top: 45px;
    }
}

#consultor .btn{
    background: #4693ce;
    background-image: -webkit-linear-gradient(top, #4693ce, #22a6f2);
    background-image: -moz-linear-gradient(top, #4693ce, #22a6f2);
    background-image: -ms-linear-gradient(top, #4693ce, #22a6f2);
    background-image: -o-linear-gradient(top, #4693ce, #22a6f2);
    background-image: linear-gradient(to bottom, #4693ce, #22a6f2);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    color: #ffffff;
    padding: 15px 80px;
    text-decoration: none;
    border: 0;
    font-size: 20px;
}

#consultor .btn:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

#footer{
    background: url('../images/bg-footer.jpg') bottom center no-repeat;
    font-weight: 400;
    font-size: 16px;
    padding: 100px 0 80px 0;
    background-color: #2D3951;
}
#footer .endereco{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
}
#footer  img{
    padding-top: 20px;
    padding-bottom: 50px;
}
#footer .endereco a{
    color: #FFFFFF;
    font-weight: 600;
}
#footer ul{
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 20px;
}
#footer ul li{
    margin-bottom: 10px;
}
#footer a{
    color: #24a4ed;
    font-weight: 400;
}
#footer a.color{
    color: #FFFFFF;
    font-size: 15px;
}
#footer .line{
    border-left: 2px solid #384f78;
}
#footer .line ul{
    padding-left: 20px;
}


.btn-entrar {
    width: 145px;
}
.shrink #login {
    margin-top: 11px;
}

#login {
    display: none;
    position: absolute;
    z-index: 999;
    background-color: #FFF;
    box-shadow: 1px 1px 8px #F1f1f1;
    padding: 10px 25px;
    text-align: left;
    margin-top: 8px;
    right: 0;
}
#login input, #formulario-news input, #login a {
    border: 1px solid #24a4ed;
    border-radius: 30px;
    padding: 8px 25px;
    width: 100%;
    text-decoration: none;
}

#news {
    border: 1px solid #f1f1f1;
    background-color: #efefef;
    padding: 15px;
    margin-bottom: 35px;
}

#login label {
    padding-top: 5px;
    padding-left: 25px;
}

:focus {
    outline: 0;
}

#login button, #formulario-news button{
    border: none;
    float: right;
    border-radius: 10px;
    background: #24a4ed;
    color: #FFFFFF;
    border-color: #24a4ed;
    padding: 5px 35px;
    margin: 10px 0;
    cursor: pointer;
}
#login button, #formulario-news button{
    background: #24a4ed;
}

#menu-topo {
    background-color: #EFEFEF !important;
    min-height: 101px; 
}

@media (max-width: 767px) {
    body {
        padding-top: 0px !important;
    }
    .fixed-top {
        position: initial !important;
    }
}

.w50-10 {
    width: 50px;
    margin-top: -10px;
}

.link-default {
    color: #7E7E7E;
}
.link-default:hover {
    color: #7E7E7E;
    text-decoration: none;
}

.dropdown-item.it {
    padding-left: 15px;
    color: #2C3950;
    font-weight: bold;
}

.dropdown-item.it { 
    background-color: #FFF;
}
#menu-topo.shrink { 
    min-height: auto;
}

@media only screen and (max-width:768px) {

    .dropdown-item.it {
        white-space: initial!important;
    }

    #consultor .btn {
        padding: 15px;
    }


}