.elementor-kit-6{--e-global-color-primary:#AD2624;--e-global-color-secondary:#8D7E74;--e-global-color-text:#000000;--e-global-color-accent:#AD2624;--e-global-color-5a9d8bc:#E5E2E080;--e-global-color-2e1cb0f:#F3DFDE;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:80px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:90px;--e-global-typography-primary-letter-spacing:0px;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:26px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:36px;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-82c531a-font-family:"Inter";--e-global-typography-82c531a-font-size:20px;--e-global-typography-82c531a-font-weight:400;--e-global-typography-82c531a-line-height:30px;--e-global-typography-163abc1-font-family:"Inter";--e-global-typography-163abc1-font-size:40px;--e-global-typography-163abc1-font-weight:500;--e-global-typography-163abc1-line-height:50px;color:#000000;font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#FFFFFF;color:var( --e-global-color-primary );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-primary );border-radius:100px 100px 100px 100px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-primary );color:#FFFFFF;}.elementor-kit-6 e-page-transition{background-color:#FFFFFF8C;}.elementor-kit-6 a{font-family:"Inter", Sans-serif;}.elementor-kit-6 h1{font-family:"Inter", Sans-serif;font-size:40px;font-weight:400;}.elementor-kit-6 h2{font-family:"Inter", Sans-serif;}.elementor-kit-6 h3{font-family:"Inter", Sans-serif;}.elementor-kit-6 h4{font-family:"Inter", Sans-serif;}.elementor-kit-6 h5{font-family:"Inter", Sans-serif;}.elementor-kit-6 h6{font-family:"Inter", Sans-serif;}.elementor-kit-6 img{border-radius:5px 5px 5px 5px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1360px;}.e-con{--container-max-width:1360px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-button:hover svg path{
    stroke:#fff;
}
body{
    -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
span.bg-color{
    background:#F3DFDE;
}

.post-content-text p{
    margin-bottom:20px;
}
.post-content-text a{
    color:inherit;
    text-decoration:underline;
    font-weight:500;
}

input, textarea{
    border:0px;
    border-bottom:1px solid #000;
    width:100%;
    background:transparent;
}

input[type=checkbox]{
    width:fit-content;
}
input[type=submit]{
    width: fit-content;
    padding:10px 40px;
}

.etiquetes-projectes{
    display: flex;
    flex-wrap: wrap;
    gap:5px
}

.etiquetes-projectes a{
    background:#AD2624ee;
    color:#fff;
    padding:2px 10px;
    border-radius: 1000px;
    font-size: 12px;
    backdrop-filter: blur(20px);
}
.etiquetes-projectes a:hover{
    background:#AD2624;
}

.etiquetes-projectes-single{
    display: flex;
}
.etiquetes-projectes-single a{
        background:#AD2624;
    color:#fff;
    padding:5px 15px;
    border-radius: 1000px;
    font-size: 16px;
}

/*form*/

.form-wrapper {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* files horitzontals */
.row {
  display: flex;
  gap: 2rem;
}

/* dues columnes */
.col {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.col-full {
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* checkboxes alineats correctament */
.check-row {
  margin-top: -0.5rem;
}

.check-item {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  font-size: 14px;
  line-height: 1.4;
}

/* boto a la dreta */
.submit-row {
  justify-content: flex-end;
  display: flex;
  margin-top: 0rem;
}

/* estètica botó Figma */
.submit-row input[type=submit] {
  border-radius: 30px;
  border: 1px solid #AD2624;
  padding: 10px 40px;
  background: white;
  color: #AD2624;
  font-weight: bold;
}

.submit-row input[type=submit]:hover {
  background: #AD2624;
  color: white;

}


.check-row {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.check-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.2rem;
  font-size: 15px;
  line-height: 1.45;
  color: #444;
  max-width: 80%;
}

.check-item input[type="checkbox"] {
  width: 30px;
  height: 30px;
  border: 1px solid #777;
  flex-shrink: 0;
  margin-top: 0.2rem;
}

.check-item span,
.check-item .wpcf7-list-item-label {
    
  display: inline-block;
  white-space: normal;
  padding: 0;
  margin: 0;
  font-size: 12px;
 
}

.check-item label {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.check-item a {
  color: #d53a57;
  font-weight: 500;
  text-decoration: underline;
}

.row.check-row + .row.check-row {
  margin-top: 1rem;
}

.final {
    display: flex;
    gap: 2rem;
}

.form-newsletter input{
    margin-bottom:20px;
}
.form-newsletter label{
    color:#666;
}

.form-newsletter select{
    height: 40px;
    width: 100%;
    margin-bottom:20px;
    padding:10px;
}

.form-newsletter button{
    margin-top:20px;
    width:fit-content;
    padding: 15px 20px;
    font-size: 16px;
}
.form-newsletter input[type=checkbox]{
    margin-right:10px;
    margin-bottom:0;
}
.form-newsletter label.option{
    margin-bottom:20px;
    display: inline-block;
}
.elementor-widget-taxonomy-filter .e-filter-item[data-filter=__all]{
order:10;
}/* End custom CSS */