:root {
    --colorprincipal: #fff;
    --colorsecundario: #fff;
}

* {
    font-family: 'Roboto Flex', sans-serif !important;
}

.uk-container-br {
    max-width: 1000px !important;
    margin: auto;
}
.uk-offcanvas {
    z-index: 10000 !important;
}

.uk-min-height-100 {
    min-height: 100vh !important;
}

.horizontal-scroll {
    overflow-x: scroll;
    flex-wrap: inherit;
    scrollbar-width: thin;
    scrollbar-color: #fff #e0e0e0;
    width: 100%;
}

.uk-table td {
    padding: 0 12px;
}

.uk-offcanvas-bar {
    background: #fff1dd !important;
}

#offcanvas-menu div .uk-nav-primary .uk-active a {
    color: #6b573b !important;
}

.uk-nav-primary>li>a {
    color: #d4aa70 !important;
}

/* Images effect */
.zoom {
    transition: all 0.3s ease-in;
}

.zoom:hover {
    transform: scale(1.1);
    z-index: 2;
}

/*************************************************************************************/


/* contacto */

@media (max-width: 640px) {
    #contact-form {
        min-width: 100%;
    }
}


/*************************************************************************************/


/* products */

.swiper {
    width: 100%;
    max-width: 1000px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 50vw !important;
    height: 300px;
}

.map-catering-products {
    height: 400px;
    min-height: 200px;
    width: 100%;
}

#productos {
    display: flex;
}

#productos>* {
    margin-left: 20px;
}

#productos li .uk-accordion-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.uk-card {
    margin-bottom: 10px;
}

@media (max-width: 1800px) {
    #fruit-buttons {
        overflow-x: scroll;
        flex-wrap: nowrap;
        scrollbar-color: #d4aa70 #e4e4e4;
        scrollbar-width: thin;
    }

    #fruit-buttons::-webkit-scrollbar {
        width: 10px;
        height: 8px;
    }

    #fruit-buttons::-webkit-scrollbar-track {
        background-color: gainsboro;
        border-radius: 50px;
    }

    #fruit-buttons::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: #d4aa70;
    }
}

.glider-contain {
    width: 95% !important;
}

.glider-contain-products {
    max-width: 823px;
}

#fruit-buttons div {
    align-items: stretch;
}

#fruit-buttons div li a div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#fruit-buttons .uk-active a {
    background-color: green;
    height: 100%;
}

#productos table {
    background-color: white;
}

.glider-slide {
    min-width: unset !important;
}

.glider-track {
    align-items: baseline;
}

.fruit-image {
    width: 100%;
    aspect-ratio: 1/1;
    float: left;
    object-fit: cover;
    border-radius: 10% 10% 0 0;
    object-position: center;
}


/* slider */

.slider {
    overflow: hidden;
    position: relative;
    max-width: 1000px;
    margin: auto;
}

.left-arrow {
    position: absolute;
    top: 45%;
    left: 0;
    background-color: #898989;
    border-radius: 50%;
    z-index: 10;
}

#left-productos {
    display: block;
}

.right-arrow {
    position: absolute;
    top: 45%;
    right: 0;
    background-color: #898989;
    border-radius: 50%;
    z-index: 10;
}

#right-productos {
    display: block;
}

.slider-wrapper {
    transition: all 0.5s ease-in-out;
    gap: 20px;
}

.slider-wrapper>.slider-item:first-child {
    margin-left: 35px !important;
}

.slider-item {
    min-width: 50vw;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 16px;
}

.sliderImg {
    width: 100%;
    aspect-ratio: 1/1;
}

.boton-personalizado-products {
    width: 90%;
    margin: 5%;
    margin-top: 0;
}

@media (max-width: 370px) {
    .fruit-image {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media(min-width: 768px) {
    #productos li .uk-accordion-content {
        flex-direction: column;
    }

    .slider-item {
        min-width: 200px;
        max-width: 200px;
        aspect-ratio: 1 / 1;
    }
}


/*************************************************************************************/


/* producto */

.imagen-placeholder {
    max-width: 40%;
    aspect-ratio: 1/1;
}

.producto-info-container {
    /* display: flex;
    flex-direction: column; */
    max-width: 1000px;
    margin: auto;
}

.fruit-image-producto {
    max-width: 40%;
    aspect-ratio: 1/1;
    border-radius: 10%;
    float: left;
    margin: 0 16px 0 0;
    object-fit: cover;
}

#producto-imagen {
    width: 100%;
}



@media(min-width: 768px) {
    .image-moving {
        position: absolute;
    }

    .producto-info-container {
        display: flex;
        flex-direction: row;
        gap: 20px;
    }

    #producto-imagen {
        position: relative;
        aspect-ratio: 1/1;
        max-width: 30%;
    }

    .fruit-image-producto {
        max-width: 100%;
    }
}


/*************************************************************************************/


/* contacto */

@media (max-width: 640px) {
    #main__contacto {
        flex-direction: column;
    }

    #main__contacto img {
        flex-direction: column;
        padding-top: 10px;
    }
}


/*************************************************************************************/


/* quality */

.brand-text {
    font-size: 16px;
}

.glider-contain-quality {
    width: 100% !important;
}

#bramex-section-quality {
    width: 100% !important;
}

@media(min-width: 768px) {
    .brand-text {
        font-size: 24px;
    }

    .brands-container {
        flex-direction: row !important;
        width: 100% !important;
    }
}


/*************************************************************************************/


/* index */

@media(max-width: 640px) {
    #buttons__index a {
        padding: 0;
    }
}