/*
 Theme Name:   azulius Child
 Description:  azulius Child Theme
 Author:       azulius
 Author URI:   https://azulius.com
 Template:     azulius
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/

:root{
    --black: #000;
    --black2: #666666;
    --gray: rgba(245, 245, 246, 1);
}




@font-face {
    font-family: 'sea';
    src: url('assets/fonts/The-Seasons-Regular.ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'sea';
    src: url('assets/fonts/Fontspring-DEMO-theseasons-bd.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


html {
    scroll-behavior: auto !important;
}


body{
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    word-break: normal;

}

a{
    text-decoration: none;
    color: var(--black)
}

.pop {
    font-family: "Poppins", sans-serif!important;
}

.sea{
    font-family: 'sea', sans-serif!important;
    font-weight: 400;
}

.bold{
    font-weight: 700;
}

:where(.editor-styles-wrapper) .width-100 {
    left: 0!important;
    margin-left: 0!important;
}

.logo-footer img,
.custom-logo{
    width: 140px
}

.wp-block-social-links{
    margin-bottom: 0
}

.nav .menu{
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: end;
}

.nav .menu a{

    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--black);
    text-decoration: none;
    background: none;
    border: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}


#footer-menu li a{
    color: var(--black);
}


.nav .menu > li:last-child a,
#footer-menu >li:last-child a{
    padding-right: 0
}

#footer{
    /*border-top: 1px solid rgba(210, 210, 210, 1)*/
}

.title{
    font-family: 'sea', sans-serif;
    font-weight: 400;
    font-size: 50px;
}


.home-top{
    height: calc(100vh - var(--wp-admin--admin-bar--height, 0px));
    border-bottom: 1px solid rgba(227, 227, 227, 1);
    transition: all .15s linear;
    width: 100%;
    background: #fff;
    z-index: 10000;

}

.home-top .container-fluid{
    padding: 0 2rem!important
}

.home-top .areoi-background__image{
    background-size: contain;
    background-repeat: no-repeat;
}


.home-top .bg-gray{
    background: rgba(24, 52, 113, 0.3);

}

.home-top .logo-top{
    text-align: center
}

.home-top .logo-top:hover{
    cursor: pointer
}

.home-top .logo-top img{
    width: 200px
}

.home-top .border-left{
    border-left: 1px solid rgba(227, 227, 227, 1)
}

.row-top > div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    padding-bottom: 2rem
}


.home-top p,
.home-top a{
    font-family: 'sea', sans-serif;
    font-weight: 700;
    font-size: 45px
}

.home-top p.nosea{
    font-family: "Poppins", sans-serif;
}

.row-top > div{
    transition: all .12s linear
}

.row-top > div:hover{
    background-color: rgba(24, 52, 113, 0.3);
}

.banner{
    height: calc(100vh - var(--wp-admin--admin-bar--height, 0px) - 82px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}


.banner figure{
    position: absolute!important;
    width: 100%;
    height: 100%;
    margin-bottom: 0
}

.banner figure img{
    width: 100%;
    height: 100%!important;
    object-fit: cover
}

.banner .caption{
    text-align: center;
    padding: 0 1.5rem;

}


.breadcrumb,
body:not(.home) .caption > *,
.home-active .banner .caption > *{
    animation: fadeInUp 1s ease;
}



.fade-in:not(.wp-block) {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



.detalles-lista a:hover{
    color: var(--black2)
}

#cursor {
    background-color: #000;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff;
    height: 16px;
    opacity: 1;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    transform: translate(-50%,-50%) scale(1);
    transition: transform .3s ease,opacity 1s ease;
    visibility: visible;
    width: 16px;
    z-index: 999999999;
}

#cursor.linked {
    transform: scale(1.5);
    transition: transform .3s ease;
}

.banner .text-banner{
    font-size: 56px;
    font-weight: 300;
    line-height: 1.35
}

.banner .text-banner2{
    font-size: 80px;
    font-weight: 700;
    font-family: 'sea', sans-serif;
}

b, strong {
    font-weight: 600;
}


.page-id-39 #footer {
    border-top: 1px solid rgba(210, 210, 210, 1);
}

.section{
    padding: 100px 0
}

.subtitle{
    font-weight: 300;
    font-size: 40px;
    line-height: 1.5
}

.heading{
    font-weight: 300;
    font-size: 36px;
}

.max-950{
    width: 950px;
    margin: auto;
    max-width: 100%;
}

.gallery-gap0{
    margin-bottom: 0;
    --wp--style--gallery-gap-default:0px
}

.gallery-gap0 figure{
    margin-bottom: 0
}

.banner-auto{
    height: auto
}

.banner-auto figure{
    position: relative!important;
}

.banner-auto .caption{
    position: absolute!important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 1.5rem;
}

.max-1000{
    width: 1000px;
    max-width: 100%;
    margin: auto;
}


.btn-plus{
    color: var(--black);
    text-decoration: none;
    padding-right: 38px
}

.btn-plus:after{
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='70' height='70' viewBox='0 0 70 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='35.0574' y1='7' x2='35.0574' y2='63' stroke='black' stroke-width='3.61478'/%3E%3Cline x1='63' y1='35.0574' x2='7' y2='35.0574' stroke='black' stroke-width='3.61478'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.hide-text:not(.wp-block) > *{
    display: none
}

.fs-20{
    font-size: 20px
}

/* Estilos del formulario */
.wpcf7-form label {
    display: block;
    margin-bottom: 5px;

}

.wpcf7-list-item {
    margin-left: 0
}

.wpcf7-list-item label{
    font-size: 13px;
}


.wpcf7-list-item a{
    color: var(--black);
    font-weight: 500
}
.wpcf7-list-item a:hover{
    color: var(--black2);
}

.wpcf7-form  p{
    margin-bottom: 20px
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form textarea {
    width: 100%;
    padding: 16px 15px;
    border: 1px solid rgba(152, 152, 152, 1);
    border-radius: 0px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    outline: none;
    border-color: #333;
}

.wpcf7-form textarea {
    min-height: 120px;
    max-height: 136px;
    resize: vertical;
}

/* Botón negro */
.wpcf7-form input[type="submit"] {
    background-color: #000 !important;
    color: #fff !important;
    border: none !important;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: #333 !important;
}

.box-contact{
    padding: 70px 100px;
    padding-left: 0
}



.box-contact.box-r{
    padding-right: 0;
    padding-left: 70px
}


.box-contact .fa-regular,
.box-contact .fa-solid{
    font-size: 28px
}


.box-gray:after{
    position: absolute;
    content: "";
    width: 50vw;
    top: 0;
    height: 100%;
    right: 0;
    background-color: var(--gray);
    z-index: -1
}

.col-btn p{
    position: relative;
    margin-bottom: 0
}

.wpcf7-spinner{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.mb-35{
    margin-bottom: 1.25rem
}

.box-help{
    background-color: rgba(245, 245, 246, 1);
    padding: 40px
}

.accordion-item{
    display: flex;
}

.accordion-item > *{
    flex: 0 0 auto;
    width: 50%;
}

.accordion {
    --bs-accordion-color: var(--black);
    --bs-accordion-bg: transparent;
    --bs-accordion-border-color: rgba(152, 152, 152, 1);
    --bs-accordion-border-width: 0;
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: 0;
    --bs-accordion-btn-padding-x: 40px;
    --bs-accordion-btn-padding-y: 40px;
    --bs-accordion-btn-color: var(--black);
    --bs-accordion-btn-bg: transparent;
    --bs-accordion-btn-icon: url('data:image/svg+xml;utf8,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.0049 8.85742L15.0049 8.35742L14.0049 8.35742L14.0049 8.85742L14.5049 8.85742L15.0049 8.85742ZM14.1513 22.211C14.3466 22.4062 14.6632 22.4062 14.8584 22.211L18.0404 19.029C18.2357 18.8337 18.2357 18.5171 18.0404 18.3219C17.8452 18.1266 17.5286 18.1266 17.3333 18.3219L14.5049 21.1503L11.6765 18.3219C11.4812 18.1266 11.1646 18.1266 10.9693 18.3219C10.7741 18.5172 10.7741 18.8337 10.9693 19.029L14.1513 22.211ZM14.5049 8.85742L14.0049 8.85742L14.0049 21.8574L14.5049 21.8574L15.0049 21.8574L15.0049 8.85742L14.5049 8.85742Z" fill="black"/><circle cx="15" cy="15" r="14.5" stroke="black"/></svg>');
    --bs-accordion-btn-active-icon: url('data:image/svg+xml;utf8,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.0049 8.85742L15.0049 8.35742L14.0049 8.35742L14.0049 8.85742L14.5049 8.85742L15.0049 8.85742ZM14.1513 22.211C14.3466 22.4062 14.6632 22.4062 14.8584 22.211L18.0404 19.029C18.2357 18.8337 18.2357 18.5171 18.0404 18.3219C17.8452 18.1266 17.5286 18.1266 17.3333 18.3219L14.5049 21.1503L11.6765 18.3219C11.4812 18.1266 11.1646 18.1266 10.9693 18.3219C10.7741 18.5172 10.7741 18.8337 10.9693 19.029L14.1513 22.211ZM14.5049 8.85742L14.0049 8.85742L14.0049 21.8574L14.5049 21.8574L15.0049 21.8574L15.0049 8.85742L14.5049 8.85742Z" fill="black"/><circle cx="15" cy="15" r="14.5" stroke="black"/></svg>');
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-body-padding-x: 40px;
    --bs-accordion-body-padding-y: 40px;
    --bs-accordion-active-color: var(--black);
    --bs-accordion-active-bg: transparent;
    --bs-accordion-btn-icon-width: 30px;
}


.accordion-item{
    border: 1px solid rgba(152, 152, 152, 1)!important;
    margin-bottom: 1rem;
    position: relative
}

.accordion-item:hover{
    cursor: pointer
}

.accordion-item.accordion-open{
    background-color: rgba(245, 245, 246, 1);
    border: 0!important
}

.accordion-header,
.accordion-button{
    font-weight: 600;
    position: static;
    font-size: 20px;
}

.accordion-button::after{
    position: absolute;
    top: 40px;
    right: 1rem;
}

.breadcrumb.help-center{
    position: absolute;
    top: 1.5rem;
    left: 0;

    z-index: 1001
}


.breadcrumb.eventos,
.breadcrumb.espacios,
.breadcrumb.bodas{
    padding: 2rem 0
}

.breadcrumb{
    gap: 1rem;
}

.breadcrumb a, .breadcrumb li{
    color: var(--black);
    text-decoration: underline;
    font-weight: 500
}
.breadcrumb.help-center a, .breadcrumb.help-center li{
    color:#fff
}

.fw-600{
    font-weight: 600
}


.btn-plus2{

    display: block;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.evento-galeria{
    --swiper-navigation-size: 24px;
    --swiper-navigation-color: #fff
}

.evento-galeria .swiper-slide{
    height: calc(100vh - 100px - var(--wp-admin--admin-bar--height, 0px));
    max-height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.evento-galeria img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}


.swiper-slide{
    background-color: #fff;
    padding: 50px 0
}

.testimonios .swiper-slide{
    padding:50px;
    height: auto
}

.detalles-lista {
    list-style: none;
    padding: 0;
    margin: 0;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 40px; /* filas / columnas */
    margin-bottom: 3rem;
    word-break: break-word;
}


.big-title{
    font-size: 80px
}

.posts-class img{
    width: 100%;
    aspect-ratio: 385/520;
    object-fit: cover
}

#masthead.scrolled {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.image-icon-plus{
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 1rem;
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: rgba(24, 52, 113, 0.3)
}


.plus{

    aspect-ratio: 1/1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

}


.plus1 {
    position: absolute;
    width: 72%;
    height: 6px;
    background: #fff;
    display: block;
}

.plus2 {
    position: absolute;
    height: 72%;
    width: 6px;
    background: #fff;
    display: block;
}

.offcanvas .btn-close{
    opacity: 1;
    width: 1.2em;
    height: 1.2em;
    background-size: 1.2em
}

.offcanvas-header {
    padding-right: 1.75rem;
    padding-top: 1.75rem
}

#bootscore-navbar li a{
    font-size: 36px;
    color: var(--black);
    padding-left: 50px;
    padding-top: 1rem;
    padding-bottom: 1rem
}

#bootscore-navbar li a:hover{
    opacity: .85
}

.btn.nav-toggler{
    padding-left: 0;
    font-size: 30px;
    line-height: 1
}


.wp-block-social-links .wp-social-link svg{
    width: 1.45em;
    height: 1.45em
}


.btn.nav-toggler:focus,
.btn.nav-toggler:active{
    border: 0!important
}





.btn-link:hover{
    color: var(--black2)
}

.heading.btn-plus{
    padding-right: 0
}

.heading.btn-plus a{
    position: relative;
    display: block;
    width: 100%;
    padding-right: 70px;
    z-index: 1001
}

.heading.btn-plus a:hover{
    color: var(--black2);

}

.heading.btn-plus a:hover:after{
    opacity: .7
}

.heading.btn-plus:after{
    background-size: 70px 70px;
    width: 70px;
    height: 70px;
}

.row-help .heading.btn-plus:after{
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
}

.heading.btn-plus:hover:after{
    color: var(--black2)
}

.acf-block-preview .fade-in{
    opacity: 1
}


.overflow-hidden{
    overflow: hidden
}


.listado-evento img, .listado-boda img{
    transition: all .115s linear;
}


.listado-evento  .evento-img:hover img, .listado-boda .evento-img:hover img{
    transform: scale(1.1)
}


.nav .menu a:hover{
    color: var(--black2)
}

.box-evento{
    padding: 3rem
}

.section-footer{
    display: flex;
    flex-direction: column;
    gap: 54px;
    padding: 80px;
}




.banner {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed; /* parallax */
}

.banner-auto{
    aspect-ratio: 1440/330;
    width: 100%
}


.home .banner-auto{
    height: 650px
}


.banner:not(.wp-block) img {
    display: none;
}


.content-kit{
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 3rem
}


.fs-16{
    font-size: 16px
}

.fs-18{
    font-size: 18px
}

.f-600{
    font-weight: 600
}

.bg-gray{
    background-color: rgba(245, 245, 246, 1);
}

.swiper-navigation-icon{
    display: none
}

.swiper-slide{
    --swiper-navigation-color: #000;
    --swiper-navigation-size: 24px
}

.swiper-button-next:after, .swiper-button-prev:after{
    --swiper-navigation-size: 24px
}

.fashion-slider .cont-nav .swiper-button-nav:hover {
    background-color: rgba(245, 245, 246, 1);
}

.cont-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    padding-top: 2rem;
}

.fashion-slider .cont-nav .swiper-button-nav {
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
    color: var(--dark);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    border: 1px solid #000;
}


@media (min-width: 1440px){

    :root{
        --bs-btn-font-size: 20px
    }


    .evento-galeria img {
        aspect-ratio: 16/9;
    }

    .evento-galeria .swiper-slide{
        height: auto
    }

    .section-footer{

        gap: 67px;
        padding: 100px;
    }



    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1400px;
    }

    .banner .text-banner {
        font-size: 70px;
    }

    .subtitle {
        font-size: 50px;
    }

    .subtitle2{
        font-size: 48px
    }
    .heading {
        font-size: 45px;
    }

    body{
        font-size: 20px
    }

    .home-top p, .home-top a{
        font-size: 56px
    }

    .home-top p.nosea{
        font-size: 50px
    }


    .fs-24{
        font-size: 30px
    }

    .banner .text-banner2{
        font-size: 100px
    }

    .accordion-header,
    .accordion-button{
        font-size: 25px;
    }


    .big-title {
        font-size: 100px;
    }

    .title{
        font-size: 62px
    }

    .fs-20{
        font-size: 25px
    }



    .home-top .logo-top img {
        width: 250px;
        padding-bottom: 5px;
    }

    .row-top > div{
        padding-bottom: 3rem
    }




    .accordion {
        --bs-accordion-btn-icon-width: 37px;
    }


    .logo-footer img, .custom-logo {
        width: 170px;
    }

    .breadcrumb.eventos, .breadcrumb.espacios, .breadcrumb.bodas {
        padding: 3rem 0;
        margin-bottom: 0
    }

    .max-1000 {
        width: 1080px;
    }

    .max-950 {
        width: 1200px;
    }

    .max-small{
        width: 500px;
        max-width: 100%
    }


    .box-evento{
        padding: 60px
    }



}






@media (max-width: 1199px){
    .banner .text-banner {
        font-size: 50px; /* 70 × 0.7 */
    }

    .subtitle {
        font-size: 35px; /* base */
    }

    .subtitle2{
        font-size: 32px; /* 48 × 0.7 */
    }

    .heading {
        font-size: 32px; /* 45 × 0.7 */
    }



    .home-top p,
    .home-top a{
        font-size: 40px; /* 56 × 0.7 */
    }

    .home-top p.nosea{
        font-size: 35px; /* 50 × 0.7 */
    }

    .fs-24{
        font-size: 22px; /* 30 × 0.7 */
    }

    .banner .text-banner2{
        font-size: 70px; /* 100 × 0.7 */
    }

    .accordion-header,
    .accordion-button{
        font-size: 18px; /* 25 × 0.7 */
    }

    .big-title {
        font-size: 70px; /* 100 × 0.7 */
    }

    .title{
        font-size: 45px; /* 62 × 0.7 */
    }

    .fs-20{
        font-size: 18px; /* 25 × 0.7 */
    }

}



@media (max-width: 991px){

    .evento-galeria .swiper-slide {
        height: 50vh;
    }

    .box-contact {
        padding: 1.5rem;
    }

    .row-lg > div{
        flex: 0 0 auto;
        width: 100%;
    }

    .row-help .btn-plus2{
        justify-content: center;
        gap: 1.5rem
    }

    #footer-menu{
        justify-content: center!important
    }

    .bootscore-copyright{
        text-align: center
    }

    .logo-footer{
        text-align: center;
        margin-bottom: 1rem!important
    }

    .nav .menu{
        justify-content: center
    }

    .footer_widget .nav.justify-content-end{
        justify-content: center!important
    }

}


@media (max-width: 767px){


    .box-evento{
        padding: 1.5rem
    }

    .heading.btn-plus:after {
        background-size: 50px 50px;
        width: 50px;
        height: 50px;
    }

    .heading.btn-plus a{
        padding-right: 50px
    }

    .section-footer{
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .banner-auto {
        aspect-ratio: 16/9;
    }

    .box-contact.box-r{
        padding-left: 0
    }

    .row-top > div.logo-top {
        justify-content: end;
    }

    .logo-top figure{
        margin-bottom: 1.5rem!important
    }

    .home-top .areoi-background__image {
        background-position: center 45%;
    }


    .detalles-lista{
        grid-template-columns: repeat(1, 1fr);
    }

    .box-gray:after {

        width: 100%;

    }

    .row-md > div{
        flex: 0 0 auto;
        width: 100%;
    }

    .banner .text-banner {
        font-size: 48px;
    }

    .subtitle {
        font-size: 35px;
    }

    .heading {
        font-weight: 300;
    }

    .banner-auto figure img {
        min-height: 300px
    }

}

@media (max-width: 575px){
    .accordion-item > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .accordion-item {
        display: flex;
        flex-wrap: wrap;
    }

    .bootscore-footer-columns .row{
        justify-content: center;
        align-items: center
    }

    .bootscore-footer-columns .row{
        --bs-gutter-y: 1.5rem
    }

    .bootscore-footer-columns .row > div{
        flex: 0 0 auto;
        width: 100%;
    }

    .nav .menu{
        align-items: center;
        justify-content: center;
        flex-direction: column
    }

    .bootscore-footer-columns .nav.justify-content-end{
        justify-content: center!important
    }

    .logo-footer{
        text-align: center
    }

    .bootscore-footer-info .row{
        flex-direction: column;
        --bs-gutter-y: 1.5rem
    }

    .bootscore-footer-info .row > div:first-child{
        order: 6
    }

    .home-top .border-left {
        border-left:0;
        border-top:  1px solid rgba(227, 227, 227, 1);
    }
    .row-top{
        flex-direction: column
    }

    .row-top > div {

        justify-content: center;
        padding-bottom: 0;
    }

}