/* Meses del feriado */
.month-link-lg {
    font-size: 20px;
    font-weight: bold;
}

.month-xl {
    font-weight: 900;
}

/* Numeros de emergencia */

.emergency-link-lg {
    font-size: 20px;
    font-weight: bold;
}

.emergency-xl {
    font-weight: 900;
}


/* Orden Alfabetico */
.letter-link-lg {
    font-size: 20px;
    font-weight: bold;
}

.custom-table {
    width: 100%;
    border-collapse: collapse;
}

.bold-control {
    font-weight: 900;
}

.card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease-in-out;
    border: none;
    border-radius: 10px;
}

.card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.card-title {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: bold;
}

.card-text {
    margin-bottom: 1.5rem;
    color: #555;
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

.port-section {
    margin-bottom: 20px;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-25 {
    width: 25% !important;
}

.custom-heading {
    border-bottom: 2px solid #000;
    text-align: center;
    font-size: 1.5rem;
}

.custom-heading ul li a {
    text-decoration: underline;
}

.custom-table th,
.custom-table td {
    padding: 10px;
    text-align: center;
}

@media (max-width: 767px) {
    .table-omega {
        display: flex;
        flex-direction: column;
    }

    .table-omega table {
        order: 1;
    }

    #enero {
        order: -1;
    }
}


.custom-table thead {
    background-color: #343a40;
    color: #fff;
}

.custom-table tbody tr:nth-child(even) {
    background-color: #f8f9fa;
}

.custom-table tbody tr:hover {
    background-color: #e9ecef;
}

.custom-table i {
    margin-right: 5px;
}


.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.scroll-to-top.show {
    opacity: 1;
}

.step-list {
    padding-left: 20px;
}

.step-item {
    margin-bottom: 15px;
}

.step-link {
    color: #007bff;
    text-decoration: none;
}

.step-link:hover {
    text-decoration: underline;
}

.payment-info {
    text-align: center;
    margin-bottom: 20px;
}

.payment-link {
    color: #007bff;
    text-decoration: none;
}

.payment-link:hover {
    text-decoration: underline;
}

.radio-container {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
}

.radio-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    border-radius: 50%;
    transition: transform 0.3s;
}

.radio-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    transition: background-color 0.3s;
}

.radio-button i {
    margin-top: 3px;
}

.radio-button:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.radio-button.hide {
    display: none;
}

.bullet-list {
    list-style-type: disc;
    margin-left: 20px;
}

.display-4 {
    font-size: 2.5rem;
}

.font-weight-bold {
    font-weight: bold;
}

.shadow {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.rounded {
    border-radius: 0.25rem;
}

.mt-4 {
    margin-top: 1.5rem;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.my-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.text-primary {
    color: #007bff;
}

.bg-white {
    background-color: #fff;
}

.p-4 {
    padding: 1.5rem;
}

.text-center {
    text-align: center;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.step-list {
    list-style-type: decimal;
    margin-left: 1.5rem;
    padding-left: 1.5rem;
}

.step-item {
    margin-bottom: 1rem;
}

.step-link {
    color: #007bff;
    text-decoration: underline;
}

.description {
    font-size: 16px;
    color: #555555;
    margin-top: 20px;
}

.section-title {
    font-size: 24px;
    text-transform: uppercase;
    color: #333333;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.section-divider {
    border: none;
    border-top: 1px solid #CCCCCC;
    margin-top: 10px;
    margin-bottom: 20px;
}

