/* From uiverse.io by @satyamchaudharydev */
.form {
  --width-of-input: 200px;
  --border-height: 1px;
  --border-before-color: rgba(221, 221, 221, 0.39);
  --border-after-color: #5891ff;
  --input-hovered-color: #4985e01f;
  position: relative;
  width: var(--width-of-input);
}

/* styling of Input */
.input {
  color: #fff;
  font-size: 0.9rem;
  background-color: transparent;
  width: 100%;
  box-sizing: border-box;
  padding-inline: 0.5em;
  padding-block: 0.7em;
  border: none;
  border-bottom: var(--border-height) solid var(--border-before-color);
}

/* styling of animated border */
.input-border {
  position: absolute;
  background: var(--border-after-color);
  width: 0%;
  height: 2px;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}

/* Hover on Input */
input:hover {
  background: var(--input-hovered-color);
}

input:focus {
  outline: none;
}

/* here is code of animated border */
input:focus ~ .input-border {
  width: 100%;
}

.mt-20 {
  padding-top: 100px;
}

#fondo {
  padding-top: 50px;
}

.bannerCabecera {
  background-image: url(https://eduteka.icesi.edu.co/images/banner/pan19.jpg);
  background-size: cover;
  height: 350px;
}

.sombra {
  text-shadow: 0 0 4px rgb(150 150 150);
}

.title-tools {
  color: #fff;
  font-size: 30px;
  font-family: "Montserrat", sans-serif !important;
  padding-top: 10px;
  width: 100%;
  text-align: center;
}

.box-login-start {
  padding: 5%;
}

/* From uiverse.io by @adamgiebl */
.btn-recientes {
  position: relative;
  display: inline-block;
  margin: 15px;
  padding: 8px 30px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #725ac1;
  background: transparent;
  cursor: pointer;
  transition: ease-out 0.5s;
  border: 2px solid #725ac1;
  border-radius: 10px;
  box-shadow: inset 0 0 0 0 #725ac1;
}

.btn-recientes:hover {
  color: white;
  box-shadow: inset 0 -100px 0 0 #725ac1;
  text-decoration: none;
}

.btn-recientes:active {
  transform: scale(0.9);
}

/* From uiverse.io by @adamgiebl */
.btn-crear-proyecto {
  position: relative;
  display: inline-block;
  margin: 15px;
  padding: 8px 30px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #b46c0d;
  background: transparent;
  cursor: pointer;
  transition: ease-out 0.5s;
  border: 2px solid #b46c0d;
  border-radius: 10px;
  box-shadow: inset 0 0 0 0 #b46c0d;
}

.btn-crear-proyecto:hover {
  color: white;
  box-shadow: inset 0 -100px 0 0 #b46c0d;
  text-decoration: none;
}

.btn-crear-proyecto:active {
  transform: scale(0.9);
}
.mt-100 {
  margin-top: 100px;
}

.wt-100 {
  width: 100%;
}

/* From uiverse.io */
.recomendado-editor {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #4f4f4f;
  border-radius: 4px;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  font-size: 19px;
  color: black;
  z-index: 1;
  width: 100%;
}

.recomendado-editor:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.recomendado-editor:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #39bda7;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.recomendado-editor:hover {
  color: #ffffff;
  border: 1px solid #39bda7;
  text-decoration: none;
}

.recomendado-editor:hover:before {
  top: -35%;
  background-color: #39bda7;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.recomendado-editor:hover:after {
  top: -45%;
  background-color: #39bda7;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.sin-deco {
  text-decoration: none;
}

.sin-deco:hover {
  text-decoration: none;
}
.mgl-30 {
  margin-left: -30px;
}

.alto-100 {
  height: 100%;
}
.card-title {
  color: #4f4f4f !important;
}
.card-text {
  color: #4d4d4d !important;
}

.sombra-card:hover {
  box-shadow: 7px 5px 8px 0px rgba(147, 147, 147, 1);
}

.mr-20 {
  margin-right: -20px;
}

.etiqueta-titulo {
  margin-right: -31px;
  padding-right: 10px;
  margin-left: 70%;

  color: #fff !important;
}

.color-matematicas {
  background: #17beb4;
}

.color-naurales {
  background: #70a56f;
}

.color-arte {
  background: #9d4dab;
}

.color-humanidades {
  background: #e1a225;
}

.color-sociales {
  background: #11b8e1;
}

.color-lenguaje {
  background: #2176c6;
}
.color-extranjera {
  background: #6d6ec8;
}
.color-tic {
  background: #9c9c9c;
}
.color-edu-fisica {
  background: #000;
}

.max-texto:hover {
  font-size: 1.2em;
}



.bloque {
  display: block;
}




.mas-menos-oculto {
  display: none;
}

.ver {
  font-size: 20px;
}

.botones-top {
  margin-bottom: 20px;
}

.efecto-ingreso {
  -webkit-animation: efecto-ingreso 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: efecto-ingreso 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-9-2 11:34:6
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation efecto-ingreso
 * ----------------------------------------
 */
@-webkit-keyframes efecto-ingreso {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes efecto-ingreso {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.efecto-salida {
  -webkit-animation: efecto-salida 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53)
    both;
  animation: efecto-salida 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-9-2 11:35:43
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation efecto-salida
 * ----------------------------------------
 */
@-webkit-keyframes efecto-salida {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
}
@keyframes efecto-salida {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
}

/* From uiverse.io by @G4b413l */
.group {
  position: relative;
}



label {
  color: #1C6758;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}


.bar {
  position: relative;
  display: block;
  width: 200px;
}

.bar:before,
.bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #5264ae;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.bar:before {
  left: 50%;
}

.bar:after {
  right: 50%;
}

.highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}



#resultadoBuscar{
  width: 100% !important;
}



@keyframes inputHighlighter {
  from {
    background: #5264ae;
  }

  to {
    width: 0;
    background: transparent;
  }
}

@media only screen and (max-width: 600px) {
  .mas-menos-oculto {
    display: inline;
  }
  .oculto {
    display: none !important;
  }

  .botones-top {
    margin-top: 20px;
    text-align: center;
    display: initial;
  }
  .mgl-30 {
    margin-left: 0px;
  }
  .contenedor-tarjetas {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0px;
    margin-left: 0px;
  }
  .tarjeta-size {
    width: 350px;
  }
  .ajuste-img {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .etiqueta-titulo-cel {
    color: #fff !important;
    text-align: center;
    width: 100%;
  }
  .tiny-list {
    font-size: 1rem;
    padding: 2px;
  }
  .tiny-list-text {
    font-size: 0.8rem;
    padding: 2px;
  }
  .group{
    margin-bottom: 50px;
  }
}
