html, body{
    overflow-x: hidden;
}  
  .ce-section{
    padding: 80px 0;
    font-family: 'Trueno', sans-serif;
  }

  /* ---- SECTION 1: Nuestras soluciones ---- */
  .ce-solutions{
    background: linear-gradient(104.75deg, #162032 0%, #436198 110.82%);

  }

 .ce-heading{
   color: #fff;
    font-family: 'Branding', 'Trueno', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 0.8rem;
  }
  .spancam{
    color: #9AD1E5 !important;
  }
  .titlelandig{
    font-family: Trueno;
    font-weight: 700;
    font-size: 3.5rem;
    color: #FFFFFF;
    line-height: 1.3;
    margin-bottom: 30px;
  }
  .parrafolanding{
    font-family: Branding;
    font-weight: 400;
    font-size: 1.4rem;
    color: #FFFFFF;
    line-height: 1.4;
    margin-bottom: 25px;
  }
  .btn1landing{
    font-size: 1.3rem;
    color: #162032;
    background: #9AD1E5;
  }
  .btnmri{
    margin-right: 28px;
  }
  .btn2landing{
    font-size: 1.3rem;
  }
  .btn1landing:hover{
    color: #162032 !important;
    background: #9AD1E5 !important;
  }
  .ce-underline{
    width: 70px;
    height: 3px;
    background: #E57D1D;
    margin: 0 auto 3.5rem;
    border-radius: 2px;
  }

  .ce-card{
    background: #1D2A42;
    border-left: 5px solid #9AD1E5;
    border-radius: 6px;
    padding: 2rem 2.2rem;
    height: 100%;
  }

  .ce-card h3{
    color: #9AD1E5;
    font-family: 'Trueno', sans-serif;
    font-weight: 700;
    line-height: 1.4;
    font-size: 1.4rem;
    margin-bottom: 0.85rem;
  }

  .ce-card p{
    font-family: 'Branding', sans-serif;
    color: #F4F6F9;
    font-size:1.1rem;
    line-height: 1.55;
    margin-bottom: 0;
  }

  /* ---- SECTION 2: Permisos ---- */
  .ce-permits{
    background: #ffffff;
  }



  .ce-permits h2{
    color: #1F3D6E;
    font-family: 'Trueno', sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    text-align: left;
    margin-bottom: 2.2rem;
  }

  .ce-pill{
    display: inline-flex;
    align-items: center;
    background: #FFFFFF;
    color: #162032;
    font-weight: 400;
    font-size: 1rem;
    padding: 0.65rem 1.5rem;
    border-radius: 999px;
    border: 1px solid #E1E5EB;
    box-shadow: 0px 4px 10px 0px #0000000D;

  }

  .ce-pills-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.85rem;
    margin-bottom: 0.85rem;
  }

  /* ---- SECTION 3: Por qué Corporativo Enciso ---- */
  .parrafoces p{
       font-family: Branding;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 33px;
  }
  .parrafoces strong{   
    font-weight: 700;
    color: #2C3E50;

  }

  .ce-logos{
    display: flex;
    gap: 2.5rem;
    margin-top: 2.5rem;
    flex-wrap: wrap;
  }

  .ce-logo-item{
    text-align: center;
  }

  .ce-logo-item img{
    object-fit: contain;
    margin-bottom: 0.5rem;
      height: 108px;
  }
  .oea{
        height: 115px !important;
  }

  

  .ce-why-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 20px 40px -24px rgba(14,29,54,0.35);
  }
  .mtopland{
    margin-top: 130px;
  }




  /* ---- FAQ ---- */
  .ce-faq{
    padding: 96px 0;
    font-family: 'Trueno', sans-serif;
    background: linear-gradient(106.47deg, #162032 0%, #436198 130.31%);

  }



  .ce-faq-item{
    background: #1D2A42;
    border-left: 4px solid #E57D1D;
    border-radius: 6px;
    padding: 1.75rem 2rem;
  }

  .ce-faq-item + .ce-faq-item{
    margin-top: 1.25rem;
  }

  .ce-faq-item h3{
    color: #9AD1E5;
    font-family: 'Trueno', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
  }

  .ce-faq-item p{
    font-family: Branding;
    color: #F4F6F9;
    font-weight: 400;
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 0;
  }

  /* ---- CTA con imagen de fondo ---- */
  .ce-cta{
    position: relative;
    padding: 100px 0;
    font-family: 'Trueno', sans-serif;
    background-image: url('../img/landings/automotriz/bgvolumen.webp');
    background-size: cover;
    background-position: center;
    text-align: center;
  }
  .ce-ctagranel{
    background-image: url('../img/landings/granel/granelbanner.webp');
  }
  .ce-ctaperecederos{
    background-image: url('../img/landings/perecederos/perecederobanner.webp');
  }
  .ce-ctaquimicos{
    background-image: url('../img/landings/quimicos/quimicosbanner.webp');
  }
  .ce-ctaacero{
     background-image: url('../img/landings/acero/acerobanner.webp');
  }
  .ce-ctaaluminio{
     background-image: url('../img/landings/aluminio/aluminiobanner.webp');
  }
  .ce-cta h2{
    color: #fff;
    font-family: 'Trueno', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.35;
    margin: 0 auto 1.25rem;
  }

  .ce-cta p{
    font-family: Branding;
        color: #ffffff;
    font-size: 1.25rem;
    margin-bottom: 2.25rem;
    font-weight: 400;
  }

  .ce-cta .btn-ce{
    font-family: 'Trueno', sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: #162032;
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 0.85rem 2rem;
    border-radius: 999px;
    text-decoration: none;
    border: none;
    transition: transform 0.15s ease, background 0.15s ease;
  }

  .ce-cta .btn-ce:hover{
    background: #142a4d;
    transform: translateY(-1px);
    color: #fff;
  }

  .ce-cta .btn-ce svg{
    width: 18px;
    height: 18px;
    stroke-width: 4px;
  }

    @media (max-width: 1600px){
        #portadafixed {
                bottom: 20%;
        }
    }
    @media (max-width: 1400px){
        #portadafixed {
                bottom: 12%;
        }
        .titlelandig {
            font-size: 3rem;
        }
        .parrafolanding {
            font-size: 1.2rem;
        }
        .btn1landing {
            font-size: 1.1rem;
        }
        .btn2landing {
            font-size: 1.1rem;
        }
        .ce-heading {
            font-size: 2.3rem;
        }
        .ce-card h3 {
            font-size: 1.2rem;
        }
        .ce-card p {
            font-size: 1rem;
        }
        .ce-permits h2 {
            font-size: 2rem;
        }
        .ce-pill {
            font-size: 0.9rem;
        }
        .ce-permits h2 {
            font-size: 1.8rem;
            margin-bottom: 2rem;
        }
        .parrafoces p {
            font-size: 1rem;
            margin-bottom: 25px;
        }
        .ce-logo-item img {
            height: 90px;
        }
        .oea {
            height: 96px !important;
        }
        .mtopland {
            margin-top: 110px;
        }
        .ce-faq {
            padding: 80px 0;
        }
        .ce-faq-item h3 {
            font-size: 1.1rem;
        }
        .ce-faq-item p {
            font-size: 1rem;
        }
        .ce-cta {
            padding: 65px 0;
        }
        .ce-cta h2 {
            font-size: 2rem;
        }
        .ce-cta p {
            font-size: 1.10rem;
            margin-bottom: 2rem;
        }
        .ce-cta .btn-ce {
            font-size: 1rem;
        }
        .ce-cta .btn-ce svg {
            stroke-width: 3px;
        }
    }


  @media (max-width: 1200px){
        .titlelandig {
            font-size: 2.5rem;
            line-height: 1.2;
        }
        .parrafolanding {
            font-size: 1.1rem;
            margin-bottom: 20px;
        }
        .ce-heading {
            font-size: 2rem;
            margin-bottom: 0.5rem;
        }
        .ce-underline {
            margin: 0 auto 3rem;
        }
        .ce-card {
            padding: 2rem 2rem;
        }
        .ce-card p br{
            display: none;
        }
        .ce-section {
            padding: 70px 0;
        }
        .ce-permits h2 {
            font-size: 1.7rem;
            margin-bottom: 1.5rem;
        }
        .ce-pill {
            font-size: 0.8rem;
            padding: 0.6rem 1rem;
        }
        .mtopland {
            margin-top: 95px;
        }
        .parrafoces p br{
          display: none;
        }
        .parrafoces p {
            margin-bottom: 15px;
            line-height: 1.5;
        }
        .ce-logos {
            gap: 2rem;
            margin-top: 1.5rem;
        }
        .ce-logo-item img {
            height: 70px;
        }
        .oea {
            height: 75px !important;
        }
        .ce-faq {
            padding: 60px 0;
        }
        .ce-cta {
            padding: 50px 0;
        }
        .ce-cta h2 {
            font-size: 1.8rem;
            line-height: 1.3;
            margin: 0 auto 1rem;
        }
        .ce-cta p {
            margin-bottom: 1rem;
        }
        .ce-cta .btn-ce {
            font-size: 0.9rem;
            padding: 0.8rem 1.8rem;
        }
  }
  @media (max-width: 1025px){
        .titlelandig {
            font-size: 2rem;
            line-height: 1.2;
            margin-bottom: 17px;
        }
  }
   @media (max-width: 991px){
        .titlelandig {
            font-size: 1.7rem;
            margin-bottom: 10px;
        }
        .parrafolanding {
            font-size: 1rem;
            margin-bottom: 13px;
        }
        #portadafixed {
            bottom: 6%;
        }
        .ce-card h3 br{
            display: none;
        }
        .ce-pills-row {
            gap: 0rem;
        }
        .mtopland {
            margin-top: 50px;
        }
        .ce-permits h2 br{
           display: none;
        }
   }
   @media (max-width: 900px){
      #portadafixed .col-md-8{
            flex: 0 0 auto;
            width: 100%;
      }
        .titlelandig br{
           display: none;
        }
        #portadafixed {
            bottom: 15%;
        }
   }
  @media (max-width: 767px){
    .ce-section{ padding: 64px 0; }
    .ce-logos{ justify-content: center; }
    .ce-faq, .ce-cta{ padding: 64px 0; }

    #portada {
        height: 535px;
    }
    #portada .img100{
        width: auto;
        height: 100%;
        object-fit: cover;
    }
    .titlelandig {
        font-size: 1.5rem;
        text-align: center;
    }
    .parrafolanding {
        font-size: 0.95rem;
        margin-bottom: 10px;
        text-align: center;
    }
    #portadafixed {
        bottom: 6%;
        text-align: center;
    }
    .btn1landing {
        font-size: 1rem;
    }
    .btnmri {
        margin-right: 10px;
    }
    .btn2landing {
        font-size: 1rem;
    }
    .btnmri {
        margin-right: 4px;
        margin-bottom: 7px;
    }
    .btn2landing  {
        margin-bottom: 7px;
    }
    .ce-heading {
        font-size: 1.5rem;
    }
    .ce-section {
        padding: 40px 0;
    }
    .ce-underline {
        margin: 0 auto 2rem;
    }
    .ce-card h3 {
        font-size: 1.1rem;
    }
    .ce-card p {
        font-size: 0.9rem;
    }
    .g-5, .gy-5 {
        --bs-gutter-y: 2rem;
    }
    .ce-permits h2 {
        font-size: 1.5rem;
        margin-bottom: 1.3rem;
    }
    .ce-pills-row {
        gap: 0.5rem;
    }
    .ce-permits h2 {
        font-size: 1.4rem;
        margin-bottom: 1rem;
        text-align: center;
    }
    .parrafoces p {
        font-size: 0.9rem;
        text-align: center;
    }
    .ce-logos {
        gap: 1rem;
    }
    .ce-faq, .ce-cta {
        padding: 50px 0;
    }
    .ce-faq-item {
        padding: 1.5rem 1.5rem;
        text-align: center;
    }
    .ce-card {
        padding: 1rem 1rem;
        text-align: center;
    }
    .ce-cta h2 {
        font-size: 1.5rem;
        line-height: 1.2;
        margin: 0 auto 0.5rem;
    }
    .ce-cta p {
        font-size: 1rem;
        line-height: 1.2;
    }
    .ce-cta .btn-ce {
        font-size: 0.9rem;
        padding: 0.7rem 1.5rem;
    }
    .ce-cta h2 br{
        display: none;
    }

    .ce-pill {
        text-align: center;
    }
    .portaalum {
        bottom: 13% !important;
    }

  }

    @media (max-width: 376px){
         .portaalum {
            bottom: 8% !important;
        }
    }