img {
	width: 100%;
	height: auto;
}

/* - - - P a g e   a d a p t i v e   e l e m e n t s - - - */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 9000px) { 

.container {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
}

.photo {
	position: absolute;
	left: 50%;
	top: 60px;
	width: 120px;
	height: 120px;
	margin-left: -60px;
}

.lg {
	z-index: 56;
	position: absolute;
	left: 20px;
	top: 40px;
	width: 40px;
	height: 40px;
	margin-left: 0px;
	background-image: url("lg_a.png");
	background-repeat: no-repeat;
	background-size: 40px 40px;
	
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
	
.lg:hover {
	background-image: url("lg_b.png");
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
}

.tg {
	z-index: 57;
	position: absolute;
	left: 100%;
	top: 40px;
	width: 40px;
	height: 40px;
	margin-left: -60px;
	background-image: url("tg_a.png");
	background-repeat: no-repeat;
	background-size: 40px 40px;
	
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
	
.tg:hover {
	background-image: url("tg_b.png");
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
}
		
.container-about {
	position: relative;
	left: 50%;
	top: 220px;
	width: 700px;
	height: auto;
	margin-left: -350px;
	padding-bottom: 200px;
	margin-bottom: 0px;
}

.header1 {
	position: relative;
	text-align: center;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
}

.header2 {
	position: relative;
	text-align: center;
	left: 0px;
	top: -5px;
	width: 100%;
	height: auto;
}
.header3 {
	position: relative;
	text-align: center;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
}

.text-about {
	position: relative;
	text-align: center;
	left: 0px;
	top: 50px;
	width: 100%;
	height: auto;
}

.subscribe {
	position: relative;
	left: 50%;
	top: 120px;
	width: 300px;
	height: 60px;
	margin-left: -150px;
}

.chel1 {
	position: relative;
	left: 50%;
	top: 190px;
	width: 200px;
	height: 200px;
	margin-left: -100px;
}

.text-benefits {
	position: relative;
	text-align: left;
	left: 0px;
	top: 280px;
	width: 100%;
	height: auto;
}

.header4 {
	position: relative;
	text-align: center;
	left: 0px;
	top: 400px;
	width: 100%;
	height: auto;
}

.text-contents {
	position: relative;
	text-align: left;
	left: 0px;
	top: 460px;
	width: 100%;
	height: auto;
}

.divider {
	position: relative;
	background: #000;
	left: 0px;
	top: 530px;
	width: 100%;
	height: 5px;
}

.header5 {
	position: relative;
	text-align: center;
	left: 0px;
	top: 550px;
	width: 100%;
	height: auto;
}

.text-popular {
	position: relative;
	text-align: left;
	left: 0px;
	top: 600px;
	width: 100%;
	height: auto;
}
	
.chel2 {
	position: relative;
	left: 50%;
	top: 670px;
	width: 220px;
	height: 220px;
	margin-left: -110px;
}
	
.footer {
	position: relative;
	text-align: center;
	left: 50%;
	top: 770px;
	width: 200px;
	height: 110px;
	margin-left: -100px;
}

p1 {
	Color: #000;
}

p5 {
	Color: #000;
}
	
/* e n d   o f   m e d i a   s c r e e n */	
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 1680px) { 

.photo {
	position: absolute;
	left: 50%;
	top: 50px;
	width: 100px;
	height: 100px;
	margin-left: -50px;
}

.lg {
	z-index: 56;
	position: absolute;
	left: 20px;
	top: 40px;
	width: 40px;
	height: 40px;
	margin-left: 0px;
	background-image: url("lg_a.png");
	background-repeat: no-repeat;
	background-size: 40px 40px;
	
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
	
.lg:hover {
	background-image: url("lg_b.png");
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
}

.tg {
	z-index: 57;
	position: absolute;
	left: 100%;
	top: 40px;
	width: 40px;
	height: 40px;
	margin-left: -60px;
	background-image: url("tg_a.png");
	background-repeat: no-repeat;
	background-size: 40px 40px;
	
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
	
.tg:hover {
	background-image: url("tg_b.png");
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
}
		
.container-about {
	position: relative;
	left: 50%;
	top: 180px;
	width: 700px;
	height: auto;
	margin-left: -350px;
	padding-bottom: 200px;
	margin-bottom: 0px;
}

.header1 {
	position: relative;
	text-align: center;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
}

.header2 {
	position: relative;
	text-align: center;
	left: 0px;
	top: -5px;
	width: 100%;
	height: auto;
}
.header3 {
	position: relative;
	text-align: center;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
}

.text-about {
	position: relative;
	text-align: center;
	left: 0px;
	top: 50px;
	width: 100%;
	height: auto;
}

.subscribe {
	position: relative;
	left: 50%;
	top: 100px;
	width: 300px;
	height: 60px;
	margin-left: -150px;
}

.chel1 {
	position: relative;
	left: 50%;
	top: 150px;
	width: 200px;
	height: 200px;
	margin-left: -100px;
}

.text-benefits {
	position: relative;
	text-align: left;
	left: 0px;
	top: 220px;
	width: 100%;
	height: auto;
}

.header4 {
	position: relative;
	text-align: center;
	left: 0px;
	top: 310px;
	width: 100%;
	height: auto;
}

.text-contents {
	position: relative;
	text-align: left;
	left: 0px;
	top: 360px;
	width: 100%;
	height: auto;
}

.divider {
	position: relative;
	background: #000;
	left: 0px;
	top: 420px;
	width: 100%;
	height: 5px;
}

.header5 {
	position: relative;
	text-align: center;
	left: 0px;
	top: 450px;
	width: 100%;
	height: auto;
}

.text-popular {
	position: relative;
	text-align: left;
	left: 0px;
	top: 500px;
	width: 100%;
	height: auto;
}
	
.chel2 {
	position: relative;
	left: 50%;
	top: 550px;
	width: 220px;
	height: 220px;
	margin-left: -110px;
}
	
.footer {
	position: relative;
	text-align: center;
	left: 50%;
	top: 600px;
	width: 200px;
	height: 110px;
	margin-left: -100px;
}
	
/* e n d   o f   m e d i a   s c r e e n */	
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 1160px) {


.container-about {
	position: relative;
	left: 50%;
	top: 180px;
	width: 84%;
	height: auto;
	margin-left: -42%;
	padding-bottom: 200px;
	margin-bottom: 0px;
}
	
	
/* e n d   o f   m e d i a   s c r e e n */	
}




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 820px) {
	

	

/* e n d   o f   m e d i a   s c r e e n */	
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 580px) { 


.photo {
	position: absolute;
	left: 50%;
	top: 20px;
	width: 80px;
	height: 80px;
	margin-left: -40px;
}

.lg {
	z-index: 56;
	position: absolute;
	left: 10px;
	top: 20px;
	width: 30px;
	height: 30px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-size: 30px 30px;
}

.lg:hover {
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
}

.tg {
	z-index: 57;
	position: absolute;
	left: 100%;
	top: 20px;
	width: 30px;
	height: 30px;
	margin-left: -40px;
	background-repeat: no-repeat;
	background-size: 30px 30px;
}
	
.tg:hover {
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
}

.container-about {
	position: relative;
	left: 50%;
	top: 120px;
	width: 84%;
	height: auto;
	margin-left: -42%;
	padding-bottom: 200px;
	margin-bottom: 0px;
}

.text-about {
	top: 20px;
}

.subscribe {
	position: relative;
	left: 50%;
	top: 50px;
	width: 280px;
	height: 56px;
	margin-left: -140px;
}

.chel1 {
	position: relative;
	left: 50%;
	top: 90px;
	width: 160px;
	height: 160px;
	margin-left: -80px;
}

.text-benefits {
	top: 130px;
}

.header4 {
	top: 200px;
}

.text-contents {
	top: 240px;
}

.divider {
	top: 300px;
	height: 3px;
}

.header5 {
	top: 320px;
}

.text-popular {
	top: 350px;
}
	
.chel2 {
	position: relative;
	left: 50%;
	top: 380px;
	width: 180px;
	height: 180px;
	margin-left: -90px;
}
	
.footer {
	position: relative;
	text-align: center;
	left: 50%;
	top: 350px;
	width: 200px;
	height: 80px;
	margin-left: -100px;
}



p1 {
	Font-size: 56px;
}	
	
p2 {
	Font-size: 26px;
	line-height: 1.2;
}
	
p3 {
	Font-size: 16px;
}
	
p4 {
	Font-size: 16px;
}

p5 {
	Font-size: 28px;
}

p7 {
	Font-size: 34px;
	line-height: 1.2;
}

p8 {
	Font-size: 12px;
    line-height: 2.9;
	letter-spacing: 1.6px;
}

p9 {
	Font-size: 12px;
    line-height: 2.9;
	letter-spacing: 1.2px;
}


/* e n d   o f   m e d i a   s c r e e n */	
}



/* - - - - - - - - - - - - - A n i m a t i o n - - - - - - - - - - - - - */

.container, .photo, .footer {
	
    -webkit-transition: all 0.1s ease, font-size 0.1s ease;
    -moz-transition: all 0.1s ease, font-size 0.1s ease;
    -o-transition: all 0.1s ease, font-size 0.1s ease;
    -ms-transition: all 0.1s ease, font-size 0.1s ease;
    transition: all 0.1s ease, font-size 0.1s ease;
}