/*
	Template Name: organik
    Template URL: https://demo.themeregion.com/organik
	Author: Theme Region
	Author URI : https://themeregion.com/
    Version: 1.0
    Description: Responsive organic food HTML Template.
	Tag: HTML5, CSS3, jQuery, Responsive Template.
*/


/* Table of Contents
==================================================
# Global 
# tr-topbar 
# Tr-breadcrumb 
# Gb Menu 
# Tr Search 
# Home-slider 
# Tr-promotion 
# tr-farmfood 
# Tr-products 
# Tr-cta 
# Tr-blog 
# blog-details 
# Tr-brand 
# Tr-about 
# Tr-pricing 
# tr-testimonial 
# user-account 
# price slider 
# product-details 
# gmap 
# tr-contact 
# tr-pagination 
# Tr-footer 
# Extra CSS 


==================================================

*/

/* Global */

html,
body {
	font-weight:normal;
	overflow-x:hidden;
	color: #595858;
	font-size: 14px;
	background-color: #f5f5f5;
	-webkit-font-smoothing: antialiased;
	/*font-family: 'Lato', sans-serif;*/
    font-family: "Century Gothic";
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

a {
	color:#595858;
}

a:hover,
a:focus {
	color:#80b435;
}

.table {
	min-width: 600px;
}
.table .td100{min-width: 105px;}
.table .td120{min-width: 120px;}
.table .td150{min-width: 150px;}
.table .td200{min-width: 200px;}
.table .td250{min-width: 250px;}

@media screen and (max-width: 567px){
	.table .product-desc{ display: inline-block; }
	.table .product-det img{ display: none; }
}


button.close { 
    right: 30px;
    top: 10px;
    position: relative;
    z-index: 99;
}

.btn.btn-primary {
	font-size: 18px;
	font-weight: 700;
	padding: 15px 35px;
	border: 1px solid #80b435;
	background-color: #80b435;
	text-transform: capitalize;
	color: #ffffff;
}

.btn.btn-primary.mt_20.tagm_almendra_btn_home{
	font-size: 18px;
	font-weight: 700;
	padding: 15px 35px;
	border: 1px solid #80b435;
	background-color: #2e5375;
	text-transform: capitalize;
	color: #ffffff;
}

.btn.btn-primary-corto {
	font-size: 16px;
    font-weight: 700;
    padding: 10px 15px;
	border: 1px solid #80b435;
	background-color: #80b435;
	text-transform: capitalize;
	color: #ffffff;
}

.agotado { 
	font-size: 16px;
    font-weight: 700;
    padding: 10px 15px;
    border-radius: 5px;
	border: 1px solid #727271;
	background-color: #8d8d8d; 
	color: #ffffff !important;
}

.btn.btn-primary-filtro {
	font-size: 16px;
    font-weight: 400;
    padding: 13px 15px;
	border: 1px solid #414241;
	background-color: #414241;
	text-transform: capitalize;
	color: #ffffff;
}

.btn.btn-primary.normal:hover { 
	border: 1px solid #80b435;
	background-color: #80b435;
	color: #ffffff;
}
.btn.btn-primary.blanco:hover { 
	border: 3px solid #80b435;
	background-color: #ffffff;
	color: #80b435;

}

.btn.btn-mini-verde {
	font-size: 12px;
        font-weight: 400;
        padding: 5px 10px;
	border: 1px solid #80b435;
	background-color: #80b435; 
	color: #ffffff;
}
.btn.btn-mini-rojo {
	font-size: 12px;
        font-weight: 400;
        padding: 5px 8px;
	border: 1px solid #f62d51;
	background-color: #f62d51; 
	color: #ffffff;
}

 

.btn.btn-primary:hover, .btn.btn-primary-corto:hover{
	color: #80b435;
	border-radius: 15px;
	background-color: transparent;
	text-decoration: underline;
}

.btn.btn-primary:focus {
	color: #fff;
}

.section-padding {
	padding: 70px 0;
}



.section-title {
	margin-bottom: 50px;
}

.section-title h1 {
	color: #2b2b2b;
	font-size: 36px;
	font-weight: 200;
	text-align: center;
	margin-bottom: 10px;
	/* font-family: 'Pacifico', cursive; */
}

.section-title h2 {
	color: #2b2b2b;
	font-size: 38px;
	text-align: center;
	font-weight: normal;
}
.section-title h2 span {
	color: #80b435; 
}
.section-title p {
	color: #2b2b2b;
	font-size: 24px;
	text-align: center;
	font-weight: normal;
}

.bg-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.section-bg-white {
	background-color: #fff;
}

.section-bg-green {
	background-color: #bbd140;
}

.main-content {
	padding: 100px 0;
}

.main-content .section-bg-white {
	margin-bottom: 30px;
	border-radius: 4px;
	padding: 30px;
}

.form-control, 
select.form-control:not([size]):not([multiple]) {
    font-size: 14px;
    border-radius: 0;
    height: 50px;
    padding: 10px 20px;
    border-color: #e5e5e5;
}

.form-control:focus {
	border-color: #80b435;
}

/*------------------------------------------------------------------
[17. Focus Label]
*/

.form-focus {display: flex;height: 50px;position: relative;}
.form-focus .control-label {font-size: 16px;font-weight: 400;opacity: 0.4;pointer-events: none;position: absolute;
-webkit-transform: translate3d(0, 22px, 0) scale(1);
-ms-transform: translate3d(0, 22px, 0) scale(1);
-o-transform: translate3d(0, 22px, 0) scale(1);
transform: translate3d(0, 22px, 0) scale(1);
transform-origin: left top;transition: 240ms;left: 12px;top: -8px;z-index: 1;color: #888;}
.form-focus.focused .control-label {opacity: 1;font-weight:300;top: -20px;font-size: 12px;z-index: 1;}
.form-focus .form-control {height: 50px;padding: 10px 12px 6px;}
.form-focus .form-control::-webkit-input-placeholder {color: transparent;transition: 240ms;}
.form-focus .form-control:focus::-webkit-input-placeholder {transition: none;}
.form-focus.focused .form-control::-webkit-input-placeholder {color: #bbb;}
.profile-basic .cal-icon {width: 100%;}
.form-focus .select2-container .select2-selection--single {border: 1px solid #ccc;height: 50px;border-radius: 0;}
.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow {height: 48px;right: 7px;}
.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow b {border-color: #ccc transparent transparent;border-style: solid;border-width: 6px 6px 0;height: 0;left: 50%;margin-left: -10px;margin-top: -2px;position: absolute;top: 50%;width: 0;}
.form-focus .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {border-color: transparent transparent #ccc;border-width: 0 6px 6px;}
.form-focus .select2-container .select2-selection--single .select2-selection__rendered {padding-right:30px;padding-left: 12px;padding-top: 10px;}
.form-focus .select2-container--default .select2-selection--single .select2-selection__rendered {color: #676767;font-size: 14px;font-weight: normal;line-height: 38px;}
.form-focus .select2-container--default .select2-results__option--highlighted[aria-selected] {background-color: #fc6075;}

/* PARA LOS SELECT CON TITULAR FUERA DEL SELECT */
.sin-form-focus .select2-container .select2-selection--single {border: 1px solid #ccc;height: 50px;border-radius: 0;}
.sin-form-focus .select2-container--default .select2-selection--single .select2-selection__arrow {height: 48px;right: 7px;}
.sin-form-focus .select2-container--default .select2-selection--single .select2-selection__arrow b {border-color: #ccc transparent transparent;border-style: solid;border-width: 6px 6px 0;height: 0;left: 50%;margin-left: -10px;margin-top: -2px;position: absolute;top: 50%;width: 0;}
.sin-form-focus .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {border-color: transparent transparent #ccc;border-width: 0 6px 6px;}
.sin-form-focus .select2-container .select2-selection--single .select2-selection__rendered {padding-right:30px;padding-left: 12px;padding-top: 5px;}
.sin-form-focus .select2-container--default .select2-selection--single .select2-selection__rendered {color: #676767;font-size: 14px;font-weight: normal;line-height: 38px;}
.sin-form-focus .select2-container--default .select2-results__option--highlighted[aria-selected] {background-color: #fc6075;}

/*------------------------------------------------------------------
[18. Leave]
*/

.filter-row .btn {border-radius: 0;min-height: 50px;padding: 14px 12px;text-transform: uppercase;}
.form-focus.select-focus .control-label {opacity: 1;font-weight:300;top: -20px;font-size: 12px;z-index: 1;}
.action-label .label {display: inline-block;min-width: 85px;padding: 0.5em 0.6em;}
.action-label i {margin-right: 3px;}
.action-label .dropdown-menu > li > a {padding: 3px 10px;}

/*------------------------------------------------------------------


.main-content {
	padding: 100px 0;
}

/* tr-topbar */

.tr-topbar {
	background-color: #fff;
}

.tr-topbar_2{
	background-image:url('../images/bg/gradiente_inicio.png');
        background-size:100% 100%;
}

.tr-topbar_2 .topbar-content {
	color: #2b2b2b;
	overflow: hidden;
	padding: 4px 0;
	border-bottom: none;
	font-size: 13px;
}

.tr-topbar_2 .container{
    width: 99%;
}

.topbar-content {
	color: #2b2b2b;
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px solid #e9e9e9;
}

.topbar-content i,
.topbar-content .icon,
.topbar-content img {
	margin-right: 5px;
	font-size: 16px;
}

.topbar-content .icon {
	float: left;
}

.topbar-content .float-left .number{
	color: #80b435;
}

.topbar-content a {
	color: white;
}

.topbar-content a:hover {
	color: #80b435;
}

ul.nav_superior{ 
	list-style: none;
	margin: 0px;
	padding: 0px;
        top:0px;
}
li.nav_superior_item{ 
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
        /*
	font-size: 12px;*/
	/*vertical-align: bottom;*/
        color:white;
        font-weight: bold;
}

li.nav_superior_item.redes_sociales{ 
	display: inline;
	padding-right: 0px;
	padding-left: 0px;/*
	font-size: 12px;*/
	vertical-align: bottom;
        color:white;
        font-weight: bold;
}

li.nav_superior_item:last-child{ 
	display: inline;
	padding-right: 0px;
	border-right: 0px;
}
 

/* topbar-two */

.topbar-two {
	color: #fff;	
}

.topbar-two .topbar-content {
	position: absolute;
	top: 0;
	width: 100%;
}

.topbar-two a,
.topbar-two a:hover,
.topbar-two .user-option a{
	color: #fff !important;
}

.topbar-two .topbar-content {
	border-bottom: 0;	
}

.topbar-two ul li {
	color: #fff;
	float: left;
	margin-right: 20px;
}

.topbar-two ul li:last-child {
	margin-right: 0;
}

.topbar-two .select-option select {
	color: #fff;
	background-color: transparent;
}

.topbar-two .select-option select {
	background-image: url(../images/others/dropdown-icon-white.png);
}

.topbar-two .select-option select option {
	color: #80b435;
}

/* Tr-breadcrumb */

.tr-breadcrumb {
	color: #fff;
	padding: 80px 0;
	position: relative;
}

.page-title h1 {
	font-size: 40px;
	font-weight: 200;
	margin-bottom: 15px;
	/*font-family: 'Pacifico', cursive;*/
	line-height: 1.4;
}
.page-title h1 strong{
	font-weight: 400;
}


.page-title h2 {
	font-size: 70px;
	margin: 0;
}


/* Gb Menu */

.navbar-brand {
    padding-top: 0rem;
    padding-bottom: 10px;
}

.navbar {
	border: none;
	border-radius: 0;
	margin-bottom: 0;
	padding: 0;
	background-color: #fff;
}

.tr-middle-logo .navbar-brand {
	padding: 15px;
	margin: 0;
}

.tr-menu.fixed{ 
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 1px 5px 0 rgba(96, 96, 96, 0.3);
}

.tr-menu .navbar-nav {
	margin: 0;
}

.tr-menu .navbar-nav .nav-link  {
	color: #2e5375;
	font-size: 14px;
	line-height: 45px;
	padding: 15px 20px;
	text-transform: uppercase;
        font-weight: bold;
}

.hompage-2 .tr-menu .navbar-nav .nav-link  {
	line-height: 30px;
}

#navbarNav{ justify-content:right; }

.navbar-nav .active>.nav-link, 
.navbar-nav .nav-link.active, 
.navbar-nav .nav-link.open,
.navbar-nav .open>.nav-link,
.navbar-nav .nav-link:focus, 
.navbar-nav .nav-link:hover {
	color: #80b435; 
}

.navbar-nav .active>.nav-link{
	text-decoration: underline;
}

.navbar .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-collapse {
	padding: 0;
}

.navbar-toggler-right {
	cursor: pointer;
	top: 15px;
	padding: 3px 6px;
	border: 1px solid #80b435;
}

.navbar-toggler-icon {
	position: relative;
	text-align: center;
}

.navbar-toggler-icon:before {
	position: absolute;
	top: 2px;
	left: 5px;
	color: #80b435;
	content: "\f0c9";
	font-family: "fontawesome";
	font-size: 20px;
}


/*Dropdown CSS*/

.tr-dropdown {
	position: relative;
}

.tr-dropdown-menu {
	position: absolute;
	top: 78%;	
	min-width: 215px;
	left: 0;
	border-radius: 0;
	background-color: #fff;
	list-style: none;
    opacity: 0;
    z-index: 99;
    padding: 0;
    visibility: hidden;
    -webkit-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -ms-transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -ms-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -o-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    transition: transform 0.2s, opacity 0.1s; 
}

.tr-dropdown-menu.dropdown-left {
	left: 0;
}

.tr-menu .tr-dropdown-menu li a.nav-link {
	display: block;
	line-height: 30px;
	padding: 5px 15px;
	border-top: 1px solid #ddd;
}

.tr-dropdown:hover>.tr-dropdown-menu {
    visibility: visible;
    opacity: 1; 
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

/* Tr Search */

.tr-menu .container {
	position: relative;
        width: 96%;
}

.tr-menu .find-option {
	min-width: 90px;
}

.tr-menu .float-right li {
	padding:30px 10px;
	float: left;
	color: #2b2b2b;
	font-size: 20px;
	line-height: 26px;
}

.hompage-2 .tr-menu .float-right li {
	padding:22px 10px;
}

.tr-menu .float-right li i,
.tr-menu .float-right li .icon {
	cursor: pointer;
	color: #2b2b2b;
}

.tr-menu .float-right li i:hover,
.tr-menu .float-right li .icon:hover {
	color: #80b435;
}

.search-form {
	font-size: 14px;
	position: absolute;
	display: none;
	width: 100%;
	height: 48px;
	margin-top: 1px;
	top: 15px;
	right: 0;
	padding: 0 15px;
	z-index: 99999;
}

.hompage-2 .search-form {
	top: 7px;
}

.tr-search input {
	margin: 0;
	padding-left:20px;
	display: block;
	border: 1px solid #e9e9e9;
	color: #666;
	border-radius: 4px;
	background-color: #fff;
	width: 100%;
	height: 48px;
	font-weight: 400;
}

.tr-search input:focus {
	border-color: #e9e9e9;
	background-color: #fff;
}

.tr-search button {
	position: absolute;
	top: 50%;
	margin-top: -11px;
	right: 25px;
	background: none;
	border: 0;
	font-size: 14px;
	cursor: pointer;
	background-color: #fff;
}

.tr-search button .icon {
	color: #666;
}

.tr-search input::-webkit-input-placeholder { /* Chrome */
	color: #666;
	opacity: 1;
}

.tr-search input:-ms-input-placeholder { /* IE 10+ */
	color: #666;
	opacity: 1;
}

.tr-search input::-moz-placeholder { /* Firefox 19+ */
	color: #666;
	opacity: 1;
}

.tr-search input:-moz-placeholder { /* Firefox 4 - 18 */
	color: #fff;
	opacity: 1;
}

.cart-content {
	position: relative;
}

.cart-number {
    position: absolute;
    bottom: 25px;
    right: 0;
    color: #fff;
    display: inline-block;
    padding: 5px;
    font-size: 10px;
    border-radius: 100%;
    line-height: 6px;
    background-color: #80b435;
}

.hompage-2 .cart-number {
    bottom: 18px;
}

.cart-content .tr-dropdown-menu {
	min-width: 280px;
	left: inherit;
	padding: 0 15px 20px;
	right: 0 !important;
	border-top: 1px solid #ddd;
	border-radius: 0 0 4px 4px;
}

.cart-content .tr-dropdown-menu li {
	border-bottom: 1px solid #ddd;
	padding: 10px;
}

.cart-content .tr-dropdown-menu li:last-child {
	margin-bottom: 0;
}

.cart-content .product {
	margin-bottom: 0;
	padding: 20px 0 15px;
	line-height: 20px;
}

.cart-content .product:hover {
	box-shadow: none;
}

.cart-content .product:hover .product-image img {
	filter: inherit;
	opacity: 1;
}

.cart-content li {
	position: relative;
	cursor: pointer;
}

.cart-content .product .product-image {
	width: 75px;
	float: left;
	margin-bottom: 0;
}

.cart-content .product .product-title {
	display: inline-block;
	font-size: 16px;
	margin-top: 8px;
}

.cart-content .product .price {
	font-size: 14px;
}

.cart-content li .remove-icon {
	position: absolute;
	top: 10px;
	right: -1px;
	font-size: 14px;
}

.cart-content li .remove-icon i {
	color: #666;
}

.cart-content .btn.btn-primary {
	padding: 10px 20px;
	font-size: 14px;
	width: 100%;
}

.cart-content ul {
	overflow: hidden;
}

.cart-content .buttons a:last-child {
	float: right;
} 

.cart-content .total-price {
	padding: 15px 0;
	font-size: 16px;
	display: block;
	color: #2b2b2b;
	width: 100%;
	overflow: hidden;
	text-align: center;
	line-height: 30px;
}

/* Home-slider */

.home-slider {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
        cursor: -moz-grab;
        cursor: -webkit-grab;
        cursor: -ms-grab;
        cursor: -o-grab;
        cursor: default;
}

.tr-banner {
	position: relative;
	background-image: url(https://www.agrocomparador.com/images/bg/bg_campo_trigo.jpg);
}

.tr-banner2 {
	position: relative;
        background-image: url(https://www.agrocomparador.com/images/bg/bg_calculador_aceitunas.jpg);
}

.tr-banner3 {
	position: relative;
        background-image: url(https://www.agrocomparador.com/images/bg/bg_calculador_almendras.jpg);
}

.tr-banner4 {
	position: relative;
        background-image: url(https://www.agrocomparador.com/images/bg/bg_calculador_naranjas.jpg);
}

.tr-banner5 {
	position: relative;
        background-image: url(https://www.agrocomparador.com/images/bg/bg_calculador_naranjas.jpg);
}

.tr-banner6 {
	position: relative;
        background-image: url(https://www.agrocomparador.com/images/bg/bg_calculador_trigo.jpg);
}

.tr-banner7 {
	position: relative;
        background-image: url(https://www.agrocomparador.com/images/bg/bg_calculador_pipas.jpg);
}

.tr-banner8 {
	position: relative;
        background-image: url(../images/bg/bg_calculador_aguacates.jpg);
}

.tr-banner9 {
	position: relative;
        background-image: url(https://www.agrocomparador.com/images/bg/bg_calculador_avena.jpg);
}
.tr-banner10 {
	position: relative;
        background-image: url(https://www.agrocomparador.com/images/bg/bg_calculador_cebada.jpg);
}
.tr-banner11 {
	position: relative;
        background-image: url(https://www.agrocomparador.com/images/bg/otros_productos-bg.png);
}
.tr-banner12 {
	position: relative;
        background-image: url(https://www.agrocomparador.com/images/bg/encabezado_agenda2030.jpg);
        background-size: 100% 100%;
}
.tr-banner-calculador-aceitunas {
	position: relative;
	background-image:url(https://www.agrocomparador.com/images/bg/bg_calculador_aceitunas.jpg);
}

.tr-breadcrumb:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
        background-repeat: no-repeat;
        background-position: left; 
	background-color: rgba(0, 0, 0, 0.5);
}

.tr-banner:before {
	position: absolute;
	content: "";
	top: 0;
	left: -2px;
	width: 100%;
	height: 100%;
        background-image: url(../images/bg/lineas.png);
        background-repeat: no-repeat;
        background-position: left; 
        background-size: 70% 130%; 
}

.tr-banner:before,
.tr-breadcrumb.banner_inicio:before {
	position: absolute;
	content: "";
	top: 0;
	left: -2px;
	width: 100%;
	height: 100%;
        background-image: url(../images/bg/lineas.png);
        background-repeat: no-repeat;
        background-position: left; 
}

.tr-banner-calculador-aceitunas:before,
.tr-breadcrumb.banner_inicio:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
        background-image: url(../images/bg/lineas.png);
        background-repeat: no-repeat;
        background-position: left; 
}

.tr-banner-calculador-aceitunas:before,
.tr-breadcrumb.banner_inicio:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
        background-image: url(../images/bg/lineas.png);
        background-repeat: no-repeat;
        background-position: left; 
}

.item-middle {
	display: table;
	width: 100%;
	height: 100px;
}

.item-middle .middle-content {
	display: table-cell;
	vertical-align: middle;
}
.banner-info-calculador {
	color: #fff;
        font-family: "Century Gothic";
	font-size: 26px;
	font-weight: 300;
	max-width: 850px;
	display: inline-block;
        left:10px;
        margin-right: 0%;
        margin-bottom: 15%;
        text-align: left;
        text-shadow: 2px 2px 5px black;
        margin-top: 10%;
        text-align: center;
}

.banner-info-calculador h1{
    font-size: 260%;
}

.banner-info-calculador p{
    font-size: 125%;
}

.banner-info {
	color: #fff;
	font-size: 40px;
	font-weight: 300;
	max-width: 960px;
	display: inline-block;
        left:10px;
        margin-right: 80%;
        margin-bottom: 10%;
        text-align: left;
}

.banner-image {
    animation-delay: 0.95s;
    -webkit-animation-delay: 0.95s;	
}

.banner-info h1 {
	font-size: 48px;
	margin-bottom: 0;
	font-weight: normal;
	/*font-family: 'Pacifico', cursive;*/
    animation-delay: 0.50s;
    -webkit-animation-delay: 0.50s;	
}

.banner-info h2 {
	font-size: 100px;
	margin-bottom: 20px;
    animation-delay: 0.60s;
    -webkit-animation-delay: 0.60s;		
}

.banner-info p {
    animation-delay: 0.70s;
    -webkit-animation-delay: 0.70s;		
}

.banner-info-sin-bg {
	color: #2b2b2b;
	font-size: 22px;
	font-weight: 300;
	max-width: 960px;
	display: inline-block;
}
.banner-info-sin-bg h1 {
	font-size: 36px;
	margin-bottom: 0;
	font-weight: normal;
	/*font-family: 'Pacifico', cursive;*/
    animation-delay: 0.50s;
    -webkit-animation-delay: 0.50s;	
}

.banner-info-sin-bg h2 {
	font-size: 100px;
	margin-bottom: 20px;
    animation-delay: 0.60s;
    -webkit-animation-delay: 0.60s;		
}

.banner-info-sin-bg p {
    animation-delay: 0.70s;
    -webkit-animation-delay: 0.70s;		
}


.banner-info .btn.btn-primary, .banner-info-sin-bg .btn.btn-primary {
	margin-top: 25px;
    animation-delay: 0.80s;
    -webkit-animation-delay: 0.80s;	
}

.home-slider .carousel-indicators {
	bottom: 125px;
	cursor: default;
}

.home-slider .carousel-indicators li {
	border: none;
	margin: 5px;
	max-width: 7px;
	height: 7px;
	border: 2px solid transparent;
	border-radius: 100%;
	overflow: hidden;
	background-color: #bab2af;
}

.home-slider .carousel-indicators li:hover,
.home-slider .carousel-indicators li.active {
	max-width: 7px;
	height: 7px;	
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);	
}

/* slider two */

.home-slider.slider-two{
	background: rgb(30,170,157);
	background: -moz-linear-gradient(45deg, rgb(30,170,157) 0%, rgb(169,229,82) 100%, rgb(125,185,232) 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgb(30,170,157)), color-stop(100%,rgb(169,229,82)), color-stop(100%,rgb(125,185,232)));
	background: -webkit-linear-gradient(45deg, rgb(30,170,157) 0%,rgb(169,229,82) 100%,rgb(125,185,232) 100%);
	background: -o-linear-gradient(45deg, rgb(30,170,157) 0%,rgb(169,229,82) 100%,rgb(125,185,232) 100%);
	background: -ms-linear-gradient(45deg, rgb(30,170,157) 0%,rgb(169,229,82) 100%,rgb(125,185,232) 100%);
	background: linear-gradient(45deg, rgb(30,170,157) 0%,rgb(169,229,82) 100%,rgb(125,185,232) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1eaa9d', endColorstr='#7db9e8',GradientType=1 );
}

.home-slider.slider-two:before {
	display: none;
}

.home-slider.slider-two .carousel-indicators li {
	background-color: #b2e3d1;
}

.slider-two .btn.btn-primary {
	color: #80b435;
	background-color: #fff;
	border-color: #fff;
}

.slider-two .btn.btn-primary:hover {
	color: #fff;
	background-color: transparent;
}

/* slider-three */

.slider-three .banner-info {
	max-width: 650px;
}

/* Tr-promotion */

.tr-promotion {
	margin-top: -100px;
	background-color: #efefef;
}
.hompage-2 .tr-promotion {
	background-color: #f5f5f5;
}

.promotion-info {
	color: #898989;
	max-width: 225px;
	padding: 15px 20px;
	height: 168px;
	display: table-cell;
	vertical-align: middle;
}

.promotion-info p {
	color: #2b2b2b;
	font-size: 24px;
	font-weight: 300;
	margin-top: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
	line-height: 1.2; 
}

.promotion-info p span {
	font-weight: 700;
	display: block;
}


.promotion-info_mini {
	color: #898989;
	max-width: 205px;
	padding: 15px;
}

.promotion-info_mini p {
	color: #2b2b2b;
	font-size: 20px;
	font-weight: 300;
	margin-top: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
	line-height: 1.2;
}

.promotion-info_mini p span {
	font-weight: 700;
	display: block;
}


.tr-promotion .promotion {
	border-radius: 4px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right center;
}

/* tr-farmfood */

.tr-farmfood {
	background-color: #efefef;
}

.tr-farmfood.farmfood-one{
	padding-top: 100px;
}

.farmfood ul {
	margin-top: 50px;
}

.farmfood ul li {
	margin-bottom: 65px;
}

.food-info {
	font-size: 16px;
	line-height: 24px;
	color: #6f6f6f;
}

.food-info h3 {
	color: #2b2b2b;
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: normal;
}

.farmfood ul li .icon,
.farmfood-two .farmfood .icon {
	font-size: 45px;
	color: #2b2b2b !important;
}

.farmfood ul li:hover .icon,
.farmfood-two .farmfood:hover .icon{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.farmfood-image img {
	display: inline-block;
}


/* farmfood-two */

.farmfood-two .farmfood {
	padding: 20px 20px;
	text-align: center;
	border-radius: 4px;
	background-color: #fff;
	margin-bottom: 30px;
	cursor: pointer;
}

.farmfood-two .farmfood p {
	margin-bottom: 0;
}

.farmfood-two .icon {
	margin-bottom: 20px;
}

.farmfood-two .farmfood:hover { 
  outline: solid 2px #8bc800;
}
.farmfood-two .farmfood:hover h3{ color: #8bc800; }


/* Tr-products */

.product{
	padding: 30px;
	text-align: center;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
        align-items: center;
        
}

.products.evolucion_almendra{
        background-size: cover;
}
/*s
.product.evolucion_almendra > h1{
    margin:0 auto;
}*/
.product.oleocarmo{
    width: 80%;
    right: 10px;
}

.product.evolucion_producto {
	position:absolute;
        display:inline;
        top: 0px;
        right: 50px;
}


.product>a {
	display: block;
}
/*
.product:hover{
	-webkit-box-shadow:0 6px 12px rgba(0,0,0,.075) ;
	-moz-box-shadow:0 6px 12px rgba(0,0,0,.075) ;
	-ms-box-shadow:0 6px 12px rgba(0,0,0,.075) ;
	-o-box-shadow:0 6px 12px rgba(0,0,0,.075) ;
	box-shadow:0 6px 12px rgba(0,0,0,.075) ;	
}
*/
.product-image {
	display: block;
	margin-bottom: 30px;
}

.product:hover .product-image img{
	opacity: .2;
	-webkit-filter:grayscale(100%) ;
	-moz-filter:grayscale(100%) ;
	-ms-filter:grayscale(100%) ;
	-o-filter:grayscale(100%) ;
	filter:grayscale(100%) ;
}

.product-title {
	color: #2b2b2b;
	display: block;
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: normal;
}

.product .price {
	color: #80b435;
	font-size: 16px;
}

.product .price del {
	color: #a4a4a4;
	margin-right: 5px;
}

.product-icon {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -60px;
	text-align: center;
}

.product:hover .product-icon ul li {
	left: 50%;
	-webkit-transform:translateY(0) ;
	-moz-transform:translateY(0) ;
	-ms-transform:translateY(0) ;
	-o-transform:translateY(0) ;
	transform:translateY(0) ;	
}

.product-icon ul li {
	position: absolute;
	left: -100%;
	margin-left: -25px;
	-webkit-transform:translateY(-100%) ;
	-moz-transform:translateY(-100%) ;
	-ms-transform:translateY(-100%) ;
	-o-transform:translateY(-100%) ;
	transform:translateY(-100%) ;
} 

.product-icon ul li:first-child {
	margin-left: -85px;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;	
}

.product-icon ul li:last-child {
	margin-left: 35px;
	-webkit-transition: all 900ms;
	-moz-transition: all 900ms;
	-ms-transition: all 900ms;
	-o-transition: all 900ms;
	transition: all 900ms;	
}

.product-icon ul li:nth-child(2) {
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	-ms-transition: all 700ms;
	-o-transition: all 700ms;
	transition: all 700ms;	
}

.product-icon i,
.product-icon .icon {
	font-size: 20px;
	color: #80b435;
	width: 55px;
	height: 55px;
	line-height: 55px;
	border-radius: 100%;
	background-color: #fff;
	display: inline-block;
	-webkit-box-shadow:2px 2px 18px rgba(0,0,0,.175) ;
	-moz-box-shadow:2px 2px 18px rgba(0,0,0,.175) ;
	-ms-box-shadow:2px 2px 18px rgba(0,0,0,.175) ;
	-o-box-shadow:2px 2px 18px rgba(0,0,0,.175) ;
	box-shadow:2px 2px 18px rgba(0,0,0,.175) ;
}

.product-icon .icon {
	line-height: 62px;
}

.product-icon a:last-child i,
.product-icon a:last-child .icon {
	margin-right: 0;
}

.product-icon i:hover,
.product-icon .icon:hover {
	color: #fff;
	background-color: #80b435;
}

/* Products-two */

.products-two .product-image {
	margin-bottom: 0;
}

.products-two .product{
	text-align: left;
	position: relative;
}

.products-two .product-title {
	margin-top: 10px;
}

.product-slider .slick-prev,
.product-slider .slick-next {
	display: none !important;
}

.slick-dots {
	bottom: -40px;
}

.slick-dots li {
	width: 20px;
	height: 20px;
	border-radius: 14px; 
	background-color: #e0e0e0;
}

.products-two .product-icon {
	margin-top: -30px;
}

.slick-dots li:hover,
.slick-dots li.slick-active {
	background-color: #80b435;
}

.slick-dots li button {
	width: 50px;
	height: 0;
	padding: 0;
}

.slick-dots li button:before {
	display: none;
}


/* Tr-cta */

.cta-info h2 {
	font-weight: normal;
    color: #2b2b2b !important;
    font-size: 30px;
    padding-bottom: 10px;
   /* font-family: 'Pacifico', cursive;*/	
}

.cta-info p {
	color: #80b435;
	font-size: 46px;
	line-height: 45px;
}

.cta-info h3 {
	color: #2b2b2b;
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
}

.countdown {
	overflow: hidden;
	margin: 25px 0;
}

.countdown li {
	float: left;
	padding:0 25px;
	font-weight: 700;
	font-size: 32px;
	color: #80b435;
	text-align: center;
	border-right: 1px solid #e9e9e9;
}

.countdown li p {
	color: #2b2b2b;
	line-height: 15px;
	font-size: 12px;
	text-transform: uppercase;
}

.countdown li:first-child{
	padding-left: 0;
}

.countdown li:last-child {
	border-right: 0;
}

.cta-info .btn.btn-primary {
	padding: 10px 20px;
}

.cta-info .btn.btn-primary i {
	margin-right: 5px;
}

/* cta-two */

.cta-two {
	position: relative;
}

.cta-two .cta-image {
	/*margin-top: -100px;*/
        width: 50%;
        margin: 20%;
        margin-right: 30%;
}

.cta-image2 {
	/*margin-top: -100px;*/
        width: 50%;
        background-color: red;
        display:inline;
}

.cta-two .cta-info,  .cta-two .cta-granel{
	padding: 85px 0;
}

.cta-granel{
	margin-left: 30%;
}

.cta-two .cta-info h1,
.cta-two .cta-info h2, .cta-two .cta-granel h2{
	color: #2e5375;;
}

.cta-two .cta-info h2{
	margin-bottom: 30px;
	font-size: 95px;
}
 .cta-two .cta-granel h2 {
	margin-bottom: 30px;
	font-size: 34px;
}
.cta-two .cta-granel h3{
	font-family: 'Pacifico', cursive;
	color: #444444;
	font-size: 40px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.cta-two .cta-granel p{ 
	color: #ffffff;
	font-size: 18px;
	line-height: 1.5;
	margin-top: 10px;
}

.cta-two .btn.btn-primary {
	color: #80b435;
	border-color: #fff;
	background-color: #fff;
}

.cta-two .btn.btn-primary:hover {
	color: #fff;
	border-color: #fff;
	background-color: transparent;
}

/* Tr-blog */

.entry-thumbnail {
	border-radius: 4px;
	overflow: hidden;
}

.entry-header {
	overflow: hidden;
}

.entry-thumbnail img {
	width: 100%;
}

.tr-post {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 30px;
}

.widget li:hover .entry-thumbnail img,
.tr-post:hover .entry-thumbnail img{
	opacity: .9;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}	

.blog-details .tr-post:hover .entry-thumbnail img {
	filter: inherit;
	opacity: 1;
}

.entry-meta {
	overflow: hidden;
	margin-bottom: 5px;
}

.entry-meta li {
	float: left;
	margin-right: 15px;
	position: relative;
}

.entry-meta li,
.entry-meta li a {
	color: #bbb;
}

.entry-content {
	position: relative;
	margin-top: 15px;
}

.entry-content a:hover {
	color: #80b435;
}

.entry-meta li:after {
	position: absolute;
	content: "";
    top: 6px;
    right: -8px;
	width: 1px;
	height: 12px;
	background-color: #bbb;
	-webkit-transform: rotate(25deg);
	-moz-transform: rotate(25deg);
	-ms-transform: rotate(25deg);
	-o-transform: rotate(25deg);
	transform: rotate(25deg);
}

.entry-meta li:last-child {
	margin-right: 0;
}

.entry-meta li:last-child:after {
	display: none;
}

.entry-title {
	color: #2b2b2b;
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 24px;
}

.entry-title a {
	color: #2b2b2b;
}

/* blog-two */

.tr-post h3{
	font-size: 17px;
	padding-top: 20px;
}

.blog-two .tr-post {
	border-radius: 4px;
	overflow: hidden;
	background-color: #fff;
}

.blog-two .entry-thumbnail {
	border-radius: 0;
}

.blog-two .entry-content {
	padding: 30px;
	margin: 0;
}

.post-time {
	position: absolute;
	top: -45px;
	width: 60px;
	display: block;
	text-align: center;
}

.post-time span {
	display: block;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	padding: 8px;
	line-height: 30px;
	text-transform: uppercase;
	background-color: #80b435;
}

.post-time span span {
	line-height: 0;
	font-size: 14px;
}

/* blog-details */

.post-inner-image {
	margin: 30px 0;
}

.post-inner-image img {
	border-radius: 4px;
	width: 100%;
}

.total-surface {
	margin-bottom: 20px;
}

.total-surface span {
	font-size: 60px;
	display: block;
	font-weight: 300;
	color: #80b435;
}

.blockquote {
	border-left: 0;
	padding: 0;
	margin: 50px 0;
}

.blockquote span {
	color: #80b435;
	font-size: 30px;
}

blockquote {
	font-size: 30px;
	font-weight: 300;
	line-height: 40px;
}

.blog-social {
	overflow: hidden;
	margin: 50px 0 20px;
}

.blog-social li {
	float: left;
	font-size: 14px;
	font-weight: 700;
	margin-right: 15px;
}

.blog-social li:last-child {
	margin-right: 0;
}

.blog-social li i {
	margin-right: 10px;
}

.blog-social li a {
	color: #fff;
	display: block;
	padding: 10px 30px;
	border: 1px solid transparent;
	border-radius: 30px;
}

.blog-social li a:hover i {
	color: #bbc0d4;
}

.blog-social li:nth-child(1) a {
	background-color: #80b435;
}

.blog-social li:nth-child(2) a {
	background-color: #55acee;
}

.blog-social li:nth-child(3) a {
	background-color: #3b5998;
}

.blog-social li a:hover {
	color: #969696;
	border-color: #f2f2f2;
	background-color: transparent;
}

.tr-author {
	overflow: hidden;
}

.tr-author .media {
	max-width: 350px;
	float: left;
}

.author-avatar {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	overflow: hidden;
	background-color: #f7f5f6;
	border: 1px solid #f7f5f6;
}

.author-avatar img {
	width: 100%;
	height: 100%;
}

.author-title {
	font-size: 16px;
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
}

.author-title a {
	color: #2b2b2b;
}

.author-title a:hover {
	color: #80b435;
}

.tr-follow,
.follow-social {
	text-align: center;
	border-radius: 30px;
	background-color: #fff;
}

.tr-follow {
	float: right;
	color: #80b435;
	font-weight: 700;
	position: relative;
	margin-top: 30px;
	padding: 10px 40px;
	overflow: hidden;
	border: 2px solid #ebebeb;
}

.follow-social {
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	padding: 5px 20px;
}

.tr-follow:hover .follow-social {
	left: 0;
}

.follow-social a {
	padding: 4px 6px;
	display: inline-block;
}

.follow-social a:hover {
	color: #969696;
}

.follow-social a:hover .fa-facebook {
	color: #344f88;
}

.follow-social a:hover .fa-twitter {
	color: #2696cf;
}

.follow-social a:hover .fa-google-plus {
	color: #d34132;
}

.tr-comments form {
	position: relative;
	margin-top: 8px;
	overflow: hidden;
}

.tr-comments .btn.btn-primary {
	position: absolute;
	top: 15px;
	right: 20px;
	padding: 0;
	border: 0;
	width: 24px;
	height: 16px;
	text-indent: 999999px;
	background-color: transparent;
	background-image: url(../images/others/submit1.png);
	background-repeat: no-repeat;
	background-position: center;
}

.tr-comments .btn.btn-primary:hover {
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
}

.tr-comments textarea.form-control {
	height: 45px;
	border-radius: 8px;
	padding: 12px 20px;
	margin-bottom: 0;
	resize: none;
}

.comment-box .comment-meta a:hover {
	color: #80b435;
}

.widget .post-date,
.widget.widget_recent_entries a:hover {
	color: #80b435;
} 

.tagcloud a:hover {
	color: #fff;
	background-color: #80b435;
}


/* Tr-brand */

.tr-brand {
	padding: 30px 0 40px;
	text-align: center;
}

.tr-brand h3{
	color: #333333;
	padding-bottom: 20px;
	font-weight: 400;
}

.tr-brand img {
	display: inline-block;
}

.brand-slider .slick-dots {
	display: none !important;
}

/* Tr-about */

.tr-about h1 {
	color: #2b2b2b;
	font-size: 30px;
	font-weight: normal;
	/*font-family: 'Pacifico', cursive;*/
}

.tr-about h2 {
	color: #2b2b2b;
	font-size: 48px;
	font-weight: normal;
	margin-bottom: 20px;
}

.tr-about h3 { 
	font-size: 46px;
	font-weight: 600; 
	line-height: 28px;
}

.tr-about h2 span {
	font-weight: 700;
}

.tr-about .who-we-are {
	margin-top: 50px;
	padding-left: 30px;
}

.watch-video {
	overflow: hidden;
	text-align: center;
	height: 390px;
	position: relative;
	z-index: 1;
	background-image: url(../images/bg/video-bg.jpg);
}

.watch-video:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: rgb(30,170,157,0.9);
	background: -moz-linear-gradient(45deg, rgba(30,170,157,0.9) 0%, rgba(165,227,84,0.9) 100%, rgba(125,185,232,0.9) 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(30,170,157,0.9)), color-stop(100%,rgba(165,227,84,1)), color-stop(100%,rgba(125,185,232,1)));
	background: -webkit-linear-gradient(45deg, rgba(30,170,157,0.9) 0%,rgba(165,227,84,0.9) 100%,rgba(125,185,232,0.9) 100%);
	background: -o-linear-gradient(45deg, rgba(30,170,157,0.9) 0%,rgba(165,227,84,0.9) 100%,rgba(125,185,232,0.9) 100%);
	background: -ms-linear-gradient(45deg, rgba(30,170,157,0.9) 0%,rgba(165,227,84,0.9) 100%,rgba(125,185,232,0.9) 100%);
	background: linear-gradient(45deg, rgba(30,170,157,0.9) 0%,rgba(165,227,84,0.9) 100%,rgba(125,185,232,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1eaa9d', endColorstr='#7db9e8',GradientType=1 );
}

.watch-video .video-link {
	font-size: 100px;
	color: #fff;	
}

.watch-video .video-link:hover i {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.watch-video .video {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 100%;
	height: 100%;
	line-height: 0;
}


/* Magnific-popup overwrite CSS */

.mfp-iframe-holder .mfp-content {
    border-radius: 5px;
    border: 10px solid #fff;
}
.mfp-iframe-holder .mfp-close {
	top: -45px;
	right: -20px;
}

.mfp-figure {
	border-radius: 5px;
    background-color: #ddd;
}

img.mfp-img {
    padding:12px;
}

.mfp-image-holder .mfp-close {
    top:-35px;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor:pointer;
}

.mfp-counter {
    right: 50%;
    color: #fff;
    top: 50px;
    margin-right: -20px;
}

.mfp-iframe-holder .mfp-content {
    border-radius: 5px;
    border: 10px solid #fff;
}
.mfp-iframe-holder .mfp-close {
	top: -45px;
	right: -20px;
}

/* Tr-pricing */

.pricing-content {
	padding: 15px;
	border-radius: 4px;
}

.pricing-tabs {
	display: block;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 2px solid #f0f0f0;
}

.pricing-tabs .nav-item {
	display: inline-block;
	margin-right: 35px;
}

.pricing-tabs .nav-item:last-child {
	margin-right: 0;
}

.pricing-tabs .nav-link {
	border: 0;
	font-size: 16px;
	padding: 20px 0;
	color: #666;
	position: relative;
}

.pricing-tabs .nav-link:after {
	position: absolute;
	content: "";
	bottom: -16px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #80b435;
	opacity: 0;
}

.pricing-tabs .nav-item.show .nav-link, 
.pricing-tabs .nav-link:hover,
.pricing-tabs .nav-link.active {
	border: 0;
	color: #80b435;
}

.pricing-tabs .nav-item.show .nav-link:after, 
.pricing-tabs .nav-link:hover:after,
.pricing-tabs .nav-link.active:after {
	opacity: 1;
}

.pricing-content .tab-content {
	padding: 40px 50px;
}

.pricing-content.pricing-one {
	padding: 15px;
}

.pricing-one ul {
	overflow: hidden;
	padding: 0 15px;
}

.pricing-one ul li {
	margin-bottom: 40px;
}

.pricing-one ul li:last-child {
	margin-bottom: 0;
}

.pricing-one h3 {
	font-size: 18px;
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
}

.pricing-one h3,
.pricing-one h3 a {
	color: #2d2d2d;
}

.pricing-one h3 a:hover {
	color: #80b435;
}

.pricing-one h3:after {
	position: absolute;
	content: "";
	top: 12px;
	left: 0;
	width: 100%;
	height: 1px;
	z-index: -1;
	background-color: #f0f0f0;
}

.pricing-one h3 span {
	padding-right: 20px;
	background-color: #fff;
}

.pricing-one .time {
	color: #80b435;
	font-size: 16px;
	font-weight: 700;
}

.pricing .price {
	overflow: hidden;
	text-align: center;
	background-color: #fff;
	background-size: contain;
	background-position: bottom left;
	background-repeat: no-repeat;
}

.pricing .price.active {
	border-left: 2px solid #f5f5f5;
	border-right: 2px solid #f5f5f5;
	background-color: #fcfcfc;
}

.pricing .price>span {
	font-size: 16px;
	display: block;
	padding: 30px 15px;
	margin-bottom: 30px;
	border-bottom: 2px solid #f5f5f5;
}

.pricing .price.active>span {
	color: #80b435;
}

.pricing .price h1 {
	font-size: 75px;
	font-weight: 300;
	color: #666;
	margin-bottom: 0;
}

.pricing .price h1 sub {
	font-size: 36px;
	bottom: 0;
}

.pricing .price h3{ 
	font-size: 24px;
	display: block;
	padding: 30px 15px;
	margin-bottom: 30px;
	border-bottom: 2px solid #f5f5f5;
} 

.pricing-list {
	padding: 40px 15px;
	margin-bottom: 15px;
	overflow: hidden;
	border-bottom: 2px solid #f5f5f5;
}

.pricing-list li {
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 1.2;
}

.pricing-list li:last-child {
	margin-bottom: 0;
}

.pricing-list .titulo-list{
	font-size: 14px;
	text-transform: uppercase;
}

.pricing-list h5{
	color: #444444;
	font-weight: 400;
	padding-top: 20px;
}
.pricing-list h5 span{
	color: #444444;
	font-weight: 700;
	font-size: 26px;
}

 
 

/* pricing-two */

.pricing-two .col-md-4 {
	padding: 0;
}


.section-bg-white.pricing-two {
	padding: 0 30px;
}

/* pricing-three */

.pricing-three .pricing-content {
	background-color: transparent;
}

.pricing-three .btn.btn-primary {
	color: #868686;
	background-color: #f4f4f4;
	border-color: #f4f4f4;
}

.pricing-three .btn.btn-primary:hover {
	color: #fff;
	background-color: #80b435;
	border-color: #80b435;
}

.pricing-three .price.active .btn.btn-primary {
	border-color: #80b435;
}

.pricing-three .price.active .btn.btn-primary:hover {
	background-color: #fff;
}

.pricing-three .price,
.pricing-three .price.active {
	background-color: #fff;
	border-radius: 4px;
}

.pricing-three .price>span,
.pricing-three .price.actove,
.pricing-three .pricing-list {
	border: 0;
}

/* tr-testimonial */

.testimonial-content {
	max-width: 780px;
	display: inline-block;
}

#testimonial-carousel {
	padding-top: 100px;
}

.testimonial {
	font-size: 16px;
}

.testimonial-title {
	font-size: 14px;
	color: #a9a9a9;
	margin-top: 45px;
	padding-top: 35px;
	display: inline-block;
	border-top: 1px solid #d9d9d9;
}

.testimonial-title h1 {
	font-size: 24px;
	color: #80b435;
	font-weight: normal;
	margin-bottom: 5px;
}

.testimonial-content .carousel-indicators img {
	display: inline-block;
}

.testimonial-content .carousel-indicators {
	top: 0;
}

.testimonial-content .carousel-indicators li {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	overflow: hidden;
	display: block;
	max-width: inherit;
	flex: inherit;
	text-indent: inherit;
	margin: 0 10px;
	opacity: .5;
	background-color: #dededd;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);	
}

.testimonial-content .carousel-indicators li:hover,
.testimonial-content .carousel-indicators li.active {
	opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);	
}

/* user-account */

.user-account {
	background-image: url(../images/bg/account-bg.jpg);
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
}

.account-content {
	font-size: 16px;
	width: 530px;
	padding: 40px 70px;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	display: inline-block;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.075);
	-moz-box-shadow: 0 6px 12px rgba(0,0,0,.075);
	-ms-box-shadow: 0 6px 12px rgba(0,0,0,.075);
	-o-box-shadow: 0 6px 12px rgba(0,0,0,.075);
	box-shadow: 0 6px 12px rgba(0,0,0,.075);	
}

.user-account h1 {
	color: #2b2b2b;
	font-weight: 300;
	margin: 30px 0 20px;
}

.user-account form {
	margin-top: 40px;
}

.user-account .form-control {
	font-size: 16px;
	height: 60px;
	margin-bottom: 30px;
	border-radius: 10px;
	background-color: #fafafa;
}

.form-group .select2-container .select2-selection--single {border: 1px solid #ccc; height: 55px; border-radius: 20; text-align: left; background-color: #fafafa;}
.form-group .select2-container--default .select2-selection--single .select2-selection__arrow {height: 48px;right: 7px;}
.form-group .select2-container--default .select2-selection--single .select2-selection__arrow b {border-color: #ccc transparent transparent;border-style: solid;border-width: 6px 6px 0;height: 0;left: 50%;margin-left: -10px;margin-top: -2px;position: absolute;top: 50%;width: 0;}
.form-group .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {border-color: transparent transparent #ccc;border-width: 0 6px 6px;}
.form-group .select2-container .select2-selection--single .select2-selection__rendered {padding-right:30px;padding-left: 20px;padding-top: 10px;}
.form-group .select2-container--default .select2-selection--single .select2-selection__rendered {color: #676767;font-size: 16px;font-weight: normal;line-height: 30px;}
.form-group .select2-container--default .select2-results__option--highlighted[aria-selected] {background-color: #fc6075;}

/* select para formulario de info registro */
.select_sin .select2-container .select2-selection--single {border: 1px solid #e5e5e5; height: 50px; border-radius: 0; text-align: left;  background-color: #fff;}
.select_sin .select2-container--default .select2-selection--single .select2-selection__arrow {height: 48px;right: 7px;}
.select_sin .select2-container--default .select2-selection--single .select2-selection__arrow b {border-color: #ccc transparent transparent;border-style: solid;border-width: 6px 6px 0;height: 0;left: 50%;margin-left: -10px;margin-top: -2px;position: absolute;top: 50%;width: 0;}
.select_sin .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {border-color: transparent transparent #ccc;border-width: 0 6px 6px;}
.select_sin .select2-container .select2-selection--single .select2-selection__rendered {padding-right:30px;padding-left: 20px;padding-top: 10px;}
.select_sin .select2-container--default .select2-selection--single .select2-selection__rendered {color: #676767;font-size: 16px;font-weight: normal;line-height: 30px;}
.select_sin .select2-container--default .select2-results__option--highlighted[aria-selected] {background-color: #fc6075;}


.user-account .btn.btn-primary {
	width: 100%;
	border-radius: 10px;
}

.user-account .btn.btn-primary:hover {
	color: #80b435;
	background-color: #fff;
}

.forgot-password {
	font-weight: 700;
	margin: 40px 0;
}

.user-account .social {
	overflow: hidden;
	padding-top: 35px;
	border-top: 1px solid #ebebeb;
}

.user-account .social li a {
	font-size: 24px;
	padding: 10px 70px;
	border-radius: 30px;
	color: #fff;
	text-align: center;
	display: inline-block;
}

.user-account .social li:first-child a {
	background-color: #1da1f2;
	border: 1px solid #1da1f2;
}

.user-account .social li:first-child a:hover {
	color: #1da1f2;
	background-color: transparent;
}

.user-account .social li:last-child a {
	background-color: #3b5998;
	border: 1px solid #3b5998;
}

.user-account .social li:last-child a:hover {
	color: #3b5998;
	background-color: transparent;
}

.already-acount {
	font-weight: 700;
	margin-top: 45px;
}

.user-account form p {
	margin: 40px 0;
}

/* price slider */

#price_slider {
	margin-top: 30px;
	position: relative;
}

.ui-slider {
  height: 2px;
  margin: 4px 5px 4px 7px;
  border: none;
  border-radius: 0;
  background: #80b435;
  font-family: inherit;
  cursor: pointer;
}

.ui-slider a {
	transition: inherit;
}

.ui-slider .ui-slider-range {
  display: none;
}

.ui-slider .ui-slider-handle {
  height: 20px;
  width: 20px;
  background: #80b435;
  border-radius: 100%;
  margin-top: -9px;
  margin-left: -10px;
  cursor: pointer;
  position: absolute;
}

.price_slider_amount {
	margin-top: 30px;
}

.price_slider_amount input {
	float: left;
	border: none;
	width: 50%;
	margin-top: 5px;
	font-size: 14px;
}

.price_slider_amount .btn.btn-primary {
	float: right;
	padding: 6px 20px;
	font-size: 12px;
}

/* widget */

.widget .product {
	padding: 0;
	box-shadow: none;
	text-align: left;
	margin-bottom: 0;
}

.widget .product .product-image {
	width: 55px;
	float: left;
	margin-right: 10px;
	padding-top: 6px;
	min-height: 80px;
}

.widget.widget.widget_recent_entries .product  span {
	font-size: 14px;
}

/* product-details */

.details-slider {
	padding-bottom: 20px;
}

.details-slider .carousel-indicators {
	margin: 0;
}

.details-slider .carousel-indicators li {
	max-width: inherit;
	width: 25%;
	height: 85px;
	display: block;
	flex: inherit;
	text-indent: inherit;
	margin-left: 25px;
	margin-right: 0;
}

.details-slider .carousel-indicators li:first-child {
	margin-left: 0;
}

.details-slider .carousel-indicators li:before,
.details-slider .carousel-indicators li:after {
	display: none;
}

.product-details-info {
	padding: 0px 0;
}

.product-details-info p {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 700;
	display: block;
	margin-bottom: 15px;
}

.product-details-info .product-title {
	font-size: 30px;
	margin-bottom: 0;
	line-height: 32px;
}

.product-details-info .price span{
	color: #80b435;
	font-size: 24px;
	display: inline-block;
	margin-bottom: 0px;
}

.product-details-info p.price {
	color: #a4a4a4;
	font-size: 16px;
	margin-right: 5px;
	font-weight: 400;
	margin-bottom: 0px;
}

.product-details-info ul li {
	font-size: 16px;
	font-weight: 400;
	color: #666;
	margin-bottom: 10px;
	padding-left: 25px;
	position: relative;
}

.product-details-info ul li:last-child {
	margin-bottom: 0;
}

.product-details-info ul li:before {
	position: absolute;
	content: "\f067";
	left: 4px;
	top: 5px;
	color: #80b435;
	font-size: 12px;
	font-weight: normal;
	font-family: "fontawesome";
}

.quantity-price {
	margin: 0px 0 40px;
	padding: 0px 10px;
}

.quantity-price span {
	font-weight: 700;
	color: #2b2b2b;
	margin-right: 15px;
	text-transform: uppercase;
}

.quantity {
	text-align: center;
	font-size: 14px;
	width: 150px;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	display: inline-block;
}

.quantity a {
	color: #2b2b2b;
	padding: 0 10px;
	line-height: 0;
	border: 0;
	display: inline-block;
}

.quantity a:hover {
	color: #80b435;
	cursor: pointer;
}

.quantity a i {
	line-height: 36px; 
}

.quantity input {
    width: 60px;
    border: 0;
    font-size: 20px;
    color: #363636;
    text-align: center;
    padding: 5px;
    margin-bottom: 0;
    background-color: transparent;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}
 
 
.quantity-price .input-group input{
	height: 36px;
}

.quantity-price .input-group a.btn-outline-secondary:hover{
	color: #ffffff;
	background-color: #80b435; 
}


.add-to-cart .btn.btn-primary {
	float: left;
}

.add-to-cart span {
	font-size: 20px;
	margin-left: 20px;
    display: inline-block;
    border-radius: 4px;
	text-align: center;
	background-color: #f5f5f5;
}

.add-to-cart span:hover {
	background-color: #80b435;
}

.add-to-cart span a {
	color: #80b435;
	display: block;
    padding: 12px 15px;
}

.add-to-cart span:hover a {
	color: #fff;
}

.products-description {
	color: #989898;
	font-size: 16px;
	line-height: 26px;
}

.products-description.section-bg-white {
	padding: 20px 30px;
}

.description-tabs {
	margin-bottom: 40px;
	border-bottom: 1px solid #e5e5e5;
}

.description-tabs>li>.nav-link{
	font-size: 16px;
	border: none;
	padding: 15px 30px;
	text-transform: capitalize;
	position: relative;
	margin-right: 1px;
}

.description-tabs>li>a:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	opacity: 0;
	background-color: #80b435;
}

.description-tabs>li>.nav-link:hover:after,
.description-tabs>li>.nav-link.active:after {
	opacity: 1;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover, 
.nav-tabs .nav-link.active {
	background-color: transparent;
	border: none;
	color: #80b435;
}

/* related-products */

.related-products h1 {
	color: #2b2b2b;
	font-size: 30px;
	margin: 45px 0 35px;
	font-weight: normal;
}

/* gmap */

#gmap {
	height: 420px;
	margin-bottom: 30px;
	background-color: #ececec;
}


/* tr-contact */

.form-content.section-bg-white {
	padding:70px 100px;
}

.form-content h3,
.tr-address span {
	font-size: 24px;
	font-weight: 400;
	color: #666;
	margin-bottom: 30px;
}

.contact-info .icon {
	font-size: 25px;
	color: #80b435;
}

.contact-info .media {
	margin-bottom: 30px;
}

.contact-info .media-body {
	margin-top: 7px;
}

.contact-info span {
	display: block;
}

.tr-address span {
	padding-left: 55px;
}

.tr-address .media {
	margin-bottom: 0;
}

.contact-form .form-group {
	position: relative;
}

.contact-form .input-group-addon {
    position: absolute;
    left: 20px;
    padding: 0;
    color: #d9d9d9;
    border: 0;
    top: 18px;
    background-color: transparent;
}

.contact-form .form-control {
	border: 2px solid #f0f0f0;
	margin-bottom: 30px;
	border-radius: 4px;
	padding: 15px 20px 15px 50px;
}

.contact-form .form-control:focus {
	border-color: #80b435;
}

textarea.form-control {
	height: 150px;
	resize: none;
}

/* tr-pagination */ 
.tr-pagination {
	margin-top: 30px;
	width: 100%;
}

.pagination {
    margin: 0;
    width: 100%;
    padding: 0 15px;
    display: block;
}
.pagination li {
    margin-right: 6px;
    display: inline-block;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 8px 16px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
 

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > li > span:hover {
	background-color: #80b435; border-color: #80b435; color: #ffffff !important;
}
.pagination > li > a, .pagination > li > span {color: #444444;}

/* Tr-footer */

.footer-widget h3 {
	font-size: 18px;
	color: #80b435;
	margin: 18px 0;
}

.footer-logo {
	margin-bottom: 22px;
}

.footer-widget li {
	margin-bottom: 10px;
}

.footer-widget li:last-child {
	margin-bottom: 0;
}

.footer-social {
	margin-top: 10px;
}

.footer-social li {
	float: left;
	margin-right: 5px;
}

.footer-social li:last-child {
	margin-right: 0;
}

.footer-social li a {
	padding: 3px;
}

.footer-social li a:hover .fa-facebook {
	color: #344f88;
}

.footer-social li a:hover .fa-twitter {
	color: #2696cf;
}

.footer-social li a:hover .fa-google-plus {
	color: #d34132;
}

.footer-social li a:hover .fa-instagram {
	color: #fb3958;
}

.footer-widget form {
	position: relative;
	margin-top: 25px;
}

.footer-widget .btn.btn-primary {
	position: absolute;
	top: 15px;
	right: 20px;
	padding: 0;
	border: none;
	background-color: transparent;
	background-image: url(../images/others/submit.png);
	background-repeat: no-repeat;
	width: 22px;
	height: 18px;
	text-indent: 99999px;
}

.footer-widget .btn.btn-primary:hover {
	border-radius: inherit;
}

.footer-top{ /*
	background: url(../images/bg/bg-footer.png) bottom no-repeat;*/
	background-color: #bbd140;
}

.footer-bottom {
	overflow: hidden;
	padding: 25px 0; 
	background-color: #191919;
}

.footer-bottom .float-left a {
	color: #80b435;
}

.footer-bottom .select-option li{
	float: left;
	margin-left: 20px;
}

.payment-card{
	overflow: hidden;
	border-right: 1px solid #e3e3e3;
}

.payment-card li {
	float: left;
	margin-right: 20px;
}

.select-option select{
   -webkit-appearance: button;
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-image: url(../images/others/dropdown-icon.png);
   background-position: 90% center;
   background-repeat: no-repeat;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   border: none;
   font-size: 14px;
   font-weight: 700;
   color: #80b435;
}

.select-option span {
	margin-right: 5px;
}


/* ==========================================================================
 	Extra CSS
 ========================================================================== */

a, input, .carousel-indicators li,
.product-icon, .product-image img,
.product-icon i, .product, .slick-dots li,
.icon-content, .footer-social li a i,
.form-control, .nav-link:after,
.pagination>li>a:before,
.pagination>li>a:after,
.add-to-cart span,
.follow-social, .icon,
.entry-thumbnail img,
.products-two .product .row,
.watch-video .video-link i,
.topbar-two path {
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}


/*========================
=======style-chooser======
==========================*/

.style-chooser {
	width: 140px;
	left: -140px;
	position: fixed;
	top: 50%;
	margin-top:-90px;
	z-index: 9999;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.style-chooser.opened {
	left: 0;
}

.style-chooser .toggler {
	position: absolute;
	top: 0;
	right: -48px;
	display: inline-block;
	background-color: #ddd;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 24px;
	color: #333;
}

.style-chooser-inner {
	position: relative;
	background-color: #ddd;
	padding: 15px;
}

.style-chooser-inner h4 {
	margin: 0 0 10px;
	text-transform: uppercase;
	font-size: 13px;
	color: #333;
}

.style-chooser-inner ul {
	list-style: none;
	padding: 0;
	margin: -5px;
}

.style-chooser-inner ul li {
	display: block;
	width: 40px;
	float: left;
	padding: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.style-chooser-inner ul li a {
	display: block;
	height: 30px;
}

.style-chooser-inner ul li.preset1 a {
	background-color: #80b435;
}

.style-chooser-inner ul li.preset2 a {
	background-color: #ed1c24;
}

.style-chooser-inner ul li.preset3 a {
	background-color: #009400;
}

.style-chooser-inner ul li.preset4 a {
	background-color: #96004c;
}

.style-chooser-inner ul li.preset5 a {
	background-color: #2F80ED;
}

.style-chooser-inner ul li.preset6 a {
	background-color: #05b589;
}


.solo_xs{ display: none; }

.list_product p span{ font-size: 12px; }

.bg_ecologico{ 
	background-image: url(https://www.agrocomparador.com/images/bg/bg-ecologico.jpg); 
        background-size: 100% 130%;
}

.bg_aceitunas{ 
	background-image: url(../images/bg/breadcrumb-bg.jpg); 
}
.bg_trigo{ 
	background-image: url(../images/bg/trigo-bg.jpg); 
}
.bg_pipas{ 
	background-image: url(../images/bg/pipas-bg.jpg); 
}
.bg_naranjas{ 
	background-image: url(../images/bg/naranjas-bg.jpg); 
}
.bg_almendras{ 
	background-image: url(../images/bg/almendras-bg.jpg); 
}
.bg_tomates{ 
	background-image: url(https://www.agrocomparador.com/images/bg/tomates-bg.jpg); 
}
.bg_aguacates{ 
	background-image: url(https://www.agrocomparador.com/images/bg/aguacates-bg.jpg); 
        background-size: 100% 100%;
}
.bg_avena{ 
	background-image: url(https://www.agrocomparador.com/images/bg/avena-bg.jpg); 
        background-size: 100% 100%;
}
.bg_cebada{ 
	background-image: url(https://www.agrocomparador.com/images/bg/cebada-bg.jpg); 
        background-size: 100% 100%;
}
.bg_general{ 
	background-image: url(../images/bg/breadcrumb-bg_page.jpg); 
}
.bg_granel{ 
	background-image: url(../images/bg/breadcrumb-bg_granel.jpg); 
	padding: 60px 0;
}
.bg_otros{ 
	background-image: url(https://www.agrocomparador.com/images/bg/otros_productos-bg.png);
        background-size: 100% 100%;
}
.bg-fondo-contactar{ background-image: url(../images/bg/breadcrumb-bg-contacto.jpg); padding:50px; } 

#content-comparador{
	overflow: hidden;position:relative;
}
#cargador_comp{  
	display: none; 
	width: 100%; 
	position: absolute;
	height: 100%;
	background-color: rgb(239,239,239,0.9);
	z-index: 99;
}
#loading-content{ font-size: 30px; }
#loading-content span{ display: block; }

#comparador-1{ display: flex; } 
 
#comparador-final .pricing{
   max-width: 500px;
   width: 80%; 
}

 /* Customize the label (the container) */
.radioCheck {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; 
}

.radioCheck.center{
	text-align: center;
}

/* Hide the browser's default radio button */
.radioCheck input {
  position: absolute;
  opacity: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 25px;
  width: 25px; 
  border-radius: 50%;
  background-color: #ccc;
}

.radioCheck.center .checkmark{
	left: 32%;
}

@media screen and (max-width: 567px){

	.radioCheck.center .checkmark{
		left: 20%;
	}
        
        
}

/* On mouse-over, add a grey background color */
.radioCheck:hover input ~ .checkmark {
  background-color: #ccc;
}

.radioCheck:hover{
  color:#8bc800;
}

/* When the radio button is checked, add a blue background */
.radioCheck input:checked ~ .checkmark {
  background-color: #8bc800;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radioCheck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radioCheck .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
} 


.tr-sinfondo {
	background-color: #efefef;
    padding: 60px 0px 0px 0px;
    position: relative;
}

.b_contacto_sup{
	 padding-left: 10px; 
}
.b_contacto_sup a{  color: #686a6e; }

.bloque_producto{
	background-color: #fff;
	padding: 20px;
}
.bloque_producto h3{ line-height: 20px; font-size: 18px; }
.bloque_producto h3 a{
	font-size: 18px;
	color: #505050; 
}

.bloque_producto p{ color: #747373; }
.bloque_producto p span{ color: #424141; font-weight: 400; font-size: 12px; }

.precio_product{
	color: #80b435;
	font-size: 24px;
	display: inline-block;
	margin-bottom: 0px;
}

.otro_rendimiento{
	display: none;
}
.otro_rendimiento input{
	width: 120px;
	font-size: 20px;
	color: #807e7e;
	display: inline-block;
}
.otro_rendimiento button.b_ok { 
	 background-color: #89c701;
	 color: #ffffff;
	 padding: 5px;
	 width: 80px;
	 height: 44px;
	 font-size: 18px; 
	 vertical-align: inherit;
 }

 .radiobox label{
 	padding: 0px 35px 0px 35px;
 	position: relative;
 	cursor: pointer;
 }

  /* Customize the label (the container) */
.radiobox {
  display: block;
  position: relative;
  padding-left: 0px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radiobox input {
  position: absolute;
  opacity: 0;
}

/* Create a custom radio button */
.radiobox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radiobox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radiobox input:checked ~ .checkmark {
  background-color: #80b435;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiobox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiobox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radiobox .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
} 

 /* nuevo estilo para formularios */

.card-box {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 20px;
    position: relative;
    box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
}
.card-title {
    color: #333;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
}

/* marcos para mensaje de texto estático */
 

.marco-content {
	font-size: 16px;
	width: 100%;
	padding: 40px 70px;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	display: inline-block;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.075);
	-moz-box-shadow: 0 6px 12px rgba(0,0,0,.075);
	-ms-box-shadow: 0 6px 12px rgba(0,0,0,.075);
	-o-box-shadow: 0 6px 12px rgba(0,0,0,.075);
	box-shadow: 0 6px 12px rgba(0,0,0,.075);	
}

.marco-content h1 {
	color: #2b2b2b;
	font-weight: 300;
	margin: 10px 0 20px;
	font-size: 2.2rem;
}

@media screen and (max-width: 567px){
	.marco-content { 
		padding: 20px 20px; 
	}

	.marco-content h1 {  
		font-size: 1.6rem;
	}
}


/* estilo para formulario de vender */
#form-vender{
	padding: 10px;
}

#form-vender .form-control{
	font-size: 30px;
	padding: 20px;
	height: 70px;
	max-width: 300px;
	text-align: center; 
}

#form-datos{
	width: 500px;
}

#form-datos .form-control {
    font-size: 16px;
    height: 60px;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 10px;
    background-color: #fafafa; 
}

#form-vender .control-label{
	display: inline-block;
	float: left;  
	font-size: 22px;
}
 

#form-vender .pricing-list{ 
	 padding: 20px 15px;
}
#form-vender .pricing-list li{ 
	font-size: 18px;
	text-align: left;
}
#form-vender .pricing-list li .fa-caret-right{
	margin-right: 7px;
}
#form-vender .titulo-list {
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: 2px solid #f5f5f5;
	text-transform: none;
}

.btn.btn_confirmar{
	text-transform: none;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #ffffff; 
}
/* -------------------------------------------------------*/

.main-content .section-bg-verde {
    margin-bottom: 30px;
    border-radius: 4px;
    padding: 30px;
    background-color: #8bc800;
    color: #ffffff;
    text-align: center;
}

.content_resumen_area .col-4{ border-right: solid 1px #ccc; }
.content_resumen_area .col-4:last-child{ border-right: solid 0px;}

.content_resumen_area p a{ font-size: 16px; text-transform: uppercase; text-decoration: underline; }
.content_resumen_area h4{ font-size: 40px; }

.mensaje_sinlogin{
	background-color: #f7f7f7;
	color: #c91d39;
	font-size: 16px;
	padding: 10px 20px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
}
.mensaje_sinlogin a, .mensaje_sinlogin a:hover{
	color: #c91d39;
	text-decoration: underline;
}

@media screen and (max-width: 567px){
	.content_resumen_area p{ font-size: 12px; text-transform: uppercase; }
	.content_resumen_area h4{ font-size: 30px; }

}




/*  STYLE CHECK BOX */
label.div_check{
	font-weight: normal; 
}
.div_check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media screen and (max-width: 567px){
	.div_check { 
	    font-size: 14px; 
	} 
}

/* Hide the browser's default checkbox */
.div_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 15px;
}

/* Create a custom checkbox */
.checkmark_checkbox {
    position: absolute;
    /*top: 0;*/
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border:1px solid #666666;
}

/* On mouse-over, add a grey background color */
.div_check:hover input ~ .checkmark_checkbox {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.div_check input:checked ~ .checkmark_checkbox {
    background-color: #80b435;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark_checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.div_check input:checked ~ .checkmark_checkbox:after {
    display: block;
}

/* Style the checkmark/indicator */
.div_check .checkmark_checkbox:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/***********************************************************************************************/

.flota_text{ position: absolute; top: -30px;  }

.flota_text_success{ 
      position: absolute; 
      top: -12px; 
      background-color: #55ce63;
      color: #fff;
      padding: 3px 10px;
      font-size: 12px;
}

/* ESTILO CON COLORES DE ESTADOS */

.text_success{  
      color: #55ce63; 
}
.text_warning{  
      color: #ffbc34; 
}
.text_danger{  
      color: #f62d51; 
} 


/* FAQS */

ul.list_faqs{
	margin: 0px;
	padding: 10px 0px;
}
ul.list_faqs li{
	padding: 5px 0px;
	list-style: none;
}
ul.list_faqs li a{
	font-size: 18px;
	text-decoration: underline;
}
ul.list_faqs li .fa-plus{ margin-right: 5px; }


/* filtro aceitunas */
.filtro_aceituna{ background-color: #e5e5e5; padding-top: 15px; margin-bottom: 20px;}


/* 	PAGINA QUIERO VENDER */

.bloque_vender{
	background-image: url(../images/bg/slider_vender.jpg);
	background-position: top;
	background-attachment: fixed;
	color: #ffffff;
	text-align: center;
	min-height: 750px;
	padding-top: 100px;
}
.bloque_vender p{ color: #ffffff; }
.bloque_vender h1{ font-size: 58px;color: #ffffff; }
.bloque_vender h3{ font-size: 30px;color: #ffffff; }

.bloque_vender h1 span{ font-size: 46px; font-weight: 300; } 

.bloque_vender .promotion-info{ text-align: left;}

.bloque_vender .tr-promotion{
	padding-top: 50px;
	background-color: inherit !important;
}

.bloque_vender .btn_vender{ 
	border:solid 4px; 
	padding: 10px 15px;
	font-weight: 400;
	word-spacing: 2px;
	letter-spacing: 0.4px;
	font-size: 16px;
	width: 100%;
}

.btn_promotion{
	border: solid 4px #8bc800; 
}

.landing_text h2{ font-size: 38px; font-weight: 400; text-transform: uppercase; }

.landing_text h2 span{ font-size: 38px; font-weight: 600; color: #7fb334; }
.landing_text h3{ font-weight: 400; font-size: 30px; }
.landing_text h3 span{ color: #7fb334; font-weight: 600; font-size: 26px;}

#drown-up {
    width: 100%; 
    position: relative;
    top: 50px;
    display: inline-block;
}

/* arrow bounce */
	@-moz-keyframes rebote {
	 0%, 15%, 30%, 80%, 100%  {
		-moz-transform: translateY(0);
		transform: translateY(0);
	  }
	  10% {
		-moz-transform: translateY(20px);
		transform: translateY(20px);
	  }
	  25% {
		-moz-transform: translateY(20px);
		transform: translateY(20px);
	  }  
	}
	@-webkit-keyframes rebote {
	 0%, 15%, 30%, 80%, 100%  {
		-moz-transform: translateY(0);
		transform: translateY(0);
	  }
	  10% {
		-moz-transform: translateY(20px);
		transform: translateY(20px);
	  }
	  25% {
		-moz-transform: translateY(20px);
		transform: translateY(20px);
	  }  
	}
	@keyframes rebote {
	  0%, 15%, 30%, 80%, 100%  {
		-moz-transform: translateY(0);
		transform: translateY(0);
	  }
	  10% {
		-moz-transform: translateY(20px);
		transform: translateY(20px);
	  }
	  25% {
		-moz-transform: translateY(20px);
		transform: translateY(20px);
	  }  
	}
	.rebote {
	  -moz-animation: rebote 4s infinite;
	  -webkit-animation: rebote 4s infinite;
	  animation: rebote 4s infinite;
	}
 

 /***************************************************/

.b_atras{
	position: relative;
	top: -30px;
	display: inline-block;
	padding: 5px 12px;
	background-color: #838282;
	color: #fff;
}

.b_atras i{ padding-right: 5px; font-size: 18px; }

.b_atras a{ color: #fff !important; font-weight: 400; font-size: 12px; }


/* FORMULARIO BOLETIN */

/*  STYLE CHECK BOX */
label.div_check_mini{
	font-weight: normal; 
}
.div_check_mini {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media screen and (max-width: 567px){
	.div_check_mini { 
	    font-size: 12px; 
	} 

	.landing_text h2{ font-size: 28px;} 
	.landing_text h2 span{ font-size: 28px;}

	.bloque_vender h1{ font-size: 34px;} 
	.bloque_vender h3{ font-size: 28px;}
	.bloque_vender h1 span{ font-size: 34px;} 
	
}

/* Hide the browser's default checkbox */
.div_check_mini input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 15px;
}

/* Create a custom checkbox */
.div_check_mini .checkmark_checkbox {
    position: absolute;
    /*top: 0;*/
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border:1px solid #666666;
}

/* On mouse-over, add a grey background color */
.div_check_mini:hover input ~ .checkmark_checkbox {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.div_check_mini input:checked ~ .checkmark_checkbox {
    background-color: #80b435;
}

/* Create the checkmark/indicator (hidden when not checked) */
.div_check_mini .checkmark_checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.div_check_mini input:checked ~ .checkmark_checkbox:after {
    display: block;
}

/* Style the checkmark/indicator */
.div_check_mini .checkmark_checkbox:after {
    left: 5px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/***********************************************************************************************/


.breadcrumb{
	background-color: unset;
}
.breadcrumb li{
	display: inline-block; 
	font-size: 12px;
}
.breadcrumb li::after{
   content: "\f105";
   margin-left: 10px;
   margin-right: 10px;
   font-family: 'FontAwesome';
}

.breadcrumb li:last-child::after, .breadcrumb li:first-child::after {
   content: ""; 
   margin-right: 0px;
}

.breadcrumb li.active{
	font-weight: 600;
}

/*anchura widget el tiempo*/
#c_8a6229917f5f090cdab3f62554d666c3{ width: 100% !important; } 

.tabla_aceite td{
	font-size: 20px;
}
.tabla_aceite th{
	font-size: 16px;
}

#control_grafica{
	display: none;
}

.casilla_volumen{
	display: inline-block;
	border:solid 1px;
	padding: 4px;
	background-color: #9c9a9a;
	color: #ffffff;
}

@media screen and (max-width: 990px){
	.tabla_aceite td{
		font-size: 16px;
	}
	.tabla_aceite th{
		font-size: 14px;
	}
}


.subtitulo_option{
	display: block;
	font-size: 14px;
	color: #757675;
}


/*landing registro*/

.minheight{
	min-height: 550px !important;
}

@media screen and (max-width: 567px){
	.page_demanda .page-title h1{
		font-size: 22px;
		line-height: 28px;
	}
	.page_demanda h3{
		font-size: 20px;
		line-height: 28px;
	}
	.page_demanda .page-title p{
		font-size: 14px !important;
		line-height: 20px;
	}

}

/* REDES*/
.redes_ico{
	padding:0px; 
}
.redes_ico li{
	list-style: none;
	display: inline-block;
	margin-bottom: 10px;
	padding-left: 2px;
}
.redes_ico li img{ 
	width: 35px;
}

/* bloque registro movil flotante */
.register-movil{
	display: none;
}

@media screen and (max-width: 767px){
	.register-movil{
		display: block;
		z-index: 999;
		position: fixed;
		bottom: 5px;
		left: 10px;
		padding: 5px 10px; 
		color: #ffffff;
	}
}

/* MEDIDAS CHART */

#chart{
  width: 950px;
 /* height: 400px;*/
}
.mensaje_chart{
	display: none;
	color: #f35b5b;
}

.bloque_grafica{
	background-color: #ffffff;
	margin-top: 40px;
	padding: 20px;
}

#capa_chart{
	width: 80%;
}
#canvas-holder{
	width: 70%;
}

@media screen and (max-width: 1024px){
	#chart{
	  width: 800px;
	  /*height: 300px;*/
	}
}

@media only screen and(max-width:600px){
    #compra_venta{
            width:100px;
            
        }
}

@media screen and (max-width: 790px){
	#chart{
	  width: 480px;
	  /*height: 300px;*/
	}
	.mensaje_chart{
		display: block;
	}
	#capa_chart{
		width: 600px !important;
	}
	#canvas-holder{
		width: 100%;
	}
}

@media screen and (max-width: 600px){
	#chart{
	  width: 520px;
	  /*height: 300px;*/
	}
	.mensaje_chart{
		display: block;
	}
	
	#tiempo{display:none;}
}


/* pagina de aceites a granel */

.landing_aceite h2{ font-size: 30px; font-weight: 400; text-transform: uppercase; line-height: 40px; }

.landing_aceite h2 span{ font-size: 30px; font-weight: 600; color: #7fb334; }
.landing_aceite h3{ font-weight: 400; font-size: 30px; }
.landing_aceite h3 span{ color: #7fb334; font-weight: 600; font-size: 26px;}

.landing_aceite .pricing-one h3 {
    font-size: 18px;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.landing_aceite .pricing-one h3 span {
    padding-right: 20px;
    background-color: #fff;
    font-size: 18px;
}

.iconos {list-style:none;}

.iconos li::before{
	font-family:"Font Awesome 5 Free";
	/*content:url('https://www.agrocomparador.com/images/ico/almond.svg');*/
	margin-right:8px;
        width:20px;
        height: 20px;
}

#cont_d89bfd05ce42944c91a3a4032030d0db{
      position:absolute;
      margin-bottom:800px;
      display:inline;
      top: 0px;
      right: 0px;
      display:none;
} 
a.compra_venta{
    background-color: rgba(255, 255, 255, 0.7);
    display: inline;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    margin: 30px;
    font-weight: bold;
    font-size: 20px;
    color:#2e5375;
}

.compra_venta2{
    background-color: rgba(255, 255, 255, 0.7);
    display: inline;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    margin: 30px;
    font-weight: bold;
    font-size: 20px;
    color:#2e5375;
    width: 80%;
    bottom: 0px;
}


.files input {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 120px 0px 85px 35%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
}
.files input:focus{     outline: 2px dashed #92b0b3;  outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear; border:1px solid #92b0b3;
 }
.files{ position:relative}
.files:after {  pointer-events: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 50px;
    right: 0;
    height: 56px;
    content: "";
    background-image: url(../icons/png/128/109/109612.png);
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
}
.color input{ background-color:#f1f1f1;}
.files:before {
    position: absolute;
    bottom: 10px;
    left: 0;  pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;
    content: " O arrastralo aquí ";
    display: block;
    margin: 0 auto;
    color: #2ea591;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}

#compra_venta {
    top: 0px;
    right: 12%;
    position: absolute;
    width: 75%;
    height: 100%;
    margin-top: 8%;
}

#apartado_video_mensajes{font-size: 300%;}

#apartado_video{
        background-image: url('https://www.agrocomparador.com/css/images/bg/fondo_lineas_verde_roja.png');
        background-size: 100% 100%;
}

#como_funciona{
    font-size:260%;padding-left: 5%;padding-right: 5%;
}

#descarga_ya{
    width:60%;
    float:left;
    color:#2e5375;
    padding-top: 4%;
}

#descarga_ya p{
    font-size:180%; 
    text-align:justify;
}

@media only screen and (max-width: 600px) {
  #compra_venta {
    width:70%;
    height:80%;
    margin-top: 5%;
  }
  
  #compra_venta img{
      width: 30%;
  }
  
  a.compra_venta{
    margin:10px;   
  }
  
  .banner-info{
      margin-top: 5%;
      margin-left: 10%;
  }
  
  .menu_movil_sup #inicio_sesion{
     color:#80b435;
  }
  
  .btn.btn-primary.mt_20.tagm_almendra_btn_home.principal{width:100%;display:block}
    #prueba{margin-left: 0%;}
    #aceite{margin-left: 0%;}
    #cont_e314c1848f1c8229ba86d45834aef3b0{display:none;}
    #apartado_video_mensajes{font-size: 200%;}
    #apartado_video{
        background-size: 180% 100%;
        background-repeat:no-repeat;
        background-position:100% 100%;}
    
    #banner_principal{width: 30%;height: 30%;}
    .banner-info-calculador{font-size: 10px;}
    
    #como_funciona{
        font-size:15px;
    }
    
    #descarga_ya{
        width:60%;
        float:left;
        color:#2e5375;
        padding-top: 4%;
        padding-left: 5%;
        padding-bottom: 5%;
    }

    #descarga_ya p{
        font-size:80%; 
        text-align:justify;
    }
    
    #tiempo{display:none;}
    
    #seccion_productos{
        background-image:url('https://www.agrocomparador.com/images/bg/fondo_productos.png');
        background-size:200% 100%;
    }

    #contador_visitas{display:none;}
    #total_suscriptores{display:none;}
}

#precio_grande{
    font-size:150%;
}


#prueba{margin-left: 20%;}
#aceite{margin-left: 35%;}

#seccion_productos{
    background-image:url('https://www.agrocomparador.com/images/bg/fondo_productos.png');
    background-size:100% 100%;
}

.btn-facebook2:focus {
    color: #fff;
}  

.btn-facebook2 {
    color: #fff;
    background-color: #4C67A1;
}

.btn-facebook2:hover {
    color: #fff;
    background-color: #405D9B;
}

.btn-facebook2:focus {
    color: #fff;
}  

.btn-facebook {
    color: #fff;
    background-color: #4C67A1;
}

.btn-facebook:hover {
    color: #fff;
    background-color: #405D9B;
}

.btn-facebook:focus {
    color: #fff;
}  

.btn-whatssap {
    color: #fff;
    background-color: #1bd741;
}

.btn-whatssap:hover {
    color: #fff;
    background-color: #18ca3c;
}

.btn-whatssap:focus {
    color: #fff;
} 

.nueva_demanda{display:inline;float:right;}

.telefono_vendedor{
    font-size: 150%;
}

@media (min-width: 668px) { 
    .btn-whatssap { display: none } 
    .btn-facebook2{ display: none }
    .nueva_demanda_movil{ display: none; }
}

@media (max-width: 668px) { 
    .btn-facebook{ display: none } 
    .nueva_demanda{ display:none;}
    .telefono_vendedor{font-size: 220%;}
}

@media only screen and (max-width: 500px) {
    a.compra_venta{
        padding: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .compra_venta2{
        padding: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    #precio_grande{
        font-size: 100%;
    }
    
    .btn.btn-primary.mt_20.tagm_almendra_btn_home.principal{width:100%;display:block}
    #prueba{margin-left: 0%;}
    #aceite{margin-left: 0%;}
    #cont_e314c1848f1c8229ba86d45834aef3b0{display:none;}
    #compra_venta{
        right:0%;
    }
    #tiempo{display:none;}

    #seccion_productos{
        background-image:url('https://www.agrocomparador.com/images/bg/fondo_productos.png');
        background-size:200% 100%;
    }
}