/*---------------Estilos del Carrusel------------*/
.carousel-inner img {
    max-width: 100%; /* Ajusta el ancho máximo de la imagen, en este caso 80% del contenedor */
    height: auto;
    margin: 0 auto;
    border-radius: 10px;
    width: 70%;
    max-height: 500px;
    object-fit: cover;
}

/* Opcional: Ajusta el tamaño del contenedor del carrusel */
#carouselExample {
    max-width: 1100px;
    margin: 0 auto;
    
}
.carousel-control-prev-icon, 
.carousel-control-next-icon {
    background-color: #185F64;
    width: 30px;
    height: 30px;
    left: 5%;
    right: 5%;
  

}

.carousel-control-prev {
    left: -13%;
    /* Mueve la flecha hacia la izquierda */
}

.carousel-control-next {
    right: -13%;
    /* Mueve la flecha hacia la derecha */
}


.carousel-inner {
    height: 500px;
    /* altura de los indicadores */
}
@media (max-width: 600px) {
    .carousel-control-prev, 
    .carousel-control-next {
        display: none; 
    }
}
/* Ocultar las flechas en pantallas medianas (entre 600px y 1024px) */
@media (min-width: 600px) and (max-width: 1024px) {
    .carousel-control-prev, 
    .carousel-control-next {
        display: none; 
    }
}
/*----------------------estilos para las cards-----------------------------*/
.carousel-item .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    border-radius: 20px;
}

.card-img-top {
    width: 100%;
    height: auto;
    max-height: auto;
    object-fit: cover;
}


.card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* estilos para el texto de las card*/
.card-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #185F64;
    margin-bottom: 0.5rem;
    text-align: center;
}

.card-text {
    font-family: 'Poppins', sans-serif;
    font-size: 1.3rem;
    color: #000000;
}

.card-text1 {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    color: #31C0CA;
    font-weight: bold;
}

.imgcelu {
    width: 100%;
    max-height: 450px;
    height: auto;
    display: block;
    object-fit: cover;
}
.imgcelu3 {
    width: 100%;
    max-height: 480px;
    height: auto;
    display: block;
    object-fit: cover;
}


.carousel-wrapper {
    background-color: #f8f9fa;
    padding-top: 10px;
    
}

/*----- Estilos para los indicadores carrusel*/

.indicadores button {
    border: none;
    border-radius: 50%; 
    cursor: pointer;
    transition: background-color 0.3s;

}

.indicadores button.active {
    background-color: #185F64; /* Color de los puntos indicadores */
    border: none;
    width: 10px; 
    height: 10px;
    border-radius: 50%; 
    cursor: pointer;
    transition: background-color 0.3s; 
}

/*----------- estilos informacion productos */
.product-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

/*manejo de la card*/
.product-card {
    width: 100%;
    max-width: 780px;
    margin: auto;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background-color: #ffffff;
    text-align: center;
    border: none;
    display: flex;

}

.product-image {
    padding: 10px;
    text-align: center;
    /* Centra la imagen dentro del contenedor */

}

.product-img {
    max-width: 100%;
    border-radius: 8px;
    align-items: center;

}

.product-title {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #333;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;

}


@media (max-width: 768px) {
    .product-card {
        flex-direction: column;
        text-align: center;
    }

    .product-image {
        padding: 5px;
    }

    .product-title {
        font-size: 1.5rem;
    }

    .product-price {
        font-size: 1rem;
    }

    .product-points {
        font-size: 0.9rem;
    }
}

/*---- Estilos aside*/
.description-container {
    margin-left: -5px;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    max-width: 100%;
}

.description {
    font-size: 1.8rem;
    color: #000000;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
}

/*--------estilos tabla puntos------------*/
.table-container {
    margin-top: 20px;
    margin-left: -150px;
    padding-left: 50px;
}

.tabla-puntos {
    width: 100%;
    height: auto;
    border-collapse: separate;
    border-spacing: 0;
    background-color: #ffffff;
    border: 1px solid #28A0A8;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.tabla-puntos th,
.tabla-puntos td {
    padding: 15px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    border-bottom: 1px solid #e0e0e0;
}

.tabla-puntos th {
    background-color: #28A0A8;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}

.tabla-puntos tr:nth-child(even) {
    background-color: #f8f9fa;
}

.tabla-puntos tr:hover {
    background-color: #e9ecef;
    transition: background-color 0.3s ease;
}

.tabla-puntos td {
    font-size: 16px;
    color: #333333;
}


@media (min-width: 769px) {
    .tabla-puntos {
        max-width: 700px; 
        font-size: 18px;
    }
}


/*------estilos para las cards visualizacion*/
.custom-container {
    padding: 25px;
    border-radius: 10px;
}

.custom-card {
    border: none;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 20px;
    width: 230px;
    margin-right: 25px;
    margin-left: 25px;
       
}

/**/.custom-card:hover {
    transform: translateY(-5px);
}
/*---- estilos de la card home - registrar, acumula*/
.custom-card-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
}

.custom-card-body {
    padding: 15px;
    text-align: center;
   

}
.custom-card-border {
    border: 1px solid #185F64; 
    margin: 5px;
    
  }
.custom-card-text {
    font-size: 1rem;
    color: #343a40;

}
/* Media Queries para pantallas pequeñas */
@media (max-width: 768px) {
    .custom-card {
        width: 100%;
        margin-right: 10px;
        margin-left: 10px;
    }

    .custom-card-img {
        height: auto;
    }

    .custom-card-body {
        padding: 10px;
    }
}

/* Media Queries para pantallas muy pequeñas (celulares) */
@media (max-width: 480px) {
    .custom-container {
        padding: 15px;
    }

    .custom-card {
        width: 80%;
        margin-right: 5px;
        margin-left: 5px;
    }

    .custom-card-text {
        font-size: 0.9rem;
    }

    .custom-card-body {
        padding: 10px;
    }
}

.titulo1 {
    font-size: 3rem;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #185F64;
    margin: 10px;
    margin-top: 5px;
}

.titulo2 {
    font-size: 2.5rem;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    margin-top: 5px;
    font-weight: bold;
    color: #004C49;
}

.titulo3 {

    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    color: #185F64;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    text-align: center;
    
}

/*------estilos para los botones en las cards--------*/
.btn-dark {
    background-color: #185F64;
    width: 210px;
    border-color: #185F64;
    color: #fafafa;
    font-size: 15px;
    padding: 10px 18px;
    border-radius: 20px;
    font-family: 'Poppins', sans-serif;
}
.btn-dark:hover {
    background-color: #1F7F87;
    border-color: #004C49; 
    color: #39EDEC;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); 
    cursor: pointer; 
}
/*---- estilos boton redimir mpuntosprincipal*/
.btn-rdm{
    background-color: #185F64; 
    color: #fff; 
    border: none; 
    padding: 10px 20px; 
    border-radius: 10px; 
    transition: background-color 0.3s;
    font-family: 'Poppins', sans-serif;
}
.btn-rdm:hover{
    background-color: #31C0CA; 
    color: #fff; 
}
/*.redime {
    position: absolute;
    bottom: 5px; 
    left: 48%; 
    transform: translateX(-50%); 
}
.image-container {
    position: relative;
}*/

/*-----estilos para redimir*/
.container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card1 {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    padding: 20px;
    border-radius: none;
    background-color: #ffffff;
    text-align: center;
    border: none;
}


/*---Estilos responsivos-- plan beneficios*/
/**/
@media (max-width: 600px) {
    .carousel-inner {
        height: auto;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 25px;
        height: 25px;
    }
}

/**/
@media (max-width: 600px) {
    h1 {
        font-size: 18px;
    }

    .titulo1 {
        font-size: 2rem;
        margin: 10px;
    }
}

/*buscador  */
@media (max-width: 600px) {
    #searchInput {
        font-size: 14px;
        height: 40px;
    }

    #searchInput::placeholder {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    table {
        font-size: 14px;
    }
}

/**/
@media (max-width: 600px) {
    .modal-content {
        height: auto;
        max-height: 90vh;
        z-index: 9999;
    }

    .modal-title {
        font-size: 24px;
    }
}

@media (max-width: 600px) {
    .custom-card-img {
        height: 200px;
    }

    .custom-card-text {
        font-size: 0.875rem;
    }
}

/**/
@media (max-width: 768px) {
    .table-container {
        margin-left: 0;
        padding: 0 5px;
    }

    .tabla-puntos th,
    .tabla-puntos td {
        font-size: 16px;
        padding: 10px;
       

    }

    .points-input {
        font-size: 18px;
    }

    .checkbox-button {
        font-size: 14px;

        padding: 8px 16px;
        /* Reduce el padding del botón */
    }
}

@media (max-width: 480px) {
    .table-container {
        padding: 0 3px;
    }

    .tabla-puntos th,
    .tabla-puntos td {
        font-size: 14px;

        padding: 8px;

    }

    .points-input {
        font-size: 16px;
    }

    .checkbox-button {
        font-size: 12px;
        padding: 6px 12px;
        
    }
}

/**/

/* Estilo para el botón de redención */
#redeem-button {
    display: inline-block;
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
    color: #fff;
    background-color: #28A0A8;
    border: none;
    border-radius: 0.95rem;
    cursor: pointer;
    transition: background-color 0.3s;
}
#redeem-button1 {
    display: inline-block;
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
    color: #fff;
    background-color: #28A0A8;
    border: none;
    border-radius: 0.95rem;
    cursor: pointer;
    transition: background-color 0.3s;
}


/* Estilo para el logo */
.logo-container {
    display: flex;
    align-items: center;
}

/* Estilo específico para el logo */
.custom-logo {
    max-width: 100px; 
    height: auto;   
    margin-right: 5px; 
}



/* Estilo para el botón al pasar el ratón sobre él */
#redeem-button:hover {
    background-color: #28A0A8;

}

/* Estilo para el texto de puntos actuales */
#current-points {
    font-weight: bold;
    color: #28A0A8;
    font-size: 23px;
}

#current-points {
    transition: all 0.3s ease-in-out;
}

#current-points.updated {
    color: #4CAF50;
    transform: scale(1.2);
}

#nav-points {
    display: inline-block;
}

/*--------- style para el cuadro de puntos*/
#points-input {
    width: 60%;
    padding: 0.5rem;
    border: 2px solid #28A0A8;
    border-radius: 12px;
    font-size: 1rem;
    color: #000000;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    margin-right: 0.5rem;
    transition: border-color 0.3s, box-shadow 0.3s;
    height: 50px;
}
#points-input1 {
    width: 60%;
    padding: 0.5rem;
    border: 2px solid #28A0A8;
    border-radius: 12px;
    font-size: 1rem;
    color: #000000;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    margin-right: 0.5rem;
    transition: border-color 0.3s, box-shadow 0.3s;
    height: 50px;
}

/*cards para acumular*/
.container {
    padding: 10px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-md-6 {
    padding: 15px;
}

.card2 {
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
    margin: 10px;
}

.card2:hover {
    transform: translateY(-5px);
}

.card-img-top1 {
    width: 90%;
    height: auto;
    object-fit: cover;
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .row {
        display: flex;
        justify-content: center;
    }
}


.tabla-descripcion {
    font-family: 'Poppins', sans-serif;
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-top: 20px;
}

.valor {
    color: #666;
    flex-basis: 60%;
    text-align: left;
}

@media (max-width: 576px) {

    .etiqueta, .valor {
        flex-basis: 100%;
        text-align: left;
    }

    .etiqueta {
        margin-bottom: 5px;
    }
}
/*puntos*/
.section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f4f4f9; 
  }
  
  .imgcelu1 {
    width: 100%; 
    height: 200px; 
    height: auto; 
    object-fit: cover;
  }

/*----------estilos del loader--------*/
.container-fluid1 {
    padding: 20px 0;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    
}
 
.image-item img {
    object-fit: contain;
 
}
 
.image-slider {
    width: 100%;
    height: auto;
    margin: 0;
    overflow: hidden;
    background: white;
    position: relative;
}
 
.image-item {
    height: 150px;
    width: 250px;  
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
   
}
 
.image-slider .image-track {
    display: flex;
    animation: scroll 40s linear infinite;
    -webkit-animation: scroll 40s linear infinite;
    width: fit-content;
}
 
.image-slider .image-item {
    width: 110px;
    margin: 20px; 
   
}
 
.image-slider .image-item img {
    width: 120%;
    border-radius: 10px;
    object-fit: contain;
}
 
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-200px * 7));
    }
}
.titulo {
    font-size: 40px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #185F64;
    margin: 20px;
}
/* Modal Header de */
.custom-bg-color {
    background-color: #185F64 !important;
  }
.custom-text {
    font-size: 17px;
    color: #000000; 
    font-weight: bold;
    text-align: center; 
    margin-top: 20px; 
    font-family: 'Poppins', sans-serif; 
}
/*--Estilos para el cuadro del cupon */
.coupon-card {
    border-color: #185F64;
  }

  /*-----Botones a seleccionar----*/
  /* Estilo para el botón primario */
.btn-primary1 {
    background: linear-gradient(45deg, #185F64, #00d2ff); /* Gradiente de azul */
    border: none;
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 10px; 
    text-transform: uppercase;
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.4);
    transition: all 0.3s ease-in-out; /* Transición suave */
}

.btn-primary1:hover {
    background: linear-gradient(45deg, #00d2ff, #007bff); /* Inversión del gradiente al pasar el mouse */
    box-shadow: 0 6px 12px rgba(0, 123, 255, 0.6); 
    transform: translateY(-2px); /* Elevar el botón al hacer hover */
}

.btn-primary1:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.4); /* Efecto de enfoque */
}

/* Estilo para el botón secundario */
.btn-secondary1 {
    background: linear-gradient(45deg, #6c757d, #9e9e9e); /* Gradiente de gris */
    border: none;
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 10px; 
    text-transform: uppercase; 
    box-shadow: 0 4px 8px rgba(108, 117, 125, 0.4); 
    transition: all 0.3s ease-in-out; /* Transición suave */
}

.btn-secondary1:hover {
    background: linear-gradient(45deg, #9e9e9e, #6c757d); 
    box-shadow: 0 6px 12px rgba(108, 117, 125, 0.6);
    transform: translateY(-2px); 
}

.btn-secondary1:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(108, 117, 125, 0.4); /* Efecto de enfoque */
}
.text-descuento{
    font-weight: bold;
    text-align: center;
    padding: 10px 15px; 
}


/*---- estilos para el modal de la cobertura-----*/
.coverage-container {
    width: 100%;
    padding: 2rem;
    margin: 0 auto;
  }
  
  .coverage-wrapper {
    max-width: 700px;
    margin: 0 auto;
  }
  
  .coverage-main {
    width: 100%;
  }
  /* Tarjeta del formulario */
.coverage-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 10px auto;
    width: 100%;
  }
  
  .coverage-header {
    background: white;
    padding: 1.5rem;
    border-bottom: 1px solid #e9ecef;
    border-radius: 12px 12px 0 0;
  }
  
  .coverage-title {
    font-size: 1.5rem;
    color: #000000;
    margin: 0;
    font-weight: 600;
    text-align: center;
    font-family: 'Poppins', sans-serif;
  }
  
  .coverage-body {
    padding: 2rem;
  }
/* Estructura del formulario */
.coverage-form {
    width: 100%;
  }
  
  .coverage-row {
    margin-bottom: 1.5rem;
    width: 100%;
  }
  
  .coverage-field {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    width: 100%;
    position: relative;
  }
  /* Elementos del formulario */
.coverage-label {
    font-size: 1rem;
    font-weight: bold;
    color: #000000;
    font-family: 'Poppins', sans-serif;
  }
  .coverage-input {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    border: 1px solid #ced4da;
    border-radius: 8px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .coverage-input:focus {
    outline: none;
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  /* Botón de acción */
.coverage-action {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
  }
  .coverage-button {
    padding: 0.75rem 2.5rem;
    font-size: 1rem;
    font-weight: 500;
    color: #ffffff;
    background-color: #0F7A83;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out;
  }
  .coverage-button:hover:not(:disabled) {
    background-color: #0B6A74;
  }
  .coverage-button:disabled {
    background-color: #0F7A83;
    cursor: not-allowed;
    opacity: 0.65;
  }
  /* Responsive */
@media (max-width: 768px) {
    .coverage-container {
      padding: 1rem;
    }
    
    .coverage-body {
      padding: 1.5rem;
    }
    
    .coverage-input {
      padding: 0.625rem 0.875rem;
    }
  }
/* Estilo para resaltar el enlace de Activar Cobertura */
#coberturaLink {
    background-color: #31C0CA; 
    color: #ffffff;          
    font-weight: bold;        
    border-radius: 2px;       
    padding: 8px 12px;        
    text-align: center;       
    transition: background-color 0.3s ease, color 0.3s ease; 
    margin-top: 13px;
    font-family: 'Poppins', sans-serif;
  }
  
#coberturaLink:hover {
    background-color: #1A9BA4;
    color: #ffffff;          
    text-decoration: none;    
}
  /* Efecto al hacer clic */
#coberturaLink:active {
    background-color: #0F7A83; 
    color: #E0FFFF;          
  }
  .text-wrap {
    margin-top: 5px;
    word-wrap: break-word; 
    background: #0F7A83;
    color: white;
    padding: 0.5rem;
    font-family: 'Poppins', sans-serif;
    font-size: 1.35rem;
  }
  .cobertura1{
    background-color: #f0f0f0;
  }
  /*Estilos para el tooltip*/
  .coverage-field {
  position: static;
}

.info-modal {
  display: none;
  position: fixed;
  background-color: #B197FC;
  color: white;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  padding: 10px;
  z-index: 20;
  border-radius: 6px;
  max-width: 350px;
  width: auto;
}

.question-icon {
  cursor: pointer;
  font-size: 25px;
  margin: 10px;
  transition: transform 0.3s ease;
}
.question-icon:hover {
    transform: scale(1.1); 
    
}

@media (max-width: 768px) {
    .info-modal {
      max-width: 90%;
      width: auto;
      left: 5% !important;
    }
  }


  
