/* estilos generales */

.paragraph .field--type-image {
  float: none;
  margin: 0;
}

/* servicios en linea */

.paragraph--type--online-services .field--name-field-block-text {
  text-align: center;
  max-width: 1000px;
  margin: auto;
  margin-bottom: 120px;
  font-size: 18px;
}

.paragraph--type--online-services .field--name-field-online-services {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  margin: 0 8%;
  gap: 80px;
}

.field--name-field-online-services .field--name-field-title,
.field--name-field-online-services .field--type-string-long {
  font-size: 18px;
}

.field--name-field-online-services .field--type-string-long {
  max-width: 332px;
  min-height: 180px;
}

.field--name-field-online-services .field--name-field-title {
  font-weight: bold;
  margin: 25px 0;
}

.paragraph--type--online-services .field--type-link {
  display: flex;
  justify-content: center;
}

/* asistencia técnica */

.paragraph--type--services-cards {
  background: url("../images/services/curvas-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 340px 0;
}

.paragraph--type--services-cards .field--name-field-block-title {
  margin-bottom: 120px;
}

.field--name-field-technical-assistance {
  display: flex;
  gap: 120px;
  flex-wrap: wrap;
  width: 86%;
  justify-content: center;
  margin: auto;
  max-width: 1500px;
}

.paragraph--type--services-card {
  width: 332px;
  height: 332px;
  border-radius: 36px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.paragraph--type--services-card .field--name-field-title {
  max-width: 275px;
  font-size: 24px;
  font-weight: bold;
  font-family: "Poppins";
  font-weight: 500;
  margin-top: 5px;
}

.paragraph--type--services-card .field--name-field-image img {
  width: 75px;
}

.spot-list {
  list-style: none;
  padding: 0;
}

.spot-list-item {
  margin-bottom: 10px;
}

.spot-list-item:last-child {
  margin-bottom: 0;
}

.spot-list-item::before {
  content: " ";
  background: url("../images/check.png");
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.paragraph--type--b-spot {
  display: flex;
  align-items: center;
}
