body,
html {
  width: 100%;
  max-width: 100%;
  height: 100%
}

.centro {
  position: relative;
  width: 1440px;
  max-width: 90%;
  margin: 0 auto;
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0
}

html {
  overflow-x: hidden
}

a {
  color: inherit;
  text-decoration: inherit
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0d3050;
}

* {
  box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  display: inline;
}

.row-vaga,
.row-local {
  position: relative;
  float: left;
  width: 50%;
}

.list-vagas {
  position: relative;
  width: 870px;
  margin: 0 auto;
  max-width: 90%;
}

.tablehv {

  padding-left: 5px;
  padding-right: 5px;
}

.list-vagas .tablehv:hover {

  background: rgba(0, 0, 0, .03);
}

.social-in {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 22;
}

.pulsar {
  -webkit-animation: pulsar 1.3s;
  animation: pulsar 1.3s
}

.opacidade {
  animation: lopac 1.3s
}

@keyframes lopac {

  0%,
  100%,
  50% {
    opacity: .85
  }

  50% {
    opacity: 1
  }
}

@keyframes pulsar {

  0%,
  100%,
  50% {
    transform: scale(1);
    opacity: .85
  }

  50% {
    transform: scale(1.01);
    opacity: 1
  }

  100% {
    transform: scale(1)
  }
}

/*  img {
          display: block;
        }*/

.previsao-pointer img {
  display: inline
}

.overlay-slider {
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: .8;
}

.resultados-txt {
  position: relative;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 75px
}

.res-t-txt {
  text-align: center;
  font-size: 30px;
  color: #3b5f81;
  font-family: 'Nunito Sans', sans-serif;
}

.res-d-txt {
  width: 870px;
  max-width: 90%;
  margin: 0 auto;
  color: #535353;
  font-size: 16px;
  text-align: center;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300
}

.fblack {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900
}

#home {
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 1;
  -webkit-transition: background-image 1s ease-in-out;
  transition: background-image 1s ease-in-out;
  -moz-transition: background-image 1s ease-in-out;
  -ms-transition: background-image 1s ease-in-out;
  z-index: 2;
  overflow: hidden;
}

.video-container {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}

.video-container video {
  transform-origin: left;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
}

.video-overlay {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 6;
  height: 100%;
  background: rgba(0, 0, 0, .4);
}

.overlay-desc {
  background: rgba(42, 28, 11, .71);
  padding-top: 30px;
  padding-bottom: 30px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  color: rgba(255, 255, 255, .65);
  text-align: center;
  font-size: 25px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.item-cultivar {
  width: 960px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 30px;
  max-width: 90%
}

.item-cultivar img {
  max-width: 80px;
  float: left;
  max-height: 65px
}

.cultivar-desc {
  color: #535353;
  font-weight: 300;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  float: left;
  padding-left: 30px;
  width: calc(100% - 96px);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: relative;
  width: calc(95% - 160px);
}

.overlay-desc:hover {
  color: rgba(255, 255, 255, .75);
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);

  -webkit-transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  background: rgba(42, 28, 11, .91);
  padding-bottom: 55px;
  padding-top: 37px;
}

/*
.logo-home {
  position: relative;
  width: 180px;
  z-index: 2;
  float: left;
  margin-top: 20px;
  opacity: .7;
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
}*/

.logo-home:hover {
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  opacity: .9;
}

.row-negocio:nth-child(1) .overlay-desc {
  background: rgba(100, 137, 173, .5);
  color: rgba(255, 255, 255, .7);
}

.row-negocio:nth-child(1) .overlay-desc:hover {
  background: rgba(100, 137, 173, .9);
  color: rgba(255, 255, 255, .75);
}

.row-negocio:nth-child(2) .overlay-desc {
  background: rgba(13, 48, 80, .5);
  color: rgba(255, 255, 255, .7);
}

.row-negocio:nth-child(2) .overlay-desc:hover {
  background: rgba(13, 48, 80, .9);
  color: rgba(255, 255, 255, .75);
}

.row-negocio:nth-child(3) .overlay-desc {
  background: rgba(42, 28, 11, .5);
  color: rgba(255, 255, 255, .75);
}

.row-negocio:nth-child(3) .overlay-desc:hover {
  background: rgba(42, 28, 11, .9);
  color: rgba(255, 255, 255, .75);
}


.cnt-seed-boxes {
  position: relative;
  width: 100%;
}

.seed-boxes {
  position: relative;
  float: left;
  width: 33.333333333333333%;
}

.cnt-ics-tech {
  position: relative;
  float: left;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  max-width: 95%;
  width: 509px;
}

.cnt-ics-tech img {
  position: relative;
  float: left;
  width: 33.333333333333333%;
}

.centro-items-home {
  position: relative;
  margin: 0 auto;
  z-index: 3;
  width: 1280px;
  max-width: 85.6%;
}

.menu {
  position: relative;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 15px;
  color: #FFF;
  float: right;
  padding-top: 50px;
}

.menu li {
  list-style-type: none;
  position: relative;
  float: left;
  ;
  margin-left: 11px;
  margin-right: 11px;
  z-index: 3;
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  opacity: .85;
}

.menu li:hover {
  opacity: .95;
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.gradientpostblog {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 45px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 241, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#FFF', GradientType=0);
}

.btns-act {
  position: relative;
  margin-left: 10px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  color: #FFF;
  float: right;
  padding-top: 45px
}

.btn-trabalhe {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  background: #3b5f81;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 30px;
  font-size: 12px;
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  opacity: .85;
  letter-spacing: -.5px;
}

.btn-trabalhe:hover {

  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  opacity: .9;
}

.btn-facebook {
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  opacity: .85;
  -webkit-transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  width: 33px;
  height: 33px;
  background: #3b5f81;
  text-align: center;
  line-height: 33px;
  color: transparent;
  margin-left: 16px;
  border-radius: 50%;
  float: left;
}

.btn-instagram {
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  opacity: .85;
  -webkit-transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  width: 33px;
  height: 33px;
  background: #3b5f81;
  text-align: center;
  line-height: 33px;
  color: transparent;
  margin-left: 9px;
  border-radius: 50%;
  float: left;
}

.btn-linkedin {
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  opacity: .85;
  -webkit-transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  width: 33px;
  height: 33px;
  background: #3b5f81;
  text-align: center;
  line-height: 33px;
  color: transparent;
  margin-left: 9px;
  border-radius: 50%;
  float: left;
}

.btn-facebook i,
.btn-linkedin i,
.btn-instagram i {
  color: rgba(255, 255, 255, .85);
  font-size: 20px;
  opacity: .8;
}

.btn-facebook:hover i,
.btn-linkedin:hover i,
.btn-instagram:hover i {
  color: #FFF;
  font-size: 20px;
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  opacity: .95
}

.btn-facebook:hover,
.btn-linkedin:hover,
.btn-instagram:hover {
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  opacity: .95
}

.inner-btvg {
  position: relative;
  float: left;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Nunito Sans', sans-serif;
}

.icon5-curriculo {
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.icon5-lupa {
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.inner-btvg:hover .txbt {
  color: rgba(0, 0, 0, .7);
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.inner-btvg:hover .icon5-curriculo {
  color: rgba(0, 0, 0, .7);
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.inner-btvg:hover .icon5-lupa {
  color: rgba(0, 0, 0, .7);
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.btns-vagas {
  max-width: 95%;
  width: 556px;
  position: relative;
  margin: 0 auto;
  margin-top: 50px;
}

.buscar-vagas {
  position: relative;
  float: left;
  width: 50%;
  font-size: 30px;
  font-weight: 600;
}

.buscar-vagas .icon5-lupa {

  color: #3b5f81;
  font-size: 50px;
  float: left;
}

.acessar-curriculo {
  position: relative;
  float: left;
  width: 50%;
}

.acessar-curriculo .icon5-curriculo {
  color: #3b5f81;
  font-size: 50px;
  float: left;
}

.btns-vagas .txbt {
  float: left;
  font-size: 25px;
  font-weight: 800;
  color: #3b5f81;
  cursor: pointer;
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.list-vagas {

  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  color: #535353;
}

@font-face {
  font-family: 'icons';
  src: url('/assets/font/icons.woff?59187459') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'icon2';
  src: url('/assets/font/ic3.woff?59187459') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="btn"] {
  -webkit-touch-callout: default;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon5-"]:before,
[class*=" icon5-"]:before {
  font-family: "icon2";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon5-briefcase:before {
  content: '󡘀';
}

.icon5-curriculo:before {
  content: '󡘅';
}

.icon5-lupa:before {
  content: '󡘆';
}

.cultivar-image {
  position: relative;
  width: 80px;
  padding: 5px;
  box-sizing: border-box;
  margin-bottom: 5px;
}

.cultivar-name {
  width: 150px;
  border-radius: 50px;
  background: #231F20;
  text-align: center;
  color: #FFF;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 13px;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
}

.row-head i:before,
.row-head i:before {
  width: auto;
  margin-right: .05em;
}

.icon-calendar:before {
  content: '\e800';
}

.icon-cloud:before {
  content: '\e802';
}

.icon-download:before {
  content: '\e803';
}

.icon-mail:before {
  content: '\e804';
}

.icon-chart:before {
  content: '\e805';
}

.icon-area:before {
  content: '\e806';
}

.icon-location:before {
  content: '\e807';
}

.icon-produtor:before {
  content: '\e808';
}

.icon-sc:before {
  content: '\e809';
}

.icon-facebook:before {
  content: '\f09a';
}

.icon-linkedin:before {
  content: '\f0e1';
}

.icon-instagram:before {
  content: '\f16d';
}

.float-btns {
  position: absolute;
  width: 90px;
  height: 185px;
  right: 0;
  top: 300px;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  z-index: 3;
  color: #fff;
  text-align: center;
  font-weight: 900;
  font-size: 14px;
  transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out;
  opacity: .7;
}

.float-btns-b {
  position: absolute;
  bottom: 130px;
  width: 115px;
  height: 85px;
  background: #B16A31;
  left: 0;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  z-index: 3;
  font-size: 14px;
  text-align: center;
  color: #FFF;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out;
  opacity: .7;
}

.float-btns-semente {
  position: absolute;
  bottom: 20px;
  width: 115px;
  height: 85px;
  background: #b16a31;
  left: 0;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  z-index: 3;
  font-size: 14px;
  text-align: center;
  color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out;
  opacity: .7;
}

.float-btns:hover {
  transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out;
  opacity: 1;
}

.float-btns-b:hover {
  transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out;
  opacity: 1;
}

.float-btns-semente:hover {
  transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out;
  opacity: 1;
}

.btn-cloud {
  width: 39px;
  height: 39px;
  background: #FFF;
  text-align: center;
  line-height: 39px;
  color: transparent;
  margin-left: 16px;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 8px;
  cursor: pointer;
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.btn-chart {
  width: 39px;
  height: 39px;
  background: #FFF;
  text-align: center;
  line-height: 39px;
  color: transparent;
  margin-left: 16px;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 12px;
}

.btn-calendar {
  width: 39px;
  height: 39px;
  background: #FFF;
  text-align: center;
  line-height: 39px;
  color: transparent;
  margin-left: 16px;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 12px;
  cursor: pointer;
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.btn-cloud:hover {
  background: rgba(13, 48, 80, .95);
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.btn-calendar:hover {
  background: rgba(13, 48, 80, .95);
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.float-btns i {
  color: #3b5f81;
  font-size: 20px;
}

.btn-chart i {
  color: #3b5f81;
  font-size: 16px;
}

.btn-calendar i {
  color: #3b5f81;
  font-size: 19px;
}

.sementes {
  position: relative;
  width: 1445px;
  background: #FFF;
  padding-top: 70px;
  margin: 0 auto;
  max-width: 95%
}

.title-sementes {
  color: #3b5f81;
  font-size: 40px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  text-align: center
}

.title-confira-mais {
  color: #3b5f81;
  font-size: 30px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  text-align: center
}

.subtitle-sementes {
  color: #0d3050;
  font-size: 28px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  text-align: center
}

.subtitle-resultados {
  color: #0d3050;
  font-size: 28px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  text-align: center
}

.desc-sementes {
  text-align: center;
  width: 835px;
  margin: 0 auto;
  max-width: 100%;
  font-size: 16px;
  color: #535353;
  margin-top: 50px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
}

.title-fique-ligado {
  max-width: 90%;
  margin: 0 auto;
  font-family: 'Nunito Sans', sans-serif;
  color: #3b5f81;
  text-align: center;
  font-size: 30px;
  margin-top: 80px;
  margin-bottom: 45px;
  position: relative;
}

.subtitle-blog-desc {
  position: relative;
  width: 870px;
  max-width: 90%;
  margin: 0 auto;
  font-size: 16px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  color: #535353;
  text-align: center
}

.tecnologias {
  position: relative;
  width: 100%;
  margin-top: 75px;
}

.correcao {
  clear: both
}

.i-tec {
  overflow: hidden;
  position: relative;
  float: left;
  width: calc(20% - 22px);
  background-size: cover;
  background-position: center center;
  margin: 11px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  margin-bottom: 0
}

.shape-itec {
  width: 100%
}

.overlay-tecnologia {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0d3050;
  opacity: .9;
  left: 0;
  top: 0
}

.table-resultados {
  position: relative;
  width: 1474px;
  margin: 0 auto;
  margin-top: 70px;
  max-width: 1280px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  color: #535353;
  font-size: 18px;
}

.table-container {
  position: relative;
  width: 95%;
  margin: 0 auto;
  overflow-x: scroll;
  padding-bottom: 4px;
}

.table-row {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(112, 112, 112, .2)
}

.row-head {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
  color: #0d3050;
  font-size: 20px;
  padding-top: 8px;
  padding-bottom: 20px;
}

.td-cultivar {
  min-height: 1px;
  position: relative;
  float: left;
  max-width: 13%;
  width: 150px;

}

.td-produtor {
  top: 50%;
  transform: translateY(100%);
  min-height: 1px;
  position: relative;
  float: left;
  width: 27%;
  position: relative;
}

.td-cidade {
  top: 50%;
  transform: translateY(100%);
  min-height: 1px;
  position: relative;
  float: left;
  width: 20%;
}

.td-area {
  top: 50%;
  transform: translateY(100%);
  min-height: 1px;
  font-weight: 700;
  font-size: 125%;
  position: relative;
  float: left;
  width: 20%;
}

.td-produtividade {
  top: 50%;
  transform: translateY(100%);
  min-height: 1px;
  font-size: 125%;
  position: relative;
  float: left;
  width: 20%;
  font-weight: 700
}


.row-head .td-area {
  font-size: 100%;
  font-weight: 800;
}

.row-head .td-produtividade {
  font-size: 100%;
  font-weight: 800;
}

.td-cultivar img {
  position: relative;
  display: block;
  height: 50px;
  max-width: 80%;
  width: auto;
  margin: 0 auto
}

.row-head i {
  color: #3b5f81
}

.table-resp {
  position: relative;
  width: 100%;
  display: none;
  font-family: 'Nunito Sans', sans-serif;
  color: #535353;
}

.row-td-resp {
  position: relative;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
}

.row-resp {
  position: relative;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 30px
}

.td-cultivar-resp {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-size: 20px;
  padding: 5px;
  padding-left: 3%;
  font-weight: 900;
  margin-bottom: 20px;
}

.td-produtor-resp {
  position: relative;
  float: left;
  width: 50%;
  padding: 5px;
  padding: 5px;
  padding-left: 3%;
  font-size: 16px;
}

.td-title-produtor-resp {
  position: relative;
  float: left;
  width: 50%;
  text-align: right;
  padding: 5px;
  padding-right: 3%;
  font-size: 16px;
}

.td-title-produtor-resp i {
  color: #3b5f81;
}

.td-cidade-resp {
  padding: 5px;
  position: relative;
  float: left;
  width: 50%;
  padding-left: 3%;
}

.td-title-cidade-resp {
  padding: 5px;
  padding-right: 3%;
  position: relative;
  text-align: right;
  float: left;
  width: 50%;
  font-size: 16px;
}

.td-title-cidade-resp i {
  color: #3b5f81;
}

.td-area-resp {
  position: relative;
  float: left;
  width: 50%;
  padding: 5px;
  padding-left: 3%;
}

.td-title-area-resp i {
  color: #3b5f81;
}

.td-title-area-resp {
  padding: 5px;
  padding-right: 3%;
  position: relative;
  text-align: right;
  float: left;
  width: 50%;
  font-size: 16px;
}

.td-produtividade-resp {
  position: relative;
  float: left;
  width: 50%;
  padding: 5px;
  padding-left: 3%;
}

.td-title-produtividade-resp {
  padding: 5px;
  padding-right: 3%;
  position: relative;
  text-align: right;
  float: left;
  width: 50%;
  font-size: 16px;
}

.td-title-produtividade-resp i {
  color: #3b5f81;
}

img {
  position: relative;
}

.buscar-post {
  position: relative;
  width: 500px;
  max-width: 80%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 2px solid #0d3050;
  border-radius: 30px;
  height: 45px;
}

.buscar-post input {
  position: relative;
  width: 100%;
  padding: 7px;
  height: 100%;
  text-align: center;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  color: #0d3050;
}

.i-t-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.logo-tec {
  position: relative;
  margin: 0 auto;
  margin-top: 60px;
}

.logo-tec img {

  height: 40px;
  margin: 0 auto;
}

.lh-tsi {
  font-weight: 900;
  color: #6488ad;
  font-size: 70px;
}

.lh-txt1 {
  font-weight: 900;
  color: #FFF;
  font-size: 49px;
}

.lh-txt2 {
  font-weight: 300;
  color: #FFF;
  font-size: 49px;
}

.i-t-txt {
  position: relative;
  margin: 0 auto;
  width: 90%;
  text-align: center;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  color: #FFF;
  font-size: 16px;
  margin-top: 30px
}

.btn-tec-mais {
  cursor: pointer;
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  position: relative;
  width: 135px;
  height: 35px;
  margin: 0 auto;
  border: 2px solid #3b5f81;
  font-family: 'Nunito Sans', sans-serif;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
  font-size: 13px;
  color: #FFF;
  margin-top: 30px;
}

.btn-tec-mais:hover {
  background: #3b5f81;
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.depoimentos {
  position: relative;
  width: 100%;
  padding-bottom: 80px;
  padding-top: 80px;
  background-position: center center;
  background-size: cover;
  background-image: url(/assets/img/bg-depoimentoscmp.jpg)
}

.sementes-replant {
  position: relative;
  width: 100%;
  padding-bottom: 100px;
  padding-top: 100px;
  background-position: center center;
  background-size: cover;
  background-image: url(/assets/img/bg-depoimentoscmp.jpg)
}

.title-case {
  color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  text-align: center;
  font-size: 40px;
  line-height: 36px;
  z-index: 2;
  position: relative;
}

.title-resultados {
  color: #0d3050;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  text-align: center;
  font-size: 40px;
  line-height: 36px;
  z-index: 2;
  position: relative;
}

.title-person {
  color: #3b5f81;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
  text-align: center;
  font-size: 28px;
  z-index: 2;
  position: relative;
}

.title-blog {
  color: #0d3050;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 36px;
  z-index: 2;
  position: relative;
  text-align: center;
}

.subtitle-blog {
  color: #0d3050;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 28px;
  z-index: 2;
  position: relative;
  text-align: center;
}

.photo-person {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 50%;
  margin-top: 45px;
  z-index: 2;
  background-size: cover;
  background-position: center center;
}

.overlay-depoimentos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .75;
  z-index: 1;
}

.overlay-replant {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  opacity: .95;
  z-index: 1;
}

.replant-contgent {
  width: 1260px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 22
}

.boxtxt50 {
  position: relative;
  float: left;
  width: 50%;
}

.btxt {
  position: relative;
  border-radius: 30px;
  border: 5px solid #6488ad;
  padding: 25px 30px;
  color: #B16A31;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  line-height: 35px;
  font-size: 18px;
  width: 585px;
  max-width: 90%;
}

.lh30 {
  line-height: 30px;
}

.f16 {
  font-size: 16px;
}

.pb40 {
  padding-bottom: 40px;
}

.f22 {
  font-size: 22px;
}

.btxt509 {
  width: 509px;
  margin: 0 auto;
  max-width: 90%;
  color: #B16A31;
  padding-top: 30px;
}

.depo-person {
  position: relative;
  margin: 0 auto;
  width: 504px;
  max-width: 80%;
  text-align: center;
  font-size: 16px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  color: #535353;
  z-index: 2;
  margin-top: 35px;
}

.replant-desc {
  width: 834px;
  position: relative;
  max-width: 90%;
  margin: 0 auto;
  color: #0A4617;
  font-family: 'Nunito Sans', sans-serif;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 70px;
  font-size: 22px;
}

.sobre {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: cover;
  background-position: center center;
  background-image: url(/assets/img/banner1cmp.jpg)
}

.overlay-sobre {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0d3050;
  opacity: .9
}

.sobre-title {
  position: relative;
  width: 415px;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
  color: #6488ad;
  font-size: 35px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
}

.sobre-subtitle {
  position: relative;
  width: 640px;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
  color: #6488ad;
  font-size: 35px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
}

.sobre-txt {
  position: relative;
  width: 640px;
  margin: 0 auto;
  max-width: 90%;
  text-align: center;
  font-size: 16px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  color: #FFF;
  margin-top: 47px
}


.btn-sobre-mais {
  cursor: pointer;
  position: relative;
  width: 149px;
  height: 44px;
  margin: 0 auto;
  border: 2px solid #3b5f81;
  font-family: 'Nunito Sans', sans-serif;
  text-align: center;
  line-height: 40px;
  border-radius: 30px;
  font-size: 17px;
  color: #FFF;
  margin-top: 50px;
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  cursor: pointer;
}

.btn-conheca-mais {
  position: relative;
  width: 149px;
  height: 44px;
  margin: 0 auto;
  font-family: 'Nunito Sans', sans-serif;
  text-align: center;
  line-height: 42px;
  border-radius: 30px;
  font-size: 17px;
  color: #FFF;
  margin-top: 10px;
  background: #3b5f81;
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.btn-conheca-mais:hover {
  background: rgba(13, 48, 80, .95);
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
}


.btn-sobre-mais:hover {
  background: #3b5f81;
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.btn-resultados-mais {
  position: relative;
  width: 180px;
  height: 44px;
  margin: 0 auto;
  font-family: 'Nunito Sans', sans-serif;
  text-align: center;
  line-height: 42px;
  border-radius: 5px;
  font-size: 17px;
  color: #FFF;
  margin-top: 50px;
  background: none;
  border: 2px solid rgb(13, 48, 80);
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.btn-resultados-mais:hover {
  background: rgb(13, 48, 80);
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.btn-blog-mais {
  position: relative;
  width: 149px;
  height: 38px;
  font-family: 'Nunito Sans', sans-serif;
  text-align: center;
  line-height: 38px;
  border-radius: 30px;
  font-size: 17px;
  color: #FFF;
  background: #3b5f81;
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  cursor: pointer;
  margin: 0 auto;
  margin-top: 30px;

}

.btn-blog-mais:hover {
  background: rgba(13, 48, 80, .95);
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
}


.btn-enviar-curriculo {
  position: relative;
  width: 180px;
  height: 38px;
  font-family: 'Nunito Sans', sans-serif;
  text-align: center;
  line-height: 34px;
  border-radius: 30px;
  font-size: 17px;
  color: #FFF;
  background: #3b5f81;
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  cursor: pointer;
  margin-top: 20px;
}

.btn-enviar-curriculo:hover {
  background: rgba(13, 48, 80, .95);
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
}



.resultados {
  background: #FFF;
  padding-top: 78px;
  position: relative;
  width: 100%;
  padding-bottom: 40px
}

.blog {
  position: relative;
  padding-top: 77px;
  padding-bottom: 60px;
  width: 1530px;
  margin: 0 auto;
  max-width: 90%
}

.post-img {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 10px;
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.item-blog:hover .post-img {
  background-position: top center;
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.overlay-galeria-evnt {
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0px;
  left: 0px;
}

.close-gal-evnt {
  position: absolute;
  right: 20px;
  top: 13px;
  font-size: 30px;
  color: #FFF;
  cursor: pointer;
  font-family: 'Nunito Sans', sans-serif;
}

.close-img-evnt {
  position: absolute;
  right: 20px;
  top: 13px;
  font-size: 30px;
  color: #FFF;
  cursor: pointer;
  font-family: 'Nunito Sans', sans-serif;
}

#photo-gal-evnt {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  display: block;
}

.overlay-galeria-evnt img {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  border-radius: 5px;
  margin: 0 auto;
}

.arright {
  z-index: 22222;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
}

.arleft {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
  z-index: 22222;
}

.arleft:hover polyline,
.arleft:focus polyline {
  stroke-width: 3px;
}

.arleft polyline {
  stroke-width: 3px;
}

.arright polyline {
  stroke-width: 3px;
}

.arleft svg,
.arright svg {
  box-shadow: 5px 6px 15px -3px rgba(0, 0, 0, .1);
}

.arleft:active polyline {
  stroke-width: 6px;
  transition: all 100ms ease-in-out;
}

.arright:hover polyline,
.arright:focus polyline {
  stroke-width: 4px;
}

.arright:active polyline {
  stroke-width: 6px;
  transition: all 100ms ease-in-out;
}

polyline {
  transition: all 250ms ease-in-out;
}

.loader-card {
  position: absolute;
  width: 40px;
  height: 50px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loader-card .circle {
  position: absolute;
  width: 38px;
  height: 38px;
  opacity: 0;
  transform: rotate(225deg);
  animation-iteration-count: infinite;
  animation-name: orbit;
  animation-duration: 5.5s;
}

.loader-card .circle:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: rgba(255, 255, 255, .7);
}

.loader-card .circle:nth-child(2) {
  animation-delay: 240ms;
}

.loader-card .circle:nth-child(3) {
  animation-delay: 480ms;
}

.loader-card .circle:nth-child(4) {
  animation-delay: 720ms;
}

.loader-card .circle:nth-child(5) {
  animation-delay: 960ms;
}

#photo-gal-desc {
  color: rgba(255, 255, 255, .95);
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  position: relative;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 25px;
}

@keyframes orbit {
  0% {
    transform: rotate(225deg);
    opacity: 1;
    animation-timing-function: ease-out;
  }

  7% {
    transform: rotate(345deg);
    animation-timing-function: linear;
  }

  30% {
    transform: rotate(455deg);
    animation-timing-function: ease-in-out;
  }

  39% {
    transform: rotate(690deg);
    animation-timing-function: linear;
  }

  70% {
    transform: rotate(815deg);
    opacity: 1;
    animation-timing-function: ease-out;
  }

  75% {
    transform: rotate(945deg);
    animation-timing-function: ease-out;
  }

  76% {
    transform: rotate(945deg);
    opacity: 0;
  }

  100% {
    transform: rotate(945deg);
    opacity: 0;
  }
}

@keyframes fadeOutLeftGaleria {
  0% {
    left: 0%;
  }

  99% {
    left: -101%;
  }

  100% {
    left: 00%;
  }
}

.fadeOutLeftGaleria {
  animation-name: fadeOutLeftGaleria;
}

@keyframes fadeOutRightGaleria {
  0% {
    left: 0%;
  }

  99% {
    left: 110%;
  }

  100% {
    left: 0%;
  }
}

.fadeOutRightGaleria {
  animation-name: fadeOutRightGaleria;
}

.agenda-titulo,
.cases-titulo {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 30px;
  color: #3b5f81;
}

.agenda-desc,
.cases-desc {
  font-size: 16px;
  color: #535353;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  margin-top: 10px;
}

.post-img img {
  width: 100%
}

.read-post-img img {
  width: 100%
}

.item-blog {
  position: relative;
  float: left;
  width: calc(33.333333333333333% - 16px);
  margin: 8px;
  margin-bottom: 50px;
}

.item-agenda,
.item-cases {
  position: relative;
  width: 1190px;
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 90%
}

.agenda-img,
.cases-img {
  background-size: cover;
  background-position: center center;
  border-radius: 16px;
  position: relative;
  float: left;
  width: 510px;
  max-width: 42%;
}

.agenda-info,
.cases-info {
  position: relative;
  float: left;
  width: calc(100% - 510px);
  max-width: 68%;
  padding-left: 40px
}

.item-galeria {
  overflow: hidden;
  border-radius: 16px;
  position: relative;
  float: left;
  width: 30.333333333333%;
  margin: 1%;
  /* margin: 8px; */
  /* margin-bottom: 10px; */
  background-size: cover;
  background-position: center center;
  cursor: pointer;
  /* opacity: .9; */
  transition: opacity 280ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: opacity 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

.item-galeria:hover {
  opacity: 1;
  transition: opacity 280ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: opacity 280ms cubic-bezier(0.4, 0, 0.2, 1)
}

.itens-blog,
.itens-galeria,
.itens-agenda,
.itens-cases {
  position: relative;
  margin-top: 35px;
}

.itens-galeria {
  position: relative;
  margin: 0 auto;
  margin-top: 35px;
  width: 1470px;
  max-width: 90%;
  margin-top: 35px;
}

.post-title {
  color: #0d3050;
  font-size: 28px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
  overflow: hidden;
  line-height: 32px;
}

.post-cat {
  color: #3b5f81;
  font-size: 12px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  margin-top: 15px;
  /* margin-bottom: 20px*/
}

.post-desc {
  font-size: 16px;
  color: #535353;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  height: 114px;
  overflow: hidden;
}

.post-day {
  color: #3b5f81;
  font-size: 35px;
  font-family: 'Nunito Sans', sans-serif;
  float: left;
}

.post-m-y {
  color: #3b5f81;
  font-size: 15px;
  font-family: 'Nunito Sans', sans-serif;
  line-height: 19px;
  top: 4px;
  left: 3px;
  position: relative;
}

.footer {
  position: relative;
  width: 100%;
  padding-top: 47px;
  padding-bottom: 47px;
  background: rgba(13, 48, 80, .95)
}

.inner-footer {
  position: relative;
  width: 1133px;
  margin: 0 auto;
  height: 100%;
  max-width: 95%;
}

.footer-b1 {
  position: relative;
  float: left;
  width: 25%;
  padding-right: 38px;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 20px;
}

.footer-b1 img {
  position: relative;
  float: left;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer-b2 {
  position: relative;
  float: left;
  width: 23%;
  padding-left: 38px;
  padding-right: 38px;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 20px;
}

.footer-b3 {
  position: relative;
  float: left;
  width: 29%;
  padding-left: 38px;
  padding-right: 38px;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 20px;
}

.footer-b4 {
  position: relative;
  float: left;
  width: 23%;
  padding-left: 38px;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 20px;
}

.footer-sep {
  position: absolute;
  right: 0;
  height: 100%;
  width: 1px;
  background: #FFF;
  top: 0;
}

.title-footer {
  color: #6488ad;
  font-size: 16px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
}

.desc-footer {
  color: #FFFFFF;
  font-size: 16px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  margin-top: 30px;
}

.btn-entre-contato {
  position: relative;
  width: 163px;
  height: 35px;
  background: #FFF;
  border-radius: 27px;
  margin-top: 13px;
  padding-left: 28px;
  padding-right: 28px;
  color: #0d3050;
  line-height: 33px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 13px;
  cursor: pointer;
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.btn-entre-contato:hover {
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  background: #3b5f81;
  color: #FFF;
}

.btn-entre-contato i {
  margin-right: 8px
}

.footer-credits {
  position: relative;
  width: 100%;
  height: 65px;
  background: #0d3050;
  color: #CCCCCC;
  text-align: center;
  font-weight: 600;
  font-family: 'Nunito Sans', sans-serif;
  padding-top: 10px;
}

.top-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0
}

.header-pg {
  background-size: cover;
  width: 100%;
  position: relative;
  height: 500px;
  text-align: center;
  line-height: 575px;
  color: rgba(255, 255, 255, .7);
  font-family: 'Nunito Sans', sans-serif;
  font-size: 70px;
  background-position: center center;
}

.negocios {
  position: relative;
  width: 100%;
}

.row-negocio {
  position: relative;
  width: 100%
}

.negocio-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.negocio-item {
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
  background-position: center center;
  background-size: cover
}

.header-pg:hover {
  color: rgba(255, 255, 255, 1);
}

.desc-negocio {
  color: #535353;
  text-align: right;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  width: 720px;
  float: right;
  max-width: 90%;
}

.title-negocio {
  text-align: right;
  font-size: 40px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  color: #3b5f81;
  padding-right: 5px;
  padding-bottom: 30px
}

.negocio-text {
  padding-top: 90px;
  padding-right: 60px;
  padding-left: 35px;
  padding-bottom: 90px;
}

.negocio-sep {
  position: absolute;
  bottom: 0;
  right: 60px;
  width: 720px;
  max-width: 90%;
  height: 1px;
  background: rgba(112, 112, 112, .2)
}

.capa_negocio {
  -webkit-transition: all .4s cubic-bezier(0.4, 0.0, 0.2, 1);
  transition: all .4s cubic-bezier(0.4, 0.0, 0.2, 1);
  /*background: rgba(13, 48, 80, 0.8);*/
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-touch-callout: default;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  text-transform: uppercase;
  font-weight: bold;
}

* {
  -webkit-tap-highlight-color: transparent;
}

.ds-d1 {
  position: relative;
  float: left;
  width: 40%;
  height: 100%
}

.ds-d1-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  text-align: right;
  color: #0A4617;
  font-size: 35px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  width: 635px;
  max-width: 100%;
  float: right;
  padding-right: 17%;
  padding-left: 10%;
}

.ds-d2 {
  position: relative;
  float: left;
  width: 60%;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  color: #535353
}

.ds-d2-inner {
  position: relative;
  width: 855px;
  max-width: 90%
}

.faca-down {
  color: #3b5f81;
  font-size: 25px;
  font-family: 'Nunito Sans', sans-serif;
  margin-top: 20px
}

.negocio-row {
  position: relative;
  width: 100%;
}

.contatos {
  position: relative;
  width: 100%;
  height: 750px;
  z-index: 1
}

.div50l {
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
}

.innercontato {
  position: relative;
  float: left;
  width: 40%;
  height: 100%;
}

.innercontato:last-child {
  width: 60%;
}

.txt-atuacao {
  position: relative;
  width: 540px;
  max-width: 80%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  color: #FFF;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.sel-uni {
  font-size: 18px;
  position: relative;
  float: left;
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  color: rgba(255, 255, 255, .8);
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  overflow: hidden;
  cursor: pointer;
}

.sel-uni-ativo {
  background: #3b5f81
}

.cnt-sel-uni {
  background: #3b5f81;
  position: relative;
  padding-top: 45px;
  padding-bottom: 45px;
}

.list-unidades {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  width: 95%;
  margin: 0 auto;
}

.list-unidades::-webkit-scrollbar {
  width: 6px;
  background: 0 0
}

.list-unidades::-webkit-scrollbar-thumb {
  background: #0d3050;
}

.unidade-info {
  position: relative;
  width: 780px;
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 30px;
  border: 2px solid #0d3050;
  border-radius: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.unidade-info:last-child {
  margin-bottom: 0
}

.unidade-info:hover {
  background: rgba(13, 48, 80, .3);
  border: 2px solid transparent;
}

.unidade-info-ativo {
  background: rgba(13, 48, 80, .3);
  border: 2px solid transparent;
}

.unidade-title {
  width: calc(100% - 190px);
  position: relative;
  font-size: 20px;
  color: #FFF;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
}

.unidade-contacts {
  width: calc(100% - 190px);
  position: relative;
  font-size: 14px;
  color: #FFF;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  margin-top: 12px;
}

.btn-mandar-msg {
  width: 150px;
  height: 34px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-radius: 30px;
  border: 2px solid #FFF;
  position: absolute;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 12px;
  cursor: pointer;
}

.btn-mandar-msg:hover {
  background: #ffffff;
  color: #0d3050;
  border: 2px solid #FFF
}

.read-post-img {
  position: relative;
  float: left;
  width: 510px;
  max-width: 32%;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  border-radius: 16px
}

.read-post-content {
  position: relative;
  float: left;
  width: 1020px;
  max-width: 68%;
  padding-left: 40px
}

.read-post-title {
  font-size: 30px;
  color: #3b5f81;
  font-family: 'Nunito Sans', sans-serif;
}


.read-post-desc img {
  cursor: pointer;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.read-post-desc img:hover {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  opacity: .7
}

.read-post-desc img {
  max-width: 100%
}

.read-post-desc {
  line-height: 24px;
  letter-spacing: .5px;
  font-size: 16px;
  text-align: justify;
  margin-top: 30px;
  color: #535353;
  font-size: 16px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  column-count: 2;
  column-gap: 60px;
}

.cnt-assine-feed {
  position: relative;
  width: 779px;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 130px
}

.btn-assine {
  cursor: pointer;
  position: relative;
  float: left;
  width: 150px;
  height: 42px;
  background: #0d3050;
  border-radius: 30px;
  color: #FFF;
  text-align: center;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  line-height: 38px;
  margin-left: 30px;
}

.input-assine {
  position: relative;
  width: calc(100% - 180px);
  float: left;
  border: 2px solid #0d3050;
  border-radius: 30px;
  height: 42px;
}

.input-assine input {
  position: relative;
  width: calc(100% - 14px);
  margin-left: 7px;
  padding: 7px;
  height: 100%;
  text-align: center;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  color: #0d3050;
}

.cnt-blog-cat {
  position: relative;
  border-bottom: 4px solid #3b5f81;
  width: 1530px;
  margin: 0 auto;
  max-width: 100%
}

.blog-cat {
  cursor: pointer;
  text-align: center;
  position: relative;
  float: left;
  width: 50%;
  border: 2px solid #3b5f81;
  font-size: 20px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  color: #3b5f81;
  padding-top: 20px;
  padding-bottom: 20px;
}

.blog-cat-ativo {
  color: #FFF;
  background: #3b5f81
}

.pg-desc-sementes {
  position: relative;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px
}

.noselect {
  -webkit-touch-callout: default;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.sanduiche {
  display: none;
  position: absolute;
}

.menu-sanduiche {
  position: fixed;
  left: -100%;
  top: 0;
  height: 100vh;
  width: 350px;
  background: rgba(255, 255, 255, 1);
  z-index: 10000;
  -webkit-transition: all .2s cubic-bezier(0.4, 0.0, 0.2, 1);
  transition: all .2s cubic-bezier(0.4, 0.0, 0.2, 1);
  box-shadow: 5px 10px 15px 5px rgba(0, 0, 0, .2);
}

.menu-resp-opts-s {
  font-family: 'Nunito Sans', sans-serif;
  color: #0d3050;
  /*padding-left: 30px;*/
  line-height: 50px;
  font-size: 16px;
  font-weight: 600px;
  /* padding-right: 30px;*/
  text-align: center;
}

.card-form-overlay,
.vaga-form-overlay {
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, .8);
  z-index: 99998;
  overflow-y: scroll;
  display: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

.card-form-contato,
.card-form-trabalhe {
  width: 1002px;
  position: relative;
  background: #FFF;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 5px;
  max-width: 90%;
}

.card-info-contato {
  width: 90%;
  position: relative;
  background: #FFF;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 5px;
  max-width: 90%;
}

.card-form-contato .input100,
.card-form-contato .innertextarea,
.card-form-trabalhe .input100,
.card-form-trabalhe .innertextarea {
  border-radius: 5px;
  border: 1px solid #221F1F;
  width: calc(100% - 2px);
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-family: 'Nunito Sans', sans-serif;
  margin-top: 11px;
}

.card-form-contato .innertextarea,
.card-form-trabalhe .innertextarea {
  border-radius: 5px;
}

select {
  -webkit-appearance: none;
  background: #FFF;
  -webkit-align-items: center;
  -webkit-rtl-ordering: logical;
  -webkit-writing-mode: horizontal-tb;
}

.input33 {

  width: 32.33333333333333%;
  float: left;
  margin-left: 1%;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-family: 'Nunito Sans', sans-serif;
  margin-top: 11px;
  border-radius: 5px;
  border: 1px solid #221F1F;
}

.input33m0 {

  margin-left: 0;
  width: 33.33333333333333%;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-family: 'Nunito Sans', sans-serif;
  margin-top: 11px;
  border-radius: 5px;
  border: 1px solid #221F1F;
  float: left;

}

.card-form-contato textarea {
  height: 90%;
  width: 93%;
  resize: none;
  text-align: center;
}

.card-form-contato .innertextarea {
  height: 88px
}

.card-form-trabalhe textarea {
  height: 90%;
  width: 93%;
  resize: none;
  text-align: center;
}

.card-form-trabalhe .innertextarea {
  height: 88px
}

.txt-desc-card {
  text-align: center;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  width: 640px;
  margin: 0 auto;
  position: relative;
  margin-top: 35px;
  margin-bottom: 15px;
  max-width: 100%
}

.card-form-contato .innerCard,
.card-form-trabalhe .innerCard {
  padding-left: 8%;
  padding-right: 8%;
  padding-top: 6%;
  padding-bottom: 6%;
  position: relative;
  ;
}

.bottomcardcontato {
  margin-top: 20px;
}

.card-form-trabalhe .bottomcardcontato {
  margin-top: 0px;
}

.bottomcardcontato img {
  float: left;
  width: 200px;
}

.btn-send-contato {
  width: 190px;
  height: 45px;
  background: #3b5f81;
  color: #FFF;
  font-family: 'Nunito Sans', sans-serif;
  float: right;
  line-height: 41px;
  border-radius: 5px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  transition: all .4s cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-transition: all .4s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.btn-send-curriculo {
  float: left;
}

.group-btns-trabalhe {
  float: right;
  position: relative;
}

.btn-attach {
  width: 190px;
  height: 45px;
  background: #0A4617;
  color: #FFF;
  font-family: 'Nunito Sans', sans-serif;
  float: left;
  margin-right: 20px;
  line-height: 41px;
  border-radius: 23px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  transition: all .4s cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-transition: all .4s cubic-bezier(0.4, 0.0, 0.2, 1);
  position: relative;
}

.fadeUpTxt {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeUpTxt;
  -webkit-animation-name: fadeUpTxt;
}

.fadeTxt {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeTxt;
  -webkit-animation-name: fadeTxt;
}

.fadeGaleria {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeGaleria;
  -webkit-animation-name: fadeGaleria;
}

.tsi-float-layer {
  text-align: center;
  font-family: 'Nunito Sans', sans-serif;
  width: 750px;
  position: relative;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  max-width: 70%;
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  opacity: .85;
}

.tsi-float-layer:hover {
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  opacity: 1;
}

.vagas-cnt {
  position: relative;
  width: 100%;
  background: #FCFCFC;
  padding-top: 90px;
  padding-bottom: 45px;
}

.vaga-item {
  position: relative;
  padding: 30px;
  width: 960px;
  max-width: 90%;
  margin: 0 auto;
  border-radius: 16px;
  border: 1px solid #3b5f81;
  margin-bottom: 45px;
}

.vaga-cargo {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  color: #535353;
  font-size: 20px
}

.vaga-salario {
  margin-top: 20px;
  font-family: 'Nunito Sans', sans-serif;
}

.vaga-qtd {
  margin-top: 20px;
  font-family: 'Nunito Sans', sans-serif;
}

.vaga-descricao {
  margin-top: 20px;
  font-family: 'Nunito Sans', sans-serif;
}

.vaga-requisitos {
  margin-top: 20px;
  font-family: 'Nunito Sans', sans-serif;
}

.nomeArquivo {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 110%;
  color: #0A4617
}

@keyframes fadeUpTxt {
  from {
    opacity: 0;
    transform: translateY(10px)
  }

  to {
    opacity: 1;
    transform: translateY(0px)
  }
}

@-webkit-keyframes fadeUpTxt {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0px)
  }
}

@keyframes fadeTxt {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeTxt {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeGaleria {
  from {
    opacity: 0;
  }

  to {
    opacity: .8;
  }
}

@-webkit-keyframes fadeGaleria {
  from {
    opacity: 0;
  }

  to {
    opacity: .8;
  }
}

.gradientgaleria {

  color: rgba(255, 255, 255, .95);
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;

  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .95) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .95)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .95) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .95) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .95) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#000', GradientType=0);
  font-size: 20px;
}

.btn-send-contato:hover {
  background: rgba(13, 48, 80, .95);
  transition: all .4s cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-transition: all .4s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.btn-attach:hover {
  background: rgba(13, 48, 80, .95);
  transition: all .4s cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-transition: all .4s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.btn-detalhar {
  margin-top: 15px;
  float: right;
  border: 1px solid #222;
  padding: 5px 15px;
  border-radius: 15px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  color: #222;
  background: #FFF;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.btn-detalhar:hover {
  color: #FFF;
  border: 1px solid rgba(13, 48, 80, .95);
  background: rgba(13, 48, 80, .95);
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;

}

@-webkit-keyframes fadeInUpModal {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, 15%);
    transform: translate(-50%, 15%);
  }

  to {
    opacity: 1;
    -webkit-transform: translate(-50%, -0%);
    transform: translate(-50%, -0%);
  }
}

@keyframes fadeInUpModal {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, 15%);
    transform: translate(-50%, 15%);
  }

  to {
    opacity: 1;
    -webkit-transform: translate(-50%, -0%);
    transform: translate(-50%, -0%);
  }
}

.fadeInUpModal {
  -webkit-animation-name: fadeInUpModal;
  animation-name: fadeInUpModal;
  display: block;
}

.cnt-sementes-info {
  position: relative;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  background: #3b5f81;
}

.title-sementes-pg {
  text-align: left;
  position: relative;
  width: 100%;
  color: #6488ad;
  font-size: 40px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  width: 960px;
  max-width: 90%;
  margin: 0 auto;
}

.desc-intro-pg {
  text-align: left;
  position: relative;
  color: #FFF;
  font-size: 21px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  width: 960px;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

.desc-semente-pg {
  text-align: center;
  position: relative;
  color: #FFF;
  font-size: 17px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  width: 960px;
  max-width: 90%;
  margin: 0 auto;
  text-align: left;

}

.layer-multiply {
  mix-blend-mode: multiply;
}

.layer-op85 {
  opacity: .85;
}

.layer-op8 {
  opacity: .8;
}

.layer-op9 {
  opacity: .9;
}

.layer-op95 {
  opacity: .95;
}

.desc-sementes-tech {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-image: url(/assets/img/bg-icn-sementes.jpg);
  padding-top: 60px;
  padding-bottom: 60px;
}

.overlay-desc-s-t {
  background: #0d3050;
  opacity: 0.81;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.icns-tech-2 {
  position: relative;
  width: 577px;
  max-width: 90%;
  margin: 0 auto;
}

.icns-tech-2 img {
  position: relative;
  float: left;
  width: calc(50% - 60px);
  margin: 30px;
  margin-top: 0;
  margin-bottom: 0;
}

.txt-sep-icns {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 26px;
  font-weight: 700;
  position: relative;
  width: 517px;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 60px;
  text-align: center;
  color: #FFF
}

.icns-tech-b {
  position: relative;
  width: 1090px;
  margin: 0 auto;
  margin-top: 60px;
  max-width: 100%
}

.icns-tech-b-item {
  position: relative;
  float: left;
  width: calc(50% - 30px);
  margin: 15px;
}

.icns-tech-b-item img {
  max-width: 50%;
  width: 80px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%)
}

.tech-b-item-txt {
  color: #FFF;
  text-align: center;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.icns-tech-2 .icns-tech-b-item {
  position: relative;
  float: left;
  width: calc(50% - 30px);
  margin: 15px;
}

.icns-tech-2 .icns-tech-b-item img {
  margin: 0
}

.tech-dscs {
  position: relative;
  background: #633E0E;
  padding-top: 75px;
  padding-bottom: 75px;
  width: 100%;
}

.tech-dscs-inner {
  position: relative;
  width: 1080px;
  margin: 0 auto;
  max-width: 95%
}

.tech-dscs-inner img {
  position: relative;
  float: left;
  width: calc(33.333333333333333% - 30px);
  margin: 15px;
  margin-top: 0;
  margin-bottom: 0
}

.txt-linha {
  color: #FFF;
  position: relative;
  margin: 0 auto;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  width: 960px;
  max-width: 90%;
  margin: 0 auto;
  text-align: left;
}

.tab-semente {
  display: none;
  transition: all .4s cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-transition: all .4s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.tab-semente-open {
  display: block;
  transition: all .4s cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-transition: all .4s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.unidade-info {
  cursor: pointer;
}


.spinner-container {
  height: 32px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 32px
}

.spinner-container .spinner {
  background: #666;
  height: 2px;
  width: 25%
}

.spinner-container .spinner.spinner {
  left: 50%;
  opacity: .3;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: -100% 0;
  transform-origin: -100% 0
}

.spinner-container .spinner.spinner-1 {
  -webkit-animation: spinner-animation .8s .0666666667s infinite;
  animation: spinner-animation .8s .0666666667s infinite;
  -webkit-transform: translate(100%, 0) rotate(30deg);
  transform: translate(100%, 0) rotate(30deg)
}

.spinner-container .spinner.spinner-2 {
  -webkit-animation: spinner-animation .8s .1333333333s infinite;
  animation: spinner-animation .8s .1333333333s infinite;
  -webkit-transform: translate(100%, 0) rotate(60deg);
  transform: translate(100%, 0) rotate(60deg)
}

.spinner-container .spinner.spinner-3 {
  -webkit-animation: spinner-animation .8s .2s infinite;
  animation: spinner-animation .8s .2s infinite;
  -webkit-transform: translate(100%, 0) rotate(90deg);
  transform: translate(100%, 0) rotate(90deg)
}

.spinner-container .spinner.spinner-4 {
  -webkit-animation: spinner-animation .8s .2666666667s infinite;
  animation: spinner-animation .8s .2666666667s infinite;
  -webkit-transform: translate(100%, 0) rotate(120deg);
  transform: translate(100%, 0) rotate(120deg)
}

.spinner-container .spinner.spinner-5 {
  -webkit-animation: spinner-animation .8s .3333333333s infinite;
  animation: spinner-animation .8s .3333333333s infinite;
  -webkit-transform: translate(100%, 0) rotate(150deg);
  transform: translate(100%, 0) rotate(150deg)
}

.spinner-container .spinner.spinner-6 {
  -webkit-animation: spinner-animation .8s .4s infinite;
  animation: spinner-animation .8s .4s infinite;
  -webkit-transform: translate(100%, 0) rotate(180deg);
  transform: translate(100%, 0) rotate(180deg)
}

.spinner-container .spinner.spinner-7 {
  -webkit-animation: spinner-animation .8s .4666666667s infinite;
  animation: spinner-animation .8s .4666666667s infinite;
  -webkit-transform: translate(100%, 0) rotate(210deg);
  transform: translate(100%, 0) rotate(210deg)
}

.spinner-container .spinner.spinner-8 {
  -webkit-animation: spinner-animation .8s .5333333333s infinite;
  animation: spinner-animation .8s .5333333333s infinite;
  -webkit-transform: translate(100%, 0) rotate(240deg);
  transform: translate(100%, 0) rotate(240deg)
}

.spinner-container .spinner.spinner-9 {
  -webkit-animation: spinner-animation .8s .6s infinite;
  animation: spinner-animation .8s .6s infinite;
  -webkit-transform: translate(100%, 0) rotate(270deg);
  transform: translate(100%, 0) rotate(270deg)
}

.spinner-container .spinner.spinner-10 {
  -webkit-animation: spinner-animation .8s .6666666667s infinite;
  animation: spinner-animation .8s .6666666667s infinite;
  -webkit-transform: translate(100%, 0) rotate(300deg);
  transform: translate(100%, 0) rotate(300deg)
}

.spinner-container .spinner.spinner-11 {
  -webkit-animation: spinner-animation .8s .7333333333s infinite;
  animation: spinner-animation .8s .7333333333s infinite;
  -webkit-transform: translate(100%, 0) rotate(330deg);
  transform: translate(100%, 0) rotate(330deg)
}

.spinner-container .spinner.spinner-12 {
  -webkit-animation: spinner-animation .8s .8s infinite;
  animation: spinner-animation .8s .8s infinite;
  -webkit-transform: translate(100%, 0) rotate(360deg);
  transform: translate(100%, 0) rotate(360deg)
}

@-webkit-keyframes spinner-animation {
  0% {
    opacity: .3
  }

  10% {
    opacity: 1
  }

  100% {
    opacity: .3
  }
}

@keyframes spinner-animation {
  0% {
    opacity: .3
  }

  10% {
    opacity: 1
  }

  100% {
    opacity: .3
  }
}

.produto-slider {
  position: absolute;
  float: left;
  width: 100%;
  height: 100%;
  top: 0%
}

.imagem-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform .5s cubic-bezier(0, 0, .2, 1);
  -webkit-transition: transform .5s cubic-bezier(0, 0, .2, 1);
  -moz-transition: transform .5s cubic-bezier(0, 0, .2, 1);
  -ms-transition: transform .5s cubic-bezier(0, 0, .2, 1)
}

.headfix {
  background: rgba(13, 48, 80, .7);
  z-index: 1100;
  top: 0;
  position: fixed;
  left: 0;
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  padding-bottom: 10px;
}

/*
.headfix .logo-home {
  margin-top: 18px;
}*/

.headfix .btns-act {
  padding-top: 40px;
}

.headfix .menu {
  padding-top: 44px;
}

.headfix:hover {
  background: rgba(13, 48, 80, .95);
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.cnt-logos-tech {
  position: relative;
  float: left;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.cnt-logos-tech div img {
  width: 85%;
  left: 7%;
  max-width: 330px;
}

.cnt-logos-tech div:nth-child(1) {
  float: left;
  width: 45%;
  margin-left: 10%;
}

.cnt-logos-tech div:nth-child(2) {
  float: left;
  width: 45%;
}

.cntlogostsidv div img {
  width: 85%;
  left: 7%;
}

.cntlogostsidv div:nth-child(1) {
  float: left;
  width: 42%;
  margin-left: 11%;
}

.cntlogostsidv div:nth-child(2) {
  float: left;
  width: 42%;
}

.cnt-tech-txt {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  width: 450px;
  position: relative;
  margin: 0 auto;
  max-width: 90%;
  text-align: center;
  margin-top: 45px;
  color: #FFFFFF;
  margin-bottom: 50px;
}

.btn-inoculante {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  margin: 0 auto;
  width: 210px;
  height: 46px;
  color: #0d3050;
  font-size: 17px;
  border-radius: 30px;
  background: #FFF;
  text-align: center;
  line-height: 46px;
  margin-bottom: 30px;
  margin-top: 33px;
}

.btn-tsi {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  margin: 0 auto;
  width: 210px;
  height: 46px;
  color: #0d3050;
  font-size: 17px;
  border-radius: 30px;
  background: #FFF;
  text-align: center;
  line-height: 46px;
  margin-bottom: 30px;
}

.tsid1 {
  background: #F2F2F2;
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
}

.tsid2 {
  background: #D0D2D3;
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
}

.socialshare {
  height: 25px;
  width: 25px;
  margin-top: 5px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer;
  margin-left: 10px;
  float: right;
}

.share-post {
  margin-top: 20px;
  text-align: right;
  padding-right: 30px;
  line-height: 35px;
  font-weight: 600;
  color: #0d3050;
  font-family: 'Nunito Sans', sans-serif;
}

.post-author {
  float: left;
  text-align: left;
  font-weight: 600;
  font-family: 'Nunito Sans', sans-serif;
  color: #0d3050;
}

.cnt-sementes-info .title-sementes-pg img {
  transition: all .7s ease-out;
  -webkit-transition: all .7s ease-out;
  transform: translateZ(0) scale(1);
  -webkit-transform: translateZ(0) scale(1);
}

.cnt-sementes-info .title-sementes-pg img:hover {
  transition: all .7s ease-out;
  -webkit-transition: all .7s ease-out;
  transform: translateZ(0) scale(1.05);
  -webkit-transform: translateZ(0) scale(1.05);
}

.float-btn-resp {
  position: relative;
  height: 85px;
  text-align: center;

}

.float-btn-b-resp {
  position: relative;
  float: left;
  background: #b16a31;
  width: 110px;
  height: 85px;
  margin-left: 20px;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}



.cnt-float-resp {
  text-align: center;
  color: #FFF;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  font-family: 'Nunito Sans', sans-serif;
  font-size: 12px;
  display: none;
}

.txtprimetech {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  width: 420px;
  position: relative;
  margin: 0 auto;
  max-width: 90%;
  text-align: center;
  margin-top: 30px;
  color: #FFFFFF;
}

.imglv {
  margin-top: 35px;
  margin: 0 auto;
  margin-bottom: 35px
}

.titletsi {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 190px;
  text-align: center;
  color: #0A4617
}

.tsiexpand {
  animation-delay: 150ms;
  color: #0A4617;
  font-weight: 400;
  width: 600px;
  margin: 0 auto;
  font-size: 30px;
  margin-top: 30px;
  text-align: center;
  padding-bottom: 250px;
  margin-top: 0
}

.trattsitxt {
  background: rgba(71, 71, 130, .7);
  top: 0;
  left: 0;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.trattsidv {
  position: relative;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 31px;
  color: #FFF;
  text-align: center;
  width: 100%;
}

.tratdivinner {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/assets/img/bgbottomtsi-min.jpg);
  background-size: cover;
  background-position: center center;
}

.vanttsidv {
  position: relative;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 31px;
  color: #FFF;
  text-align: center;
  width: 100%;
}

.vantsdivinn {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/assets/img/bgbottomtsi-min.jpg);
  background-size: cover;
  background-position: center center;
}

.vanttsivan {
  background: rgba(207, 26, 32, 0.7);
  top: 0;
  left: 0;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.tsiheads {
  background-image: url(/assets/img/bgtsi-mincmp.jpg);
  background-position: 50% 0%;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 0
}

.tsitxttr {
  margin-top: 50px;
  text-align: justify !important;
  text-align-last: center;
  color: #535353;
  width: 610px;
  font-size: 18px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
}

.vantsitxttr {
  margin-top: 50px;
  text-align: justify !important;
  color: #535353;
  width: 610px;
  font-size: 18px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  margin-bottom: 68px;
  max-width: 87%;

}

.headcif {
  background-image: url(/assets/img/bgcif-min.png);
  background-size: cover;
  background-position: center center;
  padding-top: 180px;
  padding-bottom: 180px;
}

.subtitlecif {
  color: #FFF;
  animation-delay: 150ms;
  font-weight: 400;
  width: 520px;
  margin: 0 auto;
  font-size: 30px;
  margin-top: 30px;
  text-align: center;
}

.cntppro {
  position: relative;
  float: left;
  width: 50%;
  background: #E5E5E5;
  height: 100%;
}

.pprorpl {
  animation-delay: 100ms;
  color: #E5FFCC;
  width: 420px;
  text-align: justify;
  text-align-last: center;
  margin-top: 45px;
  font-size: 16px;
}

.pprotx {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  width: 420px;
  position: relative;
  margin: 0 auto;
  max-width: 90%;
  text-align-last: center;
  text-align: justify;
  margin-top: 30px;
  color: #0A4617;
}

.pprod5 {
  position: relative;
  float: left;
  width: 50%;
}

.txcltv {
  color: #FFF;
  text-align: center;
  font-size: 75px;
}

.headcult {
  background-image: url(/assets/img/bgcultivarescmp.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 180px;
  padding-bottom: 180px;
}

.imgbrandcultivar {
  width: calc(20% - 30px);
  float: left;
  margin: 15px;
}

.imgbrandcultivar img {
  width: 100%
}

.dvpro {
  position: relative;
  float: left;
  height: 100%;
  width: 50%;
  background-position: center center;
  background-size: cover;
  background-image: url(/assets/img/bgpro-mincmp.jpg)
}

.inner-l-sementes {
  float: left;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  position: relative;
}

.tranqsegpro {
  animation-delay: 150ms;
  color: #0A4617;
  font-weight: 400;
  width: 460px;
  margin: 0 auto;
  font-size: 30px;
  margin-top: 30px;
  text-align: center;
}

.sheadfrp {
  background-image: url(/assets/img/replantbg-mincmp.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 60px;
  padding-bottom: 250px;
}

.desctxfrp {
  margin-top: 50px;
  text-align-last: center;
  text-align: justify !important;
  color: #535353;
  width: 930px;
  font-size: 18px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
}

.txtcifc {
  margin-top: 50px;
  text-align-last: center;
  text-align: justify !important;
  color: #535353;
  width: 930px;
  font-size: 18px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
}

.innerfrplcnt {
  background: #E5E5E5;
  padding-bottom: 150px;
}

.innercifcnt {
  background: #E5E5E5;
  padding-bottom: 150px;
}

.ptechdsc {
  animation-delay: 100ms;
  color: #535353;
  width: 630px;
  text-align: center;
  margin-top: 35px;
  font-size: 16px;
}

.txtmiddle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.pprocnttxbt {
  position: relative;
  max-width: 80%;
  width: 630px;
  margin: 0 auto;
  margin-top: 50px;
  left: 6%
}

.tvtlvpro {
  text-align: center;
  color: #535353;
  width: 210px;
  font-size: 20px;
  margin-top: 15px;
}

.pproprodimg {
  max-width: 100%;
  position: relative;
  width: 190px;
  margin-top: 15px;
  margin-left: 5px;
}

.pprologos {
  max-width: 65%;
  position: relative;
  margin: 0 auto;
  margin-top: 45px;
}

.list-sementes::-webkit-scrollbar {
  width: 0px;
  height: 10px;
}

.list-sementes::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #3b5f81;
  -webkit-box-shadow: none;
}

.list-sementes::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background: #E5E5E5;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

@media screen and (max-width: 1400px) {

  .top-menu .centro-items-home {
    max-width: 90%;
    width: 1320px;
  }

  .btn-tsi {
    margin-bottom: 10px;
  }

  .btn-inoculante {
    margin-top: 15px
  }

  .cnt-tech-txt {
    margin-top: 45px;
    color: #FFFFFF;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1366px) {

  .desc-semente-pg {
    max-width: 80%
  }

  .logo-tec {
    margin-top: 30px;
  }

  .btn-tec-mais {
    margin-top: 40px;
  }

  .i-t-txt {
    margin-top: 40px;
  }

  .i-t-txt p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}

@media screen and (max-width: 1300px) {
  .menu {
    font-size: 14px;
  }
}

@media screen and (max-width: 1350px) {

  .float-btns-b {
    bottom: 120px;
  }

  .float-btns {
    bottom: 320px;
  }

  .centro-items-home {
    max-width: 95%;
  }



  .lh-txt1 {
    font-weight: 900;
    color: #FFF;
    font-size: 30px;
  }

  .lh-txt2 {
    font-weight: 300;
    color: #FFF;
    font-size: 40px;
  }

  .btn-tec-mais {
    margin-top: 25px;
  }

}

@media screen and (max-width: 1280px) {
  .i-t-txt {
    margin-top: 25px;
  }

  .btn-tec-mais {
    margin-top: 25px;
  }

  .menu {
    font-size: 14px;
    letter-spacing: -.5px
  }

  .i-t-txt {
    font-size: 15px;
  }
}

@media screen and (max-width: 1260px) {
  .list-sementes {
    overflow-y: scroll;
  }

  .inner-l-sementes {
    width: 1250px;
    float: none;
    left: 0;
    transform: none;
    -webkit-transform: none;
    height: 90px;
  }
}

@media screen and (max-width: 1240px) {
  .btns-act {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1220px) {
  .i-t-txt {
    font-size: 14px;
    margin-top: 24px;
  }

  .logo-tec {
    margin-top: 30px;
  }

  .logo-tec img {
    height: 35px;
    margin: 0 auto;
  }

  .btn-tec-mais {
    margin-top: 28px;
    font-size: 12px;
    height: 30px;
    width: 120px;
    line-height: 26px;
  }
}

@media screen and (max-width: 1210px) {
  .menu li {
    margin-left: 8px;
    margin-right: 8px;
  }
}

@media screen and (max-width: 1460px) {
  .btns-act {
    display: none
  }


  .pprocnttxbt {
    position: relative;
    max-width: 95%;
    width: 630px;
    margin: 0 auto;
    margin-top: 50px;
    left: 2%;
  }


}

@media screen and (max-width: 1150px) {
  .btn-tec-mais {
    margin-top: 17px;
  }
}

@media screen and (max-width: 1100px) {
  .i-t-txt {
    font-size: 14px;
    margin-top: 12px;
  }

  .logo-tec {
    margin-top: 30px;
  }

  .logo-tec img {
    height: 25px;
    margin: 0 auto;
  }

  .btn-tec-mais {
    margin-top: 11px;
    font-size: 12px;
    height: 30px;
    width: 120px;
    line-height: 26px;
  }
}

@media screen and (max-width: 1024px) {
  .read-post-desc {
    column-count: 1;
  }


  .post-title {
    font-size: 20px;
  }

  .share-post {
    padding-right: 0
  }

  .agenda-info,
  .cases-info {
    max-width: 56%;
    width: auto;
  }

  .agenda-info {
    max-width: 56%;
    width: auto;
  }

  .agenda-titulo,
  .cases-titulo {
    font-size: 22px;
  }

}

@media screen and (max-width: 1020px) {
  .logo-tec img {
    height: 40px;
  }

  .shape-itec {
    display: none;
  }

  .i-tec {
    overflow: hidden;
    position: relative;
    float: none;
    width: 360px;
    max-width: 95%;
    background-size: cover;
    background-position: center center;
    margin: 11px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    margin-bottom: 0;
    margin: 0 auto;
    height: 235px;
    border-radius: 16px;
    margin-bottom: 25px;
  }

  .i-t-txt {
    font-size: 14px;
    margin-top: 35px;
  }

  .btn-tec-mais {
    margin-top: 30px;
  }
}

@media screen and (max-width: 930px) {

  .item-galeria {
    width: calc(50% - 16px);
  }

  .ls1t {
    text-align: center;
    font-size: 26px;
    line-height: 26px;
  }

  .input33 {
    width: 100%;
    margin-left: 0;
  }

  .btn-attach {
    margin-right: 0;
    width: 100%;

  }

  .group-btns-trabalhe {
    width: 100%;
    margin-top: 25px
  }

  .btn-send-contato {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .bottomcardcontato img {
    width: 200px;
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .input33m0 {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 950px) {
  .ds-d1-inner {
    padding-right: 15%;
    padding-left: 5%;
  }

  .tsid1 {

    width: 100%;
    height: auto;
    padding-bottom: 50px;

  }

  .tsid2 {
    width: 100%;
    height: auto;
  }

  .primeproalign {
    height: auto;
    position: relative;
    width: 100%;
  }

  .cntppro {
    width: 100%;
    float: none;
    height: auto;
  }

  .dvpro {
    width: 100%;
    height: auto;
    float: none
  }

  .dvpro .icns-tech-b {
    position: relative !important;
  }

  .icns-tech-b {
    margin-top: 0;
    padding-top: 30px;
  }

  .pprologos {
    max-width: 65%;
    position: relative;
    margin: 0 auto;
    margin-top: 0px;
  }

  .cntppro {
    padding-top: 50px;
    padding-bottom: 50px
  }

  .pprocnttxbt {
    position: relative;
    max-width: 90%;
    width: 630px;
    margin: 0 auto;
    margin-top: 50px;
    left: 6%;
  }
}

@media screen and (max-width: 900px) {
  .table-resp {
    display: block;
  }

  .table-container {
    display: none;
  }

  .read-post-title {
    font-size: 25px;
    margin-top: 10px;
    text-align: center;
  }

  .read-post-img,
  .read-post-content {
    float: none;
    width: 100%;
    padding: 0;
    max-width: 100%;
  }

  .read-post-desc {
    column-count: 1;
  }

  .read-post-img {
    max-height: 200px;
  }

  .contatos {
    height: auto
  }

  .negocio-item {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px
  }

  .negocio-content {
    top: 0;
    transform: none;
    -webkit-transform: none;
  }

  .title-negocio {
    text-align: center;
    padding-right: 0
  }

  .desc-negocio {
    float: none;
    width: 100%;
    text-align: center;
    max-width: 100%;
    font-size: 18px
  }

  .footer-b1,
  .footer-b2,
  .footer-b3,
  .footer-b4 {
    width: 100%;
    height: auto;
    float: none;
    padding: 38px;
  }

  .inner-footer {
    text-align: center
  }

  .footer-sep {
    display: none
  }

  .footer-b1 img {
    width: 60%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
  }

  .btn-entre-contato {
    margin: 0 auto;
    margin-top: 20px;
  }

  .innercontato {
    position: relative;
    float: none;
    width: 100%;
    height: auto
  }

  .innercontato:last-child {
    width: 100%;
    height: 350px;
  }

  .cnt-sel-uni {
    height: 350px
  }

  .item-blog {
    width: calc(50% - 16px);
    margin-bottom: 26px
  }
}

.ls1t {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 38px;
}

.ls1t span {
  position: relative;
  top: 20px;
}

.list-sementes {
  position: relative;
  width: 100%;
  background: #287438;
}

.l-s-item {
  cursor: pointer;
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  cursor: pointer;
  -webkit-transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  position: relative;
  float: left;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 28px;
  padding-bottom: 28px;
}

.l-s-item-ativo {
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  cursor: pointer;
  -webkit-transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  background: #3b5f81;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}

.l-s-item img {
  height: 45px;
  opacity: .7;
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  cursor: pointer;
  -webkit-transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.l-s-item-ativo img {
  opacity: 1;
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  cursor: pointer;
  -webkit-transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.l-s-item:nth-child(4) img {
  padding-top: 3px;
  padding-bottom: 3px;
}

.l-s-item:nth-child(5) img {
  padding-top: 9px;
  padding-bottom: 9px;
}

.l-s-item:nth-child(6) img {

  padding-top: 13px;
  padding-bottom: 13px;
}

.logo-home {

  position: relative;
  width: 180px;
  z-index: 2;
  float: left;
  margin-top: 20px;
  opacity: .7;
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);

  left: 50%;
  transform: translateX(-50%);
  margin-left: 5px;
  margin-top: 20px;
  opacity: .8;

}


.menu {
  display: none
}

.headfix {
  padding-bottom: 20px;
}

.sanduiche {
  display: block;
  width: 25px;
  z-index: 222;
  left: 100px;
  top: 35px;
  opacity: .8;
}

.headfix .sanduiche {
  top: 30px;
}



.headfix .logo-home {
  margin-top: 20px;
}

.headfix {
  position: fixed;
  top: 0;
  left: 0
}

.txtmiddle {
  transform: none;
  -webkit-transform: none;
  top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.seed-boxes {
  width: 100%;
  height: auto !important
}



@media screen and (max-width: 640px) {
  .social-in {
    display: none;
  }

  .inner-l-sementes {
    width: 890px;
  }

  .inner-l-sementes {
    height: 86px;
  }

  .tranqsegpro {
    font-size: 25px;
  }

  .l-s-item {
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .l-s-item img {
    height: 35px
  }

  .l-s-item:nth-child(6) img {
    padding-top: 8px;
    padding-bottom: 9px;
  }

  .l-s-item:nth-child(5) img {
    padding-top: 5px;
    padding-bottom: 7px;
  }

  .imgbrandcultivar img {
    width: 100%;
  }

  .imgbrandcultivar {
    width: calc(50% - 30px);
    float: left;
    margin: 15px;
    height: 70px;
  }

  .arrowslider {
    display: none !important
  }

  .tsi-float-layer {
    max-width: 92.5%;
    top: 50%
  }

  .lh-tsi {
    font-weight: 900;
    color: #6488ad;
    font-size: 50px;
  }

  .lh-txt1 {
    font-weight: 900;
    color: #fff;
    font-size: 25px;
  }

  .lh-txt2 {
    font-weight: 300;
    color: #fff;
    font-size: 25px;
  }

  .boxtxt50 {
    width: 100%;
    margin-bottom: 30px
  }

  .sobre {
    padding-top: 75px;
    padding-bottom: 75px
  }

  .sanduiche {
    display: block;
    width: 25px;
    z-index: 222;
    left: 25px;
    top: 30px;
    opacity: .8;
  }

  .btxt {
    max-width: 100%
  }

  .sobre-subtitle,
  .overlay-desc {
    font-size: 25px
  }

  .read-post-title {
    font-size: 22px;
    margin-top: 10px;
  }

  .read-post-img,
  .read-post-content {
    float: none;
    width: 100%;
    padding: 0;
    max-width: 100%;
  }

  .read-post-desc {
    column-count: 1;
  }

  .logo-home {
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0px;
    margin-top: 15px;
    opacity: .8;
  }

  .menu {
    display: none
  }

  .header-pg {
    height: 270px;
    font-size: 40px;
    line-height: 375px;
  }
}

@media screen and (max-width: 620px) {

  .blog-cat {
    font-size: 16px;
    width: 100%;
  }
}

@media screen and (max-width: 560px) {

  .list-sementes::-webkit-scrollbar {
    width: 0px;
    height: 2px;
  }

  .icns-tech-b-item {
    float: none;
    margin: 0 auto;
    width: 100%;
    min-height: auto;
  }

  .pproprodimg {
    margin-left: 0;
    margin: 0 auto;
    margin-top: 15px;
  }

  .tvtlvpro {
    width: 100%;
    margin-bottom: 15px;
  }

  .pprod5 {
    float: none;
    width: 100%;
  }

  .btn-tsi {
    margin: 0px auto !important
  }

  .pprocnttxbt {
    max-width: 90%;
    left: 0;
    width: 90%
  }

  .negocio-text {
    padding-left: 25px;
    padding-right: 25px;
  }

  .desc-negocio {
    float: none;
    width: 100%;
    text-align: justify;
    max-width: 100%;
    font-size: 16px
  }

  .cnt-tech-txt {
    text-align: justify;
    text-align-last: center;
  }

  .txtprimetech {
    text-align: justify;
  }

  .ptechdsc {
    text-align: justify;
    margin-top: 35px;
    font-size: 16px;
    text-align-last: center;
  }

  .cultvrresp {
    padding-bottom: 50px !important;
  }

  .cnticcif {
    margin-top: 0;
  }

  .innerfrplcnt {
    padding-bottom: 50px;
  }

  .innercifcnt {
    padding-bottom: 50px;
  }

  .desctxfrp {}

  .sheadfrp {
    padding-bottom: 180px;
  }

  .logofreerpltxt {
    margin-top: 0;
  }

  .dvpro {
    height: 220px;
    overflow-y: scroll;
    width: 100%;
    float: none
  }

  .dvpro .icns-tech-b {
    position: relative !important;
    padding-top: 25px;
  }

  .pprod5:nth-child(2) {
    margin-top: 25px;
    position: relative;
  }

  .cnt-logos-tech div:nth-child(1) {
    margin-left: 0
  }

  .cnt-logos-tech div img {
    left: 0;
    max-width: 200px;
  }

  .cnt-logos-tech div:nth-child(2) {
    margin-top: 0;
    padding-bottom: 30px;
  }

  .cnt-cultivar-item-ni {
    margin-bottom: 30px;
  }


  .item-cultivar img {

    margin: 0 auto;
    margin-bottom: 25px;
  }

  .cultivar-desc {
    font-size: 16px;
    width: 100%;
    padding-left: 0;
    top: 0;
    transform: none;
    -webkit-transform: none;
    text-align: justify;
    text-align-last: center;
    margin-bottom: 40px
  }

  .float-btns {
    display: none
  }

  .float-btns-b {
    display: none
  }

  .float-btns-semente {
    display: none
  }

  .cnt-logos-tech div {
    width: 100% !important;
  }

  .cnt-logos-tech div img {
    margin: 0 auto;
  }

  .item-galeria {
    width: calc(100% - 16px);
  }

  .bottomcardcontato img {
    width: 150px;
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .card-form-contato .innerCard {
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 10%;
    padding-bottom: 10%;
    position: relative;
  }

  .ls1t {
    text-align: center;
    font-size: 26px;
    line-height: 26px;
  }

  .input33 {
    width: 100%;
    margin-left: 0;
  }

  .btn-send-contato {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .input33m0 {
    margin-left: 0;
    width: 100%;
  }

  .headcult {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .txcltv {
    font-size: 40px;
  }

  .pprod5 {
    float: none;
  }

  .seed-boxes {
    height: auto
  }

  .pprorpl {
    margin-top: 30px;
    font-size: 16px;
    text-align: justify;
  }

  .cntppro {
    width: 100%
  }

  .subtitlecif {
    font-size: 23px;
  }

  .headcif {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .trattsitxt {
    padding-top: 30px;
    padding-bottom: 30px
  }

  .vanttsivan {
    padding-top: 30px;
    padding-bottom: 30px
  }

  .tsiheads {
    background-size: initial;
  }

  .tsid1 {

    width: 100%;
  }

  .tsid2 {
    width: 100%;
  }

  .trattsidv {
    font-size: 20px;
    width: 100%;
    float: none;
  }

  .vanttsidv {
    width: 100%;
    font-size: 20px;
    float: none;
  }

  .tsiexpand {
    padding-bottom: 100px;
    font-size: 23px;
  }

  .titletsi {
    font-size: 60px;
    margin-top: 70px
  }

  .imglv {
    margin-bottom: 50px;
  }

  .cnt-float-resp {
    display: block;
    z-index: 2;
    opacity: .9;

  }

  .tsi-float-layer {
    top: 48%;
  }

  .post-author {
    width: 100%
  }

  .seed-boxes {
    width: 100%
  }

  .produto-slider {
    height: 100%;
    top: 0%
  }

  .share-post {
    font-size: 14px;
    text-align: left;
  }

  .txtmiddle {
    transform: none;
    -webkit-transform: none;
    top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

}

@media screen and (max-width: 500px) {
  .overlay-galeria-evnt .arrow {
    display: none;
  }

  .sel-uni {
    font-size: 14px;
  }

  .cnt-sel-uni {
    height: 550px
  }

  .btn-mandar-msg {
    position: relative;
    top: 0;
    transform: none;
    -webkit-transform: none;
    right: 0;
    margin-top: 20px;
  }

  .unidade-contacts {
    width: 100%;
  }

  .unidade-title {
    width: 100%
  }

  .title-confira-mais {
    font-size: 25px;
  }


  .post-date {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }


  .post-title {
    height: auto !important;
    text-align: center;
    font-size: 18px;
    clear: both;
    padding-top: 10px
  }

  .post-desc {
    text-align: center
  }

  .i-tec {
    width: calc(100% - 22px);
    border-radius: 16px;
    height: 230px;
  }

  .shape-itec {
    display: none
  }

  .tecnologias {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .subtitle-sementes {
    font-size: 20px
  }

  .title-person {
    font-size: 20px
  }

  .title-case {
    font-size: 30px;
    line-height: 33px;
  }

  .sobre-title {
    font-size: 25px;
    line-height: 23px;
  }

  .title-resultados {
    font-size: 30px;
    line-height: 33px;
  }

  .subtitle-resultados {
    font-size: 16px;
  }

  .title-blog {
    font-size: 35px;
    text-align: center;
    padding-left: 0;
  }

  .subtitle-blog {
    text-align: center;
    font-size: 16px;
    padding-left: 0;
    width: 80%;
    margin: 0 auto;
    float: none;
  }

  .btn-blog-mais {
    display: none
  }

  .agenda-img,
  .cases-img {
    max-width: 100%
  }

  .input-assine {
    width: 100%;
  }

  .item-blog {
    width: calc(100% - 16px);
  }



  .title-sementes {
    color: #3b5f81;
    font-size: 35px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    text-align: center;
    line-height: 33px;
  }

  .btn-assine {
    margin-top: 25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin-left: 0;
    cursor: pointer;
  }

  .desc-sementes {
    margin-top: 30px
  }

  .i-tec {
    margin-bottom: 20px
  }

  .footer-b1,
  .footer-b2,
  .footer-b3,
  .footer-b4 {
    width: 100%;
    height: auto;
    float: none;
    padding: 38px;
  }

  .inner-footer {
    text-align: center
  }

  .footer-sep {
    display: none
  }

  .agenda-info,
  .cases-info {
    width: 100%;
    padding: 20px;
    max-width: 100%;
    text-align: center;
  }

  .footer-b1 img {
    width: 60%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
  }

  .btn-entre-contato {
    margin: 0 auto;
    margin-top: 20px;
  }

  .tech-b-item-txt {
    font-size: 14px
  }

  .icns-tech-b-item img {
    max-width: 70%
  }

  .icns-tech-b-item {
    width: 100%;
    min-height: auto;
    margin-top: 25px
  }

  .ds-d1 {
    width: 100%;
  }

  .ds-d1-inner {
    text-align-last: center;
    text-align: justify;
    top: 0;
    transform: none;
    -webkit-transform: none;
    font-size: 25px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .ds-d2 {
    width: 100%;
    margin-top: 40px
  }

  .ds-d2-inner {
    margin: 0 auto;
    text-align: justify;
    text-align-last: left
  }

  .pg-desc-sementes {
    padding-top: 50px
  }

  .title-sementes-pg {
    font-size: 35px
  }

  .desc-intro-pg {
    font-size: 16px
  }

  .titletsi {
    font-size: 55px;
    margin-top: 40px;
  }

  .tsiheads {
    background-position: center center
  }

  .faca-down {
    font-size: 16px;
    text-align: left;
    text-align-last: left;
    margin-top: 30px;
  }

  .vantsitxttr {
    font-size: 16px;
  }

}

@media screen and (max-width: 435px) {
  .buscar-vagas {
    position: relative;
    width: 100%;
  }

  .acessar-curriculo {

    position: relative;
    float: left;
    width: 100%;
    margin-top: 50px;
    left: -11.5px;
  }
}

@media screen and (max-width: 400px) {
  #previsao .header-pg {
    height: 255px !important;
    line-height: 150px !important;
    font-size: 30px !important;
  }

  #previsao_city {
    top: 55px !important
  }
}

@media screen and (max-width: 360px) {
  .lh-txt2 {
    font-weight: 300;
    color: #fff;
    font-size: 20px;
  }

  .icns-tech-b-item {
    width: calc(100% - 30px);
  }

  .icns-tech-2 .icns-tech-b-item {
    width: calc(100% - 30px);
  }
}

@media screen and (max-width: 340px) {
  .float-btn-b-resp {
    height: 70px;
  }

  .float-btn-resp {
    height: 70px;
  }

  .logo-home {
    width: 160px;
  }

  .lh-tsi {
    font-size: 40px
  }

  .sanduiche {
    width: 23px;
    top: 25px;
  }

  .lh-txt1 {
    font-size: 21px;
  }

  .lh-txt2 {
    font-size: 17px;
  }

  .btn-resultados-mais {
    margin-top: 32px;
    font-size: 15px;
    width: 129px;
    height: 40px;
    line-height: 38px;
  }
}

.card-widget-overlay {
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, .8);
  z-index: 99998;
  overflow-y: scroll;
  display: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

.card-widget-services {
  overflow: hidden;
  width: 1000px;
  position: relative;
  background: #FFF;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 5px;
  max-width: 90%;
}

.widget-services .btn {
  margin-top: 20px;
  width: 130px;
  border-radius: 25px;
  height: 35px;
  background: #3b5f81;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  position: relative;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  float: left;
  margin: 5px;
}

.widget-services {
  color: #221F1F;
  padding: 20px 30px;
  position: relative;
}

.widget-services .btn:hover {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background: rgba(13, 48, 80, .95);
  color: #FFF
}


.btn-ativo-services {
  background: rgba(13, 48, 80, .95) !important;
}

table #moedas td,
table #bolsa_chicago td,
table #commodities td,
table #indices td,
table #indicadores td {

  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.9em;
  line-height: 18px;
}

table #moedas td {
  white-space: nowrap;
}

#moedas,
#indicadores,
#bolsas,
#indices,
#bolsa_chicago {
  display: none;
}

table #moedas td.timestamp,
table #moedas tr.fonte td,
table #bolsa_chicago td.timestamp,
table #bolsa_chicago tr.fonte td,
table #commodities td.timestamp,
table #commodities tr.fonte td,
table #indices td.timestamp,
table #indices tr.fonte td,
table #indicadores td.timestamp,
table #indicadores tr.fonte td {
  color: #221F1F;
  line-height: 11px;
  font-size: 12px;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: middle;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody+tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary>th,
.table-primary>td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
  background-color: #c8cbcf;
}

.table-success,
.table-success>th,
.table-success>td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
  background-color: #b1dfbb;
}

.table-info,
.table-info>th,
.table-info>td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
  background-color: #abdde5;
}

.table-warning,
.table-warning>th,
.table-warning>td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger>th,
.table-danger>td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
  background-color: #f1b0b7;
}

.table-light,
.table-light>th,
.table-light>td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
  background-color: #ececf6;
}

.table-dark,
.table-dark>th,
.table-dark>td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
  background-color: #b9bbbe;
}

.table-active,
.table-active>th,
.table-active>td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

.shadow {
  -webkit-box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important;
  box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important;
}

.previsao-full {
  color: #0d3050 !important;
}

.container-previsao div {
  font-family: inherit;
}

.container-previsao {
  font-family: 'Nunito Sans', sans-serif;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}

.container-previsao:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}

@media (min-width: 768px) {
  .container-previsao {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container-previsao {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container-previsao {
    width: 1170px;
  }
}


.forecast-container {
  width: 100%;
  background: rgba(255, 255, 255, .95);
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  display: table;
  table-layout: fixed;
  width: 100%;
  border-radius: 10px;
  margin-top: -150px;
  margin-bottom: 50px;
}

.forecast-container .forecast {
  display: table-cell;
  vertical-align: top;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  cursor: pointer;
}

.forecast-container .forecast:nth-child(even) {
  background-color: rgba(255, 255, 255, .1);
}

.forecast-container .forecast:hover {
  transform: scale(1.07) translateZ(0);
  border-radius: 4px;
  background-color: #FFF !important;
  opacity: 1;
  -webkit-box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important;
  box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important;
}

@media screen and (max-width: 990px) {
  .forecast-container .forecast {
    display: block;
    width: 16.6667%;
    float: left;
  }
}

@media screen and (max-width: 640px) {
  .forecast-container .forecast .forecast-content {
    padding: 15px 10px 10px !important;
  }

  .prev-marcadores {
    width: 90%
  }

  .forecast-container .forecast.today {
    padding-bottom: 20px
  }

  .previsao-maxima,
  .previsao-minima {
    width: 50% !important;
  }

  .forecast-container .forecast:hover {
    transform: scale(1.0) translateZ(0);
    border-radius: 0px;
    background-color: #FFF !important;
    opacity: 1;
    -webkit-box-shadow: none important;
    box-shadow: none !important;
  }


  .previsao-full {
    top: -125px;
  }

  #previsao .header-pg {
    height: 300px !important;
    line-height: 150px !important
  }

  .forecast-container .forecast {
    display: block;
    width: 33.333333333333333%;
    float: left;
  }

  .forecast-container {
    margin-top: 0;
  }

  .capa_negocio select {
    margin-top: 20px;
  }
}

.location {
  display: none
}

.date {
  display: none
}

.today .date {
  display: block
}

.forecast-container .forecast.today {
  width: 420px;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
}

.forecast-container .forecast.today .forecast-header {
  *zoom: 1;
}

.forecast-container .forecast.today .forecast-header:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}

.forecast-container .forecast.today .forecast-header .day {
  float: left;
}

.forecast-container .forecast.today .forecast-header .date {
  float: right;
}

.forecast-container .forecast.today .forecast-content {
  text-align: left;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
}

.forecast-container .forecast.today .location {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.2857142857em;
  font-weight: 400;
  position: relative;
  top: -15px
}

.forecast-container .forecast.today .degree .num,
.forecast-container .forecast.today .degree .forecast-icon {
  display: inline-block;
  vertical-align: middle;
}

.forecast-container .forecast.today .degree .num {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 90px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 6.4285714286rem;
  margin-right: 30px;
}

.forecast-container .forecast.today span {
  margin-right: 20px;
}

.forecast-container .forecast.today span img {
  margin-right: 5px;
  vertical-align: middle;
}

@media screen and (max-width: 990px) {
  .forecast-container .forecast.today {
    display: block;
    width: 100%;
  }
}

.forecast-container .forecast .forecast-header {

  padding: 10px;
  text-align: center;
  font-weight: 400;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 85%;
  color: #0d3050
}

.forecast-container .forecast .forecast-icon {
  height: 50px;
}

.forecast-container .forecast .forecast-content {
  padding: 15px 20px 20px;
  text-align: center;
}

.forecast-container .forecast .forecast-content .forecast-icon {
  margin-bottom: 20px;
}

.forecast-container .forecast .forecast-content .degree {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 24px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.7142857143em;
  color: white;
  font-weight: 700;
}

.forecast-container .forecast .forecast-content small {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.1428571429em;
}


.forecast-container:hover {
  background: rgba(255, 255, 255, .98);
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out
}

.forecast-container:hover .forecast:nth-child(even) {
  background-color: rgba(255, 255, 255, .5);
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out
}

.previsao-icone {
  position: relative;
}

.today .previsao-icone img {
  width: auto;
  height: 75px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: block;
  float: left;
}

.previsao-icone img {
  height: 27px;
  width: auto;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: block;
  float: left;
}

.previsao-minima {
  float: left;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
}

.previsao-maxima {
  float: left;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
}

.previsao-val {
  font-size: 16px;
  font-weight: 700;
  opacity: .7;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600
}

.previsao-pointer {
  font-size: 10px;
  font-family: 'Nunito Sans', sans-serif;
}

.previsao-pointer img {
  opacity: .7;
  height: 7px;
  position: relative;
}

.previsao-desc {
  font-family: 'Nunito Sans', sans-serif;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 400;
  padding-top: 15px;
  text-align: center;
  display: none;
}

.previsao-porsol {
  font-family: 'Nunito Sans', sans-serif;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 400;
  padding-top: 15px;
  text-align: center;
  display: none;
  font-size: 12px;
}

.today .previsao-porsol {
  display: block;
}

.info-vento {
  font-size: 60%;
  line-height: 11px;
  padding-top: 3px;
  float: none
}

.today .info-vento {
  font-size: 60%;
  float: right;
  line-height: 9px;
  padding-top: 3px
}

.today .previsao-desc {
  display: block;
}

.previsao-maxima,
.previsao-minima {
  padding-top: 15px;
  width: 75px;
  text-align: center;
}

.item-previsao {
  position: relative;
  float: left;
  width: 240px
}

.previsao-info {
  position: relative;
}

.correcao {
  clear: both
}

.prev-marcadores {
  position: relative;
  float: left;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 75px
}

.today .prev-marcadores {
  width: auto;
}

.optf {
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
  -webkit-transition: all .4s ease-out;
}

.optf:hover {
  background: #f9f9f9;
  -webkit-transition: all .4s ease-out;
}


@media (max-width: 575.98px) {

  #bolsa_chicago tr td:nth-child(2),
  #bolsa_chicago tr td:nth-child(3),
  #bolsa_chicago tr td:nth-child(4),
  #bolsa_chicago tr td:nth-child(5) {
    display: none
  }

  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-sm>.table-bordered {
    border: 0;
  }
}

.postsloader {
  height: 4px;
  width: calc(100% - 30px);
  position: relative;
  overflow: hidden;
  background-color: #ddd;
  margin-right: 15px;
  margin-left: 15px;
  opacity: 0;
}

.postsloader:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: rgba(13, 48, 80, .95);
  animation: postsloader .8s linear infinite;
}

@keyframes postsloader {
  from {
    left: -200px;
    width: 30%;
  }

  50% {
    width: 30%;
  }

  70% {
    width: 70%;
  }

  80% {
    left: 50%;
  }

  95% {
    left: 120%;
  }

  to {
    left: 100%;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-md>.table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-lg>.table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-xl>.table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive>.table-bordered {
  border: 0;
}