@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
:root {
	--woocommerce: #a46497;
	--wc-green: #7ad03a;
	--wc-red: #a00;
	--wc-orange: #ffba00;
	--wc-blue: #2ea2cc;
	--wc-primary: #a46497;
	--wc-primary-text: white;
	--wc-secondary: #ebe9eb;
	--wc-secondary-text: #515151;
	--wc-highlight: #77a464;
	--wc-highligh-text: white;
	--wc-content-bg: #fff;
	--wc-subtext: #767676;
	--e-global-color-primary: #FED700;
	--e-global-color-secondary: #FEA200;
	--e-global-color-text: #323232;
	--e-global-color-accent: #61CE70;
	--e-global-color-92c6bd7: #BCBCBC;
	--e-global-color-5176040b: #23A455;
	--e-global-color-1d55edbb: #000;
	--e-global-color-28553d09: #FFF;
	--e-global-color-fb46070: #F4F4F4;
	--e-global-color-e5d147a: #E6CA2D;
	--e-global-color-3c0c026: #CBC9C9;
	--e-global-typography-primary-font-family: "Poppins";
	--e-global-typography-primary-font-size: 40px;
	--e-global-typography-primary-font-weight: 700;
	--e-global-typography-secondary-font-family: "Roboto";
	--e-global-typography-secondary-font-size: 30px;
	--e-global-typography-secondary-font-weight: 300;
	--e-global-typography-text-font-family: "Roboto";
	--e-global-typography-text-font-size: 16px;
	--e-global-typography-text-font-weight: 400;
	--e-global-typography-accent-font-family: "Roboto";
	--e-global-typography-accent-font-weight: 500;		
}
.mgt-5 { margin-top: 5px; }
.mgt-10 { margin-top: 10px !important; }
.mgt-15 { margin-top: 15px !important; }
.mgt-20 { margin-top: 20px !important; }
.mgt-30 { margin-top: 30px !important; }
.mgt-40 { margin-top: 40px !important; }

.mgb-5 { margin-bottom: 5px !important; }
.mgb-30 { margin-bottom: 30px !important; }

.pdb-30 { padding-bottom: 30px !important; }

.imagenResponsive img {
	width: 100%;
	height: auto;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #333;	
}
header {
	width: 100%;
	min-height: 165px;
}
.cabecera {
	width: 100%;
	min-height: 110px;
	display: flex;
	max-width: 90%;
	position: relative;
	margin: 0 auto;
}
.logo-wraper {
	width: 23.294%;
	text-align: center;
	padding: 12px 0;
	vertical-align: middle;
	transition: all .3s ease-out;
}
.logo-wraper img {
	width: 100%;
	height: auto;
}
.logo-wraper:hover {
	padding: 5px 0 15px 0;
}
.hderContainer {
	display: flex;
	width: 75%;
	flex-direction: row;
	padding: 30px 0 0 0;
}
.h_1 {
	width: 45%;
	height: 60px;
	padding: 0 0 0 100px;
}
.h_2 {
	width: 26%;
	height: 60px;
}
.h_3 {
	width: 26%;
	height: 60px;
	display: flex;
	padding: 0 0 0 20px;
}
.correo_header {
	font-size: 16px;
	font-weight: 700;
}
.correo_header i {
	font-size: 18px;
	margin-right: 5px;
}
.whawraper {
	display: flex;
}
.whaicon {
	width: 52px;
	height: 52px;
	text-align: center;
	margin-right: 5px;
}
.whaicon a {
	background-color: #34BF47;
	border-radius: 50%;
	padding:6px 3px 6px 3px;
	display: block;
	transition: all .3s ;
}
.whaicon a i {
	color: #fff;
	font-size: 34px;
}
.whainfo h3 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: -5px;
  	color: #34BF47;
}
.whainfo h3 a, .whainfo h3 a:hover {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: -5px;
  color: #34BF47;
  text-decoration: none;
}
.whaicon a:hover {
	border: 3px solid var(--e-global-color-secondary);
	background-color: transparent;
	padding:3px 0px 3px 0px;
}
.whaicon a:hover i {
	color: var(--e-global-color-secondary);
}
.h_3_1 svg {
	width: 48px;
	height: 48px;
	position: relative;
	display: block;	
}
.h_3_2 h3 {
	font-size: 16px;
	font-weight: 700;	
	padding: 15px 0 0 10px;
}
.slider {
	width: 100%;
	height: 580px;
	background-color: #eee;
}
/***************** MENU **********************/
.menuwraper {
	width: 100%;
	height: 55px;
	background-image: linear-gradient(60deg, var( --e-global-color-primary ) 42%, var( --e-global-color-secondary ) 100%);
}
.innerMenu {
	width: 100%;
	height: 55px;	
	display: flex;
	max-width: 1250px;
	position: relative;
	margin: 0 auto;	
}
.divCategorias {
	width: 25%;
	justify-content: flex-start;
	align-items: inherit;
	flex-direction: column;
	display: flex;
	position: relative;
	text-align: left;
}
.divCategorias a {
	width: 100%;
	position: relative;
	display: block;
	padding: 14px 0px 13px 0;
	background: #8072fc;
	color: #fff;
	font-size: 16px;
	cursor: pointer;	
	background-color: var( --e-global-color-text );
}
.divCategorias span {
	font-family: "Poppins", Sans-serif;
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	color: var( --e-global-color-28553d09 );
	padding: 14px 10px 14px 19px;
	background-color: var( --e-global-color-text );
	border-radius: 0px 0px 0px 0px;	
}
.divCategorias i {
	font-size: 25px;
	color: var( --e-global-color-28553d09 );
	font-weight: 900;
	margin-right: 10px;	
	position: absolute;
	top: 15px; 
	right: 10px;
}
a.linkCats:hover {
	color: #fc0;
	text-decoration: none;
}
.navbar-nav {
	width: 100%;
	padding: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	background-color: var( --e-global-color-primary );
	box-shadow: 1px 2px 7px -1px rgba(0,0,0,0.5);
	max-width: 551px;
	position: absolute;
	top: 100%;
	transition: all .3s ease-in-out;
	z-index: 1111;
	display: none;
}
.navbar-nav > li {
  position: relative;
  display: block;
  height: initial;
  text-align: left;
}
ul.navbar-nav > li > a {
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 5px 5px 14px !important;
  color: #313131;
  border-style: solid;
  border-color: var( --e-global-color-e5d147a );
  background-color:  rgb(254,215,0);
  border-width: 1px 1px 1px 1px;
  border-radius: 0px 0px 0px 0px;
  transition: all 0.3s ease-in-out;
  text-align: left;
}
.navbar-nav > li.activa > a {
	border: 1px solid #323232;
}
.navbar-nav > li > a:hover {
	background-color: rgb(50,50,50);
	color: rgb(254,215,0);
	text-decoration: none;
}
.navbar-nav > li > a > .plus-nav-icon-menu.icon-img {
  max-width: 30px;
  margin-right: 15px;
}
.divMenu {
	width: 64%;
}
.divMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;	
}
.divMenu ul li {
	float: right;
}
.divMenu ul li a {
	display: block;
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 15px 15px 15px 15px;
	color: #313131;	
}
.divMenu ul li.current a {
	background-color: #313131;
	color: #fff;
	text-decoration: none;	
}
.divMenu ul li a:hover {
	background-color: #313131;
	color: #FED700;
	text-decoration: none;
}
.dropdown-menu {
	position: absolute;
	list-style: none;
	background: #fff;
	border: 0;
	border-radius: 1px;
	box-shadow: 0 1px 10px -2px rgba(0,0,0,.1);
	top: 100%;
	z-index: 1000;
	min-width: 160px;
	padding: 5px 0;
	margin: 0 0 0;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	text-align: left;
	left: 0px;
	box-sizing: border-box;
	width: 600px;
	display: none;
	height: 436.9px;	
}
#cerrar {
	position: absolute;
	top: 15px;
	right: 350px;
	font-size: 16px;
}
a#cerrar:hover {
	background-color: transparent;
}
.divCesta {
	width: 80px;
	height: 55px;
	background-color: #FEA200;
	text-align: center;
	margin-left: 30px;
	vertical-align: middle;
	
}
.divCesta a {
	display: block;
	padding: 11px 0 10px 0;
}
.divCesta i {
	font-size: 31px;
	color: #333;
}
.divCesta a:hover {
	background-color: #313131;
	color: #FEA200 !important;
	text-decoration: none;	
}
.divCesta a:hover i {
	color: #FEA200 !important;
}
.innerDivContacto {
	width: 600px;
	height: 436px;
	position: absolute;
	left: 300px;
	top: 0;
	background-color: #ccc;
}
.bg-gris {
	background-color: #ccc;
	height: 400px; width: 100%;
}
.bg-gris-2 {
	background-color: #fc0;
	height: 400px; width: 100%;
}
.contacto_1 {
	padding: 20px 20px;
}
.contacto_1 h3 {
	font-size: 18px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
.contacto_1 p {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 20px;
	padding: 0;
}
.form-contacto {
}
.contacto_1 .form-control {
	background-color: #F2F0F0;
	font-size: 14px;
	font-weight: 400;
	border-radius: 0;
	border: none;
}
.btn-grande {
	width: calc(100% - 36px);
	margin: 0 auto;
	padding: 10px 20px;
	text-align: center;
	border: none;
	background-color: #FED700;
	color: #323232;
	font-weight:700;
	font-size: 18px;
}
.btn-grande:hover {
	background-color: #323232;
	color: #FED700;
}
.contacto_1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
.contacto_1 ul li {
	text-align: left;
	width: 100%;
	height: 30px;
}
.contacto_1 ul li a {
	padding: 0;
	font-size: 14px;
}
.contacto_1 ul li i {
	margin-right: 10px;
}
.sociales-contacto {
	display: flex;
}
.social-contacto a {
	background-color: #323232;
	border-radius: 50%;
	color: #FED700;
	width: 36px;
	height: 36px;
	margin-right: 5px;
	text-align: center;
	padding:6px 0 0 0 !important;
}
.social-contacto a i {
	color: #FED700;
	font-size: 24px;
}
.mapContacto {
	margin: 10px 0 0 0;
}
section.div-banner {
	background-color: #323232;
	width: 100%;
	height: 190px;
	position: relative;
}
section.div-banner-tienda {
	background-color: #323232;
	width: 100%;
	height: 140px;
	position: relative;
}
.background-overlay {
	background-color: #fff;
	background-image: url("../imagenes/fondo-nosotros.png");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.5;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	width: 100%;
	height: 190px;
	position: absolute;
	left: 0;
	top: 0;	
}
.background-overlay-tienda {
  background-color: #FED700;
  background-image: url("../imagenes/fondo-tienda.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;  
}
.titulo-cabecera {
	width: 100%;
	min-height: 112px;
	font-size: 50px;
	color: #fff;
	text-align: center;
	padding: 60px 0px 30px 0px;
	font-weight: 700;
	position: absolute;
}
.titulo-cabecera-tienda {
	width: 100%;
	min-height: 112px;
	font-size: 43px;
	color: #fff;
	text-align: center;
	padding: 35px 0px 30px 0px;
	font-weight: 700;
	position: absolute;
}
.foto-1 {
	text-align: right;
}
.foto-1 img {
	width: 77%;
	height: auto;
	border-radius: 5px;
}
.foto-2 {
	text-align: left;
	margin: -150px 0 0 0;
	padding: 0 0 0 50px;
}
.foto-2 img {
	width: 66%;
	height: auto;
	border-style: solid;
  border-width: 10px 10px 10px 10px;
  border-color: #FFFFFF;
  border-radius: 5px 5px 5px 5px;
}
section.contenidoSeccion {
	padding: 30px 0;
}
.texto-nosotros {
	padding:20px 80px 0 80px;
}
.titulo-nosotros h2 {
	font-size: 40px;
	font-weight: 900;
	color: #313131;
}
.titulo-nosotros h2 span {
	font-weight: 700;
}
.linea {
	width: 100%;
	height: 15px;
	background: url('../imagenes/divisora.png') left center no-repeat;
}
.p-17 {
	font-size: 17px;
	text-align: justify;
	line-height: 1.2em;
	font-family: 'Roboto', sans-serif;
}
.p-22 {
	font-size: 22px;
	text-align: justify;
	line-height: 1.2em;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.telf_1 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 14px 80px 0px 80px;	
}
.telf_2 {
display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;	
}
.telf_3 {
	width: 98px;
	background-color: #fed700;
	align-content: center;
	align-items: center;
	font-size: 44px;
	text-align: center;
	padding: 30px 0 0 0;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.telf_4 {
	background-color: #f4f4f4;
	align-content: center;
	align-items: center;
	text-align: center;	
	padding: 20px 0 5px 0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;	
}
.p_4_1 {
font-size: 23px;
  font-weight: 700;
  color: #323232;
  padding: 0;
  margin: 0;
  line-height: 25px;	
}
.p_4_2 {
font-size: 31px;
  font-weight: 700;
  color: #323232;	
  padding: 0;
  margin: 0;	  
}
section.barra {
	width: 100%;
	height: 162px;
	background-color: #FED700;
	background-image: url("../imagenes/fondo-noso002.jpg");
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	position: relative;	
}
.barra-overlay {
	background-color: transparent;
	background-image: linear-gradient(90deg, var( --e-global-color-primary ) 0%, var( --e-global-color-secondary ) 100%);
	opacity: 0.79;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;	
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;	
	z-index: 2;
}
.texto-barra {
	width: 100%;
	min-height: 162px;
	text-align: center;
	padding: 30px 0;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;	
	z-index: 10;
}
.texto-barra h2 {
	font-size: 40px;
	line-height: 45px;
	font-weight: 700;
	color: #323232;
}
section.cajas_m {
	padding: 70px 0;
}
.caja_m {
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: var( --e-global-color-primary );
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin: 0px 30px 0px 0px;
	--e-column-margin-right: 30px;
	--e-column-margin-left: 0px;
	padding: 20px 20px 20px 20px;	
}
.m_1 h2 {
	font-size: 34px;
	font-weight: 700;
	color: #323232;	
}
.m_2 {
	width: 100%;
	height: 15px;
	background: url('../imagenes/divisora.png') left center no-repeat;	
}
.m_3 {
	text-align: justify;
	color: #323232;
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	height: 150px;
	padding: 10px 0;
}
footer {
	background-color: #212121;
	border-style: solid;
	border-width: 4px 0px 2px 0px;
	border-color: var( --e-global-color-primary );
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 30px 0px 0px 0px;	
}
.texto-footer {
	text-align: justify;
	color: #FFFFFF;
	font-family: "Roboto", Sans-serif;
	font-size: 14px;
	font-weight: 400;	
	padding: 15px 0;
}
footer h2 {
	color: var( --e-global-color-primary );
	font-family: "Poppins", Sans-serif;
	font-size: 22px;
	font-weight: 700;	
}
.texto-footer-2 p {
	color: var( --e-global-color-28553d09 );
	font-family: "Poppins", Sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2em;	
}
.texto-footer-2 ul {
	list-style: none;
	margin:0;
	padding:0;
}
.texto-footer-2 ul li {
	font-family: "Poppins", Sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	padding: 5px 0;	
	display: flex;
	position: relative;
}
.texto-footer-2 ul li:not(:last-child)::after {
  content: "";
  width: 88%;
  border-color: #2F2F2F;
  border-top-style: solid;
  border-top-width: 1px;
  position: absolute;
  bottom: 0;	
}
.texto-footer-2 ul li a {
	color: #fff;
	text-decoration: none;
	display: flex;
}
.texto-footer-2 ul li a:hover {
	color: #FED700;
}
.texto-footer-2 ul li a:hover i {
	color: #fff;
}
.texto-footer-2 ul li i {
	margin-right: 10px;
	width: 20px;
	margin-top: 6px;
}
.texto-footer-2 ul li span {
}
.elementor-icon-list-item:not(:last-child)::after {
  content: "";
  width: 88%;
  border-color: #2F2F2F;
}
footer .sociales-contacto a {
	margin-right: 20px;
}
footer .sociales-contacto a:hover i {
	color: #FEA200;
}
ul.footer-cats {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.footer-cats li a {
	font-family: "Poppins", Sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
}
ul.footer-cats li a:hover {
	color: #FED700;
	text-decoration: none;
}
.copyright {
	width: 100%;
	height: 40px;
	margin:0;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #323232;
	padding: 10px 0 15px 0;
	background-image: linear-gradient(50deg, var( --e-global-color-primary ) 0%, var( --e-global-color-secondary ) 100%);
}
.copyright a {
	color: #323232;
	text-decoration: none;
}

/*********************** SIDEBAR CATEGORIAS ***********************/
.divCategoriasLateral {
	position: relative;
}
.cat_1 {
	padding: 9px 0px 7px 9px;
	background-color: var( --e-global-color-text );
	border-radius: 2px 2px 2px 2px;
	text-align: left;	
	border-radius: 5px 5px 0px 0px;
}
.cat_1 h2 {
	color: var( --e-global-color-28553d09 );
	font-family: "Poppins", Sans-serif;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;	
}
.cat_2 {
	background-color: var( --e-global-color-primary );
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 7px 20px 8px;
  border-radius: 0px 0px 5px 5px;
  width: 100%;
}
.cat_2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.cat_2 ul li {
	padding: 6px 0px 7px 0px;
}
.cat_2 ul li a {
font-family: "Poppins", Sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.1px;
  padding: 7px 5px 7px 10px !important;
  color: #313131;
  border-radius: 0px 0px 0px 0px;	
  display: block;
}
.cat_2 ul li.activa a {
	background-color: #323232;
	color: #fff;
	text-decoration: none;	
}
.cat_2 ul li a:hover {
	background-color: #323232;
	color: #fff;
	text-decoration: none;
}
.cat_2 ul li a img {
	width: 25px;
	height: auto;
	margin-right: 8px;
}

/******************** PRODUCTOS *************************/
.producto {
	background-color: #fff;
	border-radius: 7px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #D7D7D7;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px 0px 16px 0px;	
}
.imgProducto img {
	width: 100%;
	height: auto;
}
.catProducto {
	text-align: center;
}
.catProducto a {
	font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: var( --e-global-color-secondary );
  text-decoration: none;
}
.catProducto a:hover {
	color: #323232;
}
.nombreProducto {
	width: 100%;
	text-align: center;
	display: table;
}
.innerNombreProducto {
	display: table-cell;
	height: 90px;
	vertical-align: middle;
	padding: 0 5px;
}
.innerNombreProducto a {
	font-family: "Poppins", Sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #323232;
  text-decoration: none;
}
.linkProducto {
	width: 92%;
	margin: 0 auto;
}
.linkProducto a {
	display: block;
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: var( --e-global-color-text );
	background-color: var( --e-global-color-primary );
	border-radius: 7px 7px 7px 7px;	
	text-decoration: none;
	padding: 5px 10px;
	text-align: center;
}
.linkProducto a:hover {
	background-color: var(--e-global-color-secondary);
}
ul.paginacion {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}
ul.paginacion li {
	float: left;
	margin-right: 15px;
}
ul.paginacion li a {
	padding: 6px 15px;
	text-align: center;
	background-color: #f7f7fb;
	font-size: 15px;
  font-weight: 700;
  color: #323232;
  border-radius: 5px;
  margin-top: 3px;
  display: block;
}
ul.paginacion li a:hover {
	text-decoration: none;
	background-color: #FED700;
}
ul.paginacion li.current {
	float: left;
	margin-right: 15px;	
	padding: 6px 15px;
	text-align: center;
	background-color: #FED700;
	font-size: 15px;
  font-weight: 700;
  color: #323232;
  margin-top: 3px;
  border-radius: 5px;
}
.textoCategoria {
	font-size: 16px;
	line-height: 28px;
	color: #323232;
	padding: 0 0 30px 0;
}
.marcoProducto {
	background-color: var( --e-global-color-28553d09 );
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 20px 20px 20px 20px;	
}

.infoProducto {
	padding: 7px 16px 0px 26px;
}
.infoProducto h1 {
color: var( --e-global-color-text );
  font-family: "Poppins", Sans-serif;
  font-size: 30px;
  font-weight: 700;	
}
.infoCat {
	font-weight: 700;
	font-family: "Roboto", Sans-serif;
  font-size: 17px;
  color: var( --e-global-color-text );
}
.infoCat a {
	color: #FEA200;
}
.descripcion {
	color: var( --e-global-color-text );
  font-family: "Roboto", Sans-serif;
  font-size: 17px;
  font-weight: 400;
}
.infoProducto h2 {
	color: var( --e-global-color-text );
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;	
}
.btn-rojo {
	padding: 10px 40px;
	background-color: #f00;
	border: none;
	border-radius: 15px;
	color: #fff;
}
.btncotizar {
	padding: 20px 0;
}
.btncotizar a {
	background-color: #f00;
	color: #fff;
	font-size: 18px;
}
.btncotizar a:hover {
	color: #fff;
}
.btn-whatsapp {
	padding: 10px 60px;
	background-color: #0AC223;
	border: none;
	border-radius: 15px;
	color: #fff;
}
.tarjetas h3 {
	font-size: 20px;
}
.marcoProducto {
}
.marcoProducto h2 {
font-family: "Poppins", Sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 0.5em;
  color: #313131;
}
.marcoProducto h3 {
	font-family: "Poppins", Sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: var( --e-global-color-text );
  margin-top: 5px;
  margin-bottom: 5px;
  word-wrap: break-word;
}
input[type="checkbox"], input[type="radio"] {
  margin-right: 10px;
  margin-left: 10px;
}
.whatsapp {
	width: 300px;
	position: fixed;
	left: 5px;
	bottom: 10%;
	z-index: 1000;
}
.whatsapp img {
	width: 100%;
	height: auto;
	transition: all 0.3s ease;
}
.bx-wrapper {
  box-shadow: none;
  border: 0px solid #fff;
  background: #fff;
  margin-bottom: 0;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 20px;
  width: 100%;
}
#navbar-inicio {
	display: block;
}


/************************** HOME ***************************/
section.cats-home {
	width: 100%;
	height: 110px;
	padding: 5px 0 5px 0;
	background-image: linear-gradient(90deg, #fed700 54%, #fea200 100%);
}

.listaCatsHome {
	width: 100%;
	height: 100px;
	display: flex;
	flex-direction: row;
	align-items: start;
}
.catHome {
	padding: 10px 5px;
	text-align: center;
}
.catHome:hover {
	background-color: #FEA200;
}
.iconCatHome {
	width: 100%;
	text-align: center;
}
.iconCatHome img {
	width: 30px;
	height: auto;
	margin: 0 auto;
}
.tituloCatHome {
	width: 100%;
	text-align: center;
}
.tituloCatHome a {
	font-family: "Poppins", Sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 12px;
  text-decoration: none;
  color: #323232;
}
.elementor-button {
  background-color: #fed700;
  border-color: #fed700;
  color: #323232;
}
.elementor-button:hover {
  background-color: #323232;
  border-color: #323232;
  color: #fed700;  
}
.whatsapp {
	width: 300px;
	position: fixed;
	left: 5px;
	bottom: 10%;
	z-index: 1000;
}
.whatsapp img {
	width: 100%;
	height: auto;
	transition: all 0.3s ease;
}
section.destacados {
	width: 100%;
	padding: 20px 0;
	background-color: #F4F4F4;
}
section.destacados2 {
	width: 100%;
	padding: 20px 0;
	background-color: #FFF;
}
.tituloHome {
	width: 100%;
	text-align: center;
	padding: 20px 0 0 0;
}
.tituloHome h2 {
	font-size: 35px;
	font-weight: 600;
	color: #323232;
	line-height: 45px;
}
.tituloHome h2 span {
	font-size: 40px;
	font-weight: 700;
	color: #323232;	
}
.lineaWraper {
	width: 100%;
	height: 30px;
}
.linea {
	width: 45%;
	height: 7px;
	margin: 0 auto;
	background-image: linear-gradient(90deg, #fed700 54%, #fea200 100%);
}

section.banner_home {
	width: 100%;
	padding: 40px 0;
	background-color: #fff;
}
.banner_1_home {
	width: 100%;
	min-height: 150px;
	background-image: url("../imagenes/offer-banner-1.jpg");
  background-position: center left;
  background-size: cover;
  border-radius: 8px 8px 8px 8px;
  padding: 40px 35px 40px 30px;
}
.inner-banner-home {
	display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

section.banner_2 {
	width: 100%;
	padding: 40px 0;
	background-color: #fff;
}
.bh_1 {
	background-color: #1B1B1B;
	padding: 50px 0px 50px 20px;
	display: flex;
	flex-direction: row;
	color: #fff;
	border-radius: 15px 0 0 15px;
}
.bh_1 i {
	font-size: 50px;
	margin-right: 20px;
}
.bh_1 h3 {
	font-size: 20px;
	font-weight: 700;
}
.bh_1 p {
	font-size: 16px;
	font-weight: 300;
}

.bh_2 {
	background-color: #1B1B1B;
	padding: 50px 10px 50px 20px;
	display: flex;
	flex-direction: row;
	color: #fff;
	border-radius: 0px 15px 15px 0px;
}
.bh_2 i {
	font-size: 50px;
	margin-right: 20px;
}
.bh_2 h3 {
	font-size: 17px;
	font-weight: 700;
}
.bh_2 p {
	font-size: 15px;
	font-weight: 300;
}
.bh_3 {
	width: 100%;
	padding: 30px 10px 0 10px;
	background-image: linear-gradient(160deg, #FED700 0%, #FEA200 100%);
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
.bh_3 img {
	width: 80%;
	height: auto;
}
.bh_3 p {
	color: #323232;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 0;
}

section.marcas {
	width: 100%;
	padding: 40px 0;
	background-color: #fff;
}
.swiper-slide img {
	width: 100%;
	height: auto;
}

.linea2 {
	padding: 40px 0;
}
.innerLinea {
	width: 100%;
	height: 10px;
	background-image: linear-gradient(160deg, #FED700 0%, #FEA200 100%);
}
.tituloMarcas {
	padding: 15px 20px;
	background-image: linear-gradient(160deg, #FED700 0%, #FEA200 100%);
	text-align: center;
	border-radius: 15px;
}
.innertituloMarcas {
	text-align: center;
	color: #323232;
	font-size: 30px;
	font-weight: 500;
}
.innertituloMarcas span {
	color: #323232;
	font-size: 30px;
	font-weight: 700;	
}
.bx-wrapper .bx-controls-direction a {
  z-index: 1;
}