.elementor-30 .elementor-element.elementor-element-2fc07c6{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-2fc07c6 *//* =========================================================
   CENTRO ANCESTRAL PACHACAMAC
   HEADER — ELEMENTOR
   ========================================================= */

#cap-header,
#cap-header * {
    box-sizing: border-box;
}

#cap-header {
    position: relative;
    z-index: 99999;

    width: 100%;

    background: #23130A;

    border-bottom: 1px solid rgba(214, 162, 84, 0.30);

    font-family: Georgia, "Times New Roman", serif;
}


/* =========================================================
   CONTENEDOR
   ========================================================= */

#cap-header .cap-header-inner {

    width: min(1180px, 92%);

    min-height: 82px;

    margin: 0 auto;

    display: flex;

    align-items: center;

    gap: 30px;
}


/* =========================================================
   LOGO
   ========================================================= */

#cap-header .cap-logo {

    display: flex;

    align-items: center;

    gap: 13px;

    margin-right: auto;

    text-decoration: none !important;

    color: #F1D39C;

    flex-shrink: 0;
}


#cap-header .cap-logo-mark {

    width: 36px;
    height: 36px;

    display: flex;

    align-items: center;
    justify-content: center;

    border: 1px solid #D6A254;

    color: #D6A254;

    font-size: 16px;

    line-height: 1;

    transform: rotate(45deg);
}


#cap-header .cap-logo-mark::first-letter {

    transform: rotate(-45deg);
}


#cap-header .cap-logo-name {

    display: flex;

    flex-direction: column;

    line-height: 1;
}


#cap-header .cap-logo-name strong {

    display: block;

    margin: 0;

    color: #F1D39C;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 14px;

    font-weight: 400;

    letter-spacing: .16em;

    white-space: nowrap;
}


#cap-header .cap-logo-name small {

    display: block;

    margin-top: 6px;

    color: #D6A254;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 9px;

    font-weight: 400;

    letter-spacing: .42em;

    white-space: nowrap;
}


/* =========================================================
   MENÚ DESKTOP
   ========================================================= */

#cap-header .cap-desktop-nav {

    display: flex;

    align-items: center;

    gap: 28px;
}


#cap-header .cap-desktop-nav a {

    position: relative;

    display: inline-block;

    padding: 8px 0;

    color: #F5E6C8;

    text-decoration: none !important;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 12px;

    font-weight: 400;

    letter-spacing: .09em;

    line-height: 1;

    transition:
        color .25s ease;
}


#cap-header .cap-desktop-nav a::after {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    width: 0;

    height: 1px;

    background: #D6A254;

    transition: width .25s ease;
}


#cap-header .cap-desktop-nav a:hover {

    color: #D6A254;
}


#cap-header .cap-desktop-nav a:hover::after {

    width: 100%;
}


/* =========================================================
   BOTÓN AGENDA
   ========================================================= */

#cap-header .cap-appointment {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-width: 92px;

    padding: 11px 18px;

    border: 1px solid #D6A254;

    color: #F1D39C;

    background: transparent;

    text-decoration: none !important;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 11px;

    font-weight: 400;

    letter-spacing: .10em;

    line-height: 1;

    transition:
        background .25s ease,
        color .25s ease;
}


#cap-header .cap-appointment:hover {

    background: #D6A254;

    color: #23130A;
}


/* =========================================================
   BOTÓN HAMBURGUESA
   ========================================================= */

#cap-header .cap-menu-button {

    display: none;

    width: 42px;

    height: 42px;

    padding: 7px;

    margin: 0;

    border: 1px solid #D6A254;

    background: transparent;

    cursor: pointer;

    appearance: none;

    -webkit-appearance: none;
}


#cap-header .cap-menu-button span {

    display: block;

    width: 100%;

    height: 1px;

    margin: 6px 0;

    background: #F1D39C;

    transition:
        transform .25s ease,
        opacity .25s ease;
}


/* =========================================================
   MENÚ MOBILE
   ========================================================= */

#cap-header .cap-mobile-menu {

    display: none;

    width: 100%;

    padding: 12px 5% 25px;

    background: #23130A;

    border-top: 1px solid rgba(214, 162, 84, .20);
}


#cap-header .cap-mobile-menu.is-open {

    display: block;
}


#cap-header .cap-mobile-menu a {

    display: block;

    width: 100%;

    padding: 16px 5px;

    border-bottom: 1px solid rgba(214, 162, 84, .15);

    color: #F1D39C;

    text-decoration: none !important;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 13px;

    letter-spacing: .10em;
}


#cap-header .cap-mobile-menu a:hover {

    color: #D6A254;
}


#cap-header .cap-mobile-menu .cap-mobile-appointment {

    margin-top: 16px;

    text-align: center;

    border: 1px solid #D6A254;

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    #cap-header .cap-header-inner {

        gap: 20px;
    }

    #cap-header .cap-desktop-nav {

        gap: 18px;
    }

    #cap-header .cap-desktop-nav a {

        font-size: 11px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 900px) {

    #cap-header .cap-header-inner {

        min-height: 72px;
    }

    #cap-header .cap-desktop-nav {

        display: none;
    }

    #cap-header .cap-appointment {

        display: none;
    }

    #cap-header .cap-menu-button {

        display: block;
    }

}


/* =========================================================
   MOBILE PEQUEÑO
   ========================================================= */

@media (max-width: 480px) {

    #cap-header .cap-header-inner {

        width: 90%;
    }

    #cap-header .cap-logo-mark {

        width: 31px;

        height: 31px;

        font-size: 13px;
    }

    #cap-header .cap-logo-name strong {

        font-size: 10px;

        letter-spacing: .11em;
    }

    #cap-header .cap-logo-name small {

        font-size: 7px;

        letter-spacing: .28em;
    }

}/* End custom CSS */