/* ==================================================
   Add your own style here. This file will overide properties described in any other css file.
   ================================================== */

   #help-home{
    width: 100px;
    height: 100px;
    position: fixed;
    right: 10px;
    bottom: 30px;
    z-index: 5;
  }
  #help-home:hover {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
  }

  @keyframes shake {
    10%, 90% {
     transform: translate3d(-1px, 0, 0);
   }

   20%, 80% {
     transform: translate3d(2px, 0, 0);
   }

   30%, 50%, 70% {
     transform: translate3d(-4px, 0, 0);
   }

   40%, 60% {
     transform: translate3d(4px, 0, 0);
   }
 }


 .help-citizen .fact-ico{
  height:60px;
}

.help-citizen .row{
  margin-top:40px;
}

.help-citizen .fact{    
  font-family: 'Roboto Condensed', sans-serif;
  font-style: inherit;
  font-size: 16px;
}

.help-citizen .fact-ico:hover{
  color:#007F7B;
}
.bg-light {
 background-color: #f8f9fa!important;
}
.card {
 position: relative;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 min-width: 0;
 word-wrap: break-word;
 background-color: #fff;
 background-clip: border-box;
 border: 1px solid rgba(0,0,0,.125);
 border-radius: .25rem;
}
.card a{
 text-decoration: none;
}
.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.03);
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-body{
 text-align:center;
}

.side-info i{
 font-size: 28px;
 width: 28px;
 text-align: center;
 margin-bottom: 8px;
}

.costos span{
 font-size: 15px;
}

.form-carnet .row{
  margin-top: 20px;
}

.link-img{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  max-height: 45px;
}

.link-img:hover{
 -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
 filter: grayscale(0%);
}
.link-card p{
  text-align: center;
  line-height: 15px;
  margin-top: 20px;
  font-weight: bold;
}

.link-card a{
  text-decoration: none;
}

.image_side img{
  width:85%;
  margin: 10px 0px;
}


.post-meta img{
  margin-right: 20px;
}

.post-meta .big-link{
  margin: 10px 0px;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  color:black;
  font-family: 'Roboto Condensed', sans-serif;
}

.tel-util{
  float: left;
  margin: 10px;
  text-align: center;
  width: 100px;
}

.tel-util span{
  font-size: 25px;
  font-weight: 700;
  color: #007e7a;
}

.tel-util p{
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: 'Roboto Condensed', sans-serif;
}

.page-header img{
  height: 40px;
  margin-right: 10px;
}

.page-header h1{
  display: flex;
  align-items:center;
}
.link-card{
  display: block;
  margin: 10px 0px;
}

.news-content{
  margin-bottom: 40px;
}

.btn-more-news{
  text-align: center;
}

.line-separator{
  height: 30px;
  width: 100%
}

.media-box img{
  background-color: #ffffff;
  opacity: 0.7;
  height: 100%;
  width: 100%;
}

/* styles for '...' */ 
.block-with-text {
  /* Over flow hidden hides the text if it is more than N lines  */
  overflow: hidden;
  /* To set '...' in absolute position */
  position: relative; 
  /* Use this value to count block height */
  line-height: 1.25em;
  /* Max-height = line-height (1.2) * lines max number (2) */
  max-height: 3.6em; 
  /* If the last visible word doesn't adjoin right side then this will fix the problem */
  text-align: justify !important;  
  /* place for '...' */
  padding-right: 35px;
}

/* create the ... */
.block-with-text:before {
  /* points in the end */
  content: '...';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 20px;
  bottom: 0;
}

/* hide ... if we have text, which is less than or equal to max lines */
.block-with-text:after {
  /* points in the end */
  content: '';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 20px;
  /* set width and height */
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  /* bg color = bg color under block */
  background: white;
}

.grilla-gabinete i{
    color: #017e7b;
    width: 18px;
    text-align: center;
}