/*
Theme Name: Luksoft
Version: 23.11.3
*/

#content>div {min-height: 70vh;}
#sec-nav .nav-link {color: inherit !important;}
#div-busqueda {position: static; display: flex; justify-content: flex-end; width: 100%}
@media (min-width: 768px) {
    #div-busqueda {position: absolute; bottom: 0; right: 0; width: 50%;}
}

#boton-flotante-contacto {position: fixed; right: 2rem; bottom: 2rem; height: 4rem; width: 4rem; z-index: 50;}
#boton-flotante-contacto img {transition: all .3s ease-in-out;}
#boton-flotante-contacto img:hover {transform: scale(1.2);}

.copyright {font-size: 0.7rem;}
#loading-spinner {border: 4px solid #f3f3f3; border-top: 4px solid #3498db; border-radius: 50%; width: 20px; height: 20px; animation: spin 1s linear infinite; margin-left: 10px; margin-bottom: -8px;}
@keyframes spin {0% { transform: rotate(0deg); } 100% { transform: rotate(360deg);}
}