/* Style the tab */

body {
  display: flex;
  font-family:Roboto, sans-serif;
  background-color: #D4CDE0;
  padding-top: 90px;
  padding-bottom: 30px;
  transition: 0.5s;
  height: 100vh;
  color: #6c588f;
}

.detalhe{
  background-image: url(./assets/detalhe_roxo_invertido.svg);
  /* background-blend-mode: color-burn; */
  background-repeat: repeat;
  background-size: 400px;
  width: 200%;
  height: 200%;
  position: fixed;
  opacity: 0.4;
  /* rotate: 25deg; */
  top: -20%;
  z-index: -10;
  /* left: -20%; */
}

#fknavbar{
  width: 100%;
  /* background-color: #ffffff; */
  top: 0px;
  position: fixed;
  /* box-shadow: 3px 3px 3px rgba(90, 90, 90, 0.116); */
  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: #6c588f;
  text-decoration: none;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 500;
  align-content: center;
  margin-right: 10px;
  padding: 10px;
  border-radius: 8px;
  background-color: #6c588f00;
  transition: 0.5s;
}

#portal:hover{
  background-color: #6c588fd8;
  color: white;
}


#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;
}

.pagina_inicial{
  /* display: none; */
  opacity: 1;
  transition: 1.5s;
}

.pages_container{
  top: 0px;
  margin-top: -100px;
  opacity: 1;
  transition: 1.5s;
}

.tab {
  /* overflow: hidden; */
  border: 1px solid #ccc;
  border-radius: 6px;
  /* background-color: #5F468D; */
  display: flex;
  justify-content: center;
}

header {
  text-align: center;
  align-items: center;
  margin-top: -50px;
  padding: 0px;
  transition: 1s;
}

#logo {
  max-width: 80%;
  text-align: center;
}

h1{
  color: #5F468D;
  font-weight: bolder;
}

h3{
  margin-top: 20px;
  margin-bottom: 8px;
}

h4{
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: medium;
  font-weight: bold;
  text-decoration: underline;
}

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: #5f468d75;
  border-width: 2px;
  align-self: center;
  text-align: center;
  width: 80%;
  margin-bottom: 40px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.par_ini{
  margin: auto;
  margin-top: 40px; 
  margin-bottom: 20px; 
  max-width: 625px; 
  max-height: fit-content;
  font-size: medium;
  text-align: justify; 
  padding-left: 20px;
  padding-right: 20px;
  border-left: 4px solid #5f468d62;
  border-right: 4px solid #5f468d62;
  align-self: center;
  /* background-color: #5f468d28; */
}

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: unset;
  background-image: linear-gradient(#e1dde9,#D4CDE0,#D4CDE0);
  background-blend-mode: multiply;
  border-radius: 5px;
  color: #23193675;
  font-weight: bold;
  float: left;
  border: none;
  /* border: 1px solid rgba(100, 85, 126, 0.041); */
  /* border-color: white; */
  outline: none;
  cursor: pointer;
  padding: 8px 10px;
  box-shadow: 2px 2px 5px rgba(85, 85, 85, 0.349);
  transition: 0.5s;
  width: calc(100%/8);
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #71628f73;
  font-size: 1.10rem;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #5f468d73;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.subtab {
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.466);
  display: block;
}

/* Style the buttons that are used to open the tab content */
.subtab button {
  background-color: #5f468d6b;
  float: left;
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.623);
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.subtab button:hover {
  background-color: #5f468d18;
}

/* Create an active/current tablink class */
.subtab button.active {
  background-color: #5f468d38;
}

/* Style the tab content */
.subtabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  background-color: rgba(255, 255, 255, 0.596);
}


/* Style the buttons that are used to open and close the accordion panel */
.sAccordion,.accordion {
  background-color: #9F8ABC;
  color: #3b2a58;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: solid rgba(255, 255, 255, 0.527);
  border-radius: 4px;
  border-width: 0px 0px 1px 0px;
  outline: none;
  transition: 0.4s;
}

/* 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) */
.sAccordion:hover,.accordion:hover {
  background-color: #bda5df;
  font-weight: bolder;
  font-size: 1.05rem;

}

.sAccordion.active:hover,.accordion.active:hover {
  background-color: #5F468D;
  color: white;
  font-weight: bolder;
  font-size: 1rem;
}


/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: #bda5df;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.sAccordion:after,.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.sAccordion.active:after,.accordion.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

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: #5F468D;
  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;
}

/* #videoLogo {
  max-width: 300px;
  border-radius: 20px;
  box-shadow: 2px 2px 5px rgba(163, 163, 163, 0.315);
  background-color: #5F468D;
} */

#videoFrame{
  width: 300px;
  height: 300px;
  overflow:hidden;
  justify-self: center;
  justify-content: center;
  text-align: center;
  align-items: center;
  border-radius: 100%;
  box-shadow: 2px 2px 5px rgba(163, 163, 163, 0.315);
}

#videoLogo {
  /* max-width: 300px; */
  /* border-radius: 20px; */
  /* box-shadow: 2px 2px 5px rgba(163, 163, 163, 0.315); */
  width: 180%;
  height: 200%;
  position: relative;
  top: -150px;
  left: -120px;
  opacity: 0.9;
  /* zoom: 1; */
  /* background-color: #ffffff48; */
  /* opacity: 0.6; */
  background-blend-mode: multiply;
}

.recuado{
  margin-left: 25px; 
  margin-bottom: 0px;
}

.recuado.fim{
  margin-left: 25px; 
  margin-bottom: 1rem;
}

.atencao{
  padding: 20px;
  margin-bottom: 10px;
  background-color: rgba(177, 122, 214, 0.178);
}

.tit_at{
  font-weight:900;
  font-size: large;
  color: #23193675;
}

.no_bg_color{
  background-color: unset;
}

.no_bg_color.active{
  border: 1px solid #b7a4da;
  border-top: 0px;
  border-radius: 0px 0px 5px 5px;
  margin-bottom: 10px;
}

.fundo_roxo{
  color: #3b2a58;
  background-color: rgba(177, 122, 214, 0.178);
  padding: 5px;
  font-weight: bold;
  margin-right: 10px;
  margin-top: 20px;
}

.fundo_roxo.link_acc{
  background-color: #9F8ABC;
  color: #3b2a58;
  border-radius: 5px;
  padding: 10px;
}

#ini_menu{
  display: flex; 
  border-radius: 20px; 
  padding:20px; 
  padding-bottom: 40px; 
  width: fit-content;
  justify-content: center;
  opacity: 0.8;
}

.menu{
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  gap: 30px;
  width: 90%;
  flex-wrap: wrap;
  flex-grow: 0.5;
  flex-basis: 50%;
}

#compact_menu{
  display: flex;
  align-items: center;
  background-image: linear-gradient(#e8e9f19d,#d6d5e062);
  width: 100%;
  height: 90px;
  padding: 10px;
  border-bottom: 2px solid #6c588f4d;
  border-radius: 0px 0px 8px 8px;
  margin-bottom: 20px;
}

#cm_logo{
  height: 50px; 
  cursor: pointer;
  margin-right: 20px;
  width: 15%;
  background-position: center;
  background-image: url(./assets/logo_cadastro_movimento.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
}

#cm_itens{
  display: flex;
  align-content: center;
  width: 80%;
  z-index: 10;
}

.cm_item{
  height: 40px;
  width: 60px;
  opacity: 0.7;
  cursor: pointer;
  text-align: center;
  display: flex;
  justify-content: center;
  border-right: 2px solid #6c588f4d;
  transition: 0.3s;
  img{
    width: 100%;
  }
}

.cm_item:hover{
  background-color: #a395b9e8;
  opacity: 1;
}

.cm_item.activeBtn{
  background-color: #a395b9e8;
  opacity: 1;
}

.cmi_tit{
  position: absolute;
  font-size: large;
  padding: 5px;
  border-radius: 3px;
  background-color: #74668be8;
  color: white;
  margin: 0px;
  top: 60px;
}

.menu_btn{
  /* top: 0px;
  left: 0px; */
  width: 120px; 
  height: 120px;
  border-radius: 20px;
  /* background-image: linear-gradient(180deg, #fdfcfd52,#9f84ca52); */
  background-image: linear-gradient(#E8E9F1,#D6D5E0);
  box-shadow: 1px 1px 2px 1px rgba(67, 47, 73, 0.199);
  margin-bottom: 40px;
  /* background-image: linear-gradient(#c8b8e648,#a594c5b4); */
  background-blend-mode: soft-light;
  cursor: pointer;
  /* border: 2px solid #6c588f81; */
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0.8;
  transition: 0.5s;
  .dentro{
    justify-content: center;
    align-items: center;
    text-align: center;
    display: block;
    transition: 1s;
    p{
      color: #6c588f;
      /* font-weight: bold; */
      font-size: large;
      margin-top: 10px;
      opacity: 1;
      transition: 0.5s;
    }
    img{
      opacity: 0.7;
      transition: 0.5s;
    }
  }
}

.menu_btn:hover{
  background-color: #a395b9e8;
  /* background-image: linear-gradient(#deceecd0,#8361bb62); */
  /* border: 2px solid #ffffffbe; */
  box-shadow: 1px 1px 2px 1px rgba(67, 47, 73, 0.432);
  width: 135px;
  height: 135px;
  p{
    font-size: larger;
    font-weight: bold;
    opacity: 1;
  }
  img{
    opacity: 0.9;
  }
}

.vertical{
  width: 20%;
  height: 100%;
  flex-wrap: wrap;
  position: absolute;
  left: 0px;
}


.virado {
  /* transform: rotateX(45deg);
  transform-style: preserve-3d; */
  rotate: 35deg;
  margin: 50px;
  border-radius: 50px;
  position:sticky;
  left: 50px;
  top: 50px;
  .dentro{
    rotate: -35deg;
  }
}

.hidden{
  opacity: 0%;
}

.red{
  background-color: #5f468d73;
}

.detail{
  background-image: linear-gradient(#5f468d73,#5f468d73,#5f468d00,#5f468d00,#5f468d00,#5f468d00,#5f468d00,#5f468d00,#5f468d00,#5f468d00,#5f468d00,#5f468d00,#5f468d00,#5f468d00);
  background-blend-mode: multiply;
  background-color: #5f468d73;
  height: 20px;
  width: 100%;
}

.quadro{
  margin-top: 10px;
  width: 100%;
  height: fit-content;
  /* display: none; */
  /* position: absolute; */
  left: 20%;
  min-height: 100vh;
  background-color: rgba(255, 255, 255, 0.24);
  transition: 0.5s;
  border-radius: 8px 8px 0px 0px;
  padding: 40px;
  /* background-color: rgba(242, 219, 255, 0.459); */
}

.inicial {
  top: 0px;
  position: relative;
  opacity: 1;
}

.opacity_zero{
  opacity: 0;
  margin: unset;
  margin-top: 200px;
  transition: 2s;
}

.hidden{
  display: none;
}

.menu_segmentos{
  margin-bottom: 3px;
  margin-top: 30px;
  display: flex;
  .seg_btns{
    color: #23193675;
    border: 1px solid #96959775;
    font-size: medium;
    padding: 10px 20px;
    margin-right: 3px;
    font-weight: bold;
    border-radius: 5px;
    transition: 0.6s;
    cursor: pointer;
  };
  .seg_btns.ativo{
    background-color: #5f468d73;
  };
  .seg_btns:hover{
    background-color: #23193631;
  }
}

.seg_tabs{
  padding-top: 3px;
  border-top: 2px solid #65527775;
}

@media only screen and (max-width: 1310px) {
  #fknavbar{
    background-color: #3b2a58;
    z-index: 10;
  }

  header {
    margin-top: 20px;
  }

  .pages_container{
    top: 0px;
    margin-top: 0px;
  }

  #cm_logo{
    z-index: 0;
  } 

  #cm_itens{
    z-index: 0;
  }

  .cmi_tit{
    top: 70px;
  }
}


@media only screen and (max-width: 850px) {
  .tab {
    display: block;
  }

  .tab button {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.507);
  }

  .subtab button {
    width: 100%;
  }
  
  .video_embed {
    width: 100%;
  }

  iframe{
    width: unset;
    height: 200px;
  }

  .tabcontent {
    padding-top: 210px;
  }
}

@media only screen and (max-width: 650px) {
  #compact_menu{
    display: block;
    height: fit-content;
  }

  #cm_logo{
    width: 100%;
    min-height: 80px;
    margin-bottom: 20px;
    justify-content: center;
    text-align: center;
  }

  #cm_itens{
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  
  .cm_item{
    min-width: 22.5%;
    height: auto;
  }
}


@media only screen and (max-width: 500px) {
  #ini_menu{
    padding-left:0px; 
    padding-right:0px; 
  }

  .menu{
    justify-content: center;
    gap: 10px;
    min-width: 100%;
  }


  .menu_btn{
    width: 100%; 
    margin-bottom: 0px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 4px;
    .dentro{
      justify-content: left;
      text-align: left;
      display: flex;
      img{
        width:120px;
      }
    }
  }

  .menu_btn:hover{
    width: 100%;
    height: 130px;
  }
}