.u-cb { clear:both; }
.u-cl { clear:left; }
.u-cr { clear:right; }
.u-cba:after,
.u-cla:after,
.u-cra:after { content:""; display:block; }
.u-cba:after { clear:both; }
.u-cla:after { clear:left; }
.u-cra:after { clear:right; }
.u-fl { float:left; }
.u-fr { float:right; }
.u-al { text-align:left; }
.u-ac { text-align:center; }
.u-ar { text-align:right; }
.u-mt { margin-top:1%; }
.u-mr { margin-right:1%; }
.u-mb { margin-bottom:1%; }
.u-ml { margin-left:1%; }
.u-zero { height:0; overflow:hidden; }
.u-green { color:#090; }
.u-red { color:#C00; }
.u-space { padding-bottom:3%; }
.u-required::before { content:"*"; color:#C00; }
.u-shadow { box-shadow:0 3px 5px rgba(0,0,0,0.2); }
.u-line { margin:10px 0; border:solid 1px #D7D7D7; }

.u-sobre-o-projeto-albatroz { border-color:#3FA9B3; }
.u-quero-contribuir { border-color:#003d8b; }
.u-pesquisas { border-color:#FFA700; }
.u-politicas-publicas { border-color:#1F8B61; }
.u-educacao-ambiental { border-color:#EFD309; }
.u-green { border-color:#036367; }

.u-sobre-o-projeto-albatroz-bg,
.u-0-bg { background-color:rgba(19,117,123,0.65); }
.u-pesquisas-bg,
.u-1-bg { background-color:rgba(255,167,0,0.65); }
.u-politicas-publicas-bg,
.u-2-bg { background-color:rgba(31,139,97,0.65); }
.u-educacao-ambiental-bg,
.u-3-bg { background-color:rgba(239,211,9,0.65); }
.u-green-bg,
.u-4-bg { background-color:rgba(3,99,103,0.65); }

.u-sobre-o-projeto-albatroz-before:before,
.u-sobre-o-projeto-albatroz-bg-opaco { background-color:#3FA9B3; }
.u-quero-contribuir-before:before,
.u-quero-contribuir-bg-opaco { background-color:#003d8b; }
.u-pesquisas-before:before,
.u-pesquisas-bg-opaco { background-color:#FFA700; }
.u-politicas-publicas-before:before,
.u-politicas-publicas-bg-opaco { background-color:#1F8B61; }
.u-educacao-ambiental-before:before,
.u-educacao-ambiental-bg-opaco { background-color:#EFD309; }
.u-green-before:before,
.u-green-bg-opaco { background-color:#036367; }

.u-sobre-o-projeto-albatroz-color { color:#3FA9B3; }
.u-quero-contribuir-color { color:#003d8b; }
.u-pesquisas-color { color:#FFA700; }
.u-politicas-publicas-color { color:#1F8B61; }
.u-educacao-ambiental-color { color:#EFD309; }
.u-green-color { color:#036367; }

.g-recaptcha { display:inline-block; }
.o-recaptcha { padding:0; }


/* Background colors */
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black {
  color: #f9f9f9 !important;
}
.bg-gray {
  background-color: #eaeaec !important;
}
.bg-black {
  background-color: #222222 !important;
}
.bg-red {
  background-color: #f56954 !important;
}
.bg-yellow {
  background-color: #f39c12 !important;
}
.bg-aqua {
  background-color: #00c0ef !important;
}
.bg-blue {
  background-color: #0073b7 !important;
}
.bg-light-blue {
  background-color: #F8981D !important;
}
.bg-green {
  background-color: #00a65a !important;
}
.bg-navy {
  background-color: #001f3f !important;
}
.bg-teal {
  background-color: #39cccc !important;
}
.bg-olive {
  background-color: #3d9970 !important;
}
.bg-lime {
  background-color: #01ff70 !important;
}
.bg-orange {
  background-color: #ff851b !important;
}
.bg-fuchsia {
  background-color: #f012be !important;
}
.bg-purple {
  background-color: #932ab6 !important;
}
.bg-maroon {
  background-color: #85144b !important;
}
/* Text colors */
.text-red {
  color: #f56954 !important;
}
.text-yellow {
  color: #f39c12 !important;
}
.text-aqua {
  color: #00c0ef !important;
}
.text-blue {
  color: #0073b7 !important;
}
.text-light-blue {
  color: #3c8dbc !important;
}
.text-green {
  color: #00a65a !important;
}
.text-navy {
  color: #001f3f !important;
}
.text-teal {
  color: #39cccc !important;
}
.text-olive {
  color: #3d9970 !important;
}
.text-lime {
  color: #01ff70 !important;
}
.text-orange {
  color: #ff851b !important;
}
.text-fuchsia {
  color: #f012be !important;
}
.text-purple {
  color: #932ab6 !important;
}
.text-maroon {
  color: #85144b !important;
}
/*Hide elements by display none only*/
.hide {
  display: none !important;
}
/* Remove borders */
.no-border {
  border: 0px !important;
}
/* Remove padding */
.no-padding {
  padding: 0px !important;
}
.no-padding-top { padding-top:0 !important; }
.no-padding-right { padding-right:0 !important; }
.no-padding-bottom { padding-bottom:0 !important; }
.no-padding-left { padding-left:0 !important; }
/* Remove margins */
.no-margin {
  margin: 0px !important;
}
/* Remove box shadow */
.no-shadow {
  box-shadow: none!important;
}