/* @import url("/css/reset.css"); */

body {
  font-size: 16px;
  line-height: 1.6;
}

ol,
ul,
menu {
  list-style: none;
}

/* color al seleccionar */
::selection {
  background-color: #709633;
  color: white;
}

/* color seleccionar compatibilitat amb Safari y Chrome */
::-webkit-selection {
  background-color: #709633;
  color: white;
}

/* CAROUSEL/SLIDER SWIPER */
.swiper {
  width: 100%;
  height: 600px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #709633, #a2c962);
  overflow: hidden;
}

.container-slider {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  flex-direction: row;
  width: 80%;
  margin: auto;
}

.slider-image {
  width: 60%;
  height: 100%;
  overflow: hidden;
}

.slider-text {
  width: 40%;
}

.slider-text h2 {
  font-size: 2em;
  font-weight: 700;
  color: white;
}

/* CLIENTS BANNER */
.containerlogosempresas {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  width: 80%;
  margin: auto;
  padding: 30px 0;
}

.logowall {
  display: grid;
  grid-template-columns: repeat(5, minmax(100px, 1fr));
  justify-items: center;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.logowall img {
  max-width: 100%;
  filter: saturate(0);
  transition: 0.1s ease-in all;
}

.logowall img:hover {
  filter: saturate(100%);
  transform: scale(1.25);
}

@media (max-width: 768px) {
  .hide-on-mobile {
    display: none;
  }
}


/* CARACTERISTIQUES */
/* .feature-v7 {
  
} */

.feature-v7 h4 {
  font-size: 20px;
  font-weight: 600;
  color: #2b4400;
}

.eight h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: 1px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 16px 0;
  grid-gap: 22px;
}

.eight h3:after,
.eight h3:before {
  content: " ";
  display: block;
  border-bottom: 2px solid #547223;
  background-color: #ffffff;
}

@media (max-width: 567px) {
  .titles-caract h3 {
    font-size: 22px;
  }
}

.cd-icon {
  --size: 1em;
  font-size: var(--size);
  height: 1em;
  width: 1em;
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
}

.cd-icon--is-spinning {
  animation: cd-icon-spin 1s infinite linear;
}

@keyframes cd-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.cd-icon use {
  color: inherit;
  fill: currentColor;
}

.feature-v7__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2rem;
  padding: 20px;
}

.feature-v7__grid-item {
  min-width: 0;
  grid-column-end: span 12;
}

@media (min-width: 64rem) {
  .feature-v7__grid-item {
    grid-column-end: span 6;
  }
}

.feature-v7__sub-grid {
  display: flex;
  gap: 1rem;
}

.feature-v7__description {
  color: rgb(79, 79, 79);
  line-height: 1.58;
  font-weight: 400;
}

.feature-v7__img {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px hsla(230, 13%, 9%, 0.05);
  background-color: hsl(0, 0%, 100%);
}

.feature-v7__img > .cd-icon {
  --size: 44px;
  color: #a2c962;
}

.feature-v7__img-clone {
  flex-shrink: 0;
  width: 48px;
}

.cd-position-relative {
  position: relative;
}

.cd-z-index-1 {
  z-index: 1;
}

.cd-container {
  width: calc(100% - 3rem);
  margin-left: auto;
  margin-right: auto;
}

.cd-max-width-adaptive-lg {
  max-width: 32rem;
}

@media (min-width: 48rem) {
  .cd-max-width-adaptive-lg {
    max-width: 48rem;
  }
}

@media (min-width: 64rem) {
  .cd-max-width-adaptive-lg {
    max-width: 64rem;
  }
}

@media (min-width: 80rem) {
  .cd-max-width-adaptive-lg {
    max-width: 80rem;
  }
}

.cd-padding-y-2xl {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.cd-margin-bottom-xl {
  margin-bottom: 2.6rem;
}

.cd-items-center {
  align-items: center;
}

/* CTC */
.titol-ctc {
  font-size: 40px;
  font-weight: 700;
  color: #2b4400;
  line-height: 56px;
}

.desc-ctc {
  font-size: 20px;
  font-weight: 500;
  color: #436900;
}

.cd-button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #547223;
  border: none;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
  margin-top: 36px;
  font-size: 18px;
}

.cd-button:hover {
  background-color: #395015;
}

:root {
  --diagonal-section-offset: 50px;
}

.diagonal-section,
.diagonal-section-top,
.diagonal-section-bottom {
  position: relative;
  z-index: 1;
  background-color: #e3efd0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='24' viewBox='0 0 88 24'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='autumn' fill='%23a2c962' fill-opacity='0.19'%3E%3Cpath d='M10 0l30 15 2 1V2.18A10 10 0 0 0 41.76 0H39.7a8 8 0 0 1 .3 2.18v10.58L14.47 0H10zm31.76 24a10 10 0 0 0-5.29-6.76L4 1 2 0v13.82a10 10 0 0 0 5.53 8.94L10 24h4.47l-6.05-3.02A8 8 0 0 1 4 13.82V3.24l31.58 15.78A8 8 0 0 1 39.7 24h2.06zM78 24l2.47-1.24A10 10 0 0 0 86 13.82V0l-2 1-32.47 16.24A10 10 0 0 0 46.24 24h2.06a8 8 0 0 1 4.12-4.98L84 3.24v10.58a8 8 0 0 1-4.42 7.16L73.53 24H78zm0-24L48 15l-2 1V2.18A10 10 0 0 1 46.24 0h2.06a8 8 0 0 0-.3 2.18v10.58L73.53 0H78z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  /* background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
}

/* x si necesitas un color de fondo para bajar opacidad */
/* .diagonal-section::before,
.diagonal-section-top::before,
.diagonal-section-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(82, 112, 0, 0.158);
  z-index: 2;
} */

@supports ((-webkit-clip-path: inset(50%)) or (clip-path: inset(50%))) {
  .diagonal-section,
  .diagonal-section-top.diagonal-section-bottom {
    padding-top: calc(var(--diagonal-section-offset) / 2);
    padding-bottom: calc(var(--diagonal-section-offset) / 2);
    -webkit-clip-path: polygon(
      0% 0%,
      100% var(--diagonal-section-offset),
      100% 100%,
      0% calc(100% - var(--diagonal-section-offset))
    );
    clip-path: polygon(
      0% 0%,
      100% var(--diagonal-section-offset),
      100% 100%,
      0% calc(100% - var(--diagonal-section-offset))
    );
  }

  .diagonal-section--flip-x {
    -webkit-clip-path: polygon(
      0% var(--diagonal-section-offset),
      100% 0%,
      100% calc(100% - var(--diagonal-section-offset)),
      0% 100%
    );
    clip-path: polygon(
      0% var(--diagonal-section-offset),
      100% 0%,
      100% calc(100% - var(--diagonal-section-offset)),
      0% 100%
    );
  }

  .diagonal-section-top {
    padding-top: calc(var(--diagonal-section-offset) / 2);
    -webkit-clip-path: polygon(
      0% 0%,
      100% var(--diagonal-section-offset),
      100% 100%,
      0% 100%
    );
    clip-path: polygon(
      0% 0%,
      100% var(--diagonal-section-offset),
      100% 100%,
      0% 100%
    );
  }

  .diagonal-section-top--flip-x {
    -webkit-clip-path: polygon(
      0% var(--diagonal-section-offset),
      100% 0%,
      100% 100%,
      0% 100%
    );
    clip-path: polygon(
      0% var(--diagonal-section-offset),
      100% 0%,
      100% 100%,
      0% 100%
    );
  }

  .diagonal-section-top--flip-x.diagonal-section-bottom {
    -webkit-clip-path: polygon(
      0% var(--diagonal-section-offset),
      100% 0%,
      100% 100%,
      0% calc(100% - var(--diagonal-section-offset))
    );
    clip-path: polygon(
      0% var(--diagonal-section-offset),
      100% 0%,
      100% 100%,
      0% calc(100% - var(--diagonal-section-offset))
    );
  }

  .diagonal-section-bottom {
    padding-bottom: calc(var(--diagonal-section-offset) / 2);
    -webkit-clip-path: polygon(
      0% 0%,
      100% 0%,
      100% 100%,
      0% calc(100% - var(--diagonal-section-offset))
    );
    clip-path: polygon(
      0% 0%,
      100% 0%,
      100% 100%,
      0% calc(100% - var(--diagonal-section-offset))
    );
  }

  .diagonal-section-bottom--flip-x {
    -webkit-clip-path: polygon(
      0% 0%,
      100% 0%,
      100% calc(100% - var(--diagonal-section-offset)),
      0% 100%
    );
    clip-path: polygon(
      0% 0%,
      100% 0%,
      100% calc(100% - var(--diagonal-section-offset)),
      0% 100%
    );
  }

  .diagonal-section-bottom--flip-x.diagonal-section-top {
    -webkit-clip-path: polygon(
      0% 0%,
      100% var(--diagonal-section-offset),
      100% calc(100% - var(--diagonal-section-offset)),
      0% 100%
    );
    clip-path: polygon(
      0% 0%,
      100% var(--diagonal-section-offset),
      100% calc(100% - var(--diagonal-section-offset)),
      0% 100%
    );
  }

  .diagonal-section-top--flip-x.diagonal-section-bottom--flip-x {
    -webkit-clip-path: polygon(
      0% var(--diagonal-section-offset),
      100% 0%,
      100% calc(100% - var(--diagonal-section-offset)),
      0% 100%
    );
    clip-path: polygon(
      0% var(--diagonal-section-offset),
      100% 0%,
      100% calc(100% - var(--diagonal-section-offset)),
      0% 100%
    );
  }
}

.cd-max-width-sm {
  max-width: 48rem;
}

.cd-padding-y-3xl {
  padding-top: 10.75rem;
  padding-bottom: 10.75rem;
}

.cd-margin-bottom-sm {
  margin-bottom: 1.5rem;
}

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

.cd-padding-y-2xl {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

/* ELS TEUS OBJECTIUS */
.cd-icon {
  --size: 1em;
  font-size: var(--size);
  height: 1em;
  width: 1em;
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
}

.cd-icon use {
  color: inherit;
  fill: currentColor;
}

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

.feature-v6__grid {
  display: grid;
  gap: 3rem;
}

.feature-v6__grid > * {
  min-width: 0;
}

.feature-v6__img {
  width: 100%;
  border-radius: 0.375em;
  margin-bottom: 1rem;
}

.hover-effect {
  transition: all 0.8s ease-in-out;
  position: relative;
  background-color: #fff;
}

.hover-effect:hover {
  top: -10px;
  background-color: #f0f0f0;
}

.feature-v6__icon-wrapper {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px hsla(230, 13%, 9%, 0.05);
  background-color: hsl(0, 0%, 100%);
  margin-bottom: 1rem;
}

.feature-v6__icon {
  --size: 24px;
  color: hsl(250, 84%, 54%);
}

.feature-v6__description {
  color: hsl(225, 4%, 47%);
  line-height: 1.58;
  font-weight: 500;
}

@media (min-width: 64rem) {
  .feature-v6__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.cd-margin-x-auto {
  margin-left: auto;
  margin-right: auto;
}

.cd-margin-bottom-2xs {
  margin-bottom: 0.75rem;
  font-size: 20px;
  font-weight: 600;
  color: #2b4400;
}

.cd-margin-bottom-xs {
  margin-bottom: 1rem;
}

.cd-padding-y-xl {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.cd-container {
  width: calc(100% - 3rem);
  margin-left: auto;
  margin-right: auto;
}

.cd-max-width-adaptive-lg {
  max-width: 32rem;
}

@media (min-width: 64rem) {
  .cd-max-width-adaptive-lg {
    max-width: 64rem;
  }
}

@media (min-width: 85.5rem) {
  .cd-max-width-adaptive-lg {
    max-width: 80rem;
  }
}

.cd-link {
  color: #436900;
  text-decoration: none;
  background-image: linear-gradient(to right, #709633, #a2c962);
  background-size: 200% 1px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  transition: background-position 0.2s;
}

.cd-link:hover {
  background-position: 0% 100%;
}

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

/* CONTACTE */
#camps-obligatoris {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#form-index {
  background: linear-gradient(to right, #709633, #a2c962);
}

/* BOTO CONTACTE INDEX */
.cntct-button {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #d3eea7;
  background: transparent;
  cursor: pointer;
  transition: ease-out 0.5s;
  border: 3px solid #d3eea7;
  border-radius: 10px;
  box-shadow: inset 0 0 0 0 #d3eea7;
  font-family: Quicksand, sans-serif;
  font-weight: 800;
}

.cntct-button:hover {
  color: black;
  box-shadow: inset 0 -100px 0 0 #d3eea7;
}

.cntct-button:active {
  transform: scale(0.9);
}

/* BOTO CONTACTE PG CONTACTE */
.cntct-button-2 {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #709633;
  background: transparent;
  cursor: pointer;
  transition: ease-out 0.5s;
  border: 2px solid #709633;
  border-radius: 10px;
  box-shadow: inset 0 0 0 0 #709633;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
}

.cntct-button-2:hover {
  color: white;
  box-shadow: inset 0 -100px 0 0 #709633;
}

.cntct-button-2:active {
  transform: scale(0.9);
}

/* RECAPTCHA */
.grecaptcha-badge {
  z-index: 9999;
}

/* MEDIA QUERIES */

/* X px hacia abajo */
@media (max-width: 1024px) {
  .cd-text-center {
    width: 100%;
    font-size: 24px;
  }
}

@media (max-width: 742px) {
  .logowall {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .container-slider {
    flex-direction: column;
  }

  .slider-image,
  .slider-text {
    width: 100%;
    margin-top: -70px;
  }

  .slider-text {
    margin-top: -126px;
  }

  .slider-text h2 {
    font-size: 1.5em;
  }

  .containerlogosempresas {
    padding-bottom: 2px;
  }
}
