h1 {
    color: #072a45;
}

h4 {
    font-size: 1.5rem;
    margin-bottom: 0.5em;
    color: #0056b3;
}

p {
font-size: 1rem;
color: #333;
}

.features {
    border-radius: 15px;
}

.features-list ul {
list-style: none;
padding-left: 0;
font-size: 1.1rem;
line-height: 1.8;
}

.features-list ul li {
margin-bottom: 1px;
display: flex;
color: #0056b3;
align-items: center;
padding-left: 0.5em;
font-size: 1.8rem;
}

.features-list ul li::before {
content: "✔";
display: flex;
align-items: center;
justify-content: center;
background-color:transparent;
color: green;
width: 25px;
height: 25px;
border-radius: 50%;
border: 2px solid #0056b3;
margin-right: 1em;
font-size: 2rem;
font-weight: bold;
}

.responsive-image {
max-width: 100%;
border-radius: 15px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2em;
margin-top: 2em;
}
.feature-item {
background-color: #fff;
padding: 2em;
border-radius: 15px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
text-align: center;
transition: transform 0.3s ease, box-shadow 0.3s ease;
max-width: 300px;
margin: auto;
}
.feature-item:hover {
transform: translateY(-10px);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.35);
}
.feature-icon {
width: 64px;
height: 64px;
margin-bottom: 1em;
}

.demo-reporteria h2 {
    font-weight: bold;
}

.demo-reporteria .ibox {
    padding: 15px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    text-align: center;
    min-height: 350px;
}

.demo-reporteria img {
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
}

.demo-reporteria h4 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}

.m-t-lg {
    margin-top: 30px;
}

.modal-imagen{
    max-height: 100%;
}

.modal-details p {
    font-size: 18px;  /* Tamaño de fuente más grande */
    line-height: 1.6; /* Espaciado entre líneas */
    color: #333;      /* Color más oscuro para mejor contraste */
    font-weight: 500; /* Peso de fuente intermedio */
}
.modal-details p strong {
    color: #85b037;   /* Resaltar los títulos */
    font-weight: 700; /* Negrita para títulos */
}

.img-thumbnail:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

/* Estilos para la sección de descripción del PDF */
.pdf-description {
    padding: 10px 0 20px;
}

.pdf-description ul {
    margin-top: 10px;
    padding-left: 0;
    list-style: none;
}

.pdf-description li {
    font-size: 16px;
}

.report-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
}

.report-text {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

/* Caja contenedora del PDF embebido */
.embed-container {
    border: 2px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.embed-container embed {
    border-radius: 8px;
    width: 100%;
    height: 500px;
}

.section-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.text-muted {
    color: #777;
    font-size: 15px;
}

.m-t-md {
    margin-top: 20px;
}

/* Adaptabilidad para pantallas pequeñas */
@media (max-width: 768px) {
    .report-item {
        flex-direction: column;
        text-align: center;
    }

    .demo-reporteria img {
        height: auto;
        max-height: 200px;
    }

    .embed-container embed {
        height: 300px;
    }
}

.activeNav {
    color: #85b037;
}

.product-box {
    height: 420px;
    max-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-imitation img {
    max-width: 100%;
    min-height: 200px;
    max-height: 200px;
    margin-bottom: 10px;
}
.container-blog {
    padding: 9px;
    max-height: 200px;
}
.container-blog img {
    width: 100%;
    min-height: 200px;
    max-height: 200px;
    margin-bottom: 10px;
}

/* .product-desc {
    padding-top: 10px;
    text-align: center; */
/* } */

.product-imitation {
    padding: 9px;
    max-height: 200px;
}
.product-name {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    min-height: 40px; /* Para mantener uniformidad */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-stock-green {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    min-height: 40px; /* Para mantener uniformidad */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: green;
}

.product-stock-red {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    min-height: 40px; /* Para mantener uniformidad */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: red;
}

.product-sin-stock {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    min-height: 40px; /* Para mantener uniformidad */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: black;
}

.product-description {
    min-height: 60px;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Mostrar solo 3 líneas */
    -webkit-box-orient: vertical;
}

.product-buttons {
    text-align: center;
}

.product-price {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .product-box {
        min-height: 380px;
    }
}


.productos-list{
    height: 70%;
    max-height: 530px;
    overflow: auto;
}

.cart-icon {
    position: relative;
}

.cart-link {
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
    margin-left: -20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
}

.cart-container {
    background-color: #f8f9fa;
    padding: 10px;
    border-radius: 50px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.cart-container:hover {
    background-color: #e6f4e0;
    transform: scale(1.05);
}

.cart-container i {
    font-size: 30px;
    color: #85b037;
}

.cart-container .badge {
    position: absolute;
    top: 0;
    background: linear-gradient(45deg, #85b037, #4caf50);
    color: white;
    border-radius: 50%;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}

.shake-animation {
    animation: shake 0.5s ease-in-out;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
}

.popover {
    max-width: 360px; /* Ancho máximo del popover */
    padding: 10px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-left: -10px;
}

.container-top {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: white;
    border-bottom: 1px solid #aeadadc4;
}

.navbar-header {
    display: flex;
    align-items: center;
}

.navbar-nav {
    display: flex;
    justify-content: center;
    height: 80px;
}

.page-scroll {
    font-size: 1.5em;
}

.landing-page .navbar-default .nav li a:hover {
    color: red;
}

@media (max-width: 768px) {
    .navbar-brand img {
        width: 230px;
    }

    .container-top {
        flex-wrap: wrap;
        justify-content: space-around;
        min-height: 80px;
    }

    .navbar-collapse {
        order: 2;
        flex-basis: 100%;
    }

    .navbar-nav {
        flex-direction: column;
        height: auto !important;
        text-align:center
    }

    .cart-container {
        padding: 8px;
    }

    .cart-container i {
        font-size: 24px;
    }

    .cart-container .badge {
        font-size: 12px;
    }
}


.carrito-compra {
    padding: 15px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    min-height: 100%;
}

.carrito-compra img {
    max-width: 130px;
}

.btn-whatsapp{
    background-color: #25D366;
    margin-top: 5px;
    margin-bottom: 5px;
    color: white;
}

.btn-whatsapp:hover{
    background-color:rgb(31, 200, 93);
    color: white;
}

.table.shoping-cart-table th, .table.shoping-cart-table td {
    text-align: center !important;
    vertical-align: middle;
    padding: 15px;
}

.cantidad-input {
    height: 40px;
    font-size: 16px;
    margin-top: 10px;
}

.actualizar-btn, .eliminar-btn {
    min-width: 120px;
    margin-top: 10px;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 600;
}

.shoping-cart-table tbody tr {
    transition: background-color 0.3s ease;
}

.shoping-cart-table tbody tr:hover {
    background-color: #f0f8ff;
}

.resumen-compra {
    border-top: 1px solid #ddd;
    background-color: #f8f9fa;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.resumen-item {
    padding: 2px;
    border-bottom: 1px solid #ddd;
}

.resumen-item:last-child {
    border-bottom: none;
}

.btn-whatsapp{
    background-color: #25D366;
    margin-top: 5px;
    margin-bottom: 5px;
}

.btn-whatsapp i{
    font-size: 21px;
}

.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}

@media (max-width: 768px) {
    .cantidad-input, .actualizar-btn, .eliminar-btn {
        width: 100%;
        margin-top: 10px;
    }

    .resumen-compra {
        flex-direction: column;
    }
}




#cards h2 {
  font-size: 35px;
  margin-bottom: 20px;
  text-align: center;
}

.container-cards {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  margin-top: 50px;
}

.container-cards .glass {
  position: relative;
  width: 300px;
  height: 350px;
  background: black;
  border: 1px solid black;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  border-radius: 10px;
  margin: 0 -45px;
  backdrop-filter: blur(10px);
  transform: rotate(calc(var(--r) * 1deg));
}

.container-cards:hover .glass {
  cursor: pointer;
  transform: rotate(0deg);
  margin: 0 10px;
}

.container-cards .glass::before {
  content: attr(data-text);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 25px;
}

.container-cards .glass svg {
  font-size: 2.5em;
  fill: #fff;
}

.icon {
  position: relative; /* Asegura que el enlace esté encima de la imagen */
  z-index: 1; /* Coloca el contenido encima de la imagen */
  font-size: 35px;
  display: none; /* Oculta el icono por defecto */
}

.card-text{
  top: 3;
  position: absolute;
  font-size: 22px;
  font-weight: bold;
  color: white;
  width: 97%;
  text-align: center;
  border: solid 2px;
  border-radius: 10px;
  padding: 5px;
}
.card-image {
  margin-top: 48px;
  position: absolute;
  border-radius: 10px;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  object-fit: cover;
  z-index: -1;
  padding: 5px;
}


/* Para tablets */
@media (max-width: 768px) {
  .container-cards {
    flex-direction: column; /* Las tarjetas se apilan verticalmente */
    gap: 15px;
  }

  .container-cards .glass {
    width: 80%; /* Ocupa casi todo el ancho en tablets */
    height: 300px;
    --r: 0 !important;
  }

  .card-image {
    height: 200px;
  }

  .card-text {
    font-size: 22px;
  }
}

/* Para móviles */
@media (max-width: 480px) {
  .container-cards {
    width: 360px;
    margin: auto;
  }

  .container-cards .glass {
    width: 95%; /* Ocupa casi todo el ancho de la pantalla */
    height: 280px;
    --r: 0 !important;
  }

  .card-text {
    font-size: 22px;
  }

  .card-image {
    height: 230px;
  }

  .icon {
    font-size: 28px;
  }
}


























#master_box h2 {
  font-size: 35px;
  margin-bottom: 35px;
  text-align: center;
}

.box {
    width: 200px;
    height: 200px;
    position: relative;
    margin: 150px auto;
    transform-style: preserve-3d;
    transform: rotateX(13deg);
    animation: move 10s linear infinite;
}

.minbox {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50px;
    top: 50px;
    transform-style: preserve-3d;
}

.minbox img {
    width: 100% !important;
    height: 100% !important;
}

.minbox li {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    list-style-type: none;
}

.minbox li:nth-child(1) {
    transform: translateZ(50px);
    background-size: cover;
}

.minbox li:nth-child(2) {
    transform: rotateX(180deg) translateZ(50px);
    background-size: cover;
}

.minbox li:nth-child(3) {
    transform: rotateX(-90deg) translateZ(50px);
    background-size: cover;
}

.minbox li:nth-child(4) {
    transform: rotateX(90deg) translateZ(50px);
    background-size: cover;
}

.minbox li:nth-child(5) {
    transform: rotateY(-90deg) translateZ(50px);
    background-size: cover;
}

.minbox li:nth-child(6) {
    transform: rotateY(90deg) translateZ(50px);
    background-size: cover;
}

.maxbox li:nth-child(1) {
    transform: translateZ(50px);
    background-size: 100% 100%;
    transform: translateZ(100px);
}


.maxbox {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 0;
    top: 0;
    transform-style: preserve-3d;
}

.maxbox img {
    width: 100%;
    height: 100%;
}

.maxbox li {
    width: 200px;
    height: 200px;
    background: #fff;
    border: 1px solid #ccc;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.2;
    transition: all 1s ease;
    list-style-type: none;
}

.maxbox li:nth-child(2) {
    transform: rotateX(180deg) translateZ(100px);
    background-size: 100% 100%;
}

.maxbox li:nth-child(3) {
    transform: rotateX(-90deg) translateZ(100px);
    background-size: 100% 100%;
}

.maxbox li:nth-child(4) {
    transform: rotateX(90deg) translateZ(100px);
    background-size: 100% 100%;
}

.maxbox li:nth-child(5) {
    transform: rotateY(-90deg) translateZ(100px);
    background-size: 100% 100%;
}

.maxbox li:nth-child(6) {
    transform: rotateY(90deg) translateZ(100px);
    background-size: 100% 100%;
}

.maxbox li:nth-child(4) {
    transform: rotateX(90deg) translateZ(100px);
}

.maxbox li:nth-child(5) {
    transform: rotateY(-90deg) translateZ(100px);
}

.maxbox li:nth-child(6) {
    transform: rotateY(90deg) translateZ(100px);
}


.box:hover ol li:nth-child(1) {
    transform: translateZ(200px); /* Antes 300px */
    width: 300px; /* Antes 400px */
    height: 300px; /* Antes 400px */
    opacity: 0.6; /* Antes 0.8 */
    left: -50px; /* Antes -100px */
    top: -50px; /* Antes -100px */
}

.box:hover ol li:nth-child(2) {
    transform: rotateX(180deg) translateZ(200px);
    width: 300px;
    height: 300px;
    opacity: 0.6;
    left: -50px;
    top: -50px;
}

.box:hover ol li:nth-child(3) {
    transform: rotateX(-90deg) translateZ(200px);
    width: 300px;
    height: 300px;
    opacity: 0.6;
    left: -50px;
    top: -50px;
}

.box:hover ol li:nth-child(4) {
    transform: rotateX(90deg) translateZ(200px);
    width: 300px;
    height: 300px;
    opacity: 0.6;
    left: -50px;
    top: -50px;
}

.box:hover ol li:nth-child(5) {
    transform: rotateY(-90deg) translateZ(200px);
    width: 300px;
    height: 300px;
    opacity: 0.6;
    left: -50px;
    top: -50px;
}

.box:hover ol li:nth-child(6) {
    transform: rotateY(90deg) translateZ(200px);
    width: 300px;
    height: 300px;
    opacity: 0.6;
    left: -50px;
    top: -50px;
}

@keyframes move {
    0% {
        transform: rotateX(13deg) rotateY(0deg);
    }
    25% {
        transform: rotateX(26deg) rotateY(90deg);
    }
    50% {
        transform: rotateX(50deg) rotateY(180deg);
    }
    75% {
        transform: rotateX(26deg) rotateY(270deg);
    }
    100% {
        transform: rotateX(13deg) rotateY(360deg);
    }
}

#inSlider .header-back.one,
#inSlider .header-back.two {
    background-size: cover;
    background-position: center center;
    max-height: 550px;
    width: 100%;
    position: absolute;
}

#inSlider .header-back.one {
    background-image: url('../img/banners/banner-img1.png');
}

#inSlider .header-back.two {
    background-image: url('../img/banners/banner-img2.png');
}

#inSlider .carousel-caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    top: calc(50% + 80px);
    background-color: rgba(0, 0, 0, 0.6);
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 15px;
}

#inSlider .carousel-caption h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #00748d;
}

#inSlider .carousel-caption p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: #fff;
}

.carousel-indicators{
    bottom: 0px;
}

#inSlider .icon-row {
    display: flex;
    justify-content: space-around;
    gap: 30px;
    flex-wrap: nowrap;
    width: 100%;
}

#inSlider .icon-item {
    min-width: 75px;
    width: 25%;
    text-align: center;
}

#inSlider .icon-bg {
    background-color: #28a745;
    padding: 20px;
    border-radius: 50%;
    margin: auto;
    width: 70px;
    margin-bottom: 5px;
    border: solid 1px black;
}

#inSlider .icon-item i {
    font-size: 30px;
    color: #fff;
}

.button-group {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.rainbow-border .icon-bg {
    background-color: #28a745;
    border-radius: 50%;
}

@media (max-width: 767px) {
    #inSlider .carousel-caption {
        padding: 15px;
        margin-left: -5%;
        margin-right: 5%;
    }

    #inSlider .carousel-caption h1 {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }

    #inSlider .carousel-caption p {
        font-size: 1rem;
        margin-bottom: 10px;
    }

    .button-group a {
        padding: 10px 18px;
        font-size: 1rem;
    }

    .button-group {
        margin-top: 5px;
    }

    #inSlider .icon-row {
        margin-top: 10px;
    }

    #inSlider .header-back.one,
    #inSlider .header-back.two {
        height: 550px;
    }

    #inSlider .carousel-image img {
        max-height: 250px;
        width: 100%;
        object-fit: cover;
    }
}

.rainbow-border {
    position: relative; /* Necesario para el pseudo-elemento */
    margin:auto;
    width: 76px;
    height: 76px;
    padding: 2px 1px 1px 1px;
    margin-bottom: 5px;
}

.rainbow-border::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%; /* Hace el borde circular */
    background: linear-gradient(
        to right, 
        red, orange, yellow, green, blue, indigo, violet, red
    );
    border: solid 1px black;
    background-size: 400% 400%; /* Tamaño para la animación */
    animation: rainbow-border 6s linear infinite; /* Animación del borde */
    z-index: -1; /* Mueve el pseudo-elemento detrás del contenido */
}

@keyframes rainbow-border {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

