/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

p {
  text-align: justify;
}

a {
  font-family: Helvetica, sans-serif !important;
  font-style: normal !important;
  color: #232323;
  font-weight: 600;
}
a.name {
  font-size: 1.3rem;
}

body .ast-separate-container {
  background-color: white;
}

nav#secondary_menu-site-navigation a {
  font-weight: inherit;
}
nav#primary-site-navigation a {
  font-weight: 700;
}

header.wp-show-posts-entry-header {
  margin-left: 15px;
  margin-right: 15px;
}

div#inicio_sesion {
  position: relative;
  float: left;
}
div#catalogo {
  float: left;
  margin-right: 30px;
  border: 2px solid black;
  border-radius: 3px;
  width: 200px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
div#catalogo a {
  color: black;
}
div#carrito {
  position: relative;
  float: left;
  margin-left: 38px;
}
div#comments {
  display: none;
}
div.ast-primary-header-bar div.site-primary-header-wrap {
  min-height: 60px;
}
div.elementos_adicionales {
  position: relative;
  float: left;
  margin-top: 70px;
}
div.elementos_adicionales a {
  margin-left: 40px;
  color: black;
  font-weight: 700;
}
div.post-meta-inline span a {
  text-decoration: none !important;
}
div.wp-show-posts-inner {
  box-shadow: 0px 0px 1px;
}
div.wp-show-posts-entry-meta-below-title a {
  font-weight: inherit;
}

li.menu-item-64:first-child {
  border: 2px solid black;
  margin-right: 15px;
  margin-left: 15px;
}
li.menu-item-64:first-child a {
  font-weight: 600 !important;
}
li a {
  font-weight: 700;
  color: black;
}

h3.wp-show-posts-entry-title a {
  text-decoration: none !important;
  color: black;
  font-size: 18px;
  font-weight: 700;
}

@media only screen and (min-width: 1300px) {
  div#content {
    margin-left: 150px;
  }
  div.site-above-header-wrap {
    max-width: 100%;
  }
  div.site-primary-header-wrap {
    max-width: 100%;
    margin-left: 138px;
  }
  div.site-below-header-wrap {
    max-width: 100%;
    margin-left: 152px;
    margin-right: 100px;
  }
  div.ast-header-breadcrumb div.ast-container {
    max-width: 100%;
    margin-left: 152px;
  }
  div.ast-header-html-1 {
    margin-right: 50px;
  }
  div.site-header-above-section-left {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 2000px) {
  div.relpost-custom-block-single {
    min-width: 350px;
    max-height: 80px;
  }
  div.relpost-custom-block-single div.relpost-block-single-image {
    width: 33% !important;
    height: 70px !important;
    position: relative;
    float: left;
  }
  div.relpost-custom-block-single div.relpost-block-single-text {
    width: 60%;
    margin-top: 2%;
    font-size: 16px !important;
    text-align: left;
    margin-left: 10px;
    position: relative;
    float: left;
  }
  div.ast-container {
    max-width: 2000px !important;
  }
  aside#relatedpoststhumbnailswidget-2 h2 {
    font-size: 20px;
    margin-bottom: 0px;
    border: 1px solid grey;
    max-width: 364px;
    padding-left: 10px;
    font-weight: 600;
    color: white;
    background-color: #3D9266;
  }
}
@media only screen and (min-width: 993px) {
  div.ast-right-sidebar div#secondary {
    padding-left: 30px;
  }
  div.relpost-thumb-wrapper:nth-child(1) {
    display: none;
  }
}

@media only screen and (min-width: 1201px){
	body.category div.ast-container .ast-archive-description{
		padding: 0em !important;
	}
}


@media only screen and (min-width: 921px) and (max-width: 2000px) {
	body.home article.page header.entry-header{
		visibility: hidden;
	}
body.home article.page {
		margin-top: -90px;
	}
  div.relpost-custom-block-single {
    min-width: 350px;
    max-height: 80px;
  }
  div.relpost-custom-block-single div.relpost-block-single-image {
    width: 27% !important;
    height: 70px !important;
    position: relative;
    float: left;
  }
  div.relpost-custom-block-single div.relpost-block-single-text {
    width: 60%;
    font-size: 14px !important;
		font-weight: 500;
    text-align: left;
    margin-left: 10px;
    position: relative;
    float: left;
  }
  div.ast-container {
    max-width: 2000px !important;
  }
  div.ast-separate-container {
    padding: 3em 1em;
    background-color: white;
  }
	
	div.sidebar-main{
		position: relative;	
		top: 45px;
		bottom: auto;
  }
	
	figure.wp-block-image + div.relpost-thumb-wrapper{
		display: none !important;
	}
  aside#relatedpoststhumbnailswidget-2 h2 {
		font-size: 14px;
    margin-bottom: 0px;
    border: 1px solid grey;
    border-radius: 4px 4px 0px 0px;
		width: 364px;
		padding-left: 15px;
		padding-top: 15px;
		font-weight: 700;
		color: white;
		height: 50px;
    background-color: #3D9266;
		margin-top: -200px;
  }
}
@media only screen and (min-width: 993px) {
  div.ast-right-sidebar div#secondary {
    padding-left: 15px;
  }
  p + div.relpost-thumb-wrapper {
    display: none;
  }
}

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

.ast-separate-container{
  background-color: white;
} 
#comments{
		display: none;
}

p {
	text-align: justify;
}

p.producto-slider{
	font-size: 15px;
	text-align: center;
}

p.precio{
	font-size: 19px;
	text-align: center;
	font-weight: 500;
	margin-top: -20px;
}

div.sa_hover_container{
	border: 1px solid gainsboro;
	border-radius: 4px 4px 4px 4px;
}

h1.entry-title{
	font-weight: 700;
}

h2.wp-block-heading{
	font-weight: 700;
}

h3.wp-block-heading{
	font-weight: 600;
}

h4.wp-block-heading{
	font-weight: 500;
}

h5.wp-block-heading{
	font-weight: 400;
}

div.entry-content ul li{
	margin-left: 30px;
}

img.wp-post-image{
		width: 1200px;
}

a{
	font-family: Helvetica, sans-serif !important;
	font-style: normal !important;
	color: #232323;
	font-weight: 600;
}

a.name{
	font-size: 1.3rem;
}

a.relpost-block-single{
	margin-top: -10px;
}

a.relpost-block-single:nth-child(1){
		padding-top: 12px;
		margin-top: 0px !important;
		margin-bottom: 8px;
	
}

div#secondary{
	margin-left: 20px !important;
	padding-left: 0px !important;
}

.wp-show-posts-inner:last-child{
	font-weight: inherit;
	padding-bottom: 10px!important;
}

iframe {
	display:block;
	margin-bottom: 25px;
}

/* no scss */ 

div.rltdpstsplgn-popular-posts article.format-standard a > img{
	width: 100px;
	height: 75px;
	margin-top: -40px;
	margin-left: 7px;
}

h3.rltdpstsplgn_posts_title{
	width: 364px;
	font-size: 14px !important;
	margin-bottom: -10px;
	float: left;
	position: relative;
	padding-right: 100px;
	margin-left: 115px;
	padding-top: 20px;
}

div.rltdpstsplgn-popular-posts article.format-standard a {
	text-decoration: none;
	width: 200px !important;
}

h4.rltdpstsplgn-popular-title{
	font-size: 14px;	
	width: 364px;
	padding-left: 15px;
	padding-top: 15px;
	font-weight: 700;
	color: white;
	height: 50px;
  background-color: #3D9266;
	margin-top: -60px;
	font-size: 14px;
  border: 1px solid grey;
  border-radius: 4px 4px 0px 0px;
	padding-left: 15px;
	padding-top: 15px;
	font-weight: 700;
	color: white;
	background-color: #3D9266;
	margin-bottom: -35px;
}

div.rltdpstsplgn-popular-post-block{
	margin-top: -40px;
	width: 364px !important;
	height: 500px !important;
}

body.category h4.rltdpstsplgn-popular-title{
	font-size: 14px;	
	width: 364px;
	padding-left: 15px;
	padding-top: 15px;
	font-weight: 700;
	color: white;
	height: 50px;
  background-color: #3D9266;
	margin-top: -60px;
	font-size: 14px;
  border: 1px solid grey;
  border-radius: 4px 4px 0px 0px;
	padding-left: 15px;
	padding-top: 15px;
	font-weight: 700;
	color: white;
	background-color: #3D9266;
	margin-bottom: -17px;
}

div.relpost-block-single-text{
	font-weight: 600 !important;
}

a.relpost-block-single{
	border: 0px !important;
}

#toc_container {
padding: 5px;
border: 3px solid #00632a;
margin: 2em auto;
max-width: 500px;
}

div.entry-content > a > img {
	width: 100px !important;
  height: 75px !important;
  margin-top: 9px !important;
  margin-left: -232px !important;
}

div.rltdpstsplgn-popular-posts article.format-standard{
	height: 100px ;
	max-width: 364px;
	margin-bottom: -40px !important;
}

body.single-post div.rltdpstsplgn-popular-posts article.format-standard:nth-child(2){
		margin-top: 35px !important;
}

body.category div.rltdpstsplgn-popular-posts article.format-standard:nth-child(2){
		margin-top: 15px !important;
}

div.rltdpstsplgn-popular-posts article.format-standard header.entry-header{
	width:66%;
	position: relative;
	float: left;
	margin-left: -3px !important;
}

div.rltdpstsplgn-popular-posts article.format-standard div.entry-content{
	width:30%;
	height: 100%;
	position: relative;
	float: left !important;
}

div.clear{
	clear: both;
}

div.rltdpstsplgn-popular-posts{
	margin-top:15px;
}

body.home div.rltdpstsplgn-popular-posts{
	margin-top:5px;
}

body.single-post div.rltdpstsplgn-popular-posts article.format-standard div.entry-content:first-child > a > img {
	width: 100px !important;
  height: 75px !important;
  margin-top: 20px !important;
  margin-left: -230px !important;
}

body.home div.entry-content > a > img{
	margin-top: 40px !important;
}

body.home div#secondary{
	border-left: 0px !important;
}

body.category div#primary section.ast-archive-description{
	height: 50px;
}

body.home div.ast-header-breadcrumb{
	display: none;
}

div.ast-builder-html-element > p > a{
	font-size: 2em;
	font-weight: 700;
	color: #3d9266;
}

div.wpml-ls-statics-footer{
	display: none;
}

div.contenedor_producto_slider{
	flex: 0 0 auto;
  width: 250px;
  height: 520px;
	border: 1px solid #f3f3f3;
	border-radius: 4px;
}

div#slider_producto{
	max-width: 1200px;
  margin: 0 auto;
  overflow-x: scroll;
}

div#contenedor_slider{
	position: relative;
  display: flex;
}

div.producto_titulo{
	text-align: center;
	margin-left: 7px;
	margin-right: 7px;
	height: 100px;
	font-size: 16px;
	line-height: 1.5;
}

div.contenedor_producto_slider > a{
	text-decoration: none !important;
	font-weight: 300;
}

div.producto_imagen_slider{
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.producto_precio{
	text-align: center;
	margin-top: 3px;
	font-size: 22px;
	font-weight: 600;
}

button.producto_precio_span{
	background-color: #3D9266;
	font-size: 18px;
	border-radius: 5px;
}

div.producto_referencia > span.producto_referencia_span{
}

div.producto_referencia > span.producto_referencia_span:after {
	content: " ";
  width: 30px;
  position: absolute;
  border-top: 2px solid #db8000;
  margin-top: 12px;
	margin-left: 5px;
}

div.producto_referencia > span.producto_referencia_span:before{
	content: " ";
  width: 30px;
  position: absolute;
  border-top: 2px solid #db8000;
  margin-top: 12px;
	margin-left: -35px;
}

div.producto_referencia{
	text-align: center;
}

div.boton_producto{
	text-align: center;
}


div.boton_producto > button{
	background-color: #008000;
	border-radius: 5px;
}

div.contenedor_producto_slider div.imagen_carrito > img{
	width: 25px;
	height: 25px;
	margin-right: 5px !important;
}


div.contenedor_producto_slider div.imagen_carrito{
	text-align: right;
}

div.contenedor_producto_slider:hover{
  box-shadow: 2px 0 16px rgba(0,0,0, 0.3); 
}

div.contenedor_producto_slider:hover div.boton_producto > button{
 	transform: scale(1.1);
}

body.home div.rltdpstsplgn-popular-posts article.format-standard:nth-child(2){
	margin-top: 50px;
}

body.home article.format-standard  header.entry-header{
	margin-top: -16px !important;
}

body.home article.format-standard  header.entry-header h3{
	max-width: 350px;
}

body.home article.format-standard  div.entry-content  img{
	margin-top: -5px !important
}

@media only screen and (min-width: 730px) and (max-width: 920px){
	
	div.relpost-thumb-container {
		padding-top: 20px !important;
	}
	div.relpost-thumb-container h3 {
		font-size: 23px;
		color: white;
		text-align: center;
		height: 32px;
		font-weight: 600;
		background-color: #3D9266;
		border-radius: 7px;
	}
	
	div.relpost-block-container a.relpost-block-single:nth-child(1){
		padding-top: 6px;
		margin-top: 0px !important;
		margin-bottom: 0px
	}
	
	div.relpost-thumb-container div.relpost-block-container{
		height: 200px !important;
	}
	
	div.relpost-block-container a.relpost-block-single{
		width:50%;
		position: relative !important;
		float: left !important;
		margin-top: 0px;
		text-decoration: none;
		text-align: left;
		height: 84px;
	}
	
	div.relpost-block-container a.relpost-block-single div.relpost-custom-block-single{
		width: 100% !important;
		height: 100% !important;
		border: 1px gainsboro solid;

	}
	
	div.relpost-block-single-image{
		position: relative;
		float: left;
		width: 100px !important;
		height: 70px !important;
	}
	
	div.relpost-block-single-text{
		font-size: 16px !important;
	  margin-left: 110px !important;
		margin-top: 10px;
		font-weight: 300 !important;
	}
}


@media only screen and (max-width: 729px){
	
	div.relpost-thumb-container {
		padding-top: 20px !important;
	}
	div.relpost-thumb-container h3 {
		font-size: 23px;
		color: white;
		text-align: center;
		height: 32px;
		font-weight: 600;
		background-color: #3D9266;
		border-radius: 7px;
	}
	
	div.relpost-block-container a.relpost-block-single:nth-child(1){
		padding-top: 6px;
		margin-top: 0px !important;
		margin-bottom: 0px
	}
	
	div.relpost-thumb-container div.relpost-block-container{
	}
	
	div.relpost-block-container a.relpost-block-single{
		width:100%;
		position: relative !important;
		float: left !important;
		margin-top: 0px;
		text-decoration: none;
		text-align: left;
		height: 84px;
		position: absolute;
		float: none !important
	}
	
	div.relpost-block-container a.relpost-block-single div.relpost-custom-block-single{
		width: 100% !important;
		height: 100% !important;
		border: 1px gainsboro solid;
	
	}
	
	div.relpost-block-single-image{
		position: relative;
		float: left;
		width: 100px !important;
		height: 70px !important;
	}
	
	div.relpost-block-single-text{
		font-size: 16px !important;
	  margin-left: 110px !important;
		margin-top: 10px;
		font-weight: 300 !important;
		
	}
	
}

@media only screen and (min-width: 1201px){
	body.category div.ast-container .ast-archive-description{
		padding: 0em !important;
	}
}


@media only screen and (min-width: 921px) and (max-width: 2000px) {
	body.home article.page header.entry-header{
		visibility: hidden;
	}
body.home article.page {
		margin-top: -90px;
	}
  div.relpost-custom-block-single {
    min-width: 350px;
    max-height: 80px;
  }
  div.relpost-custom-block-single div.relpost-block-single-image {
    width: 27% !important;
    height: 70px !important;
    position: relative;
    float: left;
  }
  div.relpost-custom-block-single div.relpost-block-single-text {
    width: 60%;
    font-size: 14px !important;
		font-weight: 500;
    text-align: left;
    margin-left: 10px;
    position: relative;
    float: left;
  }
  div.ast-container {
    max-width: 2000px !important;
  }
  div.ast-separate-container {
    padding: 3em 1em;
    background-color: white;
  }
	
	div.sidebar-main{
	position: relative;
   	top: 45px;
   	bottom: auto;
  }
	
	figure.wp-block-image + div.relpost-thumb-wrapper{
		display: none !important;
	}
  aside#relatedpoststhumbnailswidget-2 h2 {
		font-size: 14px;
    margin-bottom: 0px;
    border: 1px solid grey;
    border-radius: 4px 4px 0px 0px;
		width: 364px;
		padding-left: 15px;
		padding-top: 15px;
		font-weight: 700;
		color: white;
		height: 50px;
    background-color: #3D9266;
		margin-top: -200px;
  }
}
@media only screen and (min-width: 993px) {
  div.ast-right-sidebar div#secondary {
    padding-left: 15px;
  }
  p + div.relpost-thumb-wrapper {
    display: none;
  }
}

@media only screen and (min-width: 921px) and (max-width: 993px){
	p+ div.relpost-thumb-wrapper{
		display: none !important;
	}
}

.ast-separate-container{
  background-color: white;
} 
#comments{
		display: none;
}

p {
	text-align: justify;
}

p.producto-slider{
	font-size: 15px;
	text-align: center;
}

p.precio{
	font-size: 19px;
	text-align: center;
	font-weight: 500;
	margin-top: -20px;
}

div.sa_hover_container{
	border: 1px solid gainsboro;
	border-radius: 4px 4px 4px 4px;
}

h1.entry-title{
	font-weight: 700;
}

h2.wp-block-heading{
	font-weight: 700;
}

h3.wp-block-heading{
	font-weight: 600;
}

h4.wp-block-heading{
	font-weight: 500;
}

h5.wp-block-heading{
	font-weight: 400;
}

div.entry-content ul li{
	margin-left: 30px;
}

img.wp-post-image{
		width: 1200px;
}

a{
	font-family: Helvetica, sans-serif !important;
	font-style: normal !important;
	color: #232323;
	font-weight: 600;
}

a.name{
	font-size: 1.3rem;
}

a.relpost-block-single{
	margin-top: -10px;
}

a.relpost-block-single:nth-child(1){
		padding-top: 12px;
		margin-top: 0px !important;
		margin-bottom: 8px;
	
}

div#secondary{
	margin-left: 20px !important;
	padding-left: 0px !important;
}

.wp-show-posts-inner:last-child{
	font-weight: inherit;
	padding-bottom: 10px!important;
}

iframe {
	display:block;
	margin-bottom: 25px;
}

/* no scss */ 

div.rltdpstsplgn-popular-posts article.format-standard a > img{
	width: 100px;
	height: 75px;
	margin-top: -40px;
	margin-left: 7px;
}

h3.rltdpstsplgn_posts_title{
	width: 364px;
	font-size: 14px !important;
	margin-bottom: -10px;
	float: left;
	position: relative;
	padding-right: 100px;
	margin-left: 115px;
	padding-top: 20px;
}

div.rltdpstsplgn-popular-posts article.format-standard a {
	text-decoration: none;
	width: 200px !important;
}

h4.rltdpstsplgn-popular-title{
	font-size: 14px;	
	width: 364px;
	padding-left: 15px;
	padding-top: 15px;
	font-weight: 700;
	color: white;
	height: 50px;
  background-color: #3D9266;
	margin-top: -60px;
	font-size: 14px;
  border: 1px solid grey;
  border-radius: 4px 4px 0px 0px;
	padding-left: 15px;
	padding-top: 15px;
	font-weight: 700;
	color: white;
	background-color: #3D9266;
	margin-bottom: -35px;
}

div.rltdpstsplgn-popular-post-block{
	margin-top: -40px;
	width: 364px;
	height: 500px !important;
}

body.category h4.rltdpstsplgn-popular-title{
	font-size: 14px;	
	width: 364px;
	padding-left: 15px;
	padding-top: 15px;
	font-weight: 700;
	color: white;
	height: 50px;
  background-color: #3D9266;
	margin-top: -60px;
	font-size: 14px;
  border: 1px solid grey;
  border-radius: 4px 4px 0px 0px;
	padding-left: 15px;
	padding-top: 15px;
	font-weight: 700;
	color: white;
	background-color: #3D9266;
	margin-bottom: -17px;
}

div.relpost-block-single-text{
	font-weight: 600 !important;
}

a.relpost-block-single{
	border: 0px !important;
}

#toc_container {
padding: 5px;
border: 3px solid #00632a;
margin: 2em auto;
max-width: 500px;
}

div.entry-content > a > img {
	width: 100px !important;
  height: 75px !important;
  margin-top: 9px !important;
  margin-left: -232px !important;
}

div.rltdpstsplgn-popular-posts article.format-standard{
	height: 100px ;
	max-width: 364px;
	margin-bottom: -40px !important;
}

body.single-post div.rltdpstsplgn-popular-posts article.format-standard:nth-child(2){
		margin-top: 35px !important;
}

body.category div.rltdpstsplgn-popular-posts article.format-standard:nth-child(2){
		margin-top: 15px !important;
}

div.rltdpstsplgn-popular-posts article.format-standard header.entry-header{
	width:66%;
	position: relative;
	float: left;
	margin-left: -3px !important;
}

div.rltdpstsplgn-popular-posts article.format-standard div.entry-content{
	width:30%;
	height: 100%;
	position: relative;
	float: left !important;
}

div.clear{
	clear: both;
}

div.rltdpstsplgn-popular-posts{
	margin-top:15px;
}

body.home div.rltdpstsplgn-popular-posts{
	margin-top:5px;
}

body.single-post div.rltdpstsplgn-popular-posts article.format-standard div.entry-content:first-child > a > img {
	width: 100px !important;
  height: 75px !important;
  margin-top: 20px !important;
  margin-left: -230px !important;
}

body.home div.entry-content > a > img{
	margin-top: 40px !important;
}

body.home div#secondary{
	border-left: 0px !important;
}

body.category div#primary section.ast-archive-description{
	height: 50px;
}

body.home div.ast-header-breadcrumb{
	display: none;
}

div.ast-builder-html-element > p > a{
	font-size: 2em;
	font-weight: 700;
	color: #3d9266;
}

div.wpml-ls-statics-footer{
	display: none;
}

div.contenedor_producto_slider{
	flex: 0 0 auto;
  width: 250px;
  height: 520px;
	border: 1px solid #f3f3f3;
	border-radius: 4px;
}

div#slider_producto{
	max-width: 1200px;
  margin: 0 auto;
  overflow-x: scroll;
}

div#contenedor_slider{
	position: relative;
  display: flex;
}

div.producto_titulo{
	text-align: center;
	margin-left: 7px;
	margin-right: 7px;
	height: 100px;
	font-size: 16px;
	line-height: 1.5;
}

div.contenedor_producto_slider > a{
	text-decoration: none !important;
	font-weight: 300;
}

div.producto_imagen_slider{
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.producto_precio{
	text-align: center;
	margin-top: 3px;
	font-size: 22px;
	font-weight: 600;
}

button.producto_precio_span{
	background-color: #3D9266;
	font-size: 18px;
	border-radius: 5px;
}

div.producto_referencia > span.producto_referencia_span{
}

div.producto_referencia > span.producto_referencia_span:after {
	content: " ";
  width: 30px;
  position: absolute;
  border-top: 2px solid #db8000;
  margin-top: 12px;
	margin-left: 5px;
}

div.producto_referencia > span.producto_referencia_span:before{
	content: " ";
  width: 30px;
  position: absolute;
  border-top: 2px solid #db8000;
  margin-top: 12px;
	margin-left: -35px;
}

div.producto_referencia{
	text-align: center;
}

div.boton_producto{
	text-align: center;
}


div.boton_producto > button{
	background-color: #008000;
	border-radius: 5px;
}

div.contenedor_producto_slider div.imagen_carrito > img{
	width: 25px;
	height: 25px;
	margin-right: 5px !important;
}


div.contenedor_producto_slider div.imagen_carrito{
	text-align: right;
}

div.contenedor_producto_slider:hover{
  box-shadow: 2px 0 16px rgba(0,0,0, 0.3); 
}

div.contenedor_producto_slider:hover div.boton_producto > button{
 	transform: scale(1.1);
}

body.home div.rltdpstsplgn-popular-posts article.format-standard:nth-child(2){
	margin-top: 50px;
}

body.home article.format-standard  header.entry-header{
	margin-top: -16px !important;
}

body.home article.format-standard  header.entry-header h3{
	max-width: 350px;
}

body.home article.format-standard  div.entry-content  img{
	margin-top: -5px !important
}

@media only screen and (min-width: 730px) and (max-width: 920px){
	
	div.relpost-thumb-container {
		padding-top: 20px !important;
	}
	div.relpost-thumb-container h3 {
		font-size: 23px;
		color: white;
		text-align: center;
		height: 32px;
		font-weight: 600;
		background-color: #3D9266;
		border-radius: 7px;
	}
	
	div.relpost-block-container a.relpost-block-single:nth-child(1){
		padding-top: 6px;
		margin-top: 0px !important;
		margin-bottom: 0px
	}
	
	div.relpost-thumb-container div.relpost-block-container{
		height: 200px !important;
	}
	
	div.relpost-block-container a.relpost-block-single{
		width:50%;
		position: relative !important;
		float: left !important;
		margin-top: 0px;
		text-decoration: none;
		text-align: left;
		height: 84px;
	}
	
	div.relpost-block-container a.relpost-block-single div.relpost-custom-block-single{
		width: 100% !important;
		height: 100% !important;
		border: 1px gainsboro solid;

	}
	
	div.relpost-block-single-image{
		position: relative;
		float: left;
		width: 100px !important;
		height: 70px !important;
	}
	
	div.relpost-block-single-text{
		font-size: 16px !important;
	  margin-left: 110px !important;
		margin-top: 10px;
		font-weight: 300 !important;
	}
}


@media only screen and (max-width: 729px){
	
	div.relpost-thumb-container {
		padding-top: 20px !important;
	}
	div.relpost-thumb-container h3 {
		font-size: 23px;
		color: white;
		text-align: center;
		height: 32px;
		font-weight: 600;
		background-color: #3D9266;
		border-radius: 7px;
	}
	
	div.relpost-block-container a.relpost-block-single:nth-child(1){
		padding-top: 6px;
		margin-top: 0px !important;
		margin-bottom: 0px
	}
	
	div.relpost-thumb-container div.relpost-block-container{
	}
	
	div.relpost-block-container a.relpost-block-single{
		width:100%;
		position: relative !important;
		float: left !important;
		margin-top: 0px;
		text-decoration: none;
		text-align: left;
		height: 84px;
		position: absolute;
		float: none !important
	}
	
	div.relpost-block-container a.relpost-block-single div.relpost-custom-block-single{
		width: 100% !important;
		height: 100% !important;
		border: 1px gainsboro solid;
	
	}
	
	div.relpost-block-single-image{
		position: relative;
		float: left;
		width: 100px !important;
		height: 70px !important;
	}
	
	div.relpost-block-single-text{
		font-size: 16px !important;
	  margin-left: 110px !important;
		margin-top: 10px;
		font-weight: 300 !important;
		
	}
}


@media only screen and (max-width: 922px) {
	
div#secondary{
	width: auto !important;
}
	aside#relatedpoststhumbnailswidget-2{
		display:none;
	}
	
	div#secondary{
		height: 350px !important;
	}
	
	div.sidebar-main{
		height: 350px !important;
	}
	
	aside#block-14 div.rltdpstsplgn-popular-post-block{
		width: 100% !important;
		display: block !important;
	}
	
	aside#block-14{
		height: 350px !important;
	}
	
	div.rltdpstsplgn-popular-post-block{
		height: 350px !important;
	}
	
	h4.rltdpstsplgn-popular-title{

		width: 95%;
		border-radius: 7px;
		height: 32px;
		margin-top: 40px;
		padding-top: 0px;
		text-align: center;
		font-size: 23px;
		font-weight: 600;
	}
	
aside div.rltdpstsplgn-popular-posts article.format-standard{
	max-width: 500px !important;
!important;
height: 90px;
	
	}
	
	aside div.rltdpstsplgn-popular-posts article{
		margin: 0 auto !important;
	}
	
	aside div.rltdpstsplgn-popular-posts article.format-standard div.entry-content  img{
		margin-left: 5px !important;
		width: 90px;
		height: 100% !important;
	}
	
	aside header.entry-header h3.rltdpstsplgn_posts_title{
		margin-left: 5px;
		max-width: 100% !important;
		padding-right: 0px !important;
	}
	
		aside header.entry-header h3.rltdpstsplgn_posts_title a{
			font-size: 16px;
			font-weight: 400;
			max-width: 100% !important;
	}
	
body.single-post div.rltdpstsplgn-popular-posts article.format-standard:nth-child(2){
	max-width: 500px !important;align-content!important;
margin-top: 50px !important;	}
	
	div.rltdpstsplgn-popular-posts div.entry-content > a{
		width: 100% !important;
		height: 100% !important;
		display: block !important;
	}
	
	body.home div.rltdpstsplgn-popular-posts{
		margin-top: 50px !important;
	}

}

@media only screen and (max-width: 544px) {
	.ast-separate-container #content .ast-container{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

footer ul.menu li:nth-child(1) a{
	font-size: 20px;
	font-weight: normal !important;
}

footer ul.menu li:nth-child(1){
		margin-bottom: 12px !important;
}

footer ul.menu li a{
	font-weight: normal !important;
}

footer aside{
	margin-top: 50px !important;
}

@media only screen and (max-width: 921px) {
	body.category div#secondary{
		margin-top: 100px !important;
	}
	
	body.category h4.rltdpstsplgn-popular-title{
			width: 100% !important;
		}
	
	body.category main#main{
		margin-top: 30px !important;
	}
	
	.ast-separate-container #content .ast-container{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
}

div.wp-block-buttons{
	text-align: center;
}

.entry-title {
    height: 4.46rem;
    overflow: hidden;
}

.ast-excerpt-container.ast-blog-single-element {
    height: 8rem;
    overflow: hidden;
}

.ast-single-post-featured-section.post-thumb.ast-article-image-container--wide {
    margin: 0;
}

/*# sourceMappingURL=style.css.map */
