/* Portada sin transmision en vivo */
.fr-shell {
  align-items: start;
}

.fr-sidebar,
.fr-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.fr-sidebar .fr-sidecard,
.fr-sidebar .fr-panel,
.fr-right .fr-panel,
.fr-right .fr-sidecard {
  margin-bottom: 0;
}

.fr-sidebar {
  min-height: calc(100vh - 150px);
}

.fr-right {
  min-height: calc(100vh - 150px);
}

.fr-home-hero {
  min-height: 430px;
  padding: 0;
  position: relative;
  overflow: hidden;
  border-radius: 1em;
  background:
    linear-gradient(90deg, rgba(12, 35, 62, .86) 0%, rgba(12, 35, 62, .58) 42%, rgba(12, 35, 62, .08) 76%),
    linear-gradient(160deg, #24533d 0 24%, #9fb879 24% 41%, #d4bd83 41% 52%, #3e7149 52% 70%, #8a633f 70% 100%);
  box-shadow: 0 18px 45px rgba(20, 42, 74, .09);
}

.fr-home-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fr-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(15deg, transparent 0 54%, rgba(255, 255, 255, .25) 55% 56%, transparent 57%),
    linear-gradient(-7deg, transparent 0 48%, rgba(255, 255, 255, .16) 49% 50%, transparent 51%),
    repeating-linear-gradient(90deg, transparent 0 62px, rgba(255, 255, 255, .15) 63px 66px);
  opacity: .5;
  mix-blend-mode: soft-light;
}

.fr-home-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12, 35, 62, .88) 0%, rgba(12, 35, 62, .62) 42%, rgba(12, 35, 62, .12) 78%),
    radial-gradient(circle at 78% 22%, rgba(255, 200, 45, .34), transparent 22%);
}

.fr-home-hero__content {
  position: relative;
  z-index: 1;
  max-width: 560px;
  padding: 40px 44px 92px;
  color: #fff;
}

.fr-home-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #ffc62c;
  color: #142033;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.fr-home-hero__title {
  margin: 22px 0 16px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.04;
  letter-spacing: 0;
}

.fr-home-hero__text {
  max-width: 510px;
  margin: 0 0 20px;
  color: rgba(255, 255, 255, .88);
  font-size: 18px;
  font-weight: 650;
  line-height: 1.55;
}

.fr-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.fr-home-hero__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  font-size: 12px !important;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 999px;
  color: #fff !important;
  font-weight: 900;
  text-decoration: none;
  background: rgba(255, 255, 255, .14);
}

.fr-home-hero__link:hover {
  color: rgba(255, 255, 255, .42) !important;
}

.fr-home-hero__strip {
  position: absolute;
  z-index: 1;
  left: 28px;
  right: 28px;
  bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 18px;
  border-radius: 14px;
  color: #fff;
  background: rgba(8, 24, 43, .72);
  backdrop-filter: blur(8px);
}

.fr-home-hero__strip strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  color: white;
}

.fr-home-hero__strip span {
  color: rgba(255, 255, 255, .76);
  font-weight: 750;
}

/* Area inmobiliaria */
.fr-realestate-home {
  margin: 28px 0 26px;
}

.fr-home-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
  margin-top: 60px;
}

.fr-home-section-head .fr-title {
  margin: 0;
}

.fr-home-section-head a {
  color: #163d6d;
  font-weight: 900;
  text-decoration: none;
}

.fr-realestate-home__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.fr-realestate-card {
  overflow: hidden;
  border: 1px solid #dfe6ef;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(20, 42, 74, .08);
}

.fr-realestate-card__media {
  display: block;
  margin: 0;
  position: relative;
  height: 178px;
  background:
    linear-gradient(135deg, rgba(22, 61, 109, .04), rgba(255, 198, 44, .16)),
    linear-gradient(160deg, #94b56c 0 38%, #cfb073 38% 52%, #6b8e50 52% 100%);
}

.fr-realestate-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.fr-realestate-card__body {
  padding: 18px;
}

.fr-realestate-card__tag {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #fff3c8;
  color: #163d6d;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.fr-realestate-card h3 {
  margin: 0 0 9px;
  color: #163d6d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.2;
}

.fr-realestate-card p {
  margin: 0 0 15px;
  color: #6f7c8e;
  font-weight: 750;
  line-height: 1.45;
}

.fr-realestate-card__link {
  color: #163d6d;
  font-weight: 900;
  text-decoration: none;
}

/* Ganado */
.fr-livestock-home {
  margin: 0 0 28px;
}

.fr-livestock-home__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.fr-livestock-card {
  overflow: hidden;
  border: 1px solid #dfe6ef;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(20, 42, 74, .08);
}

.fr-livestock-card__media {
  display: block;
  margin: 0;
  height: 150px;
  background:
    linear-gradient(135deg, rgba(22, 61, 109, .06), rgba(255, 198, 44, .14)),
    linear-gradient(145deg, #d6c19b 0 34%, #9b6b48 34% 52%, #c18a58 52% 68%, #6f8f54 68% 100%);
}

.fr-livestock-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}


.fr-livestock-card__poster {
    display: block;
    margin: 0;
    height: 350px;
    background: linear-gradient(135deg, rgba(22, 61, 109, .06), rgba(255, 198, 44, .14)), linear-gradient(145deg, #d6c19b 0 34%, #9b6b48 34% 52%, #c18a58 52% 68%, #6f8f54 68% 100%);
}

.fr-livestock-card__poster img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.fr-livestock-card__body {
  padding: 16px;
}

.fr-livestock-card h3 {
  margin: 0 0 8px;
  color: #163d6d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.2;
}

.fr-livestock-card p {
  margin: 0;
  color: #6f7c8e;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.4;
}

/* Clima */
.fr-weather {
  margin-bottom: 20px;
}

.fr-weather__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.fr-weather__place,
.fr-weather__state {
  display: block;
  color: #6f7c8e;
  font-weight: 850;
  margin-bottom: 0px;
}

.fr-weather__temp {
  display: block;
  margin: 5px 0;
  color: #163d6d;
  font-size: 42px;
  line-height: 1;
}

.fr-weather__icon {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #142033;
  background: #ffc62c;
  box-shadow: inset -12px -12px 0 rgba(244, 185, 29, .65), 0 12px 30px rgba(255, 198, 44, .38);
}

.fr-weather__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 16px;
}

.fr-weather__grid span {
  display: block;
  padding: 11px;
  border-radius: 12px;
  color: #6f7c8e;
  background: #f5f8fc;
  font-size: 13px;
  font-weight: 800;
}

.fr-weather__grid b {
  display: block;
  margin-bottom: 3px;
  color: #142033;
  font-size: 16px;
}

@media (max-width: 900px) {
  .fr-home-hero {
    min-height: 470px;
  }

  .fr-home-hero__content {
    padding: 30px;
  }

  .fr-home-hero__strip {
    left: 18px;
    right: 18px;
    flex-direction: column;
    align-items: flex-start;
  }

  .fr-realestate-home__grid {
    grid-template-columns: 1fr;
  }

  .fr-livestock-home__grid {
    grid-template-columns: 1fr;
  }
}


.fr-btn {
  text-align: center !important;
}

.fr-btn--small {
    height: 34px;
    line-height: 34px;
    padding: 0 12px;
    font-size: 11px;
    width: 100% !important;
    text-align: center !important;
    border-radius: 10px !important;
}

aside {
    overflow-y: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE y Edge antiguo */
}

aside::-webkit-scrollbar {
    display: none; /* Chrome, Safari y Edge */
}

.fr-right { 
    height: auto !important;
}
.fr-sidebar { 
    position: sticky !important;
    top: 0PX !important;
    overflow: hidden;
    overflow-y: auto;
}


.disabled {
    opacity: .5;
    pointer-events: none;
    cursor: none !important;

}


@media (max-width: 430px) {


 .fr-livestock-card__poster {

    height: 470px;
} 

.fr-sidebar { display:none; }


.fr-livestock-home__grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    gap: 14px;
}

.fr-card__actions {
    display: grid !important;
    gap: 10px;
}

.fr-btn--small {
    
    min-width: 100% !important;
   
}


}

.fr-home-hero--video {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: #061716;
  color: #fff;
}

.fr-home-hero__video,
.fr-home-hero__placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.fr-home-hero__video {
  object-fit: cover;
  z-index: 1;
}

.fr-home-hero__placeholder {
  z-index: 0;
  display: grid;
  align-content: center;
  padding: clamp(32px, 7vw, 96px);
  background:
    linear-gradient(90deg, rgba(0, 21, 23, .92), rgba(0, 80, 83, .58), rgba(0, 0, 0, .25)),
    url("https://federicorodriguez.com/home/banner.png") center / cover no-repeat;
}

.fr-home-hero__placeholder::after {
  content: "CERTIFICANDO";
  position: absolute;
  top: 34px;
  right: -92px;
  width: 360px;
  padding: 14px 40px;
  transform: rotate(28deg);
  background: #b89455;
  color: #fff;
  font-weight: 900;
  font-size: 22px;
  letter-spacing: 1px;
  text-align: center;
}

.fr-home-hero__brand {
  max-width: 620px;
  font-size: clamp(46px, 8vw, 104px);
  line-height: .9;
  font-weight: 900;
  text-transform: uppercase;
}

.fr-home-hero__brand-sub {
  margin-top: 16px;
  max-width: 520px;
  color: #16e6ea;
  font-size: clamp(18px, 3vw, 32px);
  font-weight: 800;
  text-transform: uppercase;
}

.fr-home-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .72), rgba(0, 0, 0, .22)),
    linear-gradient(0deg, rgba(0, 0, 0, .48), transparent 55%);
}

.fr-home-hero__content {
  position: relative;
  z-index: 3;
}

.fr-home-hero__strip {
  position: absolute;
  z-index: 4;
}



  .fr-centralContact {
    display: grid;
    gap: 16px;
  }

  .fr-centralContact__head {
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .fr-centralContact__logo {
    width: 76px;
    height: 76px;
    flex: 0 0 76px;
    border-radius: 50%;
    object-fit: cover;
    background: #302a2e;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .16);
  }

  .fr-centralContact__title {
    margin: 0;
  }

  .fr-centralContact__text {
    margin: 5px 0 0;
    color: #6b7280;
    font-size: 14px;
  }

  .fr-centralContact__map {
    position: relative;
    min-height: 220px;
    overflow: hidden;
    border-radius: 18px;
    background: #eef1f3;
  }

  .fr-centralContact__map iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

  .fr-centralContact__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .fr-centralAction,
  .fr-centralMelo {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 64px;
    padding: 13px 15px;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 16px;
    background: #fff;
    color: #111827;
    text-decoration: none;
    box-shadow: 0 12px 26px rgba(15, 23, 42, .08);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
  }

  .fr-centralAction:hover,
  .fr-centralMelo:hover {
    transform: translateY(-2px);
    border-color: rgba(201, 151, 67, .45);
    box-shadow: 0 16px 34px rgba(15, 23, 42, .12);
  }

  .fr-centralAction i,
  .fr-centralMelo i {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 14px;
    background: #f4f1ec;
    color: #c99743;
    font-size: 18px;
  }

  .fr-centralAction b,
  .fr-centralMelo b {
    display: block;
    color: #1f2937;
    font-size: 11px;
    line-height: 1.15;
  }

  .fr-centralAction small,
  .fr-centralMelo small {
    display: block;
    margin-top: 3px;
    color: #6b7280;
    font-size: 12px;
    line-height: 1.2;
  }

  .fr-centralMelo {
    min-height: 72px;
    background: linear-gradient(135deg, #fff, #f8faf9);
  }

  .fr-centralMelo i {
    background: #20232d;
    color: #fff;
  }

  @media (max-width: 520px) {
    .fr-centralContact__actions {
      grid-template-columns: 1fr;
    }

    .fr-centralContact__map {
      min-height: 190px;
    }
  }



  .fr-livestock-card--loading {
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.12);
}

.fr-livestock-card--loading .fr-livestock-card__poster {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  background: #e8e8e8;
}

.fr-livestock-card--loading .fr-livestock-card__body {
  padding: 16px;
  background: #fff;
}

.fr-livestock-card--loading .fr-card__actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fr-skeleton-btn {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: #e4e4e4;
}

.fr-skeleton-btn--short {
  width: 60%;
  height: 30px;
}

.fr-skeleton-btn--wide {
  width: 100%;
  height: 62px;
}

.fr-livestock-card--loading .fr-livestock-card__poster::after,
.fr-skeleton-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.55),
    transparent
  );
  animation: fr-skeleton-loading 1.35s infinite;
}

@keyframes fr-skeleton-loading {
  100% {
    transform: translateX(100%);
  }
}







/* menu flotante */
  nav.fr-mobileDock {
    position: fixed;
    left: 50%;
    right: auto;
    bottom: max(14px, env(safe-area-inset-bottom));
    z-index: 9999;
    display: none;
    width: min(92vw, 430px);
    min-height: 74px;
    padding: 8px 10px;
    transform: translateX(-50%);
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    background: rgba(13, 39, 77, .92);
    box-shadow: 0 18px 44px rgba(9, 28, 58, .34);
    backdrop-filter: blur(18px) saturate(1.25);
    -webkit-backdrop-filter: blur(18px) saturate(1.25);
    transition: width .24s ease, min-height .24s ease, padding .24s ease, transform .24s ease, opacity .24s ease;
  }

  nav.fr-mobileDock::before {
    content: "";
    position: absolute;
    inset: 5px;
    z-index: -1;
    border-radius: inherit;
    background:
      linear-gradient(180deg, rgba(28, 72, 126, .82), rgba(12, 34, 69, .92)),
      radial-gradient(circle at 50% 0%, rgba(255, 191, 47, .18), transparent 48%);
  }

  nav.fr-mobileDock .fr-mobileDock__item {
    display: grid;
    justify-items: center;
    gap: 4px;
    min-width: 0;
    color: #fff !important;
    text-decoration: none !important;
    transform: scale(.94);
    transition: transform .2s ease, color .2s ease;
    -webkit-tap-highlight-color: transparent;
  }

  nav.fr-mobileDock .fr-mobileDock__icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 34px;
    border-radius: 999px;
    color: #fff !important;
    font-size: 20px;
    transition: width .22s ease, height .22s ease, background .22s ease, color .22s ease, transform .22s ease;
  }

  nav.fr-mobileDock .fr-mobileDock__icon i {
    color: currentColor !important;
  }

  nav.fr-mobileDock .fr-mobileDock__label {
    max-width: 68px;
    overflow: hidden;
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
    color: #fff !important;
    opacity: .92;
    transform: translateY(0);
    transition: max-height .22s ease, opacity .18s ease, transform .22s ease;
  }

  nav.fr-mobileDock .fr-mobileDock__item.is-active {
    color: #fff !important;
    transform: scale(1.08);
  }

  nav.fr-mobileDock .fr-mobileDock__item.is-active .fr-mobileDock__icon {
    width: 54px;
    background: rgba(255, 255, 255, .2);
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, .16),
      0 8px 18px rgba(3, 18, 40, .22);
  }

  nav.fr-mobileDock .fr-mobileDock__item--whatsapp .fr-mobileDock__icon {
    color: #f7bc2f !important;
  }

  nav.fr-mobileDock .fr-mobileDock__item:active {
    transform: scale(1.02);
  }

  nav.fr-mobileDock.is-compact {
    width: min(76vw, 350px);
    min-height: 56px;
    padding: 7px 9px;
    transform: translateX(-50%) translateY(4px);
    opacity: .96;
  }

  nav.fr-mobileDock.is-compact .fr-mobileDock__item {
    gap: 0;
    transform: scale(.98);
  }

  nav.fr-mobileDock.is-compact .fr-mobileDock__item.is-active {
    transform: scale(1.08);
  }

  nav.fr-mobileDock.is-compact .fr-mobileDock__icon {
    width: 36px;
    height: 36px;
    font-size: 19px;
  }

  nav.fr-mobileDock.is-compact .fr-mobileDock__item.is-active .fr-mobileDock__icon {
    width: 48px;
  }

  nav.fr-mobileDock.is-compact .fr-mobileDock__label {
    max-height: 0;
    opacity: 0;
    transform: translateY(-3px);
  }

  @media (max-width: 760px) {
    body {
      padding-bottom: 104px;
    }

    nav.fr-mobileDock {
      display: grid;
    }
  }

  @media (max-width: 360px) {
    nav.fr-mobileDock {
      width: min(95vw, 430px);
      padding-inline: 7px;
    }

    nav.fr-mobileDock .fr-mobileDock__label {
      font-size: 9px;
      max-width: 58px;
    }

    nav.fr-mobileDock.is-compact {
      width: min(82vw, 320px);
    }
  }


  @media (max-width: 520px) {
    .toro-bot {
        right: 10px;
        bottom: 100px !important;
        width: 162px !important;
    }
}



/* ==================================================
   PREPIQUE
   ================================================== */

.fr-prepique {
    display: grid !important;
    grid-template-columns: 58px minmax(0, 1fr) 18px;
    align-items: center;

    width: 100% !important;
    height: auto !important;
    min-height: 72px;

    box-sizing: border-box;

    padding: 7px 14px 7px 8px;
    
    margin: 0;
    margin-bottom: 5px !important;
    background: linear-gradient(
        110deg,
        #123d70 0%,
        #174b82 100%
    );

    border: 0;
    border-radius: 13px;

    color: #fff !important;
    text-decoration: none !important;

    line-height: normal !important;

    overflow: hidden;

    box-shadow: 0 5px 14px rgba(13, 53, 94, .18);

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        background .2s ease;
}


/* HOVER */

.fr-prepique:hover {
    color: #fff !important;
    text-decoration: none !important;

    transform: translateY(-2px);

    box-shadow:
        0 8px 20px rgba(13, 53, 94, .25);
}


/* ==================================================
   ICONO
   ================================================== */

.fr-prepique__icon {
    display: flex !important;
    align-items: center;
    justify-content: center;

    width: 56px;
    height: 56px;

    margin: 0;

    background: #fff;

    border-radius: 50%;

    overflow: hidden;
}


/*
IMPORTANTE:
tu logo es vertical, por eso NO conviene poner
width:44px + height:44px.
Dejamos que conserve su proporción.
*/

.fr-prepique__icon img {
    display: block !important;

    width: auto !important;
    height: 48px !important;
    max-width: 46px !important;

    margin: 0 !important;

    object-fit: contain;
}


/* ==================================================
   TEXTO
   ================================================== */

.fr-prepique__content {
    display: flex !important;
    flex-direction: column;
    justify-content: center;

    min-width: 0;

    padding-left: 11px;

    color: #fff !important;
}


.fr-prepique__title {
    display: block;

    margin: 0;
    padding: 0;

    color: #fff !important;

    font-size: 14px;
    font-weight: 500;

    line-height: 1.15;
}


.fr-prepique__title strong {
    color: #2cc8d2 !important;

    font-size: 14px;
    font-weight: 900;

    letter-spacing: .01em;
}


.fr-prepique__subtitle {
    display: block;

    margin-top: 0px;

    color: rgba(255, 255, 255, .78) !important;

    font-size: 10px;
    font-weight: 500;

    line-height: 1.2;
}


/* ==================================================
   FLECHA
   ================================================== */

.fr-prepique__arrow {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    width: 18px;

    margin: 0;
    padding: 0;

    color: #fff !important;

    font-family: Arial, sans-serif;
    font-size: 29px;
    font-weight: 300;

    line-height: 1;

    transition: transform .2s ease;
}


.fr-prepique:hover .fr-prepique__arrow {
    transform: translateX(3px);
}


/* ==================================================
   MOBILE
   ================================================== */

@media (max-width: 430px) {

    .fr-prepique {
        grid-template-columns: 62px minmax(0, 1fr) 20px;

        min-height: 76px;

        padding: 7px 14px 7px 8px;

        border-radius: 13px;
    }


    .fr-prepique__icon {
        width: 60px;
        height: 60px;
    }


    .fr-prepique__icon img {
        width: auto !important;
        height: 51px !important;
        max-width: 48px !important;
    }


    .fr-prepique__content {
        padding-left: 12px;
    }


    .fr-prepique__title {
        font-size: 15px;
    }


    .fr-prepique__title strong {
        font-size: 15px;
    }


    .fr-prepique__subtitle {
        margin-top: 0px;
        font-size: 11px;
    }


    .fr-prepique__arrow {
        font-size: 30px;
    }
}


/* ==================================================
   INFORMACIÓN CTA
   ================================================== */

.fr-infocta {
    display: grid !important;
    grid-template-columns: 58px minmax(0, 1fr) 18px;
    align-items: center;

    width: 100% !important;
    height: auto !important;
    min-height: 72px;

    box-sizing: border-box;
    padding: 7px 14px 7px 8px;
    margin: 0;

    background: linear-gradient(
        110deg,
        #123d70 0%,
        #174b82 100%
    );

    border: 0;
    border-radius: 13px;

    color: #fff !important;
    text-decoration: none !important;

    line-height: normal !important;

    overflow: hidden;

    box-shadow: 0 5px 14px rgba(13, 53, 94, .18);

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}


/* HOVER */

.fr-card__actions .fr-infocta:hover {
    color: #fff !important;
    text-decoration: none !important;

    transform: translateY(-2px);

    box-shadow:
        0 8px 20px rgba(13, 53, 94, .25);
}


/* ==================================================
   ICONO INFORMACIÓN
   ================================================== */

.fr-infocta__icon {
    display: flex !important;
    align-items: center;
    justify-content: center;

    width: 56px;
    height: 56px;

    margin: 0;

    background: #fff;
    border-radius: 50%;

    box-sizing: border-box;
}


/* CÍRCULO INTERIOR */

.fr-infocta__symbol {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 36px;
    height: 36px;

    box-sizing: border-box;

    border: 3px solid #163d6d;
    border-radius: 50%;

    color: #163d6d !important;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    font-weight: 900;
    font-style: normal;

    line-height: 1;
}


/* ==================================================
   TEXTO
   ================================================== */

.fr-infocta__content {
    display: flex !important;
    flex-direction: column;
    justify-content: center;

    min-width: 0;

    padding-left: 11px;

    color: #fff !important;
}


.fr-infocta__title {
    display: block;

    margin: 0;
    padding: 0;

    color: #fff !important;

    font-size: 14px;
    font-weight: 500;

    line-height: 1.15;
}


/* INFORMACIÓN EN AMARILLO */

.fr-infocta__title strong {
    color: #ffc62c !important;

    font-size: 14px;
    font-weight: 900;

    letter-spacing: .01em;
}


.fr-infocta__subtitle {
    display: block;

    margin-top: 0px;

    color: rgba(255, 255, 255, .78) !important;

    font-size: 10px;
    font-weight: 500;

    line-height: 1.2;
}


/* ==================================================
   FLECHA
   ================================================== */

.fr-infocta__arrow {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    width: 18px;

    margin: 0;
    padding: 0;

    color: #fff !important;

    font-family: Arial, sans-serif;
    font-size: 29px;
    font-weight: 300;

    line-height: 1;

    transition: transform .2s ease;
}


.fr-infocta:hover .fr-infocta__arrow {
    transform: translateX(3px);
}


/* ==================================================
   MOBILE
   ================================================== */

@media (max-width: 430px) {

    .fr-infocta {
        grid-template-columns: 62px minmax(0, 1fr) 20px;

        min-height: 76px;

        padding: 7px 14px 7px 8px;

        border-radius: 13px;
    }


    .fr-infocta__icon {
        width: 60px;
        height: 60px;
    }


    .fr-infocta__symbol {
        width: 38px;
        height: 38px;

        font-size: 27px;

        border-width: 3px;
    }


    .fr-infocta__content {
        padding-left: 12px;
    }


    .fr-infocta__title {
        font-size: 15px;
    }


    .fr-infocta__title strong {
        font-size: 15px;
    }


    .fr-infocta__subtitle {
        margin-top: 0px;

        font-size: 11px;
    }


    .fr-infocta__arrow {
        font-size: 30px;
    }

}



/* =========================================
   HERO CON POSTER
========================================= */

.fr-home-hero {
    min-height: 430px;
}


/* POSTER MÁS GRANDE */

.fr-home-hero__poster {
    position: absolute;
    z-index: 3;

    left: 34px;
    top: 30px;
    bottom: 30px;

    width: 245px;

    margin: 0;

    overflow: hidden;

    border-radius: 15px;

    background: #fff;

    box-shadow:
        0 14px 35px rgba(0, 0, 0, .30);
}


.fr-home-hero__poster img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}


/* PLACEHOLDER */

.fr-home-hero__poster-placeholder {
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;
    background-position: center !important;
    background-size: cover !important;

   
    border-radius: inherit;

    background:
        linear-gradient(
            145deg,
            #f6f8fb,
            #e9eef5
        );

    color: #163d6d;

    font-size: 11px;
    font-weight: 900;

    letter-spacing: .12em;
}


/* =========================================
   CONTENIDO DERECHA
========================================= */

.fr-home-hero__content--poster {
    max-width: none;

    padding:
        48px
        44px
        40px
        305px;
}


/* =========================================
   PRÓXIMO REMATE INLINE
========================================= */

.fr-home-hero__strip.fr-home-hero__strip--inline {
    position: static;

    width: 100%;

    margin-top: 24px;

    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    padding: 16px 20px;

    border-radius: 14px;

    background: rgba(8, 24, 43, .78);

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}


.fr-home-hero__strip--inline strong {
    color: #fff;

    font-size: 17px;
    font-weight: 800;
}


.fr-home-hero__strip--inline span {
    color: rgba(255,255,255,.82);

    font-size: 15px;
    font-weight: 800;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 700px) {

    .fr-home-hero {
        min-height: auto;
        padding-bottom: 22px;
    }


    .fr-home-hero__poster {
        position: relative;

        left: auto;
        top: auto;
        bottom: auto;

        width: 170px;
        height: 240px;

        margin:
            22px
            auto
            0;
    }


    .fr-home-hero__content--poster {
        padding:
            24px
            20px
            0;
    }


    .fr-home-hero__strip.fr-home-hero__strip--inline {
        margin-top: 20px;
    }

}

.fr-home-hero__strip--inline strong::first-letter {
    text-transform: uppercase;
}