@font-face {
    font-family: 'Mid Mid Sun Sun';
    src: url('../fonts/MidMidSunSun.eot');
    src: local('Mid Mid Sun Sun'), local('MidMidSunSun'),
        url('../fonts/MidMidSunSun.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MidMidSunSun.woff2') format('woff2'),
        url('../fonts/MidMidSunSun.woff') format('woff'),
        url('../fonts/MidMidSunSun.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*{
    font-family: "Montserrat", sans-serif;
}
        .user-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.user-link {
    display: flex;
    align-items: center;
    gap: 6px;
}

.user-link--with-badge {
    position: relative;
}

.header-rsvp-badge {
    position: absolute;
    top: -7px;
    left: -10px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #dc3545;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    box-shadow: 0 0 0 2px rgba(88, 115, 96, 0.95);
    z-index: 2;
    pointer-events: none;
}

.header-mobil-user-btn--with-badge {
    position: relative;
}

.header-mobil-user-dropdown .header-rsvp-badge {
    top: 2px;
    left: 2px;
}

/* Dropdown oculto */
.dropdown-menu-user {
    position: absolute;
    top: 50px;
    left: 0;
    background: #fff;
    min-width: 160px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    padding: 8px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 999;
}

/* Items */
.dropdown-menu-user a {
    display: block;
    padding: 10px 15px;
    color: #333 !important;
    text-decoration: none;
    font-size: 14px;
}

.dropdown-menu-user a:hover {
    background-color: #f5f5f5;
}

/* Mostrar en hover */
.user-dropdown:hover .dropdown-menu-user {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
        .row_borders_degradados .col{
            position:relative;
            text-align:center;
        }

        .row_borders_degradados .col a{
 
        }

        /* ESTRELLA */
        .row_borders_degradados .col:not(:last-child)::after{
            content:"";
            position:absolute;
            right:-10px;
            top:50%;
            transform:translateY(-50%);
            width:12px;
            height:12px;
            background:url("../imgs/star_header.png") no-repeat center;
            background-size:contain;
        } 
.header_home{
    position: absolute;
    width: 100%;
    background-color: transparent;
        z-index: 99;
}
.header_home .buttons_forms{
    position: absolute;
    right: 0px;
        top: 0px;
}
/* Escritorio: acciones en columna derecha (no encima del logo) */
@media (min-width: 992px) {
    .header_home .header-desktop-nav .buttons_forms {
        position: static;
        right: auto;
        top: auto;
    }
    .header_home .header-desktop-nav .buttons_forms ul {
        justify-content: flex-end;
        flex-wrap: nowrap;
    }
}
.header_home .buttons_forms ul{
    padding: 0px;
    margin: 0px;
    display: flex;
    list-style: none;
}
.header_home .buttons_forms ul li{
    padding: 12px 0px;
    width: 139px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
}
.header_home .buttons_forms ul li a{
    text-decoration: none;
    color: #ffffff;
    display: block;
    width: 100%;
    text-align: center;    
}
.header_home .buttons_forms ul li a img{
    margin-right: 12px;
}
.header_home .nav_home{
    padding: 32px 0px;
}
/* Header móvil: 3 columnas — menú | logo | usuario o hueco */
.header_mobil_bar {
    min-height: 52px;
}   
.header-mobil-three {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    gap: 0.25rem;
}
.header-mobil-slot--start {
    justify-self: start;
}
.header-mobil-slot--center {
    justify-self: center;
    text-align: center;
    min-width: 0;
}
.header-mobil-slot--end {
    justify-self: end;
    position: absolute;
    right: 16px;
}
.header-mobil-slot-spacer {
    display: block;
    min-width: 44px;
    min-height: 44px;
}
.header-mobil-user-dropdown .dropdown-menu {
    z-index: 1060;
    border-radius: 10px;
    min-width: 11rem;
}
.header-mobil-user-dropdown .dropdown-item {
    font-size: 0.95rem;
    padding: 0.5rem 1rem;
}
.header_mobil_bar .navbar-brand img {
    max-height: 42px;
    width: auto;
    height: auto;
}
.btn-menu-drawer {
    line-height: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.12) !important;
}
.btn-menu-drawer:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}
.menu-drawer-bars {
    display: block;
    width: 22px;
    height: 2px;
    background: #ffffff;
    border-radius: 1px;
    position: relative;
}
.menu-drawer-bars::before,
.menu-drawer-bars::after {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 2px;
    background: #ffffff;
    border-radius: 1px;
}
.menu-drawer-bars::before {
    top: -7px;
}
.menu-drawer-bars::after {
    top: 7px;
}
.site-offcanvas-nav .nav-link:hover {
    background: rgba(255, 255, 255, 0.08);
}
.site-offcanvas-auth-row .btn {
    font-size: 0.875rem;
    padding: 0.5rem 0.35rem;
}
@media (max-width: 991.98px) {
    .header_home .nav_home {
        padding: 10px 0 14px;
    }
    /* Solo en páginas con menú hamburguesa: secciones en offcanvas, no duplicar fila del hero */
    body.has-site-offcanvas .nav-categorias-row-wrap {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .nav-categorias-row-wrap {
        display: flex !important;
    }
}
.section_fondo{
    padding: 100px 0px 150px 0px;
    background: url(../imgs/fondo_home.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 640px;
    z-index: 9;
}
.section_fondo .row_borders_degradados {
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 1px solid transparent; /* ancho del borde */
    border-bottom: 1px solid transparent;

    /* degradado horizontal solo en borde superior */
    border-image: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #FFFFFF 50%,
        rgba(255, 255, 255, 0) 100%
    ) 1; /* 1 es el factor de corte para aplicar el degradado */
    border-image-slice: 1;

    /* degradado horizontal solo en borde inferior */
    position: relative;
}
.row_borders_degradados .col{
    text-align: center;
}
.section_fondo .row_borders_degradados::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px; /* mismo ancho del border */
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #FFFFFF 50%,
        rgba(255, 255, 255, 0) 100%
    );
}
.section_fondo .arriba_fondo{
        position: absolute;
    width: 100%;
    top: 0px;
}
.section_fondo .arriba_fondo img{
    width: 100%;
    height: auto;
}
.section_fondo .abajo_fondo{
            position: absolute;
    width: 100%;
    bottom: 0px;
}
.section_fondo .abajo_fondo img{
    width: 100%;
    height: auto;
}
.section_fondo .row_borders_degradados a{
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    text-decoration: none;
}

/**/
.section_banner h3{
    font-family: "Cinzel", serif;
    font-size: 160px;
    color: #FFFFFF;
}
.section_banner span{
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 23px;
    color: #ffffff;
}
.section_banner .eclipse{
        width: 100%;
    position: absolute;
        top: 40px;
}



/**/
.cont_card{
    padding: 112px 0px 0px 0px;
    position: relative;
    z-index: 9;    
}
.cont_estadisticas{
    text-align: center;
}
.cont_estadisticas p{
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
}
.cont_estadisticas span{
   font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
}
.fondo_card_home{
    background-color: #F2EEE5;
    border-radius: 16px;
    padding: 22px;
    text-align: center;
    position: relative;
}
.fondo_card_home .icono_card{
    padding-bottom: 18px;
    width: auto !important;
    margin: auto;
}
.fondo_card_home h3{
    font-family: "Cinzel", serif;
    padding-bottom: 16px;
    font-size: 20px;
}
.fondo_card_home p{
    font-size: 14px;
    color: #00000080;
}
.fondo_card_home .button_register_empresa a{
    margin-top: 40px;
    background: #587360;
    border-radius: 16px;
    padding: 16px 24px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.fondo_card_home .button_register_empresa a img{
    padding-left: 30px;
    width: auto;
}




/*NUEVO CSS HOME*/
.section_buscador{
position: absolute;
    width: 100%;
    z-index: 99;
    bottom: 0px;
    overflow: visible;
}
.section_buscador .hero-title{
    font-size: 30px;
    font-family: "Cinzel", serif;
    color: #ffffff;
}
.section_buscador .hero-text{
    font-size: 18px;
    color: #ffffff;
}


.info_matrimonio_steps{
    background-color: #F2EEE2;
        padding: 100px 0px 50px;
}
.flex_items{
    display: flex;
    align-items: center;
}
.info_matrimonio_steps .card_info{
    padding: 20px;
    background: url(../imgs/card_home.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.info_matrimonio_steps .card_info .img_card img{
    width: 100%;
    height: auto;
}
.info_matrimonio_steps .card_info .efect_border{
    border-top: 1px dashed #00000029;
    border-width: 2px;
    width: 90%;
    margin: 16px auto 0px;
}
.info_matrimonio_steps .card_info .title_card h3{
    font-family: "Cinzel", serif;
    font-weight: 400;
    font-size: 15px;
    padding: 20px 0px 10px;
}
.info_matrimonio_steps .card_info .text_card p{
    color: #00000080;
    font-size: 14px;
}
.info_matrimonio_steps .card_info .redirect_card a{
    color: #587360;
    text-decoration: none;
    width: 100%;
    display: block;
    position: relative;
    font-size: 14px;
}
.info_matrimonio_steps .card_info .redirect_card a img{
    position: absolute;
    right: 0px;
}
.info_matrimonio_steps .card_info .bordder_spaces{
        height: 1px;
    border: 1px solid #587360;
    width: 50%;
    margin-bottom: 14px;
}
.info_matrimonio_steps .center_title{
    margin-bottom: 30px;
}
.info_matrimonio_steps .center_title h2{
    font-family: "Cinzel", serif;
    font-size: 40px;
}
.info_matrimonio_steps .center_title h2 span{
    font-family: "Cinzel", serif;
    font-size: 40px;
    color: #587360;
}
.info_matrimonio_steps .center_title p{
    color: #00000080;
    font-size: 18px;
}

/* Carrusel “Disfruta organizando tu matrimonio” */
.home-steps-carousel-wrap {
    position: relative;
    width: 100%;
}

.info_matrimonio_steps .owl-banners {
    display: block;
    width: 100%;
}

/* Misma altura entre tarjetas visibles en cada fila del carrusel */
.info_matrimonio_steps .owl-banners .owl-stage {
    display: flex;
    align-items: stretch;
}

.info_matrimonio_steps .owl-banners .owl-item {
    display: flex;
    flex-direction: column;
    height: auto !important;
}

.info_matrimonio_steps .owl-banners .owl__item__card {
    display: flex;
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    padding: 0 4px;
    box-sizing: border-box;
}

.info_matrimonio_steps .owl-banners .card_info {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    background: url(../imgs/card_home.png) no-repeat center top;
    background-size: 100% 100%;
    padding: 18px 16px 20px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    height: 100%;
    min-height: 100%;
}

.info_matrimonio_steps .owl-banners .img_card {
    flex-shrink: 0;
}

.info_matrimonio_steps .owl-banners .efect_border,
.info_matrimonio_steps .owl-banners .title_card,
.info_matrimonio_steps .owl-banners .bordder_spaces {
    flex-shrink: 0;
}

.info_matrimonio_steps .owl-banners .text_card {
    flex: 1 1 auto;
}

.info_matrimonio_steps .owl-banners .redirect_card {
    margin-top: auto;
    flex-shrink: 0;
}

.info_matrimonio_steps .owl-banners .title_card h3 {
    padding: 16px 8px 8px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.info_matrimonio_steps .owl-banners .text_card p {
    margin-bottom: 10px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.info_matrimonio_steps .owl-banners .redirect_card a {
    color: #587360;
    text-decoration: none;
    display: block;
    position: relative;
    font-size: 13px;
    line-height: 1.35;
    padding-right: 24px;
}

.info_matrimonio_steps .owl-banners .redirect_card a img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: auto;
}

/* Flechas del carrusel — solo tablet/móvil, centradas abajo */
@media (max-width: 959.98px) {
    .info_matrimonio_steps .owl-banners.owl-theme {
        position: relative;
        padding-bottom: 48px;
    }

    .info_matrimonio_steps .owl-banners .owl-nav {
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 20px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        pointer-events: none;
    }

    .info_matrimonio_steps .owl-banners .owl-nav button {
        pointer-events: auto;
        width: 42px;
        height: 42px;
        margin: 0;
        padding: 0;
        border-radius: 50%;
        background: #587360 !important;
        color: #fff !important;
        font-size: 22px;
        line-height: 1;
        box-shadow: 0 4px 14px rgba(88, 115, 96, 0.35);
        transition: background 0.2s ease, transform 0.15s ease;
    }

    .info_matrimonio_steps .owl-banners .owl-nav button:hover {
        background: #4a6354 !important;
        transform: translateY(-1px);
    }

    .info_matrimonio_steps .owl-banners .owl-nav button.disabled {
        opacity: 0.35;
        cursor: default;
        transform: none;
    }

    .info_matrimonio_steps .owl-banners .owl-nav button span {
        line-height: 1;
    }

    .info_matrimonio_steps .owl-banners .card_info {
        padding: 14px 12px 16px;
    }

    .info_matrimonio_steps .owl-banners .title_card h3 {
        font-size: 11px;
        padding: 12px 6px 6px;
    }

    .info_matrimonio_steps .owl-banners .text_card p {
        font-size: 11px;
    }

    .info_matrimonio_steps .owl-banners .redirect_card a {
        font-size: 11px;
        padding-right: 20px;
    }
}

/* Tablet + desktop: acortar imagen y subir la línea punteada a los huecos del ticket */
@media (min-width: 600px) {
    .info_matrimonio_steps .owl-banners .img_card {
        overflow: hidden;
        margin-bottom: 4px;
    }

    .info_matrimonio_steps .owl-banners .img_card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .info_matrimonio_steps .owl-banners .efect_border {
        margin-top: 2px;
    }

    .info_matrimonio_steps .owl-banners .title_card h3 {
        padding-top: 10px;
    }
}

@media (min-width: 960px) {
    .info_matrimonio_steps .owl-banners .owl-nav {
        display: none !important;
    }

    .info_matrimonio_steps .owl-banners .card_info {
        padding: 16px 14px 18px;
    }

    .info_matrimonio_steps .owl-banners .title_card h3 {
        font-size: 13px;
        padding: 14px 6px 8px;
    }

    .info_matrimonio_steps .owl-banners .text_card p {
        font-size: 12px;
    }

    .info_matrimonio_steps .owl-banners .redirect_card a {
        font-size: 12px;
        padding-right: 22px;
    }

    .info_matrimonio_steps .owl-banners .img_card {
        margin-bottom: 6px;
    }

    .info_matrimonio_steps .owl-banners .efect_border {
        margin-top: 0;
    }

    .info_matrimonio_steps .owl-banners .title_card h3 {
        padding-top: 12px;
    }
}

.efecto_home_1{
    position: absolute;
    top: 0px;
    z-index: 1;
}
.efecto_home_1 img{
    width: 180px;
}
.efecto_home_1 .fect_1{
    position: absolute;
    z-index: 9;
}
.efecto_home_1 .fect_2{
position: absolute;
    left: 50px;
}
.position_encima_texto{
        position: relative;
       z-index: 2;
}
.efecto_home_2{
    position: absolute;
    right: 0px;
    top: 0px;
}
.efecto_home_2 img{
   width: 250px;
}
.efecto_home_2 .fect_3{
    position: absolute;
    right: 86px;
    top: -83px;
}
.efecto_home_2 .fect_4{
    position: absolute;
    right: 40px;
    top: -31px;
}

/**/
.section_4{
    position: relative;
    padding: 100px 0px 100px;
}
.section_4 .p_proveedores{
    font-size: 18px;
}
.section_4 h2{
        font-family: "Cinzel", serif;
    font-size: 40px;
}
.section_4 h2 span{
            font-family: "Cinzel", serif;
    font-size: 40px;
        color: #587360;
}
.section_4 .span_proveedores{

    font-size: 16px;
}
.section_4 .ul_tabs{
    border-top: 1px solid rgba(111, 133, 118, 0.4);
    border-bottom: 1px solid rgba(111, 133, 118, 0.4);
    
}
.section_4 .ul_tabs li{
    margin-right: 15px;
}
.section_4 .ul_tabs li button{

    color: rgba(111, 133, 118, 1);
    font-size: 14px;
    padding: 26px 15px;
}
.section_4 .ul_tabs li .active{
    background-color: #ffffff;
    color: #587360 !important;
    border-bottom: 1px solid;
    font-weight: 500;
    border-radius: 0px;
}
.section_4 .tab-content img{
    border-radius: 16px;
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.section_4 .container{
    position: relative;
    z-index: 99;
}
 .objeto_1 .obj_1{
    position: absolute;
    bottom: -192px;
    left: 0px;
}
.objeto_1 .obj_2{
    position: absolute;
    bottom: -312px;
    left: 0px;
}
.muy_pronto a{
    padding: 16px 30px;
    border-radius: 8px;
    color: #ffffff;
    background-color: #587360;
    text-decoration: none;
    font-weight: 600;
}
.muy_pronto a img{
    width: auto !important;
    height: auto !important;
}
.position_titulos_empresa{
    background: url(../imgs/efecto_empresa_card.png);
    position: absolute;
    bottom: 0px;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    padding: 16px;
    background-position: center;
    background-repeat: repeat;
    width: 100%;
    background-size: cover;
}
.position_titulos_empresa h3{
    color: #ffffff;
    font-size: 20px;
}
.position_titulos_empresa p{
    color: #FFFFFF99;
        font-size: 14px;
}
/*INSPIRACIÓN*/
.inspiracion{
    padding: 110px 0px 0px;
    position: relative;
}
.inspiracion h2{
            font-family: "Cinzel", serif;
}
.inspiracion .title_inspiracion p{
    
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    font-weight: 600;
}
.inspiracion .title_inspiracion span{
        
    font-size: 16px;
    color: #00000080;
}
.articulo_inspiracion .flex_articulo{
    display: flex;
    align-items: center;
}
.articulo_inspiracion .flex_articulo .text_articulo{
    width: 70%;
}
.articulo_inspiracion a{
    text-decoration: none;
}
.articulo_inspiracion .flex_articulo .text_articulo span{
    
    font-size: 15px;
    color: rgba(0, 0, 0, 0.7);
    margin: 0px;
}
.articulo_inspiracion .flex_articulo .text_articulo h5{
    
    font-size: 26px;
    color: #000000;
    font-weight: 600;
}
.articulo_inspiracion .flex_articulo .boton_articulo{
    width: 30%;
}
.articulo_inspiracion .flex_articulo .boton_articulo div{
    width: 50px;
    border-radius: 12px;
    background-color: #6F8576;
    padding: 13px 0px;
    text-align: center;
    float: right;
}

/* Últimos artículos en home — mismas tarjetas que blog.php */
.inspiracion-blog-grid .main_post .alto_img {
    height: 420px;
}
.inspiracion-blog-grid .main_post .textos_articulo h5.blog-card-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.35;
    margin-bottom: 0.35rem;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45), 0 2px 12px rgba(0, 0, 0, 0.35);
}
.inspiracion-blog-grid .main_post .textos_articulo p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0.65rem;
}
.inspiracion-ver-todos {
    color: #587360;
    font-weight: 600;
    text-decoration: underline;
}
.inspiracion-ver-todos:hover {
    color: #3d5248;
}

.section_plantillas{
    padding: 72px 0px;
    background-color: #D7E0D9;
}
.text_plantillas h2{
    font-family: "Cinzel", serif;
    margin-bottom: 30px;
    font-size: 40px;
}
.card_plantilla{
    box-shadow: 0px 4px 8px 0px #00000026;
    padding: 24px;
    background-color: #ffffff;
    border-radius: 24px;
}
.card_plantilla span{
    color: #00000080;
    font-size: 16px;
}
.card_plantilla p{
    font-weight: 600;
    font-size: 26px;
    margin: 0px;
}
.home-inv-kicker {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.06em;
}
.home-inv-lead {
    max-width: 640px;
    font-size: 16px;
    color: #00000080;
}
.home-inv-benefits {
    font-size: 15px;
    color: #2d3a30;
    font-weight: 500;
}
.home-inv-benefits li {
    display: flex;
    align-items: center;
    gap: 0.45rem;
}
.home-inv-benefit-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #587360;
    flex-shrink: 0;
}
.home-inv-card .wb-mock {
    max-width: 100%;
}
.home-inv-badge {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #587360;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.35rem;
}
.home-inv-badge--premium {
    color: #8a6d3b;
}
.home-inv-card .home-inv-tpl-name {
    font-weight: 600;
    font-size: 22px;
    margin: 0;
    color: #1a1f1a;
}
.home-inv-card .home-inv-tpl-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
}
.home-inv-card--premium {
    border: 1px dashed rgba(88, 115, 96, 0.35);
}
.home-inv-premium-visual {
    width: 100%;
    max-width: 280px;
    height: 200px;
    border-radius: 18px;
    background: linear-gradient(145deg, #f8f4ec 0%, #ebe6dc 50%, #e8eef0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 16px 40px rgba(40, 45, 40, 0.1);
}
.home-inv-premium-visual span {
    font-size: 3rem;
    font-weight: 300;
    color: rgba(88, 115, 96, 0.55);
    line-height: 1;
}
.home-inv-cta {
    background-color: #587360;
    border: none;
    color: #fff;
    font-weight: 600;
}
.home-inv-cta:hover {
    background-color: #4a6350;
    color: #fff;
}
.home-inv-login-link {
    color: #587360;
    font-weight: 600;
}
/**/
/*BODAS REALES SECTION*/
.bodas_reales{
    padding: 120px 0px;
    position: relative;
}
.row_bodas_reales h6{
     font-family: "Cinzel", serif;
    font-size: 24px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
}
.row_bodas_reales small{
    
    font-size: 15px;
}
.bodas_reales .utilidad_1{
    position: absolute;
}
.bodas_reales .utilidad_2{
    position: absolute;
    bottom: -50px;
    right: 0px;
}
.bodas_reales .container{
position: relative;
    z-index: 99;
}
.bodas_reales .utilidad_2 img{
    width: 353px;
    height: auto;
    top: 355px;
    position: relative;
}
.bodas_reales .utilidad_1 img{
    width: 307px;
    height: auto;
}
.bodas_reales .p_1_br{
    
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    font-weight: 600;
}
.bodas_reales p{
       
    font-size: 18px;
    color: rgba(0, 0, 0, 0.5);
 
}
.polaroid .card {
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow 0.45s ease;
}

@keyframes bodas-polaroid-float {
    0%, 100% {
        transform: translateY(0);
        box-shadow: 0 10px 26px rgba(46, 33, 20, 0.1);
    }
    50% {
        transform: translateY(-12px);
        box-shadow: 0 18px 36px rgba(46, 33, 20, 0.14);
    }
}

.bodas_reales .polaroid .card {
    animation: bodas-polaroid-float 5.2s ease-in-out infinite;
    will-change: transform, box-shadow;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.85);
}

.bodas_reales .polaroid {
    cursor: pointer;
    transition:
        scale 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        translate 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.bodas_reales .polaroid:nth-child(1) .card,
.bodas_reales .polaroid:nth-child(2) .card,
.bodas_reales .polaroid:nth-child(3) .card,
.bodas_reales .polaroid:nth-child(4) .card,
.bodas_reales .polaroid:nth-child(5) .card {
    animation-duration: 5.2s;
}

.bodas_reales .polaroid:nth-child(1) .card {
    animation-delay: 0s;
}

.bodas_reales .polaroid:nth-child(2) .card {
    animation-delay: -1.04s;
}

.bodas_reales .polaroid:nth-child(3) .card {
    animation-delay: -2.08s;
}

.bodas_reales .polaroid:nth-child(4) .card {
    animation-delay: -3.12s;
}

.bodas_reales .polaroid:nth-child(5) .card {
    animation-delay: -4.16s;
}

.polaroid img {
    height: 230px;
    object-fit: cover;
}

.rotate-left {
    transform: rotate(16deg);
        position: relative;
    z-index: 9;
}

.rotate-slight-left {
    transform: rotate(345deg);
    top: 124px;
    position: relative;
}

.rotate-none {
    transform: rotate(0deg);
}

.rotate-slight-right {
    transform: rotate(12deg);
    position: relative;
    top: 133px;
}

.rotate-right {
    transform: rotate(336deg);
}

.polaroid:hover {
    z-index: 10;
}

.bodas_reales .polaroid:hover {
    z-index: 15;
    scale: 1.08;
    translate: 0 -14px;
}

.bodas_reales .polaroid:hover .card {
    animation: none;
    transform: none;
    box-shadow: 0 24px 44px rgba(46, 33, 20, 0.18);
}

/* Que el del centro destaque más */
.polaroid.main {
    margin-bottom: 20px;
}
/**/
.lado_1{
    position: absolute;
    left: 0px;
    top: 0px;
}
.lado_2{
    position: absolute;
    right: 0px;
    top: 0px;
}

.empresas_especializadas_categorias{
    background-color: #F2EEE5;
    padding: 80px 0px 60px;
}
.row_listados_all{
    position: relative;
    z-index: 99;
}
.button_register_empresa{
    margin-top: 50px;
}
.button_register_empresa a{
    display: block;
    background-color: #587360;
    border-radius: 8px;
    width: fit-content;
    margin: auto;
    padding: 16px 40px;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
}
.button_register_empresa a img{
    margin-left: 24px;
}
.empresas_especializadas_categorias ul{
    list-style: none;
    padding: 0px;
    text-align: center;
}

.empresas_especializadas_categorias .primer_ul .categories_parent{
    display: block;
    font-weight: 600;
    clear: both;
    margin: 22px 0 18px;
}
.empresas_especializadas_categorias .primer_ul .categories_parent a{
    font-weight: 600;
    font-size: 20px;
    color: #587360;
    text-decoration: none;
 
}
.empresas_especializadas_categorias .primer_ul .categori_parent_complete{
    display: inline;
    
    white-space: nowrap;
    
}
.empresas_especializadas_categorias .primer_ul .categori_parent_complete a{
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 8px 14px;
    background-color: #EAE3D3;
    border-radius: 8px;
    margin: 5px 0px;
    font-weight: 500;
    font-size: 16px;
}
.empresas_especializadas_categorias h3{
    font-size: 37px;
    font-family: "Cinzel", serif;
    font-weight: 400;
    margin-bottom: 40px;
}
/**/
.empresas_especializadas{
    padding: 80px 0px 90px;
}
.empresas_especializadas h3{
    font-size: 54px;
    font-family: "Cinzel", serif;
    font-weight: 400;
    margin-bottom: 40px;
}
.empresas_especializadas ul{
    list-style: none;
    padding: 0px;
    margin: 20px 0px 0px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;    
}
.empresas_especializadas ul li a{
    text-decoration: none;
     padding: 10px 0;
     font-size: 16px;
     color: #587360;
     font-weight: 500;
}
.empresas_especializadas ul li a img{
    margin-right: 5px;
}
.empresas_especializadas ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/**/
.footer_main{
    padding: 130px 0px 0px 0px;
    background-color: #587360;
}
.efecto_logo_footer{
position: absolute;
    left: -13%;
    top: -127px;
}
.footer_main .informacion {
    padding-top: 54px;
}
.footer_main .informacion ul{
    list-style: none;
    padding: 0px;
}
.footer_main .informacion ul li a{
    display: flex;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    align-items: center;
}
.footer_main .informacion ul li{
    margin-bottom: 10px;
}
.footer_main .informacion ul li a img{
    
}
.footer_main .informacion .fondo_a{
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    padding: 12px 12px;
    margin-right: 16px;
    border-radius: 16px;
}
.footer_main .list_footer ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.footer_main .list_footer ul li{
    padding: 0px 0px 24px 0px;
}
.footer_main .list_footer h4{
    font-family: 'Mid Mid Sun Sun';
    font-size: 32px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 32px;

}
.footer_main .list_footer ul li a{
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-weight: 400;
    
}
.footer_main .logo p{
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    margin-top: 19px;
    margin-bottom: 0px;
}
.footer_main .footer-ads-cta {
    max-width: 28rem;
}
.footer_main .footer-ads-cta__text {
    font-size: 15px;
    line-height: 1.45;
    color: #ffffff;
}
.footer_main .footer-ads-cta__link {
    color: #ffffff !important;
    font-weight: 700 !important;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.footer_main .footer-ads-cta__link:hover {
    color: #ffffff !important;
    opacity: 0.9;
}
.row_listadddos{
    padding-bottom: 34px;
}
.row_listadddos .redes_sociales{
    margin-top: 40px;
}
.row_listadddos .redes_sociales p{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
}
.row_listadddos .redes_sociales{
    display: flex;
}
.row_listadddos .redes_sociales ul{
    list-style: none;
    display: flex;
}
.row_listadddos .redes_sociales ul li{
    margin-right: 8px;
}
.row_listadddos .redes_sociales ul li a{
    padding: 14px 12px;
    border-radius: 16px;
    border: 1px solid #ffffff;
}
.row_copyright {
    padding: 20px 0 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    justify-content: center;
}
.row_copyright p{
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    line-height: 1.45;
    margin: 0;
}
.row_copyright a{
    color: #ffffff;
    text-decoration: none;
}
.row_copyright a:hover{
    text-decoration: underline;
}
.row_copyright .center_media{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0.35rem;
}
.flex_list_ul{
    display: flex;
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: fit-content;
    text-align: right;
    float: right;
}
.flex_list_ul li{
    padding: 0px 0px 0px 50px;
}
.flex_list_ul li a{
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -2%;
    text-align: right;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
}

/* Contenedor de la imagen */
.img_divss {
    overflow: hidden; /* importante para que la imagen no se salga del div */
    position: relative;
    border-radius: 20px;
}

/* La imagen dentro */
.img_divss img {
    transition: transform 0.5s ease; /* transición suave de 0.5s */
}

/* Efecto hover */
.img_divss:hover img {
    transform: scale(1.1); /* aumenta la imagen un 10% */
}
 
.premium{
background-color: #f71e23;
    left: 12px;
    top: 12px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .0625rem;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    z-index: 9;
    padding: 3px 10px;
    display: flex;
    align-items: center;
    border-radius: .19rem;
}
.fundador{
   background-color: #587360;
    left: 12px;
    top: 12px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .0625rem;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    z-index: 1;
    padding: 0 8px;
    display: flex;
    align-items: center;
    border-radius: .19rem; 
}
.top{
    background-color: #f7d46c;
    width: 50px;
    left: 12px;
    top: 40px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .0625rem;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    z-index: 1;
    padding: 0 8px;
    display: flex;
    align-items: center;
    border-radius: .19rem;
}
.stars{
    background-color: #ffffff;
    right: 12px;
    top: 12px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .0625rem;
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    position: absolute;
    z-index: 1;
    padding: 2px 8px;
    display: flex;
    align-items: center;
    border-radius: .19rem;  
}
.stars img{
    width: 15px !important;
    height: auto !important;
    margin: 0px 5px 2px 0px;
}
@media (max-width: 576px) {
    /* .section_fondo{
        height: 100vh;
    padding: 100px 0px 150px 0px;
    background: url(../imgs/banner_movil.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    } */
    .cont_card{
        padding: 80px 20px 0px 20px;
    }
    .buttons_forms{
        display: none;
    }
    /* Ocultar barra antigua (home); secciones en offcanvas solo si body.has-site-offcanvas */
    .row_borders_degradados:not(.nav-categorias-row-wrap) {
        display: none;
    }
    .row_borders_degradados.nav-categorias-row-wrap {
        display: flex !important;
        flex-wrap: wrap;
    }
    body.has-site-offcanvas .row_borders_degradados.nav-categorias-row-wrap {
        display: none !important;
    }
    .section_banner h3{
        font-size: 44px;
    }
    .section_banner .eclipse img{
        width: 100%;
    }
    .section_banner span{
        letter-spacing: 0.08em;
        font-size: 13px;
        display: block;
        padding: 0 0.75rem;
        line-height: 1.45;
    }
    .nav_home {

    }
.section_fondo .arriba_fondo {
    position: absolute;
    width: 100%;
    top: 0px;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%) 1;
}    
.button_register_empresa {
    margin-top: 12px;
}
.fondo_card_home h3{
    margin: 0px;
    font-size: 18px;
}
.fondo_card_home p {
            font-size: 12px;
            margin-bottom: 0px;
}
.fondo_card_home .button_register_empresa a{
    font-size: 13px;
    padding: 12px 15px;
}
.section_banner .eclipse {
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0px;
}    
    .lado_1{
        display: none;
    }
    .lado_2{
        display: none;
    }
    .empresas_especializadas h3{
            font-size: 28px;
    }
    .empresas_especializadas ul{
            grid-template-columns: repeat(2, 1fr);
    }
    .empresas_especializadas ul li a{
            font-size: 12px;
    }
    .empresas_especializadas ul li a img{
        margin-right: 0px;
    }
    .footer_main .list_footer h4{
        font-size: 18px;
    }
    .footer_main .list_footer ul li a{
        font-size: 14px;
    }
    .center_media{
        text-align: center;
    }
    .flex_list_ul{
        margin-top: 24px;
    }
    .flex_list_ul li{
        padding: 0px;
        text-align: center;
    }

    .cont_card  {
        position: absolute;
        bottom: 0px;
    }

    /**/
    .fondo_card_home .icono_card{
            padding-bottom: 11px;
    }
    .fondo_card_home{
        padding: 12px;
                height: 310px;
  
    }

    .info_matrimonio_steps .card_info{
        background-size: auto;
        padding: 15px 8px 15px;
        width: fit-content;
        background-position: center;
        margin: 5px 3px 5px 0px;
        border-radius: 8px;
    }
    .info_matrimonio_steps .card_info .title_card h3{
                font-size: 12px;
    }
    .info_matrimonio_steps .card_info .text_card p{
        font-size: 13px;
    }
    .row_bodas_reales h6{
        font-size: 14px;
    }
    .polaroid img{
        height: 153px;
    }
    .bodas_reales .polaroid .card {
        animation-duration: 5.5s;
    }
    .bodas_reales .polaroid:hover {
        scale: 1.06;
        translate: 0 -10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bodas_reales .polaroid .card {
        animation: none;
        box-shadow: 0 10px 26px rgba(46, 33, 20, 0.1);
    }
    .bodas_reales .polaroid:hover {
        scale: 1.04;
        translate: 0 -6px;
    }
    .bodas_reales .polaroid:hover .card {
        box-shadow: 0 16px 32px rgba(46, 33, 20, 0.14);
    }
}

    .section_fondo  .cont_card  .owl-card-home .owl-stage{
            padding-left: 4px !important;
    }

/* —— Barra Recepciones / Proveedores…: un botón en móvil + collapse —— */
.nav-categorias-toggle {
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.12);
    color: #fff !important;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 10px 14px;
}
.nav-categorias-toggle:hover,
.nav-categorias-toggle:focus {
    background: rgba(255, 255, 255, 0.2);
    color: #fff !important;
}
.nav-categorias-toggle-label {
    flex: 1;
    text-align: left;
}
.nav-categorias-chevron {
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    margin-right: 4px;
    transition: transform 0.2s ease;
}
.nav-categorias-toggle[aria-expanded="true"] .nav-categorias-chevron {
    transform: rotate(-135deg);
    margin-top: 4px;
}
.section_fondo .nav-categorias-inner .nav-categorias-link,
.section_fondo_includes .nav-categorias-inner .nav-categorias-link {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-size: 12px;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.section_fondo_includes .nav-categorias-inner .nav-categorias-link {
    color: #fff;
}
.nav-categorias-item:last-child .nav-categorias-link {
    border-bottom: none;
}
@media (min-width: 992px) {
    .nav-categorias-inner.row-cols-lg-7 > * {
        flex: 0 0 auto;
        width: 14.285714%;
    }
    .nav-categorias-inner.row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.666667%;
    }
}
@media (min-width: 992px) {
    .nav-categorias-item .nav-categorias-link {
        border-bottom: none;
    }
}