*{
    margin:0;
}
#showcase {
    height: 50vh;
    width: 100vw;
    min-height: 450px;
    color: rgb(77, 73, 73);
    text-align: center;
}

#showcase .bg-image {
    position: absolute;
    /* background: #333 url('tps://images..com/photos/51524/pexels-photo-51524.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940'); */
    background: rgb(219, 213, 213);
    background-image: url('http://www.diosbendice.org/2022/images22/20220624_reflexioncorazon.jpg');
    /* background-image: url('../2021/images21/20210516_articulo.jpg'); */
    /* background-image: url('../2020/images20/20200223_entreodiaryperdonar.jpg'); */
    
    background-position: center;
    background-repeat: no-repeat;
    /* background-repeat: repeat; */
    /* background-size: cover;  */
    background-size: contain;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* opacity: 0.4; */
    opacity: 0.4;
    
}

#showcase h2 {
    padding-top: 100px;
    padding-bottom: 0;
    font-family: Arial, Helvetica, sans-serif;
}
#showcase .content-wrap {
    /* padding: 0 1.5em; */
    /* Si no deseas ver la imagen usa backgroung */
    /* background:#f6b93b; */
    /* background:#E8E1BE; */
    /* background: #666; */
    padding: 0;
}
#showcase .content-wrap p {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 25px;
    text-align: justify;
    /* padding: 1em 1em 3em 3em; */
    padding: 3em;
    color: rgb(73, 72, 72);
    background: #fff;
    /* opacity: 0.4; */
    opacity: 0.8;
    /* box-sizing: border-box; */
    
}

/* Tarjeta Texto */
