/*custom font*/

@media (max-width:765px){
	header{
		height:4em;
	}
}


.cont{
	background: linear-gradient(90deg,rgb(197,200, 235), white);
	margin:0;
	position: fixed;
    height:100%;
}

@media (max-width:768px){
	.cont{
		position:relative;
	}
}

/*form styles*/
#msform {
	text-align: center;
	position: relative;
	width:100%;
}
#msform fieldset {
	background: white;
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 1em 2em;
	box-sizing: border-box;
	width: 60%;
	margin: 0 20%;
	
	/*stacking fieldsets above each other*/
	position: relative;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input,
#msform textarea,
#msform select{
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 0.6em;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 0.9em;
}

fieldset textarea{
	min-height:5em;
}

.div-fecha{
	display: inline-block;
    width: 40%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 0.9em;
    border: solid 1px lightgray;
    vertical-align: middle;
    text-align: left;
    padding-left: 0.5em;
    border-radius: 3px;
    border-right:none;
    height:2.9em;
    padding-top:0.4em;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    line-height:1em;
}
/*buttons*/
#msform .action-button {
	width: 100px;
	background: #27AE60;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding:  0.6em 0.3em;
	margin: 0.6em 0.3em;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
/*headings*/
.fs-title {
	font-size: 1em;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 0.9em;
	color: #666;
	margin-bottom: 1.3em;
}
/*progressbar*/
#progressbar {
	padding-bottom: 1em;
	padding-top:1em;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
    width: 60%;
    margin-left: 20%;
    position:relative;
    z-index:0;
    margin-bottom:0!important;
}
#progressbar li {
	list-style-type: none;
	color: darkblue;
	text-transform: uppercase;
	font-size: 0.6em;
	width: 33.33%;
	float: left;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 0.8em;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
	position:relative;
	z-index:2;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: 1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #27AE60;
	color: white;
}

.transparente-white{
	background-color:white;
}

.boxHelp{
	/*min-height:100%;*/
	/*overflow:auto;*/
	background-color:white;
	width:50%;
	margin:0;
	padding:0;
	padding-top:3rem;
	box-sizing:border-box;
    margin-left: 50%;
}

.boxHelp .contHelp{
	margin:2em 7em;
}

.btn.itemSub{
	overflow:hidden;
	transform:scale(0.9);
	padding:0.3em;
	display:flex !important;
	text-align:center;
	height:3.3em;
}

.truncate{
	font-size:0.5em;
    display: block;
    display: -webkit-box;
    font-size: 0.55em;
    line-height: 1.5em;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

select[disabled=true]{
	background-color:#f0f0f0;
	color:lightgray !important;
}

@media (max-width:765px){
	.boxHelp{
		display:none;
	}
	#msform{
		width:100%;
	}
	#msform #progressbar{
		margin-left:10%;
		width:80%;
	}
	#msform fieldset{
		margin-left:2%;
		width:96%;
	}
	#msform input,
	#msform textarea,
	#msform select{
		padding:0;
		/*padding-left:0.5em;*/
	}
}

input#politica{
	display: inline-block;
    width: auto;
    vertical-align: top;
    margin-right: 0.5em;
    margin-bottom:auto;
    position:relative;
    top:0.1em;
}

h3.politica{
	line-height:1.2em;
}

body > .lineEnd{
	position:fixed;
	width:100%;
	height:0.5em;
	background-color:#000043;
	bottom:0;
	left:0;
	z-index:100;
}

img.btn-info-paso{
	height: 1.5em;
    margin-left: 1.3em;
    background-color: ;
    filter: opacity(0.5);
    cursor:pointer;
}

._content .noMostrar{
	display:inline-block;
	margin-left:0.3em;
	position:relative;
	top:-0.1em;
}

._content{
	font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
}

.helpCerrar{
	position:absolute;
	top:0.5em;
	right:0.5em;
	font-size:1.5em;
	font-weight:bold;
	color:gray;
	z-index:10;
}

.contHelp li{
	margin-left:1.5em;
	color:rgba(197,20,235,1);
}

[class*=pto],
.contHelp h4,
.contHelp h5{
	border-top:2px solid;
	color:darkblue;
	text-shadow:1px 1px 0 gray;
}

.contHelp p{
	color:rgba(197,20,235,1);
}