/* =====================
   General Styling
===================== */

.menu_box {
    width: 100%;
    height: 137px;
}

/* =====================
   Header
===================== */

.empty97px {
    height: 48px;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 185px;
    background: white;
    color: #a7a7a7;
    text-align: center;
    z-index: 10000;
    transition: height 0.3s;
}

.header h1 {
    font-size: 30px;
    font-weight: normal;
    transition: all 0.3s;
}

/* Header shrink */
.header.shrink {
    height: 47px;
    font-size: 14px;
    background: white;
    border-bottom: 0px;
    box-shadow: 0px 3px 33px -4px rgba(0, 0, 0, 0.35);
}

.header.shrink h1 {
    font-size: 24px;
}

.header.shrink .logos {
    height: 0px;
    transition: all 0.3s;
}

.header.shrink .logo {
    height: 45px;
    transition: all 0.3s;
}

.header.shrink .main_menu {
    margin-top: 0px;
    font-size: 15px;
    border-top: 0px;
    transition: all 0.3s;
}

.header.shrink .header_info {
    transform: scale(0);
    margin-top: 0px;
    padding-top: 0px;
    height: 0px;
    transition: all 0.2s;
}

.header.shrink .social {
    opacity: 0;
    margin-top: 0px;
    padding-top: 0px;
    height: 0px;
    width: 100%;
    position: absolute;
    top: 0;
}

.header.shrink .logos img {
    max-width: 0px;
    transition: all 0.2s;
}

/* =====================
   Logos
===================== */
.logos {
    margin-top: 14px;
    text-align: center;
    height: 136px;
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 10px;
    transition: opacity 0.4s ease-in-out;
}

.logos:hover {
    opacity: 0.5;
    cursor: pointer;
}

.logo {
    max-width: 140px;
    margin-top: 29px;
}

.main_logo {
    max-width: 420px;
    width: 100%;
}

.logo_mobile {
    height: 35px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

/* =====================
   Main Menu
===================== */
.main_menu {
    float: left;
    width: 100%;
    font-size: 15px;
    margin-top: 4px;
    font-weight: 300;
    border-top: 2px solid #f7f8fb;
    background-color: white;
}

.main_menu li {
    transition: transform 0.1s;
}

.main_menu li:hover {
    transform: scale(1.08);
}

/* =====================
   Header Info
===================== */
.header_info {
    width: 30%;
    float: left;
    text-align: left;
    font-size: 13px;
    margin-top: 14px;
}

/* =====================
   Language Button
===================== */
.leng {
    background-color: black;
    color: white;
    padding: 7px;
    height: 30px;
    font-size: 14px;
    width: 40px;
}

.leng:hover {
    background-color: #fe6db0;
}

/* =====================
   Social Icons
===================== */
.social {
    text-align: right;
    height: 15px;
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 31px;
    transition: opacity 0.4s ease-in-out;
    opacity: 1;
}

.social ul {
    list-style: none;
    margin-top: 10px;
}

.social li {
    float: right;
    margin: 0 3px;
}

.social li img {
    max-width: 44px;
    transition: opacity 0.4s ease-in-out;
}

.social li img:hover {
    opacity: 0.6;
}

/* Footer Social */
.social-footer {
    width: 100%;
}

.social-footer ul {
    list-style: none;
    margin-top: 10px;
    padding-left: 0;
}

.social-footer li {
    display: inline-block;
    margin: 0;
}

.social-footer li img {
    max-width: 30px;
    transition: opacity 0.4s ease-in-out;
}

.social-footer li img:hover {
    opacity: 0.6;
}

/* =====================
   Open/Close Button
===================== */
.button {
    position: fixed;
    right: 30px;
    top: 2px;
    z-index: 10000;
    font-size: 30px;
    display: none;
}

.button a {
    text-decoration: none;
}

.btn-open:after {
    content: "\f0c9";
    font-family: "FontAwesome";
    color: black;
    transition: all 0.2s linear;
}

.btn-close:after {
    content: "\f00d";
    font-family: "FontAwesome";
    color: #ccc;
    transition: all 0.2s linear;
}

.btn-open:hover:after,
.btn-close:hover:after {
    color: black;
}

/* =====================
   Overlay
===================== */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: white;
    overflow: auto;
    z-index: 10000;
}

.wrap {
    color: #4e4e4e;
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
}

.wrap ul.wrap-nav {
    text-transform: capitalize;
    padding: 150px 0 100px;
}

.wrap ul.wrap-nav details,
.wrap ul.wrap-nav li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #9e9e9e;
}

.wrap ul.wrap-nav li a {
    color: #9b059b;
    text-decoration: none;
    transition: all 0.2s linear;
    font-weight: 700;
}

.wrap ul.wrap-nav li a:hover {
    color: black;
}

.wrap ul.wrap-nav ul {
    padding: 5px 0;
}

.wrap ul.wrap-nav ul li {
    display: block;
    font-size: 17px;
    width: 100%;
    color: #e9e9e9;
    margin-bottom: 4px;
}

.wrap ul.wrap-nav ul li a {
    color: black;
}

.wrap ul.wrap-nav ul li a:hover {
    color: #34b484;
}

/* =====================
   Titles
===================== */
.title_coleccion {
    float: left;
    font-size: 16px;
    padding-top: 10px;
    font-weight: 300;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}

/* =====================
   Sticky
===================== */
#sticky {
    padding: 0.5ex;
}

#sticky.stick {
    position: fixed;
    top: 0;
    z-index: 10000;
    margin-top: 0 !important;
}

#sticky_hide.sticky_hide {
    opacity: 0;
}

/* =====================
   Search Box
===================== */
#search-box {
    width: 100%;
    height: 45px;
    background: white;
    box-shadow: 0px 3px 33px -4px rgba(0, 0, 0, 0.35);
    transition: opacity 0.4s ease-in-out;
}

.search-form {
    width: 70%;
    float: left;
}

.search-input {
    width: 100%;
    height: 45px;
    border: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
}

.search-close {
    float: left;
    width: 15%;
    text-align: right;
    padding-right: 20px;
    font-size: 20px;
}

.search-btn {
    margin-top: 10px;
    height: 25px;
}

.search-btn:hover {
    opacity: 0.5;
}

/* =====================
   Nav Menu
===================== */
#nav {
    font-size: 16px;
}

#nav > a {
    display: none;
}

#nav li {
    position: relative;
}

#nav > ul {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    height: auto;
}

#nav > ul > li {
    display: inline-block;
    margin: 2px 18px 0;
    padding-bottom: 12px;
}

#nav > ul > li img:hover {
    cursor: pointer;
}

/* Second Level Menu */
#nav li ul {
    display: none;
    position: absolute;
    top: 100%;
    background-color: #3b033d;
    padding: 10px;
    border: 4px solid #3b033d;
    min-width: 200px;
    font-size: 15px;
    text-align: left;
}

#nav li ul:before,
#nav li ul:after {
    content: " ";
    position: absolute;
    height: 0;
    width: 0;
    left: 17%;
    border: solid transparent;
    pointer-events: none;
}

#nav li ul:after {
    border-bottom-color: transparent;
    border-width: 9px;
    margin-left: -9px;
}

#nav li ul:before {
    border-bottom-color: transparent;
    border-width: 10px;
    margin-left: -10px;
}

#nav li ul li {
    margin: 4px 0;
    padding: 4px 2px;
     list-style: none;
    padding: 2px;
    margin: 0px;
    line-height: 20px;   
}

#nav li ul li details summary {
    color: white;
    font-size: 15px;
    padding: 4px 2px;
    list-style-type: none;
}

#nav .desplegable {
    width: 100%;
    display: block;
    margin-top: 2px;
    padding: 4px 2px 4px 25px;
}

#nav .desplegable:hover {
    color: black;
}

#nav li ul a {
    color: white;
}

#nav li:hover ul {
    display: block;
}

/* =====================
   Media Queries
===================== */
@media screen and (max-width: 1150px) {
    .empty97px {
        height: 9px;
    }
    .logos {
        height: 170px;
        margin-top: 30px;
        width: 100%;
    }
    .header.shrink .logo_mobile {
        height: 35px;
        margin: auto;
        position: relative;
        top: 4px;
        opacity: 1;
    }
    .main_menu {
        display: none;
    }
    .button {
        display: inline;
    }
    .wrap ul.wrap-nav > li {
        width: 100%;
        padding: 5px 0;
    }
    .wrap ul.wrap-nav {
        padding: 30px 0 0;
    }
    nav ul {
        opacity: 0;
        visibility: hidden;
    }
    .social {
        color: #c1c1c1;
        font-size: 25px;
        position: absolute;
        top: 0;
        left: -31px;
        width: 100%;
    }
    .social li {
        float: left;
        margin: 0 1px;
    }
    .social-icon {
        width: 100%;
        height: 50px;
        background: #fff;
        color: #333;
        display: block;
        margin: 5px 0;
    }
    .header_info {
        display: none;
    }
}

@media only screen and (max-width: 40em) {
    #nav {
        position: relative;
    }
    #nav:target > a:last-of-type,
    #nav:not(:target) > a:first-of-type {
        display: block;
    }
    #nav > ul {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
    }
    #nav:target > ul {
        display: block;
    }
    #nav > ul > li {
        width: 100%;
        float: none;
    }
    #nav li ul {
        position: static;
    }
}
