/*
 * Desarrollo e implementación by Milay Pava -  Webmaster Senior
 * Avanzada Wordpress, Sitios Web y Marketing Digital - Optimización de contenidos - SEO - Branding
 */

#content {
    background: #ffffff;
}

img.custom-logo {
    max-height: 85%;
}

.home #site-header-main {
    position: absolute !important;
    background: transparent !important;
    box-shadow: none !important;
}

.home #access {
    float: none !important;
}

.home #access > div > ul > li > a {
    color: #fefefe !important;
}

.home #access > div > ul > li.current_page_item > a {
    color: #e9b44c  !important;
}

#access .sub-menu, #access .children {
    box-shadow: 3px 3px 10px #141111cc;
}

.home #branding {
    height: 15vh;
    width: 100%;
    text-align: center;
    margin-top: 1vh;
}
.home #branding .identity {
    float: none;
}

.lp-staticslider .staticslider-caption {
    padding-top: 20vh;
}


.home .lp-text,
#header-image-main,
.menu-burger,
.mfp-title,
#footer-bottom,
#footer-top,
#block-7 {
    display: none !important;
}

#sow-editor-2 {
    width: 100% !important;
    margin-bottom: 0 !important;
}

.nome .lp-slider{
    display: block;
}

.home img.custom-logo {
    max-height: inherit;
}

.bravada-over-menu #access > div > ul > li > a {
    color: #0375c0;
    font-weight: bold;
}

.bravada-over-menu #access > div > ul > li.current_page_item > a{
    color: #e9b44c;
}



.bravada-menu-center #access {
    float: right;
}

.bravada-over-menu #site-header-main {
    position: relative;
    top: 0;
    background: #FFF;
    box-shadow: 3px 3px 5px -1px #e9e7e7;
}

#container:not(.bravada-landing-page) .main {
    padding-top: 2em;
    padding-bottom: 2em;
}

#colophon, #footer {
    background-color: #0873ab;
    color: #FFF;
}

#footer {
    padding-bottom: 1em;
}

/* MOBILE */

@media only screen and (max-width: 600px) {

.home img.custom-logo {
    max-height: 70%;
}

.home #branding {
    margin-top: 0;
}

.menu-burger {
    display: block;
}

}

