@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

html {
  font-size: 62.5%; }

body {
  font: 400 20px/28px 'Montserrat', sans-serif;
  color: #464647;
  background-color: #fff; }

ul {
  margin: 0;
  list-style: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0; }

label, input, select, textarea {
  display: block;
  color: #949394;
  font-size: 1.2rem;
  font-family: "Lato";
  text-align: left;
  width: 100%;
  background-color: transparent; }

label {
  margin: 4rem 0 0; }

input, select, textarea {
  border: none;
  border-bottom: 1px solid #DCDBDC;
  font-size: 2rem;
  line-height: 2.8rem;
  height: 2.8rem; }

button {
  border: none; }

.clear:before, .clear:after, .container, #curadoria article .item, #repertorio .title .container {
  content: ' ';
  display: table; }

.clear {
  *zoom: 1; }
  .clear:after {
    clear: both; }

.center {
  text-align: center; }

@media (min-width: 768px) {
  .center-desk {
    text-align: center; } }

.container {
  max-width: 905px;
  width: 100%;
  margin: 0 auto;
  position: relative; }

.col {
  width: 50%;
  float: left; }
  @media (max-width: 767px) {
    .col {
      float: none;
      width: 100%; } }
  .col:nth-child(odd) {
    padding: 0 3.0rem 0 0; }
    @media (max-width: 767px) {
      .col:nth-child(odd) {
        padding: 0; } }
  .col:nth-child(even) {
    padding: 0 0 0 3.0rem; }
    @media (max-width: 767px) {
      .col:nth-child(even) {
        padding: 0; } }

h2 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: 400; }

img {
  display: block;
  margin: 0 auto;
  width: 100%; }

.bt_social {
  text-indent: -9999px;
  width: 3.6rem;
  height: 3.6rem;
  text-indent: -9999px;
  display: inline-block;
  margin: 2.2rem 3rem 0 0; }
  @media (max-width: 767px) {
    .bt_social {
      width: 2.5rem;
      height: 2.5rem;
      margin: 2rem 1.5rem 0 0; } }
  .bt_social.fb {
    background: url("../img/fb.png") no-repeat center center;
    background-size: contain !important; }
  .bt_social.insta {
    background: url("../img/insta.png") no-repeat center center;
    background-size: contain !important; }

h2, h3, p {
  margin: 0;
  color: #464647; }

h1, h2, h3 {
  font-family: 'Vollkorn';
  font-weight: 600; }

p {
  font-family: 'Montserrat'; }

.bt {
  margin: 3rem auto;
  background-color: #67b4c2;
  text-align: center;
  color: #fff;
  display: inline-block;
  border-radius: 1rem;
  padding: 0 4.5rem;
  line-height: 5.5rem;
  font-size: 2rem;
  text-decoration: none;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .bt {
      line-height: 4rem;
      font-size: 1.9rem; } }

h2 {
  font-size: 3.5rem;
  line-height: 4rem; }

header.main {
  background-color: #f4ddc5;
  padding: 1.2rem 4.5rem; }
  @media (max-width: 767px) {
    header.main {
      padding: 1rem 0; } }
  header.main h1 {
    display: block;
    margin: 0;
    width: 30rem;
    height: 8rem;
    background: url("../img/logo.png?1") no-repeat center center;
    background-size: contain;
    text-indent: -9999px;
    float: left; }
    @media (max-width: 767px) {
      header.main h1 {
        width: 18rem;
        height: 6rem; } }
    header.main h1 a {
      display: block;
      height: 100%; }
  header.main .social {
    float: right; }
  header.main .lang {
    text-decoration: none;
    font-size: 2.5rem;
    color: #888f9c;
    text-transform: uppercase;
    font-weight: 500;
    height: 3.6rem;
    display: inline-block;
    vertical-align: sub; }

.container {
  width: 60rem;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .container {
      width: 100%;
      padding: 0 3rem; } }
  @media (min-width: 990px) {
    .container {
      width: 99rem; } }

#contact {
  position: relative;
  padding: 4rem 0 6rem; }
  @media (max-width: 767px) {
    #contact {
      padding: 3rem 0 4rem; } }
  #contact::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: .2;
    z-index: -1;
    background: url("../img/pattern.png") repeat center center;
    background-size: 1600px auto; }
  #contact .line {
    background-color: #464647;
    height: 0.5rem;
    width: 3.5rem;
    margin: 0 auto; }
  #contact h2 {
    margin: 3.5rem auto 4.5rem;
    text-align: center;
    width: 40rem;
    font-size: 3.8rem;
    font-weight: 400; }
    @media (max-width: 767px) {
      #contact h2 {
        margin: 2.5rem auto 3.5rem;
        font-size: 2.5rem;
        line-height: 3rem;
        width: 70%; } }
  #contact .bt {
    display: block;
    margin: 0 auto;
    width: 20rem;
    padding: 0; }
    @media (max-width: 767px) {
      #contact .bt {
        width: 15rem; } }

#curadoria {
  background-color: #fef6f2;
  padding-bottom: 5rem; }
  #curadoria.slick-dotted {
    margin-bottom: 0; }
  #curadoria .slick-list {
    padding: 0;
    margin: 0; }
  #curadoria .slick-prev, #curadoria .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    z-index: 2; }
    #curadoria .slick-prev::before, #curadoria .slick-next::before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      display: block; }
  #curadoria .slick-prev {
    left: 1rem; }
  #curadoria .slick-prev::before {
    border-width: 10px 10px 10px 0;
    border-color: transparent #464647 transparent transparent; }
  #curadoria .slick-next {
    right: 1rem; }
  #curadoria .slick-next::before {
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #464647; }
  #curadoria .slick-dots {
    position: absolute;
    bottom: 2.5rem;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%; }
    #curadoria .slick-dots li {
      position: relative;
      display: inline-block;
      height: 20px;
      width: 20px;
      margin: 0 5px;
      padding: 0;
      cursor: pointer; }
      #curadoria .slick-dots li button {
        border: 0;
        display: block;
        width: 1.1rem;
        height: 1.1rem;
        -webkit-box-shadow: inset 1px 1px 2px rgba(1, 1, 1, 0.5);
                box-shadow: inset 1px 1px 2px rgba(1, 1, 1, 0.5);
        background-color: #f0dcd2;
        border-radius: 50%;
        outline: none;
        line-height: 0px;
        font-size: 0px;
        padding: 5px;
        cursor: pointer; }
      #curadoria .slick-dots li.slick-active button {
        background-color: #000;
        opacity: 0.75; }
  #curadoria article {
    width: 100%; }
    #curadoria article header {
      height: 27.5rem;
      margin: 0 0 5rem; }
    #curadoria article .item {
      border-top: 2px solid #cda27c;
      position: relative;
      margin: 0 auto;
      width: 57.5rem;
      height: 14.5rem;
      padding: 2.5rem 0; }
      #curadoria article .item .number {
        border-radius: 50%;
        width: 3rem;
        height: 3rem;
        background-color: #464647;
        font-size: 2rem;
        line-height: 3rem;
        text-align: center;
        color: #fff;
        position: absolute;
        top: -1.5rem;
        left: -1.5rem;
        font-weight: 600; }
      #curadoria article .item .triangle {
        position: absolute;
        right: 0rem;
        top: 0rem; }
        #curadoria article .item .triangle::before {
          border-width: 0 19px 12px 0;
          border-color: transparent #cda27c transparent transparent;
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          display: block; }
      #curadoria article .item h3 {
        float: left;
        padding: 0 2.5rem;
        font-family: "Montserrat";
        font-size: 2.5rem;
        letter-spacing: 0.2rem;
        text-transform: uppercase; }
      #curadoria article .item p {
        float: right;
        padding: 0 2.5rem;
        font-size: 1.7rem;
        line-height: 2.0rem;
        width: 30rem; }
        #curadoria article .item p a {
          color: #464647; }
    #curadoria article#a1 header {
      position: relative; }
      #curadoria article#a1 header::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .2;
        z-index: -1; }
      #curadoria article#a1 header .circle {
        border-radius: 50%;
        width: 24.5rem;
        height: 24.5rem;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
        background: #fef6f2 url("../img/circle.png") no-repeat center center;
        background-size: 90%; }
      #curadoria article#a1 header h1 {
        text-align: center;
        position: relative;
        width: 50rem;
        margin: 0 auto;
        padding: 0 0;
        color: #464647; }
        #curadoria article#a1 header h1 span.c {
          display: inline-block;
          line-height: 27.5rem;
          font-size: 5rem;
          font-style: italic;
          font-weight: 600; }
        #curadoria article#a1 header h1 span.l, #curadoria article#a1 header h1 span.r {
          font-family: 'Montserrat';
          font-size: 2.5rem;
          text-transform: uppercase;
          font-style: normal;
          font-weight: 600;
          position: absolute; }
        #curadoria article#a1 header h1 span.l {
          top: 32%;
          left: 8%; }
        #curadoria article#a1 header h1 span.r {
          top: 67%;
          left: 74%; }
    #curadoria article.ex header {
      position: relative; }
      #curadoria article.ex header::before {
        content: '';
        background-color: #67b4c2;
        opacity: 0.7;
        position: absolute;
        height: 50%;
        bottom: 0;
        width: 100%;
        display: block; }
      #curadoria article.ex header h1 {
        width: 57.5rem;
        font-size: 2rem;
        font-family: "Montserrat";
        font-weight: 500;
        line-height: 30px;
        color: #fff;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        margin: 2rem auto 0; }
        #curadoria article.ex header h1 span {
          display: block;
          text-transform: uppercase; }
    #curadoria article#caso1 header {
      /*background: url('../img/caso1.jpg') no-repeat center center;*/
      /*background: url('../img/caso1-1.jpg') no-repeat center 27%;*/
      background: url("../img/caso1-2.jpg") no-repeat center 60%;
      background-size: cover; }
    #curadoria article#caso2 header {
      background: url("../img/caso2.jpg") no-repeat center center;
      background-size: cover; }
    #curadoria article#caso3 header {
      background: url("../img/caso3.jpg") no-repeat center center;
      background-size: cover; }
    #curadoria article#caso4 header {
      background: url("../img/caso4.jpg") no-repeat center center;
      background-size: cover; }
    @media (max-width: 767px) {
      #curadoria article header {
        height: 20vh; }
      #curadoria article .item {
        width: 90%;
        height: 11.5rem;
        padding: 2rem 0; }
        #curadoria article .item .number {
          width: 2.5rem;
          height: 2.5rem;
          font-size: 2rem;
          line-height: 2.5rem;
          top: -1.3rem;
          left: -1.2rem; }
        #curadoria article .item .triangle::before {
          border-width: 0 15px 9px 0; }
        #curadoria article .item h3 {
          padding: 0 1rem 0 0;
          font-size: 2rem;
          letter-spacing: 0.1rem; }
        #curadoria article .item p {
          padding: 0 0 0 1rem;
          font-size: 1.4rem;
          line-height: 1.7rem;
          width: 50%; }
      #curadoria article#a1 header .circle {
        width: 14.5rem;
        height: 14.5rem;
        background-size: 90%; }
      #curadoria article#a1 header h1 {
        width: 32rem;
        margin: 0 auto;
        padding: 0 0; }
        #curadoria article#a1 header h1 span.c {
          display: inline-block;
          line-height: 20vh;
          font-size: 3.5rem;
          letter-spacing: 0.2rem; }
        #curadoria article#a1 header h1 span.l, #curadoria article#a1 header h1 span.r {
          font-size: 1.7rem; }
        #curadoria article#a1 header h1 span.l {
          top: 26%;
          left: 3%; }
        #curadoria article#a1 header h1 span.r {
          top: 64%;
          left: 80%; }
      #curadoria article.ex header::before {
        height: 65%; }
      #curadoria article.ex header h1 {
        top: 35%;
        width: 95%;
        font-size: 1.2rem;
        line-height: 1.5rem;
        margin: 1.5rem auto 0; } }
    @media (max-width: 500px) {
      #curadoria article .item h3 {
        font-size: 1.2rem;
        line-height: 1.7rem;
        width: 40%; }
      #curadoria article .item p {
        padding: 0 0 0 0rem;
        font-size: 1.2rem;
        line-height: 1.7rem;
        width: 60%; }
      #curadoria article#a1 header .circle {
        width: 13.5rem;
        height: 13.5rem;
        background-size: 90%; }
      #curadoria article#a1 header h1 {
        width: 30rem; }
        #curadoria article#a1 header h1 span.c {
          line-height: 20vh;
          font-size: 2.5rem; }
        #curadoria article#a1 header h1 span.l, #curadoria article#a1 header h1 span.r {
          font-size: 1.2rem; }
        #curadoria article#a1 header h1 span.l {
          top: 24%; } }

#caminhos img {
  display: block;
  width: 100%; }

#caminhos .title {
  background-color: #67b4c2;
  position: relative; }
  #caminhos .title h2 {
    margin: 4rem 0;
    color: #fff;
    font-size: 3.5rem;
    font-weight: 600; }
    #caminhos .title h2::before {
      content: '';
      background-color: #fff;
      height: 0.5rem;
      width: 3.5rem;
      margin: 0 0 2.5rem;
      position: relative;
      display: block; }

#caminhos .lista {
  background-color: #a3d8e7; }
  #caminhos .lista p {
    font-size: 2.2rem;
    padding: 0;
    margin: 2rem 0;
    line-height: 2.3rem; }
  #caminhos .lista ul {
    margin: 2rem 0; }
    #caminhos .lista ul li {
      font-size: 2.2rem;
      line-height: 2.5rem;
      display: block;
      padding: 0 0 2rem 2rem; }
      #caminhos .lista ul li::before {
        content: '• '; }

@media (max-width: 767px) {
  #caminhos .title h2 {
    margin: 2rem 0;
    font-size: 2.5rem;
    line-height: 3rem; }
    #caminhos .title h2::before {
      margin: 0 0 2rem; }
  #caminhos .lista p {
    font-size: 2rem;
    line-height: 2.5rem;
    padding: 0 1rem 0 0; }
  #caminhos .lista ul li {
    font-size: 2rem;
    line-height: 2.5rem;
    padding: 0 0 1rem 1rem; } }

@media (max-width: 500px) {
  #caminhos .title h2 {
    font-size: 2.2rem;
    line-height: 2.6rem; }
  #caminhos .lista p {
    font-size: 1.5rem;
    line-height: 1.8rem; }
  #caminhos .lista ul li {
    font-size: 1.5rem;
    line-height: 1.8rem;
    padding: 0 0 1rem 1rem; } }

#repertorio {
  overflow: hidden;
  background-color: #f4ddc5; }
  #repertorio > img {
    display: block; }
  #repertorio .img-container {
    display: none; }
  #repertorio .title {
    background-color: #cda27c; }
    #repertorio .title .container h2 {
      margin: 4rem 0;
      color: #fff;
      font-size: 3.8rem;
      font-weight: 600;
      line-height: 4.2rem; }
      #repertorio .title .container h2::before {
        content: '';
        background-color: #fff;
        height: 0.5rem;
        width: 3.5rem;
        margin: 0 0 2.5rem;
        position: relative;
        display: block; }
  #repertorio .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 3rem 0; }
    #repertorio .boxes .box {
      border-top: 2px solid #cda27c;
      position: relative;
      width: 35%;
      padding: 2.5rem 2rem;
      margin: 2rem auto; }
      #repertorio .boxes .box .triangle {
        position: absolute;
        right: 0rem;
        top: 0rem;
        content: '';
        display: block; }
        #repertorio .boxes .box .triangle::before {
          border-width: 0 19px 12px 0;
          border-color: transparent #cda27c transparent transparent;
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          display: block; }
      #repertorio .boxes .box p {
        text-transform: uppercase;
        font-size: 1.8rem;
        vertical-align: middle;
        font-weight: 600; }
  @media (max-width: 767px) {
    #repertorio .title .container h2 {
      font-size: 2.5rem;
      line-height: 3rem; }
      #repertorio .title .container h2::before {
        margin: 0 0 2rem; }
    #repertorio .boxes .box {
      width: 45%;
      padding: 1.5rem 1rem; }
      #repertorio .boxes .box .triangle::before {
        border-width: 0 15px 9px 0; }
      #repertorio .boxes .box p {
        font-size: 1.8rem; } }
  @media (max-width: 500px) {
    #repertorio .title .container h2 {
      font-size: 2.2rem;
      line-height: 2.6rem; }
    #repertorio .boxes .box .triangle::before {
      border-width: 0 15px 9px 0; }
    #repertorio .boxes .box p {
      font-size: 1.2rem;
      line-height: 1.8rem; } }

#info h2 {
  margin: 6.5rem auto 4.5rem;
  text-align: center;
  width: 30rem;
  font-size: 3.5rem;
  font-weight: 600; }
  #info h2::before {
    content: '';
    background-color: #464647;
    height: 0.5rem;
    width: 3.5rem;
    margin: 0 auto 3.5rem;
    display: block; }

#info p {
  margin: 3.5rem auto 4.5rem;
  text-align: center;
  width: 50rem; }

#info .bt-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 70%;
  margin: 0 auto 4rem; }
  #info .bt-container .bt {
    width: 21rem;
    line-height: 1;
    padding: 0;
    font-size: 2rem;
    padding: 1rem 1rem; }

@media (max-width: 767px) {
  #info h2 {
    margin: 4.5rem auto 3.5rem;
    font-size: 2.5rem;
    line-height: 3rem;
    width: 20rem; }
    #info h2::before {
      margin: 0 auto 2rem; }
  #info p {
    margin: 2.5rem auto 3.5rem;
    width: 80%;
    font-size: 1.7rem;
    line-height: 2rem; }
  #info .bt-container {
    width: 80%;
    margin: 0 auto 4rem; }
    #info .bt-container .bt {
      width: 14rem;
      font-size: 1.2rem;
      padding: 1rem 1rem; } }

@media (max-width: 500px) {
  #info .bt-container {
    width: 90%; }
    #info .bt-container .bt {
      width: 13.5rem;
      font-size: 1.2rem; } }

#escola .text {
  background-color: #ededed; }
  #escola .text p {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 2.2rem;
    line-height: 7rem;
    border-bottom: 1px dotted #464646; }
  #escola .text h2 {
    margin: 0; }
    #escola .text h2 a {
      padding: 3rem 0;
      text-align: center;
      display: block;
      max-width: 768px;
      font-size: 3.8rem;
      text-decoration: none;
      color: #67b4c2;
      font-style: italic; }

#escola video {
  max-width: 768px;
  width: 100%;
  padding: 0;
  display: block;
  margin: 0 auto; }

@media (max-width: 767px) {
  #escola .text p {
    line-height: 6rem; }
  #escola .text h2 a {
    font-size: 3rem; } }

footer {
  margin: 0;
  background-color: #fef6f2;
  padding: 6rem 0 0; }
  footer h2 {
    text-align: center;
    font-size: 4rem;
    font-weight: 600;
    font-family: 'Vollkorn';
    font-style: italic; }
    footer h2::before {
      content: '';
      background-color: #464647;
      height: 0.5rem;
      width: 3.5rem;
      margin: 0 auto 2rem;
      display: block; }
    footer h2::after {
      content: '';
      background-color: #464647;
      height: 0.5rem;
      width: 3.5rem;
      margin: 2rem auto 0;
      display: block; }
    footer h2 span {
      font-family: 'Montserrat';
      font-size: 2.5rem;
      display: block;
      margin: 0 auto;
      text-transform: uppercase;
      line-height: 8rem;
      font-style: normal; }
  footer address {
    margin: 4rem 0;
    text-align: center;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 3.5rem; }
  footer .container > a {
    display: block;
    text-align: center;
    margin: 0 auto 5rem;
    color: #464647; }
  @media (max-width: 767px) {
    footer {
      padding: 3rem 0 0; }
      footer h2 {
        font-size: 2.5rem; }
        footer h2 span {
          font-size: 1.8rem;
          line-height: 4rem; }
      footer address {
        margin: 4rem 0;
        text-align: center;
        font-style: normal;
        font-size: 2rem;
        line-height: 2.5srem; }
        footer address p {
          font-size: 1.5rem; } }

/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
@media (min-width: 990px) {
  .container {
    width: 99rem; }
  header.main {
    background: transparent;
    padding: 0;
    position: relative;
    width: 100%;
    margin: 0 auto; }
    header.main::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: .3;
      z-index: -1;
      background: url("../img/pattern.png") repeat center center;
      background-size: 1600px auto; }
    header.main h1 {
      margin: 0 auto;
      width: 16.5rem;
      height: 20rem;
      padding: 0;
      background: #67b4c2 url("../img/logo_desk.png") no-repeat center 80%;
      background-size: 10rem auto;
      text-indent: -9999px;
      float: none;
      margin: 0 auto 7rem; }
    header.main .social {
      position: absolute;
      right: 0rem;
      top: 5rem; }
  .bg-contact {
    background-color: #f4ddc5;
    position: relative; }
  #contact {
    position: absolute;
    width: 100%;
    padding: 12rem 5rem 6rem;
    z-index: 2; }
    #contact::before {
      content: "";
      display: none; }
    #contact .line {
      background-color: #464647;
      height: 0.8rem;
      width: 3.5rem;
      margin: 0 auto -1rem; }
    #contact h2 {
      margin: 2.5rem 0 4.5rem;
      width: auto;
      font-size: 3.8rem; }
    #contact .bt {
      display: block;
      margin: 0 auto;
      width: 15rem;
      padding: 0; }
  .img-contact {
    display: block;
    width: 99rem;
    height: auto;
    padding: 3rem;
    margin: 0 auto; }
    .img-contact img {
      display: block; }
  .curadoria-bg {
    background-color: #fef6f2; }
  #curadoria {
    background-color: #fef6f2;
    padding-bottom: 5rem;
    width: 99rem;
    margin: 0 auto; }
    #curadoria .slick-prev {
      left: 1rem; }
    #curadoria .slick-prev::before {
      border-width: 20px 20px 20px 0;
      border-color: transparent #464647 transparent transparent; }
    #curadoria .slick-next {
      right: 1rem; }
    #curadoria .slick-next::before {
      border-width: 20px 0 20px 20px;
      border-color: transparent transparent transparent #464647; }
    #curadoria .slick-dots li button {
      width: 1.6rem;
      height: 1.6rem; }
    #curadoria .slick-disabled {
      display: none; }
    #curadoria article header {
      height: 37rem;
      margin: 0 0 5rem; }
    #curadoria article .flex-itens {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 5rem; }
    #curadoria article .item {
      width: 21%;
      display: block;
      position: relative;
      margin: 0 auto;
      height: auto;
      padding: 3rem 0 2.5rem; }
      #curadoria article .item .number {
        width: 4rem;
        height: 4rem;
        font-size: 2.5rem;
        line-height: 4rem;
        top: -2rem;
        left: -1.5rem; }
      #curadoria article .item h3 {
        float: none;
        padding: 0 0.5rem;
        font-family: "Montserrat";
        font-size: 1.9rem;
        letter-spacing: 0.1rem;
        text-transform: uppercase; }
      #curadoria article .item p {
        margin: 3rem 0 0;
        float: none;
        padding: 0 0.5rem;
        font-size: 1.7rem;
        line-height: 2.0rem;
        width: auto; }
    #curadoria article#a1 header::before {
      background-size: 150% auto; }
    #curadoria article#a1 header .circle {
      border-radius: 50%;
      width: 30rem;
      height: 30rem; }
    #curadoria article#a1 header h1 {
      text-align: center;
      position: relative;
      width: auto;
      padding: 2.2rem 0 0; }
      #curadoria article#a1 header h1 span.c {
        line-height: 34rem;
        font-size: 6.5rem; }
      #curadoria article#a1 header h1 span.l, #curadoria article#a1 header h1 span.r {
        font-size: 2.5rem; }
      #curadoria article#a1 header h1 span.l {
        top: 38%;
        left: 25%; }
      #curadoria article#a1 header h1 span.r {
        top: 67%;
        left: 65%; }
    #curadoria article.ex header {
      position: relative; }
      #curadoria article.ex header::before {
        height: 30%; }
      #curadoria article.ex header h1 {
        width: auto;
        font-size: 2rem;
        line-height: 30px;
        height: 30%;
        top: auto;
        bottom: 0;
        padding: 2rem 5rem 0 25rem;
        margin: 0; }
        #curadoria article.ex header h1 span {
          display: block;
          position: absolute;
          left: 5rem;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          margin: 0; }
  #caminhos {
    background-color: #a3d8e7; }
    #caminhos .flex-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 99rem;
      margin: 0 auto; }
      #caminhos .flex-container .img-container {
        display: block;
        width: 50%; }
    #caminhos .title {
      width: 50%; }
      #caminhos .title .container {
        width: auto;
        padding: 0 8rem 0 6rem; }
        #caminhos .title .container h2 {
          color: #fff;
          font-size: 3.5rem;
          line-height: 4rem; }
          #caminhos .title .container h2::before {
            content: '';
            background-color: #fff;
            height: 0.5rem;
            width: 3.5rem;
            margin: 0 0 2.5rem;
            position: relative;
            display: block; }
    #caminhos .lista {
      padding: 0 0 4rem; }
      #caminhos .lista p {
        font-size: 2rem;
        line-height: 5rem;
        text-align: center; }
      #caminhos .lista ul {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        #caminhos .lista ul li {
          font-size: 2rem;
          line-height: 2.2rem;
          width: 25%;
          padding: 2rem;
          position: relative; }
          #caminhos .lista ul li::before {
            content: '•';
            position: absolute;
            left: -0.3rem;
            padding-top: 2rem;
            padding-left: 1rem;
            top: 0;
            height: 100%;
            border-left: 1px dotted #67b4c2;
            font-size: 2.5rem; }
  #repertorio > img {
    display: none; }
  #repertorio .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 99rem;
    margin: 0 auto; }
    #repertorio .flex-container .img-container {
      display: block;
      width: 50%;
      background: url(../img/tulio.jpg) repeat center center;
      background-size: cover; }
    #repertorio .flex-container .title {
      width: 50%; }
      #repertorio .flex-container .title .container {
        padding: 0 4rem 0 6rem;
        width: auto; }
      #repertorio .flex-container .title h2 {
        font-size: 3.5rem;
        line-height: 4rem;
        font-weight: 700; }
        #repertorio .flex-container .title h2::before {
          content: '';
          background-color: #fff;
          height: 0.5rem;
          width: 3.5rem;
          margin: 0 0 2.5rem;
          position: relative;
          display: block; }
  #repertorio .boxes {
    width: 99rem;
    margin: 0 auto; }
    #repertorio .boxes .box {
      margin: 0 auto;
      width: 22%;
      padding: 2.5rem 3rem;
      height: 100px; }
      #repertorio .boxes .box .triangle {
        position: absolute;
        right: 0rem;
        top: 0rem;
        content: '';
        display: block; }
        #repertorio .boxes .box .triangle::before {
          border-width: 0 19px 12px 0;
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          display: block; }
      #repertorio .boxes .box p {
        font-size: 1.7rem;
        line-height: 2rem; }
  .container-infoescola {
    position: relative;
    overflow: hidden; }
  .flex-infoescola {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 99rem;
    margin: 0 auto; }
    .flex-infoescola::before {
      content: "";
      position: absolute;
      top: 0;
      left: -100%;
      width: 1000%;
      height: 100%;
      opacity: .3;
      z-index: -1;
      background: url(../img/pattern.png) repeat center center;
      background-size: 1600px auto; }
    .flex-infoescola #info {
      width: 50%;
      position: relative; }
      .flex-infoescola #info h2 {
        margin: 5.5rem 0 3.5rem 3rem;
        text-align: left;
        width: 25rem;
        font-size: 3.5rem;
        line-height: 3.5rem; }
        .flex-infoescola #info h2::before {
          margin: 0 0 2.5rem; }
      .flex-infoescola #info p {
        margin: 3.5rem 5rem 2.5rem 3rem;
        text-align: left;
        width: auto;
        font-size: 2rem; }
      .flex-infoescola #info .bt-container {
        width: 100%;
        margin: 0 auto; }
        .flex-infoescola #info .bt-container .bt {
          width: 20rem;
          font-size: 1.8rem;
          padding: 1rem 1.5rem; }
    .flex-infoescola #escola {
      width: 50%; }
      .flex-infoescola #escola .text {
        padding: 0 2rem; }
        .flex-infoescola #escola .text p {
          padding: 4rem 0 0;
          margin: 0 auto 2rem;
          text-align: center;
          font-size: 2.2rem;
          line-height: 6rem; }
        .flex-infoescola #escola .text h2 a {
          margin: 0 auto;
          padding: 0 5rem 3rem;
          font-size: 3.8rem;
          line-height: 4rem;
          font-style: italic; }
      .flex-infoescola #escola .video {
        background-color: #9d9d9d;
        padding: 2rem; }
        .flex-infoescola #escola .video video {
          display: block;
          margin: 0 auto;
          width: 100%;
          padding: 0; }
  footer {
    margin: 0 auto;
    padding: 6rem 0 0;
    width: 100%; }
    footer h2 {
      font-size: 4.5rem;
      line-height: 4.5rem;
      letter-spacing: 0.2rem;
      font-weight: 500;
      margin: 0; }
      footer h2::before {
        margin: 0 auto 2.5rem; }
      footer h2::after {
        margin: 2.5rem auto 0; }
      footer h2 span {
        font-size: 2rem;
        line-height: 4rem;
        letter-spacing: 0;
        margin: 2rem auto;
        font-weight: 600; }
    footer address {
      margin: 4rem 0 6rem;
      text-align: center;
      font-style: normal;
      font-size: 1.8rem;
      line-height: 2.5rem; }
      footer address br {
        content: ''; }
        footer address br::before {
          content: ' | '; } }

/*# sourceMappingURL=style.css.map */
