  /* Definições estéticas */
  body {
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
  }
    
  a {
    color: #000000;
    text-decoration: none;
  }
  
  input[type='checkbox'] {
    display: none;
    visibility: hidden;
  }
  
  /* Seções + Conteúdo */
  /* Seção menu esquerda */
  .tag_Section {
    width: 540px; 
    line-height: 0.5em; 
    float: left; 
    display: block;
    position: static;
  }
  
  /* Diretrizes botão colapsável esquerdo */
  #CollapsibleEsq {
    width: 540px; 
    line-height: 0.5em; 
    margin-top: 0.5em;
    float: left; 
    display: block;
    position: static;
  }
  
  /* Diretrizes botão colapsável centro */
  #CollapsibleCen {
    width: 50vw;
    top: 0;
    bottom: 0;
    margin-top: 2vh;
    line-height: 0.5em; 
    margin-left: 5vw;
    float: center; 
    display: inline-block;
    position: absolute;
  } 
  
  /* Letras estilizadas */
  #O {
    font-style: italic; 
    text-shadow: 3px 1px #f4a18a;
  }
  
  #O2 {
    font-style: italic; 
    text-shadow: 3px 1px #8af4a2;
  }
  
  #Title {
    font-size: 300%;
    font-weight: bold;
    text-shadow: 3px 1px #ffffff;
    background-image: url("/Arquivos/Tumblr/Lay2Out.png"); 
    background-size: cover; 
    background-color: #84afa2;
  }
  
  #Title2 {
    font-size: 200%; 
    font-weight: bold;
    background-color: #8af4a2;
  }
  
  #Title2:hover {
    background-color: #f4a18a;
  }
  
  #Title1 {
    font-size: 20px; 
    font-weight: bold;
    background-color: #8af4a2;
  }
  
  #Title1:hover {
    background-color: #f4a18a;
  }
    
  /* Barra de rolagem */
    ::-webkit-scrollbar{width:10px;height:0px;}
    ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
    ::-webkit-scrollbar-track-piece{background-image: url("/Arquivos/Tumblr/Lay2Out.png"); background-size: cover; background-color: #84afa2; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
    ::-webkit-scrollbar-thumb:vertical{height:30px; background-color: #ececec;-webkit-border-radius:px;}
    ::-webkit-scrollbar-thumb:horizontal{width:0px; background-color: #f4a18a;-webkit-border-radius:px;}
    
  /* Seção botões colapsáveis reduzidos */
  .tag_Texto2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    float: none;
    text-align: justify;
    color: black; 
    font-weight: bold;
    font-size: 300%;
    line-height: 100%;
  }
  
  /* Botão colapsável reduzido */
  .wrap-collabsibleD, .wrap-collapsibleE, .wrap-collapsibleQ, .wrap-collapsibleCo, .wrap-collapsibleVi, .wrap-collapsibleIl {
    margin-bottom: 1.2em;
  }
  
  input[type='checkbox'] {
    display: none;
  }

  #lbl-toggleD {    
    display: inline-block;
    height: auto;
    width: 90%;
    float: right;
    text-align: justify;
    /* padding-left: 1.1%; */
    padding-top: 0.6%;
    padding-bottom: 1.1%;
    background-color: #f4a18a;
    background-size: cover;
    cursor: pointer;
    transition: all 0.25s ease-out;
  }
  
  #lbl-toggleE {
    display: inline-block;
    height: auto;
    width: 108%;
    float: left;
    text-align: justify;
    padding-left: 1.1%;
    padding-top: 1.1%;
    padding-bottom: 1.1%;
    background-color: #f4a18a;
    background-size: cover;
    cursor: pointer;
    transition: all 0.25s ease-out;
  }  
  
  #lbl-toggleE:hover, #lbl-toggleD:hover {
  background-color: #8af4a2;
  }
  
  #lbl-toggleE:hover #O2, #lbl-toggleD:hover #O2 {text-shadow: 3px 1px #f4a18a; }
  
  #lbl-toggleD::before {
    content: '+';
    display: inline-block;
    font-weight: 900;
    float: right;
    font-size: 130%;
    margin-right: 6.3%;
    transition: transform .2s ease-out;
  }
  
  .toggleD:checked + #lbl-toggleD::before {
    content: '-';
    margin-right: 9.3%;
  }
  
  #collapsible-contentD {
    max-height: 0px;
    line-height: 20%;
    overflow: auto;
    margin-left: 9%;
    transition: max-height .25s ease-in-out;
  }
  
  .toggleD:checked + #lbl-toggleD + #collapsible-contentD {
    max-height: 100vh;
    width: auto;
    overflow: visible;
  }
  
  .toggleD:checked + #lbl-toggleD {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
    width: auto;
  }
  
  #collapsible-contentD #content-innerD {
    background-image: url("/Arquivos/Tumblr/Lay2Out.png"); 
    background-size: cover;
    background-color: #ececec;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: .5rem 1rem;
    margin-left: 1%; 
  }
  
  #ContentD {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: normal;
    line-height: 0.95em!important;
    text-align: left;
    background-color: #ffffff;
  }
  
  #ContentD a{
   background-color: #f4a18a;
   font-weight: bold;
  }
  
  #ContentD a:hover{
    background-color: #8af4a2;
  }
  
  /* Botão de texto (tag_Texto) */
  .tag_Texto {
    height: auto;
    float: none;
    text-align: justify;
    padding-left: 1.1%;
    padding-top: 1.1%;
    padding-bottom: 1.1%;
    color: black; 
    font-weight: bold;
    font-size: 300%;
    line-height: 100%;
    background-color: #8af4a2;
    background-size: cover;
  }
  
  .tag_Texto:hover {
    background-color: #f4a18a;
  }
  
  .tag_Texto:hover #O {text-shadow: 3px 1px #8af4a2; }
  
  /* Botão colapsável (encontrado no link: https://www.digitalocean.com/community/tutorials/css-collapsible) */
  .lbl-toggleQ {
    height: auto;
    float: none;
    display: block;
    font-weight: bold;
    font-size: 300%;
    text-align: justify;
    line-height: 100%;
    /* padding-left: 1.1%; */
    padding-top: 1.1%;
    /* padding-bottom: 1.1%; */
    color: #000000;
    background-color: #8af4a2;
    background-size: cover;
    cursor: pointer;
    transition: all 0.25s ease-out;
  }
  
  .lbl-toggleQ:hover {
  background-color: #f4a18a;
  }
  
  .lbl-toggleQ:hover #O {text-shadow: 3px 1px #8af4a2; }
  
  .lbl-toggleQ::before {
    /* content: '+'; */
    display: inline-block;
    font-weight: 900;
    float: right;
    font-size: 130%;
    margin-right: 3.3%;
    transition: transform .2s ease-out;
  }
  
  .toggleQ:checked + .lbl-toggleQ::before {
    /* content: '-'; */
    margin-right: 4.3%;
  }
  
  .collapsible-contentQ {
    max-height: 0px;
    line-height: 100%;
    overflow: auto;
    transition: max-height .25s ease-in-out;
  }
  
  .toggleQ:checked + .lbl-toggleQ + .collapsible-contentQ {
    max-height: 100vh;
    width: auto;
    overflow: visible;
  }
  
  .toggleQ:checked + .lbl-toggleQ {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: auto;
  }
  
  .collapsible-contentQ .content-innerQ {
    background-image: url("/Arquivos/Tumblr/Lay2Out.png"); 
    background-size: cover;
    background-color: #ececec;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: .5rem 1rem;
  }
  
  /* Conteúdo botão colapsável */
  #ContentQ {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 0.95em;
    text-align: left;
    background-color: #ffffff;
  }
  
  #ContentQ a{
   background-color: #f4a18a;
   font-weight: bold;
  }
  
  #ContentQ a:hover{
    background-color: #8af4a2;
  }
  
  /* Botão colapsável central */
  /* Definições botão COLAGEM */
  .lbl-toggleCo  {
    width: 540px; 
    line-height: 0.5em; 
    margin-bottom: 0.18em;
    float: left; 
    display: block;
    position: static;
    height: auto;
    font-weight: bold;
    font-size: 300%;
    text-align: justify;
    line-height: 100%;
    padding-top: 0.1%;
    padding-bottom: 0.1%;
    color: #000000;
    background-color: #8af4a2;
    background-size: cover;
    cursor: pointer;
    transition: all 0.25s ease-out;
  }
  
  /* Definições botão VÍDEO */
  .lbl-toggleVi {
    width: 540px; 
    line-height: 0.5em; 
    margin-bottom: 0.18em;
    float: left; 
    display: block;
    position: static;
    height: auto;
    font-weight: bold;
    font-size: 300%;
    text-align: justify;
    line-height: 100%;
    padding-top: 0.6%;
    padding-bottom: 0.6%;
    color: #000000;
    background-color: #8af4a2;
    background-size: cover;
    cursor: pointer;
    transition: all 0.25s ease-out;
  }
  
  /* Definições botão ILUSTRAÇÃO */
  .lbl-toggleIl {
    width: 540px; 
    line-height: 0.5em; 
    margin-top: 0.18em;
    margin-bottom: 0.18em;
    float: left; 
    display: block;
    position: static;
    height: auto;
    font-weight: bold;
    font-size: 300%;
    text-align: justify;
    line-height: 100%;
    padding-top: 1.1%;
    padding-bottom: 1.1%;
    color: #000000;
    background-color: #8af4a2;
    background-size: cover;
    cursor: pointer;
    transition: all 0.25s ease-out;
  }
  
  .lbl-toggleCo:hover, .lbl-toggleVi:hover, .lbl-toggleIl:hover {
    background-color: #f4a18a;
  }
  
  .lbl-toggleCo:hover #O, .lbl-toggleVi:hover #O, .lbl-toggleIl:hover #O {text-shadow: 3px 1px #8af4a2; }
  
  .lbl-toggleCo::before, .lbl-toggleVi::before, .lbl-toggleIl::before {
    content: '+';
    display: inline-block;
    font-weight: 900;
    float: right;
    font-size: 130%;
    margin-right: 3.3%;
    transition: transform .2s ease-out;
  }
  
  .toggleCo:checked + .lbl-toggleCo::before, .toggleVi:checked + .lbl-toggleVi::before, .toggleIl:checked + .lbl-toggleIl::before {
    content: '-';
    margin-right: 4.3%;
  }
  
  .collapsible-contentCo, .collapsible-contentVi, .collapsible-contentIl {
    width: 50vw;
    height: 100vh;
    top: 0;
    bottom: 0;
    margin-top: 2vh;
    line-height: 0.5em; 
    margin-left: 5vw;
    float: center; 
    display: inline-block;
    position: absolute;
    max-height: 0px;
    line-height: 107%;
    overflow: scroll;
    transition: max-height .25s ease-in-out;
  }
  
  .toggleCo:checked + .lbl-toggleCo + .collapsible-contentCo, .toggleVi:checked + .lbl-toggleVi + .collapsible-contentVi, .toggleIl:checked + .lbl-toggleIl + .collapsible-contentIl {
    max-height: 100vh;
    overflow: auto;
  }
  
  .toggleCo:checked + .lbl-toggleCo, .toggleVi:checked + .lbl-toggleVi, .toggleIl:checked + .lbl-toggleIl {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .collapsible-contentCo .content-innerCo, .collapsible-contentVi .content-innerVi, .collapsible-contentIl .content-innerIl {
    background-color: #ececec;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: .5rem 1rem;
  }  
  
  /* Conteúdo botão colapsável */
  #ContentCo, #ContentVi, #ContentIl{
    margin: 0;
    padding: 0;
    font-size: 15px;
    text-align: center;
    background-color: #ffffff;
    overflow: scroll;
  }
  
  #ContentCo a, #ContentVi a, #ContentIl a{
   background-color: #f4a18a;
   font-weight: bold;
  }
  
  #ContentCo a:hover, #ContentVi a:hover, #ContentIl a:hover{
    background-color: #8af4a2;
  }
  
  #ContentCo img, #ContentVi img, #ContentIl img{
    text-align: center;
    align-content: center;
    width: 47vw;
    height: auto;
    transition-duration: 1s;
    transition-timing-function: ease;
    background-color: #f4a18a;
  }
  
  #ContentCo img:hover, #ContentVi img:hover, #ContentIl img:hover{
    transform: scale(1.1);
    background-color: #8af4a2;
  }