@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300;400;500;600;700;800&display=swap");
.text-amber {
  color: #ffb020;
}

.text-blue-light {
  color: #2c8cff;
}

.text-blue-dark {
  color: #0b1f36;
}

body {
  font-family: "Red Hat Display", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Red Hat Display", sans-serif;
}

.navbar-nav .nav-link {
  font-size: 18px;
  line-height: 35px;
  transition: color 0.25s ease;
}
.navbar-nav .nav-link:hover {
  color: #2c8cff;
}
.navbar-nav .nav-link.active {
  color: #2c8cff;
}

.main-head .navbar {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.main-head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
}

.hero-sm {
  padding-top: 85px;
}

@media (min-width: 992px) {
  .navbar-nav .nav-link {
    font-size: 18px;
    transition: color 0.25s ease;
  }
  .main-head .navbar {
    background-color: transparent !important;
  }
  .hero {
    margin-top: -85px;
  }
  .main-head .navbar .navbar-brand,
  .main-head .navbar .nav-link,
  .main-head .navbar .navbar-toggler {
    color: #ffffff;
  }
  .main-head .navbar .nav-link:hover,
  .main-head .navbar .nav-link.active {
    color: #2c8cff;
  }
}
@media (max-width: 991.98px) {
  .main-head .navbar {
    background-color: #ffffff !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  }
}
.is-scrolled .main-head .navbar {
  background-color: #ffffff !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.is-scrolled .main-head .navbar .navbar-brand,
.is-scrolled .main-head .navbar .nav-link,
.is-scrolled .main-head .navbar .navbar-toggler {
  color: #0b1f36;
}

.is-scrolled .main-head .navbar .nav-link:hover {
  color: #2c8cff;
}

.is-scrolled .main-head .navbar .nav-link.active {
  color: #2c8cff;
}

@media (min-width: 1140px) {
  #contacto {
    background-image: url("/assets/img/contacto-empresa-de-seguridad-en-jalisco-lg.jpg");
  }
}
@media (min-width: 720px) and (max-width: 1139px) {
  #contacto {
    background-image: url("/assets/img/contacto-empresa-de-seguridad-en-jalisco-md.jpg");
  }
}
@media (min-width: 120px) and (max-width: 719px) {
  #contacto {
    background-image: url("/assets/img/contacto-empresa-de-seguridad-en-jalisco-sm.jpg");
  }
}
.hero-ribbon {
  background: #ffffff;
  color: #0b1f36;
  padding: 1rem 0;
  font-size: 0.95rem;
}
.hero-ribbon-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  text-align: center;
}
.hero-ribbon-text strong:first-child {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.9rem;
}
.hero-ribbon-img {
  max-height: 40px;
  height: auto;
}
@media (min-width: 768px) {
  .hero-ribbon-text {
    text-align: left;
    max-width: 70%;
  }
  .hero-ribbon-logo {
    display: block;
  }
}

.btn-outline {
  border: 1px solid #2c8cff;
}

.btn-primary {
  background-color: #0b1f36;
  border-color: #0b1f36;
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #081629;
  border-color: #081629;
  color: #c9c7c7;
}

.btn-outline-primary {
  color: #0b1f36;
  border-color: #0b1f36;
}
.btn-outline-primary:hover {
  background-color: #0b1f36;
  color: #ffffff;
}

.btn-contactanos {
  position: relative;
  overflow: hidden;
  background-color: #2c8cff;
  border: 2px solid #2c8cff;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  transition: color 0.25s ease 0.15s, border-color 0.25s ease 0.15s, background-color 0.25s ease 0.15s;
}
.btn-contactanos::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #ffffff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease 0.15s;
  z-index: 0;
}
.btn-contactanos:hover {
  border-color: #2c8cff;
  color: #2c8cff;
  background-color: #ffffff;
}
.btn-contactanos:hover::before {
  transform: scaleX(1);
}

.btn-contactanos-text {
  position: relative;
  z-index: 1;
}

.btn-contactanos .bi {
  position: relative;
  z-index: 1;
  transition: color 0.25s ease 0.15s;
}

.btn-contactanos-icons {
  position: relative;
  z-index: 1;
  border-radius: 999px;
  transition: box-shadow 0.35s ease 0.15s;
}

.btn-chip {
  position: relative;
  overflow: hidden;
  background-color: #2c8cff;
  border: 2px solid #2c8cff;
  color: #ffffff;
  font-weight: 700;
  transition: color 0.25s ease 0.15s, border-color 0.25s ease 0.15s, background-color 0.25s ease 0.15s;
}
.btn-chip::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #ffffff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease 0.15s;
  z-index: 0;
}
.btn-chip:hover {
  border-color: #2c8cff;
  color: #2c8cff;
  background-color: #ffffff;
}
.btn-chip:hover::before {
  transform: scaleX(1);
}

.btn-chip .bi {
  position: relative;
  z-index: 1;
}

.rounded-pill:hover span {
  color: #2c8cff !important;
  position: inherit;
}

.btn-contactanos-outline {
  background-color: #2c8cff;
  border: 2px solid #2c8cff;
  color: #ffffff;
  font-weight: 600;
}
.btn-contactanos-outline:hover {
  background-color: #ffffff;
  color: #2c8cff;
  border-color: #2c8cff;
}

.contact-modal {
  border-radius: 16px;
}
.contact-modal .modal-header,
.contact-modal .modal-body {
  padding: 0.75rem 1rem;
}

.hero {
  position: relative;
  overflow: hidden;
}
.hero .carousel,
.hero .carousel-inner,
.hero .carousel-item {
  height: 100vh;
}
@media (max-width: 768px) {
  .hero .carousel,
  .hero .carousel-inner,
  .hero .carousel-item {
    height: 70vh;
  }
}
.hero .hero-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}
.hero .hero-content-1,
.hero .hero-content-3 {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  color: #ffffff;
}
.hero .hero-content-2 {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: end;
  padding-bottom: 1rem;
  color: #ffffff;
}
.hero .hero-subtitle {
  font-size: 1.5em;
}
.hero .hero-content-1 h1 {
  color: #ffffff;
  margin-bottom: 1rem;
}
.hero .hero-copy .hero {
  color: #f5f5f5;
  font-size: 1.05rem;
}
.hero .hero-list {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.hero .hero-actions .btn-outline,
.hero .hero-actions .btn-outline-light {
  border-color: #ffffff;
  color: #ffffff;
}
.hero .hero-actions .btn-outline:hover {
  background-color: #ffffff;
  color: #2c8cff;
}
@media (max-width: 767.98px) {
  .hero .carousel,
  .hero .carousel-inner,
  .hero .carousel-item {
    height: 60vh;
  }
  .hero .hero-slide {
    background-position: center 25%;
  }
  .hero .hero-content-1,
  .hero .hero-content-2,
  .hero .hero-content-3 {
    flex-direction: column;
    text-align: center;
    justify-content: flex-end;
    padding-bottom: 1rem;
  }
  .hero .hero-copy {
    width: 100%;
  }
}

.hero-main {
  position: relative;
  min-height: 75vh;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  display: flex;
  align-items: flex-end;
  padding-bottom: 48px;
}

.hero-ribbon-marquee {
  overflow: hidden;
  white-space: nowrap;
}

.hero-ribbon-track {
  display: inline-flex;
  align-items: center;
  gap: 2.5rem;
  width: max-content;
  animation: ribbon-marquee 18s linear infinite;
}

.hero-ribbon-item {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  padding-right: 2.5rem;
}

@keyframes ribbon-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.hero-main .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.hero-main .hero-main-content {
  position: relative;
  z-index: 2;
}

.hero-visual {
  max-width: 520px;
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.35));
  margin-bottom: -150px;
}

.hero-split {
  background-color: #ffffff;
}

.hero-media {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

.hero-media-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: -40% -40% auto auto;
  width: 160%;
  height: 160%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.35) 55%, rgba(255, 255, 255, 0) 70%);
  transform: translate(-30%, -30%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.6s ease;
  pointer-events: none;
}

.hero-media:hover .hero-media-img {
  transform: scale(1.04);
}

.hero-media:hover::after {
  opacity: 1;
  transform: translate(20%, 20%) rotate(45deg);
}

.fade-on-scroll,
.fade-fast,
.fade-slow {
  opacity: 0;
  transform: translateY(16px);
}

.fade-on-scroll,
.fade-fast {
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-slow {
  transition: opacity 1s ease, transform 1s ease;
}

.fade-slower {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 2s ease, transform 2s ease;
}

.fade-slowest {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 2.5s ease, transform 2.5s ease;
}

.fade-on-scroll.is-visible,
.fade-fast.is-visible,
.fade-slow.is-visible,
.fade-slower.is-visible,
.fade-slowest.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 992px) {
  .hero-main {
    margin-top: -85px;
    padding-top: 85px;
  }
}
@media (max-width: 991.98px) {
  .hero-main {
    align-items: center;
    padding-bottom: 0;
  }
  .hero-main .hero-main-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
  }
}
.main-foot {
  background-image: url("/assets/img/bg-foot-sm.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 720px) {
  .main-foot {
    background-image: url("/assets/img/bg-foot-md.jpg");
  }
}
@media (min-width: 1140px) {
  .main-foot {
    background-image: url("/assets/img/bg-foot-lg.jpg");
  }
}
@media (min-width: 992px) {
  .hero-parallax:first-of-type {
    margin-top: -85px;
    padding-top: 85px;
  }
}
@media (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .hide-desktop {
    display: none !important;
  }
}
.servicio-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.servicio-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.12);
}

.servicio-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  background: #0b1f36;
  color: #ffffff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.servicio-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.servicio-list li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.5rem;
  color: #444;
}
.servicio-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #2c8cff;
  font-weight: bold;
}

.section-jalisco {
  position: relative;
  padding: 4rem 0;
  background-image: url("/assets/img/guadalajara.webp");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: #ffffff;
}
.section-jalisco-overlay {
  position: absolute;
  inset: 0;
  background: rgba(5, 15, 30, 0.65);
}
@media (max-width: 991.98px) {
  .section-jalisco {
    background-attachment: scroll;
    padding: 3rem 0;
  }
}

.jalisco-panel {
  position: relative;
  z-index: 2;
  background: rgba(15, 23, 42, 0.9);
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
}
@media (max-width: 991.98px) {
  .jalisco-panel {
    padding: 1.5rem;
  }
}

.jalisco-icon {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
}

.jalisco-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.jalisco-list li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.35rem;
  font-size: 0.95rem;
}
.jalisco-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #2c8cff;
  font-size: 1.2rem;
  line-height: 1;
}

.custodias-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.custodias-list li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.35rem;
  color: #444;
  font-size: 0.95rem;
}
.custodias-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #2c8cff;
  font-weight: 700;
}

.custodias-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
.custodias-tags .badge {
  font-weight: 500;
  font-size: 0.75rem;
  border: 1px solid #e1e5ee;
}

.ventaja-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.ventaja-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.ventaja-icon {
  font-size: 1.6rem;
  color: #2c8cff;
}

#faq {
  background-color: #0b1f36;
}

.faq-item {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.35);
}
.faq-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.whatsapp-float {
  position: fixed;
  width: 56px;
  height: 56px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
}
.whatsapp-float:hover {
  background-color: #1ea959;
  transform: scale(1.08);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35);
  color: #ffffff;
}
@media (max-width: 575.98px) {
  .whatsapp-float {
    width: 52px;
    height: 52px;
    bottom: 16px;
    right: 16px;
    font-size: 1.6rem;
  }
}

.hero-sm {
  background: linear-gradient(180deg, #0b1f36 0%, #2c8cff 100%);
  color: #ffffff;
  padding: calc(3.5rem + 85px) 0;
}
.hero-sm h1 {
  color: #ffffff;
}

.card {
  border: 1px solid rgba(13, 110, 253, 0.15);
}
.card .bi {
  font-size: 1.6rem;
}

.btn-whatsapp {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  z-index: 999;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  text-decoration: none;
}
.btn-whatsapp:hover {
  background-color: #1ea959;
  transform: scale(1.1);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
.btn-whatsapp .whatsapp-tooltip {
  position: absolute;
  right: 70px;
  bottom: 18px;
  background-color: #ffffff;
  color: #333;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transform: translateX(10px);
  pointer-events: none;
  transition: all 0.25s ease-in-out;
  white-space: nowrap;
}
.btn-whatsapp:hover .whatsapp-tooltip {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 576px) {
  .btn-whatsapp {
    width: 50px;
    height: 50px;
    font-size: 1.6rem;
    bottom: 20px;
    right: 20px;
  }
  .btn-whatsapp .whatsapp-tooltip {
    font-size: 0.8rem;
    right: 60px;
  }
}

#seguridad-industrial-y-comercial {
  background-color: #0b1f36;
}

.sp-block + .sp-block {
  border-top: 1px solid rgba(148, 163, 184, 0.25);
}

.sp-image-wrap {
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  height: 300px;
  background: #0b1f36;
}
.sp-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease-out, filter 0.35s ease-out;
  display: block;
}
.sp-image-wrap:hover img {
  transform: scale(1.06);
  filter: brightness(1.05);
}

#cobertura {
  background-color: #e7f1fa;
}

.main-foot {
  background-color: #0d1918;
  color: #ffffff;
  position: relative;
  padding: 36px 0 1px 0;
  margin: 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

/*# sourceMappingURL=style.css.map */
