.search_btn {
    background-image: url('../img/search.svg');
    width: 35px;
    height: 35px;
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
}

.search_btn_inside {
    background-image: url('../img/search.svg');
    width: 35px;
    height: 35px;
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
}

.search_btn--white {
    background-image: url('../img/search_white.svg');
}

.search_btn--green {
    background-image: url('../img/search_orange.svg');
}

.search_btn:hover {
    background-image: url('../img/search_orange.svg');
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

.show-form .search_form{
    display: flex !important;
}

.search_form{
    display: none;
}

#search{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 5px 14px;
    border-radius: 9999px;
    width: fit-content;
}

#search.show-form{
    background-color: var(--color-kikes-white);
}

.close_search_btn{
    background-image: url('../img/icon_close_search.svg');
    width: 30px;
    height: 30px;
    margin-right: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    cursor: pointer;
}

.menu_btn {
    background-image: url('../img/menu.svg');
    width: 50px;
    height: 50px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    background-color: white;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.2);
}

.close_menu_btn {
    background-image: url('../img/icon_close_menu.svg');
    width: 45px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    cursor: pointer;
}

.i_facebook {
    width: 30px;
    height: 30px;
    background-image: url('../img/fb.png');
    background-size: cover;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.i_facebook--white {
    width: 35px;
    height: 35px;
    background-image: url('../img/fb_white.svg');
    background-size: cover;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.i_ig--white {
    width: 35px;
    height: 35px;
    background-image: url('../img/ig_white.svg');
    background-size: cover;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.i_yt--white {
    width: 35px;
    height: 35px;
    background-image: url('../img/yt_white.svg');
    background-size: cover;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.has_slick {
    width: 100%;
    display: block;
}

.has_slick a {
    position: relative;
    z-index: 2;
}

.has_slick::before {
    content: '';
    position: absolute;
    width: 180px;
    height: 100px;
    left: -20px;
    background-image: url('../img/slick_3.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: initial;
}


.has_slick_product {
    width: 100%;
    display: block;
}

.has_slick_product span {
    position: relative;
    z-index: 2;
}

.has_slick_product::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 50px;
    left: 15px;
    top: -12px;
    background-image: url('../img/slick_product_single_name.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: initial;
}

.has_slick_product--green::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 50px;
    left: 15px;
    top: -12px;
    background-image: url('../img/slick_product_single_name_green.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: initial;
}

.border_1::before {
    content: '';
    width: 100%;
    height: 165px;
    background-image: url('../img/border_1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.border_1--white::before {
    content: '';
    background-image: url('../img/border_5.svg');
}



.border_5::before {
    content: '';
    width: 100%;
    height: 165px;
    background-image: url('../img/border_5.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.border_5--overflow::before {
    position: absolute;
    top: -125px;
}

.border_1--overflow::before {
    position: absolute;
    top: -125px;
}



.border_5--inverted::before {
    content: '';
    width: 100%;
    height: 165px;
    background-image: url('../img/border_5.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    transform: rotate(180deg);
}

.border_1--green::before {
    content: '';
    width: 100%;
    height: 165px;
    background-image: url('../img/border_green_1.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}


.border_1--green--inverted::before {
    content: '';
    width: 100%;
    height: 165px;
    background-image: url('../img/border_green_2.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}


.border_4::before {
    content: '';
    width: 100%;
    height: 165px;
    background-image: url('../img/border_4.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    top: -165px;
}

.border_4--white::before {
    content: '';
    background-image: url('../img/border_5.svg');
    transform: rotate(0deg);
}

.border_4--white2::before {
    content: '';
    background-image: url('../img/border_6.svg');
    transform: rotate(0deg) !important;
    background-position: bottom;
}


.border--inverted::before {
    content: '';
    width: 100%;
    height: 165px;
    transform: rotate(180deg);
    top: -2px;
}


.btn_video {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
}

.btn_video::before {
    content: '';
    width: 60px;
    height: 60px;
    background-image: url('../img/play_white.svg');
    background-size: contain;
    background-repeat: no-repeat;

}

.btn_video--green::before {
    content: '';
    width: 55px;
    height: 55px;
    background-image: url('../img/play_green_filled.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.fixed_menu {
    display: none;
    position: fixed;
}

body.menu_open .fixed_menu {
    display: block;
}

.menu_open {
    overflow: hidden;
}

.main-menu {
    position: relative;
}

.main_menu>ul>li>a:hover {
    color: var(--color-kikes-green2);
}

.main_menu>ul>li:has(.sub-menu):hover>a {
    color: var(--color-kikes-green2);
}

.main_menu>ul>li:hover>.sub-menu {
    opacity: 1;
    pointer-events: all;
}

.main_menu>ul>li>.sub-menu {
    position: absolute;
    left: 500px;
    top: 0;
    height: 100%;
    border-left: 5px solid var(--color-kikes-white);
    padding-inline: 40px;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    pointer-events: none;
}

.sub-menu .sub-menu {
    font-family: var(--font-bariol);
    font-size: x-large;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.footer_menu {
    font-family: 'Bariol-Regular', sans-serif;
}

.footer_menu ul:not(.social_links) {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.i_phone {
    display: flex;
    align-items: center;
    gap: 10px;
}

.i_phone::before {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url('../img/phone.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.i_phone--green::before {
    content: '';
    background-image: url('../img/phone_green.svg');
}


.i_email {
    display: flex;
    align-items: center;
    gap: 10px;
}

.i_email::before {
    content: '';
    width: 24px;
    height: 18px;
    background-image: url('../img/email.svg');
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.i_email--green::before {
    content: '';
    background-image: url('../img/email_green.svg');
}


.i_location {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.i_location::before {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url('../img/location.svg');
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.i_location--green::before {
    content: '';
    background-image: url('../img/location_green.png');
}


.border_y::before {
    content: '';
    position: absolute;
    top: -3px;
    width: 100%;
    height: 165px;
    background-image: url('../img/border_2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 2;
}


.border_y::after {
    content: '';
    position: absolute;
    bottom: -3px;
    width: 100%;
    height: 165px;
    background-image: url('../img/border_3.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    z-index: 2;
}


.border_1 picture::after {
    content: '';
    width: 100%;
    height: 60px;
    position: absolute;
    background-color: var(--color-kikes-white2);
    z-index: 1;
    bottom: 0;
}

.brush {
    background-image: url('../img/brush.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: max-content;
}

.main_menu_bg {
    background-image: url('../img/bg_menu.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.bg__kikes {
    background-image: url('../img/bg_green.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg__kikes_footer {
    background-image: url('../img/bg_footer.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.dummy_1 {
    position: absolute;
    top: -185px;
    left: 15%;
    background-image: url('../img/dummy_1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 240px;
    height: 240px;
}

.text_fans {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.dummy_2 {
    position: absolute;
    top: -45px;
    right: 15%;
    background-image: url('../img/dummy_2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 240px;
    height: 240px;
}


.splide_articles .splide__arrow,
.splide_recipes_home .splide__arrow,
.splide_product_gallery .splide__arrow {
    height: 70px !important;
    width: 70px !important;
    opacity: .9 !important;
    border: 1px solid white;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.2);
}

.splide_recipes_home .splide__arrow,
.splide_product_gallery .splide__arrow {
    background-color: var(--color-kikes-green2) !important;
    opacity: 1 !important;
}

.splide_recipes_home .splide__arrow:hover,
.splide_product_gallery .splide__arrow:hover {
    background-color: var(--color-kikes-arrows) !important;

}

.splide_articles .splide__arrow--prev {
    left: 5em;
}

.splide_articles .splide__arrow--next {
    right: 5em;
}

.splide_product_gallery .splide__arrow--prev {
    left: 2em;
}

.splide_product_gallery .splide__arrow--next {
    right: 2em;
}

.splide__pagination__page.is-active {
    background-color: #17A90C;
    transform: scale(1);
}

.splide__pagination__page {
    height: 14px;
    width: 14px;
}

.splide_product_gallery .splide__pagination {
    left: 5rem;
    right: auto;
}

.splide_articles .splide__arrow svg {
    fill: var(--color-kikes-green2);
}

.splide_recipes_home .splide__arrow svg,
.splide_product_gallery .splide__arrow svg {
    fill: var(--color-kikes-white);
    height: 1.4em;
    width: 1.4em;
}

.splide_articles .splide__arrow:hover svg {
    fill: var(--color-kikes-white);
}

.splide_recipes_home .splide__arrow:hover svg,
.splide_product_gallery .splide__arrow:hover svg {
    fill: var(--color-kikes-green2);
}

.fade-sides {
    -webkit-mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
    mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);

    -webkit-mask-composite: destination-in;
    mask-composite: intersect;
}

.fade-bottom {
    -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent);
    mask-image: linear-gradient(to bottom, black 80%, transparent);

    -webkit-mask-composite: destination-in;
    mask-composite: intersect;
}

.fade-top {
    -webkit-mask-image: linear-gradient(to top, black 90%, transparent);
    mask-image: linear-gradient(to top, black 90%, transparent);

    -webkit-mask-composite: destination-in;
    mask-composite: intersect;
}

.kikes__select {
    position: relative;
}

.kikes__select::after {
    content: '';
    width: 20px;
    height: 10px;
    background-image: url('../img/arrow_d.svg');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    pointer-events: none;
}


.arrow_r {
    display: inline-flex !important;
    flex-direction: row !important;
    gap: 8px;
    align-items: center;
    justify-items: center;
    position: relative;
}

.btn__next {
    background-image: url('../img/arrow_r_orange.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.btn__prev {
    background-image: url('../img/arrow_r_orange.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
}

.input__search {
    width: 20px;
    height: 20px;
    background-image: url('../img/search_black.svg');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

#categories_list li {
    position: relative;
}

#categories_list li span {
    position: relative;
    z-index: 2;
}

#categories_list li.active::before {
    content: '';
    position: absolute;
    width: 80px;
    height: 30px;
    left: 0px;
    top: -5px;
    background-image: url('../img/slick_product_single_name.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: initial;
}

.pagination a {
    font-family: var(--font-kikes);
    color: var(--color-kikes-black);
    border-radius: 9999px;
    width: 32px;
    height: 32px;
    text-align: center;
    align-content: center;
    display: block;
}

.pagination a.active {
    background-color: var(--color-kikes-green);
    color: var(--color-kikes-white);
}

.arrow_r::after {
    content: '';
    width: 20px;
    height: 40px;
    background-image: url('../img/arrow_r.svg');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    position: absolute;
    right: 0px;
    bottom: 0;
}

.arrow_r--orange::after {
    content: '';
    width: 10px;
    height: 10px;
    background-image: url('../img/arrow_r_orange.png');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}

.breadcrumbs {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    font-family: var(--font-bariol);
}

.breadcrumbs li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.breadcrumbs li::before {
    content: '';
    width: 2px;
    height: 20px;
    background-color: var(--color-kikes-white);
}

.breadcrumbs.breadcrumbs-black li::before {
    content: '';
    width: 2px;
    height: 20px;
    background-color: var(--color-kikes-black);
}

.breadcrumbs li:first-child::before {
    content: '';
    display: none;
}

.breadcrumbs li:last-child {
    font-family: var(--font-bariol-bold);
}

.slick_products_1 {
    background-image: url('../img/slick_product_1.svg')
}

.slick_products_2 {
    background-image: url('../img/slick_product_2.svg')
}

.slick_products_3 {
    background-image: url('../img/slick_product_3.svg')
}

.slick_products_1:hover,
.slick_products_1.active {
    background-image: url('../img/slick_product_1_hover.svg')
}

.slick_products_2:hover,
.slick_products_2.active {
    background-image: url('../img/slick_product_2_hover.svg')
}

.slick_products_3:hover,
.slick_products_3.active {
    background-image: url('../img/slick_product_3_hover.svg')
}

.grid_products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
}

.grid__last_recipes {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
}

.product_info li.classification::before {
    content: "";
    background-image: url('../img/clasification.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 25px;
    height: 25px;
    display: inline-block;
    flex-shrink: 0;
}

.product_info li.qty::before {
    content: "";
    background-image: url('../img/qty.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 25px;
    height: 25px;
    display: inline-block;
    flex-shrink: 0;
}

.product_info li.package::before {
    content: "";
    background-image: url('../img/package.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 25px;
    height: 25px;
    display: inline-block;
    flex-shrink: 0;
}

.locations_selected span {
    background-color: var(--color-kikes-green);
    color: #fff;
    border-radius: 20px;
    padding-inline: 15px;
    padding-block: 5px;
    font-family: var(--font-bariol);
    display: flex;
    gap: 8px;
    align-items: center;
    cursor: pointer;
}

.locations_selected span::after {
    content: '';
    background-image: url('../img/icon_close_menu.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 12px;
    height: 12px;
}

.products__tabs__wrapper {
    display: none !important;
}

li {
    list-style: none;
}

.products__tabs__wrapper.active {
    display: flex !important;
}

.play_btn {
    background-image: url('../img/play_green.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    cursor: pointer;
}

.play_btn.started {
    display: none;
}

.bg_title_egg {
    background-color: var(--color-kikes-white);
    position: absolute;
    height: 730px;
    top: 0;
    left: -270px;
    border-radius: 0 250% 300% 0;
}


.bg_title_egg--gray {
    background-color: var(--color-kikes-white2);
}

.watch__video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: var(--font-bariol);
    color: var(--color-kikes-white);
    cursor: pointer;
    z-index: 2;
}

.watch__video.started {
    display: none;
}

.watch__video::before {
    content: '';
    background-image: url('../img/play_white.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 50px;
    height: 50px;
    z-index: 1;
    cursor: pointer;
}

.splide_recipes_awards img {
    max-height: 210px;
    object-fit: contain;
}

.download__pdf {
    color: var(--color-kikes-green);
    text-decoration: underline;
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: small;
}

.download__pdf::after {
    content: '';
    background-image: url('../img/download.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 15px;
    height: 15px;
}

.download__btn {
    color: var(--color-kikes-green);
    font-family: var(--font-kikes);
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: large;
}

.download__btn::after {
    content: '';
    background-image: url('../img/download.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.377);
}



.texto-elipsis-y {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.texto-elipsis-y-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 100%;
    background-color: var(--color-kikes-green2);
}

.timeline .text-year-timeline::before {
    content: '';
    position: absolute;
    width: 55px;
    height: 55px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--font-kikes);
    background-image: url('../img/dot_timeline.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.timeline li:first-child::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--font-kikes);
    background-image: url('../img/minidot.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.timeline li:last-child::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--font-kikes);
    background-image: url('../img/minidot.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.timeline li:nth-child(even),
.timeline li:nth-child(even)>div {
    display: flex;
    flex-direction: row-reverse;
}

.timeline li:nth-child(odd),
.timeline li:nth-child(odd)>div {
    display: flex;
    flex-direction: row;
}

.timeline li:nth-child(odd) span {
    text-align: end;
}

.timeline li:nth-child(even) span {
    text-align: start;
}

.timeline li:nth-child(even) div div h5,
.timeline li:nth-child(even) div div p {
    text-wrap: balance;
}

.timeline li:nth-child(even) div div h5,
.timeline li:nth-child(even) div div p {
    text-align: end;
    text-wrap: auto;
}

.icon__wapp {
    background-image: url('../img/wapp.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 25px;
    height: 25px;
    display: block;
}

.icon__share {
    background-image: url('../img/share.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 25px;
    height: 25px;
    display: block;
}

.timeline li div div h5 span {
    color: var(--color-kikes-green);
}

.img_filter_shadow {
    filter: drop-shadow(3px 7px 12px rgba(0, 0, 0, 0.2));
}


.icon__time,
.icon__parts,
.ingredients__list li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.icon__time::before,
.icon__parts::before,
.ingredients__list li::before {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 18px;
    height: 18px;
}

.ingredients__list li::before {
    background-image: url('../img/check.svg');
}

.icon__time::before {
    background-image: url('../img/time.svg');
}

.icon__parts::before {
    background-image: url('../img/parts.svg');
}

.big__egg {
    height: 100%;
    width: 90%;
    position: absolute;
    background-image: url('../img/big_egg_full.svg');
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    left: 0px;
    top: 0;
}

.bg-kikes_egg {
    background-image: url('../img/banner_contact.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.social_links li {
    color: transparent !important;
}


.social_links li a:hover {
    color: transparent !important;
}

.aligncenter {
    margin: 0 auto;
}

.img_has_slick {
    background-image: url('../img/slick_product_single.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.product__title strong {
    color: #CFCFCF;
}

.product__title span {
    color: #17A90C;
}

:where(figure) {
    margin: inherit;
}

.tabs {
    display: flex;
    background: var(--color-kikes-white);
    border-radius: 10px 10px 0px 0px;

}

.tab_item {
    display: flex;
    flex: 1;
    gap: 10px;
    align-items: center;
    padding: 10px 20px;
    cursor: pointer;
    border-right: 1px solid transparent;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0px 10px 0px 0px;
    font-family: var(--font-bariol-bold);
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    border-radius: 10px 10px 0px 0px;
    margin-left: -10px;
    background-color: var(--color-kikes-white);
}

.tab_item:first-child {
    margin-left: 0px;
}

.tab_item--active {
    background: var(--color-kikes-green);
    color: #fff;
    position: relative;
    z-index: 7 !important;
}

.tab_item img {
    height: 50px;
}

.tab_content {
    background-color: #fff;
    box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.1);
    border-end-end-radius: 10px;
    border-end-start-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.tab_item_content {
    display: none;
    padding: 20px;
}

.tab_item_content.active {
    display: flex;
    flex-direction: column;
    gap: 20px;
    animation: fade_in 0.5s ease-in-out;
}

.tab_item_content.active>h4 {
    font-family: var(--font-bariol-bold);
    font-size: 18px;
}

.tab_item_content.active>div {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tab_item_content.active>div a {
    color: var(--color-kikes-green);
    text-decoration: underline;
}

.tab_item_content.active>div ol {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 15px;
}

.tab_item_content.active>div ol li {
    list-style: decimal;
}

.animating_fadein{
    animation: fade_in 2s ease-in-out;
}

@keyframes fade_in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.brush i {
    all: unset;
    position: relative;
}

.animated_number  .animated1 {
    -webkit-animation: changeNumber .5s;
    -moz-animation: changeNumber .5s;
    -o-animation: changeNumber .5s;
    animation: changeNumber .5s
}

.animated_number .animated2 {
    -webkit-animation: changeNumber .7s;
    -moz-animation: changeNumber .7s;
    -o-animation: changeNumber .7s;
    animation: changeNumber .7s
}

.animated_number .animated3 {
    -webkit-animation: changeNumber .9s;
    -moz-animation: changeNumber .9s;
    -o-animation: changeNumber .9s;
    animation: changeNumber .9s
}

@-webkit-keyframes changeNumber {
    0% {
        opacity: 0;
        top: 0;
    }

    25% {
        opacity: 0;
        top: -5px;
    }

    75% {
        opacity: 0;
        top: 10px;
    }

    100% {
        opacity: 1;
        top: 0;
    }
}

@-moz-keyframes changeNumber {
    0% {
        opacity: 0;
        top: 0;
    }

    25% {
        opacity: 0;
        top: -5px;
    }

    75% {
        opacity: 0;
        top: 10px;
    }

    100% {
        opacity: 1;
        top: 0;
    }
}

@-o-keyframes changeNumber {
    0% {
        opacity: 0;
        top: 0;
    }

    25% {
        opacity: 0;
        top: -5px;
    }

    75% {
        opacity: 0;
        top: 10px;
    }

    100% {
        opacity: 1;
        top: 0;
    }
}

@keyframes changeNumber {
    0% {
        opacity: 0;
        top: 0;
    }

    25% {
        opacity: 0;
        top: -5px;
    }

    75% {
        opacity: 0;
        top: 10px;
    }

    100% {
        opacity: 1;
        top: 0;
    }
}

.list-values ul{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.trabaja-con-nosotros{
    scroll-behavior: smooth;
}

.list-values ul li{
    text-align: center;
}

.list-values ul li::before{
    content: "•";
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

[data-request-type]{
    display: none;
}

.kikes__select:has([data-request-type]), .kikes__file:has([data-request-type])  {
    display: none;
}

.kikes__select:has([data-request-type].show) {
    display: inline-block;
}

.kikes__file:has([data-request-type].show){
    display: flex;
}

[data-request-type].show{
    display: inline-block;
}

.custom-logo{
    pointer-events: all !important;
}

input[type="file"]::file-selector-button {
  color: transparent;
  background-color: transparent;
  border: none;
}

.error_message{
    display: none;
}

.error_message.show{
    display: block;
}

.btn__float__items{
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    top: 100%;
    right: 0;
    transition: all .3s 0s ease-in;
    opacity: 0;
    visibility: hidden;
}

.btn__float__items li{
    display: flex;
    flex-direction: row;
}


.btn__float__items li a.jobs_link::before{
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background-image: url('../img/job.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.btn__float__items li a.contact_link::before{
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background-image: url('../img/email_green_2.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
}

.btn__float__items li:hover a.jobs_link::before{
    content: '';
    background-image: url('../img/job-white.svg');
}

.btn__float__items li:hover a.contact_link::before{
    content: '';
    background-image: url('../img/email.svg');
}

.btn__float__items li a{
    padding-inline: 10px;
    width: 200px;
    height: 40px;
    background-color: var(--color-kikes-white);
    color: var(--color-kikes-black);
    border: 2px solid var(--color-kikes-green);
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    font-family: var(--font-bariol);
    align-content: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease-in-out;
}

.btn__float__items li:hover a{
    background-color: var(--color-kikes-green);
    color: var(--color-kikes-white);
    border: 2px solid var(--color-kikes-white);

}

.btn__float{
    width: 50px;
    height: 50px;
    background-color: var(--color-kikes-green);
    background-image: url('../img/chat.svg');
    background-size: 25px;  
    background-repeat: no-repeat;
    background-position: center;
    border: 3px solid var(--color-kikes-white);
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
    cursor: pointer;
}

/* .btn__float__container.show_btns .btn__float__items{
    transform: translateY(-170%);
    opacity: 1;
} */

.btn__float__container:hover .btn__float__items{
    transform: translateY(-170%);
    opacity: 1;
    visibility: visible;
}


.error_message ul li{
    list-style: decimal;
}

.error_message ul{
    padding-left: 16px;
}


#alert_dialog {
  border: none;
  border-radius: 10px;
  box-shadow: 4px 4px 10.7px 0px #00000030;
  padding: 25px 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  justify-self: center;
  align-self: center;
  max-width: 650px;
}

#alert_dialog::backdrop {
  background-color: #ffffff80;
}

#alert_dialog:open {
  display: flex;
  animation: scale_up ease-in-out 0.5s;
}

@keyframes scale_up {
  0% {
    scale: 1;
  }
  50% {
    scale: 1.05;
  }
  100% {
    scale: 1;
  }
}

#alert_dialog h4 {
  color: var(--color-kikes-green);
  font-size: 24px;
  margin-block: 8px 0;
  font-family: var(--font-kikes);
  text-align: center;
}

#alert_dialog p {
  color: var(--color-kikes-black);
  text-align: center;
  font-size: 16px;
  margin: 8px;
  font-family: var(--font-bariol);

}

#alert_dialog p span {
  color: #000;
  font-weight: bold;
}

.dialog_btns {
  display: flex;
  gap: 10px;
  width: 100%;
}

.close_modal {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    width: 20px;
    height: 20px;
    background-image: url("../img/icon_close.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.check_icon {
  background-image: url("../img/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}

.confirm_modal{
    cursor: pointer;
}

.splide_links .splide__arrow--prev {
    left: -2rem;
}

.splide_links .splide__arrow--next{
    right: -2rem;
}

.splide_values .splide__arrow--prev {
    left: -2rem;
}

.splide_values .splide__arrow--next{
    right: -2rem;
}

.splide_our_culture .splide__arrow--prev {
    left: -1rem;
}

.splide_our_culture .splide__arrow--next {
    right: -1rem;
}

.splide__arrow svg{
    fill: var(--color-kikes-green);
}

.splide__arrow{
    background-color: #f6f6f6;
}

.image-circular-economy {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    height: auto;
}

.cv-texto-legal ul,
.cv-texto-legal ol {
  padding-left: 1.25rem;
  margin: 1rem 0;
}

.cv-texto-legal ul li {
  list-style-type: disc!important;
}

.cv-texto-legal ol li {
  list-style-type: decimal!important;
}

.cv-texto-legal li {
  margin-bottom: 0.5rem;
}

/* Tooltip de Reclamos - Form */
.btn-tooltip-trigger {
    position: absolute; 
    right: 15px; 
    top: 50%;
    transform: translateY(-50%);
    background-color: #28a745;
    color: white; 
    width: 24px; 
    height: 24px;
    border-radius: 50%; 
    font-weight: bold; 
    font-size: 14px;
    display: flex; 
    align-items: center; 
    justify-content: center;
    z-index: 30; 
    cursor: pointer; 
    border: none; 
    transition: background 0.3s;
}
.btn-tooltip-trigger:hover { 
    background-color: #f37021; 
}
.tooltip-floating-box {
    position: absolute; 
    top: 110%; 
    right: 0; 
    width: 320px;
    background: white; 
    border: 1px solid #28a745; 
    border-radius: 15px;
    padding: 15px; 
    box-shadow: 0 10px 25px rgba(0,0,0,0.2); 
    z-index: 999;
}
.tooltip-title { 
    font-size: 11px; 
    color: #666; 
    text-align: center; 
    margin-bottom: 10px; 
    font-family: 'Bariol', sans-serif; 
}
.tooltip-grid { 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 10px; 
}
.tooltip-item { 
    display: flex; 
    flex-direction: column; 
    align-items: center;
    gap: 5px; 
}
.tooltip-img-container { 
    width: 100%;
    height: 90px; 
    border-radius: 8px; 
    overflow: hidden; 
    border: 1px solid #eee;
    background: #f9f9f9;
}
.tooltip-img-container img {
    width: 100%;
    height: 100%;
    object-fit: contain; 
}
.tooltip-item span {
   font-size: 10px; 
   color: #999; 
   text-transform: uppercase; 
   font-family: 'Bariol', sans-serif; 
}
.tooltip-arrow {
   position: absolute;
   top: -8px; 
   right: 20px; 
   width: 15px; 
   height: 15px;
   background: white;
   border-top: 1px solid #28a745;
   border-left: 1px solid #28a745; 
   transform: rotate(45deg);
}
.kikes__file input[type="file"]::file-selector-button {
    white-space: nowrap !important;   
    min-width: max-content !important; 
    width: auto !important;           
    margin-right: 60px !important;
}

.kikes__file span.font-bariol {
    font-size: 0.8rem !important;    
    pointer-events: none;           
    white-space: nowrap;             
    z-index: 10;
}

