		.nav-item.dropdown:hover .dropdown-menu {
			display: block;
		}

		.dropdown-menu:hover {
			display: block;
		}
        header {
			background-color: #003366;
            border-bottom: 2px solid #FF4500;
        }
		h2 {
			font-weight: bold;
		}
		p {
			font-size: 18px;
		}
		#seccion1::after {
			content: "";
			display: block;
			height: 3px;
			background-image: linear-gradient(90deg, #FFA07A, #8B4513);
		}
		#seccion2::after {
			content: "";
			display: block;
			height: 3px;
			background-image: linear-gradient(90deg, #800080, #FF69B4);
		}
