.emal{

}

.toggleMenu {
    margin-left: 30%;background-color: black;
}
p { text-align: justify;
    font-size: 12px;
    margin: 3px 0;
};
h1 { text-align: justify; };
h2 { text-align: justify; };
h3 { text-align: justify; };
h4 { text-align: justify; };

table, th, td {
    border: 1px solid black;
}

#email{
    height: 350px;
    width: 100%;
    font-size: 48px;
    
}
.window{
    display:none;
    width:300px;
    height:400px;
    position:absolute;
    left:0;
    top:0;
    background:#FFF;
    z-index:9900;
    padding:10px;
    border-radius:10px;
}

.window2{
    display:none;
    width:295px;
    height:200x;
    position:absolute;
    left:0;
    top:0;
    background:#FFF;
    z-index:9900;
    padding:10px;
    border-radius:10px;
}
.label1{
    margin-right: 3px;
}
.windowMSG{
    display:none;
    width:300px;
    position:absolute;
    left:0;
    top:0;
    background:#FFF;
    z-index:9900;
    padding:10px;
    border-radius:10px;
}

#DivLateral{
    position:relative;
    border-width:2px;
    float: left;
    margin-left: 5%;
    display: flex;
    
}
#DivA{
    position: relative;
    border-width:2px;
    left:0px;
    float: left;
    display: flex;
    padding: 3px;
}

#rodaPe{
    display: block;
    text-align: center;
}
.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
    
}

#mascara{
    display:none;
    position:absolute;
    left:0;
    top:0;
    z-index:9000;
    background-color:#000;
}

/* Prelaoder */

#loading {
display:none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 9999;
overflow: hidden;
background: #fff;
}

#loading:before {
content: "";
position: fixed;
top: calc(50% - 30px);
left: calc(50% - 30px);
border: 6px solid #f2f2f2;
/*border-top: 6px solid #18d26e;*/
border-radius: 50%;
width: 60px;
height: 60px;
-webkit-animation: animate-preloader 1s linear infinite;
animation: animate-preloader 1s linear infinite;
}

.formLogin{
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
   
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

/* .button {
    background-color: #35b084;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 14px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;

    #0bbb05
    #109e0b9d
    }*/
    /* @-webkit-keyframes glowing { 
    0% { background-color: #0bbb05; -webkit-box-shadow: 0 0 3px #0bbb05; }
    50% { background-color: #8BC34A; -webkit-box-shadow: 0 0 3px #8BC34A; }
    100% { background-color: #35b084; -webkit-box-shadow: 0 0 3px #35b084; }
    }*/
/*
    @-moz-keyframes glowing {
    0% { background-color: #35b084; -moz-box-shadow: 0 0 3px #35b084; }
    50% { background-color: #8BC34A; -moz-box-shadow: 0 0 3px #8BC34A; }
    100% { background-color: #35b084; -moz-box-shadow: 0 0 3px #35b084; }
    }
    
    @-o-keyframes glowing {
    0% { background-color: #35b084; box-shadow: 0 0 3px #35b084; }
    50% { background-color: #8BC34A; box-shadow: 0 0 3px #8BC34A; }
    100% { background-color: #35b084; box-shadow: 0 0 3px #35b084; }
    }

    @keyframes glowing {
    0% { background-color: #35b084; box-shadow: 0 0 3px #35b084; }
    50% { background-color: #8BC34A; box-shadow: 0 0 3px #8BC34A; }
    100% { background-color: #35b084; box-shadow: 0 0 3px #35b084; }
    }
    
    .button {
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
    }*/
        
@media (max-width: 768px){
    #header #logo img {
        max-height: 25%;
        width: 90px;
    }

.mapa_footer{
        padding: 4px 7px 5px 7px;
}


}

.fsize8 td,.fsize8 th{
	font-size: .8rem;	
}

.btn-primary {
    color: #fff;
    background-color: #2c8f7b;
    border-color: #2c8f7b;
}
.btn-primary:hover {
    color: #fff;
    background-color: #2c8f7b;
    border-color: #2c8f7b;
}

.container2{
	width:100%;
	margin:0 10px;
}