
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Poppins:wght@400;500;600;700&display=swap');

:root{
    --font-size-huge-sans: clamp(48px, 120/2000 * 100vw, 120px);
    --font-size-h1-sans: clamp(50px, 70/2000 * 100vw, 70px);
    --font-size-h2-sans: clamp(40px, 55/2000 * 100vw, 48px);
    --font-size-h3-sans: clamp(26px, 40/2000 * 100vw, 40px);
    --font-size-h4-sans: clamp(20px, 24/1400 * 100vw, 24px);
    --font-size-h5-sans: clamp(20px, 24/1400 * 100vw, 24px);
    --font-size-h6-sans: clamp(20px, 24/1400 * 100vw, 24px);
}

body{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.3;
    line-height: 1.2;
  font-style: normal;
}

h1, h2, h3, h4, h5{
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
h1{
font-size: var(--font-size-h1-sans);
}
h2{
font-size: var(--font-size-h2-sans);
}
h3{
font-size: var(--font-size-h3-sans);
}
h4{
font-size: var(--font-size-h4-sans);
}
h5{
font-size: var(--font-size-h5-sans);
}
.header_contacto h2 {
    color: #fff;
}
.woocommerce h3{
    color: #222;
    font-family: 'Poppins';
    font-size: clamp(20px, 34/2000 * 100vw, 34px);
    font-weight: 500;
}

.logo_menu a {
    /* display: none !important; */
    font-size: 0px;
}
.logo_menu img{
    max-width: 200px;
}
.site-header{
margin-bottom: none;
}
.woocommerce-active .site-header .main-navigation {
    width: 100%;
    margin-right: 0;
}
.main-navigation ul.menu,
.main-navigation ul.nav-menu{
    justify-content: center;
    display: flex;
    align-items: center;
}
.woocommerce-active .site-header .site-header-cart{
    position: absolute;
    right: 2rem;
    /* width: auto; */
}
.site-header-cart .cart-contents {
    padding: 0;
}

.main-navigation ul.menu, .main-navigation ul.nav-menu{
    display: flex;
}
ul#site-header-cart li {
    list-style: none;
}
.site-header-cart .cart-contents::after{
    height: 2em;
}
.site-header-cart .cart-contents {
    padding: 0;
    display: flex;
    flex-flow: column-reverse;
    text-align: right;
    color: #fff;
}
.site-header-cart .cart-contents .amount {
    margin-right: 0;
}


.swiper-content h1 {
    font-size: clamp(40px, 55/2000 * 100vw, 55px);
    color: #fff;
}

.swiper-content {
    max-width: 1024px;
    margin: 0 auto;
}


header#masthead {
    margin-bottom: 0;
    padding-top: 0;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #e93535;
}

.col-full {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    box-sizing: content-box;
}

[page="nosotros"] .storefront-breadcrumb {
    display: none;
}


.swiper {
    width: 100%;
    height: 100%;
    height: 520px;
    overflow: hidden;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a {
    padding: 1.618em 1.5em;
}

  .c-top_info {
    display: flex;
    justify-content: space-between;
    padding: 6px 2rem;
    background: #000;
}

.c-top_info .comun-block {
    display: flex;
    gap: 30px;
}

.c_top-info-text {
    display: flex;
    align-items: center;
}

.c_top-info-text p {
    margin: 0;
    margin-left: 8px;
    color: #B0936C;
    font-size: 14px;
}

.c_top-info-text i svg {
    width: 21px;
    stroke: #fff;
}



.swiper-content {
    position: absolute;
    z-index: 9;
    top: 40%;
}

.slider_hero {
    position: relative;
}

.swiper-slide figure {
    position: relative;
    height: 100%;
}

.swiper-slide figure:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
    background-color: rgb(0 0 0 / 45%);
    background-image: linear-gradient(45deg, rgba(5, 7, 15, 0.1), rgba(5, 7, 15, 0));
}


.swiper-content {
    /* position: relative; */
}

.swiper-content h2 {
    font-size: clamp(23px,16.84507px + 1.8309859155vw,48px);
    margin-bottom: 12px;
    color: #fff;
}

.swiper-content p {
    color: #fff;
}


.storefront-primary-navigation {
    background: #040001 url(../../assets/images/bg_header.jpg) no-repeat center center;
    background-size: cover;
    padding: 24px 0;
}

.main-navigation ul.menu>li>a,
 .main-navigation ul.nav-menu>li>a{
    color: #fff;
}
.site-header ul.menu li.current-menu-item > a {
    color: #fff;
}
.main-navigation  li a:focus {
    outline: none;
}
a.btn_1 {
    display: inline-block;
    background: #18171d;
    padding: 12px 26px;
    border: 1px solid #B0936C;
    color: rgb(255 255 255 / 74%);
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 2px;
    transition: all .3s ease;
    position: relative;
}


a.btn_1:hover {
    color: #fff;
    transition: all .3s ease;
}

nav li:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgb(255 255 255 / 35%);
    transform: scale(0, 1);
    transform-origin: 100% 50%;
    will-change: transform;
    transition: transform .45s cubic-bezier(0.215, 0.61, 0.355, 1);
}

nav li:hover:before {
    transform: scale(1);
    transform-origin: 0 50%;
}
.main-navigation ul li {
    padding: 0 1em !important;
}
.logo_menu:before {
    content: none;
}

.btn_1-center{
    margin: 0 auto;
    display: table !important;
}


.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1rem;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    background: rgb(255 255 255 / 15%);
    border: none;
    color: #fff;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    background: rgb(255 255 255 / 15%);
    border: none;
    color: #fff;
}




section#c-intro {
    padding: 60px 0 90px;
}

.c-intro-header {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    /* overflow: hidden; */
}

.c-intro-header.c-header {}

.c-intro-header img {
    margin: 0 auto;
}

h2.c-title {
    color: #111;
    margin: 16px 0px 8px;
    position: relative;
    display: inline-block;
}



h2.c-title:before {
    content: "";
    position: absolute;
    top: calc(50% + 1px);
    left: -18%;
    width: 15%;
    height: 1px;
    background: #B0936C;
    z-index: 0;
}

h2.c-title:after {
    content: "";
    position: absolute;
    top: calc(50% + 1px);
    right: -18%;
    width: 15%;
    height: 1px;
    background: #B0936C;
    z-index: 0;
}

p.sub-title {
    color: #B0936C;
    font-family: 'Lora';
    font-size: 24px;
    font-size: var(--font-size-h4-sans);
}

.c-intro-header .parrafo {
    margin-bottom: 32px;
}


section#c-productos {
    background: #FBF4EE;
    padding: 90px 0;
    margin-bottom: 0;
}

#c-single_productos{
    background: #fff;
    padding: 90px 0;
    margin-bottom: 0;
}
ul.products::before, ul.products::after {
    content: none;
}

ul.products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.c-productos-list {
    padding: 60px 0 45px;
}

ul.products li.product img {
    border-radius: 50%;
    border: 1px solid #B0936C;
}

li.product h2 {
    color: #181212;
    font-size: var(--font-size-h4-sans);
}

section#c-productos h2.c-title {
    margin: 16px 0px 18px;
}

.site-main ul.products.columns-3 li.product {
    width: 100%;
}

.c-destacados-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.c-destacados-list .comun {
    background: #fff;
    padding: 25px;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .05);
    position: relative;
}

.comun-content img {
    margin: 0 auto;
    margin-bottom: 18px;
}

section#c-destacados {
    position: relative;
    margin-bottom: 90px;

}

section#c-destacados:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #fbf4ef;
    z-index: 0;
}

section#c-packs {
    padding-bottom: 90px;
}

section#c-packs ul.products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    justify-content: space-between;
    display: flex;
}

section#c-packs h2.c-title {
    margin: 16px 0px 18px;
}

section#c-platos {
    background: #FBF4EE;
    padding: 90px 0;
    margin-bottom: 0;
}

section#c-platos h2.c-title {
    margin: 16px 0px 18px;
}


.c-platos-list ul {
    margin: 0;
    display: flex;
    flex-flow: wrap;
    gap: 15px;
}

.c-platos-list ul li {
    list-style: none;
    flex: 1 1 auto;
}

.c-platos-list ul li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-platos-list {
    padding-top: 24px;
}

section#c-contacto {
    padding: 60px 0 0;
    background: #18171d;
    margin-bottom: 0;
}
.header_contacto h3 {
    color: #fff;
    text-align: center;
}

.c-contacto-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    padding-bottom: 60px;
    max-width: 1024px;
    margin: 0 auto;
}
.c-contacto-list .comun {
    background:rgb(255 255 255 / 1%);
    padding: 38px 25px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .05);
    position: relative;
}
.c-contacto-list .comun-content img {
    margin: 0 auto;
    margin-bottom: 18px;
}

.c-contacto-list .comun-content svg {
    margin-bottom: 14px;
    width: 32px;
    height: 32px;
}

.c-contacto-list .comun-content p {
    color: #fff;
    margin: 0;
    font-size: 18px;
}

.c-contacto-list .comun-content {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}


.social {
    background: #750007;
}

.social ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 35px 0;
}

.social ul li {
    list-style: none;
}


.site-footer {
    background-color: #f0f0f0;
    color: #6d6d6d;
    background: #040001 url(../../assets/images/bg_footer.jpg) no-repeat center center;
    background-size: contain;
    padding: 90px 0 90px;
}


.c-footer-inner {
    text-align: center;
}

.c-footer-inner img {
    margin: 0 auto;
}

.menu_legal ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 25px;
}

.menu_legal ul li {
    list-style: none;
}

.menu_legal ul li a {
    color: #fff !important;
    text-decoration: none;
}

hr.w-line {
    border: none;
    background: rgb(255 255 255 / 30%);
    height: 1px;
}

.c-footer-inner p {
    font-size: 12px;
    color: #fff;
    margin-top: 14px;
}

.menu_legal {
    padding-top: 24px;
}



.hero-nosotros figure {
    position: relative;
    height: 100%;
}

.hero-nosotros figure:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
    background-color: rgb(0 0 0 / 45%);
    background-image: linear-gradient(45deg, rgba(5, 7, 15, 0.1), rgba(5, 7, 15, 0));
}

.hero-nosotros figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.storefront-breadcrumb {
    display: none;
}

.hero-nosotros-content {
    position: absolute;
    z-index: 9;
    bottom: 10%;
}

.hero-nosotros-content h2 {
    font-size: clamp(23px,16.84507px + 1.8309859155vw,48px);
    margin-bottom: 12px;
    color: #fff;
}

.hero-nosotros-content p {
    color: #fff;
}

.hero-nosotros {
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;
    background: #000;
}

#historia{
    background: #FBF4EE;
}
#experiencia{
    background: #FBF4EE;
    padding: 60px 0 0;
    margin-bottom: 0;
}
.n-section{
    padding: 60px 0;
}

.historia-inner {
    display: flex;
    flex-flow: wrap;
}

.historia-text {
    flex: 1;
    padding: 0 45px;
}
.experiencia-inner {
    display: flex;
    padding: 60px 0;
}
.experiencia-text {
    margin: 4em 0 2rem;
}

.filosofia-text p {
    margin: 0;
    font-family: 'Lora';
    font-size: 28px;
    color: #B0936C;
    font-style: italic;
}

section#filosofia {
    padding: 35px 0;
}

div#secondary {
    display: none;
}

.right-sidebar .content-area {
    width: 100%;
    float: none;
    margin-right: 0;
}
.site-main {
    margin-bottom: 2.617924em;
    max-width: 1170px;
    margin: 0 auto;
    padding: 60px 0;
}


section#c-productos_relacionados {
    padding-top: 45px;
    text-align: center;
}

section.related.products h2 {
    color: #111;
    margin-bottom: 42px;
    display: block;
    font-weight: 500;
    font-size: 28px;
}

img.local {
    max-width: 100%;
    width: 100%;
}

section.related.products h2 {
    visibility: hidden;
}
.c-productos_relacionados {
    padding-bottom: 0 !important;
}
.woocommerce-tabs .panel {
    width: 64.7058823529%;
    float: right;
    margin-right: 0;
    margin-top: 0;
    text-align: left;
}
.woocommerce-tabs .panel h2:first-of-type {
    font-size: 1.618em;
    margin-bottom: 1em;
    color: #b0936d;
}


.page-template-page-contacto section#c-contacto {
    background: #FBF4EE;
}
.page-template-page-contacto .c-contacto-list .comun {
    background: #ffffff;
}
.page-template-page-contacto .c-contacto-list .comun-content p {
    color: #484848;
}

.page-template-page-contacto .header_contacto h3 {
    color: #fff;
    padding-bottom: 0;
}


.page-template-page-contacto .hero-nosotros figure {
    position: relative;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}



.entradas_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.entradas_list article {
    box-shadow: 1px 6px 12px rgb(17 17 17 / 5%);
    border-radius: 6px;
    margin-bottom: 12px;
}
.entradas_list h1.entry-title {
    font-size: clamp(21px, 70/2000 * 100vw, 24px);
    margin: 0;
    padding: 30px;
    padding-top: 0;
}
.site-main nav.navigation .nav-previous a, .site-main nav.navigation .nav-next a {
    display: inline-block;
    color: #b07a2d;
}

.hero-contacto-form {
    position: relative;
    z-index: 9;
    padding: 60px 0;
    width: 100%;
}

.contact-form {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
}

.contact-form h2 {
    text-align: center;
    margin-bottom: 20px;
}

.contact-form p {
    margin-bottom: 20px;
}

.contact-form label {
    display: block;
    margin-bottom: 5px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.contact-form input[type="submit"] {
    width: 100%;
    padding: 10px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.contact-form input[type="submit"]:hover {
    background-color: #005f8d;
}


input.wpcf7-form-control.wpcf7-submit {
    display: inline-block;
    background: #18171d;
    padding: 12px 26px;
    border: 1px solid #B0936C;
    color: rgb(255 255 255 / 74%);
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 2px;
    transition: all .3s ease;
    position: relative;
}
.contact-form input[type="submit"]:hover {
    background-color: #b0936d;
}
textarea#your-message {
    background: rgb(242 242 242);
}

.hero-contacto-form p {
    color: #fff;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 12px;
}

h1.entry-title {
    color: #333333;
    font-size: clamp(32px, 70/2000 * 100vw, 48px);
}


.order-total span.woocommerce-Price-amount.amount bdi {
    font-size: 21px;
    color: #111;
}
.hentry .entry-content a {
    text-decoration: none;
    color: #18171d;
}

#payment .place-order .button {
    font-size: 1.21575em;
    width: 100%;
    white-space: pre-wrap;
}

table:not( .has-background ) th {
    background-color: #fff;
}

table.shop_table.woocommerce-checkout-review-order-table td {
    background: #fff;
}

table th {
    font-weight: 600;
    color: #111;
}

td.product-name {
    color: #111;
}
td.product-name span {
    font-size: 14px;
}

.woocommerce-message {
    max-width: 1170px;
    margin: 12px auto;
}

@media (max-width: 960px) {
    .logo_menu img {
        max-width: 100px;
    }
    .entradas_list {
     
        grid-template-columns: repeat(2, 1fr);
    
    }
}



.site-main ul.products.columns-4 li.product {
    width: 100%;
    margin-right: 3.8%;
}

@media (max-width: 768px) {
    .entradas_list {
     
        grid-template-columns: repeat(1, 1fr);
    
    }
    .c-top_info {
        flex-flow: column;
        align-items: center;
        padding: 6px 0rem;
    }
    .woocommerce-active .site-header .site-header-cart {
        position: relative;
        right: 2rem;
    }
    .storefront-primary-navigation .col-full {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .woocommerce-active .site-header .main-navigation {
        width: 50%;
        margin-right: 0;
        display: flex;
        position: relative;
        justify-content: flex-start;
    }
    .woocommerce-active .site-header .site-header-cart {
        position: relative;
    right: 0;
    width: 50%;
    }
    header#masthead {
        padding-bottom: 0;
    }
    ul.products {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .c-destacados-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .c-contacto-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .menu_legal ul{
        flex-flow: column;
    }
    .site-footer {
        background-size: cover;
    }
    .handheld-navigation {
        position: absolute;
        left: 0;
        background: #050505;
        top: 42px;
        width: 100%;
    }
    .handheld-navigation ul {
        display: flex;
        flex-flow: column;
    }
    .handheld-navigation ul.menu li {
        position: relative;
        width: 100%;
    }
    .site-header ul.menu li.current-menu-item > a {
        color: #fff;
    }
    .site-main {
        padding: 60px 15px;
    }
}


.blog .hentry .wp-post-image{
    height: 240px;
}
 .hentry .wp-post-image {
    margin-bottom: 1.618em;
    margin-left: auto;
    margin-right: auto;
    border-radius: 6px;
    padding: 0;
    box-shadow: none;
    background-color: #ffffff;
  
    object-fit: cover;
    width: 100%;
    border: none;
}

.blog .site-main {
    padding: 90px 0;
}

.hentry .entry-header {
    border-bottom: none 
}


[role=button], [type=button], [type=file]::file-selector-button, [type=reset], [type=submit], button {
    --pico-background-color: none;
    --pico-border-color: none;
}