/*
 To change this license header, choose License Headers in Project Properties.
 To change this template file, choose Tools | Templates
 and open the template in the editor.

 Created on : 23/06/2016, 12:59:15
 Author     : Robson V. Leite <robsonvleite.com>
*/

.wc_contact_modal{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 101;
}

.wc_contact_modal_content{
    display: block;
    width: 640px;
    max-width: 90%;
  /*  margin: 5% auto 0 auto; */
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    padding: 30px;
    min-height: 200px;
}

.wc_contact_close{
    position: absolute;
    right: -12px;
    top:  12px;
    padding: 7px 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    background: #cf7171;
    cursor: pointer;
    border: 2px solid #fff;
    font-size: 0.875em;
}

.wc_contact_close:hover{
    background: #F45563;
}

.wc_contact_modal_content header{
    margin-bottom: 20px;
    color: #555;
}

.wc_contact_modal_content h1{
    font-size: 1.5em;
    font-weight: 300;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
}

.wc_contact_modal_content h3 span{
    border-bottom: 5px solid #ccc;
    padding-bottom: 6px;
}

.wc_contact_modal_form{
    padding-bottom: 5px;
}

.wc_contact_modal_form label{
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.wc_contact_modal_legend{
    font-size: 0.875em;
   text-align: left;
    color: #888;
    font-variant: small-caps;
    display: block;
    margin-bottom: 5px;
}

.wc_contact_modal_form input,
.wc_contact_modal_form textarea{
    font-size: 0.875em;
    padding: 10px;
    border: 1px solid #ccc;
    resize: none;
}

.wc_contact_modal_button{
   /* text-align: center; */
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}

.wc_contact_modal_button .btn{
    background: #ec296b;  /* lauro #8bcf71db */
    display: inline-block;
    vertical-align: middle;
}
.wc_contact_modal_button img{
    background: #fbf8f954;  /* lauro #8bcf71db */
    display: inline-block;
    vertical-align: middle;
}

.wc_contact_modal_button .btn{
    padding: 10px 20px;
    font-size: 1em;
}

.wc_contact_modal_button img{
    margin-left: 10px;
    display: none;
}

.wc_contact_error{
    padding: 12px;
    background: #cf7171;
    margin-bottom: 20px;
    color: #fff;
    font-size: 0.875em;
    font-weight: 400;
    display: none;
    text-align: center;
    text-shadow: 1px 1px 0 #713B3B;
}

.wc_contant_sended{
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.wc_contant_sended .h2{
    font-size: 1.2em;
    font-weight: bold;
    color: #008B6F;
}

.wc_contant_sended .h2 span{
    display: inline-block;
    background: #008B6F;
    margin-bottom: 10px;
    font-size: 2em;
    color: #fff;
    padding: 8px 20px;
    border-radius: 50%;
}

.wc_contant_sended p{
    margin-top: 15px;
}
/*   lauro */
.btn_cta_green:hover {
    background-color: #008068;
    border-color: #C71585; /* #0B5747;^*/
}
.btn_cta_green {
    font-size: 18px;
    
    padding: 15px 00px;
    font-size: 1.1em;
    font-weight: bold;
    color: #E6E6FA;
  /*  text-transform: uppercase;*/
    background: #FF8C00;/* #00B494;*/
    border-bottom: 5px solid #FFA500;
}
.btn_cta_green:hover {
    background-color: #008068;
    border-color: #FF1493;/* #1E90FF;#0B5747; borda*/
}

.btn_cta_blue:hover {
    background-color: #FFA500;
    border-color: #0B5747;
}
.btn_cta_blue {
    font-size: 18px;
  
    padding: 15px 20px;
    font-size: 1.1em;
    font-weight: bold;
    color: #E6E6FA;
  /*  text-transform: uppercase;*/
    background: #2F4F4F; /*#00B494;*/
    border-bottom: 5px solid #FF8C00;
}
.btn_cta_blue:hover {
    background-color: #2F4F4F;
    border-color: #1E90FF;/*#0B5747;*/
}

