﻿/*#TituloAdvertencia {
    text-align: center !important;
    width: 100%;
}

#iconoAdvertencia {
    color: #fce7b5;
    padding-top: 5px;
}

#botonCerrarSuperior {
    color: white;
}

#botonCerrarInferior {
    background-color: #d81b60;
    color: white;*/
    /*color: #d81b60;*/
/*}

#HeaderDelModal {*/
    /*padding:3%;*/
   /* padding-top: 2%;
    padding-bottom: 1.5%;*/
/*}*/

/*#footerDelModal {
    padding-bottom: 1.5px;
}*/
/*#txtValidar {
    font-weight: 500;
}*/

.btn:hover {
    filter: brightness(1.1);
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.btn {
    transition: all 0.3s ease;
    cursor: pointer;
}
/*ESTILOS MODAL ERROR ESTILOS MODAL ERROR ESTILOS MODAL ERROR ESTILOS MODAL ERROR ESTILOS MODAL ERROR ESTILOS MODAL ERROR ESTILOS MODAL ERROR ESTILOS MODAL ERROR ESTILOS MODAL ERROR*/
.modal.fade.custom-validation-modal {
    z-index: 9999;
}

    .modal.fade.custom-validation-modal .modal-dialog {
        transition: all 0.3s ease;
        transform: scale(0.95) translateY(20px);
    }

    .modal.fade.custom-validation-modal.show .modal-dialog {
        transform: scale(1) translateY(0);
    }

.custom-validation-modal .modal-content {
    background: #2d3748;
    border-radius: 8px;
    border: 1px solid #4a5568;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.05);
    overflow: hidden;
    margin: 0;
}

.custom-validation-modal .modal-header.bg-maroon {
    background: #dc3545 !important;
    padding: 18px 30px 16px;
    text-align: center;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px 8px 0 0;
    margin: 0;
}

.custom-validation-modal .modal-header .modal-icon {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 8px;
    text-shadow: none;
    display: block;
}

.custom-validation-modal .modal-header h2 {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0;
    text-shadow: none;
}

.custom-validation-modal .modal-header .close {
    position: absolute;
    top: 12px;
    right: 15px;
    background: none;
    border: none;
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 6px;
    border-radius: 4px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    opacity: 0.9;
}

    .custom-validation-modal .modal-header .close:hover {
        background: rgba(255, 255, 255, 0.2);
        color: #fff;
        opacity: 1;
    }

.custom-validation-modal .modal-body {
    padding: 25px 30px;
    text-align: center;
    background: transparent;
}

    .custom-validation-modal .modal-body p {
        color: #e2e8f0;
        font-size: 1rem;
        line-height: 1.5;
        margin: 0;
    }

.custom-validation-modal .modal-footer {
    padding: 15px 30px 20px;
    text-align: right;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
    margin: 0;
}

    .custom-validation-modal .modal-footer .btn {
        background: #dc3545;
        color: #fff;
        border: none;
        padding: 10px 24px;
        border-radius: 6px;
        font-size: 0.95rem;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.2s ease;
        box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3);
    }

        .custom-validation-modal .modal-footer .btn:hover {
            background: #c82333;
            transform: translateY(-1px);
            box-shadow: 0 4px 12px rgba(220, 53, 69, 0.4);
        }

        .custom-validation-modal .modal-footer .btn:active {
            transform: translateY(0);
        }

@media (max-width: 576px) {
    .custom-validation-modal .modal-dialog {
        margin: 1rem;
        max-width: none;
        width: calc(100% - 2rem);
    }

    .custom-validation-modal .modal-header.bg-maroon {
        padding: 16px 20px 14px;
    }

    .custom-validation-modal .modal-body {
        padding: 20px;
    }

    .custom-validation-modal .modal-footer {
        padding: 12px 20px 16px;
    }

    .custom-validation-modal .modal-header .close {
        top: 10px;
        right: 12px;
    }
}

@media (min-width: 577px) and (max-width: 767px) {
    .custom-validation-modal .modal-dialog {
        margin: 1.5rem auto;
        max-width: 450px;
    }
}

.demo-btn {
    background: #dc3545;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3);
}

    .demo-btn:hover {
        background: #c82333;
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(220, 53, 69, 0.4);
    }

#txtValidar {
    display: inline-block;
    padding: 10px 15px;
    color: #ffffff;
    font-weight: 500;
    font-size: 1.05rem;
    transition: all 0.2s ease-in-out;
}
