* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	font-weight:normal;
	color:#444;
	font-family: 'Roboto', sans-serif; 
}
body, html{
	height:100%;  
	font-size:14px; 
	overflow:initial;
}
a{
	text-decoration:none;
}
ul{
	list-style:none;
}
input, select, textarea{
	width:100%;
	border:none;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius: 8px;
	padding:12px;
	color:#000;
	margin-bottom:15px;
}
input:focus, textarea:focus, select:focus{
	outline: none;
}
textarea{
	height:250px;
}
input[type="file"]{
	background:none;
	padding:0 0 10px 0;
	border:none;
}
input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}
.cursor-pointer{
	cursor:pointer;
}
.fondo-modal{
	width:100%; 
	height:100vh; 
	background-image:url(../img/fondo-modal.png);
	position:fixed; 
	z-index:80;
	display:none;
	overflow:auto;
}
.modal{
	width:700px; 
	padding:20px; 
	margin:20px auto; 
	border-radius: 8px; 
	background-color:#fff;
}
.cerrar-modal{
	width:100%;  
	display:flex;
	justify-content: right;
	margin-bottom:10px;
}
.btn-cerrar-modal{
	width:25px; 
	height:25px; 
	background-color:#999;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.btn-cerrar-modal:hover{
	background-color:#ccc;
}
.titulo-modal{
	font-weight: bold;
	font-size:21px;
	margin-bottom:10px;
}
.btn-cerrar-modal img{
	width:10px;
}
.menu{
	background-color:#c60001; 
	width:0px; 
	height:100%; 
	position:fixed; 
	z-index: 50; 
	transition:all 0.3s ease;
	overflow: hidden;
	border-right:1px solid #b40001;
	margin-left:-1px;
}
.btn-cerrar-menu{
	width:30px;
	height:30px;
	padding:25px 0 0 25px;
	cursor:pointer;
}
.btn-cerrar-menu img{
	width:30px;
}
.contenedor-logo-menu{
	width:330px; 
	text-align: center; 
	margin:35px 0;
}
.contenedor-logo-menu img{
	width:100px;
}
.item-menu{
	width:330px; 
	padding:0 25px; 
	display: flex; 
	align-items:center;
	color:#fff;
	margin-bottom:25px;
	text-transform: capitalize;
}
.item-menu-idiomas{
	position:relative; 
	cursor:pointer;
}
.item-menu img{
	width:25px;
	margin-right:10px;
}
.opciones-idiomas{
	border-radius: 8px; 
	position:absolute; 
	background-color:#ae0001; 
	top:0; 
	margin-left:120px;
	overflow: hidden;
	transition:all 0.3s ease;
}
#flecha-idiomas{
	width:10px;
	margin-left:10px;
	transition:all 0.3s ease;
}
.opcion-idioma{
	width:160px; 
	padding:15px; 
	display:block; 
	width:100%; 
	color:#fff;
	display:flex;
	align-items: center;
}
.opcion-idioma img{
	width:16px;
}

/*HEADER*/
.header{
	position:fixed; 
	height:80px;  
	width:100%; 
	z-index:30;
	display: flex;
	justify-content: space-between;
	transition:all 0.3s ease;
}
.boton-header-portada{
	width:80px; 
	height:80px; 
	background-color:#4b2c37;
	display:flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition:all 0.3s ease;
}
.boton-header-portada img{
	width:30px; 
	height:30px;
}
.logo-header{
	margin-right:20px; 
	display: flex; 
	align-items: center; 
	display:flex;
	transition:all 0.3s ease;
	margin-top:-150px;
}
.logo-header img{
	height:50px;
}

/*FOOTER*/
.footer{
	background-color:#018038;
}
.contenido-footer{
	padding:80px 20px; 
	color:#fff; 
	text-align:center;
}
.logo-footer{
	width:200px;
}
.lista-footer{
	width:100%; 
	margin-top:30px; 
	text-align: center;
}
.item-lista-footer{
	width:25px; 
	height:25px;  
	display: inline-block;
	margin:0 10px;
}
.item-lista-footer img{
	width:100%;
}
.direccion-footer{
	margin-top:40px; 
	color:#fff;
}
.cierre-footer{
	background-color:#333; 
	color:#fff; 
	text-align: center; 
	padding:40px 20px;
}

/*INICIO*/
.contenedor-seccion-portada{
	min-height:100vh;
	display:flex; 
	position:relative;
}
.contenedor-contenido-portada{
	width:50%; 
	min-height:100%; 
	display:flex;
	align-items: center;
	position:relative;
}
.contenido-portada{
	padding:20px;
}
.contenedor-logo-portada{
	text-align: center;
}
.contenedor-logo-portada img{
	width:100%;
}
.contenedor-contenido-derecha-portada{
	width:50%; 
	min-height:100%; 
	position:relative; 
}
.contenedor-imagen-portada{
	width:430px; 
	position:absolute; 
	right:20px; 
	bottom:10px; 
	height:80%; 
	z-index:10;
}
.contenedor-imagen-portada img{
	width:100%;
	bottom:0;
	position: absolute;
}
.columna-roja-portada{
	width:300px; 
	background-color:#e40537; 
	position:absolute; 
	right:0; 
	min-height:100%;
}
.lista-iconos-portada{
	text-align:center; 
	margin-top:90px;
}
.contenedor-icono-portada{
	display:inline-block; 
	width:130px;  
	margin:0 10px;
}
.contenedor-icono-portada img{
	width:50px;
}
.texto-icono-portada{
	text-transform: uppercase;
	color:#4b2c37;
	font-size:15px;
	margin-top:10px;
}

/*NOSOTROS*/
.contenedor-seccion-nosotros{
	min-height:100vh; 
	background-color:#eaeaea; 
	display:flex;
}
.columna-verde-portada{
	width:300px; 
	background-color:#89bd24; 
	position:absolute; 
	height:100%;
}
.contenedor-contenido-nosotros-portada{
	width:50%; 
	min-height:100%; 
	display:flex;
	align-items: center;
	position:relative;
}
.contenedor-contenido-derecha-nosotros-portada{
	width:50%; 
	min-height:100%; 
	padding-top:100px;
	position:relative; 
	display:flex;
	align-items:center;
}
.contenedor-imagen-nosotros{
	width:500px; 
	position:absolute; 
	left:0; 
	bottom:10px; 
	height:80%; 
	z-index:10;
}
.contenedor-imagen-nosotros img{
	width:100%;
	bottom:0;
	position: absolute;
}
.titulo{
	font-size:28px;
	font-weight:bold;
}
.titulo-nosotros{
	font-size:21px;
	margin-bottom:10px;
}
.texto-nosotros{
	max-width:600px;
	margin-bottom:30px;
}
.bloque-nosotros-izq{
	width:70%;
}
.bloque-nosotros-der{
	width:70%;
	margin-left:30%;
}

/*OWL CARRUSEL*/
.carrusel-inicio{
	margin-top:50px;
	padding-left:30px;
}
.owl-nav button{
	font-size:83px;
	color:#ea0000;
}
.owl-prev{
	width:40px;
	height:200px;
	margin-top:-180px;
	position:absolute;
	left:-30px;
}
.owl-next{
	width:40px;
	height:200px;
	position:absolute;
	right:0;
	margin-top:-180px;
}
.owl-prev span, .owl-next span{
	color:#ea0000;
}
.owl-dots{
	display:none;
}

/*PRODUCTOS*/
.contenedor-seccion-productos{
	min-height:100vh; 
	display:flex; 
	align-items:center; 
	justify-content:center; 
	padding:20px;
}
.titulo-productos-portada{
	text-align:center; 
	width:100%;
}
.titulo-rojo{
	color:#e40537; 
	font-weight:bold;
}
.contenido-productos-portada{
	width:100%;
}
.lista-productos-portada{
	text-align:center; 
	margin-top:50px;
}
.item-lista-productos-portada{
	width:122px; 
	height:122px; 
	display:inline-block;
	margin:8px 6px;
	transition:all 0.3s ease;
	overflow:hidden;
	text-align:center;
	cursor:pointer;
}
.item-lista-productos-portada:hover img{
	width:100%;
}
.item-lista-productos-portada img{
	width:90%;
	transition:all 0.3s ease;
}

/*PAGINA PRODUCTOS*/
.contenido-productos{
	min-height:100vh; 
	background-color:#eaeaea; 
	display:flex;
	padding-bottom:30px;
}
.ancho-contenido-interior{
	width:100%;
}
.encabezados-productos{
	padding:0 20px; 
	margin-bottom:50px;
}
.titulo-productos{
	width:100%;
	margin-top:150px;
	text-align:center;
	margin-bottom:-100px;
}
.bajada-titulo-productos{
	max-width:600px; 
	margin:25px auto 0 auto;
	text-align:center; 
}
.contenedor-producto{
	display:flex; 
	justify-content:space-between; 
	padding:0 40px; 
	position:relative;
	padding-top:100px;
}
.columna-producto-foto{
	width:415px; 
}
.columna-producto-foto img{
	width:100%;
	z-index:20;
	position:relative;
}
.franja-titulo-producto{
	height:56px; 
	padding-top:10px;
	width:100%; 
	position:absolute; 
}
.franja-titulo-producto-izquierda{
	margin:50px 0 0 -40px;
}
.franja-titulo-producto-derecha{
	margin:50px 0 0 0; 
	left:0;
}
.titulo-producto{
	font-weight: bold;
	font-size:28px;
	color:#fff;
}
.titulo-producto-izquierda{
	margin-left:40px;
}
.titulo-producto-derecha{
	position:absolute; 
	right:40px;
}
.texto-producto{
	margin-top:120px;
}
.texto-producto p, .info-producto-modal p{
	margin-bottom:10px;
}
.texto-producto-parrafo{
	line-height: 21px;
}
.variedades-productos{
	width:100%;
	margin-bottom:10px;
}
.titulo-variedades-productos{
	margin:10px 0;
	font-weight:bold;
}
.grilla-variedades-productos{
	display:grid; 
	grid-template-columns: repeat(6, 1fr); 
	grid-gap: 10px; 
}
.item-variedades-productos{
	padding:5px; 
	border:1px solid #666;
	text-align:center;
}
.franja-mandarina{
	background-color:#fd5800;
}
.titulo-mandarina{
	color:#fd5800;
}
.variedades-mandarina{
	background-color:#fd5800;
	border:1px solid #fd5800;
	color:#fff;
}
.franja-arandano{
	background-color:#3e5676;
}
.titulo-arandano{
	color:#3e5676;
}
.variedades-arandano{
	background-color:#3e5676;
	border:1px solid #3e5676;
	color:#fff;
}
.franja-clementina{
	background-color:#ed6e19;
}
.titulo-clementina{
	color:#ed6e19;
}
.variedades-clementina{
	background-color:#ed6e19;
	border:1px solid #ed6e19;
	color:#fff;
}
.franja-pomelo{
	background-color:#ffa935;
}
.titulo-pomelo{
	color:#ffa935;
}
.variedades-pomelo{
	background-color:#ffa935;
	border:1px solid #ffa935;
	color:#fff;
}
.franja-palta{
	background-color:#8acf05;
}
.titulo-palta{
	color:#8acf05;
}
.variedades-palta{
	background-color:#8acf05;
	border:1px solid #8acf05;
	color:#fff;
}
.franja-naranja{
	background-color:#ff9c00;
}
.titulo-naranja{
	color:#ff9c00;
}
.variedades-naranja{
	background-color:#ff9c00;
	border:1px solid #ff9c00;
	color:#fff;
}
.franja-cereza{
	background-color:#be0004;
}
.titulo-cereza{
	color:#be0004;
}
.variedades-cereza{
	background-color:#be0004;
	border:1px solid #be0004;
	color:#fff;
}
.franja-caqui{
	background-color:#feae37;
}
.titulo-caqui{
	color:#feae37;
}
.variedades-caqui{
	background-color:#feae37;
	border:1px solid #feae37;
	color:#fff;
}
.franja-kiwi{
	background-color:#89bd24;
}
.titulo-kiwi{
	color:#89bd24;
}
.variedades-kiwi{
	background-color:#89bd24;
	border:1px solid #89bd24;
	color:#fff;
}
.franja-limon{
	background-color:#e6c302;
}
.titulo-limon{
	color:#e6c302;
}
.variedades-limon{
	background-color:#e6c302;
	border:1px solid #e6c302;
	color:#fff;
}
.franja-nectarin{
	background-color:#ffa800;
}
.titulo-nectarin{
	color:#ffa800;
}
.variedades-nectarin{
	background-color:#ffa800;
	border:1px solid #ffa800;
	color:#fff;
}
.franja-uva{
	background-color:#7900b8;
}
.titulo-uva{
	color:#7900b8;
}
.variedades-uva{
	background-color:#7900b8;
	border:1px solid #7900b8;
	color:#fff;
}
.franja-ciruela{
	background-color:#4f1a0c;
}
.titulo-ciruela{
	color:#4f1a0c;
}
.variedades-ciruela{
	background-color:#4f1a0c;
	border:1px solid #4f1a0c;
	color:#fff;
}
.franja-durazno{
	background-color:#c82628;
}
.titulo-durazno{
	color:#c82628;
}
.variedades-durazno{
	background-color:#c82628;
	border:1px solid #c82628;
	color:#fff;
}
/*.variedades-mandarina{
	color:#fd5800;
	border:1px solid #fd5800;
}
.variedades-mandarina:hover{
	background-color:#fd5800;
	border:1px solid #fd5800;
	color:#fff;
}*/
/*.variedades-arandano{
	color:#3e5676;
	border:1px solid #3e5676;
}
.variedades-arandano:hover{
	background-color:#3e5676;
	border:1px solid #3e5676;
	color:#fff;
}*/
/*.variedades-clementina{
	color:#ed6e19;
	border:1px solid #ed6e19;
}
.variedades-clementina:hover{
	background-color:#ed6e19;
	border:1px solid #ed6e19;
	color:#fff;
}*/
/*.variedades-pomelo{
	color:#ffa935;
	border:1px solid #ffa935;
}
.variedades-pomelo:hover{
	background-color:#ffa935;
	border:1px solid #ffa935;
	color:#fff;
}*/
/*.variedades-palta{
	color:#8acf05;
	border:1px solid #8acf05;
}
.variedades-palta:hover{
	background-color:#8acf05;
	border:1px solid #8acf05;
	color:#fff;
}*/
/*.variedades-naranja{
	color:#ff9c00;
	border:1px solid #ff9c00;
}
.variedades-naranja:hover{
	background-color:#ff9c00;
	border:1px solid #ff9c00;
	color:#fff;
}*/
/*.variedades-cereza{
	color:#be0004;
	border:1px solid #be0004;
}
.variedades-cereza:hover{
	background-color:#be0004;
	border:1px solid #be0004;
	color:#fff;
}*/
/*.variedades-caqui{
	color:#feae37;
	border:1px solid #feae37;
}
.variedades-caqui:hover{
	background-color:#feae37;
	border:1px solid #feae37;
	color:#fff;
}*/
/*.variedades-kiwi{
	color:#89bd24;
	border:1px solid #89bd24;
}
.variedades-kiwi:hover{
	background-color:#89bd24;
	border:1px solid #89bd24;
	color:#fff;
}*/
/*.variedades-limon{
	color:#e6c302;
	border:1px solid #e6c302;
}*/
/*.variedades-limon:hover{
	background-color:#e6c302;
	border:1px solid #e6c302;
	color:#fff;
}*/
/*CONTACTO*/
.titulo-contacto{
	width:100%;
	margin-top:150px;
	text-align:center;
}
.contenedor-contenido-contacto{
	position:relative;
	padding-bottom:80px;
	overflow: hidden;
}
.contenedor-datos-contacto{
	max-width:760px; 
	display: flex; 
	margin:0 auto;
}
.datos-contacto{
	width:40%; 
	background-color:#e00338;
	border-radius:12px 0 0 12px;
	padding:20px;
	display:flex;
	align-items: center;
}
.contenido-datos-contacto{
	width:100%;
}
.titulo-datos-contacto{
	margin-bottom:20px;
	color:#fff;
	font-size:16px;
}
.titulo-visitanos-datos-contacto{
	margin-top:30px;
}
.link-datos-contacto{
	display:block; 
	width:100%;
}
.item-datos-contacto{
	display:flex; 
	align-items: center; 
	margin-bottom:10px; 
	color:#fff;
	font-size:13px;
}
.item-datos-contacto img{
	width:25px;
	margin-right:10px;
}
.contenedor-iconos-visitanos{
	display:flex; 
	align-items: center;
}
.contenedor-iconos-visitanos img{
	width:25px;
}
.contenedor-formulario-contacto{
	width:60%; 
	background-color:#fff;
	border-radius:0 12px 12px 0;
	align-items:center;
}
.formulario-contacto{
	padding:20px;
}
.error-formulario{
	margin:-10px 0 15px 0; 
	font-size:11px; 
	color:#ea0000;
	display:none;
}
.btn-contacto{
	width:100%;
	padding:12px;
	background-color:#e00338;
	border:none;
	border-radius: 8px;
	color:#fff;
}
.img-contacto-izq{
	width:400px;
	position:absolute; 
	margin-top:-210px;
	left:-120px;
}
.img-contacto-izq img{
	width:100%;
}
.img-contacto-der{
	width:480px;  
	position:absolute; 
	margin-top:-300px; 
	right:-190px;
}
.img-contacto-der img{
	width:100%;
}
.contenedor-mensaje{
	width:100%; 
	padding:0 20px;
}
.mensaje{
	max-width:400px;  
	margin:0 auto 50px auto; 
	text-align:center; 
	padding:10px; 
	color:#fff; 
}
.mensaje-exito{
	border:1px solid #00bc62;
	background-color:#0dd877;
}
.mensaje-error{
	border:1px solid #db000f;
	background-color:#ff505c;

}
.tarjeta{
	width:600px; 
	height:400px; 
	border:1px solid #666; 
	margin:20px auto; 
	display:flex; 
	background-image:linear-gradient(to right, #ffffff 75%, #ea0000 15%); 
	padding:20px;
}
.tarjeta-contenido{
	width:320px;
}
.tarjeta-logo{
	width:200px;
}
.tarjeta-datos{
	margin-top:35px;
}
.tarjeta-titulo{
	font-size:24px;
	margin-bottom:25px;	
	color:#6b1414;
	font-weight: bold;
}
.tarjeta-fila{
	margin-bottom:16px;
	display:flex;
	align-items:center;
}
.tarjeta-icono{
	width:20px;
	height:20px;
	margin-right:10px;
}
.tarjeta-icono img{
	width:100%;
}
.tarjeta-texto{
	font-size:14px;
}
.tarjeta-img{
	width:270px;
	padding-top:65px;
}
.tarjeta-img img{
	width:100%;
	vertical-align: bottom;
}
.contenedor-qr{
	width:120px; 
	height:120px; 
	background-color:#fff; 
	padding:10px; 
	border-radius: 8px;
}
.contenedor-qr img{
	width:100%;
}

@media (min-width:1100px) and (max-width:1280px){
	.img-contacto-izq{
		left:-210px;
	}
	.img-contacto-der{
		right:-290px;
	}
}
@media (min-width:900px) and (max-width:1100px){
	.img-contacto-izq{
		left:-300px;
	}
	.img-contacto-der{  
		right:-390px;
	}
}
@media (min-width:900px) and (max-width:1120px){
	.contenedor-imagen-portada{
		width:420px; 
	}
	.contenedor-icono-portada{
		width:110px; 
	}
	.texto-icono-portada{
		font-size:12px;
	}
	.contenedor-imagen-nosotros{
		width:420px; 
		bottom:50px;
	}
}
@media (min-width:900px) and (max-width:1000px){
	.titulo-producto-derecha, .columna-producto-texto{
		width:375px; 
	}
}
@media (min-width:1000px) and (max-width:1200px){
	.titulo-producto-derecha, .columna-producto-texto{
		width:475px; 
	}
}
@media (min-width:1200px) and (max-width:1300px){
	.titulo-producto-derecha, .columna-producto-texto{
		width:600px; 
	}
}
@media (min-width:1300px) and (max-width:1400px){
	.titulo-producto-derecha, .columna-producto-texto{
		width:700px; 
	}
}
@media (min-width:1400px){
	.titulo-producto-derecha, .columna-producto-texto{
		width:800px; 
	}
}
@media (max-width:900px){
	.modal{
		width:300px;
	}
	.header{ 
		height:60px;
	}
	.header img{
		height:30px;
	}
	.contenedor-header-portada{
		height:60px;  
		width:100%; 
	}
	.boton-header-portada{
		width:60px; 
		height:60px; 
	}
	.boton-header-portada img{
		width:20px; 
		height:20px;
	}
	.btn-cerrar-menu{
		width:20px;
		height:20px;
		padding:20px 0 0 20px;
		cursor:pointer;
	}
	.btn-cerrar-menu img{
		width:20px;
	}
	.contenedor-contenido-portada{
		width:70%; 
		min-height:100%; 
		display:flex;
	}
	.columna-roja-portada{
		width:95px; 
	}
	.contenedor-contenido-derecha-portada{
		width:30%; 
	}
	.contenedor-contenido-nosotros-portada{
		width:30%; 
	}
	.contenedor-contenido-derecha-nosotros-portada{
		width:70%;
		display:block;
		margin-top:450px; 
		padding-top:0px;
	}
	.contenedor-imagen-portada{
		width:200px; 
		bottom:80px;
	}
	.lista-iconos-portada{
		text-align:left; 
		margin-top:90px;
	}
	.contenedor-icono-portada{
		display:block; 
		text-align: center;
		width:90px;  
		margin:15px 0;
	}
	.texto-icono-portada{
		font-size:12px;
	}
	.columna-verde-portada{
		width:95px; 
	}
	.contenedor-imagen-nosotros{
		width:300px;
		height:350px; 
		top:80px;
	}
	.bajada-titulo-productos{
		font-size:13px;
		text-align: center;
	}
	.contenedor-producto{
		display:block;
		justify-content: inherit;
		padding-top:45px;
		padding-top:100px;
	}
	.franja-titulo-producto{
		position:relative;
		height:auto;
		background:transparent;
	}
	.franja-titulo-producto-derecha{
		margin:0;
		width:100%;
	}
	.franja-titulo-producto-izquierda{
		margin:0;
		position:relative;
	}
	.columna-producto-texto{
		width:100%;
	}
	.titulo-producto{
		font-size:21px;
	}
	.texto-cereza{
		color:#be0004;
	}
	.texto-kiwi{
		color:#89bd24;
	}
	.texto-manzana{
		color:#ea0000;
	}
	.texto-nectarin{
		color:#ffa800;
	}
	.texto-uva{
		color:#7900b8;
	}
	.texto-caqui{
		color:#feae37;
	}
	.texto-mandarina{
		color:#fd5800;
	}
	.texto-arandano{
		color:#3e5676;
	}
	.texto-clementina{
		color:#ed6e19;
	}
	.texto-pomelo{
		color:#ffa935;
	}
	.texto-palta{
		color:#8acf05;
	}
	.texto-naranja{
		color:#ff9c00;
	}
	.texto-limon{
		color:#e6c302;
	}
	.texto-durazno{
		color:#c82628;
	}
	.texto-ciruela{
		color:#4f1a0c;
	}
	.titulo-producto-izquierda{
		margin:0;
	}
	.titulo-producto-derecha{
		width:100%;
		margin:0;
		position:relative;
		padding-left:145px;
	}
	.texto-producto{
		margin-top:5px;
		font-size:13px;
	}
	.columna-producto-foto{
		width:100px;
		position:absolute;
	}
	.columna-producto-foto-derecha{
		top:70px;
		right:20px;
	}
	.columna-producto-foto-izquierda{
		top:70px;
	}
	.contenedor-datos-contacto{
		display: block; 
		max-width:500px;
		padding:0 20px;
	}
	.datos-contacto{
		width:100%; 
		border-radius: 12px 12px 0 0;
	}
	.contenedor-formulario-contacto{
		width:100%; 
		border-radius: 0 0 12px 12px;
	}
	.img-contacto-izq{
		display:none;
	}
	.img-contacto-der{  
		display:none;
	}
	.grilla-variedades-productos{
		grid-template-columns: repeat(3, 1fr); 
	}
	/*.variedades-mandarina{
		background-color:#fd5800;
		border:1px solid #fd5800;
		color:#fff;
	}
	.variedades-arandano{
		background-color:#3e5676;
		border:1px solid #3e5676;
		color:#fff;
	}
	.variedades-clementina{
		background-color:#ed6e19;
		border:1px solid #ed6e19;
		color:#fff;
	}
	.variedades-pomelo{
		background-color:#ffa935;
		border:1px solid #ffa935;
		color:#fff;
	}
	.variedades-palta{
		background-color:#8acf05;
		border:1px solid #8acf05;
		color:#fff;
	}
	.variedades-naranja{
		background-color:#ff9c00;
		border:1px solid #ff9c00;
		color:#fff;
	}
	.variedades-cereza{
		background-color:#be0004;
		border:1px solid #be0004;
		color:#fff;
	}
	.variedades-caqui{
		background-color:#feae37;
		border:1px solid #feae37;
		color:#fff;
	}
	.variedades-kiwi{
		background-color:#89bd24;
		border:1px solid #89bd24;
		color:#fff;
	}
	.variedades-limon{
		background-color:#e6c302;
		border:1px solid #e6c302;
		color:#fff;
	}*/
}