body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 20px;
            background-color: #f0f0f0;
            font-size: 14px;
        }
        hr{
                color:  #FA4540;
        }
        #cabecera{
            text-align: center;
        }
        .container {
            width: 95%;
            margin: 0 auto;
            background-color: #fff;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
        }
        h1{
            color: #FA4540;
        }
        table {
            width: 100%;
            border-collapse: collapse;
        }
        th, td {
            padding: 2px;
            text-align: left;
            border-bottom: 1px solid #ddd;
            font-size: 12px;
        }
        th {
            background-color: #f8d7da;
            color: #721c24;
            width:14% !important;
        }
        th:first-child{
            width:2% !important;
        }
        th:last-child{
            width:18% !important;
        }
        th.corto{
                width: 1% !important;
        }
        .btn {
            padding: 8px 50px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            transition: background-color 0.6s;
        }
        .btn-add {
            background-color: #FA4540 !important;
            color: white !important;
            margin-bottom: 20px;
        }
        .btn-add:hover {
            background-color: #c82333;
        }
        .btn-action {
            background-color: #f8d7da;
            color: #721c24;
            margin-right: 2px;
        }
        .btn-action:hover {
            background-color: #e9c0c5;
        }
        .quitar{
            border: none;
            background: #ffffff !important;
            margin-left:5px;
        }
        
        .page-item.active .page-link {
            z-index: 3;
            color: #444444;
            background-color: #f8d7da !important;
            border-color:  #721c24 !important;
            border-radius:5px;
        }
        
       
        .logo {
            max-width: 50%; /* Limitar el ancho máximo de la imagen al 70% */
            display: block; /* Convertir la imagen en un bloque */
            margin: 0 auto; /* Centrando la imagen */
        }
        #icons{
            float:left;
            width: 20%;
            text-align: center;
            border-radius: 4px;
            transition: background-color 0.3s;
            margin-bottom: 5px;
            cursor: pointer;
        }
        #icons2{
            display: inline-block;
            float:left !important;
            width: 20%;
            text-align: center;
            border-radius: 4px;
            transition: background-color 0.3s;
            margin-bottom: 5px;
            cursor: pointer;
            
        }
        #icons:hover{
            background-color: #e9c0c5;
        }
        .textos{
            font-size: 13px;
            padding: 3%;
           
        }
        
         #logout{
            text-align: right;
        }
        
        #container {
            background: #fff;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
            /*max-width: 500px;*/
            width: 95%;
            animation: fadeIn 0.8s ease-in-out;
        }
        
        #container_high {
            display: none;
            background: #fff;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
            /*max-width: 500px;*/
            width: 95%;
            animation: fadeIn 0.8s ease-in-out;
        }
        #container_not_high {
            display: none;
            background: #fff;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
            /*max-width: 500px;*/
            width: 950%;
            animation: fadeIn 0.8s ease-in-out;
        }
        .payment{
                font-size: 16px;
                font-family: sans-serif;
                line-height: 1.5;
        }
        .enlace_payment{
                color: #E00618;
                
                font-weight: bold;
        }
        
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(-10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        h2 {
            text-align: center;
            margin-bottom: 20px;
            color: #4A4A4A;
            font-size: 1.8em;
            letter-spacing: 1px;
        }
        
        label {
            display: block;
            margin-bottom: 8px;
            color: #555;
            font-weight: bold;
            font-size: 1em;
        }
        
        input, select {
            width: 100%;
            padding: 12px;
            margin-bottom: 20px;
            border: 1px solid #ccc;
            border-radius: 8px;
            font-size: 1em;
            transition: border-color 0.3s ease;
        }
        input.largo{
            width: 90%;
            margin-left: 5%;
            line-height: 3;
            
        }
        input[type="checkbox"]{
            float: left;
            width: 5%;
            margin-top:4px;
            
        }
        input.medio, select.medio {
            width: 49%;
            padding: 2%;
            margin-top: 0px;
            margin-bottom: 20px;
            border: 1px solid #ccc;
            border-radius: 8px;
            font-size: 1em;
            transition: border-color 0.3s ease;
        }
        input.corto, select.corto {
            width: 32.5%;
            padding: 2%;
            margin-top: 0px;
            margin-bottom: 20px;
            border: 1px solid #ccc;
            border-radius: 8px;
            font-size: 1em;
            transition: border-color 0.3s ease;
        }
        
        textarea{
            width: 90%;
            margin-left: 5%;
            border: 1px solid #ccc;
            border-radius: 8px;
            min-height: 150px;
            margin-bottom: 30px;
        }
        
        /*#line{
            display: inline;
            float: left;
            width: 45%;
            padding: 2%;
            margin-bottom: 20px;
            font-size: 1em;
            transition: border-color 0.3s ease;
        }*/
        #line{
            display: inline;
            float: left;
            width: 50%;
            padding: 2%;
            margin-bottom: 20px;
            font-size: 1em;
            transition: border-color 0.3s ease;
        }
        #linedate{
            display: inline;
            float: left;
            width: 50%;
            padding: 1%;
            margin-bottom: 20px;
            font-size: 1em;
            transition: border-color 0.3s ease;
           
        }
        
        #fullline{
            display: inline;
            float: left;
            width: 100%;
            padding: 2%;
            margin-bottom: 0px;
            font-size: 1em;
            transition: border-color 0.3s ease;
        }
        fieldset, legend{
            border-radius: 5px;
            border: none;
            color: grey;
            padding: 5px;
        }
        input:focus, select:focus {
            border-color: #6D83F2;
            outline: none;
            box-shadow: 0 0 8px rgba(109, 131, 242, 0.3);
        }
        
        .boton{
            width:  100%;
            padding: 15px;
            /*background: linear-gradient(135deg, #6D83F2, #9A68FF);*/
            background-color: #FA4540;
            color: #fff;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            font-size: 1.2em;
            transition: background 0.3s ease, transform 0.2s ease;
            letter-spacing: 0.5px;
            text-transform: uppercase
        }


    #login{        
            width: 90%;
            margin:0 auto;
            text-align: center;
            margin-bottom: 50px;       
    }
    .login{ 
        border: 2px solid red;
        border-radius:5px;
        padding: 20px;
        margin-top: 50px;
    }
     .rojo{
        font-size: 15px;
        color: red;
        text-align: center;
    }
    .verde{
        font-size: 12px;
        color: green;
        text-align: center;
    }
    #parrafo{
         width: 90%;
         margin:0 auto;
         line-height: 1 !important;
        }
        
        
        
/*  VENTANA MODAL */
.modal{
    display: none;
    position: fixed;
    z-index:999999;
    padding-top:40px;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow: auto;
    background-color: rgb(211, 0, 0);
    background-color: rgba(252, 148, 148, 0.4);
   
}
.modal-content{
    /*display: flex;
    flex-direction: row;
    */
    background-color: #fefefe;
    margin:0 auto;
    padding: 0px;
    border:1px solid #C40707;
    width: 80%;
    text-align: justify;
    padding:0% 5%;
    
}
.close{
    color:#aaaaaa;
    float: right;
    font-size: 35px;
    font-weight: bold;
    padding: 1%;
}
.close:hover, .close:focus{
    color: #000;
    text-decoration: none;
    cursor: pointer;
    padding: 1%;
}
#titulo{
        margin: 0px;
        text-align: center;
}
.modal-formulario{
        width:80% !important;
        margin: 0 auto;
}



/* FIN VENTANA MODAL*/
