@font-face {
  font-family: LexiaItalic;
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  src: local('LexiaItalic'), url("/etc.clientlibs/od-client/clientlibs/clientlib-assets/resources/fonts/lexiafont/lexiaitalic-webfont.woff") format('woff');
}

.h3,
.h6,
h3,
h6 {
  line-height: 1.3;
}

:root {
  --naranja: #FF6C37;
  --verde: #009490;
  --fucsia: #CE009F;
  --amarillo: #E4A319;
  --fucsia-oscuro: #801852;
  --gris: #828282;
  --blanco: #FFFCFC;
  --gris-oscuro: #3C4242;
  --violeta: #8050A3;
  --gris-claro: #E6E6E6;
  --gris-oscuro: #505050;
}

* {
  font-family: Helvetica !important;
}

.footer {
  background: #000 !important;
  margin-top: 0 !important;
}

.container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.boton-redondo-verde:hover,
.texto-blanco {
  color: var(--blanco);
}

.texto-amarillo {
  color: var(--amarillo);
}

.texto-gris-oscuro {
  color: var(--gris-oscuro);
}

.texto-naranja {
  color: var(--naranja);
}

.texto-violeta {
  color: var(--violeta);
}

.texto-gris {
  color: var(--gris) !important;
}

.texto-verde {
  color: var(--verde);
}

.texto-fucsia-oscuro {
  color: var(--fucsia-oscuro);
}

.list-nuestras-soluciones.active,
.texto-fucsia {
  color: var(--fucsia);
}

.light {
  font-weight: 200 !important;
}

.semilight {
  font-weight: 300 !important;
}

.semilight2 {
  font-weight: 400 !important;
}

.medium {
  font-weight: 500 !important;
}

.semibold {
  font-weight: 600 !important;
}

.bold {
  font-weight: 700 !important;
}

.extrabold {
  font-weight: 800 !important;
}

.bg-verde {
  background-color: var(--verde);
}

.bg-naranja,
.tarjeta-boton-id {
  background-color: var(--naranja);
}

.bg-amarillo {
  background-color: var(--amarillo);
}

.bg-gris-claro {
  background-color: var(--gris-claro);
}

.h1,
h1 {
  font-size: 48px;
}

.h2,
h2 {
  font-size: 42px;
}

.h3,
h3 {
  font-size: 26px !important;
}

.h4,
h4 {
  font-size: 28px !important;
}

.h5,
h5 {
  font-size: 21px !important;
}

.h6,
h6 {
  font-size: 16px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-40 {
  font-size: 40px !important;
}

.font-36 {
  font-size: 36px !important;
}

.mb-5 {
  margin-bottom: 2em;
}

.mt-5 {
  margin-top: 2em;
}

.mx-auto {
  margin: auto;
}

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

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.epof-header {
  height: 57vh;
}

.boton-flecha-blanco,
.boton-flecha-violeta {
  font-size: 16px;
  transition: background-color .3s, color .3s;
}

.boton-flecha-violeta {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 200px;
  height: 50px;
  padding: 20px;
  border: 1px solid var(--fucsia-oscuro);
  background-color: #fff;
  color: var(--fucsia-oscuro);
  cursor: pointer;
  border-radius: 5px;
}

.boton-flecha-violeta:hover {
  background-color: var(--fucsia-oscuro);
  color: #fff;
}

.boton-texto {
  flex-grow: 1;
  text-align: left;
}

.arrow {
  text-align: right;
  margin-left: 10px;
}

#compromiso .active.tab-list-element a {
  background-color: var(--amarillo) !important;
  color: #fff !important;
  border: none !important;
}

#entendiendo .active.tab-list-element a {
  background-color: var(--verde) !important;
  color: #fff !important;
  border: none !important;
}

#soluciones .active.tab-list-element a {
  background-color: var(--fucsia) !important;
  color: #fff !important;
  border: none !important;
}

#productos .active.tab-list-element a {
  background-color: var(--naranja) !important;
  color: #fff !important;
  border: none !important;
}

.tab-principal #entendiendo-epof,
.tab-principal #nuestras-soluciones,
.tab-principal #nuestro-compromiso,
.tab-principal #nuestros-productos {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 55px;
  border: 1px solid var(--gris);
  color: var(--gris);
  font-size: 12px;
  border-radius: 5px;
  transition: background-color .3s, color .3s;
  margin-right: 15px;
}

.tab-principal .tab-list-element.active #nuestro-compromiso {
  background-color: var(--amarillo);
  border: 2px solid var(--amarillo);
  color: #fffcfc;
}

.tab-principal .tab-list-element.active #entendiendo-epof {
  background-color: var(--verde);
  border: 2px solid var(--verde);
  color: #fffcfc;
}

.tab-principal .tab-list-element.active #nuestras-soluciones {
  background-color: var(--fucsia-oscuro);
  border: 2px solid var(--fucsia-oscuro);
  color: #fffcfc;
}

.tab-principal .tab-list-element.active #nuestros-productos {
  background-color: var(--naranja);
  border: 2px solid var(--naranja);
  color: #fffcfc;
}

.nav-pills,
.tab-container {
  border: none;
}

.tab-list-element {
  width: 280px;
}

.tab-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media only screen and (min-width:768px) {
  .visualizacion-mobile {
    display: none !important;
  }
}

@media only screen and (max-width:768px) {
  .visualizacion-mobile {
    display: block;
  }

  .visualizacion-pc {
    display: none;
  }
}

@media only screen and (min-width:768px) {
  .visualizacion-pc {
    display: block;
  }

  .visualizacion-mobile-tab {
    display: none !important;
  }
}

@media only screen and (max-width:1100px) {
  .visualizacion-mobile-tab {
    display: block;
  }
}

.contenedor-rgb {
  margin-top: 80px;
  background-position: top;
  display: flex;
  align-items: center;
  height: 400px;
}

.boton-flecha-blanco {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 180px;
  height: 50px;
  padding: 0 10px;
  border: 2px solid var(--blanco);
  background-color: transparent;
  color: var(--blanco);
  cursor: pointer;
  border-radius: 5px;
  margin-top: 0;
}

.boton-flecha-blanco:hover .hover-white {
  filter: brightness(0) invert(0);
  transition: filter 0.3s ease;
}

.boton-flecha-blanco:hover {
  background-color: white;
  color: black;
}

.contenedor-carousel {
  margin-top: 50px;
  padding-bottom: 80px;
  background-position: center;
}

@media (max-width:768px) {

  .fix-margin {
    width: 90vw !important;
    margin: 0 auto !important;
  }

  .contenedor-carousel,
  #seccion-nuestras-soluciones {
    width: 95vw;
    margin: 0 auto;
  }

  .tarjetas-contenido {
    width: 100vw;
    margin: 0 auto;
    padding: 0 !important;
  }
}

.texto-rgb {
  max-width: 992px;
  margin: -70px auto auto;
}

.tarjeta {
  height: 480px;
  margin: 20px auto;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  position: relative;
  overflow: hidden;
}

.tarjeta-fondo,
.tarjeta-fondo-vademecum::before,
.tarjeta-id::before {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.tarjeta-fondo {
  background-image: url('/content/dam/multibrand/chile/es/ultomiris/bg-ultomiris.png');
  padding: 20px;
  border-radius: 20px;
}

.tarjeta-texto {
  margin-bottom: 20px;
}

.tarjeta-boton {
  width: 300px;
  padding: 10px 20px;
  border: none;
  border-radius: 15px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.tarjeta-id {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.tarjeta-id::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url('/content/dam/multibrand/chile/es/ultomiris/idrm.png');
  transform: scale(1.07);
}

.fondo-tarjeta-id {
  background-image: url('/content/dam/multibrand/ar/es/epof-2023/assets/Grupo%2016356c.png');
  background-size: cover;
  background-position: center;
}

.tarjeta-titulo-id {
  position: relative;
  top: 47%;
  font-size: 32px !important;
  line-height: 32px;
}

.tarjeta-texto-id {
  position: relative;
  top: 50%;
  width: 195px;
  margin: auto;
  line-height: 20px;
}

.tarjeta-fondo-vademecum::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url('/content/dam/multibrand/chile/es/ultomiris/vadem-card3.png') !important;
  transform: scale(1.06);
  margin-left: -8px;
}

/*--ajustes tarjetas--*/

.tarjeta-epof-home {
  display: flex;
  width: 100%;
  max-width: 500px;
  margin: 20px auto;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  background-repeat: no-repeat;
}

/*generales*/
/*primera card*/
.tarjeta-id-texto-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tarjetaid-btn {
  width: 90%;
  padding: 10px 20px;
  border: none;
  border-radius: 15px;
  background-color: #FF6C37;
  transition: 200ms;
}

.tarjetaid-btn:hover {
  background-color: var(--blanco);
}

.tarjetaid-btn:hover a {
  color: var(--naranja) !important;
}

/*segundacard*/

.tarjeta-epof-vademecum {
  padding: 0;
  overflow: hidden;
  background-image: url('/content/dam/multibrand/chile/es/epof-20231/assets/fondocard-2-pc.png');
  background-size: cover;
}

.tarjeta-vademecum-texto-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 25px 0;
}

.tarjeta-vademecum-texto-container h2,
.tarjeta-vademecum-texto-container p {
  margin: 0;
}

.fondo-gris-texto {
  background-color: #ffffff56;
  padding: 4px 8px;
  width: 180px;
}



/*mobile*/
@media screen and (max-width: 992px) {

  .tarjeta-epof-home {
    width: 100%;
    max-width: 350px;
    height: fit-content;
    max-height: 450px;
  }

  /*mobile primeracard*/

  .tarjeta-epof-id {
    background-image: url('/content/dam/multibrand/chile/es/epof-20231/assets/fondocard-1-mobile.png');
    background-size: cover;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 25px 0;
    margin-bottom: 25px;
  }

  .tarjeta-id-texto-container {
    max-width: 300px;
  }

  .logo-tarjetaid {
    margin: auto;
  }

  .logoid-mobile {
    display: block;
  }

  .logoid-pc {
    display: none;
  }

  .tarjetaid-btn {
    margin: auto;
    width: 280px;
  }

  .tarjetaid-btn:hover {
    background-color: var(--blanco);
    border: 1px solid var(--gris);
  }

  /*mobile segundacard*/

  .vademecum-card {
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    max-width: 350px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-bottom: 25px;
    margin: auto;
  }

  .tarjeta-epof-vademecum {
    background-size: cover;
    min-height: 220px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0;
  }

  .tarjeta-vademecum-texto-container {
    position: relative;
  }

  .tarjetavedemecum-imagen-container {
    position: relative;
    width: 55%;
  }

  .tarjetavedemecum-imagen-container img {
    position: absolute;
    left: -35px;
    bottom: -10px;
    width: 250px;
  }

  .logo-tarjetavademecum {
    position: absolute;
    bottom: 12px;
    right: 12px;
  }

  .vademecum-btn-mobile {
    display: block;
    margin: auto;
    width: 280px;
    padding: 10px 20px;
    border: none;
    border-radius: 15px;
    background-color: #E4A319;
    transition: 200ms;
  }

  .vademecum-btn-mobile:hover {
    background-color: var(--fucsia) !important;
  }

  .vademecum-btn-mobile:hover .vademecum-btn-mobile a {
    color: var(--blanco) !important;
  }

  .vademecum-btn-pc {
    display: none;
  }
}

/*pc*/
@media screen and (min-width: 992px) {
  .tarjeta-epof-home {
    max-width: 500px;
    height: 300px;
    max-height: 400px;
    flex-direction: row;
  }

  /*primeracard*/
  .tarjeta-epof-id {
    background-image: url('/content/dam/multibrand/chile/es/epof-20231/assets/fondocard-1-pc.png');
    background-size: cover;
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: center;
    align-items: center;
  }

  .tarjetaid-imagen-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tarjeta-id-texto-container p,
  .tarjeta-id-texto-container h2 {
    margin: 0;
  }

  .logoid-mobile {
    display: none;
  }

  .logoid-pc {
    display: block;
  }


  /*segundacard*/

  .tarjeta-epof-vademecum {
    background-size: cover;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .tarjeta-vademecum-texto-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .tarjetavedemecum-imagen-container {
    position: relative;
    width: 55%;
  }

  .tarjetavedemecum-imagen-container img {
    position: absolute;
    left: -45px;
    bottom: -10px;
    width: 350px;
  }

  .logo-tarjetavademecum {
    position: absolute;
    top: 12px;
    right: 12px;
  }

  .vademecum-btn-mobile {
    display: none;
  }

  .vademecum-btn-pc {
    display: block;
    position: relative;
    top: 40px;
    width: 250px;
    right: 12px;
    padding: 10px 20px;
    border: none;
    border-radius: 15px;
    background-color: #fff;
    transition: 200ms;
  }

  .vademecum-btn-pc a {
    color: #CE009F !important;
  }

  .vademecum-btn-pc:hover {
    background-color: var(--amarillo);
  }

  .vademecum-btn-pc:hover a {
    color: var(--blanco) !important;
  }
}



/*--fin ajustes tarjetas--*/


.arrow,
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
  background-size: contain;
  background-repeat: no-repeat;
}

.boton-redondo-verde {
  background-color: var(--verde);
  color: var(--blanco);
  border: none;
  border-radius: 30px;
  padding: 10px 45px;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none !important;
  display: inline-block;
}

.boton-redondo-amarillo {
  background-color: var(--amarillo);
  color: var(--blanco);
  border: none;
  border-radius: 30px;
  padding: 10px 45px;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none !important;
  display: inline-block;
}

.list-entendiendo-epof,
.list-nuestras-soluciones {
  transition: background-color .3s;
  background-color: transparent;
  cursor: pointer;
}

.contenedor-border-radius,
.contenedor-rgb-nc {
  border-radius: 30px;
}

.carousel-inner .rte-node {
  display: flex !important;
  gap: 30px;
}

.carousel-slides {
  margin-top: 60px;
}

.carousel-control .fa-chevron-left {
  background-image: url('/content/dam/multibrand/ar/es/epof-2023/assets/le.png') !important;
  text-indent: -9999px;
}

.carousel-control .fa-chevron-right {
  background-image: url('/content/dam/multibrand/ar/es/epof-2023/assets/right.png') !important;
  text-indent: -9999px;
}

.carousel .carousel-control.right {
  right: 0;
}

.carousel .carousel-control.left {
  left: 0;
}

.carousel .carousel-content-block,
.carousel .carousel-control {
  background: 0 0;
}

.contenedor-banner-alcanzar {
  height: 450px;
  background-position: center;
}

.contenedor-gris {
  height: 50px;
  display: flex;
  align-items: center;
}

.columnas-home {
  margin-bottom: 60px;
}

.contenedor-slide img {
  width: 340px;
}

/* .item {
  margin-left: 50px;
} */

@media (max-width:768px) {
  .titulo-header {
    font-size: 32px;
    margin-top: 6px;
    line-height: 38px !important;
  }

  .texto-header {
    font-size: 16px !important;
    width: 100%;
    margin: 0;
  }

  .epof-header {
    height: 60vh;
  }

  .tab-principal #entendiendo-epof,
  .tab-principal #nuestras-soluciones,
  .tab-principal #nuestro-compromiso,
  .tab-principal #nuestros-productos {
    margin: auto auto 15px;
    width: 100%;
  }

  .tab-principal #nuestro-compromiso {
    border: 2px solid var(--amarillo);
  }

  .tab-principal #entendiendo-epof {
    border: 2px solid var(--fucsia-oscuro);
  }

  .tab-principal #entendiendo-epof:active {
    background-color: var(--fucsia-oscuro);
    border: 2px solid var(--fucsia-oscuro);
  }

  .tab-principal #nuestras-soluciones {
    border: 2px solid var(--fucsia);
  }

  .tab-principal #nuestros-productos {
    border: 2px solid var(--verde);
  }

  .tab-principal #nuestros-productos:active {
    background-color: var(--verde);
    border: 2px solid var(--verde);
  }

  .contenedor-slide img {
    max-width: 100%;
  }

  .contenedor-banner-alcanzar {
    height: 630px;
    display: flex;
    align-items: center;
    padding: 220px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .logo-banner-alcanzar {
    margin-bottom: 10px;
    margin-top: 30px;
  }

  .texto-banner-alcanzar {
    margin-bottom: 50px;
  }

  .boton-banner-alcanzar a {
    width: auto;
    padding: 10px 80px;
    text-decoration: none;
  }

  .contenedor-azeventos {
    text-align: center;
  }

  .contenedor-azeventos img {
    width: 220px;
  }

  .texto-rgb {
    font-size: 35px;
    margin: auto;
    padding: 50px 0 0 10px;
  }

  .contenedor-rgb {
    background-position: top;
    height: 500px;
  }

  .img-mujer-home img {
    width: 250px;
    margin-bottom: 30px;
  }

  .boton-flecha-violeta {
    width: 100%;
    margin-top: 40px;
  }

  .item {
    margin-left: 0;
  }

  .carousel-row {
    padding: 0;
  }

  .seccion-mujer-home {
    margin-bottom: -70px;
  }
}

.carousel-row {
  padding: 0 60px;
}

.padre-rgb {
  margin-bottom: -80px;
}

.contenedor-rgb-nc {
  height: 300px;
  display: flex;
  align-items: center;
  padding: 50px 60px 0 0;
  margin-bottom: 70px;
}

.list-entendiendo-epof {
  width: 200px;
  height: 55px;
  margin: 10px 0;
  border-radius: 5px;
  border: 1px solid #009490;
}

.list-entendiendo-epof.active,
.list-entendiendo-epof:active,
.list-entendiendo-epof:hover {
  background-color: rgba(0, 148, 144, .2);
}

.tarjetas-necesidades {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.tarjetas-contenido {
  padding: 20px;
  height: 250px;
  position: relative;
}

.vertical-hr-amarillo {
  border-left: 2px solid #e4a319;
  height: 360px;
  margin-right: 5px;
}

.tarjetas-contenido img {
  width: 110px;
  transition: opacity .3s ease-in-out;
}

.img-corazon::before,
.img-mano::before,
.img-mundo::before,
.img-personas::before,
.img-telescopio::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  width: 110px;
  height: 110px;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  pointer-events: none;
  background-size: cover;
  background-position: center;
}

.img-personas::before {
  background-image: url('/content/dam/multibrand/ar/es/epof-2023/assets/personas-conhover.png');
}

.img-mundo::before {
  background-image: url('/content/dam/multibrand/ar/es/epof-2023/assets/mundo-conhover.png');
}

.img-telescopio::before {
  background-image: url('/content/dam/multibrand/ar/es/epof-2023/assets/telescopio-hover.png');
}

.img-mano::before {
  background-image: url('/content/dam/multibrand/ar/es/epof-2023/assets/mano-hover.png');
}

.img-corazon::before {
  background-image: url('/content/dam/multibrand/ar/es/epof-2023/assets/corazon-hover.png');
}

.img-corazon:hover::before,
.img-mano:hover::before,
.img-mundo:hover::before,
.img-personas:hover::before,
.img-telescopio:hover::before {
  opacity: 1;
}

.img-corazon:hover img,
.img-mano:hover img,
.img-mundo:hover img,
.img-personas:hover img,
.img-telescopio:hover img {
  opacity: 0;
}

.contenedor-verde-necesidades {
  border-radius: 20px 0 0 20px;
  padding: 20px 50px 40px 40px;
  margin-top: 50px;
}

.imagen-necesidades img {
  width: 220px;
  margin-top: 50px;
  margin-left: 60px;
  margin-bottom: 50px;
}

.hidden,
.section-content,
.subnav,
p.nav-entendiendo button[data-target=camino-diagnostico] {
  display: none;
}

.video-camino-diagnostico img {
  width: 700px;
}

.video-camino-diagnostico {
  top: 0;
  left: 9%;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 300px;
  position: relative;
  z-index: 1;
}

.contenedor-rgb-diagnostico {
  height: 340px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 90px 0;
}

@media (min-width:992px) and (max-width:1200px) {
  .video-camino-diagnostico img {
    width: 600px;
  }

  .video-camino-diagnostico {
    left: 7%;
  }
}

@media (max-width:991px) {
  .video-camino-diagnostico img {
    width: 500px;
  }

  .video-camino-diagnostico {
    left: 1%;
  }
}

.list-nuestras-soluciones {
  width: 200px;
  height: 55px;
  margin: 10px 0;
  border-radius: 5px;
  border: 1px solid #ce009f;
}

.list-nuestras-soluciones.active,
.list-nuestras-soluciones:active,
.list-nuestras-soluciones:hover {
  background-color: rgba(206, 0, 159, .1);
}

.carousel .carousel-indicators.hide-caption,
.ocultar-boton {
  display: none !important;
}

.horizontal-hr-amarillo {
  border-top: 2px solid #e4a319;
  width: 100%;
  margin-top: 30px;
}

@media(max-width:768px) {
  #header {
    background-image: none !important;
  }

  .epof-header .section-blur-layer {
    background: linear-gradient(to bottom, #f5f5f5 0, #f5f5f5 50%, #fff 100%) !important;
  }
}

.img-movile-epof img {
  width: 110vw !important;
  margin-left: -5vw;
  height: 250px;
}

.img-movile-epof-gris img {
  width: 110vw !important;
  margin-left: -5vw;
  height: 250px;
  margin-top: -10rem;
}

.bg-gris-clarito {
  background-color: #f5f5f5;
}

.main-container {
  overflow-x: hidden;
}

.contenedor-fucsia {
  padding: 25px 0 90px 10px;
  border-radius: 20px 0 0;
  position: relative;
  z-index: 1;
}

.imagen-cientifico {
  position: relative;
  z-index: 3;
  margin-top: -60px;
  margin-left: 10%;
  margin-bottom: 80px;
}

.imagen-cientifico img {
  width: 310px;
}

.circle-container {
  position: relative;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto auto 200px;
}

.img-left {
  width: 320px;
  top: 40%;
  left: 25%;
  transform: translate(-50%, -50%) rotate(0);
  z-index: 2;
}

.img-right {
  width: 380px;
  top: 45%;
  right: 25%;
  transform: translate(50%, -50%) rotate(8deg);
  z-index: 1;
}

.img-bottom {
  bottom: 19%;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 2;
}

.outer-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.center-circle,
.inner-circle {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  position: absolute;
}

.inner-circle {
  width: 450px;
  height: 450px;
  background-color: rgba(255, 255, 255, .4);
  z-index: 2;
}

.center-circle {
  width: 400px;
  height: 400px;
  background-color: #801852;
  padding: 10px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.center-circle .text-center {
  line-height: 38px;
  margin-bottom: 20px;
}

.center-circle .center-image {
  margin-top: 10px;
  width: 50px;
}

.img-bottom,
.img-left,
.img-right {
  position: absolute;
}

.arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  z-index: 4;
}

.arrow-left {
  top: 10%;
  left: calc(50% - 250px);
  background-image: url('/content/dam/multibrand/ar/es/epof-2023/assets/flecha-diagonal-iz.png') !important;
}

.arrow-right {
  top: 11%;
  right: calc(50% - 250px);
  background-image: url('/content/dam/multibrand/ar/es/epof-2023/assets/flecha-diagonal-der.png') !important;
}

.arrow-bottom {
  bottom: calc(50% - 340px);
  left: 50%;
  transform: translateX(-50%);
  background-image: url('/content/dam/multibrand/ar/es/epof-2023/assets/flecha-diagonal-abajo.png') !important;
}

.hover-content {
  display: block;
  position: absolute;
  z-index: 10;
  background: 0 0;
  box-shadow: none;
  width: 140px;
  text-align: left;
}

.hover-content .text-left {
  display: block;
  position: absolute;
  top: -800px;
  z-index: 10;
  background: 0 0;
  box-shadow: none;
  width: 140px;
  text-align: left;
}

.hover-content .text-left img {
  width: 90px;
  height: auto;
  position: absolute;
  left: 150px;
  top: 60px;
}

.hover-content .text-bottom {
  display: block;
  position: absolute;
  top: -240px;
  left: 380px;
  z-index: 10;
  background: 0 0;
  box-shadow: none;
  width: 140px;
  text-align: left;
}

.hover-content .text-bottom img {
  width: 90px;
  height: auto;
}

.hover-content .text-right {
  display: block;
  position: absolute;
  top: -790px;
  left: 750px;
  z-index: 10;
  background: 0 0;
  box-shadow: none;
  width: 140px;
  text-align: left !important;
}

.hover-content .text-right img {
  width: 90px;
  height: auto;
  position: absolute;
  left: -120px;
  top: 50px;
}

@media(max-width:991px) {
  .hover-content .text-bottom {
    display: none;
  }

  .hover-content .text-left {
    display: none;
  }

  .hover-content .text-right {
    display: none;
  }
}

.arrow-left:hover .hover-content {
  display: block;
  right: 100%;
  transform: translate(80px, -50%);
  width: 200px;
}

.arrow-left:hover {
  background-image: url('/content/dam/multibrand/ar/es/epof-2023/assets/icono-iz.png') !important;
  width: 70px;
  height: 70px;
}

.arrow-right:hover .hover-content {
  display: block;
  left: 100%;
  transform: translate(20px, -50%);
}

.arrow-right:hover {
  background-image: url('/content/dam/multibrand/ar/es/epof-2023/assets/icono-der.png') !important;
  width: 70px;
  height: 70px;
}

.arrow-bottom:hover .hover-content {
  display: block;
  top: calc(50% + 60px);
  width: 150px;
}

.btn-section.active::after,
.btn-section:not(.active)::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
}

.arrow-bottom:hover {
  background-image: url('/content/dam/multibrand/ar/es/epof-2023/assets/icono-bot.png') !important;
  width: 70px;
  height: 70px;
}

.hover-content ul {
  list-style: none !important;
  padding-left: 0;
}

.hover-content ul li {
  text-decoration: underline;
  text-align: left;
}

.arrow-bottom,
.arrow-left,
.arrow-right {
  transition: background-image .3s;
}

.slide-bottom {
  margin-top: 50px;
  height: 350px;
}

.contenedor-fucsia-bg-nefro {
  margin-top: 50px;
  border-radius: 10px;
  height: 130px;
  padding: 40px 80px 0 50px;
}

.btn-section,
.btn-subsection {
  padding: 10px 20px;
  text-align: left;
}

.contenedor-circulo-fucsia {
  height: 280px;
}

.btn-section {
  border: none;
  border-bottom: 2px solid #ce009f;
  position: relative;
}

.btn-section.active,
.btn-subsection.active {
  color: #ce009f;
}

.btn-section:not(.active)::after {
  background-image: url(/content/dam/multibrand/ar/es/epof-2023/assets/flecha-der-violeta.png);
}

.btn-section.active::after {
  background-image: url(/content/dam/multibrand/ar/es/epof-2023/assets/flecha-abajo-violeta.png);
}

.subseccion-container {
  margin-top: -10px;
}

.btn-subsection {
  width: 200px;
  height: 80px;
  border: none;
  border-bottom: 2px solid #ce009f;
  background: #fff;
  line-height: 20px;
}

.arrow img {
  width: 7px;
  margin-bottom: 6px;
  transition: opacity .3s;
}

.boton-flecha-violeta:hover .arrow img {
  content: url('/content/dam/multibrand/ar/es/epof-2023/assets/flecha-blanca-der.png');
  width: 8px;
}

.soliris-ultomiris {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.soliris-ultomiris img {
  max-width: 350px;
  transition: opacity .3s;
}

.soliris-ultomiris img:hover {
  opacity: .7;
}

.list-nuestros-productos {
  width: 200px;
  height: 55px;
  margin: 10px 0;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color .3s;
  background-color: transparent;
  border: 1px solid #ff6c37;
}

.list-nuestros-productos.active,
.list-nuestros-productos:active,
.list-nuestros-productos:hover {
  background-color: rgba(255, 108, 55, .1);
}

.contenedor-footer-np {
  padding: 10px 40px;
}

.qr-img,
.qrs {
  display: flex;
  align-items: center;
  width: 100%;
}

.qr-sol img,
.qr-ulto img {
  width: 90px;
  height: 90px;
  object-fit: none;
}

.qr-sol {
  margin-top: 9px;
}

@media (max-width:768px) {
  .parrafo-amarillo-nc {
    font-size: 28px !important;
    margin-bottom: 50px !important;
    line-height: 28px !important;
  }

  .contenedor-rgb-nc {
    height: 600px;
    background-position: center;
  }

  .parrafo-rgb-nc {
    margin-top: -290px;
    margin-left: 30px;
  }

  .subparrafo-rgb-nc {
    margin-left: 30px;
    font-size: 20px !important;
  }

  .icono-nc img {
    width: 110px;
    margin-bottom: 30px;
  }

  .icono-nc {
    margin-left: -10px;
  }

  .parrafo-amarillo-final span {
    font-weight: 200 !important;
    font-size: 28px;
  }

  .nav-entendiendo-epof {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .list-entendiendo-epof {
    width: 280px;
    height: 40px;
    border: none;
    border-bottom: 1px solid #707070;
    margin: 0;
    border-radius: 0;
    text-align: left;
    padding: 0 10px 0 20px;
    position: relative;
  }

  #therapeutic-areas-content,
  .imagen-definicion-epof,
  .soliris-ultomiris {
    text-align: center;
  }

  .texto-verde-definicion {
    margin: 0 auto;
    width: 92vw;
    margin-bottom: 20px;
  }

  .imagen-definicion-epof {
    margin-top: 40px;
  }

  .list-entendiendo-epof::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-image: url('/content/dam/multibrand/ar/es/epof-2023/assets/right-definicion.png');
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform .3s;
  }

  .list-entendiendo-epof.active::after {
    position: absolute;
    top: 60%;
    right: 12px;
    background-image: url('/content/dam/multibrand/ar/es/epof-2023/assets/down-verde-definicion.png');
  }

  .nav-entendiendo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -15px;
  }

  .parrafo-necesidades {
    font-size: 28px;
  }

  .tarjetas-necesidades {
    margin-bottom: 75px;
  }

  .horizontal-hr {
    border-top: 1px solid #009490;
    width: 100%;
    margin-top: 30px;
  }

  .tarjetas-contenido img {
    width: 110px;
    margin-bottom: 10px;
  }

  .titulo-400 {
    font-size: 27px !important;
  }

  .contenedor-verde-necesidades {
    background-position: top;
    border-radius: 0;
  }

  .contenedor-verde-necesidades p {
    font-size: 28px !important;
    padding: 0 !important;
    line-height: 34px !important;
  }

  .imagen-necesidades img {
    width: 230px;
    margin-bottom: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .parrafo-pacientes-verde {
    font-size: 26px !important;
    margin-bottom: 40px !important;
  }

  .contenedor-rgb-diagnostico {
    background-position: center;
    height: 400px;
    border-radius: 0;
    padding: 0 15px;
  }

  .parrafo-verde-diagnostico {
    margin-bottom: 30px;
    font-size: 26px !important;
    line-height: 28px !important;
  }

  .video-diagnostico-mob img {
    width: 100%;
  }

  .titulo-fucsia-ns {
    margin-bottom: 30px;
    font-size: 32px !important;
  }

  .texto-gris-nc,
  .txt-prioridades {
    font-size: 18px !important;
  }

  .texto-gris-nc {
    line-height: 26px !important;
  }

  .imagen-cientifico,
  .imagen-cientifico img {
    width: 260px !important;
  }

  .nuestro-enfoque-id {
    line-height: 45px;
    font-size: 28px !important;
    margin-bottom: 30px;
  }

  .texto-id-mb {
    line-height: 26px !important;
    font-size: 16px !important;
  }

  .contenedor-fucsia {
    background-position: center;
    border-radius: 0;
  }

  .imagen-cientifico {
    display: block;
    margin: 0 auto 60px;
    margin-top: 30px !important;
  }

  .titulo-fucsia-mb {
    padding: 0 10px !important;
    line-height: 34px !important;
  }

  .tarjeta-hematologia,
  .tarjeta-nefrologia,
  .tarjeta-neurologia {
    background-size: cover;
    background-position: center;
  }

  .arrow,
  .info-button {
    display: none;
  }

  .tarjeta-ns {
    width: 100%;
    height: 260px;
    border-radius: 30px;
    position: relative;
    transition: height .3s, max-height .3s, background-image .3s;
    margin: auto auto 70px;
    z-index: 1;
  }

  .flecha-btn,
  .icono {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .tarjeta-nefrologia {
    background-image: url('/content/dam/multibrand/ar/es/epof-2023/assets/card1.png');
  }

  .tarjeta-neurologia {
    background-image: url('/content/dam/multibrand/ar/es/epof-2023/assets/card2.png');
  }

  .tarjeta-hematologia {
    background-image: url('/content/dam/multibrand/ar/es/epof-2023/assets/card3.png');
  }

  .icono {
    width: 80px;
    height: 80px;
    top: -40px;
    z-index: 10;
  }

  .flecha-btn {
    background: url('/content/dam/multibrand/ar/es/epof-2023/assets/abajo-blanca.png') center no-repeat;
    width: 30px;
    height: 30px;
    border: none;
    cursor: pointer;
    bottom: 10px;
  }

  .tarjeta-ns-header {
    padding-top: 45px;
    text-align: center;
  }

  .tarjeta-ns-contenido {
    padding: 20px;
    opacity: 0;
    max-height: 0;
    transition: opacity .3s, max-height .3s;
  }

  .tarjeta-ns.expandida {
    height: 400px;
  }

  .tarjeta-ns.expandida .tarjeta-ns-contenido {
    opacity: 1;
    max-height: 100px;
  }

  .info-button {
    background-color: rgba(255, 255, 255, .15);
    color: #fff;
    font-size: 16px;
    padding: 10px;
    border: 2px solid #fff;
    border-radius: 5px;
    text-align: center;
    margin-top: 20px;
  }

  .tarjeta-ns.expandida .info-button {
    display: block;
  }

  .tarjeta-nefrologia.expandida {
    background-image: url('/content/dam/multibrand/ar/es/epof-2023/assets/card1-1.png');
  }

  .tarjeta-neurologia.expandida {
    background-image: url('/content/dam/multibrand/ar/es/epof-2023/assets/card2-2.png');
  }

  .tarjeta-hematologia.expandida {
    background-image: url('/content/dam/multibrand/ar/es/epof-2023/assets/card3-3.png');
  }

  .nav-entendiendo-epof {
    margin-top: -45px;
  }

  .nav-entendiendo-epof button {
    width: 280px;
    height: 45px;
    margin-bottom: -10px;
    border: none;
    border-bottom: 1px solid #707070;
    border-radius: 0;
  }

  #therapeutic-areas-content button {
    width: 280px;
    height: 45px;
    border-radius: 0;
  }

  .subseccion-container button {
    height: 60px !important;
  }

  .titulo-ns-mb {
    line-height: 32px !important;
  }

  .slide-bottom {
    width: 100%;
    height: 400px;
  }

  .text-fucsia-mb {
    font-size: 14.5px !important;
    padding: 0 !important;
    margin: 400px 10px 0 20px !important;
    line-height: 18px !important;
  }

  .contenedor-fucsia-bg-nefro {
    margin-top: 0;
    height: 200px;
    margin-bottom: 60px;
    background-position: center;
  }

  .btn-conozca-mas-mb {
    margin-top: 15px !important;
    max-width: 200px;
    height: 45px;
  }

  .qrs {
    display: flex;
    flex-direction: column;
  }

  #entendiendo-epof,
  #nuestras-soluciones,
  #nuestro-compromiso,
  #nuestros-productos {
    position: relative;
    display: flex;
  }

  /* #entendiendo-epof::after,
    #nuestras-soluciones::after,
    #nuestro-compromiso::after,
    #nuestros-productos::after {
        content: "";
        background-image: url('/content/dam/multibrand/ar/es/epof-2023/assets/down-definicion.png');
        background-size: contain;
        background-repeat: no-repeat;
        width: 11px;
        height: 11px;
        display: inline-block;
        position: absolute;
        top: 58%;
        right: 3.5%;
        transform: translateY(-50%)
    } */
  ;
}

@media (min-width:768px) and (max-width:1000px) {
  .circle-container {
    margin-top: 15px;
  }

  .img-left {
    width: 222px;
    top: 41%;
    left: 31%;
    transform: translate(-50%, -50%) rotate(0);
    z-index: 2;
  }

  .img-right {
    width: 218px;
    top: 40%;
    right: 33%;
    transform: translate(50%, -50%);
    z-index: 1;
  }

  .img-bottom {
    width: 381px;
    bottom: 28%;
    left: 49.1%;
    transform: translate(-50%, 50%);
    z-index: 2;
  }

  .center-circle,
  .inner-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
  }

  .center-circle {
    width: 260px;
    height: 260px;
    background-color: #801852;
    padding: 10px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .center-circle .center-image {
    margin-top: 10px;
    width: 28px;
  }

  .inner-circle {
    width: 300px;
    height: 300px;
    background-color: rgba(255, 255, 255, .4);
    z-index: 2;
  }

  .arrow-left {
    top: 20%;
    left: calc(50% - 180px);
  }

  .arrow-left:hover .hover-content {
    display: block;
    right: 11%;
    transform: translate(80px, -50%);
    width: 220px;
    top: -105%;
  }

  .arrow-right {
    top: 20%;
    right: calc(50% - 230px);
  }

  .arrow-right:hover .hover-content {
    display: block;
    left: 0;
    top: -120%;
    transform: translate(10px, -50%);
  }

  .arrow-bottom {
    bottom: calc(50% - 250px);
    left: 55%;
  }

  #definicion-epof,
  #hematologia-content,
  #necesidades-no-satisfechas,
  #nefrologia-content,
  #neurologia-2-content,
  #neurologia-content,
  #seccion-investigacion-desarrollo,
  #seccion-nuestras-soluciones,
  .contenedor-nuestros-productos {
    margin-left: 20px;
  }

  .titulo-ns-mb {
    line-height: 38px;
  }

  .slide-bottom,
  .contenedor-rgb-nc {
    height: 205px;
  }

  .parrafo-tab {
    padding: 0 !important;
    font-size: 16px !important;
    line-height: 15px !important;
    margin-top: 25px !important;
  }

  .btn-conozca-mas-mb {
    width: 145px;
  }

  .tab-list-element {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width:767px) {
  .tab-container {
    margin: 0 !important;
    padding-top: 0 !important;
  }
}

#nuestro-compromiso:target {
  display: block;
}

.tab-list {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  list-style: none !important;
}

.tab-list-element a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 55px;
  border: 1px solid var(--gris);
  color: var(--gris);
  font-size: 12px;
  border-radius: 5px;
  transition: background-color .3s, color .3s;
  margin-right: 15px;
  text-decoration: none !important;
}

@media (min-width:768px) and (max-width:1100px) {
  .tab-list {
    display: -webkit-inline-box;
  }
}

@media (min-width:769px) {
  #therapeutic-areas-content {
    margin-top: -25px;
    margin-left: 1.5rem;
  }

  #header .column-1 {
    margin-top: -3rem;
  }

  .tab-list {
    padding: 0 !important;
    margin-left: -2rem;
  }

  .img-mujer-home {
    margin-top: 3rem;
  }

  .contenedor-hover-epof {
    display: inline-block;
    position: relative;
    text-decoration: none;
    margin-bottom: -2rem;
  }

  .contenedor-hover-epof a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none !important;
    color: #e4a319;
  }

  .contenedor-hover-epof p {
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
  }

  .contenedor-hover-epof img {
    width: 22px;
    height: auto;
  }

  .icon-arrowr {
    width: 7px !important;
    height: auto;
    margin-top: 5px;
  }

  .linea-hover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #e4a319;
    transform: scaleX(0);
    transform-origin: bottom left;
    transition: transform .3s;
  }

  .contenedor-hover-epof:hover .linea-hover {
    transform: scaleX(1);
  }
}

@media (max-width:768px) {
  .tab-list {
    padding: 0;
    margin-top: 0;
  }

  .compromiso-tab-list {
    margin-top: -20rem;
  }

  .entendiendo-tab-list {
    margin-top: -27rem;
  }

  .soluciones-tab-list {
    margin-top: -27rem;
  }

  .productos-tab-list {
    margin-top: -27rem;
  }

  #compromiso .tab-list-element a {
    border: none;
    border-bottom: 1px solid #000;
    height: 40px;
    margin-bottom: 1px;
    font-size: 16px;
    border-radius: 0;
  }

  #investigacion-desarrollo {
    margin-top: 50px;
  }

  .nav-entendiendo-epof {
    margin-top: 5px;
  }

  .contenedor-hover-epof {
    display: none;
  }
}


/*ajustes diseno*/
/* titulo header */

.epof-header {
  background-size: 100% !important;
  background-repeat: no-repeat;
}

.font-30 {
  font-size: 30px !important;
  line-height: 1.3 !important;
}

.new {
  display: none;
}

.nav-entendiendo,
.nav-entendiendo-epof {
  margin-left: 1.6rem;
}

.btn-compromiso:hover {
  background-color: #E4A319;
  border-color: #E4A319;
  color: white;
}

.btn-entendiendo:hover {
  color: white;
  background-color: #009490;
  border-color: #009490;
}

.btn-soluciones:hover {
  color: white;
  background-color: #CE009F;
  border-color: #CE009F;
}

.btn-productos:hover {
  color: white;
  background-color: #FF6C37;
  border-color: #FF6C37;
}

.boton-redondo-verde {
  background-color: var(--verde);
  color: var(--blanco);
  border: 1px solid transparent;
  border-radius: 30px;
  padding: 10px 45px;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none !important;
  display: inline-block;
  transition: background-color 0.3s, color 0.3s, border 0.3s;
}

.boton-redondo-verde:hover {
  background-color: transparent;
  color: var(--verde);
  border: 1px solid #009490;
}

.tarjeta-boton-1 {
  background-color: var(--verde);
  color: var(--blanco);
  border: 1px solid transparent;
  border-radius: 30px;
  padding: 9px 45px;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none !important;
  display: inline-block;
  transition: background-color 0.3s, color 0.3s, border 0.3s;
}

.tarjeta-boton-1:hover {
  background-color: #009490c2;
  border: 1px solid #009490;
}

.tarjeta-boton-2 {
  border-radius: 30px;
  padding: 10px 45px;
}

.tarjeta-boton-2:hover {
  background-color: #FF6C37D1;
}

.tarjeta-boton-3 {
  border-radius: 30px;
  padding: 10px 45px;
}

.tarjeta-boton-3:hover {
  background-color: #E4A319C7;
}

.accordion-ref * {
  background-color: transparent;
  border: none !important;
}

.d-none {
  display: none;
}

.accordion-ref h4 a {
  font-style: normal !important;
  color: black !important;
  font-family: Helvetica !important;
  font-size: 16px;
  text-decoration: none !important;
  margin-left: 3rem;
  margin-right: 3rem;
}

.accordion-ref .panel-heading {
  background-color: #f5f5f5;
  padding: 20px 0px;
  border-radius: 5px;
}

.accordion-ref .panel-title .fa::before {
  display: none;
}

.accordion-ref .panel-title .fa::after {
  position: relative;
  top: 0px;
  width: 15px;
  height: 15px;
  transition: transform 0.3s ease, top 0.3s ease;
}

.accordion-ref .panel-title .collapsed .fa::after {
  position: relative;
  top: 0px;
  width: 15px;
  height: 15px;
  transition: transform 0.3s ease, top 0.3s ease;
}


/* mobile */

@media (max-width:768px) {

  .soliris-ultomiris img {
    max-width: 100%;
  }

  .contenedor-footer-np {
    padding: 0;
  }

  .tab-list-element a {
    border: none;
    height: 40px;
    font-size: 16px;
    border-radius: 0;
    margin-bottom: 15px;
  }

  #areas,
  #platafo,
  #nuestro-compromiso,
  #produ {
    display: flex;
    justify-content: space-between;
    padding: 20px;
  }

  #platafo {
    border: 2px solid #009490;
    border-radius: 5px;
    text-align: start !important;
    font-size: 14px;
  }

  @media screen and (min-width:652px) {
    .tab-list {
      margin-top: 18rem;
    }
  }

  #nuestro-compromiso {
    border: 2px solid var(--amarillo);
    border-radius: 5px;
    font-size: 14px;
  }

  #areas {
    border: 2px solid var(--fucsia);
    border-radius: 5px;
    text-align: start !important;
    font-size: 14px;
  }

  #produ {
    border: 2px solid var(--naranja);
    border-radius: 5px;
    text-align: start !important;
    font-size: 14px;
  }

  .nav-entendiendo {
    margin-left: 0;
    margin-top: -3.5rem;
  }

  .list-entendiendo-epof {
    width: 270px;
    margin-left: -1rem;
  }
}

@media (min-width:768px) {
  .desktop-none {
    display: none;
  }

  .fix-mt {
    margin-top: -20rem;
  }
}

@media (max-width:768px) {
  .mobile-none {
    display: none;
  }
}

@media (max-width:768px) {



  /* botones menu */

  .tab-list-element {
    width: 100% !important;
    margin: auto 15px;
  }

  .tab-list-element a {
    width: 100% !important;
  }

  .nav-entendiendo {
    margin: auto 15px;
    margin-top: -3.5rem;
    margin-left: 2rem;
    margin-right: 1rem;
  }

  .list-entendiendo-epof {
    width: 100%;
  }

  .nav-ns {
    width: 100% !important;
    margin: auto 15px;
    margin-top: -8.5rem;
    margin-left: 2rem;
    margin-right: 1rem;
  }

  .nav-productos {
    margin: auto 15px;
    margin-top: -4.5rem;
    margin-left: 2rem;
    margin-right: 1rem;
    width: 100% !important;
  }

  .nav-productos a {
    width: 100%;
  }

  .list-nuestros-productos {
    width: 93.5% !important;
    margin-left: -0.4rem;
  }

  .list-nuestras-soluciones {
    width: 93.5% !important;
    margin-left: -4rem;
  }

  #therapeutic-areas-content {
    width: 100%;
    margin-left: 2rem;
  }

  #shua,
  #hpn,
  #nmosd,
  #gmg {
    width: 93.5% !important;
    margin-left: -4rem;
  }

  #hematologia {
    margin-top: -1rem !important;
  }

  #neurologia {
    margin-top: -1rem !important;
  }

  .btn-entendiendo:hover .hover-white {
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
  }

  .btn-soluciones:hover .hover-white {
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
  }

  .btn-productos:hover .hover-white {
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
  }

  .btn-compromiso:hover .hover-white {
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
  }
}

.boton-flecha-violeta:hover .hover-white {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}

.margin-elevate {
  margin-top: -5rem;
}



/*animaciones */

.fade-in {
  -webkit-animation: fade-in 0.5s ease-in-out both;
  animation: fade-in 0.5s ease-in-out both;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.elevate-on {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.elevate-on:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.grow-on {
  transition: transform 0.3s ease;
}

.grow-on:hover {
  transform: scale(1.1);
}

.slide-down {
  -webkit-animation: slide-down 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-down 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-down {
  0% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes show {
  from {
    opacity: 0;
    scale: 25%;
  }

  to {
    opacity: 1;
    scale: 100%;
  }
}

.animate-1 {
  view-timeline-name: --image;
  view-timeline-axis: block;
  animation-timeline: --image;
  animation-name: show;
  animation-range: entry 25% cover 30%;
  animation-fill-mode: both;
}

.card-shua img {
  height: 100%;
  border-radius: 30px;
}

.contenedor-slide {
  z-index: 1;
  position: relative;
  min-height: 200px;
}

.contenedor-slide img {
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}

.cover-data {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
  padding-left: 5%;
  padding-right: 5%;
  opacity: 1;
  transition: 250ms all;
  padding-bottom: 50px;
  color: #fff;
  background-color: #000000aa;
  width: 100%;
  height: 40px;
  padding-top: 20px;
  font-weight: 400;
  font-size: 1.188rem;
  display: flex;
  z-index: 2;
  border-radius: 0px 0px 30px 30px;
}

.cover-data p {
  font-family: LexiaLight !important;
  font-size: 20px;
  font-style: normal;
}


/*290124 danidp carousel recursos (copia de argentina)*/
.recursos-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 20px auto;
}

.recursos-carousel-track-container {
  overflow: hidden;
}

.recursos-carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.recursos-carousel-item {
  flex: 0 0 33.33%;
  box-sizing: border-box;
  padding: 10px;
}

.recursos-carousel-item img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.recursos-carousel-prev,
.recursos-carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
  width: auto;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  display: block;
}

.recursos-carousel-prev {
  background-image: url(/content/dam/multibrand/ar/es/epof-2023/assets/le.png) !important;
}

.recursos-carousel-next {
  background-image: url(/content/dam/multibrand/ar/es/epof-2023/assets/right.png) !important;
}

.recursos-carousel-prev {
  left: 10px;
}

.recursos-carousel-next {
  right: 10px;
}

@media (max-width: 768px) {
  .recursos-carousel-item {
    flex: 0 0 50%;
  }
}

@media (max-width: 480px) {
  .recursos-carousel-item {
    flex: 0 0 100%;
  }
}

.tarjeta-fondo-mat {
  background-image: url(/content/dam/multibrand/ar/es/epof-2025/banner-curso-nefrologia-patologia-renal-mobile.webp);
  padding: 20px;
  border-radius: 20px;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.tarjeta-fondo-hpn {
  background-image: url(/content/dam/multibrand/chile/es/hoy-pensaste-en-hpn/banner-hpn-mobile.png);
  padding: 20px;
  border-radius: 20px;
  height: 100%;
  background-size: cover;
  background-position: center;
}

/*FIN 290124 danidp carousel recursos (copia de argentina)*/


/*Nuevo footer generico*/


.bg-footer {
  background-color: #EBEBEB;
}

.footer-def {
  padding: 45px 0 !important;
  position: relative;
}

.footer-def p {
  font-size: 14px !important;
  color: black;
}

.footer-def b,
.footer-def strong {
  font-family: inherit !important;
}

.centrado {
  display: flex;
  justify-content: center;
  align-items: center;
}

.open-sans-regular {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400 !important;
}

.open-sans-medium {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 500 !important;
}

.open-sans-bold {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 700 !important;
  /* Open Sans Bold */
  ;
}

@font-face {
  font-family: 'Open Sans Condensed';
  src: url('/content/dam/multibrand/ar/es/koselugo/fuentes/OpenSans_Condensed-Regular.ttf') format('truetype');
  font-weight: 400;
  /* Regular */
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans Condensed';
  src: url('/content/dam/multibrand/ar/es/koselugo/fuentes/OpenSans_Condensed-Medium.ttf') format('truetype');
  font-weight: 500;
  /* Medium */
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans Condensed';
  src: url('/content/dam/multibrand/ar/es/koselugo/fuentes/OpenSans_Condensed-Bold.ttf') format('truetype');
  font-weight: 700;
  /* Bold */
  font-style: normal;
}

.qr-footer-koselugo {
  display: flex;
  gap: 10px;
  align-items: center;
}

.footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.footer-links a {
  transition: all 400ms;
  text-align: center;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400 !important;
}

.footer-links a:hover {
  color: var(--color-rosaoscuro) !important;
}

.text-footer p {
  margin-bottom: 8px;
}

.flex-column {
  flex-direction: column;
}

.g-10 {
  gap: 10px;
}

.mt-30 {
  margin-top: 30px;
}

.text-center {
  text-align: center;
}

.m-0 {
  margin: 0px;
}


/*mobile footer*/
@media screen and (max-width: 768px) {
  .qr-footer-koselugo {
    flex-direction: column;
  }

  .footer-links {
    flex-direction: column;
    gap: 25px;
  }

  .text-footer p {
    margin-bottom: 4px;
  }
}

/*tablet footer*/

@media screen and (min-width: 768px) {
  .qr-footer-koselugo {
    flex-direction: row;
  }

  .footer-links {
    flex-direction: row;
  }
}

/*pc footer*/

@media (max-width:768px) {
  .ocultar-en-mobile {
    display: none !important;
  }
}

.d-none {
  display: none;
}

@media (min-width:1200px) {
  #hero-banner {
    height: 300px;
  }
}

/*fin footer generico*/