/**
 * ACCORDING TO PRIMAVERA DESIGN SYSTEM:
 * https://design.primaverabss.com/5db52be82/p/0695e1-estilo
 *
 * These variables must follow the defined on the PRIMAVERA Design System,
 * including their naming.
 */
.pri_cards_section {
  margin: 40px 0;
}
.pri_cards_section .entry-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0;
}
.pri_cards_section .entry-content-wrapper:before {
  display: none !important;
}
.pri_cards_section .template-page {
  padding: 0;
}
.pri_cards_section .av_textblock_section {
  position: relative;
  top: 0;
  height: 176px;
  padding: 28px;
  background-color: var(--grey-1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s;
}
.pri_cards_section .av_textblock_section .avia_textblock {
  position: relative;
}
.pri_cards_section .av_textblock_section .avia_textblock:after {
  content: "\e99f";
  position: absolute;
  top: 14px;
  right: -2px;
  font-family: "pollen-terial-lithium";
  font-size: 18px;
  color: var(--theme-100) !important;
  opacity: 0;
  transition: opacity 0.4s;
}
.pri_cards_section .av_textblock_section p {
  margin: 0;
  margin-bottom: 15px;
  color: var(--grey-8);
  transition: all 0.4s;
}
.pri_cards_section .av_textblock_section p:first-child {
  height: 48px;
  width: 48px;
  transition: all 0.4s;
}
.pri_cards_section .av_textblock_section p:first-child div,
.pri_cards_section .av_textblock_section p:first-child img {
  height: 100%;
  width: 100%;
}
.pri_cards_section .av_textblock_section p:nth-child(3) {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  opacity: 0;
  transition: all 0.4s;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pri_cards_section .av_textblock_section h3 {
  margin: 0;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--grey-8);
  transition: all 0.4s;
}
.pri_cards_section .av_textblock_section:hover {
  top: -8px;
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.15);
}
.pri_cards_section .av_textblock_section:hover p,
.pri_cards_section .av_textblock_section:hover h3 {
  margin-bottom: 4px;
}
.pri_cards_section .av_textblock_section:hover p:first-child {
  height: 0px;
  width: 0px;
  margin: 0;
}
.pri_cards_section .av_textblock_section:hover p:nth-child(3) {
  opacity: 1;
}
.pri_cards_section .av_textblock_section:hover h3 {
  font-size: 16px;
}
.pri_cards_section .av_textblock_section:hover .avia_textblock:after {
  opacity: 1;
}
.pri_cards_section a {
  flex: 0 0 calc(25% - 8px);
  overflow: visible !important;
  text-decoration: none;
}
.pri_cards_section.col_3 a {
  flex: 0 0 calc(33% - 4px);
}
.pri_cards_section.small_cards:not(.secondary_cards) .av_textblock_section {
  display: flex;
  align-items: center;
  padding: 0 34px;
  height: 116px;
}
.pri_cards_section.small_cards:not(.secondary_cards) .av_textblock_section .avia_textblock {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 20px;
  width: 100%;
}
.pri_cards_section.small_cards:not(.secondary_cards) .av_textblock_section .avia_textblock p:first-child,
.pri_cards_section.small_cards:not(.secondary_cards) .av_textblock_section .avia_textblock h3 {
  position: relative;
  left: 0;
  margin-bottom: 0;
}
.pri_cards_section.small_cards:not(.secondary_cards) .av_textblock_section .avia_textblock p:not(:first-child) {
  max-height: 0;
  margin: 0;
}
.pri_cards_section.small_cards:not(.secondary_cards) .av_textblock_section:hover .avia_textblock p:first-child {
  width: 0;
}
.pri_cards_section.small_cards:not(.secondary_cards) .av_textblock_section:hover .avia_textblock h3 {
  left: -20px;
}
.pri_cards_section.small_cards:not(.secondary_cards) .av_textblock_section:hover .avia_textblock p:not(:first-child) {
  max-height: 200px;
  transition: all 0.4s 0.3s;
}
.pri_cards_section.secondary_cards:not(.small_cards) .av_textblock_section {
  padding: 20px;
}
.pri_cards_section.secondary_cards:not(.small_cards) .av_textblock_section .avia_textblock {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 20px;
}
.pri_cards_section.secondary_cards:not(.small_cards) .av_textblock_section .avia_textblock p:first-child {
  flex: 0 0 48px;
  padding: 6px;
  margin-bottom: 0;
  height: 48px;
  background-color: var(--grey-4);
  border-radius: 50%;
}
.pri_cards_section.secondary_cards:not(.small_cards) .av_textblock_section .avia_textblock h3 {
  flex: 0 0 calc(100% - 68px);
  margin-bottom: 0;
}
.pri_cards_section.secondary_cards:not(.small_cards) .av_textblock_section .avia_textblock p:not(:first-child) {
  opacity: 1;
  flex: 0 0 calc(100% - 68px);
  margin-left: 68px;
}
.pri_cards_section.secondary_cards:not(.small_cards) .av_textblock_section:hover .avia_textblock h3 {
  font-size: 18px;
}

/**
 * Mobile styles
 */
@media (max-width: 1220px) {
  .pri_cards_section a {
    flex: 0 0 calc(50% - 5px) !important;
  }
}
@media (max-width: 640px) {
  .pri_cards_section a {
    flex: 0 0 100% !important;
  }
}/*# sourceMappingURL=cards.css.map */