@charset "UTF-8";
/* Estilos para infografía del informe-médico*/
/* Modificado el 29-02-2024*/
/* Creado el 20-12-23*/
#infomed {
  margin-top: 2rem;
  min-height: 350px; }
  @media (max-width: 991.98px) {
    #infomed {
      width: 100%;
      max-width: none; } }
  #infomed.con-fondo {
    background-image: url(propertyvalues-681979_bg_inicio.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%; }
    @media (max-width: 991.98px) {
      #infomed.con-fondo {
        background-position: center bottom;
        background-size: 100% auto; } }
    @media (min-width: 576px) and (max-width: 991.98px) {
      #infomed.con-fondo {
        padding-bottom: 400px; } }
    @media (max-width: 575.98px) {
      #infomed.con-fondo {
        padding-bottom: 250px; } }
  @media (min-width: 992px) {
    #infomed {
      min-height: 550px; } }
  #infomed .nav-item {
    padding: 0 .5rem .5rem; }
    @media (min-width: 992px) {
      #infomed .nav-item {
        padding: 1rem .5rem .5rem;
        flex: 1 1 auto; } }
    @media (max-width: 575.98px) {
      #infomed .nav-item {
        width: 100%; } }
    @media (min-width: 576px) and (max-width: 991.98px) {
      #infomed .nav-item {
        width: 50%; } }
  #infomed .nav-link {
    font-family: 'Roboto Slab';
    width: 100%;
    position: relative;
    margin: 0;
    transition: all 0.3s ease-out;
    background-color: #bbe25a;
    border-radius: 6px 20px;
    border: 2px solid #fff;
    font-weight: 600;
    color: #475156;
    display: flex;
    align-items: center; }
    #infomed .nav-link:hover {
      transform: scale(1.05);
      will-change: transform; }
    @media (min-width: 992px) {
      #infomed .nav-link {
        border-radius: 6px 40px;
        font-size: 1.25rem;
        min-height: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 4px solid #fff;
        justify-content: center;
        text-align: center; } }
    #infomed .nav-link .imed-numero {
      transition: all 0.3s ease-out;
      text-align: center;
      display: inline-block;
      overflow: hidden;
      height: 30px;
      width: 30px;
      border-radius: 50%;
      border: 2px solid #fff;
      background-color: #0d9d9a;
      color: #fff;
      margin-right: .5rem; }
      @media (min-width: 992px) {
        #infomed .nav-link .imed-numero {
          font-size: 1.875rem;
          height: 50px;
          width: 50px;
          border: 4px solid #fff;
          top: 0;
          left: 0;
          margin: -25px -4px 0;
          position: absolute;
          display: flex;
          align-items: center;
          justify-content: center; } }
    #infomed .nav-link.active {
      background-color: #ebf7ce; }
      #infomed .nav-link.active .imed-numero {
        background-color: #bbe25a;
        color: #475156; }
    @media (min-width: 992px) {
      #infomed .nav-link.ntg-posicion-absoluta {
        margin: 150px 15px 0;
        max-width: 280px; }
        #infomed .nav-link.ntg-posicion-absoluta#infomed_link1 {
          top: 0;
          left: 0; }
        #infomed .nav-link.ntg-posicion-absoluta#infomed_link2 {
          top: 150px;
          left: 0;
          border-radius: 40px 6px; }
          #infomed .nav-link.ntg-posicion-absoluta#infomed_link2 .imed-numero {
            top: auto;
            bottom: 0;
            margin-bottom: -25px; }
        #infomed .nav-link.ntg-posicion-absoluta#infomed_link3 {
          top: 0;
          right: 0;
          border-radius: 40px 6px; }
          #infomed .nav-link.ntg-posicion-absoluta#infomed_link3 .imed-numero {
            margin-left: calc(100% - 50px); }
        #infomed .nav-link.ntg-posicion-absoluta#infomed_link4 {
          top: 150px;
          right: 0; }
          #infomed .nav-link.ntg-posicion-absoluta#infomed_link4 .imed-numero {
            margin-left: calc(100% - 50px);
            top: auto;
            bottom: 0;
            margin-bottom: -25px; } }
  #infomed .tab-pane {
    color: #475156;
    margin-top: 1rem; }
    @media (min-width: 992px) {
      #infomed .tab-pane {
        margin-top: 3rem; } }
    #infomed .tab-pane .col-md-1 {
      min-height: 250px; }
    @media (min-width: 992px) {
      #infomed .tab-pane .col-md-1 img {
        height: 100% !important; } }
    @media (max-width: 991.98px) {
      #infomed .tab-pane .col-md-1 img {
        width: 100% !important;
        height: 100% !important; } }
    #infomed .tab-pane ol {
      padding-top: 10px; }
      #infomed .tab-pane ol > li {
        list-style-type: none;
        counter-increment: lista;
        /* Un nombre identificativo que te guste */
        position: relative;
        margin-bottom: 1rem; }
        #infomed .tab-pane ol > li:before {
          content: counter(lista);
          position: absolute;
          text-align: center;
          font-weight: bold;
          width: 30px;
          height: 30px;
          line-height: 30px;
          background-color: #bbe25a;
          border-radius: 50%;
          left: -35px;
          top: -5px; }
  @media (min-width: 992px) {
    #infomed .ntg-posicion-absoluta {
      position: absolute; } }

#infomed_cambio_requisitos {
  position: relative; }
  #infomed_cambio_requisitos button {
    border: none !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important; }
    #infomed_cambio_requisitos button#btn_requisitos_1 {
      padding-right: 2rem;
      text-align: right; }
    #infomed_cambio_requisitos button#btn_requisitos_2 {
      padding-left: 2rem;
      text-align: left; }
  #infomed_cambio_requisitos .active {
    color: #0f69b4; }

@keyframes ntgSwitchRight {
  from {
    left: 0; }
  to {
    left: 30px; } }
@keyframes ntgSwitchLeft {
  from {
    left: 30px; }
  to {
    left: 0; } }
.ntg-switch {
  width: 50px;
  height: 20px;
  border-radius: 20px;
  border-width: 2px !important;
  position: absolute;
  z-index: -1; }
  .ntg-switch > span {
    position: absolute;
    height: 16px;
    width: 16px;
    border-radius: 16px;
    display: block;
    background-color: #fff; }
    .ntg-switch > span.si {
      left: 0;
      animation: ntgSwitchLeft .2s ease-out; }
    .ntg-switch > span.no {
      left: 30px;
      animation: ntgSwitchRight .2s ease-out; }

#infomed_relacionados {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='uuid-75c73cfc-c9f1-4002-a809-fb558fa578ec' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cline y1='.5' x2='1' y2='.5' style='fill: none; stroke: %23b3b3b3; stroke-miterlimit: 10;'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: 50% center;
  background-size: 1px 100%; }
  #infomed_relacionados .card {
    transition: all 0.3s ease-out;
    border-radius: 6px 40px; }
    #infomed_relacionados .card:hover {
      transform: scale(1.05);
      will-change: transform; }
    @media (min-width: 576px) {
      #infomed_relacionados .card {
        min-height: 160px; } }
    #infomed_relacionados .card#principales_errores {
      background-color: #f7dcec;
      border-color: #e288be; }
      #infomed_relacionados .card#principales_errores .bi {
        color: #e288be; }

/*# sourceMappingURL=estilos-infomed.css.map */
