/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18/08/2025, 02:34:33 PM
    Author     : CONOCER
*/

        .banner-container {
            background-color: #611232; 
            text-align: center;
            padding: 10px 0; 
        }

        .container-button {
            text-align: center;
            padding: 10px 0; 
        }

        #tamano-texto {
            font-size: 28px; 
            font-weight: bold; 
            padding: 15px 30px;
        }


        .banner-img {
            height: 80px; 
            width: auto; 
        }

        #nav{
            background-color: #a57f2c;
        }

        footer {
            background-color: #611232; /* fondo oscuro para contraste */
        }

        .footer-logo {
            height: 60px;
            width: auto;
        }

        .footer-links a {
            color: #ddd;
            text-decoration: none;
            display: block;
            margin-bottom: 6px;
            font-size: 0.9rem;
        }

        .footer-links a:hover {
            color: #fff;
            text-decoration: underline;
        }

        .footer-bottom img {
            width: 100%;
            height: auto;
            display: block;
        }

        body {
            background-color: #f8f9fa;
        }
        .form-container {
            background: #fff;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
            max-width: 800px;
            margin: 40px auto;
        }
        .btn-submit {
            background-color: #a51c30;
            color: #fff;
        }
        .btn-submit:hover {
            background-color: #7a1524;
        }
       .modal-content {
            border-radius: 10px;
        }
        .modal-header {
            background-color: #f8f9fa;
            border-bottom: 1px solid #dee2e6;
        }
        .terms-container {
            max-height: 400px;
            overflow-y: auto;
            padding: 15px;
            background-color: #f9f9f9;
            border-radius: 5px;
            border: 1px solid #eee;
        }
        .terms-section {
            margin-bottom: 20px;
        }
        .terms-section h5 {
            color: #0d6efd;
            margin-bottom: 10px;
        }
        .form-check-input:checked {
            background-color: #0d6efd;
            border-color: #0d6efd;
        }
