#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #2B1D42;
    color: #fff;
    text-align: center;
    padding: 10px;
	z-index: 9999; /* Esto asegura que el banner esté por encima de todo */
}
#cookie-banner button {
	border-radius: 10px; /* Ajusta este valor para controlar el nivel de redondeo */
}

#cookie-banner p {
  margin: 0;
}

#accept-cookies {
    background-color: #fff;
    color: #333;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
}

.lista-politicas {
	list-style-type: disc;
	margin-left: 25px; /* Ajusta el margen a tu preferencia */
}

.lista-politicas-order {
	margin-left: 10px; /* Ajusta el margen a tu preferencia */
	margin-top: 20px; /* Ajusta el margen a tu preferencia */
}

.lista-politicas-order li{
	margin-top: 20px; /* Ajusta el margen a tu preferencia */
}

 
.btn-telefono {
        display:block;
        width:70px;
        height:70px;
        color#fff;
        position: fixed;
        right:18px;
        bottom:75px;
        border-radius:60%;
        line-height:80px;
        text-align:center;
        z-index:999;
 } 
		
.btn-telefono:hover {
         transform: scale(1.1);
        -webkit-transform: scale(1.1); // IE 9
        -moz-transform: scale(1.1); // Firefox
        -o-transform: scale(1.1); // Safari and Chrome
        -ms-transform: scale(1.1); // Opera
}

.btn-whatsapp {
    display: block;
    width: 70px;
    height: 70px
    color#fff: ;
    position: fixed;
    right: 20px;
    bottom: 140px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    z-index: 999;
}

.btn-whatsapp:hover {
         transform: scale(1.1);
        -webkit-transform: scale(1.1); // IE 9
        -moz-transform: scale(1.1); // Firefox
        -o-transform: scale(1.1); // Safari and Chrome
        -ms-transform: scale(1.1); // Opera
}

/* Estilo de burbuja animada */
.bubble.typing {
  display: flex;
  gap: 4px;
  padding: 10px 14px;
  background-color: #e1f3e8;
  border-radius: 18px;
  max-width: fit-content;
  margin-top: 8px;
  margin-bottom: 8px;
}

/* Dots animados */
.typing .dot {
  width: 6px;
  height: 6px;
  background-color: #555;
  border-radius: 50%;
  animation: blink 1.4s infinite both;
}

.typing .dot:nth-child(2) {
  animation-delay: 0.2s;
}

.typing .dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes blink {
  0% { opacity: 0.2; transform: scale(1); }
  20% { opacity: 1; transform: scale(1.3); }
  100% { opacity: 0.2; transform: scale(1); }
}
