/*
 Theme Name:   Eduardo Sanz
 Description:  Idento WooCommerce Framework Child Theme
 Author:       Idento
 Author URI:   https://idento.es
 Template:     storefront
 Version:      1.0.0
 Text Domain:  storefront
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;800&family=Oswald:wght@400;500;700&family=Roboto:wght@300;400;500;700;900&display=swap');

@font-face {
    font-family: "typewriter";
    src: url("fonts/typewriter-style.woff") format("woff");
    font-display: swap;
}

.cuadrado a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    color: white;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    line-height: 1.8em;
    scroll-behavior: smooth;
}


.site,
body {
    overflow-x: visible;
}

header .container * {
    line-height: 1em;
}

img {
    border-radius: 0;
}

hr {
    background-color: #fff;
}

em {
    font-style: italic;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    padding: 0 !important;
    /*overflow-x: hidden;*/
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    overflow-x: hidden;
}

.typewriter {
    font-family: "typewriter";
}

.no-scroll {
    position: fixed;
    max-width: 100%;
}

strong {
    font-weight: bolder;
    line-height: 1em;
}

.text-center {
    text-align: center;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-font-smoothing: antialiased;
}

i {
    font-style: italic;
}

.aviso a {
    color: white;
    text-decoration: underline;
    font-weight: 700;
}

.aviso a:hover {
    color: var(--light-color);
}

.widget.woocommerce.widget_product_search {
    margin: 0;
}

.bg-main {
    background: var(--main-color);
}

.bg-main a {
    color: white !important;
}

.color-main a {
    color: var(--main-color) !important;
}

a {
    text-decoration: none;
    color: var(--main-color);
    line-height: 1em;
}

a:hover {
    text-decoration: underline;
    color: var(--main-color-hover);
}

.cta {
    text-align: center;
    display: inline-block;
    font-size: 1.5rem;
    color: var(--accent-color);
}

.rowsinrow {
    margin-right: -15px;
    margin-left: -15px;
}

.cta-button,
.contacto-home input[type=submit],
.contacto-1 .gform_wrapper .gform_button,
a.add_to_cart_button.button,
a.storefront-sticky-add-to-cart__content-button.button.alt,
.wc-proceed-to-checkout a.checkout-button,
.widget.woocommerce.widget_shopping_cart a.button.checkout.wc-forward,
#payment .place-order button#place_order {
    background: var(--main-color);
    background-color: var(--main-color);
    color: white;
    font-size: 18px;
    padding: 15px 60px;
    text-align: center;
    border-radius: 0;
    display: inline-block;
    white-space: nowrap;
    font-weight: 700;
    transition: ease 0.3s;
    cursor: pointer;
    border: 2px solid var(--verde-oscuro);
    border-color: var(--verde-oscuro);
    text-transform: unset;
    text-shadow: 1.5px 1.5px 1px rgb(0 0 0 / 30%);
}

button.DesignedButton__button {
    background: var(--main-color) !important;
    background-color: var(--main-color) !important;
    color: white !important;
    font-size: 18px !important;
    padding: 15px 60px !important;
    text-align: center !important;
    border-radius: 0 !important;
    display: inline-block !important;
    white-space: nowrap !important;
    font-weight: 700 !important;
    transition: ease 0.3s !important;
    cursor: pointer !important;
    border: 2px solid var(--verde-oscuro) !important;
    border-color: var(--verde-oscuro) !important;
    text-transform: unset !important;
    text-shadow: 1.5px 1.5px 1px rgb(0 0 0 / 30%) !important;
}

.woof_submit_search_form_container button {
    background: var(--main-color);
    background-color: var(--main-color);
    color: white;
    text-align: center;
    border-radius: 0;
    display: inline-block;
    font-weight: 700;
    transition: ease 0.3s;
    cursor: pointer;
    border: 2px solid var(--verde-oscuro);
    border-color: var(--verde-oscuro);
    text-transform: unset;
    text-shadow: 1.5px 1.5px 1px rgb(0 0 0 / 30%);
}

.wc-proceed-to-checkout a.checkout-button {
    width: 100%;
}

button.single_add_to_cart_button.button.alt {
    background: var(--main-color);
    background-color: var(--main-color);
    color: white;
    box-shadow: inset 0 0 0 2px var(--verde-oscuro);
    border: 0;
    font-size: 16px;
    font-weight: 700;
    transition: ease 0.3s;
}

.boton {
    margin: 0 auto;
    display: flex;
    margin-bottom: 60px;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
    background-color: var(--main-color);
}

.cta-button:hover,
.contacto-home input[type=submit]:hover,
.cta-button:active,
.contacto-1 .gform_wrapper .gform_button:hover,
a.add_to_cart_button.button:hover,
a.storefront-sticky-add-to-cart__content-button.button.alt:hover,
.wc-proceed-to-checkout a.checkout-button:hover,
.widget.woocommerce.widget_shopping_cart a.button.checkout.wc-forward:hover,
#payment .place-order button#place_order:hover,
.woof_submit_search_form_container button:hover {
    background: var(--main-color-hover);
    color: white;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .2);
    text-decoration: none;
}

button.DesignedButton__button:hover {
    background: var(--main-color-hover) !important;
    color: white !important;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .2) !important;
    text-decoration: none !important;
}

.woof_submit_search_form_container button:hover {
    box-shadow: unset;
}

button.single_add_to_cart_button.button.alt:hover {
    box-shadow: inset 0 0 0 2px var(--verde-oscuro), 3px 3px 6px rgba(0, 0, 0, .2);
    background: var(--main-color-hover);
}

p+h2,
p+header h2,
p+h3,
p+h4,
ul+h2,
ul+header h2,
ul+h3,
ul+h4,
ol+h2,
ol+header h2,
ol+h3,
ol+h4,
table+h2,
table+header h2,
table+h3,
table+h4,
blockquote+h2,
blockquote+header h2,
blockquote+h3,
blockquote+h4,
form+h2,
form+header h2,
form+h3,
form+h4 {
    margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    color: var(--black-color);
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
}

h1,
.h1 {
    font-size: 3.2rem;
    line-height: 140%;
}

h2,
.h2 {
    font-size: 2.6rem;
    line-height: 140%;
}

h3,
.h3 {
    font-size: 1.7rem;
    margin-bottom: 0.5em;
    line-height: 140%;
}

h4,
.h4 {
    font-size: 1.2rem;
    margin-bottom: 0.5em;
    line-height: 140%;
}

h5,
.h5 {
    font-size: 1.1rem;
    margin-bottom: 0.5em;
    line-height: 140%;
}

h6,
.h6 {
    font-size: 1.1rem;
    margin-bottom: 0;
    line-height: 140%;
}

img {
    max-width: 100%;
}

/* main#main.site-main {
    padding: 0;
    margin: 0 -15px;
} */

blockquote {
    border-left: 5px solid var(--main-color);
    padding-left: 15px;
}

/* 
.ribon {
    position: relative;
    content: '';
    background: url(img/linea-ondulada.svg) no-repeat center;
    width: 191px;
    height: 20px;
    margin-bottom: 30px;
    margin-top: -15px;
} */

/* .ribon.pequeño {
    width: 100px;
    background-size: contain;
    margin-bottom: 15px;
} */



/* --- PALETA DE COLORES --- */

:root {
    --main-color: #77C43D;
    --main-color-hover: #0E5246;
    --accent-color: #E7F6E1;
    --accent-color-hover: #E7BDB2;
    --grey-color: #F4F4F4;
    --grey-color-transparent: #f4f4f4e0;
    --verde-oscuro: #A9C7A1;
    --morado: #b2a3bb;
    --azul: #B5D9DC;
    --verde: #ceedd6;
    --rojo: #d1a4a0;
    --marron: #c5b399;
    --amarillo: #ddd7a1;
    --negro: #373737;


}


a:focus,
button:focus,
.button.alt:focus,
input:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
    outline: 0;
    color: var(--main-color);
}

p {
    margin-bottom: 15px;
}

.centrar {
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-section,
h2.title.title_line.doble,
h1.title_product.title_line,
.woocommerce-Tabs-panel h2 {
    font-size: 3.2rem;
    text-transform: uppercase;
}

.page-id-1883 #content ul {
    padding: 15px !important;
}

/* ----------------------------TABS ----------------------------------*/
li.description_tab.active,
li.ficha-tecnica_tab.active {
    background: var(--grey-color);
}

li.description_tab.active a,
li.ficha-tecnica_tab.active a,
li#tab-title-reviews.active a {
    font-weight: bolder;
}

li.description_tab,
li.ficha-tecnica_tab,
li#tab-title-reviews {
    padding: 0 15px;
}

li.description_tab a,
li.ficha-tecnica_tab a {
    color: grey;
}

.woocommerce-Tabs-panel {
    padding-left: 30px;
    border-left: 2px solid lightgrey;
}

/* ------------------------------- WC-STYLE ------------------------------------- */
.site-header-cart {
    position: relative
}

.site-header-cart .cart-contents {
    display: block;
    position: relative;
    background-color: transparent;
    height: auto;
    width: auto;
    text-indent: 0
}

.site-header-cart .cart-contents .amount {
    margin-right: .327em
}

.site-header-cart .cart-contents .count {
    font-weight: 400;
    opacity: .5;
    font-size: .875em
}

.site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: max-content;
    z-index: 999999;
    font-size: .875em;
    left: -999em;
    display: block
}

.site-header-cart .widget_shopping_cart.sub-menu--is-touch-device {
    display: none;
    left: 0
}

.site-header-cart .widget_shopping_cart h2.widgettitle {
    display: none
}

.site-header-cart .widget_shopping_cart .product_list_widget li a.remove {
    position: relative;
    float: left;
    top: auto
}

.site-header-cart .widget_shopping_cart .product_list_widget li a.remove::before {
    text-align: left
}

.site-header-cart.focus .widget_shopping_cart,
.site-header-cart:hover .widget_shopping_cart {
    right: -8px;
    left: unset;
    padding: 15px;
}

.site-header-cart .cart-contents::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    font-family: 'Font Awesome 5';
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f290";
    color: var(--main-color);
    height: 1em;
    float: right;
}

.site-header-cart {
    list-style-type: none;
    margin-left: 0;
    padding: 0;
    margin-bottom: 0;
}

.widget_shopping_cart .product_list_widget {
    margin-bottom: 0
}

.widget_shopping_cart .product_list_widget li {
    padding-left: 2em;
    position: relative
}

.widget_shopping_cart .product_list_widget li a.remove {
    position: absolute;
    top: 1em;
    left: 0;
    opacity: 1
}

.widget_shopping_cart p.buttons,
.widget_shopping_cart p.total {
    padding: 1em 0;
    margin: 0;
    text-align: center
}

.widget_shopping_cart p.total {
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.widget_shopping_cart .buttons a {
    display: block;
    margin-bottom: .6180469716em
}

.widget_shopping_cart .buttons a:last-child {
    margin-bottom: 0
}

.widget_shopping_cart .buttons a img {
    margin-left: auto;
    margin-right: auto
}

.site-header .widget_shopping_cart li,
.site-header .widget_shopping_cart p.buttons,
.site-header .widget_shopping_cart p.total {
    padding-left: 1.41575em;
    padding-right: 1.41575em
}

li.product-category.product::after {
    display: none;
}

.woocommerce-message,
ul.woocommerce-error {
    position: fixed;
    top: 80px;
    right: 0;
    z-index: 9;
}

span.onsale,
span.itsnew.onsale {
    display: none;
}

/* -- CABECERA -- */
/*ul.products {
    display: flex;
    align-items: center;
}*/
header {
    position: relative;
}

header a:hover {
    text-decoration: unset;
    color: var(--main-color-hover);
}

header .flex-header {
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: stretch;
}

header .flex-header>* {
    margin-right: 0 !important;
}

header .flex-header .site-branding {
    flex: 0 0 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .flex-header nav#site-navigation {
    flex: 1 0;
    display: flex;
    justify-content: flex-start;
}

header+.site-search {
    position: fixed;
    width: 100%;
    top: -50px;
    transition: 0.5s;
    z-index: 990;
    margin: 0;
}

header+.site-search.show {
    top: 52px;
}

header .flex-header .search a,
header .flex-header .search i,
header .flex-header .usuario a,
header .flex-header .usuario i {
    display: flex;
    align-items: center;
    justify-content: center;
}

header .flex-header .search,
header .flex-header .usuario {
    padding: 0;
    flex: 0 0 15px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

header .flex-header .search a,
header .flex-header .usuario a {
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    height: 100%;
}

header .flex-header .search.show i::before {
    content: "";
}

header .flex-header nav.secondary-navigation {
    flex: 0 0 120px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

header nav.secondary-navigation a i {
    color: var(--main-color);
}

header nav.secondary-navigation a:hover i {
    color: var(--main-color-hover);
}

header .flex-header .contacto,
header .flex-header .area-clientes {
    flex: 0 1 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

header .flex-header .area-clientes {
    background: var(--main-color);
    padding: 0;
}

header .flex-header .area-clientes a {
    color: white;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s, border 0s;
}

header .flex-header .area-clientes a:hover {
    color: var(--main-color);
    background: white;
    border: 5px solid var(--main-color);
}

header#masthead .site-branding {
    padding-left: 0;
    margin: 0;
}

header#masthead.site-header {
    padding-top: 0;
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    width: 100%;
}

header#masthead .contacto i {
    position: relative;
    top: 2px;
}

header#masthead .header-secundario {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 0 1 200px;
    padding: 0;
}

header#masthead nav.secondary-navigation,
nav.secondary-navigation * {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

header#masthead #top-menu {
    background-color: transparent;
    padding: 0;
}

header#masthead #top-menu #box-social a,
header .flex-header .search a,
header .flex-header .usuario a {
    padding: 0 10px;
    border-right: 1px solid #EAEAEA;
    background: rgba(255, 255, 255, 0.8);
}

header#masthead #top-menu #box-social ul li:first-child a {
    border-left: 1px solid #EAEAEA;
}

header#masthead #top-menu #box-social a:hover,
header .flex-header .search a:hover,
header .flex-header .usuario a:hover,
.site-header-cart .cart-contents:hover {
    background: #ffffff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

header#masthead #top-menu #box-social .list-inline-item:not(:last-child) {
    margin-right: 0rem;
}

header#masthead #top-menu .container {
    padding: 0;
}

header#masthead ul#site-header-cart span.woocommerce-Price-amount.amount {
    display: none;
}

header#masthead ul#site-header-cart p.woocommerce-mini-cart__total.total span.woocommerce-Price-amount.amount {
    display: block;
    padding: 15px 0 0 0;
}

.site-header-cart .cart-contents {
    padding-left: 10px;
    padding-right: 10px;
    background: rgba(255, 255, 255, 0.8);
    border-right: 1px solid #EAEAEA;
    min-width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

.storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation {
    margin-right: 0;
}

header img.logo-img.normal {
    position: absolute;
    width: 180px;
    max-width: none;
}

.main-navigation ul li {
    padding-left: 0;
    text-transform: uppercase;
    font-size: 12px;
}

ul#site-header-cart,
ul#site-header-cart>li:first-child,
ul#site-header-cart,
ul#site-header-cart>li:first-child * {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

header ul#site-header-cart span.count {
    width: unset;
    height: unset;
    padding-right: 8px;
}

.aws-container .aws-search-field {
    padding: 6px 15px;
}

header ul.menu.nav-menu li.menu-item.current-menu-item a {
    color: var(--main-color);
}

section {
    z-index: 1;
    position: relative;
}

/* SEARCH */
.search.search-results header.page-header {
    padding-top: 60px;
}

/* -------------------------- PARALLAX -------------------------------*/
.parallax {
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

.d .parallax {
    right: 100px;
}

.i .parallax {
    left: 100px;
}

/* ------------------------------- Cabecera ------------------------------- */
/* section.cabecera-home.hero,
section#cabecera-product-cat,
section.cabecera-busqueda {
    background: var(--accent-color);
    margin-bottom: 30px;
    position: relative;
} */

section.cabecera-home.hero img.img-sobre {
    min-width: 100%;
    object-fit: cover;
    max-height: 500px;
}

section.cabecera-hero.hero {
    padding: 180px 0 150px 0;
    margin-bottom: 60px;
    background-position: left !important;
    position: relative;
}

section.cabecera-hero.hero video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

section.cabecera-hero.hero .container {
    z-index: 1;
    position: relative;
}

section.cabecera-hero.hero::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    top: 0;
    left: 0;
    z-index: 0;
}

section.cabecera-hero h1 {
    color: white;
    font-size: 100px;
    font-weight: 600;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, .3);
}

section.cabecera-hero h1 .grande {
    font-size: 100px;
    line-height: 1;
}

.centrar {
    flex-direction: column;
}

section#cabecera-product-cat .foto {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
}

section#cabecera-product-cat .foto img.img-sobre {
    min-width: 100%;
}

section.cabecera-home .centrar-pantalla {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--negro);
    position: absolute;
    height: 100%;
    left: 25%;
}

section.cabecera-home span {
    margin-bottom: 0;
    z-index: 2;
    text-shadow: 0 0 0 transparent;
}

section.cabecera-home span.h1 {
    line-height: 1;
}

section.cabecera-home .centrar-pantalla::after {
    position: absolute;
    content: '';
    background: var(--accent-color);
    border-radius: 100%;
    width: 600px;
    height: 200px;
    left: calc(50% - 300px);
    top: calc(50% - 80px);
    z-index: 0;
}

section.cabecera-home .centrar-pantalla::before {
    position: absolute;
    content: '';
    background: url(img/linea-ondulada.svg) no-repeat;
    background-size: contain;
    z-index: 1;
    width: 200px;
    height: 20px;
    bottom: calc(50% - 80px);
    left: calc(50% - 100px);
}

/* ------------------------------- Enlaces personalizados home ------------------------------- */
.enlaces-cat-home {
    color: white;
    margin-bottom: 60px;
}

.enlaces-cat-home .container>.row,
.enlaces-cat-home .container>.row>.col-md-12.col-lg-6>.row:first-child .caja-semi-full,
.enlaces-cat-home .container>.row>.col-md-12.col-lg-6>.row:first-child .caja-small {
    margin-bottom: 25px;
}

h2.h2.caja-title {
    color: white;
    line-height: .5;
    margin: -5px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, .3);
}

section#cajas-producto .caja-semi-full h2.h2.caja-title {
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 30px;
}

section#cajas-producto .caja-semi-full h2 span.caja-title-big {
    font-size: 2.6rem;
    line-height: 1;
}

section#cajas-producto.enlaces-cat-home .caja-semi-full .cuadrado {
    padding: 30px;
}

.enlaces-cat-home p {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}

.enlaces-cat-home a {
    text-shadow: 1.5px 1.5px 1px rgba(0, 0, 0, .3);
}

.pretitle {
    margin-bottom: 15px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
    font-size: 18px;
    font-weight: bold;
}

/* Estilos para breadcrumbs dentro de pretitle typewriter - enlaces blancos */
.pretitle.typewriter a,
.pretitle.typewriter .rank-math-breadcrumb a,
.pretitle.typewriter .rank-math-breadcrumb span a,
.pretitle.typewriter .rank-math-breadcrumb-item a {
    color: white !important;
}

.pretitle.typewriter .rank-math-breadcrumb-item:not(:last-child)::after {
    color: white !important;
}

/* Estilos para breadcrumbs en páginas de producto individual - color principal */
div[id^="product-"] .product-breadcrumbs a,
div[id^="product-"] .product-breadcrumbs .rank-math-breadcrumb a,
div[id^="product-"] .product-breadcrumbs .rank-math-breadcrumb span a,
div[id^="product-"] .product-breadcrumbs .rank-math-breadcrumb-item a {
    color: var(--main-color) !important;
}

div[id^="product-"] .product-breadcrumbs .rank-math-breadcrumb-item:not(:last-child)::after {
    color: var(--main-color) !important;
}

h2 span.caja-title-big {
    font-size: 3.5rem;
    display: block;
}

section#cajas-producto .caja-semi-full .caja-imagen {
    display: flex;
    align-items: center;
    justify-content: center;
}

section#cajas-producto .caja-semi-full .caja-imagen img {
    max-height: 150px;
}

.enlaces-cat-home a.secundario {
    color: white;
    border-color: white;
    background: transparent;
}

.enlaces-cat-home .caja-semi-full .cuadrado {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    text-align: center;
    padding: 10px 10px 100px 30px;
    height: 100%;
}

/* section#cajas-producto.enlaces-cat-home .caja-semi-full a {
    border: 2px solid var(--verde-oscuro);
    font-size: 14px;
    padding: 10px;
    background: var(--main-color);
}

section#cajas-producto.enlaces-cat-home .caja-semi-full a:hover {
    background: var(--main-color-hover);
} */

.enlaces-cat-home a.secundario:hover {
    background: var(--main-color-hover);
}

.enlaces-cat-home .caja-semi-full a {
    padding: 10px 25px;
}

.enlaces-cat-home .caja-small a {
    display: none;
}

.enlaces-cat-home .cuadrado {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 60px 30px;
}

.enlaces-cat-home .caja-small .cuadrado {
    padding: 40px 30px;
}

.enlaces-cat-home .container>.row>.col-md-12.col-lg-6>.row:first-child {
    min-height: calc(50% + 7.5px);
}

.enlaces-cat-home .container>.row>.col-md-12.col-lg-6>.row:last-child {
    min-height: calc(50% - 7.5px);
}

.enlaces-cat-home .container>.row>.col-md-12.col-lg-6>.row .row {
    height: 100%;
}

.enlaces-cat-home .box div {
    height: 100%;
}

.enlaces-cat-home .title-box-color {
    color: rgba(255, 255, 255, .7);
    text-shadow: 0 0 0 transparent;
    display: flex;
    flex-direction: column;
    font-size: 28px;
    font-weight: 600;
    line-height: 24px;
}

.enlaces-cat-home .title-box-color .pequeño {
    line-height: 22px;
}

.enlaces-cat-home .title-box-color span:first-child {
    margin-bottom: 15px;
}

.enlaces-cat-home .title-box-color .grande {
    font-size: 34px;
    line-height: 24px;
}

.caja-small,
.caja-semi-full,
.caja-full {
    cursor: pointer;
    transition: 0.5s;
}

.caja-small:hover,
.caja-semi-full:hover,
.caja-full:hover {
    transform: scale(1.1);
}

/* ------------------------------- cajas-repeater ------------------------------- */
.cajas-repeater {
    margin-bottom: 60px;
}

.cajas-repeater .cajas-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cajas-repeater .caja-full {
    flex: 1 1 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    align-items: center;
    transition: transform .5s, box-shadow 0.5s;
    padding: 30px;
}

.cajas-repeater .caja-full:hover {
    transform: scale(1.1);
    z-index: 9;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 20%);
}

.cajas-repeater .caja-full a {
    display: none;
}

.cajas-repeater .caja-full h2 {
    color: white;
    font-weight: 600;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, .3);
    padding-top: 15px;
}

section#cajas-producto .caja-semi-full .caja-texto {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

section#cajas-producto .caja-full .title-enlace h2 {
    text-shadow: 2px 2px 1px rgb(0 0 0 / 30%);
}

/* ------------------------------- Productos relacionados ------------------------------- */

ul.wc-block-grid__products {
    overflow: auto;
    flex-wrap: nowrap;
}

.wp-block-handpicked-products {
    position: relative;
}

.wc-block-grid.wp-block-handpicked-products {
    padding-bottom: 30px;
}

.wc-block-grid.wp-block-handpicked-products ul.products li.product,
ul.products .wc-block-grid__product,
.wc-block-grid__products li.product,
.wc-block-grid__products .wc-block-grid__product {
    margin-bottom: 0;
}

.wp-block-handpicked-products .wc-block-grid__product-image img,
.archivo-productos .products li a img,
section.related.products li.product img {
    max-width: 200px;
    max-height: 200px;
    object-fit: contain;
}

.wp-block-handpicked-products li.wc-block-grid__product,
section.related.products li.product.type-product,
.archivo-productos .products li.product {
    padding: 15px;
    transition: 0.5s;
    border: 0;
}

/* .wp-block-handpicked-products li.wc-block-grid__product:hover,
section.related.products li.product.type-product:hover,
.archivo-productos .products li.product:hover,
.recomendamos:hover {
    background: var(--grey-color);
    box-shadow: 2px 2px 6px rgb(0 0 0 / 20%);
    transition: 0.5s;
    transform: scale(1.05);
} */

/* COLORES ESPECIALES */
/* .archivo-productos .products li.product.product_tag-especial-freir:hover {
    background: var(--amarillo);
}

.archivo-productos .products li.product.product_tag-especial-cocer:hover {
    background: var(--azul);
}

.archivo-productos .products li.product.product_tag-patata-roja:hover {
    background: var(--rojo);
}

.archivo-productos .products li.product.product_tag-eco:hover {
    background: var(--verde);
}

.archivo-productos .products li.product.product_tag-iv-gama:hover {
    background: var(--marron);
}

.archivo-productos .products li.product.product_tag-guarnicion:hover {
    background: var(--morado);
} */

/* COLORES ESPECIALES PÁGINA PRODUCTO */
/* .product_tag-especial-freir.product .summary.entry-summary::after {
    background: #aea33f;
} */

/* section.related.products li.product.product_tag-especial-freir:hover {
    background: var(--amarillo);
} */

/* .product_tag-especial-cocer.product .summary.entry-summary::after {
    background: var(--azul);
}

.product_tag-patata-roja.product .summary.entry-summary::after {
    background: #a2453c;
}

section.related.products li.product.product_tag-patata-roja:hover {
    background: var(--rojo);
}

.product_tag-eco.product .summary.entry-summary::after {
    background: var(--main-color);
} */

/* section.related.products li.product.product_tag-eco:hover {
    background: var(--verde);
} */

/* .product_tag-iv-gama.product .summary.entry-summary::after {
    background: #846231;
} */

/* section.related.products li.product.product_tag-iv-gama:hover {
    background: var(--marron);
} */

/* .product_tag-guarnicion.product .summary.entry-summary::after {
    background: #623280;
} */

/* section.related.products li.product.product_tag-guarnicion:hover {
    background: var(--morado);
} */

/* COLOR LETRAS SI NO SE VEN BLANCAS
.product_tag-especial-freir.product .summary.entry-summary h1.title_product.title_line,
.single-product .product.product_tag-especial-freir .summary.entry-summary p.price,
.product.product_tag-especial-freir .summary.entry-summary .woocommerce-product-details__short-description {
    color: var(--black);
}

/* COLOR TABS */
/* .product_tag-especial-freir.product~.related-products li.description_tab.active,
.product_tag-especial-freir.product~.related-products li.ficha-tecnica_tab.active,
.product_tag-especial-freir.product~.related-products li#tab-title-reviews.active {
    background: var(--amarillo);
}

.product_tag-especial-cocer.product~.related-products li.description_tab.active,
.product_tag-especial-cocer.product~.related-products li.ficha-tecnica_tab.active,
.product_tag-especial-cocer.product~.related-products li#tab-title-reviews.active {
    background: var(--azul);
}

.product_tag-patata-roja.product~.related-products li.description_tab.active,
.product_tag-patata-roja.product~.related-products li.ficha-tecnica_tab.active,
.product_tag-patata-roja.product~.related-products li#tab-title-reviews.active {
    background: var(--rojo);
}

.product_tag-eco.product~.related-products li.description_tab.active,
.product_tag-eco.product~.related-products li.ficha-tecnica_tab.active,
.product_tag-eco.product~.related-products li#tab-title-reviews.active {
    background: var(--verde);
}

.product_tag-iv-gama.product~.related-products li.description_tab.active,
.product_tag-iv-gama.product~.related-products li.ficha-tecnica_tab.active,
.product_tag-iv-gama.product~.related-products li#tab-title-reviews.active {
    background: var(--marron);
}

.product_tag-guarnicion.product~.related-products li.description_tab.active,
.product_tag-guarnicion.product~.related-products li.ficha-tecnica_tab.active,
.product_tag-guarnicion.product~.related-products li#tab-title-reviews.active {
    background: var(--morado);
} */

/*______________________________*/
/* .wp-block-handpicked-products:hover li.wc-block-grid__product:not(:hover),
section.related.products:hover li.product.type-product:not(:hover),
.archivo-productos .products:hover li.product:not(:hover) {
       transform: scale(.9);

    opacity: .6;
    transition: 0.5s;
} */

.wp-block-handpicked-products .price ins span.woocommerce-Price-amount.amount,
.wp-block-handpicked-products .price>span.woocommerce-Price-amount.amount,
.wp-block-handpicked-products .wc-block-grid__product-title,
section.related.products h2.woocommerce-loop-product__title,
.archivo-productos .products li.product h2.woocommerce-loop-product__title,
section.related.products .h2.woocommerce-loop-product__title,
.archivo-productos .products li.product .h2.woocommerce-loop-product__title,
.recomendamos .product-title {
    font-family: "typewriter";
    font-size: 20px !important;
    transition: 0s 0.5s;
    text-align: center;
}

.wp-block-handpicked-products.wc-block-grid.has-aligned-buttons .wc-block-grid__product>:last-child {
    padding: 0;
}

ul.wc-block-grid__products {
    padding: 15px;
}

.wp-block-handpicked-products li.wc-block-grid__product .wc-block-grid__product-title,
section.related.products h2.woocommerce-loop-product__title,
section.related.products .h2.woocommerce-loop-product__title,
.archivo-productos .products li.product h2.woocommerce-loop-product__title,
.archivo-productos .products li.product .h2.woocommerce-loop-product__title,
.recomendamos .product-title {
    border-top: 1px solid white;
    padding-top: 15px;
    color: #333333;
}

.archivo-productos .products a:hover,
section.related.products a:hover section.related.products li:hover,
.recomendamos a:hover,
ul.products li.product .woocommerce-loop-product__link {
    text-decoration: none;
}

.wp-block-handpicked-products li.wc-block-grid__product a:hover {
    text-decoration: none;
}

.wp-block-handpicked-products .wc-block-grid__product-onsale {
    display: none;
}

/* ------------------------------- SLIDE ------------------------------- */

section.slider {
    background: var(--light-color);
}

section.slider .caption-slider {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

section.slider .carousel-item img {
    height: 430px;
    width: auto;
    max-width: unset;
}

section.slider .carousel-indicators [data-bs-target] {
    background-color: var(--main-color);
}

section.slider .carousel-indicators {
    margin-right: calc(25% - 36px);
    justify-content: flex-end;
}

/* ------------------------------- VALORES ------------------------------- */
.puntos-fuertes .cuadrado {
    margin: 0 7.5px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.puntos-fuertes .cuadrado>div {
    display: flex;
    flex-direction: column;
}

.puntos-fuertes .cuadrado img {
    padding-right: 15px;
}

section.puntos-fuertes {
    margin-bottom: 30px;
}

section.puntos-fuertes .title-enlace+span {
    font-size: 12px;
}

/* ------------------------------- ENLACES CAT ------------------------------- */
section.enlaces-cat {
    margin-bottom: 30px;
}

section.enlaces-cat .cuadrado {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
    background: var(--light-color);
    margin: 0 7.5px;
    height: 100%;
}

section.enlaces-cat .cuadrado {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

section.enlaces-cat .cuadrado img {
    margin-bottom: 15px;
}

.cuadrado .title-enlace {
    font-size: 14px;
    font-weight: 700;
}

.nmfe:first-child .cuadrado {
    margin-left: 0;
}

.nmfe:last-child .cuadrado {
    margin-right: 0;
}

/* ------------------------------- Texto doble especial ------------------------------- */
section.texto-imagen-especial {
    margin-bottom: 30px;
}

.text-principal {
    padding: 30px;
    background: var(--light-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    height: 100%;
}

.text-principal * {
    text-align: left;
}

.cta.contacto-1 .gform_wrapper .gform_button {
    border-color: white;
    color: white;
}

/*.cta.cta-button, .contacto-1 .gform_wrapper .gform_button:hover {
    background: white;
    color: var(--main-color);
}*/

section.texto-imagen-especial .row.position-relative>div:first-child {
    padding-left: 0;
}

section.texto-imagen-especial .row.position-relative>div:last-child {
    padding-right: 0;
}

/* ------------------------------- Texto imagen ------------------------------- */
section.texto-imagen {
    margin-bottom: 30px;
}

section.texto-imagen>.container {
    background: var(--light-color);
}

section.texto-imagen .flex-row-reverse .foto {
    padding: 0;
}

section.texto-imagen .flex-row-reverse .text-contenedor {
    padding: 0 24px;
}

.foto {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.cabecera-recetario .foto {
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
    padding: 0;
}

section.cabecera-recetario .foto img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

section.cabecera-recetario .centrar-pantalla {
    padding: 100px 0 60px 30px;
    display: flex;
    flex-direction: column;
}

section.cabecera-recetario {
    margin-bottom: 60px;
}

section.cabecera-recetario .pretitle {
    margin-bottom: 0;
    text-shadow: 0 0 0 transparent;
    font-weight: unset;
}

section.texto-imagen .foto img,
section.texto-imagen .foto iframe {
    border: 10px solid var(--grey-color);
    height: 100%;
    object-fit: fill;
    width: 100%;
    min-height: 400px;
}

section.texto-imagen .text-team,
section.texto-imagen-especial .text-team {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    padding: 30px;
    background: var(--grey-color);
}

section.texto-imagen-especial .text-team {
    padding: 0;
}

section.texto-imagen-especial .text-team {
    background: var(--grey-color-transparent);
}

section.texto-imagen .text-contenedor .row,
section.texto-imagen .text-contenedor .text-team {
    height: 100%;
}

.texto-imagen-especial {
    padding: 120px 0;
}

section.texto-imagen .foto img.img-sobre.grande {
    object-fit: contain;
    min-height: auto;
}

/* ------------------------------- Productos relacionados ------------------------------- */

ul.wc-block-grid__products {
    overflow: auto;
    flex-wrap: nowrap;
}

.wp-block-handpicked-products {
    position: relative;
}

.wc-block-grid.wp-block-handpicked-products {
    margin-bottom: 30px;
}

.wc-block-grid.wp-block-handpicked-products ul.products li.product,
ul.products .wc-block-grid__product,
.wc-block-grid__products li.product,
.wc-block-grid__products .wc-block-grid__product {
    margin-bottom: 0;
}

/* ------------------------------- banner-slider ------------------------------- */

section.banner-slider {
    margin-bottom: 0;
    background: var(--main-color);
    padding: 30px;
    background-size: cover !important;
}

section.banner-slider .carousel-caption {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    right: unset;
    bottom: unset;
    left: 0;
}

section.banner-slider .foto-contenedor {
    position: relative;
}

section.banner-slider .foto-contenedor img.img-sobre {
    position: absolute;
    right: 0;
    top: 0;
    max-height: 100%;
}

section.banner-slider .flex-redes {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    flex-wrap: wrap;
    gap: 16px;
}

section.banner-slider .flex-redes a {
    color: white;
    padding: 0 15px;
    transition: 0.5s;
}

section.banner-slider .flex-redes a:hover {
    transform: scale(1.2);
}

h2 span.caja-title-big.line-height-1 {
    line-height: 1;
    margin-bottom: 15px;
}

section.banner-slider.no-padding .carousel-caption {
    padding: 0;
}

/* --- PAGINATION --- */
.blog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.blog-pagination>* {
    width: 38px;
    height: 38px;
    border-radius: 500px;
    display: flex;
    border: 2px solid var(--main-color);
    justify-content: center;
    align-items: center;
    color: var(--main-color);
    font-weight: 400;
    margin-right: 15px;
    font-size: 20px;
    transition: 0.5s;
}

.blog-pagination>a:hover {
    box-shadow: 0 2px 6px rgb(51 51 51 / 30%);
    text-decoration: none;
}

.blog-pagination>a i {
    position: relative;
    top: 3px;
}

.blog-pagination>span {
    width: 38px;
    height: 38px;
    border-radius: 500px;
    background: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 700;
    margin-right: 15px;
    font-size: 18px;
}

/* ------------------------------- BLOG ------------------------------- */

.blog-loop .elem article {
    margin-bottom: 0;
    border: 0;
    background: var(--grey-color);
    height: 100%;
}

.blog-loop .elem article .wp-post-image {
    border-radius: 0;
    margin-bottom: 0;
}

.blog-loop .elem article .card-body {
    padding: 15px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    text-align: center;
    align-items: center;
}

.blog-loop .elem article .cta-button i {
    position: relative;
}

section.noticias>.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.noticias.cabecera ul.etiquetas-recetas {
    padding: 0 0 15px 15px;
}


/* ------------------------------- Breadcrumbs ------------------------------- */

.yoast-breadcrumbs {
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.yoast-breadcrumbs a {
    font-weight: 800;
}

/* ------------------------------- multiple-contenido ------------------------------- */

section.multiple-contenido>.container {
    background: var(--light-color);
    margin-bottom: 30px;
    padding: 30px;
}

section.multiple-contenido .columnas {
    margin-bottom: 30px;
}

section.multiple-contenido .columnas img {
    min-width: 100%;
}

ul.logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

ul.logos li img {
    max-width: 260px;
    margin-bottom: 30px;
}

/* LISTA */

.page-pred ul,
.sidebar .widget ul {
    padding: 0 0 30px 30px;
}

.page-pred ul li,
ul.list.list--checked.list--product-info li {
    position: relative;
    padding-bottom: 15px;
}

.page-pred ul li::after,
ul.list.list--checked.list--product-info li::after {
    position: absolute;
    content: '';
    left: -25px;
    top: 0;
    font-family: 'Font Awesome 5';
    font-weight: 900;
    content: "\f00c";
    color: var(--main-color);
}

.woocommerce-checkout .page-pred ul li::after {
    display: none;
}

ul.logos {
    padding: 0;
}

ul.wp-block-categories-list.wp-block-categories li,
ul.wp-block-latest-posts__list.has-dates.wp-block-latest-posts li,
ul.logos li {
    padding: 0;
}

ul.wp-block-categories-list.wp-block-categories li::after,
ul.wp-block-latest-posts__list.has-dates.wp-block-latest-posts li::after,
ul.logos li::after {
    display: none;
}

.widget {
    margin-bottom: 30px;
    padding-bottom: 0;
}

ul.wp-block-categories-list.wp-block-categories {
    padding-bottom: 0;
}

/* ----------------------------------- RECETARIO MÁS RECETAS ------------------------------------ */
main>.recetario.type-recetario {
    margin-bottom: 0;
}

.elem .recetario.type-recetario {
    text-align: center;
    height: 100%;
    cursor: pointer;
    border: 0;
    border-radius: 0;
    background: var(--grey-color);
    margin: 0;
}

/* .elem .recetario.type-recetario::after {
    position: absolute;
    content: "";
    font-size: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    color: white;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    opacity: 0;
    transition: .5s;
} */

/* .elem .recetario.type-recetario:hover::after {
    opacity: 1;
} */

/* .elem .recetario.type-recetario::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--main-color);
    opacity: 0;
    transition: .5s;
} */

/* .elem .recetario.type-recetario:hover::before {
    opacity: .5;
} */

.elem .recetario.type-recetario a {
    display: none;
}

.elem .recetario.type-recetario .card-body {
    padding: 0 15px 15px 15px;
}

.page-pred-recetas .elem-recetas:first-child .card-body {
    padding-bottom: 0;
    margin-bottom: -15px;
}

.elem .recetario.type-recetario>img {
    margin: 0 0 30px 0;
    width: 100%;
    max-height: 50%;
    object-fit: cover;
}

.elem .recetario.type-recetario .etiquetas-recetas {
    justify-content: center;
}

.elem .recetario.type-recetario .texto-formas-hacer em {
    font-size: 12px;
}

.elem .recetario.type-recetario .texto-formas-hacer strong {
    font-size: 13px;
}

.elem .recetario.type-recetario .caja-formas-hacer:last-child {
    display: none;
}

.elem-recetas {
    margin-bottom: 30px;
}

/* .elem-recetas:nth-child(3n+1) {
    padding-right: 0;
} */

/* ----------------------------------- ARCHIVE RECETAS ------------------------------------ */
.page-pred-recetas .elem-recetas .ingredientes {
    display: none;
}

.page-pred-recetas .elem-recetas:first-child {
    width: 100%;
}

.page-pred-recetas .elem-recetas:first-child .recetario.type-recetario {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.page-pred-recetas .elem-recetas:first-child .ingredientes {
    display: block;
}

.page-pred-recetas .elem-recetas:first-child .recetario.type-recetario>img {
    margin: 0;
    max-width: 50%;
    min-height: 100%;
    object-fit: cover;
}

.page-pred-recetas .elem-recetas .ingredientes {
    text-align: left;
    margin-bottom: 30px;
}

.page-pred-recetas .elem-recetas:first-child .excerpt {
    border-bottom: 2px solid var(--verde-oscuro);
    margin-bottom: 30px;
}

.page-pred-recetas .elem-recetas:first-child .card-body {
    padding: 30px;
}

/* ----------------------------------- CONTACTO ------------------------------------ */
.contacto-1 .contact-info-block i {
    color: var(--main-color);
}

.content-frame.d-flex.align-items-center,
.dcha.col-12.col-md-6.map-block {
    margin-bottom: 30px;
}

.contacto-1 .gform_wrapper .gfield_label {
    text-transform: unset;
    margin-bottom: 1em;
}

.contacto-1 .ginput_container input,
.contacto-1 .ginput_container_textarea textarea {
    padding: .5em 15px !important;
    font-size: 16px !important;
}

.contacto-1 .ginput_container input,
.contacto-1 .ginput_container_textarea textarea {
    border-bottom: 2px solid var(--main-color);
}

.contacto-1 .gform_wrapper ul.gfield_checkbox li label,
.contacto-1 .gfield_checkbox a {
    vertical-align: unset !important;
}

.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0 !important;
}

form * {
    font-family: 'Roboto', sans-serif !important;
}

.contacto-1 .ginput_container input,
.contacto-1 .ginput_container_textarea textarea {
    font-family: 'Roboto', sans-serif !important;
}

#gform_1_validation_container {
    display: none;
}

/* ----------------------------------- PRODUCTOS ----------------------------------- */

ul.products {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -7.5px 0 -7.5px;
}

ul.products li {
    flex: 1 1 33.33%;
}

section.related.products ul.products li {
    flex: unset;
}

ul.products li {
    margin-bottom: 30px !important;
    padding: 0 7.5px;
}

ul.products li a h2 {
    padding: 0 15px;
}

ul.products+.storefront-sorting,
div#woof_results_by_ajax+p.woocommerce-result-count {
    display: none;
}

.single-product div.product {
    padding-top: 100px;
    background: url(img/kitchen-table.jpg) no-repeat;
    background-size: cover;
}

/* ----------------------------------- PÁGINA DE PRODUCTO ----------------------------------- */
.content-area,
.widget-area {
    margin-bottom: 0;
}

.single-product div.product .product_meta {
    border: 0;
}

.single.single-product section.migas-pan {
    background: var(--light-color);
    padding-top: 15px;
}

.product .summary.entry-summary {
    position: relative;
    z-index: 1;
}

.product .summary.entry-summary::after {
    /* position: absolute;
    content: '';
    width: calc(100% + 350px);
    height: calc(100% + 350px);
    top: -300px;
    left: -150px;
    background: var(--main-color);
    opacity: .3;
    border-radius: 100%;
    transform: rotate(-25deg);
    z-index: -1; */
    content: none;
}

ul.list.list--checked.list--product-info {
    padding: 15px 15px 15px 45px;
    background: white;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    top: 0;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
    margin-bottom: 5px;
}

section.info-producto {
    padding: 0;
}

.flex-formas-hacer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.flex-formas-hacer.cabecera-recetas {
    width: 50%;
    justify-content: center;
}

.caja-formas-hacer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.caja-formas-hacer img {
    margin-right: 15px;
}

.texto-formas-hacer {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.texto-formas-hacer em {
    font-size: 14px;
}

.summary.entry-summary h1.title_product.title_line {
    color: white;
    font-family: "typewriter";
    font-size: 2.4rem;
}

.single-product div.product .summary.entry-summary p.price {
    font-family: "typewriter";
    font-size: 35px;
    color: white;
    padding: 15px;
    margin: 0;
    border-left: 2px solid var(--accent-color);
}

.summary.entry-summary .woocommerce-product-details__short-description {
    color: white;
    padding-left: 15px;
    border-left: 2px solid var(--accent-color);
}

.summary.entry-summary .woocommerce-tabs.wc-tabs-wrapper {
    padding: 0;
}

.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs {
    display: none;
}

.product.type-product.product-type-simple .container,
.product.type-product.product-type-variable .container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.single-product div.product .woocommerce-product-gallery img {
    z-index: 2;
    position: relative;
}

.single-receta-page .ingredientes,
.single-receta-page .recomendamos {
    padding: 15px;
    background: var(--grey-color);
}

.single-receta-page .recomendamos img {
    max-height: 200px;
    object-fit: contain;
}

.content-box.recetario {
    padding: 0 30px;
}

.content-box.recetario ol,
.content-box.recetario ol li {
    list-style: decimal;
}

.content-box.recetario ol {
    padding-left: 15px;
}

.content-box.recetario ol li {
    padding-bottom: 15px;
}

.single-receta-page .ingredientes ul li {
    padding-bottom: 15px;
}

.flex-recetario {
    align-items: flex-start;
    margin-bottom: 30px;
}

.etiquetas-recetas {
    display: inline;
    padding-bottom: 15px;
}

.etiquetas-recetas li {
    padding: 0 15px;
    position: relative;
    color: #7D7D7D;
    font-style: italic;
    display: inline;
}

.etiquetas-recetas li:first-child {
    padding-left: 0;
}

.etiquetas-recetas li::after {
    position: absolute;
    right: 0;
    color: #7D7D7D !important;
    left: unset !important;
    content: '·' !important;
}

.etiquetas-recetas li:last-child::after {
    display: none;
}

/* ----------------------------------- FILTROS ----------------------------------- */

.woof_redraw_zone,
.berocket_single_filter_widget .bapf_sfilter,
.wpf_item {
    padding: 15px !important;
    background: var(--grey-color);
}

.wpf_item {
    margin-bottom: 15px;
}

.berocket_single_filter_widget {
    width: 100%;
}

.woof_redraw_zone h4,
.berocket_single_filter_widget .bapf_sfilter h3,
label.wpf_item_name {
    position: relative !important;
    padding-bottom: 15px !important;
    color: var(--main-color);
    font-size: 1.2rem !important;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 500 !important;
}

.wpf_layout_vertical .wpf_item+.wpf_item .wpf_item_name {
    margin-top: 0 !important;
}

.woof_redraw_zone h4::after,
.berocket_single_filter_widget .bapf_sfilter h3::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #707070;
    bottom: 0;
    left: 0;
}

.wpf_item .wpf_item_name {
    border-bottom: 2px solid #707070 !important;
}

span.woof_radio_count {
    display: none;
}

.filtritos ul.woof_list.woof_list_radio li {
    display: flex;
    align-items: center;
}

/*h1.title.title_line.h2,
h1.title.title_line.h2 + div {
    display: none;
}*/
form.woocommerce-ordering,
p.woocommerce-result-count {
    padding: 0;
}

form.woocommerce-ordering select.orderby {
    border-radius: 0;
    border: 0;
    background: var(--light-color);
    padding: 5px 15px;
    outline: 0;
}

.woof_submit_search_form_container button {
    margin-right: 15px;
    background: var(--main-color);
    color: white;
}

.filtritos.collapse section.sidebar-filter {
    width: 100%;
}


/* ----------------------------------- DESTACADO ----------------------------------- */

section.destacado {
    width: 100%;
    background: var(--light-color);
}

section.destacado.cta {
    background: var(--main-color);
}

section.destacado.cta * {
    color: white;
}

section.destacado.cta.contacto-1 .gform_wrapper .gfield_label {
    color: white;
}

ul.gfield_checkbox label {
    white-space: nowrap !important;
}

section.destacado.cta input {
    color: var(--black-color);
    background: white;
}

.centrar-vertical {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

/* ------------------------------------ ELIMINAR UPSELLING ------------------------------------ */
section.up-sells.upsells.products {
    display: none;
}

/* ------------------------------------ Productos relacionados ------------------------------------ */

section.related.products {
    margin: 30px 0;
}

section.related-products ul.products li {
    flex: unset;
    margin: 0 15px !important;
}

section.related-products ul.products li a img {
    max-width: 300px;
    max-height: 300px;
    object-fit: contain;
}

/* FIXED BOTON */

section.fixed {
    position: fixed;
    bottom: 50px;
    right: 0;
    z-index: 9;
    padding: 5px 45px;
}

section.fixed::after {
    position: absolute;
    content: '';
    width: 250px;
    height: 115px;
    background: url(img/fixed-contact.svg);
    bottom: -20px;
    right: 0;
    z-index: -1;
}

section.fixed a {
    color: var(--main-color-hover);
}

section.fixed a span {
    display: block;
    text-align: left;
    line-height: 18px;
}

section.fixed a span:first-child {
    font-size: 14px;
}

section.fixed a span:last-child {
    font-size: 20px;
    font-weight: bolder;
}

/* ------------------------------------ Bloque de contacto ------------------------------------ */
.contacto-home {
    margin-bottom: 30px;
}

.contacto-home a i {
    margin-right: 10px;
    position: relative;
    top: 3px;
}

input[type="text"],
input[type="email"],
textarea {
    outline: none;
    padding: 15px !important;
}

.contacto-home .gform_legacy_markup_wrapper ul li.gfield {
    margin-top: 0;
    padding-top: 0;
}

.contacto-home .gform_footer.top_label {
    margin: 0;
    padding: 0;
}



/* --------------------- SINGLE -----------*/
.single-post article.single-blog-page .thumbnail-single-block img {
    margin: 0;
}

.sidebar section.sidebar-filter {
    margin-bottom: 15px;
}

.sidebar section.sidebar-filter ul li::after {
    display: none;
}

.sidebar section.sidebar-filter ul li a {
    color: var(--negro);
}

.sidebar section.sidebar-filter select#wp-block-categories-1 {
    min-width: 100%;
}

/* -- CONTENIDO -- */
.contenido .content-single img {
    object-fit: cover;
    min-height: 100%;
}

.alternate-content>.elem {
    display: flex;
    flex-direction: row;
}

.alternate-content>.elem:nth-child(even) {
    flex-direction: row-reverse;
}

/* -- FOOTER -- */

footer#colophon {
    background-color: var(--main-color-hover);
    padding-bottom: 0;
    padding-top: 0;
    font-size: 0.8em;
    height: auto;
    text-align: center;
    color: white;
    padding: 30px 0;
}

footer#colophon a {
    color: white;
}

footer#colophon ul.sub-menu {
    display: none;
}

footer#colophon .secondary-navigation .menu {
    margin-left: -15px;
    float: unset;
}

footer#colophon .footer-uno a {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer#colophon a {
    text-decoration: none;
}

footer#colophon a:hover {
    text-decoration: underline;
}

footer .main-navigation {
    max-height: fit-content;
}

footer #datos-de-contacto {
    margin: 15px 0;
}

#copyright a.firma-idento {
    margin: 0;
}

footer a,
footer p,
footer span {
    font-size: 1rem;
}

footer#colophon .footer-dos ul li {
    padding: 15px;
    font-family: 'Oswald';
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
}

footer#colophon .footer-dos ul li::after,
footer#colophon .footer-tres ul li::after {
    position: absolute;
    right: 0;
    content: '·';
}

footer#colophon .footer-dos ul li:last-child::after,
footer#colophon .footer-tres ul li:last-child::after {
    display: none;
}

footer#colophon .footer-tres ul li {
    padding: 0 15px;
    font-family: 'Oswald';
    font-size: 16px;
    position: relative;
}

#copyright li {
    padding: 0 !important;
}

#copyright .wrapper-idento.text-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#copyright .copyright {
    font-size: 14px;
}

#copyright a {
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    line-height: 1.8em;
    margin-right: 15px;
}

footer h3+div>ul,
footer h3+ul {
    display: flex;
    flex-direction: column;
}

footer li {
    padding: 0;
}

.star-rating span:before {
    top: -5px;
    color: #ffd27d;
}

.archive .star-rating span:before {
    top: 0;
}

form.wpf_form.wpf_form_wpf_636e2722ce222.wpf_submit_on_change.wpf_form_ajax {
    display: none;
}

.term-nuestra-tienda form.wpf_form.wpf_form_wpf_61cdabda139c6.wpf_submit_on_change.wpf_form_ajax {
    display: none;
}

.term-nuestra-tienda form.wpf_form.wpf_form_wpf_636e2722ce222.wpf_submit_on_change.wpf_form_ajax {
    display: block;
}

.wpf_form .wpf_items_wrapper .wpf_item ul {
    display: flex;
    flex-direction: column;
}


.footer_widget.accssme-widget-content {
    background: white;
    display: inline-block;
    padding: 15px;
    border-radius: 8px;
    border: 2px solid rgba(0, 0, 0, .2);
}

/* --------------------- ESTILOS MENÚ WIDGET ----------------------- */
section.sidebar-filter ul li a {
    font-family: "typewriter";
    color: var(--negro);
}

.wp-block-woocommerce-product-categories>ul>li>a {
    position: relative;
}

/* .wp-block-woocommerce-product-categories>ul>li>a::before {
    position: absolute;
    content: '';
    background: url(img/linea-ondulada.svg) no-repeat;
    background-size: contain;
    z-index: 1;
    width: 100px;
    height: 10px;
    bottom: -10px;
    left: -15px;
} */

p.woocommerce-result-count.accssme-widget-text {
    display: none;
}

.added_to_cart,
.site-header-cart .widget_shopping_cart a.button,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link {
    font-family: var(--font-primary) !important;
    background-color: var(--negro);
    color: white !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 24px;
    border-radius: 12px;
    line-height: 1.3;
    box-shadow: none;
    border: none;
    text-shadow: none;
    width: 100%;
}

/* -- RESPONSIVE  -- */

@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1199px) {

    /* HEADER */
    .menu-toggle,
    .handheld-navigation,
    .main-navigation.toggled .handheld-navigation,
    .main-navigation.toggled div.menu {
        display: block;
    }

    div#navbarheader .primary-navigation {
        display: unset;
    }

    header .flex-header nav#site-navigation .primary-navigation {
        display: none;
    }

    header#masthead .header-secundario {
        display: none;
    }

    header#masthead .site-branding .row {
        width: 100%;
        align-items: center;
    }

    header#masthead .site-branding {
        padding-left: 0;
        margin: 0;
        width: 100% !important;
        flex-grow: 1;
        flex: unset;
        justify-content: end;
    }

    a.site-title.site-title {
        flex: 1;
        justify-content: flex-start !important;
    }

    header#masthead .site-branding .row .navbar-toggler {
        flex: 1;
        display: flex !important;
        justify-content: flex-start !important;
    }

    a.site-title.site-title.d-flex.align-items-center.justify-content-center {
        flex: 1;
        justify-content: center !important;
    }

    .content-shop {
        flex: 1;
        justify-content: flex-end !important;
    }

    button.menu-toggle::before,
    button.menu-toggle::after,
    button.menu-toggle span::before {
        display: none;
    }

    button.menu-toggle {
        border: 0;
        color: var(--dark-grey-color);
    }

    header #navbarheader {
        position: absolute;
        width: 100%;
        left: 0;
        padding: 30px;
        top: 48px;
        background: rgba(255, 255, 255, 0.8);
    }

    header .flex-header nav#site-navigation ul.sub-menu {
        visibility: visible;
        opacity: 1;
        max-height: fit-content;
        transition: none;
    }

    header .flex-header nav#site-navigation.main-navigation.toggled {
        border-top: 3px solid var(--light-color);
        border-bottom: 3px solid var(--light-color);
    }

    ul#menu-menu-movil {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .main-navigation ul li,
    .secondary-navigation ul li {
        text-align: center;
    }

    header#masthead #top-menu #box-social a:hover,
    header .flex-header .search a:hover,
    .site-header-cart .cart-contents:hover {
        background: transparent;
        box-shadow: 0 0 0 transparent;
    }

    header+.site-search {
        display: block;
    }

    header+.site-search.show {
        top: 46px;
    }

    header .flex-header .search {
        padding: 15px 5px;
    }

    .main-navigation li.alineados {
        width: 60px;
        padding: 0;
    }

    .main-navigation li {
        width: 100%;
    }

    .main-navigation li.mitad {
        width: 50%;
    }

    .main-navigation ul.menu,
    .main-navigation ul.nav-menu {
        margin-left: 0;
    }

    header#masthead button.navbar-toggler {
        display: block !important;
        width: auto;
        border: 0;
        box-shadow: 0 0;
        background: transparent;
    }

    header#masthead button.navbar-toggler[aria-expanded='true'] i::before {
        content: "";
    }

    header#masthead button.navbar-toggler:focus {
        color: #333333;
    }

    .search.d-lg-none,
    .usuario.d-lg-none,
    ul#site-header-cart.site-header-cart.menu.d-lg-none {
        display: block !important;
    }

    header .flex-header .search {
        border-left: 1px solid #EAEAEA;
        border-right: 1px solid #EAEAEA;
    }

    header .flex-header .search a {
        border: 0;
    }

    header .flex-header {
        display: block;
    }

    header img.logo-img.normal {
        left: 15px;
        z-index: 9;
    }

    ul#menu-menu-superior li a {
        text-transform: uppercase;
        padding: 15px 0;
        display: block;
        font-weight: 600;
        border-bottom: 1px solid var(--main-color);
    }

    header img.logo-img.normal {
        width: 160px;
    }

    ul#menu-menu-superior li.menu-item.current-menu-item a {
        background: var(--main-color);
        color: white;
        padding: 15px;
    }

    .enlaces-cat-home h2.h2.caja-title {
        line-height: 1;
    }

    .enlaces-cat-home .title-box-color .grande {
        font-size: 24px;
    }

    .enlaces-cat-home .title-box-color .pequeño {
        font-size: 20px;
    }

    .enlaces-cat-home .box .cuadrado .title-enlace {
        height: unset;
    }

    .enlaces-cat-home .box .cuadrado .title-enlace p {
        margin: 0;
    }

    header#masthead ul#site-header-cart {
        width: auto;
        height: 46px;
    }

    header .flex-header .search a,
    header .flex-header .usuario a {
        background: unset;
    }

    header .flex-header .usuario a {
        padding: 15px 10px;
    }

    ul#menu-menu-superior {
        height: 100vh;
        overflow: auto;
        padding-bottom: 140px;
    }


}

@media only screen and (max-width: 991px) {

    h1,
    .h1 {
        font-size: 2.2rem;
        line-height: 120%;
    }

    .nmfe:nth-child(odd) .cuadrado {
        margin-left: 0;
    }

    .nmfe:nth-child(even) .cuadrado {
        margin-right: 0;
    }

    section.enlaces-cat .nmfe {
        margin-bottom: 15px;
    }

    section.enlaces-cat {
        margin-bottom: 15px;
    }

    h2,
    .h2 {
        font-size: 2rem;
        line-height: 120%;
    }

    .cta-button,
    .contacto-home input[type=submit],
    .contacto-1 .gform_wrapper .gform_button {
        font-size: 16px !important;
        line-height: 1 !important;
    }

    h2.doble,
    .product.type-product+section.contenido>.container>.row>h2 {
        font-size: 40px !important;
    }

    h2.doble::after,
    .product.type-product+section.contenido>.container>.row>h2::after {
        font-size: 80px;
    }

    section.banner-slider .cta-button {
        margin-bottom: 0;
    }

    section.banner-slider .carousel-indicators {
        margin-bottom: 0;
    }

    /* NOTICIAs */

    .blog-loop .elem article {
        margin-bottom: 0;
        border: 0;
        height: 100%;
    }

    /* FOOTER */

    div#footer>.container>.row>* {
        margin-bottom: 30px;
    }

    .noticias .carousel-indicators {
        top: calc(100% + 10px);
    }

    .noticias .carousel-indicators [data-bs-target] {
        background-color: var(--main-color);
    }

    .enlaces-cat-home .col-12.caja-full {
        padding-bottom: 25px;
    }

    .enlaces-cat-home .container>.row>.col-md-12.col-lg-6>.row .caja-small {
        margin-bottom: 25px;
    }

    .enlaces-cat-home .container>.row>.col-md-12.col-lg-6>.row:first-child,
    .enlaces-cat-home .container>.row>.col-md-12.col-lg-6>.row:last-child {
        min-height: unset;
    }

    .enlaces-cat-home .fila3_4 .box div {
        height: unset;
    }

    section.texto-imagen .foto {
        padding: 0;
    }

    section.texto-imagen .text-contenedor {
        margin-bottom: 30px;
    }

    section.texto-imagen .foto img {
        width: 100%;
    }

    section.texto-imagen .foto iframe {
        min-height: 400px;
    }

    section.banner-slider {
        margin-bottom: 30px;
    }

    section.cabecera-home.hero .foto img {
        min-height: 500px;
        object-fit: cover;
    }

    section.cabecera-home .centrar-pantalla {
        position: relative;
        align-items: center;
        right: unset;
        left: unset;
        height: 500px;
        text-align: center;
    }

    section.cabecera-home .centrar-pantalla::after {
        display: none;
    }

    section.cabecera-home .centrar-pantalla::before {
        position: revert;
    }

    .page-pred-recetas .elem-recetas:first-child .recetario.type-recetario {
        flex-wrap: wrap;
    }

    .elem .recetario.type-recetario .card-body {
        padding: 15px;
    }

    .banner-slider h2.h2.caja-title span.caja-title-big {
        line-height: 1;
        padding: 25px 0;
    }

    .page-pred-recetas .elem-recetas:first-child .card-body {
        padding: 15px;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .page-pred-recetas .elem-recetas:first-child .recetario.type-recetario>img {
        max-height: 400px;
        object-fit: cover;
    }

    section.texto-imagen .flex-row-reverse .text-contenedor {
        padding: 0 12px;
    }

    section.texto-imagen .text-contenedor {
        margin-bottom: 0px;
    }

}

@media only screen and (min-width: 767px) {
    .main-navigation ul li:hover>ul li:hover>ul {
        position: absolute;
        left: 100% !important;
        height: max-content;
    }

    .main-navigation ul li>ul li>ul {
        position: absolute;
        left: 100% !important;
        height: 0;
        overflow: hidden;
    }

}

@media only screen and (max-width: 767px) {
    section.slider .carousel-item img {
        max-height: 300px;
        min-height: 300px;
    }

    section.slider .caption-slider {
        padding: 30px;
    }

    section.slider .carousel-indicators {
        margin: 0;
        justify-content: center;
        bottom: 3px;
    }

    header#masthead {
        padding-bottom: 0;
    }

    .aviso {
        margin-bottom: 30px;
    }

    section.texto-imagen-especial .row.position-relative>div {
        padding: 0;
        margin-bottom: 30px;
    }

    section.texto-imagen-especial .row.position-relative>div:last-child {
        margin-bottom: 0;
    }

    .wc-block-grid__product {
        flex-basis: 50% !important;
        max-width: none !important;
    }

    ul.logos li img {
        margin: 0 7.5px 30px 7px !important;
        border-radius: 0;
        object-fit: cover;
        width: auto;
        max-width: calc(100% - 15px);
    }

    ul.logos li {
        flex: 1 1 50%;
    }

    .cabecera .foto {
        margin: 15px 0;
    }

    header#masthead .site-branding {
        padding-left: 15px;
    }

    .productos ul.products li,
    .related-products ul.products li {
        flex-basis: 50% !important;
        max-width: none !important;
    }

    section.destacado {
        padding: 15px;
    }

    section.destacado .gform_legacy_markup_wrapper {
        margin: 0;
    }

    .enlaces-cat-home .caja2_1.box div {
        height: unset;
    }

    .product.type-product.product-type-simple .container {
        display: block;
    }

    section.cabecera-recetario .foto img {
        position: relative;
    }

    section.cabecera-recetario .centrar-pantalla {
        padding: 15px 0 0 0;
    }

    .single-recetario section.cabecera-recetario .centrar-pantalla {
        padding: 15px 15px 0 15px;
    }

    .single-receta-page .ingredientes,
    .single-receta-page .recomendamos {
        height: unset !important;
        margin-bottom: 30px;
    }

    section.cabecera-recetario {
        margin-bottom: 30px;
    }

    .content-box.recetario {
        padding: 0 0 30px 0;
    }

    .cabecera-home .foto {
        padding: 0;
        height: unset;
    }

    section.cabecera-home .centrar-pantalla {
        padding: 30px;
        height: unset;
    }

    section.cabecera-home.hero .foto img {
        min-height: unset;
    }

    .flex-formas-hacer.cabecera-recetas {
        width: 100%;
        justify-content: space-between;
    }

    .page-pred-recetas .elem-recetas .ingredientes {
        text-align: center;
    }

    .flex-recetario .content-box.recetario {
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .wc-block-grid.wp-block-handpicked-products {
        margin-bottom: 0;
    }

    section.banner-slider .foto-contenedor img.img-sobre {
        position: relative;
        margin: 0 auto;
    }

    .elem-recetas:nth-child(3n+1) {
        padding-right: 15px;
    }

    section.noticias.cabecera>.container {
        padding: 0;
    }

    section.noticias.cabecera .elem.mb-5 {
        margin-bottom: 30px !important;
    }

    article.single-blog-page {
        margin-bottom: 0;
    }

    .site-header-cart .cart-contents {
        padding: 15px 10px;
    }

    .i .parallax {
        left: 0;
    }

    section.cabecera-hero h1 {
        font-size: 40px;
        text-align: center;
    }

    section.cabecera-hero h1 .grande {
        font-size: 40px;
    }

    header#masthead {
        transform: translateY(0px) !important;
    }

}

@media only screen and (max-width: 479px) {
    .wc-block-grid.has-6-columns .wc-block-grid__products {
        display: flex;
    }

    ul.logos li {
        flex: 1 1 100%;
    }

    ul.logos li img {
        margin: 0 auto 15px auto !important;
    }

    .puntos-fuertes {
        padding: 0 15px;
    }

    .flex-formas-hacer {
        flex-direction: column;
        align-items: center;
    }

    section.banner-slider h2.h2.caja-title span.caja-title-big {
        font-size: 2rem;
    }

    section.cabecera-recetario .centrar-pantalla {
        padding: 15px;
    }

    section.cabecera-recetario .flex-formas-hacer {
        align-items: flex-start;
    }

    .banner-slider h2.h2.caja-title {
        line-height: 1.3;
    }

    .banner-slider h2.h2.caja-title span.caja-title-big {
        padding: 15px 0;
    }

    section.banner-slider {
        padding: 15px;
    }

    section.banner-slider .container {
        padding: 0;
    }

    .wc-block-grid.has-3-columns .wc-block-grid__product {
        margin-bottom: 30px;
    }

    section.cabecera-hero.hero {
        padding: 120px 0;
        margin-bottom: 15px;
    }

    .enlaces-cat-home .box .cuadrado .title-enlace p {
        margin-bottom: 15px;
    }

    .enlaces-cat-home {
        margin-bottom: 30px;
    }

    .cajas-repeater .caja-full {
        min-width: 50%;
        padding: 15px;
        max-width: 50%;
    }

    .cajas-repeater .caja-full h2 {
        font-size: 18px;
    }

    section.texto-imagen .text-team,
    section.texto-imagen-especial .text-team {
        padding: 15px;
    }

    .text-principal {
        padding: 15px;
    }

    section.texto-imagen .text-contenedor {
        margin-bottom: 0px;
    }

    section.texto-imagen,
    section.texto-imagen-especial {
        margin-bottom: 30px;
    }

    .blog-pagination {
        margin-bottom: 30px;
    }

    .product .summary.entry-summary::after {
        width: calc(100% + 200px);
        height: calc(100% + 200px);
        top: -180px;
        left: -110px;
    }

}

/* -- VIDEOTUTORIAL -- */

.title_line {
    font-size: 24px;
}

.woocommerce-loop-product__title {
    font-size: 18px !important;
}