@import url('https://fonts.googleapis.com/css?family=Be+Vietnam&display=swap');
@import url('https://fonts.googleapis.com/css?family=Grenze:300,300i,400,400i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400i&display=swap');

body {
	font-family: 'Be Vietnam', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	
	background-color: #FDF7B7;
	color: #E04805;
	margin: 40px auto 40px auto;
	max-width: 870px;
}

.italic {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 1em;
  font-weight: 400;
}
.ibold {
  font-weight: 600;
}

/* LOGO */

h1 {
	font-size: 22px;
	font-weight: 700;
}

.ano {
  font-size: 51px;
  line-height: 0.6;
}

/* HEADER  */
header {
  display: flex;
  margin-left: 30px;
  margin-right: 30px;
}

.logoarea {
  width: 30%;
   margin-top: -4px;
  padding-right: 40px;
}

.menu {
  width: 70%;
  display: flex;
  justify-content: space-between;
}

/* SIDEBAR  */
.topic {
  font-weight: bold;
}

.left {
  border-bottom: solid 3px;
    line-height: 1.3;
    padding-bottom: 6px;
    margin-bottom: 15px;
}

/* BOTAO */
.inscr {
  width: 100%;
  background: #FDF7B7;
  display: block;
  margin-bottom: 8px;
  text-align: center;
  padding: 5px;
  border: solid 3px;
  text-decoration: none;
  font-weight: bold;
}

.inscr:hover {
  background: black;
  border: black solid 3px;
  color: #FDF7B7 !important;
}
.inscr:visited {
  color: #E04805;
}

/* CORPO */
.corpo {
    max-width: 820px;
    margin-top: 50px;
  display: flex;
  margin-left: 30px;
  margin-right: 30px;
}

.heading {
  display: block;
  width: 70%;
  font-size: 49px;
  font-weight: bolder;
  line-height: 1.3;
}

a {
  color: #E04805;
}

.sessao {
  margin-top: 30px;
}

/* COLUNAS */
.colunaesquerda {
  width: 30%;
  padding-right: 40px;
}

.colunadireita {
  width: 70%;
}

.icons {
      height: 53px;
    margin-bottom: 10px;
}

ul {
  list-style-type: disc;
}

li {
  margin-bottom:  15px;
}

i {
  font-style: italic;
}

/* IMAGENS */

.tint {
  position: relative;
}

.tint:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(224, 72, 5, 0.89);
  transition: all 0.3s linear;
  mix-blend-mode: color;
}

.tint:hover:before {
  background: none;
}

.show {
  display: none;
}

.margintwenty {
  margin-top: 20px;
}

/* FACILITADORAS */

.facilitadoras {
  text-transform: uppercase;
    font-weight: bolder;
    letter-spacing: 3px;
    margin-bottom: 10px;
}


.facilitadorasshow {
  display: none;
}

.lacy, .lacy-small, .nane, .nane-small {
  display: none;
}

.show-lacy, .show-lacy-small, .show-nane, .show-nane-small {
  text-decoration: none;
}

.lacy, .nane, .lacy-small, .nane-small {
  margin-bottom: 30px;
}

.profile {
      float: left;
    margin-right: 25px;
    margin-top: 7px;
  width: 120px;
}

/* DEPOIMENTOS */
.headingdepo {
  font-size: 32px;
  margin-bottom: 20px;
}

.marginbottom {
  margin-bottom: 30px;
}

.hdepo {
  margin-bottom: 10px;
}
.right {
  text-align: right;
}

.mt {
  margin-top: 15px;
}

/* AUDIO */
audio {
  width: 100%;
    margin-top: 40px;
  margin-bottom: 10px;
}


/* FOOTER */

footer {
  border-top: solid 3px;
  margin: 30px;
  text-align: center;
}

footer img {
      width: 150px;
      mix-blend-mode: darken;
}
.footerimg {
      width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}


/* MEDIA QUERIES  */

@media (max-width: 780px) {
  header {
    display: block;
  }

.logoarea {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    padding: 0;
  }

.menu {
    width: 100%;
  }

.corpo {
    margin-top: -30px;
  }
  
  .sessao {
    margin-top: 30px;
  }

.heading {
        width: 100%;
    margin-bottom: 70px;
    padding-right: 0;
    margin-top: 70px;
  }
  .headingdepo {
  font-size: 22px;
}
  
.hdepo {
  font-size: 18px;
  }
  
}

@media (max-width: 680px) {
  .corpo {
    display: block;
}

.colunaesquerda {
    width: 100%;
    padding: 0px;
}

.colunadireita {
    width: 100%;
}
 .colunadireita.hide {
    display: none;
  }
  
  .facilitadorasshow,
 .colunadireita.show {
    display: block;
    margin-bottom: 40px;
  }
  
  .facilitadorasshow {
    margin: 30px;
  }
  .heading {
    font-size: 40px;
  }
  .brhide {
    display: none;
  }
}

@media (max-width: 600px) {
    .menu {
      justify-content: space-around;
      border-top: solid 3px;
      padding-top: 15px;
    }

    .inscrevase {
        margin-top: 20px;
        text-align: center;
    margin-left: auto;
    margin-right: auto;
    }

  .inscrevase.hide {
    display: none;
  }
  
 .inscrevase.show {
    display: block;
    margin-bottom: 40px;
  }
      h1.logo {
        font-size: 32px;
    }
    h1.ano {
        font-size: 74px;
    }

    .heading {
        padding-right: 0;
    }
    .colunaesquerda {
        padding: 0;
    }
}

@media (max-width: 380px) {
  .menu {
        display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .endereco {
    margin-top: 20px;
  }
  .heading {
    font-size: 29px;
  }
  .marginzero {
    margin-right: 0;
    margin-left: 0;
  }
}
