@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  position: relative;
  min-height: 100%;
}

html,
body {
  font-family: 'Lato', sans-serif;
  line-height: 1.2;
}

body {
  overflow-x: hidden;
}

body,
input,
textarea {
  -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3 {
  font-weight: normal;
  margin: 0;
}

a {
  color: inherit;
  outline: none !important;
}

a:hover,
a:focus {
  text-decoration: none;
}

input,
textarea {
  outline: none;
}

p,
figure {
  margin: 0;
}

button,
input[type="submit"] {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
}

blockquote {
  padding: 0;
  margin: 0;
  border: none;
}
#chamada{
  text-align: center;
}
.modal-open {
  height: 100vh;
  overflow: hidden;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .modal-open {
    max-height: 768px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .modal-open {
    max-height: 1024px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
  .modal-open {
    max-height: 320px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
  .modal-open {
    max-height: 568px;
  }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
  .modal-open {
    max-height: 320px;
  }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
  .modal-open {
    max-height: 480px;
  }
}

.container {
  font-family: "Lato",sans-serif;
}

.title {
  color: #444b56;
  margin-bottom: 15px;
  font-size: 42px;
  text-align: center;
  font-weight: normal;
}

.title--secondary {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 32px;
  display: block;
  color: #444b56;
  display: block;
  text-align: center;
}

.subtitle {
  color: #f0a939;
  font-size: 14px;
  margin-bottom: 20px;
  letter-spacing: 4px;
  display: block;
  text-align: center;
  text-transform: uppercase;
}

.description {
  font-size: 24px;
  color: #6d7d88;
  margin-bottom: 25px;
  text-align: center;
}

.description--secondary {
  font-size: 16px;
  line-height: 1.5;
  color: #6d6d6d;
}

.description--secondary a {
  color: #f0a939;
}

.video {
  max-width: 790px;
  margin:0 auto 40px;
}

.video__container {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}

.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.button {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  min-height: 80px;
  background: #f0a939;
  font-family: Lato;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 25px 10px;
  border-radius: 5px;
  text-transform: uppercase;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 3px 0px 0px rgba(206, 143, 43, 1);
  -moz-box-shadow: 0px 3px 0px 0px rgba(206, 143, 43, 1);
  box-shadow: 0px 3px 0px 0px rgba(206, 143, 43, 1);
  line-height: 30px;
}
.button:hover {
  color: #fff;
}
.text-video{
  font-size: 27px;
}
.button.not(disabled):hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  top: 3px;
  margin-bottom: 12px;
  color: #fff;
}

.button.disabled {
  opacity: 0.6;
  cursor: default;
}

.modal {
  display: none;
  font-family: "Open Sans",sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  background: rgba(0,0,0,.9);
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.modal.open {
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: flex;
}

.modal__container {
  width: 100%;
  max-width: 610px;
  background: #fff;
  position: relative;
}

.modal__header {
  font-size: 24px;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 40px;
  background: #ecb133;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 25px;
}

.modal__body {
  padding: 0 40px 40px;
  font-size: 21px;
  color: #717f88;
}

input[type=text],
input[type=email] {
  width: 100%;
  height: 52px;
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 13px;
  border: 1px solid #cbcbcb;
  border-radius: 3px;
  padding: 0 15px;
  outline: none;
}

#mc_embed_signup.modal__body input.mce_inline_error {
  border-color: #F44336;
}

.response,
#mc_embed_signup.modal__body div.mce_inline_error {
  font-size: 14px;
  color: #F44336;
  margin-bottom: 15px;
  background: transparent;
  padding: 0;
  font-weight: normal;
}

#mce-success-response {
  color: #2E7D32;
}

.response a {
  text-decoration: underline;
}

input[type=submit] {
  display: block;
  width: 100%;
  padding: 30px 40px;
  font-size: 21px;
  background-color: #ecb133;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 3px;
  border: 0;
  cursor: pointer;
}

.modal__step {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 30px;
  color: #acc4cd;
}

label {
  margin-bottom: 15px;
  margin-top: 8px;
  float: right;
}

.modal__icon {
  color: #fff;
  position: absolute;
  top: -13px;
  right: -13px;
  width: 26px;
  height: 26px;
  background: #000;
  border: 2px solid #fff;
  border-radius: 100%;
  cursor: pointer;
  text-align: center;
}

.modal__icon:before,
.modal__icon:after {
  content: "";
  display: block;
  width: 2px;
  border-radius: 1px;
  height: 12px;
  background: #fff;
  left: 10px;
  top: 5px;
  position: absolute;
}

.modal__icon:before{
  transform: rotate(-45deg);
}
.modal__icon:after {
  transform: rotate(45deg);
}

.thumb {
  width: 182px;
  height: 182px;
  display: block;
  float: left;
  margin-right: 20px;
}

.thumb img {
  width: 100%;
  height: auto;
}

.section {
  padding: 30px 0;
  position: relative;
  background-position: center 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #fff;
}

.blocks-title {
  font-weight: 900;
  color: #444b56;
  font-size: 30px;
  margin-bottom: 32px;
  text-align: center;
}
.blocks-description {
  font-weight: 300;
  color: #7daede;
  font-size: 24px;
  text-align: center;
}
.blocks-list {
  text-align: center;
  margin: 60px auto 0;
  margin-left: -10px;
}
.blocks-list:before,
.blocks-list:after {
  content: " ";
  display: table;
}
.blocks-list:after {
  clear: both;
}
.blocks-list.one-item .item {
  float: none;
}
.blocks-list .item {
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 250px;
  background-color: #fff;
  border-left: 4px solid #7daede;
  max-width: 450px;
  margin-left: 40px;
  text-align: left;
  padding: 32px 20px 32px 57px;
  margin-bottom: 45px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.blocks-list .item:nth-child(odd) {
  clear: left;
}
.blocks-list .item:nth-child(even) {
  clear: right;
}
.blocks-list .item .ico {
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
  background-color: #fff;
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  top: 36px;
  left: -40px;
  text-align: center;
  overflow: hidden;
}
.blocks-list .item .ico svg {
  display: block;
  height: 88px;
  width: 88px;
  margin: -4px 0 0 -4px;
}
.blocks-list .item .ico img {
  display: block;
  width: 100%;
  height: 100%;
}
.blocks-list .item .title {
  font-size: 24px;
  color: #7daede;
  margin-bottom: 20px;
}
.blocks-list .item .description {
  font-size: 18px;
  font-weight: 300;
  color: #555555;
}
.blocks-form {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}
.blocks-form p {
  font-size: 22px;
  font-weight: 300;
  color: #494949;
  margin-bottom: 25px;
}


@media (max-width: 1023px) {
  .blocks-list {
    margin-left: auto;
  }
  .blocks-list .item {
    border-left: none;
    border-top: 4px solid #7daede;
    margin-left: 0;
    padding-left: 20px;
    padding-top: 50px;
    text-align: center;
    margin-bottom: 65px;
  }
  .blocks-list .item .ico {
    top: -40px;
    left: 50%;
    margin-left: -40px;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 40px 0;
  }
  .title,
  .title--secondary {
    font-size: 21px;
    margin-bottom: 18px;
  }
  .description {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .description--secondary {
    margin-bottom: 40px;
  }
  .video{
    margin-bottom: 20px;
  }
  .blocks-list .item {
    max-width: 360px;
  }
  .button:nth-child(2n + 1) {
    margin-left: 0;
  }

  .blocks-list .item:last-child {
    margin-bottom: 0;
  }

  .thumb {
    float: none;
    height: auto;
    display: block;
    margin: 0 auto 20px !important;
    width: 132px;
    height: 132px;
  }

  .author .title {
    font-size: 21px;
    margin-bottom: 18px;
  }

  .author .description {
    font-size: 15px;
  }

  .button {
    width: 100%;
    margin: 0 0 15px;
  }

  .modal__container {
    height: 100%;
    overflow: auto;
  }

  label {
    float: none;
    display: block;
    text-align: center;
  }

  .modal__step {
    margin-bottom: 0;
    display: block;
    text-align: center;
  }

  .modal__header {
    padding: 24px;
    font-size: 22px;
  }

  .modal__body {
    padding: 0 20px 20px;
  }

  .modal__icon {
    top: 5px;
    right: 5px;
    background: transparent;
    width: 30px;
    height: 30px;
  }

  .modal__icon:before,
  .modal__icon:after {
    height: 14px;
    left: 12px;
    top: 6px;
  }

  input[type=text] {
    margin-bottom: 30px;
  }

  input[type=submit] {
    font-size: 15px;
    padding: 35px 15px;
  }
}

@media (max-width: 767px) {
  .button {
    font-size: 18px;
  }
}

@media (max-width: 424px) {
  .button {
    font-size: 15px;
  }
}

@media (max-width: 374px) {
  .button {
    font-size: 13px;
  }
}


@charset "UTF-8";
/* ============================================================
FOOTER
============================================================ */
.launch-footer {
  background: #191c1e;
  color: #1398c5;
  padding: 40px 0 0;
  height: 161px;
  width: 100%;
}

.launch-footer .container {
  padding-top: 0;
  padding-bottom: 0;
}
.launch-footer:before,
.launch-footer:after {
  content: " ";
  display: table;
}
.launch-footer:after {
  clear: both;
}
.launch-footer.sticky {
  position: absolute;
  bottom: 0;
  left: 0;
}
.launch-footer .logo {
  display: block;
  float: left;
  margin-right: 15px;
}
.launch-footer .menu {
  text-align: center;
  margin-right: -15px;
  max-width: 100%;
}
.launch-footer .menu a {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #7c7c7c;
  padding: 0 15px;
  margin: 2px 0;
  border-left: 1px solid #7c7c7c;
}
.launch-footer .menu a:first-child {
  border-left: none;
}
.launch-footer .menu a:hover {
  color: #afafaf;
}
.launch-footer .cnpj {
  background-color: #111314;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  text-align: center;
}
.launch-footer small {
  color: #f9f9f9;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}
.launch-footer small br {
  display: none;
}
.launch-footer .powered-by-branding {
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 116px;
  height: 38px;
  z-index: 10000;
  display: block;
  border: 0px solid whitesmoke;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.60) 0%, rgba(0,0,0,0.60) 1%, rgba(0,0,0,1) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.60)), color-stop(1%,rgba(0,0,0,0.60)), color-stop(100%,rgba(0,0,0,1)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.60) 1%,rgba(0,0,0,1) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.60) 1%,rgba(0,0,0,1) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.60) 1%,rgba(0,0,0,1) 100%);
  background: radial-gradient(ellipse at center, rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.60) 1%,rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2000000', endColorstr='#000000',GradientType=1 );
  border-top-left-radius: 10px;
  padding: 4px 10px;
}

.launch-footer .made-by {
  font-size: 10px;
  color: rgb(177, 163, 163);
  margin-bottom: 2px;
}
@media (max-width: 829px) {
  .launch-footer {
    height: 215px;
    padding: 32px 0 0;
  }
  .launch-footer h1,
  .launch-footer .logo {
    float: none;
    margin: 0 auto 35px;
  }
  .launch-footer .menu {
    float: none;
    text-align: center;
  }

  .launch-footer .cnpj {
    text-align: center;
    padding: 16px 0;
  }
  .launch-footer small br {
    display: block;
  }

}
.pull-left {
    float: left;
}
.local-info-list{
  list-style: none;
  line-height: 1.8;
  color: #6d7d88;
  padding-left: 0;
}
article.text-left.leia-me {
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 35px;
}
.local-info-list .data{
  font-size: 24px;
}
.container{
  max-width: 790px;
  margin: 0 auto;
}
.foto-intro{
  width: 100%;
}
