.new_radio { display:none;}

.atendente {/* margin-top: -83px; */position: relative;z-index: 0;width: 98% !important;!i;!;margin-left: 6px;background: #e6fff4;border: 3px #59c189 solid;3px #59c189border:solid;/* margin-top: -9px; *//* border-left: 3px #59c189 solid; */3px #59c189border:solid;/* border-radius: 10px; */margin-top: -22px;border-top: 0;-webkit-border-bottom-right-radius: 15px;-webkit-border-bottom-left-radius: 15px;-moz-border-radius-bottomright: 15px;-moz-border-radius-bottomleft: 15px;border-bottom-right-radius: 15px;border-bottom-left-radius: 15px;/* margin-right: 1px; */}
.custom input[type="radio"] {
        visibility: hidden;
}
.avatar2:hover { cursor:pointer;}    
.custom label {
    display: block;
    -: 0px
    solid #666;
    /* width: 95%; */
    float: left;
    position: relative;
    /* height: 114px; */
    margin: 2%;
    border-radius: 10px;
    border: 3px solid #cccccc7a;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
} 
    
.new_radio { display: none;}

.custom
    input[type="radio"] {
        visibility: hidden;
}
.avatar2:
    hover { cursor:pointer;}    
.custom
    label {
    display: block;
    -: 0px
    solid #666;
    width: 98%;
    float: left;
    position: relative;
    /* height: 115px; */
    margin: 6px;
    border-radius: 10px;
    padding-bottom: 0px;
    /* background: #ccc; */
}

.custom
    input[type="radio"]:checked+label {
    background: #e6fff4;
    border: 3px solid #14c569;
}
.custom .pessoa {
  height: 121px;
}


.imputs {
    width:100%;
    height: 43px;
    background: #e9e9e9;
    border: 1px solid #ffffff;
    font-size: 18px;
    padding: 10px;
    border-radius: 6px;}
.container2 {
    width:50%;
    float: left;
    position: relative;}
.textarea {
    width:100%;
    height: 120px;
    background: #e9e9e9;
    border: 1px solid #ffffff;
    font-size: 18px;
    padding: 10px;
    border-radius: 6px;}
.checkmark {
    /* background-color:#CCCCCC; */
    width: 77%;
    display: inline;
    margin-top: 11px;
    float: left;
    margin-left: 37px;
    font-weight: 500;}
.base {
    width:100%;
    float:left;
    margin-bottom: 23px;}
.atributo {
    width: 60%;
    float:left;
    background: #f1f1f1;
    border-radius: 13px;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #cccccc2e;
    }
.name {
    width: 58%;
    float:left;
    font-size: 15px;
    font-weight: 600;
    padding-top: 19px;
    }
.avatar2 {
    /* background-color: #efefef; */
    float: left;
    margin: 5px;
    text-align: center;
    padding: 7px;
    /* border: 1px solid #e9e9e9; */
    /* border-radius: 11px; */}
.barra {
    width: 18%;
    height: 65px;
    float: left;
    margin-right: 6px;
    text-align: center;
    color: #fff;
    padding-top: 13px;
    border-radius: 39px;
    font-size: 27px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    background-size: cover;
}
.check {
    margin-top: 10px;
    float: left;}
.mensagem {
    background: #ffeeee;
    float: left;
    width: 100%;
    padding: 9px;
    text-align: center;
    border: 2px solid #ff9393;
    color: #ff2121;
    border-style: dashed;
    display:none;
    font-size: 17px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 8px;
    }
 

.loading {
    background: #59c189;
    width: 0%;
    height: 9px;
    border-radius: 12px;}
.niveis {
    width: 100%;
    height: 9px;
    background-color: #ab867161;
    margin-bottom: 5px;
    border-radius: 20px;}
.number {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 20px;
    margin-top: -2px;
}
.inative {
    opacity: 0.6 !important;
    filter: grayscale(0.9);
}
.vote .label .barra.active {
    color: #FFFFFF;
    background-color: #009d36;
    /* border: 3px solid #a9ffee; */
    box-shadow: 0 0 0px 1px rgb(0 241 83);
    box-shadow: 1px 1px 15px 2px #ccffca;
    opacity: 1 !important;
    filter: grayscale(0);
}
.vote .label {
    cursor:pointer;
}
.vote .label
    input {
 display:none;
}
.vote .label
    i {
 font-family:FontAwesome;
    font-size:18px;
    -webkit-transition-property:color, text;
    -webkit-transition-duration: .2s, .2s;
    -webkit-transition-timing-function: linear, ease-in;
    -moz-transition-property:color, text;
    -moz-transition-duration:.2s;
    -moz-transition-timing-function: linear, ease-in;
    -o-transition-property:color, text;
    -o-transition-duration:.2s;
    -o-transition-timing-function: linear, ease-in;
}
.vote .label
    i:before {
 content:'\f005';
}
.vote .label .barra.active {
    opacity: 1 !important;
}

.star .label .barra.active {
    opacity: 1 !important;
    filter: grayscale(0.1);
}
.star .label {
    cursor:pointer;
}
.star .label
    input {
 display:none;
}
.star .label
    i {
 font-family:FontAwesome;
    font-size:18px;
    -webkit-transition-property:color, text;
    -webkit-transition-duration: .2s, .2s;
    -webkit-transition-timing-function: linear, ease-in;
    -moz-transition-property:color, text;
    -moz-transition-duration:.2s;
    -moz-transition-timing-function: linear, ease-in;
    -o-transition-property:color, text;
    -o-transition-duration:.2s;
    -o-transition-timing-function: linear, ease-in;
}
.star .label
    i:before {
 content:'\f005';
}
.star .label .barra.active {
}
.co11 {
    background-color:#fe0000}
.co12 {
    background-color:#d52027}
.co13 {
    background-color:#f05223}
.co14 {
    background-color:#f37022}
.co15 {
    background-color:#faa723}
.co16 {
    background-color:#ffc928}
.co17 {
    background-color:#ecdb12}
.co18 {
    background-color:#c5d92c}
.co19 {
    background-color:#afd135}
.co110 {
    background-color:#98bd13}
.co111 {
    background-color:#749500}

.inative {
    opacity: 0.2;
}

.buttons1 {
    border:0;
    cursor:pointer;
    -webkit-appearance:button;
    background: #fdcc96;
    color:#fff;
    padding: 13px 20px;
    color: #2e1913;
    border-radius: 10px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0px;
}
.avatar {
    padding: 10px 11px !important;!i;!;
    text-align: center;
    height: 203px;}
.buttons2 {
    border:0;
    cursor:pointer;
    -webkit-appearance:button;
    background: #fdcc96;
    color:#fff;
    padding: 8px 15px;
    color: #2e1913;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
    float: right;
}
.enviar {
    width: 100%;
    padding: 12px;
    border-radius: 33px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    background-color:#FFFFFF;
    color: #2f2426;}
    label {/* background-color: #ff4444; *//* color: #fff; */float: left;
    width: 100%;
    padding: 0px;
    /* border-radius: 5px; */
    margin-bottom: 14px;
    font-size: 17px;
    text-align: left;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;}
.login {
    background-color:#fff;
    height: 320px;
    width: 460px;
    position:absolute;
    z-index:10000;
    left:38%;
    top:12%;
    border:1px solid #ccc;
    border-radius:13px;
    padding: 35px;
    padding-top:30px;
}
.pessoa {
    border-radius: 100%;
    float: left;
    }
.documentation .section-preview {
    border: 1px solid #e0e0e0;
    padding: 15px;
}
.imputclass {
    float:left;
    padding-right: 5px;}
.custom-control {
    /* position: relative; */
    /* display: block; */
    /* min-height: 1.5rem; */
    padding-left: 10px;
    /* width: 100%; */
    float: left;
    margin-bottom: 8px;
}
[
    type="radio"]:not(:checked), [type="radio"]:checked {}
.custom-control-label {
    /* position: relative; */
    /* margin-bottom: 5px; */
    /* vertical-align: top; */
    /* height: 20px; */
    /* float: left; */
    padding-top: 9px;
    font-weight: 600;
    /* text-transform: uppercase; */
    font-size: 18px;
    /* display: contents; */
}
    label {
    display: inline-block;
    margin-bottom: 0px;
}
.close-modal2 {
    position:absolute;
    right:-23px;
    top:-15px}
.loginfundo {
    background:#0000008f;
    display:none;
    position:fixed;
    width:100%;
    height:100%;
    z-index:100000000}
.area {
    cursor:pointer}
    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 {
 color: #00bf27;
}
    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 {
 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] {
 -webkit-appearance:button;
    cursor:pointer}
    button[disabled], html input[disabled] {
 cursor:default}
    
    {
border:0;
    padding:0}
    input[type=checkbox], input[type=radio] {
 box-sizing:border-box;
    padding:0;
    width: 30px;
    height: 27px;
    /* margin-top: 20px; */
    position: absolute;
}
    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
height:auto}
    input[type=search] {
 -webkit-appearance:textfield;
    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}
    @font-face {
font-family:webflow-icons;
    src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('woff');
    font-weight:400;
    font-style:normal}
[
    class*=" w-icon-"], [class^=w-icon-] {
font-family:webflow-icons;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale}
.w-icon-slider-right:
    before {
 content:"\e600"}
.w-icon-slider-left:
    before {
 content:"\e601"}
.w-icon-nav-menu:
    before {
 content:"\e602"}
.w-icon-arrow-down:
    before, .w-icon-dropdown-toggle:before {
 content:"\e603"}
* {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box}
    html {
 height:100%}
    body {
 margin:0;
    min-height:100%;
    font-size:14px;
    /* line-height:20px; */
    color:#333;
    font-family: "Poppins", serif;
    letter-spacing: 0px;
    background-image: url(../imagens/fundo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
    img {
 max-width:100%;
    vertical-align:middle;
    display:inline-block}
    html.w-mod-touch * {
 background-attachment:scroll!important}
.w-block {
    display:block}
.w-inline-block {
    max-width:100%;
    display:inline-block}
.w-clearfix:
    after, .w-clearfix:before {
 content:" ";
    display:table}
.w-clearfix:
    after {
 clear:both}
.w-preserve-3d {
    transform-style:preserve-3d}
.w-hidden {
    display:none}
.w-button {
    display:inline-block;
    padding:9px 15px;
    background-color:#3898ec;
    color:#fff;
    border:0;
    line-height:inherit;
    text-decoration:none;
    cursor:pointer;
    border-radius:0}
    input.w-button {
 -webkit-appearance:button}
    html[data-w-dynpage] [data-w-cloak] {
 color:transparent!important}
    h1, h2, h3, h4, h5, h6 {
 font-weight:700;
    margin-bottom:10px}
    h1 {
 font-size:38px;
    line-height:44px;
    margin-top:20px}
    h2 {
 font-size:32px;
    line-height:36px;
    margin-top:20px}
    h3 {
 font-size:24px;
    line-height:30px;
    margin-top:20px}
    h4 {
 font-size:18px;
    line-height:24px;
    margin-top:10px}
    h5 {
 font-size:14px;
    line-height:20px;
    margin-top:10px}
    h6 {
 font-size:12px;
    line-height:18px;
    margin-top:10px}
    p {
 margin-top:0;
    margin-bottom:10px}
    a:focus {
 outline:0}
    blockquote {
 margin:0 0 10px 0;
    padding:10px 20px;
    border-left:5px solid #e2e2e2;
    font-size:18px;
    line-height:22px}
    figure {
 margin:0;
    margin-bottom:10px}
    figcaption {
 margin-top:5px;
    text-align:center}
    ol, ul {
 margin-top:0;
    margin-bottom:10px;
    padding-left:40px}
.w-list-unstyled {
    padding-left:0;
    list-style:none}
.w-embed:
    after, .w-embed:before {
 content:" ";
    display:table}
.w-embed:
    after {
 clear:both}
.w-video {
    width:100%;
    position:relative;
    padding:0}
.w-video
    embed, .w-video iframe, .w-video object {
 position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%}
    fieldset {
 padding:0;
    margin:0;
    border:0}

.w-form {
    margin:0 0 15px}
.w-form-done {
    display:none;
    padding:20px;
    text-align:center;
    background-color:#ddd}
.w-form-fail {
    display:none;
    margin-top:10px;
    padding:10px;
    background-color:#ffdede}
    label {
 /* display:block; */
 /* margin-bottom:5px; */
 font-weight:700;
    /* display: contents; */
    /* margin-top: 1px; */
    /* float: left; */
}
.w-input, .w-select {
    display:block;
    width:100%;
    height:38px;
    padding:8px 12px;
    margin-bottom:10px;
    font-size:14px;
    line-height:1.42857143;
    color:#333;
    vertical-align:middle;
    background-color:#fff;
    border:1px solid #ccc}
.w-input:
    -moz-placeholder, .w-select:-moz-placeholder {
color:#999}
.w-input::
    -moz-placeholder, .w-select::-moz-placeholder {
color:#999;
    opacity:1}
.w-input:
    -ms-input-placeholder, .w-select:-ms-input-placeholder {
color:#999}
.w-input::
    -webkit-input-placeholder, .w-select::-webkit-input-placeholder {
color:#999}
.w-input:
    focus, .w-select:focus {
 border-color:#3898ec;
    outline:0}
.w-input[
    disabled], .w-input[readonly], .w-select[disabled], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
 cursor:not-allowed;
    background-color:#eee}
    textarea.w-input, textarea.w-select {
 height:auto}
.w-select {
    background-image:-webkit-linear-gradient(white 0, #f3f3f3 100%);
    background-image:linear-gradient(white 0, #f3f3f3 100%)}
.w-select[
    multiple] {
 height:auto}
.w-form-label {
    display:inline-block;
    cursor:pointer;
    font-weight:400;
    margin-bottom:0}
.w-checkbox, .w-radio {
    display:block;
    margin-bottom:5px;
    padding-left:20px}
.w-checkbox:
    after, .w-checkbox:before, .w-radio:after, .w-radio:before {
 content:" ";
    display:table}
.w-checkbox:
    after, .w-radio:after {
 clear:both}
.w-checkbox-input, .w-radio-input {
    margin:4px 0 0;
    line-height:normal;
    float:left;
    margin-left:-20px}
.w-radio-input {
    margin-top:3px}
.w-container {
    margin-left:auto;
    margin-right:auto;
    max-width: 363px;
    padding-bottom: 0;
}
.w-container:
    after, .w-container:before {
 content:" ";
    display:table}
.w-container:
    after {
 clear:both}
.w-container .w-row {
    /* margin-left:-10px; */
    /* margin-right:-10px; */
}
.w-row:
    after, .w-row:before {
 content:" ";
    display:table}
.w-row:
    after {
 clear:both}
.w-row .w-row {
    margin-left:0;
    margin-right:0}
.w-col {
    position:relative;
    float:left;
    width:100%;
    min-height:1px;
    padding-left:10px;
    padding-right:10px}
.w-col .w-col {
    padding-left:0;
    padding-right:0}
.w-col-1 {
    width:8.33333333%}
.w-col-2 {
    width: 15.666667%;
    margin: 5px;
}
.w-col-3 {
    width:25%}
.w-col-4 {
    /* width:33.33333333% */
}
.w-col-5 {
    width:41.66666667%}
.w-col-6 {
    width: 50% !important;!i;!;
}
.w-col-7 {
    width:58.33333333%}
.w-col-8 {
    width:66.66666667%}
.w-col-9 {
    width:75%}
.w-col-10 {
    width:83.33333333%}
.w-col-11 {
    width:91.66666667%}
.w-col-12 {
    width:100%}
.w-col-push-1 {
    left:8.33333333%}
.w-col-push-2 {
    left:16.66666667%}
.w-col-push-3 {
    left:25%}
.w-col-push-4 {
    left:33.33333333%}
.w-col-push-5 {
    left:41.66666667%}
.w-col-push-6 {
    left:50%}
.w-col-push-7 {
    left:58.33333333%}
.w-col-push-8 {
    left:66.66666667%}
.w-col-push-9 {
    left:75%}
.w-col-push-10 {
    left:83.33333333%}
.w-col-push-11 {
    left:91.66666667%}
.w-col-pull-1 {
    right:8.33333333%}
.w-col-pull-2 {
    right:16.66666667%}
.w-col-pull-3 {
    right:25%}
.w-col-pull-4 {
    right:33.33333333%}
.w-col-pull-5 {
    right:41.66666667%}
.w-col-pull-6 {
    right:50%}
.w-col-pull-7 {
    right:58.33333333%}
.w-col-pull-8 {
    right:66.66666667%}
.w-col-pull-9 {
    right:75%}
.w-col-pull-10 {
    right:83.33333333%}
.w-col-pull-11 {
    right:91.66666667%}
.w-col-offset-1 {
    margin-left:8.33333333%}
.w-col-offset-2 {
    margin-left:16.66666667%}
.w-col-offset-3 {
    margin-left:25%}
.w-col-offset-4 {
    margin-left:33.33333333%}
.w-col-offset-5 {
    margin-left:41.66666667%}
.w-col-offset-6 {
    margin-left:50%}
.w-col-offset-7 {
    margin-left:58.33333333%}
.w-col-offset-8 {
    margin-left:66.66666667%}
.w-col-offset-9 {
    margin-left:75%}
.w-col-offset-10 {
    margin-left:83.33333333%}
.w-col-offset-11 {
    margin-left:91.66666667%}
.w-hidden-main {
    display:none!important}
    @media screen and (max-width:991px) {
.w-container {
max-width:728px}
.w-hidden-main {
    display:inherit!important}
.w-hidden-medium {
    display:none!important}
.w-col-medium-1 {
    width:8.33333333%}
.w-col-medium-2 {
    width:16.66666667%}
.w-col-medium-3 {
    width:25%}
.w-col-medium-4 {
    width:33.33333333%}
.w-col-medium-5 {
    width:41.66666667%}
.w-col-medium-6 {
    width:50%}
.w-col-medium-7 {
    width:58.33333333%}
.w-col-medium-8 {
    width:66.66666667%}
.w-col-medium-9 {
    width:75%}
.w-col-medium-10 {
    width:83.33333333%}
.w-col-medium-11 {
    width:91.66666667%}
.w-col-medium-12 {
    width:100%}
.w-col-medium-push-1 {
    left:8.33333333%}
.w-col-medium-push-2 {
    left:16.66666667%}
.w-col-medium-push-3 {
    left:25%}
.w-col-medium-push-4 {
    left:33.33333333%}
.w-col-medium-push-5 {
    left:41.66666667%}
.w-col-medium-push-6 {
    left:50%}
.w-col-medium-push-7 {
    left:58.33333333%}
.w-col-medium-push-8 {
    left:66.66666667%}
.w-col-medium-push-9 {
    left:75%}
.w-col-medium-push-10 {
    left:83.33333333%}
.w-col-medium-push-11 {
    left:91.66666667%}
.w-col-medium-pull-1 {
    right:8.33333333%}
.w-col-medium-pull-2 {
    right:16.66666667%}
.w-col-medium-pull-3 {
    right:25%}
.w-col-medium-pull-4 {
    right:33.33333333%}
.w-col-medium-pull-5 {
    right:41.66666667%}
.w-col-medium-pull-6 {
    right:50%}
.w-col-medium-pull-7 {
    right:58.33333333%}
.w-col-medium-pull-8 {
    right:66.66666667%}
.w-col-medium-pull-9 {
    right:75%}
.w-col-medium-pull-10 {
    right:83.33333333%}
.w-col-medium-pull-11 {
    right:91.66666667%}
.w-col-medium-offset-1 {
    margin-left:8.33333333%}
.w-col-medium-offset-2 {
    margin-left:16.66666667%}
.w-col-medium-offset-3 {
    margin-left:25%}
.w-col-medium-offset-4 {
    margin-left:33.33333333%}
.w-col-medium-offset-5 {
    margin-left:41.66666667%}
.w-col-medium-offset-6 {
    margin-left:50%}
.w-col-medium-offset-7 {
    margin-left:58.33333333%}
.w-col-medium-offset-8 {
    margin-left:66.66666667%}
.w-col-medium-offset-9 {
    margin-left:75%}
.w-col-medium-offset-10 {
    margin-left:83.33333333%}
.w-col-medium-offset-11 {
    margin-left:91.66666667%}
.w-col-stack {
    width:100%;
    left:auto;
    right:auto}
}
    @media screen and (max-width:767px) {
.w-hidden-main {
display:inherit!important}
.w-hidden-medium {
    display:inherit!important}
.w-hidden-small {
    display:none!important}
.w-container .w-row, .w-row {
    margin-left:0;
    margin-right:0}
.w-col {
    width:100%;
    left:auto;
    right:auto}
.w-col-small-1 {
    width:8.33333333%}
.w-col-small-2 {
    width:16.66666667%}
.w-col-small-3 {
    width:25%}
.w-col-small-4 {
    width:33.33333333%}
.w-col-small-5 {
    width:41.66666667%}
.w-col-small-6 {
    width:50%}
.w-col-small-7 {
    width:58.33333333%}
.w-col-small-8 {
    width:66.66666667%}
.w-col-small-9 {
    width:75%}
.w-col-small-10 {
    width:83.33333333%}
.w-col-small-11 {
    width:91.66666667%}
.w-col-small-12 {
    width:100%}
.w-col-small-push-1 {
    left:8.33333333%}
.w-col-small-push-2 {
    left:16.66666667%}
.w-col-small-push-3 {
    left:25%}
.w-col-small-push-4 {
    left:33.33333333%}
.w-col-small-push-5 {
    left:41.66666667%}
.w-col-small-push-6 {
    left:50%}
.w-col-small-push-7 {
    left:58.33333333%}
.w-col-small-push-8 {
    left:66.66666667%}
.w-col-small-push-9 {
    left:75%}
.w-col-small-push-10 {
    left:83.33333333%}
.w-col-small-push-11 {
    left:91.66666667%}
.w-col-small-pull-1 {
    right:8.33333333%}
.w-col-small-pull-2 {
    right:16.66666667%}
.w-col-small-pull-3 {
    right:25%}
.w-col-small-pull-4 {
    right:33.33333333%}
.w-col-small-pull-5 {
    right:41.66666667%}
.w-col-small-pull-6 {
    right:50%}
.w-col-small-pull-7 {
    right:58.33333333%}
.w-col-small-pull-8 {
    right:66.66666667%}
.w-col-small-pull-9 {
    right:75%}
.w-col-small-pull-10 {
    right:83.33333333%}
.w-col-small-pull-11 {
    right:91.66666667%}
.w-col-small-offset-1 {
    margin-left:8.33333333%}
.w-col-small-offset-2 {
    margin-left:16.66666667%}
.w-col-small-offset-3 {
    margin-left:25%}
.w-col-small-offset-4 {
    margin-left:33.33333333%}
.w-col-small-offset-5 {
    margin-left:41.66666667%}
.w-col-small-offset-6 {
    margin-left:50%}
.w-col-small-offset-7 {
    margin-left:58.33333333%}
.w-col-small-offset-8 {
    margin-left:66.66666667%}
.w-col-small-offset-9 {
    margin-left:75%}
.w-col-small-offset-10 {
    margin-left:83.33333333%}
.w-col-small-offset-11 {
    margin-left:91.66666667%}
}
    @media screen and (max-width:479px) {
.w-container {
max-width:none}
.w-hidden-main {
    display:inherit!important}
.w-hidden-medium {
    display:inherit!important}
.w-hidden-small {
    display:inherit!important}
.w-hidden-tiny {
    display:none!important}
.w-col-2 {
    width: 29.666667%;
    margin: 6px;
}

.w-col-tiny-1 {
    width:8.33333333%}
.w-col-tiny-2 {
    width:16.66666667%}
.w-col-tiny-3 {
    width:25%}
.w-col-tiny-4 {
    width:33.33333333%}
.w-col-tiny-5 {
    width:41.66666667%}
.w-col-tiny-6 {
    width:50%}
.w-col-tiny-7 {
    width:58.33333333%}
.w-col-tiny-8 {
    width:66.66666667%}
.w-col-tiny-9 {
    width:75%}
.w-col-tiny-10 {
    width:83.33333333%}
.w-col-tiny-11 {
    width:91.66666667%}
.w-col-tiny-12 {
    width:100%}
.w-col-tiny-push-1 {
    left:8.33333333%}
.w-col-tiny-push-2 {
    left:16.66666667%}
.w-col-tiny-push-3 {
    left:25%}
.w-col-tiny-push-4 {
    left:33.33333333%}
.w-col-tiny-push-5 {
    left:41.66666667%}
.w-col-tiny-push-6 {
    left:50%}
.w-col-tiny-push-7 {
    left:58.33333333%}

.w-col-tiny-push-8 {
    left:66.66666667%}
.w-col-tiny-push-9 {
    left:75%}
.w-col-tiny-push-10 {
    left:83.33333333%}
.w-col-tiny-push-11 {
    left:91.66666667%}
.w-col-tiny-pull-1 {
    right:8.33333333%}
.w-col-tiny-pull-2 {
    right:16.66666667%}
.w-col-tiny-pull-3 {
    right:25%}
.w-col-tiny-pull-4 {
    right:33.33333333%}
.w-col-tiny-pull-5 {
    right:41.66666667%}
.w-col-tiny-pull-6 {
    right:50%}
.w-col-tiny-pull-7 {
    right:58.33333333%}
.w-col-tiny-pull-8 {
    right:66.66666667%}
.w-col-tiny-pull-9 {
    right:75%}
.w-col-tiny-pull-10 {
    right:83.33333333%}
.w-col-tiny-pull-11 {
    right:91.66666667%}
.w-col-tiny-offset-1 {
    margin-left:8.33333333%}
.w-col-tiny-offset-2 {
    margin-left:16.66666667%}
.w-col-tiny-offset-3 {
    margin-left:25%}
.w-col-tiny-offset-4 {
    margin-left:33.33333333%}
.w-col-tiny-offset-5 {
    margin-left:41.66666667%}
.w-col-tiny-offset-6 {
    margin-left:50%}
.w-col-tiny-offset-7 {
    margin-left:58.33333333%}
.w-col-tiny-offset-8 {
    margin-left:66.66666667%}
.w-col-tiny-offset-9 {
    margin-left:75%}
.w-col-tiny-offset-10 {
    margin-left:83.33333333%}
.w-col-tiny-offset-11 {
    margin-left:91.66666667%}
}
.w-widget {
    position:relative}
.w-widget-map {
    width:100%;
    height:400px}
.w-widget-map
    label {
 width:auto;
    display:inline}
.w-widget-map
    img {
 max-width:inherit}
.w-widget-map .gm-style-iw {
    width:90%!important;
    height:auto!important;
    top:7px!important;
    left:6%!important;
    display:inline;
    text-align:center;
    overflow:hidden}
.w-widget-map .gm-style-iw+
    div {
 display:none}
.w-widget-twitter {
    overflow:hidden}
.w-widget-twitter-count-shim {
    display:inline-block;
    vertical-align:top;
    position:relative;
    width:28px;
    height:20px;
    text-align:center;
    background:#fff;
    border:#758696 solid 1px;
    border-radius:3px}
.w-widget-twitter-count-shim * {
    pointer-events:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
    position:relative;
    font-size:15px;
    line-height:12px;
    text-align:center;
    color:#999;
    font-family:serif}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
    position:relative;
    display:block}
.w-widget-twitter-count-shim.w--large {
    width:36px;
    height:28px;
    margin-left:7px}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
    font-size:18px;
    line-height:18px}
.w-widget-twitter-count-shim:not(.w--vertical) {
    margin-left:5px;
    margin-right:8px}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
    margin-left:6px}
.w-widget-twitter-count-shim:not(.w--vertical):
    after, .w-widget-twitter-count-shim:not(.w--vertical):before {
top:50%;
    left:0;
    border:solid transparent;
    content:" ";
    height:0;
    width:0;
    position:absolute;
    pointer-events:none}
.w-widget-twitter-count-shim:not(.w--vertical):
    before {
border-color:rgba(117, 134, 150, 0);
    border-right-color:#5d6c7b;
    border-width:4px;
    margin-left:-9px;
    margin-top:-4px}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:
    before {
border-width:5px;
    margin-left:-10px;
    margin-top:-5px}
.w-widget-twitter-count-shim:not(.w--vertical):
    after {
border-color:rgba(255, 255, 255, 0);
    border-right-color:#fff;
    border-width:4px;
    margin-left:-8px;
    margin-top:-4px}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:
    after {
border-width:5px;
    margin-left:-9px;
    margin-top:-5px}
.w-widget-twitter-count-shim.w--vertical {
    width:61px;
    height:33px;
    margin-bottom:8px}
.w-widget-twitter-count-shim.w--vertical:
    after, .w-widget-twitter-count-shim.w--vertical:before {
 top:100%;
    left:50%;
    border:solid transparent;
    content:" ";
    height:0;
    width:0;


    position:absolute;
    pointer-events:none}
.w-widget-twitter-count-shim.w--vertical:
    before {
 border-color:rgba(117, 134, 150, 0);
    border-top-color:#5d6c7b;
    border-width:5px;
    margin-left:-5px}
.w-widget-twitter-count-shim.w--vertical:
    after {
 border-color:rgba(255, 255, 255, 0);
    border-top-color:#fff;
    border-width:4px;
    margin-left:-4px}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
    font-size:18px;
    line-height:22px}
.w-widget-twitter-count-shim.w--vertical.w--large {
    width:76px}
.w-widget-gplus {
    overflow:hidden}
.w-background-video {
    position:relative;
    overflow:hidden;
    height:500px;
    color:#fff;
    background-color:rgba(0, 0, 0, .3)}
.w-background-video
    video {
 background-image:url(https://d3e54v103j8qbb.cloudfront.net/static/bgvideo-placeholder.svg);
    background-size:cover;
    background-position:50% 50%;
    position:absolute;
    right:-100%;
    bottom:-100%;
    top:-100%;
    left:-100%;
    margin:auto;
    min-width:100%;
    min-height:100%;
    z-index:-100}
.w-slider {
    position:relative;
    height:300px;
    text-align:center;
    background:#ddd;
    clear:both;
    -webkit-tap-highlight-color:transparent;
    tap-highlight-color:transparent}
.w-slider-mask {
    position:relative;
    display:block;
    overflow:hidden;
    z-index:1;
    left:0;
    right:0;
    height:100%;
    white-space:nowrap}
.w-slide {
    position:relative;
    display:inline-block;
    vertical-align:top;
    width:100%;
    height:100%;
    white-space:normal;
    text-align:left;
    background-color:#fff}
.w-slider-nav {
    position:absolute;
    z-index:2;
    top:auto;
    right:0;
    bottom:0;
    left:0;
    margin:auto;
    padding-top:10px;
    height:40px;
    text-align:center;
    -webkit-tap-highlight-color:transparent;
    tap-highlight-color:transparent}
.w-slider-nav.w-round>
    div {
 -webkit-border-radius:100%;
    -webkit-background-clip:padding-box;
    -moz-border-radius:100%;
    -moz-background-clip:padding;
    border-radius:100%;
    background-clip:padding-box}
.w-slider-nav.w-num>
    div {
 width:auto;
    height:auto;
    padding:.2em .5em;
    font-size:inherit;
    line-height:inherit}
.w-slider-nav.w-shadow>
    div {
 -webkit-box-shadow:0 0 3px rgba(51, 51, 51, .4);
    -moz-box-shadow:0 0 3px rgba(51, 51, 51, .4);
    box-shadow:0 0 3px rgba(51, 51, 51, .4)}
.w-slider-nav-invert {
    color:#fff}
.w-slider-nav-invert>
    div {
 background-color:rgba(34, 34, 34, .4)}
.w-slider-nav-invert>
    div.w-active {
 background-color:#222}
.w-slider-dot {
    position:relative;
    display:inline-block;
    width:1em;
    height:1em;
    background-color:rgba(255, 255, 255, .4);
    cursor:pointer;
    margin:0 3px .5em;
    -webkit-transition:background-color .1s, color .1s;
    -moz-transition:background-color .1s, color .1s;
    -o-transition:background-color .1s, color .1s;
    transition:background-color .1s, color .1s}
.w-slider-dot.w-active {
    background-color:#fff}
.w-slider-arrow-left, .w-slider-arrow-right {
    position:absolute;
    width:80px;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:auto;
    cursor:pointer;
    overflow:hidden;
    color:#d2d2d2;
    font-size:40px;
    -webkit-tap-highlight-color:transparent;
    tap-highlight-color:transparent;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none}
.w-slider-arrow-left [
    class*=" w-icon-"], .w-slider-arrow-left [class^=w-icon-], .w-slider-arrow-right [class*=" w-icon-"], .w-slider-arrow-right [class^=w-icon-] {
position:absolute}
.w-slider-arrow-left {
    z-index:3;
    right:auto}
.w-slider-arrow-right {
    z-index:4;
    left:auto}
.w-icon-slider-left, .w-icon-slider-right {
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:auto;
    width:1em;
    height:1em}
.w-dropdown {
    display:inline-block;
    position:relative;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
    z-index:900}
.w-dropdown-btn, .w-dropdown-link, .w-dropdown-toggle {
    position:relative;
    vertical-align:top;
    text-decoration:none;
    color:#222;
    padding:20px;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
    white-space:nowrap}
.w-dropdown-toggle {
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    display:inline-block;
    cursor:pointer;
    padding-right:40px}
.w-dropdown-toggle:
    focus {
 outline:0}
.w-icon-dropdown-toggle {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    margin:auto;
    margin-right:20px;
    width:1em;
    height:1em}
.w-dropdown-list {
    position:absolute;
    background:#ddd;
    display:none;
    min-width:100%}
.w-dropdown-list.w--open {
    display:block}
.w-dropdown-link {
    padding:10px 20px;
    display:block;
    color:#222}
.w-dropdown-link.w--current {
    color:#0082f3}
.w-nav[
    data-collapse=all] .w-dropdown, .w-nav[data-collapse=all] .w-dropdown-toggle {
 display:block}
.w-nav[
    data-collapse=all] .w-dropdown-list {
 position:static}
    @media screen and (max-width:991px) {
.w-nav[data-collapse=medium] .w-dropdown, .w-nav[data-collapse=medium] .w-dropdown-toggle {
display:block}
.w-nav[data-collapse=medium] .w-dropdown-list {
    position:static}
}
    @media screen and (max-width:767px) {
.w-nav[data-collapse=small] .w-dropdown, .w-nav[data-collapse=small] .w-dropdown-toggle {
display:block}
.w-nav[data-collapse=small] .w-dropdown-list {
    position:static}
.w-nav-brand {
    padding-left:10px}
}
    @media screen and (max-width:479px) {
.w-nav[data-collapse=tiny] .w-dropdown, .w-nav[data-collapse=tiny] .w-dropdown-toggle {
display:block}
.w-nav[data-collapse=tiny] .w-dropdown-list {
    position:static}
}
.w-lightbox-backdrop {
    color:#000;
    cursor:auto;
    font-family:serif;
    font-size:medium;
    font-style:normal;
    font-variant:normal;
    font-weight:400;
    letter-spacing:normal;
    line-height:normal;
    list-style:disc;
    text-align:start;
    text-indent:0;
    text-shadow:none;
    text-transform:none;
    visibility:visible;
    white-space:normal;
    word-break:normal;
    word-spacing:normal;
    word-wrap:normal;
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    color:#fff;
    font-family:"Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
    font-size:17px;
    line-height:1.2;
    font-weight:300;
    text-align:center;
    background:rgba(0, 0, 0, .9);
    z-index:2000;
    outline:0;
    opacity:0;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -webkit-tap-highlight-color:transparent;
    -webkit-transform:translate(0, 0)}
.w-lightbox-backdrop, .w-lightbox-container {
    height:100%;
    overflow:auto;
    -webkit-overflow-scrolling:touch}
.w-lightbox-content {
    position:relative;
    height:100vh;
    overflow:hidden}
.w-lightbox-view {
    position:absolute;
    width:100vw;
    height:100vh;
    opacity:0}
.w-lightbox-view:
    before {
 content:"";
    height:100vh}
.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:
    before {
 height:86vh}
.w-lightbox-frame, .w-lightbox-view:
    before {
 display:inline-block;
    vertical-align:middle}
.w-lightbox-figure {
    position:relative;
    margin:0}
.w-lightbox-group .w-lightbox-figure {
    cursor:pointer}
.w-lightbox-img {
    width:auto;
    height:auto;
    max-width:none}
.w-lightbox-image {
    display:block;
    float:none;
    max-width:100vw;
    max-height:100vh}
.w-lightbox-group .w-lightbox-image {
    max-height:86vh}
.w-lightbox-caption {
    position:absolute;
    right:0;
    bottom:0;
    left:0;
    padding:.5em 1em;
    background:rgba(0, 0, 0, .4);
    text-align:left;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden}
.w-lightbox-embed {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width:100%;
    height:100%}
.w-lightbox-control {
    position:absolute;
    top:0;
    width:4em;
    background-size:24px;
    background-repeat:no-repeat;
    background-position:center;
    cursor:pointer;
    -webkit-transition:all .3s;
    transition:all .3s}
.w-lightbox-left {
    display:none;
    bottom:0;
    left:0;
    background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==)}
.w-lightbox-right {
    display:none;
    right:0;
    bottom:0;
    background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+)}
.w-lightbox-close {
    right:0;
    height:2.6em;
    background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=);
    background-size:18px}
.w-lightbox-strip {
    padding:0 1vh;
    line-height:0;
    white-space:nowrap;
    overflow-x:auto;
    overflow-y:hidden}
.w-lightbox-item {
    display:inline-block;
    width:10vh;
    padding:2vh 1vh;
    box-sizing:content-box;
    cursor:pointer;
    -webkit-transform:translate3d(0, 0, 0)}
.w-lightbox-active {
    opacity:.3}
.w-lightbox-thumbnail {
    position:relative;
    height:10vh;
    background:#222;
    overflow:hidden}
.w-lightbox-thumbnail-image {
    position:absolute;
    top:0;
    left:0}
.w-lightbox-thumbnail .w-lightbox-tall {
    top:50%;
    width:100%;
    -webkit-transform:translate(0, -50%);
    -ms-transform:translate(0, -50%);
    transform:translate(0, -50%)}
.w-lightbox-thumbnail .w-lightbox-wide {
    left:50%;
    height:100%;
    -webkit-transform:translate(-50%, 0);
    -ms-transform:translate(-50%, 0);
    transform:translate(-50%, 0)}
.w-lightbox-spinner {
    position:absolute;
    top:50%;
    left:50%;
    box-sizing:border-box;
    width:40px;
    height:40px;
    margin-top:-20px;
    margin-left:-20px;
    border:5px solid rgba(0, 0, 0, .4);
    border-radius:50%;
    -webkit-animation:spin .8s infinite linear;
    animation:spin .8s infinite linear}
.w-lightbox-spinner:
    after {
 content:"";
    position:absolute;
    top:-4px;
    right:-4px;
    bottom:-4px;
    left:-4px;
    border:3px solid transparent;
    border-bottom-color:#fff;
    border-radius:50%}

.w-lightbox-hide {
    display:none}
.w-lightbox-noscroll {
    overflow:hidden}
    @media (min-width:768px) {
.w-lightbox-content {
height:96vh;
    margin-top:2vh}
.w-lightbox-view, .w-lightbox-view:
    before {
height:96vh}
.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:
    before {
height:84vh}
.w-lightbox-image {
    max-width:96vw;
    max-height:96vh}
.w-lightbox-group .w-lightbox-image {
    max-width:82.3vw;
    max-height:84vh}
.w-lightbox-left, .w-lightbox-right {
    display:block;
    opacity:.5}
.w-lightbox-close {
    opacity:.8}
.w-lightbox-control:
    hover {
opacity:1}
}
.w-lightbox-inactive, .w-lightbox-inactive:
    hover {
 opacity:0}
.w-richtext:
    after, .w-richtext:before {
 content:" ";
    display:table}
.w-richtext:
    after {
 clear:both}

.w-richtext
    ol, .w-richtext ul {
 overflow:hidden}
.w-richtext .w-richtext-figure-selected[
    data-rt-type=video] div:before {
 outline:2px solid #2895f7}
.w-richtext .w-richtext-figure-selected[
    data-rt-type=image] div {
 outline:2px solid #2895f7}
.w-richtext
    figure[data-rt-type=video]>div:before {
 content:'';
    position:absolute;
    display:none;
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index:1}
.w-richtext
    figure {
 position:relative;
    max-width:60%}
.w-richtext
    figure img, .w-richtext figure>div:before {
 cursor:default!important}
.w-richtext
    figure img {
 width:100%}
.w-richtext
    figure figcaption.w-richtext-figcaption-placeholder {
 opacity:.6}
.w-richtext
    figure div {
 font-size:0;
    color:transparent}
.w-richtext
    figure[data-rt-type=image] {
 display:table}
.w-richtext
    figure[data-rt-type=image]>div {
 display:inline-block}
.w-richtext
    figure[data-rt-type=image]>figcaption {
 display:table-caption;
    caption-side:bottom}
.w-richtext
    figure[data-rt-type=video] {
 width:60%;
    height:0}
.w-richtext
    figure[data-rt-type=video] iframe {
 position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%}
.w-richtext
    figure[data-rt-type=video]>div {
 width:100%}
.w-richtext
    figure.w-richtext-align-center {
 margin-right:auto;
    margin-left:auto;
    clear:both}
.w-richtext
    figure.w-richtext-align-center[data-rt-type=image]>div {
 max-width:100%}
.w-richtext
    figure.w-richtext-align-normal {
 clear:both}
.w-richtext
    figure.w-richtext-align-fullwidth {
 width:100%;
    text-align:center;
    clear:both;
    display:block}
.w-richtext
    figure.w-richtext-align-fullwidth>div {
 display:inline-block;
    padding-bottom:inherit}
.w-richtext
    figure.w-richtext-align-fullwidth>figcaption {
 display:block}
.w-richtext
    figure.w-richtext-align-floatleft {
 float:left;
    margin-right:15px;
    clear:none}
.w-richtext
    figure.w-richtext-align-floatright {
 float:right;
    margin-left:15px;
    clear:none}
.w-editor-mount .w-dyn-list
    figure[data-rt-type=video]>div:before, .w-editor-mount .w-rte-editable figure[data-rt-type=video]>div:before, .wf-design-mode figure[data-rt-type=video]>div:before {
 display:block}
.w-editor-mount .w-rte-editable {
    cursor:text}
.w-nav {
    position:relative;
    background:#ddd;
    z-index:1000}
.w-nav:
    after, .w-nav:before {
 content:" ";
    display:table}
.w-nav:
    after {
 clear:both}
.w-nav-brand {
    position:relative;
    float:left;
    text-decoration:none;
    color:#333}
.w-nav-link {
    position:relative;
    display:inline-block;
    vertical-align:top;
    text-decoration:none;
    color:#222;
    padding:20px;
    text-align:left;
    margin-left:auto;
    margin-right:auto}
.w-nav-link.w--current {
    color:#0082f3}
.w-nav-menu {
    position:relative;
    float:right}
.w--nav-menu-open {
    display:block!important;
    position:absolute;
    top:100%;
    left:0;
    right:0;
    background:#c8c8c8;
    text-align:center;
    overflow:visible;
    min-width:200px}
.w--nav-link-open {
    display:block;
    position:relative}
.w-nav-overlay {
    position:absolute;
    overflow:hidden;
    display:none;
    top:100%;
    left:0;
    right:0;
    width:100%}
.w-nav-overlay .w--nav-menu-open {
    top:0}
.w-nav[
    data-animation=over-left] .w-nav-overlay {
 width:auto}
.w-nav[
    data-animation=over-left] .w--nav-menu-open, .w-nav[data-animation=over-left] .w-nav-overlay {
 right:auto;
    z-index:1;
    top:0}
.w-nav[
    data-animation=over-right] .w-nav-overlay {
 width:auto}
.w-nav[
    data-animation=over-right] .w--nav-menu-open, .w-nav[data-animation=over-right] .w-nav-overlay {
 left:auto;
    z-index:1;
    top:0}
.w-nav-button {
    position:relative;
    float:right;
    padding:18px;
    font-size:24px;
    display:none;
    cursor:pointer;
    -webkit-tap-highlight-color:transparent;
    tap-highlight-color:transparent;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none}
.w-nav-button.w--open {
    background-color:#c8c8c8;
    color:#fff}
.w-nav[
    data-collapse=all] .w-nav-menu {
 display:none}
.w-nav[
    data-collapse=all] .w-nav-button {
 display:block}
    @media screen and (max-width:991px) {
.w-nav[data-collapse=medium] .w-nav-menu {
display:none}
.w-nav[data-collapse=medium] .w-nav-button {
    display:block}
}
    @media screen and (max-width:767px) {
.w-nav[data-collapse=small] .w-nav-menu {
display:none}
.w-nav[data-collapse=small] .w-nav-button {
    display:block}
.w-nav-brand {
    padding-left:10px}
}
    @media screen and (max-width:479px) {
.w-nav[data-collapse=tiny] .w-nav-menu {
display:none}
.w-nav[data-collapse=tiny] .w-nav-button {
    display:block}
}
.w-tabs {
    position:relative}
.w-tabs:
    after, .w-tabs:before {
 content:" ";
    display:table}
.w-tabs:
    after {
 clear:both}
.w-tab-menu {
    position:relative}
.w-tab-link {
    position:relative;
    display:inline-block;
    vertical-align:top;
    text-decoration:none;
    padding:9px 30px;
    text-align:left;
    cursor:pointer;
    color:#222;
    background-color:#ddd}
.w-tab-link.w--current {
    background-color:#c8c8c8}
.w-tab-content {
    position:relative;
    display:block;
    overflow:hidden}
.w-tab-pane {
    position:relative;
    display:none}
.w--tab-active {
    display:block}
    @media screen and (max-width:479px) {
.w-tab-link {
display:block}
}
.w-ix-emptyfix:
    after {
 content:""}
    @-webkit-keyframes spin {
0% {
-webkit-transform:rotate(0)}
100% {
    -webkit-transform:rotate(360deg)}
}
    @keyframes spin {
0% {
transform:rotate(0)}
100% {
    transform:rotate(360deg)}
}
.w-dyn-empty {
    padding:10px;
    background-color:#ddd}
.w-condition-invisible {
    display:none!important}
    body {
 background-color: #130906;
    /* font-family:'Open Sans',sans-serif; */
    /* line-height:20px; */
}
.modal-background {
    bottom:0;
    display:none;
    height:100%;
    left:0;
    padding-bottom:81px;
    padding-top:150px;
    position:fixed;
    right:0;
    top:0;
    z-index:5000000;
    background-color:rgba(0, 0, 0, .43)}
.modal-window {
    border-radius:4px;
    box-shadow:rgba(0, 0, 0, .14) 0 0 0 1px rgba(0, 0, 0, .41) 0 0 17px 0;
    display:block;
    margin-left:auto;
    margin-right:auto;
    width:37%}
.close-modal {
    color:rgba(0, 0, 0, .49);
    float:right;
    font-size:18px;
    text-decoration:none;
    text-transform:uppercase;
    position:absolute;
    margin-top:-24px;
    margin-left:-20px}
    h1 {
 margin-top:20px;
    margin-bottom:10px;
    font-size:38px;
    line-height:44px;
    font-weight:100}
    h2 {
 margin-top:20px;
    margin-bottom:10px;
    font-size:32px;
    line-height:36px;
    font-weight:100}
    h3 {
 margin-top:20px;
    margin-bottom:10px;
    font-size: 18px;
    line-height:30px;
    font-weight:100;
    background: #00bf27;
    float: left;
    width: 100%;
    border-radius: 2px;
    padding: 6px 15px;
    color: #FFF;
    font-weight: 400;
    text-transform: uppercase;
}
    h4 {
 margin-top: 20px;
    margin-bottom:10px;
    font-size:18px;
    line-height:24px;
    font-weight:700;
    color:#5ba53a;
}
    h5 {
 margin-top:10px;
    margin-bottom:10px;
    font-size:14px;
    line-height:20px;
    font-weight:100}
    h6 {
 margin-top:10px;
    margin-bottom:10px;
    font-size:12px;
    line-height:18px;
    font-weight:100}
    p {
 margin-bottom:15px;
    /* font-family:'Open Sans',sans-serif; */
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #ffffff !important;
}
    a {
 color:#5ba53a}
    a:hover {
 color:#555;
    opacity: 0.8;
}
.button {
    display:inline-block;
    margin-top:15px;
    padding: 8px 30px;
    border-radius:3px;
    background-color:#4e8f32;
    -webkit-transition:background-color 250ms ease;
    transition:background-color 250ms ease;
    font-weight:500;
    color:#fff;
    line-height:26px;
    text-align:center;
    text-decoration:none;
    text-transform:uppercase;
}
.button:
    hover {
 background-color:#5b5b5b;
    color:#fff}
.button.cta-button {
    margin-top:0;
    margin-left:10px;
    padding-right:25px;
    padding-left:25px;
    border:2px solid #5b5b5b;
    background-color:#5b5b5b;
    -webkit-transition:background-color 250ms ease, border .3s ease;
    transition:background-color 250ms ease, border .3s ease;
    line-height:41px;
    font-weight:100;
    text-transform:uppercase}
.button.cta-button:
    hover {
 border-color:#4e8f32;
    background-color:#4e8f32}
.button.cta-button.outline {
    background-color:transparent}
.button.cta-button.outline:
    hover {
 background-color:#4e8f32}
.button.orange {
    background-color:#5b5b5b}
.button.orange:
    hover {
 background-color:#4e8f32}
.button.slider-button {
    border:2px solid #5ba53a;
    background-color:#5ba53a;
    -webkit-transition:background-color 250ms ease, border 250ms ease;
    transition:background-color 250ms ease, border 250ms ease;
    font-size:16px}
.button.slider-button:
    hover {
 border-color:#4e8f32;
    background-color:#4e8f32}
.button.slider-button.slider-outline-button {
    margin-left:5px;
    border-color:#fff;
    background-color:rgba(0, 0, 0, .28)}
.button.slider-button.slider-outline-button:
    hover {
 border-color:#4e8f32;
    background-color:#4e8f32}
.navbar {
    position:relative;
    z-index:1000;
    overflow:visible;
    border-radius:3px;
    background-color:#fff;
    text-align:center}
.logo-container {
    /* width:225px; */
}
.nav-link {
    -webkit-transition:background-color .2s ease;
    transition:background-color .2s ease;
    color:#fff;
    font-size:16px;
    font-weight:600;
    letter-spacing:0;
    text-transform:uppercase}
.nav-link:
    hover {
 background-color:#4e8f32;
    color:#fff}
.nav-link.w--current {
    opacity:.6;
    color:#fff}
.nav-link.w--current:
    hover {
 background-color:transparent}
.nav-link.highlight {
    float:right;
    border-left:1px none #005220;
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
    background-color:#005220}
.nav-link.highlight:
    hover {
 background-color:#2e3538}
.nav-link.highlight.w--current {
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
    background-color:#5b5b5b;
    opacity:1;
    color:#fff}
.nav-link.dropdown {
    padding-right:30px}
.nav-link.dropdown.w--open {
    background-color:#1d8ac4;
    color:#fff}
.header-contact-block {
    width:282px;
    margin-top:4px;
    margin-left:10px;
    float:right}
.header-contact-icon {
    margin-top:1px;
    margin-right:18px;
    float:left;
    opacity:.2;
    width:21px}
.header-contact-text {
    margin-top:2px;
    float:left;
    color:#919191;
    font-size:11px;
    line-height:14px}
.hero-slider {
    height:430px;
    background-color:#fff}
.hero-slide {
    background-position:50% 35%;
    background-size:contain;
    background-repeat:no-repeat}
.hero-slide._2 {
    background-position:50% 0}
.hero-slide._3 {
    background-position:50% -127px}
.hero-slide-title {
    margin-bottom:0;
    font-weight:700;
    color:#fff;
    font-size:32px;
    line-height:46px;
    text-shadow:0 0 6px rgba(0, 0, 0, .4)}
.hero-container {
    position:relative;
    height:100%;
    color:#fff;
    text-align:center}
.container {
    position:relative;
}
.container.centered {
    text-align:center}
.container.page-header-container {
    text-align:center}
.home-intro-column {
    /* padding-right:32px */
    /* border: 1px solid #ffffffa8; */
    margin-bottom: 10px;
    padding: 20px 10px 10px 10px;
    border-radius: 16px;
    box-shadow: 1px 1px 0px 0px rgb(0 0 0 / 74%), 0 2px 10px 0 rgb(0 0 0 / 62%);
    background: #ffffff;}
.home-slider-button {
    width:60px;
    height:100px;
    font-size:50px}
.home-slider-button:
    hover {
 width:70px;
    background-color:rgba(0, 0, 0, .3)}
.home-intro-title {
    margin-bottom:24px;
    text-align:left;
    font-size:29px;
    line-height:25px}
.footer {
    background-color:#2d3033;
    background-image:url();
    background-position:50% 90%;
    color:#fff;
    list-style-type:decimal;
    margin-top:35px}
.cta-title {
    margin-bottom:4px;
    color:#fff;
    font-size:24px;
    line-height:26px;
    font-weight:100}
.cta-title.subtitle {
    color:#5b5b5b;
    font-size:16px;
    font-weight:100}
.field {
    width:100%;
    height:50px;
    margin-bottom:3px;
    border:2px solid #e8e8e8;
    border-radius:0;
    background-color:#fff;
    -webkit-transition:border 250ms ease;
    transition:border 250ms ease;
    font-family:'Open Sans', sans-serif}
.field:
    hover {
 border-color:#a8b0bd;
    background-color:#fff}
.field:
    focus {
 border-color:#4e8f32;
    box-shadow:0 0 13px 0 rgba(32, 157, 226, .3)}
.field.area {
    height:150px}
.field.first-half {
    width:98%;
    float:left}
.field.second-half {
    width:98%;
    float:right}
.field.contact-field {
    border-color:#e0e0e0;
    background-color:#fff}
.field.contact-field:
    hover {
 border-color:#a8b1b5}
.field.contact-field:
    focus {
 border-color:#4e8f32}
.field.contact-area-field {
    height:170px;
    padding-top:12px;
    border-color:#e0e0e0;
    background-color:#fff}
.field.contact-area-field:
    hover {
 border-color:#968f8f}
.field.contact-area-field:
    focus {
 border-color:#4e8f32}
.cta-col-right {
    text-align:right}
.intro-icons {
    height:50px;
    margin-top:2px;
    margin-right:19px;
    float:left}
._2-col-section-col-left {
    height:250px;
    background-color:#5ba53a;
    color:#fff;
    line-height:18px}
._2-col-section-col-right {
    height:250px;
    padding-right:0;
    padding-left:0;
    background-color:#d4d4d4;
    background-image:url(../imagens/fundoindex.png);
    background-position:center top;
    background-size:cover}
._2-col-section-content-block {
    width:470px;
    height:100%;
    padding-top:51px;
    padding-right:56px;
    float:right}
._2-col-section-content-block.right {
    padding-top:50px;
    padding-right:45px;
    padding-left:45px;
    float:left;
    text-align:center}
.intro-col-right-overlay {
    width:100%;
    height:100%;
    background-color:rgba(225, 229, 235, .85)}
.section-title-wrapper {
    margin-bottom: 20px;
    text-align:center;
    margin-top: 15px;
}
.section-title-wrapper.left-align {
    text-align:left}
.section-title {
    position:relative;
    left:0;
    top:0;
    z-index:10;
    display:inline-block;
    margin-top:0;
    margin-bottom:0;
    padding-right:20px;
    background-color:#fff;
    color: #5b5b5b;
    font-size: 22px;
    line-height:32px;
    font-weight:700;
}
.section-title.subtitle {
    margin-top:7px;
    margin-bottom:0;
    background-color:transparent;
    color:#5b5b5b;
    font-size:17px;
    line-height:20px;
    font-weight:100}
.section-title.smaller {
    display:block;
    background-color:transparent;
    font-size:30px;
    line-height:29px;
    font-weight:100}
.section-title.tint {
    background-color:#f2f3f5}
.section {
    padding-top:50px;
    background-color:#fff}
.section.intro-features-section {
    padding-top:100px;
    padding-bottom:0}
.section.tint {
    background-color:#f2f3f5}
.section.tint.testimonials {
    padding-bottom:57px}
.section.dark {
    background-color:#363b47;
    color:#fff}
.section.team-section {
    padding-bottom:0;
    border-top:1px solid #ebeced}
.services-image-block {
    display:block;
    overflow:hidden;
    width:100%;
    height:160px;
    border-radius:5px;
    background-color:#5b5b5b;
    background-image:url(https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png);
    background-position:50% 50%;
    background-size:cover;
    text-decoration:none}
.services-overlay {
    width:100%;
    height:100%;
    padding-top:70px;
    background-color:rgba(91, 165, 58, .82);
    -webkit-transition:background-color .3s ease;
    transition:background-color .3s ease;
    text-align:center}
.services-overlay:
    hover {
 background-color:rgba(36, 82, 14, .86)}
.services-title {
    color:#fff;
    font-size:19px;
    font-weight:600;
    text-shadow:0 0 4px rgba(0, 0, 0, .5);
    text-transform:uppercase}
.services-section {
    background-image:none}
.services-section-overlay {
    padding-top:30px;
    padding-bottom:95px;
    background-color:#fff;
    color:#fff}
.footer-title {
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #643e35;
    /* text-transform: uppercase; */
    letter-spacing: -0.5px;
    width: 96%;
    padding-left: 0px;
    font-weight: 500;
    float: left;
    font-weight: 600;
    /* border-bottom: 1px solid #cccccc8a; */
    padding-bottom: 0px;
}
.bottom-footer {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 18px;
    border-top:1px solid rgba(88, 91, 94, .49);
    background-color: #161314;
    background-image:url(../imagens/fundo.jpg);
    text-align: center;
}
.bottom-footer-paragraph {
    color:
 rgba(255, 255, 255, .44);
    font-size:14px;
    line-height: 20px;
    color: #9b937d !important;
    text-align: center;
}
.footer-list-item {
    margin-bottom:7px}
.link {
    font-family:'Open Sans', sans-serif;
    color:#5ba53a;
    text-decoration:none}
.link:
    hover {
 color:#42792b}
.link.footer-link {
    display:block;
    color:#949494;
    text-decoration:none}
.link.footer-link:
    hover {
 color:#fff}
.link.article-link {
    display:block;
    margin-top:7px;
    margin-bottom:11px;
    color:#4e8f32;
    font-size:13px;
    line-height:19px;
    font-weight:100}
.link.article-link:
    hover {
 color:#093}
.link.read-more-link {
    display:inline-block;
    margin-top:5px;
    padding-right:30px;
    background-image:url();
    background-position:100% 50%;
    background-size:auto 13px;
    background-repeat:no-repeat;
    -webkit-transition:background-position .3s ease;
    transition:background-position .3s ease}
.link.read-more-link:
    hover {
 background-position:129% 50%}
.link.right-read-more-link {
    display:inline-block;
    padding-right:25px;
    float:right;
    background-image:url(http://uploads.webflow.com/55d835eca811abde4e36a28e/55d899baa811abde4e36b031_Icon-arrow-blue.png);
    background-position:100% 50%;
    background-size:auto 15px;
    background-repeat:no-repeat;
    -webkit-transition:background-position .3s ease;
    transition:background-position .3s ease}
.link.right-read-more-link:
    hover {
 background-position:117% 50%}
.link.recent-news-link-title {
    display:block;
    margin-bottom:9px;
    font-size: 16px;
    line-height:21px;
    font-weight:600;
}
.link.header-contact-link {
    font-size:17px;
    font-weight: 500;
}
.link.sidebar-list-link {
    display:block;
    padding:15px 25px;
    font-size:16px;
    font-weight:100}
.link.sidebar-list-link.w--current {
    background-color:#f7f7f7;
    color:#5b5b5b}
.link.sidebar-list-link.last {
    border-bottom-width:0}
.link.blog-post-link {
    display:block;
    width:80%;
    margin-bottom:10px;
    font-size:24px;
    line-height:27px}
.link.with-arrow {
    padding-right:19px;
    background-image:url();
    background-position:100% 50%;
    background-size:auto 13px;
    background-repeat:no-repeat;
    -webkit-transition:background-position 250ms ease;
    transition:background-position 250ms ease}
.link.with-arrow:
    hover {
 background-position:128% 50%}
.slide-paragraph {
    display:block;
    width:68%;
    margin-right:auto;
    margin-left:auto;
    font-size:21px;
    line-height:25px;
    text-shadow:0 0 5px rgba(0, 0, 0, .5);
    text-align:center;
    font-weight:100}
.hero-slide-overlay {
    width:100%;
    height:100%}
.nav-menu {
    float:none;
    text-align:left}
.top-nav-content-block {
    height:45px;
    margin-left:12px;
    padding-top:12px;
    padding-left:12px;
    float:right;
    border-left:1px solid #e8e8e8}
.top-nav-content-block.left {
    margin-left:0;
    padding-left:0;
    float:left;
    border-left-style:none}
.top-nav-icon {
    height:17px;
    margin-right:10px;
    float:left;
    opacity:.3}
.top-header {
    height:45px;
    background-color:#f5f5f5}
.top-social-block {
    width:20px;
    height:20px;
    margin-left:2px;
    padding-top:1px;
    border-radius:3px;
    background-color:#c7c7c7;
    -webkit-transition:background-color .3s ease;
    transition:background-color .3s ease;
    text-align:center}
.top-social-block:
    hover {
 background-color:#4e8f32}
.top-social-icon {
    height:12px;
    margin-top:-3px}
.header-wrapper {
    position:relative;
    z-index:900;
    /* background-color: #242425; */
    padding: 5px;
    background-repeat: no-repeat;
    background-position: center top;
    padding-bottom: 10px;
}
.contact-header {
    /* padding-top:18px; */
    padding-bottom:0}
.text-logo {
    margin-top:10px;
    margin-bottom:0;
    font-size:29px;
    line-height:25px}
.text-logo.subtitle {
    margin-top:0;
    color:#c4c4c4;
    font-size:15px;
    line-height:21px;
    font-weight:100;
    letter-spacing:0}
.header-contact-title {
    margin-top:6px;
    line-height:15px;
    margin-top:6px;
    font-size:16px;
    line-height:19px;
    color:#9a9a9a}
.header-contact-title._2 {
    margin-top:0;
    font-size:12px;
    line-height:17px;
    font-weight:100}
.nav-container {
    position:relative;
    bottom:-29px;
    z-index:30;
    border-radius:3px;
    background-color:#5ba53a;
    color:#fff}
.hero-content-block {
    position:absolute;
    left:0;
    top:50%;
    right:0;
    display:block;
    width:90%;
    margin-right:auto;
    margin-left:auto;
    -webkit-transform:translate(0, -50%);
    -ms-transform:translate(0, -50%);
    transform:translate(0, -50%)}
.lawyer-intro {
    position:absolute;
    left:-70px;
    bottom:0;
    height:490px}
.lawyer-intro._2 {
    position:absolute;
    left:105px;
    height:430px}
.features-row {
    margin-bottom:22px}
.feature-block {
    position:relative;
    padding-left:46px}
.feature-icon {
    position:absolute;
    left:0;
    top:0;
    height:25px}
.feature-title {
    margin-bottom:4px;
    font-size:16px;
    font-weight:100}
.image-section {
    /* background-image:url(../imagens/fundoindex.png); */
    background-position:right top;
    background-repeat:no-repeat;
}
.image-section-overlay {
    padding-top: 0;
    padding-bottom: 0px;
    /* background-image: -webkit-linear-gradient(0deg, #333333 38%, hsla(0, 0%, 100%, 0) 60%); */
    /* background-image: linear-gradient(90deg, #2f2426 38%, hsl(0deg 25.08% 24.55%) 60%); */
}
.form {
    margin-bottom:0}
.form-row {
    margin-bottom:6px}
.field-label {
    margin-bottom:7px;
    font-size:15px;
    font-weight:100;
    color:#404040}
.field-label.sublabel {
    margin-bottom:7px;
    color:#a3a3a3;
    font-size:13px;
    font-weight:400}
.article-block {
    width:100%;
    margin-bottom:20px;
    padding:30px;
    border-radius:4px;
    background-color:#fff;
    box-shadow:0 0 6px 0 rgba(0, 0, 0, .1);
    color:#000;
    text-align:left}
.article-icon {
    height:40px;
    margin-bottom:7px}
.read-more-block {
    margin-top:20px;
    padding:15px;
    border-radius:3px;
    background-color:#e6e8ed}
.read-more-title {
    float:left;
    font-family:'Open Sans', sans-serif}
.recent-news-post {
    position:relative}
.recent-news-date {
    position:absolute;
    top:20px;
    right:20px;
    padding-top:1px;
    padding-right:9px;
    padding-left:9px;
    border-radius:2px;
    background-color:#5ba53a;
    color:#fff;
    font-size:15px;
    line-height:22px;
    text-transform:uppercase}
.widget-block {
    overflow:hidden;
    margin-bottom:25px;
    border-radius:4px;
    background-color:#fff;
    /* box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.08); */
    box-shadow: 0 0 19px 0 rgba(0, 0, 0, .2);
}
.recent-news-list-item {
    padding:15px 25px;
    border-bottom:1px solid #ededed}
.recent-news-date-title {
    margin-top:-2px;
    color:#ababab;
    font-size:15px;
    line-height:14px;
    font-weight:100}
.section-title-block {
    position:relative;
    margin-bottom:30px}
.section-title-line {
    margin-bottom:6px;
    color:#6d6d6d;
    font-size:27px;
    line-height:28px;
    font-weight:700;
    border-bottom:3px solid;
    padding-top:10px;
    border-color: #bdbdbd;
}
.image-section-title {
    margin-bottom:6px;
    color:#58585a;
    font-size: 25px;
    line-height:28px;
    font-weight:700;
}
.image-section-title.subtitle {
    margin-top:5px;
    color:#4d8b32;
    font-size: 22px;
    line-height:28px;
    font-weight:100;
}
.gray-image-section {
    background-color:#e6e6e6;
    background-image:url(http://uploads.webflow.com/55d835eca811abde4e36a28e/55d85567a811abde4e36a631_Slide-image3.jpg);
    background-position:50% 0;
    background-size:cover;
    background-attachment:fixed}
.gray-image-section-overlay {
    width:100%;
    height:100%;
    padding-top:100px;
    padding-bottom:100px;
    background-color:hsla(0, 0%, 91%, .9)}
.large-paragraph {
    font-size:18px;
    line-height:25px}
.quote-wrapper {
    display:inline-block;
    width:60%}
.quote-divider-line {
    display:block;
    width:40%;
    height:1px;
    margin-right:auto;
    margin-bottom:44px;
    margin-left:auto;
    background-color:rgba(0, 0, 0, .09)}
.footer-overlay {
    padding-top:50px;
    /* border-top-width:1px; */
    border-top-style:solid;
    border-top-color: #f2f3f5;
    background-color: rgb(255, 255, 255);
    background-image:-webkit-radial-gradient(circle farthest-corner at 50% 50%, rgba(255, 255, 255, .95), rgba(51, 51, 51, .95));
    background-image:radial-gradient(circle farthest-corner at 50% 50%, rgba(72, 80, 102, 0), rgba(255, 255, 255, .95));
}
.intro-lawyers {
    position:static;
    left:0;
    bottom:0;
    display:block}
.lawyer-name {
    position:absolute;
    left:-50px;
    bottom:80px;
    padding-right:9px;
    padding-left:9px;
    border-radius:3px;
    background-color:#000;
    color:#fff;
    line-height:22px}
.lawyer-name._2 {
    left:145px;
    bottom:145px}
.footer-column-right {
    text-align:right}
.page-header {
    padding-bottom:60px;
    border-top:1px solid #e3e3e3;
    background-color:#f5f5f5;
    background-image:url(../imagens/fundo.jpg);
    background-repeat:no-repeat;
    background-position:center top;
}
.page-header.dark {
    border-top-style:none;
    background-color:#172333;
    color:#fff}
.page-header.dark.without-heading {
    height:60px;
    padding-top:0;
    padding-bottom:0}
.page-header-title {
    margin-top:0;
    margin-bottom:0;
    font-size:30px;
    font-weight:100}
.page-header-title.subtitle {
    margin-top:13px;
    color:#5ba53a;
    font-size:18px;
    line-height:20px}
.column-intro-title {
    margin-top:0;
    margin-bottom:20px;
    font-size:22px;
    line-height:27px;
    font-weight:100}
.column-intro-title.smaller {
    margin-bottom:10px;
    color:#5b5b5b;
    font-size:18px;
    line-height:23px}
.column-image {
    margin-bottom:25px;
    border-radius:3px}
.content-column-1 {
    padding-right:20px}
.cta-section {
    padding-top:35px;
    padding-bottom:25px;
    background-color:#172333}
.dropdown-icon {
    margin-right:10px;
    opacity:.5}
.dropdown-list.w--open {
    overflow:hidden;
    margin-top:10px;
    border-radius:3px;
    background-color:#fff;
    box-shadow:0 0 6px 0 rgba(0, 0, 0, .1);
    color:#000}
.dropdown-link-item {
    border-bottom:1px solid #f3f3f3;
    -webkit-transition:background-color .2s ease, color .2s ease;
    transition:background-color .2s ease, color .2s ease;
    color:#000;
    text-decoration:none}
.dropdown-link-item:
    hover {
 background-color:#eef0f3;
    color:#000}
.dropdown-link-item.w--current {
    color:#5b5b5b}
.dropdown-link-item.w--current:
    hover {
 background-color:#fff}
.column-right {
    padding-left:25px}
.icon-list-item {
    position:relative;
    margin-bottom:18px;
    padding-right:25px;
    padding-left:93px}
.icon-list-item.smaller {
    padding-left:55px}
.icon-list-item.smaller.last {
    margin-bottom:-10px}
.list-icon {
    position:absolute;
    left:0;
    top:7px;
    height:60px}
.list-icon.small {
    height:40px}
.list-title {
    margin-bottom:7px;
    color:#5b5b5b;
    font-size:18px}
.team-profile-image {
    position:absolute;
    left:0;
    bottom:0;
    height:520px}
.team-profile-image.odd {
    left:auto;
    right:0;
    bottom:0;
    height:530px}
.team-row {
    margin-bottom:80px}
.team-info-col-right {
    padding-left:50px}
.team-title {
    color:#5b5b5b;
    font-size:40px}
.team-title.subtitle {
    margin-top:8px;
    margin-bottom:15px;
    color:#030303;
    font-size:18px;
    line-height:30px}
.team-contact-list {
    margin-top:20px}
.team-contact-list-item {
    margin-bottom:11px;
    padding-bottom:11px;
    border-bottom:1px solid #ededed}
.team-contact-list-item.social-icons {
    margin-bottom:0;
    padding-bottom:0;
    border-bottom-style:none}
.team-contact-icon {
    height:20px;
    margin-right:8px;
    float:left}
.team-contact-text {
    float:left;
    font-family:'Open Sans', sans-serif;
    font-size:14px}
.team-social-block {
    width:30px;
    height:30px;
    margin-right:3px;
    padding-top:4px;
    border-radius:2px;
    background-color:#c3c5c7;
    -webkit-transition:background-color .3s ease;
    transition:background-color .3s ease;
    text-align:center}
.team-social-block:
    hover {
 background-color:#3f4245}
.team-social-icon {
    width:17px;
    height:17px}
.team-info-col-left {
    padding-right:40px}
.overall-content-column-left {
    padding-right:35px}
.widget-image-block {
    display:block;
    background-position:50% 50%;
    background-size:cover;
    text-decoration:none}
.widget-image-block-overlay {
    padding:115px 25px 35px}
.imagenfundo {
    display:block;
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat}
.widget-image-block-overlay:
    hover {
 background-color:transparent}
.widget-image-block-overlay._404 {
    padding-top:110px}
.image-block-title {
    color:#fff;
    font-size:25px}
.service-blocks-row {
    margin-top:35px;
    margin-bottom:25px}
.service-block-column.right {
    text-align:right}
.service-link-block {
    position:relative;
    display:inline-block;
    padding:25px 25px 25px 20px;
    border:0 solid rgba(0, 0, 0, .1);
    border-radius: 0px;
    background-color:#fff;
    /* box-shadow:0 0 9px 0 rgba(0,0,0,.1); */
    -webkit-transition:border 250ms ease;
    transition:border 250ms ease;
    color: #5b5b5b;
    text-align: center;
    text-decoration:none;
    height: 435px;
    width: 95%;
}
.service-link-block:
    hover {/* box-shadow:0 0 9px 0 rgba(0,0,0,.3) */}
.service-block-icon {
    left:25px;
    top:25px;
    /* height:196px; */
    padding: 6px;
    border-radius: 4px;
    background-color: #7b7b7b;
    width: 100%;
}
.service-block-title {
    margin-bottom:2px;
    font-size:16px;
    font-weight:100;
    font-family:'Roboto', sans-serif;
}
.service-block-paragraph {
    margin-bottom:0;
    color: #ababab;
    font-size: 16px;
    line-height:19px;
}
.contact-us-map {
    height:105%;
    padding-left:600px}
.contact-section {
    position:relative;
    overflow:hidden;
    height:100px}
.contact-section-overlay {
    position:absolute;
    left:0;
    top:0;
    right:0;
    z-index:10;
    width:100%;
    height:100%;
    padding-top:120px;
    padding-bottom:90px;
    background-image:-webkit-linear-gradient(0deg, #edeff2 42%, hsla(0, 0%, 100%, 0) 81%);
    background-image:linear-gradient(90deg, #edeff2 42%, hsla(0, 0%, 100%, 0) 81%)}
.contact-column-right {
    padding-top:94px;
    padding-right:65px;
    padding-left:65px}
.contact-block {
    margin-bottom:7px;
    padding:25px 25px 15px;
    border-radius:3px;
    background-color:hsla(0, 0%, 100%, .7);
    -webkit-transition:background-color .3s ease, box-shadow .3s ease;
    transition:background-color .3s ease, box-shadow .3s ease}
.contact-block:
    hover {
 background-color:#fff;
    box-shadow:0 0 13px 0 rgba(0, 0, 0, .1)}
.contact-block-title {
    margin-bottom:7px;
    a
 color:#5b5b5b;
    font-size:21px}
.contact-icon {
    height:20px;
    margin-right:10px;
    float:left}
.contact-us-title {
    font-size: 26px;
    line-height: 28px;
    color: #ffcf99;
    text-align: center;
}
.contact-us-title.subtitle {
    margin-top:14px;
    color:#5ba53a;
    font-size:17px;
    font-weight:100}
.success-bg {
    padding-top:35px;
    padding-left:15px;
    border-radius:3px;
    background-color:#4e8f32;
    color:#fff}
.error-bg {
    padding-top:22px;
    padding-bottom:8px;
    padding-left:15px;
    border-radius:3px;
    color:#d60606}
.page-title-wrapper {
    margin-bottom:45px}
.blog-post {
    position:relative;
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:1px solid #e8e8e8}
.blog-post-date {
    margin-top:13px;
    margin-bottom:10px;
    color:#ababab;
    font-size:15px;
    font-weight:100}
.widget-content-block {
    padding:25px}
.content-info-block {
    margin-bottom:19px;
    padding-bottom:14px;
    border-bottom:1px solid #e8e8e8}
.content-info-block.last {
    margin-bottom:0;
    padding-bottom:0;
    border-bottom-style:none}
.contact-info-text {
    margin-bottom:0}
.blog-author-image {
    width:80px;
    height:80px;
    margin-right:21px;
    float:left;
    border-radius:100%}
.blog-author-title {
    margin-top:20px}
.blog-author-title._2 {
    margin-top:0;
    color:#5b5b5b;
    font-size:24px}
.blog-post-title {
    margin-top:0;
    font-size:28px;
    line-height:34px}
.logo-block {
    width:60px;
    height:60px;
    margin-right:16px;
    padding-top:16px;
    float:left;
    border-radius:3px;
    background-color:#172333;
    -webkit-transition:background-color .1s ease;
    transition:background-color .1s ease;
    text-align:center}
.logo-block:
    hover {
 background-color:#5b5b5b}
.logo-icon {
    height:30px}
.client-testimonial {
    position:relative;
    z-index:10;
    margin-bottom:0;
    color:#9c9c9c;
    font-size:17px;
    line-height:24px}
.client-block-square {
    position:absolute;
    top:47%;
    right:0;
    display:block;
    width:25px;
    height:22px;
    margin-right:auto;
    margin-left:auto;
    background-color:#fff;
    -webkit-transform:rotate(45deg) translate(0, -50%);
    -ms-transform:rotate(45deg) translate(0, -50%);
    transform:rotate(45deg) translate(0, -50%)}
.client-testimonial-name {
    margin-top:0;
    font-size:20px}
.client-testimonial-name.subtitle {
    margin-top:4px;
    color:#5b5b5b;
    font-size:11px;
    line-height:18px}
.service-item {
    padding-bottom:20px}
.blog-posts-column {
    width:65%;
    padding-right:40px;
    float:left}
.blog-posts-column._2 {
    width:35%;
    padding-right:0;
    float:right}
.service-block-column {
    margin-top:20px}
.blog-post-image-block {
    width:200px;
    height:133px;
    margin-bottom:23px;
    border-radius:5px;
    background-image:url(https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png);
    background-position:50% 50%;
    background-size:cover;
    float:left;
    margin-right:20px}
.blog-post-image-block2 {
    width:350px;
    height:225px;
    margin-bottom:23px;
    border-radius:5px;
    background-image:url(https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png);
    background-position:50% 50%;
    background-size:cover;
    float:left;
    margin-right:20px}
.blog-post-header-image-block {
    width:100%;
    height:280px;
    margin-bottom:30px;
    border-radius:5px;
    background-image:url(https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png);
    background-position:50% 50%;
    background-size:cover}
.team-member-block {
    position:relative;
    overflow:hidden;
    width:100%;
    height:220px;
    border-radius:3px;
    background-image:url(https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png);
    background-position:50% 50%;
    background-size:cover}
.team-member-title-overlay {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    padding:31px 21px 21px;
    background-image:-webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .5));
    background-image:linear-gradient(180deg, transparent, rgba(0, 0, 0, .5));
    color:#fff}
.team-member-title {
    font-size:17px;
    font-weight:100}
.team-member-title._2 {
    font-family:'Open Sans', sans-serif;
    font-size:14px;
    font-weight:100}
.service-dynamic-item {
    border-bottom:1px solid #f1f1f1}
.recent-news-image-block {
    width:100%;
    height:175px;
    margin-bottom:20px;
    border-radius:4px;
    background-image:url(https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png);
    background-position:50% 50%;
    background-size:cover;
    /* border: 1px solid #ccc6; */
    box-shadow: 0 0 19px 0 rgba(0, 0, 0, .2);
}
.information-block-right {
    width:66%;
    margin-bottom:50px;
    float:right}
.logo {
    height:66px;
    margin-top:0}
.table-wrapper {
    border:1px solid #e2e2e2}
.table-item-block {
    padding:15px;
    border-bottom:1px solid #f0f0f0}
.table-item-block:
    hover {
 background-color:#f8f8f8}
.table-item-block.title {
    padding:15px;
    background-color:#172333}
.table-title {
    color:#fff;
    font-size:15px}
.table-image {
    border-radius:4px}
.testimonial-item {
    margin-bottom:16px}
.testimonial-wrapper {
    position:relative}
.testimonial-text-block {
    position:relative;
    width:78%;
    padding:35px 45px 31px;
    border-radius:4px;
    background-color:#fff;
    box-shadow:0 0 8px 0 rgba(0, 0, 0, .1);
    text-align:center}
.testimonial-client-block {
    position:absolute;
    top:50%;
    right:0;
    width:20%;
    float:right;
    -webkit-transform:translate(0, -50%);
    -ms-transform:translate(0, -50%);
    transform:translate(0, -50%);
    text-align:center}
    html.w-mod-js [data-ix=slide-title] {
 opacity:0;
    -webkit-transform:translate(-50px, 0);
    -ms-transform:translate(-50px, 0);
    transform:translate(-50px, 0)}
    html.w-mod-js [data-ix=slide-title-2] {
 opacity:0;
    -webkit-transform:translate(50px, 0);
    -ms-transform:translate(50px, 0);
    transform:translate(50px, 0)}
    html.w-mod-js [data-ix=slide-button] {
 opacity:0}
    html.w-mod-js [data-ix=slide-button-2] {
 opacity:0}
    html.w-mod-js [data-ix=fade-in-on-scroll] {
 opacity:0;
    -webkit-transform:translate(-30px, 0);
    -ms-transform:translate(-30px, 0);
    transform:translate(-30px, 0)}
    html.w-mod-js [data-ix=fade-in-on-scroll-2] {
 opacity:0;
    -webkit-transform:translate(-30px, 0);
    -ms-transform:translate(-30px, 0);
    transform:translate(-30px, 0)}
    html.w-mod-js [data-ix=fade-in-on-scroll-3] {
 opacity:0;
    -webkit-transform:translate(-30px, 0);
    -ms-transform:translate(-30px, 0);
    transform:translate(-30px, 0)}
    html.w-mod-js [data-ix=fade-in-on-scroll-4] {
 opacity:0;
    -webkit-transform:translate(-30px, 0);
    -ms-transform:translate(-30px, 0);
    transform:translate(-30px, 0)}
    html.w-mod-js [data-ix=fade-in-from-bottom] {
 opacity:0;
    -webkit-transform:translate(0, 30px);
    -ms-transform:translate(0, 30px);
    transform:translate(0, 30px)}
    html.w-mod-js [data-ix=fade-in-from-bottom-2] {
 opacity:0;
    -webkit-transform:translate(0, 30px);
    -ms-transform:translate(0, 30px);
    transform:translate(0, 30px)}
    html.w-mod-js [data-ix=fade-in-from-bottom-3] {
 opacity:0;
    -webkit-transform:translate(0, 30px);
    -ms-transform:translate(0, 30px);
    transform:translate(0, 30px)}
    html.w-mod-js [data-ix=fade-in-from-bottom-4] {
 opacity:0;
    -webkit-transform:translate(0, 30px);
    -ms-transform:translate(0, 30px);
    transform:translate(0, 30px)}
    html.w-mod-js [data-ix=page-header-title] {
 opacity:0;
    -webkit-transform:translate(0, 20px);
    -ms-transform:translate(0, 20px);
    transform:translate(0, 20px)}
    html.w-mod-js [data-ix=page-header-title-2] {
 opacity:0;
    -webkit-transform:translate(0, 20px);
    -ms-transform:translate(0, 20px);
    transform:translate(0, 20px)}
    html.w-mod-js [data-ix=testimonial-block] {
 opacity:0;
    -webkit-transform:translate(0, 30px);
    -ms-transform:translate(0, 30px);
    transform:translate(0, 30px)}
    html.w-mod-js [data-ix=testimonial-block-2] {
 opacity:0;
    -webkit-transform:translate(0, 30px);
    -ms-transform:translate(0, 30px);
    transform:translate(0, 30px)}
    html.w-mod-js [data-ix=dropdown-list] {
 height:0;
    -webkit-transform:translate(0, 10px);
    -ms-transform:translate(0, 10px);
    transform:translate(0, 10px)}
    @media (max-width:991px) {
.logo-container {
width:295px}
.nav-link {
    padding-right:12px;
    padding-left:12px;
    font-size:11px}
.nav-link.highlight {
    padding-left:13px}
.header-contact-block {
    margin-top:1px}
.hero-slide-title {
    font-size:44px;
    line-height:36px}
.hero-container {
    padding-top:137px}
.home-intro-column {
    padding-right:17px}
.home-intro-title {
    margin-bottom:14px;
    font-size:18px;
    line-height:22px}
.field.area {
    height:120px}
.field.first-half {
    height:40px}
.field.second-half {
    height:40px}
._2-col-section-content-block {
    width:359px;
    padding-top:40px;
    padding-left:35px}
._2-col-section-content-block.right {
    padding-top:78px}
.section {
    padding:45px}
.section.tint {
    padding:45px}
.services-image-block {
    height:130px}
.services-overlay {
    padding-top:55px;
    padding-right:10px;
    padding-left:10px}
.services-title {
    font-size:21px}
.services-section-overlay {
    padding:75px 45px 65px}
.bottom-footer {
    margin-top:45px;
    padding-right:25px;
    padding-left:45px}
.link.article-link {
    font-size:12px;
    line-height:17px}
.link.recent-news-link-title {
    font-size:15px;
    line-height:19px}
.contact-header {
    /* padding-top:30px; */}
.text-logo {
    font-size:19px}
.feature-block {
    padding-left:40px}
.image-section {
    background-position:50% 50%}
.image-section-overlay {
    padding:65px 45px}
.article-block {
    padding:20px 15px 20px 20px;
    font-size:12px;
    line-height:17px}
.read-more-block {
    margin-top:5px}
.recent-news-list-item {
    padding-top:9px;
    padding-bottom:9px}
.gray-image-section {
    background-attachment:scroll}
.footer-overlay {
    padding-top:45px}
.column-intro-title {
    font-size:19px;
    line-height:25px}
.icon-list-item.smaller {
    padding-right:5px;
    padding-left:45px}
.list-icon.small {
    height:30px}
.team-profile-image {
    left:-20px;
    height:450px}
.team-profile-image.odd {
    right:-30px;
    height:490px}
.team-info-col-right {
    padding-left:70px}
.team-info-col-left {
    padding-right:70px}
.overall-content-column-left {
    padding-right:35px;
    padding-left:0}
.service-link-block {
    padding:15px 15px 15px 65px}
.service-block-icon {
    left:15px;
    top:15px;
    width:40px;
    height:40px}
.contact-us-map {
    padding-left:363px}
.contact-section {
    height:650px}
.contact-section-overlay {
    padding:80px 35px 60px}
.contact-column-right {
    padding-top:125px;
    padding-right:35px;
    padding-left:25px}
.contact-block {
    padding-bottom:8px;
    background-color:#fff}
.client-testimonial {
    font-size:16px;
    line-height:22px}
.client-testimonial-name {
    font-size:19px}
.footer-row {
    padding-right:25px;
    padding-left:25px}
.article-item {
    padding-right:5px}
.team-member-title {
    font-size:18px}
.recent-news-image-block {
    height:125px}
.information-block-right {
    width:62%;
    margin-bottom:30px}
.logo {
    height:52px}
.testimonial-text-block {
    width:73%}
.testimonial-client-block {
    width:24%}
}
    @media (max-width:767px) {
.navbar {
border-radius:0}
.logo-container {
    width:290px}
.nav-link {
    padding-right:25px;
    padding-left:25px;
    line-height:11px}
.nav-link.highlight {
    padding-left:25px;
    float:none}
.header-contact-block {
    width:159px;
    margin-top:7px;
    margin-left:14px}
.header-contact-icon {
    height:20px;
    margin-top:6px;
    margin-right:10px;
    opacity:.42}
.header-contact-text {
    display:inline-block;
    float:none}
.hero-slider {
    height:370px}
.hero-slide-title {
    margin-bottom:13px;
    font-size:34px}
.hero-container {
    padding-top:70px}
.home-intro-column {
    padding-right:25px;
    padding-bottom: 10px;
    padding-left:25px;
    padding-top: 20px;}
.home-slider-button {
    width:40px;
    height:80px}
.home-slider-button:
    hover {
width:50px}
.field.area {
    height:110px}
.field.first-half {
    width:100%;
    height:40px}
.field.second-half {
    width:100%;
    height:40px}
.cta-col-right {
    padding-top:20px;
    padding-right:0;
    padding-left:0;
    text-align:left}
.intro-icons {
    height:40px;
    margin-top:0;
    margin-right:0;
    margin-bottom:10px;
    float:none}
._2-col-section-col-left {
    height:auto;
    padding-right:0;
    padding-left:0}
._2-col-section-col-right {
    height:auto}
._2-col-section-content-block {
    width:100%;
    padding:25px;
    text-align:center}
._2-col-section-content-block.right {
    padding:25px}
.intro-col-right-overlay {
    min-height:auto}
.section-title-wrapper {
    margin-bottom: 10px;
}
.section-title.tint {
    font-size:22px;
    line-height:22px}
.section {
    padding:25px}
.section.intro-features-section {
    padding:25px 25px 0}
.section.tint {
    padding:25px}
.section.tint.testimonials {
    padding-bottom:21px}
.services-section-overlay {
    padding:25px}
.bottom-footer {
    margin-top: 0;
    padding:15px 25px}
.link.header-contact-link {
    font-size:11px;
    line-height:14px}
.slide-paragraph {
    width:70%}
.nav-menu {
    background-color:#696969}
.top-nav-content-block {
    border-left-width:0;
    text-align:center}
.top-nav-content-block.social {
    position:absolute;
    top:0;
    right:0;
    float:right}
.top-nav-icon {
    float:none}
.contact-header {
    /* height: 71px; */
    /* padding:15px 15px 8px; */}
.text-logo {
    margin-top:8px;
    font-size:16px;
    line-height:20px}
.text-logo.subtitle {
    font-size:13px;
    line-height:11px}
.header-contact-title {
    font-size:13px}
.header-contact-title._2 {
    margin-top:7px}
.nav-container {
    bottom:-9px;
    border-radius:0;
    background-color:transparent}
.lawyer-intro {
    left:0;
    height:350px}
.lawyer-intro._2 {
    left:135px;
    height:320px}
.features-row {
    margin-bottom:0}
.feature-column {
    padding-right:0;
    padding-left:0}
.image-section-overlay {
    padding:25px}
.article-block {
    margin-bottom:12px}
.image-section-title {
    font-size:34px}
.image-section-title.subtitle {
    font-size:13px;
    line-height:27px}
.gray-image-section-overlay {
    padding:55px 25px}
.quote-wrapper {
    width:90%}
.quote-divider-line {
    margin-bottom:20px}
.footer-overlay {
    padding-top:25px}
.intro-lawyers {
    position:absolute;
    left:auto;
    right:0;
    bottom:0;
    width:40%;
    float:right}
.footer-column-left {
    padding-left:0;
    text-align:left}
.footer-column-right {
    padding-left:0;
    text-align:left}
.page-header {
    padding:35px 25px 25px}
.page-header.dark.without-heading {
    height:20px}
.page-header-title {
    font-size:32px}
.page-header-title.subtitle {
    margin-top:3px}
.column-intro-title {
    font-size:21px}
.content-column-1 {
    padding-right:0;
    padding-left:0}
.content-column {
    padding-right:0;
    padding-left:0}
.cta-section {
    padding-top:25px;
    padding-right:25px;
    padding-left:25px}
.dropdown-icon {
    margin-right:30px}
.dropdown-list.w--open {
    margin-top:0;
    border-radius:0}
.column-left {
    padding-right:0;
    padding-left:0}
.column-right {
    padding-top:10px;
    padding-right:0;
    padding-left:0}
.team-profile-image {
    left:-112px}
.team-profile-image.odd {
    right:-103px}
.team-info-col-right {
    padding-left:40px}
.team-title {
    font-size:29px}
.team-title.subtitle {
    font-size:16px;
    line-height:20px}
.team-info-col-left {
    padding-right:40px}
.overall-content-column-left {
    padding-right:0;
    padding-bottom:20px;
    padding-left:0}
.overall-sidebar-col-right {
    padding-right:0;
    padding-left:0}
.service-link-block {
    width:100%;
    margin-bottom:10px}
.contact-section {
    height:920px}
.contact-section-overlay {
    padding:55px 25px 25px}
.contact-column-left {
    padding-right:0;
    padding-left:0}
.contact-column-right {
    padding-top:25px;
    padding-right:0;
    padding-left:0}

.blog-post {
    padding-bottom:6px}
.logo-block {
    width:50px;
    height:50px;
    padding-top:11px}
.client-block-square {
    left:0;
    top:auto;
    right:0;
    bottom:-10px;
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg)}
.footer-row {
    padding-right:0;
    padding-left:0}
.menu-button {
    width:40px;
    height:40px;
    margin-top:-61px;
    margin-right:17px;
    padding-top:10px;
    padding-right:0;
    padding-left:0;
    border-radius:3px;
    background-color:#999}
.menu-button.w--open {
    background-color:#172333}
.cta-form-col-left {
    padding-right:30%;
    padding-left:0}
.service-item {
    padding-right:0;
    padding-bottom:10px;
    padding-left:0}
.article-item {
    padding-right:0;
    padding-left:0}
.blog-post-item {
    padding-right:0;
    padding-left:0}

.blog-posts-column {
    width:100%}
.blog-posts-column._2 {
    width:100%;
    margin-top:20px}
.blog-post-image-block {
    height:200px}
.blog-post-header-image-block {
    height:200px}
.team-member-item {
    padding-right:0;
    padding-left:0}
.team-member-block {
    height:270px;
    margin-bottom:10px}
.consultation-col-left {
    padding-right:20%;
    padding-left:0}
.information-block-right {
    width:60%;
    float:left}
.logo {
    height:32px;
    margin-top:1px;
    margin-left:-5px}
.testimonial-text-block {
    width:100%}
.testimonial-client-block {
    position:static;
    width:100%;
    margin-top:20px;
    float:none;
    -webkit-transform:none;
    -ms-transform:none;
    transform:none}
}
    @media (max-width:479px) {
.button.cta-button {
margin-right:5px;
    margin-left:0;
    padding-right:15px;
    padding-left:15px;
    font-size:11px;
    line-height:31px}
.button.slider-button {
    width:100%}
.button.slider-button.slider-outline-button {
    margin-top:5px;
    margin-left:0}
.logo-container {
    width: 100%;
}
.header-contact-block {
    width:138px;
    height:35px;
    margin-top:0;
    margin-left:11px;
    padding-top:2px}
.header-contact-icon {
    height:20px;
    margin-right:7px}
.hero-slider {
    height:320px}
.hero-slide-title {
    font-size:23px;
    line-height:26px}
.hero-container {
    padding-top:25px;
    padding-right:25px;
    padding-left:25px}
.home-intro-column {
    padding-right: 10px;
    padding-left: 10px;}
.home-slider-button {
    width:30px;
    font-size:10px}
.cta-title {
    font-size:28px}
.cta-title.subtitle {
    margin-top:10px;
    font-size:14px;
    line-height:19px}
.field.first-half {
    height:32px}
.cta-col-right {
    padding-top:10px}
._2-col-section-content-block {
    padding:20px}
._2-col-section-content-block.right {
    padding:20px}
.section-title-wrapper.left-align {
    padding-top:1px}
.section-title {
    font-size:22px;
    line-height:22px}
.section {
    padding:20px}
.section.intro-features-section {
    padding-top:20px;
    padding-right:20px;
    padding-left:20px}
.section.tint {
    padding:20px}
.section.tint.testimonials {
    padding-bottom:11px}
.services-image-block {
    height:80px}
.services-overlay {
    padding-top:28px}
.services-title {
    font-size:19px}
.services-section-overlay {
    padding:20px}
.bottom-footer {
    padding-right:20px;
    padding-left:20px}
.link.blog-post-link {
    width:100%;
    font-size:21px;
    line-height:24px}
.slide-paragraph {
    width:100%;
    font-size:12px;
    line-height:18px}
.top-nav-content-block {
    display:inline-block;
    height:35px;
    margin-left:0;
    padding-top:7px}
.top-nav-content-block.social {
    padding-right:12px}
.top-nav-icon {
    margin-right:4px}
.top-header {
    overflow:hidden;
    height:35px}
.contact-header {
    /* height:52px; */
    padding-top:11px;
    padding-right:6px;
    padding-left:5px;
}
.text-logo {
    margin-top:8px;
    font-size:12px;
    line-height:14px}
.text-logo.subtitle {
    font-size:10px}
.header-contact-title {
    margin-top:4px;
    font-size:11px}
.header-contact-title._2 {
    margin-top:9px;
    line-height:11px}
.nav-container {
    bottom:0}
.hero-content-block {
    width:85%}
.lawyer-intro {
    height:220px}
.lawyer-intro._2 {
    left:100px;
    height:250px}
.image-section-overlay {
    padding: 16px;
    /* background-image: -webkit-linear-gradient(0deg, #333333 38%, hsla(0, 0%, 100%, 0) 60%); */
    /* background-image: -webkit-linear-gradient(0deg, #333333 38%, hsla(0, 0%, 100%, 0) 60%); */
    /* background: #f1f1f1; */}
.recent-news-list-item {
    padding-right:15px;
    padding-left:15px}
.section-title-block {
    margin-bottom:12px}
.image-section-title {
    font-size:27px;
    line-height:32px}
.image-section-title.subtitle {
    font-size:16px;
    line-height:18px}
.gray-image-section-overlay {
    padding-top:45px;
    padding-bottom:45px}
.large-paragraph {
    font-size:17px;
    line-height:24px}
.quote-wrapper {
    width:100%}
.intro-lawyers {
    left:0;
    right:0;
    bottom:0;
    display:block;
    margin-right:auto;
    margin-left:auto}
.lawyer-name {
    font-size:10px}
.lawyer-name._2 {
    left:75px;
    bottom:104px}
.page-header {
    padding: 4px;
}
.page-header.dark.without-heading {
    height:10px}
.page-header-title {
    font-size:25px;
    line-height:29px}
.page-header-title.subtitle {
    margin-top:6px;
    font-size:16px;
    line-height:18px}
.cta-section {
    padding:20px 70px 20px 20px}
.cta-col-left {
    padding-right:0;
    padding-left:0}
.icon-list-item {
    padding-right:0;
    padding-left:50px}
.list-icon {
    top:2px;
    height:32px}
.team-profile-image {
    position:relative;
    left:0;
    width:100%;
    height:auto;
    margin-top:-30px}
.team-profile-image.odd {
    right:0;
    height:auto}
.team-row {
    margin-bottom:0}
.team-info-col-right {
    padding-right:0;
    padding-left:0}
.team-title {
    font-size:20px;
    line-height:10px}
.team-title.subtitle {
    margin-bottom:12px;
    font-size:13px;
    line-height:13px}
.team-info-col-left {
    padding-right:0;
    padding-left:0}
.widget-image-block-overlay {
    padding-bottom:26px}
.service-blocks-row {
    margin-top:15px;
    margin-bottom:5px}
.service-link-block {
    padding-left:70px}
.contact-section-overlay {
    padding:30px 20px 20px}
.contact-us-title {
    font-size: 21px;
    /* text-transform: uppercase; */
    /* background: #2f2423; */
    padding: 10px;
    line-height: 22px;
    border-radius: 12px;}
.contact-us-title.subtitle {
    margin-top:3px;
    font-size:14px;
    line-height:20px}
.blog-post-date {
    font-size:13px}
.blog-post-title {
    font-size:25px;
    line-height:27px}
.logo-block {
    width:30px;
    height:40px;
    margin-right:9px;
    padding-top:8px}
.logo-icon {
    height:16px}
.client-testimonial {
    font-size:14px;
    line-height:20px}
.client-block-square {
    bottom:-5px}
.menu-button {
    width:37px;
    height:37px;
    margin-top:-45px;
    margin-right:12px;
    padding-top:8px}
.cta-form-col-left {
    padding-right:0}
.service-item {
    padding-right:0;
    padding-bottom:10px;
    padding-left:0}
.article-item {
    padding-right:0;
    padding-left:0}
.blog-posts-column {
    padding-right:0}
.blog-post-image-block {
    height:120px}
.blog-post-header-image-block {
    height:120px;
    margin-bottom:18px}
.team-member-block {
    height:220px}
.consultation-col-left {
    padding-right:0}
.information-block-right {
    width:100%;
    margin-bottom:225px}
.logo {
    height: 50px;
    margin-top:1px;
}
.testimonial-text-block {
    padding:20px}
};
}

.custom input[type="radio"]:checked+label {
    background: #6cf3ab;
}
.custom .pessoa {
  height: 94px;
  margin-right: 10PX;
  width: 91px;
  background-size: cover;
  background-position: center;
}


.imputs {width:100%;height: 43px;background: #e9e9e9;border: 1px solid #ffffff;font-size: 18px;padding: 10px;border-radius: 6px;}
.container2 {width: 100%;float: left;position: relative;}
.textarea {width:100%;height: 120px;background: #e9e9e9;border: 1px solid #ffffff;font-size: 18px;padding: 10px;border-radius: 6px;}
.checkmark {/* background-color:#CCCCCC; */width: 75%;display: inline;margin-top: 11px;float: left;margin-left: 37px;font-weight: 500;}
.base {width:100%;float:left;margin-bottom: 23px;}
.atributo {width: 56%;float:left;background: #ffffff;border-radius: 13px;font-size: 15px;font-weight: 400;border: 1px solid #8383832e;}
.name {width: 56%;float:left;font-size: 16px;font-weight: 500;}
.avatar2 {/* background-color: #efefef; */float: left;margin: 5px;text-align: center;padding: 7px;/* border: 1px solid #e9e9e9; */border-radius: 11px;}
.barra {
	width: 17%;
	height: 65px;
	float: left;
	margin-right: 7px;
	text-align: center;
	color: #fff;
	padding-top: 13px;
	border-radius: 39px;
	font-size: 27px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 700;
	background-size: cover;
}
.check {margin-top: 10px;float: left;}
.mensagem {
    background: #ffeeee;
    float: left;
    width: 100%;
    padding: 9px;
    text-align: center;
    border: 2px solid #ff9393;
    color: #ff2121;
    border-style: dashed;
    display:none;
    font-size: 17px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 8px;
    }
 

.loading {background: #59c189;width: 0%;height: 9px;border-radius: 12px;}
.niveis {width: 100%;height: 9px;background-color: #ab867161;margin-bottom: 5px;border-radius: 20px;}
.number {
	color: #FFFFFF;
	font-weight: 700;
	font-size: 20px;
	margin-top: -2px;
}
.inative {
	opacity: 0.6 !important;
	filter: grayscale(0.9);
}
.vote .label .barra.active {
	color: #FFFFFF;
	background-color: #009d36;
	/* border: 3px solid #a9ffee; */
	box-shadow: 0 0 0px 1px rgb(0 241 83);
	box-shadow: 1px 1px 15px 2px #ccffca;
	opacity: 1 !important;
	filter: grayscale(0);
}
.vote .label {
	cursor:pointer;
}
.vote .label input {
	display:none;
}
.vote .label i {
	font-family:FontAwesome;
	font-size:18px;
	-webkit-transition-property:color, text;
 -webkit-transition-duration: .2s, .2s;
	-webkit-transition-timing-function: linear, ease-in;
	-moz-transition-property:color, text;
 -moz-transition-duration:.2s;
	-moz-transition-timing-function: linear, ease-in;
	-o-transition-property:color, text;
 -o-transition-duration:.2s;
	-o-transition-timing-function: linear, ease-in;
}
.vote .label i:before {
	content:'\f005';
}
.vote .label .barra.active {
	opacity: 1 !important;
}

.star .label .barra.active {
	opacity: 1 !important;
	filter: grayscale(0.1);
}
.star .label {
	cursor:pointer;
}
.star .label input {
	display:none;
}
.star .label i {
	font-family:FontAwesome;
	font-size:18px;
	-webkit-transition-property:color, text;
 -webkit-transition-duration: .2s, .2s;
	-webkit-transition-timing-function: linear, ease-in;
	-moz-transition-property:color, text;
 -moz-transition-duration:.2s;
	-moz-transition-timing-function: linear, ease-in;
	-o-transition-property:color, text;
 -o-transition-duration:.2s;
	-o-transition-timing-function: linear, ease-in;
}
.star .label i:before {
	content:'\f005';
}
.star .label .barra.active {
}
.co11 {
	background-color:#fe0000
}
.co12 {
	background-color:#d52027
}
.co13 {
	background-color:#f05223
}
.co14 {
	background-color:#f37022
}
.co15 {
	background-color:#faa723
}
.co16 {
	background-color:#ffc928
}
.co17 {
	background-color:#ecdb12
}
.co18 {
	background-color:#c5d92c
}
.co19 {
	background-color:#afd135
}
.co110 {
	background-color:#98bd13
}
.co111 {
	background-color:#749500
}

.inative {
	opacity: 0.2;
}

.buttons1 {
	border:0;
	cursor:pointer;
	-webkit-appearance:button;
	background: #fdcc96;
	color:#fff;
	padding: 13px 20px;
	color: #2e1913;
	border-radius: 10px;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0px;
}
.avatar {padding: 10px 11px !important;!i;!;text-align: center;height: 203px;}
.buttons2 {
	border:0;
	cursor:pointer;
	-webkit-appearance:button;
	background: #fdcc96;
	color:#fff;
	padding: 8px 15px;
	color: #2e1913;
	border-radius: 25px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0px;
	float: right;
	margin-bottom: 100px;
	margin-left: 10px;
}
.enviar {width: 67%;padding: 6px;border-radius: 33px;font-size: 19px;text-transform: uppercase;font-weight: 600;background-color: #59c189;color: #ffffff;float: right;}


label {/* background-color: #ff4444; *//* color: #fff; */float: left;width: 97%;padding: 0px;/* border-radius: 5px; */margin-bottom: 14px;font-size: 16px;text-align: left;position: fixed;right: 0;top: 0;z-index: 10000;}
.login {
	background-color:#fff;
	height: 320px;
	width: 460px;
	position:absolute;
	z-index:10000;
	left:38%;
	top:12%;
	border:1px solid #ccc;
	border-radius:13px;
	padding: 35px;
	padding-top:30px;
}
.pessoa {border-radius: 100%;}
.documentation .section-preview {
    border: 1px solid #e0e0e0;
    padding: 15px;
}
.imputclass {float:left;padding-right: 5px;}
.custom-control {
    /* position: relative; */
    /* display: block; */
    /* min-height: 1.5rem; */
    padding-left: 0px;
    width: 100%;
    float: left;
    margin-bottom: 8px;
    text-align: center;
}
[type="radio"]:not(:checked), [type="radio"]:checked {

}
.custom-control-label {
    /* position: relative; */
    /* margin-bottom: 5px; */
    /* vertical-align: top; */
    /* height: 20px; */
    /* float: left; */
    padding-top: 9px;
    font-weight: 600;
    /* text-transform: uppercase; */
    font-size: 18px;
    /* display: contents; */
}
label {
    display: inline-block;
    margin-bottom: 0px;
}
.close-modal2 {
	position:absolute;
	right:-23px;
	top:-15px
}
.loginfundo {
	background:#0000008f;
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	z-index:100000000
}
.area {
	cursor:pointer
}
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 {
	color: #00bf27;
}
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 {
	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] {
	-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[type=checkbox], input[type=radio] {
	box-sizing:border-box;
	padding:0;
	width: 30px;
	height: 27px;
	/* margin-top: 20px; */
	position: absolute;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
height:auto
}
input[type=search] {
	-webkit-appearance:textfield;
	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
}
@font-face {
font-family:webflow-icons;
src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('woff');
font-weight:400;
font-style:normal
}
[class*=" w-icon-"], [class^=w-icon-] {
font-family:webflow-icons;
speak:none;
font-style:normal;
font-weight:400;
font-variant:normal;
text-transform:none;
line-height:1;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale
}
.w-icon-slider-right:before {
	content:"\e600"
}
.w-icon-slider-left:before {
	content:"\e601"
}
.w-icon-nav-menu:before {
	content:"\e602"
}
.w-icon-arrow-down:before, .w-icon-dropdown-toggle:before {
	content:"\e603"
}
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
html {
	height:100%
}
body {
	margin:0;
	min-height:100%;
	font-size:14px;
	/* line-height:20px; */
	color:#333;
	font-family: "Poppins", serif;
	letter-spacing: 0px;
	background-image: url(../imagens/fundo.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
img {
	max-width:100%;
	vertical-align:middle;
	display:inline-block
}
html.w-mod-touch * {
	background-attachment:scroll!important
}
.w-block {
	display:block
}
.w-inline-block {
	max-width:100%;
	display:inline-block
}
.w-clearfix:after, .w-clearfix:before {
	content:" ";
	display:table
}
.w-clearfix:after {
	clear:both
}
.w-preserve-3d {
	transform-style:preserve-3d
}
.w-hidden {
	display:none
}
.w-button {
	display:inline-block;
	padding:9px 15px;
	background-color:#3898ec;
	color:#fff;
	border:0;
	line-height:inherit;
	text-decoration:none;
	cursor:pointer;
	border-radius:0
}
input.w-button {
	-webkit-appearance:button
}
html[data-w-dynpage] [data-w-cloak] {
	color:transparent!important
}
h1, h2, h3, h4, h5, h6 {
	font-weight:700;
	margin-bottom:10px
}
h1 {
	font-size:38px;
	line-height:44px;
	margin-top:20px
}
h2 {
	font-size:32px;
	line-height:36px;
	margin-top:20px
}
h3 {
	font-size:24px;
	line-height:30px;
	margin-top:20px
}
h4 {
	font-size:18px;
	line-height:24px;
	margin-top:10px
}
h5 {
	font-size:14px;
	line-height:20px;
	margin-top:10px
}
h6 {
	font-size:12px;
	line-height:18px;
	margin-top:10px
}
p {
	margin-top:0;
	margin-bottom:10px
}
a:focus {
	outline:0
}
blockquote {
	margin:0 0 10px 0;
	padding:10px 20px;
	border-left:5px solid #e2e2e2;
	font-size:18px;
	line-height:22px
}
figure {
	margin:0;
	margin-bottom:10px
}
figcaption {
	margin-top:5px;
	text-align:center
}
ol, ul {
	margin-top:0;
	margin-bottom:10px;
	padding-left:40px
}
.w-list-unstyled {
	padding-left:0;
	list-style:none
}
.w-embed:after, .w-embed:before {
	content:" ";
	display:table
}
.w-embed:after {
	clear:both
}
.w-video {
	width:100%;
	position:relative;
	padding:0
}
.w-video embed, .w-video iframe, .w-video object {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%
}
fieldset {
	padding:0;
	margin:0;
	border:0
}

.w-form {
	margin:0 0 15px
}
.w-form-done {
	display:none;
	padding:20px;
	text-align:center;
	background-color:#ddd
}
.w-form-fail {
	display:none;
	margin-top:10px;
	padding:10px;
	background-color:#ffdede
}
label {
	/* display:block; */
	/* margin-bottom:5px; */
	font-weight:700;
	/* display: contents; */
	/* margin-top: 1px; */
	/* float: left; */
}
.w-input, .w-select {
	display:block;
	width:100%;
	height:38px;

	padding:8px 12px;
	margin-bottom:10px;
	font-size:14px;
	line-height:1.42857143;
	color:#333;
	vertical-align:middle;
	background-color:#fff;
	border:1px solid #ccc
}
.w-input:-moz-placeholder, .w-select:-moz-placeholder {
color:#999
}
.w-input::-moz-placeholder, .w-select::-moz-placeholder {
color:#999;
opacity:1
}
.w-input:-ms-input-placeholder, .w-select:-ms-input-placeholder {
color:#999
}
.w-input::-webkit-input-placeholder, .w-select::-webkit-input-placeholder {
color:#999
}
.w-input:focus, .w-select:focus {
	border-color:#3898ec;
	outline:0
}
.w-input[disabled], .w-input[readonly], .w-select[disabled], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
	cursor:not-allowed;
	background-color:#eee
}
textarea.w-input, textarea.w-select {
	height:auto
}
.w-select {
	background-image:-webkit-linear-gradient(white 0, #f3f3f3 100%);
	background-image:linear-gradient(white 0, #f3f3f3 100%)
}
.w-select[multiple] {
	height:auto
}
.w-form-label {
	display:inline-block;
	cursor:pointer;
	font-weight:400;
	margin-bottom:0
}
.w-checkbox, .w-radio {
	display:block;
	margin-bottom:5px;
	padding-left:20px
}
.w-checkbox:after, .w-checkbox:before, .w-radio:after, .w-radio:before {
	content:" ";
	display:table
}
.w-checkbox:after, .w-radio:after {
	clear:both
}
.w-checkbox-input, .w-radio-input {
	margin:4px 0 0;
	line-height:normal;
	float:left;
	margin-left:-20px


}
.w-radio-input {
	margin-top:3px
}
.w-container {
	margin-left:auto;
	margin-right:auto;
	max-width: 363px;
	padding-bottom: 0;
}
.w-container:after, .w-container:before {
	content:" ";
	display:table
}
.w-container:after {
	clear:both
}
.w-container .w-row {
	/* margin-left:-10px; */
	/* margin-right:-10px; */
}
.w-row:after, .w-row:before {
	content:" ";
	display:table
}
.w-row:after {
	clear:both
}
.w-row .w-row {

	margin-left:0;
	margin-right:0
}
.w-col {
	position:relative;
	float:left;
	width:100%;
	min-height:1px;
	padding-left:10px;
	padding-right:10px
}
.w-col .w-col {
	padding-left:0;
	padding-right:0
}
.w-col-1 {
	width:8.33333333%
}
.w-col-2 {
	width: 15.666667%;
	margin: 5px;
}
.w-col-3 {
	width:25%
}
.w-col-4 {
	/* width:33.33333333% */
}
.w-col-5 {
	width:41.66666667%
}
.w-col-6 {
	width: 50% !important;!i;!;
}
.w-col-7 {
	width:58.33333333%
}
.w-col-8 {
	width:66.66666667%
}
.w-col-9 {
	width:75%
}
.w-col-10 {
	width:83.33333333%
}
.w-col-11 {
	width:91.66666667%
}
.w-col-12 {
	width:100%
}
.w-col-push-1 {
	left:8.33333333%
}
.w-col-push-2 {
	left:16.66666667%
}
.w-col-push-3 {
	left:25%
}
.w-col-push-4 {
	left:33.33333333%
}
.w-col-push-5 {
	left:41.66666667%
}
.w-col-push-6 {
	left:50%
}
.w-col-push-7 {
	left:58.33333333%
}
.w-col-push-8 {
	left:66.66666667%
}
.w-col-push-9 {
	left:75%
}
.w-col-push-10 {
	left:83.33333333%
}
.w-col-push-11 {
	left:91.66666667%
}
.w-col-pull-1 {
	right:8.33333333%
}
.w-col-pull-2 {
	right:16.66666667%
}
.w-col-pull-3 {
	right:25%
}
.w-col-pull-4 {
	right:33.33333333%
}
.w-col-pull-5 {
	right:41.66666667%
}
.w-col-pull-6 {
	right:50%
}
.w-col-pull-7 {
	right:58.33333333%
}
.w-col-pull-8 {
	right:66.66666667%
}
.w-col-pull-9 {
	right:75%
}
.w-col-pull-10 {
	right:83.33333333%
}
.w-col-pull-11 {
	right:91.66666667%
}
.w-col-offset-1 {
	margin-left:8.33333333%
}
.w-col-offset-2 {
	margin-left:16.66666667%
}
.w-col-offset-3 {
	margin-left:25%
}
.w-col-offset-4 {
	margin-left:33.33333333%
}
.w-col-offset-5 {
	margin-left:41.66666667%
}
.w-col-offset-6 {
	margin-left:50%
}
.w-col-offset-7 {
	margin-left:58.33333333%
}
.w-col-offset-8 {
	margin-left:66.66666667%
}
.w-col-offset-9 {
	margin-left:75%
}
.w-col-offset-10 {
	margin-left:83.33333333%
}
.w-col-offset-11 {
	margin-left:91.66666667%
}
.w-hidden-main {
	display:none!important
}
@media screen and (max-width:991px) {
.w-container {
max-width:728px
}
.w-hidden-main {
display:inherit!important
}
.w-hidden-medium {
display:none!important
}
.w-col-medium-1 {
width:8.33333333%
}
.w-col-medium-2 {
width:16.66666667%
}
.w-col-medium-3 {
width:25%
}
.w-col-medium-4 {
width:33.33333333%
}
.w-col-medium-5 {
width:41.66666667%
}
.w-col-medium-6 {
width:50%
}
.w-col-medium-7 {
width:58.33333333%
}
.w-col-medium-8 {
width:66.66666667%
}
.w-col-medium-9 {
width:75%
}
.w-col-medium-10 {
width:83.33333333%
}
.w-col-medium-11 {
width:91.66666667%
}
.w-col-medium-12 {
width:100%
}
.w-col-medium-push-1 {
left:8.33333333%
}
.w-col-medium-push-2 {
left:16.66666667%
}
.w-col-medium-push-3 {
left:25%
}
.w-col-medium-push-4 {
left:33.33333333%
}
.w-col-medium-push-5 {
left:41.66666667%
}
.w-col-medium-push-6 {
left:50%
}
.w-col-medium-push-7 {
left:58.33333333%
}
.w-col-medium-push-8 {
left:66.66666667%
}
.w-col-medium-push-9 {
left:75%
}
.w-col-medium-push-10 {
left:83.33333333%
}
.w-col-medium-push-11 {
left:91.66666667%
}
.w-col-medium-pull-1 {
right:8.33333333%
}
.w-col-medium-pull-2 {
right:16.66666667%
}
.w-col-medium-pull-3 {
right:25%
}
.w-col-medium-pull-4 {
right:33.33333333%
}
.w-col-medium-pull-5 {
right:41.66666667%
}
.w-col-medium-pull-6 {
right:50%
}
.w-col-medium-pull-7 {
right:58.33333333%
}
.w-col-medium-pull-8 {
right:66.66666667%
}
.w-col-medium-pull-9 {
right:75%
}
.w-col-medium-pull-10 {
right:83.33333333%
}
.w-col-medium-pull-11 {
right:91.66666667%
}
.w-col-medium-offset-1 {
margin-left:8.33333333%
}
.w-col-medium-offset-2 {
margin-left:16.66666667%
}
.w-col-medium-offset-3 {
margin-left:25%
}
.w-col-medium-offset-4 {
margin-left:33.33333333%
}
.w-col-medium-offset-5 {
margin-left:41.66666667%
}
.w-col-medium-offset-6 {
margin-left:50%
}
.w-col-medium-offset-7 {
margin-left:58.33333333%
}
.w-col-medium-offset-8 {
margin-left:66.66666667%
}
.w-col-medium-offset-9 {
margin-left:75%
}
.w-col-medium-offset-10 {
margin-left:83.33333333%
}
.w-col-medium-offset-11 {
margin-left:91.66666667%
}
.w-col-stack {
width:100%;
left:auto;
right:auto
}
}
@media screen and (max-width:767px) {
.w-hidden-main {
display:inherit!important
}
.w-hidden-medium {
display:inherit!important
}
.w-hidden-small {
display:none!important
}
.w-container .w-row, .w-row {
margin-left:0;
margin-right:0
}
.w-col {width:100%;left:auto;right:auto}
.w-col-small-1 {
width:8.33333333%
}
.w-col-small-2 {
width:16.66666667%
}
.w-col-small-3 {
width:25%
}
.w-col-small-4 {
width:33.33333333%
}
.w-col-small-5 {
width:41.66666667%
}
.w-col-small-6 {
width:50%
}
.w-col-small-7 {
width:58.33333333%
}
.w-col-small-8 {
width:66.66666667%
}
.w-col-small-9 {
width:75%
}
.w-col-small-10 {
width:83.33333333%
}
.w-col-small-11 {
width:91.66666667%
}
.w-col-small-12 {
width:100%
}
.w-col-small-push-1 {
left:8.33333333%
}
.w-col-small-push-2 {
left:16.66666667%
}
.w-col-small-push-3 {
left:25%
}
.w-col-small-push-4 {
left:33.33333333%
}
.w-col-small-push-5 {
left:41.66666667%
}
.w-col-small-push-6 {
left:50%
}
.w-col-small-push-7 {
left:58.33333333%
}
.w-col-small-push-8 {
left:66.66666667%
}
.w-col-small-push-9 {
left:75%
}
.w-col-small-push-10 {
left:83.33333333%
}
.w-col-small-push-11 {
left:91.66666667%
}
.w-col-small-pull-1 {
right:8.33333333%
}
.w-col-small-pull-2 {
right:16.66666667%
}
.w-col-small-pull-3 {
right:25%
}
.w-col-small-pull-4 {
right:33.33333333%
}
.w-col-small-pull-5 {
right:41.66666667%
}
.w-col-small-pull-6 {
right:50%
}
.w-col-small-pull-7 {
right:58.33333333%
}
.w-col-small-pull-8 {
right:66.66666667%
}
.w-col-small-pull-9 {
right:75%
}
.w-col-small-pull-10 {
right:83.33333333%
}
.w-col-small-pull-11 {
right:91.66666667%
}
.w-col-small-offset-1 {
margin-left:8.33333333%
}
.w-col-small-offset-2 {
margin-left:16.66666667%
}
.w-col-small-offset-3 {
margin-left:25%
}
.w-col-small-offset-4 {
margin-left:33.33333333%
}
.w-col-small-offset-5 {
margin-left:41.66666667%
}
.w-col-small-offset-6 {
margin-left:50%
}
.w-col-small-offset-7 {
margin-left:58.33333333%
}
.w-col-small-offset-8 {
margin-left:66.66666667%
}
.w-col-small-offset-9 {
margin-left:75%
}
.w-col-small-offset-10 {
margin-left:83.33333333%
}
.w-col-small-offset-11 {
margin-left:91.66666667%
}
}
@media screen and (max-width:479px) {
.w-container {
max-width:none
}
.w-hidden-main {
display:inherit!important
}
.w-hidden-medium {
display:inherit!important
}
.w-hidden-small {
display:inherit!important
}
.w-hidden-tiny {
display:none!important
}
.w-col-2 {
    width: 29.666667%;
    margin: 6px;
}

.w-col-tiny-1 {
width:8.33333333%
}
.w-col-tiny-2 {
width:16.66666667%
}
.w-col-tiny-3 {
width:25%
}
.w-col-tiny-4 {
width:33.33333333%
}
.w-col-tiny-5 {
width:41.66666667%
}
.w-col-tiny-6 {
width:50%
}
.w-col-tiny-7 {
width:58.33333333%
}
.w-col-tiny-8 {
width:66.66666667%

}
.w-col-tiny-9 {
width:75%
}
.w-col-tiny-10 {
width:83.33333333%
}
.w-col-tiny-11 {
width:91.66666667%
}
.w-col-tiny-12 {
width:100%
}
.w-col-tiny-push-1 {
left:8.33333333%
}
.w-col-tiny-push-2 {
left:16.66666667%
}
.w-col-tiny-push-3 {
left:25%
}
.w-col-tiny-push-4 {
left:33.33333333%
}
.w-col-tiny-push-5 {

left:41.66666667%
}
.w-col-tiny-push-6 {
left:50%
}
.w-col-tiny-push-7 {
left:58.33333333%
}

.w-col-tiny-push-8 {
left:66.66666667%
}
.w-col-tiny-push-9 {
left:75%
}
.w-col-tiny-push-10 {
left:83.33333333%
}
.w-col-tiny-push-11 {
left:91.66666667%
}
.w-col-tiny-pull-1 {
right:8.33333333%
}
.w-col-tiny-pull-2 {
right:16.66666667%
}
.w-col-tiny-pull-3 {
right:25%
}
.w-col-tiny-pull-4 {
right:33.33333333%
}
.w-col-tiny-pull-5 {
right:41.66666667%
}
.w-col-tiny-pull-6 {
right:50%
}
.w-col-tiny-pull-7 {
right:58.33333333%
}
.w-col-tiny-pull-8 {
right:66.66666667%
}
.w-col-tiny-pull-9 {
right:75%
}
.w-col-tiny-pull-10 {
right:83.33333333%
}
.w-col-tiny-pull-11 {
right:91.66666667%
}
.w-col-tiny-offset-1 {
margin-left:8.33333333%
}
.w-col-tiny-offset-2 {
margin-left:16.66666667%
}
.w-col-tiny-offset-3 {
margin-left:25%
}
.w-col-tiny-offset-4 {
margin-left:33.33333333%
}
.w-col-tiny-offset-5 {
margin-left:41.66666667%
}
.w-col-tiny-offset-6 {
margin-left:50%
}
.w-col-tiny-offset-7 {
margin-left:58.33333333%
}
.w-col-tiny-offset-8 {
margin-left:66.66666667%
}
.w-col-tiny-offset-9 {
margin-left:75%
}
.w-col-tiny-offset-10 {
margin-left:83.33333333%
}
.w-col-tiny-offset-11 {
margin-left:91.66666667%
}
}
.w-widget {
	position:relative
}
.w-widget-map {
	width:100%;
	height:400px
}
.w-widget-map label {
	width:auto;
	display:inline
}
.w-widget-map img {
	max-width:inherit
}
.w-widget-map .gm-style-iw {
	width:90%!important;
	height:auto!important;
	top:7px!important;
	left:6%!important;
	display:inline;
	text-align:center;
	overflow:hidden
}
.w-widget-map .gm-style-iw+div {
	display:none
}
.w-widget-twitter {
	overflow:hidden
}
.w-widget-twitter-count-shim {
	display:inline-block;
	vertical-align:top;
	position:relative;
	width:28px;
	height:20px;
	text-align:center;
	background:#fff;
	border:#758696 solid 1px;
	border-radius:3px
}
.w-widget-twitter-count-shim * {
	pointer-events:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
	position:relative;
	font-size:15px;
	line-height:12px;
	text-align:center;
	color:#999;
	font-family:serif
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
	position:relative;
	display:block
}
.w-widget-twitter-count-shim.w--large {
	width:36px;
	height:28px;
	margin-left:7px
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
	font-size:18px;
	line-height:18px
}
.w-widget-twitter-count-shim:not(.w--vertical) {
margin-left:5px;
margin-right:8px
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
margin-left:6px
}
.w-widget-twitter-count-shim:not(.w--vertical):after, .w-widget-twitter-count-shim:not(.w--vertical):before {
top:50%;
left:0;
border:solid transparent;
content:" ";
height:0;
width:0;
position:absolute;
pointer-events:none
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
border-color:rgba(117, 134, 150, 0);
border-right-color:#5d6c7b;
border-width:4px;
margin-left:-9px;
margin-top:-4px
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
border-width:5px;
margin-left:-10px;
margin-top:-5px
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
border-color:rgba(255, 255, 255, 0);
border-right-color:#fff;
border-width:4px;
margin-left:-8px;
margin-top:-4px
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
border-width:5px;
margin-left:-9px;
margin-top:-5px
}
.w-widget-twitter-count-shim.w--vertical {
	width:61px;
	height:33px;
	margin-bottom:8px
}
.w-widget-twitter-count-shim.w--vertical:after, .w-widget-twitter-count-shim.w--vertical:before {
	top:100%;
	left:50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none
}
.w-widget-twitter-count-shim.w--vertical:before {
	border-color:rgba(117, 134, 150, 0);
	border-top-color:#5d6c7b;
	border-width:5px;
	margin-left:-5px
}
.w-widget-twitter-count-shim.w--vertical:after {
	border-color:rgba(255, 255, 255, 0);
	border-top-color:#fff;
	border-width:4px;
	margin-left:-4px
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
	font-size:18px;
	line-height:22px
}
.w-widget-twitter-count-shim.w--vertical.w--large {
	width:76px
}
.w-widget-gplus {
	overflow:hidden
}
.w-background-video {
	position:relative;
	overflow:hidden;
	height:500px;
	color:#fff;
	background-color:rgba(0, 0, 0, .3)
}
.w-background-video video {
	background-image:url(https://d3e54v103j8qbb.cloudfront.net/static/bgvideo-placeholder.svg);
	background-size:cover;
	background-position:50% 50%;
	position:absolute;
	right:-100%;
	bottom:-100%;
	top:-100%;
	left:-100%;
	margin:auto;
	min-width:100%;
	min-height:100%;
	z-index:-100
}
.w-slider {
	position:relative;
	height:300px;
	text-align:center;
	background:#ddd;
	clear:both;
	-webkit-tap-highlight-color:transparent;
	tap-highlight-color:transparent
}
.w-slider-mask {
	position:relative;
	display:block;
	overflow:hidden;
	z-index:1;
	left:0;
	right:0;
	height:100%;
	white-space:nowrap
}
.w-slide {
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:100%;
	white-space:normal;
	text-align:left;
	background-color:#fff
}
.w-slider-nav {
	position:absolute;
	z-index:2;
	top:auto;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	padding-top:10px;
	height:40px;
	text-align:center;
	-webkit-tap-highlight-color:transparent;
	tap-highlight-color:transparent
}
.w-slider-nav.w-round>div {
	-webkit-border-radius:100%;
	-webkit-background-clip:padding-box;
	-moz-border-radius:100%;
	-moz-background-clip:padding;
	border-radius:100%;
	background-clip:padding-box
}
.w-slider-nav.w-num>div {
	width:auto;
	height:auto;
	padding:.2em .5em;
	font-size:inherit;
	line-height:inherit
}

.w-slider-nav.w-shadow>div {
	-webkit-box-shadow:0 0 3px rgba(51, 51, 51, .4);
	-moz-box-shadow:0 0 3px rgba(51, 51, 51, .4);
	box-shadow:0 0 3px rgba(51, 51, 51, .4)
}
.w-slider-nav-invert {
	color:#fff
}
.w-slider-nav-invert>div {
	background-color:rgba(34, 34, 34, .4)
}
.w-slider-nav-invert>div.w-active {
	background-color:#222
}
.w-slider-dot {
	position:relative;
	display:inline-block;
	width:1em;
	height:1em;
	background-color:rgba(255, 255, 255, .4);
	cursor:pointer;
	margin:0 3px .5em;
-webkit-transition:background-color .1s, color .1s;
-moz-transition:background-color .1s, color .1s;
-o-transition:background-color .1s, color .1s;
transition:background-color .1s, color .1s
}
.w-slider-dot.w-active {
	background-color:#fff
}
.w-slider-arrow-left, .w-slider-arrow-right {
	position:absolute;
	width:80px;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	cursor:pointer;
	overflow:hidden;
	color:#d2d2d2;
	font-size:40px;
	-webkit-tap-highlight-color:transparent;
	tap-highlight-color:transparent;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.w-slider-arrow-left [class*=" w-icon-"], .w-slider-arrow-left [class^=w-icon-], .w-slider-arrow-right [class*=" w-icon-"], .w-slider-arrow-right [class^=w-icon-] {
position:absolute
}
.w-slider-arrow-left {
	z-index:3;
	right:auto
}
.w-slider-arrow-right {
	z-index:4;
	left:auto
}
.w-icon-slider-left, .w-icon-slider-right {
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	width:1em;
	height:1em
}
.w-dropdown {
	display:inline-block;
	position:relative;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	z-index:900
}
.w-dropdown-btn, .w-dropdown-link, .w-dropdown-toggle {
	position:relative;
	vertical-align:top;
	text-decoration:none;
	color:#222;
	padding:20px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	white-space:nowrap
}
.w-dropdown-toggle {
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	display:inline-block;
	cursor:pointer;
	padding-right:40px

}
.w-dropdown-toggle:focus {
	outline:0
}
.w-icon-dropdown-toggle {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	margin:auto;
	margin-right:20px;
	width:1em;
	height:1em
}
.w-dropdown-list {
	position:absolute;
	background:#ddd;
	display:none;
	min-width:100%
}
.w-dropdown-list.w--open {
	display:block
}
.w-dropdown-link {
	padding:10px 20px;
	display:block;
	color:#222
}
.w-dropdown-link.w--current {
	color:#0082f3
}
.w-nav[data-collapse=all] .w-dropdown, .w-nav[data-collapse=all] .w-dropdown-toggle {
	display:block
}
.w-nav[data-collapse=all] .w-dropdown-list {
	position:static
}
@media screen and (max-width:991px) {
.w-nav[data-collapse=medium] .w-dropdown, .w-nav[data-collapse=medium] .w-dropdown-toggle {
display:block
}
.w-nav[data-collapse=medium] .w-dropdown-list {
position:static
}
}

@media screen and (max-width:767px) {
.w-nav[data-collapse=small] .w-dropdown, .w-nav[data-collapse=small] .w-dropdown-toggle {
display:block
}
.w-nav[data-collapse=small] .w-dropdown-list {
position:static
}
.w-nav-brand {
padding-left:10px
}
}
@media screen and (max-width:479px) {
.w-nav[data-collapse=tiny] .w-dropdown, .w-nav[data-collapse=tiny] .w-dropdown-toggle {
display:block
}
.w-nav[data-collapse=tiny] .w-dropdown-list {
position:static
}
}
.w-lightbox-backdrop {
	color:#000;
	cursor:auto;
	font-family:serif;
	font-size:medium;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	letter-spacing:normal;
	line-height:normal;
	list-style:disc;
	text-align:start;
	text-indent:0;
	text-shadow:none;
	text-transform:none;
	visibility:visible;
	white-space:normal;
	word-break:normal;
	word-spacing:normal;
	word-wrap:normal;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	color:#fff;
	font-family:"Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
	font-size:17px;
	line-height:1.2;
	font-weight:300;
	text-align:center;
	background:rgba(0, 0, 0, .9);
	z-index:2000;
	outline:0;
	opacity:0;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-webkit-tap-highlight-color:transparent;
	-webkit-transform:translate(0, 0)
}
.w-lightbox-backdrop, .w-lightbox-container {
	height:100%;
	overflow:auto;
	-webkit-overflow-scrolling:touch
}
.w-lightbox-content {
	position:relative;
	height:100vh;
	overflow:hidden
}
.w-lightbox-view {
	position:absolute;
	width:100vw;
	height:100vh;
	opacity:0

}
.w-lightbox-view:before {
	content:"";
	height:100vh
}
.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
	height:86vh
}
.w-lightbox-frame, .w-lightbox-view:before {
	display:inline-block;
	vertical-align:middle
}
.w-lightbox-figure {
	position:relative;
	margin:0
}
.w-lightbox-group .w-lightbox-figure {
	cursor:pointer
}
.w-lightbox-img {
	width:auto;
	height:auto;
	max-width:none
}
.w-lightbox-image {
	display:block;
	float:none;
	max-width:100vw;
	max-height:100vh
}
.w-lightbox-group .w-lightbox-image {
	max-height:86vh
}
.w-lightbox-caption {
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	padding:.5em 1em;
	background:rgba(0, 0, 0, .4);
	text-align:left;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden
}
.w-lightbox-embed {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%
}
.w-lightbox-control {
	position:absolute;
	top:0;
	width:4em;
	background-size:24px;
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
-webkit-transition:all .3s;
transition:all .3s
}
.w-lightbox-left {
	display:none;
	bottom:0;
	left:0;
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==)
}
.w-lightbox-right {
	display:none;
	right:0;
	bottom:0;
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+)
}
.w-lightbox-close {
	right:0;
	height:2.6em;
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=);
	background-size:18px
}
.w-lightbox-strip {
	padding:0 1vh;
	line-height:0;
	white-space:nowrap;
	overflow-x:auto;
	overflow-y:hidden
}
.w-lightbox-item {
	display:inline-block;
	width:10vh;
	padding:2vh 1vh;
	box-sizing:content-box;
	cursor:pointer;
	-webkit-transform:translate3d(0, 0, 0)
}
.w-lightbox-active {
	opacity:.3
}
.w-lightbox-thumbnail {
	position:relative;
	height:10vh;
	background:#222;
	overflow:hidden
}
.w-lightbox-thumbnail-image {
	position:absolute;
	top:0;
	left:0
}
.w-lightbox-thumbnail .w-lightbox-tall {
	top:50%;
	width:100%;
	-webkit-transform:translate(0, -50%);
	-ms-transform:translate(0, -50%);
	transform:translate(0, -50%)
}
.w-lightbox-thumbnail .w-lightbox-wide {
	left:50%;
	height:100%;
	-webkit-transform:translate(-50%, 0);
	-ms-transform:translate(-50%, 0);
	transform:translate(-50%, 0)
}
.w-lightbox-spinner {
	position:absolute;
	top:50%;
	left:50%;
	box-sizing:border-box;
	width:40px;
	height:40px;
	margin-top:-20px;
	margin-left:-20px;
	border:5px solid rgba(0, 0, 0, .4);
	border-radius:50%;
-webkit-animation:spin .8s infinite linear;
animation:spin .8s infinite linear
}
.w-lightbox-spinner:after {
	content:"";
	position:absolute;
	top:-4px;
	right:-4px;
	bottom:-4px;
	left:-4px;
	border:3px solid transparent;
	border-bottom-color:#fff;
	border-radius:50%
}

.w-lightbox-hide {
	display:none
}
.w-lightbox-noscroll {
	overflow:hidden
}
@media (min-width:768px) {
.w-lightbox-content {
height:96vh;
margin-top:2vh
}
.w-lightbox-view, .w-lightbox-view:before {
height:96vh
}
.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
height:84vh
}
.w-lightbox-image {
max-width:96vw;
max-height:96vh
}
.w-lightbox-group .w-lightbox-image {
max-width:82.3vw;
max-height:84vh
}
.w-lightbox-left, .w-lightbox-right {
display:block;
opacity:.5
}
.w-lightbox-close {
opacity:.8
}
.w-lightbox-control:hover {
opacity:1
}
}
.w-lightbox-inactive, .w-lightbox-inactive:hover {
	opacity:0
}
.w-richtext:after, .w-richtext:before {
	content:" ";
	display:table
}
.w-richtext:after {
	clear:both
}
.w-richtext ol, .w-richtext ul {
	overflow:hidden
}
.w-richtext .w-richtext-figure-selected[data-rt-type=video] div:before {
	outline:2px solid #2895f7
}
.w-richtext .w-richtext-figure-selected[data-rt-type=image] div {
	outline:2px solid #2895f7
}
.w-richtext figure[data-rt-type=video]>div:before {
	content:'';
	position:absolute;
	display:none;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:1
}
.w-richtext figure {
	position:relative;
	max-width:60%
}
.w-richtext figure img, .w-richtext figure>div:before {
	cursor:default!important
}
.w-richtext figure img {
	width:100%
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
	opacity:.6
}
.w-richtext figure div {
	font-size:0;
	color:transparent
}
.w-richtext figure[data-rt-type=image] {
	display:table
}
.w-richtext figure[data-rt-type=image]>div {
	display:inline-block
}
.w-richtext figure[data-rt-type=image]>figcaption {
	display:table-caption;
	caption-side:bottom
}
.w-richtext figure[data-rt-type=video] {
	width:60%;
	height:0
}
.w-richtext figure[data-rt-type=video] iframe {
	position:absolute;
	top:0;

	left:0;
	width:100%;
	height:100%
}
.w-richtext figure[data-rt-type=video]>div {
	width:100%
}
.w-richtext figure.w-richtext-align-center {
	margin-right:auto;
	margin-left:auto;
	clear:both
}
.w-richtext figure.w-richtext-align-center[data-rt-type=image]>div {
	max-width:100%
}
.w-richtext figure.w-richtext-align-normal {
	clear:both
}
.w-richtext figure.w-richtext-align-fullwidth {
	width:100%;
	text-align:center;
	clear:both;
	display:block
}
.w-richtext figure.w-richtext-align-fullwidth>div {
	display:inline-block;
	padding-bottom:inherit
}
.w-richtext figure.w-richtext-align-fullwidth>figcaption {
	display:block
}
.w-richtext figure.w-richtext-align-floatleft {
	float:left;
	margin-right:15px;
	clear:none
}
.w-richtext figure.w-richtext-align-floatright {
	float:right;
	margin-left:15px;
	clear:none
}
.w-editor-mount .w-dyn-list figure[data-rt-type=video]>div:before, .w-editor-mount .w-rte-editable figure[data-rt-type=video]>div:before, .wf-design-mode figure[data-rt-type=video]>div:before {
	display:block
}
.w-editor-mount .w-rte-editable {
	cursor:text
}
.w-nav {
	position:relative;
	background:#ddd;
	z-index:1000
}
.w-nav:after, .w-nav:before {
	content:" ";
	display:table
}
.w-nav:after {
	clear:both
}
.w-nav-brand {
	position:relative;
	float:left;
	text-decoration:none;
	color:#333
}
.w-nav-link {
	position:relative;
	display:inline-block;
	vertical-align:top;
	text-decoration:none;
	color:#222;
	padding:20px;
	text-align:left;
	margin-left:auto;
	margin-right:auto
}
.w-nav-link.w--current {
	color:#0082f3
}
.w-nav-menu {
	position:relative;
	float:right
}
.w--nav-menu-open {
	display:block!important;
	position:absolute;
	top:100%;
	left:0;
	right:0;
	background:#c8c8c8;
	text-align:center;
	overflow:visible;
	min-width:200px
}
.w--nav-link-open {
	display:block;
	position:relative
}
.w-nav-overlay {
	position:absolute;
	overflow:hidden;
	display:none;
	top:100%;
	left:0;
	right:0;
	width:100%
}
.w-nav-overlay .w--nav-menu-open {
	top:0
}
.w-nav[data-animation=over-left] .w-nav-overlay {
	width:auto
}
.w-nav[data-animation=over-left] .w--nav-menu-open, .w-nav[data-animation=over-left] .w-nav-overlay {
	right:auto;
	z-index:1;
	top:0
}
.w-nav[data-animation=over-right] .w-nav-overlay {
	width:auto
}
.w-nav[data-animation=over-right] .w--nav-menu-open, .w-nav[data-animation=over-right] .w-nav-overlay {
	left:auto;
	z-index:1;
	top:0
}
.w-nav-button {
	position:relative;
	float:right;
	padding:18px;
	font-size:24px;
	display:none;
	cursor:pointer;
	-webkit-tap-highlight-color:transparent;
	tap-highlight-color:transparent;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.w-nav-button.w--open {
	background-color:#c8c8c8;
	color:#fff
}
.w-nav[data-collapse=all] .w-nav-menu {
	display:none
}
.w-nav[data-collapse=all] .w-nav-button {
	display:block
}
@media screen and (max-width:991px) {
.w-nav[data-collapse=medium] .w-nav-menu {
display:none
}
.w-nav[data-collapse=medium] .w-nav-button {
display:block
}
}
@media screen and (max-width:767px) {
.w-nav[data-collapse=small] .w-nav-menu {
display:none
}
.w-nav[data-collapse=small] .w-nav-button {
display:block
}
.w-nav-brand {
padding-left:10px
}
}
@media screen and (max-width:479px) {
.w-nav[data-collapse=tiny] .w-nav-menu {
display:none
}
.w-nav[data-collapse=tiny] .w-nav-button {
display:block
}
}
.w-tabs {
	position:relative
}
.w-tabs:after, .w-tabs:before {
	content:" ";
	display:table
}
.w-tabs:after {
	clear:both
}
.w-tab-menu {
	position:relative
}
.w-tab-link {
	position:relative;
	display:inline-block;
	vertical-align:top;
	text-decoration:none;
	padding:9px 30px;
	text-align:left;
	cursor:pointer;
	color:#222;
	background-color:#ddd
}
.w-tab-link.w--current {
	background-color:#c8c8c8
}
.w-tab-content {
	position:relative;
	display:block;
	overflow:hidden
}
.w-tab-pane {
	position:relative;
	display:none
}
.w--tab-active {
	display:block
}
@media screen and (max-width:479px) {
.w-tab-link {
display:block
}
}
.w-ix-emptyfix:after {
	content:""
}
@-webkit-keyframes spin {
0% {
-webkit-transform:rotate(0)
}
100% {
-webkit-transform:rotate(360deg)
}
}
@keyframes spin {
0% {
transform:rotate(0)
}
100% {
transform:rotate(360deg)
}
}
.w-dyn-empty {
	padding:10px;
	background-color:#ddd
}
.w-condition-invisible {
	display:none!important
}
body {
	background-color: #130906;
	/* font-family:'Open Sans',sans-serif; */
	/* line-height:20px; */
}
.modal-background {
	bottom:0;
	display:none;
	height:100%;
	left:0;
	padding-bottom:81px;
	padding-top:150px;
	position:fixed;
	right:0;
	top:0;
	z-index:5000000;
	background-color:rgba(0, 0, 0, .43)
}
.modal-window {
	border-radius:4px;
	box-shadow:rgba(0, 0, 0, .14) 0 0 0 1px rgba(0, 0, 0, .41) 0 0 17px 0;
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:37%
}
.close-modal {
	color:rgba(0, 0, 0, .49);
	float:right;
	font-size:18px;
	text-decoration:none;
	text-transform:uppercase;
	position:absolute;
	margin-top:-24px;
	margin-left:-20px
}
h1 {
	margin-top:20px;
	margin-bottom:10px;
	font-size:38px;
	line-height:44px;
	font-weight:100
}
h2 {
	margin-top:20px;
	margin-bottom:10px;
	font-size:32px;
	line-height:36px;
	font-weight:100
}
h3 {
	margin-top:20px;
	margin-bottom:10px;
	font-size: 18px;
	line-height:30px;
	font-weight:100;
	background: #00bf27;
	float: left;
	width: 100%;
	border-radius: 2px;
	padding: 6px 15px;
	color: #FFF;
	font-weight: 400;
	text-transform: uppercase;
}
h4 {
	margin-top: 20px;
	margin-bottom:10px;
	font-size:18px;
	line-height:24px;
	font-weight:700;
	color:#5ba53a;
}
h5 {
	margin-top:10px;
	margin-bottom:10px;
	font-size:14px;
	line-height:20px;
	font-weight:100
}
h6 {
	margin-top:10px;
	margin-bottom:10px;
	font-size:12px;
	line-height:18px;
	font-weight:100
}
p {
	margin-bottom:15px;
	/* font-family:'Open Sans',sans-serif; */
	font-size: 18px;


	font-weight: 400;
	line-height: 25px;
	color: #ffffff !important;
}
a {
	color:#5ba53a
}
a:hover {
	color:#555;
	opacity: 0.8;
}
.button {
	display:inline-block;
	margin-top:15px;
	padding: 8px 30px;
	border-radius:3px;
	background-color:#4e8f32;
	-webkit-transition:background-color 250ms ease;
	transition:background-color 250ms ease;
	font-weight:500;
	color:#fff;
	line-height:26px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
.button:hover {
	background-color:#5b5b5b;
	color:#fff
}
.button.cta-button {
	margin-top:0;
	margin-left:10px;
	padding-right:25px;
	padding-left:25px;
	border:2px solid #5b5b5b;
	background-color:#5b5b5b;
-webkit-transition:background-color 250ms ease, border .3s ease;
transition:background-color 250ms ease, border .3s ease;
	line-height:41px;
	font-weight:100;
	text-transform:uppercase
}
.button.cta-button:hover {
	border-color:#4e8f32;
	background-color:#4e8f32
}
.button.cta-button.outline {
	background-color:transparent
}
.button.cta-button.outline:hover {
	background-color:#4e8f32
}
.button.orange {
	background-color:#5b5b5b
}
.button.orange:hover {
	background-color:#4e8f32
}
.button.slider-button {
	border:2px solid #5ba53a;
	background-color:#5ba53a;
	-webkit-transition:background-color 250ms ease, border 250ms ease;
	transition:background-color 250ms ease, border 250ms ease;
	font-size:16px
}
.button.slider-button:hover {
	border-color:#4e8f32;
	background-color:#4e8f32
}
.button.slider-button.slider-outline-button {
	margin-left:5px;
	border-color:#fff;
	background-color:rgba(0, 0, 0, .28)
}
.button.slider-button.slider-outline-button:hover {
	border-color:#4e8f32;
	background-color:#4e8f32
}
.navbar {
	position:relative;
	z-index:1000;
	overflow:visible;
	border-radius:3px;
	background-color:#fff;
	text-align:center
}
.logo-container {
	/* width:225px; */
}
.nav-link {
-webkit-transition:background-color .2s ease;
transition:background-color .2s ease;
	color:#fff;
	font-size:16px;
	font-weight:600;
	letter-spacing:0;
	text-transform:uppercase
}
.nav-link:hover {
	background-color:#4e8f32;
	color:#fff
}
.nav-link.w--current {
	opacity:.6;
	color:#fff
}
.nav-link.w--current:hover {
	background-color:transparent
}
.nav-link.highlight {
	float:right;
	border-left:1px none #005220;
	border-top-right-radius:3px;

	border-bottom-right-radius:3px;
	background-color:#005220
}
.nav-link.highlight:hover {
	background-color:#2e3538
}
.nav-link.highlight.w--current {
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	background-color:#5b5b5b;
	opacity:1;
	color:#fff

}
.nav-link.dropdown {
	padding-right:30px
}
.nav-link.dropdown.w--open {
	background-color:#1d8ac4;
	color:#fff
}
.header-contact-block {
	width:282px;
	margin-top:4px;
	margin-left:10px;
	float:right
}
.header-contact-icon {
	margin-top:1px;
	margin-right:18px;
	float:left;
	opacity:.2;
	width:21px
}
.header-contact-text {
	margin-top:2px;
	float:left;
	color:#919191;
	font-size:11px;
	line-height:14px
}
.hero-slider {
	height:430px;
	background-color:#fff
}
.hero-slide {
	background-position:50% 35%;
	background-size:contain;
	background-repeat:no-repeat
}
.hero-slide._2 {
	background-position:50% 0
}
.hero-slide._3 {
	background-position:50% -127px
}
.hero-slide-title {
	margin-bottom:0;
	font-weight:700;
	color:#fff;
	font-size:32px;
	line-height:46px;
	text-shadow:0 0 6px rgba(0, 0, 0, .4)
}
.hero-container {
	position:relative;
	height:100%;
	color:#fff;
	text-align:center
}
.container {
	position:relative;
}
.container.centered {
	text-align:center
}
.container.page-header-container {
	text-align:center
}
.home-intro-column {/* padding-right:32px *//* border: 1px solid #ffffffa8; */margin-bottom: 10px;padding: 20px 20px 10px 10px;border-radius: 16px;box-shadow: 1px 1px 0px 0px rgb(0 0 0 / 74%), 0 2px 10px 0 rgb(0 0 0 / 62%);background: #ffffff;}
.home-slider-button {
	width:60px;
	height:100px;
	font-size:50px
}
.home-slider-button:hover {
	width:70px;
	background-color:rgba(0, 0, 0, .3)
}
.home-intro-title {
	margin-bottom:24px;
	text-align:left;
	font-size:29px;
	line-height:25px
}
.footer {
	background-color:#2d3033;
	background-image:url();
	background-position:50% 90%;
	color:#fff;
	list-style-type:decimal;
	margin-top:35px
}
.cta-title {
	margin-bottom:4px;
	color:#fff;
	font-size:24px;
	line-height:26px;
	font-weight:100
}
.cta-title.subtitle {
	color:#5b5b5b;
	font-size:16px;
	font-weight:100
}
.field {
	width:100%;
	height:50px;
	margin-bottom:3px;
	border:2px solid #e8e8e8;
	border-radius:0;
	background-color:#fff;
	-webkit-transition:border 250ms ease;
	transition:border 250ms ease;
	font-family:'Open Sans', sans-serif
}
.field:hover {
	border-color:#a8b0bd;
	background-color:#fff
}
.field:focus {
	border-color:#4e8f32;
	box-shadow:0 0 13px 0 rgba(32, 157, 226, .3)
}
.field.area {
	height:150px
}
.field.first-half {
	width:98%;
	float:left
}
.field.second-half {
	width:98%;
	float:right
}
.field.contact-field {
	border-color:#e0e0e0;
	background-color:#fff
}
.field.contact-field:hover {
	border-color:#a8b1b5
}
.field.contact-field:focus {
	border-color:#4e8f32
}
.field.contact-area-field {
	height:170px;
	padding-top:12px;
	border-color:#e0e0e0;
	background-color:#fff
}
.field.contact-area-field:hover {
	border-color:#968f8f
}
.field.contact-area-field:focus {
	border-color:#4e8f32
}
.cta-col-right {
	text-align:right
}
.intro-icons {
	height:50px;
	margin-top:2px;
	margin-right:19px;
	float:left
}
._2-col-section-col-left {
	height:250px;
	background-color:#5ba53a;
	color:#fff;
	line-height:18px
}
._2-col-section-col-right {
	height:250px;
	padding-right:0;

	padding-left:0;
	background-color:#d4d4d4;
	background-image:url(../imagens/fundoindex.png);
	background-position:center top;
	background-size:cover
}
._2-col-section-content-block {
	width:470px;
	height:100%;
	padding-top:51px;
	padding-right:56px;
	float:right
}
._2-col-section-content-block.right {
	padding-top:50px;

	padding-right:45px;
	padding-left:45px;
	float:left;
	text-align:center
}
.intro-col-right-overlay {
	width:100%;
	height:100%;
	background-color:rgba(225, 229, 235, .85)
}
.section-title-wrapper {
	margin-bottom: 20px;
	text-align:center;
	margin-top: 15px;
}
.section-title-wrapper.left-align {
	text-align:left
}
.section-title {
	position:relative;
	left:0;
	top:0;
	z-index:10;
	display:inline-block;
	margin-top:0;
	margin-bottom:0;
	padding-right:20px;
	background-color:#fff;
	color: #5b5b5b;
	font-size: 22px;
	line-height:32px;
	font-weight:700;
}
.section-title.subtitle {
	margin-top:7px;
	margin-bottom:0;
	background-color:transparent;
	color:#5b5b5b;
	font-size:17px;
	line-height:20px;
	font-weight:100
}
.section-title.smaller {
	display:block;
	background-color:transparent;
	font-size:30px;
	line-height:29px;
	font-weight:100
}
.section-title.tint {
	background-color:#f2f3f5
}
.section {
	padding-top:50px;
	background-color:#fff
}
.section.intro-features-section {
	padding-top:100px;
	padding-bottom:0
}
.section.tint {
	background-color:#f2f3f5
}
.section.tint.testimonials {
	padding-bottom:57px
}
.section.dark {
	background-color:#363b47;
	color:#fff
}
.section.team-section {
	padding-bottom:0;
	border-top:1px solid #ebeced
}
.services-image-block {
	display:block;
	overflow:hidden;
	width:100%;
	height:160px;
	border-radius:5px;
	background-color:#5b5b5b;
	background-image:url(https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png);
	background-position:50% 50%;
	background-size:cover;
	text-decoration:none
}
.services-overlay {
	width:100%;
	height:100%;
	padding-top:70px;
	background-color:rgba(91, 165, 58, .82);
-webkit-transition:background-color .3s ease;
transition:background-color .3s ease;
	text-align:center
}
.services-overlay:hover {
	background-color:rgba(36, 82, 14, .86)

}
.services-title {
	color:#fff;
	font-size:19px;
	font-weight:600;
	text-shadow:0 0 4px rgba(0, 0, 0, .5);
	text-transform:uppercase
}
.services-section {
	background-image:none
}
.services-section-overlay {
	padding-top:30px;
	padding-bottom:95px;
	background-color:#fff;
	color:#fff
}
.footer-title {
	margin-bottom: 7px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #643e35;
	/* text-transform: uppercase; */
	letter-spacing: -0.5px;
	width: 96%;
	padding-left: 0px;
	font-weight: 500;
	float: left;
	font-weight: 600;
	/* border-bottom: 1px solid #cccccc8a; */
	padding-bottom: 0px;
}
.bottom-footer {
	margin-top: 0;
	padding-top: 30px;
	padding-bottom: 18px;
	border-top:1px solid rgba(88, 91, 94, .49);
	background-color: #161314;
	background-image:url(../imagens/fundo.jpg);
	text-align: center;
}
.bottom-footer-paragraph {
	color:
	rgba(255, 255, 255, .44);
	font-size:14px;
	line-height: 20px;
	color: #9b937d !important;
	text-align: center;
}
.footer-list-item {
	margin-bottom:7px
}
.link {
	font-family:'Open Sans', sans-serif;
	color:#5ba53a;
	text-decoration:none
}
.link:hover {
	color:#42792b
}
.link.footer-link {
	display:block;
	color:#949494;
	text-decoration:none
}
.link.footer-link:hover {
	color:#fff
}
.link.article-link {
	display:block;
	margin-top:7px;
	margin-bottom:11px;
	color:#4e8f32;
	font-size:13px;
	line-height:19px;
	font-weight:100
}
.link.article-link:hover {
	color:#093
}
.link.read-more-link {
	display:inline-block;
	margin-top:5px;
	padding-right:30px;
	background-image:url();
	background-position:100% 50%;
	background-size:auto 13px;
	background-repeat:no-repeat;
-webkit-transition:background-position .3s ease;
transition:background-position .3s ease
}
.link.read-more-link:hover {
	background-position:129% 50%
}
.link.right-read-more-link {
	display:inline-block;
	padding-right:25px;
	float:right;
	background-image:url(http://uploads.webflow.com/55d835eca811abde4e36a28e/55d899baa811abde4e36b031_Icon-arrow-blue.png);
	background-position:100% 50%;
	background-size:auto 15px;
	background-repeat:no-repeat;
-webkit-transition:background-position .3s ease;
transition:background-position .3s ease
}
.link.right-read-more-link:hover {
	background-position:117% 50%
}
.link.recent-news-link-title {
	display:block;
	margin-bottom:9px;
	font-size: 16px;
	line-height:21px;


	font-weight:600;
}
.link.header-contact-link {
	font-size:17px;
	font-weight: 500;
}
.link.sidebar-list-link {
	display:block;
	padding:15px 25px;
	font-size:16px;
	font-weight:100
}
.link.sidebar-list-link.w--current {
	background-color:#f7f7f7;
	color:#5b5b5b
}
.link.sidebar-list-link.last {
	border-bottom-width:0
}
.link.blog-post-link {
	display:block;
	width:80%;
	margin-bottom:10px;
	font-size:24px;
	line-height:27px
}
.link.with-arrow {
	padding-right:19px;
	background-image:url();
	background-position:100% 50%;
	background-size:auto 13px;
	background-repeat:no-repeat;
	-webkit-transition:background-position 250ms ease;
	transition:background-position 250ms ease
}
.link.with-arrow:hover {
	background-position:128% 50%
}
.slide-paragraph {
	display:block;
	width:68%;
	margin-right:auto;
	margin-left:auto;
	font-size:21px;
	line-height:25px;
	text-shadow:0 0 5px rgba(0, 0, 0, .5);
	text-align:center;
	font-weight:100
}
.hero-slide-overlay {
	width:100%;
	height:100%
}
.nav-menu {
	float:none;
	text-align:left
}
.top-nav-content-block {
	height:45px;
	margin-left:12px;
	padding-top:12px;
	padding-left:12px;
	float:right;
	border-left:1px solid #e8e8e8
}
.top-nav-content-block.left {
	margin-left:0;
	padding-left:0;
	float:left;
	border-left-style:none
}
.top-nav-icon {
	height:17px;
	margin-right:10px;
	float:left;
	opacity:.3
}
.top-header {
	height:45px;
	background-color:#f5f5f5
}
.top-social-block {
	width:20px;
	height:20px;
	margin-left:2px;
	padding-top:1px;
	border-radius:3px;
	background-color:#c7c7c7;
-webkit-transition:background-color .3s ease;
transition:background-color .3s ease;
	text-align:center
}
.top-social-block:hover {
	background-color:#4e8f32
}
.top-social-icon {
	height:12px;
	margin-top:-3px
}
.header-wrapper {
	position:relative;
	z-index:900;
	/* background-color: #242425; */
	padding: 5px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 10px;
}
.contact-header {
	/* padding-top:18px; */
	padding-bottom:0
}
.text-logo {
	margin-top:10px;
	margin-bottom:0;
	font-size:29px;
	line-height:25px
}
.text-logo.subtitle {
	margin-top:0;
	color:#c4c4c4;
	font-size:15px;
	line-height:21px;
	font-weight:100;
	letter-spacing:0
}
.header-contact-title {
	margin-top:6px;
	line-height:15px;
	margin-top:6px;
	font-size:16px;
	line-height:19px;
	color:#9a9a9a
}
.header-contact-title._2 {
	margin-top:0;
	font-size:12px;
	line-height:17px;
	font-weight:100
}
.nav-container {
	position:relative;
	bottom:-29px;
	z-index:30;
	border-radius:3px;
	background-color:#5ba53a;
	color:#fff
}
.hero-content-block {
	position:absolute;
	left:0;

	top:50%;
	right:0;
	display:block;
	width:90%;
	margin-right:auto;
	margin-left:auto;
	-webkit-transform:translate(0, -50%);
	-ms-transform:translate(0, -50%);
	transform:translate(0, -50%)
}
.lawyer-intro {
	position:absolute;
	left:-70px;
	bottom:0;
	height:490px
}
.lawyer-intro._2 {
	position:absolute;
	left:105px;
	height:430px
}
.features-row {
	margin-bottom:22px
}
.feature-block {
	position:relative;
	padding-left:46px
}
.feature-icon {
	position:absolute;
	left:0;
	top:0;
	height:25px
}
.feature-title {
	margin-bottom:4px;
	font-size:16px;
	font-weight:100
}
.image-section {/* background-image:url(../imagens/fundoindex.png); */
	background-position:right top;
	background-repeat:no-repeat;
}
.image-section-overlay {
	padding-top: 0;
	padding-bottom: 0px;
	/* background-image: -webkit-linear-gradient(0deg, #333333 38%, hsla(0, 0%, 100%, 0) 60%); */
	/* background-image: linear-gradient(90deg, #2f2426 38%, hsl(0deg 25.08% 24.55%) 60%); */
}
.form {
	margin-bottom:0
}
.form-row {
	margin-bottom:6px
}
.field-label {
	margin-bottom:7px;
	font-size:15px;
	font-weight:100;
	color:#404040
}
.field-label.sublabel {
	margin-bottom:7px;
	color:#a3a3a3;
	font-size:13px;
	font-weight:400
}
.article-block {
	width:100%;
	margin-bottom:20px;
	padding:30px;
	border-radius:4px;
	background-color:#fff;
	box-shadow:0 0 6px 0 rgba(0, 0, 0, .1);
	color:#000;
	text-align:left
}
.article-icon {
	height:40px;
	margin-bottom:7px
}
.read-more-block {
	margin-top:20px;
	padding:15px;
	border-radius:3px;
	background-color:#e6e8ed
}
.read-more-title {
	float:left;
	font-family:'Open Sans', sans-serif
}
.recent-news-post {
	position:relative
}
.recent-news-date {
	position:absolute;
	top:20px;
	right:20px;
	padding-top:1px;
	padding-right:9px;
	padding-left:9px;
	border-radius:2px;
	background-color:#5ba53a;
	color:#fff;
	font-size:15px;

	line-height:22px;
	text-transform:uppercase
}
.widget-block {
	overflow:hidden;
	margin-bottom:25px;
	border-radius:4px;
	background-color:#fff;/* box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.08); */
	box-shadow: 0 0 19px 0 rgba(0, 0, 0, .2);
}
.recent-news-list-item {
	padding:15px 25px;
	border-bottom:1px solid #ededed
}
.recent-news-date-title {
	margin-top:-2px;
	color:#ababab;
	font-size:15px;
	line-height:14px;
	font-weight:100
}
.section-title-block {
	position:relative;
	margin-bottom:30px
}
.section-title-line {
	margin-bottom:6px;
	color:#6d6d6d;
	font-size:27px;
	line-height:28px;
	font-weight:700;
	border-bottom:3px solid;
	padding-top:10px;
	border-color: #bdbdbd;
}
.image-section-title {
	margin-bottom:6px;
	color:#58585a;
	font-size: 25px;
	line-height:28px;
	font-weight:700;
}
.image-section-title.subtitle {
	margin-top:5px;
	color:#4d8b32;
	font-size: 22px;
	line-height:28px;
	font-weight:100;
}
.gray-image-section {
	background-color:#e6e6e6;
	background-image:url(http://uploads.webflow.com/55d835eca811abde4e36a28e/55d85567a811abde4e36a631_Slide-image3.jpg);
	background-position:50% 0;

	background-size:cover;
	background-attachment:fixed
}
.gray-image-section-overlay {
	width:100%;
	height:100%;
	padding-top:100px;
	padding-bottom:100px;
	background-color:hsla(0, 0%, 91%, .9)
}
.large-paragraph {
	font-size:18px;
	line-height:25px
}
.quote-wrapper {
	display:inline-block;
	width:60%
}
.quote-divider-line {
	display:block;
	width:40%;
	height:1px;
	margin-right:auto;
	margin-bottom:44px;
	margin-left:auto;
	background-color:rgba(0, 0, 0, .09)
}
.footer-overlay {
	padding-top:50px;/* border-top-width:1px; */
	border-top-style:solid;
	border-top-color: #f2f3f5;
	background-color: rgb(255, 255, 255);
	background-image:-webkit-radial-gradient(circle farthest-corner at 50% 50%, rgba(255, 255, 255, .95), rgba(51, 51, 51, .95));
	background-image:radial-gradient(circle farthest-corner at 50% 50%, rgba(72, 80, 102, 0), rgba(255, 255, 255, .95));
}
.intro-lawyers {
	position:static;
	left:0;
	bottom:0;
	display:block
}
.lawyer-name {
	position:absolute;
	left:-50px;
	bottom:80px;
	padding-right:9px;
	padding-left:9px;
	border-radius:3px;
	background-color:#000;
	color:#fff;
	line-height:22px
}
.lawyer-name._2 {
	left:145px;
	bottom:145px
}
.footer-column-right {
	text-align:right
}
.page-header {
	padding-bottom:60px;
	border-top:1px solid #e3e3e3;
	background-color:#f5f5f5;
	background-image:url(../imagens/fundo.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
.page-header.dark {
	border-top-style:none;
	background-color:#172333;
	color:#fff
}
.page-header.dark.without-heading {
	height:60px;
	padding-top:0;
	padding-bottom:0
}
.page-header-title {
	margin-top:0;
	margin-bottom:0;
	font-size:30px;
	font-weight:100
}
.page-header-title.subtitle {
	margin-top:13px;
	color:#5ba53a;
	font-size:18px;
	line-height:20px
}
.column-intro-title {
	margin-top:0;
	margin-bottom:20px;
	font-size:22px;
	line-height:27px;
	font-weight:100
}
.column-intro-title.smaller {
	margin-bottom:10px;
	color:#5b5b5b;
	font-size:18px;
	line-height:23px
}
.column-image {
	margin-bottom:25px;
	border-radius:3px
}
.content-column-1 {
	padding-right:20px
}
.cta-section {
	padding-top:35px;
	padding-bottom:25px;
	background-color:#172333
}
.dropdown-icon {
	margin-right:10px;
	opacity:.5
}
.dropdown-list.w--open {
	overflow:hidden;
	margin-top:10px;
	border-radius:3px;
	background-color:#fff;
	box-shadow:0 0 6px 0 rgba(0, 0, 0, .1);
	color:#000
}
.dropdown-link-item {
	border-bottom:1px solid #f3f3f3;
-webkit-transition:background-color .2s ease, color .2s ease;
transition:background-color .2s ease, color .2s ease;
	color:#000;
	text-decoration:none
}
.dropdown-link-item:hover {
	background-color:#eef0f3;
	color:#000
}
.dropdown-link-item.w--current {
	color:#5b5b5b
}
.dropdown-link-item.w--current:hover {
	background-color:#fff
}
.column-right {
	padding-left:25px
}
.icon-list-item {
	position:relative;
	margin-bottom:18px;
	padding-right:25px;
	padding-left:93px
}
.icon-list-item.smaller {
	padding-left:55px
}
.icon-list-item.smaller.last {
	margin-bottom:-10px
}
.list-icon {
	position:absolute;
	left:0;
	top:7px;
	height:60px
}
.list-icon.small {
	height:40px
}
.list-title {
	margin-bottom:7px;
	color:#5b5b5b;
	font-size:18px
}
.team-profile-image {
	position:absolute;
	left:0;
	bottom:0;
	height:520px
}
.team-profile-image.odd {
	left:auto;
	right:0;
	bottom:0;
	height:530px
}
.team-row {
	margin-bottom:80px
}
.team-info-col-right {
	padding-left:50px
}
.team-title {
	color:#5b5b5b;
	font-size:40px
}
.team-title.subtitle {
	margin-top:8px;
	margin-bottom:15px;
	color:#030303;
	font-size:18px;
	line-height:30px
}
.team-contact-list {
	margin-top:20px
}
.team-contact-list-item {
	margin-bottom:11px;
	padding-bottom:11px;
	border-bottom:1px solid #ededed
}
.team-contact-list-item.social-icons {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom-style:none
}
.team-contact-icon {
	height:20px;
	margin-right:8px;
	float:left
}
.team-contact-text {
	float:left;
	font-family:'Open Sans', sans-serif;
	font-size:14px
}
.team-social-block {
	width:30px;
	height:30px;
	margin-right:3px;
	padding-top:4px;
	border-radius:2px;
	background-color:#c3c5c7;
-webkit-transition:background-color .3s ease;
transition:background-color .3s ease;
	text-align:center
}
.team-social-block:hover {
	background-color:#3f4245
}
.team-social-icon {
	width:17px;
	height:17px
}
.team-info-col-left {
	padding-right:40px
}
.overall-content-column-left {
	padding-right:35px
}
.widget-image-block {
	display:block;
	background-position:50% 50%;
	background-size:cover;
	text-decoration:none
}
.widget-image-block-overlay {
	padding:115px 25px 35px
}
.imagenfundo {
	display:block;
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat
}
.widget-image-block-overlay:hover {
	background-color:transparent
}
.widget-image-block-overlay._404 {
	padding-top:110px
}
.image-block-title {
	color:#fff;
	font-size:25px
}
.service-blocks-row {
	margin-top:35px;
	margin-bottom:25px
}
.service-block-column.right {
	text-align:right
}
.service-link-block {
	position:relative;
	display:inline-block;
	padding:25px 25px 25px 20px;
	border:0 solid rgba(0, 0, 0, .1);
	border-radius: 0px;
	background-color:#fff;/* box-shadow:0 0 9px 0 rgba(0,0,0,.1); */
	-webkit-transition:border 250ms ease;
	transition:border 250ms ease;
	color: #5b5b5b;
	text-align: center;
	text-decoration:none;
	height: 435px;
	width: 95%;
}
.service-link-block:hover {/* box-shadow:0 0 9px 0 rgba(0,0,0,.3) */
}
.service-block-icon {
	left:25px;
	top:25px;/* height:196px; */
	padding: 6px;
	border-radius: 4px;
	background-color: #7b7b7b;
	width: 100%;
}
.service-block-title {
	margin-bottom:2px;
	font-size:16px;
	font-weight:100;
	font-family:'Roboto', sans-serif;
}
.service-block-paragraph {
	margin-bottom:0;
	color: #ababab;
	font-size: 16px;
	line-height:19px;
}
.contact-us-map {
	height:105%;
	padding-left:600px
}
.contact-section {
	position:relative;
	overflow:hidden;
	height:100px
}
.contact-section-overlay {
	position:absolute;
	left:0;
	top:0;
	right:0;
	z-index:10;
	width:100%;
	height:100%;
	padding-top:120px;
	padding-bottom:90px;
	background-image:-webkit-linear-gradient(0deg, #edeff2 42%, hsla(0, 0%, 100%, 0) 81%);
	background-image:linear-gradient(90deg, #edeff2 42%, hsla(0, 0%, 100%, 0) 81%)
}
.contact-column-right {
	padding-top:94px;
	padding-right:65px;
	padding-left:65px
}
.contact-block {
	margin-bottom:7px;
	padding:25px 25px 15px;
	border-radius:3px;
	background-color:hsla(0, 0%, 100%, .7);
-webkit-transition:background-color .3s ease, box-shadow .3s ease;
transition:background-color .3s ease, box-shadow .3s ease
}
.contact-block:hover {
	background-color:#fff;
	box-shadow:0 0 13px 0 rgba(0, 0, 0, .1)
}
.contact-block-title {
	margin-bottom:7px;a
	color:#5b5b5b;

	font-size:21px
}
.contact-icon {
	height:20px;
	margin-right:10px;
	float:left
}
.contact-us-title {
	font-size: 26px;
	line-height: 28px;
	color: #ffcf99;
	text-align: center;
}
.contact-us-title.subtitle {
	margin-top:14px;
	color:#5ba53a;
	font-size:17px;
	font-weight:100
}
.success-bg {
	padding-top:35px;
	padding-left:15px;
	border-radius:3px;
	background-color:#4e8f32;
	color:#fff
}
.error-bg {
	padding-top:22px;
	padding-bottom:8px;
	padding-left:15px;
	border-radius:3px;
	color:#d60606
}
.page-title-wrapper {
	margin-bottom:45px
}
.blog-post {
	position:relative;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #e8e8e8
}
.blog-post-date {
	margin-top:13px;
	margin-bottom:10px;
	color:#ababab;
	font-size:15px;
	font-weight:100
}
.widget-content-block {
	padding:25px
}
.content-info-block {
	margin-bottom:19px;
	padding-bottom:14px;
	border-bottom:1px solid #e8e8e8
}
.content-info-block.last {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom-style:none
}
.contact-info-text {
	margin-bottom:0
}
.blog-author-image {
	width:80px;
	height:80px;
	margin-right:21px;
	float:left;
	border-radius:100%
}
.blog-author-title {
	margin-top:20px
}
.blog-author-title._2 {
	margin-top:0;
	color:#5b5b5b;
	font-size:24px
}
.blog-post-title {
	margin-top:0;
	font-size:28px;
	line-height:34px
}
.logo-block {
	width:60px;
	height:60px;
	margin-right:16px;
	padding-top:16px;
	float:left;
	border-radius:3px;
	background-color:#172333;
-webkit-transition:background-color .1s ease;
transition:background-color .1s ease;
	text-align:center
}
.logo-block:hover {
	background-color:#5b5b5b
}
.logo-icon {
	height:30px
}
.client-testimonial {
	position:relative;
	z-index:10;
	margin-bottom:0;
	color:#9c9c9c;
	font-size:17px;
	line-height:24px
}
.client-block-square {
	position:absolute;
	top:47%;
	right:0;
	display:block;
	width:25px;
	height:22px;
	margin-right:auto;
	margin-left:auto;
	background-color:#fff;
	-webkit-transform:rotate(45deg) translate(0, -50%);
	-ms-transform:rotate(45deg) translate(0, -50%);
	transform:rotate(45deg) translate(0, -50%)
}
.client-testimonial-name {
	margin-top:0;
	font-size:20px
}
.client-testimonial-name.subtitle {
	margin-top:4px;
	color:#5b5b5b;
	font-size:11px;
	line-height:18px
}
.service-item {
	padding-bottom:20px
}
.blog-posts-column {
	width:65%;
	padding-right:40px;
	float:left
}
.blog-posts-column._2 {
	width:35%;
	padding-right:0;
	float:right
}
.service-block-column {
	margin-top:20px
}
.blog-post-image-block {
	width:200px;
	height:133px;
	margin-bottom:23px;
	border-radius:5px;
	background-image:url(https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png);
	background-position:50% 50%;
	background-size:cover;
	float:left;
	margin-right:20px
}
.blog-post-image-block2 {
	width:350px;
	height:225px;
	margin-bottom:23px;
	border-radius:5px;
	background-image:url(https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png);
	background-position:50% 50%;
	background-size:cover;
	float:left;
	margin-right:20px
}
.blog-post-header-image-block {
	width:100%;
	height:280px;
	margin-bottom:30px;
	border-radius:5px;
	background-image:url(https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png);
	background-position:50% 50%;
	background-size:cover
}
.team-member-block {
	position:relative;
	overflow:hidden;
	width:100%;
	height:220px;
	border-radius:3px;
	background-image:url(https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png);
	background-position:50% 50%;
	background-size:cover
}
.team-member-title-overlay {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	padding:31px 21px 21px;
	background-image:-webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .5));
	background-image:linear-gradient(180deg, transparent, rgba(0, 0, 0, .5));
	color:#fff
}
.team-member-title {
	font-size:17px;
	font-weight:100
}
.team-member-title._2 {
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	font-weight:100
}
.service-dynamic-item {
	border-bottom:1px solid #f1f1f1
}
.recent-news-image-block {
	width:100%;
	height:175px;
	margin-bottom:20px;
	border-radius:4px;
	background-image:url(https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png);
	background-position:50% 50%;
	background-size:cover;/* border: 1px solid #ccc6; */
	box-shadow: 0 0 19px 0 rgba(0, 0, 0, .2);
}
.information-block-right {
	width:66%;
	margin-bottom:50px;
	float:right
}
.logo {
	height:66px;
	margin-top:0
}
.table-wrapper {
	border:1px solid #e2e2e2
}
.table-item-block {
	padding:15px;
	border-bottom:1px solid #f0f0f0
}
.table-item-block:hover {
	background-color:#f8f8f8
}
.table-item-block.title {
	padding:15px;
	background-color:#172333
}
.table-title {
	color:#fff;
	font-size:15px
}
.table-image {
	border-radius:4px
}
.testimonial-item {
	margin-bottom:16px
}
.testimonial-wrapper {
	position:relative
}
.testimonial-text-block {
	position:relative;
	width:78%;
	padding:35px 45px 31px;
	border-radius:4px;
	background-color:#fff;
	box-shadow:0 0 8px 0 rgba(0, 0, 0, .1);
	text-align:center
}
.testimonial-client-block {
	position:absolute;
	top:50%;
	right:0;
	width:20%;
	float:right;
	-webkit-transform:translate(0, -50%);
	-ms-transform:translate(0, -50%);
	transform:translate(0, -50%);
	text-align:center
}
html.w-mod-js [data-ix=slide-title] {
	opacity:0;
	-webkit-transform:translate(-50px, 0);
	-ms-transform:translate(-50px, 0);
	transform:translate(-50px, 0)
}
html.w-mod-js [data-ix=slide-title-2] {
	opacity:0;
	-webkit-transform:translate(50px, 0);
	-ms-transform:translate(50px, 0);
	transform:translate(50px, 0)
}
html.w-mod-js [data-ix=slide-button] {
	opacity:0
}
html.w-mod-js [data-ix=slide-button-2] {
	opacity:0
}
html.w-mod-js [data-ix=fade-in-on-scroll] {
	opacity:0;
	-webkit-transform:translate(-30px, 0);
	-ms-transform:translate(-30px, 0);
	transform:translate(-30px, 0)
}
html.w-mod-js [data-ix=fade-in-on-scroll-2] {
	opacity:0;
	-webkit-transform:translate(-30px, 0);
	-ms-transform:translate(-30px, 0);
	transform:translate(-30px, 0)
}
html.w-mod-js [data-ix=fade-in-on-scroll-3] {
	opacity:0;
	-webkit-transform:translate(-30px, 0);
	-ms-transform:translate(-30px, 0);
	transform:translate(-30px, 0)
}
html.w-mod-js [data-ix=fade-in-on-scroll-4] {
	opacity:0;
	-webkit-transform:translate(-30px, 0);
	-ms-transform:translate(-30px, 0);
	transform:translate(-30px, 0)
}
html.w-mod-js [data-ix=fade-in-from-bottom] {
	opacity:0;
	-webkit-transform:translate(0, 30px);
	-ms-transform:translate(0, 30px);
	transform:translate(0, 30px)
}
html.w-mod-js [data-ix=fade-in-from-bottom-2] {
	opacity:0;
	-webkit-transform:translate(0, 30px);
	-ms-transform:translate(0, 30px);
	transform:translate(0, 30px)
}
html.w-mod-js [data-ix=fade-in-from-bottom-3] {
	opacity:0;
	-webkit-transform:translate(0, 30px);
	-ms-transform:translate(0, 30px);
	transform:translate(0, 30px)
}
html.w-mod-js [data-ix=fade-in-from-bottom-4] {
	opacity:0;
	-webkit-transform:translate(0, 30px);
	-ms-transform:translate(0, 30px);
	transform:translate(0, 30px)
}
html.w-mod-js [data-ix=page-header-title] {
	opacity:0;
	-webkit-transform:translate(0, 20px);
	-ms-transform:translate(0, 20px);
	transform:translate(0, 20px)
}
html.w-mod-js [data-ix=page-header-title-2] {
	opacity:0;
	-webkit-transform:translate(0, 20px);
	-ms-transform:translate(0, 20px);
	transform:translate(0, 20px)
}
html.w-mod-js [data-ix=testimonial-block] {
	opacity:0;
	-webkit-transform:translate(0, 30px);
	-ms-transform:translate(0, 30px);
	transform:translate(0, 30px)
}
html.w-mod-js [data-ix=testimonial-block-2] {
	opacity:0;
	-webkit-transform:translate(0, 30px);
	-ms-transform:translate(0, 30px);

	transform:translate(0, 30px)
}
html.w-mod-js [data-ix=dropdown-list] {
	height:0;
	-webkit-transform:translate(0, 10px);
	-ms-transform:translate(0, 10px);
	transform:translate(0, 10px)
}
@media (max-width:991px) {
.logo-container {
width:295px
}
.nav-link {
padding-right:12px;
padding-left:12px;
font-size:11px
}
.nav-link.highlight {
padding-left:13px
}
.header-contact-block {
margin-top:1px
}
.hero-slide-title {
font-size:44px;
line-height:36px
}
.hero-container {
padding-top:137px
}
.home-intro-column {padding-right:17px;/* height: 200px; */}
.home-intro-title {
margin-bottom:14px;
font-size:18px;
line-height:22px
}
.field.area {
height:120px
}
.field.first-half {
height:40px
}
.field.second-half {
height:40px
}
._2-col-section-content-block {
width:359px;
padding-top:40px;
padding-left:35px
}
._2-col-section-content-block.right {
padding-top:78px
}
.section {
padding:45px
}
.section.tint {
padding:45px
}
.services-image-block {
height:130px
}
.services-overlay {
padding-top:55px;
padding-right:10px;
padding-left:10px
}
.services-title {
font-size:21px
}
.services-section-overlay {
padding:75px 45px 65px
}
.bottom-footer {
margin-top:45px;
padding-right:25px;
padding-left:45px
}
.link.article-link {
font-size:12px;
line-height:17px
}
.link.recent-news-link-title {
font-size:15px;
line-height:19px
}
.contact-header {/* padding-top:30px; */}
.text-logo {
font-size:19px
}
.feature-block {
padding-left:40px
}
.image-section {
background-position:50% 50%
}
.image-section-overlay {
padding:65px 45px
}
.article-block {
padding:20px 15px 20px 20px;
font-size:12px;
line-height:17px
}
.read-more-block {
margin-top:5px
}
.recent-news-list-item {
padding-top:9px;
padding-bottom:9px
}
.gray-image-section {
background-attachment:scroll
}
.footer-overlay {
padding-top:45px

}
.column-intro-title {
font-size:19px;
line-height:25px
}
.icon-list-item.smaller {
padding-right:5px;
padding-left:45px
}
.list-icon.small {
height:30px
}
.team-profile-image {
left:-20px;
height:450px
}
.team-profile-image.odd {
right:-30px;
height:490px
}
.team-info-col-right {
padding-left:70px
}
.team-info-col-left {
padding-right:70px
}
.overall-content-column-left {
padding-right:35px;
padding-left:0
}
.service-link-block {
padding:15px 15px 15px 65px
}
.service-block-icon {
left:15px;
top:15px;
width:40px;
height:40px
}
.contact-us-map {
padding-left:363px
}
.contact-section {
height:650px
}
.contact-section-overlay {
padding:80px 35px 60px
}
.contact-column-right {
padding-top:125px;
padding-right:35px;
padding-left:25px
}
.contact-block {
padding-bottom:8px;
background-color:#fff
}
.client-testimonial {
font-size:16px;
line-height:22px
}
.client-testimonial-name {
font-size:19px
}
.footer-row {
padding-right:25px;
padding-left:25px
}
.article-item {
padding-right:5px
}
.team-member-title {
font-size:18px
}
.recent-news-image-block {
height:125px
}
.information-block-right {
width:62%;
margin-bottom:30px
}
.logo {
height:52px
}
.testimonial-text-block {
width:73%
}
.testimonial-client-block {
width:24%
}
}
@media (max-width:767px) {
.navbar {
border-radius:0
}
.logo-container {
width:290px
}
.nav-link {
padding-right:25px;
padding-left:25px;
line-height:11px
}
.nav-link.highlight {
padding-left:25px;
float:none
}
.header-contact-block {
width:159px;
margin-top:7px;
margin-left:14px
}
.header-contact-icon {
height:20px;
margin-top:6px;
margin-right:10px;
opacity:.42
}
.header-contact-text {
display:inline-block;
float:none
}
.hero-slider {
height:370px
}
.hero-slide-title {
margin-bottom:13px;
font-size:34px
}
.hero-container {
padding-top:70px
}
.home-intro-column {padding-right:25px;padding-bottom: 10px;padding-left:25px;padding-top: 20px;}
.home-slider-button {
width:40px;
height:80px
}
.home-slider-button:hover {
width:50px
}
.field.area {
height:110px
}
.field.first-half {
width:100%;
height:40px
}
.field.second-half {
width:100%;
height:40px
}
.cta-col-right {
padding-top:20px;
padding-right:0;
padding-left:0;
text-align:left
}
.intro-icons {
height:40px;
margin-top:0;
margin-right:0;
margin-bottom:10px;
float:none
}
._2-col-section-col-left {
height:auto;
padding-right:0;
padding-left:0
}
._2-col-section-col-right {
height:auto
}
._2-col-section-content-block {
width:100%;
padding:25px;
text-align:center
}
._2-col-section-content-block.right {
padding:25px
}
.intro-col-right-overlay {
min-height:auto
}
.section-title-wrapper {
margin-bottom: 10px;
}
.section-title.tint {
font-size:22px;
line-height:22px
}
.section {
padding:25px
}
.section.intro-features-section {
padding:25px 25px 0
}
.section.tint {
padding:25px
}
.section.tint.testimonials {
padding-bottom:21px
}
.services-section-overlay {
padding:25px
}
.bottom-footer {margin-top: 0;padding:15px 25px}
.link.header-contact-link {
font-size:11px;
line-height:14px
}
.slide-paragraph {
width:70%
}
.nav-menu {
background-color:#696969
}
.top-nav-content-block {
border-left-width:0;
text-align:center
}
.top-nav-content-block.social {
position:absolute;
top:0;
right:0;
float:right
}
.top-nav-icon {
float:none
}
.contact-header {/* height: 71px; *//* padding:15px 15px 8px; */}
.text-logo {
margin-top:8px;
font-size:16px;
line-height:20px
}
.text-logo.subtitle {
font-size:13px;
line-height:11px
}
.header-contact-title {
font-size:13px
}
.header-contact-title._2 {
margin-top:7px
}
.nav-container {
bottom:-9px;
border-radius:0;
background-color:transparent
}
.lawyer-intro {
left:0;
height:350px
}
.lawyer-intro._2 {
left:135px;
height:320px
}
.features-row {
margin-bottom:0
}
.feature-column {
padding-right:0;
padding-left:0
}
.image-section-overlay {
padding:25px
}
.article-block {
margin-bottom:12px
}
.image-section-title {
font-size:34px
}
.image-section-title.subtitle {
font-size:13px;
line-height:27px
}
.gray-image-section-overlay {
padding:55px 25px
}
.quote-wrapper {
width:90%
}
.quote-divider-line {
margin-bottom:20px
}
.footer-overlay {
padding-top:25px
}
.intro-lawyers {
position:absolute;
left:auto;
right:0;
bottom:0;
width:40%;
float:right
}
.footer-column-left {
padding-left:0;
text-align:left
}
.footer-column-right {
padding-left:0;
text-align:left
}
.page-header {
padding:35px 25px 25px
}
.page-header.dark.without-heading {
height:20px
}
.page-header-title {
font-size:32px
}
.page-header-title.subtitle {
margin-top:3px
}
.column-intro-title {
font-size:21px
}
.content-column-1 {
padding-right:0;
padding-left:0
}
.content-column {
padding-right:0;
padding-left:0
}
.cta-section {
padding-top:25px;
padding-right:25px;
padding-left:25px
}
.dropdown-icon {
margin-right:30px
}
.dropdown-list.w--open {
margin-top:0;
border-radius:0
}
.column-left {
padding-right:0;
padding-left:0
}
.column-right {
padding-top:10px;
padding-right:0;
padding-left:0
}
.team-profile-image {
left:-112px
}
.team-profile-image.odd {
right:-103px
}
.team-info-col-right {
padding-left:40px
}
.team-title {
font-size:29px
}
.team-title.subtitle {
font-size:16px;
line-height:20px
}
.team-info-col-left {
padding-right:40px
}
.overall-content-column-left {
padding-right:0;
padding-bottom:20px;
padding-left:0
}
.overall-sidebar-col-right {
padding-right:0;
padding-left:0
}
.service-link-block {
width:100%;
margin-bottom:10px
}
.contact-section {
height:920px
}
.contact-section-overlay {
padding:55px 25px 25px
}
.contact-column-left {
padding-right:0;
padding-left:0
}
.contact-column-right {
padding-top:25px;
padding-right:0;
padding-left:0
}

.blog-post {
padding-bottom:6px
}
.logo-block {
width:50px;
height:50px;
padding-top:11px
}
.client-block-square {
left:0;
top:auto;
right:0;
bottom:-10px;
-webkit-transform:rotate(45deg);
-ms-transform:rotate(45deg);
transform:rotate(45deg)
}
.footer-row {
padding-right:0;
padding-left:0
}
.menu-button {
width:40px;
height:40px;
margin-top:-61px;
margin-right:17px;
padding-top:10px;
padding-right:0;
padding-left:0;
border-radius:3px;
background-color:#999
}
.menu-button.w--open {
background-color:#172333
}
.cta-form-col-left {
padding-right:30%;
padding-left:0
}
.service-item {
padding-right:0;
padding-bottom:10px;
padding-left:0
}
.article-item {
padding-right:0;
padding-left:0
}
.blog-post-item {
padding-right:0;
padding-left:0
}

.blog-posts-column {
width:100%
}
.blog-posts-column._2 {
width:100%;
margin-top:20px
}
.blog-post-image-block {
height:200px
}
.blog-post-header-image-block {
height:200px
}
.team-member-item {
padding-right:0;
padding-left:0
}
.team-member-block {
height:270px;
margin-bottom:10px
}
.consultation-col-left {
padding-right:20%;
padding-left:0
}
.information-block-right {
width:60%;
float:left
}
.logo {
height:32px;
margin-top:1px;
margin-left:-5px
}
.testimonial-text-block {
width:100%
}
.testimonial-client-block {
position:static;
width:100%;
margin-top:20px;
float:none;
-webkit-transform:none;
-ms-transform:none;
transform:none
}
}
@media (max-width:479px) {
.button.cta-button {
margin-right:5px;
margin-left:0;
padding-right:15px;
padding-left:15px;
font-size:11px;
line-height:31px
}
.button.slider-button {
width:100%
}
.button.slider-button.slider-outline-button {
margin-top:5px;
margin-left:0
}
.logo-container {
width: 100%;
}
.header-contact-block {
width:138px;
height:35px;
margin-top:0;
margin-left:11px;
padding-top:2px
}
.header-contact-icon {
height:20px;
margin-right:7px
}
.hero-slider {
height:320px
}
.hero-slide-title {
font-size:23px;
line-height:26px
}
.hero-container {
padding-top:25px;
padding-right:25px;
padding-left:25px
}
.home-intro-column {padding-right: 10px;padding-left: 10px;}
.home-slider-button {
width:30px;
font-size:10px
}
.cta-title {
font-size:28px
}
.cta-title.subtitle {
margin-top:10px;
font-size:14px;
line-height:19px
}
.field.first-half {
height:32px
}
.cta-col-right {
padding-top:10px
}
._2-col-section-content-block {
padding:20px
}
._2-col-section-content-block.right {
padding:20px
}
.section-title-wrapper.left-align {
padding-top:1px
}
.section-title {
font-size:22px;
line-height:22px
}
.section {
padding:20px
}
.section.intro-features-section {
padding-top:20px;
padding-right:20px;
padding-left:20px
}
.section.tint {
padding:20px
}
.section.tint.testimonials {
padding-bottom:11px
}
.services-image-block {
height:80px
}
.services-overlay {
padding-top:28px
}
.services-title {
font-size:19px
}
.services-section-overlay {
padding:20px
}
.bottom-footer {
padding-right:20px;
padding-left:20px
}
.link.blog-post-link {
width:100%;
font-size:21px;
line-height:24px
}
.slide-paragraph {
width:100%;
font-size:12px;
line-height:18px
}
.top-nav-content-block {
display:inline-block;
height:35px;
margin-left:0;
padding-top:7px
}
.top-nav-content-block.social {
padding-right:12px
}
.top-nav-icon {
margin-right:4px
}
.top-header {
overflow:hidden;
height:35px
}
.contact-header {/* height:52px; */
padding-top:11px;
padding-right:6px;
padding-left:5px;
}
.text-logo {
margin-top:8px;
font-size:12px;
line-height:14px
}
.text-logo.subtitle {
font-size:10px
}
.header-contact-title {
margin-top:4px;
font-size:11px
}
.header-contact-title._2 {
margin-top:9px;
line-height:11px
}
.nav-container {
bottom:0
}
.hero-content-block {
width:85%
}
.lawyer-intro {
height:220px
}
.lawyer-intro._2 {
left:100px;

height:250px
}
.image-section-overlay {padding: 16px;/* background-image: -webkit-linear-gradient(0deg, #333333 38%, hsla(0, 0%, 100%, 0) 60%); *//* background-image: -webkit-linear-gradient(0deg, #333333 38%, hsla(0, 0%, 100%, 0) 60%); *//* background: #f1f1f1; */}
.recent-news-list-item {
padding-right:15px;
padding-left:15px
}
.section-title-block {
margin-bottom:12px
}
.image-section-title {
font-size:27px;
line-height:32px
}
.image-section-title.subtitle {
font-size:16px;
line-height:18px
}
.gray-image-section-overlay {
padding-top:45px;
padding-bottom:45px
}
.large-paragraph {
font-size:17px;
line-height:24px
}
.quote-wrapper {
width:100%
}
.intro-lawyers {
left:0;
right:0;
bottom:0;
display:block;
margin-right:auto;
margin-left:auto
}
.lawyer-name {
font-size:10px
}
.lawyer-name._2 {
left:75px;
bottom:104px
}
.page-header {
padding: 4px;
}
.page-header.dark.without-heading {
height:10px
}
.page-header-title {
font-size:25px;
line-height:29px
}
.page-header-title.subtitle {
margin-top:6px;
font-size:16px;
line-height:18px
}
.cta-section {
padding:20px 70px 20px 20px
}
.cta-col-left {
padding-right:0;
padding-left:0
}
.icon-list-item {
padding-right:0;
padding-left:50px
}
.list-icon {
top:2px;
height:32px
}
.team-profile-image {
position:relative;
left:0;
width:100%;
height:auto;
margin-top:-30px
}
.team-profile-image.odd {
right:0;
height:auto
}
.team-row {
margin-bottom:0
}
.team-info-col-right {
padding-right:0;
padding-left:0
}
.team-title {
font-size:20px;
line-height:10px
}
.team-title.subtitle {
margin-bottom:12px;
font-size:13px;
line-height:13px
}
.team-info-col-left {
padding-right:0;
padding-left:0
}
.widget-image-block-overlay {
padding-bottom:26px
}
.service-blocks-row {
margin-top:15px;
margin-bottom:5px
}
.service-link-block {
padding-left:70px
}
.contact-section-overlay {
padding:30px 20px 20px
}
.contact-us-title {font-size: 21px;/* text-transform: uppercase; *//* background: #2f2423; */padding: 10px;line-height: 22px;border-radius: 12px;}
.contact-us-title.subtitle {
margin-top:3px;
font-size:14px;
line-height:20px
}
.blog-post-date {
font-size:13px
}
.blog-post-title {
font-size:25px;
line-height:27px
}
.logo-block {
width:30px;
height:40px;
margin-right:9px;
padding-top:8px
}
.logo-icon {
height:16px
}
.client-testimonial {
font-size:14px;
line-height:20px
}
.client-block-square {
bottom:-5px
}
.menu-button {
width:37px;
height:37px;
margin-top:-45px;
margin-right:12px;
padding-top:8px
}
.cta-form-col-left {
padding-right:0
}
.service-item {
padding-right:0;
padding-bottom:10px;
padding-left:0
}
.article-item {
padding-right:0;
padding-left:0
}
.blog-posts-column {
padding-right:0
}
.blog-post-image-block {
height:120px
}
.blog-post-header-image-block {
height:120px;
margin-bottom:18px
}
.team-member-block {
height:220px
}
.consultation-col-left {
padding-right:0
}
.information-block-right {
width:100%;
margin-bottom:225px
}
.logo {
height: 50px;
margin-top:1px;
}
.testimonial-text-block {
padding:20px
}
}
