/*
default
*/
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@viewport           { width: device-width; }

@font-face {
  font-family: 'BebasNeue';
  src: url('../fonts/BebasNeue.eot?#iefix') format('embedded-opentype'),  url('../fonts/BebasNeue.otf')  format('opentype'), url('../fonts/BebasNeue.woff') format('woff'), url('../fonts/BebasNeue.ttf')  format('truetype'), url('../fonts/BebasNeue.svg#BebasNeue') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*
Pesonalização Bootstrap
*/

body {
  font-family: "Calibri", Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #676769;
  background-color: #fff;
}

a, a:hover, a:active, a:focus{
  color: #676769;
}

h1, h2, h3, h4, .thumbnail>p>.link, p>.link{
  font-family: 'BebasNeue' !important;
  color: #a02b2d;
}

ul>li>a, ul>li>a:active, ul>li>a:hover, ul>li>a:focus{
  color: #fff;
}
.erro-captcha {
    display: block;
    background: #d33b3b;
    padding: 10px;
    margin-bottom: 20px;
    color: #fff;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0px;
  border: none;
}

.navbar-default .navbar-nav>li>a {
  color: #3f3c3d;
  background-color: #e1e1e1;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:active {
  color: #fff;
  background-color: #a02b2d;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: #a02b2d;
  padding-top: 20px;
  height: 60px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: none;
}

.thumbnail {
  border: none;
}

.img-thumbnail {
  border: none;
}

.pic{
 opacity: 1;
 filter: alpha(opacity=100);
}

.pic:hover {
 opacity: 0.6;
 filter: alpha(opacity=60);
 cursor: pointer;
}

.btn-default {
  font-family: 'BebasNeue' !important;
  color: #fff;
  background-color: #a02b2d;
  border-color: none;
}

.btn {
  display: inline-block;
  padding: 7px 20px 7px 20px;
  border: none;
  border-radius: 0px;
  width: 100%;
  margin-top: 10px;
}

.btn-default:hover, .btn-default:active, .btn-default:focus{
  color: #fff;
  background-color: #cc3333;
}

.breadcrumb {
  margin-top: 24px;
}

.breadcrumb a {
  color: #A02B2D;
  font-weight: 700;
}

.breadcrumb a:hover {
  color: #000;
}

.breadcrumb ul {
  padding-left: 0;
  margin-top: 10px;
}

.breadcrumb ul li {
  display: inline-block;
}


/*  AO5 CUSTOM  */

.form-index.lateral {
    background: #14447B;
    padding: 20px 25px;
}

.form-index .title {
  color: #fff !important;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(255,255,255,0.3);
}

.form-index.lateral .title {
  margin-top: 0px;
  text-align: center;
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.form-index textarea#txtMensagem {
    height: 120px;
}

.form-index .form-horizontal .form-group {
    margin-bottom: 12px;
}

.form-index .btn {
    width: 100%;
    margin-top: 10px;
    font-size: 20px;
    padding: 3.5px 20px;
    background: linear-gradient(180deg, #f7c42b 50%, #e5b628 50%);
    color: #a02b2d;
    border-radius: 5px;
    transition: background linear 1s;    
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}
.row.form-index .g-recaptcha {
    background: #fff;
    border-radius: 6px;
    width: 100%;
}
.g-recaptcha {
    background: #fff;
    border-radius: 6px;
    width: 320px;
    margin: 0 auto;
}
.rc-anchor-light{
  border: none;
}

.form-index.lateral .btn{
  font-size: 25px;
}

.form-index .btn:hover {
    background: linear-gradient(180deg, #b42f31 50%, #a0292b 50%);
    color: #fff;
}

.form-index .btn .fa {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.form-index p {
    color: #fff;
}

.form-index .btn-orc {
    background: transparent;
    color: #fff;
    font-size: 25px;
    border: 1px solid;
    padding: 9px 0px;
    position: absolute;
    max-width: 360px;
    bottom: 0;
    transition: background linear 0.5s;
}

.form-index .btn-orc .fa {
    top: 45%;
}

.form-index .btn-orc:hover {
    background: #fff;
    color: #14447B;
}