:root {
  --grey: #9b9b9b;
  --black: #1A1A1A;
  --dark-grey: #333333;
  --soft-white: #fafafa;
  --color-primary: #FBB03B;
  --color-secondary: #8B1A7E; }

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

body {
  font-family: 'Lasindo', sans-serif;
  font-weight: 500;
  background-color: #fff; }
  body header .navbar {
    padding: 1rem;
    background-color: var(--black); }
    body header .navbar .navbar-brand .img-brand {
      max-width: 180px;
      transition: all 0.3s; }
    body header .navbar .navbar-brand .img-shrink {
      max-width: 135px;
      transition: all 0.3s; }
    body header .navbar .mobile-menu {
      display: none; }
    body header .navbar .navbar-collapse .navbar-nav .nav-item {
      font-family: 'Ubuntu', sans-serif;
      font-weight: 600; }
      body header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        color: #fff;
        padding: .5rem 0 .5rem 2rem;
        text-transform: uppercase;
        transition: all .3s ease-in-out; }
        body header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
          color: var(--grey); }
      body header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link {
        color: var(--color-primary); }
    body header .navbar.navbar-scrolled {
      -webkit-box-shadow: 0px 5px 25px 3px #424242;
      -moz-box-shadow: 0px 5px 25px 3px #424242;
      box-shadow: 0px 5px 25px 3px #424242;
      transition: all 0.3s ease-in-out; }
  body main {
    /* HOMEPAGE START 
    ===================================*/
    /* HOMEPAGE END 
    ===================================*/
    /* ABOUT-US START 
    ===================================*/
    /* ABOUT-US END 
    ===================================*/
    /* PRODUCTS START 
    ===================================*/
    /* PRODUCTS END 
    ===================================*/
    /* CONTACTS START 
    ===================================*/
    /* CONTACTS END 
    ===================================*/ }
    body main#content {
      overflow: hidden;
      padding-bottom: 300px; }
    body main .section {
      display: flex;
      position: relative; }
    body main .cta-link {
      color: var(--color-primary);
      font-size: 1.5rem;
      width: auto;
      max-width: 100%;
      position: static;
      text-transform: uppercase;
      text-decoration: none;
      transition: all .3s ease-in-out; }
      body main .cta-link:hover {
        color: var(--soft-white); }
      body main .cta-link::after {
        content: '>';
        padding-left: 1rem; }
    body main .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      transition: all .3s ease-in-out; }
    body main .header {
      width: 100%;
      height: 65vh;
      font-weight: 300;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      position: relative; }
      body main .header .heading {
        color: #fff;
        font-size: 3.7rem;
        line-height: 4rem;
        text-transform: uppercase;
        width: auto;
        max-width: 100%;
        position: static; }
    body main .showcase {
      padding: 3rem 0;
      font-weight: 300;
      text-transform: uppercase; }
      body main .showcase a {
        text-decoration: none; }
      body main .showcase .showcase-model-one {
        background-image: url("../img/bg/bg-scmodelone.png");
        background-size: cover;
        background-repeat: no-repeat;
        height: 520px;
        position: relative;
        transition: all .3s ease-in-out; }
        body main .showcase .showcase-model-one .text {
          padding: 2rem;
          max-width: 80%; }
          body main .showcase .showcase-model-one .text h2 {
            color: var(--black);
            font-weight: 300;
            transition: font-weight .1s ease-in-out; }
        body main .showcase .showcase-model-one .showcase-product {
          padding: 1rem 2rem; }
          body main .showcase .showcase-model-one .showcase-product img#pr {
            height: 315px;
            width: auto;
            transition: all .3s ease-in-out; }
          body main .showcase .showcase-model-one .showcase-product .lil-brands {
            position: absolute;
            bottom: .5rem;
            right: 1rem;
            width: 80px;
            height: 50px; }
            body main .showcase .showcase-model-one .showcase-product .lil-brands .wrapper {
              position: relative; }
        body main .showcase .showcase-model-one:hover .cta-link {
          letter-spacing: 2px; }
        body main .showcase .showcase-model-one:hover .showcase-product img#pr {
          transform: scale3d(1.05, 1.05, 1); }
      body main .showcase .showcase-model-two {
        background-size: cover;
        background-repeat: no-repeat;
        height: 520px;
        position: relative;
        transition: all .3s ease-in-out; }
        body main .showcase .showcase-model-two .text {
          padding: 2rem;
          max-width: 80%; }
          body main .showcase .showcase-model-two .text h2 {
            color: var(--soft-white);
            font-weight: 300;
            transition: font-weight .1s ease-in-out; }
        body main .showcase .showcase-model-two:hover .overlay {
          background-color: rgba(255, 255, 255, 0.15); }
        body main .showcase .showcase-model-two:hover .cta-link {
          letter-spacing: 2px; }
        body main .showcase .showcase-model-two:hover .showcase-product img#pr {
          transform: scale3d(1.05, 1.05, 1); }
    body main .partners {
      padding: 3rem 0; }
      body main .partners .container {
        padding-left: 3rem;
        padding-right: 3rem; }
      body main .partners h2 {
        color: var(--color-primary);
        font-weight: bold;
        text-transform: uppercase; }
      body main .partners .slick-track {
        display: flex; }
      body main .partners .slick-track .slick-slide {
        display: flex;
        height: auto;
        align-items: center;
        justify-content: center; }
    body main .case-studies {
      padding: 0 0 3rem;
      height: 500px; }
      body main .case-studies:hover .overlay {
        background-color: rgba(255, 255, 255, 0.05); }
      body main .case-studies:hover .cta-link {
        letter-spacing: 2px; }
    body main .about-us {
      padding: 3rem 0; }
      body main .about-us h2 {
        color: var(--black);
        font-weight: 300;
        transition: font-weight .1s ease-in-out; }
      body main .about-us span {
        color: var(--color-primary);
        font-size: 1.5rem;
        font-weight: normal; }
      body main .about-us .about-content {
        padding: 2rem 0; }
        body main .about-us .about-content .desc {
          font-family: 'Ubuntu', sans-serif;
          line-height: 2rem; }
        body main .about-us .about-content .about-image {
          position: relative; }
          body main .about-us .about-content .about-image img {
            transition: all .3s ease-in-out;
            border-radius: 5px; }
          body main .about-us .about-content .about-image:hover img {
            filter: brightness(80%); }
          body main .about-us .about-content .about-image .slick-track {
            display: flex; }
        body main .about-us .about-content .tagline {
          text-transform: uppercase;
          font-size: 2.5rem;
          padding: 1rem 0; }
          body main .about-us .about-content .tagline p {
            color: var(--color-primary);
            font-weight: 900;
            margin-bottom: 0; }
            body main .about-us .about-content .tagline p span {
              font-size: 2.5rem;
              color: var(--color-secondary); }
          body main .about-us .about-content .tagline:before {
            width: 38%;
            border: thin solid #000;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            content: '';
            font-size: 0;
            margin: auto; }
          body main .about-us .about-content .tagline:after {
            width: 38%;
            border: thin solid #000;
            position: absolute;
            left: 0;
            bottom: 0 !important;
            right: 0;
            content: '';
            font-size: 0;
            margin: auto; }
    body main .products {
      padding: 3rem 0; }
      body main .products h2 {
        color: var(--black);
        font-weight: 300; }
      body main .products h4 {
        font-family: 'Ubuntu',sans-serif;
        font-weight: bold;
        text-transform: uppercase; }
      body main .products .product-category {
        padding: 2rem 0 0; }
        body main .products .product-category .category {
          font: bold 1rem/1.2rem 'Ubuntu', sans-serif;
          text-transform: uppercase; }
          body main .products .product-category .category ul.engineer {
            padding-inline-start: 0;
            letter-spacing: -1px; }
          body main .products .product-category .category li {
            display: block;
            padding: 1.2rem 0;
            position: relative; }
            body main .products .product-category .category li a {
              color: var(--black);
              text-decoration: none;
              cursor: pointer;
              transition: all .3s ease-in-out; }
              body main .products .product-category .category li a.active {
                color: var(--color-primary); }
              body main .products .product-category .category li a span {
                font-size: 1.5rem;
                position: absolute;
                left: -30px; }
              body main .products .product-category .category li a:hover {
                color: var(--color-primary); }
        body main .products .product-category #category-sm {
          display: none; }
      body main .products .detail-category .cat-name {
        padding: 0 0 2rem;
        position: relative; }
        body main .products .detail-category .cat-name.cat-name-auto:after {
          width: 400px;
          width: 60%;
          left: 0;
          right: 0;
          margin: auto; }
        body main .products .detail-category .cat-name::after {
          position: absolute;
          bottom: 0;
          border: thin solid #000;
          width: 100%;
          content: ''; }
        body main .products .detail-category .cat-name .catname {
          position: relative;
          width: 100%;
          height: 70px;
          padding: 22px 3rem;
          text-align: center;
          background: #fff; }
          body main .products .detail-category .cat-name .catname::after {
            content: '';
            width: 100%;
            border: thin solid #000;
            position: absolute;
            left: 0;
            top: 50%;
            z-index: 1; }
          body main .products .detail-category .cat-name .catname h4 {
            background-color: #fff;
            /* Same as the parents Background */
            width: auto;
            display: inline-block;
            z-index: 3;
            padding: 0 2rem;
            position: relative;
            margin: 0; }
        body main .products .detail-category .cat-name .cat-brand img {
          width: 150px;
          height: auto;
          transition: all .3s ease-in-out; }
          body main .products .detail-category .cat-name .cat-brand img:hover {
            cursor: pointer;
            transform: scale3d(1.05, 1.05, 1); }
        body main .products .detail-category .cat-name .cat-brand.active {
          position: relative;
          transition: all .3s ease-in-out; }
          body main .products .detail-category .cat-name .cat-brand.active::after {
            position: absolute;
            bottom: -2rem;
            width: 80%;
            margin: auto;
            left: 0;
            right: 0;
            text-align: center;
            border-bottom: 10px solid #FBB03B;
            transition: all .3s ease-in-out;
            content: ''; }
        body main .products .detail-category .cat-name.special::after {
          display: none; }
        @media only screen and (min-width: 320px) and (max-width: 767px) {
          body main .products .detail-category .cat-name .m-brands .slick-prev {
            left: 15px;
            z-index: 2; }
          body main .products .detail-category .cat-name .m-brands .slick-next {
            right: 15px;
            z-index: 2; } }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          body main .products .detail-category .cat-name .m-brands .slick-prev {
            left: 0;
            z-index: 2; }
          body main .products .detail-category .cat-name .m-brands .slick-next {
            right: 0;
            z-index: 2; } }
      body main .products .detail-category .brand-name {
        padding-top: 3rem; }
        body main .products .detail-category .brand-name h2 {
          color: var(--black);
          font: bolder 2.5rem/3rem 'Ubuntu'; }
      body main .products .detail-category .brand-desc {
        padding-top: .5rem;
        font-weight: normal; }
      body main .products .detail-category .the-products {
        padding-top: 2.5rem; }
        body main .products .detail-category .the-products h4 {
          color: var(--black);
          font-family: 'Ubuntu',sans-serif;
          font-weight: bold; }
        body main .products .detail-category .the-products .image {
          padding: 1rem; }
        body main .products .detail-category .the-products .desc {
          font-weight: normal; }
          body main .products .detail-category .the-products .desc ul {
            padding-inline-start: 20px; }
      body main .products .detail-category .epc {
        padding: 3rem 1rem;
        position: relative; }
        body main .products .detail-category .epc::after {
          position: absolute;
          bottom: 0;
          border: thin dashed #1A1A1A;
          width: 100%;
          content: ''; }
        body main .products .detail-category .epc .special-image {
          position: relative; }
          body main .products .detail-category .epc .special-image img {
            transition: all .3s ease-in-out;
            border-radius: 5px; }
          body main .products .detail-category .epc .special-image:hover img {
            filter: brightness(80%); }
      body main .products .detail-category .cat-name-label {
        padding: 0 0 2rem;
        position: relative; }
        body main .products .detail-category .cat-name-label.cat-name-auto-label:after {
          width: 400px;
          width: 60%;
          left: 0;
          right: 0;
          margin: auto; }
        body main .products .detail-category .cat-name-label::after {
          position: absolute;
          bottom: 0;
          border: thin solid #000;
          width: 100%;
          content: ''; }
        body main .products .detail-category .cat-name-label .catname-label {
          position: relative;
          width: 100%;
          height: 70px;
          padding: 22px 3rem;
          text-align: center;
          background: #fff; }
          body main .products .detail-category .cat-name-label .catname-label::after {
            content: '';
            width: 100%;
            border: thin solid #000;
            position: absolute;
            left: 0;
            top: 50%;
            z-index: 1; }
          body main .products .detail-category .cat-name-label .catname-label h4 {
            background-color: #fff;
            /* Same as the parents Background */
            width: auto;
            display: inline-block;
            z-index: 3;
            padding: 0 2rem;
            position: relative;
            margin: 0; }
        body main .products .detail-category .cat-name-label .cat-brand-label img {
          width: 150px;
          height: auto;
          transition: all .3s ease-in-out; }
          body main .products .detail-category .cat-name-label .cat-brand-label img:hover {
            cursor: pointer;
            transform: scale3d(1.05, 1.05, 1); }
        body main .products .detail-category .cat-name-label .cat-brand-label.active {
          position: relative;
          transition: all .3s ease-in-out; }
          body main .products .detail-category .cat-name-label .cat-brand-label.active::after {
            position: absolute;
            bottom: -2rem;
            width: 80%;
            margin: auto;
            left: 0;
            right: 0;
            text-align: center;
            border-bottom: 10px solid #FBB03B;
            transition: all .3s ease-in-out;
            content: ''; }
        body main .products .detail-category .cat-name-label.special::after {
          display: none; }
        @media only screen and (min-width: 320px) and (max-width: 767px) {
          body main .products .detail-category .cat-name-label .m-brands-label .slick-prev {
            left: 15px;
            z-index: 2; }
          body main .products .detail-category .cat-name-label .m-brands-label .slick-next {
            right: 15px;
            z-index: 2; } }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          body main .products .detail-category .cat-name-label .m-brands-label .slick-prev {
            left: 0;
            z-index: 2; }
          body main .products .detail-category .cat-name-label .m-brands-label .slick-next {
            right: 0;
            z-index: 2; } }
      body main .products .detail-category .brand-name-label {
        padding-top: 3rem; }
        body main .products .detail-category .brand-name-label h2 {
          color: var(--black);
          font: bolder 2.5rem/3rem 'Ubuntu'; }
      body main .products .detail-category .brand-desc-label {
        padding-top: .5rem;
        font-weight: normal; }
      body main .products .detail-category .the-products-label {
        padding-top: 2.5rem; }
        body main .products .detail-category .the-products-label h4 {
          color: var(--black);
          font-family: 'Ubuntu',sans-serif;
          font-weight: bold; }
        body main .products .detail-category .the-products-label .image {
          padding: 1rem; }
        body main .products .detail-category .the-products-label .desc {
          font-weight: normal; }
          body main .products .detail-category .the-products-label .desc ul {
            padding-inline-start: 20px; }
      body main .products .detail-category .epc {
        padding: 3rem 1rem;
        position: relative; }
        body main .products .detail-category .epc::after {
          position: absolute;
          bottom: 0;
          border: thin dashed #1A1A1A;
          width: 100%;
          content: ''; }
        body main .products .detail-category .epc .special-image {
          position: relative; }
          body main .products .detail-category .epc .special-image img {
            transition: all .3s ease-in-out;
            border-radius: 5px; }
          body main .products .detail-category .epc .special-image:hover img {
            filter: brightness(80%); }
    body main .section.header.contact {
      height: unset; }
      body main .section.header.contact .maps {
        margin: 8rem 0 3rem;
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
        height: 0;
        width: 100%; }
        body main .section.header.contact .maps iframe {
          border: 0;
          left: 0;
          top: 0;
          height: 100%;
          width: 100%;
          position: absolute; }
    body main .contact-us {
      padding: 0 0 3rem; }
      body main .contact-us h2 {
        color: var(--black);
        font-weight: 300; }
      body main .contact-us .the-form {
        padding: .375rem .5rem;
        background-color: #eee;
        padding: 3rem 7rem; }
        body main .contact-us .the-form .form-control {
          border-radius: 0;
          background-color: #eee; }
          body main .contact-us .the-form .form-control:focus {
            color: var(--dark-grey);
            background-color: #f2f2f2;
            border-color: #495057;
            outline: 1;
            box-shadow: none; }
        body main .contact-us .the-form .btn-submit {
          color: #fff;
          padding: .5rem 2.5rem;
          border: none;
          border-radius: 10px;
          background-color: var(--color-primary);
          transition: all .3s ease-in-out; }
          body main .contact-us .the-form .btn-submit:hover {
            background-color: var(--color-secondary); }

.footer {
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 300px;
  background-color: var(--dark-grey); }
  .footer .footer-top {
    padding: 2rem 0; }
    .footer .footer-top h1 {
      text-align: right;
      text-transform: uppercase; }
    .footer .footer-top h4 {
      text-transform: uppercase;
      position: relative;
      text-align: right; }
      .footer .footer-top h4 .wa {
        font-weight: normal; }
        .footer .footer-top h4 .wa::before {
          content: url("../img/icons/ic_wa.png");
          position: absolute;
          left: 72px; }
    .footer .footer-top ul {
      font-weight: normal;
      margin-bottom: 0;
      padding-inline-start: 0; }
      .footer .footer-top ul.sosmed {
        text-align: right; }
      .footer .footer-top ul li {
        display: block; }
        .footer .footer-top ul li#icons {
          display: inline-block; }
          .footer .footer-top ul li#icons img {
            padding-left: .4rem; }
          .footer .footer-top ul li#icons a:hover img {
            filter: invert(100%); }
    .footer .footer-top a {
      color: #fff;
      text-decoration: none;
      transition: all .3s ease-in-out; }
      .footer .footer-top a:hover {
        color: var(--grey); }
  .footer .footer-copy {
    background-color: var(--black); }
    .footer .footer-copy span {
      padding: 1.2rem 0;
      margin-left: auto;
      font-family: 'Ubuntu', sans-serif;
      text-transform: uppercase; }

.image-overview {
  width: 200px;
  margin-left: 30%; }

.no-margin-bottom {
  margin-bottom: 0%; }

.no-margin-top {
  margin-top: 0%; }

.black h4 {
  color: black; }

.hover-menu {
  font-family: 'Lasindo', sans-serif;
  font-size: 12pt; }
  .hover-menu h5:hover {
    color: #fbb03b;
    cursor: pointer; }

.brand-black {
  color: black;
  font-size: 20pt;
  text-align: center; }

.content-space {
  margin-top: 5%;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: 50px; }

.content-space2 {
  margin-top: 5%;
  display: flex;
  flex-wrap: wrap;
  margin-right: 250px;
  margin-left: 10px; }

.content-lg-space {
  margin-left: 50%;
  margin-bottom: 10%; }

.title-overview {
  color: black;
  font-size: 12pt; }

.button-lg-lasindo {
  background-color: #fbb03b;
  color: white;
  width: 200px;
  height: 50px;
  float: left;
  margin-left: 37%; }

.button-flow-lasindo {
  background-color: #fbb03b;
  color: white; }

.modal-title-style {
  color: #d3d3d3;
  font-size: 12pt; }

.modal-space-fit {
  width: 470px;
  margin-top: 10px; }

.modal-button {
  width: 120px;
  height: 30px;
  background-color: #fbb03b;
  color: white; }

.no-border {
  border: none; }

.lasindo-color {
  background-color: #fbb03b; }

.table-lasindo-notitle {
  background-color: #fbb03b;
  width: 11%; }

.tab-download-label {
  background-color: #fbb03b;
  color: white;
  padding-right: 420px;
  border: none;
  display: block; }

.tab-download-i {
  font-size: 25px;
  margin-left: 10px;
  margin-top: 5px; }

.tab-video-center {
  margin-left: 20%; }

.tab-download-ul {
  list-style-type: none;
  margin-top: 2%; }

.tab-download-a {
  font-size: 12pt;
  color: black;
  font-family: 'Lasindo', sans-serif; }

.no-padding {
  padding: 0pt; }

.text-style {
  font-family: 'Lasindo', sans-serif; }
  .text-style p {
    margin-bottom: 0pt; }

.margin-left-25 {
  margin-left: 25%; }

.margin-left-20 {
  margin-left: 20%; }

.font-25 {
  font-size: 25pt; }

.font-12 {
  font-size: 12pt; }

.index-title-a {
  margin-bottom: 0;
  margin-left: 0%;
  text-align: center;
  font-size: 12pt;
  width: 100%;
  font-size: 12pt;
  height: 20px;
  color: black;
  font-family: sans-serif; }

.font-sans {
  font-family: sans-serif; }

td {
  font-family: sans-serif; }

.text-mandatory {
  font-size: 7pt;
  content: blue; }

.margin-left-12 {
  margin-left: 12pt; }
  .margin-left-12 #text {
    margin-bottom: 12pt; }

.i-download-label {
  margin-top: 2pt;
  position: relative;
  top: 5px; }

.label-name-position {
  position: relative;
  margin-bottom: 12pt;
  margin-left: 3pt; }

.label-name-position-flow {
  position: relative;
  margin-bottom: 12pt;
  margin-left: 3pt;
  bottom: 5px; }

.lighter-text p {
  font-weight: lighter; }

.flow-img-size {
  height: 150px; }

.img-follow {
  max-width: 100%;
  max-height: 100%; }

.flow-name {
  text-align: center;
  height: 47px;
  margin: 0; }

.flow-abbreviation {
  float: left;
  margin-left: 50%; }

.news-margin {
  margin-top: 5%;
  margin-left: 9%; }

.news-image-size {
  height: 100%;
  width: 100%;
  margin: auto;
  display: block; }

.news-title {
  margin-bottom: 0%;
  margin-top: 10%;
  right: 0px;
  left: 0px;
  margin-right: 5%;
  margin-left: 5%; }

.news-content-position {
  right: 0px;
  left: 0px;
  margin-right: 5%;
  margin-left: 5%; }

.news-content {
  display: block;
  overflow: hidden;
  font-size: 20pt;
  text-align: justify;
  font-family: sans-serif;
  font-weight: lighter; }

.news-limit-content {
  display: block;
  overflow: hidden;
  font-size: 12pt;
  text-align: justify;
  font-family: 'Lasindo', sans-serif;
  font-weight: lighter; }

.news-button-position {
  position: relative;
  margin-bottom: 10px; }

.news-button-style {
  float: left;
  margin-left: 150%;
  width: 200px;
  height: 50px;
  background-color: #fbb03b;
  color: white;
  position: relative; }

.news-pagenation-position {
  margin-top: 20px;
  position: relative;
  left: 0;
  right: 0;
  margin-left: 600%; }

.flow-title {
  color: black;
  font-size: 18pt; }

.margin-left-title a {
  margin-left: 20px; }

.table-spec-size {
  width: 250px; }

.coloumn-table-spec {
  width: 520px; }

.margin-abbreviation {
  margin-left: 100%; }

.submit-button-backoffice {
  margin-left: 7px;
  margin-bottom: 7px;
  float: right; }

.temp-img {
  max-width: 200px;
  max-height: 200px; }

.email-search {
  width: auto; }

@media (max-width: 768px) {
  .content-space {
    margin: auto; }

  .image-overview {
    margin-left: auto;
    margin: 25px; }

  .content-lg-space {
    margin: auto; }

  .no-margin-bottom {
    margin-bottom: auto; }

  .tab-download-label {
    padding-right: 0px; }

  .tab-video-center {
    margin-left: auto; }

  .content-space2 {
    margin-left: auto;
    margin-right: auto; }

  .margin-left-20 {
    margin-left: auto; }

  .filter-overview, .filter-spesification, .filter-download, .filter-video {
    position: relative !important;
    top: auto !important; } }
.title-pro {
  text-align: center;
  margin-bottom: 1rem; }

.title-temp {
  text-align: center;
  padding: 10px; }

.wa-ps {
  margin-top: 10px; }

.btn-footer {
  color: white;
  background-color: #fbb03b;
  width: 100%; }

.btn-footer-right {
  float: right; }

@media (max-width: 768px) {
  .btn-footer-right {
    float: left;
    padding-top: 20px; } }
.cap-img img {
  width: 100%;
  height: 100%; }

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