﻿ html{
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.sliderFalso {
    height: 350px;
    background: black;
    margin-top: -43px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
    margin: 0;
    padding: 0;
}

body{
    margin: 0;   
}

img{
    border-style: none;
}

button,
[type="button"],
[type="submit"],
[type="reset"] {
    -webkit-appearance: button;
}

input {
    font-size: 1em;
}

textarea {
    overflow: auto;
    font-size: 1.1em;
}

[hidden] {
    display: none;
}

/* Position da Linha */
.row:before,
.row:after{
    display: table;
    content: " ";
}

.row:after{
    clear: both;
}

.linha:before,
.linha:after{
    display: table;
    content: " ";
}

.linha:after{
    clear: both;
}

/* Coluna */
.col {
    display: inline-block;
    vertical-align: top;
    min-height: 1px;
    width: 100%;
    margin-right: -4px;
    *zoom: 1;
    *display: inline;
}

.colContato {
    display: inline-block;
    vertical-align: top;
    min-height: 1px;
    /* padding-left: 5px; */
    /* padding-right: 5px; */
    width: 100%;
    margin-right: -4px;
    *zoom: 1;
    *display: inline;
}

/* Coluna */
.col2 {
    display: inline-block;
    vertical-align: top;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: -4px;
    *zoom: 1;
    *display: inline;
}

/* Quatro Colunas */
@media (min-width: 728px) {
    .col-4 {
        width: 25%;
    }
}

@media (min-width: 500px) and (max-width: 727px) {
    .col-4 {
        width: 50%;
    }
}

@media (min-width: 50px) and (max-width: 499px) {
    .col-4 {
        width: 100%;
    }
}


@media (min-width: 50px) {
    .col-4-4 {
        width: 25%;
    }
}

@media (min-width: 728px) {
    .col-4-produtos {
        width: 25%;
    }
}


@media (min-width: 444px) and (max-width: 727px) {
    .col-4-produtos {
        width: 50%;
    }
}

@media (min-width: 50px) and (max-width: 443px) {
    .col-4-produtos {
        width: 100%;
    }
}


/* Três Colunas */
@media (min-width: 728px) {
    .col-3 {
        width: 33.3333%;
    }
}

/* TrÃªs Colunas */
@media (min-width: 300px) {
    .col-3-sociais {
        width: 33.3333%;
    }
}

/* TrÃªs Colunas */
@media (min-width: 1170px) {
    .col-3 {
        width: 33.3333%;
    }
}

@media (min-width: 728px) {
    .col-3-lugar {
        width: 33.3333%;
    }
}

/* Duas Colunas */
@media (min-width: 728px) {
    .col-2 {
        width: 50%;
    }
}

@media (min-width: 1080px) {
    .col-2-produtosDetalhes {
        width: 50%;
    }
}

@media (min-width: 58px) {
    .col-2-barRodape {
        width: 50%;
    }
}

@media (min-width: 728px) {
    .col-6 {
        width: 16.6666667%;
    }
}


@media (min-width: 728px) {
    .col-3-logo {
        width: 20%;
    }

    .col-3-pesquisa {
        width: 50%;
    }

    .col-3-itens {
        width: 30%;
    }
}


@media (min-width: 728px) {
    .col-2-bar {
        width: 40%;
    }

    .col-2-bar2 {
        width: 20%;
    }

    .col-2-bar3 {
        width: 40%;
    }
}

@media (min-width: 728px) {
    .col-3-bar {
        width: 27%;
    }

    .col-3-bar3 {
        width: 100%;
    }
}


@media (min-width: 1170px) {
    .containerItens {
        max-width: 1170px;
        padding: 0;
    }
}

    /* Media dos Containers */
    @media (min-width: 1170px) {
        .containerHome {
            max-width: 1170px;
            padding: 0;
        }

        .containerContato {
            max-width: 1170px;
            padding: 0;
        }

        .containerSocial {
            max-width: 300px;
            padding: 0;
        }

        .containerLugar{
            max-width: 1170px;
            padding: 0;
        }

        .containerProdutos{
            max-width: 1170px;
            padding: 0;
        }

        .containerQuemSomos{
            max-width: 800px;
            padding: 0;
        }

        .containerHomeCima{
            max-width: 1170px;
            padding: 0;
        }

        .containerCabecalho {
            max-width: 900px;
            padding: 0;
        }

        .containerRodape {
            max-width: 1170px;
            padding: 0;
        }

        .containerMenu{
            max-width: 1170px;
            padding: 0;
        }

        .container2 {
            max-width: 1170px;
            padding: 0;
        }

        .container3 {
            max-width: 1170px;
            padding: 0;
        }
    }

.containerCabecalho {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.containerQuemSomos{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.containerProdutos {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.containerContato {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.containerSocial{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.containerLugar{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.containerRodape {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.containerHome{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.containerHomeCima{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.containerMenu{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.container3{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;  
}

.container2{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    
}

/* fixo */
button,
textarea,
select,
input {
    outline: 0;
}

.menuCima{
    background: #bf2f2c;
    width: 100%; 
    height: 30px;
}

/* Info's do menu de cima */
.detalhe{
    color: #ffffff;
    margin-top: 5px;
    padding-top: 0px;
    text-align: center;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}


/* Header principal do cabeÃ§alho */
#cabecalho{
    background: #312174;   
}

#cabecalho .linkSociais {
    text-decoration: none;
}

/* Redes sociais no cabeçalho */
#cabecalho .cabecalhoSociais {
    height: 30px;
    margin-top: 20px;
}

#cabecalho .contSociais {
   
}

/* Logo no cabeÃ§alho */
#cabecalho .logo{
    width: 100%;
}

.envoltaLogo {
    background: linear-gradient(45deg,#fff, #fff);
    margin-top: -30px;
    padding: 30px 30px 30px 30px;
    border-radius: 0 0 80px 80px;
    box-shadow: 0px 0px 10px 0px #312174;
    position: relative;
    z-index: 999;
}

/* Redes sociais no cabeÃ§alho */
#cabecalho .cabecalhoSociais {
    height: 30px;
    margin-top: 20px;
}

#cabecalho .linkSociais {
    text-decoration: none;
}

/* PosiÃ§Ã£o dos itens no menu */
#cabecalho .nav{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    position:relative; 
    margin-top: 15px;
    text-transform: uppercase;
    z-index: 99999;
}

/* CSS do Menu e DropDown */
.nav ul{
    list-style: none;
    position: relative;  
}

.nav ul li{ 
    float: left;
    padding: 0 3px;

}

.nav ul ul{
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all .4s;
}

.nav ul li:hover ul{
    visibility: visible;
    opacity: 1;
    transition: all .4s;
}

.nav ul ul li{
    float: none;
    width: 200px;
    padding: 0px;
    
}

.nav ul ul li a{
    padding: 15px;
    display: block;
    text-decoration: none;
    text-align: center; 
    box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.2);
}

/* CSS do texto dos itens no menu */
#cabecalho .nav .a{
    text-decoration: none;
    padding: 15px;
    padding-left: 13px;
    display: flex;  
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-align: left; 
    border-radius: 30px;  
    transition: all .2s; 
}

#cabecalho .nav ul li:hover .a {
    background: linear-gradient(#db413f, #bf2f2c);
    color: #fff;
    border-radius: 30px 30px 0px 0px;
    transition: all .2s;
    padding-top: 20px;
}

#home .nav .b{
    text-decoration: none;
    text-align: left;
    display: block;  
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;   
    background: #bf2f2c;
}

#home .nav .b:hover{
    background: #5c43c4;
    color: #fff;
    transition: all .4s;
}

.bannerSlider{
    height: 200px;
    background: black;
}

.divider {
    height: 3px;
    border-radius: 30px;
    background: #17171726;
    margin-bottom: 30px;
    margin-left: 50px;
    margin-right: 50px;
}

.dividerKits {
    height: 3px;
    border-radius: 30px;
    background: #fff;
    margin-bottom: 30px;
    margin-left: 50px;
    margin-right: 50px;
}

#categorias {
    background: #f3f3f3;
    padding-bottom: 40px;
    -webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.2);
    box-shadow: inset 0 3px 6px rgba(0,0,0,.2);
}

#categorias .tituloCategorias {
    text-align: center;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 52px;
}

#categorias .conteudoAllCategorias {
    padding: 0 30px;
}

#categorias .conteudoItemCategoria {
    margin: 10px;
}

#categorias img{
    width: 100%;

    padding: 3px;
    margin-bottom: 5px;
    transition: all .4s
}

#categorias img:hover{
    transform: scale(1.015);
    transition: all .4s
}

#novidades {
    background: linear-gradient(45deg,#27258c,#5a58b3);
    padding-bottom: 50px;
    -webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.2);
    box-shadow: inset 0 3px 6px rgba(0,0,0,.2);
}

#novidades .tituloNovidades {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
}

#kits {
    background: linear-gradient(45deg,#738291,#a2b9ce);
    padding-bottom: 50px;
    -webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.2);
    box-shadow: inset 0 3px 6px rgba(0,0,0,.2);
}

#kits .tituloKits{
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
}

#kits .imgKits {
    height: 300px;
    max-width: 250px;
}

#produtos{  
    padding-bottom: 150px;
    background: white;
}

#produtos .itensProduto{
    padding: 10px 10px 30px 10px;
    background: rgb(85 122 157 / 12%);
    margin: 0 0px;
    border-radius: 5px 5px 0 0;
    transition: all .4s;
    height: 340px;
}

#produtos .conteudoAllProduto {
    transition: all .4s;
    border-radius: 5px 5px 0 0;
    margin: 15px 15px;
}

#produtos .conteudoAllProduto:hover {
    transform: scale(1.05);
    transition: all .4s;
    box-shadow: 1px 1px 7px 2px #31217445;
}

#produtos .conteudoAllProduto:hover .itensProduto {
 
    transition: all .4s;
}

#produtos .precoProduto {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-align: center;
}

#produtos .corDetalhesItem {
    background: #312174;
    padding: 4px 0;
}

#produtos .tituloProdutosCima {
    text-align: center;
    color: #bf2f2c;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin-top: 25px;
    font-size: 40px;
}

#produtos .tituloProdutosBaixo {
    text-align: center;
    color: #312174;
    text-shadow: 0px 0px 3px #0f004d85;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin-top: -24px;
    font-size: 72px;
    margin-bottom: 15px;
}

#produtos .contProdutos {
    position: relative;
    z-index: 99;
}

#produtos .imgProduto {
    max-height: 230px;
    width: 100%;
    transition: all .6s;
}

#produtos .imgProduto:hover{
    transition: all .6s;
}

#produtos .tituloItemProduto, .descricaoItemProduto {
    text-align: center;
    color: #272727;
    font-family: 'Montserrat', monospace;
    margin-top: 3px;
}

#produtos .tituloItemProduto {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 13px;
}

#produtos .botaoItemProdutoPosition {
    text-align: center;
    margin: 0;
}

#produtos .botaoItemProduto {
    font-family: 'Poppins', sans-serif;
    margin-top: 0px;
    color: #312174;
    text-decoration: none;
    background: #ffffff;
    display: inline-block;
    padding: 0px 13px;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    /* border: 2px solid #0400b1; */
    border-radius: 30px;
    transition: all .4s;
}

#produtos .botaoItemProduto:hover {
    transition: all .4s;
    box-shadow: 1px 1px 7px 2px rgb(0 0 0 / 16%);
}

#videoTrabalhos {
    background-image: url(/images/fundoSobre.jpg);
}

#videoTrabalhos .infoVideo {
    padding: 15px;
}

#videoTrabalhos .itemVideo {
    border-radius: 25px 25px 0 0;
}

#videoTrabalhos .tituloItemGaleriaVideo {
    color: white;
    background:linear-gradient(#f15e35, #dd461c);
    margin-top: -5px;
    padding: 5px 0;
    border-radius: 0 0 5px 5px;
    text-align: center;
    font-size: 15px;
    font-family: 'Inconsolata', monospace;
}

#videoTrabalhos .tituloVideosTrabalhos {
    margin-top: 48px;
    margin-bottom: 30px;
    text-align: left;
    color: #fff;
    font-family: 'Lobster', cursive;
    font-size: 42px;
    font-weight: normal;
}

#videoTrabalhos .descTituloQuemSomos {
    margin-top: 0px;
    margin-bottom: 65px;
    text-align: left;
    color: #fff;
    font-family: 'Lemonada', cursive;
    font-size: 26px;
    font-weight: normal;
    padding-left: 50px;
}

#contato {
    background-image: url(/images/fundoContato.png);
    background-size: 100%;
}

#contato .conteudoContato {
    background: #2a1c66;
    padding: 69px 30px 30px 30px;
    border-radius: 100px 100px 0 0;
    /* box-shadow: 0 66px 66px rgba(0, 0, 0, 0.2); */
    z-index: 9999;
    position: relative;
    margin-top: -85px;
}

#contato .conteudoContatoFormulario{
    padding: 20px 60px;
}

#contato .tituloContatoCima {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-size: 60px;
    margin-bottom: 0;
}

#contato .tituloContatoBaixo {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-size: 30px;
    margin-top: -15px;
    margin-bottom: 0;
}



#contato .tituloFormItem {
    font-family: 'Inconsolata', monospace;
    color: #fff;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 0;
}

#contato .tituloFormEmail {
    font-family: 'Inconsolata', monospace;
    color: #fff;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 0;
}

#contato .tituloFormItemAssunto{
    font-family: 'Inconsolata', monospace;
    color: #fff;
    text-align: center;
    margin-top: 25px;
    font-size: 20px;
    margin-bottom: 0;
}

#contato .inputTextCartao {
    border-radius: 5px;
    border: none;
    border-bottom: 2px solid #fff;
    color: #fff;
    background: transparent;
    text-indent: 20px;
    margin-top: 7.5px;
    transition: all .3s ease-in-out;
    padding: 7px;
    width: 100%;
    font-family: 'Poppins', sans-serif;
}

#contato .formularioCartao{
    border-radius: 5px;
    border: none;
    border-bottom: 2px solid #fff;
    color: #fff;
    background: #2a1c66;
    text-indent: 20px;
    font-family: 'Poppins', monospace;
    margin-top: 7.5px;
    transition: all .3s ease-in-out;
    padding: 7px;
    width: 100%;
}

#contato .inputTextCartao::-webkit-input-placeholder {
    opacity: 1; 
    font-family: 'Poppins', monospace;
    color: #fff;
}

#contato .inputTextCartaoTextArea::-webkit-input-placeholder {
    opacity: 1; 
    font-family: 'Poppins', monospace;
    color: #fff;
}

#contato .inputTextCartaoTextArea {
    border-radius: 5px;
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    color: #fff;
    text-indent: 20px;
    margin-top: 7.5px;
    transition: all .3s ease-in-out;
    padding: 7px;
    width: 100%;
}

#contato .btn-consultar {
    background: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    position: relative;
    display: inline-block;
    margin: 20px 0 30px;
    border: none;
    color: #463491;
    font-weight: 300;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    transition: all .4s;
}

#contato .btn-consultar:hover {
    transform: scale(1.05);
    transition: all .4s;
}

#contato .itemFomulario {
    padding-left: 20px;
}

#contato .itemFomulario:first-child {
    padding-left: 0px;
}

@media (min-width: 1170px) {
    .containerItens {
        max-width: 1170px;
        padding: 0;
        margin: auto;
    }
}

@media (min-width: 50px) {
    .col-4-4 {
        width: 25%;
    }
}

#itens{
    background-image: url(/images/fundoItens.png);
    background-size: 100%;   
    background-attachment: fixed;
    -webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.2);
    box-shadow: inset 0 3px 6px rgba(0,0,0,.2);
    position: relative;
}

#itens .conteudoItensAll {
    padding: 30px 0;
}

#itens .conteudoItem {
    margin: 0 30px;
}

#itens .iconeItem {
    color: #fff;
    text-shadow: 0px 0px 3px #fff;
    font-size: 32px;
    text-align: center;
}

#itens .tituloItem {
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 3px #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    margin-top: 10px;
}

#itens .descricaoItem {
    margin-top: 10px;
    text-align: center;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

/* CSS do DropDown */
ul{
    list-style: none;
}

ul li{
    float: left;
}

#flexsliderCerto {
    height: 400px;
    overflow: hidden;
}

@media(max-width: 850px){
    #flexsliderCerto {
        height: 300px;
        overflow: hidden;
    }

    .slidesCerto>li {
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: 200% 100%;
        height: 684px;
        width: 100%;
        float: left;
        margin-right: -100%;
        position: relative;
        /* opacity: 0.580802; */
        display: block;
        z-index: 1;
    }
}

.flexsliderCerto {
    background: #fff;
    position: relative;
    zoom: 1;
}

.slidesCerto, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media(min-width: 851px){

.slidesCerto>li {
    background-repeat: no-repeat;
    background-size: 100% 60%;
    height: 684px;
    width: 100%;
    float: left;
    margin-right: -100%;
    
    position: relative;
    /* opacity: 0.580802; */
    display: block;
    z-index: 1;
}
}

.imagemLugar {
    width: 100%;
    height: 100%;
    position: relative;
}

.tituloLugar {
    text-align: center;
    margin-top: 30px;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 30px;
}

#lugar {
    background: #480101;
    padding-bottom: 20px;
    box-shadow: inset 0 10px 12px rgba(0, 0, 0, 0.2);
}

.conteudoItemLugar {
    padding: 15px 35px;

}

.tituloLugarSub, .enderecoLugar {
    text-align: center;
}

.tituloLugarSub {
    margin-top: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #02007a;
    text-transform: uppercase;
    font-size: 17px;
}

.enderecoLugar {
    margin-top: 10px;
    font-family: sans-serif;
    color: #02007a;
    font-size: 12px;
}

#sobre{
    padding-bottom: 50px;
    background: #2a1c66;
    margin-top: -5px;
    
}

/* SIGA NOSSAS REDES SOCIAIS */
#sobre .titleRedesSociais{
    text-align: right;
    color: #fff;
}

/* REDES SOCIAIS NO RODAPÉ */
#sobre .sociaisRodape{
    font-size: 45px;
    padding: 0 3px;
    color: #fff;
}

/* REDES SOCIAIS NO RODAPÉ */
#sobre .sociaisRodape{
    height: 45px;  
}

/* POSIÇÃO DAS REDES SOCIAIS NO RODAPÉ */
.flex-end {
    justify-content: flex-end; 
}

.containerFlex {
	max-width: 420px;
	margin: 0 auto;
	display: flex;	
}

.flex-endMenu {
    justify-content: flex-end; 
}

.containerFlexMenu {
	margin: 0 auto;
	display: flex;	
}

#sobre iframe {
    height: 150px;
    width: 100%;
}

/* MARGIN DO RODAPÉ */
#sobre .lado {
    margin: 0 4%;
}

/* TITULOS DO RODAPÉ  */
.tituloSobre{
    margin-top: 30px;   
    font-size: 15px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

/*  */
#sobre .descricaoSobre {
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 13px;
}

.ulInstitucional {
    margin-top: 20px;
}

.ulInstitucional li {
    width: 100%;
}

/* CSS ITENS DE CADA COLUNA */
#sobre .institucional {
    text-decoration: none;
    padding-top: 8px;
    font-size: 13px;
    color: #fff;
 
    font-family: 'Montserrat', sans-serif;
}

/* CSS ITENS DE CADA COLUNA (HOVER) */
#sobre .institucional:hover {
    color: rgb(122, 2, 2);
    text-decoration: underline;
}

/* Rodapé menor */
#footer{
    background-image: url(/images/fundoFooter.jpg);
    background-size: 100%;
    color: #fff;
}

/* CSS DO COPYRIGHT DA EMPRESA */
#footer .copyright{
    text-align: center;
    padding-top: 6px;
    font-family: 'Poppins', monospace;
    text-shadow: 0px 0px 6px #660300;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
}

/* FEITO POR MEGACIA (POSIÇÃO) */
#footer p {
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 12px;
}

/* FEITO POR MEGACIA (TEXTO)*/
#footer p .dev{
    text-decoration: none;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 0px 0px 6px #660300;
}

/* FEITO POR MEGACIA (HOVER) */
#footer p .dev:hover{
    text-decoration: underline;
}

.facebookRodape {
    border:none;overflow:hidden; margin-top: 21px;
}

/* CARRINHO */
@media (min-width: 30px) {
    .col-4-carrinho-item-img {
        width: 33%;
    }

    .col-4-carrinho-item-nome {
        width: 50%;
    }

    .col-4-carrinho-item-quantidade {
        width: 43%;
    }

    .col-4-carrinho-item-retirar {
        width: 4%;
    }

    .col-4-carrinho-item-total {
        width: 20%;
    }
}

@media (min-width: 30px) {
    .col-4-carrinho-item-img-responsivo {
        width: 25%;
    }

    .col-4-carrinho-item-quantidade-responsivo {
        width: 25%;
    }

    .col-4-carrinho-item-preco-responsivo {
        width: 25%;
    }

    .col-4-carrinho-item-total-responsivo {
        width: 25%;
    }
}

@media (min-width: 30px) {
    .col-4-carrinho-itens {
        width: 50%;
    }

    .col-4-carrinho-quantidade {
        width: 47%;
    }

    .col-4-carrinho-preco {
        width: 20%;
    }

    .col-4-carrinho-total {
        width: 20%;
    }
}

@media (min-width: 30px) {
    .col-4-carrinho-itens-responsivo {
        width: 25%;
    }

    .col-4-carrinho-quantidade-responsivo {
        width: 25%;
    }

    .col-4-carrinho-preco-responsivo {
        width: 25%;
    }

    .col-4-carrinho-total-responsivo {
        width: 25%;
    }
}

@media (min-width: 485px) {
    .col-2-botoesCarrinho {
        width: 50%;
    }
}

@media (min-width: 1170px) { 
    .containerCarrinho {
        max-width: 870px;
        padding: 0;
    }
}

.containerCarrinho {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}

.carrinhoMenu {
    font-size: 35px;
    margin-top: 20px;
    color: #010052;
    padding-left: 3%;
    transition: all .4s;
    cursor: pointer;
}

.carrinhoMenu:hover {
    color: #505050;
    transition: all .4s;
}

.dividerCarrinho {
    height: 1.8px;
    background: #dfdfdf;
    border-radius: 30px;
}

#carrinho {
    background: rgb(235, 235, 235);
    
}

#carrinho .tituloCarrinhoCima {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    margin-top: 30px;
    color: #cacaca;
}

#carrinho .tituloCarrinhoBaixo {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    margin-top: -28px;
    margin-bottom: 20px;
    color: #02007a;
}

#carrinho .conteudosCarrinho {
    padding-top: 10px;
    padding-bottom: 30px;
}

#carrinho .itensCarrinho, .qtdCarrinho, .precoCarrinho, .totalCarrinho {
    color: #272727;
    font-weight: normal;
}

#carrinho .itensCarrinho {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
}

#carrinho .qtdCarrinho {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
}

#carrinho .precoCarrinho {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

#carrinho .totalCarrinho {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-align: right;
}

#carrinho .imgItemCarrinho {
    height: 200px;
    max-width: 250px;
}

#carrinho .positionNomeItemCarrinho {
    margin-top: 8px;
    margin-bottom: 8px;
}

#carrinho .nomeItemCarrinho {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    text-align: left;
    color: #010047;
}

#carrinho .quantidadeItemCarrinho {
    margin-top: 8px;
    margin-bottom: 8px;
    border-radius: 3px;
    padding: 0 7px;
    margin-left: 10%;
    background: #010047;
    color: #fff;
    border: 1px solid #010047;
}

#carrinho .botaoLimpar {
    margin-top: 8px;
    margin-bottom: 8px;
}

#carrinho .removeItemCarrinho {
    margin-top: 11px;
    margin-bottom: 8px;
}

#carrinho .precoItemCarrinho {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    margin-top: 8px;
}

#carrinho .totalItemCarrinho {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    margin-top: 8px;
    text-align: right;
}

#carrinho .quantidadeCaixinha {
    margin-top: 8px;
    border-radius: 5px;
    border: none;
    background: #02007a;
    color: #fff;
    padding: 0 5px;
}

#carrinho .subTotalItens {
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    margin-top: 8px;
    margin-bottom: 8px;

}

#carrinho .esvaziarItens {
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    margin-top: 8px;
    margin-bottom: 8px;

}

#carrinho .frenteItens {
    font-family: 'Montserrat', sans-serif;
    margin-top: 8px;
    margin-bottom: 8px; 
}

#carrinho .inputFrete {
    border-radius: 5px;
    border: 1px solid #bfbfbf;
    color: #010052;
    text-indent: 20px;
    margin-bottom: 15px;
    transition: all .3s ease-in-out;
    padding: 7px;
    
}

#carrinho .positionBotaoContinuarComprando {
    margin-top: 20px;
    text-align: left;
}

#carrinho .botaoContinuarComprando {
    text-decoration: none;
    color: #fff;
    background: #010047;
    padding: 5px 15px;
    border-radius: 30px;
    font-family: 'Montserrat', sans-serif;
    transition: all .4s;
    border: none;
}

#carrinho .botaoContinuarComprando:hover {
    background: #0703d3;
    text-decoration: none;
    transition: all .4s;
}

#carrinho .positionBotaoComprar {
    margin-top: 20px;
    text-align: right;
}

#carrinho .botaoComprar {
    text-decoration: none;
    color: #fff;
    background: #0dc21c;
    padding: 5px 15px;
    border-radius: 30px;
    font-family: 'Montserrat', sans-serif;
    transition: all .4s;
    border: none;
}

#carrinho .botaoComprar:hover {
    text-decoration: none;
    background: #099414;
    transition: all .4s;
}

#carrinho .carrinhoVazio {
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
    padding-top: 30px;
    padding-bottom: 60px;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    padding: 0px 15px !important;
}

.flexslider {
    border: none !important;
}

.row {
    margin: 0 !important;
}

.container {
    margin-bottom: 30px !important;
}

.breadcrumb {
    margin-bottom: 10px !important;
    margin-top: 20px !important;
}


.container-fluid {
    background: #fff !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.container {
    background: #fff !important;
}

.m-categories2 {
    color: #e90000 !important;
    font-family: 'Poppins', sans-serif !important;
}

.panel-default>.panel-heading {
    color: #fff !important;
    background-color: #312174 !important;
    border-color: #312174 !important;
}

h4.m-fcenter {
    font-family: 'Montserrat', sans-serif !important;
}

.breadcrumb>li {
    font-family: 'Montserrat', sans-serif !important;
}