/* ------------ Desenvolvido por Pitico Studio Design - julho 2022  ------------ */
/* -------------------------- www.piticostudio.com.br -------------------------- */

* { font-family: 'Open Sans', Arial, Helvetica, sans-serif; }

a:hover, li:hover a, p:hover a { text-decoration: none; }
li { list-style: none; }
ul { padding: 0; margin: 0 }


/* background */
.bg-primary { background-color: #c81c5d !important; }
.bg-secondary { background-color: #00B0B9 !important; }


/* botões sólidos */
.btn-primary { background-color: #c81c5d; border: 1px solid #c81c5d; color: #fff; }
.btn-primary:hover{ background-color: #96173e; border: 1px solid #96173e; transition: all 0.5s; }
.btn-primary:focus { background-color: #c81c5d; border: 1px solid #c81c5d; color: #fff; box-shadow: none;}
.btn-secondary { background-color: #00B0B9; border: 1px solid #00B0B9; color: #fff; }
.btn-secondary:hover { background-color: #308c7c; border: 1px solid #308c7c; color: #fff; transition: all 0.5s; }
.btn-secondary:focus { background-color: #00B0B9; border: 1px solid #00B0B9; color: #fff; box-shadow: none;}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle { background-color: #c81c5d; border: 1px solid #c81c5d; color: #fff; }
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus { background-color: #c81c5d; border: 1px solid #c81c5d; color: #fff; box-shadow: none; }
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle { color: #fff; background-color: #00B0B9 !important; border: 1px solid #00B0B9; }
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {  color: #fff; background-color: #00B0B9 !important; border: 1px solid #00B0B9; box-shadow: none; }


/* botões outline */
.btn-outline-secondary { border: 1px solid #00B0B9; color: #00B0B9; }
.btn-outline-secondary:hover { background-color: #00B0B9; border: 1px solid #00B0B9; color: #fff; }
.btn-outline-secondary:focus { background-color: #00B0B9; border: 1px solid #00B0B9; color: #fff; }
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle { background-color: #00B0B9; border: 1px solid #00B0B9; color: #fff; }
.btn-outline-primary { border: 1px solid #c81c5d; color:#c81c5d; }
.btn-outline-primary:hover {border: 1px solid #c81c5d; background-color: #c81c5d; color:#fff; transition: all 0.5s; }
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {border: 1px solid #c81c5d; background-color: #c81c5d; color:#fff; transition: all 0.5s; }


/* titulo */
.tituloSessao { margin: 0.5rem; }
.tituloSessao h2 { color: #c81c5d; font-weight: 800; text-transform: uppercase; font-size: 1.7rem; }
.tituloSessao h2::after { content: " "; height: 2px; background-color: #c81c5d; display: block; margin-top: 0.3rem; margin-bottom: 2rem; }



/* navbar */
#navbarWrapper {
    background-color: #fff;
}
#navbarWrapper .infoBar {
    border-bottom: 1px solid #00B0B9;
    padding: 0.6rem 0rem;
    font-size: 0.9rem;
}
#navbarWrapper .infoBar p,
#navbarWrapper .infoBar a {
    color: #b1194190;
    margin: 0;
    padding-right: 0.6rem;
}
#navbarWrapper .infoBar a:hover,
#navbarWrapper .infoBar:hover p {
    color: #c81c5d;
    transition: all 0.5s;
}
#navbarWrapper .infoBar .atendInfo,
#navbarWrapper .infoBar .socialInfo {
    display: flex;
    align-items: center;
}
#navbarWrapper .infoBar .atendInfo a:last-child, 
#navbarWrapper .infoBar .socialInfo a:last-child {
    padding: 0;
}
#navbarWrapper .navSuperior {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
}
#navbarWrapper .navSuperior .logotipo img {
    width: 200px;
}
#navbarWrapper .navSuperior .form-group {
    margin-bottom: 0;
}
#navbarWrapper .navSuperior .form-control {
    padding: 0.35rem 8rem 0.35rem 1.6rem;
    font-weight: 300;
    font-size: 0.9rem;
}
#navbarWrapper .navSuperior .form-control:focus {
    box-shadow: none;
    border: 1px solid #00B0B9;
}
#navbarWrapper .navSuperior .form-control::placeholder {
    color: rgb(155, 155, 155);
    font-weight: 300;
    font-size: 0.9rem;
    text-transform: uppercase;
}
#navbarWrapper .navSuperior .form-control {
    border: 1px solid #ced4da;
    border-radius: 0;
    height: calc(1.5rem + 1.5rem + 2px);
}
#navbarWrapper .navSuperior form .btn-primary {
    border-radius: 0;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0.84rem 1.9rem;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 0.9rem;
}
#navbarWrapper .navSuperior .socialContent {
    display: flex;
}
#navbarWrapper .navSuperior .socialContent a {
    color: #c81c5d;
    border: 1px solid #fff;
    background-color: #fff;
    height: calc(1.5rem + 1.5rem + 2px);
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
    line-height: 0;
    margin-right: 1rem;
}
#navbarWrapper .navSuperior .socialContent a:hover {
    color:#96173e;
    transition: all 0.5s;
}
#navbarWrapper .navSuperior .socialContent a:last-child {
    position: relative;
    margin-right: 0rem;
}
#navbarWrapper .navSuperior .socialContent a:last-child span {
    position: absolute;
    top: 11px;
    right: 9px;
    font-size: 0.8rem;
    color: gray;
}
#navbarWrapper .navinferior {
    background-color:#c81c5d;
}
#navPrincipal {
    background-color: #00B0B9;
}
.navinferior.navbar_fixed  {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    -webkit-box-shadow: 0px 10px 13px -3px rgba(0,0,0,0.25); 
    box-shadow: 0px 10px 13px -3px rgba(0,0,0,0.25);
    z-index: 30;
}
.navinferior.navbar_fixed #navinferiorId ul {
    flex-wrap: wrap;
    justify-content: start;
    width: 75%;
}
.navinferior.navbar_fixed #navinferiorId ul .nav-link {
    padding: 0.2rem 1rem;   
}
.dropdown-toggle::after {
    display: none;
}
.navbar-toggler {
    border-radius: 0;
    border: 1px solid #fff;
}
.navbar-toggle-icon {
    display: flex;
    align-items: center;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50% / 100% 100% no-repeat;
}
.navbar-toggler-icon  span {
    background-color: #fff;
    height: 2px;
    display: block;
    border: 1px solid #fff;
    margin: 6px 0;
    width: 100%;
}
.navinferior .nav-link {
    color: #fff;
    opacity: 0.85;
}
.navinferior .nav-link:hover {
    opacity: 1;
    transition: all 0.5s;
}
#navbarWrapper .navinferior .socialContentFixo a {
    color: #c81c5d;
    border: 1px solid #fff;
    background-color: #fff;
    height: calc(1.5rem + 1.5rem + 2px);
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
    line-height: 0;
    position: relative;
}
#navbarWrapper .navinferior .socialContentFixo a span {
    position: absolute;
    top: 11px;
    right: 7px;
    font-size: 0.8rem;
    color: gray;
}

@media(min-width: 576px){
    #navbarWrapper .navSuperior .socialContent {
        justify-content: end;
    }
}
@media(max-width:575.98px){
    #navbarWrapper .navSuperior .socialContent {
        display: flex;
        justify-content: space-between;
        margin-top: 0.5rem;
    }
}
@media(max-width: 767.98px) {
    #navbarWrapper .navSuperior .logotipo {
        width: 200px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0.5rem;
    }
}
@media(max-width: 991.98px) {
    #navbarWrapper .infoBar{
       display: none;
    }
    #navbarWrapper .navSuperior form .btn-primary{
        padding: 0.84rem 0.8rem;
    }
}



/* breadcrumb */
#breadcrumbArea {
    background-color: #dbdbdb;
}
#breadcrumbArea .breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding: 1.5rem 0;
}
#breadcrumbArea .breadcrumb-item,
#breadcrumbArea .breadcrumb-item::before,
#breadcrumbArea .breadcrumb-item a:hover {
    color: #c81c5d;
}
#breadcrumbArea .breadcrumb-item a:hover {
    transition: all 0.5s;
    color: #c81c5d;
}
#breadcrumbArea .breadcrumb-item a {
    color: #b119419c;
}


/* Banner */
#bannerArea .owl-prev,
#bannerArea .owl-next {
    top: 50%;
    position: absolute;
    font-size: 30px;
    background-color: #44b4b292;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.3rem;
}
#bannerArea .owl-prev:hover,
#bannerArea .owl-next:hover {
    background-color: #00B0B9;
    transition: all 0.4s;
} 
#bannerArea .owl-prev {
    left: 30px;
}
#bannerArea .owl-next {
    right: 30px;
}



/* categoria area*/
.catItem {
    border-radius: 0 1rem 0 0;
    border: 1px solid #ced4da;
    /* height: 290px; */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.catItem img {
    width: 100%;
}
.catItem .overlay {
    background-color: #3c9997ab;
}
.catItem .overlay-two {
    background-color: #b119419c;
}
.catItem .overlay h3 {
    filter: drop-shadow(0px 3px 2px #072c2bab);
}
.catItem .overlay-two h3 {
    filter: drop-shadow(0px 3px 2px #7a102cab);
}
.catItem .overlay,
.catItem .overlay-two {
    opacity: 0;
    height: 100%;
    width: 100%;
    top:0;
    left:0;
    display: flex;
    justify-content: center;
    align-items:center;
    position: absolute;
    padding: 15px;
    text-align: center;
}
.catItem .overlay h3,
.catItem .overlay-two h3 {
    color: #fff;
    font-weight: 600;
}
.catItem:hover .overlay,
.catItem:hover .overlay-two {
    opacity: 1;
    transition: all 0.5s;
}
.catItem:hover .overlay h3,
.catItem:hover .overlay-two h3 {
    transform: translate(0, 10%);
    transition: all 0.3s ease-in-out 0s;
}

@media(max-width: 320.98px){
    .catItem {
        height: 110px;
    }
    .catItem h3 {
        font-size: 1rem;
    }
}
@media(min-width: 321px) and (max-width: 375.98px) {
    .catItem {
        height: 156px;
    }
    .catItem h3 {
        font-size: 1rem;
    }
}
@media(min-width:376px) and (max-width: 425.98px) {
    .catItem {
        height: 180px;
    }
    .catItem h3 {
        font-size: 1.3rem;
    }
}

@media(min-width:576px) and (max-width: 767.98px){
    .catItem {
        height: 238px;
    }
    .catItem h3 {
        font-size: 1.3rem;
    }
}
@media(min-width:768px) and (max-width: 991.98px){
    .catItem {
        height: 210px;
    }
    .catItem h3 {
        font-size: 1.3rem;
    }
}

@media (max-width: 991.98px){
    .catItem {
        border-radius: 0 1rem 0 0;
        border: 1px solid #ced4da;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .catItem .overlay,
    .catItem .overlay-two {
        opacity: 1;
    }
    .catItem .overlay {
        background-color: #3c99975e;
    }
    .catItem .overlay-two {
        background-color: #b119415e;
    }
}
/* @media (min-width:425.98px) and (max-width:991.98px) {
    .catItem img {
        transform: scale(1.22);
    }
} */

/* Produtos */
#prdArea .prdWrapper {
    border-radius: 0 1rem 0 0;
    border: 1px solid #ced4da;
    padding: 1rem;
}
#prdArea .prdWrapper:hover {
    transition: all 0.5s;
    -webkit-box-shadow: 2px 13px 13px -5px rgba(0,0,0,0.18); 
    box-shadow: 2px 13px 13px -5px rgba(0,0,0,0.18);
    border: 1px solid #44b4b275;
}
#prdArea .prdWrapper:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
#prdArea .prdWrapper .prdImage {
    overflow: hidden;
    height: 215px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#prdArea .prdWrapper .prdImage img {
    width: 100%;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#prdArea .prdWrapper .prdInfo {
    position: relative;
}
#prdArea .prdWrapper .prdInfo h6 {
    background-color: #00B0B9;
    color: #fff;
    font-weight: 300;
    padding: 0.5rem 1.3rem 0.5rem 0.95rem;
    position: absolute;
    top: -125%;
    left: -16px;
    border-radius: 0 0.85rem 0 0;
    margin: 0;
    font-size: 0.85rem;
}
#prdArea .prdWrapper .prdInfo h5 {
    font-size: 1rem;
    margin-top: 0.4rem;
    margin-bottom: 0.7rem;
    height: 2.1rem;
    display: flex;
    align-items: center;
}
#prdArea .prdWrapper .prdInfo h5 a {
    font-weight: 400;
    color:#c81c5d;
}
#prdArea .prdWrapper .prdInfo h5 a:hover {
    color: #96173e;
    transition: all 0.5s;
}
#prdArea .prdWrapper .prdCart .produtoSpinner {
    height: 2.2rem;
    overflow: hidden;
}
#prdArea .prdWrapper .prdCart .produtoSpinner button,
#prdArea .prdWrapper .prdCart .produtoSpinner input {
    height: 2.1rem;
    padding: 0;
}
#prdArea .prdWrapper .prdCart .produtoSpinner input:focus{
    box-shadow: none;
    border: 1px solid #ced4da;
}
#prdArea .prdWrapper .prdCart .produtoSpinner input {
    border-left: 0;
    border-right: 0;
}
#prdArea .prdWrapper .prdCart .produtoSpinner button {
    border-radius: 0;
}
#prdArea .prdWrapper .prdCart .btn-primary {
    margin-top: 0.25rem !important;
    width: 100%;
    border-radius: 0;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 0.9rem;
}


/* Instagram do cliente */
#instafeed .item {
    height: 275px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.4rem;
    border: 1px solid #ededed;
}
#instafeed .item img {
    min-width: 350px;
}
#instafeed .owl-prev,
#instafeed .owl-next {
    top: 45%;
    position: absolute;
    font-size: 20px;
    background-color: #b1194175;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.3rem;
}
#instafeed .owl-prev:hover,
#instafeed .owl-next:hover {
    background-color:#c81c5d;
    transition: all 0.4s;
} 
#instafeed .owl-prev {
    left: -20px;
}
#instafeed .owl-next {
    right: -20px;
}


/* Produto Individual */ 
#prdIndArea .img-wrapper {
    margin: 0.5rem;
    border: 1px solid #ced4da;
    overflow: hidden;
    border-radius: 0 3rem 0 0;
    max-height: 640px;
}
#prdIndArea .img-wrapper .imG:hover {
    cursor:  zoom-in;
}
#prdIndArea .content-wrapper {
    margin: 0.5rem;
}
#prdIndArea .info-prod-content {
    margin-bottom: 2rem;
}
#prdIndArea .info-prod-content h3 {
    font-weight: 400;
    color:#c81c5d;
    font-size: 1.6rem;
}
#prdIndArea .info-prod-content h4 {
    color: #222222;
    font-weight: 300;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}
#prdIndArea .cart-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.2rem;
}
#prdIndArea .cart-content .produtoSpinner {
    height: 2.2rem;
    overflow: hidden;
    width: 42%;
}
#prdIndArea .cart-content .produtoSpinner button,
#prdIndArea .cart-content .produtoSpinner input {
    height: 2.2rem;
    padding: 0;
}
#prdIndArea .cart-content .produtoSpinner input:focus{
    box-shadow: none;
    border: 1px solid #ced4da;
}
#prdIndArea .cart-content .produtoSpinner input {
    border-left: 0;
    border-right: 0;
}
#prdIndArea .cart-content .produtoSpinner button {
    border-radius: 0;
}
#prdIndArea .cart-content .btn-primary {
    width: 100%;
    max-height: 2.2rem;
    border-radius: 0;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 0.9rem;
    width: 55%;
}
#prdIndArea .thumb-content {
    display: flex;
    flex-wrap: wrap;
}
#prdIndArea .thumb-content .item-box {
    width: 25%;
    border: 1px solid #ced4da;
    border-radius: 0 0.7rem 0 0;
    margin: 5px;
    overflow: hidden;
    max-height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#prdIndArea .thumb-content .item-box img {
    width: 100%;
}
#prdIndArea .thumb-content .item-box.active {
    border: 1px solid #00B0B9;
} 
#prdIndArea .thumb-content .item-box:hover {
    border: 1px solid #00B0B9;
    transition: all 0.5s;
    cursor: pointer;
}



/* Área do Catalogo */
#catArea {
    background-color: #44b4b3 !important;
    border-radius: 0rem 6rem 0 0;
}
#catArea h2,
#catArea h5 {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
#catArea h2 {
    font-weight: 700;
}
#catArea .form-control {
    font-weight: 300;
    font-size: 0.9rem;
    border: 1px solid #fff;
    padding: 0.375rem 1.2rem;
    border-radius: 0;
    height: calc(1.5rem + 1.5rem + 2px);
}
#catArea .form-control:focus {
    box-shadow: none;
    border: 1px solid #c81c5d;
}
#catArea .form-control::placeholder {
    color: rgb(155, 155, 155);
    font-weight: 300;
    font-size: 0.9rem;
    text-transform: uppercase;
}
#catArea form .btn-primary {
    border-radius: 0;
    position: absolute;
    top: 4px;
    right: 3px;
    padding: 0.83rem 1.9rem;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 0.9rem;
}


#formCarrinho .btn-primary {
    background-color: #c81c5d;
    border:1px solid #c81c5d;
}


/* Cart Area */
#cartArea .cartWarning {
    text-align: center;
    background-color: #c81c5d;
    padding: 15px;
}
#cartArea .cartWarning h2,
#cartArea .cartWarning p {
    color: #fff;
}
#cartArea .cartWarning a {
    color: #ffffff94;
}
#cartArea .cartWarning a:hover {
    color: #fff;
    transition: all 0.5s;
}
#cartArea .btn-primary i {
    color: #fff;
    font-size: 0.8rem;
    margin-right: 7px
}
#cartArea .btn-primary:hover i {
    color: #fff;
}
#cartArea table tr td p {
    margin-bottom: 0;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
#cartArea table tr td p a {
    color: #000;
}
#cartArea table tr td a i {
    font-size: 1.8rem;
    color: #b11941a6;
}
#cartArea table tr td a:hover i {
    transition: all 0.5s;
    color: #c81c5d;
}
#cartArea table tr td,
#cartArea table tr th {
    vertical-align: middle;
}
#cartMob .qtcartmob .produtoSpinner,
#cartArea table tr td .produtoSpinner {
    height: 2.2rem;
    overflow: hidden;
}
#cartMob .qtcartmob .produtoSpinner button,
#cartMob .qtcartmob .produtoSpinner input,
#cartArea table tr td .produtoSpinner button,
#cartArea table tr td .produtoSpinner input {
    height: 2.1rem;
    padding: 0;
}
#cartMob .qtcartmob .produtoSpinner input:focus,
#cartArea table tr td .produtoSpinner input:focus{
    box-shadow: none;
    border: 1px solid #ced4da;
}
#cartMob .qtcartmob .produtoSpinner input,
#cartArea table tr td .produtoSpinner input {
    border-left: 0;
    border-right: 0;
}
#cartMob .qtcartmob .produtoSpinner button,
#cartArea table tr td .produtoSpinner button {
    border-radius: 0;
}

@media(min-width:425.98px) and (max-width:991.98px) {
    #cartMob .qtcartmob .produtoSpinner {
        width: 60%;
    }  
}

/* Contato */
#formContato .form-group {
    margin-bottom: 0;
}
#formContato .form-control {
    padding: 0.65rem;
    font-weight: 300;
    font-size: 0.9rem;
    border: 1px solid #ced4da;
    border-radius: 0;
}
#formContato .form-control:focus {
    box-shadow: none;
    border: 1px solid #00B0B9;
}
#formContato .form-control::placeholder {
    color: rgb(155, 155, 155);
    font-weight: 300;
    font-size: 0.9rem;
    text-transform: uppercase;
}
#formContato .form-control:not(textarea) {
    height: calc(1.5rem + 1.5rem + 2px);
}
#formContato .btn-primary {
    border-radius: 0;
    padding: 0.84rem 1.9rem;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 0.9rem;
    height: calc(2.82rem + 0.8rem + 2px);
}
#contatoArea .introContato {
    margin-bottom: 25px;
}
#contatoArea .introContato h4 {
    font-weight: 200;
    line-height: 2.1rem;
}
#contatoArea .infosContato h5 {
    text-transform: uppercase;
    font-weight: 800;
    color: #c81c5d;
    font-size: 1.5rem;
}
#contatoArea .infosContato ul li a {
    color: #c81c5d;
    font-size: 1.3rem;
    line-height: 2.1rem;
}
#contatoArea .infosContato ul li a:hover {
    color:#96173e;
    transition: all 0.5s;
}
#contatoArea .infosContato ul li {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}
#contatoArea .infosContato ul li i {
    border: 1px solid #ced4da;
    height: calc(1.5rem + 1.5rem + 2px);
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    line-height: 0;
    margin-right: 1rem;
    color: #c81c5d;
}
.botaoContato {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media(max-width: 575.98px) {
    .botaoContato {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .botaoContato button {
        width:100%;
    }
}

.qtcartmob a i {
    color: #c81c5d;
    font-size: 1.3rem;
    line-height: 2.1rem;
    position: absolute;
    top: 0;
    right: 15px;
}
.qtcartmob a:hover {
    color: #96173e;
    transition: all 0.5s;
}

/* Login Área */
#loginArea .loginwrapper {
    padding: 30px 30px;
    min-height: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#loginArea .loginwrapper .titleLogin {
    margin-bottom: 15px;
}
#loginArea .loginwrapper h3 {
    color:#c81c5d;
    font-weight: 800;
    text-align: center;
}
#loginArea .form-control {
    padding: 0.65rem;
    font-weight: 300;
    font-size: 0.9rem;
    border: 1px solid #ced4da;
    border-radius: 0;
}
#loginArea .form-control:focus {
    box-shadow: none;
    border: 1px solid #ced4da;
}
#loginArea .form-control::placeholder {
    color: rgb(155, 155, 155);
    font-weight: 300;
    font-size: 0.9rem;
    text-transform: uppercase;
}
#loginArea .form-control {
    height: calc(1.5rem + 1.5rem + 2px);
}
#loginArea .btn-primary {
    border-radius: 0;
    padding: 0.84rem 1.9rem;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 0.9rem;
    height: calc(1.5rem + 1.5rem + 2px);
}
#loginArea p {
    color: #fff;
    text-align: center;
    font-size: 0.85rem;
}
#loginArea p a {
    color: #fff;
}
#loginArea p a:hover {
    color: #c81c5d;
    transition: all 0.5s;
}

#logStatus h6,
#logStatus h6 a i {
    margin: 0;
    color: #4a4a4a;
}
#cabecalho .celPedCab, 
#corpo .celPed,
#clientData .celCli {
    display: flex;
    align-items: center;
    min-height: 75px;
    padding: 1rem;
}
#corpo .celPed,
#clientData .celCli {
    border: 1px solid #dee2e6;
    color: #4a4a4a;
}
#corpo .celPed a {
    border-radius: 0;
}
#corpo .celPed h6,
#clientData .celCli h6,
#clientData .celCli p {
    margin: 0
}
#clientData .celCli p {
    font-size: 0.8rem;
}
#clientData .cliIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.5rem;
    padding: 0.5rem;
    min-width: 40px;
    min-height: 40px;
    border: 1px solid #dee2e6;
}
#cabecalho .celPedCab {
    background-color: #c81c5d;
    color: #fff;
}
#cabecalho .celPedCab h6 {
    margin: 0;
}
.page-item .page-link {
    border-radius: 0 !important;
    display: block;
    height: 50px;
    width: 50px;
    padding: 0.95rem 0.95rem;
    line-height: 0;
    color: #c81c5d;
    background-color: #fff;
    border: 1px solid #dee2e6;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}
.page-link:focus {
    box-shadow: none;
}
#clientData .form-control {
    height: calc(1.5rem + 1.5rem + 2px);
    border-radius: 0;   
}
#clientData .form-control:focus {
    box-shadow: none;
    border: 1px solid #c81c5d;
}
#clientData .form-group {
    position: relative;
}
#clientData button {
    border-radius: 0;
    height: calc(1.5rem + 1.5rem + 2px);
    position: absolute;
    top: 0;
    right: 0;
}
.pedOpen {
    min-height: 135px !important;
}


/* WhatsApp */
.wtpWrapper {
    z-index: 5;
    position: fixed;
    right: 60px;
    bottom: 60px;
    background-color: #c81c5d;
    height: 65px;
    width: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-box-shadow: 10px 15px 38px 0px rgba(0,0,0,0.56); 
    box-shadow: 10px 15px 38px 0px rgba(0,0,0,0.56);
}
.wtpWrapper a i {
    color: #fff;
    font-size: 1.9rem;
}
.wtpWrapper:hover {
    background-color: #96173e;
    transition: all 0.6s;
    box-shadow: none;
}

/* Footer */
#footerArea {
    background-color:#c81c5d;
}
#footerArea p,
#footerArea small,
#footerArea a,
#footerArea ul li,
#footerArea ul li a {
    margin-bottom: 0;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.742);
}
#footerArea a:hover,
#footerArea ul li:hover a {
    color: #fff;
    transition: all 0.5s;
}
#footerArea h5 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.04rem;
}
#footerArea .institucional,
#footerArea .navLinkInst,
#footerArea .navLinkLinhas,
#footerArea .newsletterArea {
    margin: 0.25rem;
}
#footerArea .institucional .logotipo {
    margin-bottom: 1rem;
} 
#footerArea .institucional .logotipo img {
    width: 50%; 
}
#footerArea .institucional .resumoArea {
    /* padding-right: 2.5rem; */
    padding-bottom: 1rem;
    text-align: justify;
}
#footerArea .institucional .socialArea {
    display: flex;
    align-items: center;
}
#footerArea .institucional .socialArea a {
    margin-left: 0.6rem;
}
#footerArea .newsletterArea .form-group {
    margin-bottom: 0;
}
#footerArea .newsletterArea .form-control::placeholder {
    color: rgba(255, 255, 255, 0.742);
    font-size: 0.75rem;
}
#footerArea .newsletterArea .form-control:focus {
    box-shadow: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #fff;
}
#footerArea .newsletterArea .form-control {
    border: none;
    background-color: transparent;
    font-size: 0.9rem;
    color: #fff;
    font-weight: 200;
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.742);
    padding: 1.3rem 0;
}
#footerArea .newsletterArea button {
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.742);
    position: absolute;
    right: 0;
    bottom: 25%;
}
#footerArea .newsletterArea button:hover {
    color: #fff;
    transition: all 0.5s;
}
#footerArea .recaptchaCasule {
    display: flex;
    justify-content: center;
}


/* ---------------------------------------------------------- */
/* ----------------------- BOX COOKIES -----------------------*/
/* ---------------------------------------------------------- */
.box-cookies.hide {
    display: none !important;
}
.box-cookies {
    z-index: 998;
    width: 380px;
    min-height: 20px;
    padding:30px;
    background: #e9e9e9;
    position: fixed;
    overflow: hidden;
    bottom: 65px;
    right: 65px;
    border-radius: 10px;
}
.box-cookies .btn-cookies {
    font-size: 15px;
    text-transform: uppercase;
}
.box-cookies p {
    margin:0;
    padding:0;
    color: #000;
    font-size: 13px;
    line-height: 20px;
    display: block;
    margin-top: 10px;
}
.box-cookies a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
.box-cookies a:hover {
    color: #c81c5d;
    cursor: pointer;
}
.box-cookies .btn-cookies {
    color:#fff;
    border:none;
    display:inline-block;
    font-family:OpenSans,arial,sans-serif;
    color:#fff;
    font-size:14px;
    font-weight:700;
    margin-top:25px;
    background: #c81c5d;
    border:2px solid #c81c5d;
    box-sizing:border-box;
    padding:15px 24px;
    text-align:center;
    transition: background .3s;
    border-radius: 7px;
    width: 100%;
}
.box-cookies .btn-cookies:hover {
    cursor:pointer;
    color: #72102a;
    border: 2px solid #72102a;
    background: transparent;
    transition: all 0.5s;
}
@media screen and (max-width: 600px) {
    .box-cookies {
        flex-direction: column;
        width: 100%;
        bottom: 0px;
        right: 0px;
    }
}


/* ---------------------------------------------------------- */
/* ----------------------- AJUSTES 26/12 ---------------------*/
/* ---------------------------------------------------------- */

@media (max-width: 375.98px) { 
    .sm-content {
        height: 200px;
        overflow: hidden;
    }
}
@media (min-width: 376px) and (max-width: 425.98px) { 
    .sm-content {
        height: 245px;
        overflow: hidden;
    }
}
@media (min-width: 426px) and (max-width: 575.98px) { 
    .sm-content {
        height: 310px;
        overflow: hidden;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .sm-content {
        height: 310px;
        overflow: hidden;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) { 
    .sm-content {
        height: 445px;
        overflow: hidden;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) { 
    .sm-content {
        height: 585px;
        overflow: hidden;
    }
}
@media (min-width: 1200px) { 
    .sm-content {
        height: 685px; 
        overflow: hidden;
    }
}