.headline{
    width: 100%;
    height: 100vh;
  
    /* padding: 20px; */
    position: relative;
  


}
.headline-img{
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    justify-content: space-between;
}

.headline-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.caratulas{
    width: 300px;
    height: 300px;
    padding: 10px;
    position: absolute;
    top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Centra vertical y horizontalmente */
 
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.856);
    border-radius: 50%;
 
    /* background-color: rgba(255, 255, 255, 0.85); */
}
.headline .bloques{
    position: absolute;
    bottom: 2%;
}







