@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Animations */
@import url(animations/anim-glitch.css);
@import url(animations/anim-glitchop-.css);

/* Mobile First Method */

#google_translate_element,
/*.goog-te-banner-frame,*/
/*.goog-te-balloon-frame,*/
/*#goog-gt-tt,*/
/*.goog-te-balloon-frame,*/
/*.goog-tooltip,*/
/*.goog-tooltip:hover {
 display:none !important;
}*/

#google_translate_element {
  position: absolute;
  right: 0;
  top: 0; 
}

* {
  margin: 0px;
  padding: 0px;
  font-size: 1em;
}

:root { /*Working with variables*/
  --fonte-del: 'Raleway', sans-serif;
}

body {
  display: block;
  background-color: rgb(0, 0, 0);
}

header {
  position: relative;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.imagem-transparente img {
  display: flex;
  position: absolute;
  bottom:0;
  left: 0;
  width: 10vw;
  height: 5vw;
}

header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(../images/metropainel/metropainel-300.webp);
  opacity: 0.5;
  z-index: -1;
}

header > #devopsiconsanim {
  margin-left: 17.5vw;
  display: block;
  justify-content: center;
  width: 30vw;
  height: 30vw;
  
}

header > div > h1 {
  display: none;

  font-family: 'Raleway';
  color: white;
  font-weight: 200;
  font-size: 1.5em;
  overflow-wrap: break-word;
  /* word-break: break-all;  Break letters */

  opacity: 1;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.301);

  cursor: pointer;

  margin-left: 20vw;
}

#title:hover {
  font-family: 'Raleway';
  color: #6ef169b2;
  cursor: pointer;
  animation: glitch1 2s ;
  font-size: 1em;
}

header > div > div > h1 {
  font-family: 'Raleway';
  color: white;
  font-weight: 200;
  font-size: 1.5em;
}

div#typewrite {
  display: none;
}

img#foto, div#foto1, div#foto2 {
  top: 6vw;
  left: 5vw;
  width: 13vw;
  height: 13vw;
}

img#foto {
  position: absolute;
  display: none;

  animation: glitchop- 2.5s infinite;
}

div#foto1 {
  display: none;
  position: absolute;
  background-color: rgba(51, 255, 0, 0.479);

  animation: glitch2 0.2s infinite;
}

div#foto2 {
  display: none;
  position: absolute;
  background-color: rgba(255, 0, 0, 0.479);
  
  animation: glitch3 0.2s infinite;
}

nav {
  display: flex;
  font-size: 1.5em;
  width: 100vw;
  position: relative;
  padding-left: 10vw;
}

nav#homemenu {
  display: contents;
}

h2, a {
  font-family: 'Raleway';
  font-weight: 200;
  color: rgb(230, 230, 230);
  text-decoration: none;
}

menu > ul > li > a {
  display: block;
}

.linklist > li > a:hover {
  color: #6aff65c9;
  animation: glitch1 1s ;
}

.menuclick:hover {
  cursor: pointer;
}

.firstmenu, .secondmenu {
  display: none;
  margin-left: 30px;
}

.menuclick {
  display: block;
}

.menuclick:hover {
  font-weight: 600;
  animation: glitch1 2.5s infinite;
}

.secondmenuclick {
  width: 100%;
  display: block;
  flex-direction: column;
  cursor: pointer;
}

.secondmenuclick:hover {
  font-weight: 600;
  animation: glitch1 2.5s infinite;
}

.linklist {
  width: 100%;
  display: flex;
  flex-direction: column;
  list-style-type: none;
}

.animbackmenu1, .animbackmenu2, .animbackmenu3 {
  display: none;
  position: absolute;
  left: 10px;
  padding-left: 20px;
}

.animbackmenu1:hover::before, .animbackmenu2:hover::before, .animbackmenu3:hover::before {
  content: '\00A0\00A0\00A0\00A0';
}

.animbackmenu1::before, .animbackmenu2::before, .animbackmenu3::before {
  content: '\00A0\00A0\00A0\00A0';
}

.animbackmenu {
  padding-bottom: 30px;
}

.animbackmenu-back {
  position: absolute;
  left: 10px;
  padding-left: 20px;
}

.animbackmenu:hover {
  font-weight: bolder;
  cursor: pointer;
}

.animbackmenu1 {
  animation: glitch1 2.5s infinite;
  color: #ecebff;
}

.animbackmenu2 {
  color: #6ef169;
  animation: glitch2 2.5s infinite;
}

.animbackmenu3 {
  color: #f16f6f;
  animation: glitch3 2.5s infinite;
}

main {
  display: none;
}

#monit-logo {
  display: contents;
  justify-content: space-between;
  align-items: center;
  width: 3.2em;
  height: 2.5em;
}

#monit-logo img {
  display: none;
  position: absolute;
  top: 0.5em;
  right: 0.25em;
  width: 3.2em;
  height: 2.5em;
}

#k8s-logo {
  display: contents;
  justify-content: space-between;
  align-items: center;
  width: 3em;
  height: 3em;
}

#k8s-logo img {
  display: none;
  position: absolute;
  bottom:3px;
  left: 3px;
  width: 3em;
  height: 3em;
}

#k8s-logo:hover img {
  color: #6aff65c9;
  animation: glitch1 1s ;
  cursor: pointer;
}

#k8s-logo:hover a#websiteinfo { 
  display: flex;
  position: absolute;
}

a#websiteinfo {
  display: none;
  position: absolute;
  margin-left: 0em;
  font-family: 'Raleway';
  color: white;
  font-weight: 200;
  font-size: 1em;
  bottom: 3px;
  left: 3em;
  /* padding: 0.6em 0; */
  margin: 0.9em 0;
}

a#websiteinfo:hover {
  color: #6aff65c9;
  animation: glitch1 1s ;
  font-weight: bold;
}