.cab{
    height: auto;
    background: #00436f;
    color: white;
  }
  .cab2{
    height: auto;
    background-image: linear-gradient(to right, #04609e00, #00436f);
    color: white;
  }
  
  
  .button{
    height: auto;
    width: 100%;
    border: none;
    border-radius: 0;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
  }
  .no-pad{
    padding: 0;
  }
  .clear{
    height: 3em;
    clear: both;
  }
  .clear2{
    height: 1em;
    clear: both;
  }
  .titulo{
    background: #00436f;
    padding-left: 10px;
    color: white;
    height: 30px;
  }
  .desc{
    min-height: 80px;
    height: auto;
    background: #f7f7f7;
    padding: 10px;
  }
  #foto{
    width: 100%;
    height: 15em;
    z-index: -10;
    position: relative;
  }
  .objectImage {
    width: 100%;
    height: ;
    object-fit: cover;
    object-position: center;
    -webkit-mask-image: -webkit-linear-gradient(rgba(0,0,0,1) 74%,rgba(0,0,0,0) 100%);
  }
  .info{
    color: #00436f;
    text-align: center !important;
    margin-top: 10px;
  }
  .container p{
    text-align: justify;
  }