/*GENERAL*/

/* Para la función fadeout:; */
body{
	display:none;
}

h1, h2 {
	display: none;
}

h3 {
	font-family: 'bebas_neueregular', sans-serif;
	font-size: 30px;
	margin-bottom: 30px;
	color: #048e4a;
}

h4 {
	font-family: 'bebas_neueregular', sans-serif;
	font-size: 24px;
	margin-bottom: 30px;
	color: #048e4a;
}

h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 30px;
	margin-top: 50px;
	text-align: center;
}

h6 {
	font-family: 'bebas_neueregular', sans-serif;
	font-size: 70px;
	line-height: 10px;
	text-align: center;
	color: #048e4a;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 30px;
}

#text ul {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 30px;
	list-style-type: circle;
	margin-left: 30px;
}

#text a {
	font-weight: bold;
	color: #048e4a;
	text-decoration: none;
}

span.bold {
	font-weight: bold;
}

#video {
	margin-bottom: 30px;
}





@media (max-width:320px) { 

header.home {
	float: left;
	width: 100%;
	height: auto;
}

header.home #bar {
	position: relative;
	top: 0;
	width: 90px;
	margin-left: 5%;
	margin-top: -240px;
	height: 220px;
	background-color: #048e4a;
	z-index: 0;
}

header.home #mask {
	position: relative;
	top: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}

header.home #img-head {
	position: relative;
	top: 0;
	width: 200%;
	height: auto;
	z-index: -9999;
}

header.home #img-head img {
	width: 100%;
	height: auto;
}

header.home #esc-bet {
	position: relative;
	width: 112px;
	margin-left: 2px;
	height: 118px;
	background-image: url("images/esc-bet2.png");
	background-repeat: no-repeat;
	top: 138px;
}

header.home #let {
	position: relative;
	width:100px;
	height: 90px;
	background-image: url("images/claim-header4.png");
	background-repeat: no-repeat;
	margin-top: -100px;
	margin-left: 60%;
}

/* NAV HOME */

#content.home {
	float: left;
	width: 100%;
	margin-top: 20px;
}

nav.home ul {
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-top: 20px;
}

nav.home ul li {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	height: auto;
	background-color: #000;
}

nav.home ul li img {
	float: left;
	width: 100%;
	height: auto;
}

nav.home span {
	display: none;
}

nav.home a {
	float: left;
	width: 100%;
	height: auto;
}

/* HEADER SECTIONS */

header.sections {
	float: left;
	width: 160px;
	height: 200px;
}

header.sections #bar {
	position: relative;
	top: 0;
	width: 127px;
	margin-left: 20px;
	height: 200px;
	background-color: #048e4a;
}

header.sections #esc-bet {
	position: relative;
	width: 112px;
	margin-left: 6px;
	height: 118px;
	background-image: url("images/esc-bet.png");
	background-repeat: no-repeat;
	top: 87px;
}

/* NAV SECTIONS*/

#container {
	float:left;
	width: 100%;
	height: auto;
}

#content.sections {
	float: left;
	width: 100%;
}

nav.sections ul {
	float: left;
	width: 100px;
	margin-top: 110px;
}

nav.sections ul li {
	float: left;
	width: 100px;
	margin-top: 6px;
}

nav.sections a {
	float: left;
	width: 100px;
	font-family: 'bebas_neueregular';
	color: #048e4a;
	text-decoration: none;
}

nav.sections a.current {
	color: #000;
	border-bottom: 1px solid #048e4a;
}

nav.sections a:hover {
	color: #000;
	margin-left:5px;
	-webkit-transition: color 1s; /* Safari */
    transition: color 1s;
    -webkit-transition: margin 1s; /* Safari */
    transition: margin 1s;
}

#text {
	float: left; 
	width: 80%;
	padding-left: 20px;
	padding-top: 50px;
}

div.full2 {
	display: none !important;
}

div.medium {
	display: none !important;
}

div.low {
	display: none !important;
}

div.full {
	display: none !important;
}

h6 {
	margin-top: 150px;
}

}

@media (min-width:321px) and (max-width:479px) {

header.home {
	float: left;
	width: 100%;
	height: auto;
}

header.home #bar {
	position: relative;
	top: 0;
	width: 90px;
	margin-left: 5%;
	margin-top: -240px;
	height: 220px;
	background-color: #048e4a;
	z-index: 0;
}

header.home #mask {
	position: relative;
	top: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}

header.home #img-head {
	position: relative;
	top: 0;
	width: 200%;
	height: auto;
	z-index: -9999;
}

header.home #img-head img {
	width: 100%;
	height: auto;
}

header.home #esc-bet {
	position: relative;
	width: 112px;
	margin-left: 2px;
	height: 118px;
	background-image: url("images/esc-bet2.png");
	background-repeat: no-repeat;
	top: 138px;
}

header.home #let {
	position: relative;
	width:100px;
	height: 90px;
	background-image: url("images/claim-header4.png");
	background-repeat: no-repeat;
	margin-top: -100px;
	margin-left: 60%;
}

/* NAV HOME */

#content.home {
	float: left;
	width: 100%;
	margin-top: 20px;
}

nav.home ul {
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-top: 20px;
}

nav.home ul li {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	height: auto;
	background-color: #000;
}

nav.home ul li img {
	float: left;
	width: 100%;
	height: auto;
}

nav.home span {
	display: none;
}

nav.home a {
	float: left;
	width: 100%;
	height: auto;
}

/* HEADER SECTIONS */

header.sections {
	float: left;
	width: 160px;
	height: 200px;
}

header.sections #bar {
	position: relative;
	top: 0;
	width: 127px;
	margin-left: 20px;
	height: 200px;
	background-color: #048e4a;
}

header.sections #esc-bet {
	position: relative;
	width: 112px;
	margin-left: 6px;
	height: 118px;
	background-image: url("images/esc-bet.png");
	background-repeat: no-repeat;
	top: 87px;
}

/* NAV SECTIONS*/

#container {
	float:left;
	width: 100%;
	height: auto;
}

#content.sections {
	float: left;
	width: 100%;
}

nav.sections ul {
	float: left;
	width: 100px;
	margin-top: 110px;
}

nav.sections ul li {
	float: left;
	width: 100px;
	margin-top: 6px;
}

nav.sections a {
	float: left;
	width: 100px;
	font-family: 'bebas_neueregular';
	color: #048e4a;
	text-decoration: none;
}

nav.sections a.current {
	color: #000;
	border-bottom: 1px solid #048e4a;
}

nav.sections a:hover {
	color: #000;
	margin-left:5px;
	-webkit-transition: color 1s; /* Safari */
    transition: color 1s;
    -webkit-transition: margin 1s; /* Safari */
    transition: margin 1s;
}

#text {
	float: left; 
	width: 80%;
	padding-left: 20px;
	padding-top: 50px;
}

#text img {
	float: left;
	width: 130%;
	height: auto;
	margin-bottom: 40px;
}

div.full2 {
	display: none !important;
}

div.medium {
	display: none !important;
}

div.low {
	display: none !important;
}

div.tablet {
	display: none !important;
}

div.full {
	display: none !important;
}

h6 {
	margin-top: 150px;
}


 }

@media (min-width:480px) and (max-width:767px) { 

header.home {
	float: left;
	width: 100%;
	height: auto;
}

header.home #bar {
	position: relative;
	top: 0;
	width: 90px;
	margin-left: 5%;
	margin-top: -600px;
	height: 580px;
	background-color: #048e4a;
	z-index: 0;
}

header.home #img-head {
	position: relative;
	top: 0;
	width: 100%;
	height: auto;
	z-index: -9999;
}

header.home #img-head img {
	width: 100%;
	height: auto;
}

header.home #esc-bet {
	position: relative;
	width: 112px;
	margin-left: 2px;
	height: 118px;
	background-image: url("images/esc-bet2.png");
	background-repeat: no-repeat;
	top: 495px;
}

header.home #let {
	position: relative;
	width:100px;
	height: 89px;
	background-image: url("images/claim-header4.png");
	background-repeat: no-repeat;
	margin-top: -90px;
	margin-bottom: 5px;
	margin-left: 72%;
}

/* NAV HOME */

#content.home {
	float: left;
	width: 100%;
	margin-top: 20px;
}

nav.home ul {
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-top: 20px;
}

nav.home ul li {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	height: auto;
	background-color: #000;
}

nav.home ul li img {
	float: left;
	width: 100%;
	height: auto;
}

nav.home span {
	display: none;
}

nav.home a {
	float: left;
	width: 100%;
	height: auto;
}

/* HEADER SECTIONS */

header.sections {
	float: left;
	width: 160px;
	height: 200px;
}

header.sections #bar {
	position: relative;
	top: 0;
	width: 127px;
	margin-left: 20px;
	height: 200px;
	background-color: #048e4a;
}

header.sections #esc-bet {
	position: relative;
	width: 112px;
	margin-left: 6px;
	height: 118px;
	background-image: url("images/esc-bet.png");
	background-repeat: no-repeat;
	top: 87px;
}

/* NAV SECTIONS*/

#container {
	float:left;
	width: 100%;
	height: auto;
	background-image: url("images/hastag.png");
	background-repeat: no-repeat;
	background-position: top right;
}

#content.sections {
	float: left;
	width: 100%;
}

nav.sections ul {
	float: left;
	width: 100px;
	margin-top: 110px;
}

nav.sections ul li {
	float: left;
	width: 100px;
	margin-top: 6px;
}

nav.sections a {
	float: left;
	width: 100px;
	font-family: 'bebas_neueregular';
	color: #048e4a;
	text-decoration: none;
}

nav.sections a.current {
	color: #000;
	border-bottom: 1px solid #048e4a;
}

nav.sections a:hover {
	color: #000;
	margin-left:5px;
	-webkit-transition: color 1s; /* Safari */
    transition: color 1s;
    -webkit-transition: margin 1s; /* Safari */
    transition: margin 1s;
}

#text {
	float: left; 
	width: 70%;
	padding-left: 20px;
	padding-top: 50px;
}

#text img {
	float: left;
	width: 130%;
	height: auto;
	margin-bottom: 40px;
}

div.full2 {
	display: none !important;
}

div.medium {
	display: none !important;
}

div.low {
	display: none !important;
}

div.full {
	display: none !important;
}

h6 {
	margin-top: 150px;
}


}





@media (min-width:768px) and (max-width:1023px) {

header.home {
	float: left;
	width: 100%;
	height: auto;
}

header.home #bar {
	position: relative;
	top: 0;
	width: 90px;
	margin-left: 5%;
	margin-top: -600px;
	height: 580px;
	background-color: #048e4a;
	z-index: 0;
}

header.home #img-head {
	position: relative;
	top: 0;
	width: 100%;
	height: auto;
	z-index: -9999;
}

header.home #img-head img {
	width: 100%;
	height: auto;
}

header.home #esc-bet {
	position: relative;
	width: 112px;
	margin-left: 2px;
	height: 118px;
	background-image: url("images/esc-bet2.png");
	background-repeat: no-repeat;
	top: 495px;
}

header.home #let {
	position: relative;
	width:180px;
	height: 160px;
	background-image: url("images/claim-header3.png");
	background-repeat: no-repeat;
	margin-top: -160px;
	margin-bottom: 5px;
	margin-left: 72%;
}

/* NAV HOME */

#content.home {
	float: left;
	width: 100%;
	margin-top: 20px;
}

nav.home ul {
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-top: 20px;
}

nav.home ul li {
	float: left;
	width: 49%;
	margin-right: 1%;
	margin-bottom: 20px;
	height: auto;
	background-color: #000;
}

nav.home ul li img {
	float: left;
	width: 100%;
	height: auto;
}

nav.home span {
	display: none;
}

nav.home a {
	float: left;
	width: 100%;
	height: auto;
}

/* HEADER SECTIONS */

#container {
	float:left;
	width: 100%;
	height: auto;
	background-image: url("images/hastag.png");
	background-repeat: no-repeat;
	background-position: top right;
}

header.sections {
	float: left;
	width: 120px;
	height: auto;
}

header.sections #bar {
	position: relative;
	top: 0;
	width: 90px;
	margin-left: 20px;
	height: 390px;
	background-color: #048e4a;
}

header.sections #esc-bet {
	position: relative;
	width: 112px;
	height: 118px;
	margin-left: 2px;
	background-image: url("images/esc-bet2.png");
	background-repeat: no-repeat;
	top: 200px;
}

/* NAV SECTIONS*/

#content.sections {
	float: left;
	width: 418px;
}

nav.sections ul {
	float: left;
	width: 150px;
	margin-top: 300px;
}

nav.sections ul li {
	float: left;
	width: 150px;
	margin-top: 6px;
}

nav.sections a {
	float: left;
	width: 150px;
	font-family: 'bebas_neueregular';
	color: #048e4a;
	text-decoration: none;
}

nav.sections a.current {
	color: #000;
	border-bottom: 1px solid #048e4a;
}

nav.sections a:hover {
	color: #000;
	margin-left:5px;
	-webkit-transition: color 1s; /* Safari */
    transition: color 1s;
    -webkit-transition: margin 1s; /* Safari */
    transition: margin 1s;
}

#text {
	float: left; 
	width: 388px;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 200px;
}

#text img {
	float: left;
	width: 650px;
	height: auto;
	margin-bottom: 40px;
}

div.full2 {
	display: none !important;
}

div.medium {
	display: none !important;
}

div.full {
	display: none !important;
}

div.mobile {
	display: none !important;
}

h6 {
	margin-top: 300px;
}

}





@media (min-width:1024px) and (max-width:1279px) { 

header.home {
	float: left;
	width: 100%;
	height: auto;
}

header.home #bar {
	position: relative;
	top: 0;
	width: 127px;
	margin-left: 5%;
	margin-top: -600px;
	height: 580px;
	background-color: #048e4a;
	z-index: 0;
}

header.home #img-head {
	position: relative;
	top: 0;
	width: 100%;
	height: auto;
	z-index: -9999;
}

header.home #img-head img {
	width: 100%;
	height: auto;
}

header.home #esc-bet {
	position: relative;
	width: 112px;
	margin-left: 6px;
	height: 118px;
	background-image: url("images/esc-bet.png");
	background-repeat: no-repeat;
	top: 470px;
}

header.home #let {
	position: relative;
	width:250px;
	height: 222px;
	background-image: url("images/claim-header2.png");
	background-repeat: no-repeat;
	margin-top: -225px;
	margin-bottom: 8px;
	margin-left: 73%;
}

/* NAV HOME */

#content.home {
	float: left;
	width: 100%;
	margin-top: 20px;
}

nav.home ul {
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-top: 20px;
}

nav.home ul li {
	float: left;
	width: 49%;
	margin-right: 1%;
	margin-bottom: 20px;
	height: auto;
	background-color: #000;
}

nav.home ul li img {
	float: left;
	width: 100%;
	height: auto;
}

nav.home span {
	display: none;
}

nav.home a {
	float: left;
	width: 100%;
	height: auto;
}

/* HEADER SECTIONS */

#container {
	float:left;
	width: 100%;
	height: auto;
	background-image: url("images/hastag.png");
	background-repeat: no-repeat;
	background-position: top right;
}

header.sections {
	float: left;
	width: 160px;
	height: 800px;
}

header.sections #bar {
	position: relative;
	top: 0;
	width: 127px;
	margin-left: 20px;
	height: 600px;
	background-color: #048e4a;
}

header.sections #esc-bet {
	position: relative;
	width: 112px;
	margin-left: 6px;
	height: 118px;
	background-image: url("images/esc-bet.png");
	background-repeat: no-repeat;
	top: 307px;
}

/* NAV SECTIONS*/

#content.sections {
	float: left;
	width: 714px;
}

nav.sections ul {
	float: left;
	width: 150px;
	margin-top: 505px;
}

nav.sections ul li {
	float: left;
	width: 150px;
	margin-top: 6px;
}

nav.sections a {
	float: left;
	width: 150px;
	font-family: 'bebas_neueregular';
	color: #048e4a;
	text-decoration: none;
}

nav.sections a.current {
	color: #000;
	border-bottom: 1px solid #048e4a;
}

nav.sections a:hover {
	color: #000;
	margin-left:5px;
	-webkit-transition: color 1s; /* Safari */
    transition: color 1s;
    -webkit-transition: margin 1s; /* Safari */
    transition: margin 1s;
}

#text {
	float: left; 
	width: 620px;
	padding-right: 200px;
	padding-left: 50px;
	padding-top: 200px;
}

#text img {
	float: left;
	width: 800px;
	height: auto;
	margin-top: 30px;
	margin-bottom: 40px;
}

div.full2 {
	display: none !important;
}

div.full {
	display: none !important;
}

div.low {
	display: none !important;
}

div.mobile {
	display: none !important;
}

#video {
	margin-top: 50px;
}

h6 {
	margin-top: 350px;
}

}



@media (min-width:1280px) and (max-width:1919px) { 

header.home {
	float: left;
	width: 100%;
	height: auto;
}

header.home #bar {
	position: relative;
	top: 0;
	width: 127px;
	margin-left: 5%;
	margin-top: -600px;
	height: 580px;
	background-color: #048e4a;
	z-index: 0;
}

header.home #img-head {
	position: relative;
	top: 0;
	width: 100%;
	height: auto;
	z-index: -9999;
}

header.home #img-head img {
	width: 100%;
	height: auto;
}

header.home #esc-bet {
	position: relative;
	width: 112px;
	margin-left: 6px;
	height: 118px;
	background-image: url("images/esc-bet.png");
	background-repeat: no-repeat;
	top: 470px;
}

header.home #let {
	position: relative;
	width:324px;
	height: 289px;
	background-image: url("images/claim-header.png");
	background-repeat: no-repeat;
	margin-top: -290px;
	margin-bottom: 8px;
	margin-left: 72%;
}

/* NAV HOME */

#content.home {
	float: left;
	width: 100%;
	margin-top: 20px;
}

nav.home ul {
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-top: 20px;
}

nav.home ul li {
	float: left;
	width: 49%;
	margin-right: 1%;
	margin-bottom: 20px;
	height: auto;
	background-color: #000;
}

nav.home ul li img {
	float: left;
	width: 100%;
	height: auto;
}

nav.home span {
	display: none;
}

nav.home a {
	float: left;
	width: 100%;
	height: auto;
}

/* HEADER SECTIONS */

#container {
	float:left;
	width: 100%;
	height: auto;
	background-image: url("images/hastag.png");
	background-repeat: no-repeat;
	background-position: top right;
}

header.sections {
	float: left;
	width: 160px;
	height: 640px;
}

header.sections #bar {
	position: relative;
	top: 0;
	width: 127px;
	margin-left: 20px;
	height: 640px;
	background-color: #048e4a;
}

header.sections #esc-bet {
	position: relative;
	width: 112px;
	margin-left: 6px;
	height: 118px;
	background-image: url("images/esc-bet.png");
	background-repeat: no-repeat;
	top: 307px;
}

/* NAV SECTIONS*/

#content.sections {
	float: left;
	width: 920px;
}

nav.sections ul {
	float: left;
	width: 200px;
	margin-top: 535px;
}

nav.sections ul li {
	float: left;
	width: 200px;
	margin-top: 6px;
}

nav.sections a {
	float: left;
	width: 200px;
	font-family: 'bebas_neueregular';
	color: #048e4a;
	text-decoration: none;
}

nav.sections a.current {
	color: #000;
	border-bottom: 1px solid #048e4a;
}

nav.sections a:hover {
	color: #000;
	margin-left:5px;
	-webkit-transition: color 1s; /* Safari */
    transition: color 1s;
    -webkit-transition: margin 1s; /* Safari */
    transition: margin 1s;
}

#text {
	float: left; 
	width: 620px;
	padding-right: 200px;
	padding-left: 100px;
	padding-top: 200px;
	margin-bottom: 100px;
}

#text img {
	float: left;
	width: 1000px;
	height: auto;
	margin-top: 30px;
	margin-bottom: 40px;
}

div.full {
	display: none !important;
}

div.medium {
	display: none !important;
}

div.low {
	display: none !important;
}

div.tablet {
	display: none !important;
}

div.mobile {
	display: none !important;
}

#video {
	margin-top: 30px;
}

h6 {
	margin-top: 500px;
}

}




@media (min-width:1920px) {

header.home {
	float: left;
	width: 100%;
	height: auto;
}

header.home #bar {
	position: relative;
	top: 0;
	width: 127px;
	margin-left: 5%;
	margin-top: -600px;
	height: 580px;
	background-color: #048e4a;
	z-index: 0;
}

header.home #img-head {
	position: relative;
	top: 0;
	width: 100%;
	height: auto;
	z-index: -9999;
}

header.home #img-head img {
	width: 100%;
	height: auto;
}

header.home #esc-bet {
	position: relative;
	width: 112px;
	margin-left: 6px;
	height: 118px;
	background-image: url("images/esc-bet.png");
	background-repeat: no-repeat;
	top: 470px;
}

header.home #let {
	position: relative;
	width:324px;
	height: 289px;
	background-image: url("images/claim-header.png");
	background-repeat: no-repeat;
	margin-top: -380px;
	margin-bottom: 90px;
	margin-left: 75%;
}

/* NAV HOME */

#content.home {
	float: left;
	width: 100%;
	margin-top: 20px;
}

nav.home ul {
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-top: 20px;
}

nav.home ul li {
	float: left;
	width: 49%;
	margin-right: 1%;
	margin-bottom: 20px;
	height: auto;
	background-color: #000;
}

nav.home ul li img {
	float: left;
	width: 100%;
	height: auto;
}

nav.home span {
	display: none;
}

nav.home a {
	float: left;
	width: 100%;
	height: auto;
}

/* HEADER SECTIONS */

#container {
	float:left;
	width: 100%;
	height: auto;
	background-image: url("images/hastag.png");
	background-repeat: no-repeat;
	background-position: top right;
}

header.sections {
	float: left;
	width: 160px;
	height: 800px;
}

header.sections #bar {
	position: relative;
	top: 0;
	width: 127px;
	margin-left: 20px;
	height: 800px;
	background-color: #048e4a;
}

header.sections #esc-bet {
	position: relative;
	width: 112px;
	margin-left: 6px;
	height: 118px;
	background-image: url("images/esc-bet.png");
	background-repeat: no-repeat;
	top: 307px;
}

/* NAV SECTIONS*/

#content.sections {
	float: left;
	width: 1560px;
}

nav.sections ul {
	float: left;
	width: 200px;
	margin-top: 705px;
}

nav.sections ul li {
	float: left;
	width: 200px;
	margin-top: 6px;
}

nav.sections a {
	float: left;
	width: 200px;
	font-family: 'bebas_neueregular';
	color: #048e4a;
	text-decoration: none;
}

nav.sections a.current {
	color: #000;
	border-bottom: 1px solid #048e4a;
}

nav.sections a:hover {
	color: #000;
	margin-left:5px;
	-webkit-transition: color 1s; /* Safari */
    transition: color 1s;
    -webkit-transition: margin 1s; /* Safari */
    transition: margin 1s;
}

#text {
	float: left; 
	width: 1000px;
	padding-right: 460px;
	padding-left: 100px;
	padding-top: 200px;
	margin-bottom: 100px;
}

#text img {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 30px;
	margin-bottom: 40px;
}

div.full2 {
	display: none !important;
}

div.medium {
	display: none !important;
}

div.low {
	display: none !important;
}

div.mobile {
	display: none !important;
}

#video {
	margin-top: 50px;
}

h6 {
	margin-top: 500px;
}





}