@font-face {

}

* {
	font-family: "Raleway", serif;
  	font-optical-sizing: auto;
	box-sizing: border-box;
}

	body {
		position:relative;
		float:left;
		width:100%;
		margin:0;
		padding:0;
		
	}

		#test_mark {
			position: absolute;
			width:1px;
			left:50%;
			height:100%;
			z-index: 9999999999;
			background-color: red;
		}

		#test_mark2 {
			position: absolute;
			height:1px;
			top:50%;
			width:100%;
			z-index: 9999999999;
			background-color: red;
		}

		#test_mark, #test_mark2 {

			display: none;

		}

		#top_button {

			position:fixed;
			bottom: 75px;
			right:30px;
			width:50px;
			height:50px;
			padding-top: 5px;
			border-radius: 50px;
			background-color:rgba(15,160,191);
			border: 4px solid rgba(255,255,255,.6);
			cursor: pointer;
			color:#f2f2f2;
			z-index:999;
			font-size: 1.5em;
			display: none;
		}

		#top_button.visible {

			opacity: 1;
			display: block;
		}

		#top_container {
			position:absolute;
			float:left;
			width:100%;
			height:100vh;
			background-color:rgba(255,255,255,.6);
			display: none;
			z-index:999999;
		}

		.message-box {
		  	position: relative;
			
			width: 380px;
			
			height: auto;
			display: block;
			border: 1px solid #f9690e;
			border-radius: 0px;
			background-color: #fff;
    		padding-bottom: 0px;
			box-shadow: rgba(50, 50, 50, 0.5) 0px 7px 29px 0px;
		}

			.message-box .title {
				position: relative;
				float: left;
				width: 100%;
				background-color: #f9690e;
				padding: 10px;
				font-weight: bold;
				text-align: center;
				border-radius: 0px 0px 0 0;
				color:#fff;
			}
			
			.message-box .content {
				height: auto;
				width:90%;
				background-color: #fff;
				padding: 24px 16px;
				margin: 0 5%;
				margin-top: 30px;
				margin-bottom: 10px;
				text-align: center;
				text-transform: uppercase;
			}

			.content {
				margin-top:53px !important;
			}

			.message-box .close-button {
				
				position: relative;
				float:left;
				background-color: #f9690e;
				border: none;
				padding: 10px;
				cursor: pointer;
				font-weight: bold;
				width: 90px;
				margin-bottom: 0px;
				margin-top: 15px;
				color: #fff;
				border-radius: 4px;
				left: 0%;
				margin-left: 0px;
				margin-right:10px;
				
			}

			.close-button {
				
					position: absolute;
					bottom: 15px;
					left: 50% !important;
					margin-left: -45px !important;
					margin-bottom: 10px !important;
				
			}

		#header-container {

			position:fixed;
			width:100%;
			z-index:99;
			height:80px;
			transition: all ease-in-out .3s;
			border-bottom: 0px solid #ccc;
		}

		#header-container.scrolled {

			background-color:#FFF;
			
			top:0 !important;
			border-bottom: 1px solid #ccc;
		}

		#header-desktop {
			position: absolute;
			height: 80px;
			min-width: 1200px;
			left: 50%;
			top: 10px;
			transform: translateX(-50%);
			display: flex;
			align-items: center;  /* Align vertically */
			justify-content: space-between; /* Space between logo and menu */
			transition: all ease-in-out 0.3s;
		}


		#header-container.scrolled #header-desktop {

			
			top:5px !important;
		}

		#header-container.scrolled #menu-desktop a {
			color: #666 !important;
		}

		#menu-desktop {
			position: relative;
			display: flex; 
			align-items: center; /* Align items vertically */
			justify-content: flex-end; /* Align items to the right */
			gap: 20px; /* Space between items */
			margin-top: -10px; /* Remove unnecessary margin */
			margin-left: 0; /* Reset margin */
		}


		#menu-desktop a {

            position:relative;
            float:left;
            margin-right: 20px;
            text-decoration:none;
            font-weight: 600;
            font-size: .8em;
            color:#f2f2f2;
            text-transform: uppercase;
            transition: all ease-in-out .3s;
			letter-spacing: 1px;
        }
	
		#menu-desktop a:hover {

            color:#fff;
            
        }

		.menu-item {
			position: relative;
			z-index:99;
		}

		.dropdown {
			position: absolute;
			top: 100%;
			left: 0;
			background-color: #333;
			list-style: none;
			padding: 0;
			margin: 0;
			margin-top:15px;
			width: 220px;
			opacity: 0;
			visibility: hidden;
			transition: all 0.3s ease-in-out;
			box-shadow: 0 4px 8px rgba(0,0,0,0.1);
		}

		/* Dropdown items */
		.dropdown li {
			border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		}

		.dropdown li a {
			display: block;
			padding: 12px 15px;
			color: #ccc;
			text-decoration: none;
			font-size: 0.8em;
			font-weight: 600;
			letter-spacing: 1px;
		}

		.dropdown li:hover .dropdown li a {
			
			color: #f2f2f2 !important;
			
		}

		/* Show dropdown on hover */
		.menu-item:hover .dropdown {
			opacity: 1;
			visibility: visible;
			top: 80%; /* Adjust based on spacing needed */
		}

		/* Change colors when scrolled */
		#header-container.scrolled #menu-desktop a {
			color: #666 !important;
		}

		#header-container.scrolled .dropdown {
			background-color: #fff;
		}

		#header-container.scrolled .dropdown li a {
			color: #333;
		}

		#mobile-menu {
			display: none; 
		}

		.menu-toggle {
			display: none; 
			font-size: 2em;
			color: #333;
			cursor: pointer;
		}

		.hidden {display: none;}

			#logo {

				position:relative;
				float:left;
				width:80px;
				height:80px;
				margin-top:-10px;
				background-image: url("../img/logo.png");
				background-position: center;
				background-size: 100%;
				background-repeat: no-repeat;

			}

				

		#container {
			
			position:relative;
			float:left;
			width:100%;
			
			

		}

			#landing-section {

				position: relative;
				float: left;
				width:100%;
				height:100vh;
				background-image:url("../../img/cabecera-bitfarma.jpg");
				background-position: center top;
				background-repeat:no-repeat;
				background-size: cover;
				display: flex;
				flex-direction: column;
				justify-content: center; 
				align-items: center;   

			}

			#landing-section.small {

				height: 500px;

			}

				#landing-section h2 {

					order: 1;
					display: flex;
					font-size: 3em;
					color: #ffffff;
					text-shadow: 1px 1px 5px #999;
					text-transform: uppercase;
					text-align: center;
				}

			.separator {
                content: "";


                width: 30px; /* Adjust as needed */
                height: 2px;
                background-color:rgba(15,160,191);
                margin:20px 0;
            }


			#info-section {
				position: relative;
				width: 100%;
				padding: 80px 0;
				display: flex;
				flex-direction: column;
				align-items: center;
			}

			/* Container to align logo and text */
			.info-wrapper {
				display: flex;
				align-items: center;
				justify-content: space-between;
				max-width: 1200px;
				width: 100%;
				margin: 0 auto;
				margin-bottom: 30px;
			}

			/* Adjust left section (logo) */
			.info-left {
				flex: 1;
				display: flex;
				justify-content: center;
			}

			.info-left img {
				width: 240px; /* Adjust as needed */
				height: auto;
			}

			/* Adjust right section (text content) */
			.info-right {
				flex: 2;
				max-width: 700px;
				text-align: left;
			}

			.info-right h2 {
				text-transform: uppercase;
				color: rgba(15,160,191);
				font-size: 2.5em;
				margin-bottom: 10px;
				text-shadow: 1px 1px 5px #f0f0f0;
			}

			.separator {
				width: 50px;
				height: 3px;
				background-color: rgba(15,160,191);
				margin-bottom: 20px;
			}

			.info-right p {
				font-size: 1.2em;
				line-height: 1.8;
				color: #333;
				margin-bottom: 15px;
			}

			/* Bottom section with equal columns */
			.info-bottom {
				display: flex;
				justify-content: space-between;
				max-width: 1200px;
				width: 100%;
				margin-top: 50px;
				gap: 40px;
			}

			.info-box {
				flex: 1;
				font-size: 1.2em;
				line-height: 1.6;
				color: #333;
				text-align: left;
			}

			.info-box strong {
				font-weight: bold;
			}

			/* Responsive adjustments */
			@media (max-width: 992px) {
				.info-wrapper {
					flex-direction: column;
					text-align: center;
				}

				.info-left img {
					margin-bottom: 20px;
				}

				.info-right h2, 
				.info-right p {
					text-align: center;
				}

				.info-bottom {
					flex-direction: column;
					gap: 20px;
				}
			}

			#cta-section {
				background-color: rgba(15,160,191,0.9); /* Blue background with opacity */
				padding: 40px 20px;
				text-align: center;
				position: relative;
				width: 100%;
			}

			.cta-container {
				max-width: 1000px;
				margin: 0 auto;
				font-size: 1.5em;
				font-weight: bold;
				color: #ffffff;
				line-height: 1.6;
				display: flex;
				align-items: center;
				justify-content: center;
				gap: 20px;
			}

			.cta-icon {
				font-size: 2.5em;
				font-weight: bold;
				color: #ffffff;
			}

			.cta-container p {
				margin: 0;
			}

			/* Responsive adjustments */
			@media (max-width: 768px) {
				.cta-container {
					flex-direction: column;
					text-align: center;
					font-size: 1.2em;
				}

				.cta-icon {
					font-size: 2em;
				}
			}




			#modulos-section {

				position: relative;
				float: left;
				width:100%;
				padding:50px 0;
				display: flex;
				flex-direction: grid;
				justify-content:flex-start; 
				align-items: center;   
	
	
			}

				.modulo {
	
					width:33%;
					height:400px;
					background-position: center;
					background-size: cover;
					background-repeat: no-repeat;



				}

				

			#footer-section {

				position: relative;
				float: left;
				width:100%;
				background-color: rgba(15,160,191);
				display: flex;
				flex-direction: column;
                justify-content: center; 
                align-items: center; 

			}

				#footer-wrap {

					width: 80%;
					display: flex;
					flex-direction: row; /* Ensure items are in a row */
					justify-content: space-between; /* Push elements apart */
					align-items: center;
					padding: 30px;
					

				}

					#footer-wrap img {

						height: 80px;
						


					}

					#footer-wrap h4 {

						color:#f2f2f2;

					}

/*
		
@media only screen and (min-width: 360px) and (max-width:1024px) {
	
	#lista{
		
		height:70vh;
		width:80vw;
	}
	
		.art {

			
			

		}

			.art h5 {


				font-size: 2em;

			}
	
		#jsonOutput {

			font-size: 2em;
			width:65vw;
			height:120px;
			
			padding:40px;
		}

			#recordButton {

				position: relative;
				float: left;
				width:120px;
				height:120px;
				background-color:#f2f2f2;
				border-radius:0px;
				box-shadow: rgba(50, 50, 50, 0.5) 0px 7px 29px 0px;
				cursor: pointer;
				background-image: url(../img/micro.png);
				background-position: center;
				background-repeat: no-repeat;
				background-size: 90px;
				margin-left:20px;
				border-radius: 90px;
				border:none;
				padding:10px;
			}
}
@media only screen and (max-width: 1024px) and (max-height:600px) {
	
}*/