@charset "UTF-8";
/* Globais.
 * --------------------------------------- */
/* Dimensões para aparelhos
 * Leva em consideração a largura máxima
 * -------------------------------------*/
/* Local das imagens
 *
 * -------------------------------------*/
/* Tipografia
 *
 * A url colocada deve ser de onde a fonte
 * estará disponível na versão de produção
 * -------------------------------------*/
/* Declaração de fontes externas.
 * --------------------------------------- */
@font-face {
  font-family: MaisonNeue;
  src: url("../fonts/MaisonNeue-Mono.eot");
  src: url("../fonts/MaisonNeue-Monod41d.eot?#iefix") format("embedded-opentype"), url("../fonts/MaisonNeue-Mono.woff") format("woff"), url("../fonts/MaisonNeue-Mono.ttf") format("truetype"); }

@font-face {
  font-family: Graphik;
  src: url("../fonts/Graphik-Medium.eot");
  src: url("../fonts/Graphik-Mediumd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Medium.woff") format("woff"), url("../fonts/Graphik-Medium.ttf") format("truetype");
  font-weight: 500; }

@font-face {
  font-family: Graphik;
  src: url("../fonts/Graphik-Regular.eot");
  src: url("../fonts/Graphik-Regulard41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Regular.woff") format("woff"), url("../fonts/Graphik-Regular.ttf") format("truetype"); }

@font-face {
  font-family: Graphik;
  src: url("../fonts/Graphik-Semibold.eot");
  src: url("../fonts/Graphik-Semiboldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Semibold.woff") format("woff"), url("../fonts/Graphik-Semibold.ttf") format("truetype");
  font-weight: 600; }

@font-face {
  font-family: Bauhaus;
  src: url("../fonts/BAUHAUSB.ttf");
  src: url("../fonts/BAUHAUSB.ttf") format("truetype"); }

/* Ícones.
 * --------------------------------------- */
@font-face {
  font-family: slick;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg"); }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?onbstt");
  src: url("../fonts/icomoon.eot?onbstt#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?onbstt") format("truetype"), url("../fonts/icomoon.woff?onbstt") format("woff"), url("../fonts/icomoon.svg?onbstt#icomoon") format("svg"); }

/* Fontes (tamanhos)
 * -------------------------------------*/
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-i-integracao:before {
  content: "\e900"; }

.icon-i-mecanico:before {
  content: "\e901"; }

.icon-i-produtos:before {
  content: "\e902"; }

.icon-i-suporte:before {
  content: "\e903"; }

.icon-i-video:before {
  content: "\e904"; }

/* Declaração do tamanho da fonte padrão.
 * --------------------------------------- */
html {
  font-family: Graphik, Helvetica, sans-serif;
  font-weight: normal; }

body {
  font-size: 70%;
  font-family: Graphik, Helvetica, sans-serif;
  font-weight: normal; }

html {
  height: 100%; }

.container_grid_12colunas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: .50;
  filter: alpha(opacity=65);
  visibility: hidden; }

.grid {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 900;
  text-align: center;
  opacity: 50%;
  visibility: hidden; }

._100 {
  height: 100%; }

._800 {
  height: 800px; }

.revisar {
  background-color: #f4f4f4;
  border: solid 1px #e1e1e1; }

/* Visibilidade.
 * --------------------------------------- */
.visivel {
  visibility: visible; }

.invisivel {
  visibility: hidden; }

/* animação
 * --------------------------------------- */
.animacaoRecursiva {
  -webkit-animation-iteration-count: infinite; }

.elemento-animar {
  opacity: 1;
  transform: translate(0px, 0px);
  transition: 1.7s ease-in-out; }

.travar-animacao-page-1 {
  opacity: 0; }

/* Mixin.
 * --------------------------------------- */
/* Componentes.
 * --------------------------------------- */
/* Fixed header and footer.
 * --------------------------------------- */
#header {
  position: fixed;
  width: 100%;
  height: 90px;
  background: transparent;
  z-index: 999;
  text-align: center;
  color: #000000;
  /* padding: 20px 0 0 0; */
  /* display:block; */ }

#header {
  top: 0px; }
  #header .menu-icon {
    line-height: 60px;
    width: 100%;
    background: #000;
    text-align: right;
    box-sizing: border-box;
    padding: 15px 24px;
    cursor: pointer;
    color: #fff;
    display: none; }
  #header .logo {
    position: fixed;
    float: left;
    margin: 16px 46px;
    color: #fff;
    width: 8%; }
  #header nav {
    position: fixed;
    width: 100%;
    line-height: 60px; }
    #header nav ul {
      line-height: 60px;
      list-style: none;
      background: rgba(0, 0, 0, 0);
      overflow: hidden;
      color: #fff;
      padding: 0;
      text-align: right;
      margin: 0;
      padding-right: 40px;
      transition: 1s; }
      #header nav ul li {
        display: inline-block;
        padding: 16px 40px; }
        #header nav ul li a {
          text-decoration: none;
          color: #000000;
          font-size: 16px; }
  #header nav.black ul {
    background-color: rgba(10, 23, 55, 0.08); }

/* Botão de indicação
 * --------------------------------------- */
.botao-sem-acao {
  width: 98%;
  height: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  .botao-sem-acao img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    float: left; }
  .botao-sem-acao span {
    font-family: Graphik, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1;
    display: block;
    padding-top: 15px; }

/* Botão de vídeo
 * --------------------------------------- */
.botao-video,
.botao-depoimento {
  width: 220px;
  height: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px transparent; }
  .botao-video [class^="fa"], .botao-video [class*=" fa-"],
  .botao-depoimento [class^="fa"],
  .botao-depoimento [class*=" fa-"] {
    font-size: 40px;
    padding: 10px;
    float: left;
    color: #1b8ab4; }
  .botao-video img,
  .botao-depoimento img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    float: left; }
  .botao-video span,
  .botao-depoimento span {
    font-family: Graphik, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1;
    display: block;
    padding-top: 23px;
    color: #004b9c;
    font-weight: 500; }
  .botao-video:hover,
  .botao-depoimento:hover {
    cursor: pointer;
    font-weight: normal;
    background-color: #36a1f3; }
    .botao-video:hover [class^="fa"], .botao-video:hover [class*=" fa-"],
    .botao-depoimento:hover [class^="fa"],
    .botao-depoimento:hover [class*=" fa-"] {
      color: #ffffff; }
    .botao-video:hover span,
    .botao-depoimento:hover span {
      color: #ffffff;
      background-color: #36a1f3; }

.full-screen {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999999;
  background-color: #ffffff; }

.flex-container-center {
  displaY: flex;
  flex-direction: column;
  justify-content: center; }

.full-screen {
  color: white; }

.hidden {
  display: none; }

/* ===========================================
   Slick Slider
   @mixin ========================================== */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
    -webkit-user-select--moz-user-select: none;
      -webkit-user-select--moz-user-select--ms-user-select: none;
        -webkit-user-select--moz-user-select--ms-user-select-user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
    -ms-touch-action-touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform--moz-transform: translate3d(0, 0, 0);
      -webkit-transform--moz-transform--ms-transform: translate3d(0, 0, 0);
        -webkit-transform--moz-transform--ms-transform--o-transform: translate3d(0, 0, 0);
          -webkit-transform--moz-transform--ms-transform--o-transform-transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both; }
  .slick-track:before, .slick-track:after {
    display: table;
    content: ''; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* ===========================================
   Slick Slider - custom
   @mixin ========================================== */
/* Slider */
.slick-loading .slick-list {
  background: #fff slick-image-url("ajax-loader.gif") center center no-repeat; }

/* Icons */
/* Os ícons fonts foram definidos no arquivo fontes.sass */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.container-mini-slider {
  display: flex;
  width: 400px; }
  .container-mini-slider .image-section {
    height: 250px;
    width: 300px;
    position: relative;
    border-radius: 15px;
    overflow: hidden; }
    .container-mini-slider .image-section .img-slide-carros {
      width: 200px !important;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 99; }
    .container-mini-slider .image-section .img-01 {
      top: -30%;
      top: 130%; }
    .container-mini-slider .image-section .img-03 {
      top: 130%; }
  .container-mini-slider .info-section {
    height: 200px;
    width: 450px;
    position: relative;
    margin-top: 25px;
    margin-left: -150px;
    border-radius: 15px; }
    .container-mini-slider .info-section .product-02, .container-mini-slider .info-section .product-01, .container-mini-slider .info-section .product-03 {
      height: 200px;
      width: 200px;
      position: absolute;
      left: 33%;
      background-color: transparent; }
      .container-mini-slider .info-section .product-02 .product-name, .container-mini-slider .info-section .product-01 .product-name, .container-mini-slider .info-section .product-03 .product-name {
        font-family: Graphik, Helvetica, sans-serif;
        font-weight: 600;
        font-size: 25px;
        color: #fecb0d;
        margin-top: 40px;
        margin-left: 5px;
        text-align: right; }
      .container-mini-slider .info-section .product-02 .palavra01, .container-mini-slider .info-section .product-02 .palavra02, .container-mini-slider .info-section .product-01 .palavra01, .container-mini-slider .info-section .product-01 .palavra02, .container-mini-slider .info-section .product-03 .palavra01, .container-mini-slider .info-section .product-03 .palavra02 {
        font-family: MaisonNeue, Graphik, Helvetica, sans-serif;
        font-weight: 50;
        font-size: 20px;
        color: #fecb0d;
        margin-top: 5px;
        margin-left: 5px;
        text-align: right; }
    .container-mini-slider .info-section .product-01, .container-mini-slider .info-section .product-03 {
      display: none; }

.btn-next, .btn-prev {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  font-family: monospace;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  line-height: 45px;
  color: #cb3843;
  position: absolute;
  top: 50%;
  left: 95%;
  transform: translate(-50%, -50%);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer; }

.btn-prev {
  left: 0%;
  box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.2); }

/* Páginas.
 * --------------------------------------- */
/* PÁGINA: inforlube-system
 * --------------------------------------- */
body {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cedbe5+0,ffffff+20,ffffff+80,cedbe5+100 */
  background: #cedbe5;
  background: -moz-linear-gradient(top, #cedbe5 0%, #ffffff 20%, #ffffff 80%, #cedbe5 100%);
  background: -webkit-linear-gradient(top, #cedbe5 0%, #ffffff 20%, #ffffff 80%, #cedbe5 100%);
  background: linear-gradient(to bottom, #cedbe5 0%, #ffffff 20%, #ffffff 80%, #cedbe5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedbe5', endColorstr='#cedbe5',GradientType=0 );
  font-size: 16px; }

/* Telefone Suspenso
 * --------------------------------------- */
.containerPhone {
  width: 100%;
  position: absolute;
  z-index: 1000;
  text-align: center;
  height: 0; }
  .containerPhone .wrapper-custom {
    /* width: 20%; */
    margin-left: 40%;
    margin-top: 50%;
    transition: .7s ease-out;
    position: relative;
    background-color: transparent; }
    .containerPhone .wrapper-custom img {
      width: 100%;
      z-index: 20;
      position: absolute;
      margin-left: -50%; }
    .containerPhone .wrapper-custom .containerVideo, .containerPhone .wrapper-custom .containerTelas {
      /* margin: 5.8% 5% 0% 5%; */
      margin: 6% 5% 0% 8%;
      z-index: 10;
      /* width: 90%; */
      width: 84%;
      position: absolute; }
    .containerPhone .wrapper-custom .containerVideo {
      visibility: hidden; }
      .containerPhone .wrapper-custom .containerVideo video {
        width: 100%; }

/* FullPages - Sections
 * --------------------------------------- */
#fullpage {
  font-size: 16px; }
  #fullpage #page_inforlube_system_inicio {
    background: #ffffff;
    background: -webkit-linear-gradient(175deg, #fc0 0%, #fc0 75%, transparent 0%, transparent 100%);
    background: -o-linear-gradient(175deg, #fc0 0%, #fc0 75%, transparent 0%, transparent 100%);
    background: -moz-linear-gradient(175deg, #fc0 0%, #fc0 75%, transparent 0%, transparent 100%);
    background: linear-gradient(175deg, #fc0 0%, #fc0 75%, transparent 0%, transparent 100%); }
    #fullpage #page_inforlube_system_inicio .contem-textos {
      position: absolute;
      top: 20%;
      z-index: 4;
      width: 100%;
      text-align: left; }
      #fullpage #page_inforlube_system_inicio .contem-textos div#p1te h1 {
        font-family: Graphik, Helvetica, sans-serif;
        font-size: calc(6.25em);
        color: #fff;
        line-height: 1em;
        font-weight: 600; }
      #fullpage #page_inforlube_system_inicio .contem-textos div#p1te h4 {
        font-family: Graphik, Helvetica, sans-serif;
        font-size: 25px;
        color: #000000;
        font-weight: normal; }
      #fullpage #page_inforlube_system_inicio .contem-textos div#p1td {
        font-family: Graphik, Helvetica, sans-serif;
        font-size: 25px;
        color: #000;
        padding-left: 4%;
        font-weight: normal; }
    #fullpage #page_inforlube_system_inicio .contem-carro {
      position: absolute;
      top: 47%;
      z-index: 2; }
      #fullpage #page_inforlube_system_inicio .contem-carro .carro {
        width: 100%; }
  #fullpage #page_inforlube_system_apresentacao {
    background: transparent;
    background: -webkit-linear-gradient(105deg, #fecb0d 0%, #fecb0d 65%, transparent 0%, transparent 100%);
    background: -o-linear-gradient(105deg, #fecb0d 0%, #fecb0d 65%, transparent 0%, transparent 100%);
    background: -moz-linear-gradient(105deg, #fecb0d 0%, #fecb0d 65%, transparent 0%, transparent 100%);
    background: linear-gradient(105deg, #fecb0d 0%, #fecb0d 65%, transparent 0%, transparent 100%); }
    #fullpage #page_inforlube_system_apresentacao .contem-textos, #fullpage #page_inforlube_system_apresentacao .contem-textos-linha02, #fullpage #page_inforlube_system_apresentacao .contem-textos-linha03 {
      position: absolute;
      top: 22%;
      z-index: 4;
      width: 100%;
      text-align: left; }
      #fullpage #page_inforlube_system_apresentacao .contem-textos div#p2e h1, #fullpage #page_inforlube_system_apresentacao .contem-textos div#p2e1 h1, #fullpage #page_inforlube_system_apresentacao .contem-textos-linha02 div#p2e h1, #fullpage #page_inforlube_system_apresentacao .contem-textos-linha02 div#p2e1 h1, #fullpage #page_inforlube_system_apresentacao .contem-textos-linha03 div#p2e h1, #fullpage #page_inforlube_system_apresentacao .contem-textos-linha03 div#p2e1 h1 {
        font-family: Graphik, Helvetica, sans-serif;
        font-size: 55px;
        font-weight: 600;
        line-height: 1em;
        color: #fff; }
      #fullpage #page_inforlube_system_apresentacao .contem-textos div#p2e h4, #fullpage #page_inforlube_system_apresentacao .contem-textos div#p2e1 h4, #fullpage #page_inforlube_system_apresentacao .contem-textos-linha02 div#p2e h4, #fullpage #page_inforlube_system_apresentacao .contem-textos-linha02 div#p2e1 h4, #fullpage #page_inforlube_system_apresentacao .contem-textos-linha03 div#p2e h4, #fullpage #page_inforlube_system_apresentacao .contem-textos-linha03 div#p2e1 h4 {
        font-family: Graphik, Helvetica, sans-serif;
        font-size: 22px;
        font-weight: 600;
        line-height: 1.5;
        color: #000; }
      #fullpage #page_inforlube_system_apresentacao .contem-textos div#p2d h4, #fullpage #page_inforlube_system_apresentacao .contem-textos-linha02 div#p2d h4, #fullpage #page_inforlube_system_apresentacao .contem-textos-linha03 div#p2d h4 {
        font-family: Graphik, Helvetica, sans-serif;
        font-size: 22px;
        font-weight: normal;
        line-height: 1.5;
        color: #000;
        padding-left: 4%; }
    #fullpage #page_inforlube_system_apresentacao .contem-textos-linha02 {
      top: 60%;
      text-align: left;
      color: #ffffff; }
    #fullpage #page_inforlube_system_apresentacao .contem-textos-linha03 {
      top: 50%;
      text-align: left;
      color: blue; }
      #fullpage #page_inforlube_system_apresentacao .contem-textos-linha03 #p2d1 {
        text-align: center; }
        #fullpage #page_inforlube_system_apresentacao .contem-textos-linha03 #p2d1 img {
          width: 300px; }
  #fullpage #page_inforlube_system_crm {
    background: #ffffff;
    background: -webkit-linear-gradient(105deg, #fecb0d 0%, #fecb0d 53%, transparent 0%, transparent 100%);
    background: -o-linear-gradient(105deg, #fecb0d 0%, #fecb0d 53%, transparent 0%, transparent 100%);
    background: -moz-linear-gradient(105deg, #fecb0d 0%, #fecb0d 53%, transparent 0%, transparent 100%);
    background: linear-gradient(105deg, #fecb0d 0%, #fecb0d 53%, transparent 0%, transparent 100%); }
    #fullpage #page_inforlube_system_crm .linha01, #fullpage #page_inforlube_system_crm .linha02, #fullpage #page_inforlube_system_crm .linha03 {
      font-family: Graphik, Helvetica, sans-serif;
      position: absolute;
      width: 100%;
      text-align: left; }
    #fullpage #page_inforlube_system_crm .linha01 {
      top: 22%;
      z-index: 4; }
      #fullpage #page_inforlube_system_crm .linha01 #p3e, #fullpage #page_inforlube_system_crm .linha01 #p3d {
        font-family: Graphik, Helvetica, sans-serif;
        line-height: 1.5em; }
        #fullpage #page_inforlube_system_crm .linha01 #p3e h1, #fullpage #page_inforlube_system_crm .linha01 #p3d h1 {
          font-size: 75px;
          font-weight: 600;
          line-height: 1em;
          color: #ffffff; }
        #fullpage #page_inforlube_system_crm .linha01 #p3e h2, #fullpage #page_inforlube_system_crm .linha01 #p3d h2 {
          font-size: 38px;
          font-weight: 600;
          line-height: 1em;
          color: #ffffff; }
        #fullpage #page_inforlube_system_crm .linha01 #p3e h4, #fullpage #page_inforlube_system_crm .linha01 #p3d h4 {
          font-size: 22px;
          font-weight: 600;
          line-height: 1.5em;
          color: #000000; }
    #fullpage #page_inforlube_system_crm .linha02 {
      top: 60%;
      z-index: 5; }
      #fullpage #page_inforlube_system_crm .linha02 #p3e1 {
        font-family: Graphik, Helvetica, sans-serif;
        line-height: 1.5em; }
        #fullpage #page_inforlube_system_crm .linha02 #p3e1 h4 {
          font-size: 22px;
          font-weight: 600;
          line-height: 1.5em;
          color: #000000; }
    #fullpage #page_inforlube_system_crm .linha03 {
      top: 57%;
      z-index: 3;
      text-align: center; }
      #fullpage #page_inforlube_system_crm .linha03 img {
        width: 250px; }
  #fullpage #page_inforlube_system_integracao {
    background: #ffffff;
    background: -webkit-linear-gradient(105deg, #fecb0d 0%, #fecb0d 41%, transparent 0%, transparent 100%);
    background: -o-linear-gradient(105deg, #fecb0d 0%, #fecb0d 41%, transparent 0%, transparent 100%);
    background: -moz-linear-gradient(105deg, #fecb0d 0%, #fecb0d 41%, transparent 0%, transparent 100%);
    background: linear-gradient(105deg, #fecb0d 0%, #fecb0d 41%, transparent 0%, transparent 100%); }
    #fullpage #page_inforlube_system_integracao .linha01, #fullpage #page_inforlube_system_integracao .linha02, #fullpage #page_inforlube_system_integracao .linha03 {
      font-family: Graphik, Helvetica, sans-serif;
      position: absolute;
      width: 100%;
      text-align: left; }
    #fullpage #page_inforlube_system_integracao .linha01 {
      top: 22%;
      z-index: 1; }
      #fullpage #page_inforlube_system_integracao .linha01 #p4e img {
        width: 550px; }
      #fullpage #page_inforlube_system_integracao .linha01 #p4d {
        font-family: Graphik, Helvetica, sans-serif;
        line-height: 1.5em; }
        #fullpage #page_inforlube_system_integracao .linha01 #p4d h1 {
          font-size: 75px;
          font-weight: 600;
          line-height: 1em;
          color: #fecb0d; }
        #fullpage #page_inforlube_system_integracao .linha01 #p4d h2 {
          font-size: 38px;
          font-weight: 600;
          line-height: 1em;
          color: #fecb0d; }
    #fullpage #page_inforlube_system_integracao .linha02 {
      top: 58%;
      z-index: 2; }
      #fullpage #page_inforlube_system_integracao .linha02 #p4d1 {
        font-family: Graphik, Helvetica, sans-serif;
        line-height: 1.5em; }
        #fullpage #page_inforlube_system_integracao .linha02 #p4d1 h4 {
          font-size: 22px;
          font-weight: 600;
          line-height: 1.5em;
          color: #000000; }
    #fullpage #page_inforlube_system_integracao .linha03 {
      top: 88%;
      z-index: 3; }
  #fullpage #page_inforlube_system_treinamento {
    background: #ffffff;
    background: -webkit-linear-gradient(105deg, #fecb0d 0%, #fecb0d 29%, transparent 0%, transparent 100%);
    background: -o-linear-gradient(105deg, #fecb0d 0%, #fecb0d 29%, transparent 0%, transparent 100%);
    background: -moz-linear-gradient(105deg, #fecb0d 0%, #fecb0d 29%, transparent 0%, transparent 100%);
    background: linear-gradient(105deg, #fecb0d 0%, #fecb0d 29%, transparent 0%, transparent 100%); }
    #fullpage #page_inforlube_system_treinamento #p5_certificado {
      width: 550px;
      height: 100%;
      position: relative; }
      #fullpage #page_inforlube_system_treinamento #p5_certificado img {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0; }
    #fullpage #page_inforlube_system_treinamento .linha01, #fullpage #page_inforlube_system_treinamento .linha02, #fullpage #page_inforlube_system_treinamento .linha03 {
      font-family: Graphik, Helvetica, sans-serif;
      position: absolute;
      width: 100%;
      text-align: left; }
    #fullpage #page_inforlube_system_treinamento .linha01 {
      top: 12%;
      z-index: 4; }
      #fullpage #page_inforlube_system_treinamento .linha01 #p5_titulo, #fullpage #page_inforlube_system_treinamento .linha01 #p5_texto {
        font-family: Graphik, Helvetica, sans-serif;
        line-height: 1.5em;
        margin-bottom: 25px; }
        #fullpage #page_inforlube_system_treinamento .linha01 #p5_titulo h1, #fullpage #page_inforlube_system_treinamento .linha01 #p5_texto h1 {
          font-size: 75px;
          font-weight: 600;
          line-height: 1em;
          color: #fecb0d; }
      #fullpage #page_inforlube_system_treinamento .linha01 #p5_texto h4 {
        font-size: 25px;
        font-weight: 600;
        line-height: 1.5em;
        color: #000000; }
      #fullpage #page_inforlube_system_treinamento .linha01 #p5_visualizar {
        margin-top: 40px; }
  #fullpage #page_inforlube_system_seguranca {
    background: #ffffff;
    background: -webkit-linear-gradient(-175deg, #fc0 0%, #fc0 35%, transparent 0%, transparent 100%);
    background: -o-linear-gradient(-175deg, #fc0 0%, #fc0 35%, transparent 0%, transparent 100%);
    background: -moz-linear-gradient(-175deg, #fc0 0%, #fc0 35%, transparent 0%, transparent 100%);
    background: linear-gradient(-175deg, #fc0 0%, #fc0 35%, transparent 0%, transparent 100%); }
    #fullpage #page_inforlube_system_seguranca #p6_atendente {
      width: 850px;
      height: 100%;
      position: relative; }
      #fullpage #page_inforlube_system_seguranca #p6_atendente img {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0; }
    #fullpage #page_inforlube_system_seguranca .linha01, #fullpage #page_inforlube_system_seguranca .linha02, #fullpage #page_inforlube_system_seguranca .linha03 {
      font-family: Graphik, Helvetica, sans-serif;
      position: absolute;
      width: 100%;
      text-align: left; }
    #fullpage #page_inforlube_system_seguranca .linha01 {
      top: 10%;
      z-index: 4; }
      #fullpage #page_inforlube_system_seguranca .linha01 #p6_titulo {
        font-family: Graphik, Helvetica, sans-serif;
        line-height: 1.5em;
        margin-bottom: 25px; }
      #fullpage #page_inforlube_system_seguranca .linha01 h1 {
        font-size: 75px;
        font-weight: 600;
        line-height: 1em;
        color: #ffffff;
        text-align: right; }
      #fullpage #page_inforlube_system_seguranca .linha01 h2 {
        font-size: 38px;
        font-weight: 600;
        line-height: 1em;
        color: #ffffff;
        text-align: right; }
    #fullpage #page_inforlube_system_seguranca .linha02 {
      top: 45%;
      z-index: 2; }
      #fullpage #page_inforlube_system_seguranca .linha02 #p6_texto h4 {
        font-size: 22px;
        font-weight: 600;
        line-height: 1.5em;
        color: #000000;
        text-align: right; }
    #fullpage #page_inforlube_system_seguranca .linha03 {
      top: 75%;
      z-index: 7; }
  #fullpage #page_inforlube_system_customizado {
    background: #ffffff;
    background: -webkit-linear-gradient(175deg, #fc0 0%, #fc0 45%, transparent 0%, transparent 100%);
    background: -o-linear-gradient(175deg, #fc0 0%, #fc0 45%, transparent 0%, transparent 100%);
    background: -moz-linear-gradient(175deg, #fc0 0%, #fc0 45%, transparent 0%, transparent 100%);
    background: linear-gradient(175deg, #fc0 0%, #fc0 45%, transparent 0%, transparent 100%);
    position: relative; }
    #fullpage #page_inforlube_system_customizado #p7_private_image {
      width: 750px;
      height: 100%;
      position: absolute;
      right: 50px;
      top: 0; }
      #fullpage #page_inforlube_system_customizado #p7_private_image img {
        width: 100%;
        position: absolute;
        bottom: 0;
        right: 0; }
    #fullpage #page_inforlube_system_customizado .linha01, #fullpage #page_inforlube_system_customizado .linha02 {
      font-family: Graphik, Helvetica, sans-serif;
      position: absolute;
      width: 100%;
      text-align: left; }
    #fullpage #page_inforlube_system_customizado .linha01 {
      top: 14%;
      z-index: 4; }
      #fullpage #page_inforlube_system_customizado .linha01 #p7_titulo {
        font-family: Graphik, Helvetica, sans-serif;
        line-height: 1.5em;
        margin-bottom: 25px; }
        #fullpage #page_inforlube_system_customizado .linha01 #p7_titulo h1 {
          font-size: 75px;
          font-weight: 600;
          line-height: 1em;
          color: #ffffff;
          text-align: left; }
    #fullpage #page_inforlube_system_customizado .linha02 {
      top: 55%;
      z-index: 2; }
      #fullpage #page_inforlube_system_customizado .linha02 #p7_lista {
        font-size: 22px;
        font-weight: 600;
        line-height: 1.5em;
        color: #000000; }
        #fullpage #page_inforlube_system_customizado .linha02 #p7_lista ul {
          list-style-type: circle;
          text-align: left; }
          #fullpage #page_inforlube_system_customizado .linha02 #p7_lista ul li {
            line-height: 2.5; }
  #fullpage #page_inforlube_system_portal {
    background: #ffffff;
    background: -webkit-linear-gradient(355deg, #fc0 0%, #fc0 45%, transparent 0%, transparent 100%);
    background: -o-linear-gradient(355deg, #fc0 0%, #fc0 45%, transparent 0%, transparent 100%);
    background: -moz-linear-gradient(355deg, #fc0 0%, #fc0 45%, transparent 0%, transparent 100%);
    background: linear-gradient(355deg, #fc0 0%, #fc0 45%, transparent 0%, transparent 100%);
    position: relative; }
    #fullpage #page_inforlube_system_portal #p9_images_aparelhos {
      width: 750px;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
      #fullpage #page_inforlube_system_portal #p9_images_aparelhos #p9_container_images {
        position: absolute;
        width: 100%;
        height: 400px;
        top: 45%; }
        #fullpage #page_inforlube_system_portal #p9_images_aparelhos #p9_container_images #imgEsquerda, #fullpage #page_inforlube_system_portal #p9_images_aparelhos #p9_container_images #imgCentro, #fullpage #page_inforlube_system_portal #p9_images_aparelhos #p9_container_images #imgDireita, #fullpage #page_inforlube_system_portal #p9_images_aparelhos #p9_container_images #p9_texto_imagens {
          position: absolute; }
        #fullpage #page_inforlube_system_portal #p9_images_aparelhos #p9_container_images #imgEsquerda {
          width: 40%;
          left: 3%;
          top: 21%;
          z-index: 1; }
        #fullpage #page_inforlube_system_portal #p9_images_aparelhos #p9_container_images #imgCentro {
          width: 23%;
          left: 40%;
          z-index: 4; }
        #fullpage #page_inforlube_system_portal #p9_images_aparelhos #p9_container_images #imgDireita {
          width: 64%;
          left: 44%;
          top: 19%;
          z-index: 2; }
        #fullpage #page_inforlube_system_portal #p9_images_aparelhos #p9_container_images #p9_texto_imagens {
          width: 50%;
          left: 25%;
          top: 90%;
          z-index: 3;
          font-family: MaisonNeue, Graphik, Helvetica, sans-serif;
          font-size: 10px;
          color: #000000; }
    #fullpage #page_inforlube_system_portal .linha01, #fullpage #page_inforlube_system_portal .linha02, #fullpage #page_inforlube_system_portal .linha03 {
      font-family: Graphik, Helvetica, sans-serif;
      position: absolute;
      width: 100%;
      text-align: left; }
    #fullpage #page_inforlube_system_portal .linha01 {
      top: 12%;
      z-index: 2; }
      #fullpage #page_inforlube_system_portal .linha01 #p9_chamada h4 {
        font-size: 38px;
        font-weight: 600;
        line-height: 1.5em;
        color: #000000; }
    #fullpage #page_inforlube_system_portal .linha02 {
      top: 40%;
      z-index: 4; }
    #fullpage #page_inforlube_system_portal .linha03 {
      top: 60%;
      z-index: 4; }
      #fullpage #page_inforlube_system_portal .linha03 #p9_titulo {
        font-family: Graphik, Helvetica, sans-serif;
        line-height: 1.5em;
        margin-bottom: 25px; }
        #fullpage #page_inforlube_system_portal .linha03 #p9_titulo h1 {
          font-size: 55px;
          font-weight: 600;
          line-height: 1em;
          color: #ffffff;
          text-align: left; }

/* ===========================================
   Custom - Slick Slider
   @mixin ========================================== */
/* Arrows */
.slick-prev,
.slick-next {
  z-index: 100; }
  .slick-prev:before,
  .slick-next:before {
    font-size: 60px;
    color: #fecb0d; }

.slick-prev {
  left: 25px; }
  [dir="rtl"] .slick-prev {
    right: 25px; }

.slick-next {
  right: 65px; }
  [dir="rtl"] .slick-next {
    left: 65px; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  bottom: -25px; }
  .slick-dots li button:before {
    font-size: 12px; }

/* PÁGINA: inforlube-system
 * --------------------------------------- */
body {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cedbe5+0,ffffff+20,ffffff+80,cedbe5+100 */ }

/* Telefone Suspenso
 * --------------------------------------- */
.containerPhone {
  width: 100%;
  position: absolute;
  z-index: 1000;
  text-align: center;
  height: 0; }
  .containerPhone .wrapper-custom {
    /* width: 20%; */
    margin-left: 40%;
    margin-top: 50%;
    transition: .7s ease-out;
    position: relative;
    background-color: transparent; }
    .containerPhone .wrapper-custom img {
      width: 100%;
      z-index: 20;
      position: absolute;
      margin-left: -50%; }
    .containerPhone .wrapper-custom .containerVideo, .containerPhone .wrapper-custom .containerTelas {
      /* margin: 5.8% 5% 0% 5%; */
      margin: 6% 5% 0% 8%;
      z-index: 10;
      /* width: 90%; */
      width: 84%;
      position: absolute; }
    .containerPhone .wrapper-custom .containerVideo {
      visibility: hidden; }
      .containerPhone .wrapper-custom .containerVideo video {
        width: 100%; }

/* FullPages - Sections
 * --------------------------------------- */
#fullpage_inforlube_system #page_inforlube_system_inicio {
  background: #ffffff;
  background: -webkit-linear-gradient(175deg, #fecb0d 0%, #fecb0d 55%, transparent 0%, transparent 100%);
  background: -o-linear-gradient(175deg, #fecb0d 0%, #fecb0d 55%, transparent 0%, transparent 100%);
  background: -moz-linear-gradient(175deg, #fecb0d 0%, #fecb0d 55%, transparent 0%, transparent 100%);
  background: linear-gradient(175deg, #fecb0d 0%, #fecb0d 55%, transparent 0%, transparent 100%); }
  #fullpage_inforlube_system #page_inforlube_system_inicio .contem-textos {
    position: absolute;
    top: 20%;
    z-index: 4;
    width: 100%;
    text-align: left; }
    #fullpage_inforlube_system #page_inforlube_system_inicio .contem-textos div#p1te h1 {
      font-size: calc(6.25em);
      color: #fff;
      line-height: 1em;
      font-weight: 800; }
    #fullpage_inforlube_system #page_inforlube_system_inicio .contem-textos div#p1te h4 {
      font-size: 25px;
      color: #000000;
      font-weight: 500;
      margin-left: 10px; }
    #fullpage_inforlube_system #page_inforlube_system_inicio .contem-textos div#p1td {
      font-size: 32px;
      color: #000;
      padding-top: 70px;
      font-weight: 200; }
  #fullpage_inforlube_system #page_inforlube_system_inicio .contem-carro {
    position: absolute;
    top: 47%;
    z-index: 2; }
    #fullpage_inforlube_system #page_inforlube_system_inicio .contem-carro .carro {
      width: 100%; }

#fullpage_inforlube_system #page_inforlube_system_apresentacao {
  background: transparent;
  background: -webkit-linear-gradient(105deg, #fecb0d 0%, #fecb0d 65%, transparent 0%, transparent 100%);
  background: -o-linear-gradient(105deg, #fecb0d 0%, #fecb0d 65%, transparent 0%, transparent 100%);
  background: -moz-linear-gradient(105deg, #fecb0d 0%, #fecb0d 65%, transparent 0%, transparent 100%);
  background: linear-gradient(105deg, #fecb0d 0%, #fecb0d 65%, transparent 0%, transparent 100%); }
  #fullpage_inforlube_system #page_inforlube_system_apresentacao .contem-textos, #fullpage_inforlube_system #page_inforlube_system_apresentacao .contem-textos-linha02, #fullpage_inforlube_system #page_inforlube_system_apresentacao .contem-textos-linha03 {
    position: absolute;
    top: 22%;
    z-index: 4;
    width: 100%;
    text-align: left; }
    #fullpage_inforlube_system #page_inforlube_system_apresentacao .contem-textos div#p2e h1, #fullpage_inforlube_system #page_inforlube_system_apresentacao .contem-textos div#p2e1 h1, #fullpage_inforlube_system #page_inforlube_system_apresentacao .contem-textos-linha02 div#p2e h1, #fullpage_inforlube_system #page_inforlube_system_apresentacao .contem-textos-linha02 div#p2e1 h1, #fullpage_inforlube_system #page_inforlube_system_apresentacao .contem-textos-linha03 div#p2e h1, #fullpage_inforlube_system #page_inforlube_system_apresentacao .contem-textos-linha03 div#p2e1 h1 {
      font-size: 65px;
      font-weight: 600;
      color: #fff;
      margin-bottom: -30px; }
    #fullpage_inforlube_system #page_inforlube_system_apresentacao .contem-textos div#p2e h4, #fullpage_inforlube_system #page_inforlube_system_apresentacao .contem-textos div#p2e1 h4, #fullpage_inforlube_system #page_inforlube_system_apresentacao .contem-textos-linha02 div#p2e h4, #fullpage_inforlube_system #page_inforlube_system_apresentacao .contem-textos-linha02 div#p2e1 h4, #fullpage_inforlube_system #page_inforlube_system_apresentacao .contem-textos-linha03 div#p2e h4, #fullpage_inforlube_system #page_inforlube_system_apresentacao .contem-textos-linha03 div#p2e1 h4 {
      font-size: 22px;
      font-weight: normal;
      line-height: 1.5;
      color: #000000; }
    #fullpage_inforlube_system #page_inforlube_system_apresentacao .contem-textos div#p2d h4, #fullpage_inforlube_system #page_inforlube_system_apresentacao .contem-textos-linha02 div#p2d h4, #fullpage_inforlube_system #page_inforlube_system_apresentacao .contem-textos-linha03 div#p2d h4 {
      font-size: 22px;
      font-weight: normal;
      line-height: 1.5;
      color: #000000;
      padding-left: 4%; }
  #fullpage_inforlube_system #page_inforlube_system_apresentacao .contem-textos-linha02 {
    top: 60%;
    text-align: left;
    color: #ffffff; }
  #fullpage_inforlube_system #page_inforlube_system_apresentacao .contem-textos-linha03 {
    top: 50%;
    text-align: left;
    color: blue; }
    #fullpage_inforlube_system #page_inforlube_system_apresentacao .contem-textos-linha03 #p2d1 {
      text-align: center; }
      #fullpage_inforlube_system #page_inforlube_system_apresentacao .contem-textos-linha03 #p2d1 img {
        width: 300px; }

#fullpage_inforlube_system #page_inforlube_system_crm {
  background: #ffffff;
  background: -webkit-linear-gradient(105deg, #fecb0d 0%, #fecb0d 53%, transparent 0%, transparent 100%);
  background: -o-linear-gradient(105deg, #fecb0d 0%, #fecb0d 53%, transparent 0%, transparent 100%);
  background: -moz-linear-gradient(105deg, #fecb0d 0%, #fecb0d 53%, transparent 0%, transparent 100%);
  background: linear-gradient(105deg, #fecb0d 0%, #fecb0d 53%, transparent 0%, transparent 100%); }
  #fullpage_inforlube_system #page_inforlube_system_crm .linha01, #fullpage_inforlube_system #page_inforlube_system_crm .linha02, #fullpage_inforlube_system #page_inforlube_system_crm .linha03 {
    position: absolute;
    width: 100%;
    text-align: left; }
  #fullpage_inforlube_system #page_inforlube_system_crm .linha01 {
    top: 22%;
    z-index: 4; }
    #fullpage_inforlube_system #page_inforlube_system_crm .linha01 #p3e, #fullpage_inforlube_system #page_inforlube_system_crm .linha01 #p3d {
      line-height: 1.5em; }
      #fullpage_inforlube_system #page_inforlube_system_crm .linha01 #p3e h1, #fullpage_inforlube_system #page_inforlube_system_crm .linha01 #p3d h1 {
        font-size: 75px;
        font-weight: 600;
        line-height: 1em;
        color: #ffffff; }
      #fullpage_inforlube_system #page_inforlube_system_crm .linha01 #p3e h2, #fullpage_inforlube_system #page_inforlube_system_crm .linha01 #p3d h2 {
        font-size: 38px;
        font-weight: 600;
        line-height: 1em;
        color: #ffffff; }
      #fullpage_inforlube_system #page_inforlube_system_crm .linha01 #p3e h4, #fullpage_inforlube_system #page_inforlube_system_crm .linha01 #p3d h4 {
        font-size: 22px;
        font-weight: normal;
        line-height: 1.5em;
        color: #000000;
        padding-left: 4%; }
  #fullpage_inforlube_system #page_inforlube_system_crm .linha02 {
    top: 60%;
    z-index: 5; }
    #fullpage_inforlube_system #page_inforlube_system_crm .linha02 #p3e1 {
      line-height: 1.5em; }
      #fullpage_inforlube_system #page_inforlube_system_crm .linha02 #p3e1 h4 {
        font-size: 22px;
        font-weight: normal;
        line-height: 1.5em;
        color: #000000; }
  #fullpage_inforlube_system #page_inforlube_system_crm .linha03 {
    top: 57%;
    z-index: 3;
    text-align: center;
    font-family: Graphik, Helvetica, sans-serif; }
    #fullpage_inforlube_system #page_inforlube_system_crm .linha03 .sms-imagem {
      width: 100px;
      height: 100px;
      float: left;
      margin-left: 20px; }
      #fullpage_inforlube_system #page_inforlube_system_crm .linha03 .sms-imagem img {
        height: 100%; }
    #fullpage_inforlube_system #page_inforlube_system_crm .linha03 .sms-texto, #fullpage_inforlube_system #page_inforlube_system_crm .linha03 .sms-info {
      width: 280px;
      height: 75px;
      float: left;
      font-size: 25px;
      font-weight: 600;
      text-align: left; }
    #fullpage_inforlube_system #page_inforlube_system_crm .linha03 .sm-texto {
      color: #fecb0d; }
    #fullpage_inforlube_system #page_inforlube_system_crm .linha03 .sms-info {
      height: 25px;
      font-family: MaisonNeue, Graphik, Helvetica, sans-serif;
      font-size: 10px;
      font-weight: normal; }

#fullpage_inforlube_system #page_inforlube_system_integracao {
  background: #ffffff;
  background: -webkit-linear-gradient(105deg, #fecb0d 0%, #fecb0d 41%, transparent 0%, transparent 100%);
  background: -o-linear-gradient(105deg, #fecb0d 0%, #fecb0d 41%, transparent 0%, transparent 100%);
  background: -moz-linear-gradient(105deg, #fecb0d 0%, #fecb0d 41%, transparent 0%, transparent 100%);
  background: linear-gradient(105deg, #fecb0d 0%, #fecb0d 41%, transparent 0%, transparent 100%); }
  #fullpage_inforlube_system #page_inforlube_system_integracao .linha01, #fullpage_inforlube_system #page_inforlube_system_integracao .linha02, #fullpage_inforlube_system #page_inforlube_system_integracao .linha03 {
    position: absolute;
    width: 100%;
    text-align: left; }
  #fullpage_inforlube_system #page_inforlube_system_integracao .linha01 {
    top: 16%;
    z-index: 1; }
    #fullpage_inforlube_system #page_inforlube_system_integracao .linha01 #p4e img {
      width: 460px;
      position: absolute;
      left: 327px;
      top: 100px; }
    #fullpage_inforlube_system #page_inforlube_system_integracao .linha01 #p4d {
      line-height: 1.5em; }
      #fullpage_inforlube_system #page_inforlube_system_integracao .linha01 #p4d h1 {
        font-size: 75px;
        font-weight: 600;
        line-height: 1em;
        color: #fecb0d;
        padding-left: 4%; }
      #fullpage_inforlube_system #page_inforlube_system_integracao .linha01 #p4d h2 {
        font-size: 38px;
        font-weight: 600;
        line-height: 1em;
        color: #fecb0d;
        padding-left: 4%; }
  #fullpage_inforlube_system #page_inforlube_system_integracao .linha02 {
    top: 48%;
    z-index: 2; }
    #fullpage_inforlube_system #page_inforlube_system_integracao .linha02 #p4d1 {
      line-height: 1.5em; }
      #fullpage_inforlube_system #page_inforlube_system_integracao .linha02 #p4d1 h4 {
        font-size: 22px;
        font-weight: normal;
        line-height: 1.5em;
        color: #000000;
        padding-left: 4%; }
  #fullpage_inforlube_system #page_inforlube_system_integracao .linha03 {
    top: 88%;
    z-index: 3; }

#fullpage_inforlube_system #page_inforlube_system_wizard {
  background: #ffffff;
  background: -webkit-linear-gradient(355deg, #fc0 0%, #fc0 27%, transparent 0%, transparent 100%);
  background: -o-linear-gradient(355deg, #fc0 0%, #fc0 27%, transparent 0%, transparent 100%);
  background: -moz-linear-gradient(355deg, #fc0 0%, #fc0 27%, transparent 0%, transparent 100%);
  background: linear-gradient(355deg, #fc0 0%, #fc0 27%, transparent 0%, transparent 100%); }
  #fullpage_inforlube_system #page_inforlube_system_wizard .linha01, #fullpage_inforlube_system #page_inforlube_system_wizard .linha02 {
    position: absolute;
    width: 100%;
    text-align: left; }
  #fullpage_inforlube_system #page_inforlube_system_wizard .linha01 {
    top: 12%;
    z-index: 2; }
    #fullpage_inforlube_system #page_inforlube_system_wizard .linha01 h1 {
      font-size: 75px;
      font-weight: 600;
      line-height: 1em;
      color: #fecb0d;
      text-align: center; }
  #fullpage_inforlube_system #page_inforlube_system_wizard .linha02 {
    top: 30%;
    z-index: 3; }
    #fullpage_inforlube_system #page_inforlube_system_wizard .linha02 #p8_container_slide {
      width: 100%;
      height: 480px;
      position: relative; }
      #fullpage_inforlube_system #page_inforlube_system_wizard .linha02 #p8_container_slide .slide-atendimento {
        width: 100%;
        height: 100%;
        position: absolute;
        background-image: url("../images/temp/celular-deitado-02.png");
        background-size: 1100px;
        background-repeat: no-repeat;
        background-position-y: 230px;
        background-position-x: 50%; }
        #fullpage_inforlube_system #page_inforlube_system_wizard .linha02 #p8_container_slide .slide-atendimento .slide-contem-info {
          width: 100%;
          height: 60px;
          z-index: 1;
          text-align: center;
          font-size: 25px;
          font-weight: 600;
          text-transform: uppercase; }
        #fullpage_inforlube_system #page_inforlube_system_wizard .linha02 #p8_container_slide .slide-atendimento .slide-contem-imagem {
          width: 100%;
          height: 280px;
          position: relative; }
          #fullpage_inforlube_system #page_inforlube_system_wizard .linha02 #p8_container_slide .slide-atendimento .slide-contem-imagem img {
            position: absolute;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, 0); }

#fullpage_inforlube_system #page_inforlube_system_treinamento {
  background-color: #fecb0d; }
  #fullpage_inforlube_system #page_inforlube_system_treinamento #p5_certificado {
    width: 550px;
    height: 100%;
    position: relative;
    left: 10%; }
    #fullpage_inforlube_system #page_inforlube_system_treinamento #p5_certificado img {
      height: 80%;
      position: absolute;
      bottom: 0;
      left: 0; }
  #fullpage_inforlube_system #page_inforlube_system_treinamento .linha01 {
    position: absolute;
    width: 100%;
    text-align: left;
    top: 12%;
    z-index: 4; }
    #fullpage_inforlube_system #page_inforlube_system_treinamento .linha01 #p5_titulo, #fullpage_inforlube_system #page_inforlube_system_treinamento .linha01 #p5_texto {
      line-height: 1.5em;
      margin-bottom: 25px; }
      #fullpage_inforlube_system #page_inforlube_system_treinamento .linha01 #p5_titulo h1, #fullpage_inforlube_system #page_inforlube_system_treinamento .linha01 #p5_texto h1 {
        font-size: 75px;
        font-weight: 600;
        line-height: 1em;
        color: #ffffff; }
      #fullpage_inforlube_system #page_inforlube_system_treinamento .linha01 #p5_titulo h2, #fullpage_inforlube_system #page_inforlube_system_treinamento .linha01 #p5_texto h2 {
        font-size: 38px;
        font-weight: 600;
        line-height: 1em;
        color: #ffffff;
        margin-bottom: -20px; }
    #fullpage_inforlube_system #page_inforlube_system_treinamento .linha01 #p5_texto {
      padding: 40px 0 20px 0; }
    #fullpage_inforlube_system #page_inforlube_system_treinamento .linha01 #p5_texto h4 {
      font-size: 25px;
      font-weight: normal;
      line-height: 1.5em;
      color: #000000; }
    #fullpage_inforlube_system #page_inforlube_system_treinamento .linha01 #p5_botoes_sem_acao .botao-sem-acao {
      width: 33.33%;
      float: left; }
      #fullpage_inforlube_system #page_inforlube_system_treinamento .linha01 #p5_botoes_sem_acao .botao-sem-acao .p5_icone {
        width: 100%;
        display: block;
        text-align: center; }
        #fullpage_inforlube_system #page_inforlube_system_treinamento .linha01 #p5_botoes_sem_acao .botao-sem-acao .p5_icone [class^="icon-"], #fullpage_inforlube_system #page_inforlube_system_treinamento .linha01 #p5_botoes_sem_acao .botao-sem-acao .p5_icone [class*=" icon-"] {
          font-size: 55px;
          color: #ffffff; }
      #fullpage_inforlube_system #page_inforlube_system_treinamento .linha01 #p5_botoes_sem_acao .botao-sem-acao span {
        width: 100%;
        text-align: center;
        display: block; }
    #fullpage_inforlube_system #page_inforlube_system_treinamento .linha01 #p5_visualizar {
      margin-top: 80px; }

#fullpage_inforlube_system #page_inforlube_system_seguranca {
  background: #ffffff;
  background: -webkit-linear-gradient(-182deg, #fc0 0%, #fc0 48%, transparent 0%, transparent 100%);
  background: -o-linear-gradient(-182deg, #fc0 0%, #fc0 48%, transparent 0%, transparent 100%);
  background: -moz-linear-gradient(-182deg, #fc0 0%, #fc0 48%, transparent 0%, transparent 100%);
  background: linear-gradient(-182deg, #fc0 0%, #fc0 48%, transparent 0%, transparent 100%); }
  #fullpage_inforlube_system #page_inforlube_system_seguranca #p6_atendente {
    width: 520px;
    height: 100%;
    position: relative;
    float: right;
    margin-right: 200px; }
    #fullpage_inforlube_system #page_inforlube_system_seguranca #p6_atendente img {
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0; }
  #fullpage_inforlube_system #page_inforlube_system_seguranca .linha01, #fullpage_inforlube_system #page_inforlube_system_seguranca .linha02, #fullpage_inforlube_system #page_inforlube_system_seguranca .linha03 {
    position: absolute;
    width: 100%;
    text-align: left; }
  #fullpage_inforlube_system #page_inforlube_system_seguranca .linha01 {
    top: 8%;
    z-index: 4; }
    #fullpage_inforlube_system #page_inforlube_system_seguranca .linha01 #p6_titulo {
      line-height: 1.5em;
      margin-bottom: 25px; }
    #fullpage_inforlube_system #page_inforlube_system_seguranca .linha01 h1 {
      font-size: 75px;
      font-weight: 600;
      margin-bottom: -15px;
      color: #ffffff; }
    #fullpage_inforlube_system #page_inforlube_system_seguranca .linha01 h2 {
      font-size: 38px;
      font-weight: 600;
      color: #ffffff; }
  #fullpage_inforlube_system #page_inforlube_system_seguranca .linha02 {
    top: 50%;
    z-index: 2; }
    #fullpage_inforlube_system #page_inforlube_system_seguranca .linha02 #p6_texto h4 {
      font-size: 22px;
      font-weight: normal;
      line-height: 1.5em;
      color: #000000; }
  #fullpage_inforlube_system #page_inforlube_system_seguranca .linha03 {
    top: 87%;
    z-index: 7; }

#fullpage_inforlube_system #page_inforlube_system_customizado {
  position: relative; }
  #fullpage_inforlube_system #page_inforlube_system_customizado .linha01, #fullpage_inforlube_system #page_inforlube_system_customizado .linha02 {
    position: absolute;
    width: 100%;
    text-align: left; }
  #fullpage_inforlube_system #page_inforlube_system_customizado .linha01 {
    top: 12%;
    z-index: 4; }
    #fullpage_inforlube_system #page_inforlube_system_customizado .linha01 #p7_titulo {
      line-height: 1.5em;
      margin-bottom: 25px; }
      #fullpage_inforlube_system #page_inforlube_system_customizado .linha01 #p7_titulo h1 {
        font-size: 75px;
        font-weight: 600;
        line-height: 1em;
        color: #fecb0d;
        margin-bottom: -15px; }
      #fullpage_inforlube_system #page_inforlube_system_customizado .linha01 #p7_titulo h2 {
        font-size: 38px;
        font-weight: 600;
        color: #fecb0d; }
  #fullpage_inforlube_system #page_inforlube_system_customizado .linha02 {
    top: 35%;
    z-index: 2; }
    #fullpage_inforlube_system #page_inforlube_system_customizado .linha02 #p7_lista {
      color: #000000; }
      #fullpage_inforlube_system #page_inforlube_system_customizado .linha02 #p7_lista ul {
        list-style-type: circle;
        text-align: left;
        margin-left: 20px; }
        #fullpage_inforlube_system #page_inforlube_system_customizado .linha02 #p7_lista ul li {
          position: relative;
          margin-bottom: 10px;
          font-size: 22px;
          font-weight: normal; }
          #fullpage_inforlube_system #page_inforlube_system_customizado .linha02 #p7_lista ul li p {
            color: #555;
            font-size: 22px;
            font-weight: normal;
            vertical-align: middle; }
          #fullpage_inforlube_system #page_inforlube_system_customizado .linha02 #p7_lista ul li span {
            padding-left: 70px;
            color: blue;
            font-size: 22px;
            font-weight: normal;
            vertical-align: middle;
            background-color: red;
            height: 63px;
            display: inline-block; }

#fullpage_inforlube_system #page_inforlube_system_portal {
  background: #ffffff;
  background: -webkit-linear-gradient(355deg, #fc0 0%, #fc0 45%, transparent 0%, transparent 100%);
  background: -o-linear-gradient(355deg, #fc0 0%, #fc0 45%, transparent 0%, transparent 100%);
  background: -moz-linear-gradient(355deg, #fc0 0%, #fc0 45%, transparent 0%, transparent 100%);
  background: linear-gradient(355deg, #fc0 0%, #fc0 45%, transparent 0%, transparent 100%);
  position: relative; }
  #fullpage_inforlube_system #page_inforlube_system_portal #p9_images_aparelhos {
    width: 750px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    #fullpage_inforlube_system #page_inforlube_system_portal #p9_images_aparelhos #p9_container_images {
      position: absolute;
      width: 100%;
      height: 400px;
      top: 45%; }
      #fullpage_inforlube_system #page_inforlube_system_portal #p9_images_aparelhos #p9_container_images #imgEsquerda, #fullpage_inforlube_system #page_inforlube_system_portal #p9_images_aparelhos #p9_container_images #imgCentro, #fullpage_inforlube_system #page_inforlube_system_portal #p9_images_aparelhos #p9_container_images #imgDireita, #fullpage_inforlube_system #page_inforlube_system_portal #p9_images_aparelhos #p9_container_images #p9_texto_imagens {
        position: absolute; }
      #fullpage_inforlube_system #page_inforlube_system_portal #p9_images_aparelhos #p9_container_images #imgEsquerda {
        width: 40%;
        left: 3%;
        top: 21%;
        z-index: 1; }
      #fullpage_inforlube_system #page_inforlube_system_portal #p9_images_aparelhos #p9_container_images #imgCentro {
        width: 23%;
        left: 40%;
        z-index: 4; }
      #fullpage_inforlube_system #page_inforlube_system_portal #p9_images_aparelhos #p9_container_images #imgDireita {
        width: 64%;
        left: 44%;
        top: 19%;
        z-index: 2; }
      #fullpage_inforlube_system #page_inforlube_system_portal #p9_images_aparelhos #p9_container_images #p9_texto_imagens {
        width: 50%;
        left: 25%;
        top: 90%;
        z-index: 3;
        font-family: MaisonNeue, Graphik, Helvetica, sans-serif;
        font-size: 10px;
        color: #000000; }
  #fullpage_inforlube_system #page_inforlube_system_portal .linha01, #fullpage_inforlube_system #page_inforlube_system_portal .linha02, #fullpage_inforlube_system #page_inforlube_system_portal .linha03 {
    position: absolute;
    width: 100%;
    text-align: left; }
  #fullpage_inforlube_system #page_inforlube_system_portal .linha01 {
    top: 12%;
    z-index: 2; }
    #fullpage_inforlube_system #page_inforlube_system_portal .linha01 #p9_chamada h4 {
      font-size: 25px;
      font-weight: normal;
      line-height: 1.5em;
      color: #000000; }
    #fullpage_inforlube_system #page_inforlube_system_portal .linha01 #p9_titulo {
      line-height: 1.5em;
      margin-bottom: 25px; }
      #fullpage_inforlube_system #page_inforlube_system_portal .linha01 #p9_titulo h1 {
        font-size: 75px;
        font-weight: 600;
        line-height: 1em;
        color: #fecb0d;
        text-align: left; }
      #fullpage_inforlube_system #page_inforlube_system_portal .linha01 #p9_titulo h2 {
        font-size: 38px;
        font-weight: 600;
        color: #fecb0d; }
  #fullpage_inforlube_system #page_inforlube_system_portal .linha02 {
    top: 35%;
    z-index: 4; }
  #fullpage_inforlube_system #page_inforlube_system_portal .linha03 {
    top: 60%;
    z-index: 4; }

#fullpage_inforlube_system #page_inforlube_system_cliente {
  background: #ffffff;
  background: -webkit-linear-gradient(355deg, #fc0 0%, #fc0 45%, transparent 0%, transparent 100%);
  background: -o-linear-gradient(355deg, #fc0 0%, #fc0 45%, transparent 0%, transparent 100%);
  background: -moz-linear-gradient(355deg, #fc0 0%, #fc0 45%, transparent 0%, transparent 100%);
  background: linear-gradient(355deg, #fc0 0%, #fc0 45%, transparent 0%, transparent 100%);
  position: relative; }
  #fullpage_inforlube_system #page_inforlube_system_cliente #pcliente_depoimento {
    width: 850px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0; }
  #fullpage_inforlube_system #page_inforlube_system_cliente .linha01, #fullpage_inforlube_system #page_inforlube_system_cliente .linha02 {
    position: absolute;
    width: 100%;
    text-align: left; }
  #fullpage_inforlube_system #page_inforlube_system_cliente .linha01 {
    top: 12%;
    z-index: 2; }
    #fullpage_inforlube_system #page_inforlube_system_cliente .linha01 #pcliente_titulo {
      line-height: 1.5em;
      margin-bottom: 25px; }
      #fullpage_inforlube_system #page_inforlube_system_cliente .linha01 #pcliente_titulo h1 {
        font-size: 75px;
        font-weight: 600;
        line-height: 1em;
        color: #fecb0d;
        text-align: left; }
      #fullpage_inforlube_system #page_inforlube_system_cliente .linha01 #pcliente_titulo h2 {
        font-size: 38px;
        font-weight: 600;
        color: #fecb0d; }
  #fullpage_inforlube_system #page_inforlube_system_cliente .linha02 {
    top: 40%;
    z-index: 4; }
    #fullpage_inforlube_system #page_inforlube_system_cliente .linha02 #pcliente_chamada h4 {
      font-size: 25px;
      font-weight: normal;
      line-height: 1.5em;
      color: #000000; }

#fullpage_inforlube_system #page_inforlube_system_x01, #fullpage_inforlube_system #page_inforlube_system_planos01 {
  background-color: #70a83b; }

#fullpage_inforlube_system #page_inforlube_system_x02 {
  background-color: #8f88ba; }

/* ===========================================
   Custom - Slick Slider
   @mixin ========================================== */
/* Arrows */
.slick-prev,
.slick-next {
  z-index: 100; }
  .slick-prev:before,
  .slick-next:before {
    font-size: 60px;
    color: #fecb0d; }

.slick-prev {
  left: 25px; }
  [dir="rtl"] .slick-prev {
    right: 25px; }

.slick-next {
  right: 65px; }
  [dir="rtl"] .slick-next {
    left: 65px; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  bottom: -25px; }
  .slick-dots li button:before {
    font-size: 12px; }

.fade-in {
  animation: fadeIn 1.5s; }

.fade-out {
  animation: fadeOut 3s; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* FULL PAGES EM DESENVOLVIMENTO.
 * --------------------------------------- */
#fullpage #page_inforlube_system_wizard {
  background: #ffffff;
  background: -webkit-linear-gradient(355deg, #fc0 0%, #fc0 27%, transparent 0%, transparent 100%);
  background: -o-linear-gradient(355deg, #fc0 0%, #fc0 27%, transparent 0%, transparent 100%);
  background: -moz-linear-gradient(355deg, #fc0 0%, #fc0 27%, transparent 0%, transparent 100%);
  background: linear-gradient(355deg, #fc0 0%, #fc0 27%, transparent 0%, transparent 100%); }
  #fullpage #page_inforlube_system_wizard .linha01, #fullpage #page_inforlube_system_wizard .linha02 {
    font-family: Graphik, Helvetica, sans-serif;
    position: absolute;
    width: 100%;
    text-align: left; }
  #fullpage #page_inforlube_system_wizard .linha01 {
    top: 12%;
    z-index: 2; }
    #fullpage #page_inforlube_system_wizard .linha01 h1 {
      font-size: 75px;
      font-weight: 600;
      line-height: 1em;
      color: #fecb0d;
      text-align: center; }
  #fullpage #page_inforlube_system_wizard .linha02 {
    top: 30%;
    z-index: 3; }
    #fullpage #page_inforlube_system_wizard .linha02 #p8_container_slide {
      width: 100%;
      height: 480px;
      position: relative; }
      #fullpage #page_inforlube_system_wizard .linha02 #p8_container_slide .slide-atendimento {
        width: 100%;
        height: 100%;
        position: relative;
        background-image: url("../images/temp/celular4.png");
        background-repeat: no-repeat;
        background-position-y: 90%;
        background-position-x: 50%; }
        #fullpage #page_inforlube_system_wizard .linha02 #p8_container_slide .slide-atendimento .slide-contem-info {
          width: 100%;
          height: 480px;
          padding: 0 10% 10% 10%;
          z-index: 1;
          text-align: center;
          font-size: 75px; }

/* TEMPORARIO.
 * --------------------------------------- */
.verde {
  background-color: green; }

.azul {
  background-color: blue; }

/* LIXO.
 * --------------------------------------- */
#fullpage_inforlube_system #page_inforlube_system_customizado {
  position: relative; }
  #fullpage_inforlube_system #page_inforlube_system_customizado #p7_slider_pc {
    width: 670px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 50px;
    z-index: 0; }
    #fullpage_inforlube_system #page_inforlube_system_customizado #p7_slider_pc .slider-pc {
      width: 618px;
      height: 385px;
      position: absolute;
      bottom: 156px;
      right: 27px;
      z-index: 10;
      overflow: hidden; }
      #fullpage_inforlube_system #page_inforlube_system_customizado #p7_slider_pc .slider-pc div img {
        width: 618px;
        height: 385px;
        position: relative; }
    #fullpage_inforlube_system #page_inforlube_system_customizado #p7_slider_pc img {
      width: 670px;
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 0; }
  #fullpage_inforlube_system #page_inforlube_system_customizado #p7_slider_notebook {
    width: 670px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 500px;
    z-index: 1; }
    #fullpage_inforlube_system #page_inforlube_system_customizado #p7_slider_notebook .slider-notebook {
      width: 456px;
      height: 286px;
      position: absolute;
      bottom: 48px;
      right: 107px;
      z-index: 10;
      overflow: hidden; }
      #fullpage_inforlube_system #page_inforlube_system_customizado #p7_slider_notebook .slider-notebook div img {
        width: 456px;
        height: 286px;
        position: relative; }
    #fullpage_inforlube_system #page_inforlube_system_customizado #p7_slider_notebook img {
      width: 670px;
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 0; }
  #fullpage_inforlube_system #page_inforlube_system_customizado #p7_slider_tablet {
    width: 190px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 1100px;
    z-index: 2; }
    #fullpage_inforlube_system #page_inforlube_system_customizado #p7_slider_tablet .slider-tablet {
      width: 156px;
      height: 250px;
      position: absolute;
      bottom: 31px;
      right: 17px;
      z-index: 10;
      overflow: hidden; }
      #fullpage_inforlube_system #page_inforlube_system_customizado #p7_slider_tablet .slider-tablet div img {
        width: 157px;
        height: 260px;
        position: relative; }
    #fullpage_inforlube_system #page_inforlube_system_customizado #p7_slider_tablet img {
      width: 190px;
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 0; }
  #fullpage_inforlube_system #page_inforlube_system_customizado #p7_slider_celular {
    width: 140px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 1300px;
    z-index: 3; }
    #fullpage_inforlube_system #page_inforlube_system_customizado #p7_slider_celular .slider-celular {
      width: 116px;
      height: 205px;
      position: absolute;
      bottom: 36px;
      right: 12px;
      z-index: 10;
      overflow: hidden; }
      #fullpage_inforlube_system #page_inforlube_system_customizado #p7_slider_celular .slider-celular div img {
        width: 116px;
        height: 205px;
        position: relative; }
    #fullpage_inforlube_system #page_inforlube_system_customizado #p7_slider_celular img {
      width: 140px;
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 0; }

.testando nav {
  background-color: yellow;
  height: 80px;
  width: 400px; }

.testando ul {
  list-style: none;
  margin: 0; }

.testando li {
  width: 250px;
  height: 80px;
  line-height: 80px;
  vertical-align: middle;
  margin: 0;
  border: 1px solid #000; }

.testando nav li a {
  width: 100px;
  text-decoration: none;
  color: #FFFFFF; }

.container-slider-circular {
  width: 570px;
  height: 600px;
  position: relative;
  padding-left: 120px;
  top: 12%;
  left: 50px; }
  .container-slider-circular #main {
    position: absolute;
    margin-left: -55px;
    width: 450px;
    height: 400px; }
    .container-slider-circular #main #side1, .container-slider-circular #main #side2, .container-slider-circular #main #side3, .container-slider-circular #main #side4 {
      height: 250px;
      width: 250px;
      position: absolute;
      z-index: 9;
      border: 2px solid #FFFFFF;
      transition: all .5s;
      left: 54%;
      margin-left: -32%;
      top: 46%;
      margin-top: -25%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
      .container-slider-circular #main #side1 img, .container-slider-circular #main #side2 img, .container-slider-circular #main #side3 img, .container-slider-circular #main #side4 img {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
    .container-slider-circular #main #side1 {
      z-index: 99;
      transform: translateX(0px) scale(1.5); }
    .container-slider-circular #main #side4 {
      transform: translateX(-100px); }
    .container-slider-circular #main #side3 {
      transform: translateX(0px); }
    .container-slider-circular #main #side2 {
      transform: translateX(100px); }
  .container-slider-circular #slide1-texto,
  .container-slider-circular #slide2-texto,
  .container-slider-circular #slide3-texto,
  .container-slider-circular #slide4-texto {
    visibility: hidden;
    position: absolute;
    top: 420px;
    width: 350px; }
    .container-slider-circular #slide1-texto .sc-titulo,
    .container-slider-circular #slide2-texto .sc-titulo,
    .container-slider-circular #slide3-texto .sc-titulo,
    .container-slider-circular #slide4-texto .sc-titulo {
      font-family: Graphik, Helvetica, sans-serif;
      font-weight: 800;
      font-size: 18px;
      text-transform: uppercase;
      margin-bottom: 15px;
      text-align: center; }
    .container-slider-circular #slide1-texto .sc-depoimento,
    .container-slider-circular #slide2-texto .sc-depoimento,
    .container-slider-circular #slide3-texto .sc-depoimento,
    .container-slider-circular #slide4-texto .sc-depoimento {
      font-family: Graphik, Helvetica, sans-serif;
      font-weight: normal;
      font-size: 15px;
      text-align: center; }
  .container-slider-circular #pre, .container-slider-circular #nex {
    visibility: visible;
    height: 50px;
    width: 50px;
    font-family: monospace;
    font-size: 25px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
    position: absolute;
    top: 32%;
    background-color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%); }
  .container-slider-circular #pre {
    left: 0%; }
    .container-slider-circular #pre:hover {
      cursor: pointer;
      box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.2); }
  .container-slider-circular #nex {
    right: -50px; }
