/*  */
/*  */
/* GERAL */
/*  */
/*  */

html {
  font-size: 10px;
  /* overflow-y: scroll; */
}

html * {
  font-family: "Outfit", sans-serif !important;
  font-weight: 400;
}

body {
  background: #fafafa;
}

.swiper {
  position: initial !important;
}

.swiper-slide {
  height: auto !important;
}

.swiper-button-next,
.swiper-button-prev {
  height: 20px !important;
  width: auto !important;
  outline: none;
  box-shadow: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #acacac;
  font-size: 20px !important;
  font-weight: 900;
}

.swiper-button-next {
  right: 0 !important;
}

.swiper-button-next::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.273' height='20.858' viewBox='0 0 24.273 20.858'%3E%3Cpath id='fi-rr-arrow-circle-left' d='M19.388,31.328a1.734,1.734,0,0,0,0-2.452L13.68,23.167l18.054-.012a1.734,1.734,0,0,0,0-3.468L13.678,19.7l5.709-5.709A1.734,1.734,0,1,0,16.98,11.5l-.043.042-6.217,6.216a5.2,5.2,0,0,0,0,7.357h0l6.217,6.217A1.734,1.734,0,0,0,19.388,31.328Z' transform='translate(33.468 31.836) rotate(180)' fill='%23fbdfd1'/%3E%3C/svg%3E%0A") !important;
}

.swiper-button-prev {
  left: 0 !important;
}

.swiper-button-prev::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.273' height='20.858' viewBox='0 0 24.273 20.858'%3E%3Cpath id='fi-rr-arrow-circle-left' d='M19.388,31.328a1.734,1.734,0,0,0,0-2.452L13.68,23.167l18.054-.012a1.734,1.734,0,0,0,0-3.468L13.678,19.7l5.709-5.709A1.734,1.734,0,1,0,16.98,11.5l-.043.042-6.217,6.216a5.2,5.2,0,0,0,0,7.357h0l6.217,6.217A1.734,1.734,0,0,0,19.388,31.328Z' transform='translate(-9.195 -10.978)' fill='%23fbdfd1'/%3E%3C/svg%3E%0A") !important;
}

strong,
b {
  font-weight: 600;
}

.pagination > .page-item > .page-link,
.pagination > .page-item > span {
  transition: all 0.3s;
  padding: 0px 15px;
  margin: 0 5px;
  min-width: 35px;
  height: 35px;
  line-height: 35px;
  color: #3c3c3c !important;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  background: transparent;
  text-align: center;
  border: none !important;
  border-radius: 0 !important;
}

.pagination > .page-item > .page-link.img {
  border: 1px solid #fbdfd1 !important;
}

.pagination > .page-item > .page-link.img img {
  margin-top: -3px;
}

.pagination > .page-item > a:hover,
.pagination > .page-item.active > a,
.pagination > .page-item.active > a:focus,
.pagination > .page-item.active > a:hover,
.pagination > .page-item.active > span,
.pagination > .page-item.active > span:focus,
.pagination > .page-item.active > span:hover {
  background: #fbdfd1;
}

.alertPublic {
  margin: 5px;
  font-size: 16px;
}

#arrowDownPulse {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 106px;
  height: 106px;
}

@media (min-width: 1617px) {
  .swiperDesk img {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .swiperDesk img {
    width: 130%;
  }
  #arrowDownPulse {
    bottom: 10px;
  }
}

/*  */
/*  */
/* HEADER */
/*  */
/*  */

header {
  background: #fbdfd1;
}

@media (min-width: 992px) {
  header.navbar-transparent {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
  }

  header.navbar-transparent .dropdown-toggle::after {
    border-top: 0.3em solid #fbdfd1;
  }
}

.top .topMenu1 .nav-item {
  margin-right: 10px;
}

.top .topMenu1 .nav-item:last-child {
  margin-right: 0px;
}

.top .topMenu1 .nav-link {
  color: #fff !important;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
}

.navbar-dark .topMenu1 .nav-link {
  color: #3c3c3c !important;
}

.top .topMenu1 .nav-link:hover {
  color: #e20770 !important;
}

.top .searchTop {
  display: flex;
  height: 28px;
  transition: all 0.3s ease-in-out;
}

.top .searchTop.visible {
  border: 1px solid #292724 !important;
  background: #fff;
}

.top .searchTop input {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  height: 100%;
  padding-left: 5px;
  padding-right: 0;
  visibility: hidden;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
  background: none !important;
}

.top .searchTop input::placeholder {
  color: #828282;
  font-weight: 300;
}

.top .searchTop button {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  padding-right: 10px;
  padding-left: 0;
  height: 100%;
}

.top .searchTop.visible button svg path,
.navbar-dark .searchTop button svg path {
  fill: #3c3c3c;
}

.top .topMenu2 .nav-link {
  color: #0d0d0d !important;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
}

.top .topMenu2 .nav-link:hover {
  color: #e20770 !important;
}

.top .topMenu2 .dropdown-menu .dropdown-item {
  color: #0d0d0d !important;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  margin: 5px 0;
  padding: 0;
  background: none !important;
  border-bottom: 1px solid #fff;
  /* display: table-caption; */
}

.top .topMenu2 .dropdown-menu .dropdown-item:hover {
  color: #e20770 !important;
}

.top .topMenu2 .nav-item:last-child .nav-link {
  margin-right: 0;
}

.top .offcanvas-collapse #btnCloseCanvas {
  padding: 10px;
  margin-top: 10px;
  border: none;
  outline: none;
  background: none;
  transform: scale(1.5);
}

.top .dropdown-menu {
  padding: 5px 15px;
  border-radius: 0;
}

.top a:hover svg.fillHover path,
.top button:hover svg.fillHover path,
.top button:hover svg.fillHover path,
.top a:hover svg .fillHover {
  fill: #e20770 !important;
}

header.navbar-transparent a.dropdown-toggle:hover::after {
  border-top: 0.3em solid #e20770;
}

.navbar-dark svg.fillMobile path,
.navbar-dark svg.fillMobile circle,
.navbar-dark svg .fillMobile {
  fill: #3c3c3c;
}

.top .safeLock {
  display: inline-flex;
  color: #e20770;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 1199px) {
  .top .topMenu1 .nav-item {
    margin-right: 0px;
  }
  .top .searchTop button {
    padding-right: 5px;
  }
}

@media (max-width: 991px) {
  .top .dropdown-menu .dropdown-item {
    display: inline-block !important;
    white-space: normal;
  }

  .offcanvas-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #fbdfd1;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    z-index: 11;
  }

  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }

  .top .dropdown-menu {
    margin-bottom: 10px;
  }

  .top .searchTop {
    border: 1px solid #292724 !important;
    background: #fff;
  }
  .offcanvas-collapse.open input {
    visibility: visible;
  }

  .offcanvas-collapse.open svg.fillMobile path,
  .offcanvas-collapse.open svg.fillMobile circle,
  .offcanvas-collapse.open svg .fillMobile {
    fill: #3c3c3c;
  }

  .offcanvas-collapse.open .searchTop button svg path {
    fill: #3c3c3c;
  }

  .top .topMenu1 .nav-link,
  .top .topMenu2 .nav-link {
    color: #3c3c3c !important;
    text-transform: uppercase;
  }
}

/*  */
/*  */
/* FOOTER */
/*  */
/*  */

footer .container {
  border-top: 1px solid #fbdfd1;
}

footer h3 {
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  margin: 0;
}

footer ul {
  padding: 0;
  list-style: none !important;
  margin: 0;
}

footer ul li {
  margin: 10px;
}

footer ul li a {
  color: #292724 !important;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none !important;
  margin: 0;
}

footer ul li a:hover {
  color: #e20770 !important;
}

footer p {
  color: #7a7a7a;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  margin: 0;
}

footer h5 {
  color: #7a7a7a;
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
  margin: 0;
}

.whats-button {
  position: fixed;
  right: 5.5%;
  bottom: 15%;
  background: none !important;
  z-index: 999;
}

@media (max-width: 575px) {
  .whats-button {
    bottom: 2%;
  }
}

.whats-button a {
  background: none !important;
}

/*  */
/*  */
/* HOME */
/*  */
/*  */

.carousel .carousel-item {
  overflow: hidden;
}

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

@media (min-width: 1617px) {
  #homeBanners .carousel-item img {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  #homeBanners .carousel-item img {
    width: 130%;
  }
}

.sobreHome {
  background: url("../img/bgContentHome.webp");
  background-repeat: no-repeat;
  background-position: 7% bottom;
}

.contentHome h2 {
  color: #292724;
  font-size: 48px;
  line-height: 50px;
  font-weight: 300;
  margin: 0;
  position: relative;
}

.sobreHome h2::after {
  content: "";
  position: absolute;
  width: 471px;
  height: 1px;
  background: #e20770;
  bottom: 0;
  left: 33%;
}

.contentHome .contentText * {
  color: #3a3a3a;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  margin: 0;
}

.contentHome .btnContentHome {
  color: #292724;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  padding: 14px 28px;
  background: #fbdfd1;
  text-decoration: none !important;
  display: inline-block;
}

.contentHome .btnContentHome:hover {
  color: #ffffff;
  background: #e20770;
}

.faixaHome {
  background: url("../img/bgFaixaHome.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.faixaHome h2 {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  margin: 0;
}

.workshopHome {
  background: url("../img/bgContentHome.webp");
  background-repeat: no-repeat;
  background-position: 67% 75%;
}

.workshopHome h2::after {
  content: "";
  position: absolute;
  width: 347px;
  height: 1px;
  background: #e20770;
  bottom: 0;
  left: -45%;
}

.prodHome h2 {
  color: #292724;
  font-size: 48px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
  margin: 0;
}

.prodHome .swiperLast {
  margin: auto 90px !important;
}

@media (max-width: 1199px) {
  .contentHome h2 {
    font-size: 41px;
    font-weight: 400;
  }

  .sobreHome h2::after {
    left: 0;
  }
}

@media (max-width: 767px) {
  #arrowDownPulse {
    display: none;
  }
  .contentHome h2 {
    font-size: 37px;
    font-weight: 400;
  }

  .workshopHome h2::after {
    left: 0;
  }

  .workshopHome h2::after,
  .sobreHome h2::after {
    width: 100%;
  }

  .faixaHome {
    background-position: 35% center;
  }

  .prodHome .swiperLast {
    margin: auto 30px !important;
  }
}

/*  */
/*  */
/* PRODUCTS */
/*  */
/*  */

.productHeader {
  background: #fbdfd1;
}

.productHeader.productVP {
  background: url("../img/bgContentHome.webp"), #fbdfd1;
  background-repeat: no-repeat;
  background-position: center;
}

.productHeader h2 {
  color: #3c3c3c;
  font-size: 13px;
  line-height: 16px;
  border-bottom: 1px solid #e20770;
  font-weight: 400;
  margin: 0;
}

.productHeader h2 a {
  color: #7a7a7a !important;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  text-decoration: none !important;
  text-transform: uppercase;
  margin: 0;
}

.productHeader h2 b a {
  color: #3c3c3c !important;
}

.productHeader h2 svg {
  color: #7a7a7a !important;
  width: 16px;
  height: 10px;
  margin-bottom: 2px;
}

.productHeader h2 svg path {
  stroke: #7a7a7a;
}

.productHeader h1 {
  color: #292724;
  font-size: 48px;
  line-height: 50px;
  font-weight: 300;
  position: relative;
  margin: 0;
}

.productHeader select {
  height: 55px;
  border: 1px solid #fbdfd1;
  border-radius: 0;
  padding: 0 30px 0;
  line-height: 55px;
  color: #3c3c3c;
  font-size: 17px;
  font-weight: 300;
}

.productHeader p {
  color: #292724;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  margin: 0;
}

.productVP .productText * {
  color: #292724;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  margin: 0;
}

.productVP h3 {
  color: #292724;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  margin: 0;
}

.productVP h3.workshopH3 {
  color: #292724;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  margin: 0;
}

.productVP h4.oldPrice {
  color: #7a7a7a;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  text-decoration: line-through;
  margin: 0;
}

.productVP .prices h2 {
  color: #292724;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  margin: 0;
}

.productVP .prices span {
  color: #292724;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin: 0;
}

.productVP .prices button {
  background: #fbdfd1;
  color: #3c3c3c;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 15px 55px;
  display: inline-block;
  border: none !important;
}

.productVP .prices button:hover {
  background: #e20770;
  color: #fff;
}

.productVP .prices h4 {
  color: #3c3c3c;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  margin: 0;
}

.productVP #cep {
  height: 55px;
  border: 1px solid #fbdfd1;
  line-height: 55px;
  border-radius: 0;
  padding: 0 22px 0;
  line-height: 55px;
  color: #3c3c3c;
  font-size: 17px;
  font-weight: 400;
}

.productVP #cep::placeholder {
  color: #7a7a7a;
  font-weight: 300;
}

.productVP #loadFreight {
  background: #fbdfd1;
  color: #3c3c3c;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 15px 20px;
  display: inline-block;
  border: none !important;
}

.productVP #loadFreight:hover,
.productVP #loadFreight.loading {
  background: #e20770;
  color: #fff;
}

.productVP h5 {
  color: #3c3c3c;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  margin: 0;
}

.boxProd {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-decoration: none !important;
}

.boxProd .boxProdImg {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 22px;
}

.boxProd .boxProdImg img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.boxProd .boxProdText h2 {
  color: #292724;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  margin: 0;
}

.boxProd .boxProdText h3 {
  color: #7a7a7a;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  margin: 0;
}

.boxProd .boxProdButton {
  background: #fbdfd1;
  color: #3c3c3c;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 5px 30px;
  display: inline-block;
}

.boxProd:hover .boxProdButton {
  background: #e20770;
  color: #fff;
}

/*  */
/*  */
/* BLOG */
/*  */
/*  */

.blogList h2 {
  color: #292724;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  margin: 0;
}

.blogView .contentHeader {
  background: url("../img/bgContentHome.webp"), #fbdfd1;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}

.blogView.hasImg {
  background: url("../img/bgContentHome.webp"), #fbdfd1;
  background-repeat: no-repeat;
  background-position: center 60%;
}

.blogView .contentVP,
.contentVP.paddingTopBlog,
.blogView.hasImg .contentHeader {
  background: none !important;
}

.blogView.hasImg .contentText img {
  margin-bottom: -120px;
}

.paddingTopBlog {
  padding-top: 150px;
}

.blogView .contentHeader a {
  text-decoration: none;
  display: inline-block;
}

.blogView .contentHeader a:hover * {
  color: #e20770 !important;
}

.blogView .contentHeader h1 {
  position: unset !important;
}

.blogView .contentHeader h1::after {
  bottom: 15%;
  left: 17%;
}

.blogView h3 {
  color: #292724;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  margin: 0;
}

.contentVP .contentText .relatedBlog > h2 {
  color: #292724;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  position: relative;
  margin: 0;
}

.contentVP .contentText .relatedBlog > h2:after {
  content: "";
  position: absolute;
  width: 423px;
  height: 1px;
  background: #e20770;
  bottom: 0;
  left: -150%;
}

.boxBlog {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-decoration: none !important;
  text-align: left !important;
}

.boxBlog .boxBlogImg {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}

.boxBlog .boxBlogImg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.boxBlog .boxBlogText h2 {
  color: #292724 !important;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  margin: 0;
}

.boxBlog .boxBlogButton {
  background: #fbdfd1;
  color: #3c3c3c;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 5px 22px;
  display: inline-block;
}

.boxBlog:hover .boxBlogButton {
  background: #e20770;
  color: #fff;
}

@media (max-width: 991px) {
  .blogView .contentHeader h1::after {
    bottom: 11%;
    left: 0;
  }
}

@media (max-width: 767px) {
  /* .blogView {
    background: url("../img/bgContentHome.webp"),
      linear-gradient(180deg, #fbdfd1 13%, #fffaf8 13%);
    background-repeat: no-repeat;
    background-position: center 25%;
  }

  .blogView.hasImg {
    background: url("../img/bgContentHome.webp"),
      linear-gradient(180deg, #fbdfd1 21%, #fffaf8 21%);
    background-repeat: no-repeat;
    background-position: center 15%;
  } */
  .blogView .contentHeader h1 {
    position: relative !important;
  }

  .contentVP .contentText .relatedBlog > h2:after {
    width: 100%;
    left: 0;
  }
}

/*  */
/*  */
/* CONTENT */
/*  */
/*  */

.contentHeader {
  background: #fbdfd1;
}

.contentHeader h2 {
  color: #3c3c3c;
  font-size: 13px;
  line-height: 16px;
  border-bottom: 1px solid #e20770;
  font-weight: 400;
  margin: 0;
}

.contentHeader h1 {
  color: #292724;
  font-size: 48px;
  line-height: 50px;
  font-weight: 300;
  position: relative;
  margin: 0;
}

.contentHeader h1::after {
  content: "";
  position: absolute;
  width: 423px;
  height: 1px;
  background: #e20770;
  bottom: 0;
  left: -55%;
}

.contentVP {
  background: url("../img/bgContentHome.webp");
  background-repeat: no-repeat;
  background-position: center;
}

.contentVP .contentText * {
  color: #292724;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
  margin: 0;
}

@media (max-width: 767px) {
  .contentHeader h1::after {
    left: 0;
    width: 100%;
  }
}

/*  */
/*  */
/* CONTACT / NEWSLETTER */
/*  */
/*  */

.newsFoot h2 {
  color: #292724;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  position: relative;
  margin: 0;
}

.newsFoot h2:after {
  content: "";
  position: absolute;
  width: 423px;
  height: 1px;
  background: #e20770;
  bottom: 0;
  left: -60%;
}

.contactVP {
  background: url("../img/bgContentHome.webp");
  background-repeat: no-repeat;
  background-position: center;
}

.contactVP h1 {
  color: #292724;
  font-size: 48px;
  line-height: 50px;
  font-weight: 300;
  position: relative;
  margin: 0;
}

.contactVP h1:after {
  content: "";
  position: absolute;
  width: 433px;
  height: 1px;
  background: #e20770;
  bottom: 0;
  left: -45%;
}

.contactVP p {
  color: #292724;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  margin: 0;
}

.contactVP h2 {
  color: #292724;
  font-size: 22px;
  line-height: 33px;
  font-weight: 400;
  margin: 0;
}

.contactForm .form-control {
  height: 55px;
  border: 1px solid #fbdfd1;
  border-radius: 0;
  padding: 0 20px 0;
  line-height: 55px;
  color: #3c3c3c;
  font-size: 17px;
  font-weight: 400;
}

.contactForm .form-control::placeholder {
  color: #7a7a7a;
  font-weight: 300;
}

.contactForm textarea.form-control {
  height: auto !important;
}

.contactForm input[type="checkbox"] {
  width: 19px;
  height: 19px;
  border: 1px solid #fbdfd1 !important;
  border-radius: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

.contactForm input[type="checkbox"]:checked {
  background-image: none !important;
  background-color: #e20770 !important;
  outline: 1px solid #fbdfd1 !important;
  border: 2px solid #fffaf8 !important;
}

.contactForm label,
.contactForm label a {
  color: #3c3c3c !important;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  margin: 0;
}

.contactForm button {
  background: #fbdfd1;
  color: #3c3c3c;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 15px 41px;
  display: inline-block;
  border: none !important;
}

.contactForm button:hover {
  background: #e20770;
  color: #fff;
}

@media (max-width: 767px) {
  .newsFoot h2:after,
  .contactVP h1:after {
    left: 0;
    width: 100%;
  }
}

/*  */
/*  */
/* FRETE */
/*  */
/*  */

#tabelaFrete label {
  border: 1px solid #fbdfd1;
  background: #ffffff;
  padding: 15px 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#tabelaFrete:not(.simulate) label {
  cursor: pointer;
}

#tabelaFrete span._1 input[type="radio"] {
  width: 33px;
  height: 33px;
  outline: 1px solid #fbdfd1 !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

#tabelaFrete.simulate span._1 {
  display: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#tabelaFrete span._1 input[type="radio"]:checked {
  background-image: none !important;
  background-color: #e20770 !important;
  outline: 1px solid #fbdfd1 !important;
  border: 5px solid #fffaf8 !important;
}

#tabelaFrete:not(.simulate) div {
  padding-left: 15px;
}

#tabelaFrete span._2,
#tabelaFrete p {
  display: block;
  color: #292724;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

#tabelaFrete span._3,
#tabelaFrete span._4 {
  color: #a7a7a7;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
}

#tabelaFrete span._4 {
  padding-left: 15px;
}

/*  */
/*  */
/* INTERNAS */
/*  */
/*  */

.shopSteps {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) calc(50% - 2px),
    #fbdfd1 calc(50%),
    rgba(0, 0, 0, 0) calc(50% + 2px)
  );
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.shopSteps.step2::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 33%;
  height: 2px;
  background: #e20770;
}

.shopSteps.step3::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 66%;
  height: 2px;
  background: #e20770;
}

.shopSteps.step4::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  background: #e20770;
}

.shopSteps .step {
  text-align: center;
  position: relative;
}

.shopSteps .step .circle {
  width: 38px;
  height: 38px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fbdfd1;
  border-radius: 38px;
  background: #fffaf8;
  color: #fbdfd1;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  margin: 0;
}

.shopSteps .step.active .circle,
.shopSteps .step.done .circle {
  border: 2px solid #e20770;
  background: #e20770;
  color: #fff;
}

.shopSteps .step span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  display: block;
  color: #7a7a7a;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  margin: 0;
}

.shopSteps .step.active span,
.shopSteps .step.done span {
  color: #e20770;
}

@media (max-width: 767px) {
  .shopSteps .step:not(.active) span {
    display: none;
  }
}

/*  */
/*  */
/* CART */
/*  */
/*  */

.cartVP #form_cart,
.loginVP .boxRequestList {
  border: 1px solid #fbdfd1;
  background: #fff;
}

.cartVP #form_cart .cartHead,
.loginVP .boxRequestList .cartHead {
  background: #fff3ed;
}

.cartVP #form_cart .cartHead h2,
.loginVP .boxRequestList .cartHead h2 {
  color: #292724;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  margin: 0;
}

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

.cartVP #form_cart .cartItem .cartImg,
.paymentVP .boxCart .cartItem .cartImg {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}

.cartVP #form_cart .cartItem .cartImg img,
.paymentVP .boxCart .cartItem .cartImg img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.cartVP #form_cart .cartItem h2,
.paymentVP .boxCart .cartItem h2,
.loginVP .cartItem h2 {
  color: #292724;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  margin: 0;
}

.cartVP #form_cart .inp-qtd {
  width: 40px;
  height: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #292724;
  text-align: center;
  background: #fff;
  border-left: none;
  border-right: none;
  border-top: 1px solid #fbdfd1;
  border-bottom: 1px solid #fbdfd1;
  padding: 0;
}

.cartVP #form_cart .inp-qtd[type="number"] {
  -moz-appearance: textfield;
}

.cartVP #form_cart .inp-qtd[type="number"]::-webkit-inner-spin-button,
.cartVP #form_cart .inp-qtd[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cartVP #form_cart .qtd-control {
  width: fit-content;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  height: 30px;
}

.cartVP #form_cart .qtd-plus,
.cartVP #form_cart .qtd-minus {
  font-size: 22px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  color: #8f8f8f !important;
  width: 30px;
  line-height: 23px;
  height: 30px;
  background: #fff;
  border: 1px solid #fbdfd1;
  text-decoration: none !important;
}

.cartVP #form_cart .qtd-control a:hover,
.cartVP #form_cart .qtd-control a:focus {
  background-color: #fbdfd1 !important;
  color: #292724 !important;
}

.cartVP #form_cart .qtd-plus {
  border-left: none;
}

.cartVP #form_cart .qtd-minus {
  border-right: none;
}

.cartVP #form_cart .cartItem h3,
.paymentVP .boxCart .cartItem h3,
.loginVP .cartItem h3 {
  color: #7a7a7a;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  margin: 0;
}

.cartVP #form_cart .cartItem h4,
.paymentVP .boxCart .cartItem h4,
.loginVP .cartItem h4 {
  color: #3c3c3c;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  margin: 0;
}

.cartVP #form_cart .cartItem a:hover .fillHover,
.loginVP .cartItem a:hover .fillHover {
  fill: #e20770;
}

.cartVP h1 {
  color: #3c3c3c;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  border-bottom: 2px solid #e20770;
  display: block;
  margin: 0;
}

.cartVP h2 {
  color: #3c3c3c;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  margin: 0;
}

.cartVP .inpCart {
  height: 55px;
  border: 1px solid #fbdfd1;
  line-height: 55px;
  border-radius: 0;
  padding: 0 22px 0;
  line-height: 55px;
  color: #3c3c3c;
  font-size: 17px;
  font-weight: 400;
}

.cartVP .inpCart::placeholder {
  color: #7a7a7a;
  font-weight: 300;
}

.cartVP #loadFreight,
.cartVP #loadCoupon {
  background: #fbdfd1;
  color: #3c3c3c;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 15px 20px;
  display: inline-block;
  border: none !important;
}

.cartVP #loadFreight:hover,
.cartVP #loadFreight.loading,
.cartVP #loadCoupon.loading,
.cartVP #loadCoupon:hover {
  background: #e20770;
  color: #fff;
}

.cartVP #valorCoupon {
  display: block;
  color: #292724;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

.cartVP h3,
.cartVP h4 {
  color: #3c3c3c;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  margin: 0;
}

.cartVP small {
  color: #3c3c3c;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
}

.cartVP .concluirCompra {
  background: #28a745;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  padding: 22px 20px;
  border: none !important;
  text-decoration: none !important;
  display: block;
  text-align: center;
}

.cartVP .concluirCompra:hover {
  background: #e20770;
}

.cartVP .continuar_comprando {
  background: #fbdfd1;
  color: #3c3c3c;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  padding: 15px 20px;
  border: none !important;
  text-decoration: none !important;
  display: block;
  text-align: center;
}

.cartVP .continuar_comprando:hover {
  background: #e20770;
  color: #fff;
}

.cartVP .continuar_comprando:hover .fillHover {
  fill: #fff;
}

/*  */
/*  */
/* LOGIN */
/*  */
/*  */

.loginVP h1 {
  color: #3c3c3c;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  margin: 0;
}

.loginVP h2 {
  color: #292724;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  margin: 0;
}

.loginVP h3 {
  color: #292724;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  margin: 0;
}

.loginVP div[class*="col-"] {
  position: relative;
}

.loginVP .form-control,
.loginVP .form-select {
  height: 55px;
  border: 1px solid #1a4685;
  border-radius: 0;
  padding: 0 20px 0;
  line-height: 55px;
  color: #3c3c3c;
  font-size: 17px;
  font-weight: 400;
  display: block;
}

.loginVP .form-control::placeholder {
  color: #939393;
  font-weight: 300;
}

.loginVP .btn-outline-primary {
  background: #fff;
  color: #1a4685;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 15px 15px;
  display: block;
  width: 100%;
  border: 1px solid #1a4685 !important;
  border-radius: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

.loginVP .btn-outline-primary:hover,
.loginVP .btn-check:checked + .btn-outline-primary {
  background: #00aeef;
  border: 1px solid #00aeef !important;
  color: #fff;
}

.loginVP button {
  background: #00aeef;
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 15px 15px;
  display: block;
  width: 100%;
  border: none !important;
}

.loginVP button:hover,
.loginVP button.loading {
  background: #1a4685;
  color: #fff;
}

.loginVP a {
  color: #007bff !important;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  text-decoration: none !important;
  margin: 0;
}

.loginVP a:hover:not(.btnBack) {
  text-decoration: underline !important;
}

.loginVP .loginBox {
  background: #fff;
  border: 1px solid #00aeef;
}

.loginVP label, .loginVP p {
  color: #3c3c3c;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0;
}

.loginVP label.error {
  color: #cc0000;
  position: absolute;
  top: 102%;
  left: 5px;
  line-height: 12px;
  display: block !important;
  font-size: 14px;
}

.loginVP hr {
  border-top: 1px solid #00aeef;
  margin: 60px 0;
  opacity: 1;
}

.loginVP .form-check-input {
  transform: scale(2);
}

/* .loginVP input[type="checkbox"] {
  width: 19px;
  height: 19px;
  border: 1px solid #00aeef !important;
  border-radius: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

.loginVP input[type="checkbox"]:checked {
  background-image: none !important;
  background-color: #e20770 !important;
  outline: 1px solid #fbdfd1 !important;
  border: 2px solid #fffaf8 !important;
}

.loginVP label.form-check-label {
  color: #3c3c3c !important;
}

.loginVP label.form-check-label,
.loginVP label.form-check-label a {
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  margin: 0;
} */

.loginVP .btnBack {
  background: #fffaf8;
  border: 1px solid #fbdfd1 !important;
  color: #3c3c3c !important;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  padding: 15px 30px;
  text-decoration: none !important;
  display: block;
  text-align: center;
}

.loginVP .btnBack:hover {
  background: #e20770;
  color: #fff !important;
}

.loginVP .btnBack:hover .fillHover {
  fill: #fff;
}

.loginVP a.continuar_comprando {
  background: #fbdfd1;
  color: #3c3c3c !important;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  padding: 15px 30px;
  border: none !important;
  text-decoration: none !important;
  display: inline-block;
  text-align: center;
}

.loginVP a.continuar_comprando:hover {
  background: #e20770;
  color: #fff !important;
  text-decoration: none !important;
}

.loginVP a.continuar_comprando:hover .fillHover {
  fill: #fff;
}

/*  */
/*  */
/* FECHAMENTO */
/*  */
/*  */

.paymentVP .boxPayment {
  background: #ffffff;
  border: 1px solid #fbdfd1;
}

.paymentVP .boxPayment h2 {
  color: #292724;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  margin: 0;
}

.paymentVP .boxPayment.boxAddress label {
  border: 1px solid #fbdfd1;
  padding: 10px 15px;
  color: #303030;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
  width: 100%;
}

.paymentVP .boxPayment.boxAddress label.active {
  border: 2px solid #e20770;
}

.paymentVP .boxPayment.boxAddress input[type="radio"],
.paymentVP .boxPayment.boxGateway input[type="radio"] {
  position: absolute;
  left: -999em;
}

.paymentVP .boxPayment.boxAddress a {
  color: #007bff !important;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  text-decoration: none !important;
  margin: 0;
}

.paymentVP .boxPayment.boxAddress a:hover {
  text-decoration: underline !important;
}

.paymentVP .boxPayment.boxGateway .gateway {
  border: 1px solid #fbdfd1;
  padding: 19px 30px;
  color: #303030;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}

.paymentVP .boxPayment.boxGateway .gateway div {
  width: 100%;
}

.paymentVP .boxPayment.boxGateway .gateway svg {
  flex: 0 0 auto;
  width: auto;
  margin-right: 30px;
}

.paymentVP .boxPayment.boxGateway .gateway.active {
  border: 1px solid #e20770;
  background: #e20770;
  color: #fff;
}

.paymentVP .boxPayment.boxGateway .gateway.active svg .fillActive {
  fill: #fff;
}

.paymentVP .boxPayment.boxGateway label {
  color: #3c3c3c;
  font-size: 13px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0;
}

.paymentVP .boxPayment.boxGateway .form-control {
  height: 55px;
  border: 1px solid #fbdfd1;
  border-radius: 0;
  padding: 0 20px 0;
  line-height: 55px;
  color: #3c3c3c;
  font-size: 17px;
  font-weight: 400;
  display: block;
}

.paymentVP .boxPayment.boxGateway .form-control::placeholder {
  color: #7a7a7a;
  font-weight: 300;
}

.paymentVP .boxPayment.boxGateway .form-select {
  height: 55px;
  border: 1px solid #fbdfd1;
  border-radius: 0;
  padding: 0 20px 0;
  line-height: 55px;
  color: #3c3c3c;
  font-size: 17px;
  font-weight: 300;
}

.paymentVP .boxCart .boxValues .form-control {
  border: 1px solid #fbdfd1;
  border-radius: 0;
  padding: 10px 20px;
  line-height: 23px;
  color: #3c3c3c;
  font-size: 17px;
  font-weight: 400;
  display: block;
}

.paymentVP .boxCart .boxValues .form-control::placeholder {
  color: #7a7a7a;
  font-weight: 300;
}

.paymentVP .boxCart .boxValues h2 {
  color: #292724;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  margin: 0;
}

.paymentVP .boxCart .boxValues h2 span {
  color: #7a7a7a;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  margin: 0;
}

.paymentVP .boxCart .boxValues h3 {
  color: #292724;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  margin: 0;
}

.paymentVP .boxCart .boxValues h3 span {
  color: #292724;
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  margin: 0;
}

.paymentVP .boxCart .boxValues button {
  background: #28a745;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 22px 15px;
  display: block;
  width: 100%;
  border: none !important;
}

.paymentVP .boxCart .boxValues button:hover {
  background: #e20770;
}

.paymentVP .boxDetail h3 {
  color: #292724;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  margin: 0;
}

.paymentVP .boxDetail h3 * {
  color: #3c3c3c;
  font-weight: 300;
}

/*  */
/*  */
/* CONFIRMACAO */
/*  */
/*  */

.confirmVP {
  background: url("../img/bgContentHome.webp"), #fbdfd1;
  background-repeat: no-repeat;
  background-position: center;
}

.confirmVP h1,
.paymentVP h1 {
  color: #292724;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  margin: 0;
}

.confirmVP h2 {
  color: #292724;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  margin: 0;
}

.confirmVP h3 {
  color: #e20770;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  padding: 16px 40px;
  border: 2px solid #e20770;
  background: #fff;
  border-radius: 30px;
  margin: 0;
}

.confirmVP .boxIframe {
  position: relative;
  padding-bottom: 75%;
}

.confirmVP .boxIframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .confirmVP .boxIframe {
    padding-bottom: 125%;
  }

  .confirmVP .boxIframe iframe {
    background: #fff;
  }
}
