/*c:*/
:root {
    --cGuinda: #A50034;
    --cCafe: #CEB888;
    --cGris: #EDEEF0;
    --cGrisF: #63666A;
    --cAzul: #253746;
    --cGrisClaro: #e3e3e3;
  }

  @font-face {
    font-family: 'Sublima-Light';
    src: url('../fonts/sublima/Sublima-Light.otf');
  }

  @font-face {
    font-family: 'sublima_bold';
    src: url('../fonts/sublima/Sublima-ExtraBold.otf');
  }

  *,
  *::before,
  *::after {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
    text-decoration: none;
    list-style: none;
    text-decoration: none;
  }

  body {
    box-sizing: border-box;
    font-family: 'Sublima-Light';
    list-style: none;
    text-decoration: none;
  }

  .body-cumplimiento {
    margin-top: 4rem;
  }

  .contenedor-principal {
    position: relative;
    bottom: 10px;
    margin-top: -5rem;
    margin-bottom: 5rem;
  }

  #encabezado_imagen {
    width: auto;
    max-width: 100%;
  }

  /* tabs */
  .options {
    display: flex;
    list-style: none;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 30px;
    margin-bottom: 0;
  }

  .option {
    text-align: center;
    padding: 10px 25px;
    color: white;
    cursor: pointer;
    font-weight: bold;
    font-style: 'Sublima-Bold';
    background-color: var(--cAzul);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;

  }

  .option-active {
    background: var(--cAzul) !important;
    color: white !important;
  }

  .option-active:before,
  .option-active:after {
    background-color: var(--cAzul) !important;
    color: white !important;

  }

  .contents {
    box-shadow: 0px 7px 7px 6px rgba(0, 0, 0, 0.1);
    width: 80%;
    /* min-width: 400px; */
    margin: 0 auto;
    margin-bottom: 68px;
    overflow: hidden;
    transition: border 250ms ease;
  }

  .content {
    width: 100%;
    height: 100%;
    color: #fff;
    display: none;
    padding: 20px;
    box-shadow: 0px 7px 7px 6px rgba(0, 0, 0, 0.1);
    border-style: solid;
    border-top-color: var(--cAzul);
    border-width: 3rem;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-radius: 1rem;

  }

  .content-active {
    display: block;
    color: black;
    box-shadow: 0px 7px 7px 6px rgba(0, 0, 0, 0.1);
    border-style: solid;
    border-top-color: var(--cAzul);
    border-width: 3rem;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-radius: 1rem;
    height: 950px;
  }

  .content h3 {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(255, 255, 255, .3);
    letter-spacing: 2px;
    margin: 10px;
  }

  .content p {
    margin: 15px;
    letter-spacing: 1px;
  }


  /*iconos de buscar*/
  .nav-buscarcum {
    position: absolute;
    border-top-left-radius: 1.5em;
    border-top-right-radius: 1.5em;
    right: -6rem;
    width: auto;
    background-color: var(--cAzul) !important;
    height: auto;
  }

  .inputbuscarcum {
    box-sizing: border-box;
    margin: 0px 4px 20px 20px;
    padding: 0px 10px 0px 20px;
    font-size: 15px;
    height: 25px;
    border-radius: 15px;
    font-size: 15px;
    outline: none;
  }

  .input-ibuscar {
    color: white;
    position: absolute;
    width: 20px;
    height: 30px;
    left: 18px;
    transform: translate(-6px, -16%);
    z-index: 2;
  }


  /*selects*/
  .container {
    display: flex;
    justify-content: center;
    padding: 1rem;
  }


  /*tab mun*/

  .container2 {
    width: auto;
    height: auto;
    margin: 2rem 8rem;
  }

  .optionsMun {
    display: flex;
    list-style: none;
    margin-left: 3rem;
    margin-bottom: 0;
  }

  .optionMun {
    text-align: center;
    padding: 5px 25px;
    color: white;
    cursor: pointer;
    font-family: 'sublima_bold';
    font-size: 18px;
    background-color: var(--cGris);
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;

  }

  .optionMun-active {
    background: var(--cCafe);
    color: white;
  }

  .contentsMun {
    width: 100%;
    height: 85%;
  }

  .contentMun {
    width: 100%;
    height: 100%;
    color: #fff;
    display: none;
    padding: 20px;
    /*    */
  }

  .contentMun-active {
    display: block;
    color: black;
    border-style: solid;
    border-top-color: var(--cCafe);
    border-width: 2px;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }

  .tablas-forma {
    width: 80%;
    /* min-width: 400px; */
    margin: 0 auto;
    overflow: hidden;
    transition: border 250ms ease;
  }

  .tablas-forma ul {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    padding-left: 48px;
    list-style-type: none;
  }

  .tablas-forma ul * {
    margin: 0px;
    padding: 0px;
  }

  .tablas-forma ul li {
    display: block;
    float: right;
    padding: 10px 29px 8px;
    background-color: var(--cGrisClaro);
    margin-right: 66px;
    position: relative;
    cursor: pointer;
    color: #777;
    font-style: 'sublima-Bold';

    transition: all 250ms ease;
  }

  .tablas-forma ul li:before,
  .tablas-forma ul li:after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 44px;
    background-color: var(--cGrisClaro);
    transition: all 250ms ease;
  }

  .tablas-forma ul li:before {
    right: -24px;
    transform: skew(30deg, 0deg);
    box-shadow: rgba(0, 0, 0, .1) 3px 2px 5px, inset rgba(255, 255, 255, .09) -1px 0;
  }

  .tablas-forma ul li:after {
    left: -24px;
    transform: skew(-30deg, 0deg);
    box-shadow: rgba(0, 0, 0, .1) -3px 2px 5px, inset rgba(255, 255, 255, .09) 1px 0;
  }

  .tablas-forma ul li:hover,
  .tablas-forma ul li:hover:before,
  .tablas-forma ul li:hover:after {
    background-color: var(--cAzul);
    color: #fff;
  }

  .tablas-forma ul li.active {}

  .tablas-forma ul li.active,
  .tablas-forma ul li.active:before,
  .tablas-forma ul li.active:after {
    background-color: var(--cAzul);
    color: var(--cGrisClaro);
  }

  /* Round Tabs */
  .tablas-forma ul li {
    border-radius: 8px 8px 0 0;
  }

  .tablas-forma ul li:before {
    border-radius: 0 14px 0 0;
  }

  .tablas-forma ul li:after {
    border-radius: 14px 0 0 0;
  }

  .sub li:before,
  .sub li:after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 44px;
    background-color: var(--cAzul) !important;
    transition: all 250ms ease;
  }


  a:hover,
  a:focus {
    outline: none;
    text-decoration: none;
  }

  .tab .nav-tabs li a {
    display: block;
    padding: 10px;
    border: 1px solid var(--cGrisClaro);
    border-radius: 50px;
    background: var(--cGrisClaro);
    font-size: 14px;
    color: var(--cGrisF);
    text-align: center;
    margin: 0 5px 30px 0;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
    line-height: 0.7;
    text-decoration: none;
    font-family: 'Sublima-Light';


  }

  .tab .nav-tabs li a:hover {
    color: var(--cCafe);
    border: 2px solid var(--cCafe);
  }

  .tab .nav-tabs li.active a {
    color: var(--cGrisClaro);
    background-color: var(--cCafe);
    border: 2px solid var(--cCafe);
  }

  .tab .tab-content {
    padding: 20px;
    margin-top: 0;
    border-radius: 0 0 5px 5px;
    font-size: 15px;
    color: #000000;
    background: #fff;
    line-height: 30px;
  }

  .tab .tab-content h3 {
    font-size: 24px;
    margin-top: 5px;
  }



  .btn {
    background-color: var(--cCafe);
    color: #fff;
    border: 1px solid var(--cCafe);
    border-radius: 50px;
    line-height: 0.7;
    width: 65px;


  }

  .nav-tabs {
    border-bottom: none !important;
  }

  a:hover {
    text-decoration: none;
  }


  /* Para el scroll de los contenedores  */
  .c {
    overflow: scroll;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 950px;
    scrollbar-color: rgba(0, 0, 0, .5) rgba(0, 0, 0, 0);
    scrollbar-width: thin;


  }

  /* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/
  .c::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;

  }

  .c::-webkit-scrollbar:vertical {
    width: 10px;
    height: 300px;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  }


  .c::-webkit-scrollbar-button:increment,
  .c::-webkit-scrollbar-button {
    display: none;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  }

  .c::-webkit-scrollbar:horizontal {
    height: 10px;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  }

  .c::-webkit-scrollbar-thumb {
    width: 10px;
    background-color: #797979;
    border-radius: 5px;
  }

  .c::-webkit-scrollbar-track {
    background: linear-gradient(90deg, #fff 0%, #fff 35%, #eaeaea 35%, #eaeaea 75%, #fff 75%, #fff 100%);
  }

  .thumbnail a>img,
  .thumbnail>img {
    margin-right: auto;
    margin-left: auto;
  }

  .thumbnail a>img,
  .thumbnail>img {
    display: block;
    max-width: 85%;
    height: auto;
  }

  .imagen-borde {
    border: 8px solid var(--cGrisClaro);
    border-radius: 10px;
  }


  .boton-informe {
    display: block;
    padding: 5px;
    /* border: 1px solid var(--cGuinda); */
    border-radius: 50px;
    background: linear-gradient(217deg, rgba(149, 0, 47), rgba(255, 0, 0, 0) 70.71%),
      linear-gradient(127deg, rgb(255, 0, 0), rgba(0, 255, 0, 0) 70.71%),
      linear-gradient(336deg, rgb(255, 0, 0), rgba(0, 0, 255, 0) 70.71%);
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin: 0 5px 30px 0;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
    line-height: 0.7;
    text-decoration: none;
    font-family: 'Sublima-Light';
    width: 60px;
    text-decoration: none;

    &:hover {
      text-decoration: none;
      color: #fff;
    }
  }

  /* .boton-informe {
    font-family: 'Fascinate Inline', cursive;
    font-size: 4vmin;
    appearance: none;
    background: linear-gradient(to bottom, #d80044, #a50034);
    border: none;
    color: #FFF;
    border-radius: 2em;
    padding: .6em 1.5em;
    overflow: hidden;
    user-select: none;
    cursor: pointer;
    z-index: 1;
    box-shadow: 0 0 1em rgba(white, .2);
    transition: transform .1s cubic-bezier(.5, 0, .5, 1),
      box-shadow .2s;

    &:hover {
      box-shadow: 0 0 2em rgba(white, .3);
    }

    outline: none;

    &:active {
      transform: scale(0.8) translateY(10%);
      transition-timing-function: cubic-bezier(.5, 0, .5, 1);
    }
  } */
  .thumbnail .caption {
    padding: 9px;
    color: #333;
    margin-top: -1rem;
  }

  .menu-anios {
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }

  @media only screen and (max-width: 1029px) {
    .tab .nav-tabs li {
      width: 100%;
      text-align: center;
    }

    .tab .nav-tabs li a {
      margin-right: 0;
      margin-bottom: 20px;
    }

    .tab .nav-tabs li a:before,
    .tab .nav-tabs li.active a:before {
      width: 0;
      height: 0;
      background: none;
      box-shadow: none;
      border: none;
      bottom: -10px;
      transform: scale(1);
    }

    .tab .nav-tabs li.active a:before {
      border-top: 10px solid #593082;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
    }

    .sub {
      display: none;

    }

    /* .tablas-forma {
      display: none;

    } */
    .options {
      margin-top: 20px;
      margin-left: 20px;
      margin-right: 30px;
      margin-bottom: 0;
      display: contents !important;
    }

    .option {
      text-align: center;
      padding: 10px 25px;
      color: white;
      cursor: pointer;
      font-weight: bold;
      font-style: 'Sublima-Bold';
      background-color: var(--cAzul);
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      max-width: 350px;
      align-items: center;

    }

    .option-active {
      background: var(--cAzul) !important;
      color: white !important;
    }

    .option-active:before,
    .option-active:after {
      background-color: var(--cAzul) !important;
      color: white !important;

    }

    .tablas-forma2 {
      width: auto;
      /* min-width: 800px; */
      margin: 0 auto;
      overflow: hidden;
      transition: border 250ms ease;
      font-size: 0.7rem;
      margin-left: 2.5rem;
    }

    /* .tablas-forma2 ul li {
      padding: 10px 15px 1px;
      background-color: var(--cGrisClaro);
      margin-right: 1rem;
      position: relative;
      cursor: pointer;
      color: #777;
      font-style: 'sublima-Bold';
      transition: all 250ms ease;
    } */
    .tablas-forma ul li {
      display: block;
      padding: 10px 29px 8px;
      background-color: var(--cGrisClaro);
      margin-left: 60px;
      position: relative;
      cursor: pointer;
      color: #777;
      font-style: 'sublima-Bold';
      transition: all 250ms ease;
      float: none;
    }

    .tablas-forma2 ul {
      margin: 0px;
      padding: 0px;
      overflow: hidden;
      padding-left: 145px;
      list-style-type: none;
    }

    .tablas-forma ul li:before {
      right: -24px;
      transform: none;
      box-shadow: rgba(0, 0, 0, .1) 3px 2px 5px, inset rgba(255, 255, 255, .09) -1px 0;
    }

    .tablas-forma ul li:after {
      left: -24px;
      transform: none;
      box-shadow: rgba(0, 0, 0, .1) -3px 2px 5px, inset rgba(255, 255, 255, .09) 1px 0;
    }

    .tablas-forma ul li {
      border-radius: 0px 0px 0 0;
    }

    .tablas-forma ul li:before {
      border-radius: 0 0px 0 0;
    }

    .tablas-forma ul li:after {
      border-radius: 0px 0 0 0;
    }

    .contents {
      margin-top: 1.5rem;
    }

    /*  .tab .nav-tabs li a {
      padding: 0;
      margin-left: 1rem;
      margin-right: 2rem;
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      grid-template-rows: 1fr;
      grid-column-gap: 0px;
      grid-row-gap: 12px;
    }*/
    /* .tab .nav-tabs li.active a {
      background-color: red !important;
    } */

    .nav {
      display: inline-block !important;
      flex-wrap: wrap;
      padding-left: 0;
      margin-bottom: 0;
      list-style: none;
      column-count: 2;
      column-gap: 10px;
    }

    #titulo_v {
      position: relative;
      left: 100px;
      top: -8rem;
      width: 30%;
    }
    #encabezado_imagen {
      width: auto;
      max-width: 100%;
      height: 50px;
    }

  }

  @media only screen and (min-width: 1030px) and (max-width: 1269px) {
    .tablas-forma {
      width: auto;
      min-width: 800px;
      margin: 0 auto;
      overflow: hidden;
      transition: border 250ms ease;
      font-size: 0.7rem;
      /* margin-left: 0.5rem; */

      /* margin-left: 1rem; */

    }

    .tablas-forma ul li {
      /* display: block; */
      float: right;
      /* padding: 10px 21px 8px; */
      padding: 2px 15px 1px;
      background-color: var(--cGrisClaro);
      margin-right: 1rem;
      position: relative;
      cursor: pointer;
      color: #777;
      font-style: 'sublima-Bold';
      transition: all 250ms ease;
    }

    .tablas-forma ul {
      margin: 0px;
      padding: 0px;
      overflow: hidden;
      padding-left: 145px;
      list-style-type: none;
    }

    .nav-buscarcum {
      position: absolute;
      border-top-left-radius: 1.5em;
      border-top-right-radius: 1.5em;
      /* right: -4rem; */
      right: 0.5rem;
      width: auto;
      background-color: var(--cAzul) !important;
      height: auto;
    }

    .tab .nav-tabs li a {
      display: block;
      padding: 10px;
      border: 1px solid var(--cGrisClaro);
      border-radius: 50px;
      background: var(--cGrisClaro);
      font-size: 10px;
      color: var(--cGrisF);
      text-align: center;
      margin: 0 5px 30px 0;
      z-index: 1;
      position: relative;
      transition: all 0.3s ease 0s;
      line-height: 0.7;
      text-decoration: none;
      font-family: 'Sublima-Light';

    }

    .tablas-forma ul li:before,
    .tablas-forma ul li:after {
      display: block;
      content: " ";
      position: absolute;
      top: 0;
      height: 100%;
      width: 35px;
      background-color: var(--cGrisClaro);
      transition: all 250ms ease;
    }

    .input-ibuscar {
      color: white;
      position: absolute;
      width: 20px;
      height: 30px;
      left: 1px;
      transform: translate(-6px, -16%);
      z-index: 2;
    }

    .thumbnail a>img,
    .thumbnail>img {
      margin-right: auto;
      margin-left: auto;
    }

    .thumbnail a>img,
    .thumbnail>img {
      display: block;
      max-width: 65%;
      height: auto;
    }

    .thumbnail .caption {
      padding: 0px;
      color: #333;
      margin-top: -1rem;
    }

    .div-imagen {
      max-width: 65%;
      margin-right: -5rem;
      margin-left: -0.5rem;
    }

    .sub {
      display: none;

    }

    .tablas-forma {
      display: none;

    }

    #titulo_v {
      position: relative;
      left: 200px;
      top: -6rem;
      width: 28%;
      /* z-index: 999; */
    }
  }

  @media only screen and (min-width: 1270px) and (max-width: 1343px) {

    .tablas-forma {
      width: auto;
      min-width: 800px;
      margin: 0 auto;
      overflow: hidden;
      transition: border 250ms ease;
      font-size: 0.7rem;
      /* margin-left: 0.5rem; */

      /* margin-left: 1rem; */

    }

    .tablas-forma ul li {
      /* display: block; */
      float: right;
      /* padding: 10px 21px 8px; */
      padding: 2px 15px 1px;
      background-color: var(--cGrisClaro);
      margin-right: 1rem;
      position: relative;
      cursor: pointer;
      color: #777;
      font-style: 'sublima-Bold';
      transition: all 250ms ease;
    }

    .tablas-forma ul {
      margin: 0px;
      padding: 0px;
      overflow: hidden;
      padding-left: 190px;
      list-style-type: none;
    }

    .nav-buscarcum {
      position: absolute;
      border-top-left-radius: 1.5em;
      border-top-right-radius: 1.5em;
      right: -4rem;
      width: auto;
      background-color: var(--cAzul) !important;
      height: auto;
    }

    .tab .nav-tabs li a {
      display: block;
      padding: 10px;
      border: 1px solid var(--cGrisClaro);
      border-radius: 50px;
      background: var(--cGrisClaro);
      font-size: 10px;
      color: var(--cGrisF);
      text-align: center;
      margin: 0 5px 30px 0;
      z-index: 1;
      position: relative;
      transition: all 0.3s ease 0s;
      line-height: 0.7;
      text-decoration: none;
      font-family: 'Sublima-Light';

    }

    .tablas-forma ul li:before,
    .tablas-forma ul li:after {
      display: block;
      content: " ";
      position: absolute;
      top: 0;
      height: 100%;
      width: 35px;
      background-color: var(--cGrisClaro);
      transition: all 250ms ease;
    }

    .input-ibuscar {
      color: white;
      position: absolute;
      width: 20px;
      height: 30px;
      left: 1px;
      transform: translate(-6px, -16%);
      z-index: 2;
    }

    .thumbnail a>img,
    .thumbnail>img {
      margin-right: auto;
      margin-left: auto;
    }

    .thumbnail a>img,
    .thumbnail>img {
      display: block;
      max-width: 65%;
      height: auto;
    }

    .thumbnail .caption {
      padding: 0px;
      color: #333;
      margin-top: -1rem;
    }

    .div-imagen {
      max-width: 65%;
      margin-right: -5rem;
      margin-left: -0.5rem;
    }

    .sub {
      display: block;
    }

    .tablas-forma {
      display: block;
    }

    #titulo_v {
      position: relative;
      left: 185px;
      top: -6rem;
      width: 25%;
      /* z-index: 999; */
    }

  }

  @media only screen and (min-width: 1344px) and (max-width: 1440px) {
    .tablas-forma {
      width: auto;
      min-width: 800px;
      margin: 0 auto;
      overflow: hidden;
      transition: border 250ms ease;
      font-size: 0.8rem;
      margin-left: 0.5rem;

      /* margin-left: 1rem; */

    }

    .tablas-forma ul li {
      /* display: block; */
      float: right;
      /* padding: 10px 21px 8px; */
      padding: 2px 15px 1px;
      background-color: var(--cGrisClaro);
      margin-right: 1rem;
      position: relative;
      cursor: pointer;
      color: #777;
      font-style: 'sublima-Bold';
      transition: all 250ms ease;
    }

    .tablas-forma ul {
      margin: 0px;
      padding: 0px;
      overflow: hidden;
      padding-left: 190px;
      list-style-type: none;
    }

    .nav-buscarcum {
      position: absolute;
      border-top-left-radius: 1.5em;
      border-top-right-radius: 1.5em;
      right: -4rem;
      width: auto;
      background-color: var(--cAzul) !important;
      height: auto;
    }

    .tab .nav-tabs li a {
      display: block;
      padding: 10px;
      border: 1px solid var(--cGrisClaro);
      border-radius: 50px;
      background: var(--cGrisClaro);
      font-size: 10px;
      color: var(--cGrisF);
      text-align: center;
      margin: 0 5px 30px 0;
      z-index: 1;
      position: relative;
      transition: all 0.3s ease 0s;
      line-height: 0.7;
      text-decoration: none;
      font-family: 'Sublima-Light';

    }

    .tablas-forma ul li:before,
    .tablas-forma ul li:after {
      display: block;
      content: " ";
      position: absolute;
      top: 0;
      height: 100%;
      width: 35px;
      background-color: var(--cGrisClaro);
      transition: all 250ms ease;
    }

    .input-ibuscar {
      color: white;
      position: absolute;
      width: 20px;
      height: 30px;
      left: 1px;
      transform: translate(-6px, -16%);
      z-index: 2;
    }

    .thumbnail a>img,
    .thumbnail>img {
      margin-right: auto;
      margin-left: auto;
    }

    .thumbnail a>img,
    .thumbnail>img {
      display: block;
      max-width: 65%;
      height: auto;
    }

    .thumbnail .caption {
      padding: 0px;
      color: #333;
      margin-top: -1rem;
    }

    .div-imagen {
      max-width: 65%;
      margin-right: -5rem;
      margin-left: -0.5rem;
    }

    .sub {
      display: block;
    }

    .tablas-forma {
      display: block;
    }

    #titulo_v {
      position: relative;
      left: 185px;
      top: -6rem;
      width: 25%;
      /* z-index: 999; */
    }

  }

  @media only screen and (min-width: 1441px) and (max-width: 1870px) {

    .tablas-forma {
      width: auto;
      min-width: 800px;
      margin: 0 auto;
      overflow: hidden;
      transition: border 250ms ease;
      font-size: 0.8rem;
      margin-left: 2rem;

    }

    .tablas-forma ul li {
      /* display: block; */
      float: right;
      /* padding: 10px 21px 8px; */
      padding: 2px 15px 1px;
      background-color: var(--cGrisClaro);
      margin-right: 2rem;
      position: relative;
      cursor: pointer;
      color: #777;
      font-style: 'sublima-Bold';
      transition: all 250ms ease;
    }

    .tablas-forma ul {
      margin: 0px;
      padding: 0px;
      overflow: hidden;
      padding-left: 170px;
      list-style-type: none;
    }

    .nav-buscarcum {
      position: absolute;
      border-top-left-radius: 1.5em;
      border-top-right-radius: 1.5em;
      right: -4rem;
      width: auto;
      background-color: var(--cAzul) !important;
      height: auto;
    }

    .tab .nav-tabs li a {
      display: block;
      padding: 10px;
      border: 1px solid var(--cGrisClaro);
      border-radius: 50px;
      background: var(--cGrisClaro);
      font-size: 16px;
      color: var(--cGrisF);
      text-align: center;
      margin: 0 5px 30px 0;
      z-index: 1;
      position: relative;
      transition: all 0.3s ease 0s;
      line-height: 0.7;
      text-decoration: none;
      font-family: 'Sublima-Light';

    }

    .tablas-forma ul li:before,
    .tablas-forma ul li:after {
      display: block;
      content: " ";
      position: absolute;
      top: 0;
      height: 100%;
      width: 35px;
      background-color: var(--cGrisClaro);
      transition: all 250ms ease;
    }

    .input-ibuscar {
      color: white;
      position: absolute;
      width: 20px;
      height: 30px;
      left: 1px;
      transform: translate(-6px, -16%);
      z-index: 2;
    }

    .thumbnail a>img,
    .thumbnail>img {
      margin-right: auto;
      margin-left: auto;
    }

    .thumbnail a>img,
    .thumbnail>img {
      display: block;
      max-width: 65%;
      height: auto;
    }

    .thumbnail .caption {
      padding: 0px;
      color: #333;
      margin-top: -1rem;
    }

    .div-imagen {
      max-width: 65%;
      margin-right: -5rem;
      margin-left: -0.5rem;
    }

    .sub {
      display: block;
    }

    .tablas-forma {
      display: block;
    }

    #titulo_v {
      position: relative;
      left: 185px;
      top: -6rem;
      width: 25%;
      /* z-index: 999; */
    }
  }

  @media only screen and (min-width: 1871px) and (max-width: 4000px) {
    #titulo_v {
      position: relative;
      left: 215px;
      top: -6rem;
      width: 20%;
      /* z-index: 999; */
    }
  }

  @media(max-width:600px){
      #titulo_v {
          left: 35px;
          top: -6.5rem;
          width: 60%;
      }
  }

  .table-ldf th, .table-ldf td {
    padding: 0.1rem;
    vertical-align: top;
    border-top: 1px;
    color: #212529;
  }
  .btn-ldf {
    display: inline-block;
    font-weight: 200;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.175rem 0.75rem;
    font-size: 0.7rem;
    line-height: 1.6;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 55px;
    text-decoration: none !important;
  }

  .btn-ldf:not(:disabled):not(.disabled) {
    cursor: pointer;
  }
  .btn-group > .btn-ldf, .btn-group-vertical > .btn-ldf {
    position: relative;
    flex: 1 1 auto;
  }
  .acordeon {
    width: 100%;
    margin: 10px auto;
    color: black;
    background-color: white;
    padding: 45px 45px;
  }

  .acordeon .contenedor {
    position: relative;
    margin: 10px 10px;
  }

  /* Posiciona las etiquetas en relación con el contenedor. Añade relleno en la parte superior e inferior y aumenta el tamaño de la fuente. También hace que su cursor sea un puntero */

  .acordeon .etiqueta {
    position: relative;
    padding: 10px 0;
    font-size: 22px;
    color: var(--cAzul);
    cursor: pointer;
  }

  .acordeon .etiqueta::before {
    content: '+';
    color: black;
    position: absolute;
    top: 50%;
    right: -5px;
    font-size: 30px;
    transform: translateY(-50%);
  }

  /* Oculta el contenido (altura: 0), disminuye el tamaño de la fuente, justifica el texto y añade la transición */

  .acordeon .contenido {
    position: relative;
    background: white;
    height: 0;
    font-size: 20px;
    text-align: justify;
    width: 80%;
    overflow: hidden;
    transition: 0.5s;
  }

  /* Añade una línea horizontal entre los contenidos */

  .acordeon hr {
    width: 100;
    margin-left: 0;
    border: 1px solid grey;
  }


  /* Muestra la parte de contenido cuando está activa. Establece la altura */

.acordeon .contenedor.activa .contenido {
  height: 75%;
}

/* Cambia de signo positivo a negativo una vez activado */

.acordeon .contenedor.activa .etiqueta::before {
  content: '-';
  font-size: 30px;
}

.title_five {
  font-size: 1.8em;
  font-family: 'Sublima-Light';
  text-align: center;
  color: var(--cCafe);
  /* margin-top: 2rem; */
  letter-spacing: 3pt;
}



.container-articulo {
  max-width: 100%;
  align-items: center;
  place-items: center;
  margin: center;
  margin-left: 11rem;
  margin-right: 10rem;
}


.accordion {
  margin-bottom: 20px;
}

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 2rem;
}

.accordion-heading {
  border-bottom: 0;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-toggle {
  cursor: pointer;
  text-decoration: none !important;
}

.accordion-inner {
  padding: 9px 15px;
  /* border-top: 1px solid #e5e5e5; */
}


/* accordion style */

.accordion {
  border-radius: 3px;
  /* width: 400px; */
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
  /* background: #30373b; */
  color: white;
  overflow: hidden;
  transition: height 225ms ease;

}

.accordion-header {
  border-bottom: 2px solid #ccc;
  /* position: relative; */
  z-index: 2;
  /* background: #30373b; */
  background: var(--cAzul);

}

.accordion-header-content {
  padding: 5px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}

.accordion-header-content-label {
  color: #ccc;
}

.accordion-header-content-title {
  /* margin-top: 10px; */
  color: white;
  font-size: 18px;
  font-family: 'Sublima-Light';

}

.accordion-content {
  padding: 10px;
  overflow: hidden;
  transition: 225ms;
  transition-delay: 225ms;
  position: relative;
}

/* accordion open effect set height for accordion */

.accordion:not([open]) {
  height: 35px;
}

.accordion[open] {
  height: auto;
  background: #f5f5f5;
  color: #0000;

}
.textoJustificar {
  font-family: 'Sublima-Light';
  text-align: justify;
  margin-top: 1em;
  margin-right: 3em;
  /* margin-left: 0.5em; */
  color: #000;

}
.resaltar{
  font-family: 'sublima_bold';

}

/*filtro gris    */
/*td .btn-group{
  filter: grayscale(100%);
  transition: filter 1s;
}*/

.subtitulo_quinto {
  font-size: 1.3em;
  font-family: 'Sublima-Light';
  text-align: center;
  color: var(--cCafe);
  letter-spacing: 3pt;
}
#elemento:hover a:after {
  position: relative;
  content:" OSFE";
}
#elemento2:hover a:after {
  position: relative;
  content:" ASFE";
}
.imagen-tam {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  /* object-position: center;
  align-items: center; */
  display:block;
  margin: auto;

  }
  .imagen-susbstancia {
    width: 60%;
    height: 70%;
    /* object-fit: cover; */
    /* object-position: center;
    align-items: center; */
    display:block;
    margin: auto;

    }


  /* .ar1x1 {
  aspect-ratio: 21 / 9;

  }
  .ar16x9 {
  aspect-ratio: 3 / 2;
  } */
  /* .ar4x2 {
  aspect-ratio: 4 / 2;
  }
  .ar4x1 {
  aspect-ratio: 4 / 1;
  }
  .ar3x2 {
  aspect-ratio: 3 / 2;
  }
  .ar21x9 {
  aspect-ratio: 21 / 9;
  }
  .ar5x4 {
  aspect-ratio: 5 / 4;
  } */
  #titulo_P {
    position: relative;
    left: 110px;
    top: -5rem;
    width: 28%;
  }
