
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

/*
BG-WHITE
*/
.mineracao-bg-white{
    background:#fff;
}
.mineracao-bg-white img{
    margin: 5px 0;
}

/*
BG-IMAGE
*/
.mineracao-bg-image{
    height: 400px;
    background: url("../images/bg-geral-1.jpg") center no-repeat;
    background-size: cover;
       
}

/*
MENU
*/
.menu{
    margin-top:20px;

}
.menu ul{
    justify-content: space-between;
    display: flex;
}
.menu li{
    display: inline;
    padding: 10px;
    font-size: 0.875em;
    font-weight: 600;
    
}
.menu li a{
    text-decoration: none;
    color: #111;
}
/*
art-produtos
*/
.art-produtos header{
    padding: 20px 0;
}



.art-produto{
    text-align: center;
}
.art-produto .col-3{
    margin-bottom: 20px;
}
.art-produto img{
    width: 100%;
    padding: 5px;
}
.art-produto a{
    color: #303030;
    text-decoration: none;
}
.art-produto h2{
    padding: 8px 5px;
}
.art-produto p{
    font-size: 0.875em;
    margin-bottom: 20px;
    padding:0 10px;
    color: #303030;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
}
/*
art-clientes
*/
.art-clientes header{
    padding: 20px 0;
}
.art-clientes .col-4{
    padding: 0
}
.art-clientes img{
    width: 100%;

}
.art-contato-bg{
    background: #F8F9FB;
}
/*
art-contato
*/
.art-contato header{
    padding: 20px 0;

}
.art-contato  h4{
    font-size: 1.4em;
    font-weight: 300;
    text-transform: uppercase;
}
.art-contato h3{
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
}

/*
ORCAMENTO FORM

/*/
.art-form-orcamento span{
    padding-left: 13px;
}
.art-form-orcamento input[type="email"],
.art-form-orcamento input[type="number"],
.art-form-orcamento select,
.art-form-orcamento input[type="text"]{
    border: none;
    background: #E4E4E4;
    margin: 10px ;
    margin-right: 0;
    border-radius: 5px;
    padding: 12px 20px;
    font-weight: 400;
    font-size: 0.9em;
    font-family: 'Roboto Condensed', sans-serif;
}

.art-form-orcamento .art-btn:hover{
    cursor: pointer;
    background: #019FB4;
    border: 2px solid #fff;
    width: 100%;
    color: #fff;
    max-width: 300px;
    transition: all ease 2s;

}
.art-form-orcamento .art-btn{
    width: 30%;
    max-width: 200px;
    background: #fff;
    border: 2px solid #019FB4;
    border-radius: 20px;
    text-transform: uppercase;
    color: #019FB4;
    transition: all ease 2s;
}
/*art-form*/
.art-form{
    margin-top:50px;
    margin-bottom: 50px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.art-form input{
    border: none;
    background: #E4E4E4;
    margin: 10px ;
    margin-right: 0;
    width: calc(50% - 14px);
    border-radius: 5px;
    padding: 12px 20px;
    font-weight: 400;
    font-size: 0.9em;
    font-family: 'Roboto Condensed', sans-serif;
}
.art-form textarea{
    border: none;
    margin: 10px;
    height: 150px;
    width: calc(100% - 14px);
    background: #E4E4E4;
    border-radius: 5px;
    padding: 12px 20px;
    font-weight: 400;
    font-size: 0.9em;
    font-family: 'Roboto Condensed', sans-serif;
}
.art-form .art-btn:hover{
    cursor: pointer;
    background: #fff;
    border: 2px solid #fff;
    width: 100%;
    transition: all ease 2s;

}
.art-form .art-btn{
    background: no-repeat;
    border: 2px solid #019FB4;
    border-radius: 20px;
    text-transform: uppercase;
    color: #019FB4;
    transition: all ease 2s;
}

/*
.art-localizacao
*/
.art-localizacao{
    padding:40px 30px;

}
.art-localizacao .icon-location{
    color: #019FB4;
    float: left;
    margin-top:-8px;
    font-size: 2.5em;
    margin-right: 15px;
}
.art-localizacao p{

    font-weight: 100;
    font-size: 1em;

}
.art-localizacao .icon-mail, .art-localizacao .icon-phone{
    color: #019FB4;
    float: left;
    margin-top:10px;
    font-size: 2.5em;
    margin-right: 15px;

}
.art-email, .art-phone{
    font-weight: 100;
    font-size: 1em;
    padding: 25px;
}

/*
REDE
*/
.art-rede{
    margin: 30px 0;
}
.art-rede a{
    text-decoration: none;
}

/*
art-footerAll
*/
.footer{
    margin:  30px;
}
.art-logo-footer{
    text-align: center;
}
.art-rede-social{
    text-align: center;
    font-size: 2.3em;
    padding: 20px;
}
.art-rede-social a{
    margin:0 10px;
    text-decoration: none;
    color: #000;
}
.art-rede-social p{
    font-size: 0.3em;
    margin: 5px;
}
.art-menu-footer p{
    font-size: 1.5em;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.art-menu-footer li{
    display: inline-grid;
    width: 100%;
    font-size: 0.875em;
    text-transform: uppercase;
    font-weight: bold;
}
.art-menu-footer a{
    text-decoration: none;
    padding: 3px 10px;
    color: #2E2E2E;
}
.art-menu-footer a:hover{
    text-decoration: underline;
}
.art{
    text-align: right;
    margin-top: 20px;

}
.art img{
    max-width: 100px;
    padding: 10px;

}
.art span{
    font-size: 0.8em;
    display: block;

}

/*
art-logo-art
*/
.art-logo-art{
    text-align: right;
    margin-top:75px;    
}
/*PAGES*/
.art-header-pages{
    margin-bottom: 20px;
}
.art-header-pages .col-logo{
    text-align: center;     
}
.art-header-pages img{
    margin-top: 10px;
}
.art-header-pages nav a{
    color: #475463;
}
.art-header-pages nav a:hover{
    text-decoration: underline;
}
/*------------CONTEUDO PAGINAS------------*/
.art-iframe{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.art-iframe img{
    width: 90%;
    height: auto;
    margin-bottom: 10px;

}
.art-conteudo-pages p{
    margin: 23px 0;
    color: #444444;
    line-height: 1.5;
    text-align: justify;
    font-size: 1em;
    font-weight: lighter;
    font-family: 'Roboto Condensed', sans-serif;
}
.art-conteudo-pages{
    margin-bottom: 40px;
}

/*----------
LINHA
-----------*/
.art-linha{
    border-top: 1px solid #efefef;
    padding: 15px 0;
}

/*------
art-produto-image
----*/
.art-produto-image img{
    width: 100%;

}

/*-------
art-produto-conteudo
------*/
.art-produto-conteudo header{
    text-transform: uppercase;
    min-height: 25px;
}
.art-produto-conteudo {
    padding: 0 20px;
}
.art-produto-conteudo p{
    font-weight: 100;
    margin: 15px 0;
    text-align: justify;
    font-size: 0.875em;
}
.art-cta-btn{
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-top: 10px;
    display: inline-block;
    width: auto;
    opacity: .9;
    padding: 20px;
    color: #fff;
    background: #614092;
    border:1px solid #614092;
    transition: all ease 500ms;
}
.art-cta-btn:hover{
    color: #614092;
    background: #fff;
    transition: all ease 500ms;
}
.art-pdt ul{
    display: flex;
    margin: 10px 0;
}
.art-pdt li{
    cursor: pointer;
    border-radius: 5px;
    margin: 5px;
    border:2px solid #fff;
    max-width: 120px;
    display: inline;
}
.active{
    /*border:2px solid #F7941D !important;*/
}
.part-pdt li:hover{
    border:2px solid #F7941D;  
}
/*
RELACIONADOS
*/
.art-produtos-relacionados header{
    padding: 40px 0;
    display: block;

}
.art-produtos-relacionados article{

    padding: 5px;
}
.art-produtos-relacionados article p {
    text-align: center;
    margin: 10px 0;
}
.art-produtos-relacionados article a{
    text-decoration: none;
    color: #111;
    font-weight: bold;
}
.produto-more-views{
    margin-top:20px;
    background: #fbfbfb;
    padding: 40px 0;
}

.produto-more-views h1{
    margin-bottom: 20px;
}
.produto-more-views p{
    color: #111;
    text-align: justify;
    margin: 15px 0;
    line-height: 1.2;
    font-size: 0.9em;
}
.produto-more-views img{
    width: calc(100% - 15px);
    height: auto;
    margin-left: 15px;
}



.box_carrossel{
    overflow: hidden;   
    max-width: 95%;
    margin: 0 auto;

}
.carrossel, .carrossel_cliente{
    width: 1000%;   
}
.carrossel .item,  .carrossel_cliente .item{
    float: left;
    width: 380px;
    padding: 8px;
    margin-right: 5px;
    overflow:hidden;
}
.controles{
    margin: 20px 0;
    width: 93%;
    display: block;
    float: left;
    text-align: center;
}
.controles{
    margin: 20px 0;
    width: 93%;
    display: block;
    float: left;
    text-align: center;
}
.controles .nav:hover{
    background: #015CAF;
    transition: all ease-in-out 400ms;
}
.controles .nav:first-child{
    margin-left: 78px;
}
.controles .nav{
    transition: all ease-in-out 400ms;
    display: inline;
    padding: 2px 5px ;
    font-size: 0.5em;
    cursor: pointer;
    color: transparent;
    background: #0184FF;
    border-radius: 100%;

}
.art-bg-produto-page{
    background: url("../images/bg-produto.jpg") center no-repeat;
    background-size: 100%;
    height: 426px;
    margin-bottom:30px;
}
/*----------------------ITEMS DOS PRODUTOS-----*/
.item{

    background: #fff;
    text-align: center;
    margin-top: 25px;
    transition: all ease-in-out 400ms;

}
.item:hover{
    box-shadow: 12px 15px 40px rgba(0,0,0,.20);
    transition: all ease-in-out 400ms;
}
.embalagem{
    font-size: 1em;
    font-weight: 100;
    color:#393939;
    margin-top:10px;
}
.produto-name{
    font-size: 1.5em;
    margin: 10px 0;
    font-weight: 500;
    color: #3a3a3a;
}

/*
art-logo-footer
*/

.art-footer{
    margin-top:30px;
}
.art-footer img{
    margin-right: 15px;
    max-width: 150px;
}
.art-logo-footer{
    float:left;
}
.art-footer h3{
    margin-bottom: 10px;
    margin-top: 10px;

}

.art-footer p{
    margin-top:15px;
    color: #3F4243;
    font-size:0.875em;
    padding-right: 46px;
}

/*
* BG - ORÃ‡AMENTO
*/
.art-bg-orcamento-page{
    background: url("../images/bg-orcamento.jpg") center no-repeat;
    background-size:  cover;
    height: 426px;
    margin-bottom:30px;
}
/*
COPY
*/

.copy {
    padding-top: 25px;

}

.direitos {
    float: left;
    width: 400px;
    margin-top: 20px;
    font-size: 12px;
    color: #1F1F2E;

}
.csw {
    float: right;
}

