/*
Theme Name: Woostify Child
Template: woostify
Version: 1.0
Description: Tema hijo de Woostify para personalizaciones.
Author: Tu Nombre
*/

/* Aquí puedes añadir CSS adicional para personalizar el tema */

body {
    display: grid;
    position: relative;
    grid: initial;

}

@media (min-width: 992px) {
    .site-header-inner .woostify-container {
        max-width: 1200px !important;
    }
}

@media (max-width: 921px) {
    .site-header-inner .woostify-container {
        padding: 15px !important;
        justify-content: center;
    }
}

.elementor-4980 .elementor-element.elementor-element-17a376f .elementor-button {
    font-size: 40px;
    margin: 0px;
    padding: 10px;
}