/*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);
  content: "holi";
}

.tab .nav-tabs li.active a {
  color: var(--cGrisClaro);
  background-color: var(--cCafe);
  border: 2px solid var(--cCafe);
}
.elemento.active{
  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: 850px;
  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_transpa {
    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_transpa {
    position: relative;
    left: 215px;
    top: -6rem;
    width: 15%;
    /* 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_transpa {
    position: relative;
    left: 215px;
    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_transpa {
    position: relative;
    left: 215px;
    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_transpa {
    position: relative;
    left: 215px;
    top: -6rem;
    width: 25%;
    /* z-index: 999; */
  }
}

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

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

.table-ldf th, .table-ldf td {
  padding: 0.1rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.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;
}
/*filtro gris*/

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

.btn-ldf:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn-group > .btn-ldf, .btn-group-vertical > .btn-ldf {
  position: relative;
  flex: 1 1 auto;
}

#elemento:hover a:after {
  position: relative;
  content:" OSFE";
}
#elemento2:hover a:after {
  position: relative;
  content:" ASFE";
}
.distintivo {
  font-size: 1.8em;
  font-family: 'Sublima-Light';
  text-align: center;
  color: var(--cCafe);
  /* margin-top: 2rem; */
  letter-spacing: 3pt;
}

.table-marco{
  margin-left: 4rem;
  margin-right: 5rem;
}

.texto-acuerdos-asfe{
  font-size: 1.3em;
  font-family: 'Sublima-Light';
  /* letter-spacing: 3pt; */

}

/* CSS */
.button-1 {
  background-color: #A50034;
  border-radius: 6px;
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family:'Sublima-Light';
  font-size: 12px;
  font-weight: 500;
  height: 35px;
  line-height: 1px;
  list-style: none;
  margin: 0 auto;
  outline: none;
  padding: 14px 8px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  align-items: center;
  /* align: 'center'; */
  /* display: flex;  */
  /* justify-content: center; */
}

.button-1:hover,
.button-1:focus {
  background-color: #A50034;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #FFFFFF;

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