
		body {
			color: #4d4d4e;
			margin: 0px;
			padding: 0px;
			font-family: 'Titillium Web', sans-serif; 
			font-size:13px;
			overflow-x: hidden !important;
		}
		#body-index{
			overflow-y: hidden !important;
		}
		::-webkit-scrollbar {
			-webkit-appearance: none;
			width: 6px;
		}
		::-webkit-scrollbar-thumb {
			border-radius: 4px;
			background-color: rgba(255, 255, 255, .5);
			-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
		}

		header {
			padding-top: 20px;
			padding-bottom: 17px; 
			padding-left: 30px;
			padding-right: 30px;
			box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
			font-size: 19px;
			z-index: 1000000;
			position: relative;
			background: white;
		}
		header img {
			height: 35px;
			padding-right: 20px;
			margin-right: 20px;
			border-right: 1.5px solid #4d4d4e;
		}
		header i.fa.fa-bars {
			font-size: 27px;
			line-height: 36px;
			cursor: pointer;
		}
		.my-btn-rounded {
			background: #ffd400;
			color: black;
			padding: 5px 25px;
			border-radius: 15px;
			box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
			transition: 0.2s all;
			font-weight: bold;
		}
		.my-btn-rounded:hover {
			box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
			
		}
		.display-inline-block {
			display: inline-block;
		}
		.display-inline {
			display: inline;
		}
		.display-block {
			display: block;
		}
		.text-right {
			text-align: right;
		}
		.text-center {
			text-align: center;
		}
		.text-left {
			text-align: left;
		}
		aside {
			width: auto;
			display: inline-block;
			margin-bottom: -5px;
			box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
			float: left;
		}
		.header-cultivo {
			padding: 20px;
			padding-top: 12px;
			padding-bottom: 12px;
			background: #ffd400;
		    color: black;
		    position: relative;
		}
		.header-cultivo .titulo {
		    font-size: 30px;
		    font-weight: 600;
		    line-height: 40px;
		}
		.header-cultivo .subtitulo {
		    font-size: 15px;
		    line-height: 43px;
		}
		.left-bar {
			padding: 20px;
			padding-top: 12px;
			padding-bottom: 12px;
			width: 145px;
			height: calc(100vh - 155.4px + 16px);
			background-image: url('images/left-bar.jpg');
			background-size: cover;
			background-position: center;
		}
		.left-bar img {
			width: 100%;
		}
		.left-bar .titulo {
		    font-size: 30px;
		    font-weight: 600;
		    line-height: 40px;
		    color: white;
		}
		.float-left {
			float: left;
		}
		.float-right {
			float: right;
		}
		.clear-both {
			clear: both;
		}
		.color-white {
			color: white;
		}
		.filtros {
			padding-bottom: 60px;
			position: relative;
		}
		.filtros.desactivado {
			opacity: 0.4;
			pointer-events: none;
		}
		.filtros-1 {
			width: 275px;
			height: calc(100vh - 155.4px + 16px);
			overflow-y: auto;
			padding: 20px;
			background: white;
		}
		.filtros-2 {
			width: 275px;
			height: calc(100vh - 155.4px + 16px);
			overflow-y: auto;
			padding: 20px;
			background: #4b4a4b;
			color: white;
		}
		.form-titulo {
			font-weight: bold;
			font-size: 17px;
			color: black;
			margin-bottom: 10px;
			display: inline-block;
		}
		.form-subtitulo {
			font-size: 14px;
			color: #ffd400;
			margin-bottom: 10px;
			margin-top: -10px;
			display: inline-block;
		}
		.filtros-2 .form-titulo {
			color: white;
		}
		.fa.fa-question-circle {
			color: #999999;
			font-size: 14px;
			cursor: pointer;
		}
		.antipadding-20 {
			margin-left: -20px;
			margin-right: 20px;
			width: calc(100% + 40px);
		}
		.antipadding-20 hr {
			margin-top: 15px;
			margin-bottom: 15px;
		}
		.zones {
			padding: 2px 15px;
			border: 1px solid #ffd400;
			color: black;
			margin: 2px;
			border-radius: 5px;
			display: inline-block;
			cursor: pointer;
			transition: 0.3s all;
		}
		.filtros-2 .zones {
			color: #ffd400;
		}
		.zones.active {
			background: #ffd400;
			font-weight: 600;
		}
		.filtros-2 .zones.active {
			background: #ffd400;
			color: black;
			font-weight: 600;
		}
		.zones.superactive {
			background: #ffd400;
			font-weight: 600;
		}
		.zones.default {
			background: #dddbda;
		}
		.zones.rounded {
			border-radius: 10px;
			border: 0px;
		}
		.zones.min {
			padding: 2px 10px;
			font-size: 12px;
			cursor: pointer;
		}
		.zones.max {
			width: 100%;
		}
		.bootstrap-select {
			width: 100% !important;
			margin-bottom: 10px;
		}
		.bootstrap-select button {
    background: #ffffff;
    border: 1px solid;
}
		.departamento {
			display: inline-block;
		}
		.departamento img {
			height: 15px;
			cursor: pointer;
		}
		.continuar {
			color: white;
			font-weight: bold;
			border-radius: 5px;
			background: #4b4a4b;
			padding: 10px;
			text-align: center;
			width: calc(100% - 40px);
			/*width: 100%;*/
		}
		.continuar.active {
			background: #ffd400;
			color: #4b4a4b;
		}
		.absolute-bottom {
			position: absolute;
			bottom: 20px;
		}
		.filtros-2 hr {
			border-color: #ffd400;
		}
		.scroll-y {
			overflow-y: auto;
			overflow-x: hidden;
			max-height: 85px;
			padding-right: 5px;
		}
		.badge-ensayos {
			position: absolute;
			top: 0px;
			right: -5px;
			transform: translate(100%);
			width: 100px;
			padding: 10px;
			height: 100%;
			background: #4b4a4b;
			color: white;
			z-index: 100;
			text-align: center;
		}
		b {
			font-weight: bold !important;
		}






		#body-resultados {
			background: #e7e5e4;
			padding-bottom: 25px;
		}
		.resultados-header {
			border-top: 8px solid #ffd400;
			font-size: 14px;
			background: white;
		}
		.resultados-header table td {
			vertical-align: middle;
			margin: 0px;
			padding-left: 0px;
			padding-right: 50px;
			white-space: nowrap;
		}
		.resultados-header td div {
			font-size: 18px;
			padding: 25px; 
			background: #ffd400
		}
		.resultados-header span {
			padding: 5px 15px;
			background: #4b4a4b;
			
			color: white;
			border-radius: 5px;
			margin-right: 15px;
		}

		.tu-seleccion-header {
			font-size: 13px;
			background: transparent;
			border-bottom: 1px solid lightgrey;
			padding-top: 0px;
			padding-bottom: 0px;
		}
		.tu-seleccion-header table td {
			vertical-align: middle;
			line-height: 24px;
			margin: 0px;
			padding-left: 0px;
			padding-right: 40px;
			white-space: nowrap;
		}



.tu-seleccion-header span {
			padding: 1px 10px;
			background: white;
			font-size: 12px;
			color: black;
			border-radius: 5px;
			margin-right: 0px;
			margin-left: 10px;
			margin-bottom: 5px;
			display: inline-block;
		}

.tu-seleccion-header2 span {
			padding: 1px 10px;
			background: #eaeaea;
			font-size: 12px;
			color: black;
			border-radius: 5px;
			margin-right: 0px;
			margin-left: 4px;
			margin-bottom: 5px;
			display: inline-block;
		}


		.tu-seleccion-header .manejop {
			padding: 1px 10px;
			background: white;
			font-size: 12px;
			color: black;
			border-radius: 5px;
			margin-right: 0px;
			margin-left: 10px;
			margin-bottom: 5px;
			display: inline-block;
		}

	.tu-seleccion-header2 .manejop {
			padding: 1px 10px;
			background: white;
			font-size: 12px;
			color: black;
			border-radius: 5px;
			margin-right: 0px;
			margin-left: 10px;
			margin-bottom: 5px;
			display: inline-block;
		}


		#tab-content-2 table td {
			vertical-align: middle;
			margin: 0px;
			padding-left: 0px;
			
			white-space: nowrap;
		}

		.tab-container {
			margin-top: 30px;
			background: #4b4a4b;
		}
		.tab-container .tab {
			border-left: 2px solid lightgrey;
			padding: 25px 35px;
			color: white;
			font-size: 18px;
			text-align: center;
			cursor: pointer;
		}
		.tab-container .tab:first-child {
			border-left: 0px;
		}
		.tab-container .tab img {
			height: 25px;
			margin-right: 20px;
		}
		.tab-container .tab.active {
			background: #ffd400;
			color: black;
			font-weight: bold;
		}
		.tab-container .tab.active img {
			filter: initial;
		}
		.tab-container .tab img {
			filter: invert();
		}

		.tab-content {
			display: none;
		}
		.tab-content-body {
			padding: 30px 40px;
			background: #ffd400;
			color: black;
		}
		.tab-content .table>thead>tr>th {
			border-bottom: 1px solid black;
		}
		.tab-content .table>tbody>tr>td {
			border-top: 1px solid black;
		}
		.tab-content .table>tbody>tr:last-child>td {
			border-bottom: 1px solid black;
		}
		.tab-content .table td {
			vertical-align: middle;
			font-size: 16px;
		}
		.tab-content .table td span {
			padding: 4px 15px;
			background: #4b4a4b;
			color: white;
			border-radius: 5px;
			margin-top: 4px;
			margin-bottom: 4px;
			display: inline-block;
		}
		.tab-content-footer {
			background: #dad8d7;	
			padding: 30px 40px;
			color: black;
			font-size: 15px;
		}
		.tab-content-footer .table td span {
			padding: 4px 15px;
			background: white;
			color: black;
			border-radius: 5px;
			margin-top: 4px;
			margin-bottom: 4px;
			display: inline-block;
		}
		.tab-content-footer .table>tbody>tr:first-child>td {
			border-top: 0px;
		}

		.tab-content-footer table td h4 {
			font-weight: bold;
			padding: 15px 20px;
			background: #ffd400;
			color: black;
			border-radius: 10px;
		}

		.tab-content-middle {
			background: white;	
			padding: 30px 40px;
			color: black;
			font-size: 15px;
		}

		.bloque-gris-amarillo {
			padding: 5px;
			font-size: 14px;
			display: block;
			text-align: center;
			background: #4b4a4b;
			color: #ffd400;
			border-radius: 5px;
		}

.tab-content .table td a {
    padding: 4px 15px;
    background: #e8e8e8;
    color: #141313;
	min-width: 125px;
    font-weight: 600;
    border-left: 8px solid #ffd400;
    border-radius: 5px;
    margin-top: 4px;
    margin-bottom: 4px;
    display: inline-block;
}

.etiqueta-amarilla {
    padding: 4px 15px;
    background: #e8e8e8;
    color: #141313;
	min-width: 125px;
    font-weight: 600;
    border-left: 8px solid #ffd400;
    border-radius: 5px;
    margin-top: 4px;
    margin-bottom: 4px;
    display: inline-block;
}


.variedad-competidora {
			border-left: 8px solid #e26527 !important;
		}

.variedad-com {
			border: 1px solid #e26527 !important;
		}

.sin-borde-left {
			border-left: 0px solid #e26527 !important;
	font-weight: 500 !important;
	font-size: 13px !important;
		}


.zoness.posicionamiento {
    background: #e8e8e8 !important;
    color: #4b4a4b;
    border-left: 8px solid #fed510;
    font-weight: bold;
    text-align: left;
}

.zoness.zoness-xl {
    width: 100%;
}
.zoness {
    display: inline-block;
    margin: 2px;
    font-size: 13px;
    width: calc(31.3%);
    font-weight: 600;
    text-align: center;
    padding: 0px;
    border-radius: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #CECECE !important;
    color: black;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 5px;
    padding-right: 5px;
}

.zoness.posicionamiento-valor {
    background: transparent !important;
    border-bottom: 1px solid lightgray;
    text-align: left;
}

a:hover{
    
    text-decoration: none !important;
}

		.btn-dark {
			background: #4b4a4b;
			color: white !important;
		}
		.btn-big {
			font-size: 16px;
			padding: 15px;
		}
		.btn-outline {
			border: 1px solid black;
			background: transparent;
			color: black;
		}

		.radio-button-container {
			display: inline-block;
		}
		.radio-button {
			display: inline-block;
			width: 20px;
			height: 20px;
			border-radius: 50%;
			border: 1px solid white;
			position: relative;
			margin: 0px;
			margin-right: 5px;
			cursor: pointer;
			vertical-align: middle;
		}
		.radio-button .radio-button-dot {
			visibility: hidden;
			position: absolute;
			left: 50%;
			top: 50%;
			transform: translate(-50%,-50%);
			width: 10px;
			height: 10px;
			border-radius: 50%;
			background: #4b4a4b;
		}
		.radio-button.active {
			border: 1px solid #4b4a4b;
		}
		.radio-button.active .radio-button-dot {
			visibility: visible;
		}
		.radio-button + span {
			cursor: pointer;
		}
		.radio-button.active + span {
			text-decoration: underline;
			font-weight: bold;
		}

		.circulo {
			width: 10px;
			height: 10px;
			border-radius: 50%;
			display: inline-block;
		}
		.circulo-amarillo {
			background: #ffd400;
		}
		.circulo-gris {
			background: #c6c5c5;
		}

		input[type='range'] {
			width: 100%;
		}


		.bloque-blanco {
			padding: 15px 20px;
			background: white;
			color: black;
			border-radius: 5px;
			margin-right: 0px;
			margin-left: 10px;
		}

		.bloque-gris-oscuro {
			padding: 15px 20px;
			background: #4b4a4b;
			color: black;
			border-radius: 5px;
			margin-right: 0px;
			margin-left: 10px;
		}

		.bloque-gris-claro {
			padding: 15px 20px;
			background: #c6c5c5;
			color: black;
			border-radius: 5px;
			margin-right: 0px;
			margin-left: 10px;
		}

		.bloque-amarillo {
			padding: 15px 20px;
			background: #ffd400;
			color: black;
			border-radius: 5px;
			margin-right: 0px;
			margin-left: 10px;
		}
		.bloque-amarillo .check, .bloque-blanco .check {
			background: white;
			border: 1px solid #4b4a4b;
			border-radius: 50%;
			height: 30px;
			width: 30px;
			position: absolute;
			top: -15px;
			right: 0px;
		}
		.bloque-amarillo .check img, .bloque-blanco .check img {
			width: 20px;
			position: absolute;
			left: 50%;
			top: 50%;
			transform: translate(-50%, -50%);
		}
		.bloque-blanco .check {
			visibility: hidden;
		}
		.bloque-amarillo .check {
			visibility: visible;
		}

		.form-control-outline {
			box-shadow: none !important;
			border: 0px !important;
			border-bottom: 1px solid #4b4a4b !important;
			border-radius: 0px !important
		}


/* Responsive */
@media only screen
  and (min-device-width : 768px)
  and (max-device-width : 1024px)
  
{
 
	.resultados-header table td {
    vertical-align: middle;
    margin: 0px;
    padding-left: 0px;
    padding-right: 10px !important;
    white-space: nowrap;
	
}
	
	.resultados-header span {
    padding: 5px 10px;
    background: #4b4a4b;
    color: white;
    border-radius: 5px;
    margin-right: 10px;
	 
	
}
	
	.ocultar-ipad {
    display: none;
}
	
	.texto-15-ipad {
    font-size: 15px !important;
}
	
	.cien-ipad {
    width: 100% !important;
}
	
		.boton-ipad {
    font-size: 14px !important;
    padding: 4px 7px !important;
	
}
	
	.quince-ipad {
    margin-left: 15px !important;

}
	
	.calcular-ipad {
   padding-left: 5px !important;
    width: 14% !important;
}
	
	.padr-cinco-ipad {
   padding-right: 3px !important;
   
}
	
	.fuente-ipad {
   font-size: 16px !important;
   
}
	
	
	
	#tab-content-2 table td {
    vertical-align: middle;
    margin: 0px;
    padding-left: 0px;
    padding-right: 20px;
    white-space: nowrap
	
	}
	
	.psemilla-ipad {
   background: #d8d6d5;
    padding: 10px !important;
    margin-left: 15px !important;
    width: 140px !important;
    border-radius: 3px;
	
}
	
	#resultados_densidad .rd-t4 {
    background: #cac7c5;
    padding: 5px !important;
    margin: 5px 0;
    border-radius: 3px;
	
	}
	
	
	.tab-container .tab {
    border-left: 2px solid lightgrey;
    padding: 25px 15px;
    color: white;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
	
	
	}
	
	}