/* Style the tab */

body {
  display: block;
  font-family: Roboto, sans-serif;
  background-image: url(./assets/bg_pattern.png);
  background-repeat: repeat-y;
  background-position-x: 10vw;
  background-color: #EFEFEF;
  height: 100vh;
}

header {
  display: block;
  justify-content: center;
  text-align: center;
}


.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #09843C;
  display: flex;
  justify-content: center;
  /* box-shadow: 2px 2px 6px #8888889c; */
}

#logo {
  max-width: 60%;
}

h2{
  text-align: left;
  font-weight: bold;
  font-size: medium;
}

#trail_description{
  text-align: justify;
}


h3{
  color: #1ca154;
  font-weight: bold;
  margin-bottom: 30px;
}

main {
  width: 80vw;
  margin: auto;
  align-content:center;
  font-family: Roboto, sans-serif;
  background-color: none;
  max-width: 900px;
}

.botao{
  background-color: #042546ed;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  border: none;
  color: #fff !important;
  font-weight: 400;
  font-size: 11px;
  line-height: 15px;
  opacity: 1;
  transition: all 0.5s;
  padding: 5px;
  text-decoration: none;
}

.botao:hover {
  background-color: #2d70b4ed;
  cursor: pointer;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: #22487D;
  color: white;
  float: left;
  border: 0px;
  border-right-width: 2px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.507);
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.7s;
  width: calc(100%/2);
}

.ultimo {
  border-right-width: 0px !important;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #25be6583;
  font-size: 1.10rem;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #09843C;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 2px;
  min-height: 40vh;
  border-radius: 6px 6px 0px 0px;
  background-color: none;
  background-image: linear-gradient(to top, #efefef00,#ECA53B, #CE4054);
  /* background-image: linear-gradient(to top, #22487d00,#22487D,#09843C); */
  /* box-shadow: 2px -12px 6px #8888889c; */
}

.innertab {
  background-color: #EFEFEF;
  background-image: linear-gradient(to top, #EFEFEF,#d8d8d8);
  padding: 20px;
  padding-bottom: 30px;
  min-height: 40vh;
}

.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: #ECA53B;
  float: left;
  border: none;
  border-bottom: 3px solid #CE4054;
  margin-right: 2px;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.subtab button:hover {
  background-color: #f0b864;
  border-bottom: 3px solid #e66476;
}

/* Create an active/current tablink class */
.subtab button.active {
  background-color: #fab143;
  border-bottom: 3px solid #fc5167;
}

/* Style the tab content */
.subtabcontent {
  display: none;
  padding: 6px 12px;
  background-color: none;
}

.video{
  text-align: center;
}


/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #1ca154;
  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;
}

/* 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: #09843C;
  font-size: 1.15rem;

}

.accordion.active:hover {
  background-color: #09843C;
  font-size: 1rem;
}


/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0px 20px 0px 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion:after {
  content: '+'; /* Unicode character for "plus" sign (+) */
  font-size: 20px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.726);
  background-color: rgba(255, 255, 255, 0.116);
  border-radius: 100px;
  text-align: center;
  width: 30px;
  height: 30px;
  float: right;
  margin-left: 5px;
}

.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: rgba(255, 255, 255, 0.151);
  padding: 20px;
  display: block;
  border-radius: 6px;
  transition: background-color 0.6s ease-out;
}

#mapa_trilha{
  width: 100%;
  transition: 0.6s ease-out;
}

#mapa_trilha:hover{
  width: 150%;
}

li:hover{
  background-color: rgba(255, 255, 255, 0.425);
}

.link_description{
  margin-bottom: 5px;
}

.titulo_item{
  color: #617469;
  font-size: larger;
  font-weight: bold;
  margin-bottom: 15px;
}

.link_extra{
  color: black;
}

.separador_lista {
  color: rgba(85, 92, 87, 0.404);
}

/* #gradient_bottom{
  background-color: #CDCCCC;
  background-image: linear-gradient(#EFEFEF,#EFEFEF,#ECA53B, #CE4054);
  background-repeat: repeat-y;
  opacity: 0.8;
  height: 10vh;
  bottom: 0%;
  width: 100%;
  position: fixed;
} */

.aviso{
  background-color: #ECA53B;
  /* width: 33%; */
  justify-content: center;
  margin: auto;
  border-radius: 5px;
  padding: 10px;
  transition: 0.6s ease-out;
  text-align: center;

  #icone_click{
    height: 20px;
  }
  a{
    color: #212529;
    text-decoration: none;
  }
}

.trilho_img{
  width: 70%;
  text-align: center;
  align-self: center;
}

.curso_img{
  width: 40%;
  text-align: center;
  align-self: center;
}

.atencao{
  background-color: #CE4055;
  color: white;
  font-size: 1.10rem;
  justify-content: center;
  margin: auto;
  border-radius: 5px;
  padding: 10px;
  transition: 0.6s ease-out;
  text-align: center;
  a{
    color: white;
  };
  #icone_click{
    path{
      fill: white;
    }
  }
}

.aviso:hover{
  background-color: #CE4055;
  color: white;
  font-size: 1.10rem;
  a{
    color: white;
  };
  #icone_click{
    path{
      fill: white;
    }
  }
}


#gray{
  background-color: #CDCCCC;
  background-image: url(./assets/bg_pattern.png);
  background-repeat: repeat-y;
  height: 10vh;
  bottom: 0%;
  width: 100%;
  position: fixed;
  background-position-x: 10vw;
  z-index: -1;
}

@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%;
  }
}