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

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
      This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
      calculation of the height of the owl-item that breaks page layouts
     */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}

header {
  height: 100px;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 10;
}

.container_menu {
  right: 0;
}

.logo {
  width: 155px;
  height: 60px;
  float: left;
  margin-top: 14px;
  cursor: pointer;
}

nav {
  float: right;
  margin-top: 35px;
}

nav .btn_menu {
  display: none;
}

nav ul {
  float: right;
}

nav ul li {
  display: inline-block;
  margin-left: 24px;
  cursor: pointer;
  position: relative;
}

nav ul li .menu_drop {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  width: 190px;
  padding: 5px 10px;
  left: -20px;
  display: none;
}

nav ul li .menu_drop:before {
  content: '';
  display: block;
  position: absolute;
  top: -7px;
  left: 68px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #FFFFFF;
  opacity: .8;
}

nav ul li .menu_drop li {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0;
}

nav ul li .menu_drop li a {
  color: #000;
  font-size: 14px;
  padding: 8px 0;
}

nav ul li a {
  color: #FFF;
  font-size: 16px;
  display: inline-block;
  padding: 10px 0;
  position: relative;
  transition: .3s;
}

nav ul li a:hover {
  color: #edb717;
}

nav ul li a:hover:before {
  width: 95%;
}

nav ul li a:before {
  content: '';
  width: 0;
  height: 1px;
  background: #edb717;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 5px;
  transition: .3s;
  position: absolute;
}

nav ul li .link_ativo:before {
  width: 95% !important;
}

nav ul .hover_drop:before {
  content: '';
  display: block;
  width: 8px;
  top: 15px;
  height: 10px;
  position: absolute;
  right: -12px;
  background: url("../imagens/seta_menu_drop.png") no-repeat;
  background-size: 100%;
}

nav ul .hover_drop:hover .menu_drop {
  display: block;
}
/* selo top 2025-02-10 */
.selotoplist {
  float: left;
  width: 100%;
  padding: 50px 0;
  background: #1a1d21 url("../imagens/bg_selotoplist.jpg") no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.selotoplist h2 {
  color: #84bb58;
  font-weight: bold;
  font-size: 50px;
  margin-bottom: 30px;
  line-height: 1.2em;
}

.selotoplist h2 span {
  color: #FFF;
  font-weight: bold;
}

.selotoplist .texto {
  width: 100%;
  max-width: 100%;
  color: #FFF;
  text-align: center;
}

.selotoplist .texto .bloco_texto_top {
  margin-bottom: 20px;
}

.selotoplist .texto .bloco_texto_top p {
  font-size: 27px;
  line-height: 1.2em;
}
.selotoplist .texto .bloco_texto_destaque p {
  font-size: 30px;
  line-height: 1.5em;
}

.selotoplist .listas {
  margin-bottom: 25px;
}

.selotoplist .listas h3 {
  font-family: 'frutiger_bold';
  color: #84bb58;
  margin-bottom: 7px;
}

.selotoplist .listas span, .selotoplist .listas p {
  line-height: 1.3em;
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
}

.selotoplist .listas ul li {
  position: relative;
  padding-left: 15px;
  line-height: 1.2em;
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
}
.fundo_modal_produtos .selo_selotoplist {
  width: 30%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fundo_modal_produtos .selo_selotoplist figure {
  position: fixed;
  max-width: 200px;
}

.fundo_modal_produtos .selo_selotoplist figure img {
  width: 60%;
  max-width: inherit;
  position:relative;
  top:-220px;
  left:20%;
}

/* fim selo top list */

/* selo top of mind 2025-02-17 */
.selotopofmind {
  float: left;
  width: 100%;
  padding: 50px 0;
  background: #4d93ca url("../imagens/bg_selotopofmind.jpg") no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.selotopofmind h2 {
  color: #4d93ca;
  font-weight: bold;
  font-size: 50px;
  margin-bottom: 30px;
  line-height: 1.2em;
}

.selotopofmind h2 span {
  color: #FFF;
  font-weight: bold;
}

.selotopofmind .texto {
  width: 100%;
  max-width: 100%;
  color: #FFF;
  text-align: center;
}

.selotopofmind .texto .bloco_texto_top {
  margin-bottom: 20px;
}

.selotopofmind .texto .bloco_texto_top p {
  font-size: 27px;
  line-height: 1.2em;
}
.selotopofmind .texto .bloco_texto_destaque p {
  font-size: 30px;
  line-height: 1.5em;
}

.selotopofmind .listas {
  margin-bottom: 25px;
}

.selotopofmind .listas h3 {
  font-family: 'frutiger_bold';
  color: #4d93ca;
  margin-bottom: 7px;
}

.selotopofmind .listas span, .selotoplist .listas p {
  line-height: 1.3em;
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
}

.selotopofmind .listas ul li {
  position: relative;
  padding-left: 15px;
  line-height: 1.2em;
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
}
.fundo_modal_produtos .selo_selotopofmind {
  width: 30%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fundo_modal_produtos .selo_selotopofmind figure {
  position: fixed;
  max-width: 200px;
}

.fundo_modal_produtos .selo_selotopofmind figure img {
  width: 60%;
  max-width: inherit;
  position:relative;
  top:-220px;
  left:20%;
}

/* fim selo top of mind */


@media (max-width: 1400px) {
  header {
    height: 80px;
  }
  nav {
    margin-top: 23px;
  }
  .logo {
    width: 125px;
    margin-top: 13px;
  }
}

@media (max-width: 1024px) {
  header {
    background: #053a73;
    position: fixed;
    z-index: 100;
    height: 62px;
  }
  .logo {
    width: 95px;
    margin: 10px 0 10px 0;
    height: 40px;
  }
  .container_menu {
    position: fixed;
    background: rgba(0, 0, 0, 0.9);
    height: calc( 100% - 62px);
    width: 100%;
    max-width: 300px;
    bottom: 0;
    top: 62px;
    right: -100%;
    padding: 0 30px;
  }
  .menu {
    width: 100%;
    margin-top: 20px;
  }
  .menu ul {
    width: 100%;
  }
  .menu ul li {
    float: none;
    text-align: right;
    border-bottom: 1px dashed #333;
    padding: 7px 0 6px 0;
    width: 100%;
    display: block;
    margin: 0;
  }
  .menu ul li .menu_drop {
    position: inherit;
    background: none;
    width: 100%;
    padding: 10px 0 5px 0;
    left: -20px;
    z-index: 1;
    left: inherit;
  }
  .menu ul li .menu_drop:before {
    display: none;
  }
  .menu ul li .menu_drop li:last-child {
    border-bottom: 1px dashed #333;
  }
  .menu ul li .menu_drop li a {
    color: #053a73;
  }
  .menu ul li a {
    color: #FFF;
    width: 100%;
  }
  .menu ul li a:before {
    display: none;
  }
  .menu ul li:last-child {
    border: none;
  }
  .menu ul .hover_drop:before {
    top: 22px;
    right: 60px;
  }
  /* ===== BTN MENU ===== */
  .btn_menu {
    float: right;
    height: 21px;
    position: relative;
    width: 30px;
    margin-top: 15px;
    cursor: pointer;
    overflow: hidden;
    padding: 6px;
    box-sizing: content-box;
    display: block;
  }
  .btn_menu span {
    height: 3px;
    width: 30px;
    background: #FFF;
    position: absolute;
    top: 15px;
  }
  .btn_menu:after, .btn_menu:before {
    position: absolute;
    width: 30px;
    height: 3px;
    background: #FFF;
    content: '';
    display: block;
    transition: .3s;
    -webkit-transition: .3s;
  }
  .btn_menu:after {
    top: 6px;
  }
  .btn_menu:before {
    bottom: 6px;
  }
  .close_menu::after {
    transform: rotate(47deg);
    top: 12px;
    left: 6px;
  }
  .close_menu::before {
    transform: rotate(-48deg);
    top: 12px;
    left: 6px;
  }
  .close_menu span {
    position: relative;
    left: 60px;
  }
  nav {
    margin-top: 30px;
  }
}

.container_listas {
  float: left;
  position: relative;
  overflow: hidden;
  transition: .3s;
  width: 100%;
}

.container_pronatura {
  display: table;
  width: 100%;
}
.container_nucleo {
  display: table;
  width: 100%;
}

.especificacoes {
  float: left;
  width: 100%;
  background: #efefef;
  padding: 0;
  -webkit-box-shadow: inset -2px 14px 34px -21px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset -2px 14px 34px -21px rgba(0, 0, 0, 0.25);
  box-shadow: inset -2px 14px 34px -21px rgba(0, 0, 0, 0.25);
  height: 0;
  overflow: hidden;
}

.especificacoes h2 {
  font-size: 35px;
  width: 100%;
  padding-bottom: 20px;
}

.lista_clicada {
  display: block;
  padding: 60px 0 30px 0;
  height: auto;
}

.btn_close_modal_listas {
  border: none;
  width: 100px;
  height: 30px;
  position: absolute;
  right: 0;
  cursor: pointer;
  outline: none;
  background: url("../imagens/btn_modal_listas.png") no-repeat;
  background-size: 100%;
  top: -20px;
}

.container_colunas {
  padding-top: 30px;
  display: flex;
  margin-bottom: 15px;
}

.container_colunas:first-child {
  margin-bottom: 0;
}

.container_colunas:last-child {
  margin-bottom: 30px;
}

.container_colunas .coluna01 h2 {
  color: #000;
  font-family: 'frutiger_regular';
  font-size: 35px;
}

.container_colunas .coluna {
  padding: 0 15px;
  width: 33.333333%;
  position: relative;
}

.container_colunas .coluna h4 {
  text-transform: inherit;
  color: #189251;
  font-size: 20px;
  border-bottom: 1px solid #189251;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.container_colunas .coluna .title_border {
  color: #189251;
  font-size: 20px;
  border-bottom: 1px solid #189251;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.container_colunas .coluna p {
  font-family: 'frutiger_light';
  margin-bottom: 15px;
  line-height: 1.2em;
  font-size: 14px;
}

.container_colunas .coluna p strong {
  font-family: 'frutiger_bold';
}

.container_colunas .coluna:last-child {
  border-right: none;
}

.container_lista {
  margin-bottom: 20px;
}

.container_lista h3 {
  font-size: 17px;
  margin-bottom: 7px;
  line-height: 1.2em;
  font-family: 'frutiger_bold';
}

.container_lista h3 span {
  display: block;
}

.container_lista h4 {
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 1.2em;
  text-transform: uppercase;
}

.container_lista .listas {
  margin-bottom: 10px;
}

.container_lista .listas li {
  font-size: 14px;
  margin-bottom: 4px;
  line-height: 1.2em;
  color: #000;
  font-style: italic;
  cursor: pointer;
}

.container_lista .listas li:hover {
  text-decoration: underline;
}

.container_lista .listas li span {
  font-style: normal;
}

.container_lista .conjunto {
  border-right: 2px solid;
  display: inline-block;
  padding-right: 8px;
  position: relative;
  margin-bottom: 4px;
}

.container_lista .conjunto li:last-child {
  border: none;
  margin-bottom: 0;
}

.container_lista .conjunto .em_breve {
  position: absolute;
  right: -90px;
  width: 72px;
  font-size: 10px;
  height: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  text-transform: uppercase;
  font-family: 'frutiger_bold';
}

.icon_lista {
  font-family: 'frutiger_bold';
}

.fundo_modal_produtos {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 180;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fundo_modal_produtos .container_modal_prod {
  height: 90vh;
  border-radius: 5px;
  position: fixed;
  display: flex;
  overflow: auto;
  max-width: 1000px;
  width: 100%;
}

.fundo_modal_produtos .container_modal_prod::-webkit-scrollbar {
  width: 16px;
  background: #eee;
}

.fundo_modal_produtos .container_modal_prod::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #ccc;
  border: 3px solid #eee;
}

.fundo_modal_produtos .container_modal_prod .btn_close_modal_interno {
  border: none;
  width: 85px;
  height: 30px;
  position: absolute;
  right: 20px;
  cursor: pointer;
  outline: none;
  background: url("../imagens/btn_modal_listas.png") no-repeat;
  background-size: 100%;
  top: 20px;
  z-index: 10;
}

.fundo_modal_produtos .foto_produto {
  width: 30%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fundo_modal_produtos .foto_produto figure {
  position: fixed;
  max-width: 200px;
}

.fundo_modal_produtos .foto_produto figure img {
  width: 90%;
  max-width: inherit;
}

.fundo_modal_produtos .foto_produto figure img:last-child{
    position: relative;
    top: -35px;
}

.fundo_modal_produtos .conteudo {
  width: 70%;
  background: #FFF;
  padding: 60px 30px 40px 30px;
  color: #222;
  display: table;
  position: relative;
  left: 30%;
  height: 100%;
}

.fundo_modal_produtos .conteudo table {
  width: 100%;
}

.fundo_modal_produtos .conteudo table tr {
  background: #EEE;
}

.fundo_modal_produtos .conteudo table tr:nth-child(even) {
  background: #FFF;
}

.fundo_modal_produtos .conteudo table td {
  padding: 8px 10px 5px 10px;
  font-size: 14px;
}

.fundo_modal_produtos .conteudo table td:first-child {
  width: 80%;
}

.fundo_modal_produtos .conteudo table td:last-child {
  width: 20%;
  text-align: center;
}

.fundo_modal_produtos .conteudo h2 {
  font-size: 30px;
  margin-bottom: 30px;
}

.fundo_modal_produtos .conteudo .left {
  width: 30%;
  float: left;
  font-family: 'frutiger_bold';
}

.fundo_modal_produtos .conteudo .left p {
  font-size: 14px;
  line-height: 1.2em;
}

.fundo_modal_produtos .conteudo .left p span {
  display: block;
}

.fundo_modal_produtos .conteudo .right {
  width: 65%;
  float: right;
}

.fundo_modal_produtos .conteudo .right p {
  font-size: 15px;
  line-height: 1.2em;
}

.fundo_modal_produtos .box {
  width: 100%;
  margin-bottom: 20px;
  float: left;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 10px;
  padding-top: 15px;
}

.fundo_modal_produtos .box:last-child {
  border: none;
}

.fundo_modal_produtos .box h3 {
  color: #08934e;
  font-size: 18px;
}

.fundo_modal_produtos .box_onde_encontrar {
  border: 1px solid;
}

.fundo_modal_produtos .box_onde_encontrar p {
  font-size: 18px;
  font-family: 'frutiger_bold';
  text-transform: uppercase;
  position: relative;
  width: calc( 100% - 220px);
  float: left;
  clear: both;
}

.fundo_modal_produtos .box_onde_encontrar p i {
  display: block;
  text-transform: initial;
  font-family: 'frutiger_regular';
  font-size: 13px;
  position: relative;
  top: -10px;
  float: right;
  text-align: left;
  margin-bottom: 10px;
  float: left;
  clear: both;
  width: 100%;
}

.fundo_modal_produtos .box_onde_encontrar a {
  width: 200px;
  float: right;
  background: #4dac43;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 8px 0 5px 0;
  color: #FFF;
  text-transform: uppercase;
  margin-top: 9px;
  font-family: 'frutiger_bold';
  text-align: center;
  text-decoration: none;
  transition: .3s;
}

.fundo_modal_produtos .box_onde_encontrar a:hover {
  background: #379830;
}

.fundo_modal_produtos {
  display: none;
}

.container_modal_prod {
  display: none;
}

@media (max-width: 1200px) {
  .container_colunas .coluna p {
    font-size: 12px;
  }
  .container_lista h3 {
    font-size: 13px;
  }
  .container_lista h3 span {
    display: inline;
  }
  .container_lista .listas li {
    font-size: 12px;
  }
  .container_lista .conjunto {
    border-right: 2px solid;
    display: inline-block;
    padding-right: 8px;
    position: relative;
    margin-bottom: 4px;
  }
  .container_lista .conjunto li:last-child {
    border: none;
    margin-bottom: 0;
  }
  .container_lista .conjunto .em_breve {
    font-size: 8px;
    height: 14px;
    right: -75px;
    width: 58px;
  }
}

@media (max-width: 1024px) {
  .fundo_modal_produtos .container_modal_prod {
    max-width: inherit;
    height: 80vh;
    width: 90%;
  }
}

@media (max-width: 960px) {
  .container_colunas {
    display: table;
    width: 100%;
  }
  .container_colunas .coluna {
    width: 33.333333%;
    float: left;
    border: none;
    margin-bottom: 20px;
  }
  .container_colunas .coluna p {
    font-size: 14px;
  }
  .container_lista h3 {
    font-size: 16px;
  }
  .container_lista .listas li {
    font-size: 14px;
  }
}

@media (max-width: 800px) {
  .fundo_modal_produtos .container_modal_prod {
    position: fixed;
    height: 80vh;
  }
  .fundo_modal_produtos .container_modal_prod .btn_close_modal_interno {
    width: 85px;
    background: url("../imagens/btn_modal_listas_branco.png") no-repeat;
    background-size: 100%;
    top: 20px;
    right: 15px;
  }
  .fundo_modal_produtos .foto_produto {
    width: 90%;
    height: 133px;
    position: inherit;
    display: flex;
    float: left;
    margin-top: 40px;
  }
  .fundo_modal_produtos .foto_produto figure {
    position: inherit;
    height: auto;
    margin: 5px auto 0 auto;
    max-width: inherit;
  }
  .fundo_modal_produtos .foto_produto figure img {
    width: 100%;
    max-width: 140px;
    height: auto !important;
  }
  .fundo_modal_produtos .conteudo {
    width: 100%;
    background: #FFF;
    padding: 30px 20px;
    color: #222;
    float: left;
    position: relative;
    left: 0;
    margin-top: 220px;
  }
  .fundo_modal_produtos .conteudo h2 {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .fundo_modal_produtos .conteudo .left {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .fundo_modal_produtos .conteudo .left p span {
    display: inline;
  }
  .fundo_modal_produtos .conteudo .right {
    width: 100%;
    float: none;
  }
  .fundo_modal_produtos .conteudo .right p {
    font-size: 14px;
  }
  .fundo_modal_produtos .box_onde_encontrar p {
    font-size: 17px;
    width: 100%;
  }
  .fundo_modal_produtos .box_onde_encontrar p i {
    top: 0px;
  }
  .fundo_modal_produtos .box_onde_encontrar a {
    width: 100%;
    float: left;
    margin-top: 10px;
    padding: 10px 0 7px 0;
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .especificacoes h2 {
    font-size: 25px;
    width: 100%;
    padding-bottom: 10px;
  }
  .btn_close_modal_listas {
    width: 80px;
    height: 25px;
    right: 20px;
    top: -45px;
  }
  .container_colunas {
    display: table;
    margin-bottom: 10px;
    padding-top: 0;
  }
  .container_colunas .coluna01 h2 {
    font-size: 25px;
    margin-bottom: 7px;
  }
  .container_colunas .coluna {
    width: 100%;
    float: left;
    border: none;
    margin-bottom: 0px;
    padding: 0;
  }
  .container_colunas .coluna p {
    font-size: 14px;
  }
  .container_lista h3 {
    font-size: 16px;
  }
  .container_lista .listas li {
    font-size: 14px;
  }
}

@font-face {
  font-family: 'frutiger_bold';
  src: url("../fonts/frutiger_bold.woff");
}

@font-face {
  font-family: 'frutiger_light';
  src: url("../fonts/frutiger_light.woff");
}

@font-face {
  font-family: 'frutiger_regular';
  src: url("../fonts/frutiger_regular.woff");
}

html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: 'frutiger_regular';
}

html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

* {
  margin: 0;
  padding: 0;
}

.centralizador {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
}

.banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  background: url("../imagens/img_header.jpg") center no-repeat;
  background-size: cover;
}

.box_destaque {
  max-width: 880px;
  width: 100%;
  height: 300px;
  z-index: 1;
  background: #FFF;
  background-size: 100%;
  position: relative;
  margin-top: 50px;
}

.box_destaque .conteudo {
  width: 100%;
  max-width: 540px;
  margin: 40px 0 0 40px;
}

.box_destaque .conteudo h2 {
  font-size: 28px;
  font-family: 'frutiger_regular';
  text-transform: uppercase;
  color: #4dac43;
  line-height: 1.2em;
  margin-bottom: 38px;
}

.box_destaque .conteudo h2 span {
  font-family: 'frutiger_regular';
  display: block;
  color: #3f3f3f;
}

.box_destaque .conteudo form p {
  text-transform: uppercase;
  color: #4dac43;
  font-family: 'frutiger_bold';
  margin-bottom: 5px;
}

.box_destaque .conteudo form input {
  height: 40px;
  outline: none;
  background: #000000;
  color: #FFFFFF;
  max-width: 230px;
  width: 100%;
  border: none;
  padding: 5px 10px 0 10px;
  font-size: 15px;
  font-family: 'frutiger_light';
  font-style: italic;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-style: normal;
  transition: .3s;
}

.box_destaque .conteudo form input::-webkit-input-placeholder {
  color: #FFFFFF;
  font-size: 15px;
  font-family: 'frutiger_light';
  font-style: italic;
}

.box_destaque .conteudo form input::-moz-placeholder {
  color: #FFFFFF;
  font-size: 15px;
  font-family: 'frutiger_light';
  font-style: italic;
}

.box_destaque .conteudo form input[type="submit"] {
  width: 90px;
  background: #4dac43;
  color: #FFF;
  font-size: 15px;
  letter-spacing: 1px;
  font-family: 'frutiger_bold';
  padding-top: 5px;
  position: relative;
  left: -4px;
  font-style: normal;
  cursor: pointer;
}

.box_destaque .conteudo form input[type="submit"]:hover {
  background: #4d972b;
}

.box_destaque .container_imagens_header {
    position: absolute;
    right: -90px;
    top: -110px;
    max-width: 580px;
    display: flex;
}

.box_destaque .container_imagens_header figure {
  position: relative;
}

.box_destaque .container_imagens_header figure:last-child {
  right: 22px;
}

.box_destaque .container_imagens_header figure:first-child {
  left: 22px;
}

.box_destaque .container_imagens_header figure img {
  max-width: inherit !important;
  width: 100% !important;
  position: relative;
}

.modal_video {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.modal_video .btn_fechar_modal {
  width: 35px;
  height: 35px;
  background: url("../imagens/btn_fechar_modal.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 30px;
  right: 30px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: .3s;
}

.modal_video .btn_fechar_modal:hover {
  transform: rotate(180deg);
}

.modal_video .videos {
  width: 75%;
}

.modal_video .videos .item {
  position: relative;
  padding-bottom: 62.25%;
  overflow: hidden;
  width: 100%;
}

.modal_video .videos .item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
}

.modal_video .videos .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.modal_video .videos .owl-nav span {
  display: none;
}

.modal_video .videos .owl-nav .owl-prev, .modal_video .videos .owl-nav .owl-next {
  position: absolute;
  outline: none;
  top: -40px;
  width: 30px;
  height: 60px;
}

.modal_video .videos .owl-nav .owl-prev {
  display: inline-block;
  background: #000 url("../imagens/seta_modal_left.png") center no-repeat;
  background-size: 20px;
  left: 0;
  border-radius: 0 8px 8px 0;
}

.modal_video .videos .owl-nav .owl-next {
  display: inline-block;
  background: #000 url("../imagens/seta_modal_right.png") center no-repeat;
  background-size: 20px;
  right: 0;
  border-radius: 8px 0 0 8px;
}

.modal_video .videos .owl-dots {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
}

.modal_video .videos .owl-dots .owl-dot {
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #FFF;
  float: left;
  margin-right: 20px;
  box-sizing: border-box;
  transition: .2s;
  cursor: pointer;
  outline: none;
}

.modal_video .videos .owl-dots .owl-dot:hover {
  background: #36603d;
  border: 2px solid #36603d;
}

.modal_video .videos .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.modal_video .videos .owl-dots .active {
  background: #36603d;
  border: 2px solid #36603d;
}

.agolin {
  float: left;
  width: 100%;
  padding: 50px 0;
  background: #1a1d21 url("../imagens/bg_agolin.jpg") no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.agolin h2 {
  color: #459c53;
  font-size: 35px;
  margin-bottom: 30px;
  line-height: 1.2em;
}

.agolin h2 span {
  color: #FFF;
}

.agolin .texto {
  width: 100%;
  max-width: 500px;
  color: #FFF;
  float: right;
}

.agolin .texto .bloco_texto_top {
  margin-bottom: 20px;
}

.agolin .texto .bloco_texto_top p {
  font-size: 17px;
  line-height: 1.2em;
}
.agolin .texto .bloco_texto_destaque p {
  font-size: 20px;
  line-height: 1.5em;
}

.agolin .listas {
  margin-bottom: 25px;
}

.agolin .listas h3 {
  font-family: 'frutiger_bold';
  color: #459c53;
  margin-bottom: 7px;
}

.agolin .listas span, .agolin .listas p {
  line-height: 1.3em;
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
}

.agolin .listas ul li {
  position: relative;
  padding-left: 15px;
  line-height: 1.2em;
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
}

.item_final{
  margin-bottom: 5px !important;
}

.agolin .listas ul li:before {
  content: '';
  display: block;
  background: #459c53;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  top: -3px;
  bottom: 0;
  margin: auto;
  left: 0;
  position: absolute;
}

.agolin .box_right {
  float: right;
}

.agolin .box_right figure {
  max-width: 400px;
  margin: 100px;
}

.agolin .box_right .btn_play {
  border: 1px solid #FFF;
  background: none;
  color: #FFF;
  padding: 19px 18px 17px 65px;
  position: relative;
  outline: none;
  cursor: pointer;
  transition: .3s;
}

.agolin .box_right .btn_play:hover {
  background: rgba(255, 255, 255, 0.2);
}

.agolin .box_right .btn_play:before {
  content: '';
  display: block;
  height: 34px;
  width: 34px;
  border: 1px solid #FFF;
  border-radius: 50%;
  background: url("../imagens/btn_play_video.png");
  background-size: 100%;
  position: absolute;
  left: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.agolin .box_left {
  float: left;
}

.agolin .box_left figure {
  max-width: 450px;
  margin: 50px auto 50px auto;
}

.agolin .box_left .btn_play {
  border: 1px solid #FFF;
  background: none;
  color: #FFF;
  padding: 19px 18px 17px 65px;
  position: relative;
  outline: none;
  cursor: pointer;
  transition: .3s;
}

.agolin .box_left .btn_play:hover {
  background: rgba(255, 255, 255, 0.2);
}

.agolin .box_left .btn_play:before {
  content: '';
  display: block;
  height: 34px;
  width: 34px;
  border: 1px solid #FFF;
  border-radius: 50%;
  background: url("../imagens/btn_play_video.png");
  background-size: 100%;
  position: absolute;
  left: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* seloagolin */


/* selotrt inicio */
.selotrt {
  float: left;
  width: 100%;
  padding: 50px 0;
  background: #1a1d21 url("../imagens/bg_trt.jpg") no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.selotrt h2 {
  color: #459c53;
  font-size: 35px;
  margin-bottom: 30px;
  line-height: 1.2em;
}

.selotrt h2 span {
  color: #FFF;
}

.selotrt .texto {
  width: 100%;
  max-width: 500px;
  color: #FFF;
  float: right;
}

.selotrt .texto .bloco_texto_top {
  margin-bottom: 20px;
}

.selotrt .texto .bloco_texto_top p {
  font-size: 17px;
  line-height: 1.2em;
}
.selotrt .texto .bloco_texto_destaque p {
  font-size: 20px;
  line-height: 1.5em;
}

.selotrt .listas {
  margin-bottom: 25px;
}

.selotrt .listas h3 {
  font-family: 'frutiger_bold';
  color: #459c53;
  margin-bottom: 7px;
}

.selotrt .listas span, .selotrt .listas p {
  line-height: 1.3em;
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
}

.selotrt .listas ul li {
  position: relative;
  padding-left: 15px;
  line-height: 1.2em;
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
}

.item_final{
  margin-bottom: 5px !important;
}

.selotrt .listas ul li:before {
  content: '';
  display: block;
  background: #459c53;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  top: -3px;
  bottom: 0;
  margin: auto;
  left: 0;
  position: absolute;
}

.selotrt .box_right {
  float: right;
}

.selotrt .box_right figure {
  max-width: 400px;
  margin: 100px;
}

.selotrt .box_right .btn_play {
  border: 1px solid #FFF;
  background: none;
  color: #FFF;
  padding: 19px 18px 17px 65px;
  position: relative;
  outline: none;
  cursor: pointer;
  transition: .3s;
}

.selotrt .box_right .btn_play:hover {
  background: rgba(255, 255, 255, 0.2);
}

.selotrt .box_right .btn_play:before {
  content: '';
  display: block;
  height: 34px;
  width: 34px;
  border: 1px solid #FFF;
  border-radius: 50%;
  background: url("../imagens/btn_play_video.png");
  background-size: 100%;
  position: absolute;
  left: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.selotrt .box_left {
  float: left;
}

.selotrt .box_left figure {
  max-width: 450px;
  margin: 50px auto 50px auto;
}

.selotrt .box_left .btn_play {
  border: 1px solid #FFF;
  background: none;
  color: #FFF;
  padding: 19px 18px 17px 65px;
  position: relative;
  outline: none;
  cursor: pointer;
  transition: .3s;
}

.selotrt .box_left .btn_play:hover {
  background: rgba(255, 255, 255, 0.2);
}

.selotrt .box_left .btn_play:before {
  content: '';
  display: block;
  height: 34px;
  width: 34px;
  border: 1px solid #FFF;
  border-radius: 50%;
  background: url("../imagens/btn_play_video.png");
  background-size: 100%;
  position: absolute;
  left: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* fim selotrt */

/* selotrt inicio */
.selogen {
  float: left;
  width: 100%;
  padding: 50px 0;
  background: #1a1d21 url("../imagens/bg_gen.jpg") no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.selogen h2 {
  color: #459c53;
  font-size: 35px;
  margin-bottom: 30px;
  line-height: 1.2em;
}

.selogen h2 span {
  color: #FFF;
}

.selogen .texto {
  width: 100%;
  max-width: 500px;
  color: #FFF;
  float: left;
}

.selogen .texto .bloco_texto_top {
  margin-bottom: 20px;
}

.selogen .texto .bloco_texto_top p {
  font-size: 17px;
  line-height: 1.2em;
}
.selogen .texto .bloco_texto_destaque p {
  font-size: 20px;
  line-height: 1.5em;
}

.selogen .listas {
  margin-bottom: 25px;
}

.selogen .listas h3 {
  font-family: 'frutiger_bold';
  color: #459c53;
  margin-bottom: 7px;
}

.selogen .listas span, .selogen .listas p {
  line-height: 1.3em;
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
}

.selogen .listas ul li {
  position: relative;
  padding-left: 15px;
  line-height: 1.2em;
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
}

.item_final{
  margin-bottom: 5px !important;
}

.selogen .listas ul li:before {
  content: '';
  display: block;
  background: #459c53;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  top: -3px;
  bottom: 0;
  margin: auto;
  left: 0;
  position: absolute;
}

.selogen .box_right {
  float: right;
}

.selogen .box_right figure {
  max-width: 400px;
  margin: 0 auto 0 auto;
}

.selogen .box_right .btn_play {
  border: 1px solid #FFF;
  background: none;
  color: #FFF;
  padding: 19px 18px 17px 65px;
  position: relative;
  outline: none;
  cursor: pointer;
  transition: .3s;
}

.selogen .box_right .btn_play:hover {
  background: rgba(255, 255, 255, 0.2);
}

.selogen .box_right .btn_play:before {
  content: '';
  display: block;
  height: 34px;
  width: 34px;
  border: 1px solid #FFF;
  border-radius: 50%;
  background: url("../imagens/btn_play_video.png");
  background-size: 100%;
  position: absolute;
  left: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.selogen .box_left {
  float: left;
}

.selogen .box_left figure {
  max-width: 400px;
  margin: 100px;
}

.selogen .box_left .btn_play {
  border: 1px solid #FFF;
  background: none;
  color: #FFF;
  padding: 19px 18px 17px 65px;
  position: relative;
  outline: none;
  cursor: pointer;
  transition: .3s;
}

.selogen .box_left .btn_play:hover {
  background: rgba(255, 255, 255, 0.2);
}

.selogen .box_left .btn_play:before {
  content: '';
  display: block;
  height: 34px;
  width: 34px;
  border: 1px solid #FFF;
  border-radius: 50%;
  background: url("../imagens/btn_play_video.png");
  background-size: 100%;
  position: absolute;
  left: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* fim selogen */




.inovacao {
  float: left;
  width: 100%;
  padding: 100px 0;
  background: #1a1d21;
  position: relative;
  overflow: hidden;
}

.inovacao .container_video {
  position: absolute;
  float: left;
  top: -200px;
  left: -200px;
  width: 200%;
  display: flex;
  align-items: center;
  opacity: 1;
}

.inovacao video {
  opacity: .1;
  top: 0px;
  display: block;
  margin: auto;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

.inovacao h2 {
  color: #459c53;
  font-size: 35px;
  margin-bottom: 30px;
  line-height: 1.2em;
}

.inovacao .texto {
  width: 100%;
  max-width: 500px;
  color: #FFF;
}

.inovacao .texto .bloco_texto_top {
  margin-bottom: 20px;
}

.inovacao .texto .bloco_texto_top p {
  font-size: 17px;
  line-height: 1.2em;
}

.inovacao .texto .bloco_texto_top strong {
  font-family: 'frutiger_bold';
  margin-bottom: 10px;
  display: block;
}

.inovacao .listas {
  margin-bottom: 25px;
}

.inovacao .listas h3 {
  font-family: 'frutiger_bold';
  color: #459c53;
  margin-bottom: 7px;
}

.inovacao .listas ul li {
  position: relative;
  padding-left: 15px;
  line-height: 1.2em;
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
}

.inovacao .listas ul li:before {
  content: '';
  display: block;
  background: #459c53;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  top: -2px;
  bottom: 0;
  margin: auto;
  left: 0;
  position: absolute;
}

.inovacao .listas .btn_videos{
  margin-right: 15px;
  max-width: 205px;
  font-size:11px;
}

.inovacao .btn_videos {
  color: #459c53;
  border-color: #459c53;
}

.inovacao .btn_videos:hover {
  background: rgba(69, 156, 83, 0.2);
}

.sigad .btn_videos{
  margin-bottom: 14px;
  max-width: 300px;
  text-align: left;
}

.sigad .btn_videos:hover {
  background: rgba(69, 156, 83, 0.2);
}

.btn_videos {
  border: 1px solid #FFF;
  background: none;
  color: #FFF;
  font-size: 18px;
  text-transform: uppercase;
  padding: 16px 60px 16px 15px;
  position: relative;
  cursor: pointer;
  outline: none;
  transition: .3s;
  z-index: 3;
}

.btn_videos:before {
  content: '';
  width: 35px;
  height: 36px;
  background: url("../imagens/icon_btn_galeria_verde.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
   transition: .3s;
}

 .sigad .btn_videos:before {
  content: '';
  width: 35px;
  height: 36px;
  background: url("../imagens/icon_btn_galeria_branco.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
   transition: .3s;
}

.btn_play_video {
  display: block;
  width: 150px;
  height: 150px;
  background: url("../imagens/btn_play_video.png") no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 10;
  border: none;
  outline: none;
  cursor: pointer;
  transition: .3s;
}

.btn_play_video:hover {
  transform: scale(1.1);
}

.minerais_organicos {
  width: 100%;
  position: relative;
  float: left;
}

.minerais_organicos figure {
  position: absolute;
  height: 1100px;
  overflow: hidden;
  width: 100%;
  z-index: 0;
}

.minerais_organicos figure img {
  top: 0;
  display: block;
  margin: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  max-width: inherit;
  height: 1100px;
}

.minerais_organicos .texto_minerais {
  float: right;
  max-width: 500px;
  width: 100%;
  margin: 50px 0 50px 0;
}

.minerais_organicos .texto_minerais h2 {
  color: #FFF;
  font-size: 30px;
  margin-bottom: 20px;
}

.minerais_organicos .texto_minerais p {
  line-height: 1.2em;
  margin-bottom: 30px;
}

.minerais_organicos .texto_minerais .listas ul li {
  position: relative;
  padding-left: 15px;
  line-height: 1.2em;
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
}

.minerais_organicos .texto_minerais .listas ul li:before {
  content: '';
  display: block;
  background: #000;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  top: -3px;
  bottom: 0;
  margin: auto;
  left: 0;
  position: absolute;
}

.linhas {
  width: 100%;
  position: relative;
  float: left;
  padding: 70px 0 50px 0;
  background: url("../imagens/bg_conheca_as_linhas_v01.jpg") fixed no-repeat;
  background-size: cover;
}

.linhas h2 {
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.linhas .title_menu_top {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.linhas .menu_top {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  display: flex;
  margin-bottom: 10px;
  clear: both;
}

.linhas .menu_top li {
  border: 1px solid #999;
  padding: 12px 20px 8px 20px;
  margin: 0 10px;
  background: rgba(255, 255, 255, 0.4);
  font-family: 'frutiger_bold';
  color: #51ab49;
  cursor: pointer;
  transition: .2s;
  margin-bottom: 20px;
}

.linhas .menu_top li:hover {
  background: white;
  border: 1px solid #51ab49;
}

.linhas .menu_top .linha_ativa {
  background: #51ab49;
  color: #FFF;
  border: 1px solid #51ab49;
}

.linhas .bloco_nucleo {
  width: 500px;
  float: left;
}

.linhas .bloco_nucleo .img_title {
  max-width: 300px;
  margin-bottom: 25px;
  margin-top: 30px;
}

.linhas .bloco_nucleo h2 {
  text-transform: uppercase;
  font-size: 22px;
  text-align: left;
  line-height: 1.2em;
  margin-bottom: 25px;
}

.linhas .bloco_nucleo h2 span {
  display: block;
}

.linhas .bloco_nucleo .texto {
  max-width: 250px;
  margin-bottom: 25px;
}

.linhas .bloco_nucleo .texto p {
  line-height: 1.2em;
}

.linhas .bloco_nucleo .container_lista .racoes {
  float: left;
  margin-right: 30px;
}


.linhas .bloco_pro_natura {
  width: 500px;
  float: left;
}

.linhas .bloco_pro_natura .img_title {
  max-width: 300px;
  margin-bottom: 25px;
  margin-top: 30px;
}

.linhas .bloco_pro_natura h2 {
  text-transform: uppercase;
  font-size: 22px;
  text-align: left;
  line-height: 1.2em;
  margin-bottom: 25px;
}

.linhas .bloco_pro_natura h2 span {
  display: block;
}

.linhas .bloco_pro_natura .texto {
  max-width: 250px;
  margin-bottom: 25px;
}

.linhas .bloco_pro_natura .texto p {
  line-height: 1.2em;
}

.linhas .bloco_pro_natura .container_lista .racoes {
  float: left;
  margin-right: 30px;
}

.linhas .container_sacos {
  max-width: 680px;
  float: right;
}



.linhas .top-no {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  display: flex;
  margin-bottom: 20px;
}

.linhas .top-no figure {
  width: 23%;
}

.linhas .middle-no {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  display: flex;
  margin-bottom: 20px;
  margin-top: -30px;
}

.linhas .middle-no figure {
  width: 23%;
}

.linhas .bottom-no {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  display: flex;
  margin-bottom: 50px;
  margin-top: -50px;
}

.linhas .bottom-no figure {
  width: 23%;
}



.linhas .top {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  display: flex;
  margin-bottom: 20px;
}

.linhas .top figure {
  width: 23%;
  cursor: pointer;
}

.linhas .middle {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  display: flex;
  margin-bottom: 20px;
  margin-top: -30px;
}

.linhas .middle figure {
  width: 23%;
  cursor: pointer;
}

.linhas .bottom {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  display: flex;
  margin-bottom: 50px;
  margin-top: -50px;
}

.linhas .bottom figure {
  width: 23%;
  cursor: pointer;
}

.linhas .container_do_sitio {
  display: table;
  width: 100%;
  margin-bottom: 50px;
}

.linhas .container_do_sitio .bloco_do_sitio {
  float: right;
  max-width: 400px;
  width: 100%;
}

.linhas .container_do_sitio .bloco_do_sitio .img_title {
  width: 250px;
  margin-bottom: 20px;
}

.linhas .container_do_sitio .bloco_do_sitio h2 {
  text-transform: uppercase;
  font-size: 22px;
  text-align: left;
  line-height: 1.2em;
  margin-bottom: 25px;
}

.linhas .container_do_sitio .bloco_do_sitio h2 span {
  display: block;
}

.linhas .container_do_sitio .bloco_do_sitio .texto {
  max-width: 250px;
  margin-bottom: 25px;
}

.linhas .container_do_sitio .bloco_do_sitio .texto p {
  line-height: 1.2em;
}

.linhas .container_do_sitio .bloco_do_sitio .texto p span {
  display: block;
}

.linhas .container_do_sitio .container_sacos {
  float: left;
  max-width: 750px;
  margin-top: 100px;
}

.linhas .container_do_sitio .container_sacos .top {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  display: flex;
  margin-bottom: 20px;
}

.linhas .container_do_sitio .container_sacos .top figure {
  width: 20%;
  cursor: pointer;
}

.linhas .container_do_sitio .container_sacos .bottom {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  display: flex;
  margin-bottom: 50px;
  margin-top: -50px;
}

.linhas .container_do_sitio .container_sacos .bottom figure {
  width: 20%;
  cursor: pointer;
}

.sigad {
  float: left;
  width: 100%;
  padding: 100px 0;
  background: #1a1d21 url("../imagens/bg_sigad.jpg") center no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 50px;
}

.sigad .container_sigad {
  max-width: 100%;
  margin: 0 auto;
}

.sigad .container_sigad .sigad_top {
  width: 100%;
  display: table;
  display: flex;
  margin-bottom: 65px;
}

.sigad .container_sigad .sigad_top .left {
  max-width: 450px;
  width: 100%;
  float: left;
  background: #417049;
  padding: 0 40px;
}

.sigad .container_sigad .sigad_top .left h2 {
  color: #FFF;
  font-size: 30px;
  width: 100%;
  display: table;
  margin-top: 45px;
  margin-bottom: 35px;
  line-height: 1em;
}

.sigad .container_sigad .sigad_top .left h2 span {
  font-family: 'frutiger_bold';
  display: block;
  font-size: 34px;
  margin-bottom: 5px;
}

.sigad .container_sigad .sigad_top .left p {
  color: #FFF;
  margin-bottom: 20px;
  line-height: 1.3em;
}

.sigad .container_sigad .sigad_top .right {
  max-width: 750px;
  width: 100%;
  float: right;
}

.sigad .container_sigad .sigad_top .container_botoes {
  max-width: 100%;
  margin: 0 auto 40px auto;
}

.sigad .container_sigad .sigad_top .container_botoes button {
  outline: none;
  border: none;
  width: 20%;
  color: #FFF;
  text-align: left;
  font-size: 17px;
  position: relative;
  transition: .3s;
  box-sizing: border-box;
  cursor: pointer;
  margin: 0;
  float: left;
  height: 405px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.sigad .container_sigad .sigad_top .container_botoes button figure {
  position: absolute;
  top: 0;
  background: #000;
  width: 100%;
}

.sigad .container_sigad .sigad_top .container_botoes button figure img {
  vertical-align: middle;
  opacity: .8;
  transition: .3s;
  width: 100%;
}

.sigad .container_sigad .sigad_top .container_botoes button .texto {
  position: relative;
  z-index: 1;
  border: 1px solid #FFF;
  height: 115px;
  width: 90%;
  text-transform: uppercase;
  padding: 65px 10px 0 10px;
  font-size: 18px;
  transition: .3s;
  font-family: 'frutiger_bold';
  line-height: 1.1em;
}

.sigad .container_sigad .sigad_top .container_botoes button .texto:before {
  content: '';
  display: block;
  height: 40px;
  width: 40px;
  position: absolute;
  left: 10px;
  top: 10px;
  border: 1px solid #FFF;
  border-radius: 50%;
  background: url("../imagens/btn_play_video.png");
  background-size: 100%;
  transition: .3s;
}

.sigad .container_sigad .sigad_top .container_botoes button:hover figure img {
  opacity: 1;
  transform: scale(1.1);
}

.sigad .container_sigad .sigad_top .container_botoes button:hover .texto {
  text-shadow: 1px 1px 1px #000;
}

.sigad .container_sigad .sigad_top .container_botoes button:hover .texto:before {
  transform: scale(1.05);
}

.sigad .container_sigad .sigad_top .container_botoes button span {
  display: block;
}

.sigad .container_sigad .sigad_top .container_botoes button:last-child {
  margin-right: 0;
}

.sigad .container_sigad .sigad_bottom {
  width: 100%;
  background: #417049;
}

.sigad .container_sigad .container_slider {
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.sigad .container_sigad .container_slider figure {
  max-width: 750px;
  margin: 0 auto;
  float: left;
}

.sigad .container_sigad .container_slider figure img {
  max-width: inherit;
  width: 100%;
  vertical-align: middle;
}

.sigad .container_sigad .container_slider .item {
  width: 100%;
  position: relative;
}

.sigad .container_sigad .container_slider .item .texto {
  padding: 0 40px;
  max-width: 450px;
  z-index: 1;
  top: 0;
  float: right;
  height: 393px;
  display: flex;
  align-items: center;
}

.sigad .container_sigad .container_slider .item .texto h2 {
  color: #FFF;
  font-size: 30px;
  margin-bottom: 40px;
}

.sigad .container_sigad .container_slider .item .texto h2 span {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}

.sigad .container_sigad .container_slider .item .texto p {
  color: #FFF;
  position: relative;
  padding-top: 15px;
  line-height: 1.2em;
}

.sigad .container_sigad .container_slider .item .texto p:before {
  display: block;
  content: '';
  width: 65px;
  height: 4px;
  background: #9fa0a2;
  position: absolute;
  top: 0;
}

.sigad .container_sigad .container_slider .owl-dots {
  display: none;
}

.sigad .container_sigad .container_slider .owl-nav {
  position: absolute;
  top: 40%;
  max-width: 750px;
  width: 100%;
  left: 0;
}

.sigad .container_sigad .container_slider .owl-nav .owl-prev, .sigad .container_sigad .container_slider .owl-nav .owl-next {
  position: absolute;
  width: 20px;
  height: 40px;
  outline: none;
  cursor: pointer;
  transition: .3s;
}

.sigad .container_sigad .container_slider .owl-nav span {
  display: none;
}

.sigad .container_sigad .container_slider .owl-nav .owl-prev {
  background: #417049 url("../imagens/seta_slider_left.svg") 42px center no-repeat;
  background-size: 15px;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  left: -35px;
}

.sigad .container_sigad .container_slider .owl-nav .owl-prev:hover {
  background: #417049 url("../imagens/seta_slider_left.svg") 40px center no-repeat;
  background-size: 15px;
}

.sigad .container_sigad .container_slider .owl-nav .owl-next {
  right: -35px;
  background: #417049 url("../imagens/seta_slider_right.svg") 15px center no-repeat;
  background-size: 15px;
  height: 70px;
  width: 70px;
  border-radius: 50%;
}

.sigad .container_sigad .container_slider .owl-nav .owl-next:hover {
  background: #417049 url("../imagens/seta_slider_right.svg") 17px center no-repeat;
  background-size: 15px;
}

.palavra_de_quem_usa {
  margin-bottom: 50px;
  width: 100%;
  float: left;
}

.palavra_de_quem_usa .container_video {
  background: #efefef;
  display: table;
  width: 100%;
}

.palavra_de_quem_usa .video_grande {
  width: 60%;
  float: left;
  padding-bottom: 30.20%;
  overflow: hidden;
  position: relative;
}

.palavra_de_quem_usa .video_grande iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.palavra_de_quem_usa .video_grande .descricao_video {
  position: absolute;
  bottom: 15px;
  left: 20px;
  z-index: 2;
  color: #FFF;
  text-shadow: 1px 2px 4px #000;
  font-size: 15px;
  line-height: 1.1em;
}

.palavra_de_quem_usa .thumbs_video {
  padding: 30px 80px;
  width: 40%;
  background: #efefef;
  float: right;
  height: 100%;
  right: 0;
  height: 338px;
  margin-top: 15px;
}

.palavra_de_quem_usa .thumbs_video h2 {
  text-transform: uppercase;
  font-size: 28px;
  color: #3f3f3f;
  margin-bottom: 15px;
  margin-top: 15px;
}

.palavra_de_quem_usa .thumbs_video h2 span {
  font-family: 'frutiger_light';
  font-style: italic;
  display: block;
  text-transform: none;
  font-size: 18px;
  text-decoration: underline;
  color: #304a83;
  margin-bottom: 5px;
}

.palavra_de_quem_usa .thumbs_video ul {
  height: 190px;
  overflow: auto;
}

.palavra_de_quem_usa .thumbs_video ul::-webkit-scrollbar {
  width: 10px;
  background: #b1b1b1;
  border-left: 3px solid #efefef;
  border-right: 3px solid #efefef;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.palavra_de_quem_usa .thumbs_video ul::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #787878;
}

.palavra_de_quem_usa .thumbs_video ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  cursor: pointer;
  padding-right: 5px;
}

.palavra_de_quem_usa .thumbs_video ul li:last-child {
  margin-bottom: 0;
}

.palavra_de_quem_usa .thumbs_video ul li:hover figure img {
  opacity: 1;
}

.palavra_de_quem_usa .thumbs_video ul li:hover p {
  text-decoration: underline;
}

.palavra_de_quem_usa .thumbs_video ul li figure {
  width: 22%;
  margin-right: 3%;
  background: #000;
}

.palavra_de_quem_usa .thumbs_video ul li figure img {
  width: 100%;
  vertical-align: middle;
  opacity: .7;
  transition: .3s;
}

.palavra_de_quem_usa .thumbs_video ul li p {
  width: 75%;
  font-size: 15px;
  line-height: 1.2em;
}

.palavra_de_quem_usa_left .video_grande {
  float: right;
}

.palavra_de_quem_usa_left .thumbs_video {
  left: 0;
  right: inherit;
}

.resultado_dos_clientes {
  padding: 60px 0;
  background: #927247 url("../imagens/bg_resultados.jpg") center no-repeat;
  background-size: cover;
}

.resultado_dos_clientes .container_video {
  background: none;
}

.resultado_dos_clientes .thumbs_video {
  background: none;
  color: #FFF;
}

.resultado_dos_clientes .thumbs_video h2 {
  color: #FFF;
}

.resultado_dos_clientes .thumbs_video ul {
  height: 190px;
  overflow: auto;
}

.resultado_dos_clientes .thumbs_video ul::-webkit-scrollbar {
  width: 10px;
  background: #b1b1b1;
  border-left: 3px solid #927247;
  border-right: 3px solid #927247;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.resultado_dos_clientes .thumbs_video ul::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #ccc;
}

.onde_encontrar {
  background: #189251;
  width: 100%;
  float: left;
  padding: 100px 0 90px 0;
}

.onde_encontrar .centralizador {
  max-width: 1000px;
}

.onde_encontrar p {
  color: #FFF;
  float: left;
  font-size: 34px;
  position: relative;
  z-index: 2;
}

.onde_encontrar .pa {
  max-width: 260px;
  position: absolute;
  right: 100px;
  top: -60px;
}

.onde_encontrar .btn_clique_aqui {
  max-width: 200px;
  width: 100%;
  background: #0f2c6f;
  color: #FFF;
  text-transform: uppercase;
  float: right;
  border: none;
  padding: 11px 0;
  margin-top: -5px;
  outline: none;
  position: relative;
  z-index: 2;
  text-align: center;
  text-decoration: none;
}

.sessao_form {
  float: left;
  width: 100%;
  background: #0f2c6f;
  background-size: cover;
  padding: 54px 0;
}

.sessao_form .centralizador {
  max-width: 1000px;
}

.sessao_form .title_line {
  font-size: 30px;
  margin-bottom: 10px;
  color: #FFFFFF;
  letter-spacing: 2px;
  line-height: 1.2em;
}

.sessao_form .title_line span {
  display: block;
}

.sessao_form h3 {
  font-family: 'frutiger_bold';
  font-size: 20px;
  margin-bottom: 25px;
  color: #FFFFFF;
  text-transform: uppercase;
  color: #189251;
}

.container_form {
  background-size: 100%;
  margin: 0 auto;
  display: table;
  width: 100%;
  padding: 30px;
  position: relative;
  background: #FFF;
}

.container_form .conteudo {
  width: 35%;
  float: left;
}

.container_form .conteudo h2 {
  font-size: 35px;
  line-height: 1.1em;
  text-transform: uppercase;
  color: #189251;
  margin-bottom: 20px;
}

.container_form .conteudo h2 span {
  display: block;
}

.container_form .conteudo p {
  color: #000;
  line-height: 1.2em;
  padding-right: 50px;
}

.container_form .conteudo p strong {
  font-family: 'frutiger_bold';
}

.container_form form {
  float: right;
  width: 62%;
}

.container_form form input, .container_form form textarea {
  width: 100%;
  border: none;
  padding: 0 10px;
  height: 34px;
  margin-bottom: 10px;
  background: #cacaca;
  font-size: 14px;
  font-weight: 700;
  color: #535353;
  -webkit-appearance: none;
  font-family: 'frutiger_light';
  outline: none;
  border-radius: 0;
}

.container_form form input::-webkit-input-placeholder, .container_form form textarea::-webkit-input-placeholder {
  color: #535353;
  font-size: 14px;
  font-family: 'frutiger_light';
  font-style: italic;
}

.container_form form input:-moz-placeholder, .container_form form textarea:-moz-placeholder {
  color: #535353;
  font-size: 14px;
  font-family: 'frutiger_light';
  font-style: italic;
}

.container_form form input[type="submit"] {
  background: #189251;
  border: 1px solid #189251;
  width: 125px;
  float: right;
  height: 34px;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  padding-top: 6px;
  letter-spacing: 1px;
  font-family: 'frutiger_regular';
  cursor: pointer;
  transition: .3s;
}

.container_form form input[type="submit"]:hover {
  background: #FFF;
  color: #189251;
}

.container_form form textarea {
  padding: 10px;
  resize: none;
  height: 120px;
  font-family: 'frutiger_light';
}

.container_form form textarea::-webkit-input-placeholder {
  color: #535353;
  font-size: 14px;
  font-family: 'frutiger_light';
  font-style: italic;
}

.container_form form textarea:-moz-placeholder {
  color: #535353;
  font-size: 14px;
  font-family: 'frutiger_light';
  font-style: italic;
}

.container_form .input_dual {
  width: 100%;
  float: left;
}

.container_form .input_dual input {
  width: 49.2%;
}

.container_form .input_dual input:last-child {
  float: right;
}

.container_form .estado_cidade, .container_form .input_dual {
  clear: both;
  width: 100%;
}

.container_form .estado_cidade .container_filtro, .container_form .estado_cidade .container_criacao, .container_form .input_dual .container_filtro, .container_form .input_dual .container_criacao {
  width: 49%;
  float: left;
  position: relative;
  cursor: pointer;
}

.container_form .estado_cidade .container_filtro:hover .btn_lista, .container_form .estado_cidade .container_criacao:hover .btn_lista, .container_form .input_dual .container_filtro:hover .btn_lista, .container_form .input_dual .container_criacao:hover .btn_lista {
  display: block;
}

.container_form .estado_cidade .container_filtro:last-child, .container_form .estado_cidade .container_criacao:last-child, .container_form .input_dual .container_filtro:last-child, .container_form .input_dual .container_criacao:last-child {
  float: right;
  width: 49.4%;
}

.container_form .estado_cidade .container_filtro p, .container_form .estado_cidade .container_criacao p, .container_form .input_dual .container_filtro p, .container_form .input_dual .container_criacao p {
  width: 100%;
  padding: 0 10px;
  height: 34px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #535353;
  font-family: 'frutiger_light';
  font-style: italic;
  line-height: 36px;
  background: #cacaca url("../imagens/seta_input_bottom.png") center right no-repeat;
  background-size: 20px;
}

.container_form .estado_cidade .btn_lista_disabled p, .container_form .input_dual .btn_lista_disabled p {
  background-color: #ddd;
  color: #999;
}

.container_form .estado_cidade .sua_criacao_e, .container_form .estado_cidade .sua_criacao_esta_em, .container_form .input_dual .sua_criacao_e, .container_form .input_dual .sua_criacao_esta_em {
  width: 49.2% !important;
}

.container_form .estado_cidade .btn_lista, .container_form .input_dual .btn_lista {
  border: 1px solid #eee;
  top: 34px;
  left: 0;
  position: absolute;
  z-index: 10;
  width: 100%;
  display: none;
}

.container_form .estado_cidade .btn_lista span, .container_form .input_dual .btn_lista span {
  padding: 8px 10px 5px 10px;
  font-family: 'frutiger_light';
  border-bottom: 1px solid #eee;
  border-bottom: none;
  display: block;
  font-size: 14px;
  color: #535353;
  background: #FFF;
}

.container_form .estado_cidade .btn_lista ul, .container_form .input_dual .btn_lista ul {
  width: 100%;
  min-height: 25px;
  max-height: 107px;
  overflow: auto;
}

.container_form .estado_cidade .btn_lista ul::-webkit-scrollbar, .container_form .input_dual .btn_lista ul::-webkit-scrollbar {
  width: 10px;
  background: #ccc;
}

.container_form .estado_cidade .btn_lista ul::-webkit-scrollbar-thumb, .container_form .input_dual .btn_lista ul::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #999;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.container_form .estado_cidade .btn_lista ul li, .container_form .input_dual .btn_lista ul li {
  padding: 7px 10px 5px 10px;
  font-family: 'frutiger_light';
  border-bottom: 1px solid #eee;
  background: #FFF;
  width: 100%;
  display: block;
  cursor: pointer;
  font-size: 14px;
  color: #535353;
}

.container_form .estado_cidade .btn_lista ul li:last-child, .container_form .input_dual .btn_lista ul li:last-child {
  border-bottom: none;
}

.container_form .estado_cidade .btn_lista ul li:hover, .container_form .input_dual .btn_lista ul li:hover {
  background: #eee;
}

.input_error {
  border: 1px solid red !important;
  color: red !important;
}

.input_error::-webkit-input-placeholder {
  color: red !important;
}

.input_error:-moz-placeholder {
  color: red !important;
}

.fundo_modal {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 180;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.mensagem_formulario {
  max-width: 350px;
  width: 100%;
  background: #FFF;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.mensagem_formulario p {
  font-size: 16px;
  color: #666;
  text-align: center;
  padding: 110px 30px 30px 30px;
  line-height: 20px;
  width: 290px;
  margin: 0 auto;
}

.mensagem_formulario p span {
  display: block;
}

.mensagem_formulario p span:last-child {
  margin-top: 10px;
}

.sucesso p {
  background: url("../imagens/icon_mensagem.png") center 35px no-repeat;
  background-size: 60px;
}

.erro p {
  background: url("../imagens/icon_mensagem_erro.png") center 35px no-repeat;
  background-size: 60px;
}

.bovinos_em_confinamento, .bovinos_a_pasto, .bovinos_de_leite {
  max-width: 1200px;
  width: 100%;
}

footer {
  background: #0f2c6f;
  padding: 10px 0 0px 0;
  float: left;
  width: 100%;
}

footer .logo_footer {
  width: 200px;
  margin: 0 auto;
}

.fundo_modal_sigad {
  background: rgba(255, 255, 255, 0.95);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 180;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.tamanho_modal{
  max-width: 1200px;
  width: 100%;
}

.fundo_modal_sigad .btn_close_modal_videos {
  border: none;
  width: 100px;
  height: 30px;
  position: absolute;
  right: 20px;
  cursor: pointer;
  outline: none;
  background: url("../imagens/btn_modal_listas.png") no-repeat;
  background-size: 100%;
  top: 20px;
}

.fundo_modal_sigad h2 {
  font-size: 30px;
  margin: 0 0 20px 0;
  text-align: center;
}

.fundo_modal_sigad .video_grande {
  width: 50%;
  padding-bottom: 28.1%;
  overflow: hidden;
  position: relative;
  margin: 0 auto 30px auto;
}

.fundo_modal_sigad .video_grande iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container_galerias {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  display: flex;
  margin-bottom: 30px;
}

.container_galerias .thumbs_video {
  width: 23%;
  margin: 0 1%;
  height: 100%;
  right: 0;
  height: 300px;
  border: 1px solid #ccc;
}

.container_galerias .thumbs_video h2 {
  text-transform: uppercase;
  background: #FFF;
  color: #08934e;
  min-height: 40px;
  display: flex;
  align-items: center;
  font-size: 17px;
  padding: 2px 10px 0 10px;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

.container_galerias .thumbs_video ul {
  height: 245px;
  overflow: auto;
  width: 94%;
  margin: 0 auto;
}

.container_galerias .thumbs_video ul::-webkit-scrollbar {
  width: 10px;
  background: #b1b1b1;
  border-left: 3px solid #efefef;
  border-right: 3px solid #efefef;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.container_galerias .thumbs_video ul::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #787878;
}

.container_galerias .thumbs_video ul li {
  align-items: center;
  margin-bottom: 15px;
  cursor: pointer;
}

.container_galerias .thumbs_video ul li:last-child {
  margin-bottom: 0;
}

.container_galerias .thumbs_video ul li:hover figure img {
  opacity: 1;
}

/* .container_galerias .thumbs_video ul li:hover p {
  text-decoration: underline;
} */

.container_galerias .thumbs_video  .list_container:hover p{
  text-decoration: underline;
}

.container_galerias .thumbs_video ul li figure {
  width: 22%;
  margin-right: 3%;
  background: #000;
}

.container_galerias .thumbs_video ul li figure img {
  width: 100%;
  vertical-align: middle;
  opacity: .7;
  transition: .3s;
}

.container_galerias .thumbs_video ul li p {
  width: 100%;
  font-size: 15px;
  line-height: 1.2em;
}

.frase_protecao{
    width: 100%;
    text-align: center;
    background: #1a9d2c;
    padding: 15px 0 14px 0;
    margin-top: 30px;
}

.frase_protecao p{
  color: #FFF;
  font-size: 20px;
}

@media (max-width: 1400px) {

  .linhas {
    padding-top: 80px;
  }
  .linhas .container_do_sitio .container_sacos {
    margin-top: 100px;
  }
  .minerais_organicos {
    width: 100%;
    position: relative;
    float: left;
  }
  .minerais_organicos figure {
    height: 950px;
  }
  .minerais_organicos figure img {
    height: 950px;
  }
  .modal_video .btn_fechar_modal {
    top: 20px;
    right: 20px;
  }
  .palavra_de_quem_usa .thumbs_video {
    padding: 20px 60px;
  }
  .palavra_de_quem_usa .thumbs_video h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .palavra_de_quem_usa .thumbs_video ul {
    height: 200px;
  }

/* selotrt */
  .selotrt {
    padding: 60px 0 30px 0;
  }
  .selotrt h2 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.3em;
  }
  .selotrt .texto .bloco_texto_top {
    margin-bottom: 20px;
  }
  .selotrt .texto .bloco_texto_top p {
    font-size: 16px;
    line-height: 1.5em;
  }
  .selotrt .texto .bloco_texto_destaque p {
    font-size: 20px;
    line-height: 1.5em;
  }  
  .selotrt .listas {
    margin-bottom: 25px;
  }
  .selotrt .listas h3 {
    font-family: 'frutiger_bold';
    color: #459c53;
    margin-bottom: 7px;
  }
  .selotrt .listas span, .selotrt .listas p {
    line-height: 1.4em;
    font-size: 14px;
  }
  .selotrt .listas ul li {
    font-size: 14px;
  }
  .selotrt .box_right {
    float: right;
  }
  .selotrt .box_right figure {
    max-width: 340px;
    margin: 30px;
  }
  .selotrt .box_left {
    float: right;
  }
  .selotrt .box_left figure {
    max-width: 340px;
    margin: 0px 100px 0px 30px;
  }  

/* fim selotrt */

/* selogen */
  .selogen {
    padding: 60px 0 30px 0;
  }
  .selogen h2 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.3em;
  }
  .selogen .texto .bloco_texto_top {
    margin-bottom: 20px;
  }
  .selogen .texto .bloco_texto_top p {
    font-size: 16px;
    line-height: 1.5em;
  }
  .selogen .texto .bloco_texto_destaque p {
    font-size: 20px;
    line-height: 1.5em;
  }  
  .selogen .listas {
    margin-bottom: 25px;
  }
  .selogen .listas h3 {
    font-family: 'frutiger_bold';
    color: #459c53;
    margin-bottom: 7px;
  }
  .selogen .listas span, .selogen .listas p {
    line-height: 1.4em;
    font-size: 14px;
  }
  .selogen .listas ul li {
    font-size: 14px;
  }
  .selogen .box_right {
    float: right;
  }
  .selogen .box_right figure {
    max-width: 340px;
    margin: 0 90px 0 auto;
  }
  .selogen .box_left {
    float: left;
  }
  .selogen .box_left figure {
    max-width: 340px;
    margin: 60px auto;
  }  

/* fim selogen */

  .container_form form .input_checkbox:nth-child(2) {
    left: 150px;
  }
  .container_form form .input_checkbox:nth-child(3) {
    left: 280px;
  }
  .container_form form .input_checkbox:nth-child(4) {
    left: 420px;
  }
  .container_form form .input_checkbox:nth-child(5) {
    top: 40px;
  }
  .container_form form .input_checkbox:nth-child(6) {
    top: 40px;
    left: 150px;
  }
  .container_form form .input_checkbox:nth-child(7) {
    top: 40px;
    left: 280px;
  }
  .fundo_modal_sigad h2 {
    font-size: 24px;
    margin: 0 0 15px 10px;
  }
  .fundo_modal_sigad .video_grande {
    width: 40%;
    padding-bottom: 22.48%;
  }
  .fundo_modal_sigad .video_grande iframe {
    top: -1px;
  }
}

@media (max-width: 1280px) {
  .centralizador {
    padding: 0 40px;
  }
  .linhas .bloco_pro_natura {
    width: 45%;
  }
  .linhas .bloco_nucleo {
    width: 45%;
  }
  .linhas .container_sacos {
    width: 55%;
  }
  .sigad .centralizador {
    padding: 0;
  }
}

@media (max-width: 1200px) {
    .box_destaque {
    max-width: 670px;
    height: 235px;
    background-position: center;
    margin-top: 60px;
  }
  .box_destaque .conteudo {
    max-width: 380px;
    margin: 30px 0 0 30px;
  }
  .box_destaque .conteudo h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .box_destaque .conteudo form input {
    max-width: 230px;
  }
  .box_destaque .container_imagens_header {
    width: 400px;
    top: -55px;
    right: -52px;
  }
  .box_destaque .container_imagens_header figure:last-child {
    right: 18px;
  }
  .box_destaque .container_imagens_header figure:first-child {
    left: 18px;
  }
  .palavra_de_quem_usa .container_video {
    max-width: 1000px;
    margin: 0 auto;
  }
  .palavra_de_quem_usa .video_grande {
    width: 60%;
    float: left;
    padding-bottom: 33.8%;
    overflow: hidden;
    position: relative;
  }
  .palavra_de_quem_usa .video_grande iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .palavra_de_quem_usa .thumbs_video {
    padding: 25px 40px;
  }
  .palavra_de_quem_usa .thumbs_video h2 {
    font-size: 20px;
  }
  .palavra_de_quem_usa_left .video_grande {
    float: right;
  }
  .palavra_de_quem_usa_left .thumbs_video {
    left: 0;
    right: inherit;
  }
  .sigad {
    padding: 60px 0;
  }
  .sigad .container_sigad {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .sigad .container_sigad .sigad_top {
    width: 100%;
    display: table;
    margin-bottom: 20px;
  }
  .sigad .container_sigad .sigad_top .left {
    max-width: 600px;
    float: none;
    width: 100%;
    padding: 30px 40px;
    margin: 0 auto;
  }
  .sigad .container_sigad .sigad_top .left h2 {
    margin: 10px 0 15px 0;
    font-size: 22px;
  }
  .sigad .container_sigad .sigad_top .left h2 span {
    font-size: 28px;
    margin-bottom: 5px;
  }
  .sigad .container_sigad .sigad_top .left p {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .sigad .container_sigad .sigad_top .left p:last-child {
    margin-bottom: 0;
  }
  .sigad .container_sigad .sigad_top .right {
    max-width: 600px;
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  .sigad .container_sigad .sigad_top .container_botoes {
    max-width: 100%;
    margin: -40px auto 40px auto;
  }
  .sigad .container_sigad .sigad_top .container_botoes button {
    font-size: 17px;
    height: 320px;
  }
  .sigad .container_sigad .sigad_bottom {
    width: 100%;
    float: left;
    background: none;
  }
  .sigad .container_sigad .container_slider {
    max-width: 600px;
    margin: 0 auto;
    clear: both;
  }
  .sigad .container_sigad .container_slider figure {
    max-width: 100%;
  }
  .sigad .container_sigad .container_slider .item {
    width: 100%;
  }
  .sigad .container_sigad .container_slider .item .texto {
    padding: 0 30px;
    max-width: 100%;
    height: 200px;
    width: 100%;
    background: #417049;
  }
  .sigad .container_sigad .container_slider .item .texto h2 {
    color: #FFF;
    font-size: 24px;
    margin-bottom: 18px;
  }
  .sigad .container_sigad .container_slider .item .texto h2 span {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
  }
  .sigad .container_sigad .container_slider .item .texto p {
    font-size: 15px;
  }
  .sigad .container_sigad .container_slider .item .texto p:before {
    width: 45px;
    height: 3px;
  }
  .sigad .container_sigad .container_slider .owl-nav {
    top: 135px;
  }
}

@media (max-width: 1100px) {
  .palavra_de_quem_usa .container_video {
    max-width: 700px;
    margin: 0 auto;
  }
  .palavra_de_quem_usa .video_grande {
    width: 100%;
    float: left;
    padding-bottom: 52.8%;
    overflow: hidden;
    position: relative;
  }
  .palavra_de_quem_usa .video_grande iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .palavra_de_quem_usa .thumbs_video {
    width: 100%;
    padding: 25px 40px;
  }
  .palavra_de_quem_usa .thumbs_video h2 {
    font-size: 20px;
  }
  .palavra_de_quem_usa .thumbs_video ul {
    padding-right: 10px;
  }
  .palavra_de_quem_usa .thumbs_video ul li {
    border-bottom: 1px dashed #b1b1b1;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .palavra_de_quem_usa .thumbs_video ul li figure {
    width: 10%;
  }
  .palavra_de_quem_usa .thumbs_video ul li p {
    width: 85%;
  }
  .minerais_organicos {
    background: #927247;
  }
  .minerais_organicos figure {
    display: none;
  }
  .minerais_organicos .texto_minerais {
    float: left;
    max-width: 100%;
  }
  .minerais_organicos .texto_minerais h2 {
    color: #FFF;
    font-size: 27px;
  }
  .minerais_organicos .texto_minerais p {
    line-height: 1.2em;
    margin-bottom: 25px;
    color: #FFF;
  }
  .minerais_organicos .texto_minerais .listas ul li {
    color: #FFF;
  }
  .minerais_organicos .texto_minerais .listas ul li:before {
    background: #FFF;
  }
  .linhas {
    padding: 60px 0 50px 0;
  }
  .resultado_dos_clientes {
    padding: 60px 0;
    background: none;
    background-size: cover;
  }
  .resultado_dos_clientes .container_video {
    background: #efefef;
  }
  .resultado_dos_clientes .thumbs_video {
    background: #efefef;
    color: #000;
  }
  .resultado_dos_clientes .thumbs_video h2 {
    color: #000;
  }
  .resultado_dos_clientes .thumbs_video ul {
    height: 190px;
    overflow: auto;
  }
  .resultado_dos_clientes .thumbs_video ul::-webkit-scrollbar {
    width: 10px;
    background: #b1b1b1;
    border-left: 3px solid #efefef;
    border-right: 3px solid #efefef;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  .resultado_dos_clientes .thumbs_video ul::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #ccc;
  }
  .palavra_de_quem_usa_left {
    margin-bottom: 0;
  }
  .btn_play_video {
    width: 100px;
    height: 100px;
    left: 380px;
  }
}

@media (max-width: 1024px) {
  .linhas {
    padding: 60px 0 50px 0
  }
  .linhas .bloco_pro_natura {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    float: none;
  }
  .linhas .bloco_nucleo {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    float: none;
  }  
  .linhas .container_sacos {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    float: none;
  }
  .linhas .container_sacos .top {
    width: 100%;
  }
  .linhas .container_do_sitio .bloco_do_sitio {
    float: none;
    max-width: 500px;
    width: 100%;
    margin: 0 auto 20px auto;
  }
  .linhas .container_do_sitio .container_sacos {
    float: none;
    max-width: 500px;
    widows: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 960px) {
  .centralizador {
    padding: 0 20px;
  }
  .banner {
    margin-top: 50px;
    float: left;
    height: auto;
    padding: 90px 0 90px 0;
  }
  .inovacao {
    padding: 60px 0;
  }
  .inovacao h2 {
    font-size: 25px;
  }
  .inovacao .texto {
    width: 100%;
    max-width: 100%;
  }
  .inovacao .texto .bloco_texto_top {
    margin-bottom: 20px;
  }
  .inovacao .texto .bloco_texto_top p {
    font-size: 15px;
    line-height: 1.3em;
  }
  .inovacao .box_right {
    float: right;
    width: 100%;
  }
  .inovacao .box_right figure {
    max-width: 220px;
    margin: 30px auto 30px auto;
  }
  .inovacao .box_right .btn_play {
    margin: 0 auto;
    width: 210px;
    display: block;
    text-align: left;
    line-height: 1.2em;
  }

/* inicio bloco selotrt */
  .selotrt {
    padding: 60px 0;
  }
  .selotrt h2 {
    font-size: 25px;
  }
  .selotrt .texto {
    width: 100%;
    max-width: 100%;
  }
  .selotrt .texto .bloco_texto_top {
    margin-bottom: 20px;
  }
  .selotrt .texto .bloco_texto_top p {
    font-size: 15px;
    line-height: 1.5em;
  }
  .selotrt .texto .bloco_texto_destaque p {
    font-size: 18px;
    line-height: 1.5em;
  }  
  .selotrt .box_right {
    float: right;
    width: 100%;
  }
  .selotrt .box_right figure {
    max-width: 220px;
    margin: 30px auto 30px auto;
  }
  .selotrt .box_right .btn_play {
    margin: 0 auto;
    width: 210px;
    display: block;
    text-align: left;
    line-height: 1.2em;
  }
  .selotrt .box_left {
    float: right;
    width: 100%;
  }
  .selotrt .box_left figure {
    max-width: 220px;
    margin: 30px auto 30px auto;
  }
  .selotrt .box_left .btn_play {
    margin: 0 auto;
    width: 210px;
    display: block;
    text-align: left;
    line-height: 1.2em;
  }  
  /* fim bloco selotrt */

/* inicio bloco selogen */
  .selogen {
    padding: 60px 0;
  }
  .selogen h2 {
    font-size: 25px;
  }
  .selogen .texto {
    width: 100%;
    max-width: 100%;
  }
  .selogen .texto .bloco_texto_top {
    margin-bottom: 20px;
  }
  .selogen .texto .bloco_texto_top p {
    font-size: 15px;
    line-height: 1.5em;
  }
  .selogen .texto .bloco_texto_destaque p {
    font-size: 18px;
    line-height: 1.5em;
  }  
  .selogen .box_right {
    float: right;
    width: 100%;
  }
  .selogen .box_right figure {
    max-width: 220px;
    margin: 30px auto 30px auto;
  }
  .selogen .box_right .btn_play {
    margin: 0 auto;
    width: 210px;
    display: block;
    text-align: left;
    line-height: 1.2em;
  }
  .selogen .box_left {
    float: right;
    width: 100%;
  }
  .selogen .box_left figure {
    max-width: 220px;
    margin: 30px auto 30px auto;
  }
  .selogen .box_left .btn_play {
    margin: 0 auto;
    width: 210px;
    display: block;
    text-align: left;
    line-height: 1.2em;
  }  
  /* fim bloco selogen */

  .sessao_form .title_line, .sessao_form h3 {
    font-size: 24px;
  }
  .container_form {
    padding: 30px 20px;
    background: #ffffff;
  }
  .container_form:before {
    display: none;
  }
  .container_form .conteudo {
    width: 100%;
    margin-bottom: 20px;
  }
  .container_form .conteudo h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .container_form .conteudo h2 span {
    display: inline;
  }
  .container_form .conteudo p {
    padding: 0;
  }
  .container_form form {
    width: 100%;
  }
  .fundo_modal_sigad {
    overflow: auto;
    align-items: inherit;
    padding: 50px 0 0 0;
  }
  .fundo_modal_sigad h2 {
    font-size: 22px;
  }
  .fundo_modal_sigad .video_grande {
    width: 100%;
    max-width: 400px;
    padding-bottom: 25%;
    margin-bottom: 50px;
    margin-top: 50px;
    order: 1;
  }
  .fundo_modal_sigad .video_grande iframe {
    top: -1px;
  }
  .container_galerias {
    max-width: 400px;
    margin-bottom: 30px;
    margin: 0 auto;
    display: block;
    order: 2;
  }
  .container_galerias .thumbs_video {
    width: 100%;
    margin-bottom: 30px;
  }
  .onde_encontrar {
    background: #189251;
    width: 100%;
    float: left;
    padding: 45px 0 40px 0;
    text-align: center;
  }
  .onde_encontrar .centralizador {
    max-width: 1000px;
  }
  .onde_encontrar p {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.1em;
    width: 100%;
    text-align: center;
  }
  .onde_encontrar .pa {
    display: none;
  }
  .onde_encontrar .btn_clique_aqui {
    float: none;
    margin: 0 auto;
    width: 200px;
  }
}

@media (max-width: 850px) {
  .modal_video {
    z-index: 200;
    background: rgba(0, 0, 0, 0.9);
  }
  .modal_video .videos {
    width: 100%;
  }
  .modal_video .videos .owl-nav {
    display: none;
  }
  .modal_video .videos .owl-dots {
    bottom: 0;
  }
  .modal_video .videos .owl-dots .owl-dot {
    height: 13px;
    width: 13px;
    margin-right: 25px;
  }

  .frase_protecao{

      padding: 12px 0 11px 0;
      margin-top: 20px;
  }

  .frase_protecao p{
    font-size: 16px;
  }
}

@media (max-width: 750px) {
  .box_destaque {
    margin-top: 60px;
    max-width: 320px;
    height: auto;
    padding-bottom: 20px;
  }
  .box_destaque .conteudo {
    margin: 0;
    padding: 115px 20px 20px 20px;
    width: 100%;
  }
  .box_destaque .conteudo h2 {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
  }
  .box_destaque .conteudo h2 span {
    display: inline;
  }
  .box_destaque .conteudo form {
    text-align: center;
  }
  .box_destaque .conteudo form p {
    font-size: 15px;
  }
  .box_destaque .conteudo form input {
    width: 70%;
    float: left;
  }
  .box_destaque .conteudo form input[type="submit"] {
    width: 30%;
  }
  .box_destaque .container_imagens_header {
    width: 220px;
    top: -70px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .box_destaque .container_imagens_header figure:last-child {
    right: 8px;
  }
  .box_destaque .container_imagens_header figure:first-child {
    left: 8px;
  }
}

@media (max-width: 650px) {
  .sessao_form {
    padding: 30px 0 0 0;
  }
  .sessao_form .title_line, .sessao_form h3 {
    font-size: 17px;
    line-height: 1.2em;
    width: calc( 100% - 40px);
    margin: 0 auto;
  }
  .sessao_form h3 {
    margin-bottom: 15px;
  }
  .sessao_form .centralizador {
    padding: 0;
  }
  .btn_play_video {
    display: none;
  }
  .inovacao .container_video {
    display: none;
  }
  .sigad {
    padding: 0;
    background: none;
  }
  .sigad .container_sigad {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .sigad .container_sigad .sigad_top {
    width: 100%;
    display: table;
    margin-bottom: 20px;
  }
  .sigad .container_sigad .sigad_top .left {
    max-width: 600px;
    float: none;
    width: 100%;
    padding: 25px 20px;
    margin: 0 auto;
  }
  .sigad .container_sigad .sigad_top .left h2 {
    margin: 10px 0 15px 0;
    font-size: 22px;
  }
  .sigad .container_sigad .sigad_top .left h2 span {
    font-size: 28px;
    margin-bottom: 5px;
  }
  .sigad .container_sigad .sigad_top .left p {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .sigad .container_sigad .sigad_top .left p:last-child {
    margin-bottom: 0;
  }
  .sigad .container_sigad .sigad_top .right {
    max-width: 600px;
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  .sigad .container_sigad .sigad_top .container_botoes {
    max-width: 100%;
    margin: 0 auto 40px auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    display: flex;
  }
  .sigad .container_sigad .sigad_top .container_botoes button {
    font-size: 17px;
    height: 180px;
    width: 33.333333%;
    display: block;
    position: relative;
  }
  .sigad .container_sigad .sigad_top .container_botoes button:nth-child(1) figure {
    position: relative;
    top: -80px;
  }
  .sigad .container_sigad .sigad_top .container_botoes button:nth-child(3) figure {
    position: relative;
    top: -100px;
  }
  .sigad .container_sigad .sigad_top .container_botoes button:nth-child(4) figure {
    position: relative;
    top: -50px;
  }
  .sigad .container_sigad .sigad_top .container_botoes button:nth-child(5) figure {
    position: relative;
    top: -40px;
  }
  .sigad .container_sigad .sigad_top .container_botoes button .texto {
    border: none;
    display: block;
    position: absolute;
    bottom: 5px;
    font-size: 16px;
  }
  .sigad .container_sigad .sigad_bottom {
    width: 100%;
    float: left;
    background: none;
  }
  .sigad .container_sigad .container_slider {
    max-width: 600px;
    margin: 0 auto;
    clear: both;
    height: auto;
  }
  .sigad .container_sigad .container_slider figure {
    max-width: 100%;
  }
  .sigad .container_sigad .container_slider .item {
    width: 100%;
    display: table;
  }
  .sigad .container_sigad .container_slider .item .texto {
    padding: 0 20px;
    max-width: 100%;
    height: 200px;
    width: 100%;
    background: #417049;
  }
  .sigad .container_sigad .container_slider .item .texto h2 {
    color: #FFF;
    font-size: 24px;
    margin-bottom: 18px;
  }
  .sigad .container_sigad .container_slider .item .texto h2 span {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
  }
  .sigad .container_sigad .container_slider .item .texto p {
    font-size: 15px;
  }
  .sigad .container_sigad .container_slider .item .texto p:before {
    width: 45px;
    height: 3px;
  }
  .sigad .container_sigad .container_slider .owl-nav {
    top: 55px;
  }
  .sigad .container_sigad .container_slider .owl-nav .owl-prev, .sigad .container_sigad .container_slider .owl-nav .owl-next {
    background-color: transparent;
  }
  .container_form .conteudo h2 {
    font-size: 20px;
  }
  .container_form .input_dual input {
    width: 100%;
  }
  .container_form .estado_cidade .container_filtro, .container_form .estado_cidade .container_criacao, .container_form .input_dual .container_filtro, .container_form .input_dual .container_criacao {
    width: 100% !important;
  }
  .container_form .estado_cidade .container_filtro:last-child, .container_form .estado_cidade .container_criacao:last-child, .container_form .input_dual .container_filtro:last-child, .container_form .input_dual .container_criacao:last-child {
    width: 100%;
  }
  .container_form form input[type="submit"] {
    width: 100%;
  }
  .container_form form .container_quais_especies {
    padding: 20px 20px 40px 12px;
    height: 175px;
  }
  .container_form form .input_checkbox:nth-child(2) {
    left: 140px;
    top: 0;
  }
  .container_form form .input_checkbox:nth-child(3) {
    left: 0;
    top: 30px;
  }
  .container_form form .input_checkbox:nth-child(4) {
    left: 140px;
    top: 30px;
  }
  .container_form form .input_checkbox:nth-child(5) {
    top: 58px;
    left: 0;
  }
  .container_form form .input_checkbox:nth-child(6) {
    top: 58px;
    left: 140px;
  }
  .container_form form .input_checkbox:nth-child(7) {
    top: 85px;
    left: 0;
  }
  .resultado_dos_clientes {
    padding: 0;
  }
  footer {
    background: #0f2c6f;
    padding: 30px 0 0px 0;
  }
  footer .logo_footer {
    width: 160px;
  }
  .sessao_form .title_line span {
    display: inline !important;
  }
  .sessao_form h3 {
    margin-top: 5px;
  }
  .fundo_modal_sigad {
    overflow: auto;
    align-items: inherit;
    padding: 70px 0 0 0;
  }
  .fundo_modal_sigad h2 {
    font-size: 22px;
  }
  .fundo_modal_sigad .video_grande {
    width: 100%;
    max-width: inherit;
    padding-bottom: 50%;
    margin-bottom: 35px;
    margin-top: 20px;
  }
  .container_galerias {
    padding-bottom: 30px;
  }
}

@media (max-width: 600px) {
  .linhas {
    padding: 40px 0;
  }
  .linhas h2 {
    font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 10px;
  }
  .linhas .menu_top {
    width: 100%;
  }
  .linhas .menu_top li {
    padding: 12px 0 8px 0;
    margin: 0 2px 4px 2px;
    width: 48%;
    text-align: center;
    font-size: 12px;
  }

  .linhas .bloco_nucleo .img_title {
    max-width: 250px;
    margin-bottom: 0px;
    margin-top: 30px;
  }
  .linhas .bloco_nucleo h2 {
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 20px;
  }
  .linhas .bloco_nucleo h2 span {
    display: inline;
  }
  .linhas .bloco_nucleo .texto {
    max-width: 100%;
    margin-bottom: 25px;
  }
  .linhas .bloco_nucleo .texto p {
    line-height: 1.2em;
  }
  .linhas .bloco_nucleo .container_lista .racoes {
    float: none;
    margin-right: 0;
    width: 100%;
    border-bottom: 1px dashed #eee;
    margin-bottom: 20px;
    padding-bottom: 14px;
  }
  .linhas .bloco_nucleo .container_lista .concentrados {
    float: none;
    width: 100%;
  }


  .linhas .bloco_pro_natura .img_title {
    max-width: 250px;
    margin-bottom: 0px;
    margin-top: 30px;
  }
  .linhas .bloco_pro_natura h2 {
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 20px;
  }
  .linhas .bloco_pro_natura h2 span {
    display: inline;
  }
  .linhas .bloco_pro_natura .texto {
    max-width: 100%;
    margin-bottom: 25px;
  }
  .linhas .bloco_pro_natura .texto p {
    line-height: 1.2em;
  }
  .linhas .bloco_pro_natura .container_lista .racoes {
    float: none;
    margin-right: 0;
    width: 100%;
    border-bottom: 1px dashed #eee;
    margin-bottom: 20px;
    padding-bottom: 14px;
  }
  .linhas .bloco_pro_natura .container_lista .concentrados {
    float: none;
    width: 100%;
  }
  .linhas .middle {
    margin-bottom: 20px;
    margin-top: -24px;
  }
  .linhas .bottom {
    margin-bottom: 40px;
    margin-top: -35px;
  }
  .linhas .container_do_sitio .bloco_do_sitio .img_title {
    width: 200px;
  }
  .linhas .container_do_sitio .bloco_do_sitio h2 {
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 20px;
  }
  .linhas .container_do_sitio .bloco_do_sitio h2 span {
    display: inline;
  }
  .linhas .container_do_sitio .container_sacos {
    float: left;
    max-width: 750px;
  }
  .linhas .container_do_sitio .container_sacos .top {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    display: flex;
    margin-bottom: 20px;
  }
  .linhas .container_do_sitio .container_sacos .top figure {
    width: 20%;
    cursor: pointer;
  }
  .linhas .container_do_sitio .container_sacos .bottom {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    display: flex;
    margin-bottom: 0px;
    margin-top: -35px;
  }
  .linhas .container_do_sitio .container_sacos .bottom figure {
    width: 20%;
    cursor: pointer;
  }
}

@media (max-width: 550px) {
  .palavra_de_quem_usa {
    margin-bottom: 35px;
  }
  .palavra_de_quem_usa .centralizador {
    padding: 0;
  }
  .palavra_de_quem_usa .video_grande {
    width: 100%;
    float: left;
    padding-bottom: 56%;
    overflow: hidden;
    position: relative;
  }
  .palavra_de_quem_usa .video_grande iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .palavra_de_quem_usa .video_grande .descricao_video {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    text-shadow: 1px 2px 4px #000;
    font-size: 11px;
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    padding: 0 10px;
  }
  .palavra_de_quem_usa .thumbs_video {
    width: 100%;
    padding: 15px 20px 25px 20px;
    height: auto;
  }
  .palavra_de_quem_usa .thumbs_video h2 {
    font-size: 18px;
  }
  .palavra_de_quem_usa .thumbs_video h2 span {
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    font-style: normal;
    font-family: 'frutiger_light';
  }
  .palavra_de_quem_usa .thumbs_video ul {
    padding-right: 10px;
    height: 210px;
  }
  .palavra_de_quem_usa .thumbs_video ul li {
    border-bottom: 1px dashed #b1b1b1;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .palavra_de_quem_usa .thumbs_video ul li figure {
    width: 15%;
  }
  .palavra_de_quem_usa .thumbs_video ul li p {
    width: 80%;
  }

  .inovacao .listas .btn_videos{
    max-width: 100%;
    width: 100%;
    margin-top: 15px;
  }
}

@media (max-width: 450px) {
  .inovacao {
    padding: 50px 0;
    background-position: center;
  }
  .inovacao h2 {
    font-size: 20px;
  }
  .inovacao .texto .bloco_texto_top {
    margin-bottom: 25px;
  }
  .inovacao .texto .bloco_texto_top p {
    font-size: 15px;
  }
  .inovacao .listas {
    margin-bottom: 25px;
  }
  .inovacao .listas h3 {
    font-size: 15px;
  }
  .inovacao .listas ul li {
    font-size: 14px;
  }
  .inovacao .box_right figure {
    width: 200px;
    margin-top: 10px;
  }
  .inovacao .box_right .btn_play {
    font-size: 15px;
    width: 240px;
  }
  .mensagem_formulario {
    max-height: inherit;
    width: 90%;
  }
  .container_galerias .thumbs_video {
    height: auto;
    padding-bottom: 10px;
  }
  .container_galerias .thumbs_video ul {
    height: auto;
  }
  .palavra_de_quem_usa .thumbs_video ul {
    height: auto;
  }
  .palavra_de_quem_usa .thumbs_video {
    margin-top: 0;
  }
  .palavra_de_quem_usa .thumbs_video ul li:last-child {
    border: none;
  }
}

.playlist{
  display: block;
  height: 245px;
  overflow-y: scroll;
  /* background: #f1f1f1; */
}


/* .thumbs_video .playlist::-webkit-scrollbar {
  width: 10px;
  background: #b1b1b1;
  border-left: 3px solid #efefef;
  border-right: 3px solid #efefef;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.thumbs_video .playlist::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #787878;
} */

.playlist .list{
position: relative;
z-index: 1;
width: 98%;
padding: 0px 62px 0px 0px;
font-size: 16px;
transition: .3s;
font-family: 'frutiger_bold';
line-height: 1.1em;
margin-bottom: 10px !important;
border: 1px solid #ccc;
border-radius: 3px;
}
.playlist .list::after {
  content: '';
  display: block;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 10px;
  top: calc(50% - 21px);
  border: 1px solid #FFF;
  border-radius: 50%;
  background: url(../imagens/play_green_400x400.png);
  background-size: 100%;
  transition: .3s;
}

.playlist .list .titulo {
  background: #ccc;
  color: #000;
  padding-left: 5px;
}

.playlist .list .descricao {
  position: relative;
  min-height: 25px;
  margin-bottom: 4px;
  color: #5a5a5a;
  font-size: 12px;
  padding-left: 5px;
  background: #eee;
}

li[data-yt=""], li[data-yt=""] p {
  text-decoration: none !important;
  cursor: default !important;
}

/* li[data-yt=""] p:first-child{
  color: #F00 !important;
} */

li[data-yt=""] p:first-child::after{
  content: '(Em Breve)';
  font-size: 12px;
  color: #910808;
  display: block;
  padding: 2px;
  margin-left: 5px;
}

.embreve, .embreve div::before {
  background: none !important;
  border: none !important;
  cursor: default !important;
}

#gdpr-popup{
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  background-color:#fff;
  opacity: 1;
  padding: 2rem;
  bottom: 0;
  transition: opacity .8s ease;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 5;
}

.gdpr-actions{
  display: flex;
  padding-left: 10px;
}
.accept-cookies{
  background: red;
  color: #fff;
  border-radius: 150px;
  padding: 5px 20px;
  height: 30px;
  line-height: 1.4rem;
  text-align: center;
  cursor: pointer;
}
#decline-cookies{
  border: 1px solid #000;
    border-radius: 150px;
    padding: 5px 20px;
    text-align: center;
    margin-left: 5px;
    cursor: pointer;
    line-height: 1.4rem;
    height: 30px; 
}
.hidden{
  opacity: 0 !important;
}

/* PRIVACY POLICIES */

.fundo_modal_gdpr {
  background: rgba(0, 0, 0, 0.9);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 180;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gdpr-container{
  height: 100%;
  max-height: 600px;
  max-width: 600px;
  width: 100%;
}

.gdpr-container .centralizador {
  height: 100%;
}

.gdpr-wrap{
  display: flex;
  height: 100%;
}

.gdpr-wrap .content h2{
  font-size: 16px;
  margin: 15px 0 15px 0;
}

.gdpr-wrap .content h3{
  margin: 10px 0 10px 0;
}

.gdpr-wrap p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.3em;
}

.gdpr-content-left{
  width: 40%;
  position: absolute;
  padding: 40px 20px;
  float: left;
  background: red;
  display: inline-block;
  left: 0;
  height: 100%;
}

.gdpr-content-right{
  padding: 40px 20px;
  position: absolute;
  float: right;
  background:#f1f1f1;
  display: inline-block;
  right: 0;
  height: 100%;
  border-radius: 10px;
}

 .gdpr-content-right ul {
  padding-left: 2rem;
  margin-bottom: 10px;
}

.gdpr-content-right ul li{
  list-style: disc !important;
} 

.gdpr-content-right ul li ul li{
  list-style: circle !important;
} 

.tab-title{
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 25px;
  display: block;
}

.gdpr-right-container{
  height: 90%;
  overflow-y: scroll;
}

.highlight {
  background-color: #dddddd;
}

.cookie_list{
  padding: 0 10px 0 10px;
  margin-bottom: 5px;
}

.cookies .title {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.gdpr-wrap ul li {
  font-size: 14px;
}

.gdpr-wrap .icon-lista {
  font-size: 12px;
  margin-right: 5px;
}

.gdpr-wrap .footer {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
  height: 50px;
}

.gdpr-wrap .footer::before{
  content: "";
  position: absolute;
  bottom: 50px;
  left: 60px;
  right: 60px;
  height: 1px;
  display: block;
  background-color: #c9c8c8;
}

.fundo_modal_gdpr{
  display: none;
}
.fundo_modal_gdpr .btn_close_modal_videos {
  border: none;
  width: 100px;
  height: 30px;
  position: absolute;
  right: 20px;
  cursor: pointer;
  outline: none;
  background: url("../imagens/btn_modal_listas.png") no-repeat;
  background-size: 100%;
  top: 20px;
  
}