
/*modals*/

/*términos y condiciones*/

#conditions,#video {
	position: fixed;
    display: none;
    align-items: center;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background: #000000b5;
	padding: 0 15px;
    backdrop-filter: blur(5px);
    z-index: 99999;
}

#conditions .cont-terminos{
	display: flex;
	width: 100%;
	height: 100%;
}

#video .cont-video {
	display: flex;
	width: 75%;
	height: 90%;
    margin: auto;
}

#conditions .terminos,
#video .video {
	position: relative;
	background-color: #fff;
	border-radius: 8px;
	width: 100%;
	max-width: 863px;
	margin: auto;
    padding: 16px 30px 25px 30px;
    border-top: 45px #F7F6F8 solid;
}

#video .video {
    background-color: transparent;
    border-top: none;
    max-width: 1440px;
	padding-top: 40px;
}

#video .video video {
    width: 100%;
    outline: none;
}

#conditions .terminos .close,
#video .video .close {
	width: 50px;
    height: 50px;
    position: absolute;
    top: -45px;
    right: 0;
    cursor: pointer;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    color: #000;
}

#video .video .close {
    color: #fff;
    top: 0;
}

#conditions .terminos h2 {
	color: #0a1725;
	font-size: 36px;
	line-height: 50px;
	text-align: center;
	margin-bottom: 23px;
}

#conditions .terminos p,#conditions .terminos p.date {
	color: #0b1118;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 25px;
}

#conditions .terminos p.date {
	margin-top: 17px;
	color: #979797;
}

#conditions .terminos p a,#conditions .terminos .content-terminos h3,#conditions .terminos .content-terminos ol li a {
	color: #0181ee;
}

#conditions .terminos .content-terminos {
	max-height: 330px;
	overflow-y: scroll;
	border-top: 1px #bfbfbf solid;
	border-bottom: 1px #bfbfbf solid;
	padding-bottom: 20px;
}

#conditions .terminos .content-terminos h3, #conditions .terminos .content-terminos p:first-child {
	margin-top: 20px;
}

#conditions .terminos .content-terminos p,#conditions .terminos .content-terminos ol li,#conditions .terminos .content-terminos ul li,#conditions .terminos .content-terminos ol li ul li {
	margin-bottom: 10px;
}

#conditions .terminos .content-terminos p strong {
	text-transform: uppercase;
}

#conditions .terminos .content-terminos ul,#conditions .terminos .content-terminos ol {margin-left: 20px;}

#conditions .terminos .content-terminos ul li,#conditions .terminos .content-terminos ol li ul li {list-style: disc;}

#conditions .terminos .content-terminos ol li {list-style: decimal;}

#conditions .terminos .content-terminos ol li {list-style: lower-latin;}

#conditions .terminos .content-terminos p em {font-style: italic;}

#conditions .terminos button.bt-terminos {
	width: 218px;
	border: 1px #0181ee solid;
}

#conditions .terminos button.bt-terminos:hover {
	border: 1px #000 solid;
}

/*Login*/

.login .cont {
	display: flex;
	align-items: center;
	height: auto;
	min-height: 840px;
}

.login .cont .cont-login,.agenda-proceso .cont .cont-form-agenda {
	margin: auto;
	text-align: center;
}

.login .cont .cont-login .content-login,.agenda-proceso .cont .cont-form-agenda .content-agenda {
	background-color: #fff;
    color: #b5b5b5;
    width: 100%;
    max-width: 526px;
    border-radius: 8px;
    padding: 24px 38px;
    margin-bottom: 27px;
}

.login .cont .cont-login h1 {
	font-size: 36px;
	line-height: 50px;
	margin-bottom: 38px;
}

.login .cont .cont-login .content-login h2,.agenda-proceso .cont .cont-form-agenda .content-agenda h2 {
    font-size: 24px;
    line-height: 50px;
    font-family: 'Poppins bold';
    color: #162231;
}

.login .cont .cont-login .content-login p,.agenda-proceso .cont .cont-form-agenda .content-agenda p {
    color: #5F5F6E;
}

.agenda-proceso .cont .cont-form-agenda .content-agenda form fieldset {
    display: flex;
    align-items: start;
    max-width: 460px;
    margin: auto;
}

.login .cont .cont-login .content-login form, .login .cont .cont-login .content-login form input, .cont .cont-login .content-login form button,.agenda-proceso .cont .cont-form-agenda .content-agenda form,.agenda-proceso .cont .cont-form-agenda .content-agenda form input,.agenda-proceso .cont .cont-form-agenda .content-agenda form button {
    margin: 25px auto;
    display: block;
}

.login .cont .cont-login .content-login form input, .login .cont .cont-login .content-login form button,.agenda-proceso .cont .cont-form-agenda .content-agenda form fieldset select,.agenda-proceso .cont .cont-form-agenda .content-agenda form input, .agenda-proceso .cont .cont-form-agenda .content-agenda form button {
    width: 100%;
    max-width: 460px;
    height: 41px;
    background: #F4F4F6;
    border: none;
    border-radius: 8px;
    padding: 15px;
	font-size: 16px;
    line-height: 20px;
}

.agenda-proceso .cont .cont-form-agenda .content-agenda form fieldset select, .agenda-proceso .cont .cont-form-agenda .content-agenda form fieldset input {
    flex: 0 0 55%;
    margin: 0;
}

.agenda-proceso .cont .cont-form-agenda .content-agenda form fieldset select {
	flex: 0 0 40%;
    margin-right: 5%;
    padding: 0 15px;
	color: #757575;
}

.login .cont .cont-login .content-login form label,.agenda-proceso .cont .cont-form-agenda .content-agenda form label {
    font-size: 14px;
    line-height: 25px;
}

.login .cont .cont-login .content-login form button,.agenda-proceso .cont .cont-form-agenda .content-agenda form button {
    background-color: #0181EE;
    color: #fff;
    padding: 10px;
    max-width: 304px;
    height: 50px;
}

.login .cont .cont-login .content-login form input:focus,.agenda-proceso .cont .cont-form-agenda .content-agenda form input:focus,.agenda-proceso .cont .cont-form-agenda .content-agenda form fieldset select:focus {
    outline: none;
    border: 1px solid #0181EE;
}

.login .cont .cont-login .content-login form button[disabled],.agenda-proceso .cont .cont-form-agenda .content-agenda form button[disabled] {
    background-color: #999;
	cursor: not-allowed;
}

.login .cont .cont-login p.olvida-contra {
	line-height: 25px;
}

.login .cont .cont-login p.olvida-contra a,.login .cont .cont-login .content-login form label a,.agenda-proceso .cont .cont-form-agenda .content-agenda form label a {
	color: #0181EE;
}

/*agenda tu demo*/

.agenda-header {
	padding-top: 80px;
	padding-bottom: 60px;
    min-height: 200px;
	background-image: url("../assets/gradient-agenda.png");
	background-repeat: no-repeat;
	background-size: 130%;
    background-position: left 100%;
}

.agenda .cont {height: auto;}

.content-agenda-header {
	max-width: 490px;
}

.agenda-header .content-agenda-header h1 {
    font-size: 54px;
    line-height: 50px;
    font-family: 'Poppins bold';
    margin-bottom: 26px;
}

.agenda-header .content-agenda-header h1+p {
    font-family: 'Poppins Semibold ';
}

.agenda-header .content-agenda-header p {
    font-size: 16px;
    line-height: 25px;
}

.agenda-proceso {
    background-color: #F7F6F8;
    min-height: 653px;
    padding: 44px 0 89px;
}

.agenda-proceso .cont {
	display: flex;
}

.agenda-proceso .cont>div {
	flex: 0 0 50%;
}

.agenda-proceso .cont .sigue {
    padding-right: 160px;
}

.agenda-proceso .cont .sigue h2 {
    font-size: 24px;
    line-height: 25px;
    font-family: 'Poppins Semibold ';
}

.agenda-proceso .cont .sigue p {
    color: #2b3342;
    font-size: 16px;
    line-height: 22px;
    margin: 20px 0 39px;
}

.agenda-proceso .cont .sigue ol {
    border-left: 2px #e5e5e5 solid;
}

.agenda-proceso .cont .sigue ol li {
	position: relative;
    margin-bottom: 40px;
	padding-left: 34px;
}

.agenda-proceso .cont .sigue ol li svg {
    position: absolute;
    left: -14px;
    top: 0;
}

.agenda-proceso .cont .sigue ol li strong {
    font-family: 'Poppins Semibold ';
    font-weight: inherit;
	color: #162231;
}

.agenda-proceso .cont .sigue ol li p {
    margin: auto;
}

.agenda-proceso .cont .cont-form-agenda .content-agenda {
	max-width: 624px;
    box-shadow: 0px 4px 24px 2px rgb(22 34 49 / 10%);
    float: right;
	position: relative;
    top: -168px;
	padding-top: 47px;
	min-height: 650px;
}

.agenda-proceso .cont .cont-form-agenda .content-agenda h2 {
	margin-bottom: 12px;
}

.agenda-proceso .cont .cont-form-agenda .content-agenda p {
	max-width: 470px;
    margin: auto;
	margin-bottom: 35px;
}

.agenda-proceso .cont .cont-form-agenda .content-agenda .cont-steps {
    display: flex;
    width: 100%;
    align-items: center;
    border-bottom: 1px #e5e5e5 solid;
    padding-bottom: 12px;
	max-width: 470px;
    margin: auto;
	margin-bottom: 34px;
}

.agenda-proceso .cont .cont-form-agenda .content-agenda .cont-steps>div {
    flex: 0 0 32%;
    align-items: center;
    display: flex;
}

.agenda-proceso .cont .cont-form-agenda .content-agenda .cont-steps>div:first-child {
    flex: 0 0 36%;
}

.agenda-proceso .cont .cont-form-agenda .content-agenda .cont-steps>div>div {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.agenda-proceso .cont .cont-form-agenda .content-agenda .cont-steps>div:first-child >div {
	margin-left: 0;
}

.agenda-proceso .cont .cont-form-agenda .content-agenda .cont-steps>div span, .agenda-proceso .cont .cont-form-agenda .content-agenda .cont-steps>div p {
    font-size: 14px;
    line-height: 18px;
}

.agenda-proceso .cont .cont-form-agenda .content-agenda .cont-steps>div span {
    width: 26px;
    height: 26px;
    border-radius: 18px;
    padding-top: 5px;
    background-color: #dadada;
    margin-right: 10px;
    color: #fff;
    align-items: center;
}

.agenda-proceso .cont .cont-form-agenda .content-agenda .cont-steps>div.active span {
    background-color: #0181ee;
}

.agenda-proceso .cont .cont-form-agenda .content-agenda .cont-steps>div p {
    color: #dadada;
	margin-bottom: 0;
	margin-top: 0;
}

.agenda-proceso .cont .cont-form-agenda .content-agenda .cont-steps>div.active p {
    color: #0181ee;
}

.agenda-proceso .cont .cont-form-agenda .content-agenda form label {
	margin: auto;
	margin-top: 34px;
    max-width: 460px;
	text-align: center;
    display: block;
}

.agenda-proceso .cont .cont-form-agenda .content-agenda.paso-2,.agenda-proceso .cont .cont-form-agenda .content-agenda.paso-3 {
	display: none;
}

.agenda-proceso .cont .cont-form-agenda .content-agenda.paso-3 {
    min-height: auto;
}

.agenda-proceso .cont .cont-form-agenda .content-agenda form img {
    margin-bottom: 65px;
}

