body{
	font-size: 14px !important;
	background: #f1f0ec !important;
}
h1{
	font-size: 185.71% !important;
	color: #009181 !important;
	font-weight: 600 !important;
	margin-bottom: 10px;
	margin-top: 0px;
}
.head-caption{
	/*font-size: 95.71% !important;*/
	color: #284352 !important;
    margin-bottom: 10px !important;
}
.highlight{
	/*font-size: 90% !important;*/
	font-weight: 600 !important;
	color: #284352 !important;
}
.np-left{
	padding-left: 0px;
}
.offer-bottom > p, .offer-bottom > ul{
	font-size: 85.71% !important;
	color: #636363 !important;
	margin-bottom: 25px;
}
h4{
	font-size: 100% !important;
	font-weight: 500 !important;
	color: #717171 !important;
}

/* OFERTAS */
.offer-icon{
	height: 37px;
	width: 37px;
	float: right;
	margin-right: 3px;
	margin-top: 15px;
}
.offer{
	background: white;
	margin-bottom: 20px;
	padding-top: 5px;
}
.offer-controls{
	position: absolute;
	right: 0px;
	top: 5px;
	width: 80px;
	height: 30px;
	list-style-type: none;
	font-size: 120%;
	color: #d6d6d6;
}
.offer-controls > li{
	display: inline-block;
	margin-left: 10px;
}
.basic-specs{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto Condensed', sans-serif !important;
	font-weight: bold !important;
	font-size: 100% !important;
	color: #636363 !important;
}
.basic-specs > li{
	display: inline-block;
	margin: 5px 12px;
}
.basic-specs > li > span{
	color: #76bd1d;
}
.offer-top * .title{
	font-size: 128.57% !important;
	font-weight: 700 !important;
	color: #2b3e50 !important;
	margin-bottom: 0px;
}
.offer-top * .area{
	font-size: 90% !important;
	font-weight: 400 !important;
	color: #636363 !important;
	margin-top: -2px;
}
.offer-top > .header{
	margin-bottom: 15px;
}
.offer-top > .body{
	font-size: 85.71% !important;
	color: #787875 !important;
}
.offer-bottom{
	border-top: 2px dotted lightgray;
	padding-top: 15px;
	margin-top: 10px;
}
/* .offer-bottom > ul{
	list-style-type: none;
}
.offer-bottom > ul > li{ 
    text-indent: -.7em;
}
.offer-bottom > ul > li:before {
    content: "• ";
    color: #009181; /* or whatever color you prefer */
} */
.requirments > table{
	color: #636363;
	margin-bottom: 10px;
}
#table01 * td:first-child, #table02 * td:first-child{
	color: #284352 !important;
	font-weight: bold !important;
	font-size: 90% !important;
	width: 130px;
	vertical-align: top;
}
#table02{
	border-collapse: separate;
    border-spacing: 0px 12.5px;
}
#table02 * td:first-child{
	color: #636363;
	vertical-align: top;
}
.detail-trigger{
	color: #008375;
	cursor: pointer;
}
.btn-postulate{
	background: #008375;
	border-radius: 20px;
	color: white;
	font-family: 'Roboto Condensed', sans-serif !important;
	font-size: 110% !important;
	font-weight: 700 !important;
	padding: 4px 20px;
	border: 3px solid transparent;
}
.btn-postulate:active{
	color: #008375;
	background: white;
	border: 3px solid #008375;
}
.dots{
	border: 1px dashed black;
}
.share{
	position: absolute;
	right: 30px;
	bottom: 20px;
}
.share > li{
	color: #a0a0a0;
}
.icon-optional{
	display: none;
}
/* MEDIA QUERIES */
@media (max-width: 767px){
	.glass-icon{
		transform: scale(0.5);
	}
	.glass-icon-wrap{ text-align: center;}
	.banner-form-wrap{ margin-top: 10px;}
	.share > li:first-child{
		display: block;
	}
	.share{
		position: initial;
		text-align: center;
	}
	.np-left{
		padding-left: 15px;
	}
}
@media (min-width: 768px){
	.basic-specs > li:first-child{ margin-left: 0px;}
}
.ph{
	color: transparent;
}
.no-padding{
	padding: 0px;
}	