.container_frases{
    max-width: 400px;
    justify-content: center;
    display: flex;
}
#img-paso-1{
    cursor: pointer;
    z-index: 1;
   
}
#img-paso-2{
    z-index: 1;
    display: none;        
}
#tarjetas-frases{
  width: 300px;
  height: 300px;
  position: absolute;
  z-index: 3;
  top:18%;
  background-color: white;
  border-radius: 12px;
  padding: 0px;
  --bs-gutter-x: 0rem;
  display: none;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.5);
}
#tarjetas-frases > img {
  display: flex;
  background-color: white;
  border-radius: 50%;
  padding: 10px;
  max-width: 5em;
  position: absolute;
  top: -2.5em;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(173,173,173,0.7);
  -moz-box-shadow: 0px 0px 8px 1px rgba(173,173,173,0.7);
  box-shadow: 0px 0px 8px 1px rgba(173,173,173,0.7);
}
#tarjetas-frases > p {
  padding-top: 3em;
  
}
#tarjetas-frases > div > center > .boton-nuevaFrase{
  border: none;
  color: white;
  background-color: #9692DC;
  border-radius: 50px;
  width: fit-content;
  padding: 11px 25px;
}
#tarjetas-frases > div > .botonCerrar-tarjeta{
  border-radius: 50%;
  padding: 8px 16px;
  background-color: #46B557;
  color: white;
  position: absolute;
  top: -2em;
  right: -2em;
  width: fit-content;
  cursor: pointer;
}
#tarjetas-frases > .botonCerrar-tarjeta > span{
  cursor: pointer;
}
#capa-over{
/* background-color: rgba(0, 0, 0, 0.5);*/
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  z-index: 2;
}
.compartir-frase-botones{
  flex-direction: row;
  align-items: center;
  gap: 0.2em;
  padding: 12px 14px 0px 0px !important;
}
.compartir-frase-botones > span {
  border-radius: 50%;
  border: none;
  padding: 1px;
}
.compartir-frase-botones > a > span > img{
  width: 27px;
}
.compartir-frase-botones > p{
  margin: 0;
}

.comp_frases{
    margin-top: 15px !important;
    font-weight: 600;
    color: #07D1B2;
    padding-right: 0px;
    margin-bottom: 0em !important;
}

.frase_prebut{
  margin-bottom: 0.6em !important;
  margin-top: 0.6em !important;
  line-height: 20px;
}

.barra_media{ 
  background-color: black !important;
  margin-top: 15px !important;
  width: 80% !important;

}

#img-frase_edufin{
  width:300px; 
  height:300px;
}

#accion-frases{
  background-color: #efefef !important;
  border-radius: 0px 0px 12px 12px;
}

#cont-compartir{
  padding: 10px;
}

@media (min-width: 725px) and (max-width: 1023px)   {
  #tarjetas-frases{
    width: 500px !important;
    height: 500px !important;
  }

  #img-frase_edufin{
    width:500px !important; 
    height:500px !important;
  }

  .compartir-frase-botones > a > span > img {
    width: 35px;
    margin-top: 5px;
}

.comp_frases{
  font-size: 22px;
}

#tarjetas-frases > div > center > .boton-nuevaFrase {
  padding: 14px 25px;
  font-size: 17px;
}


}
