@import url(index.css);
.containerpadreNuestrod {
    font-family: 'Outfit', sans-serif;
    max-width: 1140px;
    min-height: 350px;
    display: flex;
    width: 85%;
    margin: 20px auto;
    flex-direction: column;
    border-radius: 20px;
    height: 280px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-image: url(../images/evangelioBuscarlaverdad.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative; /* Necesario para posicionar el ::before */
}

.containerpadreNuestrod::before {
    content: ''; /* Necesario para generar el pseudoelemento */
    position: absolute; /* Posicionarlo encima del contenedor */
    top: 0;
    left: 0;
    right: 0;
    border-radius: 20px;
    bottom: 0;
    background: var(--color-violetaTerciarigradiente) !important;
    opacity: 0.9;
    z-index: 1; /* Asegura que el pseudo-elemento esté encima */
}


.contenidotipsempezarpadrenuestrod{
    border: 2px solid transparent;
    width: 80%;
    margin: 0px auto;
    z-index: 2;
}
#titleTipsEmpezarpadrenuestroBoldD{
    width: 60%;

    font-weight: bold;
    color: var(--color-whiteforwhite) !important;
}
.contenttipsempezarpadrenuestroD{
    text-align: justify;
    width: 75% !important;
    font-size: 18px;
    color: var(--color-whiteforwhite);
    line-height: 1.6;
    word-wrap: break-word;
}


@media(max-width:1240px){
    .contenttipsempezarpadrenuestroD{
        width: 53% !important;
        font-size: 18px;
        color: var(--color-whiteforwhite);
        line-height: 1.6;
        word-wrap: break-word;
    }
    .containerpadreNuestrod{
        width: 80% !important;
    }
}

@media(max-width:993px){
    .containerpadreNuestrod{
        margin-top: 10rem;
    }
}

@media(max-width:991px){
    .containerpadreNuestrod{
        margin-top: 10rem;
        width: 85% !important;

    }
    .contenttipsempezarpadrenuestroD{
      width: 80% !important;
    }
}

@media(max-width:980px){
    .containerpadreNuestrod{
        margin-top: 10rem;
        width: 85% !important;

    }
    .contenttipsempezarpadrenuestroD{
      width: 80% !important;
    }
    #titleTipsEmpezarpadrenuestroBoldD {
        width: 73% !important;
        font-weight: bold;
        color: var(--color-whiteforwhite) !important;
    }
    .contenttipsempezarpadrenuestroD {
        width: 82% !important;
    }
}

@media(max-width:906px){
    #titleTipsEmpezarpadrenuestroBoldD {
        text-align: center;
        width: 100% !important;
    }
    .contenttipsempezarpadrenuestroD {
        width: 89% !important;
        margin: 0px auto;
        text-align: center;
    }
    #fechapodcastredireccion{
        margin-top: 1rem;
    }
    .containerpadreNuestrod {
        margin-top: 8.5rem;
        width: 85% !important;
    }
}

@media(max-width:601px){
    #titleTipsEmpezarpadrenuestroBoldD {
        text-align: center;
        width: 100% !important;
    }
    .contenttipsempezarpadrenuestroD {
        width: 89% !important;
        margin: 0px auto;
        text-align: center;
    }
    #fechapodcastredireccion{
        margin-top: 1rem;
    }
    .contenttipsempezarpadrenuestroD {
        width: 101% !important;
        margin: 0px auto;
        text-align: center;
        font-size: 16px !important;
    }
    #titleTipsEmpezarpadrenuestroBoldD {
        width: 80%;
        font-size: 30px !important;
    }.contenidotipsempezarpadrenuestrod {
        border: 2px solid transparent;
        width: 87%;
        margin: 0px auto;
        z-index: 2;
    }
}


@media(max-width:435px){
    .containerpadreNuestrod {
        margin-top: 8.2rem;
        width: 90% !important;
        height: auto !important;
        max-width: 330px;
    }
    #titleTipsEmpezarpadrenuestroBoldD {
        width: 93% !important;
        font-size: 30px !important;
        margin: 0px auto;
        margin-top: 1rem;
    }
    .contenttipsempezarpadrenuestroD{
        margin-top: 1rem;
    }
}