@import 'https://fonts.googleapis.com/css?family=Raleway:400,700';
/*!
// Contents
// ------------------------------------------------>

 1.  Global Styles
 2.  Typography
 3.	 Color
 4.	 Align
 5.	 Grid
 6.	 Blockquotes
 7.	 Background
 8.	 Breadcrumbs
 9.	 Buttons
 10. Forms
 11. Icons
 12. List
 13. Media
 14. Tabs
 15. Accordions
 16. Page Title
 17. Pagination
 18. Alerts
 19. Backtop
 20. Range
 21. Icon Box
 22. Misc
 23. Modals
 24. Animation
 25. Tables
 26. Heading
 27. Loading
 28. Header
 29. Menu
 30. Hero
 31. Team
 32. Testimonial
 33. Portfolio
 34. Feature
 35. Call To Action
 36. Counter
 37. Pricing Tables
 38. Blog
 39. Shop
 40. Contact
 41. Sidebar
 42. Footer
 43. 404
 44. Soon
 45. Maintenance
 46. Clients
 47. Process
 48. Skills
 49. Video
 50. Newsletter
 51. Timeline
 52. Carousel
 53. Divider
 54. Banner
 55. Number
 56. Pie Charts
 57. Side Nav
 58. Landing
 59. Layout Boxed
 60. Layout Bordered
 61. Layout Split

/*------------------------------------*\
    #GLOBAL STYLES
    \*------------------------------------*/

    body,
    html {
      overflow-x: hidden;
    }
    html {
      font-size: 13px;
    }
    body {
      background-color: #ffffff;
      font-family: 'Raleway', sans-serif;
      font-size: 13px;
      font-weight: 400;
      color: #aaaaaa;
      line-height: 1.5;
      margin: 0;
    }
    .wrapper {
      background-color: #fff;
    }
    * {
      outline: none;
    }
    ::-moz-selection {
      text-shadow: none;
    }
    ::selection {
      background-color: #080000;
      color: #ffffff;
      text-shadow: none;
    }
    a {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      color: #366;
    }
    a:hover {
      color: #d88700;
      text-decoration: none;
    }
    a:focus {
      color: #d88700;
      outline: none;
      text-decoration: none;
    }
    a:active {
      color: #d88700;
      outline: none;
      text-decoration: none;
    }
    textarea {
      resize: none;
    }
    button.btn {
      margin-bottom: 0;
    }
    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn.focus:active,
    .btn.active.focus {
      outline: none;
    }
    .modal-backdrop {
      z-index: 1020;
      background-color: rgba(34, 34, 34, 0.95);
    }
    .fullscreen {
      height: 100vh !important;
    }
    /* Custom, iPhone Retina */
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */
    @media only screen and (max-width: 992px) {
      .fullscreen {
        height: auto !important;
      }
    }
/*------------------------------------*\
    #TYPOGRAPHY
    \*------------------------------------*/
    /* Heading Text */
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      color: #363636;
      font-family: 'Raleway', sans-serif;
      font-weight: 700;
      margin: 0 0 28px;
      line-height: 1;
    }
    .h1,
    h1 {
      font-size: 52px;
    }
    .h2,
    h2 {
      font-size: 42px;
    }
    .h3,
    h3 {
      font-size: 38px;
    }
    .h4,
    h4 {
      font-size: 32px;
    }
    .h5,
    h5 {
      font-size: 24px;
    }
    .h6,
    h6 {
      font-size: 18px;
    }
    p {
      color: #30323a;
      font-size: 13px;
      font-weight: 400;
      line-height: 22px;
    }
    .lead {
      font-size: 16px;
      line-height: 1.8;
    }
    /* Aligning Text */
    .text--left {
      text-align: left !important;
    }
    .text--right {
      text-align: right !important;
    }
    .text--center {
      text-align: center !important;
    }
    .text--just {
      text-align: justify !important;
    }
    .align--top {
      vertical-align: top;
    }
    .align--bottom {
      vertical-align: bottom;
    }
    .align--middle {
      vertical-align: middle;
    }
    .align--baseline {
      vertical-align: baseline;
    }
    /* Weight Text */
    .bold {
      font-weight: 700 !important;
    }
    .regular {
      font-weight: normal;
    }
    .italic {
      font-style: italic;
    }
    .break-word {
      word-wrap: break-word;
    }
    .no-wrap {
      white-space: nowrap;
    }
    /* Text Color */
    .text-white {
      color: #ffffff !important;
    }
    .text-gray {
      color: #f6f7fb !important;
    }
    .text-black {
      color: #363636;
    }
    .text-gold {
      color: #273e74;
    }
    .text-theme {
      color: #080000;
    }
    .text--uppercase {
      text-transform: uppercase !important;
    }
    .font-heading {
      font-family: 'Raleway', sans-serif;
    }
    .font-body {
      font-family: 'Raleway', sans-serif;
    }
    .fw-normal{
      font-weight: normal;
    }
    .fw-light{
      font-weight: 300;
    }
    .fz14 {
      font-size: 14px;
    }
    .fz18 {
      font-size: 18px;
    }
    .fz24 {
      font-size: 24px;
    }
    .fz36 {
      font-size: 36px;
    }
    .fz42 {
      font-size: 42px;
    }
    .fz48 {
      font-size: 48px;
    }
    .mt15 {
      margin-top: 15px;
    }
    .pd10 {
      padding: 10px;
    }
    /* Custom, iPhone Retina */
    @media (max-width: 768px) {
      .text-center-xs {
        text-align: center !important;
      }
    }
    /* Small Devices, Tablets */
    @media (max-width: 992px) {
      .text-center-sm {
        text-align: center !important;
      }
    }
    .higlighted-style1 {
      background-color: #080000;
      color: #fff;
      padding: 5px 0;
    }
    .higlighted-style2 {
      background-color: #363636;
      color: #fff;
      padding: 5px 0;
    }
    .higlighted-style3 {
      background-color: #f6f7fb;
      color: #080000;
      padding: 5px 0;
    }
    @media (max-width: 480px) {
      .titulo-principal {
        font-size: 24px;
      }
      .titulo-principal small {
        font-size: 14px;
      }
      .titulo-square {
        padding-left: 30px;
        font-size: 30px;
      }
      .titulo-square small {
        font-size: 18px;
      }
      .item-produto{
        min-height: 250px;
      }
      .item-produto p{
        font-size: 15px;
        padding: 5px; 
      }
    }
  /*------------------------------------*\
    #COLORS
    \*------------------------------------*/
    .color-heading {
      color: #363636 !important;
    }
    .color-theme {
      color: #080000 !important;
    }
    .color-theme-2 {
      color: #273e74 !important;
    }
    .color-white {
      color: #ffffff !important;
    }
    .color-gray {
      color: #f6f7fb !important;
    }
/*------------------------------------*\
    #Align
    \*------------------------------------*/
    address,
    blockquote,
    dd,
    dl,
    fieldset,
    form,
    ol,
    p,
    pre,
    table,
    ul {
      margin-bottom: 20px;
    }
    section {
      padding-top: 100px;
      padding-bottom: 150px;
    }
/*#reviews{
  padding-top: 150px;
  padding-bottom: 60px;
  }*/
  /* All margin */
  .m-0 {
    margin: 0 !important;
  }
  .m-xs {
    margin: 10px;
  }
  .m-sm {
    margin: 20px;
  }
  .m-md {
    margin: 40px;
  }
  .m-lg {
    margin: 80px;
  }
  /* top margin */
  .mt-0 {
    margin-top: 0;
  }
  .mt-xs {
    margin-top: 10px;
  }
  .mt-10 {
    margin-top: 10px !important;
  }
  .mt-20 {
    margin-top: 20px !important;
  }
  .mt-30 {
    margin-top: 30px !important;
  }
  .mt-40 {
    margin-top: 40px !important;
  }
  .mt-50 {
    margin-top: 50px !important;
  }
  .mt-60 {
    margin-top: 60px;
  }
  .mt-70 {
    margin-top: 70px !important;
  }
  .mt-80 {
    margin-top: 80px !important;
  }
  .mt-90 {
    margin-top: 90px !important;
  }
  .mt-100 {
    margin-top: 100px !important;
  }
  .mt-150 {
    margin-top: 150px;
  }
  /* bottom margin */
  .mb-0 {
    margin-bottom: 0 !important;
  }
  .mb-15 {
    margin-bottom: 15px;
  }
  .mb-10 {
    margin-bottom: 10px !important;
  }
  .mb-20 {
    margin-bottom: 20px !important;
  }
  .mb-30 {
    margin-bottom: 30px !important;
  }
  .mb-50 {
    margin-bottom: 50px !important;
  }
  .mb-40 {
    margin-bottom: 40px !important;
  }
  .mb-60 {
    margin-bottom: 60px !important;
  }
  .mb-70 {
    margin-bottom: 70px !important;
  }
  .mb-80 {
    margin-bottom: 80px !important;
  }
  .mb-90 {
    margin-bottom: 90px !important;
  }
  .mb-100 {
    margin-bottom: 100px !important;
  }
  .mb-150 {
    margin-bottom: 150px !important;
  }
  /* right margin */
  .mr-0 {
    margin-right: 0;
  }
  .mr-30 {
    margin-right: 30px !important;
  }
  .mr-50 {
    margin-right: 50px;
  }
  .mr-60 {
    margin-right: 60px;
  }
  .mr-150 {
    margin-right: 150px;
  }
  /* left margin */
  .ml-0 {
    margin-left: 0;
  }
  .ml-xs {
    margin-left: 10px;
  }
  .ml-sm {
    margin-left: 20px;
  }
  .ml-md {
    margin-left: 40px;
  }
  .ml-lg {
    margin-left: 80px;
  }
  .ml-30 {
    margin-left: 30px !important;
  }
  .ml-50 {
    margin-left: 50px;
  }
  .ml-60 {
    margin-left: 60px;
  }
  .ml-150 {
    margin-left: 150px;
  }
  /* All padding */
  .p-0 {
    padding: 0 !important;
  }
  .p-xs {
    padding: 10px;
  }
  .p-sm {
    padding: 20px;
  }
  .p-md {
    padding: 40px;
  }
  .p-lg {
    padding: 80px;
  }
  /* top padding */
  .pt-0 {
    padding-top: 0 !important;
  }
  .pt-20 {
    padding-top: 20px !important;
  }
  .pt-30 {
    padding-top: 30px !important;
  }
  .pt-40 {
    padding-top: 40px !important;
  }
  .pt-50 {
    padding-top: 50px;
  }
  .pt-60 {
    padding-top: 60px;
  }
  .pt-70 {
    padding-top: 70px !important;
  }
  .pt-80 {
    padding-top: 80px;
  }
  .pt-90 {
    padding-top: 90px;
  }
  .pt-100 {
    padding-top: 100px !important;
  }
  .pt-150 {
    padding-top: 150px !important;
  }
  /* bottom padding */
  .pb-0 {
    padding-bottom: 0 !important;
  }
  .pb-30 {
    padding-bottom: 30px;
  }
  .pb-50 {
    padding-bottom: 50px;
  }
  .pb-60 {
    padding-bottom: 60px;
  }
  .pb-70 {
    padding-bottom: 70px !important;
  }
  .pb-80 {
    padding-bottom: 80px;
  }
  .pb-90 {
    padding-bottom: 90px;
  }
  .pb-100 {
    padding-bottom: 100px !important;
  }
  /* right padding */
  .pr-0 {
    padding-right: 0;
  }
  .pr-xs {
    padding-right: 10px;
  }
  .pr-sm {
    padding-right: 20px;
  }
  .pr-md {
    padding-right: 40px;
  }
  .pr-lg {
    padding-right: 80px;
  }
  .pr-15 {
    padding-right: 15px !important;
  }
  .pr-30 {
    padding-right: 30px !important;
  }
  .pr-50 {
    padding-right: 50px;
  }
  .pr-60 {
    padding-right: 60px;
  }
  .pr-100 {
    padding-right: 100px !important;
  }
  .pr-150 {
    padding-right: 150px;
  }
  /* left padding */
  .pl-0 {
    padding-left: 0 !important;
  }
  .pl-30 {
    padding-left: 30px;
  }
  .pl-50 {
    padding-left: 50px;
  }
  .pl-60 {
    padding-left: 60px;
  }
  .pl-100 {
    padding-left: 100px !important;
  }
  .pl-150 {
    padding-left: 150px;
  }
  .displone {
    display:  none;
  }
  /* Postions */
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .absolute {
    position: absolute;
  }
  .static {
    position: static;
  }
  /* Zindex*/
  .zindex-1 {
    z-index: 1;
  }
  .zindex-2 {
    z-index: 2;
  }
  .zindex-3 {
    z-index: 3;
  }
  .slick-dots {
    display: block;
    width: 100%;
    margin: 60px 0 0;
    text-align: center;
    padding-left: 0;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .slick-dots li button {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    border: 0;
    outline: none;
    border: 0px solid #273e74;
    background-color: #273e74;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-appearance: none;
    appearance: none;
  }
  .slick-dots li button:hover {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    -webkit-opacity: 0.75;
    opacity: 0.75;
  }
  .slick-dots li.slick-active button {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
  /* Borders */
  .bdr{
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
  }
  .border-all {
    border: 1px solid #080000;
  }
  .border-top {
    border-top: 1px solid #080000;
  }
  .border-bottom {
    border-bottom: 1px solid #080000;
  }
  .border-right {
    border-right: 1px solid #080000;
  }
  .border-left {
    border-left: 1px solid #080000;
  }
  /* Display */
  .inline {
    display: inline;
  }
  .block {
    display: block;
  }
  .inline-block {
    display: inline-block;
    vertical-align: middle;
  }
  .hide {
    display: none;
  }
  .flex {
    display: flex;
  }
  .display-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: initial;
    -moz-flex-flow: initial;
    flex-flow: initial;
  }
  .display-flex:before,
  .display-flex:after {
    display: none;
  }
  .flex-list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .flex-stretch {
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .flex-reverse {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex-column {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .flex-nowrap {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-start {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .flex-space-between {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .flex-space-around {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .align-self-end {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    align-self: flex-end;
  }

  .item-plano {
    width: 100%;
    height: 100%;
    padding: 30px;
    background: #fff;
    color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 5px 30px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 5px 30px rgba(0,0,0,0.15);
    box-shadow: 0 5px 30px rgba(0,0,0,0.15);
  }
  .item-plano .ribbon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 15px 30px;
    background: #08c;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.1em;
}
.item-plano .ribbon:before, .item-plano .ribbon:after {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    height: 0;
    width: 0;
    border: 30px solid #08c;
    border-right: 0;
    border-left: 15px solid transparent;
  }
    .item-plano .ribbon:after {
    right: auto;
    left: 100%;
    border-left: 0;
    border-right: 15px solid transparent
  }
  .fz36 {
    font-size: 36px;
}
.mb15 {
    margin-bottom: 15px;

}
.item-plano > ul {
    display: block;
    width: 100%;
    padding-left: 0;

}








 .item-planopago {
    width: 100%;
    height: 100%;
    padding: 30px;
    background: #fff;
    color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 5px 30px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 5px 30px rgba(0,0,0,0.15);
    box-shadow: 0 5px 30px rgba(0,0,0,0.15);
  }
  .item-planopago .ribbon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 15px 30px;
    background: #08c;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.1em;
}
.item-planopago .ribbon:before, .item-plano .ribbon:after {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    height: 0;
    width: 0;
    border: 30px solid #08c;
    border-right: 0;
    border-left: 15px solid transparent;
  }
    .item-planopago .ribbon:after {
    right: auto;
    left: 50%;
    border-left: 0;
    border-right: 15px solid transparent
  }
  .fz36 {
    font-size: 36px;
}
.mb15 {
    margin-bottom: 15px;
    
}
.item-planopago > ul {
    display: block;
    width: 50%;
    padding-left: 0;

}
.item-planopago > ul {
    display: block;
    width: 50%;
    padding-left: 0;
}

.item-planopago > ul li:nth-child(odd) {
    background: #d8e2e7;
}
.item-planopago > ul li {
    display: block;
    padding: 10px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 18px;
    letter-spacing: 0.05em;
}
.item-planopago .square-icon {
  margin: auto;
}







.item-planopagofull {
    width: 40%;
    height: 50%;
    padding: 0px;
    
    
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    
    position: absolute;

    
    left: 300px;
    top: 204px;   

    
  }
  .item-planopagofull .ribbon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 15px 30px;
    background: #08c;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.1em;
}
.item-planopagofull .ribbon:before, .item-plano .ribbon:after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    height: 0;
    width: 0;
    border: 30px solid #08c;
    border-right: 0;
    border-left: 15px solid transparent;
  }
    .item-planopagofull .ribbon:after {
    right: auto;
    left: 50%;
    border-left: 60px;
    border-right: 15px solid transparent
  }
  .fz36 {
    font-size: 36px;
}
.mb15 {
    margin-bottom: 15px;
    
}

.item-planopagofull > ul {
    display: block;
    width: 100%;
    padding-left: 0px;

}

.item-planopagofull > ul li:nth-child(odd) {
    background: #d8e2e7;
}
.item-planopagofull > ul li {
    display: block;
    padding: 10px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 18px;
    letter-spacing: 0.05em;
}
.item-planopagofull .square-icon {
  margin: auto;
}












.item-plano > ul li:nth-child(odd) {
    background: #d8e2e7;
}
.item-plano > ul li {
    display: block;
    padding: 10px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 18px;
    letter-spacing: 0.05em;
}
.item-plano .square-icon {
  margin: auto;
}
  @media only screen and (max-width: 767px) {
    .text-center-xs {
      text-align: center !important;
    }
    .p-lg{
      padding-top: 0;
      padding-right: 15px;
      padding-left: 15px;
    }
    .pull-none-xs {
      float: none !important;
      text-align: center !important;
    }
    .mb-15-xs {
      margin-bottom: 15px;
    }
    .mb-30-xs {
      margin-bottom: 30px !important;
    }
    .mb-50-xs {
      margin-bottom: 50px;
    }
    .mb-60-xs {
      margin-bottom: 60px !important;
    }
    .p-none-xs {
      padding-right: 0;
      padding-left: 0;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .text-center-sm {
      text-align: center !important;
    }
    .mb-0-sm {
      margin-bottom: 0;
    }
    .mb-15-sm {
      margin-bottom: 15px;
    }
    .mb-30-sm {
      margin-bottom: 30px !important;
    }
    .mb-50-sm {
      margin-bottom: 50px;
    }
    .mb-60-sm {
      margin-bottom: 60px;
    }
    .pb-15-sm {
      padding-bottom: 15px;
    }
    .pb-30-sm {
      padding-bottom: 30px;
    }
    .pb-50-sm {
      padding-bottom: 50px;
    }
    .pb-60-sm {
      padding-bottom: 60px;
    }
    .p-none-sm {
      padding-right: 0;
      padding-left: 0;
    }
    .pull-none-sm {
      float: none !important;
      text-align: center !important;
    }
  }
  @media (max-width: 992px) {
    .block-sm {
      display: block !important;
    }
  }
  .border-b {
    border-bottom: 1px solid #f6f7fb;
  }
/*------------------------------------*\
    #Grid
    \*------------------------------------*/
    .row-no-padding [class*="col-"] {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
    .col-lg-5ths,
    .col-md-5ths,
    .col-sm-5ths,
    .col-xs-5ths {
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    .col-xs-5ths {
      width: 20%;
      float: left;
    }
    @media (min-width: 768px) {
      .col-sm-5ths {
        width: 20%;
        float: left;
      }
    }
    @media (min-width: 992px) {
      .col-md-5ths {
        width: 20%;
        float: left;
      }
    }
    @media (min-width: 1200px) {
      .col-lg-5ths {
        width: 20%;
        float: left;
      }
    }
    .col-content {
      padding: 120px 100px 90px 120px;
    }
    /* Custom, iPhone Retina */
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      .col-content {
        padding: 40px !important;
      }
    }
    /* Small Devices, Tablets */
    .col-img {
      height: 600px !important;
      padding: 60px;
      overflow: hidden;
    }
    /* Custom, iPhone Retina */
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      .col-img {
        height: auto;
        min-height: 600px;
      }
    }
    /* Postion Helpers */
    .pos-fixed {
      position: fixed;
    }
    .pos-relative {
      position: relative;
    }
    .pos-absolute {
      position: absolute;
    }
    .pos-static {
      position: static;
    }
    .pos-top {
      top: 0;
    }
    .pos-bottom {
      bottom: 0;
    }
    .pos-right {
      right: 0;
    }
    .pos-left {
      left: 0;
    }
    .pos-vertical-center {
      position: relative;
      top: 50%;
      -webkit-transform: perspective(1px) translateY(-50%);
      -moz-transform: perspective(1px) translateY(-50%);
      -o-transform: perspective(1px) translateY(-50%);
      transform: perspective(1px) translateY(-50%);
    }
    .height-700 {
      height: 700px !important;
    }
    .height-500 {
      height: 500px !important;
    }
    .height-800 {
      height: 800px !important;
    }
    @media only screen and (min-width: 1200px) {
      .hidden-lg{
        display: none;
      }
    }
    @media only screen and (min-width: 992px) {
      .hidden-md {
        display: none;
      }
    }
/*------------------------------------*\
    #BACKGROUNDS
    \*------------------------------------*/
    .bg-theme {
      background-color: #273e74 !important;
    }
    .bg-theme-2 {
      background-color: #273e74 !important;
    }
    .bg-gray {
      background-color: #f6f7fb;
      background-color: #C2CDE3;
    }
    .bg-white {
      background-color: #ffffff !important;
    }
    .bg-dark {
      background-color: #363636 !important;
    }
    /* Background Image */
    .bg-section {
      position: relative;
      overflow: hidden;
      z-index: 1;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -ms-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      /*background-attachment: fixed;*/
      background-repeat: no-repeat;
      background-position: center center;
      width: 100%;
      height: 100%;
    }
    .bg-overlay:before {
      content: "";
      display: inline-block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 0;
    }
    .bg-overlay-light:before {
      background-color: #ffffff;
      opacity: 0.8;
    }
    .bg-overlay-dark:before {
      background-color: #080000;
      opacity: 0.5;
    }
    .bg-overlay-theme:before {
      background-color: #080000;
      opacity: 0.7;
    }
    .bg-parallex {
      background-attachment: fixed;
    }
    .bg-ytvideo.bg-overlay:before {
      z-index: 1;
      opacity: .7;
    }
    /* Background Video */
    .bg-ytvideo {
      position: absolute !important;
      height: 100%;
      width: 100%;
      top: 0;
      z-index: 0 !important;
    }
    .bg-video {
      width: 100%;
      overflow: hidden;
      behavior: url(http://landing.zytheme.com/PIE.htc);
      transform: translateZ(0);
      display: block;
      border-radius: 0;
    }
    .bg-video iframe {
      display: block;
      position: absolute;
      z-index: -2;
    }
    .bg-video .bg-player {
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute;
      top: 0;
      width: 100%;
      background: url(polina.html) no-repeat;
      min-height: 500px;
    }
    .bg-video .vidbg {
      min-width: 100%;
      min-height: 100%;
    }
    .bg-vyoutube {
      z-index: 550;
      text-align: center;
      height: 100%;
      min-height: 100%;
      position: relative;
      overflow: hidden;
    }
/*------------------------------------*\
    #BUTTONS
    \*------------------------------------*/
    .btn {
      font-family: 'Raleway', sans-serif;
      position: relative;
      z-index: 2;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
      text-align: center;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      padding: 0;
      padding: 18px 30px;
      border: 0;
      white-space: normal;
    }
    .btn.active,
    .btn:active {
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
    }
    /* Button Primary */
    .btn--primary {
      font-size: 16px;
      letter-spacing: 1px;
      background-color: #12700D;
      color: #ffffff;
      border-color: #12700D;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
    }
    .btn--primary:active,
    .btn--primary:focus,
    .btn--primary:hover {
      background-color: #fff;
      border-color: #273e74;
      color: #08c;
    }
    .bg-theme-2 .btn--primary {
      background: #12700D;
    }
    .bg-theme-2 .btn--primary:active,
    .bg-theme-2 .btn--primary:focus,
    .bg-theme-2 .btn--primary:hover {
      background-color: #FFF;
    }
    .bg-dark .btn--primary:active,
    .bg-dark .btn--primary:focus,
    .bg-dark .btn--primary:hover {
      background-color: #FF8932;
      color: #ffffff;
    }
    /* Button Secondary*/
    .btn--secondary {
      background-color: #080000;
      color: #fff;
    }
    .btn--secondary:active,
    .btn--secondary:focus,
    .btn--secondary:hover {
      background-color: #98d083;
      color: #ffffff;
    }
    /* Button White */
    .btn--white {
      background-color: #ffffff;
      color: #363636;
      border: 1px solid #ffffff;
      border-radius: 4px;
    }
    .btn--white:active,
    .btn--white:focus,
    .btn--white:hover {
      background-color: #080000;
      color: #ffffff;
      border-color: #080000;
    }
    /* Button Block */
    .display-block{
      display: block;
    }
    .btn--block {
      width: 100%;
    }
    .btn--auto {
      width: auto;
    }
    /* Button Rounded */
    .btn--rounded {
      border-radius: 26px;
    }
    /* Button Bordered */
    .btn--bordered {
      background-color: transparent;
    }
    .btn--bordered.btn--primary {
      color: #080000;
      border-color: #080000;
    }
    .btn--bordered.btn--primary:active,
    .btn--bordered.btn--primary:focus,
    .btn--bordered.btn--primary:hover {
      color: #ffffff;
      background-color: #080000;
      border-color: #080000;
    }
    .btn--bordered.btn--secondary {
      color: #2c303d;
      border-color: #e0e0e0;
    }
    .btn--bordered.btn--secondary:active,
    .btn--bordered.btn--secondary:focus,
    .btn--bordered.btn--secondary:hover {
      color: #ffffff;
      background-color: #363636;
      border-color: #363636;
    }
    .btn--bordered.btn--white {
      color: #ffffff;
      border-color: #ffffff;
    }
    .btn--bordered.btn--white:active,
    .btn--bordered.btn--white:focus,
    .btn--bordered.btn--white:hover {
      color: #080000;
      background-color: #ffffff;
      border-color: #ffffff;
    }
    .btn--white.btn--secondary {
      color: #363636;
      border-color: #ffffff;
      background-color: #ffffff;
    }
    .btn--white.btn--secondary:active,
    .btn--white.btn--secondary:focus,
    .btn--white.btn--secondary:hover {
      color: #ffffff;
      background-color: #080000;
      border-color: #080000;
    }
/* .bg-theme .btn--primary,
.bg-overlay-theme .btn--primary {
  background-color: #363636;
  color: #ffffff;
  border: none;
  } */
  .portfolio-filter li a.active-filter,
  .portfolio-filter li a:hover {
    color: #080000;
  }
  .navbar-toggle {
    border-color: #080000;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-top: 35px;
  }

  #servicos .slick-track {
    display: flex !important;
    align-items: stretch;
  }
/*------------------------------------*\
    #FORMS
    \*------------------------------------*/
    label {
      font-weight: 300;
      margin-bottom: 5px;
      color: #000;
    }
::-webkit-input-placeholder { /* Chrome */
  color: #000 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000 !important;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #000 !important;
  opacity: 1;
}

    .form-control {
      color: #000;
      font-family: 'Raleway', sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 45px;
      height: 45px;
      border: 2px solid rgba(0,0,0,.75);
      background: transparent;
      padding-left: 24px;
      margin-bottom: 15px;
      position: relative;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
    }
    .form-control:focus {
      border-color: #000;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
    }
    .form-control.touched {
      border-color: #000;
    }
    .form-control.error {
      border-color: #273e74;
      -webkit-animation-duration: 0.8s;
      -moz-animation-duration: 0.8s;
      animation-duration: 0.8s;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: shake;
      -moz-animation-name: shake;
      animation-name: shake;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden;
    }
    /* Placeholder */
    .form-control::-webkit-input-placeholder {
      color: rgba(255,255,255,.5);
    }
    .form-control:-moz-placeholder {
      color: rgba(255,255,255,.5);
    }
    .form-control::-moz-placeholder {
      color: rgba(255,255,255,.5);
    }
    .form-control:-ms-input-placeholder {
      color: rgba(255,255,255,.5);
    }
    .input-group {
      border-radius: 25px;
      border: 1px solid #e0e0e0;
      background-color: transparent;
      overflow: hidden;
      padding: 0;
    }
    .input-group .btn {
      border-radius: 0 25px 25px 0;
    }
    .input-group .input-group-btn {
      overflow: hidden;
    }
    /* Custom, iPhone Retina */
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      .input-group .btn {
        width: 120px;
      }
    }
    /* Small Devices, Tablets */
/*------------------------------------*\
    #Heading
    \*------------------------------------*/
    .heading .heading--title {
      font-family: 'Bree Rg', sans-serif;
      font-size: 48px;
      font-weight: 700;
      letter-spacing: 1px;
      line-height: 1;
      margin-bottom: 30px;
      color: #273e74;
    }
    .heading .heading--title:after{
      content: '';
      display: block;
      margin: 15px auto 0;
      width: 150px;
      height: 30px;
      background: url(../images/div-titulo.png) no-repeat center center;
    }
    .heading .heading--desc {
      font-size: 18px;
      font-weight: 400;
      line-height: 24px;
      margin-bottom: 0;
      padding: 0 30px;
    }
    .divider--line {
      position: relative;
      height: 2px;
    }
    .divider--line:after {
      position: absolute;
      content: "";
      height: 2px;
      width: 50px;
      background-color: #080000;
      bottom: 0;
      left: 0;
      margin: 0 auto;
    }
    .divider--center:after {
      left: 50%;
      margin-left: -25px;
    }
    .heading .divider--line + .heading--desc {
      margin-top: 30px;
    }
    .heading .heading--desc + .divider--line {
      margin-top: 37px;
    }
    /* Custom, iPhone Retina */
    @media only screen and (max-width: 767px) {
      .heading .heading--title {
        font-size: 36px;
      }
      .slick-slide{
        padding: 0 10px;
      }
    }
    /* Small Devices, Tablets */
/*------------------------------------*\
    #LOADING-SECTION
    \*------------------------------------*/
    .preloader {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: fixed;
      z-index: 99999;
      background-color: #ffffff;
      overflow: hidden;
    }
/*------------------------------------*\
    #HEADER
    \*------------------------------------*/
    .header {
      height: 100px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 99;
    }
    .header-transparent {
      background-color: transparent;
    }
    .header-transparent + .mtop-100,
    .header-transparent + .page-title {
      position: relative;
      /* margin-top: -100px; */
    }
/*------------------------------------*\
    #Menu
    \*------------------------------------*/
    .header .navbar-collapse {
      padding-right: 0;
      padding-left: 0;
    }
    .header .navbar {
      margin-bottom: 0;
      border-radius: 0;
      border: none;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    }
    .header .navbar.affix {
      top: 0;
    }
    .header .navbar-nav {
      display: none;
    }
    .header .navbar.affix .navbar-nav {
      display: block;
    }
    .header-bordered .navbar {
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
    .container>.navbar-header{
      margin-left: auto;
      margin-right: auto;
      display: block;
      width: 200px;
      float: none;
    }
    .header .navbar .logo {
      max-width: 100%;
      width: 225px;
      height: 200px;
      position: relative;
      float: left;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    }
    .header .navbar .logo img{
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      position: absolute;
      top: 0px;
      left: 0;
    }
    .header-fixed .navbar.affix .logo {
      height: 75px;
    }
    .header-fixed .navbar.affix .logo img {
      border-color: #fff;
      -webkit-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.09);
      -moz-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.09);
      -ms-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.09);
      box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.09);
    }
    .navbar-nav:not(.nav-pos-right) {
      margin-right: 200px;
    }
    .nav-bordered-right {
      margin-right: 30px;
    }
    .nav-bordered-right + .module:first-of-type:before {
      position: relative;
      margin-left: 12px;
    }
    .nav-bordered-right + .module:first-of-type:before {
      position: absolute;
      top: 50%;
      margin-top: -13px;
      left: -46px;
      content: "";
      width: 2px;
      height: 26px;
      background-color: #c9c9c9;
    }
    .affix .nav-bordered-right + .module:first-of-type:before {
      background-color: #c9c9c9;
    }
    .navbar-nav > li {
      margin-right: 32px;
    }
    .navbar-nav > li > a {
      font-size: 16px;
      font-weight: 400;
      line-height: 100px;
      color: #ffffff;
      padding: 0;
    }
    .nav .open > a,
    .nav .open > a:focus,
    .nav .open > a:hover {
      background-color: transparent;
      border: none;
    }
    .navbar-nav > li.active > ul {
      margin-top: 0;
    }
    .navbar-nav > li > a:focus,
    .navbar-nav > li > a:hover {
      background-color: transparent;
      color: #ffffff;
    }
    /* Menu Level #1 */
    .navbar-nav > li > a:before {
      position: absolute;
      bottom: -1px;
      left: 0;
      right: 0;
      margin: auto;
      width: 0;
      height: 3px;
      background: transparent;
      content: '';
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      transition: all 0.4s;
    }
    .navbar-nav > li > a:hover::before,
    .navbar-nav > li.active > a:before {
      background-color: #ffffff;
      width: 100%;
    }
    .transparent-header .navbar {
      background-color: transparent;
      height: 101px;
    }
    /* Header Light */
    .header-light {
      background-color: #ffffff;
    }
/*
.header-light .navbar .logo-dark {
  display: inline-block;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100);
  opacity: 1;
}
.header-light .navbar .logo-light {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  opacity: 0;
}
*/
.header-light .navbar .navbar-nav > li > a:hover::before,
.header-light .navbar .navbar-nav > li.active > a:before {
  background-color: #222222;
}
/* Header Fixed */
.header-fixed .affix {
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
  display: block;
}
/*
.header-fixed:not(.header-light) .navbar .logo-dark {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  opacity: 0;
}
*/
.header-fixed .navbar.affix .logo-dark {
  display: inline-block;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100);
  opacity: 1;
}
/*
.header-fixed .navbar.affix .logo-light {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  opacity: 0;
}
*/
.header-fixed .navbar.affix .module .module-icon i,
.header-fixed .navbar.affix .navbar-nav > li > a {
  color: #323232;
}
.header-fixed .navbar.affix .navbar-nav > li > a:hover::before{
  background-color: #080000;
}
.header-fixed .navbar.affix .navbar-nav > li.active > a:before {
  background-color: #273e74;
}
/* Header Centered */
.header-centered {
  height: 255px;
}
.header-centered .navbar-collapse {
  padding-right: 260px;
  padding-left: 260px;
}
.header-centered .navbar {
  top: 155px;
}
.header-centered .navbar.affix {
  top: 0;
}
.header-centered .logo-centered {
  padding-top: 50px;
  padding-bottom: 25px;
}
/* Header With Top Bar */
.header-topbar {
  height: 155px;
}
.header-topbar .navbar {
  top: 55px;
}
.header-topbar .navbar.affix {
  top: 0;
}
/* Header #3 */
.header-3 .navbar-nav {
  margin-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.header-3 .navbar + .module:first-of-type:before {
  position: relative;
  margin-left: 12px;
}
/* Header #5 */
.header-5 .container-fluid {
  padding-right: 0;
}
.header-5 .module {
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.header-5 .module .module-icon {
  margin-left: 25px;
  margin-right: 25px;
}
/* Header #5 */
.header-6 .container-fluid {
  padding-right: 0;
}
.header-6 .navbar {
  min-height: 79px;
}
.header-6 .navbar .logo {
  height: 79px;
  line-height: 79px;
}
.header-6 .module .module-icon {
  line-height: 79px;
}
.header-6 .module .module-label {
  top: 24px;
  right: 17px;
  left: auto;
}
.header-6 .navbar-nav > li {
  margin-right: 0;
}
.header-6 .navbar-nav > li > a {
  padding-right: 32px;
  padding-left: 32px;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  line-height: 79px;
}
.header-6 .navbar-nav > li > .menu-item:before {
  display: none;
}
.header-6 .navbar-nav > li.active,
.header-6 .navbar-nav > li:hover {
  background-color: rgba(34, 34, 34, 0.5);
}
.header-6 .module {
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.header-6 .module .module-icon {
  margin-left: 32px;
  margin-right: 32px;
}
/* Header Centered */
.header-7 {
  height: 305px;
}
.header-7 .navbar {
  top: 205px;
}
.header-7 .navbar.affix {
  top: 0;
}
/* Header #13 */
.header-13 .logo {
  position: absolute;
  left: 50%;
  margin-left: -51px;
}
/* Header #10 */
.header-10 .nav-bordered-right + .module:first-of-type:before {
  background-color: #464d52;
}
/* Header #16 */
.header-16 .navbar {
  top: 30px;
}
.header-16 .navbar.affix {
  top: 0;
}
/* Header #17 */
.header-centered.header-17 {
  height: 265px;
}
.header-centered.header-17 .navbar {
  top: 165px;
}
.header-17 .navbar.affix {
  top: 0;
}
/* Header Half */
.header-half .navbar-nav > li > .menu-item:before {
  bottom: 36px;
}
/* Container Bordered */
.container-bordered {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  height: 100px;
}
/* Navbar Dark */
.header-transparent.header-light .navbar.affix {
  background-color: transparent;
}
.navbar.navbar--dark .logo-dark {
  display: inline-block !important;
}
.navbar.navbar--dark .logo-light {
  display: none;
}
.navbar.navbar--dark .module .module-icon,
.navbar.navbar--dark .module .module-icon i,
.navbar.navbar--dark .navbar-nav > li > a {
  color: #222222;
}
.navbar.navbar--dark .navbar-nav > li > .menu-item:hover::before,
.navbar.navbar--dark .navbar-nav > li.active > .menu-item:before,
.header-8 .navbar.navbar--dark .module-menu .module-icon:after {
  background-color: #222222;
}
/* Header Split */
.header-split .logo-dark {
  display: none;
}
.header-split .logo-light {
  display: inline-block;
}
.header-split .module .module-icon i,
.header-split .navbar-nav > li > a {
  color: #222222;
}
.header-split .navbar-nav > li > .menu-item:hover::before,
.header-split .navbar-nav > li.active > .menu-item:before {
  background-color: #222222;
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2){
  -webkit-transform: rotate(45deg) translate(5px, 5px); 
  -ms-transform: rotate(45deg) translate(5px, 5px); 
  -o-transform: rotate(45deg) translate(5px, 5px); 
  transform: rotate(45deg) translate(5px, 5px);
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(3){
  opacity: 0;
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(4){
  -webkit-transform: rotate(-45deg) translate(3px, -3px); 
  -ms-transform: rotate(-45deg) translate(3px, -3px); 
  -o-transform: rotate(-45deg) translate(3px, -3px); 
  transform: rotate(-45deg) translate(3px, -3px);
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .header .navbar {
    top: 0;
  }
  .navbar-toggle .icon-bar {
    background-color: #080000;
  }
  .header-fixed .navbar.affix .navbar-nav > li > a {
    color: #ffffff;
  }
}
/* Custom, iPhone Retina */
@media (max-width: 767px) {
  .header .container {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-nav {
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .navbar-toggle {
    border-color: #080000;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-top: 35px;
    display: none;
  }
  .header .navbar .logo {
    margin: 0 auto; 
    display: block;
    text-align: center;
  }
  .affix .navbar-toggle {
    display: block;
  }
  .affix.navbar .logo {
    margin: 0;
    text-align: left;
  }
  .container > .navbar-collapse {
    width: 100%;
    background-color: #ffffff;
    margin-right: 0;
    margin-left: 0;
  }
  .container>.navbar-header,
  .header .navbar .logo{
    height: 225px;
    width: 200px;
  }
  .navbar-toggle .icon-bar {
    background-color: #080000;
  }
  .navbar-nav > li {
    height: auto !important;
    margin-right: 0;
  }
  .navbar-nav > li.pull-left {
    float: none !important;
  }
  .navbar-nav li a {
    line-height: 36px;
    color: #ffffff;
    padding-right: 0;
    padding-left: 10px;
    padding-top: 0;
  }
  .navbar-nav > li > a:before {
    display: none;
  }
  .navbar-nav:not(.nav-pos-right) {
    margin-right: 0;
  }
}
/* Small Devices, Tablets */
@media (max-width: 991px) {
  .header .container {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-header {
    float: none !important;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .header .navbar .logo {
    float: left;
  }
  .navbar-toggle {
    border-color: #080000;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-top: 35px;
    display: block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  .navbar-toggle .icon-bar {
    background-color: #080000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  .affix-top .navbar-toggle{
    border-color: #fff;
  }
  .affix-top .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .collapse.in,
  .collapsing .navbar-nav,
  .collapse.in .navbar-nav{
    display: block !important;
  }
  .navbar-nav {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-nav > li {
    float: none;
  }
  .container > .navbar-collapse {
    width: 100%;
    background-color: #ffffff;
    margin-right: 0;
  }
  .navbar-nav > li {
    height: auto !important;
    margin-right: 0;
  }
  .navbar-nav > li.pull-left {
    float: none !important;
  }
  .navbar-nav > li > a {
    line-height: 36px !important;
    color: #363636 !important;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
  }
  .navbar-toggle .icon-bar {
    background-color: #080000;
  }
  .navbar-nav > li:after {
    display: none;
  }
  .navbar-nav > li.active {
    border-bottom: none;
  }
  li a:hover,
  li.open > a:focus {
    color: #ffffff;
  }
  .nav > li > a:focus,
  .nav > li > a:hover {
    background-color: transparent;
  }
  .navbar-nav > li > a:before {
    display: none;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 991px) {
  .navbar.navbar--dark .navbar-nav > li > a {
    color: #ffffff;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar-nav > li {
    margin-right: 16px;
  }
}
/*------------------------------------*\
    #Hero
    \*------------------------------------*/
    .bg-div{
      position: relative;
    }
    .bg-theme:before,
    .bg-theme-2:before,
    .bg-div:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 100%;
      width: 100%;
      height: 150px;
      /*background: url(../images/div-branca.png) repeat-x left bottom;*/
    }
    .bg-verdin{
      background: #d8e2e7;
    }
    .bg-verdin h3,
    .bg-verdin p{
      color: #080000;
    }
    .bg-verdin:after{
      /* background-image: url(../images/div-verdin.png);*/
    }
    .bg-theme-2:before,
    .bg-theme-2:after{
      /* background-image: url(../images/div-primary.png);*/
    }
    .bg-theme:before,
    .bg-theme:after{
     /*background-image: url(../images/div-secondary.png);*/
   }
   .bg-theme:before,
   .bg-theme-2:before{
    bottom: auto;
    top: 100%;
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    -o-transform: scale(1,-1);
    transform: scale(1,-1);
  }
  #feature2{
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .titulo-square {
    position: relative;
    z-index: 1;
    display: block;
    vertical-align: middle;
    word-break: break-word;
    padding-left: 0;
    margin: 65px 0; 
    font-family: 'Bree Rg', sans-serif;
    font-size: 48px;
    font-size: 5.5em;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    color: #08c;
    font-style: italic;
  }
  .titulo-square small {
    font-size: 18px;
    font-size: 0.6em;
    margin-top: 15px;
    color: #2d3744 !important;
  }
/*   .titulo-square:before,
.titulo-square:after,
.titulo-square small:before,
.titulo-square small:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 150px;
  height: 150px;
  border: 0 solid #08c ;
  z-index: -1;
} */
 /*  .titulo-square:before {
   -webkit-transform: scaleX(0);
   -moz-transform: scaleX(0);
   -ms-transform: scaleX(0);
   transform: scaleX(0);
   border-top-width: 8px;
   -webkit-transform-origin: top right;
   -moz-transform-origin: top right;
   -ms-transform-origin: top right;
   transform-origin: top right;
   -webkit-transition: 0.25s 0s linear;
   -moz-transition: 0.25s 0s linear;
   -ms-transition: 0.25s 0s linear;
   transition: 0.25s 0s linear;
 }
 .titulo-square:after {
   -webkit-transform: scaleY(0);
   -moz-transform: scaleY(0);
   -ms-transform: scaleY(0);
   transform: scaleY(0);
   border-left-width: 8px;
   -webkit-transform-origin: top left;
   -moz-transform-origin: top left;
   -ms-transform-origin: top left;
   transform-origin: top left;
   -webkit-transition: 0.25s 0.25s linear;
   -moz-transition: 0.25s 0.25s linear;
   -ms-transition: 0.25s 0.25s linear;
   transition: 0.25s 0.25s linear;
 } */
  .titulo-square small:before {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    border-bottom-width: 8px;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transition: 0.25s 0.5s linear;
    -moz-transition: 0.25s 0.5s linear;
    -ms-transition: 0.25s 0.5s linear;
    transition: 0.25s 0.5s linear;
  }
  .titulo-square small:after {
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    border-right-width: 8px;
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: 0.25s 0.75s linear;
    -moz-transition: 0.25s 0.75s linear;
    -ms-transition: 0.25s 0.75s linear;
    transition: 0.25s 0.75s linear;
  }
  .titulo-square small {
    display: block;
    color: inherit;
  }
  .item-produtos:hover .titulo-square:before,
  .titulo-square.ativo:before,
  .item-produtos:hover .titulo-square:after,
  .titulo-square.ativo:after,
  .item-produtos:hover .titulo-square small:before,
  .titulo-square.ativo small:before,
  .item-produtos:hover .titulo-square small:after,
  .titulo-square.ativo small:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .titulo-square.alt {
    text-shadow: none;
    font-size: 100px;
  }
  .titulo-square.alt small {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Bree Rg Bold';
    text-transform: none;
    margin-left: 10px;
  }
  .header-transparent + .slider {
    margin-top: -100px;
  }
  .slider {
    position: relative;
    /* height: 800px; */
    padding-top: 0;
    padding-bottom: 0;
    background: #f6ece1;
    background: url('../images/banner.jpg') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .slider .slide--item {
    height: 100vh;
    min-height: 850px;
    max-height: 1080px;
  }
  .slider .row-content {
    padding-top: 180px;
  }
  .slider .slide--headline {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 5.5em;
    letter-spacing: 1px;
    line-height: 72px;
    margin-bottom: 30px;
    color: #fff;
    padding: 10px;
  }
  .slider .slide--bio {
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 50px;
  }
  .slider .slide--holder {
    position: relative;
  }
  .slider .input-group {
    border: none;
  }
  .slider .input-group .form-control {
    background-color: #ffffff;
  }
  /* Slider Form */
  .slider-form {
    /* padding-bottom: 150px; */
  }
  .slider-form .row-content {
    padding-top: 140px;
  }
  .slider-form .slide--bio {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 32px;
    text-transform:   ;  
  }
  .slider-form .slide--action {
    background: #fff;
    padding: 45px 30px 30px;
    color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }
  .slider-form .slide--action h6 {
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 25px;
    text-align: center;
    color: #000;
  }
  .slider-form .slide--action p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
  }
  .btn--video {
    line-height: 55px;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
  }
  .btn--video i {
    width: 55px;
    height: 55px;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    color: #363636;
    margin-right: 15px;
  }
  .btn--video:hover {
    color: #363636;
  }
  .btn--video:hover i {
    background: #363636;
    color: #ffffff;
  }
  .slider .bg-ytvideo {
    min-height: 800px;
  }
  /* Custom, iPhone Retina */
  @media (max-width: 767px) {
    .check-list{
      text-align: center;
    }
    .slider .row-content {
      padding-top: 230px;
    }
    .slider .slide--headline {
      font-size: 30px;
      line-height: 1.2;
      text-align: center;
      margin-top: 0;
    }
    .slider .slide--bio {
      font-size: 14px;
      line-height: 1.5;
      padding: 0 10px;
      text-align: center;
      margin-bottom: 20px;
    }
    .slider-form,
    .slider .slide--item {
      height: auto;
      padding-bottom: 50px;
    }
    .slide--video {
      margin-bottom: 30px;
      text-align: center;
    }
    .slider-form .slide--action {
      padding: 30px 15px 15px;
    }
  }
  /* Small Devices, Tablets */
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider .slide--headline {
      font-size: 36px;
      line-height: 1.2;
    }
    .slider .slide--bio {
      font-size: 14px;
      line-height: 1.5;
      margin-bottom: 20px;
    }
    .slider-form,
    .slider .slide--item {
      height: auto;
      padding-bottom: 50px;
    }
    .slider-form .slide--action {
      padding: 30px;
    }
  }
/*------------------------------------*\
    #Testimonial
    \*------------------------------------*/
    .testimonial-panel {
      padding: 50px 80px;
      -webkit-transition: all .3s linear;
      -moz-transition: all .3s linear;
      -ms-transition: all .3s linear;
      transition: all .3s linear;
      position: relative;
      margin-bottom: 30px;
      text-align: center;
    }
    .testimonial-panel:hover {
      background-color: rgba(255, 255, 255,.5);
    }
    .testimonial-panel .testimonial--img {
      margin: 0 auto 25px auto;
    }
    .testimonial-panel .testimonial--body p {
      color: #999999;
      font-family: 'Raleway', sans-serif;
      font-size: 16px;
      line-height: 28px;
      font-weight: 400;
      margin-bottom: 0;
    }
    .testimonial-panel .testimonial--author h5 {
      font-size: 18px;
      font-weight: 500;
      line-height: 1;
      margin-bottom: 0;
      text-align: center;
    }
    .testimonial-panel .testimonial--job {
      font-size: 14px;
      font-weight: 400;
      margin-bottom: 25px;
      margin-top: 12px;
    }
    /* Custom, iPhone Retina */
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      .testimonial-panel {
        padding: 30px;
      }
      .testimonial-panel .testimonial--img {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 auto 20px auto;
        text-align: center;
      }
      .testimonial-panel .testimonial--body {
        padding-left: 0;
        text-align: center;
      }
      .testimonial-panel .testimonial--author h5 {
        text-align: center;
      }
    }
    /* Small Devices, Tablets */
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .testimonial-panel {
        padding: 40px;
      }
    }
/*------------------------------------*\
    #Features
    \*------------------------------------*/
    .item-parceiros{
      background: #fff;
      padding-bottom: 0;
      overflow: hidden;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px;
      -webkit-box-shadow: 0 5px 30px -10px rgba(0,0,0,.5);
      box-shadow: 0 5px 30px -10px rgba(0,0,0,.5);
      margin-bottom: 15px;
    }
    .item-parceiros h3,
    .item-parceiros h4{
      color: #3F6362;
      padding-right: 15px;
      padding-left: 15px;
    }
    .pd15 {
      padding: 15px;
    }

    .item-produto{
      background: #fff;
      padding-bottom: 10px;
      padding: 10px;
      height: 100%;
      overflow: hidden;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px;
      -webkit-box-shadow: 0 5px 30px -10px rgba(0,0,0,.5);
      box-shadow: 0 5px 30px -10px rgba(0,0,0,.5);
      margin-bottom: 15px;
      text-align: center;
      padding-bottom: 0;
    }
    .item-produto h3,
    .item-produto h4{
      color: #3F6362;
      padding-right: 15px;
      padding-left: 15px;
      font-size: 3.2em;
    }
    .item-produto p{
      padding: 10px 10px;
      font-size: 15px;
      letter-spacing: 0.03em;
      font-size: 1.3em;
    }
    .item-listagem {
      text-align: center;
      display: block;
      -webkit-transition: all 0s;
      -moz-transition: all 0s;
      -ms-transition: all 0s;
      transition: all 0s;
      max-width: 100%;
    }
    .item-listagem .img {
      width: 100%;
      position: relative;
      display: inline-block;
      vertical-align: middle;
      overflow: hidden;
    }
    .item-listagem .img:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      z-index: 1;
      bottom: auto;
      height: 5px;
      width: 0px;
      background: #3F6362;
      -webkit-transition: all 0.3s 0s, width 0.3s 0.3s, background 0.3s 0.3s;
      -moz-transition: all 0.3s 0s, width 0.3s 0.3s, background 0.3s 0.3s;
      -ms-transition: all 0.3s 0s, width 0.3s 0.3s, background 0.3s 0.3s;
      transition: all 0.3s 0s, width 0.3s 0.3s, background 0.3s 0.3s;
    }
    .item-listagem .img:after {
      content: '\f002';
      font-family: Font Awesome\ 5 Pro;
      font-weight: 900;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      font-size: 48px;
      color: #fff;
      z-index: 2;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) scale(0);
      -moz-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
      transform: translate(-50%, -50%) scale(0);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s;
    }
    .item-listagem .img img {
      max-width: 100%;
    }
    .item-listagem:hover .img:before {
      background: rgba(62,99,98,0.75);
      width: 100%;
      height: 100%;
      -webkit-transition: all 0.15s 0s, height 0.15s 0.15s;
      -moz-transition: all 0.15s 0s, height 0.15s 0.15s;
      -ms-transition: all 0.15s 0s, height 0.15s 0.15s;
      transition: all 0.15s 0s, height 0.15s 0.15s;
    }
    .item-listagem:hover .img:after {
      -webkit-transform: translate(-50%, -50%) scale(1);
      -moz-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
      -webkit-transition: all 0.3s 0.3s;
      -moz-transition: all 0.3s 0.3s;
      -ms-transition: all 0.3s 0.3s;
      transition: all 0.3s 0.3s;
    }
    .item-listagem.icone .img {
      padding: 60px;
      background: #4c4e53;
      color: #fff;
    }
    .item-listagem.icone .img i {
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s;
    }
    .item-listagem.icone .img img {
      position: absolute;
      top: 50%;
      left: 50%;
      max-width: none;
      max-height: 100%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }
    .item-listagem.icone .img:after {
      content: '\f019';
    }
    .item-listagem.icone:hover .img:before {
      background: #00bede;
    }
    .item-listagem.icone:hover .img i {
      -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
      -moz-opacity: 0;
      -khtml-opacity: 0;
      -webkit-opacity: 0;
      opacity: 0;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      }/* overlay at start */
      .mfp-fade.mfp-bg {
        opacity: 0;

        -webkit-transition: all 0.15s ease-out;
        -moz-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
      }
      /* overlay animate in */
      .mfp-fade.mfp-bg.mfp-ready {
        opacity: 0.8;
      }
      /* overlay animate out */
      .mfp-fade.mfp-bg.mfp-removing {
        opacity: 0;
      }

      /* content at start */
      .mfp-fade.mfp-wrap .mfp-content {
        opacity: 0;

        -webkit-transition: all 0.15s ease-out;
        -moz-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
      }
      /* content animate it */
      .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
        opacity: 1;
      }
      /* content animate out */
      .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
        opacity: 0;
      }
      .mfp-with-zoom .mfp-container,
      .mfp-with-zoom.mfp-bg {
        opacity: 0;
        -webkit-backface-visibility: hidden;
        /* ideally, transition speed should match zoom duration */
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
      }

      .mfp-with-zoom.mfp-ready .mfp-container {
        opacity: 1;
      }
      .mfp-with-zoom.mfp-ready.mfp-bg {
        opacity: 0.8;
      }

      .mfp-with-zoom.mfp-removing .mfp-container,
      .mfp-with-zoom.mfp-removing.mfp-bg {
        opacity: 0;
      }
      .section.feature [class*='col-']{
        padding: 15px;
      }
      .feature-panel {
        padding: 30px;
        position: relative;
        border: 1px solid #e0e0e0;
        color: #080000;
      }
      .feature .feature--content {
        padding: 0 20px;
      }
      .feature .feature--content h3 {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 25px;
      }
      .feature .feature--content p {
        font-size: 18px;
        font-weight: 400;
        line-height: 29px;
        color: #080000;
      }
      .feature img {
        padding: 0;
        margin-bottom: 30px;  
        display: block;
        width: 100%;
      }
      .feature-panel .feature--icon {
        font-size: 36px;
        line-height: 1;
        margin-bottom: 35px;
      }
      .feature-panel .feature--icon i {
        color: #080000;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        transition: all .3s linear;
        display: inline-block;
      }
      .feature-panel:hover .feature--icon i {
        color: #273e74;
  /* -webkit-animation: pulse 0.9s infinite;
  -moz-animation: pulse 0.9s infinite;
  -ms-animation: pulse 0.9s infinite;
  -o-animation: pulse 0.9s infinite;
  animation: pulse 0.9s infinite; */
}
.feature-panel .feature--content h3 {
  font-family: 'Raleway', sans-serif;
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 16px;
}
.feature-panel .feature--content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
  padding-right: 10px;
}
.feature-left .feature-panel {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.feature-left .feature-panel:hover {
  -webkit-box-shadow: 5px 5px 20px -5px rgba(0,0,0,0.25);
  box-shadow: 5px 5px 20px -5px rgba(0,0,0,0.25);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  transform: translateY(-5px);
}
.feature-left .feature-panel .feature--icon {
  position: absolute;
  left: 30px;
  top: 30px;
  margin-bottom: 0;
}
.feature-left .feature-panel .feature--content {
  padding-left: 68px;
}
.feature-left .feature-panel {
  margin-bottom: 0;
}
/* feature left circle  */
.feature-left-circle .feature--content h3 {
  font-size: 22px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 15px;
}
.feature-left-circle .feature--content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  padding: 0;
}
.feature-left-circle .feature--icon {
  width: 45px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  color: #080000;
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  border: 2px solid #080000;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
}
.feature-left-circle .feature-panel:hover .feature--icon {
  background: #080000;
  border-color: #080000;
  color: #ffffff;
}
.feature-divider {
  margin-top: 0;
  margin-bottom: 0;
  border-top-color: #e0e0e0;
}
.feature-1 h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 35px;
}
.feature-1 p {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}
.feature-2 h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 35px;
}
.feature-2 p {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .feature-panel .feature--icon {
    margin-bottom: 10px;
  }
  .feature img {
    max-width: 100%;
    height: auto;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-panel {
    margin-bottom: 20px;
  }
  .feature-2 i {
    font-size: 35px;
  }
  .feature-2 .divider--line {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .feature-2 h2 {
    font-size: 25px;
  }
  .feature-2 p {
    font-size: 15px;
    line-height: 20px;
  }
}
/*------------------------------------*\
    #Call To Action
    \*------------------------------------*/
    .cta{
      color: #fff;
      background-color: #08c;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #08c), color-stop(100%, #273e74));
      background-image: -webkit-linear-gradient(135deg, #08c 0%, #273e74 100%);
      background-image: -moz-linear-gradient(135deg, #08c 0%, #273e74 100%);
      background-image: -ms-linear-gradient(135deg, #08c 0%, #273e74 100%);
      background-image: -o-linear-gradient(135deg, #08c 0%, #273e74 100%);
      background-image: linear-gradient(135deg, #08c 0%, #273e74 100%);
      padding:  60px 0;
    }

   /*  .cta:before {
    content: "";
   display: inline-block;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
   z-index: 0;
   background: #000;
   opacity: 0.7;
     } */
    .cta h3 {
      font-family: 'Bree Rg';
      color: #fff;
      font-size: 4.3em;
      font-weight: 300;
      line-height: 58px;
      margin-bottom: 25px;
    }
    .cta p {
      color: #fff;
      font-size: 20px;
      font-weight: 500;
      line-height: 30px;
      margin-bottom: 48px;
      font-size: 2.2em
    }
    .cta .btn {
      max-width: 100%;
      font-size: 24px;
    }
/*------------------------------------*\
    #PRICING-SECTION
    \*------------------------------------*/
    .pricing-panel {
      padding: 50px 88px;
      position: relative;
    }
    .pricing-panel .pricing--heading h4 {
      color: #2c303d;
      font-family: 'Raleway', sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 1;
      margin-bottom: 27px;
      text-transform: uppercase;
    }
    .pricing-panel .pricing--heading p {
      font-family: 'Raleway', sans-serif;
      color: #363636;
      font-size: 70px;
      font-style: italic;
      font-weight: 700;
      line-height: 1;
      margin-bottom: 10px;
    }
    .pricing-panel .pricing--heading .pricing--desc {
      color: #aaaaaa;
      font-size: 14px;
      font-weight: 400;
      line-height: 24px;
      margin-bottom: 23px;
    }
    .pricing-panel .pricing--body {
      color: #2c303d;
      font-size: 16px;
      font-weight: 400;
      line-height: 34px;
      text-align: center;
    }
    .pricing-panel .pricing--body ul {
      margin-bottom: 33px;
    }
    .pricing-panel.pricing-active,
    .pricing-panel:hover {
      background-color: #f6f7fb;
    }
    /* Custom, iPhone Retina */
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      .price-table {
        margin-bottom: 30px;
      }
      .pricing-panel {
        padding: 30px;
      }
    }
    /* Small Devices, Tablets */
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .pricing-panel {
        padding: 20px;
      }
    }
/*------------------------------------*\
    #Footer
    \*------------------------------------*/
    .footer {
      background-color: #ebebebe;
      padding-top: 50px;
      padding-bottom: 100px;
    }
    .footer-base span, .footer-base p {
      font-size: 12px;
      line-height: 18px;
    }  
    .footer-base {
      padding-top: 50px;
    }  
    .footer--copyright,
    .footer--copyright a {
      color: #080000;
      font-family: 'Raleway', sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 1;
    }
    .footer--copyright i, .footer i {
      color: #08c;
    }
    .footer .copyright {
      background: #edf2f7;
      color: #080000;
      display: block;
    }
    .footer .contatos {
      border-bottom: 1px solid #d8e0ed;
      padding-top: 10px;
      padding-bottom: 30px;
    }

    .footer .contatos strong {
      color: #08c;
    }  
    .footer .contatos p {
      font-size: 16px;
      color: #080000;
      margin-top: 10px;
    }  
    .footer-base a.social {
      margin-right: 20px;
    }

    /* Custom, iPhone Retina */
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      .footer--copyright {
        font-size: 12px;
        text-align: center;
        margin-bottom: 30px;
      }
    }
    /* Small Devices, Tablets */
/*------------------------------------*\
    #Carousel
    \*------------------------------------*/
    .carousel-dots .owl-controls {
      margin-top: 50px;
    }
    .carousel-dots .owl-controls .owl-dots .owl-dot span {
      height: 11px;
      width: 11px;
      border-radius: 50%;
      background-color: transparent;
      border: 2px solid rgba(100, 100, 100, 0.5);
      margin: 0 4px;
    }
    .carousel-dots .owl-controls .owl-dots .owl-dot.active span {
      background-color: #646464;
      border-color: #646464;
    }
    .carousel-dots.carousel-white .owl-controls .owl-dots .owl-dot span {
      border-color: rgba(255, 255, 255, 0.5);
    }
    .carousel-dots.carousel-white .owl-controls .owl-dots .owl-dot.active span {
      background-color: #ffffff;
      border-color: #ffffff;
    }
    .carousel-navs .owl-controls .owl-nav {
      position: relative;
    }
    .carousel-navs .owl-controls .owl-nav [class*=owl-] {
      position: absolute;
      top: 50%;
      height: 60px;
      line-height: 60px;
      margin-top: -30px;
      color: #363636;
      font-size: 0;
      font-weight: 400;
      text-align: center;
      background-color: transparent;
      padding: 0;
      border-radius: 0;
      -webkit-transition: all 0.35s;
      -moz-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
      margin-top: -250px;
    }
    .carousel-navs .owl-controls .owl-nav [class*=owl-]:hover {
      color: #080000;
      background-color: transparent;
    }
    .carousel-navs .owl-controls .owl-nav .owl-prev {
      left: 0;
    }
    .carousel-navs .owl-controls .owl-nav .owl-prev:before {
      font-family: 'Linearicons-Free';
      content: "\e875";
      font-size: 40px;
    }
    .carousel-navs .owl-controls .owl-nav .owl-next {
      right: 0;
    }
    .carousel-navs .owl-controls .owl-nav .owl-next:before {
      font-family: 'Linearicons-Free';
      content: "\e876";
      font-size: 40px;
    }
    .carousel-navs .owl-dots {
      position: absolute;
      bottom: 20px;
      width: 100%;
    }
    .carousel-navs .owl-dots .owl-dot span {
      background-color: transparent;
      border: 1px solid #fff;
    }
    .carousel-navs .owl-dots .owl-dot.active span,
    .carousel-navs .owl-dots .owl-dot:hover span {
      background: #ffffff;
    }
    /**/
    .slider-dots .owl-controls {
      margin-top: 0;
    }
    .slider-dots .owl-controls .owl-dots {
      position: absolute;
      bottom: 30px;
      width: 100%;
    }
    .slider-dots .owl-controls .owl-dots .owl-dot span {
      height: 11px;
      width: 11px;
      border-radius: 50%;
      background-color: #ffffff;
      border: 2px solid rgba(0, 0, 0, 0.6);
      margin: 0 4px;
    }
    .slider-dots .owl-controls .owl-dots .owl-dot.active span {
      -moz-box-shadow: 0 0 0 2px #363636;
      -webkit-box-shadow: 0 0 0 2px #363636;
      box-shadow: 0 0 0 2px #ffffff;
    }
    .slider-navs .owl-controls .owl-nav [class*=owl-] {
      position: absolute;
      top: 50%;
      height: 60px;
      width: 60px;
      line-height: 60px;
      margin-top: -30px;
      color: #ffffff;
      font-size: 0;
      font-weight: 400;
      background-color: rgba(27, 26, 26, 0.5);
      text-align: center;
      padding: 0;
      border-radius: 0;
      -webkit-transition: all 0.35s;
      -moz-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
    }
    .slider-navs .owl-controls .owl-nav [class*=owl-]:hover {
      color: #999999;
      background-color: #ffffff;
    }
    .slider-navs .owl-controls .owl-nav .owl-prev {
      left: 30px;
    }
    .slider-navs .owl-controls .owl-nav .owl-prev:before,
    .slider-navs .owl-controls .owl-nav .owl-next:before {
      font-family: fontawesome;
      font-size: 25px;
    }
    .slider-navs .owl-controls .owl-nav .owl-prev:before {
      content: "\f104";
    }
    .slider-navs .owl-controls .owl-nav .owl-next {
      right: 30px;
    }
    .slider-navs .owl-controls .owl-nav .owl-next:before {
      content: "\f105";
    }
    .slider-navs .owl-dots {
      position: absolute;
      bottom: 20px;
      width: 100%;
    }
    .slider-navs .owl-dots .owl-dot span {
      background-color: transparent;
      border: 1px solid #fff;
    }
    .slider-navs .owl-dots .owl-dot.active span,
    .slider-navs .owl-dots .owl-dot:hover span {
      background: #ffffff;
    }
    .slider-navs.slider-small .owl-controls .owl-nav .owl-next {
      right: 0;
    }
    .slider-navs.slider-small .owl-controls .owl-nav .owl-prev {
      left: 0;
    }
    .slider-navs.slider-shop .owl-controls .owl-dots .owl-dot span {
      background-color: #363636;
      border: 2px solid #ffffff;
    }
    .slider-navs.slider-shop .owl-controls .owl-dots .owl-dot.active span {
      -moz-box-shadow: 0 0 0 2px #363636;
      -webkit-box-shadow: 0 0 0 2px #363636;
      box-shadow: 0 0 0 2px #363636;
    }
    .slider-theme.slider-navs .owl-controls .owl-nav [class*=owl-]:hover {
      color: #363636;
    }
    .slider-theme.slider-dots .owl-controls .owl-dots .owl-dot span {
      border-color: #080000;
    }
    /* Custom, iPhone Retina */
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      .carousel-dots .owl-controls {
        margin-top: 20px;
      }
      .slider-navs .owl-controls .owl-nav .owl-prev {
        left: 0;
      }
      .slider-navs .owl-controls .owl-nav .owl-next {
        right: 0;
      }
      .slider-navs .owl-controls .owl-nav .owl-next:before,
      .slider-navs .owl-controls .owl-nav .owl-prev:before {
        font-size: 20px;
      }
    }
    /* Small Devices, Tablets */
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .slider-navs .owl-controls .owl-nav .owl-next:before,
      .slider-navs .owl-controls .owl-nav .owl-prev:before {
        font-size: 30px;
      }
    }
/*------------------------------------*\
    #Landing Page / Promo Page
    \*------------------------------------*/
    .landing-hero {
      height: 100vh;
      padding-top: 200px;
    }
    .landing-hero h1 {
      font-size: 45px;
      font-weight: 700;
      line-height: 55px;
      text-transform: uppercase;
    }
    .landing-hero p {
      font-family: 'Raleway', sans-serif;
      font-size: 18px;
      line-height: 27px;
    }
    .landing-demos .portfolio-filter li a {
      font-weight: 600;
    }
    .landing-demos .portfolio-item {
      margin-bottom: 50px;
    }
    .landing-demos .portfolio-title h4 {
      color: #363636;
      text-align: center;
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 0;
    }
    .landing-demos .portfolio-title:hover h4 {
      color: #080000;
    }
    .landing-demos .portfolio-img {
      -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
      -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
      box-shadow: 0 0 36px 4px rgba(0, 0, 0, 0.1);
      background-color: #c0c0c0;
      -webkit-transition: all 0.35s;
      -moz-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
    }
    .landing-demos .portfolio-img img {
      max-width: 100%;
      height: auto;
    }
    .landing-demos .portfolio-item:hover .portfolio-img {
      -webkit-transform: translateY(-6px);
      -moz-transform: translateY(-6px);
      -o-transform: translateY(-6px);
      transform: translateY(-6px);
    }
    .landing-demos .portfolio-item:hover img {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
    .landing-demos .portfolio-bio {
      padding-top: 23px;
    }
    .landing-action {
      padding-top: 200px;
    }
    .landing-action img {
      margin-bottom: 50px;
    }
    .landing-action h2 {
      font-size: 50px;
      line-height: 60px;
      margin-bottom: 50px;
    }
    .landing-featues {
      padding-bottom: 50px;
    }
    .landing-featues .feature-box {
      margin-bottom: 50px;
    }
    /* Portfolio Filter */
    .portfolio-filter {
      text-align: center;
      margin-bottom: 36px;
    }
    .portfolio-filter li a {
      color: #363636;
      font-size: 13px;
      font-weight: 700;
      line-height: 1;
      margin-right: 29px;
    }
    .portfolio-filter li:last-child a {
      margin-right: 0;
    }
    .portfolio-filter li a.active-filter,
    .portfolio-filter li a:hover {
      color: #080000;
    }
    /* Portfolio Item */
    .portfolio-item .portfolio--img {
      position: relative;
    }
    .portfolio-item .portfolio--img img {
      max-width: 100%;
      height: auto;
    }
/*------------------------------------*\
    #COLOR-SWITCHER
    \*------------------------------------*/
    .switcher-box {
      background-color: #ffffff;
      border: 1px solid #dddddd;
      color: #222222;
      left: 0px;
      overflow: inherit;
      padding: 0px;
      position: fixed;
      text-align: center;
      top: 200px;
      z-index: 999;
    }
    .switcher-box .gear-check {
      background-color: #ffffff;
      border-radius: 0 5px 5px 0;
      border: 1px solid #dddddd;
      border-left-color: transparent;
      color: #222222;
      cursor: pointer;
      font-size: 20px;
      height: 40px;
      line-height: 40px;
      padding-top: 4px;
      position: absolute;
      right: -39px;
      text-align: center;
      top: -1px;
      width: 40px;
    }
    .switcher-box .gear-check i {
      font-size: 30px;
    }
    .switcher-box .color-options {
      display: none;
      float: left;
      padding: 5px 16px;
      width: 200px;
    }
    .switcher-box ul {
      margin-bottom: 0;
    }
    .switcher-box ul li {
      border-radius: 5px;
      cursor: pointer;
      height: 30px;
      margin: 0 10px 10px 0;
      width: 30px;
    }
    .color-options h4 {
      border-bottom: 3px solid #eeeeee;
      font-size: 18px;
      font-weight: 700;
      line-height: 46px;
    }
    /* Custom, iPhone Retina */
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      .landing-hero {
        height: auto;
        padding-top: 60px;
      }
      .landing-hero h1 {
        font-size: 34px;
        line-height: 50px;
      }
      .feature-1 p {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
      }
      .feature-2 p {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
      }
      section {
        padding-top: 50px;
        padding-bottom: 100px;
      }
    }
    /* Small Devices, Tablets */
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .landing-hero {
        height: auto;
        padding-top: 100px;
      }
      .landing-hero h1 {
        font-size: 50px;
        line-height: 55px;
      }
    }
/*------------------------------------*\
	#Video
  \*------------------------------------*/
  .video-button .video--content {
    width: 100%;
    height: 460px;
    border-radius: 10px;
    overflow: hidden;
  }
  .video-button .video--button {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
  }
  .video-button .video--button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #5584ff;
    opacity: 0.1;
  }
  .video--content .video--button .popup-video {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    background-color: #080000;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    display: block;
    position: relative;
    top: 50%;
    margin-top: -40px;
    left: 50%;
    margin-left: -40px;
  }
  .video--content .video--button .popup-video:hover {
    background-color: #363636;
  }
  /* Small Devices, Tablets */
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-button .video--content {
      height: 260px;
    }
  }
/*------------------------------------*\
    #Client
    \*------------------------------------*/
    .clients {
      padding-top: 60px;
      padding-bottom: 120px;
    }
    .client {
      padding: 30px;
      background: #fff;
    }
    .client img {
      max-width: 100%;
      width: auto !important;
    }
    .clients-carousel [class*="col-"] {
      max-height: 80px;
    }
    .clients .owl-controls{
      display: none;
    }
    /* Custom, iPhone Retina */
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      .client img {
        margin-bottom: 20px;
      }
    }
/*------------------------------------*\
    #CTA wide
    \*------------------------------------*/

    .cta-wide{
      overflow: visible;
      padding: 60px 0;
    }
    .cta-wide > div{
      z-index: 5;

    }
    .cta-wide .cta-img{
      height: 0;
    }
    .cta-wide img{
      margin: auto;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
    }
    @media (max-width: 1200px){
      .cta-wide .mr-30{
        margin-right: 0 !important;
      }

    }
    .prices{
      padding: 180px 0;
    }
    .lista-modelos{
      margin-top: 30px;
      color: #000;
      list-style: none;
    }
    .lista-modelos > li{
      position: relative;
      width: 33.33%;
      padding: 60px 15px;
      background: #fff;
      border: 1px solid #e2e2e2;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
    }
    .lista-modelos > li:hover{
      -webkit-box-shadow: 5px 5px 20px -5px rgba(0,0,0,0.25);
      box-shadow: 5px 5px 20px -5px rgba(0,0,0,0.25);
      -webkit-transform: translateY(-5px);
      -moz-transform: translateY(-5px);
      transform: translateY(-5px);
    }
    .lista-modelos > li:nth-child(2){
      z-index: 2;
      margin: -30px 30px;
    }
    .lista-modelos > li:nth-child(2) .color-theme{
      color: #273e74 !important;
    }
    .lista-modelos > li:nth-child(2) .price{
      background: #273e74;
    }
    .lista-modelos img{
      max-width: 100%;
      max-height: 100%;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
    }
    .lista-modelos .price{
      position: relative;
      display: block;
      margin: 0 auto;
      height: 120px;
      width: 120px;
      line-height: 120px;
      background: #080000;
      color: #fff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
    }
    .lista-modelos ul{
      width: 100%;
      list-style: none;
    }
    .lista-modelos ul li{
      display: block;
      padding: 10px 15px;
      margin-left: -15px;
      margin-right: -15px;
    }
    .lista-modelos ul li:nth-child(odd){
      background: #f8f8f8;
    }
    @media (max-width: 768px){
      .lista-modelos{
        display: block;
      }
      .lista-modelos > li{
        width: 100%;
        display: block;
        margin: 15px auto !important;
      }
    } 
    .check-list {
      margin: 20px 0;
      padding: 0;
      color: #363636;
      font-size: 18px;
    }
    .check-list li {
      display: block;
      margin: 10px 0;
      text-indent: -30px;
      padding-left: 30px;
      line-height: 1.5;
    }
    .check-list li:before {
      content: '';
      color: #273e74;
      margin-right: 10px;
      position: relative;
      top: -4px;
      display: inline-block;
      vertical-align: middle;
      width: 20px;
      height: 10px;
      border-bottom: 2px solid #273e74;
      border-left: 2px solid #273e74;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    .Bree{
      font-family: 'Bree Rg';
    }

    @media (max-width: 992px){
      .header-transparent + .slider {
        margin-top: 0;
      }
      .feature-left .feature-panel{
        text-align: center;
      }
      .feature-left .feature-panel .feature--icon{
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 10px;
      }
      .feature-left .feature-panel .feature--content{
        padding-left: 0;
      }
    }
    @media (max-width: 768px){
      .block-xs{
        display: block !important;
      }
      .text-center-xs{
        text-align: center;
      }
      .pull-none-xs{
        float: none !important;
      }
      .m-auto-xs{
        margin-left: auto;
        margin-right: auto;
      }
      .cta-wide .mr-30{
        margin-right: 0 !important;
      }
      .cta h3{
        font-size: 36px;
        line-height: 1.2;
      }
      .testimonial-panel{
        padding: 30px 15px;
      }
      form .btn{
        font-size: 16px;
      }
    }


    .pulse-button {
      position: relative;
      box-shadow: 0 0 0 0 rgba(51, 102, 102, 0.7);
      background-color: #12700D;
      background-size: cover;
      background-repeat: no-repeat;
      cursor: pointer;
      -webkit-animation: pulse 1.15s infinite cubic-bezier(0.65, 0, 0, 1);
      -moz-animation: pulse 1.15s infinite cubic-bezier(0.65, 0, 0, 1);
      -ms-animation: pulse 1.15s infinite cubic-bezier(0.65, 0, 0, 1);
      animation: pulse 1.15s infinite cubic-bezier(0.65, 0, 0, 1);
    }

    .pulse-button:hover {
      -webkit-animation: pulse 1.15s infinite cubic-bezier(0.65, 0, 0, 1);
      -moz-animation: pulse 1.15s infinite cubic-bezier(0.65, 0, 0, 1);
      -ms-animation: pulse 1.15s infinite cubic-bezier(0.65, 0, 0, 1);
      animation: pulse 1.15s infinite cubic-bezier(0.65, 0, 0, 1);
      box-shadow: 0 0 0 0 rgba(0, 136, 204, 0.7);
      background: #000;
      color: #fff;
    }

    @-webkit-keyframes pulse {
      to {
        box-shadow: 0 0 0 45px rgba(51, 102, 102, 0);
      }
    }

    @-moz-keyframes pulse {
      to {
        box-shadow: 0 0 0 45px rgba(51, 102, 102, 0);
      }
    }

    @-ms-keyframes pulse {
      to {
        box-shadow: 0 0 0 45px rgba(51, 102, 102, 0);
      }
    }

    @keyframes pulse {
      to {
        box-shadow: 0 0 0 45px rgba(51, 102, 102, 0);
      }
    }

    .payments {
      background-color: #eee;
      border-bottom: 1px solid #d8e0ed;
      font-size: 0
    }

    .payments strong {
      color: #384656;
      display: block;
      font-size: 12px;
      position: absolute;
      text-transform: uppercase;
      top: 0
    }

    .payments ul {
      list-style: none;
      margin-bottom: 0;
      padding-left: 0
    }

    .payments li ul {
      display: block
    }

    .payments li ul:after {
      content: "";
      display: inline-block;
      *zoom: 1;
      *display: inline;
      width: 100%
    }

    .payments li li {
      display: inline-block;
      *zoom: 1;
      *display: inline
    }

    .payments .more-cards {
      color: #384656;
      display: inline-block;
      *zoom: 1;
      *display: inline;
      font-weight: 500;
      line-height: 1.1;
      text-transform: uppercase;
      vertical-align: middle
    }

    .payments .more-cards span {
      display: block;
      font-weight: 700;
      text-align: center
    }

    @media(max-width:991px) {
      .payments li {
        margin-bottom: 20px;
        padding-top: 15px;
        position: relative
      }
      .payments li li {
        margin-bottom: 0;
        text-align: center;
        width: 20%
      }
      .payments li+li {
        margin-bottom: 0
      }
    }

    @media(max-width:767px) {
      .payments {
        padding-bottom: 25px;
        padding-top: 30px
      }
      .payments .more-cards {
        font-size: 5px
      }
      .payments .more-cards span {
        font-size: 14px
      }
      .payments li ul {
        margin-left: -7px;
        margin-right: -7px
      }
      .payments li li {
        padding-left: 7px;
        padding-right: 7px;
        padding-top: 9px
      }
      .payments img {
        max-width: 100%
      }
    }

    @media(min-width:768px) {
      .payments {
        padding-bottom: 30px;
        padding-top: 28px
      }
      .payments .more-cards {
        font-size: 9px
      }
      .payments .more-cards span {
        font-size: 24px
      }
    }

    @media(min-width:992px) {
      .payments>.container {
        padding-top: 25px;
        position: relative
      }
      .payments ul {
        display: table;
        width: 100%
      }
      .payments li {
        display: table-cell;
        vertical-align: middle
      }
      .payments li ul {
        text-align: justify
      }
      .payments li li+li {
        padding-left: 0
      }
      .payments li+li {
        padding-left: 10px
      }
    }

    @media(min-width:1200px) {
      .payments li+li {
        padding-left: 40px
      }
    }

/* WHATSAPP BUTTON */
.btn_whatsapp{display:inline-block;text-align:center;vertical-align:middle;padding:15px 23px;border:0 solid #35a64a;border-radius:100px;background-color:#4ced6a;font:normal normal bold 16px Raleway,sans-serif;color:#fff;text-decoration:none;text-transform:uppercase}.btn_whatsapp:active,.btn_whatsapp:hover{background-color:#1c8b82;text-transform:uppercase}.btn_whatsapp:hover{border:0 solid #1c8b82;color:#fff;text-decoration:none}.btn_whatsapp:focus{text-transform:uppercase}.btn_whatsapp:before{content:"\0000a0";display:inline-block;height:24px;width:24px;line-height:24px;margin:0 4px -6px -4px;position:relative;top:0;left:-3px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAADKElEQVRYhdWXWYiPURjGn2Ma24xlLIMhF2IuLCXhQnYXyhqRyJIbNCUXjJqUC3LjSpFEIRci2bMUbpClFEbihqxjiWHMjGVmzM/F907OnPn+20fJe3P+57zP8z7Pd875/ud80j8Ol4QE5EkqltRPUoGkd5KqnHN1f9FbG9FewGrgHPCd+HgK7AAmA4keLk64ENgM1KYQbU4xfhOY8KfiY4BXXtFq4CAwHxgMFAB5QB9gNLARuBEY2Qe0TyK+2JvqemAL0DVL7jjgumfiGtA7F/FZ3tQ+BkoTPIADKrw6t4CO2RCHe+t9A+iWq3hQb4Fn4hDpNqe5vm3g50Dxn4h7dTd4yzEnHXChBxwf5EqBXUB5AgMOuOAtaX4qYKWBTgTjRcBLz9yIBCaGAz+NvyQOUOoJjA1y62gde3I1YHVOGf9YXLLcki/DjQLsDQzUEv0d52pghcfvIEntvPwoay855wi4VUH/kaTmXA1IumRtoaTBoYESa1/EEE8H/XkxJrOJt5Ia7Xf/0EBfD9QqnHN3JR33hhYlEJdzrlnSG+uWhAYarO2Qgl+m30uxHZiWxISi6ZekutDAB2v7xbGcc+8lLVA0hXmSjgIzfAwwBVhPijMD6CSph3Vfh8mdtkMvp7MPLAeavDfiODAAGAZ8sbHPwNbQCDDW45WEhZdY4ivQJYOJebS+lHwDamgbawLeNht/EFe0qxUCKEtnwPBDgYsxoi3RBIz08O2JbkwAW1IVPWCAZ0DnTCaMMx04DHzyxGuAZQFurWdsSKpig4BGA27KxoDHzQemArOBwiA3EPhodXenK+Ivw9JcDKSpWQjcs5rVQN904KUG/E6W168M4sVE17GWqZ+aiXDWwCe9sQJgJtAzR/EpRJealliViVAENBi4jOh9P+UtST3RnX9gmhot++C8J1wLzE3FcR55paT9WTzcT0n3Jd1R9EXUoOgcGSBpkqTuHvaqpDLn3MOMVWn7TtcCR4BFRN8AFcATMkezrfsMsvg6cibeS9EpWC3pjKQTkq44534EJttJmihpgqQRiv7X841bJalS0jk7N7IPYAgwkQS3nP8+fgEwrHtcAMoPuQAAAABJRU5ErkJggg%3D%3D) left center no-repeat;background-size:100% 100%}
    .pulse-button-zap {
      color: #fff;
      box-shadow: 0 0 0 0 rgba(35, 210, 100, 0.7);
      background-color: #23d264;
      position: relative;
      background-size: cover;
      background-repeat: no-repeat;
      cursor: pointer;
      -webkit-animation: pulsezap 1.15s infinite cubic-bezier(0.65, 0, 0, 1);
      -moz-animation: pulsezap 1.15s infinite cubic-bezier(0.65, 0, 0, 1);
      -ms-animation: pulsezap 1.15s infinite cubic-bezier(0.65, 0, 0, 1);
      animation: pulsezap 1.15s infinite cubic-bezier(0.65, 0, 0, 1);
    }

    .pulse-button-zap:hover, .pulse-button-zap:focus {
      color: #fff;
      -webkit-animation: pulsezap 1.15s infinite cubic-bezier(0.65, 0, 0, 1);
      -moz-animation: pulsezap 1.15s infinite cubic-bezier(0.65, 0, 0, 1);
      -ms-animation: pulsezap 1.15s infinite cubic-bezier(0.65, 0, 0, 1);
      animation: pulsezap 1.15s infinite cubic-bezier(0.65, 0, 0, 1);
      box-shadow: 0 0 0 0 rgba(19, 142, 80, 0.7);
      background-color: #138e50;
    }

    @-webkit-keyframes pulsezap {
      to {
        box-shadow: 0 0 0 45px rgba(35, 210, 100, 0);
      }
    }

    @-moz-keyframes pulsezap {
      to {
        box-shadow: 0 0 0 45px rgba(35, 210, 100, 0);
      }
    }

    @-ms-keyframes pulsezap {
      to {
        box-shadow: 0 0 0 45px rgba(35, 210, 100, 0);
      }
    }

    @keyframes pulsezap {
      to {
        box-shadow: 0 0 0 45px rgba(35, 210, 100, 0);
      }
    }

    @media(max-width:480px) {
      .slider .slide--bio{
        font-size: 18px;
      }
      .slider .slide--bio.bold{
        font-size: 24px;
      }

      #quem-somos{
        padding-bottom: 30px;
        padding-top: 30px;
      }

      #quem-somos .mt-50 {
        margin-top: 15px !important;
      }

      #servicos{
        padding-bottom: 30px;
        padding-top: 30px;
      }



      #servicos .mt-100{
        margin-top: 80px !important;
      }

      #parceiros{
        padding-bottom: 30px;
        padding-top: 60px;
      }

      #parceiros .mt-100{
        margin-top: 80px !important;
      }

      .cta{
        padding: 100px 0;
      }

      #servicos .slick-dots {
        padding-left: 0;
      }

       #parceiros .slick-dots {
        padding-left: 0;
      }

    }
#servicos .btn--primary:hover {
  background-color: #273e74 ;
  color: #fff;
}

.botao-principal {
    z-index: 1;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 20px 45px;
    margin: 30px auto;
    border: 0 solid #08c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #00d75e;
    color: #fff;
    font-family: 'Bree Rg', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-style: italic;
    letter-spacing: 2px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 0 0 0 rgba(0,215,94,0.5);
    -moz-box-shadow: 0 0 0 0 rgba(0,215,94,0.5);
    box-shadow: 0 0 0 0 rgba(0,215,94,0.5);
    -webkit-animation: pulseBtn 1.15s infinite cubic-bezier(0.65, 0, 0, 1);
    -moz-animation: pulseBtn 1.15s infinite cubic-bezier(0.65, 0, 0, 1);
    animation: pulseBtn 1.15s infinite cubic-bezier(0.65, 0, 0, 1);
}

.botao-principal.pulsar{
      -webkit-animation: pulsezap 1.15s infinite cubic-bezier(0.65, 0, 0, 1);
    -moz-animation: pulsezap 1.15s infinite cubic-bezier(0.65, 0, 0, 1);
    -ms-animation: pulsezap 1.15s infinite cubic-bezier(0.65, 0, 0, 1);
    animation: pulsezap 1.15s infinite cubic-bezier(0.65, 0, 0, 1);
}

#planos {
      padding-top: 100px;
    background: url(../images/bg-planos.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
    padding-bottom: 200px;
}

#planos:before {
    content: '';
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #000;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    -webkit-opacity: 0.75;
    opacity: 0.75;
    pointer-events: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#planos .titulo-square small{
  color: #fff !important;
}
.div-neutra.div:after {
    background: #d8e2e7;
}
.div:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 120%;
    height: 200px;
    background: #d8e2e7;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg);
    display: block;
    pointer-events: none;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    transform-origin: top left;
}
.div {
  position: relative;
  overflow: hidden;
}
.div:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 120%;
  height: 200px;
  background: #C2CDE3;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  transform: rotate(-5deg);
  display: block;
  pointer-events: none;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  transform-origin: top left;
}
.div-primaria.div:after {
  background: #08c;
}
.div-secundaria.div:after {
  background: #273e74;
}
.div-neutra.div:after {
  background: #d8e2e7;
}
.div-right.div:after {
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  transform: rotate(5deg);
  left: auto;
  right: 0;
}
.div-top.div:after {
  top: auto;
  bottom: 100%;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  transform: rotate(5deg);
}
.div-top-right.div:after {
  top: auto;
  bottom: 100%;
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  transform-origin: top right;
  left: auto;
  right: 0;
}
.div.div-top-bottom:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 120%;
  height: 200px;
  background: #fff;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  transform: rotate(5deg);
  display: block;
  pointer-events: none;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  transform-origin: top left;
}

.div2:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 120%;
    height: 200px;
    background: #fff;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg);
    display: block;
    pointer-events: none;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    transform-origin: top left;
}

#parceiros {
  padding-top: 0;
}

#servicos {
  padding-top: 0;
  padding-bottom: 230px;
}

#sistema {
  padding-top: 0;
}

