<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --main-orange-color: #FF8000;
    --main-white-color: #FFFFFF;
    --main-black-color: #525252;
}

/*
MARK: Menu header
*/
.e--pointer-underline .elementor-nav-menu .elementor-item::after {
    content: none;
    background-color: var(--main-orange-color) !important;
}

.elementor-nav-menu .sub-menu .elementor-sub-item,
.elementor-nav-menu .sub-menu .elementor-sub-item span.wpml-ls-display {
    color: var(--main-black-color) !important;
    text-transform: uppercase;
}

.elementor-nav-menu .sub-menu .elementor-sub-item:hover,
.elementor-nav-menu .sub-menu .elementor-sub-item:hover span.wpml-ls-display {
    color: var(--main-white-color) !important;
}

@media (max-width: 1279px) and (min-width: 1025px) {
    #cubica-top-menu [class*="sc-tablet_fly_"]:not(.sc-tablet_fly_static) {
        position: static !important;
    }
}

@media (min-width: 1025px) {

    #cubica-top-menu&gt;.elementor-container,
    #cubica-top-menu .cubica-col-static,
    #cubica-top-menu .cubica-col-static * {
        position: static;
    }

    #cubica-top-menu .cubica-col-static ul li ul.sub-menu {
        position: absolute;
        top: 100% !important;
        left: 0 !important;
        z-index: -1;

        width: 100vw !important;
        max-width: none !important;

        margin-left: -3px !important;
        padding: 16px 20%;

        background-color: var(--main-orange-color);
        box-shadow: none;
    }

    #cubica-top-menu .cubica-col-static ul li.cubica-link-hover ul.sub-menu {
        display: flex;
        justify-content: space-around;
    }

    #cubica-top-menu .cubica-col-static ul li.cubica-link-hover ul.sub-menu::before,
    #cubica-top-menu .cubica-col-static ul li.cubica-link-hover ul.sub-menu::after {
        content: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" width="23" height="23" viewBox="0 0 23 23" fill="none"&gt;&lt;rect width="23" height="23" fill="%23FF8000"/&gt;&lt;path d="M0 0H23V3C23 14.0457 14.0457 23 3 23H0V0Z" fill="white"/&gt;&lt;/svg&gt;');
        position: absolute;
        bottom: 100%;

        width: 23px;
        height: 23px;
    }

    #cubica-top-menu .cubica-col-static ul li.cubica-link-hover ul.sub-menu::before {
        left: 0;
        transform: rotate3d(0, 0, 1, 90deg);
    }

    #cubica-top-menu .cubica-col-static ul li.cubica-link-hover ul.sub-menu::after {
        right: 0;
    }

    #cubica-top-menu .cubica-col-static ul li ul.sub-menu li&gt;a {
        color: var(--main-white-color) !important;
        text-transform: uppercase;
    }
}

#cubica-top-menu .elementor-nav-menu--dropdown {
    top: 44px !important;
}

/*
MARK: Menu boton Contacto
*/
.menu-item-28242{
    display: none !important;
}
@media(max-width:767px){
    .elementor-element-32437c60{
        display: none;
    }
    .menu-item-28242{
        display: block !important;
        padding: 10px !important;        
    }
    .menu-item-28242 a{
        justify-content: center;
        background-color: #FF8000;
        border: 1px solid #FF8000;
        color: white !important;
    }
    .menu-item-28242 a:hover{
        background-color: white !important;
        color: #FF8000 !important;
    }
}


/*
MARK: Home
*/
@media (max-width: 767px) {
    .home .elementor-posts--thumbnail-left .elementor-post {
        flex-direction: column;
    }

    .blog-home h3.elementor-post__title {
        margin-bottom: 30px !important;
    }

}

/*
--- MARK: Expositor productos
*/
.col-retail-product &gt; .elementor-widget-wrap {
    flex-direction: column;
}
    .col-retail-product &gt; .elementor-widget-wrap .cubica-expositor-productos {
        margin-top: auto;
        margin-bottom: 0;
    }





.cubica-expositor-productos article.elementor-post &gt; a.elementor-post__thumbnail__link img,
article.cubica-article.elementor-post &gt; a.elementor-post__thumbnail__link img {
    width: auto!important;
    height: 100%!important;

    object-fit: contain!important;
}

/*
--- MARK: Ventajas hexagonales
*/
@media (max-width: 767px) {
    #cubica-ventajas-hexagonales&gt;.elementor-container {
        justify-content: center;
    }

    #cubica-ventajas-hexagonales .elementor-column {
        width: 50%;
    }
}

/*
MARK: Ficha producto
*/
.cubica-imagen-marca-container {
    position: relative;

    display: flex;
    justify-content: center;

    width: 100%;

    padding-left: 50px;
}

.cubica-imagen-marca-container .lema-garantia {
    position: absolute;
    top: 50%;
    left: 0;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;

    transform: translateX(-40%) rotate(-90deg);
}

.cubica-imagen-marca-container .lema-garantia p {
    margin: 0;

    color: var(--main-orange-color);
    font-family: "Fraunces", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

.cubica-imagen-marca-container .lema-garantia svg {
    width: 111px;
    height: 13px;
}

.cubica-imagen-marca-container .cubica-imagen-marca {
    width: 500px;
    max-width: 100%;
    height: auto;
}


.producto-units {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 45px;
}

.producto-units .wrapper-left {
    text-align: right;
}

.producto-units .wrapper-right {
    text-align: left;
    display: grid;
    grid-template-columns: 1fr;
}
@media(max-width:767px){
    .producto-units {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .producto-units .wrapper-left,
    .producto-units .wrapper-right{
        text-align: center;
    }
}

.producto-units .unit-name {
    font-size: 24px;
    line-height: 24px;
}

.producto-units .unit-value {
    line-height: 48px;
}
/*
MARK: Tipo de miel
*/
.block-tipos-miel{
    display: grid; 
    grid-template-columns: 1fr 1fr 1fr; 
    gap:15px;
}
.block-tipos-miel .card-miel{
    text-align: center;
}
.block-tipos-miel .card-miel p{
    text-align: center;
    color:#FF8000;
	font-family: 'Fraunces';
    font-size: 16px;
}
@media(max-width: 767px){
    .block-tipos-miel{
        grid-template-columns: 1fr;
    }
}

/*
---MARK: Blog
*/
@media(max-width:767px) {

    body.blog_mode_page .elementor-posts--thumbnail-left .elementor-post,
    .elementor-posts--thumbnail-right .elementor-post {
        flex-direction: column;
    }
}


/* 
---MARK: historia slider
*/
.slider_container.slider_type_images .slider-slide &gt; img, 
.slide_parallax_wrapper &gt; img {
    width: auto;
    height: 175px;
}


/*
---MARK: Home slider
*/
.slider-diapositivas-home .elementor-slide-heading{
    position: relative;
}
.slider-diapositivas-home .elementor-slide-heading::before{
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translate(-50%, 0%);
    
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Montserrat", Sans-serif;
    
    content: 'Nuestras marcas';
}

html[lang="en-US"] .slider-diapositivas-home .elementor-slide-heading::before { content : 'Our brands';}
html[lang="it-IT"] .slider-diapositivas-home .elementor-slide-heading::before { content : 'I nostri marchi';}
html[lang="fr-FR"] .slider-diapositivas-home .elementor-slide-heading::before { content : 'Nos marques';}
html[lang="pt-PT"] .slider-diapositivas-home .elementor-slide-heading::before { content : 'As nossas marcas';}
html[lang="nl-NL"] .slider-diapositivas-home .elementor-slide-heading::before { content : 'Onze merken';}
html[lang="ar"] .slider-diapositivas-home .elementor-slide-heading::before { content : 'Ù…Ø§Ø±Ú© Ù‡Ø§ÛŒ Ù…Ø§';}

.slider-diapositivas-home .elementor-slide-heading::after{
    position: absolute;
    transform: translate(-50%, 0%);
    top: -120px;
    left: 50%;
    width: 67px;
    height: 60px;

    content: ' ';
    
    background-image: url('https://dev.cubicacomunicacion.com/proyectos/maeshoney/wp-content/uploads/2024/10/Group-91.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
}</pre></body></html>