.navbar {
    min-height: 80px;
    margin-bottom: 0;
}
  
.navbar-brand {
    padding-top: 21px;
    padding-bottom: 21px;
    padding-left: 15px;
    padding-right: 0;
    width: 100px;
    height: 80px;
    line-height: 80px;
}

.navbar-collapse {
    margin: 0 !important;
}
  
.navbar-toggle {
    margin-top: 23px;
    margin-right: 30px;
    padding: 9px 10px !important;
}

@media (min-width: 900px) {
    .navbar-nav > li > a {
        margin-left: 0 !important;
        padding-top: 26.5px;
        padding-bottom: 26.5px;
        line-height: 27px;
    }
}

@media (max-width: 900px) {
    .navbar-header {
        float: none;
        margin: 0 !important;
    }
    .navbar-left,.navbar-right {
        float: none !important;
        padding: 0;
        margin-left: -15px;
        margin-bottom: 7.5px;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        position: fixed !important;
        margin: 0;
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display:block !important;
    }
    .container-fluid {
        padding: 0;
    }
    .navbar-brand{
        margin: 0 !important;
    }
    body {
        padding-right: 20px;
        padding-left: 20px;
    }
    #master-header {
        margin-top: 100px !important;
    }
}

.botao-login {
    border:none;
    padding: 0.5px;
    color: #fff;
    background-color: transparent;
    border-radius: 5px;
    border:1px solid;
    border-color: #0e66c8;
    color: #3376a5;
    padding-left: 5px;
    padding-right: 5px;
    transition: all 0.25s ease-in 0s;
}

.botao-login:hover{
    color: #fff;
    background-color: #3376a5;
    border-color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}

.botao-login > span {
    padding-top: 2.5px;
    padding-bottom: 2.5px;
    padding-right: 1px;
    top: 0 !important; 
}

.botao-inicial-recolhido {
    display: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #1e6deb;
    font-family: Inter-Regular;
    font-size: 18px;
    width: 250px;
    padding: 10px;
    border:1px solid;
    border-color: #1e6deb;
    transition: all 0.25s ease-in 0s;
}

.botao-inicial-recolhido:hover {
    color: #fff;
    background-color: #1e6deb;
    border-color: #fff;
}

@media(max-width: 1050px) {
    .botao-inicial {
        display: none !important;
    }
    .botao-inicial-recolhido {
        display: block !important;
    }
}

.col-lg-12 {
    padding: 0;
}

.row {
    margin: 0;
}

.thumbnail {
    padding: 0;
    border-radius: 0;
    margin-bottom: 0;
    border: none;
}

#master-header {
    margin-top: 80px;
}

.texto-principal {
    margin-top: 140px;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.texto-principal p {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 15px;
}

.texto-principal h1 {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 40px;
}

.botao{
    color: #FFF;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
    background-color: #2FE7BE;
    color: #444;
    margin-top: 30px;
    border-radius: 2em;
    padding: 10px;
    width: 200px;
    overflow: hidden;
    color: #FFF;
    font-family: "Raleway",sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    margin:0 auto;
    margin-bottom: 50px;
}

.botao-inicial{
    text-shadow: 0px -1px 0px rgb(0 0 0 / 25%);
    background-color: #fff;
    border-radius: 7px;
    padding: 10px;
    width: 250px;
    overflow: hidden;
    color: #1e6deb;
    font-family: Inter-Regular;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    margin-left: 3%;
    margin-bottom: 50px;
}

.botao-inicial-bold{
    font-family: Inter-Bold;
}

.botao:hover{
    background-color: #04ffdc;
}

.botao-inicial:hover{
    background-color: #dcdcdc;
}

.botao2 {
    color: #FFF;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
    background-color: #286090;
    color: #444;
    margin-top: 30px;
    border-radius: 2em;
    padding: 10px;
    width: 200px;
    overflow: hidden;
    color: #FFF;
    font-family: "Raleway",sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    margin:0 auto;
    margin-bottom: 50px;
}

.texto-principal .botao {
    color: #FFF;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
    background-color: #2FE7BE;
    color: #444;
    margin-top: 30px;
    border-radius: 2em;
    padding: 10px;
    width: 200px;
    overflow: hidden;
    color: #FFF;
    font-family: "Raleway",sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    margin:0 auto;
    margin-bottom: 0px;
}

.hexagono{
    -moz-transition: all 0.3s ease 0s;
    -moz-animation: 0.9s ease 1.6s alternate-reverse none infinite running pulse;
    transition: all 0.3s ease 0s;
    animation: 0.9s ease 1.6s alternate-reverse none infinite running pulse;
    height: 94px;
    margin: 0px auto;
    width: 94px;
    background: url(../img/hexagon1.png) no-repeat scroll center center transparent;
    position: relative;
    display: block;
}

.titulo{
    position: relative;
    text-align: center;
    display: block;
    margin: 0px auto;
    margin-top: 20px;
    font-family: "Raleway",sans-serif;
}

.titulo h1{
    font-size: 44px;
    font-family: "Raleway",sans-serif;
    font-weight: 300;
    color: #616B8C;
}

.subtitulo{
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
    color: #76829F;
    max-width: 660px;
    font-weight: 100;
}

.page-title {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.page-title h2 {
    color: #888;
    font-size: 60px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}

#sobre{
    padding-top: 80px;
    background-color: #fff;
}

.caixa {
    width: 300px;
    position: relative;
    display: inline-block;
    margin: 50px auto 50px auto;
    display: block;
    padding: 20px;
    cursor: pointer;
    color: #2c3e50;
}

.caixa h2 {
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    margin: 0;
    font-weight: 500;
    width: 100%;
    color: #616B8C;
    text-align: center;
}

.caixa p{
    color: #888;
}

.caixa span {
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 5px;
}

.caixa > .icon {
    margin: 0 auto 0 auto;
    display: block;
    padding: 10px 0 10px 0;
    text-align: center;
}

.caixa h3,
.caixa span {
    -webkit-transition: color 0.4s 0.5s;
    transition: color 0.4s 0.5s;
}

.caixa:hover h3,
.caixa:hover span {
    color: #fff;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.icon i{
    font-size: 80px;
    text-align: center;
    color: #54a5e2;
}

form input,select{
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    font-size: 15px;
}

.input-xlarge{
    text-transform:uppercase;
    width: 4%;
    height: 20px;
    padding: 3px;
    float: left;
    left: 0px;
}

.span_modulo{
    margin-top: 4px;
    float: left;
    margin-left: 8px;
}

#botao_login{
    border:none;
    padding: 5px;
    color: #fff;
    background-color: transparent;
    border-radius: 5px;
    border:1px solid;
    border-color: #0e66c8;
    color: #3376a5;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.25s ease-in 0s;
    margin-top: -5px;
}

#botao_login:hover{
    color: #fff;
    background-color: #3376a5;
    border-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

#contato{
    padding-top: 80px;
    background-color: #E8EBF2;
}

#saiba-mais{
    padding-top: 80px;
}

#saiba-mais .col-md-6 img{
    width: 100%;
    padding-bottom: 50px;
    -webkit-box-shadow:0px 0px 5px 0px rgba(150, 155, 160, 0.75);
    -moz-box-shadow:0px 0px 5px 0px rgba(150, 155, 160, 0.75);
    box-shadow:0px 0px 5px 0px rgba(150, 155, 160, 0.75);
    margin-bottom: 50px;
}

#saiba-mais .col-md-12{
    margin-bottom: 30px;
}

.icone {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    line-height: 55px;
    font-size: 18px;
    text-align: center;
    background-clip: padding-box;
    transition: all 0.25s ease-in 0s;
    border: 1px solid #3376a5;
    color: #3376a5;
    margin: 0 auto;
}

.detalhes h3{
    font-family: "Raleway", sans-serif;
    color: #616B8C;
    font-weight: 300;
}

.detalhes p{
    font-family: "Raleway", sans-serif;
    color: #76829F;
}
.feature:hover .icone {
    background: #3376a5;
    color: #fff;
    border: 2px solid #3376a5;
    -webkit-box-shadow: 0px 0px 0px 2px #3376a5;
    box-shadow: 0px 0px 0px 2px #3376a5;
}

.icone i{
    font-size: 20px;
}

.mapa{
    margin-bottom: 50px;
}

#formulario-contato{
    padding-top: 80px;
    background-color: #fff;
}

#formulario-contato form{
    margin-bottom: 50px;
}

footer{
    background-color: #296893;
    padding: 10px;
    padding-bottom: 50px;
}

footer p{
    color: #959CAD;
}

footer h4{
    color: #fff;
}

footer hr{
    border-color: #959CAD;
}

.all-rights{
    text-align: center;
}

.all-rights p{
    color: #ffffff;
}

.all-rights i{
     width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    font-size: 18px;
    text-align: center;
    background-clip: padding-box;
    transition: all 0.25s ease-in 0s;
    border: 1px solid #fff;
    color: #fff;
    margin: 0 auto;
    margin-right: 10px;
}

.all-rights i:hover{
    background: #fff;
    color: #296893;
    border: 2px solid #296893;
    -webkit-box-shadow: 0px 0px 0px 2px #296893;
    box-shadow: 0px 0px 0px 2px #296893;
}

.largura-total{
    width: 100%;
}

.mensagem-status{
    margin-left: 10px;
    margin-top: -30px;
    display: none;
}
