/*!**************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/owl.carousel/dist/assets/owl.carousel.css ***!
  \**************************************************************************************************************************************/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*!****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./wp-content/themes/jserrano/assets/scss/style.scss ***!
  \****************************************************************************************************************************************************************************************************/
/* BASE */
/* FONT */
/* COLORS */
/*https://bennettfeely.com/clippy/*/
.produtos-relacionados .caption .title, #home .tapetes .title, #home .tecidos .caption .title, #home .sobre .title, #home .mais-vendidos .caption .title, #home .visita .text .title {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: #283745;
  margin-bottom: 40px;
  line-height: 1.2em; }

.produtos-relacionados .caption p, #home .tapetes p, #home .tecidos .caption p, #home .sobre .text p, #home .mais-vendidos .caption p, #home .visita .text p {
  font-size: 18px;
  line-height: 1.8em; }

.form select, #contato .area select, #onde-encontrar .filter select {
  appearance: none;
  background-color: #f9f9f9;
  margin: 0;
  width: 100%;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18px;
  cursor: inherit;
  line-height: inherit;
  border: solid 1px #b6b09e;
  outline: none;
  background: no-repeat #f9f9f9 url("/jserrano/wp-content/themes/jserrano/assets/img/icons/select-arrow.svg") 99% center;
  padding: 24px 64px 24px 34px;
  border-radius: 5px; }

/* LAYOUT */
body {
  font-family: "Manrope", sans-serif;
  background: #fff;
  width: 100%;
  color: #283745;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0; }

@media only screen and (max-width: 768px) {
  img {
    max-width: 100%; } }

.container {
  max-width: 1440px;
  margin: 0 auto; }
  @media only screen and (max-width: 1290px) {
    .container {
      max-width: 100%; } }
  @media only screen and (max-width: 768px) {
    .container {
      padding: 0 25px; } }

#header {
  margin-bottom: 32px; }
  #header .container {
    position: relative; }
  #header .logo {
    display: inline-block;
    width: 180px;
    margin-top: 40px;
    margin-bottom: 54px; }
    @media only screen and (max-width: 768px) {
      #header .logo {
        position: relative;
        left: 50%;
        margin-left: -130px; } }
  #header .topbar {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    top: 0px;
    right: 0;
    width: 211px;
    height: 150px;
    padding-top: 40px;
    padding-right: 57px;
    background: #f3f2ee;
    clip-path: polygon(0 0, 100% 0, 100% 99%, 35% 100%, 0% 70%); }
    @media only screen and (max-width: 768px) {
      #header .topbar {
        top: 40px;
        right: 25px;
        width: auto;
        height: auto;
        padding: 0;
        background: #fff;
        clip-path: none; } }
    #header .topbar .lang {
      display: inline-flex;
      align-items: center;
      height: 32px;
      padding: 0 10px;
      background: #fff;
      clip-path: polygon(100% 0, 100% 100%, 1em 100%, 0 calc(100% - 1em), 0 0);
      margin-bottom: 54px; }
      @media only screen and (max-width: 768px) {
        #header .topbar .lang {
          padding: 0;
          margin-bottom: 0; } }
      #header .topbar .lang .lang-toggle {
        margin-right: 5px; }
    #header .topbar .list {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      align-items: center;
      gap: 30px; }
      @media only screen and (max-width: 768px) {
        #header .topbar .list {
          display: none; } }
      #header .topbar .list .cart-button {
        position: relative; }
        #header .topbar .list .cart-button .badge {
          position: absolute;
          width: 19px;
          height: 19px;
          background: #DC794A;
          text-align: center;
          font-size: 12px;
          color: #fff;
          border-radius: 100%;
          top: -22px;
          right: -10px; }

#footer {
  padding-top: 80px;
  padding-bottom: 60px;
  background: #bbe3e2;
  clip-path: polygon(0 0, calc(100% - 4em) 0%, 100% 4em, 100% 100%, 0 100%); }
  @media only screen and (max-width: 768px) {
    #footer {
      padding: 60px 0px; } }
  #footer .logo {
    margin-right: 150px; }
    @media only screen and (max-width: 768px) {
      #footer .logo {
        min-width: 100%;
        margin-right: 0;
        margin-bottom: 90px; } }
  #footer .navigation {
    display: flex;
    margin-bottom: 80px; }
    @media only screen and (max-width: 768px) {
      #footer .navigation {
        flex-wrap: wrap;
        margin-bottom: 0; } }
    #footer .navigation .list {
      list-style: none;
      padding: 0;
      margin: 0;
      margin-right: 65px; }
      @media only screen and (max-width: 768px) {
        #footer .navigation .list {
          width: 50%;
          margin-right: 0;
          margin-bottom: 60px; } }
      #footer .navigation .list li a {
        display: inline-block;
        font-family: "Manrope", sans-serif;
        font-weight: 700;
        font-size: 16px;
        color: #283745;
        text-decoration: none;
        margin-bottom: 15px; }
        @media only screen and (max-width: 768px) {
          #footer .navigation .list li a {
            font-size: 24px;
            margin-bottom: 0; } }
      #footer .navigation .list li ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        @media only screen and (max-width: 768px) {
          #footer .navigation .list li ul {
            margin-top: 15px; } }
        #footer .navigation .list li ul li a {
          font-size: 14px;
          font-weight: normal;
          margin-bottom: 0; }
  #footer .copyright {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    border-top: 1px solid #9ec1c3; }
    @media only screen and (max-width: 768px) {
      #footer .copyright {
        flex-direction: column;
        padding-top: 0;
        border: none; } }
    #footer .copyright p {
      margin: 0; }
      @media only screen and (max-width: 768px) {
        #footer .copyright p {
          order: 2; } }
    #footer .copyright address {
      font-weight: 400;
      font-size: 16px;
      font-style: normal;
      line-height: 2em;
      color: #617A82; }
      @media only screen and (max-width: 768px) {
        #footer .copyright address {
          order: 1;
          padding-bottom: 30px;
          margin-bottom: 30px;
          border-bottom: 1px solid #9ec1c3; } }

/* COMPONENTS */
.menu {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .menu {
      position: absolute;
      flex-direction: column;
      top: 0;
      left: 0;
      width: calc(100% - 50px);
      padding: 40px 25px;
      padding-top: 144px;
      background: #bbe3e2;
      z-index: 10;
      display: none; } }
  .menu .button {
    display: none; }
    @media only screen and (max-width: 768px) {
      .menu .button {
        display: flex; } }
  .menu ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media only screen and (max-width: 768px) {
      .menu ul {
        width: 100%;
        flex-direction: column;
        margin-bottom: 100px; } }
    .menu ul li {
      margin-right: 40px; }
      @media only screen and (max-width: 768px) {
        .menu ul li {
          margin-right: 0;
          border-bottom: 1px solid #a8cece;
          padding-bottom: 10px;
          margin-bottom: 10px; } }
      .menu ul li a {
        font-family: "Manrope", sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        color: #283745;
        text-transform: uppercase;
        text-decoration: none;
        transition: color 0.3s; }
        @media only screen and (max-width: 768px) {
          .menu ul li a {
            font-size: 20px;
            text-transform: none; } }
        .menu ul li a:hover {
          color: #DC794A; }
  @media only screen and (max-width: 768px) {
    .menu.active {
      display: block; } }

.menu-toggle {
  position: relative;
  width: 32px;
  height: 32px;
  background: transparent url("/jserrano/wp-content/themes/jserrano/assets/img/icons/hamburguer.svg") no-repeat;
  display: none;
  z-index: 11; }
  @media only screen and (max-width: 768px) {
    .menu-toggle {
      display: inline-block; } }
  .menu-toggle.active {
    width: 40px;
    height: 40px;
    background: transparent url("/jserrano/wp-content/themes/jserrano/assets/img/icons/close.svg") no-repeat; }

.slide {
  display: flex;
  position: relative;
  height: 600px;
  margin-bottom: 100px;
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    .slide {
      flex-direction: column;
      width: calc(100% + 50px);
      height: auto;
      margin-bottom: 74px;
      margin-left: -25px; } }
  .slide .image {
    width: 100%; }
    .slide .image img {
      max-width: 100%; }
  .slide .tag {
    position: absolute;
    top: 80px;
    left: 135px;
    font-weight: 600;
    font-size: 16px;
    color: #DC794A;
    text-transform: uppercase;
    padding: 12px 26px;
    background: #bbe3e2;
    clip-path: polygon(100% 0, 100% 100%, 1em 100%, 0 calc(100% - 1em), 0 0); }
    @media only screen and (max-width: 768px) {
      .slide .tag {
        top: 60px;
        left: 65px; } }
  .slide .text {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 820px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 64px;
    color: #bbe3e2;
    background: #DC794A;
    padding: 60px;
    margin: 0;
    clip-path: polygon(1em 0%, 100% 0, 100% 100%, 0 100%, 0% 1em); }
    @media only screen and (max-width: 768px) {
      .slide .text {
        position: relative;
        max-width: 100%;
        font-size: 32px;
        padding: 54px 60px;
        order: 1;
        margin-top: -50px; } }

.breadcrumb {
  display: block;
  float: left; }
  @media only screen and (max-width: 768px) {
    .breadcrumb {
      display: none; } }
  .breadcrumb ol {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0; }
    .breadcrumb ol .item {
      display: flex;
      align-items: center;
      font-weight: 600;
      font-size: 10px;
      text-transform: uppercase; }
      .breadcrumb ol .item a {
        text-decoration: none;
        color: #B6B09E; }
      .breadcrumb ol .item:after {
        display: block;
        content: "";
        width: 16px;
        height: 16px;
        background: no-repeat url("/jserrano/wp-content/themes/jserrano/assets/img/icons/arrow.svg");
        margin: 0 12px; }
      .breadcrumb ol .item:last-child:after {
        display: none; }

.banner {
  position: relative;
  margin-bottom: 125px; }
  @media only screen and (max-width: 768px) {
    .banner {
      margin-bottom: 50px;
      width: calc(100% + 50px);
      margin-left: -25px; } }
  .banner .title {
    position: absolute;
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    color: #DC794A;
    top: 200px;
    left: 113px;
    z-index: 1;
    margin: 0; }
    @media only screen and (max-width: 768px) {
      .banner .title {
        top: auto;
        bottom: 25px;
        left: 25px; }
        .banner .title br {
          display: none; } }
  .banner .image {
    display: block;
    margin-left: 241px; }
    @media only screen and (max-width: 768px) {
      .banner .image {
        margin-left: 0; } }
    .banner .image img {
      display: block;
      max-width: 100%;
      clip-path: polygon(10em 0%, 100% 0, 100% 100%, 0 100%, 0% 10em); }

.button {
  appearance: none;
  display: inline-flex;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 18px 25px;
  letter-spacing: 0.05em;
  text-decoration: none;
  background: #DC794A;
  transition: all 0.3s;
  border: none;
  transition: all 0.3s;
  clip-path: polygon(1em 0%, 100% 0, 100% 100%, 0 100%, 0% 1em); }
  .button:after {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background: transparent url("/jserrano/wp-content/themes/jserrano/assets/img/icons/arrow-light.svg") no-repeat;
    background-size: cover;
    margin-left: 10px; }
  .button:hover {
    color: #283745;
    background-color: #bbe3e2; }
    .button:hover:after {
      background: transparent url("/jserrano/wp-content/themes/jserrano/assets/img/icons/arrow-dark.svg") no-repeat; }

.form {
  margin-bottom: 100px; }
  .form legend {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    color: #283745;
    margin-bottom: 33px; }
  .form input[type="text"],
  .form input[type="number"],
  .form input[type="email"],
  .form textarea {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 18px;
    background-color: #f9f9f9;
    border: solid 1px #b6b09e;
    margin: 0;
    width: calc(100% - 68px);
    padding: 24px 34px;
    outline: none;
    border-radius: 5px; }
  .form .row {
    display: flex;
    column-gap: 30px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 768px) {
      .form .row {
        flex-direction: column;
        column-gap: 0; } }
  .form .form-group {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0; }
    @media only screen and (max-width: 768px) {
      .form .form-group {
        margin-bottom: 30px; } }
    .form .form-group:last-child {
      margin-bottom: 0px; }
  .form label {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px; }
    .form label span.required {
      color: #dc794a; }
  .form .radio {
    display: flex;
    column-gap: 75px;
    margin-top: 15px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 768px) {
      .form .radio {
        column-gap: 0;
        flex-direction: column; } }
    .form .radio label {
      display: flex;
      align-items: center;
      font-weight: normal; }
      .form .radio label input {
        appearance: none; }
        .form .radio label input:before {
          display: inline-block;
          content: "";
          width: 23px;
          height: 23px;
          border: solid 1px #b6b09e;
          border-radius: 100%;
          margin-right: 15px; }
        .form .radio label input:checked:before {
          width: 15px;
          height: 15px;
          border: solid 6px #DC794A; }
  .form button[type="submit"] {
    appearance: none;
    border: none; }

.table {
  width: 100%;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  margin-bottom: 100px; }
  @media only screen and (max-width: 768px) {
    .table {
      margin-bottom: 60px; } }
  @media only screen and (max-width: 768px) {
    .table tr {
      display: flex;
      flex-wrap: wrap; } }
  .table tr td,
  .table tr th {
    text-align: left; }
  .table tr th {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: #283745;
    padding-bottom: 23px;
    border-bottom: 1px solid #d4d7da; }
    @media only screen and (max-width: 768px) {
      .table tr th {
        width: 100%; }
        .table tr th:nth-child(2), .table tr th:nth-child(3) {
          display: none; } }
  .table tr td {
    padding-top: 40px; }
    @media only screen and (max-width: 768px) {
      .table tr td {
        display: flex;
        align-items: flex-start; }
        .table tr td:nth-child(1) {
          min-width: 100%; }
        .table tr td:nth-child(2) {
          margin-top: -74px;
          margin-left: 124px; }
        .table tr td:nth-child(3) {
          display: none; } }
  .table .image {
    display: inline-block;
    vertical-align: middle;
    margin-right: 37px; }
    .table .image img {
      clip-path: polygon(100% 0, 100% 100%, 1em 100%, 0 calc(100% - 1em), 0 0); }
  .table .text {
    display: inline-block;
    font-family: "Manrope", sans-serif;
    color: #283745;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
    vertical-align: middle; }
    .table .text span {
      display: block;
      font-weight: 400;
      font-size: 18px;
      margin-top: 3px;
      color: #B6B09E; }

.spin-button {
  display: flex; }
  .spin-button input {
    -moz-appearance: textfield;
    font-family: "Manrope", sans-serif;
    color: #283745;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    background: none;
    border: none;
    outline: none;
    width: 50px;
    text-align: center; }
    .spin-button input::-webkit-outer-spin-button, .spin-button input::-webkit-inner-spin-button {
      -webkit-appearance: none; }
  .spin-button button {
    appearance: none;
    border: none;
    width: 32px;
    height: 32px;
    cursor: pointer; }
    .spin-button button.minus {
      background: transparent url("/jserrano/wp-content/themes/jserrano/assets/img/icons/minus.svg") center center no-repeat; }
    .spin-button button.plus {
      background: transparent url("/jserrano/wp-content/themes/jserrano/assets/img/icons/plus.svg") center center no-repeat; }

.produtos-relacionados {
  margin-bottom: 100px; }
  .produtos-relacionados .caption {
    display: flex;
    align-items: center;
    margin-bottom: 90px; }
    @media only screen and (max-width: 768px) {
      .produtos-relacionados .caption {
        flex-direction: column;
        margin-bottom: 60px; } }
    .produtos-relacionados .caption .title {
      margin-right: 50px; }
      @media only screen and (max-width: 768px) {
        .produtos-relacionados .caption .title {
          margin-right: 0;
          margin-bottom: 0; } }
    .produtos-relacionados .caption p {
      max-width: 460px; }
      @media only screen and (max-width: 768px) {
        .produtos-relacionados .caption p {
          max-width: 100%; } }
  .produtos-relacionados .list {
    display: flex;
    gap: 30px; }
    .produtos-relacionados .list .item {
      clip-path: polygon(0 0, calc(100% - 3em) 0%, 100% 3em, 100% 100%, 0 100%); }
      @media only screen and (max-width: 768px) {
        .produtos-relacionados .list .item {
          clip-path: polygon(0 0, calc(100% - 5em) 0%, 100% 5em, 100% 100%, 0 100%); } }

/* PAGINAS */
#home .tapetes {
  display: flex;
  align-items: center;
  margin-bottom: 200px; }
  @media only screen and (max-width: 768px) {
    #home .tapetes {
      flex-direction: column; } }
  #home .tapetes .caption {
    padding-left: 130px;
    margin-right: 30px; }
    @media only screen and (max-width: 768px) {
      #home .tapetes .caption {
        padding-left: 0;
        margin-bottom: 76px; } }
  #home .tapetes .title {
    margin-left: -130px; }
    @media only screen and (max-width: 768px) {
      #home .tapetes .title {
        margin-left: 0; } }
  #home .tapetes p {
    margin-bottom: 56px; }
  #home .tapetes .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 0; }
    @media only screen and (max-width: 768px) {
      #home .tapetes .grid {
        grid-template-columns: 1fr;
        grid-column-gap: 0px; } }
    #home .tapetes .grid .item {
      position: relative; }
      #home .tapetes .grid .item .tag {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 26px;
        height: 45px;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.05em;
        clip-path: polygon(100% 0, 100% 100%, 1em 100%, 0 calc(100% - 1em), 0 0);
        text-transform: uppercase; }
      #home .tapetes .grid .item:nth-child(1) {
        margin-top: 80px; }
        @media only screen and (max-width: 768px) {
          #home .tapetes .grid .item:nth-child(1) {
            margin-top: 0; } }
        #home .tapetes .grid .item:nth-child(1) .tag {
          top: 14px;
          right: 0;
          background: #d5d1c4;
          color: #DC794A; }
      #home .tapetes .grid .item:nth-child(2) .tag {
        top: 14px;
        left: 0;
        background: #dc794a;
        color: #283745; }
      #home .tapetes .grid .item:nth-child(3) {
        grid-column-start: 2;
        grid-row-start: 2;
        margin-top: -325px; }
        @media only screen and (max-width: 768px) {
          #home .tapetes .grid .item:nth-child(3) {
            grid-column-start: auto;
            grid-row-start: auto;
            margin-top: 0; } }
        #home .tapetes .grid .item:nth-child(3) .tag {
          bottom: 14px;
          left: 0;
          background: #bbe3e2;
          color: #283745; }
      #home .tapetes .grid .item:nth-child(4) {
        margin-top: 250px; }
        @media only screen and (max-width: 768px) {
          #home .tapetes .grid .item:nth-child(4) {
            margin-top: 0; } }
        #home .tapetes .grid .item:nth-child(4) .tag {
          bottom: 14px;
          left: 0;
          background: #b6b09e;
          color: #283745; }

#home .tecidos {
  margin-bottom: 130px; }
  #home .tecidos .caption {
    display: flex;
    align-items: center;
    margin-bottom: 100px; }
    @media only screen and (max-width: 768px) {
      #home .tecidos .caption {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 74px; } }
    #home .tecidos .caption .title {
      margin-right: 70px; }
    #home .tecidos .caption p {
      max-width: 460px; }
  #home .tecidos .list {
    display: flex;
    column-gap: 25px; }
    @media only screen and (max-width: 768px) {
      #home .tecidos .list {
        display: block; } }
    #home .tecidos .list.active {
      background: rebeccapurple; }
    #home .tecidos .list .item {
      position: relative; }
      #home .tecidos .list .item .tag {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 26px;
        height: 45px;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        z-index: 2;
        clip-path: polygon(100% 0, 100% 100%, 1em 100%, 0 calc(100% - 1em), 0 0); }
      #home .tecidos .list .item:nth-child(1) .tag {
        top: 14px;
        right: 0;
        background: #bbe3e2;
        color: #283745; }
      #home .tecidos .list .item:nth-child(2) .tag {
        bottom: 14px;
        left: 0;
        background: #d5d1c4;
        color: #dc794a; }
      #home .tecidos .list .item:nth-child(3) .tag {
        top: 14px;
        right: 0;
        background: #dc794a;
        color: #283745; }
      #home .tecidos .list .item:nth-child(4) .tag {
        bottom: 14px;
        left: 0;
        background: #b6b09e;
        color: #283745; }
      #home .tecidos .list .item:nth-child(5) .tag {
        top: 14px;
        right: 0;
        background: #283745;
        color: #dc794a; }
      #home .tecidos .list .item:nth-child(odd) img {
        clip-path: polygon(0 0, calc(100% - 4em) 0%, 100% 4em, 100% 100%, 0 100%); }
      #home .tecidos .list .item:nth-child(even) {
        margin-top: 60px; }
        #home .tecidos .list .item:nth-child(even) img {
          clip-path: polygon(100% 0, 100% 100%, 4em 100%, 0 calc(100% - 4em), 0 0); }

#home .sobre {
  height: 500px;
  background: #F7F6F3;
  margin-bottom: 200px; }
  @media only screen and (max-width: 768px) {
    #home .sobre {
      height: auto;
      padding: 50px 0;
      margin-bottom: 124px; } }
  #home .sobre .container {
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      #home .sobre .container {
        flex-direction: column; } }
  #home .sobre .title {
    min-width: 300px;
    color: #DC794A;
    margin-right: 54px; }
    @media only screen and (max-width: 768px) {
      #home .sobre .title {
        min-width: none; } }
  #home .sobre .video {
    position: relative;
    margin-top: -80px;
    margin-right: 155px;
    clip-path: polygon(8em 0%, 100% 0, 100% 100%, 0 100%, 0% 8em); }
    @media only screen and (max-width: 768px) {
      #home .sobre .video {
        margin: 0;
        margin-left: -25px;
        width: calc(100% + 50px); } }
  #home .sobre .text p {
    margin-bottom: 50px; }

#home .mais-vendidos {
  margin-bottom: 200px; }
  @media only screen and (max-width: 768px) {
    #home .mais-vendidos {
      margin-bottom: 100px; } }
  #home .mais-vendidos .caption {
    max-width: 460px;
    margin: 0 auto;
    margin-bottom: 100px; }
    @media only screen and (max-width: 768px) {
      #home .mais-vendidos .caption {
        max-width: 100%;
        margin-bottom: 72px; } }
    #home .mais-vendidos .caption .title {
      margin-left: -126px; }
      @media only screen and (max-width: 768px) {
        #home .mais-vendidos .caption .title {
          margin-left: 0; } }
  #home .mais-vendidos .list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; }
    @media only screen and (max-width: 768px) {
      #home .mais-vendidos .list {
        flex-direction: column;
        gap: 0; } }
    #home .mais-vendidos .list .item {
      clip-path: polygon(0 0, calc(100% - 3em) 0%, 100% 3em, 100% 100%, 0 100%); }
      #home .mais-vendidos .list .item:nth-child(4) {
        margin-left: 125px; }
        @media only screen and (max-width: 768px) {
          #home .mais-vendidos .list .item:nth-child(4) {
            margin-left: 0; } }

#home .visita {
  display: flex;
  align-items: center;
  margin-bottom: 200px; }
  @media only screen and (max-width: 768px) {
    #home .visita {
      flex-direction: column; } }
  #home .visita .image {
    margin-right: 277px;
    clip-path: polygon(100% 0, 100% 100%, 5em 100%, 0 calc(100% - 5em), 0 0); }
    @media only screen and (max-width: 768px) {
      #home .visita .image {
        margin-right: 0;
        margin-bottom: 35px; } }
  #home .visita .text .title {
    margin-left: -125px; }
    @media only screen and (max-width: 768px) {
      #home .visita .text .title {
        margin-left: 0; } }
  #home .visita .text p {
    margin-bottom: 45px; }

#contato .banner {
  margin-bottom: 0; }

#contato .area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 150px;
  background-color: #eae8e1;
  padding: 0px 100px;
  margin-bottom: 60px;
  clip-path: polygon(4em 0%, 100% 0, 100% 100%, 0 100%, 0% 4em); }
  @media only screen and (max-width: 768px) {
    #contato .area {
      width: calc(100% - 10px);
      margin-left: -25px;
      flex-direction: column;
      padding: 30px;
      height: auto; } }
  #contato .area .title {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    color: #DC794A;
    margin: 0; }
    @media only screen and (max-width: 768px) {
      #contato .area .title {
        font-size: 24px;
        margin-bottom: 30px; } }
    #contato .area .title span {
      display: block;
      font-size: 16px;
      color: #767e83; }
      @media only screen and (max-width: 768px) {
        #contato .area .title span {
          margin-top: 10px; } }
  #contato .area select {
    width: 460px; }
    @media only screen and (max-width: 768px) {
      #contato .area select {
        width: 100%; } }

#contato .form {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 100px; }

#orcamento form {
  margin-bottom: 124px; }
  @media only screen and (max-width: 768px) {
    #orcamento form {
      margin-bottom: 80px; } }

@media only screen and (max-width: 768px) {
  #agendamento .banner {
    margin-bottom: 135px; } }

@media only screen and (max-width: 768px) {
  #agendamento .banner .title {
    top: 235px; } }

@media only screen and (max-width: 768px) {
  #boleto .banner {
    margin-bottom: 210px; } }

@media only screen and (max-width: 768px) {
  #boleto .banner .title {
    top: 245px; } }

#onde-encontrar .banner {
  margin-bottom: 0; }
  @media only screen and (max-width: 768px) {
    #onde-encontrar .banner {
      margin-bottom: 97px; } }
  #onde-encontrar .banner .title {
    top: 170px; }
    @media only screen and (max-width: 768px) {
      #onde-encontrar .banner .title {
        top: 233px; } }

#onde-encontrar .filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 150px;
  background-color: #dc794a;
  padding: 0px 100px;
  margin-bottom: 60px;
  clip-path: polygon(3em 0%, 100% 0, 100% 100%, 0 100%, 0% 3em); }
  @media only screen and (max-width: 768px) {
    #onde-encontrar .filter {
      width: calc(100% - 10px);
      margin-left: -25px;
      flex-direction: column;
      align-items: flex-start;
      padding: 50px 30px;
      height: auto; } }
  #onde-encontrar .filter .title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    color: #bbe3e2;
    margin: 0; }
    @media only screen and (max-width: 768px) {
      #onde-encontrar .filter .title {
        margin-bottom: 30px; } }
    #onde-encontrar .filter .title span {
      display: block;
      font-size: 16px;
      color: #f1c9b7;
      margin-top: 10px; }
  @media only screen and (max-width: 768px) {
    #onde-encontrar .filter select {
      margin-bottom: 23px; } }
  #onde-encontrar .filter .select-state {
    width: 376px; }
    @media only screen and (max-width: 768px) {
      #onde-encontrar .filter .select-state {
        width: 100%; } }
  #onde-encontrar .filter .select-city {
    width: 316px; }
    @media only screen and (max-width: 768px) {
      #onde-encontrar .filter .select-city {
        width: 100%; } }
  #onde-encontrar .filter .button {
    background: #bbe3e2;
    color: #DC794A; }
    #onde-encontrar .filter .button:after {
      background: transparent url("/jserrano/wp-content/themes/jserrano/assets/img/icons/arrow-orange.svg") no-repeat; }

#onde-encontrar .results {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
  margin-bottom: 116px; }
  @media only screen and (max-width: 768px) {
    #onde-encontrar .results {
      flex-direction: column;
      column-gap: 0; } }
  #onde-encontrar .results .list {
    width: 50%; }
    @media only screen and (max-width: 768px) {
      #onde-encontrar .results .list {
        width: calc(100% + 50px);
        margin-left: -25px; } }
    #onde-encontrar .results .list .item {
      margin-bottom: 22px; }
      #onde-encontrar .results .list .item .text {
        padding: 40px 50px;
        background: #f7f6f3;
        margin-bottom: 5px;
        clip-path: polygon(3em 0%, 100% 0, 100% 100%, 0 100%, 0% 3em); }
        #onde-encontrar .results .list .item .text .title {
          font-size: 20px;
          font-weight: 700;
          color: #DC794A; }
        #onde-encontrar .results .list .item .text .address {
          font-style: normal;
          font-size: 14px;
          color: #b6b09e; }
      #onde-encontrar .results .list .item .button {
        color: #283745;
        background: #bbe3e2; }
        @media only screen and (max-width: 768px) {
          #onde-encontrar .results .list .item .button {
            margin-left: 25px; } }
        #onde-encontrar .results .list .item .button:after {
          background: transparent url("/jserrano/wp-content/themes/jserrano/assets/img/icons/pin.svg") no-repeat; }
    #onde-encontrar .results .list .more {
      display: block;
      font-weight: 600;
      font-size: 16px;
      text-align: center;
      margin-top: 70px;
      color: #DC794A; }
  #onde-encontrar .results .map {
    position: relative;
    width: 50%;
    height: auto;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      #onde-encontrar .results .map {
        display: none; } }
    #onde-encontrar .results .map img {
      max-width: 100%;
      z-index: 1; }
    #onde-encontrar .results .map .text {
      position: absolute;
      left: 45px;
      bottom: 45px;
      padding: 30px 45px;
      background: #fff;
      z-index: 2; }
      #onde-encontrar .results .map .text .title {
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        color: #DC794A; }
      #onde-encontrar .results .map .text .address {
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 1.5em;
        color: #b6b09e; }

/* Ajustes ----------------------------------- */

/* Home */

#home .sobre .video {
  margin-right: 115px; 
}

#home .mais-vendidos .list .text2 {
  left: 40px;
  width: 300px;
}

#home .mais-vendidos .list .text {
  padding: 12px 15px 1px 30px;
  width: max-content;
  left: 20px;
}

#home .mais-vendidos .list .text2 .title {
  text-shadow: 0px 1px 50px rgb(0 0 0);
  font-size: 27px;
}