html {
    background: url(../imagem/fundo.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    height: 100%;
    display: flex;
    flex-flow: column;
}

header{
    background-color: #000000;
    position: fixed;
    height: 120px;
    top: 0;
    width: 100%;
}

header .texto{
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-size: 2.4em;
    padding-top: 35px;
}

footer {
    background-color: #ffffff;
    position: fixed;
    height: 120px;
    bottom: 0;
    width: 100%;
}

footer .texto{
    color: #203d5d;
    text-align: center;
    font-size: 1.2em;
    padding-top: 15px;
}

footer .copy{
    color: #203d5d;
    text-align: center;
    font-size: 0.8em;
    padding-top: 15px;
}

footer .copy .nome{
    color: #000000;
    font-weight: bold;
}

.corpo{
    margin-top: 120px;
    background: url(../imagem/fundo.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.linha{
    width:5px;
    background-color: #203d5d;
    color: #203d5d;
    height: 390px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.corpo .texto1{
    color: #eeeeee;
    text-align: left;
    text-transform: uppercase;
    font-size: 1.8em;
    padding-top: 15px;
}

.corpo .texto1 .aguarde{
    color: #7dbfb4;
}

.corpo .texto{
    clear: both;
    color: #333333;
    font-size: 1.30em;
    font-weight: bold;
    padding-top: 10px;
}

.corpo .texto2{
    color: #333333;
    text-align: left;
    font-size: 1.0em;
    padding-top: 15px;
    margin-top: 10px;
}

.corpo .texto2 .final{
    color: #333333;
    font-weight: bold;
}

.midia{
    margin: 0 auto;
    margin-top: 0px;
}

.facebook, .instagram, .telefone, .whatsapp{
    float: left;
    cursor: pointer;
}

.box{
    border: 1px solid #ffffff;
    padding: 5px;
    float: left;
    width: 100%;
    background-color: rgba(0,0,0,0.4);
}

.box2{
    border: 1px solid #ffffff;
    padding: 5px;
    float: left;
    width: 70%;
    background-color: rgba(0,0,0,0.4);
}

.box3{
    border: 1px solid #ffffff;
    padding: 5px;
    float: right;
    right: 0;
    width: 30%;
    margin-right: -5px;
    background-color: rgba(0,0,0,0.4);
}

.box4{
    border: 1px solid #ffffff;
    padding: 5px;
    float: left;
    width: 100%;
    height: 100%;
    margin-top: 5px;
    background-color: rgba(0,0,0,0.4);
}

input[type="text"]{
    border: none;
    color: #ffffff;
    background-color: rgba(0,0,0,0.4);
}

textarea, #mensagem{
    background-color: rgba(0,0,0,0.4);
    border: none !important;
    color: #ffffff !important;
}

.botao{
    width: 80px;
    height: 30px;
    font-size: 1.0em;
    color: #ffffff;
    background-color: #000000;
    float: right;
}

.botao:hover{
    color: #cccccc;
}

.contact-form{
    margin-top: 10px;
}

.form-group{
    margin: 3px;
}
.form_status, .text-success{
    font-size: 1.0em;
    color: #ffffff;
}