#preloader img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 0px;
    width: 80%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 400px;
}

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

}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 10% auto; /* 15% from the top and centered */
    padding: 40px 20px;
    border: 1px solid #888;
    width: 90%; /* Could be more or less, depending on screen size */
    font-size: 14px;
    line-height: 16px;
    /*border-radius: 50px;*/
    max-width: 70%;
    max-height: 75%;
    overflow: scroll;
}
.modal-title {
	font-size: 20px;
	line-height: 22px;
	color: #257a51;
}
.modal-content a {
	color: #257a51 !important;
}
/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Ajustes de fondos */
body {
	background: none;
}
#sidr {
	background: #257a51;
}
#section0 {
	background: url(../images/bg-section-0.jpg);
    background-size: cover;
    background-position: center center;
}
#section1 {
	background: url(../images/bg-section-1.jpg);
    background-size: cover;
    background-position: center center;
}
#section2 {
	background: url(../images/bg-section-2.jpg);
    background-size: cover;
    background-position: center center;
}
#section3 {
	background: url(../images/bg-section-3.jpg);
    background-size: cover;
    background-position: center right;
}
#section4 {
	background: url(../images/bg-section-4.jpg);
    background-size: cover;
    background-position: center center;
}

/* Ajustes posiciones elementos */
body.sidr-open,body.sidr-animating
{
	left: 0px !important;
}
.sidr-open .wrap .box {
    width: 51%;
}
.sidr-open .wrap {
    width: 1040px;
}
.sidr ul li:hover>a, .sidr ul li:hover>span, .sidr ul li.active>a, .sidr ul li.active>span, .sidr ul li.sidr-class-active>a, .sidr ul li.sidr-class-active>span {
	background: #c5ff86;
	color: #257a51;
}

.phone-zone {
	display: none;
}
#logo {
	z-index: 1;
	left: 70px;
	top: 2% !important;
}
#logo img {
	max-width: 200px;
}
/*
#hand {
	width: 396px;
	height: 750px;
	background: url(../images/marco-movil.png);
	background-size: 100%;
	margin-left: -420px;
	margin-top: -350px;
	z-index: 1;
}
.screenshots-wrapper,.section-image {
	margin-left: -317px;
	margin-top: -181px;
}
*/
#hand {
	background-image: url(../images/marco-movil.png);
	width: 395px;
	height: 750px;
	z-index: 1;
	margin-left: 66px;
    margin-top: -343px;
}
.screenshots-wrapper,.section-image {
	margin-left: 167px;
	margin-top: -176px;
}
.box.right {
	float: right;
}
#main-nav {
	top: 2% !important;
	left: 20px !important;
	z-index: 1000000;
}
/* Bullets */
#fp-nav.right {
    right: 17px;
}
#fp-nav li {
	margin-top: 14px;
    margin-bottom: 14px;
}
#fp-nav li a{
    background: white;
    border-color: black;
    box-shadow: none !important;
}
#fp-nav li a.active,#fp-nav li a:hover {
    background: #c5ff86;
}
#fp-nav li a:hover {
    background: #e6ffcc;
}




/* Estilos de logos */
.logo-app {
	display: table;
	position: relative;
	left: -20px;
	top: 10px;
}
.logo-app div {
	display: table-cell;
	vertical-align: middle;
}
.app-logo img{
	width: 100px;
}

.logos-stores {
	display: table;
	margin-top: 25px;
}
.logos-stores div {
	display: table-cell;
}
.logos-stores .separator {
	width: 15px;
}
.logos-stores img {
	max-height: 50px;
}


.logo-applepay {
	display: table;
}
.logo-applepay div {
	display: table-cell;
}
.logo-applepay .applepay-logo img{
	width: 50px;
	position: relative;
    left: 20px;
    top: 5px;
}
/*
.logos {
	display: table;
	position: relative;
    left: -30px;
}
.logos .logos-cell {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
}
.logos .logos-cell:nth-child(1) {
	width: 30%;
}
.logos .logos-cell:nth-child(2) {
	width: 30%;
}
.logos .logos-cell:nth-child(3) {
	width: 10%;
}
.logos .logos-cell:nth-child(4) {
	width: 30%;
}
.logos .logos-cell.separator div{
	height: 125px;
    width: 1px;
    margin: 0 auto;
    background: white;
}
.logos-cell img {
    max-width: 100%;
}
*/

/* Estilos de texto */
.title .satisfy  {
	font-family: Satisfy;
}
.title .open-sans-regular  {
	font-family: 'Open Sans';
	font-weight: 300;
	color: #c5ff86;
}
.title span{
	font-size: 50px;
	line-height: 50px;
	color: white;
	margin-bottom: 10px;
	margin-top: 10px;
    display: block;
}
.title span.small {
	font-size: 48px;
	line-height: 48px;
}
.title span.big {
	font-size: 80px;
	line-height: 80px;
}
.title span.medium {
	font-size: 48px;
	line-height: 48px;
}
span.light {
	font-weight: 300;
}
span.bold {
	font-weight: 600;
}
.text p {
	color: white;
	font-size: 16px;
	line-height: 27px;
	font-weight: 300;
	margin-bottom: 40px !important;
	font-family: 'Open Sans';
}
.text b {
	font-weight: 600;
}
.app-title {
	font-size: 30px;
}


/* Botones */
.btn {
	display: block;
	text-align: left;
}
.btn a {
	padding: 10px 40px;
	font-family: 'Open Sans';
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	color: #257a51;
	border-radius: 50px;
	background: white;
}
.btn a:hover {
	/*color: black;*/
	background: #c5ff86;
}

#social-icons li a {
	font-size: 14px;
	font-weight: 300;
}


/* VISTA <= 1140PX */
@media (max-width: 1140px)
{
	/* Ajustes posiciones elementos */
	#hand {
	    margin-left: 0px;
    	margin-right: 50px;
	}
	.screenshots-wrapper, .section-image {
	    margin-left: 0px;
    	margin-right: 25px;
	}
	.sidr-open .wrap, .wrap {
	    width: 90%;
	}
	#logo {
	    position: fixed;
	    width: auto;
	}
}


@media (max-width: 870px)
{
	.sidr-open .wrap .box, .box {
	    width: 100%;
	}
	.logos.twoitems .logos-cell:nth-child(3),.logos.twoitems .logos-cell:nth-child(4)
	{
		display: none;
	}
	.logos {
		left: -15px !important;
	}
	.logos .logos-cell img {
	    max-width: 200px;
	    min-width: 150px;
    	width: 50%;
	}
	.logos .logos-cell.separator div {
    	height: 85px;
    }
    #section0 {
    	background: url(../images/bg-section-0-mobile.png) #3c4a56 no-repeat;
    	background-position: center bottom;
    	background-size: contain;
    }
    .box {
    	text-align: left !important;
    }
    .logos .logos-cell:nth-child(4) {
	    width: 17%;
	}
}
@media (max-width: 600px)
{
	.title span {
		font-size: 40px;
		line-height: 40px;
	}
	.title span.small {
		font-size: 36px;
		line-height: 36px;
	}
	.title span.medium {
		font-size: 30px;
		line-height: 30px;
	}
	.text p {
		font-size: 14px;
		line-height: 20px;
	}
	.btn {
		font-size: 14px;
		line-height: 14px;
	}
	.logos .logos-cell img {
        max-width: 130px;
	    min-width: 110px;
	    width: 50%;
	}
	.logos-stores img {
		max-height: 50px;
	}
	#social-icons li a {
		font-size: 10px;
		font-weight: 300;
	}

}
@media (max-width: 480px)
{
	.text {
        margin-top: 0px;
        font-size: 13px;
	    line-height: 16px;
	}
	.title span {
	    line-height: 25px;
	}
	.title span.medium {
	    line-height: 25px;
	}
	.logos .logos-cell img {
	    max-width: 80px;
	    min-width: 80px;
	    width: 50%;
	}	    
	.logos.twoitems .logos-cell img {
	    max-width: 100px;
	    min-width: 100px;
	    width: 50%;
	}
	.logos .logos-cell.separator div {
	    height: 60px;
	}
	.text p {
		font-size: 12px;
		line-height: 14px;
	}
	.logos-stores img {
		max-height: 45px;
	}
}