

.titulo{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-image: url(../MODULO_RECURSOS/IMG/hospi.jpg);
    background-position: center;
    background-repeat: none;
    background-size: cover;
    backdrop-filter: blur(10px);
    background: #1a5276;
    height: 120px;
    width: 100%;
    margin: 0;
    padding: 0;
    align-items: center;
    position: relative; /* O 'absolute', dependiendo de tus necesidades */
    top: 0;
    display: flex;
    font-family:Verdana, Geneva, Tahoma, sans-serif;

    center{
        color: white;
        font-weight: bold;
        font-size: 28px;
    }
    .img0{

        display: none;
    }

    .img1{
        width: 294px;
        height: 92px;
        margin-left: 10px;
        
    }
    .img2{
        width: 240px;
        height: 62px;
        margin-right: 10px;
        
    }

    .img3{
        width: 162px;
        height: 62px;
        margin-right: 10px;
        display: none;
    }
}


.cata{
    height: 60vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;


}

button{
    display: flex; 
    flex-direction: row; 
    justify-content: center;
    align-items: center; 
    margin-left: 5px;
    border-radius: 11px;
    border: none;
    height: 40px;
    width: 120px;
    background: #5ad3cd;
    box-shadow: 1px 1px 5px #0b4643 ;
}

button:hover{
    background: #4bc2bc;
    color: white;
    text-shadow: 0px 0px 2px #0b4643;
}

@media (max-width: 767px) {

    .titulo{
        center{
            font-size: 19px;
        }
        .img0{
            margin-left: 5px;
            width: 80Px;
            height: 80px;
            display: block;
         }
        .img1{
            width: 64Px;
            height: 62px;
            display: none;
        }
        .img2{
            display: none;
        }
        .img3{
            width: 52px;
            height: 52px;
            margin-right: 10px;
            display: block;
        }
    }

  }