:root {
  color-scheme: light;
}

body{
    font-size: 20px;
}

.size-25{
    font-size: 25px !important;
}

a {
    text-decoration: none !important;
}

.main-banner {
  height: 250px;
  background-size: cover;
  background-position: center;
}

.custom-arrow .carousel-control-prev-icon,
.custom-arrow .carousel-control-next-icon {
  filter: invert(1);
  background-size: 50% 50%;
}

.carousel-control-next, .carousel-control-prev {
  bottom: 20% !important;
}

.carousel-control-prev {
  left: 8px;
}

.carousel-control-next {
  right: 8px;
}

.wave-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    overflow: hidden;
    z-index: 2;
}
.wave {
    display: block;
    width: 100%;
    /*height: 100%; */
}
.fixed-bottom {
    backdrop-filter: blur(6px);
    background-color: rgba(255, 255, 255, 0.85);
}
.quick-action {
    color: #333;
    text-decoration: none;
    font-size: 18px !important;
    width: 80px;
}
.icon-lg {
    width: 60px;
    height: 60px;
    /*border-radius: 50%;  */
    padding: 10px;
    background-color: #f1f1f1;
    margin-bottom: 5px;
    transition: transform 0.2s;
}
.icon-lg:hover {
    transform: scale(1.1);
}
.icon-sm {
    width: 30px;
    height: 30px;
}
.mini-card {
    border: none;
    border-radius: 12px;
    background-color: #f8f9fa;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.51);
    transition: all 0.2s ease;
}
.mini-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

/* Mostrar solo en móviles (pantallas menores a 768px) */
.only-mobile {
    display: block;
}
@media (min-width: 768px) {
    .only-mobile {
        display: none !important;
    }
}
.pc-only {
    display: none;
    min-height: 70vh;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1.5rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #fff;
}
.pc-only .pc-message {
    max-width: 500px;
    border: 2px solid #a31522;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 4px 12px rgba(163, 21, 34, 0.25);
    color: #222;
    font-weight: 500;
    font-size: 1.1rem;
}
.pc-only .pc-message a img {
    max-width: 150px;
    margin: 1rem auto;
    display: block;
    transition: transform 0.3s ease;
}
.pc-only .pc-message a:hover img {
    transform: scale(1.05);
    cursor: pointer;
}
/* Mostrar solo en pantallas grandes */
@media (min-width: 768px) {
    .pc-only {
        display: flex;
    }
}


#pdfModal .btn-close {
    position: absolute;
    z-index: 1100;
    background-color: aliceblue;
}


.carousel-control-prev-icon, .carousel-control-next-icon {
    display: none !important;
}

