* { 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
	color:#000000;
	background-color:#000000;
	height: 100%;
}

html {
	height: 100%;
}

#pagina {
	position: relative;
	min-height: 100%;
}

.unfnvtopnav {
	background-color: #ffffff;
	overflow: hidden;
	width: 100%;
	height: 74px;
  }

  
  /* Style the links inside the navigation bar */
.unfnvtopnav a {
	float: left;
	color: #000000;
	text-align: center;
	padding: 7px 23px;
	text-decoration: none;
	font-size: 25px;
	align-items: center;
	align-content: center;
	line-height: 35px;
	height: 74px;
	font-family:fuente;
  }
  
  /* Change the color of links on hover */
.unfnvtopnav a:hover {
	color: #969696;
  }
  
  /* Add a color to the active/current link */
.unfnvtopnav a.active {
	color: #969696;
  }

@font-face{
	font-family:fuente;
	src:url("../fuentes_host/Fundamental Brigade Schwer.ttf");
}

.textoweb {
	font-family:fuente;
	text-align:center;
	color: #ffc7f6;
}

.textowebv2 {
	font-family:fuente;
	text-align:center;
	color: #ffffff;
}

.grid1 {
    display: grid; /* Makes the container a grid container */
    grid-template-columns: 30fr;
    grid-gap: 30px;
    padding: 30px;
	box-sizing: border-box;
    /* Optional: Add properties like grid-gap for spacing */
}

@media (min-aspect-ratio: 1) { /* For tablets and desktops */
    	.grid1 {
    		grid-template-columns: 30fr; /* Two columns for larger screens */
    	}
}

.div1, .div2, .div3 {
    /* outline: 5px solid yellow; width, style, color */
    background: #ff0000;
	background: linear-gradient(0deg, rgba(255, 0, 0, 1) 0%, rgba(214, 255, 112, 1) 50%, rgba(64, 255, 64, 1) 100%);
    padding: 30px;
}

.barra {
	display: flex;
	justify-content: left; /* Horizontally centers children */
	align-items: left;
	padding-left: 30px;
}

.activev2 {
    margin-right: 40px;
}

.inactivev2 {
    margin-right: 40px;
}

table,tr {
	border-collapse:collapse;
}

a:link {
	color: #000000;
}

a:visited {
  color: #000000;
}

h1 {
	font-size:50px;
	font-family:fuente;
	text-align: center;
	color: #ffffff;
}

h2 {
	font-size:30px;
	font-family:fuente;
	text-align: center;
	color: #ffffff;
}

h3 {
	font-size:25px;
	font-family:fuente;
	text-align: center;
	color: #ffffff;
}

h4 {
	font-size:20px;
	font-family:fuente;
	text-align: center;
	color: #ffffff;
}

.centro {
	align-items: center;
	align-content: center;
	text-align: center;
}