/*
Template Name: Multinavbar-default
Version: 1.0
Author: ShapeBootstrap
Author URL: http://shapebootstrap.net
*/

/*@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);*/

@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: local('Titillium WebLight'), local('TitilliumWeb-Light'), url(../fonts/google/anMUvcNT0H1YN4FII8wpr24bNCNEoFTpS2BTjF6FB5E.woff) format('woff');
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: local('Titillium WebSemiBold'), local('TitilliumWeb-SemiBold'), url(../fonts/google/anMUvcNT0H1YN4FII8wprx7IBmrqA5IG9z8WNe77b9o.woff) format('woff');
}

html {
  overflow-x: hidden;
}
body {
 /* padding-top: 100px;*/
  font-family: 'Titillium Web';
  font-weight: 400;
  font-size: 17px;
  /*line-height: 26px;*/
  color: #000;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #272727;
}
a {
  color: #45aed6;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #2a95be;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.section-header {
  margin: 75px 0 50px;
}
.section-header .section-title {
  font-size: 2em;
  color: #272727;
  /*text-transform: uppercase;*/
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 340px;
  bottom: 0;
  left: 50%;
  margin-left: -170px;
  height: 1px;
  background: #ebebeb;
}
.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #45aed6;
}
.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
}
.btn.btn-primary {
  background: #45aed6;
  border-color: #2a95be;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #2a95be;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #45aed6;
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #45aed6;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

/*************************
*******Header******
**************************/
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 12px;
}
.navbar.navbar-default .navbar-brand {
  height: auto;
  padding: 12px 15px 11px;
}

@media only screen and (max-width: 767px) {
  .navbar-default {
    /*margin-top: -55px !important;
    z-index: 9999;*/
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
  }
}

@media only screen and (min-width: 768px) {
  #main-menu.navbar-default {
    background: #0977BC !important;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  }
  #main-menu.navbar-default .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1em;
    color: #FFF;
  }
  #main-menu.navbar-default .navbar-nav > li.active > a,
  #main-menu.navbar-default .navbar-nav > li.open > a,
  #main-menu.navbar-default .navbar-nav > li:hover > a {
    background: transparent;
    padding-top: 17px;
    border-top: 3px solid #FF9C30;
  }
  #main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: rgba(26, 28, 40, 0.9);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }
  #main-menu.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }
  #main-menu.navbar-default .dropdown-menu > li > a {
    border-top: 1px solid #404455;
    padding: 15px 0;
    color: #eeeeee;
  }
  #main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-menu.navbar-default .dropdown-menu > li.active,
  #main-menu.navbar-default .dropdown-menu > li.open,
  #main-menu.navbar-default .dropdown-menu > li:hover {
    border-left-color: #45aed6;
  }
  #main-menu.navbar-default .dropdown-menu > li.active > a,
  #main-menu.navbar-default .dropdown-menu > li.open > a,
  #main-menu.navbar-default .dropdown-menu > li:hover > a {
    color: #45aed6;
    background-color: transparent;
  }
}
#main-slider {
  overflow: hidden;
}
#main-slider .item {
  height: 558px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
#main-slider .slider-inner h1 {
  margin-top: 180px;
  font-size: 4em;
  line-height: 1;
  /*text-transform: uppercase;*/
  color: #FF9C30;
}
@media only screen and (max-width: 767px) {
  #main-slider .slider-inner h1 {
    margin-top: 140px;
    font-size: 2.8em;
    line-height: 1;
    /*text-transform: uppercase;*/
    color: #FF9C30;
  }
}
#main-slider .slider-inner h2 {
  margin-top: 20px;
  font-size: 1.8em;
  line-height: 1;
  color: #fff;
}
#main-slider .slider-inner p {
  font-size: 1.3em;
}
#main-slider .slider-inner h3 {
  color: #45aed6;
}
#main-slider .slider-inner .btn {
  margin-top: 10px;
}
#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #45aed6;
}
#main-slider .owl-prev {
  left: -35px;
  text-indent: 14px;
}
#main-slider .owl-next {
  right: -35px;
  text-indent: -14px;
}
#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #45aed6;
}
#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.media.service-box {
  margin: 25px 0;
}
.media.service-box .pull-left {
  margin-right: 20px;
}
.media.service-box .pull-left > i {
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  color: #FF9C30;
  box-shadow: inset 0 0 0 2px #d7d7d7;
  -webkit-box-shadow: inset 0 0 0 2px #d7d7d7;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
}
/*.media.service-box .pull-left > i:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -10px;
  border: 4px solid #fff;
  border-radius: 20px;
  background: #45aed6;
}
*/
.media.service-box:hover .pull-left > i {
  background-image: -moz-linear-gradient(90deg, #FF9C30 0%, #FF9C30 100%);
  background-image: -webkit-linear-gradient(90deg, #FF9C30 0%, #FF9C30 100%);
  background-image: -ms-linear-gradient(90deg, #FF9C30 0%, #FF9C30 100%);
  color: #fff;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}

.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  width: 95%;
  height: 1px;
}
.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #222534;
  border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
  color: #272727;
}
.nav.main-tab > li.active > a {
  background: #222534;
  color: #45aed6;
}
.nav.main-tab > li:first-child > a {
  border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
  border-radius: 0 3px 0 0;
}
.tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px 20px 10px;
  border-radius: 0 0 3px 3px;
}
.panel-default {
  border-color: #eee;
}
.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}

.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}

/*************************
*******Content******
**************************/
#portfolio .portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  display: inline-block;
}
#portfolio .portfolio-filter > li {
  float: left;
  display: block;
}
#portfolio .portfolio-filter > li a {
  display: block;
  padding: 7px 15px;
  background: #e5e5e5;
  color: #64686d;
  position: relative;
}
#portfolio .portfolio-filter > li a:hover,
#portfolio .portfolio-filter > li a.active {
  background: #45aed6;
  color: #fff;
  box-shadow: 0 -3px 0 0 #318daf inset;
  -webkit-box-shadow: 0 -3px 0 0 #318daf inset;
}
#portfolio .portfolio-filter > li a.active:after {
  content: " ";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #318daf transparent transparent transparent;
}
#portfolio .portfolio-filter > li:first-child a {
  border-radius: 4px 0 0 4px;
}
#portfolio .portfolio-filter > li:last-child a {
  border-radius: 0 4px 4px 0;
}
#portfolio .portfolio-items {
  margin: -15px;
}
#portfolio .portfolio-item {
  /*width: 24.9%;*/
  float: left;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#portfolio .portfolio-item .portfolio-item-inner {
  position: relative;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
  opacity: 0;
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  /*padding-top: 15px;*/
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
  height: 100%;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
  position: absolute;
  bottom: -17px;
  left: 33%;
  border-radius: 50%;
  background-color: #FF9C30;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 0 2px #fff;
  -webkit-box-shadow: 0 0 0 2px #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .quote {
  position: absolute;
  bottom: -17px;
  right: 33%;
  border-radius: 50%;
  background-color: #FF9C30;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 0 2px #fff;
  -webkit-box-shadow: 0 0 0 2px #fff;
}
#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}
/*#portfolio img {
  border: 3px solid #cdcdcd;
}*/

  /* Start: Recommended Isotope styles */
  /**** Isotope Filtering ****/
  .isotope-item {
    z-index: 2;
  }
  .isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
  }
  /**** Isotope CSS3 transitions ****/
  .isotope,
  .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
  }
  .isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
  }
  .isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
  }
  /**** disabling Isotope CSS3 transitions ****/
  .isotope.no-transition,
  .isotope.no-transition .isotope-item,
  .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
  }
  /* disable CSS transitions for containers with infinite scrolling*/
  .isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  /* End: Recommended Isotope styles */


/***********************
********* Footer ******
************************/
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #2e2e2e;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #45aed6;
}


/* EXTRAS
----------------------------------------------------------------------------------------------------*/
.fixar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
@media only screen and (min-width: 1000px) {
  .telefone {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .ocultar {
    display: none !important;
  }
}

.iframe {
  width: 940px !important;
}
@media only screen and (max-width: 767px) {
  .iframe {
    width: 360px !important;
  }
}
/*@media only screen and (min-width: 768px) {
  .iframe {
    width: 900px !important;
  }
}*/

.flipH {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.flipV {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

div .zero {
  padding-right: 0 !important;  
}
div .margin {
  padding-left: 5px !important;  
}
div .two, div .three, div .threeResto, div .four, div .fourResto, div .five, div .fiveResto {
  margin: 0;
  padding: 0;
  clear: none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
div .two {
  width: 50%;
  padding-right: 5px;  
}
div .three {
  width: 33.333%;
  padding-right: 5px;  
}
div .threeResto {
  width: 66%;
}
div .four {
  width: 25%;
  padding-right: 5px;  
}
div .fourResto {
  width: 75%;
}
div .five {
  width: 20%;
  padding-right: 5px;  
}
div .fiveResto {
  width: 80%;
}
div .div {
  padding-right: 15px !important;  
}
div .div2 {
  padding-right: 30px !important;  
}

.mensagem {
  display: table-cell;
  height: 50px; 
  margin: 0 auto 0;
  padding-right: 55px !important;
  padding-left: 55px !important;
  /*text-indent: 55px !important;*/
  text-align: center;
  vertical-align: middle; 
  font-weight: bold;
  font-size: 16px;
  color: black; 
}

.opacidade {
  opacity:0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
}

.borda {
  background: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  padding: 6px;
  -webkit-box-shadow: 1px 2px 1px #d1d1d1;
  -moz-box-shadow: 1px 2px 1px #d1d1d1;
  box-shadow: 1px 2px 1px #d1d1d1;
}

/* SOMBRA
------------------------------------------------------------------------------*/
.sombra { 
  box-shadow: 0 0 5px #888;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px #888;
  border: 0px solid #d7d7d7;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}
.sombra2 { 
  box-shadow: 0 0 5px #FFF;
  -moz-box-shadow: 0 0 5px #FFF;
  -webkit-box-shadow: 0 0 5px #FFF;
}
.sombra2:hover { 
  background-color: #F6F6F6;  
  box-shadow: 0 0 3px #888;
  -moz-box-shadow: 0 0 3px #888;
  -webkit-box-shadow: 0 0 3px #888;
}
.sombra3 { 
  margin: 4px;
  box-shadow: 0 0 5px #888;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px #888;
}
.sombraTexto {
  text-shadow: #000 1px 1px 1px;
}
.sombraTexto2 {
  text-shadow: 1px 1px 5px #fff, -1px -1px 5px #fff, 1px 1px #fff, -1px -1px #fff;
}
.sombraTexto3 {
  text-shadow: #000 1px 1px 1px, #FFF -1px -1px 1px;
}
.sombraTexto4 {
  text-shadow: 0 0 5px #fff, 0 -3px 5px #fff, 0 2px 5px #fff, -5px 0 5px #fff, 5px 0 5px #fff; 
}
.sombraTexto5 {
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff, 0 0 25px #fff;
}
.sombraTexto6 {
  text-shadow: 0px 0px 10px rgba(255,255,255,0.6), 0px 0px 30px rgba(255,255,255,0.4), 0px 0px 50px rgba(255,255,255,0.3), 0px 0px 180px rgba(255,255,255,0.3);
}
.sombraTextoBranco {
  text-shadow: #FFF 1px 1px 1px;
}

/* ALINHAMENTO OBJETOS
----------------------------------------------------------------------------------------------------*/
.fluido, .fluid {
  width: 100% !important;
}
.center {
  text-align: center !important; 
  margin: auto !important; 
  display: block !important; 
}
.centerCenter {
  position: absolute;
  z-index: 10;
  display: block;
  left: 50%;
  top: 50%;
  width: 200px;
  height: 50px;
  margin-left: -100px;
  margin-top: -25px;  
}
.left, .boxL {
  float: left !important;
}
.right, .boxR {
  float: right !important;
}

/* ALINHAMENTO TEXTO
----------------------------------------------------------------------------------------------------*/
.textLeft {
  text-align: left !important;
  vertical-align: middle !important;
}
.textRight {
  text-align: right !important;
  vertical-align: middle !important; 
}
.textCenter {
  text-align: center !important;
  vertical-align: middle !important; 
}
.textJustify {
  text-align: justify !important;
  vertical-align: middle !important; 
}
.textTop {
  vertical-align: top !important;
  display: table-cell !important;
}
.textMiddle {
  vertical-align: middle !important;
  display: table-cell !important;
}
.textBottom {
  vertical-align: bottom !important;
  display: table-cell !important;
}

/* CORES
------------------------------------------------------------------------------*/
body { background-color: #FFF; color: #000; }
a { color: #2585C6; }
a:link { color: #2585C6; }
a:visited { color: #2585C6; }
a:hover { color: #000; }
a:active, a:focus { color: #000; }
code, pre { color: #c33; }

.black { color: black !important; }
.bgBlack { background: black !important; color: white; }
a.bgBlack:hover, .botao.bgBlack:hover { background: #636363 !important; }
.black:hover { opacity: 0.6;}

.white { color: white !important; }
.bgWhite { background: white !important; color: black; }
a.bgWhite:hover, .botao.bgWhite:hover { background: #ebebeb !important; }
.white:hover { color: #ebebeb !important; }

.gray { color: gray !important; }
.bgGray { background: gray !important; color: black  !important; }
.grayDark { color: #555555 !important; }
.bgGrayDark { background: #555555 !important; color: black; }
.grayLight { color: #f5f5f5 !important; }
.bgGrayLight { background: #f5f5f5 !important; color: black; }
a.bgGray:hover, .botao.bgGray:hover, a.bgGrayLight:hover, .botao.bgGrayLight:hover, a.bgGrayDark:hover, .botao.bgGrayDark:hover { background: #ebebeb !important; color: black; opacity: .7; filter: alpha(opacity=70); }
.gray:hover, .grayDark:hover, .grayLight:hover { opacity: 0.6;}

.blue { color: #2585C6 !important; } 
.bgBlue { background: #2585C6 !important; color: white; }
.blueDark { color: #0c65a6 !important; }
.bgBlueDark { background: #0c65a6 !important; color: white; }
.blueDarker { color: #004a80 !important; }
.bgBlueDarker { background: #004a80 !important; color: white; }
.blueLight { color: #157EFB !important; }
.bgBlueLight { background: #157EFB !important; color: black; }
.blueLighter { color: #E5EFFE !important; }
.bgBlueLighter { background:#E5EFFE !important; color: black; }
a.bgBlue:hover, .botao.bgBlue:hover { background: #2295e3 !important; }
  .blue:hover, .blueDark:hover, .blueDarker:hover, .blueLight:hover, .blueLighter:hover { opacity: 0.6; }

.red { color: red !important; }
.bgRed { background: red !important; color: white; }
.redDark { color: #e02129 !important; }
.bgRedDark { background: #e02129 !important; color: white; }
.redLight { color: #ff8080 !important; }
.bgRedLight { background: #ff8080 !important; color: white; }
a.bgRed:hover, .botao.bgRed:hover { background: #ee6b00 !important; }
  .red:hover, .redDark:hover, .redLight:hover { opacity: 0.6; }

.green { color: #4C8601 !important; }
.bgGreen { background: #4C8601 !important; color: white; }
.greenDark { color: #197b30 !important; }
.bgGreenDark { background: #197b30 !important; color: white; }
.greenLight { color: #73bf44 !important; }
.bgGreenLight { background: #73bf44 !important; color: white; }
a.bgGreen:hover, .botao.bgGreen:hover { background: #599e00 !important; }
  .green:hover, .greenDark:hover, .greenLight:hover { opacity: 0.6; }

.yellow { color: yellow !important; }
.bgYellow { background: yellow !important; color: black; }
.yellowDark { color: #fff799 !important; }
.bgYellowDark { background: #e9e900 !important; color: black; }
.yellowLight { color: #FFF6BF !important; }
.bgYellowLight { background: #FFF6BF !important; color: black; }
a.bgYellow:hover, .botao.bgYellow:hover { background: #ffffa7 !important;}
  .yellow:hover, .yellowDark:hover, .yellowLight:hover { opacity: 0.6; }

.orange { color: #FF9C30 !important; }
.bgOrange { background: #FF9C30 !important; color: black; }
.orangeDark { color: #ee6b00 !important; }
.bgOrangeDark { background: #ee6b00 !important; color: black; }
.orangeLight { color: #FAA61A !important; }
.bgOrangeLight { background: #FAA61A !important; color: black; }
a.bgOrange:hover, .botao.bgOrange:hover { background: #faa61a !important; }
  .orange:hover, .orangeDark:hover, .orangeLight:hover { opacity: 0.6; }

.purple { color: #A715C1 !important; }
.bgPurple { background: #A715C1 !important; color: white; }
.purpleDark { color: #7e3396 !important; }
.bgPurpleDark { background: #7e3396 !important; color: white; }
.purpleLight { color: #b265ca !important; }
.bgPurpleLight { background: #b265ca !important; color: white; }
a.bgPurple:hover, .botao.bgPurple:hover { background: #a862be !important; }
  .purple:hover, .purpleDark:hover, .purpleLight:hover { opacity: 0.6; }

.pink { color: pink !important; }
.bgPink { background: pink !important; color: black; }
  .pink:hover { opacity: 0.6; }

.brown { color: brown !important; }
.bgBrown { background: brown !important; color: white; }
  .brown:hover { opacity: 0.6; }

.magenta { color: magenta !important; }
.bgMagenta { background: magenta !important; color: white; }
  .magenta:hover { opacity: 0.6; }

.cyan { color: cyan !important; }
.bgCyan { background: cyan !important; color: white; }
  .cyan:hover { opacity: 0.6; }

a.bgBlack:hover, .botao.bgBlack:hover, a.bgBlue:hover, .botao.bgBlue:hover, a.bgRed:hover, .botao.bgRed:hover, a.bgGreen:hover, .botao.bgGreen:hover, a.bgPurple:hover, .botao.bgPurple:hover, a.bgPink:hover, .botao.bgPink:hover, a.bgBrown:hover, .botao.bgBrown:hover { color: white !important; }
a.bgWhite:hover, .botao.bgWhite:hover, a.bgOrange:hover, .botao.bgOrange:hover, a.bgYellow:hover, .botao.bgYellow:hover { color: black !important; }