*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
}
.logo{
	position: fixed;
	z-index: 1000;
	width: 100%;
	text-align: center;
	padding: 30px 0px;
}
.logo img{
	height: 100px;
}
.logo-responsive{
	display: none;
}
.proyecto{
	background-image: url(../img/fondo4.jpeg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;	
	height: 100vh;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 0px 180px;	
}
.frases{
	text-align: center;
	overflow: hidden;
}
.frases h1{
	color: #fff;
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 37px;
}
.frases h5{
	color: 	red;
	font-weight: 700;
	font-size:20px;
	margin-top: 25px;

}
.frases h4{
	color: #fff;
	font-size: 16px;
}
.frases h4 span{

}
.redes-sociales{
	position: fixed;
	bottom: 5%;
	width: 100%;
	display: flex;
	justify-content: center;
}
.redes-sociales a{
	font-size: 22px;
	color: #EC6926;
	padding: 10px 10px
}


/*CUENTA REGRESIVA*/

	.hora2{
		
		font-family: 'Montserrat', sans-serif;
		display: flex;
		justify-content: center;
		color: #fff;
	}
	.simply-section{	
		border-left: 1px dotted rgba(255, 255, 255,.2);
		padding: 5px 30px;
	}

	.simply-section:first-child{
		border-left: none;
	}

	.simply-amount{
		font-family: 'Merriweather', serif;
		font-weight: 600;
		font-size: 60px;
	}
	.simply-word{
		font-weight: 400;
		font-family: 'Montserrat', sans-serif;
		display: block;
		font-size: 13px;
	}







/*RESPONSIVE*/
@media (max-width: 1024px) {

	.proyecto{
		padding: 0px 80px;
	}	
	.frases h1{
		font-size: 35px;
		font-weight: 700;	
	}

}

@media (max-width: 1024px) {
	.logo{
		padding: 45px 0px;
	}
	.proyecto{
		padding: 0px 50px;
	}	
	.frases h1{
	font-size: 30px;
	font-weight: 600;	
	}
	
}
@media (max-width: 768px) {
	
	.logo-responsive{
		display: inline-block;
	}
	.logo-principal{
		display: none;
	}
	.proyecto{
		padding: 0px 25px;
	}
	.logo img{
		height: 60px;
	}

}
@media (max-width: 600px) {
	.simply-section{	
		padding: 4px 16px;
	}
	.simply-amount{
		font-size: 48px;
	}
	.simply-word{
		font-size: 11px;
	}
}

@media (max-width: 375px) {
	.frases h1 {
	    font-size: 28px;
	    margin-bottom: 20px;
	}
	
	.frases h5 {
	    font-size: 13px;
	}

	.simply-amount{
		font-size: 40px;
	}
	.simply-section{	
		padding: 4px 14px;
	}
}
@media (max-width: 375px) {
	.logo {
    	padding: 35px 0px;
	}
	
	.proyecto {
    	padding: 0px 10px;
	}
	.frases h1 {
    	font-size: 24px;
    	margin-bottom: 20px;
	}
}
@media (max-width: 320px) {
	
	.simply-amount{
		font-size: 33px;
	}
	.simply-section{	
		padding: 4px 12px;
	}
	.frases h1 {
    	font-size: 23px;
    	margin-bottom: 20px;
	}
	.frases h5 {
	    font-size: 13px;
	}
}


	/*.hora{
		
		display: flex;
		justify-content: center;
		
	}
	.hora span{
		font-family: 'Merriweather', serif;
		font-weight: 600;
		color: #fff;
		border-left: 1px dotted rgba(255, 255, 255,.2);
		font-size: 60px;
		padding: 5px 30px;
	}
	.hora span:first-child{
		border-left: none;
	}
	.hora span em{
		font-weight: 400;
		font:13px/18px 'Montserrat', sans-serif;
		display: block;
	}*/