@charset "utf-8";
@font-face {
	font-family: 'open_regular';
	src: url('../fonts/OpenSans.woff2') format('woff2'), url('../fonts/OpenSans.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_semi';
	src: url('../fonts/OpenSans-Semibold.woff2') format('woff2'), url('../fonts/OpenSans-Semibold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_bold';
	src: url('../fonts/OpenSans-Bold.woff2') format('woff2'), url('../fonts/OpenSans-Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
/* ----------------- Generales */
* {
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	border-collapse: collapse;
	font-family: 'open_regular', Arial, Helvetica, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ins {
	text-decoration: none;
}
strong {
	font-size: 1em;
	font-family: 'open_bold', Arial, Helvetica, sans-serif;
	font-weight:normal;
}
a img {
	border: none;
}
a:hover {
	cursor: pointer;
}
input {
	border: 0px inset;
}
input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
h1, h2, h3, h4, h5, h6, p, ul, li, form, textarea, input, label, legend, fieldset, select, seccionquote {
	font-weight: normal;
	float: left;
	width: 100%;
	text-align: left;
}
a img, a:hover img, a, a:hover, input[type="submit"], input[type="submit"]:hover, button, button:hover {
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
ul {
	list-style-type: none;
}
fieldset {
	border: 0px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 10px 0;
}
fieldset.auto {
	width: auto;
	display: inline-block;
}
fieldset.inline {
	margin: 0 0 10px 0;
}
body, html {
	width: 100%;
	height: 100%;
	position: relative;
	min-width: 300px;
	padding: 0px !important;
	margin: 0px !important;
}
.tabla {
	float: left !important;
	width: 100% !important;
	display: table !important;
}
.celda, .cols.celda {
	float: none !important;
	vertical-align: top !important;
	text-align: center !important;
	display: table-cell !important;
}
hr {
	border-top: 0px;
	border-right: 0px;
	border-bottom: solid 0px #ccc;
	border-left: 0px;
	float: left;
	width: 100%;
	position: relative;
	height: 10px;
	margin: 20px 0 20px 0;
}
hr::after {
	content: "";
	position: absolute;
	height: 1px;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #ddd;
	border-radius: 10px;
	display: inline-block;
}
hr.normal::after {
	display: none
}
.bg_eeeeee {
	background-color: #eee;
}
.bg_fff {
	background-color: #fff !important;
}
body.sin_scroll {
	overflow: hidden;
}
.invisible {
	display: none !important;
}
.back {
	position: fixed;
	background-image: url(../images/flecha_atras.png);
	background-repeat: no-repeat;
	background-position: center left 10px;
	background-size: initial;
	height: 40px;
	width: 75px;
	top: 48%;
	left: 0px;
	z-index: 100;
	background-color: #fff;
	line-height: 40px;
	text-decoration: none;
	font-size: 14px !important;
	color: #333;
	padding: 1px 0 0 27px;
	text-transform: uppercase;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.back:hover {
	background-color: #eee;
}
#subir {
	position: fixed;
	background-image: url(../images/subir.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 14px auto;
	width: 34px;
	height: 34px;
	display: none;
	float: none;
	text-indent: -9999px;
	bottom: 0px;
	right: 0px;
	border-radius: 0%;
	z-index: 1000;
	background-color: #203a5d;
}
#subir:hover {
	opacity: 0.85;
}
@media screen and (min-width: 980px) {
	.rspnsv {
		display: none !important;
	}
}
@media screen and (max-width: 979px) {
	.rspnsv {
		display: block !important;
	}
	.desk {
		display: none !important;
	}
}
.row, row {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
}
.inactivo {
	pointer-events: none;
	opacity: 0.3;
}
.container{
	width:100%;
	float:left;
}
.content{
	width:100%;
	max-width:1180px;
	margin:auto;
}
/*----------------------Margenes y Paddings */
.tinymargen {
	margin-bottom: 10px !important;
}
.minimargen {
	margin-bottom: 20px !important;
}
.mediamargen {
	margin-bottom: 35px !important;
}
.margen {
	margin-bottom: 50px !important;
}
.margen-top {
	margin-top: 50px !important;
}
@media screen and (max-width: 979px) {
	.margen {
		margin-bottom: 30px !important;
	}
	.margen-top {
		margin-top: 30px !important;
	}
}
.supermargen {
	margin-bottom: 75px !important;
}
.granmargen {
	margin-bottom: 100px !important;
}
.granmargen_top {
	margin-top: 100px !important;
}
.minipad {
	padding-bottom: 25px !important;
}
.mediapad {
	padding-bottom: 35px !important;
}
.mediapad_top {
	padding-top: 35px !important;
}
.pad {
	padding-bottom: 50px !important;
}
.superpad {
	padding-bottom: 75px !important;
}
.granpad {
	padding-bottom: 100px !important;
}
/*--------------------------------------------------------------*/
/* Margenes Top */
/*--------------------------------------------------------------*/
.mt_0{margin-top:0px !important;}
.mt_5{margin-top:5px !important;}
.mt_10{margin-top:10px !important;}
.mt_15{margin-top:15px !important;}
.mt_20{margin-top:20px !important;}
.mt_25{margin-top:25px !important;}
.mt_30{margin-top:30px !important;}
.mt_35{margin-top:35px !important;}
.mt_40{margin-top:40px !important;}
.mt_45{margin-top:45px !important;}
.mt_50{margin-top:50px !important;}
.mt_60{margin-top:60px !important;}
.mt_70{margin-top:70px !important;}
.mt_80{margin-top:80px !important;}
.mt_90{margin-top:90px !important;}
.mt_100{margin-top:100px !important;}
@media screen and (max-width: 979px) {
	.mt_40{margin-top:30px !important;}
	.mt_45{margin-top:30px !important;}
	.mt_50{margin-top:30px !important;}
	.mt_60{margin-top:30px !important;}
	.mt_70{margin-top:30px !important;}
	.mt_80{margin-top:30px !important;}
	.mt_90{margin-top:30px !important;}
	.mt_100{margin-top:30px !important;}	
}
/*--------------------------------------------------------------*/
/* Margenes Bottom */
/*--------------------------------------------------------------*/
.mb_0{margin-bottom:0px !important;}
.mb_5{margin-bottom:5px !important;}
.mb_10{margin-bottom:10px !important;}
.mb_15{margin-bottom:15px !important;}
.mb_20{margin-bottom:20px !important;}
.mb_25{margin-bottom:25px !important;}
.mb_30{margin-bottom:30px !important;}
.mb_35{margin-bottom:35px !important;}
.mb_40{margin-bottom:40px !important;}
.mb_45{margin-bottom:45px !important;}
.mb_50{margin-bottom:50px !important;}
.mb_60{margin-bottom:60px !important;}
.mb_70{margin-bottom:70px !important;}
.mb_80{margin-bottom:80px !important;}
.mb_90{margin-bottom:90px !important;}
.mb_100{margin-bottom:100px !important;}
@media screen and (max-width: 979px) {
	.mb_40{margin-bottom:30px !important;}
	.mb_45{margin-bottom:30px !important;}
	.mb_50{margin-bottom:30px !important;}
	.mb_60{margin-bottom:30px !important;}
	.mb_70{margin-bottom:30px !important;}
	.mb_80{margin-bottom:30px !important;}
	.mb_90{margin-bottom:30px !important;}
	.mb_100{margin-bottom:30px !important;}	
}
/*--------------------------------------------------------------*/
/* Padding Top */
/*--------------------------------------------------------------*/
.pt_0{padding-top:0px !important;}
.pt_5{padding-top:5px !important;}
.pt_10{padding-top:10px !important;}
.pt_15{padding-top:15px !important;}
.pt_20{padding-top:20px !important;}
.pt_25{padding-top:25px !important;}
.pt_30{padding-top:30px !important;}
.pt_35{padding-top:35px !important;}
.pt_40{padding-top:40px !important;}
.pt_45{padding-top:45px !important;}
.pt_50{padding-top:50px !important;}
.pt_60{padding-top:60px !important;}
.pt_70{padding-top:70px !important;}
.pt_80{padding-top:80px !important;}
.pt_90{padding-top:90px !important;}
.pt_100{padding-top:100px !important;}
@media screen and (max-width: 979px) {
	.pt_40{padding-top:30px !important;}
	.pt_45{padding-top:30px !important;}
	.pt_50{padding-top:30px !important;}
	.pt_60{padding-top:30px !important;}
	.pt_70{padding-top:30px !important;}
	.pt_80{padding-top:30px !important;}
	.pt_90{padding-top:30px !important;}
	.pt_100{padding-top:30px !important;}	
}
/*--------------------------------------------------------------*/
/* Padding Bottom */
/*--------------------------------------------------------------*/
.pb_0{padding-bottom:0px !important;}
.pb_5{padding-bottom:5px !important;}
.pb_10{padding-bottom:10px !important;}
.pb_15{padding-bottom:15px !important;}
.pb_20{padding-bottom:20px !important;}
.pb_25{padding-bottom:25px !important;}
.pb_30{padding-bottom:30px !important;}
.pb_35{padding-bottom:35px !important;}
.pb_40{padding-bottom:40px !important;}
.pb_45{padding-bottom:45px !important;}
.pb_50{padding-bottom:50px !important;}
.pb_60{padding-bottom:60px !important;}
.pb_70{padding-bottom:70px !important;}
.pb_80{padding-bottom:80px !important;}
.pb_90{padding-bottom:90px !important;}
.pb_100{padding-bottom:100px !important;}
@media screen and (max-width: 979px) {
	.pb_40{padding-bottom:30px !important;}
	.pb_45{padding-bottom:30px !important;}
	.pb_50{padding-bottom:30px !important;}
	.pb_60{padding-bottom:30px !important;}
	.pb_70{padding-bottom:30px !important;}
	.pb_80{padding-bottom:30px !important;}
	.pb_90{padding-bottom:30px !important;}
	.pb_100{padding-bottom:30px !important;}
}
/*----------------------Rows y Columnas */
.row.gris {
	background-color: #f3f3f3;
}
.cols {
	float: none;
	display: inline-block;
	width: 100%;
	max-width: 1180px;
	font-size: initial;
	position: relative;
	vertical-align: top;
	text-align: center;
}
.cols.pads {
	padding: 0 10px !important;
}
@media screen and (max-width: 979px) {
	.cols {
		padding: 0 10px;
	}
	.cols .cols {
		padding: 0 0px;
	}
}
.cols img {
	max-width: 100%;
	height: auto;
	width: auto;
}
.cols.wide {
	max-width: 1200px;
}
@media screen and (min-width: 980px) {
	.cols {
		width: 100%;
		float: none;
		margin: auto;
		text-align: center;
		padding: 0 10px;
		font-size: 0px;
	}
	.cols .cols {
		padding: 0 0px;
	}
}
.col img {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 979px) {
	.col.vacia {
		display: none !important;
	}
}
.centro {
	text-align: center;
}
.izquierda {
	text-align: left;
}
.derecha {
	text-align: right;
}
.col {
	font-size: initial;
	display: inline-block;
	vertical-align: top;
	position: relative;
	background-size: cover;
	text-align: left;
	background-position: center center;
}
.col.pads {
	padding: 0 10px;
}
.col.centrado,
.col.centrado * {
	text-align: center !important;
}
.pads .col {
	padding: 0 10px;
}
.col.pad {
	padding: 0 10px;
}
.col.pad_right {
	padding: 0 10px 0 0;
}
@media screen and (max-width: 979px) {
	#define_cliente_right{
		margin-bottom:40px;
	}
}
.col.division {
	border-left: solid 1px #ddd;
	padding-left: 20px;
}
@media screen and (max-width: 979px) {
	.col.division {
		border-left: solid 0px #ddd;
		padding-left: 0px !important;
	}
}
.col_1 {
	width: 100%;
}
.col_2 {
	width: 50%;
}
.cols .col_2:first-child {
	padding-right: 10px;
}
.cols .col_2:last-child {
	padding-left: 10px;
}
@media screen and (max-width: 979px) {
	.cols .col_2:first-child {
		padding-right: 0px;
	}
	.cols .col_2:last-child {
		padding-left: 0px;
	}
}
.col_2.cell {
	width: 50% !important;
}
.col_3 {
	width: 33.3%;
}
.col_4 {
	width: 25%;
}
.col_5 {
	width: 20%;
}
.col_6 {
	width: 16.66%;
}
.col_7 {
	width: 14.28%;
}
.col_8 {
	width: 12.5%;
}
.col_9 {
	width: 11.11%;
}
.col_10 {
	width: 10%;
}
.col_11 {
	width: 9.09%;
}
.col_12 {
	width: 8.33%;
}
.col_1_3 {
	width: 33%;
}
.col_1_4 {
	width: 25%;
}
.permanent .col_1_4 {
	width: 25% !important;
}
.col_1_5 {
	width: 20%;
}
.col_3_4 {
	width: 75%;
}
.permanent .col_3_4 {
	width: 75% !important;
}
.col_2_4 {
	width: 50%;
}
.col_2_3 {
	width: 67%;
}
.col_4_5 {
	width: 80%;
}
.col_50{
	width:50%;
}
@media screen and (max-width: 979px) {
	.col {
		width: 100%;
		text-align: center;
		float: left;
	}
}
.col p, .col li {
	font-size: 15px;
	color: #666;
	line-height: 20px;
}
.col li {
	margin: 0 0 3px 0;
}
.col p {
	text-align: justify;
}
@media screen and (max-width: 979px) {
	.col p {
		text-align: center;
	}
	.col.comentario p {
		text-align: left !important;
	}
}
.col p a, .col li a {
	font-size: 1em;
	color: #666;
	line-height: 19px;
	display: inline-block;
	text-decoration: none;
}
.col p a:hover, .col li a:hover {
	text-decoration: underline;
}
/*----------------------Generales Formulario */
.formulario form {
	float: left;
	text-align: center;
}
.formulario form.form_cambio_estado{
	text-align: left;	
}
.formulario.cuadro form {
	float: none;
	text-align: center;
	max-width: 320px;
	border: solid 1px #ddd;
	display: inline-block;
	padding: 20px;
}
.formulario input,
.formulario select,
.formulario textarea {
	font-size: 16px;
}
.formulario label {
	float: none;
	width: auto;
	display: inline-block;
	margin: 0 0 5px 0;
	color: #333;
	font-size: 15px;
	vertical-align: middle;
}
.formulario fieldset label {
	margin: 0 0 5px 0 !important;
}
.formulario fieldset.inline label {
	margin: 0 0 0 0 !important;
}
@media screen and (max-width: 979px) {
	.formulario fieldset.inline label {
		width: 100%!important;
		margin: 0 0 5px 0 !important;
		padding: 0px !important;
	}
	.formulario fieldset.inline label.auto {
		width: auto!important;
		margin: 0 18px 0px 2px !important;
		padding: 3px 0;
	}
}
.formulario .check *{
	vertical-align:top;
}
.formulario .check label {
	width: calc(100% - 31px);
	margin: 0 0 10px 0;
	line-height: 1em;
}
.formulario label * {
	float: left;
}
.formulario label b {
	float: none;
}
.formulario input {
	height: 48px;
	color: #fff;
	padding: 3px 10px;
	background-color: #f4f4f4;
	margin: 0 0 10px 0;
	font-size: 17px;
	border: solid 1px #ddd;
	text-align: left;
	display: inline-block;
	color: #222;
	position: relative;
}
.formulario input.fecha {
	background-image: url(../images/ico_calendario.svg);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 20px 20px;
	padding: 0 30px 0 5px;
}
.formulario input[type="submit"] {
	cursor: pointer;
}
#formularios.formulario input {
	border: solid 1px #ddd;
	background-color: #eee !important;
	color: #000;
	font-size: 17px;
}
.formulario select {
	height: 48px;
	border: solid 1px #ddd;
	background-color: #f4f4f4 !important;
	color: #000;
	font-size: 17px;
	padding: 3px 6px;
	background-color: #fff;
	margin: 0 0 10px 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url("../images/flecha_baja.svg");
	background-repeat: no-repeat;
	background-position: right 12px center;
	cursor: pointer;
}
@media screen and (max-width: 1180px) {
	.formulario select {
		margin: 0 0 10px 0;
	}
}
.formulario select option {
	font-size: 1em;
}
.formulario textarea {
	min-height: 75px;
	color: #454545 !important;
	padding: 10px;
	background-color: #f4f4f4;
	margin: 0 0 10px 0;
	font-size: 17px;
	border: solid 1px #ddd;
	margin: 0 0 5px 0;
	font-size: 17px;
	text-align: left !important;
}
.formulario textarea.alta {
	min-height: 150px;
}
::-webkit-input-placeholder {
	color: #888;
}
:-moz-placeholder {
	color: #888;
}
::-moz-placeholder {
	color: #888;
}
:-ms-input-placeholder {
	color: #888;
}
.formulario #fant {
	position: absolute;
	left: -9999px;
}
.formulario div.aviso_privacidad {
	display: inline-block;
	float: left;
	width: 100%;
	text-align: left;
	border-bottom: solid 0px #ccc;
	height: auto;
	text-align: left;
	padding: 0 0 20px 0;
	margin: 5px 0 00;
}
@media screen and (max-width: 979px) {
	.formulario div.aviso_privacidad {
		text-align: center;
	}
}
.formulario div.aviso_privacidad div {
	float: left;
	width: 100%;
	text-align: left !important;
}
.formulario div.aviso_privacidad p.etiqueta {
	margin: 0px 0 0px 0px !important;
	float: none !important;
	text-align: left;
	padding-left: 3px !important;
	display: inline-block;
	color: #fff !important;
	vertical-align: top;
	text-align: left !important;
	font-size: 13px !important;
	-o-width: calc(100% - 37px) !important;
	-moz-width: calc(100% - 37px) !important;
	-webkit-width: calc(100% - 37px) !important;
	width: calc(100% - 37px) !important;
	line-height: 15px !important;
}
.formulario div.aviso_privacidad p a {
	color: #fff;
	width: auto !important;
	float: none !important;
	display: inline !important;
	text-decoration: underline;
	font-size: 1em !important;
	line-height: 1em !important;
}
.formulario div.aviso_privacidad p a:hover {
	color: #fff;
	font-size: 1em;
}
.formulario input[type="checkbox"] {
	height: 21px !important;
	width: 21px !important;
	float: none;
	display: inline-block;
	margin: 0 5px 0 0 !important;
	vertical-align: middle;
	border: solid 1px #ccc !important;
}
.formulario input[type="radio"] {
	height: 25px !important;
	width: 25px !important;
	float: none;
	display: inline-block;
	margin: 0 6px 0 0 !important;
	vertical-align: middle;
	border: solid 1px #ccc !important;
}
.formulario input.boton:disabled, .formulario input.boton:disabled:hover {
	background-color: rgba(0, 0, 0, 0.2) !important;
	color: #0f64ad !important;
	cursor: default !important;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.formulario form h2 {
	font-size: 17px;
	color: #666;
	text-align: center;
	margin: 0 0 10px 0;
	line-height: 20px;
}
.formulario form h2 strong {
	margin: 0 0 5px 0;
	float: left;
	width: 100%;
	text-align: center;
}
.formulario form p {
	font-size: 14px !important;
	line-height: 18px;
	margin: 0 0 20px 0;
	color: #666 !important;
	text-align: center;
}
.formulario form p.txtArchivoActual{
	display:block;
	background-color:#EEE;
	float:left;
	text-align:left;
	padding:20px;
	color:#333 !important;
	font-size:16px !important;
}
.formulario form p.cantidad_reg_csv {
	font-size: 16px !important;
	text-align:left;
}
.formulario form h4 {
	color: #42C4DD;
	font-family: "open_bold";
	margin: 0 0 10px 0;
}
.formulario form h5 {
	font-size: 17px;
	color: #999;
	text-align: center;
	margin: 0 10px 10px 0 !important;
	line-height: 20px;
}
.formulario fieldset.inline label {
	margin: 0 15px 0 0 !important;
}
.formulario input[type="file"]{
	line-height:46px;
	padding:0 5px;
}
.formulario .sidetab_content .cols .col_1{
	padding: 0 0px !important;
}
.formulario .set{
    margin-bottom:10px;   	
}
.formulario .set fieldset input,
.formulario .set fieldset label{
    float:left;    	
}
.formulario .set fieldset label{
    width: calc(100% - 30px);
    vertical-align: top;
}
.formulario .requerido{
	border:solid 1px #e80000 !important;
}
.formulario .conCheck input,
.formulario .conCheck label{
	float:left;
}
.formulario .conCheck label{
	width:calc(100% - 30px);
}
@media screen and (min-width: 720px) {
	.formulario.etapa-negocio fieldset{
		width:50%;
		padding:0 10px;
	}
	.formulario.etapa-negocio .btn_form_cambio_estado{
		margin-top:20px;
	}
}
/*----------------------Video Responsive */
.contiene_video {
	float: none;
	display: inline-block;
	width: 100%;
	max-width: 900px;
	margin-bottom: 20px;
}
.contiene_video p {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	margin: 0 0 0 0px;
	overflow: hidden;
}
.contiene_video p iframe, .contiene_video p object, .contiene_video p embed {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0px;
}
/*----------------------Boton */
.btn {
	height: 50px;
	width: auto;
	min-width: 180px;
	text-align: center !important;
	line-height: 50px;
	font-size: 15px !important;
	color: #fff !important;
	float: none;
	z-index: 0;
	display: inline-block;
	border-radius: 16px 0 16px 0;
	text-transform: uppercase;
	font-family: "open_bold";
	text-decoration: none;
	background-color: #42C4DD !important;
	color: #fff;
	border: 0px !important;
	position: relative;
	padding: 0 25px !important;
	cursor:pointer;
}
.btn:hover {
	background-color: #213b5e !important;
}
.btn.to_right {
	float: right;
}
.btn.to_left {
	float: left;
}
.btn.gris {
	color: #42C4DD !important;
	background-color: #f4f4f4 !important;
}
.btn.gris:hover {
	color: #fff !important;
	background-color: #bbb !important;
}
.btn.white {
	color: #42C4DD !important;
	background-color: #fff !important;
	border: solid 1px #ddd !important;
}
.btn.lupa {
	background-image: url("../images/lupa_white.svg");
	background-repeat: no-repeat;
	background-position: left 15px center;
	padding: 0 20px 0 55px !important;
}
.btn.descargar {
	background-image: url("../images/ico_descargar.svg");
	background-repeat: no-repeat;
	background-position: left 12px center;
	background-size:28px;
	min-width: 160px;
	padding: 0 10px 0 40px !important;
}
.btn.mas {
	background-image: url("../images/mas_azul.svg");
	background-repeat: no-repeat;
	background-position: left 15px center;
	padding: 0 20px 0 40px !important;
}
.btn.mas:hover {
	background-color: #42c4dd !important;
	color: #fff !important;
	background-image: url("../images/mas_blanco.svg");
}
.btn.mas.activo {
	background-image: url("../images/equis_azul.svg");
}
.btn.mas.activo:hover {
	background-image: url("../images/equis_blanco.svg");
}
.btn.desplegable-control::after {
	content: "";
	right: 10px;
	top: calc(50% - 3px);
	width: 0px;
	height: 0px;
	display: inline-block;
	position: absolute;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-top: 6px solid #fff;
	padding: 0 0px 0 0px !important;
	z-index: 5;
}
.btn.desplegable-control.activo::after {
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 6px solid #fff;
	border-top: 0px solid #fff;
}
.btn.desplegable-control.simple::after {
	display: none;
}
.btn.opcionar::after {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 60px;
	left: -37px;
	top: -5px;
	height: 60px;
	background-image: url(../images/ico_opcionar.svg);
	background-repeat: no-repeat;
}
@media screen and (max-width: 979px) {
	.btn.opcionar {
		border-radius: 16px 0 16px 16px;
	}
	.btn.opcionar::after {
		content: "";
		position: absolute;
		left: 0px;
		top: -4px;
		width: 60px;
		left: -3px;
	}
}
.btn.prev {
	background-image: url("../images/prev.svg");
	background-repeat: no-repeat;
	background-position: left 15px center;
	padding: 0 20px 0 50px !important;
}
.btn.next {
	background-image: url("../images/next.svg");
	background-repeat: no-repeat;
	background-position: right 15px center;
	padding: 0 40px 0 00px !important;
}
.btn.prev:hover {
	background-image: url("../images/prev_w.svg");
}
.btn.next:hover {
	background-image: url("../images/next_w.svg");
}
.col_4 .btn {
	min-width: 100%;
}
.btn:disabled,
.btn:disabled:hover,
.btn.disabled,
.btn.disabled:hover,
.btn2.disabled,
.btn2.disabled:hover{
    background-color:#CCC !important;
	color: #999 !important;
	cursor: default !important;
	pointer-events: none; 	
}
#btn_opcionando{
	line-height:50px;
	pointer-events: none;
	display:none;
}
#adminDuplicarZona{
	margin-bottom:10px;
}
/*----------------------Login */
body.login .row.tabla {
	height: 100vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
@media screen and (max-width: 979px) {
	body.login .row.tabla {
		height: 100vh;
	}
}
body.login .cols {
	padding: 0 10px;
	vertical-align: top !important;
	padding: 20px 10px 0;
}
body.login .content .row {
	max-width: 1180px;
	float: none;
	display: table;
	margin: auto;
}
body.login .content .row .col {
	display: table-cell;
	float: none;
	vertical-align: middle;
}
body.login .col_1_3 hr {
	margin: 25px 0 !important;
}
body.login .col_1_3 {
	max-width: 380px;
}
@media screen and (max-width: 979px) {
	body.login .col_1_3 {
		float: none;
		display: inline-block !important;
	}
}
body.login .col_1_3 h1 {
	margin: 0 !important;
	color: #fff;
	line-height: 35px;
	font-size: 18px;
	text-align: center;
}
body.login .col_1_3 h1 strong {
	width: 100%;
	float: left;
	text-align: center;
	color: #41C4DD;
	font-size: 25px;
	margin: 0 0 15px 0;
}
body.login .col_1_3 h1 span {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0 0 15px 0;
	font-size: 25px;
}
body.login .col_1_3 p {
	color: #fff;
	font-size: 15px;
	text-align: center;
	margin-bottom:20px;
}
body.login .col_1_3 p a {
	color: rgba(255, 255, 255, 0.5);
	font-size: 1em;
	text-align: center;
	text-decoration: underline;
}
body.login .col_1_3 p a:hover {
	color: rgba(255, 255, 255, 0.8);
}
body.login hr::after {
	left: calc(50% - 50px);
	width: 100%;
	max-width: 100px;
	background-color: #42C4DD;
}
body.login form {
	background-color: #fff;
	padding: 25px;
	border-radius: 15px;
	margin: 0 0 30px 0;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
}
body.login .btn {
	margin: 10px 0 10px 0 !important;
}
/*----------------------Header */
#header {
	text-align: center;
	min-height: 140px;
	z-index: 5;
	background-color: #fff;
}
#header .cols {
	padding: 0 10px;
	z-index: 3;
}
@media screen and (max-width: 979px) {
	#header .cols {
		padding: 0 0px;
		z-index: 3;
	}
}
#header .logo {
	float: left;
	display: inline-block;
	margin: 8px 0 0 0;
}
#header .menu {
	width: auto;
	float: right;
	text-align: right;
	margin: 52px 0 0 0;
}
@media screen and (max-width: 979px) {
	#header .logo {
		float: left;
		margin: 10px 0 0 10px;
	}
	#header .menu {
		width: 100%;
		float: left;
		display: none;
		text-align: right;
		margin: 10px 0 0 0;
	}
}
#header .menu li {
	width: auto;
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	color: #777;
	text-decoration: none;
	position: relative;
	margin: 0 0 0 20px;
}
@media screen and (max-width: 979px) {
	#header .menu li {
		width: 100%;
		float: left;
		display: block;
		margin: 0 0 0 0px;
		padding: 0 0 0 0 !important;
		border-top: solid 1px #ddd;
	}
	#header .menu li ul li {
		border-top: 0px;
	}
}
#header .menu li.not_relative {
	position: initial;
}
#header .menu li ul li {
	padding: 0 0 0 0 !important;
	margin: 10px 0;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	z-index: 5;
}
@media screen and (max-width: 979px) {
	#header .menu li ul li {
		padding: 0 0 0 0 !important;
		margin: 0px 0;
	}
}
#header div.menu_admin ul li {
	width: auto;
	margin: 0 30px 0 0 !important;
	float: none;
	display: inline-block;
}
@media screen and (max-width: 979px) {
	#header div.menu_admin ul li {
		width: 100%;
		margin: 0 0px 20px 0 !important;
		float: left;
		text-align: left;
		display: block;
		padding-left:40px;
	}
	#header div.menu_admin ul li a {
		text-align: left;
		float: none;
		padding-left: 50px;
		display: inline-block;
	}
}
#header .menu li ul li a:hover {
	color: #4cc6de;
}
#header .menu li.linea {
	padding: 0 0 0 20px;
}
@media screen and (max-width: 979px) {
	#header .menu li.user {}
	#header .menu li.user span {
		margin: 8px 0 0 0;
	}
}
#header .menu li.linea::before {
	border-left: solid 1px #ccc;
	content: "";
	height: 75px;
	width: 1px;
	left: 0px;
	top: -18px;
	position: absolute;
	display: inline-block;
	vertical-align: middle;
}
@media screen and (max-width: 979px) {
	#header .menu li.linea::before {
		display: none;
	}
}
#header .menu li .row {
	position: absolute;
	top: 50px;
	right: 0px;
	padding: 15px 0px;
	width: auto;
	min-width: 180px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 979px) {
	#header .menu li .row {
		border-radius: 0px;
		width: 100%;
	}
}
#header .menu li .submenu_usuario{
	display:none;
	padding:10px;
}
#header .row.menu_admin {
	display: none;
	position: relative;
	top: 0px;
	right: 0px;
	z-index: 0;
	padding: 0px 0px;
	width: 100% !important;
	min-width: 100%;
	background-color: #203a5d;
	border-radius: 0px;
	box-shadow: 0 3px 0px rgba(0, 0, 0, 0);
	height: 55px;
	margin: 10px 0 0 0;
}
@media screen and (max-width: 979px) {
	#header .row.menu_admin {
		height: auto !important;
		padding: 0px 0px 0 0px !important;
		text-align: center;
		position: relative !important;
		left: 0px !important;
		top: initial !important;
		margin: 0 0 0 0;
	}
}
#header .row.menu_admin ul::after {
	width: 0;
	height: 0;
	position: absolute;
	top: -15px;
	right: 20%;
	content: "";
	z-index: 3;
	right: 270px;
	border-right: 16px solid transparent;
	border-left: 16px solid transparent;
	border-bottom: 15px solid #203a5d;
}
@media screen and (max-width: 979px) {
	#header .row.menu_admin ul::after {
		display: none;
	}
}
#header .row.menu_admin ul {
	position: relative;
	z-index: 3;
	padding: 20px 10px 0 10px;
	max-width: 1180px;
	float: none;
	margin: auto;
	width: 100%;
	display: inline-block;
}
@media screen and (max-width: 979px) {
	#header .row.menu_admin ul {
		position: relative;
		z-index: 3;
		padding: 20px 0px;
		float: left;
		margin: auto;
		width: 100%;
		display: block;
		margin: 0 0 0 0;
		background-color: #203a5d;
	}
}
#header .menu li a,
#header .menu li a span {
	display: inline-block;
	font-size: 1em;
	color: #777;
	text-decoration: none;
	vertical-align: middle;
	margin: 0px;
	position: relative;
}
#header .menu > li a:hover,
#header .menu > li a:hover span {
	color: #000;
}
#header div.menu_admin li a {
	color: #fff;
	text-decoration: none;
	font-size:16px;
}
@media screen and (max-width: 979px) {
	#header .menu li a {
		color: #203a5d;
		text-decoration: none;
		float: left;
		width: 100%;
		text-align: left;
		padding: 10px 10px;
	}
	#header .menu li li a {
		padding: 10px 10px 10px 50px;
	}
}
#header div.menu_admin li a:hover {
	color: rgba(255, 255, 255, 0.75);
	text-decoration: none;
}
#header .menu li div.menu_admin ul li a:hover {
	color: rgba(255, 255, 255, 0.7);
}
#header .menu li a.separador::after {
	content: "";
	width: 10px;
	height: 5px;
	background-image: url(../images/flecha_baja.svg);
	display: inline-block;
}
@media screen and (max-width: 979px) {
	#header .menu li a.separador::after {
		float: right;
		margin: 14px 0 0 0;
	}
}
#header .menu li a.separador.activo::after {
	background-image: url(../images/flecha_sube.svg);
}
#header .menu li a img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 5px;
}
#header .menu li.linea a img {
	margin: 0 5px 0 5px;
}
#header .menu li .row.menu_admin li {
	margin: 0px 25px 0 0 !important;
}
@media screen and (max-width: 979px) {
	#header .menu li .row.menu_admin li {
		margin: 0px 0px 0 0 !important;
	}
	#header .menu li.linea a img {
		float: left;
		margin: 0 10px;
	}
}
/*----------------------Titulo seccion */
.supertitle {
	text-align: center;
	padding: 25px 0 25px 0;
}
.supertitle * {
	text-align: center;
}
.supertitle h2 {
	color: #203A5D;
	font-size: 22px;
}
.supertitle hr::after {
	content: "";
	position: absolute;
	height: 1px;
	top: 0px;
	left: calc(50% - 50px);
	max-width: 100px;
	width: 100%;
	background-color: #42C4DD;
	border-radius: 10px;
	display: inline-block;
}
.supertitle p{
	font-size:16px;
	color:#333;
	margin-bottom:30px;
}
/*----------------------Lista proyectos */
.proyectos {
	text-align: center;
	padding: 60px 0 0px 0;
}
.proyectos .item {
	margin: 0 0px 20px 0px;
	min-width: 280px;
	padding: 0 10px 20px 10px;
	max-width: 380px;
	display: inline-block;
	vertical-align: top;
}
@media screen and (max-width: 979px) {
	.proyectos .item {
		float: none;
	}
}
.proyectos .item .cols {
	padding: 0px;
}
.proyectos .item .col {
	padding: 0 0 !important;
}
@media screen and (max-width: 979px) {
	.proyectos .item .cols .col_3 {
		text-align: center;
		width: 33%
	}
}
.proyectos .item .row {
	background-color: #fff;
	border-radius: 15px;
	padding: 10px 10px 20px 10px;
}
@media screen and (min-width: 800px) {
.proyectos .item .row {
	min-height:520px;
}
}
.proyectos .item .logo {
	float: left;
	width: 100%;
	text-align: center;
	display: table;
	height: 150px;
}
.proyectos .item .logo p,
.proyectos .item .logo a {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
	float: none;
	padding:20px;
}
.proyectos .item hr {
	margin: 15px 0 10px 0;
}
.proyectos .item .logo p img, .proyectos .item .logo a img {
	float: none;
	margin: auto;
	max-width: 100%;
	max-height:110px;
	height: auto;
}
.proyectos .item .logo a:hover img {
	opacity: 0.85;
	transform: scale(0.9);
}
.proyectos .item h4 {
	text-align: center;
	font-family: "open_bold";
	font-size: 12px;
	color: #999;
}
.proyectos .item h4 span {
	width: 100%;
	float: left;
	text-align: center;
	margin: 10px 0 0 0;
	font-size: 20px;
	color: #999;
}
.proyectos .item h4 strong {
	width: 100%;
	float: left;
	text-align: center;
	margin: 5px 0 0 0;
	font-size: 28px;
	color: #805AD5;
}
.proyectos .item p {
	text-align: left;
	margin: 0 0 8px 0;
	line-height:1em;
}
.proyectos .item p.proyectoNombre {
	margin-bottom:15px;
}
.proyectos .item p * {
	vertical-align: top;
	display: inline-block;
}
.proyectos .item p span{
	display:inline-block;
	line-height:1em;
}
.proyectos .item p span.icono {
	width:25px;
}
.proyectos .item p span.texto {
	width:calc(100% - 30px);
}
.proyectos .item p.regional,
.proyectos .item p.regional strong,
.proyectos .item p.regional::after{
	display:inline-block;
	vertical-align:top;
	line-height:1em;
	font-size:16px;
	margin:0;
}
.proyectos .item p.regional {
	color:#203A5D;
	width:100%;
	text-align:center;
	position:relative;
	padding:10px 0 20px 0;
}
.proyectos .item p.regional::after {
	content: "";
	position: absolute;
	height: 1px;
	bottom:0;
	left: 0;
	right:0;
	margin:auto;
	max-width: 100px;
	width: 100%;
	background-color: #42C4DD;
}
/*----------------------Top Links */
.top_links {
	background-color: #F4F4F4;
}
.top_links .cols {
	padding: 25px 10px 25px 10px;
	text-align: left;
}
.top_links a {
	color: #666666;
	font-size: 15px;
	text-decoration: none;
	font-family: "open_bold";
	background-image: url(../images/prev.svg);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 40px;
	display: inline-block;
	vertical-align: middle;
	float: none;
	margin: 0 10px 0 0;
}
.top_links a:hover {
	color: #42c4dd;
}
.top_links p {
	width: auto;
	font-size: 15px;
	line-height: 18px;
	float: none;
	display: inline-block;
	vertical-align: middle;
	color: #666666;
}
/*----------------------Resumen */
.resumen {
	text-align: center;
}
@media screen and (max-width: 979px) {
	.resumen .cols {
		padding: 0 10px;
	}
	.resumen .cols .col {
		margin: 0 0 30px 0;
	}
}
.resumen .col_2 {
	border-left: solid 1px #ddd;
	padding: 0 40px 0 20px;
}
@media screen and (max-width: 979px) {
	.resumen .col_2 {
		border-left: none;
		padding: 0 0px 0 0px;
	}
}
.resumen .col_4 {
	text-align: left;
}
.resumen .nivel {
	height: 50px;
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	font-size: 0px;
}
.resumen .nivel .color {
	height: 50px;
	position: relative;
	float: none;
	display: inline-block;
	vertical-align: middle;
	background-color: #f4f4f4;
	width: 80%;
	text-align: left;
}
@media screen and (max-width: 979px) {
	.resumen .nivel {
		height: auto;
		position: relative;
		float: left;
		width: 100%;
		margin: 0 0 10px 0;
		font-size: 0px;
	}
	.resumen .nivel .color {
		float: left;
		width: 100%;
	}
}
.resumen .nivel span {
	position: absolute;
	left: 10px;
	top: 0px;
	color: #000;
	font-size: 20px;
	font-family: "open_bold";
	line-height: 50px;
}
.resumen .nivel .color div {
	width: 10%;
	float: none;
	display: inline-block;
	height: 50px;
}
.resumen h3 {
	font-size: 20px;
	color: #666;
}
.resumen h3 strong {
	color: #7F59D4;
}
.resumen hr {
	margin: 10px 0 5px 0;
}
.resumen .nivel.disponibles .color div {
	background-color: #fff;
	border: solid 1px #ddd;
}
.resumen .nivel.opcionados .color div {
	background-color: #FF7F00;
}
.resumen .nivel.prevendidos .color div {
	background-color: #FEBF00;
}
.resumen .nivel.vendidos .color div {
	background-color: #59B200;
}
.resumen .nivel.escriturados .color div {
	background-color: #ACf229;
}
.resumen .nivel.entregados .color div {
	background-color: #42C4DD;
}
.resumen .nivel p {
	width: 20%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	line-height:1em;
	text-align:right;
	padding-right:7px;
}
@media screen and (max-width: 979px) {
	.resumen .nivel p {
		width: 100%;
		float: left;
		text-align: left;
		margin: 0 0 5px 0;
	}
}
.resumen .col_4 p {
	margin: 0 0 7px 0;
}
.resumen .col_4 p * {
	display: inline-block;
	vertical-align: middle;
	float: none;
	margin: 0 5px 0 0;
}
@media screen and (max-width: 979px) {
	.resumen .col_4 p * {
		display: block;
		vertical-align: middle;
		float: left;
		margin: 0 5px 0 0;
	}
}
.resumen .col_4 p span {
	display:inline-block;
	vertical-align:top;
	text-align:left;
}
.resumen .col_4 p span.icono {
	width:25px;
	margin-right:3px;
}
.resumen .col_4 p span.texto {
	width:calc(100% - 45px);
}
.resumen .col_4 .logo {
	width: 100%;
	float: left;
	display: table;
	height: 230px;
	text-align: center;
}
.resumen .col_4 .logo p {
	margin: auto;
	width: 100%;
	height: 100%;
	float: none !important;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.resumen .col_4 .logo p img {
	vertical-align: middle;
	float: none !important;
	display: inline-block !important;
}
.resumen .btn {
	margin: 7px 0 0 0;
}
/*---------------------Inline */
.inline {
	font-size: 0px;
}
.inline label {
	width: auto;
	margin: 0px 0 0 0;
	padding: 0 10px 0 0;
	vertical-align: middle;
}
.inline select {
	width: 75%;
	float: none;
	display: inline-block;
	vertical-align: middle;
}
@media screen and (max-width: 979px) {
	.inline select {
		width: 100%;
	}
}
.inline * {
	margin-bottom: 0px !important;
	display: inline-block !important;
}
.inline fieldset {
	margin: 0 0 9px 0 !important;
}
.inline h5, .inline h4, .inline h3 {
	width: auto;
}
/*----------------------Circulos */
.circulos {
	text-align: center;
	font-size: 0px;
}
.circulos li {
	text-align: center;
	width: auto;
	float: none;
	display: inline-block;
	font-size: 15px;
	vertical-align: middle;
	color: #999;
	margin: 0 7px 20px 7px;
	font-family: "open_bold";
}
@media screen and (max-width: 979px) {
	.circulos li {
		width:25%;
		text-align:center;
		margin:0px;
		vertical-align:top;
		padding-bottom:15px;
	}	
}
@media screen and (max-width: 500px) {
	.circulos li {
		width:50%;
	}	
}
.circulos li p {
	font-size: 1em;
	color: #666;
	width: auto;
	max-width:95px;
	display: inline-block;
	float: none;
	margin: 0 0 0 3px;
	vertical-align: middle;
	text-align: left;
}
@media screen and (max-width: 979px) {
	.circulos li p {
		padding-top:5px;
		width:100%;
		text-align:left;
	}	
}
@media screen and (max-width: 720px) {
	.circulos li p {
		text-align:center;
	}	
}
.circulos li.total p {
	color:#7F59D4;
	font-size:17px;
	padding:0 7px;
	font-family: "open_bold";
}
@media screen and (max-width: 979px) {
	.circulos li.total,
	.circulos li.total p {
		width:100%;
		text-align:center;
	}
	.circulos li.total{
		padding-bottom:15px;
	}
}
.circulos li div {
	width: 63px;
	height: 63px;
	display: inline-block;
	border-radius: 100%;
	float: none;
	vertical-align: middle;
}
.circulos li div span {
	width: 100%;
	height: 100%;
	display: table;
	float: left;
	border-radius: 100%;
}
.circulos li div span i {
	width: 100%;
	height: 100%;
	display: table-cell;
	float: none;
	vertical-align: middle;
	color: #000;
	font-size: 20px;
	font-style: initial !important;
	font-family: "open_bold";
}
.circulos li.disponibles div {
	background-color: #fff;
	border: solid 1px #ccc;
}
.circulos li.opcionados div {
	background-color: #ff7f00;
}
.circulos li.prevendidos div {
	background-color: #febf00;
}
.circulos li.vendidos div {
	background-color: #59b200;
}
.circulos li.escriturados div {
	background-color: #ACf229;
}
.circulos li.entregados div {
	background-color: #42C4DD;
}
.circulos li.opcionados div span i,
.circulos li.vendidos div span i,
.circulos li.escriturados div span i
.circulos li.entregados div span i{
	color: #fff;
}
/*----------------------Acordeon */
.acordeon {
	text-align: left;
}
.acordeon li {
	margin: 0 0 5px 0;
}
.acordeon .col {
	padding: 0 20px;
	text-align: center;
}
.acordeon.filtro .col h4 {
	margin: 0 0 25px 0;
}
.acordeon.filtro .col {
	border-right: solid 1px #ddd;
}
@media screen and (max-width: 979px) {
	.acordeon.filtro .col h4 {
		margin: 0 0 10px 0;
	}
	.acordeon.filtro .col {
		width: 100% !important;
		float: left !important;
		border-right: 0px !important;
		margin: 0 0 25px 0;
	}
}
.acordeon.filtro li .col:last-child {
	border-right: solid 0px #ddd;
}
.acordeon.filtro .col hr {
	margin: 6px 0;
}
.acordeon.filtro .col fieldset {
	min-height: 25px;
}
.acordeon.filtro .col fieldset input,
.acordeon.filtro .col fieldset label{
	float:left;
}
.acordeon.filtro .col fieldset input {
    margin-right:8px !important;	
}
.acordeon.filtro .col fieldset label {
    width:calc(100% - 30px) !important;
    padding-top:3px;	
}
.acordeon.filtro .limpiar {
	font-size: 16px;
	color: #805AD5;
	float: none;
	display: inline-block;
	font-family: "open_regular";
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 0 9px 0;
}
.acordeon.filtro .limpiar:hover {
	color: #42c4dd;
}
.acordeon .ampliar {
	font-size: 18px;
	font-family: "open_bold";
	text-decoration: none;
	padding: 20px 15px;
	position: relative;
	float: left;
	width: 100%;
	display: block;
	border: solid 1px #ddd;
	background-image: linear-gradient(to bottom, #f4f4f4, #f4f4f4);
}
.acordeon.white .ampliar {
	width: auto;
	padding-right: 40px;
	background-image: linear-gradient(to bottom, #fff, #fff);
}
.acordeon .ampliar:hover {
	text-decoration: none;
	background-image: linear-gradient(to bottom, #c1c1c1, #f4f4f4);
}
.acordeon.white .ampliar:hover {
	text-decoration: none;
	background-image: linear-gradient(to bottom, #ccc, #fff);
}
.acordeon.tip .ampliar {
	border: solid 0px #ddd;
	color: #1F395D;
	font-size: 22px;
	font-family: "open_regular";
}
.acordeon.tip .ampliar span {
	position: relative;
}
.acordeon.tip .ampliar.activa span::after {
	content: "";
	position: absolute;
	height: 1px;
	bottom: -15px;
	left: 0px;
	max-width: 100px;
	width: 100%;
	background-color: #42C4DD;
	border-radius: 10px;
	display: inline-block;
}
.acordeon.tip .ampliar::after {
	content: "";
	right: 10px;
	top: calc(50% - 3px);
	width: 0px;
	height: 0px;
	display: inline-block;
	position: absolute;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-top: 6px solid #203a5d;
	padding: 0 0px 0 0px !important;
	z-index: 5;
}
.acordeon.tip .ampliar.activa::after {
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 6px solid #203a5d;
	border-top: 0px solid #203a5d;
}
.acordeon.tip .ampliar strong {
	font-family: "open_bold";
}
.acordeon.filtro .ampliar {
	color: #805ad5;
	padding: 20px 20px 20px 45px;
	background-image: url(../images/mas.svg);
	background-repeat: no-repeat;
	background-position: left 20px center;
}
.acordeon.filtro .ampliar.activa {
	background-image: url(../images/equis.svg);
}
.acordeon .despliega {
	padding: 20px 20px;
	background-color: #fff;
}
.acordeon.tip .despliega {
	background-color: #f4f4f4;
}
.acordeon.tip .despliega input[type="text"] {
	background-color: #fff;
}
.acordeon.tip.white .despliega {
	background-color: #fff;
}
.acordeon.filtro .despliega {
	padding: 20px 0px 20px 0;
	border: solid 1px #ddd;
	box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
}
.acordeon.tip .despliega form {
	text-align: left;
}
/*---------------------Form busqueda de negocios */
@media screen and (max-width: 670px) {
	.busqueda_cliente fieldset{
	    width:100%;        	
	}
}
.busqueda_cliente input[type="email"],
.busqueda_cliente input[type="number"]{
    background-color:#FFF;	
}
/*----------------------Bloques */
.bloques {
	text-align: left;
	font-size: 0px;
}
.bloques li {
	display: inline-block;
	font-size: initial;
	float: none;
	position: relative;
	vertical-align: top;
	height: 80px;
	padding: 0 4px 8px 4px;
	margin:0;
}
.bloques li.muestraPrecios {
	height: 93px;
}
@media screen and (max-width: 720px) {
	.bloques li,
	.bloques li.muestraPrecios {
		height: 120px;
	}	
}
.bloques li.opaco {
	opacity:0.15;
}
.bloques li.disponible a,
.bloques li.estado1 a,
.bloques li.estado5 a {
	border: solid 1px #ddd;
}
.bloques li.opcionado a,
.bloques li.estado2 a {
	background-color: #FF7F00;
}
.bloques li.prevendido a,
.bloques li.estado3 a {
	background-color: #FEBF00;
}
.bloques li.vendido a,
.bloques li.estado4 a {
	background-color: #59B200;
}
.bloques li.escriturado a,
.bloques li.estado7 a {
	background-color: #ACf229;
}
.bloques li.entregado a,
.bloques li.estado6 a {
	background-color: #42C4DD;
}
.bloques li.bloqueado a,
.bloques li.reservado a,
.bloques li.reservado_acceso a {
    background-position: right bottom;
    background-repeat:no-repeat;
    background-size:60px;
}
.bloques li.bloqueado a {
	background-image: url(../images/bloqueado.svg);
}
.bloques li.reservado a,
.bloques li.reservado_acceso a {
	background-image: url(../images/reservado.svg);
}
.bloques li a,
.bloques li p {
	float: left;
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	padding: 10px;
}
@media screen and (max-width: 720px) {
	.bloques li a,
	.bloques li p {
		padding: 3px;
	}	
}
.bloques li.comodin p,
.bloques li.estado0 p {
    background-image: url(../images/comodin_1.gif);
    background-position: center center;
    opacity:0.10; 	
}
.bloques li.comodin p span,
.bloques li.estado0 p span{
    display:none; 	
}
.bloques li .triangulo_contenido {
	width: 60px;
	height: auto;
	position: absolute;
	z-index: 5;
	bottom: 0px;
	right: 0px;
	text-align: right;
	padding: 6px;
	color: #fff;
	font-size: 14px;
	font-family: "open_bold";
}
.bloques li .triangulo_contenido * {
	text-align: right;
}
.bloques li .triangulo_contenido p {
	padding:0px;
}
.bloques li .triangulo_contenido a {
	float: left;
	width: 100%;
	height: 100%;
	display: block;
}
.bloques li .triangulo_contenido a img {
	width: 19px;
	height: 19px;
}
.bloques li .triangulo_contenido a:hover {
	opacity: 0.6;
}
.bloques li .triangulo {
	width: 0;
	height: 0;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 3;
	border-top: 60px solid transparent;
	border-bottom: 0px solid transparent;
	border-right: 60px solid rgba(0, 0, 0, 0.2);
}
.bloques li a h3 {
	color: #000;
	font-size: 22px;
	font-family: "open_bold";
}
@media screen and (max-width: 720px) {
	.bloques li a h3 {
		font-size: 11px;
	}	
}
.bloques li a h3 span {
	width: 100%;
	float: left;
	font-size: 13px;
	color: inherit;
	margin: 3px 0;
}
.bloques li a h3 span.precio-redondeado {
	font-size: 16px;
	margin: 2px 0 3px 0;
	color:#7F59D4;
	font-family: 'open_semi';
}
@media screen and (max-width: 720px) {
	.bloques li a h3 span,
	.bloques li a h3 span.precio-redondeado{
		font-size: 11px;
	}	
}
.bloques li.estado2 a h3,
.bloques li.estado4 a h3,	
.bloques li.estado6 a h3{
	color: #fff;
}
.bloques li a:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	border: solid 1px #333;
}
.bloques li.externo_sin_acceso{
	pointer-events:none !important;
}
/*----------------------Tooltip */
.bloques li .tooltip {
	position: absolute;
	z-index: 5;
	display: none;
	background-color: #fff;
	bottom: 87px;
	width: 170px;
	left: calc(50% - 85px);
	padding: 5px;
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	pointer-events:none;
}
.bloques li .tooltip hr {
	margin: 0 0;
	height: 1px;
}
.bloques li .tooltip::after {
	width: 0;
	height: 0;
	content: "";
	position: absolute;
	bottom: -16px;
	right: calc(50% - 20px);
	border-right: 14px solid transparent;
	border-left: 14px solid transparent;
	border-top: 16px solid #42c4dd;
}
.bloques li .tooltip p {
	line-height: 18px;
}
.bloques li .tooltip .division {
	border-left: solid 1px #ddd;
}
.bloques li .tooltip hr {
	margin: 0px 0;
}
.bloques li .tooltip .col {
	padding: 6px 5px !important;
	text-align:left;
}
.bloques li .tooltip .col p {
	text-align:left;
	padding:0px;
	line-height:1em;
	font-size:13px;
}
@media screen and (max-width: 979px) {
	.bloques li .tooltip .col_2 {
		width: 50%;
	}
}
.bloques li .tooltip .col h3 {
	color: #8664D7;
	font-size: 16px;
	font-family: "open_bold";
	margin-bottom:2px;
}
/*----------------------Bloques historia */
.bloques.historia li {
	height: auto;
	padding: 10px;
	overflow: visible;
	width:33.333%;
}
@media screen and (max-width: 979px) {
.bloques.historia li {
	width:50%;
}	
}
@media screen and (max-width: 800px) {
.bloques.historia li {
	width:100%;
	padding: 0px 0px 20px 0px;
}	
}
.bloques.historia li row {
	height: auto;
	border-radius: 10px;
	font-size: initial;
	overflow: hidden;
	background-color: #fff;
	border: solid 1px #ddd;
	padding: 15px 25px 15px 15px;
	z-index: 2;
	position: relative;
}
.bloques.historia li::before,
.bloques.historia li::after {
    display: inline-block;
	width: 20px;
	height: 12px;
	background-color: #EEE;
	content: "";
	position: absolute;
	z-index: 0;
	top: 60px;
}
.bloques.historia li::before {
	left: -10px;
}
.bloques.historia li::after {
	right: -10px;
}
.bloques.historia li:first-child::before,
.bloques.historia li:last-child::after {
	width: 0px;
	height: 0px;
}
@media screen and (max-width: 800px) {
.bloques.historia li::before,
.bloques.historia li::after {
	width: 0px;
	height: 0px;
}
}
.bloques.historia li a,
.bloques.historia li a:hover {
	height: auto;
	border: 0px;
	box-shadow: 0px 0 0 rgba(0, 0, 0, 0) !important;
	padding: initial !important;
	text-decoration:underline;
}
.bloques.historia li a:hover {
	color:#000;
	text-decoration:underline;
}
.bloques li.disponible h4 {
	font-size: 20px;
	color: #805AD5;
	margin: 0 0 10px 0;
	font-family: "open_bold";
}
.bloques.historia li p {
	line-height: 1.2em;
	margin: 0 0 5px 0;
	text-align: left;
	height:auto;
	padding:0px;
	font-size:14px;
}
.bloques.historia li p span {
	display:inline-block;
	width:30px;
	height:30px;
	line-height:30px;
	background-color:#42C4DD ;
	border-radius:50%;
	color:#FFF;
	text-align:center;
	margin-right:7px;
	font-family: "open_bold";
	font-size:inherit;
}
.bloques.historia li a.btn {
	width: 32px !important;
	height: 32px !important;
	position: absolute;
	border-radius: 100%;
	min-width: initial;
	line-height: 33px;
	z-index: 20;
	right: -45px;
	top: calc(50% - 16px);
}
.bloques.historia li a.btn img {
	margin: 8px 0 0 0;
}
.bloques.historia li.disponible .triangulo {
	border-right: 60px solid #42C4DD;
	background-image: none;
}
/*----------------------Logos */
.logos {
	text-align: center;
	font-size: 0px;
}
.logos li {
	width: 14.28%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	height: 120px;
	font-size: initial;
	text-align: center;
	margin: 0 0 20px 0;
}
.logos li * {
	text-align: center;
}
.logos li p, .logos li a {
	float: left;
	display: table;
	text-align: center;
	width: 100%;
	height: 120px;
}
.logos li span {
	float: none;
	width: 100%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.logos li img {
	float: none;
	display: inline-block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.logos li h5 {
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
	line-height: 17px;
	margin: 0 0 5px 0;
}
/*-------------- h4*/
.cols h4 {
	font-size: 18px;
	color: #666;
	line-height: 20px;
	margin: 0 0 20px 0;
}
.cols h4 strong {
	color: #42c4dd;
}
/*-------------- Resumen Apto*/
.resumen_apto {
	text-align: center;
}
@media screen and (max-width: 979px) {
	.resumen_apto p {
		text-align: left;
	}
	.resumen_apto .col {
		margin: 0 0 10px 0;
	}
}
.resumen_apto .col_3 {
	padding: 0 20px 0 10px;
}
@media screen and (max-width: 979px) {
	.resumen_apto .col_3 {
		padding: 0 0px 0 0
	}
}
.resumen_apto .cuadro {
	border: solid 1px #ddd;
	padding: 8px;
	margin: 0 0 10px 0;
}
.resumen_apto .cuadro .superior {
	background-color: #f4f4f4;
	position: relative;
	min-height: 92px;
	margin: 0 0 20px 0;
	padding: 20px 10px 20px 140px;
}
.resumen_apto .cuadro .disponible,
.resumen_apto .cuadro .estado1 {
	background-color: #f4f4f4;
}
.resumen_apto .cuadro.opcionado .superior,
.resumen_apto .cuadro.opcionado .inferior h3 i,
.resumen_apto .cuadro.estado2 .superior,
.resumen_apto .cuadro.estado2 .inferior h3 i {
	background-color: #FF7F00;
}
.resumen_apto .cuadro.prevendido .superior,
.resumen_apto .cuadro.prevendido .inferior h3 i,
.resumen_apto .cuadro.estado3 .superior,
.resumen_apto .cuadro.estado3 .inferior h3 i {
	background-color: #febf00;
}
.resumen_apto .cuadro.vendido .superior,
.resumen_apto .cuadro.vendido .inferior h3 i,
.resumen_apto .cuadro.estado4 .superior,
.resumen_apto .cuadro.estado4 .inferior h3 i {
	background-color: #59b200;
}
.resumen_apto .cuadro.escriturado .superior,
.resumen_apto .cuadro.escriturado .inferior h3 i,
.resumen_apto .cuadro.estado7 .superior,
.resumen_apto .cuadro.estado7 .inferior h3 i {
	background-color: #ACf229;
}
.resumen_apto .cuadro.entregado .superior,
.resumen_apto .cuadro.entregado .inferior h3 i,
.resumen_apto .cuadro.estado6 .superior,
.resumen_apto .cuadro.estado6 .inferior h3 i {
	background-color: #42C4DD;
}
.resumen_apto .cuadro.reservado .superior,
.resumen_apto .cuadro.reservado .inferior h3 i,
.resumen_apto .cuadro.estado5 .superior,
.resumen_apto .cuadro.estado5 .inferior h3 i {
	background-color: #42C4DD;
}
.resumen_apto .cuadro.opcionado .inferior h3 strong,
.resumen_apto .cuadro.estado2 .inferior h3 strong {
	color: #FF7F00;
}
.resumen_apto .cuadro.prevendido .inferior h3 strong,
.resumen_apto .cuadro.estado3 .inferior h3 strong {
	color: #febf00;
}
.resumen_apto .cuadro.vendido .inferior h3 strong,
.resumen_apto .cuadro.estado4 .inferior h3 strong {
	color: #59b200;
}
.resumen_apto .cuadro.reservado .inferior h3 strong,
.resumen_apto .cuadro.estado5 .inferior h3 strong {
	color: #42C4DD;
}
.resumen_apto .cuadro .superior h1 {
	font-size: 28px;
	color: #333;
	margin: 0 0 5px 0;
	line-height: 30px;
	font-family: "open_bold";
}
.resumen_apto .cuadro .superior h1 span {
	font-family: "open_regular";
	font-size: 17px;
	color: #333;
	float: left;
	width: 100%;
	margin: 5px 0 0 0;
}
.resumen_apto .cuadro .superior h1 span em {
	font-family: "open_regular";
	font-size: 1em;
	color: #666;
	font-style: initial;
}
.resumen_apto .cuadro.opcionado .superior h1,
.resumen_apto .cuadro.opcionado .superior h1 *,
.resumen_apto .cuadro.vendido .superior h1,
.resumen_apto .cuadro.vendido .superior h1 *,
.resumen_apto .cuadro.escriturado .superior h1 *,
.resumen_apto .cuadro.entregado .superior h1 *,
.resumen_apto .cuadro.reservado .superior h1,
.resumen_apto .cuadro.reservado .superior h1 *,
.resumen_apto .cuadro.estado2 .superior h1,
.resumen_apto .cuadro.estado2 .superior h1 *,
.resumen_apto .cuadro.estado4 .superior h1,
.resumen_apto .cuadro.estado4 .superior h1 *,
.resumen_apto .cuadro.estado5 .superior h1,
.resumen_apto .cuadro.estado5 .superior h1 *,
.resumen_apto .cuadro.estado6 .superior h1,
.resumen_apto .cuadro.estado6 .superior h1 *{
	color: #fff;
}
.resumen_apto .cuadro .superior .logo {
	width: 110px;
	height: 110px;
	position: absolute;
	left: 15px;
	top: -25px;
	border-radius: 100%;
	z-index: 3;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.resumen_apto .cuadro .superior .logo p, .resumen_apto .cuadro .superior .logo p span {
	width: 100%;
	height: 110px;
	display: table;
	vertical-align: middle;
	text-align: center;
	float: none;
}
.resumen_apto .cuadro .superior .logo p span {
	display: table-cell;
}
.resumen_apto .cuadro .superior .logo img {
	max-width: 70%;
	max-height: 70%;
	width: auto;
	height: auto;
}
.resumen_apto .cuadro .acciones_reservado{
    border-bottom:solid 1px #CCC;
    padding-bottom:20px;
    margin-bottom:20px;	
}
.resumen_apto .cuadro .acciones_reservado form{
    text-align:center;   
}
.resumen_apto .cuadro .acciones_reservado form .btn{
   background-color:#1F395D !important;
   cursor:pointer;
}
.resumen_apto .cuadro .acciones_reservado form .btn:hover{
   background-color:#7F59D4 !important;
}
.resumen_apto .cuadro .inferior {
	text-align: left;
}
.resumen_apto .cuadro .inferior h3 {
	margin: 0 0 13px 0;
	color: #666;
	font-size: 17px;
	line-height: 20px;
}
.resumen_apto .cuadro .inferior h3 i {
	border-radius: 100%;
	width: 25px;
	height: 25px;
	display: inline-block;
	text-align: center;
	line-height: 25px;
	vertical-align: baseline;
	color: #fff;
	font-style: normal;
	font-family: "open_bold";
}
.resumen_apto .cuadro .inferior p {
	margin: 0 0 10px 0;
}
.resumen_apto .cuadro .inferior p i {
	width: 35px;
	display: inline-block;
	height: 35px;
	vertical-align: top;
}
.resumen_apto .cuadro .inferior p i img {
	width: 100%;
	height: 100%;
}
.resumen_apto .cuadro .inferior p span {
	width: calc(100% - 40px);
	display: inline-block;
	line-height: 18px;
	font-size: 1em;
	line-height: 20px;
	vertical-align: top;
	padding: 0 0 0 10px;
}
.resumen_apto .precio,
.resumen_apto .info{
    background-size: 35px auto;
	background-repeat: no-repeat;	
}
.resumen_apto .precio {
	background-image: url(../images/ico_precio.svg);
	background-position: left 10px top;
	padding-left: 10px;
}
.resumen_apto .info {
	background-image: url(../images/ico_area.svg);
	background-position: left 20px top;
	padding-left: 20px;
}
@media screen and (max-width: 979px) {
.resumen_apto .precio,
.resumen_apto .info{
    background-position: left 0px top;	
    padding-left: 0px;
}
.resumen_apto .info {
    padding-left: 20px;
}
}
.resumen_apto .ampliar_info{
	position:relative;
}
.resumen_apto .ampliar_info a.btn_ampliar_info{
	display:inline-block;
	width:45px;
	height:45px;	
	position:absolute;
	top:0px;
	right:10px;
	padding:0;
	background-image: url(../images/btn_mas.svg);
	background-size: 14px auto;
	background-repeat: no-repeat;
	background-position: center center;
}
.resumen_apto .ampliar_info a.btn_ampliar_info.activo{
	background-image: url(../images/btn_menos.svg);
}
.resumen_apto .ampliar_info a.btn_ampliar_info:hover{
	background-size: 17px auto;
}
.resumen_apto .ampliar_info h3 {
	color: #666;
	font-size: 16px;
	line-height: 1.3em;
}
.resumen_apto .ampliar_info hr{
	margin-top:0px;
	margin-bottom:10px;
}
.resumen_apto .ampliar_info h4,
.resumen_apto .ampliar_info h5,
.resumen_apto .ampliar_info p.como_smlv,
.resumen_apto .contenido_ampliar_info{
	padding: 0 0 0 45px;
}
.resumen_apto .ampliar_info h4 {
	margin: 0 0 5px 0;
}
.resumen_apto .ampliar_info h5 {
	margin: 0 0 20px 0;
	color: #7F59D4;
	font-size: 25px;
	font-family: "open_bold";
}
.resumen_apto .ampliar_info p.como_smlv {
	margin: 0 0 20px 0;
	color: #333;
	font-size: 15px;
	text-align:left;
}
.resumen_apto .ampliar_info ul {
	margin: 0 0 15px 0;
	list-style-type: disc;
	list-style-position: outside;
}
.resumen_apto .ampliar_info .lista_herramientas ul {
	margin: 0 0 15px 0;
	list-style-type: none;
}
.resumen_apto .ampliar_info li {
	padding: 0;
}
.resumen_apto .ampliar_info .contenido_ampliar_info{
	float:left;
	margin:0px 0 20px 0;
	border-top:solid 1px #DDD;
	padding:20px 15px 5px 15px;
    display:none;
}
.resumen_apto .ampliar_info .desplegable {
	width: 100%;
	text-align: left !important;
}
.resumen_apto .ampliar_info .desplegable p a{
    font-size:16px;
    margin-bottom:10px;
}
.resumen_apto .ampliar_info .desplegable{
	padding-bottom:15px !important;
}
.resumen_apto .ampliar_info .desplegable p a:hover{
    color:#7F59D4;
    text-decoration:none;
    font-family: 'open_semi';
}
/*--------------Divs Desplegables*/
.col div.desplegable {
	float: none;
	width: 100%;
	position: absolute;
	left: 0px;
	background-color: #fff;
	z-index: 15;
	top: 50px;
	text-align: left;
	padding: 20px !important;
	border: solid 1px #ddd;
}
.col div.desplegable.simple {
	float: left;
	width: 100%;
	position: relative;
	left: initial !important;
	background-color: #fff;
	z-index: 5;
	top: initial !important;
	text-align: left;
	padding: 20px !important;
	border: solid 1px #ddd;
}
.col div.desplegable form {
	text-align: left;
}
/*-------------- Resumen Proyecto: Lista de Herramientas*/
.col .lista_herramientas{
    margin-top: 10px;	
}
.col .lista_herramientas a.desplegable-control{
    margin-top: 0px;
    border-radius:10px 10px 0 0;
}
.col .lista_herramientas div.desplegable{
   padding-bottom:13px !important;
}
.col .lista_herramientas div.desplegable ul li a{
   font-size:17px;
   margin-bottom:10px;
   color:#666;
}
.col .lista_herramientas div.desplegable ul li a:hover{
   text-decoration:none;
   color:#7F59D4;
   font-family: 'open_semi';
}
/*--------------Subtitulo pantalla herramienta proyecto*/
.subtitulo_proyecto_herramienta{
    width:100%;
    display:inline-block;
    border-bottom:solid 1px #DDD;
    padding-bottom:20px;
}
.subtitulo_proyecto_herramienta h3{
	width:auto;
    font-size:19px;
    color:#666666;
    float:left;
    margin-top:17px;
}
@media screen and (max-width: 979px) {
.subtitulo_proyecto_herramienta h3{
	width:100%;
	margin:10px 0 20px 0;
    text-align:center;
}	
}
.subtitulo_proyecto_herramienta h3 strong{
    color:#1F395D;
}
@media screen and (max-width: 979px) {
.subtitulo_proyecto_herramienta a.btn.to_right{
	float:none;
}	
}
/*-------------- Resultado Oportunidades*/
#resultado_hubspot_cliente{
	display:none;
}
.resultados_oportunidades {
	text-align: center;
}
.resultados_oportunidades .cols {
	text-align: left;
}
.resultados_oportunidades .cols .col_2 {
	padding: 0 15px 15px 0;
	text-align: left;
}
.resultados_oportunidades .atras {
	text-decoration: none;
	color: #42C4DD;
	font-family: "open_bold";
	font-size: 15px;
	background-image: url(../images/flecha_atras_azul.svg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 15px;
}
.resultados_oportunidades .atras:hover {
	color: #1F395D;
}
.resultados_oportunidades h3 {
	font-size: 22px;
	color: #666;
	line-height: 28px;
	margin: 0 0 20px 0;
}
.resultados_oportunidades h3 strong {
	color: #7F59D3;
}
.resultados_oportunidades .resultado{
	width:100%;
	border: solid 1px #ddd;
	padding: 20px 20px 0 20px;
	text-align: left;
	margin-bottom:25px;
}
.resultados_oportunidades .resultado .col_2{
	width:50%;
	float:left;
}
@media screen and (max-width: 979px) {
.resultados_oportunidades .resultado .col_2{
	width:100%;
}
}
.resultados_oportunidades .resultado input[type="radio"] {
	display: inline-block;
	vertical-align: middle;
	float:left !important;
}
.resultados_oportunidades .resultado h4 {
	width: calc(100% - 31px);
	float: left !important;
	display: inline-block;
	margin: 0 0 0 0;
	color: #1F395D;
	font-size: 20px;
	line-height: 22px;
	vertical-align: middle;
}
.resultados_oportunidades .resultado p {
	text-align: left;
	margin: 0 0 5px 0;
	color:#333;
	font-size:16px;
	line-height:1em;
}
.resultados_oportunidades .resultado p span,
.resultados_oportunidades .resultado p a{
	color:inherit;
	font-size:inherit;
	line-height:inherit;
	text-decoration:none;
}
.resultados_oportunidades .resultado p a:hover{
	text-decoration:underline;
}
.resultados_oportunidades .resultado h6,
.resultados_oportunidades .resultado h7,
.resultados_oportunidades .resultado ul,
.resultados_oportunidades .resultado ul li{
	width:100%;
	float:left;
	text-align:left;
}
.resultados_oportunidades .resultado h6{
    font-size:18px;
	color:#1F395D;
	border-bottom:solid 1px #CCC;
	padding-bottom:10px;
	margin-bottom:15px;	
}
.resultados_oportunidades .resultado h7{
	font-size:15px;
	color:#666;
	margin-bottom:2px !important;
}
.resultados_oportunidades .resultado ul{
	margin-bottom:15px;
}
.resultados_oportunidades .resultado ul li{
	width:auto;
	float:left;
    margin-right:8px;
    margin-top:8px;
}
.resultados_oportunidades .resultado ul li a{
	font-size:14px;
	display:inline-block;
	color:#333;
	border:solid 1px #CCC;
	border-radius:5px;
	padding:7px 10px;
	text-decoration:none;
}
.resultados_oportunidades .resultado ul li a:hover{
	background-color:#EEE;
	border:1px solid #BBB;
}
/*-------------- Cotizador*/
.cotizador {
	text-align: center;
}
.cotizador h4 {
	margin: 0 0 10px 0;
	color: #7F59D4;
	font-size: 20px;
	line-height: 24px;
	font-family: "open_bold";
}
.cotizador h4 span{
	color:inherit;
	font-size:inherit;
	line-height:inherit;
}
@media screen and (max-width: 979px) {
	.cotizador h4 {
		text-align: center;
	}
	.cotizador .col {
		margin: 0 0 20px 0;
	}
}
.cotizador h2 {
	margin: 0 0 10px 0;
	color: #1F395D;
	font-size: 30px;
	line-height: 34px;
	font-family: "open_bold";
}
.cotizador h3 {
	margin: 0 0 10px 0;
	color: #666;
	font-size: 18px;
	line-height: 22px;
}
.cotizador hr::after {
	max-width: 180px;
	left: calc(50% - 90px);
}
.cotizador .btn {
	margin: 0 10px 20px 10px;
}
.cotizador .col_4 .btn {
	margin: 0 0px 20px 0px;
}
.cotizador .btn strong,
.cotizador .btn span {
	margin: 0 5px;
	font-size: 15px;
}
.cotizador .btn span {
	text-transform: initial;
	color: #333;
}
.cotizador .btn.gris:hover {
	background-color: #bbb !important;
}
.cotizador .btn.gris:hover * {
	color: #fff!important;
}
/*-------------- Modulo Cotizador*/
#modulo_cotizador,
#modulo_cotizador form,
#modulo_cotizador .bloque_inputs,
#modulo_cotizador .bloque_outputs,
#modulo_cotizador h2.titulo_mod_cotizador,
#modulo_cotizador .rowx2,
#modulo_cotizador .rowx2 div.valor p,
#modulo_cotizador .rowx2 div.valor input,
#modulo_cotizador .rowx2 div.valor select{
	float: left;
	width: 100%;
	display: inline-block;
	text-align:left;
}
#modulo_cotizador .bloque_inputs,
#modulo_cotizador .bloque_outputs{
	padding:30px;
}
#modulo_cotizador .bloque_inputs{
	border:solid 1px #CCCCCC;
}
#modulo_cotizador .bloque_outputs{
	border-top:solid 5px #E8E8E8;
	background-color:#F4F4F4;
}
#modulo_cotizador h3.titulo_mod_cotizador{
	font-size:25px;
	color:#878787;
	margin-bottom:0px;
}
#modulo_cotizador h3.titulo_mod_cotizador strong{
	color:#1F395D;
}
#modulo_cotizador .rowx2{
	border-top:dotted 1px #999;
	margin-top:15px;
	padding-top:15px;
}
#modulo_cotizador .bloque_inputs .rowx2{
	border-top:dotted 1px #CCC;
}
#modulo_cotizador .rowx2 div{
	width:50%;
	float:left;
}
@media screen and (max-width: 600px) {
	#modulo_cotizador .rowx2 div{
		width:100%;
	}
}
#modulo_cotizador .rowx2 div div{
	width:100%;
}
#modulo_cotizador .rowx2 div.item{
	font-size:19px;
	color:#666;
	padding-right:20px;
	line-height:1.2em;
}
#modulo_cotizador .rowx2 div.item span{
	width:100%;
	display:inline-block;
	font-size:14px;
	line-height:1.2em;
	margin-top:5px;
	color:#333;
}
@media screen and (max-width: 600px) {
	#modulo_cotizador .rowx2 div.item{
		padding-bottom:13px;
	}
}
#modulo_cotizador .rowx2 div.valor p,
#modulo_cotizador .rowx2 div.valor label{
	font-size:16px;
	color:#666666;
	display:inline-block;
}
#modulo_cotizador .rowx2 div.valor p.cifra{
	font-size:24px;
	font-family: 'open_bold';
}
#modulo_cotizador .rowx2 div.valor p.cifra.margen_abajo{
	margin-bottom:10px;
}
#modulo_cotizador .rowx2 div.valor p.cifra.celeste{
	color:#42C4DD;
}
#modulo_cotizador .rowx2 div.valor p.cifra.azul{
	color:#203A5D;
}
#modulo_cotizador .rowx2 div.valor p.explicaValor{
	padding-top:15px;
	padding-bottom:5px;
}
#modulo_cotizador .rowx2 div.valor input,
#modulo_cotizador .rowx2 div.valor select{
	height:40px;
	background-color:#EEE;
	border:solid 1px #DDD;
	font-size:17px;
	padding-left:4px;
}
#modulo_cotizador .rowx2 div.valor input[type="radio"],
#modulo_cotizador .rowx2 div.valor input[type="checkbox"],
#modulo_cotizador .rowx2 div.valor label{
	width:auto;
	float:left;
}
#modulo_cotizador .rowx2 div.valor input[type="radio"],
#modulo_cotizador .rowx2 div.valor input[type="checkbox"]{
	width:27px;
	height:27px;
	margin-right:5px;
}
#modulo_cotizador .rowx2 div.valor label{
	line-height:27px;
	margin-right:30px;
}
#modulo_cotizador input.disabled{
	pointer-events: none !important;
}
/*-------------- Plan de pagos personalizado*/
#modulo_cotizador #plan_personalizado{
	display:none;
}
#modulo_cotizador #plan_personalizado div{
    float:left;
    width:100%;
}
#modulo_cotizador #plan_personalizado .fila{
    border-top:dotted 1px #999999;
    padding:10px 0;
    font-size:16px;
    color:#333;
}
@media screen and (max-width: 600px) {
#modulo_cotizador #plan_personalizado .fila{
   padding-top:15px;
}
}
#modulo_cotizador #plan_personalizado .fila.encabezado{
    border-top:none;
    padding:0 0 10px 0;
}
@media screen and (max-width: 600px) {
#modulo_cotizador #plan_personalizado .fila.encabezado{
    display:none;
}	
}
#modulo_cotizador #plan_personalizado .fila div{
    width:25%;
}
@media screen and (max-width: 600px) {
#modulo_cotizador #plan_personalizado .fila div{
    width:100%;
    padding-bottom:8px;
}	
}
#modulo_cotizador #plan_personalizado .fila div span.txt_propuesta,
#modulo_cotizador #plan_personalizado .fila div span.txt_totales,
#modulo_cotizador #plan_personalizado .fila div span.txt_diferencia{
	display:none;
}
@media screen and (max-width: 600px) {
#modulo_cotizador #plan_personalizado .fila div span.txt_propuesta,
#modulo_cotizador #plan_personalizado .fila div span.txt_totales,
#modulo_cotizador #plan_personalizado .fila div span.txt_diferencia{
	display:inline-block;
	width:100%;
	padding:10px 0;
	font-family: 'open_semi';
}
}
#modulo_cotizador #plan_personalizado .fila div input{
	width:100%;
	height:30px;
	padding-left:5px;
    font-size:16px;
    background-color:#FFF;
    color:#333;
    border:solid 1px #DDD;
}
@media screen and (max-width: 600px) {
#modulo_cotizador #plan_personalizado .fila div.vacia{
	display:none;
}
}
#modulo_cotizador #plan_personalizado .fila div strong span{
    font-family: 'open_bold';	
}
#modulo_cotizador #plan_personalizado #btn_pppCuotas{
    text-align:right;
    padding-top:35px;	
}
@media screen and (max-width: 500px) {
	#modulo_cotizador #plan_personalizado #btn_pppCuotas a{
		line-height:1.2em;
		height:auto;
		padding:13px !important;
		margin:0;
	}
}
/*--------------Complementos */
#modulo_cotizador .rowx2 div.item a.btnComplementoAdd {
	display:inline-block;
	width:auto;
}
#modulo_cotizador .rowx2 div.item a.btnComplementoAdd span{
	font-size:19px;
	color:#666;
	float:left;
	margin:0;
}
#modulo_cotizador .rowx2 div.item a.btnComplementoAdd span.icono{
	height:32px;
	width:32px;
	border-radius:50%;
	background-color:#42C4DD;
	background-image: url("../images/mas_blanco.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:15px;
	margin-right:7px;
}
#modulo_cotizador .rowx2 div.item a.btnComplementoAdd span.texto{
	line-height:32px;
	width:auto;
}
#modulo_cotizador .rowx2 div.item a.btnComplementoAdd:hover span.icono{
	background-color:#1F395D;
}
#modulo_cotizador .rowx2 div.item a.btnComplementoAdd:hover span.texto{
	color:#333;
}
#modulo_cotizador .rowx2 .complementoAddRow select{
	width:calc(100% - 40px) !important;
	margin-right:8px;
}
#modulo_cotizador .rowx2 .complementoAddRow a.btnComplementoDelete{
	width:30px;
	height:40px;
	display:inline-block;
	background-image: url("../images/equis_azul.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:15px;
}
#modulo_cotizador .rowx2 .complementoAddRow a.btnComplementoDelete:hover{
	background-size:20px;
}
#form_cotizador.disabled{
	pointer-events: none !important;
}
/*-------------- Terminar Cotizacion*/
#termina_cotizacion{
	margin-bottom:40px;
	text-align:center;
}
#termina_cotizacion a,
#termina_cotizacion h4,
#termina_cotizacion p{
	display:inline-block;
	float:none;
}
#termina_cotizacion a,
#termina_cotizacion h4{
	width:auto;
	font-size:30px;
	text-decoration:none;
	border:solid 1px #CCC;
	padding:20px 20px 20px 70px;
	margin-bottom:20px;
	border-radius: 16px 0 16px 0;
	color:#7F59D4;
	background-image: url("../images/ico-terminar-cotizacion.svg");
	background-repeat: no-repeat;
	background-position: left 18px top 23px;
	background-size:40px;
	text-align:left;
}
#termina_cotizacion a:hover{
	color:#203A5D;
	background-position: left 13px center;
	background-size:48px;
}
#termina_cotizacion h4{
	display:none;
}
#termina_cotizacion p{
	width:100%;
	text-align:center;
	font-size:20px;
}
#acciones_cotizacion{
	display:none;
}
.btn_cotizador {
	display: inline-block;
	float: left;
	width: auto;
	height: 50px;
	line-height: 50px;
	font-size: 17px;
	text-decoration: none;
	background-color: #FFF;
	border:solid 1px #CCC;
	color: #666666;
	border-radius: 16px 0 16px 0;
	padding: 0 15px 0 50px;
	margin:5px 20px 0 0;
}
@media screen and (max-width: 600px) {
.btn_cotizador {
	width:100%;
	text-align:left;
}
.btn_cotizador {
	margin-bottom:20px;
}	
}
.btn_cotizador.mail {
	background-image: url("../images/ico-email.svg");
	background-repeat: no-repeat;
	background-position: left 12px center;
	background-size:30px;
}
.btn_cotizador.imprimir {
	background-image: url("../images/ico-imprimir.svg");
	background-repeat: no-repeat;
	background-position: left 12px center;
	background-size:28px;
}
.btn_cotizador.btn_carga_adjunto{
    background-image: url("../images/ico_carga-adjunto.svg");
	background-repeat: no-repeat;
	background-position: left 12px center;
	background-size:33px;	
}
.btn_cotizador:hover {
	background-color: #EEE;
	color: #000;
	border:solid 1px #BBB;
}
/*-------------- Opcion*/
.cotizador_opcion {
	text-align: center;
}
@media screen and (max-width: 979px) {
	.cotizador_opcion .col {
		margin: 0 0 30px 0;
	}
}
.cotizador_opcion fieldset {
	margin: 0 0 0 0;
}
.cotizador_opcion select {
	line-height:40px;
}
.cotizador_opcion .cols {
	background-color: #f4f4f4;
	padding: 22px;
	border-radius: 15px 15px 0 0;
	text-align:left;
	position:relative;
}
.cotizador_opcion .col_3.usuario {
	background-image: url(../images/ico_menu_usuario.svg);
	background-size: 35px auto;
	background-repeat: no-repeat;
	background-position: left 8px top;
	padding-top: 8px;
	border-right:solid 1px #DDD;
	position:relative;
}
@media screen and (max-width: 979px) {
	.cotizador_opcion .col_3.usuario {
		background-repeat: no-repeat;
		background-position: center top 15px;
		padding-top: 60px;
		border-top:solid 1px #DDD;
		border-right:none;
	}
}
.cotizador_opcion .col_3.usuario * {
	padding: 0 0 0 40px;
	text-align:left;
}
@media screen and (max-width: 979px) {
	.cotizador_opcion .col_3.usuario * {
		padding: 0 0 0 0px;
		text-align: center;
	}
	.cotizador_opcion .col_3.usuario p {
		text-align: center;
	}
}
.cotizador_opcion .col_3.usuario p a {
	padding: 0 0 0 0px;
}
.cotizador_opcion .col_3.usuario p span {
	display:inline-block;
	font-size:inherit;
	text-align:left;
	padding-left:0;
}
.cotizador_opcion .col_3 h4 {
	font-size: 20px;
	color: #42C4DD !important;
	font-family: "open_bold";
	margin: 0 0 10px 0;
}
.cotizador_opcion .col_3 h2 {
	font-size: 22px;
	color: #805AD5 !important;
	font-family: "open_bold";
	margin: 0 0 13px 0;
	line-height: 1.2em;
}
.cotizador_opcion .col_3 h2 span {
	font-size: 18px;
	color: #333;
}
@media screen and (max-width: 979px) {
	.cotizador_opcion .col_3 h2 {
		text-align: center;
	}
}
.cotizador_opcion .col row {
	margin: 0 0 10px 0;
}
.cotizador_opcion .col row:last-child {
	margin: 0 0 0px 0;
}
.cotizador_opcion .right {
	text-align: right;
}
@media screen and (max-width: 979px) {
	.cotizador_opcion .right {
		text-align: center;
	}
}
.cotizador_opcion row .btn {
	width: 100%;
	text-align: left !important;
	margin: 0px !important;
}
.cotizador_opcion .cols.desplegable {
	background-color: #fff;
	border: solid 1px #ddd;
	border-radius: 00px;
	padding: 30px;
}
@media screen and (max-width: 979px) {
	.cotizador_opcion .cols.desplegable {
		background-color: #fff;
		border: solid 1px #ddd;
		border-radius: 00px;
		padding: 15px;
	}
}
.cotizador_opcion .cols.desplegable .col_2_3,
.detalle_de_negocio{
	padding: 0 20px 0 0;
}
.cotizador_opcion .cols.desplegable .col_2_3,
.detalle_de_negocio{
    padding-right: 50px;
}
.detalle_de_negocio.cotizacion-de-opcion{
	padding-right:0;
}
@media screen and (max-width: 979px) {
	.cotizador_opcion .cols.desplegable .col_2_3,
	.detalle_de_negocio {
		padding: 0;
	}
	.cotizador_opcion .cols.desplegable .col_2_3,
	.detalle_de_negocio {
		padding: 0;
		padding-bottom:30px;
		margin-bottom:40px;
		border-bottom:solid 1px #888;
	}
	.detalle_de_negocio *{
		text-align:left;
	}
}
.cotizador_opcion .cols.desplegable .col_2_3 h3,
.detalle_de_negocio h3{
	color: #000;
	font-size: 25px;
	line-height: 28px;
	font-family: "open_bold";
}
.cotizador_opcion .cols.desplegable .col_2_3 h4,
.detalle_de_negocio h4{
	color: #000;
	font-size: 20px;
	line-height: 22px;
	font-family: "open_regular";
}
.cotizador_opcion .cols.desplegable .col_2_3 .btn,
.detalle_de_negocio .btn{
	width: auto;
}
.cotizador_opcion .col {
	padding: 0 10px;
}
.cotizador p.legal_cotizacion{
	text-align:justify;
	font-size:13px;
	line-height:1.3em;
}
.detalle_de_negocio p{
	margin-bottom:3px;
	text-align:left;
}
.detalle_de_negocio hr{
	height:1px;
	margin:10px 0 10px 0;
}
.detalle_de_negocio h4 {
	margin:4px 0 5px 0;
}
.detalle_de_negocio h4 span{
	font-size:14px;
	margin-left:5px;
	color:#666;
}
.cotizador_opcion .cols.desplegable .adjuntos_negocio .acciones_cotizacion_guardada{
	width:100%;
	display:inline-block;
    padding-top:0px;
    padding-bottom:30px;
}
fieldset.tipoPerdida,
fieldset.causaNoVenta {
	display:none;
}
/*-------------- Resumen cotizacion: Plan de pago personalizado*/
.resumen_ppp,
.resumen_ppp .fila{
	display:inline-block;
	width:100%;
	font-size:0;
}
.resumen_ppp{
	padding:15px 0
}
.resumen_ppp .fila{
    background-color:#FFF;
    padding:10px 0;
    margin:0;
    border-top:solid 1px #DDD;	
}
.resumen_ppp .fila:nth-child(even){
	background-color:#EEE;
}
.resumen_ppp .fila > div{
	width:25%;
	float:left;
	font-size:15px;
	padding:0 7px;
	color:#000;
}
@media screen and (max-width: 979px) {
	.resumen_ppp .fila > div{
		width:100%;
		padding:3px 15px;
	}	
}
@media screen and (max-width: 979px) {
	.resumen_ppp .fila.encabezado{
		display:none;
	}	
}
.resumen_ppp .fila.total{
    background-color:#805AD5;
    border-top:none;
}
.resumen_ppp .fila.total > div{
	color:#FFF;
}
@media screen and (max-width: 979px) {
	.resumen_ppp .fila > div.vacia{
		display:none;
	}	
}
.resumen_ppp .fila > div span{
	display:inline-block;
	width:50%
}
@media screen and (min-width: 980px) {
	.resumen_ppp .fila > div span{
		display:none;
	}	
}
/*-------------- Resumen cotizacion: acciones*/
.acciones_detalle_deal{
	display:inline-block;
	width:100%;
	padding:20px 0 15px 0;
}
.acciones_detalle_deal a{
	background:#FFF;
	border:solid 1px #CCC;
	display:inline-block;
	width:auto;
	padding:14px;
	border-radius:8px 0px 8px 0px;
	color:#333;
	text-decoration:none;
	margin-bottom:5px;
	font-size:15px;
}
.acciones_detalle_deal a:hover{
	background:#EEE;
	color:#000;
}
/*--------------Resumen Negocio: adjuntos*/
.adjuntos_negocio,
.adjuntos_negocio ul,
.adjuntos_negocio ul li,
.adjuntos_negocio ul li div{
	width:100%;
	display:inline-block;
}
.adjuntos_negocio{
	padding-bottom:20px;	
}
.adjuntos_negocio ul{
	padding-top:0;
	margin-bottom:30px;
	border-bottom:solid 1px #CCC;
}
.adjuntos_negocio ul li{
    border-top:solid 1px #CCC;
    margin:0;
    line-height:1em;
}
.adjuntos_negocio ul li div{
    font-size:0;
    padding:10px 0;
}
.adjuntos_negocio ul li div span{
    display:inline-block;
    vertical-align:top;
    font-size:16px;
    line-height:1em;
}
.adjuntos_negocio ul li div span.fecha{
    width:100px;
}
.adjuntos_negocio ul li div span.eliminar{
    width:30px;
    height:21px;
}
.adjuntos_negocio ul li div span.nombre{
    width:calc(100% - 135px);
}
.adjuntos_negocio ul li div span a{
    display:inline-block;
    width:100%;
    height:100%;
	font-size: 1em;
	color: #666;
	line-height: 1em;
	text-decoration: none;
}
.adjuntos_negocio ul li div span.eliminar a{
    background-image: url("../images/equis_azul.svg");
	background-repeat: no-repeat;
	background-position: top right;
	background-size:15px;	
}
.adjuntos_negocio ul li div span.eliminar a:hover{
    background-image: url("../images/equis.svg");
}
.adjuntos_negocio ul li div span.nombre a:hover{
    color:#805AD5;
    text-decoration:none;
}
.adjuntos_negocio form{
	padding-top:10px;
}
/*-------------- Iconos*/
a.ico {
	width: 40px;
	height: 40px;
	display: inline-block;
	background-color: #fff;
	border-radius: 100%;
	border: solid 1px #ddd;
	background-image: url(../images/ico_trash.svg);
	background-position: center center;
	background-repeat: no-repeat;
}
a.ico.delete {
	background-image: url(../images/ico_trash.svg);
}
a.ico:hover {
	background-color: #eee;
}
a.ico.disabled{
	cursor: default !important;
	pointer-events: none;		
}
/*-------------- Titulo Seccion*/
.titulo_seccion {
	background-color: #F4F4F4;
	min-height: 80px;
}
.titulo_seccion h1 {
	font-size: 22px;
	color: #203A5D;
	line-height: 25px;
	text-align: center;
	margin: 26px 0 0 0 !important;
}
.titulo_seccion h2 {
	font-size: 22px;
	color: #203A5D;
	line-height: 25px;
	text-align: center;
	width: auto;
	font-family: "open_bold";
	margin: 27px 0 0 0 !important;
}
.titulo_seccion a.btn {
	margin: 15px 0 0 0;
}
/*-------------- Tabla filtrable*/
.tabla-overflow{
	overflow-x:auto;
}
.tabla_filtrable {
	width: 100%;
}
.tabla_filtrable.sin_tfooter{
    border-bottom: solid 1px #DDD;	
}
.tabla_filtrable tr {
	border-top: solid 1px #DDD;
	background-color: #FFF;
}
.tabla_filtrable tr.alt {
	background-color: #f4f4f4;
}
.tabla_filtrable tr.totales,
.tabla_filtrable tr.totales td {
	background-color:#C6EDF5;
}
@media screen and (max-width: 979px) {
	.tabla_filtrable tr {
		margin-bottom: 15px;
	}
	.tabla_filtrable tbody tr {
		width: 100%;
		display: inline-block;
		border-top: none;
		padding: 18px;
		background-color: #EEE;
	}
}
.tabla_filtrable thead tr.encabezado {
	border-top: none;
}
@media screen and (max-width: 979px) {
	.tabla_filtrable thead tr.encabezado {
		display: none;
	}
}
.tabla_filtrable th,
.tabla_filtrable td {
	text-align: left;
	padding: 15px 10px;
	vertical-align: top;
	font-size: 15px;
	color: #333;
	line-height:1.2em;
}
@media screen and (min-width: 980px) {
	.tabla_filtrable th .big,
	.tabla_filtrable td .big {
		font-size: 20px;
	}
}
.tabla_filtrable.imagen td:first-child {
	width: 140px !important;
}
.tabla_filtrable td:last-child {
	width: 120px !important;
}
.tabla_filtrable td.triple {
	width: 160px !important;
}
@media screen and (max-width: 979px) {
	.tabla_filtrable th,
	.tabla_filtrable td,
	.tabla_filtrable td:last-child {
		display: inline-block;
		width: 100% !important;
		padding: 3px 0px;
	}
	.tabla_filtrable td:last-child {
		display: inline-block;
		width: 100% !important;
		padding: 10px 0px;
	}
}
.tabla_filtrable th {
	padding: 10px;
}
.tabla_filtrable th,
.tabla_filtrable th a {
	font-weight: bold;
}
.tabla_filtrable td.con_imagen {
	text-align:left;
	vertical-align:middle;
}
.tabla_filtrable td.con_imagen img {
	max-width: 100px;
	max-height:60px;
	float: none;
	height: auto;
	width: auto;
}
.tabla_filtrable td.resaltado {
	color: red;
}
.tabla_filtrable.maxima td img {
	max-width: 600px;
	height: auto;
}
.tabla_filtrable td span {
	display: none;
	font-size: 1em;
	color: #000;
	font-weight: bold;
}
@media screen and (max-width: 979px) {
	.tabla_filtrable td span {
		display: inline-block;
		margin-right: 5px;
	}
}
.tabla_filtrable thead tr:nth-child(2) {
	width: 100%;
	padding: 0px;
	border: none;
}
.tabla_filtrable thead tr:nth-child(2) th {
	padding: 0 !important;
}
.tabla_filtrable thead tr:nth-child(2) input {
	height: 35px;
	width: 100%;
	margin: 5px 0 20px 0px;
	background-color: #EEE;
	border: solid 1px #CCC;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	padding: 0 10px;
}
.tabla_filtrable tfoot tr {
	width: 100%;
}
.tabla_filtrable tfoot tr td {
	text-align: center;
	padding: 15px 0px;
}
.tabla_filtrable tfoot tr td a {
	display: inline-block;
	background-color: #DDD;
	color: #000;
	padding: 10px;
	font-size: 12px;
	text-decoration: none;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	margin: 5px !important;
}
.tabla_filtrable tfoot tr td a:hover {
	color: #FFF;
}
.tabla_filtrable tfoot tr td a.active {
	background-color: #203a5d;
	color: #FFF;
	cursor: default !important;
}
.tabla_filtrable .btn_admin_ver,
.tabla_filtrable .btn_admin_editar,
.tabla_filtrable .btn_admin_eliminar,
.tabla_filtrable .btn_admin_desbloquear,
.admin_contiene_imagen .btn_admin_eliminar,
.btn_admin_eliminar.eliminar_zona{
	display: inline-block;
	width: 35px;
	height: 35px;
	color: #FFF;
	border-radius: 50%;
	text-indent: -5000px;
	float: left;
	margin-right: 10px;
	background-color: #42c4dd;
	background-repeat: no-repeat;
	background-position: center center;
}
.tabla_filtrable .btn_admin_ver {
	background-image: url("../images/ico_ver.svg");
	background-size: 22px;
}
.tabla_filtrable .btn_admin_editar {
	background-image: url("../images/btn-admin-editar.svg");
	background-size: 18px;
}
.tabla_filtrable .btn_admin_eliminar,
.admin_contiene_imagen .btn_admin_eliminar,
.btn_admin_eliminar.eliminar_zona{
	background-image: url("../images/btn-admin-eliminar.svg");
	background-size: 17px;
	margin-bottom: 5px;
}
.btn_admin_eliminar.eliminar_zona{
	float:right;
}
.tabla_filtrable .btn_admin_desbloquear {
	background-image: url("../images/btn-admin-unlock.svg");
	background-size: 18px;
	margin-bottom: 0px;
}
.tabla_filtrable .btn_admin_ver:hover,
.tabla_filtrable .btn_admin_editar:hover,
.tabla_filtrable .btn_admin_eliminar:hover,
.admin_contiene_imagen .btn_admin_eliminar:hover,
.btn_admin_eliminar.eliminar_zona:hover,
.tabla_filtrable .btn_admin_desbloquear:hover {
	background-color: #203a5d;
}
.tabla_filtrable tbody {
	border-right: solid 1px #ddd;
	border-left: solid 1px #ddd;
}
/*-------------- Sidetab*/
.sidetab_content {
	text-align: left;
}
.sidetab_content form {
	text-align: left;
}
.formulario .sidetab_content h2 {
	font-size: 22px !important;
	color: #999;
	margin: 0 0 50px 0 !important;
	position: relative;
	text-align: left;
	float: left;
	line-height:1.2em;
}
.formulario .sidetab_content h2 strong {
	width: auto;
	float: none;
	color: #1F395D;
}
@media screen and (max-width: 979px) {
.formulario .sidetab_content h2 strong {
	display:inline-block;
	text-align:left;
	width: 100%;
}	
}
.sidetab_content h2::after {
	width: 100px;
	height: 1px;
	background-color: #42C4DD;
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -20px;
	left: 0px;
}
.formulario .sidetab_content h3 {
	font-size: 22px !important;
	color: #1F395D !important;
	margin: 0 0 50px 0 !important;
	position: relative;
	text-align: left;
	float: left;
}
.formulario .sidetab_content h3 strong {
	width: auto;
	float: none;
}
.formulario .sidetab_content .auto {
	width: auto !important;
}
.formulario .sidetab_content .cols .col {
	padding: 0 8px !important;
}
.formulario .sidetab_content .cols .col.sin-padding-left {
	padding-left: 0 !important;
}
.formulario .sidetab_content .cols .zona_duplicable .col {
	padding: 0 !important;
}
.formulario .sidetab_content .cols .col:first-child {
	padding-left: 0px !important;
}
.formulario .sidetab_content .cols .col:last-child {
	padding-right: 0px !important;
}
@media screen and (max-width: 979px) {
	.formulario .sidetab_content .cols .col {
		padding: 0 0px !important;
	}
	.formulario .sidetab_content .cols .col:first-child {
		padding-left: 0px !important;
	}
	.formulario .sidetab_content .cols .col:last-child {
		padding-right: 0px !important;
	}
}
.formulario .sidetab_content .space {
	margin-top: 20px;
}
/*--------------Detalle Negocio: Ingresa ID Negocio Hubspot*/
#insertaNegocioHubspotPorId{
	text-align:center;
}
#insertaNegocioHubspotPorId h1,
#insertaNegocioHubspotPorId form,
#insertaNegocioHubspotPorId form input{
	display:inline-block;
	vertical-align:middle;
	width:auto;
	margin-right:15px;
	float:none;
}
#insertaNegocioHubspotPorId h1{
	font-size:18px;
}
#insertaNegocioHubspotPorId form input[type="text"]{
	height:50px;
	background-color:#EEE;
	border:solid 1px #DDD;
	color:#333;
	font-size:18px;
	padding:10px;
	width:220px;
}
#insertaNegocioHubspotPorId form input[type="submit"]{
	cursor:pointer;
}
@media screen and (max-width: 720px) {
#insertaNegocioHubspotPorId h1,
#insertaNegocioHubspotPorId form,
#insertaNegocioHubspotPorId form input[type="text"]{
    width:100%;
    text-align:center;
    margin-right:0px;
    margin-bottom:15px;
}
#insertaNegocioHubspotPorId form input[type="submit"]{
    margin-bottom:0px;
}	
}
/*--------------Sidetabs (menu lateral administrador)*/
#submenus_admin{
	margin-bottom:40px;
}
#btn_submenus_admin{
	border:solid 1px #999;
	width:100%;
	padding:13px;
	text-align:left;
	text-decoration:none;
	background-color:#EEE;
    background-image: url(../images/flecha_baja.svg);
	background-position:right 15px center;
	background-repeat:no-repeat;
	margin-bottom:5px;
	color:#000;
	text-transform:uppercase;
	display:none;
}
@media screen and (max-width: 979px) {
#btn_submenus_admin{
    display:block;	
}
}
#btn_submenus_admin:hover{
	background-color:#DDD;
	font-family: 'open_bold';
}
#btn_submenus_admin.activo{
    background-image: url(../images/flecha_sube.svg);	
}
.sidetabs {
	text-align: left;
	list-style-type: none;
	padding: 0 50px 0 0;
}
@media screen and (max-width: 979px) {
.sidetabs {
    padding: 0 0px 0 0;
    display:none;
}
}
.sidetabs li {
	margin: 0 0 5px 0;
}
.sidetabs li a {
	height: auto;
	border: solid 1px #ddd;
	width: 100%;
	font-size: 16px;
	color: #333;
	padding: 13px;
}
.sidetabs li a:hover {
	text-decoration: none;
	background-color: #f4f4f4;
	border: solid 1px #bbb;
}
.sidetabs li.activo a,
.sidetabs li.activo a:hover {
	border: solid 2px #805AD5;
	background-color: #FFF;
	cursor:default;
	pointer-events:none;
}
/*-------------- General tabla*/
table {
	font-size: initial;
	float: left;
	width: 100%;
}
/*-------------- Numeracion*/
.numerado {
	border: solid 1px #ddd;
	padding: 0 0 0 50px;
	margin: 0 0 10px 0;
}
.numerado .cols {
	position: initial;
}
.numerado .numero {
	font-size: 25px;
	font-family: "open_bold";
	color: #805AD5;
	position: absolute;
	top: 13px;
	left: 10px;
	min-height: 36px;
	display: inline-block;
	padding: 0 10px 0 0;
	border-right: solid 1px #ccc;
}
.numerado .col {
	text-align: left;
	padding: 15px;
}
.numerado .col * {
	text-align: left !important;
}
.numerado .col:first-child {
	padding: 0 0 0 50px !important;
}
.con-salto-linea{
	overflow-wrap: break-word;
}
/*-------------- Hamburguesa Responsive*/
#jump {
	display: none !important;
}
@media screen and (max-width: 979px) {
	#jump {
		display: block !important;
		text-decoration: none;
		color: inherit;
		position: absolute;
		right: 10px;
		top: 85px;
		cursor: pointer;
		z-index: 1000;
		width: 20px !important;
		height: 20px;
		border-bottom: 2px solid #203a5d;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
		-webkit-transition-property: color, border;
		-moz-transition-property: color, border;
		transition-property: color, border;
		color: #203a5d;
	}
}
#jump:before,
#jump:after {
	content: "";
	display: inline-block;
	width: 100%;
	border-bottom: 2px solid #203a5d;
	position: absolute;
	left: 0;
	-webkit-transition: transform 0.5s ease-in-out;
	-moz-transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
}
#jump:after {
	top: 9px;
}
#jump.activo {
	z-index: 111111;
	border-color: transparent;
	line-height: 0;
	transition: right 500ms ease;
	color: #203a5d;
}
#jump.activo:before, #jump.activo:after {
	top: 9px;
}
#jump.activo:before {
	transform: rotateZ(45deg);
}
#jump.activo:after {
	transform: rotateZ(-45deg);
}
/*------Swal overwrite-----*/
.swal2-popup .swal2-title {
	display: inline-block !important;
}
/* ----------------- Error 404 */
.error404{
	background-color:#203A5D;
}
.error404 .cols{
	text-align:center;
	margin:auto;
	width:100%;
	max-width:600px;
	padding:50px 20px;
}
.error404 .cols p,
.error404 .cols h1
.error404 .cols hr{
    display:inline-block;
	width:100%;
	text-align:center;
}
.error404 .cols p,
.error404 .cols h1{
	color:#FFF;
    font-size:17px;
    text-align:center;
}
.error404 .cols hr{
	border:none;
	position:relative;
	margin:35px 0;
}
.error404 .cols hr::after {
	left: calc(50% - 50px);
	width: 100%;
	max-width: 100px;
	background-color: #42C4DD;
}
.error404 .cols h1{
	color:#42C4DD;
	font-size:35px;
    font-family: 'open_bold', Arial, Helvetica, sans-serif;
    margin-bottom:25px;
}
.error404 .cols p a.btn:hover{
	background-color: #FFF !important;
	color:#203A5D !important;
}
/* ----------------- Titulo No hay Resultados */
h1.txt_no_hay,
p.txt_no_hay{
    width:100%;
    text-align:center;	
}
h1.txt_no_hay{
	padding:40px 20px 20px 20px;
	font-size:25px;	
	color:#999;
}
p.txt_no_hay{
	padding:0 20px 0 20px;
	font-size:18px;
	color:#333;
}
p.alerta.error,
p.alerta.success{
    width:100%;
	font-size:17px;
	color:#333;
	text-align:center;
	border-radius:10px;
	padding:30px;
}
p.alerta.error{
	background-color:#ffd6d6;
}
p.alerta.success{
	background-color: #59b20026;
}
a.btn_admin_atras,
a.btn_documento_firmado{
	font-size:17px;
	color:#333;
	border:solid 1px #BBB;
	display:inline-block;
	border-radius:8px;
	padding:15px 20px;
	margin:30px 0;
	text-decoration:none;
}
a.btn_admin_atras:hover,
a.btn_documento_firmado:hover{
	color:#000;
	border:solid 1px #999;
	background-color:#EEE;
}
/* ----------------- Admin */
p.admin_contiene_imagen{
	position:relative !important;
}
p.admin_contiene_imagen .btn_admin_eliminar{
	position:absolute;
	bottom:15px;
	right:15px;
	width:40px;
	height:40px;
}
/* ----------------- UI Autocomplete overrides */
.ui-menu .ui-menu-item-wrapper {
    padding: 8px 1em 8px .4em !important;
}
/* ----------------- Textos aclaraciones admin */
.aclaraciones_admin{
	display:inline-block;
}
.col .aclaraciones_admin p,
.col .aclaraciones_admin ul,
.col .aclaraciones_admin li {
    font-size:16px;
    color:#333;
    text-align:justify;
    line-height:1em;
}
.col .aclaraciones_admin p{
	margin-bottom:25px;
}
.col .aclaraciones_admin ul{
	padding-left:0px;
}
.col .aclaraciones_admin li {
    padding-left:15px;
    background-image: url(../images/vineta.svg);
	background-repeat: no-repeat;
	background-position: left top 5px;
	background-size: 6px;
	margin-bottom:15px;
}
/*-------------- Selects Subproyecto Termometro*/
#cambia_subproyecto{
	text-align:center;
}
#cambia_subproyecto .inline div,
#cambia_subproyecto .inline label,
#cambia_subproyecto .inline select{
	display:inline-block;
	width:auto;
	vertical-align:middle;
}
#cambia_subproyecto .inline div{
	padding:0 15px;
}
#cambia_subproyecto .inline label{
    margin-right:7px !important;
    padding-right:0px;	
}
#cambia_subproyecto .inline select{
	width:300px;
}
@media screen and (max-width: 979px) {
	#cambia_subproyecto .inline div,
	#cambia_subproyecto .inline label,
	#cambia_subproyecto .inline select{
		width:100%;
		float:left;
		display:block;
		float:left;
	}
	#cambia_subproyecto .inline div{
		padding:0;
	}
	#cambia_subproyecto .inline div:nth-child(1){
		padding-bottom:15px;
	}
	#cambia_subproyecto .inline label{
		margin:0 0 5px 0 !important;
	}	
}
/* ----------------- Lista Docs Firma digital detalle producto */
/*.lista_docs_firma_digital h4,
.lista_docs_firma_digital ul,
.lista_docs_firma_digital li{
	width:100%;
}
.lista_docs_firma_digital h4{
	font-family: 'open_bold';
}
.lista_docs_firma_digital ul{
	padding-left:0px;
	margin-bottom:0px;
}
.lista_docs_firma_digital li{
	padding-left:15px;
	background-image: url(../images/vineta.svg);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 5px;
}
.lista_docs_firma_digital li a{
	text-decoration: underline;
}
.lista_docs_firma_digital li a:hover{
	text-decoration: none;
	color:#000;
}
.btn.enviar_docs_firma_digital{
	height:auto;
	background-image: url(../images/ico_blanco_mail.svg);
	background-repeat: no-repeat;
	background-position: center bottom 20px;
	background-size:60px;
	min-width:100% !important;
	line-height:1em;
	padding: 25px 20px 80px 20px !important;
	margin-top:30px;
}*/
@media screen and (max-width: 979px) {
	#docsFirmaDigital div{
		padding-left:0;
		padding-right:0;
	}	
}
#docsFirmaDigital h3,
#docsFirmaDigital ul,
#docsFirmaDigital ul li,
#docsFirmaDigital .tareas_docs_firmas > div,
#docsFirmaDigital .tareas_docs_firmas > button,
#docsFirmaDigital .tareas_docs_firmas > a{
	display:inline-block;
	width:100%;
	text-align:left;
}
#docsFirmaDigital h3{
	color:#1F395D;
	font-family: 'open_bold';
	font-size:18px;
	margin-bottom:15px;
}
#docsFirmaDigital ul{
	margin-bottom:20px;
}
#docsFirmaDigital ul li{
	margin-bottom:10px;
}
#docsFirmaDigital input,
#docsFirmaDigital p{
	display:inline-block;
	vertical-align:top;
}
#docsFirmaDigital input{
	width:20px;
	height:20px;
	margin-right:8px;
}
#docsFirmaDigital p{
	width:calc(100% - 30px);
	text-align:left;
	font-size:16px;
	line-height:1em;
	color:#333 !important;
}
#docsFirmaDigital p a{
	text-decoration:underline;
	color:inherit;
}
#docsFirmaDigital p a:hover{
	color: #42C4DD;
}
@media screen and (max-width: 979px) {
	#docsFirmaDigital .tareas_docs_firmas{
		border-top:solid 1px #CCC;
		margin-top:10px;
		padding-top:30px;
	}
}
#docsFirmaDigital .tareas_docs_firmas > div{
	margin-bottom:20px;
}
#docsFirmaDigital .tareas_docs_firmas > button{
	text-align: center;
	font-size: 15px;
	line-height:1.2em;
	color: #fff;
	display: inline-block;	
	border-radius: 16px 0 16px 0;
	text-transform: uppercase;	
	font-family: "open_bold";
	background-color: #42C4DD;
	border: 0px;
	padding: 20px;
	padding-bottom: 85px;
	background-image: url(../images/ico_blanco_mail.svg);
	background-repeat: no-repeat;
	background-position: center bottom 25px;
	background-size:60px;
	cursor:pointer;
	margin-bottom:30px;
}
#docsFirmaDigital .tareas_docs_firmas > button:hover {
	background-color: #213b5e !important;
}
#docsFirmaDigital .tareas_docs_firmas > a{
	display: inline-block;
	font-size: 16px;
	text-decoration: none;
	background-color: #FFF;
	border:solid 1px #CCC;
	color: #666666;
	border-radius: 16px 0 16px 0;
	padding: 10px 15px 10px 50px;
	background-image: url("../images/ico_carga-adjunto.svg");
	background-repeat: no-repeat;
	background-position: left 12px top 15px;
	background-size:33px;
}
#docsFirmaDigital .tareas_docs_firmas > a:hover {
	background-color: #EEE;
	color: #000;
	border:solid 1px #BBB;
}
/* ----------------- Cambio de precio */
.formulario .instrucciones{
	border-bottom: solid 1px #CCC;
	padding-bottom:20px;
	margin-bottom:20px;
}
.formulario .instrucciones p{
	color:#000;
	font-size:17px;
	margin-bottom:15px;
	text-align:left;
}
.tabla_filtrable.autoriza_precios tbody  {
    border-bottom:solid 1px #CCC;
}
.tabla_filtrable.autoriza_precios tfoot  {
    display:none;
}
/* -----------------Links Logs */
#listado-links-logs,
#listado-links-logs *{
	display:inline-block;
	width:100%;
}
#listado-links-logs li{
	margin-bottom:10px;
}
#listado-links-logs li a{
	border:solid 1px #CCC;
	padding:15px;
	font-size:16px;
	border-radius:5px;
	text-decoration:none;
}
#listado-links-logs li a:hover{
	background-color:#EEE;
	color:#000;
}
/* ----------------- Slider Plantas */
.slider-plantas{
	margin-top:20px;
	margin-bottom:20px;
}
.slider-plantas .bx-wrapper {
    margin-bottom: 0;
    box-shadow: 0 0 5px #ccc;
    border: none;
	padding:5px 0;
	border-radius:5px;
}
.slider-plantas .bx-wrapper {
    margin-bottom: 0;
    box-shadow: 0 0 5px #ccc;
    border: none;
}
.slider-plantas ul li{
	padding:10px 30px !important;
	display:inline-block;
}
.slider-plantas ul li a,
.slider-plantas ul li div,
.slider-plantas ul li p{
	width:100%;
}
.slider-plantas ul li div,
.slider-plantas ul li p{
	text-align:center;
}
.slider-plantas ul li div img{
	float:none;
	display:inline-block;
	width:80%;
}
.slider-plantas ul li a:hover div img{
	opacity:0.7;
}
.slider-plantas ul li p{
	font-size:15px;
	padding-top:13px;
	margin:0 !important;
}
.slider-plantas .bx-wrapper .bx-prev{
	left:3px;
}
.slider-plantas .bx-wrapper .bx-next{
	right:3px;
}
.slider-plantas .bx-wrapper .bx-prev,
.slider-plantas .bx-wrapper .bx-next{
	background-image:url(../images/flecha_atras_azul.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:15px;
}
.slider-plantas .bx-wrapper .bx-next{
	background-image:url(../images/flecha_next_azul.svg);
}
.slider-plantas .bx-wrapper .bx-prev:focus,
.slider-plantas .bx-wrapper .bx-prev:hover,
.slider-plantas .bx-wrapper .bx-next:focus,
.slider-plantas .bx-wrapper .bx-next:hover {
	background-position:center;
	background-size:19px;
}
/* ----------------- Visibilidad Cotizador */
#bloque_cotizador,
#confirmacion_opcion{
	display:none;
}
/*--------------------------------------------------------------*/
/* Pop Editar Info Contacto */
/*--------------------------------------------------------------*/
.popup-form-fondo,
.popup-form-contenedor{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
}
.popup-form-fondo{
	z-index:100;
	background-color:rgba(255,255,255,0.9);	
}
.popup-form-contenedor{
	z-index:101;
	padding:20px;
	text-align:center;
	overflow:auto;
}
@media screen and (min-width:980px) {
	.popup-form-contenedor{
		padding:50px;
	}	
}
.popup-form-contenedor-card{
	display:inline-block;
	background-color:#FFF;
	padding:40px;
	border-radius:10px;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
	width:100%;
	max-width:610px;
	margin:auto;
	text-align:left;
	position:relative;
}
@media screen and (max-width:980px) {
	.popup-form-contenedor-card{
		padding:20px;
	}	
}
.popup-form-contenedor-card-cerrar{
	display:inline-block;
	position:absolute;
	top:3px;
	right:3px;
	width:40px;
	height:40px;
	text-indent:-9999px;
	background-image: url(../images/equis_azul.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size:20px;
}
.popup-form-contenedor-card-cerrar:hover{
	background-size:24px;
}
.popup-form-titulo,
.popup-form-subtitulo{
	width:100%;
}
.popup-form-titulo{
	font-size:25px;
	color:#7F59D4;
}
.popup-form-contenedor-card form label{
	display:inline-block;
	width:100%;
}
.popup-form .formulario .disabled{
	background-color:#FFF;
	cursor: default !important;
    pointer-events: none;
}
/*--------------------------------------------------------------*/
/* Btn Enviar acceso Sucursal Cliente */
/*--------------------------------------------------------------*/
/*.cotizador_opcion .col_3.usuario p a.btn-restaurar-acceso-sucursal-cliente{
	display:inline-block;
	padding:5px 10px 5px 28px;
	border-radius:5px;
	text-decoration:none;
	background-image: url(../images/btn-admin-unlock.svg);
	background-repeat: no-repeat;
	background-position: left 5px center;
	background-size:17px;
	background-color:#7F59D4;
	color:#FFF;
}
.cotizador_opcion .col_3.usuario p a.btn-restaurar-acceso-sucursal-cliente:hover{
	background-color:#1F395D;
}
.cotizador_opcion .col_3.usuario p a.btn-restaurar-acceso-sucursal-cliente.disabled,
.cotizador_opcion .col_3.usuario p a.btn-restaurar-acceso-sucursal-cliente.disabled:hover{
    background-color:#CCC !important;
	color: #999 !important;
	cursor: default !important;
	pointer-events: none; 	
}*/
/*--------------------------------------------------------------*/
/* Menu contextual */
/*--------------------------------------------------------------*/
.btn-menu-contextual,
.menu-contextual{
	display:inline-block;
	position:absolute;
	top:0;
}
.btn-menu-contextual{
	z-index:9;
	text-indent:-9999px;
	width:30px;
	height:30px;	
	right:5px;
	background-image: url(../images/btn_contextual.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:3px;
	padding:0 !important;
}
.btn-menu-contextual:hover{
	background-size:4px;
}
.btn-menu-contextual.activo{
	background-image: url(../images/equis_azul.svg);
	background-size:14px;
}
.btn-menu-contextual.activo:hover{
	background-size:18px;
}
.menu-contextual{
	z-index:10;
	background-color:#FFF;
	right:35px;
	border-radius:8px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	padding:20px !important;
	width:220px;
}
.menu-contextual li,
.menu-contextual a{
	display:inline-block;
	width:100%;
	padding:0 !important;
	line-height:1em;
	font-size:15px;
}
.menu-contextual li{
	margin-bottom:25px;
}
.menu-contextual li:last-child{
	margin-bottom:3px;
}
.menu-contextual a.disabled{
	cursor: default !important;
	pointer-events: none;
}
/*--------------------------------------------------------------*/
/* Tema Acordeon: Titulo */
/*--------------------------------------------------------------*/
.tema-titulo,
.tema-titulo a{
	display:inline-block;	
}
.tema-titulo{
	width:100%;
}
.tema-titulo a{
	width:auto;
	color: #1F395D;
	font-size: 22px;
	text-decoration:none;
	position:relative;
	padding:15px 40px 15px 10px;
	background-image: url(../images/flecha_baja.svg);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size:13px;
	border-radius:5px;
}
.tema-titulo a.activo{
	background-image: url(../images/flecha_sube.svg);
}
.tema-titulo a:hover{
	background-color:#EEE;	
}
.tema-titulo a.activo::after {
	content: "";
	position: absolute;
	height: 1px;
	bottom: -15px;
	left: 0px;
	max-width: 100px;
	width: 100%;
	background-color: #42C4DD;
}
/*--------------------------------------------------------------*/
/* Estado Consulta Stradata, Fiduciarias */
/*--------------------------------------------------------------*/
.estado-procesos-deal,
.estado-procesos-deal *{
	display:inline-block;
}
.estado-procesos-deal span{
	vertical-align:middle;
	font-size:0;
}
.estado-procesos-deal span.icono{
	width:30px;
}
.estado-procesos-deal span.icono img{
	width:100%;
}
.estado-procesos-deal span.texto{
	width:calc(100% - 35px);
	font-size:17px;
	padding-left:5px;
	text-align:left;
}
/*--------------------------------------------------------------*/
/* Boton Editar Info del Contacto */
/*--------------------------------------------------------------*/
a.contactoEditarInfo{
	display:inline-block;
	font-size:17px !important;
	border-radius:5px;
	background-color:#999 !important;
	color:#FFF !important;
	padding:10px !important;
	padding-left:40px !important;
	background-image: url(../images/btn-admin-editar.svg);
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size:20px;
	line-height:0.8em !important;
}
a.contactoEditarInfo:hover{
	text-decoration:none !important;
	background-color:#213b5e !important;
}
/*--------------------------------------------------------------*/
/* Plan de Pagos Definitivo */
/*--------------------------------------------------------------*/
#ppDefinitivo {
	width:100%;
	display:inline-block;
	padding:0 20px 35px 20px;
}
#ppDefinitivo .pp-section-header-top {
	width:100%;
	display:inline-block;
	margin-bottom: 25px;
}
#ppDefinitivo .pp-section-header-top label {
    display: block;
    color: #888;
    font-size: 16px;
    margin-bottom: 8px;
}
#ppDefinitivo .pp-input-icon-wrapper {
    width: 250px;
	text-align:left;
}
#ppDefinitivo .pp-input-main {
    width: 100%;
    padding: 8px 30px 8px 10px;
    border: 1px solid #CCC;
    font-size: 1.1em;
	background-image:url(../images/ico_lapiz_azul.svg);
	background-repeat:no-repeat;
	background-position:right 10px center;
	background-size:25px;
}
#ppDefinitivo .pp-card {
    margin-bottom: 30px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
#ppDefinitivo .pp-card-header {
    background-color: #7e57c2;
    color: #FFF;
    padding: 17px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#ppDefinitivo .pp-header-title {
    width: 30%;
	text-align:left;
}
#ppDefinitivo .pp-header-title strong {
    font-size: 25px;
    display: block;
}
#ppDefinitivo .pp-header-title span {
    font-size: 16px;
    opacity: 0.9;
	display:inline-block;
	margin-top:5px;
	color:rgba(255,255,255,0.75);
}
#ppDefinitivo .pp-header-form {
	width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
	gap:13px;
}
#ppDefinitivo .pp-form-group {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
#ppDefinitivo .pp-w-cuotas { 
    width: 8%; 
    min-width: 40px; 
}
#ppDefinitivo .pp-w-valor { 
    width: 28%; 
    min-width: 100px; 
}
#ppDefinitivo .pp-w-dia { 
    width: 10%; 
    min-width: 45px; 
}
#ppDefinitivo .pp-w-mes { 
    width: 22%; 
    min-width: 90px; 
}
#ppDefinitivo .pp-w-year { 
    width: 15%; 
    min-width: 65px; 
}
#ppDefinitivo .pp-form-group label {
    font-size: 14px;
    margin-bottom: 2px;
}
#ppDefinitivo .pp-form-group input, 
#ppDefinitivo .pp-form-group select {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    color: #FFF;
    font-size: 16px;
	height:33px;
	width: 100%;
	box-sizing: border-box;
}
#ppDefinitivo .pp-form-group input:focus {
	outline: none;
	border-bottom-color: #FFF;
}
#ppDefinitivo .pp-form-group input[type=number]::-webkit-inner-spin-button, 
#ppDefinitivo .pp-form-group input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
#ppDefinitivo .pp-form-group select option {
    color:#333;
}
#ppDefinitivo .pp-btn-add,
#ppDefinitivo .pp-btn-remove-all{   
    border: none;
    border-radius: 4px;
    width: 33px;
    height: 33px;
    cursor: pointer;
	background-color: #EEE;
	background-image:url(../images/btn_mas-azul-oscuro.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:15px;
	flex-shrink: 0;
}
#ppDefinitivo .pp-btn-remove-all{ 
	background-image:url(../images/equis_roja.svg);
}
#ppDefinitivo .pp-btn-add:hover,
#ppDefinitivo .pp-btn-remove-all:hover{
	background-color: #FFF;
	background-size:18px;
}
@media (max-width: 850px) {
    #ppDefinitivo .pp-card-header {
        flex-direction: column;
    }
    #ppDefinitivo .pp-header-title {
        width: 100%;
        margin-bottom: 15px;
    }
    #ppDefinitivo .pp-header-form {
        width: 100%;
        gap: 10px;
    }
    #ppDefinitivo .pp-w-cuotas, 
    #ppDefinitivo .pp-w-dia { 
		width: 15%;
	}
    #ppDefinitivo .pp-w-valor {
		width: 40%;
	}
}
#ppDefinitivo .pp-table-header-row {
    display: none;
}
#ppDefinitivo .pp-table {
    width: 100%;
    border-collapse: collapse;
    background: #F5F5F5;
}
#ppDefinitivo .pp-table-header-row th {
    text-align: left;
    padding: 10px;
    font-size: 15px;
    color: #888;
    font-weight: normal;
	background: #FFF;
}
#ppDefinitivo .pp-row-item td {
    padding: 8px 10px;
    border-bottom: 1px solid #DDD;
}
#ppDefinitivo .pp-input-text, 
#ppDefinitivo .pp-input-select {
    width: 100%;
    padding: 6px;
    border: 1px solid #ddd;
    border-radius: 3px;
	font-size:15px;
}
#ppDefinitivo .pp-datepicker {
	background-image: url(../images/ico_calendario-gris.svg);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 20px;
}
#ppDefinitivo .pp-btn-remove {
	display:inline-block;
	width:30px;
	height:30px;
    background: transparent;
	border: none;
    cursor: pointer;
	background-image:url(../images/equis_azul.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:15px;
}
#ppDefinitivo .pp-btn-remove:hover {
	background-size:18px;
}
#ppDefinitivo .pp-footer-summary {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-top: 1px solid #ddd;
    margin-top: 40px;
}
#ppDefinitivo .pp-summary-item {
    color: #666;
    font-size: 16px;
}
#ppDefinitivo .pp-summary-item strong {
    color: #333;
    margin-left: 8px;
}
#ppDefinitivo .pp-diferencia-wrapper .diferencia-ok,
#ppDefinitivo .pp-diferencia-wrapper .diferencia-error{
	display:inline-block;
	width:30px;
	height:30px;
	vertical-align:middle;
	background-repeat:no-repeat;
	background-position:center;
}
#ppDefinitivo .pp-diferencia-wrapper .diferencia-ok { 
	background-image:url(../images/ico-ok-verde.svg);
	background-size:28px;
}
#ppDefinitivo .pp-diferencia-wrapper .diferencia-error {
	background-image:url(../images/equis_roja.svg);
	background-size:20px;
}
#ppDefinitivo #resumen-diferencia.has-diff {
	color: #D90000;
}
#ppDefinitivo .pp-btn-save {
    float: left;
    border: none;
    margin-top: 10px;
	width:100%;
	max-width:320px;
}
#ppDefinitivo .disabled {
    cursor: default !important;
    pointer-events: none;
    opacity: 0.5;
}
#ppDefinitivo .pp-table .pp-tbody.bloquear{
    cursor: default !important;
    pointer-events: none;
}
#ppDefinitivo .pp-table .pp-tbody.bloquear .pp-btn-remove{
    display:none;
}
/*--------------------------------------------------------------*/
/* Confirmar Venta en Sinco */
/*--------------------------------------------------------------*/
#confirmar-venta-sinco{
	display:inline-block;
	width:100%;
}
#confirmar-venta-sinco table{
	font-size:16px;
	border-bottom:solid 1px #CCC;
}
#confirmar-venta-sinco table tr{
	border-top:solid 1px #CCC;
}
#confirmar-venta-sinco table tr:nth-child(odd){
	background-color:#EEE;
}
#confirmar-venta-sinco table tr td{
	text-align:left;
	padding:15px 10px;
}
#confirmar-venta-sinco table tr td:first-child{
	width:75%;
}
#confirmar-venta-sinco table tr td input{
	font-size:17px;
	padding:5px;
	border:solid 1px #CCC;
}
#confirmar-venta-sinco .centro{
	text-align:center !important;
}
.seccion-adjuntos,
.seccion-adjuntos h4,
.grid-adjuntos,
.campo-file,
.campo-file label,
.input-adjunto,
.confirmar-venta-sinco-enviado,
.confirmar-venta-sinco-enviado p{
	display:inline-block;
	width:100%;
}
.seccion-adjuntos {
	margin-top: 50px;
}
.seccion-adjuntos h4{
	color:#1F395D;
	font-size:18px;
	margin:0;
	margin-bottom:10px;
}
.grid-adjuntos { 
	background-color:#EEE;
	padding:15px 10px;
	padding-bottom:7px;
}
.campo-file {
	margin-bottom:10px;
}
.campo-file label{
	font-size:14px;
	margin-bottom:3px;
}
.input-adjunto {
	background-color:#FFF;
	border:solid 1px #CCC;
	font-size:17px;
	padding:5px;
}
.confirmar-venta-sinco-enviado{
	text-align:center;
	padding:30px 20px 20px 20px;
}
.confirmar-venta-sinco-enviado p{
	text-align:center;
	font-size:23px;
	color:#42C4DD;
}