<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.views_slideshow_cycle_teaser_section, .views_slideshow_cycle_slide{
  width: 100%!important;
}

.foto-memorial-grid  img{
   filter: grayscale(1);
   transition: all 0.5s;
   width: 100%;
   height: 235px;
   object-fit: cover;
}

.breve-relato-memorial-grade:hover ~ .wrapper-foto-memorial-grade img{
  filter: grayscale(0);
  border-radius: 12px;
}

.nome-memorial-grade{
  font-family: 'Roboto', sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-top: 10px;
}
.breve-relato-memorial-grade:hover, .breve-relato-memorial-grade:hover ~ .memorial-credito-foto{
  opacity: 1;
}
.breve-relato-memorial-grade{
  background: rgba(0,0,0,0.9);
  border-radius: 12px;
  padding: 6px;
  color: white;
  top: 0;
  height: 235px;
  width: calc(100% - 30px);
  overflow: hidden;
  text-align: justify;
  position: absolute;
  opacity: 0;
  transition: all 0.8s;
  transition-delay: 0.4s;
  z-index:1;
}

.memorial-credito-foto{
  color: white;
  top: 200px;
  width: calc(100% - 30px);
  overflow: hidden;
  text-align: center;
  position: absolute;
  opacity: 0;
  transition: all 0.8s;
  transition-delay: 0s;
  transition-delay: 0s;
  transition-delay: 0.4s;
  z-index: 2;
  font-size: 12px;
}

.autor-depoimento-memorial-grade {
    text-align: center;
    font-weight: bolder;
    font-size: 1.2em;
    margin-top: 4px;
}


#views_slideshow_cycle_main_slideshow_memorial_-block_1 .field-content{
  font-size:20px;
  display:block;
  width:100%;
  text-align:center;
}

.view-id-memorial td .webform-image-file{
  width:150px;
  height: 150px;
  object-fit:contain;
  max-width:none;
}

.data-submissao-memorial-grade {
  text-align: center;
}

.aspas-memorial-grade {
  font-weight: bold;
  font-size: 16px;
  font-family: sans-serif;
  text-shadow: 0 0 #444;
}

/*Lista Memorial*/
.foto-lista-memorial img{
  height: 95px;
  object-fit: cover;
  filter: grayscale(1);
  transition: all 0.5s;
}

.foto-lista-memorial:hover img{
  filter: grayscale(0);
}

#views-bootstrap-lista-memorial-block-1 .col-1{
  padding: 0;
}

.covid-lista-memorial {
  position: absolute;
  bottom: 0;
}

.covid-lista-memorial img{
  width: 25px;
  display:none;
}
.covid-lista-memorial img.Sim{
  display:block;
}


@media only screen and (max-width:600px){
  .view-memorial{
    padding: 0 10px;
  }
}

@media only screen and (max-width:1030px) and (min-width:340px){
  .breve-relato-memorial-grade{
    font-size: 13px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    line-height: 19px;
  }
}

@media only screen and (max-width:330px) and (min-width:300px){
  .breve-relato-memorial-grade{
    font-size: 11px;
  }
}

#webform-submission-depoimento-memorial-add-form .g-recaptcha {
    transform:scale(0.77);
    transform-origin:0 0;
}


</pre></body></html>