/* Screens Resolution : 992px */

@media only screen and (max-width: 992px) {
	
	
.MainArea{ /* Ojo */
	position: relative;
	z-index: 1;
	height: 100%; /* Ant: 200vh (Yo) */
	background-size: cover;
	} 
}

/* Screens Resolution : 767px */

@media only screen and (max-width: 767px) {
	
/* Textos In Use) #Yo */

p{ line-height: 1.4; }

h1{ font-size: 2.8em; line-height: 1; }
h2{ font-size: 2.2em; line-height: 1.1; }
h3{ font-size: 1.8em; }
	
/* Main (In Use) #Yo */

.MainAreaWrapper{padding: 0px;}	
	
.MainArea{padding-bottom: 80px;} 
	
/*  .MainArea{margin: 5% auto; width: 90%; height: 47px;} */

.MainArea {width: 100%; position: absolute; /* top: 0; bottom: 0; left: 0;*/ border-radius: 40px; border: 0; outline: 0; /* padding: 15px 15px 15px 15px;*/}

.MainArea{text-align: center;}

}

/* Screens Resolution : 479px */

@media only screen and (max-width: 479px) {

/* Primary Styles (In Use) #Yo */

body{font-size: 12px;}

}

/* Screens Resolution : 359px */

@media only screen and (max-width: 359px) {
	
}

/* Screens Resolution : 290px */
@media only screen and (max-width: 290px) {
	
}

/* ---------- Logo (Yo) ---------- */

@media screen and (max-width:640px) {

.LogoTop{
	display: block;
	margin-top: 25px; /* (Yo) */
	} 
	
.Logo{
	background-image:url(../Img/Min/CristianBelon.png)!important; /* Yo */
	/* background-position:center; */ /* Yo */
	background-position-x: center;
	background-position-y: top; /* Ant: center (Yo) */
	background-repeat:no-repeat; /* Yo */
	/* width: 100%; */
	/* height: auto; */
	/* display: block; */
	position: relative; /* Ant: fixed (Yo) */
	/* padding-top: 160px; */ /* Ant: 350 #500Px (Yo ) */
	/* top: 15px; */ /* Yo */
	/* left: 50%; */ /* Yo */
}

}