#hero-mudanzas{
  position: relative;
  min-height: 760px;
  background: url('https://mejoresmudanzas.com/img/mx/portada.png');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-start;
  padding: 34px 0 56px;
  overflow: hidden;
}

#hero-mudanzas .landing-wide{
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 34px;
}

#hero-mudanzas .hero-topbar{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 110px;
}

#hero-mudanzas .hero-logo img{
  width: 185px;
  height: auto;
  display: block;
}

#hero-mudanzas .hero-menu{
  display: flex;
  align-items: center;
  gap: 52px;
  padding-top: 8px;
}

#hero-mudanzas .hero-menu a{
  color: #666;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  text-decoration: none;
}

#hero-mudanzas .hero-menu a.active{
  color: #00bbd4;
}

#hero-mudanzas .hero-main{
  display: flex;
  align-items: flex-start;
}

#hero-mudanzas .hero-content{
  max-width: 760px;
  padding-left: 18px;
}

#hero-mudanzas h1{
  margin: 0 0 30px;
  font-size: clamp(56px, 4.2vw, 74px);
  line-height: 1.08;
  font-weight: 700;
  color: #1f2a44;
  letter-spacing: -0.6px;
}

#hero-mudanzas .subtitle{
  max-width: 900px;
  font-size: clamp(26px, 1.95vw, 38px);
  line-height: 1.34;
  color: #666;
  margin-bottom: 44px;
  font-weight: 400;
}
#hero-mudanzas .subtitle2{
  max-width: 900px;
  font-size: clamp(18px, 1.15vw, 28px);
  line-height: 1.34;
  color: #666;
  margin-bottom: 44px;
  font-weight: 400;
}
#hero-mudanzas .subtitle strong{
  font-weight: 700;
  color: #666;
}

#hero-mudanzas .hero-cta-wrap{
  margin-bottom: 42px;
}

#hero-mudanzas .btn-cta{
  background: #f7be00;
  border: none;
  padding: 18px 44px;
  min-width: 380px;
  font-size: 22px;
  line-height: 1;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 3px 10px rgba(0,0,0,.18);
}

#hero-mudanzas .btn-cta:hover,
#hero-mudanzas .btn-cta:focus{
  background: #f2b800;
}

#hero-mudanzas .cta-note{
  font-size: 15px;
  color: #6c757d;
  margin-top: 12px;
  line-height: 1.2;
  padding-left: 18px;
}

#hero-mudanzas .trust{
  font-size: 16px;
  color: #5f6c7b;
  line-height: 1.35;
}

#hero-mudanzas .trust strong{
  font-weight: 400;
}

@media (max-width: 1399.98px){
  #hero-mudanzas{
    min-height: 700px;
    padding-top: 28px;
  }

  #hero-mudanzas .hero-topbar{
    margin-bottom: 90px;
  }

  #hero-mudanzas .hero-menu{
    gap: 34px;
  }

  #hero-mudanzas h1{
    font-size: clamp(48px, 4vw, 62px);
  }

  #hero-mudanzas .subtitle{
    font-size: clamp(22px, 1.75vw, 30px);
    max-width: 760px;
  }
}

@media (max-width: 1199.98px){
  #hero-mudanzas{
    min-height: 640px;
    background:
      linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.95) 42%, rgba(255,255,255,.78) 58%, rgba(255,255,255,.20) 74%, rgba(255,255,255,0) 86%),
      url('<?php echo base_url("img/mx/portada.png"); ?>');
    background-size: cover;
    background-position: 68% center;
  }

  #hero-mudanzas .landing-wide{
    padding: 0 24px;
  }

  #hero-mudanzas .hero-topbar{
    margin-bottom: 72px;
  }

  #hero-mudanzas .hero-logo img{
    width: 165px;
  }

  #hero-mudanzas .hero-menu a{
    font-size: 16px;
  }

  #hero-mudanzas .hero-content{
    max-width: 620px;
    padding-left: 6px;
  }

  #hero-mudanzas h1{
    margin-bottom: 24px;
  }

  #hero-mudanzas .subtitle{
    margin-bottom: 34px;
  }

  #hero-mudanzas .btn-cta{
    min-width: 320px;
    font-size: 20px;
    padding: 16px 34px;
  }
}

@media (max-width: 991.98px){
  #hero-mudanzas{
    min-height: auto;
    padding: 24px 0 42px;
    background:
      linear-gradient(180deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.92) 100%),
      url('<?php echo base_url("img/mx/portada.png"); ?>');
    background-size: cover;
    background-position: center;
  }

  #hero-mudanzas .hero-topbar{
    flex-direction: column;
    gap: 18px;
    margin-bottom: 46px;
  }

  #hero-mudanzas .hero-menu{
    gap: 22px;
    flex-wrap: wrap;
    padding-top: 0;
  }

  #hero-mudanzas .hero-content{
    max-width: 100%;
    padding-left: 0;
  }

  #hero-mudanzas h1{
    font-size: 48px;
  }

  #hero-mudanzas .subtitle{
    font-size: 22px;
    max-width: 100%;
  }

  #hero-mudanzas .btn-cta{
    min-width: 300px;
  }
}

@media (max-width: 767.98px){
  #hero-mudanzas{
    padding: 22px 0 34px;
  }

  #hero-mudanzas .landing-wide{
    padding: 0 16px;
  }

  #hero-mudanzas .hero-topbar{
    margin-bottom: 34px;
  }

  #hero-mudanzas .hero-logo img{
    width: 150px;
  }

  #hero-mudanzas .hero-menu{
    gap: 16px;
  }

  #hero-mudanzas .hero-menu a{
    font-size: 15px;
  }

  #hero-mudanzas h1{
    font-size: 40px;
    line-height: 1.08;
    margin-bottom: 18px;
  }

  #hero-mudanzas .subtitle{
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 28px;
  }

  #hero-mudanzas .hero-cta-wrap{
    margin-bottom: 26px;
  }

  #hero-mudanzas .btn-cta{
    width: 100%;
    min-width: 0;
    padding: 15px 24px;
    font-size: 18px;
  }

  #hero-mudanzas .cta-note{
    padding-left: 0;
    text-align: center;
    font-size: 14px;
  }

  #hero-mudanzas .trust{
    font-size: 14px;
  }
}


#mm-footer{
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    background:#f7f7f7;
    overflow:hidden;
}

#mm-footer .mm-footer-top{
    width:100%;
    line-height:0;
    margin-bottom:42px;
}

#mm-footer .mm-footer-top img{
    width:100%;
    display:block;
}

#mm-footer .mm-footer-main{
    padding: 0 0 26px;
}

#mm-footer .mm-footer-wrap{
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 30px;
    display:grid;
    grid-template-columns: 1fr 1.1fr 0.95fr;
    gap: 54px;
    align-items:start;
}

#mm-footer .mm-footer-col ul{
    list-style:none;
    padding:0;
    margin:0;
}

#mm-footer .mm-footer-col li{
    margin: 0 0 10px;
    line-height:1.2;
}

#mm-footer .mm-footer-col a{
    color:#666;
    text-decoration:none;
    font-size: clamp(15px, 1.05vw, 22px);
    font-weight:400;
}

#mm-footer .mm-footer-col a:hover{
    color:#444;
    text-decoration:none;
}

#mm-footer .mm-footer-links-left{
    padding-top: 8px;
}

#mm-footer .mm-footer-ssl{
    margin-top: 30px;
}

#mm-footer .mm-footer-center{
    text-align:center;
}

#mm-footer .mm-footer-logo{
    margin-bottom: 28px;
}

#mm-footer .mm-footer-logo img{
    height: 78px;
    width:auto;
}

#mm-footer .mm-footer-awards{
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    align-items:start;
    justify-content:center;
}

#mm-footer .mm-footer-award{
    text-align:center;
}

#mm-footer .mm-footer-award img{
    height:54px;
    width:auto;
    margin-bottom:10px;
}

#mm-footer .mm-footer-award div{
    color:#777;
    font-size: clamp(13px, .95vw, 17px);
    line-height:1.25;
    max-width: 230px;
    margin: 0 auto;
}

#mm-footer .mm-footer-links-right{
    padding-top: 8px;
}

#mm-footer .mm-footer-legal{
    margin-top: 26px !important;
}

#mm-footer .mm-footer-social{
    margin-top: 22px;
}

#mm-footer .mm-footer-social a{
    display:inline-block;
    background:#4267b2;
    color:#fff;
    font-size: 16px;
    line-height:1;
    font-weight:700;
    padding:10px 16px;
    border-radius:4px;
    text-transform:lowercase;
}

#mm-footer .mm-footer-social a:hover{
    color:#fff;
    opacity:.92;
}

#mm-footer .mm-footer-bottom{
    text-align:center;
    margin-top: 36px;
    padding: 0 16px;
}

#mm-footer .mm-footer-bottom small,
#mm-footer .mm-footer-bottom a{
    color:#777;
    font-size: 14px;
    text-decoration:none;
}

@media (max-width: 1199.98px){
    #mm-footer .mm-footer-wrap{
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
        padding: 0 24px;
    }

    #mm-footer .mm-footer-logo img{
        height:70px;
    }

    #mm-footer .mm-footer-awards{
        gap:18px;
    }

    #mm-footer .mm-footer-award img{
        height:48px;
    }
}

@media (max-width: 991.98px){
    #mm-footer .mm-footer-wrap{
        grid-template-columns: 1fr;
        gap: 34px;
        text-align:center;
    }

    #mm-footer .mm-footer-links-left,
    #mm-footer .mm-footer-links-right{
        padding-top:0;
    }

    #mm-footer .mm-footer-awards{
        grid-template-columns: 1fr 1fr;
    }

    #mm-footer .mm-footer-ssl{
        display:flex;
        justify-content:center;
    }
}

@media (max-width: 767.98px){
    #mm-footer .mm-footer-top{
        margin-bottom:28px;
    }

    #mm-footer .mm-footer-wrap{
        padding: 0 16px;
        gap: 26px;
    }

    #mm-footer .mm-footer-col a{
        font-size:16px;
    }

    #mm-footer .mm-footer-logo img{
        height:62px;
    }

    #mm-footer .mm-footer-awards{
        grid-template-columns: 1fr;
        gap: 18px;
    }

    #mm-footer .mm-footer-award img{
        height:44px;
    }

    #mm-footer .mm-footer-award div{
        font-size:14px;
    }

    #mm-footer .mm-footer-social a{
        font-size:15px;
        padding:9px 14px;
    }

    #mm-footer .mm-footer-bottom{
        margin-top: 24px;
    }
}

#mm-experiencia-section{
    background:#fff;
	padding: 70px 0 90px;
    background-image:url('<?php echo base_url('img/nuestra_experiencia.webp'); ?>');
    background-size:cover;
    background-position:center;
	position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
}

#mm-experiencia-section .mm-experiencia-wrap{
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 24px;
}

#mm-experiencia-section .mm-experiencia-head{
    text-align:center;
    margin-bottom: 26px;
}

#mm-experiencia-section .mm-experiencia-head h2{
    margin:0;
    color:#1f2a44;
    font-size:clamp(36px, 3.2vw, 64px);
    line-height:1.12;
    font-weight:700;
    letter-spacing:-0.4px;
}

#mm-experiencia-section .mm-experiencia-panel{
    position:relative;
   
    min-height:430px;
    overflow:hidden;
}

#mm-experiencia-section .mm-experiencia-overlay{
    position:absolute;
    inset:0;
    background:rgba(255,255,255,.82);
}

#mm-experiencia-section .mm-experiencia-content{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns: 2fr 1fr;
    gap: 50px;
    align-items:center;
    min-height:430px;
    padding: 38px 42px;
}

#mm-experiencia-section .mm-experiencia-stats{
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
    align-items:center;
}

#mm-experiencia-section .mm-stat-block{
    text-align:center;
}

#mm-experiencia-section .mm-stat-number{
    color:#f6c400;
    font-size:clamp(62px, 6vw, 118px);
    line-height:.95;
    font-weight:800;
    letter-spacing:-2px;
    text-shadow:
        0 2px 0 rgba(0,0,0,.10),
        0 4px 12px rgba(0,0,0,.18);
    margin-bottom:18px;
}

#mm-experiencia-section .mm-stat-text{
    color:#1f2a44;
    font-size:clamp(18px, 1.2vw, 28px);
    line-height:1.3;
    font-weight:400;
    max-width: 420px;
    margin: 0 auto;
}

#mm-experiencia-section .mm-experiencia-side{
    text-align:center;
    color:#666;
}

#mm-experiencia-section .mm-experiencia-copy{
    font-size:clamp(24px, 1.85vw, 40px);
    line-height:1.35;
    font-weight:400;
    color:#666;
    max-width: 500px;
    margin: 0 auto 34px;
}

#mm-experiencia-section .mm-experiencia-copy span{
    color:#00b8d4;
    font-weight:500;
}

#mm-experiencia-section .mm-experiencia-cta-title{
    color:#666;
    font-size:clamp(42px, 3.1vw, 68px);
    line-height:1.05;
    font-weight:700;
    margin-bottom:26px;
}

#mm-experiencia-section .mm-experiencia-cta-wrap{
    position:relative;
    display:inline-block;
}

#mm-experiencia-section .mm-experiencia-form{
    display:inline-block;
    position:relative;
}

#mm-experiencia-section .mm-experiencia-btn{
    border:none;
    background:#f7be00;
    color:#fff;
    font-size:clamp(20px, 1.35vw, 28px);
    font-weight:700;
    line-height:1;
    padding:18px 38px;
    border-radius:999px;
    min-width:250px;
    box-shadow:none;
    transition:all .2s ease;
}

#mm-experiencia-section .mm-experiencia-btn:hover{
    opacity:.95;
}

#mm-experiencia-section .mm-experiencia-note{
    margin-top:12px;
    color:#444;
    font-size:clamp(14px, .95vw, 18px);
    line-height:1.35;
}

#mm-experiencia-section .mm-experiencia-arrow{
    position:absolute;
    right:-72px;
    top:-2px;
    width:86px;
    height:auto;
    transform: rotate(-10deg);
}

@media (max-width: 1199.98px){
    #mm-experiencia-section{
        padding: 55px 0 72px;
    }

    #mm-experiencia-section .mm-experiencia-content{
        grid-template-columns: 1.6fr 1fr;
        gap: 30px;
        padding: 34px 28px;
    }

    #mm-experiencia-section .mm-experiencia-stats{
        gap:18px;
    }

    #mm-experiencia-section .mm-stat-number{
        font-size:clamp(52px, 5vw, 88px);
    }

    #mm-experiencia-section .mm-experiencia-copy{
        font-size:clamp(20px, 1.6vw, 30px);
    }

    #mm-experiencia-section .mm-experiencia-cta-title{
        font-size:clamp(34px, 2.5vw, 52px);
    }

    #mm-experiencia-section .mm-experiencia-arrow{
        width:74px;
        right:-56px;
    }
}

@media (max-width: 991.98px){
    #mm-experiencia-section .mm-experiencia-content{
        grid-template-columns: 1fr;
        gap: 28px;
        text-align:center;
    }

    #mm-experiencia-section .mm-experiencia-stats{
        grid-template-columns: 1fr 1fr;
    }

    #mm-experiencia-section .mm-experiencia-copy{
        max-width: 720px;
    }
}

@media (max-width: 767.98px){
    #mm-experiencia-section{
        padding: 45px 0 56px;
    }

    #mm-experiencia-section .mm-experiencia-wrap{
        padding: 0 16px;
    }

    #mm-experiencia-section .mm-experiencia-head{
        margin-bottom:18px;
    }

    #mm-experiencia-section .mm-experiencia-head h2{
        font-size:30px;
    }

    #mm-experiencia-section .mm-experiencia-panel{
        min-height:auto;
    }

    #mm-experiencia-section .mm-experiencia-content{
        min-height:auto;
        padding: 28px 18px 30px;
    }

    #mm-experiencia-section .mm-experiencia-stats{
        grid-template-columns: 1fr;
        gap: 28px;
    }

    #mm-experiencia-section .mm-stat-number{
        font-size:56px;
        letter-spacing:-1px;
        margin-bottom:10px;
    }

    #mm-experiencia-section .mm-stat-text{
        font-size:16px;
        max-width:100%;
    }

    #mm-experiencia-section .mm-experiencia-copy{
        font-size:18px;
        margin-bottom:22px;
    }

    #mm-experiencia-section .mm-experiencia-cta-title{
        font-size:34px;
        margin-bottom:18px;
    }

    #mm-experiencia-section .mm-experiencia-btn{
        min-width:220px;
        font-size:18px;
        padding:16px 28px;
    }

    #mm-experiencia-section .mm-experiencia-note{
        font-size:14px;
    }

    #mm-experiencia-section .mm-experiencia-arrow{
        display:none;
    }
}

#mm-container-expertise{
    background:#fff;
	padding: 70px 0 90px;
   
	position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
}

#mm-servicios-section{
    background:#fff;
	padding: 70px 0 90px;
   
	position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
}

#mm-servicios-section .mm-servicios-wrap{
    max-width:1450px;
    margin:0 auto;
    padding:0 24px;
}

#mm-servicios-section .mm-servicios-head{
    text-align:center;
    margin-bottom:48px;
}

#mm-servicios-section .mm-servicios-head h2{
    margin:0 0 20px;
    color:#1f2a44;
     font-size:clamp(14px, 3.3vw, 42px);
    line-height:1.12;
    font-weight:700;
    letter-spacing:-0.4px;
}

#mm-servicios-section .mm-servicios-subtitle{
    color:#00b8d4;
    font-size:clamp(14px, 1.8vw, 23px);
    line-height:1.3;
    font-weight:400;
}

#mm-servicios-section .mm-servicios-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:24px;
}

#mm-servicios-section .mm-servicio-card{
    background:#ececec;
    border-radius:10px;
    min-height:245px;
    padding:28px 28px 22px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    overflow:hidden;
}

#mm-servicios-section .mm-servicio-content h3{
    margin:0 0 22px;
    color:#111;
    font-size:clamp(24px, 1.7vw, 38px);
    line-height:1.12;
    font-weight:700;
}

#mm-servicios-section .mm-servicio-content p{
    margin:0;
    color:#2f2f2f;
    font-size:clamp(16px, 1.12vw, 23px);
    line-height:1.55;
    font-weight:400;
    max-width:78%;
}

#mm-servicios-section .mm-servicio-image{
    display:flex;
    justify-content:flex-end;
    align-items:flex-end;
    margin-top:10px;
}

#mm-servicios-section .mm-servicio-image img{
    max-width:170px;
    max-height:105px;
    width:auto;
    height:auto;
    display:block;
}

@media (max-width: 1199.98px){
    #mm-servicios-section{
        padding:60px 0 72px;
    }

    #mm-servicios-section .mm-servicios-grid{
        gap:18px;
    }

    #mm-servicios-section .mm-servicio-card{
        min-height:220px;
        padding:24px 22px 20px;
    }

    #mm-servicios-section .mm-servicio-content p{
        max-width:80%;
    }

    #mm-servicios-section .mm-servicio-image img{
        max-width:145px;
        max-height:95px;
    }
}

@media (max-width: 991.98px){
    #mm-servicios-section .mm-servicios-grid{
        grid-template-columns:repeat(2, 1fr);
    }
}

@media (max-width: 767.98px){
    #mm-servicios-section{
        padding:48px 0 56px;
    }

    #mm-servicios-section .mm-servicios-wrap{
        padding:0 16px;
    }

    #mm-servicios-section .mm-servicios-head{
        margin-bottom:30px;
    }

    #mm-servicios-section .mm-servicios-head h2{
        font-size:30px;
        margin-bottom:14px;
    }

    #mm-servicios-section .mm-servicios-subtitle{
        font-size:18px;
    }

    #mm-servicios-section .mm-servicios-grid{
        grid-template-columns:1fr;
        gap:16px;
    }

    #mm-servicios-section .mm-servicio-card{
        min-height:auto;
        padding:22px 18px 18px;
    }

    #mm-servicios-section .mm-servicio-content h3{
        font-size:28px;
        margin-bottom:14px;
    }

    #mm-servicios-section .mm-servicio-content p{
        font-size:16px;
        max-width:100%;
    }

    #mm-servicios-section .mm-servicio-image{
        margin-top:16px;
    }

    #mm-servicios-section .mm-servicio-image img{
        max-width:140px;
        max-height:90px;
    }
}

#mm-pasos-section{
    padding: 70px 0 90px;
    background:#f7f7f7;
	position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    
    padding:80px 0 90px;
    overflow:hidden;
}

#mm-pasos-section .mm-pasos-wrap{
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 28px;
}

#mm-pasos-section .mm-pasos-head{
    text-align:center;
    margin-bottom: 46px;
}

#mm-pasos-section .mm-pasos-head h2{
    margin:0 0 14px;
    color:#1f2a44;
    font-size:clamp(14px, 3.3vw, 42px);
    line-height:1.12;
    font-weight:700;
    letter-spacing:-0.4px;
}

#mm-pasos-section .mm-pasos-subtitle{
    max-width: 980px;
    margin:0 auto;
    color:#00b8d4;
    font-size:clamp(14px, 1.8vw, 23px);
    line-height:1.35;
    font-weight:400;
}

#mm-pasos-section .mm-pasos-content{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:80px;
}

#mm-pasos-section .mm-pasos-left{
    width:46%;
    text-align:center;
}

#mm-pasos-section .mm-pasos-video-box{
    max-width: 680px;
    margin:0 auto;
}

#mm-pasos-section .mm-pasos-video-box .embed-responsive{
    border-radius:0;
    overflow:hidden;
    background:#ddd;
    box-shadow:none;
}

#mm-pasos-section .mm-pasos-video-note{
    margin-top:12px;
    color:#444;
    font-size:22px;
    line-height:1.35;
}

#mm-pasos-section .mm-pasos-cta-wrap{
    position:relative;
    margin-top:40px;
    text-align:center;
}

#mm-pasos-section .mm-pasos-form{
    display:inline-block;
    position:relative;
}

#mm-pasos-section .mm-pasos-btn{
    border:none;
    background:#f7be00;
    color:#fff;
    font-size:22px;
    font-weight:700;
    line-height:1;
    padding:18px 34px;
    border-radius:999px;
    min-width:320px;
    box-shadow:none;
    transition:all .2s ease;
}

#mm-pasos-section .mm-pasos-btn:hover{
    opacity:.95;
}

#mm-pasos-section .mm-pasos-cta-note{
    margin-top:12px;
    color:#5e6776;
    font-size:15px;
    line-height:1.35;
}

#mm-pasos-section .mm-pasos-arrow{
    position:absolute;
    right:-48px;
    top:-16px;
    width:92px;
    height:auto;
    transform: rotate(-8deg);
}

#mm-pasos-section .mm-pasos-right{
    width:54%;
    padding-top:0;
    margin-top:8px;
}

#mm-pasos-section .mm-step-row{
    display:grid;
    grid-template-columns: 220px 70px 1fr;
    align-items:center;
    column-gap:22px;
    margin-bottom:34px;
}

#mm-pasos-section .mm-step-title{
    text-align:right;
    color:#1f2a44;
    font-size:clamp(18px, 2.6vw, 28px);
    line-height:1.05;
    font-weight:700;
}

#mm-pasos-section .mm-step-line-wrap{
    position:relative;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    min-height:120px;
}

#mm-pasos-section .mm-step-circle{
    width:54px;
    height:54px;
    border:5px solid #00b8d4;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#666;
    font-size:26px;
    font-weight:400;
    background:#f7f7f7;
    position:relative;
    z-index:2;
}

#mm-pasos-section .mm-step-line{
    width:6px;
    background:#00b8d4;
    flex:1;
    min-height:72px;
    margin-top:0;
    border-radius:999px;
}

#mm-pasos-section .mm-step-line-wrap.no-line{
    min-height:auto;
}

#mm-pasos-section .mm-step-line-wrap.no-line .mm-step-line{
    display:none;
}

#mm-pasos-section .mm-step-text{
    color:#666;
    font-size:clamp(18px, 1.6vw, 20px);
    line-height:1.32;
    font-weight:400;
}

#mm-pasos-section .mm-step-text span{
    color:#666;
    font-weight:400;
}

@media (max-width: 1199.98px){
    #mm-pasos-section{
        padding:60px 0 75px;
    }

    #mm-pasos-section .mm-pasos-wrap{
        padding:0 22px;
    }

    #mm-pasos-section .mm-pasos-content{
        gap:40px;
    }

    #mm-pasos-section .mm-step-row{
        grid-template-columns: 170px 60px 1fr;
        column-gap:18px;
        margin-bottom:42px;
    }

    #mm-pasos-section .mm-step-circle{
        width:48px;
        height:48px;
        font-size:24px;
        border-width:4px;
    }

    #mm-pasos-section .mm-step-line{
        width:5px;
        min-height:58px;
    }

    #mm-pasos-section .mm-pasos-video-note{
        font-size:18px;
    }

    #mm-pasos-section .mm-pasos-btn{
        min-width:280px;
        font-size:20px;
        padding:16px 28px;
    }

    #mm-pasos-section .mm-pasos-arrow{
        width:78px;
        right:-36px;
    }
}

@media (max-width: 767.98px){
    #mm-pasos-section{
        padding:48px 0 56px;
    }

    #mm-pasos-section .mm-pasos-wrap{
        padding:0 16px;
    }

    #mm-pasos-section .mm-pasos-head{
        margin-bottom:28px;
    }

    #mm-pasos-section .mm-pasos-head h2{
        font-size:30px;
        margin-bottom:14px;
    }

    #mm-pasos-section .mm-pasos-subtitle{
        font-size:18px;
    }

    #mm-pasos-section .mm-pasos-content{
        display:block;
    }

    #mm-pasos-section .mm-pasos-left,
    #mm-pasos-section .mm-pasos-right{
        width:100%;
    }

    #mm-pasos-section .mm-pasos-left{
        margin-bottom:36px;
    }

    #mm-pasos-section .mm-pasos-video-note{
        font-size:16px;
    }

    #mm-pasos-section .mm-pasos-btn{
        min-width:260px;
        font-size:18px;
        padding:15px 24px;
    }

    #mm-pasos-section .mm-pasos-arrow{
        display:none;
    }

    #mm-pasos-section .mm-step-row{
        grid-template-columns: 1fr 52px 1.5fr;
        column-gap:14px;
        margin-bottom:28px;
        align-items:flex-start;
    }

    #mm-pasos-section .mm-step-title{
        font-size:24px;
        padding-top:8px;
        text-align:right;
    }

    #mm-pasos-section .mm-step-circle{
        width:42px;
        height:42px;
        font-size:22px;
        border-width:4px;
        background:#f7f7f7;
    }

    #mm-pasos-section .mm-step-line{
        width:4px;
        min-height:50px;
    }

    #mm-pasos-section .mm-step-line-wrap{
        min-height:92px;
    }

    #mm-pasos-section .mm-step-text{
        font-size:16px;
        padding-top:3px;
    }
}

#mm-reviews-section{
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    background:#172742;
    padding:80px 0 90px;
    overflow:hidden;
}

#mm-reviews-section .mm-reviews-wrap{
    width:100%;
    max-width:1600px;
    margin:0 auto;
    padding:0 48px;
}

#mm-reviews-section .mm-reviews-heading{
    text-align:center;
    margin-bottom:52px;
}

#mm-reviews-section .mm-reviews-heading h2{
    color:#ffffff;
    font-size:clamp(14px, 3.3vw, 42px);
    line-height:1.12;
    font-weight:700;
    margin:0 0 18px;
    letter-spacing:-0.4px;
}

#mm-reviews-section .mm-reviews-subtitle{
    color:#00c7e8;
    font-size:clamp(14px, 1.8vw, 23px);
    line-height:1.35;
    font-weight:400;
    max-width:1300px;
    margin:0 auto;
}

#mm-reviews-section .mm-reviews-slider-row{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:26px;
    margin-top:30px;
}

#mm-reviews-section .mm-reviews-slider-holder{
    flex:1 1 auto;
    min-width:0;
    overflow:hidden;
}

#mm-reviews-section .mm-review-arrow{
    width:56px;
    height:56px;
    border:none;
    background:transparent;
    color:#ffffff;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0;
    box-shadow:none;
    outline:none;
    flex:0 0 56px;
}

#mm-reviews-section .mm-review-arrow i{
    font-size:54px;
    line-height:1;
}

#mm-reviews-section .mm-review-arrow:hover,
#mm-reviews-section .mm-review-arrow:focus{
    color:#ffffff;
    background:transparent;
    box-shadow:none;
    outline:none;
}

#mm-reviews-section .my-slider{
    overflow:hidden;
}

#mm-reviews-section .mm-review-slide{
    box-sizing:border-box;
    padding:0 14px;
}

#mm-reviews-section .mm-review-slide-inner{
    width:100%;
}

#mm-reviews-section .mm-review-card{
    background:#ffffff;
    border-radius:16px;
    height:205px;
    width:100%;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    overflow:hidden;
}

#mm-reviews-section .mm-review-comment{
    color:#5d5d5d;
    font-size:clamp(16px, 1.05vw, 22px);
    line-height:1.45;
    font-weight:400;
    padding:26px 24px 10px;
    height:120px;
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
}

#mm-reviews-section .mm-review-card-bottom{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    padding:0 24px 16px;
    margin-top:auto;
}

#mm-reviews-section .mm-review-stars img{
    max-width:126px;
    height:auto;
    display:block;
}

#mm-reviews-section .mm-review-truck img{
    width:58px;
    height:auto;
    opacity:.12;
    display:block;
}

#mm-reviews-section .mm-review-meta{
    padding:14px 8px 0;
    color:#ffffff;
    width:100%;
}

#mm-reviews-section .mm-review-name-line{
    font-size:clamp(16px, 1vw, 21px);
    line-height:1.35;
    color:#ffffff;
}

#mm-reviews-section .mm-review-name-line span{
    font-weight:400;
}

#mm-reviews-section .mm-review-name-line strong{
    font-weight:700;
    color:#ffffff;
}

#mm-reviews-section .mm-review-date{
    font-size:clamp(16px, .95vw, 20px);
    line-height:1.3;
    color:#00c7e8;
    margin-top:6px;
    font-weight:400;
}

/* tiny-slider */
#mm-reviews-section .tns-outer,
#mm-reviews-section .tns-inner{
    overflow:hidden !important;
    width:100% !important;
}

#mm-reviews-section .tns-slider{
    display:flex !important;
    align-items:flex-start;
}

#mm-reviews-section .tns-item{
    display:block !important;
}

/* Owl / Slick fallback */
#mm-reviews-section .owl-stage-outer,
#mm-reviews-section .owl-stage,
#mm-reviews-section .slick-list,
#mm-reviews-section .slick-track{
    overflow:hidden !important;
}

/* Tablet */
@media (max-width: 1199.98px){
    #mm-reviews-section{
        padding:64px 0 76px;
    }

    #mm-reviews-section .mm-reviews-wrap{
        padding:0 24px;
    }

    #mm-reviews-section .mm-reviews-slider-row{
        gap:14px;
    }

    #mm-reviews-section .mm-review-slide{
        padding:0 10px;
    }

    #mm-reviews-section .mm-review-comment{
        padding:22px 20px 10px;
        height:110px;
        font-size:16px;
    }

    #mm-reviews-section .mm-review-card{
        height:190px;
    }

    #mm-reviews-section .mm-review-arrow i{
        font-size:42px;
    }
}

/* Móvil */
@media (max-width: 767.98px){
    #mm-reviews-section{
        padding:50px 0 56px;
    }

    #mm-reviews-section .mm-reviews-wrap{
        padding:0 16px;
    }

    #mm-reviews-section .mm-reviews-heading{
        margin-bottom:28px;
    }

    #mm-reviews-section .mm-reviews-heading h2{
        font-size:30px;
        margin-bottom:14px;
    }

    #mm-reviews-section .mm-reviews-subtitle{
        font-size:18px;
    }

    #mm-reviews-section .mm-review-slide{
        padding:0 4px;
    }

    #mm-reviews-section .mm-review-card{
        height:auto;
        border-radius:14px;
    }

    #mm-reviews-section .mm-review-comment{
        height:auto;
        -webkit-line-clamp:unset;
        padding:18px 18px 14px;
        font-size:15px;
    }

    #mm-reviews-section .mm-review-card-bottom{
        padding:0 18px 14px;
    }

    #mm-reviews-section .mm-review-stars img{
        max-width:108px;
    }

    #mm-reviews-section .mm-review-truck img{
        width:54px;
    }

    #mm-reviews-section .mm-review-meta{
        padding:12px 2px 0;
    }

    #mm-reviews-section .mm-review-name-line{
        font-size:15px;
    }

    #mm-reviews-section .mm-review-date{
        font-size:15px;
    }
}

#intro-santa-fe {
  background: #f8f9fb;
  padding: 80px 0;
}

#intro-santa-fe .title {
  font-size: 40px;
  font-weight: 600;
  color: #1f2d3d;
  margin-bottom: 25px;
}

#intro-santa-fe .text {
  font-size: 18px;
  color: #5f6c7b;
  line-height: 1.7;
  margin-bottom: 20px;
}

#intro-santa-fe .highlight {
  color: #00a7b5;
  font-weight: 500;
}

#intro-santa-fe img {
  max-width: 100%;
  opacity: 0.9;
}

#mm-live-quotes{
    position: relative;
    padding: 60px 0 40px;
    overflow: hidden;
}

/* Fondo imagen FULL WIDTH */
#mm-live-quotes::before{
    content:"";
    position:absolute;
    inset:0;
    background-image:url('<?php echo base_url("img/mx/fondo_quotes.jpeg"); ?>'); /* tu imagen */
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    opacity:.35; /* ajusta intensidad */
    z-index:1;
}

/* Patrón encima (opcional, muy suave) */
#mm-live-quotes::after{
    content:"";
    position:absolute;
    inset:0;
    background-image:url('<?php echo base_url("img/mx/fondo_quotes.jpeg"); ?>');
    background-repeat:repeat;
    background-size:170px auto;
    opacity:.05;
    pointer-events:none;
    z-index:1;
}

/* Contenido */
#mm-live-quotes .landing-wide{
    position:relative;
    z-index:2;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}

#mm-live-quotes .mm-live-title{
    font-size:clamp(14px, 3.3vw, 42px);
    line-height:1.15;
    font-weight:700;
    color:#1f2a44;
    text-align:center;
    margin-bottom:12px;
}

#mm-live-quotes .mm-live-subtitle{
    font-size:clamp(14px, 1.8vw, 23px);
    line-height:1.4;
    font-weight:400;
    color:#00b8d4;
    text-align:center;
    max-width: 980px;
    margin: 0 auto 28px;
}

#mm-live-quotes .mm-live-head{
    display:grid;
    grid-template-columns: 110px 1fr 1fr 1.15fr 1.9fr 1.9fr .9fr;
    gap:18px;
    align-items:end;
    margin-bottom:12px;
}

#mm-live-quotes .mm-live-head div{
    font-size: 13px;
    line-height:1.15;
    font-weight:700;
    color:#1f2a44;
    text-align:left;
}

#mm-live-quotes .mm-live-head div:first-child{
    visibility:hidden;
}

#mm-live-quotes .mm-live-list{
    margin:0 auto;
}

#mm-live-quotes .mm-live-row{
    display:grid;
    grid-template-columns: 110px 1fr 1fr 1.15fr 1.9fr 1.9fr .9fr;
    gap:18px;
    align-items:center;
    background:#fff;
    border:1px solid #d7d7d7;
    border-radius:999px;
    box-shadow:0 2px 8px rgba(0,0,0,.10);
    padding:14px 24px;
    margin-bottom:12px;
}

#mm-live-quotes .mm-live-truck{
    text-align:center;
}

#mm-live-quotes .mm-live-truck img{
    max-height:42px;
    width:auto;
}

#mm-live-quotes .mm-live-cell{
    font-size: 13px;
    line-height:1.25;
    color:#111;
    word-break: break-word;
}

#mm-live-quotes .mm-live-updated{
    text-align:right;
    font-size: 13px;
    color:#00b8d4;
    margin-top:14px;
}

/* Tablet */
@media (max-width: 1199.98px){
    #mm-live-quotes .landing-wide{
        max-width: 100%;
        padding: 0 16px;
    }

    #mm-live-quotes .mm-live-head,
    #mm-live-quotes .mm-live-row{
        grid-template-columns: 85px .9fr .9fr 1fr 1.45fr 1.45fr .8fr;
        gap:12px;
    }

    #mm-live-quotes .mm-live-row{
        padding:12px 18px;
    }

    #mm-live-quotes .mm-live-truck img{
        max-height:36px;
    }

    #mm-live-quotes .mm-live-cell{
        font-size:12px;
    }

    #mm-live-quotes .mm-live-head div{
        font-size:12px;
    }
}

/* Móvil */
@media (max-width: 767.98px){
    #mm-live-quotes{
        padding:38px 0 22px;
    }

    #mm-live-quotes .mm-live-title{
        font-size:24px;
    }

    #mm-live-quotes .mm-live-subtitle{
        font-size:15px;
        margin-bottom:20px;
    }

    #mm-live-quotes .mm-live-head{
        display:none;
    }

    #mm-live-quotes .mm-live-row{
        grid-template-columns: 64px 1fr;
        gap:8px 14px;
        border-radius:24px;
        padding:14px 16px;
    }

    #mm-live-quotes .mm-live-truck{
        grid-row:1 / span 6;
        align-self:center;
    }

    #mm-live-quotes .mm-live-truck img{
        max-height:34px;
    }

    #mm-live-quotes .mm-live-cell{
        font-size:14px;
    }

    #mm-live-quotes .mm-live-cell::before{
        display:block;
        font-size:11px;
        font-weight:700;
        color:#1f2a44;
        margin-bottom:2px;
        text-transform:uppercase;
    }

    #mm-live-quotes .mm-live-cell.m3::before{ content:"Metros cúbicos"; }
    #mm-live-quotes .mm-live-cell.tipo::before{ content:"Tipo de mudanza"; }
    #mm-live-quotes .mm-live-cell.fecha::before{ content:"Fecha de mudanza"; }
    #mm-live-quotes .mm-live-cell.origen::before{ content:"Origen"; }
    #mm-live-quotes .mm-live-cell.destino::before{ content:"Destino"; }
    #mm-live-quotes .mm-live-cell.hace::before{ content:"Publicada hace"; }

    #mm-live-quotes .mm-live-updated{
        text-align:center;
        margin-top:18px;
        font-size:14px;
    }
}


        .bg-image-cover {
            background-repeat: no-repeat;
            background-size: cover;
        }

        .bg-image-contain {
            background-repeat: no-repeat;
            background-size: cover;
        }

        .bg-image-contain-card {
            background-repeat: no-repeat;
            background-size: contain;
        }
        .landing-wide {
            width: min(calc(100% - 48px), 1680px);
            max-width: 1680px;
            margin-left: auto;
            margin-right: auto;
        }

        .landing-wide-soft {
            width: min(calc(100% - 72px), 1600px);
            max-width: 1600px;
            margin-left: auto;
            margin-right: auto;
        }

        @media (max-width: 767.98px) {
            .landing-wide,
            .landing-wide-soft {
                width: calc(100% - 32px);
            }
        }
        @media (min-width: 800px) {
            .bg-image-contain {
                background-repeat: no-repeat;
                background-size: contain;
            }
        }

        .text-dark-30 {
            color: #686666 !important;
        }

        .text-semibold {
            font-weight: 600;
        }

        .text-mm {
            color: #00bbcc !important;
        }

        .border-mm {
            border-color: #00bbcc;
        }

        .mb-6 {
            margin-bottom: 4rem;
        }

        .pb-7 {
            padding-bottom: 7rem;
        }

        .pt-7 {
            padding-top: 7rem;
        }

        .mb-7 {
            margin-bottom: 7rem;
        }

        .mt-7 {
            margin-top: 7rem;
        }

        .mb-8 {
            margin-bottom: 8rem !important;
        }

        .mt-8 {
            margin-top: 8rem !important;
        }

        .mb-9 {
            margin-bottom: 9rem;
        }

        .mb-10 {
            margin-bottom: 10rem;
        }

        .no-caret {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
        }

        .bg-mm {
            background-color: #00bbcc;
        }

        .custom-caret-info {
            background-image:
                linear-gradient(45deg, transparent 50%, #00bbcc 50%),
                linear-gradient(135deg, #00bbcc 50%, transparent 50%),
                linear-gradient(to right, transparent, transparent);
            background-position:
                calc(100% - 20px) calc(1em),
                calc(100% - 15px) calc(1em),
                100% 0;
            background-size:
                5px 5px,
                5px 5px,
                2.5em 2.5em;
            background-repeat: no-repeat;
        }

        .text-shadow {
            text-shadow: 0 0 15px rgba(255, 255, 255, .5), 0 0 10px rgba(255, 255, 255, .5), 0px 2px 5px rgba(0, 0, 0, 0.66);
        }

        .linear-background-post {
            background: rgb(0, 187, 204);
            background: -moz-linear-gradient(90deg, rgba(0, 187, 204, 0.8) 0%, rgba(103, 53, 153, 0.8) 100%);
            background: -webkit-linear-gradient(90deg, rgba(0, 187, 204, 0.8) 0%, rgba(103, 53, 153, 0.8) 100%);
            background: linear-gradient(90deg, rgba(0, 187, 204, 0.8) 0%, rgba(103, 53, 153, 0.8) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00bbcc", endColorstr="#673599", GradientType=1);
        }

        .scrollbar::-webkit-scrollbar {
            background-color: #fff;
            width: 16px;
        }

        .scrollbar::-webkit-scrollbar-track {
            background-color: #fff;
        }

        .scrollbar::-webkit-scrollbar-track:hover {
            background-color: #f4f4f4;
        }

        .scrollbar::-webkit-scrollbar-thumb {
            background-color: #babac0;
            border-radius: 16px;
            border: 5px solid #fff;
        }

        .scrollbar::-webkit-scrollbar-thumb:hover {
            background-color: #a0a0a5;
            border: 4px solid #f4f4f4;
        }

        .scrollbar::-webkit-scrollbar-button {
            display: none;
        }

        .scrollbar {
            background: #fff;
            overflow-y: scroll;
        }

        .cursor-pointer {
            cursor: pointer;
        }
    