@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Roboto+Condensed:wght@400;700&family=Roboto:wght@300;700&display=swap");
*, *:before, *:after {
  margin: 0;
  padding: 0;
  outline: 0;
  line-height: 1.2;
  letter-spacing: 0em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

object,
embed,
video,
iframe {
  max-width: 100%;
  height: auto; }

/*iframe,['style']{
    max-width: 100%;
    height: auto;
}*/
img {
  max-width: 100%;
  vertical-align: middle; }

ul {
  list-style: none; }

a {
  text-decoration: none; }

fieldset {
  border: 0; }

input,
select,
textarea {
  padding: 10px;
  width: 100%; }

input.btn {
  width: auto;
  cursor: pointer; }

.fontzero {
  font-size: 0; }

.clear {
  clear: both; }

footer {
  padding: 3rem 0;
  background-color: #000; }
  footer a {
    display: inline-block;
    margin: 0 auto;
    color: #FFF;
    text-decoration: none; }
  footer .redes {
    text-align: end; }
  footer a.icones img {
    width: 35px;
    margin: 0 10px; }
  footer a.logo img {
    margin-left: 30px;
    width: 190px; }
  footer p {
    color: #FFF;
    font-family: 'lufgasemibold';
    font-size: 25px; }

.main {
  width: 500%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

::-webkit-scrollbar {
  width: 0px;
  height: 0;
  background-color: transparent; }

::-webkit-scrollbar-thumb {
  width: 0px;
  background-color: transparent; }

nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: 0 auto;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  nav ul {
    background-color: #00c1a5;
    margin-bottom: 15px; }
    nav ul li {
      display: inline-block;
      padding: 15px;
      border-right: 1px solid #FFF;
      font-family: 'Roboto';
      font-weight: 700;
      letter-spacing: 1px;
      color: #FFF;
      font-size: 15px;
      text-transform: uppercase;
      margin: 0;
      width: 150px;
      text-align: center; }
      nav ul li a {
        color: #FFF;
        text-decoration: none; }
        nav ul li a:hover, nav ul li a:focus {
          color: #FFF; }
    nav ul li:last-child {
      border: none; }

.float-icones {
  position: fixed;
  top: 50px;
  right: 0;
  z-index: 1; }
  .float-icones ul {
    margin: 0; }
    .float-icones ul li {
      background-color: #00c1a5;
      padding: 10px 10px;
      list-style: none;
      margin: 0;
      -webkit-transition: -webkit-filter 0.5s ease-in-out;
      transition: -webkit-filter 0.5s ease-in-out;
      transition: filter 0.5s ease-in-out;
      transition: filter 0.5s ease-in-out, -webkit-filter 0.5s ease-in-out;
      cursor: pointer; }
      .float-icones ul li:hover {
        background-color: #282828; }
        .float-icones ul li:hover img {
          -webkit-filter: brightness(0) saturate(100%) invert(98%) sepia(1%) saturate(254%) hue-rotate(1deg) brightness(120%) contrast(100%);
                  filter: brightness(0) saturate(100%) invert(98%) sepia(1%) saturate(254%) hue-rotate(1deg) brightness(120%) contrast(100%); }
    .float-icones ul li.whatsapp {
      margin-top: 5px;
      -webkit-transform: scale(1.5);
          -ms-transform: scale(1.5);
              transform: scale(1.5);
      background-color: #282828; }
      .float-icones ul li.whatsapp img {
        -webkit-filter: brightness(0) saturate(100%) invert(46%) sepia(86%) saturate(941%) hue-rotate(135deg) brightness(98%) contrast(101%);
                filter: brightness(0) saturate(100%) invert(46%) sepia(86%) saturate(941%) hue-rotate(135deg) brightness(98%) contrast(101%);
        width: 70%;
        margin: 0 auto; }
      .float-icones ul li.whatsapp:hover img {
        -webkit-filter: brightness(0) saturate(100%) invert(98%) sepia(1%) saturate(254%) hue-rotate(1deg) brightness(120%) contrast(100%);
                filter: brightness(0) saturate(100%) invert(98%) sepia(1%) saturate(254%) hue-rotate(1deg) brightness(120%) contrast(100%); }

.sec-home {
  padding: 0;
  background: no-repeat center bottom/cover;
  height: 100vh;
  background-color: #000; }
  .sec-home .height {
    height: 100vh; }
    .sec-home .height div {
      position: absolute;
      bottom: 20vh; }
      .sec-home .height div p {
        color: #FFF;
        font-family: 'Lato';
        font-weight: 700;
        font-size: 16px;
        margin: 15px 0 25px; }
      .sec-home .height div a {
        background-color: #00c1a5;
        text-decoration: none;
        font-family: 'Roboto';
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #FFF;
        text-transform: uppercase;
        padding: 10px 15px 7px;
        border-radius: 10px;
        font-size: 18px;
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
        .sec-home .height div a img {
          display: inline-block;
          vertical-align: top;
          margin-left: 5px; }
  .sec-home .logo img {
    display: block;
    margin: 50px auto;
    max-width: 150px; }

.sec-servicos {
  background-color: #FFF;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .sec-servicos .main-servicos {
    width: 100%;
    padding: 0 3rem; }
  .sec-servicos .info {
    vertical-align: top;
    padding: 0 2rem;
    display: inline-block; }
  .sec-servicos .estacao {
    position: relative; }
  .sec-servicos .content-left {
    width: 59.5%;
    padding: 2rem; }
    .sec-servicos .content-left .estacao-center {
      padding: 2rem 0;
      margin-left: 60px; }
      .sec-servicos .content-left .estacao-center .img {
        right: -170px !important; }
  .sec-servicos .content-right {
    width: 39.5%;
    padding: 2rem;
    margin-top: 25px; }
    .sec-servicos .content-right .conteudo {
      max-width: 60%;
      background-color: #ededed;
      padding: 2rem;
      margin: 0 auto;
      margin-right: 45px; }
      .sec-servicos .content-right .conteudo h3 {
        font-family: 'Lato';
        font-weight: 900;
        color: #00c1a5;
        font-size: 25px;
        margin: 0;
        letter-spacing: 1px;
        max-width: 300px; }
      .sec-servicos .content-right .conteudo p {
        font-family: 'Lato';
        font-weight: 700;
        color: #373333;
        font-size: 15px;
        margin-bottom: 0;
        max-width: 300px;
        padding: 25px 0; }
  .sec-servicos .title {
    padding: 2rem; }
    .sec-servicos .title h3 {
      font-family: 'Lato';
      font-weight: 900;
      color: #00c1a5;
      font-size: 25px;
      margin: 0;
      letter-spacing: 1px;
      max-width: 300px;
      text-align: end; }
  .sec-servicos .content {
    background-color: #ededed;
    padding: 2rem;
    max-width: 90%; }
    .sec-servicos .content p {
      font-family: 'Lato';
      font-weight: 700;
      color: #373333;
      font-size: 16px;
      margin-bottom: 0;
      max-width: 300px;
      text-align: end; }
      .sec-servicos .content p strong {
        font-family: 'Lato';
        font-weight: 900;
        color: #00c1a5; }
  .sec-servicos .img {
    position: absolute;
    top: -262px;
    right: -80px; }
    .sec-servicos .img img {
      max-width: 75%;
      display: block;
      margin: 0 auto; }

.sec-msg {
  background-color: #FFF;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .sec-msg .conteudo {
    height: 70vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .sec-msg .conteudo p {
      font-family: 'Lato';
      font-size: 33px;
      font-weight: 400;
      line-height: 1;
      margin-top: 25px; }
      .sec-msg .conteudo p span {
        font-family: 'Lato';
        font-weight: 900;
        display: inline-block; }
  .sec-msg .bg-msg {
    background: no-repeat center center/contain;
    height: 76vh; }

.sec-depoimentos {
  background: #FFF;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .sec-depoimentos .box {
    background-color: #f2efef;
    border: 1px solid #dcd9d9;
    padding: 2rem;
    box-shadow: inset 0px 0px 12px 6px #dcd9d9;
    position: relative;
    margin-top: 20px;
    min-height: 220px; }
    .sec-depoimentos .box div {
      display: inline-block; }
    .sec-depoimentos .box .logo {
      width: 29.5%;
      text-align: center; }
      .sec-depoimentos .box .logo .txt {
        position: absolute;
        bottom: 5vh;
        left: 40px; }
        .sec-depoimentos .box .logo .txt h3 {
          margin: 0;
          font-family: 'Lato';
          font-weight: 700;
          font-size: 2rem; }
        .sec-depoimentos .box .logo .txt p {
          font-family: 'Lato';
          font-weight: 400;
          color: #1e2221;
          font-size: 19px; }
      .sec-depoimentos .box .logo .img {
        padding: 20px;
        border: 1px solid #dcd9d9;
        border-radius: 50%;
        position: absolute;
        top: -55px;
        left: 65px;
        background-color: #FFF;
        width: 150px;
        height: 150px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        box-shadow: inset 0px 0px 12px 6px #dcd9d9; }
        .sec-depoimentos .box .logo .img img {
          display: block;
          margin: 0 auto;
          width: 63%; }
    .sec-depoimentos .box .conteudo {
      width: 69.5%; }
      .sec-depoimentos .box .conteudo p {
        font-family: 'Lato';
        font-size: 17px;
        margin-bottom: 0;
        font-weight: 400; }
      .sec-depoimentos .box .conteudo a.morelink {
        opacity: 0; }
  .sec-depoimentos .empresas {
    border: 1px solid #8dd1b7;
    padding: 4rem;
    margin-top: 100px;
    position: relative; }
    .sec-depoimentos .empresas .logo {
      position: absolute;
      top: -60px;
      left: 0;
      right: 0; }
      .sec-depoimentos .empresas .logo img {
        display: block;
        margin: 0 auto;
        width: 200px; }
    .sec-depoimentos .empresas ul {
      margin-bottom: 0; }
      .sec-depoimentos .empresas ul li {
        display: inline-block;
        margin: 0;
        width: 110px; }
        .sec-depoimentos .empresas ul li img {
          width: 80%;
          aspect-ratio: 3/2;
          object-fit: contain;
          display: block;
          margin: 0 auto; }

.sec-form {
  background-color: #282828;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  box-shadow: -9px 0px 28px -3px #282828; }
  .sec-form .form {
    padding: 1rem 0;
    max-width: 60%; }
    .sec-form .form .logo {
      padding: 0.5 2rem; }
      .sec-form .form .logo img {
        margin-bottom: 15px;
        width: 165px; }
      .sec-form .form .logo h3 {
        font-family: 'Lato';
        font-weight: 900;
        color: #FFF;
        font-size: 25px;
        margin: 0;
        margin-bottom: 10px;
        letter-spacing: 1px; }
        .sec-form .form .logo h3 span {
          color: #6fc5a4; }
    .sec-form .form .sucesso {
      display: none; }
      .sec-form .form .sucesso p {
        font-family: 'Lato';
        font-weight: 400;
        color: #FFF;
        font-size: 18px;
        margin: 0;
        text-align: center; }
    .sec-form .form form input, .sec-form .form form select {
      border: 1px solid #FFF;
      background: transparent;
      font-family: 'Lato';
      font-weight: 400;
      color: #FFF;
      margin: 15px 0;
      padding: 10px 18px;
      font-size: 14px; }
      .sec-form .form form input::-webkit-input-placeholder, .sec-form .form form select::-webkit-input-placeholder {
        font-family: 'Lato';
        font-weight: 400;
        color: #FFF;
        font-size: 14px; }
      .sec-form .form form input::-moz-placeholder, .sec-form .form form select::-moz-placeholder {
        font-family: 'Lato';
        font-weight: 400;
        color: #FFF;
        font-size: 14px; }
      .sec-form .form form input:-ms-input-placeholder, .sec-form .form form select:-ms-input-placeholder {
        font-family: 'Lato';
        font-weight: 400;
        color: #FFF;
        font-size: 14px; }
      .sec-form .form form input::-ms-input-placeholder, .sec-form .form form select::-ms-input-placeholder {
        font-family: 'Lato';
        font-weight: 400;
        color: #FFF;
        font-size: 14px; }
      .sec-form .form form input::placeholder, .sec-form .form form select::placeholder {
        font-family: 'Lato';
        font-weight: 400;
        color: #FFF;
        font-size: 14px; }
    .sec-form .form form select {
      margin: 0;
      -webkit-appearance: none;
      background: url(../images/arrow-down.png) no-repeat right center;
      background-position-x: calc(100% - 20px);
      padding: 10px 18px;
      background-color: #282828; }
      .sec-form .form form select option {
        background-color: #282828;
        color: #FFF; }
    .sec-form .form form input[type="submit"] {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      display: block;
      margin: 15px auto;
      background: #00c1a5;
      border-radius: 10px;
      padding: 7px 30px;
      border: none; }
      .sec-form .form form input[type="submit"]:hover {
        text-decoration: none; }
    .sec-form .form .redessociais {
      margin: 25px 0;
      text-align: center; }
      .sec-form .form .redessociais a {
        display: inline-block; }
      .sec-form .form .redessociais .whatsappfooter {
        margin: 15px 0; }
        .sec-form .form .redessociais .whatsappfooter a {
          text-decoration: none;
          color: #FFF;
          font-family: 'Roboto';
          font-weight: 300;
          font-size: 20px; }
          .sec-form .form .redessociais .whatsappfooter a img {
            display: inline-block; }

.modais {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 99999;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh; }
  .modais .content-modais {
    width: 700px;
    margin: 50px auto;
    background: #FFFFF5;
    padding: 2rem; }
    .modais .content-modais .sucesso {
      display: none; }
      .modais .content-modais .sucesso h3 {
        max-width: 350px; }
    .modais .content-modais h3 {
      color: #282828;
      font-family: 'Lato';
      font-size: 30px;
      font-weight: 700;
      margin: 0 0 10px;
      padding: 0; }
    .modais .content-modais p {
      font-family: 'Lato';
      color: #282828;
      font-size: 16px;
      font-weight: 400; }
    .modais .content-modais a {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      background-color: #282828;
      border-radius: 10px;
      padding: 10px 20px;
      color: #FFF;
      cursor: pointer;
      display: block;
      margin-top: 15px;
      text-decoration: none; }
    .modais .content-modais form input,
    .modais .content-modais form select {
      margin: 10px 0;
      border: 1px solid #A1A1A1;
      border-radius: 7px;
      font-family: 'Lato';
      font-weight: 400;
      color: #A1A1A1;
      background-color: transparent;
      font-size: 1.6rem;
      padding: 1.5rem 1.8rem;
      letter-spacing: -0.015em; }
      .modais .content-modais form input::-webkit-input-placeholder, .modais .content-modais form select::-webkit-input-placeholder {
        color: #A1A1A1;
        font-family: 'Lato';
        font-weight: 400; }
      .modais .content-modais form input::-moz-placeholder, .modais .content-modais form select::-moz-placeholder {
        color: #A1A1A1;
        font-family: 'Lato';
        font-weight: 400; }
      .modais .content-modais form input:-ms-input-placeholder, .modais .content-modais form select:-ms-input-placeholder {
        color: #A1A1A1;
        font-family: 'Lato';
        font-weight: 400; }
      .modais .content-modais form input::-ms-input-placeholder, .modais .content-modais form select::-ms-input-placeholder {
        color: #A1A1A1;
        font-family: 'Lato';
        font-weight: 400; }
      .modais .content-modais form input::placeholder,
      .modais .content-modais form select::placeholder {
        color: #A1A1A1;
        font-family: 'Lato';
        font-weight: 400; }
    .modais .content-modais form select {
      margin: 0; }
    .modais .content-modais form textarea {
      border: 1px solid #A1A1A1;
      border-radius: 7px;
      font-family: 'Lato';
      font-weight: 400;
      color: #A1A1A1;
      background-color: transparent;
      margin-top: 10px; }
      .modais .content-modais form textarea::-webkit-input-placeholder {
        color: #A1A1A1;
        font-family: 'Lato';
        font-weight: 400; }
      .modais .content-modais form textarea::-moz-placeholder {
        color: #A1A1A1;
        font-family: 'Lato';
        font-weight: 400; }
      .modais .content-modais form textarea:-ms-input-placeholder {
        color: #A1A1A1;
        font-family: 'Lato';
        font-weight: 400; }
      .modais .content-modais form textarea::-ms-input-placeholder {
        color: #A1A1A1;
        font-family: 'Lato';
        font-weight: 400; }
      .modais .content-modais form textarea::placeholder {
        color: #A1A1A1;
        font-family: 'Lato';
        font-weight: 400; }
    .modais .content-modais form .btn-enviar {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      background-color: #00c1a5;
      border: #00c1a5;
      border-radius: 23px;
      padding: 10px 20px;
      color: #FFF;
      cursor: pointer;
      text-decoration: none; }
    .modais .content-modais form .msg-error {
      display: none;
      color: #f00; }
    .modais .content-modais .fechar {
      text-align: right; }
      .modais .content-modais .fechar img {
        -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%) hue-rotate(38deg) brightness(96%) contrast(103%);
                filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%) hue-rotate(38deg) brightness(96%) contrast(103%);
        cursor: pointer;
        float: right; }

.error-form {
  border: 1px solid #F00 !important; }

.valide-form {
  border: 1px solid #19d216 !important; }

.mob {
  display: none; }

.float-icones-mob {
  display: none; }

@media (min-width: 1441px) and (max-width: 2048px) {
  .sec-msg .bg-msg {
    height: 44vh; }
  .sec-servicos .main-servicos {
    width: 1366px;
    margin: 0 auto; } }

@media (min-width: 1367px) and (max-width: 1440px) {
  .sec-banner {
    height: 83vh; }
  .sec-conheca .box {
    top: 30vh; } }

@media (max-width: 1280px) {
  .sec-servicos .title {
    padding: 1.5rem 2rem; }
  .sec-servicos .content-right {
    padding: 1.5rem 2rem;
    margin-top: -3px; }
  .sec-servicos .title h3 {
    max-width: 270px;
    font-size: 21px; }
  .sec-servicos .content p {
    max-width: 270px;
    font-size: 14px; }
  .sec-form .form form input, .sec-form .form form select {
    margin: 7px 0; } }

@media (max-width: 1024px) {
  .desk,
  nav {
    display: none; }
  .mob {
    display: block; }
  .sec-home-mob {
    background: no-repeat center center/cover;
    height: 100vh; }
    .sec-home-mob .overlay {
      height: calc(100vh - 5rem);
      width: 100%;
      position: absolute;
      background: -webkit-linear-gradient(top, #282828 0%, #282828 100%);
      background: -webkit-linear-gradient(top, rgba(40, 40, 40, 0) 0%, #282828 100%);
      background: linear-gradient(to bottom, rgba(40, 40, 40, 0) 0%, #282828 100%); }
    .sec-home-mob .height {
      height: calc(100vh - 16vh); }
      .sec-home-mob .height .conteudo {
        position: absolute;
        bottom: 55px; }
        .sec-home-mob .height .conteudo p {
          color: #FFF;
          font-family: 'Lato';
          font-weight: 700;
          font-size: 16px;
          margin: 15px 0 25px;
          max-width: 450px; }
  .sec-servicos-mob {
    background-color: #FFF; }
    .sec-servicos-mob .carousel-servicos {
      width: 100%; }
      .sec-servicos-mob .carousel-servicos .carousel-cell {
        width: 100%; }
      .sec-servicos-mob .carousel-servicos .box {
        background-color: #f0f0f0;
        margin: 10px auto; }
        .sec-servicos-mob .carousel-servicos .box .conteudo {
          padding: 2rem;
          min-height: 230px; }
          .sec-servicos-mob .carousel-servicos .box .conteudo h3 {
            font-family: 'Lato';
            font-weight: 900;
            color: #00c1a5;
            font-size: 25px;
            margin: 0;
            margin-bottom: 10px;
            letter-spacing: 1px; }
          .sec-servicos-mob .carousel-servicos .box .conteudo p {
            font-family: 'Lato';
            font-weight: 700;
            color: #373333;
            font-size: 16px;
            margin-bottom: 0; }
            .sec-servicos-mob .carousel-servicos .box .conteudo p span, .sec-servicos-mob .carousel-servicos .box .conteudo p strogng {
              color: #00c1a5; }
      .sec-servicos-mob .carousel-servicos .flickity-page-dots .dot {
        background: transparent;
        opacity: 1;
        border: 2px solid #373333; }
      .sec-servicos-mob .carousel-servicos .flickity-page-dots .dot.is-selected {
        background: #373333; }
  .sec-msg-mob {
    background-color: #FFF; }
    .sec-msg-mob p {
      font-family: 'Lato';
      font-size: 33px;
      font-weight: 900;
      line-height: 1;
      margin-top: 25px;
      margin: 40px auto;
      text-align: center;
      max-width: 70%; }
    .sec-msg-mob .bg-msg {
      background: no-repeat center center/contain;
      height: 76vh; }
  .sec-depoimentos-mob {
    background: #232323 no-repeat center top/cover;
    padding-top: 15em;
    background-position-y: -50vh; }
    .sec-depoimentos-mob .box-image {
      background-color: #FFF;
      max-width: 50%;
      margin: 0px auto;
      padding: 4rem 2rem; }
      .sec-depoimentos-mob .box-image img {
        display: block;
        margin: 0 auto; }
    .sec-depoimentos-mob .box-text {
      background-color: #00c1a5;
      padding: 2rem;
      max-width: 50%;
      margin: 0px auto; }
      .sec-depoimentos-mob .box-text h3 {
        margin: 0;
        text-align: center;
        font-family: 'Lato';
        font-weight: 700;
        font-size: 2rem;
        color: #FFF; }
      .sec-depoimentos-mob .box-text p.sub {
        text-align: center; }
      .sec-depoimentos-mob .box-text p {
        font-family: 'Lato';
        font-weight: 400;
        color: #1e2221;
        font-size: 19px;
        color: #FFF; }
      .sec-depoimentos-mob .box-text .morecontent span {
        display: none; }
      .sec-depoimentos-mob .box-text .morelink {
        display: block;
        color: #282828;
        font-family: 'Lato';
        margin-top: 30px;
        text-decoration: none; }
  .sec-clientes-mob {
    background-color: #FFF; }
    .sec-clientes-mob h2 {
      text-align: center;
      font-family: 'Lato';
      font-weight: 700;
      font-size: 2rem;
      color: #000; }
    .sec-clientes-mob ul {
      margin: 0;
      text-align: center; }
      .sec-clientes-mob ul li {
        display: inline-block;
        margin: 0;
        width: 110px; }
        .sec-clientes-mob ul li img {
          width: 80%;
          aspect-ratio: 3/2;
          object-fit: contain;
          display: block;
          margin: 0 auto; }
  .sec-form {
    background-color: #242424;
    height: auto; }
    .sec-form .form {
      padding: 2rem 2rem 8rem;
      margin: 0 auto;
      background-color: #272727; }
      .sec-form .form .btn-send {
        float: right; }
    .sec-form .redessociais {
      margin: 35px 0;
      text-align: center; }
      .sec-form .redessociais a {
        display: inline-block; }
      .sec-form .redessociais .whatsappfooter {
        margin: 15px 0; }
        .sec-form .redessociais .whatsappfooter a {
          text-decoration: none;
          color: #FFF;
          font-family: 'Roboto';
          font-weight: 300;
          font-size: 24px; }
          .sec-form .redessociais .whatsappfooter a img {
            display: inline-block; }
    .sec-form .line {
      width: 100%;
      height: 1px;
      background-color: #FFF;
      margin: 20px 0; }
    .sec-form .copy {
      text-align: center; }
      .sec-form .copy p {
        font-family: 'Lato';
        color: #FFF;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 0; } }

@media (max-width: 768px) {
  .float-icones {
    display: none; }
  .float-icones-mob {
    display: block;
    position: fixed;
    bottom: 0px;
    right: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    width: 100%;
    background: #00c1a5; }
    .float-icones-mob ul {
      margin: 0; }
      .float-icones-mob ul li {
        background-color: #00c1a5;
        padding: 10px 10px;
        list-style: none;
        margin: 0;
        text-align: center;
        -webkit-transition: -webkit-filter 0.5s ease-in-out;
        transition: -webkit-filter 0.5s ease-in-out;
        transition: filter 0.5s ease-in-out;
        transition: filter 0.5s ease-in-out, -webkit-filter 0.5s ease-in-out;
        cursor: pointer;
        display: inline-block;
        width: 15%; }
        .float-icones-mob ul li img {
          display: block;
          margin: 0 auto; }
        .float-icones-mob ul li span {
          display: block;
          color: #2c2c2c;
          font-family: 'Lato';
          font-weight: 400;
          font-size: 16px; }
      .float-icones-mob ul li.whatsapp {
        background-color: #282828;
        -webkit-transform: scale(1.3);
            -ms-transform: scale(1.3);
                transform: scale(1.3);
        padding-bottom: 20px; }
        .float-icones-mob ul li.whatsapp img {
          -webkit-filter: brightness(0) saturate(100%) invert(57%) sepia(83%) saturate(1044%) hue-rotate(125deg) brightness(88%) contrast(101%);
                  filter: brightness(0) saturate(100%) invert(57%) sepia(83%) saturate(1044%) hue-rotate(125deg) brightness(88%) contrast(101%); }
        .float-icones-mob ul li.whatsapp span {
          color: #FFF; }
  .sec-servicos-mob .carousel-servicos .box {
    max-width: 60%;
    margin: 0 auto; }
  .sec-servicos-mob .flickity-page-dots .dot {
    background: transparent;
    opacity: 1;
    border: 2px solid #FFF; }
  .sec-servicos-mob .flickity-page-dots .dot.is-selected {
    background: #FFF; }
  .sec-clientes-mob ul li {
    width: 145px; }
  .sec-form {
    padding-bottom: 10em; } }

@media (max-width: 568px) {
  .float-icones-mob ul li {
    width: 25%; }
  .float-icones-mob ul li.whatsapp {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
  .sec-clientes-mob ul li {
    width: 120px; }
  .sec-depoimentos-mob {
    background-size: contain;
    background-position-y: 0vh; }
    .sec-depoimentos-mob .box-image,
    .sec-depoimentos-mob .box-text {
      max-width: 70%; }
  .sec-msg-mob .bg-msg {
    height: 35vh; }
  .sec-servicos-mob .carousel-servicos .box {
    max-width: 100%; } }

@media (max-width: 414px) {
  .sec-msg-mob .bg-msg {
    height: 24vh; }
  .sec-msg-mob p {
    max-width: 100%; }
  .sec-depoimentos-mob .box-image,
  .sec-depoimentos-mob .box-text {
    max-width: 90%; }
  .sec-form .form {
    max-width: 90%; }
  .sec-servicos-mob .carousel-servicos .box img {
    min-height: 218px; }
  .sec-servicos-mob .carousel-servicos .box .conteudo {
    min-height: 300px; } }

@media (max-width: 390px) {
  .sec-clientes-mob ul li {
    width: 80px; }
  .float-icones-mob ul li {
    width: 30%; } }

@media (max-width: 375px) {
  .float-icones-mob ul li span {
    font-size: 13px; }
  .sec-form .form .logo h3 {
    font-size: 18px; }
  .sec-msg-mob p {
    font-size: 25px; } }
