/*!
Theme Name:   Kai Child Theme
Theme URI:    https://kobra.red
Description:  Child theme para Kai - Tema personalizado de Kobra. Todas las personalizaciones se mantienen aquí para preservarlas durante actualizaciones del tema padre.
Author:       Kobra Team
Author URI:   https://kobra.red
Template:     kai
Version:      2.0.4
License:      GNU General Public License v2 or later
License URI:  LICENSE
Text Domain:  kai-child
Tags:         custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*
==========================================================================
   KAI CHILD THEME - ESTILOS PERSONALIZADOS
==========================================================================

   Este archivo contiene todas las personalizaciones CSS que anulan
   los estilos del tema padre (Kai).
   
   IMPORTANTE: Este archivo se carga DESPUÉS del style.css del tema padre,
   por lo que cualquier regla CSS aquí tiene precedencia sobre el padre.

==========================================================================
*/

/* ==========================================================================
   BOTONES PERSONALIZADOS
   ========================================================================== */

.btn-custom {
    background-color: #00C776 !important;
    border: none;
}

.btn-custom:hover {
    background-color: #028945 !important;
}

.btn-outline-custom-country {
    background-color: transparent;
    color: #ffffff;
    border: none;
}

.btn-outline-custom-country:hover {
    background-color: #00C776 !important;
}

.btn-outline-custom {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #00C776;
}

.btn-outline-custom:hover {
    background-color: #00C776 !important;
}

/* ==========================================================================
   DROPDOWN PERSONALIZADO
   ========================================================================== */

.dropdown-about {
    width: max-content;
}

/* ==========================================================================
   ESTILOS ADICIONALES PERSONALIZADOS
   ========================================================================== */

/* Aquí puedes agregar más estilos personalizados que necesites */