@charset "utf-8";
/* CSS Document */

article, section, aside, hgroup, nav,  header, figure, figcaption {display: block;}


/* BACK DEGRADEE
background:-moz-linear-gradient(100% 0% 270deg,#f7f7f7, #e8e8e8, #e8e8e8 100%); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f7f7f7), to(#e8e8e8), color-stop(1,#e8e8e8)); */
/* SOMBRA  -moz-box-shadow: 2px 2px 5px #366596; -webkit-box-shadow: 2px 2px 5px #366596; box-shadow: 2px 2px 5px #366596; */
/* BORDE REDONDEADO border-radius: 8px; -webkit-border-radius: 8px; -khtml-border-radius: 8px; -moz-border-radius: 8px; */
/* OPACIDAD opacity:.8; filter:alpha(opacity=80) */
/* PLACEHOLDER: input::-webkit-input-placeholder {color:#231F20;} input:-moz-placeholder {color:#231F20;} textarea::-webkit-input-placeholder {color:#231F20;} textarea:-moz-placeholder {color:#231F20;} */
/* TIPOS DE CAMPO: input.demos[type=text]*/

* {padding: 0; margin: 0; border: 0; text-decoration: none;}
object, embed, a {outline:0 }
ul{list-style:none;}

		/*** The essential CSS for the layout ***/
		html, body { margin: 0pt;}
		html, body { margin: 0pt;}

body {
	overflow-x: hidden !important;
	width: 100vw;
}		

html {
	    width: 100vw;
    margin: 0px;
    overflow-x: hidden;
}

body,td,th,p,div {  }
body { background-color:white !important; font-family: 'Heebo', sans-serif, ; color:#231f20; font-size:15px;   }

.clear { clear:both}
.float-r { float:right}
.float-l { float:left}
a:hover { text-decoration:none; }
.wide { width:100%}
.container { width:98%; max-width:1080px; padding:1%; margin:0 auto}
hr { background:#ccc; border:none; height:1px; margin:20px 0}

header { border-bottom:5px solid #E35205; padding:0; background:#fff }
header p {font-size:24px; font-weight:300; color:#231f20; margin-top:20px}
header div:nth-child(1) { text-align:left}
header div:nth-child(2) { text-align:center}
header div:nth-child(3) { text-align:right; display:none}

#main { width:100%; overflow:hidden;}
/*#main div:nth-child(1) { padding-bottom:10px} */
#steps { 
	background:white; 
	padding:1% 0;
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#steps div {
	display: inline-block;
	min-width: 150px;
	padding-top: 7px;
	background-color: #EFEFEF;
	opacity: 0.35;
	margin-right: 5px;
	margin-left: 5px;
}
#steps div a {
	display: block;
}
#steps div.current {
	opacity: 1;
	font-weight: bold;
}
#steps .nav-border-bottom {
	height: 4px;
	display: block;
	margin-top: 7px;
}
#steps div:nth-child(1) .nav-border-bottom {
	background: #8AAE34;
}
#steps div:nth-child(2) .nav-border-bottom {
	background: #A5B827;
}
#steps div:nth-child(3) .nav-border-bottom {
	background: #BFC21A;
}
#steps div:nth-child(4) .nav-border-bottom {
	background: #DACC0D;
}
#steps div:nth-child(5) .nav-border-bottom {
	background: #F4D600;
}

#selmap { position:absolute; height:500px; width:100%; overflow:hidden}
#selmap img { max-width:400px; position:absolute; transform:translate(0%,0%); top:0%; right:10%}

#selector { 
	width:100%; 
	max-width:455px; 
	float:right; 
	background:#EFEFEF; 
	
	border-bottom: 4px solid #8AAE34;
}
#selector h1 { 
	font-size: 15px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
    text-align: center;
    background: #8AAE34;
    color: white;
    padding: 10px;
    margin-top: -12px;
    margin-left: -30px;
    margin-right: -31px;
}
#selector p { margin:10px 0}

.selector-blue {
	border-bottom: 4px solid #245d84 !important;
}
.selector-blue h1 {
    background: #245d84 !important;
} 


.selector-oliva {
	border-bottom: 4px solid #b5b826 !important;
}
.selector-oliva h1 {
    background: #b5b826 !important;
} 

.titulo-azul {
    background: #EFEFEF !important;
    border-left: 6px solid #008ca0 !important;
    margin-bottom: 15px !important;
	border-radius: 4px;
    padding: 8px 11px;
    width: fit-content;
}

.titulo-verde {
    background: #EFEFEF !important;
    border-left: 6px solid #06936e !important;
    margin-bottom: 15px !important;
	border-radius: 4px;
    padding: 8px 11px;
    width: fit-content;
}


.selector-petroleo {
	border-bottom: 4px solid #277c6d !important;
}
.selector-petroleo h1 {
    background: #277c6d !important;
} 

a.ttip { color:#999;}
.container a.ttip { color:#999; font-size:20px; position:relative; top:-15px}
a.ttip + .tooltip > .tooltip-inner {background-color: #fff; color:#000; font-size:11px; text-align:left; width:200px; -webkit-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.2);
box-shadow: 0 2px 5px 2px rgba(0,0,0,0.2);}
a.ttip + .tooltip > .tooltip-arrow { border-bottom-color:#fff; }


#zonas-act { border-bottom:1px solid #000; padding:2% 0; display:block; margin:5% 0}
/*#zonas-act button.zones::before { content:"x"; margin-right:5px}*/
button.zones { 
    display: inline-block;
    margin: 5px 5px 5px 0;
    font-size: 13px;
    width: calc(31%);
    font-weight: bold;
    text-align: center;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #CECECE !important;
    color: black;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 15px;
	padding-right: 15px;
}
button.zones.zones-big {
	width: calc(47%);
}
/*button.zones::before { content:"+"; margin-right:5px; font-weight:700}*/









button.zones.ba-sur { border-bottom:  4px solid #476D0C }
button.zones.ba-centro-norte { border-bottom:  4px solid #BFC21A }
button.zones.ba-oeste-la-pampa { border-bottom:  4px solid #A56211 }
button.zones.santa-fe-sur-cordoba { border-bottom:  4px solid #245D84 }
button.zones.entre-rios-santa-fe-norte { border-bottom:  4px solid #10828E }

button.zones.presion-alta { border-bottom: 4px solid #476D0C }
button.zones.presion-media { border-bottom: 4px solid #245D84 }
button.zones.presion-baja { border-bottom: 4px solid #10828E }

button.zones.alto-potencial { border-bottom: 4px solid #476D0C }
button.zones.medio-potencial { border-bottom: 4px solid #245D84 }
button.zones.bajo-potencial { border-bottom: 4px solid #10828E }

button.zones.ba-sur.active { color: white !important; background: #476D0C !important; }
button.zones.ba-centro-norte.active { color: white !important; background: #BFC21A !important; }
button.zones.ba-oeste-la-pampa.active { color: white !important; background: #A56211 !important; }
button.zones.santa-fe-sur-cordoba.active { color: white !important; background: #245D84 !important; }
button.zones.entre-rios-santa-fe-norte.active { color: white !important; background: #10828E !important; }

button.zones.presion-alta.active { color: white !important; background: #476D0C !important; }
button.zones.presion-media.active { color: white !important; background: #245D84 !important; }
button.zones.presion-baja.active { color: white !important; background: #10828E !important; }

button.zones.alto-potencial.active { color: white !important; background: #476D0C !important; }
button.zones.medio-potencial.active { color: white !important; background: #245D84 !important; }
button.zones.bajo-potencial.active { color: white !important; background: #10828E !important; }

button.zones.hibrido-seleccionado { color: white !important; background: #a5b827 !important;  }
button.zones.hibrido-comparar { color: white !important; background: #dacc0d !important;  }

button.zones:focus { outline: 0px !important; }


.zones.titulo { border-left: 0px; background: #bfc21a !important; color: white; }

.zones.hibrido-principal-comparacion.active { border-left: 0px; background: #BEC431 !important; color: white; }
.zones.hibrido-competidor { border-left: 0px; background: #A3A3A3 !important; color: white; font-weight: bold; }


.zones.posicionamiento { border-left: 0px; background: #8aae34 !important; color: white; font-weight: bold; text-align: left; }
.zones.posicionamiento-valor { background: transparent !important; border-bottom: 1px solid lightgray; text-align: left; }
.zones.no-padding { padding: 0px !important;  }

button.zones.sel {
	color: white;
	background: #a3a3a3 !important;
}

.zones-xl {
	width: 100% !important;
}

.zones-xl2 {
	width: 80% !important;
	margin: 5px !important;
}

.my-input-transparent {
	height: auto !important;
    padding: 0px !important;
    font-size: 18px !important;
    background: transparent !important;
    border: 0px !important;
}


#dptos-container button.zones.bcs.active, 
#dptos-container button.zones.bcn.active, 
#dptos-container button.zones.son.active, 
#dptos-container button.zones.sin.active { 
	background: #4C8429 !important; 
	color: white; 
	border-left: 0px; 
	white-space: nowrap;
	text-overflow: ellipsis;
}

#dptos-container button.zones.chh.active, 
#dptos-container button.zones.nle.active, 
#dptos-container button.zones.dur.active, 
#dptos-container button.zones.coa.active, 
#dptos-container button.zones.zac.active, 
#dptos-container button.zones.agu.active { 
	background: #83A3B7 !important; 
	color: white; 
	border-left: 0px; 
	white-space: nowrap;
	text-overflow: ellipsis;
}

#dptos-container button.zones.tam.active { 
	background: #CE5F51 !important; 
	color: white; 
	border-left: 0px; 
	white-space: nowrap;
	text-overflow: ellipsis;
}

#dptos-container button.zones.nay.active,
#dptos-container button.zones.ja.active,
#dptos-container button.zones.col.active,
#dptos-container button.zones.mi.active,
#dptos-container button.zones.gro.active,
#dptos-container button.zones.que.active,
#dptos-container button.zones.hid.active,
#dptos-container button.zones.mex.active,
#dptos-container button.zones.mor.active,
#dptos-container button.zones.tla.active,
#dptos-container button.zones.gua.active,
#dptos-container button.zones.pue.active,
#dptos-container button.zones.slp.active { 
	background: #8A2020 !important; 
	color: white; 
	border-left: 0px; 
	white-space: nowrap;
	text-overflow: ellipsis;
}

#dptos-container button.zones.oax.active,
#dptos-container button.zones.chp.active,
#dptos-container button.zones.tab.active,
#dptos-container button.zones.ver.active,
#dptos-container button.zones.roo.active,
#dptos-container button.zones.roo.active,
#dptos-container button.zones.yuc.active,
#dptos-container button.zones.cam.active { 
	background: #564ADD !important; 
	color: white; 
	border-left: 0px; 
	white-space: nowrap;
	text-overflow: ellipsis;
}

button.zones.centro-occidente { border-left: 4px solid #8A2020 }
button.zones.sureste { border-left: 4px solid #564ADD }

button.zones.centro-norte.active { border-left: 0px; background: #83A3B7 !important; color: white; }
button.zones.noroeste.active { border-left: 0px; background: #CE5F51 !important; color: white; }
button.zones.centro-occidente.active { border-left: 0px; background: #8A2020 !important; color: white; }
button.zones.sureste.active { border-left: 0px; background: #564ADD !important; color: white; }

.dptos {font-family: FontAwesome,"Arial",sans-serif; background:transparent; border-bottom:1px solid #000; padding:5px; width:100% }
a.grupos { border:2px solid #3B3B3B; color:#3B3B3B; padding:5% 0; display:block; font-family: 'Arial', sans-serif; font-weight:700; text-align:center; margin:20px 0}
a.continuar { 
	background:#3B3B3B; 
	color:#fff; 
	display: inline-block; 
	font-family: 'Arial', sans-serif; 
	font-weight:700; 
	text-align:center; 
	margin:10px 0;
	display: inline; 
	padding-left: 17px; 
	padding-right: 17px; 
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 15	px;
	border: 2px solid #3B3B3B;
	text-decoration: none !important;
	text-transform: none !important;
}
a.continuar.continuar-outline {
	border: 2px solid #3B3B3B;
	background: transparent;
	color: #3B3B3B;
}

.selector-con-borde {
	border-bottom: 2px solid #8AAE34;
}



.box-sel { overflow:hidden; background:#F6F6F6; padding:10px; margin-bottom:10px}
.box-sel h5 { font-size:16px; font-weight:700; margin:10px 0}
.box-sel button.zones { font-size:13px;}
.box-sel button.zones::before { content:none} 
.box-sel button.zones.sel {}

.box-sel .deptos { font-size:13px;}

.dist {width:90%; /*max-width:465px;*/  margin:5% auto; padding:2%; text-align:center; 
-webkit-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.2);
box-shadow: 0 2px 5px 2px rgba(0,0,0,0.1);}
.carousel-control.right, .carousel-control.left { background-image:none !important}
a.carousel-control { position:absolute; top:40%; color:#333}
a.left.carousel-control { left:-10%}
a.right.carousel-control { right:-10%}
.carousel-inner .item img { margin:10px auto; display:block}
.carousel-inner h3 { font-size:16px}
.carousel-indicators { bottom:-20%}
.carousel-indicators li { background:#4F4F4F; height:10px; width:20px; display:inline-block; border:none; border-radius:0; margin-top:0; margin-bottom:0}
.carousel-indicators li.active { background:#FDDC3C; height:10px; width:20px; display:inline-block; border:none; border-radius:0; margin-top:0; margin-bottom:0}
span.filter-option.pull-left { font-family:"Arial", sans-serif;}
#selector .btn-default { border:none; border-bottom:1px solid #000; background:transparent; border-radius:none; border-left:none}

#compare { text-align:center}
#compare .modal-header { border-bottom:none}
#compare table { max-width:620px; display:block; margin:0 auto 5%}
#compare table td { width:33%}
#compare button.zones.sel { display:block}
.lyd1 { font-size:12px; margin:0}
.lyd2 { font-size:11px; margin:0}
#compare a.grupos, #compare a.continuar { display:inline-block; padding:10px; border:2px solid #3B3B3B}
a.nueva { background:#8AAE34; color:#333; display:inline-block; position:absolute; left:101%; font-size:12px; text-align:center; font-weight:700; padding:6px 10px}
a.nueva span { font-weight:400}

#resitems {  background:#E8E8E8}
#resitems .cont {max-width:950px; margin:20px auto}
#resitems .cont button.zones.sel { margin:0 auto; display:block; min-width:140px; cursor: auto; font-weight: 500}
#resitems .cont button.zones.sel::before { content:none}
#resitems .cont button.zones.sel.tone70, .tone70 { background:#E9C938 !important} 
#resitems .cont button.zones.sel.tone50, .tone50 { background:#D3B22D !important} 
#resitems .cont button.zones.sel.tone30, .tone30 { background:#C2C2C2; font-weight: 500 !important} 
#resitems .cont .vs { text-align:center; font-weight:700; font-size:16px}
a.verficha { color:#4D4D4D; display: block; font-size:12px; text-align:center; margin:5px 0; font-weight:700}
a.verficha::before { content:"\f016"; font-family:Fontawesome; margin-right:5px; font-weight:400}

h1.titledest {background:#BFC21A; color:#333; font-size:24px; display:inline-block; padding:5px; font-family: 'Arial', sans-serif; font-weight:700;}
.shad {
	background:#e0e0e0;
	margin:20px 0;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 1%;
}
.shad h1 {
	width: 100%;
    text-align: center;
    font-size: 16px;
    color: white;
    background: #8AAE34;
    margin-left: -2%;
    margin-right: -2%;
    width: 104%;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.header-border-bottom {
    background : -moz-linear-gradient(0% 50% 0deg,rgba(102, 174, 52, 1) 0%,rgba(124, 180, 44, 1) 14.48%,rgba(210, 204, 12, 1) 73.26%,rgba(244, 214, 0, 1) 100%);
    background : -webkit-linear-gradient(0deg, rgba(102, 174, 52, 1) 0%, rgba(124, 180, 44, 1) 14.48%, rgba(210, 204, 12, 1) 73.26%, rgba(244, 214, 0, 1) 100%);
    background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(102, 174, 52, 1) ),color-stop(0.1448,rgba(124, 180, 44, 1) ),color-stop(0.7326,rgba(210, 204, 12, 1) ),color-stop(1,rgba(244, 214, 0, 1) ));
    background : -o-linear-gradient(0deg, rgba(102, 174, 52, 1) 0%, rgba(124, 180, 44, 1) 14.48%, rgba(210, 204, 12, 1) 73.26%, rgba(244, 214, 0, 1) 100%);
    background : -ms-linear-gradient(0deg, rgba(102, 174, 52, 1) 0%, rgba(124, 180, 44, 1) 14.48%, rgba(210, 204, 12, 1) 73.26%, rgba(244, 214, 0, 1) 100%);
    background : linear-gradient(90deg, rgba(102, 174, 52, 1) 0%, rgba(124, 180, 44, 1) 14.48%, rgba(210, 204, 12, 1) 73.26%, rgba(244, 214, 0, 1) 100%);
    width: 100%;
    height: 4px;
}

#resumen .top { text-align:center; font-size:12px;}
#resumen .top td { text-align:center}
#resumen .top td:nth-child(1) { width:2%; }
#resumen .top2 td:nth-child(1), #resumen .top2 td:nth-child(3), #resumen .top2 td:nth-child(4) { width:20%; }
#resumen .top2 td { width:10%}

#resumen .sub { text-align:center;}
#resumen .sub tr { border-bottom:1px solid #ccc}
#resumen .sub tr td { font-size:16px; padding:5px 0; text-align:center; width:10%}
#resumen .sub td:nth-child(1), #resumen .sub td:nth-child(3), #resumen .sub td:nth-child(4) { width:20%}
#resumen .it1 { font-size:16px; font-weight:700} 
a.cerrar { background:#E5E5E5; color:#333; display:inline-block; padding:5px; float:right; margin:20px 0 0}
a.cerrar:hover { text-decoration:none}
#tablares { margin-bottom:20px}


#graf1 { margin:10px auto; }
#graf1 .barras {  border-bottom:1px solid #000; position:relative; margin-top:90px; width:78%; margin-left:18%}
#graf1 .barras .bar { width:15%; margin-right:5%; display:inline-block; vertical-align:top}
#graf1 .barras .bar:last-child { margin-right:0}
#graf1 .barra { background:#D9D9D9; height:400px; position:relative}
#graf1 .barra-var { width:100%; position:absolute; bottom:0; z-index:9; background:#8AAE34; display:block; border-top:1px solid #fff }
#graf1 .barra-var.full { height:100%}
#graf1 .t0 { display:block; text-align:center; position:absolute; bottom:-25px; width:100%}
#graf1 .t1 { font-size:12px; display:block; margin:10px 0; text-align:left; font-weight: 700 }
#graf1 .t2 { color:#333; display:block; position:relative; top:82%; left:0; z-index:91 }
#graf1 .t3 { color:#333; display:block;  bottom:70px; left:0%; z-index:91; font-weight:700; position:relative }
#graf1 .barra-var.full .t3 { color:#fff; top:40px}
 

.rot1 {-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);}

.bar .diferencial { display:none }
.bar:hover .diferencial { display:block}
.diferencial { color: #fff; text-align: center; background: #3B3B3B; font-size: 14px; display: block; height: 35px; position: absolute;
line-height: 20px; left: 0; padding: 0; width: 100%; top: -85px; }
.diferencial:after {content:"\f0d7"; font-family:Fontawesome; font-size:30px; color:#3B3B3B; position:absolute; left:30px; bottom:-13px; display:inline-block}
.diferencial span { font-weight:700}
.diferencial span.ar1 {}
.diferencial span.ar2 { }
.diferencial span.ar1::before, .diferencial span.ar2::before {}
/*
.diferencial.d1 { width:35%}
.diferencial.d1 span.ar2 {left:67%}
.diferencial.d2 { /*width:52%}
.diferencial.d2 span.ar2 {left:80%}
.diferencial.d3 {/* width:70%}
.diferencial.d3 span.ar2 {left:86%}
.diferencial.d4 {/* width:100%}
.diferencial.d4 span.ar2 {left:88%}
#graf1 .bar .t1 { position:relative}
#graf1 .bar .t1:hover:after {content:"\f0d9"; font-family:Fontawesome; font-size:30px; color:#3B3B3B; position:absolute; left:85px; top:-80% }
#graf1 .bar .t1:nth-child(1):hover:after {content:"\f0d9"; font-family:Fontawesome; font-size:30px; color:#3B3B3B; position:absolute; left:85px; top:-80% }
*/
#graf1 .bar .t1:hover:after {content:"\f0d9"; font-family:Fontawesome; font-size:30px; color:#3B3B3B; position:absolute; left:92px; top:-80% }
#graf1 .bar .t1:first-child:hover:after { content:none !important}
 
 
#graf2 ul { text-align:center}
#graf2 ul li { width:49%; display:inline-block; margin:10px 0; line-height: 17px}
#graf2 ul li .t1 { font-weight:500}
#graf2 ul li .t2 { font-size:20px; display:inline-block; margin:0 5px}

.lyd3 { text-align:center; font-size:15px;}
.lyd3 span { font-weight:500}
.lyd4 { font-size:16.5px; vertical-align:top}

.comp-vars { border-bottom:1px solid #ccc; padding:20px 0}
.comp-vars a.var { background:#C2C2C2; color:#000; font-size:12px; display:inline-block; padding:5px 10px; margin:5px; min-width:100px; text-align:center }
.comp-vars a.var.one { background:none; font-size:20px; font-weight:600; margin-left:0; }
.comp-vars a.var.active { background:#8AAE34; font-size:20px; font-weight:600; }

.comp-vars a.var.activegrey { background:#C2C2C2; font-size:20px; font-weight:600; }


.rend {  background:#D9D9D9; font-size:14px; -webkit-border-radius: 20px; border-radius: 20px; display:inline-block; width:100%; max-width:270px; text-align:center; padding:5px; margin:0 10px }
.rend li { display:inline-block;  -webkit-border-radius: 20px; border-radius: 20px; padding:5px 20px}
.rend li.active { background:#8AAE34}
.rend li a { color:#000}

.corte { width:100%; max-width:170px; display:inline-block; margin:0 10px }
.corte output {display: block; text-align:center}
.apply {background:#3d3d3d; display:inline-block; margin:0 5px; vertical-align:top; color:#000; padding:8px 15px; font-weight:600; color: white !important;}

.ambiente { text-align:center; position:relative; margin:10px 0}
.ambiente.brd { border-right:1px solid #ccc}
.ambiente h3 { font-size:18px; ; margin:10px 0; text-align:center; background-color: #D9D9D9; padding:10px 0;}
.ambiente h3 span { font-weight:600}
.ambiente h4 { font-size:15px; margin:10px 0; font-weight: 700; margin-bottom: 25px }
.ambiente .t1 { font-size:10px; font-weight:600 }
.ambiente .t2 {font-size:14px; }
.ambiente .t3 { font-size:11px}
.ambiente .aros { display:block; margin:0 auto; margin-bottom: 10px}
.ambiente .rend { font-size:11px; padding:5px}
.ambiente .rend li { padding:0}
.ambiente .barras {}
.ambiente .barras .bar { width:40%; display:inline-block; position:relative; background:#D9D9D9; height:50px; top:30px; margin:0 2%}
.ambiente .barras .bar .barra-var { position:absolute; bottom:0; width:100%; background:#8AAE34}
.ambiente .barras .bar .barra-var.full { height:100%}
.ambiente .barras .bar .t1 { position:relative; top:-25px}
.ambiente .barras p { font-size:12px; display:block; text-align:center; margin-top:35px}
.ambiente .barras p span.t3 { font-weight:600}
#modify {background-color: rgba(255, 255, 255, .96); position:absolute; width: 100%; top:0; left:0; text-align:center; padding:88px 0; font-weight:600; z-index:99}

.ahorro { margin-top:40px}
.ahorro h4 { margin-top:20px}
h4.strong { font-weight:700}
.ahorro h4 span { font-size:14px}
.perfil .vin { font-weight:600; text-align:center; position:absolute; top:-90px; left:40%}
.perfil .vin img { width:50px; display:block; margin:5px auto}
.perfil table { max-width:180px; margin:0 auto}
.perfil table td { text-align:center}
.perfil table tr:nth-child(2) td:first-child { border-right:1px solid #ccc}
.num { background:#fff; border:1px solid #ccc; display:block; margin:0 auto; font-size:18px; color:#000; width:70px; height:40px; text-align:center; line-height:40px }

#densidad .comp-vars { border-bottom:none; padding:5px 0}
#densidad .corte {margin:17px auto; max-width:300px}
#densidad .apply {margin:10px auto}
#densidad .num { display:inline-block}
.precios { margin:20px 0}
.precios td { vertical-align:middle; position:relative; font-size:18px; padding:10px 0}
.precios td span { display:inline-block; vertical-align:top; position:relative; top:10px; margin:0 10px}
.pad50 { position:relative; top:50px}

#mapa {width:100%; position:relative;}
#map_canvas {width:100%; height:400px; position:absolute; }

#locations { background:#fff; position:absolute; z-index:9999; left:10px; top:20px; width:280px; height:300px; padding:1%; overflow:scroll}
#locations li { display:block; border-bottom:1px solid #ccc; padding:5px; font-size:16px}
#locations li span { font-size:12px; display:block}
#locations li a { color:#333; display:block}

a.new { background:#8AAE34; color:#333; font-size:20px; padding:5px 20px; display:inline-block; margin:20px auto}
a.new span { font-weight:600}

/*SOJA*/
body.soja header {border-bottom:4px solid #8AAE34}
body.soja button.zones.nea { background:#215FAB}
body.soja button.zones.litoral { background:#215FAB}
body.soja button.zones.central { background:#215FAB}
body.soja button.zones.sur { background:#215FAB}
body.soja button.zones.norte { background:#215FAB}
body.soja button.zones.sel { background:#8AAE34; }

.checkbox { text-align:left}
.checkbox label:after {
  content: '';
  display: table;
  clear: both; text-align:left;
}

.checkbox .cr {
  position: relative;
  display: inline-block;
  border-radius: 0;
  width: 1.4em;
  height: 1.4em;
  float: left;
  background: #bfc21a;
border-radius: 50%;
}

.checkbox .cr .cr-icon {
  position: absolute;
  font-size: 0.8em;
  line-height: 0;
  top: 50%;
  left: 20%;
}

.selector-petroleo .cr {
	background: white;
	border: 1px solid #277c6d;
}

.checkbox label input[type="checkbox"] {
  display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon {
  opacity: 0;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
	color: white;
	opacity: 1;
}

.selector-petroleo .checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
	color: #277c6d;
}

.selector-petroleo2 .checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
	color: #277c6d;
}

.checkbox label input[type="checkbox"]:disabled+.cr {
  opacity: .5;
}

#main .checkbox { padding-bottom: 0 !important;
position: absolute;
left: -15px;
top: -5px;}
 
.bolsa {
	position: relative; 
	min-height: 50px;
    padding: 20px;
    margin-top: 0px;
	
}
.bolsa-inner {
    background: white;
    padding-top: 30px;
	padding-bottom: 20px;
	border-bottom: 3px solid #bfc21a;
}
.flu { 
	background: #BFC21A;
    margin: 0px !important;
    padding: 7px;
    color: white;
    text-align: center;
    font-weight: bold;
}
.owl-dots { 
	bottom: -50%;
	margin-top: 10px;
	text-align: center;
}

.fa-question-circle { 
	font-size: 13px !important;
	
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .3rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
	
}

.owl-dot { background:#4F4F4F; height:12px; width:12px; display:inline-block; border:none; border-radius:10px; margin-top:0; margin-right: 5px; margin-bottom:0}
.owl-dot.active { background:#03936d; height:12px; width:12px; display:inline-block; border:none; border-radius:10px; margin-top:0; margin-bottom:0}
 
.bootstrap-select.btn-group .dropdown-menu { border-radius:0}
.bootstrap-select.btn-group .dropdown-menu li { text-transform:uppercase}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { background:#1B59AE; color:#fff}
.bootstrap-select.btn-group .dropdown-menu li a { padding:8px 20px; border-bottom:1px solid #ccc}
 
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.dif { display: block; font-size: 18px; vertical-align: top; position: relative; text-align: left; padding-left: 30px; margin: 15px 0 10px 0}
.tr-r:before { content: "\f0da"; font-family: fontawesome; color: #ccc; display: inline-block; font-size: 30px; position: absolute; left: 10px; top: -10px;}
.tr-r.yew:before { color:#c4c73a}
.total { border-top:1px dashed #ccc; padding:5px 0 0 30px}

@media(max-width:600px){
header img { max-width:100px; position:relative; top:50%}	
header .col-xs-4 { display:table-cell}
header p { color:#fff}
header p i.fa { color:#000}

#selector { float:none; margin-top: 20px; margin-bottom: 10px auto}
#selector h1 { font-size:16px}
.dist { margin:40px auto}
a.grupos, a.continuar { max-width:250px; margin:20px auto}
.cd-breadcrumb, .cd-multi-steps { left:5% !important; transform:translate(-5%,0) !important }
.verficha { display:none !important}
#resitems .cont button.zones.sel { margin:0 auto 5px}
#graf2 ul li { width:100%}
.ahorro { margin-top:0}
.rend { display:block; margin:10px 0 20px}
.perfil .vin { top:0; left:5%}
.perfil .vin img { display:inline-block}
.precios td { font-size:14px}
.pad50 { top:0}
#mapa { height:340px}
#locations { width:90%; top:40%; height:300px}
.ambiente.brd { border-right:0px solid #fff}
}

@media(max-width: 800px) and (min-width: 300px) {
  .visible-xs {
    display: block !important;
  }
}

@media(min-width: 800px)  {
  .visible-xs {
    display: none !important;
  }
}


@media(max-width:600px){
	
	 .bloque {
        display: inline-block;
        padding: 10px 15px;
        color: white;
        text-align: center;
    }
	
	 .hidden-xs {
        display: none !important;  
    }
	
	.zones-xl
	{
        width: 150px !important;
    }
	
	  .login-container {
                margin: 0 auto;
                width: 95%;
                max-width: 1200px;
                background: #EFEFEF;
                padding-top: 15px;
                padding-bottom: 35px;
                margin-top: 15px;
            }
	
	.header-subtitle {
        font-size: 19px;
        font-weight: 300;
	    margin-left: 0px !important;
	    width: 300px !important;
        color: #003789;
        line-height: 15px;
    }
	
    .bloque.caqui {
        background: #BFC21A;
		align-content: center;
		margin-right: 84px;
		margin-top: -10px;
    }
	
	 .selector-responsive {
        width: 97% !important;
		 padding-left: 7%;
    }
	
	.bloque-responsive {
        width: 12% !important;
		 
    }
	
	.problematica-responsive {
        width: 100% !important;
		padding-left: 20px !important;
		 
    }
	
	.enfermedades-responsive2 {
        
		padding-left: 25px !important;
		padding-right: 25px !important;
		 width: 250px;
		margin-left: 45px;
    }
	
	.continuar {
        
		padding: 10px !important;
    }
	
	.full {
        
		min-width: 100% !important;
    }
	
	.nota {
        
		margin-left: 10px !important;
		margin-right: 10px !important;
		width: 90% !important;
    }
	
	.rindeblock {
        
		padding-left: 30px !important;
		padding-right: 30px !important;
		
    }
	
	.rindeblockless {
        
		padding-left: 15px !important;
		padding-right: 15px !important;
		
    }
	
	.rindeblockless10 {
        
		padding-left: 10px !important;
		padding-right: 10px !important;
		
    }
	
	
	
	.ancho100 {
        
		width:100% !important;
		
		
    }
	
	
	
	.my-select {
		background: #bfc21a;
		border: 0px !important;
		width: 100% !important;
		margin: 0px;
		padding: 0px;
		padding-left: 20px !important;
		padding-right: !important;
		border-radius: 0px;
	}
	
	
	 .selector-ensayos {
        width: 220px !important;
		  min-height: 440px !important;
    }
	
	
	
	.prob-resp {
        height: 990px !important;
		 
    }
	
	.inicio {
        
		width: 2% !important;
		 
    }
	
	.seleccionar-producto-principal .col-md-6:nth-child(odd) {
	padding-right: 15px !important;
		padding-left: 15px !important;
		margin-bottom: 10px !important;
}
	
	.seleccionar-producto-principal .col-md-6:nth-child(even) {
	padding-left: 15px !important;
		padding-right: 15px !important;
		margin-bottom: 10px;
}
	
	.margen-resp {
        
		margin-right: 20px !important ;
		width: 92% !important;
		
		 
    }
	
	.grafico-enfermedades {
        
		width: 100% !important;
		 padding-left: 0px !important;
		padding-right: 0px !important;
    }
	
	.home-container {
        
		width: 100% !important;
		
    }

}

@media(max-width:1024px){
 .header-subtitle {
        font-size: 19px;
        font-weight: 300;
	 margin-left: 0px !important;
	 padding-left: 60%;
	 width: 800px;
        color: #003789;
        line-height: 15px;
    }
	
	.home-container {
        
		width: 1400px !important;
		
    }
	
	
	 .selector-responsive {
        width: 40%;
    }
	
	 .selector-ensayos {
        width: 220px !important;
    }
	
	.bloque-responsive {
        width: 12% !important;
		 
    }
	
	 .problematica-responsive {
        width: 50%;
    }
	
	.enfermedades-responsive {
        
		padding-left: 0px !important ;
		padding-right: 0px !important;
		 
    }
	
	
	
	.grafico-enfermedades {
        
		width: 50%;
		 padding-left: 0px !important;
		padding-right: 0px !important;
    }
	
	.inicio {
        
		width: 2% !important;
		 
    }
	
	.margen-resp {
   
		width: 41.8%;
		 
    }
	
	
	}








/*AGREGADO*/
.bootstrap-select {
  width: 100% !important;
}
#selector .btn-default {
  border-radius: 0px !important;
}
button.deptos {
    padding: 5px 10px;
    display: inline-block;
    margin: 5px 5px 5px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    /*background-color: white;*/
    color: white;
}
button.deptos::before {
    content: "+";
    margin-right: 5px;
    font-weight: 700;
}
button.deptos.negativo {
    background-color: #aba6a6;
    color: white;
}
button.deptos.negativo::before {
    content: "-";
}
.dropdown-menu {
  max-height: 200px !important;
}



.message_container {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100vh;
	background: rgba(255,255,255,0.75);
	z-index: 99999999999;
}
.message {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 25px;
	border-radius: 5px;
	border: 1px solid darkgrey;
	text-align: center;
	max-width: 70%;
	width: auto;
	background-color: white;
	color: #111;
}
.message_close {
	position: fixed;
	top: 10px;
	right: 20px;
	color: #111;
	font-size: 50px;
	cursor: pointer;
}
.refs { text-align:center; font-size:12px}
.refs span { display: inline-block; margin:0 20px; font-size: 13.5px}
.refs span:before { content:"\f111"; font-family:fontawesome; display:inline-block; margin-right:5px; font-size:12px; }
.refs span.yell:before { color:#8AAE34}
.refs span.color0:before { color:#AE348A}
.refs span.color1:before { color:#AE8A34}
.refs span.color2:before { color:#348AAE}
.refs span.color3:before { color:#1BA099}
.refs span.color4:before { color:#c4c73a}
.refs span.color5:before { color:#ffd100}
.refs span.color6:before { color:#ccc}
.refs span.color7:before { color:#8AAE34}
.tmar { margin:5px 0 0 20px}
.num.v2 { width:100%; margin:0; font-style:italic}
hr.dash { border-top:none; border-left:none; border-right:none; border-bottom:2px dashed #ccc; background:none}
.ahorro.v2 .perfil { }
.perfil .ttle { font-weight:600}
.perfil .ttle img { width:50px; margin-right:5px}
.ahorro.v2 .comp-vars { border-bottom:none; padding:5px 0}
.ahorro.v2 .comp-vars a.var.active, .ahorro.v2 .comp-vars a.var { font-size:13px; font-weight:400; margin:5px 0}
.ahorro.v2 .perfil .num { line-height:30px; height:30px; font-size:14px}
.ahorro.v2 .comp-vars .col-md-6 { padding-left:0; padding-right:0}
.ahorro.v2 .first { padding-top:70px}
.ahorro.v2 .first h4 { max-width:180px}

.titbl { max-width:240px}
.titbl .txt { font-weight:600; display:block; font-size:16px; line-height:17px}
.titbl span.yell i, .marcadores span.yell i { color:#8AAE34}
.titbl span.red i, .marcadores span.red i { color:#FF6600}
.titbl td:nth-child(1) { width:20%; vertical-align:top}
.titbl td:nth-child(2) { width:60%; vertical-align:top}
.titbl td:nth-child(3) { width:20%; font-size:18px; font-weight:bold}
.titbl td:nth-child(3) i { font-size:30px; position:relative; top:4px}
.marcadores span { font-size:30px}



@media screen and (max-width: 767px) {
.sidebar-sticky {
    margin-top: -10px;
}
	.accordion .collapsed .fa-chevron-up {
    transform: rotate(-180deg) !important;
    display: block !important;
}
	
	.fondo-mobile {
    box-shadow: 0 0px 0px 0px rgba(0,0,0,0.0) !important;
   background-color: transparent!important;
}

#accordion_menu, #accordion_menu .btn btn_menu {
    width: -webkit-fill-available;
}
	.d-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
}
.sidebar-sticky {
    background: linear-gradient(to bottom right, #01498c, #06926e);
}
.sidebar-sticky, body .container-page {
    height: 100vh;
}
.sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
}
.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
}
	.bt-solid {
    border-top: solid 1.5px !important;
}
	.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
	.d-flex {
    display: -ms-flexbox!important;
    display: flex;
}
	a:not([href]):hover {
    color: inherit;
    text-decoration: none;
}
	
	.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
	a:not([href]) {
    color: inherit;
    text-decoration: none;
}
	
	
.sidebar {
    top: 5rem;
}
.sidebar {
    position: fixed;
    top: 90;
    bottom: 0;
    right: 0;
    z-index: 100;
    padding: 0 0 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}
	}

.rd-top { margin:20px 0 40px; overflow:hidden}
.rd-t1 { background:#8c8c8c; color:#fff; width:70%; height:50px; text-align:center; display:table-cell; vertical-align:top; line-height:18px; padding:5px; font-family: 'Arial', sans-serif; font-size:16px }
.rd-t1 span { display:block; font-style:italic; font-size:12px}
.rd-t1.yell { border-bottom:3px solid #8AAE34}
.rd-t1.red { border-bottom:3px solid #FF6600}
.rd-t2 { width:28%; height:50px; display:table-cell; text-align:center; background:#d1d0cf; color:#000; font-size:26px; vertical-align:middle; padding:5px; font-family: 'Arial', sans-serif; font-weight:700 }
.rd-t3 { background:#8c8c8c; color:#fff; height:70px; text-align:center; font-family: 'Arial', sans-serif; font-weight:700; font-size:16px; padding:10px 0}
.rd-t3 p { margin:0; display:block}
.rd-t3 span { display:inline-block; width:27%; vertical-align:bottom; }
.rd-t3 span.yell {border-bottom:5px solid #8AAE34}
.rd-t3 span.red {border-bottom:5px solid #FF6600}
.rd-t4 { background:#dedfe0; padding:10px; margin:5px 0}
.rd-t4 .rd-t4-w1 { width:55%; display:inline-block; text-align:center}
.rd-t4 .rd-t4-w2 { width:40%; display:inline-block; font-size:22px; font-weight:700; text-align:center}
.rtadens .titledest { font-size:22px; display:block; width:100%; padding:10px; margin:0}
.rtadens .titledest .val { font-size:25px; font-weight:700; margin-left:10px}
.rtadens .titledest.f17 { font-size:17px; display:block}
.rtadens .titledest .ref { font-weight:400}
.rtadens .titledest a.ttip { }
.rd-t5 { background:#dedfe0; display:block; text-align:center; padding:10px; margin:5px 0 0}

/* 20px gutter  */
.gutter-20.row {
  margin-right: -10px;
  margin-left: -10px;
}
.gutter-20 > [class^="col-"], .gutter-20 > [class^=" col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
/*10px gutter*/
.gutter-10.row {
  margin-right: -5px;
  margin-left: -5px;
}
.gutter-10 > [class^="col-"], .gutter-10 > [class^=" col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* 0px gutter*/
.gutter-0.row {
  margin-right: 0;
  margin-left: 0;
}
.gutter-0 > [class^="col-"], .gutter-0 > [class^=" col-"]{
  padding-right: 0;
  padding-left: 0;
}


    header {
        background-color: white !important;
        border-bottom: 0px solid #8AAE34;
        font-family: "Arial";
    }
    .header-image {
		height: 50px;
		margin: 15px;
		margin-top: 12px;
    }
    .header-title {
        font-size: 45px;
        font-weight: bold;
        color: #003789;
        line-height: 50px;
    }
    .header-subtitle {
        font-size: 19px;
        font-weight: 300;
        color: #003789;
        line-height: 15px;
    }
    .header-soja-maiz-container {
        display: inline-block;
        width: 49%;
        background-color: #5B5B5A;
        padding: 10px;
        padding-left: 14px;
        padding-right: 14px;
    }
    .header-soja-maiz-container .header-title { 
        font-size: 38px;
        line-height: 37px;
    }
    .header-soja-maiz-container .header-subtitle {
        text-align: right;
        width: 100%;
        display: block;
        cursor: pointer;
    }
    .icono-soja-maiz {
        height: 45px;
    }
    .header-usuario-container {
        display: inline-block;
        width: 50%;
        padding: 10px;
        text-align: right !important;
        vertical-align: top;
        padding-bottom: 0px;
    }
    .header-usuario-container .header-subtitle {
        font-size: 16px;
    }
    .nombre-usuario {
        font-size: 15px;
		margin-bottom: 10px;
        color: #212121;
    }
    .icono-user {
        height: 18px;
        margin-top: -4px;
    }
    .cambiar_version_icon {    
        height: 12px;
        margin-top: -4px;
    }
    
    .h1-select {
    	opacity: 0.35;
    	cursor: pointer;
    	width: calc(50% + 30px); 
    	display: block; 
    	float: left; 
    	transition: 0.2s all;
    }
    .h1-select.active {
    	opacity: 1;
    }

    .my-checkbox {
        display: inline-block; 
        width: 21px; 
        height: 21px;
        border-radius: 50%;
        background: #E4E4E4;
        text-align: center;
        position: relative;
        cursor: pointer;
    }
    .my-checkbox.active {
        background: #8aae34;
    }
    .my-checkbox .inside {
        display: block;
        position: absolute;
        width: 8px;
        height: 8px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        background-color: white;
        background: white;
    }



    .bloque {
        display: inline-block;
        padding: 10px 15px;
        color: white;
        text-align: center;
    }
    .bloque.caqui {
        background: #BFC21A;
    }

.copyright {
    border-left: 1px solid #212121;
    padding: 0 15px;
    line-height: 1.23;
    color: #212121; }
	
	.footer__global {
    padding: 20px 10px;
    text-align: center;
		}

.container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
	}

.pane-syn-panels-copyright, .pane-menu-menu-global-footer {
    display: inline-block;
    vertical-align: middle;}
	
	dl, menu, ol, ul {
    list-style: none;
    padding: 0;}

.pane-menu-menu-global-footer .menu__item {
    display: inline-block;}

.menu__link {
    border-left: 1px solid #212121;
    padding: 0 15px;
    line-height: 1.23;
    color: #212121; }

.pane-bundle-syn-fpp-icon-social .field-name-field-fpp-icon-social-netw-link a {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    color: transparent;
    text-indent: 31px;
    overflow: hidden; }




	.bloque-enfermedad {
		display: inline-block;
		width: 25px;
		height: 25px;
		background-color: black;
	}
	.bloque-enfermedad.bloque-enfermedad-1 {
		background: #CE4834;
	}
	.bloque-enfermedad.bloque-enfermedad-2 {
		background: #D19B5C;
	}
	.bloque-enfermedad.bloque-enfermedad-3 {
		background: #DCB558;
	}
	.bloque-enfermedad.bloque-enfermedad-4 {
		background: #EFCE45;
	}
	.bloque-enfermedad.bloque-enfermedad-5 {
		background: #FFDE52;
	}
	.bloque-enfermedad.bloque-enfermedad-6 {
		background: #F4F43D;
	}
	.bloque-enfermedad.bloque-enfermedad-7 {
		background: #8AAE34;
	}
	.bloque-enfermedad.bloque-enfermedad-8 {
		background: #679558;
	}
	.bloque-enfermedad.bloque-enfermedad-9 {
		background: #4D5E44;
	}
	.bloque-enfermedad.active {
		border: 2px solid #000;
		width: 30px;
		height: 30px;
		margin-top: 2px;
	}

	.enfermedad {
		margin-top: 5px;
		margin-bottom: 5px;
	}


	.nuevo-enfermedad {
		width: 100%; 
		background-size: cover; 
		background-position: center;
		padding: 15px;
		color: white;
		text-align: center;
		border-bottom: 3px solid #b5b826;
		position: relative;
		width: 85%;
		margin: auto;
		cursor: pointer;
	}

	.nuevo-enfermedad.active {
		border-bottom: 3px solid #6c6f18;
		background-image: none !important;
		background: #b5b826 !important;
	}

	.nuevo-enfermedad-black-layer {
		background-color: rgba(0, 0, 0, 0.4); 
		position: absolute; 
		top: 0; 
		left: 0; 
		width: 100%; 
		height: 100%; 
		z-index: 0;
	}
	
.my-select {
	border-radius: 0px;
    outline: 0px;
    border: 0px;
    background: #bfc21a;
    color: white !important;
    text-align: center;
    text-align-last: center;
}
.my-select-grey {
	background: #a3a3a3;
}

.seleccionar-producto-principal .col-md-6:nth-child(odd) {
	padding-right: 5px;
}
.seleccionar-producto-principal .col-md-6:nth-child(even) {
	padding-left: 5px;
}

.bloqueado {
	position: absolute; width: 100%; height: 100%;
}
.bloqueado .bloqueado-inner {
	position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}
.bloqueado .bloqueado-inner img {
	height: 40px;
}
.no-bloqueado {
	visibility: hidden;
	opacity: 0;
}




















    @media (max-width: 767px) {
        .row {
            padding: 0px !important;
        }
        .my-input {
        	margin: 0px !important;
        }
        .my-arrow {
        	display: none;
        }
        #scroll-malezas, #scroll-enfermedades, #scroll-insectos {
        	width: 100% !important;
        }
    }

    .container {
        width: auto !important;
        padding: 0px;
        max-width: 1250px;
    }
    .card {
        margin-bottom: 10px;
    }
    .card-header {
        padding: 6px;
        text-align: center;
        font-weight: bold;
        color: white;
    }
    .card-body {
        padding: 20px;
        background: #efefef;
		height: 110px;
		box-shadow:  2px 0px 2px 0px rgba(0,0,0,0.2)
    }

    .blue-bg .card-header {
        background: #003789;
    }
    .blue-bg.card {
        border-bottom: 3px solid #003789;
    }
    .mediumblue-bg .card-header {
        background: #106092;
    }
    .mediumblue-bg.card {
        border-bottom: 3px solid #106092;
    }
    .lightblue-bg .card-header {
        background: #3986b4;
    }
    .lightblue-bg.card {
        border-bottom: 3px solid #3986b4;
    }
 .lightblue-bg2 .card-header {
        background: #0094a9;
    }
    .lightblue-bg2.card {
        border-bottom: 3px solid #0094a9;
    }
    .orange-bg .card-header {
        background: #b56d16;
    }
    .orange-bg.card {
        border-bottom: 3px solid #b56d16;
    }
    .purple-bg .card-header {
        background: #82144b;
    }
    .purple-bg.card {
        border-bottom: 3px solid #82144b;
    }
    .red-bg .card-header {
        background: #a8280b;
    }
    .red-bg.card {
        border-bottom: 3px solid #a8280b;
    }

    

    .text-center {
        text-align: center;
    }
    .text-left {
        text-align: left;
    }
    .text-right {
        text-align: right;
    }

    .cultivo {
        cursor: pointer;
        transition: 0.1s all;
    }
    .cultivo.active {
        background: #c6c6c6;
        font-weight: bold;
    }
    .cultivo img {
        height: 40px; 
        margin-bottom: 10px;
    }

    .no-padding {
        padding: 0px !important;
    }
    .no-margin {
        margin: 0px !important;
    }
    .padding-15 {
        padding: 15px;
    }
 .padding-155 {
        padding: 15.5px;
    }
    .padding-25 {
    	padding: 25px;
    }
    .padding-20 {
    	padding: 20px;
    }
    .padding-30 {
    	padding: 30px;
    }
    .padding-10 {
    	padding: 10px;
    }
    .padding-5 {
    	padding: 5px;
    }
    .padding-left-right-5 {
    	padding-left: 5px !important;
    	padding-right: 5px !important;
    }
    .margin-12 {
        margin: 12px;
    }
    .margin-10 {
        margin: 10px;
    }
    .margin-5 {
        margin: 10px;
    }
    .margin-13 {
        margin: 12.5px;
    }
    .margin-top-10 {
    	margin-top: 10px;
    }

    ::-webkit-input-placeholder {
        font-size: 16px;
        font-family: 'Heebo';
       
    }
    :-ms-input-placeholder {
        font-size: 16px;
        font-family: 'Heebo';
       
    }
    ::placeholder {
        font-size: 16px;
        font-family: 'Heebo';
       
    }
    .my-input {
        padding: 5px;
        text-align: center;
    }

    .item-image-inline {
        display: inline-block;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        margin-right: 1px;
    }
    .item-image-inline .bg-image {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }
    .item-image-inline .text {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 10px;
		line-height: 15px;
        font-size: 13px;
        color: white;
        width: 91%;
        font-weight: bold;
        z-index: 2;
        white-space: normal;
        text-align: center;
        transition: 0.2s all;
    }
    .item-image-inline .linea-dummy {
        width: 60%;
        height: 2px;
        background: white;
        border-radius: 2px;
        display: inline-block;
        display: none;
    }
    .item-image-inline.active .linea-dummy {
        display: inline-block;
    } 
    .item-image-inline .circulo-numero {
        position: absolute;
        left: 50%;
        top: 11px;
        transform: translateX(-50%);
        z-index: 3;
        width: 30px;
        height: 30px;
        text-align: center;
        padding-top: 5px;
        color: white;
        border-radius: 50%;
        font-weight: bold;
        display: none;
    }
    .item-image-inline.active .circulo-numero {
        display: block;
    }

    .item-inline {
        display: inline-block;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        margin: 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        height: 65px;
    }
    .item-inline .bg-image {
        height: 65px;
        width: 65px;
        display: inline-block;
        margin-bottom: -5px;
        background-size: cover;
    }
    .item-inline .description {
        display: inline-block;
        height: 65px;
        padding: 15px;
		font-size: 13px;
        line-height: 15px;
        vertical-align: top;
        background: #c6c6c6;
        text-align: center;
        font-weight: bold;
        min-width: 195px;
    }
    .item-inline .title {
        color: #3d3d3d;
    }
    .item-inline .subtitle {
        color: #000000;
    }
    .item-inline.active {
        outline: 3px solid #a8280b;
    }

    .orange-bg .circulo-numero {
        background: #b56d16;
    }

    .purple-bg .circulo-numero {
        background: #82144b;
    }

    .text-white {
        color: white !important;
		
    }

    .black-layer-opacity {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 10000px;
        height: 10000px;
        background: rgba(0,0,0,0.3);
        z-index: 1;
    }

    .square-50 {
        width: 50px;
        height: 50px;
    }
    .square-120 {
        width: 120px;
        height: 105px;
    }

    .scroll-x {
        overflow-y: hidden;
        overflow-x: auto;
        white-space: nowrap;
        margin-bottom: -5px;
        -ms-overflow-style: none;  // IE 10+
        scrollbar-width: none;  // Firefox
    }
    .scroll-x::-webkit-scrollbar { 
        display: none;  // Safari and Chrome
    }

    .height-120 {
        height: 105px;
    }

    .line-height-120 {
        line-height: 105px;
    }

    .height-80 {
        height: 80px;
    }

    .line-height-80 {
        line-height: 80px;
    }
 .height-85 {
        height: 85px;
    }

    .line-height-85 {
        line-height: 85px;
    }

    .height-100 {
        height: 100px;
    }

    .line-height-100 {
        line-height: 100px;
    }

    .my-arrow {
        background: #efefef;
        cursor: pointer;
        font-size: 25px;
        padding-left: 20px;
        padding-right: 20px;

        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; 
    }

    .no-border-bottom {
    	border-bottom: 0px !important;
    }

    .no-margin {
    	margin: 0px !important;
    }

    .no-padding {
    	padding: 0px !important;
    }

    .awesomplete > ul {
    	background: white !important;
    	z-index: 1000 !important; 
    }

	
	  
	  .redes {
  		float:left;
	-webkit-transition: margin 0.5s ease-out;
    -moz-transition: margin 0.5s ease-out;
    -o-transition: margin 0.5s ease-out;
		  
		  }
	  
	  .redes:hover {
  		
	margin-top:  5px !important;
		  cursor: pointer;
		  
		  }

.cards-dashboard .card.round{
	min-height: 90px;
}

.round,
.round-min{
	border-radius: 10px;
}

*{
  font-family: 'Heebo', sans-serif;
}

/* styles */
/* 
verde: #008476
azul: #008ca0
*/

.w-40{
	width: 40% !important;
}
.w-60{
	width: 60% !important;
}

.shadow-none{
	box-shadow: none !important;
}

.gris1{
	background-color: #f4f4f4;
}
.gris2{
	background-color: #e5e5e5;
}

.gray{
	background-color: #dddedf !important;
}
.dark{
	background-color: #000000 !important;
}

.bg-white{
	background-color: white !important;
	color: #000000 !important;
}

.bg-light,
.white{
	/* background-color: white !important; */
	background-color: #efefef !important;
	color: #373737 !important;
}
.verde{
	background-color: #008476 !important;
	border-color: #008476 !important;
    color: white !important;
    line-height: 15px;
	border-radius: 5px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
	font-size: 14px;
	margin-top: .25rem!important;

	
}
.azul{
	background-color: #265e87 !important;
	border-color: #265e87 !important;
	color: white !important;
	 line-height: 15px;
    text-align: center;
	border-radius: 5px;
    padding-top: 8px;
	font-weight: 500;
    padding-bottom: 8px;
	font-size: 14px;
	margin-top: .25rem!important;
}
.gris{
	background-color: #8f9090 !important;
	border-color: #8f9090 !important;
	color: white !important;
	 line-height: 15px;
    text-align: center;
	border-radius: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
	font-size: 14px;
	margin-top: .25rem!important;
}

.celeste{
	background-color: #008ca0 !important;
	border-color: #008ca0 !important;
	color: white !important;
	line-height: 15px;
    text-align: center;
	border-radius: 5px;
    padding-top: 8px;
	font-weight: 500;
    padding-bottom: 8px;
	font-size: 14px;
	margin-top: .25rem!important;
}
.warning{
	background-color: #e69000 !important;
	border-color: #e69000 !important;
	color: white !important;
	line-height: 15px;
    text-align: center;
	border-radius: 5px;
    padding-top: 8px;
	font-weight: 500;
    padding-bottom: 8px;
	font-size: 14px;
	margin-top: .25rem!important;
}

.vermas{
	background-color: #177eaf !important;
	border-color: #177eaf !important;
	color: white !important;
	line-height: 15px;
    text-align: center;
	border-radius: 5px;
    padding-top: 8px;
	font-weight: 500;
    padding-bottom: 8px;
	font-size: 14px;
	margin-top: .25rem!important;
}

.b-gray{
	border:solid 1px #dddedf !important;
}
.b-dark{
	border:solid 1px #373737 !important;
}
.seleccionado .bb-dark{
	border-bottom:solid 2px white !important;
}
.bb-dark{
	border-bottom:solid 1px #373737 !important;
}
.b-white{
	/* border:solid 1px white !important; */
	border:solid 2px #efefef !important;
}
.b-verde{
	border:solid 2px #008476 !important;
	background-color: white !important;
	color: #008476 !important;
	font-weight: 500;
	width: 100px;
}
.b-azul{
	border:solid 2px #265e87 !important;
	background-color: white !important;
	font-weight: 500;
	color: #265e87 !important;
	width: 100px;
}
.b-celeste{
	border:solid 2px #008ca0 !important;
	background-color: white !important;
	font-weight: 500;
	color: #008ca0 !important;
	width: 100px;
}
.b-warning{
	border:solid 2px #e69000 !important;
	background-color: white !important;
	color: #e69000 !important;
	width: 100px;
	font-weight: 500;
}

.b-vermas{
	border:solid 2px #177eaf !important;
	background-color: white !important;
	color: #177eaf !important;
	width: 100px;
	font-weight: 500;
}

.btn-small {font-size: 12px;
    padding: 6 8px !important;
	margin: 2 4px !important;
	line-height: 10px !important;
    width: auto;
}

label{
	height: 25px;
	margin-bottom: 10px;
	display: flex;
	align-items: flex-end;
	FONT-SIZE: 12PX;
    font-weight: 500;
	
}


.verde-menu{
	background-color: #06936e !important;
	color: white !important;
}
.gradient{
	background: linear-gradient(to right, #01498c, #06926e) !important;
	color: white !important;
}

.seleccionado{
	background: linear-gradient(to right, #01498c, #06926e) !important;
	color: white !important;
	text-decoration-color: white !important;
	font-weight: 500 !important;
}

.accionable:hover{
	background: linear-gradient(to right, #01498c, #06926e) !important;
	color: white !important;
	text-decoration-color: white !important;
	cursor: pointer;
	

}
.accionable:hover .bb-dark{
	border-bottom:solid 1px white !important;
	cursor: pointer
}

select,
input{
	border-radius: 5px !important;
	/* border: none !important; */
	border: solid 1px #e9ecef !important;
}

.w-30{
	width: 30% !important;
}

.w-fit{
	width: fit-content !important;
}
.h-fit{
	height: fit-content !important;
}

.w-max{
	width: max-content !important;
}

.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}



.sidebar-sticky,
body .container-page{
	height: 100vh;
}

nav{
	max-height: 70px;
}

.navbar{
	background-color: white;
}
.navbar-brand{
	max-height: inherit;
}
.navbar-brand img{
	object-fit: contain;
}

.tittle-section h1{
	border-bottom: solid 4px steelblue;
}

.sidebar-sticky{
	background: linear-gradient(to bottom right, #01498c, #06926e);
}

.modulo{
	border-radius: 15px;
	height: 100%;
	min-height: 150px;
}

.btn:hover,
.card-body:hover,
.modulo:hover{
	-webkit-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.2);
}
.modulo a, .modulo a:link { 
	text-decoration: none;
	color: black;
}

.modulo hr{
	border: solid 2px steelblue;
	width: 20px;
}

.modulo-seleccionado{
	background: linear-gradient(to right, #01498c, #06926e);
	color: white;
}
.modulo-seleccionado hr{
	border: solid 2px lightgray;
}
.modulo-seleccionado a, .modulo a:link { 
	text-decoration: none;
	color: white;
}

.img-cart{
	background-color: white;
	border-radius: 5px;
	padding: 10px;
    min-height: 180px;
}

table tr th {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* styles */

.b-solid {
	border-color: solid #231f20 2px !important;
	background-color: #231f20;
	height: 3px;
	width: 30px !important;
	margin-bottom: 5px;
	
	
}

.bt-solid {
	border-top: solid 2px !important;
}

.p-absolute{
	position: absolute;
}

.bb-solid {
	border-bottom: solid steelblue 2px !important;
}

.down {
	bottom: 0;
}
.right{
	right:0;
}

.bb-s {
	border-bottom: solid;
}

.card,
.b-none {
	border: none;
}

.bs-none{
	box-shadow: none !important;
}

.active {
	font-weight: bold;
}

.bo-none {
	outline: none !important;
}

section {
	max-width: 100%;
}

.h-50 {
	height: 50% !important;
}

.accordion .collapsed .fa-chevron-up {
	/* transform: rotate(-90deg); */
	display: none;
}

#accordion_menu,
#accordion_menu .btn btn_menu {
	width: -webkit-fill-available;
}

#accordion_menu ul {
	list-style: none;
}

.bl-solid{
	border-left: solid black 2px !important;
}

.nav-tabs .nav-link {
	border: none;
	border-bottom: 4px solid transparent;
	width: 150px;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	opacity: 0.5;
}

.nav-tabs .nav-link.active{
	border-bottom: solid 4px #018475;
	width: 180px;
	font-size: 20px;
	text-align: center;
	opacity: 1;
}

/* carousel items */

/* xs */
@media screen and (max-width: 575px) {}

/* sm */
@media screen and (min-width: 576px) {}

/* md */
@media screen and (max-width: 767px) {
	.sidebar-sticky{
		margin-top: -10px;
	}
}
@media screen and (min-width: 768px) {

	.down-md {
		bottom: 0 !important;
	}

	.bg-md-white {
		background-color: white !important;
	}

	.bl-md-solid{
		border-left: solid black 2px !important;
	}
}

/* lg */
@media screen and (max-width: 991px) {}
@media screen and (min-width: 992px) {}

/* xl */
@media screen and (max-width: 1199px) {}
@media screen and (min-width: 1200px) {}

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

table tr th {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sorting {
  background-color: #D4D4D4;
}

.asc:after {
  content: ' ↑';
}

.desc:after {
  content: " ↓";
}


/*  */


.cart_items_slider .owl-stage {
	display: flex;
	align-items: center;
}

.owl-controls {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.owl-nav {
	height: 100% !important;
	padding-right: 10px;
	padding-left: 10px;
}

.owl-next,
.owl-prev {
	margin-top: auto;
	margin-bottom: auto;
}

.owl-nav {
	display: flex;
	justify-content: space-between;
	height: 0px;
}

.owl-prev,
.owl-next {
	z-index: 999;
	margin-top: 80px;
}
.owl-stage-outer {
	z-index: 999;
}

.titulo-bloque {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px !important;
}

.texto-merch {
	font-weight: 400; 
	font-size: 14px;
	
}



.card-text {
	font-size: 30px;
	margin-top: 10px !important;
	font-weight: 800 !important;
	
	
}

.card-title{
	font-weight: 300;
	font-size: 15px;
	padding-bottom:  3.5px;
	
}

.table .thead-light th {
    color: #495057;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 0px solid #dee2e6;
	font-weight: 400;
	
	}

.ordenar {
	font-weight: 700 !important;
	color: #231f20 !important;
	
}

.form-group {
    margin-bottom: 1rem; 
}

.form-control {
    font-size:  14px; 
	height: 35px;
}


.borde-tabla {
    border-bottom: 1px solid #ccc;
}

.label {
   
    font-size: 9px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 15px;
}

.collapse {
    box-shadow: 0 1px 1px 0px rgba(0,0,0,0.2);
	background-color: #efefef;
	
}

b, strong {
    font-weight: 500;
}

.btn-light {
    color: #212529;
    background-color: #e7e9ea;
    border-color: #d2d4d6;
    line-height: 15px;
    border-radius: 5px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    margin-top: .25rem!important;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 13.5px;
}
::-moz-placeholder { /* Firefox 19+ */
  font-size: 13.5px;
}
:-ms-input-placeholder { /* IE 10+ */
  font-size: 13.5px;
}
:-moz-placeholder { /* Firefox 18- */
  font-size: 13.5px;
}

	.modal {    
			position: fixed;
			left: 0px;
			top: 0px;
			width: 100%;
			height: 100vh;
			background: rgba(0,0,0,0.8);
			display: block;
		}
		.modal-body {
			position: absolute;
			left: 50%;
			top: 50%;
			transform: translate(-50%, -50%);
			background: white;
			border-radius: 10px;
			padding: 50px;
			text-align: center;
			width: 90%;
			max-width: 800px;
			color: #606060;
			font-size: 16px;
		}
		.modal .fa-times {
			position: absolute;
			right: 60px;
			top: 40px;
			font-size: 40px;
			color: white;
			cursor: pointer;
		}	



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

	.pad-respk {
		padding-left: 5px !important;
		padding-right: 5px !important;
	
}
	
	.pad-respk0 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	
}
	
.pad-respk10 {
		padding-left: 10px !important;
		padding-right: 10px !important;
		
	
}
	
	.pad-respk20 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	
}
	
	.pad-respk25 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	
}
	
	.logo-respk {
		margin-bottom: 0px !important;
		top: 10% !important;
		padding-left: 6px !important;

}
	
		.titulo-respk {
		margin-top: 5px !important;
    margin-left: 5px !important;

}
	
	.pl0-respk {
		padding-left: 0px !important;
    

}
	
	.resp-izq {
		text-align: left !important;
 
}
	
	.tabla-respk {
	 margin-bottom: 10px;
    margin-top: 10px !important;
  
}
	
	.tablamb-respk {
	 margin-bottom: 10px;
    
  
}
	
	.p30-respk {
	 padding-right: 30px !important;
    
  
}
	
	
	
	
	
	}






#loader {
	position: absolute; left: 0px; top: 0px; width: 100%; height: 100000px; background: rgba(255,255,255,0.5); z-index: 10000;
}

#loader i {
	position: absolute; left: 50%; top: 50vh; transform: translate(-50%; -50%);
}


	.img-cart {
		cursor: pointer;
	}
	.img-cart:hover .img-cart-hover {
		opacity: 1;
	}
	.img-cart-hover {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		opacity: 0;
		pointer-events: none;
		transition: 0.3s all;
		background: rgba(0,0,0,0.75);
		border-radius: 5px;
	}
	.img-cart-hover big {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 40px;
	}
	#showImageContainer {
		position: fixed;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.9);
		display: none;
	}
	#showImageContainer .img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		text-align: center;
	}
	#showImageContainer .img .descripcion {
		color: white;
		text-align: center;
		max-width: 600px;
		margin-top: 25px;
		font-size: 17px;
	}
	#showImageContainer .img img {
		max-height: 70vh;
	}
	#showImageContainer i {
		position: absolute;
		font-size: 40px;
		right: 40px;
		top: 20px;
		color: white;
		text-decoration: none;
		font-style: normal !important;
		cursor: pointer;
	}