
.basicForm * {
	box-sizing: border-box;
}
.basicForm .form-group {
    margin-bottom: 16px;
	position: relative;
}
.basicForm {
	background-color: transparent;
	margin: 0 auto 0px auto;
	box-sizing: border-box;
	text-align: left;
}
.basicForm .row {
	margin: 0;
}
.basicForm .row+.row {
	margin-top: 15px;
}
.basicForm input:not([type="submit"]),
.basicForm textarea {
	outline: none;
	line-height: 1.25;
	padding: 0 15px;
	width: 100%;
	font-family: 'raleway', Helvetica, Arial, sans-serif;
	font-size: 16px;
	transition: all .25s ease;
	border-radius: 4px;
	border: 1px solid var(--input-form-border);
}
.basicForm input {
	height: 45px;
}
.basicForm textarea {
	padding-top: 10px;
}
.basicForm input:focus {
	box-shadow: none;
	border-color: #aeaeae;
}
.basicForm .submitBtn {
	border-radius:5px;
	font-size: 18px;
	box-shadow: none;
	width: 100%;
	height: 50px;
	cursor: pointer;
	-webkit-appearance: none;
}
.basicForm .submitBtn:hover,
.basicForm .submitBtn:active,
.basicForm .submitBtn:focus{
	background:var(--principal-buttons-BackgroundColor);
	border-color: var(--principal-buttons-BackgroundColor);
}
.title-form {
	text-align: center;
	font-weight: bold !important;
	margin: 60px 0 0 0 !important;
	line-height: 1.36;
}
.basicForm input:active,
.basicForm input:focus {
	background-color: #FFF;
}
.signup_form_container .checkbox {
	width: 100%;
	text-align: center;
	top: -5px;
}
.signup_form_container .container-check {
	display: inline;
	padding-right: 18px;
}
/* Errors */
.basicForm label.error {
	position: absolute;
	right: 12px;
	top: 3px;
	color: red;
	font-size: 13px;
	font-weight: 400;
	z-index: 1;
	margin: 0;
}
.basicForm .checkbox .error {
	top:20px;
    left: 25px;
}
.basicForm .h-captcha {
	margin-bottom:12px;
}
#principalContent .basicForm p.sub-form {
	margin: 0 auto;
	font-size: 11px;
	line-height: 1.1em;
	color: #fff;
	text-align: center;
}
#principalContent .basicForm .form-logos {
	padding-top: 10px;
	text-align: center;
}
#principalContent .basicForm .form-logos img {
	margin: 0 5px;
	height: auto;
	vertical-align: middle;
}
#principalContent .basicForm .form-logos .more-icon {
	font-size: 13px;
	margin-left: 5px;
}
#principalContent .basicForm .form-logos .more-icon,
#principalContent .basicForm .form-logos .more-icon:hover,
#principalContent .basicForm .form-logos .more-icon:active,
#principalContent .basicForm .form-logos .more-icon:focus {
	color: #fff;
}
#principalContent .basicForm .form-logos .more-icon:hover,
#principalContent .basicForm .form-logos .more-icon:active,
#principalContent .basicForm .form-logos .more-icon:focus {
	text-decoration: underline;
}
#principalContent .basicForm .form-logos .visa {
	width:60px;
}
#principalContent .basicForm .form-logos .master {
	width:40px;
}
#principalContent .basicForm .form-logos .pagofacil {
	width:27px;
}
#principalContent .basicForm .form-logos .rapipago {
	width:100px;
}
#principalContent .basicForm .form-logos .khipu {
	width:78px;
}
#principalContent .basicForm .form-logos .webpay {
	width:100px;
}
#principalContent .basicForm .form-logos .webpay {
	width:100px;
}
#principalContent .basicForm .form-logos .pix {
	width:65px;
}
#principalContent .basicForm .form-logos .paypal {
	width:95px;
}
#principalContent .basicForm .form-logos .exito {
	width:37px;
}
#principalContent .basicForm .form-logos .pse {
	width:37px;
}
#principalContent .basicForm .form-logos .ocho {
	width:40px;
}
#principalContent .basicForm .form-logos .oxxo {
	width:60px;
}
#principalContent .basicForm .form-logos .spe {
	width:60px;
}
#principalContent .basicForm .form-logos .binancepay {
	width:55px;
}

/* Dialogs */
#loaderOverlay {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:rgba(255,255,255,.7);
	z-index: 99999999;
}
#loaderOverlay.spinner::after {
	display: block;
	content: '';
	margin: 50px;
	height: 35px;
	width: 35px;
	animation: rotate 0.8s infinite linear;
	border: 4px solid #4c4c4c;
	border-right-color: transparent;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -29px;
	margin-top: -36px;
}
@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}
#formOverlay {
    position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color:rgba(0,0,0,.6);
	z-index: 99999999;
}
.dialogMessage {
	background:#fff;
	position: absolute;
	font-size: 16px;
	max-width: 360px;
	z-index: 999999999;
	padding: 30px 20px;
	width: 100%;
	left: 50%;
	top: 50%;
	margin-left: -180px;
	margin-top: -130px;
	text-align: center;
}
.dialogMessage .title {
	font-size: 18px;
	font-weight: bold;
}
.dialogMessage .btn {
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	background: #ee6e23;
	border-color: #ee6e23;
	font-size: 16px;
	box-shadow: none;
	line-height: 28px;
	text-decoration: none;
	padding: 0 15px;
	cursor: pointer;
	display: inline-block;
	-webkit-appearance: none;
}
.dialogMessage .close-dialog {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.dialogMessage .title {
	margin: 0 0 15px;
}
.dialogMessage .message p {
	margin: 0 0 15px;
}


/* Form Modal */
.modal {
	display: none;
	position: fixed;
	z-index: 10000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}

/* Contenido del modal */
.form-modal h2 {
	text-align: center;
	margin-bottom: 15px;
}
.modal-content {
	background-color: #fff;
	margin: 5% auto;
	padding: 30px;
	width: 90%;
	max-width: 500px;
	border-radius: 8px;
	position: relative;
}

.modal-content .close {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 35px;
	font-weight: normal;
	color: #333;
	cursor: pointer;
	opacity: .5;
}

.modal-content .close:hover {
	opacity: 1;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #ffffff;
	border: 1px solid #473c8b;
}

.container-check:hover input ~ .checkmark {
    background-color: #ccc;
}

.container-check input:checked ~ .checkmark {
    background-color: #ffffff;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
	box-sizing: content-box;
}

.container-check {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 2px;
}

.container-check input:checked ~ .checkmark:after {
    display: block;
}

.container-check .checkmark:after {
    left: 4px;
    top: 0;
    width: 4px;
    height: 10px;
    border: solid #473c8b;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.container-check #tyc-error.checkmark:after {
	border: 1px solid red !important;
}

form input[type="checkbox"] {
	width: auto !important;
	border: none !important;
	height: auto !important;
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
form .disclaimed {
	text-align: center;
	color: var(--light-grey);
	line-height: 1.2em;
}
form .error-box {
	display: none;
	text-align: center;
	padding: 10px;
	border: 1px solid red;
	line-height: 1em;
	margin-bottom: 15px;
	color: red;
}