@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;
		}
				

			#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;
            }

/* Software BitFARMA Section */
#software-bitfarma {
	position: relative;
	float: left;
    width: 100%;
    padding: 50px 20%;
    margin: 50px auto;
    text-align: center;
    font-family: Arial, sans-serif;
    color: #333;
}

#software-bitfarma h2 {
    font-size: 2.5em;
    font-weight: bold;
    text-transform: uppercase;
    color: rgba(15,160,191);
}

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

.intro-text {
    font-size: 1.2em;
    line-height: 1.6;
    max-width: 800px;
    margin: 20px auto;
}

/* Image */
.image-container {
    margin: 30px auto;
}

.image-container img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

/* System Features */
.system-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.feature {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    text-align: left;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease-in-out;
}

.feature:hover {
    transform: translateY(-5px);
}

.feature-icon {
    width: 50px;
    height: 50px;
    background-color: rgba(15,160,191);
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 15px;
}

.feature h4 {
    font-size: 1.4em;
    color: rgba(15,160,191);
    margin-bottom: 10px;
}

.feature p {
    font-size: 1em;
    line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 992px) {
    .system-features {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .system-features {
        grid-template-columns: 1fr;
    }
}

			#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) {
	
}*/