
 *{
	box-sizing: border-box;
}
body{
	background:linear-gradient(90deg, #7152DB 0%, #4651BB 100%);
	padding:0;margin:0;
}
.complete{ text-align: center; display: flex; flex-direction: column;align-items: center;}
.complete a{
    display: block;
    color: #fff;
    background: var(--color-tertiary);
    padding: 5px 10px;
    border-radius: 6px;
    text-decoration: none;
	width: 180px;
	margin-top: 1em;
}
.block_temp{   
	width:100%;height:100%;color:#fff;display:flex;justify-content: center;
    align-items: center;font-weight:bold;font-size:18px;text-transform:uppercase;
	font-family:Arial}
.center{text-align:center;}
.whatsAppBtn{
    background: #128C7E;
    color: #fff;
    text-decoration: none;
    padding: 9px 10px;
    display: block;
    clear: both;
    border-radius: 10px;
    width: 200px;
    margin: 1em auto;
    font-size: 16px;
    font-weight: 600;
    text-transform: initial;
}
input[type="file"] {
	opacity:0 ;
	color:transparent;
}
.errorMsj{color:red;text-align:center;font-size:.75em;font-weight:bold;margin:.3em 0;}
h6{
margin: 0 0 6px 0;
font-size: 15px;
font-weight: bold;
}

#header, #footer, hr{display: none;}
#minLength{    display: block;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    text-align: right;}
.danger{color:rgb(206, 56, 56)}
.medium{ color:rgb(215, 99, 56)}
.good{color:#27ad37}
p{margin: 0 0 5px 0;}
::placeholder{color: transparent;}
:root{
	--color-principal: #020113;
	--color-secondary: #FD9502;
	--color-tertiary: #FE0F7D;
	--color-header-one: #777986;
	--color-header-bg: #E4E7EA;
	--color-header-sl: #FFECF5;
	--color-header-title: #101223;
	--color-border-gray1: #E3E3E4;
	--color-text-black1: #121920;
	--color-gray2:#404252

}
.form-alta *{ font-family: 'Open Sans', sans-serif;}

.size13{ font-size: .75em;
    line-height: 1.4em;
    color: var(--color-principal);
    margin: 0;
    }
.size14{ font-size: .7em;
    line-height: 1.4em;
    color: var(--color-header-one);
    margin: 0;
    font-weight: 400;}
.size15{    font-size: .9em;
		line-height: 1.4em;
		color: var(--color-header-one);
		margin: 0;
		font-weight: 400;}
.container-form{
	width: 800px;margin:0 auto;
	background: #fff;
	padding: 2.5em 1.5em;
}
#minLength{    display: block;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    text-align: right;}
.danger{color:rgb(206, 56, 56)}
.medium{ color:rgb(215, 99, 56)}
.good{color:#27ad37}
.error_pop{
	display: block;
    font-size: 14px;
    margin-bottom: .5em;
    color: var(--color-tertiary);
    text-align: center;
    text-transform: uppercase;}
.swal2-styled.swal2-confirm{
	background:var(--color-tertiary)!important
}
.swal2-html-container{font-weight: bold!important;text-align: center!important; font-size:14px!important}
header{
box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.08);
padding:1em 0;
margin-bottom: 2em;
}
.container-h{width:800px;margin:0 auto}
.container-h a{display: block; width: 200px;margin:7px auto 0 auto}
.container-h .logo svg{ width: 100%; height: auto;}
.header-alta{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
}

.title-head{
	font-size: 1.6em;
	font-weight: 700;
	flex: 0 0 53%;
	color:var(--color-header-title)
}

.steep-head{
		display: flex;
		align-items: center;
		position: relative;
}
.steep-head:after{
	content: "";
	left:10%;
	top: 50%;
	height: 1px;
	background: rgba(143, 156, 169, 0.24);
	z-index: 0;
	width: 80%;
	position:absolute
}
.steep_ds{
	position: absolute;
	left:10%;
	background: var(--color-tertiary);
	height: 1px;
	z-index: 0;
	transition:all 300ms ease-in ;
}
.steep-head a {
    width:30px;
    height: 30px;
    border-radius: 100px;
    color: var(--color-header-one);
    background: var(--color-header-bg);
	border:1px solid var(--color-header-bg);
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    font-weight: 700;
    margin-left: 20px;
	position: relative;z-index: 2;
}
.steep-head a:first-child{margin-left:0}

.steep-head a.selected{
	color:var(--color-tertiary);
	border:1px solid var(--color-tertiary);
	background: var(--color-header-sl);
}

.steep-head a.selected.complete{
	background: var(--color-tertiary) url(../images/tick.png) no-repeat center center ;
	color:transparent
}


.content-steeps{ border-bottom: 1px solid rgb(119 121 134 / 16%);margin: 0 0 1.7em 0;
	padding: 1em 2.5 2em 2.5em; min-height: 400px;}
.antecedentes .content-steeps{min-height: 350px;}
.content-steeps .ct-steep{
	padding:1.5em;
	border:1px solid #E9EAEC;
	border-radius: 10px;
	display: none;
}
.content-steeps .ct-steep.active{display: block;}

.footer-steeps{overflow: hidden;}

.prev-alta, .next-alta{
	padding: 7px 25px;
	background: rgba(143, 156, 169, 0.16);
	color: #8F9CA9;
	border-radius: 81px;
	cursor: pointer;
}
.next-alta{float:right}
.prev-alta{float:left;display:none}
.next-alta.senData{
	background: var(--color-tertiary);
	color:#fff;
	border:1px solid var(--color-tertiary)
}
textarea{height:150px;width:100%;background: #F4F4F5;
	border: 1px solid rgba(18, 25, 32, 0.08);padding:10px}
input.error, select.error, textarea.error{
	border:1px solid red!important;
	color:red!important;
}
.space50{height:20px;}
.required span{ color: var(--color-tertiary); display: inline-block; vertical-align: text-top;}
.title-1{ font-size: 1.2em; font-weight: bold; margin:0 ;padding: 10px 0}

.alerts{ border-radius: 7px;padding:10px; margin:.5em 0 }
.alerts.one{color: var(--color-tertiary); font-weight: 500;
    font-size: .8em;
    background: #FE0F7D14;
    font-style: italic;
    line-height: 1.3em;
}
.help{font-size: .6em; color:var(--color-header-one); margin-top:4px;font-weight: bold;}
.ct-input{ margin-bottom:.9em; overflow: hidden; position: relative;}
.ct-input label,
.ct-input.two .mid label{font-size:16px; font-weight: 500; color: var(--color-principal); margin-bottom: 7px; text-transform: uppercase;}
.ct-input input{
background: #F4F4F5;
border: 1px solid rgba(18, 25, 32, 0.08);
border-radius: 8px;
padding: 13px 10px;
display: block;
width: 100%;
text-transform: uppercase;
}

.ct-input select{padding:13px 10px;background: #F4F4F5;
	border: 1px solid rgba(18, 25, 32, 0.08); font-size: .8em;}
.fullSelect select{ width: 100%; }

.ct-input.two, .ct-input.three{display: flex;flex-wrap: wrap;}
.ct-input.two .mid{width:50%;}
.ct-input.two .mid:first-child{padding-right: .5em;}
.ct-input.two .mid:last-child{padding-left: .5em;}
.ct-input.two label{flex:0 0 100% ;}
.ct-input.two .mid label{display: block;}
.ct-input.hour span{margin: 0 5px;display:inline-block}
.ct-input.three .mid{ width:33.3333333%}
.ct-input.three > label{ display:block;margin-bottom: 10px;width: 100%;}
.ct-input.three .mid label{ font-size:.7em; font-weight: bold;}

.ct-input.three input{display:inline-block;vertical-align:middle;width:20px;height:20px;margin-right: 5px;}
.rel{position: relative;}
.rel label{position: absolute;top:50%;margin-top:-0.9em;font-size: 0.8em!important;
left: 10px;transition:all 300ms ease-in}
.rel.ph label{
	z-index: 999;
	left: 12%;
}
.rel.focus label{top:24%;font-size: 0.6em!important;}
.rel.focus label.error{color:red}
.mid.rel span.err{
	right:25px!important;
	bottom:30%!important
}
.rel.ph input{
	font-size:17px;
}
.options-bt .ct{ width:120px; display: flex;border:1px solid var(--color-border-gray1);border-radius: 7px; }
.options-bt .ct span{ width: 40px; height:40px; text-align: center; line-height: 40px;cursor: pointer; }
.options-bt .num{ border-left: 1px solid var(--color-border-gray1); border-right: 1px solid var(--color-border-gray1);background: #F5F5F5; font-weight: bold; color: var(--color-text-black1);
}
.options-bt .min{ background: url(../images/min.png) no-repeat center center; }
.options-bt .max{ background: url(../images/max.png) no-repeat center center; }

.loadMedia{padding: 3em; border-radius: 10px; background:rgba(119, 121, 134, .1);text-align: center; margin:2em 0 1.5em 0;position: relative;}
.loadMedia .image-ph{ background: url(../images/photo.png) no-repeat center center;background-size: contain; height: 50px; }
.loadMedia .video-ph{ background: url(../images/video.png) no-repeat center center;background-size: contain; height: 40px; }
.loadMedia input{ text-indent: 3000px; position: absolute;left:0;top:0;width:100%;height:100%;
cursor: pointer;}
.loadMedia .sup {
    font-size: 14px;
    margin: 1em 0 0.5em 0;
    color: var(--color-tertiary);
    line-height: .5em;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
}
.loadMedia .inf{ font-size: .77em; color: var(--color-gray2)}
.previewMedia{ margin: .5em 0;display: flex; flex-wrap: wrap;}
.previewMedia .ct-ph{ width: 13.28%; height: 120px; background:rgba(119, 121, 134, .1);margin:.3em .5%;
border-radius: 10px; position: relative;}
.previewMedia .ct-ph.active{cursor:pointer}
.previewMedia .ct-ph.active{
	border:3px solid transparent;
}
.previewMedia .ct-ph.active.portada{
	border:3px solid var(--color-tertiary);
	overflow:hidden;
}
.previewMedia .ct-ph.active.portada:after{
	content: "";
    display: flex;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.66) url(../images/tick2.png) no-repeat center center;
    z-index: 99;
    position: relative;
}
.previewMedia .ct-ph .image_b{position: absolute;width: 100%;height: 100%;top:0;left:0;}
.previewMedia .ct-ph .status_fdv{position: absolute;top: 0;left:0;height: 100%;
background: rgba(0,0,0,0.78);  transition:all 400ms ease-in;width: 100%;font-size: 14px;}
.previewMedia .ct-ph .status_fdv small {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: -0.8em;width: 100%;
}

.del_book{
	text-decoration: none;
    position: absolute;
    background: rgb(181 8 8 / 71%);
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
	cursor: pointer;
	z-index: 999;
}
.checkbox {font-size:.76em; font-weight: 600; margin-top: 1em; }
.checkbox input {
    height: 20px;
    border-radius: 4px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

.boxCondiciones{
	background: #F6F6F6;
	height: 400px;
	overflow-x: hidden;
	overflow-y:scroll;
	padding:1em;
	font-size: 1em;
	line-height: 1.4em;
}
.boxCondiciones strong{ color:#121920}
.boxCondiciones h2{font-size: 1.7em;font-weight: 600; color:#121920}
.boxCondiciones h3{ font-size: 1.5em;font-weight: 600;color:#121920}
.boxCondiciones h4{ font-size: 1.2em;font-weight: 600;color:#121920}
.boxCondiciones p{ font-size:.75em;
	line-height: 1.4em;margin:0 0 9px 0; color: #40454B;}

.checkbox-cond{
    margin: 20px 0 0 0;
    font-weight: bold;
    font-size: 15px;
}

.checkbox-cond input{
	display:inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
}


.popUp{
	position: fixed;
	left: 0;
	top:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.78);
	display: none;
	z-index: 999999;
}

.popUp .center {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.popUp .center .bod{
	padding:1em 1em 2em 1em;
	width:400px;
	text-align: center;
	font-size: 20px;
	background: #fff;
	border-radius: 10px;
	margin:0 auto;
	color:var(--color-tertiary);
	position: relative;

}
.popUp .center .bod .success{color:#33bd33}
.popUp .center .bod small, #wait small{
    width: 30px;
    display: inline-block;
    font-size: 20px;
    text-align: left;
}

#wait {
	text-align: center;
	font-size: .7em;
	color: var(--color-tertiary);
	text-transform: uppercase;
	font-weight: bold;
}

.popUp .center .bod a{
    width: auto;
    background: var(--color-tertiary);
    text-align: right;
    position: absolute;
    right: 10px;
    bottom: 5px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Open Sans';
    color: #fff;
    padding: 4px 10px;
    border-radius: 5px;
	text-decoration: none;
	cursor: pointer;
}

.opc-video-sl{ padding:1em 0; display: flex;justify-content: center;}
.opc-video-sl a{width: 70px; text-align: center; border-radius: 20px; padding: 7px 0;background: var(--color-header-bg); color:#000; margin:0 10px; cursor:pointer}
.opc-video-sl a.enabled{ background: var(--color-tertiary); color:#fff}
.ct-ques{ margin-top: 2.5em}
h4{
    font-size: 1em;
    text-align: center;
    margin: 1em 0;
    font-weight: bold; color: var(--color-tertiary);
}
.phone_manager_ch label,
.phone label{
		color:#959595
}
/* antecedentes*/
.checkedPhone{
		display: flex;
}
.checkedPhone *{ height: 40px;line-height: 40px;padding:0 10px;}
.checkedPhone input{width: 85%; border-radius: 9px 0 0 9px;}
.checkedPhone a{width: 15%; background: var(--color-tertiary); color: #fff;border-radius: 0 9px 9px 0;
text-align: center; cursor: pointer; font-weight: bold; font-size: .9em; text-transform: uppercase;}
.checkedPhone a:active{ opacity: 0.7;}
.ct-input{overflow:inherit}
.ct-input:after{content:"";display:table}
.ct-input.three .inn{display: flex;width: 100%;}


span.err, span.done{
	color: #e90303;
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	right: 10px;
	bottom: 25%;
}
span.done{
	color:green
}
.ct-tx, .ct-sl {position: relative; overflow:inherit}
.ct-tx span.err{
	bottom:-15px!important
}
.ct-sl span.err{
	bottom:15px!important;
	right:25px!important;
}

@media(max-width:400px){
	.mid.rel span.err , .ct-sl span.err{
	right: 5px!important;
	bottom: -24px!important;
}

}
@media(max-width:400px){
	input[type="file"]{text-indent:3000px}

}



@media(max-width:360px){
	.ct-input.three .inn .mid{ width:auto;margin-left:5px}
	.ct-input.three .inn .mid:first-child{ margin-left:0}
	.ct-input.two .rel.focus label{font-size:.5em!important}
}

@media(max-width:480px){
	.block_temp {
		font-size: 15px;
	}
	.error_pop {
		font-size: 13px;
	}
	.popUp .center .bod{width: 90%;padding: 1em 1em 2em 1em;}
	.ct-input input, .ct-input select{height: 50px!important; line-height: 48px!important;}

	.header-alta{display: none!important}
	.container-h {
		padding: 0!important;
	}
	.previewMedia .ct-ph {
		width: 24%;
		
	}
	.alerts.one a{
		word-break: break-word;
	}
	.checkedPhone input{width: 70%;}
	.checkedPhone a{width: 30%;font-size: .7em;}
	.footer-steeps a{text-transform: uppercase; font-size: 14px; font-weight: bold;text-decoration:none}

	.help {
		font-size: .7em;
		line-height: 1.4em;
		display: block;
	}
	.rel.ph label {
			left: 83px;
		}
		.checkbox {
			margin-bottom: 1em;
			display: flex;
			flex-direction: column;
		}
		.checkbox input{
			margin:0 10px 0 0;
		}
}

@media(max-width:678px){
	.popUp .center .bod .success {
		color: #7db77d;
		font-size: 17px;
		font-weight: bold;
		line-height: 1.2em;
		display: block;
	}
	.loadMedia {
		margin: 0;
	}
	header{margin-bottom:0 }
    
    .ct-input.three .mid:first-child{margin-left:0}
    .ct-input.three .mid input{ margin:0}
	.size15, .alerts.one, .ct-input label, .ct-input.two .mid label{font-size: .7em;}
	
	.container-form, .container-h {
		width: 100%;
		padding: 1em .7em;
		overflow: hidden;
	}
	.header-alta {
		display: flex;
		align-items: stretch;
		flex-wrap: nowrap;
		flex-direction: column;
		align-content: center;
		justify-content: flex-start;
	}
	.title-head {
		font-size: 1.2em;
		text-align: center;margin-bottom: .7em;
	}
	.steep-head a:nth-child(1){margin-left:0}
	.content-steeps{min-height: 400px;padding:0}
	.content-steeps .ct-steep{border:0;padding:0}
	.hour small{display:block}
	.ct-input select {
		padding: 7px;
	}
	.steep-head:after {
		width: 75%;
	}
	.loadMedia .sup {
		line-height: 1.3em;
	}
	.loadMedia .inf{display: none;}
	.checkbox {
		margin-bottom: 1em;
	}
	.boxCondiciones{height: auto;overflow-y: inherit; background: transparent;}
}

@media(min-width:768px) and (max-width:799px){
	header{margin-bottom:0;box-shadow: none; }

}