:root {
  --primary:  #01554F;
  --secondary:  #FF8A19;
}
html, body {
  font-family: "Open Sans", Sans-serif;
  color: #676767;
  line-height: 2;
}
.logo-primary {
  font-family: 'LeagueSpartan-Bold','Open Sans', Sans-serif,'Roboto', 'Trebuchet MS';
}
@font-face {
  font-family: 'LeagueSpartan-Bold';
  font-style: normal;
  src: url('fonts/LeagueSpartan-Bold.otf') format('otf');
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.h1-style, .h2-style, .h3-style, .h4-style, .h5-style, .h6-style {
  font-family: Roboto;
  font-weight: 800;
  color: var(--secondary);
  line-height: 1.2;
}
h4, h5, h6,
.h4, .h5, .h6,
.h4-style, .h5-style, .h6-style {
  font-weight: 600;
  color: #2C3847;
  line-height: 1.5;
}
h1, .h1, .h1-style {
  font-family: "Lobster", Sans-serif;
}

h1, .h1, .h1-style {
  font-size: 2em;
}
h2, .h2, .h2-style {
  font-size: 1.8em;
}
h3, .h3, .h3-style {
  font-size: 1.6em;
}
h4, .h4, .h4-style {
  font-size: 1.4em;
}
h5, .h5, .h5-style {
  font-size: 1.2em;
}
h6, .h6, .h6-style {
  font-size: 1.1em;
}
@media (min-width: 992px) {
  h1,.h1-style {
    font-size: 3em;
  }
  h2,.h2-style {
    font-size: 2.0em;
  }
  h3,.h3-style {
    font-size: 1.8em;
  }
  h4,.h4-style {
    font-size: 1.6em;
  }
  h5,.h5-style {
    font-size: 1.4em;
  }
  h6,.h6-style {
    font-size: 1.2em;
  }
}
a,h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover,.not-found .page-title {
color: #44596c;
}
a:hover {
color: #4671ff;
}

.elementor-element.elementor-element-cc8eecb .jet-headline__first .jet-headline__label {
    font-family: "Lobster", Sans-serif !important;
    text-shadow: 4px 4px 2px var(--secondary);
    background-image: none;
}
.jet-headline .headline__part--image-text .jet-headline__label {
    color: #897a7a !important;
}

.jet-headline__first .jet-headline__label,
.elementor-heading-title {
    color: var(--secondary) !important;
}
.jet-button__label {
    font-family: "Lobster", Sans-serif !important;
    text-transform: none !important;
}
.jet-button__instance,
.elementor-element.elementor-element-65b3 .wpcf7 input.wpcf7-submit {
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
}
.jet-button__instance:hover {
    background-color: rgba(159,171,181,0.5) !important;
    border-color: rgba(159,171,181,0.5) !important;
}

.elementor-progress-bar,
nav.main-navigation > .tm-mega-menu .tm-mega-menu-top-item.tm-mega-menu-has-children.current-menu-item > a:before,
nav.main-navigation > .tm-mega-menu .tm-mega-menu-top-item.current-menu-item > a:before,
nav.main-navigation > .tm-mega-menu .tm-mega-menu-top-item.tm-mega-menu-has-children > a:before,
nav.main-navigation > .tm-mega-menu .tm-mega-menu-top-item > a:before {
    background-color: var(--secondary) !important;
}


.text-primary {
  color: var(--secondary) !important;
}

.text-secondary {
  color: #2C3847 !important;
}
.bg-primary {
  background-color: var(--primary) !important;
}

.bg-secondary {
  background-color: #DADADA !important;
}

.first-letter:first-letter {
  color: var(--secondary);
  font-size: 3em;
  font-weight: 800;
  padding: 0 20px 20px 0;
  line-height: 1.4;
  float: left;
  margin-top: -10px;
}

.circulo-circulo {
  position: absolute;
  top: 0;
  left: 0;
}
.membro-equipe {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.membro-equipe:hover:nth-child(2n-1) {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}
.membro-equipe:nth-child(2n+2) {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}
.membro-equipe:hover:nth-child(2n) {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.membro-equipe:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 1;
    background-color: rgb(255 240 240 / 90%);
    border-radius: 30px;
    box-shadow: 0px 0px 8px #771c1c;
}
.membro-equipe:hover:before {
    opacity: 0.9;
}
.membro-equipe:hover .mini-curriculo {
    opacity: 1;
    margin-top: 0;
}

.membro-equipe .mini-curriculo {
    position: absolute;
    text-align: justify;
    padding: 10px;
    line-height: 1.1;
    color: #333;
    z-index: 2;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 30px;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.display-5 {
  font-size: 1.5em;
}

.text-shadow-sm {
    text-shadow: 0 .125rem .25rem rgba(0,0,0,.95)!important;
}
.text-shadow {
    text-shadow: 0 .5rem 1rem rgba(0,0,0,.75)!important;
}
.text-shadow-lg {
    text-shadow: 0 1rem 3rem rgba(0,0,0,.75)!important;
}

.aspect-ratio {
    max-height: 10em;
    width: 100%;
    object-fit: cover;
}

.nav-item {
  position: relative;
  margin-left: 18px;
  margin-right: 18px;
}

.nav-link {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.56px;
}
.nav-link:before {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: var(--secondary) !important;
}
.nav-link:hover:before,
.active .nav-link:before {
  width: 100%;
}
.active .nav-link:hover:before {
  height: 3px;
}

.container-sm {
  width: 650px;
}

@media (max-width: 992px) {
  .carousel-caption {
    font-size: inherit;
    line-height: 1;
  }
  .carousel-caption h1 {
    font-size: 1.3em;
    line-height: 1;
    margin-bottom: 0;
  }
  .carousel-control-prev, .carousel-control-next {
    width: 10%;
  }
  .carousel .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 768px) {
  .col-md-1-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
  }
}

@media (min-width: 992px) {
  .col-lg-1-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
  }
}

@media (min-width: 1200px) {
  .col-xl-1-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
  }
}


/* Cookie */
.alert-bottom {
  position: fixed;
  display: flex;
  flex-wrap: nowrap;
  z-index: 998;
  bottom: 0;
  width: 100%;
  color: #000;
}
.shake {
  animation: shake 2.5s infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  30%, 70% {
    transform: translate3d(2px, 0, 0);
  }
  40%, 50%, 60% {
    transform: translate3d(-4px, 0, 0);
  }
  45%, 55% {
    transform: translate3d(4px, 0, 0);
  }
}
.btn_whatsapp {
  position: fixed;
  display: flex;
  flex-wrap: nowrap;
  z-index: 999;
  bottom: 0;
  right: 0;
}

.navbar-brand img {
  max-width: 100%;
  max-height: 60px;
}

.background-center,
.background-right,
.background-left {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-size: cover;
}

.background-right,
.background-left {
  background-size: 43% auto;
  /**/background-size: contain;/**/
}
.background-right {
  background-position-x: right;
}

.background-left {
  background-position-x: left;
}
.bg-body {
  background-image: url(../_img/bg-body.jpg);
}
.background-img-sucos {
  background-image: url(../_img/layout/bg/quem-somos-sucos-moenda.jpg);
}
.background-img-money {
  background-color: #a0a489;
  background-image: url(../_img/layout/bg/money.png),linear-gradient(120deg, #FFC929 0%, #ff7601 100%);
  background-size: 25% auto, 100% 100%;
  background-position: right 30% center;
}
.background-img-quem-somos {
  background-image: url(../_img/layout/bg/quem-somos.png);
  background-size: 43% auto;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .background-img-sucos,
  .background-img-quem-somos {
    background-image: none;
  }
  .background-img-mix {
    background-position: right -170% center;
  }
  .background-img-money {
    background-position: right 0% center;
  }
}
.bg-yellow {
  background-color: #FFC929;
}
