@import url(reset.css);
@import url(normalize.css);
@import url(clearfix.css);

@import url(http://fonts.googleapis.com/css?family=Muli|Oswald:400,700|Open+Sans:400,700,800);
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');



html, body {
	margin:0;
	padding:0;
	}
a[href^=tel] { color: inherit; text-decoration: none; }
a {
	text-decoration: none;
	color: inherit;
	}

/* ========== TOPO =================== */
	
#barraTopo{
    position: fixed;
    height: 35px;
    width: 100%;
    background-color: #02AA5C; 
    border-radius: 0 0 20px 0px;
	z-index: 10;
}
#nomeKromo  {
    position: fixed;
    top: 7px;
    left: 150px;
    width: 260px;
    height: 25px;
    z-index: 20;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #FFF; 
}
#nomeKromo p{
    text-shadow: 1px 1px 1px #000;
}
#logo {
    position: fixed;
	width: 120px;
    height: 160px;
    margin-left: 20px;
    top: 7px;
    box-shadow: 0 0 10px rgba(0,0,0,0.7);
    border-radius: 10px;
    background-color: #fff;
    cursor: pointer;
	z-index: 30;
	}
#logo img {
    width: 100%;
    height: auto;
}
#topo {
    position: relative;
    height: 90px;
    width: 100%;
    background-color: #f2efef;   
}
#telefones { 
    position: absolute;
    border: 1px;
    right: 0;
    top: 40px;
    width: 400px;
    z-index: 5;
    text-shadow: 1px 1px 1px #FFF;
    text-align: right;
    margin-right: 20px;
}
#telefones p{
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #02AA5C;  
}
#telefones p span{ /*número ddd*/
    font-size: 12px;
}

/* ========== PRODUTO =================== */

#produto {
	position: relative;
	width: 80%;
	left: 15%;
	margin-top: 50px;
	margin-bottom: 50px;
	}
#produto div {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	height: auto
	}	
#produto div img {
	margin-left: 15%;
	width: 76%;
	height: auto;
	}
#descr p{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
	color: #333;
	}
.titProduto {
    font-size: 26px !important;
	color: #02AA5C !Important;
	margin-bottom: 25px !Important;
	line-height: 28px !Important;
	}	
#btComprar {
	position: absolute;
	margin-top: 50px;
	width: 110px !Important;
	background-color: #093;
	color: #FFF;
	padding: 10px;
	text-align: center;
	transition: 0.2s ease-in-out all;
	}
#btComprar:hover {
	background-color: #063;
	cursor: pointer;
	}
					
/* ========== RODAPE =================== */

#informativo-1 { /*icones facebook, etc*/
    width: 100%;
    position: relative;
    text-align: center;
    background-color: #e6e6e6;
    height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

#informativo-1 div{
    display: inline-block;
    height: 80px;
    width: 150px;
    vertical-align: top;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    color: #434242;

}

#informativo-1 div:nth-child(3) {
    width: 100px;
}
#informativo-1 div:nth-child(4) {
    width: 100px;
}

#informativo-1 div img {
    height: 40px;
    margin-top: 10px;
}

#informativo-1 div:hover{
    border-radius: 0 0 10px 10px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5), -5px 5px 10px rgba(0,0,0,0.5);
    transition: linear;
    transition-duration: 0.4s;
    cursor: pointer;
}


#informativo-2{ /*politica de segurança, etc*/
    position: relative;
    height: auto;
    width: 100%;
    background-color: #cecece;
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    padding-top: 20px;
	padding-bottom: 20px;
    text-align: center;
    z-index: 100;
    vertical-align: middle;

}


#informativo-2 p{
    margin-bottom: 10px;
    text-align: center;
    line-height: 20px;
	position: relative;
	display: inline-block;
	margin: 10px;
    
}


@media screen and (max-width: 600px) and (orientation: portrait) {
#logo {
	width: 80px !important;
	height: auto;
	margin-top: 3px;
	}
#telefones p{
    font-size: 16px;
	}
#telefones p span{ /*número ddd*/
    font-size: 10px;
	}	
#nomeKromo  {
    left: 35%;
    width: 250px;
    font-size: 17px;
	}

#produto {
	width: 90%;
	left: 5%;
	margin-top: 60px;
	margin-bottom: 50px;
	}
#produto div {
	width: 100%;
	margin-bottom: 20px;
	}	
#produto div img {
	margin-left: 0;
	width: 80%;
	margin-left: 10%;
	
	}	
#informativo-1 { /*icones facebook, etc*/
    width: 100%;
    position: relative;
    text-align: center;
    background-color: #e6e6e6;
    height: auto;
    padding-top: 20px;
	padding-bottom: 20px;
}	
#informativo-2{ /*politica de segurança, etc*/
    position: relative;
    height: auto;
	margin-bottom: 0;
}	
#informativo-2 p {
	font-size: 16px;
	width: 90%;
	}	
#btComprar {
	position: relative;
	margin-top: 30px;
	}	
}

@media screen and (max-width: 700px) and (orientation: landscape) {
#logo {
	width: 90px !important;
	height: auto;
	margin-top: 3px;
	}	
#nomeKromo  {
    left: 20%;
    width: 80%;
	}	
#produto {
	width: 88%;
	left: 10%;
	}
#produto div {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	height: auto
	}	
#produto div img {
	margin-left: 17%;
	width: 75%;
	height: auto;
	}	
}
