@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=ADLaM+Display&family=Agdasima:wght@400;700&family=Allerta+Stencil&display=swap');
@import url('https://fonts.googleapis.com/css2?family=ADLaM+Display&family=Agdasima:wght@400;700&family=Allerta+Stencil&family=Audiowide&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mrs+Sheppards&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mr+Dafoe&display=swap');

@font-face {
	font-family: "Urbanist-VariableFont";
	src: url("../img/Urbanist/Urbanist/Urbanist-VariableFont_wght.ttf") format("opentype");
}

@font-face {
	font-family: "Urbanist-ExtraBold";
	src: url("../img/Urbanist/Urbanist/static/Urbanist-ExtraBold.ttf") format("opentype");
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

img {
	pointer-events: none !important;
}

body {
	min-height: 100vh;
	background: #ffffff;
}

.header-bar {
	height: 17vh;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 40px;
	position: relative;
	overflow: hidden;
	border-radius: 0px 0px 30px 0px;
	background:
		linear-gradient(135deg, #e91e63 0%, #6a1b9a 30%, #1a237e 70%) no-repeat left,
		radial-gradient(circle at 70% 60%, #e91e63 0%, #6a1b9a 50%, #1a237e 100%) no-repeat right;
	background-size: 30.5% 100%, 70% 100%;
	background-repeat: no-repeat;
	z-index: 1;
}

.header-bar .left-content,
.header-bar .right-content {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}

.header-bar .valoracion-text {
	color: white;
	font-size: 3vh;
	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 1;
	font-family: "Urbanist-VariableFont";
}

.header-bar .transform-text {
	color: rgb(16, 129, 171);
	font-family: "Urbanist-ExtraBold";
	letter-spacing: -1px;
	font-weight: 900;
}

.header-bar .logo {
	height: 4vh;
}

.header-bar .logo img {
	height: 100%;
}

.content-page-one {
	display: flex;
	width: 100%;
	height: 83vh;
}

.content-page-one .left-box,
.content-page-one .right-box {
	width: 50%;
	height: 100%;
	position: relative;
}

.content-page-one .left-box {
	padding: 0px 70px 20px 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
}

.content-page-one .form-zone {
	position: absolute;
	background-color: rgb(245, 245, 245);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 30px;
	border-radius: 10px;
	width: 60%;
	height: 90vh;
	box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5.6px;
	z-index: 1;
}


.content-page-one .form-zone .form-title {
	display: flex;
	align-items: center;
	justify-content: left;
	margin-bottom: 20px;
	width: 100%;
}

.content-page-one .form-zone .form-title p {
	color: rgb(26, 41, 68);
	font-family: "Urbanist-ExtraBold";
	letter-spacing: -1px;
	font-size: 3.5vh;
	margin: 0;
	padding-left: 0;
}

.content-page-one .form-zone input {
	width: 100%;
	margin-bottom: 3.7vh;
	border: none;
	outline: none;
	background-color: white;
	border-radius: 50px;
	font-size: 2.5vh;
	padding: 9px;
	padding-left: 20px;
	font-family: "Urbanist-VariableFont";
}

.content-page-one .form-zone select {
	width: 100%;
	margin-bottom: 3.7vh;
	border: none;
	outline: none;
	background-color: white;
	border-radius: 50px;
	font-size: 2.5vh;
	padding: 9px;
	padding-left: 20px;
	font-family: "Urbanist-VariableFont";
}

.content-page-one .form-zone input::placeholder {
	color: rgb(50, 50, 50);
}

.content-page-one .form-zone .button-form-submit {
	border: none;
	outline: none;
	width: 100%;
	padding: 8px;
	text-align: center;
	border-radius: 50px;
	background:
		linear-gradient(135deg, #e91e63 0%, #6a1b9a 30%, #1a237e 70%) no-repeat left,
		radial-gradient(circle at 70% 60%, #e91e63 0%, #6a1b9a 50%, #1a237e 100%) no-repeat right;
	background-size: 30.5% 100%, 70% 100%;
	color: white;
	font-size: 2.5vh;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	font-family: "Urbanist-VariableFont";
}

.content-page-one .form-zone .form-terms-conditions {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	width: 100%;
	font-family: "Urbanist-VariableFont";
}

.content-page-one .form-zone .form-terms-conditions a {
	text-decoration: none;
}

.content-page-one .form-zone .form-terms-conditions * {
	margin: 0;
	padding: 0;
}

.checkbox-wrapper-18 .round {
	position: relative;
}

.checkbox-wrapper-18 .round label {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
	cursor: pointer;
	height: 28px;
	width: 28px;
	display: block;
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.checkbox-wrapper-18 .round label:after {
	border: 2px solid #fff;
	border-top: none;
	border-right: none;
	content: "";
	height: 6px;
	left: 8px;
	opacity: 0;
	position: absolute;
	top: 9.5px;
	transform: rotate(-45deg);
	width: 12px;
}

.checkbox-wrapper-18 .round input[type="checkbox"] {
	visibility: hidden;
	display: none;
	opacity: 0;
}

.checkbox-wrapper-18 .round input[type="checkbox"]:checked+label {
	background-color: #66bb6a;
	border-color: #66bb6a;
}

.checkbox-wrapper-18 .round input[type="checkbox"]:checked+label:after {
	opacity: 1;
}

.content-page-one .right-box {
	padding: 0px 10px 20px 70px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
}

.content-page-one .title-box {
	color: rgb(26, 41, 68);
	font-size: 5vh;
	font-family: "Urbanist-VariableFont";
}

.content-page-one .title-box span {
	font-weight: 500;
	letter-spacing: -2px;
	font-family: "Urbanist-ExtraBold";
}

.content-page-one .zone-data-trade {
	background-color: rgb(245, 245, 245);
	border-radius: 10px;
	width: auto;
	height: 60vh;
	box-shadow: 5px 5px 28px -4px rgba(0, 0, 0, 0.55);
}

.content-page-one .zone-data-trade .header-zone {
	height: 60vh;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;
	position: relative;
	overflow: hidden;
}

.content-page-one .zone-data-trade .header-zone .img-person {
	height: 100%;
	width: auto;
	z-index: 1;
}

.content-page-one .price-zone-box {
	margin-top: 10px;
}

.content-page-one .price-zone-box .price-title {
	font-size: 2.5vh;
	color: rgb(115, 115, 115);
	font-family: "Urbanist-VariableFont";
}

.content-page-one .price-zone-box * {
	margin: 0%;
	padding: 0%;
}

.content-page-one .price-zone-box h1 {
	color: rgb(26, 41, 68);
	font-family: "Urbanist-ExtraBold";
	letter-spacing: -1px;
	font-weight: 900;
	font-size: 5vh;
}

.content-page-one .price-zone-box h1 span {
	font-size: 1.5vh;
	font-weight: normal;
	font-family: "Urbanist-VariableFont";
	letter-spacing: 0px;
}

.content-page-one .left-box-hidden {
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}

.content-page-one .left-box .hidden-form-title {
	display: none;
	font-family: "Urbanist-VariableFont";
	color: rgb(26, 41, 68);
	text-align: center;
	font-size: 3vh;
}

.content-page-two {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	padding: 10vh 0px;
	/*
	height: 100vh;
	*/
	gap: 50px;
}

.content-page-two .zone-change-status{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 10px;
}

.content-page-two .zone-change-status .pay-status-zone{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.content-page-two .zone-change-status .pay-status-zone img{
	height: 17vh;
	margin-bottom: -9px;
	z-index: 2;
}

.content-page-two .zone-change-status .pay-status-zone .pay-status{
	font-family: "Urbanist-ExtraBold";
	background-color: rgb(26, 41, 68);
	color: white;
	padding: 10px 25px;
	border-radius: 50px;
	font-size: 5vh;
	margin: 0%;
	z-index: 1;
}

.content-page-two .zone-change-status .pay-status-zone .pay-status_titulo{
	font-family: "Urbanist-ExtraBold";
	background-color: rgb(26, 41, 68);
	color: white;
	padding: 10px 25px;
	border-radius: 50px;
	font-size: 4vh;
	margin: 0%;
	z-index: 1;
}

.content-page-two .zone-change-status p{
	font-family: "Urbanist-VariableFont";
	color: rgb(26, 41, 68);
	margin: 0%;
	font-size: 2vh;
}

.content-page-two .zone-change-status .pay-status-subtitle{
	font-size: 3vh;
}

.content-page-two .zone-change-status .button-appointment{
	outline: none;
	border: none;
	background-color: transparent;
	width: 25vh;
	transition: all 0.4s ease;
}

.content-page-two .zone-change-status .button-appointment:hover {
	transform: scale(1.2);
}

.content-page-two .zone-change-status .button-appointment img{
	width: 100%;
	height: auto;
}

.zone-change-status .zone-info-help{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 65vh;
	padding: 40px 20px;
	background-color: rgb(245, 245, 245);
	border-radius: 10px;
	box-shadow: 5px 5px 28px -4px rgba(0, 0, 0, 0.55);
}


.zone-change-status .zone-info-help .zone-floating-top {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 9vh;
}


.zone-change-status .zone-info-help .zone-floating-top img {
	height: 100%;
	width: auto;
}

.zone-change-status .zone-info-help .zone-floating-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  background: #1c2e53;
  padding: 3px 16px;
  border-radius: 50px;
  white-space: nowrap;
  font-size: 2.5vh;
}

.zone-change-status .zone-info-help .zone-floating-bottom p {
	font-family: "Urbanist-ExtraBold";
	color: white;
}

.zone-change-status .zone-info-help .zone-info-help-one{
	padding-bottom: 10px;
	border-bottom: 2px solid rgb(45, 59, 83);
	text-align: center;
}

.zone-change-status .zone-info-help .zone-info-help-one .pay-status-subtitle-two{
	font-size: 2.5vh;
}

.zone-change-status .zone-info-help .zone-info-help-two{
	padding-top: 10px;
	text-align: center;
}

@media (max-width: 500px) {
	.zone-change-status .zone-info-help{
		width: 90%;
	}
}

@media (min-width: 501px) and (max-width: 1000px) {}

@media (max-width: 1023px) {

	.header-bar {
		justify-content: center;
	}

	.header-bar .left-content {
		display: none;
	}

	.content-page-one {
		align-items: center;
		justify-content: center;
		flex-direction: column;
		height: auto;
	}

	.content-page-one .left-box,
	.content-page-one .right-box {
		width: 100%;
		padding: 10px;
		align-items: center;
		justify-content: center;
		margin-top: 20px;
	}

	.content-page-one .left-box .form-zone {
		position: relative;
		width: 90%;
		height: auto;
		margin-top: 20px;
	}

	.content-page-one .right-box {
		display: none;
	}

	.content-page-one .left-box-hidden {
		display: flex;
	}

	.content-page-one .left-box .hidden-form-title {
		display: block;
	}

	.content-page-one .price-zone-box {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-top: 30px;
	}

	.content-page-one .price-zone-box h1 {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.content-page-one .price-zone-box h1 span {
		font-size: 2vh;
	}

	.content-page-one .zone-data-trade {
		width: 90%;
		height: auto;
	}

	.content-page-one .zone-data-trade .header-zone {
		height: auto;
	}

	.content-page-one .zone-data-trade .header-zone .img-person {
		height: auto;
		width: 100%;
	}

	.content-page-two {
		height: auto;
		gap: 50px;
	}

}