.preload {
    width: 11.2px;
    height: 11.2px;
    border-radius: 11.2px;
    box-shadow: 28px 0px 0 0 rgba(229,28,40,0.2), 22.7px 16.5px 0 0 rgba(229,28,40,0.4), 8.68px 26.6px 0 0 rgba(229,28,40,0.6), -8.68px 26.6px 0 0 rgba(229,28,40,0.8), -22.7px 16.5px 0 0 #e51c28;
    animation: spinner-b87k6z 1s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1041;
 }
 .capa-preload{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.377);
    position: absolute;
    z-index: 1041;
 }
 
 @keyframes spinner-b87k6z {
    to {
       transform: rotate(360deg);
    }
 }
.card-services{
    justify-content: center;
    align-items: center;
}
.card-services figure{
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0px 7px 10px 1px rgba(0,0,0,0.50);
    cursor: pointer;
}
.card-services figure img{
    width: 100%;
    height: 400px;
    transition: all 500ms ease-out;
    object-fit: cover;
}
.card-services figure .capa{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffffb0;
    transition: all 500ms ease-out;
    opacity: 0;
    visibility: hidden;


}
.card-services figure:hover >.capa{
    opacity: 1;
    visibility: visible;
}
.card-services figure:hover >.capa h3{
    margin-top: 70px;
    transition: all 500ms ease-out;

}
.card-services figure .capa h3{
    transition: all 500ms ease-out;
}
body .section{
    padding-top: 120px;
}
.main-container{
    width: 100%;
    height: 100%;
}
.content{
    min-height: 100vh;
    width: 100%;
}
.footer{
    position: relative;
    width: 100%;
    height: 200px;
    background-color: rgb(231, 231, 231);
}
.card-categoria{
    border-radius: 5px;
    background-color:  rgb(231, 231, 231);
    margin: 10px;
    padding: 10px;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
.gadget{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.footer-desc{
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    right: 0;
    left: 0;
    bottom:0px; /*Abajo deje un espacio de 0px*/
}
.btn-custom{
    background-color: #E51C28;
    color: white;
}
.btn-custom:hover{
    background-color: black;
    color: white;
}
#link{
    text-decoration: none;
    color: black;
}
#top-bar{
    display: flex;
    align-items: center;
    height: 40px;
    border-bottom: 0.5px solid rgb(204, 204, 204);
}
#elements-top-bar{
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: end;
}
#navbarNav li{
    margin-left: 30px;
}
.item-top-bar{
    position: relative;
}
.frm-login{
    padding: 10px;
    position: absolute;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 220px;
    height: 280px;
    background-color: white;
    top: 27px;
    right: 0px;
    z-index: 1031;
    -webkit-box-shadow: -1px 5px 5px 3px rgba(0,0,0,0.35); 
    box-shadow: -1px 5px 5px 3px rgba(0,0,0,0.35);
    border-radius: 6px;
    opacity: 0;
    transition: all 0.2s;
    visibility: hidden;

}
.frm-login.active{
    opacity: 1;
    transition: all 0.2s;
    visibility: visible; 
}
.btn-personal{
    color: white;
    background: #E51C28;
}
.btn-personal:hover{
    background: black;
    color: white;
}
 


