/* Other aspect ratios to try:
 * 56.25% = 16:9
 * 75% = 4:3
 * 66.66% = 3:2
 * 62.5% = 8:5
 */
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('fonts/Montserrat-Regular.woff2') format('woff2'), url('fonts/Montserrat-Regular.woff') format('woff'), url('fonts/Montserrat-Regular.ttf') format('truetype'), url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-Regular.eot'), url('fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url('fonts/Montserrat-Light.woff2') format('woff2'), url('fonts/Montserrat-Light.woff') format('woff'), url('fonts/Montserrat-Light.ttf') format('truetype'), url('fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-Light.eot'), url('fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url('fonts/Montserrat-Bold.woff2') format('woff2'), url('fonts/Montserrat-Bold.woff') format('woff'), url('fonts/Montserrat-Bold.ttf') format('truetype'), url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-Bold.eot'), url('fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('fonts/Montserrat-SemiBold.woff2') format('woff2'), url('fonts/Montserrat-SemiBold.woff') format('woff'), url('fonts/Montserrat-SemiBold.ttf') format('truetype'), url('fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-SemiBold.eot'), url('fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-ExtraBold';
  src: url('fonts/Montserrat-ExtraBold.woff2') format('woff2'), url('fonts/Montserrat-ExtraBold.woff') format('woff'), url('fonts/Montserrat-ExtraBold.ttf') format('truetype'), url('fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-ExtraBold.eot'), url('fonts/Montserrat-ExtraBold.svg#Montserrat-ExtraBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  width: 100%;
  height: 100%;
  font-family: 'Montserrat-Regular';
  color: #333;
  background-color: #fff;
  padding: 0;
  margin: 0 auto;
  line-height: 1.8;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 992px) {
  body {
    line-height: 1.9;
  }
}
h1,
h2,
h3,
h4 {
  font-family: 'Montserrat-Bold';
  color: #577776;
  text-rendering: optimizeLegibility;
}
h1 a,
h2 a,
h3 a,
h4 a {
  color: #577776;
}
h1 {
  font-size: 1.75rem;
  line-height: 1.3;
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 2.5rem;
    line-height: 1.9;
  }
}
h2 {
  font-size: 1.5rem;
  line-height: 1.4;
}
@media only screen and (min-width: 992px) {
  h2 {
    font-size: 2rem;
    line-height: 1.9;
  }
}
h3 {
  font-size: 1.4rem;
  line-height: 1.4;
}
@media only screen and (min-width: 992px) {
  h3 {
    font-size: 1.75rem;
    line-height: 1.9;
  }
}
h4 {
  font-size: 1.3rem;
  line-height: 1.5;
}
@media only screen and (min-width: 992px) {
  h4 {
    font-size: 1.5rem;
    line-height: 1.9;
  }
}
h5 {
  font-size: 1.1rem;
}
@media only screen and (min-width: 992px) {
  h5 {
    font-size: 1.25rem;
  }
}
h6 {
  font-size: 1rem;
}
address {
  font-style: normal;
}
img {
  max-width: 100%;
  height: auto;
}
.page_title {
  background: #f56304;
  padding: 1.5rem 0;
}
.page_title h1,
.page_title h2 {
  color: #fff;
  margin: 0;
  font-size: 1.1rem;
}
.page_title h1 ~ .breadcrumb,
.page_title h2 ~ .breadcrumb {
  margin: 0.5rem 0 0 0;
}
.heading {
  text-align: center;
  margin-bottom: 2rem;
  font-family: 'Montserrat-Light';
  font-size: 2.5rem;
}
@media only screen and (min-width: 992px) {
  .heading {
    margin-bottom: 3rem;
  }
}
.inner-heading {
  color: #f56304;
  text-transform: uppercase;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  max-width: 550px;
  line-height: 1.2;
}
a {
  color: #333;
  text-decoration: none;
  opacity: 1;
  text-rendering: optimizeLegibility;
}
a:focus {
  text-decoration: none;
  outline: none;
  color: #333;
}
a:hover {
  text-decoration: none;
  color: #f56304;
}
ul {
  padding: 0;
  font-size: 0;
}
ul li {
  list-style: none;
  list-style-type: none;
  text-rendering: optimizeLegibility;
  font-size: 1rem;
}
p {
  text-rendering: optimizeLegibility;
}
strong {
  font-family: 'Montserrat-Bold';
}
.breadcrumb {
  color: #f56304;
  margin-bottom: 2rem;
}
.breadcrumb em {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem;
  font-size: 0.6rem;
}
.breadcrumb em i {
  margin-top: 2px;
}
.breadcrumb span {
  font-size: 0.9rem;
  text-rendering: optimizeLegibility;
  display: inline-block;
  vertical-align: middle;
}
.breadcrumb a {
  font-size: 0.9rem;
  color: #f56304;
  display: inline-block;
  vertical-align: middle;
}
.breadcrumb a:hover {
  opacity: 0.8;
}
section {
  padding: 10% 0;
  min-height: 50vh;
}
@media only screen and (min-width: 768px) {
  section {
    padding: 5% 0;
  }
}
@media only screen and (min-width: 1920px) {
  section {
    padding: 5rem 0;
  }
}
figure a {
  opacity: 1;
}
figure a:hover {
  opacity: 0.5;
}
.close {
  width: 50px;
  height: 50px;
  position: absolute;
}
.close:before {
  content: '';
  position: absolute;
  top: 24px;
  width: 50px;
  height: 4px;
  background-color: #f56304;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.close:after {
  content: '';
  position: absolute;
  top: 24px;
  width: 50px;
  height: 4px;
  background-color: #f56304;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.check {
  width: 30px;
  height: 17px;
  border-bottom: solid 4px #f56304;
  border-left: solid 4px #f56304;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  right: 4rem;
}
.has_gallery {
  display: block;
  position: relative;
}
.has_gallery:after {
  content: "";
  width: 80px;
  height: 80px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22124px%22%20height%3D%22124px%22%20viewBox%3D%220%200%20124%20124%22%20enable-background%3D%22new%200%200%20124%20124%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20fill%3D%22%23f56304%22%20d%3D%22M62%2C55.875c-5.074%2C0-9.188%2C4.115-9.188%2C9.188c0%2C5.076%2C4.113%2C9.188%2C9.188%2C9.188%0A%09%09%09c5.072%2C0%2C9.188-4.11%2C9.188-9.188C71.188%2C59.99%2C67.072%2C55.875%2C62%2C55.875z%20M86.5%2C46.688h-7.35c-1.012%2C0-2.102-0.784-2.42-1.743%0A%09%09%09l-1.899-5.702c-0.319-0.958-1.407-1.743-2.419-1.743H51.588c-1.011%2C0-2.1%2C0.784-2.419%2C1.743l-1.9%2C5.702%0A%09%09%09c-0.32%2C0.958-1.408%2C1.743-2.419%2C1.743H37.5c-3.369%2C0-6.125%2C2.756-6.125%2C6.125v27.563c0%2C3.369%2C2.756%2C6.125%2C6.125%2C6.125h49%0A%09%09%09c3.369%2C0%2C6.125-2.756%2C6.125-6.125V52.813C92.625%2C49.442%2C89.869%2C46.688%2C86.5%2C46.688z%20M62%2C80.375%0A%09%09%09c-8.457%2C0-15.313-6.855-15.313-15.313c0-8.457%2C6.855-15.313%2C15.313-15.313c8.455%2C0%2C15.313%2C6.856%2C15.313%2C15.313%0A%09%09%09C77.313%2C73.52%2C70.455%2C80.375%2C62%2C80.375z%20M84.355%2C57.096c-1.185%2C0-2.145-0.959-2.145-2.144c0-1.184%2C0.96-2.144%2C2.145-2.144%0A%09%09%09s2.145%2C0.96%2C2.145%2C2.144C86.5%2C56.135%2C85.54%2C57.096%2C84.355%2C57.096z%22%2F%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  border-radius: 50%;
  z-index: 5;
}
@media only screen and (min-width: 768px) {
  .has_gallery:after {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .article {
    padding-right: 2rem;
  }
}
.article header h1 {
  font-size: 2rem;
  margin: 0.8rem 0 0.5rem 0;
  border-top: 1px #dddddd solid;
  padding-top: 1rem;
}
.article header time {
  font-size: 0.8rem;
  color: #ccc;
}
.article figure figcaption p {
  font-style: italic;
  margin-top: 0.5rem;
  font-size: 0.8rem;
}
.article a {
  color: #f56304;
}
.article p strong {
  font-family: 'Montserrat-Regular';
}
.article h2,
.article h3,
.article h4 {
  font-family: 'Montserrat-Regular';
}
.article ul {
  padding: 0;
  margin: 2rem 0;
}
.article ul li {
  list-style: none;
  margin: 1rem 0;
}
.article ul li:before {
  content: "\f0da";
  display: inline-block;
  vertical-align: middle;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.3rem;
  font-size: 0.7rem;
  color: #f56304;
}
.article img {
  width: auto;
  max-width: 100%;
  margin: 1rem auto;
  display: block;
}
.article iframe {
  width: 100% !important;
  height: 280px !important;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .article iframe {
    max-width: 640px;
    height: 380px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .article iframe {
    height: 420px !important;
  }
}
.video_fluid {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video_fluid iframe,
.video_fluid object,
.video_fluid embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 576px) {
  .left {
    float: left;
  }
}
@media only screen and (min-width: 576px) {
  .right {
    float: right;
  }
}
.col-invert {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
@media only screen and (min-width: 992px) {
  .col-invert {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }
}
.hidden {
  display: none;
}
@media only screen and (min-width: 992px) {
  .hidden {
    display: block;
  }
}
.mobile {
  display: block;
}
@media only screen and (min-width: 992px) {
  .mobile {
    display: none;
  }
}
.main_banner {
  background-size: cover;
  background-position: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 250px;
  height: auto;
  margin-top: -96px;
}
@media only screen and (min-width: 768px) {
  .main_banner {
    margin-top: -110px;
  }
}
@media only screen and (min-width: 992px) {
  .main_banner {
    margin-top: -150px;
    min-height: 400px;
  }
}
.main_banner:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(55, 64, 67, 0.8)), to(rgba(55, 64, 67, 0.2)));
  background: -o-linear-gradient(top, rgba(55, 64, 67, 0.8), rgba(55, 64, 67, 0.2));
  background: linear-gradient(to bottom, rgba(55, 64, 67, 0.8), rgba(55, 64, 67, 0.2));
  z-index: 0;
}
.main_banner .content {
  z-index: 2;
  bottom: 0;
  position: absolute;
}
.main_banner .content .breadcrumb {
  color: white;
}
.main_banner .content .breadcrumb a {
  color: white;
}
.main_banner .content .title_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main_banner .content .title_banner h1 {
  color: white;
  line-height: 1;
}
.main_banner .content .title_banner .status {
  color: white;
  line-height: 1;
  margin-left: 2rem;
  border-radius: 10px;
  padding: 0.5rem 1.5rem;
  font-family: 'Montserrat-Bold';
  text-transform: uppercase;
  border-bottom-right-radius: 0;
}
.main_banner .content .title_banner .status.brief-release {
  background: #f56304;
}
.main_banner .content .title_banner .status.release {
  background: #22cca6;
}
.main_banner .content .title_banner .status.pre-release {
  background: #22b6cc;
}
.main_banner .content .title_banner .status.build {
  background: #a2a2a2;
}
.not-found {
  margin: 1rem auto;
  display: table;
  text-align: center;
  padding: 2rem 4rem;
}
.not-found img {
  max-width: 150px;
  margin-bottom: 2rem;
}
.not-found p {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: bold;
}
.col-centered {
  display: block;
  margin: 0 auto;
}
.fix_body {
  overflow-y: hidden;
}
.header {
  width: 100%;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  height: 96px;
}
@media only screen and (min-width: 768px) {
  .header {
    height: 120px;
  }
}
@media only screen and (min-width: 992px) {
  .header {
    height: 150px;
  }
}
.header .col-md-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .container {
  padding-top: 3.3vmin;
  padding-bottom: 3.3vmin;
}
.header .container .row {
  padding: 0rem 1.3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .container .row .col-lg-5 {
  padding: 0;
}
.header .container .row .col-lg-5 .form {
  margin: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.header .container .row .col-lg-5 .form fieldset {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .header .container .row .col-lg-5 .form fieldset {
    margin-right: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
@media only screen and (min-width: 1200px) {
  .header .container .row .col-lg-5 .form fieldset {
    margin-right: 0.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
.header .container .row .col-lg-5 .form fieldset .fields {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 55% 45%;
  grid-template-columns: 55% 45%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 992px) {
  .header .container .row .col-lg-5 .form fieldset .fields {
    justify-items: end;
    width: 245px;
  }
}
.header .container .row .col-lg-5 .form fieldset .fields .field {
  margin: 0 1px 0 0;
}
@media only screen and (min-width: 992px) {
  .header .container .row .col-lg-5 .form fieldset .fields .field {
    padding: 0rem 0.1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .header .container .row .col-lg-5 .form fieldset .fields .field {
    padding: 0rem 0.4rem;
  }
}
@media only screen and (min-width: 992px) {
  .header .container .row .col-lg-5 .form fieldset .fields .field .box_select {
    width: 195px;
  }
}
.header .container .row .col-lg-5 .form fieldset .fields .field .box_select .inpSelect {
  width: 100%;
  border-radius: 3px;
  font-family: 'Montserrat-Bold';
  font-size: 0.75rem;
}
@media only screen and (min-width: 992px) {
  .header .container .row .col-lg-5 .form fieldset .fields .field .box_select .inpSelect {
    width: 195px;
    height: 35px;
    padding-top: 4px;
    border-radius: 3px;
  }
}
.header .container .row .col-lg-5 .form fieldset .fields .search {
  width: 100%;
  padding: 0.69rem 0.2rem;
  border-radius: 3px;
  margin-left: 3px;
  font-family: 'Montserrat-Bold';
  font-size: 1rem;
}
@media only screen and (min-width: 992px) {
  .header .container .row .col-lg-5 .form fieldset .fields .search {
    width: 110px;
    height: 34px;
    padding: 5px;
    border-radius: 3px;
    font-size: 0.85rem;
  }
}
.header .contacts-header {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.header .contacts-header .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header .contacts-header .contact span {
  color: #afb2b3;
  font-size: 1rem;
}
.header .contacts-header .contact span i {
  margin-right: 0.5rem;
}
.header .contacts-header .contact p {
  color: white;
  line-height: 1;
  font-size: 1.2rem;
  margin-bottom: 0;
  margin-left: 1rem;
}
.header .contacts-header .contact p em {
  font-size: 1rem;
  font-style: normal;
}
.fix-in {
  position: fixed;
  left: 0;
  top: 0;
  -webkit-animation: anime_fix;
  -webkit-animation-name: anime_fix;
          animation-name: anime_fix;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  opacity: 1;
  background: #fff;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.17);
          box-shadow: 0 2px 15px rgba(0, 0, 0, 0.17);
}
.fix-in .small-header ~ .container {
  padding: 1rem 0;
}
@-webkit-keyframes anime_fix {
  from {
    top: -90px;
  }
  to {
    top: 0;
  }
}
@keyframes anime_fix {
  from {
    top: -90px;
  }
  to {
    top: 0;
  }
}
.header_mobile .box_busca {
  display: none;
}
.header_mobile .col-lg-4,
.header_mobile .col-md-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.col-hide {
  display: none;
}
@media only screen and (min-width: 992px) {
  .col-hide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.close_menu {
  text-align: right;
  margin: 0;
}
.close_menu a {
  width: 2.5rem;
  height: 3rem;
  display: inline-block;
  color: #fff;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2237.5px%22%20height%3D%2238px%22%20viewBox%3D%22-460%20262%2037.5%2038%22%20enable-background%3D%22new%20-460%20262%2037.5%2038%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cg%20id%3D%22add%22%3E%0A%09%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M-430.1%2C295.9l-11.2-11.2l-11.2%2C11.2l-3.7-3.7L-445%2C281l-11.2-11.2l3.7-3.7l11.2%2C11.2l11.2-11.2l3.7%2C3.7%0A%09%09%09l-11.1%2C11.2l11.2%2C11.2L-430.1%2C295.9z%22%2F%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 50%;
}
.navbar-brand {
  width: 6rem;
  height: 6rem;
  background: url("../_images/logo.png") left center no-repeat;
  background-size: contain;
  position: relative;
  z-index: 1;
  margin: 0;
  float: left;
}
@media only screen and (min-width: 992px) {
  .navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    margin-top: 0;
    float: none;
    min-height: 100px;
  }
}
.navbar-brand a {
  display: block;
  font-size: 1px;
  color: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.bt_mobile {
  float: right;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media only screen and (min-width: 992px) {
  .bt_mobile {
    display: none;
  }
}
.header_mobile .bt_mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar-toggle {
  width: 37px;
  height: 50px;
  position: relative;
  display: block;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  z-index: 9;
}
@media only screen and (min-width: 1200px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  width: 37px;
  height: 3px;
  display: block;
  border-radius: 0;
  margin: 6px  0;
  background: #f56304;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media only screen and (min-width: 1200px) {
  .navbar-toggle .icon-bar {
    display: none;
  }
}
.navbar-toggle .icon-bar.center {
  opacity: 1;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.telefone_topo {
  color: #fff;
}
.telefone_topo p {
  float: left;
  padding: 0 1rem 0 0;
  margin: 0;
}
.telefone_topo p em {
  font-style: normal;
}
.telefone_topo p:first-child:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  background-image: url("../_images/page-icons/telefone.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 0.5rem 0 0;
}
.whatsapp_fix {
  width: 4rem;
  height: 4rem;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 9;
  border-radius: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22512px%22%20height%3D%22512px%22%20viewBox%3D%220%200%2030.667%2030.667%22%20style%3D%22enable-background%3Anew%200%200%2030.667%2030.667%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cg%3E%0A%09%3Cpath%20d%3D%22M30.667%2C14.939c0%2C8.25-6.74%2C14.938-15.056%2C14.938c-2.639%2C0-5.118-0.675-7.276-1.857L0%2C30.667l2.717-8.017%20%20%20c-1.37-2.25-2.159-4.892-2.159-7.712C0.559%2C6.688%2C7.297%2C0%2C15.613%2C0C23.928%2C0.002%2C30.667%2C6.689%2C30.667%2C14.939z%20M15.61%2C2.382%20%20%20c-6.979%2C0-12.656%2C5.634-12.656%2C12.56c0%2C2.748%2C0.896%2C5.292%2C2.411%2C7.362l-1.58%2C4.663l4.862-1.545c2%2C1.312%2C4.393%2C2.076%2C6.963%2C2.076%20%20%20c6.979%2C0%2C12.658-5.633%2C12.658-12.559C28.27%2C8.016%2C22.59%2C2.382%2C15.61%2C2.382z%20M23.214%2C18.38c-0.094-0.151-0.34-0.243-0.708-0.427%20%20%20c-0.367-0.184-2.184-1.069-2.521-1.189c-0.34-0.123-0.586-0.185-0.832%2C0.182c-0.243%2C0.367-0.951%2C1.191-1.168%2C1.437%20%20%20c-0.215%2C0.245-0.43%2C0.276-0.799%2C0.095c-0.369-0.186-1.559-0.57-2.969-1.817c-1.097-0.972-1.838-2.169-2.052-2.536%20%20%20c-0.217-0.366-0.022-0.564%2C0.161-0.746c0.165-0.165%2C0.369-0.428%2C0.554-0.643c0.185-0.213%2C0.246-0.364%2C0.369-0.609%20%20%20c0.121-0.245%2C0.06-0.458-0.031-0.643c-0.092-0.184-0.829-1.984-1.138-2.717c-0.307-0.732-0.614-0.611-0.83-0.611%20%20%20c-0.215%2C0-0.461-0.03-0.707-0.03S9.897%2C8.215%2C9.56%2C8.582s-1.291%2C1.252-1.291%2C3.054c0%2C1.804%2C1.321%2C3.543%2C1.506%2C3.787%20%20%20c0.186%2C0.243%2C2.554%2C4.062%2C6.305%2C5.528c3.753%2C1.465%2C3.753%2C0.976%2C4.429%2C0.914c0.678-0.062%2C2.184-0.885%2C2.49-1.739%20%20%20C23.307%2C19.268%2C23.307%2C18.533%2C23.214%2C18.38z%22%20data-original%3D%22%23000000%22%20class%3D%22active-path%22%20data-old_color%3D%22%23000000%22%20fill%3D%22%23fff%22%2F%3E%0A%3C%2Fg%3E%3C%2Fg%3E%20%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  background-color: #7ad06d;
  border-radius: 50%;
}
.footer-title {
  font-size: 2rem;
  max-width: 500px;
  line-height: 1.2;
  margin: 2rem auto;
  margin-top: 0;
  text-align: center;
  color: #ffffff;
  font-family: 'Montserrat-Bold';
}
.form-horizontal {
  margin: 1.5rem 0;
}
@media only screen and (min-width: 992px) {
  .form-horizontal .fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
}
.form-horizontal .fields .field {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 992px) {
  .form-horizontal .fields .field {
    -webkit-box-flex: 0.25;
        -ms-flex: 0.25 0 auto;
            flex: 0.25 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  .form-horizontal .fields .field#register {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.form-horizontal .fields .field#register .box_input {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 992px) {
  .form-horizontal .fields .field#register .box_input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
  }
}
.form-horizontal .fields .field .box_input {
  margin-bottom: 0;
}
.form-horizontal .fields .field .box_input input {
  border-radius: 3px;
  background: transparent;
  border: 2px solid white;
  color: white;
  font-family: 'Montserrat-SemiBold';
}
.form-horizontal .fields .field .box_input input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
  font-family: 'Montserrat-Regular';
  font-size: 1rem;
}
.form-horizontal .fields .field .box_input input::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-family: 'Montserrat-Regular';
  font-size: 1rem;
}
.form-horizontal .fields .field .box_input input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  font-family: 'Montserrat-Regular';
  font-size: 1rem;
}
.form-horizontal .fields .field .box_input input::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  font-family: 'Montserrat-Regular';
  font-size: 1rem;
}
.form-horizontal .fields .field .box_input input::placeholder {
  color: #fff;
  opacity: 1;
  font-family: 'Montserrat-Regular';
  font-size: 1rem;
}
.form-horizontal .fields .field .box_input input:-ms-input-placeholder {
  color: #333;
  opacity: 1;
  font-family: 'Montserrat-Regular';
  font-size: 1rem;
}
.form-horizontal .fields .field .box_input input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
}
.form-horizontal .fields .field .box_input input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.form-horizontal .fields .field .box_input input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.form-horizontal .fields .field .box_input input:focus::-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.form-horizontal .fields .field .box_input input:focus::placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.form-horizontal .fields .field .box_input input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.35s ease-in-out;
}
.form-horizontal .fields .btn_register {
  background: white;
  color: #f56304;
  font-size: 0.9rem;
  padding: 1rem 1.5rem;
  text-transform: uppercase;
  font-family: 'Montserrat-Bold';
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  letter-spacing: 0;
}
.footer {
  background: #f56304;
  padding: 2rem 0 0 0;
  color: #ffffff;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .footer {
    text-align: left;
  }
}
.footer p {
  font-size: 1rem;
  margin: 1.2rem 0;
  color: #ffffff;
}
.footer h3,
.footer h4,
.footer h5 {
  font-family: 'Montserrat-Bold';
  font-size: 1rem;
  margin: 0 0 1.5rem 0;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .footer .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-bottom: 2rem;
  }
}
.footer .contacts .contact {
  text-align: center;
  position: relative;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 992px) {
  .footer .contacts .contact {
    margin-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
            flex: 0 0 33.3%;
  }
  .footer .contacts .contact:before {
    content: '';
    width: 2px;
    height: 100%;
    background-color: #ff7922;
    position: absolute;
    bottom: 0;
    left: 0;
    right: unset;
    top: 0;
    margin: auto;
  }
}
.footer .contacts .contact:first-child:before {
  content: none;
}
.footer .contacts .contact span {
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5);
}
.footer .contacts .contact p {
  margin: 0;
  line-height: 1.5;
  font-size: 1.2rem;
  font-family: 'Montserrat-SemiBold';
}
.footer .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}
.footer .social .instagram {
  margin: 0 0.5rem;
  padding: 0.5rem;
  border-radius: 50%;
  margin-bottom: 1rem;
  background-color: #ff7116;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.footer .social .instagram:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  float: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%22-489%20231%20100%20100%22%20enable-background%3D%22new%20-489%20231%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%20id%3D%22XMLID_2_%22%3E%0A%09%3Cpath%20id%3D%22XMLID_3_%22%20fill%3D%22%23fff%22%20d%3D%22M-401.5%2C280.9c0%2C7.2%2C0%2C12.6-0.2%2C15.8c-0.2%2C3.2-0.6%2C6-1.4%2C8.4c-1%2C2.8-2.6%2C5.2-4.6%2C7.4%0A%09%09c-2%2C2-4.6%2C3.6-7.4%2C4.6c-2.4%2C0.8-5.2%2C1.2-8.4%2C1.4c-3.2%2C0.2-8.4%2C0.2-15.6%2C0.2s-12.6%2C0-15.6-0.2c-3.2-0.2-6-0.8-8.4-1.6%0A%09%09c-2.8-0.8-5.2-2.4-7.4-4.4c-2-2-3.6-4.6-4.6-7.4c-0.8-2.4-1.2-5.2-1.4-8.4c-0.2-3.2-0.2-8.4-0.2-15.8c0-7.2%2C0-12.6%2C0.2-15.6%0A%09%09c0.2-3%2C0.6-6%2C1.4-8.4c1-2.8%2C2.6-5.2%2C4.6-7.4c2-2%2C4.6-3.6%2C7.4-4.6c2.4-0.8%2C5.2-1.2%2C8.4-1.4c3.2-0.2%2C8.4-0.2%2C15.6-0.2%0A%09%09s12.6%2C0%2C15.6%2C0.2c3.2%2C0.2%2C6%2C0.6%2C8.4%2C1.4c2.8%2C1%2C5.2%2C2.6%2C7.4%2C4.6c2%2C2%2C3.6%2C4.6%2C4.6%2C7.4c0.8%2C2.4%2C1.2%2C5.2%2C1.6%2C8.4%0A%09%09C-401.5%2C268.5-401.5%2C273.9-401.5%2C280.9z%20M-408.3%2C294.1c0.2-2.4%2C0.2-6%2C0.2-10.4v-5.4c0-4.6%2C0-8-0.2-10.4c-0.2-4.2-0.6-7.2-1.4-9%0A%09%09c-1.4-3.4-3.8-6-7.2-7.4c-1.8-0.6-4.8-1.2-9-1.4c-2.4-0.2-6-0.2-10.4-0.2h-5.4c-4.4%2C0-8%2C0-10.4%2C0.2c-4.2%2C0.4-7.2%2C0.8-9.2%2C1.4%0A%09%09c-3.4%2C1.4-5.8%2C3.8-7.2%2C7.2c-0.6%2C1.8-1.2%2C4.8-1.4%2C9.2c-0.2%2C2.4-0.2%2C6-0.2%2C10.4v5.4c0%2C4.4%2C0%2C8%2C0.2%2C10.4c0.2%2C4.2%2C0.6%2C7.2%2C1.4%2C9%0A%09%09c1.4%2C3.4%2C3.8%2C5.8%2C7.2%2C7.2c2%2C0.6%2C5%2C1.2%2C9%2C1.4c2.4%2C0.2%2C6%2C0.2%2C10.4%2C0.2h5.4c4.6%2C0%2C8%2C0%2C10.4-0.2c4.2-0.2%2C7.2-0.6%2C9-1.4%0A%09%09c3.4-1.4%2C5.8-3.8%2C7.2-7.2C-409.1%2C301-408.7%2C298.1-408.3%2C294.1z%20M-429.4%2C264.3c3%2C1.8%2C5.4%2C4%2C7%2C7c1.8%2C3%2C2.6%2C6.2%2C2.6%2C9.6%0A%09%09s-0.8%2C6.6-2.6%2C9.6c-1.8%2C3-4%2C5.4-7%2C7c-3%2C1.8-6.2%2C2.6-9.6%2C2.6s-6.6-0.8-9.6-2.6c-3-1.8-5.4-4-7-7c-1.8-3-2.6-6.2-2.6-9.6%0A%09%09s0.8-6.6%2C2.6-9.6c1.8-3%2C4-5.4%2C7-7c3-1.8%2C6.2-2.6%2C9.6-2.6S-432.4%2C262.5-429.4%2C264.3z%20M-430.2%2C289.9c2.4-2.4%2C3.6-5.4%2C3.6-8.8%0A%09%09s-1.2-6.4-3.6-8.8c-2.4-2.4-5.4-3.6-8.8-3.6s-6.4%2C1.2-8.8%2C3.6s-3.6%2C5.4-3.6%2C8.8s1.2%2C6.4%2C3.6%2C8.8s5.4%2C3.6%2C8.8%2C3.6%0A%09%09S-432.6%2C292.3-430.2%2C289.9z%20M-415.7%2C257.6c-0.8-0.8-2-1.4-3.2-1.4s-2.2%2C0.4-3.2%2C1.4c-0.8%2C0.8-1.4%2C2-1.4%2C3.2s0.4%2C2.2%2C1.4%2C3.2%0A%09%09c0.8%2C0.8%2C2%2C1.4%2C3.2%2C1.4s2.2-0.4%2C3.2-1.4c0.8-0.8%2C1.4-2%2C1.4-3.2C-414.5%2C259.6-414.9%2C258.6-415.7%2C257.6z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .footer .social .instagram {
    margin-bottom: 0;
  }
}
.footer .social .instagram:hover {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
.footer .social .facebook {
  margin: 0 0.5rem;
  padding: 0.5rem;
  border-radius: 50%;
  margin-bottom: 1rem;
  background-color: #ff7116;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.footer .social .facebook:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  float: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%22-489%20231%20100%20100%22%20enable-background%3D%22new%20-489%20231%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%20id%3D%22XMLID_1_%22%3E%0A%09%3Cpath%20id%3D%22XMLID_2_%22%20fill%3D%22%23fff%22%20d%3D%22M-447.6%2C320.7v-35.4h-11.9v-14.1h11.9v-11.3c0-5.8%2C1.6-10.5%2C5-13.7c3.2-3.2%2C7.7-4.8%2C13.1-4.8%0A%09%09c4.4%2C0%2C8.1%2C0.2%2C10.9%2C0.6v12.5h-7.5c-2.8%2C0-4.6%2C0.6-5.6%2C1.8c-0.8%2C1.2-1.2%2C2.8-1.2%2C5v9.7h13.1l-1.8%2C14.1h-11.3v35.4L-447.6%2C320.7%0A%09%09L-447.6%2C320.7L-447.6%2C320.7z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .footer .social .facebook {
    margin-bottom: 0;
  }
}
.footer .social .facebook:hover {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
.footer .social .twitter {
  margin: 0 0.5rem;
  padding: 0.5rem;
  border-radius: 50%;
  margin-bottom: 1rem;
  background-color: #ff7116;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.footer .social .twitter:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  float: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%22-74.5%20230.5%20100%20100%22%20enable-background%3D%22new%20-74.5%20230.5%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5.1%2C265.3c0%2C0.7%2C0%2C1.3%2C0%2C2c0%2C20.2-15.4%2C43.5-43.5%2C43.5c-8.6%2C0-16.7-2.5-23.4-6.9c1.2%2C0.1%2C2.4%2C0.2%2C3.6%2C0.2%0A%09%09c7.2%2C0%2C13.7-2.4%2C19-6.6c-6.7-0.1-12.3-4.5-14.3-10.6c0.9%2C0.2%2C1.9%2C0.3%2C2.9%2C0.3c1.4%2C0%2C2.7-0.2%2C4-0.5c-7-1.4-12.3-7.6-12.3-15%0A%09%09c0-0.1%2C0-0.1%2C0-0.2c2.1%2C1.1%2C4.4%2C1.8%2C6.9%2C1.9c-4.1-2.8-6.8-7.5-6.8-12.7c0-2.8%2C0.8-5.4%2C2.1-7.7c7.5%2C9.2%2C18.8%2C15.3%2C31.5%2C15.9%0A%09%09c-0.3-1.1-0.4-2.3-0.4-3.5c0-8.4%2C6.8-15.3%2C15.3-15.3c4.4%2C0%2C8.4%2C1.8%2C11.2%2C4.8c3.5-0.7%2C6.8-2%2C9.7-3.7c-1.1%2C3.6-3.6%2C6.6-6.7%2C8.5%0A%09%09c3.1-0.4%2C6-1.2%2C8.8-2.4C10.7%2C260.5%2C8.1%2C263.1%2C5.1%2C265.3z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .footer .social .twitter {
    margin-bottom: 0;
  }
}
.footer .social .twitter:hover {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
.footer .social .linkedin {
  margin: 0 0.5rem;
  padding: 0.5rem;
  border-radius: 50%;
  margin-bottom: 1rem;
  background-color: #ff7116;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.footer .social .linkedin:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  float: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%22-98.9%20230.9%20100%20100%22%20enable-background%3D%22new%20-98.9%20230.9%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20id%3D%22LinkedIn%22%20fill%3D%22%23fff%22%20d%3D%22M-9.5%2C289.5v29.1h-16.9v-27.2c0-6.8-2.4-11.5-8.6-11.5c-4.7%2C0-7.4%2C3.1-8.7%2C6.2%0A%09%09c-0.4%2C1.1-0.6%2C2.6-0.6%2C4.1v28.4h-16.9c0%2C0%2C0.2-46%2C0-50.8h16.9v7.2c0%2C0.1-0.1%2C0.1-0.1%2C0.2h0.1V275c2.2-3.5%2C6.3-8.4%2C15.2-8.4%0A%09%09C-17.9%2C266.6-9.5%2C273.9-9.5%2C289.5z%20M-78.8%2C243.3c-5.8%2C0-9.6%2C3.8-9.6%2C8.8c0%2C4.9%2C3.7%2C8.8%2C9.3%2C8.8h0.1c5.9%2C0%2C9.6-3.9%2C9.6-8.8%0A%09%09C-69.4%2C247.1-73%2C243.3-78.8%2C243.3z%20M-87.3%2C318.6h16.9v-50.8h-16.9V318.6z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .footer .social .linkedin {
    margin-bottom: 0;
  }
}
.footer .social .linkedin:hover {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
.footer .social .whatsapp {
  margin: 0 0.5rem;
  padding: 0.5rem;
  border-radius: 50%;
  margin-bottom: 1rem;
  background-color: #ff7116;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.footer .social .whatsapp:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  float: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22512px%22%20height%3D%22512px%22%20viewBox%3D%220%200%2030.667%2030.667%22%20style%3D%22enable-background%3Anew%200%200%2030.667%2030.667%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cg%3E%0A%09%3Cpath%20d%3D%22M30.667%2C14.939c0%2C8.25-6.74%2C14.938-15.056%2C14.938c-2.639%2C0-5.118-0.675-7.276-1.857L0%2C30.667l2.717-8.017%20%20%20c-1.37-2.25-2.159-4.892-2.159-7.712C0.559%2C6.688%2C7.297%2C0%2C15.613%2C0C23.928%2C0.002%2C30.667%2C6.689%2C30.667%2C14.939z%20M15.61%2C2.382%20%20%20c-6.979%2C0-12.656%2C5.634-12.656%2C12.56c0%2C2.748%2C0.896%2C5.292%2C2.411%2C7.362l-1.58%2C4.663l4.862-1.545c2%2C1.312%2C4.393%2C2.076%2C6.963%2C2.076%20%20%20c6.979%2C0%2C12.658-5.633%2C12.658-12.559C28.27%2C8.016%2C22.59%2C2.382%2C15.61%2C2.382z%20M23.214%2C18.38c-0.094-0.151-0.34-0.243-0.708-0.427%20%20%20c-0.367-0.184-2.184-1.069-2.521-1.189c-0.34-0.123-0.586-0.185-0.832%2C0.182c-0.243%2C0.367-0.951%2C1.191-1.168%2C1.437%20%20%20c-0.215%2C0.245-0.43%2C0.276-0.799%2C0.095c-0.369-0.186-1.559-0.57-2.969-1.817c-1.097-0.972-1.838-2.169-2.052-2.536%20%20%20c-0.217-0.366-0.022-0.564%2C0.161-0.746c0.165-0.165%2C0.369-0.428%2C0.554-0.643c0.185-0.213%2C0.246-0.364%2C0.369-0.609%20%20%20c0.121-0.245%2C0.06-0.458-0.031-0.643c-0.092-0.184-0.829-1.984-1.138-2.717c-0.307-0.732-0.614-0.611-0.83-0.611%20%20%20c-0.215%2C0-0.461-0.03-0.707-0.03S9.897%2C8.215%2C9.56%2C8.582s-1.291%2C1.252-1.291%2C3.054c0%2C1.804%2C1.321%2C3.543%2C1.506%2C3.787%20%20%20c0.186%2C0.243%2C2.554%2C4.062%2C6.305%2C5.528c3.753%2C1.465%2C3.753%2C0.976%2C4.429%2C0.914c0.678-0.062%2C2.184-0.885%2C2.49-1.739%20%20%20C23.307%2C19.268%2C23.307%2C18.533%2C23.214%2C18.38z%22%20data-original%3D%22%23000000%22%20class%3D%22active-path%22%20data-old_color%3D%22%23000000%22%20fill%3D%22%23fff%22%2F%3E%0A%3C%2Fg%3E%3C%2Fg%3E%20%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .footer .social .whatsapp {
    margin-bottom: 0;
  }
}
.footer .social .whatsapp:hover {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
.footer .social .youtube {
  margin: 0 0.5rem;
  padding: 0.5rem;
  border-radius: 50%;
  margin-bottom: 1rem;
  background-color: #ff7116;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.footer .social .youtube:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  float: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%22-67.5%20231.5%20100%20100%22%20enable-background%3D%22new%20-67.5%20231.5%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5.9%2C253.2h-46.8c-9.2%2C0-16.6%2C7.4-16.6%2C16.6v23.4c0%2C9.2%2C7.4%2C16.6%2C16.6%2C16.6H5.9c9.2%2C0%2C16.6-7.4%2C16.6-16.6%0A%09v-23.4C22.5%2C260.6%2C15.1%2C253.2%2C5.9%2C253.2z%20M-5.4%2C282.6l-21.9%2C10.4c-0.6%2C0.3-1.3-0.1-1.3-0.8v-21.5c0-0.7%2C0.7-1.1%2C1.3-0.8l21.9%2C11.1%0A%09C-4.7%2C281.4-4.7%2C282.3-5.4%2C282.6z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .footer .social .youtube {
    margin-bottom: 0;
  }
}
.footer .social .youtube:hover {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
.footer .box_small {
  background: #ffff;
}
.footer .box_small .container .row {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media only screen and (min-width: 992px) {
  .footer .box_small .container .row {
    height: 4rem;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}
.footer .box_small small {
  font-size: 0.8rem;
  color: #969595;
  padding: 1rem 0 0.3rem 0;
  display: block;
  margin-top: 0.5rem;
  line-height: 2;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .footer .box_small small {
    padding: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .footer .developers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.footer .developers .expression {
  width: 95px;
  height: 17px;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22640px%22%20height%3D%22134px%22%20viewBox%3D%220%200%20640%20134%22%20enable-background%3D%22new%200%200%20640%20134%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23969595%22%20d%3D%22M99.747%2C33.685h18.612l12.625%2C17.41l12.562-17.41h18.299l-21.687%2C30.061l24.524%2C33.818H146.07%0A%09%09l-15.194-20.955L115.76%2C97.563H97.457l24.246-33.604L99.747%2C33.685z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23969595%22%20d%3D%22M188.754%2C33.685v7.045c2.896-2.896%2C6.027-5.068%2C9.394-6.517c3.366-1.447%2C6.966-2.172%2C10.803-2.172%0A%09%09c8.337%2C0%2C15.421%2C3.151%2C21.254%2C9.453c5.832%2C6.302%2C8.748%2C14.384%2C8.748%2C24.248c0%2C9.511-3.014%2C17.466-9.042%2C23.867%0A%09%09c-6.028%2C6.398-13.172%2C9.599-21.43%2C9.599c-3.68%2C0-7.104-0.655-10.275-1.967c-3.17-1.312-6.322-3.453-9.453-6.429v30.119h-15.911%0A%09%09V33.685H188.754z%20M205.605%2C46.836c-5.049%2C0-9.238%2C1.723-12.564%2C5.167c-3.328%2C3.445-4.991%2C7.946-4.991%2C13.504%0A%09%09c0%2C5.677%2C1.663%2C10.267%2C4.991%2C13.769c3.326%2C3.504%2C7.515%2C5.254%2C12.564%2C5.254c4.892%2C0%2C9.012-1.779%2C12.359-5.342%0A%09%09c3.347-3.563%2C5.02-8.104%2C5.02-13.622c0-5.479-1.644-9.971-4.932-13.475C214.764%2C48.588%2C210.615%2C46.836%2C205.605%2C46.836z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23969595%22%20d%3D%22M248.465%2C33.685h13.739v8.044c1.487-3.171%2C3.464-5.578%2C5.93-7.222c2.466-1.644%2C5.167-2.466%2C8.103-2.466%0A%09%09c2.074%2C0%2C4.246%2C0.548%2C6.517%2C1.644l-4.99%2C13.797c-1.879-0.939-3.426-1.409-4.638-1.409c-2.466%2C0-4.55%2C1.527-6.253%2C4.58%0A%09%09c-1.703%2C3.053-2.554%2C9.042-2.554%2C17.966l0.059%2C3.111v25.834h-15.911V33.685H248.465z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23969595%22%20d%3D%22M354.675%2C70.264h-51.491c0.743%2C4.541%2C2.73%2C8.15%2C5.959%2C10.832s7.348%2C4.021%2C12.358%2C4.021%0A%09%09c5.989%2C0%2C11.136-2.093%2C15.44-6.282l13.504%2C6.341c-3.365%2C4.776-7.396%2C8.31-12.094%2C10.599s-10.274%2C3.435-16.732%2C3.435%0A%09%09c-10.021%2C0-18.182-3.16-24.483-9.481c-6.302-6.32-9.453-14.238-9.453-23.749c0-9.747%2C3.141-17.838%2C9.423-24.278%0A%09%09c6.282-6.438%2C14.159-9.658%2C23.632-9.658c10.059%2C0%2C18.238%2C3.22%2C24.541%2C9.658c6.302%2C6.439%2C9.453%2C14.942%2C9.453%2C25.511L354.675%2C70.264z%0A%09%09%20M338.646%2C57.639c-1.06-3.561-3.146-6.458-6.265-8.689s-6.733-3.346-10.853-3.346c-4.468%2C0-8.389%2C1.253-11.76%2C3.757%0A%09%09c-2.117%2C1.566-4.078%2C4.326-5.881%2C8.278H338.646z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23969595%22%20d%3D%22M406.752%2C42.609l-9.922%2C9.922c-4.032-3.992-7.691-5.989-10.979-5.989c-1.802%2C0-3.211%2C0.382-4.228%2C1.145%0A%09%09c-1.019%2C0.763-1.526%2C1.713-1.526%2C2.848c0%2C0.861%2C0.322%2C1.654%2C0.969%2C2.378c0.646%2C0.725%2C2.24%2C1.712%2C4.785%2C2.965l5.871%2C2.936%0A%09%09c6.185%2C3.053%2C10.43%2C6.165%2C12.74%2C9.334c2.309%2C3.172%2C3.464%2C6.891%2C3.464%2C11.156c0%2C5.676-2.084%2C10.411-6.253%2C14.209%0A%09%09c-4.169%2C3.797-9.757%2C5.693-16.763%2C5.693c-9.315%2C0-16.753-3.641-22.312-10.92l9.864-10.744c1.879%2C2.191%2C4.08%2C3.963%2C6.604%2C5.313%0A%09%09c2.524%2C1.351%2C4.766%2C2.025%2C6.723%2C2.025c2.114%2C0%2C3.816-0.509%2C5.107-1.525c1.291-1.019%2C1.938-2.192%2C1.938-3.523%0A%09%09c0-2.466-2.329-4.873-6.987-7.223l-5.4-2.699c-10.333-5.205-15.5-11.722-15.5-19.551c0-5.049%2C1.947-9.365%2C5.842-12.946%0A%09%09c3.895-3.582%2C8.875-5.372%2C14.941-5.372c4.148%2C0%2C8.054%2C0.91%2C11.713%2C2.73C401.105%2C36.591%2C404.208%2C39.204%2C406.752%2C42.609z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23969595%22%20d%3D%22M459.651%2C42.609l-9.923%2C9.922c-4.031-3.992-7.69-5.989-10.979-5.989c-1.801%2C0-3.21%2C0.382-4.227%2C1.145%0A%09%09c-1.02%2C0.763-1.527%2C1.713-1.527%2C2.848c0%2C0.861%2C0.323%2C1.654%2C0.969%2C2.378c0.646%2C0.725%2C2.24%2C1.712%2C4.785%2C2.965l5.871%2C2.936%0A%09%09c6.185%2C3.053%2C10.431%2C6.165%2C12.741%2C9.334c2.309%2C3.172%2C3.464%2C6.891%2C3.464%2C11.156c0%2C5.676-2.084%2C10.411-6.253%2C14.209%0A%09%09c-4.169%2C3.797-9.757%2C5.693-16.764%2C5.693c-9.314%2C0-16.753-3.641-22.311-10.92l9.864-10.744c1.879%2C2.191%2C4.08%2C3.963%2C6.604%2C5.313%0A%09%09c2.525%2C1.351%2C4.767%2C2.025%2C6.724%2C2.025c2.113%2C0%2C3.815-0.509%2C5.107-1.525c1.291-1.019%2C1.938-2.192%2C1.938-3.523%0A%09%09c0-2.466-2.329-4.873-6.987-7.223l-5.401-2.699c-10.333-5.205-15.5-11.722-15.5-19.551c0-5.049%2C1.947-9.365%2C5.843-12.946%0A%09%09c3.895-3.582%2C8.875-5.372%2C14.941-5.372c4.148%2C0%2C8.053%2C0.91%2C11.713%2C2.73S457.107%2C39.204%2C459.651%2C42.609z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23969595%22%20d%3D%22M479.702%2C7.382c2.81%2C0%2C5.22%2C1.018%2C7.229%2C3.053c2.011%2C2.036%2C3.017%2C4.502%2C3.017%2C7.398%0A%09%09c0%2C2.857-0.995%2C5.294-2.986%2C7.31c-1.99%2C2.017-4.371%2C3.024-7.142%2C3.024c-2.851%2C0-5.279-1.028-7.29-3.083s-3.015-4.55-3.015-7.486%0A%09%09c0-2.818%2C0.994-5.226%2C2.984-7.222C474.491%2C8.38%2C476.891%2C7.382%2C479.702%2C7.382z%20M471.688%2C33.685h16.028v63.879h-16.028V33.685z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23969595%22%20d%3D%22M532.279%2C32.041c6.025%2C0%2C11.691%2C1.507%2C16.997%2C4.521c5.303%2C3.015%2C9.441%2C7.104%2C12.417%2C12.271%0A%09%09c2.975%2C5.167%2C4.463%2C10.744%2C4.463%2C16.733c0%2C6.028-1.498%2C11.665-4.492%2C16.909c-2.994%2C5.246-7.074%2C9.346-12.241%2C12.301%0A%09%09s-10.861%2C4.433-17.085%2C4.433c-9.159%2C0-16.979-3.258-23.456-9.774c-6.479-6.518-9.717-14.434-9.717-23.75%0A%09%09c0-9.981%2C3.66-18.298%2C10.979-24.953C516.563%2C34.938%2C523.941%2C32.041%2C532.279%2C32.041z%20M532.543%2C47.13%0A%09%09c-4.979%2C0-9.126%2C1.732-12.438%2C5.196c-3.313%2C3.464-4.971%2C7.897-4.971%2C13.298c0%2C5.56%2C1.638%2C10.06%2C4.911%2C13.504%0A%09%09s7.42%2C5.167%2C12.438%2C5.167c5.018%2C0%2C9.193-1.74%2C12.525-5.227c3.332-3.482%2C4.999-7.965%2C4.999-13.444c0-5.479-1.638-9.932-4.909-13.357%0A%09%09C541.825%2C48.843%2C537.64%2C47.13%2C532.543%2C47.13z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23969595%22%20d%3D%22M579.249%2C33.685h16.028v6.546c3.635-3.064%2C6.927-5.195%2C9.878-6.393c2.95-1.198%2C5.971-1.797%2C9.059-1.797%0A%09%09c6.331%2C0%2C11.705%2C2.211%2C16.123%2C6.634c3.712%2C3.757%2C5.569%2C9.316%2C5.569%2C16.674v42.213h-15.854V69.59c0-7.624-0.342-12.686-1.024-15.188%0A%09%09c-0.684-2.502-1.874-4.408-3.573-5.718s-3.797-1.965-6.296-1.965c-3.241%2C0-6.023%2C1.085-8.348%2C3.255%0A%09%09c-2.322%2C2.17-3.935%2C5.171-4.833%2C9.002c-0.469%2C1.994-0.701%2C6.314-0.701%2C12.959v25.627h-16.028V33.685L579.249%2C33.685z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cpath%20fill%3D%22%23969595%22%20d%3D%22M101.527%2C77.604c-32.648%2C31.078-61.511%2C34.231-78.374%2C24.037l-0.005-0.006l-1.831%2C2.412l-9.537-7.631%0A%09l2.17-3.168C2.585%2C77.794%2C5.27%2C51.959%2C30.487%2C30.692c10.802-10.01%2C25.001-13.127%2C36-13.651c14.768-0.701%2C24.59%2C8.872%2C23.599%2C21.478%0A%09c-1.023%2C13.004-13.669%2C29.262-51.332%2C42.557l-1.392%2C1.831c0.1%2C0.049%2C0.193%2C0.102%2C0.293%2C0.149%0A%09c12.19%2C5.664%2C33.188%2C2.233%2C53.888-19.396L101.527%2C77.604L101.527%2C77.604z%20M27.953%2C72.8l3.051-4.454%0A%09c9.467-1.431%2C20.682-7.491%2C27.57-14.459c6.073-6.142%2C8.49-12.229%2C6.441-15.407c-1.042-2.764-10.214-5.496-21.73%2C3.612%0A%09C28.916%2C52.902%2C25.043%2C64.372%2C27.953%2C72.8L27.953%2C72.8z%22%2F%3E%0A%3Cpath%20fill%3D%22%23969595%22%20d%3D%22M12.317%2C98.07l7.303%2C5.914c0.613%2C0.498%2C0.708%2C1.402%2C0.211%2C2.018l-3.983%2C4.918%0A%09c-0.497%2C0.613-1.403%2C0.708-2.016%2C0.211l-7.302-5.91c-0.613-0.496-0.708-1.402-0.213-2.018l3.984-4.92%0A%09C10.798%2C97.672%2C11.705%2C97.574%2C12.317%2C98.07L12.317%2C98.07z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin: 0.5rem auto 1.5rem auto;
  opacity: 0.8;
}
@media only screen and (min-width: 992px) {
  .footer .developers .expression {
    margin: 0;
  }
}
.footer .developers .expression a {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
}
.navbar-menu {
  width: 100%;
  height: 5rem;
  background: transparent;
  position: relative;
  z-index: 99;
  display: none;
}
@media only screen and (min-width: 992px) {
  .navbar-menu {
    display: block;
  }
}
.header_mobile .navbar-menu {
  display: none;
}
.menu {
  max-width: 1140px;
  height: 100%;
  background: transparent;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  margin: 0 auto;
}
.menu > li {
  margin: 0.5rem 0;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}
.menu > li a {
  text-transform: uppercase;
  font-family: 'Montserrat-SemiBold';
  color: #537675;
  border-top: none;
  padding: 0.5rem 0;
  font-size: 1rem;
}
.menu > li a:hover {
  color: #f56304;
}
.menu > li a .fa {
  margin-left: 0.5rem;
  font-size: 0.8rem;
}
.dropdown-toggle:after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  right: 1rem;
  top: 1.8rem;
  background: url("../_images/plus.svg") right center no-repeat;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .dropdown-toggle:after {
    display: none;
    vertical-align: middle;
    position: relative;
    top: 0;
    right: 0;
    margin-left: 0.5rem;
    background: url("../_images/seta_menu.svg") right center no-repeat;
  }
}
.dropdown-toggle.ativo:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 1.7rem;
}
.menu li a ~ ul {
  width: 200px;
  max-height: inherit;
  height: inherit;
  position: absolute;
  left: 50%;
  top: 2rem;
  display: none;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
  padding: 0;
  -webkit-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
}
.menu li a ~ ul:after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  top: -6px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #f56304;
}
.menu li a ~ ul:before {
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  background: #f56304;
}
.menu li a ~ ul li {
  margin: 0;
  text-align: center;
  border-top: 1px solid #e7ecee;
}
.menu li a ~ ul li a {
  color: #ffffff;
  padding: 1.2rem 1rem;
  font-size: 0.8rem;
  font-family: 'Montserrat-Regular';
  display: block;
  color: #58666c;
}
.menu li a ~ ul li:first-child a {
  border-top: 1px solid #913a02;
}
@media only screen and (min-width: 992px) {
  .menu li a ~ ul li:first-child a {
    border-top: none;
  }
}
.menu li a ~ ul li:last-child a {
  border-bottom: none;
}
.menu li:hover > a {
  color: #f56304;
}
.menu li:hover a ~ ul {
  display: block;
}
.slideout-menu {
  width: 256px;
  min-height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  background: -o-linear-gradient(bottom, #f56304, #fb6808);
  background: -webkit-gradient(linear, left bottom, left top, from(#f56304), to(#fb6808));
  background: linear-gradient(bottom, #f56304, #fb6808);
  display: none;
}
.slideout-menu .contacts-header {
  height: 100%;
  display: block;
}
.slideout-menu .contacts-header .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 1rem;
  margin-bottom: 1.5rem;
}
.slideout-menu .contacts-header .contact span {
  color: #fafafa;
  font-size: 1rem;
}
.slideout-menu .contacts-header .contact span i {
  margin-right: 0.5rem;
}
.slideout-menu .contacts-header .contact p {
  color: white;
  line-height: 1;
  font-size: 1.2rem;
  margin-bottom: 0;
  margin-left: 1rem;
}
.slideout-menu .contacts-header .contact p em {
  font-size: 1rem;
  font-style: normal;
}
.slideout-menu ul li {
  padding: 0;
  position: relative;
  list-style: none;
}
.slideout-menu ul li a {
  font-size: 1rem;
  font-family: 'Montserrat-SemiBold';
  color: #ffffff;
  padding: 1rem 1rem;
  display: block;
  text-decoration: none;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.slideout-menu ul li a .fa {
  margin-right: 0.5rem;
}
@media only screen and (min-width: 992px) {
  .slideout-menu ul li a .fa {
    display: none;
  }
}
.slideout-menu ul li > .open_sub {
  position: relative;
}
.slideout-menu ul li > .open_sub:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 1.3rem;
  right: 1rem;
  background: url("../_images/page-icons/seta_menu.svg") center center no-repeat;
  background-size: contain;
  opacity: 0.7;
}
.slideout-menu ul li.active .open_sub:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.slideout-menu ul li ul {
  background: #cd5303;
  display: none;
  padding-top: 0;
}
.slideout-menu ul li ul li {
  padding-left: 1rem;
  border-top: 1px solid #aa4503;
}
.slideout-menu ul li ul li:last-child {
  border-bottom: 1px solid #aa4503;
}
.slideout-menu ul li.active ul {
  display: block;
}
.slideout-menu > ul > li:not(.active) {
  border-bottom: 1px solid #c34f03;
}
.slideout-menu > ul > li:first-child {
  border-top: 1px solid #c34f03;
}
.slideout-menu-left {
  left: 0;
}
.slideout-menu-right {
  right: 0;
}
.slideout-panel {
  position: relative;
  z-index: 1;
  background-color: #FFF;
  /* A background-color is required */
  -webkit-box-shadow: -12px 0 2px 0 rgba(0, 0, 0, 0.12);
          box-shadow: -12px 0 2px 0 rgba(0, 0, 0, 0.12);
  display: block;
  padding-top: 76px;
}
@media only screen and (min-width: 768px) {
  .slideout-panel {
    padding-top: 110px;
  }
}
@media only screen and (min-width: 992px) {
  .slideout-panel {
    padding-top: 130px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  width: 100vw;
  overflow: hidden;
}
.slideout-open .slideout-menu {
  display: block;
}
.pagination {
  width: 100%;
  display: inline-block;
  padding-left: 0;
  margin: 3rem 0 2rem 0;
  border-radius: 4px;
  text-align: center;
}
.pagination > li {
  display: inline-block;
  border: none;
  margin-left: -1px;
}
.pagination > li > .next:before,
.pagination > li > .prev:before {
  content: "";
  width: 10px;
  height: 22px;
  display: block;
}
.pagination > li > .next:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2224px%22%20height%3D%2238px%22%20viewBox%3D%22-37%2032%2024%2038%22%20enable-background%3D%22new%20-37%2032%2024%2038%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpolygon%20fill%3D%22%23f56304%22%20points%3D%22-32.1%2C33.9%20-34.8%2C36.6%20-20.5%2C51%20-34.8%2C65.4%20-32.1%2C68.1%20-15.2%2C51%20%09%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}
.pagination > li:not(.disabled) > .next:hover:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2224px%22%20height%3D%2238px%22%20viewBox%3D%22-37%2032%2024%2038%22%20enable-background%3D%22new%20-37%2032%2024%2038%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%22-32.1%2C33.9%20-34.8%2C36.6%20-20.5%2C51%20-34.8%2C65.4%20-32.1%2C68.1%20-15.2%2C51%20%09%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}
.pagination > li > .prev:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2224px%22%20height%3D%2238px%22%20viewBox%3D%22-467%20262%2024%2038%22%20enable-background%3D%22new%20-467%20262%2024%2038%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpolygon%20fill%3D%22%23f56304%22%20points%3D%22-447.9%2C298.1%20-445.2%2C295.4%20-459.5%2C281%20-445.2%2C266.6%20-447.9%2C263.9%20-464.8%2C281%20%09%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}
.pagination > li:not(.disabled) > .prev:hover:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2224px%22%20height%3D%2238px%22%20viewBox%3D%22-467%20262%2024%2038%22%20enable-background%3D%22new%20-467%20262%2024%2038%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%22-447.9%2C298.1%20-445.2%2C295.4%20-459.5%2C281%20-445.2%2C266.6%20-447.9%2C263.9%20-464.8%2C281%20%09%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  line-height: 1.42857143;
  text-decoration: none;
  color: #f56304;
  background-color: #ffffff;
  margin-left: -1px;
  border: 1px #f56304 solid;
  font-size: 1rem;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  margin: 0 0.2rem;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
  z-index: 3;
  color: #fff;
  background-color: #f56304;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #f56304;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #dddddd;
  background-color: #ffffff;
  cursor: not-allowed;
  border: 1px #dddddd solid;
  z-index: 1;
}
.pagination > .disabled > a:before {
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  pointer-events: none;
}
/* BUTTONS */
.box-btn {
  margin: 1rem 0;
}
.box-btn:after {
  content: "";
  display: block;
  clear: both;
}
.btn {
  width: 100%;
  border-radius: 0px;
  font-size: 1.2rem;
  font-family: 'Montserrat-Regular';
  padding: 1.1rem 2.3rem 1rem 2.3rem;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  letter-spacing: 1px;
  line-height: 1;
  color: #fff;
  border: none;
  background: #f56304;
  outline: none;
  cursor: pointer;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .btn {
    width: auto;
    display: inline-block;
  }
}
.btn:hover,
.btn:focus {
  color: #fff;
  opacity: 0.8;
}
.btn:focus {
  outline: none;
}
.btn.outline {
  background: #fff;
  -webkit-box-shadow: 0 0 0 1px #f56304 inset;
          box-shadow: 0 0 0 1px #f56304 inset;
  color: #f56304;
}
.btn.small {
  font-size: 0.9rem;
  padding: 1.1rem 1rem 1rem 1rem;
}
.btn.large {
  font-size: 1.3rem;
  padding: 1.2rem 2.3rem 1.1rem 2.3rem;
}
.success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.warning {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}
.back {
  width: 8rem;
  border: 1px #f56304 solid;
  padding: 0.3rem 1rem 0.3rem 1rem;
  color: #f56304;
  font-family: 'Montserrat-Bold';
  text-transform: uppercase;
  border-radius: 5px;
  display: block;
  text-align: center;
  margin: -1rem auto 1rem auto;
}
@media only screen and (min-width: 992px) {
  .back {
    display: none;
  }
}
#modal_black {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 90;
  display: none;
}
#modal_black.open {
  -webkit-animation-name: anima;
          animation-name: anima;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: block;
}
.modal {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  outline: 0;
  z-index: 99;
  display: none;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .modal {
    padding-right: 15px;
  }
}
.modal.open {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal_content {
  background: #fff;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .modal_content {
    width: 600px;
    margin: 30px auto;
  }
}
.modal_content .modal_header {
  padding: 1rem 2rem;
  border-bottom: 1px #dddddd solid;
}
.modal_content .modal_header h4 {
  margin: 0;
  font-size: 1.2rem;
  letter-spacing: 1px;
}
.modal_content .modal_header .close_modal {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 1.4rem;
  right: 1rem;
}
.modal_content .modal_header .close_modal:before {
  content: '';
  position: absolute;
  top: 6.5px;
  width: 15px;
  height: 2px;
  background-color: #f56304;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.modal_content .modal_header .close_modal:after {
  content: '';
  position: absolute;
  top: 6.5px;
  width: 15px;
  height: 2px;
  background-color: #f56304;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.modal_content .modal_body {
  padding: 1.5rem;
}
@media only screen and (min-width: 992px) {
  .modal_content .modal_body {
    padding: 2rem;
  }
}
.modal_content .modal_footer {
  padding: 1rem 2rem;
  text-align: center;
  border-top: 1px #dddddd solid;
}
.modal_open {
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .modal_open {
    padding-right: 15px;
  }
}
.open {
  -webkit-animation-name: anima;
          animation-name: anima;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: block;
}
@-webkit-keyframes anima {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anima {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ALERT */
.alert-primary,
.alert-success,
.alert-danger,
.alert-warning {
  margin: 1rem 0;
  border: 1px solid transparent;
  position: relative;
}
.alert-primary p,
.alert-success p,
.alert-danger p,
.alert-warning p {
  padding: 1rem;
  margin: 0;
}
.alert-primary .close,
.alert-success .close,
.alert-danger .close,
.alert-warning .close {
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: 0;
  right: 0.7rem;
  top: 0;
  margin: auto;
  opacity: 0.5;
}
.alert-primary .close:before,
.alert-success .close:before,
.alert-danger .close:before,
.alert-warning .close:before {
  content: '';
  position: absolute;
  top: 5px;
  width: 12px;
  height: 2px;
  background-color: #000;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.alert-primary .close:after,
.alert-success .close:after,
.alert-danger .close:after,
.alert-warning .close:after {
  content: '';
  position: absolute;
  top: 5px;
  width: 12px;
  height: 2px;
  background-color: #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-success {
  color: #3d5f45;
  background-color: #d9ebdd;
  border-color: #c5e1cb;
}
.alert-danger {
  color: #86585d;
  background-color: #f8d6d9;
  border-color: #f6cdd1;
}
.alert-warning {
  color: #947925;
  background-color: #fff3cd;
  background-color: #fff1c9;
  border-color: #ffebaf;
}
/* tabela */
.table {
  overflow: auto;
}
.table table {
  width: 100%;
  min-width: 500px;
  border-collapse: collapse;
  margin: 50px 0;
  font-family: 'Montserrat-Regular';
  font-weight: normal;
}
.table table thead {
  color: #fff;
  font-size: 1rem;
  background: #f56304;
}
.table table thead tr th {
  border-top: 1px #f56304 solid;
  border-bottom: 1px #f56304 solid;
  border-left: 1px #fc8030 solid;
  font-weight: normal;
  font-size: 1rem;
  padding: 1rem;
  width: 1px;
}
.table table thead tr th:first-child {
  border-left: none;
}
.table table thead tr th:last-child {
  border-right: 1px #f56304 solid;
}
.table table td {
  border: 1px #dddddd solid;
  color: #333;
  font-size: 1rem;
  padding: 1rem;
  font-weight: normal;
}
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  .container_carousel {
    max-width: 600px;
  }
}
#swiper_carousel {
  overflow: hidden;
  position: relative;
  padding-bottom: 3rem;
  /* Arrows */
}
#swiper_carousel .swiper-container {
  padding: 0  4rem;
  overflow: initial;
}
@media only screen and (min-width: 992px) {
  #swiper_carousel .swiper-container {
    padding: 0  4rem;
  }
}
#swiper_carousel .swiper-pagination {
  bottom: -3rem;
}
#swiper_carousel .swiper-slide {
  opacity: 0.5;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  #swiper_carousel .swiper-slide {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media only screen and (min-width: 992px) {
  #swiper_carousel .swiper-slide {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
#swiper_carousel .swiper-slide.swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media only screen and (min-width: 992px) {
  #swiper_carousel .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
#swiper_carousel .swiper-button-prev.swiper-button-disabled,
#swiper_carousel .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
#swiper_carousel .swiper-button-prev.swiper-button-disabled:before,
#swiper_carousel .swiper-button-next.swiper-button-disabled:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.8);
}
#swiper_carousel .carousel-prev,
#swiper_carousel .carousel-next {
  width: 4rem;
  height: 100%;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 9;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  #swiper_carousel .carousel-prev,
  #swiper_carousel .carousel-next {
    display: block;
  }
}
#swiper_carousel .carousel-prev {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2224px%22%20height%3D%2238px%22%20viewBox%3D%22-467%20262%2024%2038%22%20enable-background%3D%22new%20-467%20262%2024%2038%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpolygon%20fill%3D%22%23f56304%22%20points%3D%22-447.9%2C298.1%20-445.2%2C295.4%20-459.5%2C281%20-445.2%2C266.6%20-447.9%2C263.9%20-464.8%2C281%20%09%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30%;
  background-color: #fff;
  right: inherit;
}
#swiper_carousel .carousel-next {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2224px%22%20height%3D%2238px%22%20viewBox%3D%22-37%2032%2024%2038%22%20enable-background%3D%22new%20-37%2032%2024%2038%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpolygon%20fill%3D%22%23f56304%22%20points%3D%22-32.1%2C33.9%20-34.8%2C36.6%20-20.5%2C51%20-34.8%2C65.4%20-32.1%2C68.1%20-15.2%2C51%20%09%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30%;
  background-color: #fff;
  left: inherit;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 1.5rem;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #f56304;
}
.swiper-container {
  /* Arrows BANNER */
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  width: 4rem;
  height: 100%;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 9;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .swiper-container .swiper-button-prev,
  .swiper-container .swiper-button-next {
    display: block;
  }
}
.swiper-container .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2224px%22%20height%3D%2238px%22%20viewBox%3D%22-467%20262%2024%2038%22%20enable-background%3D%22new%20-467%20262%2024%2038%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%22-447.9%2C298.1%20-445.2%2C295.4%20-459.5%2C281%20-445.2%2C266.6%20-447.9%2C263.9%20-464.8%2C281%20%09%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30%;
  background-color: transparent;
  right: inherit;
}
.swiper-container .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2224px%22%20height%3D%2238px%22%20viewBox%3D%22-37%2032%2024%2038%22%20enable-background%3D%22new%20-37%2032%2024%2038%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%22-32.1%2C33.9%20-34.8%2C36.6%20-20.5%2C51%20-34.8%2C65.4%20-32.1%2C68.1%20-15.2%2C51%20%09%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30%;
  background-color: transparent;
  left: inherit;
}
.form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.form label {
  display: block;
  font-weight: normal;
  margin-bottom: 3px;
  margin-left: 3px;
  font-size: 0.9rem;
  font-family: 'Montserrat-Bold';
  color: #577776;
}
.form legend {
  display: block;
  width: 100%;
  padding: 0 0 0.7rem 0;
  font-size: 0.9rem;
  line-height: inherit;
  color: #f56304;
  border: 0px;
  font-family: 'Montserrat-Bold';
  margin: 3rem 0 1rem 0;
  border-bottom: 1px #e4eaea solid;
  text-transform: uppercase;
}
.form .box_input {
  margin-bottom: 1.5rem;
  position: relative;
}
.form .box_radio {
  margin-bottom: 1.5rem;
  position: relative;
  text-align: center;
}
.form .box_radio h2,
.form .box_radio h3,
.form .box_radio h4,
.form .box_radio p {
  font-size: 1rem;
}
.form .box_input:after {
  content: "";
  display: block;
  clear: both;
}
.form input[type=search],
.form input[type=text],
.form input[type=email],
.form input[type=submit],
.form input[type=password] {
  width: 100%;
  padding: 0.5rem 0.8rem;
  background: #ffffff;
  border-radius: 0px;
  border: 1px #577776 solid;
  font-size: 1rem;
  font-family: 'Montserrat-Regular';
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form input[type=search]:focus,
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=submit]:focus,
.form input[type=password]:focus {
  outline: none;
}
.form input[type=search].error,
.form input[type=text].error,
.form input[type=email].error,
.form input[type=submit].error,
.form input[type=password].error {
  border: 1px #ffffff solid;
  background: #ffffff;
}
.form input[type=search].valid,
.form input[type=text].valid,
.form input[type=email].valid,
.form input[type=submit].valid,
.form input[type=password].valid {
  border: 1px #71dd8a solid;
  background: #e9f5ea;
}
.form textarea {
  height: 150px;
  width: 100%;
  padding: 0.5rem 0.8rem;
  background: #ffffff;
  border-radius: 0px;
  border: 1px #577776 solid;
  font-size: 1rem;
  font-family: 'Montserrat-Regular';
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
  white-space: initial;
  overflow: inherit;
  resize: none;
}
.form textarea:focus {
  outline: none;
}
.form textarea.error {
  border: 1px #ffffff solid;
  background: #ffffff;
}
.form span.error {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  padding: 0.3rem 0.7rem;
  color: #ffffff;
  font-size: 0.8rem;
  border-radius: 0 0 4px 0;
  pointer-events: none;
}
.form .box_select {
  display: block;
  text-align: left;
  position: relative;
}
.form .box_select select {
  width: 100%;
  padding: 0.5rem 0.8rem;
  background: #ffffff;
  border-radius: 0px;
  border: 1px #577776 solid;
  font-size: 1rem;
  font-family: 'Montserrat-Regular';
  position: relative;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 0.85rem;
}
.form .box_select select:focus {
  outline: none;
}
.form .box_select select.valid {
  border: 1px #71dd8a solid;
  background: #e9f5ea;
}
.form .box_select:after {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: 42%;
  pointer-events: none;
  z-index: 5;
  border: solid #f56304;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.form .box_select select.error {
  border: 1px #ffffff solid;
  background: #ffffff;
  color: #ffffff;
}
.form .radio {
  width: 30%;
  margin: 0.5rem 0 1.5rem 0;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .form .radio {
    width: 28%;
  }
}
.form .radio input {
  width: 3px;
  height: 3px;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  visibility: hidden;
  position: relative;
  z-index: -1;
}
.form .radio label {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.9rem;
  margin-bottom: 0;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .form .radio label {
    margin-left: 1.5rem;
    font-size: 1rem;
  }
}
.form .radio label:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: initial;
  border: 2px #fff solid;
  z-index: 1;
  border-radius: 50%;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-shadow: 0 0 0 2px #f56304;
          box-shadow: 0 0 0 2px #f56304;
  margin-right: 0.5rem;
}
.form .radio input:checked ~ label:before {
  background-color: #f56304;
}
.form .radio > span.error {
  width: 100%;
  right: 0;
  left: 0;
  top: 30px;
  margin: auto;
}
@media only screen and (min-width: 576px) {
  .form .radio > span.error {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) {
  .form .radio > span.error {
    width: auto;
    right: inherit;
    left: 25px;
    top: 30px;
    bottom: inherit;
  }
}
.form .radio .error + .check_img {
  -webkit-box-shadow: 0 0 0 2px #ffc7c6;
          box-shadow: 0 0 0 2px #ffc7c6;
}
.form .radio .error + label:before {
  color: #ffc7c6;
}
.form .check_box {
  width: auto;
  margin: 60px 0 30px 0;
  text-align: center;
  position: relative;
}
.form .check_box input {
  height: 5px;
  width: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  z-index: 9;
  opacity: 0;
  z-index: -1px;
  visibility: hidden;
}
.form .check_box label {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  margin: 0 ;
  position: relative;
  padding-left: 2rem;
  cursor: pointer;
}
.form .check_box label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: #fff;
  border: 2px solid #f56304;
  display: inline-block;
  vertical-align: middle;
  z-index: 1;
}
.form .check_box label:after {
  content: "";
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  position: absolute;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 2;
}
.form .check_box input:checked ~ label:after {
  content: "";
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  position: absolute;
  border: solid #f56304;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 2;
}
.form .check_box span.error {
  position: relative;
}
#check_termos.error + label:before {
  border: 2px solid #ffc7c6;
}
#check_termos.error + label:after {
  color: #ffc7c6;
}
.envio {
  padding: 2rem;
  min-height: 300px;
  max-width: 600px;
  border: solid 2px white;
  border-radius: 3px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
}
.envio span {
  display: block;
  margin-bottom: 1rem;
}
.envio h3 {
  color: white;
  font-size: 1.3rem;
}
.envio p {
  color: white;
}
.envio .btn_site {
  background: white;
  color: #f56304;
  border-radius: 3px;
  font-family: 'Montserrat-SemiBold';
}
.envio img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
::-webkit-input-placeholder {
  color: #333;
  opacity: 1;
  font-family: 'Montserrat-Regular';
  font-size: 1rem;
}
::-moz-placeholder {
  color: #333;
  opacity: 1;
  font-family: 'Montserrat-Regular';
  font-size: 1rem;
}
:-ms-input-placeholder {
  color: #333;
  opacity: 1;
  font-family: 'Montserrat-Regular';
  font-size: 1rem;
}
::-ms-input-placeholder {
  color: #333;
  opacity: 1;
  font-family: 'Montserrat-Regular';
  font-size: 1rem;
}
::placeholder {
  color: #333;
  opacity: 1;
  font-family: 'Montserrat-Regular';
  font-size: 1rem;
}
:-ms-input-placeholder {
  color: #333;
  opacity: 1;
  font-family: 'Montserrat-Regular';
  font-size: 1rem;
}
:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
}
:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:focus::-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:focus::placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.35s ease-in-out;
}
/* faq / perguntas fgrequentes */
@media only screen and (min-width: 992px) {
  #faq {
    padding: 1rem;
  }
}
#faq h4 {
  cursor: pointer;
  font-size: 1rem;
  padding: 1.1rem 2.2rem 1rem 1rem;
  border: 1px #dddddd solid;
  position: relative;
  margin: 0 0 0.5rem 0;
}
@media only screen and (min-width: 992px) {
  #faq h4 {
    padding: 1.1rem 1rem 1rem 1rem;
  }
}
#faq h4 .close_icon {
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  bottom: 0;
  right: 1rem;
  top: 0;
  margin: auto;
}
#faq h4 .close_icon:before {
  content: '';
  position: absolute;
  top: 5px;
  width: 12px;
  height: 2px;
  background-color: #f56304;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
#faq h4 .close_icon:after {
  content: '';
  position: absolute;
  top: 5px;
  width: 12px;
  height: 2px;
  background-color: #f56304;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
#faq .faq_content {
  display: none;
  padding: 1rem;
  background: #f7f7f7;
  margin: 0 0 1rem 0;
}
#faq .box_faq.active h4 .close_icon {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
#faq .box_faq.active h4 ~ .faq_content {
  display: block;
}
/* credt card payment */
#credit-payment {
  background: #fff;
  padding: 2rem;
}
#credit-payment:after {
  content: "";
  display: block;
  clear: both;
}
#credit-payment h2 {
  font-size: 1.2rem;
  text-transform: uppercase;
  border-bottom: 1px #dddddd solid;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
#credit-payment .btn {
  font-size: 1rem;
  font-family: 'Montserrat-Bold';
}
.cvv_image {
  color: #000;
}
.cvv {
  width: 100%;
  display: none;
  background: url("../_images/payment/cvvimage.jpg") #fff center center no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 9;
  border-radius: 10px;
}
.cvv.show {
  display: block;
}
.close_cvv {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.close_cvv:before {
  content: '';
  position: absolute;
  top: 11.5px;
  width: 25px;
  height: 2px;
  background-color: #f56304;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.close_cvv:after {
  content: '';
  position: absolute;
  top: 11.5px;
  width: 25px;
  height: 2px;
  background-color: #f56304;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.cartao {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.cartao li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 3px;
}
.cartao li img {
  width: 50px;
  border: 1px #dddddd solid;
}
.bt_cvv {
  font-family: 'Montserrat-Bold';
}
.social_icons_header {
  text-align: center;
}
.social_icons_header a {
  display: inline-block;
  margin: 0 5px;
}
.social_icons_header .facebook {
  position: relative;
}
.social_icons_header .facebook:before {
  content: "";
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%22-489%20231%20100%20100%22%20enable-background%3D%22new%20-489%20231%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%20id%3D%22XMLID_1_%22%3E%0A%09%3Cpath%20id%3D%22XMLID_2_%22%20fill%3D%22%23fff%22%20d%3D%22M-447.6%2C320.7v-35.4h-11.9v-14.1h11.9v-11.3c0-5.8%2C1.6-10.5%2C5-13.7c3.2-3.2%2C7.7-4.8%2C13.1-4.8%0A%09%09c4.4%2C0%2C8.1%2C0.2%2C10.9%2C0.6v12.5h-7.5c-2.8%2C0-4.6%2C0.6-5.6%2C1.8c-0.8%2C1.2-1.2%2C2.8-1.2%2C5v9.7h13.1l-1.8%2C14.1h-11.3v35.4L-447.6%2C320.7%0A%09%09L-447.6%2C320.7L-447.6%2C320.7z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #232323;
}
.social_icons_header .twitter {
  position: relative;
}
.social_icons_header .twitter:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%22-74.5%20230.5%20100%20100%22%20enable-background%3D%22new%20-74.5%20230.5%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5.1%2C265.3c0%2C0.7%2C0%2C1.3%2C0%2C2c0%2C20.2-15.4%2C43.5-43.5%2C43.5c-8.6%2C0-16.7-2.5-23.4-6.9c1.2%2C0.1%2C2.4%2C0.2%2C3.6%2C0.2%0A%09%09c7.2%2C0%2C13.7-2.4%2C19-6.6c-6.7-0.1-12.3-4.5-14.3-10.6c0.9%2C0.2%2C1.9%2C0.3%2C2.9%2C0.3c1.4%2C0%2C2.7-0.2%2C4-0.5c-7-1.4-12.3-7.6-12.3-15%0A%09%09c0-0.1%2C0-0.1%2C0-0.2c2.1%2C1.1%2C4.4%2C1.8%2C6.9%2C1.9c-4.1-2.8-6.8-7.5-6.8-12.7c0-2.8%2C0.8-5.4%2C2.1-7.7c7.5%2C9.2%2C18.8%2C15.3%2C31.5%2C15.9%0A%09%09c-0.3-1.1-0.4-2.3-0.4-3.5c0-8.4%2C6.8-15.3%2C15.3-15.3c4.4%2C0%2C8.4%2C1.8%2C11.2%2C4.8c3.5-0.7%2C6.8-2%2C9.7-3.7c-1.1%2C3.6-3.6%2C6.6-6.7%2C8.5%0A%09%09c3.1-0.4%2C6-1.2%2C8.8-2.4C10.7%2C260.5%2C8.1%2C263.1%2C5.1%2C265.3z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #232323;
}
.social_icons_header .instagram {
  position: relative;
}
.social_icons_header .instagram:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%22-489%20231%20100%20100%22%20enable-background%3D%22new%20-489%20231%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%20id%3D%22XMLID_2_%22%3E%0A%09%3Cpath%20id%3D%22XMLID_3_%22%20fill%3D%22%23fff%22%20d%3D%22M-401.5%2C280.9c0%2C7.2%2C0%2C12.6-0.2%2C15.8c-0.2%2C3.2-0.6%2C6-1.4%2C8.4c-1%2C2.8-2.6%2C5.2-4.6%2C7.4%0A%09%09c-2%2C2-4.6%2C3.6-7.4%2C4.6c-2.4%2C0.8-5.2%2C1.2-8.4%2C1.4c-3.2%2C0.2-8.4%2C0.2-15.6%2C0.2s-12.6%2C0-15.6-0.2c-3.2-0.2-6-0.8-8.4-1.6%0A%09%09c-2.8-0.8-5.2-2.4-7.4-4.4c-2-2-3.6-4.6-4.6-7.4c-0.8-2.4-1.2-5.2-1.4-8.4c-0.2-3.2-0.2-8.4-0.2-15.8c0-7.2%2C0-12.6%2C0.2-15.6%0A%09%09c0.2-3%2C0.6-6%2C1.4-8.4c1-2.8%2C2.6-5.2%2C4.6-7.4c2-2%2C4.6-3.6%2C7.4-4.6c2.4-0.8%2C5.2-1.2%2C8.4-1.4c3.2-0.2%2C8.4-0.2%2C15.6-0.2%0A%09%09s12.6%2C0%2C15.6%2C0.2c3.2%2C0.2%2C6%2C0.6%2C8.4%2C1.4c2.8%2C1%2C5.2%2C2.6%2C7.4%2C4.6c2%2C2%2C3.6%2C4.6%2C4.6%2C7.4c0.8%2C2.4%2C1.2%2C5.2%2C1.6%2C8.4%0A%09%09C-401.5%2C268.5-401.5%2C273.9-401.5%2C280.9z%20M-408.3%2C294.1c0.2-2.4%2C0.2-6%2C0.2-10.4v-5.4c0-4.6%2C0-8-0.2-10.4c-0.2-4.2-0.6-7.2-1.4-9%0A%09%09c-1.4-3.4-3.8-6-7.2-7.4c-1.8-0.6-4.8-1.2-9-1.4c-2.4-0.2-6-0.2-10.4-0.2h-5.4c-4.4%2C0-8%2C0-10.4%2C0.2c-4.2%2C0.4-7.2%2C0.8-9.2%2C1.4%0A%09%09c-3.4%2C1.4-5.8%2C3.8-7.2%2C7.2c-0.6%2C1.8-1.2%2C4.8-1.4%2C9.2c-0.2%2C2.4-0.2%2C6-0.2%2C10.4v5.4c0%2C4.4%2C0%2C8%2C0.2%2C10.4c0.2%2C4.2%2C0.6%2C7.2%2C1.4%2C9%0A%09%09c1.4%2C3.4%2C3.8%2C5.8%2C7.2%2C7.2c2%2C0.6%2C5%2C1.2%2C9%2C1.4c2.4%2C0.2%2C6%2C0.2%2C10.4%2C0.2h5.4c4.6%2C0%2C8%2C0%2C10.4-0.2c4.2-0.2%2C7.2-0.6%2C9-1.4%0A%09%09c3.4-1.4%2C5.8-3.8%2C7.2-7.2C-409.1%2C301-408.7%2C298.1-408.3%2C294.1z%20M-429.4%2C264.3c3%2C1.8%2C5.4%2C4%2C7%2C7c1.8%2C3%2C2.6%2C6.2%2C2.6%2C9.6%0A%09%09s-0.8%2C6.6-2.6%2C9.6c-1.8%2C3-4%2C5.4-7%2C7c-3%2C1.8-6.2%2C2.6-9.6%2C2.6s-6.6-0.8-9.6-2.6c-3-1.8-5.4-4-7-7c-1.8-3-2.6-6.2-2.6-9.6%0A%09%09s0.8-6.6%2C2.6-9.6c1.8-3%2C4-5.4%2C7-7c3-1.8%2C6.2-2.6%2C9.6-2.6S-432.4%2C262.5-429.4%2C264.3z%20M-430.2%2C289.9c2.4-2.4%2C3.6-5.4%2C3.6-8.8%0A%09%09s-1.2-6.4-3.6-8.8c-2.4-2.4-5.4-3.6-8.8-3.6s-6.4%2C1.2-8.8%2C3.6s-3.6%2C5.4-3.6%2C8.8s1.2%2C6.4%2C3.6%2C8.8s5.4%2C3.6%2C8.8%2C3.6%0A%09%09S-432.6%2C292.3-430.2%2C289.9z%20M-415.7%2C257.6c-0.8-0.8-2-1.4-3.2-1.4s-2.2%2C0.4-3.2%2C1.4c-0.8%2C0.8-1.4%2C2-1.4%2C3.2s0.4%2C2.2%2C1.4%2C3.2%0A%09%09c0.8%2C0.8%2C2%2C1.4%2C3.2%2C1.4s2.2-0.4%2C3.2-1.4c0.8-0.8%2C1.4-2%2C1.4-3.2C-414.5%2C259.6-414.9%2C258.6-415.7%2C257.6z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #232323;
}
.social_icons_header .youtube {
  position: relative;
}
.social_icons_header .youtube:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%22-67.5%20231.5%20100%20100%22%20enable-background%3D%22new%20-67.5%20231.5%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5.9%2C253.2h-46.8c-9.2%2C0-16.6%2C7.4-16.6%2C16.6v23.4c0%2C9.2%2C7.4%2C16.6%2C16.6%2C16.6H5.9c9.2%2C0%2C16.6-7.4%2C16.6-16.6%0A%09v-23.4C22.5%2C260.6%2C15.1%2C253.2%2C5.9%2C253.2z%20M-5.4%2C282.6l-21.9%2C10.4c-0.6%2C0.3-1.3-0.1-1.3-0.8v-21.5c0-0.7%2C0.7-1.1%2C1.3-0.8l21.9%2C11.1%0A%09C-4.7%2C281.4-4.7%2C282.3-5.4%2C282.6z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #232323;
}
.social_icons_footer a {
  display: inline-block;
  margin: 0 5px;
}
.social_icons_footer a:hover {
  opacity: 0.7;
}
.social_icons_footer .facebook {
  position: relative;
}
.social_icons_footer .facebook:before {
  content: "";
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%22-489%20231%20100%20100%22%20enable-background%3D%22new%20-489%20231%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%20id%3D%22XMLID_1_%22%3E%0A%09%3Cpath%20id%3D%22XMLID_2_%22%20fill%3D%22%23fff%22%20d%3D%22M-447.6%2C320.7v-35.4h-11.9v-14.1h11.9v-11.3c0-5.8%2C1.6-10.5%2C5-13.7c3.2-3.2%2C7.7-4.8%2C13.1-4.8%0A%09%09c4.4%2C0%2C8.1%2C0.2%2C10.9%2C0.6v12.5h-7.5c-2.8%2C0-4.6%2C0.6-5.6%2C1.8c-0.8%2C1.2-1.2%2C2.8-1.2%2C5v9.7h13.1l-1.8%2C14.1h-11.3v35.4L-447.6%2C320.7%0A%09%09L-447.6%2C320.7L-447.6%2C320.7z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f56304;
}
.social_icons_footer .facebook:before {
  border-radius: 50%;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%22-489%20231%20100%20100%22%20enable-background%3D%22new%20-489%20231%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%20id%3D%22XMLID_1_%22%3E%0A%09%3Cpath%20id%3D%22XMLID_2_%22%20fill%3D%22%23fff%22%20d%3D%22M-447.6%2C320.7v-35.4h-11.9v-14.1h11.9v-11.3c0-5.8%2C1.6-10.5%2C5-13.7c3.2-3.2%2C7.7-4.8%2C13.1-4.8%0A%09%09c4.4%2C0%2C8.1%2C0.2%2C10.9%2C0.6v12.5h-7.5c-2.8%2C0-4.6%2C0.6-5.6%2C1.8c-0.8%2C1.2-1.2%2C2.8-1.2%2C5v9.7h13.1l-1.8%2C14.1h-11.3v35.4L-447.6%2C320.7%0A%09%09L-447.6%2C320.7L-447.6%2C320.7z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  background-color: #f56304;
  padding: 10px;
}
.social_icons_footer .twitter {
  position: relative;
}
.social_icons_footer .twitter:before {
  content: "";
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%22-74.5%20230.5%20100%20100%22%20enable-background%3D%22new%20-74.5%20230.5%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5.1%2C265.3c0%2C0.7%2C0%2C1.3%2C0%2C2c0%2C20.2-15.4%2C43.5-43.5%2C43.5c-8.6%2C0-16.7-2.5-23.4-6.9c1.2%2C0.1%2C2.4%2C0.2%2C3.6%2C0.2%0A%09%09c7.2%2C0%2C13.7-2.4%2C19-6.6c-6.7-0.1-12.3-4.5-14.3-10.6c0.9%2C0.2%2C1.9%2C0.3%2C2.9%2C0.3c1.4%2C0%2C2.7-0.2%2C4-0.5c-7-1.4-12.3-7.6-12.3-15%0A%09%09c0-0.1%2C0-0.1%2C0-0.2c2.1%2C1.1%2C4.4%2C1.8%2C6.9%2C1.9c-4.1-2.8-6.8-7.5-6.8-12.7c0-2.8%2C0.8-5.4%2C2.1-7.7c7.5%2C9.2%2C18.8%2C15.3%2C31.5%2C15.9%0A%09%09c-0.3-1.1-0.4-2.3-0.4-3.5c0-8.4%2C6.8-15.3%2C15.3-15.3c4.4%2C0%2C8.4%2C1.8%2C11.2%2C4.8c3.5-0.7%2C6.8-2%2C9.7-3.7c-1.1%2C3.6-3.6%2C6.6-6.7%2C8.5%0A%09%09c3.1-0.4%2C6-1.2%2C8.8-2.4C10.7%2C260.5%2C8.1%2C263.1%2C5.1%2C265.3z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f56304;
}
.social_icons_footer .twitter:before {
  border-radius: 50%;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%22-74.5%20230.5%20100%20100%22%20enable-background%3D%22new%20-74.5%20230.5%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5.1%2C265.3c0%2C0.7%2C0%2C1.3%2C0%2C2c0%2C20.2-15.4%2C43.5-43.5%2C43.5c-8.6%2C0-16.7-2.5-23.4-6.9c1.2%2C0.1%2C2.4%2C0.2%2C3.6%2C0.2%0A%09%09c7.2%2C0%2C13.7-2.4%2C19-6.6c-6.7-0.1-12.3-4.5-14.3-10.6c0.9%2C0.2%2C1.9%2C0.3%2C2.9%2C0.3c1.4%2C0%2C2.7-0.2%2C4-0.5c-7-1.4-12.3-7.6-12.3-15%0A%09%09c0-0.1%2C0-0.1%2C0-0.2c2.1%2C1.1%2C4.4%2C1.8%2C6.9%2C1.9c-4.1-2.8-6.8-7.5-6.8-12.7c0-2.8%2C0.8-5.4%2C2.1-7.7c7.5%2C9.2%2C18.8%2C15.3%2C31.5%2C15.9%0A%09%09c-0.3-1.1-0.4-2.3-0.4-3.5c0-8.4%2C6.8-15.3%2C15.3-15.3c4.4%2C0%2C8.4%2C1.8%2C11.2%2C4.8c3.5-0.7%2C6.8-2%2C9.7-3.7c-1.1%2C3.6-3.6%2C6.6-6.7%2C8.5%0A%09%09c3.1-0.4%2C6-1.2%2C8.8-2.4C10.7%2C260.5%2C8.1%2C263.1%2C5.1%2C265.3z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  background-color: #f56304;
  padding: 10px;
}
.social_icons_footer .instagram {
  position: relative;
}
.social_icons_footer .instagram:before {
  content: "";
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%22-489%20231%20100%20100%22%20enable-background%3D%22new%20-489%20231%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%20id%3D%22XMLID_2_%22%3E%0A%09%3Cpath%20id%3D%22XMLID_3_%22%20fill%3D%22%23fff%22%20d%3D%22M-401.5%2C280.9c0%2C7.2%2C0%2C12.6-0.2%2C15.8c-0.2%2C3.2-0.6%2C6-1.4%2C8.4c-1%2C2.8-2.6%2C5.2-4.6%2C7.4%0A%09%09c-2%2C2-4.6%2C3.6-7.4%2C4.6c-2.4%2C0.8-5.2%2C1.2-8.4%2C1.4c-3.2%2C0.2-8.4%2C0.2-15.6%2C0.2s-12.6%2C0-15.6-0.2c-3.2-0.2-6-0.8-8.4-1.6%0A%09%09c-2.8-0.8-5.2-2.4-7.4-4.4c-2-2-3.6-4.6-4.6-7.4c-0.8-2.4-1.2-5.2-1.4-8.4c-0.2-3.2-0.2-8.4-0.2-15.8c0-7.2%2C0-12.6%2C0.2-15.6%0A%09%09c0.2-3%2C0.6-6%2C1.4-8.4c1-2.8%2C2.6-5.2%2C4.6-7.4c2-2%2C4.6-3.6%2C7.4-4.6c2.4-0.8%2C5.2-1.2%2C8.4-1.4c3.2-0.2%2C8.4-0.2%2C15.6-0.2%0A%09%09s12.6%2C0%2C15.6%2C0.2c3.2%2C0.2%2C6%2C0.6%2C8.4%2C1.4c2.8%2C1%2C5.2%2C2.6%2C7.4%2C4.6c2%2C2%2C3.6%2C4.6%2C4.6%2C7.4c0.8%2C2.4%2C1.2%2C5.2%2C1.6%2C8.4%0A%09%09C-401.5%2C268.5-401.5%2C273.9-401.5%2C280.9z%20M-408.3%2C294.1c0.2-2.4%2C0.2-6%2C0.2-10.4v-5.4c0-4.6%2C0-8-0.2-10.4c-0.2-4.2-0.6-7.2-1.4-9%0A%09%09c-1.4-3.4-3.8-6-7.2-7.4c-1.8-0.6-4.8-1.2-9-1.4c-2.4-0.2-6-0.2-10.4-0.2h-5.4c-4.4%2C0-8%2C0-10.4%2C0.2c-4.2%2C0.4-7.2%2C0.8-9.2%2C1.4%0A%09%09c-3.4%2C1.4-5.8%2C3.8-7.2%2C7.2c-0.6%2C1.8-1.2%2C4.8-1.4%2C9.2c-0.2%2C2.4-0.2%2C6-0.2%2C10.4v5.4c0%2C4.4%2C0%2C8%2C0.2%2C10.4c0.2%2C4.2%2C0.6%2C7.2%2C1.4%2C9%0A%09%09c1.4%2C3.4%2C3.8%2C5.8%2C7.2%2C7.2c2%2C0.6%2C5%2C1.2%2C9%2C1.4c2.4%2C0.2%2C6%2C0.2%2C10.4%2C0.2h5.4c4.6%2C0%2C8%2C0%2C10.4-0.2c4.2-0.2%2C7.2-0.6%2C9-1.4%0A%09%09c3.4-1.4%2C5.8-3.8%2C7.2-7.2C-409.1%2C301-408.7%2C298.1-408.3%2C294.1z%20M-429.4%2C264.3c3%2C1.8%2C5.4%2C4%2C7%2C7c1.8%2C3%2C2.6%2C6.2%2C2.6%2C9.6%0A%09%09s-0.8%2C6.6-2.6%2C9.6c-1.8%2C3-4%2C5.4-7%2C7c-3%2C1.8-6.2%2C2.6-9.6%2C2.6s-6.6-0.8-9.6-2.6c-3-1.8-5.4-4-7-7c-1.8-3-2.6-6.2-2.6-9.6%0A%09%09s0.8-6.6%2C2.6-9.6c1.8-3%2C4-5.4%2C7-7c3-1.8%2C6.2-2.6%2C9.6-2.6S-432.4%2C262.5-429.4%2C264.3z%20M-430.2%2C289.9c2.4-2.4%2C3.6-5.4%2C3.6-8.8%0A%09%09s-1.2-6.4-3.6-8.8c-2.4-2.4-5.4-3.6-8.8-3.6s-6.4%2C1.2-8.8%2C3.6s-3.6%2C5.4-3.6%2C8.8s1.2%2C6.4%2C3.6%2C8.8s5.4%2C3.6%2C8.8%2C3.6%0A%09%09S-432.6%2C292.3-430.2%2C289.9z%20M-415.7%2C257.6c-0.8-0.8-2-1.4-3.2-1.4s-2.2%2C0.4-3.2%2C1.4c-0.8%2C0.8-1.4%2C2-1.4%2C3.2s0.4%2C2.2%2C1.4%2C3.2%0A%09%09c0.8%2C0.8%2C2%2C1.4%2C3.2%2C1.4s2.2-0.4%2C3.2-1.4c0.8-0.8%2C1.4-2%2C1.4-3.2C-414.5%2C259.6-414.9%2C258.6-415.7%2C257.6z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f56304;
}
.social_icons_footer .instagram:before {
  border-radius: 50%;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%22-489%20231%20100%20100%22%20enable-background%3D%22new%20-489%20231%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%20id%3D%22XMLID_2_%22%3E%0A%09%3Cpath%20id%3D%22XMLID_3_%22%20fill%3D%22%23fff%22%20d%3D%22M-401.5%2C280.9c0%2C7.2%2C0%2C12.6-0.2%2C15.8c-0.2%2C3.2-0.6%2C6-1.4%2C8.4c-1%2C2.8-2.6%2C5.2-4.6%2C7.4%0A%09%09c-2%2C2-4.6%2C3.6-7.4%2C4.6c-2.4%2C0.8-5.2%2C1.2-8.4%2C1.4c-3.2%2C0.2-8.4%2C0.2-15.6%2C0.2s-12.6%2C0-15.6-0.2c-3.2-0.2-6-0.8-8.4-1.6%0A%09%09c-2.8-0.8-5.2-2.4-7.4-4.4c-2-2-3.6-4.6-4.6-7.4c-0.8-2.4-1.2-5.2-1.4-8.4c-0.2-3.2-0.2-8.4-0.2-15.8c0-7.2%2C0-12.6%2C0.2-15.6%0A%09%09c0.2-3%2C0.6-6%2C1.4-8.4c1-2.8%2C2.6-5.2%2C4.6-7.4c2-2%2C4.6-3.6%2C7.4-4.6c2.4-0.8%2C5.2-1.2%2C8.4-1.4c3.2-0.2%2C8.4-0.2%2C15.6-0.2%0A%09%09s12.6%2C0%2C15.6%2C0.2c3.2%2C0.2%2C6%2C0.6%2C8.4%2C1.4c2.8%2C1%2C5.2%2C2.6%2C7.4%2C4.6c2%2C2%2C3.6%2C4.6%2C4.6%2C7.4c0.8%2C2.4%2C1.2%2C5.2%2C1.6%2C8.4%0A%09%09C-401.5%2C268.5-401.5%2C273.9-401.5%2C280.9z%20M-408.3%2C294.1c0.2-2.4%2C0.2-6%2C0.2-10.4v-5.4c0-4.6%2C0-8-0.2-10.4c-0.2-4.2-0.6-7.2-1.4-9%0A%09%09c-1.4-3.4-3.8-6-7.2-7.4c-1.8-0.6-4.8-1.2-9-1.4c-2.4-0.2-6-0.2-10.4-0.2h-5.4c-4.4%2C0-8%2C0-10.4%2C0.2c-4.2%2C0.4-7.2%2C0.8-9.2%2C1.4%0A%09%09c-3.4%2C1.4-5.8%2C3.8-7.2%2C7.2c-0.6%2C1.8-1.2%2C4.8-1.4%2C9.2c-0.2%2C2.4-0.2%2C6-0.2%2C10.4v5.4c0%2C4.4%2C0%2C8%2C0.2%2C10.4c0.2%2C4.2%2C0.6%2C7.2%2C1.4%2C9%0A%09%09c1.4%2C3.4%2C3.8%2C5.8%2C7.2%2C7.2c2%2C0.6%2C5%2C1.2%2C9%2C1.4c2.4%2C0.2%2C6%2C0.2%2C10.4%2C0.2h5.4c4.6%2C0%2C8%2C0%2C10.4-0.2c4.2-0.2%2C7.2-0.6%2C9-1.4%0A%09%09c3.4-1.4%2C5.8-3.8%2C7.2-7.2C-409.1%2C301-408.7%2C298.1-408.3%2C294.1z%20M-429.4%2C264.3c3%2C1.8%2C5.4%2C4%2C7%2C7c1.8%2C3%2C2.6%2C6.2%2C2.6%2C9.6%0A%09%09s-0.8%2C6.6-2.6%2C9.6c-1.8%2C3-4%2C5.4-7%2C7c-3%2C1.8-6.2%2C2.6-9.6%2C2.6s-6.6-0.8-9.6-2.6c-3-1.8-5.4-4-7-7c-1.8-3-2.6-6.2-2.6-9.6%0A%09%09s0.8-6.6%2C2.6-9.6c1.8-3%2C4-5.4%2C7-7c3-1.8%2C6.2-2.6%2C9.6-2.6S-432.4%2C262.5-429.4%2C264.3z%20M-430.2%2C289.9c2.4-2.4%2C3.6-5.4%2C3.6-8.8%0A%09%09s-1.2-6.4-3.6-8.8c-2.4-2.4-5.4-3.6-8.8-3.6s-6.4%2C1.2-8.8%2C3.6s-3.6%2C5.4-3.6%2C8.8s1.2%2C6.4%2C3.6%2C8.8s5.4%2C3.6%2C8.8%2C3.6%0A%09%09S-432.6%2C292.3-430.2%2C289.9z%20M-415.7%2C257.6c-0.8-0.8-2-1.4-3.2-1.4s-2.2%2C0.4-3.2%2C1.4c-0.8%2C0.8-1.4%2C2-1.4%2C3.2s0.4%2C2.2%2C1.4%2C3.2%0A%09%09c0.8%2C0.8%2C2%2C1.4%2C3.2%2C1.4s2.2-0.4%2C3.2-1.4c0.8-0.8%2C1.4-2%2C1.4-3.2C-414.5%2C259.6-414.9%2C258.6-415.7%2C257.6z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  background-color: #f56304;
  padding: 10px;
}
.social_icons_footer .youtube {
  position: relative;
}
.social_icons_footer .youtube:before {
  content: "";
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%22-67.5%20231.5%20100%20100%22%20enable-background%3D%22new%20-67.5%20231.5%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5.9%2C253.2h-46.8c-9.2%2C0-16.6%2C7.4-16.6%2C16.6v23.4c0%2C9.2%2C7.4%2C16.6%2C16.6%2C16.6H5.9c9.2%2C0%2C16.6-7.4%2C16.6-16.6%0A%09v-23.4C22.5%2C260.6%2C15.1%2C253.2%2C5.9%2C253.2z%20M-5.4%2C282.6l-21.9%2C10.4c-0.6%2C0.3-1.3-0.1-1.3-0.8v-21.5c0-0.7%2C0.7-1.1%2C1.3-0.8l21.9%2C11.1%0A%09C-4.7%2C281.4-4.7%2C282.3-5.4%2C282.6z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f56304;
}
.social_icons_footer .youtube:before {
  border-radius: 50%;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%22-67.5%20231.5%20100%20100%22%20enable-background%3D%22new%20-67.5%20231.5%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5.9%2C253.2h-46.8c-9.2%2C0-16.6%2C7.4-16.6%2C16.6v23.4c0%2C9.2%2C7.4%2C16.6%2C16.6%2C16.6H5.9c9.2%2C0%2C16.6-7.4%2C16.6-16.6%0A%09v-23.4C22.5%2C260.6%2C15.1%2C253.2%2C5.9%2C253.2z%20M-5.4%2C282.6l-21.9%2C10.4c-0.6%2C0.3-1.3-0.1-1.3-0.8v-21.5c0-0.7%2C0.7-1.1%2C1.3-0.8l21.9%2C11.1%0A%09C-4.7%2C281.4-4.7%2C282.3-5.4%2C282.6z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  background-color: #f56304;
  padding: 10px;
}
.whatsapp {
  color: #fff;
  font-size: 0.9rem;
  position: relative;
}
.whatsapp:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22512px%22%20height%3D%22512px%22%20viewBox%3D%220%200%2030.667%2030.667%22%20style%3D%22enable-background%3Anew%200%200%2030.667%2030.667%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cg%3E%0A%09%3Cpath%20d%3D%22M30.667%2C14.939c0%2C8.25-6.74%2C14.938-15.056%2C14.938c-2.639%2C0-5.118-0.675-7.276-1.857L0%2C30.667l2.717-8.017%20%20%20c-1.37-2.25-2.159-4.892-2.159-7.712C0.559%2C6.688%2C7.297%2C0%2C15.613%2C0C23.928%2C0.002%2C30.667%2C6.689%2C30.667%2C14.939z%20M15.61%2C2.382%20%20%20c-6.979%2C0-12.656%2C5.634-12.656%2C12.56c0%2C2.748%2C0.896%2C5.292%2C2.411%2C7.362l-1.58%2C4.663l4.862-1.545c2%2C1.312%2C4.393%2C2.076%2C6.963%2C2.076%20%20%20c6.979%2C0%2C12.658-5.633%2C12.658-12.559C28.27%2C8.016%2C22.59%2C2.382%2C15.61%2C2.382z%20M23.214%2C18.38c-0.094-0.151-0.34-0.243-0.708-0.427%20%20%20c-0.367-0.184-2.184-1.069-2.521-1.189c-0.34-0.123-0.586-0.185-0.832%2C0.182c-0.243%2C0.367-0.951%2C1.191-1.168%2C1.437%20%20%20c-0.215%2C0.245-0.43%2C0.276-0.799%2C0.095c-0.369-0.186-1.559-0.57-2.969-1.817c-1.097-0.972-1.838-2.169-2.052-2.536%20%20%20c-0.217-0.366-0.022-0.564%2C0.161-0.746c0.165-0.165%2C0.369-0.428%2C0.554-0.643c0.185-0.213%2C0.246-0.364%2C0.369-0.609%20%20%20c0.121-0.245%2C0.06-0.458-0.031-0.643c-0.092-0.184-0.829-1.984-1.138-2.717c-0.307-0.732-0.614-0.611-0.83-0.611%20%20%20c-0.215%2C0-0.461-0.03-0.707-0.03S9.897%2C8.215%2C9.56%2C8.582s-1.291%2C1.252-1.291%2C3.054c0%2C1.804%2C1.321%2C3.543%2C1.506%2C3.787%20%20%20c0.186%2C0.243%2C2.554%2C4.062%2C6.305%2C5.528c3.753%2C1.465%2C3.753%2C0.976%2C4.429%2C0.914c0.678-0.062%2C2.184-0.885%2C2.49-1.739%20%20%20C23.307%2C19.268%2C23.307%2C18.533%2C23.214%2C18.38z%22%20data-original%3D%22%23000000%22%20class%3D%22active-path%22%20data-old_color%3D%22%23000000%22%20fill%3D%22%23fff%22%2F%3E%0A%3C%2Fg%3E%3C%2Fg%3E%20%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0);
}
.whatsapp:before {
  margin-right: 0.5rem;
}
.nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #f0f0f0;
  padding: 1rem 0;
}
.nav-tabs li {
  line-height: 1;
  margin: 0 1rem;
  border-radius: 3px;
  border: solid transparent 2px;
}
.nav-tabs li:first-child {
  margin-left: 0;
}
.nav-tabs li:hover,
.nav-tabs li.active {
  border: solid #f56304 2px;
}
.nav-tabs li:hover a,
.nav-tabs li.active a {
  color: #f56304;
}
.nav-tabs li a {
  color: #3f4447;
  display: block;
  padding: 0.5rem 2rem;
  text-transform: uppercase;
  font-family: 'Montserrat-SemiBold';
}
.tab-content {
  opacity: 0;
  display: none;
  margin-top: 5rem;
  -webkit-animation: all 0.3s ease-out;
          animation: all 0.3s ease-out;
}
.tab-content.active {
  display: block;
  opacity: 1;
}
#finder {
  margin-top: -96px;
  background-size: cover;
  background-position: center;
  background-image: url('../_images/back-layout/header.jpg');
}
@media only screen and (min-width: 768px) {
  #finder {
    margin-top: -110px;
    padding: 5rem 0;
  }
}
@media only screen and (min-width: 992px) {
  #finder {
    margin-top: -150px;
    padding: 10rem 0;
  }
}
@media screen and (max-width: 992px) {
  #finder .container {
    margin-top: 185px;
  }
}
#finder .container .content {
  margin: 5rem 0;
}
@media only screen and (min-width: 992px) {
  #finder .container .content {
    margin: 3rem 0;
    padding-top: 4rem;
  }
}
#finder .container .content .badge {
  color: white;
  display: table;
  margin: 1rem auto;
  line-height: 1;
  font-size: 1.2rem;
  background: #f56304;
  padding: 0.8rem 2rem;
  border-radius: 1.3rem;
  text-transform: uppercase;
  border-bottom-right-radius: 0;
}
#finder .container .content .form-horizontal h3 {
  color: white;
  font-size: 2.5rem;
  text-align: center;
  text-transform: uppercase;
}
#finder .container .content .form-horizontal .fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
#finder .container .content .form-horizontal .fields .field {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  #finder .container .content .form-horizontal .fields .field {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
  }
}
@media only screen and (min-width: 992px) {
  #finder .container .content .form-horizontal .fields .field {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21%;
            flex: 0 0 21%;
    margin-bottom: 0;
  }
}
#finder .container .content .form-horizontal .fields .field select {
  border: none;
  color: #3f4447;
  padding: 0.8rem;
  line-height: 1.5;
  font-size: 0.75rem;
  border-radius: 3px;
  font-family: 'Montserrat-Bold';
  text-transform: uppercase;
}
#finder .container .content .form-horizontal .fields .btn {
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  font-size: 1rem;
  line-height: 1.7;
  border-radius: 3px;
  margin-bottom: 1rem;
  padding: 0.5rem 2rem;
  font-family: 'Montserrat-Bold';
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  #finder .container .content .form-horizontal .fields .btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
  }
}
@media only screen and (min-width: 992px) {
  #finder .container .content .form-horizontal .fields .btn {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin-bottom: 0;
  }
}
#properties .property {
  position: relative;
  margin-bottom: 2rem;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#properties .property a {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
#properties .property:hover {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
}
#properties .property .gallery {
  position: relative;
}
#properties .property .gallery .name {
  bottom: 0;
  left: 2rem;
  z-index: 2;
  color: #fff;
  font-size: 1.5rem;
  position: absolute;
  font-family: 'Montserrat-SemiBold';
}
#properties .property .gallery .swiper-slide:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
#properties .property .gallery .swiper-slide img {
  width: 370px;
  height: 265px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
#properties .property .infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#properties .property .infos .location .neighborhood {
  color: #3f4447;
  line-height: 1.2;
  margin-bottom: 0;
  font-size: 1rem;
}
#properties .property .infos .location .city {
  color: #898c8d;
  margin-bottom: 0;
  font-size: 0.85rem;
  font-family: 'Montserrat-SemiBold';
}
#properties .property .infos .status {
  color: white;
  line-height: 1;
  font-size: 0.8rem;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  font-family: 'Montserrat-SemiBold';
  border-bottom-right-radius: 0;
}
#properties .property .infos .status.release {
  background: #22cca6;
}
#properties .property .infos .status.pre-release {
  background: #22b6cc;
}
#properties .property .infos .status.build {
  background: #a2a2a2;
}
#properties .property .infos .description {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 1rem 0;
  padding: 1rem 0;
  border-top: 1px solid #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#properties .property .infos .description i {
  color: #f56304;
  font-size: 1.7rem;
}
#properties .property .infos .description p {
  color: #3f4447;
  margin-bottom: 0;
  line-height: 1.5;
  margin-left: 1rem;
}
#properties .property .infos .feature {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  height: 105px;
  border-radius: 3px;
  background: #fafafa;
  text-align: center;
  padding: 1rem 0.5rem;
}
#properties .property .infos .feature i {
  color: #f56304;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
#properties .property .infos .feature p {
  color: #3f4447;
  line-height: 1.2;
  margin-bottom: 0;
  font-size: 0.8rem;
  font-family: 'Montserrat-SemiBold';
}
#form-section {
  min-height: unset;
  background: #f56304;
  padding-bottom: 0;
}
#form-section .col-centered {
  display: block;
  margin: 0 auto;
}
#form-section .col-centered .box_input input,
#form-section .col-centered .box_input textarea {
  border-radius: 3px;
  background: transparent;
  border: 2px solid white;
  color: white;
  font-family: 'Montserrat-SemiBold';
}
#form-section .col-centered .box_input input::-webkit-input-placeholder,
#form-section .col-centered .box_input textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
  font-family: 'Montserrat-Regular';
  font-size: 1rem;
}
#form-section .col-centered .box_input input::-webkit-input-placeholder, #form-section .col-centered .box_input textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
  font-family: 'Montserrat-Regular';
  font-size: 1rem;
}
#form-section .col-centered .box_input input::-moz-placeholder, #form-section .col-centered .box_input textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-family: 'Montserrat-Regular';
  font-size: 1rem;
}
#form-section .col-centered .box_input input:-ms-input-placeholder, #form-section .col-centered .box_input textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  font-family: 'Montserrat-Regular';
  font-size: 1rem;
}
#form-section .col-centered .box_input input::-ms-input-placeholder, #form-section .col-centered .box_input textarea::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  font-family: 'Montserrat-Regular';
  font-size: 1rem;
}
#form-section .col-centered .box_input input::placeholder,
#form-section .col-centered .box_input textarea::placeholder {
  color: #fff;
  opacity: 1;
  font-family: 'Montserrat-Regular';
  font-size: 1rem;
}
#form-section .col-centered .box_input input:-ms-input-placeholder,
#form-section .col-centered .box_input textarea:-ms-input-placeholder {
  color: #333;
  opacity: 1;
  font-family: 'Montserrat-Regular';
  font-size: 1rem;
}
#form-section .col-centered .box_input input:focus::-webkit-input-placeholder,
#form-section .col-centered .box_input textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
}
#form-section .col-centered .box_input input:focus::-webkit-input-placeholder, #form-section .col-centered .box_input textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
#form-section .col-centered .box_input input:focus::-moz-placeholder, #form-section .col-centered .box_input textarea:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
#form-section .col-centered .box_input input:focus:-ms-input-placeholder, #form-section .col-centered .box_input textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
#form-section .col-centered .box_input input:focus::-ms-input-placeholder, #form-section .col-centered .box_input textarea:focus::-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
#form-section .col-centered .box_input input:focus::placeholder,
#form-section .col-centered .box_input textarea:focus::placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
#form-section .col-centered .box_input input:focus:-ms-input-placeholder,
#form-section .col-centered .box_input textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.35s ease-in-out;
}
#form-section .col-centered .btn_register {
  margin: 0 auto;
  display: block;
  background: white;
  letter-spacing: 0;
  color: #f56304;
  font-size: 0.9rem;
  border-radius: 3px;
  padding: 1rem 2.5rem;
  text-transform: uppercase;
  font-family: 'Montserrat-Bold';
}
/* INSTITUCIONAL */
.main_banner#about-page {
  background-image: url('../_images/back-layout/about.jpg');
}
#about p {
  line-height: 1.5;
}
#about #blocks {
  margin-top: 3rem;
}
#about #blocks #block-container {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 992px) {
  #about #blocks #block-container {
    margin-bottom: 0;
  }
}
#about #blocks .block {
  position: relative;
  height: 100%;
  max-width: 370px;
  margin: auto;
}
#about #blocks .block img {
  width: 370px;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
#about #blocks .block h2 {
  font-family: 'Montserrat-SemiBold';
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #f56304;
  text-align: center;
  margin-top: 0.5rem;
}
#about #blocks .block p {
  text-align: center;
  padding: 0 0.5rem;
}
#about #blocks .block:before {
  content: '';
  width: 0;
  height: 100%;
  border-top: solid 2px #f56304;
  border-bottom: solid 2px #f56304;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
#about #blocks .block:after {
  content: '';
  height: 0;
  width: 100%;
  border-left: solid 2px #f56304;
  border-right: solid 2px #f56304;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
#about #blocks .block:hover:after,
#about #blocks .block:hover:before {
  width: 100%;
  height: 100%;
}
.main_banner#solutions-page {
  background-image: url('../_images/back-layout/_solutions.jpg');
}
#solution #gallery {
  padding: 2rem 0;
  margin-bottom: 2rem;
}
#solution #gallery .swiper-pagination {
  bottom: 0.5rem;
}
#solution .highlight {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: block;
}
#solution #wide-image {
  padding-top: 0;
}
#solution #wide-image p {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 768px) {
  #solution #wide-image p {
    margin-top: 3.5rem;
  }
}
#solution #wide-image .subtitle {
  text-align: center;
  font-size: 1rem;
  color: #537675;
  margin-top: 0.5rem;
}
/* NOTICIA */
.section_news .row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.lista .item_feed {
  border-top: 1px #dddddd solid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
  padding: 1.5rem 0;
  position: relative;
}
.lista .item_feed:after {
  content: "";
  display: block;
  clear: both;
}
.lista .item_feed:first-child {
  border-top: none;
}
.lista figure {
  width: 30%;
  height: 100px;
  margin: 0;
  float: left;
}
@media only screen and (min-width: 992px) {
  .lista figure {
    width: 22%;
    height: 116px;
  }
}
.lista figure img {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.lista .feed_text {
  width: 70%;
  float: left;
  padding: 1rem 0 0 0;
}
@media only screen and (min-width: 992px) {
  .lista .feed_text {
    width: 75%;
  }
}
.lista .feed_text p {
  font-size: 1rem;
  margin: 0;
  font-family: 'Montserrat-Light';
  letter-spacing: 0;
}
@media only screen and (min-width: 992px) {
  .lista .feed_text p {
    margin-top: 0.5rem;
  }
}
.lista .feed_text time {
  font-size: 0.8rem;
  color: #f56304;
  font-style: normal;
}
.lista .feed_text h3 {
  color: #f56304;
  margin: 0;
}
.lista .feed_text h3 a {
  color: #f56304;
}
.lista .feed_text h3 a:hover {
  color: #f56304;
}
.lista figure ~ .feed_text {
  padding: 0 0 0 1rem;
  min-height: 89px;
}
@media only screen and (min-width: 992px) {
  .lista figure ~ .feed_text {
    padding: 1rem 2rem;
    padding: 0 2rem;
  }
}
.mais_lidas {
  background: #f1f1f1;
  padding: 2rem 1rem;
}
.mais_lidas h3 {
  position: relative;
  padding: 1.1rem 1rem 1rem 1.5rem;
  background: #f56304;
  border-radius: 0;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  margin: -2rem -1rem -2rem -1rem;
  font-size: 1rem;
  font-family: 'Montserrat-Regular';
  letter-spacing: 1px;
}
.mais_lidas ul {
  margin: 1rem 0;
  margin-top: 2rem;
}
.mais_lidas ul li {
  margin: 0 0 1.3rem 0;
  padding: 1.3rem 0 0 0;
  border-top: 1px #d5dbe0 solid;
}
.mais_lidas ul li:after {
  content: "";
  display: block;
  clear: both;
}
.mais_lidas ul li:first-child {
  border-top: none;
}
.mais_lidas ul li a {
  color: #333;
  font-size: 0.9rem;
}
.mais_lidas ul li a:hover {
  opacity: 0.5;
}
.mais_lidas ul li figure {
  width: 24%;
  height: 65px;
  float: left;
  margin: 0;
  overflow: hidden;
  border-radius: 0px;
}
.mais_lidas ul li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mais_lidas ul li span {
  font-size: 0.8rem;
}
.mais_lidas ul li span time {
  display: block;
  font-size: 0.8rem;
  color: #f56304;
  font-family: 'Montserrat-Regular';
  font-style: normal;
}
.mais_lidas ul li span time:after {
  width: 37px;
  height: 5px;
  margin-left: 0.4rem;
}
.mais_lidas ul li figure ~ span {
  width: 70%;
  float: left;
  padding-left: 1rem;
}
.share_news {
  text-align: center;
  margin-top: 1rem;
}
.share_news a {
  display: inline-block;
  margin: 0 3px;
  padding: 3px;
  border: 1px #d5d5d5 solid;
}
.share_news a:hover {
  border: 1px #f56304 solid;
  background: #f56304;
}
.share_news a.twitter {
  position: relative;
}
.share_news a.twitter:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%22-74.5%20230.5%20100%20100%22%20enable-background%3D%22new%20-74.5%20230.5%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23f56304%22%20d%3D%22M5.1%2C265.3c0%2C0.7%2C0%2C1.3%2C0%2C2c0%2C20.2-15.4%2C43.5-43.5%2C43.5c-8.6%2C0-16.7-2.5-23.4-6.9c1.2%2C0.1%2C2.4%2C0.2%2C3.6%2C0.2%0A%09%09c7.2%2C0%2C13.7-2.4%2C19-6.6c-6.7-0.1-12.3-4.5-14.3-10.6c0.9%2C0.2%2C1.9%2C0.3%2C2.9%2C0.3c1.4%2C0%2C2.7-0.2%2C4-0.5c-7-1.4-12.3-7.6-12.3-15%0A%09%09c0-0.1%2C0-0.1%2C0-0.2c2.1%2C1.1%2C4.4%2C1.8%2C6.9%2C1.9c-4.1-2.8-6.8-7.5-6.8-12.7c0-2.8%2C0.8-5.4%2C2.1-7.7c7.5%2C9.2%2C18.8%2C15.3%2C31.5%2C15.9%0A%09%09c-0.3-1.1-0.4-2.3-0.4-3.5c0-8.4%2C6.8-15.3%2C15.3-15.3c4.4%2C0%2C8.4%2C1.8%2C11.2%2C4.8c3.5-0.7%2C6.8-2%2C9.7-3.7c-1.1%2C3.6-3.6%2C6.6-6.7%2C8.5%0A%09%09c3.1-0.4%2C6-1.2%2C8.8-2.4C10.7%2C260.5%2C8.1%2C263.1%2C5.1%2C265.3z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
}
.share_news a.twitter:hover {
  position: relative;
}
.share_news a.twitter:hover:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%22-74.5%20230.5%20100%20100%22%20enable-background%3D%22new%20-74.5%20230.5%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5.1%2C265.3c0%2C0.7%2C0%2C1.3%2C0%2C2c0%2C20.2-15.4%2C43.5-43.5%2C43.5c-8.6%2C0-16.7-2.5-23.4-6.9c1.2%2C0.1%2C2.4%2C0.2%2C3.6%2C0.2%0A%09%09c7.2%2C0%2C13.7-2.4%2C19-6.6c-6.7-0.1-12.3-4.5-14.3-10.6c0.9%2C0.2%2C1.9%2C0.3%2C2.9%2C0.3c1.4%2C0%2C2.7-0.2%2C4-0.5c-7-1.4-12.3-7.6-12.3-15%0A%09%09c0-0.1%2C0-0.1%2C0-0.2c2.1%2C1.1%2C4.4%2C1.8%2C6.9%2C1.9c-4.1-2.8-6.8-7.5-6.8-12.7c0-2.8%2C0.8-5.4%2C2.1-7.7c7.5%2C9.2%2C18.8%2C15.3%2C31.5%2C15.9%0A%09%09c-0.3-1.1-0.4-2.3-0.4-3.5c0-8.4%2C6.8-15.3%2C15.3-15.3c4.4%2C0%2C8.4%2C1.8%2C11.2%2C4.8c3.5-0.7%2C6.8-2%2C9.7-3.7c-1.1%2C3.6-3.6%2C6.6-6.7%2C8.5%0A%09%09c3.1-0.4%2C6-1.2%2C8.8-2.4C10.7%2C260.5%2C8.1%2C263.1%2C5.1%2C265.3z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f56304;
}
.share_news a.facebook {
  position: relative;
}
.share_news a.facebook:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%22-489%20231%20100%20100%22%20enable-background%3D%22new%20-489%20231%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%20id%3D%22XMLID_1_%22%3E%0A%09%3Cpath%20id%3D%22XMLID_2_%22%20fill%3D%22%23f56304%22%20d%3D%22M-447.6%2C320.7v-35.4h-11.9v-14.1h11.9v-11.3c0-5.8%2C1.6-10.5%2C5-13.7c3.2-3.2%2C7.7-4.8%2C13.1-4.8%0A%09%09c4.4%2C0%2C8.1%2C0.2%2C10.9%2C0.6v12.5h-7.5c-2.8%2C0-4.6%2C0.6-5.6%2C1.8c-0.8%2C1.2-1.2%2C2.8-1.2%2C5v9.7h13.1l-1.8%2C14.1h-11.3v35.4L-447.6%2C320.7%0A%09%09L-447.6%2C320.7L-447.6%2C320.7z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
}
.share_news a.facebook:hover {
  position: relative;
}
.share_news a.facebook:hover:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%22-489%20231%20100%20100%22%20enable-background%3D%22new%20-489%20231%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%20id%3D%22XMLID_1_%22%3E%0A%09%3Cpath%20id%3D%22XMLID_2_%22%20fill%3D%22%23fff%22%20d%3D%22M-447.6%2C320.7v-35.4h-11.9v-14.1h11.9v-11.3c0-5.8%2C1.6-10.5%2C5-13.7c3.2-3.2%2C7.7-4.8%2C13.1-4.8%0A%09%09c4.4%2C0%2C8.1%2C0.2%2C10.9%2C0.6v12.5h-7.5c-2.8%2C0-4.6%2C0.6-5.6%2C1.8c-0.8%2C1.2-1.2%2C2.8-1.2%2C5v9.7h13.1l-1.8%2C14.1h-11.3v35.4L-447.6%2C320.7%0A%09%09L-447.6%2C320.7L-447.6%2C320.7z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f56304;
}
.compartilhar .social:hover {
  background: #f56304;
  border: 1px #f56304 solid;
}
.compartilhar .social:hover.twitter {
  position: relative;
}
.compartilhar .social:hover.twitter:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%22-74.5%20230.5%20100%20100%22%20enable-background%3D%22new%20-74.5%20230.5%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5.1%2C265.3c0%2C0.7%2C0%2C1.3%2C0%2C2c0%2C20.2-15.4%2C43.5-43.5%2C43.5c-8.6%2C0-16.7-2.5-23.4-6.9c1.2%2C0.1%2C2.4%2C0.2%2C3.6%2C0.2%0A%09%09c7.2%2C0%2C13.7-2.4%2C19-6.6c-6.7-0.1-12.3-4.5-14.3-10.6c0.9%2C0.2%2C1.9%2C0.3%2C2.9%2C0.3c1.4%2C0%2C2.7-0.2%2C4-0.5c-7-1.4-12.3-7.6-12.3-15%0A%09%09c0-0.1%2C0-0.1%2C0-0.2c2.1%2C1.1%2C4.4%2C1.8%2C6.9%2C1.9c-4.1-2.8-6.8-7.5-6.8-12.7c0-2.8%2C0.8-5.4%2C2.1-7.7c7.5%2C9.2%2C18.8%2C15.3%2C31.5%2C15.9%0A%09%09c-0.3-1.1-0.4-2.3-0.4-3.5c0-8.4%2C6.8-15.3%2C15.3-15.3c4.4%2C0%2C8.4%2C1.8%2C11.2%2C4.8c3.5-0.7%2C6.8-2%2C9.7-3.7c-1.1%2C3.6-3.6%2C6.6-6.7%2C8.5%0A%09%09c3.1-0.4%2C6-1.2%2C8.8-2.4C10.7%2C260.5%2C8.1%2C263.1%2C5.1%2C265.3z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
}
.compartilhar .social:hover.twitter:before {
  float: none;
  display: inline-block;
}
.compartilhar .social:hover.facebook {
  position: relative;
}
.compartilhar .social:hover.facebook:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%22-489%20231%20100%20100%22%20enable-background%3D%22new%20-489%20231%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%20id%3D%22XMLID_1_%22%3E%0A%09%3Cpath%20id%3D%22XMLID_2_%22%20fill%3D%22%23fff%22%20d%3D%22M-447.6%2C320.7v-35.4h-11.9v-14.1h11.9v-11.3c0-5.8%2C1.6-10.5%2C5-13.7c3.2-3.2%2C7.7-4.8%2C13.1-4.8%0A%09%09c4.4%2C0%2C8.1%2C0.2%2C10.9%2C0.6v12.5h-7.5c-2.8%2C0-4.6%2C0.6-5.6%2C1.8c-0.8%2C1.2-1.2%2C2.8-1.2%2C5v9.7h13.1l-1.8%2C14.1h-11.3v35.4L-447.6%2C320.7%0A%09%09L-447.6%2C320.7L-447.6%2C320.7z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
}
.compartilhar .social:hover.facebook:before {
  float: none;
  display: inline-block;
}
.box_noticias .col-md-4 {
  padding-bottom: 1rem;
}
@media only screen and (min-width: 576px) {
  .box_noticias .col-md-4:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 768px) {
  .box_noticias .col-md-4:nth-child(2n+1) {
    clear: none;
  }
}
@media only screen and (min-width: 768px) {
  .box_noticias .col-md-4:nth-child(3n+1) {
    clear: both;
  }
}
.header_news {
  text-align: center;
  margin-bottom: 1.5rem;
  padding: 2.5rem 0;
  border-bottom: 2px #f56304 solid;
  border-top: 2px #f56304 solid;
}
.header_news h1 {
  font-family: 'Montserrat-SemiBold';
  font-size: 1.5rem;
  margin: 0;
  color: #f56304;
  line-height: 1.5;
}
@media only screen and (min-width: 992px) {
  .header_news h1 {
    font-size: 2rem;
  }
}
.header_news p {
  margin: 0.5rem;
  font-size: 0.9rem;
}
.header_news time {
  font-family: 'Montserrat-SemiBold';
  font-size: 0.8rem;
  color: #fc8030;
  margin-top: 0.5rem;
  display: block;
}
/* CONTATO */
#contact {
  padding-bottom: 0;
}
#contact #form_contato {
  max-width: 100%;
  margin-top: 2rem;
  margin-bottom: 5rem;
}
@media only screen and (min-width: 768px) {
  #contact #form_contato {
    max-width: 90%;
  }
}
#contact #form_contato legend {
  display: none;
}
#contact #form_contato .btn-send {
  background: white;
  border: 1px solid #f56304;
  color: #f56304;
  text-transform: uppercase;
  font-family: 'Montserrat-SemiBold';
}
#contact #form_contato .btn-send:hover {
  background: #f56304;
  color: white;
  opacity: 1;
}
#contact .info_contato {
  max-width: 500px;
  padding: 2rem;
  display: block;
  border-radius: 0px;
  border: 1px #f56304 solid;
  margin: 4rem auto 4rem auto;
}
#contact .info_contato h4 {
  position: relative;
  margin-bottom: 2rem;
  color: #f56304;
}
#contact .info_contato .fa,
#contact .info_contato .fab,
#contact .info_contato .fas {
  margin-right: 0.5rem;
  font-size: 1.5rem;
  color: #f56304;
}
#contact .info_contato p span {
  font-family: 'Montserrat-Light';
}
#contact .info_contato p em {
  font-style: normal;
}
#contact .info_contato p strong {
  font-size: 1rem;
  margin-left: 0.2rem;
}
#contact iframe {
  width: 100%;
  height: 450px;
}
.inner-menu {
  top: 0;
  z-index: 3;
  position: sticky;
  background-color: #fff;
  border-bottom: 2px solid #f1f1f1;
}
.inner-menu .current a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #b3b3b3;
  padding: 1rem 0;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-family: 'Montserrat-SemiBold';
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.inner-menu .current a i {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.inner-menu .current.active a i {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media only screen and (min-width: 768px) {
  .inner-menu .current {
    display: none;
  }
}
.inner-menu .menu {
  display: none;
}
.inner-menu .menu.active {
  display: block;
}
@media only screen and (min-width: 768px) {
  .inner-menu .menu.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .inner-menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.inner-menu .menu li {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .inner-menu .menu li {
    margin: 0 5rem 0 0;
  }
}
.inner-menu .menu li a {
  display: block;
  padding: 1rem 0;
  color: #b3b3b3;
  position: relative;
}
.inner-menu .menu li a:before {
  content: '';
  width: 100%;
  height: 2px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: unset;
  margin: auto;
  background-color: #f56304;
  -webkit-transform: translateY(1rem);
      -ms-transform: translateY(1rem);
          transform: translateY(1rem);
}
.inner-menu .menu li a:hover,
.inner-menu .menu li a.active {
  color: #3f4447;
}
.inner-menu .menu li a:hover:before,
.inner-menu .menu li a.active:before {
  opacity: 1;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}
@media only screen and (min-width: 992px) {
  #features {
    padding: 3rem 0;
  }
}
#features #infos {
  padding-bottom: 1rem;
  border-bottom: solid 2px #fafafa;
}
#features img {
  border: solid 1px #f1f1f1;
  border-radius: 3px;
  margin: 0 auto;
  display: block;
}
#features .content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  #features .content {
    text-align: left;
    margin-top: 0;
  }
}
#features .content h2,
#features .content p {
  color: #3f4447;
  line-height: 1.5;
  margin-bottom: 0;
  font-family: 'Montserrat-SemiBold';
}
#features .features-container {
  height: 100%;
  padding-top: 2rem;
}
@media only screen and (min-width: 992px) {
  #features .features-container {
    padding-top: 0;
  }
}
#features .features-container .feature {
  width: 45%;
  margin: 2%;
  padding: 1rem;
  text-align: center;
  background: #fafafa;
  display: inline-table;
}
@media only screen and (min-width: 768px) {
  #features .features-container .feature {
    width: 20%;
    margin: 0 2%;
    height: 100%;
  }
}
#features .features-container .feature i {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
#features .features-container .feature p {
  line-height: 1.2;
  margin-bottom: 0;
  font-size: 0.75rem;
  font-family: 'Montserrat-SemiBold';
}
#features #description {
  padding-top: 3rem;
}
#features #description .heading {
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #f56304;
  text-align: left;
  margin-bottom: 1rem;
  font-family: 'Montserrat-Bold';
}
#features #description p {
  color: #979b9e;
}
#plans {
  background: #fafafa;
}
#plans h2 {
  color: #f56304;
  line-height: 1.5;
  font-size: 1.2rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
#plans h3 {
  color: #f56304;
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
#plans .rooms {
  margin-bottom: 2rem;
}
#plans .content-slider {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#plans .content-slider .swiper-container {
  padding-bottom: 2rem;
}
#plans .content-slider .swiper-container .swiper-pagination {
  bottom: 0rem;
}
#gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#gallery .photo {
  margin: 0 auto;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 360px;
          flex: 0 0 360px;
  position: relative;
  margin-bottom: 1.5rem;
}
#gallery .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#gallery .photo .icon {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  opacity: 0;
  width: 30px;
  height: 30px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#gallery .photo::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  content: '';
  width: 100%;
  height: 100%;
}
#gallery .photo:hover .icon {
  opacity: 1;
}
#gallery .photo:hover::before {
  background: rgba(245, 99, 4, 0.8);
}
#map {
  padding: 0;
  position: relative;
}
#map .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 2;
  width: 100%;
  height: 100%;
  text-align: center;
}
#map .content .heading {
  color: #3f4447;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-family: 'Montserrat-Bold';
}
#map .content .location {
  color: #f56304;
  font-size: 1.2rem;
  font-family: 'Montserrat-SemiBold';
}
#map::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(transparent));
  background: -o-linear-gradient(top, white, transparent);
  background: linear-gradient(to bottom, white, transparent);
}
#map iframe {
  width: 100%;
  min-height: 50vh;
}
