.contenido strong{
	font-weight: 700 !important;
}
.familia-tarjeta{
	margin-top: 40px;
}

.familia-tarjeta img{
	display: block;
}

.familia-tarjeta h2{
	margin-top: 5px;
	background-color: #dadada;
	font-size: 16px;
	text-align: center;
	height: 45px;
	text-transform: uppercase;
	margin-bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 600;
	color: #333;
	transition: 0.3s;

}
.familia-tarjeta:hover > h2{
	color: white;
	background-color: #279087;
	transition: 0.3s;
}

.miga{
	font-size: 14px;
	/*text-transform: capitalize;*/
	margin-bottom: 44px;

}

.miga a, .miga span{
	font-family: 'Open Sans', sans-serif;
	color: black;
	font-weight: 400;
}
.migact{
	color: #00b3ad!important;
}
.collapsible-header{
	padding: 0.2rem 0.5rem 0.2rem 0;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #93989E;
	position: relative;
}

.collapsible-header a{
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #5a5d61;
}

.collapsible-header a i{
	position: absolute;
	right: 0;
	margin: 0;
}

.collapsible-header.active a, .active.colorgray1{
	color: #4DB6AC!important;
	border-color: #4DB6AC;
}

.collapsible{
	border: none;
	box-shadow: none;
}

.collapsible-body .collapsible-header{
	font-family: 'Open Sans', sans-serif;
	border: none;
	font-size: 13px;
	font-weight: 300;
}

.collapsible-body .collapsible-header i{
	position: absolute;
    bottom: 8px;
    right: inherit;
    line-height: 10px;
}

.collapsible-body{
	padding: 0;
}

.collapsible-body .collapsible-body{
	/*padding: 0 15px;*/
}

.collapsible-body{
	border: none;
}

.categoria-tarjeta span{
	height: 8px;
	display: block;
	background-color: #dadada;
	margin-top: 1rem;
	transition: 0.3s;
}

.categoria-tarjeta img{
	border-right: 1px solid rgba(147,152,158,0.3);
	border-left: 1px solid rgba(147,152,158,0.3);
	display: block;
}

.ficha h1{
	color: #93989E;
	text-transform: none;
	font-size: 41px;
}

.ficha p{
	/*text-align: justify;*/
	color: black;
}

.ficha .btn{
	float: right;
	margin-top: 30px;
	margin-bottom: 0;
}

.contenido img{
	max-width: 100%;
    height: auto;
    display: inline-block;
    margin: auto;
}

.ficha h2{
	border-bottom: 1px solid #dadada;
	color: #4DB6AC;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 22px;
	padding: 10px 0;
	margin: 15px 0;
	font-weight: bold;
}

.categoria-tarjeta h2{
	margin-top: 0;
	background-color: #dadada;
	font-size: 16px;
	text-align: center;
	height: 55px;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 600;
	color: #333;
	transition: 0.3s;
}
.categoria-tarjeta:hover span{
	background-color: #279087;
	transition: 0.3s;
}
.categoria-tarjeta:hover > h2{
	background-color: #279087;
	color: white;
	transition: 0.3s;
}

.ficha .categoria-tarjeta h2{
	font-size: 14px;
}

thead{
	background-color: #4DB6AC;
	border: none;
}

table tr th{
	text-align: center;
	color: #fff;
	font-weight: 300;
	border-right: 1px solid rgba(255,255,255,0.2);
}

table tr td{
	text-align: center;
	padding: 5px;
}

thead tr th{	
	border-radius: 0;
}

tbody tr{
	border-bottom: 1px solid #4DB6AC;
}

table.striped>tbody>tr:nth-child(even) {
    background-color: rgba(77,182,172,0.15);
}

table.striped>tbody>tr:nth-child(odd) {
    background-color: #fff;
}

.contenido ul li:nth-child(odd) {
    background-color: rgba(77,182,172,0.15);
}

.contenido ul li:nth-child(even) {
    background-color: #fff;
}

.contenido ul{
	list-style-position: inside;
	
}

.contenido ul li{
  padding: 3px 10px;
  /*color: #FFA300;*/
  color: black;
  list-style-type: disc;
}

.colorgray{
	color: #93989E!important;
}
.colorgray1{
	color: #93989E!important;
	text-transform: none!important;
}
.slider .slides li .caption {
	top: 83%;

}
.caption>h3{
	font-size: 16px;
	color: #333;
}
.slider .indicators .indicator-item.active{
	background-color: #bdbdbd;
}
.activelink{
	color: #4DB6AC!important;
}
.punteado{
	/*border-style: dotted;*/
	border-bottom: 1px solid #93989E;
	border-bottom-style: dotted;
	width:  100%;
	margin-bottom: 7px;
}

/*.slick-slide{
	width: 100%!important;
}*/

.slick-track{
	float:left!important;
}

.cultivo-relacionado h2{
	border-bottom: none;
    text-transform: capitalize;
    text-align: center;
    color: #93989E!important;
    font-size: 25px;
}

.cultivo-relacionado:hover h2{
    color: #4DB6AC!important;
}

svg.cultivo-relacionado-img{
	width: 150px!important;
}

svg.cultivo-relacionado-img path{
    fill: #93989E!important;
}


.cultivo-relacionado:hover svg.cultivo-relacionado-img path{
    fill: #4DB6AC!important;
}

@media only screen and (max-width: 993px){
	.scroll-horizontal{
		overflow-x: scroll;
	}
}