    /*Mobile First*/

body, h1, h2, p, figure {
    /*Reset margin e pedding*/
    font-family: 'Open Sans', Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: white;
}

#topo {
    background-color: #fff;
    border-bottom: solid #e2870c 5px;
    margin-bottom: 2%;
}

h1 img {
    width: 100%;
    border-bottom: solid #e2870c 2px;
}

a:link    {color:white; background-color:transparent; text-decoration:none}

a:visited {
    color: white;
    background-color: transparent;
    text-decoration: none;
}
a:hover {
    color: #e2870c;
    background-color: transparent;
    text-decoration: none;
}

/*Começo do menu */

@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
.menuanima {
  font-family: 'Raleway', Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.menuanima * { /*animação*/
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.menuanima li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 1.5em;
  overflow: hidden;
}
.menuanima a {
  padding: 0.3em 0;
  color: #777675; /*rgba(255, 255, 255, 0.5);*/
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  margin: 0;
  text-decoration: none;
}
.menuanima a:before,
.menuanima a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.menuanima a:before {
  bottom: 100%;
  display: block;
  height: 3px;
  width: 100%;
  content: "";
  background-color: #e67e22;
}
.menuanima a:after {
  padding: 0.3em 0;
  position: absolute;
  bottom: 100%;
  left: 0;
  content: attr(data-hover);
  color: black;
  white-space: nowrap;
}
.menuanima li:hover a,
.menuanima .current a {
  transform: translateY(100%);
}

/*fim do menu */



figure {
    text-align: center;
    color: white;
}

#icones img {
    width: 110px;
}

main {
    background: #000;
    padding: 10%;
}

section {
    color: white;
    text-align: justify;
}

#container {
    background-color: #4a4747;
    padding: 5%;
    border-radius: 5px;
}

#container img {
    /*imagem responsiva*/
    max-width: 100%;
    padding-bottom: 2%;
    border-radius: 3px;
}

#rodape {
    text-align: center;
    padding: 1%;
    font-size: 10px;
    background-color: #0e86de;
    color: #fff;
}

form {
	width: 90%;
	margin:1%;
    color: white;
    font-size: 10pt;
    }

input, textarea, select {
	border-radius:6px;
	box-shadow:rgba(0,0,0,0.5) 2px 2px 10px;	
}

#nome, #email, #telefone, #assunto, #curso {
	height: 40px;
	width:100%;
	padding:1%;	
}

textarea {
	width:100%;
	padding:1%;
}

#enviar  {
	border:none;
	padding:2%;
	background-color:#f3702a;
	color:white;
	font-weight:bold;	
}

#limpar  {
	border:none;
	padding:2%;
	background-color:#f3702a;
	color:white;
	font-weight:bold;	
}

#pb {display: none;}

.gruposweb { 
    background-color: #fff; 
    padding: 1%; 
    width: 30%; 
    border-radius: 10px; 
    box-shadow: rgba(0,0,0,.5) 2px 2px 10px; 
    text-align: center; 
    margin: 4px; 
    float: left; 
    margin-left: 4px; 
    margin-right: 1px;}


/* loja */

.loja {
    text-align:left;
    padding: 20px;
}


#text1 {
    color: #d33e11;
    font-size: 1.7em;
   
}

#text2 {
    color: black;
    font-size: 0.8em;
   
}
#text3 {
    color: #989696;
    font-size: 1.5em;
   
}
#text4 {
    color: #a2642e;
    font-size: 0.9em;
   
}

.item_loja {
   
    background-color: #e6e3e3;
    border-radius: 15px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, .5) 2px 2px 10px;
    width: 270px;
    height: 380px;
    text-align: center;
}

#ap img{
    width: 85%;
    border-radius: 10px;
    border: solid #18db18 5px;
    text-align: center;
}

#btnCont{
    border:none;
	padding:2%;
	background-color:#e2870c;
	color:white;
	font-weight:bold;
    max-width: 60%;
    border-radius: 6px;
    text-align: center;
    box-shadow:rgba(0,0,0,0.5) 2px 2px 6px;
}

#flex-container_loja {
  display: flex;
  flex-flow: row wrap;
  padding-left: 15px;
}

#flex-container_loja  div {
  background-color: #e2ebe4;
  width: 40px;
  margin: 2px;
  font-size: 10px;
    
}

#flex-container_loja img{
    border: none;
    border-radius: 2px;
    max-width: 55%;
}


.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.tooltiptext{
    text-transform: uppercase;
    font-size: 0.8em;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px ;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
    
@media screen and (min-width: 600px){
    #topo {height: 80px;}
    #topo img { height: 65px; width: 250px;}
    nav {font-size: 20px;}
    
}
    
@media screen and (min-width: 664px){
    #topo {height: 60px;}
    nav {padding: 0px 20px;}
    #topo img { height: 57px;}
    
    #offline { float: left;  margin-bottom: 5px; margin-right: 0; margin-left: 10px; }
    
    #online {float: left; display: block}
    #fotografia { float: left; display: block;}
    #icones { height: 130px;}
    #icones  figure {
        width: 32%;
    }
}



@media screen and (min-width: 524px){
    
    #pb {display: inline;}
    #color {display: none}
    #topo{
        height: 56px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: white;  
    }
    #topo img { background-image:url(images/luana_dorizo_pb.jpg); height: 53px; width: 226px}
    main { margin-top: 50px;}
    h1 { float: left;}
    nav a { font-size: 12px;}
    nav{ float: right;}
    nav ul{ margin-top: -40px;}
    
}


@media screen and (min-width: 704px){
nav {padding: 0px 50px;}

}

@media screen and (min-width: 764px){
    #topo {height: 70px;}
nav {padding: 0px 70px;}

}

@media screen and (min-width: 804px){
    nav {padding: 0px 80px;}
#topo img { height: 67px;}
}

@media screen and (min-width: 824px){
    nav {padding: 0px 120px;}

}
@media screen and (min-width: 900px){
    #topo {height: 80px;}
nav {padding: 0px 170px;}

}

@media screen and (min-width: 1000px){
    #topo {height: 90px;}
nav {padding: 0px 180px;}
#topo img { height: 76px;}
}

@media screen and (min-width: 1010px){
    #container, #icones, #artes {width: 900px; margin: auto; }
    #topo div, #conteudo p, #conteudo h2, #geral,  {
        max-width: 1100px;
        margin: auto;  }
nav {padding: 0px 200px;} 
    footer p {font-size: 12px; }   
}

@media screen and (min-width: 1169px){
    nav { padding: 0px 320px;}
}

@media screen and (min-width: 1409px){
    nav { padding: 0px 400px;}
}

    