 /* VARIABLES Y ESTILOS GENERALES */
    :root {
      --primary-red: #550000; /* Conchevino - Rojo oscuro */
      --secondary-beige: #e3c0a8; /* Beige suave */
      --text-dark: #2c3e50;
      --light-bg: #f8f9fa;
      --accent-color: #f3d7c1; /* Tono suave de beige */
    }

    body {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: var(--text-dark);
      scroll-behavior: smooth;
    }
  .btnjr {
    display: inline-block;
    background-color: #f0d9c3; /* color beige suave */
    color: #000;
    font-weight: 700;
    padding: 0.75rem 2.5rem;
    border-radius: 30px;
    text-align: center;
    white-space: normal; /* permite salto de línea */
    max-width: 100%;
    word-wrap: break-word;
    transition: background-color 0.3s ease;
  }
  .btnjr:hover {
    background-color: #e1c4b1;
    color: #000;
  }

  @media (max-width: 576px) {
    .btnjr {
      padding: 0.6rem 1.5rem;
      font-size: 0.9rem;
      width: 90%;
      display: block;
      margin: 0 auto;
    }
  }

/*preloader*/
.spinner-custom {
  width: 70px;
  height: 70px;
  border: 8px solid rgba(155, 27, 48, 0.3);
  border-top: 8px solid #f3e8e8;
  border-radius: 50%;
  animation: spin 1.2s linear infinite;
  box-shadow: 0 0 15px #f3e8e8;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

 /*Galeria*/
 .myGallery img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.btn-verde{
  background-color: #005555 !important;
  color: #ffffff !important;
  border: none;
  display: inline-block;
}

.btn-verde:hover {
  background-color: #004444 !important;
  color: #ffffff !important;
}


/*boton de whatsapp*/
.btn-whatsapp {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: linear-gradient(135deg, #6d1020, #9b1b30);
  color: #fff;
  padding: 14px 22px;
  border-radius: 50px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(155, 27, 48, 0.4);
  z-index: 2000;
  transition: all 0.3s ease;
}

.btn-whatsapp i {
  font-size: 1.6rem;
}

.btn-whatsapp:hover {
  transform: translateY(-3px) scale(1.05);
  background: linear-gradient(135deg, #9b1b30, #b3273f);
  color: #fff;
}

/*nosotros*/
 #sobre-nosotros {
  background-color: #fff;
}

.sobre-img {
  height: 180px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.sobre-img:hover {
  transform: scale(1.05);
}

    /* NAVBAR INICIO */

    .nav-jk {
      background: rgba(255, 255, 255, 0.95) !important;
      backdrop-filter: blur(10px);
      box-shadow: 0 2px 15px rgba(0,0,0,0.1);
      transition: all 0.3s ease;
    }

    .logoInt {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .textoLogo span {
      display: block;
      font-weight: bold;
      font-size: 0.9rem;
      color: var(--primary-red); /* Color conchevino */
      line-height: 1.1;
    }

    /* HERO SECTION */
    .hero {
      background: linear-gradient(rgba(136, 0, 0, 0.5),rgba(0, 0, 0, 0.4)), url('img/13.webp');
      background-size: cover;
      background-position: center;
      background-attachment: fixed;
      height: 90vh;
      display: flex;
      align-items: center;
      color: white;
      text-align: center;
    }

    .btnjr {
      background-color: var(--secondary-beige); /* Beige suave */
      color: #000 !important;
      font-weight: bold;
      padding: 12px 35px;
      border-radius: 50px;
      text-transform: uppercase;
      transition: 0.3s;
      border: none;
      box-shadow: 0 4px 15px rgba(227, 192, 168, 0.4);
    }

    .btnjr:hover {
      transform: scale(1.05);
      background-color: white;
    }

    /* CARDS DE NIVELES */
.noso2 .card {
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.noso2 .card:hover {
-webkit-box-shadow:0px 0px 39px 0px rgba(0,85,85,1);
-moz-box-shadow: 0px 0px 39px 0px rgba(0,85,85,1);
box-shadow: 0px 0px 39px 0px rgba(0,85,85,1);
      transform: translateY(-10px);
}




    .satura {
      transition: filter 0.3s;
      height: 200px;
      object-fit: cover;
    }

    /* MISION Y VISION */
    .card-myv {
      background: white;
      padding: 30px;
      border-radius: 20px;
      border-left: 5px solid var(--primary-red); /* Rojo conchevino */
      height: 100%;
      box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    }

    .swiper-slide img {
      border-radius: 15px;
      box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }
  .text-conchevino {
    color: #880000;
  }

    /* ICONOS REDES SOCIALES (Basado en tu estilo) */
    .example-2 {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
      list-style: none;
      padding: 0;
    }

    .icon-content {
      position: relative;
    }

    .icon-content a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      color: #444;
      background-color: #fff;
      transition: 0.3s;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      text-decoration: none;
    }

    .icon-content a:hover {
      color: white;
      background-color: var(--primary-red); /* Rojo conchevino */
    }

    footer {
      background: var(--primary-red); /* Rojo conchevino */
      color: white;
      padding: 30px 0;
      text-align: center;
    }