@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@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,
.visualizacion-mobile 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;
  --bordo: #760007;
  --rojo: #95030C;
}

* {
  font-family: Helvetica !important;
}

.my-4 {
  margin: 40px 0px;
}

.poppins {
  font-family: "Poppins", serif;
}

.html-asset-inner {
  display: none !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-rojo {
  color: var(--rojo);
}

.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-blanco {
  color: var(--blanco);
}

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

.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;
}

.text-bordo {
  color: var(--bordo);
}

/*.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;
  }
}

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

  .visualizacion-pc {
    display: none;
  }

  .mt-mobile {
    margin-top: 30px !important;
  }
}

@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;
  /*-70 auto auto antes*/
  ;
}

.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-mat,
.tarjeta-fondo-hpn,
.tarjeta-fondo-nf1,
.tarjeta-fondo-vademecum::before,
.tarjeta-id::before {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.tarjeta-fondo {
  background-image: url('/content/dam/multibrand/ar/es/epof-2023/assets/Enmascarar%20grupo%20766.png');
  padding: 20px;
  border-radius: 20px;
}

.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;
}

.tarjeta-fondo-nf1 {
  background-image: url('/content/dam/multibrand/ar/es/nf1/nf1-epof-az.webp');
  padding: 20px;
  border-radius: 20px;
}

.tarjeta-fondo-hpn {
  background-image: url('/content/dam/multibrand/ar/es/epof-2025/banner-hpn-mobile.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/ar/es/epof-2023/assets/Grupo-16413.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/ar/es/epof-2023/assets/vadem-card3.png') !important;
  transform: scale(1.06);
  margin-left: -8px;
}

/* Estilos card horizontal*/
@media (min-width: 991px) {
  .horizontal {
    height: 268px;
  }

  .backgr-cards {
    background-image: url('/content/dam/multibrand/ar/es/epof-2023/assets/Banner-Landing-Test-Plasmic-EPOF-H.png') !important;
    padding: 60px 20px !important;
  }

  .cont-tarjeta {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-end;
    padding: 0 130px;
  }

  .bot-horizontal {
    position: sticky;
    height: 45px;
    transform: none;
    margin-bottom: 20px;
    width: 235px;
  }

  a[href="/inicio/contenido/recursos/plasmic-score-calculator.html"] {
    font-size: 20px;
  }
}

.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;
}

.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;
}

.epof-header {
  height: 500px !important;
}

@media(max-width:1400px) {
  .epof-header {
    height: 350px !important;
  }
}

@media(max-width:992px) {
  .epof-header {
    min-height: 100% !important;
  }
}

@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: 100px;
  /*80*/
  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: 12px;*/
  /*}*/

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

  .horizontal-t {
    border-top: 1px solid transparent;
    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: 185px 10px 0 20px !important;
    /*400px 10px 0 20px antes*/
    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;
  }
}

.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;
}

@media(max-width:768px) {
  .contenedor-hover-epof a {
    margin-top: 130px;
  }
}

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

.img-casita-epof {
  /*esto estaba borrado */
  width: 22px;
  height: auto;
}

@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;
  }

  .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: -5rem;
  }

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

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

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

  #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;*/
  /*}*/

  #casita {
    margin-top: -15rem;
    margin-bottom: 1rem;
  }
}


/* ajustes */

/* 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: 15px;
  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: 15px;
  padding: 10px 45px;
}

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

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

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

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

.accordion-ref .accordion-title {
  color: #2A8559;
  line-height: 1.4;
}

/*.d-none {*/
/*  display: none;*/
/*}*/

.accordion-ref h4 a {
  font-style: normal !important;
  color: #2A8559 !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 {
  content: url(/content/dam/multibrand/ar/es/epof-2023/assets/accordion-ref/flecha-hacia-arriba-para-navegar.png);
  position: relative;
  top: -10px;
  width: 15px;
  height: 15px;
  transition: transform 0.3s ease, top 0.3s ease;
}

.accordion-ref .panel-title .collapsed .fa::after {
  content: url(/content/dam/multibrand/ar/es/epof-2023/assets/accordion-ref/flecha-hacia-abajo-para-navegar.png);
  position: relative;
  top: -10px;
  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 (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;
}



/* Nueva tab en Areas terapeuticas */

.circle-container2 {
  position: relative;
  width: 600px;
  height: 600px;
  margin: auto auto 200px;
}

.circle-areas {
  width: 500px;
}

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

.hover-content2 .text-left img {
  width: 90px;
  height: auto;
  position: absolute;
  left: 180px;
  top: 40px;
}

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

.hover-content2 .text-right img {
  width: 90px;
  height: auto;
  position: absolute;
  left: -60px;
  top: -65px;
}

.hover-content2 .text-right-info {
  height: auto;
  position: absolute;
  left: 70px;
  top: -100px;
}

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

.hover-content2 .text-bottom-left img {
  width: 90px;
  height: auto;
  position: absolute;
  left: 180px;
  top: -20px;
}

.hover-content2 .text-bottom-right {
  display: block;
  position: absolute;
  top: 430px;
  left: 400px;
  z-index: 10;
  background: 0 0;
  box-shadow: none;
  width: 140px;
  text-align: right;
}

.hover-content2 .text-bottom-right img {
  width: 90px;
  height: auto;
  position: absolute;
  left: -135px;
  top: -15px;
}

.hover-content2 .text-bottom-right-info {
  height: auto;
  position: absolute;
  left: 110px;
  top: -20px;
}

@media(min-width:768px) {

  #hematologia {
    margin-top: 0;
    margin-bottom: 0;
  }

  #neurologia {
    margin-top: 0;
  }

  #nefrologia {
    margin-bottom: 0;
    margin-top: 5px;
  }
}

.pm-container {
  margin-bottom: -1rem;
}


/* Nuestras soluciones nueva seccion */


.qr-container {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.contenedor-footer-np .column-1 {
  padding-right: 60px !important;
}

@media(max-width:768px) {
  .qr-container {
    flex-direction: column;
    gap: 10px;
  }

  .contenedor-footer-np .column-1 {
    padding-right: 10px !important;
  }
}

.pm-container-ar {
  margin-top: -1rem;
}

.card-product {
  width: 200px;
}

@media(max-width:768px) {
  .card-product {
    width: 370px;
  }

  .mt-20-sm {
    margin-top: 20px;
  }

  .mb-20-sm {
    margin-bottom: 20px;
  }

  .mb-50-sm {
    margin-bottom: 50px;
  }
}

@media(min-width:991px) {
  .text-nosotros {
    padding-left: 10rem;
  }

  .soliris-ultomiris {
    margin-top: 0rem;
  }
}

/* responsive tablet */

@media (min-width: 768px) and (max-width: 1200px) {
  .circle-areas {
    width: 300px;
  }

  .circle-container2 {
    width: 400px;
    height: 400px;
    margin-left: 17rem;
  }

  .hover-content2 .text-left img {
    width: 60px;
    left: 160px;
  }

  .hover-content2 .text-right {
    left: 230px;
  }

  .hover-content2 .text-right img {
    width: 60px;
    left: 0px;
  }

  .hover-content2 .text-bottom-left {
    top: 250px;
    left: -140px;
  }

  .hover-content2 .text-bottom-left img {
    width: 60px;
    left: 160px;
    top: -20px;
  }

  .hover-content2 .text-bottom-right {
    display: block;
    position: absolute;
    top: 270px;
    left: 195px;
    z-index: 10;
    background: 0 0;
    box-shadow: none;
    width: 140px;
    text-align: right;
  }

  .hover-content2 .text-bottom-right img {
    width: 60px;
    height: auto;
    position: absolute;
    left: -75px;
    top: -20px;
  }

  .hover-content2 .text-bottom-right-info {
    left: 110px;
    top: -20px;
  }
}

.footer-nuestrosproductos {
  padding: 20px 0px;
}

/* Ajustes navbar */



@media (min-width:768px) and (max-width: 991px) {

  #seccion-nuestras-soluciones,
  .contenedor-nuestros-productos,
  #definicion-epof {
    padding-left: 30px;
  }
}

@media (min-width:768px) and (max-width: 1200px) {


  .soluciones-tab-list,
  .productos-tab-list,
  .entendiendo-tab-list,
  .compromiso-tab-list {
    margin-left: 20px !important;
  }

  .soluciones-tab-list li,
  .productos-tab-list li,
  .entendiendo-tab-list li,
  .compromiso-tab-list li {
    margin-bottom: 10px;
  }
}

@media(max-width:1200px) {
  .tab-list {
    justify-content: start;
  }
}

@media (min-width:768px) {
  /*.epof-header {*/
  /*  max-height: 40rem;*/
  /*};;*/
}

@media (min-width:769px) and (max-width:1200px) {
  /*.epof-header {*/
  /*  max-height: 35rem;*/
  /*};;*/
}


/* Ajustes Testing 09/09 */


.titulo-header {
  font-size: 40px;
  max-width: 500px;
}

.contenedor-bg-nefro {
  min-height: 385px;
  /*340*/
  margin-top: 10px;
}

@media (max-width:768px) {
  .compromiso-text-1 {
    margin-top: -5rem;
  }

  .btn-nuestras-soluciones {
    margin-top: -3rem;
  }

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

/*----ajustes lucas----*/
@media screen and (max-width: 767px) {
  body.fixed-top-margin {
    margin-top: 45px !important;
  }
}

.br-12 {
  border-radius: 12px;
}

.cardcirculo-tab-container {
  padding: 25px;
  margin-top: 85px;
}

.cardcirculo-hemoglub-container {
  margin-top: 75px !important;
}

.cardcirculo-espectro-container {
  margin-top: 65px !important;
  margin-bottom: 95px !important;
}

.cardcirculo-tab-container .row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cardcirculo-texto-container,
.cardcirculo-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
}

.cardcirculo-texto-container p {
  font-weight: bold;
  font-size: 16px !important;
  margin-bottom: 0 !important;
}

.cardcirculo-img-container img {
  position: absolute;
  top: -90px;
  width: 220px;
}

.cardcirculo-img-container .espectro-img-pc {
  top: -50px;
}

/*mobie hasta tablet*/
@media screen and (max-width: 768px) {
  .font-mobile-16 {
    font-size: 16px;
  }

  .contenedor-bg-nefro {
    background-position: center;
  }

  /*distancia banner con el header*/
  .epof-header {
    padding-top: 15px !important;
  }


  /*cards con foto circulo*/
  .cardcirculo-tab-container .row {
    flex-direction: column;
  }

  .cardcirculo-img-container {
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .cardcirculo-texto-container p {
    padding-left: 25px !important;
  }
}

/*pc*/

@media screen and (min-width: 768px) {
  .font-desktop-14 {
    font-size: 14px;
  }

  .epof-header {
    padding-top: 55px !important;
  }

  /*cards img circulo*/
  .hemoglub-img-pc {
    top: -70px !important;
  }
}

@media screen and (max-width: 375px) {
  .tarjetas-necesidades {
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 375px) and (max-width: 525px) {
  .tarjetas-necesidades {
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 525px) and (max-width: 768px) {
  .tarjetas-necesidades {
    margin-bottom: 5px;
  }
}

/*links rueda*/
.ruedalink,
.ruedalink-sub {
  cursor: pointer;
  transition: all 400ms;
}

.ruedalink:hover,
.ruedalink-sub:hover {
  color: #CE009F;
}


/*acordeones*/

.acc-accordion {
  background-color: #f5f5f5;
  color: #000;
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  position: relative;
  z-index: 20;
  font-size: 16px;
}

.acc-accordion.active,
.acc-accordion:hover {
  background-color: #bababa;
}

.acc-panel {
  padding: 20px 30px;
  height: fit-content;
  background-color: transparent;
  opacity: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.display-none {
  display: none;
}

.rotate-arrow-up {
  animation: arrowrotateup 300ms both;
  transition: 400ms;
}

.rotate-arrow-down {
  animation: arrowrotatedown 300ms both;
}

.accordion-disappear {
  animation: disappear 300ms both;
}

.accordion-appear {
  animation: appear 400ms both;
}

@keyframes appear {
  0% {
    display: none;
    opacity: 0;
    transform: translateY(-18px);
  }

  100% {
    display: flex;
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes disappear {
  0% {
    display: flex;
    opacity: 1;
    transform: translateY(0px);
    height: fit-content;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    display: none;
    opacity: 0;
    transform: translateY(-18px);
  }
}

@keyframes arrowrotateup {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(180deg);
  }
}

@keyframes arrowrotatedown {
  0% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(0);
  }
}

.ocultar-falta-aprobacion {
  display: nonen;
}

.contenedor-bg-nefro {
  background-size: contain !important;
  background-repeat: no-repeat;
}

.boton-card-line {
  display: flex;
  line-height: 16px;
  border: solid red;
}

.cta-btn-white {
  background: transparent;
  border: solid 2px white;
  color: white;
  border-radius: 8px;
  font-weight: bold;
  padding: 5px 10px;
}

.cta-btn-white div {
  margin: 0px;
}

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

@media(min-width: 1200px) {
  .visualizacion-mb {
    display: none;
  }
}

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

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

.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;
}

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

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

.subrayado-oscuro {
  border-color: var(--color-efecto-2);
  padding-bottom: 2rem;
}

h2.tarjeta-titulo-plasmic {
  font-size: 48px !important;
}

/*banner hpn*/
.banner-hpn {
  margin-top: 40px;
}

.banner-hpn img {
  border-radius: 16px;
}




/*carousel recursos*/
.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%;
  }
}

/*icono video kaltura*/
.fa {
  font-family: FontAwesome !important;
}

.recursos-carousel-prev,
.recursos-carousel-next {
  height: 30px;
  width: 30px;
}

.ocultar {
  display: none;
}

.products-cards {
  display: flex;
  justify-content: center;
}

@media (max-width:768px) {
  .products-cards {
    flex-direction: column;
    align-items: center;
  }

  .products-cards .card-product {
    width: 100%;
  }
}


/* hematologia-content */
#hematologia-content {
  width: 60vw;
  padding: 0;
}

#hematologia-content p {
  color: #828282;
  font-size: 20px;
}

#hematologia-content h2,
#hematologia-content h3,
#hematologia-content h5 {
  color: #2A8559;
  line-height: 1.4;
}



/* patologias-content */
#patologias-content {
  width: 60vw;
  padding: 0;
}

#patologias-content .sect-1 {
  margin-bottom: 2rem;
}

#patologias-content p {
  color: #828282;
  font-size: 20px;
}

#patologias-content .sect-1 h2 {
  color: #2A8559;
}

#patologias-content .img-1 {
  max-width: 100%;
  height: auto;
  width: 90rem;
  margin: 2rem 0;
}

#patologias-content .ref-border {
  border: 3px solid green;
  padding: 3rem;
}

#patologias-content .ref-border h4 {
  color: #2A8559;
}


/* fisiopatologias-content */
#fisiopatologias-content {
  width: 60vw;
  padding: 0;
}

#fisiopatologias-content p {
  color: #828282;
  font-size: 20px;
}

#fisiopatologias-content small {
  color: #828282;
}

#fisiopatologias-content .sect-1 h2 {
  color: #2A8559;
}

#fisiopatologias-content .img-1 {
  max-width: 100%;
  height: auto;
  width: 90rem;
  margin: 2rem 0;
}

#fisiopatologias-content .sect-2 .border-group {
  border: 1px solid green;
  border-radius: 1rem;
  padding: 1rem 10rem;
  text-align: center;
  position: relative;
  justify-self: left;
}

#fisiopatologias-content .sect-2 .border-group p {
  margin: 0;
  font-size: 20px;
}

#fisiopatologias-content #sect-3 {
  padding: 5rem;
}

#fisiopatologias-content #sect-3 h3 {
  color: #2A8559;
  line-height: 1.4;
}

#fisiopatologias-content .newImage {
  position: relative;
  justify-items: center;
}

#fisiopatologias-content #sect-3 .img-2 {
  max-width: 100%;
  height: auto;
  width: 90rem;
  margin: 2rem 0;
}

#fisiopatologias-content #sect-3 .text {
  margin: 2rem 0;
}

#fisiopatologias-content #sect-3 .text h5 {
  color: #2A8559;
  text-align: center;
  line-height: 1.4;
}

#fisiopatologias-content .sect-4 {
  margin: 2rem 0;
}

#fisiopatologias-content .sect-4 h3 {
  color: #2A8559;
  line-height: 1.4;
}

#fisiopatologias-content .sect-4 .img-3 {
  max-width: 100%;
  height: auto;
  width: 90rem;
  margin: 2rem 0;
}

#fisiopatologias-content .sect-5 {
  margin: 2rem 0;
}

#fisiopatologias-content .sect-5 small {
  color: #828282;
}

#fisiopatologias-content .ref-border {
  border: 3px solid green;
  padding: 3rem;
}

#fisiopatologias-content .ref-border h4 {
  color: #2A8559;
}



/* grupos-alto-riesgo-content */
#grupos-alto-riesgo-content {
  width: 60vw;
  padding: 0;
}

#grupos-alto-riesgo-content {
  margin: 2rem 0;
}

#grupos-alto-riesgo-content p {
  color: #828282;
  font-size: 20px;
}

#grupos-alto-riesgo-content small {
  color: #828282;
}

#grupos-alto-riesgo-content .sect-1 {
  margin-bottom: 2rem;
  text-align: justify;
}

#grupos-alto-riesgo-content .sect-1 h2,
#grupos-alto-riesgo-content .sect-1 .text-1 {
  color: #2A8559;
}

#grupos-alto-riesgo-content .img-1 {
  max-width: 100%;
  height: auto;
  width: 90rem;
  margin: 2rem 0;
}

#grupos-alto-riesgo-content .sect-2 {
  margin-bottom: 2rem;
  text-align: justify;
}

#grupos-alto-riesgo-content .ref-border {
  border: 3px solid green;
  padding: 3rem;
}

#grupos-alto-riesgo-content .ref-border h4 {
  color: #2A8559;
}



/* pronostico-content */
#pronostico-content {
  width: 60vw;
  padding: 0;
}

#pronostico-content {
  margin: 2rem 0;
}

#pronostico-content p {
  color: #828282;
  font-size: 20px;
}

#pronostico-content small {
  color: #828282;
}

#pronostico-content .sect-1 {
  margin-bottom: 2rem;
  text-align: justify;
}

#pronostico-content .sect-1 h2,
#pronostico-content .sect-1 .text-1 {
  color: #2A8559;
}

#pronostico-content .img-1 {
  max-width: 100%;
  height: auto;
  width: 90rem;
  margin: 2rem 0;
}

#pronostico-content .sect-2 {
  margin-bottom: 2rem;
  text-align: justify;
}

#pronostico-content .ref-border {
  border: 3px solid green;
  padding: 3rem;
}

#pronostico-content .ref-border h4 {
  color: #2A8559;
}



/* signos-sintomas-content */
#signos-sintomas-content {
  width: 60vw;
  padding: 0;
}

#signos-sintomas-content {
  margin: 2rem 0;
}

#signos-sintomas-content p {
  color: #828282;
  font-size: 20px;
}

#signos-sintomas-content small {
  color: #828282;
}

#signos-sintomas-content .sect-1 {
  margin-bottom: 2rem;
  text-align: justify;
}

#signos-sintomas-content .sect-1 h2 {
  color: #2A8559;
}

#signos-sintomas-content .img-1 {
  max-width: 100%;
  height: auto;
  width: 90rem;
  margin: 2rem 0;
}

#signos-sintomas-content .sect-2 {
  justify-self: center;
}

#signos-sintomas-content .sect-2 .border-group {
  border: 1px solid green;
  border-radius: 1rem;
  padding: 1rem 10rem;
  text-align: center;
  position: relative;
  justify-self: left;
  margin: 2rem 0;
}

#signos-sintomas-content .sect-2 .border-group p {
  margin: 0;
  font-size: 20px;
}

#signos-sintomas-content .ref-border {
  border: 3px solid green;
  padding: 3rem;
}

#signos-sintomas-content .ref-border h4 {
  color: #2A8559;
}




/* deteccion-diagnostico-content */
#deteccion-diagnostico-content {
  width: 60vw;
  padding: 0;
  margin: 2rem 0;
}

#deteccion-diagnostico-content p {
  color: #828282;
  font-size: 20px;
}

#deteccion-diagnostico-content small {
  color: #828282;
}

#deteccion-diagnostico-content .sect-1 {
  margin-bottom: 2rem;
}

#deteccion-diagnostico-content .sect-1 h2,
#deteccion-diagnostico-content .sect-1 h4 {
  color: #2A8559;
  margin: 0;
  line-height: 1.4;
}

#deteccion-diagnostico-content .img-1 {
  max-width: 100%;
  height: auto;
  width: 90rem;
  margin: 2rem 0;
}

#deteccion-diagnostico-content .sect-2 {
  margin: 2rem 0;
  text-align: justify;
}

#deteccion-diagnostico-content .sect-2 .text-1 h3 {
  color: #2A8559;
  text-align: justify;
  line-height: 1.4;
}

#deteccion-diagnostico-content #sect-3 {
  padding: 5rem;
}

#deteccion-diagnostico-content #sect-3 h3 {
  color: #2A8559;
  margin-bottom: 5rem;
  line-height: 1.4;
}

#deteccion-diagnostico-content .newImage {
  position: relative;
  justify-items: center;
}

#deteccion-diagnostico-content #sect-3 .img-2 {
  max-width: 100%;
  height: auto;
  width: 90rem;
  margin: 2rem 0;
}

#deteccion-diagnostico-content #sect-3 .text-1 {
  margin: 5rem 0;
  text-align: justify;
}

#deteccion-diagnostico-content .sect-4 {
  margin-top: 2rem;
  margin-bottom: -3rem;
  text-align: center;
}

#deteccion-diagnostico-content .sect-4 h3 {
  color: #2A8559;
  margin-bottom: 5rem;
  line-height: 1.4;
}


#deteccion-diagnostico-content .img-3 {
  max-width: 100%;
  height: auto;
  width: 90rem;
  margin: 2rem 0;
}

#deteccion-diagnostico-content .border-group {
  border: 1px solid green;
  border-radius: 1rem;
  padding: 1rem 10rem;
  text-align: center;
  position: relative;
  justify-self: left;
  margin: 2rem 0;
}

#deteccion-diagnostico-content .border-group p {
  margin: 0;
  font-size: 20px;
}

#deteccion-diagnostico-content .ref-border {
  border: 3px solid green;
  padding: 3rem;
}

#deteccion-diagnostico-content .ref-border h4 {
  color: #2A8559;
  line-height: 1.4;
}



/* trombosis-content */
#trombosis-content {
  width: 60vw;
  padding: 0;
  margin: 2rem 0;
}

#trombosis-content p {
  color: #828282;
  font-size: 20px;
}

#trombosis-content small {
  color: #828282;
}

#trombosis-content .sect-1,
#trombosis-content .sect-2,
#trombosis-content .sect-3,
#trombosis-content .sect-5,
#trombosis-content .sect-6,
#trombosis-content .sect-8,
#trombosis-content .sect-9 {
  margin-bottom: 2rem;
}

#trombosis-content .sect-1 h2,
#trombosis-content .sect-1 h4 {
  color: #2A8559;
  margin: 0;
  line-height: 1.4;
}

#trombosis-content .img-1 {
  max-width: 100%;
  height: auto;
  width: 90rem;
  margin: 2rem 0;
}

#trombosis-content #sect-4 {
  padding: 5rem;
}

#trombosis-content #sect-4 h3 {
  color: #2A8559;
  margin-bottom: 5rem;
  line-height: 1.4;
}

#trombosis-content .newImage {
  position: relative;
  justify-items: center;
}

#trombosis-content #sect-4 .img-2 {
  max-width: 100%;
  height: auto;
  width: 90rem;
  margin: 2rem 0;
}

#trombosis-content .border-group {
  border: 1px solid green;
  border-radius: 1rem;
  padding: 1rem 10rem;
  text-align: center;
  position: relative;
  justify-self: left;
  margin: 2rem 0;
}

#trombosis-content .border-group p {
  margin: 0;
  font-size: 20px;
}

#trombosis-content .border-group2 {
  border: 1px solid green;
  border-radius: 1rem;
  padding: 1rem 10rem;
  background: #fff;
  text-align: center;
  position: relative;
  justify-self: left;
  margin: 2rem 0;
}

#trombosis-content .border-group2 p {
  margin: 0;
  font-size: 20px;
}

#trombosis-content .sect-5 h3 {
  color: #2A8559;
  margin-bottom: 5rem;
  line-height: 1.4;
}

#trombosis-content .sect-5 .img-3 {
  max-width: 100%;
  height: auto;
  width: 90rem;
  margin: 2rem 0;
}

#trombosis-content #sect-7 {
  padding: 5rem;
}

#trombosis-content #sect-7 h3 {
  color: #2A8559;
  margin-bottom: 5rem;
  line-height: 1.4;
}

#trombosis-content .sect-8 h3 {
  color: #2A8559;
  margin-bottom: 5rem;
  line-height: 1.4;
}

#trombosis-content .sect-8 .img-4 {
  max-width: 100%;
  height: auto;
  width: 90rem;
  margin: 2rem 0;
}

#trombosis-content .sect-9 span {
  font-size: 1rem;
  line-height: 1;
  color: #828282;
}


#trombosis-content .ref-border {
  border: 3px solid green;
  padding: 3rem;
}

#trombosis-content .ref-border h4 {
  color: #2A8559;
  line-height: 1.4;
}





/* sindrome-content */
#sindrome-content {
  width: 60vw;
  padding: 0;
  margin: 2rem 0;
}

#sindrome-content p {
  color: #828282;
  font-size: 20px;
}

#sindrome-content small {
  color: #828282;
}

#sindrome-content .sect-1,
#sindrome-content .sect-2,
#sindrome-content .sect-4 {
  margin-bottom: 2rem;
}

#sindrome-content .sect-1 h2,
#sindrome-content h3,
#sindrome-content .sect-1 h4 {
  color: #2A8559;
  margin: 0;
  line-height: 1.4;
}

#sindrome-content .newImage {
  position: relative;
  justify-items: center;
}

#sindrome-content .img-1 {
  max-width: 100%;
  height: auto;
  width: 90rem;
  margin: 2rem 0;
}

#sindrome-content #sect-3,
#sindrome-content #sect-6 {
  padding: 5rem;
}

#sindrome-content #sect-3 h3,
#sindrome-content #sect-6 h3 {
  color: #2A8559;
  margin: 0;
  line-height: 1.4;
  padding: 3rem 0;
}

#sindrome-content #sect-3 .img-2,
#sindrome-content .img-3,
#sindrome-content #sect-6 .img-4 {
  max-width: 100%;
  height: auto;
  width: 90rem;
  margin: 2rem 0;
}

#sindrome-content #sect-3 .border-group2 {
  border: 1px solid green;
  border-radius: 1rem;
  padding: 1rem 10rem;
  background: #fff;
  text-align: center;
  position: relative;
  justify-self: left;
  margin: 2rem 0;
}

#sindrome-content #sect-3 .border-group2 p {
  margin: 0;
  font-size: 20px;
}

#sindrome-content .sect-4 h3 {
  color: #2A8559;
  margin: 0;
  line-height: 1.4;
}

#sindrome-content .ref-border {
  border: 3px solid green;
  padding: 3rem;
}

#sindrome-content .ref-border h4 {
  color: #2A8559;
  line-height: 1.4;
}




/* aa-content */
#aa-content {
  width: 60vw;
  padding: 0;
  margin: 2rem 0;
}

#aa-content p {
  color: #828282;
  font-size: 20px;
}

#aa-content small {
  color: #828282;
}

#aa-content .sect-1,
#aa-content .sect-2,
#aa-content .sect-4 {
  margin-bottom: 2rem;
}

#aa-content .sect-1 h2,
#aa-content .sect-1 h4 {
  color: #2A8559;
  margin: 0;
  padding-bottom: 1.5rem;
  line-height: 1.4;
}

#aa-content .sect-1 .area {
  justify-items: center;
}

#aa-content .sect-1 .area .rect-1 p,
#aa-content .sect-1 .area .rect-2 p {
  font-size: 20px;
  color: #fff;
  margin: 0;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  #aa-content .sect-1 .area .rect-1 p,
  #aa-content .sect-1 .area .rect-2 p {
    font-size: 2rem;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  #aa-content .sect-1 .area .rect-1 {
    background: #2A8559;
    padding: 6rem 60px;
    text-align: center;
    border-radius: 2rem;
    margin: 2rem 0;
    width: 100%;
  }
  
  #aa-content .sect-1 .area .rect-2 {
    background: #2A7484;
    padding: 6rem 60px;
    text-align: center;
    border-radius: 2rem;
    margin: 2rem 0;
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  #aa-content .sect-1 .area .rect-1 {
    background: #2A8559;
    padding: 6rem 60px;
    text-align: center;
    border-radius: 2rem;
    margin: 2rem 0;
    width: 60%;
  }
  
  #aa-content .sect-1 .area .rect-2 {
    background: #2A7484;
    padding: 6rem 60px;
    text-align: center;
    border-radius: 2rem;
    margin: 2rem 0;
    width: 60%;
  }
}

@media screen and (min-width: 1023px){
  #aa-content .sect-1 .area .rect-1 {
    background: #2A8559;
    padding: 6rem 60px;
    text-align: center;
    border-radius: 2rem;
    margin: 2rem 0;
    width: 80%;
  }
  
  #aa-content .sect-1 .area .rect-2 {
    background: #2A7484;
    padding: 6rem 60px;
    text-align: center;
    border-radius: 2rem;
    margin: 2rem 0;
    width: 80%;
  }
}

#aa-content .sect-1 p {
  color: #2A7484;
  font-size: 20px;
}

#aa-content #sect-2,
#aa-content #sect-3 {
  padding: 5rem;
}

#aa-content h3,
#aa-content #sect-2 h3,
#aa-content #sect-3 h3 {
  color: #2A8559;
  margin-bottom: 5rem;
  line-height: 1.4;
}

#aa-content .newImage {
  position: relative;
  justify-items: center;
}

#aa-content .img-2,
#aa-content #sect-2 .img-1,
#aa-content #sect-3 .img-2 {
  max-width: 100%;
  height: auto;
  width: 90rem;
  margin: 2rem 0;
}

#aa-content #sect-2 .border-group2 {
  border: 1px solid green;
  border-radius: 1rem;
  padding: 1rem 10rem;
  background: #fff;
  text-align: center;
  position: relative;
  justify-self: left;
  margin: 2rem 0;
}

#aa-content #sect-2 .border-group2 p {
  margin: 0;
  font-size: 20px;
}

#aa-content .ref-border {
  border: 3px solid green;
  padding: 3rem;
}

#aa-content .ref-border h4 {
  color: #2A8559;
  line-height: 1.4;
}



@media (min-width: 768px) and (max-width: 1000px) {

  #definicion-epof,
  #hematologia-content,
  #necesidades-no-satisfechas,
  #nefrologia-content,
  #neurologia-2-content,
  #neurologia-content,
  #seccion-investigacion-desarrollo,
  #seccion-nuestras-soluciones,
  .contenedor-nuestros-productos,
  #aa-content,
  #sindrome-content,
  #trombosis-content,
  #deteccion-diagnostico-content,
  #signos-sintomas-content,
  #pronostico-content,
  #grupos-alto-riesgo-content,
  #fisiopatologias-content,
  #patologias-content {
    margin-left: 20px;
    padding-left: 40px;
  }
}


#bg-PM {
  padding: 1rem 0;
}

#bg-PM p {
  margin: 0;
  font-size: 15px;
}

.d-none{
    display:none;
}

/* Ajustes finales */

#patologias-content .sect-1 p, 
#fisiopatologias-content .sect-1 p,
#grupos-alto-riesgo-content .sect-1 p:not(.text-1),
#pronostico-content .sect-1 p:not(.text-1),
#signos-sintomas-content .sect-1 p {
  font-weight: 600;
}

#fisiopatologias-content #sect-3 .text h5 {
  font-weight: 600;
  font-size: 2.3rem
}

.accordion-ref .referencias-secciones {
  line-height: 1;
}

#fisiopatologias-content .sect-2 .border-group::before,
#signos-sintomas-content .sect-2 .border-group::before,
#deteccion-diagnostico-content .border-group::before,
#deteccion-diagnostico-content .border-group::before,
#trombosis-content .border-group2::before,
#trombosis-content .border-group::before,
#sindrome-content #sect-3 .border-group2::before,
#aa-content #sect-2 .border-group2::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  z-index: 3;
  background-color: #2A8559;
  top: 50%;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  left: -5px;
  border-radius: 50%;
}

#patologias-content .sect-1,
#fisiopatologias-content .sect-1,
#fisiopatologias-content .sect-2,
#fisiopatologias-content .sect-4,
#fisiopatologias-content .sect-5,
#grupos-alto-riesgo-content .sect-1,
#pronostico-content .sect-1,
#pronostico-content .sect-2,
#signos-sintomas-content .sect-1,
#signos-sintomas-content .sect-2,
#deteccion-diagnostico-content .sect-1,
#deteccion-diagnostico-content .sect-2,
#deteccion-diagnostico-content .sect-4,
#trombosis-content .sect-1,
#trombosis-content .sect-3,
#trombosis-content .sect-5,
#trombosis-content .sect-6,
#trombosis-content .sect-8,
#trombosis-content .sect-9,
#sindrome-content .sect-1,
#sindrome-content .sect-4,
#aa-content .sect-1 {
  padding: 0
}

#hematologia-content,
#patologias-content,
#fisiopatologias-content,
#grupos-alto-riesgo-content,
#pronostico-content,
#signos-sintomas-content,
#deteccion-diagnostico-content,
#trombosis-content,
#sindrome-content,
#aa-content {
  width: auto;
}