/*-------------------------
	Simple reset
--------------------------*/


*{
	margin:0;
	padding:0;
}


/*-------------------------
	General Styles
--------------------------*/
.recuperar_txt{ color: #ff005a; position: relative; top: 100px; padding: 10px 20px; text-align: center; }

html{
	background: url("/assets/images/agency_bg5.jpg?v=1.0.0") no-repeat center center fixed;
	background-position-y: top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 

	width: 100vw;
	overflow: hidden;
}

body{
	font:14px/1.3 Helvetica,Arial,sans-serif;
	height: calc(100vh - 45px);
	padding-top: 100px;
	overflow: hidden;
}

@media (max-width: 720px) {
	body{
		padding-top: 10%;
	}
}

a, a:visited {
	text-decoration:none;
	outline:none;
	color:#54a6de;
}

a:hover{
	text-decoration:underline;
}

section, footer{
	display: block;
}


/*----------------------------
	Styling the forms
-----------------------------*/


#formContainer{
	width:288px;
	height:321px;
	margin:0 auto;
	position:relative;
	z-index:1;

	-moz-perspective: 800px;
	-webkit-perspective: 800px;
	perspective: 800px;
}

#formContainer form{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;

	/* Enabling 3d space for the transforms */
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;

	/* When the forms are flipped, they will be hidden */
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;

	/* Enabling a smooth animated transition */
	-moz-transition:0.8s;
	-webkit-transition:0.8s;
	transition:0.8s;

	/* Configure a keyframe animation for Firefox */
	-moz-animation: pulse 2s infinite;

	/* Configure it for Chrome and Safari */
	-webkit-animation: pulse 2s infinite;
}


/* Firefox Keyframe Animation */
@-moz-keyframes pulse{
	0%{		box-shadow:0 0 1px #c03437;}
	50%{	box-shadow:0 0 8px #c03437;}
	100%{	box-shadow:0 0 1px #c03437;}
}

/* Webkit keyframe animation */
@-webkit-keyframes pulse{
	0%{		box-shadow:0 0 1px #c03437;}
	50%{	box-shadow:0 0 10px #c03437;}
	100%{	box-shadow:0 0 1px #c03437;}
}

#login{
	background:url('/assets/images/login_form_bg.png?v=1.0.0') no-repeat;
	z-index:100;
}

#formContainer .logo-container > img {
	max-width: 180px;
	width: 100%;
	height: auto;
}

.logo-container {
	padding: 12px 32px 16px;
	text-align: center;
}

#restablish{
	background: rgba(255, 255, 255, 0.5);

	border-top: 10px solid;
	border-color: #ff005a;
	z-index:100;

	display: flex;
	align-items: center;
	flex-direction: column;
}

#restablish > input[type="password"] {
	background: #ff005a;
	position: relative;
	top: 0;
	left: 0;
	margin-top: 4px;
}

#restablish > .welcome_text {
	margin-left: 0;
	margin-top: 0;
}

#restablish > #loginPass {
	border-radius: 8px 8px 0 0;
}

#restablish > #loginPass2 {
	border-radius: 0 0 8px 8px;
}

#restablish > input[type="submit"] {
	background: #ce004f;
}

#recover{
	background:url('/assets/images/recover_form_bg.png?v=1.0.0') no-repeat;
	z-index:1;
	opacity:0;

	/* Rotating the recover password form by default */
	-moz-transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg);
	transform:rotateY(180deg);
}

#formContainer.flipped #login{

	opacity:0;

	/**
	 * Rotating the login form when the
	 * flipped class is added to the container
	 */

	-moz-transform:rotateY(-180deg);
	-webkit-transform:rotateY(-180deg);
	transform:rotateY(-180deg);
}

#formContainer.flipped #recover{

	opacity:1;

	/* Rotating the recover div into view */
	-moz-transform:rotateY(0deg);
	-webkit-transform:rotateY(0deg);
	transform:rotateY(0deg);
}


/*----------------------------
	Inputs, Buttons & Links
-----------------------------*/
.loginBtn{
	background:url("/assets/images/login.png") no-repeat;
}

#login .flipLink,
#recover .flipLink{

	/* The blue ribbon links */

	height: 105px;
    overflow: hidden;
    position: absolute;
    left: 90px;
    /*text-indent: -9999px;*/
    top: 210px;
    width: 65px;
}

#loginIMG {
	top: 210px;
	left: 148px;
	position: absolute;
	background: none;
	border: none;
}

#recover .flipLink{
	right:auto;
}

#login:after{
	/* The "Click here" tooltip */
	width:98px;
	height:16px;
	content:'';
	background:url('/assets/images/click_here.png') no-repeat;
	position:absolute;
	right:-120px;
	top:22px;
}

input[type=text],input[type=password]{
	/* The text fields */
	font: 20px 'Segoe UI',Arial,sans-serif;
	border: none;
	background:none;
	height: 36px;
	left: 26px;
	position: absolute;
	top: 130px;
	width: 234px;
	text-indent: 8px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	color:#FFFFFF;
	outline:none;
}

#loginPass{
	top: 170px;
}

#recoverEmail{
	top:170px;
}

input[type="submit"]{
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

input[type=submit]{

	/* Submit button */

	opacity:0.9;
	position:absolute;
	top:262px;
	left:25px;
	width: 239px;
	height:36px;
	cursor:pointer;
	border-radius:6px;
	box-shadow:0 1px 1px #888;
	border:none;
	color:#fff;
	font:14px/36px 'Segoe UI Light','Segoe UI',Arial,sans-serif;

	/* CSS3 Gradients */

	background-image: linear-gradient(bottom, rgb(122,122,123) 50%, rgb(129,134,143) 50%, rgb(154,155,156) 100%);
	background-image: -o-linear-gradient(bottom, rgb(122,122,123) 50%, rgb(129,134,143) 50%, rgb(154,155,156) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(122,122,123) 50%, rgb(129,134,143) 50%, rgb(154,155,156) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(122,122,123) 50%, rgb(129,134,143) 50%, rgb(154,155,156) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(122,122,123) 50%, rgb(129,134,143) 50%, rgb(154,155,156) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, rgb(122,122,123)),
		color-stop(0.5, rgb(129,134,143)),
		color-stop(1, rgb(154,155,156))
	);
}

input[type=submit]:hover{
	opacity:1;
}

input::-webkit-input-placeholder {
    color:#eee;
}


/*----------------------------
	The Footer
-----------------------------*/


footer{
	background-color: #9a9b9c;
	bottom: 0;
	box-shadow: 0 -1px 2px #9a9b9c;
	height: 45px;
	left: 0;
	padding-top: 10px;
	position: fixed;
	width: 100%;
	z-index: 100000;
}

footer h2{
	color: #ff005a;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	position: absolute;
	text-align: center;
	width: 100%;
}

footer h2 i{
	font-style:normal;
	color:#888;
}

footer a.tzine,a.tzine:visited{
	color: #999999;
	font-size: 12px;
	left: 50%;
	margin: 16px 0 0 110px;
	position: absolute;
	text-decoration: none;
	top: 0;
}

footer a i{
	color:#d0d3d4;
	font-style: normal;
}

footer a i b{
	color:#c92020;
	font-weight: normal;
}

.overlayNotify {
    background: #000000 none repeat scroll 0 0;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1031;
}

.notifyBox {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 6px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    left: 45%;
    margin-left: -125px;
    margin-top: -75px;
    min-height: 110px;
    padding: 20px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 25%;
    z-index: 1032;
}

.size13 {
    font-size: 13px;
}

.opensans {
    /*font-family: "Open Sans";*/
}

.welcome_text {
	color: #FFFFFF;
    font-family: "Open Sans";
    margin-left: 10%;
    margin-top: 130px;
    text-align: center;
    width: 80%;
}

.notifyConten {
    padding-bottom: 15px;
}

.btn-search4 {
    /* Submit button */

	opacity:0.9;
	cursor:pointer;
	border-radius:6px;
	box-shadow:0 1px 1px #888;
	border:none;
	color:#fff;
	padding: 0.5px 20px;
	font:14px/36px 'Segoe UI Light','Segoe UI',Arial,sans-serif;

	/* CSS3 Gradients */

	background-image: linear-gradient(bottom, rgb(192,52,55) 50%, rgb(199,59,64) 50%, rgb(218,79,83) 100%);
	background-image: -o-linear-gradient(bottom, rgb(192,52,55) 50%, rgb(199,59,64) 50%, rgb(218,79,83) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(192,52,55) 50%, rgb(199,59,64) 50%, rgb(218,79,83) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(192,52,55) 50%, rgb(199,59,64) 50%, rgb(218,79,83) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(192,52,55) 50%, rgb(199,59,64) 50%, rgb(218,79,83) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, rgb(192,52,55)),
		color-stop(0.5, rgb(199,59,64)),
		color-stop(1, rgb(218,79,83))
	);
}

.btn-search4:hover {
    opacity:1;
}

.none {
    display: none;
}

.registroMovil {
	margin-top: 30px;
	width: 100%;
	height: 300px;
	right: 0px;
	transition: 1s right;
	z-index: 100;
}

.registroMovil .tabMovil {
	box-shadow: -2px -1px 3px rgba(0,0,0,0.7);
	cursor:pointer;
	transform-origin: left top 0;
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0.5, rgb(255,0, 90)), color-stop(0.5, rgb(229, 4, 84)), color-stop(1, rgb(206, 0, 79)) );
	padding: 10px;
	width: 100px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 15px 15px 0px 0px;
	opacity: 0.9;
}

.registroMovil .formRegistro {
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	min-height: 100px;
	height: 100vh;
	padding-bottom: 180px;
	z-index: 3000;
}

.registro {
	position: fixed;
	margin-top: -421px;
	width: 500px;
	height: 300px;
	right: 0px;
	transition: 1s right;
	z-index: 100;
}

.registro .tab {
	box-shadow: -2px -1px 3px rgba(0,0,0,0.7);
	cursor:pointer;
	transform: rotate(270deg);
	transform-origin: left top 0;
	margin-top: 143px;
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0.5, rgb(255,0, 90)), color-stop(0.5, rgb(229, 4, 84)), color-stop(1, rgb(206, 0, 79)) );
	padding: 10px;
	width: 100px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 15px 15px 0px 0px;
	opacity: 0.9;
}

.registro .formRegistro {
	background-color: rgba(0,0,0,0.7);
	float: right;
	width: 100%;
	min-height: 100px;
	margin-right: -38px;
	margin-left: 20px;
	height: 100vh;
	margin-top: -180px;
	padding-bottom: 180px;
	z-index: 3000;
}

.registro #register, .registroMovil #register {
	margin-left: 50px;
	margin-right: 50px;
}

.registro .row, .registroMovil .row {
    margin-right: -15px;
    margin-left: -15px;
    max-height: 90%;
    overflow-y: auto;
    overflow-x: hidden;
}

.registro .col-md-12, .registroMovil .col-md-12 {
    width: 100%;
}

.registro .col-md-1, .registro  .registro .col-md-10, .registro .col-md-11, .registro .col-md-12, .registro .col-md-2, .registro .col-md-3, .registro .col-md-4, .registro .col-md-5, .registro .col-md-6, .registro  .col-md-7, .registro  .col-md-8, .registro  .col-md-9 {
    float: left;
}

.registro .signup-heading, .registroMovil .signup-heading {
    font-size: 20px;
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 25px;
    text-align: left;
}

.registro .input-field, .registroMovil .input-field {
    position: relative;
    margin-top: 0rem;
}

.registro .input-field input, .registroMovil .input-field input {
    color: #ffffff;
    position: unset !important;
}

.input-field .prefix ~ input, .input-field .prefix ~ textarea {
	margin-left: 2.5rem;
	width: 92%;
	/* width: calc(100% - 3rem); */
}

.registro input[type="text"], .registroMovil input[type="text"], 
.registro input[type="password"], .registroMovil input[type="password"],
.registro input[type="email"], .registroMovil input[type="email"],
.registro input[type="url"], .registroMovil input[type="url"], 
.registro input[type="date"], .registroMovil input[type="date"],
.registro input[type="tel"], .registroMovil input[type="tel"], 
.registro input[type="number"], .registroMovil input[type="number"],
.registro input[type="search"], .registroMovil input[type="search"], 
.registro textarea.materialize-textarea, .registroMovil textarea.materialize-textarea 
{
    background-color: transparent;
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    border-bottom: 1px solid #9e9e9e;
    outline: none;
    height: 2.5rem;
    width: 65%;
    font-size: 1rem;
    margin: 0 0 15px 0;
        margin-left: 0px;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.registro .div-btn-primary, .registroMovil .div-btn-primary {
	opacity: 0.9;
	width: 69%;
	height: 36px;
	cursor: pointer;
	border-radius: 6px;
	box-shadow: 0 1px 1px #888;
	border: none;
	color: #fff;
	font: 14px/36px 'Segoe UI Light','Segoe UI',Arial,sans-serif;
	font-weight: bold;
	text-align: center;
	background-image: linear-gradient(bottom, rgb(255,0, 90) 50%, rgb(229, 4, 84) 50%, rgb(206, 0, 79) 100%);
	background-image: -o-linear-gradient(bottom, rgb(255,0, 90) 50%, rgb(229, 4, 84) 50%, rgb(206, 0, 79) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(255,0, 90) 50%, rgb(229, 4, 84) 50%, rgb(206, 0, 79) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,0, 90) 50%, rgb(229, 4, 84) 50%, rgb(206, 0, 79) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(255,0, 90) 50%, rgb(229, 4, 84) 50%, rgb(206, 0, 79) 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.5, rgb(255,0, 90)), color-stop(0.5, rgb(229, 4, 84)), color-stop(1, rgb(206, 0, 79)) );
}

.registro .div-btn-primary:hover, .registroMovil .div-btn-primary:hover {
	background-image: linear-gradient(bottom, rgb(206, 0, 79) 50%, rgb(229, 4, 84) 50%, rgb(255,0, 90) 100%);
	background-image: -o-linear-gradient(bottom, rgb(206, 0, 79) 50%, rgb(229, 4, 84) 50%, rgb(255,0, 90) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(206, 0, 79) 50%, rgb(229, 4, 84) 50%, rgb(255,0, 90) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(206, 0, 79) 50%, rgb(229, 4, 84) 50%, rgb(255,0, 90) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(206, 0, 79) 50%, rgb(229, 4, 84) 50%, rgb(255,0, 90) 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.5, rgb(206, 0, 79)), color-stop(0.5, rgb(229, 4, 84)), color-stop(1, rgb(255,0, 90)) );
}

.registro .div-btn-primary a, .registroMovil .div-btn-primary a {
	color: #FFFFFF;
	text-decoration: none;
}

.registro .clearfix, .registroMovil .clearfix {
	clear: both;
}

.registro .input-field label, .registroMovil .input-field label {
    color: #ffffff;
}

.registro .ErrorLabel, .registroMovil .ErrorLabel {
	color: red !important;
	display:none;
}

.registro .Error, .registroMovil .Error {
	border-color: red !important;
}

.registro .Error::placeholder, .registroMovil .Error::placeholder {
	color: red !important;
	font-weight: bold;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

/*--------------------
	Media Queries
--------------------*/

@media (max-width: 568px) {
    body {
        padding-top: 2em;
    }
    .notifyBox {
        width: 68%;
    }
    .registro {
	    margin-top: -350px;
		right: -465px;
		width: 390px;
	}
    
}

@media (max-width: 320px) {
    .notifyBox {
        left: 52%;
    }
}

@media (min-width: 992px) {
	.col-md-3 {
		width: 25%;
	}
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
		float: left;
	}
}

@media (min-width: 768px) {
	.col-sm-6 {
		width: 50%;
	}
	
	.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
		float: left;
	}
}

.Registrar {
	/* CSS3 Gradients */

	background-image: linear-gradient(bottom, rgb(122,122,123) 50%, rgb(154,155,156) 100%);
	background-image: -o-linear-gradient(bottom, rgb(122,122,123) 50%, rgb(154,155,156) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(122,122,123) 50%, rgb(154,155,156) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(122,122,123) 50%, rgb(154,155,156) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(122,122,123) 50%, rgb(154,155,156) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, rgb(122,122,123)),
		color-stop(1, rgb(154,155,156))
	);
	border-radius: 5px;
	color: #FFFFFF;
	margin: auto;
	margin-top: 305px;
	padding: 10px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	width: 217px;
}