article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: .67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0;
  }
}
@media (min-width: 550px) {
  .container {
    width: 80%;
  }
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.66666666667%;
  }
  .two.columns {
    width: 13.3333333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.6666666667%;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65.3333333333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.6666666667%;
  }
  .eleven.columns {
    width: 91.3333333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.6666666667%;
  }
  .two-thirds.column {
    width: 65.3333333333%;
  }
  .one-half.column {
    width: 48%;
  }
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%;
  }
}
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0;
}
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0;
}
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0;
}
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
}
fieldset {
  padding: 0;
  border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
}
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: 400;
}
ul {
  list-style: circle inside;
}
ol {
  list-style: decimal inside;
}
ol,
ul {
  padding-left: 0;
  margin-top: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}
li {
  margin-bottom: 1rem;
}
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}
.u-pull-right {
  float: right;
}
.u-pull-left {
  float: left;
}
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
}
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}
.mfp-bg,
.mfp-wrap {
  position: fixed;
  left: 0;
  top: 0;
}
.mfp-bg,
.mfp-container,
.mfp-wrap {
  height: 100%;
  width: 100%;
}
.mfp-arrow:after,
.mfp-arrow:before,
.mfp-container:before,
.mfp-figure:after {
  content: '';
}
.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: .8;
}
.mfp-arrow,
.mfp-close:focus,
.mfp-close:hover {
  opacity: .65;
}
.mfp-wrap {
  z-index: 1043;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-close,
.mfp-close-btn-in .mfp-close,
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  position: fixed;
  right: 25px;
  top: 10px;
  text-decoration: none;
  text-align: center;
  font-style: normal;
  font-size: 44px;
}
.mfp-close:active {
  top: 1px;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #FFF;
  text-align: right;
  width: auto;
  right: 10px;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-figure,
img.mfp-img {
  line-height: 0;
}
.mfp-arrow {
  position: absolute;
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-image-holder .mfp-content,
img.mfp-img {
  max-width: 100%;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #000;
}
.mfp-figure:after,
img.mfp-img {
  width: auto;
  height: auto;
  display: block;
}
img.mfp-img {
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure:after {
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
    transform: scale(.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.clear {
  clear: both;
}
.displayflex {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.wfull {
  width: 100%;
  height: auto;
  display: table;
}
input:invalid {
  box-shadow: none;
}
textarea:invalid {
  box-shadow: none;
}
* {
  padding: 0;
  border: 0;
  margin: 0;
  line-height: 1.5;
}
a,
img {
  border: 0;
  text-decoration: none;
}
input {
  outline: none;
}
html,
body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro', sans-serif !important;
  height: 100%;
  font-weight: 400;
}
.container-fix {
  width: auto;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.cfch {
  max-width: 1080px;
}
#banners-desktop {
  border-bottom: 12px solid #101E2E;
}
#banners-desktop img {
  width: 100%;
  max-width: 1920px;
}
#banners-desktop .slick-dots {
  bottom: -50px;
}
#banners-desktop .slick-prev {
  background: url('../slick/imgs/arrow_prev_white.png') no-repeat center center;
}
#banners-desktop .slick-next {
  background: url('../slick/imgs/arrow_next_white.png') no-repeat center center;
}
.banner-single img {
  width: 100%;
  max-width: 1920px;
  margin-bottom: -5px;
}
.banner-single-mobile {
  display: none;
}
.banner-single-mobile img {
  width: 100%;
  max-width: 650px;
  margin-bottom: -5px;
}
.formc {
  width: 100%;
}
.formc ::placeholder {
  color: #919DB7;
  opacity: 1;
}
.formc :-ms-input-placeholder {
  color: #919DB7;
}
.formc ::-ms-input-placeholder {
  color: #919DB7;
}
.formc label {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0px;
  color: ;
  text-align: left;
}
.formc label span {
  font-size: 14px;
}
.formc input[type="text"],
.formc input[type="email"],
.formc input[type="tel"] {
  width: 100%;
  height: 52px;
  margin-bottom: 12px;
  border-radius: 5px;
  padding-left: 20px;
  border: 0px;
  background-color: #FFF;
}
.formc textarea {
  width: 100%;
  height: 122px;
  margin-bottom: 15px;
  border-radius: 4px;
  padding-left: 20px;
  border: 0px;
  background-color: #FFF;
}
.formc input[type="submit"] {
  width: 100%;
  max-width: 250px;
  height: 45px;
  border: 0px;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 15px;
  color: #FFF;
  background-color: #101E2E;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  border-radius: 30px;
  transition: all .33s ease-in-out;
  -moz-transition: all .33s ease-in-out;
  -webkit-transition: all .33s ease-in-out;
}
.formc input[type="submit"]:hover {
  background-color: #E22528;
  color: #FFF;
}
.msg-send-form {
  color: #000;
  display: none;
  text-align: left;
  margin-top: 15px;
}
.msg-add-sucess {
  width: 92%;
  padding: 4%;
  max-width: 800px;
  border: 2px solid #919DB7;
  color: green;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin: 50px auto;
}
.page-404 {
  margin-top: 70px;
  margin-bottom: 70px;
  text-align: center;
  background-color: #000;
  border-radius: 5px;
  padding: 40px;
  color: #FFF;
}
.page-404 p {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 40px;
}
.page-404 a {
  display: inline-block;
  background-color: #E22528;
  color: #FFF;
  padding: 5px 20px 5px 20px;
  border-radius: 5px;
  font-size: 14px;
  transition: all .33s ease-in-out;
  -moz-transition: all .33s ease-in-out;
  -webkit-transition: all .33s ease-in-out;
}
.page-404 a:hover {
  background-color: #FFF;
  color: #000;
}
header {
  width: 100%;
  height: auto;
  display: table;
  padding-top: 30px;
}
header .logo img {
  width: 100%;
  max-width: 260px;
  margin-bottom: -5px;
}
header .right-contacts {
  margin-top: 6px;
}
header .right-contacts .box-inline {
  width: 28%;
  float: left;
  display: inline-block;
  font-weight: 700;
}
header .right-contacts .box-inline p {
  font-size: 16px;
}
header .right-contacts .box-inline p i {
  margin-left: 4px;
}
header .right-contacts .box-inline a {
  color: #E22528;
}
header .right-contacts .sociais {
  width: 16%;
  text-align: right;
}
header .right-contacts .sociais a {
  width: 100%;
  display: table;
  color: #000;
  margin-left: 20px;
  transition: all .33s ease-in-out;
  -moz-transition: all .33s ease-in-out;
  -webkit-transition: all .33s ease-in-out;
}
header .right-contacts .sociais a i {
  font-size: 22px;
  display: inline-block;
  float: left;
}
header .right-contacts .sociais a span {
  display: inline-block;
  font-size: 13px;
  float: left;
  margin-left: 4px;
  margin-top: 1px;
}
header .right-contacts .sociais a:hover {
  color: #E22528;
}
header .right-contacts .sociais .a2 {
  margin-top: 5px;
}
header .right-contacts .box-mom {
  width: 100%;
  float: right;
  display: none;
}
header .right-contacts .box-mom .openmenu {
  width: 38px;
  float: right;
  cursor: pointer;
}
header .right-contacts .box-mom .openmenu span {
  display: block;
  height: 4px;
  background-color: #000;
  border-radius: 5px;
  margin-bottom: 5px;
}
header .right-contacts .box-right {
  float: right;
}
header #bgmenu {
  width: 100%;
  height: auto;
  display: table;
  background-color: #101E2E;
  margin-top: 25px;
}
header #bgmenu ul {
  margin-bottom: 0px;
  text-align: center;
}
header #bgmenu ul .li-close {
  display: none;
}
header #bgmenu ul li {
  margin-bottom: 0px;
  list-style: none;
  display: inline-table;
  margin-left: 5px;
  margin-right: 5px;
}
header #bgmenu ul li a {
  background-color: transparent;
  color: #FFF;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  padding: 20px 50px 20px 50px;
  display: inline-table;
  transition: all .33s ease-in-out;
  -moz-transition: all .33s ease-in-out;
  -webkit-transition: all .33s ease-in-out;
}
header #bgmenu ul li a:hover {
  background-color: #E22528;
}
.bg-servicos-home {
  width: 100%;
  height: auto;
  display: table;
  padding-top: 70px;
  padding-bottom: 150px;
  background-color: #EFF1F5;
}
.htp {
  font-weight: 800;
  font-family: 'Open Sans', sans-serif !important;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 40px;
  line-height: 36px;
  text-transform: uppercase;
  color: #101E2E;
  border-left: 30px solid #E22528;
  padding-left: 20px;
}
.content-servicos {
  margin-top: 60px;
  display: table;
}
.content-servicos .box-servico {
  width: 100%;
  display: inline-block;
  background-color: #FFF;
  border-radius: 10px;
  margin-bottom: 50px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.content-servicos .box-servico a {
  width: 100%;
  display: inline-table;
}
.content-servicos .box-servico a img {
  width: 100%;
  max-width: 150px;
  margin-bottom: 5px;
}
.content-servicos .box-servico .title {
  width: 80%;
  padding-left: 10%;
  padding-right: 10%;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  min-height: 60px;
  transition: all .33s ease-in-out;
  -moz-transition: all .33s ease-in-out;
  -webkit-transition: all .33s ease-in-out;
}
.content-servicos .box-servico .title:hover {
  color: #E22528;
}
.bg-qs-home {
  width: 100%;
  height: 380px;
  display: table;
  background-color: #101E2E;
  color: #FFF;
}
.bg-qs-home .htp {
  color: #FFF;
  margin-top: 90px;
  margin-bottom: 60px;
}
.bg-qs-home .text-qs {
  margin-bottom: 60px;
}
.bg-qs-home .text-qs p {
  font-size: 22px;
  line-height: 32px;
}
.bg-qs-home .right-img img {
  margin-top: -250px;
  margin-bottom: -6px;
  width: 600px;
}
.bmore a {
  display: inline-block;
  color: #FFF;
  background-image: linear-gradient(#E22528,#9C1B1F);
  font-size: 20px;
  font-weight: 700;
  padding: 9px 30px 9px 30px;
  border-radius: 25px;
}
.bmore a:hover {
  background-image: linear-gradient(#9C1B1F,#E22528);
}
.bg-depoimentos {
  width: 100%;
  height: 730px;
  display: block;
  padding-top: 90px;
  text-align: center;
  background: url('../img/bg_depoimentos.png') no-repeat center 0px;
  color: #101E2E;
}
.bg-depoimentos h3 {
  font-weight: 800;
  font-family: 'Open Sans', sans-serif !important;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 40px;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 70px;
}
.bg-depoimentos .slick-prev {
  left: -20px;
}
.bg-depoimentos .slick-next {
  right: -20px;
}
.bg-depoimentos .slick-dots {
  bottom: -50px;
}
.bg-depoimentos .slick-depoimentos {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.bg-depoimentos .slick-depoimentos img {
  margin-left: auto;
  margin-right: auto;
  width: 130px;
  border-radius: 50%;
  border: 3px solid #101E2E;
  margin-bottom: 10px;
}
.bg-depoimentos .slick-depoimentos .nome {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0px;
}
.bg-depoimentos .slick-depoimentos .empresa {
  font-size: 20px;
  color: #919DB7;
  font-weight: 700;
}
.bg-depoimentos .slick-depoimentos .texto {
  width: 80%;
  margin: 0 auto;
  margin-top: 15px;
}
.bg-depoimentos .slick-depoimentos .texto p {
  font-size: 20px;
  line-height: 30px;
}
.bg-depoimentos .bmore {
  margin-top: 110px;
}
.bg-contato-all {
  width: 100%;
  height: auto;
  display: table;
  background-color: #EFF1F5;
  padding-top: 90px;
  padding-bottom: 90px;
}
.bg-contato-all .htp {
  margin-bottom: 70px;
}
.bg-contato-all .scl {
  padding-right: 30px;
}
.bg-contato-all .scr {
  padding-left: 30px;
}
.bg-contato-all .bg-lc {
  background-color: #FFF;
  padding: 30px;
  border-radius: 8px;
  color: #101E2E;
}
.bg-contato-all .bg-lc .p1 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px;
}
.bg-contato-all .bg-lc .p2 {
  font-size: 16px;
  color: #919DB7;
  margin-top: 5px;
}
.bg-contato-all .bg-lc .rlpm {
  margin-top: 20px;
}
.bg-contato-all .bg-lc .rlpm .bleft {
  display: inline-block;
  float: left;
}
.bg-contato-all .bg-lc .rlpm .bleft i {
  font-size: 26px;
  color: #E22528;
  margin-top: 9px;
}
.bg-contato-all .bg-lc .rlpm .bright {
  display: inline-block;
  float: left;
  margin-left: 20px;
}
.bg-contato-all .bg-lc .rlpm .bright p {
  color: #919DB7;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
.bg-contato-all .bg-lc .rlpm .bright a {
  color: #101E2E;
  font-size: 20px;
  font-weight: 600;
}
.bg-contato-all .bg-so-whatsapp {
  width: 100%;
  height: 128px;
  border-radius: 8px;
  margin-top: 20px;
}
.bg-contato-all .bg-so-whatsapp a {
  background: url('../img/whatsapp.png') no-repeat center right;
  background-color: #101E2E;
  width: 100%;
  height: 128px;
  display: inline-table;
  border-radius: 8px;
  color: #FFF;
  transition: all .33s ease-in-out;
  -moz-transition: all .33s ease-in-out;
  -webkit-transition: all .33s ease-in-out;
}
.bg-contato-all .bg-so-whatsapp a span {
  width: 95%;
  padding-left: 5%;
  display: table;
}
.bg-contato-all .bg-so-whatsapp a .s1 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 13px;
}
.bg-contato-all .bg-so-whatsapp a .s2 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  color: #919DB7;
  margin-top: 10px;
  transition: all .33s ease-in-out;
  -moz-transition: all .33s ease-in-out;
  -webkit-transition: all .33s ease-in-out;
}
.bg-contato-all .bg-so-whatsapp a .s3 {
  font-size: 24px;
  font-weight: 700;
}
.bg-contato-all .bg-so-whatsapp a:hover {
  background-color: #919DB7;
}
.bg-contato-all .bg-so-whatsapp a:hover .s2 {
  color: #FFF;
}
.bg-contato-all .bsw2 {
  display: none;
}
footer {
  width: 100%;
  height: auto;
  display: table;
  background-color: #101E2E;
  padding-top: 60px;
  padding-bottom: 30px;
}
footer .logo-footer {
  text-align: center;
}
footer .logo-footer img {
  width: 100%;
  max-width: 260px;
}
footer .mse {
  margin-top: 40px;
}
footer .mse .box-mf {
  width: 42%;
  float: left;
  display: inline-block;
  margin-top: 15px;
}
footer .mse .box-mf a {
  display: inline-block;
  color: #FFF;
  margin-right: 30px;
  text-transform: uppercase;
  transition: all .33s ease-in-out;
  -moz-transition: all .33s ease-in-out;
  -webkit-transition: all .33s ease-in-out;
}
footer .mse .box-mf a:hover {
  color: #E22528;
}
footer .mse .box-social {
  width: 15%;
  float: left;
  text-align: center;
}
footer .mse .box-social a {
  width: auto;
  display: inline-block;
  color: #FFF;
  transition: all .33s ease-in-out;
  -moz-transition: all .33s ease-in-out;
  -webkit-transition: all .33s ease-in-out;
}
footer .mse .box-social a i {
  font-size: 22px;
  display: inline-block;
  float: left;
}
footer .mse .box-social a span {
  display: inline-block;
  font-size: 13px;
  float: left;
  margin-left: 4px;
  margin-top: 1px;
}
footer .mse .box-social a:hover {
  color: #E22528;
}
footer .mse .box-social .a2 {
  margin-top: 5px;
}
footer .mse .box-address {
  width: 42%;
  float: left;
  text-align: right;
  margin-top: 15px;
}
footer .mse .box-address p {
  color: #FFF;
  font-size: 18px;
}
footer .mse .box-address p i {
  color: #E22528;
  margin-right: 5px;
}
footer .lfl {
  border-top: 1px solid #213B5A;
  margin-top: 40px;
  padding-top: 25px;
  color: #919DB7;
}
footer .lfl p {
  font-size: 14px;
  text-transform: uppercase;
}
footer .lfl .develop {
  text-align: right;
}
footer .lfl .develop a {
  color: #FFF;
  font-weight: 700;
}
.bg-top-content {
  width: 100%;
  height: auto;
  display: table;
  background-color: #EFF1F5;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  margin-bottom: 50px;
}
.bg-top-content h1 {
  text-align: center;
  font-weight: 800;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0px;
}
.img-main {
  margin-bottom: 40px;
}
.img-main img {
  width: 100%;
  max-width: 1120px;
  border-radius: 2px;
}
.bg-gallery {
  text-align: center;
  margin-bottom: 30px;
}
.bg-gallery .galeria img {
  width: 100%;
  max-width: 250px;
  margin-bottom: 20px;
  border-radius: 2px;
}
.texto {
  margin-bottom: 50px;
  color: #101E2E;
}
.texto p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}
.bg-video {
  width: 100%;
  height: auto;
  display: table;
  background-color: #101E2E;
  padding-top: 110px;
  padding-bottom: 90px;
  text-align: center;
}
.bg-video iframe {
  width: 100%;
  max-width: 800px;
  height: 450px;
  margin-bottom: 20px;
}
.contato-inner-top .rlpmc {
  margin-top: 40px;
  margin-bottom: 10px;
}
.contato-inner-top .rlpmc .bleft {
  display: inline-block;
  float: left;
}
.contato-inner-top .rlpmc .bleft i {
  font-size: 26px;
  color: #E22528;
  margin-top: 9px;
}
.contato-inner-top .rlpmc .bright {
  display: inline-block;
  float: left;
  margin-left: 20px;
}
.contato-inner-top .rlpmc .bright p {
  color: #E22528;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}
.contato-inner-top .rlpmc .bright a {
  color: #101E2E;
  font-size: 20px;
  font-weight: 600;
}
.contato-inner-top .gmap iframe {
  width: 90%;
  height: 300px;
  float: right;
  border-radius: 8px;
}
.contato-ilow {
  margin-top: 70px;
  margin-bottom: 120px;
}
.contato-ilow .bg-so-whatsapp {
  width: 100%;
  height: 128px;
  border-radius: 8px;
}
.contato-ilow .bg-so-whatsapp a {
  background: url('../img/whatsapp.png') no-repeat center right;
  background-color: #101E2E;
  width: 100%;
  height: 128px;
  display: inline-table;
  border-radius: 8px;
  color: #FFF;
  transition: all .33s ease-in-out;
  -moz-transition: all .33s ease-in-out;
  -webkit-transition: all .33s ease-in-out;
}
.contato-ilow .bg-so-whatsapp a span {
  width: 95%;
  padding-left: 5%;
  display: table;
}
.contato-ilow .bg-so-whatsapp a .s1 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 13px;
}
.contato-ilow .bg-so-whatsapp a .s2 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  color: #919DB7;
  margin-top: 10px;
  transition: all .33s ease-in-out;
  -moz-transition: all .33s ease-in-out;
  -webkit-transition: all .33s ease-in-out;
}
.contato-ilow .bg-so-whatsapp a .s3 {
  font-size: 24px;
  font-weight: 700;
}
.contato-ilow .bg-so-whatsapp a:hover {
  background-color: #919DB7;
}
.contato-ilow .bg-so-whatsapp a:hover .s2 {
  color: #FFF;
}
.contato-ilow .formc {
  width: 90%;
  float: right;
}
.contato-ilow .formc input[type="text"],
.contato-ilow .formc input[type="email"],
.contato-ilow .formc input[type="tel"] {
  border: 1px solid #919DB7;
}
.contato-ilow .formc textarea {
  border: 1px solid #919DB7;
}
.list-clientes {
  margin-bottom: 20px;
  text-align: center;
}
.list-clientes .boxc {
  width: 25%;
  float: left;
  display: inline-block;
  margin-bottom: 20px;
}
.list-clientes .boxc img {
  width: 100%;
  max-width: 250px;
}
.btc-servico {
  margin-bottom: 0px;
  background-color: #FFF;
}
.bg-servicos-inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
.bg-vs-inner {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  height: auto;
  display: table;
  background-color: #EFF1F5;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  margin-bottom: 50px;
}
.bg-vs-inner h1 {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  display: table;
}
.bg-vs-inner h1 img {
  float: left;
  width: 100px;
  display: inline-table;
}
.bg-vs-inner h1 span {
  width: 100%;
  max-width: 440px;
  float: right;
  display: inline-table;
  font-size: 28px;
  line-height: 38px;
  margin-top: 13px;
  text-transform: uppercase;
  text-align: left;
}
.bg-vs-inner h1 .c_descupinizacao {
  margin-top: 28px;
}
.box-whatsapp {
  position: fixed;
  z-index: 999;
  bottom: 10px;
  right: 10px;
  width: 135px;
}
.box-whatsapp a {
  width: 92%;
  padding: 4%;
  display: inline-block;
  background-color: #00A74D;
  color: #FFF;
  border-radius: 5px;
  text-align: left;
}
.box-whatsapp a span {
  width: 84%;
  float: left;
  font-size: 16px;
  line-height: 18px;
}
.box-whatsapp a img {
  width: 16%;
  float: right;
  margin-top: 7px;
  margin-bottom: -5px;
}
.outros-servicos {
  padding-top: 80px;
  padding-bottom: 40px;
}
.perguntas-frequentes {
  padding-top: 20px;
  padding-bottom: 80px;
}
.perguntas-frequentes .faq {
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  border-bottom: 2px solid #B2C0CD;
}
.perguntas-frequentes .faq .faq-title {
  padding: 15px;
  padding-bottom: 20px;
  color: ;
  font-size: 20px;
  cursor: pointer;
  font-weight: 600;
  transition: all .33s ease-in-out;
  -moz-transition: all .33s ease-in-out;
  -webkit-transition: all .33s ease-in-out;
}
.perguntas-frequentes .faq .faq-title b {
  float: right;
  font-size: 20px;
}
.perguntas-frequentes .faq .faq-title:hover {
  color: ;
}
.perguntas-frequentes .faq .faq-title:hover span,
.perguntas-frequentes .faq .faq-title:hover b {
  color: ;
}
.perguntas-frequentes .faq .ftactive {
  color: ;
}
.perguntas-frequentes .faq .ftactive span,
.perguntas-frequentes .faq .ftactive b {
  color: ;
}
.perguntas-frequentes .faq .faq-text {
  padding: 15px;
  padding-top: 0px;
  padding-bottom: 25px;
  color: ;
  display: none;
  font-size: 18px;
  line-height: 26px;
}
.row-equipe {
  margin-bottom: 110px;
}
.row-equipe h2 {
  margin-bottom: 50px;
}
.row-equipe .list-ne {
  margin-top: 20px;
}
.row-equipe .list-ne .box-pe {
  border-bottom: 2px solid #919DB7;
  padding-bottom: 10px;
}
.row-equipe .list-ne .box-pe img {
  width: 100%;
  max-width: 280px;
  border-radius: 2px;
}
.row-equipe .list-ne .box-pe h3 {
  color: #101E2E;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  margin-top: 15px;
}
.row-equipe .list-ne .box-pe p {
  color: #101E2E;
  font-size: 18px;
  margin-top: 10px;
}
.row-equipe .list-ne .slick-dots {
  bottom: -60px;
}
.row-equipe .list-ne .slick-slide {
  margin-left: 10px;
}
.row-equipe .list-ne .slick-track {
  margin-left: 0px !important;
}
.row-equipe .list-ne .slick-equipe {
  margin-left: -10px;
}
.row-equipe .list-ne .slick-prev {
  left: -20px;
}
.row-equipe .list-ne .slick-next {
  right: -30px;
}
.produtos-parceiros {
  padding-top: 100px;
  padding-bottom: 120px;
}
.produtos-parceiros h4 {
  text-align: center;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif !important;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.produtos-parceiros .list-marcas .box-marca img {
  width: 100%;
  max-width: 200px;
}
.produtos-parceiros .slick-dots {
  bottom: -60px;
}
.produtos-parceiros .slick-slide {
  margin-left: 10px;
}
.produtos-parceiros .slick-track {
  margin-left: 0px !important;
}
.produtos-parceiros .slick-equipe {
  margin-left: -10px;
}
.produtos-parceiros .slick-prev {
  left: -20px;
}
.produtos-parceiros .slick-next {
  right: -20px;
}
.content-ba-whatsapp {
  margin-top: 50px;
  text-align: center;
}
.content-ba-whatsapp a {
  width: auto;
  display: inline-block;
  background-color: #00A74D;
  color: #FFF;
  font-size: 22px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px 60px;
  border-radius: 5px;
}
.cbaw {
  margin-bottom: 50px;
}
@media (max-width: 1220px) {
  .container-fix {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1120px) {
  header {
    padding-top: 23px;
    padding-bottom: 19px;
    border-bottom: 1px solid #ccc;
  }
  header .logo {
    width: 70%;
    float: left;
    margin: 0px;
  }
  header .logo img {
    width: 80%;
  }
  header .right-contacts {
    margin-top: 10px;
    width: 25%;
    float: right;
    margin: 0px;
  }
  header .right-contacts .box-inline {
    display: none;
  }
  header .right-contacts .sociais {
    width: 16%;
    text-align: right;
  }
  header .right-contacts .sociais a {
    display: inline-block;
    font-size: 23px;
    color: #000;
    margin-left: 15px;
    margin-top: 12px;
  }
  header .right-contacts .box-mom {
    display: inline-table;
    margin-top: 9px;
  }
  header .right-contacts .box-mom .openmenu {
    margin-right: 4px;
  }
  header #bgmenu {
    display: none;
    padding-top: 20px;
    padding-bottom: 60px;
    position: absolute;
    z-index: 999;
    width: 100%;
    right: 0;
    top: -30px;
  }
  header #bgmenu ul {
    text-align: right;
  }
  header #bgmenu ul .li-close {
    display: block;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-right: 0px;
    text-align: right;
  }
  header #bgmenu ul .li-close a {
    border: 0px;
    padding: 8px 10px 8px 10px;
  }
  header #bgmenu ul .li-close a img {
    width: 25px;
  }
  header #bgmenu ul .li-close a:hover {
    background-color: transparent;
  }
  header #bgmenu ul li {
    display: block;
    margin-bottom: 12px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
  }
  header #bgmenu ul li a {
    font-size: 20px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 8px 20px 8px 20px;
  }
}
@media (max-width: 800px) {
  .banner-single {
    display: none;
  }
  .banner-single-mobile {
    display: block;
  }
  #banners-desktop {
    border-bottom: 8px solid #101E2E;
  }
  #banners-desktop .slick-dots {
    bottom: -42px;
  }
  .formc {
    width: 100%;
  }
  .formc ::placeholder {
    font-size: 16px;
  }
  .formc :-ms-input-placeholder {
    font-size: 16px;
  }
  .formc ::-ms-input-placeholder {
    font-size: 16px;
  }
  .formc label {
    font-size: 14px;
    text-align: left;
  }
  .formc input[type="text"],
  .formc input[type="email"],
  .formc input[type="tel"] {
    height: 50px;
    padding-left: 10px;
    margin-bottom: 10px;
  }
  .formc select {
    height: 40px;
    margin-bottom: 10px;
  }
  .formc textarea {
    margin-bottom: 15px;
    padding-left: 10px;
  }
  .formc input[type="submit"] {
    height: 40px;
    font-size: 13px;
    line-height: 13px;
    margin-top: 20px;
    float: left;
  }
  .msg-add-sucess {
    width: 90%;
    font-size: 15px;
    margin-top: 40px;
  }
  .bg-servicos-home {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .htp {
    font-size: 24px;
    line-height: 22px;
    border-left: 15px solid #E22528;
    padding-left: 10px;
  }
  .content-servicos {
    margin-top: 40px;
  }
  .content-servicos .box-servico {
    margin-bottom: 40px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .content-servicos .box-servico a img {
    max-width: 120px;
    margin-bottom: 5px;
  }
  .content-servicos .box-servico .title {
    width: 70%;
    padding-left: 15%;
    padding-right: 15%;
    font-size: 17px;
    min-height: 6px;
  }
  .bg-qs-home {
    height: auto;
  }
  .bg-qs-home .htp {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .bg-qs-home .text-qs {
    margin-bottom: 40px;
  }
  .bg-qs-home .text-qs p {
    font-size: 18px;
    line-height: 26px;
  }
  .bg-qs-home .right-img img {
    margin-top: -55px;
    margin-bottom: 0px;
    width: 200px;
    float: right;
  }
  .bmore a {
    font-size: 16px;
    padding: 8px 20px 8px 20px;
    border-radius: 20px;
  }
  .bg-depoimentos {
    height: auto;
    display: block;
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .bg-depoimentos h3 {
    font-size: 24px;
    line-height: 22px;
    margin-bottom: 40px;
  }
  .bg-depoimentos .slick-dots {
    bottom: -50px;
  }
  .bg-depoimentos .slick-depoimentos img {
    width: 100px;
    border: 2px solid #101E2E;
    margin-bottom: 10px;
  }
  .bg-depoimentos .slick-depoimentos .nome {
    font-size: 20px;
    margin-bottom: 0px;
  }
  .bg-depoimentos .slick-depoimentos .empresa {
    font-size: 18px;
  }
  .bg-depoimentos .slick-depoimentos .texto {
    width: 100%;
    margin-top: 10px;
  }
  .bg-depoimentos .slick-depoimentos .texto p {
    font-size: 16px;
    line-height: 25px;
  }
  .bg-depoimentos .bmore {
    margin-top: 80px;
  }
  .bg-contato-all {
    padding-top: 60px;
    padding-bottom: 55px;
  }
  .bg-contato-all .htp {
    margin-bottom: 40px;
  }
  .bg-contato-all .scl {
    padding-right: 0px;
  }
  .bg-contato-all .scr {
    padding-left: 0px;
  }
  .bg-contato-all .bg-lc {
    padding: 20px;
    margin-bottom: 30px;
  }
  .bg-contato-all .bg-lc .imgfc img {
    width: 36px;
  }
  .bg-contato-all .bg-lc .p1 {
    font-size: 18px;
    margin-top: 10px;
  }
  .bg-contato-all .bg-lc .p2 {
    font-size: 15px;
    margin-top: 5px;
  }
  .bg-contato-all .bg-lc .p2 br {
    display: none;
  }
  .bg-contato-all .bg-lc .rlpm {
    margin-top: 16px;
  }
  .bg-contato-all .bg-lc .rlpm .bleft i {
    font-size: 20px;
    margin-top: 9px;
  }
  .bg-contato-all .bg-lc .rlpm .bright {
    display: inline-block;
    float: left;
    margin-left: 13px;
  }
  .bg-contato-all .bg-lc .rlpm .bright p {
    font-size: 13px;
    line-height: 17px;
  }
  .bg-contato-all .bg-lc .rlpm .bright a {
    font-size: 17px;
  }
  .bg-contato-all .bg-so-whatsapp {
    width: 100%;
    height: 88px;
    border-radius: 8px;
    margin-top: 50px;
    margin-bottom: 0px;
  }
  .bg-contato-all .bg-so-whatsapp a {
    background-size: 90px;
    width: 100%;
    height: 88px;
    transition: all .33s ease-in-out;
    -moz-transition: all .33s ease-in-out;
    -webkit-transition: all .33s ease-in-out;
  }
  .bg-contato-all .bg-so-whatsapp a span {
    width: 95%;
    padding-left: 5%;
    display: table;
  }
  .bg-contato-all .bg-so-whatsapp a .s1 {
    font-size: 18px;
    margin-top: 6px;
  }
  .bg-contato-all .bg-so-whatsapp a .s2 {
    font-size: 13px;
    line-height: 13px;
    margin-top: 8px;
  }
  .bg-contato-all .bg-so-whatsapp a .s3 {
    font-size: 18px;
  }
  .bg-contato-all .bsw1 {
    display: none;
  }
  .bg-contato-all .bsw2 {
    display: block;
  }
  footer {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  footer .logo-footer {
    text-align: center;
  }
  footer .logo-footer img {
    max-width: 240px;
  }
  footer .mse {
    margin-top: 25px;
  }
  footer .mse .box-mf {
    display: none;
  }
  footer .mse .box-social {
    width: 100%;
  }
  footer .mse .box-social a {
    font-size: 22px;
    margin-left: 13px;
    margin-right: 13px;
  }
  footer .mse .box-address {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 18px;
  }
  footer .mse .box-address p {
    font-size: 16px;
  }
  footer .mse .box-address p i {
    margin-right: 4px;
  }
  footer .lfl {
    border-top: 1px solid #213B5A;
    margin-top: 30px;
    padding-top: 25px;
    text-align: center;
  }
  footer .lfl p {
    font-size: 12px;
    text-transform: uppercase;
  }
  footer .lfl .develop {
    text-align: center;
    margin-top: 15px;
  }
  footer .lfl .develop a {
    color: #FFF;
    font-weight: 700;
  }
  .bg-top-content {
    padding-top: 35px;
    padding-bottom: 35px;
    margin-bottom: 40px;
  }
  .bg-top-content h1 {
    font-size: 20px;
  }
  .img-main {
    margin-bottom: 20px;
  }
  .bg-gallery {
    margin-bottom: 20px;
  }
  .bg-gallery .galeria .ig {
    width: 50%;
    display: inline-block;
  }
  .bg-gallery .galeria img {
    margin-bottom: 10px;
    width: 94%;
  }
  .texto {
    margin-bottom: 30px;
  }
  .texto p {
    font-size: 16px;
    line-height: 25px;
  }
  .bg-video {
    width: 92%;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .bg-video iframe {
    height: 260px;
    margin-bottom: 20px;
  }
  .contato-inner-top .rlpmc {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .contato-inner-top .rlpmc .bleft i {
    font-size: 20px;
    margin-top: 9px;
  }
  .contato-inner-top .rlpmc .bright {
    display: inline-block;
    float: left;
    margin-left: 13px;
  }
  .contato-inner-top .rlpmc .bright p {
    font-size: 13px;
    line-height: 17px;
  }
  .contato-inner-top .rlpmc .bright a {
    font-size: 17px;
  }
  .contato-inner-top .gmap {
    margin-top: 20px;
  }
  .contato-inner-top .gmap iframe {
    width: 100%;
    height: 270px;
    border-radius: 5px;
  }
  .contato-ilow {
    margin-top: 50px;
    margin-bottom: 70px;
  }
  .contato-ilow .bg-so-whatsapp {
    width: 100%;
    height: 88px;
    border-radius: 8px;
    margin-bottom: 0px;
  }
  .contato-ilow .bg-so-whatsapp a {
    background-size: 90px;
    width: 100%;
    height: 88px;
    transition: all .33s ease-in-out;
    -moz-transition: all .33s ease-in-out;
    -webkit-transition: all .33s ease-in-out;
  }
  .contato-ilow .bg-so-whatsapp a span {
    width: 95%;
    padding-left: 5%;
    display: table;
  }
  .contato-ilow .bg-so-whatsapp a .s1 {
    font-size: 18px;
    margin-top: 6px;
  }
  .contato-ilow .bg-so-whatsapp a .s2 {
    font-size: 13px;
    line-height: 13px;
    margin-top: 8px;
  }
  .contato-ilow .bg-so-whatsapp a .s3 {
    font-size: 18px;
  }
  .contato-ilow .formc {
    width: 100%;
    float: left;
    margin-top: 50px;
  }
  .contato-ilow .formc input[type="text"],
  .contato-ilow .formc input[type="email"],
  .contato-ilow .formc input[type="tel"] {
    border: 1px solid #919DB7;
  }
  .contato-ilow .formc textarea {
    border: 1px solid #919DB7;
  }
  .list-clientes {
    margin-bottom: 10px;
    text-align: center;
  }
  .list-clientes .boxc {
    width: 50%;
    margin-bottom: 20px;
  }
  .list-clientes .boxc img {
    width: 90%;
  }
  .btc-servico {
    margin-bottom: 0px;
    background-color: #FFF;
  }
  .bg-servicos-inner {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .bg-vs-inner {
    padding-top: 20px;
    padding-bottom: 22px;
    margin-bottom: 40px;
  }
  .bg-vs-inner h1 {
    width: 100%;
    max-width: 100%;
  }
  .bg-vs-inner h1 img {
    width: 44px;
    display: inline-table;
  }
  .bg-vs-inner h1 span {
    width: 100%;
    max-width: 100%;
    float: right;
    display: inline-table;
    font-size: 18px;
    line-height: 26px;
    margin-top: 5px;
  }
  .bg-vs-inner h1 .c_descupinizacao {
    margin-top: 5px;
  }
  .box-whatsapp {
    bottom: 4px;
    right: auto;
    left: 6px;
    width: 104px;
  }
  .box-whatsapp a {
    width: 92%;
    padding: 4%;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .box-whatsapp a span {
    width: 83%;
    font-size: 13px;
    line-height: 15px;
  }
  .box-whatsapp a img {
    width: 17%;
    margin-top: 5px;
  }
  .outros-servicos {
    padding-top: 60px;
    padding-bottom: 10px;
  }
  .perguntas-frequentes {
    padding-top: 0px;
  }
  .perguntas-frequentes .faq {
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .perguntas-frequentes .faq .faq-title {
    padding: 10px;
    font-size: 16px;
  }
  .perguntas-frequentes .faq .faq-title b {
    font-size: 16px;
  }
  .perguntas-frequentes .faq .faq-text {
    padding: 10px;
    padding-top: 10px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 23px;
    text-align: left;
  }
  .row-equipe {
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .row-equipe h2 {
    margin-bottom: 40px;
  }
  .row-equipe .list-ne {
    margin-top: 20px;
  }
  .row-equipe .list-ne .box-pe {
    border-bottom: 1px solid #919DB7;
    padding-bottom: 10px;
  }
  .row-equipe .list-ne .box-pe h3 {
    font-size: 17px;
    line-height: 21px;
    margin-top: 12px;
  }
  .row-equipe .list-ne .box-pe p {
    font-size: 14px;
    margin-top: 5px;
  }
  .row-equipe .list-ne .slick-dots {
    bottom: -50px;
  }
  .produtos-parceiros {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  .produtos-parceiros h4 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 40px;
  }
  .produtos-parceiros .list-marcas .box-marca img {
    margin: 0 auto;
    width: 90%;
    max-width: 200px;
  }
  .produtos-parceiros .slick-dots {
    bottom: -50px;
  }
  .content-ba-whatsapp {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .content-ba-whatsapp a {
    font-size: 17px;
    line-height: 22px;
    padding: 15px 40px;
    border-radius: 4px;
  }
}
