/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
@font-face {
  font-family: 'SansationRegular';
  src: url('fonts/SansationRegular.eot?#iefix') format('embedded-opentype'),  
  		url('fonts/SansationRegular.woff') format('woff'), 
  		url('fonts/SansationRegular.ttf')  format('truetype'), 
  		url('fonts/SansationRegular.svg#SansationRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/**********************FONTELLO*********************/

@font-face {
  font-family: 'youtube';
  src: url('fonts/youtube.eot?17394462');
  src: url('fonts/youtube.eot?17394462#iefix') format('embedded-opentype'),
       url('fonts/youtube.woff2?17394462') format('woff2'),
       url('fonts/youtube.woff?17394462') format('woff'),
       url('fonts/youtube.ttf?17394462') format('truetype'),
       url('fonts/youtube.svg?17394462#youtube') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'youtube';
    src: url('../font/youtube.svg?17394462#youtube') format('svg');
  }
}
*/
 
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "youtube";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-carrito_verde:before { content: '\e800'; } /* '' */
.icon-catalogo_productos_blanco:before { content: '\e801'; } /* '' */
.icon-descarga_ficha:before { content: '\e802'; } /* '' */
.icon-hoja_sostenible:before { content: '\e803'; } /* '' */
.icon-arroz:before { content: '\e804'; } /* '' */
.icon-asesor:before { content: '\e805'; } /* '' */
.icon-bio:before { content: '\e806'; } /* '' */
.icon-brote:before { content: '\e807'; } /* '' */
.icon-carrito:before { content: '\e808'; } /* '' */
.icon-cliente:before { content: '\e809'; } /* '' */
.icon-contacto:before { content: '\e80a'; } /* '' */
.icon-cuidate:before { content: '\e80b'; } /* '' */
.icon-dardealta:before { content: '\e80c'; } /* '' */
.icon-empresa:before { content: '\e80d'; } /* '' */
.icon-garbanzos:before { content: '\e80e'; } /* '' */
.icon-habichuelas:before { content: '\e80f'; } /* '' */
.icon-harinas:before { content: '\e810'; } /* '' */
.icon-legumbres:before { content: '\e811'; } /* '' */
.icon-lentejas:before { content: '\e812'; } /* '' */
.icon-localizacion:before { content: '\e813'; } /* '' */
.icon-mail-1:before { content: '\e814'; } /* '' */
.icon-materiaprima:before { content: '\e815'; } /* '' */
.icon-noticias:before { content: '\e816'; } /* '' */
.icon-otrosproductos:before { content: '\e817'; } /* '' */
.icon-pedido:before { content: '\e818'; } /* '' */
.icon-productos:before { content: '\e819'; } /* '' */
.icon-promociones:before { content: '\e81a'; } /* '' */
.icon-recetas:before { content: '\e81b'; } /* '' */
.icon-seguimiento:before { content: '\e81c'; } /* '' */
.icon-superalimentos:before { content: '\e81d'; } /* '' */
.icon-telefono:before { content: '\e81e'; } /* '' */
.icon-hoja_vegano:before { content: '\e81f'; } /* '' */
.icon-info_producto:before { content: '\e820'; } /* '' */
.icon-legumbre_gran_seleccion:before { content: '\e821'; } /* '' */
.icon-todos_productos_blanco:before { content: '\e822'; } /* '' */
.icon-atencionalcliente2:before { content: '\e823'; } /* '' */
.icon-calibrado:before { content: '\e824'; } /* '' */
.icon-controlcalidad:before { content: '\e825'; } /* '' */
.icon-distribucion:before { content: '\e826'; } /* '' */
.icon-envasado:before { content: '\e827'; } /* '' */
.icon-limpieza:before { content: '\e829'; } /* '' */
.icon-seleccion:before { content: '\e82a'; } /* '' */

strong{
	color: #047832;
}

a:hover{
	text-decoration:none;
}

.h3{
	font-size: 32px !important;
}

#destacada{
	border-top: 2px solid #047832;
	border-bottom: 2px solid #047832;
}

.transparent{
	border: 1px solid #047832;
}

#actualidad .vcex-recent-news-entry-excerpt a{
	display: block;
	text-align: right;
}

#actualidad .theme-heading {
	font-family: 'SansationRegular';
	font-size: 26px;
}

#actualidad .fondo-verde .theme-heading {
	color: #fff;
}

#actualidad .fondo-blanco .theme-heading {
	color: #047832;
}

#site-header-inner {
    padding-top: 0;
    padding-bottom: 10px;
    height: 60px;
}

.header-one #site-logo {
    top: -45px;
    position: absolute;
}

.transparent-blanco{
	border: 1px solid #fff;
}

.transparent-blanco:hover,
.transparent:hover{
	border-width: 2px;
}
p.theme-button a{
    display: inline-block;
}

p.theme-button i{
    font-size: 39px;
    margin-right: 10px;
    margin-right: 10px;
}

p.theme-button i,
p.theme-button a{
    vertical-align: middle;
}

.entry .titulo  h1{
	color: #fff;
}

#copyright,
.copyright{
	text-align: center;
}

#copyright i{
	font-size: 35px;
}

#copyright img{
	padding-right: 30px;
	padding-left: 30px;
}

p.background,
h4.background {
    position: relative;
    z-index: 1;
}
 
p.background:before  {
        border-top: 2px solid #fff;
        content:"";
        margin: 0 auto; /* this centers the line to the full width specified */
        position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
        top: 50%; left: 0; right: 0; bottom: 0;
        width: 100%;
        z-index: -1;
}

h4.background:before{
        border-top: 2px solid #047832;
        content:"";
        margin: 0 auto; /* this centers the line to the full width specified */
        position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
        top: 50%; left: 0; right: 0; bottom: 0;
        width: 100%;
        z-index: -1;
}

p.background i { 
        /* to hide the lines from behind the text, you have to set the background color the same as the container */ 
        background: #047832; 
        padding: 0 15px; 
 }
 
 h4.background span{ 
        /* to hide the lines from behind the text, you have to set the background color the same as the container */ 
        background: #f9fbf8; 
        padding: 0 15px; 
 }

#footer-bottom-inner {
    padding-top: 0;
    padding-bottom: 40px;
}

.footer-box.col{
	margin-top: 90px;
}

#footer .footer-box.col a{
	color: #fff;
}

.footer-box:first-of-type{
	margin-top: 0;
}

.footer-widget .widget-title {
    font-size: 24px;
}

.copyright{
	background: #055324;
	color:#fff;
	font-size:13px;
	font-weight:100;
}

.copyright{
    margin: 0;
    padding: 20px 0 70px 0;
}

#actualidad h3{
	margin-top: 0;
	font-size: 26px;
}

#actualidad h3 i{
	color: #8fc420;
	font-size: 38px;
}

.theme-button, .color-button, input[type="submit"], button {
    font-size: 1em;
   }
.page-id-127 h1 i{
	    font-size: 70px;
}

.radio h3 span{
	    padding: 10px 50px;
    background-color: #047832;
    color: #fff;
	-webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
}

.radio h3{
   margin-top: 2px;
}

.radio li{
	display:inline-block;
	color:#047832;
	font-weight:700;
	font-size: 21px;
	padding: 20px 35px;
}

.radio ul{
	    margin-top: 40px;
}

.contacto .icono i{
	font-size: 40px;
    color: #047832;
    margin-left: 0;
}

.contacto .icono p{
	font-size: 18px;
}

.contacto .icono-texto{
	margin-left: 20px;
}

.enviar::before {
    font-family: typicons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    height: 1em;
    font-size: 1em;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    color:#fff;
}

.enviar::before {
    content: '\e0ad';
}

button.verde-claro{
	background-color:#8fc420;	
}

.contacto .wpcf7-form-control-wrap input,
.contacto .wpcf7-form-control-wrap textarea{
	width:100%;
	    background-color: #d7ddd9;
}

.banner figure,
.banner figure a,
.banner figure img
{
	width: 100%;
}

.woocommerce div.product div.images img {
    display: inline;
    width: auto;
    height: auto;
    box-shadow: none;
    max-width: 100%;
}

.single-product .page-header-title{
	display: none;
} 

.single-product .site-breadcrumbs{
	    position: initial;
}

.woocommerce-product-details__short-description {
    background: #047832;
    color: #ffffff;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
}

.woocommerce div.product .entry-summary .product_title {
    background: #047832;
	font-size: 22px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

#menu-tienda, #menu-tienda .sub-menu{
	list-style:none;
}

#menu-tienda.dropdown-menu >li >a,
.dropdown-menu.menu-categoria >li >a {
    color: #047832;
    text-transform: uppercase;
    padding: 0.5em 20px;
    border-right: 1px solid #047832;
    border-top: 1px solid #047832;
    border-bottom: 1px solid #047832;
    font-size: 12px;
    font-weight: 500;
    font-family: 'SansationRegular';
}



#menu-tienda.dropdown-menu li:first-of-type a,
.dropdown-menu.menu-categoria li:first-of-type a{
	border-left: 1px solid #047832;
}

#menu-tienda.sf-menu>li,
.sf-menu.menu-categoria>li
 {
    float: none;
    display: inline-block;
    background: #ffffff;
}

.menu-tienda-container,
.menu-legumbre-seca-container,
.menu-legumbre-cocida-container,
.menu-seleccion-container,
.menu-bio-container,
.menu-arroz-container,
.menu-cuidate-container,
.menu-harinas-container,
.menu-otros-productos-container{
	text-align: center;
}

#menu-tienda.sf-menu,
.sf-menu.menu-categoria {
    float: none;
    font-size: 0;
        margin: 0;
}



#menu-tienda.dropdown-menu .sub-menu li a {
    font-size: 12px;
    text-transform: uppercase;
    border-right: 1px solid #047832;
    border-bottom: 1px solid #047832;
    border-left: 1px solid #047832;
    padding-left: 10px;
    font-family: 'SansationRegular';
}

#menu-tienda.dropdown-menu .sub-menu{
    text-align: left;
    background: #ffffff;
        margin-left: 0;
}

#menu-tienda.dropdown-menu .fa{
	margin-left: 5px;
}    

.menu-tienda-container,
.menu-legumbre-seca-container,
.menu-legumbre-cocida-container,
.menu-seleccion-container,
.menu-bio-container,
.menu-arroz-container,
.menu-cuidate-container,
.menu-harinas-container,
.menu-otros-productos-container { 
            width: 100%;
            position: relative;
            margin-bottom: 0;
        }

.menu-tienda-container:before,
.menu-legumbre-seca-container:before,
.menu-legumbre-cocida-container:before,
.menu-seleccion-container:before,
.menu-bio-container:before,
.menu-arroz-container:before,
.menu-cuidate-container:before,
.menu-harinas-container:before,
.menu-otros-productos-container:before { 
		content: '';
        position: absolute;
        bottom: 50%;
        left	: 0;
        border-bottom: 1px #047832 solid;
        width: 100%;
        z-index:0;
    }
    
.dropdown-menu.menu-categoria >li.current-menu-item >a,
.dropdown-menu.menu-categoria >li >a:hover,
#menu-tienda >li.current-menu-item >a,
#menu-tienda >li >a:hover,
#menu-arroz >li a
{
	background-color: #8bc21f;
	color: #fff;
}
    
 .woocommerce ul.products li.product a img.woo-entry-image-main {
    border-top: 2px #047832 solid;
    border-bottom: 2px #047832 solid;
}

 .woocommerce ul.products {
    margin: 24px -10px !important;
}

.button.formato,
.button.formato:hover{
	background: transparent;
}
.woocommerce ul.products li {
    margin-bottom: 60px;
}

#pietienda .theme-button{
    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
    font-size: 15px;
    margin-right: 7%;
    margin-bottom: 50px;
    padding: 10px 17px;
}

#pietienda i{
    font-size: 23px;
}

#pietienda .wpb_column.titulo .vc_custom_1516748984673{
	margin-bottom: 50px !important; 
}

.site-breadcrumbs {
    color: #8fc520;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 30px;
    padding-top: 15px;
}

.site-breadcrumbs a {
    color: #047832;
}

.tax-product_cat h1.page-header-title,
.tax-product_cat .page-subheading p {
	display: none;
}
.background-image-page-header-overlay.style-dark{
	display:none;
} 

.tax-product_cat .term-description{
	text-align:center;
} 

body.tax-product_cat.wpex-responsive  .page-header-inner.container
 {
	width: 100%;
    margin: 0;
    max-width: 100%;
} 

.tax-product_cat .page-header-table{
	height: auto;
    padding: 0;
    display: block;
}

.tax-product_cat .page-header-table-cell{
	padding: 0;
    width: 100%;
    display: block;
} 

.tax-product_cat .page-header{
	background: none !important;
}

.single-product .page-header{
	display:none;
}

.woocommerce div.product form.cart .variations td.label {
    width: 30% !important;
    padding: 0 !important;
    min-width: 150px;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 0;
}

.woocommerce div.product form.cart .variations_button {
    padding: 0 !important;
}

.woocommerce-product-gallery__image{
	text-align: center;
}

.single-product  h1.product_title
{
	font-size:32px;
}

.single-product .entry-summary h1.single-post-title:before
{
	content: '\e820';
	font-family: "youtube";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    /* font-size: 120%; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
   font-size: 40px;
   color: #28ac0e;
   vertical-align: middle;
}

.single-product .entry-summary .botones .theme-button-inner:before
{
	content: '\e81b';
	font-family: "youtube";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .5em;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    /* font-size: 120%; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.acceso:after
{
	content: '\e809';
	font-size:20px;
	font-family: "youtube";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0px;
    margin-left: 10px;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    /* font-size: 120%; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

#top-bar a.acceso{
	background: #8fc520;
    color: #fff;
    -webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
padding: 10px 10px;
display:block;
}

#top-bar {
    padding: 0 15px 0;
}

#top-bar a.toggle-cart-widget{
	float:right;
	color: #8fc520;
	font-size: 20px;
    margin-top: 10px;
    margin-right: 20px;
}


#top-bar-wrap {
    border-bottom: none;
}

li.toggle-cart-widget{
	display:none;
}

.iconos{
	font-size: 80px;
    color: #28ac0e;
    text-align: right;
}

.iconos .icon-hoja_sostenible:before,
.iconos .icon-hoja_vegano:before
{
	 margin-right: 0;
	 margin-left: 0;
}

.single-product .theme-button-wrap,
.iconos{
	display:inline-block;
	vertical-align: middle;
	    width: 49%;
}

.woocommerce-product-details__short-description a:hover{
	color:#ffffff;
}

.woocommerce-product-details__short-description {
    padding-top: 20px;
}

.tabla{
	    display: table;
	    border-collapse: collapse;
	    overflow:hidden;
	    width: 100%;
}

.tabla .border{
	border: 1px solid #82bc00;
}

.tabla .border .consejos{
	border: none;
}

.row{
	display: table-row;
}

.tabla .column{
    display: table-cell;
        width: 48%;	
}

.single-product .entry .tabla h3{
    background: #82bc00;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    padding: 7px;	
    margin-top:0;
    margin-bottom: 0;
}

.tabla .consejos,
.tabla .column.info {
	border: 1px solid #82bc00;
}

.tabla .column.vacia {
	border: none;
}

.tabla .column p{
	padding-left:20px;
	padding-right:20px;
	margin-top:10px;
	margin-bottom:10px;
}

.tabla  table{
	width:100%;
}

.tabla .info table td{
	border-bottom:1px solid #82bc00;
	padding-top: 5px;
    padding-bottom: 5px;
}

.tabla .info table{
	margin-left: 4%;
    margin-right: 4%;
    width: 92%;
}

.tabla .info table td:last-of-type {
    text-align:right;
}

.woocommerce-Tabs-panel--description h2{
	display:none;
}

.logos img{
	width: 23%;
}

.tabla .tiempos td,
.tabla .tiempos th{
	text-align:center;
	color:#047832;
	border: 1px solid #82bc00;
}

.tabla .tiempos td.izquierda{
	text-align:left;
	padding-left: 5px;
}

.tabla .tiempos{
	border: none;
}


.ocultar{
	display: none;
}

.page-id-413 #content .site-breadcrumbs.position-absolute,
.woocommerce-checkout #content .site-breadcrumbs.position-absolute{
	display:none;
}

.ilightbox-overlay.minimal {
    background: #8fc520;
}

.woocommerce-product-details__short-description strong{
	color: #8fc520;
}

#submit_redsys_payment_form{
	margin-right: 20px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce ul.products li.product .added_to_cart{
	padding: .618em 1em;
}

.csp-hide-product-total{
	display: none !important;
}



.woocommerce div.product div.summary .single_variation_wrap .price{
	display: block;
	font-size: 1.2em;
	font-weight: 500;
	margin-bottom: 10px;
}

.woocommerce div.product div.summary .single_variation_wrap .price .woocommerce-price-suffix{
	font-weight: 400;
}

.entry .nuevasgamas h3{
	font-size: 22px;	
    margin-top: 0;
}

.nuevasgamas i{
	font-size: 65px;
}

.home #footer-builder,
.page-id-1793 #footer-builder,
.page-id-2915 #footer-builder{
	display: none;
}

.bannerpeq img{
	position: absolute; 
	top: 10px; 
	right: 15px;
}

.bannerpeq{
	position: relative; 
	padding-top: 30px; 
	padding-bottom: 30px;
}

.bannerpeq h1{
	border-bottom: 2px solid #047832;
	    text-align: center;

}

.fondoverde{
	padding: 12px 50px;
    background: #047832;
    color: #ffffff;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.fondoverdeclaro{
	font-size: 12px;
	padding: 4px 7px;
    background: #7fbc03;
    color: #ffffff;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.fondoverdeclaro.grande{
	font-size: inherit;
}

.clientes p, .clientes h4{
	text-align:center;
}

.clientes i{
	font-size: 45px;
    color: #8fc420;
    padding-bottom: 17px;
    display: block;
    border-bottom: 2px solid #047832;
}

.verde{
	color:#047832;
}

.botones{
	margin-bottom:50px;
}

.formatos hr{
	border-top: 1px solid #047832;
}

.formatos .button a{
	background: #8fc420;
    max-width: 240px;
    display: block;
    margin: 0 auto;
    padding: 10px 15px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*#nuevasgamas .vc_column-inner .wpb_text_column{
	border: 1px solid #047832;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	    padding: 1em 3%;
}*/

#nuevasgamas .equal-height-content{
	border: 1px solid #047832;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	    padding: 1em 3%;
	margin-left: 1%;
    margin-right: 1%;
        width: 23%;
}

#nuevasgamas .vc_column-inner {
	padding-left: 0;
    padding-right: 0;page-id-2915
    margin-bottom: 0;
}

#registro{
	display:none;
}

.ilightbox-container #registro{
	display:block;
}

#splite_popup_description img {
    height: auto !important;
    margin-bottom:20px;
}

#splite_popupBoxClose {
    color: #484848 !important;
}

.tax-product_cat .page-header {
    position: relative;   
    margin-bottom: 0 
}

.woocommerce .term-description {
    position: absolute;
    bottom: 30px;
    color: #fff;
    font-size: 16px;
    left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-bottom: 0 !important;
	width: 100%;
}

.contenedor_cabecera img{
	visibility:hidden;
}

.contenedor_cabecera{
	    background-size: contain !important;
}

#cabecera_tienda .term-description{
	bottom: 73px;
}

.woocommerce-thankyou-order-received{
	font-size: 20px;
	color: #047832;
}

.woocommerce-account .addresses .title .edit {
    position: absolute;
    right: 11px;
    top: 0px;
}

.woocommerce .col2-set.addresses .col-1, .woocommerce .col2-set.addresses .col-2 {
    position: relative;
}

.site-breadcrumbs.position-absolute {
    height: auto;
}

.contacto .wpcf7-form-control-wrap input.acepto {
    width: auto;
}

.single-post #primary .site-breadcrumbs,
.search-results #primary .site-breadcrumbs
{
	display:none;
}

.copyright a{
	margin-left: 1%;
	margin-right: 1%;
}

#cabecera_tienda .wpb_single_image .wpb_wrapper .vc_single_image-wrapper,
#cabecera_tienda .wpb_single_image .wpb_wrapper,
#cabecera_tienda .wpb_single_image,
.my-page-header,
.my-page-header img{
	width: 100%;
}

.soluciones strong{
	color: inherit;
}

.soluciones ul{
	list-style: none;
}


/***********************MEDIA*****************************/
@media (min-width: 2164px){
	.contenedor_cabecera img {
	    visibility: visible;
	    width: 100%;
	}
	#cabecera_tienda,
	.contenedor_cabecera{
		background: none !important;
	}
	
	.my-page-header{
		text-align:center;
	}	
}

@media (min-width: 768px){
	.movil{
		display: none;
	}	
}

@media (max-width: 1150px){
	#menu-tienda.sf-menu>li, .sf-menu.menu-categoria>li {
	    float: none;
	    display: block;
	}
	
	#menu-tienda.dropdown-menu >li >a, .dropdown-menu.menu-categoria >li >a {
	    border-left: 1px solid #047832;
	}
	
	
}

@media (max-width: 767px){
	.desktop{
		display: none;
	}
	
	.wpb_column .vc_column-inner.vc_custom_1516728915318{
		    margin-left: 0 !important;
	}
	#footer-widgets.wpex-row .col {
	    margin-top: 0 !important;
	}
	
	.entry h1 {
	    font-size: 25px !important;
	}
	
	.entry #cabecera h1 {
	    font-size: 46px !important;
	}
	
	.entry h1.h3{
		font-size: 20px !important;
	}
	
	.entry .sinmargen h1.h3{
		margin-bottom: 0 !important;
	}
	
	#actualidad h3 {
	    font-size: 17px;
	}
	
	h2{
		font-size: 18px !important; 
	}
	
	#single-blocks .vc_custom_1516717841479 {
	    background: none !important;
	}
	
	.bannerpeq img {
		position: inherit;
	}
	
	.botones {
	    margin-bottom: 183px;
	}
	
	.entry-summary .botones {
	    margin-bottom: 20px;
	}
	
	.single-page-content .vc_custom_1539721963012 {
    		padding-top: 0px !important;
	}
	
	.entry h4 {
	    font-size: 14px !important;
	}
	
	#top-bar #top-bar-content, #top-bar .top-bar-menu{
		float:right  !important;
	}
	
	.nuevos-envases .vc_column-inner {
		margin-bottom: 0;
	}
	
	
	.iconos {
	    font-size: 70px;
	}
	
	.tabla .column {
	    display: block;
	    width: 100%;
	}
	
	.tabla {
	    display: block;
	   }
	   
	  .theme-button, .color-button, input[type="submit"], button {
	    font-size: 15px;
	}
	
	.woocommerce .term-description {
		display:none;
	    position: inherit;
	    color: #444;
	    font-size: 15px;
	    -webkit-transform: none;
	    -moz-transform: none;
	    transform: none;
	}
	
	#nuevasgamas .equal-height-content {
	    width: 47%;
    		float: left;
    		margin-bottom: 10px;
	}
}

@media (max-width: 500px){
	#nuevasgamas .equal-height-content {
	    width: 98%;
    		float: none;
	}
	
	#clientes.vc_row.wpb_row{
		background-size: contain !important;
	}
}

@media (max-width: 432px){
	.site-breadcrumbs {
	    margin-bottom: 10px;
	}
	.contenedor_cabecera,
	#cabecera_tienda.contenedor_cabecera{
	    background-size: cover !important;
	    background-position: center !important;
	    height: 125px;
	}
	
	#cabecera_tienda.contenedor_cabecera{
	    margin-bottom:20px;
	}
	
	body.wpex-mobile-toggle-menu-icon_buttons #site-logo {
		max-width: 31% !important;
	}
	
	.header-one #site-logo {
	    top: -9px;
	}
	
	#actualidad .fondo-verde,
	#actualidad .fondo-blanco{
		padding-left:0 !important;
		padding-right:0 !important;
	}
	
	#actualidad .fondo-blanco .vc_column-inner{
		margin-left:0 !important;
	}
	
	#mapa img{
		display: none;
	}
	
	#mapa{
		height: 269px;
		background-position: center;
		margin-bottom: 20px;
	}
	
	.page-id-288 .email{
		font-size:15px;
	}
}