/** BASIC **/

body{
  font-size:.9rem;
  line-height:1.75;
  color:#505050;
  font-family: 'Lato', sans-serif;
	font-size:14px;}

p, ul, ol{	
	color: #373737;
  font-family: 'Lato', sans-serif;
	font-size: 1.1rem;
	font-weight:400;
	letter-spacing:.5px;
	line-height: 1.5rem;}

h1, h2, h3, h4, h5, h6{
  font-family: 'Lato', sans-serif;
  color:#709208;
  font-weight:normal;
	letter-spacing:.5px;
  line-height:1.3;
  margin-bottom:.8rem;  }

h1{
	color: #373737;
  font-size: 2.6rem;
  font-weight: 300;
  text-transform: uppercase;}

button, input, optgroup, select, textarea{
   font-family: 'Lato', sans-serif;}

.postcontent a, .postcontent a:link{
   font-family: 'Lato', sans-serif;
   text-decoration: none;
   color: #6a9038; }

a {
  color:#a1d10b;text-decoration:underline; }


a:active,
a:hover,
a:focus {
  color:#505050;}

ul{padding:0; margin:0; padding-left:15px;}

.lista-horizontal{list-style:none; display:flex;}

.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto; }

.no-margin {
   padding: 0 !important;
   margin: 0 !important; }


.table-div { display: block;}

.row-div {display: block; }

.cell-div { display: block;}

.divider-blanca {
  height: 1px;
  width:100%;
  display:block;
  margin: 9px 0;
  overflow: hidden;
  background-color: #fff;
}

.divider-gris {
  height: 1px;
  width:100%;
  display:block;
  margin: 9px 0;
  overflow: hidden;
  background-color: #ccc;
}

.divider-verde {
  height: 1px;
  width:100%;
  display:block;
  margin: 9px 0;
  overflow: hidden;
  background-color: #a1d10b;
	width:50px;
	margin:0 auto;
}

.container-fluid{
  padding-right: inherit;
  padding-left: inherit;}
  
.row{
  margin-right: inherit;
  margin-left: inherit;}

.owl-carousel {display:inline-flex !important;}

.owl-carousel .item img{
  width:inherit !important;}

.owl-theme .owl-controls .owl-page span{
  background:#6a9038 !important;}

.img-full{
  width:100% !important;
  height:auto !important;}

.padding-3{
  padding:3%;}

.wpcf7 input[type=submit]{
  width:initial !important;}


.fondo-verde{background-color:#709208;}

.fondo-verde-claro{background-color:#819F2F;}
.fondo-gris{background-color:#efefef;}

.texto-light{font-weight: 300;}

.color-blanco{color:#fff;}


/**** Cabecera ****/

.top-header{
   background-color:#6a9038;
   color:#fff;
   font-family:'Josefin Sans', sans-serif;
   padding:3px 0;
   font-size: 18px;
   letter-spacing:1px;
	text-align:center;}

.top-header a{
   color:#fff;}

.top-header a:hover{
   color:#3d3d3f;}

.header{
	 border-top:4px solid #709208;
   margin:0 !Important;
   z-index: 9999;
   width:100%;
   padding: 1% 1% 1% 0.5%;
   background: #fff;
   position:absolute !important;
}

.header-sticky{		
  position:fixed !important;
  top:0;
	padding:0.5% 0 0.5% 0;
  -webkit-transition:0.2s linear;
  -moz-transition:0.2s linear;
  -o-transition:0.2s linear;
  transition:0.2s linear;}

.header-right{
	display:none;
  text-align:right;
  margin:0.3rem 0 0; 
  font-family: 'Josefin Sans', sans-serif;
  font-size: 17px;
  -webkit-transition:0.2s linear;
  -moz-transition:0.2s linear;
  -o-transition:0.2s linear;
  transition:0.2s linear;}

.logotipo{
  max-width:70%;
  -webkit-transition:0.2s linear;
  -moz-transition:0.2s linear;
  -o-transition:0.2s linear;
  transition:0.2s linear;
}
#responsive-menu {padding-top:100px !Important;}

#responsive-menu-container li.responsive-menu-item{text-align:left;}

#responsive-menu-search-box{display:none;}

#click-menu-label{
  padding-top:6px !important;
}

.menu-menu-1-container{margin-top:50px;}

ul.responsive-menu{
  padding-top: 60px !important;}

.telefono-home{
	font-family:'Josefin Sans', sans-serif !important;
	text-align:center;
  top:3px;
  right:32px;	
	margin-bottom:0;
}

/**** Fin Cabecera ****/


/**** Menú ****/

.bg-inverse{
  background-color:transparent !important; }

.navbar-toggleable-md .navbar-collapse{display: block;}

.navbar-nav {
  font-family: 'Lato', sans-serif;
  font-size:1.1rem;
	font-weight:400;
	letter-spacing:0.5px;
  margin-left: auto;
  order: 2;
  text-transform: uppercase;}

.navbar-toggler-right{
  position:relative;
  right: 0;
  }

.nav-link {
  padding: 0 1em; }

.navbar-toggleable-md .navbar-nav .nav-link {
  margin:0 5px; }

.navbar-inverse .navbar-nav .nav-link{
  color: #3d3d3f;
  padding:.5rem;
	text-decoration:none;}

.navbar-inverse .navbar-nav .nav-link:after{
  content:'';
  display:block;
  width:1px;
  height:2px;
  background:transparent;
  margin:0 auto;
  transition:.7s;}

.navbar-inverse .navbar-nav .active>.nav-link, .navbar-inverse .navbar-nav .nav-link.active, .navbar-inverse .navbar-nav .nav-link.open, .navbar-inverse .navbar-nav .open>.nav-link{
  color: #6a9038;}

.navbar-inverse .navbar-nav .active>.nav-link:before, .navbar-inverse .navbar-nav .nav-link.active:after, .navbar-inverse .navbar-nav .nav-link.open:after, .navbar-inverse .navbar-nav .open>.nav-link:after{
  content:'';
  display:block;
  width:100%;
  height:1px;
  background:#fff;
  margin:0 auto;
  }

.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover{
  color: #6a9038;
	}


.navbar-inverse .navbar-nav .nav-link:focus:after, .navbar-inverse .navbar-nav .nav-link:hover:after{
  content:'';
  display:block;
  width:100%;
  height:1px;
  background:#373737;
  margin:0 auto;
  transition:.7s;}

.navbar-inverse .navbar-nav  .menu-item-38 .nav-link:focus:after, 
.navbar-inverse .navbar-nav  .menu-item-38 .nav-link:hover:after{ width:0% !Important; background:transparent !Important; color:#373737 !Important;}

.dropdown-menu{
  font-size:.8rem;
  line-height:120%;
	border:2px solid white;
  }

.bg-inverse .dropdown-menu{
  background-color:rgba(255,255,255,.9);}

.dropdown-menu .menu-item{}

.dropdown-menu .menu-item a.nav-link{
  text-transform:inherit;
  letter-spacing:0;}

.dropdown-menu .menu-item a.nav-link:hover{
  background-color:rgba(240,240,240,.9);}

ul.dropdown-menu li a:hover:before{
  background: transparent !important;
}

ul.dropdown-menu li.active a:before{
  background: transparent !important;
}

.menu-item{
  text-align:center;}

/**** Fin Menú ****/

/**** Footer ****/

#wrapper-footer {
	background: #2f2f2f;
  text-align:center;
  color:#fff;
  font-size:13px;
  border-top:2px solid white;
}

#wrapper-footer p{color:#fff; font-size:14px; font-weight:200;}

#wrapper-footer ul li{
   text-align:left;
}

#wrapper-footer i{color:#a1d10b;}

#wrapper-footer a{
   color:#fff;text-decoration:none;}

#wrapper-footer a:hover{
   opacity:.6;}

#wrapper-footer h2{
  font-size:22px;
  color:#fff;
  border-bottom:1px solid #5e731d;
	padding-bottom:10px;
  margin-bottom:10px;
  font-family: 'Lato', sans-serif;
  letter-spacing:1px;
}

#wrapper-footer h3{
  font-size:16px;
  color:#fff;
  font-family: 'Lato', sans-serif;
  letter-spacing:1px;
}

#wrapper-footer .asycom{
	border-top:1px solid #5e731d;
	margin-top:10px;
	padding-top:10px;
	}

.site-footer{
   width:100%;}

.rrss-footer{
   font-size:28px !important;
   padding:0 12px;
}

.mapa-web-footer{
   display:none;}

/**** End Footer ****/

/**** Blog ****/

.blog .wrapper, .single .wrapper{ padding-top:50px;}

.category h1{font-size:1.4rem; color:#2F2F2F; opacity:.5;}

.type-post{
   margin-bottom:35px;
   border-bottom:1px solid #eee;
   padding-bottom:35px;
}

.byline{display:none;}

time.updated{display:none;}

time.published{display:inherit;}

.posted-on{font-size:13px;}

.entry-meta{margin-bottom:15px; color: #b2b2b2; font-size:1.4rem;}

.cat-links{font-size:13px;}

.comments-link{display:none}

.entry-header .entry-title{
text-transform:none !Important;
margin-bottom:0;}

.entry-header .entry-title a{
	text-align:left !important;
	text-decoration:none;
	font-weight:300;
}

.comments-area{display:none;}

.widget{
  padding-bottom:40px;
	text-align:center;
}

.widget-title{
	color:#505050;
	border-bottom:1px solid #eeeeee;
	font-size:20px;
	margin-bottom:15px;
	padding-bottom:5px;
  text-transform:uppercase;
	}

.widget ul {padding:0; margin:0;}

.widget ul li{
  color:#6a9038;
	list-style:none;
}

.widget ul li a{
	font-family:'Lato', sans-serif;
  font-size: 14px !important;}

.form-control:focus{
  border-color: #6a9038; }

.widget_search{
  background-color:#f5f5f5;
  padding:0;
	border:none;
  margin-bottom:45px;
}

.widget_search .form-control{
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
	}

.widget_search .input-group{ padding:20px 20px 30px;}

label.assistive-text{
  color:#6a9038;
	border-bottom: 1px solid #E0E0E0;
  font-family: 'Lato', sans-serif;
  font-size:24px;
	padding:20px 30px 5px;
	text-align:center;
	text-transform:uppercase;
	width:100%;
}


.single-post .attachment-large{
  display:none;
}

.blog .attachment-thumbnail.size-thumbnail{
  float:left;
  margin-right:30px;
}

.category .attachment-thumbnail.size-thumbnail{
  float:left;
  margin-right:30px;
}

.entry-footer{display:none;}

.btn-primary {
  background-color: #709208;
  border-color: #709208;
	border-radius:100px;
	color: #fff;
  display: inline-block;
  font-family: 'Lato', sans-serif;
	font-weight:700;
  line-height: 1rem;
  padding: .8rem 1.4rem ;
	text-decoration:none;
	-webkit-transition:0.2s linear;
  -moz-transition:0.2s linear;
  -o-transition:0.2s linear;
  transition:0.2s linear; }

.btn-primary i{color: #a1d10b}

.btn-primary:hover {
    color: #fff;
    background-color: #505050;
    border-color: #505050;
		-webkit-transition:0.2s linear;
  -moz-transition:0.2s linear;
  -o-transition:0.2s linear;
  transition:0.2s linear; }

.btn-primary:focus, .btn-primary.focus {
    box-shadow: none;	
		 color: #fff;
		background-color:#333;}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: grey;
    border-color: grey; }
    
.btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
		background-color:#333;
    background-image: none;
    border-color: #333; }

.btn-secondary{
  background-color:#6a9038;
	border-radius:0;
  color:#fff;
  border:none;
	font-family:'Josefin Sans', sans-serif;
	text-transform:uppercase;
	-webkit-transition:0.2s linear;
  -moz-transition:0.2s linear;
  -o-transition:0.2s linear;
  transition:0.2s linear;
}

.btn-secondary:hover{
  background-color:#505050;
  color:#fff;
  border:none;  
	-webkit-transition:0.2s linear;
  -moz-transition:0.2s linear;
  -o-transition:0.2s linear;
  transition:0.2s linear;
}

.btn-secondary:focus, .btn-secondary.focus{
  background-color:#505050;
  color:#fff;
  border:none;
  box-shadow:none;
}

.btn-secondary.disabled, .btn-secondary:disabled {
  border:none;
}

.btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  background-color:#6a9038;
  color:#fff;
  border:none;
}

.nav-links .nav-previous{
  border:1px solid #eee;
	padding: 10px 15px;
  float:left;
	font-size:1rem;
}

.nav-links .nav-next{
	border:1px solid #eee;
  padding: 10px 15px;
  float: right;
}

.page-item.active .page-link{
  background-color:#6a9038;
  border-color:#6a9038;}

.page-link{
  color:#6a9038;}

.page-link:focus, .page-link:hover{
  color:#6a9038;}

.post-navigation a{font-size:1.2rem; color:#6a9038;}
.post-navigation a:focus{color:#505050;}
.post-navigation a:hover{color:#505050;}

.understrap-read-more-link{
    background-color: #709208;
    border-color: #709208;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1rem;
padding: .8rem 1.4rem;
	text-transform: none;
    text-decoration: none;}


/**** Cabecera Blog ****/
.cabecera-blog{padding:0 !important;}


.blog .cabecera-blog:after{
  content: '';
  background:url(images/cabecera-actualidad.jpg);
  background-size:cover;
  max-width: 100%;
  height:300px;
  display: block;
}

.single-post .cabecera-blog:after{
  content: '';
  background-size:cover;
  max-width: 100%;
  height:150px;
  display: block;
}

.archive .cabecera-blog:after{
  content: '';
  background:url(images/cabecera-actualidad.jpg);
  background-size:cover;
  max-width: 100%;
  height:300px;
  display: block;
}
.tax-product_cat .cabecera-blog:after{
	display:none !important;
}

.error404 .cabecera-blog:after{
  content: '';
  background:url(images/cabecera-actualidad.jpg);
  background-size:cover;
  max-width: 100%;
  height:300px;
  display: block;
}



.search .cabecera-blog:after{
  content: '';
  background:url(images/cabecera-actualidad.jpg);
  background-size:cover;
  max-width: 100%;
  height:300px;
  display: block;
}

/**** Fin Cabecera Blog ****/

.blog .entry-title{text-transform:none !important;}


/**** Fin Blog ****/


/**** Home ****/

.home h1, .home h1 b{color: #fff; font-size:3.5rem; font-style:italic;line-height:3rem;text-shadow: 1px 3px 5px #222; text-transform:none;}


.entry-title{ text-align:left !important;}

.entry-title a {
		color:#6a9038; }

.entry-title a:hover {
		color:#505050; }

.page-template-diseno-home .entry-header {
   display:none; }

.page-template-diseno-home #page-wrapper{
  padding-top:0;
	padding-bottom:0;}

.page-template-diseno-home .content-area{
  padding-left:0;
  padding-right:0;
}

.pt-cv-title{
  margin-top:10px !important;
  margin-bottom:5px !important; }

.pt-cv-title a{
 font-family:'Roboto Slab', serif;
	color: #373737 !important;
	font-size:1.2rem !important;
	font-weight:400;}

.pt-cv-title a:hover{
  color:#373737 !important;
}

.pt-cv-wrapper .btn-success{
  color: #fff;
  background-color:transparent;
  border:1px solid #a1d10b;
  border-radius:20px;
  float:left;
}

.pt-cv-wrapper .btn-success:hover{
  color:#ffffff;
	background-color:#373737;
  border-color:transparent;
}

.pt-cv-wrapper .btn-success:focus{
  opacity:0.5;
  background-color:transparent;
  border-color:transparent;
}

.pt-cv-wrapper img{
  width:100% !important;
	border-radius:20px;
	height: 250px;
  object-fit: cover;
}

.pt-cv-wrapper .btn-success:before {
  color: #a1d10b;
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 14px;
  padding-right: 5px;
  vertical-align: 0px;}

.pt-cv-wrapper .btn-success:hover:before {color: #fff;}

.pt-cv-wrapper .btn { 
  font-size: 15px !important;
  letter-spacing:1px !important;
}

.entry-content{overflow:hidden;}

.wcps-container:hover .owl-nav.middle .owl-prev, .wcps-container:hover .owl-nav.middle .owl-next{background-color:#fff;}


.wp-caption-text{
  font-size: 12px;
  background: #efefef;
  padding: 10px;
  margin-bottom:20px;
  }


.collapseomatic{
  background-color:#709208;
	background-image: url(images/plus-icon.png) !important;
	background-repeat: no-repeat;
	background-position: 25px 25px;
	border:2px solid #fff;
	border-bottom:0;
	border-radius: 20px 20px 0 0;  
	color:#fff;
  cursor: pointer;
	display:inline-block;
	font-size:1rem;
  font-weight:700;
	letter-spacing:1px;
	margin:0 auto;
	padding: 20px 50px;
	position:relative;
	text-transform:uppercase;
	-webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  }

.colomat-close {
	background-color:#709208;
	background-image: url(images/minus-icon.png) !important;
	background-repeat: no-repeat;
	border-radius: 20px 20px 0 0;
  padding: 20px 50px;
  cursor: pointer;
	-webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.collapseomatic:hover{
  text-decoration:none;
	background-color:#709208;
	color:#ffffff;
	border-radius: 20px 20px 0 0;
  padding: 20px 50px;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;}
	

.collapseomatic_content{
	margin:0;
}

.collapseomatic:before{
	content:url('images/esquina-izq.png');
	position:absolute;
	bottom: -8px;
   left: -20px;
}


.collapseomatic:after{
	content:url('images/esquina-dcha.png');
	position:absolute;
	bottom: -8px;
  right: -20px;
}
.categorias-desplegado{border-bottom: 1px solid #a1d10b; padding-bottom:30px;}

.categorias-desplegado h6 a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.1rem;
    border-bottom: 1px solid rgba(161, 209, 11,.4);
    display: inline-block;
    width: 100%;
    padding-bottom: 6px;
    margin-bottom: 6px;}

.categorias-desplegado ul{color:#a1d10b;}

.categorias-desplegado ul li a{font-size:1rem; font-weight:300; color:#fff; text-decoration:none;}

.categorias-ppales{overflow:hidden;}

.categorias-ppales div{ padding:0; margin:0;}
.categorias-ppales .plantas-aromaticas, .categorias-ppales .pimientos, .categorias-ppales .citricos, .categorias-ppales .temporada, .categorias-ppales .arboles{
	border:1px solid white;
	position:relative;
	min-height:350px;
}

.categorias-ppales .plantas-aromaticas .degradado-verde, .categorias-ppales .citricos .degradado-verde, .categorias-ppales .pimientos .degradado-verde, .categorias-ppales .temporada .degradado-verde, .categorias-ppales .arboles .degradado-verde{
	position:absolute; 
	top:0; 
	right:0; 
	margin:0; 
	padding:0; 
	width:100%; 
	height:50%; 
	background: rgba(36,47,1,0.58);
	background: -moz-linear-gradient(top, rgba(36,47,1,0.58) 0%, rgba(36,47,1,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(36,47,1,0.58)), color-stop(100%, rgba(36,47,1,0)));
	background: -webkit-linear-gradient(top, rgba(36,47,1,0.58) 0%, rgba(36,47,1,0) 100%);
	background: -o-linear-gradient(top, rgba(36,47,1,0.58) 0%, rgba(36,47,1,0) 100%);
	background: -ms-linear-gradient(top, rgba(36,47,1,0.58) 0%, rgba(36,47,1,0) 100%);
	background: linear-gradient(to bottom, rgba(36,47,1,0.58) 0%, rgba(36,47,1,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242f01', endColorstr='#242f01', GradientType=0 );
	z-index:0;}


.categorias-ppales .plantas-aromaticas .contenido, .categorias-ppales .citricos .contenido, .categorias-ppales .temporada .contenido, .categorias-ppales .pimientos .contenido, .categorias-ppales .arboles .contenido {
	position:absolute;
	top:0;
  right:0;
	padding:1.5rem 2rem;
	width:100%;
	height:100%;
	z-index:999;
}

.categorias-ppales .plantas-aromaticas{
	background:url('images/bg-aromaticas02.jpg') center center no-repeat;
	background-size:cover;
	border-top:2px solid white;
  border-left:0;
}
.categorias-ppales .pimientos{
	background:url('images/bg-pimientos02.jpg') center center no-repeat;
	background-size:cover;
	border-top:2px solid white;
}
.categorias-ppales .citricos{
	background:url('images/bg-citricos01.jpg') center center no-repeat;
	background-size:cover;
	border-top:2px solid white;
	border-right:0;
}
.categorias-ppales .temporada{
	background:url('images/bg-temporada01.jpg') center center no-repeat;
	background-size:cover;
}

.nombre-categoria{ color: #fff;font-size:1rem !Important; font-weight: 300;text-transform:uppercase; text-shadow: 1px 1px 2px #222; }

.nombre-categoria-verde{ color: #55721F;font-size:1rem !Important; font-weight: 300;text-transform:uppercase; text-shadow:none; }



.categorias-ppales .divider-blanca{width:50px;}
.categorias-ppales h2 {
	color:#fff;
	font-family:'Roboto Slab', serif;
	font-size:1.6rem;
	line-height:1.9rem;
	text-shadow: 1px 1px 2px #222;
	margin-bottom:1rem;
}


.categorias{
  margin-top: -69px;
	margin-left:0;
	margin-right:0;
	padding:0;
  z-index: 999;
	overflow:hidden;
}

.categorias .woocommerce ul.products li.product a img{display:none;}
.categorias .woocommerce ul.products li.product .woocommerce-loop-category__title{ color:#fff;}
.categorias .woocommerce mark{
  	background-color: transparent;
    color: #fff;
    font-weight: 200;
}

.categorias .woocommerce ul.products li.product{
	text-align: left;
  list-style: disc;
  color: #a1d10b;
  line-height: 35px;
  margin-bottom: 0;
}

.presupuesto .divider-blanca{opacity:.3;}
.presupuesto h3{
	color:#373737;
	font-size:2.1rem;
	font-style:italic;
	font-weight:700;}

.productos{background:#efefef;}
.productos h4{
	color:#373737;
	font-size:2.6rem;
	font-weight:300;
	text-transform:uppercase;
}


.wcps-container .owl-dots {
    text-align: center !important;
    text-align: left;
    position: absolute;
    bottom: 0;
    width: 100%;
}


.wcps-container #wcps-169 .wcps-items-thumb {
    height: 300px;
		background-color:#fff;
			border:2px dotted #cdcdcd !important;
	border-radius:30px !important;
}

#wcps-169 .wcps-items .wcps-items-cart, #wcps-169 .wcps-items .wcps-items-title {
    text-align: center !important;
}
.wcps-container .wcps-items-title a {
    font-size: 1.2rem;
    font-weight: 900;
    line-height: normal;
    text-decoration: none;
    background-color: white;
		border:none !important;
    padding: 10px 15px;
    display: inline-block;
    color: #373737 !important;
    font-style: italic;
    letter-spacing: .5px;
}

.wcps-container #wcps-169 .wcps-items {
    height: 450px;
}

.wcps-container  .layer-content{
	position:absolute;
	width:100%;
	bottom:16%;
  
}

.wcps-container .btn-outline-primary{
  color: #709208;
  background-color: transparent !important;
  border: none !important;
  border-radius: 20px;
	display:inline;
}

.wcps-container .btn-outline-primary_hover{
  color: #373737;
	text-decoration:underline;
}

.skin.flat .layer-content {
    padding: 5px 10px;
		margin-top:-40px;
		z-index:999999999;
}

.empresa {
	background: url(images/bg-empresa.jpg) bottom right no-repeat;
	background-size:cover;
	background-color:#709208; 
	padding:0;
	height:}

.empresa > div{
	background: url(images/esquina-bg-empresa.png) top right no-repeat;
}

.empresa h5, .actualidad h5{
	color: #fff;
	font-family:'Roboto Slab', serif;
	font-size:2.6rem;
	font-weight:700;}

.empresa h6{
	color:#fff;
	font-size:1.2rem;
	font-style:italic;
}

.empresa .divider-blanca{opacity:.5;}
.empresa .divider-verde, .actualidad .divider-verde{width:50px; margin:20px 0 !important; }

.empresa p, .actualidad p{color: #fff; font-size:1.2rem; font-weight:200; line-height:1.6rem;}

.empresa a:hover{color: white;}

.actualidad{
	background:url(images/esquina-bg-actualidad.png) top left no-repeat;padding:0;	background-color:#819F2F;}

/** Empresa Versión Responsive **/

.empresa-responsive {
	background: url(images/bg-empresa-responsive.jpg) bottom right no-repeat;
	background-size:cover;
	background-color:#709208; 
	padding:0;
	height:}


.empresa-responsive h5, .actualidad h5{
	color: #fff;
	font-family:'Roboto Slab', serif;
	font-size:2.6rem;
	font-weight:700;}

.empresa-responsive h6{
	color:#fff;
	font-size:1.2rem;
	font-style:italic;
}

.empresa-responsive .divider-blanca{opacity:.5;}
.empresa-responsive .divider-verde, .actualidad .divider-verde{width:50px; margin:20px 0 !important; }

.empresa-responsive p, .actualidad p{color: #fff; font-size:1.2rem; font-weight:200; line-height:1.6rem;}

.empresa-responsive a:hover{color: white;}

.caja-empresa-escritorio{
  display: none;
}

/**** Fin Home ****/


/**** Páginas ****/

.titular{
	font-size: 1.6rem;
  line-height: 1.9rem;
	color: #fff;
  font-family: 'Roboto Slab', serif;
  text-shadow: 1px 1px 2px #222;
  margin-bottom: 1rem;
}
.titular-fondo-verde{
	color: #fff;
  font-family: 'Roboto Slab', serif;
  font-size: 2rem;
  line-height: 2.3rem;
  font-weight: 700;
}

.texto-light{font-weight:300;}

.titular-negrita{
    color: #373737;
    font-size: 1.4rem;
		line-height:1.8rem;
    font-style: italic;
    font-weight: 700;
}

.borde-superior{
	border-top:2px solid #fff;
}
.borde-inferior{
	border-bottom:2px solid #fff;
}
.borde-dcha{
	border-right:2px solid #fff;
}
.borde-izda{
	border-left:2px solid #fff;
}

.form-int{
   border-radius:0 !important;}

select.form-int{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;}

.tipo-servicio{
  display:block;
}

.tipo-servicio::after{
    content: "▼";
    display:block;
    position: absolute;
    right:0;
    top: 13px;
    z-index: 1000;
    text-align: center;
    width: 6%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
    font-size: 9px;
}

.form-int:focus{
   border-color:#6a9038 !important;}

.btn-int{
  display: block !important;
  margin:0 auto;
  border-radius: 0 !important;
  background: #6a9038 !important;
  color:#fff !important;
}

.mosaico{
	background:#9b9b9b;
  padding-left:0;
  padding-right:0;
  overflow:hidden;
}

.mosaico-escala{
  transition:1s;
  height: 400px;
	background-color:rgba(100,100,100,.7);
	padding:2rem;
  }

.mosaico-escala:hover{
  transform:scale(1.2,1.2);
  transition:1s;}

.mosaico h3, .mosaico h3 a{
	color:#fff;
	font-family:'Roboto Slab', serif;
	font-size:22px;
  text-align:center;
	text-decoration:none;
  text-transform:normal;
  margin-bottom: 0;
  display: block;
  width: 100%;
	text-shadow:1px 1px 2px #222;
	margin-top:150px;
}

.mosaico-escala p{	
	display:none;
  color:#fff; 
  line-height: 1.3rem;
	-webkit-transition:0.2s linear;
  -moz-transition:0.2s linear;
  -o-transition:0.2s linear;
  transition:0.2s linear;
	}

.mosaico-escala:hover p{	
	display:block;
	-webkit-transition:0.2s linear;
  -moz-transition:0.2s linear;
  -o-transition:0.2s linear;
  transition:0.2s linear;}


.mosaico-escala-int{
  height:120px;}

.mosaico-escala-int h3 a{
  font-size:17px !important;
}


.borde-derecha{
  margin-bottom:1px;}

.borde-derecha-izquierda{
  margin-bottom:1px;
  margin-top:1px;}

.borde-izquierda{
  margin-top:1px;}

.form-int{
   border-radius:0 !important;}

select.form-int{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;}

.form-int:focus{
   border-color:#6a9038 !important;}

.btn-int{
  display: block !important;
  margin:0 auto;
  border-radius: 0 !important;
  background: #005577 !important;
  color:#fff !important;
}

.wpcf7{
  max-width:100% !important;}

.wpcf7 .wpcf7-form p{margin-bottom:0.8rem;}

.wpcf7 input{
  height:50px;}

.wpcf7 input[type=checkbox]{
  height:auto !Important;}

.wpcf7 textarea{height:176px;}

.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 textarea{
	color: #877c7c;
	font-size: .7rem;
  font-weight: 200; 
  text-transform: uppercase;
    }

.wpcf7 input[type=submit]{
  width:initial !important;
	height:45px;
  }

.wpcf7 input[type=submit]:before{
  content:'\f0e0';
	font-family:fontawesome;
	font-size:100px;
  }

.btn-outline-primary, .wpcf7 input[type=submit] {
  color: #ffffff;
  background-color: #709208 !important;
	border-color: #709208 !important;
	border-radius:20px;}

.wpcf7-submit:before{
	content:'hola';
}

span.wpcf7-not-valid-tip {
    font-size: 0.8rem;
    line-height: 1rem;
}

.btn-outline-primary:hover, .wpcf7 input[type=submit]:hover {
    background-color: #005577;
    border-color: #005577; }

.mapa{ height:100%; width:100%; border:0;}

.lista-horizontal{
	list-style:none;	
	padding:0;
}

.lista-horizontal li{	display:inline; padding:0 5px; margin:0 auto;}

.form-control{border-radius:0;}

.rrs-footer .fa {
    display: inline-block !important;
  font: normal normal normal 14px/1 FontAwesome !important;}

.row.vdivide [class*='col-']:not(:last-child):after {
  background: #e0e0e0;
  width: 1px;
  content: "";
  display:block;
  position: absolute;
  top:0;
  bottom: 0;
  right: 0;
  min-height: 70px;
}

.accordion-title{
    font-size:18px;
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f7f7f9;
    border-bottom: 1px solid rgba(0,0,0,.125);
    cursor:pointer;
}

.accordion-title:focus{
  outline:none;
}  

.accordion br{
  display:none;
}

.accordion-content{ padding: 1.5rem;}


.fondo-quienes-somos{
	background:url('images/fondo-quienes-somos.jpg') center center no-repeat;
	background-size:cover;
	min-height:200px;}

.fondo-calidad{
	background:url('images/fondo-calidad04.jpg') center bottom no-repeat;
	background-size:cover;
	min-height:200px;}


.caja-producto{	
	min-height:200px; 
  border:.5px solid white;
	padding:20px;}

.caja-producto h4{
	color: #fff;
    font-family: 'Roboto Slab', serif;
    font-size: 1.2rem;
    line-height: 1.4rem;
    text-shadow: 1px 1px 2px #222;		}

.caja-producto-alcachofa{
	background:url('images/alcachofa.jpg') center top no-repeat;
	background-size:cover;}
.caja-producto-batata{
	background:url('images/batatas.jpg') center top no-repeat;
	background-size:cover;}
.caja-producto-berenjena{
	background:url('images/berenjena.jpg') center top no-repeat;
	background-size:cover;}
.caja-producto-calabacin{
	background:url('images/calabacin.jpg') center top no-repeat;
	background-size:cover;}
.caja-producto-calabaza{
	background:url('images/calabaza.jpg') center top no-repeat;
	background-size:cover;}
.caja-producto-judias{
	background:url('images/judias.jpg') center top no-repeat;
	background-size:cover;}
.caja-producto-melones{
	background:url('images/melon.jpg') center top no-repeat;
	background-size:cover;}
.caja-producto-pepino{
	background:url('images/pepino.jpg') center top no-repeat;
	background-size:cover;}
.caja-producto-pimiento{
	background:url('images/pimiento.jpg') center top no-repeat;
	background-size:cover;}
.caja-producto-sandia{
	background:url('images/sandia.jpg') center top no-repeat;
	background-size:cover;}
.caja-producto-tomate{
	background:url('images/tomate.jpg') center top no-repeat;
	background-size:cover;}
.caja-producto-aromaticas{
	background:url('images/albahaca.jpg') center top no-repeat;
	background-size:cover;}
.caja-producto-injertos{
	background:url('images/injerto.jpg') center top no-repeat;
	background-size:cover;}
.caja-producto-apio{
	background:url('images/apio.jpg') center top no-repeat;
	background-size:cover;}
.caja-producto-acelga{
	background:url('images/acelga.jpg') center top no-repeat;
	background-size:cover;}
.caja-producto-brocoli{
	background:url('images/brocoli.jpg') center top no-repeat;
	background-size:cover;}
.caja-producto-cardo{
	background:url('images/cardo.jpg') center top no-repeat;
	background-size:cover;}
.caja-producto-cebolla{
	background:url('images/cebolla.jpg') center top no-repeat;
	background-size:cover;}
.caja-producto-col{
	background:url('images/col.jpg') center top no-repeat;
	background-size:cover;}
.caja-producto-coliflor{
	background:url('images/coliflor.jpg') center top no-repeat;
	background-size:cover;}
.caja-producto-espinaca{
	background:url('images/espinacas.jpg') center top no-repeat;
	background-size:cover;}
.caja-producto-guisantes{
	background:url('images/guisante.jpg') center top no-repeat;
	background-size:cover;}
.caja-producto-haba{
	background:url('images/habas.jpg') center top no-repeat;
	background-size:cover;}
.caja-producto-hinojo{
	background:url('images/hinojo.jpg') center top no-repeat;
	background-size:cover;}
.caja-producto-lechuga{
	background:url('images/lechuga.jpg') center top no-repeat;
	background-size:cover;}
.caja-producto-puerros{
	background:url('images/puerro.jpg') center top no-repeat;
	background-size:cover;}
.caja-producto-remolacha{
	background:url('images/remolacha.jpg') center top no-repeat;
	background-size:cover;}
.caja-producto-tagarina{
	background:url('images/tagarina.jpg') center top no-repeat;
	background-size:cover;}

.tienda-online p{
	font-size:.9rem !Important;
	font-weight:600;
	line-height:1.3rem;}

.caja-semillas{
	background:url('images/semillas.jpg') center top no-repeat;
	background-size:cover;
	min-height:200px;}

.caja-abono{
	background:url('images/abono.jpg') center top no-repeat;
	background-size:cover;
	min-height:200px;}

.fondo-plantas-verano{
	background:url('images/fondo-plantas-verano01.jpg') center top no-repeat;
	background-size:cover;}

.fondo-plantas-invierno{
	background:url('images/fondo-plantas-inviern01.jpg') center top no-repeat;
	background-size:cover;}

.fondo-cultivos-todo-ano{
	background:url('images/fondo-semillas01.jpg') center top no-repeat;
	background-size:cover;}

.fondo-abonos-hortalizas{
	background:url('images/fondoabono01.jpg') center top no-repeat;
	background-size:cover;}

.sin-imagen{padding-top:150px;}

.hentry, #left-sidebar{z-index:999999;}

.archive .site-main {
    margin-top: 60px;
}

/**** Fin Páginas ****/
/**** Productos ****/

.entry-title{text-align:left; font-size:2.6rem;}

.term-description .imagen-categoria-pdo{
	width:100% !Important;
	height:100px !important;
	object-fit:cover !important;
}
.columns-4 .product-category{
	position:relative;
	margin:1px !important;
	width: 48% !important;}
.columns-4 .product-category a{position:relative; display:block;}
.columns-4 .product-category a h2{
	position:absolute !important;
	top:10px !Important;
	left:20px !important;
	font-family:'Roboto Slab',serif;
	color:#fff;
	text-shadow:1px 1px 2px #333;
}
.columns-4 .product-category a img{
	margin-bottom:0 !Important;
	height:150px !important;
	object-fit:cover;}
.columns-4 .product-category a h2 .count{display:none;}


#woocommerce-wrapper{	padding-top:150px;}

.tax-product_cat #woocommerce-wrapper{	padding-top:250px;}

.term-calabacines{
	  background: url(images/calabacin.jpg);
    background-position-y: -750px;
    background-repeat: no-repeat;
    background-size: contain;}
.term-alcachofas{
	  background: url(images/alcachofa.jpg);
  	background-position-y: -750px;
    background-repeat: no-repeat;
    background-size: contain;}
.term-batatas{
	  background: url(images/batatas.jpg);
   background-position-y: -750px;
    background-repeat: no-repeat;
    background-size: contain;}
.term-berenjenas{
	  background: url(images/berenjena.jpg);
   background-position-y: -750px;
    background-repeat: no-repeat;
    background-size: contain;}
.term-calabazas{
	  background: url(images/calabaza.jpg);
   background-position-y: -750px;
    background-repeat: no-repeat;
    background-size: contain;}
.term-judias{
	  background: url(images/judias.jpg);
   background-position-y: -750px;
    background-repeat: no-repeat;
    background-size: contain;}
.term-melones{
	  background: url(images/melon.jpg);
   background-position-y: -750px;
    background-repeat: no-repeat;
    background-size: contain;}
.term-pepinos{
	  background: url(images/pepino.jpg);
   background-position-y: -750px;
    background-repeat: no-repeat;
    background-size: contain;}
.term-pimientos{
	  background: url(images/pimiento.jpg);
   background-position-y: -750px;
    background-repeat: no-repeat;
    background-size: contain;}
.term-sandias{
	  background: url(images/sandia.jpg);
   background-position-y: -750px;
    background-repeat: no-repeat;
    background-size: contain;}
.term-tomates{
	  background: url(images/tomate.jpg);
  	background-position-y: -750px;
    background-repeat: no-repeat;
    background-size: contain;}
.term-aromaticas{
	  background: url(images/albahaca-cabecera.jpg);
  	background-position-y: -750px;
    background-repeat: no-repeat;
    background-size: contain;}
.term-injertos{
	  background: url(images/injerto-cabecera.jpg);
  	background-position-y: -750px;
    background-repeat: no-repeat;
    background-size: contain;}
.term-acelgas{
	  background: url(images/acelga.jpg);
   background-position-y: -750px;
    background-repeat: no-repeat;
    background-size: contain;}
.term-alcachofas-invierno{
	 background: url(images/alcachofa.jpg);
   background-position-y: -750px;
    background-repeat: no-repeat;
    background-size: contain;}
.term-brocoli{
	  background: url(images/brocoli.jpg);
  background-position-y: -750px;
    background-repeat: no-repeat;
    background-size: contain;}
.term-apio{
	  background: url(images/apio.jpg);
   background-position-y: -750px;
    background-repeat: no-repeat;
    background-size: contain;}
.term-cardo{
	  background: url(images/cardo.jpg);
   background-position-y: -750px;
    background-repeat: no-repeat;
    background-size: contain;}
.term-cebolla{
	  background: url(images/cebolla.jpg);
   background-position-y: -750px;
    background-repeat: no-repeat;
    background-size: contain;}
.term-col{
	  background: url(images/col.jpg);
  background-position-y: -750px;
    background-repeat: no-repeat;
    background-size: contain;}
.term-coliflor{
	  background: url(images/coliflor.jpg);
   background-position-y: -750px;
    background-repeat: no-repeat;
    background-size: contain;}
.term-espinacas{
	  background: url(images/espinacas.jpg);
   background-position-y: -850px;
    background-repeat: no-repeat;
    background-size: cover;}
.term-guisantes{
	  background: url(images/guisante.jpg);
   background-position-y: -750px;
    background-repeat: no-repeat;
    background-size: contain;}
.term-habas{
	  background: url(images/habas.jpg);
    background-position-y: -900px;
    background-repeat: no-repeat;
    background-size: cover;}
.term-hinojo{
	  background: url(images/hinojo.jpg);
  background-position-y: -750px;
    background-repeat: no-repeat;
    background-size: contain;}
.term-lechuga{
	  background: url(images/lechuga.jpg);
   background-position-y: -750px;
    background-repeat: no-repeat;
    background-size: contain;}
.term-puerros{
	  background: url(images/puerro.jpg);
  background-position-y: -750px;
    background-repeat: no-repeat;
    background-size: contain;}
.term-remolacha{
	  background: url(images/remolacha.jpg);
   background-position-y: -750px;
    background-repeat: no-repeat;
    background-size: contain;}

.woocommerce div.product .product_title{text-align:left !Important; font-size:2rem !Important;}
.product .summary p{font-weight:300 !Important; font-size:1rem !important; line-height:1.4rem;}
.woocommerce .related{display:inline-block;}
.woocommerce .posted_in{display:none;}

.formulario-pdo {border:1px solid rgba(161, 209, 11,.4);}

.site-main{
	margin-top:30px;
}


/** Corrección descripción PDO // Eliminar un vez se introduzcan las descripciones */
.product .summary p{	display: none !important;}
.product .summary .formulario-pdo p{display:block !Important;}
/***/

.estilo-contacto{
	font-size: 17px;
}

/**** Fin Productos ****/

/*Tamaño y tipografia de titulos de certificados de calidad*/
.titulocalidad {
	font-size: 1.4em;
}

.tipocalidad {
	font-family:'Roboto Slab',serif !important;
}

