@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Roboto+Condensed:wght@400;700&display=swap");
/* MEDIA QUERIES */
/* BREAKPOINTS */
/* COLORS */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  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 in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

html, body {
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  background-color: #ffffff;
  background-image: url("../images/fundo_threadlift.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1367px;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
}

.container-fluid {
  position: relative;
  width: 100%;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
}

.line {
  border-bottom: 1px dotted rgba(115, 73, 8, 0.5);
  display: block;
  width: 100%;
  height: 0;
  margin: 1em 0;
}

.inBtn {
  position: relative;
  padding: 0.75em 3em;
  margin: 0;
  border-radius: 0.75em;
  border: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.75em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #3E4853;
  color: #FFF7EE;
  transition: 0.3s background-color;
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 17px auto;
}
.inBtn:hover {
  background-color: #282f36 !important;
}
.inBtn:focus {
  outline: 0;
}

textarea {
  width: 100%;
  border-radius: 0.5em;
  min-height: 15em;
  padding: 2em;
  box-sizing: border-box;
}

.in-textarea-danger {
  border: 2px solid #af0000;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #707070;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #707070;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #707070;
}

.form__iconsuccess,
.form__iconerror {
  position: absolute;
  right: 2em;
  top: 3em;
  display: none;
}

.form__show {
  display: block;
}

.form__error {
  color: #af0000;
  font-weight: 700;
  position: absolute;
  display: block;
}

.form__mandatory {
  color: #af0000;
  padding-left: 0.5em;
}

.pretexts {
  padding: 5em 40% 0 10%;
  margin-bottom: 2em;
}

.pretexts__title {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  color: #3E4853;
  font-size: 2em;
  margin-bottom: 0.7em;
}

.pretexts__paragraph {
  line-height: 1.6;
  padding-bottom: 1em;
}

.pretexts__subtitle {
  padding: 2em 0;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.4;
}

@media (min-width: 0) and (max-width: 768px) {
  .pretexts {
    padding: 5em 10% 0 10%;
  }
}
@media (min-width: 768px) and (max-width: 1367px) {
  .pretexts {
    padding: 5em 40% 0 10%;
  }
}
@media (min-width: 1367px) {
  .pretexts {
    padding: 5em 40% 0 10%;
  }
}
.preform form {
  display: flex;
  flex-wrap: wrap;
}
.preform select,
.preform input {
  width: 100%;
  min-height: 23px;
  padding: 0.5em;
  border-radius: 0.5em;
  border: 1px solid #1c1c1c;
  box-sizing: border-box;
  margin-bottom: 0.5em;
}

.preform__titulo {
  font-family: "Libre Baskerville", serif;
  font-size: 2em;
  font-weight: 700;
  color: #3E4853;
  line-height: 2.3;
}
@media (min-width: 0) and (max-width: 768px) {
  .preform__titulo {
    font-size: 1.6em;
    line-height: 1.8;
  }
}

.preform__subtitulo {
  font-family: "Libre Baskerville", serif;
  font-size: 1.3em;
  line-height: 1.8;
  padding: 0 0 2em 0;
}
@media (min-width: 0) and (max-width: 768px) {
  .preform__subtitulo {
    font-size: 0.8em;
    line-height: 1.6;
    font-weight: 700;
  }
}

.preform__label {
  color: #3E4853;
  font-size: 0.8em;
  font-weight: 700;
  padding: 0.5em 0;
  display: block;
}

.preform__item {
  position: relative;
  padding: 1em 1em 2em 0;
  box-sizing: border-box;
}

.preform__email {
  width: 100% !important;
}

.preform__cep {
  width: 100% !important;
}

.preform__buscacep {
  display: flex;
}

.form__error--CEP {
  margin-top: 3.4em;
}

.preform__endereco {
  width: 100% !important;
}

.preform__especialidade {
  width: 100% !important;
}

.preform__envia button {
  padding: 1.2em 2em;
  font-size: 1em;
}

.politicas__list {
  display: flex;
  align-items: center;
}

.politicas__item {
  padding: 0.3em 0;
}
.politicas__item input {
  width: 22px;
  height: 22px;
  margin-right: 0.5em;
}

.politicas__link {
  color: #734908;
  text-decoration: underline;
}
.politicas__link:hover {
  text-decoration: none;
}

.prevideo {
  position: relative;
  width: 650px;
  height: 350px;
}
.prevideo button {
  margin-top: 2em;
}

@media (min-width: 0) and (max-width: 768px) {
  .preform {
    padding: 5em 10% 0 10%;
  }

  .preform__content {
    width: 100%;
  }

  .preform__item {
    width: 100%;
  }

  .preform__buscacep {
    flex-direction: column;
  }
  .preform__buscacep input {
    width: 100% !important;
  }
  .preform__buscacep button {
    margin: 1em;
  }

  .preform__buscacep--icons {
    right: 2em !important;
  }

  .prevideo {
    padding: 5em 10% 0 10%;
  }
}
@media (min-width: 768px) {
  .preform {
    padding: 5em 10%;
  }

  .preform__item {
    width: 50%;
  }

  .preform__buscacep {
    flex-direction: row;
  }
  .preform__buscacep input {
    width: 60% !important;
  }
  .preform__buscacep button {
    margin: 0 1em;
  }

  .preform__buscacep--icons {
    right: 18em !important;
  }

  .prevideo {
    padding: 0 40% 0 10%;
  }
}
@media (min-width: 1367px) {
  .preform {
    padding: 5em 20%;
  }

  .preform__content {
    width: 100%;
  }

  .preform__item {
    width: 50%;
  }

  .preform__buscacep {
    flex-direction: row;
  }
  .preform__buscacep input {
    width: 60% !important;
  }
  .preform__buscacep button {
    margin: 0 1em;
  }

  .preform__buscacep--icons {
    right: 18em !important;
  }
}
.main_content {
  margin-bottom: 5em;
}

.main__info {
  padding: 3em 5%;
}

.main__title {
  font-weight: 700;
  text-align: center;
  color: #3E4853;
  font-family: "Libre Baskerville", serif;
}

.main__subtitle {
  font-weight: 700;
  text-align: center;
  color: #734908;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 1em;
}

.main_itemlogo {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_itemlogo img {
  max-width: 200px;
  height: auto;
}

.main_itemtitle {
  font-family: "Libre Baskerville", serif;
  color: #3E4853;
  font-size: 1em;
  font-weight: 700;
  padding: 0 2em;
  text-align: center;
  line-height: 1.6;
}

.main_itemdate {
  font-family: "Libre Baskerville", serif;
  color: #734908;
  font-size: 1em;
  font-weight: 700;
  padding: 1em 2em;
  text-align: center;
}

.main_cta {
  display: block;
  margin: 0 auto;
}

@media (min-width: 0) and (max-width: 768px) {
  .main_content {
    padding-top: 3em;
  }

  .main__title {
    font-size: 1.5em;
    line-height: 1.3;
  }

  .main__subtitle {
    font-size: 1em;
    line-height: 1.5;
  }

  .main__list {
    display: block;
  }

  .main__item {
    padding: 0 2em;
    box-sizing: border-box;
  }

  .main__destaques {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .main__title {
    font-size: 2em;
  }

  .main__subtitle {
    font-size: 1em;
  }

  .main__list {
    display: flex;
    justify-content: space-between;
  }

  .main__item {
    padding: 0 2em;
    box-sizing: border-box;
  }

  .main__destaques {
    padding: 0 5em;
  }
}
.sobre__content {
  padding: 3em 5%;
}

.sobre__titulo {
  font-family: "Libre Baskerville", serif;
  font-size: 2em;
  font-weight: 700;
  color: #3E4853;
  line-height: 2.3;
}
@media (min-width: 0) and (max-width: 768px) {
  .sobre__titulo {
    font-size: 1.6em;
    line-height: 1.8;
  }
}

.sobre__conteudo {
  display: flex;
  justify-content: space-between;
}

.sobre_text {
  font-family: "Libre Baskerville", serif;
  font-size: 1em;
  color: #3E4853;
  line-height: 1.6;
  margin-bottom: 1em;
}
@media (min-width: 0) and (max-width: 768px) {
  .sobre_text {
    font-size: 0.8em;
  }
}

.sobre__video {
  position: relative;
  background-color: #FFF7EE;
  border: 1px solid #1c1c1c;
  margin-bottom: 1em;
}

.sobre__cta {
  display: block;
  margin: 0 auto;
}

@media (min-width: 0) and (max-width: 768px) {
  .sobre__conteudo {
    flex-direction: column;
  }

  .sobre_paragrafos {
    width: 100%;
  }

  .sobre__conteudovideo {
    width: 100%;
  }

  .sobre__video {
    width: 100%;
    height: 160px;
  }
}
@media (min-width: 768px) {
  .sobre_paragrafos {
    width: 40%;
  }

  .sobre__conteudovideo {
    width: 54%;
  }

  .sobre__video {
    width: 620px;
    height: 350px;
  }
}
.coordenacao__content {
  padding: 3em 5%;
}

.coordenacao__titulo {
  font-family: "Libre Baskerville", serif;
  font-size: 2em;
  font-weight: 700;
  color: #3E4853;
  line-height: 2.3;
}
@media (min-width: 0) and (max-width: 768px) {
  .coordenacao__titulo {
    font-size: 1.6em;
    line-height: 1.8;
  }
}

.coordenacao__subtitulo {
  font-family: "Libre Baskerville", serif;
  font-size: 1.3em;
  line-height: 1.8;
  padding: 0 0 2em 0;
}
@media (min-width: 0) and (max-width: 768px) {
  .coordenacao__subtitulo {
    font-size: 0.8em;
    line-height: 1.6;
    font-weight: 700;
  }
}

.coordenacao__conteudo {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.coordenacao__item {
  width: 30%;
  padding: 0 1em;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.coordenacao__doutoras {
  width: 40%;
  box-sizing: border-box;
}
.coordenacao__doutoras img {
  width: 90%;
  display: block;
  margin: 0 auto;
}

.coordenacao__title {
  font-family: "Libre Baskerville", serif;
  font-size: 1em;
  font-weight: 700;
  color: #734908;
  line-height: 1.2;
  padding: 1em 0;
  text-align: center;
}
.coordenacao__speaker {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.8em;
  font-weight: 400;
  color: #3E4853;
  line-height: 1;
  text-align: center;
}
.coordenacao__text {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.8em;
  font-weight: 400;
  color: #3E4853;
  line-height: 1;
  text-align: center;
  line-height: 1.4;
  margin-top: 1.4em;
}
@media (min-width: 0) and (max-width: 768px) {
  .coordenacao__list {
    width: 100%;
  }

  .coordenacao__item {
    width: 100%;
    order: 2;
  }

  .coordenacao__conteudo {
    flex-direction: column;
  }

  .coordenacao__doutoras {
    width: 100%;
    padding: 2em 0;
    order: 1;
  }
}
@media (min-width: 768px) {
  .coordenacao__list {
    width: 50%;
  }

  .coordenacao__item {
    width: 40%;
  }

  .coordenacao__conteudo {
    flex-direction: row;
  }
}
.palestrantes__content {
  padding: 3em 5%;
}

.palestrantes__titulo {
  font-family: "Libre Baskerville", serif;
  font-size: 2em;
  font-weight: 700;
  color: #3E4853;
  line-height: 2.3;
}
@media (min-width: 0) and (max-width: 768px) {
  .palestrantes__titulo {
    font-size: 1.6em;
    line-height: 1.8;
  }
}

.palestrantes__subtitulo {
  font-family: "Libre Baskerville", serif;
  font-size: 1.3em;
  line-height: 1.8;
  padding: 0 0 2em 0;
}
@media (min-width: 0) and (max-width: 768px) {
  .palestrantes__subtitulo {
    font-size: 0.8em;
    line-height: 1.6;
    font-weight: 700;
  }
}

.palestrantes__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.palestrantes__item {
  padding: 1.5em 1em;
  box-sizing: border-box;
  margin-bottom: 1.5em;
  cursor: pointer;
  border-bottom: 1px dotted #FFF7EE;
  transition: 0.3s all;
}
.palestrantes__item:hover {
  border-bottom: 1px dotted #282f36;
}

.palestrantes__photo {
  display: block;
  margin: 0 auto;
}

.palestrantes__itemtitle {
  font-family: "Libre Baskerville", serif;
  font-size: 1em;
  font-weight: 700;
  color: #734908;
  line-height: 1.2;
  padding: 1em 0;
  text-align: center;
}
.palestrantes__itemsubtitle {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1em;
  font-weight: 700;
  color: #3E4853;
  line-height: 1.2;
  padding: 0 0 1em 0;
  text-align: center;
}
@media (min-width: 0) and (max-width: 768px) {
  .palestrantes__itemsubtitle {
    font-size: 0.8em;
  }
}

.palestrantes__speaker {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.8em;
  font-weight: 400;
  color: #3E4853;
  line-height: 1;
  text-align: center;
}
@media (min-width: 0) and (max-width: 768px) {
  .palestrantes__item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .palestrantes__item {
    width: 25%;
  }
}
.depoimentos__content {
  padding: 3em 5%;
}

.depoimentos__titulo {
  font-family: "Libre Baskerville", serif;
  font-size: 2em;
  font-weight: 700;
  color: #3E4853;
  line-height: 2.3;
}
@media (min-width: 0) and (max-width: 768px) {
  .depoimentos__titulo {
    font-size: 1.6em;
    line-height: 1.8;
  }
}

.depoimentos__subtitulo {
  font-family: "Libre Baskerville", serif;
  font-size: 1.3em;
  line-height: 1.8;
  padding: 0 0 2em 0;
}
@media (min-width: 0) and (max-width: 768px) {
  .depoimentos__subtitulo {
    font-size: 0.8em;
    line-height: 1.6;
    font-weight: 700;
  }
}

.depoimentos__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.depoimentos__title {
  font-family: "Libre Baskerville", serif;
  font-size: 2em;
  font-weight: 700;
  color: #3E4853;
  line-height: 2.3;
  color: #734908;
  font-size: 1.5em;
}
@media (min-width: 0) and (max-width: 768px) {
  .depoimentos__title {
    font-size: 1.6em;
    line-height: 1.8;
  }
}

.depoimentos__video {
  position: relative;
  background-color: #FFF7EE;
  border: 1px solid #1c1c1c;
}

@media (min-width: 0) and (max-width: 768px) {
  .depoimentos__title {
    padding: 1em 0;
  }

  .depoimentos__subtitulo {
    width: 100%;
    line-height: 1.6;
  }

  .depoimentos__list {
    flex-direction: column;
    align-items: center;
  }

  .depoimentos__item {
    width: 100%;
    margin-bottom: 1em;
  }

  .depoimentos__video {
    width: 100%;
    height: 160px;
  }
}
@media (min-width: 768px) {
  .depoimentos__subtitulo {
    width: 70%;
  }

  .depoimentos__list {
    flex-direction: row;
  }

  .depoimentos__item {
    width: 50%;
  }

  .depoimentos__video {
    width: 570px;
    height: 320px;
  }
}
@media (min-width: 1367px) {
  .depoimentos__list {
    flex-direction: row;
  }

  .depoimentos__item {
    width: 50%;
  }

  .depoimentos__video {
    width: 570px;
    height: 320px;
  }
}
.programacao__content {
  padding: 3em 5%;
}

.programacao__titulo {
  font-family: "Libre Baskerville", serif;
  font-size: 2em;
  font-weight: 700;
  color: #3E4853;
  line-height: 2.3;
}
@media (min-width: 0) and (max-width: 768px) {
  .programacao__titulo {
    font-size: 1.6em;
    line-height: 1.8;
  }
}

.programacao__itemtitle {
  font-family: "Libre Baskerville", serif;
  font-size: 2em;
  font-weight: 700;
  color: #3E4853;
  line-height: 2.3;
}
@media (min-width: 0) and (max-width: 768px) {
  .programacao__itemtitle {
    font-size: 1.6em;
    line-height: 1.8;
  }
}

.programacao__itemsubtitle {
  font-family: "Libre Baskerville", serif;
  font-size: 1.3em;
  line-height: 1.8;
  padding: 0 0 2em 0;
  padding: 0 0 1em 0;
}
@media (min-width: 0) and (max-width: 768px) {
  .programacao__itemsubtitle {
    font-size: 0.8em;
    line-height: 1.6;
    font-weight: 700;
  }
}

.programacao__itemtext {
  font-family: "Libre Baskerville", serif;
  font-size: 1em;
  color: #3E4853;
  line-height: 1.6;
  margin-bottom: 1em;
}
@media (min-width: 0) and (max-width: 768px) {
  .programacao__itemtext {
    font-size: 0.8em;
  }
}

.programacao__itemtext--bold {
  font-weight: 700;
}

.programacao__itemlocal {
  font-family: "Libre Baskerville", serif;
  font-size: 1.3em;
  line-height: 1.8;
  padding: 0 0 2em 0;
  color: #734908;
  padding-bottom: 2em;
}
@media (min-width: 0) and (max-width: 768px) {
  .programacao__itemlocal {
    font-size: 0.8em;
    line-height: 1.6;
    font-weight: 700;
  }
}

.programacao__itemdata {
  font-family: "Libre Baskerville", serif;
  font-size: 1.3em;
  line-height: 1.8;
  padding: 0 0 2em 0;
  color: #734908;
}
@media (min-width: 0) and (max-width: 768px) {
  .programacao__itemdata {
    font-size: 0.8em;
    line-height: 1.6;
    font-weight: 700;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  .programacao__itemtitle {
    font-size: 1.2em;
    line-height: 1.2;
    padding: 1em 0;
  }

  .programacao__itemdata {
    padding: 0 0 1em 0;
  }

  .programacao__itemtext {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .programacao__itemtitle {
    font-size: 1.4em;
  }

  .programacao__itemdata {
    padding: 0;
  }

  .programacao__itemtext {
    width: 70%;
  }
}
@media (min-width: 1367px) {
  .programacao__itemtitle {
    font-size: 1.4em;
  }

  .programacao__itemdata {
    padding: 0;
  }

  .programacao__itemtext {
    width: 70%;
  }
}
.valores__content {
  padding: 3em 5%;
}

.valores__titulo {
  font-family: "Libre Baskerville", serif;
  font-size: 2em;
  font-weight: 700;
  color: #3E4853;
  line-height: 2.3;
}
@media (min-width: 0) and (max-width: 768px) {
  .valores__titulo {
    font-size: 1.6em;
    line-height: 1.8;
  }
}

.valores__info {
  margin: 1em 0;
}

.valores__subtitle {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2em;
  color: #3E4853;
  font-weight: 700;
  padding-bottom: 1em;
  line-height: 1.6;
}

.valores__title {
  font-family: "Roboto Condensed", sans-serif;
  color: #734908;
  font-weight: 700;
  margin-bottom: 0.8em;
}

.valores__table {
  border: 1px solid rgba(28, 28, 28, 0.3);
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 2em;
}
.valores__table th {
  color: #1c1c1c;
  font-weight: 700;
  text-align: left;
  border: 1px solid rgba(28, 28, 28, 0.3);
}
.valores__table td {
  color: #1c1c1c;
  border: 1px solid rgba(28, 28, 28, 0.3);
  color: #3E4853;
  font-weight: 700;
}
.valores__table td:nth-child(1) {
  color: #1c1c1c;
}

.valores__rodape {
  margin-bottom: 3em;
}

.valores__rodapetitle {
  font-weight: 700;
  margin-bottom: 1em;
}

.valores__rodapetext {
  line-height: 1.4;
}

@media (min-width: 0) and (max-width: 768px) {
  .valores__content--desktop {
    display: none;
  }

  .valores__content--mobile {
    display: block;
  }

  .valores__title {
    font-size: 1em;
    line-height: 1.6;
  }

  .valores__table {
    padding: 0.6em;
  }
  .valores__table tr {
    padding: 0.6em;
  }
  .valores__table th {
    padding: 0.6em;
    font-size: 0.8em;
    width: 35%;
    line-height: 1.6;
  }
  .valores__table th:nth-child(1) {
    width: 30%;
  }
  .valores__table td {
    padding: 0.6em;
    font-size: 0.8em;
    width: 35%;
  }
  .valores__table td:nth-child(1) {
    width: 30%;
  }

  .valores__rodape {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .valores__content--desktop {
    display: block;
  }

  .valores__content--mobile {
    display: none;
  }

  .valores__title {
    font-size: 1.2em;
  }

  .valores__table {
    padding: 1em;
  }
  .valores__table tr {
    padding: 1em;
  }
  .valores__table th {
    padding: 1em;
  }
  .valores__table td {
    padding: 1em;
    font-size: 1.2em;
  }

  .valores__rodape {
    width: 70%;
  }
}
.leis__content {
  padding: 3em 5%;
}

.leis__titulo {
  font-family: "Libre Baskerville", serif;
  font-size: 2em;
  font-weight: 700;
  color: #3E4853;
  line-height: 2.3;
}
@media (min-width: 0) and (max-width: 768px) {
  .leis__titulo {
    font-size: 1.6em;
    line-height: 1.8;
  }
}

.leis__text {
  font-family: "Libre Baskerville", serif;
  font-size: 1em;
  color: #3E4853;
  line-height: 1.6;
  margin-bottom: 1em;
}
@media (min-width: 0) and (max-width: 768px) {
  .leis__text {
    font-size: 0.8em;
  }
}

.leis__text--title {
  padding: 1em 0 0 0;
  font-weight: 700;
}

@media (min-width: 0) and (max-width: 768px) {
  .leis__text {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .leis__text {
    width: 70%;
  }
}
.patrocinadores__content {
  padding: 3em 5%;
}

.patrocinadores__titulo {
  font-family: "Libre Baskerville", serif;
  font-size: 2em;
  font-weight: 700;
  color: #3E4853;
  line-height: 2.3;
}
@media (min-width: 0) and (max-width: 768px) {
  .patrocinadores__titulo {
    font-size: 1.6em;
    line-height: 1.8;
  }
}

.patrocinadores__subtitulo--center {
  text-align: center;
  font-size: 1.5em;
  width: 100%;
  font-weight: 700;
}

.patrocinadores__logos {
  padding: 2em 0;
}

.patrocinadores__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.patrocinadores__contentlogo {
  position: relative;
  box-sizing: border-box;
  min-height: 220px;
}

.patrocinadores__logo {
  position: absolute;
  width: auto;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
}

.patrocinadores__link {
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 1em 0;
  bottom: 0;
}

.patrocinadores__button {
  width: 100%;
  margin: 1em 0;
}
.patrocinadores__button button {
  display: block;
  margin: 0 auto;
}

@media (min-width: 0) and (max-width: 768px) {
  .patrocinadores__contentlogo {
    width: 100%;
  }

  .patrocinadores__item {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .patrocinadores__contentlogo {
    width: 70%;
  }

  .patrocinadores__item {
    width: 33%;
  }
}
.organizacao__content {
  padding: 3em 5%;
}

.organizacao__titulo {
  font-family: "Libre Baskerville", serif;
  font-size: 2em;
  font-weight: 700;
  color: #3E4853;
  line-height: 2.3;
}
@media (min-width: 0) and (max-width: 768px) {
  .organizacao__titulo {
    font-size: 1.6em;
    line-height: 1.8;
  }
}

.organizacao__organizador {
  display: flex;
  margin: 4em 0;
}

.organizacao__organizadorlogo {
  position: relative;
  width: 40%;
}
.organizacao__organizadorlogo img {
  display: block;
  margin: 0 auto;
}

.organizacao__organizadorinfo {
  position: relative;
  width: 80%;
  padding-left: 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.organizacao__text {
  font-family: "Libre Baskerville", serif;
  font-size: 1em;
  color: #3E4853;
  line-height: 1.6;
  margin-bottom: 1em;
}
@media (min-width: 0) and (max-width: 768px) {
  .organizacao__text {
    font-size: 0.8em;
  }
}

.organizacao__video {
  margin-top: 1em;
}

@media (min-width: 0) and (max-width: 768px) {
  .organizacao__organizador {
    flex-direction: column;
  }

  .organizacao__organizadorlogo {
    width: 100%;
    margin-bottom: 1em;
  }

  .organizacao__organizadorinfo {
    width: 90%;
    padding: 0 5%;
  }

  .organizacao__video {
    width: 100%;
    height: 250px;
  }
}
@media (min-width: 768px) {
  .organizacao__organizador {
    flex-direction: row;
  }

  .organizacao__video {
    width: 60%;
    height: 250px;
  }
}
.localizacao__content {
  padding: 3em 5%;
}

.localizacao__titulo {
  font-family: "Libre Baskerville", serif;
  font-size: 2em;
  font-weight: 700;
  color: #3E4853;
  line-height: 2.3;
}
@media (min-width: 0) and (max-width: 768px) {
  .localizacao__titulo {
    font-size: 1.6em;
    line-height: 1.8;
  }
}

.localizacao__map {
  margin-bottom: 1em;
}
.localizacao__map iframe {
  margin: 1em 0;
}

.produto__title {
  font-family: "Libre Baskerville", serif;
  font-size: 2em;
  font-weight: 700;
  color: #3E4853;
  line-height: 2.3;
}
@media (min-width: 0) and (max-width: 768px) {
  .produto__title {
    font-size: 1.6em;
    line-height: 1.8;
  }
}

.produto__paragraph {
  font-family: "Libre Baskerville", serif;
  font-size: 1em;
  color: #3E4853;
  line-height: 1.6;
  margin-bottom: 1em;
}
@media (min-width: 0) and (max-width: 768px) {
  .produto__paragraph {
    font-size: 0.8em;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  .produto__content {
    padding: 5em 10% 2em 10%;
  }
}
@media (min-width: 768px) {
  .produto__content {
    padding: 5em 5% 2em 5%;
  }
}
.select__title {
  font-weight: 700;
  color: #3E4853;
  text-transform: uppercase;
  padding-bottom: 2em;
  font-size: 1em;
}

.select__list {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.select__radio {
  display: flex;
  justify-content: center;
}
.select__radio input {
  width: 25px;
  height: 25px;
}

.select__item p {
  line-height: 1.6;
}

.select__texttitle {
  font-size: 1.5em;
  font-weight: 700;
  padding-bottom: 0.5em;
  color: #3E4853;
  line-height: 1.3 !important;
}

.select__text {
  font-size: 1em;
  color: #3E4853;
}

.select__preco {
  font-size: 1.5em;
  font-weight: 700;
  padding-top: 0.5em;
  color: #3E4853;
}

.select_error {
  display: none;
  color: #af0000;
  font-size: 1.3em;
}

@media (min-width: 0) and (max-width: 768px) {
  .select__content {
    padding: 2em 10%;
  }

  .select__radio {
    width: 20%;
  }

  .select__item {
    width: 80%;
  }

  .select__button {
    padding-left: 20%;
  }
}
@media (min-width: 768px) {
  .select__content {
    padding: 2em 30% 2em 5%;
  }

  .select__radio {
    width: 10%;
  }

  .select__item {
    width: 90%;
  }

  .select__button {
    padding-left: 10%;
  }
}
.header--fix {
  margin-top: 72px;
}

footer {
  padding: 5em 1em;
}

.copyright {
  text-align: center;
}

.whatsapp {
  position: fixed;
  bottom: 2em;
  right: 2em;
  z-index: 10;
}

.waze {
  position: fixed;
  bottom: 2em;
  right: 8em;
  z-index: 10;
}

.navbar {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2em;
  height: 72px;
}

.navbar__background {
  background-color: #FFF7EE;
  box-shadow: 0 0 10px 0 rgba(28, 28, 28, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.navbar__logotipo {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
}
.menu {
  display: flex;
  justify-content: space-around;
}

.menu__main {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.menu__mainitem {
  padding: 0 2em;
  text-transform: uppercase;
  font-weight: 700;
}

.menu__mainlink {
  color: #734908;
  transition: 0.3s all;
}
.menu__mainlink:hover {
  color: #432b05;
}

.menu__socialsocial {
  display: flex;
  justify-content: space-around;
}

.menu__socialitem {
  padding: 0 1em;
}

.menu__button {
  background-color: transparent;
  border: 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-size: 0.7em;
}
.menu__button img {
  margin-left: 0.6em;
}

@media (min-width: 0) and (max-width: 768px) {
  .menu__button {
    margin-right: 2em;
  }

  .navbar__colapse {
    display: none;
    position: absolute;
    margin-top: 70px;
    left: 0;
    top: 0;
    background-color: #FFF7EE;
    border-top: 1px solid rgba(115, 73, 8, 0.3);
    width: 100%;
    padding: 1em;
  }

  .navbar__colapse--show {
    display: flex !important;
    flex-direction: column;
  }

  .menu__main {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu__mainitem {
    padding: 0.5em;
  }

  .menu__socialsocial {
    justify-content: flex-end;
    padding-right: 2em;
  }

  .menu__buttonregister {
    position: absolute;
    top: 80px;
    left: 0;
    margin: 1em 5%;
    width: 90%;
  }
}
@media (min-width: 768px) {
  .menu__button {
    display: none;
  }

  .navbar__colapse {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
  }

  .menu__buttonregister {
    position: absolute;
    right: 5%;
    top: 80px;
  }
}
.boxInfo {
  position: fixed;
  height: 100vh;
  z-index: 100;
  top: 0;
  transition: 0.3s all;
  z-index: 200;
}

.boxInfo--open {
  right: 0 !important;
}

.boxInfo__close {
  position: absolute;
  top: 2em;
  right: 2em;
  background-color: transparent;
  color: #FFF7EE;
  border: 0;
  font-size: 2em;
  cursor: pointer;
}

.boxInfo__content {
  background-color: #3E4853;
  width: 100%;
  height: 100%;
  padding: 2em;
  box-sizing: border-box;
  z-index: 10;
  display: block;
  overflow-y: scroll;
}

.boxInfo__contentphoto {
  margin-bottom: 2em;
}

.boxInfo__info {
  color: #FFF7EE;
}

.boxInfo__title {
  font-family: "Libre Baskerville", serif;
  font-size: 2em;
  font-weight: 700;
  color: #3E4853;
  line-height: 2.3;
  color: #FFF7EE;
}
@media (min-width: 0) and (max-width: 768px) {
  .boxInfo__title {
    font-size: 1.6em;
    line-height: 1.8;
  }
}

.boxInfo__subtitle {
  color: #FFF7EE;
  font-weight: 700;
  padding: 1.5em 0 0.8em 0;
}

.boxInfo__text {
  font-family: "Libre Baskerville", serif;
  font-size: 1em;
  color: #3E4853;
  line-height: 1.6;
  margin-bottom: 1em;
  color: #FFF7EE;
  font-size: 0.8em;
  line-height: 1.8;
}
@media (min-width: 0) and (max-width: 768px) {
  .boxInfo__text {
    font-size: 0.8em;
  }
}

.boxInfo__background {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 100;
  background-color: rgba(28, 28, 28, 0.5);
  left: 0;
  top: 0;
  display: none;
}

.boxInfo__background--show {
  display: block !important;
}

@media (min-width: 0) and (max-width: 768px) {
  .boxInfo {
    width: 90%;
    right: -90%;
  }
}
@media (min-width: 768px) {
  .boxInfo {
    width: 40%;
    right: -40%;
  }
}
@media (min-width: 1367px) {
  .boxInfo {
    width: 30%;
    right: -30%;
  }
}
.modal {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.modal__content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}

.modal__close {
  position: absolute;
  right: 2em;
  top: 2em;
  background-color: transparent;
  font-size: 2em;
  color: #FFF7EE;
  border: 0;
  cursor: pointer;
}

.modal__body {
  background-color: #FFF7EE;
  border-radius: 1em;
  padding: 2em;
  position: absolute;
  width: 60%;
  max-width: 500px;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 1em 1em rgba(62, 72, 83, 0.9);
  pointer-events: none;
}

.modal__destaque {
  position: relative;
}
.modal__destaque img {
  display: block;
  margin: 0 auto;
}

.modal__item {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.modal__number {
  padding: 3%;
  margin: 2%;
  background-color: #3E4853;
  color: #FFF7EE;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
}

.modal__text {
  width: 85%;
  font-family: "Libre Baskerville", serif;
  padding-left: 1em;
}

.modal__background {
  position: absolute;
  background-color: rgba(62, 72, 83, 0.9);
  z-index: 1;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

@media (min-width: 0) and (max-width: 768px) {
  .modal__destaque img {
    width: 100%;
  }

  .modal__item {
    margin-bottom: 1em;
  }

  .modal__number {
    width: 20px;
    height: 20px;
    border-radius: 20px;
  }

  .modal__text {
    font-size: 0.7em;
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  .modal__destaque img {
    width: initial;
  }

  .modal__number {
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }

  .modal__text {
    font-size: 0.9em;
    line-height: 1.6;
  }
}

/*# sourceMappingURL=styles.css.map */
