/* Minimal cleaned stylesheet: imports Bootstrap and keeps only project-specific rules */
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/css/bootstrap.min.css');

/* Project-specific overrides and custom styles (extracted from styles.css) */

.masthead {
  background: linear-gradient(135deg, #0f172a, #2563eb);
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.masthead p {
  font-size: 1.2rem;
}

.clientes-box img {
  transition: all 0.3s ease;
}

.clientes-box:hover img {
  transform: scale(1.05);
}

.btn-conoce {
  background-color: #0f172a !important;
  border-color: #0f172a !important;
}

/* Layout and component styles used in the site */

body {
  width: 100%;
  height: 100%;
}

.page-section {
  padding: 8rem 0;
}

.text-white-75 {
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 17px;
  font-weight: 500;
}

.text-dark-50 {
  color: #233041e6 !important;
  font-size: 17px;
  font-weight: 450;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
  font-size: 17px;
  font-weight: 450;
}


.btn-xl {
  padding: 1.2rem 2.25rem;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 10rem;
}

hr.divider {
  height: 0.2rem;
  max-width: 3.25rem;
  margin: 1.5rem auto;
  background-color: #17233f;
  opacity: 1;
}

hr.divider-light {
  background-color: #fff;
}

#mainNav {
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.2);
  background-color: #fff;
  transition: background-color 0.2s ease;
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
#mainNav .navbar-brand {
  font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: #212529;
}
#mainNav .navbar-nav .nav-item .nav-link {
  margin-right: 0rem;
  color: #6c757d;
  font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  font-size: 1rem;
  transition: background-color 0.3s ease, color 0.3s ease;
}

#mainNav .navbar-nav .nav-item .nav-link:hover{
  background-color: #6892c2e6 !important;
  color: #000000 !important;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
#mainNav .navbar-nav .nav-item .nav-link.active {
  background-color: #4b698be6 !important;
  color: #ffffff !important;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
@media (min-width: 992px) {
  #mainNav {
    box-shadow: none;
    background-color: transparent;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.99);
  }
  #mainNav .navbar-brand:hover {
    color: #4b698be6;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.99);
    padding: 1.2rem 1rem;
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #4b698be6;
  }

  #mainNav.navbar-shrink {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background-color: #fff;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #212529;
  }
  #mainNav.navbar-shrink .navbar-brand:hover {
    color: #4b698be6;
  }
  #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
    color: #212529;
  }
  #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link:hover {
    color: #000000 !important;
    background-color: #6892c2e6 !important;
  }
}

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 4.5rem);
  background: linear-gradient(to bottom, rgba(135, 120, 50, 0.1) 0%, rgba(135, 120, 50, 0.1) 100%), url("../../assets/img/bg-masthead1.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
header.masthead h1, header.masthead .h1 {
  font-size: 2.25rem;
}
@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 40rem;
    padding-top: 4.5rem;
    padding-bottom: 0;
  }
  header.masthead p {
    font-size: 1.35rem;
  }
  header.masthead h1, header.masthead .h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  header.masthead h1, header.masthead .h1 {
    font-size: 3.5rem;
  }
}

#servicios .mt-5 {
  background: #fff;
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

#clientes .container-fluid, #clientes .container-sm, #clientes .container-md, #clientes .container-lg, #clientes .container-xl, #clientes .container-xxl {
  max-width: 1920px;
}
#clientes .container-fluid .clientes-box, #clientes .container-sm .clientes-box, #clientes .container-md .clientes-box, #clientes .container-lg .clientes-box, #clientes .container-xl .clientes-box, #clientes .container-xxl .clientes-box {
  position: relative;
  display: block;
}
#clientes .container-fluid .clientes-box .clientes-box-caption, #clientes .container-sm .clientes-box .clientes-box-caption, #clientes .container-md .clientes-box .clientes-box-caption, #clientes .container-lg .clientes-box .clientes-box-caption, #clientes .container-xl .clientes-box .clientes-box-caption, #clientes .container-xxl .clientes-box .clientes-box-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  opacity: 0;
  color: #1f1f1f;
  background: #6892c2e6;
  transition: opacity 0.25s ease;
  text-align: center;
}
#clientes .container-fluid .clientes-box .clientes-box-caption .project-category, #clientes .container-sm .clientes-box .clientes-box-caption .project-category, #clientes .container-md .clientes-box .clientes-box-caption .project-category, #clientes .container-lg .clientes-box .clientes-box-caption .project-category, #clientes .container-xl .clientes-box .clientes-box-caption .project-category, #clientes .container-xxl .clientes-box .clientes-box-caption .project-category {
  font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
}
#clientes .container-fluid .clientes-box .clientes-box-caption .project-name, #clientes .container-sm .clientes-box .clientes-box-caption .project-name, #clientes .container-md .clientes-box .clientes-box-caption .project-name, #clientes .container-lg .clientes-box .clientes-box-caption .project-name, #clientes .container-xl .clientes-box .clientes-box-caption .project-name, #clientes .container-xxl .clientes-box .clientes-box-caption .project-name {
  font-size: 1.2rem;
  font-weight: 550;
}
#clientes .container-fluid .clientes-box:hover .clientes-box-caption, #clientes .container-sm .clientes-box:hover .clientes-box-caption, #clientes .container-md .clientes-box:hover .clientes-box-caption, #clientes .container-lg .clientes-box:hover .clientes-box-caption, #clientes .container-xl .clientes-box:hover .clientes-box-caption, #clientes .container-xxl .clientes-box:hover .clientes-box-caption {
  opacity: 1;
}

.btn-primary {
  background-color: #17233f;
  border-color: #17233f;
  color: #ffffff;
}

.btn-primary:hover {
  background-color: #020617;
  border-color: #020617;
}

body {
  margin: 0;
}

canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 9999;
}

