@charset "UTF-8";
/*
	Theme Name: OMRON
	Theme URI: https: //www.omronbrasil.com
	Description: OMRON WordPress Theme
	Version: 1.0.0
	Author: ATOMO COMUNICAÇÃO
	Author URI: http: //www.atomocom.com.br/
	Tags: HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/* Variables */
/*------------------------------------*\
    VENDORS
\*------------------------------------*/
@import "/arquivos/bootstrap-grid.min.css";

.slide button {
  outline: none; }
  .slide button.slick-arrow {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    background: inherit;
    text-rendering: auto;
    font-size: 0;
    border: 0;
    cursor: pointer; }
    .slide button.slick-arrow.slick-prev {
      position: absolute;
      left: 0;
      margin: auto auto auto -8px; }
      .slide button.slick-arrow.slick-prev:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 0;
        height: 0;
        margin: auto 0 auto auto;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #ffffff; }
    .slide button.slick-arrow.slick-next {
      position: absolute;
      right: 0;
      margin: auto -8px auto auto; }
      .slide button.slick-arrow.slick-next:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 0;
        height: 0;
        margin: auto auto auto 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #ffffff; }

.slick-track {
  display: flex;
  align-items: center; }

/*------------------------------------*\
    RESET
\*------------------------------------*/
html, body, main, article, nav, aside, section,
header, footer, address, div,
h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, dl, dt, dd,
hr, pre, figure, figcaption,
table, caption, thead, tbody, tfoot, tr, th, td, col, colgroup,
form, fieldset, legend, label, input, button, select, datalist,
optgroup, option, textarea, progress, meter,
img, iframe, embed, object, param, video, audio, source,
canvas, track, map, area, del, ins,
a, em, strong, i, b, u, s, small, abbr, q, cite, dfn, sub, sup,
time, code, kbd, samp, var, bdi, bdo, ruby, rt, rp, wbr,
mark, span, br {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

:after,
:before {
  box-sizing: border-box; }

button,
select,
textarea,
input {
  color: inherit;
  font-family: inherit;
  vertical-align: middle;
  max-width: 100%; }

a {
  text-decoration: none; }
  a img,
  a svg {
    display: block;
    border: none;
    max-width: 100%; }

img,
svg {
  max-width: 100%;
  border: none; }

li {
  list-style: none; }

hr {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption,
th,
td {
  text-align: left; }

:focus {
  outline: none; }

[hidden], [data-hidden="true"] {
  display: none; }

/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/
h1,
.h1 {
  font-family: Montserrat;
  font-weight: 700;
  margin-bottom: 16px;
  font-size: 2.9375rem;
  line-height: 1.1; }

h2,
.h2 {
  font-family: Montserrat;
  font-weight: 700;
  margin-bottom: 16px;
  font-size: 2.1875rem;
  line-height: 1.1; }

h3,
.h3 {
  font-family: Montserrat;
  font-weight: 700;
  margin-bottom: 16px;
  font-size: 2.0625rem;
  line-height: 1.1; }

h4,
.h4 {
  font-family: Montserrat;
  font-weight: 700;
  margin-bottom: 16px;
  font-size: 1.625rem;
  line-height: 1.1; }

h5,
.h5 {
  font-family: Montserrat;
  font-weight: 700;
  margin-bottom: 16px;
  font-size: 1.125rem;
  line-height: 1.1; }

h6,
.h6 {
  font-family: Montserrat;
  font-weight: 700;
  margin-bottom: 16px;
  font-size: 0.875rem;
  line-height: 1.1; }

h1.h1, h1.h2, h1.h3, h1.h4, h1.h5, h1.h6,
h2.h1,
h2.h2,
h2.h3,
h2.h4,
h2.h5,
h2.h6,
h3.h1,
h3.h2,
h3.h3,
h3.h4,
h3.h5,
h3.h6,
h4.h1,
h4.h2,
h4.h3,
h4.h4,
h4.h5,
h4.h6,
h5.h1,
h5.h2,
h5.h3,
h5.h4,
h5.h5,
h5.h6,
h6.h1,
h6.h2,
h6.h3,
h6.h4,
h6.h5,
h6.h6 {
  font-weight: 700 !important; }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: inherit; }

p {
  margin-bottom: 16px;
  font-size: 0.875rem;
  line-height: 1.1; }

a {
  color: inherit; }
  a:hover {
    color: inherit;
    text-decoration: underline; }

em {
  font-style: italic; }

strong {
  font-family: Montserrat;
  font-weight: 700; }

/*------------------------------------*\
    INPUT
\*------------------------------------*/
form fieldset {
  position: relative;
  margin: 56px 0;
  padding: 84px 32px 32px;
  border: 1px solid #000000; }
  form fieldset legend {
    position: absolute;
    top: 32px;
    left: 0;
    padding: 0 32px; }

/*------------------------------------*\
    INPUT
\*------------------------------------*/
label {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 1.25rem; }

input::placeholder {
  color: inherit; }

input[type='tel'], input[type='text'], input[type='email'], input[type='search'] {
  font-family: Montserrat;
  font-weight: 400;
  display: block;
  width: 100%;
  height: 77px;
  padding: 0 24px;
  font-size: 1.25rem;
  background-color: #e2e3e3;
  border: none;
  border-radius: inherit; }

input[type='search'] {
  padding: 0 70px 0 30px;
  background-color: inherit;
  border: 1px solid #ffffff;
  border-radius: 30px; }
  input[type='search'] + span {
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    top: 16px;
    right: 16px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url("/arquivos/icn-search.png");
    background-repeat: no-repeat; }

input[type='radio'] {
  display: none; }
  input[type='radio'] + label {
    font-family: Montserrat;
    font-weight: 400;
    position: relative;
    margin: 8px 0;
    padding-left: 50px; }
    input[type='radio'] + label:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 35px;
      height: 35px;
      border: 1px solid #ffffff;
      border-radius: 50%; }
  input[type='radio']:checked + label:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%; }

.search {
  position: relative; }

/*------------------------------------*\
    TEXTAREA
\*------------------------------------*/
textarea {
  font-family: Montserrat;
  font-weight: 400;
  display: block;
  width: 100%;
  padding: 8px 24px;
  font-size: 1.25rem;
  background-color: #e2e3e3;
  border: none;
  border-radius: inherit;
  -webkit-appearance: none;
  appearance: none; }

/*------------------------------------*\
    SELECT
\*------------------------------------*/
select {
  cursor: pointer;
  font-family: Montserrat;
  font-weight: 400;
  display: block;
  width: 100%;
  height: 45px;
  padding: 0 48px 0 24px;
  font-size: 1.25rem;
  background-color: #e2e3e3;
  background-image: url("/arquivos/arrow-down.png");
  background-position: 95% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  border: none;
  border-radius: inherit;
  -webkit-appearance: none;
  appearance: none; }
  select.round-black {
    background-color: #000000;
    border: 1px solid #ffffff;
    border-radius: 30px; }

/*------------------------------------*\
    BUTTONS
\*------------------------------------*/
a.btn,
[type="submit"].btn,
button.btn {
  font-family: Montserrat;
  font-weight: 700;
  border-radius: 19px; }
  a.btn-primary,
  [type="submit"].btn-primary,
  button.btn-primary {
    background-color: #0068b7; }

/*------------------------------------*\
    HEADER
\*------------------------------------*/
body > header {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  min-height: 70px;
  color: #ffffff;
  transition: all .5s ease; }
  body > header a {
    color: #ffffff; }
    body > header a:hover {
      color: inherit;
      text-decoration: underline; }
  body > header nav ul li {
    font-family: Raleway;
    font-weight: 300;
    font-size: 0.8125rem;
    text-transform: uppercase; }
    @media (min-width: 1200px) {
      body > header nav ul li {
        display: inline-block; } }
  body > header .header__top-menu {
    background: #55565a; }
    body > header .header__top-menu nav ul {
      justify-content: flex-start; }
      @media (min-width: 1200px) {
        body > header .header__top-menu nav ul {
          display: flex;
          align-items: center;
          justify-content: flex-end;
          height: 35px; } }
      body > header .header__top-menu nav ul li {
        position: relative;
        display: none;
        margin: 8px; }
        @media (min-width: 1200px) {
          body > header .header__top-menu nav ul li {
            display: inherit;
            margin: 0 8px; } }
        @media (min-width: 1200px) {
          body > header .header__top-menu nav ul li:before {
            content: "";
            position: absolute;
            top: 4px;
            left: -10.4px;
            display: block;
            width: 1px;
            height: 70%;
            background: #ffffff; } }
        body > header .header__top-menu nav ul li:first-child:before {
          display: none; }
  body > header .header__menu {
    position: relative;
    background: #000000; }
    body > header .header__menu nav ul > li {
      margin: 8px 16px;
      font-size: 0.95rem; }
      @media (min-width: 1200px) {
        body > header .header__menu nav ul > li {
          display: inline-flex;
          align-items: center;
          height: 70px;
          margin: 0 8px; } }
      @media (min-width: 1200px) {
        body > header .header__menu nav ul > li:hover .sub-menu {
          position: absolute;
          top: 100%;
		  left: 0;
		  right: 0;
          display: flex;
          padding: 10px;
          width: 100%;
		  background: #1eabe6;
			justify-content: center;
		}
          body > header .header__menu nav ul > li:hover .sub-menu li {
            display: inline-flex;
            align-items: center;
            height: 80px;
            text-transform: initial;
            overflow: hidden; }
            body > header .header__menu nav ul > li:hover .sub-menu li a {
              position: relative;
              color: #fff;}
              body > header .header__menu nav ul > li:hover .sub-menu li a:hover:before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                margin: auto auto -12px;
                width: 100%;
                height: 5px;
                background: #fff; } }
              body > header .header__menu nav ul > li > a {
                -webkit-transition: color 0.2s ease-in-out;
                -moz-transition: color 0.2 ease-in-out;
                -ms-transition: color 0.2 ease-in-out;
                -o-transition: color 0.2 ease-in-out;
                transition: color 0.2 ease-in-out;}
      body > header .header__menu nav ul > li:hover > a {
        position: relative;
        text-decoration: none;
        color: #1eabe6;
        outline: none;
      }
      body > header .header__menu nav ul > li:focus > a { outline: none;}
      body > header .header__menu nav ul > li.menu-item-has-children > a:after {
      	position: relative;
      	top: 2px;
        content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOCAIAAAB2A3HCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU0RkQ5Q0Y1RTlENzExRTk5NUMwQzg5NkUxN0RGMkZDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU0RkQ5Q0Y2RTlENzExRTk5NUMwQzg5NkUxN0RGMkZDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTRGRDlDRjNFOUQ3MTFFOTk1QzBDODk2RTE3REYyRkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTRGRDlDRjRFOUQ3MTFFOTk1QzBDODk2RTE3REYyRkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7PpaMjAAAAZUlEQVR42mJgGByAeeHChf/+/bt58yamXHZ2dlBQEMOpU6d+/vzp5+eHJp2XlwfUuXbtWgYBAQFMRRDpDRs2sLKygvhoitClIQCuaM6cOVikkRX9//8fuzRcUW1tLU5pWgKAAAMAu0tFc9JnUqQAAAAASUVORK5CYII=');
    	transition: .3s;
        margin-left: 10px;}
        body > header .header__menu nav ul > li.menu-item-has-children:hover > a:after {
          top: -1px;
          transform: rotate(-180deg);}
      body > header .header__menu nav ul > li.parent-menu {
        position: relative; }
        body > header .header__menu nav ul > li.parent-menu:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 0;
          height: 0;
          margin: auto 0 auto auto;
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          border-left: 10px solid #ffffff; }
          @media (min-width: 1200px) {
            body > header .header__menu nav ul > li.parent-menu:before {
              display: none; } }
        body > header .header__menu nav ul > li.parent-menu:after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 0;
          height: 0;
          margin: auto 1px auto auto;
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          border-left: 10px solid #000000; }
          @media (min-width: 1200px) {
            body > header .header__menu nav ul > li.parent-menu:after {
              display: none; } }
        body > header .header__menu nav ul > li.parent-menu.open:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 0;
          height: 0;
          margin: 4px 0 auto auto;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-top: 10px solid #ffffff; }
          @media (min-width: 1200px) {
            body > header .header__menu nav ul > li.parent-menu.open:before {
              display: none; } }
        body > header .header__menu nav ul > li.parent-menu.open:after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 0;
          height: 0;
          margin: 3px 0 auto auto;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-top: 10px solid #000000; }
          @media (min-width: 1200px) {
            body > header .header__menu nav ul > li.parent-menu.open:after {
              display: none; } }
      @media (min-width: 1200px) {
        body > header .header__menu nav ul > li .sub-menu {
          display: none; } }
    @media (min-width: 1200px) {
      body > header .header__menu .row {
        height: 70px; } }
  body > header .header__menuContent {
    position: absolute;
    top: -10000%;
    width: 100%; }
    @media (min-width: 1200px) {
      body > header .header__menuContent {
        position: inherit;
        width: inherit; } }
    body > header .header__menuContent.open {
      position: relative;
      top: 0; }
  body > header .header__logo {
    background-image: url("/arquivos/sprite.png");
    background-position: 0px -293px;
    width: 124px;
    height: 25px;
    overflow: hidden;
    text-indent: -9999px;
    position: relative;
    z-index: 2;
    margin: 16px auto; }
    @media (min-width: 1200px) {
      body > header .header__logo {
        margin: 0 auto; } }
    body > header .header__logo a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  body > header .header__social nav ul, nav.socialFooter ul {
    display: flex;
    align-content: center;
    justify-content: center;
    margin: 16px 0; }
    @media (min-width: 1200px) {
      body > header .header__social nav ul, nav.socialFooter ul {
        justify-content: flex-end;
        margin: inherit; } }
    body > header .header__social nav ul > li, nav.socialFooter ul > li {
      margin: 0 4px;
      font-size: 1.25rem; }
      body > header .header__social nav ul > li a, nav.socialFooter ul > li a {
        display: inline-block;
        width: 35.2px;
        height: 35.2px;
        text-align: center;
        border-radius: 100%;
        -webkit-transition: opacity 0.2s ease-in-out;
        -moz-transition: opacity 0.2s ease-in-out;
        -ms-transition: opacity 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out; }
        body > header .header__social nav ul > li a:hover {
          opacity: 0.8;
          outline-color: transparent !important;
        }

        body > header .header__social nav ul > li a:before {
          display: none; }
        body > header .header__social nav ul > li a:hover:before {
          display: none; }
        body > header .header__social nav ul > li a i, nav.socialFooter ul > li a i{
          position: relative;
          top: 5px; }
            body > header .header__social nav ul > li a i, nav.socialFooter ul > li a i {
              top: 2px;
              display: block;
              text-indent: -9999px;
              height: 29px;
              width: 29px;
              background: url("/arquivos/omron-sprite.png");}
            body > header .header__social nav ul > li a i.account-icon {
              background-position: 359px -33px;}
            body > header .header__social nav ul > li a i.cart-icon {
              background-position: 323px -33px}
            body > header .header__social nav ul > li a i.search-icon {
              background-position: 288px -33px;}
            nav.socialFooter ul > li:nth-child(1) a {
              width: 22px; }
            nav.socialFooter ul > li a i.facebook-icon {
              background-position: 0 26px; height: 26px;}
            nav.socialFooter ul > li a:hover i.facebook-icon {
              background-position: 0 -7px; }
            nav.socialFooter ul > li a i.instagram-icon {
              background-position: -42px 28px; height: 26px;}
            nav.socialFooter ul > li a:hover i.instagram-icon {
              background-position: -42px -5px;}
            nav.socialFooter ul > li a i.youtube-icon {
              background-position: -94px 29px; height: 26px;}
            nav.socialFooter ul > li a:hover i.youtube-icon {
              background-position: -94px -4px;}
            nav.socialFooter ul > li a i.linkedin-icon {
              background-position: -145px 29px; height: 26px;}
            nav.socialFooter ul > li a:hover i.linkedin-icon {
              background-position: -145px -4px; height: 26px;}
  body > header button.botao-menu {
    position: absolute;
    top: -4px;
    right: 16px;
    padding: 24px 8px;
    background-color: transparent;
    border: inherit; }
    body > header button.botao-menu span[aria-hidden] {
      position: relative;
      margin-top: 8px;
      margin-bottom: 8px;
      user-select: none; }
      body > header button.botao-menu span[aria-hidden], body > header button.botao-menu span[aria-hidden]::before, body > header button.botao-menu span[aria-hidden]::after {
        display: block;
        width: 25px;
        height: 3px;
        background-color: #0068b7;
        outline: 1px solid transparent;
        transition-property: background-color, transform;
        transition-duration: 0.3s; }
      body > header button.botao-menu span[aria-hidden]::before, body > header button.botao-menu span[aria-hidden]::after {
        position: absolute;
        content: ""; }
      body > header button.botao-menu span[aria-hidden]::before {
        top: -8px; }
      body > header button.botao-menu span[aria-hidden]::after {
        top: 8px; }
    body > header button.botao-menu span:not([aria-hidden]) {
      overflow: hidden;
      position: absolute;
      top: auto;
      left: -10000px;
      height: 1px;
      width: 1px; }
    body > header button.botao-menu.open {
      z-index: 1000; }
      body > header button.botao-menu.open span[aria-hidden] {
        background-color: transparent; }
      body > header button.botao-menu.open span[aria-hidden]::before {
        transform: translateY(8px) rotate(45deg); }
      body > header button.botao-menu.open span[aria-hidden]::after {
        transform: translateY(-8px) rotate(-45deg); }
    @media (min-width: 1200px) {
      body > header button.botao-menu {
        display: none; } }

/*------------------------------------*\
    BODY
\*------------------------------------*/
html {
  font-family: Montserrat, Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 400;
  font-size: 16px; }
  @media (max-width: 48em) {
    html {
      font-size: 13px; } }

body {
  width: 100%;
  color: #000000;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden; }
  @media (min-width: 48.0625em) {
    body {
      -webkit-overflow-scrolling: inherit;
      overflow-x: inherit; } }

/*------------------------------------*\
    MAIN
\*------------------------------------*/
.maxWidth {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
main {
  margin-top: 55px;
  min-height: calc(100vh - 110px); }
  @media (min-width: 1200px) {
    main {
      margin-top: 70px; } }
  .page--home section.rotate {
    position: relative;
    overflow: hidden;
    padding: 0;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;}
    .page--home .rotateWrap {
      width: 100%;
      background-color: #000;}
    .page--home section.rotate figure {
      position: relative;
      background-position: center;
      background-size: auto 100%;
      background-repeat: no-repeat;
      background-color: #000000;
      width: 100vw; }
      @media (min-width: 48.0625em) {
        .page--home section.rotate figure {
          width: 100%;
          height: 100%; } }
      .page--home section.rotate figure img {
        margin: 0 auto; }
    .page--home section.rotate button {
      outline: none; }
      .page--home section.rotate button.slick-arrow {
        position: absolute;
        z-index: 10;
        top: 0;
        bottom: 0;
        background: inherit;
        font-family: FontAwesome;
        text-rendering: auto;
        font-size: 0;
        border: 0;
        cursor: pointer; }
        @media (max-width: 64em) {
          .page--home section.rotate button.slick-arrow {
            top: -5vh; } }
        .page--home section.rotate button.slick-arrow.slick-prev {
          position: absolute;
          left: 0;
          margin: auto auto auto -8px;
          transform: scale(0.5); }
          @media (min-width: 48.0625em) {
            .page--home section.rotate button.slick-arrow.slick-prev {
              margin: auto auto auto 50px;
              transform: scale(1); } }
          .page--home section.rotate button.slick-arrow.slick-prev:before {
            content: url("/arquivos/arrow_left.png");}
            .page--home section.rotate button.slick-arrow.slick-prev:hover:before {
              content: url("/arquivos/arrow_left_hover.png");}
          .page--home section.rotate button.slick-arrow.slick-prev:after {
            content: "";
            position: absolute;
            top: 8px;
            left: 0;
            right: 0;
            bottom: 0;
            display: block;
            width: 60px;
            height: 60px;
            margin: auto auto auto -16px;
            border: 0;
            border-radius: 35px; }
        .page--home section.rotate button.slick-arrow.slick-next {
          position: absolute;
          right: 0;
          margin: auto -8px auto auto;
          transform: scale(0.5); }
          @media (min-width: 48.0625em) {
            .page--home section.rotate button.slick-arrow.slick-next {
              margin: auto 50px auto auto;
              transform: scale(1); } }
          .page--home section.rotate button.slick-arrow.slick-next:before {
            content: url("/arquivos/arrow_right.png");}
            .page--home section.rotate button.slick-arrow.slick-next:hover:before {
              content: url("/arquivos/arrow_right_hover.png");}
          .page--home section.rotate button.slick-arrow.slick-next:after {
            content: "";
            position: absolute;
            top: 8px;
            left: 0;
            right: 0;
            bottom: 0;
            display: block;
            width: 60px;
            height: 60px;
            margin: auto -16px auto auto;
            border: 0;
            border-radius: 35px; }
    .page--home section.rotate .slick-dots {
      position: absolute;
      top: 0;
      left: auto;
     right: 50px;
      bottom: 0;
      margin: auto auto 0;
      width: auto;
      height: 4px;
      text-align: center;
      transform: scale(0.5); }
      @media (min-width: 48.0625em) {
        .page--home section.rotate .slick-dots {
          transform: scale(1);
          margin: auto auto 14px; } }
      .page--home section.rotate .slick-dots li {
        display: inline-block;
        width: 17px;
        height: 5px;
        margin: 0 3px;
        text-indent: -9999px;
        background-color: #999999;
        border-radius: 19%; }
      .page--home section.rotate .slick-dots .slick-active {
        background-color: #1eabe6; }
  .page--home section.vision__content {
    padding: 48px 0;
    color: #55565a;
    background-color: #e2e3e3; }
    .page--home section.vision__content .list-itens a:hover {
      text-decoration: none; }
    .page--home section.vision__content .list-itens p {
      width: 150px;
      min-height: 30px;
      margin: 8px auto; }
    .page--home section.vision__content .list-itens div > div:hover {
      color: #0068b7; }
      .page--home section.vision__content .list-itens div > div:hover .icn-01 {
        background-image: url("/arquivos/sprite.png");
        background-position: -72px -104px;
        width: 72px;
        height: 116px; }
      .page--home section.vision__content .list-itens div > div:hover .icn-02 {
        background-image: url("/arquivos/sprite.png");
        background-position: 0px 0px;
        width: 115px;
        height: 104px; }
      .page--home section.vision__content .list-itens div > div:hover .icn-03 {
        background-image: url("/arquivos/sprite.png");
        background-position: -302px 0px;
        width: 54px;
        height: 87px; }
      .page--home section.vision__content .list-itens div > div:hover .icn-04 {
        background-image: url("/arquivos/sprite.png");
        background-position: 0px -104px;
        width: 72px;
        height: 116px; }
      .page--home section.vision__content .list-itens div > div:hover .icn-05 {
        background-image: url("/arquivos/sprite.png");
        background-position: 0px -220px;
        width: 81px;
        height: 73px; }
    .page--home section.vision__content .list-itens .icn-01 {
      background-image: url("/arquivos/sprite.png");
      background-position: -230px 0px;
      width: 72px;
      height: 116px;
      display: block;
      margin: 0 auto; }
    .page--home section.vision__content .list-itens .icn-02 {
      background-image: url("/arquivos/sprite.png");
      background-position: -115px 0px;
      width: 115px;
      height: 104px;
      display: block;
      margin: 0 auto; }
    .page--home section.vision__content .list-itens .icn-03 {
      background-image: url("/arquivos/sprite.png");
      background-position: -230px -116px;
      width: 54px;
      height: 87px;
      display: block;
      margin: 0 auto; }
    .page--home section.vision__content .list-itens .icn-04 {
      background-image: url("/arquivos/sprite.png");
      background-position: -144px -104px;
      width: 72px;
      height: 116px;
      display: block;
      margin: 0 auto; }
    .page--home section.vision__content .list-itens .icn-05 {
      background-image: url("/arquivos/sprite.png");
      background-position: -81px -220px;
      width: 81px;
      height: 73px;
      display: block;
      margin: 0 auto; }
  .page--home section.product__content {
    overflow: hidden;
    padding: 48px 0;
    color: #ffffff;
    background-color: #000000; }
    .page--home section.product__content IMG {
      margin: -180px -170px -215px;
      max-width: 200%; }
      @media (min-width: 1200px) {
        .page--home section.product__content IMG {
          margin: -180px -80px -215px; } }
  .page--home section.video__content {
    margin: 24px 0; }
    @media (min-width: 1200px) {
      .page--home section.video__content {
        margin: 96px 0; } }
    .page--home section.video__content img {
      margin: 24px 0; }
      @media (min-width: 1200px) {
        .page--home section.video__content img {
          margin: 0; } }
          @media (max-width: 993px) {
            .elementor-widget-wrap>.elementor-element {
              margin: 0 auto;
            }
          }
    .page--home section.video__content h4 {
      font-size: 1.875rem;
      color: #0068b7;
      line-height: 1; }
    .page--home section.video__content p {
      font-size: 1.079rem;
      color: #959595; }
  .page--home section.email__content {
    margin: 48px 0 0;
    padding: 48px 0;
    background-color: #0168B7;
    color: #fff;
    font-size: 28px;}
    .page--home section.email__content input {
      height: calc(2.875rem + 2px);
      background-color: #ffffff;
      border-radius: 30px;
      position: absolute;
      width: 100%;
      font-size: 15px;
      color: #0168B7;
      top: 13px;}
      .page--home section.email__content button {
        position: absolute;
        right: -12px;
        font-size: 15px;
        text-transform: capitalize;
        padding: 9px 15px;
        top: 16px;
      }
      .page--home section.email__content h4 {
        letter-spacing: -1px;
        line-height: 1.5;
      }
  main[role='single'] > header {
    display: flex;
    align-content: center;
    width: 100%; }
    main[role='single'] > header figure {
      position: relative;
      max-width: 100%;
      width: 100%; }
      main[role='single'] > header figure picture {
        max-width: 100%;
        width: 100%; }
        main[role='single'] > header figure picture img {
          max-width: 100%;
          width: 100%; }
      main[role='single'] > header figure figcaption {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        margin: 0 auto; }
        @media (min-width: 1200px) {
          main[role='single'] > header figure figcaption {
            max-width: 1140px; } }
        main[role='single'] > header figure figcaption h2 {
          max-width: 50%;
          margin: 0;
          font-size: 3.25rem;
          text-transform: uppercase; }
          @media (max-width: 64em) {
            main[role='single'] > header figure figcaption h2 {
              margin-left: 48px; } }
          @media (max-width: 40em) {
            main[role='single'] > header figure figcaption h2 {
              margin-left: 24px;
              font-size: 1.875rem; } }
    main[role='single'] > header .container {
      position: relative;
      display: flex;
      align-content: center; }
      main[role='single'] > header .container > div {
        display: flex;
        align-content: center; }
        main[role='single'] > header .container > div > div {
          display: flex;
          align-self: center; }
          main[role='single'] > header .container > div > div h1 {
            display: flex;
            align-self: center;
            font-size: 3.25rem;
            text-transform: uppercase; }
          main[role='single'] > header .container > div > div h2 {
            display: flex;
            align-self: center;
            font-size: 3.25rem;
            text-transform: uppercase; }
          main[role='single'] > header .container > div > div h3 {
            display: flex;
            align-self: center;
            font-size: 3.25rem;
            text-transform: uppercase; }
          main[role='single'] > header .container > div > div h4 {
            display: flex;
            align-self: center;
            font-size: 3.25rem;
            text-transform: uppercase; }
          main[role='single'] > header .container > div > div h5 {
            display: flex;
            align-self: center;
            font-size: 3.25rem;
            text-transform: uppercase; }
          main[role='single'] > header .container > div > div h6 {
            display: flex;
            align-self: center;
            font-size: 3.25rem;
            text-transform: uppercase; }
  main[role='single'] article {
    min-height: calc(100vh - 525px);
    padding: 16px 0 48px; }
    main[role='single'] article header,
    main[role='single'] article footer {
      margin: 48px 0 24px; }
    main[role='single'] article p {
      margin-bottom: 32px;
      font-size: 1.25rem; }
    main[role='single'] article dl,
    main[role='single'] article ul,
    main[role='single'] article ol {
      font-size: 1.25rem; }
      main[role='single'] article dl dd,
      main[role='single'] article dl li,
      main[role='single'] article ul dd,
      main[role='single'] article ul li,
      main[role='single'] article ol dd,
      main[role='single'] article ol li {
        margin-bottom: 16px; }
    main[role='single'] article ul {
      padding-left: 24px; }
      main[role='single'] article ul li {
        list-style: disc; }
    main[role='single'] article ol {
      padding-left: 24px; }
      main[role='single'] article ol li {
        list-style: decimal; }
    main[role='single'] article blockquote footer {
      margin: inherit; }
  main[role='single'] > footer {
    padding: 48px 0;
    background-color: #e2e3e3; }
  main[role='page'] > header figure {
    position: relative;
    max-width: 100%;
    width: 100%; }
    main[role='page'] > header figure picture {
      max-width: 100%;
      width: 100%; }
      main[role='page'] > header figure picture img {
        max-width: 100%;
        width: 100%; }
    main[role='page'] > header figure figcaption {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      margin: 0 auto; }
      @media (min-width: 1200px) {
        main[role='page'] > header figure figcaption {
          max-width: 1140px; } }
      main[role='page'] > header figure figcaption h2 {
        max-width: 35%;
        margin: 0;
        font-size: 2.1875rem;
        text-transform: uppercase; }
        @media (max-width: 64em) {
          main[role='page'] > header figure figcaption h2 {
            max-width: 25%;
            margin-left: 48px;
            font-size: 1.875rem; } }
        @media (max-width: 40em) {
          main[role='page'] > header figure figcaption h2 {
            max-width: 35%;
            margin-left: 24px;
            font-size: 1.25rem; } }
  main[role='page'] article {
    min-height: calc(100vh - 525px);
    padding: 0; }
    main[role='page'] article h3 {
      margin-top: 48px; }
    main[role='page'] article p {
      margin-bottom: 32px;
      font-size: 1.25rem; }
    main[role='page'] article dl {
      font-size: 1.25rem; }
      main[role='page'] article dl dd {
        margin-bottom: 32px; }
  main[role='page'] > footer {
    padding: 48px 0;
    background-color: #e2e3e3; }
  main[role='page'].loop nav, main aside.menuLateral nav {
    margin: 48px 0; }
    main[role='page'].loop nav ul, main aside.menuLateral nav ul {
      display: none;
      justify-content: center;
      align-content: space-between; }
      @media (min-width: 1200px) {
        main[role='page'].loop nav ul, main aside.menuLateral nav ul {
          display: flex; } }
      main[role='page'].loop nav ul li, main aside.menuLateral nav ul li{
        margin: 0 56px;
        font-size: 1.875rem;
        color: #55565a; }
      main[role='page'].loop nav ul li a, main aside.menuLateral nav ul li a{
          font-family: Montserrat;
        color: #7e7e7e;
        font-size: .75rem;
        text-transform: uppercase;
        -webkit-transition: color 0.2s ease-in-out;
        -moz-transition: color 0.2s ease-in-out;
        -ms-transition: color 0.2s ease-in-out;
        -o-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out;}
        main[role='page'].loop nav ul li a:hover, main aside.menuLateral nav ul li a:hover{
          font-family: Montserrat;
          color: #22a7df;
          font-size: .75rem;
          text-transform: uppercase;}
          main[role='page'].loop nav ul li a.selected, main aside.menuLateral nav ul li a.selected {
            font-family: Montserrat;
            font-weight: 700;
            color: #22a7df;
            font-size: .8rem;
            text-transform: uppercase;}
    main[role='page'].loop nav select, main aside.menuLateral nav select {
      width: 90%;
      margin: 0 auto; }
      @media (min-width: 1200px) {
        main[role='page'].loop nav select, main aside.menuLateral nav select {
          display: none; } }
  main[role='page'].loop article img {
    width: auto;
    margin: 0 auto;
    height: auto;
    max-width: none;
    display: block;
        position: relative;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
    @media (min-width: 1200px) {
      main[role='page'].loop article img {
        width: auto;
        margin: 0 auto;
        height: auto;
        max-width: none; } }
  main[role='page'].loop article h3 {
    margin-top: 0;
    font-size: 2rem;
    line-height: 1.2; }
  main[role='page'].loop article p {
    color: #55565a;
    font-size: 1.1rem;
    line-height: 1.2; }
  main[role='page'].loop article .btn {
    padding: .5rem 1.5rem;
    font-size: .8rem;
    background: #fff;
    width: auto;
    color: #0068b7;}
    main[role='page'].loop article .btn:hover {
      background: #0068b7;
      color: #fff;}
  main[role='page'].product header {
    position: relative; }
    main[role='page'].product header .rotate img {
      margin: 24px auto; }
      @media (min-width: 48.0625em) {
        main[role='page'].product header .rotate img {
          margin: 0 auto; } }
      @media (max-width: 40em) {
        main[role='page'].product header .rotate img {
          margin: 24px auto; } }
    main[role='page'].product header .rotate p {
      margin: 48px 48px;
      font-size: 2.9375rem;
      text-align: center; }
      @media (min-width: 1200px) {
        main[role='page'].product header .rotate p {
          margin: 24px 48px;
          font-size: 2.9375rem; } }
      @media (min-width: 48.0625em) {
        main[role='page'].product header .rotate p {
          margin: 24px 48px;
          font-size: 1.875rem; } }
      @media (max-width: 40em) {
        main[role='page'].product header .rotate p {
          margin: 24px 48px;
          font-size: 1.625rem; } }
    main[role='page'].product header .rotate + p {
      margin: 48px 48px;
      font-size: 2.9375rem;
      text-align: center; }
      @media (min-width: 1200px) {
        main[role='page'].product header .rotate + p {
          margin: 24px 48px;
          font-size: 2.9375rem; } }
      @media (min-width: 48.0625em) {
        main[role='page'].product header .rotate + p {
          margin: 24px 48px;
          font-size: 1.875rem; } }
      @media (max-width: 40em) {
        main[role='page'].product header .rotate + p {
          margin: 24px 48px;
          font-size: 1.625rem; } }
    main[role='page'].product header .rotate button {
      outline: none; }
      main[role='page'].product header .rotate button.slick-arrow {
        position: absolute;
        z-index: 10;
        top: 0;
        bottom: 0;
        background: inherit;
        font-family: FontAwesome;
        text-rendering: auto;
        font-size: 0;
        border: 0;
        cursor: pointer; }
        main[role='page'].product header .rotate button.slick-arrow.slick-prev {
          position: absolute;
          left: 0;
          margin: auto auto auto -8px;
          transform: scale(0.5); }
          @media (min-width: 48.0625em) {
            main[role='page'].product header .rotate button.slick-arrow.slick-prev {
              margin: auto auto auto 32px;
              transform: scale(1); } }
          main[role='page'].product header .rotate button.slick-arrow.slick-prev:before {
            content: "<";
            text-indent: inherit;
            font-size: 2.9375rem;
            color: #55565a; }
          main[role='page'].product header .rotate button.slick-arrow.slick-prev:after {
            content: "";
            position: absolute;
            top: 8px;
            left: 0;
            right: 0;
            bottom: 0;
            display: block;
            width: 60px;
            height: 60px;
            margin: auto auto auto -16px;
            border: 1px solid #55565a;
            border-radius: 35px; }
        main[role='page'].product header .rotate button.slick-arrow.slick-next {
          position: absolute;
          right: 0;
          margin: auto -8px auto auto;
          transform: scale(0.5); }
          @media (min-width: 48.0625em) {
            main[role='page'].product header .rotate button.slick-arrow.slick-next {
              margin: auto 32px auto auto;
              transform: scale(1); } }
          main[role='page'].product header .rotate button.slick-arrow.slick-next:before {
            content: ">";
            text-indent: inherit;
            font-size: 2.9375rem;
            color: #55565a; }
          main[role='page'].product header .rotate button.slick-arrow.slick-next:after {
            content: "";
            position: absolute;
            top: 8px;
            left: 0;
            right: 0;
            bottom: 0;
            display: block;
            width: 60px;
            height: 60px;
            margin: auto -16px auto auto;
            border: 1px solid #55565a;
            border-radius: 35px; }
    main[role='page'].product header nav {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 80%;
      height: 50px;
      margin: 300px auto auto;
      padding: 0 16px 8px; }
      @media (min-width: 48.0625em) {
        main[role='page'].product header nav {
          width: 900px;
          height: 50px;
          margin: auto auto 60px; } }
      main[role='page'].product header nav ul {
        font-family: Montserrat;
        font-weight: 700;
        display: none;
        align-content: center;
        justify-content: center;
        padding: 0 16px;
        background-color: #000000;
        border-radius: 30px;
        text-transform: uppercase;
        color: #ffffff; }
        @media (min-width: 48.0625em) {
          main[role='page'].product header nav ul {
            display: flex; } }
        main[role='page'].product header nav ul li {
          position: relative;
          z-index: 0;
          margin: 16px; }
          main[role='page'].product header nav ul li:before {
            content: "";
            position: absolute;
            left: -15px;
            width: 1px;
            height: 100%;
            background-color: #ffffff; }
          main[role='page'].product header nav ul li:first-child:before {
            display: none; }
      @media (min-width: 48.0625em) {
        main[role='page'].product header nav select {
          display: none; } }
  main[role='page'].product article {
    margin-top: -8px;
    padding: 0; }
  main[role='page'].product.list nav ul {
    display: none; }
    @media (min-width: 48.0625em) {
      main[role='page'].product.list nav ul {
        display: flex;
        align-content: center; } }
    main[role='page'].product.list nav ul li {
      padding: 32px 16px;
      text-align: center;
      text-transform: uppercase;
      border-left: 1px solid #000000; }
      @media (min-width: 48.0625em) {
        main[role='page'].product.list nav ul li {
          display: flex;
          align-items: center;
          padding: 32px 16px;
          border-left: 1px solid #000000; } }
      @media (min-width: 48.0625em) {
        main[role='page'].product.list nav ul li:first-child {
          border-left: none; } }
  @media (min-width: 48.0625em) {
    main[role='page'].product.list nav select {
      display: none; } }
  main[role='page'].product .productFeature th {
    width: inherit;
    white-space: inherit !important; }
    @media (min-width: 48.0625em) {
      main[role='page'].product .productFeature th {
        width: 500px;
        white-space: nowrap !important; } }
  main[role='page'].product .productAbout h5 {
    margin: 0 0 8px;
    color: #0068b7; }
  main[role='page'].product .productAbout p {
    font-size: 0.875rem; }
  main[role='page'].product .productReview .reviewNotes .notes p {
    font-size: 1.875rem; }
    main[role='page'].product .productReview .reviewNotes .notes p span {
      font-size: 5.875rem; }
  main[role='page'].product .productReview .reviewNotes .votes > .row .progress {
    border-radius: 0;
    background-color: #c8caca; }
    main[role='page'].product .productReview .reviewNotes .votes > .row .progress .progress-bar {
      background-color: #959595; }
  main[role='page'].product .productReview .reviewNotes .votes > .row:last-child .progress-bar {
    background-color: #0068b7; }
  main[role='page'].product .productSupport table {
    font-size: 1.25rem; }
    main[role='page'].product .productSupport table tr:nth-child(2) {
      background-color: #ffffff; }
      main[role='page'].product .productSupport table tr:nth-child(2) td {
        position: relative;
        padding: 8px 0 8px 24px;
        vertical-align: middle; }
        @media (max-width: 40em) {
          main[role='page'].product .productSupport table tr:nth-child(2) td {
            padding: 8px; } }
        main[role='page'].product .productSupport table tr:nth-child(2) td:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 2px;
          height: 50%;
          margin: auto auto auto -20px;
          background-color: #e2e3e3; }
          @media (max-width: 40em) {
            main[role='page'].product .productSupport table tr:nth-child(2) td:before {
              display: none; } }
        main[role='page'].product .productSupport table tr:nth-child(2) td:first-child:before {
          display: none; }
        main[role='page'].product .productSupport table tr:nth-child(2) td:last-child {
          padding: 8px 24px 8px 0;
          text-align: right; }
          main[role='page'].product .productSupport table tr:nth-child(2) td:last-child:before {
            display: none; }
  main[role='page'].product .productSupport [type='search'] {
    height: 45px;
    background-color: #ffffff;
    font-size: 1.125rem;
    color: #959595; }
    main[role='page'].product .productSupport [type='search'] + span {
      top: 2px;
      filter: contrast(1%);
      transform: scale(0.6); }

/*------------------------------------*\
    SECTION
\*------------------------------------*/
/*------------------------------------*\
    ARTICLE
\*------------------------------------*/
article .alignnone {
  margin: 0; }

article .aligncenter {
  display: block;
  margin: 0 auto; }

article .alignright {
  float: right;
  margin: 16px 0 16px 16px; }

article .alignleft {
  float: left;
  margin: 16px 16px 16px 0; }

article .wp-caption {
  max-width: 95%;
  padding: 16px;
  text-align: center;
  background: #55565a;
  border: thin solid #959595; }
  article .wp-caption img {
    width: auto;
    max-width: 98.5%;
    height: auto;
    border: 0 none; }

article .wp-caption .wp-caption-text,
article .gallery-caption {
  margin: 0;
  padding: 0; }

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
body > footer .h4 {
  text-align: center;
  font-weight: 100; }
  @media (min-width: 1200px) {
    body > footer .h4 {
      text-align: left; } }

body > footer .footer__menu {
  min-height: 210px;
  padding: 60px 0;
  background: #000000;
  color: #ffffff; }
  @media (max-width: 600px){
  .mb-5 {
    margin: 14px 0;
  }
}
  body > footer .footer__menu h6 {
    position: relative;
    margin-bottom: 8px; }
    body > footer .footer__menu h6:before {
      content: "";
      position: absolute;
      bottom: -5px;
      display: block;
      width: 100%;
      height: 1px;
      background: #ffffff; }

body > footer .footer__bottom-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 65px;
  background: #ffffff; }

  body > footer .footer__bottom-menu .col-xl-5{
    display: flex;
  }
  body > footer .footer__bottom-menu .col-xl-5 div {
    margin: 0 10px;
}
  @media (min-width: 1200px) {
    body > footer .footer__bottom-menu ul {
      display: flex;
      align-items: center;
      justify-content: center; } }
  body > footer .footer__bottom-menu ul li {
    margin: 8px;
    color: #959595;
    text-align: center; }
    @media (min-width: 1200px) {
      body > footer .footer__bottom-menu ul li {
        margin: 0 8px;
        text-align: inherit;
        font-size: 14px;
      } }
    body > footer .footer__bottom-menu ul li a {
      color: #959595; }

body > footer .footer__logo {
  background-image: url("/arquivos/sprite.png");
  background-position: 0px -293px;
  width: 124px;
  height: 25px;
  overflow: hidden;
  text-indent: -9999px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  transform: scale(1.3); }
  @media (min-width: 1200px) {
    body > footer .footer__logo {
      margin: 0 0 0 auto; } }
  body > footer .footer__logo a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

body > footer .footer__tecnologia_japonesa {
  background-image: url("/arquivos/sprite.png");
  background-position: -162px -220px;
  width: 62px;
  height: 72px;
  overflow: hidden;
  text-indent: -9999px;
  position: relative;
  z-index: 2;
  display: block;
  margin: 32px auto; }
  @media (min-width: 1200px) {
    body > footer .footer__tecnologia_japonesa {
      margin: 0 0 0 auto; } }
  body > footer .footer__tecnologia_japonesa a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.resultsOrder ol {
  counter-reset: order;
  list-style-type: none; }
  .resultsOrder ol li {
    counter-increment: order; }
    .resultsOrder ol li div {
      margin: 16px -8px;
      padding: 32px 32px 8px;
      background-color: #eff0f0; }
      .resultsOrder ol li div:before {
        font-family: Montserrat;
        font-weight: 700;
        content: counter(order);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 70px;
        height: 70px;
        margin: 0 auto 16px;
        background-color: #0068b7;
        border-radius: 50%;
        font-size: 1.875rem;
        color: #ffffff; }
      .resultsOrder ol li div p:first-child {
        font-family: Montserrat;
        font-weight: 700;
        font-size: 1.625rem; }
      .resultsOrder ol li div p:nth-child(2) {
        font-size: 0.875rem; }
      .resultsOrder ol li div p:nth-child(3) {
        font-family: Montserrat;
        font-weight: 700;
        margin-bottom: 16px;
        font-size: 1.125rem; }
      .resultsOrder ol li div hr {
        width: 100%;
        margin-bottom: 16px;
        border-top: 1px solid #55565a; }
        .resultsOrder ol li div hr + p {
          font-size: 0.875rem;
          color: #0068b7; }

.resultsOrder ul {
  list-style-type: none; }
  .resultsOrder ul li div {
    margin: 16px -8px;
    padding: 32px 32px 8px;
    background-color: #eff0f0; }
    .resultsOrder ul li div p:first-child {
      font-family: Montserrat;
      font-weight: 700;
      font-size: 1.625rem; }
    .resultsOrder ul li div p:nth-child(2) {
      font-size: 0.875rem; }
    .resultsOrder ul li div p:nth-child(3) {
      font-family: Montserrat;
      font-weight: 700;
      margin-bottom: 16px;
      font-size: 1.125rem; }
    .resultsOrder ul li div hr {
      width: 100%;
      margin-bottom: 16px;
      border-top: 1px solid #55565a; }
      .resultsOrder ul li div hr + p {
        font-size: 0.875rem;
        color: #0068b7; }

.accordion .card {
  background-color: inherit;
  border: none; }
  .accordion .card-header {
    padding: 8px 0;
    background-color: inherit;
    border: none; }
    .accordion .card-header p {
      display: flex;
      align-content: center; }
      .accordion .card-header p:after {
        content: "";
        display: inline-block;
        margin: 0 0 0 24px;
        width: 45px;
        height: 20px;
        background-color: inherit;
        background-image: url("/arquivos/arrow-down.png");
        background-repeat: no-repeat;
        background-position: right 50%;
        filter: grayscale(10); }
        @media (max-width: 40em) {
          .accordion .card-header p:after {
            background-position: 0; } }
  .accordion .card-body {
    padding: 8px 0;
    background-color: inherit;
    border: none; }

/*------------------------------------*\
    HELPERS
\*------------------------------------*/
.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0; }

.margin-left {
  margin-left: 15px; }

.margin-right {
  margin-right: 15px; }

.nopad-left {
  padding-left: 0; }

.nopad-right {
  padding-right: 0; }

@media (max-width: 640px) {
  .center-block-mobile {
    float: none !important;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important; }
  .text-center-mobile {
    text-align: center; } }

.center-block {
  float: none !important;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important; }

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none; }
  @media (max-width: 767px) {
    .vcenter {
      display: inherit;
      float: inherit; } }

.vbottom {
  display: inline-block;
  vertical-align: bottom;
  float: none; }

.letter-spacing {
  letter-spacing: 2px; }

label {
  white-space: nowrap; }

.bg--primary-dark {
  background-color: #1d2442; }

.bg--primary-base {
  background-color: #0068b7; }

.bg--primary-light {
  background-color: #79c8ef; }

.bg--light-base {
  background-color: #ffffff; }

.bg--light-darken {
  background-color: #e2e3e3; }

.bg--dark-base {
  background-color: #000000; }

.bg--dark-darkest {
  background-color: #010300; }

.bg--dark-darker {
  background-color: #55565a; }

.bg--dark-darken {
  background-color: #959595; }

.text--primary-dark {
  color: #1d2442; }

.text--primary-base {
  color: #0068b7; }

.text--primary-light {
  color: #79c8ef; }

.text--light-base {
  color: #ffffff; }

.text--dark-base {
  color: #000000; }

.text--dark-darkest {
  color: #010300; }

.text--dark-darker {
  color: #55565a; }

.text--dark-darken {
  color: #959595; }

.text-size-xxxbig {
  font-size: 2.9375rem !important;
  line-height: 1.1; }

.text-size-xxbig {
  font-size: 2.1875rem !important;
  line-height: 1.1; }

.text-size-xbig {
  font-size: 2.0625rem !important;
  line-height: 1.1; }

.text-size-big {
  font-size: 1.875rem !important;
  line-height: 1.1; }

.text-size-large {
  font-size: 1.75rem !important;
  line-height: 1.1; }

.text-size-medium-3 {
  font-size: 1.625rem !important;
  line-height: 1.1; }

.text-size-medium-2 {
  font-size: 1.25rem !important;
  line-height: 1.1; }

.text-size-medium {
  font-size: 1.125rem !important;
  line-height: 1.1; }

.text-size-normal {
  font-size: 0.875rem !important;
  line-height: 1.1; }

.text-size-small {
  font-size: 0.8125rem !important;
  line-height: 1.1; }



/*		CUSTOM CSS		*/

.productLike img {
    margin: 0 auto 30px;
}

.productLike .button {
    display: none !important;
}

.productLike h2 {
    font-size: 1.125rem !important;
    font-weight: normal;
    line-height: 1.1;
}

.productReview .comment-notes,
.productReview .comment-form-cookies-consent,
.productReview .form-submit {
    display: none;
}

.productReview input[type="text"],
.productReview input[type="email"],
.productReview textarea {
    background-color: rgba(255, 255, 255, 0.5);
}

.productReview input[type="text"],
.productReview input[type="email"] {
    height: 48px;
}

.productReview textarea {
    height: 100%;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background-color: #0068b7;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 25px;
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.woocommerce #reviews #comment {
	height: 100% !important;
}

#ra-widget-reputation {float: right;}

nav.menuFooter2 {margin: 13px auto 0;}

body > footer .h4 {font-size: 15px;margin-top: 12px;}

aside#sidebar nav ul {display: block; width: 100%;}

aside#sidebar nav ul > li {
    margin: 0;
    width: 100%;
    display: block;
    font-size: 12px;
    float: left;
    color: #55565a;
    padding-bottom: 15px}

.artigos {border-left: 1px solid #ccc; margin: 48px 0;}

.postThumb a { width:100%; max-width: 350px; height: 342px; overflow: hidden; display: block;}

.btn-group-lg>.btn, .btn-lg {font-size: 1rem}

body.page-template-page-quem-somos article h3 {margin-top: 0;}

.related-posts h4 {
  font-size: 0.95rem;
  color: #0168b7;
  margin: 8px 0;
}
.related-posts p {
  font-size: 0.85rem;
  color: #868a89;
}

.related-posts .thumb {
  width: 100%;
      max-width: 350px;
      height: 180px;
      overflow: hidden;
      display: block;
}

.related-posts .thumb img {
  width: 235%;
  margin: 0 auto;
  height: auto;
  max-width: none;
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.artigos article {
  margin-bottom: 28px;
}
@media (max-width: 992px) {
  #ra-widget-reputation {float: none; margin: 0 auto 35px;}
  body > footer .h4 {margin-top: 0;}
  .page--home section.email__content button {padding: 6px 15px; top: 15px; right: 2px;}
  .postThumb a {width: 100%;max-width: 100%;height: 150px;overflow: hidden;display: block; margin-bottom: 20px;}
  .artigos {border-left:0; margin: 0 0 28px 0;}
  aside#sidebar nav ul{display: none;}
  main[role='page'].loop nav, main aside.menuLateral nav {margin: 28px 0;}
  main[role='page'].loop nav select, main aside.menuLateral nav select {width: 92%;}
.related-posts .thumb {max-width: 992px;}
}


/*FAQ*/
main[role="page"] article .elementor-toggle .elementor-tab-content,
main[role="page"] article .elementor-toggle .elementor-tab-content p{
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    color:#55565a;
}
main[role="page"] article .elementor-toggle .elementor-tab-content p{
    margin-bottom: 15px;
}

main[role="page"] article .elementor-toggle .elementor-tab-content a{
  color:#0068b7;
  text-decoration:none;
}

.elementor-toggle .elementor-tab-title{
  font-size: 1.2rem;
  font-weight: 600;
  color: #55565a;
}
