main {
	#padding-top: 70px;
	padding-top: 20px;
}

main a {
	border-bottom: 0;
}

.main-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin: 0 auto 0px;
}


.main-wrapper.no-grid {
	display: block;
	max-width: 1024px;
}
.precioenfondo {
    color: var(--acent-base, #00C4A7);
    font-size: 36px !important;
}
.main-wrapper .featured-image {
	padding-top: 60px !important;
	background-image: url( '../../../img/web/login_imagen_web.svg' );
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: 60%, contain;
	background-color: var(--informacin-dark-grey-2, #F0F3F5);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-height: calc(100vh - 400px);
	text-align: center;
	padding: 0 40px 40px;
}

.main-wrapper .featured-image h1 {
	font-weight: 700;
}

.main-wrapper .form-wrapper {
	padding: 0 0 50px 50px;
	# box-shadow: -10px 0 20px -20px #666;
		width: calc(100% - 100px) !important;
}

.main-wrapper .form-wrapper .form-title {
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 30px;
		padding-top:30px;
}

.main-wrapper .form-wrapper .already-registered {
	margin-top: 50px;
	text-align: center;
}

.main-wrapper .form-wrapper .already-registered a {
	color: var( --color-primary );
	font-weight: 700;
}

.main-wrapper .form-wrapper form .field-group .button {
	width: 100%;
}

@media screen and ( max-width: 1424px ) {
	.aceptoPrivacidadRegistro{
		font-size:0.8em !important;
	}
}
@media screen and ( max-width: 1324px ) {
	.aceptoPrivacidadRegistro{
		font-size:0.6em !important;
	}
}
@media screen and ( max-width: 1024px ) {
	.aceptoPrivacidadRegistro{
		font-size:1em !important;
	}
	.main-wrapper {
		display: block;
	}

	.main-wrapper .featured-image, .main-wrapper #plans-prices {
		display: none;
	}

	.main-wrapper .form-wrapper {
		padding: 0 50px;
	}

}

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

	.main-wrapper .form-wrapper {
		margin-top:20px;
		padding: 0 20px;
		width: unset !important;
	}

	.main-wrapper .form-wrapper .form-title {
		font-size: 24px;
		padding-top:30px;
	}

}


.inputlogin{
	border-radius: 4px !important;
	border: 1px solid var(--informacin-dark-grey-4, #A3B7C1) !important;
	background: var(--informacin-dark-grey-1, #FCFCFD) !important;
}
.sinnegritalogin{
	color: var(--informacin-dark-2, #002133) !important;
/* Desktop/Body */
font-size: 16px;
font-style: normal;
font-weight: 400 !important;
line-height: 175% !important; /* 28px */
letter-spacing: 0.16px;
}
.azulhover:hover{
	color: #007FAD !important;
}

.colorazulimportante{
	color: #007FAD !important;
}

.button-azul-login{
	border-radius: 4px;
	background: var(--primary-base, #009DD6);
	color:#FFF !important;
	border:0px !important;
}
.button-azul-login:hover{
background: var(--primary-base, #007FAD);
}
.bordegrislogin{
	border-radius: 4px;
border: 1px solid var(--informacin-dark-grey-4, #A3B7C1) !important;
}

.width70marginauto{
	width: 90% !important;
    margin: auto;
}

.seccionpreciosregistro{
	background-color: var(--informacin-dark-grey-2, #F0F3F5);
	background-image: url( '../../../img/web/img_registro_fondo_verde.svg' );
	background-position: -5% 100%;
    background-repeat: no-repeat;
    background-size: 30%, contain;
	padding-left:30px !important;
	padding-right:30px !important;
	min-height: calc(80vh - 90px);
}
.seccionpreciosregistrodiv{
	margin-top: -100px;
    margin-bottom: 50px;
	padding-top:0px !important;
}
.cabecerapreciosregistro{
	margin-top:40px;
	color: var(--informacin-dark-1, #00141F);
	text-align: center;
	/* Desktop/H2 */
	font-family: Work Sans;
	font-size: 33px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%; /* 46.2px */
	letter-spacing: 0.33px;
}
.plans{
    margin: auto !important;
    align-content: flex-end !important;
    width: fit-content !important;
}
.barrahorizontalmitad{
	background-image: url( '../../../img/web/linea_horizontal_mitad.svg' ),url( '../../../img/web/linea_horizontal_mitad.svg' );
    background-position: 0% 50%,100% 50%;
    background-repeat: no-repeat;
    background-size: calc(50% - 80px), calc(50% - 80px);
}

