
.formulario { 
    width:560px; 
    position:relative;
    float: left;
    padding: 10px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-left: 15px;
}
    .formulario p { 
        font-size:20px;
        width: 100%;
        text-indent: 0;
        color: #024260;
    }

    .formulario input, .formulario option, .formulario select, .formulario textarea{
        border:#bbb 1px solid;
        font-family: 'Roboto Condensed', sans-serif;
        color: #353537;
        font-size:17px;
        background:#FFFFFF; 
    }

    .formulario input { 
        width:320px; 
        display:inline-block; 
        padding:5px; 
        height:26px;
        margin-top:12px;    
    }

    .formulario #valordown{
        cursor: pointer;
        background: #EEE;
        text-align: center;
        color: #024260;
    }
    .formulario #valordown:hover{
        opacity: 0.8;
    }

    .btsolicita {
        display: none;
    }


    .formulario .send {     
        display:block; 
        cursor:pointer; 
        background:#136aac;
        font-size:24px;
        font-family: 'Roboto Condensed', sans-serif;
        color: #FFF;
        width:120px !important;
        height:40px; 
        border: 2px solid #FFF;
        outline:none; 
        z-index:90; 
        float:right; 
        margin-right: 10px;
        margin-top: 15px;
        padding-top: 3px;     
    }                          
        .formulario .send:hover { 
            opacity: 0.8;
        }
    .formulario option, .formulario select {
        width:332px; 
        display:inline-block; 
        padding:5px; 
        margin-top:14px; 
        min-height:35px;
    }
    .formulario textarea {
        width:320px !important; 
        height:70px;
        padding:5px; 
        margin-top:14px;
    }

    .formulario label{ /*antes era .formulario span */
        display:inline-block; 
        font-size:16px; 
        color: #024260;
        width:130px; 
        margin-left: 5px;
        text-transform: uppercase;
    }

    .formulario fieldset{
        width: 500px;
        padding: 10px;
        border:#FFF 2px solid;
         /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+39,e2e2e2+100 */
        background: #ffffff; /* Old browsers */
        background: -moz-radial-gradient(center, ellipse cover, #ffffff 39%, #e2e2e2 100%); /* FF3.6-15 */
        background: -webkit-radial-gradient(center, ellipse cover, #ffffff 39%,#e2e2e2 100%); /* Chrome10-25,Safari5.1-6 */
        background: radial-gradient(ellipse at center, #ffffff 39%,#e2e2e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
        
    }

    .formulario legend{
        padding-left: 10px;
        padding-right: 10px;
        font-size: 20px;
        color: #FFF;
    }


/* capctha */

#input-captcha{
    float: left;
    width:65px !important;
    margin-top: 0px !important;    
    text-transform: uppercase;
}

#img-captcha{
    float: left;
    height: 30px;
    width: 70px;
    border: 1px solid #FF0000;
    border:#333 2px solid;
}

.captcha  { 
    padding:3px; 
    border:1px solid #ccc; 
    font-size:12px; 
    color:#353537; 
    background-color:#f8f8f8; 
    font-family:Verdana, Geneva, sans-serif;
}

.yes, .no{
    margin-bottom: 10px; 
    padding:10px; 
    width:495px; 
    position:relative; 
    top:0px; 
    left:0px;
    /* arredondar cantos */
    -moz-border-radius: 20px; /* FF */
    -webkit-border-radius: 20px; /* Safari e Chrome */
    border-radius: 20px; /* Opera 10.5+ */ 
    border: 2px solid #FFF;
}

.yes img, .no img{
   float:left;  
}

.yes span, .no span{
    font-size:14px; 
    color:#FFF !important;
    font-family:Verdana, Geneva, sans-serif;
}

.yes { 
    background-color:#093; 
    z-index:99; 
    float:left; 
    color:#fff; 
}
    .yes img  {     
        padding-right:5px;
    }
    .yes span {
        font-weight:bold;
        text-align:left; 
        padding-top:5px; 
        width:455px !important; 
        display:block;  
        line-height: 18px;
    }

.no { 
    background-color:#900; 
    z-index:98; 
    height:24px;   
}
    .no img { 
        padding-right:10px;
    }      
    .no span { 
        width:455px !important; 
        display:block;
    }

.menor{     
    font-size:11px !important;
    font-weight: normal !important;
}

.g-recaptcha{
    position: relative;
    top: 2px;
    left: 2px;
    float: left;
}

.txt-contact{
    text-align: center;
    font-size: 32px;
    color: #FFF;
    position: relative;
    top: 50px;
    float: left;
    line-height: 36px;
}
.txt-contact span{
    color: #2690c3;
}


/*.formulario { 
    max-width:450px;
    position:absolute;
    top:260px;
    left:80px; 
}

.formulario span { 
    display:inline-block;
    font-family:Calibri, Verdana; 
    font-size:16px; 
    font-weight:bold;
    width:110px; 
    color:#024260;
    background:url(../imagens/marker.jpg) no-repeat 0px 5px; 
    padding-left:15px;
}

.formulario input { 
    width:280px;
    display:inline-block;
    color:#6d5c50;
    padding:5px;
    height:20px;
    margin-top:5px;
    border:#999999 1px solid;
}

.formulario .send { 
    width:130px !important;
    height:40px;
    display:block; 
    cursor:pointer;
    background:#0b3259;
    color:#FFF;
    font-weight:bold; 
    outline:none;
    z-index:90; 
    border:#FFF solid 2px; 
    float:right; 
    font-family: 'NewsGoth', sans-serif; 
    font-size:22px;
    -moz-border-radius: 20px; 
    -webkit-border-radius: 20px; 
    border-radius: 20px; 
}	

.formulario .send:hover { 
    background:#00a4ef;
}

.formulario select { 
    width:293px !important; 
    display:inline-block; 
    color:#6d5c50; 
    padding:5px;
    margin-top:5px;
    border:#999999 1px solid;
}

.formulario textarea { 
    width:280px !important;
    height:60px; 
    resize:none;
    color:#6d5c50; 
    padding:5px; 
    margin-top:5px;
    border:#999999 1px solid;
}

.formulario input.menor, .formulario select.menor { 
    width:150px !important;
}

.formulario .smalltxt {
    font-family:Calibri, Verdana; 
    font-size:14px; 
    font-weight:bold;
    color:#024260;
}

.captcha  { 
    padding:3px; 
    border:#CCC 1px solid; 
    font-size:16px; 
    color:#0b3259; 
    background-color:#FFF; 
    font-family:Calibri, Verdana; 
}

.yes { 
    padding:10px; 
    background-color:#093; 
    border:1px solid #006600; 
    width:404px;             
    position:relative;
    top:0px; 
    left:0px;
    z-index:99; 
    height:24px;
}
.yes img  { 
    float:left; 
    padding-right:10px;
}
.yes span { 
    font-size:13px; 
    color:#FFF !important; 
    font-family:Verdana, Geneva, sans-serif;
    width:385px !important;
    display:block; 
    background-image:none;
}


.no      { 
    padding:10px; 
    background-color:#900; 
    border:1px solid #300; 
    width:404px; 
    position:relative;
    top:0px; 
    left:0px;
    z-index:98; 
    height:24px;
}
.no img  { float:left; padding-right:10px;
}	   
.no span { 
    font-size:13px;
    color:#fff; 
    font-family:Verdana, Geneva, sans-serif;
    width:385px !important; 
    display:block;
    background-image:none;
}

*/

#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}

#inputproduto{
    display: none;
}