* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: 0 !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

ul {
  margin-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

li {
  list-style: inherit;
}

footer li, header li {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
}

button, input[type=submit] {
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body {
  width: 100%;
}

.wrap-page {
  overflow: hidden;
  width: 100%;
}
.wrap-page ul, .wrap-page ol {
  margin-left: 20px;
}

footer, header, section {
  display: block;
  width: 100%;
}

/*gutenberg reset*/
.is-layout-constrained > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

:is(p, h1, h2, h3, h4).has-background {
  padding: 0;
}

.wp-block-cover, .wp-block-cover-image {
  padding: 0;
}

.wp-block-image, .wp-block-embed {
  margin: 0;
}

.h-100 {
  height: 100%;
}

.hide-block {
  display: none;
}

/*grid spaces*/
.p-2 {
  padding: 0.5rem 0 !important;
}

.p-3 {
  padding: 1rem 0 !important;
}

.p-5 {
  padding: 1rem 0 !important;
}

.row-gap {
  row-gap: 30px;
}

:root {
  --black-color: var(--wp--preset--color--black);
  --white-color: var(--wp--preset--color--white);
  --default-color: var(--wp--preset--color--default);
  --primary-color: var(--wp--preset--color--primary);
  --secondary-color: var(--wp--preset--color--secondary);
  --orange-color: var(--wp--preset--color--orange);
  --text-x-small: var(--wp--preset--font-size--text-x-small);
  --text-small: var(--wp--preset--font-size--text-small);
  --text: 16px;
  --text-medium: var(--wp--preset--font-size--text-medium);
  --text-large: var(--wp--preset--font-size--text-large);
  --title-x-small: var(--wp--preset--font-size--title-x-small);
  --title-small: var(--wp--preset--font-size--title-small);
  --title: var(--wp--preset--font-size--title);
  --title-x-medium: var(--wp--preset--font-size--title-x-medium);
  --title-medium: var(--wp--preset--font-size--title-medium);
  --title-large: var(--wp--preset--font-size--title-large);
  --g1: 8px;
  --g2: 16px;
  --g3: 24px;
  --g4: 32px;
  --radius: 8px;
  --line-height: 25px;
  --paddingDefault: 16px;
}
@media (max-width: 991px) {
  :root {
    --title: 40px;
    --title-x-medium: 40px;
    --title-medium: 60px;
    --title-large: 80px;
  }
}
@media (max-width: 767px) {
  :root {
    --title-medium: 46px;
    --title-large: 60px;
  }
}

.has-black-color {
  color: var(--black-color);
}
.has-black-background-color {
  background: var(--black-color);
}
.has-white-color {
  color: var(--white-color);
}
.has-white-background-color {
  background: var(--white-color);
}
.has-default-color {
  color: var(--default-color);
}
.has-default-background-color {
  background: var(--default-color);
}
.has-primary-color {
  color: var(--primary-color);
}
.has-primary-background-color {
  background: var(--primary-color);
}
.has-secondary-color {
  color: var(--secondary-color);
}
.has-secondary-background-color {
  background: var(--secondary-color);
}
.has-orange-color {
  color: var(--orange-color);
}
.has-orange-background-color {
  background: var(--orange-color);
}
.has-text-x-small-font-size {
  font-size: var(--text-x-small) !important;
}
.has-text-small-font-size {
  font-size: var(--text-small) !important;
}
.has-text-font-size {
  font-size: var(--text) !important;
}
.has-text-medium-font-size {
  font-size: var(--text-medium) !important;
}
.has-text-large-font-size {
  font-size: var(--text-large) !important;
}
.has-title-x-small-font-size {
  font-size: var(--title-x-small) !important;
}
.has-title-small-font-size {
  font-size: var(--title-small) !important;
}
.has-title-font-size {
  font-size: var(--title) !important;
}
.has-title-x-medium-font-size {
  font-size: var(--title-x-medium) !important;
}
.has-title-medium-font-size {
  font-size: var(--title-medium) !important;
}
.has-title-large-font-size {
  font-size: var(--title-large) !important;
}

/*BASE*/
* {
  font-family: "Arimo", sans-serif;
}

h1, h2, h3, h4, h5, h6, .font-prata, :is(h1, h2, h3, h4, h5, h6, .font-prata) font {
  font-family: "Prata", serif;
  font-weight: normal;
}

h1, h2 {
  font-size: var(--title);
  color: var(--default-color);
  line-height: 1.2em;
}

.font-arimo, .font-arimo font {
  font-family: "Arimo", sans-serif;
}

mark, .font-pinyon, :is(mark, .font-pinyon) font {
  font-family: "Pinyon Script", cursive;
}

.text-center {
  text-align: center;
}

body {
  background: #F6F1F0;
}
body.overlay {
  overflow: hidden;
}

.container, .wp-block-group, section, main, .wp-block-cover {
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .container, .wp-block-group, section, main, .wp-block-cover {
    font-size: 10px;
  }
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.spacing-scale--large {
  font-size: 24px;
}
@media screen and (max-width: 991px) {
  .spacing-scale--large {
    font-size: 10px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}
.hide-h1 {
  color: transparent;
  margin-bottom: 0;
  font-size: 0 !important;
  line-height: 0;
}

p, span, li, a, button, input, select, option, ul {
  font-size: var(--text);
  line-height: 1.5em;
}

p:not([class*=-color]), span, li, a, button, input, select, option, ul {
  color: var(--default-color);
}

a {
  text-decoration: none;
  display: inline-block;
  color: var(--default-color);
  transition: all 0.2s ease-in-out;
}

p:not(:last-of-type) {
  margin-bottom: var(--paddingDefault);
}

strong {
  font-weight: bold;
}

.relative {
  position: relative;
  z-index: 1;
}

.bt {
  border: none;
  font-family: "Arimo", "sans-serif";
  font-size: var(--text);
  line-height: 18px;
  text-align: center;
  color: var(--secondary-color);
  background: var(--black-color);
  padding: 14px 30px;
  border-radius: 100px;
  min-width: 190px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.bt:hover {
  background-color: var(--white-color);
  color: var(--black-color);
}
.bt:hover i {
  background: var(--black-color);
}
@media (max-width: 767px) {
  .bt {
    font-size: var(--text-x-small);
  }
}
.bt--outline {
  background: none;
  border: 1px solid var(--black-color);
  color: var(--black-color);
}
.bt--outline:hover {
  background: var(--black-color);
  color: var(--white-color);
}
.bt--outline--white {
  background: none;
  border: 1px solid var(--white-color);
  color: var(--white-color);
}
.bt--outline--white:hover {
  color: var(--white-color);
  background: var(--black-color);
}

.wp-block-button__link {
  border: none;
  font-family: "Arimo", "sans-serif";
  font-size: var(--text);
  line-height: 18px;
  text-align: center;
  color: var(--secondary-color);
  background: var(--black-color);
  padding: 14px 30px;
  border-radius: 100px;
  min-width: 190px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.wp-block-button__link:hover {
  background-color: var(--white-color);
  color: var(--black-color);
}
.wp-block-button__link:hover i {
  background: var(--black-color);
}
@media (max-width: 767px) {
  .wp-block-button__link {
    font-size: var(--text-x-small);
  }
}
.wp-block-button__link.has-white-background-color {
  color: var(--black-color);
}
.wp-block-button__link.has-white-background-color:hover {
  background-color: var(--black-color) !important;
  color: var(--white-color);
}
.wp-block-button.is-style-outline .wp-block-button__link {
  border-width: 1px;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: var(--white-color);
  background: var(--black-color);
  border-color: var(--black-color);
}

.text-balance {
  text-wrap: balance;
}

.swiper {
  overflow: hidden;
}
@media (max-width: 767px) {
  .swiper {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.swiper-slide {
  height: auto;
}
.swiper-button-lock {
  visibility: hidden;
}
.swiper-button-prev, .swiper-button-next {
  width: 32px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #A8A8A8;
  background: var(--white-color);
  margin-top: -48px;
}
.swiper-button-prev:after, .swiper-button-next:after {
  background: var(--black-color);
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  background: var(--black-color);
}
.swiper-button-prev:hover:after, .swiper-button-next:hover:after {
  background: #A8A8A8;
}
.swiper-button-prev {
  left: 0;
  border-radius: 0 8px 8px 0;
  border-left: none;
}
.swiper-button-next {
  border-radius: 8px 0 0 8px;
  border-right: none;
  right: 0;
}
.swiper-pagination-bullet {
  opacity: 1;
  width: 12px;
  height: 12px;
  border: 1px solid #DECEB5;
  background: none;
}
.swiper-pagination-bullet-active {
  background: #DECEB5;
}

.ocean-produtos .text-border {
  width: fit-content;
  display: block;
  margin: 0 auto 25px;
  padding: 5px 10px;
}

@media (min-width: 768px) {
  .banner-video {
    aspect-ratio: 16/8.2;
  }
}

.span_textil_mark {
  display: flex;
  justify-content: space-between;
  margin: 40px auto;
}
.span_textil_mark span {
  color: #867F7F;
  font-size: var(--text-medium);
}
@media (max-width: 767px) {
  .span_textil_mark span {
    font-size: var(--text);
  }
}
.span_textil_mark .separador {
  width: 100px;
  height: 1px;
  background: #867F7F;
  align-self: flex-end;
}
@media (max-width: 767px) {
  .span_textil_mark .separador {
    width: 60px;
  }
}

.nav-links {
  padding-top: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 767px) {
  .nav-links {
    padding-top: 40px;
  }
}
.nav-links .page-numbers {
  color: var(--black-color);
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: var(--text);
  border: 1px solid var(--black-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .nav-links .page-numbers {
    width: 20px;
    min-width: 20px;
    height: 20px;
    font-size: var(--text-small);
  }
}
.nav-links .page-numbers i {
  background: currentColor;
  width: 12px;
  height: 12px;
}
.nav-links .page-numbers:hover, .nav-links .page-numbers.current {
  background: var(--black-color);
  color: var(--white-color);
}

.float-elements {
  position: absolute;
}
.float-elements img {
  width: 100%;
}

.loading {
  width: fit-content;
  margin: 0 auto;
  font-size: var(--text-medium);
  color: var(--color-black);
  text-align: center;
  font-weight: 500;
}
.loading::after {
  content: " .";
  animation: dots 1s steps(5, end) infinite;
}

@keyframes dots {
  0%, 20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0.25em 0 0 rgba(255, 255, 255, 0), 0.5em 0 0 rgba(255, 255, 255, 0);
  }
  40% {
    color: white;
    text-shadow: 0.25em 0 0 rgba(255, 255, 255, 0), 0.5em 0 0 rgba(255, 255, 255, 0);
  }
  60% {
    text-shadow: 0.25em 0 0 black, 0.5em 0 0 rgba(255, 255, 255, 0);
  }
  80%, 100% {
    text-shadow: 0.25em 0 0 black, 0.5em 0 0 black;
  }
}
.header {
  padding: 17.25px 0;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1000;
}
.header__wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.header__wrapper__logo {
  max-width: 160px;
}
.header__wrapper__menu {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media (max-width: 1200px) {
  .header__wrapper__menu {
    gap: 15px;
  }
}
@media (min-width: 992px) {
  .header__wrapper__menu__nav {
    backdrop-filter: blur(25px);
    padding: 12px 24px;
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid var(--white-color);
  }
}
@media (max-width: 991px) {
  .header__wrapper__menu__nav {
    order: 2;
  }
}
.header__wrapper__menu__nav a {
  font-size: var(--text-x-small);
  color: var(--white-color);
  padding: 5px 15px;
  position: relative;
  line-height: 24px;
  display: flex;
  align-items: center;
  border-radius: var(--radius);
  white-space: nowrap;
}
.header__wrapper__menu__nav a i {
  margin-right: 5px;
  width: 13px;
  height: 16px;
  background: currentColor;
}
@media (max-width: 1200px) {
  .header__wrapper__menu__nav a {
    padding: 5px 10px;
  }
}
@media (max-width: 1320px) {
  .header__wrapper__menu__nav a {
    font-size: var(--text-x-small);
  }
}
.header__wrapper__menu__nav a:hover {
  color: var(--default-color);
  background: var(--white-color);
}
.header__wrapper__menu__nav__expandido {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 991px) {
  .header__wrapper__menu__nav__login {
    display: none !important;
  }
}
.header__wrapper__menu__nav ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 991px) {
  .header__wrapper__menu__nav ul {
    display: none;
  }
}
.header__wrapper__menu__nav ul li.current-menu-item a {
  color: var(--default-color);
  background: var(--white-color);
}
.header__wrapper__menu__nav__btn-mobile {
  display: none;
}
@media (max-width: 991px) {
  .header__wrapper__menu__nav__btn-mobile {
    display: flex;
    padding: 10px;
    font-size: 1rem;
    cursor: pointer;
    gap: 0.5rem;
    color: var(--white-color);
    align-items: center;
    backdrop-filter: blur(25px);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid var(--white-color);
  }
}
.header__wrapper__menu__nav__btn-mobile__hamburger {
  border-top: 2px solid;
  width: 20px;
  color: var(--white-color);
}
.header__wrapper__menu__nav__btn-mobile__hamburger::after, .header__wrapper__menu__nav__btn-mobile__hamburger::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  margin-top: 5px;
  transition: 0.3s;
  position: relative;
}
.header__wrapper__busca {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__wrapper__busca__wrap {
  position: relative;
}
@media (max-width: 991px) {
  .header__wrapper__busca__wrap {
    display: none;
  }
}
.header__wrapper__busca .form-show {
  height: 20px;
}
.header__wrapper__busca form {
  position: absolute;
  top: 100%;
  display: none;
  width: 300px;
  right: -20px;
  gap: 5px;
  align-items: center;
  background: rgba(229, 229, 229, 0.7294117647);
  padding: 15px;
  border-radius: var(--radius);
  backdrop-filter: blur(25px);
}
.header__wrapper__busca form.active {
  display: flex;
}
.header__wrapper__busca form input {
  margin-bottom: 0;
}
.header__wrapper__busca form button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #fff;
  border-radius: var(--radius);
  width: 40px;
  min-width: 40px;
}
.header__wrapper__busca form button i {
  background: #867F7F;
}
.header__wrapper__translate {
  height: 30px;
}
.header__wrapper__mobile {
  width: 100%;
  min-height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 9999999999;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .header__wrapper__mobile.show-menu {
    right: 0;
  }
}
.header__wrapper__mobile__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.5);
  z-index: 10;
  cursor: pointer;
}
.header__wrapper__mobile__bar__top {
  display: grid;
  grid-template-columns: auto 36px;
  justify-content: space-between;
  position: relative;
  margin-bottom: 25px;
}
.header__wrapper__mobile__bar__top::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--black-color);
  left: 0;
  top: 17px;
  z-index: -1;
}
.header__wrapper__mobile__bar .logo {
  margin-top: 30px;
}
.header__wrapper__mobile__bar .logo img {
  max-width: 200px;
}
.header__wrapper__mobile__bar .close-menu {
  line-height: 42px;
  height: 36px;
  width: 36px;
  background: #e3e3e3;
  text-align: center;
  border-radius: 5px;
}
.header__wrapper__mobile__bar .close-menu:hover {
  background: var(--black-color);
}
.header__wrapper__mobile__bar .close-menu:hover i {
  background: var(--white-color);
}
.header__wrapper__mobile__bar .close-menu i {
  background-color: var(--black-color);
}
.header__wrapper__mobile__bar {
  width: 100%;
  max-width: 380px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  background: #fff;
  z-index: 50;
  padding: 20px 25px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.header__wrapper__mobile__bar nav {
  display: table;
  width: 100%;
}
.header__wrapper__mobile__bar ul {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.header__wrapper__mobile__bar ul li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.header__wrapper__mobile__bar ul li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.header__wrapper__mobile__bar ul li, .header__wrapper__mobile__bar ul li a {
  display: table;
  width: 100%;
}
.header__wrapper__mobile__bar ul li a, .header__wrapper__mobile__login {
  color: var(--black-color);
  font-size: 16px;
  line-height: 20px;
  padding: 20px 0;
  position: relative;
  font-weight: 400;
}
.header__wrapper__mobile__bar ul li a i, .header__wrapper__mobile__login i {
  background: currentColor;
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.header__wrapper__mobile__bar ul li ul {
  display: none;
  width: 100%;
  padding: 15px 25px;
  background: rgba(255, 255, 255, 0.06);
  float: left;
}
.header__wrapper__mobile__bar ul li ul li, .header__wrapper__mobile__bar ul li ul li a {
  border: none;
}
.header__wrapper__mobile__bar ul li ul li i {
  margin-right: -25px;
}
.header__wrapper__mobile__bar ul li ul li ul {
  width: calc(100% + 50px);
  margin-left: -25px;
}
.header__wrapper__mobile__bar ul li.menu-item-has-children {
  position: relative;
}
.header__wrapper__mobile__bar ul li.menu-item-has-children a {
  width: auto;
}
.header__wrapper__mobile__bar ul li.menu-item-has-children i {
  background-color: var(--black-color);
  position: absolute;
  right: 0;
  top: 20px;
  width: 24px;
}
.header__wrapper__mobile__form {
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr 40px;
}
.header__wrapper__mobile__form input[type=search] {
  height: 36px;
  font-size: var(--text-small);
}
.header__wrapper__mobile__form button {
  line-height: 42px;
  height: 36px;
  width: 36px;
  background: #e3e3e3;
  text-align: center;
  border-radius: 5px;
}
.header__wrapper__mobile__form button i {
  background: var(--black-color);
}
.header__wrapper__mobile .form-header {
  margin-bottom: 5px;
  border-bottom: 1px solid #202549;
  padding: 0 0 20px;
}

.footer {
  position: relative;
  z-index: 2;
}
.footer .scroll-to-top-wrap {
  position: absolute;
  display: grid;
  justify-items: center;
  gap: var(--g1);
  color: var(--black-color);
  font-size: var(--text-x-small);
  top: -50px;
  right: 20px;
}
.footer .scroll-to-top-wrap .scroll-to-top {
  background: var(--black-color);
  border: 2px solid #F6F1F0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__newsletter {
  background-image: url("../../../../images/spatextil-newletter.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .footer__newsletter {
    padding: 50px 0;
  }
}
.footer__newsletter input:is([type=text], [type=email]) {
  height: 50px;
}
.footer__newsletter__text {
  font-family: "Prata", serif;
  font-weight: 600;
  font-style: italic;
}
.footer__newsletter__title {
  font-size: var(--title-small);
  color: #F6B5BA;
}
@media (min-width: 992px) {
  .footer__newsletter__title {
    font-size: 48px;
  }
}
.footer__newsletter .wpcf7-acceptance * {
  font-size: var(--text-small);
  color: var(--white-color);
  font-weight: normal;
}
.footer__newsletter .wpcf7-acceptance label {
  margin-bottom: 0;
}
.footer__newsletter .wpcf7-acceptance a {
  text-decoration: underline;
}
.footer__newsletter .wpcf7-response-output {
  color: var(--white-color);
}
.footer__newsletter .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 12px;
}
.footer__main {
  background: #201E1E;
  padding: 50px 0 34px;
}
.footer__main__redes-sociais {
  display: flex;
  gap: 10px;
}
.footer__main__logo {
  max-width: 134px;
}
.footer__main__contatos__box {
  display: flex;
  gap: 5px 20px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .footer__main__contatos__box {
    justify-content: center;
  }
}
.footer__main__contatos a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white-color);
}
.footer__main__contatos__end {
  margin-left: 30px;
  max-width: 280px;
}
@media (max-width: 767px) {
  .footer__main__contatos__end {
    text-align: center;
    margin: 0 auto;
  }
}
.footer__copy {
  background: #100F0F;
  padding: 20px 0;
}
.footer__copy * {
  font-size: var(--text-x-small);
  color: #A0A0A0;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .footer__copy * {
    text-align: center;
  }
}
.footer__copy a {
  text-transform: uppercase;
}
.footer__copy__develop {
  display: flex;
  align-items: center;
  gap: var(--g1);
  justify-content: center;
  flex-wrap: wrap;
}
.footer__copy__develop img {
  max-width: 150px;
}

form p:not(:last-of-type) {
  margin-bottom: 0;
}

form label, form span, form p {
  font-weight: 400;
}
form label, form .wpcf7-list-item-label {
  font-weight: 600;
  font-size: var(--text-small);
  color: var(--black-color);
  letter-spacing: -0.02em;
}
form br {
  display: none;
}

::placeholder {
  font-size: var(--text-small);
  color: #000000;
  opacity: 0.5;
}

input:is([type=text], [type=search], [type=email], [type=tel], [type=date], [type=password]), textarea, select {
  background: #FDFDFD;
  border-radius: var(--radius);
  height: 40px;
  padding: 10px;
  font-size: var(--text-small);
  width: 100%;
  color: var(--black-color);
  border: 1px solid #E8E8E8;
  margin-bottom: 15px;
}

.wpcf7-submit {
  border: none;
  font-family: "Arimo", "sans-serif";
  font-size: var(--text);
  line-height: 18px;
  text-align: center;
  color: var(--secondary-color);
  background: var(--black-color);
  padding: 14px 30px;
  border-radius: 100px;
  min-width: 190px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.wpcf7-submit:hover {
  background-color: var(--white-color);
  color: var(--black-color);
}
.wpcf7-submit:hover i {
  background: var(--black-color);
}
@media (max-width: 767px) {
  .wpcf7-submit {
    font-size: var(--text-x-small);
  }
}

textarea {
  height: 140px;
  margin-bottom: 15px;
}

form input[type=radio], form input[type=checkbox] {
  visibility: hidden;
}
form label:has(input[type=radio]), form label:has(input[type=checkbox]) {
  position: relative;
  display: flex;
  margin-bottom: 15px;
}
form label:has(input[type=radio])::before, form label:has(input[type=checkbox])::before {
  content: "";
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 1px solid #ccc;
  display: inline-block;
  background: #f8f8f8;
  border-radius: 2px;
  margin-right: 5px;
}
form label:has(input[type=radio])::after, form label:has(input[type=checkbox])::after {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--black-color);
  visibility: hidden;
  border-radius: 2px;
  position: absolute;
  top: 4px;
  left: 4px;
}
form label:has(input[type=radio]:checked)::after, form label:has(input[type=checkbox]:checked)::after {
  visibility: visible;
}
form label:has(input[type=radio])::before {
  border-radius: 50%;
}
form label:has(input[type=radio])::after {
  border-radius: 50%;
}

select {
  background-image: var(--chevron-down);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
  padding-right: 24px;
}

label:has(input[type=file]) {
  cursor: pointer;
  position: relative;
  background: var(--black-color);
  border: none;
  border-radius: var(--radius);
  padding: 10px;
  width: 100%;
  margin: 15px 0;
  display: grid;
  grid-template-columns: 1fr 30px;
  column-gap: 5px;
  align-items: center;
}
label:has(input[type=file]) .label-file {
  font-size: 12px;
  color: var(--white-color);
  text-wrap: balance;
}
label:has(input[type=file])::after {
  content: "";
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #FFF;
  width: 20px;
  height: 20px;
  display: inline-block;
  -webkit-mask-image: var(--arrow-right-long);
  mask-image: var(--arrow-right-long);
  width: 30px;
  height: 26px;
  grid-row: 1/2;
  grid-column: 2/3;
}
label:has(input[type=file]) span {
  font-size: var(--text-small);
}
label:has(input[type=file]) .wpcf7-form-control-wrap {
  position: absolute;
  height: 0;
}
label:has(input[type=file]) input {
  visibility: hidden;
  width: 0;
  height: 0;
}
label:has(input[type=file]) .wpcf7-not-valid-tip {
  top: 0;
  font-size: 12px;
}

.wrap-file {
  background: var(--black-color);
  border: none;
  border-radius: var(--radius);
  padding: 5px 10px;
  margin: 20px 0 15px;
  display: grid;
  row-gap: 5px;
}
.wrap-file .file-item {
  display: grid;
  grid-template-columns: 1fr 30px;
  align-items: center;
  column-gap: 5px;
}
.wrap-file .file-name {
  font-size: 11px;
  color: var(--white-color);
  line-height: 12px;
}
.wrap-file .remove-file {
  color: #dc3232;
  height: 30px;
  width: 30px;
}

.wpcf7-response-output {
  color: var(--black-color);
  display: inline-block;
  width: 100%;
  text-align: center;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}

.wpcf7-not-valid-tip {
  position: relative;
  font-size: 12px;
  margin-top: -12px;
  color: #dc3232;
  text-align: left;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-radio span, .wpcf7-checkbox span {
  line-height: 16px;
}

.wpcf7-radio, .wpcf7-checkbox {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

/*# sourceMappingURL=style.css.map */
