@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap');

:root {
    --main-color: #42210B;
    --green-color: #008F39;
    --green-color-2: #027B32;
    --color-white: #FFFFFF;
    --color-black: #000000;
    --backgroud: #F5F5F5;
    --color-text: #585252;
    --border-color: #CDCCCC;
    --color-label: #2A2A2A;
    --bg-gray: #42454B;
    --color-error: #C70A02;
    --color-success: #01FF66;

}

@font-face {
    font-family: 'Dancing';
    src: url('../lib/fonts/Dancing/DancingScript-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Lato';
    src: url('../lib/fonts/Lato/Lato-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Lato';
    src: url('../lib/fonts/Lato/Lato.ttf') format('truetype');
}

.display {
    font-family: 'Lato';
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: 0.1875rem;
    color: var(--color-label);
}

.title {
    font-family: 'Lato';
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0;
    color: var(--color-label);
}

.subtitle {
    font-family: 'Lato';
    font-size: 1.875rem;
    font-weight: 500;
    letter-spacing: 0;
    color: var(--color-label);
}

.title2 {
    font-family: 'Lato';
    font-size: 1.375rem;
    font-weight: 500;
    letter-spacing: 0;
    color: var(--color-label);
}

.body {
    font-family: 'Lato';
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 0;
    color: var(--color-label);
}

.body.strong {
    font-weight: 600;
}

.caption-light {
    font-family: 'Lato';
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 0;
    color: var(--color-label);
}

.caption {
    font-family: 'Lato';
    font-size: 0.9375rem;
    font-weight: 500;
    letter-spacing: 0;
    color: var(--color-label);
}

.caption-b {
    font-family: 'Lato';
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: 0;
    color: var(--color-label);
}

.button {
    font-family: 'Lato';
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0;
    color: var(--color-label);
}

.iziToast>.iziToast-body {
    display: flex;
    align-items: center;
    justify-content: start;
}

.iziToast>.iziToast-body .iziToast-texts {
    margin: 0;
}

.iziToast>.iziToast-body .iziToast-message {
    color: var(--color-white);
    margin: 0;
    font-family: 'Lato';
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
}

.iziToast>.iziToast-close {
    background: none;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iziToast>.iziToast-close::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f00d";
    color: var(--color-white);
    font-size: 20px;
}

::-webkit-scrollbar {
    display: none;
}

::-webkit-scrollbar-thumb {
    background-color: #333;
}

::-webkit-scrollbar {
    width: 5px;
}

*,
::after,
::before {
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    position: relative;
    display: grid;
    grid-template-rows: auto 1fr auto;
    max-width: 100vw;
    min-width: 100vw;
    min-height: 100vh;
    margin: 0;
}

.d-none {
    display: none !important;
}

* {
    font-family: 'Lato';
}

a {
    text-decoration: none;
}

p,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
    margin: 0;
    padding: 0;
}

/*-----SHIPPING-----*/

.ctn-shipping-polites h3 {
    margin-bottom: 12px;
}

.ctn-shipping-polites ul {
    padding-left: 20px;
    margin-bottom: 8px;
}

.choices__item[data-value=""] {
    display: none !important;
}  

/*-----SHIPPING-----*/

svg path {
    pointer-events: none;
}

.modal.show {
    z-index: 9999 !important;
    color: var(--color-text);
}

.pin-spacer {
    background: var(--color-white);
}

main {
    display: grid;
    grid-template-rows: 1fr auto;
    background: var(--color-white);
    height: 100%;
    width: 100%;
    max-height: 100vh;
    max-width: 100vw;
}

.overlay:before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9998;
    backdrop-filter: blur(5px);
}

.header {
    width: inherit;
    height: 100vh;
    max-height: 100vh;
    position: relative;
    min-height: 600px;
}

.parallax-img {
    position: fixed;
    width: 100%;
    height: 100%;
    background-size: cover;
    pointer-events: none;
}

.header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header h1 {
    width: 100%;
    max-width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    color: var(--color-white);
    z-index: 1;
    text-align: center;
    opacity: 0;
}

.header::before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}


.my-navbar {
    position: fixed;
    top: 20px;
    width: fit-content;
    height: auto;
    background: transparent;
    z-index: 9998;
    right: 7.32%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.btn-nav {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-white);
    font-size: 25px;
    border: 1px solid var(--color-white);
    border-radius: 50%;
    min-height: 50px;
    min-width: 50px;
    cursor: pointer;
    position: relative;
    transition: all 0.4s ease-in-out;
}

.btn-nav i {
    pointer-events: none;
}

.btn-nav .num {
    position: absolute;
    background: var(--green-color);
    border-radius: 100%;
    color: var(--color-white);
    font-weight: bold;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 70%;
    left: 60%;
}

.scroll-mode .btn-nav {
    border: 1px solid var(--color-text);
    background: var(--color-white);
    color: var(--color-label);
}

.scroll-mode .svg-button {
    stroke: var(--color-text);
}

.svg-button {
    position: absolute;
    opacity: 0;
    overflow: visible;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    fill: transparent;
    stroke-width: 3;
    stroke: var(--color-white);
    transition: all .4s ease-in;
}

.btn-nav:hover .svg-button {
    opacity: 1;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
}

.slogan {
    margin: 0;
    display: flex;
    column-gap: 10px;
    align-items: center;
    justify-content: start;
    user-select: none;
    max-height: inherit;
    position: absolute;
    left: 7.32%;
    top: 20px;
    z-index: 9999;
    transition: all 0.3s ease-out;
}

.ctn-img-slogan {
    height: 120px;
    width: 120px;
    position: relative;
}

.slogan-hidden {
    top: -80px;
}

.slogan .logo {
    position: absolute;
    width: 72%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slogan .logo-text {
    object-fit: cover;
    width: 100%;
    animation: infinite_rotate 8s linear infinite;
}

.slogan.bright .logo-text {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(0deg);
    transition: all .5s ease-in-out;
}

@keyframes infinite_rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.ctn-menu {
    width: 0;
    height: auto;
    overflow: hidden;
    z-index: -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    position: absolute;
    top: -1px;
    right: -1px;
    background: var(--color-white);
    border-radius: 20px;
    padding: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.ctn-menu.open {
    width: 250px;
    z-index: 9999;
    opacity: 1;
}

.ctn-menu .ctn-btn-close {
    color: var(--color-label);
    font-size: 30px;
    width: fit-content;
    align-self: end;
    cursor: pointer;
    padding: 10px 20px 0 0;
}

.ctn-menu .ctn-btn-close i:hover {
    color: var(--color-text);
}

.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    gap: 15px;
    padding: 0 30px 20px 30px;
    width: 100%;
}

.menu li {
    list-style: none;
    min-height: 30px;
    width: 100%;
    position: relative;
}

.menu li a {
    color: var(--color-label);
    display: flex;
    text-decoration: none;
    width: 100%;
    justify-content: left;
    opacity: 0.9;
}

.menu .item-menu.active a {
    opacity: 1;
}

.menu li a:hover {
    opacity: 1;
}

.menu .item-menu::before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 0;
    height: 4px;
    background: var(--green-color);
    border-radius: 50px;
    bottom: -4px;
    left: 0;
    transition: all .4s ease-in-out;
}

.menu .item-menu:hover::before {
    max-width: 100%;
    background: var(--main-color);
}

.menu .item-menu.active::before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 4px;
    background: var(--green-color);
    border-radius: 50px;
    bottom: -4px;
    left: 0;
}

.content {
    max-width: inherit;
    padding: 40px 7.32%;
    background-color: var(--color-white);
    z-index: 1;
}

.content .title {
    text-align: center;
    margin: 0 0 40px 0;
}

.wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: var(--color-white);
}

.wrapper .card-brand {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    border-radius: 20px;
    padding: 40px 5%;
    display: grid;
    grid-template-rows: auto auto 1fr;
    row-gap: 10px;
    max-width: 600px;
    background: var(--color-white);
    height: 80%;
    max-height: 600px;
    width: 50%;
    text-align: justify;
    z-index: 2;
    box-shadow: 1px 1px 22px rgba(0, 0, 0, 0.2);
}

.wrapper .wrapper-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
}

.wrapper-content .title {
    margin: 20px 0 15px 0;
}

.card-brand:nth-child(1) {
    left: 90%;
}

.card-brand:nth-child(2) {
    left: 95%;
}

.card-brand figure {
    height: 140px;
}

.card-brand img {
    object-fit: cover;
    height: 100%;
}

.card-brand p {
    color: var(--color-black);
}

.card-brand .subtle-button {
    display: flex;
    align-items: center;
    padding: 5px 15px;
    background-color: #F5F5F5;
    width: fit-content;
    height: 100%;
    color: #7C4F2E;
    text-decoration: none;
    border: 1px solid #E0E0E0;
    border-radius: 20px;
    transition: background-color 0.2s, border-color 0.2s;
    max-height: 35px;
    margin-top: 8px;
}
  
.card-brand .subtle-button:hover {
    background-color: #EDEDED;
    border-color: #D6D6D6;
}

.gallery {
    margin-bottom: 120px;
}

.swiper-instagram .slide-instagram {
    width: 100%;
    height: auto;
    max-width: 264px;
    max-height: 264px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.slide-instagram:hover img {
    transform: scale(1.1);
}

.swiper-instagram .swiper-wrapper {
    height: calc(264px + 48px);
}

.swiper-instagram .slide-instagram img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in;
}

.swiper-instagram .slide-instagram img:hover {
    perspective: 100px;
}

.cart {
    position: fixed;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
    width: 100VW;
    height: 100vh;
    top: 0;
    right: 0;
    display: flex;
    justify-content: end;
    overflow: hidden;
    transform: translateX(100vw);
    pointer-events: none;
    z-index: 9999;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out;
}

.cart.open {
    transform: translateX(0);
    pointer-events: all;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out;
}

.cart .products {
    width: 30%;
    background: #FBFBFB;
    height: 100%;
    padding: 10px 20px;
}

.cart .empty-products {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 8px;
}

.empty-products img {
    width: 50%;
    max-width: 100px;
}

.my-products {
    display: grid;
    grid-template-rows: auto 1fr auto;
    height: 95%;
}

.card-product {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
    background: var(--color-white);
    border-radius: 8px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.card-product .del-prod {
    padding: 5px;
    background: transparent;
    color: var(--color-text);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    width: 38px;
    transition: background .2s ease-in-out;
}

.card-product .del-prod:hover {
    background: rgba(205, 204, 204, 0.3);
}

.card-product .ctn-quantity {
    position: relative;
    max-width: 250px;
}

.card-product input {
    outline: none;
    border: 1px solid #DEDEDE;
    border-radius: 2px;
    height: 38px;
    padding: 2px 25px 2px 5px;
}

.card-product .info-product {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    width: 100%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ctn-my-products {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    overflow-y: scroll;
    padding: 10px;
}

input[type=number] {
    -moz-appearance: textfield;
}

.card-product .options-prod {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
}

.ctn-quantity .input-sum {
    position: absolute;
    list-style: none;
    display: grid;
    grid-template-rows: 1fr 1fr;
    padding: 0 8px;
    margin: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: fit-content;
    font-size: 12px;
    background: var(--green-color);
    border-radius: 0 2px 2px 0;
}

.input-sum li {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: var(--color-white);
}

.card-product figure {
    height: 100px;
    min-width: 60px;
}

.card-product img {
    object-fit: cover;
    height: 100%;
}

.info-product .name-product {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.my-products .title2 {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #f4f4f4;
}

.total-price {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    border-top: 1px solid #f4f4f4;
    margin-top: 10px;
}

.total-price article:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.total-price .ctn-price {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 40px;
    cursor: pointer;
    border-radius: 5px;
    border: none;
    transition: all .1s ease-in-out;
}

.btn.loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-radius: 50%;
}

.btn.loading::after {
    animation: spin 0.6s linear infinite;
}

.btn.loading {
    color: transparent;
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
    user-select: none;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.btn-default {
    background: var(--green-color) !important;
    color: var(--color-white) !important;
}

.btn-default:hover {
    background: var(--green-color) !important;
    color: var(--color-white) !important;
    opacity: 0.9;
}

.btn-default:active {
    background: var(--green-color-2) !important;
}

.btn-outlined {
    background: transparent;
    color: var(--green-color) !important;
    border: 1px solid var(--green-color) !important;
}

.btn-outlined:hover {
    opacity: 0.9;
}

.btn-outlined:active {
    color: var(--green-color-2) !important;
    border: 1px solid var(--green-color-2) !important;
}

.empty-products span {
    color: var(--color-text);
}

.empty-products span a {
    color: var(--green-color);
    opacity: .8;
    font-weight: bold;
    transition: opacity .2s ease-in-out;
}

.empty-products span a:hover {
    opacity: 1;
}

.products .ctn-close-prod {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.ctn-close-prod .btn-close-prod {
    font-size: 30px;
    cursor: pointer;
}

.ctn-close-prod .btn-close-prod:hover {
    color: var(--color-label);
}

.contact .contact-form {
    position: relative;
    background-color: var(--color-white);
    border-radius: 5px;
    box-shadow: 1px 1px 22px rgba(0, 0, 0, 0.2);
}

.contact-form .form-title {
    background: var(--main-color);
    padding: 5px 15px;
    color: var(--color-white);
    border-radius: 5px;
    font-size: 25px;
    max-width: 200px;
    text-align: center;
    position: absolute;
    top: 50px;
    left: -60px;
}

.contact-form .ctn-form {
    display: grid;
    grid-template-columns: 3fr 2fr;
    column-gap: 5%;
}

.ctn-form form {
    padding: 150px 0 20px 40px;
}

.contact-form .ctn-form-img {
    display: flex;
    justify-content: end;
    align-items: end;
    margin: 0;
    overflow: hidden;
}

.ctn-form-img img {
    object-fit: cover;
    width: 100%;
}

.checkbox {
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 8px;
    margin-bottom: 20px;
}

.checkbox span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: #ddd;
    transition: 0.3s;
}

.checkbox span::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    content: "\f00c";
    color: var(--color-white);
    transform: scale(0) rotate(-180deg);
    transition: 0.4s;
}

.checkbox input {
    display: none;
}

.checkbox input:checked~span {
    background-color: var(--green-color);
}

.checkbox input:checked~span::before {
    transform: scale(1) rotate(0);
}

.ctn-radio {
    display: flex;
    flex-direction: column;
    margin-bottom: 36px;
}

.ctn-radio .inp-label {
    color: var(--color-label);
    font-weight: 600;
    margin-bottom: 13px;
}

.ctn-radio .radio-options {
    display: flex;
    align-items: center;
    gap: 16px;
}

.radio {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.radio p {
    color: var(--color-label);
    margin: 0;
}

.radio span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ddd;
    position: relative;
    transition: 0.3s;
}

.radio span::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    transition: 0.4s;
    transform: scale(0);
}

.radio input {
    display: none;
}

.radio input:checked~span {
    background-color: var(--green-color);
}

.radio input:checked~span::before {
    transform: scale(1);
}

.parent-input {
    display: flex;
    flex-direction: column;
    margin-bottom: 28px;
}

.double-input {
    display: grid;
    align-items: start;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.ctn-input {
    display: flex;
    flex-direction: column;
    position: relative;
    row-gap: 8px;
}

.ctn-input .input {
    font-family: 'Lato';
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0;
    outline: none;
    border: none;
    border-bottom: 1px solid var(--border-color);
    color: var(--color-label);
    padding: 5px 0;
}

.ctn-input.ctn-input-icon input{
    padding-right: 24px;
}

.ctn-input.ctn-input-icon i,
.ctn-input.ctn-input-icon svg{
    position: absolute; 
    bottom: 10px;
    right: 5px;
    color: var(--color-label);
    cursor: pointer;
}

.ctn-input .input::placeholder {
    color: var(--color-text);
}

.ctn-input::after {
    background-color: var(--green-color);
    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    transition: width .5s linear;
    width: 0%;
}

.ctn-input.focus::after {
    width: 100%;
}

.ctn-input .inp-label {
    color: var(--color-label);
    font-weight: 600;
}

.ctn-input textarea {
    resize: none;
}

.invalid-feedback {
    color: var(--color-error);
    margin-top: 4px;
}

.ctn-button {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.btn-whatsapp {
    background: #2CD46B;
    position: fixed;
    color: var(--color-white);
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 35px;
    bottom: 15px;
    right: 15px;
    text-decoration: none;
    z-index: 9997;
    border: 3px solid var(--color-white);
    transition: all 0.3s ease-in-out;
    transform: translate(100%, 0px);
}

.btn-whatsapp:hover {
    color: var(--color-white);
    width: 65px;
    height: 65px;
    font-size: 40px;
}

.about .body {
    text-align: justify;
}

.text-center {
    margin-bottom: 80px;
}

.text-center h2 {
    margin-bottom: 15px;
}

.text-center p {
    transition: opacity 0.3s ease-in-out;
}

.blind-text {
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.see-more {
    text-decoration: underline var(--green-color);
    color: var(--green-color);
    cursor: pointer;
}

.section-wh-img {
    display: grid;
    grid-template-columns: [first] auto [second] 1fr [end];
    align-items: center;
    gap: 40px;
    margin-bottom: 80px;
}

.section-wh-img.section-wh-img-rev {
    grid-template-columns: [first] 1fr [second] auto [end];
}

.section-wh-img .section-text {
    grid-column-start: second;
    grid-column-end: end;
    text-align: justify;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.section-wh-img .section-text .title {
    text-align: left;
    margin: 0;
}

.section-wh-img .section-text.section-text-rev {
    grid-column-start: first;
    grid-column-end: second;
}

.section-wh-img .section-img {
    grid-column-start: first;
    grid-column-end: second;
    width: 100%;
    height: 100%;
    max-width: 574px;
    max-height: 574px;
    overflow: hidden;
    border-radius: 2px;
}

.section-wh-img .section-img.section-img-rev {
    grid-column-start: second;
    grid-column-end: end;
}

.section-img img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.values {
    margin-top: 80px;
    display: grid;
    grid-template-columns: [first] 1fr [second] 1fr [end];
    grid-template-rows: [first] auto [second] auto [end];
    text-align: left;
    column-gap: 40px;
    align-items: center;
}

.values .list-values {
    list-style: none;
    padding: 0;
    grid-column-start: first;
    grid-column-end: second;
    grid-row-start: second;
    grid-row-end: end;
}

.list-values .value-item {
    display: flex;
    gap: 8px;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    border-top: 1px solid var(--border-color);
    padding: 20px 0;
}

.values .title {
    text-align: left;
    grid-column-start: first;
    grid-column-end: second;
    grid-row-start: first;
    grid-row-end: second;
}

.values ul:last-child {
    border-bottom: 1px solid var(--border-color);
}

.value-item .value-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.value-head button {
    border-radius: 50%;
    background: transparent;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    max-width: 24px;
    max-height: 24px;
    min-width: 24px;
    min-height: 24px;
    border: 1px solid var(--border-color);
    color: var(--color-label);
}

.value-item .btn-card-value {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

.btn-card-value i {
    transition: transform 0.3s ease;
}

.btn-card-value.open i {
    transform: rotate(45deg);
}

.value-item .card-value-text.open {
    max-height: 1000px;
    transition: max-height 0.6s ease-in-out;
}

.values .values-img {
    max-height: 500px;
    overflow: hidden;
    border-radius: 18px;
    grid-column-start: second;
    grid-column-end: end;
    grid-row-start: first;
    grid-row-end: end;
}

.values .values-img img {
    object-fit: cover;
    object-position: bottom;
    height: 100%;
    width: 100%;
}

.goals {
    background: url('../img/about-goals.webp');
    background-size: cover;
    background-position: center;
    position: relative;
}

.goals .goal-overflow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
}

.goals .goal-content {
    position: relative;
    z-index: 1;
    padding: 40px 7.32%;
    color: var(--color-label);
}

.goal-content ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.goal-content ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    text-align: justify;
    gap: 10px;
    opacity: 0;
    transform: translateX(-100%);
}

.goal-content ul li svg {
    color: var(--green-color);
}

.goal-content .title {
    margin-bottom: 40px;
}

.goal-content ul li i {
    font-size: 22px;
    color: var(--green-color);
}

.instagram-preview {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    pointer-events: none;
    z-index: -9999;
    transition: opacity .3s ease-in-out;
}

.instagram-preview.open {
    opacity: 1;
    pointer-events: all;
    z-index: 9999;
    transition: opacity .2s ease-in-out;
}

.instagram-preview .ctn-img-preview {
    width: 100%;
    height: 100%;
    max-width: 460px;
    max-height: 460px;
    position: relative;
}

.instagram-preview .ctn-img-preview .img-preview {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.instagram-preview .ctn-img-preview button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    background: transparent;
    color: var(--color-white);
    font-size: 30px;
    position: absolute;
    bottom: 100%;
    left: 100%;
    height: auto;
    width: auto;
    max-height: 30px;
    padding: 0;
    cursor: pointer;
}

.footer {
    background-color: #2C2828;
    color: var(--color-white);
    max-width: inherit;
    z-index: 1;
}

.footer .info {
    padding: 20px 40px;
    display: grid;
    grid-template-columns: auto 1fr 1fr;
    gap: 30px;
}

.footer .footer-title {
    color: var(--color-white);
}

.footer .info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .info ul.contact-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: var(--color-white);
}

.footer .info .contact-info li {
    display: grid;
    grid-template-columns: minmax(15px, auto) 1fr;
    align-items: center;
    column-gap: 8px;
    color: var(--color-white);
}

.footer .rights {
    color: var(--color-white);
    width: 100%;
    text-align: center;
    font-weight: 500;
    margin: 10px 0 0 0;
    height: auto;
    padding: 10px 0;
    background: var(--bg-gray);
}

.social-media .body {
    margin-bottom: 4px;
}

.social-media ul {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
}

.social-media ul li a {
    font-size: 25px;
    color: var(--color-white) !important;
}

.social-media ul li a,
.social-media ul li a svg {
    transition: all .3s ease-in-out;
}

.social-media ul li a:hover {
    opacity: 0.8;
}

.social-media ul li a:hover svg {
    transform: scale(1.1);
}

/*-----FREQUENT_QUESTIONS-----*/

.questions {
    padding: 40px 7.32%;
}

.questions .question-item {
    border-top: 1px solid var(--border-color);
    padding: 20px 10px;
    position: relative;
    transition: all .3s ease-out;
}

.questions .question-item:not(.open) {
    cursor: pointer;
}

.question-item svg {
    font-size: 25px;
}

.question-item::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 143, 57, .9);
    max-height: 0;
    transition: all .3s ease-in-out;
    opacity: 0;
    bottom: 0;
    left: 0;
}

.question-item:hover {
    transform: scale(1.005);
}

.question-item.open:hover {
    transform: none;
}

.question-item:hover::before {
    max-height: 100%;
    opacity: 1;
}

.question-item .title2,
.question-item svg {
    transition: color .5s ease-in-out;
    margin: 0;
}

.question-item:hover svg,
.question-item:hover .title2 {
    color: var(--color-white);
}

.question-item.open:hover svg,
.question-item.open:hover .title2 {
    color: revert;
}

.question-item.open::before {
    display: none;
}

.question-item .question-header {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.question-item.open .question-header {
    margin-bottom: 16px;
}

.questions:last-child {
    border-bottom: 1px solid var(--border-color);
}

.question-item .answer {
    overflow: hidden;
}

.question-item.open .answer {
    position: relative;
    z-index: 2;
}

/*-----FREQUENT_QUESTIONS-----*/

@media screen and (max-width: 1366px) {

    .cart .products {
        width: 40%;
    }

}

@media screen and (max-width: 1280px) {
    .display {
        font-family: 'Lato';
        font-size: 2rem;
        font-weight: 600;
        letter-spacing: 0.1875rem;
    }

    .title {
        font-family: 'Lato';
        font-size: 1.2rem;
        font-weight: 600;
        letter-spacing: 0;
    }

    .subtitle {
        font-family: 'Lato';
        font-size: 1.1rem;
        font-weight: 500;
        letter-spacing: 0;
    }

    .title2 {
        font-family: 'Lato';
        font-size: 1.1rem;
        font-weight: 500;
        letter-spacing: 0;
    }

    .body {
        font-family: 'Lato';
        font-size: 1rem;
        font-weight: 500;
        letter-spacing: 0;
    }

    .body-m {
        font-family: 'Lato';
        font-size: 0.9rem;
        font-weight: 500;
        letter-spacing: 0;
    }

    .caption {
        font-family: 'Lato';
        font-size: 0.8rem;
        font-weight: 500;
        letter-spacing: 0;
    }

    .caption-b {
        font-family: 'Lato';
        font-size: 0.8rem;
        font-weight: 600;
        letter-spacing: 0;
    }

    .button {
        font-family: 'Lato';
        font-size: 1rem;
        font-weight: 600;
        letter-spacing: 0;
    }

}

@media screen and (max-width: 1080px) {

    .ctn-img-slogan {
        height: 80px;
        width: 80px;
    }

    .wrapper {
        position: relative;
        height: fit-content;
        overflow: visible;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        padding: 80px 5% 40px 5%;
    }

    .wrapper .wrapper-content {
        margin-bottom: 32px;
    }

    .wrapper .wrapper-content,
    .wrapper .card-brand {
        position: static;
        transform: none;
    }

    .wrapper .card-brand {
        width: 100%;
        margin-bottom: 20px;
        padding: 40px 8%;
        max-height: revert;
    }

    .card-brand figure {
        height: revert;
        max-width: 250px;
    }

    .card-brand img {
        height: revert;
        width: 100%;
    }

    .wrapper article.card-brand:last-child {
        margin-bottom: 0;
    }

    .cart .products {
        width: 50%;
    }

    .contact-form .form-title {
        top: 50px;
        left: 40px;
    }

    .footer .info {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 768px) {

    .footer .rights {
        padding: 10px 0.5%;
    }

    .btn-whatsapp {
        bottom: 44px;
    }

    .slogan span {
        display: none;
    }

    .cart .products {
        width: 80%;
    }

    .values {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .content {
        padding: 40px 5%;
    }

    .section-wh-img {
        display: flex;
        flex-direction: column;
    }

    .section-wh-img.section-wh-img-rev {
        flex-direction: column-reverse;
    }

    .section-wh-img .section-img {
        max-width: 100%;
        max-height: 400px;
    }

    .instagram-preview .ctn-img-preview {
        max-width: 270px;
        max-height: 270px;
    }

    .question-item .question-header {
        align-items: start;
        gap: 4px;
    }
}

@media screen and (max-width: 600px) {
    .slogan span {
        font-size: 20px;
    }

    .header h1 {
        max-width: 90%;
    }

    .my-navbar {
        right: 5%;
    }

    .slogan {
        left: 5%;
    }

    .cart .products {
        width: 100%;
    }

    .wrapper .wrapper-content {
        width: 100%;
    }

    .contact-form .form-title {
        top: 0;
        left: 50%;
        right: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        max-width: 90%;
    }

    .ctn-form form {
        padding: 70px 8% 40px 8%;
    }

    .contact-form .ctn-form {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ctn-form-img {
        display: none !important;
    }

    .footer .info {
        grid-template-columns: 1fr;
        padding: 28px 5%;
    }

    .info .contact-info,
    .info .map,
    .info .social-media {
        overflow: hidden;
    }
}

/*---Payments-card---*/

.ctn-payment {
    overflow-x: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ctn-payment .ctn-button button {
    width: 100%;
}

.payment-card {
    display: grid;
    grid-template-columns: [first] 1fr [second] 1fr [end];
    max-width: 1920px;
    width: 80%;
    box-shadow: 1px 1px 22px rgba(0, 0, 0, 0.2);
    gap: 3.5%;
}

.payment-card .info-payment {
    grid-column-start: first;
    grid-column-end: second;
    padding: 40px 0 40px 40px;
}

.payment-card .form-card {
    grid-column-start: second;
    grid-column-end: end;
    padding: 40px 40px 40px 0;
    display: flex;
    align-items: center;
}


.form-card form {
    width: 100%;
}

.list-products {
    margin: 40px 0;
    padding: 0 12px 0 0;
    height: 70%;
    overflow-y: scroll;
    max-height: 400px;
}

.bill-payment .total {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-item {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 5px 0;
    border-top: 1px solid var(--border-color);
}

.product-item .caption {
    align-self: end;
}

.product-item figure {
    width: 64px;
    height: 64px;
    min-width: 64px;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-item figure img {
    object-fit: cover;
    height: 100%;
}

/*---Payments-card---*/