/*
Theme Name: Custom
Theme URI: https://engeniuz.com
Author: Agomez
Author URI: https://engeniuz.com
Description: A basic WordPress theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: custom
*/

@import url('extras/fonts.css');

:root {
    --yellow: #ffcf00;
    --cream: #f4f3e9;
    --family: "Montserrat", sans-serif;
    --border-radius: 4px;
    --dark: #232323;
    --orange: #fe843d;
    --padding: 100px 0;
    --border: #f1f1f1;
    --green: #235141;
    --green-hover: #4a8e27;
}

body {
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-family: var(--family);
    line-height: 1.1;
    color: var(--green);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
}

button,
input,
select,
textarea {
    font: inherit;
}

h1,
h2,
h3,
h4,
ul,
p {
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: normal;
}

h1,
h2,
h3,
h4 {
    font-family: "DMSerif", sans-serif;
}

a {
    text-decoration: none;
    color: var(--green);
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}

strong {
    font-weight: 500;
}

body.no-scroll {
    overflow-y: hidden;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    display: flow-root;
    padding: 0 10px;
}

.page-error,
.page-single,
.page-archive,
.page-index {
    max-width: 1400px;
    margin: 120px auto 100px auto;
    display: flow-root;
    padding: 0 10px;
    min-height: 310px;
}

.page-error h1,
.page-single h1,
.page-archive h1,
.page-index h1 {
    font-size: 29px;
}

.page-error p,
.page-index p {
    margin: 12px 0;
}

.responsive-nav {
    display: inline;
}

.responsive-nav li {
    bottom: -1px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.col {
    padding: 10px;
    box-sizing: border-box;
}

.col-2 {
    flex: 0 0 16.66%;
    max-width: 16.66%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.33%;
    max-width: 83.33%;
}

.col-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col img {
    width: 100%;
    height: auto;
    display: block;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    padding: 12px 0;
    border-bottom: 1.5px solid transparent;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}

.header-mini {
    background: #ffffffdb;
    padding: 4px 0;
    border-bottom-color: var(--border);
}

.header-fixed {
    border-bottom-color: var(--border);
}

.header-mini .navbar ul li a,
.header-fixed .navbar ul li a {
    color: var(--green) !important;
}

.header .logo {
    float: left;
}

.header .logo a {
    float: left;
    outline: none;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}

.header .logo a:hover {
    opacity: .8;
}

.header .logo a img {
    float: left;
    width: 178px;
    outline: none;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}

.header.header-mini .logo a img {
    width: 156px;
}

.header.header-mini .navbar ul {
    padding: 10px 0;
}

.header .navbar {
    float: right;
}

.header .navbar ul {
    padding: 12.5px 0;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}

.header .navbar ul li {
    display: inline-block;
    border-bottom: 1px solid transparent;
    position: relative;
}

.header .navbar ul li a {
    color: white;
    padding: 4px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    user-select: none;
    -moz-user-select: none;
}

.header .navbar ul li a:hover {
    opacity: .8;
}

.header .navbar ul li:has(> ul.sub-menu)::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 30px;
}

.header .navbar ul li .sub-menu {
    position: absolute;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .12);
    background: white;
    min-width: 198px;
    top: 50px;
    visibility: hidden;
    opacity: 0;
    padding: 0;
    z-index: 1;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}

.header .navbar ul li .sub-menu.open {
    visibility: visible;
    opacity: 1;
}

.header .navbar ul li .sub-menu li {
    border: unset;
    width: 100%;
}

.header .navbar ul li .sub-menu li a {
    padding: 12px;
    width: 100%;
    color: var(--green) !important;
}

.header .navbar ul li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    top: 30px;
}

/* .header .navbar ul li.options a {
    transition: transform .2s ease, opacity .2s ease;
} */

.header .navbar ul li.options a:hover {
    transform: translateY(-3px);
    opacity: 1 !important;
}

.header .navbar ul li.options a i,
.header .navbar ul li.options a {
    font-weight: lighter;
    font-size: 21px;
    cursor: pointer;
    vertical-align: middle;
}

.header .navbar ul li.options a.hamburguer {
    display: none;
}

.header .navbar ul li.options a.hamburguer i {
    transform: scale(1.3);
    transform-origin: center;
    float: right;
    margin: 0px 0 -5px 6px;
}

.header-mini .navbar ul li.options a i,
.header-mini .navbar ul li.options a {
    font-weight: 500;
}

.header.header-fixed .navbar ul li.options a i {
    font-weight: normal;
}

.header .navbar ul li.options a {
    position: relative;
    padding: 0 4px;
}

.header .navbar ul li a[aria-current="page"] {
    color: var(--orange) !important;
}

.header .navbar ul li:has(> a[aria-current="page"]) {
    border-bottom-color: var(--orange);
}

#cart-items {
    position: absolute;
    top: -8px;
    right: -6px;
    background: var(--orange);
    border-radius: 50%;
    min-width: 18px;
    height: 18px;
    text-align: center;
    padding: 2px;
    font-size: 11px;
    line-height: 14px;
    font-weight: 600;
    color: white !important;
}

.home-page {
    height: 96vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.home-page h1 {
    font-size: 19px;
    background: var(--green);
    color: var(--yellow);
    display: inline-block;
    border-radius: var(--border-radius);
    padding: 6px 10px;
    margin-bottom: 20px;
}

.home-page h2 {
    font-size: 58px;
    color: white;
    margin-bottom: 28px;
}

.home-page::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0000002e;
    z-index: 1;
}

.home-page video,
.home-page img {
    width: 100%;
    object-fit: cover;
    height: 96vh;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.home-page .center {
    margin-top: -28px;
}

div.center {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 780px;
    text-align: center;
}

.button-box {
    display: block;
}


@keyframes jump {
    0% {
        transform: translateX(0);
    }

    15% {
        transform: translateX(-2px);
    }

    30% {
        transform: translateX(2px);
    }

    45% {
        transform: translateX(-2px);
    }

    60% {
        transform: translateX(2px);
    }

    75% {
        transform: translateX(-1px);
    }

    90% {
        transform: translateX(1px);
    }

    100% {
        transform: translateX(0);
    }
}

.btn-custom,
.button,
button {
    background: var(--yellow);
    padding: 13px 22px;
    display: inline-block;
    border-radius: var(--border-radius);
    outline: none;
    min-width: 114px;
    color: var(--green);
    font-size: 17px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}

.btn-custom:hover,
.button:hover,
button:hover {
    animation: jump 0.35s ease-in-out;
    background-color: var(--green);
    color: var(--yellow);
}


.btn-orange {
    background: var(--orange);
    color: white;
}

.shoping,
.contact {
    padding: var(--padding);
}

.shoping .container {
    overflow: hidden;
}

.shoping h3,
.contact h3 {
    font-size: 25px;
}

.shoping p,
.contact h3+p {
    margin: 2px 0 8px 0;
    font-size: 18px;
}

.contact .col:first-child {
    padding-right: 14px;
    flex: 0 0 30%;
    max-width: 30%;
}

.contact .col:last-child {
    flex: 0 0 70%;
    max-width: 70%;
}

.contact .theform {
    float: left;
    width: 100%;
    border-radius: var(--border-radius);
    padding: 24px;
    border: 1px solid var(--border);
}

.contact .thecontent {
    float: right;
    width: 100%;
    border-radius: var(--border-radius);
    box-shadow: 0px 0px 14px #246ba11f;
    padding: 24px;
    border: 1px solid var(--border);
    background: #f9f9f9;
}

.contact .thecontent ul {
    margin-top: 25px;
    float: left;
}

.contact .thecontent li {
    width: 100%;
    float: left;
    margin-bottom: 12px;
    line-height: 20px;
}

.contact .thecontent li i {
    font-size: 25px;
    float: left;
    margin: -1px 8px 0 0;
}

.contact .thecontent li a {
    font-weight: 500;
    color: var(--orange);
}

.contact .thecontent li strong {
    margin-right: 1px;
}

.sections {
    position: relative;
    padding: var(--padding);
    min-height: 700px;
    background: var(--cream);
    overflow: hidden;
    margin-top: 30px;
    background-image: url(images/parallax1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 121%;
}

.sections .center {
    max-width: 610px;
}

.sections h2 {
    font-size: 53px;
    color: var(--green);
    margin-bottom: 20px;
}

.sections p {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 20px;
}

.separator {
    display: block;
    margin-bottom: 8px;
}

.boxinfo {
    padding: 0 0 120px 0;
    padding-top: 35px;
}

.boxinfo .container {
    background: var(--cream);
    border-radius: 20px;
    padding: 62px;
    padding-bottom: 160px;
    background-image: url(images/lemons2.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 26%;
}

.boxinfo h2 {
    text-align: center;
    font-size: 53px;
    margin-bottom: 40px;
}

.boxinfo .col {
    padding: 22px;
}

.boxinfo .col i {
    background: var(--green);
    color: var(--yellow);
    border-radius: var(--border-radius);
    font-size: 22px;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 49px;
}

.boxinfo .col h3 {
    font-family: var(--family);
    font-weight: 600;
    font-size: 25px;
    margin: 15px 0 12px 0;
}

.boxinfo .col p {
    line-height: 26px;
    font-size: 16px;
}

.duos {
    background: var(--green);
    position: relative;
    padding: 90px 0 195px 0;
    overflow: hidden;
}

.duos .col {
    position: relative;
}

.duos .center {
    padding-left: 10px;
    color: white;
    text-align: left;
    padding-right: 80px;
}

.duos h2 {
    font-size: 39px;
    border-bottom: 1px solid var(--green-hover);
    width: fit-content;
    background-image: url(images/hoja.png);
    background-repeat: no-repeat;
    background-size: 36px;
    background-position: left center;
    padding-left: 21px;
    padding-bottom: 10px;
}

.duos p {
    margin-top: 20px;
    line-height: 28px;
    font-size: 17px;
}

.duos img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    max-height: 454px;
}

.duos ul {
    font-family: "DMSerif", sans-serif;
}

.duos ul li {
    margin: 14px 0;
}

.duos ul li a {
    color: var(--yellow);
    font-size: 25px;
}

.duos.simple {
    padding: var(--padding);
    background: unset;
}

.size-custom {
    font-size: 25px !important;
}

.sections .duos.simple .center h2 {
    background-image: url(images/hoja-amarilla.png);
}

.duos.simple .center {
    color: var(--green);
}

.duos.simple ul li a {
    color: var(--orange);
}

.sections .duos.simple .center {
    max-width: unset;
    padding-left: 80px;
    padding-right: 10px;
}

.sections:has(> .duos.simple) {
    background-image: unset;
}

.footer {
    color: white;
    background: var(--green);
    padding: var(--padding);
    position: relative;
    overflow: hidden;
    padding-top: 180px;
}

.footer * {
    color: white;
}

.footer .footer-logo {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.footer .footer-logo img {
    max-width: 277px;
}

.footer h4 {
    font-size: 25px;
    margin-bottom: 18px;
}

.footer .col:first-child h4 {
    font-size: 31px;
    margin-bottom: 7px;
}

.footer .col p {
    padding-right: 65px;
    line-height: 23px;
}

.footer ul li {
    margin-bottom: 13px;
}

.footer ul li a {
    padding: 2px 0;
    display: inline-block;
}

.shape {
    mask: url(images/shape.svg) no-repeat right bottom;
    -webkit-mask: url(images/shape.svg) no-repeat right bottom;
    background-color: #ffffff;
    width: 139%;
    height: 88px;
    position: absolute;
    z-index: 13;
    bottom: -2px;
    transform: translateZ(0);
}

.sections .shape {
    top: 0;
    transform: translateZ(0) rotate(180deg);
    height: 80px;
    bottom: unset;
}

.duos .shape {
    height: 80px;
}

.fixsepare {
    width: 100%;
    height: 80px;
    position: relative;
    z-index: 9;
    margin-top: -72px;
    overflow: hidden;
}

.fixsepare .shape {
    height: 80px;
    background-color: var(--green);
}

.fixsepare.neutro .shape {
    height: 80px;
    background-color: white;
}

/* Reveal básico (transición controlada por JS) */
.a-top.hidden {
    opacity: 0;
    margin-top: 5em;
}

.a-top {
    opacity: 1;
    margin-top: 0;
    transition: opacity .5s ease-in, margin-top .3s ease-out;
}

.footer .shape {
    height: 80px;
    top: -2px;
    bottom: unset;
    transform: translateZ(0) rotate(180deg);
}

.top-page {
    position: fixed;
    bottom: 13px;
    right: 15px;
    z-index: 20;
    cursor: pointer;
    background: var(--green);
    color: var(--yellow);
    padding: 9px 10px;
    border-radius: var(--border-radius);
    opacity: 0;
    visibility: hidden;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}

.top-page.visible {
    opacity: 1;
    visibility: visible;
}

.top-page i {
    display: inline-block;
}

form input[type="number"],
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="password"],
form input[type="search"],
select,
textarea {
    width: 100%;
    outline: none;
    padding: 15.5px;
    border: 1px solid var(--border);
    font-size: 15px;
    text-align: left;
    border-radius: var(--border-radius);
    font-weight: 500;
}

form input[type="number"]::-webkit-inner-spin-button,
form input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: inner-spin-button !important;
    opacity: 1 !important;
    display: block !important;
}

form label {
    width: 100%;
    float: left;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 4px;
    letter-spacing: -.5px;
}

form select {
    padding: 13.5px 40px 13.5px 15.5px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url("images/arrow-down.svg") no-repeat right 12px center;
    background-size: 14px;
}

#simple-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    /* backdrop-filter: blur(6px); */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    opacity: 0;
    transform: scale(1.05);
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

#simple-lightbox.visible {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}

#simple-lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
    animation: pop 0.25s ease;
}

@keyframes pop {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.bg-cart {
    position: fixed;
    z-index: 60;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
    /* backdrop-filter: blur(6px); */
    opacity: 0;
    visibility: hidden;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}

.bg-cart.open {
    opacity: 1;
    visibility: visible;
}

.mini-cart {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    background: white;
    width: 400px;
    z-index: 61;
    padding: 30px;
    transform: translateX(100%);
    transition: transform 0.2s ease-in-out;
}

.load-cart {
    position: relative;
}

.load-cart .preload,
.results .preload {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff8a;
    background-image: url(images/spiner.gif);
    background-repeat: no-repeat;
    background-size: 48px;
    background-position: center center;
    visibility: hidden;
    opacity: 0;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}

.load-cart .preload.loading,
.results .preload.loading {
    visibility: visible;
    opacity: 1;
}

.bg-cart.open .mini-cart {
    transform: translateX(0);
}

.mini-cart h4 {
    font-size: 25px;
}

.mini-cart h4 i {
    float: right;
    font-size: 22px;
    margin: -2px -8px 0 0;
    cursor: pointer;
    padding: 7px;
}

.mini-cart ul {
    margin-top: 20px;
    max-height: 69vh;
    overflow-y: auto;
}

.mini-cart ul::-webkit-scrollbar {
    width: 3px;
    /* scroll fino */
}

.search-custom .content .categories ul::-webkit-scrollbar {
    width: 0;
    /* scroll fino */
}

.mini-cart ul::-webkit-scrollbar-track {
    background: #fff;
    /* color del rail */
    border-radius: 10px;
}

.mini-cart ul::-webkit-scrollbar-thumb {
    background: #d6d6d6;
    /* color del scroll */
    border-radius: 10px;
    min-height: 10px;
}

.mini-cart ul li {
    border-bottom: 1px solid var(--border);
    padding: 14px 0;
    display: flow-root;
    position: relative;
}

.mini-cart ul li .mini-cart-thumb {
    float: left;
    width: 20%;
    height: auto;
    border-radius: var(--border-radius);
}

.mini-cart .box-texts {
    width: 80%;
    float: left;
    padding: 0 6px;
    position: relative;
    padding-right: 20px;
}

.mini-cart ul li .mini-cart-title {
    float: left;
    width: 100%;
    margin-bottom: 4px;
    font-weight: 500;
    color: var(--orange);
}

.mini-cart ul li .mini-cart-price {
    float: left;
    width: 100%;
    margin-bottom: 4px;
    font-weight: 600;
}

.mini-cart ul li .mini-cart-qty {
    font-size: 13px;
}

.mini-cart ul li .mini-cart-remove {
    position: absolute;
    top: 12px;
    right: 3px;
    font-size: 13px;
    cursor: pointer;
}

.mini-cart .screen-reader-text {
    display: none;
}

.mini-cart-price ins {
    text-decoration: none !important;
}

.totals {
    display: flow-root;
    padding-top: 32px;
}

.totals .units {
    width: 100%;
    float: left;
    margin-bottom: 16px;
    font-weight: 500;
}

.totals .total {
    float: left;
    width: 100%;
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 500;
}

.totals .units strong {
    float: right;
}

.totals .total strong {
    float: right;
}

.totals .btn-custom {
    float: left;
    width: 100%;
    margin-top: 12px;
}

.crumbs {
    padding: var(--padding);
    margin-bottom: 30px;
}

.crumbs .container {
    overflow: hidden;
}

.crumbs .row {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% * 2 + 80px);
    transition: all .3s linear;
    -moz-transition: all .3s linear;
}

.crumbs .row.move {
    transform: translateX(-16.6%);
}

.crumbs .navigation {
    text-align: center;
    margin-top: 30px;
}

.crumbs .navigation li {
    display: inline-block;
}

.crumbs .navigation li span {
    height: 10px;
    width: 10px;
    display: inline-block;
    background: #e9e8e8;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #bbbbbb;
    margin: 0 5px;
}

.crumbs .navigation li span.active {
    background: #bbbbbb;
    scale: 1.3;
}

.crumbs h2 {
    font-size: 53px;
    color: var(--green);
    margin-bottom: 40px;
    text-align: center;
}

.crumbs .col {
    padding: 20px;
    flex: 1;
}

.crumbs img.arrows {
    width: 39%;
    transform: translate(73%, -6px);
}

.crumbs img.arrows.inverse {
    transform: translate(73%, 6px);
}

.crumbs .targets {
    position: relative;
}

.crumbs .targets:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #23513eba;
    border-radius: 20px;
    backdrop-filter: blur(1px);
    z-index: 1;
}

.crumbs .centers {
    position: absolute;
    z-index: 2;
    color: white;
    font-size: 18px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.crumbs .targets h4 {
    font-size: 33px;
    color: var(--yellow);
    font-family: var(--family);
    font-weight: 500;
}

.crumbs .targets p {
    margin-top: 8px;
    line-height: 26px;
}

.crumbs .targets img {
    border-radius: 20px;
    width: 100%;
    height: 225px;
    object-fit: cover;
}

.page-single {
    line-height: 25px;
    font-size: 16px;
}

.page-single h1:first-child {
    line-height: 1.1 !important;
}

.page-single h1 {
    margin-bottom: 12px;
}

.page-single .descriptions {
    float: left;
    width: 58%;
}

.page-single p {
    padding: 0 0 12px 0;
}

.page-single ul {
    padding: 0 0 12px 17px;
    list-style: disc;
    margin-left: 12px;
}

.page-single ul li {
    padding: 4px 0;
    line-height: 1.2;
}

.page-single a {
    color: var(--orange);
    font-weight: 600;
}

.page-single h2 {
    font-size: 25px;
    padding-bottom: 12px;
}

.page-single h3,
.page-single h4 {
    font-size: 21px;
    padding-bottom: 12px;
}

.page-single .post-thumbnail {
    float: left;
    width: 42%;
    padding-right: 45px;
    margin-bottom: 12px;
}

.page-single .post-thumbnail img {
    float: left;
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
}

.loop-blog {
    text-align: center;
}

.loop-blog .col {
    padding-bottom: 30px;
}

.loop-blog .post-thumbnail {
    width: 100%;
    float: left;
}

.loop-blog .post-thumbnail img {
    width: 100%;
    float: left;
    height: auto;
    border-radius: 20px;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    filter: saturate(.5);
}

.loop-blog.search .post-thumbnail img {
    filter: unset !important;
}

.loop-blog h2 {
    font-size: 19px;
    line-height: 24px;
    margin-top: 12px;
    margin-bottom: 6px;
    width: 100%;
    float: left;
}

.loop-blog a.btn-custom {
    margin-top: 12px;
    padding: 11px 17px;
    width: auto !important;
    font-size: 15px;
    float: none !important;
}

.loop-blog .excerpt {
    width: 100%;
    float: left;
    line-height: 20px;
}

.loop-blog a:hover img {
    opacity: .9;
    scale: 1.05;
    filter: unset;
}

span.wpcf7-form-control-wrap {
    float: left;
    width: 100%;
    margin-bottom: 12px;
}

.wpcf7-form input[type="submit"] {
    float: right;
}

.wpcf7-form p {
    float: left;
    width: 100%;
}

.wpcf7-not-valid-tip {
    color: #ff3d52 !important;
    font-size: 13px !important;
    padding-top: 2px;
}

.wpcf7-form textarea+.wpcf7-not-valid-tip {
    margin-top: -4px;
}

.wpcf7-form .wpcf7-response-output {
    float: left !important;
    width: 100% !important;
    margin: 12px 0 0 0 !important;
    padding: 8px 12px !important;
    border-color: var(--orange) !important;
}

.page-contacto .wpcf7 {
    margin-top: 12px;
}

.google-maps {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 24px;
}

/* FIX Google Map ank_google_map */
.gm-control-active {
    min-width: unset !important;
}

.blog-pagination {
    margin-top: 50px;
}

.blog-pagination ul {
    text-align: center;
}

.blog-pagination ul li {
    display: inline-block;
    font-size: 17px;
    background: var(--yellow);
    color: var(--green);
    min-width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-weight: 500;
    border-radius: var(--border-radius);
}

.blog-pagination ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: var(--green);
    padding: 0;
}

.blog-pagination ul li:has(> span.current) {
    background: var(--green);
    color: var(--yellow);
}

.search-custom {
    overflow: hidden;
    position: fixed;
    z-index: 80;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.65);
}

.search-custom.open {
    opacity: 1;
    visibility: visible;
}

.search-custom .content {
    position: absolute;
    background: white;
    left: 50%;
    transform: translateX(-50%);
    z-index: 81;
    top: 66px;
    border-radius: 20px;
    padding: 30px 50px;
    width: 100%;
    max-width: 1000px;
    min-height: 400px;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}

.search-custom.open .content {
    top: 54px;
}

.search-custom .content h3 {
    font-size: 19px;
    margin-bottom: 12px;
    font-weight: 600;
    font-family: var(--family);
    line-height: 26px;
}

.search-custom .content .categories ul {
    overflow-y: auto;
    max-height: 384px;
}

.search-custom .content .results {
    position: relative;
    min-height: 322px;
}

.search-custom .content .results .overflow {
    overflow: hidden;
}

.search-custom .content .results ul {
    width: auto;
    flex-wrap: nowrap;
    transform: translateX(0);
    transition: all .2s linear;
    -moz-transition: all .2s linear;

}

.search-custom .content .results ul.move {
    transform: translateX(-50%);
}

.search-custom .results a.carrousel.prev,
.search-custom .results a.carrousel.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -33px;
    z-index: 1;
    font-size: 18px;
    cursor: pointer;
    border: 1px solid var(--border);
    color: var(--yellow);
    border-radius: 20px;
    padding: 34px 7px;
    background: white;
    box-shadow: 1px 2px 7px #7d7d7d24;
}

.search-custom .results a.carrousel.next {
    right: -33px;
    left: unset;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.search-custom .results a.carrousel.prev {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: none;
}

.search-custom .content i.close {
    position: fixed;
    right: 7px;
    top: 4px;
    float: right;
    font-size: 22px;
    cursor: pointer;
    padding: 7px;
}

.search-custom .content .results ul li h2 {
    min-height: 39px;
    font-size: 18px !important;
}

.search-custom .content .results ul li a.button {
    width: 100% !important;
}

.search-custom .form-search {
    position: relative;
    padding: 0 0 12px 0;
    text-align: left;
}

.search-custom .form-search form {
    position: relative;
    min-width: 450px;
    display: inline-block;
}

.search-custom .form-search form input[type="search"] {
    border-radius: 27px;
    border-color: var(--green);
}

.search-custom .form-search button {
    position: absolute;
    right: -1px;
    top: -1px;
    min-width: unset;
    border-radius: 42px;
    padding: 15px;
    background: var(--yellow);
    color: var(--green);
    border-top-left-radius: 0;
}

.search-custom .form-search button:hover {
    animation: none;
}

.search-custom .form-search button i {
    font-weight: 500;
}

.search-custom .categories ul li {
    margin-bottom: 6px;
    margin-left: 6px;
}

.search-custom .categories ul li.full-view,
.search-custom .categories ul li.parent {
    margin-left: 0 !important;
}

.search-custom .categories ul li a {
    cursor: pointer;
    padding: 7px 12px;
    display: block;
    border: 1px solid var(--border);
    border-radius: 20px;
    font-size: 14px;
}

.search-custom .categories ul li a.active {
    border-color: var(--orange);
    background: #f9f9f9;
    font-weight: 500;
}

.search-custom .categories ul li a span {
    font-size: 13px;
    color: var(--yellow);
}

.search-custom .content .cat-current {
    font-size: 12px;
    background: var(--border);
    padding: 0 10px;
    display: inline-block;
    border-radius: var(--border-radius);
    cursor: pointer;
    line-height: 22px;
}

.disscount {
    position: fixed;
    bottom: 16px;
    left: 16px;
    z-index: 999;
    pointer-events: none;
}

.disscount ul {
    width: auto;
}

.disscount ul li:after {
    content: '\f00d';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    z-index: 1;
    right: -7px;
    top: -7px;
    cursor: pointer;
    background: white;
    border-radius: 40px;
    border: 1px solid var(--border);
    height: 20px;
    width: 20px;
    font-size: 11px;
    text-align: center;
    padding: 0;
    line-height: 21px;
    pointer-events: auto;
}

.disscount ul li {
    position: relative;
    background: white;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .12);
    margin-top: 12px;
    padding: 12px;
    border-radius: 20px;
    text-align: center;
    width: auto;
    font-size: 13px;
    cursor: default;
    letter-spacing: -.5px;
    padding-right: 20px;
    font-weight: 500;
}

/* Custom categories */

.category-custom #main.site-main {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.category-custom .woocommerce-products-header {
    flex: 0 0 100%;
    max-width: 100%;
}

.category-custom .custom-categories {
    flex: 0 0 16.66%;
    max-width: 16.66%;
}

.category-custom ul.products.columns-4 {
    flex: 0 0 calc(83.33% + 20px);
    max-width: calc(83.33% + 20px);
}

.custom-categories ul {
    padding: 10px 30px 10px 0;
}

.custom-categories ul li.parent {
    margin-left: 0px !important;
}

.custom-categories ul li.cat-item {
    margin-left: 6px;
}

.custom-categories ul li a {
    padding: 10px 12px;
    display: block;
    border: 1px solid var(--border);
    font-size: 14px;
    margin-bottom: 6px;
}

.custom-categories ul li a span {
    font-size: 13px;
    color: var(--yellow);
}

.custom-categories ul li.active a {
    background: #f9f9f9;
    font-weight: 500;
    border-left: 2px solid var(--orange);
    border-radius: var(--border-radius);
}



/* Responsive Medium */
@media all and (max-width: 1400px) {

    :root {
        --wresponsive: 16px;
    }

    .duos h2 {
        background-size: 29px;
    }

    .duos.simple .row {
        margin-left: 0;
        margin-right: 0;
    }

    .boxinfo {
        margin: var(--wresponsive);
        padding-bottom: 90px;
    }


}


/* Responsive Small */
@media all and (max-width: 1200px) {

    :root {
        --padding: 40px 0;
    }

    div.col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .sections {
        margin-top: 20px;
    }

    .contact .col {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .duos h2,
    .mini-cart,
    .header .navbar ul li:not(.options),
    .page-single .post-thumbnail,
    .page-single .descriptions,
    .search-custom .form-search form {
        width: 100%;
    }

    .header .navbar ul li.options a.hamburguer {
        display: inline-block;
    }

    .header .navbar ul li.options a.hamburguer i.fal.fa-times {
        width: 18.4px;
        transform: scale(1.5);
        font-weight: lighter;
        margin: 0px 0 -6px 6px;
        text-align: center;
    }

    .duos h2 {
        font-size: 33px !important;
    }


    .responsive-nav {
        padding-top: 30%;
        position: fixed;
        background: white;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 70;
        transform: translateX(100%);
        opacity: 0;
        visibility: hidden;
        transition: all .2s linear;
        -moz-transition: all .2s linear;

    }

    .responsive-nav.open {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

    .home-page .center {
        padding: var(--wresponsive);
    }

    .home-page h2 {
        font-size: 48px;
    }

    .sections .center,
    .shoping .container,
    div.col {
        padding: var(--wresponsive);
    }

    .sections h2 {
        font-size: 48px;
    }

    .duos {
        padding: 45px 0 160px 0;
    }

    .duos .center {
        position: relative;
        padding: 0;
    }

    .container.duos.simple {
        padding: 120px 0 80px 0;
    }

    .duos.simple .container {
        padding: 0;
    }

    .sections .duos.simple .center {
        padding-left: unset;
        padding-right: unset;
    }

    .crumbs .container {
        padding: var(--wresponsive);
    }

    .crumbs h2 {
        font-size: 33px;
    }

    .crumbs .col {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .crumbs .row {

        flex-wrap: nowrap;
    }

    .footer {
        padding: 120px 0 110px 0;
    }

    .footer .col p {
        padding-right: 0;
    }

    .footer .col-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .shape {
        width: 222%;

    }

    .sections .shape {
        right: -161px;
        top: -2px;
    }

    .header .navbar.open ul li a {
        color: var(--green);
    }

    .header .navbar ul li a:hover {
        transform: unset !important;
    }

    .header .navbar.open ul li a i {
        font-weight: 500;
    }

    .header .responsive-nav.open a {
        font-size: 20px;
        margin-bottom: 9px;
        transition: unset !important;
        -moz-transition: unset !important;
    }

    .header .navbar ul li:not(.options) {
        display: block !important;
        text-align: center;
        position: relative;
        border-bottom: unset;
    }

    .header .navbar ul li:hover>.sub-menu {
        visibility: unset;
        opacity: unset;
        top: unset;
        transition: unset !important;
        -moz-transition: unset !important;
    }

    .header .navbar ul li>.sub-menu {
        position: relative;
        top: 0;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        display: none;
        overflow: hidden;
        margin: -8px 0 6px 0;
        transition: unset !important;
        -moz-transition: unset !important;
    }

    .header .navbar ul li .open>.sub-menu {
        display: block;
    }

    .header .navbar ul li .sub-menu li a {
        margin: 0;
        font-size: 15px;
        padding: 5px;
    }

    .header .navbar ul li.options {
        z-index: 82;
    }

    .header .logo {
        position: relative;
        z-index: 82;
    }

    .boxinfo h2 {
        font-size: 33px;
    }

    .boxinfo {
        margin: var(--wresponsive);
    }

    .boxinfo .container {
        background-size: 40%;
        padding: 40px 20px 60px 20px;
        text-align: center;
    }


    .boxinfo .col h3 {
        font-size: 20px;
    }

    .page-error,
    .page-single,
    .page-archive,
    .page-index {
        padding: 0 var(--wresponsive);
        margin-bottom: 60px;
        margin-top: 120px;

    }

    .page-single .post-thumbnail {
        padding: 0;
    }

    .page-single .post-thumbnail img {
        max-height: 253px;
    }

    .page-single .descriptions h1 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .loop-blog .col {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .category-custom .custom-categories {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .custom-categories ul {
        padding: 10px 0;
    }

    .custom-categories ul li:not(.parent, .default) {
        display: none;
    }

    .category-custom ul.products.columns-4 {
        flex: 0 0 calc(100% + 20px);
        max-width: calc(100% + 20px);
    }

    .search-custom .content {
        top: 0 !important;
        left: 0;
        transform: unset;
        right: 0;
        border: 0;
        bottom: 0;
        padding: var(--wresponsive);
        transition: unset !important;
        overflow-y: auto;
        border-radius: 0;
    }

    .search-custom .content .col {
        padding-left: 10px;
        padding-right: 10px;
    }


    .search-custom .form-search form {
        min-width: unset;
        font-size: 13px;
    }

    .search-custom .categories ul li a {
        display: inline-block;
    }

    .duos ul li a {
        font-size: 21px;
    }

    .duos img {
        max-height: 253px;
    }

    .sections .container.duos.simple .col:last-child {
        padding-top: 6px;
    }

    .search-custom .categories ul li {
        display: inline-block;
        margin-left: 0;
    }

    .search-custom .content .results ul {
        flex-wrap: wrap;
        width: calc(100% + 20px);
    }

    .search-custom .results a.carrousel.prev,
    .search-custom .results a.carrousel.next {
        display: none;
    }

    .search-custom .categories {
        padding-bottom: 0;
        padding-top: 76px;
    }

    .search-custom .form-search {
        position: absolute;
        top: 28px;
        left: var(--wresponsive);
        right: var(--wresponsive);
    }

    .contact .theform {
        padding: var(--wresponsive);
    }



}