#block-destaq-emp {
    font-size: 104%;
    margin-left: 45px !important;
    margin-top: 22.5px !important;
    border-radius: 10px;
}

#block-destaq-emp:hover{
background-color: #fbc02d !important;
}


@media (max-width: 992px) {
.news-tile .card-title {
  font-size: 1.2rem;
}
}

.news-tile  {
        margin: -15px -10px -10px -10px;

}          

.news-tile .card-title {
position: absolute;
bottom: 15px;
left: 30px;
text-align: left;
}
.news-tile h4 {
font-size: 1.2rem;
}

.news-tile h3 {
font-size: 1.6rem;
}

.rgba-stylish-strong {
background-color: rgba(62, 69, 81, .5);
}

.view:hover {
-webkit-filter: brightness(140%);
transition: all .4s ease-in-out;
}

.view {
transition: all .4s ease-in-out;
}

.streak.streak-photo {
background-attachment: fixed;
height: 60vh;
}

.img-zypx{
    width: 100%;
    height: 30.5vh !important;
}

/* Telefones em paisagem e abaixo */
@media (min-width: 320px) and (max-width: 640px) { 
     .img-zypx{
        height: 30.5vh !important;
     }
 }



/* Tablet em retrato a paisagem e desktop */
@media (min-width: 768px) and (max-width: 1024px) {
     .img-zypx{
        height: 30.5vh !important;
     }
}

/* Desktop grande */
@media (min-width: 1200px) and (max-width: 1920px) {
     .img-zypx{
        height: 31vh !important;
     }
}

.img-public{
    height: 340px;
    transition: transform .5s ease;
}
.img-public:hover{
   transform: scale(1.1);
   border-radius: 3px;
  
}

.paginas{width:100%;padding:10px 0;text-align:center;background:#fff;height:auto;margin:5px auto;}

.paginas a:hover{background:#fbc02d !important; color:#fff;}
.paginas a{
    background: #212529 !important;
    margin: 0.200rem;
    color: inherit;
    text-transform: uppercase;
    word-wrap: break-word;
    white-space: normal;
    cursor: pointer;
    border: 0;
    border-radius: 0.125rem;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 0.54rem 0.99rem;
    font-size: .81rem;
}

#number-page-area{
    margin-top: 5px !important;
}
.color-port{
    background: #fbc02d !important;
}

.md-pills .nav-link.active{
    background: #fbc02d !important;
}
.display-images{
   display:block;
}

/* Banner Titles Colors*/
.banner-dark-title {
    color: #000;
}
.banner-white-title {
    color: #fff;
}
.banner-yellow-title {
    color: #fbc02d;
}
.banner-blue-title {
    color: #1e88e5;  
}
.banner-green-title {
    color: #00c853;   
}
.banner-red-title {
    color: #e53935; 
}
.banner-orange-title {
    color: #fb8c00;  
}
.view:hover {
    -webkit-filter: brightness(100%);
    transition: all .4s ease-in-out;
}

.fb-comments{
    width: 100% !important;
}


/* Publicações Hover */
.btn-public{
  transition: transform .4s; /* Animation */
 border-radius: 5px;
 
}
.btn-public:hover{
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
background: #fff8e1   !important;
color: #212121  !important;
font-weight: 500;
outline: #fbc02d  2px solid;
}

.btn-public-all{
 border-radius: 5px;
 
}
.btn-public-all:hover{
 background: #fbc02d   !important;
  border-radius: 5px;
 border: 2px solid  #fbc02d !important;
 color: #fff  !important;
 font-weight: 500;
}

/* Contato Hover */

.btn-contact:hover{
 background: #00c853    !important;
 border: 2px solid  #00c853  !important;
 color: #fff  !important;
 font-weight: 500;
}

.icon-ej{
    font-size: 1.2em !important;
    color: #FCC311;
}


/* Fonts */

@font-face {
   font-family: open-light;
   src: url(../font/open-sans/OpenSans-Light.woff2);

} 

@font-face {
   font-family: open-medium;
   src: url(../font/open-sans/OpenSans-Medium.woff2);

} 

@font-face {
   font-family: open-regular;
   src: url(../font/open-sans/OpenSans-Regular.woff2);

} 

@font-face {
   font-family: open-semi-b;
   src: url(../font/open-sans/OpenSans-SemiBold.woff2);

} 

@font-face {
   font-family: open-bold;
   src: url(../font/open-sans/OpenSans-Bold.woff2);

} 

@font-face {
   font-family: open-extra-bold;
   src: url(../font/open-sans/OpenSans-ExtraBold.woff2);

} 



.open-light-f {
   font-family: open-light, sans-serif;
} 

.open-medium-f {
   font-family: open-medium, sans-serif;
} 

.open-regular-f {
   font-family: open-regular, sans-serif;
} 

.open-semib-f {
   font-family: open-semi-b, sans-serif;
} 

.open-bold-f {
   font-family: open-bold, sans-serif;
} 

/* Project Hovers */ 
.rgba-dark-slight-efect-blue:hover{
 background: rgba(3, 169, 244, 0.7) !important;
 transition: all .4s ease-in-out;
}

.rgba-dark-slight-efect-red:hover{
 background: rgba(244, 67, 54, 0.7) !important;
 transition: all .4s ease-in-out;
}

.rgba-dark-slight-efect-pink:hover{
 background: rgba(233, 30, 99, 0.7) !important;
 transition: all .4s ease-in-out;
}

.rgba-dark-slight-efect-purple:hover{
 background: rgba(156, 39, 176, 0.7) !important;
 transition: all .4s ease-in-out;
}

.rgba-dark-slight-efect-cyan:hover{
 background: rgba(0, 188, 212, 0.7) !important;
 transition: all .4s ease-in-out;
}

.rgba-dark-slight-efect-green:hover{
 background: rgba(76, 175, 80, 0.7) !important;
 transition: all .4s ease-in-out;
}

.rgba-dark-slight-efect-yellow:hover{
 background: rgba(255, 235, 59, 0.7) !important;
 transition: all .4s ease-in-out;
}

.rgba-dark-slight-efect-orange:hover{
 background: rgba(255, 152, 0, 0.7) !important;
 transition: all .4s ease-in-out;
}

.rgba-dark-slight-efect-black:hover{
 background: rgba(0, 0, 0, 0.7) !important;
 transition: all .4s ease-in-out;
}

.rgba-dark-slight-efect-white:hover{
 background: rgba(255, 255, 255, 0.7) !important;
 transition: all .4s ease-in-out;
}
