/*/para mobile/*/
.navbar-mobile{
    display: none
}
/*.align-center-v{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}*/
.navbar {
    background-color: #fff;
}
a {
    color: #5CB434;
    text-decoration: none;
}
.page-home .jumbotron{
    margin-top: 40px !important;
    /*background-color: #5CB434;*/
    background-color: #5cb434;
    background-image: linear-gradient(180deg, #5cb434 0%, #25a11f 100%);
    color: #fff;
    padding-top: 25px;
    padding-bottom: 0px;
}
.page-home .jumbotron .title-ola{
    font-size: 34px;
    margin: 0px;
}
.page-home .jumbotron .img-perfil{
    box-shadow: 0 5px 6px rgba(65 65 65 / 20%);
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 50px;
    border: 3px solid #fff;
}
.page-home .card{
    background: #fff;
    min-height: 50px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    position: relative;
    margin-bottom: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: max(0px, min(8px, ((100vw - 4px) - 100%) * 9999)) / 8px;
    padding: 10px;
}
.profile-card .profile-body .content-area {
    text-align: center;
    border-bottom: 0px solid #ddd;
    padding-bottom: 0px;
}
.profile-card .profile-body .content-area .title-nome{
    color: #42403C;
    font-size: 12px;
    text-transform: uppercase
}
.profile-card .profile-body .icon-area {
    text-align: center;
    color: #B4C0C1;
}
.profile-card .profile-body .icon-area i{
    color: #B4C0C1;
    font-size: 45px;
}

.profile-card .profile-body .icon-area .fas{
    color: #B4C0C1;
    font-size: 40px;
    padding: 5.5px;
}
.profile-card .profile-body .content-area .contador{
    color: #42403C;
    font-size: 14px;
    font-weight: bold;
}
.display-fley{
    display: flex;
}
.align-items-center{
    align-items: center;
}
/*.align-center-v{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}*/
.justify-content{
    justify-content: space-between;
}
.justify-content-center{
    justify-content: center;
}
.display-fley .content-area{
    width: 100%
}
.day-area{
    color: #787B7F;
    text-align: center;
}
.day-area .day{
    margin-top: -5px;
    font-size: 23px;
}
.day-area .mes{
    margin-top: -9px;
    font-size: 20px;
}
.day-area .hora{
    margin-top: -4px;
    font-size: 15px;
}
.nav-tabs > li > a {
    font-size: 18px;
    border: none !important;
    color: #787B7F !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.nav-tabs {
    border-bottom: 3px solid #B4C0C1;
}
.nav-tabs.tab-col-green > li > a:before {
    border-bottom: 3px solid #4CAF50;
}
.nav-tabs li.active a {
    color: #42403C !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: transparent;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs > li > a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 2px solid #2196F3;
    bottom: 1px;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition: 0.1s ease-in;
    -o-transition: 0.1s ease-in;
    -webkit-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
}
.dropdown-menu {
    border-radius: 10px;
}
.dropdown-menu {
    top: 145%;
}
.open > .dropdown-menu-comp {
    display: inline-grid;
}
.dropdown-menu-comp {
    top: -37px;
    right: -35px;
}
.dropdown-menu-comp {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin-top: 0px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border: none;
}
.dropdown-menu-comp {
    position: relative;
    top: -37px;
    right: -35px;
    z-index: 1000;
    display: none;
    /* float: left; */
    /* min-width: 160px; */
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.page-meuspet{
    background-color: #f0f2f5;
    color: #42403C;
    padding: 10px;
}
.page-meuspet .jumbotron{
    margin-top: 20px !important;
    margin-bottom: 0px;
    background-color: #f0f2f5;
    color: #4E952D;
}
@media screen and (min-width: 768px){
    .page-meuspet .jumbotron {
        padding-top: 48px;
        padding-bottom: 0px;
    }
}
.img-area{
    padding-right: 10px;

}
.img-area .img-perfil{
    background: #fff;
    width: 63px;
    height: 63px;
    object-fit: cover;
    /*border-radius: 15px;*/
    border-radius: max(0px, min(8px, ((100vw - 4px) - 100%) * 9999)) / 8px;
}
.card-gray{
    background: #fff;
    color: #42403C;
    min-height: 50px;
    position: relative;
    margin-bottom: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 10px;
    border-radius: max(0px, min(8px, ((100vw - 4px) - 100%) * 9999)) / 8px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 30%);
}
.card-gray .delete{
    margin: 0 10px;
}
.card-gray .content-area .title-nome{
    color: #42403C;
    font-size: 18px;
    text-transform: uppercase
}

.card-gray .profile-body .icon-area {
    background: #f0f2f5;
    border-radius: 15px;
    text-align: center;
    color: #E5E5E5;
    /*    width: 80px;
        height: 55px;*/
    margin-right: 10px;
    /*height: 55px;*/
}
.card-gray .profile-body .icon-area i{
    color: #ababab;
    font-size: 40px;
    padding: 10px;
}

.card-gray .profile-body .icon-area .fas{
    color: #E5E5E5;
    font-size: 30px;
    padding: 10px;
}

.page-detalhepet {
    background-color: #f0f2f5;
}

.page-detalhepet a {
    color: #fff;
    text-decoration: none;
}

.page-detalhepet .jumbotron{
    margin-top: 30px !important;
    margin-bottom: 0px;
    /*background-color: #5CB434;*/
    background-color: #5cb434;
    background-image: linear-gradient(180deg, #5cb434 0%, #25a11f 100%);
    color: #fff;
}
.page-detalhepet .jumbotron .title-ola{
    font-size: 34px;
    margin: 0px;
}
.page-detalhepet .jumbotron .img-perfil{
    box-shadow: 0 5px 6px rgba(65 65 65 / 20%);
    width: 95px;
    height: 95px;
    object-fit: cover;
    border-radius: 50px;
    border: 3px solid #fff;
}
.page-detalhepet .card{
    background: #fff;
    min-height: 50px;
    /*box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);*/
    position: relative;
    margin-bottom: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    /*border-radius: 10px;*/
    padding: 10px;
    border-radius: max(0px, min(8px, ((100vw - 4px) - 100%) * 9999)) / 8px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.page-detalhepet .profile-card .profile-body .content-area .text-res {
    color: #787B7F;
    font-size: 14px;
}
.page-detalhepet .profile-card .profile-body .content-area .title-nome-d {
    color: #787B7F;
    font-size: 18px;
    text-transform: uppercase;
}
@media screen and (min-width: 768px){
    .page-detalhepet .jumbotron {
        padding-top: 48px;
        padding-bottom: 0px;
    }
}

.page-agenda{
    background-color: #f0f2f5;
    color: #42403C;
    padding: 10px;
}
.page-agenda .jumbotron{
    margin-top: 20px !important;
    margin-bottom: 0px;
    background-color: #f0f2f5;
    color: #4E952D;
}
.page-agenda .fc-view-container{
    box-shadow: 0 1px 2px rgb(0 0 0 / 30%);
    background-color: #fff;
    border-radius: max(0px, min(8px, ((100vw - 4px) - 100%) * 9999)) / 8px;
}
@media screen and (min-width: 768px){
    .page-agenda .jumbotron {
        padding-top: 48px;
        padding-bottom: 0px;
    }
}


.page-loja {
    background-color: #f0f2f5;
}

.page-loja a {
    color: #fff;
    text-decoration: none;
}

.page-loja .jumbotron{
    margin-top: 30px !important;
    margin-bottom: 0px;
    background-color: #5cb434;
    background-image: linear-gradient(
        360deg, #5cb434 0%, #25a11f 100%);
    color: #fff;
}
.page-loja .jumbotron .img-config{
    /*box-shadow: 0 5px 6px rgba(65 65 65 / 20%);*/
    width: 100%;
    height: 50px;
    object-fit: contain;
    margin-bottom: 10px
        /*border-radius: 50px;*/
        /*border: 3px solid #fff;*/
}
.page-loja .jumbotron .btn{
    padding: 2px 6px;
}
.page-loja .jumbotron .btn:hover,
.page-loja .jumbotron .btn:focus,
.page-loja .jumbotron .btn.focus {
    color: #fff;
    text-decoration: none;
}
.page-loja .jumbotron .title-ola{
    font-size: 34px;
    margin: 0px;
}
.page-loja .card .img-area .img-empresa{
    background: #fff;
    width: 55px;
    height: 75px;
    object-fit: contain;
    /*border-radius: 15px;*/
}
.page-loja .card{
    background: #fff;
    min-height: 50px;
    position: relative;
    margin-bottom: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 10px;
    border-radius: max(0px, min(8px, ((100vw - 4px) - 100%) * 9999)) / 8px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.page-loja .profile-body .content-area .text-res {
    color: #787B7F;
    font-size: 14px;
}
.page-loja .profile-body .content-area .title-empresa {
    color: #787B7F;
    font-size: 15px;
    text-transform: uppercase;
}
.page-loja .profile-body .content-area .title-cat {
    font-size: 15px;
    text-transform: uppercase;
}
.page-loja .profile-body .icon-area {
    text-align: center;
    padding: 10px 10px 10px 0px;
}
.page-loja .profile-body .icon-area i{
    color: #dedede;
    font-size: 45px;
    width: 55px;
}
.view-area{
    margin: 0 10px;
    width: 45%;
}
.view-area i{
    position: relative;
    top: 3px;
}
.view-area span {
    position: relative;
    top: -4px;
    margin-right: 4px;
}
@media screen and (min-width: 768px){
    .page-loja .jumbotron {
        padding-top: 48px;
        padding-bottom: 10px;
    }
}
.page-produto {
    background-color: #f0f2f5;
}

.page-produto a {
    color: #fff;
    text-decoration: none;
}

.page-produto .jumbotron{
    margin-top: 30px !important;
    margin-bottom: 0px;
    background-color: #5CB434;
    height: 400px;
    color: #fff;
}
.page-produto .title-ola{
    font-size: 34px;
    margin: 0px;
}
.page-produto .info-empresa{
    position: relative;
    top: -50px;
}
.page-produto .img-empresa{
    box-shadow: 0 5px 10px #D9D9D9;
    width: 80px;
    height: 80px;
    object-fit: contain;
    /*border-radius: 15px;*/
    border-radius: max(0px, min(8px, ((100vw - 4px) - 100%) * 9999)) / 8px;
    border: 2px solid #fff;
    /*padding: 2.5px;*/
    background-color: #fff;
}
.page-produto .icon-area-e{
    display: inline-block;
    box-shadow: 0 5px 10px #D9D9D9;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 0px solid #fff;
    padding: 8px;
    background-color: #fff;
    margin-top: 20px;
}
.page-produto .icon-area-e i{
    color: #787B7F;
}
.page-produto .icon-area-e .fab{
    color: #787B7F;
    font-size: 24px;
}
.page-produto .card{
    background: #fff;
    min-height: 50px;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: max(0px, min(8px, ((100vw - 4px) - 100%) * 9999)) / 8px;
    padding: 10px;
}
.page-produto .profile-card .profile-body .content-area .text-res {
    color: #787B7F;
    font-size: 14px;
}
.page-produto .profile-card .profile-body .content-area .title-nome-d {
    color: #787B7F;
    font-size: 18px;
    text-transform: uppercase;
}
.page-produto .card-produto{
    background-color: #fff !important;
    ;
    border-radius: max(0px, min(8px, ((100vw - 4px) - 100%) * 9999)) / 8px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.card-produto{
    /*background: #FFF;*/
    color: #42403C;
    min-height: 50px;
    /*box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);*/
    position: relative;
    margin-bottom: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 15px;
    padding: 10px;
}

.card-produto .delete{
    margin: 0 10px;
}
.card-produto .content-area .title-nome{
    color: #42403C;
    font-size: 13px;
    text-transform: uppercase
}
.card-produto .img-area{
    padding-right: 10px;

}
.card-produto .img-area .img-perfil{
    background: #fff;
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 15px;
}
.card-produto .profile-body .icon-area {
    background: #fff;
    border-radius: 15px;
    text-align: center;
    color: #E5E5E5;
    /*    width: 80px;
        height: 55px;*/
    margin-right: 10px;
    /*height: 55px;*/
}
.card-produto .profile-body .icon-area i{
    color: #E5E5E5;
    font-size: 35px;
    padding: 10px;
}

.card-produto .profile-body .icon-area .fas{
    color: #E5E5E5;
    font-size: 30px;
    padding: 10px;
}
@media screen and (min-width: 768px){
    .page-produto .jumbotron {
        padding-top: 48px;
        padding-bottom: 0px;
    }
}
.page-produto-detalhes {
    background-color: #f0f2f5;
}

.page-produto-detalhes a {
    color: #5CB434;
    text-decoration: none;
}

.page-produto-detalhes .jumbotron{
    margin-top: 30px !important;
    margin-bottom: 0px;
    /*background-color: #5CB434;*/
    background-color: #f0f2f5;
    height: 300px
        /*color: #fff;*/
}
@media screen and (min-width: 768px){
    .page-produto-detalhes .jumbotron {
        padding-top: 48px;
        padding-bottom: 0px;
    }
}
.page-produto-detalhes .title-ola{
    font-size: 34px;
    margin: 0px;
}
.page-produto-detalhes .info-empresa{
    position: relative;
    top: -50px;
}
.page-produto-detalhes .img-empresa{
    box-shadow: 0 5px 10px #D9D9D9;
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 15px;
    border: 2px solid #fff;
    /*padding: 2.5px;*/
    background-color: #fff;
}
.page-produto-detalhes .icon-area{
    display: inline-block;
    box-shadow: 0 5px 10px #D9D9D9;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 0px solid #fff;
    padding: 8px;
    background-color: #fff;
    margin-top: 20px;
}
.page-produto-detalhes .icon-area i{
    color: #787B7F;
}
.page-produto-detalhes .icon-area .fab{
    color: #787B7F;
    font-size: 24px;
}
.page-produto-detalhes .card{
    background: #fff;
    min-height: 50px;
    /*box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);*/
    border-radius: max(0px, min(8px, ((100vw - 4px) - 100%) * 9999)) / 8px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    position: relative;
    margin-bottom: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    /*border-radius: 10px;*/
    padding: 10px;
}
.page-produto-detalhes .profile-card .profile-body .content-area .text-res {
    color: #787B7F;
    font-size: 14px;
}
.page-produto-detalhes .profile-card .profile-body .content-area .title-nome-d {
    color: #787B7F;
    font-size: 18px;
    text-transform: uppercase;
}
/*//////////radio seleciona estoque////////////*/
/*radio*/

.tp-area a .content{
    text-align: center;
    color: #212121 !important;
}
.page-produto-detalhes .tp-area {
    color: #525252;
    height: 50px;
    /*display: inline-block;*/
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    border: 2px solid #b4c0c1;
    padding: 8px;
    background-color: #fff;
    margin: 5px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.page-produto-detalhes .cor-tp{
    width: 50px;
    height: 50px;
    /*display: inline-block;*/
}
.page-produto-detalhes .image-tp{
    padding: 0px;
    width: 50px;
    height: 50px;
}
.page-produto-detalhes .image-tp .content img{
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 10px;
}
.page-produto-detalhes .tp-area .radio-select {
    margin-bottom: 0;
}
/* Hide the browser's default checkbox */
.radio-select input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox inset*/
.radio-mark {
    border-radius: 10px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    box-shadow: 0 0 0 2px #5cb434;
    cursor: pointer;
}

/* On mouse-over, add a grey background color */
.radio-select:hover input ~ .radio-mark {
    /*background-color: #d0cccc40;*/
    display: block;
}

.block-check-image{
    z-index: 1;
    position: relative;
}

/* When the checkbox is checked, add a blue background */
.radio-select input:checked ~ .radio-mark {
    /*background-color: #35bdff47;*/
    display: block;
}
/* Create the radio-mark/indicator (hidden when not checked) */
.radio-mark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the radio-mark when checked */
.radio-select input:checked ~ .radio-mark:after {
    display: block;
}
/*////////////////////////////////////*/

.profile-card .profile-body .img-carrossel {
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
}
.carousel-control.right {
    right: 0 !important;
    left: auto !important;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.page-produto-detalhes .carousel-control {
    color: #5cb434!important;
    text-decoration: none;
}
.panel-group .panel-light {
    border: 1px solid #b4c0c1;
}
.panel-group .panel-success .panel-title {
    background-color: #fafafa;
    color: #212121;
}
.page-produto-detalhes .panel-heading .panel-title a {
    color: #777;
    text-decoration: none;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #b4c0c1;
}

/*page-carrinho*/
.page-carrinho{
    background-color: #f0f2f5;
    color: #42403C;
    padding: 0px;
}
.page-carrinho .jumbotron{
    margin-top: 20px !important;
    margin-bottom: 0px;
    background-color: #5CB434;
    color: #4E952D;
}
.page-carrinho .card-produto{
    background-color: #fff !important;
    ;
    border-radius: max(0px, min(8px, ((100vw - 4px) - 100%) * 9999)) / 8px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
@media screen and (min-width: 768px){
    .page-carrinho .card-produto .title-center{
        text-align: center;
        margin-bottom: 15px;
    }
    .page-carrinho .display-block {
        display: block;
    }
}
@media screen and (min-width: 768px){
    .page-carrinho .jumbotron {
        padding-top: 48px;
        padding-bottom: 0px;
    }
}
.page-carrinho .btn-circle {
    border: none;
    outline: none !important;
    overflow: hidden;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.page-carrinho .btn-circle i {
    font-size: 20px !important;
    position: relative !important;
    left: 0px !important;
    top: 2px !important;
}

/*page-meus-pedidos*/
.page-meus-pedidos{
    background-color: #f0f2f5;
    color: #42403C;
    padding: 0px;
}
.page-meus-pedidos .jumbotron{
    margin-top: 20px !important;
    margin-bottom: 0px;
    background-color: #5CB434;
    color: #4E952D;
}
.page-meus-pedidos .card-produto{
    background-color: #fff !important;
    ;
    border-radius: max(0px, min(8px, ((100vw - 4px) - 100%) * 9999)) / 8px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
@media screen and (min-width: 768px){
    .page-meus-pedidos .card-produto .title-center{
        text-align: center;
        margin-bottom: 15px;
    }
    .page-meus-pedidos .display-block {
        display: block;
    }
}
@media screen and (min-width: 768px){
    .page-meus-pedidos .jumbotron {
        padding-top: 40px;
        padding-bottom: 0px;
    }
}
.page-meus-pedidos .btn-circle {
    border: none;
    outline: none !important;
    overflow: hidden;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.page-meus-pedidos .btn-circle i {
    font-size: 20px !important;
    position: relative !important;
    left: 0px !important;
    top: 2px !important;
}
.page-meus-pedidos .card-produto .img-area .img-round {
    box-shadow: 0 5px 6px rgba(65 65 65 / 20%);
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50px;
    border: 3px solid #fff;
    margin-right: -15px;
}

/*page-servico*/
.page-servico{
    background-color: #f0f2f5;
    color: #42403C;
    padding: 0px;
}
.page-servico .jumbotron{
    margin-top: 20px !important;
    margin-bottom: 0px;
    background-color: #5CB434;
    color: #4E952D;
}
@media screen and (min-width: 768px){
    .page-servico .card-produto .title-center{
        text-align: center;
        margin-bottom: 15px;
    }
    .page-servico .display-block {
        display: block;
    }
}
@media screen and (min-width: 768px){
    .page-servico .jumbotron {
        padding-top: 40px;
        padding-bottom: 0px;
    }
}
.page-servico .btn-circle {
    border: none;
    outline: none !important;
    overflow: hidden;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.page-servico .btn-circle i {
    font-size: 20px !important;
    position: relative !important;
    left: 0px !important;
    top: 2px !important;
}
.page-servico .card-produto .img-area .img-round {
    background-color: #fff;
    box-shadow: 0 5px 6px rgba(65 65 65 / 20%);
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 50px;
    border: 3px solid #fff;
    margin-right: -15px;
}
@media screen and (min-width: 768px){
    .profile-card .profile-body .img-carrossel .img-car {
        width: 100%;
        height: 400px;
        object-fit: contain;
        border-radius: 10px;
    }
    .page-produto-detalhes .detalhes-img{
        margin-top: 20px
    }
    .page-produto-detalhes .detalhes-pro{
        margin-top: -160px;
    }
    .page-produto-detalhes .detalhes-nome{
        color: #212121 !important;
        font-size: 25px;
    }
    .page-produto-detalhes .title-nome {
        color: #212121 !important;
    }
    .page-produto-detalhes .detalhes-valor{
        color: #212121 !important;
        font-size: 30px;
    }
}
@media screen and (max-width: 768px){
    .profile-card .profile-body .img-carrossel .img-car {
        width: 100%;
        height: 200px;
        object-fit: contain;
        border-radius: 10px;
    }
}

.page-perfil {
    background-color: #FFF;
}

.page-perfil a {
    color: #fff;
    text-decoration: none;
}

.page-perfil .jumbotron{
    margin-top: 30px !important;
    margin-bottom: 0px;
    /*background-color: #5CB434;*/
    background-color: #5cb434;
    background-image: linear-gradient(
        0deg, #5cb434 0%, #25a11f 100%);
    color: #fff;
}
.page-perfil .jumbotron .title-ola{
    font-size: 34px;
    margin: 0px;
}
.page-perfil .jumbotron .img-perfil{
    box-shadow: 0 5px 6px rgba(65 65 65 / 20%);
    width: 95px;
    height: 95px;
    object-fit: cover;
    border-radius: 50px;
    border: 3px solid #fff;
}
.page-perfil .card{
    background: #fff;
    min-height: 50px;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
}
.page-perfil .profile-card .profile-body .content-area .text-res {
    color: #787B7F;
    font-size: 14px;
}
.page-perfil .profile-card .profile-body .content-area .title-nome-d {
    color: #787B7F;
    font-size: 18px;
    text-transform: uppercase;
}
@media screen and (min-width: 768px){
    .page-perfil .jumbotron {
        padding-top: 48px;
        padding-bottom: 0px;
    }
}
@media (max-width: 768px){

    /*Background white*/
    .page-home .card-d{
        background: transparent;
        box-shadow: 0 0px 0px rgba(206, 206, 206, 0)!important;
    }

    .page-home .card .header,.page-home .card .header .header-dropdown i {
        color: #262626 !important;
    }
    .page-home .card .body {
        font-size: 14px;
        color: #262626;
        padding: 0px;
    }

    .page-home .card .body {
        font-size: 14px;
        color: #262626;
        padding: 0px;
    }
    .page-home .jumbotron{
        margin-top: 0px !important;
        /*height: 285px;*/
        padding: 0px;
        margin-bottom: 20px;
    }
    .page-home .jumbotron .title-ola{
        font-size: 25px;
        margin-bottom: 0px;
    }
    .page-home .jumbotron p{
        font-size: 15px;
        margin-bottom: 0px;
    }

    .page-meuspet .jumbotron{
        margin-top: 0px !important;
        padding: 0 0 10px;
        margin-bottom: 0px;
    }
    .page-detalhepet .jumbotron{
        margin-top: 0px !important;
        padding: 0 0 10px;
        margin-bottom: 0px;
    }
    .page-detalhepet .jumbotron{
        margin-top: 0px !important;
        height: 270px;
        padding-top: 0px;
        margin-bottom: 30px;
    }
    .page-detalhepet .profile-card .profile-body .content-area .text-res {
        color: #787B7F;
        font-size: 11px;
    }
    .page-detalhepet .profile-card .profile-body .content-area .title-nome-d {
        color: #787B7F;
        font-size: 18px;
        text-transform: uppercase;
    }

    .page-agenda .jumbotron{
        margin-top: 0px !important;
        padding: 0 0 10px;
        margin-bottom: 0px;
    }


    .page-loja .jumbotron{
        margin-top: 0px !important;
        padding: 0 0 10px;
        margin-bottom: 0px;
    }
    .page-loja .jumbotron{
        margin-top: 0px !important;
        padding-top: 0px;
        margin-bottom: 0px;
    }
    .page-loja .profile-body .content-area .title-empresa {
        color: #787B7F;
        font-size: 12px;
        text-transform: uppercase;
    }
    .page-loja .profile-body .content-area .title-cat {
        font-size: 12px;
        text-transform: uppercase;
    }
    .view-area{
        margin: 0 10px;
        width: 5%;
    }
    .view-area .contador{
        font-size: 12px;
    }
    .view-area .icon-contador{
        font-size: 18px;
    }

    .page-produto .jumbotron{
        margin-top: 0px !important;
        padding: 0 0 10px;
        margin-bottom: 0px;
    }
    .page-produto .jumbotron{
        margin-top: 0px !important;
        height: 250px;
        padding-top: 0px;
        margin-bottom: 30px;
    }
    .page-produto .info-empresa{
        position: relative;
        top: -80px;
    }
    .page-produto .profile-card .profile-body .content-area .text-res {
        color: #787B7F;
        font-size: 11px;
    }
    .page-produto .profile-card .profile-body .content-area .title-nome-d {
        color: #787B7F;
        font-size: 18px;
        text-transform: uppercase;
    }
    .page-produto-detalhes .jumbotron{
        margin-top: 0px !important;
        padding: 0 0 10px;
        margin-bottom: 0px;
    }
    .page-produto-detalhes .jumbotron {
        margin-top: 0px !important;
        height: 250px;
        padding-top: 0px;
        margin-bottom: 30px;
        /*background-color: #5CB434;*/
        background-color: #5cb434;
        background-image: linear-gradient(
            180deg, #5cb434 0%, #25a11f 100%);
    }
    .page-produto-detalhes .jumbotron a{
        color: #fff !important;
    }
    .page-produto-detalhes .info-empresa{
        position: relative;
        top: -80px;
    }
    .page-produto-detalhes .profile-card .profile-body .content-area .text-res {
        color: #787B7F;
        font-size: 11px;
    }
    .page-produto-detalhes .profile-card .profile-body .content-area .title-nome-d {
        color: #787B7F;
        font-size: 18px;
        text-transform: uppercase;
    }
    .profile-card .profile-body .img-carrossel .img-car {
        width: 100%;
        object-fit: contain;
        border-radius: 10px;
    }
    .page-produto-detalhes .detalhes-valor{
        font-size: 20px;
    }
    .page-produto-detalhes .detalhes-qtd{
        color: #212121 !important;
        font-size: 30px;
    }
    /*page-carrinho*/
    .page-carrinho .jumbotron{
        margin-top: 0px !important;
        padding: 0 0 0px;
        margin-bottom: 0px;
    }
    .display-flex-xs{
        display: flex  !important;
        ;
    }

    /*page-meus-pedidos*/
    .page-meus-pedidos .jumbotron{
        margin-top: 0px !important;
        padding: 0 0 0px;
        margin-bottom: 0px;
    }
    /*page-servico*/
    .page-servico .jumbotron{
        margin-top: 0px !important;
        padding: 0 0 0px;
        margin-bottom: 0px;
    }
    /*page-perfil*/
    .page-perfil .jumbotron{
        margin-top: 0px !important;
        padding: 0 0 10px;
        margin-bottom: 0px;
    }
    .page-perfil .jumbotron{
        margin-top: 0px !important;
        /*height: 220px;*/
        padding-top: 0px;
        margin-bottom: 30px;
    }
    .page-perfilpage-perfil .profile-card .profile-body .content-area .text-res {
        color: #787B7F;
        font-size: 11px;
    }
    .page-perfil .profile-card .profile-body .content-area .title-nome-d {
        color: #787B7F;
        font-size: 18px;
        text-transform: uppercase;
    }
    /*menu*/
    .navbar-desktop{
        display: none
    }
    .navbar-mobile{
        display: block;
    }
    .navbar-bottom {
        font-family: "Roboto", sans-serif;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
        -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
        border: none;
        position: fixed;
        bottom: 0;
        top: auto;
        left: 0;
        z-index: 12;
        width: 100%;
        margin-bottom: 0px;
    }
    section.content {
        margin-top: 15px;
        margin-bottom: 55px;
    }
    .navbar-mobile .nav > li > a {
        color: #808080  !important;
    }
    .navbar-mobile p {
        margin: 0;
    }
    .navbar-nav > li > a {
        padding: 10px 10px 5px;
        margin-top: 0px;
        margin-left: 0px;
    }
    @media (max-width: 767px){
        .navbar .navbar-header {
            display: inline-block;
            margin-bottom: 0px;
            width: calc(100% + 30px);
        }
    }
    @media (max-width: 767px){
        .navbar .navbar-nav {
            margin-top: 0px;
            margin-bottom: 0px;
            margin-left: inherit;
        }
    }
    .nav-mobile {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
    }
    .navbar-nav {
        /* margin: 7.5px -15px; */
    }
    .nav-mobile .nav-link .material-icons {
        font-size: 35px;
    }

    .navbar-mobile .nav > li > .active {
        border-top: 4px solid #5CB434;
        color: #5CB434 !important;
    }

}
.bg-transparent{
    background-color: transparent !important;
}
.bg-red-transparent{
    background-color: rgb(225 26 26 / 30%) !important;
}
.bg-green-transparent{
    background-color: rgb(55 183 55 / 30%) !important;
}
.bg-dark-green-transparent{
    background-color: #4E952D !important;
}
.bg-green{
    background-color: #5CB434 !important;
}
.bg-cinza-d{
    background-color: #B4C0C1 !important;
}
.bg-cinza-light{
    background-color: #F8F8F6 !important;
}
.border-none{
    border: none !important;
}
.border-white{
    border: 2px solid #fff !important;
}
.btn{
    font-size: 15px!important;
}
.btn i{
    position: relative;
    top: 3px;
}
.btn-circle i {
    font-size: 26px !important;
    position: relative !important;
    left: 0px !important;
    top: 7px !important;
}
.btn:not(.btn-link):not(.btn-circle) span {
    position: relative;
    top: -2px;
    margin-left: 3px;
}
.btn-round{
    border-radius: 10px !important;
}

.box-shadow-none{
    box-shadow: none !important;
}
.text-white{
    color: #FFF !important;
}
.text-cinza{
    color: #65676b !important;
}
.text-cinza-d{
    color: #B4C0C1 !important;
}
.text-green{
    color: #5CB434 !important;
}
.text-dark-green{
    color: #0C4100 !important;
}
.text-dark{
    color: #212121 !important;
}
.text-red{
    color: #F44336 !important;
}
.text-blue{
    color: #2196F3 !important
}
.text-pink{
    color: #E91E63  !important
}

.page-loja .jumbotron .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 20px;
    line-height: 1.42857143;
    color: rgb(180, 192, 193);
    /* background-color: #f2f2f2; */
    background-image: none;
    border: 2px solid #fff;
    border-radius: 10px;
    font-weight: bold;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.page-loja .jumbotron ::placeholder {
    color: rgb(180, 192, 193)!important;
    opacity: 1; /* Firefox */
}

.page-loja .jumbotron :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgb(180, 192, 193)!important;
}

.page-loja .jumbotron ::-ms-input-placeholder { /* Microsoft Edge */
    color: rgb(180, 192, 193)!important;
}
