/* Título del Blog */
.title-blog{
    position: absolute;
    bottom: 5%;
}

/* Portada del blog */
.container-new-relative{
    position: relative;
    padding: 2rem;
}

/* Etiqueta de Blog */
.blog-tag{
    background-color: rgb(224, 50, 50);
    color: white;
    border-radius: 8px;
    padding: 0.3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    font-weight: bold;
    position: absolute;
    bottom: 75%;
}

/* Imagen de presentación */
.presentation{
    background-image: url("../img/naveCarrefour.png");
    background-size: cover;
    background-position: center;
    height: 30rem;
}

/* Fecha y logo del Blog */
.info-blog{
    border-bottom: 2px solid var(--darkBlue);
    display: flex;
    justify-content: space-between;
}

/* Caja de características */
.info-box{
    padding: 2rem !important;
    background: var(--lightBlue);
    transition: 0.4s;
    border-radius: 0.5rem;
    font-weight: 600;
  }

/* Vídeo */
.video{
    width: 100%;
    border-radius: 0.5rem;
}
