.titulo-blog{
    height: calc(100vh - 110px);
    color: #fff;
    font-size: 1.4rem;
}
.titulo-blog h1, .titulo_principal h1{
    font-size: calc(3rem + 2vw);
}
.card-img {
    width: 100%;
    height: 230px;
    position: relative;
    overflow: hidden;
}
.card-img img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    left: 0;
    top: 0;
}
.card-content{
    font-size: 1rem;
    text-align: justify;
}
.card-content h2 {
    font-weight: 300;
    font-size: 1.5rem;
}
.titulo_principal{
    height: 130px;
}
.recent-post-img{
    position: relative;
    height: 75px;
    min-width: 100px;
}
.recent-post-img img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    object-fit: cover;
    object-position: center;
}
.body-blog{
    font-size: 1.2rem;
}
.body-blog strong{
    color: #A82E88;
}
.body-blog h2{
    font-size: 2.5rem;
    letter-spacing: .3vw;
    color: var(--purple);
    font-family: 'Poppins-Medium'; 
}
.gina-flotante{
    position: absolute;
    bottom: 0;
    /* top: 50%;
    transform: translateY(-50%); */
    max-width: 260px;
    left: 10%;
}
.img-post{
    min-width: 40%;
}
.img-post img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 0;
    left: 0;
}
.content-post{
    height: 100vh;
}

@media(max-width:767px) {
    .gina-flotante{
        left: -5%;
    }
}
