
body * {
	outline: none;
}

.owl-theme .owl-dots .owl-dot span {
    border-radius: 3px !important;
    background: rgba(47, 85, 212, 0.5) !important;
    -webkit-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots.clickable .owl-dot:hover span {
    background: #2f55d4 !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.owl-theme .owl-nav span {
    background: #2f55d4 !important;
}

.accordion .card {
    border: 0 !important
}

.accordion .card-header {
    padding: 1rem !important;
    margin-bottom: 0;
    background-color: #f8f9fc !important;
    box-shadow: none;
    border: 0 !important
}

.accordion .card-header button {
    padding: 0 !important;
}

.swiper-button-next:after {
    content: none !important;
}

.swiper-button-prev:after {
    content: none !important;
}

.carousel-control-next,
.carousel-control-prev {
    display: none !important;
}

.icons {
    line-height: 1;
}

/* modal */

.dark-modal .modal-content {
    background-color: #000000;
    color: white;
    background: none;
    border: none;
}

.dark-modal .modal-header {
    margin-left: auto;
    border: none;
    padding: 0 !important;
}

.dark-modal .close {
    border: none;
    background: transparent;
    color: white;
    font-size: 25px;
}

.swiper-button-next:hover{
    border-radius: 50%;
}
.swiper-button-prev:hover{
    border-radius: 50%;
}
.mr-1 {
  margin-right: 0.25rem !important;
}

.snackbar-warning {
  background-color: #f44336 !important;
  color: white !important;
  font-weight: bold;
}

.text-justify {
  text-align: justify !important;
}

/* .ng-http-loader .backdrop {
  background: rgba(0,0,0,0.4);
}

.ng-http-loader .spinner {
  display: none;
}

.ng-http-loader::after {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  background: url('assets/images/custom/rounded-logo.png') no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */

.lh-1 {
  line-height: 1 !important;
}

.btn-denuncia {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  padding: 12px 24px;
  border-radius: 50px;
  font-size: 1rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Tamaño reducido en pantallas pequeñas (ej. celulares) */
@media (max-width: 576px) {
  .btn-denuncia {
    padding: 8px 16px;
    font-size: 0.85rem;
  }
}

.slider-image {
  /* background-repeat: no-repeat; 
  background-position: center center;
  background-size: cover;
  height: 100vh; */
  background-size: cover;
  background-position: center center;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .slider-image {
    background-position: right center !important; /* mueve un poco hacia la derecha */
  }
}

/* Móvil */
@media (max-width: 767px) {
  .slider-image {
    background-position: right center !important;
  }
}

.slider-image-center {
  background-size: cover;
  background-position: center center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .slider-image-center {
    background-position: 80% center !important; /* mueve un poco hacia la derecha */
  }
}

/* Móvil */
@media (max-width: 767px) {
  .slider-image-center {
    background-position: center center !important;
  }
}

.wallpaper-blur {
  background: none; /* eliminamos el fondo inline para moverlo al ::before */
  overflow: hidden;
}

.wallpaper-blur::before {
  content: '';
  position: absolute;
  inset: 0;
  /* background: url('/assets/images/custom/banner/banner-2.webp') center center; */
  background-size: cover;
  filter: blur(2px); /* desenfoque */
  z-index: 0;
}

.wallpaper-blur > .container {
  position: relative;
  z-index: 1; /* Asegura que el contenido esté encima del blur */
}

.video-banner {
  background: url('/assets/images/custom/banner/banner-1.webp') center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.spinner > svg {
  display: none !important;
}

.banner-1 {
  position: relative; /* necesario para que ::before se posicione dentro */
  overflow: hidden;   /* opcional, para que no se salga nada */
}

.banner-1::before {
  /* content: ""; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/assets/images/custom/slider/slider-2-new.webp');
  background-size: cover;
  background-position: center center;
  background-position: center center;
  background-repeat: no-repeat;  
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .banner-1::before {
    background-position: 80% center;
  }
}

/* Móvil */
@media (max-width: 767px) {
  .banner-1::before {
    background-position: right center;
  }
}

.banner-2::before {
  background: url('/assets/images/custom/banner/banner-3.webp') center center;
}

.banner-3::before {
  background: url('/assets/images/custom/banner/banner-3.webp') center center;
}

.banner-4::before {
  background: url('/assets/images/custom/banner/banner-3.webp') center center;
}

.banner-5::before {
  background: url('/assets/images/custom/banner/banner-3.webp') center center;
}

.fs-16 {
  font-size: 16px !important;
}

.no-background-modal {
  background: transparent !important;
  box-shadow: none !important;
}

.transparent-backdrop {
  background-color: transparent !important;
}

.cdk-global-scrollblock {
  background: transparent !important;
}