.header .logo-28 img {
    width: 80px;
    display: none;
}

.header-right {
    display: flex;
    align-items: center;
}

.header-right__phone {
    border: 1px solid #fff;
    border-radius: 20px;
    width: 150px;
    text-align: center;
    margin-left: auto;
    padding: 5px;
}

.header-right__phone img {
    width: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.header-right__phone a {
    color: #fff;
}

.terms {
	text-decoration: underline;
}

.call-action-text {
    display: none;
    font-weight: bold;
}

.wrapper__kappa {
	max-width: 920px;
	margin: auto;
	padding: 40px 0 0;
}

.section__title{
	font-size: 30px;
	font-weight: normal;
	text-align: center;
}
.logo{
	width: 120px;
}
.home__content {
	display: flex;
	justify-content: center;
	padding: 0 10px;
}

.home__content__left{
	width: 55%;
}

.home__content__right{
	width: 45%;
}

.home__content__description{
	color: #707070;
    font-family: "bree", "Open Sans", sans-serif;
    font-size: 30px;
    line-height: 1.2;
    padding-bottom: 40px;
    margin-right: 70px;
}

.home__content__description__cta{
	color: #707070;
    font-family: "bree", "Open Sans", sans-serif;
    font-size: 26px;
    line-height: 1;
    text-align: center;
	margin: 20px 0 10px;
	width: 345px;
}

.home__bullet{
	display: flex;
	padding-bottom: 20px;
}

.home__bullet__img{
	height: 21px;
	margin: 3px 16px 0 0;
	width: 9px;
}

.home__bullet__text{
	font-size: 1.25em;
	margin: 0px;
	max-width: 300px;
    line-height: 1.3;
}


.home__content__restriction__result,
.home__content__restriction{
	color: #ce0058;
	font-size: .8em;
	margin-left: 22px;
	padding: 0 0 35px;
}

.home__content__restriction__result{
	display: none;
}

.home__content__icon{
	padding-top: 20px;
    width: 345px;
}

.home__content__button{
	background-color: #ce0058;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-family: "bree", "Open Sans", sans-serif;
    font-size: 1.35em;
    margin-top: 20px;
    padding: 2px;
    text-align: center;
    text-decoration: none;
    width: 354px;
}

.home__content__button:hover{
	color:#fff;
	text-decoration: none;
}

/*Caracteristicas */
.features{
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
}

.feature{
	box-shadow: 0px 0px 2px 2px rgb(243, 243, 243);
	position: relative;
	width: 30%;
}

.feature__img {
	left: 0;
	margin: auto;
    position: absolute;
    right: 0;
	top: -40px;
	width: 80px;
}

.feature__text{
	font-size: 1.25em;
	line-height: 1.3;
	margin:54px 10px 14px 10px;
	text-align: center;
}

/*Beneficios*/
.benefits{
	display: flex;
	justify-content: space-between;
}

.benefits__item{
	width: 50%;
}

.benefits__bullet{
	display: flex;
	padding-bottom: 20px;
}

.benefits__bullet__text{
	font-size: 1.25em;
	margin: 0px;
    line-height: 1.3;
}

.benefits__bullet__img{
	height: 11px;
    margin: 8px 14px 0 0;
    width: 11px;
}

.benefits__img{
	padding: 16px 16px 0 16px;
    width: 440px;
}

.benefits__button__img{
	float: right;
    margin-right: 10px;
    width: 62px;
}



/* FORMULARIO */
.page-form__title{
	color:#707070;
	padding: 5px 0 20px;
	text-align: center;
	font-weight: normal;
}

.page-form__content {
	display: flex;
	justify-content: center;
}

.page-form__item{
	/*width: 50%;*/
}

.page-form__content__icon{
	display: block;
	margin: 0 auto;
	padding-top: 20px;
    width: 320px;
}

.show__mobile_form1{
	display: block;
	margin: 0 auto;
	padding-top: 20px;
    width: 350px;
}

.page-form__form{
	float: right;
	margin: 0 30px 0 0;
}


.page-form__form__content {
	background-color: #FAFAFA;
	background-position: right bottom;
	background-repeat: no-repeat;
	border-radius: 3px;
	box-shadow: 0px 0px 4px 2px rgb(212, 208, 208);
	padding-bottom: 60px;
	position: relative;
	width: 375px;
}

.page-form__item__title{
	font-family: "bree", "Open Sans", sans-serif;
	font-weight: normal;
	display: none;
	font-size: 27px;
	margin:0px;
}


.page-form__form__container{
	color:#707070;
	padding: 20px 20px;
}

.page-form__form__title{
	background-color: #FFA400;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding: 12px;
}

.page-form__form__title__text{
	color:#fff;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0;
	text-align: center;
}

.page-form__form__label{
	display: block;
	font-family: "bree", "Open Sans", sans-serif;
	font-size: 1.1em;
	padding-bottom: 4px;
	color: #83786F;
}

.wrapper__slider__content__form__box__fields input[type="number"],
.wrapper__slider__content__form__box__fields input[type="text"],
.page-form__form__container input[type="text"],
.page-form__form__container select{
	font: 500 16px/1.2 "bree", "Open Sans", sans-serif;
	border:1px solid #dedbdb;
	border-radius: 3px;
	box-shadow: 1px 1px 3px 0px rgb(169, 167, 167);
	color: #707070;
	margin-bottom: 12px;
	padding: 7px;
	text-align: center;
}

.wrapper__slider__content__form__box__fields input[type="text"]{
	text-align: left;
}

.page-form__form__select{
	background-image: url(../assets/icon-arrow-up.svg);
	background-position: 98%;
	background-repeat: no-repeat;
	background-size: 12px;
	text-align-last: center;
}

.page-form__form__select.disabled {
	background-image: url(../assets/icon-arrow-down-disabled.svg);
	background-color: #f3f2f0;
}

.page-form__form__group{
	display: flex;
	justify-content: space-between;
	padding:6px 10px 6px 10px;
}

.page-form__form__group__item{
	display: flex;
	align-items: center;
	width: 50%;
}

.page-form__form__group__item label{
	color: #83786F;
	font-family: "Open Sans";
	font-size: .9em;
}

.page-form__form__group__item input[type="radio"] {
    display: none;
}

.page-form__form__group-radiobox {
	align-items: center;
	display: flex;
    position: relative;
}

.page-form__form__group-radiobox::before {
    background-color: #fff;
	box-shadow: 0px 0px 3px 1px rgba(112,112,112,1);
    border-radius: 10px;
    content: '';
    cursor: pointer;
    display: inline-block;
    height: 18px;
    margin-right: 10px;
    margin-top: 5px;
    position: relative;
    vertical-align: top;
    width: 18px;
    z-index: 1;
}

.page-form__form__group-radiobox.disabled::before {
	background-color: #e6e6e6;
}

.page-form__form__group-radiobox.checked::before {
	border: solid 1px #ce0058
}

.page-form__form__group-radiobox.checked::after {
    background-color: #ce0058;
    border-radius: 7px;
    content: '';
    height: 14px;
    left: 2px;
    position: absolute;
    top: 4px;
    width: 14px;
    z-index: 2;
}

.page-form__form__select {
	background-color: #fff;
}

.page-form__form__button{
	background-color: #ce0058;
	border-radius: 3px;
	bottom: 20px;
	color:#fff;
	cursor: pointer;
	display: block;
	font-family: "bree", "Open Sans", sans-serif;
	font-size: 1.2em;
	left: 0;
	margin: auto;
	padding: 10px 6px;
	position: absolute;
	text-align: center;
	text-decoration: none;
    right: 0;
	width: 346px;
}

.page-form__form__button:hover{
	color:#fff;
	text-decoration: none;
}

.page-form__form__button.disabled {
	background-image: unset;
	background-color: #83786f;
	padding: 10px 6px;
}

.page-form__txt__desc {
	color: #CE0058;
	font-style: italic;
	font-size: 13px;
	margin-bottom: 10px;
}
.page-form__txt__desc a {
	text-decoration: underline;	
}

/* OTROS */
.site-header{
	width: 100%;
}

span{
	color:#ce0058;
}


.wrapper__slider__content__form__msg,
.wrapper__slider__content__form__msg2 {
	color: #fff;
	text-align: center;
    margin: 10px 0;
    background-color: #ff000c;
    display: none;
}

.wrapper__slider__content__form button {
	cursor: pointer;
	text-decoration: none !important;
}


.wrapper__slider__content__form__input2 {
	display: grid;
}

.wrapper__slider__content__form__input2 input {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.lnk-privacity a {
	color: #fff;
	text-decoration: underline;
}
.lnk-privacity a:hover {
	text-decoration: none;
}

.wrapper__slider__content__form__box__fields {
	color: #707070;
	margin: 15px 20px;
}

.modalPrivacity {
	max-width: 700px !important;
}

.txt-privacity {
	font-size: 10px;
	margin:0 0 5px 0;
}

/* The Checkbox Container */

.lnk-privacity .checkboxes {
	font-size: 12px;
  position: relative;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 12px;
  margin-right: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the default radio buttons */

.lnk-privacity .checkboxes input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox button */

.lnk-privacity .checkmark {
	box-shadow: 1px 1px 3px 0px rgb(169, 167, 167);
	position: absolute;
	top: 0;
	left: 0;
	height: 14px;
	width: 14px;
	border: 1px solid #ccc;
}

.lnk-privacity .checkboxes input:checked ~ .checkmark {
  background-image: url(../assets/frm-icon-check-white2.png);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ce0058;
  border: 1px solid #fff;
  border: 0;
}

/** Msg Browser Old **/

.msg-old-browser {
	width: 100%;
	background-color: #db8022;
	color: #fff;
	padding: 20px 10px;
	position: fixed;
	bottom: 0;
	z-index: 999;
	font-size: 14px;
	display: none;
}
.msg-old-browser p {
	width: 60%;
	text-align: center;
	margin: auto;
	font-weight: bold;
}
.msg-old-browser a {
	color: #a9ea5e;
	font-weight: bold;
	text-decoration: underline;
}
.msg-old-browser .close {
	float: right;
	padding-right: 12px;
	cursor: pointer;
}

#container_otraFinanciera,
.hide,
button,
.btnSolicita2{
	display: none;
}

#button__scroll__top{
	cursor: pointer;
}

/* GRACIAS */
.tkp__page{
	text-align: center;
}

.tkp__img__checked{
	width: 120px;
}

.tkp__title{
	font-size: 2.1em;
	margin: 25px 0 10px;
}

.tkp__description{
	font-family: "bree", "Open Sans", sans-serif;
	font-size: 1.7em;
    line-height: 1.2;
    margin: 10px 100px 20px;
}

.tkp__img__phone{
	padding-top: 10px;
	width: 180px;
}
.kappa-icon,
.show__mobile{
	display: none;
}

.frmGroupSiNo {
	display: flex !important;
}

.page-form__txt {
	display: none;
}
.page-form__txt__img {
	width: 135px;
	padding-top: 10px;
}
.page-form__txt__img img {
	width: 30px;
}
.reqField {
	font-size: 14px;
	display: block;
	text-align: center;
	margin-bottom: 12px;
}


@media screen and (max-width: 1000px) {
	.wrapper__kappa {
		padding: 40px 50px 0;
	}

	.home__content__description__cta,
	.page-form__form__content,
	.page-form__item,
	.home__content__icon,
	.home__content__button{
		width: 100%;
	}

	.home__content__description{
		margin-right: 0px;
	}

	.page-form__form__title__text{
		text-align: center;
	}


	.page-form__form__button{
		width: 90%;
	}

	.page-form__content__icon{
		width: 280px;
	}

	.page-form__form__group{
		display: flex;
	}

	.page-form__form__group__item{
		padding: 8px 0;
		width: 100%;
	}

	.page-form__form{
		margin: 0 0 0 30px;
	}

	.tkp__description{
	    margin: 10px 0px 20px;
	}
}


@media screen and (max-width: 768px) {
	.page-form__title > br{
		display: none;
	}
	.call-action-text {
		display: block;
	}

	.call-action-phone {
		display: none;
	}

	.wrapper__kappa{
		display: block;
		margin: auto;
		padding: 0px;
		width: 400px;
	}

	.show__desktop{
		display: none;
	}

	.page-form__content,
	.show__mobile,
	.benefits,
	.home__content{
		display: block;
	}

	.benefits__item,
	.home__content__left,
	.home__content__right{
		width: 100%;
	}

	.home__content__left h1{
		font-size: 2.3em;
		margin: 10px 0 0;
	}

	.page-form__form__title__text{
		line-height: 1;
	}
	.home__content__description{
		font-size: 1.9em;
		line-height: 1;
		margin: 10px 0;
		padding: 0px;
	}

	.home__content__button{
		bottom: 10px;
		box-shadow: 0px 0px 1px 2px rgb(243, 243, 243);
		font-size: 1.6em;
		margin: 20px auto 50px;
		padding: 4px;
		width: 240px;
	}

	.home__content__icon{
		display: block;
		margin: 0 auto;
		padding: 0px;
		width: 230px;
	}

	.home__content__restriction{
		text-align: center;
	}

	.page-form__item .home__bullet{
		font-size: .8em;
		padding-bottom: 8px;
	}

	.home__bullet__text{
		max-width: initial;
	}

	.home__content__restriction__result{
		padding: 0px;
	}

	.features{
		display: block;
		padding: 50px 0 0;
	}
	.feature{
		margin: 0 auto;
		width: 90%;
	}

	.feature__text{
		margin: 0 0 64px 0;
		padding: 54px 10px 14px 10px;
	}

	.benefits__bullet__text{
		font-size: 1em;
	}

	.benefits__bullet__img{
		margin: 4px 14px 0 0;
	}

	.benefits__img{
		padding: 30px 0 0 0;
	}

	/*form */
	.page-form__title{
		font-size: 1.5em;
		margin: 20px 0 10px;
		padding: 0;
	}

	.page-form__form{
		float: none;
		margin: 0px;
	}

	.page-form__item__title{
		margin: 10px 0;
		line-height: 1;
	}
	.page-form__form__label{
		font-size: 1.3em;
	}

	.page-form__form__group__item label{
		font-size: 15px;
	}

	.wrapper__slider__content__form__box__fields input[type="text"],
	.page-form__form__container input[type="text"],
	.page-form__form__container select{
		padding: 10px 6px;
	}

	.page-form__form__select{
		background-size: 18px;
	}

	.page-form__form__button{
		bottom: 22px;
		padding: 10px;
		font-size: 1.5em;
		line-height: 1;
	}

	.page-form__content__icon{
		margin: 0 auto;
		padding: 0px;
		width: 300px;
    	padding-top: 15px;
    	padding-bottom: 30px;
	}

	.show__mobile_form1{
		margin: 40px auto 0;
		width: 300px;
	}


	.page-form__form__group-radiobox::before {
		height: 18px;
		width: 18px;
	}
	.page-form__form__group-radiobox.checked::after {
		height: 14px;
		top: 7px;
		width: 14px;
	}


	.benefits__button__img{
		bottom: 6px;
		position: fixed;
		right: 0;
   		z-index: 99;
	}


	.btnSolicita2{
		display: block;
		width: 200px;
		margin: auto;
	}

	.tkp__img__checked{
		padding-top: 30px;
	}

	.tkp__title,
	.tkp__description{
		font-size: 1.8em;
		line-height: 1.3
	}

	.tkp__description{
		font-size: 1.6em;
	}

	.kappa__footer__content{
		padding-bottom: 30px;
	}

}

@media screen and (max-width: 500px){
	.logo-28 img {
		width: 70px;
		display: none;
	}
	.header-right__phone {
		margin-right: 10px;
		width: 125px;
    	padding: 8px;
	}
	.btnTitle {
		cursor: pointer;
	}
	.page-form__form__label {
		font-size: 1.2em;
	}
	.page-form__txt__desc {
		font-size: 14px;
	}
}

@media screen and (max-width: 440px) {

	.wrapper__kappa {
		padding: 0px 10px 0 10px;
		width: 100%;
	}

	.wrapper__slider__content {
		width: 350px;
	}
	.wrapper__slider__content__form__box {
		width: 100%;
	}
}

@media screen and (min-width: 360px) {
	.page-form__title {
		margin: 30px;
	}
	.optGrupoMujeres {
		width: 395px;
	}
	.page-form__content__icon {
		width: 320px;
	}
}
@media screen and (min-width: 400px) {
	.page-form__content__icon {
		width: 370px;
	}
}
@media screen and (min-width: 780px) {
	.page-form__title {
    	margin-top: 0;
	}
	.page-form__form {
		width: 400px;
	}
	.page-form__form__group-radiobox::before {
		margin-top: 2px;
	}
	.optGrupoMujeres {
		width: 208px;
	}
	.page-form__content__icon {
		padding-bottom: 30px;
	}
}
@media screen and (min-width: 1000px) {
	.page-form__content__icon {
		width: 385px;
	}
	.betaHome3 {
		width: 355px;
	}
}