@charset "UTF-8";

.backImageContato {width:100%;height: 100%;background: url("imgs/backImage3.jpg") center top;
    background-size: cover;-o-background-size: cover;-moz-background-size: cover;-webkit-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.imgs/bgHX.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imgs/bgHX.jpg', sizingMethod='scale')";}

section.secContato h1 {color: #fffcfc;}

a.contLinksTel {padding: 10px 20px;display: inline-block}
p.contLinks {border-top: 1px dotted rgba(229, 229, 229, 0.50);position: relative; top:50px}
p.contLinks a {color: #fffcfc; font-size: 15px}
p.contLinks a:hover {color: #DFC96C;}

.linksContato:hover {color: #c40700}
.linksContato {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    text-align: center;
    color: #fffcfc;
    display: block;
    margin: 0 auto;
    width: 100%;
    margin-top: 20px;
    max-width: 400px;
    height: 50px;
    line-height: 50px;
    background-color: rgba(0,0,0,.5);
}

form#agendarPartEsp {position: relative;}

.labelcontato {
    font-family: Arial, sans-serif;
    position: absolute;
    font-weight: 600;
    left: 10px;
    top: 5px;
    text-align: left;
    height: 45px;
    line-height: 45px;
    color: #fbfbfb;
    z-index: 6;
}

.formGeral {
    font-family: Arial, sans-serif;
    font-size: 12pt;
    position: relative;
    background: url("imgs/bgStripe.jpg");
    box-shadow: inset 1px 1px 1px rgba(0,0,0,.7);
    border: none;
    border-color: rgba(0,0,0,0);
    height: 45px;
    border-radius: 8px;
    margin: 5px 0px;
    z-index: 5;
    color: #fff;
}

.textArea {
    font-family: Arial, sans-serif;
    font-size: 12pt;
    position: relative;
    background: url("imgs/bgStripe.jpg");
    box-shadow: inset 1px 1px 1px rgba(0,0,0,.7);
    border: none;
    border-color: rgba(0,0,0,0);
    border-radius: 8px;
    margin: 5px 0px;
    z-index: 5;
    color: #fff;
    width: 540px;
    height: 120px;
    padding: 15px 15px 15px 165px;
}

