:root {
	--color-primario: #214976;
	--color-secundario: #FFCB03;
}



/* NEW */
.encontrado {width: 100%; transition: .2s; border: 1px solid rgb(38, 172, 38); text-align: left; padding: 15px 20px; border-radius: 16px; color: rgb(38, 172, 38); font-weight: 400; margin: 20px 0px 0px 0px; background: rgba(38, 172, 38, 0.09); }
.encontrado-txt {margin: 5px 0px 0px 0px; font-size: 15px; }
.encontrado-nombre {}
.encontrado {animation: encontrado 2s infinite; opacity: 0;}
@keyframes encontrado {
	0% {opacity: 0;}
	20% {opacity: 1;}
	80% {opacity: 1;}
	100% {opacity: 0;}
}



/*PASARELA*/
.pasarela {
	background-color: #EBEBEB;
}
.wrap-pasarela {
	width: 290px;
	margin: 0px 0px 40px 0px;
}

.item-pasarela {
	width: 100%;
	text-align: center;
	margin: 30px 0px 0px 0px;
	opacity: 0.3;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.ico-pas {
	font-size: 25px;
}
.title-pasarela {
	font-size: 14px;
	font-weight: bold;
	margin: 4px 0px 4px 0px;
}
.txt-pasarela {
	font-size: 14px;
}
.card-pas-wrap {
	width: 65px;
	height: 40px;
	background-color: white;
	border-radius: 5px;
	padding: 6px;
	box-sizing: border-box;

	display: flex;
	justify-content: center;
	align-items: center;
}
.card-pas {
	width: 100%;
	height: auto;
}
.cards-pasarelas {
	width: 100%;

	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 30px 0px 0px 0px;
}


.wrap-pay-int {
	background: white;
	padding: 15px 23px 23px 23px;
	border-radius: 20px;
	margin: 30px 0px;
	box-shadow: 0px 21px 21px -13px rgba(0, 0, 0, 0.4);
}







.justificado {
	text-align: justify !important;
}

.wrap-thank {
	padding: 1rem;
	max-width: 400px;
	width: 86%;
	margin: 0 auto;
	text-align: center;
}
.ico-chci {
	color: #47B56D;
	font-size: 45px;
	margin: auto;
}
.title-thank {
	color: #47B56D;
	font-weight: bold;
	font-size: 30px;
	margin: 5px 0px 20px 0px;
}

.subtitle-thank {
	font-size: 18px;

}
.mail-thank {
	font-weight: bold;
}



.aviso-datos-inicio {
	font-size: .9rem;
	color: #a72424;
	font-style: italic;
}

.border-rojo {
	border-color: #da2323 !important;
}

.hidden {
	display: none;
}

.vibrar {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

body {
	margin: 0;
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
	transition: all 0.2s;
}

.ctro {width: 100%; text-align: center;}




.ok-ter {
	font-size: 15px;
}



img {
	width: 100%;
	display: block;
	transition: all 0.2s;
}
* {
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
}
.up1 {
	margin-top: 20px !important;
	transition: all 0.2s;
}

.bg-img-home {
	width: 100%;
	height: 100dvh;
	min-height: 700px;
	transition: all 0.2s;
}

.wrap-bg-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	min-height: 700px;

	display: flex;
	align-items: center;
	background: black;

	position: absolute;
	transition: all 0.2s;
}
.img-int {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all 0.2s;
}
.sombra {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	position: relative;
	transition: all 0.2s;

	display: flex;
	justify-content: center;
	align-items: center;

	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
}
.wrap-welcome {
	width: 360px;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 12px;
	text-align: center;
	padding: 40px 40px;
	color: white;
	transition: all 0.2s;
}
.title-welcome {
	font-weight: lighter;
	font-size: 60px;
	transition: all 0.2s;
}
.subtitle-welcome {
	font-size: 23px;
	width: 100%;
	margin: auto;
	transition: all 0.2s;
}
.line-home {
	width: 60px;
	height: 2px;
	background-color: white;
	margin: 25px auto 27px auto;
	transition: all 0.2s;
}
.wrap-camp-select {
	width: 100%;
	margin: auto;
	transition: all 0.2s;
}
.camp-select {
	width: 100%;
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
	background-color: white;
	padding: 0px 10px;
	height: 40px;
	border-radius: 5px;
	transition: all 0.2s;
}
.bg-wrap-validate {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.2s;
}

.wrap-validate-document {
	width: 400px;
	position: relative;
	transition: all 0.2s;
}

.logo {
	width: 270px;
	height: 130px;
	margin: auto;
	background-color: var(--color-primario);
	text-align: center;
	padding: 20px 40px;
	border-radius: 10px;
	position: relative;
	z-index: 2;

	display: flex;
	justify-content: center;
	align-items: center;

	box-shadow: 0px 20px 23px -11px rgba(0, 0, 0, 0.7);
	transition: all 0.2s;
}

.wrap-validate-int {
	background-color: rgba(255, 255, 255, 0.75);
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
	border-radius: 12px;
	text-align: center;
	padding: 100px 25px 25px 25px;
	margin: -70px 0px 0px 0px;
	transition: all 0.2s;
}
.bt-info {
	background-color: var(--color-primario);
	color: var(--color-secundario);
	width: 270px;
	margin: auto;
	padding: 10px 0px;
	text-decoration: none;
	border-radius: 7px;

	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.2s;
}
.bt-info:hover {
	transform: scale(1.1);
	box-shadow: 0px 10px 12px -7px rgba(0, 0, 0, 0.7);
}
.ico-inf {
	margin: 0px 5px 0px 0px;
	transition: all 0.2s;
}
.ico-glob {
	font-size: 40px;
	margin: 20px 0px 0px 0px;
	transition: all 0.2s;
	display: block;
}
.txt-price {
	font-size: 14px;
	margin: 5px 0px;
	transition: all 0.2s;
}
.nro-price {
	font-size: 45px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	transition: all 0.2s;

	display: flex;
	align-items: center;
	justify-content: center;
}
.symbol {
	font-size: 27px;
	display: block;
	margin: 0px 5px 10px 0px;
	transition: all 0.2s;
}
.form-validate {
	width: 100%;

	display: flex;
	flex-wrap: wrap;
	transition: all 0.2s;
}
.campo-form1 {
	width: 100%;
	font-size: 17px;
	padding: 10px 15px;
	border-radius: 5px;
	border: 1px solid gray;
	transition: all 0.2s;
}
.campo-form1::placeholder  {
	color: black;
}
.campo-pop-edit-2 {
	width: 100%;
	font-size: 17px;
	padding: 10px 15px;
	border-radius: 5px;
	border: 1px solid black;
	transition: all 0.2s;
}
.campo-pop-edit-2::placeholder  {
	color: black;
}
.bt-validate {
	width: 100%;
	background-color: black;
	border: none;
	border-radius: 5px;
	color: white;
	padding: 13px 15px;
	margin: 10px 0px 15px 0px;
	cursor: pointer;
	font-size: 20px;
	transition: all 0.2s;

	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bt-validate:hover {
	transform: scale(1.04);
	box-shadow: 0px 10px 12px -7px rgba(0, 0, 0, 0.7);
}
.bt-save {
	width: 100%;
	background-color: black;
	border: none;
	border-radius: 5px;
	color: white;
	padding: 13px 15px;
	margin: 10px 0px 0px 0px;
	cursor: pointer;
	font-size: 20px;
	transition: all 0.2s;

	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bt-save:hover {
	transform: scale(1.04);
	box-shadow: 0px 10px 12px -7px rgba(0, 0, 0, 0.7);
}
.ico-chev {
	font-size: 24px;
}
.campo-form1::placeholder  {
	color: black;
}
.bt-terminos {
	text-decoration: none;
	transition: all 0.2s;
	color: black;
	font-size: 15px;
	text-align: center;
}
.bt-terminos:hover {
	text-decoration: underline;
	font-weight: bold;
}

.wrap-cards {
	width: 100%;
	margin: 30px 0px 0px 0px;

	display: flex;
	justify-content: center;
	transition: all 0.2s;
	align-items: center;
	flex-wrap: wrap;
}
.item-card {
	width: 60px;
	margin: 0px 5px;
	transition: all 0.2s;
}
.img-card {
	width: 100%;
	border-radius: 6px;
	background-color: #EEEEEE;
	transition: all 0.2s;
	padding: 7px;
}

.logo-pop {
	background-color: var(--color-primario);
	padding:20px 40px;
	border-radius: 10px;
	transition: all 0.2s;
}
.img-logo-pop {
	width: 100%;
}
.wrap-pop-info {
	padding: 0px 45px;
	text-align: center;
	margin: 20px 0px;
	transition: all 0.2s;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.ico-inf {
	font-size: 25px;
	transition: all 0.2s;
}
.title-pop {
	font-weight: bold;
	margin: 5px 0px 0px 0px;
	transition: all 0.2s;
}
.txt-pop {
	font-size: 16px;
}






.bg-img-home-int {
	width: 100%;
	height: 300px;
	transition: all 0.2s;
}
.wrap-bg-img-int {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	transition: all 0.2s;
}


.wrap-form-int {
	width: 580px;
	position: relative;
	margin: -130px auto 0px auto;
	text-align: center;
	padding: 0px 0px 100px 0px;
	transition: all 0.2s;
}
.wrap-form-int-1 {
	width: 580px;
	position: relative;
	margin: -90px auto 0px auto;
	text-align: center;
	padding: 0px 0px 100px 0px;
	transition: all 0.2s;
}
.ico-che {
	margin: 30px 0px 0px 0px;
	font-size: 35px;
	transition: all 0.2s;
}
.txt-form-int {
	font-size: 13px;
	margin: 4px 0px 3px 0px;
	transition: all 0.2s;
}
.nro-document-int {
	font-weight: bold;
	font-size: 30px;
	transition: all 0.2s;
}

.wrap-important-price {
	width: 100%;
	margin: 20px 0px 0px 0px;
	transition: all 0.2s;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wrap-price-int {
	background-color: var(--color-primario);
	color: var(--color-secundario);

	width: 150px;
	height: 150px;
	border-radius: 12px;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all 0.2s;
}
.ico-glob-int {
	font-size: 30px;
	transition: all 0.2s;
}
.subtitle-price-int {
	font-size: 14px;
	margin: 4px 0px 7px 0px;
	transition: all 0.2s;
}
.nro-price-int {
	font-size: 25px;
	font-weight: bold;
	transition: all 0.2s;
}
.wrap-important {
	background-color: #636363;
	color: white;
	width: 70%;
	border-radius: 12px;
	padding: 0px 25px;
	transition: all 0.2s;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.ico-inf-int {
	font-size: 30px;
	transition: all 0.2s;
}
.subtitle-important {
	font-size: 22px;
	font-weight: normal;
	margin: 3px 0px 8px 0px;
	transition: all 0.2s;
}
.txt-important-int {
	font-size: 17px;
	transition: all 0.2s;
}
.modif {
	font-weight: bold;
	color: white;
	transition: all 0.2s;
}
.modif:hover {
	text-decoration: none;
	color: #999;
}


.form-ficha-int {
	width: 100%;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	transition: all 0.2s;
}
.title-category {
	width: 100%;
	text-align: left;
	font-size: 25px;
	font-weight: lighter;
	margin: 30px 0px 0px 0px;
	transition: all 0.2s;

	display: flex;
	align-items: center;
}
.title-category-fac {
	width: 100%;
	text-align: left;
	font-size: 18px;
	font-weight: lighter;
	margin: 60px 0px 0px 0px;
	transition: all 0.2s;
	font-weight: 600;

	display: flex;
	align-items: center;
}
.title-category-2 {
	width: 100%;
	margin: 30px 0px 0px 0px;
	transition: all 0.2s;

	display: flex;
	align-items: center;
	justify-content: space-between;
}
.other-title {
	text-align: left;
	font-size: 25px;
	font-weight: lighter;
	transition: all 0.2s;
}
.ico-us {
	font-size: 25px;
	margin: 0px 4px 0px 0px;
	transition: all 0.2s;
}
.campo-int-1 {
	width: 100%;
	font-size: 17px;
	font-weight: normal;
	border-radius: 5px;
	border: 1px solid black;
	padding: 7px 12px;
	transition: all 0.2s;
}
 

.campo-int-2 {
	width: 100%;
	font-size: 17px;
	font-weight: normal;
	border-radius: 5px;
	border: 1px solid black;
	padding: 0px 12px;
	height: 36px;
	margin: 2px 0px 0px 0px;
	background-color: white;
	transition: all 0.2s;
}
.campo-int-1::placeholder {
	color: black;
	font-weight: lighter;
}
.campo-int {
	width: 48.5%;
	margin: 7px 0px;
	transition: all 0.2s;
}
.line-form {
	width: 100%;
	height: 1px;
	margin: 60px 0px 10px 0px;
	background-color: black;
	transition: all 0.2s;
}
.price-txt {
	background-color: #E3E3E3; 
	font-size: 13px;
	width: 100%;
	text-align: center;
	padding: 10px 5px;
	margin-bottom: 1rem;
	border-radius: 6px;
	transition: all 0.2s;
}
.txt-bold{
	font-size: 14px;
	font-weight: bold;
	transition: all 0.2s;
}
.aceptamos {
	width: 100%;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	transition: all 0.2s;
}

.next-form {
	border-radius: 6px;
	border: none;
	background-color: black;
	color: white;
	cursor: pointer;
	width: 200px;
	padding: 14px 20px;
	font-size: 20px;
	transition: all 0.2s;

	display: flex;
	justify-content: space-between;
	align-items: center;
}
.next-form:hover {
	transform: scale(1.04);
	box-shadow: 0px 10px 12px -7px rgba(0, 0, 0, 0.7);
}


.bt-recuperar {
	border-radius: 6px;
	border: none;
	background-color: #47B56D;
	color: white;
	cursor: pointer;
	width: 100%;
	padding: 12px 20px;
	font-size: 20px;
	margin: 38px 0px 0px 0px;
	transition: all 0.2s;
	text-decoration: none;

	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bt-recuperar:hover {
	transform: scale(1.04);
	box-shadow: 0px 10px 12px -7px rgba(0, 0, 0, 0.7);
}

.txt-recuperar {
	font-size: 15px;
	margin: 4px 0px 20px 0px;
}

.next-form-1 {
	border-radius: 6px;
	border: none;
	background-color: black;
	color: white;
	cursor: pointer;
	width: 300px;
	padding: 14px 20px;
	transition: all 0.2s;
	font-size: 20px;

	display: flex;
	justify-content: space-between;
	align-items: center;
}
.next-form-1:hover {
	transform: scale(1.04);
	box-shadow: 0px 10px 12px -7px rgba(0, 0, 0, 0.7);
}
.ico-nex {
	font-size: 25px;
	transition: all 0.2s;
}
.bt-fix {
	width: 100%;
	position: fixed;
	bottom: 30px;
	transition: all 0.2s;
	left: 0;

	display: flex;
	justify-content: center;
}



.warning {
	width: 100%;
	background-color: #47B56D;
	color: white;
	border-radius: 10px;
	padding: 20px 20px;
	margin: 40px 0px 0px 0px;
	transition: all 0.2s;
}
.ico-inf-war {
	font-size: 35px;
	transition: all 0.2s;
}
.title-warning {
	font-size: 20px;
	font-weight: bold;
	margin: 3px 0px 7px 0px;
	transition: all 0.2s;
}
.txt-warning {
	font-size: 15px;
}
.link-b {
	font-size: 15px;
	font-weight: bold;
	transition: all 0.2s;
	color: white;
}

.item-confirm {
	width: 100%;
	border-radius: 10px;
	border: 1px solid #3D9E5E;
	background-color: #D3F6DF;
	text-align: left;
	padding: 9px 15px;
	margin: 20px 0px;
	transition: all 0.2s;

	color: #3D9E5E;

	display: flex;
	align-items: flex-start;
}
.ico-itm {
	font-size: 30px;
	margin: 7px 10px 0px 0px;
	transition: all 0.2s;
}
.title-item-confirm {
	font-weight: bold;
	font-size: 15px;
	transition: all 0.2s;
}
.rpta-item-confirm {
	font-weight: lighter;
	font-size: 21px;
	margin: 4px 0px 0px 0px;
	transition: all 0.2s;
}



.bt-corregir-ok {
	text-decoration: none;
	background-color: #FDE5E5;
	color: #FF0000;
	border-radius: 6px;
	border: 1px solid #FF0000;
	display: block;
	padding: 8px;
	font-size: 13px;
	transition: all 0.2s;
}

.bt-corregir-ok:hover {
	text-decoration: none;
	background-color: #FF0000;
	color: white;
	border-radius: 6px;
	border: 1px solid #FF0000;

}
.wrap-edit-pop {
	padding: 30px 20px 30px 20px;
	text-align: center;
	transition: all 0.2s;
}

.ico-edi {
	font-size: 30px;
	transition: all 0.2s;
}
.subtitle-pop-edit {
	font-size: 22px;
	margin: 6px 0px 20px 0px;
	font-weight: bold;
	transition: all 0.2s;
}




.wrap-preview {
	border-radius: 20px;
	border: 1px solid black;
	padding: 30px 33px 60px 33px;
	transition: all 0.2s;
}
.txt-preview {
	font-weight: bold;
	font-size: 25px;
	margin: 0px 0px 30px 0px;
	transition: all 0.2s;
}

.wrap-img-preview {
	width: 100%;
	height: 550px;
	background-image: url(images/credencial.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 15px;
	padding: 0px 20px;
	transition: all 0.2s;
}
.wrap-form-int-2 {
	width: 450px;
	position: relative;
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 0px 0px 100px 0px;
	transition: all 0.2s;
}

.send-cred {
	border-radius: 6px;
	border: none;
	background-color: #3D9E5E;
	color: white;
	cursor: pointer;
	font-size: 20px;
	font-weight: lighter;
	padding: 10px 20px;
	transition: all 0.2s;
}

.send-cred:hover {
	transform: scale(1.1);
	box-shadow: 0px 10px 12px -7px rgba(0, 0, 0, 0.7);
}
.bt-center {
	margin: -25px 0px 0px 0px;
}

.prev-name {
	font-weight: bold;
	font-size: 30px;
	padding: 170px 0px 0px 0px;
	transition: all 0.2s;
}
.prev-cargo {
	font-size: 22px;
}
.prev-empresa {
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	left: 10%;
	right: 10%;
	top: 445px;
	font-size: 16px;
	transition: all 0.2s;

	text-overflow: ellipsis;
    overflow: hidden;
     white-space: nowrap; 
    /*-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;*/
}
.prev-nro-doc {
	position: absolute;
	left: 2%;
	right: 20%;
	top: 543px;
	font-size: 16px;
	transition: all 0.2s;
}
.txt-preview2 {
	font-size: 16px;
	margin: 25px 0px 0px 0px;
	transition: all 0.2s;
}
































@media screen and (max-width: 1100px) {

.bg-img-home-int {
	width: 100%;
	height: 200px;
}
.wrap-bg-img-int {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}


}













@media screen and (max-width: 670px) {

.wrap-important {
	background-color: #636363;
	color: white;
	width: 100%;
	border-radius: 12px;
	padding: 20px 25px;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.wrap-price-int {
	background-color: var(--color-primario);
	color: var(--color-secundario);

	width: 100%;
	height: auto;
	border-radius: 12px;
	padding: 20px 25px;
	margin: 30px 0px 0px 0px;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.campo-int {
	width: 100%;
	margin: 7px 0px;
}

.wrap-form-int {
	width: 400px;
	position: relative;
	margin: -130px auto 0px auto;
	text-align: center;
	padding: 0px 0px 100px 0px;
}
.wrap-form-int-1 {
	width: 400px;
	position: relative;
	margin: -90px auto 0px auto;
	text-align: center;
	padding: 0px 0px 100px 0px;
}

.wrap-form-int-2 {
	width: 400px;
	position: relative;
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 0px 0px 100px 0px;
}


.wrap-img-preview {
	width: 100%;
	height: 470px;
	background-image: url(images/credencial.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 15px;
	padding: 0px 20px;
}
.prev-name {
	font-weight: bold;
    font-size: 25px;
    padding: 144px 0px 0px 0px;
}
.prev-cargo {
	font-size: 20px;
}
.prev-empresa {
	text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    left: 10%;
    right: 10%;
    top: 397px;
    font-size: 14px;
}
.prev-nro-doc {
	position: absolute;
    left: 2%;
    right: 17%;
    top: 484px;
    font-size: 16px;
}



}

















@media screen and (max-width: 470px) {

.wrap-validate-document {
	width: 300px;
	position: relative;
}

.wrap-welcome {
	width: 300px;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 12px;
	text-align: center;
	padding: 40px 40px;
	color: white;
}

.title-welcome {
	font-weight: lighter;
	font-size: 40px;
}

.subtitle-welcome {
	font-size: 20px;
	width: 100%;
	margin: auto;
}

.logo {
	width: 250px;
	height: 130px;
	margin: auto;
	background-color: var(--color-primario);
	text-align: center;
	padding: 20px 40px;
	border-radius: 10px;
	position: relative;
	z-index: 2;

	display: flex;
	justify-content: center;
	align-items: center;

	box-shadow: 0px 20px 23px -11px rgba(0, 0, 0, 0.7);
}

.bt-info {
	background-color: var(--color-primario);
	color: var(--color-secundario);
	width: 250px;
	margin: auto;
	padding: 10px 0px;
	text-decoration: none;
	border-radius: 7px;

	display: flex;
	justify-content: center;
	align-items: center;
}
.bt-info:hover {
	transform: scale(1.1);
	box-shadow: 0px 10px 12px -7px rgba(0, 0, 0, 0.7);
}

.campo-form1 {
	width: 100%;
	font-size: 16px;
	padding: 10px 15px;
	border-radius: 5px;
	border: 1px solid gray;
}

.bt-validate {
	width: 100%;
	background-color: black;
	border: none;
	border-radius: 5px;
	color: white;
	padding: 10px 15px;
	margin: 10px 0px 15px 0px;
	cursor: pointer;
	font-size: 18px;

	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bt-validate:hover {
	transform: scale(1.04);
	box-shadow: 0px 10px 12px -7px rgba(0, 0, 0, 0.7);
}


.wrap-form-int {
	width: 300px;
	position: relative;
	margin: -130px auto 0px auto;
	text-align: center;
	padding: 0px 0px 100px 0px;
}
.wrap-form-int-1 {
	width: 300px;
	position: relative;
	margin: -90px auto 0px auto;
	text-align: center;
	padding: 0px 0px 100px 0px;
}

.wrap-form-int-2 {
	width: 300px;
	position: relative;
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 0px 0px 100px 0px;
}


.wrap-img-preview {
	width: 100%;
	height: 380px;
	background-image: url(images/credencial.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 15px;
	padding: 0px 20px;
}

.wrap-preview {
	border-radius: 20px;
	border: 1px solid black;
	padding: 15px 15px 60px 15px;
}

.prev-name {
	font-weight: bold;
    font-size: 20px;
    padding: 120px 0px 0px 0px;
}
.prev-cargo {
	font-size: 15px;
}
.prev-empresa {
	text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    left: 10%;
    right: 10%;
    top: 330px;
    font-size: 13px;
}
.prev-nro-doc {
	position: absolute;
    left: 0%;
    right: 17%;
    top: 400px;
    font-size: 15px;
}


.next-form {
	border-radius: 6px;
	border: none;
	background-color: black;
	color: white;
	cursor: pointer;
	width: 300px;
	padding: 14px 20px;
	font-size: 20px;

	display: flex;
	justify-content: space-between;
	align-items: center;
}
.next-form:hover {
	transform: scale(1.04);
	box-shadow: 0px 10px 12px -7px rgba(0, 0, 0, 0.7);
}



}





















