/* Custom Stylesheet */

@charset "utf-8";
@font-face {
  font-family: "Kenyan_Coffee_regular";
  font-style: normal;
  src: local("Kenyan_Coffee_regular");
  src: url(../fonts/kenyan_coffee_regular.otf) format("truetype");
}

@font-face {
  font-family: "Kenyan_Coffee_regular_it";
  font-style: normal;
  src: local("Kenyan_Coffee_regular_it");
  src: url(../fonts/kenyan_coffee_regular_it.otf) format("truetype");
}

@font-face {
  font-family: "Kenyan_Coffee_bold";
  font-style: normal;
  src: local("Kenyan_Coffee_bold");
  src: url(../fonts/kenyan_coffee_bold.otf) format("truetype");
}

@font-face {
  font-family: "Kenyan_Coffee_bold_it";
  font-style: normal;
  src: local("Kenyan_Coffee_bold_it");
  src: url(../fonts/kenyan_coffee_bold_it.otf) format("truetype");
}

@font-face {
  font-family: "Intro-Book-Regular";
  font-style: normal;
  src: local("Intro-Book");
  src: url(../fonts/Intro-Book.otf) format("truetype");
}

@font-face {
  font-family: "Intro-Regular";
  font-style: normal;
  src: local("Intro-Regular");
  src: url(../fonts/Intro-Regular.otf) format("truetype");
}

@font-face {
  font-family: "Intro-Light";
  font-style: normal;
  src: local("Intro-Light");
  src: url(../fonts/Intro-Light.otf) format("truetype");
}

@font-face {
  font-family: "Amsiprocond-Regular";
  font-style: normal;
  src: local("amsiprocond-regular");
  src: url(../fonts/amsiprocond-regular.ttf) format("truetype");
}

/**
*** global
**/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Amsiprocond-Regular", sans-serif;
  color: #fff;
}

p,
a {
  font-family: "Kenyan_Coffee_regular", sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.modal-white h1,
.modal-white h2,
.modal-white h3,
.modal-white h4,
.modal-white h5,
.modal-white h6,
.modal-white p {
  color: #000;
}

.border-right {
  border-right: 1px solid;
  border-color: #fff;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

body {
  position: relative;
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px !important;
  overflow-x: hidden;
  background: #000;
}

section {
  margin: -36px 0px -21px 0px;
  min-height: 450px;
}

section .border-top {
  border-top: 10px solid;
}

section .border-bottom {
  border-bottom: 10px solid;
}

section .border-black {
  border-color: #000;
}

.full {
  height: 100vh;
}

.title-page {
  position: relative;
  left: -60px !important;
}

.title-page h2 {
  text-transform: uppercase;
  position: relative;
  width: 0px;
  height: 70px;
  background: #3c6b2c;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 10px 10px 0px;
  text-align: right;
  color: #fff;
  -webkit-transition: width 1s cubic-bezier(0.5, 0, 0, 1);
  transition: width 1s cubic-bezier(0.5, 0, 0, 1);
}

.title-page .triangle-title {
  position: absolute;
  top: 0px;
  left: -21px;
  width: 33px;
  height: 100%;
  background: #3c6b2c;
  -webkit-clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  /*
    border-left: 33px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 70px solid #39ff14;
    */
}

.title-page h2.active {
  width: 400px;
}

@media (max-width: 768px) {
  .title-page {
    left: 0px !important;
  }
  .title-page h2.active {
    width: 80%;
  }
}

/**
*** triangulos
**/

.triangle {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.triangle-inverted {
  -webkit-clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}

.triangulo-left-2 {
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  width: 13.2em;
  height: 28.6em;
}

.triangulo-right-2 {
  position: absolute;
  display: block;
  right: 0px;
  bottom: 0px;
  width: 9.4em;
  height: 20.1em;
}

.triangulo-inner-1 {
  position: relative;
  width: 99%;
  height: 99%;
}

.triangulo-inner-2 {
  position: relative;
  width: 96%;
  height: 96%;
}

.triangulo-left-main {
  width: 17.2em;
  height: 37.2em;
}

.triangulo-inner-1-main {
  position: relative;
  width: 95%;
  height: 95%;
}

.triangulo-inner-1-main-inverted {
  position: relative;
  width: 96.3%;
  height: 96.3%;
}

.triangulo-inner-2-main {
  position: relative;
  width: 99.5%;
  height: 99.5%;
}

.triangulo-inner-2-main-inverted {
  position: relative;
  width: 99.7%;
  height: 99.7%;
}

.triangulo-right-main {
  width: 22.3em;
  height: 48.9em;
}

.triangulo-top {
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 35px;
}

.triangulo-bottom {
  position: absolute;
  display: block;
  left: 0px;
  bottom: -1px;
  width: 100%;
  height: 35px;
}

.align-bottom {
  position: absolute;
  bottom: -1px;
}

.align-right {
  position: absolute;
  right: 0px;
}

.bg-orange {
  background: #39ff14;
}

.bg-black {
  background: #000;
}

.bg-white {
  background: #fff;
}

@media (max-width: 768px) {
  .triangulo-left-2 {
    top: -1px;
    width: 2.6em;
    height: 5.6em;
  }
  .triangulo-right-2 {
    width: 3em;
    height: 6.5em;
  }
  .triangulo-inner-1 {
    width: 99%;
    height: 99%;
  }
  .triangulo-inner-2 {
    width: 96%;
    height: 96%;
  }
  .triangulo-right-main {
    width: 35%;
    height: 45%;
  }
  .triangulo-left-main {
    width: 30%;
    height: 38%;
  }
  .triangulo-inner-1-main {
    width: 95%;
    height: 95%;
  }
  .triangulo-inner-1-main-inverted {
    width: 96.3%;
    height: 96.3%;
  }
  .triangulo-inner-2-main {
    width: 99.5%;
    height: 99.5%;
  }
  .triangulo-inner-2-main-inverted {
    width: 99.7%;
    height: 99.7%;
  }
}

/**
*** colunas 5
**/

.row .col.s15,
.row .col.m15,
.row .col.l15,
.row .col.xl15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.row .col.s15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .row .col.m15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .row .col.l15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .row .col.xl15 {
    width: 20%;
    float: left;
  }
}

/**
*** nav main
**/

nav {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: auto;
  line-height: auto;
  box-shadow: 0 0 0;
}

nav.fill {
  background: rgba(0, 0, 0, 0.9);
}

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

nav ul a {
  font-size: 1.3rem;
  color: #39ff14;
  padding: 15px 15px;
  margin: 0px 25px 0px 25px;
  text-transform: uppercase;
  transition: 0.5s ease;
}

nav ul a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

nav .brand-logomarca {
  display: inline-block;
  height: 60px;
  padding: 0px;
  margin: 25px 25px 0px 25px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

nav.fill .brand-logomarca {
  height: 60px;
  margin: 25px 0px 0px 0px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

nav .brand-logo {
  display: none;
  height: 50px;
  padding: 0;
  margin: 8px 0px 0px 0px;
}

nav .brand-logomarca img,
nav .brand-logo img {
  max-width: 100%;
  max-height: 100%;
}

@media only screen and (max-width: 992px) {
  nav .brand-logo {
    display: inline-block;
  }
}

@media only screen and (max-width: 768px) {
  nav .brand-logo {
    height: 25px;
    margin: 3px 0px 0px 0px;
  }
}

/**
*** main
**/

#main {
  background: #000;
  margin-top: -65px;
  height: 105vh;
  width: 100%;
}

#main .bg-main {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: url(../img/main-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#main .bg-main img {
  max-width: 100%;
  filter: grayscale(1) hue-rotate(100deg);
}

#main .welcome-main {
  font-family: "Kenyan_Coffee_regular", Arial, Helvetica, sans-serif;
  position: absolute;
  padding: 0;
  top: 50%;
  left: 50%;
  width: 36%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

#main .welcome-main h2 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin: -10px 0 0 0;
  padding: 0;
}

#main .social-icons {
  position: absolute;
  top: 87.5%;
  right: 6%;
  padding: 0px;
}

#main ul {
  margin: 0px;
}

#main ul li {
  float: left;
}

#main ul li:nth-child(2) {
  margin-right: 5px;
  margin-left: 5px;
}

#main ul li:nth-child(2) p {
  font-size: 1.5em;
  margin-top: 10px;
  margin-left: -10px;
  color: #39ff14;
  -webkit-animation: leftAndRight 3s 2.3s infinite backwards
    cubic-bezier(0, 0.5, 0, 1);
}

#main ul li a.btn-floating {
  background: rgba(0, 0, 0, 0);
}

#main ul li a.btn-floating i {
  font-size: 2em;
}

#main ul li .btn-floating:hover i {
  color: #39ff14;
}

#main .scroll-group {
  position: absolute;
  top: 85%;
  left: 32%;
  width: 300px;
  height: 100px;
  padding: 0px;
}

#main #btn-scroll {
  position: relative;
  width: 80px;
  left: 0px;
  top: 0px;
  margin: 0px;
}

#main .scroll-group p {
  position: relative;
  float: right;
  left: -150px;
  top: 32px;
  padding: 0px;
  font-size: 1.2em;
  text-transform: uppercase;
}

#main .line {
  fill: none;
  stroke: #fff;
  stroke-width: 5;
  stroke-miterlimit: 10;
}

#main .square {
  fill: #39ff14;
  stroke: #fff;
  stroke-width: 5;
  stroke-miterlimit: 10;
  -webkit-animation: arrowScrollBottom 3s 2.3s infinite backwards
    cubic-bezier(0.86, 0, 0.07, 1);
  animation: arrowScrollBottom 3s 2.3s infinite backwards
    cubic-bezier(0.86, 0, 0.07, 1);
  transform-origin: center center;
  transform: rotate(45deg);
}

.btn-rounded {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  -webkit-transform: translate3d(-50%, 0%, 0);
  transform: translate3d(-50%, 0%, 0);
}

a.active .btn-rounded:after,
a.active .btn-rounded:before {
  display: none;
}

.btn-rounded:before {
  margin-left: -27px;
  margin-top: -27px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid hsla(0, 0%, 100%, 0.5);
  -webkit-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}

.btn-rounded:after,
.btn-rounded:before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  display: block;
  opacity: 0;
  pointer-events: none;
}

.btn-rounded:after {
  margin-left: -21px;
  margin-top: -21px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.8);
  -webkit-transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0.3s;
  transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0.3s;
}

.btn-rounded:hover:before {
  opacity: 1 !important;
  -webkit-animation: btnBorderAnimate 0.5s 1 backwards;
  animation: btnBorderAnimate 0.5s 1 backwards;
}

.btn-rounded:focus {
  outline: 0;
}

.btn-rounded:active:after {
  opacity: 0.7;
}

.btn-rounded.btn-rounded-scroll:before {
  margin-top: -14px;
}

.btn-rounded.btn-rounded-scroll:after {
  margin-top: -8px;
}

.btn-rounded.btn-rounded-scroll:hover:before {
  -webkit-animation: btnBorderAnimateScroll 0.5s 1 backwards
    cubic-bezier(0.86, 0, 0.07, 1);
  animation: btnBorderAnimateScroll 0.5s 1 backwards
    cubic-bezier(0.86, 0, 0.07, 1);
}

.btn-rounded.btn-rounded-black:before {
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.btn-rounded.btn-rounded-black:after {
  display: none;
}

.btn-rounded.btn-rounded-black:hover:before {
  -webkit-animation: btnBorderAnimateBlack 0.5s 1 backwards;
  animation: btnBorderAnimateBlack 0.5s 1 backwards;
}

.btn-rounded.btn-rounded-big:before {
  margin-left: -55px;
  margin-top: -55px;
  width: 110px;
  height: 110px;
  border: 2px solid hsla(0, 0%, 100%, 0.5);
}

.btn-rounded.btn-rounded-big:after {
  display: none;
}

.btn-rounded.btn-rounded-big:hover:before {
  opacity: 0;
  -webkit-animation: inherit;
  animation: inherit;
}

.btn-rounded.btn-rounded-big:active:before,
.btn-rounded.btn-rounded-big:focus:before {
  opacity: 0;
  -webkit-animation: btnBorderAnimateBig 0.7s 1 backwards;
  animation: btnBorderAnimateBig 0.7s 1 backwards;
}

.btn-rounded.btn-rounded-black-big:before {
  margin-left: -55px;
  margin-top: -55px;
  width: 110px;
  height: 110px;
  border: 2px solid rgba(0, 0, 0, 0.5);
}

.btn-rounded.btn-rounded-black-big:after {
  display: none;
}

.btn-rounded.btn-rounded-black-big:hover:before {
  opacity: 0;
  -webkit-animation: inherit;
  animation: inherit;
}

.btn-rounded.btn-rounded-black-big:active:before,
.btn-rounded.btn-rounded-black-big:focus:before {
  opacity: 0;
  -webkit-animation: btnBorderAnimateBlackBig 0.7s 1 backwards;
  animation: btnBorderAnimateBlackBig 0.7s 1 backwards;
}

body #arrow-bottom {
  -webkit-animation: arrowScrollBottomRotate 0.4s 1 forwards
    cubic-bezier(0.86, 0, 0.07, 1);
  animation: arrowScrollBottomRotate 0.4s 1 forwards
    cubic-bezier(0.86, 0, 0.07, 1);
}

body:not(.scroll-to-content) #arrow-bottom {
  -webkit-animation: arrowScrollBottom 3s 2.3s infinite backwards
    cubic-bezier(0.86, 0, 0.07, 1);
  animation: arrowScrollBottom 3s 2.3s infinite backwards
    cubic-bezier(0.86, 0, 0.07, 1);
}

@media (max-width: 768px) {
  #main .scroll-group {
    left: 25%;
  }
  #main .scroll-group p {
    left: -150px;
    top: 32px;
    font-size: 1.2em;
  }
  #main .welcome-main {
    width: 50%;
  }
  #main .welcome-main h2 {
    font-size: 2.5em;
  }
  #main .social-icons {
    position: fixed;
    top: 10px;
    right: 2%;
    z-index: 999;
  }
}

/**
*** grupo
**/

#grupo {
  min-height: 200px;
  margin: 0px 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background: #070000 url(../img/grupo-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#grupo .section {
  position: relative;
  padding: 3% 15px 5% 15px;
  width: auto;
  margin: 0px 0px;
  border-bottom: 0px solid;
}

#grupo .row {
  margin-top: 10vh;
  margin-bottom: 0vh;
}

#grupo .logo-grupo-new {
  margin-bottom: 50px;
}

#grupo h5 {
  color: #39ff14;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
}

#grupo img {
  width: 100%;
}

#grupo .st0 {
  fill: #ffffff;
  stroke: rgba(0, 0, 0, 0);
}

#grupo .st1 {
  fill: #010202;
}

#grupo .st2 {
  fill: #a02220;
}

#grupo .st3 {
  fill: #e52231;
}

#grupo .st4 {
  fill: #010202;
  stroke: #ffffff;
  stroke-width: 0.1221;
  stroke-miterlimit: 10;
}

#grupo .st5 {
  fill: none;
  stroke: #000000;
  stroke-width: 0.3329;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

#grupo .st6 {
  fill: #ee7336;
}

#grupo .st7 {
  fill: #f42534;
}

#grupo .st8 {
  fill: #60adcc;
}

#grupo .st9 {
  fill: #1a1a1a;
}

#grupo .st10 {
  fill: #0080a4;
}

#grupo .st11 {
  fill: #d4d1ca;
}

#grupo .st12 {
  fill: #2e2c29;
}

#grupo .st15 {
  fill: #e30915;
}

#grupo .st16 {
  fill: #ff671b;
}

#grupo .logo-action {
  cursor: pointer;
}

#grupo .grupo-agita .retangulo,
#grupo .logo-action .retangulo {
  fill: #fff;
  transition: 0.5s ease;
}

#grupo .logo-action:hover .retangulo {
  fill: #f5f5f5;
}

#grupo .active #agBrasil {
  animation: agitaBr 0.3s ease-in-out forwards;
}

#grupo .active #operSvg {
  opacity: 0;
  animation: operSvg 0.3s 0.3s ease-in-out forwards;
}

#grupo .active #proImport {
  opacity: 0;
  animation: proImport 0.3s 0.6s ease-in-out forwards;
}

#grupo .active #agTrade {
  opacity: 0;
  animation: agTrade 0.2s 0.9s ease-in-out forwards;
}

#grupo .active #mulTrade_1_ {
  opacity: 0;
  animation: segLog 0.2s 1.1s ease-in-out forwards;
}

#grupo .active #segLog {
  opacity: 0;
  animation: agTrade 0.2s 1.3s ease-in-out forwards;
}

#grupo .active #liveSol {
  opacity: 0;
  animation: liveSol 0.2s 1.5s ease-in-out forwards;
}

#grupo .active #VemDePromo {
  opacity: 0;
  animation: segLog 0.2s 1.7s ease-in-out forwards;
}

#grupo .active #squad {
  opacity: 0;
  animation: agTrade 0.2s 1.9s ease-in-out forwards;
}

#grupo .active .mobile #agBrasil {
  animation: proImport 0.3s ease-in-out forwards;
}

#grupo .active .mobile #operSvg {
  opacity: 0;
  animation: operSvg 0.3s 0.3s ease-in-out forwards;
}

#grupo .active .mobile #proImport {
  opacity: 0;
  animation: agTrade 0.3s 0.6s ease-in-out forwards;
}

#grupo .active .mobile #agTrade {
  opacity: 0;
  animation: proImport 0.2s 0.9s ease-in-out forwards;
}

#grupo .active .mobile #mulTrade_1_ {
  opacity: 0;
  animation: segLog 0.2s 1.1s ease-in-out forwards;
}

#grupo .active .mobile #segLog {
  opacity: 0;
  animation: proImport 0.2s 1.3s ease-in-out forwards;
}

#grupo .active .mobile #liveSol {
  opacity: 0;
  animation: proImport 0.2s 1.5s ease-in-out forwards;
}

#grupo .active .mobile #squad {
  opacity: 0;
  animation: operSvg 0.2s 1.9s ease-in-out forwards;
}

@media (min-width: 900px) {
  #grupo .inactive {
    filter: url(#grayscale);
  }
}

/**
*** grupo modal
**/

svg path,
svg polygon,
svg polyline,
svg line {
  pointer-events: none;
}

.modal {
  width: 100%;
}

.modal.modal-grupo {
  width: 250px;
}

div.modal-overlay {
  width: 250px;
}

.modal.top-sheet {
  top: 0% !important;
  bottom: auto !important;
  transition: transform cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s;
  will-change: transform;
  transform: translate(-100%, 0) scale(1) !important;
  min-height: 100% !important;
  padding: 0px 0px 0px 0px;
  opacity: 1 !important;
  border-radius: 0px;
  outline: none;
  overflow: hidden;
}

.modal.top-sheet.open {
  transition: transform cubic-bezier(0.22, 0.61, 0.36, 1) 0.35s 0.25s;
}

.modal.top-sheet.open:not([style*="display: none"]):not(
    [style*="opacity: 0;"]
  ) {
  transform: translate(0%, 0) !important;
}

.modal {
  margin: 0px 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.modal .section {
  position: relative;
  padding: 5% 15px;
  width: auto;
  margin: 0px 0px;
  overflow-y: visible;
}

.modal .bg-modal {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  min-width: 100%;
  min-height: 100vh;
  width: auto;
  height: 100vh;
  z-index: -100;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.modal .bg-modal.bg-black {
  background-color: #070000;
  background-image: url(../img/grupo-bg.jpg);
}

.modal .modal-header {
  position: relative;
  background: #f00;
}

.modal .close-button {
  position: fixed;
  top: 25px;
  right: 25px;
  transform: rotate(45deg);
}

.modal .logo {
  max-width: 150px;
  margin-bottom: 25px;
}

.modal .modal-content h2 {
  font-family: "Kenyan_Coffee_regular";
  text-transform: uppercase;
  color: #fff;
}

.modal .modal-content p {
  font-family: "Intro-Light";
  color: #fff;
}

.modal .modal-content .texto p {
  line-height: 1.3em;
  min-height: 80px;
}

.modal .modal-content .carousel-slider {
  min-height: 420px !important;
}

.carousel .carousel-item {
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel .logo-empresa {
  margin-top: 60px;
  max-width: 120px;
}

.carousel .logo-grupo {
  max-width: 90px;
}

.carousel .aviso-building {
  font-family: "Intro-Regular";
  font-size: 2em;
  color: #fff;
  margin: 50px 0px;
  text-transform: uppercase;
}

.modal-cta {
  position: relative;
  display: block;
  margin-top: 35px;
}

.modal-cta .fixed-action-btn {
  position: relative;
}

.modal-cta .fixed-action-btn .btn-saiba-mais {
  position: absolute;
  right: 0px;
}

.btn-radius {
  border-radius: 50px;
  min-width: 120px;
  text-align: center;
}

@media (max-width: 900px) {
  .modal .modal-content .container,
  .modal .modal-content .row {
    padding: 0;
  }
  .modal .modal-content .carousel-slider {
    max-height: 30vh;
  }
}

/**
*** servicos
**/

#servicos {
  min-height: 200px;
  margin: 0px 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background: #070000 url(../img/grupo-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#servicos .section {
  position: relative;
  padding: 3% 5px 10% 5px;
  margin: 0px 0px;
}

#servicos .container {
  padding: 0px;
}

#servicos .container .row .col {
  padding: 0px;
}

#servicos .empresa {
  /*width: 13%;
    float: left;
    margin-right: 0.7%;*/
  border-left: 1px dotted #fff;
  padding-right: 5px;
  padding-left: 5px;
  margin-top: 80px;
  margin-bottom: 0px;
}

#servicos-modal .empresa {
  border-left: 1px dotted #fff;
  padding-right: 5px;
  padding-left: 5px;
  margin-top: 30vh;
  margin-bottom: 0px;
}

#servicos .empresa:last-child {
  margin-right: 0;
}

#servicos-modal .empresa .logo,
#servicos .empresa .logo {
  margin-top: -50%;
  margin-left: 0px;
  margin-right: 15px;
}

#servicos-modal img,
#servicos img {
  width: 100%;
}

#servicos-modal .empresa .texto,
#servicos .empresa .texto {
  margin-top: 25px;
  padding-left: 10px;
  padding-right: 10px;
}

#servicos-modal h6,
#servicos h6 {
  /*font-family: 'Intro-Regular', sans-serif;*/

  text-align: left;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 600;
}

#servicos-modal p,
#servicos p {
  font-family: "Amsiprocond-Regular", sans-serif;
  color: #fff;
  text-align: left;
  font-size: 0.9em;
  letter-spacing: 1px;
  font-weight: 300px;
  margin-top: 8px;
}

#servicos-modal p span,
#servicos p span {
  margin-right: 3px;
  font-size: 1.1em;
}

#servicos-modal .agita-brasil h6,
#servicos-modal .agita-brasil p span,
#servicos-modal .brand h6,
#servicos-modal .brand p span,
#servicos .agita-brasil h6,
#servicos .agita-brasil p span,
#servicos-modal .ialps h6,
#servicos-modal .ialps p span,
#servicos .ialps h6,
#servicos .ialps p span {
  color: #fff;
}

#servicos-modal .pdvgraf h6,
#servicos-modal .pdvgraf p span,
#servicos .pdvgraf h6,
#servicos .pdvgraf p span {
  color: #3c6b2c;
}

#servicos-modal .oper h6,
#servicos-modal .oper p span,
#servicos .oper h6,
#servicos .oper p span {
  color: #69aeab;
}

#servicos-modal .live h6,
#servicos-modal .live p span,
#servicos-modal .vem-de-promo h6,
#servicos-modal .vem-de-promo p span,
#servicos .live h6,
#servicos .live p span,
#servicos .vem-de-promo h6,
#servicos .vem-de-promo p span {
  color: #fcc628;
}

#servicos-modal .multi-trade h6,
#servicos-modal .multi-trade p span,
#servicos .multi-trade h6,
#servicos .multi-trade p span {
  color: #e9723a;
}

#servicos-modal .agita-trade h6,
#servicos-modal .agita-trade p span,
#servicos .agita-trade h6,
#servicos .agita-trade p span,
#servicos .brand h6,
#servicos .brand p span {
  color: #f22238;
}

#servicos-modal .seg h6,
#servicos-modal .seg p span #servicos .seg h6,
#servicos .seg p span,
#servicos-modal .promo-import h6,
#servicos-modal .promo-import p span,
#servicos .promo-import h6,
#servicos .promo-import p span {
  color: #7b1523;
}

#servicos-modal .squad h6,
#servicos .squad h6,
#servicos .squad p span {
  color: #ce0611;
}

#servicos .clearfix-lg .clearfix {
  margin-top: 50px;
  height: 50px;
}

#servicos .clearfix-xs {
  display: none;
}
@media (max-width: 900px) {
  #servicos .empresa {
    margin-top: 80px;
    margin-bottom: 40px;
  }

  #servicos .clearfix-lg {
    display: none;
  }
}

@media (max-width: 768px) {
  #servicos .section {
    margin: 10vh 0px;
  }

  #servicos .clearfix-xs {
    display: inline;
  }
}

/**
*** servicos
**/

#servicos-new {
  min-height: 200px;
  margin: 0px 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background: #070000 url(../img/bg-lines-02.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

#servicos-new .section {
  position: relative;
  padding: 15vh 5px 15vh 5px;
  margin: 0px 0px;
}

#servicos-new .container {
  padding: 0px;
}

#servicos-new .container .row .col {
  padding: 0px;
}

#servicos-new .content {
  width: 100%;
  min-height: 60vh;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
}

#servicos-new .logo {
  position: relative;
  width: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#servicos-new .logo-rotated {
  width: 250px;
  height: 250px;
  background-color: #000;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-45deg);
}

#servicos-new .logo-rotated img {
  width: 100%;
  transform: rotate(45deg);
}

#servicos-new .servicos-list {
  position: relative;
  width: 65%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}

#servicos-new .servico {
  border-left: 2px dotted #fff;
  margin: 20px 0px 20px 20px;
  padding: 10px 20px;
}

#servicos-new .servico h6 {
  text-align: left;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 600;
}

#servicos-new .servico p {
  font-family: "Amsiprocond-Regular", sans-serif;
  color: #fff;
  text-align: left;
  font-size: 0.9em;
  letter-spacing: 1px;
  font-weight: 300px;
  margin-top: 8px;
}

#servicos-new .servico p span {
  margin-right: 3px;
  font-size: 1.1em;
}

#servicos-new .servico .color-primary h6,
#servicos-new .servico .color-primary p span {
  color: #39ff14;
}
#servicos-new .servico .color-green h6 {
  color: #3c6b2c;
}

@media (max-width: 768px) {
  #servicos-new .content {
    margin: 10vh 0px 5vh 0px;
    min-height: 60vh;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  #servicos-new .servicos-list {
    width: 100%;
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }

  #servicos-new .servico {
    margin: 20px 0px 20px 90px;
  }
}

/**
*** socios
**/

#socios {
  margin: 0px 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #3c6b2c url(../img/bg-lines.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#socios .section {
  position: relative;
  padding: 5% 15px;
  width: auto;
  margin: 0px 0px;
}

#socios .socio {
  padding: 0 5px;
  margin-bottom: 25px;
}

#socios .socio .img {
  position: relative;
  z-index: 3;
  padding: 0px 5px;
}

#socios .socio img {
  width: 100%;
}

#socios .socio .img::after {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  z-index: 1;
  content: "";
  top: 0px;
  left: 2%;
  width: 96%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
  animation: pulseDiv 2s infinite;
}

#socios .socio h3,
#socios .socio h6 {
  text-align: center;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

#socios .socio h3 {
  margin-top: 40px;
}

#socios .socio h6 {
  margin-top: -1px;
  padding-bottom: 10px;
  color: #39ff14;
}

#socios .socio p {
  font-family: "Intro-Light", sans-serif;
  text-align: left;
  margin: 25px 0px 40px 0px;
  line-height: 1.2em;
  min-height: 340px;
}

#socios .socio .dados {
  position: relative;
  background: #000;
  padding: 0px 20px 0px 20px;
  margin-top: -45px;
  min-height: 600px;
}

#socios .socio .triangulo-right-2 {
  width: 30px;
  height: 55px;
}

@media (max-width: 768px) {
  #socios .socio .img {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #socios .socio p {
    min-height: auto;
  }
  #socios .socio .dados {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-height: 450px;
  }
}

/**
*** premios
**/

#premios {
  margin: 0px 0px;
  padding-bottom: 10px;
  background: #fff url(../img/bg-lines-02.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#premios .section {
  position: relative;
  padding: 5% 0px 8% 0px;
  width: auto;
  margin: 0px 0px;
}

#premios .carousel {
  margin-top: 3%;
}

#premios .carousel-item {
  width: 300px;
  height: auto;
  min-height: 400px;
}

#premios .carousel-item h2 {
  font-family: "Kenyan_Coffee_regular", sans-serif;
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 2.2em;
  text-align: center;
  color: #39ff14;
  text-transform: uppercase;
}

#premios .carousel-item p {
  font-family: "Amsiprocond-Regular", sans-serif;
  margin-top: 5px;
  text-align: center;
  font-size: 1.2em;
  color: #000;
  text-transform: uppercase;
}

#premios .carousel-item img {
  border: 1px solid #39ff14;
}

@media (max-width: 768px) {
  #premios .premios,
  #premios .premios .row,
  #premios .premios .col {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
}

/**
*** clientes
**/

#clientes {
  margin: 0px 0px;
  padding-bottom: 10px;
  background: #fff url(../img/bg-lines-02.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#clientes .section {
  position: relative;
  padding: 5% 15px;
  width: auto;
  margin: 0px 0px;
}

#clientes .logos a {
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#clientes .logos a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#clientes .logos img {
  width: 100%;
}

#clientes .logos-grupo {
  position: absolute;
  left: 0px;
  bottom: 72px;
  top: 150px;
  max-width: 150px;
}

#clientes .logos-content {
  position: sticky;
  padding: 0px 20px 0px 15px;
  bottom: 150px;
  top: 165px;
  width: 100%;
  display: flex;
  background: #000;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#clientes .logos-content .triangulo-top {
  /*top: -69px;*/
  -webkit-transform: translateY(-97%);
  transform: translateY(-97%);
}

#clientes .logos-content .triangulo-bottom {
  /*top: -69px;*/
  -webkit-transform: translateY(96%) rotate(180deg);
  transform: translateY(96%) rotate(180deg);
}

#clientes .logos-content ul li {
  margin-bottom: 25px;
}

#clientes .logos-content ul li:nth-child(1) {
  margin-top: 25px;
}

#clientes .logos-content ul li a img {
  max-width: 100%;
}

#clientes .logos-content ul li.inactive img {
  filter: grayscale(100%) brightness(200%);
}

#clientes .logos-content ul li a {
  display: block;
}

#clientes .logos-content ul li:nth-child(1) a {
  padding: 0px 20px;
}

#clientes .logos-content ul li:nth-child(2) a {
  padding: 0px 25px;
}

#clientes .logos-content ul li:nth-child(3) a {
  padding: 0px 20px;
}

#clientes .logos-content ul li:nth-child(4) a {
  padding: 0px 5px;
}

#clientes .logos-content ul li:nth-child(5) a {
  padding: 0px 20px;
}

#clientes .logos-content ul li:nth-child(6) a {
  padding: 0px 20px;
}

#clientes .logos-content ul li:nth-child(7) a {
  padding: 0px 20px;
}

@media (max-width: 768px) {
  #clientes .logos-grupo {
    display: none;
  }
}

/**
*** contatos
**/

#contatos {
  background: #3c6b2c;
  margin: 0px 0px;
  padding-bottom: 10px;
}

#contatos .section {
  position: relative;
  padding: 1% 15px;
  width: auto;
  margin: 0px 0px;
}

#contatos .container {
  padding: 25px 0px;
}

#contatos img {
  width: 100%;
}

#contatos .social-icons {
  margin-top: 25px;
}

#contatos .social-icons ul li {
  float: left;
  margin-right: 15px;
}

#contatos .social-icons ul li a {
  background: #fff;
}

#contatos .social-icons ul li a i {
  color: #39ff14;
}

#contatos .email {
  margin-top: 40px;
  margin-bottom: 40px;
}

#contatos .map {
  margin-top: 25px;
  margin-bottom: 25px;
}

#contatos .dados {
  margin-bottom: 15px;
}

#contatos .dados a {
  font-family: "Intro-Regular";
}

#contatos .dados span {
  position: relative;
  font-size: 1.2em;
  text-align: left;
  top: -9px;
  left: 5px;
}

#contatos .dados .fa {
  position: relative;
  font-size: 2rem !important;
  top: -0.3rem;
}

#contatos .social-icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 10rem;
  margin-right: 15px;
}

#contatos .btn-submit {
  color: #39ff14;
  background: #fff;
}

#contatos .btn-enviando {
  display: none;
  color: #39ff14;
  background: #000;
}

#contatos .btn-sucesso {
  color: #000;
  background: rgba(236, 221, 0);
}

#contatos .loading-contact {
  display: none;
}

#contatos input {
  background: rgba(255, 255, 255, 0);
}

#contatos .input-field {
  margin-bottom: 0px;
}

/* label color */

#contatos .input-field label {
  color: #fff;
}

/* label focus color */

#contatos .input-field input.valid + label,
#contatos .input-field input:focus + label {
  color: #fff;
}

/* label underline focus color */

#contatos .input-field textarea,
#contatos .input-field input[type="text"],
#contatos .input-field input[type="email"] {
  border-bottom: 1px solid #fff;
  box-shadow: 0 0 0 0 #000;
}

#contatos .input-field input[type="text"]:focus,
#contatos .input-field input[type="email"]:focus {
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 0 0 #000;
}

/* valid color */

#contatos .input-field input[type="text"].valid,
#contatos .input-field input[type="email"].valid {
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 0 0 #000;
}

/* invalid color */

#contatos .input-field textarea.invalid + label,
#contatos .input-field input[type="text"].invalid,
#contatos .input-field input[type="email"].invalid {
  border-bottom: 1px solid #fff552;
  box-shadow: 1 1px 0 0 #fff552;
}

#contatos .input-field input.invalid + label,
#contatos .input-field .helper-text:after,
#contatos .input-field input.invalid + label + span {
  color: #fff552;
}

@media (max-width: 768px) {
  #contatos .border-right {
    border-right: 0px solid;
    border-bottom: 2px solid #fff;
    padding: 0 0 25px 0;
    margin-bottom: 25px;
  }
  #contatos .btn-large {
    width: 55px;
    height: 55px;
    padding: 0px 1px 3px 0px;
  }
  #contatos .social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
  }
  #contatos .social-icons ul li:last-child {
    margin-right: 0px;
  }
}

/* icon prefix focus color 

#contatos .input-field .prefix.active {
    color: #000;
}*/

/**
*** footer
**/

#footer {
  padding: 20px 0px 0px 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  background: #000;
}

#footer .container {
  max-width: 800px;
}

#footer .logo img {
  width: 120px;
}

#footer p {
  font-family: "Intro-Light";
  text-transform: uppercase;
  text-align: right;
  color: #fff;
  margin-top: 10px;
}

@media (max-width: 768px) {
  #footer,
  #footer p {
    text-align: center;
  }
  #footer p {
    font-size: 0.9em;
  }
}

/**
*** area-restrita
**/

#area-restrita .topo h4 {
  text-align: center;
  text-transform: uppercase;
}

#area-restrita .portal-cliente {
  text-align: center;
}

#area-restrita .portal-cliente h5 {
  text-transform: uppercase;
}

#area-restrita .portal-cliente .logo {
  margin-top: 15px;
  margin-bottom: 0px;
  width: 100px;
}

#area-restrita .texto p {
  margin-top: 25px;
  margin-bottom: 0px;
  font-size: 0.9em;
  text-align: justify;
}

#area-restrita .portal-cliente ul li {
  float: left;
  margin-right: 5px;
}
#area-restrita .portal-cliente ul li img {
  height: 30px;
}

#area-restrita .input-field label {
  color: #fff;
}

#area-restrita .input-field input[type="text"]:focus + label {
  color: #fff;
}

#area-restrita .input-field .prefix.active {
  color: #fff;
}

#area-restrita .select-dropdown {
  color: #fff;
}

#area-restrita .rodape {
  margin-top: 25px;
}

#area-restrita .rodape p {
  font-size: 0.7em;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  #area-restrita {
    height: auto;
    overflow: auto;
    background: #000;
  }
  #area-restrita .modal .bg-modal {
    height: auto;
    background-repeat: repeat-y;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

/**
*** video-home
**/

.video-content {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  min-height: 80vh;
}
