body{
    margin: 0 !important;
    padding: 0 !important;
}
header{
    width: 100%;
}
header nav{
    margin-top: 0px;
}
header a{
    display: inline-block;
    float: left;
    text-align: center;
    padding: 12px 0;
    background-color: rgb(240,240,240);
    text-decoration: none;
    text-transform: uppercase;
    font-family: roboto;
    font-weight: bold;
    color: rgb(6,57,141);
    width: 15%;
    filter: grayscale(100);
}
header a:hover{
    filter: grayscale(0);
    background-color: rgb(225,225,225);
}
header a.btn_vdj{
    width: 25%;
    color: rgb(6,57,141);
    filter: grayscale(0);
}
header a#btn_destaque{
    background-color: rgb(200,200,200);
    filter: grayscale(0);
}
header img{
    width: 50px;
}
header a p{
    margin: 5px 0;
    font-size: 15px;
}
.show-menu {
	text-decoration: none;
	text-align: center;
	padding: 10px 0;
	display: none;
    margin-top: 40px;
}
input[type=checkbox]{
    display: none;
}
input[type=checkbox]:checked ~ #menu{
    display: block;
}

hr#divisoria{
    margin: 0;
    border: 0;
    width: 100%;
}
hr.temp{
    display: none;
}

section#inicio_mobile{
    display: none;
}


div#inicio_wallpaper{
    background-image: url(../index/wallpaper.jpg);
    background-size: 110%;
}
section#inicio_destaque{
    background-image: url(../index/inicio_destaque.png);
    width: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 170px 0;
    background-color: transparent;
}
section#inicio_destaque article{
    padding: 20px 3%;
    color: rgb(240,240,240);
    width: 460px;
    background-color: rgb(6,57,141);
}
section#inicio_destaque h1{
    font-family: old;
    text-transform: uppercase;
    font-size: 40px;
    margin: 0;
}
section#inicio_destaque h2{
    font-family: eau;
    font-size: 25px;
    margin: 0;
}
section#inicio_destaque p{
    font-family: roboto;
    font-size: 14px;
    border-top: dotted 1px;
    padding: 10px 0;
}
section#inicio_institucional{
    padding: 60px 0;
    background-color: rgb(230,230,230);
}
section#inicio_institucional ul{
    padding: 0;
    margin: 0;
}
section#inicio_institucional li{
    padding: 0;
    list-style: none;
    margin: 25px 0;
}
section#inicio_institucional div{
    width: 23%;
    background-color: rgb(6,57,141);
    padding: 10px 1% 10px 1%;
    border-radius: 0 0 100px 0;
    float: left;
}
section#inicio_institucional div img{
    width: 42px;
    margin-right: 10px;
    float: left;
}
section#inicio_institucional div p{
    font-family: old;
    font-size: 20px;
    margin: 10px 0 10px 0;
    color: rgb(250,250,250);
    text-transform: uppercase;
}
section#inicio_institucional article{
    width: 65%;
    margin: 0 7% 0 3%;
    float: left;
}
section#inicio_institucional article p{
    font-family: roboto;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
    color: rgb(50,50,50);
    text-align: justify;
}
section#inicio_blocos{
    text-align: center;
    padding: 100px 0;
    margin: 0 9%;  
}
section#inicio_blocos a{
    width: 29.333%;
    padding: 30px 1%;
    margin: 0 1%;
    background-color: rgb(230,230,230);
    float: left;
    box-shadow: 0 10px 10px gray;
    color: rgb(50,50,50);
    display: inline-block;
    text-decoration: none;
    transition: 0.3s;
}
section#inicio_blocos a:hover{
    box-shadow: 0 20px 20px gray;
    transition: 0.3s;
}
section#inicio_blocos img{
    width: 30%;
}
section#inicio_blocos h3{
    font-family: eau;
    text-transform: uppercase;
    padding: 10px 5px 0 5px;
    margin: 15px 0 10px 0;
    font-size: 18px;
}
section#inicio_blocos p{
    font-family: eau;
    line-height: 25px;
    font-size: 15px;
    color: rgb(50,50,50);
    margin: 0;
}

section#frente_de_loja{
    height: 300px;
}

section#topicos{
    padding: 100px 0;
    width: 1000px;
    margin: 0 auto;
}
section#topicos img{
    width: 400px;
}
section#topicos img.esquerda{
    float: left;
}
section#topicos img.direita{
    float: right;
}
section#topicos article{
    width: 550px;
    margin: 30px 0;
}
section#topicos article.esquerda{
    float: left;
    text-align: right;
}
section#topicos article.direita{
    float: right;
}
section#topicos h1{
    font-family: old;
    text-transform: uppercase;
    font-size: 32px;
    margin: 20px 0;
}
section#topicos p{
    font-family: eau;
    font-size: 18px;
    line-height: 30px;
    margin: 5px 0;
}
section#topicos hr{
    margin: 50px 0;
}
section#vantagens{
    background-color: rgb(6,57,141);
    padding: 100px 10%;
}
section#vantagens h1{
    font-family: old;
    text-align: center;
    text-transform: uppercase;
    color: rgb(240,240,240);
    font-size: 34px;
    margin-bottom: 50px;
    margin-top: 0;
}
section#vantagens div{
    display: inline-block;
    width: 21%;
    text-align: center;
    padding: 20px 2%;
    float: left;
    text-decoration: none;
}
section#vantagens img{
    width: 40%;
}
section#vantagens p{
    text-decoration: none;
    color: rgb(240,240,240);
    font-family: roboto;
    font-size: 15px;
    line-height: 25px;
    
}

section#sistemas_suporte_treinamento{
    font-family: roboto;
    margin: 100px;
    font-weight: bold;
}
section#sistemas_suporte_treinamento div{
    width: 40%;
    float: left;
    margin: 20px 5%;
    text-align: center;
}
section#sistemas_suporte_treinamento img{
    width: 100px;
}
section#sistemas_suporte_treinamento p{
    line-height: 30px;
    color: rgb(50,50,50);
}

section#produtos{
    width: 100%;
    margin: 0;
    padding: 50px 0 100px 0;
}
section#produtos article{
    width: 30%;
    padding: 30px 5% 30px 10%;
    color: rgb(240,240,240);
    margin: 0 0 50px 0;
    background-color: rgb(6,57,141);
}
section#produtos article h1{
    font-family: old;
    text-transform: uppercase;
    font-size: 35px;
    margin: 0;
    padding: 0;
}
section#produtos article p{
    margin: 5px 0;
    font-size: 20px;
    font-family: roboto;
}
section#produtos div{
    text-align: center;
    width: 96%;
    margin: 0 auto;
}
section#produtos a{
    display: inline-block;
    color: rgb(50,50,50);
    text-decoration: none;
    padding: 20px;
    background-color: white;
    margin: 5px;
    border: solid 2px lightgray;
    border-radius: 10px;
    width: 25%;
    height: 230px;
    transition: 0.3s;
}
section#produtos a:hover{
    box-shadow: 0 0 25px gray;
    transition: 0.3s;
}
section#produtos a img{
    width: 180px;
    
}
section#produtos h3{
    font-family: roboto;
    font-size: 16px;
}

section#produto{}
section#produto div#caminho{
    padding: 20px 5%;
    background-color: rgb(6,57,141);
    color: rgb(240,240,240);
    font-family: eau;
    font-size: 18px;
    width: 90%;
}
section#produto div#caminho a{
    color: rgb(240,240,240);
}
section#produto div{
    width: 70%;
    margin: auto;
    padding: 50px 0;
}
section#produto img{
    float: left;
    width: 25%;
    margin: 0 5%;
}
section#produto article{
    float: right;
    width: 60%;
    font-family: roboto;
}
section#produto h2{
    text-align: center;
}
section#produto li{
    font-size: 16px;
    line-height: 27px;
    text-align: justify;
    margin: 0;
    margin: 10px 0;
}
section#produto li ul li{
    margin: 0;
}

section#entre_em_contato{
    background-image: url(../fale_conosco/contato.jpg);
    background-size: 100%;
    background-position: center;
}
section#entre_em_contato div{
    float: left;
    background-color: rgb(6,57,141);
    color: rgb(240,240,240);
    width: 20%;
    padding: 105px 2%;
    margin: 50px 0;
    line-height: 50px;
}
section#entre_em_contato div p{
    font-family: old;
    text-transform: uppercase;
    font-size: 35px;
    margin: 0;
}
section#entre_em_contato article{
    float: right;
    background-color: rgba(240,240,240,0.7);
    margin: 60px 0px;
    width: 60%;
    padding: 0;
}
section#entre_em_contato ul{
    list-style: none;
    margin: 30px 0;
    float: left;
    width: 50%;
    text-align: center;
    padding: 0 2%;
}
section#entre_em_contato li{
    margin: 12px 0;
}
section#entre_em_contato img{
    width: 30px;
    padding: 0px;
}
section#entre_em_contato li p{
    margin: 0;
    font-size: 16px;
    font-family: roboto;
    color: rgb(50,50,50);
}
section#entre_em_contato iframe{
    float: right;
    width: 45%;
    border-left: solid 2px lightgray;
    height: 292px;
}

div#contato{
    text-align: center;
    font-family: roboto;
    font-size: 15px;
    border-top: dotted 1px gray;
    padding: 10px 0;
}
div#contato article{
    width: 510px;
    margin: auto;
}
div#contato img{
    display: inline-block;
    width: 30px;
    float: left;
    margin: 5px;
}
div#contato p{
    display: inline-block;
    margin: 0;
    float: left;
    margin: 10px 20px 10px 0;
    color: rgb(50,50,50);
}
div#contato hr.temp{
    display: none;
}
footer{
    text-align: center;
    padding: 40px;
    background-color: rgb(6,57,141);
    line-height: 25px;
}
footer p{
    font-family: roboto;
    margin: 0;
    color: white;
    font-size: 15px;
}

@media only screen and (max-width:1020px){
    section#topicos{
        padding: 100px 0;
        width: 850px;
        margin: 0 auto;
    }
    section#topicos img{
        width: 360px;
    }
    section#topicos article{
        width: 480px;
        margin: 30px 0;
    }
    section#vantagens{
        padding: 100px 5%;
    }
}
@media only screen and (max-width:900px){
    hr.temp{
        display: block;
    }
    
    nav#menu{
        margin-top: 0px;
        display: none;
        background-color: rgb(51,51,153);
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        z-index: 3;
        overflow: scroll;
        width: 75%;
    }
    nav#menu a{
        width: 100%;
        display: inline-block;
        padding: 10px 0;
        float: clear;
    }
    nav#menu img{
        width: 30px;
    }
    label.show-menu{
        display: block;
        cursor: pointer;
        z-index: 3;
        margin-top: 0px;
		display: block;
        right: 0;
        width: 63px;
        margin: 10px;
        position: fixed;
        background-color: rgba(245,245,245,1);
        padding: 10px 2px 5px 2px;
        border: solid 1px gray;
        border-radius: 10px;
        position: fixed;
        top: 0;
        right: 0;
    }
    nav#menu hr{
        margin: 20px 0;
    }
    
    div#inicio_wallpaper{
        background-size: 205%;
        background-position: center;
    }
    
    section#inicio_destaque{
        display: none;
    }
    section#inicio_mobile{
        display: block;
        padding: 100px 5%;
        text-align: center;
        color: rgb(6,57,141);
    }
    section#inicio_mobile h1{
        font-family: old;
        text-transform: uppercase;
        font-size: 30px;
        margin: 20px 0 0 0;
    }
    section#inicio_mobile h2{
        font-family: roboto;
        margin: 0;
    }
    section#inicio_institucional div{
        width: 60%;
        float: clear;
    }
    section#inicio_institucional article{
        width: 90%;
        margin: 20px 5%;
        float: clear
    }
    section#inicio_blocos{
        text-align: center;
        padding: 100px 0;
        margin: 0 5%;  
    }
    section#inicio_blocos a{
        width: 46%;
        margin: 5px 1%;
    }
    
    section#topicos{
        padding: 100px 0;
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }
    section#topicos img{
        width: 80%;
        margin: 0 10%;
    }
    section#topicos img.esquerda{
        float: clear;
    }
    section#topicos img.direita{
        float: clear;
    }
    section#topicos article{
        width: 100%;
        margin: 30px 0;
    }
    section#topicos article.esquerda{
        float: clear;
        text-align: center;
    }
    section#topicos article.direita{
        float: clear;
        text-align: center;
    }
    section#topicos h1{
        font-size: 30px;
    }
    section#topicos p{
        font-family: eau;
        font-size: 16px;
        line-height: 25px;
    }
    section#vantagens h1{
        font-size: 28px;
        line-height: 40px;
    }
    section#vantagens div{
        width: 46%;
    }
    
    section#sistemas_suporte_treinamento{
        font-family: roboto;
        margin: 50px 5%;
    }
    section#sistemas_suporte_treinamento div{
        width: 45%;
        float: left;
        margin: 20px 2.5%;
        text-align: center;
    }

    section#produtos article{
        width: 60%;
    }
    section#produtos div{
        width: 96%;
    }
    section#produtos a{
        padding: 20px;
        border-radius: 10px;
        width: 38%;
    }
    
    section#produto div#caminho a{
        color: rgb(240,240,240);
    }
    section#produto div{
        width: 80%;
        margin: auto;
        padding: 20px 0 50px 0;
    }
    section#produto img{
        width: 50%;
        margin: 0 25%;
    }
    section#produto article{
        width: 100%;
    }
    section#produto ul{
        margin: 0;
        padding: 0;
    }

    section#entre_em_contato{
        background-image: url(../fale_conosco/contato.jpg);
        background-size: 150%;
        background-position: center top;
    }
    section#entre_em_contato div{
        float: clear;
        width: 70%;
        padding: 10px 2%;
    }
    section#entre_em_contato div p{
        font-size: 35px;
        margin: 0 0 0 10px;
        display: inline-block;
    }
    section#entre_em_contato article{
        float: clear;
        width: 100%;
    }
}

@media only screen and (max-width:570px){
    section#inicio_blocos a{
        width: 80%;
        margin: 10px 10%;
    }
    
    section#sistemas_suporte_treinamento{
        font-family: roboto;
        margin: 50px 10%;
    }
    section#sistemas_suporte_treinamento div{
        width: 90%;
        float: clear;
        margin: 20px 5% 50px 5%;
    }
    section#sistemas_suporte_treinamento  img{
        width: 40%
    }
    
    section#produtos article h1{
        font-size: 25px;
    } 
    section#produtos article p{
        font-size: 16px;
    }
    section#produtos div{
        width: 96%;
    }
    section#produtos a{
        padding: 20px;
        border-radius: 10px;
        width: 60%;
    }
    section#produtos a img{
        width: 180px;
    }
    
    section#produto div#caminho{
        padding: 25px 2.5%;
        background-color: rgb(6,57,141);
        color: rgb(240,240,240);
        font-family: eau;
        font-size: 14px;
        width: 95%;
    }
    section#produto img{
        width: 80%;
        margin: 0 10%;
    }
    
    div#contato article{
        width: 290px;
        margin: auto;
        text-align: center;
    }
    div#contato hr.temp{
        display: block;
    }

    section#entre_em_contato div p{
        font-size: 25px;
        margin: 0 0 0 7px;
    }
    section#entre_em_contato article{
        float: clear;
        background-color: rgba(240,240,240,0.4);
        margin: 0px;
        width: 100%;
    }
    section#entre_em_contato ul{
        width: 100%;
        padding: 0 0;
    }
    section#entre_em_contato li{
        margin: 5px 0;
        
    }
    section#entre_em_contato img{
        width: 25px;
    }
    section#entre_em_contato li p{
        margin: 0;
        font-size: 14px;
        width: 100%;
    }
    section#entre_em_contato iframe{
        float: right;
        width: 100%;
        border-left: solid 0 lightgray;
        margin: 0;
    }
}
    
@font-face{
    font-family: roboto;
    src:url(fontes/Roboto-Regular.ttf);
}
@font-face{
    font-family: eau;
    src:url(fontes/eau_sans_book_osf.ttf);
}
@font-face{
    font-family: old;
    src:url(fontes/OldSansBlack.ttf);
}