@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}
body {
	font-family: Roboto, sans-serif;
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	background-color: #000;	
	background-image: url('../imagenes/fondo-deg.jpg');
  	background-repeat: no-repeat;
}
: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;    
  --amarillo: #fcb72e;
}
.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; }
/********************** CABECERA ****************************/
header {
	width: 100%;
	height: 100px;
	background: black;
	border-bottom: 1px solid var(--amarillo);
	padding: 5px 0 0 0;
  background-color: #373435;
}
.header-search-ajax svg {
  fill: var(--amarillo);
}
.logo img {
	width: 100%;
	height: auto;
}

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul.nav-menu {
  display: flex;
  justify-content: space-around;
  transform: translate(0, 10px);
  z-index: 9;
  position: relative;
}
.main-navigation ul.nav-menu li {
  width: 100%;
  text-align: center;
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  margin-right: -32px;
}

.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation ul.nav-menu li.current-menu-item a {
  background: var(--amarillo);
  color: white;
}
.main-navigation ul.nav-menu li a {
  width: 100%;
  background: white;
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
  padding: 1.19rem 0px;
  font-weight: 500;
  border-top: 5px solid var(--amarillo);
  transition: .3s ease;
}
.main-navigation ul.nav-menu li a:hover {
	background-color: var(--amarillo);
	color: #fff;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
#header-top {
  display: flex;
  justify-content: flex-start;
  height: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px 0 0 30px;
}
#header-top ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 40px;
}
#header-top ul li {
	float: left;
	margin-right: 30px;
}
#header-top ul li a {
	color: #fff;
}
#header-top ul li a i {
	color: var(--amarillo);
	margin-right: 5px;
}
.header-search-ajax {
  background: var(--amarillo);
  clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
  padding: 16px 35px;
  position: relative;
  z-index: 99;
  margin-left: -20px;
  margin-top: 7px;
}
.btn-menu p {
  margin-bottom: 0;
  color: #999999;
  font-size: 0px;
  line-height: 1;
}
.header-search-ajax p img {
  margin-bottom: 0;
  filter: invert(0.72);
  border: 0 !important;
  transform: rotate(80deg);
}
.bx-wrapper {
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}
/********************** HOME ****************************/
section.bannerhome {
  width: 100%;
  min-height: 100px;
  background-color: #FED700;
  background-image: url("../imagenes/bannerbf8a.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
section.home {
	width: 100%;
	min-height: 500px;
}
.bannerHome {
	width: 100%;
}
.bannerHome img {
	width: 100%;
	height: auto;
}
.bx-wrapper .bx-pager {
  bottom: 30px;
}

/**************** CARUSEL CATEGORIAS HOME *********************/
.cintaHome {
  width: 100%;
  height: 100px;
  background-color: var(--amarillo);
  border-radius: 20px 20px 0 0;
}
.listaCatsHome {
  width: 96%;
  margin: 0 auto;
  /*
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: row;
  align-items: start;*/
}
.catHome {
  padding: 10px 5px;
  text-align: center !important;
}
.catHome:hover {
  background-color: #FEA200;
}
.iconCatHome {
  text-align: center !important;
}
.iconCatHome img {
  width: 30px;
  height: auto;
  margin: 0 auto;
}
.tituloCatHome {
  text-align: center !important;
}
.tituloCatHome a {
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  text-decoration: none;
  color: #323232;
}
.slick-next
{
  right: -10px;
}
.slick-prev
{
  left: -20px;
}
.slick-prev::before, .slick-next::before {
  font-size: 30px;
  color: black;
}
.itemMarca {
  margin: 0 5px;
  background-color: #fff;

}
.itemMarca img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
/******************** DESTACADOS *************************/
.destacado {
  background-color: #fff;
  border-radius: 8px 25px 8px 25px;
  margin-bottom: 20px;
}
.picDestacado {
  width: 100%;
}
.picDestacado img {
  width: 100%;
  height: auto;
  border-radius: 8px 25px 8px 25px;
}
.catDestacado {
  text-align: center;
}
.catDestacado a {
  color: var(--amarillo);
  font-weight: 700;
  text-shadow: 1px 1px 1px #000;
  font-size: 1.1rem;
}
.nombreDestacado {
  width: 100%;
  min-height: 50px;
  padding: 0 10px;
  text-align: center;
  display: table;
}
.innerNombreDestacado {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 75px;
}
.innerNombreDestacado a {
  color: #000;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.2;
}
.tituloHome {
  width: 100%;
  height: 80px;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0px;
  padding: 20px 10px;
}
.linkDestacado {
  padding: 10px 20px;
}
.linkDestacado a {
  background-color: var(--amarillo);
  color: #000;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 5px 10px;
  display: block;
  border-radius: 10px;
  border: none;
  text-align: center;
  text-decoration: none;
}
.linkDestacado a:hover {
  background-color: #000;
  color: var(--amarillo);
}

/************************ WHATSAPP ***********************/
.whatsapp {
  width: 300px;
  position: fixed;
  left: 5px;
  bottom: 10%;
  z-index: 1000;
}
.whatsapp img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
.lateral {
  width: 100%;
  margin: 20px 0;
}
.lateral img {
  width: 100%;
  height: auto;
}

/*********************** FOOTER ***************************/
footer {
  width: 100%;
  background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(38,38,38,1) 40%, rgba(38,38,38,1) 60%, rgba(0,0,0,1) 100%);
  padding: 3rem 0 50px 0;
  margin: 50px 0 0 0;
}
#footer-widgets .logo-footer
{
  margin-top: -64px;
  padding: 5.5rem 3rem !important;
  border-top: 4px solid var(--amarillo);
  border-radius: 0 0 60px 60px;
  background: rgba(0,0,0,1);
  background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.2) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0.2)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.2) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.2) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.2) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  text-align: center;
}
#footer-widgets .logo-footer::before
{
  content: "";
  width: 28px;
  height: 16px;
  display: block;
  background: var(--amarillo);
  position: absolute;
  top: -4px;
  left: -28px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

#footer-widgets .logo-footer::after
{
  content: "";
  width: 28px;
  height: 16px;
  display: block;
  background: var(--amarillo);
  position: absolute;
  top: -4px;
  right: -28px;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.textwidget img {
  width: 100%;
  height: auto;
}
.copyright {
  width: 100%;
  background-color: #000;
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 10px 0;
}
.copyright a {
  color: var(--amarillo);
  text-decoration: none;  
} 
footer h4 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: var(--amarillo);
  text-align: center;
}
.textoFooter {
  color: #666;
}
ul.product-categories
{
  padding: 0;
  margin: 0;
  list-style: none;
  max-height: 200px;
  overflow: auto;
}
ul.product-categories li
{
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  margin-bottom: 7px;
}
ul.product-categories li a {
  color: #666666;
  text-decoration: none;
}
ul.product-categories li a:hover {
  color: var(--amarillo);
  text-decoration: none;
}


section.div-banner
{
  background-color: #323232;
  width: 100%;
  height: 190px;
  position: relative;
}
.background-overlay
{
  background-color: #fff;
  background-image: url("../imagenes/fondo-tienda.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  width: 100%;
  height: 190px;
  position: absolute;
  left: 0;
  top: 0;
}
.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;
}
section.contenidoSeccion
{
  padding: 30px 0;
} 
section.cajas_m
{
  padding: 70px 0;
}
.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;
}
.titulo-nosotros h2 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
}
.logo_nosotros {
  width: 300px;
  margin-bottom: 20px;
}
.logo_nosotros img {
  width: 100%;
  height: auto;
}
.texto {
  color: #fff;
  font-size: 1rem;
  line-height: 1.7rem;
  font-weight: 400;
}
.texto-nosotros
{
  padding: 20px 80px 0 80px;
}
.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;
}
.mgb-5
{
  margin-bottom: 5px !important;
}
.mgt-15
{
  margin-top: 15px !important;
}
.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 25px 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #000;
  max-width: 400px;
}
.p_4_1
{
  font-size: 23px;
  font-weight: 700;
  color: #323232;
  padding: 0 20px;
  margin: 0;
  line-height: 25px;
}
.p_4_2
{
  font-size: 31px;
  font-weight: 700;
  color: #323232;
  padding: 0 20px;
  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;
}
.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;
}
.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;
}
.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;
  background-color: #fff;
}
.m_2
{
  width: 100%;
  height: 15px;
  background: url('../imagenes/divisora.png') left center no-repeat;
}


/*********************** TIENDA ****************************/
section.div-banner-tienda
{
  background-color: #323232;
  width: 100%;
  height: 140px;
  position: relative;
}
.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-tienda
{
  width: 100%;
  min-height: 112px;
  font-size: 43px;
  color: #fff;
  text-align: center;
  padding: 35px 0px 30px 0px;
  font-weight: 700;
  position: absolute;
}
section.contenidoSeccion
{
  padding: 30px 0;
}
.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 a img
{
  width: 25px;
  height: auto;
  margin-right: 8px;
}
.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;
  transition: all 0.3s ease;
}
.producto:hover {
  transform: scale(1.05, 1.05);
  box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.8);
  z-index: 10;
}
.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;
}
.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;
}
.fechaArticulo {
  text-align: left;
  font-size: 0.9rem;
  padding: 10px 10px 0 10px;
}
.tituloArticulo {
  width: 100%;
  text-align: left;
  padding: 10px 10px;
}
.tituloArticulo a {
  font-size: 1.2rem;
  font-weight: 700;
  color: #000;
}
.sumillaArticulo {
  font-size: 1rem;
  padding:0 10px 10px 10px;
  text-align: justify;
  line-height: 1.4rem;
}
.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;
}
ul.paginacion
{
  list-style: none;
  padding: 0;
  margin: 0;
    margin-top: 0px;
  margin-top: 20px;
}
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;
}
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;
}
.textoCategoria
{
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  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;
}
.imagenResponsive img
{
  width: 100%;
  height: auto;
}
.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;
}
.marcoProducto h2
{
  font-family: "Poppins", Sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 0.5em;
  color: #313131;
}
.descripcion
{
  color: var( --e-global-color-text );
  font-family: "Roboto", Sans-serif;
  font-size: 17px;
  font-weight: 400;
}
.btncotizar
{
  padding: 20px 0;
}
.btn-rojo
{
  padding: 10px 40px;
  background-color: #f00;
  border: none;
  border-radius: 15px;
  color: #fff;
}
.btn-whatsapp
{
  padding: 10px 60px;
  background-color: #0AC223;
  border: none;
  border-radius: 15px;
  color: #fff;
}
.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;
}

/****************** ARTICULOS ***********************/
.contenidoArticulo h1 {
  font-size: 3rem;
  color: #fff;
  line-height: 3.5rem;
  font-weight: 700;
}
.imagen_articulo {
  width: 100%;
  margin: 20px 0;
}
.imagen_articulo img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.fechaArticuloBlanco {
  font-size: 0.9rem;
  color: #fff;
  text-align: left;
  margin: 0;
}
.detalleArticulo {
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.7rem;
  text-align: justify;
  padding: 0 0 50px 0;
}
.volver {
  text-align: right;
  width: 100%;
  height: 40px;
}

/******************** CONTACTO *********************/
.wraperContacto {
  background-color: #fff;
  padding: 30px 30px;
  border-radius: 20px;
}
.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: #fff;
  border-radius: 50%;
  color: #FED700;
  width: 60px !important;
  height: 60px !important;
  margin-right: 5px;
  text-align: center;
  padding:6px 0 0 0 !important;
}
.social-contacto a i {
  color: #323232;
  font-size: 40px;
}
.mapContacto {
  margin: 10px 0 0 0;
}
.wraperContacto ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
.wraperContacto ul li i {
  margin-right: 15px;
}

/********************* WHATSAPP ********************/
#waf2 {
  position: fixed;
  left: 10px;
  bottom: 320px;
  width: 240px;
  height: 60px;
  background-color: var(--amarillo);
  border-radius: 20px;
  z-index: 100;
  padding: 0px;
  border: 0px solid #fff;
}
#waf3 {
  position: fixed;
  left: 10px;
  bottom: calc(320px + 65px);
  width: 240px;
  height: 60px;
  background-color: var(--amarillo);
  border-radius: 20px;
  z-index: 100;
  padding: 0px;
  border: 0px solid #fff;
}
#waf4 {
  position: fixed;
  left: 10px;
  bottom: calc(320px + 130px);
  width: 240px;
  height: 60px;
  background-color: var(--amarillo);
  border-radius: 20px;
  z-index: 100;
  padding: 0px;
  border: 0px solid #fff;
}
.iconoWhatsapp {
  width: 40px;
  height: 40px;
  float: left;
  margin-left: 7px;
  margin-top: 10px;
  margin-right: 5px;
}
.nroWaFooter {
  float: left;
  width: 135px;
  font-size: 16px;
  color: #fff;
  text-decoration: underline;
  padding-top: 18px;
}
.nroWaFooter a {
  font-size: 16px;
  color: #000;
  text-decoration: underline; 
}
.fotoFooter {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 5px;
  top: 5px;
}
.fotoFooter img {
  width: 50px;
  height: 50px;
  border-radius: 25px;

}

/************************ MENU MOVIL **************************/
.barras {
  width: 100%;
  text-align: right;
  padding: 10px 20px;
  position: absolute;
  z-index: 100;
  display: none;
}
.barras i {
  font-size: 2.4rem;
  color: #fff;
}
.menuMovil {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  height: 100%;
  background: #333;
  z-index: 10010;
}
.logoCelular {
  width: 100%;
  text-align: center;
  padding: 20px 0 10px 0;
  margin-bottom: 30px;
  background-color: var(--azul);
}
.logoCelular img {
  max-width: 150px;
  height: auto;
}
#cerrar {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 2rem;
  color: #fff;
}
.overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
  display: none;
}
.bg-blanco { background-color: #fff; }
.wrapermenu nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wrapermenu nav ul li {

}
.wrapermenu nav ul li a {
  display: block;
  padding: 10px 0 10px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}
.wrapermenu nav ul li a:hover {
  text-decoration: none;
  font-weight: 400;
  color: var(--amarillo);
}

