.fdi{
    background-image: url(proyf/img/ftfd.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    min-height: 100vh;
}

.maeback{
    background-color: rgba(128, 128, 128, 0.5);
}

.txtdmae{
    font-family: 'Times New Roman', Times, serif;
    color:white;
}

.pnlc{
    background-color:lavenderblush;
    color:darksalmon;
    width: 130px;
}

.placehmae{
    width: 80%; 
    height: 40px;
}

.btnmae{
    margin-left: 5px;
}

.card{
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover{
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
}

.indimae{
    text-decoration: none;
    padding: 6px;
    font-size: 12px;
}

.indimae:hover{
    transition:color 0.3s ease;
    color:coral;
}

.abirp{
    padding-top: 15px;
}

.abirp:hover{
    transition:color 0.3s ease;
    color:coral;
}