@font-face {
    font-family: 'Zona Pro Light';
    src: url('../fonts/ZonaPro-Light.woff2') format('woff2'),
        url('../fonts/ZonaPro-Light.woff') format('woff');
    font-style: normal;
}

@font-face {
    font-family: 'Zona Pro Regular';
    src: url('../fonts/ZonaPro-Regular.woff2') format('woff2'),
        url('../fonts/ZonaPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Zona Pro SemiBold';
    src: url('../fonts/ZonaPro-SemiBold.woff2') format('woff2'),
        url('../fonts/ZonaPro-SemiBold.woff') format('woff');
    font-style: normal;
}
@font-face {
    font-family: 'Zona Pro Bold';
    src: url('../fonts/ZonaPro-Bold.woff2') format('woff2'),
        url('../fonts/ZonaPro-Bold.woff') format('woff');
    font-style: normal;
}
@font-face {
    font-family: 'Zona Pro Black';
    src: url('../fonts/ZonaPro-Black.woff2') format('woff2'),
        url('../fonts/ZonaPro-Black.woff') format('woff');
    font-style: normal;
}
body {
font-family: "Zona Pro Light", Arial;
color: #000000;
margin: 0;

}

html {
  
  line-height: 1.4;
  width: 100%;
  height: 100%;
}

img {
	max-width:100%;
	height:auto;
    }
* {
	box-sizing: border-box;
}


h1 {
  font-family: "Zona Pro Light", Arial;
  font-weight: 100;
  text-align: center;
  font-size: 3.2vw;
  line-height: 3.8vw;
  color:#000000;
  padding: 2% 3%;
  }
  
 .oportunities {
  font-family: "Zona Pro Bold", Arial;
  text-align: center;
  font-size: 2.6vw;
  line-height: 3.1vw;
  color:#ffffff;
  padding: 3vw 3vw 0 3vw;
 }
h2 {
  font-family: "Zona Pro Black", Arial;
  text-align: center;
  color:#ffffff;
  font-size: 2vw;
  line-height: 2.2vw;
  padding: 5%;
  }

.price {
  font-size: 5vw;
  line-height: 5vw;
}

h3 {
  font-family: "Zona Pro Light", Arial;
  font-weight: 100;
  font-size: 1.7vw;
  line-height: 2.2vw;
  text-align: left;
  padding: 4vw 2vw 0 5.3vw;
  color:#000000;
}
h4 {
  font-family: "Zona Pro Light", Arial;
  font-weight: 100;
  font-size: 1.2vw;
  line-height: 1.4vw;
  text-align: left;
  color:#ffffff;
  padding: 0 2vw 0 0.5vw;
  
}
p {
  font-family: "Zona Pro Light", Arial;
  text-align: left;
  font-size: 1vw;
  line-height: 1.3vw;
  color:#000000;
  padding: 3%;
}
.pbag {
  font-family: "Zona Pro Light", Arial;
  text-align: left;
  font-size: 1.3vw;
  line-height: 2vw;
  color:#7f28c4;
  padding: 0vw 6vw 0vw 2vw;
}

.wrapsection {
    margin: 0px auto;
	padding: 0;
} 
.wrapsection:after {
  content: "";
  display: table;
  clear: both;
}
.wrapsectioncolor {
    margin: 0px auto;
	background-image: url("../lpimg/bkg_image.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;	
    background-position: center;
	padding: 0;
} 
.wrapsectioncolor:after {
  content: "";
  display: table;
  clear: both;
}

.spacer {
	display: block;
	height: 2vw;
	width: 100%;
	}


.dark {
	font-family: "Zona Pro Bold", Arial;
}
.darker {
	font-family: "Zona Pro Black", Arial;
}
.lighter {
	font-family: "Zona Pro Light", Arial;
}

.hero {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0 12vw;
	position: relative;
}
.hero:after {
  content: "";
  display: table;
  clear: both;
}
.herohalf {
	width: 50%;
	float: left;
	text-align: left;
	margin: 0px auto;
	position: relative;
}
.herohalf:after {
  content: "";
  display: table;
  clear: both;
}

.hero25 {
	width: 25%;
	float: left;
	text-align: center;
	margin: 0px auto;
	padding:0;

}
.hero25:after {
  content: "";
  display: table;
  clear: both;
}


.desc11  {
  font-family: "Zona Pro Light", Arial;
  font-weight:100;
  text-align: center;
  font-size: 1.1vw;
  line-height: 1.3vw;
  color:#000000;
  position: absolute;
  top: 78%;
  left: 15%;
  padding-right:41%;
}
.desc21  {
  font-family: "Zona Pro Light", Arial;
  font-weight:100;
  text-align: center;
  font-size: 1.1vw;
  line-height: 1.3vw;
  color:#000000;
  position: absolute;
  top: 74%;
  left: 17%;
  padding-right:37%;
}

.desc12 {
  font-family: "Zona Pro Light", Arial;
  font-weight:100;
  text-align: center;
  font-size: 1.1vw;
  line-height: 1.3vw;
  color:#000000;
  position: absolute;
  top: 50%;
  left: 62%;
  padding-right:15%;
}
.desc22 {
  font-family: "Zona Pro Light", Arial;
  font-weight:100;
  text-align: center;
  font-size: 1.1vw;
  line-height: 1.3vw;
  color:#000000;
  position: absolute;
  top: 50%;
  left: 62%;
  padding-right:18%;
}
.desc13 {
  font-family: "Zona Pro Light", Arial;
  font-weight:100;
  text-align: center;
  font-size: 1.1vw;
  line-height: 1.3vw;
  color:#000000;
  position: absolute;
  top: 81%;
  left: 62%;
  padding-right:19%;
}

.desc31 {
  font-family: "Zona Pro Light", Arial;
  font-weight:100;
  text-align: center;
  font-size: 1.1vw;
  line-height: 1.3vw;
  color:#000000;
  position: absolute;
  top: 74%;
  left: 13%;
  padding-right:39%;
}

.desc32 {
  font-family: "Zona Pro Light", Arial;
  font-weight:100;
  text-align: center;
  font-size: 1.1vw;
  line-height: 1.3vw;
  color:#000000;
  position: absolute;
  top: 50%;
  left: 65.5%;
  padding-right:19%;
}

.bigger {
  font-family: "Zona Pro Black", Arial;
  font-size: 2.6vw;
  line-height: 2.8vw;
}
.bigger2 {
  font-family: "Zona Pro Black", Arial;
  font-size: 1.6vw;
  line-height: 1.6vw;
}
.price {
  font-family: "Zona Pro Bold", Arial;
  font-size: 1.3vw;
  line-height: 2vw;
  text-decoration:line-through;
}
.hero6 {
	width: 6%;
	float: left;
	padding-top:15vw;
	text-align: center;

}
.hero6:after {
  content: "";
  display: table;
  clear: both;
}
.diffpadding {
	padding-top: 8vw;
}
.hero44 {
	width: 44%;
	float: left;
	text-align: center;
	padding-top:1vw;
	margin: 0px;
}
.hero44:after {
  content: "";
  display: table;
  clear: both;
}
.nopadding {
	padding-top: 0;
}
.hero75 {
	width: 75%;
	float: left;
	margin: 0px;
}
.hero75:after {
  content: "";
  display: table;
  clear: both;
}
.hero15 {
	width: 14%;
	float: left;
	text-align: center;

}
.hero15:after {
  content: "";
  display: table;
  clear: both;
}
.hero85 {
	width: 85%;
	float: left;
	margin: 0px;
}
.hero85:after {
  content: "";
  display: table;
  clear: both;
}
.rounddiv {
	background-color: #ffffff; 
	color: #000000; 
	margin:3vw 12vw 2vw;
	border-radius: 8vw 0 8vw 0;
	
}

.container {
  position: relative;
  text-align: center;
}
.avonontext {
  position: absolute;
  top: 2%;
  left: 43%;
  padding-right:7%;
  margin-top:0;
}
.different {
  font-family: "Zona Pro Light", Arial;
  text-align: right;
  font-size: 2.1vw;
  line-height: 2.8vw;
  color:#ffffff;
  padding: 1vw 0;
  }
.different2 {
  font-family: "Zona Pro Black", Arial;
  text-align: center;
   color:#792a85;
  padding: 1vw 0;
	  background: -webkit-linear-gradient(411.14deg, #5c1e8e 30%, #E2197C 70.61%, #E5231B 102.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.downloadnow {
  font-family: "Zona Pro Black", Arial;
  text-align: center;
  color:#ffffff;
  font-size: 1.3vw;
  line-height: 1vw;
  padding: 10% 14% 0 0;
}

.transptext {
	font-family: "Zona Pro Black", Arial;
	color: transparent;
   -webkit-text-stroke: 0.1vw #E5231B;
}


.badges {
	height: 5.5vw;
	width: auto;
	padding-top: 1.5vw;
}
.avonon {
	padding: 4% 15% 2% 2%;
}

.deskt {
	display: block;
}
.mob {
	display: none;
}



/*********************
RESPONSIVE
*********************/


@media all and  (max-width: 600px) {
	
h1 {
  font-size: 5.2vw;
  line-height: 6vw;
  padding: 2% 2% 0;
  }
		
h2 {
  font-size: 5vw;
  line-height: 6vw;
  padding: 5%;
  }

.price {
  font-size: 15vw;
  line-height: 15vw;
}

h3 {
  font-size: 4vw;
  line-height: 5vw;
  text-align: center;
  padding: 4% 6% 2%;
}
h4 {
  font-size: 3vw;
  line-height: 4vw;
  text-align: left;
 
}		

 
p {
  font-size: 2.3vw;
  line-height: 3vw;
  } 
.transptext {
	font-family: "Zona Pro Black", Arial;
	color: transparent;
   -webkit-text-stroke: 0.2vw #E5231B;
}
.hero15 {
	width: 20%;
}
.hero85 {
	width: 80%;
}

.hero6 {
	width: 100%;
	float: none;
	padding:3vw 0;
	text-align: center;
    margin: 0 auto;
}
.plus {
	padding:0vw 35vw;	
}
.diffpadding {
	padding-top: 8vw;
}
.hero44 {
	width: 100%;
	float: none;
	padding:2vw 2vw 0 2vw;
	margin: 0px;
}
.nopadding {
	padding-top: 0;
}
.hero75 {
	width: 100%;
	float: none;
	margin: 0px;
}


.hero {
	text-align: center;
	padding:0vw 1vw;
}

.deskt {
	display: none;
}
.mob {
	display: block;
}
.hero25 {
	width:100%;
	padding: 0;
}


.desc11 {
  font-size: 2.3vw;
  line-height: 2.8vw;
  top: 40%;
  left: 15%;
  padding-right:15%;
}

.desc12 {
  font-size: 2.3vw;
  line-height: 2.8vw;
  top: 63%;
  left: 8%;
  padding-right:53%;
}
.desc13 {
  font-size: 2.3vw;
  line-height: 2.8vw;
  top: 63%;
  left: 53%;
  padding-right:8%;
}
.desc21 {
  font-size: 2.3vw;
  line-height: 2.8vw;
  top: 40%;
  left: 22%;
  padding-right:20%;
}
.desc22 {
  font-size: 2.3vw;
  line-height: 2.8vw;
  top: 63%;
  left: 8%;
  padding-right:53%;
}
.desc31 {
   font-size: 2.3vw;
  line-height: 2.8vw;
  top: 39%;
  left: 11%;
  padding-right:8%;
}

.desc32 {
  font-size: 2.3vw;
  line-height: 2.8vw;
  top: 63%;
  left: 15%;
  padding-right:53%;
}

.bigger {
  font-size: 6vw;
  line-height: 7vw;
}
.bigger2 {
  font-family: "Zona Pro Black", Arial;
  font-size: 4.5vw;
  line-height: 4.5vw;
}
.price {
  font-family: "Zona Pro Bold", Arial;
  font-size: 2.8vw;
  line-height: 3.5vw;
  text-decoration:line-through;
}
.spacer {
	height: 4vw;
}
.hero75 {
	width: 100%;
	float: none;
	margin: 0px;
}


.avonontext {
  position: absolute;
  top: 49%;
  left: 14%;
  padding-right:14%;
  margin-top:0;
}
.different {
  text-align: center;
  font-size: 3vw;
  line-height: 3.6vw;
  padding: 0;
}
.different2 {
  text-align: center;
  font-size: 5vw;
  line-height: 6vw;
  color:#792a85;
  padding: 0;
  display:inline;
}
.badges {
	width: 33.33%;
	height: auto;
	padding-top: 1.5vw;
	display: inline;
	margin: 0 auto;
}
.avonon {
	padding:0;
	margin: 0 auto;
	width: 30%;
	height:auto;
}


.herohalf {
	width: 100%;
}


.downloadnow {
  font-size: 3vw;
  line-height: 3vw;
  padding: 14% 0%;
}
 .oportunities {
  font-size: 4vw;
  line-height: 5vw;
   }

}
