@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");

/* body {
  font-family: "lato";
  margin: 0;
  padding: 0;
} */

/* RESET STYLES *******************************************/

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.text-center {
  text-align: center;
}
/* .section {
  padding: 4vh 0;
} */

/*
.text-red {
  color: #aa1d1d;
}
*/

.text-red {
  color: #d11e20;
}

.text-sede {
  color: #aa1d1d;
}

.full-width {
  width: 100%;
}
.text-and-icon {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
  margin-top: 12px;
}
.text-and-icon a {
  margin-right: 10px;
}

.text-and-icon h5 {
  margin-bottom: 0;
  font-weight: bold;
}

.text-and-icon .bi {
  margin-left: 0px;
  font-size: 45px;
  margin-top: -10px;
}
/* reset bootstrap */

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1442px !important;
  }
}

/* Redes Sociales */
.header_social {
  display: flex;
  justify-content: space-between;
}

.header_social a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 31px;
  width: 31px;
  border: 1px solid #636363;
  transition: fill 0.3s ease;
  margin: 0 4px;
}

.header_social .bi {
  color: #636363;
  transition: all 0.3s ease;
}

.header_social a:hover .bi {
  color: #cb2323;
}
.header_social a:hover {
  border: 1px solid #cb2323;
}

.iconMenu {
  display: none;
}

.footer_social {
  display: inline-flex;
  align-content: end;
}
.footer_social a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  border: 0px solid #fff;
  transition: fill 0.3s ease;
  margin: 0 5px;
  /* font-size: 12px; */
}

.twitter {
  margin-top: -5px;
}

.footer_social .bi {
  color: #fff;
  transition: all 0.3s ease;
}
/* lang */

.dropdown {
  position: relative;
  display: inline-block;
}

.dropbtn {
  border-radius: 25px;
  border: 1px solid #d8d8d8;
  padding: 6px 15px;
  color: #585858;
  font-weight: 700;
  font-size: 14px;
  border: none;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 80px; 
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 7px 10px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  font-weight: 700;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown .dropbtn {
  border: 1px solid #f9f9f9;
  transition: border 0.3s ease;
}

.dropdown:hover .dropbtn {
  border: 1px solid #cb2323;
  color: #585858;
}

.dropdown img {
  max-width: 20px;
  vertical-align: -5px;
  margin-right: 4px;
}

/* SLIDER *******************************************/

.slider {
  position: relative;
  background-image: url("/themes/custom/ayto_murcia2/images/maqueta/slider.jpg");
  background-size: cover;
  background-position: center;
  margin-bottom: 4vh;
}

.sliderContent {
  min-height: 450px;
}

.sliderContent h1 {
  font-size: 85px;
  color: #ffffff;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 100px;
}

.animateTextSlider div {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  font-size: 32px;
  color: #ffffff;
  font-weight: 300;
  margin-right: 7px;
}

.animateTextSlider div:first-of-type {
  /* For increasing performance 
    ID/Class should've been used. 
    For a small demo 
    it's okaish for now */
  animation: showup 7s infinite;
}

.animateTextSlider div:last-of-type {
  width: 0px;
  animation: reveal 7s infinite;
}

.animateTextSlider div:last-of-type span {
  margin-left: -355px;
  animation: slidein 7s infinite;
}

@keyframes showup {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes slidein {
  0% {
    margin-left: -800px;
  }
  20% {
    margin-left: -800px;
  }
  35% {
    margin-left: 0px;
  }
  100% {
    margin-left: 0px;
  }
}

@keyframes reveal {
  0% {
    opacity: 0;
    width: 0px;
  }
  20% {
    opacity: 1;
    width: 0px;
  }
  30% {
    width: 355px;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 355px;
  }
}

/* SEDE */

.bg-sede {
  background-image: url("/themes/custom/ayto_murcia2/images/maqueta/sede2.jpg");
  background-size: cover;
  background-position: 85% bottom;
  padding: 0;
}

.introSede ul li {
  margin-bottom: 10px;
}

.list-button-opacity-link-rounded {
  width: 100%;
  max-width: 740px;
}

.list-button-opacity-link-rounded li {
  display: flex;
  flex: 1;
  justify-content: left;
  align-items: center;
  text-align: left;
  margin-bottom: 4px !important;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 6px;
  margin: 2px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  min-height: 55px;
  margin: 5px;
  border: 1px solid #a536503b;
}

.list-button-opacity-link-rounded li .bi {
  margin-right: 5px;
  color: #a20808;
}

.list-button-opacity-link-rounded li a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media (min-width: 768px) {
  .list-button-opacity-link-rounded li {
    min-height: auto;
  }
}

.btn_full_action {
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  background-color: #a53650;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  cursor: pointer;
}

.toplinks {
  margin-top: 85px;
}

.toplink {
  padding: 7px;
  display: block;
  border-radius: 5px;
  background-color: #fbfbfb;
  margin-bottom: 10px;
}

.toplink img {
  width: 40px;
}

@media (min-width: 768px) {
  .toplinks {
    margin-top: 0;
  }

  .toplink {
    padding: 7px;
    padding-top: 32px;
    padding-bottom: 32px;
    display: block;
    border-radius: 7px;
    background-color: #fbfbfb;
    margin-bottom: 10px;
    margin-left: 35px;
    border: 1px solid #f0f0f0;
  }

  .toplink img {
    width: 50px;
    margin-left: 25px;
  }
}

/* noticias */

.sectionNoticias .carousel-caption {
  position: absolute;
  right: 0%;
  bottom: 0rem;
  left: 0%;
  padding-top: 1.25rem;
  padding-bottom: 1rem;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.sectionNoticias .carousel-control-next-icon,
.sectionNoticias .carousel-control-prev-icon {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.sectionNoticias h6 {
  font-size: 13px;
  font-weight: bold;
}

/* estilos comunes */
.titleSection i {
  font-size: 2rem;
}

/* eventos murcia */

.sectionEventos .titulo {
  margin-bottom: 15px;
  line-height: 19px;
}

.sectionEventos .fecha {
  font-size: 14px;
  color: #585858;
  margin-bottom: 4px;
}
.sectionEventos .lugar {
  font-size: 11px;
  color: #585858;
  line-height: 15px;
}

.btn_arrow {
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  background-color: #ae1517;

  width: 100%;
  max-width: 218px;
  margin: 0 auto;
  margin-top: 20px;
  cursor: pointer;
}

.icon_arrow {
  padding: 0 15px;
  font-size: 25px;
  background-color: #a20808;
}

.txt_btn {
  padding: 12px 15px;
}
/* calendario */

.fc-widget-content {
  border: none !important;
}

.fc-day-grid-event {
  min-height: 1em !important;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  min-height: 0em;
  text-align: center;
}

.fc-toolbar-title {
  font-size: 14px !important;
}

.fc-icon {
  font-size: 15px !important;
}

.fc-daygrid-day-frame {
  padding: 1px !important;
}

.fc-button {
  color: black !important;
  background-color: transparent !important;
}

.fc-widget-content {
  border: none !important;
}

.fc-daygrid-day-frame {
  border: none !important;
}
.fc .fc-daygrid-day-number {
  padding: 0;
  position: relative;
  z-index: 4;
  text-align: center;
  font-size: 11px !important;
}

.fc .fc-col-header-cell-cushion {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11px;
}

.fc .fc-button {
  background-color: transparent;
  border: none;
  border-radius: 0.25em;
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  line-height: 0;
  padding: 0;
  text-align: center;
  user-select: none;
  vertical-align: middle;
}
.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 6px;
}
.dia {
  font-size: 60px;
  font-weight: bold;
  line-height: 60px;
}

.fc-theme-standard td,
.fc-theme-standard th {
  border: 1px solid #efefef !important;
}

.fc .fc-col-header-cell-cushion {
  display: inline-block;
  padding: 0px 4px 2px 4px;
  font-size: 11px;
  color: #a20808;
}
.fc .fc-scrollgrid {
  border: none !important;
}

/* multi carrusel */

@media (max-width: 767px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
  .carousel-inner .carousel-item-end.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }

  .carousel-inner .carousel-item-start.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
  transform: translateX(0);
}

.carruselElementos h2 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 25px;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  text-align: left;
}

.carruselElementos ul {
  list-style-type: none;
  padding-left: 20px;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  margin-top: 20px;
}

.carruselElementos ul li {
  color: #595959;
  text-align: left;
  position: relative;
  line-height: 18px;
  padding: 4px 0;
  font-size: 16px;
}
.carruselElementos ul li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  margin-right: 4px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #fd5e5e;
}

.carruselElementos .carousel-control-next:focus,
.carruselElementos .carousel-control-next:hover,
.carruselElementos .carousel-control-prev:focus,
.carruselElementos .carousel-control-prev:hover {
  color: #a20808 !important;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carruselElementos .carousel-control-next-icon,
.carruselElementos .carousel-control-prev-icon {
  display: inline-block;
  width: 19px;
  height: 39px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  color: #a20808 !important;
}
.carruselElementos .carousel-control-next-icon {
  background-image: url("/themes/custom/ayto_murcia2/images/maqueta/icon_arrow_right.png") !important;
}

.carruselElementos .carousel-control-prev-icon {
  background-image: url("/themes/custom/ayto_murcia2/images/maqueta/icon_arrow_left.png") !important;
}
.carruselElementos .carousel-control-next {
  right: 0px; /* Ajusta este valor según tus necesidades */
  transform: translateX(65%);
}

.carruselElementos .carousel-control-prev {
  left: 0x; /* Ajusta este valor según tus necesidades */
  transform: translateX(-65%);
}

.carruselElementos .card {
  border: 1px solid #e5e9e9;
  padding: 2vh;
}
.carruselElementos .swiper-slide {
  height: auto;
}
/* LISTADO PEDANIAS */

/* CREAR UN ESTILO PARA .listPedanias  EN el que daremos estilo a un ul y sus li, para que no sea más largo el ul 500px y que cuando los li ya no quepan se pasen a otra columna a la derecha y así hasta 3 columnas */
.listPedanias {
  list-style-type: none;
  width: 100%;
  -webkit-column-count: 3;
  -webkit-column-gap: 0px;
  -moz-column-count: 3;
  -moz-column-gap: 0px;
  column-count: 3;
  column-gap: 0px;
  text-align: left;
  cursor: pointer;
}
.listPedanias li:hover {
  color: #fd5e5e;
}



/* enlaces de interés sectionEnlaces*/
.sectionEnlaces {
  text-align: center;
}
.sectionEnlaces p {
  font-size: 13px;
  line-height: 16px;
  width: 100%;
  max-width: 133px;
  margin: 0 auto;
  color: #4b4b4b;
  margin-top: 10px;
  text-align: center;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-prev {
  color: #a20808 !important;
  font-size: 35px;
  margin-left: -39px;
  padding: 25px;
}

.swiper-button-next {
  color: #a20808 !important;
  font-size: 35px;
  margin-right: -39px;
  padding: 25px;
}

.sectionNoticias .swiper-button-prev {
  color: #a20808 !important;
  font-size: 35px;
  margin-left: 0px;
  padding: 25px;
}

/* Oculta las flechas inicialmente */
.swiper-button-next,
.swiper-button-prev {
  opacity: 0 !important;
  transition: opacity 0.5s;
}

/* Muestra las flechas cuando el carrusel tiene hover */
.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
  opacity: 1 !important;
}

.sectionNoticias .swiper-button-prev,
.sectionNoticias .swiper-button-next {
  opacity: 1 !important;
}
.sectionNoticias .swiper-button-next {
  margin-right: 0px;
}
.sectionNoticias .swiper-button-prev {
  margin-left: 0px;
}
/* Aplicaciones municipales */
.sectionApp p {
  font-size: 12px;
  line-height: 15px;
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
  color: #4b4b4b;
  margin-top: 8px;
  margin-bottom: 2px;
  font-weight: bold;
  min-height: 28px;
}
.sectionApp .color-gray {
  color: #bfbfbf;
  cursor: pointer;
  font-size: 21px;
}

/* FOOTER */

.links-footer a {
  font-size: 13px;
  /* text-transform: uppercase; */
  font-weight: bold;
}
footer a:hover {
  opacity: 0.8;
}

.logos-footer img {
  max-height: 60px;
}

.links-footer span {
  font-size: 14px;
  font-weight: bold;
}

.footerColsLinks h5 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}

.footerColsLinks li {
  font-size: 14px;
  line-height: 20px;
}

/*************** hamburger menu 2 *****************/
.bars-container2 {
  position: relative;
}

.bars-container2 .bar {
  position: absolute;
  transform-origin: center;
}

.bars-container2 .bar1 {
  top: 5%;
  animation: makeCross1Backward var(--animationSpeed) ease 0s 1 forwards, moveDownBackward var(--animationSpeed) ease var(--animationSpeed) 1 forwards;
}

.bars-container2 .bar2 {
  top: 50%;
  transition: opacity 0.4s ease;
}

.bars-container2 .bar3 {
  top: 95%;
  animation: makeCross2Backward var(--animationSpeed) ease 0s 1 forwards, moveUpBackward var(--animationSpeed) ease var(--animationSpeed) 1 forwards;
}

.input-check2:checked + label .bar1 {
  animation: moveDown var(--animationSpeed) ease 0s 1 forwards, makeCross1 var(--animationSpeed) ease var(--animationSpeed) 1 forwards;
}

.input-check2:checked + label .bar2 {
  opacity: 0;
}

.input-check2:checked + label .bar3 {
  animation: moveUp var(--animationSpeed) ease 0s 1 forwards, makeCross2 var(--animationSpeed) ease var(--animationSpeed) 1 forwards;
}

@keyframes moveDown {
  from {
    top: 5%;
    transform: translateY(0);
  }
  to {
    top: 50%;
    transform: translateY(-50%);
  }
}

@keyframes moveDownBackward {
  from {
    top: 50%;
    transform: translateY(-50%);
  }
  to {
    top: 5%;
    transform: translateY(0);
  }
}

@keyframes moveUp {
  from {
    top: 95%;
    transform: translateY(0);
  }
  to {
    top: 50%;
    transform: translateY(-50%);
  }
}

@keyframes moveUpBackward {
  from {
    top: 50%;
    transform: translateY(-50%);
  }
  to {
    top: 95%;
    transform: translateY(0);
  }
}

@keyframes makeCross1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(40deg);
  }
}

@keyframes makeCross1Backward {
  from {
    top: 50%;
    transform: rotate(40deg) translateY(-50%);
  }
  to {
    top: 50%;
    transform: rotate(0deg) translateY(-50%);
  }
}

@keyframes makeCross2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-40deg);
  }
}

@keyframes makeCross2Backward {
  from {
    top: 50%;
    transform: rotate(-40deg) translateY(-50%);
  }
  to {
    top: 50%;
    transform: rotate(0deg) translateY(-50%);
  }
}

@media only screen and (max-width: 600px) {
  .sliderContent img {
    max-width: 120px;
  }
  .sliderContent h1 {
    font-size: 46px;
    color: #ffffff;
    margin-bottom: 10px;
    padding-bottom: 0;
    line-height: 44px;
    margin-top: 40px;

    text-align: center;
  }
  .animateTextSlider div {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    font-size: 22px;
    color: #ffffff;
    font-weight: 300;
    margin-right: 0;
    line-height: 19px;
    text-align: center;
    margin-bottom: 5px;
  }
  .animateTextSlider div:last-of-type {
    width: 100%;
    animation: none;
  }
  .sliderContent {
    min-height: auto;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  #carouselExampleControls {
    margin-bottom: 3vh;
  }
  .noticiaDestacada {
    width: 100%;
    max-width: 356px;
    margin: 0 auto;
  }
}
.wrap_insta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}

.wrap_insta img {
  width: 100%;
  height: auto;
}
/* Estilos para móviles */
@media (max-width: 860px) {
  .pt-sm-5 {
    padding-top: 1rem !important;
  }
  .carruselElementos .card {
    margin: 0 25px;
  }
  .responsiveMenu {
    background-color: #f8f9f9;
    color: white;
    height: 100vh;
    width: 70%;
    position: fixed;
    top: 0;
    right: 0;
    overflow-y: auto;
    padding: 20px 0;
    box-sizing: border-box;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 99;
  }

  .responsiveMenu.active {
    transform: translateX(0);
  }

  .responsiveMenu .nav-item {
    display: block;
    margin-bottom: 10px;
  }

  .header_search {
    margin-top: -40px;
    max-width: 214px;
  }

  .header_social {
    margin-top: 20px;
    max-width: 172px;
  }

  .header_lang {
    margin-top: 20px;
    margin-left: -5px;
  }
  .responsiveMenu .d-flex {
    display: block !important;
  }
  .header_nav ul {
    display: block;
    padding-top: 20px;
  }
  .header_nav a {
    text-decoration: none;
    color: #000;
    font-weight: 700;
    font-size: 17px;
    transition: color 0.3s ease;
  }
  .carruselNoticias {
    margin-bottom: 4vh !important;
  }
  .listNoticiasMin {
    padding-top: 3vh;
  }
}

@media (max-width: 860px) {
  .logoAytoFooter {
    max-height: 125px !important;
  }
  .links-footer {
    display: block !important;
    text-align: center;
    line-height: 14px;
  }

  .links-footer a,
  .links-footer span {
    font-size: 14px;
    margin: 0;
    display: inline;
  }
  .footerColsLinks h5 {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 7px;
  }
  .footerColsLinks li {
    font-size: 10px;
    line-height: 16px;
  }
  .footerColsLinks ul {
    margin-bottom: 15px;
  }

  .footerColsLinks .col-6 {
    margin-bottom: 15px;
    border: none !important;
  }

  .logos-footer {
    display: block !important;
    text-align: center;
  }
  .logos-footer img {
    display: inline-block;
    max-width: 70% !important;
    margin-bottom: 30px;
  }

  .introSede .m-5 {
    margin: 2.5rem 0.5rem !important;
  }
  .titleSection h2 {
    text-align: left !important;
  }

  .swiper-button-prev {
    margin-left: -10px;
    opacity: inherit !important;
  }

  .swiper-button-next {
    margin-right: -10px;
    opacity: inherit !important;
  }
  .iconMenu {
    display: block;
  }
  .contenedorMapa {
    margin-bottom: 4vh;
  }
  .wrap_rrss {
    padding: 10px 25px 35px 25px !important;
    position: relative;
  }
  .wrap_insta {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* icono menu */
.iconMenu {
  width: 35px;
  height: 30px;
  position: absolute;
  top: 32px;
  right: 20px;
  cursor: pointer;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  z-index: 99;
}

.bar {
  background-color: #333;
  position: relative;
  width: 100%;
  height: 3px;
  left: 0;
  border-radius: 9px;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.bar1 {
  top: 0px;
  transform-origin: left center;
}

.bar2 {
  top: 6px;
  transform-origin: left center;
}

.bar3 {
  top: 12px;
  transform-origin: left center;
}

.change .bar1 {
  transform: rotate(45deg);
  top: -3px;
}

.change .bar2 {
  opacity: 0;
  left: -60px;
}

.change .bar3 {
  transform: rotate(-45deg);
  top: 16px;
}

/* Estilos para móviles */
@media (min-width: 860px) and (max-width: 1450px) {
  .header_nav a {
    font-size: 16px;
  }
  .nav {
    --bs-nav-link-padding-x: 0.7rem;
    --bs-nav-link-padding-y: 0.5rem;
  }
  .header_social a {
    height: 25px;
    width: 25px;
    margin: 0 2px;
    margin-top: 6px;
  }
   
}
.tooltip .tooltip-inner {
  background-color: #f8f9f9 !important;
  color: #282828;
  font-size: 12px;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Agrega sombreado al tooltip */
}

.tooltip .tooltip-arrow::before {
  border-color: transparent;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Agrega sombreado a la flecha */
}

.tooltip[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: #f8f9f9;
}

.tooltip[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: #f8f9f9;
}

.tooltip[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: #f8f9f9;
}

.tooltip[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: #f8f9f9;
}
