
body{
    font-family: 'Merienda One', 'Trebuchet MS', arial;
    
    background: url(../img/background.png);
}


.titulo{
    text-align: left;
    border-bottom: 1px solid #999930;
}
.cabecalho{
    margin-top: 30px;
}
.bg-branco{
    background: url(../overlays/bgbranco.png);
    text-align: center;
}

.box-form label{
    color:#999930;
   
   
    
}
.bg-preto{
    background: url(../overlays/bgpreto.png);
    text-align: center;
   padding: 10px;
    width: 100%;
}
.img-responsive {
    margin: 0 auto;
}

.btn-enviar{
    width: 100%;
    margin-top: 5px;
    color:#fff !important;
}

.area-msg{
    height: 145px !important;   
    
}

.borda-right{
    border-right: 1px solid #36bfc4;
}
.form-group {
    
    text-align: left;
}

.form-group input.error,.form-group textarea.error{
    background: #fbeed5;
}

.form-group label.error{
    font-size: 12px !important;
    font-weight: 300 !important;
    color: #fff;
    padding: 2px;
    width: 100%;
    
    background: #999930;
}

.msgenviado{
    font-size: 30px;
    color: #754e46 !important;
    text-align: center;
    padding-bottom: 40px;
}


.img-centro{
    margin-top: 10px;
    margin-bottom: 10px;
}
.contato{
    text-align: right;
}
.contato p{
    color: #754e46;
    font-size: 18px;
}
h2{
    color: #754e46;
}


.construcao{    
    text-align: center;
    padding-top: 40px;
    min-height:250px;
    position: relative;
    left: 70px;
   
    
}
.cor-verde a{
     color: #999930;
     text-decoration: none;
}

.construcao h2{
    color: #404040;
}

.sobre-mim p{
    padding:0 20px 0 20px;
}
.sobre-mim{
    margin-top: 50px;
    
    text-align: center;
   
    min-height: 500px;
    color: #fff;
}

.meio{
    margin-top: 50px;
    margin-bottom: 50px;
}

.copyright{
    background: #141414;
    color: #fff;
    font-size: 11px;
    padding: 3px;
}

.copyright a{
    color:#36bfc4;
    text-decoration: none;
}


// Facebook 





@media (min-width: 992px) and (max-width: 1199px) {
    
}



@media (max-width: 991px) {
    .img-circle{
        border-radius:0 !important;
        -moz-border-radius:0 !important;
        -webkit-border-radius:0 !important;
     
    }
    
    .construcao{    
    text-align: center;
    padding-top: 40px;
    min-height:250px;
    position: relative;
    left: 0px;
   
    
    }
}
