/********************************************************
* Configuração geral
* Pagination
* 1 - HEADER
* 2 - MAIN
* 3 - PRODUTO
* 4 - MODAL LOGIN
* 5 - CARRINHO
* 6 - FOOTER
**********************************************************/

/********************************************************
* Configuração geral
**********************************************************/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
	height: 100%;
	font-family: "Muli", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
    background-color: #fff;
    color: #2D2D2D;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 400;
	font-family: "Oswald", sans-serif;
}


h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 14px;
	font-family: "Muli", sans-serif;
	color: #2D2D2D;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 15px 0;
}


input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

.text-center{
    text-align: center;
}

.text-bold{
    font-weight: bold;
}

.mb-30{
    margin-bottom: 30px;
}

.font-orange{
    color: #F17B1A;
}
.hide_md,
.hide_lg,
.hide_table_lg{
    display: none;
}
/********************************************************
* Pagination
**********************************************************/
.pagination{
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    justify-content: center;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #F17B1A;
    border-color: #F17B1A;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #F17B1A;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
/********************************************************
* 1 - HEADER
**********************************************************/
header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 50px;
    border-bottom: 1px solid #CCC;
}

header img{
    width: 160px;
    height: 8vh;
}

header .redes-sociais{
    width: 275px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

header .redes-sociais a,
header .redes-sociais span{
    color: #6b6b6b;
}

header .redes-sociais a{
    font-size: 26px;
    transition: color .3s;
}

header .redes-sociais a:hover{
    color: #F17B1A;
}

header .nav-login{
    width: 25%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #6b6b6b;
}

header .nav-login a{
    color: #6b6b6b;
    font-size: 15px;
}

header .nav-login a i.fa{
    font-size: 24px;
    transition: color .3s;
}

header .nav-login a:hover{
    color: #F17B1A;
}

header .nav-login .dropdown-menu{
    position: absolute;
    transform: translate3d(1141px, 59px, 0px);
    top: 5px;
    left: 20px;
    will-change: transform;
}

header .nav-login .dropdown-menu a i.fa{
    font-size: 16px;
    margin-left: 10px;
}

header .nav-login a span.badge-cart{
    position: relative;
    top: -20px;
    left: -20px;
    padding: 7px 9px;
    border: 1px solid #F17B1A;
    border-radius: 50%;
    color: #F5F5F5;
    background-color: #F17B1A;
}

header .nav-login a span.valor-carrinho{
    position: relative;
    left: -20px;
    font-weight: bold;
}
header .header_menu{
    display: none;
}
/********************************************************
* 2 - MAIN
**********************************************************/
main{
    width: 100%;
    height: auto;
    padding: 20px 0;
    display: flex;
    flex-direction: row;
}

main .filtros{
    width: 25%;
    height: auto;
    padding: 0 10px;
}

main .filtros h3{
    width: 50%;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 5px solid #F17B1A;
}

main .filtros .div-form{
    width: 100%;
    height: auto;
    margin: 40px 0;
}

main .filtros .div-form label{
    font-weight: bold;
}

main .filtros .div-form input{
    margin-left: 4%;
    padding-left: 10px;
    width: 73%;
    height: 50px;
    font-size: 18px;
    clear: both;
}

main .filtros .div-form button{
    width: 20%;
    height: 50px;
    border: none;
    outline: nome;
    background-color: #F17B1A;
    color: #F5F5F5;
}

main .filtros .div-form form button:hover{
    background-color: #fca45c;
    color: #F5F5F5;
}

main .filtros .div-form ul{
    list-style: none;
    padding-left: 15px;
    width: 95%;
    height: 240px;
    background-color: #F7F7F7;
}

main .filtros .div-form ul li{
    margin-bottom: 5px;
}

main .filtros .div-form ul li a{
    font-size: 13px;
    color: #6b6b6b;
}

main .filtros .div-form ul li a:hover{
    color: #F17B1A;
}

main .produtos{
    width: 75%;
    height: auto;
    background-color: #F7F7F7;
}

main .produtos .card:hover{
    -webkit-box-shadow: 0px 0px 3px 0px rgba(241,123,26,1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(241,123,26,1);
    box-shadow: 0px 0px 3px 0px rgba(241,123,26,1);
}

main .produtos .card .card-body h4{
    color: #6B6B6B;
}

main .produtos .card .card-body p{
    text-align: center;
    margin-top: 30px;
    font-size: 28px;
    font-weight: bold;
    color: #F17B1A;
}
/********************************************************
* 3 - PRODUTO
**********************************************************/
main .media{
    width: 100%;
    height: 440px;
    margin: 20px 0;
    padding-right: 10px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 1);
}

main .media .media-img .img-carousel{
    width: 100%;
    height: 20%;
    padding: 5px 30px;
}

main .media .media-img .img-carousel ul{
    width: 100%;
    height: 75px;
    list-style: none;
    display: flex;
    justify-content: space-center;
}

main .media .media-img .img-carousel ul li img{
    width: 100%;
    height: 100%;
}

main .media .media-body{
    width: 60%;
    height: 100%;
    padding: 20px;
}

main .media .media-body .cor-produto img{
    width: 80px;
    height: 65px;
    border: 1px solid #CCC;
    margin-left: 7px;
}

main .media .btn-qtde-prod{
    width: 11%;
    height: 40px;
    border: none;
    font-size: 14px;
    outline: none;
}

main .media .btn-submit-prod{
    width: 48%;
    height: 40px;
    border: none;
    outline: none;
    font-size: 14px;
}

main .media .input-qtde-prod{
    width: 25%;
    height: 40px;
    background-color: #F5F5F5;
    border-color: #ccc;
    padding: 5px 10px;
    font-size: 14px;
    outline: none;
    text-align: center;
}

main .media .btn-produtos{
    width: 100%;
    display: block;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
}

main .media .btn-hover{
    background-color: #F17B1A;
    color: #F5F5F5;
    transition: all .3s;
}

main .media .btn-hover:hover{
    background-color: #cf6916;
}

main .media .media-body p.p-aviso {
    text-align: center;
    margin-top: 30px;
    font-size: 28px;
    color: #F17B1A;
}

main .media .media-body p.p-preco{
    text-align: center;
    margin-top: 20px;
    font-size: 32px;
    font-weight: bold;
    color: #F17B1A;
}
/********************************************************
* 4 - MODAL LOGIN
**********************************************************/
header .nav-login #modal-login{
    margin-top: 50px;
}

header .nav-login #modal-login .modal-body .close{
    position: relative;
    background-color: #F17B1A;
    color: #F5F5F5;
    top: -14px;
    left: 13px;
    padding: 0 5px 5px 5px;
    border-top-right-radius: 3px;
}

header .nav-login #modal-login .modal-body h3{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #6b6b6b;
}

header .nav-login #modal-login .modal-body form{
    width: 70%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
}

header .nav-login #modal-login .modal-body form .button-box{
    width: 100%;
    height: auto;
}

header .nav-login #modal-login .modal-body form .button-box .btn-form-modal{
    width: 49%;
    height: 40px;
    border: none;
    outline: none;
}

header .nav-login #modal-login .modal-body form .button-box .btn-login-orange{
    background-color: #F17B1A;
    color: #F5F5F5;
}

header .nav-login #modal-login .modal-body form .button-box .btn-login-orange:hover{
    background-color: #cf6916;
}

header .nav-login #modal-login .modal-body p{
    font-size: 12px;
}
/********************************************************
* 5 - CARRINHO
**********************************************************/
main table{
    margin-top: 40px;
}

main table thead tr th{
    font-size: 14px;
}

main table tbody a{
    text-decoration: none;
    font-size: 12px;
    color: #6b6b6b;
    transition: all .3s;
}

main table tbody a:hover{
    color: #F17B1A;
}

main table tbody a div.box-car{
    width: 100%;
    height: 70px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 5% 0;
}

main table tbody a div.box-car img{
    width: 70px;
    height: 100%;
}

main table tbody .card .card-body{
    text-align: center;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: .5rem;
}

main table tbody .card .card-body .input-qtde-prod{
    width: 40%;
    height: 30px;
    text-align: center;
}

main table tbody .card .card-body .btn-hover{
    background-color: #F17B1A;
    color: #F5F5F5;
    transition: all .3s;
}

main table tbody .card .card-body .btn-hover:hover{
    background-color: #cf6916;
}

main table tbody .card .card-footer{
    text-align: center;
    display: flex;
    flex-direction: column;
}

table tbody tr td div.box-valores{
    width: 100%;
    height: 127.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6b6b6b;
}

main button.btn-orcamento{
    background-color: #F17B1A;
    color: #F5F5F5;
    outline: none;
    border: none;
    width: 100%;
    height: 50px;
    text-align: center;
    transition: all .3s;
}

main a.btn-orcamento{
    display: inline-block;
    background-color: #F17B1A;
    color: #F5F5F5;
    outline: none;
    border: none;
    width: 100%;
    height: 50px;
    padding: 12.5px 0;
    text-align: center;
    transition: all .3s;
}

main .btn-orcamento:hover{
    background-color: #cf6916;
}
/********************************************************
* 6 - FOOTER
**********************************************************/
footer{
    width: 100%;
    background-color: #2D2D2D;
}

footer .box-footer{
    width: 100%;
    display: flex;
    flex-direction: row;
}

footer .box-footer .footer-info{
    width: 30%;
    text-align: center;
    padding: 15px;
}

footer .box-footer .footer-info img{
    width: 180px;
    margin-bottom: 15px;
}

footer .box-footer .footer-info p{
    color: #F5F5F5;
    font-weight: bold;
}

footer .box-footer .footer-endereco{
    width: 50%;
    padding: 15px;
}

footer .box-footer .footer-endereco p{
    color: #F5F5F5;
    font-weight: bold;
}

footer .box-footer .footer-endereco p i.fa{
    color: #F17B1A;
    font-weight: bold;
}

footer .box-footer .footer-midias{
    width: 20%;
    padding: 15px;
    font-size: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

footer .box-footer .footer-midias a{
    color: #F5F5F5;
    transition: all .3s;
}

footer .box-footer .footer-midias a:hover{
    color: #F17B1A;
}

footer .footer-inforservice{
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    border-top: 1px solid #CCC;
    padding: 20px 0;
}

footer .footer-inforservice span{
    color: #F5F5F5;
    font-size: 12px;
}

footer .footer-inforservice span a{
    color: #F17B1A;
    font-weight: bold;
}
