/* FONTS */
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap");

.sub-content_section {
      width: 100%;
}

.ULT_Article-detalle .ULT_Article_Body_Section {
      margin: 25px 0;
}

.ULT_Article-detalle .bigFontSize {
      font-family: "Ubuntu", Arial, Helvetica, sans-serif;
      font-size: 70px;
      line-height: 80px;
      letter-spacing: -0.04em;
      font-weight: 500;
      color: #000;
}

.ULT_Article-detalle .bigFontSize.caption-title-long {
      font-family: "Ubuntu", Arial, Helvetica, sans-serif;
      font-size: 60px;
      line-height: 69px;
}

.ULT_Article-detalle .percentFontSize {
      font-family: "Ubuntu", Arial, Helvetica, sans-serif;
      font-size: 65px;
      line-height: 75px;
      letter-spacing: -0.04em;
      font-weight: 700;
}

.ULT_Article-detalle .titleFontSize {
      font-family: "Ubuntu", Arial, Helvetica, sans-serif;
      font-size: 30px;
      line-height: 35px;
      font-weight: 400;
      letter-spacing: -0.04em;
}

.ULT_Article-detalle .titleFontSize strong {
      font-family: "Ubuntu", Arial, Helvetica, sans-serif;
      font-weight: 700;
}

.ULT_Article-detalle .bannerFontSize {
      font-family: "Ubuntu", Arial, Helvetica, sans-serif;
      font-size: 28px;
      line-height: 32px;
      font-weight: 500;
}

.ULT_Article-detalle .mediumFontSize {
      font-family: "Ubuntu", Arial, Helvetica, sans-serif;
      font-size: 24px;
      line-height: 28px;
      letter-spacing: -0.04em;
      font-weight: 500;
}

.ULT_Article-detalle .preTitleFontSize {
      font-family: "Ubuntu", Arial, Helvetica, sans-serif;
      font-size: 20px;
      line-height: 1;
      font-weight: 500;
}

.ULT_Article-detalle .regularFontSize {
      font-family: "Ubuntu", Arial, Helvetica, sans-serif;
      font-size: 18px;
      line-height: 20px;
      font-weight: 500;
}

.ULT_Article-detalle .lightFontSize {
      font-family: "Ubuntu", Arial, Helvetica, sans-serif;
      font-size: 16px;
      line-height: 18px;
      font-weight: 300;
}

.ULT_Article-detalle .tinyFontSize {
      font-family: "Ubuntu", Arial, Helvetica, sans-serif;
      font-size: 14px;
      line-height: 16px;
      font-weight: 500;
}

.ULT_Article-detalle .smallFontSize {
      font-family: "Ubuntu", Arial, Helvetica, sans-serif;
      font-size: 12px;
      line-height: 14px;
      font-weight: 500;
}

.ULT_Article-detalle .tagFontSize {
      font-family: "Ubuntu", Arial, Helvetica, sans-serif;
      font-size: 10px;
      line-height: 13px;
      font-weight: 500;
      text-transform: uppercase;
}

.ULT_Article-detalle .case-post-header-line.post-header-author.flex.flex-row span, .ULT_Article-detalle .case-post-header-line.flex.flex-row span {
      color: #000;
}

.ULT_Article-detalle .case-post-header-line.flex.flex-row span {
      font-weight: 400;
}

/* CONTENT */
/* START: Global tags */
.flex {
      display: flex;
}

.flex-column {
      flex-direction: column;
}

.flex-row {
      flex-direction: row;
}

html {
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      height: 100%;
}

:root {
      --white: #fff;
      --black: #000;
      --premium: #eeb14e;
      /* plyr-color-main: transparent; */
      --cat-background: #17211a;
      --cat-darkest-color: #15331f;
      --cat-dark-color: #215732;
      --cat-main-color: #4a773c;
      --cat-light-color: #b0dc85;
      --cat-lightest-color: #bccdc2;
      --dog-background: #1a1614;
      --dog-darkest-color: #432619;
      --dog-dark-color: #703f2a;
      --dog-main-color: #936031;
      --dog-light-color: #e0bf94;
      --dog-lightest-color: #d7cfc1;
}

.background-dark-colored {
      color: var(--white);
}

.cat_area .background-dark-colored {
      background: rgb(32, 49, 37);
      background: linear-gradient(180deg,
                  rgba(32, 49, 37, 1) 0%,
                  rgba(23, 33, 26, 1) 100%);
}

.dog_area .background-dark-colored {
      background: rgb(46, 34, 29);
      background: linear-gradient(180deg,
                  rgba(46, 34, 29, 1) 0%,
                  rgba(26, 22, 20, 1) 100%);
}

.affinity-container {
      padding: 60px 40px;
}

.affinity-button {
      font-size: 13px;
      line-height: 15px;
      text-transform: uppercase;
      padding: 17px 34px;
      border-radius: 50px;
      color: var(--white);
      display: inline-block;
      -webkit-transition: background 0.4s ease;
      transition: background 0.4s ease;
}

.cat_area .affinity-button {
      background: var(--cat-main-color);
}

.dog_area .affinity-button {
      background: var(--dog-main-color);
}

.cat_area .affinity-button:hover {
      background: var(--cat-darkest-color);
}

.dog_area .affinity-button:hover {
      background: var(--dog-darkest-color);
}

.revealElement {
      padding: 20px 0;
      opacity: 0;
      -webkit-transform: translate3d(0, 75px, 0);
      transform: translate3d(0, 75px, 0);
      -webkit-transition: transform 1s cubic-bezier(0.14, 0.61, 0.56, 1),
            opacity 0.8s cubic-bezier(0.14, 0.61, 0.56, 1);
      transition: transform 1s cubic-bezier(0.14, 0.61, 0.56, 1),
            opacity 0.8s cubic-bezier(0.14, 0.61, 0.56, 1);
}

.revealElement.revealed {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
}

/* SINGLE POST */
.affinity-post-header {
      justify-content: center;
      align-items: center;
      text-align: center;
      max-width: 1120px;
      margin: auto;
      width: 100%;
}

.affinity-post-content {
      padding: 40px 45px 15px;
      align-items: center;
}

.affinity-post-header>*:not(:last-child) {
      margin-bottom: 26px;
}

.cat_area .affinity-post-header>.preTitleFontSize {
      color: #49773b;
}

.dog_area .affinity-post-header>.preTitleFontSize {
      color: #b06533;
}

.affinity-post-header h1 {
      max-width: 920px;
}

.affinity-post-header h1 span {
      color: #000;
}

.affinity-post-header>span {
      text-transform: uppercase;
      display: block;
}

.cat_area .affinity-post-header>span {
      color: var(--cat-main-color);
}

.dog_area .affinity-post-header>span {
      color: var(--dog-main-color);
}

.affinity-post-header h1 span.title-mobile {
      display: none;
}

.case-post-header-line span {
      font-weight: 400;
      padding: 0 14px;
}

.ultima .ULT_Article-detalle .case-post-header-line a {
      color: var(--black);
}

.case-post-header-line span:not(:first-child) {
      border-left: 1px solid #cccccc;
}

.case-header-image {
      width: 100%;
      position: relative;
      overflow: hidden;
      border-radius: 10px;
      margin-top: 25px;
      will-change: transform;
}

/* .cat_area .affinity-post-combo .combo-column-media */
.cat_area .column-media,
.cat_area .case-header-image {
      background: var(--cat-darkest-color);
}

/* .dog_area .affinity-post-combo .combo-column-media */
.dog_area .column-media,
.dog_area .case-header-image {
      background: var(--dog-darkest-color);
}

.case-header-image:after {
      content: "";
      width: 100%;
      display: block;
      position: relative;
      padding-bottom: 48%;
}

.affinity-post-media img,
.affinity-post-media video {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover;
      border-radius: 10px;
}

.affinity-post-module {
      width: 100%;
      margin: auto;
      position: relative;
}

.affinity-text h2 {
      font-family: "Ubuntu", sans-serif !important;
      font-size: 30px !important;
      line-height: 35px;
      margin-bottom: 30px;
      font-weight: 500;
}

.affinity-text h3 {
      font-family: "Ubuntu", sans-serif !important;
      font-size: 20px !important;
      line-height: 22px;
      font-weight: 500;
      margin: 20px 0;
}

.affinity-text p,
.affinity-text ul {
      font-size: 16px;
      line-height: 26px;
      font-weight: 400;
}

.cat_area .affinity-text a {
      color: var(--cat-main-color);
}

.dog_area .affinity-text a {
      color: var(--dog-main-color);
}

.affinity-text strong,
.affinity-text a {
      font-weight: 700;
}

/* SINGLE TEXT BLOCK */
.affinity-post-textBlock {
      max-width: 665px;
}

.affinity-post-textBlock.hasTopPadding {}

/* COMBO BLOCK */
.affinity-post-combo {
      max-width: 890px;
      margin: auto;
      justify-content: space-between;
}

.affinity-post-combo.reverse {
      flex-direction: row-reverse !important;
}

.affinity-post-combo .combo-column-text {
      width: -webkit-calc(55% - 45px);
      width: calc(55% - 45px);
}

.affinity-post-combo .combo-column-media {
      width: -webkit-calc(43.5% - 45px);
      width: calc(43.5% - 45px);
      border-radius: 10px;
      overflow: hidden;
      will-change: transform;
}

.affinity-post-combo .combo-column-media .combo-product img {
      width: 75%;
      height: auto;
}

.affinity-post-combo .combo-column-media .combo-product,
.affinity-post-combo .combo-column-media .combo-product .background {
      display: flex;
      position: relative;
      width: 100%;
      height: 100%;
}

/*
#D7CFC1 PERRO
#BCCDC2 GATO
*/
.dog_area .affinity-post-combo .combo-column-media .combo-product .background {
      background-color: #D7CFC1;
}

.cat_area .affinity-post-combo .combo-column-media .combo-product .background {
      background-color: #BCCDC2;
}

.affinity-post-combo .combo-column-media img,
.affinity-post-combo .combo-column-media video {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: relative;
      border-radius: 10px;
}

.affinity-post-combo .combo-column-media .combo-product .background img {
      position: absolute;
      top: 35%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0);
      -webkit-transition: transform 0.25s ease, opacity 0.4s ease;
      transition: transform 0.25s ease, opacity 0.4s ease;
}

.affinity-post-combo .combo-column-media .combo-product:hover .background img {
      -webkit-transform: translate3d(-50%, -50%, 0) scale(1.15);
      transform: translate3d(-50%, -50%, 0) scale(1.15);
}

.affinity-post-combo .combo-column-media .combo-caption {
      /* display: none; */
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 35px;
      color: var(--black);
      text-align: center;
      padding: 0 40px;
}

.affinity-post-combo .combo-column-media .combo-caption h3 {
      margin: 8px 0;
}

.affinity-post-combo .combo-column-media .combo-caption span:first-child {
      text-transform: uppercase;
}

/* AUDIO MODULE */
.affinity-post-audio {
      max-width: 890px;
      justify-content: center;
}

.affinity-post-audio .post-audio-holder {
      border-radius: 20px;
      margin-bottom: 30px;
      width: 100%;
      padding: 20px;
      flex-wrap: wrap;
      color: var(--white);
}

.affinity-post-audio.narrow-player .post-audio-holder {
      max-width: 440px;
}

.cat_area .affinity-post-audio .post-audio-holder {
      background: var(--cat-dark-color);
      margin-top: 30px;
}

.dog_area .affinity-post-audio .post-audio-holder {
      background: var(--dog-dark-color);
      margin-bottom: 30px;
}

.affinity-post-audio .post-audio-holder .post-audio-portrait {
      width: 110px;
      border-radius: 10px;
      overflow: hidden;
      margin-right: 20px;
      will-change: transform;
}

.affinity-post-audio.narrow-player .post-audio-holder .post-audio-portrait {
      display: none;
}

.affinity-post-audio .post-audio-holder .post-audio-portrait img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      border-radius: 10px;
}

.affinity-post-audio .post-audio-holder .post-audio-info {
      align-items: flex-start;
      justify-content: center;
      width: -webkit-calc(100% - 130px);
      width: calc(100% - 130px);
}

.affinity-post-audio.narrow-player .post-audio-holder .post-audio-info {
      width: 100%;
      text-align: center;
}

.affinity-post-audio .post-audio-holder .post-audio-info>* {
      width: 100%;
}

.affinity-post-audio .post-audio-holder .post-audio-info .plyr {
      height: auto;
      margin-top: 15px;
}

.post-audio-holder .plyr--audio .plyr__controls {
      background: transparent;
      padding: 0;
}

.post-audio-holder .plyr__progress .plyr__tooltip {
      display: none;
}

.post-audio-holder .plyr__control.plyr__tab-focus,
.post-audio-holder .plyr--full-ui input[type="range"].plyr__tab-focus::-webkit-slider-runnable-track,
.post-audio-holder .plyr--full-ui input[type="range"].plyr__tab-focus::-moz-range-track,
.post-audio-holder .plyr--full-ui input[type="range"].plyr__tab-focus::-ms-track {
      outline: 0 !important;
}

.post-audio-holder .plyr__controls .plyr__progress__container {
      margin-left: 20px;
}

.post-audio-holder .plyr__controls .plyr__controls__item:first-child {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center;
}

.cat_area .post-audio-holder .plyr__controls .plyr__controls__item:first-child {
      background: var(--cat-darkest-color);
}

.cat_area .post-audio-holder .plyr__controls .plyr__controls__item:first-child:hover {
      background: var(--cat-main-color);
}

.dog_area .post-audio-holder .plyr__controls .plyr__controls__item:first-child {
      background: var(--dog-darkest-color);
}

.dog_area .post-audio-holder .plyr__controls .plyr__controls__item:first-child:hover {
      background: var(--dog-main-color);
}

.post-audio-holder .plyr__control svg {
      fill: var(--white);
}

.plyr__control svg.icon--not-pressed {
      margin-left: 4px;
}

.post-audio-holder .plyr__controls .plyr__controls__item.plyr__time {
      color: var(--white);
      font-family: "Ubuntu", sans-serif;
      font-size: 12px;
      font-weight: 500;
}

.cat_area .post-audio-holder .plyr__progress input[type="range"],
.cat_area .affinity-post-video .plyr--full-ui input[type="range"] {
      color: var(--cat-lightest-color);
}

.dog_area .post-audio-holder .plyr__progress input[type="range"],
.dog_area .affinity-post-video .plyr--full-ui input[type="range"] {
      color: var(--dog-lightest-color);
}

.cat_area .post-audio-holder .plyr--audio .plyr__progress__buffer {
      color: var(--cat-main-color);
}

.dog_area .post-audio-holder .plyr--audio .plyr__progress__buffer {
      color: var(--dog-main-color);
}

.plyr__progress__buffer::-webkit-progress-value {
      display: none;
}

.plyr__progress__buffer:focus,
.plyr--full-ui input[type="range"]::-webkit-slider-thumb {
      opacity: 0;
      pointer-events: none;
}

/* VIDEO MODULE */
.affinity-post-module.affinity-post-video {
      max-width: 890px;
      overflow: hidden;
}

.affinity-post-module.affinity-post-video iframe, .affinity-post-video.mp4 .plyr--video {
      border-radius: 10px;
}

.affinity-post-video.mp4 {
      will-change: transform;
}

.affinity-post-video .plyr__control--overlaid, .ytp-large-play-button {
      width: 74px;
      height: 74px;
      display: flex !important;
      justify-content: center;
      align-items: center;
      opacity: 1;
}

.affinity-post-video .plyr__control--overlaid:hover, .ytp-large-play-button:hover {
      width: 85px;
      height: 85px;
}

.affinity-post-video .plyr__control--overlaid svg, .ytp-large-play-button svg {
      width: 26px;
      height: 26px;
}

.affinity-post-video .plyr__controls .plyr__controls__item:first-child {
      background: transparent;
}

.cat_area .affinity-post-video .plyr__control--overlaid, .ytp-large-play-button {
      background: var(--cat-darkest-color);
}

.cat_area .affinity-post-video .plyr__control--overlaid:hover, .ytp-large-play-button:hover {
      background: var(--cat-main-color);
}

.dog_area .affinity-post-video .plyr__control--overlaid, .ytp-large-play-button {
      background: var(--dog-darkest-color);
}

.dog_area .affinity-post-video .plyr__control--overlaid:hover, .ytp-large-play-button:hover {
      background: var(--dog-main-color);
}

/* MODULE STEPS */
.affinity-post-steps {
      max-width: 890px;
}

.affinity-step {
      position: relative;
      width: 100%;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
}

.affinity-step:not(:last-child) {
      margin-bottom: 20px;
}

.affinity-step figure {
      width: 200px;
      height: 200px;
      position: relative;
}

.affinity-step figure img {
      display: block;
      width: 100%;
      height: 100%;
      position: relative;
      border-radius: 50%;
      object-fit: cover;
}

.affinity-step figure span {
      position: absolute;
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: var(--white);
      border-radius: 50%;
      top: 0;
      left: 10%;
}

.cat_area .affinity-step figure span {
      background: var(--cat-dark-color);
}

.dog_area .affinity-step figure span {
      background: var(--dog-dark-color);
}

.affinity-step .affinity-text {
      position: absolute;
      top: 50%;
      -webkit-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0);
      width: -webkit-calc(50% - 120px);
      width: calc(50% - 120px);
}

.affinity-step:nth-child(odd) .affinity-text {
      right: 0;
      text-align: left;
}

.affinity-step:nth-child(even) .affinity-text {
      left: 0;
      text-align: right;
}

/* PERCENTILS MODULE */
.affinity-post-percentils {
      max-width: 890px;
      flex-wrap: wrap;
}

.post-percentil {
      width: -webkit-calc(25% - 15px);
      width: calc(25% - 15px);
      align-items: center;
}

.cat_area .post-percentil {
      color: var(--cat-dark-color);
}

.dog_area .post-percentil {
      color: var(--dog-dark-color);
}

.post-percentil:not(:last-child) {
      margin-right: 20px;
}

.post-percentil span:last-child {
      max-width: 160px;
      margin-top: 10px;
      text-align: center;
}

/* COLUMNS MODULE */
.affinity-post-columns {
      max-width: 665px;
      margin: auto;
      justify-content: space-between;
      align-items: flex-start;
}

.post-column {
      width: -webkit-calc(50% - 10px);
      width: calc(50% - 10px);
}

.column-media {
      position: relative;
      margin-top: 20px;
      width: 100%;
      border-radius: 10px;
      will-change: transform;
      overflow: hidden;
}

.column-media:after {
      content: "";
      position: relative;
      display: block;
      width: 100%;
      padding-bottom: 59%;
}

.column-media img,
.column-media video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 10px;
}

/* BIO MODULE */
.affinity-post-bio {
      max-width: 665px;
      position: relative;
}

.affinity-post-bio>* {
      width: 100%;
}

.ULT_Article-detalle {
      padding-bottom: 25px;
}

.ULT_Article-detalle .affinity-bio-toggler {
      position: relative;
      width: 100%;
      display: block;
      color: var(--black);
      border-bottom: 1px solid #d9d9d9;
      margin-top: 25px;
      padding-bottom: 5px;
}

.ULT_Article-detalle .affinity-bio-toggler span {
      position: absolute;
      width: 16px;
      height: 16px;
      right: 0;
      top: 0;
      -webkit-transition: transform 0.4s ease;
      transition: transform 0.4s ease;
}

.affinity-post-bio.active .affinity-bio-toggler span {
      transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.affinity-bio-toggler span:before,
.affinity-bio-toggler span:after {
      content: "";
      width: 16px;
      height: 2px;
      background-color: var(--black);
      display: block;
      position: absolute;
}

.affinity-bio-toggler span:before {
      left: 0;
      top: 7px;
}

.affinity-bio-toggler span:after {
      -webkit-transform: rotate(90deg) translateX(7px);
      transform: rotate(90deg) translateX(7px);
}

.post-bio-list {
      overflow: hidden;
      height: 0;
      opacity: 0;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      padding-top: 30px;
}

.affinity-post-bio.active .post-bio-list {
      opacity: 1;
}

.affinity-post-bio ul {
      list-style: auto;
      padding-left: 14px;
}

.affinity-post-bio li {
      font-style: italic;
      font-weight: 400;
      margin-bottom: 4px;
}

@media only screen and (max-width: 1280px) {
      .affinity-post-header h1 {
            max-width: 650px;
      }
}

@media only screen and (max-width: 1024px) {
      .ULT_Article-detalle .bigFontSize {
            font-size: 42px;
            line-height: 50px;
      }

      .ULT_Article-detalle .bigFontSize.caption-title-long {
            font-size: 36px;
            line-height: 42px;
      }

      .ULT_Article-detalle .bannerFontSize {
            font-size: 24px;
            line-height: 28px;
      }

      .ULT_Article-detalle .affinity-case-banner .regularFontSize {
            font-size: 15px;
            line-height: 17px;
      }

      .affinity-post-header h1 {
            max-width: 550px;
      }

      .affinity-post-content {
            padding-left: 0;
            padding-right: 0;
      }

      .affinity-post-combo,
      .affinity-post-combo.reverse {
            flex-direction: column;
            align-items: center;
      }

      .affinity-post-combo .combo-column-media {
            margin-bottom: 60px;
            width: 100%;
            max-width: 320px;
      }

      .affinity-post-combo .combo-column-media img,
      .affinity-post-combo .combo-column-media video {
            height: auto;
      }

      .affinity-post-combo .combo-column-media a img {
            width: 105%;
            height: 105%;
      }

      .affinity-post-combo .combo-column-text {
            max-width: 665px;
            width: 100%;
      }

      .affinity-post-combo .combo-column-media .combo-product,
      .affinity-post-combo .combo-column-media .combo-product .background {
            height: auto;
      }

      .affinity-post-combo .combo-column-media .combo-product {
            display: block;
      }

      .affinity-post-combo .combo-column-media .combo-product .background:after {
            content: "";
            display: block;
            width: 100%;
            position: relative;
            padding-bottom: 133%;
      }

      .affinity-step {
            flex-direction: column;
      }

      .affinity-step:not(:last-child) {
            margin-bottom: 40px;
      }

      .affinity-step .affinity-text {
            text-align: center;
            position: relative;
            top: unset;
            transform: none;
            width: 100%;
            max-width: 400px;
            margin-top: 20px;
      }

      .affinity-step:nth-child(odd) .affinity-text {
            right: unset;
            text-align: center;
      }

      .affinity-step:nth-child(even) .affinity-text {
            left: unset;
            text-align: center;
      }
}

@media only screen and (max-width: 768px) {
      .case-header-image {
            min-height: 400px;
      }

      .affinity-container {
            padding: 60px 22px;
      }

      .affinity-post-module.affinity-post-video iframe, .affinity-post-video.mp4 .plyr--video, .affinity-post-media img,
      .affinity-post-media video {
            border-radius: 0;
      }

      .featured-case .case-media {
            height: auto;
      }

      .featured-case .case-media:after {
            padding-bottom: 57%;
      }

      .case-media img.case-bakground-desktop {
            display: none;
      }

      .case-media img.case-bakground-mobile {
            display: block;
      }

      .affinity-case-banner .case-background img {
            object-position: top;
      }

      .case-header-image {
            border-radius: 0;
            margin-top: 40px;
      }

      .case-header-image img,
      .case-header-image video {
            border-radius: 0;
      }

      .affinity-post-textBlock,
      .affinity-post-combo,
      .affinity-post-combo .combo-column-text,
      .affinity-post-columns,
      .affinity-post-bio {
            width: 100%;
            max-width: 100%;
      }

      .affinity-post-video {
            padding-left: 0;
            padding-right: 0;
      }

      .affinity-post-video.mp4 {
            border-radius: 0;
      }

      .post-percentil {
            width: 50%;
            margin: 20px 0;
      }

      .post-percentil:not(:last-child) {
            margin-right: 0;
      }
}

@media only screen and (max-width: 550px) {

      /* FONTS */
      .ULT_Article-detalle .bigFontSize {
            font-size: 34px;
            line-height: 36px;
      }

      .ULT_Article-detalle .bigFontSize.caption-title-long {
            font-size: 26px;
            line-height: 28px;
      }

      .ULT_Article-detalle .titleFontSize {
            font-size: 24px;
            line-height: 28px;
      }

      .ULT_Article-detalle .mediumFontSize {
            font-size: 18px;
            line-height: 20px;
      }

      .ULT_Article-detalle .preTitleFontSize {
            font-size: 14px;
            line-height: 1;
      }

      .case-post-header-line .tinyFontSize {
            font-size: 12px;
            line-height: 14px;
      }

      /* CONTENT */
      main.affinity-wrapper {
            margin-top: 140px;
      }

      .affinity-container {
            padding: 40px 22px;
      }

      .case-info .case-cat {
            margin-bottom: 6px;
      }

      .case-info .case-tags {
            margin-top: 12px;
      }

      .affinity-post-header>*:not(:last-child) {
            margin-bottom: 18px;
      }

      .affinity-post-header h1 span.title-desktop {
            display: none;
      }

      .affinity-post-header h1 span.title-mobile {
            display: block;
      }

      .affinity-post-header .post-header-author {
            flex-direction: column;
      }

      .case-post-header-line span {
            padding: 0 10px;
      }

      .affinity-post-header .post-header-author.case-post-header-line span {
            padding: 0;
      }

      .affinity-post-header .post-header-author.case-post-header-line span:not(:first-child) {
            border-left: 0;
            margin-top: 6px;
      }

      .affinity-post-module:not(:last-child),
      .post-column:first-child {
            margin-bottom: 40px;
      }

      .affinity-post-columns {
            flex-direction: column;
      }

      .post-column {
            width: 100%;
      }

      .affinity-post-audio .post-audio-holder .post-audio-portrait {
            display: none;
      }

      .affinity-post-audio .post-audio-holder .post-audio-info {
            width: 100%;
            align-items: center;
            text-align: center;
      }

      .affinity-post-audio.narrow-player .post-audio-holder {
            max-width: 100%;
      }

      .affinity-post-combo .combo-column-media {
            max-width: 100%;
      }

      #modal-media .inner {
            padding: 70px 20px 20px;
      }

      #modal-media .inner .modal-header {
            left: 20px;
            right: 20px;
      }

      .modal-content.affinity-post-video,
      .affinity-post-module.affinity-post-video.mp4 {
            position: relative;
            width: 100%;
      }

      .modal-content.affinity-post-video:after,
      .affinity-post-module.affinity-post-video.mp4:after {
            width: 100%;
            content: "";
            position: relative;
            display: block;
            /* padding-bottom: 56.5%; */
      }

      .modal-content.affinity-post-video>*.plyr,
      .affinity-post-module.affinity-post-video.mp4>*.plyr {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: visible;
            z-index: 1;
      }
}
