/*************************** GERAL ********************************/
body{
    margin: 0;
    padding: 0;
    font-family: 'Anton', sans-serif;
}

/*font-family: 'Catamaran', sans-serif;*/

.centralizar-tudo{
    display: flex;
    justify-content: center;
    align-items: center;
}

.full-height{
    height: 100%;
}

.pagina{
    min-height: 100vh;
    padding: 0;
}

h1{
    text-align: center;
    margin: 30px;
}

.cover-pagina {
    height: 350px;
    background-position: bottom;
    background-attachment: fixed;
    background-size: cover;
    -webkit-box-shadow: -4px 12px 30px -12px rgba(0, 0, 0, 0.79);
    -moz-box-shadow: -4px 12px 30px -12px rgba(0, 0, 0, 0.79);
    box-shadow: -4px 12px 30px -12px rgba(0, 0, 0, 0.79);
}

/*************************** MENU******************************/
nav{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

.nav-item{
    font-size: 20px;
}

.nav-link{
    color: #000;
}

.nav-item:hover{
    color: #7AAC46;
}

.nav-link:hover{
    color: #7AAC46;
}

.menu-top{
    height: 80px;
    padding-right: 50px;
}

.menu-top .nav-link{
    color: #fff;
}

.menu-top img{
    display: none;
}

.menu-pg{
    height: 80px; 
    background-color: #fff;
    border-bottom: 2px solid #ccc;
    padding-right: 50px;
}

.menu-pg img{
    position: absolute;
    left: 1%;
}

.logo{
    height: 50px;
}

/*************************** INICIO ******************************/
.pagina-inicial{
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.mascara-inicial{
    position: relative;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;

    background: rgba(255,255,255,0.45);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.45) 0%, rgba(0,0,0,0.83) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,0.45)), color-stop(100%, rgba(0,0,0,0.83)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.45) 0%, rgba(0,0,0,0.83) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.45) 0%, rgba(0,0,0,0.83) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.45) 0%, rgba(0,0,0,0.83) 100%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,0.45) 0%, rgba(0,0,0,0.83) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=1 );;
}

.mascara-inicial img{
    height: 20%;
}

.inico-temas{
    position: absolute;
    font-size: 50px;
    background: rgba(255,255,255,.7);
    padding: 30px;
    border-radius: 40%;
    border: 5px dashed;
}

.camseg{
    left: 10%;
    top: 8%;
}

.supri{
    top: 15%;
    right: 5%; 
}

.consuti{
    bottom: 20%;
    left: 5%;
}

.cabestr{
    bottom: 10%;
    right: 5%;
}

.secao{
    height: 200px;
}

.secao img{
    height: 130px;
    margin: 10px;
    opacity: .2;
}

.secao h2{
    text-align: center;
}

.secao a{
    font-size: 20px;
}

.atualizar-sicoob{
    color: white;
    background-color: #003741;
}

.quem-somos .imagem{
    background-image: url(../img/empresa.jpg);
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
}

.quem-somos .texto{
    color: white;
    min-height: 100vh;
    position: absolute;
    right: 0;
    background-color: rgba(0,0,0,0.3);
    padding: 100px 20px;
    padding-left: 80px;
}

.quem-somos .texto p{
    font-family: 'Catamaran', sans-serif;
}


.servicos{
    padding: 30px 200px;
    background-color: bisque;
    color: black;
}

.servicos p{
    font-family: 'Catamaran', sans-serif;
    /*text-align: center;*/
    font-size: 16px;
}

.servicos a{
    position: relative;
    font-size: 23px;
    left: 50%;
    margin-top: 45px;
    transform: translateX(-50%);
}

.ferramentas{
    padding: 30px 200px;
    background-color: #3b5998;
    color: white;
    text-align: center;    
}

.ferramentas img{
    height: 50px;
    margin-bottom: 20px;
}

.center{
    text-align: center;
}

/*************************** PRODUTO DETALHES ********************************/

.pg-produto-detalhe {
    padding: 50px 0;
}

.titulo-produto-detalhe {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    padding: 30px;
}

.veja-tambem {
    padding: 20px;
    border-right: 1px solid grey;
}

.veja-tambem:last-child {
    border-right: 0;
}

.img-veja-tambem {
    height: 200px;
}

.voltar {
    text-align: center;
}

.imagem-principal {
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 20px;
}

.item-variante {
    margin-bottom: 20px;
}

.carousel-item-produto-destaque {
    height: 350px;
}

.produto-foto-miniatura-imagem-principal {
    max-height: 450px;
    width: 350px;    
    
}

.produto-foto-miniatura-imagem-principal img {
    height: 450px;
    
}

.produto-foto-miniatura {
    margin-top: 20px;
    height: 100px;
    margin-top: 20px;
}

.produto-foto-miniatura .item {
    height: 100%;
    margin-right: 20px;
}

.produto-foto-miniatura .item img {
    height: 70px;
}

.descricao-produto{
    font-family: 'Yanone Kaffeesatz', sans-serif;
}


/*************************** PRODUTO ********************************/

.pg-produtos{
    padding: 50px 100px;
}

.produtos{
    padding: 30px 100px;
    background-color: cornflowerblue;
    color: white;
}

.produtos p{
    font-family: 'Catamaran', sans-serif;
    /*text-align: center;*/
    font-size: 16px;
}

.produtos-btn-vermais{
    text-align: center;
}

.produtos-itens .card{
    color: black;
}

.produto-item{
    padding: 5px 10px;
}

.card{
    padding: 0;
    cursor: pointer;
}

.card-img-top{
    border-collapse: collapse;
    max-width: 255px;
    max-height: 250px;
    width: 100%;
    height: 100%;
    background-color: #ccc;
}

.card-img-top img{
    width: 100%; 
    height: 100%;    
}

.imagem-produto-destaque {
    padding: 35px;
}

.imagem-produto-destaque img {
    height: 250px;
}

.texto-produto-destaque {
    padding-top: 35px;
}

.filtro {
    margin-top: 30px;
    border-left: 1px solid gray;
    border-top: 1px solid gray;
}

.produto-filtro li a {
    color: #100C0D;
}

.produto-filtro li a:hover {
    color: #f6ec3b;
    text-decoration: none;
}

.limpar-filtro:before{
    content: 'X';
    margin-right: 5px;
    font-weight: 900; 
    color: black;
}

.limpar-filtro{
    margin-left: 10px;
    padding-top: 10px; 
    color: black;
}

.accordion-panel a{
    color: #100C0D;
    text-decoration: none;
}

.accordion-panel{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
}

.accordion-content{
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

/*************************** CONTATO ********************************/

.contato{
    padding: 30px 50px;
}

.conteudo-contato {
    font-family: 'Catamaran', sans-serif;
    margin-top: 80px;
    margin-bottom: 50px;
}

#mapa {
    height: 500px;
    margin: 20px;
}

.colapse {
    margin: 0;
}


/*************************** FOOTER ********************************/
footer{
    border-top: 5px solid #47A54A;
    background-color: #100C0D;
    color: white;
    height: 50px;
}

.assinatura{
    font-size: 12px;
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 98vw;
    text-align: center;
}

.mitrix a{
    color: white;
    text-decoration: none;
}

.mitrix::before{
    content: url(../img/logo-mitrix.png);        
}

/*************************** RECURSÃO ********************************/
@media screen and (max-width: 1000px){}
