@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.wc-home-limit__screen {
  max-width: 1281px;
  width: 100%;
  margin: auto;
  padding: 0 32px;
}

body {
  background-color: #FAFAFA !important;
  margin-bottom: 0 !important;
}

/* SLICK */

.slick-next {
  right: 24px;
  z-index: 2;
}

.slick-next::before {
  content: "";
  background: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.3" y="0.3" width="31.4" height="31.4" rx="15.7" fill="white"/><rect x="0.3" y="0.3" width="31.4" height="31.4" rx="15.7" stroke="%23373737" stroke-width="0.6"/><path d="M13.6001 20.8L18.4001 16L13.6001 11.2" stroke="%23232323" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat;
  width: 32px;
  height: 32px;
  background-size: 32px;
  display: block;
  opacity: 1 !important;
}

.slick-next:hover::before {
  background: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.285714" y="0.285714" width="31.4286" height="31.4286" rx="15.7143" fill="%23232323"/><rect x="0.285714" y="0.285714" width="31.4286" height="31.4286" rx="15.7143" stroke="%23343434" stroke-width="0.571429"/><path d="M14.2856 19.4286L17.7142 16L14.2856 12.5714" stroke="white" stroke-width="1.14286" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat;
}

.slick-prev {
  left: 10px;
  z-index: 2;
}

.slick-prev::before {
  content: "";
  background: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.3" y="0.3" width="31.4" height="31.4" rx="15.7" fill="white"/><rect x="0.3" y="0.3" width="31.4" height="31.4" rx="15.7" stroke="%23373737" stroke-width="0.6"/><path d="M18.4001 20.8L13.6001 16L18.4001 11.2" stroke="%23232323" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat;
  width: 32px;
  height: 32px;
  background-size: 32px;
  display: block;
  opacity: 1 !important;
}

.slick-prev:hover::before {
  background: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.285714" y="0.285714" width="31.4286" height="31.4286" rx="15.7143" fill="%23232323"/><rect x="0.285714" y="0.285714" width="31.4286" height="31.4286" rx="15.7143" stroke="%23343434" stroke-width="0.571429"/><path d="M17.7142 19.4286L14.2856 16L17.7142 12.5714" stroke="white" stroke-width="1.14286" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat;
}

.slick-dots li {
  width: 12px;
  height: 12px;
}

.slick-dots li button {
  padding: 0;
  width: 12px;
  height: 12px;
}

.slick-dots li.slick-active button:before {
  content: "";
  background-color: #F30941;
  opacity: 1;
  width: 100%;
  height: 100%;
}

.slick-dots li button:before {
  content: "";
  opacity: 1;
  width: 100%;
  height: 100%;
  background-color: #C1C1C1;
  border-radius: 50%;
}

/* SLICK */

.wc-header--whats-fluter {
  position: fixed;
  right: 36px;
  bottom: 36px;
}

.wc-limit-screen {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.wc-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99999;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.wc-header--container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 32px;
  gap: 34px;
}

.custom-logo-link {
  width: 120px;
}

/* MENUS */

.main-navigation ul {
  gap: 12px;
  justify-content: center;
}

.main-navigation ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 99px;
  transition: 0.5s;
  gap: 8px;

  &:hover {
    background-color: #fff;

    a {
      color: #000;
    }
  }
}


.main-navigation ul li.current-menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 99px;
  transition: 0.5s;
  gap: 8px;
  background-color: #fff;


}

.main-navigation ul li.current-menu-item a {
  color: #000;
}

.main-navigation ul li.menu-item-has-children:hover {
  border-radius: 16px 16px 0 0;
  transition: 0s;
}

.main-navigation ul li.menu-item-has-children::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 7.5L10 12.5L15 7.5" stroke="%23E2E2E2" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
  transition: 0.5s;
}

.main-navigation ul li.menu-item-has-children:hover::after {
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 7.5L10 12.5L15 7.5" stroke="black" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
}

.main-navigation ul li.menu-item-has-children:hover .sub-menu {
  width: 300px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  left: 0;
  padding: 20px 16px;
  gap: 16px;
  border-radius: 0 16px 16px 16px;
}

.main-navigation ul li.menu-item-has-children .sub-menu li {
  padding: 0;
}

.main-navigation ul li.menu-item-has-children .sub-menu li a {
  text-align: start;
  min-width: 200px;
  width: 100%;
}

.main-navigation ul li a {
  color: #fff;
  font-size: 14px;
  display: block;
  text-align: center;
  line-height: 17px;
  font-weight: 500;
  transition: 0.5s;
}


.wc-header.is-scrolled {
  background-color: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.wc-header.is-scrolled .main-navigation ul li:hover {
  background-color: #000;
}

.wc-header.is-scrolled .main-navigation ul li:hover a {
  color: #fff;
}

.wc-header.is-scrolled .main-navigation ul li.current-menu-item {
  background-color: #000;
}

.wc-header.is-scrolled .main-navigation ul li.current-menu-item {
  background-color: #000;
}

.wc-header.is-scrolled .main-navigation ul li.current-menu-item a {
  color: #fff;
}

.wc-header.is-scrolled .main-navigation ul li a {
  color: #000;
}

.wc-header.is-scrolled .main-navigation ul li.menu-item-has-children::after {
  filter: invert(1);
}



.wc-header.is-scrolled .main-navigation ul li.menu-item-has-children:hover .sub-menu {
  background-color: #000;
}

.wc-header.is-scrolled .main-navigation ul li.menu-item-has-children:hover .sub-menu li a {
  color: #fff;
}

.wc-header.is-scrolled .wc-header-branding {
  display: none;
}

.wc-header.is-scrolled .wc-header-branding-black {
  display: block;
  width: 120px;
  min-width: 120px;
}



.wc-header.is-scrolled .wc-header-link__container .wc-button-link-pink {
  display: flex;
}

.wc-header.is-scrolled .wc-header-link__container .wc-button-link-white {
  display: none;
}

/* MENUS */

/* ANIMATION BUTTON */

.wc-header-link__container {
  max-width: 169px;
  width: 100%;
}

.wc-header-link__container .wc-button-link-pink {
  display: none;
}

.wc-header-branding-black {
  display: none;
}

/*---- BUTTON WHITE ----*/
.wc-button-link-white {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  text-decoration: none;
  color: #232323;
  padding: 10px 22px;
  border-radius: 99px;
  width: 100%;
  border: 1px solid #DFDFDF;
  background-color: #FFFFFF;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  transition: color 600ms ease-out;
}

.wc-button-link-white::before {
  content: "";
  position: absolute;
  bottom: -1000px;
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
  height: 200%;
  background: #000;
  border-radius: 50%;
  transition: all 200ms ease-out;
  z-index: 0;
}

.wc-button-link-white:hover {
  color: #fff;
}

.wc-button-link-white:hover::before {
  bottom: -50%;
}

/* garante que texto e ícone fiquem acima do círculo */
.wc-button-link-white * {
  position: relative;
  z-index: 2;
}

.wc-button-link-white::after {
  display: block;
  content: "";
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.83325 5.83334H14.1666V14.1667" stroke="black" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.83325 14.1667L14.1666 5.83334" stroke="black" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: relative;
  transition: all 200ms ease-out;
  z-index: 2;
}

.wc-button-link-white:hover::after {
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.8335 5.83334H14.1668V14.1667" stroke="white" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.8335 14.1667L14.1668 5.83334" stroke="white" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;

}

/*---- BUTTON WHITE ----*/

/*---- BUTTON PINK ----*/

.wc-button-link-pink {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  padding: 10px 22px;
  border-radius: 99px;
  width: 100%;
  background-color: #F30941;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  transition: color 600ms ease-out;
}

.wc-button-link-pink::before {
  content: "";
  position: absolute;
  bottom: -1000px;
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
  height: 200%;
  background: #000;
  border-radius: 50%;
  transition: all 200ms ease-out;
  z-index: 0;
}

.wc-button-link-pink:hover {
  color: #fff;
}

.wc-button-link-pink:hover::before {
  bottom: -50%;
}

.wc-button-link-pink * {
  position: relative;
  z-index: 2;
}

.wc-button-link-pink::after {
  display: block;
  content: "";
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.8335 5.83334H14.1668V14.1667" stroke="white" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.8335 14.1667L14.1668 5.83334" stroke="white" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 2;
}

/*---- BUTTON PINK ----*/


/*---- BUTTON TRANSPARENT ----*/
.wc-button-link-transparent {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  padding: 10px 22px;
  border-radius: 99px;
  width: 100%;
  background-color: transparent;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  transition: color 600ms ease-out;
  border: 1px solid #fff;
}

.wc-button-link-transparent::before {
  content: "";
  position: absolute;
  bottom: -1000px;
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
  height: 200%;
  background: #fff;
  border-radius: 50%;
  transition: all 200ms ease-out;
  z-index: 0;
}

.wc-button-link-transparent:hover {
  color: #000;
}

.wc-button-link-transparent:hover::before {
  bottom: -50%;
}

/* garante que texto e ícone fiquem acima do círculo */
.wc-button-link-transparent * {
  position: relative;
  z-index: 2;
}

.wc-button-link-transparent::after {
  display: block;
  content: "";
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.8335 5.83334H14.1668V14.1667" stroke="white" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.8335 14.1667L14.1668 5.83334" stroke="white" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>')no-repeat center;
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: relative;
  transition: all 200ms ease-out;
  z-index: 2;
}

.wc-button-link-transparent:hover::after {
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.83325 5.83334H14.1666V14.1667" stroke="black" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.83325 14.1667L14.1666 5.83334" stroke="black" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;

}

/*---- BUTTON TRANSPARENT ----*/

/*---- BUTTON TRANSPARENT BLACK----*/
.wc-button-link-transparent-black {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  text-decoration: none;
  color: #232323;
  padding: 10px 22px;
  border-radius: 99px;
  width: 100%;
  background-color: #fff;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  transition: color 600ms ease-out;
  border: 1px solid #DFDFDF;
}

.wc-button-link-transparent-black::before {
  content: "";
  position: absolute;
  bottom: -1000px;
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
  height: 200%;
  background: #232323;
  border-radius: 50%;
  transition: all 200ms ease-out;
  z-index: 0;
}

.wc-button-link-transparent-black:hover {
  color: #fff;
}

.wc-button-link-transparent-black:hover::before {
  bottom: -50%;
}

/* garante que texto e ícone fiquem acima do círculo */
.wc-button-link-transparent-black * {
  position: relative;
  z-index: 2;
}

.wc-button-link-transparent-black::after {
  display: block;
  content: "";
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.83325 5.83334H14.1666V14.1667" stroke="black" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.83325 14.1667L14.1666 5.83334" stroke="black" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: relative;
  transition: all 200ms ease-out;
  z-index: 2;
}

.wc-button-link-transparent-black:hover::after {
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.8335 5.83334H14.1668V14.1667" stroke="white" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.8335 14.1667L14.1668 5.83334" stroke="white" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;

}

/*---- BUTTON TRANSPARENT ----*/

/* ANIMATION BUTTON */


.wc-grid-clients {
  margin-top: 56px;
}

.wc-grid-clients ul {
  list-style: none;
  margin: 0;
}

.lista-clientes li svg {
  margin: auto;
  display: block;
  filter: grayscale(100%);
}

.lista-clientes li {
  width: 120px;
  margin: 0 5px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 80px;
  box-sizing: border-box;
}

.cliente-imagem {
  width: fit-content;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cliente-imagem img {
  filter: grayscale(100%);
  max-height: 60px;
  /* Limita altura para consistência */
}

.wc-blog-cards-list {
  list-style: none;
  margin: 0;
}

.wc-blog-card__link {
  text-decoration: none;
}

.wc-blog-card__image img {
  display: block;
  max-height: 273px;
  object-fit: cover;
  border-radius: 16px;
}

.wc-blog-card__content {
  margin-top: 40px;
}

.wc-blog-card__meta {
  display: flex;
  align-items: center;
  gap: 23px;
}

.wc-blog-card__category {
  color: #F30941;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
}

.wc-blog-card__date {
  color: #949494;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}

.wc-blog-card__title {
  color: #4F4F4F;
  font-size: 24px;
  font-weight: 700;
  max-width: 383px;
}


.wc-blog-cards-list .slick-track {
  display: flex;
}

.wc-blog-cards-list .slick-slide {
  height: inherit !important;
  margin: 0 8px;
}

/* FOOTER */
.wc-footer {
  padding: 88px 32px 32px 32px;
  background-color: #1E1D1D;
}

.wc-footer-flex {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}


.wc-footer-col.col1 {
  width: 40%;
}

.wc-footer-col.col1 a {
  display: block;
}

.wc-footer-col.col1 a img {
  display: block;
  min-width: 242px;
}

.wc-footer-col.col1 .wc-title {
  color: #fff;
  font-size: 32px;
  display: block;
  margin-top: 48px;
  width: 79%;
}

.wc-footer-col.col1 .wc-title strong {
  color: #F30941;
}

.wc-fotoer-midias {
  margin-top: 48px;
}

.wc-fotoer-midias {
  display: flex;
  align-items: center;
  gap: 51px;
}

.wc-footer-col.col2 {
  width: fit-content;
}

.wc-footer-col.col2 span {
  color: #949494;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin-bottom: 24px;
}

.wc-footer-col.col2 ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.wc-footer-col.col2 ul li .sub-menu {
  display: none;
}

.wc-footer-col.col2 ul li a {
  color: #C1C1C1;
  font-size: 16px;
  text-decoration: none;
}

.wc-footer-col.col3 {
  max-width: 404px;
  width: 100%;
}

.wc-footer-address .title {
  color: #949494;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin-bottom: 40px;
}

.wc-footer-address .text {
  color: #C1C1C1;
  font-size: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 32px;
  margin-bottom: 32px;
}

#nf-form-title-2 h3 {
  display: none;
}


#nf-form-2-cont .nf-before-form-content,
#nf-form-2-cont .ninja-forms-req-symbol {
  display: none;
}

#nf-form-2-cont form .nf-form-content nf-fields-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
}

#nf-form-2-cont .nf-response-msg p{
  color: #F30941;
}

#nf-form-2-cont .nf-field-label label {
  color: #C1C1C1;
  font-size: 14px;
  font-weight: 400;
}

#nf-form-2-cont .nf-field-container {
  width: 190px;
  margin-bottom: 0;
}

#nf-form-2-cont .nf-field-container.textarea-container {
  width: 404px;
  margin-bottom: 0;
}

#nf-form-2-cont .nf-field-container input {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  height: 49px;
  color: #4F4F4F;
  font-size: 14px;
  font-weight: 400;
  padding-left: 16px;
  padding-right: 16px;
  background-color: transparent;
}

#nf-field-33-wrap input {
  width: 404px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px !important;
  min-height: 114px;
  color: #4F4F4F;
  font-size: 14px;
  font-weight: 400;
  padding: 16px;
  background-color: transparent;
  outline: none;
}

#nf-form-2-cont .nf-field-container textarea {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  min-height: 114px;
  color: #4F4F4F;
  font-size: 14px;
  font-weight: 400;
  padding: 16px;
  background-color: transparent;
  outline: none;
}

#nf-form-2-cont .nf-field-container.submit-container {
  width: 404px;
  margin-bottom: 0;
}

#nf-form-2-cont .nf-field-container.submit-container input {
  width: 100%;
  height: 41px;
  background-color: #fff;
  transition: 0.2s;
  color: #232323;
  font-weight: 500;
  cursor: pointer;
}

#nf-form-2-cont .nf-field-container.submit-container input:hover {
  color: #fff;
  background-color: #000;

}

#nf-form-2-cont .nf-field-container.submit-container::after {
  display: block;
  content: "";
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.83325 5.83334H14.1666V14.1667" stroke="black" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.83325 14.1667L14.1666 5.83334" stroke="black" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: -4px;
  margin: auto;
  left: 56%;
}

#nf-form-2-cont .nf-field-container.submit-container:hover::after {

  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.83325 5.83334H14.1666V14.1667" stroke="white" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.83325 14.1667L14.1666 5.83334" stroke="white" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;

}

.wc-footer-reserver {
  width: 100%;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 32px;
  color: #C1C1C1;
  font-size: 16px;
  font-weight: 400;
  margin-top: 32px;
}

/* FOOTER */


.wc-home-cases__list {
  list-style: none;
  margin: 0;
}

.wc-home-cases__list .slick-track {
  display: flex;
}

.wc-home-cases__list .slick-slide {
  height: inherit !important;
  margin: 0 8px;
}

.wc-home-cases__list .slick-slide>div {
  height: 100%;
}

.wc-case-card {
  box-shadow: 0px 4px 50px 0px #0000000A;
  border: 1px solid #E2E2E2;
  display: flex;
  flex-direction: column;
  border-radius: 32px;
  max-width: 286px;
  height: 100%;
}

.wc-case-card__link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.wc-case-card__image img {
  border-radius: 32px 32px 0 0;
  width: 100%;
  height: 197px;
  object-fit: cover;
}

.wc-case-card__content {
  margin-top: 24px;
  padding: 0 16px 24px 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.wc-case-card__content::after {
  content: "";
  background: url('data:image/svg+xml,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="48" height="48" rx="24" fill="%23F3F3F3"/><path d="M19.0002 19H29.0002V29" stroke="%23232323" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M19.0002 29L29.0002 19" stroke="%23232323" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
  width: 48px;
  height: 48px;
  display: block;
  background-size: 48px;
  position: absolute;
  right: 16px;
  top: -29px;
  transition: 0.5s;
}

.wc-case-card:hover .wc-case-card__content::after {
  transform: scale(1.02) rotate(45deg);
}

.wc-case-card__categories {
  width: fit-content;
  background-color: #FFF0F1;
  border-radius: 16px;
  padding: 5px 16px;
}

.wc-case-card__category {
  color: #F30941;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.wc-case-card__title {
  margin-top: 12px;
  color: #232323;
  font-weight: 700;
  font-size: 24px;
}

.wc-case-card__excerpt {
  font-size: 16px;
  font-weight: 300;
  color: #484848;
  margin-top: 12px;
}

@media (max-width: 1000px) {
  .wc-home-limit__screen {
    padding: 0 16px;
  }

  .wc-header-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 16px;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 99999;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
  }

  .wc-header-mobile.is-scrolled {
    background-color: #fff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  }

  .wc-header-mobile.is-scrolled .wc-header-mobile--logo {
    display: none;
  }

  .wc-header-mobile.is-scrolled .wc-header-branding-black {
    display: block;
    min-width: 120px;
    width: 120px;
  }

  .wc-header-mobile.is-scrolled .wc-header-menu--hamburguer svg path {
    stroke: #232323;
  }


  .wc-header-mobile--logo img {
    width: 115px;
  }

  .wc-header-mobile--container {
    display: flex;
    align-items: center;
    gap: 32px;
  }

  .wc-header-mobile--whats {
    display: block;
    height: 24px;
  }

  .wc-header-menu--hamburguer {
    background-color: transparent;
    padding: 0;
    border: 0;
    cursor: pointer;
  }

  .wc-menu-mobile {
    display: flex;
    flex-direction: column;
    position: fixed;
    height: 100vh;
    background: #fff;
    width: 90%;
    z-index: 999999;
    top: 0;
    left: 0;
    justify-content: space-between;
    padding: 34px 24px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-100%);
    transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease;
    gap: 10px;
  }


  .wc-menu-mobile.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
  }

  .wc-menu-mobile--overley {
    display: none;
  }

  .wc-menu-mobile--overley.is-active {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .3);
  }

  .wc-menu-mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .wc-menu-mobile-header img {
    width: 144px;
  }

  .wc-menu-mobile-header button {
    background-color: transparent;
    padding: 0;
    border: 0;
    cursor: pointer;
  }

  .wc-menu-mobile-body {
    margin-bottom: 0;
    max-height: 450px;
    overflow-y: auto;
  }

  .wc-menu-mobile-body ul {
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;

  }

  .wc-menu-mobile-body ul li {
    margin: 0;
    list-style: none;
    padding: 8px;
    position: relative;
    align-items: center;
  }

  .wc-menu-mobile-body ul li::after {
    content: "";
    background: url('data:image/svg+xml,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="36" height="36" rx="18" fill="%23F3F3F3"/><path d="M15.5 23L20.5 18L15.5 13" stroke="%23A5A5A5" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
    width: 24px;
    height: 24px;
    background-size: 24px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }


  .wc-menu-mobile-body ul li a {
    color: #232323;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
  }

  .wc-menu-mobile-body ul li.current-menu-item a {
    color: #F30941;
  }

  .wc-menu-mobile-body ul li.menu-item-has-children::after {
    top: 8px;
    bottom: auto;
    transition: 0.2s;
  }

  .wc-menu-mobile-body ul li.menu-item-has-children.is-active::after {
    transform: rotate(-90deg);
  }

  .wc-menu-mobile-body ul li.menu-item-has-children .sub-menu {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    transition: max-height 0.3s ease, opacity 0.25s ease, visibility 0.25s ease;
  }

  .wc-menu-mobile-body ul li.menu-item-has-children .sub-menu.is-active {
    opacity: 1;
    visibility: visible;
    margin-top: 20px;
  }

  .wc-menu-mobile-body ul li.menu-item-has-children .sub-menu li {
    padding: 8px;
  }

  .wc-menu-mobile-body ul li.menu-item-has-children .sub-menu li a {
    color: #7B7B7B;
    font-size: 14px;
  }

  .wc-menu-mobile-body ul li.menu-item-has-children .sub-menu li::after {
    display: none;
  }

  .wc-grid-clients ul {
    display: block;
    padding: 0;
  }

  .lista-clientes img {
    max-width: 100px;
  }

  .wc-blog-card__content {
    margin-top: 16px;
  }

  .wc-blog-card__title {
    font-size: 20px;
    margin-top: 16px;
  }


  .wc-footer {
    padding: 48px 16px;
  }

  .wc-footer-col.col1 {
    width: 100%;
    margin-bottom: 40px;
  }

  .wc-footer-flex {
    flex-direction: column;
  }

  .wc-footer-col.col1 a img {
    min-width: 156px;
  }

  .wc-footer-col.col1 .wc-title {
    font-size: 24px;
    width: 100%;
  }

  .wc-footer-col.col2 span {
    font-size: 20px;
  }

  .wc-footer-col.col3 {
    margin-top: 48px;
  }

  .wc-footer-address .title {
    font-size: 20px;
    margin-bottom: 24px;
  }

  .wc-footer-address .text {
    border: none;
    padding-bottom: 0;
  }

  #nf-form-2-cont {
    display: none;
  }

  .wc-footer-reserver {
    font-size: 14px;
  }


  .wc-home-cases__item {
    margin: 0 4px;
  }


  .wc-case-card {
    border: 13px;
    max-width: 100%;
  }

  .wc-case-card__content::after {
    width: 32px;
    height: 32px;
    background-size: 32px;
  }

  .wc-case-card__image img {
    height: 171px;
    object-fit: cover;
    border-radius: 13px 13px 0 0;
  }

  .wc-case-card__categories {
    padding: 0px 6px;
    line-height: 1.2;

  }

  .wc-case-card__category {
    font-size: 10px;
  }

  .wc-case-card__title {
    font-size: 16px;
    margin-top: 5px;
  }

  .wc-case-card__excerpt {
    font-size: 10px;
    margin-top: 5px;
  }
}