/* ==========================================================================
   CSS Extracted from Inline Styles (RUTAS ABSOLUTAS DESDE LA RAÍZ)
   ========================================================================== */

/* --- Global & Reset --- */
html, body {
  margin: 0 !important;
  padding: 0 !important;
}

/* --- Navbar --- */
.navbar {
  top: 0;
  margin-top: 0;
}

.navbar-nav {
  text-transform: capitalize;
}

/* --- Header Slider / Carrusel --- */
.header-slider {
  margin-top: 0;
  margin-bottom: 0;
}

.header-slider,
.header-slider .jumbotron-custom,
.header-slider .jumbotron-content {
  margin: 0;
  padding: 0;
}

.header-slider .slide {
  display: block;
}

/* --- CORRECCIÓN DEFINITIVA: Rutas Absolutas desde la Raíz --- */
.slide-ensenando {
  background-image: url('/images/ensenando.jpg');
}

.slide-asistente {
  background-image: url('/images/asistente.png');
  background-position: center 35%;
}

.slide-joven {
  background-image: url('/images/joven.jpg');
}

/* --- Servicios Section --- */
.servicios-bg {
  background-image: url('/images/servicios.jpg');
}

.bodegon-bg {
  background-image: url('/images/bodegon.jpg');
}

/* --- Valores 3D Section --- */
.rect-icon {
  opacity: 0.8;
  color: #ffffff;
}

/* --- Carreras Section --- */
.carreras-section {
  background-image: url('/images/SALON.jpg');
}

.text-shadow-lg {
  line-height: 1.2 !important;
}

/* --- Modal --- */
.modal-height {
  height: 90vh;
}

/* --- Location Section --- */
.location-section {
  background-color: #f8f9fa;
  padding: 60px 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.section-header h2 {
  color: #2c3e50;
  font-size: 32px;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.section-header h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #3498db;
}

.section-header p {
  color: #7f8c8d;
  max-width: 700px;
  margin: 0 auto;
  font-size: 18px;
}

.map-container {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.location-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 20px;
}

.info-card {
  flex: 1;
  min-width: 250px;
  background: white;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.info-card h3 {
  color: #2c3e50;
  font-size: 20px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.info-card h3 i {
  margin-right: 10px;
}

.info-card p {
  color: #7f8c8d;
  line-height: 1.6;
}

.info-card h3 i.fa-map-marker-alt {
  color: #e74c3c;
}

.info-card h3 i.fa-clock {
  color: #3498db;
}

.info-card h3 i.fa-phone-alt {
  color: #2ecc71;
}

/* --- Footer --- */
.footer-3d-layer.layer-1 {
  width: 200px;
  height: 200px;
  top: 10%;
  left: 5%;
  transform: rotateX(15deg) rotateY(25deg);
}

.footer-3d-layer.layer-2 {
  width: 150px;
  height: 150px;
  bottom: 15%;
  right: 8%;
  transform: rotateX(-10deg) rotateY(-20deg);
}

.footer-bottom h5 {
  font-size: 1em;
  text-transform: none;
  color: #fff;
}



.lazy-section {
    opacity: 0;
    transition: all .6s ease-out;
}
.lazy-section.loaded {
    opacity: 1;
}
