@charset "UTF-8";

.page{ padding-bottom: 100px; }

.breadcrumb{ margin-bottom: 0; }

#contato h2{ font-family:"OpenSans Bold", sans-serif; font-size: 25pt; color: #29206b; text-align: center; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #ccc; }
#contato p{ font-family:"OpenSans Light", sans-serif; font-size: 14pt; text-align: justify; color: #5a5a5a; }

#content{ display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-justify-content: center; justify-content: center; }

#gform_wrapper_1{ width: 800px; display: block; margin-left: auto; margin-right: auto; }

.formularios #gform_submit_button_1{display: block; width: 100%; background-color: transparent; border: 1px solid rgba(41,32,107,0.5); font-family:"OpenSans Bold", sans-serif; font-size: 20pt; padding-top: 15px; padding-bottom: 15px; color: rgb(41,32,107); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

.formularios #gform_submit_button_1:hover{background: rgb(41,32,107); border-color: rgb(41,32,107); color: #fff; cursor: pointer; }