/* Style the tab */

:root{
  --azul_extra_claro_40: #9aafec83;;
  --azul_claro: #5b7de2;
  --azul_claro_80: #5b7de2a9;
  --azul_claro_40: #5b7de24f;
  --azul: #415AA7;
  --azul_escuro: #273663;
  --azul_escuro_80: #273663a9;
  --azul_80: #415aa7da;
  --amarelo: #FDCE07;
  --amarelo_destaque_80: #fdd007b7;
  --amarelo_destaque_40: #fdd00767;
  --vermelho: #ec2024;
  --vermelho_destaque: #d1353c;
  --vermelho_destaque_80: #d1353dd7;
  --vermelho_destaque_40: #d1353d77;
  --verde: #7030A0;
}

body {
  display: flex;
  font-family: Roboto, sans-serif;
  color: #5c5c5c;
  transition: 0.5s;
  height: 100vh;
}

#fknavbar{
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  top: 0px;
  position: fixed;
  box-shadow: 3px 3px 3px rgba(71, 71, 71, 0.411);
  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;
  z-index: 100;
}

#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 {
  /* overflow: hidden; */
  border: 1px solid #ccc;
  border-radius: 6px;
  /* background-color: #5F468D; */
  display: flex;
  justify-content: center;
}

main {
  width: 100%;
  height: 100%;
  display: flex;
  align-content:center;
  font-family: Roboto, sans-serif;
  /* background-color: #D4CDE0; */
}

.header {
  align-content: center;
  justify-content: center;
  text-align: center;
  height: 100vh;
  padding-top: 50px;
  width: 40%;
  /* background-color: #1351b423; */
  justify-items: center;
  background-image: url(./assets/detalhe_fundo.svg);
  background-size: 60%;
  background-repeat: no-repeat;
}

#logo {
  /* width: 100vw; */
  text-align: center;
  align-content: center;
  position: absolute;
  top: 5vw;
  left: 5vw;
  display: block;
  margin: 0px;
  width: 15vw;
  height: 15vw;
  background-color: #7030A0;
  border-radius: 100%;
  /* height: 35%; */

  img {
    width: 80%;
    text-align: center;
  }
}

.texto_inicial{
  margin-top: 18vw;
  text-align: justify;
  margin-left: 7vw;
  margin-right: 7vw;
  color: #7030A0;
  h2{
    font-weight: bold;
    margin-bottom: 20px;
  }
}


#foto_head{
  height: 65%;
  background-size: cover;
  background-color: #3b2a58;
  width: 100%;
  background-image: url(./assets/fundo.jpg);
  position: relative;
  bottom: 0px;
  /* border-right: 3px solid #397E42; */
}

#conteudos{
  margin: auto;
  justify-items: left;
  align-content: center;
  padding-top: 80px;
  justify-content: center;
  width: 60%;
  height: 100vh;
}

.main_menu{
  display: flex;
  flex-wrap: wrap;
  text-align: justify;
  justify-content: left;
  width: 80%;
  max-width: 900px;
  gap: 2%;
}

.btn_menu{
  width: 200px;
  height: 200px;
  /* flex: 1 0 21%;
  margin: 5px; */
  border-radius: 12px;
  cursor: pointer;
  text-align: center;
  align-content: center;
  background-color: #7030A0;
  /* background-color: var(--azul_80); */
  border: 2px groove rgba(255, 255, 255, 0.144);
  a{
    color: white;
    text-decoration: none;
    height: max-content;
    overflow: hidden;
    display: block;
    p{
      margin-top: 10px;
      margin-bottom: 0px;
    }
  };
  img{
    width: 80%;
    height: 100px;
    transition: 0.3s;
  };
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.199);
  transition: 0.3s;
}

.btn_menu:hover{
  background-color: #CBDA04;
  a{
    color: #6e7501;
  }
  img{
    background-color: #6d750193;
    border-radius: 60px;
    width: 82%;
    height: 105px;
    padding: 2px;
  }
}

h1{
  color: var(--azul_escuro);
  font-weight: bolder;
}

h3{
  margin-bottom: 40px;
  background-color: #7030A0;
  width: 100%;
  color: rgba(255, 255, 255, 0.863);
  /* color: white; */
  padding: 20px;
  border-radius: 8px 8px 0px 0px;
  /* border-bottom: 2px solid var(--azul_escuro); */
}

h5{
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: medium;
  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;
}

/* 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%/7);
}

/* 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: var(--azul);
  color: rgba(255, 255, 255, 0.637);
  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: #7030A0;
  color: white;
  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;
  display: flex;
  justify-content: space-between;
  p{
    margin: 0px;
    padding: 0px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
  }
}

/* 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: #CBDA04;
  font-size: 1.05rem;
  color: #6e7501;
}

.sAccordion.active,.accordion.active {
  background-color: #CBDA04;
  color: #6e7501;
  font-size: 1rem;
}


.sAccordion.active:hover,.accordion.active:hover {
  background-color: #ccda04a6;
  color: #6d750196;
  font-size: 1.05rem;
}


/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: #ccda0418;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  text-align: center;
}

.sAccordion:after,.accordion:after {
  content: '+'; /* Unicode character for "plus" sign (+) */
  font-size: 20px;
  font-weight: bold;
  float: right;
  margin-left: 15px;
  width: 5%;
  text-align: right;
}

.sAccordion.active:after,.accordion.active:after {
  content: "–"; /* 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: var(--azul_claro);
  padding: 20px;
  display: block;
  border-radius: 6px;
  transition: background-color 0.2s ease-out;
  color: var(--azul_escuro);

  a{
    color: white;
  }
}

li:hover{
  background-color: var(--azul_claro_80);
}

li.btn_menu{
  padding: 12px;
}

.link_description{
  margin-bottom: 5px;
}

.titulo_item{
  color: white;
  border-radius: 5px 5px 5px 5px;
  font-size: larger;
  font-weight: normal;
  margin-bottom: 15px;
  background-color: var(--azul_escuro_80);
}
.subtitulo_item{
  font-weight: bold;
  margin-bottom: 5px;
}

.link_extra{
  color: black;
}

.lista_regular{
  justify-items: center; 
  width: 100%;
}

.lista_regular.padrao{
  margin-top: 20px;
}


.item_lista{
  display: flex; 
  align-items: center; 
  width: 80%;
  color: #7030A0;
  background-color: #6f30a036;
}

.item_lista:hover{
  background-color: #CBDA04;
  color:#6e7501;
}

.il_img{
  width: 10%; 
  background-color: rgba(255, 255, 255, 0.384); 
  border-radius: 5px;
  img{
    width: 100%;
  }
}

.il_desc{
  width: 100%; 
  text-align: left; 
  margin-left: 20px;
  .tit{
    font-size: larger;
    font-weight: bold;
    color: #5c5c5c;
  };
  a{
    color: #5c5c5c;
    text-decoration: none;
    font-weight: normal;
    transition: 0.3s;
  }
}

.il_img.tipo2{
  width: 30%;
  border-radius: 8px;
  margin-right: 20px;
  img{
    border-radius: 8px;
  };
}

.il_desc.tipo2{
  width: 65%; 
}


.item_lista.padrao{
  display: flex; 
  align-items: center;
  width: 100%;
  text-decoration: none;
  color: #5c5c5c;
  /* border-radius: 5px; */
  padding: 20px 10px;
  /* background-color: #bb87e236; */
  background-color: unset;
  transition: 0.3s;
  border-bottom: 1px solid #b1b1b141;
}

.item_lista.padrao:hover{
  background-color: #ccda0465;
  color:#4c5201;
  opacity: 0.8;
  border-bottom: 1px solid #ccda0465;
  
  .tit{
    color: #4c5201;
  };
}

.il_click{
  font-size: small;
  font-style: italic;
}


/* .item_lista.padrao:hover{
  background-color: #e4e4e4;
} */


.separador_lista {
  color: rgb(126, 126, 126);
  border-width: 1px;
  width: 100%;
}

.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;
}

.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);
}

.atencao_box{
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  background-color: rgba(177, 122, 214, 0.178);
  width: 100%;
  color: #3b2a58;
  border-radius: 5px;
}

.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;
}

h4{
  margin-bottom: 20px;
  color: #7030A0;
  padding: 10px;
  width: 100%;
  background-color: #c8bedaa8;
}

.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;
}

.go_back_link{
  color: #32563e85;
  text-decoration: none;
  transition: 0.3s;
}

.go_back_link:hover{
  background-color: #32563e85;
  padding: 10px;
  border-radius: 25px;
  color: white;
}

.hidden{
  display: none!important;
}

.menu_segmentos{
  margin-bottom: 3px;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  width: 100%;
  gap: 10px;
  .seg_btns{
    color: #7030A0;
    border: 1px solid;
    border-color: #7030A0;
    font-size: medium;
    padding: 10px 20px;
    justify-content: center;
    /* margin-right: 3px; */
    font-weight: bold;
    border-radius: 3px;
    transition: 0.6s;
    cursor: pointer;
    width: 24.5%;
    max-width: 24%;
    min-width: 24%;
    min-height: 80px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    img{
      background-color: rgba(255, 255, 255, 0);
      transition: 0.6s;
    }
  };

  .seg_btns:hover{
    border-color: #CBDA04;
    background-color: #CBDA04;
    color: #6e7501;
    img{
      background-color: rgba(255, 255, 255, 0.582);
    }
  }
  .seg_btns.ativo{
    background-color: #CBDA04;
    border-color: #CBDA04;
    color: #6e7501;
    img{
      background-color: rgba(255, 255, 255, 0.582);
    }
  };
  .seg_btns.ativo:hover{
    opacity: 0.7;
  };
}

.j_center{
  justify-content: center;
}

.bt_33{
  min-width: 33%;
  max-width: 33%;
};

.seg_tabs{
  padding-top: 3px;
  border-top: 1px solid #6f30a021;
  width: 100%;
  padding-bottom: 40px;
  height: fit-content;
}

.seg_tabs.ativo{
  width: 100%;
  border-top: 1px solid #6f30a021;
  margin-top: 20px;
}

.img_destaque{
  max-width: 90%;
  background-position: center;
  border-radius: 8px;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.041);
}

@media only screen and (max-width: 1720px) {
  .btn_menu{
    width: 180px;
    height: 180px;
    img{
      width: 80%;
      height: 80px;
    }
    p{
      font-size: 0.9rem;
    }
  }
}

@media only screen and (max-width: 1250px) {
  .header{
    width: 50%;
  }

  #conteudos{
    width: 50%;
  }

  #logo {
    top: 8vw;
    width: 18vw;
    height: 18vw;
  }

  li{
    padding: 15px;
  }


  .btn_menu{
    width: 150px;
    height: 150px;
    img{
      width: 60%;
      height: 60px;
    }
    p{
      font-size: 0.75rem;
      margin-top: -10px;
    }
  }

  .btn_menu:hover{
    img{
      width: 51%;
      height: 60px;
      border-radius: 20px;
      padding: 5px;
      margin-bottom: 5px;
      margin-top: 5px;
    }
  }

  li.btn_menu:hover{
    padding: 0px;
  }

  .seg_btns{
    min-width: 32% !important;
    max-width: 32% !important;
  }
}

@media only screen and (max-width: 1170px) {
  li.btn_menu{
    padding: 0px;
  }
  
  .btn_menu{
    width: 120px;
    height: 120px;
    img{
      width: 50%;
      height: 75px;
      margin-top: -15px;
      margin-bottom: -20px;
    }
    p{
      font-size: 0.7rem;
      /* margin-top: -30px; */
    }
  }

  .btn_menu:hover{
    img{
      width: 51%;
      height: 55px;
      margin-bottom: 2px;
    }
  }
  
  .texto_inicial{
    h2{
      font-size: 1.5rem;
    }
    p{
      font-size: 0.9rem;
    }
  }
}

@media only screen and (max-width: 1000px) {
  .seg_btns{
    min-width: 48% !important;
    max-width: 48% !important;
  }
}

@media only screen and (max-width: 920px) {
  body{
    display: block;
  }
  main{
    display: block;
  }

  .header{
    width: 100%;
    height: fit-content;
    background-size: 90%;
    justify-content: center;
  }

  #logo{
    position: unset;
    width: 250px;
    height: 250px;
    margin-top: 60px;
    background-color: #7030A0;
    img {
      width: 80%;
      text-align: center;
    }
  }

  .texto_inicial{
    margin-top: 50px;
  }

  #conteudos{
    padding-top: 10px;
    width: 100%;
    justify-items: center;
    align-items: center;
    height: fit-content;
  }

  .main_menu{
    display: block;
    width: 100%;
    justify-items: center;
  }


  .btn_menu{
    width: 80%;
    height: 120px;
    a{
      display: flex;
      justify-items: left;
      text-align: left;
      align-items: center;
      width: 100%;
      height: 100%;
      img{
        width: 30%;
        height: 90%;
        margin-right: 10px;
      }
      p{
        font-size: 1rem;
        margin-left: 10px;
      }
    }
  }

  li.btn_menu, li.btn_menu:hover{
    padding: 10px;
  }
  

  .btn_menu:hover{
    img{
      width: 30%;
      height: 90%;
      border-radius: 8px;
    };
  }

}

.interno{
  body{ 
    display: block;
    height: unset;
  }

  #fknavbar{
    padding: 2px;
    padding-left: 10px;
    height: 30px;
    background-color: #32563e;
    color: white;
    box-shadow: unset;
  }

  
  main{
    display: block;
    margin-bottom: 50px;
    height: 100%;
    align-content: unset;
  }

  #portal{
    color: white;
  }

  #conteudos{
    background-color: rgba(255, 255, 255, 0.877);
    padding-top: 220px;
    padding-bottom: 50px;
    border-radius: 8px;
    height: fit-content;
    align-content: normal;
  }

  #logo{
    width: 100px;
    height: 100px;
    position: unset;
    top: unset;
    left: unset;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: unset;
    img{
      width: 70%;
      height: auto;
    }
  }

  .header{
    padding: 0px;
    width: 100%;
    height: 120px;
    align-items: center;
    align-content: center;
    justify-content: left;
    text-align: left;
    border: 0px;
    display: flex;
    position: fixed;
    z-index: 2;
    /* box-shadow: 3px 3px 3px rgba(0, 7, 4, 0.377); */
    background-color: #eef0d5;
    background-size: 18%;

    /* .head_bar{
      background-color: #32563e60;
      width: 2px;
      height: 50px;
      margin-right: 20px;
    }; */
  }

  .solto{
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
  }

  .link_fim{
    color: #7030A0;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    text-decoration: none;
    transition: 0.3s;
  }

  .link_fim:hover{
    background-color: #CBDA04;
    border-radius:5px;
    color: #6e7501;
    cursor: pointer;
  }

  .borders_lr{
    border-left: 1px solid #5f468d00;
    border-right: 1px solid #5f468d00;
    border-radius: 3px;
    background-color: #f6ebff48;
    width: 100%;
    transition: 0.3s;
  }

  .borders_lr:hover{
    border-left: 1px solid #CBDA04;
    border-right: 1px solid #CBDA04;
  }

  .em_breve{
    background-color: #e2e2e246 !important;
    color: #6b6b6b !important;
  }

  .em_breve:hover{
    background-color: rgba(170, 170, 170, 0.226) !important;
    color: #6b6b6b !important;
    border: none;
    border-left: 1px solid #ccda0400;
    border-right: 1px solid #ccda0400;
    .tit{
      color: #6b6b6b !important;
    }
  }

  @media only screen and (max-width: 920px) {
    #conteudos{
      h3{
        border-radius: 0px;
      };
    }
  }

}

@media only screen and (max-width: 400px) {
  .seg_btns{
    min-width: 100% !important;
    max-width: 100% !important;
  }
}