@font-face {font-family: "Brisa Alternates";
    src: url("//db.onlinewebfonts.com/t/c4151e6a873e0d1a774115b25780bf04.eot");
    src: url("//db.onlinewebfonts.com/t/c4151e6a873e0d1a774115b25780bf04.eot?#iefix") format("embedded-opentype"),
    url("//db.onlinewebfonts.com/t/c4151e6a873e0d1a774115b25780bf04.woff2") format("woff2"),
    url("//db.onlinewebfonts.com/t/c4151e6a873e0d1a774115b25780bf04.woff") format("woff"),
    url("//db.onlinewebfonts.com/t/c4151e6a873e0d1a774115b25780bf04.ttf") format("truetype"),
    url("//db.onlinewebfonts.com/t/c4151e6a873e0d1a774115b25780bf04.svg#Brisa Alternates") format("svg");
}

@media screen and (max-width: 768px) {
  /* Mobile */
}

#campo_mensagem ::placeholder,
.transp ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bbb;
  opacity: 1; /* Firefox */
}

#campo_mensagem :-ms-input-placeholder,
.transp :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #bbb;
}

#campo_mensagem ::-ms-input-placeholder,
.transp ::-ms-input-placeholder { /* Microsoft Edge */
  color: #bbb;
}

select, select option {
  color: #bbb !important;
}

option:not(:first-of-type) {
  color: #000 !important;
}

body table div p span h1 h2 h3 h4 a i {
  font-family: Verdana, Helvetica, Arial;
  color: #333;
}

.noprint {
  display: block;
}

.print {
  display: none;
}

.plus-button {
  border: 2px solid lightgrey;
  background-color: #fff;
  font-size: 16px;
  height: 2.5em;
  width: 2.5em;
  border-radius: 999px;
  position: relative;

  &:after,
  &:before {
    content: "";
    display: block;
    background-color: grey;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  &:before {
    height: 1em;
    width: 0.2em;
  }

  &:after {
    height: 0.2em;
    width: 1em;
  }
}

.campo-email {
  color: #FFF;
  border: 0px;
  display: none;
}

.botao-tempo {
  width: 55px;
  height: auto;
  float: left;
  padding-right: 10px;
  /* position: relative;
  top: 10%;
  transform: translateY(-10%); */
}

.botao-tipo {
  width: 65px;
  height: auto;
  float: left;
  padding-right: 10px;
  position: relative;
  top: 25%;
  transform: translateY(-25%);
}

.ajusta-bloco-produtos {
  text-align: left;
}

@media screen and (max-width: 960px) {
  .botao-tipo {
    width: 55px;
    height: auto;
    float: left;
    padding-right: 10px
  }

  .botao-tempo {
    width: 35px;
    height: auto;
    float: left;
    padding-right: 10px
  }

  .ajusta-bloco-produtos {
    text-align: center;
  }
}

.circle {
  position: relative;
  top: -20px;
  border-radius: 100%;
  border: 0px;
  width: 195px;
  height: 195px;
  background-color: #BD8927;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle p {
  color: #FFF;
  font-weight: bold;
  font-size: 40pt;
}

.titulo-produto-interno {
  font-family: "Brisa Alternates";
  font-size: 60pt;
  color: #2A4A8A;
  line-height: 1;
  border-bottom: 1px solid #2A4A8A;
}

.botao-mobile {
  font-size: 20pt;
}

.se_mobile {
  display: none;
}

.no_mobile {
  display: block;
}

.modal-body {
  max-height: 100%;
  overflow-y: auto;
}

.alinha_produtos_box {}

.fundo-titulo-mobile {
  padding: 10px;
}

@media screen and (max-width: 960px) {
  .fundo-titulo-mobile {
    font-family: "Brisa Alternates";
    background-color: #054395;
    color: #FFF;
    padding: 10px;
  }

  .alinha_produtos_box {
    text-align: center !important;
  }

  .no_mobile {
    display: none;
  }

  .se_mobile {
    display: block;
  }
}

.break-line {
  display: block;
}

.break-line-mob {
  display: inline;
}

.btn-compras-mobile {
  font-size: 12pt;
  padding: 8px;
}

#menu-rodape {
  margin-top: 50px;
  background-color: #F2F2F2;
}

.text-bold {
  font-weight: bold;
}

.text-titulo-line {
  padding-top: 15px
}

.show-left {
  float: left;
}

.show-right {
  float: right;
}

.seta-grande {
  color: #7a7a7a;
  font-size: 50px;
}

.seta-grande a {
  color: #7a7a7a;
}

.seta-grande a:hover {
  color: #333;
}

[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
  text-align: center;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition:
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition:
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition:
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 160px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1;
}

/* Directions */
/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: hsla(0, 0%, 20%, 0.9);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  transform: translateY(-12px);
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 9px;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  transform: translateX(-12px);
}

#Menu-section {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
}

#Rodape-section {
  clear: left;
  left: 0px;
}

#Conteudo-section {
  clear: left;
  position: relative;
  left: 0px;
  top: 60px;
}

@media screen and (max-width: 960px) {
  #Conteudo-section {
    clear: left;
    position: relative;
    left: 0px;
    top: 43px;
  }
}

#Receitas-section {}

.linhas-5 {
  padding-top: 5px;
}

.linhas-10 {
  padding-top: 10px;
}

.linhas-25 {
  padding-top: 25px;
}

.linhas-50 {
  padding-top: 50px;
}

.linhas-75 {
  padding-top: 75px;
}

.linhas-100 {
  padding-top: 100px;
}

.secao-linha {
  clear: left;
}

.secao-box {
  margin-left: 10%;
  margin-right: 10%;
}

.secao-center {
  margin: 0 auto;
  max-width: 95%;
}

.secao-container_leite_leite {
  padding-left: 8%;
}

.titulo1-cinza {
  font-family: "Brisa Alternates";
  font-size: 15pt;
  color: #7a7a7a;
  line-height: 1;
}

.titulo2-cinza {
  font-family: "Brisa Alternates";
  font-size: 40pt;
  color: #7a7a7a;
  line-height: 1;
}

.titulo3-cinza {
  font-family: "Brisa Alternates";
  font-size: 60pt;
  color: #7a7a7a;
  line-height: 1;
}

.titulo4-cinza {
  font-family: "Brisa Alternates";
  font-size: 80pt;
  color: #7a7a7a;
  line-height: 1;
}

.titulo5-cinza {
  font-family: "Brisa Alternates";
  font-size: 60pt;
  color: #7a7a7a;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .titulo1-cinza {
    font-family: "Brisa Alternates";
    font-size: 13pt;
    color: #7a7a7a;
    line-height: 1;
  }

  .titulo2-cinza {
    font-family: "Brisa Alternates";
    color: #7a7a7a;
    font-size: 40pt;
    line-height: 1;
  }

  .titulo3-cinza {
    font-family: "Brisa Alternates";
    font-size: 40pt;
    color: #7a7a7a;
    line-height: 1;
  }

  .titulo4-cinza {
    font-family: "Brisa Alternates";
    font-size: 60pt;
    color: #7a7a7a;
    line-height: 1;
  }

  .titulo5-cinza {
    font-family: "Brisa Alternates";
    font-size: 35pt;
    color: #7a7a7a;
    line-height: 1;
  }
}

.titulo1-azul {
  font-family: "Brisa Alternates";
  font-size: 15pt;
  color: #003da8;
  line-height: 1;
}

.titulo2-azul {
  font-family: "Brisa Alternates";
  font-size: 40pt;
  color: #003da8;
  line-height: 1;
}

.titulo3-azul {
  font-family: "Brisa Alternates";
  font-size: 60pt;
  color: #003da8;
  line-height: 1;
}

.titulo4-azul {
  font-family: "Brisa Alternates";
  font-size: 80pt;
  color: #003da8;
  line-height: 1;
}

.titulo5-azul {
  font-family: "Brisa Alternates";
  font-size: 60pt;
  color: #003da8;
  line-height: 1;
}

.titulo1-branco {
  font-family: "Brisa Alternates";
  font-size: 40pt;
  color: #FFF;
  font-weight: lighter;
  line-height: 1;
}

.titulo2-branco {
  font-family: "Brisa Alternates";
  font-size: 60pt;
  color: #FFF;
  font-weight: lighter;
  line-height: 1;
}

.titulo1-branco-quadro {
  font-family: "Brisa Alternates";
  color: #FFF;
  font-size: 18pt;
  font-weight: lighter;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .titulo1-branco {
    font-family: "Brisa Alternates";
    font-size: 11pt;
    color: #FFF;
    font-weight: lighter;
    line-height: 1;
  }

  .titulo2-branco {
    font-family: "Brisa Alternates";
    font-size: 60pt;
    color: #FFF;
    font-weight: lighter;
    line-height: 1;
  }

  .titulo1-branco-quadro {
    font-family: "Brisa Alternates";
    font-size: 14pt;
    color: #FFF;
    font-weight: lighter;
    line-height: 1;
  }
}

.fonte_normal {
  font-weight: normal;
}

.titulo0 {
  font-family: "Brisa Alternates";
  color: #0A4295;
  line-height: 1;
}

.titulo1 {
  font-family: "Brisa Alternates";
  font-size: 15pt;
  color: #0A4295;
  line-height: 1;
}

.titulo1-2 {
  font-family: "Brisa Alternates";
  font-size: 40pt;
  color: #0A4295;
  line-height: 1;
}

.titulo2 {
  font-family: "Brisa Alternates";
  font-size: 40pt;
  color: #0A4295;
  line-height: 1;
}

.titulo3 {
  font-family: "Brisa Alternates";
  font-size: 60pt;
  color: #0A4295;
  line-height: 1;
}

.titulo4 {
  font-family: "Brisa Alternates";
  font-size: 80pt;
  color: #0A4295;
  line-height: 1;
}

.titulo5 {
  font-family: "Brisa Alternates";
  font-size: 60pt;
  color: #0A4295;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .titulo0 {
    font-size: 9pt;
    color: #0A4295;
    line-height: 1;
  }

  .titulo1 {
    font-size: 20pt;
    color: #0A4295;
    line-height: 1;
  }

  .titulo1-2 {
    font-size: 15pt;
    color: #0A4295;
    line-height: 1;
  }

  .titulo2 {
    font-size: 40pt;
    color: #0A4295;
    line-height: 1;
  }

  .titulo3 {
    font-size: 17pt;
    color: #0A4295;
    line-height: 1;
  }

  .titulo4 {
    font-size: 40pt;
    color: #0A4295;
    line-height: 1;
  }

  .titulo5 {
    font-size: 40pt;
    color: #0A4295;
    line-height: 1;
  }
}

.titulo-produto {
  font-size: 40pt;
  color: #0A4295;
  line-height: 1;
}

.star {
  font-size: 22px;
  color: orange;
  vertical-align: middle;
}

.botao-normal {
  width: auto;
  margin-right: 10px;
  padding: 10px;
  border: 0px solid #FFF;
  border-radius: 10px;
  background-color: #0C4898;
  color: #FFF;
  font-size: 14pt;
  font-stretch: expanded;
}

.botao-normal:hover {
  border-radius: 10px;
  background-color: gray;
  color: #FFF;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .botao-normal {
    width: auto;
    margin-right: 10px;
    padding: 10px;
    border: 0px solid #FFF;
    border-radius: 10px;
    background-color: #0C4898;
    color: #FFF;
    font-size: 20pt;
    font-stretch: expanded;
  }

  .botao-normal:hover {
    border-radius: 10px;
    background-color: gray;
    color: #FFF;
    cursor: pointer;
  }
}

.botao-p {
  padding: 6px;
  font-size: 12pt;
  font-stretch: expanded;
}

.botao-vazado {
  width: auto;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #0C4898;
  border-radius: 10px;
  background-color: #FFF;
  color: #0C4898;
  font-size: 15pt;
  font-weight: bold;
}

.botao-vazado:hover {
  border: 1px solid #E02A1E;
  background-color: #FFF;
  color: #E02A1E;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .botao-vazado {
    width: auto;
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #0C4898;
    border-radius: 10px;
    background-color: #FFF;
    color: #0C4898;
    font-size: 20pt;
    font-weight: bold;
  }

  .botao-vazado:hover {
    border: 1px solid #E02A1E;
    background-color: #FFF;
    color: #E02A1E;
    cursor: pointer;
  }
}

.secao-bloco {
  padding-top: 25px;
  padding-bottom: 50px;
  padding-left: 10%;
  padding-right: 10%;
}

.receita-show {
  float: left;
}

.receita-show-img {
  width: 100%;
}

.receita-subtitulo {
  font-size: 13pt;
  color: #E40917;
}

.receita-subtitulo2 {
  font-size: 11pt;
  color: #E40917;
}

.icon-receita {
  width: 23px;
  vertical-align: middle;
}

.icon-receita-tipo {
  width: 60px;
  vertical-align: middle;
}

.img-100 {
  width: 100%;
}

.img-70 {
  width: 70%;
}

.img-60 {
  width: 60%;
}

.img-50 {
  width: 50%;
}

.img-40 {
  width: 40%;
}

.img-30 {
  width: 30%;
}

.img-25 {
  width: 25%;
}

.index-destaque-uth {
  position: absolute;
  top: 37%;
  left: 13%;
  width: 30%;
}

.index-destaque-dicas {
  position: relative;
  top: -30%;
  right: 5%;
  width: 40%;
}

.destaque-texto {
  position: absolute;
  top: 30%;
  left: 10%;
  width: 20%;
  text-align: right;
}

.destaque-texto-titulo1 {
  font-size: 40pt;
  color: #0A4295;
  line-height: 1;
}

.destaque-texto-titulo2 {
  font-size: 35pt;
  color: #0A4295;
  line-height: 1;
}

@media screen and (max-width: 1368px) {
  .destaque-texto-titulo2 {
    font-size: 35pt;
    color: #0A4295;
    line-height: 1;
  }

  @media screen and (max-width: 960px) {
    .destaque-texto-titulo1 {
      font-size: 40pt;
      color: #0A4295;
      line-height: 1;
    }

    .destaque-texto-titulo2 {
      font-size: 18pt;
      color: #0A4295;
      line-height: 1;
    }
  }

  .index-destaque-uth {
    position: absolute;
    top: 35%;
    left: 10%;
    width: 30%;
  }

  .index-destaque-dicas {
    position: absolute;
    top: 30%;
    right: 2%;
    width: 40%;
  }

  .destaque-texto {
    position: absolute;
    top: 30%;
    left: 5%;
    width: 30%;
    text-align: right;
  }
}

.marca-rodape {
  border: 0px;
  height: 60px;
  padding-right: 15px;
  margin-top: -22px;
}

/* Para o topo */
.voltar-ao-topo {
  position: fixed;
  bottom: 90px;
  right: 1em;
  text-decoration: none;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  padding: 1em;
  display: none;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.voltar-ao-topo:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.top-seta {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.top-seta-rotate {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.carousel-indicators {
  margin-left: 0px;
  text-align: left;
  float: left;
  left: 2% !important;
  right: inherit;
}

.carousel-indicators li {
  border: 1px solid #FFF;
  border-radius: 14px;
  width: 14px;
  height: 14px;
  background-color: rgb(255, 255, 255, 0);
}

@media screen and (max-width: 960px) {
  .carousel-indicators {
    margin-left: 0px;
    text-align: left;
    float: left;
    left: 2% !important;
    top: 10px;
    right: inherit;
  }

  .carousel-indicators li {
    border-radius: 12px;
    width: 5px;
    height: 5px;
    background-color: #CCC;
  }
}

.carousel-indicators .active {
  border-radius: 12px;
  background-color: #FFF;
}

.mosaico-img {
  width: 100%;
}

.myComprasDialog {
  display: z-index:2000;
}

#menu-breadcrumbs {
  float: right;
  margin-right: 0px;
  font-size: 20pt;
  color: #004396;
  font-weight: bold;
}

#menu-breadcrumbs a {
  font-size: 20pt;
  color: #999;
  font-weight: bold;
}

#menu-breadcrumbs a:hover {
  color: #E80E0F;
  font-weight: bold;
}

.titulo-produtos span {
  position: relative;
  top: -53px;
  left: 0px;
  font-size: 40pt;
  color: #004396;
  font-weight: bold;
  padding-right: 10px;
  border-bottom: 10px solid #004396;
}

.titulo-produtos-linha {
  color: #FFF;
  border-bottom: 3px solid #999;
}

.center_div {
  width: 100%;
  text-align: center;
}

.center_div_contend {
  display: inline-block;
}

.produtos-coluna {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .produtos-coluna {
    display: inline-block;
    margin-left: 0px;
    margin-bottom: 50px;
    text-align: center;
  }
}

.produtos-coluna img {
  height: 280px;
  width: auto;
}

.img-cinza {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(70%);
}

.img-cinza:hover {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.img-red {
  -webkit-filter: invert(40%) grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(400%) contrast(2);
  filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
}

.img-red:hover {
  -webkit-filter: invert(0);
}

.img-blue {
  -webkit-filter: grayscale(100%) brightness(30%) sepia(100%) hue-rotate(-180deg) saturate(700%) contrast(0.8);
  filter: grayscale(100%) brightness(30%) sepia(100%) hue-rotate(-180deg) saturate(700%) contrast(0.8);
}

.img-blue:hover {
  -webkit-filter: invert(0);
}

.img-green {
  -webkit-filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(50deg) saturate(1000%) contrast(0.8);
  filter: grayscale(100%) brightness(50%) sepia(100%) hue-rotate(50deg) saturate(1000%) contrast(0.8);
}

.img-green:hover {
  -webkit-filter: invert(0);
}

.img-brilho {
  -webkit-filter: brightness(100%);
  filter: brightness(105%);
}

.img-brilho:hover {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

.img-brilho2 {
  -webkit-filter: brightness(105%);
  filter: brightness(105%);
}

.img-brilho2:hover {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

.botao-inscrevase {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #FFF;
  background-color: #054395;
  margin-top: -7px;
  margin-left: -8px;
}

.index-produto-grupo {
  position: absolute;
  top: 0px;
  left: 10%;
  width: 30%;
}

.col50right {
  padding-right: 50px;
}

.col50left {
  padding-left: 50px;
}

@media screen and (max-width: 1368px) {
  .index-produto-grupo {
    position: absolute;
    top: 25%;
    left: 10%;
    width: 30%;
  }

  .col50right {
    padding-right: 50px;
  }

  .col50left {
    padding-left: 50px;
  }
}

.titulo-produto-barra {
  margin-left: -20px;
  font-size: 40px;
  color: #E80E0D;
  border-left: 7px solid #E80E0D;
  padding-left: 10px;
  padding-bottom: 20px;
  width: 70%;
  line-height: 1;
}

.titulo-produto-barra2 {
  margin-left: -20px;
  font-size: 40px;
  color: #E80E0D;
  border-left: 7px solid #E80E0D;
  padding-left: 10px;
  padding-bottom: 20px;
  width: 80%;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .titulo-produto-barra {
    margin-left: -10px;
    font-size: 18pt;
    color: #E80E0D;
    border-left: 7px solid #E80E0D;
    padding-left: 10px;
    padding-bottom: 10px;
    width: 80%;
    line-height: 1;
  }

  .titulo-produto-barra2 {
    margin-left: -20px;
    font-size: 20px;
    color: #E80E0D;
    border-left: 7px solid #E80E0D;
    padding-left: 10px;
    padding-bottom: 10px;
    width: 80%;
    line-height: 1;
  }
}

.produto-icon {
  width: 130px;
  height: auto;
  float: left;
  padding-left: 10px;
}

.produto-icon-peq {
  width: 110px;
  height: auto;
  float: left;
  margin-top: 60px;
  padding-left: 10px;
}

.produto-icon2 {
  width: 180px;
  height: auto;
  float: left;
  padding-left: 10px;
}

.produto-icon-peq2 {
  width: 150px;
  height: auto;
  float: left;
  margin-top: 60px;
  padding-left: 10px;
}

#conteudo-grupo {
  height: 500px;
}

@media screen and (max-width: 768px) {
  #conteudo-grupo {
    height: 0px;
  }
}

.botao-conheca {
  padding-left: 25px;
  padding-right: 25px;
}

.titulo-produto-branco {
  font-size: 40pt;
  color: #FFF;
  padding-bottom: 100px;
  width: 70%;
}

.produto-detalhe-box1 {
  position: absolute;
  left: 45%;
  top: 10%;
  border-left: 7px solid #FFF;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 50%;
  line-height: 1;
  color: #FFF;
}

@media screen and (max-width: 1368px) {
  .produto-detalhe-box1 {
    position: absolute;
    left: 45%;
    top: 5%;
    border-left: 7px solid #FFF;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 50%;
    line-height: 1;
    color: #FFF;
  }
}

.titulo-produto-branco {
  font-size: 60pt;
  color: #FFF;
  padding-bottom: 100px;
  width: 70%;
}

.titulo-produto-azul {
  font-size: 60pt;
  color: #0181CA;
  padding-bottom: 100px;
  width: 70%;
}

.produto-detalhe-box2 {
  position: absolute;
  left: 43%;
  top: 20%;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 50%;
  line-height: 1;
  color: #FFF;
}

@media screen and (max-width: 1368px) {
  .produto-detalhe-box2 {
    position: absolute;
    left: 43%;
    top: 15%;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 50%;
    line-height: 1;
    color: #FFF;
  }
}

@media screen and (max-width: 960px) {
  .produto-detalhe-box1 {
    position: absolute;
    left: 45%;
    top: 2%;
    border-left: 7px solid #FFF;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 50%;
    line-height: 1;
    color: #FFF;
  }

  .produto-detalhe-box2 {
    position: absolute;
    left: 43%;
    top: 7%;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 60%;
    line-height: 1;
    color: #FFF;
  }

  .titulo-produto-branco {
    font-size: 18pt;
    color: #FFF;
    padding-bottom: 100px;
    width: 70%;
  }

  .titulo-produto-azul {
    font-size: 60pt;
    color: #0181CA;
    padding-bottom: 100px;
    width: 70%;
  }
}

.tabela-branca-box {
  width: 100%;
  border: 2px solid #FFF;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 10px;
}

.tabela-azul-box {
  width: 110%;
  border: 2px solid #042E6E;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 10px;
}

.tabela-branca-th1 {
  border-top-left-radius: 20px;
  background-color: #FFF;
  color: red;
  font-size: 13pt;
  font-weight: bold;
  padding: 10px;
}


.tabela-branca-th2 {
  border-left: 1px solid #a30606;
  border-bottom-right-radius: 20px;
  background-color: #FFF;
  color: red;
  font-size: 13pt;
  font-weight: bold;
  padding: 10px;
}

.tabela-branca table {
  border-style: solid none;
}

.tabela-branca-td1 {
  font-size: 12pt;
  border: 1px solid #a30606;
  padding: 10px;
}

.tabela-branca-td2 {
  font-size: 12pt;
  border-bottom: 1px solid #a30606;
  padding: 10px;
}

.tabela-branca-box2 {
  margin-top: 10px;
  width: 100%;
  padding: 20px;
  font-size: 13pt;
  color: #D0281B;
  background-color: #FDCCBD;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.tabela-azul-td1 {
  font-size: 12pt;
  border: 1px solid #008CD4;
  padding: 10px;
}

.tabela-azul-td2 {
  font-size: 12pt;
  border-bottom: 1px solid #008CD4;
  padding: 10px;
}

.tabela-azul-box2 {
  margin-top: 10px;
  width: 100%;
  padding: 20px;
  font-size: 15pt;
  color: #D0281B;
  background-color: #008CD4;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* Azul 2 */
.tabela-azul2-td1 {
  font-size: 12pt;
  border: 1px solid #040a39;
  padding: 10px;
}

.tabela-azul2-td2 {
  font-size: 12pt;
  border-bottom: 1px solid #040a39;
  padding: 10px;
}

.tabela-azul2-box2 {
  margin-top: 10px;
  width: 100%;
  padding: 20px;
  font-size: 15pt;
  color: #D0281B;
  background-color: #042E6E;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* Azul 3 */
.tabela-azul3-td1 {
  font-size: 12pt;
  border: 1px solid #4191C8;
  padding: 10px;
}

.tabela-azul3-td2 {
  font-size: 12pt;
  border-bottom: 1px solid #4191C8;
  padding: 10px;
}

.tabela-azul3-box2 {
  margin-top: 10px;
  width: 100%;
  padding: 20px;
  font-size: 15pt;
  color: #D0281B;
  background-color: #042E6E;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* Zero */
.tabela-zero1-td1 {
  font-size: 20pt;
  border: 1px solid #042E6E;
  padding: 10px;
  color: #042E6E;
}

.tabela-zero1-td2 {
  font-size: 20pt;
  border-bottom: 1px solid #042E6E;
  padding: 10px;
  color: #042E6E;
}

/* Azul 4 */
.tabela-azul4-td1 {
  font-size: 20pt;
  border: 1px solid #042E6E;
  padding: 10px;
  color: #042E6E;
}

.tabela-azul4-td2 {
  font-size: 20pt;
  border-bottom: 1px solid #042E6E;
  padding: 10px;
  color: #042E6E;
}

.tabela-azul4-box2 {
  margin-top: 10px;
  width: 100%;
  padding: 20px;
  font-size: 15pt;
  color: #D0281B;
  background-color: #042E6E;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* Verde */
.tabela-verde-td1 {
  font-size: 12pt;
  border: 1px solid #018C7A;
  padding: 10px;
}

.tabela-verde-td2 {
  font-size: 12pt;
  border-bottom: 1px solid #018C7A;
  padding: 10px;
}

.tabela-verde-box2 {
  margin-top: 10px;
  width: 100%;
  padding: 20px;
  font-size: 15pt;
  color: #D0281B;
  background-color: #018C7A;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.saltolinhas1 {
  height: 10px;
}

@media screen and (max-width: 1368px) {
  .saltolinhas1 {
    height: 150px;
  }
}

.icon-beneficio {
  width: 70px;
  height: 70px;
}

@media screen and (max-width: 1368px) {
  .icon-beneficio {
    width: 70px;
    height: 70px;
  }
}

.produto-seta {
  font-size: 20pt;
}

.noprint {
  display: block;
}

.print {
  display: none;
}

@media print {
  .print {
    display: block;
  }

  .noprint {
    display: none;
  }
}

.container_leite {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width:576px) {
  .container_leite {
    max-width: 540px
  }
}

@media (min-width:768px) {
  .container_leite {
    max-width: 720px
  }
}

@media (min-width:992px) {
  .container_leite {
    max-width: 960px
  }
}

@media (min-width:1200px) {
  .container_leite {
    max-width: 1500px
  }
}
#maisConteudoBanner{
  position: absolute;
  margin-left: 48%;
  top:800px;
  z-index: 801;
  width:60px;
  height:60px;
  border-radius: 50%;
  border: 1px solid rgb(24, 60, 115, 0.3);
  color: rgb(24, 60, 115, 0.3);
  text-align: center;
  padding-top: 5px;
}
@media screen and (max-width: 1368px) {
  #maisConteudoBanner{
    position: relative;
    margin-left: 48%;
    top:-180px;
    z-index: 801;
    width:60px;
    height:60px;
    border-radius: 50%;
    border: 1px solid rgb(24, 60, 115, 0.5);
    color: rgb(24, 60, 115, 0.3);
    text-align: center;
    padding-top: 5px;
  }
}
#maisConteudoBanner:hover{
  background-color: #183c73;
  color:#FFF;
  border-color: #183c73;
  cursor: pointer;
}
#maisConteudoBanner i{
  font-size:40pt;
}
