:root {
  --black: #222222;
  --white: #ffffff;
  --admin-toolbar-sidebar-width: 0px;
}

.d-none {
  display: none !important;
}

.top-part-grid {
  display: inline-block;
  justify-content: space-between;
  align-items: center;
}
.top-part-grid .field--name-field-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  color: #003C71;
  max-height: 32px;
}
@media (max-width: 480px) {
  .top-part-grid .field--name-field-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
  }
}

.card_grid_services.paragraph.paragraph--type--latest-card-grid-services.paragraph--view-mode--default {
  padding: 80px 0;
}
.card_grid_services.paragraph.paragraph--type--latest-card-grid-services.paragraph--view-mode--default h2 {
  margin-top: 0;
}

.card_grid_services .views-view-responsive-grid__item-inner {
  height: 100%;
}
.card_grid_services .views-view-responsive-grid__item-inner .node--type-servico {
  height: 100%;
}
.card_grid_services .views-view-responsive-grid__item-inner .node--type-servico .node__content.clearfix {
  height: 100%;
}
.card_grid_services .field--name-field-featured-image {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card_grid_services .field--name-field-featured-image img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 768px) {
  .card_grid_services .field--name-field-featured-image img {
    width: 64px;
    height: 64px;
  }
}

.card-service {
  padding: 24px;
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(to right, #8CCFDB, #4EBECD);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  height: 100%;
  gap: 8px;
}
.card-service .field--name-title a {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  font-family: "Open Sans";
  color: #003C71;
  text-decoration: none;
  pointer-events: none;
}
@media (max-width: 480px) {
  .card-service .field--name-title a {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    font-family: "Open Sans";
  }
}
.card-service .field--name-body {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  font-family: "Open Sans";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}
.card-service .icon-text {
  margin-top: auto;
}
.card-service .icon-text .link-service {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  font-family: "Open Sans";
  color: #003C71;
  margin-bottom: 8px;
  display: inline-block;
  margin-top: auto;
}
