/*--- MAIN ---*/
	#ut-main {
		width: 90%;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
	}

/*--- SUBMAIN --- */
	#ut-submain {
		display: flex;
	}
	.ut-card {
		width: 50%;
		padding: 2rem 5rem;
		margin: 0.5rem;
		background-color: #E6E6E6;
	}
	/* Data----*/
	#ut-data {
		display: flex;
    	justify-content: space-evenly;
    	align-items: center;
    	flex-direction: column;
	}
	.ut-inputData {
		width: 100%;
    	background: #f3f3f3;
    	padding: 1rem;
    	margin: 0.5rem 0;
	}
	.ut-inputData input {
		margin: 1rem 0 0 0;
	}
	.ut-inputData input {
		width: 100%;
	}
	#ut-data-info-check {
		justify-content: flex-start;
		margin-bottom: .5rem;
	}
	#ut-data-info-check input {
		width: 10%;
	}
	#ut-data-info-check:hover,
	#ut-data-info-check input:hover,
	#ut-data-info-check label:hover {
		cursor: pointer;
	}
	#data-info input {
		margin: 0;
		padding:  0 1rem;
	}
	.ut-required, 
	.ut-required-txt {
		width: 95% !important;
    	margin: 0 0 1rem 5% !important;
    	height: 2.5rem;
	}
	.ut-required-txt {
		height: 6rem !important;
		padding: .5rem 1rem;
	}
	.ut-label {
		font-size: .9rem;
    	margin-left: 4%;
	}

	/* Select----*/
	/*#ut-select {
		display: grid;
  		grid-template-columns: 1fr;
  		grid-template-rows: 0.5fr 1.5fr;
  		grid-gap: 0px 0px;
	}*/
	#ut-select {
		display: flex;
		flex-direction: column;
	}
	#ut-option {
		padding: 1.5rem 1rem;
    	background-color: #fff;
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
    	text-align: center;
    	height: 100%;
	}
	#ut-option h3 {
		font-weight: 400;
    	font-size: 1.2rem;
    	color: #c73904;
   		margin: 0 0 0.3rem;
   		line-height: 1.5rem;
	}
	#ut-option h4 {
		margin-top: 1rem;
	}
	#ut-option p {
		font-size: 1.8rem;
    	font-weight: 100;
    	line-height: 2rem;
    	margin: 0.3rem 0 0;
	}
	#ut-option span {
		color: #949494;
	}
	#ut-option input,
	#ut-option input:focus	 {
		width: 60%;
    	height: 2.2rem;
		padding: 0 0 0.5rem 1.5rem;
    	box-shadow: inset 0 -1px 0 rgba(30,30,30,0.5);
    	border: 0;
    	outline: 0;
	}

	.pSub {
		font-size: 1.2rem !important;
    	line-height: 1.3rem !important;
    	margin: 1rem 0 0.5rem !important;
	}
	.pSub strong {
		font-size: 1.2rem;
    	font-weight: 600;
	}
	.tr {
		background-color: red;
	}

/* --- TOTAL ---*/
	#ut-total {
		background-color: #3c3c3c !important;
		color: #fff;
    	margin: 0 0.5rem;
    	padding: 1rem;
    	display: flex;
    	align-items: center;
    	justify-content: space-around;
	}
	#ut-total h3 {
		font-weight: 500;
    	font-size: 1.7rem;
    	display: inline;
	}
	#ut-total span {
		padding: 0 3rem;
	}
	#ut-total button {
		display: flex;
		align-items: center;
		margin: 0;
		padding: 0.5rem 3rem;
		font-size: 1.5rem;
	}
	#ut-total .fa {
		font-size: 1rem;
    	padding-right: 0.5rem;
	}
	#ut-total #ut-dataPay {
		display: flex;
		align-items: center;
		width: 70%;
		padding-left: 10%;
	}
	#ut-total #ut-pay {
		font-size: 2.5rem;
    	font-weight: 600;
    }


button:hover {
	cursor: pointer;
}