.mm-page{
  padding-top: 0 !important;
}
body{
  cursor: default;
}
p {
    font-family: 'Ginter' !important;
    line-height: 1.6 !important;
}
.bg-gradient-black {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e4e5e7), to(#252631));
  background-image: linear-gradient(#e4e5e7, #252631); }


.content-wrapper {
  padding-top: 73px;
  padding-bottom: 76px; }

.card-demo-wrapper {
  padding: 30px 25px; }
  .card-demo-wrapper .navbar {
    z-index: 0; }

.demo-color-box {
  display: inline-block;
  width: 130px;
  height: 96px;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 10px; }


.card-title {
  margin-bottom: 26px; }

.pb-30 {
  padding-bottom: 30px; }

.example-section h2 {
  padding-top: 76px;
  padding-bottom: 69px; }

.example-section figcaption {
  padding-top: 33px;
  color: #ffffff; }

.example-section .img-thumbnail {
  border-color: #ffffff; }

.project-section .h1{
 font-size: 2.3em;
    line-height: 1.5;
    font-weight: 600;
}

@media screen and (min-width: 992px) {
  .feature-box {
    max-width: 280px; } }

.how-we-work-section .btn-rounded {
  font-size: 20px;
  padding: 6px 9px; }

.btn-label {
  font-size: 12px; }

.experience-section {
  padding-top: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e3e3e3; }

.preview-link {
  display: inline-block;
  position: relative;
  overflow: hidden; }
  .preview-link::before {
    content: "\F349";
    font-family: "Material design icons";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    font-size: 2.5rem;
    color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center; }
  .preview-link:hover::before {
    opacity: 1; }
.header-wrapper p {
    font-size: 1.4em !important;
}

 /********/   
.header-background {
    background-image: url(../../images/superblocks.jpg);
    background-position: top 25% center;
    height: 480px;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo-brand img{
height: 200px;
    margin: 1em;
}
a.logo-brand {
    display: flex;
    justify-content: space-around;
    margin-top: 2em;
}
.text-second {
    color: #4e94d8 !important;
        font-size: 2em;
    font-weight: bold;
}
.text-second:after {
    content: " ";
    border-bottom: 1px solid #252631 !important;
    width: 200px;
    height: 2px;
    position: relative;
    top: -5px;
    left: 10px;
    display: inline-flex;
}
.text-second:before {
    content: " ";
    border-bottom: 10px solid #4e94d8 !important;
    width: 10px;
    height: 10px;
    position: relative;
    top: -11px;
    left: -7px;
    display: inline-flex;
}
.count-card {
    width: 100%;
    margin-left: 88px;
    border-radius: 12px;
    display: flex;
    position: relative;
}
.header-wrapper{
  height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.project-section {
    margin-top: 100px;
    display: block;
}
.card-img-overlay .h2 {
    font-size: 3em !important;
}
.count-box {
  width: 150px !important;
      height: 100px !important;
}
.count-box .h2 {
    font-size: 2.8em !important;
    margin: 0;
    color: #fff;
}
span.font-weight-medium{
       color: #fff;       
    font-size: 1.8em;
}
  .one{
     background-color: #1d63a9;
  }
  .two{
    background-color: #4e94d8
  }

.three{
  background-color: #01478e;
}
.four{
  background-color: #05396d;
}
.card-img-overlay {
    display: flex;
    flex-direction: column;
     left: -58px !important; 
    position: absolute;
}
.marginTop {
    margin-bottom: 3em;
    margin-top: 3em;
}
section.carrusel {
    display: flex;
    align-items: center;
    justify-content: center;
        flex-direction: column;
            flex-direction: column;
 
}
.slider {
  position: relative;
  width: 900px; /* 3 imágenes */
  display: flex;
  align-items: center;
}

.viewport {
  overflow: hidden;
  width: 100%;
}
p{
  font-size: 16px !important;
}
.track {
  display: flex;
  transition: transform 0.3s ease;
}

.track img {
  width: calc(100% / 3); 
  flex-shrink: 0;
  object-fit: contain;
  padding: 5px;
  border-radius: 12px;
  height: auto;
}

.slider .btn {
  background: #3761a5;
  color: #fff;
  border: none;
  font-size: 28px;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  cursor: pointer;
      display: flex;
    align-items: center;
    justify-content: center;
}

.btn:hover {
  background: #333;
}
.card-icon{
  font-size: 28px !important;
      font-size: 28px !important;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.flex-content {
    display: flex;
    align-items: center;
    gap: 2em;
}
.flex-content img {
    padding: 1em;
    border: 1px solid #ccc;
    box-shadow: 6px 6px #2c76c6;
}
ul.listado {
    list-style: none;
    padding-left: 1em;
}
ul.listado span {
    font-size: 1.7em !important;
}
ul.listado li {
    display: flex;
    align-items: start;
}
ul.listado li i {
    font-size: 20px;
    padding: .3em;
    padding-top: 0;
}
ul.listado div {
    margin-top: .5em;
}
ul.listado div span {
    font-weight: bold;
    font-size: 1.1em;
}
ul.listado li i {
    margin-top: 5px;
}
  .pt-roadmap{
    padding: 24px 0;
  }

  .pt-roadmap__wrap{
    max-width: 1100px;
    margin: 0 auto;
    border-radius: var(--pt-radius);
  }

  
  .pt-roadmap__bar{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    overflow: hidden;
    border-top-left-radius: var(--pt-radius);
    border-top-right-radius: var(--pt-radius);
        margin: 1em 0 0;
  }

  .pt-roadmap__tab{
    position: relative;
    height: 54px;
    border: 0;
    color: #fff;
    font-weight: 700;
    letter-spacing: .2px;
    background: linear-gradient(90deg, var(--pt-blue-1), var(--pt-blue-2));
    text-align: left;
    padding: 0 18px;
        display: flex;
    align-items: center;
    font-size: 1.5em;
    justify-content: center;
  }
footer .footer-content {
    padding-bottom: 0px !important;
    border-top: 1px solid #cccccc61
}
  .pt-roadmap__tab:nth-child(1){
    background: linear-gradient(90deg, #255fbe, #2d7ac8);
    border-radius: 6px 0 0 6px;
  }
  .pt-roadmap__tab:nth-child(2){
    background: linear-gradient(90deg, #255fbe, #2d7ac8);
  }
  .pt-roadmap__tab:nth-child(3){
    background: linear-gradient(90deg, #255fbe, #2d7ac8);
  }
  
  .pt-roadmap__tab:nth-child(4){
    background: linear-gradient(90deg, #255fbe, #2d7ac8);
  }
  .pt-roadmap__tab:nth-child(5){
   background: linear-gradient(90deg, #255fbe, #2d7ac8);
   border-radius: 0 6px 6px 0;
  }

 .count-card .count-box {
    display: -webkit-inline-box;
    display: inline-flex;
    width: 130px;
    height: 130px;
    margin: 9px;
    border-radius: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
 }
  .pt-roadmap__tab::after{
    content:"";
    position:absolute;
    top:0; right:-22px;
    width:0; height:0;
    border-top:27px solid transparent;
    border-bottom:27px solid transparent;
    border-left:22px solid rgba(255,255,255,.22); /* separador */
    z-index: 2;
    pointer-events:none;
  }

  .pt-roadmap__tab::before{
    content:"";
    position:absolute;
    top:0; right:-20px;
    width:0; height:0;
    border-top:27px solid transparent;
    border-bottom:27px solid transparent;
    border-left:20px solid currentColor; /* se reemplaza con mask vía background */
    z-index: 1;
    pointer-events:none;
    opacity: 0; 
  }

 
  .pt-roadmap__tab span{ display:none; }


.pt-roadmap__cards h4 {
    font-size: 1.8em !important;
    font-family: 'Ginter' !important;
}

 
  .pt-roadmap__cards{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    background: var(--pt-bg);
    border: 1px solid var(--pt-border);
    border-top: 0;
    border-bottom-left-radius: var(--pt-radius);
    border-bottom-right-radius: var(--pt-radius);
    box-shadow: var(--pt-shadow);
    overflow: hidden;
  }

  .pt-card{
    padding: 18px 16px 20px;
    border-right: 1px solid var(--pt-border);
    min-height: 130px;
  }
  

  .pt-card__title{
    margin: 0 0 8px;
    line-height: 1.25;
    color: var(--pt-text);
    font-weight: 800;
    font-size: 16px;
  }

  .pt-card__desc{
    margin: 0;
    font-size: 12px;
    line-height: 1.45;
    color: var(--pt-muted);
  }

  /* ==== Responsive ==== */
  @media (max-width: 980px){
    .pt-roadmap__bar{
      grid-template-columns: repeat(5, minmax(84px, 1fr));
    }
    .pt-roadmap__tab{
      padding: 0 12px;
      font-size: 13px;
    }
    .pt-roadmap__cards{
      grid-template-columns: 1fr 1fr;
    }
    .pt-card{
      border-right: 1px solid var(--pt-border);
      border-bottom: 1px solid var(--pt-border);
    }
    .pt-card:nth-child(2n){
      border-right: 0;
    }
    .pt-card:nth-last-child(-n+2){
      border-bottom: 0;
    }
  }

  @media (max-width: 520px){
    .pt-roadmap__cards{
      grid-template-columns: 1fr;
    }
    .pt-card{
      border-right: 0;
      border-bottom: 1px solid var(--pt-border);
    }
    .pt-card:last-child{
      border-bottom: 0;
    }
    .pt-roadmap__tab::after{
      right:-18px;
      border-top:27px solid transparent;
      border-bottom:27px solid transparent;
      border-left:18px solid rgba(255,255,255,.22);
    }
  }
  footer .navbar{
    font-size: 12px;
      padding-top: 3em;
        padding-bottom: 0;
  }
  .enfoque{
       background: #f7f5f5;
    padding: 3em 0;
  }


  @media (max-width: 980px){
    .slider{
       width: 88%;
    }
    .flex-content{
          flex-direction: column;
    }
  }
 section.logos div img {
    width: auto;
    height: 65px;
}
section.logos div {
    display: flex;
    gap: 3em;
    justify-content: end;
}
section.logos {
    display: flex;
    justify-content: center;
    margin: 2em auto;
}
section.logos div img {
    padding: 1em;
}
.content-grid{
  display: grid !important;
  grid-template-columns: 1fr 1fr;
 gap: 2em;
}

  .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4em;
    align-items: center;
        margin-top: 50px;

    .slider{
      width: 100%;
    }
    .track img {
    width: 100%;
    }
}

 .gallerySlider {
    position: relative;
    width: 100%;
    max-width: 700px; /* opcional */
    overflow: hidden;
  }

  .gallerySlider-track {
    display: flex;
    transition: transform 0.4s ease;
    will-change: transform;
  }

  .gallerySlider-slide {
    min-width: 100%;
    flex: 0 0 100%;
  }

  .gallerySlider-slide img {
    width: 100%;
    height: auto;
    display: block;
        object-fit: cover;
    height: 500px;
  }

  .gallerySlider-arrow {
     background: #3761a5;
  color: #fff;
  border: none;
  font-size: 28px;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  cursor: pointer;
      display: flex;
    align-items: center;
    justify-content: center;
    position: absolute !important;
  }

  .gallerySlider-prev { left: 5px;
    top: 47%;
    z-index: 1; }
  .gallerySlider-next {
  top: 47%;
    right: 5px;
   }

   .display-3{
    padding-top: 0 !important;
   }
   footer{
    background-color: #2a2a2a;
   }
   .container{
    max-width: 1140px;
    margin: 0 auto !important;
   }
   .grid h3 {
    font-size: 2em !important;
}
.header-text{
    font-size: 3.6em !important;
        margin-bottom: .7em !important;
}
.count-card{
   min-width: 94% !important;
}
button:focus{
    outline: none !important;
}
button:hover {
    background: #01478e;
}
.footer-social-links a:hover{
  color: #0779bf !important;
}


footer .navbar .d-flex span {
    color: #fff;
       font-family: 'Ginter' !important;
}