/* Collapse ==================================== */
.collapse .well,
.collapse.in .well,
.collapsing .well {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0; }

/* Panel ======================================= */
.panel-group .panel-col-red {
  border: 1px solid #F44336; }
  .panel-group .panel-col-red .panel-title {
    background-color: #F44336 !important;
    color: #fff; }
  .panel-group .panel-col-red .panel-body {
    border-top-color: transparent !important; }

.panel-group .panel-col-pink {
  border: 1px solid #E91E63; }
  .panel-group .panel-col-pink .panel-title {
    background-color: #E91E63 !important;
    color: #fff; }
  .panel-group .panel-col-pink .panel-body {
    border-top-color: transparent !important; }

.panel-group .panel-col-purple {
  border: 1px solid #9C27B0; }
  .panel-group .panel-col-purple .panel-title {
    background-color: #9C27B0 !important;
    color: #fff; }
  .panel-group .panel-col-purple .panel-body {
    border-top-color: transparent !important; }

.panel-group .panel-col-deep-purple {
  border: 1px solid #673AB7; }
  .panel-group .panel-col-deep-purple .panel-title {
    background-color: #673AB7 !important;
    color: #fff; }
  .panel-group .panel-col-deep-purple .panel-body {
    border-top-color: transparent !important; }

.panel-group .panel-col-indigo {
  border: 1px solid #3F51B5; }
  .panel-group .panel-col-indigo .panel-title {
    background-color: #3F51B5 !important;
    color: #fff; }
  .panel-group .panel-col-indigo .panel-body {
    border-top-color: transparent !important; }

.panel-group .panel-col-blue {
  border: 1px solid #2196F3; }
  .panel-group .panel-col-blue .panel-title {
    background-color: #2196F3 !important;
    color: #fff; }
  .panel-group .panel-col-blue .panel-body {
    border-top-color: transparent !important; }

.panel-group .panel-col-light-blue {
  border: 1px solid #03A9F4; }
  .panel-group .panel-col-light-blue .panel-title {
    background-color: #03A9F4 !important;
    color: #fff; }
  .panel-group .panel-col-light-blue .panel-body {
    border-top-color: transparent !important; }

.panel-group .panel-col-cyan {
  border: 1px solid #00BCD4; }
  .panel-group .panel-col-cyan .panel-title {
    background-color: #00BCD4 !important;
    color: #fff; }
  .panel-group .panel-col-cyan .panel-body {
    border-top-color: transparent !important; }

.panel-group .panel-col-teal {
  border: 1px solid #009688; }
  .panel-group .panel-col-teal .panel-title {
    background-color: #009688 !important;
    color: #fff; }
  .panel-group .panel-col-teal .panel-body {
    border-top-color: transparent !important; }

.panel-group .panel-col-green {
  border: 1px solid #4CAF50; }
  .panel-group .panel-col-green .panel-title {
    background-color: #4CAF50 !important;
    color: #fff; }
  .panel-group .panel-col-green .panel-body {
    border-top-color: transparent !important; }

.panel-group .panel-col-light-green {
  border: 1px solid #8BC34A; }
  .panel-group .panel-col-light-green .panel-title {
    background-color: #8BC34A !important;
    color: #fff; }
  .panel-group .panel-col-light-green .panel-body {
    border-top-color: transparent !important; }

.panel-group .panel-col-lime {
  border: 1px solid #CDDC39; }
  .panel-group .panel-col-lime .panel-title {
    background-color: #CDDC39 !important;
    color: #fff; }
  .panel-group .panel-col-lime .panel-body {
    border-top-color: transparent !important; }

.panel-group .panel-col-yellow {
  border: 1px solid #ffe821; }
  .panel-group .panel-col-yellow .panel-title {
    background-color: #ffe821 !important;
    color: #fff; }
  .panel-group .panel-col-yellow .panel-body {
    border-top-color: transparent !important; }

.panel-group .panel-col-amber {
  border: 1px solid #FFC107; }
  .panel-group .panel-col-amber .panel-title {
    background-color: #FFC107 !important;
    color: #fff; }
  .panel-group .panel-col-amber .panel-body {
    border-top-color: transparent !important; }

.panel-group .panel-col-orange {
  border: 1px solid #FF9800; }
  .panel-group .panel-col-orange .panel-title {
    background-color: #FF9800 !important;
    color: #fff; }
  .panel-group .panel-col-orange .panel-body {
    border-top-color: transparent !important; }

.panel-group .panel-col-deep-orange {
  border: 1px solid #FF5722; }
  .panel-group .panel-col-deep-orange .panel-title {
    background-color: #FF5722 !important;
    color: #fff; }
  .panel-group .panel-col-deep-orange .panel-body {
    border-top-color: transparent !important; }

.panel-group .panel-col-brown {
  border: 1px solid #795548; }
  .panel-group .panel-col-brown .panel-title {
    background-color: #795548 !important;
    color: #fff; }
  .panel-group .panel-col-brown .panel-body {
    border-top-color: transparent !important; }

.panel-group .panel-col-grey {
  border: 1px solid #9E9E9E; }
  .panel-group .panel-col-grey .panel-title {
    background-color: #9E9E9E !important;
    color: #fff; }
  .panel-group .panel-col-grey .panel-body {
    border-top-color: transparent !important; }

.panel-group .panel-col-blue-grey {
  border: 1px solid #607D8B; }
  .panel-group .panel-col-blue-grey .panel-title {
    background-color: #607D8B !important;
    color: #fff; }
  .panel-group .panel-col-blue-grey .panel-body {
    border-top-color: transparent !important; }

.panel-group .panel-col-black {
  border: 1px solid #000000; }
  .panel-group .panel-col-black .panel-title {
    background-color: #000000 !important;
    color: #fff; }
  .panel-group .panel-col-black .panel-body {
    border-top-color: transparent !important; }

.panel-group .panel-col-white {
  border: 1px solid #ffffff; }
  .panel-group .panel-col-white .panel-title {
    background-color: #ffffff !important;
    color: #fff; }
  .panel-group .panel-col-white .panel-body {
    border-top-color: transparent !important; }

.panel-group .panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .panel-group .panel .panel-title .material-icons {
    float: left;
    line-height: 16px;
    margin-right: 8px; }
  .panel-group .panel .panel-heading {
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
    .panel-group .panel .panel-heading a {
      display: block;
      padding: 10px 15px; }
      .panel-group .panel .panel-heading a:hover, .panel-group .panel .panel-heading a:focus, .panel-group .panel .panel-heading a:active {
        text-decoration: none; }
  .panel-group .panel .panel-body {
    color: #555; }

.panel-group .panel-primary {
  border-bottom: 1px solid #e0e0e0; 
  margin: 0 10%;
}
  .panel-group .panel-primary .panel-title {
    background-color: #eee; }

.full-body .panel-primary .panel-body {
  border-top-color: #fff !important;
  background-color: #1f91f3;
  color: #fff; }

  .tab-content {
    background-color: #eee;
  }

.collapsed-box > .box-header  {
  background: #ffffff !important;
}
.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
  background: #1254a2;
}
.box {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #d2d6de;
  width: 100%;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
  padding-top: 5px;
  font-weight: bold;
  color: #97a0b3;
}
.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
  content: " ";
  display: table;
}
.box-header:after,
.box-body:after,
.box-footer:after {
  clear: both;
}
.btn-box-tool {
  padding: 5px;
  background: transparent;
  color: #97a0b3;
}
.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
  display: none;
}
.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #e0e0e0;
}

.font_m12 {
  font-size: 16px;
}

.font_m12 > tr > td:first-child {
  border-top: 1px solid #ccc !important;
  text-align: left;
}

.font_m12 > tr:last-child {
  border-bottom: 1px solid #ccc !important;
}

.font_m12 > tr > td {
  border-top: 1px solid #ccc !important;
  text-align: center;
}

.font_m16 {
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
}

  
/* Nav Tabs ==================================== */
  .nav-tabs > li {
    position: relative;
    top: 3px;
    left: -2px; }
    .nav-tabs > li > a {
      border: none !important;
      color: #999 !important;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0;
      text-align: center; }
    .nav-tabs > li > a > img {
      max-width: 40px; }
      .nav-tabs > li > a:hover, .nav-tabs > li > a:active, .nav-tabs > li > a:focus {
        background-color: transparent !important; }
      .nav-tabs > li > a:before {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 0;
        border-bottom: 2px solid #1254a2;
        bottom: 2px;
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -moz-transition: 0.1s ease-in;
        -o-transition: 0.1s ease-in;
        -webkit-transition: 0.1s ease-in;
        transition: 0.1s ease-in; }
      .nav-tabs > li > a .material-icons {
        position: relative;
        top: 7px;
        margin-bottom: 8px; }
  .nav-tabs li.active a {
    color: #222 !important;
    background-color: transparent;
  }
    .nav-tabs li.active a:hover, .nav-tabs li.active a:active, .nav-tabs li.active a:focus {
      background-color: transparent !important; }
    .nav-tabs li.active a:before {
      -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
      -o-transform: scaleX(1);
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }

.nav-tabs.tab-col-red > li > a:before {
  border-bottom: 2px solid #F44336; }

.nav-tabs.tab-col-pink > li > a:before {
  border-bottom: 2px solid #E91E63; }

.nav-tabs.tab-col-purple > li > a:before {
  border-bottom: 2px solid #9C27B0; }

.nav-tabs.tab-col-deep-purple > li > a:before {
  border-bottom: 2px solid #673AB7; }

.nav-tabs.tab-col-indigo > li > a:before {
  border-bottom: 2px solid #3F51B5; }

.nav-tabs.tab-col-blue > li > a:before {
  border-bottom: 2px solid #2196F3; }

.nav-tabs.tab-col-light-blue > li > a:before {
  border-bottom: 2px solid #03A9F4; }

.nav-tabs.tab-col-cyan > li > a:before {
  border-bottom: 2px solid #00BCD4; }

.nav-tabs.tab-col-teal > li > a:before {
  border-bottom: 2px solid #009688; }

.nav-tabs.tab-col-green > li > a:before {
  border-bottom: 2px solid #4CAF50; }

.nav-tabs.tab-col-light-green > li > a:before {
  border-bottom: 2px solid #8BC34A; }

.nav-tabs.tab-col-lime > li > a:before {
  border-bottom: 2px solid #CDDC39; }

.nav-tabs.tab-col-yellow > li > a:before {
  border-bottom: 2px solid #ffe821; }

.nav-tabs.tab-col-amber > li > a:before {
  border-bottom: 2px solid #FFC107; }

.nav-tabs.tab-col-orange > li > a:before {
  border-bottom: 2px solid #FF9800; }

.nav-tabs.tab-col-deep-orange > li > a:before {
  border-bottom: 2px solid #FF5722; }

.nav-tabs.tab-col-brown > li > a:before {
  border-bottom: 2px solid #795548; }

.nav-tabs.tab-col-grey > li > a:before {
  border-bottom: 2px solid #9E9E9E; }

.nav-tabs.tab-col-blue-grey > li > a:before {
  border-bottom: 2px solid #607D8B; }

.nav-tabs.tab-col-black > li > a:before {
  border-bottom: 2px solid #000000; }

.nav-tabs.tab-col-white > li > a:before {
  border-bottom: 2px solid #ffffff; 
}

.panel-group {
  padding-bottom: 15px;
}

.licitacoes_lista {
  padding: 5px;
}
.licitacoes_lista a {
  color: #666;
}
.licitacoes_lista a:hover {
  color: #413D7E;
}
.txt_licitacao {    
  margin: 0;
  padding: 15px 5% 0 5%;
  font-size: 18px;
  font-weight: bold;
}

.x_panel {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 17px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    opacity: 1;
    transition: all .2s ease
}
.x_title {
    border-bottom: 2px solid #413D7E;
    padding: 1px 5px 6px;
}
.x_title > ul {
  position: absolute;
  top: 5px;
  right: 15px;
}
.x_title h2 {
    margin: 5px 15px 6px 0;
    font-size: 16px;
}
.x_title h2 small {
    margin-left: 10px
}
.x_title span {
    color: #BDBDBD
}
.x_content {
    padding: 0 5px 6px;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 5px
}
.x_content h4 {
    font-size: 16px;
    font-weight: 500
}

.img_noticia {
  margin-bottom: 5px;
  border: 2px solid #E2BB20;
}

.form_pesquisa {
  width: 50%;
}

.form_pesquisa label {
  font-size: 14px;
  width: 35%;
  margin-bottom: 10px;
}

.form_pesquisa select, .form_pesquisa input {
  width: 63%;
  padding: 3px 0;
}

#fromYear, #toYear {
  width: 30%;
}

.btn_form {
  width: 80px; 
  height: 40px; 
  margin: 0px 10px; 
  padding: 5px 10px; 
  color: #ffffff; 
  cursor: pointer; 
  background: #382372; 
  font-size: 14px; 
  font-family: Arial; 
  border: 0;
  float: right;
}

.noticias_line {
  padding: 1% 0 0 1%;
}

.text_center {
  text-align: center;
  padding: 0% 1%;
}

.pad_t2 {
  padding-top: 2%;
}

.page_pad {
  padding: 0% 10%; 
}

.img_text {
  max-width: 80%;
  float: left;
}

.img_text2 {
  max-width: 50%;
  float: right;
  padding: 1%;
}


.busca_titulo {
  font-size: 24px;
  text-align: center;
  color: #E2BB20;
}

.busca_subtitulo {
  padding-top: 2%;
  font-size: 18px;
  color: #000;
}

.subir {
  position: fixed;
  bottom: 4%;
  right: 1%;
  max-width: 7%;
  display: none;
  z-index: 2;
}

.text {
  font-size: 16px; 
  padding-top: 1%;
}

.pautas {
  padding: 15px 5px;
}

.pautas img {
  max-width: 30px;
  float: right;
}

.line {
  clear: both;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 10px;
}

.pautas > p {
  font-size: 14px;
}

.pautas > div > p {
  font-size: 16px;
  font-weight: bold;
}

.link_concurso {
  color: #000;
}

.link_concurso:hover {
  color: #413D7E;
}

.contratos_text span {
  font-size: 11px;
  display: block;
  padding-top: 3px;
  color: #413D7E;
  font-weight: bold;
}

.contratos_text {
  font-size: 16px;
  padding: 0 5px 10px 5px !important;
}

.back_grey {
  background-color: #f3f3f3;
  margin-bottom: 15px;
}

.back_grey p {
  padding: 1%;
  margin: 0;
  padding-bottom: 0;
}
.logo {
	max-width: 400px;
	margin-top: 1%;
}



@media screen and (max-width: 1200px) {
  .col-md-12 {
    padding-left: 0 !important;
    padding-right: 0 !important; 
  }
.logo {
	max-width: 400px;
	margin-top: 1%;
}
}

@media screen and (max-width: 991px) {
  .img_menu {
    max-width: 40px;
    float: right;
    padding: 1% 0 5px 2px;
  }

  .logo {
    max-width: 430px !important;
    padding: 1% 0%;
	margin-top: 1%;
  }
  
  .container {
    width: 100% !important;
  }
  
  .col-md-12 {
    padding-left: 0 !important;
    padding-right: 0 !important; 
  }

  .noticia a {
    font-size: 28px;
  }

  .mb_5 {
    margin-top: 5%;
  }
}

@media screen and (max-width: 800px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 14px !important;
    font-weight: normal !important;
  }
}

@media screen and (max-width: 767px) {
  #menu > div {
    max-height: 250px; 
    overflow-y: auto;
  }

  .clear_m {
    clear: both;
  }

  .font_m12 > tr > td:first-child {
    width: 10%;
  }

  .line {
    clear: both;
    border-bottom: 1px solid #ccc;
    max-width: 60%;
    margin: 0 auto;
    padding-top: 10px;
  }

  .font_m12 {
    font-size: 12px;
  }

  .font_m16 {
    font-size: 16px;
  }

  .text {
    font-size: 14px; 
    padding-top: 1%;
  }

  .nav > li > a {
      display: block;
      padding: 15px 15px;
      position: relative;
      color: #555;
      font-weight: bold;
      box-shadow: none !important; 
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
  }

  .navbar-collapse {
    background-color: #fff;
    width: 100% !important;  
  }

  .logo {
    max-width: 65% !important;
    margin: auto;
	margin-top: 1%;
  }

  .footer_logo {
    max-width: 35% !important; 
    margin-bottom: 15px;
  }

  h1 {
    font-size: 28px !important;
  }

  .mar_t10, .mar_lr2 {
    margin: 0%;
  }

  .pad_5 {
    padding: 2%;
  }

  .pad_b15 {
    padding-bottom: 15px;
  }

  .noticia {
    position: relative !important;
    padding: 1% !important;
    text-shadow: none !important; 
  }

  .noticia p {
    position: relative !important;
    bottom: 0px !important;
    left: 0px !important;  
    color: #000 !important; 
    text-align: center;
  }

  .noticia a {
    color: #000 !important; 
  }

  .noticia span {
      color: #005FA3;
  }

  .noticias p {
      color: #000 !important;
      position: relative;
      top: 0px;
      right: 0px;
  }

  .noticias a {
    font-size: 18px;
    color: #000;
    font-weight: bold;   
    position: relative;
    bottom: 0px;
    left: 0px;
  }

  .noticias a:hover {
    color: #fff !important;
  }

  .noticias span {
      color: #005FA3;
      font-size: 14px;
      padding-top: 1%;
  }

  .noticias {
    position: relative;
    padding: 0 5px 5px 5px !important;
    text-shadow: none !important; 
    text-align: center;
  }

  .img_menu {
    max-width: 40px;
    float: none;
    padding: 5px 0 5px 2px;
  }

  .float_left {
    float: left;
    width: 50%;
  }

  .navbar-nav {
      margin: 0 !important;
  }
}

@media screen and (max-width: 590px) {

  .footer_logo {
    max-width: 60% !important; 
  }

  .img_text {
    max-width: 100%;
    float: none;
    padding-bottom: 10%;
  }

  .img_text2 {
    max-width: 100%;
    float: none;
    padding-bottom: 10%;
  }
  .logo {
    max-width: 85% !important;
    margin: auto;
	margin-top: 2%;
  }
}

@media screen and (max-width: 480px) {

  .logo {
    max-width: 100% !important;
	margin-top: 3%;
  }

  .footer_logo {
    max-width: 70% !important; 
  }

  .img_menu {
    max-width: 35px;
  }
}
.stylish-input-group .input-group-addon{
    background: #2455a2; 
}
.stylish-input-group .form-control{
  border-right:0; 
  box-shadow:0 0 0; 
  border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}
.input-group-addon > button > span{
  color: #fff !important;
}


/* #### ESPAÃ‡OS #### */
.pad_0 {
   padding: 0 !important;
}

.pad_lr0 {
   padding-left: 0 !important;
   padding-right: 0 !important;
}

.pad_l0 {
   padding-left: 0 !important;
}

.pad_t2 {
   padding-top: 2%;
}

.pad_t3 {
   padding-top: 3%;
}

.padt_5px {
   padding-top: 5px;
}

.pad_b2 {
   padding-bottom: 2%;
}

.mar_0 {
   margin: 0;
}

.mar_b5 {
   margin-bottom: 5%;
}


/* #### FONTES #### */
.font_12 {
   font-size: 12px;
}

.font_14 {
   font-size: 14px;
}

.font_16 {
   font-size: 16px;
   line-height: 26px;
}

.font_20 {
   font-size: 20px;
}

.first_letter > p::first-letter {
   font-weight: bold;
   font-size: 20px;
}

.text_center {
   text-align: center;
}

.text_justify {
   text-align: justify;
}

.text_right {
   text-align: right;
}


.black, .black:hover,.black a, .black a:hover {
   color: #000;
}

.link_download {
   font-size: 16px;
}

.link_download a, .link_download a:hover {
   color: #000;
}

.link_download img {
   max-width: 50px;
}

.blue_line1 {
   border: solid 1px #0a51a2;
   margin: 5px 0 10px 0;
   width: 5%;
}

.blue_line2 {
   border: solid 1px #0a51a2;
   margin: 0 0 10px 0;
   width: 5%;
}

.menu_line {
   border-bottom: 1px solid #fff; 
   max-width: 80%; 
   margin-left: 10% !important; 
   margin-bottom: 0;
}

.img_text {
  max-width: 80%;
  float: left;
  padding: 1%;
}

.img_text2 {
  max-width: 50%;
  float: right;
  padding: 1%;
}

.img_historia {
   position: relative;
   margin: 0;
}

.img_historia img {
   max-width: 50%;
   float: right;
   padding: 20px 0 0 1%;
}

.img_historia span {
   position: absolute;
   right: 0;
   top: 0;
}

.txt_vereadores a > p {
   color: #000;
   padding-top: 10px;
}

.txt_vereadores a:hover, .txt_vereadores a > p:hover {
   color: #413D7E;
   text-decoration: none;
}

.txt_vereadores img:hover, .txt_vereadores a > p:hover {
   transform: scale(1.05);
}

.links_externos a {
   display: block;
   margin-top: 5px;
   color: #000;
}

.links_externos a:hover, .links_externos a:active, .links_externos a:focus {
   color: #413D7E;
   text-decoration: none;
   font-weight: bold;
}

/* Hoverzoom - Galeria de Fotos */
.hoverzoom {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.hoverzoom > img {
 width: 100%; 
 border-radius: 2px;
 -webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
 -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
 -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
 -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
 transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
.hoverzoom:hover > img {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
} 


.hoverzoom .retina2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;    
  border-radius: 2px;
  text-align: center;
  padding: 10%;
}
.hoverzoom:hover .retina2 {
  opacity: 0;
  box-shadow: inset 0 0 100px 50px rgba(0,0,0,0); /* (0,0,0,.5); preto    */
/*  background: rgba(54,90,140,0.5); /* cor azul */
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);    
  -webkit-transition:  all .8s cubic-bezier(.190, 1.000, .220, 1.000);
  -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
  -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
  -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
  transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000); 
  opacity: 0.9;
  padding:5px;

}
.hoverzoom .retina2 p:nth-child(1) {
  color: #fff;
  font-family: Roboto Condensed, Arial; 
  font-size: 1.5rem;
  margin: 0 0 6px;
}
.hoverzoom .retina2 p:nth-child(2) {
  color: #fff;
  font-family: Roboto Condensed, Arial; 
  font-size: 1.2rem; 
  margin: 0;
}


.hoverzoom .retina {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;    
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);    
  border-radius: 2px;
  text-align: center;
  padding: 10%;
  -webkit-transition:  all .8s cubic-bezier(.190, 1.000, .220, 1.000);
  -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
  -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
  -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
  transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000); 
  opacity: 1;
  box-shadow: inset 0 0 100px 50px rgba(0,0,0,0); /* (0,0,0,.5); preto    */
}
.hoverzoom:hover .retina {
  opacity: 0;
  box-shadow: inset 0 0 100px 50px rgba(0,0,0,0); /* (0,0,0,.5); preto    */
/*  background: rgba(54,90,140,0.5); /* cor azul */
}
.hoverzoom .retina p:nth-child(1) {
  color: #fff;
  font-family: Roboto Condensed, Arial; 
  font-size: 1.5rem;
  margin: 0 0 6px;
}
.hoverzoom .retina p:nth-child(2) {
  color: #fff;
  font-family: Roboto Condensed, Arial; 
  font-size: 1.2rem; 
  margin: 0;
}
/*
.hoverzoom .retina a {
  display: block;
  width: 100%;
  background: rgba(54,90,140,0.5);
  border: 1px solid #365A8C;
  border-radius: 4px;
  color: #fff;
  font-family: 'open_sansregular'; 
  text-decoration: none;
  text-align: center;
  padding: 10px 15px;
  margin: 25% auto 0;
}
*/
