<style>
@import url('https://fonts.googleapis.com/css?	family=Roboto:400,700');

html { font-size:100%; } 

/* Small devices (portrait tablets and large phones, up to 800px) */
@media only screen and (max-width: 1179px) {

body {font-size:1rem;}
.zone1{
	width:100%;
	top: 0px;
    left: 0px;
	}
	
	.zone2{
        width: 100%;
    height: 100%;
    position: relative;
    margin-top: 15%;
	}
	
	.zone4{
	width: 100%;
    position: absolute;
    left: 0px;
    margin: 3% auto;
    text-align: center;
	}
	
	.zone5{
    width: 100%;
    height: 150vw;
    position: absolute;
    left: 0px;
    margin: 22% auto;
	}
	
	.zone1_left{
		width: 100%;	
		float: left;
		
	}
	.zone1_right{
		width: 50%;	
		float:left;
		
	}
.background{
	width: 100%;
    height: 92%;
	top: 0px;
	left: 0px;
    background-image: url(../reala_vv_bg_80.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
}

.garrafa {
		text-align: center;
}

.garrafa img{
	position: relative;
    margin-top: 30%;
    margin-left: -5%;
    width: 70%;
}
	.zone1_right_box {
		position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
	}
	.barra {
        position: absolute;
    top: 5%;
    left: 25%;
    width: 33vh;
    height: 1.5%;
    background-color: #b31006;
	}	
	.titulo {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20vw;
    position: relative;
    top: 12%;
	}	
	.subtitulo {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 8vw;    
    position: relative;
    top: 17%;
	}
	.intro_txt {
        font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 4vw;
    text-align: center;
    line-height: 1.8;
    letter-spacing: 2px;
    color: #1a1a1a;
    position: relative;
	}

	.zone4_menu{
		width: 100%;
		
	}
	
	div[class^="menu"] {
	width: 100%;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: light;
    color: white;
    background-color: #ba1509;
    font-size: 3vw;
    padding: 1% 0 1% 0;
    cursor: pointer;
	}
	
	div[class^="menu"]:nth-child(1n+1) {background: #82C788;}
	div[class^="menu"]:nth-child(1n+2) {background: #3E1805;}
	div[class^="menu"]:nth-child(1n+3) {background: #35af6c;}
	div[class^="menu"]:nth-child(1n+4) {background: #DE1533;}
	div[class^="menu"]:nth-child(1n+5) {background: #D07C35;}
	div[class^="menu"]:nth-child(1n+6) {background: #7B6A2E;}
	
	div[class^="dados"] {
		float:left;	 
		line-height: 2.5vw;
	}
	.detalhes1{
	width: 100%;
    height: 100%;
    display: inline-grid;
    grid-template-columns: repeat(22, 1fr);
    grid-template-rows: repeat(36, 1fr);
	}

	
	#det1.dados1{
	    position: relative;
    grid-column: 1 / 18;
    grid-row: 1 / 14;
	}
	
	#det1.dados1 div[class="fundo"]{
	    width: 100%;
    height: 100%;
    position: relative;
    background-color: #ba1509;
    border-top-right-radius: 50px;
    border-top-right-radius: 30% 35%;
	}
	
	#det1.dadostextotitulo{
	position: relative;
    grid-column: 2/ 15;
    grid-row: 1 / 4;
    font-size: 4vw;
    font-weight: bold;
    height: 100%;
    line-height: 15vw;
	}
	
	#det1.dadostextotitulo span {
		display: inline-block;
    vertical-align: middle;
    line-height: normal;
	}	
	
	#det1.dadostextodesc{
	position: relative;
    grid-column: 2 / 15;
    grid-row: 4 / 8;
    font-size: 3vw;
    font-weight: 300;
    line-height: 1.3;
	}
	
	div[class^="dadostexto"] {
		font-family: 'Roboto', sans-serif;
        color: white;        
	}	
	
	
	#det1.dados11{
	/* position: relative;
    grid-column: 2 / 3;
    grid-row: 4 / 5;
    TEXT-ALIGN: CENTER;    
    padding: 0 10px 0 10px; */
	}
	
	#det1.dados12{
	/* position: relative;
    grid-column: 3 / 4;
    grid-row: 4 / 5;
    TEXT-ALIGN: CENTER;
    padding: 0 10px 0 10px; */
	}
	
	#det1.dados13{
	/* position: relative;
    grid-column: 1 / 9;
    grid-row: 5 / 6;
    grid-column: 4 / 5;
    grid-row: 4 / 5;
    TEXT-ALIGN: CENTER;
    padding: 0 10px 0 10px; */
	}
	
	#det1.dadosicons{
	position: relative;
    grid-column: 2 / 14;
    grid-row: 9 / 15;
    TEXT-ALIGN: CENTER;
    width: 100%;
    display: inline-grid;
    grid-template-columns: repeat(3, 1fr);
    padding-left: 4%;
	}
	
	span[class^="infoicos"] {
		font-family: 'Roboto', sans-serif;
        color: white;
        font-size: 2vw;
	}
	#det1.dados11 img{
		  width: 50%;
	}
	#det1.dados12 img{
		  width: 50%;
	}
	#det1.dados13 img{
		  width: 50%;
	}
	
	#det1.dados2{
    width: 80%;
    position: relative;
    grid-column: 14/ 23;
    grid-row: 1 / 13;
	}
	
	#det1.dados3{
	text-align: center;
    grid-column: 2/ 13;
    grid-row: 15 / 30;
	}
	
	#det1.dados3 span[class="infonutri"]{
		font-family: 'Roboto', sans-serif;
	    font-size: 3vw;
	}
	#det1.dados3 img{
	 margin-top: 5%;
	}
	
	#det1.dados4{
	    grid-column: 14/ 23;
    grid-row: 24 / 27;
    
	}
	
	#det1.dados4 div[class="textoInfoTitulo"] {
	font-family: 'Roboto', sans-serif;
    line-height: 1.4;
    font-weight: 400;
    font-size: 3vw;
    text-align: center;
	}	
		
	#det1.dados4 div[class="formatosTipos"]{
    font-family: 'Roboto', sans-serif;
    line-height: 1.2;
    font-weight: 400;
    font-size: 2.3vw;
    float: left;
    text-align: center;
    padding: 0 3%;
    height: 100%;
    margin-top: 5%;
    width: 26%;
	}	
	
	#det1.dados4 div[class="formatosTipos"] img{
        height: 72%;
	}
		
		
	#det1.dados5{
	grid-column: 14/ 23;
    grid-row: 17 / 22;
	}
	
	#det1.dados5 div[class="fundo"]{
	width: 100%;
    height: 100%;
    background-color: #ba1509;
    border-radius: 100px;
    border-top-right-radius: 0;
	-webkit-box-shadow: -20px 25px 60px -21px rgba(0,0,0,0.5);
	-moz-box-shadow: -20px 25px 60px -21px rgba(0,0,0,0.5);
	box-shadow: -20px 25px 60px -21px rgba(0,0,0,0.5);
	}

	#det1.dadostextoInfo{
	    grid-column: 14/ 23;
    grid-row: 18 / 20;
    text-align: center;
    height: 100%;
}
	#det1.dadostextoInfo:before{
	 content: '';
	  display: inline-block;
	  height: 100%;
	  vertical-align: middle;
	}
	
	#det1.dadostextoInfo span[class="textodesc"]{
	    display: inline-flex;
    vertical-align: middle;
    text-align: center;
    font-size: 3vw;
    line-height: 1.4;
	}
		
	#det1.dados6 {
	grid-column: 2/ 20;
    grid-row: 36/ 38;
    text-align: center;
	}
	
	.compre{
	        backface-visibility: hidden;
    position: relative;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    background: #6E7C15;
    border-radius: 500px;
    border: 0px solid #444;
    border-width: 0px 0px 0px 0px;
    padding: 3vw 3vw 3vw 14vw;
    color: #fff;
    font-size: 4vw;
    font-weight: 500;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    -webkit-box-shadow: -20px 25px 60px -21px rgba(0,0,0,0.5);
    -moz-box-shadow: -20px 25px 60px -21px rgba(0,0,0,0.5);
    box-shadow: -20px 25px 60px -21px rgba(0,0,0,0.5);
}
  }
  .compre > div {
    color: #999;
  font-size: 10px;
  font-weight: initial;
  font-style: normal;
  text-align: center;
  margin: 0px 0px 0px 0px
  }
  .compre > i {
           color: #ca7204;
    font-size: 3vh;
    background: #fff;
    border-radius: 100px;
    border: 4px solid #EB8702;
    border-width: 4px 4px 4px 4px;
    padding: 3vw 4vw 4vw 3vw;
    margin: 1vw 1vw 1vw 1vw;
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
  }
  
  .compre > ld {
    font-size: initial
  }
			
	
  .compre:hover {
  background: #EB8702;
  text-decoration: none;
}
.compre:hover i{
    border: 4px solid #6E7C15;    
  }

  .compreLink{
		text-decoration:none;
	}

} 

/* Small devices (portrait tablets and large phones) */
@media only screen and (min-width: 2960px) {

body {font-size:1.2rem;}

} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

body {font-size:1.5rem;}

	.zone1{
	width:100%;
	top: 0px;
    left: 0px;
	}
	
	.zone2{
        width: 100%;
    height: 100%;
    position: relative;
    margin-top: -15%;
    left: 0px;
	}
	
	.zone4{
            width: 100%;
    height: 100px;
    position: absolute;
    left: 0px;
    margin: 2% auto;
    text-align: center;
	}
	
	.zone5{
    width: 100%;
    height: 65vh;
    position: absolute;
    left: 0px;
    margin: 6% auto;
	}
	
	.zone1_left{
		width: 50%;	
		float: left;
		
	}
	.zone1_right{
		width: 50%;	
		float:left;
		
	}
	.background {
	width: 100%;
    height: 92%;
    left: 0px;
    top: 82px;
    background-image: url(../reala_vv_bg_80.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
	}
	.garrafa {
		text-align: center;
	}
	.garrafa img{
		position: relative;
		margin-top: 30%;
		margin-left: 25%;
		width: 51%;
	}
	.zone1_right_box {
		position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
	}
	.barra {
    position: relative;
    top: 50%;
    left: 0%;
    width: 1%;
    height: 27vh;
    background-color: #b31006;
	}	
	.titulo {
        font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16.5vh;
    color: white;
    position: absolute;
    left: 4%;
    top: 57%;
	}	
	.subtitulo {
        font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 6.35vh;
    color: white;
    position: absolute;
    left: 4%;
    top: 70.5%;
	}
	.intro_txt {
        font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.4vw;
    text-align: left;
    line-height: 1.8;
    letter-spacing: 2px;
    color: #1a1a1a;
    position: relative;
    left: 60%;		
	}
	
	.zone4_menu{
		width: 100%;
		height: 100px;
	}
	
	div[class^="menu"] {
		width:100%;
		float:left;
	    font-family: 'Roboto', sans-serif;
        font-weight: light;
		color: white;
        background-color: ##bf1609;;
		font-size: 1.4vw;
		padding: 1% 0 1% 0;
		cursor: pointer;
	}
	
	div[class^="menu"]:nth-child(1n+1) {background: #bf1609;}
	
	div[class^="dados"] {
		float:left;	    
	}
	.detalhes1{
	width: 100%;
    height: 100%;
    display: inline-grid;
    grid-template-columns: repeat(40, 1fr);
    grid-template-rows: repeat(10, 1fr);
	}

	
	#det1.dados1{
	position: relative;
    grid-column: 1 / 16;
	grid-row: 1 / 11;
	}
	
	#det1.dados1 div[class="fundo"]{
	    width: 100%;
    height: 100%;
    position: relative;
    background-color: #ba1509;
    border-top-right-radius: 50px;
    border-top-right-radius: 30% 35%;
	}
	
	#det1.dadostextotitulo{
	position: relative;
    grid-column: 2 / 14;
    grid-row: 2 / 4;
    font-size: 4vh;
    font-weight: bold;
	height: 100%;
    line-height: 10vh;
	}
	
	#det1.dadostextotitulo span {
		display: inline-block;
    vertical-align: middle;
    line-height: normal;
	}	
	
	#det1.dadostextodesc{
	position: relative;
    grid-column: 2 / 13;
    grid-row: 4 / 7;
    font-size: 2.4vh;	
	font-weight: 300;
	line-height: 1.3;	
	}
	
	div[class^="dadostexto"] {
		font-family: 'Roboto', sans-serif;
        color: white;        
	}	
	
	
	#det1.dados11{
	/* position: relative;
    grid-column: 2 / 3;
    grid-row: 4 / 5;
    TEXT-ALIGN: CENTER;    
    padding: 0 10px 0 10px; */
	}
	
	#det1.dados12{
	/* position: relative;
    grid-column: 3 / 4;
    grid-row: 4 / 5;
    TEXT-ALIGN: CENTER;
    padding: 0 10px 0 10px; */
	}
	
	#det1.dados13{
	/* position: relative;
    grid-column: 1 / 9;
    grid-row: 5 / 6;
    grid-column: 4 / 5;
    grid-row: 4 / 5;
    TEXT-ALIGN: CENTER;
    padding: 0 10px 0 10px; */
	}
	
	#det1.dadosicons{
	position: relative;
    grid-column: 2 / 12;
    grid-row: 8 / 10;
    TEXT-ALIGN: CENTER;
    width: 100%;
    display: inline-grid;
    grid-template-columns: repeat(4, 1fr);
    padding-left: 4%;
	}
	
	span[class^="infoicos"] {
		font-family: 'Roboto', sans-serif;
        color: white;
        font-size: 1vw;
	}
	
	#det1.dados2{
    width: 85%;
    position: relative;
    grid-column: 13/ 22;
    grid-row: 2 / 4;
	}
	
	#det1.dados3{
	text-align: center;
    grid-column: 21/ 30;
    grid-row: 2 / 10;
	}
	
	#det1.dados3 span[class="infonutri"]{
		font-family: 'Roboto', sans-serif;
	    font-size: 2.6vh;
	}
	#det1.dados3 img{
	 margin-top: 5%;
	}
	
	#det1.dados4{
	    grid-column: 32/ 40;
    grid-row: 5 / 7;
    
	}
	
	#det1.dados4 div[class="textoInfoTitulo"] {
	font-family: 'Roboto', sans-serif;
    line-height: 1.4;
    font-weight: 400;
    font-size: 2.3vh;
    text-align: center;
	}	
		
	#det1.dados4 div[class="formatosTipos"]{
    font-family: 'Roboto', sans-serif;
    line-height: 1.2;
    font-weight: 400;
    font-size: 1.5vh;
    float: left;
    text-align: center;
    padding: 10%;
    height: 100%;
    margin-top: 5%;
	width: 26%;
	}	
	
	#det1.dados4 div[class="formatosTipos"] img{
        height: 72%;
	}
		
		
	#det1.dados5{
	grid-column: 32/ 40;
    grid-row: 1 / 4;
	}
	
	#det1.dados5 div[class="fundo"]{
	width: 100%;
    height: 100%;
    background-color: #ba1509;
    border-radius: 100px;
    border-top-right-radius: 0;
	-webkit-box-shadow: -20px 25px 60px -21px rgba(0,0,0,0.5);
	-moz-box-shadow: -20px 25px 60px -21px rgba(0,0,0,0.5);
	box-shadow: -20px 25px 60px -21px rgba(0,0,0,0.5);
	}

	#det1.dadostextoInfo{
	grid-column: 32/ 40;
    grid-row: 1 / 4;
    text-align: center;
    height: 100%;
}
	#det1.dadostextoInfo:before{
	 content: '';
	  display: inline-block;
	  height: 100%;
	  vertical-align: middle;
	}
	
	#det1.dadostextoInfo span[class="textodesc"]{
	display: inline-flex;
    vertical-align: middle;
    text-align: center;
	font-size: 2.1vh;
    line-height: 1.4;
	}
		
	#det1.dados6 {
	grid-column: 32/ 40;
    grid-row: 9 / 10;
    text-align: center;
	}
	
	.compre{
	    backface-visibility: hidden;
    position: relative;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    background: #6E7C15;
    border-radius: 500px;
    border: 0px solid #444;
    border-width: 0px 0px 0px 0px;
    padding: 2vh 3vh 2vh 11vh;
    color: #fff;
    font-size: 2.5vh;
    font-weight: 500;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
	-webkit-box-shadow: -20px 25px 60px -21px rgba(0,0,0,0.5);
	-moz-box-shadow: -20px 25px 60px -21px rgba(0,0,0,0.5);
	box-shadow: -20px 25px 60px -21px rgba(0,0,0,0.5);
  }
  .compre > div {
    color: #999;
  font-size: 10px;
  font-weight: initial;
  font-style: normal;
  text-align: center;
  margin: 0px 0px 0px 0px
  }
  .compre > i {
       color: #ca7204;
    font-size: 3vh;
    background: #fff;
    border-radius: 100px;
    border: 4px solid #EB8702;
    border-width: 4px 4px 4px 4px;
    padding: 20px 20px 20px 20px;
    margin: 5px 5px 5px 5px;
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
  }
  
  .compre > ld {
    font-size: initial
  }
			
	
  .compre:hover {
  background: #EB8702;
  text-decoration: none;
}
.compre:hover i{
    border: 4px solid #6E7C15;    
  }

  .compreLink{
		text-decoration:none;
	}  
}
</style>