/* 
Theme Name:	Presença Afroindígena
Theme URI:	https://eita.coop.br
Description:  
Author:		Cooperativa Eita
Author URI:	https://eita.coop.br	 
Template:	blocksy
Version:	1.0.0
Text Domain: presenca
*/
/* Modal Tipo de Ator */
 /* The Modal (background) */
 .modal_linha_do_tempo {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  max-width: unset !important;
  width: 100% !important; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 120px;  
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  max-width: 1200px;
  margin: auto;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 0.8em;
}

.modal-content h5 {
  margin-top: unset;
}
.modal-content p {
  margin-bottom: .5em;  
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-right: 10px;
  margin-top: 10px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} 

.button_modal {
  display: block;
  width: 110px;
  border: 1px solid var(--theme-palette-color-4);
  border-radius: 2px;
  color: var(--theme-palette-color-4);
  text-transform: uppercase;
  font-family: "Merriweather Sans", sans-serif;
  padding: 5px 10px;
  margin-top: 10px;
  font-size: 15px;
}

/* ACCORDION */
/*--------Accordion-------*/
.acc-kontainer {
  width: 100%;
  margin: auto;
}
.acc-kontainer .acc-body {
  width: 98%;
  width: calc(100% - 20px);
  margin: 0 auto;
  height: 0;
  background-color: rgba(255, 255, 255, 0.2);
  line-height: 28px;
  padding: 0 20px;
  box-sizing: border-box;
  transition: 0.5s;
  overflow: auto;
}

.acc-kontainer label {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  width: 100%;
  font-weight: 400;
  box-sizing: border-box;
  position: relative;
}

.acc-kontainer input{
  display: none;
}

.acc-kontainer label:before {
  font-family: 'FontAwesome';
  content: '\f067';
  font-weight: bolder;
  font-size: 1.5em;
  position: absolute;
  top: 33%;
  left: 210px;
}

.acc-kontainer input:checked+label {
  background-color: rgba(255, 255, 255, 0.15);
}

.acc-kontainer input:checked+label:before {
  font-family: 'FontAwesome';
  content: '\f00d';
}

.acc-kontainer input:checked~.acc-body {
  height: auto;
  transition: 0.5s;
  padding: 20px;

}

.acc-kontainer .button_modal {
  display: block;
  margin: 2px 0 20px;
}

.acc-body h5 {
  margin-bottom: 0;
}

.acc-body ul {
  list-style: none;
  padding-left: 10px;
}

.acc-kontainer h4 {
  display: inline;
  padding-left: 90px;
}


.acc-kontainer p {
  font-size: 16px;
  font-family: Merriweather Sans;
  margin-bottom: 0px;
}

.acc-kontainer img {
  width: 150px;
  height: 150px;
}
.acc-kontainer p:last-child {
  margin-bottom: 20px;
}
@media (max-width: 781px){
  .acc-kontainer h4 {
    font-size: 17px;
    padding-left: 45px;
  }
  .acc-kontainer label::before{
    top: 30px;
    left: 110px;
  }
  .acc-kontainer img {
    width: 100px;
    height: 100px;
  }
  .acc-body h5 {
    margin-bottom: 0;
  }
  .acc-kontainer .button_modal {
    display: block;
    margin-bottom: 10px;
    margin-left: 0px;
  }
}
