article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: .67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0;
  }
}
@media (min-width: 550px) {
  .container {
    width: 80%;
  }
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.66666666667%;
  }
  .two.columns {
    width: 13.3333333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.6666666667%;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65.3333333333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.6666666667%;
  }
  .eleven.columns {
    width: 91.3333333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.6666666667%;
  }
  .two-thirds.column {
    width: 65.3333333333%;
  }
  .one-half.column {
    width: 48%;
  }
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%;
  }
}
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0;
}
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0;
}
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0;
}
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
}
fieldset {
  padding: 0;
  border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
}
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: 400;
}
ul {
  list-style: circle inside;
}
ol {
  list-style: decimal inside;
}
ol,
ul {
  padding-left: 0;
  margin-top: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}
li {
  margin-bottom: 1rem;
}
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}
.u-pull-right {
  float: right;
}
.u-pull-left {
  float: left;
}
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
}
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}
.mfp-bg,
.mfp-wrap {
  position: fixed;
  left: 0;
  top: 0;
}
.mfp-bg,
.mfp-container,
.mfp-wrap {
  height: 100%;
  width: 100%;
}
.mfp-arrow:after,
.mfp-arrow:before,
.mfp-container:before,
.mfp-figure:after {
  content: '';
}
.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: .8;
}
.mfp-arrow,
.mfp-close:focus,
.mfp-close:hover {
  opacity: .65;
}
.mfp-wrap {
  z-index: 1043;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-close,
.mfp-close-btn-in .mfp-close,
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  position: fixed;
  right: 25px;
  top: 10px;
  text-decoration: none;
  text-align: center;
  font-style: normal;
  font-size: 44px;
}
.mfp-close:active {
  top: 1px;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #FFF;
  text-align: right;
  width: auto;
  right: 10px;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-figure,
img.mfp-img {
  line-height: 0;
}
.mfp-arrow {
  position: absolute;
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-image-holder .mfp-content,
img.mfp-img {
  max-width: 100%;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #000;
}
.mfp-figure:after,
img.mfp-img {
  width: auto;
  height: auto;
  display: block;
}
img.mfp-img {
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure:after {
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
    transform: scale(.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.clear {
  clear: both;
}
.displayflex {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.display100 {
  width: 100%;
  height: auto;
  display: table;
}
input:invalid {
  box-shadow: none;
}
textarea:invalid {
  box-shadow: none;
}
* {
  padding: 0;
  border: 0;
  margin: 0;
  line-height: 1.5;
}
a,
img {
  border: 0;
  text-decoration: none;
}
input {
  outline: none;
}
html,
body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif !important;
  height: 100%;
  font-weight: 400;
}
body {
  overflow-x: hidden;
}
.msg-add-sucess {
  width: 94%;
  padding: 3%;
  max-width: 800px;
  border: 2px solid #8BC53F;
  font-size: 18px;
  text-align: center;
  border-radius: 20px;
  margin: 50px auto;
  font-weight: 700;
}
.msg-add-sucess .fa-check {
  color: #8BC53F;
  font-size: 44px;
  margin-bottom: 20px;
}
.msg-add-sucess p {
  font-size: 18px;
  color: #464646;
}
.msg-send-form {
  display: none;
  margin-top: 20px;
  color: #000;
  text-align: center;
}
.container-fix {
  width: auto;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
header {
  width: 100%;
  height: auto;
  display: table;
  background-color: #FFF;
  padding-top: 15px;
  padding-bottom: 20px;
}
header .ht1 {
  text-align: right;
}
header .ht1 a {
  display: inline-block;
  color: #000;
  font-size: 13px;
  border-bottom: 2px solid transparent;
  transition: all .33s ease-in-out;
  -moz-transition: all .33s ease-in-out;
  -webkit-transition: all .33s ease-in-out;
}
header .ht1 a:hover {
  border-bottom: 2px solid #3c5b9f;
}
header .ht1 span {
  display: inline-block;
  font-size: 15px;
  margin-left: 11px;
  margin-right: 11px;
}
header .ht1 .langs {
  display: inline-block;
  width: auto;
}
header .ht1 .temp {
  cursor: auto;
}
header .ht1 .temp:hover {
  border-bottom: 2px solid transparent;
}
header .ht2 .logo img {
  width: 100%;
  max-width: 215px;
  margin-bottom: -5px;
}
header .ht2 .openmenu {
  width: 38px;
  float: right;
  display: none;
  cursor: pointer;
}
header .ht2 .openmenu span {
  display: block;
  height: 4px;
  background-color: #3c5b9f;
  border-radius: 5px;
  margin-bottom: 5px;
}
header .ht2 #bgmenu {
  margin-top: 70px;
}
header .ht2 #bgmenu ul {
  list-style: none;
  margin-bottom: 0px;
  text-align: right;
}
header .ht2 #bgmenu ul .li-close {
  display: none;
  text-align: right;
  float: left;
}
header .ht2 #bgmenu ul .li-close a {
  border-bottom: 0px;
}
header .ht2 #bgmenu ul .li-close a img {
  width: 26px;
  display: inline-block;
  margin-bottom: -5px;
}
header .ht2 #bgmenu ul .li-close a:hover {
  border-bottom: 0px;
}
header .ht2 #bgmenu ul li {
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 45px;
}
header .ht2 #bgmenu ul li a {
  color: #464646;
  font-size: 15px;
  font-weight: 500;
  transition: all .33s ease-in-out;
  -moz-transition: all .33s ease-in-out;
  -webkit-transition: all .33s ease-in-out;
}
header .ht2 #bgmenu ul li a i {
  font-size: 15px;
  margin-left: 5px;
}
header .ht2 #bgmenu ul li a:hover {
  color: #3c5b9f;
}
header .ht2 #bgmenu ul li .submenu {
  display: none;
  width: 222px;
  position: absolute;
  box-shadow: 5px 5px 8px rgba(0,0,0,0.1);
  border-radius: 3px;
  background-color: #FFF;
  z-index: 999;
  text-align: left;
  margin-top: 0px;
  margin-left: 0px;
  text-align: left !important;
  padding: 10px;
}
header .ht2 #bgmenu ul li .submenu li {
  width: 100%;
  display: table;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  border-bottom: 1px solid #E8E8E8;
}
header .ht2 #bgmenu ul li .submenu li a {
  display: inline-table;
  color: #464646;
  font-size: 15px;
  line-height: 14px;
  text-align: left;
  width: 94%;
  padding: 13px 3% 13px 3%;
  border-radius: 0px;
  float: left;
  transition: all .33s ease-in-out;
  -moz-transition: all .33s ease-in-out;
  -webkit-transition: all .33s ease-in-out;
}
header .ht2 #bgmenu ul li .submenu li a:hover {
  color: #3c5b9f;
}
header .ht2 #bgmenu ul li .submenu li:last-child {
  border-bottom: 0px;
}
header .ht2 #bgmenu ul li:hover .submenu {
  display: block;
}
header .ht2 #bgmenu ul .lfirst {
  margin-left: 0px;
}
.header-fix {
  position: fixed;
  z-index: 999;
  transition: transform 0.5s ease;
  top: -61px;
  transform: translate3d(0,61px,0) !important;
  border-bottom: 1px solid #CECBCC;
  padding-top: 5px;
  padding-bottom: 5px;
}
.header-fix .ht1 {
  display: none;
}
.header-fix .ht2 .logo img {
  max-width: 128px;
}
.header-fix .ht2 #bgmenu {
  margin-top: 25px;
}
.fix-ci {
  padding-top: 165px;
}
.line-full-green {
  width: 50%;
  display: table;
  position: absolute;
  right: 0px;
  background-color: #2e8650;
  height: 10px;
  z-index: 617;
}
.line-full-blue {
  width: 50%;
  display: table;
  position: absolute;
  left: 0px;
  background-color: #3c5b9f;
  height: 10px;
  z-index: 617;
  margin-top: -10px;
}
#banners-desktop img {
  width: 100%;
}
#banners-desktop .slick-dots {
  bottom: 5px;
}
#banners-desktop .slick-prev {
  background: url('../slick/imgs/arrow_prev_white.png') no-repeat center center;
}
#banners-desktop .slick-next {
  background: url('../slick/imgs/arrow_next_white.png') no-repeat center center;
}
.banner-single img {
  width: 100%;
  margin-bottom: -7px;
}
.banner-single-mobile {
  display: none;
}
.banner-single-mobile img {
  width: 100%;
  max-width: 650px;
  margin-bottom: -5px;
}
.htph {
  margin-top: 70px;
  text-align: center;
  color: #2e8650;
  font-size: 34px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.htph b {
  color: #3c5b9f;
  font-weight: 900;
}
.phdate {
  color: #464646;
  font-size: 16px;
  text-align: center;
}
.bg-home {
  width: 100%;
  height: 838px;
  display: table;
  margin-top: 90px;
  background: url('../img/bg_home2.jpg') no-repeat center center;
  text-align: right;
}
.bg-home h2 {
  font-weight: 800;
  color: #2e8650;
  font-size: 32px;
  margin-bottom: 0px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 130px;
}
.bg-home p {
  text-transform: uppercase;
  font-size: 44px;
  line-height: 58px;
  color: #2e8650;
  white-space: pre-wrap;
}
.bg-home p b {
  color: #3c5b9f;
  font-weight: 800;
  font-size: 44px;
  line-height: 58px;
}
.bg-home .rmore {
  margin-top: 20px;
}
.bg-home .rmore a {
  display: inline-block;
  color: #3c5b9f;
  font-size: 18px;
  transition: all .33s ease-in-out;
  -moz-transition: all .33s ease-in-out;
  -webkit-transition: all .33s ease-in-out;
}
.bg-home .rmore a i {
  font-size: 16px;
  margin-left: 5px;
}
.bg-home .rmore a:hover {
  color: #2e8650;
}
.rlt-right {
  margin-top: 0px;
  margin-bottom: 50px;
  position: relative;
  text-align: right;
}
.rlt-right .rrline {
  width: 50%;
  height: 2px;
  background-color: red;
  display: inline-block;
}
.rlt-right .rrline::after {
  content: " ";
  position: absolute;
  width: 370px;
  right: -370px;
  background-color: red;
  height: 2px;
}
.ht-bb {
  margin-bottom: 70px;
}
.ht-bb::before {
  content: " ";
  position: absolute;
  width: 100%;
  background-color: #A3A3A3;
  height: 1px;
  margin-top: 60px;
}
footer {
  width: 100%;
  height: auto;
  display: table;
  background-color: #2e8650;
  margin-top: 80px;
  padding-top: 50px;
}
footer .row-mf .ptitle {
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
}
footer .row-mf ul {
  margin-bottom: 0px;
}
footer .row-mf ul li {
  list-style: none;
  margin-bottom: 5px;
}
footer .row-mf ul li a {
  display: inline-block;
  font-size: 15px;
  color: #FFF;
  border-bottom: 2px solid transparent;
  transition: all .33s ease-in-out;
  -moz-transition: all .33s ease-in-out;
  -webkit-transition: all .33s ease-in-out;
}
footer .row-mf ul li a:hover {
  border-bottom: 2px solid #FFF;
}
footer .r-tc {
  text-align: right;
  margin-top: -64px;
}
footer .r-tc a {
  display: inline-table;
  font-size: 15px;
  line-height: 14px;
  font-weight: 700;
  margin-bottom: 7px;
  color: #FFF;
  border-bottom: 2px solid transparent;
  transition: all .33s ease-in-out;
  -moz-transition: all .33s ease-in-out;
  -webkit-transition: all .33s ease-in-out;
}
footer .r-tc a:hover {
  border-bottom: 2px solid #FFF;
}
footer .r-ssd {
  margin-top: 30px;
  margin-bottom: 40px;
}
footer .r-ssd .sociais a {
  display: inline-block;
  color: #FFF;
  font-size: 22px;
  margin-right: 15px;
}
footer .r-ssd .exame {
  text-align: right;
}
footer .r-ssd .exame img {
  width: 100%;
  max-width: 275px;
  float: right;
  margin-top: -88px;
  margin-right: -50px;
}
footer .r-ssd .sustainable {
  text-align: right;
}
footer .r-ssd .sustainable img {
  width: 100%;
  max-width: 235px;
}
footer .bg-copyright {
  width: 100%;
  height: auto;
  display: table;
  background-color: #3c5b9f;
  padding-top: 17px;
  padding-bottom: 17px;
  text-align: center;
}
footer .bg-copyright p {
  color: #FFF;
  font-size: 12px;
}
.banner-content {
  width: 100%;
  height: auto;
  display: table;
}
.banner-content img {
  width: 100%;
  margin-bottom: -6px;
}
.mb90 {
  margin-bottom: 90px;
}
.r-sobre-nos .img-ir {
  margin-bottom: 20px;
}
.r-sobre-nos .img-ir img {
  width: 100%;
}
.r-sobre-nos .texto-wrap p {
  font-size: 12px;
  line-height: 18px;
}
.texto-wrap p {
  font-size: 15px;
  line-height: 20px;
  color: #464646;
  white-space: pre-wrap;
}
.texto-just p {
  font-size: 15px;
  line-height: 20px;
  color: #464646;
  margin-bottom: 10px;
  text-align: justify;
}
.texto-just ul {
  list-style: none;
}
.texto-just ul li {
  margin-bottom: 0px;
  font-size: 16px;
  color: #464646;
  margin-bottom: 5px;
}
.texto-just ul li::before {
  content: "\2022";
  color: #464646;
  font-weight: bold;
  display: inline-block;
  width: 10px;
  margin-right: 5px;
}
.bg-slider-c {
  margin-top: 70px;
  margin-bottom: 100px;
  text-align: center;
}
.bg-slider-c .slick-dots {
  bottom: -40px;
}
.bg-slider-c .slick-dots li {
  width: 6px;
  height: 6px;
}
.bg-slider-c .slick-dots li button:before {
  background-color: #000;
  color: #000;
  width: 6px;
  height: 6px;
}
.bg-slider-c .slick-prev {
  margin-left: -25px;
  background-size: 12px;
}
.bg-slider-c .slick-next {
  margin-right: -25px;
  background-size: 12px;
}
.bg-slider-c img {
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.4;
  transition: all .33s ease-in-out;
  -moz-transition: all .33s ease-in-out;
  -webkit-transition: all .33s ease-in-out;
}
.bg-slider-c img:hover {
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.r-mvv .list-mvv {
  background: url('../img/icon_missao2.svg') no-repeat left 10px;
  background-size: 44px;
  min-height: 80px;
  padding-left: 80px;
}
.r-mvv .list-mvv p {
  font-size: 15px;
  line-height: 20px;
  color: #464646;
  white-space: pre-wrap;
}
.r-mvv .list-mvv p b {
  font-size: 15px;
  line-height: 35px;
  color: #9F9FA1;
  font-weight: 800;
}
.r-mvv .visao {
  background: url('../img/icon_visao.svg') no-repeat left 10px;
  background-size: 44px;
  margin-top: 40px;
}
.r-mvv .valores {
  background: url('../img/icon_valores.svg') no-repeat left 10px;
  background-size: 44px;
  margin-top: 40px;
}
.r-ltu .list-lt {
  margin-bottom: 40px;
}
.r-ltu .list-lt .ll-img {
  width: 11%;
  float: left;
  text-align: center;
}
.r-ltu .list-lt .ll-img img {
  width: 100%;
  max-width: 70px;
}
.r-ltu .list-lt .ll-info {
  width: 89%;
  float: right;
}
.r-ltu .list-lt .ll-info h2 {
  font-size: 15px;
  color: #9F9FA1;
  margin-bottom: 8px;
  font-weight: 800;
}
.r-ltu .list-unidades .ll-img {
  width: 25%;
}
.r-ltu .list-unidades .ll-img img {
  max-width: 236px;
}
.r-ltu .list-unidades .ll-info {
  width: 74%;
}
.r-ltu .list-unidades .ll-info h2 {
  margin-top: -9px;
}
.r-contato .formc {
  width: 100%;
  margin-top: 30px;
}
.r-contato .formc label {
  width: 100%;
  font-size: 15px;
  color: #464646;
  margin-bottom: 3px;
  font-weight: 700;
}
.r-contato .formc input[type="text"],
.r-contato .formc input[type="email"],
.r-contato .formc input[type="tel"] {
  width: 100%;
  border-radius: 18px;
  background-color: #DCDCDC;
  height: 44px;
  margin-bottom: 18px;
}
.r-contato .formc select {
  width: 100%;
  border-radius: 18px;
  background-color: #DCDCDC;
  height: 44px;
}
.r-contato .formc textarea {
  width: 100%;
  padding-left: 3%;
  height: 100px;
  border-radius: 18px;
  background-color: #DCDCDC;
}
.r-contato .formc input[type="submit"] {
  width: 100%;
  color: #FFF;
  background-color: #3c5b9f;
  border: 0px;
  border-radius: 18px;
  height: 45px;
  margin-top: 25px;
  font-size: 15px;
  transition: all .33s ease-in-out;
  -moz-transition: all .33s ease-in-out;
  -webkit-transition: all .33s ease-in-out;
}
.r-contato .formc input[type="submit"]:hover {
  background-color: #2e8650;
}
.r-contato .right-c a,
.r-contato .right-c p {
  display: table;
  color: #464646;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}
.r-contato .right-c a i,
.r-contato .right-c p i {
  color: #2e8650;
  margin-right: 8px;
  font-size: 18px;
}
.r-contato .right-c iframe {
  width: 100%;
  height: 413px;
  margin-top: 5px;
  border-radius: 8px;
}
.r-regioes-atuacao .mapa {
  text-align: center;
}
.r-regioes-atuacao .mapa img {
  width: 100%;
  max-width: 450px;
  margin-top: 40px;
}
.r-regioes-atuacao .list-regiao {
  margin-bottom: 50px;
}
.r-regioes-atuacao .list-regiao h2 {
  color: #9F9FA1;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 10px;
}
.r-regioes-atuacao .list-regiao h3 {
  color: #2e8650;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}
.r-nossos-mercados img {
  width: 100%;
  max-width: 1280px;
}
.r-nossos-segmentos .list-seg {
  margin-bottom: 50px;
}
.r-nossos-segmentos .list-seg h2 {
  color: #9F9FA1;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 10px;
}
.r-nossos-segmentos .list-seg .texto-wrap p {
  margin-bottom: 15px;
}
.r-nossos-segmentos .list-seg .img-right img {
  width: 100%;
  max-width: 650px;
}
.r-nossos-segmentos .list-seg .img-right .texto-qta p {
  font-size: 15px;
  line-height: 24px;
  color: #464646;
  padding: 4px;
}
.r-nossos-segmentos .list-seg .img-right .texto-qta p:nth-child(even) {
  background: #eeeeee;
}
.r-nossos-projetos .list-projeto {
  margin-bottom: 50px;
}
.r-nossos-projetos .list-projeto .img-lp img {
  width: 100%;
  max-width: 70px;
  margin-top: 8px;
}
.r-nossos-projetos .list-projeto h2 {
  color: #9F9FA1;
  font-size: 15px;
  font-weight: 800;
  margin-top: 0px;
  margin-bottom: 10px;
}
.r-nossos-projetos .list-projeto .texto-wrap p {
  margin-bottom: 15px;
}
.r-produtos-fichas .box-cft {
  margin-bottom: 40px;
}
.r-produtos-fichas .box-cft h2 {
  color: #9F9FA1;
  font-size: 15px;
  font-weight: 800;
  margin-top: 0px;
  margin-bottom: 10px;
}
.r-produtos-fichas .box-cft .box-fichas a {
  display: table;
  font-size: 15px;
  color: #464646;
  margin-bottom: 5px;
  font-weight: 400;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  transition: all .33s ease-in-out;
  -moz-transition: all .33s ease-in-out;
  -webkit-transition: all .33s ease-in-out;
}
.r-produtos-fichas .box-cft .box-fichas a span {
  display: inline-block;
  float: left;
}
.r-produtos-fichas .box-cft .box-fichas a img {
  float: left;
  width: 15px;
  margin-left: 10px;
  margin-top: 4px;
}
.r-produtos-fichas .box-cft .box-fichas a:hover {
  color: #2e8650;
  border-bottom: 1px solid #2e8650;
}
.r-nossos-numeros .box-numero {
  width: 100%;
  text-align: center;
}
.r-nossos-numeros .box-numero img {
  width: 100%;
  max-width: 360px;
  margin-bottom: 40px;
}
.r-nossos-numeros .box-numero-text {
  width: 100%;
  height: 240px;
  color: #FFF;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 40px;
  position: relative;
}
.r-nossos-numeros .box-numero-text .texto-n p {
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  white-space: pre-wrap;
}
.r-nossos-numeros .box-numero-text .texto-n p span {
  font-size: 13px;
}
.r-nossos-numeros .box-numero-text .texto-n p b {
  font-size: 25px;
}
.r-nossos-numeros .box-numero-text .ano-n {
  width: 100%;
  margin-top: 20px;
  position: absolute;
  bottom: 0px;
  padding-bottom: 10px;
}
.r-nossos-numeros .box-numero-text .ano-n p {
  font-size: 20px;
  font-weight: 700;
}
.r-volume-negociado .box-volume {
  margin-bottom: 60px;
  width: 100%;
}
.r-volume-negociado .box-volume h2 {
  color: #9F9FA1;
  font-size: 15px;
  font-weight: 800;
  margin-top: 0px;
  margin-bottom: 15px;
}
.r-volume-negociado .box-volume img {
  width: 100%;
  max-width: 620px;
}
.r-vendas-e-participacoes .list-vendas-ep {
  margin-bottom: 50px;
}
.r-vendas-e-participacoes .list-vendas-ep h2 {
  color: #9F9FA1;
  font-size: 15px;
  font-weight: 800;
  margin-top: 0px;
  margin-bottom: 15px;
}
.r-vendas-e-participacoes .list-vendas-ep img {
  width: 100%;
  max-width: 1280px;
}
.r-comercio-exterior .list-comercio-exterior {
  margin-bottom: 50px;
}
.r-comercio-exterior .list-comercio-exterior h2 {
  color: #9F9FA1;
  font-size: 15px;
  font-weight: 800;
  margin-top: 0px;
  margin-bottom: 15px;
}
.r-comercio-exterior .list-comercio-exterior img {
  width: 100%;
  max-width: 1280px;
}
.r-indicadores-asg .list-i-asg {
  margin-bottom: 10px;
}
.r-indicadores-asg .list-i-asg .texto-just p b {
  color: #9F9FA1;
  font-weight: 800;
}
.r-indicadores-asg .list-i-asg img {
  width: 150px;
}
.r-manuais-politicas h2 {
  color: #9F9FA1;
  font-size: 15px;
  font-weight: 800;
  margin-top: 0px;
  margin-bottom: 15px;
}
.r-manuais-politicas a {
  display: table;
  font-size: 15px;
  color: #464646;
  margin-bottom: 10px;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  transition: all .33s ease-in-out;
  -moz-transition: all .33s ease-in-out;
  -webkit-transition: all .33s ease-in-out;
}
.r-manuais-politicas a span {
  display: inline-block;
  float: left;
}
.r-manuais-politicas a img {
  float: left;
  width: 15px;
  margin-left: 10px;
  margin-top: 4px;
}
.r-manuais-politicas a:hover {
  color: #2e8650;
  border-bottom: 1px solid #2e8650;
}
.r-login-ai {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  margin-top: -40px;
}
.r-login-ai .ptx {
  font-size: 18px;
  color: #464646;
  text-align: center;
  font-weight: 500;
}
.r-login-ai .boxform {
  background-color: #F2F2F2;
  margin-top: 40px;
  padding: 20px 60px;
  border-radius: 10px;
}
.r-login-ai .boxform form label {
  color: #464646;
  margin-bottom: 5px;
  font-size: 15px;
}
.r-login-ai .boxform form input[type="text"],
.r-login-ai .boxform form input[type="password"] {
  width: 100%;
  border-radius: 18px;
  height: 40px;
  margin-bottom: 18px;
}
.r-login-ai .boxform form input[type="submit"] {
  width: 100%;
  color: #FFF;
  background-color: #3c5b9f;
  border: 0px;
  border-radius: 18px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  transition: all .33s ease-in-out;
  -moz-transition: all .33s ease-in-out;
  -webkit-transition: all .33s ease-in-out;
}
.r-login-ai .boxform form input[type="submit"]:hover {
  background-color: #2e8650;
}
.r-ai-logout {
  text-align: right;
  margin-bottom: -20px;
}
.r-ai-logout a {
  display: inline-block;
  color: #464646;
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
  transition: all .33s ease-in-out;
  -moz-transition: all .33s ease-in-out;
  -webkit-transition: all .33s ease-in-out;
}
.r-ai-logout a i {
  margin-right: 4px;
}
.r-ai-logout a:hover {
  color: #2e8650;
}
.load-csb {
  text-align: center;
  color: #464646;
  font-size: 18px;
  font-weight: 500;
}
.load-csb img {
  width: 20px;
  margin-right: 10px;
}
.corn-soybean-praca {
  margin-top: 40px;
  height: auto;
}
.corn-soybean-praca .boxbg {
  background-color: #FFF;
  box-shadow: 0px 12px 20px rgba(0,0,0,0.16);
  padding: 15px;
  margin-bottom: 40px;
  height: auto;
  min-height: 315px;
}
.corn-soybean-praca .boxbg table {
  width: 100%;
}
.corn-soybean-praca .boxbg table td {
  font-size: 13px;
  padding: 4px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: 'Arial', sans-serif;
}
.corn-soybean-praca .boxbg table .tc {
  text-align: center;
}
.corn-soybean-praca .boxbg .table-cotacao td .bs {
  min-width: 55px;
  display: inline-block;
}
.corn-soybean-praca .bbeng {
  min-height: 0px;
  padding-bottom: 10px;
}
.corn-soybean-praca .bbeng .tradingview-widget-container {
  height: auto !important;
}
.corn-soybean-praca .pw {
  text-align: center;
  color: #464646;
  font-size: 13px;
}
.nossos-mercados-legendas {
  margin-top: 60px;
  text-align: center;
}
.nossos-mercados-legendas p {
  display: inline-block;
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
}
.nossos-mercados-legendas p .scolor {
  width: 14px;
  height: 14px;
  float: left;
  display: inline-block;
  border-radius: 50%;
  margin-top: 3px;
}
.nossos-mercados-legendas p .stitle {
  display: inline-block;
  float: left;
  font-size: 15px;
  color: #464646;
  margin-left: 10px;
}
.banner-inicial {
  width: 100%;
  height: 500px;
  display: table;
  color: #FFF;
}
.banner-inicial .b-texto {
  margin-left: 48px;
  margin-top: 40px;
}
.banner-inicial .b-texto p {
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  white-space: pre-wrap;
}
.banner-inicial .b-texto p span {
  font-size: 20px;
  font-weight: 900;
}
.banner-inicial .b-texto p b {
  font-weight: 900;
}
.banner-inicial .b-more {
  margin-left: 48px;
  margin-top: 20px;
}
.banner-inicial .b-more a {
  color: #FFF;
  font-size: 15px;
}
.banner-inicial .b-more a i {
  font-size: 13px;
  margin-left: 5px;
}
.banner-inicial2 {
  width: 100%;
  height: 500px;
  display: table;
  text-align: right;
  margin-top: 90px;
}
.banner-inicial2 .b-texto {
  margin-top: 40px;
}
.banner-inicial2 .b-texto p {
  font-size: 40px;
  line-height: 55px;
  font-weight: 300;
  white-space: pre-wrap;
  color: #2e8650;
}
.banner-inicial2 .b-texto p span {
  font-size: 20px;
  font-weight: 900;
}
.banner-inicial2 .b-texto p b {
  font-weight: 900;
  line-height: 55px;
  color: #3c5b9f;
}
.banner-inicial2 .b-more {
  margin-top: 15px;
}
.banner-inicial2 .b-more a {
  color: #3c5b9f;
  font-size: 15px;
}
.banner-inicial2 .b-more a i {
  font-size: 13px;
  margin-left: 5px;
}
.content-ch .ht-bb {
  margin-top: 37px;
  margin-bottom: 25px;
}
.box-oqhd {
  background-color: #FFF;
  box-shadow: 0px 12px 20px rgba(0,0,0,0.16);
  padding: 20px;
}
@media (max-width: 1280px) {
  .container-fix {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1080px) {
  header {
    width: 100%;
    height: auto;
    display: table;
    background-color: #FFF;
    padding-top: 15px;
    padding-bottom: 20px;
  }
  header .ht1 {
    text-align: left;
  }
  header .ht1 .temp {
    display: inline-block;
  }
  header .ht1 .hdnm {
    display: none;
  }
  header .ht1 a {
    font-size: 12px;
    border-bottom: 2px solid transparent;
  }
  header .ht1 span {
    display: inline-block;
    font-size: 15px;
    margin-left: 11px;
    margin-right: 11px;
  }
  header .ht1 .langs {
    display: inline-block;
    width: auto;
  }
  header .ht1 .login {
    float: right;
    margin-top: 4px;
  }
  header .ht2 {
    margin-top: 20px;
  }
  header .ht2 .logo {
    width: 70% !important;
    float: left;
    margin: 0px;
  }
  header .ht2 .logo img {
    width: 85%;
  }
  header .ht2 .cright {
    width: 30% !important;
    float: right;
    margin: 0px;
  }
  header .ht2 .cright .openmenu {
    display: table;
    margin-top: 20px;
  }
  header .ht2 .cright #bgmenu {
    display: none;
    background-color: #3c5b9f;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    z-index: 999;
    width: 100%;
    right: 0;
    top: -15px;
  }
  header .ht2 .cright #bgmenu ul {
    text-align: center;
  }
  header .ht2 .cright #bgmenu ul .li-close {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 0px;
    margin-top: 0px;
    width: 100%;
  }
  header .ht2 .cright #bgmenu ul .li-close a {
    border: 0px;
    margin-right: 20px;
    padding: 6px;
    float: right;
    width: auto;
  }
  header .ht2 .cright #bgmenu ul .li-close a:hover {
    background-color: transparent;
  }
  header .ht2 .cright #bgmenu ul li {
    display: block;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
  header .ht2 .cright #bgmenu ul li a {
    width: 100%;
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 18px;
    line-height: 18px;
    color: #FFF;
    float: none;
  }
  header .ht2 .cright #bgmenu ul li a i {
    font-size: 15px;
  }
  header .ht2 .cright #bgmenu ul li .submenu {
    display: none;
    width: 100%;
    position: relative;
    background-color: #FFF;
    text-align: center;
    margin: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 14px;
    margin-bottom: 2px;
    padding: 0px;
    border-radius: 0px;
    float: left;
  }
  header .ht2 .cright #bgmenu ul li .submenu li a {
    padding: 0px;
    padding-top: 17px;
    padding-bottom: 17px;
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
    color: ;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
  }
  header .ht2 .cright #bgmenu ul li:hover .submenu {
    display: none;
  }
}
@media (max-width: 800px) {
  .htph {
    margin-top: 50px;
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 300;
  }
  .phdate {
    color: #464646;
    font-size: 15px;
    text-align: center;
  }
  .bg-home {
    height: 450px;
    display: table;
    margin-top: 40px;
    background: url('../img/bg_home2_mobile.jpg') no-repeat center center;
    text-align: right;
  }
  .bg-home h2 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 40px;
  }
  .bg-home p {
    font-size: 28px;
    line-height: 38px;
  }
  .bg-home p b {
    font-size: 28px;
    line-height: 38px;
  }
  .bg-home .rmore {
    margin-top: 20px;
  }
  .bg-home .rmore a {
    font-size: 16px;
  }
  .bg-home .rmore a i {
    font-size: 15px;
  }
  .ht-bb {
    margin-bottom: 45px;
    border-bottom: 1px solid #A3A3A3;
    padding-bottom: 8px;
  }
  .ht-bb::before {
    display: none;
  }
  footer {
    margin-top: 70px;
    padding-top: 30px;
  }
  footer .row-mf {
    display: none;
  }
  footer .r-tc {
    text-align: left;
    margin-top: 0px;
  }
  footer .r-tc a {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 11px;
  }
  footer .r-ssd {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  footer .r-ssd .sociais {
    text-align: center;
  }
  footer .r-ssd .sociais a {
    font-size: 22px;
    margin-left: 10px;
    margin-right: 10px;
  }
  footer .r-ssd .exame {
    text-align: center;
    margin-top: 30px;
  }
  footer .r-ssd .exame img {
    width: 100%;
    max-width: 300px;
    float: none;
    margin-top: 0px;
    margin-right: auto;
  }
  footer .r-ssd .sustainable {
    text-align: center;
    margin-top: 20px;
  }
  footer .r-ssd .sustainable img {
    width: 100%;
    max-width: 235px;
  }
  footer .bg-copyright {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  footer .bg-copyright p {
    font-size: 12px;
  }
  .cf-inner .ht-bb {
    margin-top: 30px;
  }
  .r-sobre-nos .img-ir {
    margin-bottom: 10px;
  }
  .r-sobre-nos .texto-wrap {
    margin-bottom: 20px;
  }
  .texto-wrap p {
    font-size: 15px;
    line-height: 18px;
    white-space: pre-wrap;
  }
  .texto-just p {
    font-size: 15px;
    line-height: 18px;
    text-align: left;
  }
  .bg-slider-c {
    margin-top: 30px;
    margin-bottom: 70px;
  }
  .bg-slider-c .slick-dots {
    bottom: -40px;
  }
  .bg-slider-c img {
    width: 88%;
  }
  .r-mvv .list-mvv {
    background: url('../img/icon_missao.png') no-repeat left 10px;
    background-size: 28px;
    min-height: 8px;
    padding-left: 44px;
  }
  .r-mvv .list-mvv p {
    font-size: 16px;
    line-height: 25px;
  }
  .r-mvv .list-mvv p b {
    font-size: 16px;
    line-height: 25px;
  }
  .r-mvv .visao {
    background: url('../img/icon_visao.png') no-repeat left 10px;
    background-size: 26px;
    margin-top: 30px;
  }
  .r-mvv .valores {
    background: url('../img/icon_valores.png') no-repeat left 10px;
    background-size: 28px;
    margin-top: 30px;
  }
  .r-ltu .list-lt {
    margin-bottom: 25px;
  }
  .r-ltu .list-lt .ll-img {
    width: 100%;
    float: left;
    text-align: left;
  }
  .r-ltu .list-lt .ll-img img {
    max-width: 44px;
  }
  .r-ltu .list-lt .ll-info {
    width: 100%;
    float: left;
  }
  .r-ltu .list-lt .ll-info h2 {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .r-ltu .list-unidades {
    margin-bottom: 40px;
  }
  .r-ltu .list-unidades .ll-img {
    width: 100%;
  }
  .r-ltu .list-unidades .ll-img img {
    max-width: 150px;
  }
  .r-ltu .list-unidades .ll-info {
    width: 100%;
  }
  .r-ltu .list-unidades .ll-info h2 {
    margin-top: 10px;
    margin-bottom: 9px;
  }
  .r-contato .formc {
    width: 100%;
    margin-top: 40px;
  }
  .r-contato .formc label {
    font-size: 15px;
    margin-bottom: 3px;
  }
  .r-contato .formc input[type="text"],
  .r-contato .formc input[type="email"] {
    border-radius: 15px;
    height: 40px;
    margin-bottom: 20px;
  }
  .r-contato .formc select {
    border-radius: 15px;
    height: 40px;
  }
  .r-contato .formc textarea {
    height: 110px;
    border-radius: 15px;
  }
  .r-contato .formc input[type="submit"] {
    width: 50%;
    border: 0px;
    border-radius: 18px;
    height: 40px;
    margin-top: 25px;
    font-size: 15px;
  }
  .r-contato .right-c {
    margin-top: 40px;
  }
  .r-contato .right-c a,
  .r-contato .right-c p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .r-contato .right-c a i,
  .r-contato .right-c p i {
    margin-right: 8px;
    font-size: 16px;
  }
  .r-contato .right-c iframe {
    width: 100%;
    height: 345px;
    margin-top: 15px;
    border-radius: 5px;
  }
  .r-regioes-atuacao .mapa img {
    margin-top: 0px;
  }
  .r-regioes-atuacao .list-regiao {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .r-regioes-atuacao .list-regiao h2 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .r-regioes-atuacao .list-regiao h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .r-nossos-segmentos .list-seg {
    margin-bottom: 44px;
  }
  .r-nossos-segmentos .list-seg h2 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 18px;
  }
  .r-nossos-segmentos .list-seg .texto-wrap p {
    margin-bottom: 12px;
  }
  .r-nossos-segmentos .list-seg .img-right {
    margin-top: 10px;
  }
  .r-nossos-segmentos .list-seg .img-right .texto-qta p {
    font-size: 15px;
    line-height: 24px;
    padding: 2px;
  }
  .r-nossos-projetos .list-projeto {
    margin-bottom: 30px;
  }
  .r-nossos-projetos .list-projeto .img-lp {
    display: none;
  }
  .r-nossos-projetos .list-projeto h2 {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .r-nossos-projetos .list-projeto .texto-wrap p {
    margin-bottom: 12px;
  }
  .r-produtos-fichas .box-cft {
    margin-bottom: 35px;
  }
  .r-produtos-fichas .box-cft h2 {
    font-size: 16px;
    margin-bottom: 13px;
  }
  .r-produtos-fichas .box-cft .box-fichas a {
    font-size: 16px;
    margin-bottom: 11px;
    transition: all .33s ease-in-out;
    -moz-transition: all .33s ease-in-out;
    -webkit-transition: all .33s ease-in-out;
  }
  .r-produtos-fichas .box-cft .box-fichas a img {
    width: 17px;
    margin-left: 8px;
    margin-top: 3px;
  }
  .r-produtos-fichas .box-cft .box-fichas a:hover {
    color: #2e8650;
    border-bottom: 1px solid #2e8650;
  }
  .r-nossos-numeros {
    margin-bottom: -30px;
  }
  .r-nossos-numeros .box-numero-text {
    height: auto;
    padding-top: 15px;
    margin-bottom: 40px;
  }
  .r-nossos-numeros .box-numero-text .texto-n p {
    font-size: 20px;
    line-height: 20px;
    white-space: pre-wrap;
  }
  .r-nossos-numeros .box-numero-text .texto-n p span {
    font-size: 13px;
  }
  .r-nossos-numeros .box-numero-text .texto-n p b {
    font-size: 22px;
  }
  .r-nossos-numeros .box-numero-text .ano-n {
    position: relative;
    margin-top: 30px;
    padding-bottom: 10px;
  }
  .r-nossos-numeros .box-numero-text .ano-n p {
    font-size: 22px;
  }
  .r-volume-negociado {
    margin-bottom: -30px;
  }
  .r-volume-negociado .box-volume {
    margin-bottom: 50px;
  }
  .r-volume-negociado .box-volume h2 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .r-vendas-e-participacoes {
    margin-bottom: -30px;
  }
  .r-vendas-e-participacoes .list-vendas-ep {
    margin-bottom: 50px;
  }
  .r-vendas-e-participacoes .list-vendas-ep h2 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .r-comercio-exterior {
    margin-bottom: -30px;
  }
  .r-comercio-exterior .list-comercio-exterior {
    margin-bottom: 50px;
  }
  .r-comercio-exterior .list-comercio-exterior h2 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .r-manuais-politicas h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .r-manuais-politicas a {
    font-size: 16px;
    margin-bottom: 11px;
    transition: all .33s ease-in-out;
    -moz-transition: all .33s ease-in-out;
    -webkit-transition: all .33s ease-in-out;
  }
  .r-manuais-politicas a img {
    width: 17px;
    margin-left: 8px;
    margin-top: 3px;
  }
  .r-manuais-politicas a:hover {
    color: #2e8650;
    border-bottom: 1px solid #2e8650;
  }
  .r-login-ai {
    margin-top: -10px;
  }
  .r-login-ai .ptx {
    font-size: 16px;
  }
  .r-login-ai .boxform {
    margin-top: 30px;
    padding: 20px 20px;
    border-radius: 10px;
  }
  .r-login-ai .boxform form label {
    color: #464646;
    margin-bottom: 5px;
    font-size: 15px;
  }
  .r-ai-logout {
    text-align: right;
    margin-bottom: -15px;
  }
  .r-ai-logout a {
    font-size: 12px;
    margin-top: 10px;
  }
  .corn-soybean-praca {
    margin-top: 30px;
  }
  .corn-soybean-praca .boxbg {
    padding: 10px;
    margin-bottom: 33px;
    min-height: 33px;
  }
  .corn-soybean-praca .boxbg table {
    width: 100%;
  }
  .corn-soybean-praca .boxbg table td {
    font-size: 13px;
    padding: 4px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .corn-soybean-praca .boxbg .table-cotacao .trhidden {
    display: none;
  }
  .corn-soybean-praca .boxbg .table-cotacao td .bs {
    min-width: 55px;
    display: inline-block;
  }
  .nossos-mercados-legendas {
    margin-top: 30px;
  }
  .nossos-mercados-legendas p {
    display: inline-block;
    width: auto;
    margin-right: 25px;
    margin-bottom: 10px;
    float: left;
  }
  .nossos-mercados-legendas p .scolor {
    width: 13px;
    height: 13px;
    margin-top: 3px;
  }
  .nossos-mercados-legendas p .stitle {
    font-size: 13px;
    margin-left: 10px;
  }
  .banner-inicial {
    width: 100%;
    height: 344px;
    display: table;
    color: #FFF;
    background-size: 1300px !important;
  }
  .banner-inicial .b-texto {
    margin-left: 0px;
    margin-top: 20px;
  }
  .banner-inicial .b-texto p {
    font-size: 22px;
    line-height: 30px;
  }
  .banner-inicial .b-texto p span {
    font-size: 16px;
  }
  .banner-inicial .b-more {
    margin-left: 0px;
    margin-top: 22px;
  }
  .banner-inicial .b-more a {
    color: #FFF;
    font-size: 15px;
  }
  .banner-inicial .b-more a i {
    font-size: 13px;
    margin-left: 5px;
  }
  .banner-inicial2 {
    height: 292px;
    text-align: right;
    margin-top: 50px;
    background-size: 1100px !important;
  }
  .banner-inicial2 .b-texto {
    margin-left: 0px;
    margin-top: 19px;
  }
  .banner-inicial2 .b-texto p {
    font-size: 22px;
    line-height: 32px;
  }
  .banner-inicial2 .b-texto p span {
    font-size: 16px;
  }
  .banner-inicial2 .b-texto p b {
    line-height: 32px;
  }
  .banner-inicial2 .b-more {
    margin-top: 10px;
  }
  .content-ch .ht-bb {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .content-oqh .ht-bb {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
