:root {
	/*
  --primary: #d90429;
  --secondary: #ef233c;
  --dark: #0b0f14;
  */
  
  
    --primary: #d90429;
  --secondary: #ef233c;

  --brand-lime: #C3F905;
  --brand-lime-dark: #9fd000;

  --dark: #0b0f14;
  
  
  /*
  --navbar-height: 90px;
  */
  /*
 --navbar-height: 74px;  */
  
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  /*background: #fff;*/
  background: #ffffff !important;
  color: #111827;
  
}

/* NAVBAR */

/*
.navbar {
  backdrop-filter: blur(10px);

  
  background: rgba(255, 255, 255, 0.9) !important;  
  
}
*/

.navbar-brand {
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 2px;
}

/*
.nav-link {
  font-weight: 600;
  color: rgba(255,255,255,0.85) !important;
}

.nav-link:hover {
  color: #fff !important;
}
*/

.nav-link {
  font-weight: 600;
  color: #222 !important;
}

.nav-link:hover {
  color: var(--primary) !important;
}



.navbar-toggler {
  border-color: rgba(0,0,0,.15);
}


/* BOTÓN MOBILE */
/*
.navbar-toggler {
  border-color: rgba(0,0,0,.15);
  padding: .35rem .55rem;
}
*/

/*
.navbar-toggler-icon {
  filter: invert(0);
}
*/


.navbar {
  backdrop-filter: blur(10px);
  /*
  background: rgba(255,255,255,0.92) !important;
  */
  
  background: rgba(255,255,255,1) !important;
  box-shadow: 0 4px 20px rgba(0,0,0,.08);
}

/* NAVBAR */
.navbar {
  /*height: 90px;*/
  overflow: visible !important;
  
    position: relative;
  z-index: 99999;
  
  
}

/* CONTENEDOR DEL LOGO */

.logo-floating {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 20;
}


/* IMAGEN */

.logo-floating img {
  height: 90px;
  width: auto;

  /*transform: translateY(22px);*/

  filter: drop-shadow(0 8px 18px rgba(0,0,0,.18));
  
    /*transition: all .25s ease;*/
	 z-index: 1000 !important;
	
}



/*
header,
.navbar,
.navbar .container{
  overflow: visible !important;
}


.logo-floating{
  position: relative;
  top: 22px;
  z-index: 1000;
}

.logo-floating img{
  display: block;
  height: 100px;
  width: auto;

  filter: drop-shadow(0 8px 18px rgba(0,0,0,.18));

  transition: all .25s ease;
}
*/



/* FIN NAVBAR */


/* HERO */
.hero-slide {
  position: relative;
  height: 50vh;
  min-height: 570px;
  background-size: cover;
  background-position: center;
}

.hero-slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 75% 30%, rgba(217,4,41,.18), transparent 40%),
    linear-gradient(90deg,
      rgba(0,0,0,.88) 0%,
      rgba(0,0,0,.55) 45%,
      rgba(0,0,0,.82) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  color: white;
  max-width: 760px;
  /*padding-top: 100px;*/
}

.hero-badge {
  display: inline-block;
  background: rgba(217,4,41,.15);
  border: 1px solid rgba(217,4,41,.4);
  padding: .5rem .9rem;
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.hero-content h1 {
  font-size: clamp(2.6rem, 5vw, 5.4rem);
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 1rem;
}

.hero-content p {
  font-size: 1.2rem;
  line-height: 1.7;
  color: rgba(255,255,255,.92);
  margin-bottom: 2rem;
}

.btn-primary-custom {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border: none;
  color: white;
  font-weight: 700;
  padding: .95rem 1.8rem;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(217,4,41,.35);
}

.btn-primary-custom:hover {
  color: white;
  transform: translateY(-2px);
}

.btn-glass {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.2);
  color: white;
  font-weight: 600;
  padding: .95rem 1.4rem;
  border-radius: 12px;
}

.btn-glass:hover {
  background: rgba(255,255,255,.14);
  color: white;
}

/* MAP SECTION */
#mapa-section {
  padding: 10px 0;
  /*
  background: #f8f9fa;
  */
}


#map {
  width: 100%;
  height: 900px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,.15);
}


/*
#map {
  width: 100%;
  aspect-ratio: 1 / 1;

  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,.15);
}
*/


.section-title {
  font-size: 2.5rem;
  font-weight: 800;
  /*margin-bottom: 1rem;*/

    margin:0;

}

.section-subtitle {
  font-size: 1.1rem;
  color: #6c757d;
  max-width: 800px;
  margin: 0 auto 3rem;
}

/* FOOTER */
/*
footer {
  background: #0b0f14;
  color: rgba(255,255,255,.8);
  padding: 50px 0 30px;
}

footer a {
  color: rgba(255,255,255,.8);
  text-decoration: none;
}

footer a:hover {
  color: #fff;
}
*/


/* FOOTER */
.site-footer {
  background: #0b0f14;
  color: rgba(255,255,255,.75);
  padding: 60px 0 35px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.footer-brand h5 {
  color: #fff;
  font-weight: 700;
  margin: 0;
  letter-spacing: .3px;
}

.footer-text {
  max-width: 500px;
  line-height: 1.6;
  color: rgba(255,255,255,.7);
}

.footer-copy {
  color: rgba(255,255,255,.45);
  font-size: .9rem;
}

.footer-nav {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-nav a {
  color: rgba(255,255,255,.75);
  text-decoration: none;
  transition: all .2s ease;
  position: relative;
}

.footer-nav a:hover {
  color: #fff;
}

.footer-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width .2s ease;
}

.footer-nav a:hover::after {
  width: 100%;
}

/* Responsive */
@media (max-width: 991px) {
  .footer-nav {
    justify-content: flex-start;
    margin-top: 10px;
  }
}








@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2.4rem;
  }

  .hero-content p {
    font-size: 1rem;
  }

  #map {
    height: 420px;
  }
  
  
  /*
    .navbar {
    min-height: 68px;
  }

  .logo-floating img {
    height: 64px;

    transform: translateY(6px);
  }*/

/*
  .navbar-collapse {
    background: rgba(255,255,255,.98);
    padding: 1rem;
    border-radius: 12px;
    margin-top: .5rem;
  }
  */
  
  
    .navbar-collapse{
    background: #fff;

    padding: 1rem;

    border-radius: 18px;


    margin-top: .35rem;

    box-shadow:
      0 20px 50px rgba(0,0,0,.15);
  }
  
  
  /*
    .hero-slide{
    height: 38vh;
    min-height: 500px;
  }*/
  
  

  
  
  
}




/*
.page-content {
  padding-top: var(--navbar-height);
}
*/









/* HERO */

.page-hero{
  position: relative;
  min-height: 340px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-hero-overlay{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      rgba(0,0,0,.72),
      rgba(0,0,0,.55)
    );
}

.page-hero-content{
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 900px;
}

.page-badge{
  display: inline-block;
  padding: .45rem .9rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: rgba(255,255,255,.15);
  backdrop-filter: blur(10px);
  font-size: .85rem;
  letter-spacing: .5px;
}

.page-hero h1{
  font-size: clamp(2.3rem, 5vw, 4.2rem);
  font-weight: 800;
  margin-bottom: 1rem;
}

.page-hero p{
  font-size: 1.1rem;
  line-height: 1.8;
  opacity: .95;
  max-width: 700px;
}

/* BREADCRUMB */

.breadcrumb-custom{
  margin-bottom: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
  font-size: .95rem;
}

.breadcrumb-custom a{
  color: rgba(255,255,255,.9);
  text-decoration: none;
  transition: .2s;
}

.breadcrumb-custom a:hover{
  color: #fff;
  text-decoration: underline;
}

.breadcrumb-custom .separator{
  opacity: .6;
}

.breadcrumb-custom .active{
  color: rgba(255,255,255,.7);
}

/* LEGAL CONTENT */

.legal-section{
  max-width: 950px;
}

.legal-card{
  background: #fff;
  border-radius: 18px;
  padding: 2rem;
  margin-bottom: 1.5rem;
  box-shadow:
    0 10px 30px rgba(0,0,0,.05);

  border: 1px solid #eee;
}

.legal-card h2{
  margin-bottom: 1rem;
  color: #111827;
}

.legal-card p,
.legal-card li{
  line-height: 1.8;
  color: #4b5563;
}














/*
.map-header{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:2rem;
}
*/

.map-header{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin-bottom:20px;
}

.search-row{
  display:flex;
  align-items:center;
  gap:10px;
  width:100%;
}



.map-wrapper{
  position:relative;
  border-radius:28px;
  overflow:hidden;
  box-shadow:
    0 25px 80px rgba(0,0,0,.14);
}







/* =========================
   SEARCH
========================= */


.search-container {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}

.search-container input {
  width: 100%;
  height: 42px;

  border-radius: 25px;
  border: 1px solid #e5e5e5;

  padding: 0 14px 0 38px;

  background: #f8f9fa;
}

.search-icon {
  position: absolute;
  left: 12px;
  font-size: 20px;
  color: #888;
}





/* =========================
   SEARCH RESULTS DROPDOWN
========================= */

/*
.search-container {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}
*/

.search-container ul {
  position: absolute;

  top: calc(100% + 8px);
  left: 0;
  right: 0;

  margin: 0;
  padding: 6px 0;

  list-style: none;

  background: white;
  border-radius: 16px;

  box-shadow: 0 8px 24px rgba(0,0,0,0.15);

  max-height: 320px;
  overflow-y: auto;

  z-index: 9999;
}


.search-container li {
  display: flex;
  align-items: flex-start;
  gap: 10px;

  padding: 10px 14px;

  cursor: pointer;

  transition: background 0.15s;
}


.search-container li:hover {
  background: #f5f7fa;
}


.search-container li .material-symbols-rounded {
  font-size: 20px;
  color: #666;
  margin-top: 2px;
}


.search-container li div {
  display: flex;
  flex-direction: column;
}


.search-container li small {
  color: #777;
  font-size: 12px;
}



.result-text{
  display:flex;
  flex-direction:column;
}

.result-main{
  font-size:14px;
  font-weight:600;
  color:#222;
}

.result-type{
  font-size:12px;
  color:#777;
}



/*
.search-container input {
  width: 100%;
  box-sizing: border-box;
}

*/






/* =========================
   GEO BUTTON
========================= */

/*
.geo-btn {
  width: 42px;
  height: 42px;

  border: none;
  border-radius: 50%;

  background: #f1f3f4;

  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
}
  */

  .geo-btn{
  flex-shrink:0;

  width:42px;
  height:42px;

  border:none;
  border-radius:50%;

  background:#f1f3f4;

  display:flex;
  align-items:center;
  justify-content:center;

  cursor:pointer;
}




















/* STEP SECTIONS */

.steps-section{

  padding: 90px 0;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f8fafc 100%
    );
}

/* badge */

.steps-badge{

  display:inline-block;

  padding:.5rem 1rem;

  border-radius:999px;

  background:
    rgba(195,249,5,.12);

  border:
    1px solid rgba(195,249,5,.35);

  color:#111827;

  font-weight:700;

  margin-bottom:1rem;
}

/* GRID */

.steps-grid{

  display:grid;

  grid-template-columns:
    repeat(4,1fr);

  gap:1.5rem;
}

/* CARD */

.step-card{

  position:relative;

  background:#fff;

  border-radius:24px;

  padding:2rem;

  border:
    1px solid rgba(0,0,0,.05);

  box-shadow:
    0 10px 30px rgba(0,0,0,.04);

  transition:.25s ease;

  overflow:hidden;
}

.step-card:hover{

  transform:translateY(-6px);

  box-shadow:
    0 20px 50px rgba(0,0,0,.08);
}

/* glow */

.step-card::before{

  content:"";

  position:absolute;

  top:0;
  left:0;

  width:100%;
  height:4px;

  background:
    linear-gradient(
      90deg,
      var(--brand-lime),
      #e7ff8a
    );
}

/* top */

.step-top{

  display:flex;

  justify-content:space-between;

  align-items:center;

  margin-bottom:1.5rem;
}

/* icon */

.step-icon{

  width:62px;
  height:62px;

  border-radius:18px;

  background:
    rgba(195,249,5,.12);

  display:flex;

  align-items:center;

  justify-content:center;

  font-size:1.4rem;

  color:#111827;
}

/* number */

.step-number{

  font-size:1rem;

  font-weight:900;

  color:
    rgba(17,24,39,.18);

  font-family:
    'Inter Tight', sans-serif;
}

/* title */

.step-card h3{

  font-size:1.35rem;

  font-weight:800;

  margin-bottom:.8rem;

  color:#111827;
}

/* text */

.step-card p{

  margin:0;

  color:#4b5563;

  line-height:1.7;
}

/* responsive */

@media (max-width:991px){

  .steps-grid{

    grid-template-columns:
      repeat(2,1fr);
  }

}

@media (max-width:768px){

  .steps-grid{

    grid-template-columns:1fr;
  }

}








/* STEP SECTIONS */
/*
.steps-section{
  padding:90px 0;
  background:#f8fafc;
}

.step-card{
  background:#fff;
  border-radius:24px;
  padding:2rem;
  height:100%;
  box-shadow:
    0 10px 30px rgba(0,0,0,.05);

  transition:.25s ease;
}

.step-card:hover{
  transform:translateY(-6px);
}

.step-number{
  font-size:3rem;
  font-weight:900;
  color:rgba(217,4,41,.15);
  margin-bottom:1rem;
}
*/





/* END STEP SECTIONS */


/*
.hero-content{
  backdrop-filter: blur(6px);
  background:
    linear-gradient(
      rgba(0,0,0,.18),
      rgba(0,0,0,.08)
    );

  padding:2rem;
  border-radius:28px;
}
*/


/*
REVISIÓN FORMULARIO
*/

.modal-content{
  border:none;
  border-radius:28px;
  overflow:hidden;
  box-shadow:
    0 30px 80px rgba(0,0,0,.25);
}

.modal-header{
  border-bottom:none;
  padding:1.5rem 1.8rem;
}

.modal-body{
  padding:1.8rem;
}

.form-control{
  border-radius:14px;
  padding:.9rem 1rem;
  border:1px solid #d1d5db;
}

.form-control:focus{
  border-color:var(--primary);
  box-shadow:
    0 0 0 4px rgba(217,4,41,.12);
}


/* FIN FORMULARIO */ 



/*
.navbar{
  min-height:72px;
  padding:.7rem 0;
}

.logo-floating img{
  height:72px;
}

.navbar-nav{
  gap:1.1rem;
}

.nav-link{
  position:relative;
  padding:.5rem 0 !important;
}

.nav-link::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:0;
  height:2px;
  background:var(--primary);
  transition:width .2s ease;
}

.nav-link:hover::after{
  width:100%;
}
*/


/* ESTADÍSTICAS */

.stats-section{
  padding: 100px 0;
  background:
    linear-gradient(
      180deg,
      #0b0f14 0%,
      #111827 100%
    );

  position: relative;
  overflow: hidden;
}

/* glow verde corporativo */

.stats-section::before{
  content:"";
  position:absolute;

  width:500px;
  height:500px;

  background:
    radial-gradient(
      circle,
      rgba(195,249,5,.14) 0%,
      transparent 70%
    );

  top:-200px;
  right:-120px;

  pointer-events:none;
}

.stats-wrapper{
  display:grid;

  grid-template-columns:
    repeat(auto-fit, minmax(220px,1fr));

  gap:2rem;
}

.stat-item{
  position:relative;

  padding:2rem 1rem;

  border-radius:28px;

  background:
    rgba(255,255,255,.03);

  border:
    1px solid rgba(255,255,255,.06);

  backdrop-filter: blur(10px);

  text-align:center;

  transition:.25s ease;
}

.stat-item:hover{
  transform:translateY(-6px);

  border-color:
    rgba(195,249,5,.25);

  box-shadow:
    0 20px 50px rgba(0,0,0,.35);
}

.stat-number{

  font-size: clamp(3rem, 5vw, 4.6rem);

  font-weight: 900;

  line-height:1;

  color: var(--brand-lime);

  margin-bottom:.8rem;

  font-family: 'Inter Tight', sans-serif;

  text-shadow:
    0 0 18px rgba(195,249,5,.18);
}

.stat-label{
  color: rgba(255,255,255,.72);

  font-size: 1rem;

  letter-spacing:.3px;

  text-transform: uppercase;
}

/* FIN ESTADÍSTICAS */


/*
.hero-badge {

  background:
    rgba(195,249,5,.12);

  border:
    1px solid rgba(195,249,5,.28);

  color:
    #eaff9c;
}


.nav-link:hover{
  color: var(--brand-lime) !important;
}


.btn-glass:hover{

  border-color:
    rgba(195,249,5,.45);

  box-shadow:
    0 0 30px rgba(195,249,5,.15);
}


.map-wrapper{

  border:
    1px solid rgba(195,249,5,.08);
}

*/




