/*c*/

@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');
}

:root {
  --cGuinda: #A50034;
  --cCafe: #CEB888;
  --cGris: #EDEEF0;
  --cGrisF: #63666A;
  --cAzul: #253746;

}

*,
*::before,
*::after{
    margin:0;
    padding: 0;
    box-sizing: inherit;
    text-decoration: none;
    list-style: none;
    text-decoration: none;
}


.fondo_encabezado{
    width: 100%;
    max-width: 100%;
/*    width: 100vw;*/
    position: relative;
    top: 2.3rem;
    background-image: url("../images/encabezado_peque.png");
    background-repeat: no-repeat;
/*    background-size: 100%,*/
    /* background-size: contain; */
/*    background-size: cover;*/
    height:7rem;
}


.contenedor_construccion{
    margin: 3rem;

}

.titulo_construccion{
    font-size: 2.8rem;
    font-family: 'Sublima-Bold';
/*    font-family: 'Sublima-Light';*/
    color: var(--cAzul);
    text-align: center;
    display: block;
}
.img_construccion{
    margin: auto;
    display: block;
}
.logo_construccion{
    margin: auto;
    display: block;
    width: 40%; 

}
/*filtro gris comentar cuando no se urilize pra titulos*/
/*header img{
    filter: grayscale(100%);
    transition: filter 1s;
}*/

@media (min-width: 1903px) {
  /* … */
    .fondo_encabezado{
        background-size: cover;
    }
}

@media (min-width: 1500px) {
  /* … */
    .fondo_encabezado{
        top: 4rem;
    }
}
@media (max-width:1280px){
    .fondo_encabezado{
        height: 12.6rem;
        background-image: url("../images/encabezado_apartado_1280.png");
        background-size: contain;
    }
    .titulo_construccion{
        font-size: 1.7rem;
        text-align: center;
    }
    .contenedor_construccion{
        margin: 4rem 1rem;
    }
}
@media (max-width:500px){
    .fondo_encabezado{
        height:10.8rem;
        background-image: url("../images/400.png");
    }
}



.titulosCafes{
    font-size: 30px;
    font-family: 'Sublima-Bold';
/*    font-family: 'Sublima-Light';*/
    color: var(--cCafe);
    text-align: center;
    display: block;
}
.titulosAzul{
    font-size: 30px;
    font-family: 'Sublima-Bold';
/*    font-family: 'Sublima-Light';*/
    color: var(--cAzul);
    text-align: center;
    display: block;
}

.contenedor-interes{
    display:flex;
    min-height:600px;
}



.sidenav {
    width: 250px;
}

.titulo-menu {
    cursor: pointer;
    padding: 10px;
    background: #f2f2f2;
    margin: 0;
}

.submenu {
    display: none;
    padding-left: 15px;
}

.submenu a {
    display: block;
    padding: 8px 0;
    text-decoration: none;
}
.sidenav{
    width:300px;
    background:#f5f5f5;
    padding:20px;
    border-right:1px solid #ddd;
}

.sidenav h4{
    margin-top:20px;
    color:#253746;
    font-size:18px;
}

.sidenav a{
    display:block;
    padding:8px 0;
    color:#333;
    text-decoration:none;
    font-size:15px;
}

.sidenav a:hover{
    color:#253746;
    font-weight:bold;
}

.contenido{
    flex:1;
    padding:40px;
}

#tituloContenido{
    color:#253746;
}


/*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;
}
h4{
  color: var(--cAzul);
    margin: auto;
    text-transform: uppercase;
    text-align: center;
}
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%;
  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: 0.025rem;
  /* border-left: none;
  border-right: none;
  border-bottom: none; */
  border-radius: 1rem;
  border-color: #BBBCBC;
  background-color: #fdfdfd56;

}

.letra {
  color: #253746;
}

.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: 550px;
  box-shadow: 0px 7px 7px 6px rgba(0, 0, 0, 0.1);
  width: 95%;
  margin: 0 auto;
  margin-bottom: 68px;
  overflow: hidden;
  transition: border 250ms ease;
  background-color: #fdfdfd56;

}

.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;
}





/*selects*/
.container {
  display: flex;
  justify-content: center;
  padding: 1rem;
}


/*tab mun*/

.container2 {
  width: auto;
  height: auto;
  margin: 2rem 8rem;
}



.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;
}


a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}



/* Para el scroll de los contenedores  */
.c {
  overflow: scroll;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 500px;
  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%);
}



@media only screen and (max-width: 1029px) {

  .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: 3;
    column-gap: 10px;
  }

  #titulo_transpa {
    position: relative;
    left: 100px;
    top: -2rem;
    width: 15%;
  }

  #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;
  }



  .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;
  }


  .tablas-forma {
    display: block;
  }

  #titulo_transpa {
    position: relative;
    left: 215px;
    top: -6rem;
    width: 15%;
    /* 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;
  }


  .tablas-forma {
    display: block;
  }

  #titulo_transpa {
    position: relative;
    left: 215px;
    top: -6rem;
    width: 15%;
    /* 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: 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;
  }


  .tablas-forma {
    display: block;
  }

  #titulo_transpa {
    position: relative;
    left: 215px;
    top: -6rem;
    width: 15%;
    /* z-index: 999; */
  }
}

@media only screen and (min-width: 1871px) and (max-width: 4000px) {
  #titulo_transpa {
    position: relative;
    left: 215px;
    top: -6rem;
    width: 15%;
    /* z-index: 999; */
  }
}



.grid-container-cards {
  /* margin-left: 1.5rem; */
  /* margin-right: 1.5rem; */
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding: 0;
}

.grid-container-cards>div {
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
  padding-top: 0%;
}

.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: none !important;
  border-bottom: 1.5px solid var(--cCafe) !important;
}

.bordes-puntos{
  padding: 0.75rem;
  vertical-align: top;
  border-top: none !important;
  border-bottom: none !important;
  background-image: linear-gradient(to right, #CCCFD4 30%, rgba(204, 206, 212, 0) 10%);
  background-position: bottom;
  background-size: 10px 3px;
  background-repeat: repeat-x;
}

.titulo-tabla {
  color: var(--cCafe);
  font-size: 20px;
  font-family: 'Sublima-Light';
  letter-spacing: .2rem;
}


a.enlacePersonal {
  color: black;
  text-align: left;
  text-decoration: none !important;
  font-size: 18px;
  font-family: 'Sublima-Light';
  padding: 0px;

  &:hover {
    text-decoration: none;
    color: var(--cGuinda);
  }

}

.btn-acuerdos {
  background-color: var(--cCafe);
  color: #fff;
  border: 1px solid var(--cCafe);
  width: 85px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25), -1px -1px 30px 1px rgba(0, 0, 0, 0.22);
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 0;
  font-size: 0.9rem;
  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;
  border-radius: 50px;

  &:hover {
    cursor:pointer;
    text-decoration: none;
    color: white;
    background-color: var(--cGuinda);
  }
}

.texto-acuerdos-asfe {
  color: var(--cAzul);
  font-family: 'Sublima-Light';
  font-size: 18px;
  padding: 0.75rem;
/*  vertical-align: top;*/
  border-top: none !important;
  border-bottom: none !important;
  background-image: linear-gradient(to right, #CCCFD4 30%, rgba(204, 206, 212, 0) 10%);
  background-position: bottom;
  background-size: 10px 3px;
  background-repeat: repeat-x;
}



.sp-blocknumber {
  background: #ffffff;
  color: #b9b8b8;
  font-size: 25px;
  font-family: 'sublima_bold';
}
.rounded{
  background: #ffffff;
  color: #b9b8b8;
  font-size: 25px;
}

.texto-sin-borde{
  padding: 0.75rem;
  vertical-align: top;
  border-top: none !important;
  border-bottom: none !important;
}

/* .bordes-puntos{
  padding: 0.75rem;
  vertical-align: top;
  border-top: none !important;
  border-bottom: none !important;
  background-image: linear-gradient(to right, #CCCFD4 30%, rgba(204, 206, 212, 0) 10%);
  background-position: bottom;
  background-size: 10px 3px;
  background-repeat: repeat-x;
} */


.btn-acuerdos-largo {
  background-color: var(--cCafe);
  color: #fff;
  border: 1px solid var(--cCafe);
  width: 200px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25), -1px -1px 30px 1px rgba(0, 0, 0, 0.22);
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 0;
  font-size: 0.9rem;
  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;
  border-radius: 50px;
}

/*estilos css para la vista calificaciones concurso*/


.cont {
  overflow: scroll;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 750px;
  scrollbar-color: rgba(0, 0, 0, .5) rgba(0, 0, 0, 0);
  scrollbar-width: thin;


}

/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/
.cont::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;

}

.cont::-webkit-scrollbar:vertical {
  width: 10px;
  height: 300px;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}


.cont::-webkit-scrollbar-button:increment,
.cont::-webkit-scrollbar-button {
  display: none;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}

.cont::-webkit-scrollbar:horizontal {
  height: 10px;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}

.cont::-webkit-scrollbar-thumb {
  width: 10px;
  background-color: #797979;
  border-radius: 5px;
}

.cont::-webkit-scrollbar-track {
  background: linear-gradient(90deg, #fff 0%, #fff 35%, #eaeaea 35%, #eaeaea 75%, #fff 75%, #fff 100%);
}

.content_concurso {
  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-width: 0.025rem;
 
  border-radius: 1rem;
  border-color: #BBBCBC;
  background-color: #fdfdfd56;

}
.content_concurso-active {
  display: block;
  height: auto;
  box-shadow: 0px 7px 7px 6px rgba(0, 0, 0, 0.1);
  width: 80%;
  margin: 0 auto;
  margin-bottom: 68px;
  overflow: hidden;
  transition: border 250ms ease;
  background-color: #fdfdfd56;

}
.titulo_vc{

  font-family: 'Sublima-Light';
  padding: 2rem;
  color: var(--cGuinda);
  font-weight: bold;
}


/**/

@media(max-width:1280px){
    #titulo_transpa {

        left: 40px;
        top: -8rem;
        width: 35%;
    /*    z-index: 990;*/
    }
}

@media(max-width:600px){
    #titulo_transpa {
        left: 35px;
        top: -6rem;
        width: 60%;
    /*    z-index: 990;*/
    }
}

.btnc{
  background-color: var(--cAzul);
  color: var(--cGris);
  border: 1px solid var(--cGrisF);
  width: 85px;
  cursor :auto !important;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  border-radius: 0.25rem;
  border-radius: 50px;
}
.btnp{
  background-color: var(--cGris);
  color: var(--cGrisF);
  border: 1px solid var(--cGrisF);
  width: 85px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  border-radius: 0.25rem;
  border-radius: 50px;
  cursor :auto !important;
}
.texto_dibujo{
  text-align: justify;
  font-size: 16px;

 }

 .contentpie, .contenbtng {
  font-family: 'Sublima-Light';
  display: flex;
  align-items: center;
  justify-content: center;
  padding:1rem 0;
 }
.selectedad{
  cursor: pointer;
  font-size: .9rem;
  line-height: 1.1;
  padding: .4em .1em .5em .1em;
  width: 190px;
  max-width: 100%; 
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0,0,0,.03);
  border-radius: .4em;
}
.contentpie select{
  font-size: 1rem;
  cursor:pointer;
  line-height: 1.3;
  padding: .3em 1em .4em .3em;
  width: 220px;
  max-width: 100%; 
  margin: .5rem 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0,0,0,.03);
  border-radius: .5em;

}
.contentpie select:hover {
  border-color: var(--cAzul);
}
.contentpie select:focus {
  border-color: var(--cAzul);
  box-shadow: 0 0 1px 3px var(--cGris);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: var(--cAzul); 
  outline: none;
}

.contentpie label{
  padding: 0 8px;
  color: var(--cAzul);
  font-size: 1rem;
}

.btnguardar{
  width: 100px;
  background-color: var(--cCafe);
  color: #fff;
  border: 1px solid var(--cCafe);
  max-width: 100%; 
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25), -1px -1px 30px 1px rgba(0, 0, 0, 0.22);
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 7px 0;
  font-size: 0.9rem;
  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;
  border-radius: 50px;

  &:hover {
    text-decoration: none;
    color: white;
    background-color: var(--cGuinda);
  }
}



:root {
  --cGuinda: #A50034;
  --cCafe: #CEB888;
  --cGris: #BBBCBC;
  --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;
}

body {
  box-sizing: border-box;
  /*    min-height: 100vh;*/
}

#encabezado_imagen {
  width: 2500px;
  max-width: 100%;
  margin-top: 3rem;
}


.card-menu {
  margin: 30px auto;
  width: 300px;
  height: 600px;
  border-radius: 40px;
  box-shadow: 5px 5px 30px 7px rgba(0, 0, 0, 0.25), -5px -5px 30px 7px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  transition: 0.4s;
}

.card .cuerpo {
  padding: 10px;
}

.card-menu2 {
  margin: 30px auto;
  width: 900px;
  height: 600px;
  border-radius: 40px;
  box-shadow: 5px 5px 30px 7px rgba(0, 0, 0, 0.25), -5px -5px 30px 7px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  transition: 0.4s;
}

.card_principal_boletin {
  max-width: 100%;
  margin: auto;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 0 25px 25px 0;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  border-width: 1px;
  border-style: solid;
  border-color: #BBBCBC;
  height: 830px;
  margin-top: 0.5rem;
}
.c2 {
  overflow: scroll;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 190px;
  scrollbar-color: rgba(0, 0, 0, .5) rgba(0, 0, 0, 0);
  scrollbar-width: thin;


}
/* Para el scroll de los contenedores  */
.c {
  overflow: scroll;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 200px;
  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;
  /* box-shadow: inset 0 0 2px rgba(0,0,0,0.3);   */
  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);
  /* width: 50px;  
  height: 10px;  */
}

.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%);
}

/* .c::-webkit-scrollbar-track-piece:end {
  background: transparent;
  margin-bottom: 10px; 
}
.c::-webkit-scrollbar-track-piece:start {
  background: transparent;
  margin-top: 10px;
} */




.header-azul {
  border-radius: 10px 10px 0px 0px;
  padding: 5px;
  background-color: #BBBCBC;
}

h3 {
  color: #000;
  font-family: 'sublima_bold';
  margin-left: 1rem;
}

.iconM {
  font-size: 18px;
  margin-left: 170px;
  color: #2f89fc;
}

.icon {
  margin-right: 8px;
}

.body-azul li {
  transition: 1s all;
  font-family: 'Sublima-Light';
  font-size: 18px;
  padding: 15px;
  /* margin-left: -40px; */
  margin-top: 0px;
  color: #000;
  list-style: none;
  display: block;
  border-top-right-radius: 10px 10px;
  /* border-bottom-right-radius:  10px; */
  border-bottom: #BBBCBC 2px dashed;
  /*dotted;dashed;*/
  border-width: 1.5px;
  /* margin-left:2rem ; */
  margin-right: 1rem;

}

.body-azul {
  transition: 1s all;
  font-family: 'Sublima-Light';
  font-size: 18px;
  padding: 15px;
  /* margin-left: -40px; */
  margin-top: 0px;
  color: #000;
  list-style: none;
  display: block;
  border-top-right-radius: 10px 10px;
  /* border-bottom-right-radius:  10px; */
  border-bottom: #BBBCBC 2px dashed;
  /*dotted;dashed;*/
  border-width: 1.5px;
  /* margin-left:2rem ; */
  /* margin-right:1rem ; */

}

li:hover {
  transition: 1s all;
  color: rgba(206, 184, 136);
  border-top-right-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  cursor: pointer;

}

a.enlace-trans:hover {
  text-decoration: none;

}

a.fTran:hover {
  color: rgba(206, 184, 136);
  text-decoration: none;
  font-family: 'sublima_bold';
  letter-spacing: 1pt;

}

a.fTran:active {
  color: rgba(206, 184, 136);
  text-decoration: none;
  font-family: 'sublima_bold';
  letter-spacing: 1pt;

}


.body-azul>li {
  float: left;
}

.body-azul li ul {
  background: #1E2B32;
  margin-left: 280px;
  margin-top: -38px;
  display: none;
  position: absolute;
  border-top-right-radius: 15px 15px;
  border-bottom-right-radius: 15px 15px;
  border-bottom: #a50034 1px dashed;


}

.body-azul li:hover>ul {
  display: block;
  cursor: pointer;
}

@media only screen and (min-width: 1001px) and (max-width: 7000px) {
  .grid-tarjeta {
    padding: 0;
    margin-left: 9rem;
    margin-right: 9rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-columns: 1fr 4fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    margin: center;
  }

  #navegacion {
    overflow: scroll;
    overflow-x: hidden;
    height: 820px;
  }

  .card-azul {
    width: 300px;
    height: 855px;
    background-color: #fafafa;
    border-radius: 10px 10px 10px 10px;
    /* border-bottom-style: dotted; */
    border-width: 1px;
    border-style: solid;
    border-color: #BBBCBC;
    /* box-shadow: 0px 0px 20px black;  */

  }

  .tarjeta {
    text-align: left;
    width: auto;
    padding: 0;
    /* margin: right; */
    margin-left: auto;
    height: auto;
    /* -webkit-box-shadow: 10px 0 5px -2px #888; 
    box-shadow: 10px 0 5px -2px #888; */
  }

  .grid-tarjeta-iconos {
    padding: 0;
    margin-left: 10rem;
    margin-right: 9rem;
    display: grid;
    /* grid-template-columns: repeat(2, 1fr); */
    grid-template-columns: 2fr 1fr 2fr 2fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 12px;
  }

  .plataforma_titulo {

    font-size: 13px;
    font-family: 'Sublima-Light';
    color: var(--cGris);

  }

  .c {
    overflow: scroll;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 528px;
    scrollbar-color: rgba(0, 0, 0, .5) rgba(0, 0, 0, 0);
    scrollbar-width: thin;
  }

  .container-articulo {
    max-width: 100%;
    align-items: center;
    place-items: center;
    margin: center;
    margin-left: 11rem;
    margin-right: 10rem;
  }



}

@media only screen and (min-width: 1020px) and (max-width: 1500px) {
  #titulo_transpa {
    position: relative !important;
    left: 150px !important;
    top: -6.5rem !important;
    width: 25% !important;
    /* z-index: 999; */
  }
}



.tarjeta2 {
  /* text-align: center; */
  width: 100%;
  padding: 0;
  /* margin: right; */
  margin-right: auto;
  height: auto;
}



.tarjeta_nombret {
  /* text-indent: 1.5em; */
  position: relative;
  /* left: -25px; */
  margin: auto;
  font-size: 35px;
  font-family: 'Sublima-Light';
  color: var(--cGris);
  padding-left: 75px;
  padding-right: 75px;
}



/* .plataforma_titulo {
  font-size: 16px;
  font-family: 'Sublima-Light';
  color: var(--cGris);
  margin-left: auto;

} */



a.fTran {
  height: 50px;
  color: #000;
  font-family: 'Sublima-Light';
  letter-spacing: 1.5pt;

}

a.enlacePersonal {
  color: #000;
  /*#828282;*/
  text-align: left;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Sublima-Light';

}

.enlace_transparencia {
  color: var(--cGris);
  text-decoration: none;
  font-size: 13px;
  font-family: 'Sublima-Light';

}

.fechaSpan {
  color: var(--cCafe);
  font-size: 16px;
  font-family: 'Sublima-Light';
}

.btn {
  background-color: var(--cCafe);
  color: #fff;
  border: 1px solid var(--cCafe);
  ;
  /*anchura, estilo y color borde*/
  /* padding: 10px; espacio alrededor texto */
  border-radius: 50px;
  /*bordes redondos*/
  line-height: 0.7;
  width: 65px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25), -1px -1px 30px 1px rgba(0, 0, 0, 0.22);


}

.titleFr {
  font-size: 1.8em;
  font-family: 'Sublima-Light';
  text-align: left;
  color: var(--cCafe);
  margin-top: 2rem;
  letter-spacing: 3pt;
}

.textoJustificar {
  font-family: 'Sublima-Light';
  text-align: justify;
  margin-top: 1em;
  margin-right: 3em;
  /* margin-left: 0.5em; */
  color: #000;

}

.lineaCafe {
  height: 1px;
  border-color: var(--cCafe);
  margin-right: 2em;
  margin-left: -3em;

}

.lineaGris {
  border-top: 2px solid #d6d6d6;
  margin-right: 2em;
}

.table {
  border-collapse: collapse;
}

.td {
  margin-left: auto;
}

table,
tr,
td,
th {

  border: none !important;

}

.bodysTabla {}

.tablas-alineadas td {
  align-items: left;
}

.titulo_negrita {
  font-size: 16px;
  font-family: 'sublima_bold';
  text-align: left;
  color: #000;
  margin-top: 2rem;
}

#titulo_transpa {
  position: relative;
  left: 215px;
  top: -5rem;
  width: 15%;
  /* z-index: 999; */
}


.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;
  cursor: pointer;
}

.accordion-header {
  border-bottom: 2px solid #ccc;
  /* position: relative; */
  z-index: 2;
  background: #30373b;

}

.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;

}

/* remove marker */

details>summary {
  list-style: none;
}

details>summary::-webkit-details-marker {
  display: none;
}

/* custom marker */

summary::after {
  /* content: '+'; */
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 26px;
  font-weight: normal;
}

details[open] summary::after {
  /* content: '-'; */
  font-size: 46px;
  font-weight: 300;
  top: -5px;
}

.accordion-content-text {
  color: #000;
}


/* TRANSPARENCIA */
/* a.fTran {
    height: 50px;
      color: white;
  } */
.nav-tabs>li>a {
  border: 1px solid #e0e0e0;
  color: #888;
  background: #f5f5f5;

}

ul.nav.nav-pills.nav-stacked.col-md-3.span2 {
  /* background-color: #A50034;  */
  padding: 20px;
  border-radius: 7px;
}



/* TABS */


/* ///////////////////Tabs para los años en pestañas //////////////////////*/

.tabs {
  position: relative;
  margin: 3rem 0;
  background: #cfd0d0;
  height: auto;
  /*14.75rem;*/
  margin-left: 4rem;
  margin-right: 4rem;
}

.tabs::before,
.tabs::after {
  content: "";
  display: table;
}

.tabs::after {
  clear: both;
}

.tab {
  float: left;
}

.tab-switch {
  display: none;
}

.tab-label {
  position: relative;
  display: block;
  line-height: 2.75em;
  height: 3em;
  padding: 0 1.618em;
  background: #cfd0d0;
  border-right: 0.125rem solid #cfd0d0;
  color: #fff;
  cursor: pointer;
  top: 0;
  transition: all 0.25s;
}

.tab-label:hover {
  top: -0.25rem;
  transition: top 0.25s;
}

.tab-content23 {
  /* height: 12rem; */
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 2.75em;
  left: 0;
  padding: 1.618rem;
  background: #fff;
  color: #2c3e50;
  border-bottom: 0.25rem solid #bdc3c7;
  opacity: 0;
  transition: all 0.35s;
}

.tab-switch:checked+.tab-label {
  background: #f1f1f1;
  color: #2c3e50;
  border-bottom: 0;
  border-right: 0.125rem solid #fff;
  transition: all 0.35s;
  z-index: 1;
  top: -0.0625rem;
}

.tab-switch:checked+label+.tab-content23 {
  z-index: 2;
  opacity: 1;
  transition: all 0.35s;
}

/* Fraccion xiii */
.tarjeta_contacto {
  padding: 10px;
  margin: 10px;
  width: 100%;
}

#mapa {
  margin: 0 0;
  padding: 0;
  width: 90%;
  height: 400px;
  border: 1rem solid #FBFCFC;
  border-radius: 1rem;
  box-shadow: 0px 0px 7px 6px rgba(0, 0, 0, 0.1);
}

.titulo_mapa {
  margin-left: 3rem;
}

/* PARA FRACCION XXI */
.accordionXXI {
  border-radius: 3px;
  /* width: 400px; */
  box-shadow: rgba(255, 255, 255, 0.8) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
  /* background: #30373b; */
  border-color: #f1f1f1;
  overflow: hidden;
  transition: height 225ms ease;
  cursor: pointer;
  margin-top: 0.5rem;
  margin-left: 2rem;
  margin-right: 3rem;
}

.accordion-headerXXI {
  border-bottom: 2px solid #ccc;
  /* position: relative; */
  z-index: 2;
  background: #eaeaea;


}

.accordion-header-contentXXI {
  padding: 1px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}

.accordion-header-content-labelXXI {
  color: #ccc;
}

.accordion-header-content-titleXXI {
  /* margin-top: 10px; */
  color: #A50034;
  font-size: 16px;
  font-family: 'Sublima-Light';

}

.accordion-contentXXI {
  padding: 10px;
  overflow: hidden;
  transition: 225ms;
  transition-delay: 225ms;
  position: relative;
}

/* accordion open effect set height for accordion */

.accordionXXI:not([open]) {
  height: 35px;
}

.accordionXXI[open] {
  height: auto;
  background: #f5f5f5;
  color: #0000;

}

/* Se inicia con las pestañas de los años en la fraccion xxi */


ul.tabs-kar {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  height: 32px;
  font-size: 0;
  line-height: 0;
}

ul.tabs-kar li {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  height: 32px;
  line-height: 32px;
  background: #63666A;
  overflow: hidden;
  position: relative;
  border: 1px solid #333;
  border-bottom: 0;
  box-sizing: border-box;
  border-radius: 7px 7px 0 0;
}

ul.tabs-kar li a {
  display: block;
  padding: 0 25px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border: 1px solid #CCC;
  box-sizing: border-box;
  border-radius: 7px 7px 0 0;
}

ul.tabs-kar li a:hover {
  background: #666;
}

ul.tabs-kar li.activa,
ul.tabs-kar li.activa a,
ul.tabs-kar li.activa a:hover {
  /* color:#333; */
  color: #a50034;
  font-weight: 700;
  background: #ccc;
}

.contenedor_tab {
  width: 100%;
  max-width: 800px;
  margin: -1px auto 0;
  padding: 0;
  background: #eff0f0;
  border: 1px solid #ccc;
  border-top: 0;
  box-sizing: border-box;
  border-radius: 0 0 7px 7px;
}

.contenido_tab {
  padding: 10px;
  font-size: 14px;
  box-sizing: border-box;
  color: white;
}

/* ///////////////////////////////////////////// */
ul.tabs-avances {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  height: 32px;
  font-size: 0;
  line-height: 0;
}

ul.tabs-avances li {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  height: 32px;
  line-height: 32px;
  background: #63666A;
  overflow: hidden;
  position: relative;
  border: 1px solid #333;
  border-bottom: 0;
  box-sizing: border-box;
  border-radius: 7px 7px 0 0;
}

ul.tabs-avances li a {
  display: block;
  padding: 0 25px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border: 1px solid #CCC;
  box-sizing: border-box;
  border-radius: 7px 7px 0 0;
}

ul.tabs-avances li a:hover {
  background: #666;
}

ul.tabs-avances li.activa,
ul.tabs-avances li.activa a,
ul.tabs-avances li.activa a:hover {
  /* color:#333; */
  color: #a50034;
  font-weight: 700;
  background: #ccc;
}

.contenedor_tab_AvanceGestion {
  width: 100%;
  max-width: 800px;
  margin: -1px auto 0;
  padding: 0;
  background: #eff0f0;
  border: 1px solid #ccc;
  border-top: 0;
  box-sizing: border-box;
  border-radius: 0 0 7px 7px;
}

.contenido_tab_avances {
  padding: 10px;
  font-size: 14px;
  box-sizing: border-box;
  color: white;
}

/* //////////////////////////////////////////// */

/* incisio B) FRAccion xxi  */


ul.tabs-Gestion {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  height: 32px;
  font-size: 0;
  line-height: 0;
}

ul.tabs-Gestion li {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  height: 32px;
  line-height: 32px;
  background: #63666A;
  overflow: hidden;
  position: relative;
  border: 1px solid #333;
  border-bottom: 0;
  box-sizing: border-box;
  border-radius: 7px 7px 0 0;
}

ul.tabs-Gestion li a {
  display: block;
  padding: 0 25px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border: 1px solid #CCC;
  box-sizing: border-box;
  border-radius: 7px 7px 0 0;
}

ul.tabs-Gestion li a:hover {
  background: #666;
}

ul.tabs-Gestion li.activa,
ul.tabs-Gestion li.activa a,
ul.tabs-Gestion li.activa a:hover {
  /* color:#333; */
  color: #a50034;
  font-weight: 700;
  background: #ccc;
}

.contenedor_tab_Gestion {
  width: 100%;
  max-width: 800px;
  margin: -1px auto 0;
  padding: 0;
  background: #eff0f0;
  border: 1px solid #ccc;
  border-top: 0;
  box-sizing: border-box;
  border-radius: 0 0 7px 7px;
}

.contenido_tab {
  padding: 10px;
  font-size: 14px;
  box-sizing: border-box;
  color: white;
}


/* incisio A) FRAccion xxxi  */


ul.tabs-AXXXI {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  height: 32px;
  font-size: 0;
  line-height: 0;
}

ul.tabs-AXXXI li {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  height: 32px;
  line-height: 32px;
  background: #63666A;
  overflow: hidden;
  position: relative;
  border: 1px solid #333;
  border-bottom: 0;
  box-sizing: border-box;
  border-radius: 7px 7px 0 0;
}

ul.tabs-AXXXI li a {
  display: block;
  padding: 0 25px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border: 1px solid #CCC;
  box-sizing: border-box;
  border-radius: 7px 7px 0 0;
}

ul.tabs-AXXXI li a:hover {
  background: #666;
}

ul.tabs-AXXXI li.activa,
ul.tabs-AXXXI li.activa a,
ul.tabs-AXXXI li.activa a:hover {
  /* color:#333; */
  color: #a50034;
  font-weight: 700;
  background: #ccc;
}

.contenedor_tab_xxxia {
  width: 100%;
  max-width: 800px;
  margin: -1px auto 0;
  padding: 0;
  background: #eff0f0;
  border: 1px solid #ccc;
  border-top: 0;
  box-sizing: border-box;
  border-radius: 0 0 7px 7px;
}

.contenido_tab_xxxia {
  padding: 10px;
  font-size: 14px;
  box-sizing: border-box;
  color: white;
}


/* incisio B) FRAccion xxxi  */


ul.tabs-XXXIb {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  height: 32px;
  font-size: 0;
  line-height: 0;
}

ul.tabs-XXXIb li {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  height: 32px;
  line-height: 32px;
  background: #63666A;
  overflow: hidden;
  position: relative;
  border: 1px solid #333;
  border-bottom: 0;
  box-sizing: border-box;
  border-radius: 7px 7px 0 0;
}

ul.tabs-XXXIb li a {
  display: block;
  padding: 0 25px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border: 1px solid #CCC;
  box-sizing: border-box;
  border-radius: 7px 7px 0 0;
}

ul.tabs-XXXIb li a:hover {
  background: #666;
}

ul.tabs-XXXIb li.activa,
ul.tabs-XXXIb li.activa a,
ul.tabs-XXXIb li.activa a:hover {
  /* color:#333; */
  color: #a50034;
  font-weight: 700;
  background: #ccc;
}

.contenedor_tab_xxxib {
  width: 100%;
  max-width: 800px;
  margin: -1px auto 0;
  padding: 0;
  background: #eff0f0;
  border: 1px solid #ccc;
  border-top: 0;
  box-sizing: border-box;
  border-radius: 0 0 7px 7px;
}

.contenido_tabxxxib {
  padding: 10px;
  font-size: 14px;
  box-sizing: border-box;
  color: white;
}

/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition:
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition:
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition:
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}

/* Codigo para el tooltip de transparencia  */
/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 160px;
  background-color: #dddddd;
  background-color: hsl(0, 0%, 70%);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 13px;
  line-height: 1.2;
}

/* Directions */

/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: 2px;
  margin-bottom: -12px;
  border-top-color: #dddddd;
  border-top-color: hsl(0, 0%, 70%);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -50px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  transform: translateY(-12px);
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #dddddd;
  border-left-color: hsl(0, 0%, 70%);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  transform: translateX(-12px);
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #dddddd;
  border-bottom-color: hsl(0, 0%, 70%);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform: translateY(12px);
  transform: translateY(12px);
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
}

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #dddddd;
  border-right-color: hsl(0, 0%, 70%);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform: translateX(12px);
  transform: translateX(12px);
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}


/* nav{
  display: inline-block;
  background-color: #959595;
}
ul{
  list-style: none;
} */
/* Esto lo agregue para  que al hacer clcik en las fracciones que tienen pestañas no cambie
al dar click */
.your_nav_class .active a,
.your_nav_class .active a:hover,
.your_nav_class .active a:focus {
  background-color: #FFFF;
  color: var(--cCafe);
  font-family: 'sublima_bold';
  letter-spacing: 1pt;
}


@media only screen and (min-width: 700px) and (max-width: 1000px) {

  /* @media only screen and (max-width: 1000px) { */
  .grid-tarjeta {
    padding: 0;
    margin-left: 9rem;
    margin-right: 9rem;
    display: grid;
    grid-template-columns: repeat(2fr, 1fr) !important;
    /* grid-template-columns: 1fr 4fr; */
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    margin: center;
  }

  #navegacion {
    overflow: scroll;
    overflow-x: hidden;
    height: 120px;
  }

  /* #navegacion li {
    display: inline-block;
    vertical-align: top;
  } */

  .card-azul {
    width: 600px;
    height: 140px;
    background-color: #fafafa;
    border-radius: 10px 10px 10px 10px;
    /* border-bottom-style: dotted; */
    border-width: 1px;
    border-style: solid;
    border-color: #BBBCBC;
    /* box-shadow: 0px 0px 20px black;  */

  }

  .tarjeta {
    text-align: left;
    width: auto;
    padding: 0;
    /* margin: right; */
    margin-left: auto;
    height: auto;
    /* -webkit-box-shadow: 10px 0 5px -2px #888; 
    box-shadow: 10px 0 5px -2px #888; */
  }

  .grid-tarjeta-iconos {
    padding: 0;
    margin-left: 10rem;
    margin-right: 9rem;
    display: grid;
    /* grid-template-columns: repeat(2, 1fr); */
    grid-template-columns: 2fr 1fr 2fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 12px;
  }

  .plataforma_titulo {

    font-size: 16px;
    font-family: 'Sublima-Light';
    color: var(--cGris);
    text-decoration: none;

  }


  .c {
    overflow: scroll;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 528px;
    scrollbar-color: rgba(0, 0, 0, .5) rgba(0, 0, 0, 0);
    scrollbar-width: thin;
  }

  .container-articulo {
    max-width: 100%;
    align-items: center;
    place-items: center;
    margin: center;
    margin-left: 11rem;
    margin-right: 10rem;
  }

}



@media only screen and (min-width: 550px) and (max-width: 699px) {

  /* @media only screen and (max-width: 699px) { */
  .grid-tarjeta {
    padding: 0;
    margin-left: 1rem;
    margin-right: 1rem;
    display: grid;
    grid-template-columns: repeat(2fr, 1fr) !important;
    /* grid-template-columns: 1fr 4fr; */
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    margin: center;
  }

  #navegacion {
    overflow: scroll;
    overflow-x: hidden;
    height: 120px;
  }

  /* #navegacion li {
    display: inline-block;
    vertical-align: top;
  } */

  .card-azul {
    width: 400px;
    height: 140px;
    background-color: #fafafa;
    border-radius: 10px 10px 10px 10px;
    /* border-bottom-style: dotted; */
    border-width: 1px;
    border-style: solid;
    border-color: #BBBCBC;
    /* box-shadow: 0px 0px 20px black;  */

  }

  .tarjeta {
    /* text-align: left; */
    width: auto;
    padding: 0;
    /* margin-left: auto; */
    height: auto;
  }

  .grid-tarjeta-iconos {
    padding: 0;
    margin-left: 2.5rem;
    margin-right: 9rem;
    display: grid;
    /* grid-template-columns: repeat(2, 1fr); */
    grid-template-columns: 2fr 1fr 2fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 12px;
  }

  .plataforma_titulo {

    font-size: 12px;
    font-family: 'Sublima-Light';
    color: var(--cGris);

  }

  .c {
    overflow: scroll;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 428px;
    scrollbar-color: rgba(0, 0, 0, .5) rgba(0, 0, 0, 0);
    scrollbar-width: thin;
  }

  .container-articulo {
    max-width: 100%;
    align-items: center;
    place-items: center;
    margin: center;
    margin-left: 11rem;
    margin-right: 10rem;
  }

  #encabezado_imagen {
    width: 2500px;
    max-width: 100%;
    margin-top: 4rem;
    height: 70px;
  }

  #titulo_transpa {
    position: relative;
    left: 25px;
    top: -5rem;
    width: 35%;
    /* z-index: 999; */
  }
}


@media only screen and (max-width: 549px) {
  .grid-tarjeta {
    padding: 0;
    margin-left: 1rem;
    margin-right: 1rem;
    display: grid;
    grid-template-columns: repeat(2fr, 1fr) !important;
    /* grid-template-columns: 1fr 4fr; */
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    margin: center;
  }

  #navegacion {
    overflow: scroll;
    overflow-x: hidden;
    height: 120px;
  }

  /* #navegacion li {
    display: inline-block;
    vertical-align: top;
  } */

  .card-azul {
    width: 300px;
    height: 140px;
    background-color: #fafafa;
    border-radius: 10px 10px 10px 10px;
    /* border-bottom-style: dotted; */
    border-width: 1px;
    border-style: solid;
    border-color: #BBBCBC;
    /* box-shadow: 0px 0px 20px black;  */

  }

  .tarjeta {
    /* text-align: left; */
    width: auto;
    padding: 0;
    /* margin-left: auto; */
    height: auto;
  }

  .grid-tarjeta-iconos {
    padding: 0;
    margin-left: 2.5rem;
    margin-right: 9rem;
    display: grid;
    /* grid-template-columns: repeat(2, 1fr); */
    grid-template-columns: 2fr 1fr 2fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 12px;
  }

  .plataforma_titulo {

    font-size: 12px;
    font-family: 'Sublima-Light';
    color: var(--cGris);

  }

  .c {
    overflow: scroll;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 250px;
    scrollbar-color: rgba(0, 0, 0, .5) rgba(0, 0, 0, 0);
    scrollbar-width: thin;
  }

  .container-articulo {
    max-width: 100%;
    align-items: center;
    place-items: center;
    margin: center;
    margin-left: 2.5rem;
    margin-right: 1rem;
  }

  .accordionXXI {
    border-radius: 3px;
    /* width: 400px; */
    box-shadow: rgba(255, 255, 255, 0.8) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
    /* background: #30373b; */
    border-color: #f1f1f1;
    overflow: hidden;
    transition: height 225ms ease;
    cursor: pointer;
    margin-top: 0.5rem;
    /* margin-left: 2rem;
    margin-right: 3rem; */
  }

  .accordion-inner {
    padding: 0;
    border-top: 1px solid #e5e5e5;
  }

  .contenedor_tab_AvanceGestion {
    width: 100%;
    max-width: 800px;
    margin: -1px auto 0;
    padding: 50px 0px 20px;
    background: #eff0f0;
    border: 1px solid #ccc;
    border-top: 0;
    box-sizing: border-box;
    border-radius: 0 0 7px 7px;
  }

  .contenedor_tab_Gestion {
    width: 100%;
    max-width: 800px;
    margin: -1px auto 0;
    padding: 90px 0px 20px;
    background: #eff0f0;
    border: 1px solid #ccc;
    border-top: 0;
    box-sizing: border-box;
    border-radius: 0 0 7px 7px;
  }

  #encabezado_imagen {
    width: 2500px;
    max-width: 100%;
    margin-top: 4rem;
    height: 70px;
  }

  #titulo_transpa {
    position: relative;
    left: 25px;
    top: -6rem;
    width: 70%;
    /* z-index: 999; */
  }

  .grid-container-cards {
    margin-left: 150px;
    margin-right: 150px;
    padding: 1rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    padding: 0;
    justify-content: center;
    align-content: center;
  }

}


.clearfix:after {
  display: blockl con
}

.form-column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.full-wdth {
  width: 100%;
}

.form-column,
.full-wdth {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 10px;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.form-wizard-wrapper {
  max-width: 767px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding-top: 8px;
  z-index: 1;
}

.form-wizard-wrapper .form-wizardmove-button {
  position: absolute;
  width: 153.4px;
  left: 0;
  top: -4px;
  bottom: -4px;
  border-radius: 4px;
  background-color: var(--cGris);
  -webkit-transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1) 0s;
  transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1) 0s;

}

.form-wizard-wrapper ul {
  background-color: var(--cGrisClaro);
  z-index: 1;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0;
  padding: 0;
}

.form-wizard-wrapper ul li {
  list-style-type: none;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.form-wizard-wrapper ul li a {
  display: block;
  padding: 10px;
  width: 100%;
  color: #ffffff;
  text-decoration: none;
}

.form-wizard-wrapper ul li a:focus {
  outline: 0;
}

.form-wizard-wrapper ul li a span {
  position: relative;
  z-index: 1;
}

.form-wizard-wrapper ul li.active a {
  background-color: #ffffff;
}

.form-wizard-wrapper .form-wizard-content {
  background-color: #ffffff;
  padding: 20px;
  color: #777777;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1) 0s;
  transform: translate3d(100%, 0px, 0px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.form-wizard-wrapper .form-wizard-content.show {
  transform: translate3d(0px, 0px, 0px);
}

.form-wizard-wrapper .form-wizard-content h6 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}

.form-wizard-wrapper .form-wizard-content .form-wizard-next-btn,
.form-wizard-wrapper .form-wizard-content .form-wizard-previous-btn {
  background-color: #3bb6b6;
  color: #ffffff;
  display: inline-block;
  padding: 6px 26px;
  border-radius: 4px;
  margin-top: 20px;
  text-decoration: none;
}

.form-wizard-wrapper .form-wizard-content .form-wizard-previous-btn {
  background-color: #f1f1f1;
  color: #000000;
}

.form-wizard-content-wrapper {
  /* height: 280px; */
  height: 380px;
  ;

  position: relative;
  background-color: #fff;
}

.text-field {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.grid-container-cards {
  margin-left: 10rem;
  margin-right: 10rem;
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  /* margin:0; */
  padding: 0;
  /* padding-top: -100px; */
  /* grid-template-rows: 1fr; */
  /* grid-column-gap: 5px; */
  /* grid-row-gap: px; */
}

.grid-container-cards>div {
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
  padding-top: 0%;
}


.tarjetitas:hover {
  background-color: #CEB888;
  cursor: pointer;
}

.tarjetitas {
  background-color: #F2F4F4;
}

/*Para las tarjetas de colores*/

.box {
  width: 250px;
  height: 230px;
  background: #F2F4F4;
  margin: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  transition: all 300ms ease;
  position: relative;
  padding-right: 3rem;
}

.box:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.5);
  /* background: #CEB888; */
  background: #d9dbdb;

  z-index: 1;
}

.box i {
  font-size: 60px;
  color: #CEB888;
}

.box:hover i {
  color: #fff;
}

.box h5 {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 14px;
  color: #777777;
}

.box:hover h5 {
  color: #fff;
  opacity: 0;
}

.box h4 {
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  position: absolute;
  bottom: 63px;
  filter: blur(5px);
  opacity: 1;
}

.box:hover h4 {
  font-size: 14px;
  opacity: 1;
  filter: blur(0px);
  color: #fff;
  transition: all 600ms ease;
}

.box h6 {
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  position: absolute;
  bottom: 17px;
  filter: blur(5px);
  opacity: 1;
}

.box:hover h6 {
  font-size: 14px;
  opacity: 1;
  filter: blur(0px);
  color: #fff;
  transition: all 600ms ease;
}

.grid-item12 {
  /*  background: grey;*/
  text-align: center;
  width: auto;
  padding: 0;
  margin: 0;
}


@media (max-width:750px) {
  .grid-container-cards>div {
    text-align: center;
    padding: 0px 0;
    font-size: 30px;
    padding-top: 0%;
    justify-content: center;
    align-content: center;
  }
}


@media (max-width:320px) {
  .grid-container-cards {
    margin-left: 1rem;
    margin-right: 1rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(7, 1fr);
    grid-column-gap: px;
    grid-row-gap: 8px;

  }
}

@media (max-width:768px) {
  .grid-container-cards {
    margin-left: 150px;
    margin-right: 150px;
    padding: 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    justify-content: center;
    align-content: center;
  }

  .box {
    width: 218px;
    height: 200px;
    background: #F2F4F4;
    margin: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    transition: all 300ms ease;
    position: relative;
    padding-right: 3rem;
  }
}

@media only screen and (min-width: 1323px) and (max-width: 1650px) {

  /* @media (max-width:1650px) { */
  .grid-container-cards {
    margin-left: 50px;
    margin-right: 50px;
    padding: 1rem;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    padding: 0;

  }

  .box {
    width: 180px;
    height: 175px;
    background: #F2F4F4;
    margin: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    transition: all 300ms ease;
    position: relative;
    padding-right: 3rem;
  }
}

@media only screen and (min-width: 950px) and (max-width: 1322px) {

  /* @media (max-width:1650px) { */
  .grid-container-cards {
    margin-left: 150px;
    margin-right: 150px;
    padding: 1rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0;

  }

  .box {
    width: 200px;
    height: 200px;
    background: #F2F4F4;
    margin: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    transition: all 300ms ease;
    position: relative;
    padding-right: 3rem;
  }
}

@media only screen and (min-width: 769px) and (max-width: 970px) {

  /* @media (max-width:1650px) { */
  .grid-container-cards {
    margin-left: 150px;
    margin-right: 150px;
    padding: 1rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
    justify-content: center;
    align-content: center;

  }

  .box {
    width: 200px;
    height: 200px;
    background: #F2F4F4;
    margin: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    transition: all 300ms ease;
    position: relative;
    padding-right: 3rem;
  }
}



#titulo_calendario{
  color: black;
}
#close_calendario span{
  color: black;
}

.bd-example-modal-xl{
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;

}
.modal-xl{
  top: 10%;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.modal-body{
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}


.modal-content{
  
}
/*c calendario*/

.container_calendario, .book-content{

  display: flex;
/*    flex-direction: row-reverse;*/
  justify-content: center;
  align-items: center;
}

.container_calendario{
  margin: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.imagen-tarjeta {

  cursor: pointer;
}

.imagen-tarjeta:hover {

}

.form-wizard-wrapperr {
  max-width: 767px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding-top: 8px;
  z-index: 1;
}

.form-wizard-wrapperr .form-wizardmove-button {
  position: absolute;
  width: 153.4px;
  left: 0;
  top: -4px;
  bottom: -4px;
  border-radius: 4px;
  background-color: var(--cGris);
  -webkit-transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1) 0s;
  transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1) 0s;

}

.form-wizard-wrapperr ul {
  background-color: var(--cGrisClaro);
  z-index: 1;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0;
  padding: 0;
}

.form-wizard-wrapperr ul li {
  list-style-type: none;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.form-wizard-wrapperr ul li a {
  display: block;
  padding: 10px;
  width: 100%;
  color: #ffffff;
  text-decoration: none;
}

.form-wizard-wrapperr ul li a:focus {
  outline: 0;
}

.form-wizard-wrapperr ul li a span {
  position: relative;
  z-index: 1;
}

.form-wizard-wrapperr ul li.active a {
  background-color: #ffffff;
}

.form-wizard-wrapperr .form-wizard-contentt {
  background-color: #ffffff;
  padding: 20px;
  color: #777777;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1) 0s;
  transform: translate3d(100%, 0px, 0px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.form-wizard-wrapperr .form-wizard-contentt.show {
  transform: translate3d(0px, 0px, 0px);
}

.form-wizard-wrapperr .form-wizard-contentt h6 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}

.form-wizard-wrapperr .form-wizard-contentt .form-wizard-next-btn,
.form-wizard-wrapperr .form-wizard-contentt .form-wizard-previous-btn {
  background-color: #3bb6b6;
  color: #ffffff;
  display: inline-block;
  padding: 6px 26px;
  border-radius: 4px;
  margin-top: 20px;
  text-decoration: none;
}

.form-wizard-wrapperr .form-wizard-contentt .form-wizard-previous-btn {
  background-color: #f1f1f1;
  color: #000000;
}

.form-wizard-content-wrapperr {
  /* height: 280px; */
  height: 380px;
  ;

  position: relative;
  background-color: #fff;
}

.accordion-header2 {
  border-bottom: 2px solid #ccc;
  z-index: 2;
  background: #cccccc;

}

.form-wizard-linkA:active{
background-color: red;
}

.grid-tarjeta-iconos2 {
  padding: 0;
  margin-left: 10rem;
  margin-right: 9rem;
  display: grid;
  /* grid-template-columns: repeat(2, 1fr); */
  grid-template-columns: 2fr 2fr 2fr 2fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 12px;
}