/* Google Web Fonts CDN */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap" rel="stylesheet"');

/* FontAwesome CDN 4.7 */
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');


body {
    font-family: 'Open Sans', sans-serif;
    color: #222;
    margin: 0;
    font-weight: 300;
}

a {
    text-decoration: none;
    color: #222;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

section {
    padding-top: 10px;
    max-width: 689px;
    background: #f3f5f4;
}

section article {
    max-width: 689px;
    /* height: 500px; */
}

p {
    padding: 0px 0px 0px 30px;
    font-weight: 500;
    background: #f3f5f4;
    text-align: left;
}

.heading {
    text-align: center;
}

.heading span {
    color: crimson;
    font-size: 24px;
}

.heading h1 {
    font-size: 36px;
    margin-top: 10px;
}


.accordion {}

  .title {
      padding: 5px;
      border-radius: 3px;
      cursor: poOpen Sans;
      padding-left: 15px;
      cursor: pointer;
      transition: 0.3s;
      margin-bottom: 10px;
      text-align: left;
      font-weight: 400;
  }

.title:after {
    content: '\2b';
    font-family: fontawesome;
    /* position: absolute;
    right: 10px;
    top: 7px; */
    float: left;
    margin-right: 15px;
    margin-top: 3px;
    transition: 0.3s;
}

.title.active:after {
    color: #000;
    content: '\f068';
}

.tituloPrincipal {
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    margin-top: 8px;
}

.diretrizes {
    margin-top: 20px;
    background: #c5d0ca;
    padding: 10px 5px 10px 27px;
    font-weight: 700;
    text-align: left;
}

.title:hover, .title.active {
    color: #000;
    text-align: left;
    font-weight: 400;
}

.desc {
    padding: 15px;
    display: none;
    font-weight: 400;
    text-align: left;
}

.desc.active {
    display: block;
    text-align: left;
    font-weight: 400;
}

.image {
    text-align: right
}

.image img {
    height: 370px;
}
