.site-main,
.container {
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
}

p {
	clear: both;
    font-family: "Poppins", sans-serif;
	font-size: 21px;
	color: #686868;
    line-height: 125%;
    font-optical-sizing: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: "Poppins", sans-serif;
    line-height: 125%;
    font-optical-sizing: auto;
}

h1 {
    font-size: 48px;
    font-weight: 600;
    margin: 0;
	color: #282826;
}

h2 {
    font-size: 48px;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 0;
	color: #282826;
}

h3 {
    font-size: 30px;
    font-weight: 600;
}

h4 {
    font-weight: 400;
}
html {
  scroll-behavior: smooth;
}

div#cookie-notice a, div#cookie-notice a:visited  {
    text-decoration: none;
    color: #e1251b;
}
.IDstyle {
    position: absolute;
    top: -100px;
}
/* ======== header =========*/
.site-header.sticky .site-branding {
    position: fixed;
    top: 0;
    width: 100%;
	height: 100px;
	background: #E9E8EB;
background: linear-gradient(0deg, rgba(233, 232, 235, 0) 0%, rgba(240, 239, 242, 1) 35%);
    transition: all 0.3s ease;
	
	.LogoHeader img {
		width: 150px;
		transition: all 0.3s ease;
	}
}
header#masthead {
    position: fixed;
    z-index: 999;
    width: 100%;
}
.site-branding {
    width: 100%;
    background-color: transparent;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
	transition: all 0.3s ease;
	
	.LogoHeader img {
		width: 220px;
		transition: all 0.3s ease;
	}
	
	.menu_Izq ul, .menu-der ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
	a {
    text-decoration: none;
    color: #282826;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'poppins';
    padding: 10px 25px;
    margin: 0px 20px;
	transition: 0.3s all ease;
	}
	a:visited {
    color: #282826;
}
}
.site-branding a::hover {
    color: #e1251b;
	transition: 0.3s all ease;
}
.botonMarcas {
    position: fixed;
    bottom: 50px;
    z-index: 999;
	width: 200px;
    margin-left: -15px;
    background-color: #e1251b;
    border-radius: 0px 35px 35px 0px;
    box-shadow: 6px 6px 15px 1px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 6px 6px 15px 1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 6px 6px 15px 1px rgba(0,0,0,0.24);
	transition: 0.3s ease all;
	cursor: pointer;
	
	p {
    font-family: 'Poppins';
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    padding: 5px 5px 5px 60px !important;
    margin: 5px;
	}
	
	p:before {
    content: '';
    background-image: url(https://karmenfoods.com/wp-content/uploads/2025/06/carrito.png);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 33px;
}
}
.botonMarcas:hover {
    margin-left: 0px;
    transition: 0.3s ease all;
}
.Marcas {
    position: fixed;
    z-index: 999;
	left: -90px; /* oculto fuera de pantalla */
    background-color: #fff;
    padding: 10px 0px;
    border-radius: 0px 35px 0px 0px;
    bottom: 85px;
    width: 90px;
	box-shadow: 6px 6px 15px 1px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 6px 6px 15px 1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 6px 6px 15px 1px rgba(0,0,0,0.24);
	transition: 0.3s ease all;
}
.Marcas.activa {
  left: 0; /* visible */
}
.ContMarca {
    display: flex;
    flex-direction: column;
    align-items: center;
	
	a {
    padding: 5px;
    margin: 3px;
    border-bottom: 1px solid #68686850;
	}
	
	a:last-child {
  	border-bottom: none;
}
}

/* ======== Fin header =========*/

/* ======== footer =========*/
footer {
	background-color: #282826;
	text-align: center;
	color: #686868;
	font-size: 18px;
}
.site-info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
	padding: 25px 0px;
	
	.LogoHeader img {
		width: 220px;
	}
	
	.menu_Izq ul, .menu-der ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
	a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'poppins';
    padding: 10px 25px;
    margin: 0px 20px;
	transition: 0.3s all ease;
}
	a:visited {
		color: #fff;
	}
}
footer.entry-footer {
    display: none;
}
.redesFooter {
    padding-bottom: 1px;
}
.redesFooter a {
    padding: 0px 5px;
    margin: 0px 5px;
}
.site-info {
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
}

.site-info  div {
    width: 45%;
}

.site-info .LogoHeader {
    width: 30%;
}

.site-info .menu_Izq ul {
    justify-content: flex-end !important;
}
.PoliticasFooter {
	margin: 10px 0px;
	ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
	}
	a {
		text-decoration: none;
        color: #686868;
        padding: 5px;
        margin: 0px 5px;
	}
	a:visited {
		color: #686868;
	}
	a:hover {
		color: #e1251b;
	}
}
/* ======== Fin footer =========*/


/* ======== EStilos General ========= */
.IMGbanner1 img {
    max-width: 125% !important;
    margin-left: -70px;
}
.infoBanner {
	z-index: 2;
}
.befEmpresa::before {
    content: '';
    background-image: url(https://karmenfoods.com/wp-content/uploads/2025/05/Karmen-foods-empresa.jpg);
    background-position: bottom;
    width: 1920px;
    height: 530px;
    display: block;
    position: absolute;
    left: 0;
}
.TitGen {
	h2 {
		
		strong{
			color: #e1251b;
		}
	}
	
	a {
		text-decoration: none;
		color: #e1251b;
		font-size: 28px;
		font-weight: 600;
		background-color: #fff;
		padding: 5px 35px;
		border-radius: 50px;
		box-shadow: 6px 6px 15px 1px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 6px 6px 15px 1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 6px 6px 15px 1px rgba(0,0,0,0.24);
	}
	a:visited {
		color: #e1251b;
	}
	
	a::hover {
	box-shadow: -1px 19px 19px 0px rgba(0,0,0,0.14);
	-webkit-box-shadow: -1px 19px 19px 0px rgba(0,0,0,0.14);
	-moz-box-shadow: -1px 19px 19px 0px rgba(0,0,0,0.14);
	}
	
}
.TitGen a::hover {
	box-shadow: -1px 19px 19px 0px rgba(0,0,0,0.14);
	-webkit-box-shadow: -1px 19px 19px 0px rgba(0,0,0,0.14);
	-moz-box-shadow: -1px 19px 19px 0px rgba(0,0,0,0.14);
	}
.btnProd {
	position: absolute;
    right: 0;
	
	p {
    	margin-top: -70px !important;
		z-index: 22;
        position: relative;
	}
    a {
        text-decoration: none;
        color: #fff;
        font-size: 21px;
        font-weight: 600;
        background-color: #e1251b;
        padding: 5px 35px;
        border-radius: 50px;
        box-shadow: 6px 6px 15px 1px rgba(0, 0, 0, 0.24);
        -webkit-box-shadow: 6px 6px 15px 1px rgba(0, 0, 0, 0.24);
        -moz-box-shadow: 6px 6px 15px 1px rgba(0,0,0,0.24);
    }
		a:visited {
		color: #fff;
	}
	
	a::hover {
		color: #e1251b;
		background-color: #fff;
		box-shadow: -1px 19px 19px 0px rgba(0,0,0,0.14);
		-webkit-box-shadow: -1px 19px 19px 0px rgba(0,0,0,0.14);
		-moz-box-shadow: -1px 19px 19px 0px rgba(0,0,0,0.14);
	}
}
.SecMarcas {
    background-color: #e1251b;
    border-radius: 50px 50px 0px 0px !important;
    padding: 0px 50px !important;
	
	h2 {
		color: #fff;
	}
}
.BGbanner {
    background: #E9E8EB;
    background: linear-gradient(90deg, rgba(233, 232, 235, 1) 0%, rgba(240, 239, 242, 1) 50%, rgba(238, 237, 240, 1) 100%);
	overflow: visible !important;
}
.BGbanner::after {
    content: '';
    background-image: url(https://karmenfoods.com/wp-content/uploads/2025/05/after-banner.png);
    width: 387px;
    height: 1003px;
    position: absolute;
    display: block;
    left: 0px;
    top: 0;
}
.BGbanner::before {
    content: '';
    background-image: url(https://karmenfoods.com/wp-content/uploads/2025/05/before-banner.png);
    width: 289px;
    height: 1034px;
    position: absolute;
    display: block;
    right: 0px;
    top: 0;
}
.SecMarcas {
    margin-top: -100px;
	z-index: 99;
}
.TarjMarcas {
    margin-bottom: -50px;
}
.TarjMarcas > div {
    background-color: #fff;
    border-radius: 25px;
    box-shadow: -1px 19px 19px 0px rgba(0, 0, 0, 0.14) !important;
    -webkit-box-shadow: -1px 19px 19px 0px rgba(0, 0, 0, 0.14) !important;
    -moz-box-shadow: -1px 19px 19px 0px rgba(0,0,0,0.14) !important;
}
.imgMargNeg {
    margin-top: -50px;
    margin-bottom: 15px;
}

.owl-carousel li {
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    width: 100% !important;
}
.products-carousel {
	li {
		margin: 0px 3.8% 3.992em 0 !important;
		border-radius: 15px;
		text-align: center;
		padding: 0;
		background-color: #fff;
		box-shadow: -1px 19px 19px 0px rgba(0, 0, 0, 0.14) !important;
		-webkit-box-shadow: -1px 19px 19px 0px rgba(0, 0, 0, 0.14) !important;
		-moz-box-shadow: -1px 19px 19px 0px rgba(0,0,0,0.14) !important;
	}
	a {
		pointer-events: none !important;
	}
	a.button  {
		display: none !important;
	}
	.owl-stage {
    padding-top: 15px;
	}
}
.DescripMarca p {
    font-size: 16px;
    line-height: 24px;
}
.atributos-personalizados {
    font-size: 16px !important;
    font-family: 'poppins';
    font-weight: 600;
    margin-top: -45px;
}
.atributos-personalizados::before {
    content: '';
    width: 150px;
    height: 1px;
    background-color: #686868;
    position: absolute;
    margin-top: 30px;
    left: 50%;
    transform: translateX(-50%);
}
h2.woocommerce-loop-product__title {
    padding: 18px 15px !important;
    font-size: 18px !important;
}
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    margin-top: -50px !important;
    padding: 25px;
}
.TextPeqe p {
    font-size: 16px;
}
.itemTimeLine {
	margin: 0px 0px 60px !important;
	p {
		font-size: 16px;
	}
}
.a2022::before, .a2017::before, .a2002::before, .a1990::before, .a1967::before {
    background-color: #e1251b;
    border-radius: 100px;
    width: 80px;
    height: 80px;
    position: absolute;
    align-content: center;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    font-family: 'Poppins';
    margin-left: -105px;
}
.a2022::before {
	content: '2022';
	}
.a2017::before {
	content: '2017';
	}
.a2002::before {
	content: '2002';
	}
.a1990::before {
	content: '1990';
	}
.a1967::before {
	content: '1967';
	}
.CTAFooter {
    padding: 100px 0px;
}
.CTAFooter h2 {
    color: #fff;
    text-align: right;
}
.CTAFooter p {
    text-align: right;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: left !important;
    -webkit-tap-highlight-color: transparent;
}
/* ======== Fin estilos Generales ========*/

/* ======== formulario ========*/
.FormCont input, textarea {
    width: 100% !important;
    border: none !important;
    border-bottom: 1px solid #68686850 !important;
    margin: 10px 0px;
}
textarea {
    max-height: 100px;
}
.FormCont {
    background-color: #fff;
    border-radius: 25px;
    padding: 50px;
    box-shadow: 6px 6px 15px 1px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 6px 6px 15px 1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 6px 6px 15px 1px rgba(0,0,0,0.24);
}
span.wpcf7-spinner {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    	text-decoration: none;
		color: #fff !important;
		font-size: 28px !important;
		font-weight: 600 !important;
		background-color: #e1251b;
		padding: 5px 35px !important;
		border-radius: 50px !important;
		cursor: pointer;
}
.FormCont p {
    font-size: 14px;
    line-height: 20px !important;
}
.FormCont p a {
    text-decoration: none;
    color: #686868;
    font-weight: 600;
}
.TextDatos p {
    line-height: 40px;
}
.TextDatos p a {
    text-decoration: none;
    color: #686868;
    font-weight: 600;
}
/* ======== Fin formulario ========*/

/* =========== RESPONSIVE ========== */

@media only screen and (max-width: 1560px) {
	.atributos-personalizados {
    font-size: 14px !important;
	}
	h2.woocommerce-loop-product__title {
    padding: 18px 15px !important;
    font-size: 16px !important;
	}
	h2 {
    font-size: 40px;
	}
}
@media only screen and (max-width: 1024px) {
	.site-branding {
		a {
			font-size: 16px;
			padding: 0px 10px;
			margin: 0px 10px;
		}
		.LogoHeader img {
			width: 150px;
			transition: all 0.3s ease;
		}
	}
	.TitGen {
		a {
			font-size: 24px;
		}
	}
	.BGbanner::after {
    content: '';
    background-image: url(https://karmenfoods.com/wp-content/uploads/2025/05/after-banner.png);
    background-size: cover;
    width: 300px;
    height: 792px;
    position: absolute;
    z-index: 1;
    display: block;
    left: 0px;
    top: 40px;
	}
	.BGbanner::before {
    content: '';
    background-image: url(https://karmenfoods.com/wp-content/uploads/2025/05/before-banner.png);
    background-size: cover;
    width: 210px;
    height: 840px;
    position: absolute;
    display: block;
    right: 0px;
    top: 35px;
	}
	h2 {
        font-size: 36px;
    }
	p {
    clear: both;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #686868;
    line-height: 125%;
    font-optical-sizing: auto;
}
}
@media only screen and (max-width: 450px) {
	.IMGbanner1 img {
    max-width: 100% !important;
    margin-left: 0px;
}
	    .site-branding {
        .LogoHeader img {
            width: 120px;
            transition: all 0.3s ease;
        }
    }
	.site-header.sticky .site-branding {
    .LogoHeader img {
        width: 100px;
        transition: all 0.3s ease;
    }
}

	.PoliticasFooter {
    ul {
        flex-direction: column;
        justify-content: center;
    }
	li {
    width: 100%;
}
}
	nav.menu-der li, nav.menu_Izq li {
    padding: 5px;
    margin: 5px 0px;
}
	.site-info {
    width: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 25px 0px;
    flex-wrap: nowrap;
}
	.site-info {
    .menu_Izq ul, .menu-der ul {
        display: flex;
        margin: 10px;
        padding: 0;
        list-style: none;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
		}
	}
	.site-info div {
    width: 90%;
	}
	
	.itemTimeLine {
    margin: 0px 0px 0px 100px !important;
}
	.befEmpresa::before {
    content: '';
    background-image: url(https://karmenfoods.com/wp-content/uploads/2025/05/Karmen-foods-empresa.jpg);
    background-position: top left !important;
    background-size: cover;
    width: 580px;
    height: 155px;
    display: block;
    position: absolute;
    left: 0;
}
	.reverseMovil {
    flex-direction: column-reverse;
}
	.SecMarcas {
    margin-top: 0px;
    z-index: 99;
}
	.TarjMarcas {
    margin-bottom: 0px;
}
	.sombraText {
    background: #F0EFF2;
    background: radial-gradient(circle, rgba(240, 239, 242, 1) 85%, rgba(240, 239, 242, 0) 100%);
}
	.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center !important;
    -webkit-tap-highlight-color: transparent;
}
}

.site-header .burger {
    display: none !important;
    height: 23px;
    width: 30px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.site-header .burger span {
    display: block;
    height: 2px;
    width: 100%;
    border-radius: 10px;
    background: #e1251b;
}
.site-header .burger span:first-child {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
}
.site-header .burger span:nth-child(2) {
    transition: transform 0.2s ease-in-out;
}
.site-header .burger span:nth-child(3) {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
}
.site-header .burger.active span:first-child {
    transform: rotate(45deg);
}
.site-header .burger.active span:nth-child(2) {
    transform: scaleY(0);
}
.site-header .burger.active span:nth-child(3) {
    transform: rotate(-45deg);
}

@media only screen and (max-width: 1024px) {
	
	.site-branding {
		flex-direction: column;
		height: auto;
        padding: 20px 0;
	}
	
	.site-header .burger {
		display: flex !important;
	}
	
	.site-header.active .menu-contenedor {
		display: block;
	}
	
	.site-branding div:nth-child(1) {
		order: 2;
	}
	
	.LogoHeader {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 20px;
	}
	
	.menu_Izq ul, .menu-der ul {
		flex-direction: column;
        align-items: center;
	}
	
	.menu-contenedor {
		display: none;
	}
	
	.site-header.sticky .site-branding {
		height: auto;
	}
	
	.site-header.active {
		background-color: #fff;
	}
}

.owl-nav button {
    width: 35px;
    height: 35px;
    background-color: #686868 !important;
    border-radius: 50% !important;
	line-height: 0px !important;
}