.elementor-25250 .elementor-element.elementor-element-f6e92b0{--spacer-size:195px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}@media(max-width:1024px){.elementor-25250 .elementor-element.elementor-element-f6e92b0{--spacer-size:0px;}}/* Start custom CSS *//* Contenedor Grid */
.testimonial-custom-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    padding: 0px;
}
@media (max-width: 768px) {
    .testimonial-custom-grid { grid-template-columns: 1fr; }
}

/* Tarjeta Individual */
.testimonial-card {
    background-color: #FFFFFF08;
    border: 1px solid #81B5AF1F;
    padding: 35px 30px;
}

/* Icono de Comillas */
.t-quotes {
    color: #81B5AF;
    font-family: "Cormorant Garamond", serif;
    font-size: 72px;
    line-height: 0.8;
    margin-bottom: 10px;
}

/* Imagen */
.t-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 0; /* Cuadrada */
    margin-bottom: 20px;
}

/* Texto del testimonio */
.t-text p {
    color: #F4EEE6D9;
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 19px;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 15px;
}

/* Estrellas */
.t-stars {
    color: #81B5AF;
    font-size: 15px;
    letter-spacing: 4px;
    margin-bottom: 10px;
}

/* Línea divisoria */
.t-divider {
    border: 0;
    border-top: 1px solid #81B5AF1F;
    margin-bottom: 10px;
}

/* Autor */
.t-author h4 {
    color: #ffffff;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    font-size: 13px;
    margin-top: 10px;
}
.t-meta {
    color: #81B5AF;
    font-family: "DM Sans", sans-serif;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}/* End custom CSS */