/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
header {
  border-top: 4px solid #b9131a;
  z-index: 1;
  position: relative;
}
header .vertical-align {
  margin: 20px 0 30px;
}
header .vertical-align [class*="col-"]:not(.logo) {
  margin-top: 30px;
}
header nav {
  background-color: rgba(0, 0, 0, 0.85);
  text-align: left;
}
header nav ul {
  padding: 0;
  margin: 0;
  display: inline-block;
}
header nav ul li a {
  border-right: 1px solid #cccccc;
  color: white;
  text-transform: uppercase;
  transition: all .15s ease;
}
header nav ul li a:hover {
  color: #b9131a;
}
header nav ul li:last-child a {
  border: none;
}
header nav ul .dropdown-menu {
  background-color: transparent;
  padding-top: 8px;
  border-radius: 0;
}
header nav ul .dropdown-menu > li {
  float: none;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 3px;
  border-bottom: 1px solid #333333;
}
header nav ul .dropdown-menu > li:first-child {
  border-top: 1px solid #b9131a;
}
header nav ul .dropdown-menu > li:last-child {
  border-bottom: none;
}
header nav ul .dropdown-menu > li > a {
  border: none;
  color: #ffffff;
  text-transform: inherit;
  font-size: 12px;
}
header nav ul .dropdown-menu > li > a:hover {
  background-color: transparent;
  color: #b9131a;
}
.header-interna .header-busca {
  padding: 0;
  background-color: #b9131a;
}
.header-interna .header-busca .form-group {
  margin: 6px 0 10px;
}
.header-interna .header-busca button {
  background-color: transparent;
  box-shadow: none !important;
  color: #ffffff;
  font-size: 25px;
  border: none;
  position: relative;
  top: 2px;
}
.header-interna .header-busca button:hover {
  color: #cccccc;
}
.header-interna .header-busca button:active {
  color: #999999;
}
header .dropdown-menu li:hover .sub-menu {
  visibility: visible;
}
header .dropdown:hover .dropdown-menu {
  display: block;
}
.fa-bars {
  display: none;
}
@media (max-width: 768px) {
  .header-interna {
    min-height: 280px;
  }
  .header-interna .redes-sociais {
    height: 25px;
    display: none;
  }
  .link-youtube,
  .link-facebook {
    float: right;
  }
  header .vertical-align {
    margin: 0;
    display: block;
  }
  header .vertical-align [class*="col-"]:not(.logo) {
    margin-top: 10px;
  }
  .logo {
    margin-top: 10px;
  }
  nav:not(.header-busca) {
    display: none;
    position: absolute;
    top: 100px;
    right: 0;
    width: 248px;
    right: 30px;
  }
  nav:not(.header-busca) ul li {
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    width: 100%;
  }
  nav:not(.header-busca) ul li a {
    border: none;
    font-size: 14px;
    line-height: 29px;
  }
  nav:not(.header-busca) ul .dropdown-menu {
    display: block;
    position: relative;
    box-shadow: none;
    border: none;
    padding: 0;
  }
  header nav ul .dropdown-menu > li:first-child,
  header nav ul .dropdown-menu > li {
    border: none !important;
    box-shadow: none;
    font-size: 14px;
  }
  header nav ul .dropdown-menu > li {
    background-color: transparent;
    box-shadow: none;
    font-size: 14px;
  }
  header nav ul .dropdown-menu > li a {
    font-size: 14px;
    padding-left: 7px;
    line-height: 20px;
  }
  .fa-bars {
    display: block;
    position: absolute;
    right: 0;
    right: 15px;
    font-size: 25px;
    color: #333;
    cursor: pointer;
  }
  .fa-bars:hover,
  .fa-bars:active,
  .fa-bars:focus {
    color: #B9131A;
  }
  .logo img {
    display: inline;
  }
  header ~ section .carousel {
    margin-top: 0 !important;
  }
  .header-home {
    min-height: 240px !important;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .link-youtube,
  .link-facebook {
    position: relative;
    float: right;
  }
  .link-youtube {
    right: 16px;
  }
  .link-facebook {
    right: 8px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .link-youtube {
    float: none;
    position: relative;
    right: 10px;
  }
}
/* Large devices (large desktops, 1200px and up) */
footer {
  width: 100%;
  background-color: #333333;
  padding: 44px 0 50px;
}
footer nav {
  text-align: center;
}
footer nav ul {
  top: 10px;
}
footer nav ul a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
}
footer nav ul a:hover {
  color: #e3e3e3;
}
nav {
  width: 100%;
  padding: 8px 0;
}
nav ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  top: 2px;
}
nav ul li {
  list-style: none;
  float: left;
}
nav ul li a {
  padding: 5px 10px;
  transition: all .15s ease;
}
nav ul li a:hover {
  text-decoration: none;
}
a {
  text-decoration: none !important;
}
.text-underline {
  text-decoration: underline !important;
}
.text-inherit {
  text-transform: inherit;
}
label {
  font-size: 14px;
  color: #333333;
  font-weight: 300;
  text-transform: uppercase;
}
.text-gray-1 {
  color: #e3e3e3;
}
.text-gray-1:hover,
.text-gray-1:active,
.text-gray-1:focus {
  color: #e3e3e3;
}
.text-gray-4 {
  color: #999999;
}
.text-gray-4:hover,
.text-gray-4:active,
.text-gray-4:focus {
  color: #666666;
}
.text-gray-5 {
  color: #666666;
}
.text-gray-5:hover,
.text-gray-5:active,
.text-gray-5:focus {
  color: #333333;
}
.text-gray-6 {
  color: #333333;
}
.text-gray-6:hover,
.text-gray-6:active,
.text-gray-6:focus {
  color: #333333;
}
.text-green-1 {
  color: #0ac6a5;
}
.text-green-1:hover,
.text-green-1:active,
.text-green-1:focus {
  color: #0AB093;
}
.text-red-3 {
  color: #b9131a;
}
.text-red-3:hover,
.text-red-3:active,
.text-red-3:focus {
  color: #5e0408;
}
.size-36 {
  font-size: 36px;
}
.size-32 {
  font-size: 32px;
}
.size-30 {
  font-size: 30px;
}
.size-22 {
  font-size: 22px;
}
.size-20 {
  font-size: 20px;
}
.size-18 {
  font-size: 18px;
}
.size-16 {
  font-size: 16px;
}
.size-14 {
  font-size: 14px;
}
.size-12 {
  font-size: 12px;
}
.size-10 {
  font-size: 10px;
}
.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
.gray-1 {
  color: #f6f6f6;
}
.gray-2 {
  color: #e3e3e3;
}
.gray-3 {
  color: #cccccc;
}
.gray-4 {
  color: #999999;
}
.gray-5 {
  color: #666666;
}
.gray-6 {
  color: #333333;
}
.red-1 {
  color: #ff6666;
}
.red-2 {
  color: #ec1c23;
}
.red-3 {
  color: #b9131a;
}
.red-4 {
  color: #5e0408;
}
.green-1 {
  color: #0ac6a5;
}
.green-2 {
  color: #13b93e;
}
.text-light {
  font-weight: 300;
}
.text-normal {
  font-weight: 400 !important;
}
.text-bold {
  font-weight: 700;
}
.text-extra-bold {
  font-weight: 800;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-align {
  text-align: center;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-transform-inherit {
  text-transform: inherit !important;
}
.btn {
  border: none;
  border-radius: 3px;
  outline: none !important;
  color: #ffffff;
}
.btn.btn-top {
  margin-top: 40px;
}
.btn-xs {
  padding: 4px 5px;
}
.btn-lg {
  padding: 12px 16px;
}
.btn-sm {
  padding: 6px 10px;
}
.btn-red-1 {
  background-color: #ff6666;
}
.btn-red-1:hover,
.btn-red-1:active,
.btn-red-1:focus {
  background-color: #ec1c23 !important;
}
.btn-red-2 {
  background-color: #ec1c23;
}
.btn-red-2:hover,
.btn-red-2:active,
.btn-red-2:focus {
  background-color: #b9131a !important;
}
.btn-red-3 {
  background-color: #b9131a;
}
.btn-red-3:hover,
.btn-red-3:active,
.btn-red-3:focus {
  background-color: #5e0408 !important;
}
.btn-red-4 {
  background-color: #5e0408;
}
.btn-red-4:hover,
.btn-red-4:active,
.btn-red-4:focus {
  color: #ffffff;
  background-color: #2F0304 !important;
}
.btn-gray-1 {
  background-color: #f6f6f6;
}
.btn-gray-1:hover,
.btn-gray-1:active,
.btn-gray-1:focus {
  background-color: #e3e3e3 !important;
}
.btn-gray-2 {
  background-color: #e3e3e3;
}
.btn-gray-2:hover,
.btn-gray-2:active,
.btn-gray-2:focus {
  background-color: #cccccc !important;
}
.btn-gray-3 {
  background-color: #cccccc;
}
.btn-gray-3:hover,
.btn-gray-3:active,
.btn-gray-3:focus {
  background-color: #999999 !important;
}
.btn-gray-4 {
  background-color: #999999;
}
.btn-gray-4:hover,
.btn-gray-4:active,
.btn-gray-4:focus {
  background-color: #666666 !important;
}
.btn-gray-5 {
  background-color: #666666;
}
.btn-gray-5:hover,
.btn-gray-5:active,
.btn-gray-5:focus {
  background-color: #333333 !important;
}
.btn-gray-6 {
  background-color: #333333;
}
.btn-gray-6:hover,
.btn-gray-6:active,
.btn-gray-6:focus {
  color: #ffffff;
  background-color: #222 !important;
}
.btn-gray-6:hover img,
.btn-gray-6:active img,
.btn-gray-6:focus img {
  opacity: 0.1;
}
.btn-green-1 {
  background-color: #0ac6a5;
}
.btn-green-1:hover,
.btn-green-1:active,
.btn-green-1:focus {
  background-color: #13b93e !important;
}
.btn-green-2 {
  background-color: #13b93e;
}
.btn-green-2:hover,
.btn-green-2:active,
.btn-green-2:focus {
  background-color: #159E39 !important;
}
.btn-group-etapas {
  text-align: center;
}
.btn-group-etapas .line {
  height: 20px;
  width: 1px;
  background: #666;
  margin: 0 auto;
  position: relative;
}
.btn-group-etapas .btn-etapas {
  background-color: #666666;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 15px 0 25px;
  height: 125px;
}
.btn-group-etapas .btn-etapas .img-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
}
.btn-group-etapas .btn-etapas .img-icon img {
  margin: 0 auto;
  margin-bottom: 20px;
}
.btn-group-etapas .btn-etapas span {
  text-transform: uppercase;
  color: #fff;
}
.btn-group-etapas .icon {
  font-size: 30px;
  margin-top: 5px;
  color: #666666;
}
.btn-group-etapas.concluido .btn-etapas {
  background-color: #13b93e;
}
.btn-group-etapas.concluido .icon {
  color: #13b93e;
}
.btn-group-etapas.em-andamento .btn-etapas {
  background-color: #0ac6a5;
}
.btn-group-etapas.em-andamento .icon {
  color: #0ac6a5;
}
.btn-group-etapas.incompleta .btn-etapas {
  background-color: #ffcc00;
}
.btn-group-etapas.incompleta .icon {
  color: #ffcc00;
}
.btn-group-etapas:first-child .line {
  left: 16px;
}
.btn-group-etapas:last-child .line {
  right: 16px;
}
.btn-video {
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 24px;
  color: #ffffff;
  position: relative;
  height: 48px;
  margin-bottom: 50px;
}
.btn-video:hover {
  color: #999999;
}
.btn-video .fa-play-circle {
  font-size: 38px;
  float: left;
}
.btn-video span {
  font-weight: bold;
  position: relative;
  top: 9px;
  right: 15px;
}
.btn-icon {
  padding: 4px 7px 2px 7px;
  font-size: 14px;
  border-radius: 20px;
  text-align: left;
  height: 36px;
  margin-bottom: 10px;
}
.btn-icon .fa {
  font-size: 30px;
  margin-right: 5px;
}
.btn-icon .fa ~ span {
  position: relative;
  top: -5px;
}
.btn-icon .icon {
  font-size: 25px;
  margin-right: 5px;
  margin-left: 7px;
}
.btn-icon .icon ~ span {
  position: relative;
  top: -6px;
}
.transition {
  transition: all .15s ease;
}
.busca-praticas {
  position: absolute;
  /* right: 85px;*/
  right: 0;
  z-index: 1;
  width: 282px;
  margin-top: 60px;
}
.busca-praticas.panel {
  background-color: rgba(186, 24, 29, 0.9);
  border: none;
  border-radius: 0;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.busca-praticas h3 {
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 20px;
}
.busca-praticas .btn {
  margin: 25px 0px 15px;
}
.show-search {
  background-color: transparent;
  box-shadow: none !important;
  color: #ffffff;
  font-size: 25px;
  border: none;
  position: relative;
  top: 2px;
}
.show-search .icon {
  margin-left: 5px;
}
.show-search:hover,
.show-search:active,
.show-search:focus {
  color: #cccccc;
}
.header-interna .header-busca .btn-busca {
  background-color: #ec1c23;
  margin-bottom: 10px;
  top: 0;
  font-size: 12px;
}
.header-interna .header-busca .btn-icon {
  background-color: transparent;
}
@media (max-width: 992px) {
  .panel.panel-default.busca-praticas {
    right: 18px;
  }
  /*.carousel-inner{
        .item{display:none;}
    }*/
}
@media (max-width: 768px) {
  .box-search {
    display: none;
  }
}
textarea {
  resize: none;
}
.form-control {
  border-radius: 3px;
  box-shadow: none;
  background-color: #fafafa;
  font-weight: 300;
  font-size: 14px;
  color: #666666;
}
.form-control:focus {
  box-shadow: none;
}
.has-error .form-control {
  border-color: #ff6666;
}
.has-error .form-control:focus {
  border-color: #b9131a;
  box-shadow: none;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #ffffff;
  border-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: default;
}
.input-xs {
  height: 25px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-control-red-3 {
  background-color: #b9131a;
  color: #fff;
  border-color: #b9131a;
  font-weight: bold;
}
.form-control-red-3 option {
  background-color: #fff;
  color: #555;
}
header ~ section .carousel {
  margin-top: -41px;
}
.carousel-txt {
  background-color: #ffffff;
  width: 100%;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
}
.carousel-txt .carousel-text-body {
  padding: 30px;
  font-size: 20px;
  font-weight: 300;
  color: #333333;
  text-shadow: none;
  text-align: left;
}
.carousel-indicators {
  position: absolute;
  right: 15px;
  left: 0;
  bottom: 10px;
  width: initial;
  margin: 0;
  padding: 0;
  text-align: right;
}
.carousel-caption {
  right: initial;
  left: initial;
  width: 100%;
  bottom: 0;
  padding: 0;
}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-multiple .carousel-inner .active.left {
  left: -33%;
}
.carousel-multiple .carousel-inner .next {
  left: 33%;
}
.carousel-multiple .carousel-inner .prev {
  left: -33%;
}
.carousel-multiple .carousel-control.left,
.carousel-multiple .carousel-control.right {
  background-image: none;
}
.carousel-premiacoes {
  margin-top: 20px !important;
}
.carousel-premiacoes .item .text {
  background-color: #b9131a;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 7px;
  margin-top: -36px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.carousel-premiacoes .item a {
  display: block;
  height: 190px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.carousel-premiacoes .carousel-control {
  width: 36px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel-premiacoes .carousel-control .circle {
  margin-top: 80px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}
.carousel-premiacoes .carousel-control .fa {
  font-size: 27px;
  color: #000000;
  position: relative;
  top: 4px;
}
@media (max-width: 768px) {
  .carousel-fade h2 {
    font-size: 20px;
    line-height: 32px !important;
  }
  .carousel-fade p {
    font-size: 12px !important;
    line-height: 26px !important;
  }
  .carousel-fade .btn {
    font-size: 12px;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .carousel-fade h2 {
    font-size: 32px;
    line-height: 42px !important;
  }
  .carousel-fade p {
    font-size: 20px !important;
    line-height: 32px !important;
  }
  .carousel-fade .btn {
    font-size: 16px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .carousel-fade h2 {
    font-size: 28px;
    line-height: 34px !important;
  }
  .carousel-fade p {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .carousel-fade .btn {
    font-size: 16px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .carousel-fade h2 {
    font-size: 32px;
    line-height: 42px !important;
  }
  .carousel-fade p {
    font-size: 20px !important;
    line-height: 32px !important;
  }
}
.breadcrumb {
  background-color: inherit;
  padding: 0;
  margin-top: 20px;
}
.breadcrumb a {
  color: #333333;
  text-transform: uppercase;
  font-size: 10px;
  text-decoration: none;
}
.breadcrumb .base {
  font-weight: 700;
}
.breadcrumb .base:before {
  font-size: 10px;
  color: #333333;
  padding: 0;
}
.list-group.home .list-group-item {
  border: none;
  margin-bottom: 2px;
  padding: 0;
}
.list-group.home .list-group-item .label {
  display: table;
}
.list-group.home .list-group-item .redes-sociais {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #cccccc;
}
.list-group.home .list-group-item .redes-sociais a {
  margin-left: 10px;
  float: left;
  padding: 0;
  z-index: 1;
}
.list-group.home .list-group-item .redes-sociais a .fa {
  font-size: 20px;
}
.list-group.home .list-group-item a {
  display: block;
  padding: 20px 30px;
  position: relative;
  top: 3px;
}
.list-group.home .list-group-item a p {
  position: relative;
  top: 10px;
}
.list-group.home .list-group-item a .fa {
  color: #999999;
  font-size: 12px;
}
.list-group.home .list-group-item .fa-arrow-right {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
  color: #999999;
}
.list-group.list-border-bottom .list-group-item {
  padding: 2px;
  border-left: 0;
  border-right: 0;
}
.list-group.list-border-bottom .list-group-item:first-child {
  border-radius: 0;
}
.list-group.list-border-bottom .list-group-item .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.list-group.list-border-bottom .list-group-item .form-group {
  margin: 0;
}
.list-group.list-border-bottom .list-group-item .btn-group-add {
  position: relative;
  top: 4px;
}
.list-group.list-border-bottom .list-group-item .btn-group-edit {
  display: none;
  position: relative;
  top: 6px;
}
.list-group.list-border-bottom .list-group-item .btn-group-edit .remove_autores {
  position: relative;
  top: -2px;
}
.list-group.list-border-bottom .list-group-item.readonly .btn-group-add {
  display: none;
}
.list-group.list-border-bottom .list-group-item.readonly .btn-group-edit {
  display: block;
}
.list-group.list-border-bottom .list-group-item:not(.readonly) .btn-group-add {
  display: block;
}
.list-group.list-border-bottom .list-group-item:not(.readonly) .btn-group-edit {
  display: none;
}
.list-group.list-border-bottom .list-group-item .icon-software-pencil {
  border: 1px solid;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  padding: 5px;
  font-size: 16px;
}
.list-img-txt {
  padding: 0;
  margin: 0;
}
.list-img-txt a {
  color: inherit;
}
.list-img-txt img {
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
}
.list-img-txt li {
  min-height: 182px;
  overflow: hidden;
  position: relative;
  list-style: none;
  background-color: #e3e3e3;
  padding: 30px 30px 0;
  line-height: 28px;
  margin-top: 10px;
  border-radius: 3px;
  transition: all .15s ease;
}
.list-img-txt li:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.list-img-txt .selo {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  margin-bottom: 30px;
}
.list-img-txt .icon-print {
  float: right;
  position: relative;
  left: 20px;
}
.list-txt-img {
  padding: 0;
  margin: 0;
}
.list-txt-img li {
  list-style: none;
  border-bottom: 3px solid #f6f6f6;
}
.list-txt-img li:last-child {
  border-bottom: 0;
}
.list-txt-img li a {
  background-color: #ffffff;
  display: block;
  padding: 10px;
  position: relative;
}
.list-txt-img li a h3 {
  font-size: 22px;
  color: #333333;
}
.list-txt-img li a p {
  font-size: 16px;
  color: #666666;
}
.list-txt-img li a .fa {
  font-size: 20px;
  color: #999999;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.list-txt-img li a [class*="col-"] {
  position: inherit;
}
@media (max-width: 768px) {
  .list-img-txt .img {
    margin-top: 30px;
  }
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
.alert {
  padding: 9px;
  /*height: 50px;*/
  padding-left: 20px;
  border-radius: 5px;
  border: none;
  font-size: 18px;
}
.alert .icon {
  font-size: 32px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  margin-right: 15px;
}
.alert-success-1 {
  background-color: #0ac6a5;
  color: #ffffff;
}
.alert-success-2 {
  background-color: #13b93e;
  color: #ffffff;
}
.alert-danger-1 {
  background-color: #ff6666;
  color: #ffffff;
}
.alert-warning-1 {
  background-color: #ffcc00;
  color: #ffffff;
}
.box-msg {
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.box-msg .close-box-msg,
.box-msg .show-box-msg {
  font-size: 35px;
  cursor: pointer;
}
.box-msg .box-msg-container {
  padding: 20px;
}
.box-margin-out {
  margin-left: -30px;
  margin-right: -30px;
  padding: 30px 30px 15px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.processo {
  background-image: url(../img/processo/cicle.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
}
.processo .row {
  position: relative;
}
.processo img {
  margin: 0 auto;
  display: block;
}
.processo p {
  text-align: center;
  font-size: 16px;
  color: #333333;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .processo {
    background-image: none;
  }
  .processo .processo-top .row,
  .processo .processo-bottom .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 140px;
  }
  .processo .processo-top .row p,
  .processo .processo-bottom .row p {
    font-size: 14px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .processo .processo-top {
    top: 10px;
  }
  .processo .processo-bottom {
    top: 20px;
  }
  .processo p {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .processo .processo-top {
    top: 15px;
  }
  .processo .processo-bottom {
    top: 35px;
  }
  .processo p {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .processo .processo-top {
    top: -7px;
  }
  .processo .processo-bottom {
    top: 55px;
  }
}
.banner {
  background-image: url(img/banners/banner-sobre.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  min-height: 302px;
  margin-top: -41px;
  position: relative;
}
.banner .text {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.83+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.83) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#d4000000', GradientType=0);
  /* IE6-9 */
  height: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
}
.banner .text h2 {
  font-size: 32px;
  color: #ffffff;
  font-weight: 900;
}
.banner .text [class*="col-"] {
  height: 150px;
}
.banner .text [class*="col-"] div {
  position: absolute;
  bottom: 45px;
}
.tab-list {
  background-color: #f6f6f6;
  border-radius: 3px;
}
.tab-list .tab-list-menu {
  margin: 0;
  padding: 0;
}
.tab-list .tab-list-menu li {
  list-style: none;
  background-color: #ffffff;
  border-bottom: 1px solid #f6f6f6;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.tab-list .tab-list-menu li:first-child {
  border-top-left-radius: 3px;
}
.tab-list .tab-list-menu li:last-child {
  border-bottom-left-radius: 3px;
  border-bottom: none;
}
.tab-list .tab-list-menu li a {
  color: #666666;
  font-size: 16px;
  display: block;
  padding: 10px;
  position: relative;
}
.tab-list .tab-list-menu li a .icon {
  font-size: 30px;
  position: absolute;
  right: 5px;
  top: 5px;
}
.tab-list .tab-list-menu li.active {
  background-color: #b9131a;
}
.tab-list .tab-list-menu li.active a {
  color: #ffffff;
}
.tab-list .tab-content {
  padding: 30px;
  color: #666666;
  font-size: 16px;
  font-weight: 300;
}
.tab-list .tab-content ul {
  margin: 0;
  padding: 0;
}
.tab-list .tab-content ul li {
  list-style: none;
  padding-left: 10px;
  text-indent: -12px;
  margin-bottom: 10px;
}
.tab-list .tab-content ul li:before {
  font-family: "stamp-icons" !important;
  content: "\e0c5";
  font-size: 20px;
  font-weight: 800;
  color: #b9131a;
}
.my-practices {
  margin: 0;
  padding: 0;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
}
.my-practices .progress-bar-align {
  margin-top: 13px;
}
.my-practices li {
  position: relative;
  list-style: none;
  background-color: #f6f6f6;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 27px;
}
.my-practices li a:not(.btn) {
  display: block;
  padding: 27px;
}
.my-practices li h5 {
  font-weight: 800;
  color: #333333;
  text-transform: uppercase;
}
.my-practices li p {
  color: #666666;
}
.my-practices li p b {
  color: #333333;
}
.my-practices li p.data,
.my-practices li p.status {
  line-height: 16px;
}
.my-practices li span {
  color: #666666;
  font-weight: 800;
  font-size: 14px;
}
.my-practices li.border-green {
  border: 1px solid #0ac6a5;
}
.my-practices li.border-red {
  border: 1px solid #b9131a;
}
.my-practices .icons {
  position: absolute;
  bottom: -12px;
  left: 6px;
}
.my-practices .icons a {
  float: left;
  display: inherit;
  padding: 10px !important;
}
.my-practices .icons a i {
  font-size: 20px;
  color: #333333;
}
.my-practices .icons a img {
  position: relative;
  bottom: 3px;
  width: 17px;
}
.my-practices .icons a .fa.fa-edit {
  position: relative;
  top: 2px;
}
.my-practices .practices-100-percent {
  border: 1px solid #0ac6a5;
}
.my-practices .pratica-indeferida {
  margin-top: 22px;
  top: 0;
  position: relative;
  text-align: center;
  max-width: 178px;
  margin: 0 auto;
}
.my-practices .pratica-indeferida h2 {
  font-size: 20px;
  color: #333333;
  text-transform: uppercase;
  font-weight: 800;
}
.my-practices .pratica-indeferida h2 .icon {
  display: inline;
  font-size: 30px;
  position: relative;
  top: 3px;
}
.my-practices .pratica-indeferida p {
  color: #666666;
}
.my-practices .pratica-vencedora {
  text-align: center;
  max-width: 178px;
  margin: 0 auto;
  margin-top: 22px;
}
.my-practices .pratica-vencedora img {
  margin: 0 auto;
  margin-bottom: 10px;
}
.my-practices .pratica-vencedora p {
  font-size: 14px;
  color: #b9131a;
  font-weight: 800;
  text-transform: uppercase;
}
.my-practices .pratica-participou {
  margin-top: 22px;
  top: 0;
  position: relative;
  text-align: center;
  max-width: 178px;
  margin: 0 auto;
}
.my-practices .pratica-participou img {
  margin: 0 auto;
  margin-bottom: 10px;
}
.my-practices .pratica-participou p {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
}
.my-practices .pratica-concorrendo {
  text-align: center;
  max-width: 170px;
  margin: 0 auto;
}
.my-practices .pratica-concorrendo h2 {
  color: #0ac6a5;
  font-weight: 900;
  max-width: 145px;
}
.my-practices .pratica-concorrendo h2 .icon {
  float: left;
  font-size: 35px;
}
.my-practices .pratica-concorrendo p {
  color: #333333;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 20px;
}
.my-practices .pratica-aguardando-analise {
  text-align: center;
  max-width: 170px;
  margin: 0 auto;
}
.my-practices .pratica-aguardando-analise h2 {
  color: #0ac6a5;
  font-weight: 900;
  max-width: 145px;
}
.my-practices .pratica-aguardando-analise h2 .icon {
  float: left;
  font-size: 35px;
}
.my-practices .pratica-aguardando-analise p {
  color: #333333;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
.my-practices .pratica-incompleta {
  text-align: center;
  max-width: 170px;
  margin: 0 auto;
  margin-top: 22px;
}
.my-practices .pratica-incompleta .btn {
  padding-left: 20px;
  padding-right: 20px;
}
.my-practices .pratica-incompleta p {
  color: #333333;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .my-practices .data,
  .my-practices .status {
    line-height: 6px !important;
  }
}
@media (min-width: 992px) {
  .my-practices .data,
  .my-practices .status {
    line-height: 6px !important;
  }
  .my-practices .progress-bar-align {
    margin-top: 12px;
  }
}
@media (min-width: 1200px) {
  .my-practices .data,
  .my-practices .status {
    line-height: 6px !important;
  }
  .my-practices .progress-bar-align {
    margin-top: 13px;
  }
  .my-practices .pratica-concorrendo {
    margin-top: 22px;
  }
  .my-practices .pratica-aguardando-analise {
    margin-top: 22px;
  }
}
.progress-xs {
  height: 6px;
  border-radius: 0;
  margin: 7px 0;
}
.progress-bar-green-1 {
  /*background-color: @green-1;*/
}
.progress-bar-align {
  margin-top: 66px;
}
.progress-bar-green-1 {
  box-shadow: none;
  border: 1px solid #0ac6a5;
}
.progress-xs {
  height: 6px;
  border-radius: 0;
  margin: 7px 0;
}
.progress-bar-green-1 .progress-bar {
  background-color: #0ac6a5;
}
.progress .progress-bar {
  box-shadow: none;
}
.social-networks {
  float: right;
}
.social-networks ul {
  margin: 0;
  padding: 0;
}
.social-networks ul li {
  list-style: none;
  float: left;
  margin-left: 10px;
}
.social-networks ul li a {
  color: inherit;
  text-decoration: none;
}
.social-networks ul li a .fa {
  font-size: 20px;
}
.social-networks ul li a .fa.fa-facebook-square {
  color: #3b5998;
}
.social-networks ul li a .fa.fa-twitter-square {
  color: #55acee;
}
.social-networks ul li a .fa.fa-google-plus-square {
  color: #dd4b39;
}
.nav-tab {
  margin: 0;
  padding: 0;
}
.nav-tab li {
  list-style: none;
  border: 1px solid #95a3ab;
  margin-bottom: 2px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: relative;
}
.nav-tab li:first-child {
  border-top-left-radius: 3px;
}
.nav-tab li:last-child {
  border-bottom-left-radius: 3px;
}
.nav-tab li a {
  color: #666666;
  font-size: 14px;
  text-decoration: none;
  display: block;
  /*padding: 9px;*/
  padding: 9px 30px 9px 9px;
  height: auto;
}
.nav-tab li .icon-arrow-carrot-right {
  position: absolute;
  right: 2px;
  top: 2px;
  color: #666666;
  font-size: 28px;
}
.nav-tab li.active {
  background-color: #b9131a;
  border-color: #b9131a;
}
.nav-tab li.active a,
.nav-tab li.active .icon {
  color: #ffffff;
}
.tab-content-praticas .tab-pane * {
  color: #666666;
}
.tab-content-praticas .tab-pane *:first-child {
  margin-top: 0;
}
.tab-content-praticas .tab-pane h5 {
  font-size: 16px;
  font-weight: 700;
}
.tab-content-praticas .tab-pane p {
  font-size: 14px;
}
.tab-content-praticas .tab-pane .row {
  margin-bottom: 40px;
}
.tab-content-praticas .tab-pane .icon-social-youtube {
  color: #cd201f;
  font-size: 18px;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
.tab-content-praticas .tab-pane .icon-basic-magnifier-plus {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  margin-left: -20px;
  margin-top: -20px;
  color: #ffffff;
}
.tab-content-praticas .tab-pane .image {
  cursor: pointer;
}
.tab-content-praticas .imgs-pratica {
  margin-bottom: 0 !important;
}
.img-pratica {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 167px;
  margin-bottom: 30px;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 768px) {
  .img-pratica {
    height: 167px;
  }
}
@media (min-width: 992px) {
  .img-pratica {
    height: 222px;
  }
}
#zoomImageModal {
  background-color: rgba(0, 0, 0, 0.75);
}
#zoomImageModal.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.noticias .list-news {
  margin: 10px 0 0;
  padding: 0;
}
.noticias .list-news li {
  position: relative;
  list-style: none;
  border-bottom: 1px solid #e3e3e3;
  padding: 20px 0;
}
.noticias .list-news li a {
  text-decoration: none;
  color: inherit;
}
.noticias .list-news li img {
  width: 100%;
}
.noticias .list-news li p {
  font-size: 18px;
  color: #333333;
  font-weight: 300;
}
.noticias .list-news li .redes-sociais {
  float: right;
}
.noticias .list-news li .redes-sociais a {
  margin-left: 5px;
}
.noticias .list-news li .redes-sociais .fa {
  font-size: 20px;
  transition: all .15s ease;
}
.noticias .list-news li .redes-sociais .fa:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.noticias .list-news li .redes-sociais .fa-facebook-square {
  color: #3b5998;
}
.noticias .list-news li .redes-sociais .fa-twitter-square {
  color: #55acee;
}
.noticias .list-news li .redes-sociais .fa-google-plus-square {
  color: #dd4b39;
}
.noticias .list-news li a.arrow-right {
  position: absolute;
  right: 10px;
  bottom: 20px;
}
.noticias .date-time span {
  background-color: #333333;
  color: #ffffff;
  font-size: 12px;
  padding: 4px 5px;
}
.noticias .date-time .fa {
  margin-left: 10px;
}
.noticias .date-time b {
  text-transform: uppercase;
  font-size: 12px;
  color: #b9131a;
  margin-left: 5px;
}
.noticias .detalhes h2 {
  margin: 0 0 20px;
  font-size: 32px;
  color: #333333;
}
.noticias .detalhes h4 {
  margin: 0 0 25px;
  font-size: 18px;
  color: #666666;
}
.noticias .detalhes h6 {
  margin: 30px 0 20px;
  font-size: 16px;
  color: #666666;
  font-weight: bold;
}
.noticias .detalhes p {
  margin: 0 0 20px;
  font-size: 14px;
  color: #666666;
}
.noticias .praticas-vencedoras {
  margin: 30px 0 80px;
}
.noticias .praticas-vencedoras a {
  text-decoration: none;
  color: inherit;
  display: block;
  margin: 31px 0 0;
  transition: all .15s ease;
}
.noticias .praticas-vencedoras a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.noticias .praticas-vencedoras h3 {
  font-size: 20px;
  color: #333333;
  margin: 0 0 30px;
  font-weight: bold;
}
.noticias .praticas-vencedoras h4 {
  font-size: 14px;
  color: #b9131a;
  font-weight: bold;
  margin: 0 0 20px;
}
.noticias .praticas-vencedoras h4 span {
  text-transform: uppercase;
}
.noticias .praticas-vencedoras h5 {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  margin: 0 0 5px;
}
.noticias .praticas-vencedoras p {
  font-size: 14px;
  color: #333333;
}
.noticias .comments {
  margin-bottom: 70px;
}
.icon-print i {
  font-size: 20px;
  color: #333333;
}
.foto-title {
  margin-bottom: 30px;
  cursor: pointer;
}
.foto-title div {
  background-color: #333333;
  color: #fff;
  padding: 15px 15px 5px;
  height: 60px;
  position: relative;
}
.foto-title div .icon {
  font-size: 30px;
}
.foto-title div span {
  position: absolute;
  left: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#galeriaModal {
  background-color: rgba(0, 0, 0, 0.9);
}
#galeriaModal .modal-dialog {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
}
#galeriaModal .modal-lg {
  width: 750px;
}
.fotorama {
  background-color: #fff;
  padding: 7px;
}
.fotorama .fotorama__thumb-border {
  border-color: #b9131a !important;
}
.fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__html div {
  background-color: rgba(185, 19, 26, 0.7);
  color: #fff;
  font-weight: bold;
  padding: 10px;
}
.mapa-consultores {
  position: relative;
  left: 0;
  top: 0;
}
.mapa-consultores .panel-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mapa-consultores .img-mapa {
  width: 100%;
}
.mapa-consultores .map {
  background-image: url('../img/mapa.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
}
.mapa-consultores .map img {
  visibility: hidden;
}
.mapa-consultores .pin {
  background-image: url('../img/pin.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 58px;
}
.mapa-consultores .pin:hover {
  background-image: url('../img/pin-hover.png');
}
.mapa-consultores .pin {
  position: absolute;
  left: 400px;
  top: 257px;
  cursor: default;
  transition: all 1.2s ease;
}
.mapa-consultores .box {
  display: none;
  position: absolute;
  z-index: 1;
  background-color: #ffffff;
  border: 1px solid #9c9c9c;
  padding: 20px;
  width: 282px;
  bottom: 42px;
  right: 15px;
}
.mapa-consultores .box.left.top {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.mapa-consultores .box.right.top {
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.mapa-consultores .box.left.bottom {
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.mapa-consultores .box.right.bottom {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.mapa-consultores .box ul {
  margin: 0;
  padding: 0;
}
.mapa-consultores .box ul li {
  list-style: none;
}
.mapa-consultores .box ul li:last-child a {
  margin-bottom: 0;
}
.mapa-consultores .box ul li a {
  display: block;
  min-height: 48px;
  margin-bottom: 10px;
  cursor: default;
}
.mapa-consultores .box ul li a img {
  float: left;
}
.mapa-consultores .box ul li a .text {
  float: left;
  margin-left: 10px;
  width: 180px;
}
.mapa-consultores .box ul li a .text h2 {
  font-size: 12px;
  color: #b9131a;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  line-height: 14px;
  margin-bottom: 5px;
}
.mapa-consultores .box ul li a .text p {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  margin: 0;
}
.mapa-consultores .box .empresa {
  width: 180px;
  position: relative;
  left: 60px;
}
.mapa-consultores .box .empresa h4,
.mapa-consultores .box .empresa p {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
}
.mapa-consultores .box .empresa h4 {
  line-height: 12px;
  margin-bottom: 5px;
  margin-top: 20px;
}
.mapa-consultores .box .empresa p {
  font-weight: bold;
}
.mapa-consultores #pin_1.pin.show {
  left: 9%;
  top: 28%;
}
.mapa-consultores #pin_2.pin.show {
  left: 93.5%;
  top: 23%;
}
.mapa-consultores #pin_3.pin.show {
  left: 25%;
  top: 15%;
}
.mapa-consultores #pin_4.pin.show {
  left: 53%;
  top: 0%;
}
.mapa-consultores #pin_5.pin.show {
  left: 80%;
  top: 30%;
}
.mapa-consultores #pin_6.pin.show {
  left: 85%;
  top: 10%;
}
.mapa-consultores #pin_7.pin.show {
  left: 65%;
  top: 35%;
}
.mapa-consultores #pin_8.pin.show {
  left: 85%;
  top: 48%;
}
.mapa-consultores #pin_9.pin.show {
  left: 59%;
  top: 41%;
}
.mapa-consultores #pin_10.pin.show {
  left: 70%;
  top: 14%;
}
.mapa-consultores #pin_11.pin.show {
  left: 75%;
  top: 45%;
}
.mapa-consultores #pin_12.pin.show {
  left: 48%;
  top: 51%;
}
.mapa-consultores #pin_13.pin.show {
  left: 44%;
  top: 33%;
}
.mapa-consultores #pin_14.pin.show {
  left: 50%;
  top: 15%;
}
.mapa-consultores #pin_15.pin.show {
  left: 90%;
  top: 15%;
}
.mapa-consultores #pin_16.pin.show {
  left: 96%;
  top: 18.5%;
}
.mapa-consultores #pin_17.pin.show {
  left: 80%;
  top: 15%;
}
.mapa-consultores #pin_18.pin.show {
  left: 57%;
  top: 60%;
}
.mapa-consultores #pin_19.pin.show {
  left: 79%;
  top: 55%;
}
.mapa-consultores #pin_20.pin.show {
  left: 94%;
  top: 13.5%;
}
.mapa-consultores #pin_21.pin.show {
  left: 27%;
  top: 30%;
}
.mapa-consultores #pin_22.pin.show {
  left: 30%;
  top: 2%;
}
.mapa-consultores #pin_23.pin.show {
  left: 53%;
  top: 78%;
}
.mapa-consultores #pin_24.pin.show {
  left: 62%;
  top: 69%;
}
.mapa-consultores #pin_25.pin.show {
  left: 91.5%;
  top: 26%;
}
.mapa-consultores #pin_26.pin.show {
  left: 65%;
  top: 53%;
}
.mapa-consultores #pin_27.pin.show {
  left: 64%;
  top: 26%;
}
.mapa-consultores #accordion .box {
  display: block;
  position: inherit;
  z-index: 1;
  background-color: #ffffff;
  border: 0;
  padding: 0;
  width: 100%;
  bottom: inherit;
  right: inherit;
}
* {
  font-family: 'Merriweather Sans', sans-serif;
  outline: none !important;
}
.grid-margin-none {
  margin: 0;
}
.grid-margin-none [class*="col-"] {
  padding: 0;
}
label.error {
  color: #b9131a;
}
.block-copy {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.bg-black {
  background-color: #000000;
}
.bg-white {
  background-color: #ffffff;
}
.bg-gray-1 {
  background-color: #f6f6f6;
}
.bg-gray-2 {
  background-color: #e3e3e3;
}
.bg-gray-3 {
  background-color: #cccccc;
}
.bg-gray-4 {
  background-color: #999999;
}
.bg-gray-5 {
  background-color: #666666;
}
.bg-gray-6 {
  background-color: #333333;
}
.bg-red-1 {
  background-color: #ff6666;
}
.bg-red-2 {
  background-color: #ec1c23;
}
.bg-red-3 {
  background-color: #b9131a;
}
.bg-red-4 {
  background-color: #5e0408;
}
.bg-green-1 {
  background-color: #0ac6a5;
}
.bg-green-2 {
  background-color: #13b93e;
}
.img {
  width: 100%;
}
.img.img-border {
  border: 1px solid #e3e3e3;
}
.parceiros .img {
  width: 100%;
}
.parceiros .img.img-border {
  border: 1px solid #e3e3e3;
  margin-bottom: 20px;
}
.hover {
  opacity: 1;
}
.hover:hover,
.hover:hover * {
  opacity: 0.9;
}
.overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.preview-input-file {
  width: 100%;
}
.preview-input-file img {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.margin-0 {
  margin: 0 !important;
}
.margin-center {
  margin: 0 auto;
}
.vertical-align {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.text-middle {
  vertical-align: middle;
}
.boder-radio-0 {
  border-radius: 0;
}
.cursor-pointer {
  cursor: pointer;
}
.praticas-destaque {
  position: relative;
  min-height: 355px;
}
.praticas-destaque .img {
  margin-bottom: 5px;
}
.praticas-destaque .saiba-mais {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.autor-responsavel {
  background-color: #f6f6f6;
  margin-left: -30px;
  margin-right: -30px;
  padding: 30px;
  padding-bottom: 15px;
  border-radius: 3px;
}
.diretores {
  background-color: #f6f6f6;
  min-height: 830px;
  margin-bottom: 50px;
}
.diretores .diretores-content {
  padding: 15px;
}
.diretores .diretores-content h4 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
}
.diretores .diretores-content p {
  font-size: 12px;
  font-weight: 300;
}
.box-img-text {
  background-color: #f6f6f6;
  min-height: 450px;
  margin-bottom: 50px;
}
.box-img-text .content {
  padding: 15px;
  text-align: center;
}
.box-img-text .content h4 {
  text-transform: uppercase;
  font-weight: 800;
}
.box-img-text .content p {
  font-size: 12px;
  font-weight: 300;
}
.panel-contatos .panel-default {
  background-color: #FAFAFA;
  border-color: #CCC;
}
.label-select {
  display: none;
  font-weight: 300;
  font-size: 14px;
  color: #9F9F9F;
  position: absolute;
  top: 7px;
  left: 32px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li > a,
.pagination > li > span {
  border: none;
  color: #000;
}
.pagination > li:first-child > a:hover,
.pagination > li:first-child > span:hover,
.pagination > li > a:hover,
.pagination > li > span:hover {
  background-color: transparent;
  color: #999;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: transparent;
  color: #96181c;
}
.pagination > li > a,
.pagination > li > span {
  padding: 6px 9px;
}
.pagination-label {
  position: relative;
  bottom: 29px;
  text-transform: uppercase;
  color: #000;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li > a,
.pagination > li > span {
  border: none;
  color: #000;
}
.pagination > li:first-child > a:hover,
.pagination > li:first-child > span:hover,
.pagination > li > a:hover,
.pagination > li > span:hover {
  background-color: transparent;
  color: #999;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: transparent;
  color: #96181c;
}
.pagination > li > a,
.pagination > li > span {
  padding: 6px 9px;
}
.pagination-label {
  position: relative;
  bottom: 29px;
  text-transform: uppercase;
  color: #000;
}
#premiacoes ul {
  margin: 0;
  padding: 0;
}
#premiacoes ul li {
  list-style: none;
  border-bottom: 1px solid #e3e3e3;
}
#premiacoes ul li:last-child {
  border-bottom: 0;
}
#premiacoes ul li a {
  color: inherit;
  text-decoration: none;
  padding-bottom: 10px;
  display: block;
}
#premiacoes ul li a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f061";
  float: right;
  margin-top: -20px;
}
#premiacoes h3 {
  font-size: 28px;
  color: #333333;
  margin-bottom: 30px;
}
#premiacoes h4 {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  line-height: 25px;
}
#premiacoes p {
  line-height: 8px;
  font-size: 12px;
  color: #666666;
}
#premiacoes p b {
  color: #333333;
}
#premiacoes .premiadas h3 {
  color: #ec1c23;
}
#premiacoes .titulo {
  margin-bottom: 50px;
}
#premiacoes .titulo h2 {
  font-size: 32px;
  color: #333333;
}
#premiacoes .titulo p {
  font-size: 18px;
  color: #666666;
  line-height: 25px;
}
.remove_photo {
  position: absolute;
  bottom: -11px;
  left: 46%;
  color: #b9131a;
  font-size: 23px;
}
.redes-sociais {
  float: right;
}
.redes-sociais a {
  margin-left: 5px;
  color: inherit;
}
.redes-sociais .fa {
  font-size: 20px;
  transition: all .15s ease;
}
.redes-sociais .fa:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.redes-sociais .fa-facebook-square {
  color: #3b5998;
}
.redes-sociais .fa-twitter-square {
  color: #55acee;
}
.redes-sociais .fa-google-plus-square {
  color: #dd4b39;
}
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}
