.elementor-291 .elementor-element.elementor-element-1de5a79{--display:flex;--min-height:105px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-291 .elementor-element.elementor-element-1de5a79:not(.elementor-motion-effects-element-type-background), .elementor-291 .elementor-element.elementor-element-1de5a79 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B1014;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-291 .elementor-element.elementor-element-1de5a79{--content-width:1200px;}}/* Start custom CSS for html, class: .elementor-element-9372416 *//* =========================================
   HEADER — ESCUELA ENRIQUE DUSSEL
   ========================================= */

.escuela-header {
    width: 100%;
    max-width: 1320px;
    min-height: 110px;

    margin: 0 auto;
    padding: 0 28px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 28px;
    box-sizing: border-box;
}


/* =========================================
   MARCA
   ========================================= */

.escuela-brand {
    display: flex;
    align-items: center;

    gap: 16px;

    flex-shrink: 0;

    text-decoration: none;
}

.escuela-brand img {
    width: 72px;
    height: 72px;

    object-fit: contain;

    display: block;
}

.escuela-brand span {
    color: #E8E1D9;

    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;

    line-height: 1.45;
    letter-spacing: 0.25px;

    white-space: nowrap;
}


/* =========================================
   MENÚ
   ========================================= */

.escuela-menu {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 27px;

    flex: 1;

    white-space: nowrap;
}

.escuela-menu a {
    position: relative;

    color: #E8E1D9;

    text-decoration: none;

    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;

    letter-spacing: 0.2px;

    padding: 43px 0 38px;

    transition: color 0.25s ease;
}

.escuela-menu a:hover {
    color: #E9B39B;
}


/* ELEMENTO ACTIVO */

.escuela-menu a.activo {
    color: #E9B39B;
}

.escuela-menu a.activo::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 29px;

    width: 30px;
    height: 2px;

    background: #E9B39B;
}


/* =========================================
   BOTÓN AULA VIRTUAL
   ========================================= */

.escuela-aula {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 16px;

    flex-shrink: 0;

    padding: 13px 19px;

    border: 1px solid #B9785E;

    color: #E9B39B;

    text-decoration: none;

    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 600;

    letter-spacing: 0.4px;

    white-space: nowrap;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease;
}

.escuela-aula span {
    font-size: 18px;
    line-height: 1;
}

.escuela-aula:hover {
    background: #E9B39B;
    border-color: #E9B39B;
    color: #0B1013;
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 1150px) {

    .escuela-header {
        gap: 18px;
        padding: 0 20px;
    }

    .escuela-menu {
        gap: 18px;
    }

    .escuela-menu a {
        font-size: 11px;
    }

    .escuela-brand span {
        font-size: 11px;
    }

    .escuela-brand img {
        width: 64px;
        height: 64px;
    }
}


/* =========================================
   MÓVIL
   ========================================= */

@media (max-width: 767px) {

    .escuela-header {
        min-height: 82px;
        padding: 12px 18px;
    }

    .escuela-brand img {
        width: 55px;
        height: 55px;
    }

    .escuela-brand span {
        display: none;
    }

    .escuela-menu {
        display: none;
    }

    .escuela-aula {
        padding: 11px 14px;
        font-size: 10px;
    }
}/* End custom CSS */