 /*
 http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

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

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* FIM RESET */

/* MAIN */

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.container-fluid {
    width: 100%;
}

.container {
    margin: 0 auto;
}

body {
    background-image: url('../img/bg_main.jpg');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 96.87%;
    padding-bottom: 30px;
}

/* HEADER */
.header {
    padding: 30px 0 25px 0;
}

.header .fill {
    width: 23.4210526%;/* 267 * 100 / 1140 */
    margin-left: 5.26315789%; /* 60 * 100 / 1140 */
    float: left;
}

header .fill hr {
    width: 19px;
    height: 2px;
    background-color: #E7EAED;
    margin-left: 0;
    margin-right: 0;
    border: 0;
}

.header nav {
    width: 60%; /* 63.3333333% = 722 * 100 / 1140 */
    float: left;
}

.header a.page {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #9FBAC9;
    letter-spacing: 0.5px;
    text-decoration: none;
}

nav.menu ul li {
    display: inline-block;
}

.menu li a {
    padding: 10px 15px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.62px;
    line-height: 18px;
    text-decoration: none;
}

.menu li a.active {
    color: #A6D0F9;
}

.menu li a:hover, .menu li a:focus {
    color: #A6D0F9;
}

.link-brandcramp {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    color: #92BEE7;
    letter-spacing: 0.58px;
    text-decoration: none;
}

.link-brandcramp:hover {
    text-decoration: underline;
}

/* MAIN */

main section {
    width: 72.3684211%; /* 825 * 100 / 1140 */
    float: left;
}

main aside {
    width: 27.6315789%; /* 315 * 100 / 1140 */
    float: left;
}

.logo {
    width: 55.8730159%; /* 176 * 100 / 315 */
    margin-top: 157px;
    margin-left: 19.047619%;/*  60 * 100 / 315  */
}

.logo-interna {
    width: 42.2222222%;/* 133 * 100 / 315 */
    margin-top: 227px;
    margin-left: 19.047619%;/*  60 * 100 / 315  */
}

.description .text span {
    margin: 0 8px;
    color: #256096;
}

.description .text i {
    font-style: italic;
}

/* colors */
.bg-blue {
    background-color: #003255;
}

/* HOME */
.description {
    width: 72.0634921%; /* 227 * 100 / 315 */
    margin-top: 118px;
    margin-left: 19.047619%;/*  60 * 100 / 315  */
}

.description .text {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #A6D0F9;
    letter-spacing: 0.6px;
    line-height: 23px;
}

.btn-read-more {
    margin-top: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 0.3px;
    cursor: pointer;
}

.btn-read-more:after {
    content: url('../img/arrow_r.png');
    margin-left: 9px;
}
/* BANNERS */
.slick-list {
    min-height: 100vh;
}

.slick-arrow {
    display: none !important;
}

.banner-mk {
    width: 92.6060606%; /* 764 * 100 / 825 */
}

.banner-wrap {
    width: 100%;
    display: block;
    position: relative;
}

.banner-wrap-caption {
    width: 100%;
    position: absolute;
    display: block;
    z-index: 9999999999;
}

.banner-caption {
    width: 59.1515152%;/* 488 * 100 / 825 */
    margin-top: -46px;
    margin-left: 3.39393939%;/*  28 * 100 / 825  */
    background-color: #FFF;
    float: left;
    z-index: 1;
}

.banner-caption .state {
    width: 21.9262295%; /* 107 * 100 / 488 */
    margin-left: 7.58196721%; /* 37 * 100 / 488 */
    padding: 30px 0;
    border-right: 1px solid #D9D9D9;
    float: left;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #003E69;
    letter-spacing: 0;
}

.banner-caption .state span {
    font-size: 21px;
}

.banner-caption .andress {
    width: 63.9344262%; /* 312 * 100 / 488 */
    margin-left: 5.94262295%;/*  29 * 100 / 488  */
    padding: 15px 0 19px 0;
    float: left;
}

.banner-caption .andress .street {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #2A3E4B;
    letter-spacing: 0.5px;
    line-height: 19px;
}

.banner-caption .andress .phone {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #007BD0;
    letter-spacing: 0.5px;
    line-height: 19px;
}

.banner-wrap .banner-bullet {
    width: 30.0606061%; /* 248 * 100 / 825 */
    float: left;
}

.banner-wrap .banner-bullet ul {
    margin: 0 auto;
    text-align: center;
}

.banner-wrap .banner-bullet ul li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 30px;
    height: 35px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 40px;
    line-height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 35px;
    content: '•';
    text-align: center;
    color: #FFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.banner {
    overflow: hidden;
}

/* ÁREA DE ATUAÇÃO */
.btn-back-page {
    margin-bottom: 10px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    letter-spacing: 0.3px;
    cursor: pointer;
}

.btn-back-page:before {
    content: url('../img/arrow_l.png');
    margin-right: 9px;
}

.occcupation-area {
    width: 78.7878788%; /* 650 * 100 / 825 */
    height: 80vh;
    overflow-y: scroll;
    background-color: #FFF;
    border-top: 5px solid #A6D0F9;
    padding: 40px 8.48484848% 0 5.33333333%; /* R: 70 * 100 / 825 | L: 44 * 100 / 825 */
}

.post {
    width: 100%;
}

.post-title {
    margin-bottom: 11px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 27px;
    line-height: normal;
    color: #00243C;
    letter-spacing: 0;
}

.post-description {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #3A4C57;
    letter-spacing: 0.58px;
    line-height: 25px;
}

.post hr {
    width: 100%;
    height: 1px;
    background-color: #979797;
    border: 0;
    opacity: 0.2;
    margin: 21px 0 24px 0;
}

/* ADVOGADOS */

.laywers {
    width: 92.6060606%; /* 764 * 100 / 825 */
    height: 80vh;
    overflow-y: scroll;
    background-color: #FFF;
}

.list-laywers {
    width: 33.5078534%;/* 256 * 100 / 764 */
    max-width: 256px;
    padding-bottom: 32px;
    border-right: 1px solid #DFDFDF;
    background-color: #F5FAFF;
    float: left;
}

#lawyerOne, #lawyerTwo, #lawyerThree, #lawyerFour, #lawyerFive, #lawyerSix, #lawyerSeven {
    display: none;
}

.list-laywers li {
    margin-top: 22px;
    border-left: 8px solid transparent;
    padding: 4px 0 5px 0;
    cursor: pointer;
}

.list-laywers li.active {
    border-left: 8px solid #92BEE7;
    background-color: rgba(200, 228, 255, 0.43); /* #C8E4FF */
    padding: 4px 0 5px 0;
}

.thumbnail-laywer {
    margin: 0 10px 0 16px;
}

.laywer {
    width: 66.3612565%; /* 507 * 100 / 764 */
    float: left;
}

.name-laywer {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #00243C;
    letter-spacing: 0;
    line-height: 16px;
    vertical-align: baseline;
}

.image-laywer {
    width: 100%;
    background-color: #f8f8f8;
}

.image-laywer img {
    margin: 0 auto;
    display: block;
}

.laywer h1, .laywer p, .laywer_mobile p, .laywer_mobile h1  {
    margin-left: 9.86193294%; /* 50 * 100 / 507 */
    margin-right: 11.8343195%; /* 60 * 100 / 507 */
}

.laywer h1, .laywer_mobile h1 {
    margin-top: 41px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 27px;
    line-height: normal;
    color: #00243C;
    letter-spacing: 0;
}

.laywer p, .laywer_mobile p {
    margin-top: 32px;
    margin-bottom: 41px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #3A4C57;
    letter-spacing: 0.58px;
    line-height: 26px;
}

/* CLIENTES */
.clients {
    width: 92.6060606%; /* 764 * 100 / 825 */
    height: 80vh;
    overflow-y: scroll;
    background-color: #F5FAFF;
    border-top: 5px solid #A6D0F9;
}

.client {
    padding-right: 6.54450262%; /* 50 * 100 / 764 */
    padding-left: 5.89005236%; /* 45 * 100 / 764 */
    border-bottom: 3px solid #FFF;
}

.client h1 {
    margin-top: 30px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #00243C;
    letter-spacing: 0.58px;
    line-height: 23px;
}

.client p {
    margin-bottom: 25px; 
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #3A4C57;
    letter-spacing: 0.58px;
    line-height: 23px;
}

/* CONTATO */
.contato {
    width: 92.6060606%; /* 764 * 100 / 825 */
    border-top: 5px solid #A6D0F9;
    background-color: #F5FAFF;
}

.contato .andresses {
    width: 33.2460733%; /* 254 * 100 / 764 */
    padding: 21px 0 81px 0;
    background-color: #FFF;
    float: left;
}

.contato .andress {
    width: 77.9527559%; /* 198 * 100 / 254 */
    margin: 0 auto;
    padding: 23px 0;
}

.contato .andress .title {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #003E69;
    letter-spacing: 0;
}

.contato .andress p {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #3A4C57;
    letter-spacing: 0.58px;
    line-height: 23px;
}

.contato .andress .phone {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #007BD0;
    letter-spacing: 0.58px;
    line-height: 23px;
}

.contato .andresses hr {
    width: 77.9527559%; /* 198 * 100 / 254 */
    margin: 0 auto;
    border-color: rgba(151, 151, 151, 0.2);
}

.contato .form {
   width: 66.7539267%; /* 510 * 100 / 764  */
   padding: 38px 0 65px 0;
   float: left;
}

.contato .form .title {
    margin: 0 16.6666667% 0 17.254902%; /* L: 85 * 100 / 510 | R: 88 * 100 / 510 */
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 27px;
    color: #00243C;
    letter-spacing: 0;
}

.contato form {
    margin: 0 16.6666667% 0 17.254902%; /* L: 85 * 100 / 510 | R: 88 * 100 / 510 */
}

.contato label {
    width: 100%;
    margin: 15px 0 5px 0;
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #00243C;
    letter-spacing: 0;
    line-height: 16px;
}

.form_phone {
    width: 100%;
    display: block;
}

.contato .form .ddd {
    width: 11.8694362%; /* 40 * 100 / 337 */
    float: left;
}

.contato .form .dddEn {
    width: 40%;
    float: left;
}

.contato .form .phone {
    width: 54.3026706%; /* 183 * 100 / 337 */
    margin-left: 12px;
    float: left;
}

.contato input, .contato textarea {

    width: 100%;
    box-sizing: border-box;
    padding: 8px 10px;
    border: 1px solid #97B2CB;
    border-radius: 5px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #00243C;
    letter-spacing: 0;
    line-height: 16px;
}

.contato .form .dddEn input {
    width: 40%;
    float: left;
}

.contato input[type="submit"] {
    width: auto;
    margin-top: 23px;
    display: block;
    padding: 8px 36px 12px 36px;
    background-color: #3596DB;
    border: 0;
    border-radius: 5px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #FFFFFF;
    letter-spacing: 0;
}

.contato .sucess {
    width: 100%;
    padding-top: 27px;
    display: none;
}
.contato .sucess .title {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #3596DB;
    letter-spacing: 0;
    line-height: 23px;
    vertical-align: middle;
}

/* ANIMATED */
@-webkit-keyframes zoomIn {
  from {
    opacity: 1;
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
  }

  100% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 1;
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: scale3d(1.15, 1.15, 1.15) translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: scale3d(1.15, 1.15, 1.15) translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: scale3d(1.15, 1.15, 1.15) translate3d(0, 100%, 0);
    transform: scale3d(1.15, 1.15, 1.15) translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: scale3d(1.15, 1.15, 1.15) translate3d(0, 0, 0);
    transform: scale3d(1.15, 1.15, 1.15) translate3d(0, 0, 0);
  }
}

@-webkit-keyframes zoomOut {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  to {
    -webkit-transform: scale3d(1.25, 1.25, 1.25);
    transform: scale3d(1.25, 1.25, 1.25);
  }
}

@keyframes zoomOut {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  to {
    -webkit-transform: scale3d(1.25, 1.25, 1.25);
    transform: scale3d(1.25, 1.25, 1.25);
  }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
    -webkit-animation-duration: 28s;
    animation-duration: 28s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
      -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

}


.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


/*  FONT: font-family: 'Source Sans Pro', sans-serif; 

/* MEDIA QUERIES */
@media (max-width: 767px) {
    body {
        overflow: auto;
        background-size: 96% 260px;
    }

    .header nav {
        width: 100%;
        margin-top: 35px;
    }

    nav.menu ul li {
        width: 100%;
        display: block;
    }

    nav.menu li a {
        display: block;
    }

    .logo {
        display: block;
        margin-left: 0;
    }

    .container {
        width: auto;
        padding: 0 15px;
    }

    .contato {
        width: 90%;
        margin: 0 auto 60px auto;
        height: auto;
    }

    main aside {
        width: 90%;
        margin: 0 auto;
        float: none;
    }

    .logo-interna {
        margin-top: 40px;
        margin-left: 0;
    }

    .description {
        width: 100%;
        margin-top: 60px;
        margin-left: 0;
    }

    .banner-mk {
        margin: 30px auto;
    }

    main section {
        width: 100%;
        float: none;
        margin-top: 30px;
    }

    /* Área de Atuação */
    .occcupation-area {
        width: 80%;
        margin: 0 auto 60px auto;
        height: auto;
        overflow-y: auto; 
    }

    /* ADVOGADOS */
    .laywers {
        width: 90%;
        margin: 0 auto 30px auto;
        height: auto;
        overflow: hidden;
    }

    .list-laywers {
        width: 100%;
        max-width: none;
    }

    .name-laywer div {
        padding-top: 20px;
    }

    .thumbnail-laywer {
        float: left;
    }

    .laywer {
        display: none;
    }

    .laywer_mobile {
        width: 100%;
    }

    /* CONTATO */
    .contato .form {
        width: 100%;
        padding: 38px 0;
    }

    .contato .andresses {
        width: 100%;
        padding: 20px 0;
    }

    .contato .andress {
        width: 80%;
    }

    .contato .form .ddd {
        width: 30%;
        float: none;
    }

    .contato .form .dddEn {
        width: 100%;
        margin-left: 0;
        float: none;
        overflow: hidden;
    }

    .contato .form .phone {
        width: 100%;
        margin-left: 0;
        float: none;
    }

}

@media (min-width: 768px) and (max-width: 991px) { 
    body {
        overflow: auto;
        background-size: 95% 280px;
    }

    .container {
        width: 750px;
    }

    .contato {
        width: 90%;
        margin: 0 auto 60px auto;
        height: auto;
    }

    main aside {
        width: 90%;
        margin: 0 auto;
        float: none;
    }

    .logo-interna {
        margin-top: 40px;
        margin-left: 0;
    }

    .description {
        margin-top: 60px;
        margin-left: 0;
    }

    .banner-mk {
        margin: 30px auto;
    }

    main section {
        width: 100%;
        float: none;
        margin-top: 30px;
    }

    /* Área de Atuação */
    .occcupation-area {
        width: 80%;
        margin: 0 auto 60px auto;
        height: auto;
        overflow-y: auto; 
    }

    /* ADVOGADOS */

    .laywers {
        width: 90%;
        margin: 0 auto;
        height: auto;
        overflow: hidden;
    }

    .list-laywers {
        width: 100%;
        max-width: none;
    }

    .name-laywer div {
        padding-top: 20px;
    }

    .thumbnail-laywer {
        float: left;
    }


    .laywer {
        display: none;
    }

    /* CONTATO */
    .contato .form {
        width: 100%;
        padding: 38px 0;
    }

    .contato .andresses {
        width: 100%;
        padding: 20px 0;
    }

    .contato .andress {
        width: 80%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    body {
        background-size: 96.87% 450px;
    }

    .container {
        width: 970px;
    }

    /* ADVOGADOS */
    .laywers {
        width: 92.48%;
    }

    .list-laywers {
        width: 40.2099115%;/* 256 * 100 / 634.172  */
    }

    .laywer {
        width: 59.6324026%;/* 378.172 * 100 / 634.172 */
    }

    .name-laywer div {
        padding-top: 20px;
    }

    .thumbnail-laywer {
        float: left;
    }

    /* CONTATO */
    .contato .form {
        padding: 38px 0 49px 0;
    }

    .contato .form .ddd {
        width: 13.9494333%;/* 40 * 100 / 286.75 */
    }

    .contato .form .dddEn {
        width: 63.8186574%;/* 183 * 100 / 286.75 */
    }

    .contato .form .phone {
        width: 63.8186574%;/* 183 * 100 / 286.75 */
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    body {
        background-size: 96.87% 432px;
    }

    .container {
        width: 1140px;
    }

    /* ADVOGADOS */
    .name-laywer div {
        padding-top: 20px;
    }

    .thumbnail-laywer {
        float: left;
    }
}

@media (min-width: 1400px) {

    body {
        background-size: 98% 460px;
    }
    .container {
        width: 98%;
    }

    .contato {
        width: 94%;
    }

    /* HOME */

    .banner-mk {
        width: 93%;
    }

    .banner img {
        width: 97.5%;
    }

    /* ADVOGADOS */
    .list-laywers {
        max-width: none;
    }

    .name-laywer div {
        padding-top: 20px;
    }

    .thumbnail-laywer {
        float: left;
    }
    
    /* CONTATO */
    .contato .andresses {
        max-width: 256px;
    }
}