/*
Theme Name: Sydney Child
Theme URI: https://example.com/
Description: Tema hijo de Sydney
Author: Jonathan
Template: sydney
Version: 1.0.0
Text Domain: sydney-child
*/

/* =============================
   ESTILOS PERSONALIZADOS
   ============================= */
   
   /* =========================================================
   HEADER PERSONALIZADO OSIRIS
   ========================================================= */

.osiris-header {
    width: 100%;
    background-color: #0d1524;
    position: sticky;
    top: 0;
    z-index: 9999;
}


/* Contenedor general */

.osiris-container {
    width: 100%;
    max-width: 1370px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}


/* =========================================================
   BARRA SUPERIOR
   ========================================================= */

.osiris-topbar {
    width: 100%;
    min-height: 34px;
    background-color: #111a29;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.osiris-topbar-inner {
    min-height: 34px;

    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.osiris-contacto {
    display: flex;
    align-items: center;
    gap: 7px;

    font-size: 13px;
    line-height: 1;
}

.osiris-phone-icon {
    color: #d6aa45;
    font-size: 15px;
    transform: rotate(-20deg);
}

.osiris-contacto-texto {
    color: #aeb5c0;
}

.osiris-telefono {
    color: #d6aa45;
    text-decoration: none;
    font-weight: 500;
}

.osiris-telefono:hover {
    color: #ebc361;
}


/* =========================================================
   BARRA PRINCIPAL
   ========================================================= */

.osiris-navbar {
    width: 100%;
    height: 73px;
    background-color: #0d1524;
}

.osiris-navbar-inner {
    height: 73px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* =========================================================
   LOGO
   ========================================================= */

.osiris-logo {
    align-self: flex-start;
    position: relative;
    z-index: 5;
}

.osiris-logo img,
.osiris-logo .custom-logo {
    width: 80px;
    height: auto;
    display: block;
}

.osiris-logo .custom-logo-link {
    display: block;
}


/* =========================================================
   MENÚ
   ========================================================= */

.osiris-menu {
    margin-left: auto;
    height: 100%;
    display: flex;
    align-items: center;
}

.osiris-menu-list {
    display: flex;
    align-items: center;
    gap: 40px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.osiris-menu-list > li {
    margin: 0;
    padding: 0;
}

.osiris-menu-list > li > a {
    display: block;

    color: #aeb5c0;

    font-size: 14px;
    font-weight: 400;
    line-height: 73px;

    text-decoration: none;

    transition:
        color 0.25s ease,
        opacity 0.25s ease;
}


/* Hover */

.osiris-menu-list > li > a:hover {
    color: #d6aa45;
}


/* Página activa */

.osiris-menu-list > li.current-menu-item > a,
.osiris-menu-list > li.current_page_item > a,
.osiris-menu-list > li.current-menu-ancestor > a {
    color: #d6aa45;
}


/* =========================================================
   QUITAR ESTILOS QUE SYDNEY PUEDA APLICAR
   ========================================================= */

.osiris-header ul,
.osiris-header li {
    list-style: none;
}

.osiris-header a {
    box-shadow: none;
}

.osiris-header a:hover {
    text-decoration: none;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1000px) {

    .osiris-container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .osiris-menu-list {
        gap: 25px;
    }

}


@media (max-width: 768px) {

    .osiris-topbar {
        display: none;
    }

    .osiris-navbar {
        height: auto;
        min-height: 70px;
    }

    .osiris-navbar-inner {
        min-height: 70px;
        height: auto;
    }

    .osiris-logo img,
    .osiris-logo .custom-logo {
        width: 70px;
    }

    .osiris-menu-list {
        gap: 15px;
    }

    .osiris-menu-list > li > a {
        font-size: 12px;
    }

}

/* =========================================================
   FOOTER OSIRIS
   ========================================================= */

.osiris-footer {
    width: 100%;
    background-color: #101a2a;
    color: #b7c6db;
}


/* =========================================================
   CONTENIDO PRINCIPAL
   ========================================================= */

.osiris-footer-main {
    border-top: 1px solid #536071;
}

.osiris-footer-container {
    width: 100%;
    max-width: 1370px;

    margin: 0 auto;
    padding: 64px 50px 65px;

    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 100px;

    box-sizing: border-box;
}


/* =========================================================
   COLUMNAS
   ========================================================= */

.osiris-footer-col {
    min-width: 0;
}


/* =========================================================
   LOGO
   ========================================================= */

.osiris-footer-logo {
    margin-bottom: 20px;
}

.osiris-footer-logo img,
.osiris-footer-logo .custom-logo {
    width: 66px;
    height: auto;
    display: block;
}

.osiris-footer-logo .custom-logo-link {
    display: inline-block;
}


/* =========================================================
   DESCRIPCIÓN
   ========================================================= */

.osiris-footer-description {
    max-width: 340px;

    margin: 0 0 27px;

    color: #b3c4da;

    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
}


/* =========================================================
   CIUDAD DE MÉXICO
   ========================================================= */

.osiris-footer-city {
    display: flex;
    align-items: center;
    gap: 10px;

    color: #d5aa4b;

    font-size: 12px;
    letter-spacing: 1.1px;
    font-weight: 500;
}

.osiris-footer-line {
    width: 32px;
    height: 1px;

    display: block;

    background-color: #d5aa4b;
}


/* =========================================================
   TÍTULOS
   ========================================================= */

.osiris-footer h3 {
    margin: 2px 0 22px;

    padding: 0;

    color: #ffffff;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.6px;
}


/* =========================================================
   MENÚ
   ========================================================= */

.osiris-footer-menu {
    margin: 0;
    padding: 0;

    list-style: none;
}

.osiris-footer-menu li {
    margin: 0 0 15px;
    padding: 0;

    list-style: none;
}

.osiris-footer-menu li a {
    color: #b3c4da;

    font-size: 14px;
    font-weight: 400;

    text-decoration: none;

    transition: color 0.25s ease;
}

.osiris-footer-menu li a:hover,
.osiris-footer-menu li.current-menu-item > a {
    color: #d5aa4b;
}


/* =========================================================
   CONTACTO
   ========================================================= */

.osiris-contact-item {
    display: flex;
    align-items: flex-start;

    gap: 13px;

    margin-bottom: 18px;
}


/* Iconos */

.osiris-contact-icon {
    width: 16px;
    min-width: 16px;

    padding-top: 1px;
}

.osiris-contact-icon svg {
    width: 16px;
    height: 16px;

    display: block;

    fill: none;
    stroke: #d5aa4b;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.osiris-contact-item:first-of-type .osiris-contact-icon svg path {
    fill: #d5aa4b;
    stroke: none;
}


/* Texto principal */

.osiris-contact-title {
    display: block;

    margin-bottom: 3px;

    color: #ffffff;

    font-size: 14px;
    font-weight: 500;

    text-decoration: none;
}

a.osiris-contact-title:hover {
    color: #d5aa4b;
}


/* Texto secundario */

.osiris-contact-subtitle {
    display: block;

    color: #9fb2c9;

    font-size: 11px;
    font-weight: 400;
}


/* =========================================================
   BARRA INFERIOR
   ========================================================= */

.osiris-footer-bottom {
    width: 100%;

    border-top: 1px solid rgba(255,255,255,0.08);

    background-color: #101a2a;
}

.osiris-footer-bottom-container {
    width: 100%;
    max-width: 1370px;

    margin: 0 auto;
    padding: 19px 50px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    box-sizing: border-box;
}


/* Copyright */

.osiris-copyright {
    color: #9fb2c9;

    font-size: 11px;
}


/* Enlaces legales */

.osiris-legal {
    display: flex;
    align-items: center;
    gap: 28px;
}

.osiris-legal a {
    color: #9fb2c9;

    font-size: 11px;

    text-decoration: none;

    transition: color 0.25s ease;
}

.osiris-legal a:hover {
    color: #d5aa4b;
}


/* =========================================================
   RESPONSIVE - TABLET
   ========================================================= */

@media (max-width: 900px) {

    .osiris-footer-container {
        padding: 50px 30px;

        grid-template-columns: 1fr 1fr;
        gap: 50px;
    }

    .osiris-footer-contact {
        grid-column: 1 / -1;
    }

    .osiris-footer-bottom-container {
        padding-left: 30px;
        padding-right: 30px;
    }

}


/* =========================================================
   RESPONSIVE - MÓVIL
   ========================================================= */

@media (max-width: 600px) {

    .osiris-footer-container {
        padding: 45px 25px;

        grid-template-columns: 1fr;
        gap: 40px;
    }

    .osiris-footer-contact {
        grid-column: auto;
    }

    .osiris-footer-description {
        max-width: 100%;
    }

    .osiris-footer-bottom-container {
        padding: 22px 25px;

        flex-direction: column;
        align-items: flex-start;

        gap: 14px;
    }

    .osiris-legal {
        gap: 18px;
    }

}

/* =========================================================
   BOTÓN HAMBURGUESA
   ========================================================= */

.osiris-menu-wrapper {
    margin-left: auto;
}

.osiris-menu-toggle {
    display: none;
    width: 45px;
    height: 45px;

    padding: 8px;

    border: none;
    background: transparent;

    cursor: pointer;
}

.osiris-menu-toggle span {
    display: block;

    width: 24px;
    height: 2px;

    margin: 5px auto;

    background-color: #d6aa45;

    transition: all 0.3s ease;
}


/* =========================================================
   MÓVIL
   ========================================================= */

@media (max-width: 768px) {

    .osiris-topbar {
        display: none;
    }

    .osiris-navbar {
        position: relative;
        min-height: 70px;
        height: auto;
        background-color: #0d1524;
    }

    .osiris-navbar-inner {
        position: relative;

        min-height: 70px;
        height: auto;

        display: flex;
        align-items: center;
        justify-content: space-between;

        padding-top: 0;
        padding-bottom: 0;
    }

    /* Logo */
    .osiris-logo {
        align-self: center;
    }

    .osiris-logo img,
    .osiris-logo .custom-logo {
        width: 70px;
        height: auto;
    }


    /* Wrapper del menú */
    .osiris-menu-wrapper {
        position: static;
        margin-left: auto;
    }


    /* Botón hamburguesa */
    .osiris-menu-toggle {
        display: block;

        width: 45px;
        height: 45px;

        padding: 8px;

        border: 0;
        background: transparent;

        cursor: pointer;
    }

    .osiris-menu-toggle span {
        display: block;

        width: 24px;
        height: 2px;

        margin: 5px auto;

        background-color: #d6aa45;
    }


    /* Menú cerrado */
    .osiris-menu {
        display: none;

        position: absolute;

        top: 100%;
        left: 0;
        right: 0;

        width: 100%;
        height: auto;

        margin: 0;
        padding: 0;

        background-color: #0d1524;

        z-index: 99999;

        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
    }


    /* Menú abierto */
    .osiris-menu.active {
        display: block;
    }


    /* Lista */
    .osiris-menu-list {
        display: block;

        width: 100%;

        margin: 0;
        padding: 8px 0;

        background-color: #0d1524;

        list-style: none;
    }


    .osiris-menu-list > li {
        display: block;

        width: 100%;

        margin: 0;
        padding: 0;
    }


    .osiris-menu-list > li > a {
        display: block;

        width: 100%;

        margin: 0;
        padding: 13px 25px;

        color: #ffffff;

        font-size: 14px;
        line-height: 1.4;

        text-decoration: none;

        background-color: #0d1524;

        box-sizing: border-box;
    }


    .osiris-menu-list > li > a:hover,
    .osiris-menu-list > li.current-menu-item > a,
    .osiris-menu-list > li.current_page_item > a {
        color: #d6aa45;

        background-color: #101c2e;
    }

}