@font-face {
    font-family: 'droid_serifregular';
    src: url('../font/DroidSerif-Regular-webfont.eot');
    src: url('../font/DroidSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/DroidSerif-Regular-webfont.woff2') format('woff2'),
         url('../font/DroidSerif-Regular-webfont.woff') format('woff'),
         url('../font/DroidSerif-Regular-webfont.ttf') format('truetype'),
         url('../font/DroidSerif-Regular-webfont.svg#droid_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    height: auto !important;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-text-size-adjust: none;
    -moz-osx-font-smoothing: antialiased;
    -moz-text-size-adjust: none;
    -moz-font-smoothing: antialiased;
    text-size-adjust: none;
    font-smoothing: antialiased;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transition: background .4s ease
}

a,
button,
input[type=submit],
label,
select {
    cursor: pointer
}

.invisible,
.overlay {
    visibility: hidden
}

a,
button {
    -webkit-tap-highlight-color: transparent
}

a,
abbr,
address,
b,
blockquote,
body,
button,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
samp,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
ul,
var {
    font-family: 'Montserrat', sans-serif;
    color:#000;
    font-weight: 100;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    outline: 0
}

input,
select,
textarea {
    -webkit-appearance: none;
    border-radius: 0
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto
}

ol,
ul {
    list-style: none
}

article,
aside,
dialog,
figure,
footer,
header,
img,
nav,
section {
    display: block
}

address,
em {
    font-style: normal
}

textarea {
    resize: none;
}

h1 {
    font-size: 48px;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
p {
    font-size: 14px;
    line-height: 26px;
}
strong {
    font-weight: bold;
}

.small {
    font-size: 10px;
    line-height: 20px;
}

a {
    color:#000;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: background 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
}

:hover {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: background 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
}

button,
input {
    background: 0 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input,
textarea,
select,
.bg_file {
    position: relative;
    width: 100%;
    height: 35px;
    font-size: 16px;
    color: #443227;
    background-color: #fff;
    text-transform: none;
    padding: 0 15px 0;
    margin-bottom: 15px;
    -webkit-appearance: none;
    cursor: text;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #ebe1db;
    box-shadow: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}
input:focus,
textarea:focus,
select:focus {
    outline: 0;
    border: thin solid #687586;
}
input.error,
textarea.error,
select.error {
    color: #FF4848;
    border: thin solid #FF4848;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
input:-webkit-autofill {
    -webkit-text-fill-color: #006A3D !important;
}

input::-webkit-input-placeholder { color:#98A0AC; }
input:-moz-placeholder { color:#98A0AC; }
input::-moz-placeholder { color:#98A0AC; }
input:-ms-input-placeholder { color:#98A0AC; }

textarea::-webkit-input-placeholder { color:#98A0AC; }
textarea:-moz-placeholder { color:#98A0AC; }
textarea::-moz-placeholder { color:#98A0AC; }
textarea:-ms-input-placeholder { color:#98A0AC; }

input.error::-webkit-input-placeholder { color:#98A0AC; }
input.error:-moz-placeholder { color:#98A0AC; }
input.error::-moz-placeholder { color:#98A0AC; }
input.error:-ms-input-placeholder { color:#98A0AC; }

textarea.error::-webkit-input-placeholder { color:#98A0AC; }
textarea.error:-moz-placeholder { color:#98A0AC; }
textarea.error::-moz-placeholder { color:#98A0AC; }
textarea.error:-ms-input-placeholder { color:#98A0AC; }

span.error {
    color: #FF4848;
    font-size: 16px;
    position: relative;
    display: block;
    float: left;
    width: 100%;
}
span.success {
    color: #8DB632;
    font-size: 16px;
}

textarea {
	height: 75px;
	padding: 15px;
}

label {
    font-family: arial;
    display: block;
    font-size: 14px;
    line-height: 25px;
    color: #443227;
    font-weight: bold;
}
label.float {
    color: #8DB632;
    position: absolute;
    z-index: 10;
    top: -12px;
    left: 10px;
    background-color: #fff;
    padding: 0 5px;
}

.field {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 20px;
}
.field input {
    margin-bottom: 0;
}
.form-control-placeholder {
    position: absolute;
    top: 15px;
    left: 10px;
    transition: all 200ms;
    font-size: 16px;
    color: #006A3D;
    font-weight: 600;
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
    font-size: 12px;
    color: #8E9894;
    top: 30px;
    transform: translate3d(0, -100%, 0);
}
select {
    cursor: pointer;
    outline: 0;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/select.png);
    background-repeat: no-repeat;
    background-position: right center;
}

input[type='file'] {
    display: none
}

.bg_file span.file {
    position: absolute;
    top: 17px;
    right: 20px;
    z-index: 10;
    width: auto;
    background-color: #FAF8F8;
    color: #638979;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 14px;
    cursor: pointer;
    padding: 6px 15px;
    border: 1px solid rgba(142, 152, 148, .2);
    border-radius: 90px;
}
.bg_file {
    cursor: pointer;
    padding: 15px 20px 0;
}

form {
    position: relative;
    width: 100%;
}

input[type="submit"] {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    border-radius: 2px;
    background: rgba(68,50,39,1);
    border: none;
    -webkit-transition: 0.3s ease-out;
}
input[type="submit"]:hover {
}

.label-checkbox {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 17px;
    text-transform: none;
    margin-bottom: 15px;
}
input[type="checkbox"] {
    cursor: pointer;
    width: 20px;
    height: 20px;
    border-radius: 0;
    background-color: #000;
    border: thin solid #999999;
    margin-right: 10px;
    margin-bottom: 0;
    padding: 0;
}
input[type=checkbox]:checked {
    border: none;
    background-image: url("../images/checkbox.svg");
}

input[type="radio"] {
    cursor: pointer;
    width: 24px;
    height: 24px;
    border-radius: 90px;
    background-color: #fff;
    border: thin solid #E7E8E8;
    margin-right: 10px;
    padding: 0;
}
input[type=radio]:checked {
    border: none;
    background-image: url("../images/radio-blue.svg");
}

.g-recaptcha {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
a,
button {
    -webkit-user-select: none
}

.container,
.container-fluid {
    padding-left: 15px;
    padding-right: 15px
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1180px
    }
}

@media (min-width:1920px) {
    .container {
        width: 1180px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
    clear: both
}

.middle {
    display: table-cell;
    vertical-align: middle
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 10px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
}

.tooltip.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 5px 8px;
    color: #492324;
    text-align: center;
    text-decoration: none;
    background-color: #F2F2F2;
    -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #F2F2F2;
    border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000000;
    border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000000;
    border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
}

/* TABS */
 .nav {
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}
.nav > li > a > img {
  max-width: none;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  line-height: 14px;
}
.nav-tabs {
  width: 100%;
}
.nav-tabs > li {
  position: relative;
  width: 33.3%;
}
.nav-tabs > li > a {
  position: relative;
  text-align: center;
  padding: 21px 0 20px;
  line-height: 40px;
}
.nav-tabs > li > a p {
  position: relative;
  z-index: 2;
  opacity: 0.6;
  color: #4F6558;
  font-size: 16px;
}
.nav-tabs > li.active > a p {
  color: #8DB632;
}
.nav-tabs > li > a:hover p {
  color: #8DB632;
}
.nav-tabs > li.active > a:after {
  color: #8DB632;
  opacity: 1;
}
.nav-tabs > li > a:hover:after {
  opacity: 1;
}
.nav-tabs > li > a:after {
  opacity: 0;
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 0;
  margin-left: -50%;
  content: "";
  width: 100%;
  height: 6px;
  background-color: #8DB632;
  box-shadow: 0 3px 6px rgba(0, 149, 60, 0.2); 
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}

.fade{opacity:0;transition:opacity .15s linear}
.fade.show{opacity:1}
.collapse{display:none}
.collapse.show,.collapse.in{display:block}
.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}

.owl-carousel {
    display: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1; 
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; 
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px); 
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); 
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none; 
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    text-indent: -1000000px;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}
.owl-carousel .owl-dot {
    text-indent: 0;
}
.owl-carousel .owl-nav {
    position: absolute;
    z-index: 10;
    bottom: 57px;
    left: 0;
    width: 80px;
    overflow: hidden;
    margin-left: 151px;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next{
    width: 19px;
    height: 33px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: background 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
}
.owl-carousel .owl-nav .owl-prev {
    background: url("../images/prev-white.svg") no-repeat;
}
.owl-carousel .owl-nav .owl-next {
    float: right;
    background: url("../images/next-white.svg") no-repeat;
}
.owl-carousel .owl-nav .owl-prev:hover {
    background: url("../images/prev-red.svg") no-repeat;
}
.owl-carousel .owl-nav .owl-next:hover {
    background: url("../images/next-red.svg") no-repeat;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; 
}
.owl-carousel.owl-loaded {
    display: block; 
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block; 
}
.owl-carousel.owl-hidden {
    opacity: 0; 
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden; 
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; 
}
.owl-carousel.owl-rtl {
    direction: rtl; 
}
.owl-carousel.owl-rtl .owl-item {
    float: right; 
}

.owl-theme .owl-dots {
    position: relative;
    z-index: 10;
    bottom: -8px;
    left: 0;
    width: 100%;
    text-align: center;
}

.owl-theme .owl-dots,.owl-theme .owl-nav{-webkit-tap-highlight-color:transparent}
.owl-theme .owl-nav [class*=owl-]{display:inline-block;cursor:pointer;}
.owl-theme .owl-nav [class*=owl-]:hover{text-decoration:none}
.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}
.owl-carousel .owl-nav .owl-next.disabled:hover{background: url(../images/next-white.svg) no-repeat;}
.owl-carousel .owl-nav .owl-prev.disabled:hover{background: url(../images/prev-white.svg) no-repeat;}
.owl-theme .owl-nav.disabled+.owl-dots{margin-top:0}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;}
.owl-theme .owl-dots .owl-dot span{position: relative; width:49px; height: 5px; margin:0 10px 5px; background: #333333; border: none;  display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;}
.owl-theme .owl-dots .owl-dot.active span{position: relative; background: #fff; border: none;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;}

.no-js .owl-carousel {
    display: block; 
}
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both; 
}
.owl-carousel .owl-animated-in {
    z-index: 0; 
}
.owl-carousel .owl-animated-out {
    z-index: 1; 
}
.owl-carousel .fadeOut {
    animation-name: fadeOut; 
}
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } 
}
.owl-height {
    transition: height 500ms ease-in-out; 
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; 
}
.owl-carousel .owl-item .owl-lazy[src^=""], 
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; 
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; 
}

.fade.in {
    opacity: 1;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.close {
    position: absolute;
    z-index: 10;
    top: -50px;
    right: 0;
    width: 35px;
    height: 50px;
    background-image: url("../images/close.svg");
    background-repeat: no-repeat;
    background-position: center center;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    border: 0;
}
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: translate3d(0, -25%, 0);
    -o-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
}
.modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=90);
    opacity: 0.9;
}
.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 50px auto;
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 730px;
    }
}
@media (max-width: 767px) {
    .modal-dialog {
        width: 80%;
        margin: 50px auto;
    }
}
@media (max-width: 425px) {
    .modal-dialog {
        width: 75%;
        margin: 50px auto;
    }
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
    display: table;
    margin: 0 auto;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 0;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
}
.carousel-control.left {
    left: -60px;
    background-image: url(../images/prev-white.svg);
}
.carousel-control.right {
    right: -60px;
    left: auto;
    background-image: url(../images/next-white.svg);
}
.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
}
.carousel-control .icon-prev:before {
    content: "\2039";
}
.carousel-control .icon-next:before {
    content: "\203a";
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}
@media (max-width: 425px) {
    .modal-dialog {
        width: 75%;
        margin: 50px auto;
    }
    .carousel-control.left {
        left: -40px;
    }
    .carousel-control.right {
        right: -40px;
    }
}



@media only screen and (max-width:2000px) {
    .container {
        width: 1180px
    }
}

@media only screen and (max-width:1620px) {
    .container {
        width: 1180px
    }
}

@media only screen and (max-width:1292px) {
    .container {
        width: 1180px
    }
}

@media only screen and (max-width:1199px) {
    .container {
        width: 960px
    }
}

@media only screen and (max-width:992px) {
    .container {
        width: 720px
    }
}

@media only screen and (max-width:767px) {
    .container {
        width: 100%
    }
}

.desktop_version {
    display: block;
}
.mobile_version {
    display: none !important;
}
.tablet_version {
    display: none !important;
}

.text-center {
    text-align: center;
}
.text-center .btn {
    margin: 0 auto 30px;
}

.btn {
    position: relative;
    overflow: hidden;
    display: table;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    padding: 12px 60px;
    background-color: #B21C18;
    border: thin solid #fff;
    -webkit-transition: 0.3s ease-out;
}
.btn:hover {
    background-color: #000;
    -webkit-transition: 0.3s ease-out;
}

.justify-content-center {
    justify-content: center !important;
}
.row.justify-content-center {
    display: flex;
    flex-wrap: wrap;
}

.img-center {
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.w-100 {
    width: 100%;
}
.w-max {
    max-width: 100%;
}
.img-cut {
    width: 100%;
    overflow: hidden;
}
.img-cut img {
    width: auto;
    height: auto;
    object-fit: cover;
    min-width: 100%;
    max-width: 100%;
}
.d-block {
    display: none !important;
}

#home {
    display: block;
    background: rgba(255,255,255,0);
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-style: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    border-radius: 0px;
    width: 100%;
    height: 792px;
    position: relative;
}
.home__header {
    height: 92px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.home__header p {
    font-weight: 700;
    color: rgb(182, 165, 156);
}
.home__header nav ul {
    display: flex;
    justify-content: space-between;
}
.home__header nav ul li a {
    width: 150px;
    display: inline-table;
    color: rgb(182, 165, 156);
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
}
.arrow-down {
    position: absolute;
    bottom: 70px;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
}
.home__content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.home__content h1 {
    font-weight: 700;
    color: rgb(182, 165, 156);
    font-style: normal;
}

#institucional {
    position: relative;
    padding: 100px 0;
}
.institucional__content-left h2 {
    font-weight: 700;
    font-style: normal;
    color: rgb(68, 50, 39);
    margin-bottom: 30px;
}
#institucional p {
    font-weight: 400;
    font-family: 'droid_serifregular';
    color: rgb(34, 34, 33);
    font-size: 16px;
    margin-bottom: 25px;
}
.institucional__content-right {
    margin-top: 100px;
}

#bg2 img,
#bg3 img {
    width: 100%;
}

#servicos {
    position: relative;
    padding: 65px 0;
    background: rgba(68,50,39,1);
    background: -webkit-linear-gradient(#38281E,#443227);
    background: -moz-linear-gradient(#38281E,#443227);
    background: linear-gradient(#38281E,#443227);
    background: -ms-linear-gradient(#38281E,#443227);
    background: -o-linear-gradient(#38281E,#443227);
}
#servicos h2 {
    font-weight: 700;
    font-style: normal;
    color: rgb(255, 255, 255);
    margin-bottom: 50px;
}
.servicos__content h3 {
    font-weight: 700;
    font-style: normal;
    color: rgb(129, 115, 108);
    margin-bottom: 15px;
}
.servicos__content p {
    font-weight: 400;
    font-family: 'droid_serifregular';
    color: rgb(200, 176, 164);
    font-size: 16px;
}

#direitos {
    position: relative;
    background-image: url(../images/bg-servicos.png);
    background-repeat: repeat-x;
    padding-bottom: 50px;
}
.direitos__content {
    padding-top: 75px;
}
.direitos__content.last {
    padding-top: 0;
}
.direitos__content h3 {
    font-weight: 700;
    font-style: normal;
    color: rgb(129, 115, 108);
    margin-bottom: 15px;
}
.direitos__content p {
    font-weight: 400;
    font-family: 'droid_serifregular';
    color: rgb(68, 50, 39);
    font-size: 16px;
    margin-bottom: 60px;
}

#contato {
    position: relative;
    padding: 80px 0 60px;
}
.contato__content {
    padding-top: 40px;
    width: 300px;
    display: table;
    margin: 0 auto;
}
.contato__content h2 {
    font-weight: 700;
    font-style: normal;
    color: rgb(68, 50, 39);
    margin-bottom: 40px;
}
.contato__content p {
    font-weight: 400;
    font-family: 'droid_serifregular';
    color: rgb(34, 34, 33);
    font-size: 16px;
    margin-bottom: 40px;
}
.contato__content p.subtitle {
    font-size: 14px;
    margin-bottom: 10px;
}
.contato__form {
    width: 320px;
    display: table;
    margin: 0 auto;
}

footer {
    position: relative;
    padding: 25px 0 20px;
    border-top: thin solid #f4eeea;
}
footer img {
    display: table;
    margin: 0 auto;
}

@media (max-width: 992px) {
    .desktop_version {
        display: none;
    }
    .mobile_version {
        display: block !important;
    }

    .home__header nav ul li a {
        width: 120px;
    }
    .home__content h1 {
        font-size: 39px;
    }
    .institucional__content-right {
        margin-top: 30px;
    }
    .servicos__content p {
        margin-bottom: 30px;
    }
    #direitos img {
        display: table;
        margin: 0 auto 50px;
    }
}

@media (max-width: 768px) {
    .home__content {
        display: block;
        text-align: center;
    }
    .home__content h1 br {
        display: none;
    }
    .home__content h1 {
        margin-top: 30px;
    }
    .home__content img {
        width: 290px;
        display: table;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .home__header {
        display: block;
        text-align: center;
        height: auto;
    }
    .home__header p {
        margin: 15px 0;
    }
    .home__header img {
        display: table;
        margin: 10px auto 10px;
    }
    .home__header nav ul li a {
        width: 101px;
    }
    .home__content h1 {
        font-size: 24px;
    }
    .home__content img {
        width: 210px;
    }
    #home {
        height: 632px;
    }
    .arrow-down {
        bottom: 40px;
    }
    #institucional {
        padding: 30px 0;
    }
    #direitos {
        background-image: none;
        padding-bottom: 30px;
    }
    #servicos {
        padding: 40px 0 30px;
    }
    .direitos__content {
        padding-top: 30px;
    }
    .direitos__content p {
        margin-bottom: 30px;
    }
    #contato {
        padding: 0px 0 30px;
    }
    .contato__content,
    .contato__form {
        width: 100%;
    }
}
