

/* navbar */


.navbar {
  height: 90px;
  display: flex;
  align-items: center;
}

.navbar-brand img {
  height: 80px;
  width: auto;
}

.custom-navbar {
  background-color: #ffffff; 
}



/*footer*/

.footer {
  background: #0d1117;
  color: #c9d1d9;
}

.footer a {
  color: #8b949e;
  text-decoration: none;
  transition: 0.3s;
}

.footer a:hover {
  color: #fff;
}
 
.footer-title {
  color: #fff;
  font-weight: 600;
  margin-bottom: 1rem;
}

.footer-logo {
  max-width: 160px;
  margin-bottom: 15px;
  filter: brightness(0) invert(1);
}
 
.social-icons a {
  font-size: 1.3rem;
  margin-right: 12px;
}

.map-container iframe {
  width: 100%;
  height: 200px;
  border: 0;
  border-radius: 8px;
}

.footer-bottom {
  border-top: 1px solid #21262d;
  margin-top: 30px;
  padding-top: 15px;
  font-size: 0.9rem;
}

/*formulario de contacto*/


    body {
      background-color: #f4f6f9;
      font-family: Arial, sans-serif;
    }

    .header {
      background: #1f2937;
      color: white;
      padding: 40px 20px;
      text-align: center;
    }

    .header h1 {
      font-weight: 600;
      font-size: 28px;
    }

    .container-contact {
      max-width: 1100px;
      margin: 40px auto;
    }

    .card-info {
      background: #ffffff;
      border: 1px solid #e5e7eb;
      border-radius: 8px;
      padding: 25px;
      height: 100%;
    }

    .card-form {
      background: #ffffff;
      border: 1px solid #e5e7eb;
      border-radius: 8px;
      padding: 25px;
    }

    .section-title {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 15px;
      color: #111827;
    }

    .info-item {
      margin-bottom: 12px;
      color: #374151;
    }

    .btn-formal {
      background-color: #1f2937;
      color: #fff;
      border: none;
    }

    .btn-formal:hover {
      background-color: #111827;
    }

    .map {
      margin-top: 15px;
      border-radius: 6px;
      overflow: hidden;
      border: 1px solid #e5e7eb;
    }

/* servicios */


    .service-card {
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      border: none;
      border-radius: 15px;
      overflow: hidden;
    }

    .service-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    }

    .service-img {
      height: 200px;
      object-fit: cover;
    }

    .section-title {
      font-weight: bold;
    }

    .section-description {
      max-width: 800px;
      margin: 0 auto 40px auto;
      color: #555;
    }


/*empresa*/



.header-line {
      border-bottom: 2px solid #111827;
      padding-bottom: 10px;
      margin-bottom: 20px;
    }

    .highlight {
      color: #111827;
      font-weight: 600;
    }

/*    .btn-pdf {
      border-radius: 25px;
      padding: 8px 20px;
      background-color: #000000; 
      background-image: linear-gradient(to top, black, whitesmoke); 
      border: none;
    }

    .btn-pdf:hover {
      background: #FF0000;
    }*/

    /* TARJETAS NEGRO CORPORATIVO */
    .card-custom {
      background: linear-gradient(135deg, #111827, #1f2937);
      color: white;
      border: none;
      border-radius: 12px;
      padding: 25px;
      height: 100%;
      transition: 0.3s;
      box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

    .card-custom:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 28px rgba(0,0,0,0.25);
    }

    .icon-box {
      font-size: 36px;
      margin-bottom: 10px;
      color: #e5e7eb;
    }

    .section-title {
      font-weight: 600;
      margin-bottom: 10px;
     /* color: #f9fafb; */
    }



/* CARROUSEL */

/* 🎯 CARRUSEL PROFESIONAL */
    .carousel-item {
      height: 85vh;
      min-height: 450px;
    }

    .carousel-item img {
      object-fit: cover;
      height: 100%;
      width: 100%;
      filter: brightness(65%);
    }

    .carousel-caption {
      bottom: 25%;
      text-align: left;
      max-width: 650px;
    }

    .carousel-caption h1 {
      font-size: 3rem;
      font-weight: 700;
    }

    .badge-company {
      background: rgba(255,255,255,0.15);
      padding: 6px 12px;
      border-radius: 20px;
      font-size: 0.85rem;
      display: inline-block;
      margin-bottom: 15px;
    }


/* inicio de sesion */

/*body {
      background-color: #eef1f5;
      font-family: "Segoe UI", Roboto, Arial, sans-serif;
    }*/

    .auth-wrapper {
      min-height: 100vh;
    }

    .brand-panel {
      background: linear-gradient(180deg, #1f3a5f, #2c5282);
      color: #fff;
      padding: 3rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      border-top-left-radius: 12px;
      border-bottom-left-radius: 12px;
    }

    .brand-panel h2 {
      font-weight: 600;
      margin-bottom: 1rem;
    }

    .brand-panel p {
      color: #cbd5e1;
      font-size: 0.95rem;
    }

    .login-panel {
      background: #ffffff;
      padding: 3rem;
      border-top-right-radius: 12px;
      border-bottom-right-radius: 12px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    }

    .login-title {
      font-weight: 600;
      margin-bottom: 1.5rem;
      color: #1f2937;
    }

/*    .form-control {
      height: 45px;
      border-radius: 8px;
    }*/

    .input-group-text {
      background: #f1f5f9;
      border-radius: 8px 0 0 8px;
    }

    .btn-primary {
      height: 45px;
      border-radius: 8px;
      background-color: #1f3a5f;
      border: none;
    }

    .btn-primary:hover {
      background-color: #2c5282;
    }

    .form-links {
      font-size: 0.85rem;
    }

    .form-links a {
      text-decoration: none;
    }

    .footer-note {
      margin-top: 2rem;
      font-size: 0.8rem;
      color: #6b7280;
      text-align: center;
    }

    @media (max-width: 768px) {
      .brand-panel {
        border-radius: 12px 12px 0 0;
        text-align: center;
      }
      .login-panel {
        border-radius: 0 0 12px 12px;
      }
    }


