a:hover,
a:active,
a:focus,
a:visited {
  text-decoration: none !important;
}

/* @import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap'); */

/* a,
h3,
p,
.title-blog,
.title-blog::before 
{ -webkit-transition: all cubic-bezier(0.76, 0, 0.174, 1) .3s; transition: all cubic-bezier(0.76, 0, 0.174, 1) .3s;} */

* {
  outline: none;
}

body {
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.2;
}

p {
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  color: #535353;
  line-height: 1.61803;
  font-weight: 400;
  margin-bottom: 30px;
}


@font-face {
  font-family: 'Pluto Light';
  src: url('../fonts/PlutoLight.eot');
  src: url('../fonts/PlutoLight.eot?#iefix') format('embedded-opentype'),
  url('../fonts/PlutoLight.woff') format('woff'),
  url('../fonts/PlutoLight.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  }
  .fonte-simpatica {font-family: 'Pluto Light';}

.container {
  width: 1340px;
  max-width: 100%;
}

.container-fluid {
  max-width: 1770px !important;
}

.img-responsive {
  display: inline-block !important;
}

.remove-padding {
  padding: 0;
}

.remove-right {
  padding-right: 0;
}

.remove-left {
  padding-left: 0;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.row:after,
.clearfix:after {
  clear: both;
}

.row,
.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clear5 {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 5px;
}

.clear10 {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 10px;
}

.clear15 {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 15px;
}

.clear20 {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 20px;
}

.clear25 {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 25px;
}

.clear30 {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 30px;
}

.clear35 {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 35px;
}

.clear40 {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 40px;
}

.clear45 {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 45px;
}

.clear50 {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 50px;
}

.clear60 {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 60px;
}

.lfloat {
  float: left
}

.rfloat {
  float: right
}

.add-right {
  margin-right: 15px;
}


.master-wrap {
  overflow: hidden;
  padding-top: 90px;
}


/* DEFAULT */

h1 {
  color: #fff;
  font-size: 72px;
  font-weight: 500;
  line-height: 70px;
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

h1 small {
  font-size: 35px;
  font-weight: 200;
  display: block;
  line-height: 40px;
  color: #fff;
}

h2 {
  color: #333;
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  margin-top: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

h2 small {
  display: block;
  font-weight: 400;
  color: #333;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

h4 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.button-default {
  background: #FDA401;
  color: #fff;
  display: inline-block;
  padding: 8px 25px;
  border-radius: 25px;
  font-size: 17px;
  font-weight: 500;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.button-default:hover {
  background: #FDA401;
  color: #fff;
}

.button-blue {
  background: #8726B2;
  color: #fff;
}

.button-blue:hover {
  background: #8726B2;
}

.button-full {
  width: 250px;
  max-width: 100%;
}


.link-simple {
  color: #777;
  /*text-decoration: underline !important;*/
  font-size: 15px;
  display: inline-block;
}

/* HEADER */


header {
  background: #8726B2;
  padding: 15px 0;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.17);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
}

header .container-fluid {
  max-width: inherit;
}

.logo {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}

.logo div {
  margin-right: 20px;
}


.list-top {
  text-align: right;
  margin-bottom: 20px;
}

.list-top li {
  margin-left: 15px;
  display: inline-block;
}

.list-top li:last-child {
  /* margin-left: 0; */
}

.list-top li a {
  color: #fff;
  opacity: .65;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.list-top li a:hover {
  opacity: 1;
}

.list-top li a svg {
  margin-right: 10px;
  position: relative;
  top: 3px;
}

.list-menu {
  text-align: right;
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-menu li {
  display: inline-block;
  padding: 0 10px 10px;
  position: relative;
}

.list-menu li:last-child {
  padding-right: 0;
}

.list-menu li:last-child::after {
  display: none;
}

.list-menu>li::after {
  content: '•';
  font-size: 16px;
  color: #fff;
  opacity: .2;
  position: absolute;
  right: -5px;
  top: 5px;
  bottom: 0;
  margin: auto;
}

.list-menu li a {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 5px 8px;
  border-radius: 6px;
  background: transparent;
  display: inline-block;
}

.list-menu li:hover a,
.list-menu li a:hover,
.list-menu li a.active {
  background: #FDA401;
}

.list-menu li a svg {
  margin-left: 5px;
  position: relative;
  top: -1px;
}


.list-dropdown {
  position: absolute;
  top: 100%;
  left: -20px;
  background: #FDA401;
  padding: 20px 10px;
  border-radius: 10px;
  list-style: none;
  text-align: left;
  width: 215px;
  display: none;
}

.list-dropdown li a:hover {
  color: #FDA401;
  background: #fff;
}

.list-menu li:hover .list-dropdown {
  display: block;
}




/* BANNER */

.banner {
  background: #027ad8;
  padding: 80px 0 0;
  height: 630px;

}

.banner p {
  color: #fff;
}

.banner.text-blue h1,
.banner.text-blue p,
.banner.text-blue h1 small {
  color: #024da1;
}

/* CATEGORIES */

.categories {
  background: #fff;
  padding: 75px 0;
}

.box-categorie {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 100px; /* era 6%*/
  /*border: 1px solid #d4d4d4;*/
  padding: 15px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  min-height: 200px;
  /*box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);*/
}

.box-categorie div {
  padding: 0 15px;
}

.box-categorie div img {
  max-width: 100%;
}

.box-categorie div a {
  font-weight: 300;
  color: #777777;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.box-categorie:hover {
  border-color: #8726B2;
}

.box-categorie:hover h2 {
  color: #8726B2;
}

.box-categorie:hover h2 small {
  color: #8726B2;
}

.box-categorie:hover a {
  color: #8726B2;
}

/* BLOG */

.box-blog {
  /* max-width: 24.5%;  */
  display: inline-block;
  margin-bottom: 40px;
}

.blog-image {
  border-radius: 10px;
  margin-bottom: 20px;
  height: 160px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.blog-title {
  display: block;
  font-size: 17px;
  color: #535353;
  margin-bottom: 20px;
  line-height: 24px;
  font-weight: 500;
}

.box-blog:hover .blog-title {
  text-decoration: underline;
}

.products {
  padding: 100px 0;
  background: #fff;
}

.products img {
  width: 100%;
}

.mosquito {
  position: absolute;
  top: 60px;
  left: -50px;
  width: 600px !important;
}


.slider-brands {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 100px;
}

.box-brand {
  height: 150px;
  border: 1px solid #d4d4d4;
  border-radius: 100px; /* era 10%*/
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  width: 100%;
  margin: 0 15px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);
}


.newsletter {
  margin-bottom: 80px;
}

.newsletter form {
  position: relative;
  margin-top: 20px;
}

.newsletter form div {
  position: relative;
}

.newsletter form input {
  width: 100%;
  padding: 0 25px;
  border: none;
  cursor: pointer;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);
  background: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 30px;
  padding-left: 60px;
  height: 50px;
  line-height: 50px;
}

.newsletter form div img {
  position: absolute;
  top: 10px;
  left: 35px;
}

.newsletter form button {
  width: 100%;
  padding: 0 25px;
  border: none;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
}


/* FOOTER */

footer {
  background: #8726B2 url(../images/bg-footer.jpg) center top no-repeat;
  padding-top: 150px;
  padding-bottom: 30px;
}

footer p {
  font-size: 16px;
  color: #fff;
}

footer p strong {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.link-social {
  display: inline-block;
  margin: 0 15px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.link-social:hover {
  opacity: .5;
}

footer .col-md-6 a {
  color: #fff;
  opacity: .7;
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}

footer a:hover {
  text-decoration: underline !important;
}

.copyright {
  background: #8726B2;
}

.copyright p {
  font-size: 12px;
  color: #fff;
  opacity: .5;
}





.box-white {
  position: relative;
  z-index: 3;
}

.box-white::after {
  content: '';
  background: #fff;
  height: 100%;
  min-height: 300px;
  width: 2000px;
  position: absolute;
  top: 0;
  right: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(262deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 5%);
}

.box-white h2,
.box-white p,
.box-white a {
  position: relative;
  z-index: 2;
}


/* SWIPER */

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
  border: 2px solid #8726B2;
  width: 12px;
  height: 12px;
  position: relative;
  top: 2px;
}

.swiper-brands {
  padding-bottom: 60px;
}

.swiper-blog {
  padding-bottom: 60px;
}

.swiper-blog .swiper-slide {
  width: 25%;
}

.swiper-container .swiper-slide {
  overflow: hidden;
}

.sidenav-trigger {
  display: inline-block;
  margin-top: 30px;
  float: right;
}




/* INTERNAS */

.page-title {
  height: 330px;
  margin-bottom: 40px;
}

.page-title h1 {
  font-weight: 600;
  margin-bottom: 30px;
}

.product-title {
  height: 375px;
  margin-bottom: 40px;
}

.product-title h1 {
  font-weight: 600;
  margin-bottom: 30px;
}

.contato-title {
  height: 415px;
}

.contato-title h1 {
  font-weight: 600;
  margin-bottom: 30px;
}

.sobre-title {
  height: 445px;
}

.sobre-title h1 {
  font-weight: 600;
  margin-bottom: 30px;
}

.sobre-title p {
  color: #fff;
}

.post-title {
  height: 330px;
}

.post-title h1 {
  font-weight: 600;
  margin-bottom: 30px;
}

.post-title p {
  color: #fff;
}

.list-breadcrumbs {
  text-align: center;
}

.list-breadcrumbs li {
  margin: 0 2px;
}

.list-breadcrumbs li,
.list-breadcrumbs li a {
  color: #fff;
  display: inline-block;
}

.list-breadcrumbs li a:hover {
  text-decoration: underline !important;
}




.products-holder {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
}

.product {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.product-image {
  height: 240px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border: 1px solid #f2f3f5;
  /*box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);*/
  border-radius: 10px;
  margin-bottom: 20px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.product-image img {
  max-width: 100%;
  max-height: 100%;
}

.product-name {
  display: block;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.box-product a:hover .product-image {
  border-color: #8726B2;
}

.box-product a:hover .product-name {
  color: #8726B2;
}


.bg-white {
  background: #fff;
  padding: 80px 0 40px;
}

.bg-white .list-breadcrumbs {
  text-align: left;
}

.bg-white .list-breadcrumbs li,
.bg-white .list-breadcrumbs li a {
  color: #777777;
  display: inline-block;
}

.bg-white .list-breadcrumbs li:last-child a {
  color: #8726B2;
  display: inline-block;
}



.box-thumb {
  height: 140px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border: 1px solid #d1d1d1;
  /*box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);*/
  border-radius: 10px;
  margin-bottom: 15px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.box-thumb img {
  max-width: 80%;
  max-height: 80%;
}

.box-thumb:hover {
  border-color: #8726B2;
}

.product-info {
  display: block;
  color: #0c59ae;
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 34px;
}

.dicas {
  padding: 71px 70px;
  background: url(../images/bg-dicas.jpg) center center no-repeat;
  max-width: 810px;
  position: relative;
  margin-top: 60px;
  background-size: cover;
}

.dicas span {
  width: 275px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-weight: 500;
  color: #525252;
  font-size: 18px;
  margin-bottom: 30px;
  display: block;
  background: url(../images/bg-title-dicas.png) center center no-repeat;
  margin-top: -70px;
}



.options-holder {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
}

.box-option {
  width: 16.666666%;
  padding: 0 15px;
}

.option {
  height: 140px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  justify-content: space-around;
  -webkit-box-align: center;
  align-items: center;
  border: 1px solid #d1d1d1;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);
  border-radius: 10px;
  margin-bottom: 15px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 15px;
}

.option svg path {
  fill: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.option span {
  display: block;
  color:#333;
  font-size: 15px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.box-option a:hover span {
  color: #8726B2;
}

.box-option a:hover svg path {
  fill: #8726B2;
}

.option:hover {
  border-color: #8726B2;
}

.bg-white form label {
  color: #737373;
  font-size: 15px;
  font-weight: 400;
}

.bg-white form input[type=radio] {
  margin-right: 5px;
}

.bg-white form input[type=text],
.bg-white form input[type=email],
.bg-white form input[type=password],
.bg-white form select {
  height: 50px;
  line-height: 50px;
  background: #f2f2f2;
  padding: 0 15px;
  border-radius: 6px;
  margin-bottom: 20px;
  border: none;
  width: 100%;
}

.bg-white form input[type=file] {

  margin-bottom: 20px;
  border: none;
  width: 100%;
}

.bg-white form textarea {
  height: 150px;
  background: #f2f2f2;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 20px;
  border: none;
  width: 100%;
}

.bg-white form button {
  border: none;
  cursor: pointer;
}




.box-contact span {
  color: #8726B2;
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}

.box-contact {
  position: relative;
  padding: 0 60px;
}

.box-contact img {
  position: absolute;
  top: 0;
  left: 0;
}

.list-breadcrumbs {
  padding: 0;
}


.post .bg-white img {
  max-width: 100%;
  margin-bottom: 30px;
}

.post .post-title h1 {
  font-size: 34px;
  margin-top: 10px;
  line-height: 38px;
}




.link-simple {
  /*text-decoration: underline; */
  color: #0057b8;
  font-size: 18px;
}


.list-default {
  padding: 0;
}

.list-default li {
  font-size: 16px;
  font-weight: 600;
  color: #8726B2;
  list-style: none;
  margin-bottom: 5px;
}


.embalagens {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
}

.box-embalagem {
  width: 33.33333%;
  padding: 15px;
}

.embalagem {
  border: 1px solid #ddd;
  border-radius: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 210px;
  padding: 20px;
  text-align: center;
}

.box-embalagem img {
  max-height: 70%;
  max-width: 80%;
  margin-bottom: 15px;
}

.box-embalagem span {
  font-weight: 500;
  color:#333;
  font-weight: bold;
}

.dicas-title {
  width: 275px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-weight: 500;
  color: #525252;
  font-size: 18px;
  margin-bottom: 30px;
  display: block;
  background: url(../images/bg-title-dicas.png) center center no-repeat;
  position: relative;
  z-index: 100;
  margin-left: 10px;
  cursor: pointer;
}

.dicas {
  margin-top: -80px;
  display: none;
}







@media (min-width: 1400px) {
  .product {
    width: 20%;
  }
}

@media (max-width: 1400px) {
  .box-categorie div img {
    max-width: 75px;
  }

  h2 {
    font-size: 22px;
  }

  .mosquito {
    position: absolute;
    top: 60px;
    left: 10px;
    width: 430px !important;
  }
}

@media (max-width: 948px) {
  h1 {
    color: #fff;
    font-size: 52px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 30px;
  }

  h1 small {
    font-size: 26px;
  }

  .post .post-title h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 24px;
    line-height: 32px;
  }

  p {
    font-size: 14px;
  }

  /* Acrescentado por JEAN */
  @media (max-width: 948px) {
    p {
      margin-top: 30px; 
    }

  header {
    padding: 5px 0;
  }

  header .logo img {
    -webkit-transform: scale(.8);
    transform: scale(.8);
  }

  header .logo div {
    margin-right: 0;
  }

  .banner {
    padding: 2px 0 0;
    text-align: center;
    height: 670px;
  }

  .banner .clear60,
  .banner .clear30 {
    display: none;
  }

  .banner img {
    max-width: 100%;
  }

  .banner img.big-image {
    max-width: 100%;
    min-width: 585px;
    position: relative;
    left: 0;
    margin-left: -122px;
  }

  .banner .button-default {
    margin-bottom: 30px;
  }

  .box-categorie {
    margin-bottom: 15px;
    min-height: auto;
    padding: 25px 15px
  }

  .box-categorie img {
    max-width: 100px;
  }

  .box-white::after {
    display: none;
  }

  .swiper-blog {
    margin-top: 40px;
    padding-bottom: 80px;
  }

  .swiper-blog .swiper-slide {
    width: 70%;
  }

  .products {
    padding: 30px 0;
  }

  .products img {
    margin: 0 !important;
    ;
  }

  /* .products .col-sm-12.col-md-6 { padding: 0; } */

  .mosquito {
    position: absolute;
    top: 20px;
    left: 0;
    width: 240px !important;
  }

  .box-brand {
    margin: 0;
  }

  .newsletter {
    margin: 0;
  }

  .newsletter input {
    margin-bottom: 20px;
  }

  footer {
    text-align: center;
  }

  footer .logo {
    -webkit-box-pack: center;
    justify-content: center;
  }

  .copyright {
    padding-bottom: 30px;
    text-align: center;
  }

  .copyright .text-right {
    text-align: center !important;
  }

  .product {
    width: 50%;
  }

  .bg-white {
    padding: 20px 0;
  }

  .contato-title {
    height: 300px;
    background-size: cover !important;
  }

  .contato-title h1 {
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 43px;
    text-align: center;
  }

  .box-option {
    width: 50%;
  }

  .product-title {
    height: 340px;
    margin-bottom: 40px;
    background-size: cover !important;
  }

  .product-title img {
    max-width: 100%;
  }

  .bg-white img {
    max-width: 100%;
  }

  .box-thumb {
    height: 80px;
  }

  .product-info {
    display: block;
    color: #0c59ae;
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 24px;
  }

  .dicas {
    padding: 30px;
    background: url(../images/bg-dicas.jpg) center center no-repeat;
    max-width: 810px;
    position: relative;
    margin-top: 60px;
    background-size: cover !important;
  }

  .dicas span {
    margin-top: -40px;
  }

  .banner img.big-image {
    max-width: 68%;
    min-width: 600px;
    position: relative;
    left: 0;
    margin-left: -100px;
  }

  .banner img {
    max-width: 80%;
  }

  .box-embalagem {
    width: 50%;
  }

  .embalagem {
    padding: 15px;
  }
}

@media (max-width: 468px) {
  .product {
    width: 100%;
  }

  .contato-title {
    height: 300px;
    background-size: cover !important;
  }
}

.mm-panels>.mm-panel {
  background: #8726B2 !important;
}

.ng-cloak {
  display: none;
}



/* AJUSTES 13 FEVEREIRO 2020 */

.dicas-title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0 3rem;
}

.dicas-title::after {
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 'FontAwesome';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: 0.85;
  opacity: 0.6666;
}


.dicas-title:hover::after,
.dicas-title.-open::after {
  content: "\f106";
}

.account-title {
  font-size: 18px;
}

.account-menu {
  padding: 1rem 0;
  border-radius: 6px;
  color: white;
  background: #0066dd;
  background: linear-gradient(-45deg, #004da1 0%, #06d 75%);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);
}

.account-menu .list-group-item {
  border: 0 none;
  padding: 0;
  background: transparent;
}

.account-menu .list-group-item+.list-group-item {
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}

.account-menu .list-group-item>a {}

.account-menu a {
  font-weight: bold;
  display: block;
  padding: 10px 20px;
  color: inherit;
  -webkit-transition: all .4s cubic-bezier(.160, .560, .170, .999);
  transition: all .4s cubic-bezier(.160, .560, .170, .999);
}

.account-menu a:hover {
  text-indent: 2px;
  text-shadow: 0 0 0;
  color: #ffffff;
}

.account-menu ul {
  list-style: none;
  padding-left: 15px;
  opacity: 0.75;
  text-rendering: optimizespeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.account-menu ul a {
  padding: 5px 15px;
}

.account-menu ul li:last-child {
  padding-bottom: 2rem;
}

.product-desctiption {
  text-align: justify;
  text-rendering: optimizespeed;
}

@media (min-width: 1024px) {

  .product-desctiption {
    padding-right: 7rem;
  }
}

.list-top a>.fa {
  font-size: 16px;
  margin-right: 5px;
}

.list-top a>.fa.-social {
  font-size: 20px;
  margin: 0;
}

.sobre-title.-institucional {
  height: 35rem;
  background-position: center bottom !important;
  background-size: cover !important;
}

.sobre-title.-institucional h1 {
  font-size: 62px;
  margin-top: 0;
  line-height: 1;
}

footer .logo .fa {
  font-size: 24px;
  color: white;
  margin-right: 3rem;
}