@charset "UTF-8";
/*
Theme Name: Marcos Inácio Advocacia
Description: Site criado para o cliente Marcos Inácio Advocacia
Author: Clidenor  
Author URI: http://clidenorjr.com.br/
Version: 2.0
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/*CORES*/
html {
  height: 100%;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

body {
  font-size: 14px;
  background: #fff;
  color: #222222;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  position: static !important;
  top: 0 !important;
}

#google_translate_element {
  display: none !important;
}

.goog-te-banner-frame {
  display: none !important;
}

.clear {
  clear: both;
}

body,
.panel {
  background-color: #fff;
}

.panel {
  min-height: 100%;
  position: relative;
}

a {
  text-decoration: none;
  color: #222222;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:active, a:focus {
  -moz-outline-style: none;
  outline: none;
  outline: 0;
}

b, strong {
  font-weight: 700;
}

button, input, textarea {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  background-color: transparent;
}
button:active, button:focus, input:active, input:focus, textarea:active, textarea:focus {
  -moz-outline-style: none;
  outline: none;
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.window-size {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  padding: 2px;
  display: none;
}

.btn-menu {
  width: 58px;
  height: 70px;
  background: #222222;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}
.btn-menu span {
  width: 14px;
  height: 3px;
  background: #fff;
  position: relative;
}
.btn-menu span:before {
  content: "";
  width: 17px;
  height: 3px;
  background: #fff;
  position: absolute;
  right: 0;
  top: -6px;
}
.btn-menu span:after {
  content: "";
  width: 9px;
  height: 3px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: -6px;
}
.btn-menu:hover {
  background: #2f2f2f;
}
.btn-menu:hover span {
  background: #d7b511;
}
.btn-menu:hover span:before {
  background: #d7b511;
}
.btn-menu:hover span:after {
  background: #d7b511;
}

.menuTopo {
  display: -webkit-flex;
  display: flex;
}
.menuTopo > li {
  padding: 0 18px 0 18px;
}
.menuTopo > li > a {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menuTopo > li > a:hover {
  color: #d7b511;
}
.menuTopo > li.current-menu-item a {
  position: relative;
}
.menuTopo > li.current-menu-item a:after {
  content: "";
  width: 100%;
  height: 1px;
  background: white;
  position: absolute;
  left: 0;
  bottom: -16px;
}
.menuTopo .sub-menu {
  position: absolute;
  top: 30px;
  left: 0;
  min-width: 185px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  z-index: -1;
}
.menuTopo .sub-menu:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 48px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
}
.menuTopo .sub-menu li {
  float: left;
  width: 100%;
}
.menuTopo .sub-menu a {
  text-transform: uppercase;
  font-size: 12px;
  color: #222222;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px;
  display: block;
  line-height: 18px;
  background: #fff;
  white-space: nowrap;
}
.menuTopo .sub-menu a:hover {
  background: #222222;
  color: #fff;
}
.menuTopo .menu-item-has-children {
  position: relative;
}
.menuTopo .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  z-index: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 768px) {
  .btn-menu {
    width: 50px;
    height: 50px;
  }

  .menu-topo-links {
    padding-left: 0;
  }
  .menu-topo-links li {
    margin: 0px 15px 0 15px;
  }

  .menu-topo > div {
    padding: 0;
  }
  .menu-topo .abrir-pesquisa {
    margin-right: 15px;
  }
}
/*CONFIGURAÇÕES DO MENU LATERAL*/
.slideout-menu {
  position: fixed;
  left: auto;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  height: 100%;
  /*    overflow-y: scroll;*/
  -webkit-overflow-scrolling: touch;
  display: none;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
  min-height: 100vh;
}

.slideout-menu-left {
  left: 0;
}

.slideout-menu-right {
  right: 0;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.menu {
  background-color: #222222;
  background-image: linear-gradient(145deg, #1d1f20, #404348);
  display: none;
}
.menu .menu-header {
  border-bottom: 1px solid #2a2d2f;
  padding: 20px 15px;
  background-size: 32px;
}
.menu .menu-header .menu-header-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 0;
  color: #fff;
}
.menu .menu-section {
  margin: 25px 0;
  margin-bottom: 0;
  margin-top: 0;
}
.menu .menu-section .menu-section-list {
  padding: 0;
  margin: 10px 0;
  list-style: none;
}
.menu .menu-section .menu-section-list a {
  display: block;
  color: #fff;
  padding: 7px 15px;
  line-height: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.menu .menu-section .menu-section-list a:hover {
  text-decoration: underline;
}
.menu .social {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.menu .social li {
  margin: 0 8px;
}
.menu .social li:first-child {
  margin-left: 0;
}
.menu .social li:last-child {
  margin-right: 0;
}
.menu .social a {
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu .social a:hover {
  color: #d7b511;
}
.menu .instagram {
  float: left;
  width: 100%;
}
.menu .instagram span {
  font-family: 'SourceCodePro-Semibold';
  font-size: 14px;
  display: block;
  padding: 15px;
  text-align: center;
}
.menu .instagram .instafeed {
  float: left;
  width: 100%;
  padding: 0 10px;
}
.menu .instagram .instafeed li {
  float: left;
  width: 33.3333%;
  padding: 3px;
}
.menu .instagram .instafeed a {
  display: block;
  width: 100%;
  height: 72px;
  float: left;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.menu .instagram .instafeed a:hover {
  -webkit-box-shadow: inset 0px 0px 124px 11px rgba(0, 0, 0, 0.74);
  -moz-box-shadow: inset 0px 0px 124px 11px rgba(0, 0, 0, 0.74);
  box-shadow: inset 0px 0px 124px 11px rgba(0, 0, 0, 0.74);
}
.menu .assinatura {
  float: left;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
}

.container, .indexContato header .containerInner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.slick-slide {
  box-shadow: none;
  border-color: none;
  color: none;
  background: none;
  outline: none;
  border: none;
}

.sliderServicosCat {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 40px;
}
.sliderServicosCat ul {
  display: -webkit-flex;
  display: flex;
}
.sliderServicosCat li:first-child {
  margin-right: 20px;
  position: relative;
}
.sliderServicosCat li:first-child:after {
  content: "";
  width: 2px;
  height: 12px;
  background: #d7b511;
  position: absolute;
  right: -12px;
  top: 2px;
}
.sliderServicosCat button {
  font-weight: 700;
  color: #d7b511;
  font-size: 14px;
}
.sliderServicosCat button:hover {
  color: #222222;
}
.sliderServicosCat .slick-active button {
  text-decoration: underline;
}

/*tira a barra de rolagem do body quando abre o modal*/
.modal-aberto {
  overflow: hidden;
}

/* Modal */
.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999999;
  display: -webkit-flex;
  display: flex;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.modal .modal-inner {
  min-width: 400px;
  max-width: 800px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 15px;
}
.modal .modal-miolo {
  padding: 25px;
  width: 100%;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  overflow-y: auto;
  max-height: calc(100vh - 40px);
  -webkit-overflow-scrolling: touch;
}
.modal .btn-fechar-modal {
  position: absolute;
  z-index: 1;
  top: -15px;
  width: 30px;
  height: 30px;
  background: #d7b511;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 3px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
}
.modal .btn-fechar-modal:hover {
  background: #a88d0d;
  color: white;
}
.modal .btn-fechar-modal svg {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  shape-rendering: geometricPrecision;
}
.modal .btn-fechar-modal svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 2;
}

.modalServiços .modal-miolo {
  padding: 45px;
}
.modalServiços .modal-miolo h3 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 18px;
}
.modalServiços .modal-miolo p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
.modalServiços .modal-miolo strong {
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .modal .modal-inner {
    min-width: 280px;
  }
}
.topo {
  width: 100%;
  padding-top: 15px;
  height: 703px;
  background-image: url('assets/imagens/bg-topo.png?1541259334');
  background-position: top right;
  background-repeat: no-repeat;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  position: relative;
}
.topo .logo {
  padding: 0 15px;
  font-size: 0;
  float: left;
}
.topo .logo a {
  display: block;
}
.topo:after {
  content: "";
  left: 0;
  bottom: -120px;
  position: absolute;
  width: 135px;
  height: 357px;
  z-index: -1;
  background: url('assets/imagens/efeito-01.png?1541454866') no-repeat center;
}

.barraTopo {
  height: 40px;
  float: left;
  width: 100%;
  padding: 0 35px 0 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}

.socialTopo {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 20px 0 20px;
}
.socialTopo li {
  margin: 0 10px;
}
.socialTopo li:first-child {
  margin-left: 0;
}
.socialTopo li:last-child {
  margin-right: 0;
}
.socialTopo a {
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.socialTopo a:hover {
  color: #d7b511;
}

.seletorIdiomas {
  padding: 0 15px;
}
.seletorIdiomas .dropdown {
  position: relative;
}
.seletorIdiomas .dropdown .dropdown-toggle {
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.seletorIdiomas .dropdown .dropdown-toggle span {
  width: 13px;
  height: 7px;
  background: url('assets/imagens/arrow-botton.png?1541343962') no-repeat center;
  margin-left: 7px;
}
.seletorIdiomas .dropdown .dropdown-menu {
  right: -15px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: none;
  top: 19px;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 78px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.seletorIdiomas .dropdown .dropdown-menu li {
  float: left;
}
.seletorIdiomas .dropdown .dropdown-menu li a {
  display: block;
  padding: 7px;
}

.barraTopoFixa {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: #fff;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
  display: none;
}
.barraTopoFixa .container, .barraTopoFixa .indexContato header .containerInner, .indexContato header .barraTopoFixa .containerInner {
  height: 50px;
  padding: 0 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.barraTopoFixa .logoIcone {
  position: absolute;
  left: 15px;
  top: 10px;
}
.barraTopoFixa .menuTopo > li > a {
  color: #d7b511;
}
.barraTopoFixa .menuTopo > li > a:hover {
  color: #222222;
}
.barraTopoFixa .socialTopo a {
  color: #d7b511;
}
.barraTopoFixa .socialTopo a:hover {
  color: #222222;
}
.barraTopoFixa .seletorIdiomas .dropdown .dropdown-toggle span {
  background: url('assets/imagens/arrow-botton-black.png?1541615837') no-repeat center;
}

.containerTopo {
  float: left;
  width: 100%;
  padding: 0 15px 0 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.containerTopo .botoes {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 15px;
}
.containerTopo .botoes a {
  font-weight: 700;
  color: #d7b511;
  font-size: 14px;
}
.containerTopo .botoes .conhecaMais {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: solid 1px #d7b511;
  margin-right: 25px;
  padding: 15px 30px;
  background: #fff;
}
.containerTopo .botoes .conhecaMais:hover {
  color: #fff;
  background: #d7b511;
}
.containerTopo .botoes .maisSobre {
  text-decoration: underline;
}
.containerTopo .botoes .maisSobre:hover {
  color: #222222;
}

.sliderTopoContainer {
  margin-top: 115px;
  margin-bottom: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.sliderTopoContainer .sliderInner {
  max-width: 500px;
  padding: 0 15px;
}
.sliderTopoContainer .sliderInner h2 {
  font-size: 42px;
  color: #d7b511;
  font-weight: 700;
  line-height: 48px;
}
.sliderTopoContainer .sliderInner h2 span {
  font-size: 36px;
  font-weight: 600;
  color: #d3d3d3;
}
.sliderTopoContainer .sliderTopoSetas {
  padding: 0 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.sliderTopoContainer .sliderTopoSetas .slick-arrow {
  width: 20px;
  height: 16px;
  background-color: transparent;
  font-size: 0;
}
.sliderTopoContainer .sliderTopoSetas .slick-prev {
  margin-bottom: 25px;
  background: url('assets/imagens/arrow-right.png?1541364709') no-repeat center;
}
.sliderTopoContainer .sliderTopoSetas .slick-next {
  background: url('assets/imagens/arrow-left.png?1541364732') no-repeat center;
}

.sectionTitleIndex {
  margin-bottom: 35px;
  padding: 0 15px;
}
.sectionTitleIndex h3 {
  font-size: 18px;
  font-weight: 700;
  color: #d7b511;
  text-transform: uppercase;
  position: relative;
}
.sectionTitleIndex h3 small {
  position: absolute;
  font-size: 98px;
  color: #dddddd;
  top: -70px;
  left: 20px;
  z-index: -1;
  text-transform: lowercase;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

.indexServicos {
  margin-top: 145px;
  margin-bottom: 90px;
}
.indexServicos .article01 {
  padding: 0 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.indexServicos .article01 .col_left {
  margin-bottom: 30px;
  max-width: 455px;
}
.indexServicos .article01 .col_left strong {
  font-size: 32px;
  font-weight: 700;
}
.indexServicos .article01 .col_left span {
  font-weight: 700;
  color: #d7b511;
  font-size: 14px;
  display: block;
  margin-top: 35px;
  line-height: 22px;
}
.indexServicos .article01 .col_left a {
  font-weight: 700;
  color: #d7b511;
  font-size: 14px;
  display: block;
  margin-top: 35px;
  text-decoration: underline;
}
.indexServicos .article01 .col_left a:hover {
  color: #222222;
}
.indexServicos .article01 .col_right {
  max-width: 470px;
}
.indexServicos .article01 .col_right p {
  font-size: 14px;
  line-height: 22px;
}
.indexServicos .article02 {
  padding: 0 15px;
  margin-top: 50px;
  margin-bottom: 35px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}
.indexServicos .article02 span {
  width: 19px;
  height: 30px;
  background: url('assets/imagens/logo-icone.png?1541375590') no-repeat center;
  margin-bottom: 30px;
}
.indexServicos .article02 p {
  font-size: 14px;
  line-height: 22px;
  max-width: 405px;
  text-align: center;
}
.indexServicos .articles {
  padding: 0 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.indexServicos .articles article {
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  flex: 1;
  margin-bottom: 30px;
  border-left: solid 1px #d7b511;
  border-right: solid 1px #d7b511;
  padding: 0 30px;
  position: relative;
}
.indexServicos .articles article h3 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 12px;
}
.indexServicos .articles article h4 {
  font-weight: 600;
  margin-bottom: 15px;
}
.indexServicos .articles article p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 40px;
}
.indexServicos .articles article a {
  font-weight: 700;
  color: #d7b511;
  font-size: 14px;
  text-decoration: underline;
  position: absolute;
  bottom: 0;
}
.indexServicos .articles article a:hover {
  color: #222222;
}
.indexServicos .articles .article04 {
  margin: 0 30px;
}

.indexEspecialistas {
  padding-top: 35px;
  margin-bottom: 95px;
  position: relative;
}
.indexEspecialistas:after {
  content: "";
  right: 0;
  top: 25px;
  position: absolute;
  width: 58px;
  height: 162px;
  z-index: -1;
  background: url('assets/imagens/efeito-02.png?1541414910') no-repeat center;
}
.indexEspecialistas .sectionTitleIndex h3 {
  margin-bottom: 50px;
  font-size: 24px;
}
.indexEspecialistas .sectionTitleIndex h4 {
  font-weight: 700;
  font-size: 24px;
}
.indexEspecialistas .articles {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.indexEspecialistas .articles article {
  padding: 0 15px;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 40px;
}
.indexEspecialistas .articles article .redeSocial {
  position: absolute;
  left: 15px;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
}
.indexEspecialistas .articles article .redeSocial li {
  margin-right: 15px;
}
.indexEspecialistas .articles article .redeSocial a {
  font-size: 22px;
  color: #d7b511;
}
.indexEspecialistas .articles article .redeSocial a:hover {
  color: #222222;
}
.indexEspecialistas .flip-container {
  width: 315px;
  height: 340px;
  overflow: hidden;
  position: relative;
}
.indexEspecialistas .flip-container .frente, .indexEspecialistas .flip-container .verso {
  position: absolute;
  left: 0;
  top: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.indexEspecialistas .flip-container .verso {
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translateY(-55px);
  -ms-transform: translateY(-55px);
  -webkit-transform: translateY(-55px);
  transform: translateY(-55px);
  z-index: -1;
}
.indexEspecialistas .flip-container:hover .frente {
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: -1;
  -moz-transform: translateY(55px);
  -ms-transform: translateY(55px);
  -webkit-transform: translateY(55px);
  transform: translateY(55px);
}
.indexEspecialistas .flip-container:hover .verso {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  z-index: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.indexEspecialistas .box {
  width: 315px;
  height: 340px;
}
.indexEspecialistas .box-frente {
  position: relative;
  cursor: pointer;
}
.indexEspecialistas .box-frente:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiMyMjIyMjIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(90%, #222222));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 60%, #222222 90%);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 60%, #222222 90%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 60%, #222222 90%);
  z-index: 1;
}
.indexEspecialistas .box-frente div {
  position: absolute;
  left: 15px;
  bottom: 8px;
  padding-top: 13px;
  padding-left: 13px;
  color: #fff;
  height: 70px;
  border-left: solid 1px #d7b511;
  z-index: 2;
}
.indexEspecialistas .box-frente div h5 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.indexEspecialistas .box-frente div p {
  font-size: 14px;
  font-weight: 400;
}
.indexEspecialistas .box-verso {
  padding: 30px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QyYjExMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgwNmQxNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d2b111), color-stop(100%, #806d17));
  background-image: -moz-linear-gradient(#d2b111, #806d17);
  background-image: -webkit-linear-gradient(#d2b111, #806d17);
  background-image: linear-gradient(#d2b111, #806d17);
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.indexEspecialistas .box-verso p {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}
.indexEspecialistas .texto {
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}
.indexEspecialistas .texto span {
  width: 19px;
  height: 30px;
  background: url('assets/imagens/logo-icone.png?1541375590') no-repeat center;
  margin-bottom: 30px;
}
.indexEspecialistas .texto p {
  font-size: 13px;
  line-height: 18px;
  max-width: 345px;
  text-align: center;
}
.indexEspecialistas .texto p strong {
  font-weight: 600;
}

.indexFrase {
  background-image: url('assets/imagens/bg-frase.jpg?1541415964');
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #08151B;
  position: relative;
  margin-bottom: 107px;
}
.indexFrase:before {
  content: "";
  left: 50px;
  top: -25px;
  position: absolute;
  width: 150px;
  height: 25px;
  z-index: -1;
  background: url('assets/imagens/efeito-03.png?1541416669') no-repeat center;
}
.indexFrase:after {
  content: "";
  right: 73px;
  bottom: -107px;
  position: absolute;
  width: 297px;
  height: 107px;
  z-index: -1;
  background: url('assets/imagens/efeito-04.png?1541416961') no-repeat center;
}
.indexFrase .container, .indexFrase .indexContato header .containerInner, .indexContato header .indexFrase .containerInner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  padding: 70px 15px;
}
.indexFrase p {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  max-width: 430px;
  color: #fff;
}
.indexFrase p strong {
  font-weight: 600;
}
.indexFrase p span {
  display: block;
  font-size: 12px;
  margin-top: 20px;
}

.indexNoticias {
  margin-bottom: 35px;
}
.indexNoticias .sectionTitleIndex {
  position: relative;
  margin-bottom: 65px;
}
.indexNoticias .sectionTitleIndex h3 {
  font-size: 24px;
}
.indexNoticias .sectionTitleIndex a {
  position: absolute;
  right: 15px;
  bottom: 0;
  font-weight: 700;
  color: #d7b511;
  font-size: 14px;
  text-decoration: underline;
  position: absolute;
  bottom: 0;
}
.indexNoticias .sectionTitleIndex a:hover {
  color: #222222;
}
.indexNoticias .articles {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 0 15px;
}
.indexNoticias article {
  padding: 30px 0 60px 0;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05);
  position: relative;
  margin: 0 6px 30px 6px;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.indexNoticias article:first-child {
  margin-left: 0;
}
.indexNoticias article:last-child {
  margin-right: 0;
}
.indexNoticias article small {
  font-size: 13px;
  color: #d7b511;
  margin-bottom: 30px;
  padding: 0 25px;
}
.indexNoticias article h4 {
  margin-bottom: 30px;
  padding: 0  25px;
  position: relative;
}
.indexNoticias article h4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #d7b511;
  left: 0;
  bottom: -30px;
}
.indexNoticias article h4 a {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: #222222;
}
.indexNoticias article h4 a:hover {
  color: #222222;
}
.indexNoticias article p {
  padding: 0  25px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  margin-top: 25px;
}
.indexNoticias article .vejaMais {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #d7b511;
  position: absolute;
  bottom: 22px;
  right: 25px;
}
.indexNoticias article .vejaMais:hover {
  color: #222222;
}

.indexVideos {
  margin-bottom: 90px;
}
.indexVideos .sectionTitleIndex h4 {
  font-weight: 700;
  font-size: 24px;
}
.indexVideos .articles {
  margin-bottom: 40px;
  display: -webkit-flex;
  display: flex;
}
.indexVideos .videoMaior {
  padding: 0 15px;
  width: 660px;
  height: 420px;
  position: relative;
  flex: 2;
}
.indexVideos .videoMaior a {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.indexVideos .videoMaior a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiMyMjIyMjIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(30%, rgba(255, 255, 255, 0)), color-stop(90%, #222222));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 30%, #222222 90%);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 30%, #222222 90%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 30%, #222222 90%);
  z-index: 1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.indexVideos .videoMaior a:before {
  content: "";
  width: 80px;
  height: 80px;
  background-image: url('assets/imagens/icone-play.png?1541425091');
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #d7b511;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 2;
}
.indexVideos .videoMaior a:hover:before {
  background-color: #222222;
}
.indexVideos .videoMaior div {
  position: absolute;
  bottom: 55px;
  left: 35px;
  z-index: 2;
  color: #fff;
}
.indexVideos .videoMaior div small {
  text-transform: uppercase;
  display: block;
  color: #d7b511;
  margin-bottom: 20px;
}
.indexVideos .videoMaior div h5 {
  font-weight: 700;
  color: #fff;
  font-size: 18px;
}
.indexVideos .videosMenores {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.indexVideos .videosMenores article {
  height: 200px;
  padding: 0 15px;
  position: relative;
}
.indexVideos .videosMenores article div {
  position: absolute;
  bottom: 20px;
  left: 35px;
  z-index: 2;
  color: #fff;
  padding-right: 30px;
}
.indexVideos .videosMenores article div small {
  text-transform: uppercase;
  display: block;
  color: #d7b511;
  margin-bottom: 10px;
  font-size: 12px;
}
.indexVideos .videosMenores article div h5 {
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}
.indexVideos .videosMenores article:first-child {
  margin-bottom: 20px;
}
.indexVideos .videosMenores a {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.indexVideos .videosMenores a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(90%, #222222));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), #222222 90%);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), #222222 90%);
  background-image: linear-gradient(rgba(255, 255, 255, 0), #222222 90%);
  z-index: 1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.indexVideos .videosMenores a:before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url('assets/imagens/icone-play.png?1541425091');
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #d7b511;
  position: absolute;
  left: 15px;
  top: 15px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 2;
}
.indexVideos .videosMenores a:hover:before {
  background-color: #222222;
}
.indexVideos footer {
  padding: 0 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.indexVideos footer a {
  font-weight: 700;
  color: #d7b511;
  font-size: 14px;
  display: block;
  text-decoration: underline;
}
.indexVideos footer a:hover {
  color: #222222;
}

.indexContato {
  margin-bottom: 90px;
  position: relative;
}
.indexContato:before {
  content: "";
  left: 0;
  top: -105px;
  position: absolute;
  width: 98px;
  height: 234px;
  z-index: -1;
  background: url('assets/imagens/efeito-05.png?1541452165') no-repeat center;
}
.indexContato:after {
  content: "";
  left: 0;
  bottom: -103px;
  position: absolute;
  width: 101px;
  height: 103px;
  z-index: -1;
  background: url('assets/imagens/efeito-06.png?1541453005') no-repeat center;
}
.indexContato header {
  margin-bottom: 48px;
}
.indexContato header .containerInner {
  padding: 0 15px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-top: 55px;
}
.indexContato header h3 {
  font-size: 24px;
  font-weight: 700;
  color: #d7b511;
  text-transform: uppercase;
}
.indexContato header small {
  position: absolute;
  font-size: 89px;
  color: #dddddd;
  top: 0;
  right: -7px;
  z-index: -1;
  font-weight: 700;
  text-transform: lowercase;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.indexContato .mapa {
  height: 555px;
}
.indexContato .mapa #content {
  padding: 5px 0px 5px 5px;
  max-width: 300px;
}
.indexContato .mapa #content h6 {
  color: #d7b511;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}
.indexContato .mapa #content p {
  color: #222222;
  font-size: 14px;
}
.indexContato .containerOut {
  position: relative;
}
.indexContato .containerOut .container, .indexContato .containerOut header .containerInner, .indexContato header .containerOut .containerInner {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 15px;
}
.indexContato .containerOut .containerInner {
  position: relative;
  height: 100%;
  width: 100%;
}
.indexContato .formContatoOut {
  width: 365px;
  padding: 35px;
  background: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 0;
  top: -75px;
}
.indexContato .formContatoOut article {
  margin-bottom: 30px;
}
.indexContato .formContatoOut article h6 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
}
.indexContato .formContatoOut article p {
  line-height: 22px;
  font-size: 14px;
}
.indexContato .formContatoOut article p a {
  font-weight: 700;
}
.indexContato .formContatoOut article p a:hover {
  color: #d7b511;
}
.indexContato .cartao {
  width: 325px;
  height: 355px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: black;
}
.indexContato .cartao img {
  width: 100%;
  margin-bottom: 50px;
}
.indexContato .cartao p {
  color: #fff;
  padding: 0 35px;
  line-height: 22px;
  font-size: 12px;
}
.indexContato .cartao p strong {
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 30px;
}

.retorno_email .email-resposta {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  padding: 10px;
  margin: 10px 0;
  line-height: 18px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.retorno_email .email-aguarde {
  background-color: #f0ad4e;
  border: solid 2px #eea236;
  display: -webkit-flex;
  display: flex;
}
.retorno_email .email-aguarde img {
  margin-left: 15px;
}
.retorno_email .email-nao-validado {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  background-color: #f0ad4e;
  border: solid 2px #eea236;
  list-style: initial;
  padding-left: 30px;
}
.retorno_email .email-nao-validado li {
  line-height: 18px;
}
.retorno_email .email-enviado {
  background-color: #5cb85c;
  border: 2px solid #4cae4c;
}
.retorno_email .email-nao-enviado {
  background-color: #d9534f;
  border: solid 2px #d43f3a;
}

.formContatoIndex {
  float: left;
  width: 100%;
}
.formContatoIndex .campo {
  margin-bottom: 15px;
  border-bottom: solid 1px #222222;
  float: left;
  width: 100%;
  font-size: 13px;
  color: #d7b511;
  padding: 15px 0;
}
.formContatoIndex .campo:-moz-placeholder {
  font-size: 13px;
  color: #d7b511;
}
.formContatoIndex .campo::-moz-placeholder {
  font-size: 13px;
  color: #d7b511;
}
.formContatoIndex .campo:-ms-input-placeholder {
  font-size: 13px;
  color: #d7b511;
}
.formContatoIndex .campo::-webkit-input-placeholder {
  font-size: 13px;
  color: #d7b511;
}
.formContatoIndex textarea {
  line-height: 20px;
  height: 145px;
  resize: none;
}
.formContatoIndex .info {
  display: block;
  float: left;
  width: 100%;
  font-size: 11px;
  color: #222222;
  margin-bottom: 40px;
}
.formContatoIndex .enviar {
  border: solid 1px #d7b511;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  color: #d7b511;
  height: 45px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.formContatoIndex .enviar span {
  margin-right: 60px;
}
.formContatoIndex .enviar i {
  font-size: 18px;
}
.formContatoIndex .enviar:hover {
  background: #d7b511;
  color: #fff;
}

.rodape .container, .rodape .indexContato header .containerInner, .indexContato header .rodape .containerInner {
  padding: 50px 15px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  background: url('assets/imagens/bg-footer.jpg?1541538831') no-repeat right center;
}
.rodape .logoRodape {
  margin-bottom: 70px;
}
.rodape .socialRodape {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 20px 0 20px;
}
.rodape .socialRodape li {
  margin: 0 20px;
}
.rodape .socialRodape li:first-child {
  margin-left: 0;
}
.rodape .socialRodape li:last-child {
  margin-right: 0;
}
.rodape .socialRodape a {
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  color: #B8B8B8;
  font-size: 26px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.rodape .socialRodape a:hover {
  color: #222222;
}
.rodape .assinatura {
  position: absolute;
  right: 15px;
  bottom: 50px;
}
