/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
/*GENERAL*/
div.entry-content a {
	font-weight: bold;
}
div#toc_container a {
	font-weight: normal;
}
/*FIX SHORTCODEULTIMATE LISTAS*/
div.su-list ul li {
	line-height: 35px;
}
/*PARA LOS CLUSTER*/
.clusters {
  width: 100%;
  margin-bottom: 10px;
  clear: both;
}
.cluster-texto article.entrada-cluster {
  border-radius: 10px;
  box-shadow: 0 0 12px 0 #e6e6e6;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
}
.cluster-texto article.entrada-cluster:hover {
  box-shadow: 0 0 18px 0 #c7c7c7;
}
.cluster-grid-33 article.entrada-cluster {
  max-width: 31%;
  display: inline-table;
  height: auto;
  margin-right: 15px;
  margin-bottom: 15px;
}
.cluster-grid-50 article.entrada-cluster {
  max-width: 48%;
  display: inline-table;
  height: auto;
  margin-right: 10px;
  margin-bottom: 15px;
}
.clusters article.entrada-cluster a img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
a.titulo_cluster {
  text-align: center;
  font-weight: bold;
  color: #3a3a3a;
}
.titulo_cluster:hover {
  color: #3a3a3a;
}
div.cluster-texto > article > a.titulo_cluster > p {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 1.07em;
	font-weight: bold;
	line-height: 25px;
}
div.cluster-texto article.entrada-cluster a img {
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 1000px) {
  .clusters article.entrada-cluster {
    max-width: 45%;
	}
 }
@media screen and (max-width: 680px) {
  .clusters article.entrada-cluster {
    max-width: 100%;
	margin-right: 0;
	}
 }

/*PARA LOS OL CON NUMEROS*/
.inside-article ol {
  list-style-type: none;
}
.inside-article ol li {
  counter-increment: step-counter;
  margin-bottom: 20px;
  position: relative;
  padding-left: 2.5em;
}
.inside-article ol li:before {
  color: #fff;
  content: counter(step-counter);
  background: #9b1a2f;
  padding: .05em .6em;
  font-size: 500 14/24;
  border-radius: 50%;
  margin-right: 0px;
  position: absolute;
  left: 0;
}

/*PARA EL BREADCUM*/
p#breadcrumbs {
	font-size: 14px;
	background: #f6f6f6;
	padding: 4px;
	padding-left: 10px;
}
body.home p#breadcrumbs {
	display: none;
}

/*PLUGIN PRODUCTERO*/
section.productero-single {
  border: 1px solid #c4c0c0;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: auto;
  width: 70%;
  margin-top: 30px;
  margin-bottom: 30px;
  transition: box-shadow 0.5s;
}
section.productero-single:hover {
  -webkit-box-shadow: 0px 0px 31px 5px rgba(0,0,0,0.48);
  -moz-box-shadow: 0px 0px 31px 5px rgba(0,0,0,0.48);
  box-shadow: 0px 0px 31px 5px rgba(0,0,0,0.48);
}
section.productero-single p.nombre-productero, section.productero-single p.nombre-productero a, section.productero-single p.nombre-productero a:hover {
  text-align: center;
  font-weight: bolder;
  color: #333333;
  margin: 20px 0 20px 0;
}
section.productero-single p.productero-oferta {
  font-size: 12px;
  text-align: center;
  font-style: italic;
  color: #2bac21;
}
section.productero-single .productero-descuento {
  background: #8dc153;
  display: block;
  width: 100%;
  margin-top: 5px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 25px;
}

/*PARA LOS BOTONES*/
a.precio-single {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  clear: both;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  background: rgba(247,222,160,1);
background: -moz-linear-gradient(top, rgba(247,222,160,1) 0%, rgba(240,195,83,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,222,160,1)), color-stop(100%, rgba(240,195,83,1)));
background: -webkit-linear-gradient(top, rgba(247,222,160,1) 0%, rgba(240,195,83,1) 100%);
background: -o-linear-gradient(top, rgba(247,222,160,1) 0%, rgba(240,195,83,1) 100%);
background: -ms-linear-gradient(top, rgba(247,222,160,1) 0%, rgba(240,195,83,1) 100%);
background: linear-gradient(to bottom, rgba(247,222,160,1) 0%, rgba(240,195,83,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7dea0', endColorstr='#f0c353', GradientType=0 );
  color: #000;
  text-decoration: none;
  border: 1px solid #846a29;
}
a.precio-single:hover {
background: rgba(244,210,131,1);
background: -moz-linear-gradient(top, rgba(244,210,131,1) 0%, rgba(238,186,56,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(244,210,131,1)), color-stop(100%, rgba(238,186,56,1)));
background: -webkit-linear-gradient(top, rgba(244,210,131,1) 0%, rgba(238,186,56,1) 100%);
background: -o-linear-gradient(top, rgba(244,210,131,1) 0%, rgba(238,186,56,1) 100%);
background: -ms-linear-gradient(top, rgba(244,210,131,1) 0%, rgba(238,186,56,1) 100%);
background: linear-gradient(to bottom, rgba(244,210,131,1) 0%, rgba(238,186,56,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4d283', endColorstr='#eeba38', GradientType=0 );
}
a.comentarios {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  clear: both;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  background: rgba(210,255,82,1);
background: -moz-linear-gradient(top, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(210,255,82,1)), color-stop(100%, rgba(145,232,66,1)));
background: -webkit-linear-gradient(top, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
background: -o-linear-gradient(top, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
background: -ms-linear-gradient(top, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
background: linear-gradient(to bottom, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842', GradientType=0 );
  color: #000;
  text-decoration: none;
  border: 1px solid #846a29;
}
a.comentarios:hover {
  background: rgba(204,250,65,1);
background: -moz-linear-gradient(top, rgba(204,250,65,1) 0%, rgba(132,219,51,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(204,250,65,1)), color-stop(100%, rgba(132,219,51,1)));
background: -webkit-linear-gradient(top, rgba(204,250,65,1) 0%, rgba(132,219,51,1) 100%);
background: -o-linear-gradient(top, rgba(204,250,65,1) 0%, rgba(132,219,51,1) 100%);
background: -ms-linear-gradient(top, rgba(204,250,65,1) 0%, rgba(132,219,51,1) 100%);
background: linear-gradient(to bottom, rgba(204,250,65,1) 0%, rgba(132,219,51,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccfa41', endColorstr='#84db33', GradientType=0 );
}

/*PARA LOS VIDEOS*/
.videoWrapper {
	position: relative;
	padding-bottom: 45%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 30px;
	background: #ffffff;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 10%;
	width: 80%;
	height: 100%;
}
/*PARA EL PLUGIN PRODUCT REVIEW*/
#review-statistics > div > div.review-wu-content.cwpr_clearfix > div.review-wu-right h2, #review-statistics > div > div.review-wu-content.cwpr_clearfix > div.review-wu-right > div > ul > li, #wppr-review-154 > div > a > span {
	font-family: "Open Sans", sans-serif;;
}

/*
     FILE ARCHIVED ON 07:19:24 Jul 09, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 02:43:22 Nov 14, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.606
  exclusion.robots: 0.024
  exclusion.robots.policy: 0.014
  esindex: 0.011
  cdx.remote: 24.234
  LoadShardBlock: 86.74 (3)
  PetaboxLoader3.datanode: 75.383 (4)
  PetaboxLoader3.resolve: 289.422 (2)
  load_resource: 321.786
*/