html, body, div, p{
	margin: 0;
	padding: 0;
	border: 0; font-family: 'Raleway', sans-serif; font-size:20px;
  }
  
body {background: #fff}

        #box1{
            height: 100vh;
            width: 100%;
            background-image: url(../img/Milkzine2020.jpg);
            background-size: cover;
			background-position:center top;
            display: table;
            background-attachment: fixed;
        }
		#box1 img{ margin:30px}
        #box2{
            height: 100vh;
            width: 100%;
            background-image: url(../img/Milkzine2020_1.jpg);
            background-size: cover;
			background-position:center top;
            display: table;
            background-attachment: fixed;
        }
        #box3{
            height: 100vh;
            width: 100%;
            background-image: url(../img/Milkzine2020_2.jpg);
            background-size: cover;
			background-position:center top;
            display: table;
            background-attachment: fixed;
        }
		
		
		 #boxR1{
            height: 100vh;
            width: 100%;
            background-image: url(../img/Milkzine2020_Potes_1.jpg);
            background-size: cover;
			background-position:center top;
            display: table;
            background-attachment: fixed;
        }
		#boxR1 img{ margin:30px}
        #boxR2{
            height: 100vh;
            width: 100%;
            background-image: url(../img/Milkzine2020_Potes_2.jpg);
            background-size: cover;
			background-position:center top;
            display: table;
            background-attachment: fixed;
        }
        #boxR3{
            height: 100vh;
            width: 100%;
            background-image: url(../img/Milkzine2020_Potes_3.jpg);
            background-size: cover;
			background-position:center top;
            display: table;
            background-attachment: fixed;
        }
		
		#boxA1{
            height: 100vh;
            width: 100%;
            background-image: url(../img/Milkzine2020_BM1.jpg);
            background-size: cover;
			background-position:center top;
            display: table;
            background-attachment: fixed;
        }
		#boxA1 img{ margin:30px}
        #boxA2{
            height: 100vh;
            width: 100%;
            background-image: url(../img/Milkzine2020_BM2.jpg);
            background-size: cover;
			background-position:center top;
            display: table;
            background-attachment: fixed;
        }
        #boxA3{
            height: 100vh;
            width: 100%;
            background-image: url(../img/Milkzine2020_BM3.jpg);
            background-size: cover;
			background-position:center top;
            display: table;
            background-attachment: fixed;
        }
		
		#boxB1{
            height: 100vh;
            width: 100%;
            background-image: url(../img/Milkzine2020_Iogurte3.jpg);
            background-size: cover;
			background-position:center top;
            display: table;
            background-attachment: fixed;
        }
		#boxB1 img{ margin:30px}
        #boxB2{
            height: 100vh;
            width: 100%;
            background-image: url(../img/Milkzine2020_Iogurte2.jpg);
            background-size: cover;
			background-position:center top;
            display: table;
            background-attachment: fixed;
        }
        #boxB3{
            height: 100vh;
            width: 100%;
            background-image: url(../img/Milkzine2020_Iogurte1.jpg);
            background-size: cover;
			background-position:center top;
            display: table;
            background-attachment: fixed;
        }
		
		#boxAd1{
            height: 100vh;
            width: 100%;
            background-image: url(../img/Milkzine2020_Tetras1.jpg);
            background-size: cover;
			background-position:center top;
            display: table;
            background-attachment: fixed;
        }
		#boxAd1 img{ margin:30px}
        #boxAd2{
            height: 100vh;
            width: 100%;
            background-image: url(../img/Milkzine2020_Tetras2.jpg);
            background-size: cover;
			background-position:center top;
            display: table;
            background-attachment: fixed;
        }
        #boxAd3{
            height: 100vh;
            width: 100%;
            background-image: url(../img/Milkzine2020_Tetras3.jpg);
            background-size: cover;
			background-position:center top;
            display: table;
            background-attachment: fixed;
        }
		
		
		
        h1.box{
            font-family: 'Raleway', sans-serif; color:#3d3c3d;
			font-size:50px;
			font-weight:900;
			padding-left:40px;
            text-align: left;
            display: table-cell;
            vertical-align: middle;
        }




.opendiv{ width:100%; height:auto; padding: 5px 5px 5px 25px; background-color:transparent; color:#FFFFFF; cursor:pointer; font-size: 24px;}


.bar1, .bar2, .bar3 {
    width: 35px;
    height: 2px;
    background-color: #000;
    margin: 6px 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}





.hamburguer{ margin-left:30px; margin-top:30px; padding-top:30px; color:#FFFFFF; font-size:36px; cursor:pointer}
/* The side navigation menu */
.sidenav { line-height:20px;
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Stay on top */
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6); /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px; text-align:center;
    text-decoration: none;
    font-size: 24px;
    color: #fff; text-decoration:none;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, a:visited, .offcanvas a:focus{
    color: #ff0000; text-decoration:none;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 15px;
    right: 50px;
    font-size: 36px;
    margin-left: 50px; font-size:36px;
}

.flipe{ color:#FFFFFF; cursor:pointer}
.flipe a{ color:#000}
.flipe a:hover{ color:#FF0000}
.flipe a:visited{ color:#FF0000}

.flipe1{ color:#FFFFFF; cursor:pointer}
.flipe1 a{ color:#000}
.flipe1 a:hover{ color:#FF0000}
.flipe1 a:visited{ color:#FF0000}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 60px;}
    .sidenav a {font-size: 18px;}
}






h1 {font-family: 'Raleway', sans-serif; color:#3d3c3d; font-size:50px; font-weight:900;  }
h2 {font-family: 'Raleway', sans-serif; color:#3d3c3d; font-size:36px; font-weight:600; } 
h3 {font-family: 'Raleway', sans-serif; color:#3d3c3d; font-size:24px; font-weight:400; } 
h4 {font-family: 'Raleway', sans-serif; color:#3d3c3d; font-size:20px; font-weight:400; }  
h5 {font-family: 'Raleway', sans-serif; color:#3d3c3d; font-size:18px; font-weight:400; } 
p { font-family: 'Raleway', sans-serif; color:#3d3c3d; font-size:18px; font-weight:400;}

a:link { color: #fff; text-decoration: none}
a:hover { color: #ff0000; text-decoration: none}
a:visited { color: white; text-decoration:none;}


.wrap-content{
 width:90%; 
 height:auto;
 margin: 0 auto; 	
 -webkit-box-sizing:border-box;
box-sizing:border-box;
}

.top{ 
width: 100%; 
height: auto; 
padding: 10px; 
background-color: #202020; 
color: #fff; 
text-align: right;
 -webkit-box-sizing:border-box;
box-sizing:border-box;
}
.top a { color: #fff; text-decoration: none}
.top a:hover {color: #ff0000; text-decoration: none}




#logo{width: 100%; 
height: 60px; 
text-align: center;
 -webkit-box-sizing:border-box;
box-sizing:border-box;
}
.historia { 
width: 100%;
 height:auto; 
 padding:30px;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
  -webkit-box-sizing:border-box;
box-sizing:border-box;
}

.historia-item {

 margin:auto; text-align:center;
}
.historia a { color:#000; text-decoration:none}
.historia a:hover { color:#ff0000; text-decoration:none}


.tripla{
 width: 100%;
 height:auto; 
 padding:30px;
 	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
/* -webkit-box-pack: justify;
     -ms-flex-pack: justify;
         justify-content: space-between;
 */

}

.tripla-item{
	padding: 20px;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	margin-bottom:20px;
	-ms-flex-preferred-size:30%;
	    flex-basis:30%;
}

.tripla-item h1{            
            font-family: 'Raleway', sans-serif; color:#000;
			font-size:50px;
			font-weight:900;
			margin-top:-10px;
			
}

.tripla-item:nth-child(1){ background-color: #fff; text-align:right }
.tripla-item:nth-child(2){ background-color: #fff;}
.tripla-item:nth-child(3){ background-color: #fff;}


.tripla2{
 width: 100%;
 height:auto; 
 padding:30px;
  	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
/* -webkit-box-pack: justify;
     -ms-flex-pack: justify;
         justify-content: space-between;
 */

}

.tripla2-item{
	padding: 20px;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	margin-bottom:20px;
	-ms-flex-preferred-size:30%;
	    flex-basis:30%;
}

.tripla2-item h1{            
            font-family: 'Raleway', sans-serif; color:#000;
			font-size:50px;
			font-weight:900;
			margin-top:-10px;
			
}

.tripla2-item:nth-child(1){ background-color: #fff; text-align:right }
.tripla2-item:nth-child(2){ background-color: #fff;}
.tripla2-item:nth-child(3){ background-color: #fff;}


.tripla3{
 width: 100%;
 height:auto; 
 padding:30px;
  	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
/* -webkit-box-pack: justify;
     -ms-flex-pack: justify;
         justify-content: space-between;
 */

}

.tripla3-item{
	padding: 20px;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	margin-bottom:20px;
	-ms-flex-preferred-size:30%;
	    flex-basis:30%;
}

.tripla3-item h1{            
            font-family: 'Raleway', sans-serif; color:#000;
			font-size:50px;
			font-weight:900;
			margin-top:-10px;
			
}

.tripla3-item:nth-child(1){ background-color: #fff; text-align:right }
.tripla3-item:nth-child(2){ background-color: #fff;}
.tripla3-item:nth-child(3){ background-color: #fff;}


.triplaRotulo{
 width: 100%;
 height:auto; 
 padding:30px;
  	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
/* -webkit-box-pack: justify;
     -ms-flex-pack: justify;
         justify-content: space-between;
 */

}

.triplaRotulo-item{
    height:400px;
	padding: 20px;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	margin-bottom:20px;
	-ms-flex-preferred-size:30%;
	    flex-basis:30%; 
}

.triplaRotulo-item h1{            
            font-family: 'Raleway', sans-serif; color:#000;
			font-size:50px;
			font-weight:900;
			margin-top:-10px;
			
}

.triplaRotulo-item:nth-child(1){ background-color: #fff; }
.triplaRotulo-item:nth-child(2){ background-color: #fff;}
.triplaRotulo-item:nth-child(3){ background-color: #fff;}


/*
.um{ opacity:0;
transform: translateY(-200px);
transition: all 1.3s ease-out;
}
.um.rotate {
    opacity: 1;
    transform: translateY(0);
}

.dois{ opacity:0;
transform: scale(.5);
transition: all 1.3s ease-out;
}
.dois.scale {
    opacity: 1;
    transform: scale(1);
}

.tres{ opacity:0;
transform: translateX(-100px);
transition: all 1.3s ease-out;
}
.tres.transforma {
    opacity: 1;
    transform: scale(1);
}

.quatro{ opacity:0;
transform: scale(.5);
transition: all 1.3s ease-out;
}
.quatro.colore {
    opacity: 1;
	transform: scale(1);
    
}

.cinco{ opacity:0;
transform: translateY(200px);
transition: all 1.3s ease-out;
}
.cinco.maisx {
    opacity: 1;
	transform: translateY(0);
    
}

.seis{ opacity:0;
transform: scale(.5);
transition: all 1.3s ease-out;
}
.seis.crescer {
    opacity: 1;
	transform: scale(1);
    
}
*/
.lupa:hover{transform: scale(1.5);
transition: all 1.3s ease-out;}

.seta { width:100%; font-size:50px; color:#000000; text-align:right}
.seta a{ width:100%; font-size:50px; color:#000000; text-align:right}

.pe{ width:100%; height:100px; background-color:#202020; color:#FFFFFF; text-align:center; padding-top: 20px;}

[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease-in-out 0.5s;
    visibility: visible;
}
[data-title]:after {
    content: attr(data-title);
    background-color: #3d3c3d;
    color: #fff;
	font-family: 'Raleway', sans-serif;
    font-size: 15px;
    position: absolute;
    padding: 1px 5px 2px 5px;
    bottom: 50px;
    left: -100%;
    white-space: nowrap;
    box-shadow: 1px 1px 3px #222222;
    opacity: 0;
    border: 0px ;
    z-index: 99999;
    visibility: hidden;
}
[data-title] {
    position: relative;
}
 ul li{ list-style:none}
.demos{ color:#000000; text-align:right; font-size:50px;}
.demos a{ color:#000000; text-align:right}
.demos a:hover{ color:#000000; text-align:right; color:#FF0000}
#btn-close-modal {
   width:100%;
   text-align: left;
   cursor:pointer;
   color:#000;
   font-size:50px;
   padding:20px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
 }


.duplaAdesivo{
    
    width: 100%;
    height: auto;
    display: flex;
    padding: 10px;
		-webkit-box-sizing:border-box;
	box-sizing:border-box;

}

.duplaAdesivo-item{
    flex: 1;
		-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.duplaAdesivo h1{
    font-family: 'Raleway', sans-serif;
    color:#000;
    font-size:50px;
    font-weight:900;
    margin-top:-10px;
}
.duplaRotulo{
    
    width: 100%;
    height: auto;
    display: flex;
    padding: 10px;
		-webkit-box-sizing:border-box;
	box-sizing:border-box;

}

.duplaRotuloPic{
    flex: 1;
	padding:10px;
		-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.duplaRotuloTxt{
    flex: 1;
	padding:10px;
		-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.duplaRotulo h1{
    font-family: 'Raleway', sans-serif;
    color:#000;
    font-size:50px;
    font-weight:900;
    margin-top:-10px;
}


/* logos carousel  */
    .swiper-container {
      width: 100%;
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .swiper-slide {
      background-position: center;
      background-size: cover;
      width: 300px;
      height: 400px;
	  background:#fff;
	  

    }
   .detalhes h3 { padding-left: 10px; margin-top: 0px}













@media (max-width:768px){


.duplaAdesivo, .duplaRotulo, .tripla, .tripla2, .tripla3, .triplaRotulo, .quadra, .destaque, .tripla-quem, .tripla-site {
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
    -ms-flex-direction:column;
        flex-direction:column;
		 -webkit-box-sizing:border-box;
box-sizing:border-box;

}
    
#box1 img, #boxA1 img, #boxB1 img, #boxR1 img, #boxAd1 img{ visibility:hidden}   

#box1, #box2, #boxA1, #boxA2, #boxB1, #boxB2, #boxR1, #boxR2, #boxAd1, #boxAd2 { display:none} 

.tripla-item h1, .tripla2-item h1, .tripla3-item h1, .triplaRotulo-item h1{            
            font-family: 'Raleway', sans-serif; color:#000;
			font-size:30px;
			font-weight:900;
			margin-top:-10px;
			
}

}
