:root {

  --background-color: #ffffff;
  /* Background color for the entire website, including individual sections */
  --default-color: #363537;
  /* Default color used for the majority of the text content across the entire website */
  --heading-color: #003b5c;
  /* Color for headings, subheadings and title throughout the website */
  --accent-color: #9A0057;
  /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #cccccc;
  --surface-blue-color:#406C85;
  /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff;
  /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
  --border-color:#DCDCDC;
  --bg-video-play:#add3e9;


  --gradient-primary:
    linear-gradient(135deg,
      #055882 0%,
      #0A6D9E 100%);

  --gradient-accent:
    linear-gradient(135deg,
      #14A057 0%,
      #1CB865 100%);

  --gradient-dark:
    linear-gradient(135deg,
      #123047 0%,
      #055882 100%);
}

.light-background {
  --background-color: #e5ecef;
  --surface-color: #ffffff;
}

.banner-cta-background {
  --background-color: #B2DFC3;
  --default-color: #191919;
  --heading-color: #003b5c;
  --surface-color: #fff;
  --contrast-color: #ffffff;
}

a {
  color: #003B5C;
}

a:hover {
  color: #9A0057 !important;
}

h1,
h2 {
  font-size: clamp(1.63rem, 1.41rem + 0.81vw, 2.38rem);
  font-weight: 300;
  color: #003b5c;
  margin-bottom: 2.5rem;
  text-align: center;
}

.blanco {
  color: #fff;
}

.cabecera {
  background: #003B5C;
  padding: 10px 0;
  color: #ffffff
}

.cabecera h3 {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.cabecera a {
  color: #fff;
  font-size: 14px;
}

.cabecera a:hover {
  color: #fff;
  font-size: 14px;
}

.sombra-lateral {
  position: relative;
  background: #fff;
  z-index: 2;
}

.sombra-lateral::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 30px;
  height: 100%;

  background: linear-gradient(to left,
      rgba(0, 0, 0, 15),
      transparent);

  pointer-events: none;
}

.cardTag {
  position: relative;
  transition: border-color .25s ease, transform .25s ease;
  height: 100% !important;
  font-size: 14px;
  color: #21405C;
  padding: 15px;
  text-align: justify;
}

.cardTag:hover {
  border-bottom: 3px #406C85 solid;
  transform: translateY(-2px);


}

.tag {
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 2;
  padding: .625rem .9375rem;
  font-size: .875rem;
  font-weight: 700;
  color: #fff;
  background-color: #003B5C;
  text-align: start;

}


.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 10px;
}


.nav-link {
  color: #406C85 !important;
  padding: 1.0625rem .625rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.nav-link::after {
  content: "";
  display: block;
  position: relative;
  width: 0;
  height: 3px;
  margin: 1px auto 0;
  background-color: transparent;
  -webkit-transition: width .5s ease, background-color .5s ease;
  transition: width .5s ease, background-color .5s ease
}

.nav-item:hover .nav-link,
.nav-link:hover,
.nav-link:focus,
.nav-link.active {
  background-color: #f6f6f6;
}

.nav-item:hover .nav-link::after,
.nav-link:hover::after,
.nav-link:focus::after,
.nav-link.active::after {
  width: 100%;
  background-color: #406C85;
}


.nav-item .main-nav__panel,
.nav-item:hover .main-nav__panel,
.nav-link:focus+.main-nav__panel,
.nav-item:active .main-nav__panel {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s
}

.highlight-info2 {
  background: url("../images/farmaceutica-bannerMovil.jpg") center;
  background-color: rgba(0, 0, 0, 0);
  background-size: auto;
  background-size: cover;
  background-color: black;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0;
}

.highlight-info2 h2 {
  color: #fff;
  margin-bottom: 10px !important;
  text-transform: uppercase;
}


@media(max-width: 720px) {
  .highlight-info2 {
    background-position: left;

  }
}

.texto-encima {
  color: #004e7a;
  font-size: 22px;
  padding: 15px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.9);
  margin: auto;
  text-align: center;
  display: inline-block
}

.boton-encima {
  color: #fff;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #338130;
  display: inline;
}

@media (max-width:767px) {

  .navbar-fixed-bottom,
  .navbar-fixed-top {
    position: relative;
    right: 0;
    left: 0;
    z-index: 1030
  }

  body {
    padding-top: 0px;
  }
}

.theme-showcase>p>.btn {
  margin: 2px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

/* Ajusta el menu*/
.menu {
  margin-top: 0;
  /*Ajusta altura de los botones */
  font-size: 15px !important;
  text-align: center;
}

.menu li a {
  /* modifica color de menu*/
  color: #fff;
  text-decoration: none;
  transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
}

.menu li a:active {
  color: #004e7a !important;
  transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
}

.menu li a:hover {
  color: #004e7a !important;
}

.menu_back {
  background: #004e7a;

}

.nav>li>a:focus,
.nav>li>a:hover {

  color: #004e7a !important;
}


.cajas {
  width: 100%;
}

.azul {
  color: #288c24;
}

.verde {
  color: #129C3F;
}

.verde2 {
  color: #53e049;
}


.texto14 {
  font-size: 14px;
}

.texto16 {
  font-size: 16px;
}

.texto18 {
  font-size: 18px;
}

.texto20 {
  font-size: 20px;
}

.input_captcha2 {
  width: 30%;
}

.input_captcha {
  width: 15%;
}

.input_telefono {
  width: 80%;
}

.inputmini {
  width: 28%;
}

.inputmini2 {
  width: 67%;
}

.formulario {
  background-color: #EBEBEB;
  padding: 10px 0;
  margin-top: 10px;
}


.formulario h3 {
  margin: 0;
  text-align: center;
  font-size: 16px
}

.objeto {
  background-color: #EBEBEB;
  width: 100%;
  min-height: 495px;
}

.ventajas {
  background-color: #185C99;
  padding: 10px;
  border: #185C99 solid 2px;
  margin-top: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #ffffff;
  font-size: 15px;
}

.ventajas2 {
  background-color: #9A0057;
  padding: 10px 8px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 15.5px;
  margin-right: 0px;
  margin-left: 0px;
  text-align: center;
}

.input_captcha2 {
  width: 30%;
}

.input_captcha {
  width: 15%;
}

.input_telefono {
  width: 80%;
}

.inputmini {
  width: 28%;
}

.inputmini2 {
  width: 67%;
}

.registrada {
  text-transform: uppercase;
  vertical-align: super;
  font-size: 8px;
}

.separador {
  padding: 15px;
}

.estilo {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}

.panelazul {
  box-shadow: 3px 6px 7px -3px rgba(0, 0, 0, 0.59) !important;
  -webkit-box-shadow: 3px 6px 7px -3px rgba(0, 0, 0, 0.59) !important;
  color: #fff;
  background-color: #185C99;
  margin-bottom: 10px !important;
  padding: 8px 8px;
  font-size: 15px;
  border-radius: 3px;
}

.panelgris {
  box-shadow: 3px 6px 7px -3px rgba(0, 0, 0, 0.59) !important;
  -webkit-box-shadow: 3px 6px 7px -3px rgba(0, 0, 0, 0.59) !important;
  color: #fff;
  background-color: #7F7F7F;
  margin-bottom: 10px !important;
  padding: 8px 8px;
  font-size: 15px;
  border-radius: 3px;
}

.contenedor {
  position: relative;
  display: inline-block;
  text-align: center;
}


.boton-encima {
  position: absolute;
  top: 65%;
  left: 28%;
  color: #fff;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #338130;
}

@media (max-width: 1200px) {


  .boton-encima {
    top: 70%;
    left: 28%;
    font-size: 16px;
    padding: 8px 18px;
    border-radius: 5px;
  }
}

@media (max-width: 990px) {

  .boton-encima {
    top: 70%;
    left: 28%;
    font-size: 16px;
    padding: 5px 12px;
    border-radius: 5px;
  }
}

.boton-header {
  color: #fff;
  font-size: 15px;
  margin-top: 12px;
  padding: 7px 15px;
  border-radius: 7px;
  background-color: #2080BD;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.39);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.39);
  max-width: 290px;
}




.footer {
  background: #004E7A;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 500;
  margin-top: 20px;
  color: #fff;
  margin: 0;
  padding: 0;

}

.bgFooter1 {
  background-color: #406C85 !important;
  color: #fff !important;
  padding: 65px 25px;
}

.bgFooter2 {
  background: url('../images/icon-domino-wave-new.webp');
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 65px 25px;
}

.footer a {
  color: #fff;
  font-weight: bold;
}

.pleca-azul {
  background-color: #fff;
  color: #525556;
  font-size: 14.5px;
  font-weight: 500;
  padding: 10px 45px;
  text-align: center;
}

.pleca-azul a {
  color: #525556;
}

.boton-verde {
  background: #4bab45;
  color: #fff;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.39);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.39);
  text-align: center;
  font-weight: 400;
  padding: 8px;
  font-size: 14.5px;
  border-radius: 5px;
  margin: 10px 8px;
  max-width: 350px;

}

.boton-verde a {
  color: #fff !important;
  text-decoration: none;
}

.boton-verde:hover {
  margin: 11px 9px;
  padding: 7px;
}

.btn {
  display: inline-block;
  padding: .875rem 1.3125rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  font-size: clamp(1rem, 0.9289rem + 0.2676vw, 1.25rem);
  font-weight: 500;
  text-transform: initial;
  text-align: center;
  border-radius: 0.313rem;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  cursor: pointer;
}

a.btn-outlineBlanco {
  border: 3px solid #FFF;
  color: #FFF !important;
}


a.btn-outlineBlanco:hover {
  color: #003B5C !important;
  background-color: #fff;
  border: 3px solid #FFF;
}


.btn-outline-primary {
  border: 3px solid !important;
  border-color: #406C85;
  color: #406C85;
}

.btn-outline-primary:hover {
  background-color: #406C85;
  border: 0;
  border-color: #406C85;
  color: #fff;
}

.btn-outline-blanco {
  border: 3px solid !important;
  border-color: #fff;
  color: #fff;
}

.btn-outline-blanco:hover {
  background-color: #fff;
  border: 0;
  border-color: transparent;
  color: #003B5D;
}



.ancla {
  display: block;
  position: relative;
  margin-top: -180px;
  height: 180px;
  visibility: hidden;
}

.banner-gris {
  background-color: #F0F3F4;
  color: #406C85;
  font-size: 16.5px;
  padding: 15px;
  text-align: center;
  border-radius: 2px;
  margin: 10px 0px;
  font-weight: 500;
}

.banner-gris a {
  text-decoration: none;
  color: #406C85 !important;
}

.banner-gris:hover {
  background-color: #c1bfbf;
  color: #9A0057;
}

.cuadro-azul {
  background-color: #004e7a;
  color: #fff;
  font-size: 15px;
  padding: 20px;
  text-align: justify;
  border-radius: 10px;
  margin: 14px 0px;
}

.cuadro-verde {
  background-color: #32822f;
  color: #fff;
  font-size: 15px;
  padding: 20px;
  text-align: justify;
  border-radius: 10px;
  margin: 14px 0px;
}

.cuadro-verde2 {
  background-color: #32822f;
  color: #fff;
  font-size: 18px;
  padding: 15px 15px;
  text-align: center;
  border-radius: 10px;
  border: 4px outset #3e9e3b;
  margin: 15px 0px;
}

@media (max-width: 990px) {
  .cuadro-verde2 {
    font-size: 16px;
    border-radius: 8px;
    padding: 12px 12px;
  }
}


.highlight-info {
  background: url(../images/parallax.jpg) center fixed;
  background-size: auto auto;
  background-size: cover;
  color: #fff;
  font-size: 18px;
  text-align: justify
}

.highlight-info a {
  /*color: #e79823!important;*/
  text-decoration: none;
  font-weight: bold;
}

.highlight-info .overlay {
  padding: 2em 0;

}

.highlight-info .overlay {
  background: rgba(0, 0, 0, 0.75);
}

.highlight-info .overlay {
  padding-bottom: 2em;
}


.parallax {
  color: #53e049;
}

.parallax a:focus,
a:hover {
  color: #5cb85c;

}

/******************/
.port-1 {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: justify;
  border: 0px solid transparent;
}

.port-1.effect-2:hover .text-desc {
  bottom: 0;
}

.port-1.effect-2 .text-desc {
  top: auto;
  bottom: -100%;
}

.port-1 .text-desc {
  opacity: 1;
  top: -100%;
  transition: 0.5s;
  color: #000;
  padding: 30px 20px 20px;
}

.text-desc {
  position: absolute;
  background-color: #0c438acc;
  height: 49%;
  width: 100%;
  opacity: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .25)), linear-gradient(180deg, rgba(59, 153, 217, .7), rgba(130, 46, 80, .3));
}

@media (max-width: 1200px) {
  .port-1 .text-desc {
    top: -100%;
    padding: 8px 10px 0px;
  }

  .text-desc {
    height: auto;
  }
}

.texto-de-foto {
  line-height: 100%;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2 !important;
  text-align: center;
}

.navbar {
  font-weight: 500;
  border-bottom: 3px solid #E3E9EC;
}


.navbar-toggler {
  position: relative;
  border: 0;
}

.navbar-toggler {
  color: transparent !important;
  background-color: transparent !important;
  border: 0;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
  border: 0 !important;
}

button:focus:not(:focus-visible) {
  outline: 0;
  border: 0 !important;
}

.navbar-toggler span {
  display: block;
  background-color: #01963B;
  height: 2px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}

.table-bordered2>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border: 3px solid #48ac41;
}

.banner-gris2 {
  background-color: #7f7f7f;
  color: #fff;
  font-size: 15px;
  font-weight: 450;
  padding: 10px 20px;
  text-align: center;
  margin: 15px 0px;
  border-radius: 10px;
}


.banner-gris2:hover {
  background-color: #626262;
}

.pie-img {
  background-color: #1F4E79;
  border: 1px solid #ccc;
  margin: 0 auto;
  padding: 5px;
  text-align: center;
  width: 100%;
}

.banner-verde {
  background-color: #3f9e3b;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  border-radius: 4px;
}

a {
  text-decoration: none;
}

.footer .boton-verde {
  max-width: 100%;
}

@media (max-width:428px) {
  .footer .boton-verde {
    font-size: 13px;
  }
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}



/* ==========================
   DROPDOWN
========================== */

.domino-dropdown {

    min-width: 340px;

    border: 0;

    border-radius: 0;

    background: var(--background-color);

    padding: 2rem;

    margin-top: 0;

    box-shadow:
        0 15px 40px rgba(0, 0, 0, .08);
}

/* Encabezado interno */

.dropdown-title {

    font-size: 1.2rem;

    font-weight: 300;

    color: var(--default-color);

    margin-bottom: 1.5rem;

    position: relative;

  top: -10px;
}



/* Items */

.domino-dropdown .dropdown-item {

    background: #f1f1f1;

    margin-bottom: .75rem;

    padding: 1rem 1.25rem;

    font-weight: 600;

    color: var(--default-color);

    text-transform: uppercase;

    white-space: normal;

    transition: .25s;
}

.domino-dropdown .dropdown-item:hover {

    background: var(--surface-color);

    color: var(--heading-color);

    transform: translateX(4px);
}

.domino-dropdown .dropdown-item.active {

    background: var(--surface-color);

    color: var(--heading-color);


}

/* ==========================
   DESKTOP HOVER
========================== */

@media (min-width:992px){

    .navbar .dropdown:hover .dropdown-menu{
        display:block;
    }

    .navbar .dropdown-menu{
        display:none;
    }

}

.form-group {
  margin-bottom: 1rem;
}

.navbar-nav .nav-link.dropdown-toggle {
  position: relative; /* contexto para el ::before absoluto */
}

/* 1. Restaurar el caret de Bootstrap en ::after
      anulando todas las propiedades del underline */
.navbar-nav .nav-link.dropdown-toggle::after {
  display: inline-block !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 0 0 0 .255em !important;
  background-color: transparent !important;
  border-top: .3em solid !important;
  border-right: .3em solid transparent !important;
  border-bottom: 0 !important;
  border-left: .3em solid transparent !important;
  vertical-align: .255em !important;
  transition: none !important;
  /* El color lo hereda del nav-link (#406C85) */
}

/* 2. Underline animado en ::before — fijo al fondo del nav-link */
.navbar-nav .nav-link.dropdown-toggle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;         /* junto con margin: auto logra expansión desde el centro */
  width: 0;
  height: 3px;
  margin: 0 auto;
  background-color: transparent;
  transition: width .5s ease, background-color .5s ease;
}

/* 3. Activar underline: hover, focus, active y .show (menú abierto) */
.navbar-nav .nav-item.dropdown:hover .nav-link.dropdown-toggle::before,
.navbar-nav .nav-link.dropdown-toggle:hover::before,
.navbar-nav .nav-link.dropdown-toggle:focus::before,
.navbar-nav .nav-link.dropdown-toggle.active::before,
.navbar-nav .nav-link.dropdown-toggle.show::before {
  font-weight: 500;
  width: 100%;
  background-color: #406C85;
}

/* 4. Fondo hover — consistente con el resto del nav */
.navbar-nav .nav-item.dropdown:hover .nav-link.dropdown-toggle,
.navbar-nav .nav-link.dropdown-toggle:hover,
.navbar-nav .nav-link.dropdown-toggle:focus,
.navbar-nav .nav-link.dropdown-toggle.show {
  background-color: #f6f6f6;
}

/* =========================
   BASE SECTION
========================= */

.aplicaciones-domino {
  --background-color:#F0F3F4;
  background: var(--background-color);
  color: var(--default-color);
}

/* =========================
   TYPOGRAPHY
========================= */

.section-title {
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 12px;
}

.section-text {
  
  line-height: 1.6;
  
  text-align: justify;
}

/* =========================
   MATERIAL TILES (SUBSTRATOS)
========================= */

.material-tile {
  --border-color:#DCDCDC;
  background: var(--surface-color);
  border: 1px solid var(--border-color);
  border-radius: 2px;
  padding: 14px 10px;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 500;
  transition: all 0.2s ease;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}



/* =========================
   INDUSTRY CARDS
========================= */

.industry-card {
  background: var(--surface-blue-color);
  color: var(--contrast-color);
  border-radius: 2px;
  padding: 18px;
  font-weight: 600;
  text-align: center;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease;
}
/* =========================
   VIDEO SECTION (DOMINO STYLE)
========================= */

.video-domino {
  background: var(--heading-color);
  color: var(--contrast-color);
}

/* LEFT TEXT */
.video-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--contrast-color);
  margin-bottom: 16px;
  letter-spacing: -0.3px;
}

.video-text {
  
  line-height: 1.6;
  
  
  text-align: justify;
}

.video-meta {

  border-left: 3px solid var(--accent-color);
  padding-left: 12px;
  margin-top: 20px;
}

/* =========================
   RIGHT VIDEO CARD
========================= */

.video-card {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
  transition: 0.25s ease;
}

.video-card:hover {
  transform: translateY(-4px);
}

/* VIDEO WRAPPER (DOMINO STYLE MEDIA FRAME) */
.video-wrapper {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* =========================
   PLAY OVERLAY (DOMINO-LIKE UX)
========================= */

.video-play-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 59, 92, 0.25);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
}

.video-play-overlay:hover {
  background: rgba(0, 59, 92, 0.35);
}

.video-play-overlay span {
  width: 70px;
  height: 70px;
  border-radius:  0;
  background: var(--bg-video-play);
  position: relative;
}

.video-play-overlay span::after {
  content: "";
  position: absolute;
  left: 52%;
  top: 50%;
  transform: translate(-40%, -50%);
  border-left: 14px solid white;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

/* =========================
   CAPTION
========================= */

.video-caption {
  background-color: var(--surface-color);
  padding: 14px 16px;
  font-size: 0.9rem;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--default-color);
}

.video-caption span {
  color: var(--accent-color);
  font-weight: 600;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px) {
  .video-title {
    font-size: 1.6rem;
  }

  .video-card {
    margin-top: 20px;
  }
}

/* ==================================================
   PRODUCTOS
================================================== */


/* ==================================================
   CARD
================================================== */

#productos {
  background-color: #f2f2f2;
}

#productos .testimonial-item {

    background: #fff;

    border-radius: 2px;

    

    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    border: 1px solid rgba(0, 59, 92, .08);

    box-shadow:
        0 10px 30px rgba(0,0,0,.05);

    transition: all .3s ease;

    overflow: hidden;

    position: relative;
}



/* Hover */

#productos .testimonial-item:hover {

    transform: translateY(-8px);

    box-shadow:
        0 20px 45px rgba(0,0,0,.12);

    border-color: rgba(154, 0, 87, .15);
}

/* ==================================================
   LINK
================================================== */

#productos .testimonial-item a {

    text-decoration: none;
}

/* ==================================================
   IMAGE
================================================== */

#productos .testimonial-item img {

    max-width: 78% !important;

    height: 220px;

    object-fit: contain;

    transition: transform .35s ease;

    
}

#productos .testimonial-item:hover img {

    transform: scale(1.05);
}

/* ==================================================
   TITULO
================================================== */

#productos .testimonial-item h4 {

    color: var(--heading-color);

    font-size: 1.1rem;

    font-weight: 700;

    line-height: 1.3;

    min-height: 60px;

    padding: 0 1rem;
    
}

/* ==================================================
   FORMULARIO
================================================== */

#productos .testimonial-item form {

    margin-top: auto;
}

/* ==================================================
   BOTON
================================================== */

#productos .btn-success {

    background: var(--gradient-primary);

    border: none;

    width: 100%;

    border-radius: 12px;

    padding: 14px 20px !important;

    font-weight: 600;

    font-size: .95rem;

    transition: all .3s ease;
}

#productos .btn-success:hover {

    background: var(--gradient-dark);

    transform: translateY(-2px);
}

/* ==================================================
   PAGINACION SWIPER
================================================== */

#productos .swiper-pagination {

    margin-top: 2rem;

    position: relative;
}

#productos .swiper-pagination-bullet {

    width: 12px;
    height: 12px;

    background: #c7d2d9;

    opacity: 1;
}

#productos .swiper-pagination-bullet-active {

    background: var(--accent-color);

    transform: scale(1.15);
}

/* ==================================================
   MOBILE
================================================== */

@media (max-width: 768px) {

    #productos .testimonial-item {

        padding: 1.5rem;
    }

    #productos .testimonial-item img {

        height: 180px;
    }

    #productos .testimonial-item h4 {

        font-size: 1.1rem;

        min-height: auto;
    }
}

/* ===================================
   RELATED SOLUTIONS
=================================== */

#automatizacion {

    background: var(--light-background);

    position: relative;
}

#automatizacion .section-title {

    color: var(--heading-color);

    font-weight: 700;

    margin-bottom: .75rem;
}

#automatizacion .section-subtitle {

    color: var(--default-color);

    max-width: 800px;

    margin: 0 auto;
}

/* ===================================
   CARD
=================================== */

.solution-card {

    display: block;

    height: 100%;

    background: #fff;

    border-radius: 18px;

    overflow: hidden;

    text-decoration: none;

    border: 1px solid rgba(0,59,92,.08);

    box-shadow:
        0 10px 30px rgba(0,0,0,.05);

    transition: all .35s ease;
}

.solution-card:hover {

    transform: translateY(-8px);

    box-shadow:
        0 20px 45px rgba(0,0,0,.12);
}



/* ===================================
   IMAGE
=================================== */

.solution-card img {

    width: 100%;

    object-fit: cover;

    transition: transform .4s ease;
}

.solution-card:hover img {

    transform: scale(1.05);
}

/* ===================================
   CONTENT
=================================== */

.solution-content {

    padding: 1.5rem;
}

.solution-category {

    display: inline-block;

    font-size: .75rem;

    text-transform: uppercase;

    letter-spacing: 1px;

    font-weight: 600;

    color: var(--accent-color);

    margin-bottom: .75rem;
}

.solution-content h3 {

    color: var(--heading-color);

    font-size: 1.2rem;

    font-weight: 700;

    margin-bottom: 0;
}

.btn-secondary {
  color: #fff;
  background-color: var(--accent-color);
  border: var(--accent-color);
}

.btn-secondary:hover {
 background-color: rgba(160,0,90, .8)
}

a .service-item  {
  color: var(--contrast-color);
  text-align: center;
}

a .service-item:hover  {
  color: var(--accent-color);
  }



  .btn-success:hover{
  color: var(--accent-color) !important;;
}

.laser-card {

    display: flex;
    align-items: stretch;

    background: var(--background-color);

    border: 1px solid #e2e8ee;

    overflow: hidden;

    transition: all .3s ease;
}

.laser-card:hover {

    border-color: rgba(0, 59, 92, .15);

    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.laser-card__image {
  position: relative;

    flex: 0 0 340px;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 2rem;

}

.laser-card__image img {

    width: 100%;
    height: auto;

    object-fit: contain;
}

.laser-card__tag {

    position: absolute;

    top: 20px;
    left: 20px;

    z-index: 2;

    background: var(--accent-color);

    color: var(--contrast-color);

    font-size: .85rem;

    font-weight: 600;

    letter-spacing: .04em;

    text-transform: uppercase;

    padding: .6rem 1rem;
}

.laser-card__content {

    flex: 1;

    padding: 2.5rem;
}

.laser-card__content h3 {

    color: var(--heading-color);

    font-size: 1.8rem;

    margin-bottom: 1.5rem;

    font-weight: 400;
}

.laser-card__content p {

    color: var(--default-color);

    line-height: 1.8;

    margin-bottom: 1rem;
    text-align: justify;
}

/* Tablet */

@media (max-width: 991px) {

    .laser-card {

        flex-direction: column;
    }

    .laser-card__image {

        flex: auto;
    }

    .laser-card__image img {

        min-height: 280px;
    }

}

/* Mobile */

@media (max-width: 767px) {

    .laser-card__content {

        padding: 1.5rem;
    }

    .laser-card__content h3 {

        font-size: 1.5rem;
    }

    .laser-card__image img {

        min-height: 220px;
    }

}

.tech-tabs {
  background-color: #e5ecef;
}

.tech-tabs .nav-link {

    border: 0;

    border-radius: 0;

    background: transparent;

    color: var(--default-color);

    font-weight: 600;

    padding: 1rem 1.5rem;

    position: relative;

    transition: .3s;
}

.tech-tabs .nav-link::after {

    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 100%;
    height: 3px;

    background: var(--accent-color);

    transform: scaleX(0);

    transition: .3s;
}

.tech-tabs .nav-link.active {

    background: transparent;

    color: var(--heading-color);
}

.tech-tabs .nav-link.active::after {

    transform: scaleX(1);
}

.tech-panel {

    background: var(--background-color);

    border: 1px solid #e6eaed;

    padding: 2rem;

    min-height: 500px;
}

.tech-panel h3 {

    color: var(--heading-color);

    margin-bottom: 1.5rem;

    font-size: 2rem;
}

.tech-panel p {

    color: var(--default-color);

    line-height: 1.8;

    text-align: justify;
}

.tech-image {

    width: 100%;

    max-height: 420px;

    object-fit: contain;
}

.tech-list {

    margin: 1.5rem 0;

    padding-left: 1.2rem;
}

.tech-list li {

    margin-bottom: .75rem;
}

.tech-list li::marker {

    color: var(--accent-color);
}

.feature-grid {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 1rem;

    margin-top: 2rem;
}

.feature-grid div {

    background: var(--surface-color);

    padding: 1rem;

    border-left: 4px solid var(--accent-color);
}

.models-box {

    margin-top: 2rem;

    padding-top: 2rem;

    border-top: 1px solid rgba(0, 59, 92, .12);
}

.models-title {

    color: var(--heading-color);

    font-size: 1rem;

    font-weight: 600;

    margin-bottom: 1rem;
}

.models-pills {

    display: flex;

    flex-wrap: wrap;

    gap: .75rem;
}

.model-pill {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-width: 120px;

    padding: .9rem 1.5rem;

    background: var(--background-color);

    border: 1px solid rgba(0, 59, 92, .15);

    color: var(--heading-color);

    text-decoration: none;

    font-weight: 600;

    transition: all .25s ease;
}



.model-pill__name {

    letter-spacing: .02em;
}

/* Section wrapper similar B2B industrial site */
.tech-section{
  --background-color: #F0F3F4;
  background: var(--background-color);
}


/* Table wrapper */
.table-tech-wrapper{
  border: 1px solid var(--border-color);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,.04);
}

/* Table base */
.table-tech{
  margin: 0;
  width: 100%;
  min-width: 900px; /* fuerza scroll en mobile */
}

/* Header */
.table-tech thead th{
  
  color: var(--default-color);
  font-weight: 700;
  font-size: 1rem;
  padding: 16px 14px;
  border: none;
  white-space: nowrap;
  position: sticky;
  top: 0;
  z-index: 2;

  border-bottom: 2px solid var(--heading-color);
}

.table-tech thead th:first-child{
  border-bottom: 2px solid var(--accent-color);
}

/* Body cells */
.table-tech tbody td{
  padding: 14px;
  font-size: 14px;
  color: var(--default-color);
  border-bottom: 1px solid var(--border-color);
  vertical-align: middle;
}

/* Zebra + hover */
.table-tech tbody tr:nth-child(even){
  background: #f7fafc;
}

.table-tech tbody tr:hover{
  background: #eef6fb;
}

/* First column emphasis (Technology) */
.table-tech tbody td:first-child{
  font-weight: 700;
  color: var(--heading-color);
}

/* Accent tag style for key values */
.tag-accent{
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: var(--contrast-color);
  background: var(--accent-color);
}

/* Responsive scroll container */
.table-scroll{
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Small screen adjustments */
@media (max-width: 768px){
  .tech-section{
    padding: 40px 0;
  }
}