.cta-button1 {
    position: fixed;
    bottom: 20px;
    right: 10px;
    background-color: #ffa500;
    color: #345151;
    border-radius: 50px;
    letter-spacing: 1.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 5px;
    flex-direction: row;
    padding: 12px 24px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 1031;
    cursor: pointer;
}

.popUp__img {
    position: absolute;
    width: 179px;
    height: 132px;
    right: 0;
    bottom: 0;
    border-bottom-right-radius: 30px;
    opacity: 0.15;
}

.cta-button1 span {
    font-size: 16px;
    color: black;
    font-weight: 600;
    margin: 0;
    padding: 0;
    letter-spacing: 1.2px;
}


.cta-button1:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
}


.cta-a1 {
    text-decoration: none;
    color: var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}


.call__img1 {
    width: 35px;
    height: 35px;
}

.newsLetter__Img {
    width: 30px;
    height: 30px;
}

.cta-llamada {
    display: none;
}

@media (max-width: 768px) {
    .responsive-cta1 {
        display: block;
    }

    .cta-button1 {
        border-radius: 50%;
        padding: 15px;
    }


    .laptop-cta1 {
        display: none;
    }

    .call__img1 {
        width: 30px;
        height: 30px;
    }

    .cta-llamada {
        display: block;
    }

    .numero-telefono {
        display: none;
    }
}

.popUp_Call {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 200px;
    width: 700px;
    border-radius: 30px;
    box-sizing: border-box;
    display: none;
    flex-direction: column;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    background: #f5f5f5;
    border: 2px solid #f5bb00;

}


.popUp__close {
    border: none;
    background-color: transparent;
    position: absolute;
    right: 22px;
    top: 30px;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
    padding: 0;
    z-index: 11;
    color: #f5bb00;
}

.popUp__close:hover {
    color: #f5bb00;
    text-decoration: none;
}


.popUp__title {
    color: #343a40;
    font-size: 20px;
    z-index: 11;
    /* Elementos del pop-up encima del fondo */
    padding: 35px 8px 0px 30px;
    width: 90%;
    line-height: 36px;
    /* Valor en píxeles */
}

.popUP__buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    z-index: 11;
    /* Elementos del pop-up encima del fondo */
    padding: 16px 8px 0px 30px;
    flex-wrap: wrap;
}

.popUp__button {
    padding: 8px 0;
    border: none;
    background-color: white;
    box-sizing: border-box;
    width: 200px;
    cursor: pointer;
    border-radius: 30px;
    text-align: center;
    background-color: rgba(238, 238, 238, 0.837);
    color: black;
    text-decoration: none;
    border: 1px solid #f5bb00;
    font-size: 14px;
    border-radius: 8px;
    margin: 0;
}

.popUp__button:hover {
    background-color: #f5f5f5;
    text-decoration: none;
}


@media (max-width: 800px) {
    .popUp_Call {
        width: 90%;
        height: auto;
        background: #f5f5f5;
        border: 1px solid #f5bb00;
    }

    .popUP__buttons {
        align-items: center;
        justify-content: center;
        gap: 15px;
        margin-bottom: 20px;
        padding: 0;
        margin-top: 20px;
    }


    .popUp__title {
        text-align: center;
    }

    .popUp__img {
        display: none;
    }

    .popUp__title {
        font-size: 16px;
        margin-top: 15px;
    }

}

.text__decesos {
    justify-content: justify;
}

.container__decesos {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.img__decesos {
    max-width: 160px;
    height: auto;
}

.enlace__decesos {
    background-color: #ffa500;
    color: black;
    padding: 12px 25px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
    margin-top: 10px;
}


@media (max-width: 768px) {
    .title__decesos {
        text-align: center;
    }


    .container__decesos {
        justify-content: center;
        margin-top: 30px;
        gap: 40px;
    }
}
