@font-face {
    font-family: 'GothamBook';
    src: url('font/GothamBook.eot');
    src: url('font/GothamBook.eot') format('embedded-opentype'),
         url('font/GothamBook.woff2') format('woff2'),
         url('font/GothamBook.woff') format('woff'),
         url('font/GothamBook.ttf') format('truetype'),
         url('font/GothamBook.svg#GothamBook') format('svg');
}
@font-face {
    font-family: 'GothamBold';
    src: url('font/GothamBold.eot');
    src: url('font/GothamBold.eot') format('embedded-opentype'),
         url('font/GothamBold.woff2') format('woff2'),
         url('font/GothamBold.woff') format('woff'),
         url('font/GothamBold.ttf') format('truetype'),
         url('font/GothamBold.svg#GothamBold') format('svg');
}
@font-face {
    font-family: 'GothamBlack';
    src: url('font/GothamBlack.eot');
    src: url('font/GothamBlack.eot') format('embedded-opentype'),
         url('font/GothamBlack.woff2') format('woff2'),
         url('font/GothamBlack.woff') format('woff'),
         url('font/GothamBlack.ttf') format('truetype'),
         url('font/GothamBlack.svg#GothamBlack') format('svg');
}
@font-face {
    font-family: 'GothamMedium';
    src: url('font/GothamMedium.eot');
    src: url('font/GothamMedium.eot') format('embedded-opentype'),
         url('font/GothamMedium.woff2') format('woff2'),
         url('font/GothamMedium.woff') format('woff'),
         url('font/GothamMedium.ttf') format('truetype'),
         url('font/GothamMedium.svg#GothamMedium') format('svg');
}
@font-face {
    font-family: 'GothamLight';
    src: url('font/GothamLight.eot');
    src: url('font/GothamLight.eot') format('embedded-opentype'),
         url('font/GothamLight.woff2') format('woff2'),
         url('font/GothamLight.woff') format('woff'),
         url('font/GothamLight.ttf') format('truetype'),
         url('font/GothamLight.svg#GothamLight') format('svg');
}

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: 'Exo 2', sans-serif;
    color: #6f6f6f;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    margin: 0;
    padding: 0;
    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;
}

strong {
    font-weight: bold;
}

a {
    color: #6f6f6f;
    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: 40px;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    text-transform: none;
    padding: 5px 10px;
    margin-bottom: 15px;
    -webkit-appearance: none;
    cursor: text;
    border-radius: 0;
    background-color: #fff;
    border: thin solid #C3C5CA;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}
input:focus,
textarea:focus,
select:focus {
    color: #000;
    outline: 0;
}
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:#000; }
input:-moz-placeholder { color:#000; }
input::-moz-placeholder { color:#000; }
input:-ms-input-placeholder { color:#000; }

textarea::-webkit-input-placeholder { color:#000; }
textarea:-moz-placeholder { color:#000; }
textarea::-moz-placeholder { color:#000; }
textarea:-ms-input-placeholder { color:#000; }

input.error::-webkit-input-placeholder { color:#FF4848; }
input.error:-moz-placeholder { color:#FF4848; }
input.error::-moz-placeholder { color:#FF4848; }
input.error:-ms-input-placeholder { color:#FF4848; }

textarea.error::-webkit-input-placeholder { color:#FF4848; }
textarea.error:-moz-placeholder { color:#FF4848; }
textarea.error::-moz-placeholder { color:#FF4848; }
textarea.error:-ms-input-placeholder { color:#FF4848; }

span.error {
    color: #FF4848;
    font-size: 16px;
    position: relative;
    display: block;
    float: left;
    width: 100%;
}
span.success {
    color: #8DB632;
    font-size: 16px;
}

textarea {
	height: 80px;
}

.label__flex,
.label__flex li {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.label__flex li label {
    display: flex;
    align-items: center;
}
.label__flex li label span {
    color: #6f6f6f;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.label__flex li label span label {
    margin-bottom: 0;
}
ul.label__flex .label-list {
    margin-left: 0;
    height: 80px;
    display: block;
}
.wpcf7-list-item {
    margin: 0 10px 0 0 !important;
}
ul.label__flex,
ul.label__flex li {
    margin-bottom: 0;
}
.label__flex li {
    margin-right: 15px;
}

label span.desc {
    color: #000000;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
}

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: 35px;
}
.field input,
.field select {
    margin-bottom: 0;
}
.form-control-placeholder {
    position: absolute;
    top: -25px;
    left: 5px;
    transition: all 200ms;
    font-size: 16px;
    color: #4476A0;
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
    font-size: 12px;
    color: #4476A0;
    font-weight: 500;
    top: 12px;
    transform: translate3d(0, -100%, 0);
}
select {
    font-family: 'Exo 2', sans-serif;
    cursor: pointer;
    outline: 0;
    padding: 5px 25px 5px 10px;
    -moz-appearance: none;
    appearance: none;
    background-image: url(images/select.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

input[type='file'] {
    display: none
}

.bg_file span.file {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 120px;
    height: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
    background-color: #B2861F;
    border-radius: 5px;
}
.bg_file {
    cursor: pointer;
    margin: 0 0 30px;
    padding: 5px 0;
    font-weight: 300;
}

label.bg_file {
    color: #B2861F;
    font-size: 16px;
    line-height: 26px;
}

.file-label {
    color: #fff;
    font-size: 10px;
    font-style: italic;
    margin-left: 20px;
    position: absolute;
    top: 31px;
}

form {
    position: relative;
    width: 100%;
}

input[type="submit"] {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    color: #fff;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    background-color: #E30613;
}
input[type="submit"]:hover {
    background-color: #000;
}

input[type="submit"].dis_table {
    display: table;
    width: auto;
    padding: 2px 40px;
}

.checkbox__flex {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    line-height: 17px;
}
.checkbox__flex a {
    color: #034692
}
.checkbox__flex label {
    margin-bottom: 0;
}
.checkbox__flex.agree {
    font-size: 14px;
}

input[type="checkbox"] {
    cursor: pointer;
    min-width: 17px;
    width: 17px;
    height: 17px;
    background-color: #fff;
    border: thin solid #999999;
    margin-right: 10px;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
}
input[type=checkbox]:checked {
    background-image: url("images/checkbox.png");
}

input[type="radio"] {
    cursor: pointer;
    width: 17px;
    height: 17px;
    border-radius: 90px;
    background-color: #fff;
    border: thin solid #999999;
    margin-right: 10px;
    padding: 0;
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
}
input[type=radio]:checked {
    background-image: url("images/radio.png");
}

a.see-password {
    position: absolute;
    z-index: 3;
    top: 12px;
    right: 0;
    display: table;
    width: 20px;
    height: 14.5px;
    background-image: url(../images/eye.html);
    background-repeat: no-repeat;
}
.see-password-input {
    position: relative;
}
a.see-password.fa-eye-slash {
    background-image: url(../images/removeredeye.html);
}

.g-recaptcha {
    width: 100%;
    margin-bottom: 10px;
}

body {
    height: auto !important;
    background: #ffffff;
    -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 {
    -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:1920px) {
    .container {
        width: 1170px
    }
}

@media only screen and (max-width:1919px) {
    .container {
        width: 1170px
    }
}

@media only screen and (max-width:1199px) {
    .container {
        width: 768px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width:767px) {
    .container {
        width: 100%
    }
}

.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 {
  width: 100%;
}
.nav-tabs > li {
  position: relative;
  width: 50%;
}
.nav-tabs > li > a {
  position: relative;
  text-align: center;
  padding: 16px 0;
  font-family: 'Museo700Regular';
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
  background-color: #DDDDDD;
}
.nav-tabs > li > a.active {
  color: #B2861F;
  background-color: #fff;
}
.nav-tabs > li > a:hover p {
  
}
.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 {
  
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}

/*accordion*/
.fade{
    opacity:0;
}
.fade.show {
    opacity:1;
}
.collapse {
    display: none;
}
.collapse.show {
    display: block;
}
.collapsing {
    position:relative;
    height:0;
    overflow:hidden;
    transition:height .35s ease
}

.owl-carousel {
    display: none;
    width: 100%;
    -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-nav {
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 0;
    background-position: center;
    background-repeat: no-repeat;
    -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 {
    left: -30px;
    background-image: url("images/arrow-prev-gray.png");
}
.owl-carousel .owl-nav .owl-next {
    right: -10px;
    background-image: url("images/arrow-next-gray.png");
}
.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-prev:hover {
    background-image: url("images/arrow-prev-gray.png");
}
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-next.disabled {
    background-image: url("images/arrow-next-gray.png");
}
.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: absolute;
    z-index: 10;
    bottom: 20px;
    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-theme .owl-nav.disabled+.owl-dots{margin-top:0}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;position: relative;}
.owl-theme .owl-dots .owl-dot span{position: relative; width:9px; height: 9px; margin:0 5px; border: none; background-color: #e30016;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;}
.owl-theme .owl-dots .owl-dot.active span{position: relative; background: #000; 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; 
}

.desktop_version {
    display: block;
}
.mobile_version {
    display: none !important;
}
.tablet_version {
    display: none !important;
}

.justify-content-center {
    justify-content: center !important;
}
.row.justify-content-center {
    display: flex;
    flex-wrap: wrap;
}

.pos_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;
}

.small {
    font-size: 12px;
}

.btn {
    position: relative;
    display: table;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    padding: 10px 25px;
    border: none;
    background-color: #e30613;
    -webkit-transition: 0.3s ease-out;
}
.btn:hover {
    background-color: #000;
    -webkit-transition: 0.3s ease-out;
}

.whatsapp-fixed {
    display: table;
    position: fixed;
    z-index: 2;
    top: 50%;
    margin-top: -30px;
    right: -240px;
    width: 300px;
    height: 60px;
    overflow: hidden;
    padding-left: 70px;
    background-image: url(images/whatsapp-fixed.png);
    background-repeat: no-repeat;
    background-color: #22b83c;
    background-position: 8px 7px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.whatsapp-fixed:hover {
    right: 0;
}
.whatsapp-fixed p,.whatsapp-fixed span {
    display: block;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding-right: 16px
}

.whatsapp-fixed p {
    padding-top: 12px;
    line-height: 19px
}

.whatsapp-fixed span {
    font-weight: 700;
    font-size: 16px
}

header {
    position: relative;
    z-index: 10;
}
header .social {
    margin-bottom: 0;
}
.logo__search {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search form {
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom:30px;
}
.search input[type="text"] {
    width: 300px;
    height: 35px;
    background-color: #edeef0;
    border:none;
    color: #000;
    font-size: 14px;
    margin: 0;
    padding: 0 10px;
}
.search input::-webkit-input-placeholder { color:#000; }
.search input:-moz-placeholder { color:#000; }
.search input::-moz-placeholder { color:#000; }
.search input:-ms-input-placeholder { color:#000; }

.search input[type="submit"] {
    width: 70px;
    height: 35px;
    background-color: #e30016;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    text-transform: uppercase;
    margin-left: 10px;
    -webkit-transition: 0.3s ease-out;
}
.search input[type="submit"]:hover {
    background-color: #000;
    -webkit-transition: 0.3s ease-out;
}

nav.menu-principal {
    border-bottom: 3px solid #e30016;
}
nav.menu-principal,
nav.menu-principal ul {
    width: 100%;
    display: flex;
    align-items: center;  
    justify-content: center;
}
nav.menu-principal ul li {
    list-style: none;
    position: relative;
}
nav.menu-principal ul li a {
    display: inline-block;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    padding: 14px 10px 25px;
    color: #1b1918;
    font-size: 13px;
}
nav.menu-principal ul li a:before {
    opacity: 0;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 12px;
    background-color: #e30016;
    -webkit-transition: 0.3s ease-out;
}
nav.menu-principal ul li a:hover:before,
nav.menu-principal ul li a[aria-current]:before,
nav.menu-principal ul li.current-post-ancestor a:before,
nav.menu-principal ul li.current-menu-ancestor a:before {
    opacity: 1;
    width: 100%;
    left: 0;
    -webkit-text-stroke: 1px #707070;
    -webkit-transition: 0.3s ease-out;
}
nav.menu-principal ul li a:hover,
nav.menu-principal ul li a.active,
nav.menu-principal ul li [aria-current],
nav.menu-principal ul li.current-post-ancestor a,
nav.menu-principal ul li.current-menu-ancestor a {
    color: #e30016;
}

nav.menu-principal ul li:hover ul,
nav.menu-principal ul a:hover ul{
    visibility:visible;
}
nav.menu-principal ul :hover ul{
    visibility: hidden;
}
nav.menu-principal ul :hover ul :hover ul{ 
    visibility:visible;
}
nav.menu-principal ul ul.submenu {
    display: block;
    visibility: hidden;
    position: absolute;
    top: 52px;
    left: 0;
    z-index: 1000; 
    min-width: 120px;
    text-align: left;
    background-color: #e30016;
    padding: 15px 12px 0;
}
nav.menu-principal ul ul.submenu li {
    display: block;
    position: relative;
}
nav.menu-principal ul ul.submenu li a {
    display: block;
    font-family: 'GothamBook';
    color: #fff;
    font-size: 13px;
    padding: 0 0 15px;
    text-transform: uppercase;
    margin: 0; 
    background: transparent;
    -webkit-transition: none;
}
nav.menu-principal ul ul.submenu li.last {
    border-bottom: none;
}
nav.menu-principal ul ul.submenu li:last-child {
    padding: 0;
    margin-bottom: 0;
    border-bottom: none;
}
nav.menu-principal ul ul.submenu li a:hover {
    color: #000;
    -webkit-transition: 0.3s ease-out;
}
nav.menu-principal ul li li a:before {
    display: none;
}
nav.menu-principal .nav-feat a {
    color: #e30016;
}

#banner {
    position: relative;
    top: -3px;
    display: flex;
    justify-content: center;
}
.owl-carousel1 {
    overflow: hidden;
    width: auto;
}
.owl-carousel1 .item {
    display: table;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.banner__content {
    position: absolute;
    width: 368px;
    height: auto;
    top: 0;
    left: 50%;
    margin: 113px 0 0 -565px;
}
.banner__content h1 {
    color: #fff;
    font-size: 43px;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    line-height: 50px;
    margin-bottom: 20px;
}
.banner__content p {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 20px;
}
.banner__content a {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    font-style: italic;
    text-transform: uppercase;
    background-image: url(images/arrow-next-white.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
}
.banner__content a:hover {
    background-position: 10px 50%;
}

#about {
    position: relative;
    padding: 140px 0;
}
.about__content {
	width: 245px;
}
.about__content__img {
    display: flex;
    margin-left: 100px;
}
.about__img {
    position: relative;
    margin-right: 65px;
}
.about__img img {
    width: 243px;
    height: 325px;
}
.about__img:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 18px;
    left: 18px;
    width: 235px;
    height: 317px;
    background-color: #e30613;
}
.about__content h2,
.about__start h2 {
    padding-top: 25px;
    color: #000000;
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.about__content p{
    height: 145px;
    overflow: hidden;
    line-height: 28px;
    margin-bottom: 30px;
}
.about__start {
    position: relative;
    width: 290px;
    margin-left: 60px;
    padding-left: 60px;
}
.about__start:before {
    content: "";
    position: absolute;
    top: 0;
    left: 13px;
    width: 6px;
    height: 100%;
    background-color:#e30613;
}
.about__start:after {
    content: "";
    position: absolute;
    top: 57px;
    left: 0px;
    width: 32px;
    height: 32px;
    background-color:#e30613;
    border-radius: 100%;
}
.about__start h3 {
    color: #e30613;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 10px;
}
.about__start p {
    height: 120px;
    overflow: hidden;
    line-height: 28px;
    margin-bottom: 30px;
}

#featured {
    background-color: #e9ebef;
}
.featured__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.item__img {
    position: relative;
    width: 389px;
    height: 303px;
    overflow: hidden;
}
.item__img img.bg-img {
    width: 389px;
    height: 303px;
}
.item__img .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.featured__link,
.featured__info {
    position: relative;
    width: 389px;
    height: 303px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.featured__link a {
    display: block;
    width: 100%;
    height: 100%;
}
.featured__link__content,
.featured__info {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.featured__link a h3,
.featured__info h3 {
    color: #000;
    font-size: 62px;
    font-weight: 800;
    margin-right: 10px;
}
.featured__link a h4,
.featured__info h4 {
    color: #e30613;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
}
.featured__link a span {
    font-family: 'GothamBold';
    color: #757575;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    background-image: url(images/arrow-next-gray.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 16px;
    -webkit-transition: 0.3s ease-out;
}
.featured__link a:hover span:hover {
    background-position: 5px 50%;
    -webkit-transition: 0.3s ease-out;
}
.featured__info h3 {
    margin-left: 40px;
}

#clients {
    padding: 85px 0;
}
#clients .item {
    display: table;
    margin: 0 auto;
}

#breadcrumb {
    position: relative;
    margin-top: -3px;
    height: 130px;
    padding-top: 50px;
    background-size: auto 100%;
    background-position: top center;
    background-repeat: no-repeat;
}
#breadcrumb .breadcrumb-title {
    display: inline-table;
    background-color: #E30613;
    padding: 8px 10px;
    margin-left: 50px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
#breadcrumb .breadcrumb-title span {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    margin-left: 0;
}

#page {
    position: relative;
    padding: 90px 0;
}
#page.quem-somos {
    padding: 90px 0 0;
}
.page-about__img img {
    margin-left: auto;
}
.page-about__content h2 {
    color: #000;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 40px;
}
.page-about__content h2 span {
    color: #E30613 ;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.page-about__content p {
    line-height: 30px;
    margin-bottom: 30px;
}

.page-history__img {
    width: 100%;
    height: 140px;
    overflow: hidden;
    margin-bottom: 20px;
}
.page-history__img img {
    width: 100%;
    min-height: 140px;
}
.page-history__content h3 {
    color: #000000;
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 10px;
}
.page-history__content span {
    color: #E30613;
    font-size: 40px;
}
.page-history__content p {
    height: 115px;
    overflow: hidden;
    line-height: 30px;
    margin-bottom: 30px;
}

.page-filial__content {
    margin-left: 45px;
    margin-top: 110px;
}
.page-filial__content h3 {
    color: #000000;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.page-filial__content h3 span {
    color: #E30613;
    font-size: 24px;
    font-weight: bold;
}
.page-filial__content p {
    line-height: 30px;
    margin-bottom: 30px;
}
.page-filial__content ul {
    display: flex;
}
.page-filial__content ul li {
    margin-right: 20px;
}
.page-filial__content ul li span {
    color: #E30613;
    font-size: 20px;
    font-weight: 800;
}
.page-filial__content ul li h4 {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 28px;
    font-weight: 800;
}
.page-filial__content ul li p {
    display: block;
    color: #E30613;
    font-size: 10px;
    font-weight: 800;
    line-height: 16px;
}
.page-filial__content h5 {
    color: #000000;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 30px;
}
.page-filial__content form {
    width: 300px;
}
.page-filial__content form input[type="submit"],
form.clients input[type="submit"],
form.representatives input[type="submit"],
form.contact input[type="submit"] {
    width: 100px;
    margin-left: auto;
}
.page-filial__map a:hover img.in {
    display: none;
}
.page-filial__map img.out {
    display: none;
}
.page-filial__map a:hover img.out {
    display: block;
}

.page-client__content {
    padding-left: 50px;
    border-left: thin solid #e30613;
}
.page-client__title h3 {
    font-size: 16px;
    line-height: 35px;
    font-weight: bold;
    margin-bottom: 40px;
}
.page-client__content p {
    line-height: 30px;
    margin-bottom: 40px;
}
form.clients,
form.representatives,
form.contact {
    background-color: #edeef0;
    padding: 35px;
}
form.representatives textarea {
    height: 130px;
}

form.contact h3 {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}
select.full {
    background-position: 97.5% 50%;
}

.page-sidebar__last {
    width: 100%;
    background-color: #edeef0;
    padding: 30px 45px;
}
.page-sidebar__last img {
    width: 100%;
    margin-bottom: 20px;
}
.page-sidebar__last h3 {
    font-weight: bold;
}
.page-sidebar__last__download {
    background-color: #e30613;
    padding: 24px 20px 15px;
    margin-bottom: 30px;
}
.page-sidebar__last__download a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-sidebar__last__download p {
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
}

.page-sidebar__sections {
    width: 100%;
    background-color: #edeef0;
    padding: 25px 20px 33px;
}
.page-sidebar__sections h3 {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #e30613;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.page-sidebar__sections ul li a {
    display: block;
    font-weight: 500;
    padding-bottom: 20px;
}

.page-posts__featured a {
    display: flex;
}
.page-posts__featured {
    height: 365px;
    overflow: hidden;
    background-color: #edeef0;
    margin-bottom: 40px;
}
.page-posts__featured .img_cut {
    height: 365px;
    overflow: hidden;
}
.page-posts__featured .img_cut img {
    min-width: 620px;
    min-height: 365px;
}
.page-posts__featured__content {
    position: relative;
    width: 285px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.page-posts__featured__content span {
    position: absolute;
    top: 15px;
    left: -20px;
    background-color: #e30613;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
}
.page-posts__featured__content h1 {
    color: #e30613;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    height: 48px;
    overflow: hidden;
}
.page-posts__featured__content p {
    line-height: 30px;
    height: 150px;
    overflow: hidden;
}
.page-posts__list .img_cut {
    height: 165px;
}
.page-posts__list .img_cut img {
    min-height: 165px;
}
.page-posts__content span {
    display: table;
    background-color: #000;
    color: #fff;
    font-weight: 500;
    padding: 9px 12px;
    margin-bottom: 20px;
}
.page-posts__content h1 {
    color: #e30613;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    height: 25px;
    overflow: hidden;
}
.page-posts__content p {
    line-height: 30px;
    height:84px;
    overflow: hidden;
}
.page-posts__list {
    margin-bottom: 45px;
}
.page-posts__others {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    background-color: #edeef0;
    padding: 18px 25px;
}
.page-posts__others ul {
    width: 560px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-posts__others span {
    display: table;
    background-image: url(images/arrow-next-black.png);
    background-repeat: no-repeat;
    padding-top: 45px;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
.page-posts__others img {
    width: 115px;
}

.page-posts__img__content .img_cut {
    position: relative;
    height: 350px;
    margin-bottom: 50px;
}
.page-posts__img__content .img_cut img {
    min-height: 350px;
}
.page-posts__img__content span {
    position: absolute;
    top: 0;
    left: 0;
    display: table;
    background-color: #e30613;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
}
.page-post__content {
    padding: 0 180px 55px 65px;
    border-bottom: 2px solid #e30613;
    margin-bottom: 55px;
}
.page-post__content h1 {
    color: #e30613;
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.page-post__content p {
    line-height: 30px;
    margin-bottom: 30px;
}
.page-post__content h3 {
    font-style: italic;
    margin-bottom: 50px;
}
.page-post__content h4 {
    color: #e30613;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.share {
    display: table;
    background-color: #e30613;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px 10px 40px;
    background-image: url(images/icon-share.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}
.share:hover {
    background-color: #000;
}
.page-posts__more h3 {
    display: table;
    background-color: #e30613;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
    margin-bottom: 40px;
}

#revista h3 {
    display: table;
    background-color: #e30613;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
    margin-bottom: 10px;
}
.link-share {
    position: relative;
    width: 96px;
    height: 37px;
    display: table;
    background-color: #b10002;
    background-image: url(images/icon-share.png);
    background-repeat: no-repeat;
    background-position: 6px 3px;
    margin-left: auto;
    margin-top: 10px;
}
.link-share:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 50%;
    height: 37px;
    background-color: #e30613;
    background-image: url(images/icon-download.png);
    background-repeat: no-repeat;
    background-size: 29px;
    background-position: 10px 5px;
}

.page-products__content p {
    line-height: 30px;
    margin-top: 50px;
    padding-right: 60px;
}
.page-products__download img {
    margin-left: auto;
    margin-right: auto;
}
.page-products__list h2 {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}
.page-products__list__options {
    padding: 30px 35px;
    background-color: #e30613;
    margin-bottom: 40px;
}
.page-products__list__options select {
    margin-bottom: 0;
}

.page-products__list__table {
    margin-bottom: 60px;
}
.page-products__list__table h3 {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #e30613;
    padding: 15px 10px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
}
.autopecas h3 {
    background-image: url(images/car.png);
}
.motos h3 {
    background-color: #00762a;
    background-image: url(images/moto.png);
}
.motos .page-products__list__table__title h4 {
    color:#00762a;
}
.acessorios h3 {
    background-color: #00246c;
    background-image: url(images/sound.png);
}
.acessorios .page-products__list__table__title h4 {
    color:#00246c;
}
.page-products__list__table__title {
    display: flex;
}
.page-products__list__table__title h4 {
    width: 33%;
    color: #e30613;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 10px;
    margin-bottom: 10px;
}

.page-products__list__table__contents {
    border: thin solid #c3c5ca;
}
.page-products__list__table__img__content {
    width: 100%;
    border-bottom: thin solid #c3c5ca;
    padding: 25px;
    display: flex;
    align-items: center;
    background-color: #edeef0;
    border-bottom: none;
}
.page-products__list__table__img__content:nth-child(odd) {
    background-color: #fff;
}
.table__content__img {
    width:260px;
    height: 126px;
    overflow: hidden;
    margin-right: 65px;
}
.table__content__img img {
    width: auto;
    height: auto;
    object-fit: cover;
    min-width: 260px;
    max-width: 100%;
}
.table__content {
    width: 66%;
}
.table__content p {
    line-height: 30px;
}

.select-marcas {
    display: none;
}
.address {
    height:200px;
    overflow: hidden;
    margin-top: 30px;
}
.address p {
    font-size: 13px;
    word-wrap: break-word;
}

#svg-map path {
    fill:#DDDDDD
}
#svg-map text {
    opacity: 0;
    fill:#fff;
    font:8px Arial-BoldMT, sans-serif;
    cursor:pointer
}
#svg-map a:hover text {
    opacity: 1;
}
#svg-map a {
    text-decoration:none
}
#svg-map a:hover {
    cursor:pointer;
    text-decoration:none
}
#svg-map a:hover path,
#svg-map a.active path {
    fill:#E30613 !important
}
#svg-map .circle {
    fill:#66ccff
}
#svg-map a:hover .circle {
    fill:#003399 !important;
    cursor:pointer
}
#svg-map a.off:hover path,
#svg-map a.off.active path {
    fill:#DDDDDD !important
}
.mapsvg-tooltip {
    min-width: 50px !important;
}

footer {
    position: relative;
    padding: 50px 0 35px;
    background-color: #e9ebef;
}
footer .footer__logo {
    margin-bottom: 10px;
}
.footer {
    display: flex;
    justify-content: space-between;
}
.social {
    display: flex;
    margin-bottom: 15px;
}
.social a {
    display: table;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background-image: url(images/social.png);
    background-repeat: no-repeat;
}
.social a.facebook {
    background-position: 0 0;
}
.social a.instagram {
    background-position: -35px 0 ;
}
.social a.linkedin {
    background-image: url(images/linkedin.svg) !important;
    background-size: 25px;
}
.contact li a {
    display: block;
    color: #000;
    font-size: 11px;
    font-weight: 600;
    line-height: 24px;
    background-repeat: no-repeat;
    padding-left: 35px;
    margin-bottom: 10px;
    background-position: left center;
}
.contact li.mail a {
    background-image: url(images/mail.png);
}
.contact li.phone a {
    background-image: url(images/phone.png);
}
.footer__nav a {
    display: block;
    color: #e30613;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.footer__nav .feat-link a {
    color: #fff;
    background-color: #000;
    padding: 5px 10px;
}
.sac p {
    display: block;
    color: #000;
    font-size: 11px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 10px;
}
.sac p a {
    color: #e30613;
}

#bottom {
    position: relative;
    padding: 20px 0;
    background-color: #e30613;
}
.bottom__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bottom__content p {
    font-family: 'GothamBook';
    color: #fff;
    font-size: 12px;
}

#menuToggle {
    display: none;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 44px;
    right: 15px;
    z-index: 1000;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#menuToggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 20px;
    background: #e30613;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#menuToggle span:nth-child(1) {
    top: 0px;
}
#menuToggle span:nth-child(2),
#menuToggle span:nth-child(3) {
    top: 6px;
}
#menuToggle span:nth-child(4) {
    top: 12px;
}
#menuToggle.open span:nth-child(1) {
    top: 6px;
    width: 0%;
    left: 50%;
}
#menuToggle.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#menuToggle.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#menuToggle.open span:nth-child(4) {
    top: 6px;
    width: 0%;
    left: 50%;
}

.modal {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.75);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal.fade .modal-dialog {
    /*transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%);*/
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    outline: 0;
}
.modal-close {
    position: absolute;
    top: 45px;
    right: 45px;
    width: 38px;
    height: 38px;
    background-image: url(images/close.png);
    background-color: #e30613;
    background-repeat: no-repeat;
    background-position: center center;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog.modal-vertical-video {
        max-width: 265px;
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
    .modal-dialog.modal-inscricao {
        max-width: 675px;
    }
}
@media (min-width: 768px) {
    .modal-dialog.modal-horizontal-video {
        max-width: 745px;
    }
}
@media (min-width: 640px) {
    .modal-dialog.modal-lg {
        max-width: 635px;
    }
}
@media (max-width: 575px) {
    .modal-dialog.modal-vertical-video {
        max-width: auto;
    }
    .modal-dialog.modal-vertical-video iframe {
        width: 100%;
        height: 470px;
    }
    .modal-close {
        top: 5px;
        right: 5px;
    }
}
@media (max-width: 767px) {
    .modal-dialog.modal-horizontal-video {
        max-width: auto;
    }
    .modal-dialog.modal-horizontal-video iframe {
        width: 100%;
        height: 300px;
    }
}
@media (max-width: 640px) {
    .modal-dialog.modal-lg {
        max-width: auto;
    }
    .modal-dialog.modal-lg img {
        width: 100%;
    }
}

@media (max-width: 1280px) {
    .owl-theme .owl-dots {
        text-align: right;
        right: 30px;
    }
    .page-filial__content {
        margin-left: 0;
    }
}

@media (max-width: 1199px) {
    #menuToggle {
        display: block;
    }
    nav.menu-principal {
        position: absolute;
        top: -1000px;
        padding-top: 80px;
        padding-left: 30px;
        right: -15px;
        width: 300px;
        height: 100vh;
		border-bottom: none;
        -webkit-transition: 0.3s ease-out;
    }
    .menu-principal.expanded {
        top: -130px;
        background-color: #fff;
        box-shadow: -2px 2px 2px rgba(0,0,0,0.2);
        -webkit-transition: 0.3s ease-out;
    }
    nav.menu-principal ul {
        display: block;
        align-items: inherit;
    }
    nav.menu-principal ul li a {
        font-size: 16px;
        padding: 14px 10px 10px;
    }

    header .social {
        justify-content: center;
    }
    .logo__search {
        display: block;
    }
    .logo img {
        width: 175px;
    }
	.logo__search .footer__social {
		display: none;
	}
	.about__content {
		width: 100%;
	}
    #banner {
        top: 0;
        margin-top: 30px;
    }
    .search input[type="text"] {
        width: 100%;
    }
    .banner__content {
        margin: 113px 0 0 -565px;
    }
    .about__content__img {
        margin-left: 0;
    }
    .about__img {
        margin-right: 35px;
    }
    .about__start {
        width: 100%;
    }
    #about {
        padding: 70px 0;
    }
    .featured__info h3 {
        margin-left: 0;
        font-size: 38px;
    }
    .featured__info h4 {
        font-size: 17px;
    }
    .page-filial__content {
        margin-top: 0;
    }
    #clients {
        padding: 70px 0;
    }
    #breadcrumb {
        margin-top: 30px;
    }
    .page-about__img img {
        margin: 0 auto 30px;
    }
    .page-sidebar__last {
        padding: 15px;
    }
    .page-sidebar__last__download p {
        font-size: 13px;
    }
    .page-sidebar__last__download {
        margin-bottom: 25px;
        padding: 15px 14px 12px;
    }
    .page-sidebar__last__download span img {
        width: 40px;
    }
    .page-sidebar__sections {
        padding: 20px 15px 10px;
    }
    .page-posts__featured .img_cut img {
        min-width: 325px;
        min-height: 275px;
    }
    .page-posts__featured .img_cut {
        height: 275px;
    }
    .page-posts__featured {
        height: 275px;
        margin-bottom: 25px;
    }
    .page-posts__featured__content p {
        line-height: 20px;
        height: 97px;
    }
    .page-posts__featured__content {
        padding: 25px;
    }
    .page-posts__list .img_cut {
        height: 100px;
    }
    .page-posts__list .img_cut img {
        min-height: 100px;
    }
    .page-posts__content p {
        line-height: 19px;
    }
    .page-posts__others {
        display: block;
    }
    .page-posts__others span {
        margin-bottom: 30px;
    }
    .page-posts__others ul li {
        margin: 0 10px;
    }
    .page-posts__others ul li img {
        width: 100px;
    }
    .page-posts__img__content .img_cut {
        margin-bottom: 25px;
    }
    .page-post__content {
        padding: 0 0 25px 0;
        margin-bottom: 25px;
    }
    .page-products__content p {
        margin-top: 0;
        padding-right: 30px;
    }
    .table__content__img {
        width: 200px;
        height: 94px;
    }
    .table__content__img img {
        min-width: 200px;
    }
    .table__content p {
        line-height: 20px;
    }
    .table__content {
        width: 57%;
    }
    .page-products__list__table__title h4 {
        width: 40%;
    }
}

@media (max-width: 768px) {
    .banner__content {
        margin: 113px 0 0 -615px;
    }
    #banner img {
        margin-left: -310px;
    }
    .about__content__img {
        margin-bottom: 40px;
    }
    .about__start {
        margin-left: 0;
    }
    .about__start p {
        height: auto;
    }
    #breadcrumb .breadcrumb-title, #breadcrumb .breadcrumb-title span {
        margin-left: 0;
    }
    #page {
        padding: 45px 0;
    }
    .page-history__content p {
        height: auto;
    }
    .page-filial__content {
        margin-bottom: 40px;
    }
    select.full {
        background-position: 95% 50%;
    }
    .page-sidebar,
    .page-posts {
        width: 320px;
        margin: 0 auto 30px;
    }
    .page-posts__featured {
        height: auto;
    }
    .page-posts__featured a {
        display: block;
    }
    .page-posts__featured .img_cut {
        height: auto;
    }
    .page-posts__featured__content span {
        position: relative;
        top: 0;
        left: 0;
        display: table;
        margin-bottom: 20px;
    }
    .page-posts__featured__content {
        display: block;
        width: 100%;
    }
    .page-posts__featured__content h1 {
        height: auto;
    }
    .page-posts__featured__content p {
        height: auto;
    }
    .page-posts__content h1,
    .page-posts__content p {
        height: auto;
    }
    .page-posts__others ul {
        display: block;
    }
    .page-posts__others ul li {
        display: inline-block;
        margin-bottom: 20px;
    }
    .page-products__content p {
        padding-right: 0;
        margin-bottom: 30px;
    }
    .page-products__download img {
        margin-bottom: 30px;
    }
    .page-products__list__options select {
        margin-bottom: 15px;
    }
    .page-products__list__options {
        padding: 30px 35px 20px;
    }
    #svg-map {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 767px) {
    .desktop_version {
        display: none !important;
    }
    .mobile_version {
        display: block !important;
    }

    #banner img {
        margin-left: 0;
        width: 100%;
    }
    .banner__content {
        margin: 20px 0 0 0;
        left: 16px;
        width: 132px;
    }
    .banner__content h1 {
        font-size: 16px;
        line-height: 22px;
    }
    .banner__content p {
        font-size: 14px;
        line-height: 18px;
    }
    .banner__content a {
        font-size: 13px;
    }
    .about__content__img {
        display: block;
    }
    .about__img {
        display: table;
        margin: 0 auto 30px;
    }
    .about__content h2 {
        text-align: center;
    }
    .about__content p {
        text-align: center;
        height: auto;
    }
    .btn {
        display: block;
    }
    .featured__item {
        display: block;
    }
    #featured {
        padding: 30px 0;
    }
    .item__img {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }
    .item__img img.bg-img {
        width: 100%;
        height: auto;
    }
    .featured__link, .featured__info {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }
    .footer {
        display: block;
    }
    .footer__nav {
        display: none;
    }
    .page-history__img {
        height: auto;
    }
    .page-history__img img {
        min-height: auto;
    }
    .page-posts__img__content .img_cut {
        height: 170px;
    }
    .page-posts__img__content .img_cut img {
        min-height: 170px;
    }
    .page-products__list__table__img__content {
        padding: 10px;
    }
    .table__content__img img {
        min-width: 50px;
    }
    .table__content__img {
        width: 140px;
        height: 64px;
        margin-right: 15px;
    }
    .table__content p {
        font-size: 12px;
        line-height: 15px;
    }
    .page-products__list__table__title h4 {
        width: 42%;
    }
    ul.label__flex .label-list {
        height: auto;
    }

}
@media (max-width: 425px) {
    .page-filial__content form,
    .page-filial__content form input[type="submit"],
    form.clients input[type="submit"] {
        width: 100%;
    }
    .label__flex {
        display: block;
        height: auto;
    }
    ul.label__flex {
        display: flex;
    }
    .label__flex, .label__flex li {
        height: auto;
    }
    .label__flex p {
        margin-bottom: 10px;
    }
}

@media (max-width: 374px) {
    .page-filial__content ul li h4 {
        font-size: 20px;
    }
    .page-sidebar, .page-posts {
        width: 100%;
    }
    .page-posts__others {
        padding: 15px;
    }
    .page-posts__others ul li {
        margin: 0 5px;
    }
    .page-products__list__table__title h4 {
        width: 50%;
    }
}