                /* Efectos y estilos personalizados */
            /******************************/
            
            .full-screen {
                padding: 60px 0;
            }
            
            .bg-light {
                background-color: rgb(229, 50, 45);
            }
            
            .container {
                max-width: 1200px;
                margin: auto;
                padding: 0 15px;
            }
            
            .section-heading {
                text-align: center;
                margin-bottom: 20px;
                font-size: 2.5em;
            }
            
            .section-content {
                text-align: center;
                margin-bottom: 40px;
                font-size: 1.2em;
            }
            
            .row {
                display: flex;
                justify-content: center;
                gap: 20px;
            }
            
            .card {
                background: white;
                border-radius: 10px;
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
                overflow: hidden;
                width: 230px;
                margin: 10px;
                /* Espaciado entre tarjetas */
            }
            
            .card-header {
                background-color: rgb(229, 50, 45);
                color: white;
                padding: 15px;
                text-align: center;
            }
            
            .card-body {
                padding: 20px;
                text-align: center;
            }
            
            .map {
                height: 150px;
                background-color: #e9ecef;
                /* Simula el mini mapa */
                margin-bottom: 15px;
                height: 100px;
                /* Ajusta la altura del mini mapa */
                background-color: #e9ecef;
                /* Color de fondo para los mapas */
            }
            
            .map-large {
                height: 300px;
                background-color: #e9ecef;
                /* Simula el mapa grande */
                margin-bottom: 15px;
            }
            
            .carousel-control-prev-icon,
            .carousel-control-next-icon {
                background-color: rgb(229, 50, 45);
                /* Cambia el color de las flechas */
                border-radius: 50%;
                /* Hace que las flechas sean circulares */
            }
            /*******************************/
            
            body {
                font-family: 'Georgia', serif;
                margin: 0;
                padding: 0;
                background-color: #f9f9f9;
                color: #333;
            }
            
            section {
                text-align: center;
            }
            /* Estilo para secciones que deben ocupar toda la pantalla */
            
            .full-screen {
                height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            
            .navbar {
                background-color: rgb(229, 50, 45);
                /* Cambiado el color del fondo */
            }
            
            .navbar-nav .nav-link {
                color: #fff !important;
                font-weight: bold;
                padding: 15px;
            }
            
            .navbar-nav .nav-link:hover {
                color: #f8f9fa !important;
                background-color: rgba(255, 255, 255, 0.2);
                transition: 0.3s;
            }
            /* Estilo personalizado para la palabra "MAS" */
            
            .logo-text .mas {
                font-weight: bold;
                font-size: 40px;
                font-style: italic;
                color: #ffffff;
                background-color: #E5322D;
                padding: 5px 10px;
                margin-right: 10px;
            }
            
            .logo-text .cambios {
                font-weight: normal;
                font-size: 40px;
                color: #000000;
            }
            /* Hero con imagen de fondo */
            
            .hero {
                background: url('https://via.placeholder.com/1920x1080') no-repeat center center/cover;
                height: 100vh;
                color: white;
            }
            
            .section-heading {
                font-size: 2.5rem;
                margin-bottom: 20px;
                color: #343a40;
            }
            
            .section-content {
                font-size: 1.2rem;
                color: #6c757d;
            }
            
            section {
                padding: 20px;
                margin: 20px;
                background-color: white;
                border-radius: 8px;
                box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
                transition: transform 0.3s;
            }
            
            section:hover {
                transform: scale(1.02);
            }
            
            .animate {
                opacity: 0;
                transform: translateY(50px);
                transition: all 0.5s ease-out;
            }
            
            .pizarra {
                background-color: #e7f3fe;
                border-left: 5px solid #007bff;
                padding: 10px;
                margin: 20px 0;
            }
            
            .animate.visible {
                opacity: 1;
                transform: translateY(0);
            }
            /* Ajuste del botón de menú móvil */
            
            .navbar-toggler {
                margin-left: auto;
            }
            
            footer {
                text-align: center;
                padding: 20px;
                background-color: rgb(229, 50, 45);
                color: white;
                position: relative;
                bottom: 0;
                width: 100%;
            }
            /*******************************/
            
            .table {
                width: 100%;
                border-collapse: collapse;
                margin-top: 20px;
                background-color: #fff;
                box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
                border-radius: 5px;
            }
            
            .table th,
            .table td {
                padding: 12px;
                text-align: center;
                border-bottom: 1px solid #e0e0e0;
            }
            
            .table th {
                background-color: rgb(229, 50, 45);
                color: white;
            }
            
            .table tbody tr:hover {
                background-color: #f1f1f1;
            }
            
            .form-select {
                border: 1px solid #007bff;
                border-radius: 5px;
                padding: 10px;
                font-size: 1em;
            }
            /***********************************/
            /* Estilo para el select */
            
            #sucursal {
                width: 100%;
                padding: 10px;
                font-size: 16px;
                border: 1px solid #E5322D;
                border-radius: 5px;
                background-color: #f9f9f9;
                color: #333;
                box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
                transition: border-color 0.3s ease, box-shadow 0.3s ease;
                appearance: none;
                /* Oculta la flecha predeterminada */
                background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg>');
                background-repeat: no-repeat;
                background-position: right 10px top 50%;
                background-size: 16px 16px;
            }
            
            #sucursal:focus {
                border-color: #E5322D;
                /* Cambia el color al enfocarse */
                box-shadow: 0px 4px 8px rgba(0, 191, 165, 0.2);
                outline: none;
            }
            /* Estilo adicional para el contenedor del select */
            
            .cotizacion-selector {
                max-width: 400px;
                margin: 20px 0;
            }
            /**************************************************/
            
            #contacto {
                background-color: #f8f9fa;
                /* Color de fondo */
                padding: 60px 0;
            }
            
            .form-group {
                margin-bottom: 20px;
            }
            
            .form-control {
                border-radius: 5px;
                border: 1px solid #ced4da;
                padding: 10px;
                font-size: 1em;
            }
            
            .form-control:focus {
                border-color: #E5322D;
                box-shadow: 0 0 0 0.2rem rgba(229, 50, 45);
            }
            
            .btn-primary {
                background-color: #E5322D;
                border: none;
                padding: 10px 20px;
                border-radius: 5px;
                font-size: 1em;
            }
            
            .btn-primary:hover {
                background-color: #E5322D;
            }
            
            .carousel-inner {
                display: flex;
                flex-direction: row;
                /* Asegura que los elementos se coloquen horizontalmente */
            }
            /*************************************************/
            
            @media (max-width: 768px) {
                .logo-text .mas,
                .logo-text .cambios {
                    font-size: 24px;
                }
                .pizarra {
                    padding: 5px;
                }
                section {
                    padding: 15px;
                }
                .pantallachica {
                    display: block;
                    text-align: center;
                    /* Centra el texto */
                }
                .pantallagrande {
                    display: none;
                }
                .pantallachica {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                }
                .d-flex {
                    display: flex;
                    overflow-x: auto;
                    /* Permite el desplazamiento horizontal */
                }
                .card {
                    min-width: 300px;
                    /* Ancho mínimo de cada tarjeta */
                    flex: 0 0 auto;
                    /* No permite que las tarjetas se compriman */
                    margin: 10px;
                    /* Espaciado entre tarjetas */
                }
                /************************************************/
                .cotizacion-pizarra {
                    /*background-color: #f67272;*/
                    border-left: 5px solid #E5322D;
                    padding: 15px;
                    margin-top: 20px;
                    border-radius: 5px;
                }
                .cotizacion-item {
                    display: flex;
                    justify-content: space-between;
                    padding: 5px 0;
                }
                button {
                    margin-right: 10px;
                    padding: 10px 15px;
                    background-color: #E5322D;
                    color: white;
                    border: none;
                    border-radius: 5px;
                    cursor: pointer;
                }
                button:hover {
                    background-color: #d62828;
                }
                /***********************************************/
                footer {
                    text-align: center;
                    padding: 20px 0;
                    background-color: rgb(229, 50, 45);
                }
                .social-icons {
                    margin-top: 10px;
                }
                .social-icons a {
                    margin: 0 10px;
                    color: white;
                    font-size: 1.5em;
                    text-decoration: none;
                }
                .social-icons a:hover {
                    color: rgb(239, 200, 200);
                }
                /************************************************/
                #inicio {
                    height: 100vh;
                    /* Altura completa de la pantalla */
                    background-color: rgba(255, 255, 255, 0.7);
                    /* Fondo blanco semitransparente */
                }
                /************************************************/
                /************************************************/