/*WEBSTYLES */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, html, body {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

input:focus {
  outline: none;
}

b {
  font-weight: bold;
}

html {
  font-family: "IBM Plex Sans", sans-serif;
}

.auto-container {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .auto-container {
    width: 90%;
  }
}

@media only screen and (max-width: 768px) {
  .page {
    margin-top: 120px;
  }
}

.row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.section-item .block-title {
  position: relative;
  display: block;
  padding: 20px 0px;
}
.section-item .block-title .title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #431039;
}

.whatsapp-mobile-btn {
  position: fixed;
  display: none;
  z-index: 1;
  right: 20px;
  bottom: 20px;
}
.whatsapp-mobile-btn .box {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  padding: 5px 0px;
  text-align: center;
  border-radius: 10px;
  background-color: #41b451;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.whatsapp-mobile-btn .box .icon {
  font-size: 3.5rem;
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  #whatsapp-chat-widget {
    display: none !important;
  }
  #whatsapp-mobile-button {
    display: block;
  }
}
#app-header {
  position: relative;
  display: block;
  z-index: 10;
  background-color: #431039;
}
@media only screen and (max-width: 768px) {
  #app-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0px;
    padding: 10px 0px;
    z-index: 50;
  }
}
#app-header .topbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0px 0px 0px;
}
@media only screen and (max-width: 768px) {
  #app-header .topbar {
    display: none;
  }
}
#app-header .topbar-item {
  display: block;
  font-size: 14px;
  color: #c7c7c7;
}
#app-header .topbar-item span {
  display: inline-table;
}
#app-header .topbar-item ul {
  display: inline-table;
}
#app-header .topbar-item ul li {
  display: inline-block;
}
#app-header .topbar-item .label-text {
  display: inline-block;
  margin-right: 5px;
}
#app-header .topbar .contact-box {
  padding-top: 5px;
}
#app-header .topbar .contact-box ul li {
  margin-right: 10px;
}
#app-header .topbar .contact-box ul li i {
  color: #5ddabf;
  padding-right: 5px;
}
#app-header .topbar .social-box .links {
  display: inline-block;
}
#app-header .topbar .social-box .links .item {
  display: inline-block;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  padding: 5px;
  font-size: 1.25rem;
  color: #ffffff;
  border-radius: 2px;
  background-color: #a0455a;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#app-header .topbar .social-box .links .item:hover {
  color: #ffffff;
  background-color: #48b09a;
}
#app-header .topbar .quote-box .btn-quote {
  display: table;
  padding: 15px 20px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  color: #ffffff;
  background-color: #a0455a;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#app-header .topbar .quote-box .btn-quote:hover {
  background-color: #48b09a;
}
#app-header .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  #app-header .navbar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#app-header .brand-box {
  position: relative;
  width: 250px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#app-header .brand-box img {
  display: block;
  width: 100%;
  margin-left: -15px;
}
@media only screen and (max-width: 768px) {
  #app-header .brand-box {
    width: 180px;
  }
}
#app-header .menu {
  position: relative;
  display: block;
}
#app-header .menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#app-header .menu-item {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
#app-header .menu-item.active .menu-link, #app-header .menu-item:hover .menu-link {
  border-color: #ffffff;
}
#app-header .menu-item:last-child {
  margin-right: 0px;
}
#app-header .menu-link {
  display: block;
  padding: 10px 20px;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  border: solid 2px transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#app-header .menu.expand {
  display: block;
}
@media only screen and (max-width: 768px) {
  #app-header .menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 400px;
    top: 105px;
    left: 0;
    background-color: #431039;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  #app-header .menu.expand {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  #app-header .menu .menu-container {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 40px 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #app-header .menu .menu-item {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  #app-header .menu .menu-item .menu-link {
    display: block;
    padding: 20px;
  }
}
#app-header .mobile-button {
  position: absolute;
  display: none;
  width: 50px;
  height: 50px;
  top: 25px;
  right: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 768px) {
  #app-header .mobile-button {
    display: block;
  }
}
#app-header .mobile-button .wrap {
  position: relative;
  width: 100%;
  height: 100%;
  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: right;
      -ms-flex-pack: right;
          justify-content: right;
}
#app-header .mobile-button .bar {
  position: relative;
  display: block;
  width: 50px;
  height: 6px;
  border-radius: 50px;
  background-color: #5ddabf;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#app-header .mobile-button .bar-1 {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
}
#app-header .mobile-button .bar-3 {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
#app-header .mobile-button .bar-2 {
  width: 30px;
  background-color: #ffffff;
}
#app-header .mobile-button.active .bar-1 {
  width: 60px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#app-header .mobile-button.active .bar-3 {
  width: 60px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#app-header .mobile-button.active .bar-2 {
  opacity: 0;
}

#app-footer {
  position: relative;
  display: block;
  z-index: 10;
  background-color: #20191f;
}
#app-footer .block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0px;
}
@media only screen and (max-width: 768px) {
  #app-footer .block-columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#app-footer .block-columns .block-item {
  position: relative;
  display: block;
  padding: 30px 0px;
  margin-right: 5%;
  width: 30%;
}
#app-footer .block-columns .block-item:nth-child(3n+3) {
  margin-right: 0;
}
#app-footer .block-columns .block-item .title {
  display: block;
  margin-bottom: 30px;
  font-family: "Lato", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #ffffff;
}
#app-footer .block-columns .block-item .content {
  font-size: 15px;
  line-height: 22px;
  color: #d8d1d1;
}
#app-footer .block-columns .item-company .name-company {
  text-transform: uppercase;
  color: #ddb8a3;
}
#app-footer .block-columns .item-contact {
  padding-left: 50px;
}
#app-footer .block-columns .item-contact li {
  margin-bottom: 5px;
}
#app-footer .block-columns .item-contact i {
  width: 35px;
  margin-left: -5px;
  margin-right: 5px;
  color: #b99a76;
  font-size: 1.1rem;
  text-align: center;
  vertical-align: middle;
}
#app-footer .block-columns .item-contact i.fa-mobile {
  font-size: 1.4rem;
}
#app-footer .block-columns .item-services {
  padding-left: 50px;
}
#app-footer .block-columns .item-services li {
  position: relative;
  display: block;
  margin-bottom: 5px;
}
#app-footer .block-columns .item-services li:before {
  display: inline-block;
  content: "";
  margin-right: 15px;
  width: 10px;
  height: 10px;
  border: solid 2px #b99a76;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#app-footer .block-columns .item-services li a {
  color: #c0b7b7;
}
@media only screen and (max-width: 768px) {
  #app-footer .block-columns .block-item {
    width: 100%;
    padding-left: 0px;
    margin-right: 0px;
    text-align: center;
  }
  #app-footer .block-columns .block-item.item-services {
    display: none;
  }
}
#app-footer .block-copyright {
  position: relative;
  display: table;
  width: 100%;
  cursor: default;
  background-color: #2e272d;
}
#app-footer .block-copyright .copyright {
  display: block;
  padding: 30px 0px;
  color: #c0b7b7;
  text-align: center;
}
#app-footer .block-copyright .copyright .sitename {
  color: #BF9780;
}
#app-footer .socialbar-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  #app-footer .socialbar-mobile {
    display: block;
    margin: 0px auto;
    text-align: center;
  }
  #app-footer .socialbar-mobile .item {
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    padding: 8px;
    font-size: 1.4rem;
    color: #ffffff;
    border-radius: 2px;
    background-color: #a0455a;
    text-align: center;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  #app-footer .socialbar-mobile .item:hover {
    color: #ffffff;
    background-color: #48b09a;
  }
}