

html, body {
    height: 100%;
    margin: 0;
}

body {
    font-family: " Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7857;
    letter-spacing: 0.075em;
    color: #000;
    background-color: #fff;
}

.btn-vermelho {
    background-color: #B22222;
    border-radius: 20px;
    border: 0;
    Height: 45px;
    Width: 150px;
    color: #fff;
    padding: 10px 20px;
    margin-top: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .btn-vermelho:hover {
        background-color: #800000;
        color: #fff;
    }

.btn-verde {
    background-color: #00a550;
    border-radius: 20px;
    border: 0;
    color: #fff;
    Height: 45px;
    Width: 150px;
     padding: 10px 20px;
    margin-top: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .btn-verde:hover {
        background-color: #006400;
        color: #fff;
    }

.btn-azul {
    background-color: #0e4160;
    border-radius: 0;
    border: 0;
    Height: 45px;
    Width: 150px;
    border-radius: 20px;
    color: #fff;
    padding: 10px 20px;
    margin-top: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .btn-azul:hover {
        background-color: #191970;
        color: #fff;
    }

.btn-laranja {
    background-color: #FF8C00;
    border-radius: 20px;
    border: 0;
    color: #fff;
     padding: 10px 20px;
    margin-top: 20px;
      Width: 150px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .btn-laranja:hover {
        background-color: #FFD700;
        color: #fff;
    }

header {
    height: 80px;
}

#header .navbar {
    margin-bottom: 10PX;
    border-radius: 0;
    display: inline-block;
}

.st-navbar {
    background-color:#191970; /*#0e4160;*/
}

    .st-navbar ul {
    }

        .st-navbar ul li a {
            margin-top: 20px;
            padding: 12px 10px;
            border: 1px solid;
            border-color: #0e4160;
            border-radius: 30px;
            background: none;
            margin-left: -15px;
        }

            .st-navbar ul li a:hover {
                padding: 12px 10px;
                border: 1px solid;
                border-color: #36384C;
                border-radius: 30px;
                background: none;
            }

            .st-navbar ul li a:focus {
                background-color: transparent;
            }

    .st-navbar .navbar-header {
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .st-navbar .navbar-toggle .icon-bar {
        background-color: #191970!important;
        margin-right: 50px;
        font-size: 1.25rem;
    }

    .st-navbar .navbar-toggle {
        margin-top: 7px;
        margin-right: 5px;
        padding: 0;
        border-radius: 0;
    }


.contact-form {
    border: 1px solid #c6cfd9 !important;
    border-radius: 30px !important;
    height: 40px !important;
    font-size: 18px !important;
    font-weight: 300 !important;
}


.label-form {
    border: 1px solid #0e4160 !important;
    border-radius: 30px !important;
}

.contact-detalhes {
    border: 1px solid #c6cfd9 !important;
    border-radius: 30px !important;
    height: 150px !important;
    font-size: 18px !important;
    font-weight: 300 !important;
}

.item {
    height: 100%;
    position: absolute;
    background-image: url('../../Imagem/homeUsuario.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

    .item h2 {
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        margin-top:50px;
        color: #fff;
        font-size: 30px;
        margin-bottom: 0;
        line-height: 27px;
        letter-spacing: 2px;
        font-weight: 100;
    }

    .item h1 {
        text-align: center;
        color: #fff;
        margin-top:50px;
        font-size: 50px;
        letter-spacing: 2px;
        margin-bottom: 20px;
    }

    @media (max-width: 479px) {

    .item{
        
    /*background-image: url('../../Imagem/homeUsuarioMobile.jpg');*/
    
    }
}