@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200&display=swap");

#node-29787 .div--desktop .border--topBottom {
  border-top: 3px solid #ededed;
  border-bottom: 3px solid #ededed;
  padding-top: 3%;
  padding-bottom: 3%;
  margin-top: 1%;
  margin-bottom: 1%;
}

#node-29787 .div--mobile {
  display: none;
  text-align: center;
  border-bottom: 3px solid #ededed;
  padding-bottom: 10%;
}

.div--desktop button {
  height: 52px !important;
  border-radius: 6px !important;
}

#node-29787 .div--desktop h1 {
  font-family: Montserrat;
  font-size: 72px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.12;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-top: 10%;
  margin-bottom: 0;
}

#node-29787 .div--desktop h2 {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
  color: #4dc082;
  margin-bottom: 1% !important;
}

#node-29787 .div--desktop p {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}

#node-29787 .div--row {
  background: #fcfcfc !important;
  display: flex;
  flex-wrap: wrap;
}

#node-29787 .wid--50 {
  width: 50%;
}

#node-29787 .wid--70 {
  width: 70%;
}

#node-29787 .wid--60 {
  width: 60%;
}

#node-29787 .wid--30 {
  margin: auto;
  width: 30%;
}

#node-29787 .field-item {
  border: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
}

#node-29787 .view-mode-full {
  max-width: 1140px !important;
}

#node-29787 button {
  background-color: #4dc082 !important;
  color: black !important;
}

#node-29787 .div--mobile h1 {
  font-family: Montserrat;
  font-size: 44px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

#node-29787 .div--mobile .cardAssociado--mobile {
  padding: 15px 10px 25px;
  border-radius: 16px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  width: 82%;
  margin: 10px;
}

#node-29787 .div--mobile h2 {
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #4dc082;
}

#node-29787 .div--mobile p {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #333;
}

#node-29787 .div--mobile .div--carrousel {
  display: -webkit-inline-box;
  overflow-x: auto;
  width: 100%;
  scroll-snap-type: x;
  overscroll-behavior-x: contain;
}

#node-29787 .div--mobile .div--prevArrow {
  display: none !important;
  position: absolute;
  left: 2%;
  display: flex;
  height: 557px;
  align-items: center;
  font-size: 25px;
}

#node-29787 .div--mobile .div--nextArrow {
  display: none !important;
  position: absolute;
  right: 2%;
  display: flex;
  height: 557px;
  align-items: center;
  font-size: 25px;
}

.div--nextArrow i,
.div--prevArrow i {
  background: #7ea695;
  border: solid 2px #69957d;
  color: white;
  padding: 5px 10px;
  font-size: 30px;
  border-radius: 3px;
}

#node-29787 .div--mobile .div--carrousel::-webkit-scrollbar {
  width: 0 !important;
}
#node-29787 .div--mobile .div--carrousel {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}

@media (max-width: 702px) {
  .firstAssociado {
    margin-left: 2rem !important;
  }
  .lastAssociado {
    margin-right: 2rem !important;
  }

  #node-29787 .div--mobile {
    display: block;
  }

  #node-29787 .div--desktop {
    display: none !important;
  }

  .div--mobile button {
    width: 80% !important;
  }
}
