@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Monoton&family=Montserrat:ital,wght@0,100..900;1,100..900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Raleway:ital,wght@0,100..900;1,100..900&family=Syncopate:wght@400;700&display=swap');
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-regular-400.woff2) format("woff2");
    font-display: swap;
}
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-regular-400.woff2) format("woff2");
    font-display: swap;
}
@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-brands-400.woff2) format("woff2");
    font-display: swap;
}
:root {
    --font-menu: "Bodoni Moda", serif;
    --font-pt-sans: "PT Sans", sans-serif;
    --font-pt-serif: "PT Serif", serif;
    --font-texto: "Raleway", sans-serif;
    --font-titulo: "Syncopate", sans-serif;
    --color-1: #DDCEBD;
    --color-2: #ECFF20;
    --color-3: #DAD0CE;
    --color-4: #704f32;
    --fs-220: 220px;
    --fs-180: 180px;
    --fs-128: 128px;
    --fs-120: 120px;
    --fs-77: 77px;
    --fs-70: 70px;
    --fs-64: 64px;
    --fs-50: 50px;
    --fs-48: 48px;
    --fs-46: 46px;
    --fs-45: 45px;
    --fs-44: 44px;
    --fs-42: 42px;
    --fs-40: 40px;
    --fs-38: 38px;
    --fs-36: 36px;
    --fs-35: 35px;
    --fs-34: 34px;
    --fs-32: 32px;
    --fs-30: 30px;
    --fs-28: 28px;
    --fs-26: 26px;
    --fs-24: 24px;
    --fs-22: 22px;
    --fs-20: 20px;
    --fs-18: 18px;
    --fs-16: 16px;
    --fs-14: 14px;
}
.fs-220 {
    font-size: var(--fs-220);
}
.fs-180 {
    font-size: var(--fs-180);
}
.fs-128 {
    font-size: var(--fs-128) !important;
}
.fs-120 {
    font-size: var(--fs-20);
}
.fs-77 {
    font-size: var(--fs-77);
}
.fs-70 {
    font-size: var(--fs-70);
}
.fs-64 {
    font-size: var(--fs-64);
}
.fs-50 {
    font-size: var(--fs-50);
}
.fs-48 {
    font-size: var(--fs-48);
}
.fs-46 {
    font-size: var(--fs-46);
}
.fs-45 {
    font-size: var(--fs-45);
}
.fs-44 {
    font-size: var(--fs-44);
}
.fs-42 {
    font-size: var(--fs-42);
}
.fs-40 {
    font-size: var(--fs-40);
}
.fs-38 {
    font-size: var(--fs-38);
}
.fs-36 {
    font-size: var(--fs-36);
}
.fs-35 {
    font-size: var(--fs-35);
}
.fs-34 {
    font-size: var(--fs-34);
}
.fs-32 {
    font-size: var(--fs-32);
}
.fs-30 {
    font-size: var(--fs-30);
}
.fs-28 {
    font-size: var(--fs-28);
}
.fs-26 {
    font-size: var(--fs-26);
}
.fs-24 {
    font-size: var(--fs-24);
}
.fs-22 {
    font-size: var(--fs-22);
}
.fs-20 {
    font-size: var(--fs-20);
}
.fs-18 {
    font-size: var(--fs-18);
}
.fs-16 {
    font-size: var(--fs-16);
}
.fs-14 {
    font-size: var(--fs-14);
}
.ff-menu {
    font-family: var(--font-menu);
}
.ff-text {
    font-family: var(--font-texto);
}
.ff-titulo {
    font-family: var(--font-titulo);
}
.ff-pt-sans {
    font-family: var(--font-pt-sans);
}
.ff-pt-serif {
    font-family: var(--font-pt-serif);
}
.color-1 {
    color: var(--color-1);
}
.color-2 {
    color: var(--color-2);
}
.color-3 {
    color: var(--color-3);
}
.color-4 {
    color: var(--color-4);
}
.bg-1 {
    background-color: var(--color-1);
}
.bg-2 {
    background-color: var(--color-2);
}
.bg-3 {
    background-color: var(--color-3);
}
.bg-4 {
    background-color: var(--color-4);
}
.bg-color{
    background-color: #c0b7ad;
}
body {
    background-color: var(--color-1);
    overflow-x: hidden !important;
}
a {
    text-decoration: none;
}
#menu-movil {
    display: none;
}
#menu-desktop {
    display: none;
    opacity: 0;
    position: fixed;
    max-width: 50%;
    width: fit-content;
    padding: 1rem 3rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    z-index: 9999999;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out, left 0.5s ease-in-out;
    align-items: start;
    /* Animación del borde secuencial */
    background-image:
        linear-gradient(to right, white, white),
        linear-gradient(to bottom, white, white),
        linear-gradient(to left, white, white),
        linear-gradient(to top, white, white);
    background-position:
        0 0,
        /* Arriba a la izquierda */
        100% 0,
        /* Arriba a la derecha */
        100% 100%,
        /* Abajo a la derecha */
        0 100%;
    /* Abajo a la izquierda */
    background-size: 0 1px, 1px 0, 0 1px, 1px 0;
    background-repeat: no-repeat;
}
#menu-desktop.appear {
    display: flex;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    animation: drawSquare 1.5s 0.6s forwards ease-in-out;
}
@keyframes drawSquare {
    0% {
        background-size: 0 1px, 1px 0, 0 1px, 1px 0;
    }
    25% {
        background-size: 100% 1px, 1px 0, 0 1px, 1px 0;
    }
    50% {
        background-size: 100% 1px, 1px 100%, 0 1px, 1px 0;
    }
    75% {
        background-size: 100% 1px, 1px 100%, 100% 1px, 1px 0;
    }
    100% {
        background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
    }
}
#menu-desktop.scrolled {
    left: 0;
    transform: translateY(-50%) scale(1);
    border: 0;
    align-items: start;
    opacity: 1;
    padding: 0 1rem;
    gap: 0.25rem !important;
    letter-spacing: 2px;
    animation: eraseSquare 1s forwards ease-in-out;
    max-width: 300px;
}
@keyframes eraseSquare {
    0% {
        background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
    }
    25% {
        background-size: 100% 1px, 1px 100%, 100% 1px, 1px 0;
    }
    50% {
        background-size: 100% 1px, 1px 100%, 0 1px, 1px 0;
    }
    75% {
        background-size: 100% 1px, 1px 0, 0 1px, 1px 0;
    }
    100% {
        background-size: 0 1px, 1px 0, 0 1px, 1px 0;
    }
}
#menu-desktop .nav-link {
    font-family: var(--font-menu);
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: white;
}
#menu-desktop.scrolled .nav-link {
    font-size: var(--fs-16);
    white-space: wrap;
}
.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    pointer-events: none;
    min-height: 100vh;
}
#home-intro-content {
    display: flex;
    flex-direction: column;
    max-width: calc(100% - 300px);
    min-height: 100vh;
    overflow-y: auto;
    margin-right: 0;
}
#gallery {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
#gallery .div-img {
    display: flex;
    width: 100%;
    height: 200px;
    /* default height */
    margin-bottom: 20px;
    break-inside: avoid;
    page-break-inside: avoid;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
    justify-content: center;
    align-items: flex-end;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 10px;
}
#gallery .div-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
#gallery .div-img.img-h400 {
    height: 420px;
    /* 2 spaces of 200px + 20px gap */
}
#gallery .div-img h3 {
    width: fit-content;
    text-align: center;
    z-index: 999;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid white;
    padding: 10px 5px;
    /* border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px; */
    font-family: var(--font-texto);
    font-size: var(--fs-16);
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
}
#gallery .div-img a {
    width: 100%;
    text-align: center;
    z-index: 999;
    color: white;
}
#gallery .div-img::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
    height: 100%;
    width: 100%;
    z-index: 1;
    border-radius: 20px;
    position: absolute;
}
#gallery .div-img:hover h3 {
    color: black;
    border: 0;
    background-color: var(--color-3);
}
.front {
    position: relative;
    overflow: hidden;
    background-image: var(--mobile-poster);
    background-size: cover;
    background-position: center;
    background-color: #000;
}
@media (min-width: 1200px) {
    .front {
        background-image: none;
    }
}
.front video {
    width: 100%;
    max-width: 100%;
    height: 700px;
    object-fit: cover;
    display: block;
    /* Quita el espacio extra inferior */
}
.front::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    pointer-events: none;
}
.front h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    color: white;
    font-size: var(--fs-18);
    font-family: var(--font-menu);
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 5px;
    border: 2px solid white;
    transition: all 0.5s;
}
.front a:hover {
    color: black;
    background-color: white
}
.btn-enviar {
    background-color: var(--color-1);
    margin: 0 auto;
    display: flex;
    padding: 1rem 3rem;
    color: white;
    font-family: var(--font-pt-serif);
    font-size: var(--fs-16);
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.5s;
}
.btn-enviar:hover {
    background-color: black;
    color: white;
}
.fuegos-artificiales {
    display: none;
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 1000;
    border-radius: 20px;
    overflow: hidden;
}
#formulario-de-contacto {
    min-height: 450px;
}
#fireworks-canvas {
    width: 100%;
    height: 100%;
    display: block;
}
.success-message {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: var(--font-titulo);
    font-size: var(--fs-40);
    z-index: 1001;
    text-align: center;
    width: 100%;
    pointer-events: none;
    animation: fadeInOut 2s ease-in-out infinite;
}
.whatsapp-float {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-top: 20px;
}
.whatsapp-float:hover {
    background-color: #128c7e;
    color: #FFF;
}
.grecaptcha-badge {
    z-index: -1 !important;
}
.ul-footer {
    list-style: none;
    padding-left: 0;
}
.menu_icon_wrapper {
    border-radius: 2px;
    width: 20px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 330ms ease-out;
}
.menu-icon-line.first {
    transition: transform 300ms cubic-bezier(0.52, -0.8, 0.52, 0.52);
    transform-origin: right;
}
.menu-icon-line.half {
    width: 50%;
}
.menu-icon-line {
    background-color: white;
    border-radius: 2px;
    width: 100%;
    height: 2px;
}
.menu-icon-line.last {
    align-self: flex-end;
    transition: transform 300ms cubic-bezier(0.52, -0.8, 0.52, 0.52);
    transform-origin: left;
}
.menu_icon_wrapper.active {
    transform: rotate(-45deg);
}
.active > .menu-icon-line.first {
    transform: rotate(-90deg) translateX(1px);
}
.active > .menu-icon-line.last {
    transform: rotate(-90deg) translateX(1px);
}
.menu_icon_wrapper.normal {
    transform: rotate(-0deg);
}
.normal > .menu-icon-line.first {
    transform: rotate(-0deg) translateX(1px);
}
.normal > .menu-icon-line.last {
    transform: rotate(-0deg) translateX(1px);
}
.navbar-toggler {
    border: 0;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0;
}
.offcanvas {
    background-color: var(--color-1);
}
.form-control:focus {
    border-color: var(--color-1) !important;
}
@keyframes fadeInOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* Opiniones Nube */
.opiniones-nube {
    height: 100vh;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.opinion-card {
    position: absolute;
    background: white;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 320px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    z-index: 1;
    filter: blur(2px);
    opacity: 0.85;
    transform: scale(0.9);
    height: fit-content;
}
.opinion-card.center-card {
    position: relative;
    filter: blur(0);
    opacity: 1;
    transform: scale(1.1);
    z-index: 5;
    background: #fdfdfd;
    border: 2px solid var(--color-primary);
}
.opinion-card .avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: var(--color-1);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.3rem;
    margin-right: 15px;
}
.opinion-card .logo-bodasnet {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #e12d4b;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}
.opinion-card .logo-bodasnet img {
    width: 15px;
}
.opinion-text {
    font-family: var(--font-p);
    font-size: 0.95rem;
    color: #444;
    margin-bottom: 20px;
    line-height: 1.5;
}
.opinion-author {
    font-family: var(--font-titulo);
    font-size: 1rem;
    color: #222;
    margin: 0;
}
.opinion-date {
    font-family: var(--font-p);
    font-size: 0.8rem;
    color: #888;
    margin: 0;
}
/* Scatter positions */
.opiniones-nube {
    .op-1 {
        top: 15%;
        left: 5%;
        transform: rotate(-4deg) scale(0.85);
    }
    .op-2 {
        bottom: 15%;
        left: 12%;
        transform: rotate(3deg) scale(0.9);
    }
    .op-3 {
        top: 10%;
        right: 27%;
        transform: rotate(5deg) scale(0.85);
    }
    .op-4 {
        bottom: 8%;
        right: 5%;
        transform: rotate(-3deg) scale(0.9);
    }
    .op-5 {
        top: 84%;
        left: 39%;
        transform: translateY(-50%) rotate(-6deg) scale(0.8);
    }
    .opinion-card.op-5:hover {
        top: 60%;
    }
    .op-6 {
        top: 40%;
        left: 17%;
        transform: translateY(-50%) rotate(4deg) scale(0.8);
    }
    .op-7 {
        bottom: -8%;
        left: 58%;
        transform: translateY(-50%) rotate(-7deg) scale(0.8);
    }
    .opinion-card.op-7:hover {
        bottom: 10%;
    }
    .op-8 {
        bottom: -25%;
        left: 35%;
        transform: translateY(-50%) rotate(-7deg) scale(0.8);
    }
    .op-9 {
        top: 22%;
        left: 35%;
        z-index: 3;
        opacity: 1;
        filter: blur(0px);
    }
    .op-10 {
        top: -10%;
        left: 10%;
        transform: translateY(-0%) rotate(27deg) scale(0.8);
    }
    .op-11 {
        bottom: -8%;
        left: 17%;
        transform: translateY(-0%) rotate(17deg) scale(0.8);
    }
    .op-12 {
        top: 41%;
        left: 23%;
        transform: translateY(-0%) rotate(10deg) scale(0.8);
    }
    .op-13 {
        top: -10%;
        right: 23%;
        transform: translateY(-0%) rotate(-7deg) scale(0.8);
    }
    .op-14 {
        top: 20%;
        right: 22%;
        transform: translateY(-0%) rotate(7deg) scale(0.8);
    }
    .op-15 {
        top: -9%;
        right: 0%;
        transform: translateY(-0%) rotate(37deg) scale(0.8);
    }
    .op-16 {
        bottom: 18%;
        right: 20%;
        transform: translateY(-0%) rotate(-12deg) scale(0.8);
    }
    .op-17 {
        bottom: -6%;
        left: 0%;
        transform: translateY(-0%) rotate(-17deg) scale(0.8);
    }
    .op-18 {
        top: 49%;
        left: 35%;
        transform: translateY(-0%) rotate(-24deg) scale(0.8);
    }
    .op-19 {
        bottom: -8%;
        right: 22%;
        transform: translateY(-0%) rotate(7deg) scale(0.8);
    }
    .op-20 {
        top: 34%;
        right: 0;
        transform: translateY(-0%) rotate(7deg) scale(0.8);
    }
    .op-21 {
        bottom: -10%;
        transform: translateY(-0%) rotate(7deg) scale(0.8);
        right: 0;
    }
    .op-22 {
        top: 49%;
        left: -10%;
        transform: translateY(-0%) rotate(8deg) scale(0.8);
    }
    .op-23 {
        top: 22%;
        left: -7%;
        transform: translateY(-0%) rotate(-27deg) scale(0.8);
    }
    .op-24 {
        top: 17%;
        right: -10%;
        transform: translateY(-0%) rotate(-15deg) scale(0.8);
    }
    .op-25 {
        top: 13%;
        left: 4%;
        transform: translateY(-0%) rotate(7deg) scale(0.8);
    }
    .opinion-card:hover {
        z-index: 100 !important;
        transform: rotate(0deg) scale(1.2) !important;
        filter: blur(0px) !important;
        opacity: 1 !important;
        cursor: pointer;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    }
}
.opinion-card {
    transition: all 0.1s ease-out;
    /* Animación suave al hacer hover */
    width: 100%;
}
.contenedor-fotos .opinion-card:first-child {
    opacity: 1;
    filter: blur(0);
}
/* Efecto al hacer Hover */
.opinion-card:hover {
    z-index: 100 !important;
    /* Traer al frente absoluto */
    transform: translate(-50%, -50%) rotate(0deg) scale(1.2) !important;
    /* Ponemos rotate(0deg) para que se vea recta al acercarse */
    filter: blur(0px) !important;
    /* Aseguramos que no tenga desenfoque */
    opacity: 1 !important;
    /* Aseguramos opacidad total */
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    /* Sombra extra para dar profundidad */
}
.logo {
    max-width: 300px;
    height: auto;
}
.menus .active {
    font-weight: 800;
    padding-bottom: 2px;
    border-bottom: 1px solid white;
}
.lista .ff-texto svg {
    stroke: var(--color-4);
    min-width: 24px;
}
.video-vertical {
    max-width: 100%;
    max-height: 75vh;
    margin: 0 auto;
    width: 70%;
    object-fit: cover;
}
.nowrap {
    white-space: nowrap;
}
/* BODAS */
.bg-bodas {
    background-image: url(/master/assets/img/services/bodas/foto-boda.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 250px;
    position: relative;
    z-index: 1;
}
.bg-bodas::before {
    content: " ";
    background-color: rgb(209, 180, 170, 0.2);
    z-index: 2;
    position: absolute;
    height: 250px;
    width: 100%;
}
.carousel-control-next, .carousel-control-prev {
    z-index: 3 !important;
    color: var(--color-primary);
}
.carousel-indicators {
    z-index: 3 !important;
    bottom: -40px;
}
.carousel-indicators [data-bs-target] {
    background-color: var(--color-primary);
}
.hr-bodas {
    color: #845a12;
    opacity: 1;
    margin-top: 28px;
}
.foto-boda {
    object-fit: cover;
    height: 300px;
    width: 100%;
}
/* Galería Masonry */
.galeria-wrapper {
    max-height: 550px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.8s ease-in-out;
}
.galeria-wrapper.expanded {
    max-height: 4000px;
}
.galeria-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to bottom, transparent, var(--color-1));
    pointer-events: none;
    transition: opacity 0.5s;
}
.galeria-wrapper.expanded::after {
    opacity: 0;
}
.galeria-mansory {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
}
.galeria-fotomaton img {
    border-radius: 10px;
    height: 220px;
    max-width: 100%;
    object-fit: cover;
}
.galeria-fotomaton .foto-boda {
    height: 300px;
}
.galeria-mansory > div {
    display: inline-block;
    width: 100%;
    margin-bottom: 1.5rem;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.galeria-mansory .foto-boda {
    height: auto;
    /* Reseteamos la altura para que el masonry fluya con las proporciones reales */
    border-radius: 15px;
    /* Aspecto más premium y moderno */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    /* Sombra para dar profundidad */
    transition: transform 0.3s ease;
}
.galeria-mansory .foto-boda:hover {
    transform: scale(1.02);
}
.ver-mas {
    display: block;
    margin: 30px auto 10px;
    padding: 12px 35px;
    background-color: var(--color-1);
    border: 0;
    color: black;
    font-family: var(--font-titulo);
    font-size: var(--fs-18);
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
}
.ver-mas:hover {
    background-color: var(--color-4);
    color: white;
}
/* BODAS */
.menu-color .menus.d-lg-flex {
    background-color: var(--color-1);
    height: 100px;
    display: flex;
    align-items: center;
}
.banner-solicita {
    max-height: 300px;
}
.banner-solicita-background {
    background-image: url(/assets/img/home/banners/banner-solicita.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.banner-solicita {
    top: 0;
    z-index: -1;
    position: absolute;
    object-fit: cover;
}
.h2-banner-solicita {
    font-family: var(--font-titulo);
    font-size: var(--fs-36);
    color: #845a12;
    text-transform: uppercase;
    text-align: center;
}
.h4-banner-solicita {
    font-family: var(--font-pt-serif);
    font-size: var(--fs-40);
    color: #845a12;
    text-align: center;
}
.reservar {
    font-family: var(--font-p);
    font-size: var(--fs-18);
    font-weight: 700;
    background-color: var(--color-1);
    color: black;
    fill: white;
    border-radius: 14px 14px 14px 14px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 13px 33px 13px 33px;
}
.slick-prev {
    left: -40px;
}
.slick-next {
    right: -40px;
}
.flechas {
    text-decoration: none;
    display: flex;
    position: absolute;
    top: 50%;
    font-size: 40px;
    color: var(--color-1);
    z-index: 999;
}
.menu-color .footer {
    background-color: var(--color-1);
}
.menu-color #formulario-de-contacto {
    .ff-titulo.text-white {
        color: var(--color-4) !important
    }
}
/* EVENTOS */
.bg-eventos {
    background-image: url(/master/assets/img/services/eventos/foto-eventos.jpg);
    background-repeat: no-repeat;
    background-position: 0 center -100px;
    background-size: cover;
    height: 250px;
    position: relative;
    z-index: 1;
}
.bg-eventos::before {
    content: " ";
    background-color: rgb(209, 180, 170, 0.2);
    z-index: 2;
    position: absolute;
    height: 250px;
    width: 100%;
}
/* BGSERVICIOS */
.bg-servicios {
    background-image: url(/master/assets/img/services/coches/atrezzo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 250px;
    position: relative;
    z-index: 1;
}
.bg-servicios-fotomaton {
    background-image: url(/master/assets/img/services/fotomaton/foto-fotomaton.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 250px;
    position: relative;
    z-index: 1;
}
.bg-servicios-photobus {
    background-image: url(/master/assets/img/services/photobus/foto-photobus.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 250px;
    position: relative;
    z-index: 1;
}
.bg-servicios-neones {
    background-image: url(/master/assets/img/services/neones/foto-neones.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 250px;
    position: relative;
    z-index: 1;
}
.bg-servicios-shishas {
    background-image: url(/master/assets/img/services/shishas/foto-shishas.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 250px;
    position: relative;
    z-index: 1;
}
.bg-servicios-coches {
    background-image: url(/master/assets/img/services/coches/foto-coches.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 250px;
    position: relative;
    z-index: 1;
}
.bg-servicios-candy {
    background-image: url(/master/assets/img/services/candybar/foto-candy-bar.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 250px;
    position: relative;
    z-index: 1;
}
.bg-servicios-glitter {
    background-image: url(/master/assets/img/nueva-web/portadas/portada-glitter.png);
    background-repeat: no-repeat;
    background-position: center ;
    background-size: cover;
    height: 250px;
    position: relative;
    z-index: 1;
}
.bg-servicios-cocktail {
    background-image: url(/master/assets/img/services/cocktail/portada-cocktail.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 250px;
    position: relative;
    z-index: 1;
}
.bg-servicios-horaloca {
    background-image: url(/master/assets/img/services/horaloca/portada-horaloca.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 250px;
    position: relative;
    z-index: 1;
}
.bg-servicios-combos {
    background-image: url(/master/assets/img/services/combos/portada-combos-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 300px;
    position: relative;
    z-index: 1;
}
.bg-servicios-combos:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 300px;
    background: rgb(0 0 0 / 40%);
}
.bg-servicios-tattoo {
    background-image: url(/master/assets/img/nueva-web/portadas/portada-tattoo2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 250px;
    position: relative;
    z-index: 1;
}
.bg-servicios-360 {
    background-image: url(/master/assets/img/nueva-web/portadas/portada-plataforma.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 250px;
    position: relative;
    z-index: 1;
}
/* HORALOCA */
.bg-hora-loca {
    background-image: url(/assets/img/services/horaloca/bg-horaloca.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
    position: relative;
}
.bg-hora-loca::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 250px;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(209, 180, 170, 0.3) 50%, rgba(209, 180, 170, 1) 100%);
    left: 0;
}
.bg-hora-loca::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
    left: 0;
}
.bg-hora-loca .container {
    position: relative;
    z-index: 3;
}
.img-hora-loca {
    max-width: 500px;
    margin: 0 auto;
}
.font-1 {
    font-family: "Edu NSW ACT Foundation", cursive;
    font-size: 40px;
}
.h2-raro {
    text-align: center;
    font-size: 7em;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1;
    text-decoration: none;
    color: #fff;
}
.h2-raro {
    font-family: "Monoton", sans-serif;
    animation: neon1 1.5s ease-in-out infinite alternate;
}
@keyframes neon1 {
    from {
        text-shadow: 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 50px #ff1177, 0 0 70px #ff1177, 0 0 80px #ff1177, 0 0 100px #ff1177, 0 0 150px #ff1177;
    }
    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff1177, 0 0 35px #ff1177, 0 0 40px #ff1177, 0 0 50px #ff1177, 0 0 75px #ff1177;
    }
}
.logo-hora-loca {
    max-width: 1000px;
    display: flex;
    margin: 0 auto;
}
.efecto-locura {
    position: relative;
}
.efecto-locura img {
    -webkit-animation: fadeInRotate 3s linear backwards;
    -moz-animation: fadeInRotate 3s linear backwards;
    -ms-animation: fadeInRotate 3s linear backwards;
    animation: fadeInRotate 3s linear backwards;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    max-width: 400px;
    margin: 0 auto;
    display: flex;
}
.efecto-delirio {
    position: relative;
}
.efecto-delirio img {
    -webkit-animation: blurFadeInOut 5s ease-in backwards;
    -moz-animation: blurFadeInOut 5s ease-in backwards;
    -ms-animation: blurFadeInOut 5s ease-in backwards;
    animation: blurFadeInOut 5s ease-in backwards;
    max-width: 400px;
    margin: 0 auto;
    display: flex;
}
@-webkit-keyframes blurFadeInOut {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #fff;
        -webkit-transform: scale(0);
    }
    20%, 30% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        -webkit-transform: scale(0.4);
    }
    30%, 50% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        -webkit-transform: scale(1);
    }
    50%, 60% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        -webkit-transform: scale(0.4);
    }
    60%, 80% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        -webkit-transform: scale(0.8);
    }
    80%, 100% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        -webkit-transform: scale(1);
    }
}
@keyframes fadeInRotate {
    0% {
        opacity: 0;
        transform: scale(0) rotate(360deg);
    }
    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}
.efecto-delirio-text {
    -webkit-animation: blurFadeInOut-1 3s ease-in 1s backwards;
    -moz-animation: blurFadeInOut-1 3s ease-in 1s backwards;
    -ms-animation: blurFadeInOut-1 3s ease-in 1s backwards;
    animation: blurFadeInOut-1 3s ease-in 1s backwards;
}
@-webkit-keyframes blurFadeInOut-1 {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #fff;
        -webkit-transform: scale(0);
    }
    100% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        -webkit-transform: scale(1);
    }
}
.bg-gradiente-loco {
    background: linear-gradient(0deg, rgba(123, 80, 113, 1) 0%, #7b5071 100%);
    border-radius: 30px;
    position: relative;
}
.bg-marco {
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    fill: #7b5071;
    color: rgb(123, 80, 113);
    background-color: #ffffff;
    border-radius: 14px 14px 14px 14px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 13px;
    width: 175px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: -32px;
}
.bg-marco:hover {
    color: white;
    background-color: #7b5071;
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.5);
}
.vieja-1 {
    position: absolute;
    left: -17%;
    transform: rotate(-40deg);
    bottom: 47px;
    max-width: 300px;
    z-index: -1;
}
.vieja-2 {
    position: absolute;
    right: -23%;
    transform: rotate(54deg);
    bottom: 90px;
    max-width: 350px;
    z-index: -1;
}
.delirio-text.vieja-3 {
    /* transform: translate(-50%,0); */
}
.vieja-3 {
    position: absolute;
    bottom: 0;
    max-width: 350px;
    z-index: 3;
    border-bottom: 3px solid #7b5071;
    display: flex;
    margin: 0 auto;
}
.img-glitter {
    max-height: 276px;
    object-fit: cover;
    height: 100%;
}
.bg-rosa {
    background-color: var(--color-1);
    background-image: initial;
}
.video_eventos {
    width: 400px;
    height: 75vh;
    object-fit: cover;
}
h6.texto-eventos {
    font-family: "Shadows Into Light", cursive;
    font-size: 32px;
}
.video_horaloca {
    width: 100%;
    height: auto;
    max-height: 75vh;
    object-fit: cover;
}
.logo-png {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    object-fit: contain;
    align-items: center;
}
.btn {
    display: block;
    margin: 30px auto 10px;
    padding: 12px 35px;
    background-color: var(--color-1);
    border: 0;
    color: black;
    font-weight: 400;
    font-family: var(--font-titulo);
    font-size: var(--fs-18);
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
}
.galeria-privada .card-mansory {
    max-width: calc(33% - 1rem);
    width: 100%;
    cursor: pointer;
}
.galeria-privada .card-mansory:hover {
    transform: scale(1.02);
}
.card-areaprivada {
    width: 100%;
    height: 480px;
    font-size: 16pt;
    flex-direction: column;
    font-weight: 300;
    display: flex;
    margin: 0 auto;
}
.titulo-flip {
    z-index: 4;
    position: absolute;
    width: 100%;
    text-align: center;
    align-content: center;
    top: 0;
    display: flex;
    bottom: 0;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: var(--font-titulo);
}
.change-lang {
    background-color: transparent !important;
    margin: 0;
    padding: 0;
}
/* EFECTO RATON IMAGENES */
.flip3Dfake {
    width: 100%;
    height: 480px;
    font-size: 16pt;
    font-family: open sans;
    font-weight: 300;
    display: flex;
    margin: 0 auto;
}
.flip3D {
    width: 100%;
    height: 480px;
    font-size: 16pt;
    font-family: open sans;
    font-weight: 300;
    display: flex;
    margin: 0 auto;
    position: relative;
}
.flip3D .front {
    position: absolute;
    -webkit-transform: perspective(8000px) rotateY(0deg);
    transform: perspective(8000px) rotateY(0deg);
    width: 100%;
    height: 480px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: transform 0.5s linear 0s;
    -moz-transition: transform 0.5s linear 0s;
    -ms-transition: transform 0.5s linear 0s;
    -o-transition: transform 0.5s linear 0s;
    transition: transform 0.5s linear 0s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border: 1px solid var(--color-primary);
    border-radius: 5px;
}
.flip3D .front video {
    height: 100%;
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    object-fit: cover;
    z-index: 1;
}
.flip3D:hover .front {
    -webkit-transform: perspective(8000px) rotateY(180deg);
    transform: perspective(8000px) rotateY(180deg);
}
.flip3D .back {
    position: absolute;
    -webkit-transform: perspective(8000px) rotateY(180deg);
    transform: perspective(8000px) rotateY(180deg);
    color: white;
    width: 100%;
    height: 480px;
    border-radius: 1, 5px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: transform 0.5s linear 0s;
    -moz-transition: transform 0.5s linear 0s;
    -ms-transition: transform 0.5s linear 0s;
    -o-transition: transform 0.5s linear 0s;
    transition: transform 0.5s linear 0s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background-color: var(--color-1);
}
.flip3D:hover .back {
    -webkit-transform: perspective(8000px) rotateY(0deg);
    transform: perspective(8000px) rotateY(0deg);
}
.btn-packs {
    width: 100%;
    max-width: calc(33% - 1rem);
    border-radius: 0;
    font-family: var(--font-titulo);
    /* font-size: var(--fs-40); */
    color: var(--color-2);
    font-weight: bold;
    background-color: initial;
    border: 2px solid white;
    margin: initial;
}
.btn-packs:hover {
    border: 4px solid white;
    background-color: var(--color-1);
}
.btn-crea-tuyo {
    background-color: var(--color-2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    max-width: fit-content;
    color: var(--color-4) !important;
    padding: 5px;
    border: 0;
}
.btn-crea-tuyo:hover {
    background-color: var(--color-1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    max-width: fit-content;
    padding: 5px;
    border: 0;
}
.btn-crea-tuyo-fotomaton {
    max-width: 100%;
    background-color: white;
    border: 2px solid var(--color-2);
    font-family: var(--font-menu);
}
.btn-crea-tuyo-fotomaton:hover {
    background-color: var(--color-2) !important;
    border: 2px solid var(--color-2);
}
/* FOTOS */
.espacio-prueba {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Estilos del contenedor de la imagen rastro */
.card-textos {
    height: 100vh;
    justify-content: start !important;
    padding-top: 20vh;
}
/* fotos */
.form-label {
    font-size: var(--fs-16);
    color: var(--color-4)
}
.contenedor-fotos {
    min-height: 100vh;
}
.pag-eventos .contenedor-fotos {
    min-height: 120vh;
}
.videos-pack {
    max-width: 50%;
    max-height: 70vh;
    margin: 0 auto;
    display: flex;
}
.border-1 {
    border: 1px solid var(--color-3);
    padding: 10px;
}
.pack-extra {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 15px;
    margin-bottom: 15px;
    min-height: 400px !important;
}
.pack-extra-llaveros {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 15px;
    margin-bottom: 15px;
    min-height: 400px !important;
}
.pack-extra:hover {
    transform: scale(1.02);
}
.pack-extra::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1;
}
.pack-extra p {
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
    margin: 0 !important;
    padding: 10px;
    width: 100%;
    transition: all 0.5s ease;
}
.pack-extra-llaveros p {
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
    margin: 0 !important;
    padding: 10px;
    width: 100%;
    transition: all 0.5s ease;
}
.pack-extra:hover::before,
.pack-extra:active::before {
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
    background-color: rgba(0, 0, 0, 0);
}
.pack-extra:hover p {
    background: rgba(0, 0, 0, 0.7);
}
.fotos-imantadas img {
    height: 266px;
    object-fit: cover;
    border-radius: 15px;
}
.foto-cocktail-corner {
    object-position: 0 84%;
}
@media(min-width:1400px){
    .opiniones-nube {
    .op-1 {
        top: 8%;
        left: 12%;
        transform: rotate(-4deg) scale(0.85);
    }
    .op-2 {
        bottom: 24%;
        left: 12%;
        transform: rotate(3deg) scale(0.9);
    }
    .op-3 {
        top: 10%;
        right: 36%;
        transform: rotate(5deg) scale(0.85);
    }
    .op-4 {
        bottom: 8%;
        right: 13%;
        transform: rotate(-3deg) scale(0.9);
    }
    .op-5 {
        top: 76%;
        left: 36%;
        transform: translateY(-50%) rotate(-6deg) scale(0.8);
    }
    .opinion-card.op-5:hover {
        top: 60%;
    }
    .op-6 {
        top: 40%;
        left: 16%;
        transform: translateY(-50%) rotate(4deg) scale(0.8);
    }
    .op-7 {
        bottom: 11%;
        left: 62%;
        transform: translateY(-50%) rotate(-7deg) scale(0.8);
    }
    .opinion-card.op-7:hover {
        bottom: 10%;
    }
    .op-8 {
        bottom: -25%;
        left: 35%;
        transform: translateY(-50%) rotate(-7deg) scale(0.8);
    }
    .op-9 {
        top: 22%;
        left: 35%;
        z-index: 3;
        opacity: 1;
        filter: blur(0px);
    }
    .op-10 {
        top: -10%;
        left: 10%;
        transform: translateY(-0%) rotate(27deg) scale(0.8);
    }
    .op-11 {
        bottom: -8%;
        left: 17%;
        transform: translateY(-0%) rotate(17deg) scale(0.8);
    }
    .op-12 {
        top: 41%;
        left: 23%;
        transform: translateY(-0%) rotate(10deg) scale(0.8);
    }
    .op-13 {
        top: -10%;
        right: 23%;
        transform: translateY(-0%) rotate(-7deg) scale(0.8);
    }
    .op-14 {
        top: 20%;
        right: 22%;
        transform: translateY(-0%) rotate(7deg) scale(0.8);
    }
    .op-15 {
        top: -9%;
        right: 0%;
        transform: translateY(-0%) rotate(37deg) scale(0.8);
    }
    .op-16 {
        bottom: 18%;
        right: 20%;
        transform: translateY(-0%) rotate(-12deg) scale(0.8);
    }
    .op-17 {
        bottom: -6%;
        left: 0%;
        transform: translateY(-0%) rotate(-17deg) scale(0.8);
    }
    .op-18 {
        top: 49%;
        left: 35%;
        transform: translateY(-0%) rotate(-24deg) scale(0.8);
    }
    .op-19 {
        bottom: -8%;
        right: 22%;
        transform: translateY(-0%) rotate(7deg) scale(0.8);
    }
    .op-20 {
        top: 34%;
        right: 0;
        transform: translateY(-0%) rotate(7deg) scale(0.8);
    }
    .op-21 {
        bottom: -10%;
        transform: translateY(-0%) rotate(7deg) scale(0.8);
        right: 0;
    }
    .op-22 {
        top: 49%;
        left: -10%;
        transform: translateY(-0%) rotate(8deg) scale(0.8);
    }
    .op-23 {
        top: 22%;
        left: -7%;
        transform: translateY(-0%) rotate(-27deg) scale(0.8);
    }
    .op-24 {
        top: 17%;
        right: -10%;
        transform: translateY(-0%) rotate(-15deg) scale(0.8);
    }
    .op-25 {
        top: 13%;
        left: 4%;
        transform: translateY(-0%) rotate(7deg) scale(0.8);
    }
    .opinion-card:hover {
        z-index: 100 !important;
        transform: rotate(0deg) scale(1.2) !important;
        filter: blur(0px) !important;
        opacity: 1 !important;
        cursor: pointer;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    }
}
}
.img-equipo{
        margin-top: -169px;
    z-index: 1;
    position: relative;
}
@media(max-width:1200px) {
    .img-equipo{
        margin-top: 0;
    }
    .banner-solicita-background {
        background-image: url(/assets/img/home/banners/banner-solicita.png);
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
}
@media (max-width: 992px) {
    .img-equipo{
        margin-top: -0;
    z-index: 1;
    position: relative;
}
    .banner-solicita-background {
        background-image: initial;
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .videos-pack {
        max-width: 100%;
        max-height: 100%;
    }
    .pack-extra {
        background-position: top !important;
    }
    .bg-servicios-glitter {
        background-position: center !important;
    }
    .btn-packs {
        max-width: calc(50% - 1rem);
    }
    .btn-crea-tuyo {
        width: fit-content;
        max-width: fit-content;
    }
    .foto-boda {
        max-height: 250px;
    }
    .contenedor-fotos .foto-bodas {
        max-height: 150px;
    }
    .contenedor-fotos {
        display: block;
        column-count: 2;
        column-gap: 0.5rem;
    }
    .card-textos {
        height: initial;
        align-items: start !important;
        padding: 1rem !important;
    }
    .card-textos p {
        align-items: start !important;
    }
    .card-textos .d-flex.justify-content-center {
        width: 100%;
    }
    .contenedor-fotos .opinion-card img {
        border-radius: 10px;
        max-height: 300px !important;
        width: 100%;
        object-fit: cover;
    }
    .contenedor-fotos .opinion-card {
        display: inline-block;
        padding: 10px;
        width: 100%;
        margin-bottom: 0.5rem;
        break-inside: avoid;
        height: fit-content;
        max-width: none;
    }
    .video_eventos {
        width: 350px;
        height: 75vh;
        object-fit: cover;
    }
    .logo-hora-loca {
        max-width: 100%;
    }
    .h2-raro {
        font-size: 4em;
    }
    .efecto-locura img {
        max-width: 100%;
    }
    .efecto-delirio img {
        max-width: 100%;
    }
    .vieja-1 {
        display: none;
    }
    .bg-gradiente-loco {
        z-index: 1;
    }
    .vieja-2 {
        display: none;
    }
    .vieja-3 {
        display: none;
    }
    .vieja-3-mobile {
        max-width: 250px;
        border-bottom: 3px solid #7b5071;
    }
    .img-glitter {
        max-height: initial;
        width: 100%;
    }
}
@media (max-width: 600px) {
    #gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .contenedor-fotos {
        column-count: 2;
        /* Re-added masonry columns for mobile */
    }
}
@media(min-width:992px) and (max-width:1200px) {
    .nowrap {
        white-space: wrap;
    }
}
@media(max-width:992px) {
    .bg-servicios-candy{
            height: 128px;
    }
    .pag-horaloca .contenedor-fotos .opinion-card img {
        border-radius: 10px;
        max-height: 300px !important;
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .contenedor-fotos .opinion-card:nth-child(odd) img {
        height: 300px;
        object-fit: cover;
    }
    .contenedor-fotos .opinion-card img.foto-boda {
        height: auto;
    }
    .slick-next {
        right: 0;
    }
    .slick-prev {
        left: 0;
    }
    .grecaptcha-badge {
        display: none !important;
    }
    .video-vertical {
        max-width: 100%;
        max-height: 75vh;
        margin: 0 auto;
        width: 100%;
        object-fit: cover;
    }
    #gallery .div-img h3 {
        font-size: 12px;
    }
    .btn-menu-movil {
        margin: 0;
        height: fit-content;
        width: fit-content;
        padding: 13px;
        border-radius: 10px;
    }
    .nowrap {
        white-space: wrap;
    }
    #wp-ratedWA {
        flex-direction: row !important;
        flex-wrap: wrap;
        justify-content: center;
    }
    #menu-movil {
        width: 100%;
        display: flex;
        max-width: 100%;
        background-color: var(--color-1);
        z-index: 9999999 !important;
        /* Ensure it stays above everything */
        transition: all 0.3s ease-in-out;
    }
    .logo {
        max-width: 130px;
        width: 100%;
    }
    #menu-movil.fixed-top {
        .btn-menu-movil {
            padding: 8px;
        }
        .logo {
            max-width: 70px;
        }
    }
    #menu-desktop {
        width: 100%;
        max-width: 80%;
    }
    .nav-link {
        font-size: 14px;
        text-align: start !important;
    }
    #menu-desktop.scrolled {
        display: none !important;
    }
    #home-intro-content {
        max-width: 100%;
    }
    #gallery .div-img.img-h400 {
        height: 300px;
    }
    #gallery {
        column-count: 2
    }
    #gallery .div-img {
        width: 100%;
    }
    .card-videos video {
        max-height: 450px;
    }
    .ul-footer {
        padding-left: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        justify-content: center;
    }
    .ul-footer li {
        width: fit-content;
    }
    .opiniones-nube {
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 20px 0;
        max-height: 543px;
        /* Reduced to better fit 2.5 cards */
        overflow: hidden;
        position: relative;
        transition: max-height 0.5s ease-in-out;
        justify-content: start;
    }
    .contenedor-fotos {
        height: auto;
        /* Reduced to better fit 2.5 cards */
        overflow-y: hidden;
        min-height: initial;
        position: relative;
        transition: max-height 0.5s ease-in-out;
    }
    .contenedor-fotos-mobile {
        overflow-y: hidden;
        max-height: 622px;
    }
    .contenedor-fotos-mobile.expanded {
        max-height: fit-content !important;
    }
    .contenedor-fotos.expanded {
        max-height: fit-content !important;
    }
    .opiniones-nube::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 150px;
        z-index: 1;
        transition: opacity 0.3s ease;
        pointer-events: none;
    }
    .opiniones-nube.expanded {
        max-height: fit-content !important;
    }
    .opiniones-nube.expanded::after {
        opacity: 0;
    }
    .opinion-card {
        position: relative;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        transform: none !important;
        filter: blur(0);
        opacity: 1;
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .opinion-card.center-card {
        transform: none !important;
    }
    .opinion-card:hover {
        transform: translateY(-5px) !important;
    }
    .galeria-mansory {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        column-gap: 0.5rem;
    }
    .galeria-mansory > div {
        margin-bottom: 0.5rem;
    }
    :root {
        --font-menu: "Bodoni Moda", serif;
        --font-pt-sans: "PT Sans", sans-serif;
        --font-pt-serif: "PT Serif", serif;
        --font-texto: "Raleway", sans-serif;
        --font-titulo: "Syncopate", sans-serif;
        --color-1: #DDCEBD;
        --color-2: #ECFF20;
        --color-3: #DAD0CE;
        --color-4: #704f32;
        --fs-220: 40px;
        --fs-180: 40px;
        --fs-128: 40px;
        --fs-120: 40px;
        --fs-77: 30px;
        --fs-70: 30px;
        --fs-64: 30px;
        --fs-50: 30px;
        --fs-48: 30px;
        --fs-46: 28px;
        --fs-45: 28px;
        --fs-44: 28px;
        --fs-42: 26px;
        --fs-40: 24px;
        --fs-38: 22px;
        --fs-36: 22px;
        --fs-35: 22px;
        --fs-34: 22px;
        --fs-32: 20px;
        --fs-30: 20px;
        --fs-28: 20px;
        --fs-26: 20px;
        --fs-24: 18px;
        --fs-22: 18px;
        --fs-20: 18px;
        --fs-18: 16px;
        --fs-16: 16px;
        --fs-14: 14px;
    }
    .contenedor-fotos .opinion-card {
        padding: 0;
    }
    .contenedor-fotos .opinion-card img {
        height: 150px !important;
        max-height: initial;
        object-fit: cover;
    }
    .contenedor-fotos .opinion-card.primera-mitad:nth-child(odd) img {
        height: 300px !important;
        max-width: 100%;
        object-fit: cover;
    }
    .contenedor-fotos .opinion-card.mitad-mitad:nth-child(even) img {
        height: 150px !important;
        max-width: 100%;
        object-fit: cover;
    }
    .contenedor-fotos .opinion-card.segunda-mitad img {
        height: 150px !important;
        max-height: initial;
        object-fit: cover;
    }
    .contenedor-fotos .opinion-card.segunda-mitad:nth-child(odd) img {
        height: 300px !important;
        max-width: 100%;
        object-fit: cover;
    }
    .contenedor-fotos .opinion-card.segunda-mitad:nth-child(even) img {
        height: 150px !important;
        max-width: 100%;
        object-fit: cover;
    }
    .contenedor-fotos.eventos .opinion-card.segunda-mitad:nth-child(even) img {
        height: 300px !important;
        max-width: 100%;
        object-fit: cover;
    }
    .contenedor-fotos.eventos .opinion-card.segunda-mitad:nth-child(odd) img {
        height: 150px !important;
        max-width: 100%;
        object-fit: cover;
    }
    .object-position-right {
        object-position: right;
    }
    .foto-cocktail-corner {
        object-position: center !important;
    }
    .opinion-card:hover {
        z-index: 100 !important;
        transform: rotate(0deg) scale(1) !important;
        filter: blur(0px) !important;
        opacity: 1 !important;
        cursor: pointer;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    }
}
.qc-cmp2-summary-info p span,
.qc-cmp2-summary-info p {
    font-size: 12px !important;
}
.qc-cmp2-summary-section .logo-container img {
    height: 100px;
    width: 100% !important;
    object-fit: contain;
    max-height: 100px !important;
}
/* CLS Mitigation for Consent Manager */
#qc-cmp2-usp {
    min-height: 200px;
}
.qc-cmp2-summary-section {
    min-height: 400px;
}
.qc-cmp2-list-item-title,
.qc-cmp2-list-item-status {
    color: white !important
}
/* Fancybox 5 Z-index Fix */
.fancybox__container {
    z-index: 10000000 !important;
}