.logo{
	margin-top: 10px;
	margin-bottom: 200px;
}
.bold{
	text-align: center;
}
.bold>a{
	font-family: 'Helvetica';
	font-size: 21px !important;
	color: rgb(90, 90, 89) !important;
}
a.sidenav-trigger{
	height: 1px;
}
.sidenav li.active{
	background-color: #fff !important;
}
.sidenav li.active a::before {
  content: " \23f9    ";
  color: #748330; /* or whatever color you prefer */
}
.sidenav li>a>i.material-icons{
	float: initial !important;
	margin: 0 1px 0 -18px !important;
	color: #748330 !important;
	font-size: 15px;
}
li.footer{
	position: absolute;
	bottom: 0px;
	overflow-y: hidden;
	margin-bottom: 120px;
	width: 100%;
}
main{
	padding-left: 300px;
}
img{
	display: block;
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
}
main img::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.6);
}
.box-contact{
	position: relative;
}
.box-contact h5{
	background-color: rgba(0,0,0,0.4);	
	padding-bottom: 70px;
	padding-top: 70px;
}
.brand{
	position: relative;
	z-index: 99;
	bottom: 0px;
	color: #fff;
	list-style:
}
.brand>label{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 15px;
	margin: 0;
	background-color: #748330;
	position: absolute;
	font-size: 24px;
	color: #fff;
	right: 0px;
}
h5.pretext-pai{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 15px;
	margin: 0;
	position: absolute;
	font-size: 20px;
	color: #fff;
	right: 0px;
	text-align: right;
}
.text-pai{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 15px;
	margin: 0;
	width: 25%;
	background-color: #748330;
	font-size: 24px;
	color: #fff;
}
.subtext-pai{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
	padding-right: 15px;
	margin: 0;
	font-size: 22px;
}
h5.text-contact{
	color: #fff !important;
	text-align: center !important;
}
section p.card-text{
	display: block;
	position: relative;
	padding-left: 30px;
	padding-right: 230px;
	z-index: 999;
	top: 0px;
	left: 0px;
	color: #fff;
	font-family: 'Helvetica';
	font-size: 26px;
	margin: 0;
}
.card .card-title{
	color: #748330 !important;
	position: relative !important;
	padding: 0px !important;
	font-weight: 600 !important;
}
.card .card-title-palta{
	color: #748330 !important;
	position: relative !important;
	padding: 0px !important;
	font-weight: 600 !important;
	font-size: 150%;
}
.card .card-title-limon{
	color: #3DA204 !important;
	position: relative !important;
	padding: 0px !important;
	font-weight: 600 !important;
	font-size: 150%;
}
.card .card-title-mandarina{
	color: #FF7521 !important;
	position: relative !important;
	padding: 0px !important;
	font-weight: 600 !important;
	font-size: 150%;
}
.card .card-title-mango{
	color: #FCA800 !important;
	position: relative !important;
	padding: 0px !important;
	font-weight: 600 !important;
	font-size: 150%;
}
.card .card-title-arandanos{
	color: #3079E1 !important;
	position: relative !important;
	padding: 0px !important;
	font-weight: 600 !important;
	font-size: 150%;
}
.card .card-title-uvas{
	color: #85011F !important;
	position: relative !important;
	padding: 0px !important;
	font-weight: 600 !important;
	font-size: 150%;
}
.card .card-title-granada{
	color: #E70000 !important;
	position: relative !important;
	padding: 0px !important;
	font-weight: 600 !important;
	font-size: 150%;
}
.card .card-image{
	text-align: center !important;
}
.no-shadows {
    box-shadow: none!important;
}
.card{
	filter: grayscale(100%);
	cursor: pointer !important;
}
.card:hover{
	filter: grayscale(0);
}

.rows {
  display: flex;
  flex-wrap: wrap;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 33.333%;
  max-width: 33.333%;
}

.column img {
  vertical-align: middle;
  width: 100%;
  box-shadow: 0 0 100px 10px rgba(0, 0, 0, 0.7) inset;
}

.vignette {
  position: relative;
}

.vignette img {
  display: block;
  box-shadow: 0 0 130px 10px rgba(0, 0, 0, 0.7) inset !important;
}

.vignette::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 130px 10px rgba(0, 0, 0, 0.7) inset !important;
}

#slides {
  display: none
}

/* Center the slideshow */
.container {
  margin: 0 auto
}

/* Show active item in the pagination */
.slidesjs-pagination .active {
  color:red;
}

/* Media quires for a responsive layout */

/* For tablets & smart phones */
/*@media (max-width: 767px) {
  body {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container {
    width: auto
  }
}*/

/* For smartphones */
/*@media (max-width: 480px) {
  .container {
    width: auto
  }
}*/

/* For smaller displays like laptops */
/*@media (min-width: 768px) and (max-width: 979px) {
  .container {
    width: 724px
  }
}*/

/* For larger displays */
/*@media (min-width: 1200px) {
  .container {
    width: 1170px
  }
}*/

/* Responsive layout - makes a two column-layout instead of four columns */
/*@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}*/

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
/*@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}*/