:root {
  --links: white;
  --textescuro: black;
  --textclaro: whitesmoke;
  --gray: #575a65;
  --azulfacha: #063e9e; 
  --fundoclaro:rgba(245,245,245, 0.6);
}

#html html,body {
  -webkit-font-smoothing: antialiased;
  font-family: "Montserrat", sans-serif;
  text-rendering: optimizeLegibility;
      font-family: Arial;
      /*margin:0;*/
      background-image: url("https://tecnologia.facha.edu.br/assets/default/images/bg.jpg")
      /*
      background-image: url("https://media.istockphoto.com/vectors/gradient-blob-abstract-background-vector-id1282505760?k=6&m=1282505760&s=612x612&w=0&h=3qdPxcMLplq-nJIFftwBbPci7L8k8EN70C-rqEB7CGM=");
      
      background: radial-gradient(#404659,#7BA8D0);
	    background-size: 100% 100%;
      animation: gradient 15s ease infinite;

      position: relative;
*/
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

img.1 {
    width: 40%;
    display: block;
    margin: 0px auto;
    padding-bottom: 10px;
 }  
    h1{
      font-size:20px;
      font-weight:500;
      text-transform:uppercase;
    }
.glass{
      color: #ecf0f1;
      border-radius: 20px;
      padding: 20px;

      backgroud-clip: padding-box;
      backdrop-filter: blur(10px );
    }
#containerr {
  width: 850px;
  margin: 0 auto;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
 /*
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
*/

}
#barnav {
  background-color: transparent;
  overflow: hidden;
  position: relative; /* Set the navbar to fixed position */
  top: 10; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  padding: 3px;
  text-align: center;
}
#barnav a{
  color: white;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  font-size: 12px;
}

#barnav li {
display: inline;
vertical-align: bottom;
}

#barnav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: transparent;
}

#barnav li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 5px 10px;
  text-decoration: none;
}

#barnav li a:hover, .dropdown:hover .dropbtn {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  border-radius: 5px;
}

#barnav li.dropdown {
  display: inline-block;

}

#barnav li a::before {
  content: '';
  position: absolute;
  width: 95%;
  height: 3px;
  border-radius: 4px;
  background-color: white;
  bottom: 0;
  left: 1;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

#barnav li a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
#barnav li img: {
  transform-origin: center;
  transform: scaleX(1);
}

/*
.corpo-landing
{
margin: 0 auto;
background-color: rgba(0, 0, 0, 0.3);
border-radius: 10px;
text-align: justify;
color: whitesmoke;
border-bottom: 2px;
border-bottom-color: yellow;
padding: 10px;
}

*/


.glass-card-grid {
  padding: 1rem 1rem 1rem 1rem;
  margin: 0;
  display: flex;
  gap: 3.3rem;


/*

  justify-content: center;
  float: left;
  position: relative;
  left: 25%;
 */ 
  overflow-x: hidden;

  @media only screen and (max-width: 600px) {
  flex-direction: column;
  }

  .glass-card {
    width: 100%;
    min-height: 220px;
    box-shadow: -1rem 0 1rem -1rem #000;
    padding: 1.5rem;
    color: var(--textescuro);
    background-color: var(--fundoclaro);


    transition: 0.2s;
    margin: 0;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(15px);
    @media only screen and (max-width: 600px) {
      box-shadow: -1rem 0 1rem -1rem #000;
    }


    /*&:hover {
      transform: translateY(-1rem) rotate(0deg);
    }

    &:first-child:hover {
      transform: translate(-0.5rem, -1rem) rotate(0deg);
    }*/

    &:not(:first-child) {
     
      box-shadow: -1rem 0 1rem -1rem #000;

      @media only screen and (max-width: 600px) {
        margin-left: auto;
        margin-top: -50px;
        box-shadow: -1rem 0 1rem -1rem #000;
      }
    }

    .glass-card-title {
      font-size: 1.3rem;
      margin: 0 0 1rem;
      text-transform: uppercase;
      background-color: #404659;
      text-align: center;
    }
  .glass-card-title a {
      text-decoration: none;
      color: var(--textclaro);
    }
  .glass-card-mailito a {
      text-decoration: none;
      color: var(--textescuro);
    }
    p {
      padding-top: 16px;
      font-weight: normal;
      line-height: 1.5rem;
      text-align: justify;
    }

    .tags a {
      font-style: normal;
      font-weight: 800;
      text-transform: uppercase;
      background-color: #575a65;
      color: var(--textclaro);
      font-size: 0.75rem;
      margin-inline-end: 0.66rem;
      border-radius: 4px;
      padding: 10px 10px;
      text-align: center;
      box-shadow: -3rem 0 3rem -2rem #000;
    }
   .tags a:hover {
    background-color: gray;
  
    }

    .author-row {
      margin-block-start: auto;
      display: grid;
      grid-template-columns: 40px 1fr;
      gap: 0.5rem;
      align-items: center;
      color: #565656;
      line-height: 1.3;
    }
  }
}
.logged-fixed{
  position: fixed;
    top: 5px;
    left: 64%;
    font-size: 12px;
    z-index: 1;
    padding: 10px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 5px 5px;
    color: var(--textclaro);
}
.logged-fixed a{
  color: var(--textclaro);
}
.logged-fixed a:hover{
  color: dimgray;
}

