.content-p {
	background-color: #EFEFEF;
}


.content-title-pagos {
	width: 100%;
	background-color: #ff0000 ;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: relative;
}

.title-pagos {
	width: 100%;
	padding: 15px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.title-pagos span {
	color: #ffffff;
	font-size: 18px;
	font-family: 'averta Bold';
}

.back-menu {
	position: absolute;
	left: 20px;
}

.btn-add {
	position: absolute;
	right: 20px;
}


.title-e-b-a {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.title-e-b-a h3 {
	width: 100%;
	padding: 2px 0px;
	background-color: #ff0000;
	color: #ffffff;
	font-family: 'averta Bold', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

#location-content {
	width: 100%;
	color: #ff0000;
	font-family: 'averta Bold';
	font-size: 25px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
	padding: 20px 0px;
}

#location-content h4 {
	margin-right: 10px;
}

#c-f-pagos {
	width: 100%;
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#c-f-pagos form {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

}

.c-i-pagos {
	width: 100%;
	padding: 0px 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.c-i-pagos input, select, textarea {
	width: 90%;
	font-size: 15px;
	color: #95A5A6;
	padding: 4px 20px;
	border-radius: 4px;
	background-color: #ffffff;
	border: none;
	outline: none;
}

.c-i-pagos textarea {
	resize: none;
	max-width: 100%;
	min-width: 100%;
	height: 80px;
	max-height: 80px;
	min-height: 80px;
}

#content-btn-f-p {
	width: 100%;
	flex-wrap: wrap;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

#content-btn-f-p>div {
	width: calc(100% / 2 - 20px);
	padding: 5px 10px;
	margin: 10px ;
	background-color: #ff0000;
	border-radius: 4px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

#content-btn-f-p>div>label {
	width: 100%;
	text-align: start;
	font-family: 'averta Bold';
	color: #ffffff;
}


.i-c-s[type="radio"] {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin-left: 10px;
}


.i-c-s[type="radio"]:checked::after {
	content: "";
}

input[type="radio"] {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	cursor: pointer;
	border: 1px solid #ff0000;
	border-radius: 50%;
	outline: unset;
	appearance: none !important;
	-webkit-appearance: none;
	position: relative;
}

input[type="radio"]:checked {
	background-color: #ff0000;
	border: 1px solid #ff0000;
}

input[type="radio"]:checked::after {
	content: "\2713";
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 50%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

input[type="radio"]::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: transparent;
	transition: .2s;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#btn-enviar-pago {
	padding: 5px 30px;
	border-radius: 8px;
	color: #ffffff;
	font-family: 'averta Bold';
	background-color: #FF0000;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
	margin: 30px 0px 60px;
}

#btn-enviar-pago:hover {
	transform: scale(1.1,1.1);
}

#content-date-user {
	width: 100%;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

#content-date-user>div {
	width: 100%;
	margin-bottom: 5px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

#content-date-user>div:last-child {
	flex-direction: column;
	align-items: flex-start;
}

#content-date-user>div>span:first-child {
	color: #ff0000;
	font-size: 18px;
	margin-right: 5px;
	font-family: 'averta Bold';
}

#content-date-user>div>span:last-child {
	font-size: 13px;
}

#description-p-c {
	width: 100%;
	padding: 0px 20px 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

#description-p-c>div {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d3d3d3;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

#description-p-c>div>img {
	width: 20%;
	margin-right: 5px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
	border-radius: 50%;
}

#v-t-p {
	width: 100%;
	border-bottom: 1px solid #d3d3d3;
	padding-right: 20px;
	color: #FF0000;
	font-family: 'averta Bold';
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

#val-t {
	width: 100%;
	padding-top: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#val-t>div {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

#val-t>div>span:first-child {
	margin-right: 20px;
	color: #FF0000;
	font-family: 'averta Bold';
}

#val-t>div>span:last-child {
	margin-right: 20px;
	color: #000000;
}

#btn-total-final-content {
	width: 100%;
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

#btn-total-final-content>span {
	padding: 8px 20px;
	font-size: 20px;
	font-family: 'averta Bold';
	color: #ff0000;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

#btn-total-final-content>span>span {
	margin-left: 10px;
}

#btn-f-p {
	width: 100%;
	margin: 20px 0px 40px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

#btn-f-p>a {
	width: 70%;
	padding: 8px 20px;
	background-color: #FF0000;
	font-family: 'averta Bold';
	font-size: 20px;
	border-radius: 4px;
	color: #ffffff;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

#c-dir-a {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#c-dir-a>.c-e-u {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#c-dir-a>.c-e-u>div:first-child {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#c-dir-a>.c-e-u>div:first-child>div {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

#c-dir-a>.c-e-u>div:first-child>div:first-child {
	margin-right: 10px;
}

#c-dir-a>.c-e-u>div:last-child {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}

#c-dir-a>.c-e-u>div:last-child>a {
	padding: 10px;
}

input[type="checkbox"] {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin-left: 10px;
}


input[type="checkbox"]:checked::after {
	content: "";
}

input[type="checkbox"] {
	width: 20px;
	height: 20px;
	cursor: pointer;
	border: 1px solid #ff0000;
	border-radius: 4px;
	outline: unset;
	appearance: none !important;
	-webkit-appearance: none;
	position: relative;
}

input[type="checkbox"]:checked {
	background-color: #ff0000;
	border: 1px solid #ff0000;
}

input[type="checkbox"]:checked::after {
	content: "\2713";
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 2px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

input[type="checkbox"]::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: transparent;
	transition: .2s;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.content-p {
	background-color: #EFEFEF;
}


.content-title-pagos {
	width: 100%;
	background-color: #ff0000 ;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: relative;
}

.title-pagos {
	width: 100%;
	padding: 15px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.title-pagos span {
	color: #ffffff;
	font-size: 18px;
	font-family: 'averta Bold';
}

.back-menu {
	position: absolute;
	left: 20px;
}

.btn-add {
	position: absolute;
	right: 20px;
}


.title-e-b-a {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.title-e-b-a h3 {
	width: 100%;
	padding: 2px 0px;
	background-color: #ff0000;
	color: #ffffff;
	font-family: 'averta Bold', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

#location-content {
	width: 100%;
	color: #ff0000;
	font-family: 'averta Bold';
	font-size: 25px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
	padding: 20px 0px;
}

#location-content h4 {
	margin-right: 10px;
}

#c-f-pagos {
	width: 100%;
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#c-f-pagos form {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

}

.c-i-pagos {
	width: 100%;
	padding: 0px 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.c-i-pagos input, textarea {
	width: 90%;
	font-size: 15px;
	color: #95A5A6;
	padding: 4px 20px;
	border-radius: 4px;
	background-color: #ffffff;
	border: none;
	outline: none;
}

.c-i-pagos textarea {
	resize: none;
	max-width: 100%;
	min-width: 100%;
	height: 80px;
	max-height: 80px;
	min-height: 80px;
}

#content-btn-f-p {
	width: 100%;
	flex-wrap: wrap;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

#content-btn-f-p>div {
	width: calc(100% / 2 - 10px);
	padding: 5px ;
	margin: 5px ;
	background-color: #ff0000;
	border-radius: 4px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

#content-btn-f-p>div>label>img {
	width: 30%;
	margin-left: 10px;
}

#content-btn-f-p>div>label {
	width: 100%;
	text-align: start;
	font-size: 13px;
	font-family: 'averta Bold';
	color: #ffffff;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}


.i-c-s[type="radio"] {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin-left: 10px;
}


.i-c-s[type="radio"]:checked::after {
	content: "";
}

input[type="radio"] {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	cursor: pointer;
	border: 1px solid #ff0000;
	border-radius: 50%;
	outline: unset;
	appearance: none !important;
	-webkit-appearance: none;
	position: relative;
}

input[type="radio"]:checked {
	background-color: #ff0000;
	border: 1px solid #ff0000;
}

input[type="radio"]:checked::after {
	content: "\2713";
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 50%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

input[type="radio"]::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: transparent;
	transition: .2s;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#btn-enviar-pago {
	padding: 5px 30px;
	border-radius: 8px;
	color: #ffffff;
	font-family: 'averta Bold';
	background-color: #FF0000;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
	margin: 30px 0px 60px;
}

#btn-enviar-pago:hover {
	transform: scale(1.1,1.1);
}

#content-date-user {
	width: 100%;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

#content-date-user>div {
	width: 100%;
	margin-bottom: 5px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

#content-date-user>div:last-child {
	flex-direction: column;
	align-items: flex-start;
}

#content-date-user>div>span:first-child {
	color: #ff0000;
	font-size: 18px;
	margin-right: 5px;
	font-family: 'averta Bold';
}

#content-date-user>div>span:last-child {
	font-size: 13px;
}

#description-p-c {
	width: 100%;
	padding: 0px 20px 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

#description-p-c>div {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d3d3d3;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

#description-p-c>div>img {
	width: 20%;
	margin-right: 5px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
	border-radius: 50%;
}

#v-t-p {
	width: 100%;
	border-bottom: 1px solid #d3d3d3;
	padding-right: 20px;
	color: #FF0000;
	font-family: 'averta Bold';
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

#val-t {
	width: 100%;
	padding-top: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#val-t>div {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

#val-t>div>span:first-child {
	margin-right: 20px;
	color: #FF0000;
	font-family: 'averta Bold';
}

#val-t>div>span:last-child {
	margin-right: 20px;
	color: #000000;
}

#btn-total-final-content {
	width: 100%;
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

#btn-total-final-content>span {
	padding: 8px 20px;
	font-size: 20px;
	font-family: 'averta Bold';
	color: #ff0000;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

#btn-total-final-content>span>span {
	margin-left: 10px;
}

#btn-f-p {
	width: 100%;
	margin: 20px 0px 40px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

#btn-f-p>a {
	width: 70%;
	padding: 8px 20px;
	background-color: #FF0000;
	font-family: 'averta Bold';
	font-size: 20px;
	border-radius: 4px;
	color: #ffffff;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.a-i-pagos-in input {
	width: 100%;
}

#content-d-t-c {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#c-num-t {
	width: 80%;
	background-color: #ffffff;
	padding: 3px 5px;
	margin: 40px 10px;
	border: 1px solid #ff0000;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

#c-num-t>img {
	width: 8%;
}

#c-num-t>input {
	width: 100%;
	font-size: 16px;
	margin-left: 10px;
	border: none;
}

#c-form-date {
	width: 90%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#c-form-date>form {
	width: 90%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.c-i-pagos-t-c input, select {
	width: 100%;
}

#content-t-t {
	width: 100%;
	margin-bottom: 10px 0px 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#content-t-t h3 {
	font-size: 18px;
	color: #ff0000;
	font-family: 'averta Bold';
	text-align: center;
}

#content-t-t>div {
	width: 100%;
	margin: 20px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

#content-t-t>div>img {
	width: 10%;
}

#content-t-t>div>img:not(:last-child) {
	margin-right: 10px;
}

#btn-confirmar-tarjeta {
	padding: 5px 30px;
	border-radius: 8px;
	color: #ffffff;
	font-family: 'averta Bold';
	background-color: #FF0000;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
	margin: 40px 0px;
}

#btn-confirmar-tarjeta:hover {
	transform: scale(1.1,1.1);
}



