.card {
  display: table;
  height: 150px;
  overflow: hidden;
  width: 220px;
}
.cardin {
  display: table-cell;
  vertical-align: middle;
}

.texto-modal {
  font-size: 22px;
}
.img-fondo{
  background-image: url("https://ieechihuahua.org.mx/sistema/archivos/interno/paginas/2023/defensoria_publica/Fondo.png") !important;
}
.c-gris {
  color: #e2ded3 !important;
}

.c-piel {
  color: #d8c3c3;
}

.c-moreno {
  color: #b49b9c;
}

.c-morado1 {
  color: #807a9d !important;
}

.c-morado2 {
  color: #6b4c91 !important;
}

.c-morado3 {
  color: #482e6e !important;
}

.b-gris {
  background-color: #e2ded3 ;
}

.b-piel {
  background-color: #d8c3c3 !important;
}

.b-moreno {
  background-color: #b49b9c;
}

.b-morado1 {
  background-color: #807a9d;
}

.b-morado2 {
  background-color: #6b4c91;
}
.b-morado3 {
  background-color: #482e6e;
}

/* .colorFondo {
  background-color: rgb(87, 56, 105);
} */

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

.textoinfodiv {
  padding: 5% !important;
}

.texto-jtf {
  text-align: justify !important;
}
.texto-rgt {
  text-align: right !important;
}

.aviso {
  background-color: #ffffff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #606060;
  border-top: none;
}

.btn-primary {
  background-color: #4ca871 !important;
}

/* nav {
  border: #fff !important;
  background-color: #fff !important;
} */

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: gray !important;
}
.nav.navbar-nav > .cambio:hover {
  background-color: #d8c3c3 !important; 
  color: blue-light;
}
.disenoBoton {
  border-radius: 12px !important;
}

#navbarDef .navbar-nav > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}



.textohastag {
  font-size: 1.5em;
  color: #a9a1db !important;
  font-weight: bold;
  word-spacing: 100px;
}
.textoinfo {
  font-size: 1.9em;
  font-weight: bold;
}

.colorAmarillo {
  color: #f6b719 !important;
  font-weight: bold;
}
.separadorPalabrastextinfo {
  word-spacing: 10px;
}

.colorTitulo {
  color: #1e1e1e;
  font-weight: bold;
}
.colortexto {
  color: #ffffff;
  font-size: 1.7em;
}

.colortexto2 {
  color: #ffffff;
  font-size: 1.4em;
}

.colortextoiInfo {
  font-size: 1.7em;
}

label {
  font-size: 1.2em;
  color: #a9772d;
  font-family: CandyBeans;
}
input {
  font-size: 0.9em;
  color: #a9772d;
  font-family: CandyBeans;
}
select {
  font-size: 0.9em;
  color: #a9772d;
  font-family: CandyBeans;
  font-weight: 100;
  color: rgb(41, 37, 37) !important;
}

input[type="email"]::-webkit-input-placeholder {
  color: rgb(41, 37, 37);
}

input[type="number"]::-webkit-input-placeholder {
  color: rgb(41, 37, 37);
}

input[type="text"]::-webkit-input-placeholder {
  color: rgb(41, 37, 37);
}

.modal-cronometro {
  font-size: 2.5em;
  font-weight: 900;
}

.cronometro-tiem {
  background-color: black !important;
  color: #ffffff !important;
}

.LigaRegistro {
  color: #4ca871;
}

.txt-title {
  color: #a9772d;
  font-size: 3em;
  font-weight: 900;
}

/* form{
border-radius: 20px !important;
} */

.text-obligatorio {
  color: #a9772d;
  text-align: right;
  font-size: 0.9em;
}

.convocatoria_mobile {
  display: none;
}

.centrar {
  display: flex;
  justify-content: center;
}
.imgLigas {
  height: 15em;
  vertical-align: bottom;

}

.imgLigas img{
  height: 95px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .fondoFormulario {
      background: #f2f2f2;
      border-color: #fefefe;
      width: 100% !important;
  }
  .convocatoria_mobile {
      display: block;
  }
  .convocatoria_pc {
      display: none;
  }

  .fondoa {
      color: #ffffff !important;
      padding-left: 10%;
  }

  .dedos-ocultos {
      padding-bottom: 30px !important;
  }
  .chico{
    font-size: 0.8em;
  }
  /* .logo-margen{
     margin-top: 5px;
  } */
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .fondoFormulario {
      background: #f2f2f2;
      border-color: #fefefe;
      width: 100% !important;
  }

  .padding-centrado {
      padding-left: 5%;
      padding-right: 5%;
  }

  .fondoa {
      color: #ffffff !important;
      padding-left: 10%;
  }
  .texto-btn {
      font-size: 18px !important;
  }
  .cambio {
    border: none ;
  }
   
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .fondoFormulario {
      background: #f2f2f2;
      border-color: #fefefe;
      width: 100% !important;
  }
  #menu {
      z-index: 20;
      width: 750px;
      max-width: 100%;
  }

  .tamanoNav {
      height: 100px;
  }
  .navEnmedio {
      background-repeat: no-repeat;
      background-position: 100%;
      background-size: cover;
      margin: 0 auto 1em;
      position: relative;
  }

  .fondoa {
      color: #ffffff !important;
      background-color: #4ca871;
      padding-left: 10%;
  }
  .texto-btn {
      font-size: 18px !important;
  }
  /* .logo-margen{
    margin-top: 15px;
 } */
 .cambio {
  border: none ;
 }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .fondoFormulario {
      background: #f2f2f2;
      border-color: #fefefe;
      width: 100% !important;
  }

  #menu {
      z-index: 2;
      width: 870px;
      max-width: 100%;
  }
  .tamanoNav {
      height: 80px;
  }
  .navEnmedio {
      left: 50%;
      transform: translatex(-50%);
      padding-top: 2%;
  }
  .convocatoria_pc {
      display: block !important;
  }

  .fondoa {
      color: #ffffff !important;
      background-color: #4ca871;
      padding-left: 10%;
  }

  .convocatoria_mobile {
      display: none;
  }

  .padding-centrado {
      padding-left: 5%;
      padding-right: 5%;
  }
  .texto-btn {
      font-size: 18px !important;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1190px) {
  .fondoFormulario {
      background: #f2f2f2;
      border-color: #fefefe;
      width: 100%;
  }

  #menu {
      z-index: 2;
      width: 1140px; 
      max-width: 100%;
  }

  .convocatoria_pc {
      display: block !important;
  }

  .convocatoria_mobile {
      display: none;
  }

  .padding-centrado {
      padding-left: 5%;
      padding-right: 5%;
  }

  .fondoa {
      color: #ffffff !important;
      background-color: #4ca871;
      padding-left: 10%;
  }

  .texto-btn {
      font-size: 18px !important;
  }

  .cambio {
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    border-right: 1px gray solid;
  }
}

.affix {
  width: 92%;
  top: 0;
}

.tablinks {
  font-size: 0.9em !important;
}
button.tablinks {
  padding: 8px !important;
}

.menu-movil {
  background-color: #70199b !important;
  color: #ffffff !important;
}

/* @font-face {
  font-family: CandyBeans;
  src: url("../fonts/CandyBeans.otf");
} */
@font-face {
  font-family: CandyBeans;
  src: url("../fonts/SF-Compact-Display-Heavy.otf");
}

.CandyBeans {
  font-family: CandyBeans;
  /* font-size: 1.4em; */
}


.fuente {
  font-family: Arial, Helvetica, sans-serif;
}
.fuente p{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal !important;
}



.close {
  font-size: 47px !important;
}
.modal-header .close {
  margin-top: -42px !important;
}

.btn {
  font-size: 16px !important;
  padding: 7px 12px !important;
  line-height: 33px !important;
}

.btnRegistro {
  font-size: 24px !important;
  padding: 16px 13px !important;
  line-height: 36px !important;
  background-color: #91c854 !important;
  border-radius: 20px;
}

.btnParticipa {
  font-size: 24px !important;
  padding: 16px 13px !important;
  line-height: 36px !important;
  background-color: #91c854;
}

.btn-secondary {
  font-size: 15px !important;
  padding: 7px 12px !important;
  line-height: 33px !important;
  color: #fff !important;
  background-color: #ff0d00 !important;
  border-color: #ff0000 !important;
}

#btn {
  text-align: center;
  height: 60px;
  width: 200px;
  display: block;
  font-size: 1.5em;
  background: #68e73c;
}

.Animacion:hover {
  animation: effect 1.2s infinite;
}

@keyframes effect {
  0% {
      transform: translateX(0px) rotate(0deg);
  }

  20% {
      transform: translateX(-4px) rotate(-4deg);
  }

  40% {
      transform: translateX(-2px) rotate(-2deg);
  }

  60% {
      transform: translateX(4px) rotate(4deg);
  }

  80% {
      transform: translateX(2px) rotate(2deg);
  }

  100% {
      transform: translateX(0px) rotate(0deg);
  }
}

.navbar {
  border-style: none !important;
  border-radius: 0% !important;
}

.contenedor {
  width: 90%;
  height: 100%;
  position: relative;
  max-width: 1000px;
  margin: auto;
  background: #ccc;
}

.fecha {
  font-family: arial;
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 5px;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  width: 100%;
}
.reloj {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  width: 100%;
  padding: 20px;
  font-size: 4em;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}
.reloj .cajaSegundos {
  display: inline-block;
}
.reloj .ampm,
.reloj .segundos {
  display: block;
  font-size: 2rem;
}

ul.languages {
  float: right;
}
ul.conversatorio {
  float: left;
}

.tex-center-div {
  padding-top: 7%;
}

.imgMonos {
  padding-top: 11% !important;
}



.cGreen {
  color: #5a9b74;
}
.bGreen {
  background-color: #5a9b74;
}

.div-right{
  display: flex;
 justify-content: right;
}
.div-center{
  display: flex;
 justify-content: center;
}