


* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.controls {
	margin-top: 80px;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
}
.controls:hover:after {
  transform: translateX(-10px) rotate(45deg);
}
.controls:hover:active:after {
  transform: translateX(-20px) rotate(45deg);
  transition: 300ms all;
}
.controls:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  border-left: 4px solid #81bc00;
  border-bottom: 4px solid #81bc00;
  transition: 500ms all;
}
.controls.next {
  left: auto;
  right: 120px;
  transform: rotate(180deg);
}

.time-line {
  
  height: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: 0;
}
.time-line * {
  transition: 800ms all cubic-bezier(0.23, 1, 0.32, 1);
}
.time-line .dates-overflow {
  left: 0;
  width: 500vw;
  position: absolute;
  bottom: 50px;
  height: 50px;
}
.time-line .dates-wrap {
  display: inline-block;
  position: absolute;
  height: 100%;
  left: calc(50vw - 80px);
}
.time-line .dates-wrap:before, .time-line .dates-wrap:after {
  content: '';
  position: absolute;
  width: 160px;
  height: 100%;
  left: -1px;
  transform: translate(-50%, -80%);
  background: linear-gradient(to right, #fff 0%, rgba(245, 247, 244, 0) 100%);
  z-index: 2;
}
.time-line .dates-wrap:after {
  left: auto;
  right: -1px;
  background: linear-gradient(to left, #fff 0%, rgba(245, 247, 244, 0) 100%);
  transform: translate(80%, -50%);
}
.time-line .dates-wrap .date {
  width: 160px;
  position: relative;
  float: left;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 800ms all cubic-bezier(0.23, 1, 0.32, 1);
}
.time-line .dates-wrap .date .date-content {
  visibility: hidden;
  position: absolute;
  width: 340px;
  height: 230px;
  bottom: 100%;
  margin-bottom: 80px;
  border-radius: 3px;
  transform-origin: 50% 100%;
  transform: scale(0.7);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0);
}
.time-line .dates-wrap .date .date-content:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  top: 100%;
  margin-top: 8px;
  height: 60px;
  opacity: 0;
  background-color: #4b6909;
  transform: scaleY(0);
  transform-origin: 100% 100%;
  transition: 800ms all cubic-bezier(0.23, 1, 0.32, 1);
}
.time-line .dates-wrap .date .date-content .date-image {
  width: 185px;
  height: 184px;
  background-image: url(../../img/t01.png);
  margin-left: auto;
  margin-right: auto;
}

.time-line .dates-wrap .date .date-content .date-image2 {
  width: 185px;
  height: 184px;
  background-image: url(../../img/t02.png);
  margin-left: auto;
  margin-right: auto;
}

.time-line .dates-wrap .date .date-content .date-image3 {
  width: 185px;
  height: 184px;
  background-image: url(../../img/t03.png);
  margin-left: auto;
  margin-right: auto;
}

.time-line .dates-wrap .date .date-content .date-image4 {
  width: 185px;
  height: 184px;
  background-image: url(../../img/t04.png);
  margin-left: auto;
  margin-right: auto;
}

.time-line .dates-wrap .date .date-content .date-image5 {
  width: 185px;
  height: 184px;
  background-image: url(../../img/t05.png);
  margin-left: auto;
  margin-right: auto;
}

.time-line .dates-wrap .date .date-content .date-image6 {
  width: 185px;
  height: 184px;
  background-image: url(../../img/t06.png);
  margin-left: auto;
  margin-right: auto;
}

.time-line .dates-wrap .date .date-content .date-image7 {
  width: 185px;
  height: 184px;
  background-image: url(../../img/t07.png);
  margin-left: auto;
  margin-right: auto;
}

.time-line .dates-wrap .date .date-content .date-image8 {
  width: 185px;
  height: 184px;
  background-image: url(../../img/t08.png);
  margin-left: auto;
  margin-right: auto;
}

.time-line .dates-wrap .date .date-content .date-image10 {
  width: 185px;
  height: 184px;
  background-image: url(../../img/t09.png);
  margin-left: auto;
  margin-right: auto;
}

.time-line .dates-wrap .date .date-content .date-image11 {
  width: 185px;
  height: 184px;
  background-image: url(../../img/t11.png);
  margin-left: auto;
  margin-right: auto;
}

.time-line .dates-wrap .date .date-content .date-image9 {
  width: 185px;
  height: 184px;
  
  background: url("../../img/conquistas_agro.gif");
  margin-left: auto;
  margin-right: auto;
}


.time-line .dates-wrap .date .date-content > div {
  opacity: 0;
  transform: translateY(0px);
}
.time-line .dates-wrap .date .date-content .date-text {
  
  height: 90px;
  justify-content: center;
  align-items: center;
  color: #414141;
 
  padding-top: 14px;
  text-align: center;
  font-weight: bold;
}
.time-line .dates-wrap .date .date-year {
  opacity: 0.4;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.time-line .dates-wrap .date .date-year:hover {
  opacity: 1 !important;
}
.time-line .dates-wrap .date .date-year:hover:after {
  transform: scale(1) !important;
}
.time-line .dates-wrap .date .date-year p {
  position: absolute;
  top: 40px;
  line-height: 0;
  color: #414141;
  font-size: 35px;
  font-weight: 900;
  transform: scale(0.4);
  z-index: 2;
}
.time-line .dates-wrap .date .date-year:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #81bc00;
  box-shadow: 0 0 20px #81bc00;
  bottom: 100%;
  margin-bottom: -7px;
  border-radius: 50%;
  transform: scale(0.4);
  transition: 500ms all;
}
.time-line .dates-wrap .date .date-year:before {
  content: "";
  position: absolute;
  top: 0;
  width: 200%;
  height: 1px;
  background-color: #81bc00;
}
.time-line .dates-wrap .date.sibling .date-year {
  opacity: 0.6;
}
.time-line .dates-wrap .date.sibling .date-year:after {
  transform: scale(0.8);
}
.time-line .dates-wrap .date.sibling .date-year p {
  transform: scale(0.6);
}
.time-line .dates-wrap .date.active + .date .date-year {
  opacity: 0.6;
}
.time-line .dates-wrap .date.active + .date .date-year:after {
  transform: scale(0.8);
}
.time-line .dates-wrap .date.active + .date .date-year p {
  transform: scale(0.6);
}
.time-line .dates-wrap .date.active .date-year {
  opacity: 1;
}
.time-line .dates-wrap .date.active .date-year:before {
  width: calc(200% - 11px);
}
.time-line .dates-wrap .date.active .date-year:after {
  transform: scale(1);
}
.time-line .dates-wrap .date.active .date-year p {
  transform: scale(1.2);
}
.time-line .dates-wrap .date.active .date-content {
  transform: scale(1);
  visibility: visible;
}
.time-line .dates-wrap .date.active .date-content:after {
  transition-delay: 200ms;
  opacity: 1;
  transform: scaleY(1);
}
.time-line .dates-wrap .date.active .date-content div {
  transition-delay: 200ms;
  opacity: 1;
  transform: translateY(0px) scale(1);
}