@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900");
@import url("font-awesome.min.css");
@font-face {
    font-family: "NombreFont";
    src: url(font/sf-san-francisco-ui-text-regular-597.ttf) format("truetype");
}




/* Reset */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, hgroup, menu, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
				
		}


	article, aside, details, figcaption, figure, footer, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 10px;
	}

	ol, ul {
		list-style: none;
		
		
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}



/* Loader */

	@-moz-keyframes spinner-show {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-webkit-keyframes spinner-show {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-ms-keyframes spinner-show {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@keyframes spinner-show {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-moz-keyframes spinner-hide {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		99% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		100% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: -1;
		}
	}

	@-webkit-keyframes spinner-hide {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		99% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		100% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: -1;
		}
	}

	@-ms-keyframes spinner-hide {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		99% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		100% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: -1;
		}
	}

	@keyframes spinner-hide {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		99% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		100% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: -1;
		}
	}

	@-moz-keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}

	@-webkit-keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}

	@-ms-keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}

	@keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}

	body {
		text-decoration: none;
	}

		body:before {
			-moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			-webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			-ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			-moz-transform-origin: 50% 50%;
			-webkit-transform-origin: 50% 50%;
			-ms-transform-origin: 50% 50%;
			transform-origin: 50% 50%;
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
			color: #e5e6e7;
			content: '\f1ce';
			cursor: default;
			display: block;
			font-size: 2em;
			height: 2em;
			left: 50%;
			line-height: 2em;
			margin: -1em 0 0 -1em;
			opacity: 0;
			position: fixed;
			text-align: center;
			top: 50%;
			width: 2em;
			z-index: -1;
		}

		body:after {
			-moz-animation: overlay-hide 1.5s ease-in forwards !important;
			-webkit-animation: overlay-hide 1.5s ease-in forwards !important;
			-ms-animation: overlay-hide 1.5s ease-in forwards !important;
			animation: overlay-hide 1.5s ease-in forwards !important;
			background: #ffffff;
			content: '';
			display: block;
			height: 100%;
			left: 0;
			opacity: 0;
			position: fixed;
			top: 0;
			width: 100%;
			z-index: -1;
		}

		body.is-loading:before {
			-moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			-webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			-ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			z-index: 100001;
		}

		body.is-loading:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			opacity: 1;
			z-index: 100000;
		}

	@media (-webkit-min-device-pixel-ratio: 2) {

		body:before {
			line-height: 2.025em;
		}

	}

/* Type */

	

		@media screen and (max-width: 1920px) {


		}

		@media screen and (max-width: 1680px) {


		}

		@media screen and (max-width: 1280px) {

			
		}

		@media screen and (max-width: 1000px) {

			

		}

		@media screen and (max-width: 736px) {

			
		}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 900;
		color: inherit;
		letter-spacing: -0.0325em;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h2 {
		font-size: 1.5em;
		line-height: 1.25em;
		font-family: "NombreFont";
		}

	.contactu{
		font-size: 1em;
		line-height: .5em;
		font-family: "NombreFont";
	
}
	
	
	h3 {
		font-size: 1em;
		line-height: 1.25em;
		font-family: "NombreFont";
		color:#333;
	}

	@media screen and (max-width: 736px) {

		h2 {
			font-size: 1.5em;
		}
		
		h3 {
			font-size: .8em;
			
		}

	}

	strong, b {
		font-weight: 900;
		color: inherit;
	}

	em, i {
		font-style: italic;
	}

	a {
		-moz-transition: color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out;
		color: #50b8e0;
		text-decoration:none;   
	}
	
	a:hover{
		color: #777777;
		text-decoration:none;   
	}
	

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}


	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	hr {
		border: 0;
		border-top: solid 1px #e5e6e7;
	}

	blockquote {
		border-left: solid 0.5em #e5e6e7;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

	p, ul, ol, dl, table {
		margin-bottom: 1em;
	}
	
	
	


/* Box */

	.box {
		background: rgba(255, 255, 255, 0.8);
		color: #000000;
		padding: 2em;
				
	}
	.box2 {
		background:#999;
		color: #666;
		padding: 2em;
		
	}

		.box > :last-child {
			margin-bottom: 0;
		}

		.box.style2 {
			padding: 5em 8em 5em 8em;
		}

		@media screen and (max-width: 736px) {

			.box {
				padding: 1em;
			}

				.box.style2 {
					padding: 1.5em 1.25em 1.5em 1.25em;
					background-color: rgba(255, 255, 255, 0.9);
				}

		}

/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	.button,
	button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
		background-color: #50b8e0;
		border: 0;
		border-radius: 3.5em;
		color: #ffffff;
		cursor: pointer;
		display: inline-block;
		height: 3.5em;
		line-height: 3.5em;
		outline: 0;
		padding: 0 2em 0 2em;
		position: relative;
		text-align: center;
		text-decoration: none;
	}

		input[type="button"].down,
		input[type="submit"].down,
		input[type="reset"].down,
		.button.down,
		button.down {
			width: 5em;
			height: 5em;
			line-height: 4.5em;
			padding: 0;
			background-image: url("images/dark-arrow.svg");
			background-position: center center;
			background-repeat: no-repeat;
			text-indent: -10em;
			overflow: hidden;
		}

			input[type="button"].down.anchored,
			input[type="submit"].down.anchored,
			input[type="reset"].down.anchored,
			.button.down.anchored,
			button.down.anchored {
				bottom: 0;
				border-bottom: 0;
				border-radius: 3em 3em 0 0;
				height: 4.5em;
				margin-left: -2.5em;
			}

		input[type="button"].anchored,
		input[type="submit"].anchored,
		input[type="reset"].anchored,
		.button.anchored,
		button.anchored {
			position: absolute;
			left: 50%;
		}

		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		.button:hover,
		button:hover {
			background-color: #a8cea4;
		}

		input[type="button"]:active,
		input[type="submit"]:active,
		input[type="reset"]:active,
		.button:active,
		button:active {
			background-color: #88bc82;
		}

		input[type="button"].style2,
		input[type="submit"].style2,
		input[type="reset"].style2,
		.button.style2,
		button.style2 {
			background-color: transparent;
			border: solid 2px #e5e6e7;
			color: inherit;
		}

			input[type="button"].style2:hover,
			input[type="submit"].style2:hover,
			input[type="reset"].style2:hover,
			.button.style2:hover,
			button.style2:hover {
				background-color: rgba(229, 230, 231, 0.25);
			}

			input[type="button"].style2:active,
			input[type="submit"].style2:active,
			input[type="reset"].style2:active,
			.button.style2:active,
			button.style2:active {
				background-color: rgba(229, 230, 231, 0.375);
			}

			input[type="button"].style2.down,
			input[type="submit"].style2.down,
			input[type="reset"].style2.down,
			.button.style2.down,
			button.style2.down {
				background-image: url("images/arrow.svg");
			}

/* Form */

	form {
		margin: 0 0 2em 0;
		
		
	}

		form .field {
			margin: 0 0 1.6em 0;
			font-size: 1em;
			
		}

			form .field.half {
				width: 50%;
				float: left;
				padding: 1em 0 1em 0.75em ;
				font-size: 1em;
			}

				form .field.half.first {
					padding: 1em 0.75em 1em 0 ;
					font-size: 1em;
				}

		form > .actions {
			margin: 1.5em 0 0 0 !important;
            
		}

		@media screen and (max-width: 736px) {

			form .field {
				margin: 0 0 1em 0;
			}

				form .field.half {
					padding: 0 0 0 0.5em;
				}

					form .field.half.first {
						padding: 0 0.5em 0 0;
					}

			form > .actions {
				margin: 1em 0 0 0 !important;
			}

		}

		@media screen and (max-width: 480px) {

			form .field.half {
				width: 100%;
				float: none;
				padding: 0;
			}

				form .field.half.first {
					padding: 0;
				}

		}

	label {
		display: block;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		color: #39454b;
		display: block;
		width: 100%;
		padding: 0.65em 0.75em;
		background: none;
		border: solid 2px #e5e6e7;
		color: inherit;
		border-radius: 0.5em;
		outline: none;
		font-size: 1.1em;
	}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		input[type="search"]:focus,
		input[type="url"]:focus,
		select:focus,
		textarea:focus {
			border-color: #9ac8e9;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select {
		line-height: 1.35em;
	}

	textarea {
		min-height: 8em;
	}

	::-moz-focus-inner {
		border: 0;
	}

	::-webkit-input-placeholder {
		opacity: 0.375;
	}

	:-moz-placeholder {
		opacity: 0.375;
	}

	::-moz-placeholder {
		opacity: 0.375;
	}

	:-ms-input-placeholder {
		opacity: 0.375;
	}

	.formerize-placeholder {
		opacity: 0.375;
	}

/* Icon */

	.icon {
		text-decoration: none;
	}

	.icon:before {
			display: inline-block;
			font-family: FontAwesome;
			font-size: 1.25em;
			text-decoration: none;
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
		}

	.icon > .label {
			display: none;
		}


/* List */

	ul.default {
		list-style: disc;
		padding-left: 1em;
	}

		ul.default li {
			padding-left: 0.5em;
			
		}

	ul.icons {
		cursor: default;
	}

		 ul.icons li {
			display: inline-block;
			
		}

		ul.icons a {
			display: inline-block;
			width: 2em;
			height: 2em;
			line-height: 2em;
			text-align: center;
			border: 0;
		}

	ul.menu {
		cursor: default;
	}

		ul.menu li {
			display: inline-block;
			line-height: 1em;
			border-left: solid 1px #e5e6e7;
			padding: 0 0 0 0.5em;
			margin: 0 0 0 0.5em;
		}

			ul.menu li:first-child {
				border-left: 0;
				padding-left: 0;
				margin-left: 0;
			}

	ul.actions {
		cursor: default;
	}

		ul.actions li {
			display: inline-block;
			margin: 0 0 0 0.5em;
		}

			ul.actions li:first-child {
				margin-left: 0;
			}

	ol.default {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol.default li {
			padding-left: 0.25em;
		}


/* Poptrox */

	.poptrox-popup {
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		-ms-box-sizing: content-box;
		box-sizing: content-box;
		background: #fff;
		padding-bottom: 3em;
		box-shadow: 0 0.1em 0.15em 0 rgba(0, 0, 0, 0.15);
	}

		.poptrox-popup .loader {
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -1em 0 0 -1em;
			width: 2em;
			height: 2em;
			display: block;
			font-size: 2em;
		}

			.poptrox-popup .loader:before {
				-moz-animation: spinner-rotate 0.75s infinite linear !important;
				-webkit-animation: spinner-rotate 0.75s infinite linear !important;
				-ms-animation: spinner-rotate 0.75s infinite linear !important;
				animation: spinner-rotate 0.75s infinite linear !important;
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
				color: #e5e6e7;
				content: '\f1ce';
				cursor: default;
				display: block;
				height: 2em;
				left: 0;
				line-height: 2em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 2em;
			}

		.poptrox-popup .caption {
			position: absolute;
			bottom: 0;
			left: 0;
			background: #ffffff;
			width: 100%;
			height: 3em;
			line-height: 2.8em;
			text-align: center;
			cursor: default;
			z-index: 1;
			font-size: 0.9em;
		}

		.poptrox-popup .nav-next,
		.poptrox-popup .nav-previous {
			-moz-transition: opacity 0.2s ease-in-out;
			-webkit-transition: opacity 0.2s ease-in-out;
			-ms-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
			position: absolute;
			top: 0;
			width: 50%;
			height: 100%;
			opacity: 0;
			cursor: pointer;
			background: rgba(0, 0, 0, 0.01);
			-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
		}

		.poptrox-popup .nav-next:before,
		.poptrox-popup .nav-previous:before {
			content: '';
			position: absolute;
			width: 96px;
			height: 64px;
			background: url("images/poptrox-nav.svg");
			top: calc(50% - 1.5em);
			margin: -32px 0 0 0;
		}

		.poptrox-popup:hover .nav-next,
		.poptrox-popup:hover .nav-previous {
			opacity: 0.5;
		}

		.poptrox-popup:hover .nav-next:hover,
		.poptrox-popup:hover .nav-previous:hover {
			opacity: 1.0;
		}

		.poptrox-popup .nav-previous:before {
			-moz-transform: scaleX(-1);
			-webkit-transform: scaleX(-1);
			-ms-transform: scaleX(-1);
			transform: scaleX(-1);
			-ms-filter: "FlipH";
			filter: FlipH;
		}

		.poptrox-popup .nav-next {
			right: 0;
		}

			.poptrox-popup .nav-next:before {
				right: 0;
			}

		.poptrox-popup .nav-previous {
			left: 0;
		}

			.poptrox-popup .nav-previous:before {
				left: 0;
			}

		.poptrox-popup .closer {
			-moz-transition: opacity 0.2s ease-in-out;
			-webkit-transition: opacity 0.2s ease-in-out;
			-ms-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
			position: absolute;
			top: 0;
			right: 0;
			width: 64px;
			height: 64px;
			text-indent: -9999px;
			z-index: 2;
			opacity: 0;
			-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
		}

			.poptrox-popup .closer:before {
				content: '';
				display: block;
				position: absolute;
				right: 16px;
				top: 16px;
				width: 40px;
				height: 40px;
				border-radius: 100%;
				box-shadow: inset 0 0 0 2px #fff;
				background: url("images/poptrox-closer.svg") center center;
				color: #ffffff !important;
			}

		.poptrox-popup:hover .closer {
			opacity: 0.5;
		}

			.poptrox-popup:hover .closer:hover {
				opacity: 1.0;
			}

		body.is-touch .poptrox-popup .nav-next,
		body.is-touch .poptrox-popup .nav-previous,
		body.is-touch .poptrox-popup .closer {
			opacity: 1.0 !important;
		}

		@media screen and (max-width: 736px) {

			.poptrox-popup .nav-next:before,
			.poptrox-popup .nav-previous:before {
				width: 48px;
				height: 32px;
				background-size: contain;
				margin: -16px 0 0 0;
			}

			.poptrox-popup .closer:before {
				right: 12px;
				top: 12px;
				width: 20px;
				height: 20px;
				box-shadow: inset 0 0 0 1px #fff;
				background-size: contain;
				opacity: 0.65;
			}

		}
		


/*Bullet*/


/* responsive sizing for phones and tablets */
@media screen and (max-width: 979px) {
	.mike {
		margin-top: 20%;
		margin-left: 10%;
	}
}

/* fade in */




@-webkit-keyframes fade {
	100% { opacity: 1; }
}

@-moz-keyframes fade {
	100% { opacity: 1; }
}

@-o-keyframes fade {
	100% { opacity: 1; }
}

@keyframes fade {
	100% { opacity: 1; }
}

/* Animate Background Image */
@-webkit-keyframes aitf {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

/* Main */
	.main2 {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		position: relative;
		margin: 0;
		overflow-x: hidden;
	}
	
	.main {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		position: relative;
		margin: 0;
		overflow-x: hidden;
	}

		.main > .content {
			width: 80%;
			max-width: calc(100% - 4em);
			margin: 0 auto;
			padding: 4em;
		}
		
		.main2 > .content2 {
   			 width: 100%;
    		/* max-width: calc(100% - 4em); */
    		margin: 0 auto;
    		padding: 2em 10em 2em 10em;
		}

		.main > .content > :last-child {
				margin-bottom: 0;
			}

		.main.fullscreen {
			min-height: 100%;
		}

		.main.style1 {
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			text-align: center;
			padding: 8em 0 1em 0;
		}

			.main.style1 h2 {
				font-size: 4.25em;
				line-height: 1em;
			}

			.main.style1 > .content {
				-moz-transition: opacity 1s ease;
				-webkit-transition: opacity 1s ease;
				-ms-transition: opacity 1s ease;
				transition: opacity 1s ease;
				-moz-transform: translateZ(0);
				-webkit-transform: translateZ(0);
				-ms-transform: translateZ(0);
				transform: translateZ(0);
				opacity: 1.0;
				margin: 0;
			}

			.main.style1.inactive > .content {
				opacity: 0;
			}

		.main.style2 {
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			padding: 1em 0 3em 0;
			overflow: hidden;
		}

			.main.style2 > .content {
				-moz-transition: -moz-transform 1s ease;
				-webkit-transition: -webkit-transform 1s ease;
				-ms-transition: -ms-transform 1s ease;
				transition: transform 1s ease;
				-moz-transform: translateZ(0);
				-webkit-transform: translateZ(0);
				-ms-transform: translateZ(0);
				transform: translateZ(0);
				position: relative;
				width: 55%;
				margin: 0;
			}

			.main.style2.left {
				-moz-justify-content: -moz-flex-start;
				-webkit-justify-content: -webkit-flex-start;
				-ms-justify-content: -ms-flex-start;
				justify-content: flex-start;
			}

			.main.style2.right {
				-moz-justify-content: -moz-flex-end;
				-webkit-justify-content: -webkit-flex-end;
				-ms-justify-content: -ms-flex-end;
				justify-content: flex-end;
			}

			.main.style2.inactive.left > .content {
				-moz-transform: translateX(-100%);
				-webkit-transform: translateX(-100%);
				-ms-transform: translateX(-100%);
				transform: translateX(-100%);
			}

			.main.style2.inactive.right > .content {
				-moz-transform: translateX(100%);
				-webkit-transform: translateX(100%);
				-ms-transform: translateX(100%);
				transform: translateX(100%);
			}

		.main.style3 {
			text-align: center;
			padding: 6em 0 6em 0;
		}

			.main.style3 .content > header {
				margin-bottom: 2em;
			}

			.main.style3.primary {
				background: #ffffff;
			}

			.main.style3.secondary {
				background: #f5f6f7;
			}

		.main.dark {
			color: #ffffff;
		}

			.main.dark a {
				/*color:#333;*/
			}

			.main.dark .button.style2 {
				border-color: #ffffff;
			}

				.main.dark .button.style2:hover {
					background-color: rgba(255, 255, 255, 0.125);
				}

				.main.dark .button.style2:active {
					background-color: rgba(255, 255, 255, 0.25);
				}

				.main.dark .button.style2.down {
					background-image: url("images/dark-arrow.svg");
				}

		body.is-touch .main {
			background-attachment: scroll !important;
		}

		@media screen and (max-width: 1920px) {

			.main.style2 .content {
				width: 85%;
			}

		}

		@media screen and (max-width: 1280px) {

			.main.style2 .content {
				width: 85%;
			}

		}

		@media screen and (max-width: 1000px) {

			.main.style2 .content {
				width: 80%;
			}

		}

		@media screen and (max-width: 736px) {

			.main.fullscreen {
				height: auto !important;
			}

			.main.style1 {
				padding: 1em 10px 1em 10px;
			}

				.main.style1 h2 {
					/*font-size: 3em;*/
				}

			.main.style2 {
				padding: 2em 10px 2em 10px;
			}

				.main.style2:before, .main.style2:after {
					display: none !important;
				}

				.main.style2 .button.anchored {
					display: none;
				}

				.main.style2 .content {
					width: 100%;
					max-width: 100%;
					text-align: center;
					-moz-transform: none;
					-webkit-transform: none;
					-ms-transform: none;
					transform: none;
				}

			.main.style3 {
				text-align: center;
				padding: 3em 10px 3em 10px;
			}

		}

	@media screen and (max-width: 600px) {
	
	.main > .content {
    width: 100%;
    max-width: calc(100% - 4em);
    margin: 0 auto;
    padding: 1em;
    	}

	.main.style1 h2 {
    font-size: 2em;
    padding-top: 0em;
		}
		
	.shadow {
    font-size: 15px;
		}

	}

/* Footer */


	#colorfooter{
		position: relative;
		display: block;
		width: 100%;
		background-color: #39454b;
		height: 5em;
			
}

	#footer {
		padding-top: 10px;
		margin: 0 auto;
		position: relative;
		display: block;
		height: 5em;
		line-height: 1.5em;
		background: #39454b;
		color: rgba(185, 186, 187, 0.5);
		overflow: hidden;
		font-size: .8em;
		text-align: center;
		width: 50%;
		font-family: "NombreFont";
	}

	

		#footer a {
			color: inherit;
		}

			#footer a:hover {
				color: #b9babb;
			}

		#footer ul.actions {
			position: absolute;
			left: 1em;
			top: 0.25em;
			height: 5em;
			line-height: 5em;
			margin: 0;
		}

			#footer ul.actions li {
				font-size: 1.25em;
				margin: 0;
			}

				#footer ul.actions li a {
					padding: 0.5em;
				}

		#footer ul.menu {
			/*position: absolute;*/
			right: 20em;
			top: 0;
			height: 5em;
			line-height: 5em;
			margin: 0;
			text-align: center;
		}

			#footer ul.menu li {
				border-left-color: rgba(185, 186, 187, 0.2);
				font-size: 0.7em;
                line-height: 1.4446;
			}

		@media screen and (max-width: 1000px) {

			#footer {
				height: auto;
				line-height: inherit;
				text-align: center;
				padding: 2em 1em 2em 1em;
			}

				#footer ul.actions {
					position: relative;
					left: 0;
					top: 0;
					height: auto;
					line-height: inherit;
					margin: 0 0 1em 0;
				}

				#footer ul.menu {
					position: relative;
					right: 0;
					top: 0;
					height: auto;
					line-height: inherit;
				}

		}

		@media screen and (max-width: 736px) {

			#footer ul.menu li {
				border-left: 0;
				padding: 1em 0 0 0;
				margin: 0;
				display: block;
			}

				#footer ul.menu li:first-child {
					padding-top: 0;
				}

				#footer ul.menu li a {
					line-height: 1.5em;
				}

		}


/*Titulos*/
/* Estilo Main*/
	
.text{
    font-size: 1em;
    color: #333333;
    text-align: justify;
    font-family: "NombreFont";
    line-height: 1.6em;
	padding-bottom: 15px;
	
	}

.text-bullet{
    font-size: 1em;
    color: #333333;
    text-align: justify;
    font-family: "NombreFont";
    line-height: 1.4em;
	padding-bottom:.5em;
	padding-left: 1.4em;
	}

.text-sub{
	font-size: 1.2em;
    color: #333333;
    text-align: justify;
    font-family: "NombreFont";
    line-height: 1.4em;
	padding-bottom: 15px;
	}

.text-medio{
	font-size: 2em;
    color: #50b8e0;
    text-align: center;
    font-family: "NombreFont";
    line-height: 1.4em;
	}
	
.text-titulo{
	font-size: 5em;
    color: #333333;
    text-align: center;
    font-family: "NombreFont";
	margin-bottom:0.5em;
	font-weight:bold;
	}

		
		
li{
	/*margin-bottom: 10px;*/
	}
	
.licon {
	font-size:14px;
}

.licon:before {
  content: "\f046"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
    
}
.lico {
 
 	 list-style:none;
	 
	
}
.licos {
 
 	 list-style:none;
	
}

.lico:before {
  content: "\f046"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;  /*same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color:#50b8e0;
  
    
}


i.fa fa-mobile{
	width:40px;
	padding-right:3em;	
	}
	
.info{
	color:#50b8e0;
	padding:20px;
	-moz-transition:color 0.2s ease-in-out;
    -webkit-transition:color 0.2s ease-in-out;
    -ms-transition:color 0.2s ease-in-out;
    transition:color 0.2s ease-in-out;
		}
		
.info:hover{
		color:#a8cea4;
		padding:20px;
		} 

atext {

  letter-spacing: .5em;
  padding: 1.5em 0em;
  position: relative;
  margin: 0 0 0 0;
}

atext sp {
  font: 900 2.3em "NombreFont", sans-serif;
  text-align:center;
  letter-spacing: 0;
  padding: .25em 0 .325em;
  text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
  background:url(images/dos.png) repeat-y;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color:transparent;
  -webkit-animation: aitf 120s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}


.col-md-1 {
    width: 100%;
	float:left;
	
	
}
.col-md-100 {
    width: 100%;
	float:left;
	padding:.5em 0em .5em 0em;	
}

.col-md-1000 {
    width: 50%;
	float:left;
	padding:0em 2em 0em 0em;	
}

.col-md-1001 {
    width: 50%;
	float:left;
	padding:0em 2em 0em 2em;	
}

.col-md-2000 {
    width: 40%;
	float:left;
	padding:0em 2em 0em 0em;	
}


.col-md-40 {
    width: 40%;
	float:left;
		
}

.col-md-50 {
    width: 50%;
	float:left;
		
}

.col-md-50-img {
    width: 50%;
	float:left;
	padding:0 1em 0 1em;
	
}

.col-md-50-right {
    width: 50%;
	float:right;
	padding:0 1em 0 1em;
	
}

.img-banner{
	width: 100%;
	background:url(../../images/banner-sample.png) no-repeat center center;
	background-size:cover;
	border-radius: 13px 13px 13px 13px;
	-moz-border-radius: 13px 13px 13px 13px;
	-webkit-border-radius: 13px 13px 13px 13px;
	border: 0px solid #000000;
	min-height:100%;
	-webkit-box-shadow: 10px 10px 35px -11px rgba(0,0,0,0.43);
	-moz-box-shadow: 10px 10px 35px -11px rgba(0,0,0,0.43);
	box-shadow: 10px 10px 35px -11px rgba(0,0,0,0.43);
}


.subtitle{
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing: normal;
}

.img-banners{
	width: 100%;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,ffffff+100;White+Gloss+%232 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
	min-height:100%;
	-webkit-box-shadow: 10px 10px 35px -11px rgba(0,0,0,0.43);
	-moz-box-shadow: 10px 10px 35px -11px rgba(0,0,0,0.43);
	box-shadow: 10px 10px 35px -11px rgba(0,0,0,0.43);
}



.inter-menu{
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 20px;

	
}
.inter-menu ul li{
	margin: 0 auto;
	
}

.iconos {
	display: block;
    width: 100px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}


.iconos-titulo{
	display:inline-block;
	width: 60px;
	margin-top: -10px;
	float: left;
	margin-right: 15px;
	 	
}

.icono-error {
	display: block;
    width: 400px;
	height: 400px;
    margin: 0 auto;
    text-align: center;
    
}
.inter-menu ul li a{
	width: 200px;
    height: 200px;
	margin: 20px 20px;
	padding: 30px;
	font-size: 1em;
	line-height: 22px;
		background: rgba(255,255,255,1);
		background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,0.86) 47%, rgba(237,237,237,0.7) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,0.86)), color-stop(100%, rgba(237,237,237,0.7)));
		background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,0.86) 47%, rgba(237,237,237,0.7) 100%);
		background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,0.86) 47%, rgba(237,237,237,0.7) 100%);
		background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,0.86) 47%, rgba(237,237,237,0.7) 100%);
		background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(246,246,246,0.86) 47%, rgba(237,237,237,0.7) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
	border: rgba(255,255,255,1.00) solid 2px;
	border-radius: 35px 35px 35px 35px;
	-moz-border-radius: 35px 35px 35px 35px;
	-webkit-border-radius: 25px 25px 25px 25px;35px 35px 35px 35px;
	color:rgba(100,100,100,1.00);
	-webkit-box-shadow: 10px 10px 15px -6px rgba(0,0,0,0.15);
	-moz-box-shadow: 10px 10px 15px -6px rgba(0,0,0,0.15);
	box-shadow: 10px 10px 15px -6px rgba(0,0,0,0.15);
	}

.inter-menu ul li a:hover{
	transition: .2s;
	background: rgba(170,170,170,.7);
	color: rgba(255,255,255,1.00);
	
}

.col-md-100-img {
    width: 100%;
	float:left;

}

.col-md-40-img {
    width: 40%;
	float:left;
	padding:0 1em 0 1em;
	
}


.col-md-50-img-p {
    width: 50%;
	float:left;
	padding:2em 1em 0 1em;
	
}

.col-md-60 {
    width: 60%;
	float:left;
		
}


.col-md-img2 {
    width: 100%;
    float: left;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
    -webkit-box-shadow: 10px 10px 57px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 10px 10px 57px 0px rgba(0,0,0,0.5);
    box-shadow: 10px 10px 57px 0px rgba(0,0,0,0.5);
}

.col-md-img-2 {
    width: 50%;
    float: left;
	margin:0px 30px 10px 0px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
    -webkit-box-shadow: 10px 10px 15px -5px rgba(0,0,0,0.46);
-moz-box-shadow: 10px 10px 15px -5px rgba(0,0,0,0.46);
box-shadow: 10px 10px 15px -5px rgba(0,0,0,0.46);
}

.col-md-buttoncontacto{
	width: 100%;
	float:left;
	padding:1em 0em 1em 0em;
	text-align:center;	
}

.back-bull{
	background-image:url(images/banks.png);
	background-position: left bottom;
	background-repeat:  no-repeat;
	background-size:cover;
	
}

.back-bull2{
	background-image:url(images/banks1.png);
	background-position: left bottom;
	background-repeat:  no-repeat;
	background-size:cover;
	
}

.back-bull-right{
	background-image:url(images/5-TripleEdgePoker.png);
	background-position:right bottom;
	background-repeat:  no-repeat;
	background-size: auto;
	
}

.imss {
    width: 227px;
    margin: 0 auto;
	-webkit-transition: filter 0.4s ease-in-out;
    -ms-transition: filter 0.4s ease-in-out;
    transition: filter 0.4s ease-in-out;
}

.imss:hover {
    width: 227px;
    margin: 0 auto;
	-webkit-filter: invert(100%);
filter: invert(100%);

	
}


.shadow{
	text-shadow: 1px 1px 25px #666666;
	text-align: center; 
	font-size: 24px; 
	line-height: 1.2em;
	}
	
.imgshadow{
	
	-webkit-box-shadow: 10px 10px 57px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 10px 10px 57px 0px rgba(0,0,0,0.5);
box-shadow: 10px 10px 57px 0px rgba(0,0,0,0.5);
	}
	
.disclamer{
    font-size: 11px;
    text-align: justify;
    line-height: 12px;
	font-family:"NombreFont"
	}

.foot{
	margin: 0 auto;
	width: 80%;
    font-size: 11px;
    text-align: justify;
    line-height: 12px;
	font-family:"NombreFont"
	}

@media screen and (max-width: 600px) {		
	.shadow {
    font-size: 15px;
		}
	
	.text-titulo {
	font-size: 2em;

	}

.text-medio {
    font-size: 1.2em;
    
	}

.text-sub {
    font-size: 1em;
    
	}

.col-md-50-img {
    width: 100%;
    float: none;
    padding: 0 0em 1em 0em;
	}

.col-md-50 {
    width: 100%;
    float: left;
	}

atext {
    letter-spacing: .1em;
    padding: 1.5em 0em;
    position: relative;
    margin: 0 0 0 0;
	}

atext sp {
    font-size: 1.5em;
    color: #333333;
    text-align: left;
    font-family: "NombreFont";
    margin-bottom: 0.5em;
    font-weight: bold;
	letter-spacing: 0;
    padding: .25em 0 .325em;
    text-shadow: 0 0 80px rgba(255, 255, 255, 1);
    background: none;
    -webkit-background-clip:none;
    background-clip: none;
    -webkit-text-fill-color:#999999;
	
    -webkit-animation: none;
    -webkit-transform: none;
    -webkit-backface-visibility:none;
	}

.col-md-40 {
    width: 100%;
    float: left;
	}

.col-md-img-2 {
    width: 100%;
    margin: 0px 30px 20px 0px;
	}

.col-md-60 {
    width: 100%;
    float: left;
	}
	
.col-md-2000 {
    width: 100%;
    padding: 0em 0em 1em 0em;
}

.col-md-1001 {
    width: 100%;
    padding: 0em 0em 2em 0em;
}
	
.col-md-40-img {
    width: 100%;
    
    padding: 0 1em 0 1em;
}
	
.col-md-1000 {
    width: 100%;
    padding: 0em 0em 2em 0em;
}
	
.col-md-50-img-p {
    width: 100%;
    padding: 0em 0em 0em 0em;
}

.text-bullet {
    font-size: .8em;
    text-align: left;
	}

.back-bull {
    background-image: none;

	}
	
.back-bull2 {
    background-image: none;

	}
	
.back-bull-right {
    background-image: none;
    
}

.col-md-50-right {
    width: 100%;
    padding: 0em 0em 1em 0em;
}

.contactu {
    font-size: .8em;
    line-height: 1.2em;
    }

.main2 > .content2 {
    padding: 2em 2em 2em 2em;
    }
	
.subtitle {
    
    font-size: .8em;
    padding: .5em 1.5em .5em 1em;
	text-align: center;
}

#footer ul {
	text-align: center;
	}

#colorfooter {
    position: relative;
    display: block;
    width: 100%;
    background-color: #39454b;
    height: 10em;
}


#footer {
    height: auto;
    line-height: 1.5em;
    text-align: center;
    padding: 2em 1em 2em 1em;
    font-size: .7em;
    width: 90%;
}
	
	.inter-menu ul li a {
    padding: 30px;
	text-align: center;
    font-size: .8em;
    line-height: 22px;
	margin: 0px 0px 0px 0px;
	}

.icono-error {
    display: block;
    width: 200px;
    height: 200px;

}
	
}

@media screen and (max-width: 736px) {


	
.text{
    font-size: .8em;
    color: #333333;
    text-align: justify;
    font-family: "NombreFont";
    line-height: 1.4em;
	}

}

.bcontact{

   -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background-color: #50b8e0;
    border: 0;
    border-radius: .5em;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    height: 3.5em;
    line-height: 3.5em;
    outline: 0;
    padding: 0 2em 0 2em;
    position: relative;
    text-align: center;
	font-family:"NombreFont";
    text-decoration: none;
	-webkit-box-shadow: 4px 4px 39px -18px rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 4px 39px -18px rgba(0,0,0,0.75);
	box-shadow: 4px 4px 39px -18px rgba(0,0,0,0.75);
	
	
	}

.bcontact:hover{

   -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid #999;
    border-radius: .5em;
    color:#50b8e0;
    cursor: pointer;
    display: inline-block;
    height: 3.5em;
    line-height: 3.5em;
    outline: 0;
    padding: 0 2em 0 2em;
    position: relative;
    text-align: center;
    text-decoration: none;
	-webkit-box-shadow: 4px 4px 39px -18px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 4px 39px -18px rgba(0,0,0,0.75);
box-shadow: 4px 4px 39px -18px rgba(0,0,0,0.75);

}

libs {
    opacity: 0;
	font-size:14px;
		
}

libs.b1 {
	-webkit-animation: fade 2s ease-in-out forwards;
	-webkit-animation-delay: 1s;
	-moz-animation: fade 2s ease-in-out forwards;
	-moz-animation-delay: 1s;
	-o-animation: fade 2s ease-in-out forwards;
	-o-animation-delay: 1s;
	animation: fade 2s ease-in-out forwards;
	animation-delay: 1s;
}

libs.b2 {
	-webkit-animation: fade 2s ease-in-out forwards;
	-webkit-animation-delay: 1.5s;
	-moz-animation: fade 2s ease-in-out forwards;
	-moz-animation-delay: 1.5s;
	-o-animation: fade 2s ease-in-out forwards;
	-o-animation-delay: 1.5s;
	animation: fade 2s ease-in-out forwards;
	animation-delay: 1.5s;
}

libs.b3 {
	-webkit-animation: fade 2s ease-in-out forwards;
	-webkit-animation-delay: 2s;
	-moz-animation: fade 2s ease-in-out forwards;
	-moz-animation-delay: 2s;
	-o-animation: fade 2s ease-in-out forwards;
	-o-animation-delay: 2s;
	animation: fade 2s ease-in-out forwards;
	animation-delay: 2s;
}

libs.b4 {
	-webkit-animation: fade 2s ease-in-out forwards;
	-webkit-animation-delay: 2.5s;
	-moz-animation: fade 2s ease-in-out forwards;
	-moz-animation-delay: 2.5s;
	-o-animation: fade 2s ease-in-out forwards;
	-o-animation-delay: 2.5s;
	animation: fade 2s ease-in-out forwards;
	animation-delay: 2.5s;
}

libs.b5 {
	-webkit-animation: fade 2s ease-in-out forwards;
	-webkit-animation-delay: 3s;
	-moz-animation: fade 2s ease-in-out forwards;
	-moz-animation-delay: 3s;
	-o-animation: fade 2s ease-in-out forwards;
	-o-animation-delay: 3s;
	animation: fade 2s ease-in-out forwards;
	animation-delay: 3s;
}

libs.b6 {
	-webkit-animation: fade 2s ease-in-out forwards;
	-webkit-animation-delay: 3.5s;
	-moz-animation: fade 2s ease-in-out forwards;
	-moz-animation-delay: 3.5s;
	-o-animation: fade 2s ease-in-out forwards;
	-o-animation-delay: 3.5s;
	animation: fade 2s ease-in-out forwards;
	animation-delay:3.5s;
}

libs.b7 {
	-webkit-animation: fade 2s ease-in-out forwards;
	-webkit-animation-delay: 4s;
	-moz-animation: fade 2s ease-in-out forwards;
	-moz-animation-delay: 4s;
	-o-animation: fade 2s ease-in-out forwards;
	-o-animation-delay: 4s;
	animation: fade 2s ease-in-out forwards;
	animation-delay: 4s;
}

libs.b8 {
	-webkit-animation: fade 2s ease-in-out forwards;
	-webkit-animation-delay: 4.5s;
	-moz-animation: fade 2s ease-in-out forwards;
	-moz-animation-delay: 4.5s;
	-o-animation: fade 2s ease-in-out forwards;
	-o-animation-delay: 4.5s;
	animation: fade 2s ease-in-out forwards;
	animation-delay: 4.5s;
}
libs.b9 {
	-webkit-animation: fade 2s ease-in-out forwards;
	-webkit-animation-delay: 5s;
	-moz-animation: fade 2s ease-in-out forwards;
	-moz-animation-delay: 5s;
	-o-animation: fade 2s ease-in-out forwards;
	-o-animation-delay: 5s;
	animation: fade 2s ease-in-out forwards;
	animation-delay: 5s;
}
libs.b10 {
	-webkit-animation: fade 2s ease-in-out forwards;
	-webkit-animation-delay: 5.5s;
	-moz-animation: fade 2s ease-in-out forwards;
	-moz-animation-delay: 5.5s;
	-o-animation: fade 2s ease-in-out forwards;
	-o-animation-delay: 5.5s;
	animation: fade 2s ease-in-out forwards;
	animation-delay: 5.5s;
}
libs.b11 {
	-webkit-animation: fade 2s ease-in-out forwards;
	-webkit-animation-delay: 6s;
	-moz-animation: fade 2s ease-in-out forwards;
	-moz-animation-delay: 6s;
	-o-animation: fade 2s ease-in-out forwards;
	-o-animation-delay: 6s;
	animation: fade 2s ease-in-out forwards;
	animation-delay: 6s;
}
libs.b12 {
	-webkit-animation: fade 2s ease-in-out forwards;
	-webkit-animation-delay: 6.5s;
	-moz-animation: fade 2s ease-in-out forwards;
	-moz-animation-delay: 6.5s;
	-o-animation: fade 2s ease-in-out forwards;
	-o-animation-delay: 6.5s;
	animation: fade 2s ease-in-out forwards;
	animation-delay: 6.5s;
}
libs.b13 {
	-webkit-animation: fade 2s ease-in-out forwards;
	-webkit-animation-delay: 7s;
	-moz-animation: fade 2s ease-in-out forwards;
	-moz-animation-delay: 7s;
	-o-animation: fade 2s ease-in-out forwards;
	-o-animation-delay: 7s;
	animation: fade 2s ease-in-out forwards;
	animation-delay: 7s;
}
libs.b14 {
	-webkit-animation: fade 2s ease-in-out forwards;
	-webkit-animation-delay: 7.5s;
	-moz-animation: fade 2s ease-in-out forwards;
	-moz-animation-delay: 7.5s;
	-o-animation: fade 2s ease-in-out forwards;
	-o-animation-delay: 7.5s;
	animation: fade 2s ease-in-out forwards;
	animation-delay: 7.5s;
}
libs.b15 {
	-webkit-animation: fade 2s ease-in-out forwards;
	-webkit-animation-delay: 8s;
	-moz-animation: fade 2s ease-in-out forwards;
	-moz-animation-delay: 8s;
	-o-animation: fade 2s ease-in-out forwards;
	-o-animation-delay: 8s;
	animation: fade 2s ease-in-out forwards;
	animation-delay: 8s;
}
libs.b16 {
	-webkit-animation: fade 2s ease-in-out forwards;
	-webkit-animation-delay: 8.5s;
	-moz-animation: fade 2s ease-in-out forwards;
	-moz-animation-delay: 8.5s;
	-o-animation: fade 2s ease-in-out forwards;
	-o-animation-delay: 8.5s;
	animation: fade 2s ease-in-out forwards;
	animation-delay: 8.5s;
}
libs.b17 {
	-webkit-animation: fade 2s ease-in-out forwards;
	-webkit-animation-delay: 9s;
	-moz-animation: fade 2s ease-in-out forwards;
	-moz-animation-delay: 9s;
	-o-animation: fade 2s ease-in-out forwards;
	-o-animation-delay: 9s;
	animation: fade 2s ease-in-out forwards;
	animation-delay: 9s;
}
libs.b18 {
	-webkit-animation: fade 2s ease-in-out forwards;
	-webkit-animation-delay: 9.5s;
	-moz-animation: fade 2s ease-in-out forwards;
	-moz-animation-delay: 9.5s;
	-o-animation: fade 2s ease-in-out forwards;
	-o-animation-delay: 9.5s;
	animation: fade 2s ease-in-out forwards;
	animation-delay: 9.5s;
}
libs.b19 {
	-webkit-animation: fade 2s ease-in-out forwards;
	-webkit-animation-delay: 10s;
	-moz-animation: fade 2s ease-in-out forwards;
	-moz-animation-delay: 10s;
	-o-animation: fade 2s ease-in-out forwards;
	-o-animation-delay: 10s;
	animation: fade 2s ease-in-out forwards;
	animation-delay: 10s;
}

   

/*animate CSS*/
.wpmain,
.wpcontenedor,
.wptitulo,
.wpsbuytitulo,
.wpsubtituloleft,
.wpsubtituloright,
.wpbtlbadding1,
.wpbtrbadding,
.wpbtlbadding,
.wpbulletabadding,
.wpbulletbbadding,
.wpbulletcbadding,
.wpbulletdbadding,
.wpbulletebadding,
.wpbulletfbadding,
.wpbtl,
.wpbtr,
.wpbtl2,
.wpbtr2,
.wpbtlbuy1,
.wpbtrbuy1,
.wpbtlbuy2,
.wpbtrbuy2,
.wpbtlbuy3,
.wpbtlbuy3,
.wpbulletabuy,
.wpbulletbbuy,
.wpbulletcbuy,
.wpbulletdbuy,
.wpbulletebuy,
.wpbulletfbuy,
.wpbulletgbuy,
.wpbullethbuy,
.wpbulletibuy,
.wpbulletglicensing
.wpbulletflicensing,
.wpbulletabuyleft,
.wpbulletbbuyleft,
.wpbulletcbuyleft,
.wpbulletdbuyleft,
.wpbulletebuyleft,
.wpbulletfbuyleft,
.wpbulletgbuyleft,
.wpbullethbuyleft,
.wpbulletibuyleft,
.wpbulletjbuyleft,
.wpbulletkbuyleft,
.wpbulleta,
.wpbulletb,
.wpbulletc,
.wpbulletd,
.wpbullete,
.wpbulletf,
.wpbulletg,
.wpbulleth,
.wpbulleti,
.wpbulletj,
.wpbulletk,
.wpbulletl,
.wpbulletm
{
	visibility: hidden
}

.bounce,
.bounceIn,
.bounceInDown,
.bounceInLeft,
.bounceInRight,
.bounceInUp,
.bounceInLeft,
.bounceInRight,
.fadeIn,
.fadeInDown,
.fadeInLeft,
.fadeInRight,
.fadeInUp,
.fadeInUp,
.fadeInUpBig,
.fadeInDown,
.fadeInUp,
.fadeInLeft,
.fadeInRight,
.bounceInDown,
.bounceInUp,
.pulse,
.zoomIn{
	visibility: visible
}


.delay-main-1s{
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.delay-contenedor-0.5s{
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
}

.delay-titulo-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.delay-sub-titulo-left-2s {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.delay-sub-titulo-right-2s {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.delay-sub-bullet-titulo-left{
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.delay-sub-bullet-titulo-right{
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}


.delay-bullet-a {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.delay-bullet-b {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.delay-bullet-c {
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
}

.delay-bullet-d {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.delay-bullet-e {
	-webkit-animation-delay: 3.5s;
	animation-delay: 3.5s;
}

.delay-bullet-f {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}

.delay-bullet-glicensing {
	-webkit-animation-delay: 4.5s;
	animation-delay: 4.5s;
}

.delay-bullet-flicensing {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}


.delay-bullet-g {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.delay-bullet-h {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.delay-bullet-i {
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
}

.delay-bullet-j {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}
.delay-bullet-k {
	-webkit-animation-delay: 3.5s;
	animation-delay: 3.5s;
}

.delay-bullet-l {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}

.delay-bullet-m {
	-webkit-animation-delay: 4.5s;
	animation-delay: 4.5s;
}

/**buy a bank/*/

.delay-bullet-g-buy {
	-webkit-animation-delay: 4.5s;
	animation-delay: 4.5s;
}

.delay-bullet-h-buy {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}
.delay-bullet-i-buy {
	-webkit-animation-delay: 5.5s;
	animation-delay: 5.5s;
}
.delay-bullet-j-buy {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.delay-bullet-k-buy {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.delay-bullet-l-buy {
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
}
.delay-bullet-m-buy {
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
}

.delay-bullet-n-buy {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}
.delay-bullet-o-buy {
	-webkit-animation-delay: 3.5s;
	animation-delay: 3.5s;
}

/*BANK BIDDING*/

/*animated CSS FIN*/

/* Intro */

	#intro {
		background: url("images/overlay.png"), url("../../images/intro.jpg");
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, bottom center;
		background-repeat: repeat, no-repeat;
	}

/* One 

	#one {
		background: url("images/overlay.png"), url("../../images/one.jpg");
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}*/

/* Two */

	#two {
		background: url("images/overlay.png"), url("../../images/two.jpg");
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}
/* Tres */

	#Licensing {
		background: url("images/overlay.png"), url("../../images/tres.jpg");
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}
	
/* Gaming */

	#gaming {
		background: url("images/overlay.png"), url("../../images/cuatro.jpg");
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}
	
	/* it */

	#it {
		background: url("images/overlay.png"), url("../../images/cinco.jpg");
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}
	
/* Sell */

	#sell {
		background: url("images/overlay.png"), url("../../images/seis.jpg");
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}
	
	/* Inter */

	#Inter {
		background: url("images/overlay.png"), url("../../images/ocho.jpg");
		background-color:#f2f2f2;
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}


	
/* Contact */

	#contact {
		overflow: hidden;
		padding-bottom: 0;
	}

		#contact .box {
			-moz-transition: -moz-transform 1s ease;
			-webkit-transition: -webkit-transform 1s ease;
			-ms-transition: -ms-transform 1s ease;
			transition: transform 1s ease;
			-moz-transform: translateY(0);
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
			position: relative;
			
		}

		#contact.inactive .box {
			-moz-transform: translateY(100%);
			-webkit-transform: translateY(100%);
			-ms-transform: translateY(100%);
			transform: translateY(100%);
		}

		@media screen and (max-width: 736px) {

			#contact .box {
				padding-bottom: 2em;
			}

		}

.fgh{
    width: 90%;
    height: 60vh;
    margin: 0 auto;
}
