
/*

Template Name: App Landy
Author: MarkUps
Author URI: http://www.markups.io/
Description: App Landy - Single page App Landing HTML5 Template.
Version: 1.0
Tags: light, white, single page, multipurpose, one page, custom-colors, Bootstrap, responsive, html5, css3

*/


/* Table of Content
==================================================
#BASIC TYPOGRAPHY
#HEADER	
#MENU 
#FEATURES
#HOW IT WORKS
#PRICING TABLE  
#SCREENSHOT
#DOWNLOAD
#TESTIMONIAL
#PRICING TABLE
#TESTIMONIAL
#SUBSCRIBE
#CONTACT
#FOOTER
#ERROR PAGE
#RESPONSIVE STYLE
*/


/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/poppins/poppins-regular.ttf') format('truetype');
}

body,html{
  	overflow-x:hidden;  	
}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	overflow-x: hidden !important;
	color: #838282;
}

ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

a{ 
	text-decoration: none;
	color: #2f2f2f;  
}

a:focus{
	outline: none;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Cabin', sans-serif;
}

h2 {
	color: #fff;  
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	margin: 0;
	padding-bottom: 10px;  
}

img{
 border:none;
}

/* Preloader */

#preloader {
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#fff; /* change if the mask should have another color then white */
  z-index:99999; /* makes sure it stays on top */ 
}

#status {
  width:200px;
  height:200px;
  position:absolute;
  left:50%; /* centers the loading animation horizontally one the screen */
  top:50%; /* centers the loading animation vertically one the screen */
  background-image:url(../images/loader.gif); /* path to your loading animation */
  background-repeat:no-repeat;
  background-position:center;
  margin:-100px 0 0 -100px; /* is width and height divided by two */
}

/*--------------------*/
/* HEADER */
/*--------------------*/

#header{
	float: left;
	display: inline;
	width: 100%;
}


.header-inner{	
	display: inline;
	position: relative;
	float: left;	
	width: 100%;
}


.overlay{
	background-color: rgba(0, 0, 0, 0.6);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}


.header-content {
	float: left;
	width: 100%;
	height: 100%;
	text-align: center;
}


.header-top {
	display: inline;
	float: left;
	padding-top: 50px;
	width: 100%;
}


.logo-area{
	display: inline;
	float: left;
}


.logo {
  color: #fff;
  font-family: "Pacifico",cursive;
  font-size: 40px;
  font-weight: bold;
}


.logo:hover,
.logo:focus{
	text-decoration: none;
	outline: none;
	color: #fff;
}


.menu-area{
	display: inline;	
}


.main-wrap{
	position: relative;
}


.header-bottom {
	display: inline;
	float: left;
	margin-top: 70px;
	width: 100%;
}


.header-bottom-left {
	display: inline;
	float: left;
	padding-top: 60px;
	padding-right: 50px;
	text-align: left;
	width: 100%;
}

.carousel-inner img{
	width: 100%;
}


.header-bottom-left h1 {
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	line-height: 60px;
	text-transform: uppercase;
}


.header-bottom-left p {
	color: #fff;
	font-size: 16px;
	margin: 35px 0 0;
}


.download-btn{
	border-radius: 3px;
	color: #ffffff;
	display: block;
	float: left;
	font-size: 16px;
	height: 48px;
	line-height: 48px;
	margin-top: 30px;
	opacity: 0.8;
	text-align: center;
	width: 180px;
	-webkit-transition: all 0.5s ease 0s;;
	-o-transition: all 0.5s ease 0s;;
	transition: all 0.5s ease 0s;;
}


.download-btn:hover,
.download-btn:focus{
	text-decoration: none;
	outline: none;
	color: #fff;
	opacity: 1;
}


.header-bottom-right{
	display: inline;
	float: left;
	width: 100%;
}

.slide-m{
	display: none;
}
/*--------------------*/
/* MENU */
/*--------------------*/


#close {
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	height: 20px;
	position: absolute;
	right: 25px;
	text-align: center;
	top: 20px;
	width: 20px;
}




.main-nav {
	background-color: #E4A12B;
	position: fixed;
	padding-top: 50px;
	width: 260px;
	height: 100%;
	top: 0;
	right: -260px;
	z-index: 1000;
	/*estilo navegador*/
}


.main-nav ul li a {
	color: #FFFF;
	display: block;
	font-size: 16px;
	font-weight: 300;
	padding: 10px 35px;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}


.main-nav ul li > a > i {
  	padding-right: 10px;
}


	.main-nav a:hover,
	.main-nav a:focus {
		background: #152A50;
	}


	.main-nav a:active {
		background: #152A50;
		color:#fff !important;
	}


.main-nav.menu-open {
	right: 0px;
}


.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}


.main-nav,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}



.centered{
	float: left;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
/*--------------------*/
/* FEATURES */
/*--------------------*/


#features{
/*	background-color: #fff;
	display: inline;
	float: left;
	padding: 70px 0;
	width: 100%;*/
}


.title-area {
	display: inline;
	float: left;
	padding: 0 150px;  
	text-align: center;
	width: 100%;
}

.title-area-descarga {
    display: inline;
    /*float: left;*/
    padding: 0 150px;  
    text-align: center;
    width: 100%;
}

.title-area .title {
	border-bottom: 2px solid #ccc;
	color: #777;
	display: inline-block;
	font-size: 33px;
	font-weight: 700;
	padding-bottom: 20px;
	position: relative;
	text-transform: uppercase;
}


.title-area .title::before {
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 60px;
	width: 150px;
}


.title-area p{
	color: #777777;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.8;
	padding: 20px 0 10px;
}


.features-area{
	display: inline;
	float: left;
	margin-top: 20px;
	width: 100%;
}


.features-left {
	display: inline;
	float: left;  
	width: 100%;
}


.features-list li {
	float: left;
	padding: 16px 0;
	position: relative;
	margin-top: 16px;
	margin-bottom: 16px;
}


	.features-list li:hover .fa {
		color: #fff;
		background-color: #E4A12B;
	}


	.features-list li i {
		background-color: #E4A12B;
		border-radius: 50%;
		color: #fff;
		display: block;
		font-size: 40px;
		height: 80px;
		width: 80px;
		line-height: 93px;
		margin: 0px;
		position: absolute;
		text-align: center;
		top: 10px;
		transition: all 0.5s ease 0s;
		display: flex;
		justify-content: center;
		align-items: center;
	}

		.features-list li i:hover {
			background-color: #E4A12B !important;
		}

@media(max-width:1199px ) {
	.features-list li i {
		height: 76px;
		width: 76px;
	}
	}

@media(max-width:500px ) {
	.features-list li i {
		height: 16px;
		width: 16px;
	}
}

.features-list-left li i {
  	left: 0;
}


.features-list-left .features-content{
	padding-left: 100px;
}


.features-content{
	float: left;
	display: inline;
	width: 100%;
}


	.features-content h4 {
		font-size: 20px;
		text-transform: uppercase;
		font-family: 'Poppins';
		font-style: normal;
		font-weight: 700;
		color: #152A50 !important;
	}

		.features-content h4:hover {
			color: #152A50 !important;
		}

		.features-content p {
		font-size: 16px;
		font-family: 'Poppins';
		font-style: normal;
		font-weight: 400;
		color: #152A50;
	}


.feature-img {
	display: inline;
	padding: 0px;
	text-align: center;
	width: 100%;
}


	.features-right {
		display: inline;
		float: left;
		width: 100%;
	}


	.features-list-right li i {
		right: 0;
	}


	.features-list-right .features-content {
		padding-right: 100px;
	}

	.video-container {
		margin: 0 auto;
		display: inline-block;
		position: relative;
	}

	.col-section-header {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		text-align: center;
	}

	.m-t-b-40 {
		margin: 40px 0;
	}
	/*--------------------*/
	/* HOW IT WORKS */
	/*--------------------*/


	#howit-works {
		/*    background-attachment: fixed !important;
    background-image: url('../images/qpagofinalfondo.jpg');
    background-repeat: repeat;
    background-size: cover;
    color: #ffffff;
    padding: 40px 0;*/
	}


	.howit-works-area {
		display: inline;
		float: left;
		width: 100%;
	}


		.howit-works-area .title {
			color: #ffffff;
		}


		.howit-works-area .title-area p {
			color: #fff;
		}


	.howit-works-video {
		/*background: rgba(0, 0, 0, 0) url("../images/macbook-pro.png") no-repeat scroll center 100% / 100% auto;*/
		margin: 0;
		max-width: 700px;
		padding: 0px 0 20px;
		position: relative;
		z-index: 10;
	}


		.howit-works-video iframe {
			border: medium none;
			/*margin-bottom: 20px;*/
			margin-left: 360px;
			width: 428px;
		}


	/*--------------------*/
	/* PRICING TABLE */
	/*--------------------*/


	#pricing-table {
		display: inline;
		float: left;
		width: 100%;
		padding: 70px 0;
	}


	.pricing-table-content {
		display: inline;
		float: left;
		margin-top: 20px;
		width: 100%;
	}


	.single-plan {
		display: inline;
		float: left;
		width: 100%;
		background-color: #f0f0f0;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}


		.single-plan:hover {
			box-shadow: 0 2px 20px #ccc;
		}


	.feature-price .single-plan-head p > span {
		color: #fff;
	}


	.single-plan-head {
		background-color: #424242;
		display: inline;
		float: left;
		padding: 10px 5px;
		text-align: center;
		width: 100%;
	}


		.single-plan-head h5 {
			color: #fff;
			font-size: 30px;
			font-weight: bold;
			margin-bottom: 0;
			padding: 5px;
			text-transform: uppercase;
		}


		.single-plan-head p {
			color: #fff;
			font-size: 25px;
			font-weight: bold;
			line-height: 30px;
		}


			.single-plan-head p > span {
				font-weight: normal;
				font-size: 15px;
			}


	.single-plan-content {
		display: inline;
		float: left;
		width: 100%;
		padding: 0 15px;
	}


		.single-plan-content ul {
			text-align: center;
		}


			.single-plan-content ul li {
				border-bottom: 1px solid #fff;
				padding: 15px 10px;
			}


				.single-plan-content ul li.delete {
					text-decoration: line-through;
				}


				.single-plan-content ul li:last-child {
					border: none;
				}


	.single-plan-bottom {
		display: inline;
		float: left;
		padding: 15px 15px 30px;
		text-align: center;
		width: 100%;
	}


		.single-plan-bottom .signup-btn {
			border-radius: 3px;
			border: 1px none transparent;
			color: #fff;
			display: inline-block;
			font-size: 18px;
			opacity: 0.8;
			padding: 15px 50px;
			text-decoration: none;
			-webkit-transition: all 0.5s;
			-o-transition: all 0.5s;
			transition: all 0.5s;
		}


			.single-plan-bottom .signup-btn:hover {
				border-color: 1px solid #fff;
				opacity: 1;
			}


	.mbr-table {
		display: table;
		width: 100%;
	}

	.mbr-table-full {
		height: 100%;
		position: relative;
		width: 100%;
	}

	.mbr-table-cell {
		display: table-cell;
		float: none;
		padding-bottom: 0;
		padding-top: 0;
		position: relative;
		vertical-align: middle;
	}

	.mbr-table-md-up {
		width: 100%;
	}

		.mbr-table-md-up .mbr-table-cell {
			display: block;
		}

			.mbr-table-md-up .mbr-table-cell + .mbr-table-cell {
				padding-top: 40px;
			}

	.mbr-section-title {
		margin-top: 0;
	}

	/*--------------------*/
	/* SCREENSHOT */
	/*--------------------*/


	#screenshot {
	/*	background-color: #ddd;
		display: inline;
		float: left;
		padding: 70px 0;
		width: 100%;*/
	}


		#screenshot .title,
		#screenshot .title-area p {
			color: #777;
		}


	.screenshots-area {
		display: inline;
		float: left;
		margin-top: 20px;
		width: 100%;
	}


	.screenshots-slide {
		display: inline;
		float: left;
		width: 100%;
	}


		.screenshots-slide li {
			outline: none;
		}


			.screenshots-slide li a {
				border: 1px solid #fff;
				border-radius: 16px;
				display: block;
				float: left;
				position: relative;
				-webkit-transition: all 0.5s;
				-o-transition: all 0.5s;
				transition: all 0.5s;
				margin-right: 4px;
				margin-left: 4px;
			}


	.view-btn-area {
		display: none;
		background-color: rgba(0, 0, 0, 0.8);
		height: 100%;
		left: 0;
		position: absolute;
		text-align: center;
		top: 0;
		opacity: 0;
		width: 100%;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}


	.view-btn {
		color: #fff;
		font-size: 35px;
		margin-top: 215px;
	}


	.screenshots-slide li a:hover .view-btn-area {
		display: block;
		opacity: 1;
		border-radius:16px;
	}


		.screenshots-slide .slick-dots li button {
			background-color: #fff;
			border: 0 none;
			outline: none;
			padding: 5px;
			height: 20px;
			width: 20px;
			border-radius:50%;
		}


		.screenshots-slide .slick-dots li button::before {
			display: none;
		}


.screenshots-slide .slick-dots li.slick-active button {
	background-color: #E4A12B !important;
}

.slick-dots{
	margin-top:32px;
	position:relative;
}

.screenshots-slide .slick-dots {
	bottom: 0px;
}


	/*--------------------*/
	/* DOWNLOAD */
	/*--------------------*/


	#download-app {
		/*background-attachment: fixed !important;*/
		/*background-image: url("../images/download-bg.jpg");*/
		/*background-image: url('../images/qpagofinal.jpg');*/
		/*background-image: url('../images/qpagofinalfondo.jpg');*/
		/*background-image: url('../images/final.png');
		image-rendering: -webkit-optimize-contrast;
		background-repeat: repeat;
		background-size: cover;
		color: #ffffff;
		display: inline;
		float: left;
		width: 100%;*/
	}

	.download-overlay {
		/*background: rgba(15, 22, 30, 0.8) none repeat scroll 0 0;*/
		color: #ffffff;
		display: inline;
		float: left;
		padding: 90px 0;
		width: 100%;
	}


	#download-app .title,
	#download-app .title-area p {
		color: #fff;
	}


	.download-app-content {
		width: 100%;
		text-align: center;
		padding: 16px 0;
		background-color: #DEF6FF;
	}

		.download-app-content .contenedorTitulo {
			padding: 0px;
			margin: 0px;
			height: 48px;
		}

		.download-app-content .titulo {
			font-family: 'Poppins';
			font-style: normal;
			font-weight: 500;
			color: #152A50;
			padding: 0px;
			margin: 0px;
		}

.download-app-content-descarga {
	float: left;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}

	.download-app-content-descarga span {
		color: #152A50;
		font-size: 18px;
		font-weight: bold;
	}

	
	.download-app-content-btn {
	display: inline;
	float: right;
	width: 65%;
	text-align: center;
	margin: 10px;
}

	.single-download {
		border: 2px solid #152A50;
		border-radius: 8px;
		display: inline-block;
		height: 48px;
		padding: 4px 8px;
		width: contain;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		background-color: #DEF6FF;
	}



.single-download-descarga {
	border: 2px solid #ffffff;
	border-radius: 8px;
	display: inline-block;
	height: 48px;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-right: 8px;
	padding-left: 8px;
	transition: all 0.5s;
	background-color: #E4A12B;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 8px;
	margin-left: 8px;
}

	.single-download-descarga:hover {
		background-color: #142A4F;
		cursor: pointer;
	}

	.single-download-descarga:active {
		border-color: #ffffff;
		box-shadow: 0px 8px 12px 6px rgba(0, 0, 0, 0.15), 0px 4px 4px rgba(0, 0, 0, 0.3);
	}


	@media(max-width:992px ) {
		.single-download {
			width: 200px;
		}

		.single-download-descarga {
			width: 200px;
			margin-top: 16px;
		}
	}

	@media(max-width:500px ) {
		.single-download {
			width: 220px;
		}
	}

	.single-download:hover {
	background-color: #E4A12B;
}
.single-download-descarga:hover {
	background-color: #142A4F;
}

	.download-icon {
		display: inline;
		float: left;
		width: 35px;
		color: #fff;
	}

		.download-icon img {
			max-width: 32px;
		}


		.download-icon i {
			font-size: 40px;
			margin-top: 5px;
		}


	.download-content {
		display: inline;
		float: left;
		text-align: left;
		margin-left: 5px;
	}


		.download-content p {
			color: #f8f8f8;
			font-size: 15px;
			margin-bottom: 3px;
		}


		.download-content span {
			color: #152A50;
			font-size: 18px;
			font-weight: bold;
		}

.download-content-Descarga {
	display: inline;
	float: left;
	text-align: left;
	margin-left: 5px;
}


	.download-content-Descarga p {
		color: #f8f8f8;
		font-size: 15px;
		margin-bottom: 3px;
	}


	.download-content-Descarga span {
		color: #ffffff;
		font-size: 18px;
		font-weight: bold;
	}


	/*--------------------*/
	/* TESTIMONIAL */
	/*--------------------*/


	#testimonial {
		/*background-color: #fff;
		display: inline;
		float: left;
		padding: 70px 0;
		width: 100%;*/
	}


	.testimonial-slider {
		background-color: #f7f7f7;
		display: inline;
		float: left;
		padding: 40px;
		width: 100%;
		border: 1px solid #ddd;
	}


	.testimonial-single-slide {
		display: inline;
		float: left;
		padding: 10px 30px 20px;
		text-align: center;
		width: 100%;
	}


	.testi-avatar {
		background: #fff none repeat scroll 0 0;
		border: 2px solid #ddd;
		border-radius: 50%;
		height: 90px;
		display: inline-block !important;
		margin-top: -80px;
		padding: 2px;
		width: 90px;
	}


	.testi-name {
		color: #404244;
		font-size: 18px;
		letter-spacing: 1px;
		margin: 10px 0 0;
		text-align: center;
		text-transform: uppercase;
	}


	.testi-company {
		font-size: 14px;
		text-align: center;
	}


	.testi-text {
		color: #777;
		/*color: #F26122;*/
		font-size: 32px;
		font-style: italic;
		font-weight: 700;
		line-height: 25px;
		margin: 0 auto;
		position: relative;
		text-align: center;
	}





	.testimonial-slider .slick-dots {
		bottom: 15px;
		margin-left: -40px;
	}


		.testimonial-slider .slick-dots li {
			background: #ccc none repeat scroll 0 0;
			border-radius: 50%;
			color: #fff;
			cursor: pointer;
			display: inline-block;
			height: 20px;
			margin: 0 5px;
			padding: 0;
			position: relative;
			width: 20px;
		}


			.testimonial-slider .slick-dots li.slick-active {
				opacity: 1;
			}


			.testimonial-slider .slick-dots li button::before {
				display: none;
			}


	/*--------------------*/
	/* SUBSCRIBE */
	/*--------------------*/


	#subscribe {
		background-attachment: fixed !important;
		background-image: url("../images/subscribe-bg.jpg");
		background-repeat: repeat;
		background-size: cover;
		color: #ffffff;
		display: inline;
		float: left;
		width: 100%;
	}


		#subscribe .title,
		#subscribe .title-area p {
			color: #fff;
		}


		#subscribe .title-area .title::before {
			width: 250px;
		}


	.subscribe-content {
		display: inline;
		float: left;
		width: 100%;
	}


	.subcr-form {
		margin: 0 auto;
		position: relative;
		width: 800px;
	}


		.subcr-form i {
			font-size: 30px;
			left: 20px;
			position: absolute;
			top: 17px;
		}


		.subcr-form input[type="text"] {
			color: #555;
			float: left;
			font-size: 18px;
			height: 65px;
			padding-left: 60px;
			padding-right: 155px;
			width: 100%;
		}


		.subcr-form .subcr-btn {
			border: medium none;
			font-size: 20px;
			font-weight: bold;
			height: 65px;
			opacity: 0.8;
			padding: 10px;
			position: absolute;
			right: 0;
			text-transform: uppercase;
			width: 150px;
			-webkit-transition: all 0.5s;
			-o-transition: all 0.5s;
			transition: all 0.5s;
		}


			.subcr-form .subcr-btn:hover,
			.subcr-form .subcr-btn:focus {
				opacity: 1;
			}


	/*--------------------*/
	/* CONTACT */
	/*--------------------*/


	#contact {
		background-color: rgba(15, 22, 30, 0.8);
		background-image: url(../images/contact-bg.png);
		background-repeat: no-repeat;
		display: inline;
		float: left;
		width: 100%;
		padding: 90px 0;
	}


		#contact .title,
		#contact .title-area p {
			color: #fff;
		}


	.contact-area {
		display: inline;
		float: left;
		margin-top: 20px;
		padding: 0 150px;
		width: 100%;
	}


	.contact-form {
	}

		.contact-form input {
			height: 45px;
			border-radius: 0;
		}


		.contact-form textarea {
			border-radius: 0;
			height: 250px;
			padding: 15px;
		}


		.contact-form .form-control {
			background-color: rgba(15, 22, 30, 0.8);
			color: #ffffff;
			font-size: 16px;
			box-shadow: none;
		}


			.contact-form.form-control::-webkit-input-placeholder {
				color: #ffffff;
				font-size: 16px;
			}


			.contact-form .form-control:-moz-placeholder { /* Firefox 18- */
				color: #ffffff;
				font-size: 16px;
			}


			.contact-form .form-control::-moz-placeholder { /* Firefox 19+ */
				color: #ffffff;
				font-size: 16px;
			}


			.contact-form .form-control:-ms-input-placeholder {
				color: #ffffff;
				font-size: 16px;
			}


	.send-area {
		display: inline;
		float: left;
		text-align: center;
		margin-top: 15px;
		width: 100%;
	}


	.send-btn {
		background-color: transparent;
		border: 1px solid #ccc;
		color: #fff;
		display: inline-block;
		height: 50px;
		margin: 0 auto;
		padding: 10px;
		width: 150px;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}



	/*--------------------*/
	/* FOOTER */
	/*--------------------*/


	#footer {
		/*background-color: #74B23B;
		display: inline;
		float: left;
		padding: 40px 0;
		width: 100%;*/
	}


	.footer-social {
		display: inline;
		float: left;
		width: 100%;
		text-align: center;
	}


		.footer-social a {
			display: inline-block;
			color: #fff;
			font-size: 18px;
			margin: 5px;
		}


	.footer-text {
		display: inline;
		float: left;
		padding: 10px 0;
		width: 100%;
		text-align: center;
		color: #ffffff;
	}


		.footer-text p {
			margin-bottom: 0;
		}


			.footer-text p a {
				color: #838282;
				text-decoration: none;
			}


	/*--------------------*/
	/* ERROR PAGE */
	/*--------------------*/


	#error {
		display: inline;
		float: left;
		width: 100%;
	}


	.error-area {
		display: inline;
		float: left;
		padding: 150px 0;
		text-align: center;
		width: 100%;
	}


	.error-group {
		display: inline;
		float: left;
		width: 100%;
	}


		.error-group h1 {
			color: #979797;
			font-size: 80px;
			margin-bottom: 25px;
		}


			.error-group h1 span {
				border: 1px solid #cccccc;
				display: inline-block;
				margin-left: 5px;
				overflow: hidden;
				padding: 2px;
			}


				.error-group h1 span strong {
					border: 1px solid #cccccc;
					display: inline-block;
					font-weight: normal;
					padding: 15px 20px;
				}


		.error-group h2 {
			color: #979797;
			font-size: 60px;
			text-align: center;
			text-transform: uppercase;
			line-height: 55px;
		}


			.error-group h2 span {
				display: block;
				font-size: 30px;
			}


	.home-btn a {
		text-decoration: none;
		outline: none;
	}



	.row.is-flex {
		display: flex;
		flex-wrap: wrap;
	}

		.row.is-flex > [class*='col-'] {
			display: flex;
			flex-direction: column;
		}

	/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand. 
* Use a preprocesser with autoprefixing.
*/
	.row.is-flex {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

		.row.is-flex > [class*='col-'] {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
		}

	.slick-initialized .slick-slide img {
		max-width: 100%;
	}

	.carousel-control.right, .carousel-control.left {
		background-image: none;
	}
	/*======================///////////////
			START RESPONSIVE STYLE
=====================///////////////////////*/


	@media(max-width:1199px ) {
		.header-bottom {
			margin-top: 50px;
		}

		.feature-img {
			padding: 0;
		}

		.features-list li {
			padding: 10px 0;
		}

			.features-list li i {
				top: 0px;
			}

		

		#menu-btn {
			right: 50px;
		}
	}


	@media(max-width:991px ) {
		.header-bottom {
			margin-top: 60px;
		}

		.header-bottom-right img {
			width: 100%;
		}

		.header-bottom-left h1 {
			font-size: 32px;
			line-height: 45px;
		}

		.features-list li {
			margin-bottom: 20px;
		}

		.feature-img img {
			display: none;
		}

		.features-list-right li i {
			left: 0;
			right: auto;
		}

		.features-list-right .features-content {
			padding-left: 115px;
			padding-right: 0;
		}

		.features-left {
			margin-bottom: 0px;
		}

		.features-right {
			margin-top: 0px;
		}

		.features-list li i {
			font-size: 40px;
			height: 70px;
			line-height: 70px;
			width: 70px;
		}

		.title-area {
			padding: 0 50px;
		}

		.single-plan {
			margin-bottom: 25px;
		}

		

		.testi-text {
			font-size: 20px;
		}

		.subcr-form {
			width: 95%;
		}

		.contact-area {
			padding: 0 100px;
		}
	}


	@media(max-width:767px ) {
		.header-bottom {
			margin-top: 0;
		}

		.header-bottom-left {
			padding-right: 0;
			padding-top: 0;
			margin-top: 10px;
		}

			.header-bottom-left h1 {
				font-size: 25px;
				line-height: 30px;
			}

			.header-bottom-left p {
				margin: 10px 0 0;
			}

		.download-btn {
			margin-top: 20px;
			width: 160px;
		}

		.header-bottom-right img {
			width: 45%;
		}

		.title-area {
			padding: 0 10px;
		}

		.howit-works-video {
			background: none;
			text-align: center;
		}

			.howit-works-video iframe {
				display: inline-block;
				margin-left: auto;
				width: 90%;
			}

		.video1 {
			background: none;
			text-align: center;
			padding-left: 0px;
			padding-bottom: 10px;
		}

			.video1 iframe {
				display: inline-block;
				margin-left: auto;
				width: 90%;
			}

		.video2 {
			background: none;
			text-align: center;
			padding-left: 0px;
			padding-bottom: 30px;
			padding-right: 0px;
		}

			.video2 iframe {
				display: inline-block;
				margin-left: auto;
				width: 90%;
			}

		.slick-prev {
			left: 6px;
			z-index: 999;
		}

		.slick-next {
			right: 5px;
		}

		.download-icon i {
			font-size: 35px;
		}

		.download-icon {
			width: 45px;
		}

		.download-content p {
			font-size: 13px;
			margin-left: 40px;
		}

		.download-content span {
			font-size: 15px;
		}

		.contact-area {
			padding: 0 50px;
		}

		.testi-text {
			font-size: 20px;
			margin: 8px;
		}
	}

	@media(max-width:480px ) {

		.slide-dsk {
			display: none;
		}

		.slide-m {
			display: block;
		}

		iframe {
			width: 100%;
		}

		.feature-img {
			margin-top: 0;
		}

		.col-section-header h2 {
			font-size: 19px;
		}

		.download-app-content {
			padding: 10px 15px;
		}

		.download-content p {
			margin-left: 8px;
		}

		.download-content span {
		}




		.main-nav {
			padding-top: 10px;
			width: 200px;
		}

			.main-nav ul li a {
				font-size: 14px;
				padding: 8px 35px;
			}

		.header-bottom-right {
			margin-top: 30px;
		}

		.header-bottom-left {
			padding-right: 0;
			padding-top: 0;
			margin-top: 10px;
		}

			.header-bottom-left h1 {
				font-size: 25px;
				line-height: 30px;
			}

			.header-bottom-left p {
				margin: 10px 0 0;
			}

		.download-btn {
			margin-top: 20px;
			width: 160px;
		}

		.header-bottom-right img {
			width: 50%;
		}

		.title-area {
			padding: 0;
		}

		.howit-works-video {
			background: none;
			text-align: center;
		}

			.howit-works-video iframe {
				display: inline-block;
				margin-left: auto;
				width: 90%;
			}

		.video1 {
			background: none;
			text-align: center;
		}

			.video1 iframe {
				display: inline-block;
				margin-left: auto;
				width: 90%;
			}

		.video2 {
			background: none;
			text-align: center;
		}

			.video2 iframe {
				display: inline-block;
				margin-left: auto;
				width: 90%;
			}

		.slick-prev {
			left: 6px;
			z-index: 999;
		}

		.slick-next {
			right: 5px;
		}

		

		.download-icon {
			width: 60px;
		}

			.download-icon i {
				font-size: 40px;
			}

		.download-content p {
			font-size: 15px;
		}

		.download-content span {
			font-size: 18px;
		}

		.contact-area {
			padding: 0 50px;
		}

		.title-area .title {
			font-size: 25px;
			padding-bottom: 10px;
		}

			.title-area .title::before {
				top: 50px;
			}

		.view-btn {
			margin-right: 25%;
		}

		.testi-text {
			font-size: 20px;
		}
	}

@media(max-width:500px ) {
	.features-list li i {
		font-size: 21px;
		height: 50px;
		width: 50px;
	}

	.features-list-left .features-content {
		padding-left: 66px;
	}

	.features-list-right .features-content {
		padding-left: 66px;
	}

}
	


	@media(max-width:376px ) {

		.features-list li i {
			font-size: 21px;
			height: 50px;
			line-height: 50px;
			width: 50px;
		}


		.header-bottom-left h1 {
			font-size: 20px;
			line-height: 25px;
		}

		.header-bottom-left p {
			font-size: 14px;
		}

		.download-btn {
			font-size: 15px;
			width: 150px;
		}

		.header-bottom-right {
			margin-top: 60px;
		}

			.header-bottom-right img {
				width: 60%;
			}

		.title-area .title {
			font-size: 20px;
		}

			.title-area .title::before {
				width: 85px;
			}

		#subscribe .title-area .title::before {
			width: 145px;
		}

		.title-area p {
			font-size: 14px;
		}

		.features-content h4 {
			font-size: 16px;
		}

		.features-content p {
			font-size: 14px;
		}

		.features-list-left .features-content {
			padding-left: 66px;
		}

		.features-list-right .features-content {
			padding-left: 66px;
		}

		.feature-img img {
			display: none;
		}

		.download-app-content {
			width: 100%;
		}


		.testimonial-slider {
			padding: 40px 10px;
			width: 100%;
		}

		.testi-text {
			font-size: 18px;
			margin-top: 20px;
		}

		.subcr-form {
			width: 100%;
		}

			.subcr-form i {
				font-size: 25px;
				left: 10px;
				top: 14px;
			}

			.subcr-form input[type="text"] {
				font-size: 14px;
				height: 55px;
				padding-left: 40px;
				padding-right: 105px;
			}

			.subcr-form .subcr-btn {
				font-size: 15px;
				height: 55px;
				width: 100px;
			}

		.contact-area {
			padding: 0;
		}

		.testimonial-slider .slick-dots {
			bottom: 15px;
			margin-left: -10px;
		}

		.single-plan-head h5 {
			font-size: 25px;
		}

		.single-plan-head p {
			font-size: 20px;
			line-height: 25px;
		}

		.single-plan-content ul li {
			font-size: 15px;
		}

		.single-plan-bottom .signup-btn {
			font-size: 16px;
			padding: 13px 35px;
		}

		.footer-text p {
			font-size: 14px;
		}

		.view-btn {
			margin-right: 35%;
		}

		.error-area {
			padding: 100px 0;
		}

		.error-group h1 {
			font-size: 65px;
		}

		.error-group h2 {
			font-size: 55px;
			line-height: 50px;
		}

		.testi-text {
			font-size: 20px;
		}
	}



	.centrarContenidoCentro {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.centrarContenidoCentroGrid {
		display: grid;
		justify-content: center;
		align-items: center;
	}

	.centrarVertical {
		display: flex;
		align-items: center;
	}

	.centrarVerticalGrid {
		display: grid;
		align-items: center;
	}

	.alinearArriba {
		display: flex;
		align-items: flex-start;
		justify-content: center;
	}

	.alinearPrincipio {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.alinearCentroGrid {
		display: grid;
		align-items: center;
		justify-content: flex-start;
	}

	.centrarContenidoFinalGrid {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	/*Inicio nuevos ajustes visuales nueva imagen*/


	/*Inicio seccion sobre nosotros*/
	.contenedorSobreNosotros {
		background-color: #CCCCCC;
		padding-top: 40px;
		padding-bottom: 40px;
		padding-top: 40px;
		padding-bottom: 40px;
		padding-right: 64px;
		padding-left: 64px;
	}

		.contenedorSobreNosotros .titulo {
			font-family: 'Poppins';
			font-style: normal;
			font-weight: 700;
			color: #152A50;
			margin: 0px;
			padding-top: 24px;
			padding-bottom: 48px;
		}

		.contenedorVideo iframe {
			border-radius: 16px;
			width: 75%;
			height: 75%;
		}

	.contenedorVideo .textoVideo {
		margin-top: 4%;
		margin-bottom: 2%;
		font-family: 'Poppins';
		font-style: normal;
		font-weight: 500;
		text-align: center;
		color: #152A50;
	}

	@media(max-width:992px ) {
		.contenedorVideo .textoVideo {
			margin-top: 0%;
			margin-bottom: 4%;
		}
	}
	/*Fin seccion sobre nosotros*/

	/*Inicio seccion caracteristicas*/
	.contenedorCaracteristicas {
		background-color: #ffffff;
		padding-top: 40px;
		padding-bottom: 40px;
		padding-right: 64px;
		padding-left: 64px;
	}

		.contenedorCaracteristicas .titulo {
			font-family: 'Poppins';
			font-style: normal;
			font-weight: 700;
			color: #152A50;
			margin: 0px;
			padding-top: 24px;
			padding-bottom: 32px;
		}

		.contenedorCaracteristicas img{
			width:60%;
		}

@media(max-width:1500px ) {

	.contenedorCaracteristicas img {
		width: 70%;
	}
}

@media(max-width:1400px ) {

	.contenedorCaracteristicas img {
		width: 80%;
	}
}

		/*Fin seccion caracteristicas*/
		/*Inicio seccion galeria*/
		.contenedorGaleria {
			background-color: #152A50;
			padding-top: 40px;
			padding-bottom: 40px;
			padding-right: 64px;
			padding-left: 64px;
		}

			.contenedorGaleria .titulo {
				font-family: 'Poppins';
				font-style: normal;
				font-weight: 700;
				color: #FFFFFF;
				margin: 0px;
				padding-top: 24px;
				padding-bottom: 32px;
			}

			@media(min-width:1400px ) {
				.contenedorGaleria .fadeInLeft {
					width: 350px !important;
				}
			}


				/*Fin seccion galeria*/
				/*Inicio seccion descarga*/
				.contenedorDescarga {
			background-color: #E4A12B;
			padding-top: 40px;
			padding-bottom: 40px;
			padding-right: 64px;
			padding-left: 64px;
		}


@media(max-width:500px ) {
	.contenedorDescarga {
		padding-right: 16px;
		padding-left: 16px;
	}
}

@media(max-width:350px ) {
	.contenedorDescarga {
		padding-right: 8px;
		padding-left: 8px;
	}
}

					.contenedorDescarga .titulo {
						font-family: 'Poppins';
						font-style: normal;
						font-weight: 700;
						color: #FFFFFF;
						margin: 0px;
						padding-top: 0px;
						padding-bottom: 32px;
					}

		.contenedorDescarga p {
			font-family: 'Poppins';
			font-style: normal;
			font-weight: 400;
			font-size: 19px;
			color: #FFFFFF;
			margin-bottom: 2px;
		}

		.contenedorDescarga h5 {
			font-family: 'Poppins';
			font-style: normal;
			font-weight: 600;
			font-size: 20px;
			color: #FFFFFF;
			background-color: #152A51;
			width: fit-content;
			padding-top: 8px;
			padding-bottom: 8px;
			padding-right: 16px;
			padding-left: 16px;
			border-radius: 32px;
			margin-bottom:8px;
		}

@media(max-width:1050px ) {
	.contenedorDescarga h5 {
		margin-bottom: 24px !important;
	}
}

	/*Fin seccion descarga*/

	/*inicio seccion contactenos*/
	.contenedorContactenos {
		background-color: #ffffff;
		padding-top: 40px;
		padding-bottom: 40px;
		padding-right: 64px;
		padding-left: 64px;
	}

		.contenedorContactenos .titulo {
			font-family: 'Poppins';
			font-style: normal;
			font-weight: 700;
			color: #152A50;
			margin: 0px;
			padding-top: 24px;
			padding-bottom: 32px;
		}

		.contenedorContactenos p {
			font-family: 'Poppins';
			font-style: normal !important;
			font-weight: normal !important;
			font-size: 16px;
			color: #152A50;
		}

		.contenedorContactenos h5 {
			font-family: 'Poppins';
			font-style: normal;
			font-weight: 400;
			font-size: 16px;
			color: #152A50;
			text-align: center;
		}

		.contenedorContactenos .imgConta {
			width: 32px;
			height: 32px;
			margin-right: 16px;
		}


		.contenedorContactenos .linkImgRedes {
			border-style: solid;
			border-width: 2px;
			border-color: #152A50;
			padding: 6px;
			margin-right: 4px;
			margin-left: 4px;
			margin-bottom: 8px;
			border-radius: 50px;
			background-color:#ffffff;
		}


			.contenedorContactenos .linkImgRedes:hover {
				background-color: #E4A12B;
				cursor:pointer;
			}

			.contenedorContactenos .linkImgRedes:active {
				border-color: #ffffff;
				box-shadow: 0px 8px 12px 6px rgba(0, 0, 0, 0.15), 0px 4px 4px rgba(0, 0, 0, 0.3);
			}


			.contenedorContactenos .linkImgRedes img {
				width: 32px;
				height: 32px;
			}

		.contenedorContactenos .imagenLogo {
			margin-top: 32px;
			margin-bottom: 32px;
			height: 56px;
			margin-right: 8px;
			margin-left: 8px;
		}



		.contenedorContactenos .contenedorContacto {
			display: flex;
			align-items: flex-start;
			justify-content: flex-start;
		}


	@media(max-width:1200px ) {
		.contenedorContactenos .contenedorContacto {
			width: 100%;
		}
	}



	/*Fin seccion contactenos*/

	/*Inicio seccion navegacion*/

	.contenedorNavegador {
		background-color: #E4A12B;
		margin: 0;
		border: none;
	}


		.contenedorNavegador .contenedorLogoNavegador {
		}

			.contenedorNavegador .contenedorLogoNavegador img {
				height: 120px;
			}

		.contenedorNavegador .contenedorMenu {
			height: 100%;
			padding-right: 32px;
			padding-left: 32px;
		}

	@media(max-width:919px ) {
		.contenedorNavegador .contenedorMenu {
			display: none;
		}
	}

	.contenedorNavegador .contenedorMenu a {
		margin-right: 12px;
		margin-left: 12px;
		font-size: 16px;
		font-family: 'Poppins';
		font-style: normal;
		font-weight: 500;
		color: #FFFFFF;
	}

		.contenedorNavegador .contenedorMenu a:hover {
			color: #152A50;
		}

	@media(max-width:1200px ) {
		.contenedorNavegador .contenedorMenu a {
			margin-right: 8px;
			margin-left: 8px;
			font-size: 15px;
		}
	}

	@media(max-width:1000px ) {
		.contenedorNavegador .contenedorMenu a {
			margin-right: 6px;
			margin-left: 6px;
			font-size: 14px;
		}
	}

	.contenedorMenuLatera {
		height: 100%;
		padding-right: 32px;
		padding-left: 32px;
		display: none;
	}


		.contenedorMenuLatera #menu-btn {
			font-size: 30px;
			right: 75px;
			top: 50px;
		}

			.contenedorMenuLatera #menu-btn .fa-bars:before {
				color: #fff;
			}

	@media(max-width:919px ) {
		.contenedorMenuLatera {
			display: grid;
		}
	}
	/*Fin seccion navegacion*/

	/*Inicio seccion eliminarCuenta*/

	.contenedorEliminarCuenta {
		background-color: #ffffff;
		padding-top: 40px;
		padding-bottom: 40px;
		padding-right: 64px;
		padding-left: 64px;
	}

		.contenedorEliminarCuenta .titulo {
			font-family: 'Poppins';
			font-style: normal;
			font-weight: 700;
			color: #152A50;
			margin: 0px;
			padding-top: 24px;
			padding-bottom: 32px;
		}

		.contenedorEliminarCuenta .imagen {
			height: 500px !important;
		}
	/*Fin seccion eliminarCuenta*/



	/*Inicio estilos de pantalla de terminos y condiciones*/
	.contenedorTerminosCondiciones {
		background-color: #ffffff !important;
		padding-top: 24px !important;
		padding-bottom: 24px !important;
		padding-right: 200px !important;
		padding-left: 200px !important;
	}

		.contenedorTerminosCondiciones .titulo {
			font-family: 'Poppins';
			font-style: normal;
			font-weight: 700;
			color: #152A50;
			margin: 0px;
			padding-top: 24px;
			padding-bottom: 32px;
		}

	@media(max-width:1320px ) {
		.contenedorTerminosCondiciones {
			padding-right: 64px !important;
			padding-left: 64px !important;
		}
	}

	@media(max-width:769px ) {
		.contenedorTerminosCondiciones {
			padding-right: 24px !important;
			padding-left: 24px !important;
		}
	}

	.contenedorTerminosCondiciones .documentoTerminosYCondiciones {
		background-color: #ffffff !important;
		padding-top: 16px;
		padding-bottom: 32px;
		padding-right: 96px;
		padding-left: 96px;
	}


	@media(max-width:844px ) {
		.contenedorTerminosCondiciones .documentoTerminosYCondiciones {
			padding-right: 16px;
			padding-left: 16px;
		}
	}

	.contenedorTerminosCondiciones .documentoTerminosYCondiciones img {
		width: 150px;
		margin-bottom: 16px;
	}

	.contenedorTerminosCondiciones .documentoTerminosYCondiciones .title-area {
		padding-bottom: 8px;
		margin-bottom: 10px;
		min-width: 100%;
	}

		.contenedorTerminosCondiciones .documentoTerminosYCondiciones .title-area h1 {
			min-width: 100%;
			color: #000000;
		}


	@media(max-width:1050px ) {
		.contenedorTerminosCondiciones .documentoTerminosYCondiciones .title-area h1 {
			font-size: 24px;
		}
	}

	.contenedorTerminosCondiciones .documentoTerminosYCondiciones h2 {
		color: #000000;
		font-size: 18px;
	}

	@media(max-width:1050px ) {
		.contenedorTerminosCondiciones .documentoTerminosYCondiciones h2 {
			font-size: 16px;
		}
	}

	.contenedorTerminosCondiciones .documentoTerminosYCondiciones ol {
		padding-bottom: 8px;
	}

	.contenedorTerminosCondiciones .documentoTerminosYCondiciones .subOl {
		padding-bottom: 8px;
		list-style-type: lower-latin;
	}

	.contenedorTerminosCondiciones .documentoTerminosYCondiciones .subOlPunto {
		padding-bottom: 8px;
		list-style-type: disc;
		color: #000000;
	}

	.contenedorTerminosCondiciones .documentoTerminosYCondiciones p {
		color: #000000;
		padding: 0px;
		margin: 0px;
		text-align: justify;
	}

		.contenedorTerminosCondiciones .documentoTerminosYCondiciones p a {
			text-decoration: underline;
		}


	@media(max-width:1050px ) {
		.contenedorTerminosCondiciones .documentoTerminosYCondiciones p {
			font-size: 14px;
		}
	}

	.contenedorTerminosCondiciones .footer {
		background-color: #F26122;
		min-height: 32px
	}
	/*Fin estilos de pantalla de terminos y condiciones*/




	.width-100 {
		width: 100% !important;
	}

	.height-100 {
		height: 100% !important;
	}

	.pt-1 {
		padding-top: 4px;
	}

	.mb-1 {
		margin-bottom: 8px;
	}

	.mb-2 {
		margin-bottom: 16px;
	}

	/*Fin nuevos ajustes visuales nueva imagen*/