@import url(/assets/bootstrap/dist/css/bootstrap.min-aba371ee479be8875d08a814c56c14298e8f813e0df8e4bf05df872ad82cef47.css);
@import url(/assets/bootstrap-icons/font/bootstrap-icons-83281c6c674655de73e600ad0c4ba055fe0a30773ac3a2c4006cd88b05172c3b.css);
/* ============================================
   TEMA AGARAYOGA - COLORES PERSONALIZADOS
   ============================================ */

/* Variables CSS */
:root {
  --agarayoga-primary: #D35400;
  --agarayoga-primary-light: #E67E22;
  --agarayoga-dark: #2C3E50;
  --agarayoga-gray: #7F8C8D;
  --agarayoga-light: #F8F9FA;
}

/* ============================================
   NAVBAR BLANCA CON LOGO
   ============================================ */
.navbar {
  background-color: #FFFFFF !important;
  box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  padding: 0.8rem 0;
}

.navbar-brand img {
  height: 55px;
  transition: transform 0.3s ease;
}

.navbar-brand img:hover {
  transform: scale(1.05);
}

.navbar .nav-link {
  color: #2C3E50 !important;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.5rem 1rem !important;
  margin: 0 0.2rem;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.navbar .nav-link:hover {
  color: #D35400 !important;
  background-color: rgba(211, 84, 0, 0.08);
}

.navbar-toggler {
  border-color: #D35400;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23D35400' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ============================================
   BOTONES PERSONALIZADOS
   ============================================ */
.btn-primary {
  background-color: #D35400 !important;
  border-color: #D35400 !important;
  font-weight: 500;
  padding: 0.75rem 2rem;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: #E67E22 !important;
  border-color: #E67E22 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(211, 84, 0, 0.3);
}

.btn-outline-light {
  border-width: 2px;
  font-weight: 500;
  padding: 0.75rem 2rem;
  border-radius: 8px;
}

.btn-outline-light:hover {
  background-color: #FFFFFF;
  color: #D35400 !important;
}

.btn-light {
  color: #D35400 !important;
  font-weight: 600;
  padding: 0.75rem 2rem;
  border-radius: 8px;
}

/* ============================================
   SECCIONES Y COMPONENTES
   ============================================ */
.bg-primary {
  background-color: #D35400 !important;
}

.text-primary {
  color: #D35400 !important;
}

/* Cards */
.card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

/* Hero section refinado */
.hero {
  position: relative;
}

.hero img {
  object-fit: cover;
  object-position: center;
}

/* Footer */
footer {
  background-color: #2C3E50 !important;
  padding: 2rem 0;
}

footer a {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}

footer a:hover {
  color: #E67E22;
}

/* Enlaces generales */
a {
  color: #D35400;
  transition: color 0.3s ease;
}

a:hover {
  color: #E67E22;
}

/* Tablas */
.table-success {
  background-color: rgba(211, 84, 0, 0.1) !important;
  color: #D35400;
  font-weight: 500;
}

/* Alertas */
.alert-info {
  background-color: rgba(211, 84, 0, 0.05);
  border-color: rgba(211, 84, 0, 0.2);
  color: #2C3E50;
}

/* Formularios */
.form-control:focus {
  border-color: #D35400;
  box-shadow: 0 0 0 0.2rem rgba(211, 84, 0, 0.25);
}

.btn-lg {
  padding: 1rem 2.5rem;
  font-size: 1.1rem;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
