/*Equitybase Copyright Miguel S. Mora 2017 V4.8 2017/03/22
Producido y editado para uso exclusivo de Vacations Center*/
@font-face {
	font-family: "Varela Round";
	src: url("../fonts/VRR.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Julius Sans One";
	src: url("../fonts/JSO.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
html {
	font-family: "Varela Round", sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	min-height: 100%;
	line-height: 1.15;
}
body {
	margin: 0;
	background: #834066; /* Old browsers */
	background: -moz-radial-gradient(left, ellipse cover, #834066 9%, #e65566 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(left, ellipse cover, #834066 9%, E65566 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(
		ellipse at left,
		#834066 9%,
		E65566 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	min-height: 100%;
	font-family: "Varela Round", sans-serif;
}
input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #ccc;
	opacity: 1;
}
input::-moz-placeholder {
	/* Firefox 19+ */
	color: #ccc;
	opacity: 1;
}
input:-ms-input-placeholder {
	/* IE 10+ */
	color: #ccc;
	opacity: 1;
}
input[type="search"]::-webkit-input-placeholder {
	color: #999;
	opacity: 1;
}
input[type="search"]::-moz-placeholder {
	/* Firefox 19+ */
	color: #999;
	opacity: 1;
}
input[type="search"]:-ms-input-placeholder {
	/* IE 10+ */
	color: #999;
	opacity: 1;
}

.disable-spin-button::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

textarea::-webkit-input-placeholder {
	color: #fff;
}
textarea::-moz-placeholder {
	color: #fff;
}
textarea:-ms-input-placeholder {
	color: #fff;
}
.container {
	width: auto;
	margin: 0;
	background-color: transparent;
	overflow-x: hidden;
	overflow-y: hidden;
	min-height: 100%;
}
.half {
	height: 100%;
	float: left;
}
.panel2 {
	padding: 10px;
	background-image: url(../img/squares.png);
}
.btn-upload {
	border-radius: 25px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	cursor: pointer;
	height: 35px;
	border: none;
	color: #eee;
	font-weight: bolder;
	background-color: rgba(6, 152, 175, 0.6);
	box-shadow: 0 3px 0 #fff;
	margin-top: -3px;
	transition: 0.2s all;
}
.btn-upload:hover {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-top: 0;
	margin-bottom: -3px;
	border: 1px solid #834066;
	box-shadow: 0 0 0 #eee;
	background-color: rgba(255, 255, 255, 0.5);
	color: rgba(6, 152, 175, 1);
	text-shadow: 0 2px 3px #aaa;
}
.btn-upload-2 {
	border-radius: 25px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	cursor: pointer;
	margin-left: -3px;
	margin-right: -3px;
	margin-top: -3px;
	height: 35px;
	border: none;
	color: #eee;
	box-shadow: 0 3px 0 #fff;
	transition: 0.2s all;
	font-weight: bolder;
}
.btn-upload-2:first-of-type {
	background-color: #7D3D66;
	border-bottom-right-radius: 0;
}
.btn-upload-2:last-of-type {
	background-color: rgba(177, 85, 0, 0.6);
	border-bottom-left-radius: 0;
}
.btn-upload-2:hover {
	margin-bottom: -3px;
	margin-top: 0;
	box-shadow: 0 0 0 #eee;
	background-color: rgba(255, 255, 255, 0.5);
	text-shadow: 0 2px 3px #aaa;
}
.btn-upload-2:first-of-type:hover {
	border: #7D3D66;
	color: #7D3D66;
}
.btn-upload-2:last-of-type:hover {
	border: 1px solid rgb(177, 85, 0);
	color: rgba(177, 85, 0, 1);
}
.btn-upload[disabled] {
	background-color: #999;
	color: #bbb;
	transition: 0 color;
	cursor: not-allowed;
}
.btn-upload[disabled]:hover {
	margin-top: -3px;
	margin-bottom: 0;
	border: none;
	box-shadow: 0 3px 0 #fff;
}
@keyframes slide {
	from {
		-webkit-transform: translateY(-900px); /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: translateY(-900px); /* IE 9 */
		transform: translateY(-900px); /* Firefox 16+, IE 10+, Opera */
		-webkit-transition: transform 0.5s 0.25s ease-in-out;
		transition: transform 0.5s 0.25s ease-in-out;
	}
	to {
		-webkit-transform: translateY(0); /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: translateY(0); /* IE 9 */
		transform: translateY(0); /* Firefox 16+, IE 10+, Opera */
		-webkit-transition: transform 0.5s 0.25s ease-in-out;
		transition: transform 0.5s 0.25s ease-in-out;
	}
}
@media screen and (max-width: 400px) {
	.left {
		width: 100%;
	}
	.right {
		display: none;
	}
	.rounded button {
		margin-left: -5%;
	}
	.inside {
		margin-right: -16%;
	}
	.panel {
		margin: 10% auto;
	}
	.panelm {
		margin: 50px auto;
		height: 800px;
	}
	.logo2 {
		display: block;
	}
	.logoimg {
		position: absolute;
		width: 80px;
		height: auto;
		margin-left: 27%;
		margin-top: -20%;
		display: block;
	}
	.fixedtop {
		display: none;
	}
	fieldset select.halves,
	fieldset input.halves,
	fieldset button.halves {
		width: 98.9% !important;
		display: inline-block;
	}
	fieldset select.third,
	fieldset input.third,
	fieldset button.third {
		width: 98.9% !important;
		display: inline-block;
	}
	fieldset select.quarter,
	fieldset input.quarter,
	fieldset button.quarter {
		width: 98.9% !important;
		display: inline-block;
	}
	form.inquiry div.rounded button {
		margin-left: 5%;
		margin-top: 10px;
	}
	.upload-widget,
	.btn-upload,
	.btn-upload:hover {
		width: 75%;
	}
	.btn-upload-2,
	.btn-upload-2:hover {
		width: 37.5%;
	}
	.sliding-down {
		animation-name: slide;
		animation-duration: 0.5s;
		animation-fill-mode: forwards;
	}
	.sliding-up {
		animation-name: slide;
		animation-duration: 0.5s;
		animation-direction: reverse;
		animation-fill-mode: forwards;
	}
	.btnesconder,
	.btnmostrar {
		display: none;
	}
}

@media screen and (min-width: 401px) and (max-width: 700px) {
	.floaty1 {
		position: absolute;
		top: 25px;
		left: 25%;
		font-size: 25px;
		text-align: center;
	}
	.floaty2 {
		position: absolute;
		bottom: 25px;
		left: 25%;
		font-size: 25px;
	}
	.left {
		width: 100%;
	}
	.right {
		display: none;
	}
	.rounded button {
		margin: 5px auto !important;
	}
	.inside {
		margin-right: -12%;
	}
	.logo {
		display: none;
	}
	.panel {
		margin: 40% auto;
	}
	.panelm {
		margin: 150px auto;
		height: 750px;
	}
	.logo2 {
		display: none;
	}
	fieldset select.halves,
	fieldset input.halves,
	fieldset button.halves {
		width: 98.9%;
		display: inline-block;
	}
	fieldset select.third,
	fieldset input.third,
	fieldset button.third {
		width: 98.9%;
		display: inline-block;
	}
	fieldset select.quarter,
	fieldset input.quarter,
	fieldset button.quarter {
		width: 47.522%;
		display: inline-block;
	}
	form.inquiry div.reqbtn {
		margin-left: 77%;
		margin-top: 15%;
		display: block;
		width: 30%;
		position: fixed;
		bottom: 5px;
		top: 0;
		left: 0;
		right: 0;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		z-index: 1000;
	}
	.upload-widget,
	.btn-upload,
	.btn-upload:hover {
		width: 60%;
	}
	.btn-upload-2,
	.btn-upload-2:hover {
		width: 30.5%;
	}
	.sliding-down {
		animation-name: slide;
		animation-duration: 0.6s;
		animation-fill-mode: forwards;
	}
	.sliding-up {
		animation-name: slide;
		animation-duration: 0.6s;
		animation-direction: reverse;
		animation-fill-mode: forwards;
	}
	.btnesconder,
	.btnmostrar {
		display: none;
	}
}
@media screen and (min-width: 701px) and (max-width: 1020px) {
	.floaty1 {
		position: absolute;
		top: 25px;
		left: 18%;
		font-size: 25px;
		text-align: center;
	}
	.floaty2 {
		position: absolute;
		bottom: 25px;
		left: 18%;
		font-size: 25px;
	}
	.left {
		width: 60%;
	}
	.right {
		width: 40%;
	}
	.rounded button {
		margin-left: -7%;
	}
	.inside {
		margin-right: -15%;
	}
	.logo {
		position: relative;
		padding: 15px;
		margin: 37% auto;
		width: 75%;
		height: 25%;
		text-align: center;
		min-width: 300px;
		min-height: 250px;
	}
	.logoimg {
		width: 70%;
		height: auto;
	}
	.panel {
		margin: 40% auto;
	}
	.panelm {
		margin: 150px auto;
		height: 700px;
	}
	.logo2 {
		display: none;
	}
	.smallscreen {
		display: none;
	}
	fieldset select.halves,
	fieldset input.halves,
	fieldset button.halves {
		width: 98.9%;
		display: inline-block;
	}
	fieldset select.third,
	fieldset input.third,
	fieldset button.third {
		width: 47.6%;
		display: inline-block;
	}
	fieldset select.quarter,
	fieldset input.quarter,
	fieldset button.quarter {
		width: 47.6%;
		display: inline-block;
	}
	.right {
		left: 60% !important;
		position: fixed;
	}
	form.inquiry div.rounded button {
		display: none;
	}
	.upload-widget,
	.btn-upload,
	.btn-upload:hover {
		width: 45%;
	}
	.btn-upload-2,
	.btn-upload-2:hover {
		width: 22.5%;
	}
	.sliding-down {
		animation-name: slide;
		animation-duration: 0.8s;
		animation-fill-mode: forwards;
	}
	.sliding-up {
		animation-name: slide;
		animation-duration: 0.8s;
		animation-direction: reverse;
		animation-fill-mode: forwards;
	}
	.btnesconder {
		right: 40%;
	}
}
@media screen and (min-width: 1021px) and (max-height: 770px) {
	.floaty1 {
		position: absolute;
		top: 25px;
		left: 26.5%;
		font-size: 25px;
		text-align: center;
	}
	.floaty2 {
		position: absolute;
		bottom: 25px;
		left: 28%;
		font-size: 25px;
	}
	.half {
		-moz-transition: all 0.2s ease-in;
		-o-transition: all 0.2s ease-in;
		-webkit-transition: all 0.2s ease-in;
		transition: all 0.2s ease-in;
	}
	.left {
		width: 70%;
	}
	.right {
		width: 30%;
		left: 70% !important;
		position: fixed;
	}
	.rounded button {
		margin-left: 0;
	}
	.inside {
		margin-right: -10%;
	}
	.logo {
		position: relative;
		padding: 15px;
		margin: 72% auto;
		width: 75%;
		height: 25%;
		text-align: center;
		min-width: 300px;
		min-height: 250px;
	}
	.logoimg {
		width: 70%;
		height: auto;
	}
	.panel {
		margin: 28% auto;
	}
	.logo2 {
		display: none;
	}
	.smallscreen {
		display: none;
	}
	fieldset select.halves,
	fieldset input.halves,
	fieldset button.halves {
		width: 48.6%;
		display: inline-block;
	}
	fieldset select.third,
	fieldset input.third,
	fieldset button.third {
		width: 31.6%;
		display: inline-block;
	}
	fieldset select.quarter,
	fieldset input.quarter,
	fieldset button.quarter {
		width: 23.4%;
		display: inline-block;
	}
	form.inquiry div.rounded button {
		display: none;
	}
	.upload-widget,
	.btn-upload,
	.btn-upload:hover {
		width: 40%;
	}
	.btn-upload-2,
	.btn-upload-2:hover {
		width: 20%;
	}
	.panelm {
		margin: 150px auto !important;
		height: 700px;
	}
	.sliding-down {
		animation-name: slide;
		animation-duration: 0.5s;
		animation-fill-mode: forwards;
	}
	.sliding-up {
		animation-name: slide;
		animation-duration: 0.5s;
		animation-direction: reverse;
		animation-fill-mode: forwards;
	}
	.btnesconder {
		right: 30%;
	}
}
@media screen and (min-height: 771px) and (min-width: 1021px) {
	.floaty1 {
		position: absolute;
		top: 25px;
		left: 28.5%;
		font-size: 25px;
		text-align: center;
	}
	.floaty2 {
		position: absolute;
		bottom: 25px;
		left: 30%;
		font-size: 25px;
	}
	.half {
		-moz-transition: all 0.2s ease-in;
		-o-transition: all 0.2s ease-in;
		-webkit-transition: all 0.2s ease-in;
		transition: all 0.2s ease-in;
	}
	.left {
		width: 70%;
	}
	.right {
		width: 30%;
		left: 70% !important;
		position: fixed;
	}
	.rounded button {
		margin-left: 0;
	}
	.inside {
		margin-right: -10%;
	}
	.logo {
		position: relative;
		padding: 15px;
		margin: 65% auto;
		width: 75%;
		height: 25%;
		text-align: center;
		min-width: 300px;
		min-height: 250px;
	}
	.logoimg {
		width: 60%;
		height: auto;
	}
	.panel {
		margin: 30% auto;
	}
	.logo2 {
		display: none;
	}
	.smallscreen {
		display: none;
	}
	fieldset select.halves,
	fieldset input.halves,
	fieldset button.halves {
		width: 48.6%;
		display: inline-block;
	}
	fieldset select.third,
	fieldset input.third,
	fieldset button.third {
		width: 31.6%;
		display: inline-block;
	}
	fieldset select.quarter,
	fieldset input.quarter,
	fieldset button.quarter {
		width: 23.4%;
		display: inline-block;
	}
	form.inquiry div.rounded button {
		display: none;
	}
	.upload-widget,
	.btn-upload,
	.btn-upload:hover {
		width: 40%;
	}
	.btn-upload-2,
	.btn-upload-2:hover {
		width: 20%;
	}
	.panelm {
		margin: 300px auto;
		height: 550px;
	}
	.sliding-down {
		animation-name: slide;
		animation-duration: 0.75s;
		animation-fill-mode: forwards;
	}
	.sliding-up {
		animation-name: slide;
		animation-duration: 0.75s;
		animation-direction: reverse;
		animation-fill-mode: forwards;
	}
	.btnesconder {
		right: 30%;
	}
}
@media screen and (min-height: 1023px) and (min-width: 1021px) {
	.floaty1 {
		position: absolute;
		top: 25px;
		left: 19%;
		font-size: 25px;
		text-align: center;
	}
	.floaty2 {
		position: absolute;
		bottom: 25px;
		left: 19.4%;
		font-size: 25px;
	}
	.half {
		-moz-transition: all 0.2s ease-in;
		-o-transition: all 0.2s ease-in;
		-webkit-transition: all 0.2s ease-in;
		transition: all 0.2s ease-in;
	}
	.left {
		width: 50%;
	}
	.right {
		width: 50%;
		left: 50% !important;
		position: fixed;
	}
	.rounded button {
		margin-left: 0;
	}
	.inside {
		margin-right: -10%;
	}
	.logo {
		position: relative;
		padding: 15px;
		margin: 42% auto;
		width: 75%;
		height: 25%;
		text-align: center;
		min-width: 300px;
		min-height: 250px;
	}
	.logoimg {
		width: 60%;
		height: auto;
	}
	.panel {
		margin: 40% auto;
	}
	.logo2 {
		display: none;
	}
	.smallscreen {
		display: none;
	}
	fieldset select.halves,
	fieldset input.halves,
	fieldset button.halves {
		width: 48.6%;
		display: inline-block;
	}
	fieldset select.third,
	fieldset input.third,
	fieldset button.third {
		width: 31.6%;
		display: inline-block;
	}
	fieldset select.quarter,
	fieldset input.quarter,
	fieldset button.quarter {
		width: 23.4%;
		display: inline-block;
	}
	form.inquiry div.rounded button {
		display: none;
	}
	.upload-widget,
	.btn-upload,
	.btn-upload:hover {
		width: 50%;
	}
	.btn-upload-2,
	.btn-upload-2:hover {
		width: 25%;
	}
	.panelm {
		margin: 300px auto;
		height: 550px;
	}
	.sliding-down {
		animation-name: slide;
		animation-duration: 0.75s;
		animation-fill-mode: forwards;
	}
	.sliding-up {
		animation-name: slide;
		animation-duration: 0.75s;
		animation-direction: reverse;
		animation-fill-mode: forwards;
	}
	.btnesconder {
		right: 50%;
	}
}
.panel3 {
	margin: 10%;
}
.left {
	box-shadow: 5px 0 10px;
	background: white;
}
.right {
	left: 50%;
	background-color: rgba(0 0 0 0.5);
	background-image: url(../img/squares.png);
}
h1,
h2,
h3,
h4,
h5,
h6,
legend,
button {
	font-family: "Julius Sans One", sans-serif;
	color: #ccc;
}
.panel {
	padding: 15px;
	border-radius: 25px;
	width: 75%;
	height: 25%;
	text-align: center;
	min-width: 300px;
	min-height: 250px;
}
.panelm {
	background-color: whitesmoke;
	padding: 15px;
	border-radius: 25px;
	width: 75%;
	text-align: center;
	min-width: 300px;
	min-height: 250px;
}
fieldset {
	border-radius: 25px;
	border: none;
	background-color: rgba(255, 255, 255, 0);
}
.rounded {
	border-radius: 25px;
}
a:link {
	color: #ccc;
	text-decoration: none;
	background-color: transparent;
}
a:visited {
	color: #ccc;
	text-decoration: none;
	background-color: transparent;
}
a:hover {
	color: white;
	text-decoration: none;
	background-color: transparent;
}
.sistem:hover {
	color: #7d3d66;;
	text-decoration: none;
	background-color: transparent;
}
a:active {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}
.rounded input[type="text"],
.rounded input[type="password"] {
	border-width: 0;
	padding-bottom: 5px;
	padding-top: 20px;
	text-align: center;
	margin-bottom: 25px;
	outline: none;
	width: 90%;
	background-color: transparent;
	border-bottom: solid 3px #ccc;
	font-family: inherit;
	color: #834066;
}
.rounded button {
	border-width: 0px;
	border-bottom: solid 1px #ccc;
	padding: 15px;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 25px;
	outline: none;
	width: 90%;
	background-color: rgba(255, 255, 255, 0.5);
	/*border: none !important;*/
	font-family: inherit;
	cursor: pointer;
	box-shadow: 0 5px rgba(255, 255, 255, 0.8);
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 1px 1px #000;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.rounded button.uno {
	background-color: rgba(131, 64, 102);
}
.rounded button.dos {
	background-color: rgba(131, 64, 102);
}
.rounded button.tres {
	background-color: rgba(131, 64, 102);
}
.rounded button.cuatro {
	background-color: rgba(131, 64, 102);
}
.rounded button.cinco {
	background-color: rgba(131, 64, 102);
}
.rounded button.uno_blanco {
	background-color: rgba(139, 67, 102, 1);
}
.rounded button.dos_blanco {
	background-color: rgb(139, 75, 106);
}
.rounded button.tres_blanco {
	background-color: rgb(139, 73, 105)
}
.rounded button.cuatro_blanco {
	background-color: rgb(139, 74, 106)
}
.rounded button.cinco_blanco {
	background-color: rgb(134, 77, 106);
}
.rounded input[type="text"]:focus,
.rounded input[type="password"]:focus {
	font-size: 1.5em;
	padding-top: 11px;
}
.rounded input[type="text"]:hover,
.rounded input[type="password"]:hover {
	font-size: 1.5em;
	padding-top: 11px;
	text-shadow: 0 0 0 #fff;
}
.rounded button:hover,
.rounded button:focus {
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 rgba(255, 255, 255, 0.8);
	margin-top: 5px;
	margin-bottom: 5px;
	/*color: rgba(83, 36, 51, 1);*/
	/*text-shadow: 0 0 0 #fff;*/
	text-shadow: 0 0 0 #fff;
	color: #834066;
	border: 1px solid #7D3D66;
	background-color: #eee;
}
.inside {
	position: relative;
	display: inline-block;
	font-size: 25px;
	color: #ccc;
	z-index: -1;
}
.center {
	text-align: center;
}
.waitimg {
	width: auto;
	height: auto;
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
	-webkit-animation: flip 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	animation: flip 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: rotateY(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotateY(0deg); /* IE 9 */
		transform: rotateY(0deg); /* Firefox 16+, IE 10+, Opera */
	}
	100% {
		-webkit-transform: rotateY(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotateY(360deg); /* IE 9 */
		transform: rotateY(360deg); /* Firefox 16+, IE 10+, Opera */
	}
}
@keyframes flip {
	0% {
		-webkit-transform: rotateY(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotateY(0deg); /* IE 9 */
		transform: rotateY(0deg); /* Firefox 16+, IE 10+, Opera */
	}
	100% {
		-webkit-transform: rotateY(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotateY(360deg); /* IE 9 */
		transform: rotateY(360deg); /* Firefox 16+, IE 10+, Opera */
	}
}
.middle {
	margin-top: 10%;
	height: 100%;
}
.middle h1,
.middle h3,
.middle h5 {
	color: rgba(0, 0, 0, 0.6);
}
.field select,
.field input,
.field button {
	box-sizing: border-box;
	background-color: #eee;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 5px;
	padding-left: 10px;
	padding-right: 10px;
	height: 35px;
	border-radius: 10px;
	border-style: none;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	outline: none;
}
.field > button {
	background-color: rgba(139, 67, 102, 1) !important;
	font-weight: bolder;
	outline: none;
}
.field > button:hover,
.field > button:focus {
	background-color: #eee !important;
	border: 2px solid rgb(175, 6, 6);
	color: rgba(6, 152, 175, 1);
}
.field select.full,
.field input.full,
.field button.full {
	width: 98% !important;
}
.field input:hover,
.field textarea:hover,
.field select:hover {
	/*background-color: rgba(139, 67, 102, 1);*/
	border: 2px solid #7D3D66;
	color: #7D3D66;
}
.field select:focus,
.field input:focus {
	/*background-color: rgba(139, 67, 102, 1);*/
	color: #7D3D66;
}
legend {
	text-align: center;
	color: #43191e;
	font-size: 1.5em;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-top: 10px;
	text-shadow: 2px 2px 4px #ccc;
}
textarea {
	border-radius: 25px;
	padding: 10px;
	width: 97%;
	background-color: #eee;
	border-style: none;
}
textarea::placeholder {
	color: #d3cccc;
}
div.half div.buttons {
	margin: 40% auto;
}
option {
	/*background: rgba(139, 67, 102, 1);*/
}
.fixedtop {
	text-align: center;
	position: fixed;
	right: 30px;
	top: 30px;
	z-index: 10;
}
.fixedtop h2 {
	color: #fff;
}

h2 small {
	color: #ccc;
}

#send {
	color: rgba(0, 40, 50, 1);
	text-shadow: 0px 0px 2px #ddd;
}
#send:hover {
	color: rgba(6, 152, 175, 1);
	text-shadow: none;
}
.errorbox {
	color: #883322;
	font-size: 25px;
	text-shadow: 2px 2px 3px #bbb;
	text-align: center;
	margin-left: -3%;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.floaticonr {
	position: relative;
	float: right !important;
	margin-right: 5px;
	margin-left: -5px;
}
.floaticonl {
	position: relative;
	float: left !important;
	margin-right: -5px;
	margin-left: 5px;
}
[contenteditable="true"] {
	cursor: pointer;
	transition: all 0.5s;
}
[contenteditable="true"]:active,
[contenteditable="true"]:focus {
	outline: none;
	cursor: text !important;
	background-color: rgba(6, 152, 175, 0.3);
	border: 1px solid white;
}
[contenteditable="true"]:hover,
[contenteditable="true"]:hover {
	outline: none;
	cursor: pointer;
}
.btn-action {
	cursor: pointer;
}
.btn-action:hover {
	color: #eee;
	/* text-shadow: 1px 1px 1px rgb(6, 152, 175);
	background-color: rgba(0, 140, 171, 0.5); */
}
.hidden {
	visibility: hidden;
	display: none;
	opacity: 0;
}
.visible {
	visibility: visible;
	opacity: 1;
	transition: visibility 2s linear;
}
.currency {
	text-align: right;
	padding-right: 10px;
}
.currency:before {
	float: left;
	padding-left: 10px;
	content: "$";
}
.label-right {
	text-align: right;
	padding-right: 10px;
}
.label-left {
	text-align: left;
	padding-left: 25px;
}
:required:invalid {
	border-left-color: rgba(100, 0, 0, 0.3);
	border-left-width: 5px;
	border-left-style: solid;
}
:required:valid {
	border-left-color: rgba(199, 137, 180, 0.3);
	border-left-width: 5px;
	border-left-style: solid;
}
.menu {
	border-top: 1px dotted #7D3D66;
	border-bottom: 1px dotted #7D3D66;
}
.menu legend {
	color: #7D3D66;
	/*text-shadow: none;*/
}
article {
	background-color: rgba(255, 255, 255, 0.9);
	overflow: auto;
	padding: 2.5%;
	border-radius: 25px;
	margin-bottom: 10px;
	box-shadow: 1px 3px 3px #fff;
	background-image: url("../img/whitey.png");
	text-align: center;
	width: 95%;
	min-height: 95%;
}
.decor {
	color: #fff;
	float: left;
	margin-top: 10px;
	margin-bottom: 5px;
}
.upload-widget {
	height: 100px;
	margin: auto;
	overflow: hidden;
	background-color: #eee;
	border-radius: 10px;
	text-align: center;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.uploadingbox {
	width: 400px;
	height: 25px;
	border-radius: 10px;
	background-color: transparent;
	font-size: 8pt;
	position: relative;
	text-align: center !important;
	top: 75px;
	left: -113px;
}
.uploading {
	background-color: #834066;
	position: relative;
	font-size: 40px;
	color: #eee;
	border-radius: 100px;
	border: 10px solid #834066;
	text-align: center;
	top: -10px;
	cursor: pointer;
}
.btn-control {
	border: none;
	border-radius: 25px;
	box-shadow: 0 3px 0px #fff;
	width: 180px;
	height: 35px;
	background-color: rgba(139, 67, 102, 1);
	color: #eee;
	/*text-shadow: 0 2px 3px #fff;*/
	font-family: "Varela Round";
	transition: all 0.2s linear;
	outline: none;
	cursor: pointer;
}

.btn-append {
	border: none;
	border-radius: 25px;
	box-shadow: 0 3px 0px #fff;
	width: 3rem;
	background-color: rgba(139, 67, 102, 1) !important;
	color: #eee;
	text-shadow: 0 2px 3px #fff;
	font-family: "Varela Round";
	transition: all 0.2s linear;
	outline: none;
	cursor: pointer;
}

.btn-disable {
	border: none;
	border-radius: 25px;
	width: 3rem;
	background-color: darkgray !important;
	color: #eee;
	text-shadow: 0 2px 3px #fff;
	font-family: "Varela Round";
	transition: all 0.2s linear;
	outline: none;
}

.btn-append:hover {
	border: 1px solid #834066;
	margin-top: 3px;
	box-shadow: 0 0 0 #eee;
	width: 3rem;
	background-color: rgba(255, 255, 255, 0.5) !important;
	color: rgba(139, 67, 102, 1);
	text-shadow: 0 2px 3px #aaa;
}

.btn-control:hover {
	border: 1px solid #834066;
	margin-top: 3px;
	margin-bottom: -3px;
	box-shadow: 0 0 0 #eee;
	width: 180px;
	height: 35px;
	background-color: rgba(255, 255, 255, 0.5);
	color: #834066;
	text-shadow: 0 2px 3px #aaa;
}
.uploaded {
	color: #834066;
	font-size: 70px;
	position: relative;
	top: -55px;
}
.requisitos {
	display: inline-block !important;
	margin: auto -5px auto -5px;
	clear: both;
}
.papel {
	display: inline-block !important;
	margin: 10px;
	background-color: #eee;
	padding: 10px;
	border-radius: 10px;
	width: 50px;
	height: 35px;
	vertical-align: text-bottom;
	text-align: center !important;
}
.overicon {
	position: absolute;
	left: 22px;
	top: 5px;
	font-size: 25pt;
	color: #834066;
}
.numerico {
	left: 11px;
	font-size: 20pt;
	font-weight: bold;
}
.date {
	font-size: 10px;
	line-height: 4em;
}
.papel > a {
	color: #000000;
}
.papel:hover {
	background-color: rgba(131, 64, 102, 1);
}
.papel:hover > a {
	color: #eee;
}
.papel:hover > a > .overicon {
	color: white;
}
.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {
	visibility: hidden;
	width: 150px;
	background-color: #834066;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 0.5s;
}
.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #834066 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}
.tooltip2 {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
}
.tooltip2 .tooltiptext2 {
	visibility: hidden;
	width: 150px;
	background-color: #fff;
	color: #000000;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	top: 125%;
	right: 50%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 0.5s;
	font-family: "Varela Round", sans-serif;
	text-align: left;
	box-shadow: 0 0 5px #fff;
}
.tooltip2 .tooltiptext2::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #834066 transparent transparent transparent;
}
.tooltip2:hover .tooltiptext2 {
	visibility: visible;
	opacity: 1;
}
.infopapeles {
	overflow: hidden !important;
}
.infopapeles p {
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
}
progress {
	width: 95%;
	height: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin-bottom: 10px;
}
progress[value]::-webkit-progress-bar {
	background-color: #eee;
	border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}
progress[value]::-webkit-progress-value {
	background-image: -webkit-linear-gradient(
			-45deg,
			transparent 33%,
			rgba(0, 0, 0, 0.1) 33%,
			rgba(0, 0, 0, 0.1) 66%,
			transparent 66%
		),
		-webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.25)),
		-webkit-linear-gradient(left, #333355, #834066);

	border-radius: 10px;
	background-size: 35px 20px, 100% 100%, 100% 100%;
}
td > form > .btn-action {
	height: 44px;
	width: 33%;
	border: none;
	color: black;
	margin-left: 0 !important;
	margin-right: 0 !important;
	white-space: nowrap;
	clear: both;
}
td > form > .btn-action:first-of-type {
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}
td > form > .btn-action:last-of-type {
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}
.palomita {
	background-color: rgba(46, 198, 3, 0.15);
}
.tache {
	background-color: rgba(188, 14, 3, 0.15);
}
.lapiz {
	background-color: rgba(6, 152, 175, 0.15);
}
.subir {
	background-color: rgba(81, 10, 198, 0.15);
}
.confirmar {
	background-color: rgba(188, 142, 3, 0.15);
}
.enviar {
	background-color: rgba(188, 92, 0, 0.15);
}
select.magic,
input.magic {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px dotted #834066;
	border-radius: 8px;
	text-align: inherit;
	background-color: transparent;
	font-family: inherit;
	font-weight: inherit;
	text-align-last: center;
}
@media print {
	html {
		display: none;
	}
}
.idioma {
	position: fixed;
	width: 50px;
	height: 200px;
	background-color: rgba(225, 103, 100, 1);
	top: 140px;
	border-radius: 20px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	box-shadow: 2px 2px 2px #fff;
	text-align-last: center;
	transition: 0.2s all;
}
.idioma select {
	transform: rotate(-90deg);
	position: relative;
	top: 90px;
	left: -55px;
	background-color: transparent;
	border: none;
	color: #eee;
	text-shadow: -1px 2px 2px black;
}
.idioma option {
	background-color: #eee;
	color: black;
}
.ayudita {
	position: relative;
	float: right !important;
	margin-right: 20px;
	margin-left: -20px;
}
.letter {
	position: fixed;
	width: 50px;
	height: 200px;
	background-color: rgba(125, 61, 102, 0.8);
	top: 350px;
	border-radius: 20px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	box-shadow: 2px 2px 2px #fff;
	text-align-last: center;
	transition: 0.2s all;
}
.letter button {
	transform: rotate(-90deg);
	position: relative;
	width: 150px;
	top: 90px;
	left: -55px;
	background-color: transparent;
	border: none;
	color: #eee;
	text-shadow: -1px 2px 2px black;
	font-family: "Varela Round", sans-serif;
}
.idioma:hover,
.letter:hover {
	background-color: rgb(63, 24, 30);
}
@media screen and (max-height: 400px) {
	.idioma {
		top: 0;
		height: 50%;
	}
	.letter {
		top: 50%;
		height: 50%;
	}
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
	background-color: #eeeeee;
	margin: 15% auto; /* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 100%; /* Could be more or less, depending on screen size */
	border-radius: 25px;
	top: 10%;
}

/* The Close Button */
.close {
	color: #eee;
	font-size: 28px;
	font-weight: bold;
	float: right;
	text-align: right;
	padding-right: 12px;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
/* Modal Header */
.modal-header {
	padding: 2px 16px;
	background-color: #834066;
	color: white;
	border-top-left-radius: 22px;
	border-top-right-radius: 22px;
	min-height: 50px;
}

/* Modal Body */
.modal-body {
	padding: 2px 16px;
}

/* Modal Footer */
.modal-footer {
	padding: 2px 16px;
	background-color: #834066;
	color: white;
	border-bottom-left-radius: 22px;
	border-bottom-right-radius: 22px;
	min-height: 50px;
	text-align: center;
}

/* Modal Content */
.modal-content {
	position: relative;
	background-color: #eeeeee;
	background-image: url("../img/whitey.png");
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 80%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
}
.modal-btn {
	width: 200px;
	height: 40px;
	margin: 5px auto;
	background: #532433;
	border-radius: 25px;
	font-family: "Varela Round", sans-serif;
	border: none;
	box-shadow: 0 3px 0;
	transition: all 0.3s;
}
.modal-btn:hover {
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 0 rgba(255, 255, 255, 0.8);
	margin-top: 5px;
	margin-bottom: 5px;
	color: #7D3D66;
	text-shadow: 0 0 0 #fff;
	font-weight: bold;
}
/* Add Animation */
@-webkit-keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}
	to {
		top: 0;
		opacity: 1;
	}
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}
	to {
		top: 0;
		opacity: 1;
	}
}

.range-slider {
	width: 100%;
}

.range-slider__range {
	-webkit-appearance: none;
	width: calc(100% - (73px));
	height: 10px;
	border-radius: 5px;
	background: #d7dcdf;
	outline: none;
	padding: 0;
	margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #834066;
	cursor: pointer;
	-webkit-transition: background 0.15s ease-in-out;
	transition: background 0.15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
	background: #eee;
}
.range-slider__range:active::-webkit-slider-thumb {
	background: #eee;
}
.range-slider__range::-moz-range-thumb {
	width: 20px;
	height: 20px;
	border: 0;
	border-radius: 50%;
	background: #2c3e50;
	cursor: pointer;
	-webkit-transition: background 0.15s ease-in-out;
	transition: background 0.15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
	background: #eee;
}
.range-slider__range:active::-moz-range-thumb {
	background: #eee;
}

.range-slider__value {
	display: inline-block;
	position: relative;
	width: 60px;
	color: #fff;
	line-height: 20px;
	text-align: center;
	border-radius: 3px;
	background: #834066;
	padding: 5px 10px;
	margin-right: 8px;
	margin-top: 3px;
	float: left;
}
.range-slider__value:after {
	position: absolute;
	top: -7px;
	right: 32px;
	width: 0;
	height: 0;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #834066;
	content: "";
}

::-moz-range-track {
	background: #d7dcdf;
	border: 0;
}
input::-moz-focus-inner,
input::-moz-focus-outer {
	border: 0;
}
.btnesconder {
	position: fixed;
	float: left;
	top: 0;
	width: 100px;
	height: 40px;
	border-bottom-left-radius: 25px;
	transition: all 0.5s;
	color: #eee;
	background-color: #532433;
	border: 0;
	box-shadow: 0 3px 0;
	font-family: "Varela Round", sans-serif;
	outline: none;
}
.btnmostrar {
	position: fixed;
	float: left;
	top: 0;
	right: 0;
	width: 100px;
	height: 40px;
	border-bottom-left-radius: 25px;
	transition: all 0.5s;
	color: #eee;
	background-color: #532433;
	border: 0;
	box-shadow: 0 3px 0;
	font-family: "Varela Round", sans-serif;
	outline: none;
}
.btnesconder:hover,
.btnmostrar:hover {
	background-color: #eee;
	color: #834066;
}
.escondido {
	width: 0 !important;
	visibility: hidden;
	transition: all 0.25s;
}
.expandido {
	width: 100% !important;
}
.icon-sort:hover,
.vinculo,
.vinculo:visited {
	color: #834066;
	cursor: pointer;
}
.mediacol {
	width: 48%;
	display: inline-block;
}

.col6 {
	width: 48%;
	display: inline-grid;
}

.col6 > input {
	width: 100% !important;
	display: grid !important;
}

@media screen and (max-width: 800px) {
	.mediacol {
		width: 100%;
		display: block;
	}
}
.support {
	color: #eee;
	font-family: "Varela Round", sans-serif;
	border-radius: 20px;
	height: 40px;
	border: 0;
	padding-left: 20px;
	padding-right: 20px;
	background-color: rgba(0, 0, 0, 0.2);
	cursor: pointer;
	transition: all 0.2s;
	box-shadow: 0 3px 0 #eee;
	outline: none;
}
.support:hover {
	color: #834066;
	border: 1px solid #7D3D66;
	background-color: #eee;
}
.tag-boxes input + .tag-box {
	border-radius: 10px;
	padding: 7px 5px;
	margin: auto 2px;
	cursor: pointer;
	border: 1px solid #834066;
	transition: 0.2s all;
	text-decoration: line-through;
}
.tag-boxes input:hover + .tag-box {
	background-color: #eee;
	border-color: rgba(6, 152, 175, 0.7);
}
.tag-boxes input:checked + .tag-box {
	background-color: rgba(139, 67, 102, 1);
	border: 1px solid transparent;
	text-decoration: none;
}
.tag-boxes input:checked:hover + .tag-box {
	background-color: rgba(6, 152, 175, 1);
	border-color: rgba(6, 152, 175, 0.7);
}
.tag-boxes #buscatodo:hover,
.tag-boxes #buscatodo:focus {
	background-color: #eee;
	border-color: rgba(6, 152, 175, 0.7);
	color: black;
}
.tag-boxes ::selection {
	background: transparent;
}
