/* Style the tab */

body {
  display: block;
  font-family: Roboto, sans-serif;
  /* background-image: url(./assets/fundo_v1.jpg); */
  /* background-blend-mode:multiply; */
  backface-visibility:visible;
  background-size: cover;
  /* background-repeat: no-repeat; */
  background-color: #022525d5;
  transition: 0.5s;
  color: rgba(255, 255, 255, 0.685);
  width: 100%;
  height: 100%;
  padding-top: 80px;
}

a{
  color: rgba(255, 255, 255, 0.534);
}

.background-tint{
  width: 100%;
  height: 100%;
  min-width: 100vw;
  padding-top: 80px;
  background-color: #052525d5;
  background-blend-mode: multiply;
  z-index: -1;
}

#fknavbar{
  width: 100%;
  background-color: #ffffff;
  top: 0px;
  position: fixed;
  box-shadow: 3px 3px 3px rgba(22, 22, 22, 0.582);
  padding: 10px;
  align-content: center;
  display: flex;
  justify-content: left;
  text-align: left;
  text-align: left;
  margin: auto;
  color: #1351b4;
  font-family: Helvetica, Arial, sans-serif;
}

#portal{
  color: #1351b4;
  text-decoration: none;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 500;
  align-content: center;
  margin-right: 10px;
}

#portal:hover{
  text-decoration: underline;
}


#fknavbar span{
  font-weight: 800;
  margin-right: 5px;
  margin-top: -3px;
  align-content: center;
}

#fknavbar p{
  font-weight: 300;
  margin-right: 10px;
  align-content: center;
  color: #585858b6;
}

.tab {
  border-radius: 6px;
  display: flex;
  justify-content: center;
}

header {
  justify-content: center;
  text-align: center;
}

#logo {
  max-width: 60%;
  text-align: center;
}

h1{
  color: #ffffffc9;
  font-weight: bolder;
}

h3{
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background-color: #062231e8;
}

h5{
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: medium;
  text-align: center;
  color: #777;
}

.mp3 {
  text-align: center;
  align-self: center;
}

.separador_conteudo{
  border-color: #ffffff75;
  border-width: 2px;
  align-self: center;
  text-align: center;
  width: 80%;
  margin-bottom: 40px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

main {
  width: 80vw;
  margin: auto;
  align-content:center;
  font-family: Roboto, sans-serif;
  /* background-color: #D4CDE0; */
  max-width: 900px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: #2e5064;
  background-blend-mode: multiply;
  color: #ffffffab;
  float: left;
  border: none;
  border-bottom: 5px solid rgba(255, 255, 255, 0.493);
  outline: none;
  cursor: pointer;
  padding: 8px 10px;
  /* box-shadow: 2px 2px 5px rgba(85, 85, 85, 0.349); */
  transition: 0.5s;
  width: calc(100%/7);
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #5a9ec562;
  color: #062231e8;
  border-bottom: 5px solid rgba(255, 255, 255, 0.795);
  font-size: 1.10rem;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #062231e8;
  border-bottom: 5px solid rgba(255, 255, 255, 0.795);
}

.tab button.active:hover {
  background-color: #0a3349e8;
  color: #ffffffab;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
  background-color: #2e50643d;
}

.subtab {
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  background-color: none;
  display: block;
}

/* Style the buttons that are used to open the tab content */
.subtab button {
  background-color: rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0.678);
  float: left;
  border: none;
  border-right: 2px solid rgba(255, 255, 255, 0.171);
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.subtab button:hover {
  background-color: rgba(255, 255, 255, 0.089);
}

/* Create an active/current tablink class */
.subtab button.active {
  background-color: rgba(255, 255, 255, 0.089);
}

/* Style the tab content */
.subtabcontent {
  display: none;
  padding: 6px 12px;
  background-color: rgba(255, 255, 255, 0);
}

.tab_topic{
  padding: 5px; 
  background-color: #062231e8; 
  margin-right: 5px; 
  border-radius: 5px;
}

.tab_title_img{
  margin: auto;
  margin-top: 10px;
  margin-bottom: 30px;
  align-self: center;
  text-align: center;
  img{
    width: 500px;
    max-width: 100%;
    transition: 0.5s
  };
}

/* .tab_title_img img:hover {
  width: 100%;
} */


/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  color: rgba(255, 255, 255, 0.747);
  cursor: pointer;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  padding: 5px; 
  background-color: #062231e8; 
  margin-right: 5px; 
  border-radius: 5px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion:hover {
  background-color: #0a3349e8;
  font-weight: bolder;
  font-size: 1.05rem;
}

.accordion.active:hover {
  background-color: #0a3349e8;
  color: white;
  font-weight: bolder;
  font-size: 1rem;
}


/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: rgba(255, 255, 255, 0);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  display: block;
  margin-bottom: 20px;
}

.panel.aberto{
  /* padding: 18px; */
  background-color: rgba(255, 255, 255, 0);
}

.accordion:after {
  mix-blend-mode: luminosity;
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: rgba(255, 255, 255, 0.747);
  float: right;
  margin-left: 5px;
}

.accordion.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.accordion_img{
  max-width: 100%;
}

footer {
  background-image:url(./assets/footer.png);
  background-repeat: repeat;
  height: 200px;
  width: 500px;
  
}

.small_link{
  font-size: smaller;
  font-style: italic;
}

ul {
  list-style: none;
  margin-top: -10px;
  padding: 0px;
}

/* ul li::before {
  content: "\2022";
  color:#5F468D;
  font-weight: bold;
  display: inline-block; 
  width: 2px;
  margin-right: 10px;
} */

li {
  margin-bottom: 15px;
  font-size: medium;
  background-color: rgba(255, 255, 255, 0.082);
  padding: 20px;
  display: block;
  border-radius: 6px;
  transition: background-color 0.2s ease-out;
}

li:hover{
  background-color: rgba(255, 255, 255, 0.226);
}

.link_description{
  margin-bottom: 5px;
}

.titulo_item{
  color: rgba(255, 255, 255, 0.699);
  font-size: larger;
  font-weight: bold;
  margin-bottom: 15px;
}
.subtitulo_item{
  font-weight: bold;
  margin-bottom: 5px;
}

.link_extra{
  color: black;
}

.separador_lista {
  color: #58555c67;
}

.video{
  text-align: center;
}

.ultimo {
  border-right-width: 0px !important;
}

.month{
  width: calc(100%/12);
}

iframe{
  max-width: 560px;
  height: 315px;
  width: 560px;
}

#videofundo{
  min-width: 100%;
  min-height: 100%;
  position: fixed;
  padding: 0px;
  margin-top: -80px;
  z-index: -2;
  opacity: 0.15;
  mix-blend-mode:plus-lighter;
}

.credits{
  bottom: 10px;
  left: 10px;
  position: fixed;
  font-size: x-small;
}

@media only screen and (max-width: 850px) {
  .tab {
    display: block;
  }

  #logo{
    max-width: 100%;
    width: 100%;
  }

  .tab button {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.507);
  }

  .subtab button {
    width: 100%;
    background-color: none;
  }
  
  .video_embed {
    width: 100%;
  }

  iframe{
    width: unset;
    height: 200px;
  }

  .tabcontent {
    padding-top: 210px;
  }
}

@media only screen and (max-width: 560px){
  iframe{
    width: 100%;
    height: auto;
  }

  #videoLogo {
    max-width: 100%;
  }
} 
