/*
Theme Name: Luksoft theme
Theme URI: https://wordpress.luksoft.ar/
Author: Ever Gabriel Fretes
Author URI: https://luksoft.ar
Description: Luksoft es un theme hecho para clientes de https://luksoft.ar
Version: 25.4.0
Requires at least: 6
Requires PHP: 8.0
Tested up to: 6.7.2
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: luksoft-theme
Tags: blog, e-commerce, education, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, wide-blocks
*/

#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;}
.violeta-instagram {color: #d300c5;}
.boton-lk>a {border-radius: 0.375rem; padding: 0.375rem 0.75rem; text-decoration: none; transition: all 0.3s ease; display: inline-block; text-align: center; vertical-align: middle; line-height: 1.5;}
.boton-lk>a:hover {scale: 1.05; filter: brightness(1.1);}

figure {margin: 0;}