/*Casi todo el estilo lo maneja Bootstrap a traves de sus clases. CSS solo para ciertas personalizaciones*/

.imgEntrada{
    max-width: 70vw;
    max-height: 70vh;
    object-fit: contain;
}

.fa-wrench{
    color: green;
}

.fa-triangle-exclamation{
    color: rgb(161, 4, 4);
}

.tarjeta-enlace:hover{
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    /*transform: scale(1.02);*/
    transition: all 0.2s;
}

.fa-camera, .fa-file-pdf{
    color: rgb(28, 0, 128);
}

.fa-user-gear{
    color: rgb(104, 104, 1)
}

.index{
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url('./recursos/index_fondo.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}