html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Open Sans';
}

a, a:hover, a:active, a:focus, a:visited {
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

a:active, a:focus {
  outline: 0;
}

/* 
.container-especial{
    @media screen and (min-width: 576px){ width: 88%; }
    @media screen and (min-width: 768px){ width: 80%; }
    @media screen and (min-width: 992px){ width: 72%; }
    @media screen and (min-width: 1200px){ width: 64%; }
}
*/
.slick-list {
  margin: 0 40px;
}

.slick-slider {
  padding: 0;
  margin: 0;
}

.slick-slide:active, .slick-slide:focus {
  outline: 0 !important;
}

.slick-prev {
  left: 0 !important;
}

.slick-next {
  right: 0 !important;
}

.slick-arrow {
  width: auto;
  height: auto;
}

.slick-arrow:before {
  font-size: 32px;
  color: #69D2E7 !important;
}

/* 
.background-image{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
*/
.ajax-loader {
  display: none !important;
}

.wpcf7-not-valid-tip {
  font-size: .96rem;
  margin-top: .24rem;
}

.wpcf7-response-output {
  border: 1px solid #dc3232 !important;
  color: #dc3232;
  text-align: center;
  font-size: .96rem;
  margin: 1.6rem 0 0 !important;
  background: #ffe1e1;
}

.lista-semantica {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.titulo-secao, .titulo-pagina {
  font-family: 'Jura', 'Open Sans', sans-serif;
  font-size: 1.12rem;
  color: #CC212A;
  letter-spacing: .192rem;
}

@media (min-width: 992px) {
  .titulo-secao, .titulo-pagina {
    font-size: 1.84rem;
  }
}

.titulo-secao {
  margin-bottom: 3rem;
  text-align: center;
}

.conteudo-textual {
  color: #707070;
  font-size: .96rem;
  line-height: 1.84rem;
}

.conteudo-textual figure {
  margin-bottom: 0;
}

.conteudo-textual figcaption {
  text-align: center;
  font-size: .8rem;
  margin-top: .24rem;
}

.conteudo-textual ul {
  list-style: none;
  /* Remove default bullets */
}

.conteudo-textual ul li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #CC212A;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

#curva-banner {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 575px) {
  .slick-list {
    margin: 0 !important;
  }
}

.slick-prev:before, .slick-next:before {
  color: transparent !important;
  background-repeat: no-repeat;
  background-size: 1.6rem;
  background-position: center;
}

.slick-prev:before {
  background-image: url("../../images/__slide-prd_prev.svg");
}

.slick-next:before {
  background-image: url("../../images/__slide-prd_next.svg");
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.4rem 0 0;
  position: unset;
}

.slick-dots li {
  margin: 0 0.56rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  justify-content: center;
  border: 3px solid transparent;
  background: transparent;
  width: 1.6rem;
  height: 1.6rem;
  transition: all .24s ease;
}

.slick-dots li > button {
  background-color: #CCCCCC;
  height: 0.8rem;
  width: 0.8rem;
  border-radius: 50%;
  border: 0;
  opacity: 1 !important;
  transition: all .24s ease;
}

.slick-dots li > button:before {
  content: unset;
}

.slick-dots li.slick-active {
  border-color: #CC212A;
  background: #FFFFFF;
}

.slick-dots li.slick-active button {
  background-color: #CC212A;
}

.box-marca a {
  border: 1px solid #FFFFFF;
  margin: 0 .4rem;
  border-radius: 6px;
  overflow: hidden;
  transition: border .4s ease;
}

.box-marca a img {
  filter: grayscale(1) opacity(0.4);
  transition: filter .4s ease;
}

.box-marca a:hover {
  border-color: #C9C7C7;
}

.box-marca a:hover img {
  filter: none;
}

.box-categoria a {
  border-radius: 50%;
  background-image: url("../../images/__fundo-categoria.svg");
  background-color: rgba(149, 157, 166, 0.5);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: background .4s ease;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 8.8rem;
  height: 8.8rem;
  padding: .88rem;
}

@media (min-width: 992px) {
  .box-categoria a {
    width: 10.4rem;
    height: 10.4rem;
    padding: 1.04rem;
  }
}

@media (min-width: 992px) {
  .box-categoria a:hover {
    background-color: #CC212A;
  }
}

.box-categoria h3 {
  color: #FFFFFF;
  font-size: .88rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .box-categoria h3 {
    font-size: .96rem;
  }
}

.box-categoria img {
  margin-bottom: 0.4rem;
  transition: transform .4s ease;
  max-height: 3.2rem;
}

@media (min-width: 992px) {
  .box-categoria img {
    max-height: 4rem;
    margin-bottom: 0.64rem;
  }
}

@media (min-width: 992px) {
  .box-categoria a:hover img {
    transform: scale(1.2);
  }
}
