	.textoRequerido{
		color: rgba(56,124,55,1.00);
	}
	.cajaFormulario{
		border: 1px solid #ced4da;
		margin: 4% 1%;
		padding: 3%;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.textoTitulo{	
		font-size: 2em;
		color: #379ca5;
		font-weight: bold;
		line-height: 1.2em;		
	}
	.textoSlogan{
		font-size: 1.1em;
		color: #686868;
		font-weight: 600;
	}	
	.textoResumen{
		font-size: 1em;
		color: #606060;
		font-weight: normal;
		line-height: 1.6em;
	}
	.textoRequerido{
		font-size: 0.8em;
		font-style: italic;
		color: #626262;		
	}
	.textoAclaracion{
		font-size: 0.9em;
		font-style: inherit;
		color: #379ca5;
		font-weight: 600;
	}
	.tRequerido{
		font-size: 0.8em;
		color: #d08973;
		margin: 0 7px;
		font-weight: 600;
	}
	.tOpcional{
		font-size: 0.8em;
		color: #c1c1c1;
		margin: 0 7px;
		font-weight: 600;
	}
	.tInformacion{
		font-size: 0.9em;
		color: #60a2a8;
		margin: 0 7px;
		font-weight: 600;
	}
	.tRetornar{
		font-size: 1em;
		font-style: italic;
		color: #60a2a8;
		margin: 0 7px;
		font-weight: 600;
	}
	.ribbon {
		width: 0px;
		height: 60px;
		border-left: 23px solid #94bfbf;
		border-right: 23px solid #379ca5;
		border-bottom: 15px solid transparent;
		display: block;
	}	
	.dividerLeft {
		border: 0;
		height: 1px;
		margin: 34px auto 60px auto;
		background-image: -webkit-linear-gradient(left, transparent, #ddd, transparent);
		background-image: linear-gradient(to right, #e1e1e1, #ddd, #e0e0e000);
		text-align: left;
		position: relative;
		clear: both;
	}	
	.botonEnviar{
		background: #379ca5;
		border: 1px solid #2e8a93;
		color: #fff;
		padding: 5px 20px;
		font-size: 1em;
		font-weight: 600;		
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		text-decoration: none;
		-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.550, 0.550);
		   -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.550, 0.550);
			 -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.550, 0.550);
				transition: all 500ms cubic-bezier(0.250, 0.250, 0.550, 0.550);
		-webkit-box-shadow: 0px 5px 4px -3px rgba(0, 0, 0, 0) !important;
		-moz-box-shadow: 0px 5px 4px -3px rgba(0, 0, 0, 0) !important;
		box-shadow: 0px 5px 4px -3px rgba(0, 0, 0, 0) !important;		
	}
	.botonEnviar:hover{
		background: #228d97;
		border: 1px solid #267d86;
		color: #fff;
		text-decoration: none;
		-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.550, 0.550);
		   -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.550, 0.550);
			 -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.550, 0.550);
				transition-timing-function: cubic-bezier(0.250, 0.250, 0.550, 0.550);
		-webkit-box-shadow: 0px 6px 6px -4px rgba(0, 0, 0, 0.7) !important;
		-moz-box-shadow: 0px 6px 6px -4px rgba(0, 0, 0, 0.7) !important;
		box-shadow: 0px 6px 6px -4px rgba(0, 0, 0, 0.7) !important;		
	}
	.fa-lightbulb{
		color: #94bfbf !important;
	}	
	.rotarUno {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		margin-left:10px;
		-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.550, 0.550);
		   -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.550, 0.550);
			 -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.550, 0.550);
				transition: all 500ms cubic-bezier(0.250, 0.250, 0.550, 0.550);
	}		
	.rotarDos {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.550, 0.550);
		   -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.550, 0.550);
			 -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.550, 0.550);
				transition: all 500ms cubic-bezier(0.250, 0.250, 0.550, 0.550);
	}		
	.enlaceQuitar{
		color: #f79797;
		font-size: 1em !important;
		cursor: pointer;
		margin-right: 16px;
		-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.550, 0.550);
		   -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.550, 0.550);
			 -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.550, 0.550);
				transition: all 500ms cubic-bezier(0.250, 0.250, 0.550, 0.550);
	}
	.enlaceQuitar:hover{
		color: #348d95;
		cursor: pointer;
		-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.550, 0.550);
		   -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.550, 0.550);
			 -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.550, 0.550);
				transition: all 500ms cubic-bezier(0.250, 0.250, 0.550, 0.550);
	}
		
		
	.vc_sep_pos_align_center {
		margin-left: auto;
		margin-right: auto;
	}
	.vc_sep_width_100 {
		width: 100%;
	}		
	.vc_separator {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}		
	.vc_separator .vc_sep_holder {
		height: 1px;
		position: relative;
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		min-width: 10%;
	}
	.vc_separator .vc_sep_holder .vc_sep_line {
		height: 1px;
		/*border-top: 1px solid #ebebeb;*/
		display: block;
		position: relative;
		top: 1px;
		width: 100%;
	}		
	.vc_sep_holder_l{
		background-image: -webkit-linear-gradient(left, transparent, #ddd, #ddd);
	}		
	.vc_sep_holder_r{
		background-image: linear-gradient(to right, #ddd, #ddd, transparent);
	}		
	.txtSeparado{
		color: #fff;
		background: #348d95;
		border: 1px solid #348d95;
		font-size: 0.8em;
		font-weight: 600;
		padding: 4px 12px 6px 12px;
		line-height: 1.2em;
		margin: 0 4px;
		text-transform: uppercase;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}		

	.custom-control-input:checked ~ .custom-control-label::before {
		color: #fff;
		border-color: #379ca5;
		background-color: #94bfbf;
	}	
	.barraIzquierda{
		border-left: 7px solid #e1e1e1;
		padding-left: 12px;
	}
	.menos8px{
		padding-left: 8px !important;
	}
	.fa-twitter{
		color: #00aced;
		font-size: 1.1em !important;
		margin-right: 7px;
	}
	.fa-linkedin{
		color: rgb(2, 112, 173);
		font-size: 1.1em !important;
		margin-right: 7px;
	}
	.tTuerca{
		font-size: 7em; color: #97cecc; text-shadow: 0 0 20px rgb(0, 0, 0);
	}
	.tEnviando2em{
		font-size: 2em;
		line-height: 1.1em;
		text-transform: uppercase;
		color: #fff;
		font-weight: 600;
		text-shadow: 0 2px 5px rgb(0, 0, 0);
	}
	.tEnviando1em{
		font-size: 1.3em;
		line-height: 1.1em;
		color: #fff;
		font-weight: 600;
		text-shadow: 0 2px 5px rgb(0, 0, 0);
	}

	/*form .counter{
		position:absolute;
		right:0;
		top:0;
		font-size:20px;
		font-weight:bold;
		color:#ccc;
		}
	form .warning{color:#600 !important;}
	form .exceeded{color:#e00 !important;}*/


	.counter{
		font-size: 0.9em;
		color: #c1c1c1;
		margin: 0 7px;
		font-weight: bold;
	}
	.warning{
		color: #eeb300 !important;
	}
	.exceeded{
		color: rgba(223,0,3,1.00) !important;
	}
