/* ------------------------------------------------------
   RESET
   ------------------------------------------------------ */
*, *::before, *::after {
	margin: 0;
	padding: 0;
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
h1, h2, h3, h4, h5, h6, p { 
    margin-bottom: 20px;
}
p:last-of-type {
    margin-bottom: 0;
}
a {
    text-decoration: none;
    transition: all .3s ease;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
}
small {
    font-size: 80%;
}
big {
    font-size: 120%;
}
hr {
    border: 1px solid;
    border-bottom: 0;
    margin: 20px 0;
}
ol, ul {
    padding-left: 40px;
    margin-top: 1em;
    margin-bottom: 1em;
    
}
ul {
    list-style: disc;
}
blockquote p {
    margin: 0;
}

#e89-main-head:before,
#e89-header:before,
#e89-header-float:before,
#e89-mobile-nav:before,
.e89-sidebar.sidebar-bg-complete:before,
.e89-sidebar.sidebar-bg-widget .widget:before,
#e89-footer:before { 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#e89-page {
    position:relative;
    margin: auto;
}


/**
 * Header
**/
#e89-header {
    position: relative;
    display: flex;
    flex-direction: column;
    border-width: 0;
    border-style: solid;
    z-index: 20;
}
.e89-header-wrapper {
    flex: 0 0 auto;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    margin: auto;
    height: auto;
    min-height: 50px;
}
.e89-header-logo {
    flex: 1;
    padding: 3px 60px;
    text-align: center;
}
.e89-header-logo a {
    display: inline-block;
    vertical-align: middle;
}
.e89-header-logo .mobile-logo {
    width: auto;
    max-height: 44px;
}

/**
 * Content
**/
#e89-main-content {
    display: flex;
    flex-direction: column;
    margin:auto;
    padding: 40px 20px;
}
.e89-content {
    flex: 1;
    min-width: 0;
}
.e89-sidebar {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    margin-top: 40px;
}

.e89-sidebar.has-widget-divider section:before {
    content: '';
    position: absolute;
    top: 0;
    z-index: 1;
}
.e89-sidebar.has-widget-divider section:first-child:before {
    display: none;
}
.e89-sidebar.sidebar-bg-widget section:first-child {
    margin-top: 0;
}

#e89-footer {
    position: relative;
}

@media (min-width: 480px) {
    #e89-mobile-nav {
        max-width: 300px;
    }
}




@media (min-width: 778px) {
    
    .e89-header-logo .mobile-logo {
        max-height: 84px;
    }
    
    .e89-sidebar {
        margin-top: 0;
    }
    body.sidebar-left #e89-main-content,
    body.sidebar-right #e89-main-content {
        flex-direction: row;
    }
    body.sidebar-left .e89-content {
        order: 2;
        padding-left: 40px;
        min-width: 0;
    }
    body.sidebar-left .e89-sidebar {
        order: 1;
    }
    body.sidebar-right .e89-content {
        padding-right: 40px;
        min-width: 0;
    }
    
}

@media (min-width: 1024px) {
    
    .e89-header-wrapper {
        padding: 0 20px;
    }
    
    .e89-header-logo {
        padding: 0;
    }
    .e89-header-logo .main-logo {
        width: 100%;
        display: block;
    }
    #e89-header-float .float-logo {
        display: block;
    }
    
    body.header-mode-inline .align-top {
        align-items: flex-start;
    }
    body.header-mode-inline .align-bottom {
        align-items: flex-end;
    }
    body.header-mode-inline .e89-header-logo {
        flex: 0 0 auto;
    }
    body.header-mode-inline .e89-header-content {
        flex: 1;
        display: flex;
        flex-direction: column;
    }
    body.header-mode-inline .e89-header-content .e89-header-widget,
    body.header-mode-inline .e89-header-content #e89-header-nav {
        flex: 1;
    }
    
    body.header-mode-inline .logo-right .e89-header-content,
    body.header-mode-inline .widget-below .e89-header-content {
        order: 1;
    }
    body.header-mode-inline .logo-right .e89-header-logo,
    body.header-mode-inline .widget-below .e89-header-widget {
        order: 2;
    }
    
    body.header-mode-classic .e89-header-wrapper {
        flex-wrap: wrap;
        align-content: center;
    }
    body.header-mode-classic .e89-header-wrapper.align-top {
        align-content: flex-start;
    }
    body.header-mode-classic .e89-header-wrapper.align-bottom {
        align-content: flex-end;
    }
    body.header-mode-classic .e89-header-logo,
    body.header-mode-classic .e89-header-widget {
        flex: 1;
    }
    body.header-mode-classic .e89-header-content {
        flex: 0 0 auto;
        width: 100%;
    }
    
    body.header-mode-classic .logo-below .e89-header-content,
    body.header-mode-classic .widget-before.logo-above .e89-header-widget {
        order: 1;
    }
    body.header-mode-classic .logo-below .e89-header-logo,
    body.header-mode-classic .widget-before.logo-above .e89-header-logo,
    body.header-mode-classic .widget-before.logo-below .e89-header-widget {
        order: 2;
    }
    body.header-mode-classic .logo-below .e89-header-widget,
    body.header-mode-classic .widget-before.logo-above .e89-header-content,
    body.header-mode-classic .widget-before.logo-below .e89-header-logo {
        order: 3;
    }
    
    body.header-mode-side #e89-header {
        flex: 0 0 auto;
        position: sticky;
        top:0;
        height: 100vh;
        border-bottom-width: 0;
    }
    body.header-mode-side.admin-bar #e89-header {
        top: 32px;
        height: calc(100vh - 32px);
    }
    body.header-mode-side .e89-header-wrapper {
        flex: 1;
        align-items: unset;
        flex-direction: column;
        height: 100%;
        padding: 0;
        overflow-y: auto;
    }
    body.header-mode-side #e89-page {
        display: flex;
    }
    body.header-mode-side .e89-side-content {
        flex: 1;
        min-width: 0;
    }
    body.header-mode-side.header-side-right .e89-side-content {
        order: 1;
    }
    body.header-mode-side.header-side-right #e89-header {
        order: 2;
    }
    body.header-mode-side .e89-header-logo {
        flex: 0 0 auto;
    }
    body.header-mode-side .e89-header-content {
        flex: 1;
    }
    
    #e89-header-float {
        position: fixed;
        display: block;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 30;
        border-width: 0;
        border-style: solid;
        transition: top .3s ease;
    }
    #e89-header-float .e89-header-float-wrapper {
        position: relative;
        display: flex;
        align-items: center;
        height: auto;
        margin: auto;
        padding: 0 20px;
    }
    #e89-header-float .e89-header-logo {
        flex: 0 0 auto;
    }
    #e89-header-float .e89-header-content {
        flex: 1;
    }
    #e89-header-float .pos-right .e89-header-content {
        order: 1;
    }
    #e89-header-float .pos-right .e89-header-logo {
        order: 2;
    }
    
    .e89-header-bar {
        flex: 0 0 auto;
        position: relative;
        display: block;
        width: 100%;
    }
    #e89-header.bar-bottom .e89-header-bar {
        order: 2;
    }
    #e89-header.bar-bottom .e89-header-wrapper {
        order: 1;
    }
    
    .e89-mobile-button,
    .e89-mobile-search,
    .e89-mobile-cart,
    .e89-header-logo .mobile-logo,
    #e89-header-float .main-logo {
        display: none;
    }
    
}


.mt-40 {
    margin-top: 40px;
}
.seccion h2 {
    margin-bottom: 40px;
}
.seccion {
    margin-top: 80px;
    margin-bottom: 120px;
}
.e89-slick {
    margin-left: -10px;
    margin-right: -10px;
}
.e89-slick .slick-slide {
    padding: 10px;
}
.e89-slick h3 {
    text-transform: uppercase;
    margin: 10px 0;
    font-size: 20px;
}
.e89-slick p {
    font-size: 12px;
    line-height: 1.4;
    text-align: justify;
}
.e89-slick .image {
    border-bottom: 4px solid #d4a981;
}

.row {
    display: flex;
    flex-direction: column;
}
.row .col.image {
    flex: 0 0 auto;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 4px solid #d4a981;
}
.row .col.text {
    flex: 0 0 auto;
    width: 100%;
}
#sobre .desc {
    margin-top: 20px;
}

a.readmore {
    background: #d4a981;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    margin-top: 20px;
}
a.readmore:hover {
    background: #240435;
    color: #fff;
}
.image.bg {
    display: block;
    padding-top: 100%;
    height: 0;
    background-size: cover;
    background-position: center;
}

.flotante {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 2;
}
.flotante a {
    display: block;
    background: #240435;
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px
}
.flotante .fa {
    font-size: 20px;
    margin-right: 8px;
    vertical-align: middle;
}
.flotante:hover a {
    background: #d4a981;
    color: #fff;
}

@media (min-width: 778px) {
    
    .row {
        flex-direction: row;
        align-items: center;
    }
    .row .col.image {
        flex: 0 0 auto;
        width: 350px;
        border-bottom: 0;
        border-right: 4px solid #d4a981;
    }
    .row .col.text {
        flex: 1;
        padding-left: 50px;
    }
    .flotante {
        bottom: 20px;
        right: 20px;
    }
    
}


/* IE10 - IE11 */ 
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    
    .e89-content {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    
}
@media (min-width: 778px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    
    body.sidebar-left .e89-content,
    body.sidebar-right .e89-content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
     
}