/*
	Template Name 	: EasyPlay - App Coming Soon Creative Page
	Author 			: Awaiken Theme
	Author Url 		: https://awaikenthemes.com
*/

/************************************/
/***** 	     General css		 ****/
/************************************/
html{
	height: 100%;
}

body{
	font-size: 16px;
	height: 100%;
	font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin:0;
	font-weight: 700;
}

img{
	max-width: 100%;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

.comming-soon{
	width: 100%;
	position: relative;
	min-height: 100%;
}

.comming-soon:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
}

.mobile-screen{
	position: absolute;
	top: 50%;
	left: 40%;
	width: 370px;
	z-index: 10;
	transform: translate(-50%,-50%);
}

.comming-soon-info{
	width: 30%;
	position: absolute;
	top: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 2;
	display: flex;
	align-items: center;
	background: #fff url(../images/fondo2.png) no-repeat top center;
	background-size: cover;
}

.comming-soon-info:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0);
}

.social-link{
	margin-top: 20px;
}

.social-link a{
	display: inline-block;
	background: #ffffffe8;
	color: #5ab507;
	width: 32px;
	height: 32px;
	text-align: center;
	padding-top: 6px;
	border-radius: 50%;
	margin-right: 4px;
}

.social-link a:hover{
	background: #5ab507;
	color: #fff;
}
/*Contenedor Derecho*/
.easyapp-info {
    width: 60%;
    background: #fff; 
    background-size: cover;
    position: absolute;
    top: 0;
    left: 40%;
    bottom: 0;
    z-index: 2;
    padding: 140px;
    display: flex;
    align-items: center;
}

.easyapp-box{
	width: 100%;
	margin: 0 auto;
}

.logo h2{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 54px;
	text-transform: uppercase;
	color: #5ab507;
	margin-top: 10px;
}

.button-download{
	margin-top: 20px;
}


.button-download p{
	color: #5ab507;
	font-weight: 300;
	font-style: italic;
}

.btn-download{
	display: inline-block;
	background: #5ab507;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.1em;
	padding: 16px 20px 12px;
	margin-right: 10px;
	margin-bottom: 10px;
	transition: all 0.3s;
	
}

.btn-download i{
	font-size: 30px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
}

.btn-download:hover{
	background: #000;
	color: #fff;
}
.btn-center {
  text-align: center;
}

.about{
	margin-top: 30px;
}

.about p{
	color: #112311;
	font-size: 13px;
	line-height: 1.5em;
}

/*LogoMobile*/
/* Ocultar la imagen del logo por defecto */
.LogoMobile {
  display: none;
}

/*contactanos*/
.contact-text-link {
  color: #5ab507;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  display: inline-block;
}

.contact-text-link i {
  margin-right: 8px;
  font-size: 20px;
  vertical-align: middle;
}

.contact-text-link:hover {
  text-decoration: underline;
  color: #3a7f04;
}




/****************************************
		Responsive Media Query
****************************************/

@media only screen and (max-width:1024px){
	.mobile-screen{
		display: none;
	}
	
	.easyapp-info{
		padding: 40px;
	}
	.comming-soon-info{
	width: 50%;
	}
}

@media only screen and (max-width:768px){
	.comming-soon-info{
		width: 100%;
		bottom: 0;
	}
	
	.easyapp-info{
		background: rgba(114,203,16,0.7);
		width: 100%;
		position: absolute;
		left: 0;		
		bottom: auto;
		min-height: 100%;
	}
		.LogoMobile {
    	display: block;
    	margin: 0 auto; /* opcional: centrar la imagen */
  	}
		.logo h2{
		font-size: 68px;
		color: #fff;
	}
		.button-download p{
		font-size: 34px;
		color: #fff;
	}

}

@media only screen and (max-width:480px){
	.logo h2{
		font-size: 45px;
		color: #fff;
	}
	
	.easyapp-info{
		position: absolute;
		padding: 20px;
		height: 100%;
		overflow: auto;
	}
	
	.button-download p{
		font-size: 14px;
		color: #fff;
	}
	.LogoMobile {
    	display: block;
    	margin: 0 auto; /* opcional: centrar la imagen */
  	}
	
	.btn-download{
		width: 100%;
		text-align: center;
		font-size: 14px;
		margin: 0 0 10px;
	}
	
	.btn-download i{
		font-size: 20px;
		margin-right: 4px;
	}
	.contact-text-link {
  		color: #fff;
		margin-top: 15px;
	}
}