﻿.modificato_overlay-container {
    padding:2px;

     text-align: center;
        vertical-align: bottom;
              min-height: 9.2em;
              color: white;
              font-size:1.3rem;
             
}

.isotope-width{
    min-height:9em;
}
@media all and (max-width: 767px ) 
{
    .modificato_overlay-container 
    {
        height: 100%;
 
   
    }
  .isotope-width{
width:100%;
  
  }
}

.banner {
    width: 100%;
    height: 50%;
    min-height: 213px;
    position: relative;
    color: #fff;
}
.btn {
 font-size:13px;
  border-radius: 5px;
}
.btn-info-verde {
  color: #fff;
  background-color: #3a591d;
  border-color: #31624b;
}
.btn-info-verde:focus,
.btn-info-verde.focus {
  color: #fff;
  background-color: #77a149;
  border-color: #31624b;
}
.btn-info-verde:hover {
  color: #fff;
  background-color: #77a149;
  border-color: #31624b;
}
.btn-info-verde:active,
.btn-info-verde.active,
.open > .dropdown-toggle.btn-info-verde {
  color: #fff;
  background-color: #88b054;
  border-color: #31624b;
}
.btn-info-verde:active:hover,
.btn-info-verde.active:hover,
.open > .dropdown-toggle.btn-info-verde:hover,
.btn-info-verde:active:focus,
.btn-info-verde.active:focus,
.open > .dropdown-toggle.btn-info-verde:focus,
.btn-info-verde:active.focus,
.btn-info-verde.active.focus,
.open > .dropdown-toggle.btn-info-verde.focus {
  color: #fff;
  background-color: #26bc7c;
  border-color: #31624b;
}
.btn-info-verde:active,
.btn-info-verde.active,
.open > .dropdown-toggle.btn-info-verde {
  background-image: none;
}
.btn-info-verde.disabled:hover,
.btn-info-verde[disabled]:hover,
fieldset[disabled] .btn-info-verde:hover,
.btn-info-verde.disabled:focus,
.btn-info-verde[disabled]:focus,
fieldset[disabled] .btn-info-verde:focus,
.btn-info-verde.disabled.focus,
.btn-info-verde[disabled].focus,
fieldset[disabled] .btn-info-verde.focus {
  background-color: #de5b5b;
  border-color: #46b8da;
}
.btn-info-verde .badge {
  color: #5bc0de;
  background-color: #fff;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    right: -1px;
    background-color: rgba(82, 133, 54, 0.89);
    cursor: pointer;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
      border-radius: 5px;
}
