.layout-theme {
    /* position: relative; */
    /* top: -1px; */
    max-width: 90% !important;
    /* margin: auto; */
}
    h2 {
      font-weight: 700!important;
    }
    h3 {
      font-weight: 600!important;
    }
    p {
      font-size: 18px!important;
      font-weight: 300 !important;
    }
    body {
      font-size: 15px !important;
      color: #333;
      background: #fff;
    }

    a {
      text-decoration: none;
      font-weight: 500;
    }

    .header-top {
      position: absolute;
      top: 0;
      right: 0;
      width: 817px;
      padding: 10px 40px 2px 28px;
      border-bottom-left-radius: 5px;
      background-color: #304645;
    }

    .parallax-dark:after {
      background-color: rgba(48, 70, 69, 1);
    }

    .copyright {
      padding-top: 35px;
      padding-bottom: 40px;
      color: #fff;
      border-top: 1px solid #e64626;
    }

    .wpcf7 input[type="text"],
    .wpcf7 input[type="tel"],
    .wpcf7 input[type="email"],
    .wpcf7 input[type="url"],
    .wpcf7 textarea,
    .wpcf7 select {
      background-color: #fff;
      color: #000;
      width: 100%;
      margin-bottom: 10px;
      margin-top: 0;
      margin-left: 0;
      margin-right: 0;
    }

    .crosby-main {
      padding-top: 190px;
    }

    .crosby-hero {
      padding: 0 0 24px;
      text-align: center;
    }

    .crosby-hero h1 {
      font-size: 2.35em;
      line-height: 1.15em;
      font-weight: 700!important;
      color: #293e3b;
      margin-bottom: 18px;
    }

    .crosby-lead {
      max-width: 980px;
      margin: 0 auto 22px;
      font-size: 20px;
      font-weight: 300;
      line-height: 1.45em;
      text-align: justify !important;
    }

    .crosby-note {
      max-width: 980px;
      margin: 18px auto;
      padding: 18px 22px;
      border-left: 5px solid #e64626;
      background: #f7f7f7;
      font-size: 17px;
      line-height: 1.55em;
      text-align: justify !important;
    }

    .crosby-quick-cta {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 12px;
      margin: 20px auto 8px;
    }

    .crosby-quick-cta a {
      display: inline-block;
      padding: 12px 20px;
      border-radius: 4px;
      font-size: 30px;
      font-weight: 700;
      text-decoration: none;
      font-weight: 700;
      text-transform: uppercase;
    }

    .crosby-quick-cta__primary {
      background: #e64626;
      color: #fff !important;
    }

    .crosby-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
      margin: 28px 0;
    }

    .crosby-card {
      border: 1px solid #e5e5e5;
      border-radius: 6px;
      padding: 20px;
      background: #fff;
      min-height: 100%;
    }

    .crosby-card--technical {
      text-transform: none;
    }

    .crosby-card h2,
    .crosby-card h3 {
      color: #293e3b;
      font-size: 22px;
      line-height: 1.25em;
      margin-top: 0;
      margin-bottom: 12px;
    }

    .crosby-card ul {
      padding-left: 19px;
      margin-bottom: 0;
    }

    .crosby-card li {
      margin-bottom: 7px;
      line-height: 1.45em;
    }

    .mitutoyo-reference-section {
      padding-top: 10px;
    }

    .mitutoyo-reference-intro {
      max-width: 980px;
      margin: 0 auto 18px !important;
      color: #444;
      font-size: 17px !important;
      line-height: 1.5em !important;
      text-align: left !important;
    }

    .mitutoyo-reference-list {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      margin: 20px 0 8px;
    }

    .mitutoyo-ref-card {
      border: 1px solid #e7e7e7;
      border-radius: 6px;
      background: #fff;
      padding: 14px 16px;
    }

    .mitutoyo-ref-card h3 {
      margin: 0 0 8px;
      color: #293e3b;
      font-size: 17px !important;
      line-height: 1.25em;
    }

    .mitutoyo-ref-card p {
      margin: 0 0 5px !important;
      color: #444;
      font-size: 14px !important;
      line-height: 1.35em !important;
      text-align: left !important;
    }

    .crosby-section {
      padding: 24px 0;
    }

    .crosby-section h2 {
      color: #293e3b;
      font-size: 28px;
      line-height: 1.25em;
      text-align: center;
      margin-bottom: 22px;
    }

    .crosby-section p {
      line-height: 1.6em;
      text-align: justify !important;
      margin: 0 0 32px;
    }

    .crosby-table {
      width: 100%;
      border-collapse: collapse;
      margin: 20px 0;
      font-size: 16px;
    }

    .crosby-table th {
      background: #304645;
      color: #fff;
      text-align: left;
      padding: 12px;
      border: 1px solid #304645;
    }

    .crosby-table td {
      padding: 12px;
      border: 1px solid #e0e0e0;
      vertical-align: top;
    }

    .crosby-cta {
      padding: 26px;
      border-radius: 6px;
      background: #304645;
      color: #fff;
      text-align: center;
      margin: 28px 0;
    }

    .crosby-cta h2 {
      color: #fff;
      margin-top: 0;
      font-size: 28px;
    }

    .crosby-cta p {
      color: #fff;
      text-align: center !important;
      font-size: 18px;
    }

    .crosby-cta a {
      color: #ff9900;
      font-weight: 700;
    }

    .crosby-links {
      text-align: center;
      font-size: 17px;
      line-height: 1.7em;
      margin-top: 18px;
    }

    .crosby-links a {
      display: inline-block;
      margin: 0 8px 8px;
    }

    @media (max-width: 991px) {
      .header-top {
        position: static;
        width: auto;
      }

      .crosby-main {
        padding-top: 40px;
      }

      .crosby-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .mitutoyo-reference-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 640px) {
      .crosby-grid {
        grid-template-columns: 1fr;
      }

      .mitutoyo-reference-list {
        grid-template-columns: 1fr;
      }

      .crosby-main {
        padding-top: 24px;
      }

      .crosby-hero h1 {
        font-size: 1.85em;
      }

      .crosby-lead {
        font-size: 18px;
      }

      .crosby-table {
        font-size: 14px;
      }
    }

    .crosby-grid--two {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .crosby-breadcrumbs {
      color: #777;
      font-size: 14px;
      margin: 10px 0 22px;
    }

    .crosby-breadcrumbs a {
      color: #304645;
      text-decoration: none;
      font-weight: 700;
    }

    .crosby-media-row {
      display: grid;
      grid-template-columns: 210px minmax(0, 1fr);
      gap: 28px;
      align-items: start;
    }

    .crosby-brand-img {
      width: 100%;
      max-width: 220px;
      display: block;
      border: 1px solid #e5e5e5;
      border-radius: 6px;
      background: #fff;
    }

    .crosby-badges {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin: 12px 0 4px;
    }

    .crosby-badge {
      display: inline-block;
      padding: 6px 9px;
      border-radius: 4px;
      background: #f7f7f7;
      border: 1px solid #e5e5e5;
      color: #293e3b;
      font-size: 13px;
      font-weight: 700;
    }

    .crosby-badge--accent {
      background: #e64626;
      border-color: #e64626;
      color: #fff;
    }

    .crosby-stock-list {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 8px;
      margin: 18px 0;
    }

    .crosby-stock-list span {
      display: block;
      padding: 8px;
      border: 1px solid #e5e5e5;
      border-radius: 4px;
      background: #fafafa;
      font-size: 13px;
      text-align: center;
    }

    .crosby-small {
      font-size: 14px!important;
      color: #666;
    }

    @media (max-width: 991px) {
      .crosby-grid--two {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .crosby-media-row {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 640px) {
      .crosby-grid--two {
        grid-template-columns: 1fr;
      }

      .crosby-stock-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }


    .crosby-quick-cta a.crosby-quick-cta__secondary,
    .crosby-quick-cta a.crosby-quick-cta__secondary--outline {
      background: transparent;
      color: #304645 !important;
      border: 0;
      border-radius: 0;
      padding: 5px 8px !important;
      font-size: 15px !important;
      font-weight: 500 !important;
      text-transform: none !important;
    }

    .crosby-quick-cta a.crosby-quick-cta__secondary:hover,
    .crosby-quick-cta a.crosby-quick-cta__secondary--outline:hover {
      color: #e64626 !important;
      text-decoration: underline;
    }

    @media (min-width: 992px) {
      .crosby-main {
        padding-top: 220px;
      }

      .crosby-section,
      #form_contacto,
      #modelos {
        scroll-margin-top: 230px;
      }
    }


    @media (min-width: 1200px) {
      .container {
        width: 95%;
      }
    }

    .crosby-product-ficha {
      max-width: 920px;
      margin: 0 auto 8px;
      padding-top: 8px;
      text-align: center;
    }

    .crosby-product-ficha .crosby-brand-img {
      display: block;
      width: 100%;
      max-width: 260px;
      margin: 0 auto 18px;
    }

    .crosby-product-ficha h2 {
      color: #293e3b;
      font-size: 28px;
      line-height: 1.25em;
      margin: 14px 0 18px;
      text-align: center;
    }

    .crosby-product-ficha__intro {
      max-width: 860px;
      margin: 0 auto 18px;
      color: #333;
      font-size: 18px !important;
      line-height: 1.35em !important;
      text-align: left !important;
    }

    .crosby-product-specs {
      max-width: 860px;
      margin: 0 auto;
    }

    .crosby-product-spec-row {
      display: grid;
      grid-template-columns: 215px minmax(0, 1fr);
      gap: 24px;
      margin: 7px 0;
      color: #333;
      font-size: 18px;
      line-height: 1.4em;
      text-align: left;
      align-items: baseline;
    }

    .crosby-product-spec-row strong {
      color: #111;
      font-weight: 700;
    }

    .crosby-product-spec-row span {
      font-weight: 300;
    }

    @media (max-width: 640px) {
      .crosby-product-ficha {
        padding-top: 0;
      }

      .crosby-product-ficha h2 {
        font-size: 24px;
      }

      .crosby-product-ficha__intro {
        font-size: 18px !important;
      }

      .crosby-product-spec-row {
        grid-template-columns: 1fr;
        gap: 3px;
        margin: 8px 0;
        font-size: 17px;
      }
    }

  

    .crosby-home-logo {
      display: block;
      width: 100%;
      max-width: 220px;
      margin: 0 auto 16px;
      border: 1px solid #e5e5e5;
      border-radius: 6px;
      background: #fff;
    }

    .crosby-kicker {
      color: #e64626;
      font-size: 15px;
      font-weight: 700;
      letter-spacing: 0;
      text-transform: uppercase;
      margin-bottom: 8px;
    }

    .crosby-category-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
      margin: 28px 0;
    }

    .crosby-category-card {
      border: 1px solid #e5e5e5;
      border-radius: 6px;
      padding: 20px;
      background: #fff;
      min-height: 100%;
    }

    .crosby-category-card h2,
    .crosby-category-card h3 {
      color: #293e3b;
      font-size: 22px;
      line-height: 1.25em;
      margin-top: 0;
      margin-bottom: 10px;
      text-align: left;
    }

    .crosby-category-card p {
      font-size: 16px !important;
      line-height: 1.55em;
      text-align: left !important;
    }

    .crosby-category-card a {
      color: #e64626;
      font-weight: 700;
    }

    .crosby-status-note {
      max-width: 980px;
      margin: 18px auto;
      color: #555;
      font-size: 15px;
      line-height: 1.5em;
      text-align: center;
    }

    @media (max-width: 991px) {
      .crosby-category-grid,
      .crosby-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 640px) {
      .crosby-category-grid,
      .crosby-grid {
        grid-template-columns: 1fr;
      }

      .crosby-home-logo {
        max-width: 210px;
      }
    }


    .logo-scroll {
      display: none;
    }

    .crosby-title-left {
      text-align: left !important;
    }

    .crosby-badges--center {
      justify-content: center;
    }

    .crosby-footer-bar {
      background-color: #000;
    }

    .crosby-footer-text {
      text-align: center;
    }

    .crosby-footer-text span {
      color: #fff;
    }


    .crosby-form-embed {
      margin-top: 30px;
    }

.crosby-product-spec-row--category span,
.crosby-product-spec-row--industries span {
  text-transform: capitalize;
}

.crosby-product-spec-row--models span {
  text-transform: uppercase;
}


    .mitutoyo-logo-card {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 220px;
      min-height: 92px;
      padding: 18px 28px;
      border: 1px solid #e5e5e5;
      border-radius: 6px;
      background: #fff;
      color: #e64626;
      font-size: 38px;
      line-height: 1;
      font-weight: 800;
      letter-spacing: 0;
      margin: 0 auto 16px;
    }

    .mitutoyo-logo-card--small {
      min-width: 190px;
      min-height: 76px;
      font-size: 31px;
      margin-bottom: 18px;
    }

    .crosby-product-spec-row--technical-name span {
      text-transform: none;
    }

    @media (max-width: 640px) {
      .mitutoyo-logo-card {
        min-width: 190px;
        min-height: 76px;
        font-size: 30px;
      }
    }
