/*Scrollbar design*/
.barra-diseño::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

.barra-diseño::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.barra-diseño::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(
    0deg,
    #69d6f0 0%,
    #42a8c2 25%,
    #247c93 50%,
    #0f5365 75%,
    #032b36 100%
  );
}

.programaponentes-titulo {
  text-align: center;
  font-size: 46px;
  font-style: normal;
  font-weight: 800;
  line-height: 108.611%;
  background: linear-gradient(90deg, #03547e 0%, #01558c 51%, #0699d6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 30px;
  padding-bottom: 43px;
}

.programaponentes-container {
  max-width: 1382px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  gap: 32px;
}

.programaponentes-categorias {
  margin: 0 0 32px 10px;
}

.programaponentes-ladoizquierdo {
  max-width: 198px;
  width: 100%;
  margin: 64px 0 30px 48px;
}

.programaponentes-buscar {
  width: 100%;
  height: 38px;
  flex-shrink: 0;
  border-radius: 30px;
  background: #f9f9f9;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  transition: 0.3s ease-in-out;
}

.programaponentes-filtro {
  max-width: 198px;
  width: 100%;
  flex-shrink: 0;
  border-radius: 10px;
  background: #f9f9f9;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  transition: border-radius 0.3s linear;
}

.programaponentes-filtro-titulo {
  width: 87%;
  height: 38px;
  display: flex;
  gap: 8px;
  align-items: center;
  margin-left: 21px;
  color: #545454;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.programaponentes-filtro-campos {
  height: 32px;
  padding-left: 21px;
  padding-right: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #747474;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-top: 1px solid #e9e9e9;
  cursor: pointer;
  transition: height 0.3s ease;
}

.filtro-datos {
  height: 0;
  overflow: hidden;
  transition:
    height var(--transition-duration) ease-out,
    opacity var(--transition-duration) ease-out;
  opacity: 0;
}

.filtro-datos.mostrar {
  opacity: 1;
  transition:
    height var(--transition-duration) ease-in,
    opacity var(--transition-duration) ease-in;
}

.programaponentes-filtro-horario {
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #747474;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-top: 1px solid #e9e9e9;
}

.programaponentes-ladoderecho {
  width: 100%;
  gap: 16px;
  padding-bottom: 30px;
}

.programaponentes-tarjeta {
  width: 341px;
  height: 405px;
  border-radius: 18px;
  border: 1px solid #c6c6c6;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: all 0.3s ease;
}

.programaponentes-tarjeta:hover,
.programaponentes-tarjeta:active {
  filter: drop-shadow(0 0 0.35rem rgba(86, 86, 86, 0.5));
}

.sombra-top:hover,
.sombra-top:active {
  filter: drop-shadow(0 0 0.35rem #FFBF36) !important;
}

.programaponentes-tarjeta-image {
  height: 230px;
  margin-top: 13px;
  margin-bottom: 12px;
}

.programaponentes-tarjeta-nombre {
  width: 100%;
  height: 64px;
  overflow: auto;
  background: linear-gradient(90deg, #03547e 0%, #01558c 51%, #0699d6 100%);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
}

.programaponentes-tarjeta-instituto {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-align-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2; /* Limita el texto a 2 renglones */
  width: 320px;
  height: 55px;
  padding-top: 16px;
  color: #01558c;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.linea {
  width: 221px;
  height: 1px;
  background: #00548e;
}

.programaponentes-modal-container {
  max-width: 855.474px;
  width: 100%;
  height: 100%;
  padding-bottom: 27.84px;
  position: relative;
}

.programaponentes-modal-arriba {
  width: 100%;
  height: 100%;
  padding: 34.65px 26.5px 22.8px 44px;
}

.programaponentes-modal-img {
  max-width: 341px;
  width: 100%;
  margin-right: 47.8px;
}

.programaponentes-modal-info {
  width: 396px;
  width: 100%;
  text-align: center;
}

#titulo {
  max-width: 319px;
  width: 100%;
  display: inline;
  color: #01558c;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
}

.programaponentes-modal-info span {
  max-width: 320px;
  width: 100%;
  display: inline flow-root;
  color: #01558c;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 5.56px;
}

.programaponentes-modal-info p {
  min-width: 396px;
  color: #01558c;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  padding-top: 14.5px;
}

.programaponentes-modal-tarjeta {
  max-width: 478px;
  width: 100%;
  max-height: 328px;
  min-height: 136.7px;
  height: 100%;
  gap: 9.38px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  overflow: scroll;
  padding: 0 10px 27.84px 10px;
}

.programaponentes-modal-tarjeta-titulo {
  padding-top: 14.06px;
  color: #03a591;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding-bottom: 6.41px;
}

.programaponentes-modal-tarjeta-dato {
  max-width: 449px;
  width: 100%;
  /*height: 54px;*/
}

.programaponentes-modal-tarjeta-info {
  color: #01558c;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.programaponentes-modal-tarjeta-fecha {
  color: #01558c;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.programaponentes-modal-tarjeta-boton {
  display: inline-flex;
  height: 24px;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #f07f1e;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.programaponentes-modal-tarjeta-barra {
  width: 100%;
  height: 1px;
  background: #ccc;
}

.programaponentes-correo-titulo {
  color: #808080;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.programaponentes-correo-titulo p {
  color: #747474;
  font-size: 18px;
}

.programaponentes-correo-input {
  width: 289px;
  height: 38px;
  margin-top: 11px;
  transform: rotate(0.08deg);
  flex-shrink: 0;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

/*Boton effecto*/
.btn-effect,
.btn-effect *,
.btn-effect :after,
.btn-effect :before,
.btn-effect:after,
.btn-effect:before {
  border: 0 solid;
  box-sizing: border-box;
}

.btn-effect {
  -webkit-tap-highlight-color: transparent;
  background-image: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-effect:disabled {
  cursor: default;
}

.btn-effect:-moz-focusring {
  outline: auto;
}

.btn-effect [hidden] {
  display: none;
}

.btn-effect {
  overflow: hidden;
  position: relative;
}

.btn-effect span {
  mix-blend-mode: luminosity;
}

.btn-effect:before {
  background: linear-gradient(90deg, #03547e 0%, #01558c 51%, #0699d6 100%);
  content: '';
  display: block;
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skew(0deg) translateX(-20%);
  transition: transform 0.2s ease;
  width: 120%;
}

.btn-effect:hover:before {
  transform: skew(-45deg) translateX(75%);
}

@media (max-width: 770px) {
  .programaponentes-container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .programaponentes-categorias {
    margin: 0 10px 32px 10px;
  }

  .programaponentes-modal-arriba {
    gap: 20px;
    padding: 34.65px 20px 22.8px 20px;
  }

  .programaponentes-modal-img {
    margin-right: 0;
  }

  .programaponentes-ladoizquierdo {
    max-width: 469px;
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .programaponentes-filtro {
    border-radius: 30px;
  }

  .programaponentes-titulo {
    padding-top: 17px;
    padding-bottom: 16px;
  }

  .programaponentes-filtro-campos {
    transition:
      max-height 0.5s ease-in-out,
      opacity 0.5s ease-in-out;
  }

  /*Efecto de transicion para filtro en tablet*/
  .transition-hidden {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
  }

  .transition-visible {
    max-height: 1000px;
    opacity: 1;
  }

  .programaponentes-modal-container {
    padding: 0 10px 27.84px 10px;
  }

  .programaponentes-modal-tarjeta {
    max-height: 418px;
  }

  .programaponentes-modal-tarjeta-dato {
    gap: 5px;
  }

  .programaponentes-modal-tarjeta-info {
    text-align: center;
  }

  .programaponentes-modal-info p {
    min-width: auto;
    color: #01558c;
  }
}

@media (max-width: 480px) {
  .programaponentes-ladoizquierdo {
    padding: 0 15px;
  }


}
