:root {
    --primary-color: #3498db;
    --secondary-color: #2ecc71;
    --font-size: 16px;
    --padding: 10px;
    --blanco: #ffffff;
    --negro: #000000;
    --transparenteNegro: #00000086;
    --gris: #ccc7bd;
    --cafeMedio: #c7aa78;
    --cafeClaro: #cfb890;
    --cafeClaro2: #C6B9A3;
    --rojoVino: rgb(78, 6, 42);
    --rojoVinoClaro: rgb(128, 9, 68);
    --rojoVinoTrans: rgba(78, 6, 42, 0.712);
    --rojoVinoOsc: rgb(46, 2, 24);
    --amarillo: #fffb00;
    --amarillo2: #FFD700;
    --boxShadow1: rgba(0, 0, 0, 0.425);
    --boxShadow2: rgba(0, 0, 0, 0.05);
  
    /* Variables adicionales para modo oscuro */
    --bg-dark: #121212;
    --text-dark: #f5f5f5;
    --panel-dark: #1d1d1d;
    --accent-dark: #2ecc71;
  }
  
  *, *:before, *:after {
    box-sizing: inherit;
  }
  
  html {
    font-size: 62.5%;
    box-sizing: border-box;
    height: 100%;
    scroll-behavior: smooth;
  }
  
  .montserrat {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
  }
  
  body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    min-height: 100%;
    margin: 0;
    background-color: var(--blanco);
  }
  
  .contenedor {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .contenedor-sm {
    max-width: 70rem;
    margin: 0 auto;
  }
  
  a {
    text-decoration: none;
  }
  
  img {
    max-width: 100%;
  }
  
  h1 {
    color: var(--rojoVino);
  }
  
  p {
    margin: 0;
  }
  #darkModeToggle {
    cursor: pointer;
    margin-bottom: 1.5rem;
  }

  @media screen and (min-width: 768px) {
    #darkModeToggle {
      cursor: pointer;
      margin-bottom: 0;
    }
  }
  /* =========================
     Sección .bg-inicio
  ========================= */
  .bg-inicio {
    height: 100vh;
    width: 100%;
    position: relative;
    background: url(/assets/FondoPrincipalcel.png) center left no-repeat;
    background-size: cover;
    box-shadow: var(--boxShadow1) 0px 10px 15px -3px, var(--boxShadow2) 0px 4px 6px -2px;
  }
  
  @media screen and (min-width: 768px) {
    .bg-inicio {
      background-position: center left;
      background: url(/assets/FondoPrincipal.png) center left no-repeat;
      background-size: cover;
    }
  }
  .axora-footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  @media screen and (min-width: 768px) {
    .axora-footer {
      flex-direction: row;
    }
  }

  .bg-inicio-experiencia {
    padding-top: 40px;
    height: 100vh;
    width: 100%;
    position: relative;
    background: linear-gradient(var(--transparenteNegro), var(--transparenteNegro)), url(/assets/experciencaFondo.png) bottom center no-repeat;
    background-size: cover;
    box-shadow: var(--boxShadow1) 0px 10px 15px -3px, 
                var(--boxShadow2) 0px 4px 6px -2px;
  }
  

  @media screen and (min-width: 768px) {
    .bg-inicio-experiencia {
      background-position: center top;
    }
  }
  
  .bg-inicio .bg-info,
  .bg-inicio-experiencia .bg-info{
    height: 100vh;
    display: flex;
    justify-content: center;
    width: auto;
  }

  .bg-inicio-experiencia .bg-info{
    align-items: center;
  }
  
  .bg-info {
    flex-direction: column;
    align-items: center;
    margin: 0 150px;
  }
  
  .bg-info-p {
    font-size: 25px;
    font-weight: 600;
  }
  
  @media screen and (min-width: 768px) {
    .bg-info {
      align-items: flex-start;
    }
    .bg-info-p {
      font-size: 35px;
      font-weight: 600;
    }
  }
  
  .esloganBig {
    margin: 0;
    font-size: 100px;
    text-align: center;
  }

  .esloganBig-experiencia {
    margin: 0;
    font-size: 40px;
    text-align: center;
    color: var(--blanco);
  }
  
  @media screen and (min-width: 768px) {
    .esloganBig {
      margin: 0 150px 0 0;
      text-align: left;
    }
    .esloganBig-experiencia {
      text-align: center;
      font-size: 100px;
    }
  }

  .esloganExpInfo {
    width: 100%;
    color: var(--blanco);
  }
  .esloganExpInfo h1 {
    text-align: center;
    color: var(--amarillo) !important;
    font-size: 110px;
    font-family: "Yellowtail", cursive;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 0;
  }

  .esloganExpInfo-p{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .esloganExpInfo-p p {
    font-size: 20px;
    font-weight: 900;
    width: 45%;
  }
  
  @media screen and (min-width: 768px) {
    .esloganExpInfo-p{
      justify-content: flex-end;
    }
    .esloganExpInfo-p p {
      font-size: 40px;
    }
  }

  .esloganDeg {
    position: relative;
    display: block;
    color: var(--rojoVino);
    overflow: hidden;
  }
  
  .esloganDeg::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, var(--blanco), transparent);
    transform: skewX(-20deg);
    animation: shine 2s infinite;
  }
  
  @keyframes shine {
    0% {
      left: -100%;
    }
    100% {
      left: 70%;
    }
  }

  .despeguemosBtn {
    margin-top: 10px;
    background-color: var(--rojoVino);
    color: var(--blanco);
    padding: 10px;
    border-radius: 20px;
    transition-property: all;
    transition-duration: 0.5s;
    box-shadow: var(--negro) 0px 10px 15px -7px, var(--boxShadow2) 0px 4px 6px -2px;
  }

  .despeguemosBtn:hover {
    background-color: var(--rojoVinoOsc);
  }
  
  /* Media queries para pantallas pequeñas */
  @media screen and (max-width: 768px) {
    .bg-info {
      margin: 0 20px;
    }
    .esloganBig {
      font-size: 40px;
    }
    .bg-info-p {
      font-size: 20px;
    }
    .esloganExpInfo h1 {
      font-size: 40px;
    }
  }
  .visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
  /*****menu hamburguesa********/
  header {
    position: fixed;
    top: 0;
    width: 100%;
    background: var(--rojoVino);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    z-index: 1000;
    box-shadow: var(--boxShadow1) 0px 10px 15px -3px, var(--negro) 0px 4px 6px -2px;
  }
  
  .headerLogo img {
    max-height: 75px;
    width: 80%;
  }
  
  nav {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
  
  nav a {
    text-decoration: none;
    color: var(--blanco);
    font-weight: bold;
    transition-property: color, scale;
    transition-duration: 0.5s;
  }
  
  nav a:hover {
    scale: 1.05;
  }
  
  .hamburger {
    display: none;
    background: none;
    border: none;
    font-size: 2rem;
    color: var(--blanco);
    cursor: pointer;
  }
  
  @media screen and (max-width: 768px) {
    .hamburger {
      display: block;
    }
    nav {
      position: absolute;
      top: 100%;
      right: 0;
      flex-direction: column;
      background-color: var(--rojoVino);
      width: 100%;
      display: none;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
    nav.show {
      display: flex;
    }
    nav a {
      padding: 1rem 2rem;
    }
  } 
  
  .contactanosBtn {
    /* background-color: var(--rojoVino); */
    color: var(--amarillo2);
    border-radius: 20px;
    border: 1px solid var(--amarillo2);
    padding: 10px;
    box-shadow: var(--negro) 0px 10px 15px -3px, var(--boxShadow2) 0px 4px 6px -2px;
    transition-property: all;
    transition-duration: 0.5s;
  }
  
  .contactanosBtn:hover {
    color: var(--blanco);
    background-color: var(--amarillo2);
  }
  
  [data-aos][data-aos][data-aos-duration="3000"],
  body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s;
  }
  
  [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1);
  }
  
  [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: all;
  }
  
  /* =========================
     .bg-info-div
  ========================= */
  .bg-info-div {
    color: white;
    background-color: var(--rojoVino);
    padding: 10px;
    box-shadow: var(--boxShadow1) 0px 10px 15px -3px, var(--negro) 0px 4px 6px -2px;
    transition-property: background-color;
    transition-duration: 0.5s;
    display: flex;
    gap: 20px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  
  @media screen and (min-width: 768px) {
    .bg-info-div {
      padding: 20px;
    }
  }
  
  .bg-info-div:hover {
    transition-duration: 0.5s !important; 
    background-color: var(--rojoVinoOsc);
    cursor: crosshair;
  }
  
  /* =========================
     Botón .flecha-abajo
  ========================= */
  .flecha-abajo {
    background-color: var(--rojoVino);
    padding: 10px;
    border-radius: 100%;
    color: var(--blanco);
    font-size: 25px;
    box-shadow: var(--boxShadow1) 0px 10px 15px -3px, var(--boxShadow2) 0px 4px 6px -2px;
    transition-property: background-color, color;
    transition-duration: 1s;
  }
  
  .flecha-abajo:hover {
    cursor: pointer;
    background-color: var(--blanco);
    color: var(--rojoVino);
  }
  
  @media screen and (min-width: 768px) {
    .flecha-abajo {
      padding: 20px;
      font-size: 35px;
    }
  }
  
  /* =========================
     Header .header-nav
  ========================= */
  .header-nav {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    background-color: var(--cafeClaro);
    padding: 2rem;
  }
  
  .nav-enlace {
    color: var(--blanco);
  }
  
  /* =========================
     Sección .inicio-info
  ========================= */
  .inicio-info {
    color: var(--blanco);
    height: auto;
    background: linear-gradient(0deg, var(--cafeClaro) 0%, var(--cafeClaro2) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  
  @media screen and (min-width: 768px) {
    .inicio-info {
      height: 100vh;
    }
  }
  
  /* =========================
     .titulo-pro
  ========================= */
  .titulo-pro {
    padding: 20px;
    font-weight: 200;
    background-color: var(--cafeClaro);
    box-shadow: var(--negro) 0px 10px 15px -3px, var(--boxShadow2) 0px 4px 6px -2px;
  }
  
  /* =========================
     .inicio-info-grid
  ========================= */
  .inicio-info-grid {
    width: 85%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
    gap: 30px;
    margin: 20px 0;
  }
  
  @media screen and (min-width: 768px) {
    .inicio-info-grid {
      margin: 0 20px;
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  /* =========================
     Sección .nosotros
  ========================= */
  .nosotros {
    scroll-margin-top: 80px;
    height: 80vh;
    width: 100%;
    /* background: url(/assets/QUIENESSOMOS.png) center left no-repeat; */
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 20px 0;
  }

  .nosotros-content {
    width: 80%;
    /* height: 90%; */
    display: grid;
    align-items: center;
    justify-items: center;
    gap: 20px;
    padding: 20px;
    box-shadow: var(--negro) 0px 10px 15px -3px, var(--boxShadow2) 0px 4px 6px -2px;
    border-radius: 10px;
  }

  .nosotros-informacion p{
    font-size: 12px;
  } 

  .nosotros-titulo {
    color: var(--rojoVino);
    font-weight: 900;
    font-size: 15px;
  }

  .nosotros-img-prin img{
    width: 100%;
    height: auto;
    box-shadow: var(--negro) 0px 10px 15px -3px, var(--boxShadow2) 0px 4px 6px -2px;
    border-radius: 10px;
    height: auto;
  }
  
  /* Estilo para pantallas pequeñas (móviles) */
  @media (max-width: 768px) {
    .nosotros {
      background-position: center left;
      background-size: cover;
    }
  }
    
  .nosotros h1 {
    background-color: var(--rojoVino);
    color: var(--blanco);
    padding: 10px;
    font-size: 17px;
    margin-top: 0;
    box-shadow: var(--negro) 0px 10px 15px -3px, var(--boxShadow2) 0px 4px 6px -2px;
  }
  
  
  @media screen and (min-width: 768px) {
    .nosotros-informacion p{
      font-size: 18px;
    } 
    .nosotros-titulo {
      font-size: 25px;
    }
    .nosotros-content {
      grid-template-columns: repeat(2, 1fr);
    }
    .nosotros-img-prin img{
      height: 480px;
    }
  }
  
  /* =========================
     .nosotros-col
  ========================= */
  .nosotros-col {
    display: grid;
    gap: 0;
    width: 100%;
    align-items: center;
    justify-items: center;
  }
  
  @media screen and (min-width: 768px) {
    .nosotros-col {
      grid-template-columns: 1fr 1fr;
      width: 75%;
      gap: 35px;
    }
  }
  
  /* =========================
     .nosotros-info
  ========================= */
  .nosotros-info {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 35px;
    margin: 0 25px;
  }
  .nosotros-info img {
    height: 250px;
    width: 70%;
    margin: 0 0 15px 0;
    box-shadow: var(--negro) 0px 10px 15px -3px, var(--boxShadow2) 0px 4px 6px -2px;
  }
  
  @media screen and (min-width: 768px) {
    .nosotros-info {
      margin: 0;
      flex-direction: row;
    }
    .nosotros-info img {
      height: 100%;
      width: 100%;
      margin: 0;
    }
  }
  
  .nosotros-info p {
    font-size: 10px;
    background-color: var(--rojoVino);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--blanco);
    padding: 20px;
    box-shadow: var(--negro) 0px 10px 15px -3px, var(--boxShadow2) 0px 4px 6px -2px;
  }
  
  @media screen and (min-width: 768px) {
    .nosotros-info p {
      font-size: 16px;
    }
  }
  
  .nosotros-info p img {
    display: none;
  }
  
  @media screen and (min-width: 768px) {
    .nosotros-info p img {
      display: block;
    }
  }
  
  .nosotros-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .solicitarReTexto {
    margin-top: 30px;
    text-align: center;
  }
  
  .solicitarRe {
    display: inline-block;
    margin: auto;
    color: var(--blanco);
    background-color: var(--rojoVino);
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    font-size: 15px;
    margin-top: 20px;
    /* box-shadow: var(--negro) 0px 10px 15px -3px, var(--boxShadow2) 0px 4px 6px -2px; */
    transition-property: all;
    transition-duration: 0.5s;
  }
  .solicitarRe:hover {
    box-shadow: var(--negro) 0px 10px 15px -3px, var(--boxShadow2) 0px 4px 6px -2px;
    background-color: var(--rojoVinoClaro);
  }
  
  @media screen and (min-width: 768px) {
    .solicitarRe {
      padding: 10px;
      font-size: 20px;
    }
  }
  .servicios {
    width: 100%;
    scroll-margin-top: 80px;
    color: var(--blanco);
    padding: 80px 40px 40px 40px;
    display: flex;
    flex-direction: column;
    /* background: url(/assets/fondoServicios.png) center right no-repeat; */
    background: url(/assets/fondoServicios.png) center right no-repeat;
    background-size: cover;
    box-shadow: var(--negro) 0px 10px 15px -3px, var(--boxShadow2) 0px 4px 6px -2px;
  }
  .servicios h1 {
    display: inline;
    margin: 0 auto 20px auto;
    color: var(--blanco);
    text-align: center;
    padding: 10px;
    font-size: 17px;
    font-weight: 900;
  }
  @media screen and (min-width: 768px) {
    .servicios {
      background: url(/assets/fondoServicios.png) center right no-repeat;
      background-size: cover;
    }
    .servicios h1 {
      font-size: 20px;
      padding: 20px;
      scroll-margin-top: 160px;
    }
  }
  .servicios-grid {
    display: grid;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
  .servicio {
    padding: 20px;
    background-color: var(--negro);
    box-shadow: var(--negro) 0px 10px 15px -3px, var(--boxShadow2) 0px 4px 6px -2px;
    height: auto;
    border-radius: 10px;
    transition-property: all;
    transition-duration: 0.5s;
  }
  .servicio h3 {
    color: var(--amarillo2);
    text-align: center;
    transition-property: color;
    transition-duration: 0.5s;
  }

  .servicio .subline {
    margin: auto;
    background-color: var(--amarillo2);
    margin-bottom: 20px;
  }

  .servicio h3, .servicio p {
    text-align: center;
    font-size: 10px;
  }
  @media screen and (min-width: 768px) {
    .servicios h3, .servicio p {
      font-size: 16px;
    }
  }
  
  .servicio:hover {
    background-color: var(--blanco);
    scale: 1.05;
    color: var(--negro);
  }

  .servicio:hover h3 {
    color: var(--rojoVino) !important;
  }
  
  .servicio:hover .subline {
    background-color: var(--rojoVino);
  }
  
  .subline {
    width: 40px;
    height: 2px;
    background-color: var(--blanco); 
    margin: 0 0 10px 0;  
    transition-property: background-color;
    transition-duration: 0.5s;
  }
  
  .subline2 {
    width: 40px;
    height: 2px;
    background-color: var(--rojoVino); 
    margin: 10px 0 10px 0;  
  }
  
  @media screen and (min-width: 768px) {
    .servicios-grid {
      grid-template-columns: repeat(4, 1fr);
    }
    .servicio {
      height: 240px;
    }
  }
  
  /* =========================
     .nosotros-mision y .nosotros-vision
  ========================= */
  .nosotros p {
    margin-bottom: 20px;
  }
  .nosotros-mision h3,
  .nosotros-vision h3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 0 0 15px 0;
    background-color: var(--rojoVino);
    color: var(--blanco);
    text-align: center;
    padding: 5px;
    font-size: 15px;
    box-shadow: var(--negro) 0px 10px 15px -3px, var(--boxShadow2) 0px 4px 6px -2px;
  }
  
  .nosotros-vision h3 {
    margin: 15px 0;
  }
  
  .nosotros-servicios h3 svg,
  .nosotros-mision h3 svg,
  .nosotros-vision h3 svg {
    width: 24px;
    height: 24px;
  }
  
  @media screen and (min-width: 768px) {
    .nosotros-servicios h3 svg,
    .nosotros-mision h3 svg,
    .nosotros-vision h3 svg {
      width: 32px;
      height: 32px;
    }
  }
  
  @media screen and (min-width: 768px) {
    .nosotros-mision h3,
    .nosotros-vision h3 {
      font-size: 20px;
      padding: 10px;
    }
  }
  .nosotros-text,
  .nosotros-mision p,
  .nosotros-vision p {
    margin: 0 25px;
    font-size: 10px;
  }
  
  @media screen and (min-width: 768px) {
    .nosotros-text,
    .nosotros-mision p,
    .nosotros-vision p {
      margin: 0;
      font-size: 16px;
    }
  }
  
  /* =========================
     Sección .trabajos
  ========================= */
  
  .trabajos {
    padding: 20px;
  }

  .experiencia {
    height: auto;
  }
  
  @media screen and (min-width: 768px) {

  }
  
  .experiencia-cliente {
    background-color: var(--rojoVino);
    margin: 100px auto 0 auto;
    color: var(--blanco);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  
  @media screen and (min-width: 768px) {
    .experiencia-cliente {
      flex-direction: row;
    }
  }
  
  .experiencia-cliente p{
    font-size: 40px;
  }
  
  .experiencia-cliente span{
    display: block;
    font-size: 40px;
  }
  
  .descubreMas {
    background-color: var(--blanco);
    color: var(--rojoVino);
    padding: 20px;
    box-shadow: var(--negro) 0px 10px 15px -3px, var(--boxShadow2) 0px 4px 6px -2px;
    transition-property: scale;
    transition-duration: 0.5s;
  }
  
  .descubreMas:hover {
    scale: 1.05;
  }
  
  .trabajo-grid {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  
  @media screen and (min-width: 768px) {
    .trabajo-grid {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
    }
  }
  
  .trabajo {
    width: 120px;
    height: auto;
  }
  
  .trabajo-info {
    padding: 10px;
    position: relative;
    z-index: 0;
    cursor: pointer;
    width: 100%;
    transition-property: box-shadow, scale;
    transition-duration: 0.5s;
    box-shadow: var(--negro) 0px 10px 15px -3px, var(--boxShadow2) 0px 4px 6px -2px;
  }
  
  .trabajo-info:hover {
    box-shadow: var(--negro) 0px 10px 15px -3px, var(--boxShadow2) 0px 4px 6px -2px;
    scale: 1.05;
  }
  
  .trabajo-info a {
    display: block;
    z-index: 0;
    width: 100%;
    height: 100%;
  }
  
  .trabajo-info img{
    z-index: -10;
    position: relative;
    width: 100%;
    height: 120px;
  }
  
  @media screen and (min-width: 768px) {
  
    .trabajo {
      width: 100%;
      height: 250px;
    }
    
    .trabajo-info {
      margin-bottom: 0;
      box-shadow: unset;
    }
    .trabajo-info img {
      width: 100%;
      height: 250px;
    }
    .trabajo-info a {
      width: 100%;
      height: auto;
    }
  }
  
  .tranajo-cont {
    display: flex;
    flex-direction: column;
  }
  
  .trabajo-titulo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: -2;
    text-align: left;
    color: var(--negro);
    font-size: 10px;
    opacity: 1;
    transition: transform, opacity, background-color 0.5s ease-in-out;
    transform: translateY(0);
    margin-top: 10px;
  }
  
  .trabajo-descripcion {
    color: var(--negro);
    font-size: 10px;
  }
  
  @media screen and (min-width: 768px) {
    .trabajo-titulo {
      font-size: 16px;
    }
    .trabajo-descripcion {
      font-size: 16px;
    }
  }
  
  .trabajo:hover .trabajo-titulo{
    opacity: 1;
  }
  
  .none {
    display: none;
  }
  
  @media screen and (min-width: 768px) {
    .none {
      display: block;
      margin: 0;
      grid-template-columns: repeat(2, 1fr);
    }
  }
  .trabajos-main {
    scroll-margin-top: 60px;
  }

  .section-title {
    text-align: center;
    color: var(--amarillo2);
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    position: relative;
  }
  .section-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #FFD700;
    margin: 10px auto 30px;
    border-radius: 2px;
  }
  .section-description {
    text-align: center;
    color: var(--blanco);
    max-width: 800px;
    margin: 0 auto 3rem;
    font-size: 12px;
  }

  .section-description-principal {
    text-align: center;
    color: var(--negro);
    max-width: 800px;
    margin: 0 auto 3rem;
    font-size: 12px;
  }
  .card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .service-card {
    border-left: 4px solid #FFD700;
    background: #FFFFFF;
    border-radius: 14px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.06);
    transition: all 0.4s ease;
    overflow: hidden;
    text-align: center;
    padding: 0 20px 20px 20px;
  }
  .service-card:hover {
    transform: translateY(-10px);
    border-left: 4px solid #FFD700;
    background-color: #7B1E3A !important;
    color: #FFFFFF;
  }
  .service-card img {
    width: 60px;
    height: 60px;
    margin: 24px auto 12px;
  }
  .service-card h3 {
    color: var(--rojoVino);
    font-size: 20px;
    margin: 0;
    transition: color 0.3s ease;
  }
  .service-card small {
    display: block;
    color: var(--negro);
    font-size: 13px;
    margin-top: 6px;
    margin-bottom: 12px;
  }
  .service-card p {
    color: #333;
    font-size: 15px;
    padding: 0 16px;
    line-height: 1.5;
    transition: color 0.3s ease;
  }
  .service-card:hover img {
    filter: brightness(0) invert(1); 
  }

  .service-card:hover h3,
  .service-card:hover p {
    color: #FFD700 !important;
  }
  .service-card:hover small {
    color: #F7F7F7;
  }

  .contenedor-enlace {
    text-align: center;
  }

  .enlace-servicios, .enlace-nosotros {
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    font-size: 15px;
    margin: 20px auto;
    transition: all 0.5s;
  }
  .enlace-servicios {
    color: var(--rojoVino);
    border: solid 1px var(--rojoVino);
    margin: 20px 0;
  }
  .enlace-servicios:hover {
    background-color: var(--rojoVino);
    color: var(--blanco);
  }

  .enlace-nosotros {
    color: var(--rojoVino);
    border: solid 1px var(--rojoVino);
    margin: 0;
  }
  .enlace-nosotros:hover {
    background-color: var(--rojoVino);
    color: var(--blanco);
  }
  
  @media screen and (min-width: 768px) {
    .enlace-servicios, .enlace-nosotros {
      font-size: 20px;
    }
  }
  /* =========================
     Sección .contacto
  ========================= */
  .contacto {
    scroll-margin-top: 80px;
    background: url(/assets/fondoContactoFinal.png) center left no-repeat;
    background-size: cover;
    height: auto;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;

  }

  .contacto-informacion {
    background-color: var(--negro);
    background: #000000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    padding: 20px;
    border-radius: 10px;
  }
  
  @media screen and (min-width: 768px) {
    .contacto {
      height: 100vh;
    }
    .section-description {
      font-size: 16px;
    }
  }
  
  .contacto-info {
    width: 100%;
    height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }
  
  @media screen and (min-width: 768px) {
    .contacto-info {
      flex-direction: row;
    }
  }
  
  .contacto-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }
  
  .contacto-form h2{
    text-align: center;
  }
  
  .contacto-form p {
    margin-bottom: 15px;
  }
  
  .contactanosH2 {
    margin: 0;
    font-size: 20px;
    text-align: center;
    width: 100%;
  }
  
  @media screen and (min-width: 768px) {
    .contacto-form {
      width: 50%;
      margin: 0;
    }
    .contactanosH2 {
      margin: 0 0 0 0;
      text-align: left;
      font-size: 40px;
    }
  }
  
  .ayudarte {
    display: block;
  }

  .contacto-texto {
    color: var(--blanco);
    font-size: 14px;
  }
  
  .subline3 {
    width: 100%;
    height: 8px;
    background-color: var(--blanco); 
    margin: 10px 0 10px 0;  
  }
  
  @media screen and (min-width: 768px) {
    .subline3 {
      width: 50%;
    }
  }
  .form-best {
    background-color: var(--blanco);
    flex: 1; 
    padding: 2.5rem; 
    border-radius: 16px; 
    box-shadow: 0 8px 28px rgba(0,0,0,0.25); position: relative; border-left: 6px solid #FFD700;
  }
  
  .form-field {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.6rem;
  }

  .form-label {
    font-weight: 600;
    margin-bottom: 0.4rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
  }

  .form-label::before {
    content: "⬢";
    color: #7B1E3A;
    font-size: 0.9rem;
  }

  .form-input,
  .form-textarea {
    padding: 0.85rem;
    border: 1px solid #CCC;
    border-radius: 8px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
  }

  .form-input:focus,
  .form-textarea:focus {
    border-color: #FFD700;
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 215, 0, 0.2);
  }

  .form-message {
    font-size: 11px;
    color: #7B1E3A;
    margin-top: 0.4rem;
    opacity: 0;
    transform: translateY(5px);
    transition: all 0.3s ease;
    font-weight: 500;
  }

  .form-field.filled .form-message {
    opacity: 1;
    transform: translateY(0);
    color: #7B1E3A;
  }

  .submit-btn {
    background-color: #FFD700;
    border: none;
    border-radius: 8px;
    padding: 1rem;
    font-weight: bold;
    font-size: 1rem;
    color: #1E1E1E;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .submit-btn:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
  }

  /* =========================
     Sección .social
  ========================= */
  .redes-sociales {
    width: 100%;
  }
  .social {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  
  @media screen and (min-width: 768px) {
    .social {
      flex-direction: row;
    }
    .redes-sociales {
      margin: 0 0 0 10%;
      width: 50%;
    }
    .subline3 {
      width: 50%;
    }
  }
  
  .redes-sociales h3{
    font-size: 14px;
    margin: 10px auto;
    text-align: center;
  }
  
  @media screen and (min-width: 768px) {
    .redes-sociales h3{
        font-size: 16px;
        margin: 20px auto;
      }
    
  }
  
  .red-social {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  
  .red-social a svg {
    width: 34px;
    height: 34px;
  }
  
  .red-social-contacto {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  
  .red-social-contacto svg {
    width: 34px;
    height: 34px;
  }
  
  @media screen and (min-width: 768px) {
    .red-social a svg{
        width: 48px;
        height: 48px;
    }
    .red-social-contacto svg {
        width: 48px;
        height: 48px;
      }
  }
  
  .contacto-numero, .contacto-email {
    font-size: 13px;
  }
  
  @media screen and (min-width: 768px) {
    .contacto-numero, .contacto-email  {
        font-size: 16px;
      }
  }
  
  .red-social p {
    font-size: 13px;
  }
  
  @media screen and (min-width: 768px) {
    .red-social p {
      font-size: 18px;
    }
  }
  
  /* =========================
     .footerHexa
  ========================= */
  .footerHexa {
    position: unset;
    margin: 25px;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 15px;
    color: var(--blanco);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .footerHexa img {
    width: 100%;
    height: 35px;
  }
  
  @media screen and (min-width: 768px) {
    .footerHexa{
      flex-direction: row;
      position: absolute;
    }
    .footerHexa img {
      width: 20%;
    }
  }
  
  .footer-sec {
    background-color: var(--rojoVino);
    color: var(--blanco);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 25px;
    width: 100%;
  }
  
  .footer-sec p {
    font-size: 15px;
  }
  
  .footer-sec img {
    display: inline-block;
    width: 227px;
    height: 35px;
    margin: auto auto 10px auto;
  }
  
  @media screen and (min-width: 768px) {
    .footerHexa, .footer-sec p{
      font-size: 20px;
    }
  }
  
  /* =========================
     Formulario (.formulario)
  ========================= */
  .formulario {
    width: 90%;
    background-color: var(--blanco);
    padding: 12px;
    transition-property: all;
    transition-duration: 0.5s;
    box-shadow: var(--negro) 0px 10px 15px -3px, var(--boxShadow2) 0px 4px 6px -2px;
  }
  
  @media screen and (min-width: 768px) {
    .formulario {
      padding: 20px;
    }
  }
  
  .campo {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0;
    color: var(--rojoVino);
    font-weight: 900;
  }
  
  .first {
    margin-top: 0;
  }
  
  .campo label {
    font-size: 12px;
  }
  
  @media screen and (min-width: 768px) {
    .campo label {
        font-size: 16px;
      }
  }
  
  .campo input,
  .campo textarea {
    border: var(--rojoVino) solid 2px;
    padding: 5px 10px;
  }
  
  @media screen and (min-width: 768px) {
    .campo input,
    .campo textarea {
        padding: 10px;
    }
  }
  .submit {
    background-color: var(--rojoVino);
    color: var(--blanco);
    border: none;
    padding: 10px 20px;
    transition-property: all;
    transition-duration: 0.5s;
    box-shadow: var(--negro) 0px 10px 15px -3px, var(--boxShadow2) 0px 4px 6px -2px;
    width: 100%;
    display: block;
    margin: auto auto 10px auto;
    cursor: pointer;
  }
  
  @media screen and (min-width: 768px) {
    .submit {
      width: auto;
    }
  }
  
  .submit:hover {
    background-color: var(--rojoVinoOsc);
    color: var(--blanco);
  }

  .form-label, .form-input, .form-textarea, .submit-btn, .form-msg {
    font-size: 13px;
    color: var(--negro);
  }
  .form-msg {
    color: var(--negro);
    font-size: 13px;
  }

  @media screen and (min-width: 768px) {
    .form-label, .form-input, .form-textarea {
      font-size: 16px;
    }
    .submit-btn {
      font-size: 16px;
    }
  }

  /* =========================
     Botón Fijo #openModal
  ========================= */
  #openModal {
    z-index: 5;
    position: fixed;
    bottom: 80px;
    right: 20px;
    background-color: var(--rojoVino);
    color: var(--blanco);
    border: none;
    padding: 20px;
    cursor: pointer;
    transition-property: background-color;
    transition-duration: 0.5s;
    box-shadow: var(--negro) 0px 10px 15px -3px, var(--boxShadow2) 0px 4px 6px -2px;
  }
  
  @media screen and (min-width: 768px) {
    #openModal {
      bottom: 20px;
      right: 20px;
    }
  }
  
  #openModal:hover {
    background-color: var(--rojoVinoOsc);
  }
  
  /* =========================
     Modal
  ========================= */
  .modal {
    display: none;
    position: fixed;
    bottom: 160px;
    right: 20px;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    color: var(--blanco);
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  
  @media screen and (min-width: 768px) {
    .modal {
      bottom: 100px;
      right: 20px;
    }
  }
  
  .modal-content {
    background: var(--rojoVino);
    padding: 20px;
    width: 300px;
    text-align: center;
    box-shadow: var(--negro) 0px 10px 15px -3px, var(--boxShadow2) 0px 4px 6px -2px;
  }
  
  .modal.show {
    display: flex;
    opacity: 1;
    transform: scale(1);
    animation: fadeIn 0.3s ease forwards;
  }
  
  .modal.hide {
    animation: fadeOut 0.3s ease forwards;
  }
  
  .close {
    float: right;
    font-size: 35px;
    cursor: pointer;
    color: var(--blanco);
    transition-property: color;
    transition-duration: 0.5s;
  }
  
  .close:hover {
    color: var(--rojoVinoOsc);
  }
  
  .modal-content-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  
  .modal-content ul {
    list-style: none;
    padding: 0;
  }
  
  .modal-content ul li {
    margin: 10px 0;
  }
  
  .modal-content ul li a {
    text-decoration: none;
    color: var(--blanco);
    font-size: 16px;
    transition-property: text-decoration;
    transition-duration: 0.5s;
  }
  
  .modal-content ul li a:hover {
    text-decoration: underline;
  }
  
  .modal.show .modal-content {
    transform: scale(1);
  }
  
  /* =========================
     Keyframes
  ========================= */
  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }
  
  @keyframes fadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
  }
  
  /* =========================
     Otros elementos
  ========================= */
  .isotipoHexa {
    position: fixed;
    top: 20px;
    left: 20px;
    width: 100px;
    height: 100px;
    z-index: 5;
  }
  
  .landing-content {
    height: 100vh;
    display: flex;
    flex-direction: column;
  }
  
  .landing {
    height: 100vh;
    position: relative;
    display: grid;
    grid-template-rows: 15% 85%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .landing-menu {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: var(--rojoVino);
  }
  .landing-menu-info {
    display: flex;
    flex-direction: row;
  }
  .landing-menu-info p{
    margin-bottom: 20px;
  }

  .landing-nav {
    position: relative !important;
    display: flex;
    flex-direction: row;
    background-color: var(--rojoVino);
  }
  .landing-nav a {
    font-size: 10px;
    color: var(--blanco);
    padding: 0;
  }
  .landing-nav a:hover {
    color: var(--blanco);
    scale: 1.05;
  }
  
  @media screen and (min-width: 768px) {
    .landing {
      grid-template-rows: unset;
      grid-template-columns: 20% 80%;
    }
    
    .landing-menu {
      height: 100%;
      flex-direction: column;
    }
    .landing-menu-info {
      flex-direction: column;
    }
    .landing-nav {
      display: flex;
      flex-direction: column;
    }
    .landing-nav a {
      font-size: 20px;
    }
  }
  
  .landing-dash { 
    background-color: var(--rojoVino);
    color: var(--blanco);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-shadow: var(--negro) 10px 0px 15px -3px, var(--boxShadow2) 0px 4px 6px -2px;
  }
  
  @media screen and (min-width: 768px) {
    .landing-dash {
      flex-direction: column;
    }
  } 
  .landing-info { 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 10px;
    gap: 15px;
  }
  
  .landing-info h2{
    background-color: var(--rojoVino);
    margin: 0;
    color: var(--blanco);
    font-size: 16px;
    padding: 10px;
    box-shadow: var(--negro) 0px 10px 15px -3px, var(--boxShadow2) 0px 4px 6px -2px;
  }
  
  @media screen and (min-width: 768px) {
    .landing-info { 
      margin: 50px;
      justify-content: center;
    }
    .landing-info h2{
      background-color: var(--rojoVino);
      color: var(--blanco);
      font-size: 20px;
      padding: 20px;
    }
  }
  
  .landing-img {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 200px;
  }
  
  .landing-video {
    box-shadow: var(--negro) 0px 10px 15px -3px, var(--boxShadow2) 0px 4px 6px -2px;
    width: 100%;
    height: 200px;
  }
  
  @media screen and (min-width: 768px) {
    .landing-video, .landing-img  {
      height: 350px;
    }
  }
  
  .landing-imgs {
    width: 20%;
    height: 350px;
    box-shadow: var(--negro) 0px 10px 15px -3px, var(--boxShadow2) 0px 4px 6px -2px;
  }
  
  @media screen and (min-width: 768px) {
    .landing-video {
      width: 70%;
    }
  }
  
  .landing-resumen {
    font-size: 12px;
  }
  
  .interesa {
    font-size: 12px;
    text-align: center;
  }
  
  @media screen and (min-width: 768px) {
    .landing-resumen {
      font-size: 17px;
    }
    .interesa {
      font-size: 17px;
    }
  }
  
  .landing-footer{
    z-index: 5;
    width: 100%;
    background-color: var(--rojoVino);
    color: var(--blanco);
    margin: auto;
    padding: 25px;
    text-align: center;
  } 
  
  @media screen and (min-width: 768px) {
    .landing-footer{
      box-shadow: var(--negro) 0px -10px 15px -3px, var(--boxShadow2) 0px 4px 6px -2px;
    }
  }
  
  .landing-logotipo {
    width: auto;
    margin: 0 20px;
  }
  .landing-logotipo img {
    width: 100px;
  }
  .eslogan {
    font-size: 12px;
    text-align: center;
  }
  @media screen and (min-width: 768px) {
    .landing-logotipo { 
      margin: 20px;
    }
    .landing-logotipo img {
      width: 100%;
      align-items: center;
    }
    .eslogan {
      font-size: 16px;
    }
  }
  
  .landing-volver {
    box-shadow: var(--negro) 0px 10px 15px -3px, var(--boxShadow2) 0px 4px 6px -2px;
    margin: 0 20px;
    background-color: var(--rojoVino);
    padding: 10px;
    border: none;
    color: var(--blanco);
    transition-property: all;
    transition-duration: 0.5s;
    font-size: 14px;
  }
  .landing-volver:hover {
    background-color: var(--blanco);
    color: var(--rojoVino);
  }
  
  .landing-contacto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .landing-contactanos {
    background-color: var(--rojoVino);
    color: var(--blanco);
    padding: 10px;
    transition-property: all;
    transition-duration: 0.5s;
    box-shadow: var(--negro) 0px 10px 15px -3px, var(--boxShadow2) 0px 4px 6px -2px;
    font-size: 14px;
  }
  .landing-contactanos:hover {
    background-color: var(--rojoVinoOsc);
    color: var(--blanco);
  }
  
  @media screen and (min-width: 768px) {
    .landing-volver {
      /* margin: auto; */
      margin: 40px 20px;
      font-size: 18px;
      padding: 20px;
    }
    .landing-contactanos {
      font-size: 18px;
      padding: 20px;
    }
  }
  
  .testimonials {
    scroll-margin-top: 80px;
    /* max-width: 1200px; */
    margin: 0 0 40px 0;
    text-align: center;
    padding: unset;
    /* box-shadow: var(--negro) 0px 10px 15px -3px, var(--boxShadow2) 0px 4px 6px -2px; */
  }

  @media screen and (min-width: 768px) {
    .testimonials {
      padding: 2rem;
      margin: 0 20px 40px 20px;
    }
  }
  
  .testimonials h2 {
    font-size: 17px;
    margin-bottom: 2rem;
    color: var(--rojoVino);
    /* background-color: var(--rojoVino); */
    padding: 10px;
    font-weight: 900;
    /* box-shadow: var(--negro) 0px 10px 15px -3px, var(--boxShadow2) 0px 4px 6px -2px; */
  }

  .testimonials p {
    margin: 0 10px;
    font-size: 12px;
  }

  @media screen and (min-width: 768px) {
    .nosotros, .trabajos, .contacto {
      scroll-margin-top: unset;
    }

    .testimonials p {
      font-size: 16px;
    }
  }
  
  @media screen and (min-width: 768px) {
    .testimonials {
      margin: 0 auto 40px auto;
      scroll-margin-top: 160px;
    }
    .testimonials h2 {
      font-size: 20px;
      padding: 20px;
    }
  }
  
  .carousel-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 300px;
    margin: 20px auto;
    padding: 10px;
  }
  
  .carousel-track {
    display: flex;
    height: 100%;
    width: 100%;
    transition: transform 0.5s ease-in-out;
    gap: 20px;
  }
  
  .review {
    flex: 0 0 100%;
    margin: 0;
    background: #fff;
    /* box-shadow: 0 2px 5px rgba(0,0,0,0.1); */
    border-radius: 6px;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  
  .review p {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--negro);
  }
  
  .review h4 {
    color: var(--rojoVino);
    font-weight: 600;
  }

  .testimonio-destacado {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: var(--rojoVino);
    width: auto;
    height: 300px;
    padding: 20px;
    border-radius: 10px;
    border-left: 4px solid #FFD700;
    box-shadow: 0 8px 16px rgba(0,0,0,0.06);
  }

  .testimonio-destacado p {
    color: var(--blanco);
    font-size: 14px;
  }

  .testimonio-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: var(--blanco);
    width: auto;
    height: 300px;
    padding: 20px;
    border-radius: 10px;
    border-left: 4px solid var(--rojoVino);
    box-shadow: 0 8px 16px rgba(0,0,0,0.06);
    /* box-shadow: var(--negro) 0px 10px 15px -3px, var(--boxShadow2) 0px 4px 6px -2px; */
  }

  @media screen and (min-width: 568px) {
    .testimonio-destacado, .testimonio-card {
      width: 300px;
    }
  }

  .testimonio-card p {
    color: var(--negro);
    font-size: 14px;
  }

  
  .carousel-nav {
    margin-top: 1rem;
  }
  
  .carousel-nav button {
    background: var(--rojoVino);
    color: #fff;
    border: none;
    padding: 0.6rem 1.2rem;
    margin: 0 0.3rem;
    cursor: pointer;
    border-radius: 4px;
    font-size: 1rem;
    transition: background 0.3s ease;
  }
  
  .carousel-nav button:hover {
    background: var(--rojoVinoOsc);
  }
  
  @media (max-width: 768px) {
    .review {
      padding: 0;
    }
    
    .carousel-nav button {
      font-size: 0.9rem;
      padding: 0.5rem 1rem;
    }
  }
  
  .chatbot {
    background: url(/assets/fondoChatBot.png) center left no-repeat;
    background-size: cover;
    width: 100%;
    height: 450px;
    margin: 20px 0 0 0;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    scroll-margin-top: 100vh !important;
    padding: 20px !important;
    /* background-color: var(--blanco) !important; */
    box-shadow: var(--negro) 0px 10px 15px -3px, var(--boxShadow2) 0px 4px 6px -2px;
  }
  
  @media screen and (min-width: 768px) {
    .chatbot {
      width: 100%;
    }
  }
  .chatContent{
    background-color: var(--bg-dark) !important;
  }
  .botui-container {
    background-color: var(--negro);
  }

  .chatbotTitulo {
    color: var(--blanco);
    font-weight: 900;
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
  }

  .chatContent {
    background-color: var(--bg-dark);
    padding: 20px;
    box-shadow: var(--negro) 0px 10px 15px -3px, var(--boxShadow2) 0px 4px 6px -2px;
  }
  .chatContent{
    background-color: var(--bg-dark) !important;
  }

  .infoChatBot {
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    color: var(--blanco);
  }
  .botui-message-content text {
    background-color: var(--rojoVino) !important;
  }
  
  .botui-actions-buttons-button {
    background-color: var(--rojoVino) !important;
    color: var(--blanco) !important;
    box-shadow: var(--negro) 0px 10px 15px -3px, var(--boxShadow2) 0px 4px 6px -2px !important;
  }
  
  .slide-fade-enter,.slide-fade-leave-to {
    opacity: 0;  
    transform: translateX(-10px) !important;
  }
  
  .botui-message-content.text {
    line-height: 1.3;
  }
  .botui-container {
    background-color: var(--bg-dark) !important;
  }
  
  .contenido-chat {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-top: 65px;
  }
  
  .chatbotPest {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: var(--bg-dark);
  }
  
  @media screen and (min-width: 768px) {
    .chatbotPest {
      margin: auto;
    }
  }
  
  .bot-content {
    width: 90%;
    height: 500px; /* Altura máxima del contenedor del chatbot */
    overflow-y: auto; /* Permite el desplazamiento vertical */
  }
  
  .slide-fade-enter-active {
    transition: all .3s ease;
  }
  
  .slide-fade-enter,.slide-fade-leave-to {
    opacity: 0;
    transform: translateX(-10px);
  }

  .experiencia-content {
    position: relative !important;
    z-index: 5;
    height: 90vh;
    width: 100%;
    background-color: var(--bg-dark);
    box-shadow: var(--negro) 0px 10px 15px -3px, var(--boxShadow2) 0px 4px 6px -2px !important;
  }
  .experiencia-flex {
    display: flex;
    width: 100%;
    height: 100%;
    margin: auto 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0px;
  }
  .experiencia-grid {
    display: grid;
    justify-items: center;
    align-items: end;
    color: var(--blanco);
    padding: 50px;
    gap: 20px;
  }
  .experiencia h1 {
    text-align: center;
  }

  @media screen and (min-width: 768px) {
    .experiencia-flex {
      gap: 20px;
    }
  }

  .experiencia-grid p {
    font-size: 25px;
    text-align: center;
  }
  .experiencia-grid img{
    width: 250px;
    height: 250px;
  }
  .experiencia-info {
    width: 70%;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto 50px;
    color: var(--blanco);
  }
  .experiencia-info p{
    text-align: center;
  }

  .text-amarrillo {
    color: var(--amarillo);
  }

  @media screen and (min-width: 768px) {
    .experiencia-grid {
      grid-template-columns: repeat(3, 1fr);
    }
    .experiencia-grid p {
      font-size: 50px;
    }
    .experiencia-grid img {
      width: 500px;
      height: 500px;
    }
    .experiencia-info {
      font-size: 30px;
    }
  }
  
  .superamos-flex {
    margin-top: 40px;
    display: grid;
    align-items: center;
    justify-items: center;
    background-color: var(--rojoVino);
    padding: 20px;
    z-index: -5;
    box-shadow: var(--negro) 0px 10px 15px -3px, var(--boxShadow2) 0px 4px 6px -2px !important;
  }

  @media screen and (min-width: 768px) {
    .superamos-flex {
      grid-template-columns: 45% 10% 45%;
    }
  }

  .superamos-info {
    color: var(--blanco);
    font-size: 20px;
    font-weight: 800;
    text-align: center;
  }

  @media screen and (min-width: 768px) {
    .superamos-info {
      font-size: 35px;
      text-align: left;
    }
  }
  .barrita {
    margin: 20px 0;
    width: 100%;
    height: 5px;
    background-color: var(--blanco);
  }

  @media screen and (min-width: 768px) {
    .barrita {
      margin: 0;
      width: 5px;
      height: 100%;
    }
  }

  .info-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    color: #fff;
  }

  .info-item {
    width: 100%;
    margin: auto;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
  }

  .info-item-svg {
    max-width: 15% !important;
    height: 60px !important;
  }

  .info-text {
    max-width: 85%;
  }

  .info-title {
    font-size: 14px;
    margin-bottom: 0.5rem;
  }

  .info-content {
    font-size: 13px;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease;
  }

  @media screen and (min-width: 768px) {
    .info-title {
      font-size: 18px;
    }
    .info-content {
      font-size: 16px;
    }
  }

  .info-item:hover .info-content {
    max-height: 150px;
  }

  @media (hover: hover) {
    .info-item:hover .info-content {
      max-height: 150px;
    }
  }

  .info-item.active .info-content {
    max-height: 150px;
  }

.timeline-carousel {
  width: 100%;
  padding: 2rem;
  box-sizing: border-box;
  background: #f9f9f9;
  text-align: center;
}

.timeline-carousel h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #4e062a;
}

.timeline-carruselExp {
  width: 100%;
  padding: 2rem;
  text-align: center;
  margin-top: 40px;
}

.timeline-carruselExp h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #4e062a;
}

.carruselExp-container {
  overflow: hidden;
  position: relative;
}

.carruselExp-track {
  display: flex;
  /* gap: 1rem; */
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 1rem;
  box-sizing: border-box;

  scrollbar-width: none;
  -ms-overflow-style: none;
}

.carruselExp-track::-webkit-scrollbar {
  display: none;
}

.carruselExp-item {
  flex: 0 0 auto;
  width: 40%;
  /* border: 1px solid #ccc; */
  /* border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1); */
  border-top: #000000 1px dashed;
  border-left: #000000 1px dashed;
  scroll-snap-align: start;
  padding: 1rem;
  box-sizing: border-box;
  text-align: center;
  user-select: none;
}

.carruselExp-item h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #4e062a;
}
.carruselExp-item p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
  width: 50%;
  margin: auto;
}

@media (max-width: 768px) {
  .carruselExp-item {
    width: 180px;
  }
  .timeline-carruselExp h2 {
    font-size: 1.6rem;
  }
}

.footer-principal {
  background-color: var(--negro);
}
.footer-section {
  color: var(--blanco);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.footer-logo img {
  width: 450px;
}
.footer-logo p {
  text-align: center;
}
.footer-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
}

.footer-contactanos p {
  margin-bottom: 10px;
  text-align: center;
}
.footer-correo {
  font-size: 12px;
}
.footer-correo a{
  color: var(--amarillo2);
}
footer
.footer-redes p {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 900;
}

.footer-red {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 12px;
  align-items: center;
  justify-content: center;
}

.footer-politicas {
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  font-size: 12px;
  border-top: 1px solid var(--blanco);
  margin: 0 20px;
}
.footer-form input,
.footer-form button{
  padding: 8px;
  border: none;
  color: var(--blanco);
  border-radius: 5px;
  margin: 5px 0;
}
.footer-form input {
  background-color: var(--panel-dark);
}
.footer-form button {
  background-color: var(--amarillo2);
  cursor: pointer;
}
.subscribe {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-title {
  text-align: center;
  margin-bottom: 5px;
  font-weight: 900;
}
.footer-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 100%;
  margin: auto;
}


@media screen and (min-width: 768px) {
  .footer-politicas { 
    flex-direction: row;
    font-size: 16px;
  }
  .footer-red {
    font-size: 16px;
  }
  .footer-correo {
    font-size: 16px;
  }
  .footer-form {
    flex-direction: row;
    gap: 15px;

  }
}

.text-gris {
  color: var(--gris);
}
.text-gris:hover {
  color: var(--amarillo2);
}

.politica, .productos {
  width: 100%;
  margin: auto;
}
.politica-info, .productos-info {
  position: relative;
  margin-bottom: 20px;
  box-shadow: var(--negro) 0px 10px 15px -3px, var(--boxShadow2) 0px 4px 6px -2px !important;
}
.politica-info .politica-img{
  z-index: -5;
  background-image: url(assets/fondoServicios.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 450px;
}
.politica-info p {
  z-index: 5;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: var(--blanco);
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
}
.politica-text {
  width: 70%;
  margin: auto;
}
.politica-text h2 p,
.politica-text p {
  font-size: 14px;
  margin-bottom: 10px;
}

.productos {
  background-color: var(--negro);
  /* padding-bottom: 50px; */
}

.prodcutos-titulo h2{
  color: var(--blanco);  
  text-align: left;
  font-size: 24px;
  width: 70%;
  margin: auto auto 50px auto;
}

.nav-productos {
  color: var(--blanco);
  width: 70%;
  margin: auto;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .nav-productos {
    flex-direction: row;
    align-items: flex-start;  
    gap: 40px;
  }

  .prodcutos-titulo h2{ 
    font-size: 48px;
  }
}

.nav-productos p {
  display: flex;
  justify-self: center;
  align-items: center;
}

.nav-productos p:hover{
  cursor: pointer;
  color: var(--amarillo);
}
.nav-productos p:hover svg {
  stroke: var(--amarillo);
}

.productos-info .productos-img{
  z-index: -5;
  background-image: url(assets/hexaCerebroFondo.jpeg);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 450px;
}
.productos-info p {
  z-index: 5;
  position: absolute;
  left: 0;
  right: 50%;
  top: 50%;
  bottom: 0;
  color: var(--blanco);
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  text-transform: uppercase;
}
.productos-info p span{
  font-size: 20px;
}

.saltoTitulo {
  display: block;
  margin-top: 20px;
}

.product-cards-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-items: center;
  align-items: start;
  gap: 20px;
  width: 70%;
  margin: auto;
}

.producto-contenedor, .nosotros-contenedor{
  width: 100%;
  margin: auto;
}
.producto-full {
  margin-top: 70px;
  color: var(--blanco);
  background-color: var(--bg-dark);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}

.producto-info {
  padding: 20px;
  width: 100%;
}

.producto-descripcion {
  margin-top: 20px;
  color: var(--amarillo2);
}

.producto-info h1 {
  color: var(--blanco);
  font-weight: 900;
  font-size: 40px;
}

.producto-img{
  width: 100%;
  height: 400px;
  background-image: url(assets/experciencaFondo.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
}

@media screen and (min-width: 768px) {
  .product-cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .producto-full {
    flex-direction: row;
  }
  .producto-info, .producto-img {
    width: 50%;
  }
  .producto-img{ 
    border-radius: 0 30px 30px 0;
  }
  .producto-contenedor {
    width: 70%;
  }
}

.producto-acerca {
  padding: 0;
  width: 100%;
  margin: auto;
  background-color: var(--rojoVino);
}
.producto-acerca-full {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin: auto;
  gap: 20px;
  padding: 20px;
}
.producto-acerca-info {
  color: var(--blanco);
}
.producto-acerca-info h1 {
  color: var(--blanco);
  font-size: 40px;
}

.producto-acerca-info p{
  margin-bottom: 20px;
}

.producto-acerca-img {
  width: 100%;
  height: 400px;
  background-image: url(assets/FondoPrincipalcel.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.producto-plan {
  color: var(--blanco);
  font-weight: 900;
  text-align: center;
  font-size: 40px;
}

.producto-precio {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-items: center;
  gap: 20px;
}

.producto-precio-info {
  border: solid 1px var(--blanco);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  color: var(--blanco);
  align-items: center;
}

.producto-precio-info h1 {
  text-align: center;
  color: var(--blanco);
}

.producto-precio-info p {
  margin-bottom: 20px;
}

.producto-definicion {
  text-align: center;
  color: var(--amarillo2);
  border-bottom: solid 1px var(--amarillo2);
  margin-bottom: 20px;
  line-height: 28px;
}

.caracteristica {
  display: flex;
  align-items: center;
  gap: 10px;
}

.producto-contactanos {
  color: var(--amarillo2);
  padding: 10px;
  border: 1px solid var(--amarillo2);
  border-radius: 10px;
  transition-property: all;
  transition-duration: 0.5s;
}

.producto-contactanos:hover {
  background-color: var(--amarillo2);
  color: var(--blanco);
}

.producto-popular {
  border: solid 1px var(--amarillo2);
}

.popular {
  margin: 0 auto 0 0;
  font-size: 20px;
  color: var(--blanco);
  font-weight: 900;
  background-color: var(--amarillo2);
  padding: 10px;
  border-radius: 7px;
}

.comun {
  margin: 0 auto 0 0;
  font-size: 20px;
  color: var(--negro) !important;
  font-weight: 900;
  background-color: var(--blanco);
  padding: 10px;
  border-radius: 7px;
}

.producto-definicion-comun {
  text-align: center;
  color: var(--blanco);
  border-bottom: solid 1px var(--blanco);
  margin-bottom: 20px;
  line-height: 28px;
}
.padding-0 {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .producto-acerca-full {
    flex-direction: row;
  }
  .producto-precio {
    grid-template-columns: repeat(2, 1fr);
  }
}

.single-product-row {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  border: solid 1px var(--amarillo2);
  height: auto;
  transition-property: all;
  transition-duration: 0.5s;
}

.single-product-row:hover {
  background-color: var(--amarillo2);

  .product-title {
    color: var(--negro);
  }
}

/* Solo afecta a este card */
#axora-card .axora-title,
#axora-card .product-title p,
#axora-card .product-link a { color:#fff !important; }

#axora-card .axora-title{
    font-weight:900; letter-spacing:.01em;
    font-size:clamp(1.8rem,3.6vw,2.6rem); line-height:1.1; margin:0;
}

/* Cuando el fondo del card se pone amarillo en hover */
#axora-card:hover .axora-title,
#axora-card:hover .product-link a { color:#7B1E3A !important; }
#axora-card:hover .product-title p{ color:#0d0c0c !important; }

/* Asegurar que el ícono siga el color del texto */
#axora-card i { color: currentColor; }

.product-title {
  color: var(--blanco);
}

/* .product-image, .product-hover-image {
  width: 100%;
  /* height: 75px;
} */
.product-image img {
  width: 120px;
  height: 60px;
  margin: 20px 0;
}

.product-link {
  margin: 20px 0;
}
.product-link a {
  color: var(--negro);
  font-size: 20px;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.nosotros-contenedor {
  padding-bottom: 0px;
}

.nosotros-full {
  margin-top: 70px;
  color: var(--blanco);
  /* background-color: var(--bg-dark); */
  background-image: url(assets/fondoChatBot.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}

.nosotrosPag-info {
  padding: 20px;
  width: 100%;
}

.nosotros-descripcion {
  margin-top: 20px;
  color: var(--amarillo2);
}

.nosotrosPag-info h1 {
  color: var(--blanco);
  font-weight: 900;
  font-size: 40px;
}

.nosotros-img{
  width: 100%;
  height: 400px;
  background-image: url(assets/experciencaFondo.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
}

@media screen and (min-width: 768px) {
  .nosotros-full {
    flex-direction: row;
  }
  .nosotrosPag-info, .nosotros-img {
    width: 50%;
  }
  .nosotros-img{ 
    border-radius: 0 30px 30px 0;
  }
}

.nosotrosPag-descripcion {
  padding-top: 0px;
  padding-bottom: 20px;
}

.nosotros-full-descripcion {
  margin-top: 50px;
  color: var(--negro);
  /* background-color: var(--bg-dark); */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: var(--negro) 0px 10px 15px -3px, var(--boxShadow2) 0px 4px 6px -2px;
  border-radius: 20px;
}
.nosotrosPag-info-descripcion {
  padding: 20px;
  width: 100%;
}
.nosotrosPag-info-descripcion h1{
  color: var(--negro);
}

.nosotrosPag-info-descripcion p{
  margin-bottom: 20px;
}

.nosotrosPag-img-descripcion {
  width: 100%;
  height: 400px;
  background-image: url(assets/iaEmpresarial.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;  
  border-radius: 20px;
}
.nosotrosPag-servicios {
  padding-bottom: 0px;
  padding-top: 0px;
}
@media screen and (min-width: 768px) {
  .nosotros-full-descripcion {
    flex-direction: row;
  }
  .nosotrosPag-info {
    width: 70%;
  }
  .nosotrosPag-img-descripcion {
    width: 30%;
  }
  .nosotrosPag-servicios {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.nosotrosPag-info-servicios h1{
  text-align: center;
}
.nosotros-servicios-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.nosotros-servicio-elemento {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: var(--amarillo2);
  border-radius: 20px;
  padding: 10px;
}
.nosotros-servicio-elemento h1 {
  margin: 0;
  color: var(--blanco);
  font-size: 15px;
}

.nosotros-historia-contenedor {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}

.nosotros-historia {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: auto;
  border-radius: 20px;
  /* box-shadow: var(--negro) 0px 10px 15px -3px, var(--boxShadow2) 0px 4px 6px -2px; */
  padding: 20px;
  text-align: center;
}

.nosotros-historia p {
  font-size: 14px;
}

.nosotros-historia-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  align-items: center;
}

.nosotros-historia-izq, .nosotros-historia-der {
  background-color: var(--rojoVino);
  padding: 20px;
  color: var(--blanco);
  border-radius: 10px;
  font-size: 14px;
}

.nosotros-historia-img {
  background-image: url(assets/imgNosotros.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;  
  height: 250px;
  border-radius: 20px;
}

@media screen and (min-width: 768px) {
  .nosotros-historia {
    width: 85%;
  }
  .nosotros-historia p {
    font-size: 16px;
  }
  .nosotros-historia-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .nosotros-historia-img {
    height: 350px;
  }
  .nosotros-historia-izq, .nosotros-historia-der {
    font-size: 16px;
  }
}

.carrera-motivar-contenedor {
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.carrera-ofertas-contenedor {
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  text-align: center;
}
.carrera-ofertas {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .carrera-ofertas {
    grid-template-columns: repeat(3,1fr);
  }

}
.oferta {
  position: relative;
  overflow: hidden;
  padding: 20px;
  border-radius: 20px;
  box-shadow: var(--negro) 0px 10px 15px -3px, var(--boxShadow2) 0px 4px 6px -2px;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .oferta {
    height: 450px;
  }
}

.oferta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(assets/fondoServicios.png) center/cover no-repeat;
  transition: filter .3s ease;
  z-index: 0;
  border-radius: inherit;
}

.oferta > * {
  position: relative;
  z-index: 1;
}

.oferta:hover::before {
  filter: blur(5px);
}
.oferta-informacion h2 {
  color: var(--blanco);
}
.oferta-informacion h1 {
  color: var(--amarillo2);
  font-size: 35px;
}
.oferta-informacion p {
  color: var(--blanco);
}

.beneficio-contenedor {
  padding-top: 0px;
}
.beneficio-full {
  margin-top: 70px;
  color: var(--blanco);
  background-color: var(--bg-dark);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}

@media screen and (min-width: 768px) {
  .beneficio-full {
    flex-direction: row;
  }
}

.beneficio-info {
  padding: 20px;
  width: 100%;
}

.beneficio-descripcion {
  margin-top: 20px;
  color: var(--amarillo2);
}

.beneficio-info h1 {
  color: var(--blanco);
  font-weight: 900;
  font-size: 30px;
}

.beneficio-info p {
  margin-bottom: 20px;
}

.beneficio-img{
  width: 100%;
  height: 400px;
  background-image: url(assets/experciencaFondo.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
}

.bg-historia {
  padding-top: 40px;
  height: 100vh;
  width: 100%;
  position: relative;
  background: linear-gradient(var(--transparenteNegro), var(--transparenteNegro)), url(/assets/hexaCerebroFondo.jpeg) bottom center no-repeat;
  background-size: cover;
  box-shadow: var(--boxShadow1) 0px 10px 15px -3px, 
              var(--boxShadow2) 0px 4px 6px -2px;
}
  

  @media screen and (min-width: 768px) {
    .bg-historia {
      background-position: center top;
    }
  }
  
  .bg-inicio,
  .bg-historia{
    height: 100vh;
    display: flex;
    justify-content: center;
    width: auto;
  }

  .bg-historia .bg-info-historias{
    align-items: center;
  }
  
  .bg-info-historias {
    height: 100vh;
    display: flex;
    justify-content: center;
    width: 85%;
    flex-direction: column;
    align-items: center;
    margin: auto;
  }
  
  .bg-info-historias-p {
    font-size: 25px;
    font-weight: 600;
  }
  
@media screen and (min-width: 768px) {
  .bg-info-historias {
    align-items: flex-start;
  }
  .bg-info-p {
    font-size: 35px;
    font-weight: 600;
  }
}

.esloganBig-historias-titulo {
  text-align: center;
  color: var(--amarillo) !important;
  font-size: 60px;
  font-family: "Yellowtail", cursive;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  width: 100%;
}

.esloganBig-historias {
  width: 100%;
  margin: 0;
  font-size: 30px;
  text-align: center;
  color: var(--blanco);
}

@media screen and (min-width: 768px) {
  .esloganBig-historias {
    font-size: 60px;
    text-align: left;
  }
  .esloganBig-historias-titulo {
    font-size: 110px;
    text-align: left;
  }
}

.esloganHistInfo-p{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.esloganHistInfo-p p {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 900;
  width: 45%;
  color: var(--blanco);
}

@media screen and (min-width: 768px) {
  .esloganHistInfo-p{
    justify-content: flex-end;
  }
  .esloganHistInfo-p p {
    font-size: 30px;
  }
}

.historias-contenedor {
  width: 90%;
  margin: 20px auto;
}
.historia-casos-contenedor {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.historias-casos {
  font-size: 35px;
  text-align: left;
  color: var(--negro);
}
.hexanews {
  background-color: var(--amarillo2);
  font-size: 35px;
  color: var(--negro);
  padding: 10px;
  border-radius: 10px;
}

.historias-casos, .hexanews{
  margin: 20px 0;
}

@media screen and (min-width: 768px) {
  .historia-casos-contenedor {
    flex-direction: row;
  }
  .historias-casos, .hexanews{
    margin: 29px 0;
  }
}
.historias-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  /* grid-template-columns: repeat(4,1fr); */
  justify-content: center;
  gap: 20px;
}

.historia-card {
  position: relative;
  overflow: hidden;
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .historia-card {
    width: auto;
    margin: 0;
  }
}
.historia-info {
  position: relative;
  z-index: 0;
  background-color: var(--amarillo2);
  color: var(--blanco);
}
.historia-info img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.historia-info p {
  padding: 8px;
}

.historia-info-mostrar {
  position: absolute;
  inset: 0; 
  background-color: var(--amarillo2);
  color: var(--blanco);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;

  visibility: hidden;            
  opacity: 0;                    
  transform: scale(0.8);         
  transform-origin: center;      
  transition:
    transform 0.3s ease,
    opacity   0.3s ease,
    visibility 0s linear 0.3s;
  z-index: 1;
}
.historia-info-mostrar h1{
  font-weight: 900;
  color: var(--negro);
}
.historia-info-mostrar p{
  margin-bottom: 20px;
  color: var(--negro);
}
.historia-info-mostrar a{
  width: 100%;
  color: var(--negro);
  text-align: right;
  font-size: 20px;
}

.historia-card:hover .historia-info-mostrar {
  visibility: visible;
  opacity: 1;
  transform: scale(1);

  transition:
    transform 0.3s ease,
    opacity   0.3s ease,
    visibility 0s;
}


  /* =========================================
     MODO OSCURO: sobreescribe ciertos colores
  ========================================= */

body.dark-mode {
  background-color: var(--bg-dark) !important;
  color: var(--text-dark) !important;
}

/* Encabezado */
body.dark-mode header {
  background-color: var(--panel-dark) !important;
}

body.dark-mode nav a {
  color: var(--text-dark) !important;
}

/* Secciones que tenían fondo claro */
body.dark-mode .formulario,

body.dark-mode .descubreMas,
body.dark-mode .bg-info-div,
body.dark-mode .footer-sec,
body.dark-mode .carousel-track .review {
  background-color: var(--bg-dark) !important;
  color: var(--text-dark) !important;
  }
  
/* Botones y enlaces */
body.dark-mode .flecha-abajo:hover {
  background-color: var(--accent-dark) !important;
  color: var(--text-dark) !important;
}
body.dark-mode .experiencia-cliente{
  background-color: var(--bg-dark);
}
body.dark-mode .bg-info-div:hover {
  background-color: var(--accent-dark) !important;
}

body.dark-mode .hamburger {
  color: var(--blanco);
}
  
/* Textos especiales que eran var(--rojoVino) */
body.dark-mode h1,
body.dark-mode h2,
body.dark-mode h3,
body.dark-mode .trabajo-titulo,
body.dark-mode .trabajo-descripcion,
body.dark-mode .contacto-numero,
body.dark-mode .contacto-email {
  color: var(--text-dark) ;
}

body.dark-mode .campo label {
  color: var(--blanco);
}
body.dark-mode .servicio h3 {
  color: var(--amarillo2);
}
body.dark-mode .servicios h1 {
  color: var(--blanco);
} 

body.dark-mode #navMenu {
  background-color: var(--panel-dark);
}
body.dark-mode .contactanosBtn {
  color: var(--amarillo2);
}
/* body.dark-mode .contactanosBtn:hover {
  background-color: var(--rojoVino);
} */
body.dark-mode .review p {
  color: var(--blanco);
}
body.dark-mode .esloganDeg::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent, var(--bg-dark), transparent);
  transform: skewX(-20deg);
  animation: shine 2s infinite;
}
body.dark-mode .chatbotTitulo  {
  color: var(--blanco);
}body.dark-mode .infoChatBot {
  color: var(--blanco);
}
body.dark-mode .chatContent{
  background-color: var(--bg-dark) !important;
}
body.dark-mode .botui-container {
  background-color: var(--bg-dark);
}
body.dark-mode {
  background-color: var(--bg-dark) !important;
}
body.dark-mode .section-description,
body.dark-mode .section-description-principal {
  color: var(--blanco);
}
body.dark-mode .service-card {
  background-color: var(--negro);
}
body.dark-mode .service-card h3{
  color: var(--amarillo2);
}
body.dark-mode .service-card p {
  color: var(--blanco);
}
body.dark-mode .form-best {
  background-color: var(--bg-dark);
}
body.dark-mode .carruselExp-item{
  border-top: #ffffff 1px dashed;
  border-left: #ffffff 1px dashed;
}
body.dark-mode .form-label, 
body.dark-mode.form-textarea, 
body.dark-mode .submit-btn, 
body.dark-mode .form-msg {
  color: var(--blanco);
}

body.dark-mode .nosotrosPag-info-descripcion p{
  color: var(--blanco);
}
/* Contenedor del mega dropdown */
.mega-dropdown {
  position: relative;
  display: inline-block;
}

.hexasphere-link {
  color: var(--blanco);
  padding: 0.75rem 1.25rem;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  cursor: pointer;
}

/* =========================================
     MENU HEXASPHERE
  ========================================= */
/* Contenido oculto por defecto */
.mega-content {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--rojoVinoClaro);
  color: var(--blanco);
  max-width: 960px;
  padding: 3rem 3rem 2.5rem;
  opacity: 0;
  visibility: hidden;
  left: 50%;
  transform: translate(-50%, 15px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  z-index: 999;
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
  border-radius: 10px;
  top: calc(100% + 8px);
}

/* Mostrar al hacer hover */
.mega-dropdown:hover .mega-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Título descriptivo */
.mega-desc {
  font-size: 1.15rem; /* Más grande */
  margin-bottom: 1rem;
  font-weight: 500; /* Más sólido */
  font-style: italic;
  color: var(--amarillo2); /* Puedes dejarlo blanco si prefieres */
  border-bottom: 1px solid var(--amarillo2);
  padding-bottom: 0.75rem;
  line-height: 1.6;
}

/* Columnas */
.mega-columns {
  display: flex;
  gap: 3rem;
  justify-content: space-between;
}

.mega-columns div {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  flex: 1;
  min-width: 150px;
}

/* Enlaces */
.mega-columns a {
  color: var(--blanco);
  text-decoration: none;
  font-weight: 400;
  transition: color 0.2s ease;
}

.mega-columns a:hover {
  color: var(--amarillo2);
}

/* =========================================
     PAGINA HEXASPHERE
  ========================================= */
