@charset "UTF-8";
.mt-10 {
  margin-top: 10px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mt-90 {
  margin-top: 90px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.my-10 {
  margin-bottom: 10px !important;
  margin-top: 10px !important; }

.my-20 {
  margin-bottom: 20px !important;
  margin-top: 20px !important; }

.my-30 {
  margin-bottom: 30px !important;
  margin-top: 30px !important; }

.my-40 {
  margin-bottom: 40px !important;
  margin-top: 40px !important; }

.my-50 {
  margin-bottom: 50px !important;
  margin-top: 50px !important; }

.my-60 {
  margin-bottom: 60px !important;
  margin-top: 60px !important; }

.my-70 {
  margin-bottom: 70px !important;
  margin-top: 70px !important; }

.my-80 {
  margin-bottom: 80px !important;
  margin-top: 80px !important; }

.my-90 {
  margin-bottom: 90px !important;
  margin-top: 90px !important; }

.my-100 {
  margin-bottom: 100px !important;
  margin-top: 100px !important; }

.pt-10 {
  padding-top: 10px !important; }

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

.pt-30 {
  padding-top: 30px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pt-70 {
  padding-top: 70px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pb-90 {
  padding-bottom: 90px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.py-10 {
  padding-bottom: 10px !important;
  padding-top: 10px !important; }

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

.py-30 {
  padding-bottom: 30px !important;
  padding-top: 30px !important; }

.py-40 {
  padding-bottom: 40px !important;
  padding-top: 40px !important; }

.py-50 {
  padding-bottom: 50px !important;
  padding-top: 50px !important; }

.py-60 {
  padding-bottom: 60px !important;
  padding-top: 60px !important; }

.py-70 {
  padding-bottom: 70px !important;
  padding-top: 70px !important; }

.py-80 {
  padding-bottom: 80px !important;
  padding-top: 80px !important; }

.py-90 {
  padding-bottom: 90px !important;
  padding-top: 90px !important; }

.py-100 {
  padding-bottom: 100px !important;
  padding-top: 100px !important; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: 'Lato', sans-serif;
  color: #333333; }

.topo {
  background: url("../img/bg-topo.jpg") no-repeat;
  background-size: cover; }
  .topo .img-logo {
    max-width: 260px;
    margin-left: 74px;
    position: relative;
    top: 25px; }

.bg-icones-topo {
  background: url("../img/mascara-topo.png") no-repeat 100%; }

.lista-topo a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none; }
  .lista-topo a:hover {
    color: #ffffff;
    text-decoration: underline; }
    .lista-topo a:hover svg {
      fill: #ffffff;
      stroke: #ffffff; }
    .lista-topo a:hover path {
      fill: #ffffff;
      stroke: #ffffff; }

.lista-topo li {
  margin-right: 30px !important; }

.lista-topo svg {
  display: block;
  margin: 0 auto; }

.lista-topo .dropdown-item {
  color: #666666; }
  .lista-topo .dropdown-item:hover {
    color: #666666; }
  .lista-topo .dropdown-item:active {
    background: #f8f9fa; }

.buscar-scroll {
  position: absolute;
  right: 45px;
  width: 0;
  border: none;
  transition: ease .4s;
  opacity: 0;
  padding: 8px; }
  .buscar-scroll.ativo {
    opacity: 1;
    width: 350px;
    padding: 8px;
    border: 1px solid #ccc; }

.amarelo {
  color: #ffc76a; }

.titulo-18 {
  font-size: 18px;
  text-transform: uppercase; }

.titulo-22 {
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 20px; }

.titulo-22-low {
  font-weight: bold;
  font-size: 22px; }

.titulo-32 {
  font-size: 32px;
  text-transform: uppercase; }

.text-conteudo h3 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 28px; }

.mascara {
  position: relative; }
  .mascara .relative {
    position: relative;
    z-index: 2; }
  .mascara:after {
    content: " ";
    background: url(../img/shadown-hori.png) repeat-y;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%; }

/* h3 */
.titulo-18 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 28px; }

.font-18 {
  font-size: 18px; }

.font-22 {
  font-size: 22px; }

.flex-1 {
  flex: 1; }

.h-33 {
  height: 33.3333%; }

/*Padrão de h4 quando for preciso maior destaque */
/* chamada */
.titulo-20 {
  font-size: 20px;
  margin-bottom: 24px;
  font-weight: bold; }

p {
  font-size: 16px;
  color: #666;
  line-height: 22px; }

a {
  color: inherit; }
  a:hover {
    color: inherit;
    text-decoration: none; }

p a {
  color: #b11116;
  text-decoration: none; }
  p a:hover {
    color: #c9282e;
    text-decoration: underline; }

small {
  font-size: 14px;
  margin-bottom: 15px; }

hr {
  margin: 60px 0;
  border-top: 1px solid #ccc;
  width: 100%;
  border-bottom: none;
  border-right: none;
  border-left: none; }

/*Menu Nav */
.navbar-personalizada.navbar {
  border-bottom: 1px solid #cccccc;
  padding: 0; }
  .navbar-personalizada.navbar .navbar-nav li a {
    padding: 15px; }

.navbar-personalizada .navbar-nav li a {
  text-transform: uppercase;
  color: #333333;
  font-size: 16px; }
  .navbar-personalizada .navbar-nav li a:hover {
    color: #b11116 !important; }

.navbar-personalizada .nav-item.cor-1 a:hover {
  color: #ffffff !important; }

.active .nav-link {
  color: #b11116 !important; }

/*Menu Scroll */
.navbar.navbar-scroll {
  border-bottom: 1px solid #ccc;
  display: none;
  transition: ease .2s; }

.cor-1 {
  background: #b11116; }

.navbar-scroll li a:hover {
  color: #b11116 !important; }

.navbar-scroll li a.text-white:hover {
  color: #fff !important;
  background: #c9282e;
  border-color: #c9282e; }

.f-nav {
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  display: block !important; }

.navbar.navbar-scroll .navbar-nav li a {
  text-transform: uppercase;
  font-size: 14px; }

/*Dropdown */
.navbar-personalizada .dropdown .dropdown-menu {
  position: absolute;
  background: #fff;
  list-style: none;
  border: 1px solid #ccc;
  z-index: 99;
  transition: ease .2s;
  left: -31px;
  border-radius: 0;
  padding: 0;
  margin-top: 0px; }
  .navbar-personalizada .dropdown .dropdown-menu:before {
    content: " ";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 6px solid #b11116;
    position: absolute;
    top: -6px;
    left: calc(50% - 10px); }
  .navbar-personalizada .dropdown .dropdown-menu a {
    font-size: 12px;
    padding: 15px 30px 15px 10px !important;
    border-bottom: 1px solid #ccc; }
    .navbar-personalizada .dropdown .dropdown-menu a:last-child {
      border: none; }
    .navbar-personalizada .dropdown .dropdown-menu a:hover {
      background: #b11116 !important;
      color: #fff !important; }

.navbar-personalizada .dropdown:hover > .dropdown-menu {
  display: block; }

/*Bordas */
.borda-bottom {
  border-bottom: 1px solid #e3e3e3; }

.borda-degrade {
  border: 2px solid transparent;
  /*border-image: linear-gradient(-45deg, #19597e, #b11116); */
  -webkit-border-image: linear-gradient(-45deg, #19597e, #b11116);
  -moz-border-image: linear-gradient(-45deg, #19597e, #b11116);
  -o-border-image: linear-gradient(-45deg, #19597e, #b11116);
  border-image: linear-gradient(-45deg, #19597e, #b11116);
  border-image-slice: 1; }

.bg-cor-1, .bg-cor-3 {
  background: #eee; }

.bg-cinza-escuro {
  background: #333333; }

/*Botoes */
.btn-primary {
  background: #b11116;
  color: #fff;
  font-size: 14px;
  border: none;
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: 0;
  transition: ease .2s;
  font-weight: bold; }
  .btn-primary:hover {
    background: #c9282e;
    color: #fff;
    text-decoration: none; }

.btn-padrao-verde {
  background: #0f9d16;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 30px;
  transition: ease .2s; }

.btn-padrao-azul {
  background: #2b62de;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 30px;
  transition: ease .2s; }
  .btn-padrao-azul:hover {
    color: #fff;
    background: #3b6feb; }

.btn-padrao-verde:hover {
  background: #0fa219;
  color: #fff;
  text-decoration: none; }

.btn-padrao-verde svg {
  margin-left: 7px; }

.btn-default {
  padding: 15px 30px;
  border-radius: 0; }

.btn-padrao-branco {
  background: #fff;
  color: #666;
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 54px;
  border-radius: 0;
  transition: ease .2s;
  font-weight: bold;
  min-width: 252px;
  text-align: center; }
  .btn-padrao-branco:hover {
    background: #f7f7f7;
    color: #666;
    text-decoration: none; }

/*Formularios */
.formulario-padrao input, .formulario-padrao textarea {
  border-radius: 0;
  border-color: #ccc;
  padding: 15px;
  resize: none; }

.formulario-padrao input::placeholder, .formulario-padrao textarea::placeholder {
  color: #999999;
  font-style: italic; }

.select-style {
  width: 240px;
  height: 47px;
  overflow: hidden;
  background: url("../img/marcador-select.png") #b11116 no-repeat 90%;
  transition: ease .2s; }
  .select-style:hover {
    background: url("../img/marcador-select.png") #b11116 no-repeat 90% 56%; }
  .select-style select {
    background: transparent;
    width: 268px;
    text-transform: uppercase;
    padding-left: 12px;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    border: 0;
    border-radius: 0;
    height: 47px;
    -webkit-appearance: none; }

/*Redes sociais */
.box-redes-sociais-vert {
  width: 60px;
  text-align: center; }
  .box-redes-sociais-vert span {
    color: #bbbbbb;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 14px; }
  .box-redes-sociais-vert ul {
    text-align: center;
    border: 1px solid #ccc;
    width: 60px;
    padding: 10px 0; }
    .box-redes-sociais-vert ul li {
      margin-bottom: 10px; }
      .box-redes-sociais-vert ul li:last-child {
        margin-bottom: 0; }
      .box-redes-sociais-vert ul li a .icones-redes-sociais {
        fill: #BBBBBB;
        transition: ease .2s; }
      .box-redes-sociais-vert ul li a:hover .icones-redes-sociais {
        fill: #b11116; }

.redes-sociais-float {
  position: absolute;
  left: -80px; }

/*Margens */
.bg-preto {
  background-color: #000; }

.bg-vermelho {
  background-color: #b11116; }

.container-1235 {
  max-width: 1235px;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative; }

/*Badges */
.badge-padrao {
  color: #fff;
  background-color: #b11116;
  border-radius: 0;
  font-weight: bold;
  padding: 7px 25px;
  font-size: 12px; }
  .badge-padrao:hover {
    color: #fff;
    background-color: #c9282e;
    text-decoration: none; }
  .badge-padrao.absolute {
    position: absolute;
    top: 10px;
    left: 0; }

.slide-padrao-paginas {
  background: #000;
  color: #fff;
  position: relative; }
  .slide-padrao-paginas p {
    margin: 0;
    color: #fff;
    font-size: 12px; }
  .slide-padrao-paginas .info {
    margin-bottom: 20%; }
  .slide-padrao-paginas .titulo h2 {
    text-transform: initial;
    font-size: 32px; }
  .slide-padrao-paginas h5 {
    font-size: 18px; }
  .slide-padrao-paginas .titulo {
    max-width: 60%; }

/*Chamada Internas */
.slide-interna {
  color: #fff; }
  .slide-interna p {
    color: #fff;
    margin: 0; }
  .slide-interna h2 {
    color: #fff;
    font-weight: bold;
    margin-top: 10px; }

a .icones-redes-sociais {
  fill: #fff; }

a:hover .icones-redes-sociais {
  fill: #b11116; }

.div-clicavel {
  cursor: pointer; }

.bordas {
  border: 1px solid #ccc; }

.sombra {
  -webkit-box-shadow: 0px 0px 36.8px rgba(6, 8, 0, 0.5);
  -moz-box-shadow: 0px 0px 36.8px rgba(6, 8, 0, 0.5);
  box-shadow: 0px 0px 36.8px rgba(6, 8, 0, 0.5); }

.box-enviar h3, .box-enviar p {
  margin-bottom: 0; }

/* menu do cliente */
.garrula-customer .menu {
  border: 1px solid #e7e6e6;
  box-sizing: border-box; }
  .garrula-customer .menu li {
    border-bottom: 1px solid #e7e6e6 !important;
    padding: 0 !important; }
    .garrula-customer .menu li a {
      padding: 12px 20px;
      display: block;
      transition: all .2s ease;
      text-transform: uppercase;
      font-size: 14px; }
    .garrula-customer .menu li a:hover {
      background: #c21116;
      color: #fff; }

.mt-10 {
  margin-top: 10px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mt-90 {
  margin-top: 90px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.my-10 {
  margin-bottom: 10px !important;
  margin-top: 10px !important; }

.my-20 {
  margin-bottom: 20px !important;
  margin-top: 20px !important; }

.my-30 {
  margin-bottom: 30px !important;
  margin-top: 30px !important; }

.my-40 {
  margin-bottom: 40px !important;
  margin-top: 40px !important; }

.my-50 {
  margin-bottom: 50px !important;
  margin-top: 50px !important; }

.my-60 {
  margin-bottom: 60px !important;
  margin-top: 60px !important; }

.my-70 {
  margin-bottom: 70px !important;
  margin-top: 70px !important; }

.my-80 {
  margin-bottom: 80px !important;
  margin-top: 80px !important; }

.my-90 {
  margin-bottom: 90px !important;
  margin-top: 90px !important; }

.my-100 {
  margin-bottom: 100px !important;
  margin-top: 100px !important; }

.pt-10 {
  padding-top: 10px !important; }

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

.pt-30 {
  padding-top: 30px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pt-70 {
  padding-top: 70px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pb-90 {
  padding-bottom: 90px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.py-10 {
  padding-bottom: 10px !important;
  padding-top: 10px !important; }

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

.py-30 {
  padding-bottom: 30px !important;
  padding-top: 30px !important; }

.py-40 {
  padding-bottom: 40px !important;
  padding-top: 40px !important; }

.py-50 {
  padding-bottom: 50px !important;
  padding-top: 50px !important; }

.py-60 {
  padding-bottom: 60px !important;
  padding-top: 60px !important; }

.py-70 {
  padding-bottom: 70px !important;
  padding-top: 70px !important; }

.py-80 {
  padding-bottom: 80px !important;
  padding-top: 80px !important; }

.py-90 {
  padding-bottom: 90px !important;
  padding-top: 90px !important; }

.py-100 {
  padding-bottom: 100px !important;
  padding-top: 100px !important; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: 'Lato', sans-serif;
  color: #333333; }

.topo {
  background: url("../img/bg-topo.jpg") no-repeat;
  background-size: cover; }
  .topo .img-logo {
    max-width: 260px;
    margin-left: 74px;
    position: relative;
    top: 25px; }

.bg-icones-topo {
  background: url("../img/mascara-topo.png") no-repeat 100%; }

.lista-topo a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none; }
  .lista-topo a:hover {
    color: #ffffff;
    text-decoration: underline; }
    .lista-topo a:hover svg {
      fill: #ffffff;
      stroke: #ffffff; }
    .lista-topo a:hover path {
      fill: #ffffff;
      stroke: #ffffff; }

.lista-topo li {
  margin-right: 30px !important; }

.lista-topo svg {
  display: block;
  margin: 0 auto; }

.lista-topo .dropdown-item {
  color: #666666; }
  .lista-topo .dropdown-item:hover {
    color: #666666; }
  .lista-topo .dropdown-item:active {
    background: #f8f9fa; }

.buscar-scroll {
  position: absolute;
  right: 45px;
  width: 0;
  border: none;
  transition: ease .4s;
  opacity: 0;
  padding: 8px; }
  .buscar-scroll.ativo {
    opacity: 1;
    width: 350px;
    padding: 8px;
    border: 1px solid #ccc; }

.amarelo {
  color: #ffc76a; }

.titulo-18 {
  font-size: 18px;
  text-transform: uppercase; }

.titulo-22 {
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 20px; }

.titulo-22-low {
  font-weight: bold;
  font-size: 22px; }

.titulo-32 {
  font-size: 32px;
  text-transform: uppercase; }

.text-conteudo h3 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 28px; }

.mascara {
  position: relative; }
  .mascara .relative {
    position: relative;
    z-index: 2; }
  .mascara:after {
    content: " ";
    background: url(../img/shadown-hori.png) repeat-y;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%; }

/* h3 */
.titulo-18 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 28px; }

.font-18 {
  font-size: 18px; }

.font-22 {
  font-size: 22px; }

.flex-1 {
  flex: 1; }

.h-33 {
  height: 33.3333%; }

/*Padrão de h4 quando for preciso maior destaque */
/* chamada */
.titulo-20 {
  font-size: 20px;
  margin-bottom: 24px;
  font-weight: bold; }

p {
  font-size: 16px;
  color: #666;
  line-height: 22px; }

a {
  color: inherit; }
  a:hover {
    color: inherit;
    text-decoration: none; }

p a {
  color: #b11116;
  text-decoration: none; }
  p a:hover {
    color: #c9282e;
    text-decoration: underline; }

small {
  font-size: 14px;
  margin-bottom: 15px; }

hr {
  margin: 60px 0;
  border-top: 1px solid #ccc;
  width: 100%;
  border-bottom: none;
  border-right: none;
  border-left: none; }

/*Menu Nav */
.navbar-personalizada.navbar {
  border-bottom: 1px solid #cccccc;
  padding: 0; }
  .navbar-personalizada.navbar .navbar-nav li a {
    padding: 15px; }

.navbar-personalizada .navbar-nav li a {
  text-transform: uppercase;
  color: #333333;
  font-size: 16px; }
  .navbar-personalizada .navbar-nav li a:hover {
    color: #b11116 !important; }

.navbar-personalizada .nav-item.cor-1 a:hover {
  color: #ffffff !important; }

.active .nav-link {
  color: #b11116 !important; }

/*Menu Scroll */
.navbar.navbar-scroll {
  border-bottom: 1px solid #ccc;
  display: none;
  transition: ease .2s; }

.cor-1 {
  background: #b11116; }

.navbar-scroll li a:hover {
  color: #b11116 !important; }

.navbar-scroll li a.text-white:hover {
  color: #fff !important;
  background: #c9282e;
  border-color: #c9282e; }

.f-nav {
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  display: block !important; }

.navbar.navbar-scroll .navbar-nav li a {
  text-transform: uppercase;
  font-size: 14px; }

/*Dropdown */
.navbar-personalizada .dropdown .dropdown-menu {
  position: absolute;
  background: #fff;
  list-style: none;
  border: 1px solid #ccc;
  z-index: 99;
  transition: ease .2s;
  left: -31px;
  border-radius: 0;
  padding: 0;
  margin-top: 0px; }
  .navbar-personalizada .dropdown .dropdown-menu:before {
    content: " ";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 6px solid #b11116;
    position: absolute;
    top: -6px;
    left: calc(50% - 10px); }
  .navbar-personalizada .dropdown .dropdown-menu a {
    font-size: 12px;
    padding: 15px 30px 15px 10px !important;
    border-bottom: 1px solid #ccc; }
    .navbar-personalizada .dropdown .dropdown-menu a:last-child {
      border: none; }
    .navbar-personalizada .dropdown .dropdown-menu a:hover {
      background: #b11116 !important;
      color: #fff !important; }

.navbar-personalizada .dropdown:hover > .dropdown-menu {
  display: block; }

/*Bordas */
.borda-bottom {
  border-bottom: 1px solid #e3e3e3; }

.borda-degrade {
  border: 2px solid transparent;
  /*border-image: linear-gradient(-45deg, #19597e, #b11116); */
  -webkit-border-image: linear-gradient(-45deg, #19597e, #b11116);
  -moz-border-image: linear-gradient(-45deg, #19597e, #b11116);
  -o-border-image: linear-gradient(-45deg, #19597e, #b11116);
  border-image: linear-gradient(-45deg, #19597e, #b11116);
  border-image-slice: 1; }

.bg-cor-1, .bg-cor-3 {
  background: #eee; }

.bg-cinza-escuro {
  background: #333333; }

/*Botoes */
.btn-primary {
  background: #b11116;
  color: #fff;
  font-size: 14px;
  border: none;
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: 0;
  transition: ease .2s;
  font-weight: bold; }
  .btn-primary:hover {
    background: #c9282e;
    color: #fff;
    text-decoration: none; }

.btn-padrao-verde {
  background: #0f9d16;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 30px;
  transition: ease .2s; }

.btn-padrao-azul {
  background: #2b62de;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 30px;
  transition: ease .2s; }
  .btn-padrao-azul:hover {
    color: #fff;
    background: #3b6feb; }

.btn-padrao-verde:hover {
  background: #0fa219;
  color: #fff;
  text-decoration: none; }

.btn-padrao-verde svg {
  margin-left: 7px; }

.btn-default {
  padding: 15px 30px;
  border-radius: 0; }

.btn-padrao-branco {
  background: #fff;
  color: #666;
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 54px;
  border-radius: 0;
  transition: ease .2s;
  font-weight: bold;
  min-width: 252px;
  text-align: center; }
  .btn-padrao-branco:hover {
    background: #f7f7f7;
    color: #666;
    text-decoration: none; }

/*Formularios */
.formulario-padrao input, .formulario-padrao textarea {
  border-radius: 0;
  border-color: #ccc;
  padding: 15px;
  resize: none; }

.formulario-padrao input::placeholder, .formulario-padrao textarea::placeholder {
  color: #999999;
  font-style: italic; }

.select-style {
  width: 240px;
  height: 47px;
  overflow: hidden;
  background: url("../img/marcador-select.png") #b11116 no-repeat 90%;
  transition: ease .2s; }
  .select-style:hover {
    background: url("../img/marcador-select.png") #b11116 no-repeat 90% 56%; }
  .select-style select {
    background: transparent;
    width: 268px;
    text-transform: uppercase;
    padding-left: 12px;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    border: 0;
    border-radius: 0;
    height: 47px;
    -webkit-appearance: none; }

/*Redes sociais */
.box-redes-sociais-vert {
  width: 60px;
  text-align: center; }
  .box-redes-sociais-vert span {
    color: #bbbbbb;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 14px; }
  .box-redes-sociais-vert ul {
    text-align: center;
    border: 1px solid #ccc;
    width: 60px;
    padding: 10px 0; }
    .box-redes-sociais-vert ul li {
      margin-bottom: 10px; }
      .box-redes-sociais-vert ul li:last-child {
        margin-bottom: 0; }
      .box-redes-sociais-vert ul li a .icones-redes-sociais {
        fill: #BBBBBB;
        transition: ease .2s; }
      .box-redes-sociais-vert ul li a:hover .icones-redes-sociais {
        fill: #b11116; }

.redes-sociais-float {
  position: absolute;
  left: -80px; }

/*Margens */
.bg-preto {
  background-color: #000; }

.bg-vermelho {
  background-color: #b11116; }

.container-1235 {
  max-width: 1235px;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative; }

/*Badges */
.badge-padrao {
  color: #fff;
  background-color: #b11116;
  border-radius: 0;
  font-weight: bold;
  padding: 7px 25px;
  font-size: 12px; }
  .badge-padrao:hover {
    color: #fff;
    background-color: #c9282e;
    text-decoration: none; }
  .badge-padrao.absolute {
    position: absolute;
    top: 10px;
    left: 0; }

.slide-padrao-paginas {
  background: #000;
  color: #fff;
  position: relative; }
  .slide-padrao-paginas p {
    margin: 0;
    color: #fff;
    font-size: 12px; }
  .slide-padrao-paginas .info {
    margin-bottom: 20%; }
  .slide-padrao-paginas .titulo h2 {
    text-transform: initial;
    font-size: 32px; }
  .slide-padrao-paginas h5 {
    font-size: 18px; }
  .slide-padrao-paginas .titulo {
    max-width: 60%; }

/*Chamada Internas */
.slide-interna {
  color: #fff; }
  .slide-interna p {
    color: #fff;
    margin: 0; }
  .slide-interna h2 {
    color: #fff;
    font-weight: bold;
    margin-top: 10px; }

a .icones-redes-sociais {
  fill: #fff; }

a:hover .icones-redes-sociais {
  fill: #b11116; }

.div-clicavel {
  cursor: pointer; }

.bordas {
  border: 1px solid #ccc; }

.sombra {
  -webkit-box-shadow: 0px 0px 36.8px rgba(6, 8, 0, 0.5);
  -moz-box-shadow: 0px 0px 36.8px rgba(6, 8, 0, 0.5);
  box-shadow: 0px 0px 36.8px rgba(6, 8, 0, 0.5); }

.box-enviar h3, .box-enviar p {
  margin-bottom: 0; }

/* menu do cliente */
.garrula-customer .menu {
  border: 1px solid #e7e6e6;
  box-sizing: border-box; }
  .garrula-customer .menu li {
    border-bottom: 1px solid #e7e6e6 !important;
    padding: 0 !important; }
    .garrula-customer .menu li a {
      padding: 12px 20px;
      display: block;
      transition: all .2s ease;
      text-transform: uppercase;
      font-size: 14px; }
    .garrula-customer .menu li a:hover {
      background: #c21116;
      color: #fff; }

.status-pedido {
  font-size: 13px;
  margin-top: 5px; }
  .status-pedido .marcador-status {
    background: #333333;
    width: 52px;
    margin: 0 auto;
    padding: 14px 10px;
    border-radius: 100%; }
    .status-pedido .marcador-status:after {
      content: " ";
      height: 2px;
      background: #fff;
      position: absolute;
      top: 35%;
      width: 100%;
      z-index: -1; }
      @media (max-width: 767px) {
        .status-pedido .marcador-status:after {
          display: none; } }
  .status-pedido .border-zero:after {
    display: none; }
  .status-pedido .ativo {
    background: #b11116; }

.produto-tabela {
  border: 1px solid #333333;
  width: 80px;
  height: 80px;
  justify-content: center;
  padding: 5px;
  float: left;
  margin-right: 10px; }
  .produto-tabela img {
    height: 70px; }

.border-box {
  border: 1px solid #ccc; }

.styled-checkbox {
  position: absolute;
  opacity: 0; }

.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0; }

.styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 70px;
  height: 32px;
  background: #b11116;
  transition: all .2s;
  border-radius: 5px; }

.styled-checkbox:checked + label:before {
  background: #fd1820;
  transition: all .2s; }

.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto; }

.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd; }

.styled-checkbox:checked + label:after {
  font-family: "Font Awesome 5 Solid";
  content: "\f00c";
  position: absolute;
  left: 26px;
  top: 2px;
  color: #fff;
  font-size: 20px;
  opacity: 0; }

.checkbox-svg svg {
  position: absolute;
  left: 26px;
  top: 7px;
  color: #fff; }

.produtos-mobile {
  border-bottom: 1px solid #ccc; }

.border-bottom {
  border-bottom: 1px solid #ccc; }

.quantidade select {
  width: 70px;
  margin: 0 auto; }

.detalhes-produtos-sacola strong, .detalhes-produtos-sacola span {
  display: block; }

.detalhes-pedido-pagamento p {
  margin-bottom: 0; }

.garrula-checkout .box-border, .garrula-customer .box-border {
  border: 1px solid #b11116;
  padding: 20px;
  font-size: 14px; }

.garrula-checkout-payment .box-border .discount {
  display: none; }

.garrula-customer .menu {
  list-style: none;
  padding: 0; }

.garrula-customer .menu li {
  border-bottom: 1px solid #b11116;
  padding: 10px; }

.garrula-customer .status-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.garrula-customer .marcador-status {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0; }
  .garrula-customer .marcador-status:after {
    display: none; }

.garrula-customer .tabela-produtos thead {
  border-bottom: 1px solid #b11116;
  font-size: 14px;
  text-transform: uppercase; }

.garrula-customer .tabela-produtos tbody {
  font-size: 14px;
  border-bottom: 1px solid #b11116; }
  .garrula-customer .tabela-produtos tbody tr {
    border-bottom: 1px solid #ddd; }
    .garrula-customer .tabela-produtos tbody tr:last-child {
      border-bottom: none; }

.garrula-customer .tabela-produtos td {
  padding: 10px 5px; }

.garrula-customer .ativo {
  background: #b11116; }

.garrula-customer .title {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 18px; }
  .garrula-customer .title span {
    font-size: 14px;
    font-weight: normal;
    text-transform: none; }
  .garrula-customer .title svg {
    font-size: 22px; }

.garrula-customer table {
  width: 100%; }

.garrula-customer p {
  font-size: 14px;
  line-height: 19px;
  margin: 0; }

.garrula-customer label + label, .garrula-checkout label + label {
  margin-left: 25px; }

.garrula-customer .radio, .garrula-checkout .radio {
  display: flex; }
  .garrula-customer .radio label, .garrula-checkout .radio label {
    display: flex;
    align-items: center;
    margin-bottom: 0; }
    .garrula-customer .radio label input, .garrula-checkout .radio label input {
      margin-right: 5px; }

.garrula-customer .form-check, .garrula-checkout .form-check {
  padding-left: 0; }
  .garrula-customer .form-check a, .garrula-checkout .form-check a {
    border-bottom: 1px solid; }
    .garrula-customer .form-check a:hover, .garrula-checkout .form-check a:hover {
      border-bottom: none; }

.garrula-customer #form-block-company, .garrula-checkout #form-block-company {
  display: none; }

.btn-primary.focus, .btn-primary:focus {
  box-shadow: none; }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #b11116;
  border-color: #b11116; }

.error-message {
  padding: 5px;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  font-size: 11px; }

.img-brand-credit-card {
  opacity: 0.2; }

.garrula-customer-product-rating .product-rating {
  border-bottom: 1px solid #dfdfe3;
  margin-bottom: 15px; }

.garrula-customer-product-rating .rating {
  margin: 10px 0; }
  .garrula-customer-product-rating .rating input[type="radio"] {
    display: none; }
    .garrula-customer-product-rating .rating input[type="radio"]:checked ~ label {
      color: orange; }
  .garrula-customer-product-rating .rating label {
    font-size: 30px;
    color: grey;
    cursor: pointer; }
    .garrula-customer-product-rating .rating label:hover {
      color: orange; }
      .garrula-customer-product-rating .rating label:hover ~ label {
        color: orange; }
  .garrula-customer-product-rating .rating .clasificacion {
    direction: rtl;
    unicode-bidi: bidi-override; }

#avaliacao-de-consumidores {
  padding: 30px 0; }
  #avaliacao-de-consumidores .title {
    margin: 0 0 25px 0;
    color: #222222;
    font-size: 1.5rem;
    font-weight: 400; }
  #avaliacao-de-consumidores .item {
    padding: 25px 0 15px 0; }
  #avaliacao-de-consumidores .profile-name {
    font-weight: 600; }
  #avaliacao-de-consumidores div.stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0; }
    #avaliacao-de-consumidores div.stars .star {
      width: 20px;
      margin: 0 7.5px 0 0; }
    #avaliacao-de-consumidores div.stars p {
      font-weight: 300;
      margin: 0 0 0 7.5px;
      opacity: .5; }
  #avaliacao-de-consumidores .desc {
    font-size: 0.9rem;
    margin: 0 0 15px 0; }
  #avaliacao-de-consumidores .icon {
    margin-right: 15px; }
  #avaliacao-de-consumidores hr {
    margin: 0; }

div.stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0; }
  div.stars .star {
    width: 20px;
    margin: 0 7.5px; }
  div.stars p {
    font-weight: 300;
    margin: 0 0 0 7.5px; }

/*Topo */
/*Noticias */
.mais-lidas {
  background: #000;
  color: #fff; }
  .mais-lidas ul {
    list-style: none;
    padding-left: 0; }
  .mais-lidas h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    text-transform: uppercase;
    line-height: 28px; }
  .mais-lidas li {
    border-top: 1px solid #fff; }
    .mais-lidas li:last-child {
      border-bottom: 1px solid #fff; }
    .mais-lidas li .posicao {
      color: #555555;
      font-size: 68px;
      padding-right: 30px; }
    .mais-lidas li:nth-child(1) .posicao {
      color: #b11116; }
    .mais-lidas li .titulo {
      color: #fff;
      font-size: 18px;
      text-transform: none;
      padding-bottom: 0;
      font-weight: 400;
      transition: ease .1s; }
      .mais-lidas li .titulo:hover {
        color: #b11116; }
    .mais-lidas li a {
      display: flex;
      align-items: center;
      padding: 5px 0; }
      .mais-lidas li a:hover {
        color: #b11116; }

.compre-revista, .sobre-autor {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc; }

.titulo-vermelho {
  color: #b11116;
  font-size: 18px;
  text-transform: uppercase; }

/*Artigos */
.conteudo-paragrafo {
  position: relative; }
  .conteudo-paragrafo.bloqueado:after {
    content: " ";
    bottom: 1px;
    height: 90px;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 78%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 78%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.91) 78%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    width: 100%; }

footer {
  color: #fff; }
  footer .info p {
    color: #fff;
    margin: 0;
    font-size: 12px; }
    footer .info p:first-child {
      text-transform: uppercase; }
  footer ul li {
    color: #b11116;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
    transition: ease .2s; }
    footer ul li a {
      color: #fff;
      font-weight: normal;
      transition: ease .1s; }
  footer a .icons-branco {
    fill: #fff;
    transition: ease .1s; }
  footer a:hover .icons-branco {
    fill: #b11116; }

.link-nerdweb {
  background: url("../img/bg-rodape.jpg") no-repeat;
  background-size: cover;
  color: #fff;
  line-height: 18px;
  font-size: 12px;
  position: relative; }
  .link-nerdweb a:hover {
    color: #b11116; }

/*Carouel */
.carousel-produtos .owl-stage {
  display: flex;
  flex-wrap: wrap; }

.carousel-produtos .owl-nav.disabled {
  display: block; }

.carousel-produtos .owl-item > div, .box-product .owl-item > div {
  min-width: 90%;
  margin: 5px 0; }

.carousel-produtos img, .box-product img {
  max-width: 200px; }

.carousel-produtos p, .box-product p {
  margin-bottom: 0; }

.carousel-produtos svg, .box-product svg {
  color: #ffc76a; }

.carousel-produtos .preco, .box-product .preco {
  color: #0d3095;
  font-weight: bold;
  font-size: 17px; }
  .carousel-produtos .preco span, .box-product .preco span {
    font-size: 22px; }

.carousel-produtos-interna p {
  margin-bottom: 0; }

.carousel-produtos-interna svg {
  color: #ffc76a; }

.carousel-produtos-interna .preco {
  color: #0d3095; }

.carousel-produtos-interna .box-vermelho {
  background: #b11116;
  color: #fff;
  padding: 8px;
  max-width: 115px;
  margin-right: 5px; }

.carousel-produtos-interna .box-cinza {
  border: 1px solid #ccc;
  padding: 8px;
  max-width: 115px; }

.detalhes-produtos .foto-produto {
  background: #f9f9f9;
  max-height: 350px; }

.owl-carousel .owl-nav .owl-prev {
  background: url(../img/al.png) no-repeat center center;
  width: 60px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  display: block !important;
  left: -50px;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); }

.owl-carousel .owl-nav .owl-next {
  background: url(../img/ar.png) no-repeat center center;
  width: 60px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  display: block !important;
  right: -50px;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); }

.owl-carousel-banner.owl-carousel .owl-nav .owl-prev {
  left: 20px; }

.owl-carousel-banner.owl-carousel .owl-nav .owl-next {
  right: 20px; }

.owl-item {
  display: flex;
  justify-content: center; }

.opcoes-compra {
  margin-top: 20px; }

.cinza {
  color: #999999; }

.box-vermelho {
  background: #b11116;
  color: #fff;
  padding: 8px;
  max-width: 115px;
  margin-right: 5px; }

.box-cinza {
  border: 1px solid #ccc;
  padding: 8px;
  max-width: 115px; }

/* Atualização Anne Dia 06/03 as 16:46 */
img {
  max-width: 100%; }

.select-edicoes select {
  margin-right: 10px; }

.tp-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: local;
  background-size: cover; }

.edicoes-interna {
  position: relative; }
  .edicoes-interna .img {
    min-height: 540px; }

.txt-edicoes {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 116px; }
  .txt-edicoes p, .txt-edicoes h2 {
    color: #fff;
    text-shadow: 0px 0px 4px black; }

.cor-branca {
  color: #fff; }

.txt-edicoes .badge-padrao {
  max-width: 88px;
  font-size: 16px;
  margin: 0 auto; }

a .titulo-18 {
  color: #333333; }

a:hover {
  text-decoration: none; }

.titulo-38 {
  font-size: 38px;
  line-height: 46px; }

.entrevistas .txt .titulo-22, .entrevistas-interna .titulo-22 {
  text-transform: none; }

.relative {
  position: relative; }

.citacao {
  font-size: 24px;
  color: #b11116;
  line-height: 30px;
  padding-left: 20px;
  border-left: 5px solid #b11116; }

.permissao-usuario {
  z-index: 99;
  left: 0;
  right: 0; }

.mt-10 {
  margin-top: 10px; }

.mb-10 {
  margin-bottom: 10px; }

.titulo-32 {
  font-size: 32px;
  line-height: 46px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px; }

/* Atualização Anne Dia 07/03 */
.galeria .legenda {
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%; }

.galeria .img {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end; }

.galeria-videos .player {
  border-radius: 100%;
  width: 90px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.4); }
  .galeria-videos .player .circle {
    background-color: #2d2524;
    height: 74px;
    width: 74px;
    border-radius: 100%;
    padding-left: 10px; }

.galeria-videos .legenda {
  padding-left: 0; }
  .galeria-videos .legenda .player {
    background-color: #2d2524;
    width: 60px;
    height: 60px;
    border-radius: 0; }
  .galeria-videos .legenda p {
    padding-left: 20px; }

.sociais-galeria li {
  margin-right: 30px;
  list-style-type: none !important; }

ul.agenda, ul.menu-sobre {
  width: 100%;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }

ul.agenda li {
  display: flex;
  justify-content: space-between;
  padding: 20px; }

ul.menu-sobre li a {
  padding: 20px;
  display: block;
  padding-left: 30px;
  border: 1px solid #eaeaea;
  margin-bottom: -1px; }

ul.editor {
  width: 100%;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0; }

.entrevistas .txt {
  position: absolute;
  bottom: 0;
  left: 40px;
  right: 40px; }

ul.menu-sobre li a:hover, ul.menu-sobre li.active a {
  background-color: #b11116;
  color: #fff; }

.link-agenda {
  text-decoration: underline; }

ul.agenda li p {
  margin-bottom: 0; }

ul.agenda li:nth-child(odd) {
  background-color: #eeeeee; }

.nome-destaque-internacional {
  color: #666666;
  font-size: 30px; }

.sociais-editor a {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 5px; }

.carta-leitor {
  border-bottom: 1px solid #ccc; }

@media all and (max-width: 900px) {
  .edicoes-interna .img {
    display: none; }
  .txt-edicoes {
    position: static;
    padding: 40px 0; }
  .sociais-galeria {
    position: static; } }

ul.editor li {
  margin-right: 30px; }

.mt-20 {
  margin-top: 20px; }

.podcast small {
  color: #333333; }

.mb-10 {
  margin-bottom: 10px !important; }

.bg-cinza {
  background-color: #333333; }

.bg-azul {
  background-color: #b11116; }

.bg-vermelho-escuro {
  background-color: #795657; }

ul.editor li {
  position: relative; }
  ul.editor li.active:after {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13.5px 13.3px 13.5px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    content: "";
    bottom: -24px;
    margin: 0 auto; }

.podcast .img {
  position: relative; }

.hover-podcast {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: none;
  flex-direction: column; }

.podcast .img:hover .hover-podcast {
  display: flex !important; }

.entrevistas .txt .titulo-22, .entrevistas-interna .titulo-32 {
  text-transform: none; }

.box-leitor {
  border: 1px solid #ccc;
  padding: 20px; }

.img-deslocada {
  position: relative;
  top: 30px;
  max-width: 112px; }

.sombra-entrevista {
  -webkit-box-shadow: inset 0px -89px 72px 13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px -89px 72px 13px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -89px 72px 13px rgba(0, 0, 0, 0.75); }

.sombra-edicoes {
  position: relative;
  width: 60%; }
  .sombra-edicoes:after {
    content: " ";
    position: absolute;
    background: url(../img/shadown-hori.png);
    height: 100%;
    width: 54%;
    right: 0px;
    top: 0;
    background-repeat-x: no-repeat; }
  .sombra-edicoes:before {
    content: " ";
    position: absolute;
    background: url(../img/shadown-vert.png);
    height: 36%;
    width: 100%;
    left: 0px;
    bottom: 0;
    background-repeat-y: no-repeat; }

.img-conteudo {
  float: left;
  margin-right: 40px; }

.slide-padrao-loja {
  background: #1b1b1b;
  height: 450px;
  color: #fff; }

.box-produto-valor {
  background: #b11116;
  color: #fff;
  padding: 10px; }
  .box-produto-valor p {
    color: #fff;
    margin-bottom: 0; }
  .box-produto-valor .flag-tempo {
    background: #0ca4fd;
    color: #fff;
    width: 70%;
    margin: 0 auto;
    padding: 7px;
    text-align: center;
    position: relative;
    top: -20px; }
  .box-produto-valor .cat-livro {
    margin-top: 10px; }

.breadcrumbs {
  font-size: 13px; }

.breadcrumbs ul li:not(:last-child):after {
  content: ">";
  position: relative;
  left: 5px; }

.bg-capa-biblioteca {
  color: #000000;
  width: 100%; }

.filtros-box a.btn-fechar {
  display: none; }

.filtros-box .filtros-box-titulo {
  display: none;
  font-size: 32px;
  padding-bottom: 10px;
  text-transform: uppercase;
  text-align: center; }

.box-filtro {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee; }
  .box-filtro:last-child {
    border-bottom: none; }

.box-filtro-cabecalho {
  border-bottom: 1px solid #eee;
  position: relative; }
  .box-filtro-cabecalho .btn-limpar-filtro {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
    background-color: #ddd;
    padding: 2px 8px;
    border-radius: 10px; }
    .box-filtro-cabecalho .btn-limpar-filtro svg {
      margin-right: 2px; }
    .box-filtro-cabecalho .btn-limpar-filtro:hover {
      color: #fff; }

.box-filtro-cabecalho .titulo-18 {
  margin-bottom: 10px; }

.box-filtro-conteudo {
  max-height: 200px;
  margin-top: 10px;
  padding: 5px 0;
  overflow-y: auto; }
  .box-filtro-conteudo ul a, .box-filtro-conteudo ul li {
    color: #999999;
    font-size: 14px;
    margin: 0 5px; }
    .box-filtro-conteudo ul a:hover, .box-filtro-conteudo ul li:hover {
      color: #686868; }
    .box-filtro-conteudo ul a small, .box-filtro-conteudo ul li small {
      font-size: 12px;
      color: #b0b0b0; }
    .box-filtro-conteudo ul a svg, .box-filtro-conteudo ul li svg {
      color: #d8d8d8; }
    .box-filtro-conteudo ul a .amarelo, .box-filtro-conteudo ul li .amarelo {
      color: #ffc76a; }

.detalhe-valor {
  color: #b11116; }
  .detalhe-valor p {
    margin: 0;
    color: #b11116; }
  .detalhe-valor .preco-antigo {
    text-decoration: line-through; }
  .detalhe-valor .preco-atual {
    font-size: 22px;
    font-weight: bold; }
  .detalhe-valor .preco-parcelado {
    font-size: 14px;
    color: #666666; }

.obs-produto {
  border-top: 1px solid #ccc;
  padding: 20px;
  cursor: pointer; }
  .obs-produto:last-child {
    border-bottom: 1px solid #ccc; }
  .obs-produto .observacao {
    margin-top: 20px; }

.obs-produtos li ul {
  display: none;
  list-style: none; }

#accordion .card-header {
  cursor: pointer; }

/* sobrescrevendo estilos para ajustar checkout */
.garrula-cart .btn-primary {
  padding: 9px 15px; }

.garrula-checkout hr {
  margin: 1em 0; }

.garrula-customer .bg-cor-3 > p, .garrula-checkout .bg-cor-3 > p {
  font-size: 21px; }

.box-product:hover {
  box-shadow: 1px 1px 8px #ddd; }

.custom-pagination a {
  display: block; }

.custom-pagination .page-link {
  color: #333333; }

.carousel-flex .owl-stage {
  display: flex;
  flex-wrap: wrap; }

.carousel-flex .bordas {
  display: flex;
  justify-content: center;
  align-items: center; }

#passwd-result {
  font-size: 13px;
  font-weight: bold;
  border-top: 2px solid;
  padding: 0 20px 0 3px;
  margin: 5px 0 0 2px;
  display: none; }
  #passwd-result.short {
    display: inline-block;
    color: #FF0000; }
  #passwd-result.weak {
    display: inline-block;
    color: orange; }
  #passwd-result.good {
    display: inline-block;
    color: #2D98F3; }
  #passwd-result.strong {
    display: inline-block;
    color: limegreen; }

/* painel css */
.font-32 {
  font-size: 32px !important;
  line-height: 35px; }

.font-16 {
  font-size: 16px !important; }

.btn-big {
  font-size: 16px !important;
  padding: 15px 40px !important; }

.btn-padrao-cinza {
  background: #666666;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: 0;
  transition: ease .2s;
  font-weight: bold;
  line-height: 1; }

.btn-padrao-cinza:hover {
  background: #7f7f7f;
  color: #fff; }

.btn-small {
  padding: 15px 10px; }

.sidebar-painel {
  border: 1px solid #e7e6e6;
  box-sizing: border-box; }

.sidebar-painel a {
  padding: 12px 20px;
  display: block;
  border-bottom: 1px solid #e7e6e6;
  transition: all .2s ease;
  text-transform: uppercase;
  font-size: 14px; }

.sidebar-painel a:hover {
  background: #c21116;
  color: #fff; }

.sidebar-painel a.active {
  background: #b11116;
  color: #fff; }

.sidebar-painel a:last-child {
  border-bottom: none; }

.box-cadastro {
  border: 1px solid #e7e6e6;
  padding: 30px;
  position: relative; }

.box-cadastro h3 {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e7e6e6; }

.box-cadastro .btn-padrao-vermelho {
  font-size: 16px; }

.form-check label a {
  font-weight: bold; }

.box-cadastro .font-14 {
  font-weight: bold; }

.bloco-fotos {
  height: 163px;
  position: relative; }

.bloco-fotos h3 {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0; }

.bloco-fotos small {
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  margin: 0; }

.bloco-fotos .legenda p {
  color: #fff !important;
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 22px; }

.bloco-fotos .legenda {
  position: absolute;
  bottom: 0;
  text-align: left;
  width: 100%;
  padding-left: 10px;
  background: rgba(0, 0, 0, 0.5);
  transition: all .3s ease; }

.enviar-img a {
  display: block; }

.enviar-img {
  background: #b11116;
  color: #fff;
  transition: all .2s ease; }

.enviar-img:hover {
  background: #c21116; }

.bloco-fotos:hover .hover,
.hover:hover {
  display: flex; }

.box-endereco {
  background: #666666;
  color: #fff;
  padding: 14px;
  margin-bottom: 10px; }

.box-endereco p {
  color: #fff; }

.box-endereco strong {
  text-transform: uppercase; }

.formulario-padrao input:disabled {
  background: #666666;
  color: #fff !important; }

.select-formulario {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../img/ico-select.png") no-repeat 98%;
  border-radius: 0;
  padding-right: 28px;
  height: 50px !important; }

.hover {
  height: 163px;
  width: 100%;
  background: rgba(177, 17, 22, 0.71);
  display: none;
  transition: ease .2s;
  z-index: 999; }

.hover img:hover {
  background: rgba(255, 255, 255, 0.31); }

article.aguardando, article.aguardando p {
  color: #999999 !important; }

article.aguardando small {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  text-transform: uppercase; }

article.reprovado, article.reprovado p {
  color: #c66063 !important; }

article.reprovado small {
  font-size: 14px;
  color: #b11116;
  font-weight: bold;
  text-transform: uppercase; }

.product-tabs .tab-content {
  background: #f9f9f9;
  padding: 0 15px; }

.search-results {
  position: absolute;
  top: 40px;
  background-color: #fff;
  border: 1px solid #ddd;
  height: 200px;
  overflow-y: scroll; }
  .search-results img {
    max-width: 50px; }

@media screen and (min-width: 1920px) {
  .sombra-edicoes {
    width: 40%; }
  .txt-edicoes {
    top: 66px !important; } }

@media screen and (max-width: 1024px) {
  .txt-edicoes {
    top: 45px !important; }
    .txt-edicoes img {
      width: 180px; }
  .navbar {
    padding: 8px !important; } }

@media all and (max-width: 767px) {
  .box-redes-sociais-vert {
    width: 100%; }
    .box-redes-sociais-vert ul {
      display: flex;
      justify-content: space-evenly;
      width: 100%; }
      .box-redes-sociais-vert ul li {
        margin-bottom: 0;
        display: inline-block; }
  .redes-sociais-float {
    position: static; } }

@media all and (max-width: 768px) {
  .topo .img-logo {
    margin-left: 0; }
  .py-xs-0 {
    padding: 10px !important; }
  .titulo-32 {
    font-size: 22px !important;
    line-height: 24px; }
  .topo .img-logo {
    margin: 0 auto;
    top: 0; }
  .lista-topo a span {
    display: none; }
  .filtros-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background-color: #FFF;
    z-index: 10000;
    padding: 20px; }
    .filtros-box a.btn-fechar {
      display: inline-block;
      position: absolute;
      top: 15px;
      right: 15px; }
    .filtros-box.active {
      display: block; }
    .filtros-box .filtros-box-titulo {
      display: block; } }

@media all and (max-width: 576px) {
  .logo h1 {
    display: block;
    margin: 0 auto;
    text-align: center; }
  .lista-topo {
    margin: 0 auto 20px; } }

@media all and (max-width: 425px) {
  .mascara {
    background-image: none !important; }
    .mascara:after {
      display: none; } }

.info-produto div.stars, .box-produto-valor div.stars {
  margin: 10px 0;
  justify-content: center; }
  .info-produto div.stars .star, .box-produto-valor div.stars .star {
    width: 15px; }

#popup-modal .modal-content {
  width: auto; }

#popup-modal .modal-dialog {
  max-width: 1000px;
  justify-content: center; }

#popup-modal .embed {
  width: 100%; }
