*{
	padding: 0;
	margin: 0;
	font-family: 'Catamaran', sans-serif;
}
*::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #ededed;
}

*::-webkit-scrollbar{
    width: 6px;
    background-color: #ededed;
}

*::-webkit-scrollbar-thumb{
    background-color: #990099;
}
body{
	background-color: #ededed;
}
/* The side navigation menu */
.sidenav {
    height: 100%; 
    width: 0; 
    position: fixed;
    z-index: 3; 
    top: 0;
    left: 0;
    background-color: #111; 
    overflow-x: hidden; 
    padding-top: 60px; 
    transition: 0.5s; 
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 1.3em;
    color: #d0d0d0;
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #990099;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
#ex_M, #ex_H{
    cursor: pointer;
}

#menuM, #menuH{
    text-indent: 1.3em;
    display: none;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main{
    transition: margin-left .5s;
    padding: 0;
}
.header{
    width: 100%;
    height: 100vh;
    background-image: url('../img/store.jpg');
    background-position: center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.header img{
    width: 90%;
    height: auto;
    max-width: 600px;
    text-align: center;
    margin-bottom: 20px;
}
.header a.menu_btn{
    text-decoration: none;
    font-size: 1.9em;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    margin: 0px 20px;
    cursor: pointer;
    transition-duration: .3s;
}
.header a.menu_btn:hover{
    color: #990099;
}

.icon_white{
    color: white;
}
.icon_black{
    color: #333;
}

.Userstate{
    position: relative;
    margin: 30px auto 0;
    display: inline-block;
}
.wCome{
    font-weight: bold;
    font-size: 2em;
    color: white;
}

.log_btn, .Reg_btn{
    text-decoration: none;
    text-align: center;
    max-width: 200px;
    font-size: 1.2em;
    padding: 10px 20px;
    border: 3px solid #fff;
    transition-duration: .5s;
}
.Reg_btn{
    background: transparent;
    color: white;
    margin-right: 10px;
}
.Reg_btn:hover{
    border-color: #990099;
    color: #990099;
}

.log_btn{
    background: white;
    color: black;
    margin-left: 10px;
}
.log_btn:hover{
    background: #990099;
    color: white;
    border-color: #990099;
}

/* style for index ONLY */
.containers{
    width: 100%;
    height: 100vh;
    background-color: #ededed;
    background-attachment: fixed; 
    position: relative;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.article{
    width: 50%;
    padding: 10px 0px;
}

.article h1{
    width: 100%;
    margin: 20px auto;
    font-size: 2em;
    font-family: 'Quicksand', sans-serif;
}
.article p{
    width: 100%;
    font-size: 1em;
}

@media ( max-width: 800px ) {
    .header img{
        width: 80%;
        max-width: 500px;
    }
    .article{
        width: 80%;
    }
    
}

@media screen and (max-width: 480px) {
    
    .article{
        box-sizing: border-box;
        width: 100%;
        padding: 10px;
    }
    
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

/*
####################

    tab maps

####################
*/

/* Style the tab */
div.tab {
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
    background-color: #ededed;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: right;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 7px 8px;
    font-size: 20px;
    color: #333;
    transition: 0.5s;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #990099;
    color: #ededed;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #333;
    color: #ededed;
}

/* Style the tab content */
.tabcontent {
    width: 100%;
    display: block;
    display: none;
    border-top: none;
    position: relative;
    margin: auto;
}
.map{
    width:100%;
    height: 300px;
    background:#333;
}
.content {
    box-sizing:border-box;
    width:100%;
    position: relative; 
    margin: 0 auto;
    height: 200px;
    top: 20px;
}
.info_loja{
    position: relative;
    margin: 0 auto;
    width: 75%;
    text-align: left;
}
.info_loja section{
    min-width: 150px;
    width: 25%;
    float: left;
}
.info_loja section span{
    border-left: 2px solid #990099;
    padding-left: 10px;
    font-size: 1.2em;

}

@media screen and (max-width: 610px) {
    #lojas{
        display: block;
    }
    .tabcontent{
        height: auto;
        display: block;
        position: relative;
        margin: auto;
    }
    .content{
        height: 200px;
        position: absolute;
        top: 350px;
    }
    .map{
        height: 300px;
        position: absolute;
        top: 50px;
    }
    .info_loja{
        margin: 10px 0;
        width: 100%;
    }
        
}


@media screen and (max-height: 450px) {
    .tabcontent{
        height: auto;
        display: block;
        position: relative;
        margin: auto;
    }
    .content{
        display: block;
        position: relative;
        height: 200px;
        top: 300px;
    }
    .map{
        display: block;
        position: relative;
        height: 300px;
        position: absolute;
        top: -50px;
    }
        
}

#contactos{
    height: 100vh;
}
.hed{
    text-align: left;
    border-left: 3px solid #990099;
    padding: 0 0 0 10px;
    margin-bottom: 10px;
    font-size: 2.1em;
}


#contactos input{
    width: 95%;
    padding: 2px 0px;
    margin-bottom: 20px;
    text-indent: 20px;
    font-size: 1em;
}

#contactos input[type=submit]{
    width: 50%;
    background-color: transparent;
    font-size: 1.1em;
    color: #990099;
    padding: 10px 0px;
    border: 2px solid #990099;
    cursor: pointer;
    transition-duration: .5s;
}
#contactos textarea{
    width: 95%;
    resize: none;
    height: 100px;
}
#contactos input[type=submit]:hover{
    background-color: #990099;
    color: white;
}
