a:hover{
    text-decoration: none !important;
}
.message{
    display:none;
    position:fixed;
    top:0;
    height:100%;
    width:100%;
    background:#fff;
    overflow:auto;
    z-index:99;
    -webkit-transition: width 2s; /* Safari */
    transition: width 2s;
}
.message.is-open{
    -webkit-transition: width 2s; /* Safari */
    transition: width 2s;
    display: block;
}
/*.button{
    display: inline-block;
    padding: 10px 24px;
    background: green;
    color: white;
    text-decoration: none;

}*/
.btn-fechar{
    display: inline-block;
    padding: 0px 8px;
    background: green;
    color: #009b7b;
    text-decoration: none;
    float: right;
    right: 0;
    /*margin-left:15px;*/
    border-radius: 20px;
    margin-top: 42px;
    border: 1px solid transparent;
    background-color: #fff !important;
}
.btn-fechar a{
    color: #fff;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}
.btn-fechar a:hover{
    color: #fff !important;
}
.form_trabalhe{
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0 0 25px 0 rgba(63,66,87,.1);
    margin-top: 30px;
}
.form_trabalhe h2{
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    color: #007391
}
.text-intro-trabalhe p{
    color: #a9a9a9;
    font-weight: bold;
    text-align: center;
}
.styleUpload{
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#006b95), color-stop(98%, #009b7b), to(#00ba5f));
    background: linear-gradient(to right, #006b95 0%, #009b7b 98%, #00ba5f 100%);
    border-color: transparent;
    border-radius: 20px;
}
.styleUpload:hover{
    color: #fff;
    background-color: #008d2c;
    border-color: #008d2c;
    border-radius: 20px;
}
.form_contato_send select {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#btnenviar{
    background: -webkit-gradient(linear, left top, right top, from(#006b95), color-stop(98%, #009b7b), to(#00ba5f));
    background: linear-gradient(to right, #006b95 0%, #009b7b 98%, #00ba5f 100%);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    border-radius: 20px;margin-top: 5px;
}

.btn_open{
    top: 0;
    right: 0;
    position: fixed;
    margin-top: 20px;
    padding: 5px 10px;
    margin-right: 20px;
    border-radius: 20px;
    background-color: #fff;
}
.btn_open a{
    color: #000;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}

.btn_open a:hover{
    color: #000;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}
.btnContato  {
    bottom: 0;
    position: fixed;
    position: fixed;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0px;
    background-color: transparent;
    margin-bottom: 0px;;
    text-align: center;
    padding-bottom: 25px;

}
.btnContato a{
    margin-top: 0px;
    font-size: 20px;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 15px;
    text-decoration: none;
    box-shadow: 0 0 0 rgba(204,169,44, 0.4);
    animation: pulse 2s infinite;
}
@media only screen and (max-width: 600px) {
    .btnContato a{
        margin-top: 0px;
        font-size: 15px;
    }

}
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(0, 126, 184);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgb(0, 126, 184);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgb(0, 126, 184);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.76);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.77);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(0, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@media only screen and (max-width: 764px) {
    .g-recaptcha{
        margin-left: 18px;
    }
}