/* LANDING TITANX */
.titanx--header{
    background-image: url('../images/titanx/fondo-titanx.jpg');
    background-size: cover;
    background-position: left;
}
.header--introSecciones .titanx--titles,
.header--introSecciones .oris--titles,
.header--introSecciones .lanz--titles,
.header--introSecciones .mineria--titles,
.header--introSecciones .pesados--titles,
.header--introSecciones .termicos--titles,
.header--introSecciones .banco--titles {
    width: 100%;

}
.ofertas--headerTit > figure
.titanx--titles h1 > figure,
.oris--titles h1 > figure,
.reser--titles h1 > figure,
.lanz--titles h1 > figure,
.ing--titles h1 > figure {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.ofertas--headerTit > figure {
    background-image: url('../images/ofertas/logo-redFacorsa.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    height: 60px;
    width: 200px;
    margin-bottom: 25px;
}
.titanx--titles h1 > figure {
    background-image: url('../images/titanx/logo-titanx.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 50px;
    width: 130px;
    margin-bottom: 33px;
}
.lanz--titles h1 > figure {
    background-image: url('../images/lanzamientos/EnProduccion.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
    width: 230px;
    margin-bottom: 10px;
}
.reser--titles h1 > figure {
    background-image: url('../images/reserPlastic/reserplastic_logo_0E74A8_600w.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 150px;
    width: 150px;
    margin-bottom: 5px;
    margin-left: 5px;
}
.header--introSecciones .fantasy-btn-titanx {
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;

}
.header--introSecciones .fantasy-btn-titanx p {
    width: 300px;
    height: 60px;
    background-color: var(--azul-landings);
    border-radius: 7px;
    line-height: 60px;
    margin-bottom: 0;
}
.landings--contenido {
    background-color: var(--just-white);
    border-top: 7px solid var(--verde-titanx);
    color: var(--gris-texto);
}
.landings--extras,
.landings--extras-home {
    background-color: transparent;
}

.landings--titanx-intro,
.landings--mineria-intro,
.landings--pesados-intro,
.landings--termicos-intro,
.landings--banco-intro,
.landings--reser-intro,
.landings--oris-intro,
.landings--lanz-intro,
.landings--ing-intro,
.landings--extras-bottom {
    width: 100%;
    max-width: 1104px;
    padding: 40px;
}
.landings--titanx-intro h2,
.landings--mineria-intro h2,
.landings--pesados-intro h2,
.landings--termicos-intro h2,
.landings--banco-intro h2,
.landings--reser-intro h2,
.landings--oris-intro h2,
.landings--lanz-intro h2,
.landings--ing-intro h2,
.landings--extras-bottom h2 {
    color: var(--azul-landings);
    margin-bottom: 10px;
}   
.landings--titanx-intro p,
.landings--mineria-intro p,
.landings--pesados-intro p,
.landings--termicos-intro p,
.landings--banco-intro p,
.landings--reser-intro p,
.landings--oris-intro p,
.landings--lanz-intro p,
.landings--ing-intro p {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 400;
}
.landings--extras-bottom h2 {
    text-align: center;
    margin-bottom: 40px;
}
.landings--extras-bottom {
    padding: 0;
    max-width: 1200px;
    padding: 40px 20px;
}
.landings--extras-cards {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
}
.landings--extras-cards article {
    border-radius: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    height: 240px;
    width: 280px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.landings--extras-home .landings--extras-cards article {
    box-shadow: none;
    background-color: var(--just-white);
}
.landings--extras-cards article figure {
    width: 100%;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
}
.landings--extras-cards article figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.titanx-certificacion,
.oris--items,
.agro--items,
.lanz--items,
.ing--items,
.mineria--items,
.pesados--items,
.termicos--items,
.banco--items,
.reser--items {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 15px 0;
}
.titanx-certificacion p,
.oris--items p,
.agro--items p,
.lanz--items p,
.ing--items p,
.mineria--items p,
.pesados--items p,
.termicos--items p,
.banco--items p,
.reser--items p {
    margin-right: 20px;
    margin-bottom: 10px;
    font-size: 1.4rem;
    line-height: 2.2rem;
    border-radius: 50px;
    color: var(--just-white);
    padding: 5px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.titanx-certificacion p.euro5 {
    background-color: var(--azul-landings);
}
.titanx-certificacion p.euro6 {
    background-color: var(--verde-titanx);
}
.titanx-certificacion p .fa-solid {
    margin-right: 7px;
}
.lanz--items p {
    background-color: var(--gris-oscuro);
}
.oris--items p {
    background-color: var(--gris-oris);
}
.ing--items p {
    background-color: var(--gris-oscuro);
    color: var(--just-white);
}
.landing--titanx-bottom,
.landing--mineria-bottom,
.landing--pesados-bottom,
.landing--termicos-bottom,
.landing--oris-bottom,
.landing--agro-bottom {
    width: 100%;
    height: 200px;
    background-image: url('../images/titanx/fondo-titanx-2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}
.landing--CTA-contentTitanx,
.landing--CTA-contentOris,
.landing--CTA-contentAgro,
.landing--CTA-contentMineria,
.landing--CTA-contentPesados,
.landing--CTA-contentTermicos,
.landing--CTA-contentBanco,
.landing--CTA-contentReser {
    min-width: 260px;
    max-width: 100vw; 
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.landing--CTA-titanx,
.landing--CTA-mineria,
.landing--CTA-termicos,
.landing--CTA-banco,
.landing--CTA-reser,
.landing--CTA-pesados,
.landing--CTA-oris,
.landing--CTA-agro {
    border-bottom: 6px solid var(--verde-titanx);
    background-image: url('../images/titanx/landingTitanx-CTA-bg.png');
    background-size: cover;
    background-position: center;
    height: fit-content;
    padding: 40px 30px;
    min-width: 280px;
    max-width: 100vw;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.landing--CTA-titanx h3,
.landing--CTA-mineria h3,
.landing--CTA-pesados h3,
.landing--CTA-termicos h3,
.landing--CTA-banco h3,
.landing--CTA-reser h3,
.landing--CTA-oris h3,
.landing--CTA-agro h3 {
    font-family: "Gantari", sans-serif;
    font-size: 1.8rem;
    margin-bottom: 30px;
    color: var(--verde-titanx);
    font-weight: 400;
    text-shadow: 0px 0px #666;
}
.titanx--CTA-Btn,
.oris--CTA-Btn,
.mineria--CTA-Btn,
.banco--CTA-Btn,
.reser--CTA-Btn,
.agro--CTA-Btn {
    background-color: var(--verde-titanx);
    padding: 15px 20px; 
    animation: pulse 1.5s linear infinite;  
    border-radius: 5px; 
    min-width: 280px;
    max-width: 310px;
    width: 100%;
    cursor: pointer;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 var(--gris-CTA-landings);
    }
    5% {
        transform: scale(1.05);
    }
    15% {
        transform: scale(1);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
    }
}
.titanx--CTA-Btn p,
.oris--CTA-Btn p,
.mineria--CTA-Btn p,
.banco--CTA-Btn p,
.reser--CTA-Btn p,
.agro--CTA-Btn p {
    color: var(--azul-landings);
    font-weight: 400;
    text-decoration: none;
    font-size: 1.7rem;
    line-height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.landing--CTA-Btn p span {
    font-size: 1.8rem;
    margin-left: 10px;
}
.swiper-container-landings {
    min-width: 320px;
    max-width: 1024px;
    width: 100%;
    height: fit-content;
    background-color: var(--just-white);
}
.landings--slider {  
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.landings--slider figure {
    width: 100%;
}
.landings--slider-txt {
    padding: 40px;
    background-color: var(--just-white);
}
.landings--slider-txt h2,
.landings--slider-txt h3 {
    color: var(--azul-landings);
}
.landings--slider-txt h3 {
    color: var(--azul-landings);
    font-weight: 500;
    margin-bottom: 10px;
}
.landings--slider-txt p {
    font-weight: 350;
    line-height: 2.2rem;
}
/* LANDING AGRO */
.agro--header{
    background-image: url('../images/agro/fondo-agro.jpg');
    background-size: cover;
    background-position: left;
}
.landings--contenido.agro {
    background-color: var(--just-white);
    border-top: 7px solid var(--naranja-claro-agro);
    color: var(--gris-texto);
}
.landing--CTA-agro {
    border-bottom: none;
    background-image: url('../images/agro/agro3.png');
    background-position: top;
}
.landing--CTA-agro h3 {
    color: var(--azul-oscuro-facorsa);
}
.agro--CTA-Btn {
    background-color: var(--azul-oscuro-facorsa);
}
.agro--CTA-Btn p {
    font-size: 1.6rem;
    color: var(--just-white);
    font-weight: 300;
}
.agro--CTA-Btn p span {
    margin-left: 7px;
}
.agro--items p,
.lanz-items p {
    color: var(--just-white);
}
.agro--item {
    background-color: var(--azul-oscuro-facorsa);
}
/* LANZAMIENTOS */
.lanz--header{
    background-image: url('../images/lanzamientos/fondo-lanzamiento-ago2025.jpg');
    background-size: cover;
    background-position: left;
}
.header--introSecciones .lanz--titles {
    color: var(--just-white);
}
.landings--contenido.lanzamientos {
    background-color: var(--just-white);
    border-top: 0;
    color: var(--gris-texto);
}
.ofertas--contenido.ultimosLanzamientos {
    background: none;
}
/* ORIS */
.oris--header{
    background-image: url('../images/oris/fondo-oris.jpg');
    background-size: cover;
    background-position: left;
}
.oris--titles h1 > figure {
    background-image: url('../images/oris/logo-oris.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 50px;
    width: 130px;
    margin-bottom: 33px;
}
.landings--contenido.oris {
    border-top: 7px solid var(--gris-oris);
}
.swiper-container-landings.landingOris {
    padding-bottom: 70px;
}
.landing--CTA-oris {
    border-bottom: 6px solid var(--rojo-oris);
    background-image: url('../images/oris/oris-CTA-bg.jpg');
}
.landing--CTA-oris h3 {
    color: var(--azul-landings);
}
.oris--CTA-Btn {
    background-color: var(--rojo-oris);
}
.oris--CTA-Btn p {
    color: var(--just-white);
}
.oris--CTA-Btn p span {
    margin-left: 7px;
}
/* MINERÍA */
.mineria--header{
    background-image: url('../images/mineria/fondo-mineria-2.jpg');
    background-size: cover;
    background-position: left;
}
.landings--contenido.mineria {
    border-top: 7px solid var(--rojo-facorsa);
}
.mineria--items p {
    background-color: var(--azul-landings);
}
.landings--extras {
    padding-bottom: 60px;
}
.landing--mineria-bottom {
    background-image: url('../images/mineria/fondo-mineria-2.png');
    height: 580px;
    background-position: center;
}
.landing--CTA-mineria,
.landing--CTA-pesados,
.landing--CTA-termicos,
.landing--CTA-banco,
.landing--CTA-reser {
    background-image: url('../images/landings-CTA-contacto.jpg');
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 6px solid var(--azul-landings);
}
.landing--CTA-mineria h3 {
    color: var(--azul-landings)
}
.mineria--CTA-Btn,
.banco--CTA-Btn,
.reser--CTA-Btn {
    background-color: var(--azul-landings);
}
.mineria--CTA-Btn p,
.banco--CTA-Btn p,
.reser--CTA-Btn p {
    color: var(--just-white);
}
.mineria--CTA-Btn p span,
.banco--CTA-Btn p span,
.reser--CTA-Btn p span {
    margin-left: 7px;
}
/* Ingresos */
.ing--header{
    background-image: url('../images/ingresos/fondo-ingresos.jpg');
    background-size: cover;
    background-position: left;
}
.ing--titles h1 > figure {
    background-image: url('../images/ingresos/ingresos-oct2025.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 70px;
    width: 200px;
    margin-bottom: 0;
}
.header--introSecciones .ing--titles {
    color: var(--just-white);
}
.landings--contenido.ingresos {
    background-color: var(--just-white);
    border-top: 7px solid #D21112;
    color: var(--gris-texto);
}
/* PESADOS */
.pesados--header {
    background-image: url('../images/pesados/fondo-pesados.jpg');
    background-size: cover;
    background-position: center;
}
.landing--CTA-pesados h3 {
    color: var(--azul-landings);
}
.landings--contenido.pesados {
    border-top: 7px solid var(--rojo-facorsa);
}
.pesados--items p {
    background-color: var(--azul-landings);
}
/* SISTEMAS TERMICOS */
.termicos--header {
    background-image: url('../images/termicos/fondo-termicos.jpg');
    background-size: cover;
    background-position: center;
}
.landings--contenido.termicos {
    border-top: 7px solid var(--rojo-facorsa);
}
.termicos--items p {
    background-color: var(--azul-landings);
}
.landing--CTA-termicos h3 {
    color: var(--azul-landings);
}
.landing--termicos-bottom {
    background-image: url('../images/termicos/fondo-mineria-2.png');
    height: 580px;
    background-position: center;
}
/* BANCO */
.banco--header {
    background-image: url('../images/bancoIndia/fondo-banco.jpg');
    background-size: cover;
    background-position: right;
}
.banco--titles h1,
.banco--titles p {
    color: var(--just-white);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}
.landings--contenido.banco {
    border-top: 7px solid var(--verde-banco);
}
.banco--items p {
    background-color: var(--verde-banco);
}
.landing--CTA-banco h3 {
    color: var(--azul-landings);
}
/* RESER PLASTIC */
.reser--header {
    background-image: url('../images/reserPlastic/fondo-reser.jpg');
    background-size: cover;
    background-position: center;
    height: fit-content;
}
.reser--titles h1,
.reser--titles p {
    color: var(--azul-landings);
}
.reser--titles h1 strong.span-reser {
    color: var(--azul-claro-reser);
}
.landings--contenido.reser {
    border-top: 7px solid var(--azul-claro-reser);
}
.reser--items p {
    background-color: var(--azul-claro-reser);
}
.landing--CTA-reser h3 {
    color: var(--azul-landings);
}

/* =========================
   RED FACORSA (mobile-first)
   ========================= */

.redfacorsa--page{
  width:100%;
  max-width:100vw;
  background: var(--azul-red-facorsa);
  color: var(--just-white);
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
}

/* patrón sutil de fondo */
.redfacorsa--page::before{
  content:"";
  position:absolute;
  inset:-40px;
  pointer-events:none;
  background:
    radial-gradient(circle at 20% 10%, rgba(102,152,253,.10), transparent 55%),
    radial-gradient(circle at 70% 35%, rgba(235,51,56,.08), transparent 60%),
    radial-gradient(circle at 50% 80%, rgba(102,152,253,.08), transparent 60%);
  opacity:.9;
}

.redfacorsa--wrap{
  width:100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

/* HERO */
.redfacorsa--hero{
  position: relative;
  width:100%;
  min-height: 520px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 30px 0 10px;
}

.redfacorsa--hero-bg{
  position:absolute;
  inset:0;
  z-index:0;
}
.redfacorsa--hero-bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  filter: saturate(.95) contrast(.95);
}
.redfacorsa--hero::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(
    to bottom,
    rgba(17,42,80,.85),
    rgba(17,42,80,.80) 45%,
    rgba(17,42,80,.95)
  );
  z-index:1;
}

.redfacorsa--hero-top{
  width:100%;
  text-align:center;
  position: relative;
  z-index: 2;
}

.redfacorsa--logo{
  width: 180px;
  height: 60px;
  margin: 0 auto 60px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.redfacorsa--logo img{
  width:100%;
  height:100%;
  object-fit:contain;
}

.redfacorsa--tagline{
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: .8px;
  text-transform: uppercase;
  opacity: .95;
  margin-bottom: 60px;
  padding: 0 10px;
}

.redfacorsa--pills{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap: 10px;
  margin: 0 auto;
  padding: 0;
}

.redfacorsa--pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,.18);
  background: linear-gradient(90deg, rgba(102,152,253,.12),rgba(102, 152, 253, 0.3));
  font-size: 1.6rem;
  line-height: 1.6rem;
  white-space: nowrap;
}
.redfacorsa--pill i{
  font-size: 1.6rem;
  color: var(--rojo-facorsa);
}

.redfacorsa--down{
  display: none;
  /* display:inline-flex; */
  align-items:center;
  justify-content:center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.18);
  margin-top: 16px;
  text-decoration:none;
  color: var(--rojo-facorsa);
}
.redfacorsa--down i{ font-size: 2.2rem; }

/* Cards */
.redfacorsa--section{
  width:100%;
  padding: 18px 0;
}

.redfacorsa--card{
  width:100%;
  border-radius: 18px;
  border: 2px solid rgba(255,255,255,.14);
  /* background: rgba(255,255,255,.06); */
  padding: 40px;
  backdrop-filter: blur(6px);
  background-image: url('../images/redfacorsa/que-es-bg.png');
  background-size: cover;
  background-position: center;
}

.redfacorsa--card h2{
  font-size: 2.8rem;
  line-height: 2.8rem;
  text-transform: uppercase;
  text-align:center;
  margin-bottom: 32px;
  font-family: "RBNo3.1 W00 Extrabold Italic", sans-serif;
  letter-spacing: 1px;
}
.redfacorsa--card h3{
  font-family: "RBNo3.1 W00 Extrabold Italic", sans-serif;
  font-size: 2.1rem;
  line-height: 2.6rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align:center;
  margin-bottom: 12px;
}
.redfacorsa--card p{
  font-size: 1.7rem;
  line-height: 2.1rem;
  text-align:center;
  color: rgba(255,255,255,.92);
}

.redfacorsa--cards-2{
  margin-top: 16px;
  display:grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

/* Banner */
.redfacorsa--banner{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  position: relative;
  border-radius: 18px;
  border: 2px solid rgba(255,255,255,.18);
  overflow:hidden;
  background: linear-gradient(90deg, rgba(17,42,80,.55), rgba(235,51,56,.30));
  min-height: 246px;
  background-image: url('../images/redfacorsa/mas-bg.png');
  background-size: cover;
  background-position: center;

}

.redfacorsa--banner-person{
  position:absolute;
  left: -33px;
  bottom: 0;
  width: 160px;
  height: 246px;
  margin: 0;
  display:flex;
  align-items:flex-end;
  justify-content:flex-start;
}
.redfacorsa--banner-person img{
  width:100%;
  height:100%;
  object-fit:contain;
}

.redfacorsa--banner-txt{
  padding: 18px 16px 18px 150px;
  text-transform: uppercase;
}
.redfacorsa--banner-txt p{
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-family: "RBNo3.1 W00 Extrabold", sans-serif;
}

/* Beneficios */
.redfacorsa--title-pill{
  font-family: "RBNo3.1 W00 Extrabold Italic", sans-serif;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 16px 14px;
  padding-top: 18px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  margin: 14px 0 27px;
}

.redfacorsa--benefits{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 10px 14px;
  padding: 0;
  margin: 0 0 40px;
}
.redfacorsa--benefits li{
  display:flex;
  align-items:flex-start;
  gap: 8px;
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: rgba(255,255,255,.92);
}
.redfacorsa--benefits i{
  color: var(--rojo-facorsa);
  font-size: 1.5rem;
  margin-top: 1px;
}

/* Productos */
.redfacorsa--productos-card{
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(0,0,0,.10));
  background-image: url('../images/redfacorsa/beneficios-bg.png');
  background-size: cover;
  background-position: center;
  padding: 16px;
}

.redfacorsa--productos-card h2{
  text-align:center;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 1px;
  margin-bottom: 30px;
  margin-top: 11px;
  font-family: "RBNo3.1 W00 Extrabold Italic", sans-serif;
}

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

.redfacorsa--prod{
  border-radius: 16px;
  /* border: 2px solid rgba(66,133,244,.14); */
  background-image: url('../images/redfacorsa/productos-bg.png');
  background-size: cover;
  background-position: right;
  padding: 10px 20px;
  text-align:center;
  min-height: 120px;
  display:flex;
  /* flex-direction:column; */
  justify-content:space-between;
  align-items: center;
}
.redfacorsa--prod h3{
  font-size: 1.8rem;
  line-height: 2rem;
  letter-spacing: .5px;
  text-transform: uppercase;
  opacity: .95;
  margin-bottom: 8px;
  text-align: initial;
  font-family: "RBNo3.1 W00 Extrabold Italic", sans-serif;
}
.redfacorsa--prod figure{
  width:100%;
  height: 80px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
}
.redfacorsa--prod img{
  max-width:100%;
  max-height:100%;
  object-fit:contain;
}

/* Marcas */
.redfacorsa--logos{
  width:100%;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap: 16px 18px;
  padding: 40px 0;
  margin: 0;
}
.redfacorsa--logos figure{
  width: 100%;
  min-width: 280px;
  max-width: 500px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0;
}
.redfacorsa--logos img{
  width:100%;
  height:100%;
  object-fit:contain;
  opacity: .95;
}

/* Sobre nosotros */
.redfacorsa--about {
  display:flex;
  flex-direction:column;
  gap: 30px;
  margin-top: 16px;
  align-items:stretch;
}
.redfacorsa--about-img {
  width:100%;
  border-radius: 18px;
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.12);
  height: 240px;
}
.redfacorsa--about-img img {
  width:100%;
  height: 240px;
  object-fit:cover;
}
.redfacorsa--about-txt h2 {
  font-family: "RBNo3.1 W00 Extrabold Italic", sans-serif;
  text-transform: uppercase;
  font-size: 2.3rem;
  line-height: 2.3rem;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.redfacorsa--about-txt p{
  font-size: 1.7rem;
  line-height: 2.2rem;
  color: rgba(255,255,255,.92);
}
