.body-content {
    max-width: 100%;
    margin-left: 260px;
    padding-left: 40px;
    padding-right: 40px;
}

.head {
    position: fixed;
    height: 60px;
    width: 100%;
    background: #1a354a;
    z-index: 1;
}

.menu-lateral {
    position: fixed;
    top: 0px;
    bottom: 0;
    box-sizing: border-box;
    width: 280px !important;
    padding: 70px 40px 60px 20px;
    border-right: 1px #e5e5e5 solid;
    overflow: auto;
}

.menu-lateral > ul > li > a {
    font-size: 13px;
}

.content {
    padding-top: 65px;
}

.faixa-titulo {
	width: 100%;
    height: 160px;
    background: #323A32;
    text-align: center;
    padding-top: 40px;
    display: inline-block;
    letter-spacing: 1px;
}

.faixa-titulo h3 {
	color: white;
}

.image {
	width: 140px;
    position: relative;
    left: 50%;
    margin-left: -70px;
}

.sub-titulo {
	width: 100%;
    height: 40px;
    padding-top: 5px;
    text-align: center;
    position: relative;
    top: 10px;
    margin-top: 100px;
    margin-bottom: 75px;
}

.categorias {
	width: 1200px;
	position: relative;
	left: 50%;
	margin-left: -600px;
	display: inline-block;
    text-align: center;
}

.categorias > div > a {
    text-decoration: none;
}

.categorias i {	
	font-size: 43px;
}

.vendas {
    color: green;
    text-align: center;
}

.produtos {
    color: orange;
    text-align: center;
}

.marketing {
    color: red;
    text-align: center;
}

.config {
    color: gray;
    text-align: center;
}

.temas {
    color: #0f97da;
    text-align: center;
}

.clientes {
    color: #7537a9;
    text-align: center;
}

.cor-purple {
    color: purple;
}

.cor-papaya {
    color: #ff6200;
}

.cor-orange {
    color: orange;
}

.contato {
	width: 100%;
    height: 200px;
    position: relative;
    background: white;
    border: 1px solid;
    border-color: #eaeaea;
    text-align: center;
    margin-top: 250px;
    line-height: 200px;
    display: inline-block;
}

.contA, .contB, .contC {
	width: 330px;
    height: 50px;
    display: inline-block;
    font-family: sans-serif;
    font-size: 22px;
    letter-spacing: 1px;
}

.redesocial {
	width: 1300px;
    height: 80px;
    position: relative;
    left: 50%;
    margin-left: -650px;
    text-align: center;
    display: inline-block;
    margin-top: 60px;
    line-height: 80px;
    font-size: 20px;
}

.barra-footer {
	width: 100%;
	position: absolute;
	background: #D8D8D9;
	text-align: center;
	bottom: 0;
}

.bold, .yout, .face, .insta {
	width: 80px;
	display: inline-block;
	position: relative;
}

.rodape {
    width: 100%;
    height: 140px;
    background: #f2f2f2f2;
    border-top: 1px solid;
    border-color: #eaeaea;
    position: relative;
    text-align: center;
    line-height: 140px;
    margin-top: 42px;
}

.iframe-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.iframe-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.icon-menu-mobile {
    display: none;
    width: 40px;
    height: 37px;
    margin-left: 12px;
    margin-top: 10px;
    text-align: center;
    line-height: 29px;
    color: white;
}

.uk-list>li:nth-child(n+2), .uk-list>li>ul {
    margin-top: 20px;
}

@media screen and (max-width: 535px) { 

    .icon-menu-mobile {
        display: block;
    }

    .iframe-video {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
    }

    .iframe-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .body-content {
        margin-left: 0px; 
        padding-left: 10px;
        padding-right: 10px;
    }

    .menu-lateral {
        display: none;
    }
    
    .categorias {
        width: 90%;
        left: 50%;
        margin-left: -45%;
    }

    .redesocial {
        width: 100%;
        left: unset;
        margin-left: unset;
    }

    .faixa-titulo h3 {
        font-size: 18px;
    }

    .contato {
        margin-top: 80px;
        height: unset;
        line-height: 80px;
    }

    .rodape {
        line-height: 30px;
        padding-top: 30px;
        height: 87px;
    }
}

@media screen and (min-width: 536px) and (max-width: 1024px) { 

    .body-content {
        margin-left: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .icon-menu-mobile {
        display: block;
    }

    .menu-lateral {
        display: none;
    }

    .iframe-video {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
    }

    .iframe-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .sub-titulo {
        margin-top: 55px;
        margin-bottom: 45px;
    }

    .categorias {
        width: 90%;
        left: 50%;
        margin-left: -45%;
    }

    .contato {
        height: 160px;
        margin-top: 80px;
        line-height: 160px;
    }

    .redesocial {
        width: 100%;
        left: unset;
        margin-left: unset;
        line-height: 60px;
    }

    .rodape {
        height: 64px;
        line-height: 64px;
        margin-top: 30px;
    }

    [class*=uk-child-width]>* {
        width: 50%;
    }
}