@font-face {
    font-family: "MerriweatherSans";
    font-weight: normal;
    src: url("../fonts/MerriweatherSans-Regular.woff") format("woff"),
         url("../fonts/MerriweatherSans-Regular.woff2") format("woff2"),
         url("../fonts/MerriweatherSans-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "MerriweatherSans";
    font-weight: bold;
    src: url("../fonts/MerriweatherSans-ExtraBold.woff") format("woff"),
         url("../fonts/MerriweatherSans-ExtraBold.woff2") format("woff2"),
         url("../fonts/MerriweatherSans-ExtraBold.ttf") format("truetype");
}

html, body{
    margin: 0;
    padding: 0;
    font-family: "MerriweatherSans";
    font-size: 14px;
    background-color: #ffffff;
}

body{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
}

/* Links */
a,
a:visited{
    color: #000;
    text-decoration: underline;
}

a:hover{
    color: #888;
}

nav a{
    text-decoration: none;
    transition: transform .2s;
}

nav a:hover{
    transform: scale(1.1);
}

footer a,
footer a:visited{
    color: #fff;
}

footer a:hover{
    color: #c0c0c0;
}
/* Fim links */

header {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 1000;
}

header .barra-superior{
    display: none;
    font-size: 10px;
    color: #fff;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.85);
}

header .menu{
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}

header .menu > nav {
    display: flex;
    width: 100%;
    max-width: 900px;
    padding: 15px;
    justify-content: space-between;
    align-items: center;
}

header .menu .nav-item{
    margin: 0 0;
    padding: 0 5px 0 5px;
    border-right: 1px solid #c8c8c8;
    text-align: center;
}

header .menu .nav-item:last-child{
    border-right: none;
    padding-right: 0;
}

main{
    flex-grow: 1;
}

main > section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

main .section-titulo-1{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    color: #313131;
}

main .section-titulo-2{
    font-size: 12px;
    margin-top: -5px;
    margin-bottom: 10px;
}

main .jumbo {
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}

main .banner {
    min-height: 350px;
    background-image: url('../img/fundo-principal.jpg');
    background-size: cover;
    background-position: 0px 20px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 1);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 1000px) {
    main .banner {
        background-position: 0 -100px;
    }
}

@media only screen and (min-width: 1500px) {
    main .banner {
        background-position: 0 -180px;
    }
}

main .sobre{

}

main .sobre .sobre-txt{
    max-width: 700px;
    line-height: 25px;
    text-align: center;
}

main .sobre .sobre-txt p{
    margin: 0;
}

main .sistemas{
}

main .sistemas-lista{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

main .sistemas-unit{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 250px;
    background-color: #fff;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 2px 7px 15px 1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform .2s;
    text-decoration: none;
}

main .sistemas-unit:hover{
    color: #000;
    transform: scale(1.04);
}

main .sistemas-unit hr{
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    margin: 15px 0;
}

main .sistemas-unit img.logo{
    height: 75px;
    padding: 20px 0 5px 0;
}

main .sistemas-unit .nome{
    text-align: center;
    font-size: 10px;
    margin-top: 10px;
}

main .sistemas-unit .sistemas-img{
    min-height: 180px;
    width: 100%;
    border-radius: 10px;
    margin-top: 20px;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

main .sistemas-unit .sistemas-wgravrecorder{
    background-image: url('../img/sistemas/capa-wgrav-recorder.jpg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

main .sistemas-unit .sistemas-wgravbr{
    background-image: url('../img/sistemas/capa-wgravbr.jpg');
    background-size: cover;
    background-position: 0 0;
}

main .sistemas-unit .sistemas-wgravw{
    background-image: url('../img/sistemas/capa-wgravw.jpg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

main .redes-sociais{
    
}

main .redes-sociais-lista{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

main .redes-sociais-lista > div{
    padding: 15px;
}

main .redes-sociais-lista > div{
    transition: transform .2s;
}

main .redes-sociais-lista > div:hover{
    transform: scale(1.05);
}

main .redes-sociais-lista a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

main .redes-sociais-lista a:hover{
    color: #000;
}

main .redes-sociais-lista .descricao{
    font-size: 10px;
    margin-top: 10px;
}

@media only screen and (max-width: 500px) {
    main .redes-sociais-lista a img {
        width: 32px;
    }
}

main .parceiros{

}

main .parceiros .parceiros-lista{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 800px;
    flex-wrap: wrap;
}

main .parceiros .parceiros-unit{
    padding: 15px 50px;
    transition: transform .2s;
}

main .parceiros .parceiros-unit:hover{
    transform: scale(1.05);
}

main .parceiros .parceiros-unit img{
    max-width: 160px;
}

main .atendimento{
    text-align: center;
}

footer{
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #fff;
    font-size: 12px;
    width: 100%;
}

footer section.links{
    background-color: rgba(0, 0, 0, 0.85);
    padding: 15px;
}

footer section.base{
    background-color: rgba(0, 0, 0, 1);
    padding: 15px;
}

footer section.base > div:nth-child(1){
    font-weight: bold;
    margin-bottom: 5px;
}