
hr{
    border-top: 1px solid #a5a5a5;
}

.linha {
    width: 100%;
    clear: both;
    padding: 0;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    padding: 10px;
}

.linha h3, .branco{
    text-align: left;
    color: white;
}

.linha .termos{
    width: 100%;
    min-height: 300px;
}

.linha p.left{
    text-align: left;
}

#google_translate_element{
}

.navbar{
    width: 100%;
    /* margin: 20px 0; */
    margin: 0;
    padding: 0px;
    /* display: grid;
    grid-template-columns: 40% 20% 40%;
    grid-template-areas: "a b c";
    align-items: flex-end;
    justify-content: space-between; */
}
.navbar .mobile-nav a{
    color: white;
}

.navbar .desktop a{
    color: black;
    text-decoration: none;
}

.navbar .mobile-nav, .navbar .mobile-nav ul {
    display: none;
}

.navbar .mobile-nav ul.show{
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    z-index: 100000;
    background: #f7941e;
    width: 100vw;
    max-width: 230px;
    padding: 0 15px;
}

.navbar .mobile-nav.left ul.show{
    left: 0;
}

.navbar .mobile-nav.right ul.show{
    right: 0;
}
.navbar .mobile-nav ul.show li{
    display: block;
    padding-top: 20px;
    width: 100%;
    position: relative;
}

.navbar .mobile-nav.left ul.show li{
    text-align: left;
}

.navbar .mobile-nav.right ul.show li{
    text-align: right;
}

.navbar .mobile-nav ul.show li:last-child{
    padding-bottom: 20px;
}

.navbar .mobile-nav ul.show li a{
    color: white;
}

.navbar > div.left{
    text-align: left;
    grid-area: a;
}

.navbar > div.center{
    width: auto;
    grid-area: b;
    text-align: center;
}

.navbar > div.right{
    text-align: right;
    grid-area: c;
}

.navbar a{
    text-decoration: none;;
    cursor: pointer;
    position: relative;
}

.fancybox-slide--iframe .fancybox-content{
    height: 100% !important;
}

.navbar span.quantity{
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 100%;
    background: #0a5278;
    height: 25px;
    width: 25px;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    box-shadow: 1px 1px 4px 0px black;
    font-family: system-ui;
    user-select: none;
}

.navbar .block-left{
    text-align: center;
    width: 33.3%;
    position: relative
}

.navbar .block-left ul.active{
    display: flex;
    left: 0;
}

.navbar .block-left ul{
    position: fixed;
    background: #ececec;
    flex-direction: column;
    z-index: 100;
    width: 33%;
    padding: 10px 0;
    min-height: 100vh;
    margin-top: 30px;
    width: 100%;
    border: 4px solid white;
    box-shadow: 5px 15px 12px 5px #0000004d;
    max-width: 350px;
    
    
    left: -350px;
    display: flex;

    transition: .5s ease-out;
}

.navbar .block-left ul li{
    padding: 15px 0;
    background: #f7941f;
    color: white;
    margin: 6px 0;
    width: 100%;
}

.navbar .block-left ul li a{
    color: white;
}

.navbar .block-left .fa{
    margin: 0 auto;
    display: inline-block;
    position: relative;
    font-size: 32px;
    color: #f7941f;

    cursor: pointer;
}

.navbar{
    background-color: #ececec;
    padding: 15px 0px;
}

.navbar .flex{
    display: flex;
    align-items: center;
}

.navbar .block-center{
    width: 33.3%;
    text-align: center;
}

.navbar .block-right{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 33.3%;
    justify-content: center;
}

.navbar .block-right .btn-yellow{
    color: white;
    padding: 8px 15px;
    background: #f7941f;
    font-weight: bold;
    margin: 0 15px;
    border-radius: 5px;
}

.navbar .flex.desktop .block-right .btn-yellow{
    margin-right: 0px;
}

.navbar .flex.desktop .block-right .btn-outline-yellow{
    margin-left: 0px;
}

.pr-0{
    padding-right: 0 !important;
}

.pl-0{
    
}

.navbar .block-right .btn-outline-yellow{
    border: 3px solid #f7941f;
    color: #f7941f;
    padding: 5px 25px;
    background: transparent;
    font-weight: bold;
    margin: 0 15px;
    border-radius: 5px;
}

.navbar .block-right .btn-outline-yellow{
    border: 3px solid #f7941f;
    color: #f7941f;
    padding: 5px 25px;
    background: transparent;
    font-weight: bold;
    margin: 0 15px;
    border-radius: 5px;
}

.navbar .block-right .fa{
    color: #f7941f;
    font-size: 32px;
    margin: 0 15px;
}

.navbar li{
    display: inline-block;
    list-style: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    padding: 0 20px;
}

.navbar img.logo{
    width: 100%;
    max-width: 200px;
}

.indice-gpb img{
    display: block;
    width: 70px;
    margin: 0 auto;
}

.indice-gpb p{
    text-align: center;
    font-weight: 500;
}

.banner{
    width: 100%;
    min-height: calc(100vw/3.31);
    background-color: white;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}

.shopping-type-title{
    background-color: #0a5278;
    color: white;
    text-align: center;
    padding: 10px 0;
    font-weight: normal;
    font-size: 28px;
}

section.video{
    margin: 100px 0 0;
    padding: 100px 50px;
    background-color: #ececec;
}

section.whatsapp{
    padding: 50px 30px;
    text-align: right;
    
    position: fixed;
    bottom: 0;
    right: 0;
}

.subtitle{
    font-size: 28px;
    text-align: center;
    color: #f79420;
    margin-bottom: 0;
}

.description{
    text-align: center;
    color: #0a5278;
    font-size: 24px;
    font-weight: 400;
    max-width: 750px;
    margin: 0 auto;
}

ul.shoppings-box{
    list-style: none;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
}

section.shoppings{
    padding: 0 30px;
    margin: 40px 0;
}

section.shoppings .type, .shopping-type .shopping{
    padding: 50% 25%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}

.shopping-type .shopping{
    margin: 50px 0;
}

.shopping-type .shopping.wbg{
    position: relative;
    background-color: #0a5278;
    
    background-image: url(/images/porteira.jpg);
    background-size: 100% 100%;
}

.shopping-type .shopping.wbg img{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    max-width: 230px;
    width: 100%;
    transform: translate(-50%,-50%);
}

.shopping-type .shopping.wbg .filter{
    background-color: #0a5278;
    opacity: .85;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.form-group-type-search{
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
}

input.type-search, input.type-search:hover, input.type-search:active, input.type-search:focus{
    max-width: 460px;
    border-radius: 50px;
    margin: 0 auto;
    margin-top: 20px;
    border: 3px solid #c0bebe;
    padding-right: 30px;
}

.form-group-type-search .fa{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #9c9898;
}

ul.shoppings-box li{
    display: inline-block;
    width: 240px;
    height: 240px;
    padding: 10px;
    text-align: center;

    background-size: contain;
}

ul.shoppings-box li a:hover{
    text-decoration: none;
}

ul.shoppings-box li a:first-child{
    text-transform: uppercase;
    display: inline-block;
    background-image: url(/images/back-footer-shopp.jpg);
    background-size: 100% 100%;
    width: 215px;
    color: #FFF;
    /* -webkit-border-radius: 8px; */
    -moz-border-radius: 8px;
    /* border-radius: 8px; */
    padding: 15px;
    font-size: 12px;
    border: 3px solid #ffffff;
    /*outline: 3px solid #f39623;*/
}

ul.shoppings-box li a:last-child{
    text-transform: uppercase;
    display: inline-block;
    background-size: 100% 100%;
    width: 215px;
    color: #FFF;
    /* -webkit-border-radius: 8px; */
    -moz-border-radius: 8px;
    /* border-radius: 8px; */
    font-size: 12px;
}

ul.shoppings-box li a:last-child .btn.acessar, ul.shoppings-box li a:last-child .btn.acessar:hover {
    color: white;
    position: relative;
    background: #f7941f;
    padding: 8px;
    border-radius: 5px;
    width: 50%;
    margin: 20px auto;
    margin-bottom: 0px;
    text-align: center;
}

ul.shoppings-box li a .imgzebu {
    width: 100%;
    min-height: 80px;
}

ul.shoppings-box li a h4{
    font-size: 23px;
    border-radius: 5px;
    padding: 15px;
    min-height: 50px;
    word-wrap: break-word;
}

.wrapper-video{
    width: 100%;
    max-width: 780px;
    height: 100%;
    margin: 0 auto;
    padding: 40px 0;
}

.wrapper-video .container-video{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.wrapper-video .container-video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.bullets, section.shopping-banner, section.carrinho-banner{
    padding: 100px 50px;
    background: linear-gradient(to right, rgba(16, 16, 16, 0.55) 0%, rgba(16, 16, 16, 0.55) 100%) 0% 0% / 100%, url("/images/porteira.jpg");
    background-position: center;
    background-size: 100%;
    background-attachment: fixed;
    text-shadow: 2px 2px 2px rgba(0,0,0, 1);
}

section.carrinho-banner{
    padding: 70px 50px;
    /* background-image: url(/images/back-carrinho.jpg); */
    background-image: unset;
    background-color: white;
    text-shadow: unset;
}

section.carrinho-banner .box{
    /* background-color: #1e2d49; */
    max-width: 1200px;
    position: relative;
    display: block;
    margin: 0 auto;
}

section.carrinho-banner .box .header{
    background-color: white;
    padding: 10px 0;
}

section.carrinho-banner .box .header ul{
    margin: 0;
    padding: 0;
    padding-left: 15px;
}

section.carrinho-banner .box .header ul li{
    list-style: none;
    font-weight: 500;
    font-size: 21px;
    margin-bottom: 20px;
}

section.carrinho-banner .box{
    border-radius: 20px;
    overflow: hidden;
}

section.carrinho-banner .branco{
    color: #000;
}

section.carrinho-banner .box .body{
    padding: 30px;
    padding-top: 0;
    background-color: white;
}

section.carrinho-banner .box .body h1{
    font-size: 28px;
    color: black;
    text-align: center;
    padding-top: 20px;
}

section.carrinho-banner .box .body .table{
    margin-top: 0;
}

section.carrinho-banner .box .body .table thead{
    display: none;
}

section.carrinho-banner .box .body .table tbody tr td, section.carrinho-banner .box .body .table tfoot tr td{
    color: black;
    text-align: left;
    /* border-right: 1px solid #1e2d49;
    border-bottom: 1px solid #1e2d49; */
    padding-left: 10px;
    vertical-align: middle;
}

section.carrinho-banner .box .body .table tbody tr td img{
    max-width: 150px;
    border-radius: 10px;
}

section.carrinho-banner .box .body .table tbody tr td input::-webkit-outer-spin-button,
section.carrinho-banner .box .body .table tbody tr td input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

section.carrinho-banner .box .body .table tbody tr td input{
    color: #06090e;
    text-align: center;
    width: 80px;
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
    outline: unset;
    max-width: unset;   

    -moz-appearance: textfield;
}

section.carrinho-banner .box .body .table thead tr{
    background: white;
    color: #f79420;
    text-transform: uppercase;
}

section.carrinho-banner .box .body .table thead tr th{
    text-align: left;
    /* border-right: 1px solid #1e2d49;
    border-bottom: 1px solid #1e2d49; */
    padding-left: 10px;
}

section.carrinho-banner .box .body .table tbody tr{
    background-color: white;
}

section.carrinho-banner .box .body .table tfoot tr{
    background-color: white;
}

section.carrinho-banner .box .body .table tfoot tr td{
    text-align: center;
    font-size: 18px;
    vertical-align: middle;
    padding: 30px 0;
    font-weight: bold;
}

section.carrinho-banner .box .body .table tfoot tr td small{
    font-size: 14px;
    font-weight: 400;
    display: block;
}

section.carrinho-banner p.name{
    color: black;
    font-weight: bold;
}

section.carrinho-banner p.details{
    margin-bottom: 0px;
}


section.carrinho-banner .box .body .fa-shopping-cart{
    border: 5px solid #f79420;
    color: #f79420;
    border-radius: 50%;
    font-size: 24px;
    padding: 10px;
    margin: 0 10px 0
}

section.carrinho-banner .box .body .btn-primary{
    color: #FFF;
    background: #f79420;
    border-color: #f79420;
    height: auto;
    padding: 10px 0;

    width: 100%;
    font-weight: bold;
    text-shadow: unset !important;
    font-size: 12px !important;
    margin-bottom: 5px;
}

section.carrinho-banner .box .body .btn-primary.btn-delete{
    background: #f72020;
    border-color: #f72020;
}

section.carrinho-banner .box .body  .table .btn-primary{
    text-shadow: 0 1px 5px rgba(0,0,0,.6);
    padding: 6px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: .6em;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block
}

section.carrinho-banner .box .footer{
    background-color: white;
    padding: 10px 15px
}

section.carrinho-banner .box .footer .btn-primary{
    color: #FFF;
    background: #f79420;
    border-color: #f79420;
    height: auto;
    padding: 10px 0;
    text-transform: uppercase;
    padding: 5px 10px;
    font-weight: bold;
}

section.complete-banner{
    background-image: url('/images/background_register.png');
}

section.complete-banner .box .body h1{
    font-weight: bold;
    text-transform: uppercase;
    color: #f79420;
}

section.complete-banner .box .body{
    color: black;
}

section.complete-banner .box .body label{
    font-weight: normal;
    color: black;
    text-transform: uppercase;
}

section.complete-banner .box .body input{
    outline: unset !important;
    box-shadow: unset !important;
    border-color: #ececec !important;
    background: #fff9eb;
    margin-bottom: 20px;
}

section.complete-banner .logo{
    width: 120px;
    margin: 0 auto 40px;
    display: block;
}

section.formas-de-pagamento h2{
    font-weight: bold; 
    color: #f79420; 
    text-align: center;
}

section.formas-de-pagamento p{
    text-align: center;
}

section.carrinho-checkout .card h3{
    padding: 10px;
    color: #1e2d49;
    border-bottom: 2px solid #1e2d49;
    font-size: 20px;
    font-weight: bold;
    margin-top: 0px
}

section.carrinho-checkout .card{
    max-width: 400px;
    margin: 0 auto;
    border: 1px solid #ececec;
    padding: 15px;
}

section.carrinho-checkout .card .description{
    color: #1e2d49;
    font-size: 15px;
    text-align: left;
    font-weight: 400;
    min-height: 70px;
    border-bottom: 1px solid #ecec;
}

section.carrinho-checkout .card .btn-primary{
    margin-top: 5px;
    width: 100%;
    padding: 10px !important;
}

section.carrinho-checkout .details h2, section.carrinho-checkout .details p{
    padding-left: 15px;
}

section.carrinho-checkout .details p{
    font-size: 16px;
    margin-bottom: 30px;
}

section.carrinho-checkout .options{
    background-color: white;
    padding-left: 15px;
    padding-right: 15px;
    border-top: 1px solid;
}

section.carrinho-checkout .options .card{
    width: 100%;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 35px;
    border: 1px solid #1e2d49;
    cursor: pointer;
    transition: 1s;
}

section.carrinho-checkout .options .card:hover, section.carrinho-checkout .options .card.selected{
    background-color: #1e2d49;
}

section.carrinho-checkout .options .card:hover h3, section.carrinho-checkout .options .card:hover .description, section.carrinho-checkout .options .card.selected h3, section.carrinho-checkout .options .card.selected .description{
    color: white;
}

section.carrinho-checkout .options .card h3, section.carrinho-checkout .options .card .description{
    padding: 0px;
    border-bottom: unset;
    text-align: center;
    min-height: unset;
}

section.carrinho-checkout.boleto .options{
    padding-bottom: 30px;
}

section.carrinho-checkout.boleto p{
    font-size: 23px;
    font-weight: 200;
    margin: 15px 0;
}

section.carrinho-checkout.boleto select{
    height: 50px;
}

section.carrinho-checkout.boleto h4{
    text-align: center;
    font-size: 20px;
}

section.carrinho-checkout.boleto label{
    font-size: 20px;
    margin-top: 20px;
}

section.carrinho-checkout.boleto .btn-primary{
    width: 100%;
    padding: 14px;
    font-size: 16px;
    height: auto;
    color: #FFF;
    background: #f79420;
    border: none;
}

section.carrinho-success .body h2, section.carrinho-success .body p {
    color: white;
    font-weight: bold;
}

section.shopping-banner{
    text-shadow: unset;
}

section.shopping-banner{
    padding: 30px 50px;
    position: relative;

    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: unset;
    padding: 0;
    height: calc(100vw / 4.39);
    background-color: #ececec;
}

section.shoppings-banner{
    padding: 20px 0;
    border-top: 1px solid #ececec;
}

section.shoppings-banner .content{
    text-align: center;
}

section.shoppings-banner h1{
    font-weight: 300;
    text-transform: uppercase;
    font-size: 4em;
}

section.shoppings-banner .subtitle{
    font-weight: 200;
    font-size: 2.5em;
}

section.shoppings-banner .icon-bar{
    font-size: 25px;
    position: relative;
    color: #ff9933;
}

section.shoppings-list section.shopping-banner{
    margin-bottom: 30px;
    border-bottom: 7px solid #ff9933;
}

section.shoppings-banner .icon-bar:after, section.shoppings-banner .icon-bar:before {
    display: block;
    content: '';
    width: 70px;
    height: 1px;
    background: #ccc;
    position: absolute;
    left: 35px;
    top: 50%;
    margin-top: -1px;
}

section.shoppings-banner .icon-bar:before {
    left: auto;
    right: 35px;
}

section.bullets .content, footer .content, section.shopping-banner .content{
    width: 100%;
    max-width: 1000px;
    display: block;
    margin: 0 auto;
}

section.bullets h3.subtitle, section.bullets ul li, section.shopping-banner h1.title{
    color: white;
    text-align: left;
}

section.shoppings-list section.shopping-banner h1.title{
    font-weight: 300;
    font-size:  3.7em;
}

section.bullets h3.subtitle{
    padding: 0 0 15px;
    font-size: 32px;
}

section.bullets ul{
    padding: 0px;
}

section.bullets ul li{
    list-style: none;
    font-size: 26px;
    padding: 10px 0;
}

.login-logo{
    max-width: 150px;
    margin: 0 auto;
    display: block;
    background-color: white;
    padding: 20px;
}

.form-complete{
    margin-top: 15px;
}

.btn-submit-complete{
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.form-complete .col-form-label{
    color: white;
}

section.login{
    width: 100%;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/images/back-footer.jpg);
}

section.login .box {
    width: 100%;
    max-width: 450px;
    min-height: 355px;
    background-color: white;
    padding: 10px;
    border: 5px solid #384c75;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

section.login .box h3{
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-weight: 400;
    margin-top: 0;
}


section.login .box form .form-group:last-child{
    text-align: center;
}

section.login .box form .btn-primary{
    color: #fff;
    background-color: #1c2b48;
    border-color: #2e6da4;
    display: block;
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
}

section.custom-modal{
    position: fixed;
    z-index: 1000;
    background-color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #f79420;
    max-width: 530px;
    width: 100%;
}

section.custom-modal .header{
    position: relative;
}

section.custom-modal .header .whatsapp-icon{
    position: absolute;
    top: 0px;
    left: 0;
    width: 55px;
}

section.custom-modal .body{
    background-color: #1e2d49;
    color: white;
    padding: 0 20px;
    padding-bottom: 20px;
}

section.custom-modal .body p{
    padding: 20px 5px;
    padding-bottom: 5px;
    font-size: 16px;
}

section.custom-modal .body input{
    margin: 10px 0;
}

section.custom-modal span.close{
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    background-color: white;
    opacity: 1;
    border-radius: 50%;
    padding: 5px;
    width: 25px;
    height: 25px;
    font-size: 14px;
    line-height: 0.7;
    color: #f7941e;
    border: 3px solid;
    transform: translate(50%, -50%);
}

section.custom-modal .submit-message{
    background-color: #f7941e;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 0;
    height: auto;
}

.form-check.form-check-inline{
    display: inline-block;
    margin: 0 10px;
    margin-top: 5px;
    color: white;
}

section.register{
    width: 100%;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-image: url(/images/back-footer.jpg); */
}

section.register .box .alert.alert-danger{
    margin-bottom: 40px;
}

section.register .box {
    width: 100%;
    max-width: 450px;
    min-height: 655px;
    background-color: white;
    padding: 10px;
    /* border: 5px solid #384c75; */
    display: flex;
    align-items: start;
    justify-content: center;
    margin: 10px;
}

section.register .box h3{
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: normal;
    color: #f7941f;
    margin-top: 0;
}
section.register .box h4{
    text-align: center;
    font-size: 16px;
}

section.register .d-flex-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.register .d-flex-submit{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

section.register .number{
    display: flex;
    align-items: center;
    justify-content: center;
}

section.register .page{
    color: black;
    font-weight: bold;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    border: 2px solid #f7941f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

section.register .total{
    font-weight: bold;
    color: #f7941f;
    font-size: 16px;
}

section.register .step2 label, section.register .step3 label, section.register .step4 label{
    font-size: 20px;
    text-align: center;
    padding: 20px 0;
}

section.register .step1 label{
    padding: 20px 0;
    padding-bottom: 0px;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
}

section.register input{
    outline: unset !important;
    box-shadow: unset !important;
    border-color: #ececec !important;
    background: #fff9eb;
    margin-bottom: 20px;
}

section.register .btn-yellow{
    background-color: #f7941f;
    color: white;
    font-weight: bold;
    padding: 5px 20px;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 16px;
}

.d-none{
    display: none;
}

section.register .box form{
    width: 100%;
    text-align: center;
}

.g-recaptcha{
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    margin-top: 40px;
}

.owl-mobile{
    display: none !important;
}

.owl-desktop .banner{
    margin-bottom: 40px;
}

footer{
    width: 100%;
    overflow: hidden;
    background-image: url(/images/back-footer.jpg);
}

footer .content{
    padding: 50px 70px 10px;
    color: white;
    width: 100%;
    max-width: 100%;
}

footer hr{
    border: .5px solid #e0dfdf;
}

footer .docs{
    padding: 50px 70px 60px;
    color: white;
    width: 100%;
    max-width: 100%;
}

footer .docs a{
    color: white;
    font-size: 18px;
    text-decoration: underline;
    font-weight: 300;
}

footer .infos{
    padding: 0 70px;
}

footer .infos p{
    color: white;
    font-size: 18px;
    font-weight: 300;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;

    margin-bottom: 30px;
}

footer .social{
    padding: 20px 0 40px;
}

footer .social .fa{
    font-size: 32px;
    color: #0a5278;
    margin: 0 20px;
    background: white;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    padding: 10px 0;
}

footer .copyright{
    width: 100%;
    background-color: white;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
}

footer .copyright img{
    width: 25px;
}

footer h4.title, section.shopping-banner p.subtitle{
    font-size: 20px;
    margin: 0 0 20px;
    font-weight: 400;
    color: #f79420;
    max-width: 270px;
    min-height: 70px;
    display: flex;
    align-items: center;
}

footer h4.title.first{
    border: 1px solid;
    padding: 10px 10px;
    max-width: 100%;
    text-align: center;
}

footer h4.subtitle{
    font-size: 22px;
    margin: 20px 0;
    font-weight: 200;
    color: #f79420;  
    text-align: center;

}

footer .person{
    display: flex;
    justify-content: start;
    align-items: center;
}

footer .person .detail{
    margin: 0 20px;
    text-align: center;
}

footer #contact .flex{
    display: flex;
    justify-content: space-around;
}

footer .person .detail p{
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 5px;
}

footer .person .detail a, footer .person .detail a:hover{
    font-size: 24px;
    color: white;
    font-weight: 300;
    text-decoration: none;
}

section.shopping-banner p.subtitle{
    font-weight: 300;
    text-align: left;
    margin-bottom: 5px;
}

section.shoppings-list section.shopping-banner p.subtitle{
    font-weight: 800;
}

section.shopping-banner p.attribute{
    font-size: 20px;
    margin-bottom: 0px;
    color: #FFF;
}

section.shopping-banner .btn-primary{
    background: #f90;
    border: #f90;
    padding: 20px;
    color: white;
    font-size: 24px;
    text-transform: uppercase;
    text-shadow: unset;
    margin-top: 20px;
}

section.shoppings-list section.shopping-banner .btn-primary{
    font-size: 18px;
}

section.shoppings-list section.shopping-banner .fa-book{
    font-size: 22px;
}

section.shopping-lots{
    margin-top: 40px;
    width: 100%;
}

section.shopping-lots .card{
    max-width: 300px;
    border-radius: 20px;
    position: relative;
    display: block;
    overflow: hidden;
    box-shadow: 0 0 12px 5px #797373a3;
    margin: 20px 0;
    text-align: center;

    margin: 0 auto;
    margin-bottom: 40px;
}

section.shopping-lots .card-header{
    background-color: #ececec;
    max-height: 280px;
    min-height: 280px;
    overflow: hidden;
}

section.shopping-lots .card-body p.total, .cart-total p.total{
    margin: 10px 0;
    font-weight: bold;
    font-size: 18px;
}

section.shopping-lots .card-body span.installments, .cart-total span.installments{
    font-size: 24px;
    font-weight: bold;
    color: #f7941f;
}

section.shopping-lots .card-body .btn-yellow, .cart-total .btn-yellow{
    background: #f7941f;
    display: inline-block;
    padding: 6px 20px;
    font-weight: bold;
    color: white;
    border-radius: 10px;
    margin: 0 0 20px;
}

.cart-total{
    text-align: center;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.cart-total p{
    font-size: 15px;
}

.cart-total p.total{
    font-size: 24px;
    margin-bottom: 0px;
}

.cart-total span.installments{
    font-size: 36px;
}

section.shopping-lots .card-header img{
    width: 100%;
}

section.shopping-lots .lot{
    box-shadow: 0 5px 10px rgba(0,0,0,.4);
    margin-bottom: 40px;
}

section.shopping-lots .lot .head, section.shopping-lots .lot .foot{
    background-color: #003;
    color: white;
    text-transform: uppercase;
    font-weight: bolder;
}

section.shopping-lots .lot .foot{
    display: flex;
    align-items: center;
}

section.shopping-lots .lot .foot.d-none{
    display: none;
}

section.shopping-lots .lot ul{
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
}

section.shopping-lots .lot .head ul{
    margin-left: -15px;
    margin-right: -15px;
}

section.shopping-lots .lot .head ul li{
    padding: 20px;
}

section.shopping-lots .lot .head ul li.number{
    cursor: pointer;
    transition: 1s;
}

section.shopping-lots .lot .head ul li.number:hover{
    background-color: #f90;
}

section.shopping-lots .lot .head ul.lots li:first-child{
    min-width: 120px;
    background-color: #f90;
}

section.shopping-lots .lot .body .fancybox-section{
    margin-bottom: 20px;
}

section.shopping-lots .lot .body .fancybox-section, section.shopping-lots .lot .body  .fancybox-list{
    margin-top: 20px
}

section.shopping-lots .lot .body .fancybox-section .fancybox-featured{
    position: relative;
}

section.shopping-lots .lot .body .fancybox-section .fancybox-featured, section.shopping-lots .lot .body .fancybox-section .fancybox-list{
    text-align: center;
}

section.shopping-lots .lot .body .fancybox-section .fancybox-featured a{
    overflow: hidden;
    position: relative;
    display: block;
}

section.shopping-lots .lot .body .fancybox-section .fancybox-featured img.vendido{
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 350px;
}

section.shopping-lots .lot .body .fancybox-section .fancybox-list img{
    max-width: 120px;
}

section.shopping-lots .lot .body .fancybox-section  .fancybox-list-label{
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    letter-spacing: 6px;
}

section.shopping-lots .lot .body h4.attribute{
    font-size: 12px;
}

section.shopping-lots .lot .foot ul li:first-child{
    padding-left: 20px
}
ul.rates-ul li:first-child{
    padding-left: 0px;
}

section.shopping-lots .lot .foot ul li, ul.rates-ul li{
    padding: 20px 0px;
    padding-left: 10px;
}

section.shopping-lots .lot .foot ul li.pd-0, ul.rates-ul li.pd-0{
    padding: 0px;
    padding-left: 20px;
}

section.shopping-lots .lot .foot ul.rates{
    display:block;
}

section.shopping-lots .lot .foot ul.rates li{
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
}

section.shopping-lots .lot .foot ul.rates li:first-child{
    background-color: #F90;
}

section.shopping-lots .lot .foot ul.rates li:nth-child(2){
    background-color: #F70;
}

section.shopping-lots .lot .foot ul.rates li:last-child{
    background-color: #F70;
    border-top: 1px solid
}

section.shopping-lots .lot .foot ul.sell{
    justify-content: flex-end;
}

section.shopping-lots .lot .foot ul.sell li{
    display: inline-block;
    font-size: 18px;
    padding: 15px;
    text-align: center;
}

section.shopping-lots .lot .foot ul.sell li .btn-primary{
    background: #f90;
    border: #f90;
    padding: 10px;
    color: white;
    text-transform: uppercase;
    text-shadow: unset;
}

section.shopping-lots .lot .foot ul.sell li input[type=number]{
    color: black;
    text-align: right;
    max-width: 70px;
}


section.shopping-lots .lot .foot ul li .icon, section.shopping-lots .lot .foot ul li .icon:hover, ul.rates-ul li .icon, ul.rates-ul li .icon:hover{
    border-radius: 50%;
    background-color: #F90;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white;
}

section.shopping-lots .lot .foot ul li .icon .fa{
    font-weight: bolder;
}

section.shopping-lots .lot .head ul.attributes li{
    padding: 20px;
    min-width: 120px;
    width: 49%;
    text-align: center;
    border-left: 1px solid #444;
}

section.shopping-lots .lot .body {
    padding-bottom: 20px;
}

section.shopping-lots .lot .body h3.title{
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: bold;
}

section.shopping-lots .lot .body h5.subtitle{
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    margin-top: 0px;

    font-weight: 300;
    color: black;
}

section.shopping-lots .lot .foot h5.selled{
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #f90;
    margin-top: 0px;
}

section.shopping-lots .lot .body p.attribube{
    margin: 0px;
}

section.shopping-lots .lot .body p.attribube.rg{
    font-size: 12px;
    line-height: 1.5;
    color: #999;
    padding: 0;
}

section.shopping-lots .lot .body p.description span{
    font-weight: bold;
    font-size: 15px;
}

section.shopping-lots .lot .body div.description{
    font-size: 14px;
    text-align: left; 
    color: black;
    /* max-height: 100px; */
    /* overflow-y: scroll; */

    margin: 40px 0;
    background: #ececec;
    padding: 20px 30px;
    max-width: unset;
}

.logo-shopping-product{
    display: block;
    width: 250px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.d-flex-buy{
    display: flex;
    align-items: center;
    justify-content: center;
}

.d-flex-buy .btn-yellow{
    background: #f7941f;
    display: inline-block;
    padding: 2px 25px;
    color: white;
    border-radius: 10px;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
    cursor: pointer;
}

.d-flex-buy .number{
    width: auto;
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.d-flex-cart{
    display: flex;
    align-items: center;
    justify-content: center;
}

.d-flex-buy .number .plus, .d-flex-buy .number .minus,
.d-flex-cart .plus, .d-flex-cart .minus{
    margin: 0 15px;
    border: 3px solid #f7941f;
    width: 40px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f7941f;
    border-radius: 5px;
    cursor: pointer;
}

.parents-flex{
    display: flex;
    align-items: center;
    justify-content: center;
}

.parents-flex .parent{
    width: 100%;
    padding: 30px 0;
    background: #ececec;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 0 6px #7a707061;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    word-break: break-word;
    max-width: 180px;
    margin: 0 auto;
}

.cart-swal .swal2-show{
    display: flex;
    padding: 30px 15px;
}
.cart-swal .swal2-title{
    font-size: 22px;
}

.cart-swal .swal2-content{
    display: block;
    font-size: 18px;
    padding: 0 30px;
    margin: 15px 0;
}

.cart-swal .swal2-actions button{
    width: 100%;
    border-radius: 10px !important;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 17px;
}

.d-flex-options{
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-option-blue{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0a5278;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 8px;
    padding: 5px 10px;
    font-size: 18px;
    min-height: 45px;
    margin: 0 10px;
}

.btn-option-blue span{
    margin: 0 15px 0 5px;
}

.btn-option-blue span small{
    display: block;
    line-height: 8px;
    font-size: 10px;
    text-align: center;
}

.btn-option-blue span:last-of-type{
    margin-right: 5px;
}

.cart-swal .swal2-actions button.swal2-confirm{
    background-color: white !important;
    color: #ff9900 !important;
    border: 3px solid #ff9900 !important;
    background-image: unset !important;
}

.celso{
    display: flex;
    align-items: center;
    justify-content: center;
}

.celso img{
    max-width: 60px;;
}

.celso p{
    font-weight: bold;
    font-size: 17px;
    margin: 0 10px;
}

.product-name{
    text-align: center;
    background: #f7941f;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    color: white;
    font-weight: bold;
    padding: 5px 20px;
}

.parents-flex label{
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    font-weight: normal;
    margin-bottom: 8px;
}

.parents-flex .attribute{
    text-align: center;
    margin: 0 0 30px;
}


.d-flex-buy .number .plus.disabled, .d-flex-buy .number .minus.disabled{
    opacity: .5;
    cursor: not-allowed;
}

.moreinfo{
    margin: 40px 0;
}

.d-flex-buy input{
    width: 45px;
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
    outline: unset;
}

.d-flex-buy input::-webkit-outer-spin-button,
.d-flex-buy input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.d-flex-buy input[type=number] {
    -moz-appearance: textfield;
  }

.fancybox-description{
    text-transform: uppercase;
}

section.shopping-lots .lot .body .fancybox-section{
    margin-bottom: 40px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 40px;
}

section.shopping-lots .lot .body div.description span{
    font-size: 16px;
    font-weight: bold;
}

section.shopping-lots .lot .body h4.attribube{
    font-weight: normal;
    text-align: center;
    margin: 0 auto;
    text-transform: unset;
    font-size: 20px;
    margin: 20px 0 0;
}

section.shopping-lots .lot .body .fa.fa-chevron-down{
    font-weight: 100;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 26px;
    margin-bottom: 20px;
}

section.shopping-lots .lot .body .fa{
    font-weight: bolder;
    font-size: 16px;
}

section.shopping-lots .lot .body .bd-l-1{
    border-left: 1px solid;
}

section.shopping-lots .lot .foot .btn-buy{
    cursor: pointer;
}

section.shopping-lots .lot ul li{
    list-style: none;
    display: inline-block;
}

footer .form-check-inline{
    display: inline-block;
    margin: 0 15px;
    margin-bottom: 15px;
}

footer .form-check-inline label{
    margin-bottom: 0px;
}

footer .btn-submit, footer .btn-submit:hover{
    color: white;
    border-radius: 0;   
    background-color: #f79420;
    margin-bottom: 20px;
}

.fb-page, 
.fb-page span, 
.fb-page span iframe[style] { 
    width: 100% !important; 
}

.d-none{
    display: none;
}

.swal2-popup {
    font-size: 1.6rem !important;
}

.flex.mobile{
    display: none;
}

@media screen and (max-width: 1225px){
    .navbar{
        grid-template-rows: auto auto;
        grid-template-columns: auto auto;
        grid-template-areas:
            "b b"
            "a c";
    }
    
    .navbar > div.left, .navbar > div.right{
        margin-top: 10px
    }

}

@media screen and (max-width: 980px){
    .navbar{
        grid-template-rows: auto;
        grid-template-columns: auto;
        grid-template-areas: "a b c";
    }

    .banner{
        min-height: 350px;
    }

    .navbar img.logo{
        max-width: 200px;
    }

    .subtitle {
        font-size: 22px;
    }
    .description{
        font-size: 18px;
    }
    .navbar .desktop{
        display: none;
    }
    
    .navbar .mobile-nav{
        display: initial;
        align-self: end;
        background-color: #f7941e;
        color: white;
        padding: 10px 15px;
        cursor: pointer;
    }

    .navbar .mobile-nav .fa{
    	position: relative; 
	font-size: 24px;
    }
}

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

    .flex.desktop{
        display: none;
    }
    
    .flex.mobile{
        display: flex;
    }

    section.carrinho-banner .box .footer .btn-primary{
        width: 100%;
        margin-bottom: 15px;
    }
    
    section.carrinho-banner .box .footer form{
        width: 100%;
    }

    section.shopping-lots .lot .foot{
        display: block;
    }

    footer .person{
        display: block;
        position: relative;
        margin: 0 auto;
    }
    
    footer .person .photo, footer .person .detail{
        text-align: center;
        margin-bottom: 15px;
    }

}

@media screen and (max-width: 965px){
    .owl-mobile{
        display: block !important;
    }
    
    .owl-mobile .banner{
        min-height: calc(100vw/1.39);
    }
    .owl-desktop{
        display: none !important;
    }
}

@media screen and (max-width: 868px){
    section.carrinho-banner{
        padding: 70px 0;
    }
    section.carrinho-banner .box .body{
        overflow: scroll;
        position: relative;
    }

    section.carrinho-banner .box .body .table{
        overflow:scroll;
        position: relative
    }
}

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

    ul.shoppings-box li {
        width: 240px;
    }

    .banner{
        min-height: 290px;
    }

    section.carrinho-banner .box .body h1{
        font-size: 24;
    }

    section.carrinho-banner .box .body .fa-shopping-cart{
        font-size: 15px;
    }

}

@media screen and (max-width: 707px){
    section.carrinho-banner .box .body .table .btn-primary{
        width: 100%;
        margin-bottom: 5px;
    }
    section.carrinho-banner .box .body .table tbody tr td, section.carrinho-banner .box .body .table tfoot tr td{
        vertical-align: middle;
        text-align: center;
    }
    section.carrinho-banner .box .body {
        padding: 0px;
    }
}

@media screen and (max-width: 614px){
    .navbar .block-left{
        width: 10%;
    }
    .navbar .block-center{
        width: 35%;
    }
    .navbar .block-right{
        width: 55%;
    }
}

@media screen and (max-width: 505px){
    section.custom-modal{
        max-width: 370px;
    }
}

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

    .banner{
        min-height: 190px;
    }

    section.shopping-banner{
        padding: 30px 10px;
    }

    section.shopping-banner h1.title{
        font-size: 25px;
    }

    section.shopping-banner .btn-primary{
        font-size: 15px;
    }

    section.shopping-lots .lot .foot ul{
        display: block
    }

    section.shopping-lots .lot ul li{
        display: inline-block; 
        width: 100%;
    }

    section.shopping-lots .lot .foot ul li.pd-0{
        padding: 0px;
        padding-left: 0px;
        margin: 10px 0;
    }

}

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

    .banner{
        min-height: 140px;
    }

    section.custom-modal{
        max-width: 280px;
    }

    section.custom-modal span.close{
        top: 9px;
        right: 9px;
    }

    section.custom-modal{
        border-top-right-radius: 10px;
    }

}

@media (max-width: 400px)
{
ul.shoppings-box li a h4 {
    font-size: 11px;
    border-radius: 5px;
    padding: 0px;
    min-height: 10px;
    word-wrap: break-word;
}
}
