    .gallery-section{
padding:60px 0;
background:#fff;
overflow:hidden;
}
.gallerySwiper{
width:100%;
padding-top:30px;
padding-bottom:60px;
}
.gallerySwiper .swiper-slide{
width:300px;
height:420px;
border-radius:15px;
overflow:hidden;
background:white;
transition:.4s;
}
.gallerySwiper .swiper-slide img{
width:100%;
height:100%;
object-fit:cover;
transition:.4s;
}
.gallerySwiper .swiper-slide:hover img{
transform:scale(1.05);
}
.gallerySwiper .swiper-slide-active{
box-shadow:
0 20px 40px rgba(0,0,0,.18);
}
.swiper-pagination-bullet{
width:10px;
height:10px;
}
.swiper-pagination-bullet-active{
background:#005192;
}
.glightbox{
display:block;
width:100%;
height:100%;
}
@media(max-width:768px){
.gallerySwiper .swiper-slide{
width:220px;
height:320px;
}
}


.mifondodivcolor{
    background-image: url("../../1024x1024.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; /* efecto parallax */
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
}



    /* ========================= */
/* QUIENES SOMOS */
/* ========================= */
.quienes-section{
    padding: 20px 0;
    background: #DCDCDC;
}
/* imagen */
.quienes-img{
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
.quienes-img img{
    width: 100%;
    height: auto;
    transition: 0.4s;
}
.quienes-img:hover img{
    transform: scale(1.05);
}
/* texto */
.quienes-text h2{
    font-weight: 700;
    color: #2e86c1;
    margin-bottom: 15px;
}
.quienes-text p{
    color: #555;
    font-size: 16px;
    line-height: 1.7;
}
/* linea elegante */
.quienes-text h2::after{
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #5dade2;
    margin-top: 8px;
}
/* responsive */
@media (max-width: 768px){
    .quienes-section{
        padding: 50px 0;
    }
}


    /* =========================================================================
   DIV PADRE CONTENEDOR PRINCIPAL (CONTRRASTE PREMIUM)
   ========================================================================= */
.checkout-container-main {
    background-color: #fff5f7 !important; /* El color rosado suave de fondo */
    border: 2px solid #e8a7c1 !important;  /* Borde rosado definido que delimita el espacio */
    border-radius: 16px !important;        /* Esquinas suavizadas elegantes */
    padding: 30px;                         /* Espaciado interno para que respiren los elementos */
    margin-top: 20px;
    margin-bottom: 40px;
    
    /* Sombra gris bien definida y con carácter (Efecto Elevado) */
    box-shadow: 0 10px 25px rgba(51, 51, 51, 0.15), 
                0 4px 10px rgba(0, 0, 0, 0.08) !important;
}

/* Opcional: Si quieres que las tarjetas interiores (.checkout-card) resalten 
   todavía más sobre este nuevo fondo rosado suave, asegúrate de que sean blancas puras 
   y tengan una sombra interna o externa sutil */
.checkout-container-main .checkout-card {
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03) !important;
}

.mda-feed-section {
    padding: 50px 0;
    background-color: #ffffff;
}
.mda-feed-subtitle {
    display: block;
    color: #e8a7c1;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.mda-feed-title {
    color: #2c2c2c;
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 2px;
}
.mda-feed-line {
    width: 45px;
    height: 3px;
    background: #FFC5D3;
    margin: 10px auto 0 auto;
    border-radius: 10px;
}

/* Formulario Izquierdo */
.mda-feed-form-card {
    background: #ffffff;
    border: 1px solid rgba(232, 167, 193, 0.25);
    border-radius: 18px;
    padding: 24px 28px;
    box-shadow: 0 10px 25px rgba(232, 167, 193, 0.04);
}
.mda-feed-card-title {
    color: #2c2c2c;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 2px;
}
.mda-feed-card-desc {
    color: #777777;
    font-size: 0.82rem;
    margin-bottom: 12px;
}
.mda-feed-label {
    display: block;
    color: #4a4a4a;
    font-weight: 600;
    font-size: 0.82rem;
    margin-bottom: 4px;
}
.mda-feed-input {
    width: 100%;
    padding: 9px 13px;
    background: #fffcfd;
    border: 1px solid rgba(232, 167, 193, 0.35);
    border-radius: 10px;
    color: #333333;
    font-size: 0.88rem;
    transition: all 0.3s ease;
}
.mda-feed-input:focus {
    background: #ffffff;
    border-color: #e8a7c1;
    box-shadow: 0 0 0 3px rgba(232, 167, 193, 0.1);
    outline: none;
}
.mda-feed-textarea {
    resize: none;
}

/* Estrellas de selección */
.mda-interactive-stars {
    display: flex;
    gap: 4px;
}
.mda-star-btn {
    font-size: 24px;
    color: #e0e0e0;
    cursor: pointer;
    transition: color 0.2s ease, transform 0.1s ease;
}
.mda-star-btn:hover {
    transform: scale(1.1);
}
.mda-star-btn.active {
    color: #ffc107;
}

.mda-feed-submit-btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px;
    background: #FFC5D3;
    border: 1px solid rgba(232, 167, 193, 0.2);
    border-radius: 10px;
    color: #2c2c2c;
    font-weight: 600;
    font-size: 0.92rem;
    cursor: pointer;
    transition: all 0.25s ease;
}
.mda-feed-submit-btn:hover {
    background: #e8a7c1;
    color: #ffffff;
}

/* Columna Derecha (Imagen + Feed) */
.mda-feed-image-holder {
    background: #fff5f7;
    border: 1px solid rgba(232, 167, 193, 0.25);
    border-radius: 18px;
    padding: 6px;
    box-shadow: 0 8px 20px rgba(232, 167, 193, 0.04);
}
.mda-feed-image-holder img {
    border-radius: 12px;
    max-height: 220px;
    width: 100%;
    object-fit: cover;
}

/* Contenedor del Carrusel */
.mda-feed-carousel-wrapper {
    position: relative;
    max-height: 250px; 
    overflow: hidden;
    border-radius: 16px;
}

/* Tarjetas Dinámicas del Feed */
.mda-feed-post-card {
    background: #ffffff;
    border: 1px solid rgba(232, 167, 193, 0.2);
    border-radius: 16px;
    padding: 16px 20px;
    margin-bottom: 12px;
    box-shadow: 0 4px 15px rgba(51, 51, 51, 0.02);
}
.mda-feed-post-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.mda-feed-profile-left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.mda-feed-avatar {
    width: 36px;
    height: 36px;
    background: #FFC5D3;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.8rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.mda-feed-user-meta {
    line-height: 1.2;
}
.mda-feed-user-name {
    color: #2c2c2c;
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0;
}
.mda-feed-user-handle {
    color: #d1789c;
    font-size: 0.78rem;
}
.mda-feed-stars-display {
    display: flex;
    gap: 1px;
}
.mda-feed-stars-display .material-icons {
    font-size: 15px;
    color: #e0e0e0;
}
.mda-feed-stars-display .material-icons.active {
    color: #ffc107;
}
.mda-feed-post-body p {
    color: #4a4a4a;
    font-size: 0.88rem;
    line-height: 1.4;
    font-style: italic;
    margin: 0;
}
.mda-vertical-item {
    outline: none !important;
}

/* Spinner Animado */
.mda-feed-spinner { display: inline-flex; gap: 4px; }
.mda-feed-spinner div {
    width: 8px; height: 8px; background-color: #e8a7c1; border-radius: 50%;
    animation: mdaSlowBounce 1.4s infinite ease-in-out both;
}
.mda-feed-spinner div:nth-child(1) { animation-delay: -0.32s; }
.mda-feed-spinner div:nth-child(2) { animation-delay: -0.16s; }
@keyframes mdaSlowBounce {
    0%, 80%, 100% { transform: scale(0); }
    40% { transform: scale(1.0); }
}