/*
Theme Name: Cucina Pantheon Theme
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
:root {
    --primary: #004f00;
    --primary-2: #67cf67;
    --primary-3: #4f2300;
    --primary-4: #4f3600;

    --gray-900: #111111;
    --gray-700: #232323;
    --gray-500: #444444;
    --gray-400: #7e7e7e;
    --gray-300: #e2e2e2;
    --gray-100: #ebebeb;

    --bgdark: #0e1b0e;
    --bgdark-2: #082708;
    /* --bgdark-3 : #081608; */

    --border-radius: 15px;

    --h1-size-movil: 24px;
    --h1-size-tablet-vert: 30px;
    --h1-size-tablet: 40px;
    --h1-size-laptop: 50px;

    --h2-size-movil: 24px;
    --h2-size-tablet-vert: 30px;
    --h2-size-tablet: 40px;
    --h2-size-laptop: 44px;

    --swiper-theme-color: #ff8b00;
    --swiper-navigation-size: 44px;
    --swiper-navigation-top-offset: 50%;
    --swiper-navigation-sides-offset: 10px;
    --swiper-navigation-color: #ff8b00;
}

.bg-gray-100 {
    background-color: var(--gray-100);
}
.bg-gray-300 {
    background-color: var(--gray-300);
}
.bg-dark {
    background-color: var(--bgdark);
}
.bg-dark-2 {
    background-color: var(--bgdark-2);
}
.bg-primary {
    background-color: var(--primary);
}
/* SECTION-CONTENT*/
/* Márgenes para las secciones */
.section-content {
    padding-top: 15px !important; /* Móviles */
    padding-bottom: 15px !important; /* Móviles */
}
.section_gris {
    background-color: var(--gray-300);
}

@media (min-width: 768px) {
    .section-content {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}

@media (min-width: 1024px) {
    .section-content {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }
}

@media (min-width: 1440px) {
    .section-content {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
}

/* Tabs elementor*/
.elementor-widget-n-tabs .e-n-tab-title {
    border: none !important;
    border-bottom: 4px solid var(--gray-300) !important;
    border-radius: 0 !important;
}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected="true"] {
    border-bottom: 4px solid var(--primary) !important;
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected="true"] {
    color: var(--primary) !important;
    background-color: transparent !important;
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-title-text {
    font-weight: bold !important;
}
.elementor-widget-n-tabs .e-n-tab-title {
    gap: 8px !important;
}

.elementor
    .elementor-element.elementor-widget-n-tabs:not(:has(> .elementor-widget-container))
    > .e-n-tabs[data-touch-mode="false"]
    > .e-n-tabs-heading
    .e-n-tab-title[aria-selected="false"]:hover,
.elementor
    .elementor-element.elementor-widget-n-tabs
    > .elementor-widget-container
    > .e-n-tabs[data-touch-mode="false"]
    > .e-n-tabs-heading
    .e-n-tab-title[aria-selected="false"]:hover {
    border-bottom: 4px solid var(--gray-500) !important;
    background-color: transparent !important;
    color: var(--gray-700) !important;
}

.elementor-widget-n-tabs .e-n-tab-title-text {
    font-size: 14px !important;
}

/* Verse en la árte superior en moviles*/

@media (max-width: 767px) {
    .e-n-tabs-heading {
        display: flex !important;
        flex-direction: column !important; /* Apila verticalmente */
        gap: 10px; /* Espacio entre botones, ajustable */
        margin-bottom: 15px; /* Espacio con el contenido de abajo */
    }

    .e-n-tab-title {
        width: 100% !important; /* Ocupa todo el ancho disponible */
        text-align: center;
        padding: 10px;
        border: 1px solid #ccc; /* Opcional: para que se distingan */
        border-radius: 5px; /* Opcional: esquinas redondeadas */
        background-color: #f9f9f9; /* Opcional: color de fondo */
    }

    .e-n-tab-title[aria-selected="true"] {
        background-color: #e0e0e0; /* Opcional: color activo */
        font-weight: bold;
    }
}

/**/

/* .item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 6px;
    border-top: 1px dashed #f0f0f0;
}
.item:first-of-type {
    border-top: 0;
    padding-top: 4px;
}
.item .left {
    max-width: 68%;
}
.item .title {
    font-weight: 700;
    font-size: 15px;
    margin: 0;
}
.item .meta {
    color: var(--gray-900);
    font-size: 13px;
    margin-top: 6px;
    line-height: 1.35;
}
.item .price {
    font-weight: 700;
    white-space: nowrap;
    color: var(--gray-900);
} */

.item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* background: #ddd; */
    /* padding: 15px 20px; */
    border-radius: 8px;
    margin-bottom: 15px;
}
.item-bajo {
    align-items: flex-end;
}
.left {
    display: flex;
    align-items: self-start;
    gap: 15px;
}
.left a {
    width: 85px;
    min-width: 85px;
}

.left img.thumb,
.left img.size-thumbnail {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid var(--bgdark);
    flex-shrink: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.left img.thumb:hover,
.left img.size-thumbnail:hover {
    transform: scale(1.08); /* zoom suave */
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25); /* sombra elegante */
    border-color: var(--accent, #c0392b); /* cambia el borde, usa tu color de acento */
}

.text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
/* NOmbre del plato*/
.title {
    font-weight: bold;
    margin: 0;    
    font-family: 'Cinzel', serif;
    
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 5px !important;
}
/*descricion del  plato*/

.meta {
    font-size: 15px;
    line-height: 19px;
    color: var(--gray-700);
    
    margin-top: 6px;
    margin-bottom: 0;
}
.price {
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
    min-width: 35px;
    max-width: 80px;

    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
}



/* Drinks menu*/
.products {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.itemprod {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 20px;
    border: 2px solid #004f00;
    border-radius: 10px;
    background-color: var(--bgdark-2);
    color: var(--gray-100);
}

.nameprod {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.nameprod h3 {
    margin: 0 !important;
    color: var(--gray-100);
    font-weight: normal;
    font-size: 17px;
}
.nameprod span {
    padding: 5px 8px;
    background-color: var(--gray-500);
    border-radius: 15px;
}
.nameprod-price {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.signature {
    font-size: 14px;
    color: var(--gray-600);
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;

}

/* Tablet vertical (min-width: 480px) */
@media (min-width: 480px) {
    .title,    
    .price,
    .nameprod h3,
    .nameprod-price {
        font-size: 18px;
        line-height: 22px;

        margin-bottom: 5px !important;
    }
    .meta {
        font-size: 16px;
        line-height: 20px;
    }
    
    .price {

        min-width: 35px;
        max-width: 80px;
    }
    .left a {
        width: 96px;
        min-width: 96px;
    }

    .left img.thumb,
    .left img.size-thumbnail {
        width: 96px;
        height: 96px;
    }
    
}

/* Tablet horizontal (min-width: 768px) */
@media (min-width: 768px) {
    .title,
    .price,
    .nameprod h3,
    .nameprod-price {
        font-size: 19px;
        line-height: 23px;

        margin-bottom: 10px !important;
    }
    .meta {
        font-size: 16px;
        line-height: 20px;
    }
    
    
}

/* Laptop/Desktop (min-width: 1024px) */
@media (min-width: 1024px) {
    .nameprod h3,
    .nameprod-price {
        font-size: 20px;
        line-height: 24px;

        margin-bottom: 10px !important;
    }
    .meta {
        font-size: 17px;
        line-height: 21px;
    }
    
}

/* Large screens (min-width: 1440px) */
@media (min-width: 1440px) {
    .nameprod h3,
    .nameprod-price {
        font-size: 22px;
        margin-bottom: 10px !important;
    }
    .meta {
        font-size: 18px;
        line-height: 22px;
    }
    
}


.descrip {
    font-size: 0.9rem;
    color: var(--gray-600);
}

.contact-section {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 400px;
    font-family: Arial, sans-serif;
    width: 100%;
    max-width: 100%;
}

.contact-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.contact-icon {
    flex-shrink: 0;
    color: #4a6741; /* verde elegante */
    line-height: 1;
    padding: 8px;
    background-color: var(--gray-300);
    border-radius: 5px;
}

.contact-details h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: bold;
    color: #2c2c2c;
}

.contact-details p,
.contact-details span,
.contact-details a {
    font-size: 0.95rem;
    color: #444;
    margin: 0.2rem 0!important;
    text-decoration: none;
}

.contact-details a:hover {
    color: #b94738; /* terracotta */
}

.contact-hours {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}


.contact-hours div {
    display: flex;
    /* justify-content: space-between; */
    flex-direction: column;
    font-size: 0.95rem;
    color: #444;
}
@media (min-width: 480px) {
    .contact-hours div {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        font-size: 0.95rem;
        color: #444;
    }
}


.site-branding {
    width: 150px;
}

.site-branding a {
    position: absolute;
    top: -10%; /* lo colocamos a la mitad de la barra */
    left: 50%; /* centrado horizontal */
    transform: translate(-50%, 10%); /* baja el logo para que sobresalga */
    z-index: 10; /* encima del menú */
}


.site-branding img {
    width: 120px; /* ajusta tamaño según diseño */
    height: auto;
}
@media (min-width: 768px) {
    .site-branding a {
        top: 15%;
    }
    .site-branding img {
        width: 150px; /* ajusta tamaño según diseño */
        height: auto;
    }
}
/* Contenedor general del slider */
.card_dishes__container--cards {
    width: 100%;
    padding: 2rem 0;
}

/* Cada tarjeta */
.card_dishes__card--swipper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
    transition: transform 0.3s ease;
}

.card_dishes__card--swipper:hover {
    transform: translateY(-5px);
}

/* Imagen redondeada */
.card_dishes__card--swipper img {
    /* width: 100%;
  height: auto;
  border-radius: 15px!important;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  margin-bottom: 1rem; */

    width: 100%;
    height: 100%;
    object-fit: cover; /* rellena sin deformar */
    border-radius: 15px !important; /* opcional */
    aspect-ratio: 4 / 3; /* fija proporción horizontal */
    display: block;
}
/* .card_dishes__card--swipper a{
    border-radius: 25px;
} */
/* Texto debajo con fondo transparente */
.card_dishes__text {
    background: rgba(255, 255, 255, 0); /* transparente */
    padding: 0.5rem 1rem;
}

.card_dishes__text h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0.5rem 0;
    color: var(--gray-400); /* verde elegante */
}

.card_dishes__text p {
    font-size: 0.9rem;
    color: var(--gray-400);
    margin: 0;
    line-height: 1.4;
}

/* Swiper arrows personalizadas */
.swiper-button-next,
.swiper-button-prev {
    /* color: #004225;  */
    color: var(--primary) !important; /* gris elegante */
    transition: color 0.3s ease;
    /* background-color: var(--gray-100)!important;  */
    /* border-radius: 3px!important; */
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: #c39a3f !important; /* dorado elegante */
}

.col-grid-border {
    border-radius: 12px;
    border: 1px solid #004f00;
    overflow: hidden !important;
}

.col-grid-border-left {
    border-radius: 20px 20px 0 0 !important;
    /* border: 1px solid #004F00; */
    overflow: hidden !important;
}
.col-grid-border-right {
    border-radius: 0 0 20px 20px !important;
    /* border: 1px solid #004F00; */
    overflow: hidden !important;
}
@media (min-width: 768px) {
    .col-grid-border-left{
        border-radius: 20px 0 0 20px!important;
    }
    .col-grid-border-right {
        border-radius: 0 20px 20px 0 !important;
    }
}
/* Contenedor del formulario */
.wpcf7 form {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;

    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); */
    font-family: "Helvetica Neue", Arial, sans-serif;
}

/* Etiquetas */
.wpcf7 form label {
    font-weight: 600;
    color: #004f00;
    display: block;
    margin-bottom: 6px;
    font-family: Cinzel, serif;
}

/* Inputs, select, textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 input[type="time"],
.wpcf7 input[type="number"],
.wpcf7 textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 18px;
    font-size: 15px;
    transition: border-color 0.3s, box-shadow 0.3s;
}

/* Foco en los campos */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border-color: #004f00;
    box-shadow: 0 0 6px rgba(0, 79, 0, 0.4);
    outline: none;
}

/* Botón de enviar */
.wpcf7 input[type="submit"] {
    background: #004f00;
    color: #fff;
    border: none;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
}

/* Hover del botón */
.wpcf7 input[type="submit"]:hover {
    background: #006600;
    transform: translateY(-2px);
}

/* Mensajes de validación */
.wpcf7 .wpcf7-not-valid-tip {
    color: #b70000;
    font-size: 13px;
    margin-top: -12px;
    margin-bottom: 12px;
}

/* Mensaje de éxito */
.wpcf7 form.sent .wpcf7-response-output {
    border: 2px solid #004f00;
    color: #004f00;
    padding: 12px;
    border-radius: 8px;
    background: #f0fff0;
}

/* Mensaje de error */
.wpcf7 form.invalid .wpcf7-response-output {
    border: 2px solid #b70000;
    color: #b70000;
    padding: 12px;
    border-radius: 8px;
    background: #fff0f0;
}
/* Elimina márgenes de los párrafos dentro del form */
.wpcf7 form p {
    margin: 0;
    padding: 0;
}

/* Añade solo un poco de espacio entre campos */
.wpcf7 form p + p {
    margin-top: 0px;
}

/* Gift Card Proce*/
.price {
    /* min-width: 35px; */
    max-width: 200px!important;
    text-align: left;
}
.button-cta a{
    background-color: var(--primary)!important;
    color: #fff;
    padding: 15px 20px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
}
.button-cta a:hover{
    background-color: var(--primary-4)!important;
    color: #fff;
}