/*
 * Iglesia El Cercado — personalizaciones visuales.
 *
 * Este archivo se carga después de la hoja base de Zegen. Mantener aquí las
 * decisiones propias del sitio para poder actualizar o comparar la plantilla
 * original sin mezclar cambios institucionales con el código del proveedor.
 */

/* Encabezado interior: medallón circular con el símbolo adventista. */
.page-title-wrap::before {
    width: 68px;
    height: 68px;
    bottom: -34px;
    border: 5px solid #fff;
    border-radius: 50%;
    background-image: url("../images/adventist-symbol--white.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 43px 43px;
    box-shadow: 0 8px 20px rgba(18, 25, 31, 0.14);
    transform: none;
}

.page-title-wrap-inner::before,
.page-title-wrap-inner::after {
    content: none;
}

.page-title-wrap-inner {
    padding: 64px 0 84px;
}

/* Carruseles: indicadores circulares en lugar de gotas. */
.owl-dot span {
    border-radius: 50%;
    transform: none;
}

/* Equipo, cajas informativas y fechas: geometría circular neutra. */
.team-style-1 .team-thumb::after,
.f-box-style-4 .feature-icon::before,
.events-style-1 .events-item .event-date::after,
.events-style-2 .events-details .event-date::after {
    border-radius: 50%;
    transform: none;
}

/* Variantes heredadas de imágenes: esquinas uniformes, sin punta de gota. */
.ct-br-img,
.ct-br-img2 {
    border-radius: 18px;
}
