.blog{
    margin-top: 6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.texto-main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.texto-main span{
    font-size: 3rem;
}
.texto-main p{
    color: #878787;
    text-align: center;
    font-family: Poppins;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.card-content{
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    width: 80%;
}
.card .header img{
    width: 18.25rem;
    height: 9.5625rem;
    border-radius: 1.3125rem 1.3125rem 0rem 0rem;
}
.bajo{
    padding: 0.6rem;
}
.card .text span{
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 122.91%;
}
.card .text p{
    color: #878787;
    font-family: Poppins;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.tag{
    display: inline-flex;
    height: 1.8rem;
    padding: 0rem 0.55rem;
    align-items: center;
    flex-shrink: 0;
    border-radius: 1.25rem;
    background: #E1FFEB;
    margin-top: 0.7rem;
    margin-right: 0.5rem;
    color: black;
}
.card{
    width: 18.25rem;
    height: 22.375rem;
    flex-shrink: 0;
    border-radius: 1.3125rem;
    background: linear-gradient(140deg, rgba(20, 19, 19, 0.32) 0.28%, rgba(39, 40, 43, 0.41) 97.56%);
    box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(15px);
    transition: 0.2s ease-in-out;
}
.card-goto{
    text-decoration: none;
}
body{
    background-color: #121316;
}
.card:hover{
    transform: scale(1.05);
}