@font-face { font-family: 'PTSerif';src: url('font/PTSerif-Regular.ttf') format('truetype'); }
body{ background-color: #f7f7f7; }
.nav-link{ color: black; }
.centro{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.text-justify{ text-align: justify; }
.urna:hover{ border: 1px solid #8b8a8a !important;box-shadow: 1px 0 1px #8b8a8a; }
.service-icon{ width: 90px;min-height: 50px; }
.service-icon-1{ width: 120px; }
.service-icon-2{ width: 160px; }
.service-icon-3{ width: 180px; }
.urna-home{ height:350px;background: linear-gradient(rgba(255,255,0,0.3),rgba(255,255,0,0.3)), url('../img/2.jpeg') no-repeat; background-size: cover; }
.sala-home{ height:350px;background: linear-gradient(rgba(90, 0, 90, 0.3),rgba(90, 140, 90,0.3)), url('../img/4.jpg') no-repeat; background-size: cover; }
.crema-home{ height:350px;background: linear-gradient(rgba(0,150,150,0.3),rgba(0,150,150,0.3)), url('../img/5.jpeg') no-repeat; background-size: cover; }
.urna-home:hover,.crema-home:hover,.sala-home:hover{
    position: relative;top:-5px;
}

@media only screen and (min-device-width: 1700px) and (max-device-width: 3000px){
    .fs-1{ font-size: 3.5vw !important; }
    .fs-2{ font-size: 3vw !important; }
}