@charset "utf-8";
/* RED REDE Documento de Estilos */

.fulllayout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    border-radius: 5px;
    background-color: #fff;
}


.bloco1 {
}

.subbloco1 {
      grid-column-start: 1;
      grid-column-end: 4;
      display: grid;
      grid-template-columns: 2fr 1fr;
}
  
.subbloco1 {
    grid-column: 1 / 4;
}

.nested {
    border-radius: 5px;
    background-color: #ffffff;
    padding: 1em;
}
  
.redondo {
    border-radius: 50%;
    border: 2px solid #e2e2e2;
}

.bloco2 {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-auto-rows: 20px;
    position: sticky;
    background-color: #ffffff;
    top: 0;
    z-index: 1;
}

menu {
    padding: 0.25rem;
    overflow-y: scroll;
    white-space: nowrap;
    margin: 0;
}
menu::-webkit-scrollbar {
  display: none;
}


a {
    color: #4c4c4c;
    display: inline-block;
    border-bottom: 1px solid #e2e2e2;
    padding: 0.5rem;
    margin: 0;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: small;
}

p {
  color: #6b6b6b;
}

.menu-item-selected{
  border-bottom: 1px solid #ff0000;
  color: #ff0000;
}

.bloco3 {
    grid-column-start: 1;
    grid-column-end: 4;
    border-bottom: 1px solid #e2e2e2;
}
  
.bloco4 {
    grid-column-start: 1;
    grid-column-end: 2;
    border-bottom: 1px solid #e2e2e2;
}

.foto {
  border-radius: 5%;
}
.bloco5 {
    padding: 1em;
    grid-column-start: 2;
    border-bottom: 1px solid #e2e2e2; 
}


h1 {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: medium;
}

h2 {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: small;
  padding-left: 1em;
  padding-right: 1em;
}

.sub {
  color: #444444;
  font-weight:400;
  font-size: small;
}

.sub2 {
  color: #444444;
  font-weight:400;
  font-size: smaller;
}

h4 {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: smaller;
  font-weight:600;
  color: #000000;
  padding-left: 1em;
  padding-right: 1em;
}

h5 {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: smaller;
  color: #4c4c4c;
  margin-top: -1em;
  font-weight: 300;
}

p {
  font-size: smaller;
}

a:link {text-decoration: none;}
a:active {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}

.redrede {
  grid-column-start: 1;
  grid-column-end: 4;
  display: flex;
  justify-content: center;
}

.none {
  border-bottom: 0px; 
}

.bandeira {
  width: 15px;
  height: 15px;
}