@charset "UTF-8";
* {
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #002a4f !important;
  font-family: 'Roboto', sans-serif;
}
.layout {
  width: 100%;
  flex: 1 1 auto;
  min-height: 0;
  /*  height: 100%;*/
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
}
.coluna {
  margin: 0;
  padding: 0;
  min-width: 0;
  height: 100%;
  justify-content: center;
  align-content: center;
}
.coluna-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.conteudo-canvas {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.idiomas {
    margin-top: 1rem;
    gap: 0.7rem;
}
.bt-border-circular {
    border: 2px solid #23aeff;
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #002a4f;
    transition: 0.7s ease-in-out;
}
.bt-border-circular:hover {
    background-color: #23aeff;
    color: #002a4f;
}


.coluna-3 {
        display: flex;
        justify-content: flex-start !important;
        align-items: center;
    }
.vertical-menu {
	width: 200px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#animation_container {
  position: relative;
	    display: block;
	    cursor: pointer;
    text-decoration: none;
  width: min(22vw, 70vh);
  height: min(22vw, 70vh);
  flex-shrink: 0;
}
#canvas {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#dom_overlay_container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
.cinza {
  color: darkgray;
}
.neio-mustafa {
  font-size: 200%;
  font-weight: 200;
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif;
  color: #2690FF;
		  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9);
}

#entrelinha-neio {
  line-height: .9em;
}
.artista {
  font-weight: 300;
  letter-spacing: 2.2px;
  font-size: small;
}
.slogan {
  font-weight: 300;
  letter-spacing: 2.2px;
  font-size: small;	
}
.data-footer {
	font-weight: 200;
	  letter-spacing: 1.2px;
	font-family: 'Roboto', sans-serif;
	font-size: small;
}
.azul {
  color: #2690FF;
}

/*tooltip circulo radar*/
#welcome-tooltip {
    position: absolute;
    left: 50%;
    top: 73%;
    transform: translate(-50%, -50%);

    color: #2690FF;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 300;
    white-space: nowrap;
	  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9);

    opacity: 0;
    pointer-events: none;

    transition: opacity 0.8s ease;
}

#welcome-tooltip span {
    display: block;
}

.menu-link {
    color: darkgray;
    text-decoration: none;
    display: block;
    padding: 0.3rem 1.05rem;
	font-weight: 200;
	letter-spacing: 2.2px;
	  font-size: small;
/*	justify-content:flex-start;*/

}
.menu-link:hover {
	color: #2690FF;
	text-decoration: none;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media (max-width: 600px) {
  .layout {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
  }
  #animation_container {
    width: min(100vw, 33.333vh);
    height: min(100vw, 33.333vh);
  }
	.neio-mustafa {
		font-weight: 300;
        text-align: center !important;
        line-height: 0em;
		padding: 0 !important;
	}
	.artista.text-nowrap {
        white-space: normal !important;
		text-align: center !important;
    }
	.slogan {
        font-size: clamp(10px, 3vw, 16px);
		text-align: center !important;
	}
.data-footer {
	font-size: clamp(6px, 2.8vw, 11px);
}
/*	COLUNA 3*/
.coluna-3 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
.vertical-menu {
	width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        column-gap: 1rem;
        row-gap: 1rem;
        padding: 1rem;
}

    .menu-link {
		padding: 0;
    white-space: nowrap;
    }


}
