
.h6, h6 {
    font-size: 1rem;
    margin-top: 25px !important;
}
body{
    
   background-color: transparent;

    width: 97%;
    margin-left: 20px;
}


.container, .container-fluid {
 padding-right: 15px;
 padding-left: 15px;
 
 background-color: transparent !important
}

  .full {
/*  background: url(https://raw.githubusercontent.com/solodev/transparent-overlay/master/overlay-img-1.jpg) 0 0 no-repeat;*/
  min-height: 280px;
  border-radius: 4px;
  margin: 5px 0;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
}


.half {
/*  background: url(https://raw.githubusercontent.com/solodev/transparent-overlay/master/overlay-img-2.jpg) 0 0 no-repeat; */
  min-height: 301px;
  margin-bottom: 30px;
  border-radius: 4px;
}

.half2 {
/*  background: url(https://raw.githubusercontent.com/solodev/transparent-overlay/master/overlay-img-3.jpg) 0 0 no-repeat; */
  min-height: 301px;
  border-radius: 4px;
  
}
.full, .half, .half2 {
  background-size: cover;
  position: relative;
  border-radius: 4px;
  margin: 5px 0;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    border-bottom: .3rem solid #0078d1;
  margin: 5px 0; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      font-size: 13px;
 
}   

.full:hover .overlay-effect, .half:hover .overlay-effect, .half2:hover .overlay-effect {
  opacity: 1;
  cursor: pointer;
}

.overlay-effect {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(259, 67, 95, 0.7);
  overflow:hidden;
}

.full a,
.half a,
.half2 a {
  color: #666;
}

.full h3,
.half h3,
.half2 h3 {
  padding: 15px 30px;
}

@media screen and (max-width: 768px) {
  .full, .half, .half2 {margin-bottom: 10px;}
}
    
.aument-transi {
    margin: 0px 0px;
    max-height: 150px;
    transition: 0.2s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
    
}

.aument-transi:hover {
    transform: scale(1.01);
    transition: 0.2s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.5);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    height: 130px;
    
    
}
img {
    vertical-align: middle;
    border-style: none;
    transition: all ease 0.3s;
    
}
img:hover {
    width: 100%;
    filter: drop-shadow(0 0 10px rgba(0,0,0,.3));
}
a:focus, a:hover {
 
    text-decoration: none;
}    
    
    .btn-block {
    display: block;
    width: 90%;
    margin: auto;
}

button.btn.btn-ead {    
    background-color: #0078d1;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#007ddb),color-stop(45%,#007ddb),to(#0060a8));
    background-image: -webkit-linear-gradient(#007ddb,#007ddb 45%,#0060a8);
    background-image: -moz-linear-gradient(top,#007ddb,#007ddb 45%,#0060a8);
    background-image: -o-linear-gradient(#007ddb,#007ddb 45%,#0060a8);
    background-image: linear-gradient(#007ddb,#007ddb 45%,#0060a8);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007dda', endColorstr='#ff0060a7', GradientType=0);
    color: #ffffff !important;
    line-height: 12px !important;
    position: absolute; 
    bottom: 12px;
    margin-left: auto; margin-right: auto; left:25%;
}

@media only screen and (max-width: 768px) {
   .btn-danger {
    background-color: #0078d1; !important;
    line-height: 12px !important;
    position: absolute; 
    bottom: 0px;
    margin-left: auto; margin-right: auto; left:32%;
}
    }
