<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "YummyCupcakes";
  src: url("../fonts/YummyCupcakes.ttf");
}
@font-face {
  font-family: "gotham-book";
  src: url("../fonts/Gotham Book.otf");
}
@font-face {
  font-family: "Gotham__Black";
  src: url("../fonts/Gotham__Black.otf");
}
@font-face {
  font-family: "arial";
  src: url("../fonts/arial.ttf");
}
@font-face {
  font-family: "segoe";
  src: url("../fonts/segoe-print-2.ttf");
}
@font-face {
  font-family: "Yu_Gothic_UI_Light";
  src: url("../fonts/yugothil.ttf");
}
@font-face {
  font-family: "HP Simplified";
  src: url("../fonts/HPSimplified-Bold.ttf");
}
@font-face {
  font-family: "funtime";
  src: url("../fonts/funtime.otf");
}

@font-face {
  font-family: "gotham-light";
  src: url("../fonts/Gotham Light.otf");
}

body {
  font-family: "gotham-book", sans-serif;
  overflow-x: hidden;
}
* {
  outline: none;
}
.limpar {
  clear: both;
}
#load {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: white;
  font-size: 40px;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  color: #97e04e;
}
A:link,
A:visited,
A:active,
A:hover {
  text-decoration: none;
}
::selection,
::-moz-selection {
  color: #ffffff;
  background-color: #007336;
}
/*----------- CONFIGURAï¿½ï¿½ES BANNER ----------*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.compartilhar-redes-sociais a {
  color: #2c2c2c;
  margin-right: 20px;
  transition: all 0.5s ease-out;
  cursor: pointer;
  line-height: 16px;
  font-size: 13px;
}
@media (max-width: 767px) {
  .margem-historia-titulo {
    margin-left: 99px !important;
  }
  .ajustar-xs {
    background-size: 100% 350px !important;
  }
  .xs-50 {
    height: 50px;
  }
  .compartilhar-redes-sociais a {
    font-size: 12px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .compartilhar-redes-sociais a:hover {
    font-size: 13px !important;
  }
}
.titulo-paginas {
  font-size: 25px;
  color: #007336;
  text-align: center;
}
.titulo-paginas {
  font-size: 35px;
  color: #333;
  text-align: center;
  font-weight: 600;
  position: relative;
  margin-bottom: 50px;
}
.titulo-paginas::before {
  content: "";
  position: absolute;
  bottom: -5px;
  height: 5px;
  width: 230px;
  left: calc(50% - 115px);
  background: #007336;
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
}
.titulo-paginas::after {
  content: "";
  position: absolute;
  bottom: -5px;
  height: 5px;
  width: 115px;
  left: 50%;
  background: #ffd61f;
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
}
.box-conteudo {
  --card-drop-shadow-color: rgba(0, 0, 0, 0.5);
  display: block;
  overflow: hidden;
  --ea-animation-index: 0;
  position: relative;
  width: 100%;
  animation: dropDefault 0.5s;
  box-shadow: 0 3px 10px -2px var(--card-drop-shadow-color);
  transition: all ease 0.5s;
}
.box-conteudo:hover {
  animation: liftCard 0.5s;
  box-shadow: 2px 30px 28px -2px var(--card-drop-shadow-color);
  transform: translate3d(0, -10px, 0);
  transition: all ease 0.5s;
}
.box-texto {
  padding: 35px 25px;
}
.box-foto {
  background-size: cover;
  background-position: top center;
  height: 220px;
}
.titulo {
  color: #007336;
  font-weight: 800;
  font-size: 16px;
}
.resumo {
  font-weight: 600;
  font-size: 22px;
  color: #333;
}
/*******************************/
/*******************************/
/*******************************/
/*******************************/
.h-bg-cor1 {
  background-color: #ff6600;
}
.h-bg-cor2 {
  background-color: #ffcc29;
}
.banner-bg {
  width: 100%;
  height: 100%;
  background-position: bottom !important;
  background-size: cover !important;
  position: relative;
  background-repeat: no-repeat !important;
}
.banner-bg .banner-interno {
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
@media (max-width: 768px) {
  .banner-bg {
    height: 300px;
  }
}
/**************/
/**************/
/**************/
.owl-carousel-galeria-produto {
  position: relative;
}
.owl-carousel-galeria-produto .btn-carousel-left {
  position: absolute;
  z-index: 15;
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  background: #0057a6;
  color: #ffffff;
  left: -30px;
  top: calc(50% - 25px);
  transition: all 0.5s ease-out;
}
.owl-carousel-galeria-produto .btn-carousel-left:hover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (max-width: 768px) {
  .owl-carousel-galeria-produto .btn-carousel-left {
    left: 0px;
  }
}
.owl-carousel-galeria-produto .btn-carousel-right {
  position: absolute;
  z-index: 20;
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  background: #0057a6;
  color: #ffffff;
  right: -30px;
  top: calc(50% - 25px);
  transition: all 0.5s ease-out;
}
.owl-carousel-galeria-produto .btn-carousel-right:hover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (max-width: 768px) {
  .owl-carousel-galeria-produto .btn-carousel-right {
    right: 0px;
  }
}
.owl-carousel-galeria-produto2 {
  position: relative;
}
.owl-carousel-galeria-produto2 .btn-carousel-left {
  position: absolute;
  z-index: 15;
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  background: #0057a6;
  color: #ffffff;
  left: -30px;
  top: calc(50% - 25px);
  transition: all 0.5s ease-out;
}
.owl-carousel-galeria-produto2 .btn-carousel-left:hover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (max-width: 768px) {
  .owl-carousel-galeria-produto2 .btn-carousel-left {
    left: 0px;
  }
}
.owl-carousel-galeria-produto2 .btn-carousel-right {
  position: absolute;
  z-index: 20;
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  background: #0057a6;
  color: #ffffff;
  right: -30px;
  top: calc(50% - 25px);
  transition: all 0.5s ease-out;
}
.owl-carousel-galeria-produto2 .btn-carousel-right:hover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (max-width: 768px) {
  .owl-carousel-galeria-produto2 .btn-carousel-right {
    right: 0px;
  }
}
/**************/
/**************/
/**************/
.owl-carousel-h-produtos {
  position: relative;
}
.owl-carousel-h-produtos .btn-carousel-left {
  position: absolute;
  z-index: 15;
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  background: #0057a6;
  color: #ffffff;
  left: 15px;
  top: calc(50% - 57.5px);
  transition: all 0.5s ease-out;
}
.owl-carousel-h-produtos .btn-carousel-left:hover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  cursor: pointer;
}
.owl-carousel-h-produtos .btn-carousel-right {
  position: absolute;
  z-index: 20;
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  background: #0057a6;
  color: #ffffff;
  right: 15px;
  top: calc(50% - 57.5px);
  transition: all 0.5s ease-out;
}
.owl-carousel-h-produtos .btn-carousel-right:hover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  cursor: pointer;
}
/*owl-carousel-h-produtos*/
.h-box-sucos {
  width: 100%;
  height: 300px;
  overflow: hidden;
  text-align: center;
  position: relative;
  /*.wrapper*/
  /*hover*/
}
.h-box-sucos .h-sucos-bg-1 {
  background-color: #f8dd26;
  transition: all 0.5s ease;
}
.h-box-sucos .h-sucos-bg-2 {
  background-color: #93c236;
  transition: all 0.5s ease;
}
.h-box-sucos .h-sucos-bg-3 {
  background-color: #642a69;
  transition: all 0.5s ease;
}
.h-box-sucos .h-sucos-bg-4 {
  background-color: #f58634;
  transition: all 0.5s ease;
}
.h-box-sucos .h-sucos-bg-5 {
  background-color: #f48884;
  transition: all 0.5s ease;
}
.h-box-sucos .wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.h-box-sucos .wrapper .h-sucos-50 {
  float: left;
  width: 50%;
  height: 100%;
}
.h-box-sucos .wrapper .produto {
  position: absolute;
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
  transition: all 0.5s ease;
}
.h-box-sucos .wrapper .descricao {
  position: absolute;
  width: 115px;
  z-index: 9;
  left: 105%;
  top: 5%;
  transition: all 0.5s ease;
  text-align: left;
}
.h-box-sucos .wrapper .descricao .linha {
  width: 100%;
  line-height: 20px;
  height: 20px;
}
.h-box-sucos .wrapper .descricao .linha .icon {
  float: left;
  width: 0px;
  height: 0px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  transition: all 1s ease;
}
.h-box-sucos .wrapper .descricao .linha .label {
  float: left;
  width: calc(100% - 13px);
  line-height: 20px;
  text-align: left;
  font-family: "YummyCupcakes", sans-serif;
  font-size: 20px;
  font-weight: normal;
  text-shadow: 0.5px 0px 0px #0a8800, -0.5px 0px 0px #0a8800,
    0px 0.5px 0px #0a8800, 0px -0.5px 0px #0a8800;
}
.h-box-sucos .wrapper .produto2 {
  background-size: contain;
  background-image: url("../imgs/h-limao.png");
  background-repeat: no-repeat;
  background-position: center;
}
.h-box-sucos .wrapper .produto1 {
  background-size: contain;
  background-image: url("../imgs/h-uva.png");
  background-repeat: no-repeat;
  background-position: center;
}
.h-box-sucos .wrapper .produto0 {
  background-size: contain;
  background-image: url("../imgs/h-laranja.png?1");
  background-repeat: no-repeat;
  background-position: center;
}
.h-box-sucos .wrapper .produto3 {
  background-size: contain;
  background-image: url("../imgs/h-goiaba.png?1");
  background-repeat: no-repeat;
  background-position: center;
}
.h-box-sucos .wrapper .produto4 {
  background-size: contain;
  background-image: url("../imgs/h-laranja-acerola.png?1");
  background-repeat: no-repeat;
  background-position: center;
}
.h-box-sucos:hover {
  /*.wrapper*/
}
.h-box-sucos:hover .wrapper .h-sucos-bg-1 {
  width: 30% !important;
  transition: all 1s ease;
}
.h-box-sucos:hover .wrapper .h-sucos-bg-1 #s img {
  transition: all 1.1s ease;
}
@media (min-width: 768px) {
  .h-box-sucos:hover .wrapper .h-sucos-bg-1 #s img {
    margin-top: 150% !important;
  }
}
@media (min-width: 1920px) {
  .h-box-sucos:hover .wrapper .h-sucos-bg-1 #s img {
    margin-top: 100% !important;
  }
}
@media (max-width: 768px) {
  .h-box-sucos:hover .wrapper .h-sucos-bg-1 {
    width: 40% !important;
    transition: all 1s ease;
  }
}
.h-box-sucos:hover .wrapper .h-sucos-bg-2 {
  width: 70% !important;
  transition: all 1s ease;
}
@media (max-width: 768px) {
  .h-box-sucos:hover .wrapper .h-sucos-bg-2 {
    width: 60% !important;
    transition: all 1s ease;
  }
}
.h-box-sucos:hover .wrapper .h-sucos-bg-3 {
  width: 70% !important;
  transition: all 1s ease;
}
@media (max-width: 768px) {
  .h-box-sucos:hover .wrapper .h-sucos-bg-3 {
    width: 60% !important;
    transition: all 1s ease;
  }
}
.h-box-sucos:hover .wrapper .h-sucos-bg-4 {
  width: 70% !important;
  transition: all 1s ease;
}
@media (max-width: 768px) {
  .h-box-sucos:hover .wrapper .h-sucos-bg-4 {
    width: 60% !important;
    transition: all 1s ease;
  }
}
.h-box-sucos:hover .wrapper .h-sucos-bg-5 {
  width: 70% !important;
  transition: all 1s ease;
}
@media (max-width: 768px) {
  .h-box-sucos:hover .wrapper .h-sucos-bg-5 {
    width: 60% !important;
    transition: all 1s ease;
  }
}
.h-box-sucos:hover .wrapper .produto {
  width: 50%;
  left: -5px;
  top: 37%;
  transition: all 1s ease;
}
@media (max-width: 768px) {
  .h-box-sucos:hover .wrapper .produto {
    width: 36% !important;
    left: 47px !important;
    top: 30% !important;
  }
}
@media (min-width: 1900px) {
  .h-box-sucos:hover .wrapper .produto {
    width: 38% !important;
    top: 35% !important;
    left: 2% !important;
  }
}
@media (min-width: 1600px) and (max-width: 1899px) {
  .h-box-sucos:hover .wrapper .produto {
    width: 43% !important;
    left: -4px !important;
    top: 36% !important;
  }
}
@media (min-width: 1366px) and (max-width: 1599px) {
  .h-box-sucos:hover .wrapper .produto {
    width: 48% !important;
    left: -7px !important;
    top: 37% !important;
  }
}
.h-box-sucos:hover .wrapper .descricao {
  left: 25%;
  transition: all 1s ease;
}
.h-box-sucos:hover .wrapper .icon {
  width: 206px !important;
  height: 260px !important;
  margin-left: -33% !important;
  margin-top: -3% !important;
}
@media (min-width: 1900px) {
  .h-box-sucos:hover .wrapper .icon {
    width: 255px !important;
    height: 286px !important;
    margin-left: -28% !important;
    margin-top: -5% !important;
  }
}
@media (min-width: 1366px) and (max-width: 1599px) {
  .h-box-sucos:hover .wrapper .icon {
    width: 222px !important;
    height: 273px !important;
    margin-left: -41% !important;
    margin-top: -4% !important;
  }
}
@media (min-width: 1600px) and (max-width: 1899px) {
  .h-box-sucos:hover .wrapper .icon {
    width: 234px !important;
    height: 269px !important;
    margin-left: -31% !important;
  }
}
@media (max-width: 767px) {
  .h-box-sucos:hover .wrapper .icon {
    width: 234px !important;
    height: 269px !important;
    margin-left: 7px !important;
  }
}
/*h-box-sucos*/
.h-box-contato {
  width: 100%;
  background-size: cover !important;
  background-position: right bottom;
}
.h-box-contato .centraliza-titulo {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.h-box-contato .centraliza-titulo img {
  max-width: 70%;
  max-height: 260px;
  margin-bottom: 25px;
}
.h-box-contato .centraliza-titulo .sub {
  width: 70%;
  min-height: 45px;
  background: #0057a6;
  border: solid 2px #ffffff;
  line-height: 45px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
}
.h-box-contato .h-100 {
  height: 100%;
}
@media (max-width: 767px) {
  .h-box-contato .h-100 {
    height: auto;
    min-height: 350px;
  }
}
.h-box-contato .h-contato-telefones {
  position: absolute;
  right: 50px;
  top: 50px;
}
.h-box-contato .h-contato-telefones .h-contato-telefone {
  width: 100%;
  height: 55px;
  line-height: 55px;
  padding-left: 50px;
  background-repeat: no-repeat !important;
  background-position: left !important;
}
.h-box-contato .h-contato-telefones .h-contato-telefone p {
  font-family: "Gotham";
  color: #0057a6;
  font-size: 20px;
  margin: 0px;
  padding: 0px;
  line-height: 55px;
  text-shadow: 1px 0px 0px #ffffff, -1px 0px 0px #ffffff, 0px 1px 0px #ffffff,
    0px -1px 0px #ffffff;
}
.fale-conosco {
  position: relative;
  display: inline-block;
}
.fale-conosco::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid #ffffff;
  border-radius: 33px;
  top: 0px;
  left: 0px;
}
.fale-conosco::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-radius: 33px;
  top: 2px;
  left: 1px;
}
.fale-conosco .saiba {
  color: white;
  font-size: 25px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  font-weight: 900;
  float: left;
  width: 50%;
  height: 65px;
  line-height: 65px;
  text-align: left;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .fale-conosco .saiba {
    font-size: 18px !important;
    padding-left: 20px;
  }
}
.fale-conosco .telefone {
  text-align: right;
  padding-right: 30px;
  padding-left: 50px;
  width: 50%;
  float: left;
  height: 65px;
  line-height: 65px;
}
@media (max-width: 767px) {
  .fale-conosco .telefone {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.fale-conosco .telefone .h-contato-telefone-2 {
  width: 100%;
  padding-left: 50px;
  background-repeat: no-repeat !important;
  background-position: left !important;
}
@media (max-width: 767px) {
  .fale-conosco .telefone .h-contato-telefone-2 {
    background-size: 25px 25px;
    padding-left: 30px;
  }
}
.fale-conosco .telefone .h-contato-telefone-2 p {
  font-family: "Gotham";
  white-space: nowrap;
  color: #0057a6;
  font-size: 20px;
  height: 65px;
  line-height: 65px;
  margin: 0px;
  padding: 0px;
  text-shadow: 2px 0px 0px #ffffff, -2px 0px 0px #ffffff, 0px 2px 0px #ffffff,
    0px -2px 0px #ffffff;
}
@media (max-width: 767px) {
  .fale-conosco .telefone .h-contato-telefone-2 p {
    font-size: 17px;
  }
}
/*h-box-contato*/
/**************/
/**************/
/**************/
/**************/
.secao-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: bottom !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.secao-wrapper-centro {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .secao-wrapper-centro {
    width: 100%;
    position: relative;
    top: 0;
    transform: none;
  }
}
.btn-padrao {
  border-radius: 0px;
  background-color: #0057a6;
  color: #ffffff;
  height: 68px;
  border: solid 1px #ffffff;
  opacity: 0.8;
  font-size: 28px;
  line-height: 68px;
  padding: 0px 30px;
  transition: all 0.5s ease;
}
.btn-padrao:hover,
.btn-padrao:focus {
  color: #ffffff;
  background-color: #003c73;
}
.btn-padrao-sm {
  border-radius: 0px;
  background-color: #0057a6;
  color: #ffffff;
  border: solid 1px #ffffff;
  opacity: 0.8;
  transition: all 0.5s ease;
}
.btn-padrao-sm:hover,
.btn-padrao-sm:focus {
  color: #ffffff;
  background-color: #003c73;
}
/**************/
/**************/
@media (max-width: 768px) {
  .sec-empresa {
    padding: 100px 0px;
  }
}
@media (max-width: 768px) {
  .sec-empresa2 {
    padding: 50px 0px;
    padding-bottom: 80px;
  }
}
.h-empresa {
  width: 100%;
  height: 56px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .h-empresa {
    height: auto;
  }
}
.h-empresa .texto {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .h-empresa .texto {
    position: relative;
    top: 0px;
    transform: none;
  }
}
.h-empresa::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 56px;
  background-color: #f58634;
  opacity: 0.8;
  left: 0;
}
.h-box-botao {
  width: 100%;
  text-align: right;
}
@media (max-width: 768px) {
  .h-box-botao {
    display: block;
    text-align: center;
  }
  .h-box-botao img {
    float: none;
    text-align: center;
  }
}
/**************/
/**************/
.h-blog-box-titulo {
  height: 130px;
  width: 100%;
  position: relative;
  background-color: rgba(255, 242, 18, 0.8);
}
.h-blog-box-titulo .h-blog-titulo {
  color: #ffffff;
  text-align: center;
  font-family: "Gotham", "gotham-book", sans-serif;
  font-size: 110px;
  text-shadow: 0px 0px 10px #969696;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 30px;
  left: 0px;
}
.h-blog-box-titulo::before {
  position: absolute;
  content: "";
  right: 100%;
  top: 0px;
  width: 2000px;
  height: 100%;
  background-color: rgba(255, 242, 18, 0.8);
}
.h-blog-banner {
  margin-top: 30px;
  border: solid 1px #fff212;
  width: 100%;
  padding: 0px 15px 15px 15px;
}
.h-blog-banner .box-foto {
  height: 250px;
  background-size: cover !important;
  background-position: top center !important;
}
.h-blog-banner .h-blog-banner-titulo {
  font-size: 25px;
  font-weight: bolder;
  padding-top: 15px;
  color: white;
}
.h-blog-banner img {
  max-width: 100%;
}
.h-blog-mt {
  width: 100%;
  height: 65px;
}
.botao-padrao {
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.45);
  color: white;
  font-size: 22px;
  display: table;
  margin: 20px auto;
  position: relative;
}
@media (max-width: 1400px) {
  .botao-padrao {
    display: block;
    margin-left: 40px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.botao-padrao::after {
  content: "";
  position: absolute;
  top: -7px;
  left: -26px;
  border-radius: 25px;
  height: 50px;
  width: 275px;
  border: 3px solid white;
}
.botao-padrao::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -24px;
  border-radius: 25px;
  height: 50px;
  width: 275px;
  border: 3px solid rgba(0, 0, 0, 0.2);
}
.this::before {
  position: absolute;
  content: "";
  top: -20px;
  right: 0px;
  background-image: url("../imgs/fundo-blog.png");
  width: 286px;
  height: 612px;
  background-repeat: no-repeat;
  background-position: top right;
}
@media (max-width: 767px) {
  .this::before {
    display: none;
  }
}
.this::after {
  position: absolute;
  content: "";
  bottom: -25px;
  right: 10px;
  background-image: url("../imgs/umalaranja.png");
  width: 388px;
  height: 218px;
  z-index: 44;
  background-repeat: no-repeat;
  background-position: top right;
}
@media (max-width: 992px) {
  .this::after {
    display: none;
  }
}
.bot-saiba {
  transition: all ease-in-out 0.4s;
}
.bot-saiba:hover {
  transition: all ease-in-out 0.4s;
  transform: translate3d(0px, -12px, 0px);
}
.h-blog-box-publicacao {
  border: solid 1px #ffcc29;
  width: 100%;
  color: #ffffff;
}
.h-blog-box-publicacao:hover .h-blog-box-publicacao-titulo {
  width: 102% !important;
  transition: all 1s ease;
}
.h-blog-box-publicacao .h-blog-publicacao-titulo {
  color: #ffffff;
  text-align: center;
  font-family: "Gotham", "gotham-book", sans-serif;
  text-shadow: 0px 0px 10px #969696;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 25px;
  top: 8px;
  left: 0px;
}
.h-blog-box-publicacao .h-blog-box-publicacao-titulo {
  width: 80% !important;
  margin-top: 8px;
  height: 50px;
  position: relative;
  background-color: rgba(255, 242, 18, 0.8);
  transition: all 1s ease;
}
.h-blog-box-publicacao .h-blog-box-publicacao-titulo::before {
  position: absolute;
  content: "";
  right: 100%;
  top: 0px;
  width: 10px;
  height: 100%;
  background-color: rgba(255, 242, 18, 0.8);
}
.h-blog-box-publicacao .h-blog-conteudo {
  width: 100%;
  height: 60px;
  margin: 20px 0px;
  padding: 0px 15px;
  color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .h-blog-mt {
    height: 15px;
  }
  .h-blog-banner img {
    max-height: 200px;
  }
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
.owl-carousel-h {
  position: relative;
  /*.item*/
}
.owl-carousel-h .btn-carousel-left {
  position: absolute;
  z-index: 30;
  width: 95px;
  height: 115px;
  font-size: 30px;
  line-height: 115px;
  text-align: center;
  background: #0057a6;
  color: #ffffff;
  left: 0;
  top: calc(50% - 57.5px);
  transition: all 0.5s ease-out;
}
.owl-carousel-h .btn-carousel-left:hover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (max-width: 768px) {
  .owl-carousel-h .btn-carousel-left {
    width: 45px;
    height: 60px;
    line-height: 60px;
    top: calc(50% - 30px);
    left: 0;
  }
}
.owl-carousel-h .btn-carousel-right {
  position: absolute;
  z-index: 30;
  width: 95px;
  height: 115px;
  font-size: 30px;
  line-height: 115px;
  text-align: center;
  background: #0057a6;
  color: #ffffff;
  right: 0;
  top: calc(50% - 57.5px);
  transition: all 0.5s ease-out;
}
.owl-carousel-h .btn-carousel-right:hover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (max-width: 768px) {
  .owl-carousel-h .btn-carousel-right {
    width: 45px;
    height: 60px;
    line-height: 60px;
    top: calc(50% - 30px);
    right: 0px;
  }
}
.owl-carousel-h .item {
  padding: 30px;
  /*h-carousel-box-foto*/
}
@media (max-width: 768px) {
  .owl-carousel-h .item {
    padding: 0px;
  }
}
.owl-carousel-h .item:hover .h-carousel-box-foto .h-carousel-box-legenda {
  opacity: 1;
  transition: all 1s ease;
}
.owl-carousel-h
  .item:hover
  .h-carousel-box-foto
  .h-carousel-box-legenda
  .h-carousel-box-legenda-conteudo
  .h-carousel-box-legenda-conteudo-descricao {
  position: absolute;
  left: 0px;
  transition: all 1s ease;
}
.owl-carousel-h .item .h-carousel-box-foto {
  height: 600px;
  width: 100%;
  position: relative;
  /*.h-carousel-box-legenda*/
  /*.h-carousel-foto*/
}
@media (max-width: 768px) {
  .owl-carousel-h .item .h-carousel-box-foto {
    height: 300px;
  }
}
.owl-carousel-h .item .h-carousel-box-foto .h-carousel-box-legenda {
  z-index: 5;
  position: absolute;
  top: 50px;
  left: 0px;
  width: 100%;
  min-height: 160px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  padding-bottom: 15px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .owl-carousel-h .item .h-carousel-box-foto .h-carousel-box-legenda {
    top: 15px;
    min-height: 70px;
    padding-bottom: 0px;
  }
}
.owl-carousel-h
  .item
  .h-carousel-box-foto
  .h-carousel-box-legenda
  .h-carousel-box-legenda-conteudo {
  float: right;
  position: relative;
  font-size: 17px;
  margin-right: 15px;
  padding-top: 70px;
  width: 450px;
}
@media (max-width: 768px) {
  .owl-carousel-h
    .item
    .h-carousel-box-foto
    .h-carousel-box-legenda
    .h-carousel-box-legenda-conteudo {
    font-size: 14px;
    width: 80%;
    margin-right: 0px;
  }
}
.owl-carousel-h
  .item
  .h-carousel-box-foto
  .h-carousel-box-legenda
  .h-carousel-box-legenda-conteudo
  .h-carousel-box-legenda-conteudo-titulo {
  position: absolute;
  top: 5px;
  height: 50px;
  font-size: 30px;
  line-height: 50px;
  background-color: rgba(0, 87, 166, 0.6);
  width: calc(100% + 75px);
  padding-left: 60px;
  left: -60px;
  z-index: 10;
}
@media (max-width: 768px) {
  .owl-carousel-h
    .item
    .h-carousel-box-foto
    .h-carousel-box-legenda
    .h-carousel-box-legenda-conteudo
    .h-carousel-box-legenda-conteudo-titulo {
    font-size: 22px;
    padding-left: 15px;
  }
}
.owl-carousel-h
  .item
  .h-carousel-box-foto
  .h-carousel-box-legenda
  .h-carousel-box-legenda-conteudo
  .h-carousel-box-legenda-conteudo-descricao {
  position: absolute;
  width: 450px;
  left: 500px;
  transition: all 1s ease;
}
@media (max-width: 768px) {
  .owl-carousel-h
    .item
    .h-carousel-box-foto
    .h-carousel-box-legenda
    .h-carousel-box-legenda-conteudo
    .h-carousel-box-legenda-conteudo-descricao {
    display: none;
  }
}
.owl-carousel-h .item .h-carousel-box-foto .h-carousel-foto {
  z-index: 3;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border: solid 30px #ffffff;
}
@media (max-width: 768px) {
  .owl-carousel-h .item .h-carousel-box-foto .h-carousel-foto {
    border: solid 10px #ffffff;
    position: relative !important;
  }
}
.owl-carousel-h .item .h-carousel-box-foto::before,
.owl-carousel-h .item .h-carousel-box-foto::after {
  z-index: 1;
  position: absolute;
  content: "";
  bottom: 30px;
  left: 20px;
  width: 50%;
  height: 50px;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 30px 20px 10px #000000;
  -moz-box-shadow: 0 30px 20px 10px #000000;
  box-shadow: 0 30px 20px 10px #000000;
  opacity: 0.4;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.owl-carousel-h .item .h-carousel-box-foto::after {
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
  right: 20px;
  left: auto;
}
/*.owl-carousel-h*/
/*Guilherme*/
/*copy*/
.section-copy {
  position: relative;
  background-image: url("/imgs/rodape_background_2.png");
  background-size: 100% 100%;
}

.section-copy::before {
  position: absolute;
  content: "";
  background-image: url(/imgs/rodape_caixa.png);
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
  width: 30%;
  height: 100%;
  top: -70px;
  left: 60px;
}

.section-copy::after {
  position: absolute;
  content: "";
  background-image: url(/imgs/rodape_arvore_garrafa_folhas.png);
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  z-index: 0;
  width: 730px;
  height: 100%;
  top: 0px;
}

@media (max-width: 768px) {
  .section-copy::before {
    content: none;
  }
  .section-copy::after {
    content: none;
  }
}

@media (max-width: 1366px) {
  .section-copy::after {
    width: 495px;
  }
}
@media (max-width: 1740px) {
  .section-copy::after {
    width: 650px;
  }
}
@media (max-width: 1640px) {
  .section-copy::after {
    width: 640px;
  }
}

@media (max-width: 1600px) {
  .section-copy::after {
    width: 540px;
  }
}

@media (max-width: 1440px) {
  .section-copy::after {
    width: 450px;
  }
}

@media (max-width: 1200px) {
  .section-copy {
    background-image: url("/imgs/rodape_background_2.png") !important;
  }
}

.container-fale-consco {
  justify-content: center;
  display: flex;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 178px;
}

@media (max-width: 1200px) {
  .container-fale-consco {
    margin-top: 0;
    margin-bottom: 500px;
  }
}

@media (max-width: 750px) {
  .container-fale-consco {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

.section-copy .parceiros-copy {
  width: 110px;
  float: left;
  background: #ffd61f;
  border-top: solid 4px #f58634;
}
.section-copy .parceiros-copy .box-img {
  padding: 15px;
  text-align: center;
}
.section-copy .parceiros-copy .box-img img {
  max-height: 50px;
}
.bg-gray {
  color: #000;
  background-color: #d2d6de !important;
}
.section-copy .logo-copy {
  max-height: 180px;
  margin-top: -65px;
}
.section-copy .titulo-copy {
  font-size: 20px;
  line-height: 20px;
  color: #5e5e5e;
  /* border-bottom: dashed 2px #FFD61F; */
  padding-bottom: 5px;
  margin-bottom: 5px;
  margin-top: 30px;
  margin-right: 17px;
}
.section-copy .titulo-copy-2 {
  margin: 20px 5px 0px 5px;
  font-size: 15px;
  padding-bottom: 5px;
  line-height: 26px;
  color: #a9abae;
  border-bottom: dashed 1px #fff;
  text-align: center;
}
.section-copy .btn-social-copy {
  float: left;
  height: 25px;
  width: 25px;
  margin-bottom: 0px;
  margin-right: 10px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.section-copy .btn-social-copy-2 {
  float: left;
  height: 25px;
  padding-left: 30px;
  margin-bottom: 10px;
  margin-right: 25px;
  background-size: 25px 25px;
  background-repeat: no-repeat !important;
  background-position: left !important;
}
.section-copy .btn-social-copy-2 p {
  color: #0057a6;
  margin: 0px;
  padding: 0px;
  line-height: 25px;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 1px 0px 0px #ffffff, -1px 0px 0px #ffffff, 0px 1px 0px #ffffff,
    0px -1px 0px #ffffff;
}
.section-copy .copy-informacoes {
  width: 100%;
}
.section-copy .copy-informacoes .lado-l {
  float: left;
  height: 90px;
  width: 60px;
  position: relative;
  border-right: solid 1.6px #ffffff;
  text-shadow: 1px 0px 0px #ffffff, -1px 0px 0px #ffffff, 0px 1px 0px #ffffff,
    0px -1px 0px #ffffff;
  color: #0057a6;
}
.section-copy .copy-informacoes .lado-l p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0px;
  padding: 0px;
}
.section-copy .copy-informacoes .lado-l p .f1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 20px;
  position: absolute;
  top: -10px;
}
.section-copy .copy-informacoes .lado-l p .f2 {
  font-size: 12px;
  font-weight: bold;
  line-height: 9px;
  position: absolute;
  top: 12px;
}
.section-copy .copy-informacoes .lado-r {
  float: right;
  width: calc(100% - 70px);
  min-height: 90px;
}
.section-copy .copy-informacoes .lado-r .item {
  width: 100%;
  min-height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  padding-left: 25px;
  background-repeat: no-repeat !important;
  background-position: left !important;
}
.section-copy .copy-informacoes .lado-r .item p {
  color: #0057a6;
  margin: 0px;
  white-space: nowrap;
  padding: 2px 0px 0px 5px;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 1px 0px 0px #ffffff, -1px 0px 0px #ffffff, 0px 1px 0px #ffffff,
    0px -1px 0px #ffffff;
}
.section-copy .menu-copy {
  color: #0057a6;
  padding-left: 25px;
  margin-bottom: 15px;
  float: left;
  font-size: 11px;
}
.section-copy .menu-copy li ul {
  padding-left: 15px;
  margin-bottom: 10px;
}
.section-copy .menu-copy a {
  transition: all 1s ease-in-out;
  color: #0057a6;
  font-size: 10px;
}
.section-copy .menu-copy a:hover {
  transition: all 0.3s ease-in-out;
  color: #f58634;
}
/*fim copy*/
.input-faq {
  border: 1px solid #0057a6;
  height: 34px !important;
  line-height: 40px !important;
}
.btn-faq {
  border: 1px solid #0057a6 !important;
  border-radius: 0px !important;
}
.btn-faq:focus,
.btn-faq:hover {
  background-color: #0057a6;
  color: #fff;
}
.top-distribuidor {
  margin-top: 150px;
}
@media (max-width: 767px) {
  .top-distribuidor {
    margin-top: 50px;
  }
  .section-copy .copy-informacoes {
    display: block;
    margin: 0 auto;
  }
  .encurtuar-xs {
    padding-top: 70px !important;
  }
  /*xs - copy*/
  .section-copy .titulo-copy {
    margin-top: 20px;
  }
  .section-copy .titulo-copy-2 {
    margin: 15px 15px 0px 15px;
    font-size: 20px;
    padding-bottom: 5px;
    line-height: 26px;
    text-align: left;
  }
  .section-copy .parceiros-copy {
    width: 100%;
    margin-top: 20px;
    background: #ffd61f;
    border-top: solid 4px #f58634;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .section-copy .parceiros-copy .box-img {
    padding: 15px;
    text-align: center;
    width: 33%;
    float: left;
  }
  .section-copy .parceiros-copy .box-img img {
    max-height: 60px;
  }
  .section-copy .menu-copy {
    color: #0057a6;
    /* padding-left: 15px;
    padding-right: 30px; */
    margin-bottom: 30px;
    float: left;
    font-size: 11px;
  }
  .section-copy .menu-copy a {
    transition: all 1s ease-in-out;
    color: #0057a6;
  }
  .section-copy .menu-copy li ul {
    padding-left: 20px;
  }
  /*fim xs - copy*/
}
@media (min-width: 767px) and (max-width: 992px) {
  #mapafinal {
    transform: scale(0.6);
  }
  /*sm - copy*/
  .section-copy .titulo-copy {
    margin-top: 20px;
  }
  .section-copy .titulo-copy-2 {
    margin: 7px 7px 0px 7px;
    font-size: 15px;
    padding-bottom: 5px;
    line-height: 26px;
    text-align: left;
  }
  .section-copy .parceiros-copy {
    width: 100px;
  }
  .section-copy .parceiros-copy .box-img {
    padding: 7px;
  }
  .section-copy .parceiros-copy .box-img img {
    max-height: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #mapafinal {
    transform: scale(0.8);
  }
  /*fim md - copy*/
  .section-copy .titulo-copy {
    margin-top: 20px;
  }
}
.owl-dots {
  position: absolute;
  right: 15px;
  top: calc(55% - 33px);
  display: inline-grid;
}
.owl-dots .active span {
  display: block;
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #fff212;
  background: #ff9933 !important;
}
.owl-dots .owl-dot span {
  display: block;
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #fff212;
  background: transparent;
}
.altura-foto {
  height: 110px;
  overflow: hidden;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.section-fotos {
  /*margin-top: -1px;*/
  background: #ffcc29;
}
@media (max-width: 768px) {
  .section-fotos {
    padding: 75px 0px;
  }
}
.section-fotos .box-foto {
  margin: 15px 15px;
  border: solid 10px #ffffff;
  height: 210px;
  background-position: top center !important;
  background-size: cover !important;
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.section-fotos .box-foto::before,
.section-fotos .box-foto::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0px;
  left: 10px;
  width: 50%;
  height: 30px;
  max-width: 50%;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.6);
  -webkit-transform: skew(-15deg) rotate(-6deg);
  -moz-transform: skew(-15deg) rotate(-6deg);
  -ms-transform: skew(-15deg) rotate(-6deg);
  -o-transform: skew(-15deg) rotate(-6deg);
  transform: skew(-15deg) rotate(-6deg);
}
.section-fotos .box-foto::after {
  left: auto;
  right: 10px;
  -webkit-transform: skew(15deg) rotate(6deg);
  -moz-transform: skew(15deg) rotate(6deg);
  -ms-transform: skew(15deg) rotate(6deg);
  -o-transform: skew(15deg) rotate(6deg);
  transform: skew(15deg) rotate(6deg);
}
.section-fotos2 {
  /*margin-top: -1px;*/
  padding: 50px 0px;
  background: #ffcc29;
}
.section-fotos2 .box-foto2 {
  margin: 15px 15px;
  border: solid 10px #ffffff;
  height: 210px;
  background-position: top center !important;
  background-size: cover !important;
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.section-fotos2 .box-foto2::before,
.section-fotos2 .box-foto2::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0px;
  left: 10px;
  width: 50%;
  height: 30px;
  max-width: 50%;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.6);
  -webkit-transform: skew(-15deg) rotate(-6deg);
  -moz-transform: skew(-15deg) rotate(-6deg);
  -ms-transform: skew(-15deg) rotate(-6deg);
  -o-transform: skew(-15deg) rotate(-6deg);
  transform: skew(-15deg) rotate(-6deg);
}
.section-fotos2 .box-foto2::after {
  left: auto;
  right: 10px;
  -webkit-transform: skew(15deg) rotate(6deg);
  -moz-transform: skew(15deg) rotate(6deg);
  -ms-transform: skew(15deg) rotate(6deg);
  -o-transform: skew(15deg) rotate(6deg);
  transform: skew(15deg) rotate(6deg);
}
.section-informacoes {
  /*padding: 150px 0px 115px 0px;*/
  background-size: cover !important;
  background-attachment: fixed !important;
  position: relative;
  /*min-height: 1300px;*/
}
@media (max-width: 768px) {
  .section-informacoes {
    padding: 75px 0px;
  }
}
.section-informacoes::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: url("../imgs/apoio-madeira.png") no-repeat;
  background-size: 100% 100% !important;
  width: 100%;
  height: 265px;
}
.box-beneficios .fruta {
  content: "";
  position: absolute;
  bottom: -250px;
  right: -500px;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 641px;
  height: 343px;
}
.h2-onde-comprar {
  margin-top: 0px !important;
  padding-bottom: 15px !important;
}
.lista-onde-encontrar {
  height: 390px;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  position: relative;
}
.lista-onde-encontrar::-webkit-scrollbar-thumb {
  background: #ffcc29;
  border-radius: 5px;
}
.lista-onde-encontrar::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}
.section-produto {
  background-size: calc(100% + 2px) calc(100% + 2px) !important;
  position: relative;
  background-position-x: -1px !important;
  background-position-y: -1px !important;
  height: 100%;
  background-repeat: no-repeat !important;
}
.section-produto::before {
  position: absolute;
  background-repeat: no-repeat !important;
  content: "";
  background-size: calc(100% + 2px) calc(100% + 2px) !important;
  background-position-x: -1px !important;
  background-position-y: -1px !important;
  width: 100%;
  height: 153px;
  bottom: -151px;
  left: 0px;
}
.section-produto-tipo {
  background: url("../imgs/fundo-madeira.png") no-repeat;
  background-size: cover;
  /*padding: 175px 0px 0px 0px;*/
  /*min-height: 700px;*/
}
@media (max-width: 768px) {
  .section-produto-tipo {
    padding: 75px 0px;
  }
}
.produto-tipo {
  /*margin-top: 170px;*/
  /*margin-bottom: 35px;*/
}
.b-laranja {
  color: #ffa500;
}
.sabores::before {
  content: "";
  position: absolute;
  background: url("../imgs/laranja-menor-semborda.png");
  left: 0px;
  top: 0px;
  height: 25px;
  width: 21px;
  background-size: cover !important;
  background-position: center !important;
}
.espacamento {
  padding-left: 50px;
}
.separar-top {
  margin-top: 230px;
}
.grade-2 {
  width: 25%;
  position: relative;
  float: left;
}
.grade-3 {
  width: 37%;
  position: relative;
  float: left;
  padding: 0px 30px;
}
.compartilhar-redes-sociais a {
  color: #2c2c2c;
  margin-right: 20px;
  transition: all 0.5s ease-out;
  cursor: pointer;
  line-height: 16px;
  font-size: 13px;
}
.compartilhar-redes-sociais a:hover {
  font-size: 14px;
}
.btn-carousel-left-teste {
  display: block !important;
  position: absolute;
  z-index: 15;
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  background: #0057a6;
  color: #ffffff;
  left: 15px;
  top: calc(50% - 25px);
  transition: all 0.5s ease-out;
}
.btn-carousel-left-teste:hover {
  cursor: pointer;
}
.btn-carousel-right-teste {
  display: block !important;
  position: absolute;
  z-index: 20;
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  background: #0057a6;
  color: #ffffff;
  right: 15px;
  top: calc(50% - 25px);
  transition: all 0.5s ease-out;
}
.btn-carousel-right-teste:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  .compartilhar-redes-sociais a {
    font-size: 12px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .compartilhar-redes-sociais a:hover {
    font-size: 13px !important;
  }
}
.cont-ben {
  height: 300px;
  overflow-y: hidden;
}
.cont-ben p {
  margin: 0px;
}
@media (max-width: 768px) {
  .cont-ben {
    height: auto;
  }
}
@media (min-width: 1440px) {
  .cont-ben {
    height: 500px;
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1250px) {
  .blur {
    width: 25% !important;
  }
}
@media (max-width: 767px) {
  .encurtuar-xs {
    padding-top: 70px !important;
  }
  .botao-catalogo {
    margin-top: 25px;
  }
  .separar-top {
    margin-top: 75px;
  }
  .img-produto {
    position: relative !important;
    left: calc(50% - 190px) !important;
    margin-top: 35px !important;
    height: 330px !important;
  }
  .btn-carousel-left-teste {
    display: block !important;
    position: absolute;
    z-index: 15;
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    background: #0057a6;
    color: #ffffff;
    left: 15px;
    top: calc(50% - 25px);
    transition: all 0.5s ease-out;
  }
  .btn-carousel-left-teste:hover {
    animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .btn-carousel-right-teste {
    display: block !important;
    position: absolute;
    z-index: 20;
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    background: #0057a6;
    color: #ffffff;
    right: 15px;
    top: calc(50% - 25px);
    transition: all 0.5s ease-out;
  }
  .btn-carousel-right-teste:hover {
    animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .titulo-informacoes {
    margin-top: 40px;
    font-size: 45px;
  }
  .box-beneficios {
    padding: 15px;
  }
  .box-beneficios .fruta {
    display: none;
  }
  .titulo-beneficios {
    text-align: center;
    font-size: 50px;
  }
  .espacamento {
    padding-left: 0px;
  }
  .section-produto::before {
    background-repeat: no-repeat !important;
    position: absolute;
    content: "";
    background-size: 100% 100% !important;
    width: 100%;
    height: 60px;
    bottom: -58px;
    left: 0px;
    background-position-x: 0px !important;
  }
  .box-produto-tipo {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .grade-2 {
    width: 100%;
    position: relative;
    float: left;
  }
  .grade-3 {
    width: 100%;
    position: relative;
    float: left;
    padding: 0px;
  }
}
/*----------- CONFIGURAÃ¯Â¿Â½Ã¯Â¿Â½ES SM E MD ------------*/
@media (min-width: 767px) and (max-width: 1200px) {
  .box-beneficios .fruta .ingredientes {
    content: "";
    position: absolute;
    bottom: calc(50% - 33px);
    left: 200px;
    height: 50px;
    width: 250px;
    line-height: 50px;
    font-size: 50px;
    font-family: "YummyCupcakes";
    color: #ffffff;
    text-shadow: 0px 0px 18px #000000;
    z-index: 12;
  }
  /*.section-copy .parceiros-copy {*/
  /*width: 100;*/
  /*float: left;*/
  /*background: #FFD61F;*/
  /*border-top: solid 4px #CF5600;*/
  /*padding-bottom: 50px;*/
  /*}*/
}
/*----------- CONFIGURAÃ¯Â¿Â½Ã¯Â¿Â½ES SM------------*/
@media (min-width: 767px) and (max-width: 992px) {
  .sabores {
    font-size: 14px !important;
  }
  .grade-2 {
    width: 100%;
    position: relative;
    float: left;
  }
  .grade-3 {
    width: 100%;
    position: relative;
    float: left;
    padding: 0px;
  }
  .titulo-informacoes {
    margin-top: 40px;
    font-size: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .grade-2 {
    width: 100%;
    position: relative;
    float: left;
  }
  .grade-3 {
    width: 100%;
    position: relative;
    float: left;
    padding: 0px;
  }
  .titulo-informacoes {
    margin-top: 40px;
    font-size: 35px;
  }
  .box-beneficios {
    padding: 35px;
  }
}
/*----------- CONFIGURAÃ¯Â¿Â½Ã¯Â¿Â½ES XS ------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------RESTRITO----------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
.form-restrito {
  border-radius: 0px !important;
  height: 35px;
  line-height: 35px;
}
.btn-restrito {
  color: #ffffff;
  background: #007336;
  transition-duration: 0.2s;
  font-size: 14px;
  padding: 6px 8px 4px 11px;
  border-radius: 4px;
  border: 1px solid #ffffff !important;
}
.btn-restrito.active,
.btn-restrito:active,
.open &gt; .dropdown-toggle.btn-restrito {
  color: #fff;
  background-color: #007336;
  border-color: #007336;
}
.btn-restrito:hover,
.btn-restrito:focus {
  color: #007336;
  background: #ffffff;
  border: 1px solid #007336 !important;
}

.btn-restrito-sst {
  color: #ffffff;
  background: #727272;
  transition-duration: 0.2s;
  font-size: 14px;
  padding: 6px 8px 4px 11px;
  border-radius: 4px;
  border: 1px solid #ffffff !important;
}
.btn-restrito-sst.active,
.btn-restrito-sst:active,
.open &gt; .dropdown-toggle.btn-restrito-sst {
  color: #fff;
  background-color: #727272;
  border-color: #727272;
}
.btn-restrito-sst:hover,
.btn-restrito-sst:focus {
  color: #727272;
  background: #ffffff;
  border: 1px solid #727272 !important;
}

.btn-restrito-destroy {
  color: #ffffff;
  background: #d9534f;
  transition-duration: 0.2s;
  font-size: 14px;
  padding: 6px 8px 4px 11px;
  border-radius: 4px;
  border: 1px solid #ffffff !important;
}
.btn-restrito-destroy:hover,
.btn-restrito-destroy:focus {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.titulo-restrito {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #1a1a1c;
  font-size: 25px;
  text-align: left;
  font-weight: bolder;
  position: relative;
}
@media (max-width: 560px) {
  .titulo-restrito {
    margin-top: 80px;
  }
}
.menu-esquerdo .list-group-item.disabled {
  background: #007336;
  color: white;
  font-size: 16px;
  font-weight: 800;
}
.panel-restrito .panel-heading {
  background: #007336;
  color: white;
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------RESTRITO----------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
.padding-body {
  padding-bottom: 10px !important;
}
.titulo-endereco {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.btn1 {
  color: #1a1a1c;
  background: #007336;
  transition-duration: 0.2s;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #007336 !important;
  padding: 15px 25px 12px 25px;
  border-radius: 0px;
}
.btn1:hover,
.btn1:focus {
  color: #007336;
  background: #1a1a1c;
  border: 1px solid #007336 !important;
}
.font10a {
  font-size: 10px;
  color: #666;
}
.font12a,
.font12a:hover,
.font12a:focus {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}
.font13a {
  font-size: 13px;
  color: #333;
}
.font14a {
  font-size: 14px;
  color: #333333;
}
.font15a {
  font-size: 15px;
  color: #737a88;
}
.font15b {
  font-size: 15px;
  color: #ffffff;
}
.font15c {
  font-size: 15px;
  color: #333333;
}
.font20a {
  font-size: 20px;
  color: #333;
}
.font25a {
  font-size: 25px;
  color: #737a88;
}
.font25b {
  font-size: 25px;
  color: #333333;
}
.form1 {
  font-size: 13px;
  color: #666;
  border: 1px solid #ccc;
  background-color: #f7f8f9;
  padding: 10px;
  border-radius: 5px;
}
.img1 {
  width: 100%;
  padding-top: 60%;
  background-size: cover !important;
  position: relative;
  display: block;
}
.section-rodape {
  background-image: url("../imgs/bg-copy.png");
  background-size: 100% 100%;
}
.categorias-produtos-home {
  background-color: #edeef0;
  padding: 10px;
}
#produtos .produtos-home {
  margin-bottom: 25px;
  height: 380px;
}
#produtos .produtos-home h3 {
  margin-top: 0px;
  padding-top: 10px;
}
#produtos .produtos-home h3 a {
  color: #666666;
  font-size: 20px;
}
#produtos .produtos-home p {
  font-size: 15px;
  color: #666666;
}
#produtos .produtos-home img {
  border: 1px solid #edeef0;
  padding: 5px;
  border-radius: 5px;
}
.section-conteudo {
  margin-top: 30px;
  margin-bottom: 30px;
}
.titulo-paginas {
  font-size: 35px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}
.botao-noticia {
  text-align: center;
  padding: 20px 20px 14px 20px;
  font-size: 35px;
  color: #63636c !important;
  transition-duration: 0.6s;
}
/* Blog e redes sociais*/
.owl-carousel-blog .item {
  padding: 0px !important;
}
.owl-carousel-blog .foto-blog {
  margin: 0px;
  width: 100%;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.owl-carousel-blog .btn-carousel-left {
  background-color: #0057a6;
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  top: calc(50% - 15px);
  left: -10px;
  position: absolute;
}
.owl-carousel-blog .btn-carousel-right {
  background-color: #0057a6;
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  top: calc(50% - 15px);
  right: -10px;
  position: absolute;
}
.cor-blog {
  background-color: #007336 !important;
  border-color: #007336 !important;
}
.cor-blog2 {
  background-color: #0055a5 !important;
  border-color: #0055a5 !important;
}
.cor-blog-panel {
  border-color: #007336 !important;
}
.cor-blog2-panel {
  border-color: #0055a5 !important;
}
.compartilhar-redes-sociais {
  margin-top: 30px;
}
.compartilhar-redes-sociais .facebook:hover {
  color: #4267b2 !important;
}
.compartilhar-redes-sociais .google:hover {
  color: #df0000 !important;
}
.compartilhar-redes-sociais .whatsapp:hover {
  color: #53bf5b !important;
}
.compartilhar-redes-sociais .twiter:hover {
  color: #1da1f2 !important;
}
.compartilhar-redes-sociais a {
  color: #0057a6;
  margin-right: 20px;
  transition: all 0.5s ease-out;
  cursor: pointer;
  line-height: 16px;
  font-size: 13px;
}
@media (max-width: 767px) {
  .compartilhar-redes-sociais a {
    font-size: 11px;
    margin-bottom: 10px;
  }
  .compartilhar-redes-sociais a:hover {
    font-size: 15px;
  }
  .conteudo-modal {
    width: 100%;
  }
  .foto-modal {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .titulo-modal {
    margin-top: 20px;
  }
  .sep-bottom {
    margin-bottom: 30px;
  }
}
/* fim Blog e redes sociais*/
/* Estilo Include */
.section-titulo-secundarias {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: left top !important;
  padding-top: 6%;
  padding-right: 0%;
  padding-bottom: 1%;
  padding-left: 0%;
}
@media (max-width: 767px) {
  .section-titulo-secundarias {
    padding-top: 1%;
    padding-bottom: 1%;
  }
}
@media (min-width: 1440px) {
  .section-titulo-secundarias {
    padding-top: 1%;
    padding-bottom: 1%;
  }
}
.section-titulo-secundarias .fake-title {
  color: transparent;
  font-size: 40px;
}

@media (max-width: 767px) {
  .section-titulo-secundarias .fake-title {
    margin-top: 35px;
  }
}

.section-titulo-secundarias .barra {
  z-index: 9;
}
.section-titulo-secundarias .barra .titulo-secun {
  color: #f58634;
  font-size: 40px;
  margin-left: 20px;
  /* text-shadow: 0px 0px 10px #969696; */
}
@media (max-width: 767px) {
  .section-titulo-secundarias .barra .titulo-secun {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-titulo-secundarias .barra .titulo-secun {
    font-size: 50px;
  }
}
.section-titulo-secundarias .barra .titulo-secun .fundo-barra {
  width: 100%;
  height: 76px;
  top: 0px;
  left: 0px;
  z-index: -1;
}
@media (max-width: 767px) {
  .section-titulo-secundarias .barra .titulo-secun .fundo-barra {
    margin-top: 45px;
  }
}

.sectio-titulos-background-padrao {
  background-image: url("/imgs/bg_geral_miolo.png");
  background-size: cover;
}

/* .section-titulo-secundarias .barra .titulo-secun .fundo-barra::before {
  position: absolute;
  content: "";
  right: 100%;
  top: 0px;
  width: 2000px;
  height: 55px;
  background-color: rgba(255, 204, 42, 0.8);
} */
/* fim Estilo Include */
.fotos-noticias {
  height: 250px;
  background-position: center center !important;
  background-size: cover !important;
}
.fotos-downloads {
  height: 250px;
  background-position: center center !important;
}
.box-noticias {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(66, 66, 66, 0.75);
  -moz-box-shadow: 0px 3px 5px 0px rgba(65, 65, 65, 0.75);
  box-shadow: 0px 3px 5px 0px rgba(66, 66, 66, 0.75);
  transition: all ease-in 0.3s;
  margin-bottom: 25px;
}
.box-noticias:hover {
  -webkit-box-shadow: 0px 13px 18px -2px rgba(65, 65, 65, 0.75);
  -moz-box-shadow: 0px 13px 18px -2px rgba(65, 65, 65, 0.75);
  box-shadow: 0px 13px 18px -2px rgba(65, 65, 65, 0.75);
  transition: all ease-in-out 0.4s;
  transform: translate3d(0px, -12px, 0px);
  color: #0057a6 !important;
}
.box-noticias-texto {
  padding: 15px 20px;
  background: #fff;
  color: #0057a6;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .box-noticias-texto {
    height: 240px;
  }
}
.box-categoria {
  font-size: 14px;
  height: 20px;
  color: #ff6600;
}
.box-categoria a {
  font-size: 14px;
  color: #ff6600;
}
.box-noticias-titulo {
  padding: 5px 0px;
  font-size: 20px;
  font-weight: 600;
}
.box-conteudo-secundaria .form-control {
  border: 1px solid #0057a6;
  border-radius: 0px;
  color: #0057a6;
  font-size: 16px;
}
@media (max-width: 767px) {
  .box-conteudo-secundaria .form-control {
    height: 50px;
  }
}
.box-conteudo-secundaria .form-control::-webkit-input-placeholder {
  color: #0057a6;
  font-size: 16px;
}
.box-conteudo-secundaria .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #0057a6;
  font-size: 16px;
}
.box-conteudo-secundaria .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #0057a6;
  font-size: 16px;
}
.box-conteudo-secundaria .form-control:-ms-input-placeholder {
  color: #0057a6;
  font-size: 16px;
}
.box-conteudo-secundaria .form-control {
  border: 1px solid #0057a6;
  border-radius: 0px;
  color: #0057a6;
  font-size: 16px;
}
@media (max-width: 767px) {
  .box-conteudo-secundaria .form-control {
    height: 50px;
  }
}
.box-conteudo-secundaria .form-control::-webkit-input-placeholder {
  color: #0057a6;
  font-size: 16px;
}
.box-conteudo-secundaria .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #0057a6;
  font-size: 16px;
}
.box-conteudo-secundaria .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #0057a6;
  font-size: 16px;
}
.box-conteudo-secundaria .form-control:-ms-input-placeholder {
  color: #0057a6;
  font-size: 16px;
}

.modal-centered {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  transform: translateY(-10%) !important; 
}

.modal-body {
  font-size: 16px;
}

.modal-body-item {
  margin-top: 8px;
}

.line-conteudo {
  border-bottom: 2px solid #f58634;
  margin: 0px 15% 15px 15%;
}

.igualdade-container {
  border-radius: 10px;
  color: #727376;
}

@media (min-width: 1000px) {
  .igualdade-container::before {
    position: absolute;
    content: "";
    background-image: url('/imgs/rel-igualdade-folha02.png');
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    width: 11%;
    height: 11%;
    top: 753px;
    right: 1129px;
    z-index: 1;
  }

  .igualdade-container::after {
    position: absolute;
    content: "";
    background-image: url('/imgs/rel-igualdade-folha03.png');
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    width: 15%;
    height: 15%;
    top: 1350px;
    right: -52px;
  }

  .igualdade-body::after {
    position: absolute;
    content: "";
    background-image: url('/imgs/rel-igualdade-folha01.png');
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    width: 11%;
    height: 11%;
    top: -3px;
    right: -53px;

    
  }

  .container-igualdade-sal {
    padding: 225px 0; padding-top: 0px;
  }
}

.igualdade-body{
  padding: 15px;
}

.igualdade-body-img{
  padding: 15px 60px;
  background-image: url('/imgs/background_igualdade_sal.png');
  background-position: left bottom;
}

@media (min-width: 992px) {
  .igualdade-body-img::before {
    position: absolute;
    content: "";
    background-image: url('/imgs/rel-igualdade-salarial-2025-01.webp');
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
    width: 85%;
    height: 51%;
    /* top: 1000px; */
    left: 75px;
    box-shadow: -15px 18px 47px rgb(0 0 0 / 22%);
    transform: rotate(-3deg);
    cursor: pointer;
  }

  .trab-conosc-img-ban{
    margin-top: 71px;
  }  

  .igualdade-body{
    padding: 15px 60px 450px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .igualdade-body-img::before {
    height: 51%;
  }
}

@media (min-width: 1200px) {
  .igualdade-body-img::before {
    height: 57%;
  }
}

@media (max-width: 991px) {
  .desktop-view {
    display: none;
    height: 0px !important;
  }
}

.painel-formulario {
  border-radius: 30px;
  color: #0057a6;
}
@media (max-width: 767px) {
  .painel-formulario {
    border-radius: 15px;
  }
}
.painel-formulario .panel-heading {
  border-radius: 30px 30px 0px 0px;
  padding: 35px;
  padding-bottom: 15px;
  background: #fff;
}
@media (max-width: 767px) {
  .painel-formulario .panel-heading {
    padding: 15px;
    border-radius: 15px 15px 0px 0px;
  }
}
.painel-formulario .panel-heading .panel-title {
  color: #0057a6;
  font-size: 20px;
  font-weight: 900;
}
.painel-formulario .panel-body {
  border-radius: 30px;
  padding: 35px;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .painel-formulario .panel-body {
    padding: 15px;
    border-radius: 15px;
  }
}
.painel-formulario .panel-body .form-control {
  border: 1px solid #0057a6;
  border-radius: 0px;
  color: #0057a6;
  font-size: 16px;
}
@media (max-width: 767px) {
  .painel-formulario .panel-body .form-control {
    height: 50px;
  }
}
.painel-formulario .panel-body .form-control::-webkit-input-placeholder {
  color: #0057a6;
  font-size: 16px;
}
.painel-formulario .panel-body .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #0057a6;
  font-size: 16px;
}
.painel-formulario .panel-body .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #0057a6;
  font-size: 16px;
}
.painel-formulario .panel-body .form-control:-ms-input-placeholder {
  color: #0057a6;
  font-size: 16px;
}
.box-dist {
  border-bottom: 2px solid #0057a6;
  padding-bottom: 10px;
  margin-bottom: 15px;
  cursor: pointer;
}
.box-dist .box-placeholder {
  height: 100px;
  width: 40px;
  float: left;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.box-dist .box-contato-dis {
  width: calc(100% - 40px);
  float: left;
  padding-left: 10px;
  font-size: 13px;
}
@media (min-width: 768px) {
  .blur-in {
    -webkit-animation: blur 0s forwards;
    -moz-animation: blur 0s forwards;
    -o-animation: blur 0s forwards;
    animation: blur 0s forwards;
  }
  .blur-out {
    -webkit-animation: blur-out 2s forwards;
    -moz-animation: blur-out 2s forwards;
    -o-animation: blur-out 2s forwards;
    animation: blur-out 2s forwards;
  }
  @-webkit-keyframes blur {
    0% {
      -webkit-filter: blur(0px);
      -moz-filter: blur(0px);
      -o-filter: blur(0px);
      -ms-filter: blur(0px);
      filter: blur(0px);
    }
    100% {
      -webkit-filter: blur(4px);
      -moz-filter: blur(4px);
      -o-filter: blur(4px);
      -ms-filter: blur(4px);
      filter: blur(4px);
    }
  }
  @-moz-keyframes blur {
    0% {
      -webkit-filter: blur(0px);
      -moz-filter: blur(0px);
      -o-filter: blur(0px);
      -ms-filter: blur(0px);
      filter: blur(0px);
    }
    100% {
      -webkit-filter: blur(4px);
      -moz-filter: blur(4px);
      -o-filter: blur(4px);
      -ms-filter: blur(4px);
      filter: blur(4px);
    }
  }
  @-o-keyframes blur {
    0% {
      -webkit-filter: blur(0px);
      -moz-filter: blur(0px);
      -o-filter: blur(0px);
      -ms-filter: blur(0px);
      filter: blur(0px);
    }
    100% {
      -webkit-filter: blur(4px);
      -moz-filter: blur(4px);
      -o-filter: blur(4px);
      -ms-filter: blur(4px);
      filter: blur(4px);
    }
  }
  @keyframes blur {
    0% {
      -webkit-filter: blur(0px);
      -moz-filter: blur(0px);
      -o-filter: blur(0px);
      -ms-filter: blur(0px);
      filter: blur(0px);
    }
    100% {
      -webkit-filter: blur(4px);
      -moz-filter: blur(4px);
      -o-filter: blur(4px);
      -ms-filter: blur(4px);
      filter: blur(4px);
    }
  }
  @-webkit-keyframes blur-out {
    0% {
      -webkit-filter: blur(4px);
      -moz-filter: blur(4px);
      -o-filter: blur(4px);
      -ms-filter: blur(4px);
      filter: blur(4px);
    }
    100% {
      -webkit-filter: blur(0px);
      -moz-filter: blur(0px);
      -o-filter: blur(0px);
      -ms-filter: blur(0px);
      filter: blur(0px);
    }
  }
  @-moz-keyframes blur-out {
    0% {
      -webkit-filter: blur(4px);
      -moz-filter: blur(4px);
      -o-filter: blur(4px);
      -ms-filter: blur(4px);
      filter: blur(4px);
    }
    100% {
      -webkit-filter: blur(0px);
      -moz-filter: blur(0px);
      -o-filter: blur(0px);
      -ms-filter: blur(0px);
      filter: blur(0px);
    }
  }
  @-o-keyframes blur-out {
    0% {
      -webkit-filter: blur(4px);
      -moz-filter: blur(4px);
      -o-filter: blur(4px);
      -ms-filter: blur(4px);
      filter: blur(4px);
    }
    100% {
      -webkit-filter: blur(0px);
      -moz-filter: blur(0px);
      -o-filter: blur(0px);
      -ms-filter: blur(0px);
      filter: blur(0px);
    }
  }
  @keyframes blur-out {
    0% {
      -webkit-filter: blur(4px);
      -moz-filter: blur(4px);
      -o-filter: blur(4px);
      -ms-filter: blur(4px);
      filter: blur(4px);
    }
    100% {
      -webkit-filter: blur(0px);
      -moz-filter: blur(0px);
      -o-filter: blur(0px);
      -ms-filter: blur(0px);
      filter: blur(0px);
    }
  }
}
.restrito-titulo {
  margin-bottom: 15px;
  border-top: solid 0px;
  border-left: solid 8px;
  border-bottom: solid 0px;
  border-right: solid 0px;
  border-color: #007336 !important;
  font-size: 20px;
  line-height: 22px;
  padding: 0px 0px 0px 10px;
  font-weight: bolder;
}
.restrito-titulo2 {
  margin-bottom: 15px;
  border-top: solid 0px;
  border-left: solid 5px;
  border-bottom: solid 0px;
  border-right: solid 0px;
  border-color: #82b531 !important;
  color: #4b4b4b;
  font-size: 16px;
  line-height: 16px;
  padding: 0px 0px 0px 10px;
  font-weight: bolder;
}
.restrito-conteudo {
  margin-bottom: 15px;
}
.btn-ir-topo {
  position: fixed;
  bottom: 15px;
  z-index: 55;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  font-size: 45px;
  cursor: pointer;
  right: 15px;
  border-radius: 50%;
  color: white;
  width: 50px;
  height: 50px;
  content: " ";
  background: #ff6600;
  border: 5px solid white;
}
.section-hist {
  background: #ffcc29;
  padding: 50px 0px;
}
.section-hist img {
  text-align: center;
  max-height: 400px;
  display: block;
  margin: auto;
}
.section-hist h1 {
  color: #0057a8;
  font-size: 80px;
  font-family: "Gotham";
}
.section-hist p {
  font-size: 17px;
  color: #0057a8;
}
.section-secao-planejada {
  padding: 25px 0px;
}
.section-secao-planejada .box-plane {
  padding: 35px 0px;
  color: #fff;
  text-align: center;
  font-size: 23px;
  line-height: 29px;
  position: relative;
}
.section-secao-planejada .box-plane .abre {
  position: absolute;
  top: 5px;
  background: url("../imgs/abre-aspas.png");
  height: 93px;
  width: 83px;
  content: "";
  left: -90px;
}
@media (max-width: 992px) {
  .section-secao-planejada .box-plane .abre {
    display: none;
  }
}
.section-secao-planejada .box-plane .fecha {
  position: absolute;
  bottom: -25px;
  background: url("../imgs/aspas.png");
  height: 94px;
  width: 82px;
  right: 46px;
  content: "";
}
@media (max-width: 1200px) {
  .section-secao-planejada .box-plane .fecha {
    right: -90px;
    bottom: -20px;
  }
}
@media (max-width: 992px) {
  .section-secao-planejada .box-plane .fecha {
    display: none;
  }
}
.section-secao-planejada h1 {
  font-family: "segoe";
  color: #f58634;
  font-size: 65px;
  margin-top: 125px;
  margin-left: 25px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .section-secao-planejada h1 {
    font-size: 50px;
  }
}
.section-missao-visao-valores {
  padding: 80px 0px;
}
.section-missao-visao-valores .box-plane {
  padding: 35px 0px;
  color: #f58634;
  text-align: center;
  font-size: 23px;
  line-height: 29px;
  position: relative;
}
.section-missao-visao-valores .box-plane .abre {
  position: absolute;
  top: 5px;
  background: url("../imgs/abre-aspas.png");
  height: 93px;
  width: 83px;
  content: "";
  left: -90px;
}
@media (max-width: 992px) {
  .section-missao-visao-valores .box-plane .abre {
    display: none;
  }
}
.section-missao-visao-valores .box-plane .fecha {
  position: absolute;
  bottom: -25px;
  background: url("../imgs/aspas.png");
  height: 94px;
  width: 82px;
  right: 46px;
  content: "";
}
@media (max-width: 1200px) {
  .section-missao-visao-valores .box-plane .fecha {
    right: -90px;
    bottom: -20px;
  }
}
@media (max-width: 992px) {
  .section-missao-visao-valores .box-plane .fecha {
    display: none;
  }
}
.section-missao-visao-valores h1 {
  font-family: "segoe";
  color: #f58634;
  font-size: 65px;
  margin-top: 50px;
  margin-left: 25px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .section-missao-visao-valores h1 {
    font-size: 50px;
  }
}
.section-resultado {
  background: #ffcc29;
  padding: 35px 0px;
}
.section-resultado h1 {
  color: #0057a8;
  margin-top: 0px;
  margin-bottom: 35px;
  font-size: 70px;
  font-family: "Gotham";
}
@media (max-width: 992px) {
  .section-resultado h1 {
    font-size: 50px !important;
  }
}
@media (max-width: 768px) {
  .section-resultado h1 {
    font-size: 50px !important;
  }
}
.section-resultado img {
  position: absolute;
  top: -80px;
  height: 300px;
  left: calc(50% - 125px);
}
@media (max-width: 768px) {
  .section-resultado img {
    position: relative !important;
    top: 0px;
  }
}
.section-resultado p {
  color: #0057a8;
  font-size: 17px;
  font-weight: bolder;
}
.section-grupo {
  padding: 100px 0px 100px 0px;
  background: url("../imgs/fundo-agro.png");
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: bottom center !important;
}
.section-grupo .box-grupo {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 25px;
  padding: 30px 20px;
  color: #0057a8;
  font-weight: 600;
  font-size: 14px;
}
.section-grupo h1 {
  color: white;
  font-weight: bolder;
  margin-top: 370px;
  font-size: 60px;
  font-family: "Gotham";
}
@media (max-width: 768px) {
  .section-grupo h1 {
    margin-top: 0px;
  }
}
.section-hist_ {
  background-color: #ffd325;
  background-image: url("../imgs/top-orange.png");
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat !important;
  padding: 50px 0px;
}
.section-hist_ img {
  text-align: center;
  max-height: 400px;
  display: block;
  margin: auto;
}
.section-hist_ h1 {
  color: #3057a2;
  font-size: 70px;
  font-family: "Gotham" !important;
  margin-top: 275px;
}
@media (max-width: 768px) {
  .section-hist_ h1 {
    font-size: 60px !important;
    margin-top: 0px;
  }
}
.section-hist_ p {
  font-size: 22px;
  color: #3057a2;
  font-family: "Arial Narrow";
  padding: 50px 0px;
}
.section-secao-planejada_ {
  padding: 25px 0px;
  font-family: "Arial Narrow";
}
.section-secao-planejada_ .box-plane {
  padding: 35px 0px;
  color: #fff;
  text-align: center;
  font-size: 23px;
  line-height: 29px;
  position: relative;
}
.section-secao-planejada_ .box-plane .abre {
  position: absolute;
  top: 5px;
  background: url("../imgs/abre-aspas.png");
  height: 93px;
  width: 83px;
  content: "";
  left: -90px;
}
@media (max-width: 992px) {
  .section-secao-planejada_ .box-plane .abre {
    display: none;
  }
}
.section-secao-planejada_ .box-plane .fecha {
  position: absolute;
  bottom: -25px;
  background: url("../imgs/aspas.png");
  height: 94px;
  width: 82px;
  right: 46px;
  content: "";
}
@media (max-width: 1200px) {
  .section-secao-planejada_ .box-plane .fecha {
    right: -90px;
    bottom: -20px;
  }
}
@media (max-width: 992px) {
  .section-secao-planejada_ .box-plane .fecha {
    display: none;
  }
}
.section-secao-planejada_ h1 {
  font-family: "segoe";
  color: #f58634;
  font-size: 65px;
  margin-top: 125px;
  margin-left: 25px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .section-secao-planejada_ h1 {
    font-size: 50px;
  }
}
.section-missao-visao-valores_ .col-sm-5 {
  padding: 80px 0px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  height: 300px;
}
.section-missao-visao-valores_ .col-sm-7 {
  padding: 80px 80px;
  height: 300px;
}
@media (max-width: 768px) {
  .section-missao-visao-valores_ .col-sm-7 {
    padding: 40px 15px;
    height: auto;
  }
}
.section-missao-visao-valores_ .azul {
  background: #3057a2;
}
.section-missao-visao-valores_ .azul .box-plane {
  padding: 35px 0px;
  color: #fff;
  font-size: 19px;
  line-height: 29px;
  position: relative;
  max-width: 625px;
}
@media (max-width: 768px) {
  .section-missao-visao-valores_ .azul .box-plane {
    text-align: center !important;
    font-size: 17px;
  }
}
.section-missao-visao-valores_ .azul .box-plane::before {
  position: absolute;
  top: 8px;
  left: -60px;
  background: url("../imgs/aspas-ama.png");
  height: 43px;
  width: 58px;
  content: " ";
}
@media (max-width: 768px) {
  .section-missao-visao-valores_ .azul .box-plane::before {
    top: -5px;
    left: -11px;
  }
}
.section-missao-visao-valores_ .azul .box-plane::after {
  position: absolute;
  bottom: 15px;
  right: -45px;
  background: url("../imgs/final-aspas-ama.png");
  height: 44px;
  width: 58px;
  content: " ";
}
@media (max-width: 768px) {
  .section-missao-visao-valores_ .azul .box-plane::after {
    bottom: -7px;
    right: -7px;
  }
}
.section-missao-visao-valores_ .azul .box-plane span {
  font-family: "Times New Roman";
  font-style: italic;
  font-weight: bolder;
}
.section-missao-visao-valores_ .azul h1 {
  font-family: "Gotham";
  color: #fff;
  font-size: 65px;
  margin-top: 50px;
  margin-right: 35px;
  text-align: right;
  text-shadow: 2px 2px 8px #151515;
}
@media (max-width: 768px) {
  .section-missao-visao-valores_ .azul h1 {
    text-align: center;
    margin: 0px;
  }
}
.section-missao-visao-valores_ .amarelo {
  background: #ffd325;
}
.section-missao-visao-valores_ .amarelo .box-plane {
  padding: 35px 0px;
  color: #3057a2;
  text-align: right;
  font-size: 19px;
  line-height: 29px;
  position: relative;
  max-width: 625px;
  float: right;
}
@media (max-width: 768px) {
  .section-missao-visao-valores_ .amarelo .box-plane {
    text-align: center;
    font-size: 17px;
  }
}
.section-missao-visao-valores_ .amarelo .box-plane::before {
  position: absolute;
  background: url("../imgs/aspas-lara.png");
  height: 44px;
  width: 58px;
  content: "";
  top: 9px;
  left: -26px;
}
@media (max-width: 768px) {
  .section-missao-visao-valores_ .amarelo .box-plane::before {
    top: -1px;
    left: 0px;
  }
}
.section-missao-visao-valores_ .amarelo .box-plane::after {
  position: absolute;
  background: url("../imgs/final-aspas-lara.png");
  height: 43px;
  width: 58px;
  bottom: 15px;
  right: -71px;
  content: "";
}
@media (max-width: 768px) {
  .section-missao-visao-valores_ .amarelo .box-plane::after {
    bottom: 9px;
    right: -13px;
  }
}
.section-missao-visao-valores_ .amarelo .box-plane span {
  font-family: "Times New Roman";
  font-style: italic;
  font-weight: bolder;
}
.section-missao-visao-valores_ .amarelo h1 {
  font-family: "Gotham";
  color: #fff;
  font-size: 65px;
  margin-top: 50px;
  margin-left: 35px;
  text-shadow: 2px 2px 8px #151515;
}
@media (max-width: 768px) {
  .section-missao-visao-valores_ .amarelo h1 {
    text-align: center;
    margin: 0px;
  }
}
.section-resultado_ {
  font-family: "Arial Narrow";
  background: #fff;
  position: relative;
}
.section-resultado_::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 300px;
  left: 0px;
  top: 155px;
  background: #3057a2;
}
.section-resultado_ .container {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.section-resultado_ .container::before {
  content: " ";
  position: absolute;
  top: 0px;
  right: -30px;
  height: 355px;
  width: 145px;
  background: #064c8c;
}
.section-resultado_ h1 {
  color: #fff;
  margin-top: 0px;
  margin-bottom: 35px;
  text-align: right;
  font-size: 60px;
  margin-top: 125px;
  font-family: "Gotham";
}
@media (max-width: 1200px) {
  .section-resultado_ h1 {
    font-size: 40px !important;
  }
}
.section-resultado_ .dep {
  color: #dc853d;
  font-family: "Arial Narrow";
  font-size: 28px;
  padding-top: 0px;
  text-align: right;
  font-weight: 100 !important;
}
.section-resultado_ p {
  color: #0057a8;
  font-size: 25px;
  font-family: "Arial Narrow";
  font-weight: 100 !important;
  font-weight: bolder;
  padding-top: 30px;
}
.section-grupo_ {
  padding: 100px 0px 100px 0px;
  background: url("../imgs/fundo-grupo-2019-2.png");
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  font-family: "Arial Narrow";
  min-height: 1704px;
}
@media (max-width: 768px) {
  .section-grupo_ {
    padding: 50px 0px 50px 0px;
    background: url("../imgs/semfundo.png");
    background-color: #ffd325;
    min-height: 450px !important;
  }
}
.section-grupo_ .box-grupo-logos {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 25px;
  padding: 0px 20px;
  font-weight: 600;
  font-size: 14px;
}
.section-grupo_ .box-grupo-logos img {
  padding: 40px 0px;
}
@media (max-width: 768px) {
  .section-grupo_ .box-grupo-logos img {
    padding: 20px 0px;
  }
}
.section-grupo_ .box-grupo {
  padding: 30px;
  color: #fff;
  text-align: center;
  font-family: "Arial Narrow";
  font-size: 25px;
}
@media (max-width: 768px) {
  .section-grupo_ .box-grupo {
    color: #0057a8;
  }
}
.section-grupo_ h1 {
  color: white;
  font-weight: bolder;
  font-size: 60px;
  text-align: center;
  margin-bottom: 100px;
  font-family: "Gotham";
  text-shadow: 2px 2px 8px #151515;
}
@media (max-width: 768px) {
  .section-grupo_ h1 {
    margin-top: 0px;
    margin-bottom: 50px;
    font-size: 30px;
  }
}
.owl-dots2 {
  position: absolute;
  top: calc(50%);
  right: -50px;
  display: inline-grid;
}
.owl-dots2 .owl-dot2 {
  background: none;
  border: 0;
}
.owl-dots2 .owl-dot2 span {
  display: block;
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #fff212;
  background: transparent;
}
.owl-dots2 .active span {
  display: block;
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #fff212;
  background: #ff9933 !important;
}
.panel-body .box-btn-guia {
  cursor: pointer;
  width: 100%;
  height: 50px;
  line-height: 50px;
  position: relative;
  margin-bottom: 13px;
  font-weight: bold;
}
.panel-body .box-btn-guia .contador {
  width: 60px;
  float: right;
  background-color: #0057a8;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  font-size: 10px;
}
.panel-body .box-btn-guia .box-titulo {
  width: 100%;
  float: left;
  background-color: #0057a8;
  color: #ffffff;
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
}
.panel-body .box-btn-guia:hover .box-titulo {
  background-color: #0057a8;
  transition: all 0.5s ease-out;
}
.panel-body .box-btn-guia .box-titulo .icon {
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  float: left;
  font-size: 18px;
}
.panel-body .box-btn-guia .box-titulo .titulo-vaga {
  line-height: 50px;
  width: calc(100% - 85px);
  text-align: left;
  float: left;
  position: relative;
}
.panel-body .collapsed .box-titulo .titulo-vaga::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 100%;
  top: 0px;
  right: -25px;
  background-image: url("../imgs/img-seta.png");
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s ease-out;
  transform: rotate(0deg) !important;
}
.panel-body .box-btn-guia .box-titulo .titulo-vaga::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 100%;
  top: 0px;
  right: -25px;
  background-image: url("../imgs/img-seta.png");
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s ease-out;
  transform: rotate(180deg);
}
.onde-c {
  background-color: #ffcc29 !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: top center !important;
}
@media (max-width: 768px) {
  .onde-c {
    background-size: 150% 50% !important;
  }
}
@media (max-width: 768px) {
  .fonte-citri {
    font-size: 60px !important;
  }
}
@media (max-width: 992px) {
  .fonte-suce {
    font-size: 41px !important;
    margin-top: 250px !important;
  }
}
@media (max-width: 768px) {
  .fonte-suce {
    font-size: 50px !important;
  }
}
@media (max-width: 768px) {
  .height {
    height: 200px !important;
  }
}
.navbar-right-css {
  float: right !important;
  margin-right: 0px;
}
.historia-titulo {
  text-align: center;
  border: 1px solid #0057a8;
  border-radius: 25px;
}
.margem-historia-titulo {
  margin-left: 198px;
}
.restrito-webmail-fluig {
  background-size: contain !important;
  background-position: center center !important;
  background-color: white !important;
}
.restrito-paddings {
  padding-top: 10%;
  padding-bottom: 10%;
  padding-right: 10%;
}
.home-carousel-pre-footer {
  margin-top: 180px;
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  .home-carousel-pre-footer {
    margin-top: 50px;
    padding-bottom: 30px;
  }
}
.section-produto-wrapper-topo {
  height: calc(100% - 100px);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.section-produto-wrapper-topo .box-left {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
}
.section-produto-wrapper-topo .box-left .img-titulo {
  position: absolute;
  left: -30px;
  bottom: 0px;
  max-width: 425px;
}
.section-produto-wrapper-topo .box-right {
  float: right;
  width: calc(50% - 150px);
  height: 100%;
  position: relative;
}
.section-produto-wrapper-topo .box-right .centraliza {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.section-produto-wrapper-topo .box-right .centraliza .img-titulo {
  width: 100%;
}
@media (max-height: 485px) {
  .section-produto-wrapper-topo .box-right .centraliza .img-titulo {
    width: auto;
    max-width: 100%;
    max-height: 150px;
  }
}
.img-produto-titulo1 {
  position: absolute;
  left: calc(23% - 211px);
  bottom: 0px;
  height: 175px;
}
@media (min-width: 1440px) {
  .img-produto-titulo1 {
    position: absolute;
    left: calc(23% - 399px);
    bottom: -178px;
    height: 258px;
  }
}
.img-produto {
  position: absolute;
  left: calc(50% - 295px);
  top: 0px;
  height: 510px;
}
@media (min-width: 1440px) {
  .img-produto {
    position: absolute;
    left: calc(50% - 460px);
    top: -130px;
    height: 800px;
  }
}
.img-produto-titulo2 {
  position: absolute;
  left: calc(78% - 243px);
  top: 25px;
  height: 175px;
}
@media (min-width: 1440px) {
  .img-produto-titulo2 {
    position: absolute;
    left: calc(78% - 190px);
    top: -47px;
    height: 210px;
  }
}
.produto-itens {
  color: #fff;
  font-family: "YummyCupcakes";
  font-size: 30px;
  position: relative;
  padding-left: 60px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (min-width: 1440px) {
  .produto-itens {
    color: #fff;
    font-family: "YummyCupcakes";
    font-size: 30px;
    position: relative;
    padding-left: 115px;
    font-weight: 500;
    margin-bottom: 15px;
  }
}
.produto-itens::before {
  content: "";
  position: absolute;
  background: url("../imgs/laranja-menor-semborda.png");
  background-size: cover !important;
  height: 45px;
  width: 40px;
  top: 0px;
  left: 0px;
}
@media (min-width: 1440px) {
  .produto-itens::before {
    content: "";
    position: absolute;
    background: url(../imgs/laranja-menor-semborda.png);
    background-size: cover !important;
    height: 45px;
    width: 40px;
    top: 0px;
    left: 60px;
  }
}
.outros-sabores {
  width: 450px;
}
@media (min-width: 1440px) {
  .outros-sabores {
    margin-left: 62px !important;
  }
}
.outros-sabores-titulo {
  color: #ffcc00;
  font-weight: 900;
  font-size: 25px;
  border-bottom: 2px dashed #ffcc00;
  margin-bottom: 20px;
}
@media (min-width: 1440px) {
  .outros-sabores-titulo {
    color: #ffcc00;
    font-weight: 900;
    font-size: 25px;
    border-bottom: 2px dashed #ffcc00;
    margin-bottom: 20px;
  }
}
.sabores {
  display: inline-block;
  font-size: 18px;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  padding-left: 30px;
  padding-right: 10px;
}
.produto-tipo {
  margin-bottom: 35px;
}
@media (min-width: 1440px) {
  .produto-tipo {
    height: 500px;
  }
}
.produto-disponivel {
  padding: 2px;
  border-radius: 20px;
  background: #ffffff;
  color: #0057a6;
  font-family: "Gotham";
  width: 300px;
  font-size: 15px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media (min-width: 1440px) {
  .produto-disponivel {
    font-size: 17px !important;
    margin-bottom: 20px !important;
    margin-top: 120px !important;
  }
}
.item-embalagem {
  color: #0057a6;
  font-size: 14px;
  display: inline-block;
  position: relative;
  padding-left: 38px;
  margin-left: 5px;
  margin-bottom: 15px;
  font-family: "Gotham";
  text-shadow: #ffffff 4px 0px 0px, #ffffff 3.87565px 0.989616px 0px,
    #ffffff 3.51033px 1.9177px 0px, #ffffff 2.92676px 2.72656px 0px,
    #ffffff 2.16121px 3.36588px 0px, #ffffff 1.26129px 3.79594px 0px,
    #ffffff 0.282949px 3.98998px 0px, #ffffff -0.712984px 3.93594px 0px,
    #ffffff -1.66459px 3.63719px 0px, #ffffff -2.51269px 3.11229px 0px,
    #ffffff -3.20457px 2.39389px 0px, #ffffff -3.69721px 1.52664px 0px,
    #ffffff -3.95997px 0.56448px 0px, #ffffff -3.97652px -0.432781px 0px,
    #ffffff -3.74583px -1.40313px 0px, #ffffff -3.28224px -2.28625px 0px,
    #ffffff -2.61457px -3.02721px 0px, #ffffff -1.78435px -3.57996px 0px,
    #ffffff -0.843183px -3.91012px 0px, #ffffff 0.150409px -3.99717px 0px,
    #ffffff 1.13465px -3.8357px 0px, #ffffff 2.04834px -3.43574px 0px,
    #ffffff 2.83468px -2.82216px 0px, #ffffff 3.44477px -2.03312px 0px,
    #ffffff 3.84068px -1.11766px 0px, #ffffff 3.9978px -0.132717px 0px;
}
@media (min-width: 1440px) {
  .item-embalagem {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .item-embalagem {
    font-size: 8px !important;
  }
}
@media (min-width: 993px) and (max-width: 1399px) {
  .item-embalagem {
    font-size: 13px !important;
  }
}
.item-embalagem .laranja-borda {
  content: "";
  position: absolute;
  background: url(../imgs/laranja-menor.png);
  width: 25px;
  height: 28px;
  background-size: cover !important;
  background-position: center;
  left: 0px;
  top: -30%;
}
.box-produto-tipo {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  padding: 20px;
  /*margin-top: 170px;*/
  margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-produto-tipo {
    max-height: 298px !important;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
.box-produto-tipo::-webkit-scrollbar-thumb {
  background: #ffcc29;
  border-radius: 5px;
}
.box-produto-tipo::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}
.box-produto-tipo-titulo {
  font-size: 35px;
  color: #007336;
  text-align: center;
  font-weight: 300;
  margin-bottom: 10px;
}
@media (min-width: 1440px) {
  .box-produto-tipo-titulo {
    font-size: 50px;
  }
}
.box-produto-tipo-resumo {
  color: #0057a6;
  font-size: 15px;
  font-weight: 600;
}
.box-produto-tipo-resumo p {
  text-align: justify;
  margin-right: 3px;
}
@media (min-width: 1440px) {
  .box-produto-tipo-resumo {
    font-size: 20px;
  }
}
.titulo-beneficios {
  font-family: "YummyCupcakes";
  font-size: 55px;
  color: #fff;
  text-shadow: 0px 0px 18px #000000;
}
@media (min-width: 1440px) {
  .titulo-beneficios {
    font-size: 60px;
  }
}
.box-beneficios {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 20px;
  font-family: "Arial", sans-serif;
  color: #0057a6;
  font-size: 16px;
  position: relative;
}
.box-beneficios p {
  margin: 0px;
}
@media (min-width: 1440px) {
  .box-beneficios {
    font-size: 20px;
  }
}
.titulo-informacoes {
  font-family: "YummyCupcakes";
  font-size: 55px;
  color: #fff;
  text-shadow: 0px 0px 18px #000000;
  margin-bottom: 10px;
  text-align: center;
}
.box-informacoes {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 20px;
  font-family: "Arial", sans-serif;
  color: #0057a6;
  font-size: 16px;
}
@media (min-width: 1440px) {
  .box-informacoes {
    font-size: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-informacoes {
    max-height: 358px !important;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
.box-informacoes::-webkit-scrollbar-thumb {
  background: #ffcc29;
  border-radius: 5px;
}
.box-informacoes::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}
.altura-texto-tamanhos {
  height: 150px;
}
.tamanho-embalagens {
  max-height: 380px !important;
}
@media (max-width: 767px) {
  .tamanho-embalagens {
    max-height: 330px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tamanho-embalagens {
    max-height: 320px !important;
  }
}
@media (min-width: 1440px) {
  .tamanho-embalagens {
    max-height: 600px !important;
  }
}
.owl-carousel-distribuidor {
  margin-top: 30px;
}
.owl-carousel-distribuidor .box-foto {
  background-size: contain !important;
  background-position: top center !important;
  height: 300px;
}
.owl-carousel-distribuidor .box-foto-onde-encontrar {
  background-size: cover !important;
  background-position: center center !important;
  width: 100%;
  height: 200px;
}
.copy-copright {
  width: calc(100% - 40px);
  float: left;
}
@media (max-width: 992px) {
  .copy-copright {
    width: calc(100% - 100px);
  }
}
@media (max-width: 767px) {
  .copy-copright {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .copy-result {
    padding-left: 20px;
  }
}

.teste6::before {
  position: absolute;
  background-repeat: no-repeat !important;
  content: "";
  background-size: calc(100% + 2px) calc(100% + 2px) !important;
  background-position-x: -1px !important;
  background-position-y: -1px !important;
  background-image: url("../imgs/curva-home.png");
  width: 100%;
  height: 153px;
  bottom: -151px;
  left: 0px;
}
@media (max-width: 767px) {
  .teste6::before {
    position: absolute;
    background-repeat: no-repeat !important;
    content: "";
    background-size: calc(100% + 2px) calc(100% + 2px) !important;
    background-position-x: -1px !important;
    background-position-y: -1px !important;
    background-image: url("../imgs/curva-home.png");
    width: 100%;
    height: 60px;
    bottom: -59px;
    left: 0px;
  }
}
.teste6 {
  background-position: top center !important;
  background-size: 100% 100% !important;
}
.list-restrito {
  margin-bottom: 7px;
}
.list-restrito .list-group-item {
  padding: 7px 15px;
}
.list-restrito img {
  height: 25px;
  width: 25px;
}
.btn2 {
  border-radius: 0px;
  background-color: #0057a6;
  color: #ffffff;
  border: solid 1px #ffffff;
  opacity: 0.8;
  transition: all 0.5s ease;
}
.btn2:hover,
.btn2:focus {
  color: #ffffff;
  background-color: #003c73;
}
.bg-ouro {
  background: #ffcc29 !important;
  color: #ff7f00 !important;
  padding: 2px !important;
}
.bg-info {
  background: #71bde1 !important;
  color: #31708f !important;
  padding: 2px !important;
}
.btn-disable-onde-comprar {
  background-color: #ccc !important;
  border: 1px solid #ccc !important;
}
.politica-privacidade {
  font-size: 17px;
  font-weight: 400;
  text-align: justify;
}
.politica-privacidade h3 {
  color: #0057a6;
  font-size: 34px;
  font-weight: 900;
  padding-bottom: 15px;
  text-shadow: 1px 0px 0px #0057a6, -1px 0px 0px #0057a6, 0px 1px 0px #0057a6,
    0px -1px 0px #0057a6;
}
.img-politica {
  content: "";
  padding: 13%;
  width: 70%;
  position: absolute;
  bottom: -140px;
  right: -7%;
}
.bloco-informa {
  position: relative;
  display: block;
  overflow: hidden;
}
.informa {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 0px;
  background: rgba(26, 26, 28, 0.9);
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  transition-duration: 0.5s;
}
.select2-container--default.select2-container--focus,
.select2-selection.select2-container--focus,
.select2-container--default:focus,
.select2-selection:focus,
.select2-container--default:active,
.select2-selection:active {
  outline: none;
}
.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
  display: block;
  width: 100%;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  height: 34px;
  padding: 6px 12px;
  line-height: 34px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.select2-container--default.select2-container--open {
  border-color: #3c8dbc;
}
.select2-dropdown {
  border: 1px solid #d2d6de;
  border-radius: 0;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #3c8dbc;
  color: white;
}
.select2-results__option {
  padding: 6px 12px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  height: auto;
  margin-top: 4px;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 6px;
  padding-left: 20px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 13px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 28px;
  right: 3px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-top: 0;
}
.select2-dropdown .select2-search__field,
.select2-search--inline .select2-search__field {
  border: 1px solid #d2d6de;
}
.select2-dropdown .select2-search__field:focus,
.select2-search--inline .select2-search__field:focus {
  outline: none;
  border: 1px solid #3c8dbc;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default
  .select2-results__option[aria-selected="true"]:hover {
  color: #444;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #d2d6de;
  border-radius: 0;
}
.select2-container--default .select2-selection--multiple:focus {
  border-color: #3c8dbc;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border-color: #d2d6de;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #3c8dbc;
  border-color: #367fa9;
  padding: 1px 10px;
  color: #fff;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.7);
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #fff;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 10px;
}
/*# sourceMappingURL=style.css.map */
.video-home {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: fill;
}
.inner {
  position: relative;
  height: 100%;
  background: rgba(49, 46, 35, 0.6);
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.vertical-center {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 47%;
  transform: translateY(-47%);
}
.vertical-center h1 {
  color: #fff !important;
}
.vertical-center p {
  margin-top: 23px;
}
.vertical-center p.cta {
  font-size: 26px;
  margin-top: 30px;
}
.vertical-center h1 {
  font-size: 90px;
}
.vertical-center h2 {
  font-size: 8em;
}
.vertical-center p {
  font-size: 4em;
  line-height: 1.3;
}
.vertical-center h2 + p {
  font-size: 3em;
}
.vertical-center a,
.home h1 {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}
.vertical-center a:link,
.vertical-center a:visited {
  color: white;
  text-decoration: none;
}
.vertical-center a:hover {
  text-decoration: underline;
}
.arrow {
  position: relative;
  padding-right: 15px;
}
.arrow:before,
.arrow:after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  width: 2px;
  height: 12px;
  background: white;
}
.arrow:before {
  transform: rotate(45deg);
  top: 16px;
}
.arrow:after {
  transform: rotate(-45deg);
}
.btn-pagina-esquerda {
  position: absolute;
  left: 15px;
  top: 50%;
  z-index: 998;
  border-radius: 0px 5px 5px 0px;
  background-color: #0057a6;
  border-color: #0057a6;
  color: #fff;
}
@media (max-width: 767px) {
  .btn-pagina-esquerda {
    top: 25%;
  }
}
.btn-pagina-direita {
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 998;
  border-radius: 5px 0px 0px 5px;
  background-color: #0057a6;
  border-color: #0057a6;
  color: #fff;
}
@media (max-width: 767px) {
  .btn-pagina-direita {
    top: 25%;
  }
}
.classe-contato1 {
  height: 841px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .classe-contato1 {
    height: 540px !important;
  }
}

.mapa-contato {
  border-radius: 30px;
}

.classe-contato2 {
  height: 881px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .classe-contato2 {
    height: 540px !important;
  }
}
.mapa {
  width: 100%;
  height: 686px;
}
@media (max-width: 767px) {
  .mapa {
    height: 540px !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .mapa {
    height: 55% !important;
  }
}
.localizacao-fotos {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .localizacao-fotos {
    margin-top: 30px !important;
  }
}
.tabela-contato {
  padding: 20px 15px 20px 0px;
}
.tabela-fonte {
  font-size: 14px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .tabela-fonte {
    font-size: 12px !important;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .tabela-fonte {
    font-size: 11px !important;
  }
}
@media (max-width: 767px) {
  .tabela-fonte {
    font-size: 11px !important;
  }
}
#conteudo {
  /* width: 52%;
  margin-top: -83%;
  margin-left: 21%;
  border-radius: 20px; */
  padding: 30px;
  padding-top: 20px;
  display: contents;
  /*----------- CONFIGURAï¿½ï¿½ES MD ------------*/
  /*----------- CONFIGURAï¿½ï¿½ES SM------------*/
  /*----------- CONFIGURAï¿½ï¿½ES XS ------------*/
  /*----------- CONFIGURAï¿½ï¿½ES LG ------------*/
}
/* @media (min-width: 992px) and (max-width: 1200px) {
  #conteudo {
    width: 57% !important;
    margin-top: -101%;
    margin-left: 147%;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  #conteudo {
    width: 100% !important;
    margin-top: -208%;
    margin-left: 216%;
  }
}
@media (max-width: 767px) {
  #conteudo {
    width: 35% !important;
    margin-top: -63% !important;
    margin-left: 61% !important;
  }
}
@media (min-width: 1440px) {
  #conteudo {
    margin-left: 143% !important;
  }
}
@media (min-width: 1920px) {
  #conteudo {
    margin-left: 27% !important;
  }
} */
#conteudo-contato {
  width: 52%;
  margin-top: -47%;
  margin-left: 38%;
  border-radius: 20px;
  padding: 30px;
  padding-top: 20px;
  /*----------- CONFIGURAï¿½ï¿½ES MD ------------*/
  /*----------- CONFIGURAï¿½ï¿½ES SM------------*/
  /*----------- CONFIGURAï¿½ï¿½ES XS ------------*/
}
@media (min-width: 992px) and (max-width: 1200px) {
  #conteudo-contato {
    width: 100% !important;
    margin-top: -73%;
    margin-left: -3%;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  #conteudo-contato {
    width: 112% !important;
    margin-top: -326%;
    margin-left: 188%;
  }
}
@media (max-width: 767px) {
  #conteudo-contato {
    width: 94% !important;
    margin-top: -4% !important;
    margin-bottom: 4%;
    margin-left: 3% !important;
  }
}
@media (min-width: 1920px) {
  #conteudo-contato {
    margin-left: 38% !important;
  }
}
.nav-social-itens {
  border-bottom: 1px solid transparent;
  margin-bottom: 30px;
  height: auto;
}
.nav-social-itens .nav-tabs {
  height: auto;
}
.nav-social-itens .nav-tabs &gt; li {
  height: 100px;
  width: 100px;
  margin-right: 30px;
  text-align: center;
  padding: 10px;
  background-color: #7f9168;
}
.nav-social-itens .nav-tabs &gt; .active {
  background-color: #0057a6;
}
.nav-social-itens .nav-tabs &gt; li &gt; a {
  margin: 0px;
  padding: 0px;
  line-height: 80px;
  border: none !important;
  border-radius: 0px;
  background-color: transparent !important;
}
.owl-carousel-social {
  position: relative;
  /*.item*/
}
.owl-carousel-social .btn-carousel-left {
  position: absolute;
  z-index: 15;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  background: #0057a6;
  color: #ffffff;
  left: 0px;
  top: calc(32% - 44.5px);
  transition: all 0.5s ease-out;
}
@media (max-width: 991px) {
  .owl-carousel-social .btn-carousel-left {
    width: 30px;
    height: 30px;
    line-height: 15px;
    top: calc(12% - 30px);
    left: 0px;
  }
}
.owl-carousel-social .btn-carousel-right {
  position: absolute;
  z-index: 20;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  background: #0057a6;
  color: #ffffff;
  right: 29%;
  top: calc(32% - 44.5px);
  transition: all 0.5s ease-out;
}
@media (max-width: 991px) {
  .owl-carousel-social .btn-carousel-right {
    width: 30px;
    height: 30px;
    line-height: 15px;
    top: calc(12% - 30px);
    right: 0px;
  }
}
.owl-carousel-social .item {
  /*h-carousel-box-foto*/
}
.owl-carousel-social .item .h-carousel-box-foto {
  height: 600px;
  width: 100%;
  position: relative;
  /*.h-carousel-foto*/
}
@media (max-width: 768px) {
  .owl-carousel-social .item .h-carousel-box-foto {
    height: 300px;
  }
}
.owl-carousel-social .item .h-carousel-box-foto .h-carousel-foto {
  z-index: 3;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
@media (min-width: 1200px) {
  .owl-carousel-social .item .h-carousel-box-foto .h-carousel-foto {
    width: 71% !important;
  }
}
@media (max-width: 767px) {
  .owl-carousel-social .item .h-carousel-box-foto .h-carousel-foto {
    position: relative !important;
  }
}
.owl-carousel-social .item .h-carousel-box-foto .h-carousel-legenda {
  z-index: 5;
  width: 360px;
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 30px;
  color: #ffffff;
}
.owl-carousel-social .item .h-carousel-box-foto .h-carousel-titulo {
  z-index: 6;
  height: auto;
  width: 100%;
  min-height: 70px;
  font-size: 70px;
  line-height: 70px;
  text-align: right;
  position: absolute;
  bottom: 5px;
  right: 15px;
  text-shadow: 0px 0px 12px #000000;
  color: #ffffff;
  font-weight: 900;
}
.rolagem {
  z-index: 999999999999;
  padding: 15px;
  position: relative;
  overflow-y: scroll !important;
  overflow-x: hidden !important;
  text-align: right !important;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .rolagem {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .rolagem {
    width: 100% !important;
  }
}
.rolagem::-webkit-scrollbar-thumb {
  background: #ffcc29;
  border-radius: 5px;
}
.rolagem::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}
.controla-rolagem {
  position: absolute;
  bottom: 15px !important;
  right: 15px !important;
}
.owl-carousel-social-aux {
  position: relative;
  /*.item*/
}
.owl-carousel-social-aux .owl-stage-outer {
  padding: 40px 0px;
}
.owl-carousel-social-aux .btn-carousel-left {
  position: absolute;
  z-index: 15;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  background: #0057a6;
  color: #ffffff;
  left: -30px;
  top: calc(50% - 25px);
  transition: all 0.5s ease-out;
}
@media (max-width: 768px) {
  .owl-carousel-social-aux .btn-carousel-left {
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: calc(50% - 15px);
    left: 0;
  }
}
.owl-carousel-social-aux .btn-carousel-right {
  position: absolute;
  z-index: 20;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  background: #0057a6;
  color: #ffffff;
  right: -30px;
  top: calc(50% - 25px);
  transition: all 0.5s ease-out;
}
@media (max-width: 768px) {
  .owl-carousel-social-aux .btn-carousel-right {
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: calc(50% - 15px);
    right: 0px;
  }
}
.owl-carousel-social-aux .item {
  /*h-carousel-box-foto*/
}
.owl-carousel-social-aux .item .h-carousel-box-foto {
  height: 600px;
  width: 100%;
  position: relative;
  /*.h-carousel-foto*/
}
@media (max-width: 768px) {
  .owl-carousel-social-aux .item .h-carousel-box-foto {
    height: 300px;
  }
}
.owl-carousel-social-aux .item .h-carousel-box-foto .h-carousel-foto {
  z-index: 3;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
@media (max-width: 767px) {
  .owl-carousel-social-aux .item .h-carousel-box-foto .h-carousel-foto {
    position: relative !important;
  }
}
.owl-carousel-social-aux .item .h-carousel-box-foto .h-carousel-legenda {
  z-index: 5;
  height: auto;
  width: 360px;
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 30px;
  color: #ffffff;
}
.owl-carousel-social-aux .item .h-carousel-box-foto .h-carousel-titulo {
  z-index: 6;
  height: auto;
  width: 100%;
  min-height: 70px;
  font-size: 70px;
  line-height: 70px;
  text-align: right;
  position: absolute;
  bottom: 5px;
  right: 15px;
  text-shadow: 0px 0px 12px #000000;
  color: #ffffff;
  font-weight: 900;
}
.owl-carousel-social-icones {
  position: relative;
  /*.item*/
}
.owl-carousel-social-icones .btn-carousel-left {
  position: absolute;
  z-index: 15;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  background: #0057a6;
  color: #ffffff;
  left: -30px;
  top: calc(50% - 57.5px);
  transition: all 0.5s ease-out;
}
@media (max-width: 768px) {
  .owl-carousel-social-icones .btn-carousel-left {
    width: 30px;
    height: 30px;
    line-height: 15px;
    top: calc(50% - 30px);
    left: 0;
  }
}
.owl-carousel-social-icones .btn-carousel-right {
  position: absolute;
  z-index: 20;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  background: #0057a6;
  color: #ffffff;
  right: -30px;
  top: calc(50% - 57.5px);
  transition: all 0.5s ease-out;
}
@media (max-width: 768px) {
  .owl-carousel-social-icones .btn-carousel-right {
    width: 30px;
    height: 30px;
    line-height: 15px;
    top: calc(50% - 30px);
    right: 0px;
  }
}
.owl-carousel-social-icones .item {
  /*h-carousel-box-foto*/
}
.owl-carousel-social-icones .item .h-carousel-box-foto {
  height: 600px;
  width: 100%;
  position: relative;
  /*.h-carousel-foto*/
}
@media (max-width: 768px) {
  .owl-carousel-social-icones .item .h-carousel-box-foto {
    height: 300px;
  }
}
.owl-carousel-social-icones .item .h-carousel-box-foto .h-carousel-foto {
  z-index: 3;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
@media (max-width: 767px) {
  .owl-carousel-social-icones .item .h-carousel-box-foto .h-carousel-foto {
    position: relative !important;
  }
}
.owl-carousel-social-icones .item .h-carousel-box-foto .h-carousel-legenda {
  z-index: 5;
  height: auto;
  width: 360px;
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 30px;
  color: #ffffff;
}
.owl-carousel-social-icones .item .h-carousel-box-foto .h-carousel-titulo {
  z-index: 6;
  height: auto;
  width: 100%;
  min-height: 70px;
  font-size: 70px;
  line-height: 70px;
  text-align: right;
  position: absolute;
  bottom: 5px;
  right: 15px;
  text-shadow: 0px 0px 12px #000000;
  color: #ffffff;
  font-weight: 900;
}
.owl-carousel-social-home {
  position: relative;
  /*.item*/
}
.owl-carousel-social-home .btn-carousel-left {
  position: absolute;
  z-index: 15;
  width: 95px;
  height: 115px;
  font-size: 30px;
  line-height: 115px;
  text-align: center;
  background: #0057a6;
  color: #ffffff;
  left: -30px;
  top: calc(50% - 57.5px);
  transition: all 0.5s ease-out;
}
.owl-carousel-social-home .btn-carousel-left:hover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (max-width: 768px) {
  .owl-carousel-social-home .btn-carousel-left {
    width: 45px;
    height: 60px;
    line-height: 60px;
    top: calc(50% - 30px);
    left: 0;
  }
}
.owl-carousel-social-home .btn-carousel-right {
  position: absolute;
  z-index: 20;
  width: 95px;
  height: 115px;
  font-size: 30px;
  line-height: 115px;
  text-align: center;
  background: #0057a6;
  color: #ffffff;
  right: -30px;
  top: calc(50% - 57.5px);
  transition: all 0.5s ease-out;
}
.owl-carousel-social-home .btn-carousel-right:hover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (max-width: 768px) {
  .owl-carousel-social-home .btn-carousel-right {
    width: 45px;
    height: 60px;
    line-height: 60px;
    top: calc(50% - 30px);
    right: 0px;
  }
}
.owl-carousel-social-home .item {
  /*h-carousel-box-foto*/
}
.owl-carousel-social-home .item .h-carousel-box-foto {
  height: 600px;
  width: 100%;
  position: relative;
  /*.h-carousel-foto*/
}
@media (max-width: 768px) {
  .owl-carousel-social-home .item .h-carousel-box-foto {
    height: 300px;
  }
}
.owl-carousel-social-home .item .h-carousel-box-foto .h-carousel-foto {
  z-index: 3;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .owl-carousel-social-home .item .h-carousel-box-foto .h-carousel-foto {
    width: 62% !important;
  }
}
@media (max-width: 767px) {
  .owl-carousel-social-home .item .h-carousel-box-foto .h-carousel-foto {
    position: relative !important;
  }
}
.owl-carousel-social-home .item .h-carousel-box-foto .h-carousel-legenda {
  z-index: 5;
  height: auto;
  width: 300px;
  position: absolute;
  top: 40px;
  left: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 30px;
  color: #ffffff;
}
.owl-carousel-social-home .item .h-carousel-box-foto .h-carousel-titulo {
  z-index: 6;
  height: auto;
  width: 100%;
  min-height: 70px;
  font-size: 70px;
  line-height: 70px;
  text-align: right;
  position: absolute;
  bottom: 5px;
  right: 15px;
  text-transform: uppercase;
  text-shadow: 0px 0px 12px #000000;
  color: #ffffff;
  font-weight: 900;
}
.owl-carousel-social-secundario {
  position: relative;
  /*.item*/
}
.owl-carousel-social-secundario .btn-carousel-left {
  position: absolute;
  z-index: 15;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  background: #0057a6;
  color: #ffffff;
  left: -30px;
  top: calc(50% - 57.5px);
  transition: all 0.5s ease-out;
}
.owl-carousel-social-secundario .btn-carousel-left:hover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (max-width: 768px) {
  .owl-carousel-social-secundario .btn-carousel-left {
    width: 30px;
    height: 30px;
    line-height: 15px;
    top: calc(50% - 20px);
    left: 5px;
  }
}
.owl-carousel-social-secundario .btn-carousel-right {
  position: absolute;
  z-index: 20;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  background: #0057a6;
  color: #ffffff;
  right: -30px;
  top: calc(50% - 57.5px);
  transition: all 0.5s ease-out;
}
.owl-carousel-social-secundario .btn-carousel-right:hover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (max-width: 768px) {
  .owl-carousel-social-secundario .btn-carousel-right {
    width: 30px;
    height: 30px;
    line-height: 15px;
    top: calc(50% - 30px);
    right: 5px;
  }
}
.owl-carousel-social-secundario .item {
  padding: 15px;
}
.section-p-v-1 {
  width: 100%;
  height: 470px;
  overflow: hidden !important;
  position: relative;
}
.section-p-v-1 .video-bg {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.section-p-v-1 .video-bg video {
  min-width: 100%;
  min-height: 470px;
}
.section-p-v-1 .conteudo {
  width: 100%;
  height: 100%;
  font-family: "Yu_Gothic_UI_Light", sans-serif;
  color: #ffffff;
  font-size: 60px;
  text-shadow: 0px 0px 2px #000000;
  margin-top: 120px;
}
@media (max-width: 991px) {
  .section-p-v-1 .conteudo {
    font-size: 50px;
    margin-top: 30px;
  }
}
.section-p-v-2 {
  width: 100%;
  height: 250px;
  background: #ffd61f;
}
.section-p-v-2 .box-busca {
  width: 100%;
  margin-top: -350px;
}
.section-p-v-2 .box-titulo {
  margin: 40px 0px;
  font-family: "Yu_Gothic_UI_Light", sans-serif;
  color: #ffffff;
  text-shadow: 0px 0px 7px #f58602;
  text-align: center;
}
.section-p-v-2 .box-titulo .f1 {
  font-size: 38px;
  line-height: 38px;
}
.section-p-v-2 .box-titulo .f2 {
  font-size: 26px;
  line-height: 26px;
}
.section-p-v-2 .box-titulo .f3 {
  font-size: 97px;
  line-height: 80px;
}
.section-p-v-2 .box-video {
  position: relative;
  width: 100%;
  height: 250px;
  transform: rotate(-2deg);
  transition: all ease 0.5s;
}
.section-p-v-2 .box-video:hover {
  transform: rotate(0deg);
  transition: all ease 0.5s;
}
.section-p-v-2 .box-video .video {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.section-p-v-2 .box-video .video:before {
  position: absolute;
  content: "";
  width: calc(100% + 60px);
  height: calc(100% + 60px);
  top: -30px;
  left: -30px;
  border: solid 1px #ffffff;
  transform: rotate(1deg);
  z-index: -1;
}
.section-p-v-2 .box-video .video:after {
  position: absolute;
  content: "";
  width: calc(100% + 60px);
  height: calc(100% + 60px);
  top: -30px;
  left: -30px;
  border: solid 1px #ffffff;
  transform: rotate(-1deg);
  z-index: -1;
}
@media (max-width: 991px) {
  .section-p-v-2 {
    height: auto;
    padding-bottom: 60px;
  }
  .section-p-v-2 .box-busca {
    margin-top: -250px;
  }
  .section-p-v-2 .box-video {
    height: 300px;
    max-width: 550px;
    margin: 0 auto;
  }
}
.section-p-v-3 {
  width: 100%;
  height: 570px;
  background: #f1f1f1;
  position: relative;
  z-index: -1;
  overflow: hidden !important;
}
.section-p-v-3 .video-bg {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.section-p-v-3 .video-bg video {
  min-width: 100%;
  min-height: 570px;
}
.section-p-v-3 .box-texto {
  position: relative;
  width: 100%;
}
.section-p-v-3 .box-texto .texto {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  font-size: 14px;
  text-transform: none;
}
.section-p-v-3 .titulo {
  position: absolute;
  right: 5px;
  bottom: 1px;
  font-family: "Gotham__Black", sans-serif;
  font-size: 70px;
  line-height: 70px;
  color: #ffffff;
  text-shadow: 0px 0px 2px #000000;
  text-transform: none;
}
@media (max-width: 767px) {
  .section-p-v-3 .titulo {
    font-size: 30px;
    line-height: 30px;
  }
}
.section-p-v-4 {
  width: 100%;
  padding: 50px 0px;
  background: #ffd61f;
}
.section-p-v-4 .box-titulo {
  margin-bottom: 30px;
  font-family: "Yu_Gothic_UI_Light", sans-serif;
  color: #ffffff;
  text-shadow: 0px 0px 7px #f58602;
  text-align: center;
}
.section-p-v-4 .box-titulo .f1 {
  font-size: 50px;
  line-height: 50px;
}
.section-p-v-4 .box-titulo .f2 {
  font-size: 47px;
  line-height: 47px;
}
.section-p-v-4 .box-titulo .f3 {
  font-size: 50px;
  line-height: 50px;
}
.section-p-v-4 .owl-carousel-p-v .owl-dots {
  position: absolute;
  right: -15px !important;
  top: calc(50% - 50px);
  display: inline-grid;
}
.section-p-v-4 .owl-carousel-p-v .owl-dots .active span {
  display: block;
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #fff212;
  background: #ff9933 !important;
}
.section-p-v-4 .owl-carousel-p-v .owl-dots .owl-dot span {
  display: block;
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #ff9933 !important;
  background: #fff212;
}
.section-p-v-4 .owl-carousel-p-v .item .box-foto {
  width: 33%;
  padding-top: 25%;
  background-size: cover !important;
  background-position: center !important;
  background-color: #ffffff;
  float: left;
  opacity: 0.5;
  transition: all ease 0.5s;
}
.section-p-v-4 .owl-carousel-p-v .item .box-foto:hover {
  opacity: 1;
  transition: all ease 0.5s;
  cursor: pointer;
}
.section-p-faq {
  padding: 80px 0px;
  background-color: #ffcc29 !important;
  background-size: contain !important;
}
.termo {
  overflow-y: scroll;
  height: 291px;
}
.termo::-webkit-scrollbar-thumb {
  background: #ffcc29;
  border-radius: 5px;
}
.termo::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}
.termos-de-uso {
  padding: 15px;
}
.faq-altura {
  background: url("../imgs/fundo_faq.png") !important;
  height: 300px;
  /*----------- CONFIGURAï¿½ï¿½ES SM------------*/
}
@media (max-width: 767px) {
  .faq-altura {
    height: 530px;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .faq-altura {
    height: 300px;
    margin-bottom: 25px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .faq-altura {
    height: 300px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .faq-altura {
    height: 350px;
  }
}
.faq-altura-elemento {
  height: 80px;
}
.faq-altura-elemento-botao {
  margin-top: 10px;
}
.mascaravideo {
  position: relative;
  background: rgba(49, 46, 35, 0.6);
  width: 100%;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}
.mascaravideo1 {
  position: relative;
  background: url("/imgs/video-2.png");
  width: 100%;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.mascaravideo2 {
  position: relative;
  background: url("/imgs/video-1.png");
  width: 100%;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.produto-rolagem {
  overflow-y: scroll !important;
  height: 350px !important;
  overflow-x: hidden !important;
}
@media (min-width: 768px) and (max-width: 992px) {
  .produto-rolagem {
    height: 250px !important;
  }
}
@media (min-width: 1440px) {
  .produto-rolagem {
    height: 550px !important;
  }
}
.produto-rolagem::-webkit-scrollbar-thumb {
  background: #ffcc29;
  border-radius: 5px;
}
.produto-rolagem::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}
.box-produto-tipo-rolagem {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  padding: 25px;
  margin-top: -120px;
  margin-right: 50px;
}
.rolagem-transparencia {
  overflow-x: scroll !important;
}
.rolagem-transparencia::-webkit-scrollbar-thumb {
  background: #46a106;
  border-radius: 5px;
}
.rolagem-transparencia::-webkit-scrollbar {
  height: 8px;
  background-color: transparent;
  left: 15%;
}
.classeteste1 {
  width: 30%;
}
.classeteste2 {
  width: 70%;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent !important;
}
.barra-pdv {
  width: 100%;
  height: 55px;
  top: 0px;
  left: 0px;
  background-color: rgba(255, 204, 42, 0.8);
  z-index: -1;
}
/* Styles specific to this particular page */
.scroll-pane {
  width: 100%;
  height: 200px;
  overflow: auto;
}
.horizontal-only {
  height: auto;
  max-height: 200px;
}
.teste11 {
  height: auto;
}
.auxiliar-social {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 120px;
}
.auxiliar-social .fake-title {
  color: transparent;
  font-size: 55px;
}
.auxiliar-social .barra {
  z-index: 9;
  position: absolute;
  padding-right: 30px;
}
.auxiliar-social .barra .titulo-secun {
  color: #ffffff;
  font-family: "Gotham", "gotham-book", sans-serif;
  font-size: 55px;
  text-shadow: 0px 0px 10px #969696;
}
@media (max-width: 767px) {
  .auxiliar-social .barra .titulo-secun {
    font-size: 40px;
  }
}
.auxiliar-social .barra .titulo-secun .fundo-barra {
  position: absolute;
  width: 100%;
  height: 55px;
  top: 0px;
  left: 0px;
  background-color: rgba(255, 204, 42, 0.8);
  z-index: -1;
}
.auxiliar-social .barra .titulo-secun .fundo-barra::before {
  position: absolute;
  content: "";
  right: 100%;
  top: 0px;
  width: 2000px;
  height: 55px;
  background-color: rgba(255, 204, 42, 0.8);
}
.section-menina-prats {
  background-image: url("/imgs/social-menina.png");
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 100px 0px;
}
.section-menina-prats .texto-menina-prats {
  color: #fff;
  text-align: center;
}
.section-menina-prats .texto-menina-prats .background-titulo-aux {
  background-size: cover;
  background-position: center;
  padding: 30px 5px 10px 5px;
}
.section-menina-prats
  .texto-menina-prats
  .background-titulo-aux
  .titulo-auxiliar-novo {
  font-family: "Gotham Black";
  font-weight: bold;
  font-size: 35px;
}
.section-menina-prats .texto-menina-prats .texto-auxiliar-novo {
  font-family: "Dancing Script", cursive !important;
  font-size: 20px;
  text-align: justify;
  padding: 0px 30px;
}
.capa-galeria-projetos {
  cursor: pointer;
  background-size: cover;
  padding-top: 65px;
  min-height: 135px;
  background-repeat: no-repeat;
  border: 10px #fff solid;
}
.titulo-galeria-projetos {
  text-align: right;
  font-weight: bold;
  line-height: 20px;
  margin-top: 145px;
  bottom: 0;
  font-size: 25px;
  color: #fff;
  text-shadow: 3px 3px 5px #000000;
  font-family: "Gotham Black";
}
@media (max-width: 767px) {
  .titulo-galeria-projetos {
    margin-top: 240px;
  }
}
.a9587c {
  margin-top: 85px;
  text-align: right;
  color: #777;
  line-height: 35px;
}
@media (max-width: 991px) {
  .a9587c {
    text-align: left !important;
  }
}
.a9587c .aa223 {
  font-size: 50px;
  font-family: "Gotham Black";
}
@media (max-width: 767px) {
  .a9587c .aa223 {
    font-size: 30px !important;
  }
}
.a9587c .titulo-projeto {
  font-size: 40px;
  font-weight: bold;
}
.a9587c .voltar-ao-inicio-galeria {
  margin-top: 150px;
}
@media (max-width: 1199px) {
  .a9587c .voltar-ao-inicio-galeria {
    margin-top: 50px !important;
  }
}
.a9587c .voltar-ao-inicio-galeria .abg46 {
  color: #777 !important;
  font-size: 22px;
  transition: all 0.5s ease;
}
.a9587c .voltar-ao-inicio-galeria .abg46:hover,
.a9587c .voltar-ao-inicio-galeria .abg46:focus {
  color: #000 !important;
  transition: all 0.5s ease;
}
.a9587c .voltar-ao-inicio-galeria .abg46:hover .s19986,
.a9587c .voltar-ao-inicio-galeria .abg46:focus .s19986 {
  color: #000 !important;
  transition: all 0.5s ease;
  margin-right: 15px !important;
}
.a9587c .voltar-ao-inicio-galeria .abg46 .s19986 {
  padding: 3px 6px;
  background-color: #96989a;
  color: #fff !important;
  font-size: 40px;
  transition: all 0.5s ease;
  margin-right: 10px;
}
.bloco-galeria-fotos-projetos {
  margin-top: 50px;
  padding-bottom: 25px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 415px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .bloco-galeria-fotos-projetos {
    height: 445px;
  }
}
@media (max-width: 767px) {
  .bloco-galeria-fotos-projetos {
    height: 510px;
  }
}
.bloco-galeria-fotos-projetos::-webkit-scrollbar-track {
  background-color: #d2d3d5;
  border-radius: 5px;
}
.bloco-galeria-fotos-projetos::-webkit-scrollbar {
  width: 10px;
  border-radius: 5px;
  background: #d2d3d5;
}
.bloco-galeria-fotos-projetos::-webkit-scrollbar-thumb {
  background: #fc0;
  border-radius: 5px;
}
.img-capa-social {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.jklik54 {
  background-color: #000;
  color: #fff;
  text-align: right;
  vertical-align: bottom;
}
.jklik54 .conteudo-projetos {
  height: 700px;
  overflow-y: auto;
  padding: 20px 50px 50px 50px;
}
@media (max-width: 767px) {
  .jklik54 .conteudo-projetos {
    padding: 25px 15px 25px 15px !important;
  }
}
.jklik54 .conteudo-projetos::-webkit-scrollbar-track {
  background-color: #d2d3d5;
  border-radius: 5px;
}
.jklik54 .conteudo-projetos::-webkit-scrollbar {
  width: 10px;
  border-radius: 5px;
  background: #d2d3d5;
}
.jklik54 .conteudo-projetos::-webkit-scrollbar-thumb {
  background: #fc0;
  border-radius: 5px;
}
.centraliza_conteudo {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.efeito-a2212 {
  transition: all 0.5s ease;
}
.efeito-a2212:hover,
.efeito-a2212:focus {
  transition: all 0.5s ease;
  transform: translateY(-3px);
}
.efeito-558578 {
  transition: all 0.5s ease;
}
.efeito-558578:hover,
.efeito-558578:focus {
  transition: all 0.5s ease;
  transform: scale(1.03);
}
.logo-social {
  position: absolute;
  bottom: 0px;
  right: 15px;
}
@media (max-width: 767px) {
  .logo-social {
    bottom: -65px !important;
  }
}
@font-face {
  font-family: "Gotham Black";
  src: url("../fonts/Gotham-Black.eot");
  src: url("../fonts/Gotham-Black.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gotham-Black.woff2") format("woff2"),
    url("../fonts/Gotham-Black.woff") format("woff"),
    url("../fonts/Gotham-Black.ttf") format("truetype"),
    url("../fonts/Gotham-Black.svg#Gotham") format("svg");
  font-style: normal;
}
.ma-2234 {
  margin: 0px 15px !important;
}
.row-campanha-atual .bloco-ultima-campanha {
  background-color: #fff;
  padding: 15px !important;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.row-campanhas-finalizadas {
  padding-top: 50px;
  padding-bottom: 250px;
}
@media (max-width: 992px) {
  .row-campanhas-finalizadas {
    padding-top: 15px !important;
  }
}
.row-rodape-biblioteca-campanhas {
  position: relative;
}
.row-rodape-biblioteca-campanhas img {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.bloco-finalizada {
  background-color: #fff;
  padding: 15px !important;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer !important;
}
@media (max-width: 992px) {
  .bloco-finalizada {
    margin-top: 15px;
  }
}
.bloco-finalizada .conteudo {
  padding-top: 15px;
}
.bloco-finalizada .conteudo p {
  color: #0057a6;
  font-weight: bold;
  font-family: "HP Simplified" !important;
  font-size: 20px;
}
.caso-nova-campanha {
  color: #fff;
  text-align: right;
  border-radius: 13px 0px 0px 13px;
  background-color: #0057a680;
  padding: 10px;
  width: 180px;
  float: right;
  margin-top: 130px;
}
@media (max-width: 767px) {
  .caso-nova-campanha {
    border-radius: 13px 13px 13px 13px !important;
    width: 100% !important;
    margin-top: 15px !important;
  }
}
.campanha-atual {
  position: absolute;
  max-width: 300px;
  bottom: 0px;
}
@media (max-width: 767px) {
  .campanha-atual {
    position: relative !important;
    margin-top: 15px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .campanha-atual {
    bottom: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .campanha-atual {
    max-width: 200px !important;
  }
}
.conteudo-modal-campanha-finalizada {
  text-align: right;
  color: #0057a6;
  font-weight: bold;
  font-family: "HP Simplified", sans-serif;
  background-color: #fff212;
  font-size: 25px;
  padding: 15px;
}
.smartprats {
  right: 0px;
  max-width: 230px;
  float: right;
}
@media (max-width: 767px) {
  .smartprats {
    float: none !important;
  }
}
.section-pagina-erro {
  width: 100%;
  color: #848688 !important;
  padding-top: 12%;
}
.section-pagina-erro .conteudo-erro {
  font-family: "HP Simplified Light";
}
@media (min-width: 992px) {
  .section-pagina-erro .conteudo-erro {
    margin-top: 100px;
    margin-left: -60px;
  }
}
.section-pagina-erro .conteudo-erro .titulo-erro {
  font-size: 50px;
  font-weight: 600;
  border-bottom: 1px #84868870 solid;
}
.section-pagina-erro .conteudo-erro .texto-erro {
  font-size: 22px;
}
.section-pagina-erro .conteudo-erro .conteudo-erro-rodape p {
  font-size: 25px;
  font-weight: 500;
}
.section-pagina-erro .conteudo-erro .conteudo-erro-rodape b {
  font-size: 22px;
}
.img-rodape-erro {
  margin-top: 85px;
  float: right;
  max-width: 210px;
}
.max-width-ssl {
  max-width: 100px !important;
  width: 100px !important;
}
[name="ss_imgTag"] {
  width: 100px !important;
}
.p-verde-titulo {
  font-weight: bold;
  color: #00a54f;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0px;
}
.p-verde-data-hora {
  font-weight: bold;
  font-size: 11px;
  color: #00a54f;
  text-align: center;
}
.p-verde-data-hora i {
  color: #00a54f;
  margin: 10px 30px 10px 30px !important;
  font-size: 15px;
}
.p-cinza-titulo {
  font-weight: bold;
  color: #bcbdc0;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0px;
}
.p-cinza-data-hora {
  font-weight: bold;
  font-size: 11px;
  color: #bcbdc0;
  text-align: center;
}
.p-cinza-data-hora i {
  color: #bcbdc0;
  margin: 10px 30px 10px 30px !important;
  font-size: 15px;
}
.wrapper-status {
  float: left;
  padding: 0px 45px;
  position: relative;
}
@media (max-width: 1199px) {
  .wrapper-status {
    width: 100% !important;
    margin-top: 30px !important;
    float: none !important;
  }
}
.preencha-fundo-cinza {
  background-color: #f4f4f4;
  padding: 25px;
}
.preencha-fundo-cinza p {
  color: #6b6e76;
  margin: 0px !important;
}
.preencha-fundo-cinza .preencha-fundo-amarelo {
  background-color: #f4e69c;
  padding: 15px;
  margin: 0px !important;
}
.preencha-fundo-cinza .preencha-fundo-amarelo p {
  color: #9a7007;
}
.preencha-fundo-cinza .preencha-fundo-amarelo .icone {
  margin-top: 15px;
  font-size: 25px;
  float: left;
  color: #9a7007;
}
.preencha-fundo-cinza .preencha-fundo-amarelo .conteudo {
  float: left;
}
@media (min-width: 1199px) {
  .icone-before-verde:before {
    content: "";
    position: absolute;
    width: 105%;
    height: 2px;
    top: 38%;
    right: -58%;
    background-color: #00a54f;
  }
}
@media (min-width: 1199px) {
  .icone-before-verde-em-analise:before {
    content: "";
    position: absolute;
    width: 105%;
    height: 2px;
    top: 38%;
    right: -50%;
    background-color: #00a54f;
  }
}
@media (min-width: 1199px) {
  .icone-before-cinza:before {
    content: "";
    position: absolute;
    width: 97%;
    height: 2px;
    top: 56%;
    right: -50%;
    background-color: #bcbdc0;
  }
}
#s img {
  transition: all 0.5s ease;
}
.marca-dagua-produtos {
  position: absolute;
  bottom: 10px;
  right: 15px;
  transition: all 0.5s ease;
}
.marca-dagua-produtos img {
  max-width: 85px;
  transition: all 0.5s ease;
}
.botao-acessar-login {
  background-color: #849daa;
  border-radius: 8px;
  transition: all 0.5s ease;
  width: 100%;
  border: 1px #849daa solid;
  margin-top: 30px;
}
.input-login {
  border-radius: 8px;
  color: #647883;
  text-align: center;
  padding-left: 42.5px;
}
.input-login::placeholder {
  font-weight: 300 !important;
  font-size: 13px;
  font-family: "Arial";
}
.textos-login {
  color: #647883;
  margin: 15px 0px 30px 0px;
}
.rodape-login {
  font-size: 9px;
  margin-top: 30px;
  color: #647883;
}
.nao-possui-cadastro {
  color: #0057a6;
  margin-top: 5px;
  font-family: "Arial", sans-serif;
}
.nao-possui-cadastro a {
  color: #0057a6;
}
.nao-possui-cadastro u b {
  color: #0057a6;
}
.titulo-painel-login {
  font-family: "HP Simplified";
  color: #647883;
  font-weight: bold;
  font-size: 36px;
}
.gerencie-login {
  font-size: 15px;
  font-family: "Arial", sans-serif;
}
.logomarca-login {
  margin: 30px 0px 0px 0px;
}
.logomarca-login img {
  max-width: 275px;
}
.usuario-login {
  font-weight: bold;
  color: #647883;
  margin-bottom: 3px;
}
.usuario-senha {
  font-weight: bold;
  color: #647883;
  margin-bottom: 3px;
  margin-top: 20px;
}
.lembrar-me-login {
  font-weight: bold;
  color: #647883;
}
.img-creation {
  height: 100vh;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .img-creation {
    height: 105vh !important;
  }
}
.img-creation img {
  position: absolute;
  bottom: 15px;
  left: 15px;
  max-width: 100px;
}
@media (min-width: 1365px) and (max-width: 1599px) {
  .margin-top-vh {
    margin-top: 9vh;
  }
}
@media (min-width: 1600px) {
  .margin-top-vh {
    margin-top: 15vh;
  }
}
.input-login-modal {
  color: #647883;
  text-align: left;
  font-weight: 300 !important;
  font-family: "Arial";
}
.input-login-modal::placeholder {
  font-weight: 300 !important;
  font-size: 13px;
  font-family: "Arial";
}
.placeholders-cinza::placeholder {
  color: #ccc !important;
}
.img-carrossel-campanha-atual {
  max-width: 250px;
}
@media (min-width: 768px) {
  .img-carrossel-campanha-atual {
    float: right;
  }
}
@media (max-width: 768px) {
  .img-carrossel-campanha-atual {
    display: block !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
.proximas-campanhas {
  position: absolute;
  max-width: 300px;
  top: 200px;
  background-color: #517da680;
  padding: 25px;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .proximas-campanhas {
    position: relative !important;
    top: 0px !important;
    width: 100% !important;
    margin: 0px !important;
    border-radius: 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .proximas-campanhas {
    left: 190px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .proximas-campanhas {
    max-width: 210px !important;
  }
}
@media (min-width: 1199px) {
  .proximas-campanhas {
    left: 25px;
  }
}
.proximas-campanhas .texto-proximas-campanhas {
  color: #fff;
  font-size: 16px;
  margin: 0px !important;
}
.section-livros-para-todos-padrao {
  background-color: #fff !important;
  padding: 50px 0px 80px 0px;
  color: #898582;
  font-size: 16px;
}
.section-livros-para-todos-padrao-padding {
  background-color: #fff !important;
  padding: 50px 0px 150px 0px;
  color: #898582;
  font-size: 16px;
}
@media (min-width: 1600px) {
  .section-livros-para-todos-padrao-padding {
    padding: 50px 0px 150px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1599px) {
  .section-livros-para-todos-padrao-padding {
    padding: 50px 0px 100px 0px;
  }
}
@media (max-width: 991px) {
  .section-livros-para-todos-padrao-padding {
    padding: 50px 0px 0px 0px;
  }
}
.section-boas-praticas-padrao-padding {
  background-color: #fff !important;
  padding: 0px 0px 150px 0px;
  color: #898582;
  font-size: 16px;
}
@media (min-width: 1600px) {
  .section-boas-praticas-padrao-padding {
    padding: 0px 0px 150px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1599px) {
  .section-boas-praticas-padrao-padding {
    padding: 0px 0px 100px 0px;
  }
}
@media (max-width: 991px) {
  .section-boas-praticas-padrao-padding {
    padding: 0px 0px 0px 0px;
  }
}
.background-topo-livros-para-todos {
  position: relative;
}
.img-topo-section-livros {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
@media (min-width: 992px) and (max-width: 1599px) {
  .img-topo-section-livros {
    height: 82%;
  }
}
@media (min-width: 1600px) {
  .img-topo-section-livros {
    height: 80%;
  }
}
@media (min-width: 1920px) {
  .img-topo-section-livros {
    height: 85%;
  }
}
@media (min-width: 2500px) {
  .img-topo-section-livros {
    height: 100%;
  }
}
.img-topo-section-livros-2 {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
@media (min-width: 992px) and (max-width: 1599px) {
  .img-topo-section-livros-2 {
    height: 82%;
  }
}
@media (min-width: 1600px) {
  .img-topo-section-livros-2 {
    height: 80%;
  }
}
@media (min-width: 1920px) {
  .img-topo-section-livros-2 {
    height: 85%;
  }
}
@media (min-width: 2500px) {
  .img-topo-section-livros-2 {
    height: 100%;
  }
}
.img-topo-boas-praticas {
  width: 100%;
  left: 0px;
  top: 0px;
}
.img-topo-section-potecheio {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
@media (min-width: 992px) and (max-width: 1599px) {
  .img-topo-section-potecheio {
    height: 85%;
  }
}
@media (min-width: 1600px) {
  .img-topo-section-potecheio {
    height: 80%;
  }
}
@media (min-width: 1920px) {
  .img-topo-section-potecheio {
    height: 85%;
  }
}
@media (min-width: 2500px) {
  .img-topo-section-potecheio {
    height: 100%;
  }
}
.img-livrosparatodos {
  position: absolute;
  right: 20%;
  top: 50%;
  width: 40%;
  max-width: 712px;
}
@media (min-width: 992px) and (max-width: 1599px) {
  .img-livrosparatodos {
    right: 25%;
    top: 38%;
  }
}
@media (min-width: 1366px) and (max-width: 1599px) {
  .img-livrosparatodos {
    right: 25%;
    top: 33%;
    width: 35%;
  }
}
@media (min-width: 2500px) {
  .img-livrosparatodos {
    right: 35% !important;
    top: 45% !important;
    width: 30%;
    max-width: 500px;
  }
}
@media (min-width: 1600px) {
  .img-livrosparatodos {
    right: 32% !important;
    top: 40% !important;
    width: 30%;
    max-width: 575px;
  }
}
.img-bolsadesangue {
  position: absolute;
  right: 20%;
  top: 50%;
  width: 32%;
  max-width: 712px;
}
@media (min-width: 992px) and (max-width: 1599px) {
  .img-bolsadesangue {
    right: 20%;
    top: 42%;
  }
}
@media (min-width: 1366px) and (max-width: 1599px) {
  .img-bolsadesangue {
    right: 20%;
    top: 38%;
    width: 28%;
    max-width: 420px;
  }
}
@media (min-width: 2500px) {
  .img-bolsadesangue {
    right: 31% !important;
    top: 50% !important;
    width: 15%;
    max-width: 450px;
  }
}
@media (min-width: 1600px) and (max-width: 2499px) {
  .img-bolsadesangue {
    right: 23% !important;
    top: 40% !important;
    width: 23%;
    max-width: 450px;
  }
}

.img-natalsolidario {
  position: absolute;
  right: 15%;
  padding-top: 25px;
  max-width: 400px;
}
@media (min-width: 992px) and (max-width: 1599px) {
  .img-natalsolidario {
    right: 15%;
    padding-top: 25px;
    max-width: 400px;
  }
}
@media (min-width: 2500px) {
  .img-natalsolidario {
    padding-top: 25px;
    max-width: 400px;
  }
}
@media (min-width: 1600px) and (max-width: 2499px) {
  .img-natalsolidario {
    padding-top: 25px;
    max-width: 400px;
  }
}
.img-boaspraticas {
  position: absolute;
  right: 20%;
  top: 50%;
  width: 28%;
  max-width: 712px;
}
@media (min-width: 992px) and (max-width: 1599px) {
  .img-boaspraticas {
    right: 15%;
    top: 55%;
    max-width: 400px;
  }
}
@media (min-width: 2500px) {
  .img-boaspraticas {
    right: 30% !important;
    top: 63% !important;
    max-width: 450px;
  }
}
@media (min-width: 1600px) and (max-width: 2499px) {
  .img-boaspraticas {
    right: 22% !important;
    top: 59% !important;
    max-width: 420px;
  }
}
.img-potecheio {
  position: absolute;
  right: 40%;
  top: 50%;
  width: 35%;
  max-width: 377px;
}

.img-criancasorrir {
  position: absolute;
  right: 10%;
  top: 50%;
  width: 100%;
  max-width: 377px;
}

.img-cavalinho-criancas {
  position: absolute;
  right: 20%;
  top: 50%;
  width: 40%;
  max-width: 377px;
}
@media (min-width: 992px) and (max-width: 1599px) {
  .img-cavalinho-criancas {
    right: 15%;
    top: 62%;
  }
}
@media (min-width: 1366px) and (max-width: 1599px) {
  .img-cavalinho-criancas {
    right: 15%;
    top: 60%;
    width: 40%;
  }
}
@media (min-width: 1600px) {
  .img-cavalinho-criancas {
    right: 24% !important;
    top: 55% !important;
    width: 30%;
    max-width: 575px;
  }
}
@media (min-width: 2500px) {
  .img-cavalinho-criancas {
    right: 33% !important;
    top: 60% !important;
    width: 40%;
    max-width: 500px;
  }
}
.img-sementesparatodos {
  position: absolute;
  right: 20%;
  top: 50%;
  width: 32%;
  z-index: 2;
  max-width: 712px;
}
@media (min-width: 992px) and (max-width: 1599px) {
  .img-sementesparatodos {
    right: 16%;
    top: 48%;
  }
}
@media (min-width: 1366px) and (max-width: 1599px) {
  .img-sementesparatodos {
    right: 20%;
    top: 42%;
    width: 28%;
  }
}
@media (min-width: 1600px) and (max-width: 1919px) {
  .img-sementesparatodos {
    right: 23% !important;
    top: 46% !important;
    width: 25%;
  }
}
@media (min-width: 1920px) and (max-width: 2499px) {
  .img-sementesparatodos {
    right: 25% !important;
    top: 47% !important;
    width: 23%;
    max-width: 440px;
  }
}
@media (min-width: 2500px) {
  .img-sementesparatodos {
    right: 34% !important;
    top: 56% !important;
    width: 30%;
    max-width: 400px;
  }
}
.img-sementesparatodos-xs {
  max-width: 350px;
  width: 100%;
}
.container-top {
  margin-top: 20px;
}
.text-natal-solidario {
  padding: 5px;
  margin-top: 20px;
}
.texto-abril {
  margin: 0 !important;
  color: #fff;
  text-align: right;
}
@media (max-width: 991px) {
  .texto-abril {
    color: #898582 !important;
    text-align: center !important;
  }
}
.rodape-livros {
  position: relative;
}
.criancas-imagem {
  position: absolute;
  bottom: 0px !important;
  left: 2% !important;
  width: 40%;
  z-index: 2;
}
@media (min-width: 1920px) {
  .criancas-imagem {
    width: 768px;
  }
}
.bolsa-de-sangue-imagem {
  position: absolute;
  bottom: 15px !important;
  left: 12% !important;
  width: 25%;
  z-index: 2;
  max-width: 400px;
}
@media (min-width: 1920px) {
  .bolsa-de-sangue-imagem {
    max-width: 500px;
    bottom: 30px !important;
  }
}
.garota-caixa-imagem {
  position: absolute;
  bottom: 15px !important;
  left: 20% !important;
  width: 25%;
  z-index: 2;
  max-width: 302px;
}
@media (min-width: 1600px) and (max-width: 1919px) {
  .garota-caixa-imagem {
    max-width: 350px;
  }
}
@media (min-width: 1920px) {
  .garota-caixa-imagem {
    max-width: 400px;
    bottom: 30px !important;
  }
}
@media (min-width: 2500px) {
  .garota-caixa-imagem {
    max-width: 500px;
    bottom: 30px !important;
  }
}
.ajuda-senhor-imagem {
  position: absolute;
  bottom: 50px !important;
  left: 12% !important;
  width: 40%;
  z-index: 2;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ajuda-senhor-imagem {
    bottom: 45px !important;
  }
}
@media (min-width: 1366px) and (max-width: 1599px) {
  .ajuda-senhor-imagem {
    bottom: 65px !important;
  }
}
@media (min-width: 1600px) and (max-width: 1919px) {
  .ajuda-senhor-imagem {
    max-width: 600px;
    bottom: 65px !important;
    left: 15% !important;
  }
}
@media (min-width: 1920px) {
  .ajuda-senhor-imagem {
    max-width: 600px;
    bottom: 80px !important;
    left: 17% !important;
  }
}
@media (min-width: 2500px) {
  .ajuda-senhor-imagem {
    max-width: 600px;
    bottom: 100px !important;
    left: 20% !important;
  }
}
.animais-imagem {
  position: absolute;
  bottom: 0px !important;
  left: 12% !important;
  width: 40%;
  z-index: 2;
}
@media (min-width: 1920px) {
  .animais-imagem {
    width: 768px;
  }
}
.dupla-cavalinho {
  position: absolute;
  bottom: 0px !important;
  left: 12% !important;
  width: 30%;
  z-index: 2;
}
@media (min-width: 1920px) {
  .dupla-cavalinho {
    width: 600px;
  }
}
@media (min-width: 2560px) {
  .dupla-cavalinho {
    width: 700px;
  }
}
.moleque-imagem {
  position: absolute;
  bottom: 26% !important;
  left: 2% !important;
  width: 30%;
  z-index: 2;
}
@media (max-width: 767px) {
  .moleque-imagem {
    bottom: 11% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .moleque-imagem {
    bottom: 18% !important;
  }
}
@media (min-width: 1600px) and (max-width: 1919px) {
  .moleque-imagem {
    bottom: 35%;
  }
}
@media (min-width: 1920px) and (max-width: 2499px) {
  .moleque-imagem {
    position: absolute;
    bottom: 45% !important;
    left: 2% !important;
    width: 25%;
    z-index: 2;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .moleque-imagem {
    bottom: 26% !important;
  }
}
@media (min-width: 2500px) {
  .moleque-imagem {
    position: absolute;
    bottom: 60% !important;
    left: 2% !important;
    width: 25%;
    z-index: 2;
  }
}
.criancas-margem-bottom {
  margin-bottom: 20%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .criancas-margem-bottom {
    margin-bottom: 8%;
  }
}
@media (max-width: 991px) {
  .criancas-margem-bottom {
    margin-bottom: 8%;
  }
}
.dupla-cavalinho-margem-bottom {
  margin-bottom: 15%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .dupla-cavalinho-margem-bottom {
    margin-bottom: 8%;
  }
}
@media (max-width: 991px) {
  .dupla-cavalinho-margem-bottom {
    margin-bottom: 8%;
  }
}
.animais-margem-bottom {
  margin-bottom: 5%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .animais-margem-bottom {
    margin-bottom: 4%;
  }
}
@media (max-width: 991px) {
  .animais-margem-bottom {
    margin-bottom: 4%;
  }
}
@media (min-width: 1600px) {
  .animais-margem-bottom {
    margin-bottom: 10%;
  }
}
.font-text-size {
  font-size: 70px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .font-text-size {
    font-size: 50px;
  }
}
.flex-centralizado {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.semente-imagem {
  max-width: 465px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .semente-imagem {
    margin-top: 62px;
  }
}
.mulher-imagem {
  max-width: 500px;
  margin-right: 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mulher-imagem {
    margin-top: 62px;
  }
}
.homemm-imagem {
  max-width: 380px;
  margin-right: 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .homemm-imagem {
    margin-top: 62px;
  }
}
.homem-caixa-imagem {
  max-width: 480px;
  margin-right: 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .homem-caixa-imagem {
    margin-top: 62px;
  }
}
.punhado-maos {
  max-width: 380px;
  margin-right: 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .punhado-maos {
    margin-top: 62px;
  }
}
.pote-cheio-imagem {
  max-width: 580px;
  margin-right: 0px;
  margin-top: 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pote-cheio-imagem {
    max-width: 485px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .pote-cheio-imagem {
    margin-top: 30px;
  }
}
@media (min-width: 1920px) and (max-width: 2559px) {
  .pote-cheio-imagem {
    margin-top: 30px;
  }
}
@media (min-width: 2560px) {
  .pote-cheio-imagem {
    margin-top: 50px;
  }
}
.menininha-imagem {
  max-width: 500px;
  margin-right: 0px;
  margin-top: 53px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .menininha-imagem {
    margin-top: 62px;
  }
}
.box-texto-livros {
  color: #918c89;
  border: 1px #727070 solid;
  margin-top: 30px;
  font-size: 20px;
  line-height: 20px;
  padding: 20px;
  position: relative;
  font-weight: bold;
}
.box-texto-livros::after {
  content: url("/imgs/folha.png");
  position: absolute;
  left: -10px;
  top: -25px;
  background-color: #fcf9f2;
}
.box-texto-criancassorir {
  color: #7d2b8e;
  border: 4px #bd8407 solid;
  border-radius: 10px;
  margin-top: 30px;
  font-size: 20px;
  line-height: 20px;
  padding: 20px;
  position: relative;
  font-weight: bold;
  background-color: #c8baa9;
}
.box-texto-criancassorir::after {
  content: url("/imgs/boaspraticas/2023/criancasorrir/estrela.png");
  position: absolute;
  left: -18px;
  top: -25px;
}

.box-texto-natalsolidario {
  color: #1c6a69;
  border: 4px #e19a0f solid;
  border-radius: 10px;
  margin-top: 30px;
  font-size: 20px;
  line-height: 20px;
  padding: 20px;
  position: relative;
  font-weight: bold;
  background-color: #d8e2e0;
}

.box-texto-natalsolidario::after {
  content: url("/imgs/boaspraticas/2023/natalsolidario/coracao.png");
  position: absolute;
  left: -18px;
  top: -25px;
}
.margem-top-textos {
  margin-top: 75px;
}
@media (min-width: 1200px) {
  .margem-top-textos {
    margin-top: 73px;
  }
}
@media (min-width: 1920px) and (max-width: 2559px) {
  .margem-top-textos-abc {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .margem-top-textos-abc {
    margin-top: 30px;
  }
}
@media (min-width: 2560px) {
  .margem-top-textos-abc {
    margin-top: 50px;
  }
}
.borda-preta::after {
  content: "";
  position: absolute;
  bottom: 0px;
  background-color: #727070;
  height: 1px;
  width: calc(100% - 15px);
  left: 0px;
}

.borda-amarela::after {
  content: "";
  position: absolute;
  bottom: 0px;
  background-color: #f9cc00;
  height: 3px;
  width: calc(100% - 15px);
  left: 0px;
}

@media (min-width: 992px) {
  .tira-margem-aux {
    border-bottom: none !important;
  }
}
.img-livrosparatodos-xs {
  max-width: 500px;
  width: 100%;
}
.img-natal-xs {
  max-width: 500px;
  width: 100%;
  margin-top: 50px;
}
.img-potecheio-xs {
  max-width: 500px;
  width: 100%;
}
.img-criancasorrir-xs {
  max-width: 500px;
  width: 100%;
}
.img-boaspraticas-xs {
  max-width: 500px;
  margin-top: 75px;
  width: 85%;
}
@media (min-width: 991px) {
  .margem-top-xs-35 {
    margin-top: 35%;
  }
}
.rodape-margem-ajustada {
  padding: 200px 0px 100px 0px;
}
@media (max-width: 767px) {
  .rodape-margem-ajustada {
    padding: 100px 0px;
  }
}
.body-img-background {
  background-image: url("/imgs/fundo-geral.png");
  background-size: cover;
  background-repeat: repeat-y;
  background-position: center;
}
.cor-preta-xs {
  color: #898582 !important;
}
.padding-auxiliar-corrigido {
  padding-left: 8.33333333%;
}
.imagem-prorrogacao-campanha {
  background-image: url("/imgs/prorrogacao_campanha.png");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 350px;
}
@media (max-width: 991px) {
  .imagem-prorrogacao-campanha {
    background-position: center;
    margin-bottom: 15px;
  }
}
.section-livros-para-todos-padrao-padding-potecheio {
  background-color: #fff !important;
  padding: 50px 0px 150px 0px;
  color: #898582;
  font-size: 16px;
}
@media (min-width: 1600px) {
  .section-livros-para-todos-padrao-padding-potecheio {
    padding: 0px 0px 150px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1599px) {
  .section-livros-para-todos-padrao-padding-potecheio {
    padding: 0px 0px 100px 0px;
  }
}
@media (max-width: 991px) {
  .section-livros-para-todos-padrao-padding-potecheio {
    padding: 50px 0px 0px 0px;
  }
}
.section-livros-para-todos-padrao-padding-potecheio .texto-abril {
  margin-top: 120px;
  font-size: 22px;
}
@media (max-width: 991px) {
  .section-livros-para-todos-padrao-padding-potecheio .texto-abril {
    margin-top: 30px;
  }
}
/*# sourceMappingURL=style.css.map */

.box-centralizado-login {
  max-width: 100%;
}
.auxiliar-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

@media (min-width: 1200px) {
  .margemTopNegativaAuxiliar {
    margin-top: -145px;
  }
}

@media (min-width: 1200px) {
  .margemTopNegativaAuxiliarCopy {
    margin-top: -70px;
  }
}

.background-history {
  background-image: url("/imgs/history/bg-history.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.orange-color {
  color: #f58634;
}

@media (max-width: 768px) {
  .orange-color {
    margin-top: 65px;
  }
}

.font-size-title {
  font-size: 65px !important;
}

@media (max-width: 768px) {
  .font-size-title {
    font-size: 40px !important;
  }
}

.items-center {
  display: flex;
  align-items: center;
}

.bg-content {
  background-color: white;
  padding: 35px;
}

.image-fluid {
  width: 100%;
}

.text-history {
  font-size: 20px;
  color: grey;
}

.text-padrao {
  font-size: 20px;
  color: grey;
}

.border-top {
  border-radius: 10px 10px 0px 0px;
}

.border-bottom {
  border-radius: 0px 0px 10px 10px;
}

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

.padding-top-sm {
  padding-top: 20px !important;
}

.bg-folha::after {
  background-image: url("imgs/history/folha.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 100px;
  width: 100px;
  position: relative;
}

.footer-lgpd {
  position: fixed;
  z-index: 99999;
  max-width: 1230px;
  transition: 0.3s ease-in-out;
  background: #fff;
  bottom: 25px;
  left: 10px;
  right: 10px;
  padding: 20px;
  box-shadow: 0 0 10px rgb(0, 0, 0, 10%);
  border-radius: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
}
.footer-lgpd-opened {
  transition: 0.1s ease-in-out;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.btn-lgpd {
  color: #fff;
  text-align: center;
  transition: all 0.5s ease;
  font-weight: 500;
  width: 300px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1px;
  border-radius: 1.25rem;

  text-decoration: none !important;
  background-color: #ffcc00;
}
.btn-lgpd:hover,
.btn-lgpd:focus {
  border: 1px solid #ffcc00;
  background-color: white !important;
  transition: all 0.5s ease;
  color: #ffcc00 !important;
}
.label-lgpd {
  color: white;
}

.lgpd-accept-link {
  color: #ffcc00 !important;
}

.d-flex {
  display: flex;
}

.selos {
  width: 40px;
  height: 40px;
  aspect-ratio: 3/4;
  object-fit: contain;
  margin: 10px;
}

@media (max-width: 768px) {
  .selos {
    width: 40px;
    height: 40px;
  }
}

.is-invalid {
  border-color: #dc3545 !important;
  color: #dc3545 !important;
}

.invalid-feedback {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
  border: 1px solid #0057a6;
  border-radius: 0px;
  color: #0057a6;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #0057a6;
}


/* PÃGINA SUCO CAIXINHA LARANJA STYLES */

.backg-laranjas {
  background-image: url('/imgs/bg_frutas.webp');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 9
}

.backg-laranjas::before {
  position: absolute;
  content: "";
  background-image: url('/imgs/3-bg-frutas.webp');
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
  width: 34%;
  height: 175%;
  top: 2441px;
  left: 0px;
}

.backg-laranjas::after {
  position: absolute;
  content: "";
  background-image: url('/imgs/4_bg_frutas.webp');
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0px;
  z-index: 0;
  width: 35%;
  height: 170%;
  top: 2448px;
}

@media (max-width: 1000px) {
  .backg-laranjas::before {
    position: none;
    background-image: none;
    width: 0%;
    height: 0%;
    top: 0px;
    left: 0px;
  }
  
  .backg-laranjas::after {
    position: none;
    background-image: none;
    right: 0px;
    width: 0%;
    height: 0%;
    top: 0px;
  }
}

.section-1-laranja {
  background-image: url('/imgs/01_capa_LARANJA.webp');
  background-size: cover;
  background-position: center;
  height: 1116px;
}

.section-2-laranja {
  background-image: url('/imgs/bg_desenhos_frutas_sobreposicao.webp');
  background-size: cover;
  background-color: #0689EE;
}

.section-2-laranja::before {
  position: absolute;
  content: "";
  background-image: url('/imgs/2-bg-frutas.webp');
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 30%;
  top: 1530px;
  z-index: 0;
  left: 0px;
}

.section-3-laranja {
  background-image: url('/imgs/bg_desenhos_frutas_sobreposicao.webp');
  background-size: cover;
  background-color: #FEC23F;
  padding: 30px;
}

.section-3-laranja::before {
  position: absolute;
  content: "";
  background-image: url('/imgs/03-personagem.webp');
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  width: 17%;
  height: 47%;
  margin-top: 12px;
  z-index: 0;
  right: 19%;
}

.section-3-laranja::after {
  position: absolute;
  content: "";
  background-image: url('/imgs/bg_frutas.webp');
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 30%;
  top: 1660px;
  z-index: 0;
  right: 0%;
}

@media (max-width: 1100px) {

  .section-2-laranja::before {
    position: none;
    background-image: none;
    width: 0%;
    height: 0%;
    top: 0px;
    z-index: 0;
    left: 0px;
  }
  .section-3-laranja::after {
    position: none;
    background-image: none;
    width: 0%;
    height: 0%;
    top: 0px;
    right: 0%;
  }
}
@media (max-width: 1100px) {
  .section-3-laranja::before {
    position: none;
    background-image: none;
    width: 0%;
    height: 0%;
    margin-top: 0px;
    right: 0%;
  }

}

.img-laranja-3 {
  background-image: url('/imgs/03-personagem.webp');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 380px;
}

.section-4-laranja {
  background-image: url('/imgs/bg_desenhos_frutas_sobreposicao.webp');
  background-size: cover;
  background-color: #50B748;
  padding: 50px;
}

.section-5-laranja {
  background-image: url('/imgs/bg_desenhos_frutas_sobreposicao.webp');
  background-size: cover;
  background-color: #FEC23F;
  padding: 50px;
  padding-bottom: 110px;
}

.section-5-laranja::before {
  position: absolute;
  content: "";
  background-image: url('/imgs/05_personagem.webp');
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  width: 27%;
  height: 65%;
  margin-top: 965px;
  z-index: 1;
  right: 12%;
}

@media (max-width: 1400px) {
  .section-5-laranja::before {
    right: 8%;
  } 
}

@media (max-width: 1300px) {
  .section-5-laranja::before {
    position: none;
    background-image: none;
    width: 0%;
    height: 0%;
    margin-top: 0px;
    right: 0%;
  } 
}

.section-6-laranja {
  background-image: url('/imgs/bg_desenhos_frutas_sobreposicao.webp');
  background-size: cover;
  background-color: #0689EE;
}

.section-6-laranja::before {
  position: absolute;
  content: "";
  background-image: url('/imgs/06_personagem.webp');
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 49%;
  top: 4480px;
  z-index: 1;
  right: 77%;
}

@media(max-width:1300px) {
  .section-6-laranja::before {
    position: none;
    background-image: none;
    width: 0%;
    height: 0%;
    top: 0px;
    right: 0%;
  }
  
}

.section-7-laranja {
  background-image: url('/imgs/bg_desenhos_frutas_sobreposicao.webp');
  background-size: cover;
  background-color: #FEC23F;
}

.section-7-laranja::before {
  position: absolute;
  content: "";
  background-image: url('/imgs/07_caixa2.webp');
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  width: 90%;
  height: 35%;
  left: 1%;
}

.section-7-laranja::after {
  position: absolute;
  content: "";
  background-image: url('/imgs/07_caixa1.webp');
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  left: -71%;
  z-index: 0;
  width: 100%;
  height: 41%;
  top: 5533px;
}

@media(max-width: 1300px){
  .section-7-laranja::before {
    position: none;
    background-image: none;
    background-position: right bottom;
    width: 0%;
    height: 0%;
    left: 1%;
  }

  .section-7-laranja::after {
    position: none;
    background-image: none;
    left: 0%;
    width: 0%;
    height: 0%;
    top: 0px;
  }
}

.caixa-12-7-laranja-img {
  background-image: url('/imgs/07_caixa1.webp');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 500px;
}

.section-8-laranja {
  background-image: url('/imgs/bg_desenhos_frutas_sobreposicao.webp');
  background-size: cover;
  background-color: #50B748;
}

.section-8-laranja::before {
  position: absolute;
  content: "";
  background-image: url('/imgs/08_personagem.webp');
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
  width: 17%;
  height: 34%;
  margin-top: 122px;
  left: 1040px;
}

@media(min-width:2000px) {
  .section-8-laranja::before {
    background-position: right bottom;
    left: 1215px;
  }
}

@media(max-width:1300px) {
  .section-8-laranja::before {
    position: none;
    background-image: none;
    width: 0%;
    height: 0%;
    margin-top: 0px;
    left: 0px;
  }
}

.section-9-laranja {
  padding: 0px;
}

.section-9-laranja img {
  width: 100%;
  height: 100%;
}

.color-and-font-text-laranja {
  color: #0689EE;
  font-family: funtime;
  text-align: center;
  text-shadow: -4px 3px 4px #fff;
  font-size: 52px;
  margin-top: 100px;
}

.color-and-font-text-laranja span {
  background-color: #0689EE;
  text-shadow: none;
  color: white;
  position: relative;
  display: inline-block;
  z-index: 9;
}

.color-and-font-text-laranja span::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0689EE;
  z-index: -1;
}

.color-and-font-text-laranja-2 {
  color: white;
  font-family: funtime;
  text-align: center;
  font-size: 52px;
  z-index: 999;
}

.color-and-font-text-laranja-2 span {
  background-color: white;
  text-shadow: none;
  color: #0689EE;
  position: relative;
  display: inline-block;
  z-index: 999;
}

.color-font-laranja-secundÃ¡rio {
  font-family: gotham-light;
  text-align: center;
  font-size: 28px;
  color: white;
  z-index: 999;
}

.color-font-laranja-secundÃ¡rio-2 {
  font-family: funtime;
  text-align: center;
  font-size: 28px;
  color: white;
  z-index: 999;
  position: relative;
}

.color-font-laranja-secundÃ¡rio-3 {
  font-family: funtime;
  text-align: center;
  font-size: 30px;
  color: white;
  margin: 20px 0 30px;
  z-index: 999;
}

.praticidade-col {
  margin: 60px 0px 0px 0px;
}

.back-suco-img {
  background-image: url('/imgs/02_gif_canudinho.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 410px;
  justify-content: center;
  z-index: 999;
}

.color-and-font-text-laranja-3 {
  color: white;
  font-family: funtime;
  text-align: center;
  font-size: 52px;
  margin-bottom: 70px;
  z-index: 999;
}

.color-and-font-text-laranja-3 span {
  background-color: white;
  text-shadow: none;
  color: #FEC23F;
  position: relative;
  display: inline-block;
  z-index: 999;
}

.back-img-laranja-4 {
  background-image: url('/imgs/04_personagem.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  height: 270px;
  z-index: 999;
}


.color-and-font-text-laranja-5 {
  color: white;
  font-family: funtime;
  text-align: center;
  font-size: 52px;
  margin-bottom: 70px;
  line-height: 1.30;
  z-index: 999;
  position: relative;
}

.color-and-font-text-laranja-5 span {
  background-color: #0689EE;
  text-shadow: none;
  color: white;
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  z-index: 999;
}

.color-and-font-text-laranja-6 {
  color: white;
  font-family: funtime;
  text-align: center;
  font-size: 52px;
  margin-top: 60px;
  z-index: 999;
}

.color-and-font-text-laranja-6 span {
  background-color: #FEC23F;
  text-shadow: none;
  color: white;
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  z-index: 999;
}

.color-and-font-text-laranja-7 {
  color: white;
  font-family: funtime;
  text-align: center;
  font-size: 52px;
  margin-top: 60px;
  z-index: 999;
}

.color-and-font-text-laranja-7 span {
  background-color: #0689EE;
  text-shadow: none;
  color: white;
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  z-index: 999;
}

.color-and-font-text-laranja-8 {
  color: white;
  font-family: funtime;
  text-align: center;
  font-size: 52px;
  margin-top: 60px;
  z-index: 999;
}

.color-and-font-text-laranja-8 span {
  background-color: white;
  text-shadow: none;
  color: transparent;
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  white-space: nowrap;
  z-index: 999;
}

.color-and-font-text-laranja-8 span::before {
  content: attr(data-text);
  position: absolute;
  color: #0689EE;
  left: 0;
}

.color-and-font-text-laranja-8 span:nth-child(2)::before {
  color: #FEC23F;
}

.color-and-font-text-laranja-8 span:nth-child(3)::before {
  color: #f79638;
}

.color-and-font-text-laranja-8 span:nth-child(4)::before {
  color: #50B748;
}

.color-and-font-text-laranja-8 span:nth-child(5)::before {
  color: #834198;
}

.color-and-font-text-laranja-8 span:nth-child(6)::before {
  color: #007336;
}

.color-and-font-text-laranja-8 span:nth-child(7)::before {
  color: #0057a6
}

.back-img-5-laranja {
  background-image: url('/imgs/05_caixinha.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  height: 500px;
}

.back-img-5-laranja-2 {
  background-image: url('/imgs/05_igual.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.back-img-5-laranja-3 {
  background-image: url('/imgs/05_garrafinha.webp');
  background-size: contain;
  background-repeat: no-repeat;
  height: 500px;
  z-index: 999;
}

.center-row {
  align-items: center;
  display: flex;
}

.photos-row-laranja {
  width: 116%;
}

@media (max-width: 1300px) {
  .photos-row-laranja {
    width: 100%;
  } 
}
@media (max-width: 1200px) {
  .photos-row-laranja {
    width: 116%;
  } 
}

@media (max-width: 1000px) {
  .back-img-5-laranja {
    background-position: center;
  }
  
  .back-img-5-laranja-3 {
    background-position: center;
  }

  .back-img-laranja-4 {
    background-position: center;
  }
  .center-row {
    display: block;
  }
}

.list-imagem-laranja {
  list-style-image: url('/imgs/05_informacoes_mark.webp');
  font-family: funtime;
  text-align: center;
  font-size: 27px;
  color: white;
  padding-left: 0;
  z-index: 99;
}

.list-imagem-laranja li {
  position: relative;
  padding-left: 20px;
  list-style-position: inside;
  z-index: 99;
}

@media(max-width: 767px){
  .list-imagem-laranja li {
    padding-left: 0px;
    list-style-position: outside;
  }
}

.margin-checklist {
  margin: 30px 0px;
}

.laranja-slice {
  background-image: url('/imgs/05_informacoes_2_slice.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 170px;
  z-index: 99;
}

.selo-refr-laranj {
  background-image: url('/imgs/05_informacoes_2.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 150px;
  z-index: 99;
}

.caixinha-galeria-lranja {
  background-image: url('/imgs/06_caixinha360.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 500px;
  z-index: 99;
}

.spaces-galery {
  padding: 70px;
  margin-bottom: 40px;
}

.caixinha-galeria-lranja-row {
  padding: 30px;
  align-items: center;
  display: flex;
  z-index: 99;
}

.img-galery-laranja {
  background-image: url('/imgs/foto01.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
  width: 40%;
  margin: 10px;
  border-color: #0000005e;
  border-style: dashed;
  z-index: 999;
  cursor: pointer;
}

.img-galery-laranja-2 {
  background-image: url('/imgs/foto02.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
  width: 40%;
  margin: 10px;
  border-color: #0000005e;
  border-style: dashed;
  z-index: 999;
  cursor: pointer;
}

.img-galery-laranja-3 {
  background-image: url('/imgs/foto03.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
  width: 40%;
  margin: 10px;
  border-color: #0000005e;
  border-style: dashed;
  z-index: 999;
  cursor: pointer;
}

.img-galery-laranja-4 {
  background-image: url('/imgs/foto04.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
  width: 40%;
  margin: 10px;
  border-color: #0000005e;
  border-style: dashed;
  z-index: 999;
  cursor: pointer;
}

.d-none {
  display: none;
}

.custom-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border: 1px solid black;
  padding: 20px;
  z-index: 1000;
  display: none;
}

.custom-modal img {
  max-width: 100%;
  height: auto;
}

.custom-modal .close {
  position: absolute;
  top: 3px;
  right: 15px;
  font-size: 60px;
  cursor: pointer;
}

@media (max-width: 1000px){
  .caixinha-galeria-lranja-row {
    display: block;
  }
  .caixinha-galeria-lranja {
    background-size: contain;
  }

  .modal-dialog-caixinha {
    width: 100%;
  }
}

@media (max-width: 767px){
  .caixinha-galeria-lranja-row {
    display: block;
  }
  .img-galery-laranja {
    width: 96%;
    height: 160px;
    border-color: none;
    border-style: none;
  }
  
  .img-galery-laranja-2 {
    width: 96%;
    height: 160px;
    border-color: none;
    border-style: none;
  }
  
  .img-galery-laranja-3 {
    width: 96%;
    height: 160px;
    border-color: none;
    border-style: none;
  }
  
  .img-galery-laranja-4 {
    width: 96%;
    height: 160px;
    border-color: none;
    border-style: none;
  }
  
  .caixinha-galeria-lranja-row {
    padding: 10px;
  }

  .spaces-galery {
    padding: 0px;
  }

  .photos-row-laranja {
    width: 100%;
  }
  
}

.btn-colorir-laranja {
  background-color: #FEC23F;
  border: none;
  border-radius: 10px;
  padding: 10px 90px 10px 90px;
  text-align: center;
  transition: background-color 0.3s;
  z-index: 999;
}

@media (max-width: 767px){
  .btn-colorir-laranja {
    padding: 5px 50px 5px 50px;
  }
}

.btn-colorir-laranja:hover {
  background-color: #0689EE;
}

.btn-laranja-div {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

/*END-------PÃGINA SUCO CAIXINHA LARANJA STYLES */

/* PÃGINA SUCO CAIXINHA UVA STYLES */
.backg-uvas {
  background-image: url('/imgs/bg_frutas.webp');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 9
}

.backg-uvas::before {
  position: absolute;
  content: "";
  background-image: url('/imgs/bg_frutas-uva.webp');
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
  width: 34%;
  height: 183%;
  top: 2302px;
  left: 0px;
}

.backg-uvas::after {
  position: absolute;
  content: "";
  background-image: url('/imgs/1-bg_frutas-uva.webp');
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0px;
  z-index: 0;
  width: 35%;
  height: 175%;
  top: 2390px;
}

@media (max-width: 1000px) {
  .backg-uvas::before {
    position: none;
    background-image: none;
    width: 0%;
    height: 0%;
    top: 0px;
    left: 0px;
  }
  
  .backg-uvas::after {
    position: none;
    background-image: none;
    right: 0px;
    width: 0%;
    height: 0%;
    top: 0px;
  }
}

.section-1-uva {
  background-image: url('/imgs/01-capa-UVA.webp');
  background-size: cover;
  background-position: center;
  height: 1116px;
}

.section-2-uva {
  background-image: url('/imgs/bg_desenhos_frutas_sobreposicao.webp');
  background-size: cover;
  background-color: #0689EE;
}


.section-2-uva::before {
  position: absolute;
  content: "";
  background-image: url('/imgs/2-bg_frutas-uva.webp');
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
  width: 10%;
  height: 45%;
  top: 1475px;
  z-index: 0;
  left: 0px;
}

.section-3-uva {
  background-image: url('/imgs/bg_desenhos_frutas_sobreposicao.webp');
  background-size: cover;
  background-color: #834198;
  padding: 30px;
}

.section-3-uva::before {
  position: absolute;
  content: "";
  background-image: url('/imgs/03_personagem-uva.webp');
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  width: 29%;
  height: 45%;
  margin-top: 0px;
  z-index: 0;
  right: 10%;
}

.section-3-uva::after {
  position: absolute;
  content: "";
  background-image: url('/imgs/3-bg_frutas-uva.webp');
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  width: 12%;
  height: 30%;
  top: 1670px;
  z-index: 0;
  right: 0%;
}

@media (max-width: 1100px) {

  .section-2-uva::before {
    position: none;
    background-image: none;
    width: 0%;
    height: 0%;
    top: 0px;
    z-index: 0;
    left: 0px;
  }
  .section-3-uva::after {
    position: none;
    background-image: none;
    width: 0%;
    height: 0%;
    top: 0px;
    right: 0%;
  }
}
@media (max-width: 1100px) {
  .section-3-uva::before {
    position: none;
    background-image: none;
    width: 0%;
    height: 0%;
    margin-top: 0px;
    right: 0%;
  }

}

.img-uva-3 {
  background-image: url('/imgs/03_personagem-uva.webp');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 380px;
}

.section-4-uva {
  background-image: url('/imgs/bg_desenhos_frutas_sobreposicao.webp');
  background-size: cover;
  background-color: #50B748;
  padding: 50px;
}

.section-5-uva {
  background-image: url('/imgs/bg_desenhos_frutas_sobreposicao.webp');
  background-size: cover;
  background-color: #834198;
  padding: 50px;
  padding-bottom: 110px;
}

.section-5-uva::before {
  position: absolute;
  content: "";
  background-image: url('/imgs/05_personagem-uva.webp');
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  width: 27%;
  height: 67%;
  margin-top: 956px;
  z-index: 1;
  right: 12%;
}

@media (max-width: 1400px) {
  .section-5-uva::before {
    right: 8%;
  } 
}

@media (max-width: 1300px) {
  .section-5-uva::before {
    position: none;
    background-image: none;
    width: 0%;
    height: 0%;
    margin-top: 0px;
    right: 0%;
  } 
}

.section-6-uva {
  background-image: url('/imgs/bg_desenhos_frutas_sobreposicao.webp');
  background-size: cover;
  background-color: #0689EE;
}

.section-6-uva::before {
  position: absolute;
  content: "";
  background-image: url('/imgs/06_personagem-uva.webp');
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  width: 19%;
  height: 55%;
  top: 4399px;
  z-index: 1;
  right: 78%;
}

@media(max-width:1300px) {
  .section-6-uva::before {
    position: none;
    background-image: none;
    width: 0%;
    height: 0%;
    top: 0px;
    right: 0%;
  }
  
}

.img-uva-bg-4 {
  height: 300px;
}

.img-uva-bg-4::before {
  position: absolute;
  content: "";
  background-image: url('/imgs/04_personagem-uva.webp');
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  width: 196%;
  height: 281%;
  top: -444px;
  z-index: 1;
  right: -37%;
}

@media (max-width: 1000px) {
  .img-uva-bg-4::before {
    position: none;
    background-image: none;
    width: 0%;
    height: 0%;
    top: 0px;
    right: 0%;
  }
  .img-uva-bg-4 {
    background-image: url('/imgs/04_personagem-uva.webp');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 440px;
    margin-bottom: 35px;
  }
}

.section-7-uva {
  background-image: url('/imgs/bg_desenhos_frutas_sobreposicao.webp');
  background-size: cover;
  background-color: #834198;
}

.section-7-uva::before {
  position: absolute;
  content: "";
  background-image: url('/imgs/07_caixa2-uva.webp');
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  width: 90%;
  height: 35%;
  left: 1%;
}

.section-7-uva::after {
  position: absolute;
  content: "";
  background-image: url('/imgs/07_caixa1-uva.webp');
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  left: -71%;
  z-index: 0;
  width: 100%;
  height: 41%;
  top: 5553px;
}

@media(max-width: 1300px){
  .section-7-uva::before {
    position: none;
    background-image: none;
    background-position: right bottom;
    width: 0%;
    height: 0%;
    left: 1%;
  }

  .section-7-uva::after {
    position: none;
    background-image: none;
    left: 0%;
    width: 0%;
    height: 0%;
    top: 0px;
  }
}

.caixa-12-7-uva-img {
  background-image: url('/imgs/07_caixa1-uva.webp');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 500px;
}

.section-8-uva {
  background-image:url('/imgs/1-08_lapis-uva.webp'), url('/imgs/bg_desenhos_frutas_sobreposicao.webp') ;
  background-repeat: no-repeat;
  background-color: #50B748;
  background-size:25%, 100%;
  background-position-y: bottom;
}

.section-8-uva::before {
  position: absolute;
  content: "";
  background-image: url('/imgs/08_personagem.webp');
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
  width: 17%;
  height: 34%;
  margin-top: 122px;
  left: 1040px;
}

@media(min-width:2000px) {
  .section-8-uva::before {
    background-position: right bottom;
    left: 1215px;
  }
}

.section-8-uva::after {
  position: absolute;
  content: "";
  background-image: url('/imgs/2-08_lapis-uva.webp');
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20%;
  height: 61%;
  margin-top: -582px;
  right: 0px;
}

@media(max-width:1300px) {
  .section-8-uva::before {
    position: none;
    background-image: none;
    width: 0%;
    height: 0%;
    margin-top: 0px;
    left: 0px;
  }
}

.section-9-uva {
  padding: 0px;
}

.section-9-uva img {
  width: 100%;
  height: 100%;
}

.color-and-font-text-uva {
  color: #0689EE;
  font-family: funtime;
  text-align: center;
  text-shadow: -4px 3px 4px #fff;
  font-size: 52px;
  margin-top: 100px;
}

.color-and-font-text-uva span {
  background-color: #0689EE;
  text-shadow: none;
  color: white;
  position: relative;
  display: inline-block;
  z-index: 9;
}

.color-and-font-text-uva span::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0689EE;
  z-index: -1;
}

.color-and-font-text-uva-2 {
  color: white;
  font-family: funtime;
  text-align: center;
  font-size: 52px;
  z-index: 999;
}

.color-and-font-text-uva-2 span {
  background-color: white;
  text-shadow: none;
  color: #0689EE;
  position: relative;
  display: inline-block;
  z-index: 999;
}

.color-font-uva-secundÃ¡rio {
  font-family: gotham-light;
  text-align: center;
  font-size: 28px;
  color: white;
  z-index: 999;
}

.color-font-uva-secundÃ¡rio-2 {
  font-family: funtime;
  text-align: center;
  font-size: 28px;
  color: white;
  z-index: 999;
  position: relative;
}

.color-font-uva-secundÃ¡rio-3 {
  font-family: funtime;
  text-align: center;
  font-size: 30px;
  color: white;
  margin: 20px 0 30px;
  z-index: 999;
}

.praticidade-col {
  margin: 60px 0px 0px 0px;
}

.back-suco-img-uva {
  background-image: url('/imgs/02_gif_canudinho_uva.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 410px;
  justify-content: center;
  z-index: 999;
}

.color-and-font-text-uva-3 {
  color: white;
  font-family: funtime;
  text-align: center;
  font-size: 52px;
  margin-bottom: 70px;
  z-index: 999;
}

.color-and-font-text-uva-3 span {
  background-color: white;
  text-shadow: none;
  color: #834198;
  position: relative;
  display: inline-block;
  z-index: 999;
}

.color-and-font-text-uva-5 {
  color: white;
  font-family: funtime;
  text-align: center;
  font-size: 52px;
  margin-bottom: 70px;
  line-height: 1.30;
  z-index: 999;
  position: relative;
}

.color-and-font-text-uva-5 span {
  background-color: #0689EE;
  text-shadow: none;
  color: white;
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  z-index: 999;
}

.color-and-font-text-uva-6 {
  color: white;
  font-family: funtime;
  text-align: center;
  font-size: 52px;
  margin-top: 60px;
  z-index: 999;
}

.color-and-font-text-uva-6 span {
  background-color: #FEC23F;
  text-shadow: none;
  color: white;
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  z-index: 999;
}

.color-and-font-text-uva-7 {
  color: white;
  font-family: funtime;
  text-align: center;
  font-size: 52px;
  margin-top: 60px;
  z-index: 999;
}

.color-and-font-text-uva-7 span {
  background-color: #0689EE;
  text-shadow: none;
  color: white;
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  z-index: 999;
}

.color-and-font-text-uva-8 {
  color: white;
  font-family: funtime;
  text-align: center;
  font-size: 52px;
  margin-top: 60px;
  z-index: 999;
}

.color-and-font-text-uva-8 span {
  background-color: white;
  text-shadow: none;
  color: transparent;
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  white-space: nowrap;
  z-index: 999;
}

.color-and-font-text-uva-8 span::before {
  content: attr(data-text);
  position: absolute;
  color: #0689EE;
  left: 0;
}

.color-and-font-text-uva-8 span:nth-child(2)::before {
  color: #FEC23F;
}

.color-and-font-text-uva-8 span:nth-child(3)::before {
  color: #f79638;
}

.color-and-font-text-uva-8 span:nth-child(4)::before {
  color: #50B748;
}

.color-and-font-text-uva-8 span:nth-child(5)::before {
  color: #834198;
}

.color-and-font-text-uva-8 span:nth-child(6)::before {
  color: #007336;
}

.color-and-font-text-uva-8 span:nth-child(7)::before {
  color: #0057a6
}

.back-img-5-uva {
  background-image: url('/imgs/05_caixinha-uva.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  height: 500px;
}

.back-img-5-uva-2 {
  background-image: url('/imgs/05_igual-uva.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 75px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.back-img-5-uva-3 {
  background-image: url('/imgs/05_garrafinha-uva.webp');
  background-size: contain;
  background-repeat: no-repeat;
  height: 500px;
  z-index: 999;
}

.center-row {
  align-items: center;
  display: flex;
}

.photos-row-uva {
  width: 116%;
}

@media (max-width: 1300px) {
  .photos-row-uva {
    width: 100%;
  } 
}
@media (max-width: 1200px) {
  .photos-row-uva {
    width: 116%;
  } 
}

@media (max-width: 1000px) {
  .back-img-5-uva {
    background-position: center;
  }
  
  .back-img-5-uva-3 {
    background-position: center;
  }

  .back-img-uva-4 {
    background-position: center;
  }
  .center-row {
    display: block;
  }
}

.list-imagem-uva {
  list-style-image: url('/imgs/05_informacoes_mark.webp');
  font-family: funtime;
  text-align: center;
  font-size: 27px;
  color: white;
  padding-left: 0;
  z-index: 999;
}

.list-imagem-uva li {
  position: relative;
  padding-left: 20px;
  list-style-position: inside;
  z-index: 999;
}

@media(max-width: 767px){
  .list-imagem-uva li {
    padding-left: 0px;
    list-style-position: outside;
  }
}

.margin-checklist {
  margin: 30px 0px;
}

.uva-slice {
  background-image: url('/imgs/05_informacoes_2_slice.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 170px;
  z-index: 999;
}

.selo-refr-uva {
  background-image: url('/imgs/05_informacoes_2.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 150px;
  z-index: 999;
}

.caixinha-galeria-uva {
  background-image: url('/imgs/06_caixinha360_uva.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 500px;
  z-index: 999;
}

.spaces-galery {
  padding: 70px;
  margin-bottom: 40px;
}

.caixinha-galeria-uva-row {
  padding: 30px;
  align-items: center;
  display: flex;
  z-index: 999;
}

.img-galery-uva {
  background-image: url('/imgs/foto01-uva.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
  width: 40%;
  margin: 10px;
  border-color: #0000005e;
  border-style: dashed;
  z-index: 999;
  cursor: pointer;
}

.img-galery-uva-2 {
  background-image: url('/imgs/foto02_uva.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
  width: 40%;
  margin: 10px;
  border-color: #0000005e;
  border-style: dashed;
  z-index: 999;
  cursor: pointer;
}

.img-galery-uva-3 {
  background-image: url('/imgs/foto03-uva.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
  width: 40%;
  margin: 10px;
  border-color: #0000005e;
  border-style: dashed;
  z-index: 999;
  cursor: pointer;
}

.img-galery-uva-4 {
  background-image: url('/imgs/foto04-uva.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
  width: 40%;
  margin: 10px;
  border-color: #0000005e;
  border-style: dashed;
  z-index: 999;
  cursor: pointer;
}

@media (max-width: 1000px){
  .caixinha-galeria-uva-row {
    display: block;
  }
  .caixinha-galeria-uva {
    background-size: contain;
  }
}

@media (max-width: 767px){
  .caixinha-galeria-uva-row {
    display: block;
  }
  .img-galery-uva {
    width: 96%;
    height: 160px;
    border-color: none;
    border-style: none;
  }
  
  .img-galery-uva-2 {
    width: 96%;
    height: 160px;
    border-color: none;
    border-style: none;
  }
  
  .img-galery-uva-3 {
    width: 96%;
    height: 160px;
    border-color: none;
    border-style: none;
  }
  
  .img-galery-uva-4 {
    width: 96%;
    height: 160px;
    border-color: none;
    border-style: none;
  }
  
  .caixinha-galeria-uva-row {
    padding: 10px;
  }

  .spaces-galery {
    padding: 0px;
  }

  .photos-row-uva {
    width: 100%;
  }
  
}

.btn-colorir-uva {
  background-color: #834198;
  border: none;
  border-radius: 10px;
  padding: 10px 90px 10px 90px;
  text-align: center;
  transition: background-color 0.3s;
  z-index: 999;
}

@media (max-width: 767px){
  .btn-colorir-uva {
    padding: 5px 50px 5px 50px;
  }
}

.btn-colorir-uva:hover {
  background-color: #0689EE;
}

.btn-uva-div {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

/*END-------PÃGINA SUCO CAIXINHA UVA STYLES */


.home-height-def {
  height: 653px !important;
}</pre></body></html>