.fullscreen-image-container {
    height: 100vh; /* 100% de la altura de la ventana (viewport) */
    background: url('../assets/img/iconos/portada2.png') no-repeat center center fixed; /* Reemplaza 'tu-imagen.jpg' con la ruta de tu imagen */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 56px; /* Ajusta el padding para que el contenido no quede debajo del navbar fijo */
}

/* Opcional: Estilos para el texto */
.fullscreen-image-container h1, .fullscreen-image-container p {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* Sombra para mejorar la legibilidad del texto */
}

.full-image-cert {
    height: 50vh; /* 100% de la altura de la ventana (viewport) */
    background: url('../assets/img/iconos/certificaciones_banner.jpg') no-repeat center center fixed; /* Reemplaza 'tu-imagen.jpg' con la ruta de tu imagen */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 56px; /* Ajusta el padding para que el contenido no quede debajo del navbar fijo */
}

/* Opcional: Ajustar el contenido principal para que no quede debajo del navbar */
main {
    padding-top: 56px; /* Mismo padding que en la imagen, para asegurar que el contenido se vea bien al hacer scroll */
}
#mainNav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #212529;
}
#mainNav .navbar-toggler {
  padding: 0.75rem;
  font-size: 0.75rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-transform: uppercase;
  font-weight: 700;
}
#mainNav .navbar-brand {
  color: #ffc800;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
}
#mainNav .navbar-brand img {
  height: 1.5rem;
}
#mainNav .navbar-nav .nav-item .nav-link {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.95rem;
  color: #fff;
  letter-spacing: 0.0625em;
}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #ffc800;
}

#mainNav {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border: none;
    transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
    padding-top: 1rem;
    padding-bottom: 1rem;
    /* Ruta de tu imagen */
    background-image: url('../assets/img/iconos/cintillo_desk.jpg');
    background-size: cover;
    background-position: center;
}
#mainNav .navbar-brand {
  font-size: 1.5em;
  transition: font-size 0.3s ease-in-out;
}
#mainNav.navbar-shrink {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #212529;
}
#mainNav.navbar-shrink .navbar-brand {
  font-size: 1.25em;
}

#mainNav .navbar-nav .nav-item {
  margin-right: 1rem;
}
#mainNav .navbar-nav .nav-item:last-child {
  margin-right: 0;
}

#mainNav .navbar-brand img {
  height: 4rem;
  transition: height 0.3s ease-in-out;
}

#mainNav.navbar-shrink .navbar-brand svg,
#mainNav.navbar-shrink .navbar-brand img {
  height: 1.5rem;
}

@media only screen and (min-width: 1200px){
  .masthead-heading {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: 2rem;
    font-style: italic;
    width: 60%;
    position: relative;
    top: 15vh;
  }
  .masthead-subheading {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 2rem;
    text-align: justify;
    width: 60%;
    position: relative;
    top: 18vh;
  }

  .img_icon_cat{
      width: 60%;
  }

  .posts {
    width: 250px;
    display: inline-block;
  }

  .product-card {
      max-width: 22.5%; /* Ancho máximo para la tarjeta */
      border-radius: 15px; /* Bordes más redondeados */
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra suave */
      overflow: hidden; /* Asegura que la imagen no se salga de los bordes redondeados */
      margin: 1%;
      float: left;
  }

  .product-card .card-title {
      font-size: 16px;
      /*margin-top: -10px;
      overflow: hidden;
      white-space: nowrap;*/
      text-overflow: ellipsis;
      margin-bottom: 35px;
  }

  .icon-cert{
    width:150px;
    margin: -20px 50px 50px 50px;
  }

  .menu_desk{
      display: block;
  }

  .menu_mobile{
      display: none;
  }
  
  .columna-flexible {
    flex: 1 1 calc(100% / 6); /* 6 equal columns */
    max-width: calc(100% / 5.7);
  }
  
  .boton_nosotros.mision {
      display:none;
  }
  
  .boton_nosotros.vision {
      display:none;
  }
  
  .boton_nosotros.filosofia {
      display:none;
  }
  
  #acordionNosotros{
      display:none;
  }
}

/* Escritorio grande */
@media only screen and (min-width: 992px) and (max-width: 1199px){
  .masthead-heading {
    font-size: 2.2rem;
    line-height: 2.2rem;
    margin-bottom: 2rem;
    font-style: italic;
    width: 60%;
    position: relative;
    top: 15vh;
  }
  .masthead-subheading {
    font-size: 1.7rem;
    line-height: 1.7rem;
    margin-bottom: 2rem;
    text-align: justify;
    width: 60%;
    position: relative;
    top: 18vh;
  }

  .img_icon_cat{
      width: 60%;
  }

  .posts {
    width: 250px;
    display: inline-block;
  }

  .product-card {
      max-width: 22.5%; /* Ancho máximo para la tarjeta */
      border-radius: 15px; /* Bordes más redondeados */
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra suave */
      overflow: hidden; /* Asegura que la imagen no se salga de los bordes redondeados */
      margin: 1%;
      float: left;
  }

  .product-card .card-title {
      font-size: 16px;
      /*margin-top: -10px;
      overflow: hidden;
      white-space: nowrap;*/
      text-overflow: ellipsis;
      margin-bottom: 35px;
  }

  .icon-cert{
    width:150px;
    margin: -20px 50px 50px 50px;
  }

  .menu_desk{
      display: block;
  }

  .menu_mobile{
      display: none;
  }
  
  .columna-flexible {
    flex: 1 1 calc(100% / 5); /* 6 equal columns */
  }
  
  .flip-card-front2 img {
    width:120px;
  }
  
  .boton_nosotros.mision {
      display:none;
  }
  
  .boton_nosotros.vision {
      display:none;
  }
  
  .boton_nosotros.filosofia {
      display:none;
  }
  
  #acordionNosotros{
      display:none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
  .masthead-heading {
    font-size: 1.6rem;
    line-height: 1.6rem;
    margin-bottom: 2rem;
    font-style: italic;
    width: 60%;
    position: relative;
    top: 15vh;
  }
  .masthead-subheading {
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin-bottom: 2rem;
    text-align: justify;
    width: 60%;
    position: relative;
    top: 18vh;
  }

  .img_icon_cat{
      width: 60%;
  }

  .posts {
    width: 225px;
    display: inline-block;
  }

  .product-card {
      max-width: 31%; /* Ancho máximo para la tarjeta */
      border-radius: 15px; /* Bordes más redondeados */
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra suave */
      overflow: hidden; /* Asegura que la imagen no se salga de los bordes redondeados */
      margin: 1%;
      float: left;
  }

  .product-card .card-title {
      font-size: 16px;
      /*margin-top: -10px;
      overflow: hidden;
      white-space: nowrap;*/
      text-overflow: ellipsis;
      margin-bottom: 35px;
  }

  .icon-cert{
    width:130px;
    margin: -20px 50px 50px 50px;
  }

  .menu_desk, .navbar-toggler{
      display: none;
  }

  .menu_mobile{
      display: block;
  }

  .store_mobile_car{
      position: fixed;
      top: 35px;
      right: 10px;
      color: white;
  }

  .store_mobile_cp{
      position: fixed;
      top: 32px;
      right: 85px;
      color: white;
  }
  
  .columna-flexible {
    flex: 1 1 calc(100% / 4); /* 6 equal columns */
  }
  
  .flip-card-front2 img {
    width:120px;
  }
  
  .boton_nosotros.mision {
      display:block;
  }
  
  .boton_nosotros.vision {
      display:block;
  }
  
  .boton_nosotros.filosofia {
      display:block;
  }
  
  #acordionNosotros{
      display:block;
  }
}

/* Tablets y phablets */
@media only screen and (min-width: 576px) and (max-width: 767px){
  .masthead-heading {
    font-size: 1.3rem;
    line-height: 1.3rem;
    margin-bottom: 2rem;
    font-style: italic;
    width: 60%;
    position: relative;
    top: 15vh;
  }
  .masthead-subheading {
    font-size: 0.9rem;
    line-height: 0.9rem;
    margin-bottom: 2rem;
    text-align: justify;
    width: 60%;
    position: relative;
    top: 18vh;
  }

  .img_icon_cat{
      width: 50%;
  }

  .posts {
    width: 225px;
    display: inline-block;
  }

  .control_prevST{
      display: none;
  }

  .control_nextST{
      display: none;
  }

  .product-card {
      max-width: 31%; /* Ancho máximo para la tarjeta */
      border-radius: 15px; /* Bordes más redondeados */
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra suave */
      overflow: hidden; /* Asegura que la imagen no se salga de los bordes redondeados */
      margin: 1%;
      float: left;
  }

  .product-card .card-title {
      font-size: 13px;
      /*margin-top: -10px;
      overflow: hidden;
      white-space: nowrap;*/
      text-overflow: ellipsis;
      margin-bottom: 35px;
  }

  .icon-cert{
    width:120px;
    margin: -20px 50px 50px 50px;
  }

  .menu_desk, .navbar-toggler{
      display: none;
  }

  .menu_mobile{
      display: block;
  }

  .store_mobile_car{
      position: fixed;
      top: 35px;
      right: 10px;
      color: white;
  }

  .store_mobile_cp{
      position: fixed;
      top: 32px;
      right: 85px;
      color: white;
  }
  
  .columna-flexible {
    flex: 1 1 calc(100% / 3); /* 6 equal columns */
  }
  
  .flip-card-front2 img {
    width:120px;
  }
  
  #mainNav {
    background-image: url('../assets/img/iconos/cintillo_mobile.jpg');
  }
  
  .boton_nosotros.mision {
      display:block;
  }
  
  .boton_nosotros.vision {
      display:block;
  }
  
  .boton_nosotros.filosofia {
      display:block;
  }
  
  #acordionNosotros{
      display:block;
  }
}

/* Teléfonos */
@media only screen and (max-width: 575px){
  .masthead-heading {
    font-size: 1rem;
    line-height: 1rem;
    margin-bottom: 2rem;
    font-style: italic;
    width: 60%;
    position: relative;
    top: 15vh;
  }
  .masthead-subheading {
    font-size: 0.8rem;
    line-height: 0.8rem;
    margin-bottom: 2rem;
    text-align: justify;
    width: 60%;
    position: relative;
    top: 18vh;
  }

  .fullscreen-image-container {
    background-position: 65%;
  }

  .img_icon_cat{
      width: 75%;
  }

  .posts {
    width: 200px;
    display: inline-block;
  }

  .control_prevST{
      display: none;
  }

  .control_nextST{
      display: none;
  }

  .product-card {
      max-width: 47.5%; /* Ancho máximo para la tarjeta */
      border-radius: 15px; /* Bordes más redondeados */
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra suave */
      overflow: hidden; /* Asegura que la imagen no se salga de los bordes redondeados */
      margin: 1%;
      float: left;
  }

  .product-card .card-title {
      font-size: 12px;
      /*margin-top: -10px;
      overflow: hidden;
      white-space: nowrap;*/
      text-overflow: ellipsis;
      margin-bottom: 35px;
  }

  .icon-cert{
    width:110px;
    /*margin: -20px 25px 25px 25px;*/
  }

  .menu_desk, .navbar-toggler{
      display: none;
  }

  .menu_mobile{
      display: block;
  }

  .store_mobile_car{
      position: fixed;
      top: 35px;
      right: 10px;
      color: white;
  }

  .store_mobile_cp{
      position: fixed;
      top: 32px;
      right: 85px;
      color: white;
  }
  
  .columna-flexible {
    flex: 1 1 calc(100% / 2); /* 6 equal columns */
  }
  
  .flip-card-front2 img {
    width:100px;
  }
  
  #mainNav {
    background-image: url('../assets/img/iconos/cintillo_mobile.jpg');
  }
}

.footer {
  text-align: center;
  font-size: 0.9rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.titulo {
    font-family: cursive;
}

.whats_icon {
    position: fixed;
    bottom: 55px;
    width: 60px;
    right: 20px;
    cursor: pointer;
    opacity: 70%;
}

.whats_icon:hover {
    width: 65px;
    opacity: 100%;
}

/* The heart of the matter */
.testimonial-groupST > .row {
  overflow-x: auto;
  padding: 20px 20px 0px 20px;
}

.flex-nowrapST::-webkit-scrollbar-track {
  background: transparent;        /* color of the tracking area */
}

.flex-nowrapST::-webkit-scrollbar-thumb {
  background-color: #e40515b3;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid white;  /* creates padding around scroll thumb */
}

.flex-nowrapST {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; 
}

.control_prevST{
    left: 0;
    display: none;
}

.control_nextST{
    right: 0;
    display: none;
}

.flex-nowrapST:hover .control_prevST{
    display: flex;
}

.flex-nowrapST:hover .control_nextST{
    display: flex;
}

.banner_name {
    background: #095dae;
    color: white;
    font-size: 1.5rem;
    padding: 5px;
    background-image: url(../assets/img/iconos/cintillo_desk.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
}

.title_banner2 {
    position: absolute;
    margin-top: 15px;
    font-size: 2rem;
    width: 100%;
    color: white;
    font-weight: bold;
}

.control_arrow {
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5%;
    text-align: center;
    opacity: .5;
    z-index: 9999;
    /*background: #e5e5e5;*/
    font-size: 30px;
    cursor: pointer;
    margin-top: 40px
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/*.product-card img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 100%; 
    object-fit: cover; 
}*/

.product-card .card-body {
    padding: 25px;
}

.product-card .card-text.price {
    font-size: 1.4rem;
    color: #007bff; /* Color azul para el precio */
    font-weight: 600;
    margin-bottom: 15px;
}
.product-card .form-label {
    font-weight: 500;
    color: #495057;
}
.product-card .form-control {
    border-radius: 8px;
    border-color: #ced4da;
}

.footer_color{
  background: #044477;
  color: white;
}

.lbl-empresa {
  display: inline-block;
  padding: 25px;
  letter-spacing: 5px;
}

.list_footer a {
    text-decoration: none;
    color: white !important;
}

.bg-store {
    background-color: #212529 !important;
    color: white;
    height: 50px;
    font-weight: bold;
    font-size: 20px;
}

.item_bot {
    /* width: 33%; */
    width: 25%;
    float: left;
    text-align: center;
    padding: 5px;
}

.loslink {
    color: #007bff;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.loslink:hover{
    color: #ffc800;
}

#msgvalida, #pswvalida {
    color: red;
    font-size: 14px;
}

.backmob {
    background: #0066aed9;
    position: relative;
    margin-top: -90px;
    padding: 20px;
}

.name_product {
    font-size: 30px;
}

.icon_pay {
    width: 60px;
    margin: 5px;
}

.qty {
    width: 80px;
    display: inline;
}

.cintillo_store{
    font-weight: bold;
    background: #04aa6d;
    width: 100%;
    color: white;
    padding: 0px 3px 0px 3px;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
}

.delClass {
    font-size: smaller;
    color: #1968ad;
}

.delClass:hover {
    font-size: smaller;
    color: #e30613;
    cursor: pointer;
}

.input-type-f {
    border: 1px solid #21252975;
    height: auto;
    margin: 8px 0;
    padding: 10px;
    width: 85px;
    text-align: center;
}

.model_car {
    margin-left: 95px;
    margin-top: -30px;
    position: absolute;
    font-weight: 100;
    font-size: 15px;
}

.attrib_car {
    margin-left: 95px;
    margin-top: -30px;
    position: absolute;
    font-weight: 100;
    font-size: 15px;
}

/* Customize the label (the container) */
.containerx {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.containerx input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #c5c5c5;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.containerx:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.containerx input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerx input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containerx .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.tipo_carrier {
    display: inline-block;
    margin-left: 20px;
}

.tipo_carrier2 {
    font-size: 16px;
    font-weight: bold;
}

.estimado {
    font-size: 14px;
    max-width: 70%;
}

.cuponera {
    display: none;
}

.form-pay {
    -webkit-box-shadow: 0 0 4px rgb(0 0 0 / 14%), 0 6px 8px rgb(0 0 0 / 28%);
    box-shadow: 0 0 4px rgb(0 0 0 / 14%), 0 6px 8px rgb(0 0 0 / 28%);
    border-radius: 10px;
    top: 100px;
    padding: 10px;
}

.comment_head {
    background: #212529;
    color: white;
    text-align: center;
    padding: 0;
}

.div_cat {
    height: 40px;
    width: 100%;
    font-size: 18px;
    padding-left: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.div_cat:hover {
    background: #212529;
    color: white;
}

.active_us {
    font-weight: bold;
}

a {
    color: #007bff;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:not([href]):not([class]) {
    color: #007bff;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/***************** SLIDER HERO *********************/
/* Estilos generales layout (igual que antes) */
.hero-container { padding: 0 1rem; margin-top: 3rem; }
.hero { /*background: var(--dark);*/ color: var(--dark); border-radius: 24px; padding: 2.5rem 1.5rem; position: relative; overflow: hidden; min-height: 350px; display: flex; flex-direction: column; justify-content: center; margin-top: 6rem;}
.hero h1 { font-size: 2.2rem; line-height: 1.1; margin-bottom: 1rem; z-index: 1; }

@media (min-width: 768px) {
    .main-container, .hero-container { padding: 2rem 1rem; max-width: 1200px; margin: 3rem auto -3.5rem auto; }
    .hero { flex-direction: row; align-items: center; justify-content: space-between; /*padding: 4rem;*/ margin-top:2.5rem; }
    .hero h1 { font-size: 3.5rem; max-width: 600px; }
    .mision-mobile{ display:none; }
    .nosotros-mobile{ display:none; }
}

/* Contenedor del slider */
.hero-slider {
    display: grid;
    /* Esto hace que todas las imágenes ocupen la misma celda (se apilen) */
    grid-template-areas: "stack"; 
    overflow: hidden;
    width: 100%;
}

.hero-content{
    display: grid;
    grid-template-areas: "stack";
    overflow: hidden;
    width: 100%;
}
    
/* Estilo para cada imagen */
.hero-slider .slide {
    grid-area: stack; /* Todas a la misma área */
    width: 100%;      /* Mantiene tu clase w-100 */
    height: auto;     /* Ajuste automático */
    opacity: 0;       /* Invisibles por defecto */
    transition: opacity 1s ease-in-out; /* Efecto suave de 1 segundo */
    
    /* Opcional: Para asegurar que todas midan lo mismo si son de diferente tamaño */
    /* aspect-ratio: 16/9; */ 
    /* object-fit: cover; */
}

/* La clase que hace visible la imagen */
.hero-slider .slide.active {
    opacity: 1;
    z-index: 1; /* Asegura que esté al frente */
}

.text-justify {
  text-align: justify !important;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.card {
    transition: transform 0.3s, box-shadow 0.3s;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}

.divisor-left {
    border: 2px solid #095dae;
    opacity: 1;
    width: 95%;
    position: absolute;
    right: 10px;
    margin: 0px 0px 10px 0px;
}

.divisor-right {
    border: 2px solid #095dae;
    opacity: 1;
    width: 95%;
    position: absolute;
    left: 10px;
    margin: 0px 0px 10px 0px;
}

/************* FLIP CARD **********************/
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 100%;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #fff;
  color: black;
}

.flip-card-back {
  background-color: #095dae;
  color: white;
  transform: rotateY(180deg);
}

.flip-card-front img {
    width:175px;
}

/*********** FLIP CARD MOBILE ****************/
@media (max-width: 1023px) {
    .mision-mobile {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    
    .mision-desk{ display:none; }
    
    .nosotros-mobile{ display:block; }
    .nosotros-desk{ display:none; }
}

.flip-card-front2 {
  background-color: #fff;
  color: black;
  max-height:165px;
  overflow:hidden;
}

.flip-card-front2 {
  position: absolute;
  width: 100%;
  height: 165px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-back2 {
  position: absolute;
  width: 100%;
  height: 190px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-back2 {
  background-color: #095dae;
  color: white;
  transform: rotateY(180deg);
  max-height:190px;
  overflow:hidden;
}

.flip-card2:hover .flip-card-inner2 {
  transform: rotateY(180deg);
  position: absolute;
  left: 0px;
  z-index: 1;
}

.flip-card2:hover .flip-card-inner2 .flip-card-front2 img {
    width:28%;
}

.flip-card-inner2 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

/************** FLEXIBLES COLUM Y ROW ******************/
.fila-flexible {
  display: flex;
  flex-wrap: wrap; /* Allows wrapping on small screens */
}

.columna-flexible {
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc;
}

/***************** boton ver mas *****************/
.oculto {
    display: none; /* Escondido por defecto */
}

/******************************************/
/* FLECHAS DE NAVEGACIÓN (Estilo Base) */
.scroll-btn {
    background: var(--white);
    border: 1px solid #e2e8f0;
    width: 40px; height: 40px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    font-size: 1.2rem;
    color: var(--dark);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    z-index: 10;
    position: absolute;
    transition: all 0.2s ease;
}
.scroll-btn:hover {
    background: var(--accent);
    color: white;
    border-color: var(--accent);
    transform: scale(1.1);
}
.scroll-btn.prev { left: 0px; }
.scroll-btn.next { right: 10px; }

.scroller-track {
    display: flex;
    gap: 1rem;
    overflow-x: auto; /* Permite scroll horizontal */
    scroll-behavior: smooth; /* Suavidad al hacer click */
    padding: 1rem 0.5rem; /* Espacio para sombras */
    
    /* Ocultar barra de scroll nativa pero mantener funcionalidad */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE */
}

.scroller-track::-webkit-scrollbar { 
    display: none; /* Chrome/Safari */
}

.scroller-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.controles-cat {
    margin-top: -75px;
    padding-bottom: 50px;
}

/* MÓVIL (Menor a 1024px): Ocultar flechas, usar Touch */
@media (max-width: 1023px) {
    .scroll-btn { display: none; } /* Adios flechas */
    
    .scroller-track {
        /* Scroll Snap para sensación de App Nativa */
        scroll-snap-type: x mandatory; 
        padding-right: 20px; /* Espacio al final */
    }
    .scroller-track .product-card {
        min-width: 160px; /* Un poco más chicos en cel */
    }
}

/* DESKTOP (Mayor a 1024px): Mostrar flechas */
@media (min-width: 1024px) {
    .scroller-track .product-card {
        min-width: 240px; /* Más grandes en PC */
    }
}


.product-card { background: var(--white); border-radius: 24px; padding: 1rem; border: 1px solid #f1f5f9; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--accent-soft); }
.img-container { background: #f1f5f9; border-radius: 16px; height: 140px; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.img-container img { width: 80%; mix-blend-mode: multiply; }
.product-card:hover img { transform: scale(1.1); }

.p-cat { font-size: 0.7rem; color: var(--accent); font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }
.p-title { font-size: 14px; font-weight: 500; margin: 0.3rem 0; line-height: 1.3; /*overflow: hidden; white-space: nowrap; text-overflow: ellipsis;*/}
.p-price { font-size: 14px; color: var(--dark);  display: block; margin-top: 0.5rem; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}


.boton_nosotros.mision {
    width: 65%;
    margin-left: calc(50% - 33%);
    cursor: pointer;
    margin-bottom: 10px;
}

.boton_nosotros.vision {
    width: 65%;
    margin-left: calc(50% - 33%);
    cursor: pointer;
    margin-bottom: 10px;
}

.boton_nosotros.filosofia {
    width: 65%;
    margin-left: calc(50% - 33%);
    cursor: pointer;
    margin-bottom: 10px;
}

#acordionNosotros{
    width: 65%;
    margin-left: calc(50% - 33%);
    cursor: pointer;
    margin-bottom: 10px;
}

/* Elimina el icono de todos los acordeones */
.accordion-button::after {
    display: none !important;
}

/* Quita el fondo y la sombra de todos los botones del acordeón */
.accordion-button {
    background-color: transparent !important;
    color: inherit !important; /* Mantiene el color de texto de tu sitio */
    box-shadow: none !important;
}

/* Quita el color de fondo cuando el acordeón está expandido (abierto) */
.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    color: inherit !important;
    box-shadow: none !important;
}

/* (Opcional) Quita el borde de la caja del acordeón si quieres un estilo minimalista */
.accordion-item {
    border: none !important;
    background-color: transparent !important;
}

.product_img{
    width:100% !important;
}