@charset "UTF-8";

/* styles-index */
* {
  padding: 0;
  margin: 0;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

a {
  background: none;
  /* Elimina el fondo */
  border: none;
  /* Quita cualquier borde */
  text-decoration: none;
  /* Quita el subrayado */
  padding: 0;
  /* Quita el relleno */
  margin: 0;
  /* Quita el margen */
  color: inherit;
  /* Hereda el color del elemento padre */
  font: inherit;
  /* Hereda la fuente del elemento padre */
}

/* Aqui ira la parte del carrusel */
.kopi {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /* Evita la selección de texto */
  display: flex;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-image: url("/assets/img/background_coffe.png");
  background-size: cover;
  background-position: center;
  flex-direction: column;
  position: relative;
}

.kopi .difuminado {
  height: 100vh;
  width: 100%;
  background-color: rgba(22, 5, 3, 0.7607843137);
  position: absolute;
  top: 0;
  left: 0;
}

.kopi nav.encabezado {
  color: #FFF;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 30px 40px;
  gap: 20px;
}

.kopi nav.encabezado .home {
  text-align: center;
  font-family: Fredoka, sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.35px;
  margin-top: -8px;
  text-decoration: none;
  color: #FFF;
}

.kopi nav.encabezado .btnMenu {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /* Evita la selección de texto */
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  margin-left: 55px;
  color: #FFF;
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.09px;
}

.kopi nav.encabezado .btnMenu .linea {
  width: 53px;
  height: 2px;
  flex-shrink: 0;
  stroke-width: 2px;
  background-color: #FFF;
}

@media (max-width: 670px) {
  .kopi nav.encabezado .btnMenu {
    display: none;
  }
}

.kopi nav.encabezado .btnFindKopi {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /* Evita la selección de texto */
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  color: #FFF;
  text-align: center;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1px;
  padding-right: 70px;
}

@media (max-width: 960px) {
  .kopi nav.encabezado .btnFindKopi {
    padding-right: 0px;
  }
}

.btnLogin {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /* Evita la selección de texto */
  cursor: pointer;
  color: #FFF;
  text-align: center;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.09px;
  border: #FFF solid;
  padding: 7px;
  border-radius: 64px;
  margin-left: 20px;
  width: 92px;
  height: 39px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.btnLogin a {
  text-decoration: none;
  /* Quita el subrayado */
  color: inherit;
  /* Usa el color del texto padre */
}

@media (max-width: 960px) {
  .btnLogin {
    display: none;
  }
}

.kopi nav.encabezado .btnRegister {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /* Evita la selección de texto */
  cursor: pointer;
  color: #FFF;
  text-align: center;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.09px;
  border-radius: 64px;
  border: 1px solid #FFF;
  background: #FFF;
  margin-left: 10px;
  color: #160503;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 102px;
  height: 39px;
  padding: 7px;
  padding-right: 12px;
  padding-left: 12px;
}

.kopi nav.encabezado .btnRegister a {
  text-decoration: none;
  /* Quita el subrayado */
  color: inherit;
  /* Usa el color del texto padre */
}

@media (max-width: 960px) {
  .kopi nav.encabezado .btnRegister {
    display: none;
  }
}

.kopi nav.encabezado .material-symbols-outlined {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /* Evita la selección de texto */
  margin-left: 20px;
  cursor: pointer;
}

@media (max-width: 960px) {
  .kopi nav.encabezado #shopping_cart {
    display: none;
  }
}

.kopi nav.encabezado #menu {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /* Evita la selección de texto */
}

@media (min-width: 961px) {
  .kopi nav.encabezado #menu {
    display: none;
  }
}

.kopi .contenido {
  flex-grow: 1;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.kopi .contenido .swiper {
  z-index: 3;
  margin: 0 auto;
  max-width: 1250px;
  /* ajusta según tu preferencia */
  overflow: visible;
  position: relative;
  /* Flecha izquierda a la izquierda */
  /* Flecha derecha a la derecha */
  /* Ajusta el ícono (por defecto Swiper pone un triángulo en ::after) */
}

.kopi .contenido .swiper .swiper-wrapper {
  z-index: 3;
}

.kopi .contenido .swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 3;
  width: auto;
  /* o auto, si prefieres que Swiper maneje el ancho */
  height: 446px;
}

.kopi .contenido .swiper .swiper-pagination-bullet {
  background: #E5E7EB;
}

.kopi .contenido .swiper .swiper-button-prev,
.kopi .contenido .swiper .swiper-button-next {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.2);
  /* Ejemplo de fondo semitransparente */
  border-radius: 50%;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  /* Para que aparezcan por encima de las slides */
}

.kopi .contenido .swiper .swiper-button-prev {
  position: absolute;
  left: -130px;
}

.kopi .contenido .swiper .swiper-button-next {
  right: -130px;
}

.kopi .contenido .swiper .swiper-button-prev::after,
.kopi .contenido .swiper .swiper-button-next::after {
  font-size: 20px;
  color: white;
}

.kopi .contenido .card-coffe {
  width: 358px;
  height: 446px;
  border-radius: 16px;
  background: #F3F4F6;
  box-shadow: 0px 20px 13px 0px rgba(0, 0, 0, 0.03), 0px 8px 5px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.kopi .contenido .card-coffe .card-1 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.kopi .contenido .card-coffe .card-1 .bubles1 {
  position: absolute;
  border-radius: 50%;
  background-color: #9F5524;
  left: 33px;
  top: 279px;
  width: 220px;
  height: 220px;
}

.kopi .contenido .card-coffe .card-1 .bubles2 {
  position: absolute;
  border-radius: 50%;
  background-color: #9F5524;
  left: 134px;
  top: 58px;
  width: 241px;
  height: 241px;
}

.kopi .contenido .card-coffe .card-1 .bubles3 {
  position: absolute;
  border-radius: 50%;
  background-color: #9F5524;
  left: 166px;
  top: 262px;
  width: 178px;
  height: 177px;
}

.kopi .contenido .card-coffe .card-1 .bubles4 {
  position: absolute;
  border-radius: 50%;
  background-color: #9F5524;
  top: 133px;
  left: 20px;
  width: 178px;
  height: 177px;
}

.kopi .contenido .card-coffe .card-1 p {
  position: absolute;
  top: 15.7px;
  width: 153px;
  height: 100px;
  color: #160503;
  text-align: right;
  font-family: Amaranth;
  font-weight: 700;
  font-size: 40px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.2px;
}

.kopi .contenido .card-coffe .card-1 img {
  width: 433.384px;
  height: 433.384px;
  transform: rotate(6.333deg);
  position: absolute;
  left: -22px;
  top: 72px;
}

.kopi .contenido .card-coffe .btn_buy {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  width: 92px;
  height: 39px;
  border-radius: 64px;
  border: 1px solid #FFF;
  background: #FFF;
  position: absolute;
  bottom: -61px;
}

.kopi .contenido .card-coffe .btn_buy p {
  color: #160503;
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.09px;
}

.kopi .contenido .card-coffe .card-2 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.kopi .contenido .card-coffe .card-2 .bubles1 {
  width: 260.673px;
  height: 258.843px;
  position: absolute;
  border-radius: 50%;
  background-color: #9F5524;
  top: -112px;
  left: 185px;
}

.kopi .contenido .card-coffe .card-2 .bubles2 {
  width: 239.688px;
  height: 234.564px;
  position: absolute;
  border-radius: 50%;
  background-color: #9F5524;
  top: 242px;
  left: -51px;
}

.kopi .contenido .card-coffe .card-2 img {
  position: absolute;
  top: 113px;
}

.kopi .contenido .card-coffe .card-2 #imagen2 {
  top: 135px;
  left: 50px;
}

.kopi .contenido .card-coffe .card-2 p {
  color: #160503;
  text-align: center;
  font-family: Amaranth;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2px;
  width: 205.815px;
  height: 99.854px;
  flex-shrink: 0;
  position: absolute;
  top: 46px;
}

.kopi .contenido .card-coffe .card-3 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.kopi .contenido .card-coffe .card-3 .bubles1 {
  width: 225px;
  height: 241px;
  position: absolute;
  border-radius: 50%;
  background-color: #9F5524;
  top: 217px;
  left: -113px;
}

.kopi .contenido .card-coffe .card-3 .bubles2 {
  width: 277px;
  height: 298px;
  position: absolute;
  border-radius: 50%;
  background-color: #9F5524;
  top: 31px;
  left: 158px;
}

.kopi .contenido .card-coffe .card-3 img {
  position: absolute;
}

.kopi .contenido .card-coffe .card-3 #af1 {
  width: 198.713px;
  height: 372.382px;
  transform: rotate(2.964deg);
  flex-shrink: 0;
  aspect-ratio: 198.71/372.38;
  top: 69px;
  left: 113px;
}

.kopi .contenido .card-coffe .card-3 #af2 {
  width: 213.602px;
  height: 320.402px;
  transform: rotate(-19.934deg);
  flex-shrink: 0;
  aspect-ratio: 213.6/320.4;
  top: 79px;
}

.kopi .contenido .card-coffe .card-3 p {
  color: #160503;
  width: 182px;
  height: 118px;
  font-family: Amaranth;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2px;
  position: absolute;
  top: 42px;
  left: 15px;
}

.kopi .rewards {
  cursor: pointer;
  position: absolute;
  bottom: 19px;
  left: 15px;
  border-radius: 64px;
  width: 207.538px;
  height: 76px;
  flex-shrink: 0;
  aspect-ratio: 207.54/76;
  border-radius: 365px;
  background: #E5E7EB;
  z-index: 2;
  /* Drop Shadow/md */
  box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.07), 0px 2px 2px 0px rgba(0, 0, 0, 0.06);
}

.kopi .rewards .bebida {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 76px;
  height: 76px;
  aspect-ratio: 1/1;
  background-color: #9F5524;
  border-radius: 60%;
  z-index: 3;
  overflow: hidden;
}

.kopi .rewards .bebida img {
  position: absolute;
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  bottom: -7px;
  left: -1px;
}

.kopi .rewards .rewards-text {
  color: #160503;
  text-align: center;
  font-family: Fredoka;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /* Evita la selección de texto */
  position: relative;
  bottom: -24px;
  left: 88px;
  display: flex;
  width: 144px;
  height: 84px;
  flex-shrink: 0;
}

.kopi .rewards .rewards-text img {
  position: absolute;
  left: 41px;
  top: -2px;
}

/* Secciones  */
.content {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 2304px;
  flex-shrink: 0;
  background: rgba(235, 236, 240, 0.99);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-view {
  width: 98%;
  margin-top: 20px;
  height: 500px;
  border-radius: 32px;
  background: #160503;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-view .txt_destacado {
  position: relative;
  left: 98.77px;
  color: #F2AF2A;
  font-family: Fredoka;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 70%;
  letter-spacing: 0.27px;
}

.contact-view .txt_secundario {
  position: relative;
  left: 110.77px;
  padding-top: 8px;
  color: #FFF;
  width: 70%;
  font-family: "Open Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.11px;
}

.contact-view img {
  position: absolute;
  top: 64.26px;
  right: 110.64px;
  width: 459px;
  height: 287px;
  flex-shrink: 0;
  aspect-ratio: 459/287;
}

.contact-view .social_media {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 120px;
  color: #FFF;
  gap: 60px;
}

.contact-view .social_media .circle {
  stroke-width: 2px;
  stroke: #FFF;
  border: solid 2px;
  width: 35.519px;
  height: 35.519px;
  flex-shrink: 0;
  border-radius: 360%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s ease-in-out;
}

.contact-view .social_media .circle img {
  position: inherit;
  width: 20.469px;
  height: 20.469px;
  flex-shrink: 0;
  aspect-ratio: 20.47/20.47;
}

.contact-view .social_media .circle:hover {
  cursor: pointer;
  box-shadow: 0 0 15px 5px rgba(248, 248, 248, 0.203);
}

.news-view .txt-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 105px;
}

.news-view .txt-content .title {
  color: #160503;
  font-family: "Open Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.16px;
}

.news-view .txt-content .description {
  padding-top: 26px;
  color: rgba(22, 5, 3, 0.76);
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.09px;
}

.news-view .card-group {
  display: flex;
  padding-top: 83px;
  gap: 60px;
}

.news-view .new-card {
  display: inline-flex;
  padding: 24px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 12px;
  background: #FFF;
  flex-direction: column;
}

.news-view .new-card img {
  width: 256px;
  height: 173px;
  border-radius: 12px;
  background: lightgray 50%/cover no-repeat;
}

.news-view .new-card .texto .title {
  padding-top: 24px;
  color: #000;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.news-view .new-card .texto .description {
  width: 256px;
  color: #666;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 24px;
}

.news-view .new-card .btn-Learn-More {
  cursor: pointer;
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid #3C3C43;
  background: rgba(22, 5, 3, 0.88);
}

.news-view .new-card .btn-Learn-More p {
  color: #FFF;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 8px 10px 8px 8px;
  transition: text-shadow 0.3s ease-in-out;
}

.news-view .new-card .btn-Learn-More:hover p {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.3529411765), 0 0 10px rgba(255, 255, 255, 0.4156862745), 0 0 15px rgba(255, 255, 255, 0.462745098), 0 0 20px #160503, 0 0 30px #160503, 0 0 40px #160503, 0 0 55px #160503, 0 0 75px #160503;
}




.testimonials-view {
  padding-top: 108px;
  width: 100%;
  margin: 0 auto;
}

.testimonials-view .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 26px;
  margin-bottom: 60px;
}

.testimonials-view .text .title {
  color: #160503;
  text-align: center;
  font-family: "Open Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-feature-settings: "liga" off, "clig" off;
}

.testimonials-view .text .description {
  color: rgba(22, 5, 3, 0.76);
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.09px;
  justify-content: center;
}

.testimonials-view .carrusel {
  width: 100%;
  position: relative;
  overflow: visible;
  padding: 20px 0 60px;
  overflow: hidden;
}

.testimonials-view .carrusel-reverse {
  width: 100%;
  position: relative;
  overflow: visible;
  padding: 20px 0 60px;
  overflow: hidden;
}

.testimonials-view .testimonial-swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.testimonials-view .testimonial-swiper-reverse {
  width: 100%;
  height: 100%;
  position: relative;
}

.testimonials-view .swiper-wrapper {
  align-items: stretch;
}

.testimonials-view .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
}

.testimonials-view .testimonial-card {
  background-color: #160503;
  color: #FFF;
  padding: 30px;
  border-radius: 16px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.testimonials-view .testimonial-card-white {
  background-color: #ffffff;
  color: #160503;
  padding: 30px;
  border-radius: 16px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.testimonials-view .testimonial-content {
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 1.6;
  flex-grow: 1;
  font-family: "Open Sans";
}

.testimonials-view .author-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonials-view .author-info .author-details {
  display: flex;
  flex-direction: column;
}

.testimonials-view .author-info .author-details .author-name {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 4px;
  font-family: "Open Sans";
}

.testimonials-view .author-info .author-details .author-position {
  font-size: 14px;
  opacity: 0.8;
  font-family: "Open Sans";
}

.testimonials-view .author-info .author-image {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ccc;
}

.testimonials-view .author-info .author-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonials-view .swiper-pagination {
  position: relative;
  bottom: -30px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.testimonials-view .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  opacity: 0.5;
  margin: 0;
}

.testimonials-view .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #9F5524;
}

.testimonials-view .swiper-button-next,
.testimonials-view .swiper-button-prev {
  color: #FFF;
  background-color: rgba(159, 85, 36, 0.7);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonials-view .swiper-button-next:after,
.testimonials-view .swiper-button-prev:after {
  font-size: 16px;
}

.testimonials-view .swiper-button-next {
  right: 10px;
}

.testimonials-view .swiper-button-prev {
  left: 10px;
}

@media (max-width: 768px) {
  .testimonials-view {
    padding: 60px 15px;
  }

  .testimonials-view .testimonial-swiper .swiper-button-next,
  .testimonials-view .testimonial-swiper .swiper-button-prev {
    display: none;
  }

  .testimonials-view .testimonial-swiper .testimonial-card {
    padding: 20px;
  }

  .testimonials-view .testimonial-swiper-reverse .swiper-button-next,
  .testimonials-view .testimonial-swiper-reverse .swiper-button-prev {
    display: none;
  }

  .testimonials-view .testimonial-swiper-reverse .testimonial-card {
    padding: 20px;
  }
}

.bean {
  position: absolute;
  width: 145.052px;
  height: 119.005px;
  flex-shrink: 0;
  aspect-ratio: 145.05/119.01;
}

#bean1 {
  top: 1290px;
  rotate: -100deg;
  left: -66px;
}

#bean2 {
  width: 144.992px;
  height: 118.967px;
  flex-shrink: 0;
  aspect-ratio: 144.99/118.97;
  top: 517px;
  right: -46px;
}

/*# sourceMappingURL=styles.css.map */

.Login {
  font-family: 'Open Sans';
  color: #fff;
}

.btn {
  padding: 0px 80px;
  background: #fff;
  border: 0;
  outline: none;
  font-size: 22px;
  font-weight: 500;
  border-radius: 30px;
  cursor: pointer;
}


/* Chatbot Styles */
.chatbot-container {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
}

.chatbot-bubble {
  width: 60px;
  height: 60px;
  background-color: #9F5524;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.chatbot-bubble:hover {
  transform: scale(1.1);
  background-color: #be662b;
}

.chatbot-bubble span {
  color: white;
  font-size: 28px;
}

.chatbot-window {
  width: 350px;
  height: 500px;
  background-color: white;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  display: none;
  flex-direction: column;
  overflow: hidden;
}

.chatbot-window.active {
  display: flex;
}

.chatbot-header {
  background-color: #160503;
  color: white;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chatbot-header h3 {
  margin: 0;
  font-family: 'Fredoka', sans-serif;
  font-size: 18px;
}

.chatbot-header .close-chatbot {
  cursor: pointer;
  font-size: 20px;
}

.chatbot-messages {
  flex-grow: 1;
  padding: 15px;
  overflow-y: auto;
  background-color: #f9f9f9;
}

.chatbot-message {
  margin-bottom: 12px;
  padding: 10px 15px;
  border-radius: 18px;
  max-width: 80%;
  font-size: 14px;
  line-height: 1.4;
}

.bot-message {
  background-color: #e5e7eb;
  color: #160503;
  border-bottom-left-radius: 4px;
  margin-right: auto;
}

.user-message {
  background-color: #9F5524;
  color: white;
  border-bottom-right-radius: 4px;
  margin-left: auto;
}

.chatbot-input {
  display: flex;
  padding: 10px;
  background-color: white;
  border-top: 1px solid #e5e7eb;
}

.chatbot-input input {
  flex-grow: 1;
  padding: 10px 15px;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  outline: none;
  font-family: 'Open Sans', sans-serif;
}

.chatbot-input button {
  background-color: #9F5524;
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.chatbot-input button:hover {
  background-color: #be662b;
}

/* Typing indicator */
.typing-indicator {
  display: flex;
  padding: 10px 15px;
}

.typing-indicator span {
  height: 8px;
  width: 8px;
  background-color: #9F5524;
  border-radius: 50%;
  display: inline-block;
  margin: 0 2px;
  opacity: 0.4;
}

.typing-indicator span:nth-child(1) {
  animation: typing 1s infinite;
}

.typing-indicator span:nth-child(2) {
  animation: typing 1s infinite 0.2s;
}

.typing-indicator span:nth-child(3) {
  animation: typing 1s infinite 0.4s;
}

@keyframes typing {
  0% {
    opacity: 0.4;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(-5px);
  }

  100% {
    opacity: 0.4;
    transform: translateY(0);
  }
}

footer {
  position: absolute;
  bottom: -2600px;
  left: 0;
  width: 100%;
  background-color: #160503;
  color: #E5E7EB;
  z-index: 1000;
  background-color: #160503;
  /* Marrón oscuro principal */
  color: #E5E7EB;
  /* Texto gris claro/blanco */
  padding: 70px 0 30px 0;
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  box-sizing: border-box;
  /* Asegura que el padding no afecte el ancho total */
  margin-top: 100px;
  /* Espacio para que no se pegue con el contenido */
  border-top: 3px solid #9F5524;
  /* Línea superior decorativa */
}

.footer-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  /* Para que se adapte a pantallas pequeñas */
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
  gap: 30px;
}

.footer-column {
  flex: 1;
  min-width: 220px;
  /* Ancho mínimo antes de que se apilen */
  margin-bottom: 30px;
  padding: 0 15px;
}

.footer-column .footer-logo {
  font-family: 'Fredoka', sans-serif;
  font-size: 48px;
  font-weight: 600;
  color: #F2AF2A;
  /* Dorado/Amarillo */
  margin-bottom: 15px;
  display: block;
  /* Para que ocupe su línea */
  text-decoration: none;
}

.footer-column .footer-logo:hover {
  opacity: 0.9;
}

.footer-column p {
  font-size: 14px;
  line-height: 1.7;
  opacity: 0.7;
  margin-bottom: 10px;
}

.footer-column h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-column h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background-color: #9F5524;
  /* Marrón medio */
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 12px;
}

.footer-column ul li a {
  color: #E5E7EB;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease, padding-left 0.3s ease;
}

.footer-column ul li a:hover {
  color: #9F5524;
  /* Marrón medio al pasar el mouse */
  padding-left: 8px;
}

.social-icons {
  display: flex;
  gap: 18px;
  /* Espacio entre iconos */
  margin-top: 10px;
}

.social-icons .social-icon {
  width: 42px;
  height: 42px;
  background-color: #362625;
  /* Marrón un poco más claro */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.social-icons .social-icon svg {
  width: 20px;
  height: 20px;
  fill: #FFF;
  /* Iconos en blanco */
}

.social-icons .social-icon:hover {
  background-color: #9F5524;
  /* Marrón medio al pasar el mouse */
  transform: scale(1.1);
}

.footer-bottom {
  text-align: center;
  padding-top: 40px;
  border-top: 1px solid #362625;
  /* Línea divisoria sutil */
  margin-top: 40px;
  font-size: 13px;
  opacity: 0.5;
  color: #FFF;
}

/* Ajustes para pantallas más pequeñas */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-column h4::after {
    left: 50%;
    transform: translateX(-50%);
    /* Centra la línea debajo del título */
  }

  .social-icons {
    justify-content: center;
    /* Centra los iconos */
  }

  .footer-column {
    padding: 0;
  }
}

/* User Menu Dropdown Styles */
.user-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 10000;
}

.user-menu-overlay.active {
  display: block;
}

.user-menu-dropdown {
  position: fixed;
  top: 80px;
  right: 30px;
  width: 280px;
  background-color: #160503;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 10001;
  color: white;
  font-family: 'Open Sans', sans-serif;
}

.user-menu-dropdown.active {
  display: block;
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.user-menu-header {
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.user-avatar {
  width: 50px;
  height: 50px;
  background-color: #9F5524;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-right: 15px;
}

.user-avatar img {
  border-radius: 50%;
}

.user-info h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
}

.user-info p {
  margin: 5px 0 0 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.close-user-menu {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.3s ease;
}

.close-user-menu:hover {
  color: #FFF;
}

.user-menu-items {
  padding: 10px 0;
}

.user-menu-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.2s ease;
}

.user-menu-item:hover {
  background-color: rgba(159, 85, 36, 0.2);
}

.user-menu-item .material-symbols-outlined {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
}

.user-menu-separator {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 10px 20px;
}

.user-menu-item.logout {
  color: #ff6b6b;
}

.user-menu-item.logout:hover {
  background-color: rgba(255, 107, 107, 0.1);
}

.user-menu-item.logout .material-symbols-outlined {
  color: #ff6b6b;
}

/* Ajuste para el icono del usuario */
.usuario .user-icon {
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-right: 8px;
}

#person {
  margin-left: 0px;
}

.foto-user {
  width: 50px;
  border-radius: 360;

}

.usuario a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

/* Responsive */
@media (max-width: 768px) {
  .user-menu-dropdown {
    right: 15px;
    width: calc(100% - 30px);
    max-width: 280px;
  }
}