@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");
@media only screen and (max-width: 767px) {
    .title-home{
        color: #585858;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 500;
    }
    #modalHome .modal-header {
        background: url('/media/banners/pop_up_02.png') no-repeat top center !important;
        background-size: cover !important;
        height: 160px;
    }
    .div-home-banner {
        width: 100vw;
        height: 60vh;
        background-color: #0e5aa5;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        background: url('/media/banners/Banner_1920x560_nova-arte.png') no-repeat top center !important;
        /*background-repeat: no-repeat;*/
        /*background-size: 100vw 60vh;*/
        background-size: cover !important;
    }
    .banner-home-logo {
        max-width: 250px;
    }
    .banner-home-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 5px;
        padding-top: 20px;
        padding-bottom: 20px;
        min-width: 400px;
    }
    .banner-title {
        font-size: 16px;
        font-weight: 400;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        line-height: .8px;
    }
    .banner-img-home {
        width: 100vw;
        height: auto;
    }
    section .banner {
        background-color: #0e5aa5;
        overflow: hidden;
    }
    .banner img {
        width: 100vw;
        height: calc(87vh - 340px);
        object-fit: cover;
        background-position: bottom;
        overflow: hidden;
        opacity: .9;
    }
    .ubp-pills {
        border-radius: 50px;
        color: #FFF;
        font-weight: 500;
        width: 200px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 5px;
    }
    nav .nav-tabs {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .nav-tabs a {
        text-decoration: none;
    }
    .nav-tabs a:hover {
        text-decoration: underline;
        color: #FFF;
        z-index: 6;
    }
    .nav-tabs .secondary {
        /*margin-left: -25px;*/
    }
    .display-mobile-none {
        display: none !important;
    }
    .nav-tabs-one {
        z-index: 3;
        margin-left: 25px;
    }
    .nav-tabs-two {
        z-index: 2;
        margin-left: -25px;
    }
    .nav-tabs-other {
        z-index: 1;
        margin-left: -25px;
    }
    .nav-tabs .tabs-ubp {
        font-weight: bold;
        font-size: 12px;
    }
    .tabs-ubp {
        width: 33.99%;
        text-align: center;
    }
    .carousel-item {
        /*position: relative;
        max-width: 100vw;
        height: 200px;
        overflow: hidden*/
    }
    .banner-caption-title {
        font-size: 28px;
        padding-bottom: 10px;
        color: #F8F8FF;
        text-shadow: #696969 1px 1px 1px;
    }
    .banner-caption-descr {
        color: #F8F8FF;
        text-shadow: #696969 1px 1px 1px;
    }
    .logo-ubp {
        /*max-height: 38px;*/
        width: 70px;
        /*margin: 10px auto;*/
    }
    .div-ico-rounded {
        border-radius: 50%;
        height: 20px;
        background-color: #FFF;
        padding: 20px;
        margin: 30px 10px 10px 30px;
        max-width: 10%;
        float: left;
    }
    .div-ico-rounded .bi {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .home-cat-descr {
        width: 100%;
        min-height: 300px;
    }
    .div-cat {
        padding-top: 30px;
        padding-left: 10px;
        opacity: 0.9
    }
    .tit-cat-home {
        text-shadow: 1px 1px #585858;
        font-size: 26px;
        font-weight: bold;
        color: #FFF
    }
    .descr-cat-home {
        padding: 10px;
    }
    .img-shopcart-product {
        max-width: 200px;
        border-radius: 5px;
    }
    .cat-product-img {
        width: 100%;
        margin-bottom: 10px;
        max-height: 300px;
    }
    .div-cat-product {
        /*width: 200px;*/
        margin: 20px 20px 20px 20px;
    }
    .banner-home-cat .carousel-caption {
        position: absolute !important;
        left: 2% !important;
        z-index: 10 !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        color: #fff !important;
        bottom: 0px !important;
        text-align: left;
        top: 190px !important;
    }
    .img-bannercat-home {
        position: relative;
        width: 100%;
        height: 200px;
        /*top: -100px;*/
    }
    .cat-product-descr {
        width: 100%;
        height: 140px;
        padding-bottom: 10px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 989px) {
    .title-home{
        color: #585858;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 500;
    }
    #modalHome .modal-header {
        background: url('/media/banners/pop_up_02.png') no-repeat top center !important;
        background-size: cover !important;
        height: 160px;
    }
    .div-home-banner {
        width: 100vw;
        height: 60vh;
        background-color: #0e5aa5;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        background: url('/media/banners/Banner_1920x560_nova-arte.png') no-repeat top center !important;
        /*background-repeat: repeat;*/
        background-size: cover !important;
    }
    .banner-home-logo {
        max-width: 250px;
    }
    .banner-home-text {
        display: flex;
        flex-direction: column;
        /*align-items: center;*/
        padding-left: 5px;
        padding-top: 20px;
        padding-bottom: 20px;
        min-width: 400px;
    }
    .banner-title {
        font-size: 14px;
        font-weight: 400;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        line-height: .8px;
    }
    .banner-img-home {
        width: 100vw;
        height: auto;
    }
    section .banner {
        background-color: #0e5aa5;
        overflow: hidden;
    }
    .banner img {
        width: 100vw;
        height: calc(87vh - 340px);
        object-fit: cover;
        background-position: bottom;
        overflow: hidden;
        opacity: .9;
    }
    .ubp-pills {
        border-radius: 50px;
        color: #FFF;
        font-weight: 500;
        width: 200px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 5px;
    }
    nav .nav-tabs {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .nav-tabs a {
        text-decoration: none;
    }
    .nav-tabs a:hover {
        text-decoration: underline;
        color: #FFF;
        z-index: 6;
    }
    .nav-tabs .secondary {
        /*margin-left: -25px;*/
    }
    .display-mobile-none {
        display: none !important;
    }
    .nav-tabs-one {
        z-index: 3;
        margin-left: 25px;
    }
    .nav-tabs-two {
        z-index: 2;
        margin-left: -25px;
    }
    .nav-tabs-other {
        z-index: 1;
        margin-left: -25px;
    }
    .nav-tabs .tabs-ubp {
        font-weight: bold;
        font-size: 12px;
    }
    .tabs-ubp {
        width: 33.99%;
        text-align: center;
    }
    .carousel-item {
        /*position: relative;
        max-width: 100vw;
        height: 200px;
        overflow: hidden*/
    }
    .banner-caption-title {
        font-size: 28px;
        padding-bottom: 10px;
        color: #F8F8FF;
        text-shadow: #696969 1px 1px 1px;
    }
    .banner-caption-descr {
        color: #F8F8FF;
        text-shadow: #696969 1px 1px 1px;
    }
    .logo-ubp {
        /*max-height: 38px;*/
        width: 70px;
        /*margin: 10px auto;*/
    }
    .div-ico-rounded {
        border-radius: 50%;
        height: 20px;
        background-color: #FFF;
        padding: 20px;
        margin: 30px 10px 10px 30px;
        max-width: 10%;
        float: left;
    }
    .div-ico-rounded .bi {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .home-cat-descr {
        width: 100%;
        min-height: 300px;
    }
    .div-cat {
        padding-top: 30px;
        padding-left: 10px;
        opacity: 0.9
    }
    .tit-cat-home {
        text-shadow: 1px 1px #585858;
        font-size: 26px;
        font-weight: bold;
        color: #FFF
    }
    .descr-cat-home {
        padding: 10px;
    }
    .img-shopcart-product {
        max-width: 200px;
        border-radius: 5px;
    }
    .cat-product-img {
        width: 100%;
        margin-bottom: 10px;
        max-height: 300px;
    }
    .div-cat-product {
        /*width: 200px;*/
        margin: 20px 20px 20px 20px;
    }
    .banner-home-cat .carousel-caption {
        position: absolute !important;
        left: 2% !important;
        z-index: 10 !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        color: #fff !important;
        bottom: 0px !important;
        text-align: left;
        top: 190px !important;
    }
    .img-bannercat-home {
        position: relative;
        width: 100%;
        height: 200px;
        /*top: -100px;*/
    }
    .cat-product-descr {
        width: 100%;
        height: 140px;
        padding-bottom: 10px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 990px) and (max-width: 1366px) {
    .title-home{
        color: #585858;
        text-transform: uppercase;
        font-size: 26px;
        font-weight: 500;
    }
    #modalHome .modal-header {
        background: url('/media/banners/pop_up_02.png') no-repeat top center !important;
        background-size: cover !important;
        height: 160px;
    }
    .div-home-banner {
        width: 100vw;
        height: 40vh;
        background-color: #0e5aa5;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        /* background-image: url('/media/banners/banner-bg-ccaa-default.jpg');
        background-repeat: no-repeat;
        background-size: 100vw 40vh;*/
        background: url('/media/banners/Banner_1920x560_nova-arte.png') no-repeat top center !important;
        background-size: cover !important;
    }
    .banner-home-logo {
        max-width: 300px;
    }
    .banner-home-text {
        display: flex;
        flex-direction: column;
        padding-left: 5px;
        padding-top: 40px;
        padding-bottom: 20px;
        min-width: 400px;
    }
    .banner-title {
        font-size: 16px;
        font-weight: 400;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        line-height: .8px;
    }
    .banner-img-home {
        width: 100%;
        height: 30vh;
    }
    section .banner {
        background-color: #333;
        overflow: hidden;
    }
    .banner img {
        width: 100vw;
        height: calc(87vh - 240px);
        object-fit: cover;
        background-position: bottom;
        overflow: hidden;
        opacity: .9;
    }
    section nav {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ubp-pills {
        border-radius: 50px;
        color: #FFF;
        font-weight: 500;
        width: 180px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .nav-tabs a {
        text-decoration: none;
    }
    .nav-tabs a:hover {
        text-decoration: underline;
        color: #FFF;
        z-index: 6;
    }
    .ubp-pills .active {
        z-index: 5;
    }
    .display-mobile-block {
        display: block !important;
    }
    .display-md-none {
        display: none !important;
    }
    .div-cat-product {
        width: 200px;
        margin: 20px 20px 20px 20px;
    }
    .home-cat-descr-tree {
        width: 33.33%;
        min-height: 300px;
    }
    .banner-home-cat {
        position: relative;
        max-width: 100vw;
        height: 400px;
        overflow: hidden;
    }
    .banner-home-cat .carousel-caption {
        position: absolute !important;
        left: 2% !important;
        z-index: 10 !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        color: #fff !important;
        bottom: 0px !important;
        text-align: left;
        top: 300px !important;
    }
    .banner-home {
        position: relative;
        background-color: #0e5aa5;
        /*top: -100px;*/
    }
    .img-bannercat-home {
        /*position: relative;
        top: -100px;*/
    }
    .img-shopcart-product {
        max-width: 130px;
        margin: 10px 10px 10px 10px;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 5px;
    }
    .category-main {
        min-height: 430px;
        background-color: red;
    }
    .nav-tabs-one {
        z-index: 3;
        margin-left: 35px;
    }
    .nav-tabs-two {
        z-index: 2;
        margin-left: -35px;
    }
    .nav-tabs-other {
        z-index: 1;
        margin-left: -35px;
    }
    .nav-tabs .tabs-ubp {
        font-weight: bold;
        font-size: 18px;
    }
    .tabs-ubp {
        width: 33.99%;
        text-align: center;
    }
    .carousel-item {
        /*position: relative;
        max-width: 100vw;
        height: 430px;
        overflow: hidden;*/
    }
    .banner-caption-title {
        font-size: 28px;
        padding-bottom: 10px;
        color: #F8F8FF;
        text-shadow: #696969 1px 1px 1px;
    }
    .banner-caption-descr {
        color: #F8F8FF;
        text-shadow: #696969 1px 1px 1px;
    }
    .footer-blue {
        /*position: absolute;
        bottom: 0;*/
        background-color: #f8faf9 !important;
        height: 10px;
    }
    .dropdown-option {
        margin-left: 150px;
    }
    .logo-ubp {
        /*max-height: 38px;*/
        width: 70px;
        /*margin: 10px auto;*/
    }
    .footer-social {
        padding-top: 40px;
        padding-bottom: 20px;
        ;
    }
    .footer-social .bi {
        padding-right: 20px;
    }
    .footer-link {
        padding-right: 40px;
    }
    .div-ico-rounded {
        border-radius: 50%;
        height: 80px;
        background-color: #FFF;
        padding: 40px;
        margin: 30px 10px 10px 30px;
        max-width: 10%;
        float: left;
    }
    .div-ico-rounded .bi {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .home-cat-descr {
        width: 50%;
        min-height: 300px;
    }
    .div-cat {
        padding-top: 45px;
        padding-left: 10px;
        opacity: 0.9
    }
    .tit-cat-home {
        text-shadow: 1px 1px #585858;
        font-size: 26px;
        font-weight: bold;
        color: #FFF
    }
    .descr-cat-home {
        margin-left: 110px
    }
    .cat-product-img {
        width: 100%;
        margin-bottom: 10px;
        max-height: 300px;
    }
    .banner-home-cat .carousel-caption {
        position: absolute !important;
        left: 2% !important;
        z-index: 10 !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        color: #fff !important;
        bottom: 0px !important;
        text-align: left;
        top: 10px !important;
    }
    .cat-product-descr {
        width: 100%;
        height: 140px;
        padding-bottom: 10px;
        font-size: 14px;
    }
}

@media only screen and (min-width:1366.1px) {
    .title-home{
        color: #585858;
        text-transform: uppercase;
        font-size: 26px;
        font-weight: 500;
    }
    
    #modalHome .modal-header {
        background: url('/media/banners/pop_up_02.png') no-repeat top center !important;
        background-size: cover !important;
        height: 160px;
    }
    .div-home-banner {
        width: 100vw;
        height: 50vh;
        background-color: #0e5aa5;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        background-image: url('/media/banners/Banner_1920x560_nova-arte.png');
        background-repeat: no-repeat;
        background-size: 100vw 50vh;
        /*background: url('/media/banners/Banner_1920x560_nova-arte.png') no-repeat top center !important;
        background-size: cover !important;*/
    }
    .banner-home-logo {
        max-width: 400px;
    }
    .banner-home-text {
        display: flex;
        flex-direction: column;
        padding-left: 5px;
        padding-top: 70px;
        padding-bottom: 20px;
        min-width: 450px;
    }
    .banner-title {
        font-size: 20px;
        font-weight: 500;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        line-height: .8px;
    }
    section nav {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ubp-pills {
        border-radius: 50px;
        color: #FFF;
        font-weight: 500;
        width: 200px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .nav-tabs a {
        text-decoration: none;
    }
    .nav-tabs a:hover {
        text-decoration: underline;
        color: #FFF;
        z-index: 6;
    }
    .nav-tabs .secondary {
        margin-left: -25px;
    }
    section .banner {
        background-color: #333;
        overflow: hidden;
    }
    .banner img {
        width: 100vw;
        height: calc(87vh - 240px);
        object-fit: cover;
        background-position: bottom;
        overflow: hidden;
        opacity: .9;
    }
    header {
        width: 100vw;
        position: absolute;
        top: 0;
        z-index: 10;
    }
    header .navbar {
        width: 100vw;
        position: absolute;
        top: 0;
        z-index: 10;
        background-color: #000;
        /*border-bottom: 0.5px solid #F2F3F5;*/
        /*background-color: #F2F3F5;*/
        /*background-color: transparent!important;*/
    }
    header a .nav-link {
        color: #FFF !important;
        font-weight: 500;
    }
    .display-md-none {
        display: none !important;
    }
    .display-mobile-block {
        display: block !important;
    }
    .div-products-cat {
        min-height: 580px;
    }
    .div-product-prod {
        min-height: 940px;
    }
    .banner-home-cat .carousel-caption {
        position: absolute !important;
        left: 2% !important;
        z-index: 10 !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        color: #fff !important;
        bottom: 0px !important;
        text-align: left;
        top: 290px !important;
    }
    .banner-home {
        position: relative;
        background-color: #0e5aa5;
        /*top: -100px;*/
    }
    .img-bannercat-home {
        position: relative;
        top: -100px;
    }
    .img-shopcart-product {
        max-width: 150px;
        margin: 10px 10px 10px 10px;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 5px;
    }
    .div-cat-product {
        width: 270px;
        /*margin: 20px 20px 20px 20px;*/
    }
    .div-cat-product-img {
        width: 260px;
        margin-bottom: 10px;
    }
    .cat-product-img {
        width: 260px;
        height: 260px;
        margin-bottom: 10px;
    }
    .cat-product-descr {
        width: 100%;
        height: 140px;
        padding-bottom: 10px;
    }
    .div-cat-cat-img {
        height: 300px;
        position: relative;
        overflow: hidden;
        max-width: 100%;
        padding-top: 20px;
    }
    .tit-cat-cat {
        color: #000;
        padding-top: 20px;
        padding-bottom: 20px;
        /*opacity: 1.5;*/
    }
    .descr-cat-cat {
        color: #000;
        padding-bottom: 20px;
        /*opacity: 1.5;*/
    }
    .breadcrumb-ubp {
        margin-left: -15px;
    }
    .category-main {
        min-height: 500px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .nav-tabs-one {
        z-index: 3;
        margin-left: 35px;
    }
    .nav-tabs-two {
        z-index: 2;
        margin-left: -35px;
    }
    .nav-tabs-other {
        z-index: 1;
        margin-left: -35px;
    }
    .nav-tabs .tabs-ubp {
        font-weight: bold;
        font-size: 18px;
    }
    .div-ico-rounded {
        border-radius: 50%;
        height: 80px;
        background-color: #FFF;
        padding: 40px;
        margin: 30px 10px 10px 30px;
        max-width: 10%;
        float: left;
    }
    .div-ico-rounded .bi {
        font-size: 40px;
        margin-bottom: 8px;
    }
    .home-cat-descr {
        width: 50%;
        min-height: 300px;
    }
    .home-cat-descr-tree {
        width: 33.33%;
        min-height: 300px;
    }
    .banner-home-cat {
        position: relative;
        max-width: 100vw;
        height: 383px;
        overflow: hidden;
    }
    .tabs-ubp {
        width: 33%;
        text-align: center;
    }
    .carousel-item {
        position: relative;
        max-width: 100vw;
        overflow: hiddenss
    }
    .banner-caption-title {
        font-size: 28px;
        padding-bottom: 10px;
        color: #F8F8FF;
        text-shadow: #696969 1px 1px 1px;
    }
    .banner-caption-descr {
        color: #F8F8FF;
        text-shadow: #696969 1px 1px 1px;
    }
    .footer-blue {
        /*position: absolute;
        bottom: 0;*/
        background-color: #f8faf9 !important;
        height: 10px;
    }
    .dropdown-option {
        margin-left: 150px;
    }
    .logo-ubp {
        width: 100px;
    }
    .footer-social {
        padding-top: 40px;
        padding-bottom: 20px;
        ;
    }
    .footer-social .bi {
        padding-right: 20px;
    }
    .footer-link {
        padding-right: 40px;
    }
    .div-cat {
        padding-top: 45px;
        padding-left: 10px;
        opacity: 0.9
    }
    .tit-cat-home {
        text-shadow: 1px 1px #585858;
        font-size: 26px;
        font-weight: bold;
        color: #FFF
    }
    .descr-cat-home {
        margin-left: 110px
    }
}

.banner-home-div{
    width: 100vw;
    height: 40vh;
    background-color: #f39221;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#nav-ubp .nav-link{
    font-weight: 500;
}

.bg-navbar{
    background-color: #35305E!important;
}
.bg-footer{
    background-color: #45bbbc;
}

.btn-forgot {
    background-color: #0e5aa5;
    color: #FFF;
    font-weight: bold;
}

.btn-forgot:hover {
    background-color: #A9A9A9;
    color: #FFF;
    border-color: #A9A9A9;
    font-weight: bold;
    text-decoration: underline;
    box-shadow: 1px 1px 5px 1px #888888;
}

#stock-handling .btn,
#stock-consultation-detail .btn,
#stockTransfer .btn,
#stock-consultation .btn,
#form-ordered-confirm .btn,
#stock-sale .btn {
    margin-top: 30px;
}

#modalHome .bg {
    background: url('/media/banners/pop-up-header-bg.png') no-repeat top center !important;
    background-size: cover !important;
    height: auto;
}

.home-link-products {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 600;
    color: #2e4367;
}

.home-link-products:hover {
    /*font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 600;*/
    color: #2e4367;
    text-decoration: none!important;
}

.btn-banner {
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 700;
    font-size: 20px;
    background-color: #ec9fc6;
    border-color: #ec9fc6;
    color: #0e5aa5;
    margin-bottom: 20px;
    cursor: default!important;
}

.btn-banner:hover {
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 700;
    font-size: 20px;
    background-color: #ec9fc6;
    border-color: #ec9fc6;
    color: #0e5aa5;
    margin-bottom: 20px;
    cursor: default!important;
}

#modalHome .modal-header {
    border-bottom: 0px solid #FFF;
}

#modalHome .modal-footer {
    border-top: 0px solid #FFF;
}

#modalHome p {
    font-weight: 500;
    font-family: Verdana;
}

.bg-agi-blue {
    background-color: #f8f9fa;
}

.bg-agi-green {
    background-color: #35305E;
}

.ubp-navbar-bg {
    background-color: #f9f9f9;
}

.bg-fb {
    background-color: #3b5998;
}

.bg-fb-company {
    background-color: #898F9C;
}

.bg-insta {
    background: linear-gradient(45DEG, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D);
}

.bg-messenger {
    background-color: #00B2FF;
}

.bg-whats {
    background-color: #25D366;
}

.nav-tabs .active {
    z-index: 6 !important;
}

.nav-tabs .bg-fb-company {
    z-index: 4;
}

.nav-tabs .bg-insta {
    z-index: 3;
}

.nav-tabs .bg-messenger {
    z-index: 2;
}

.nav-tabs .bg-whats {
    z-index: 1;
}

.nav-tabs .bg-fb {
    z-index: 5;
}

.tab-pane .form-group {
    margin-bottom: 0rem;
}

.product_vetor .spinner-border {
    width: 1rem !important;
    height: 1rem !important;
}

.btn-store {
    border-radius: 20px;
}

.btn-store:hover {
    color: #FFF;
    border: radius 2px;
    border-color: #A9A9A9;
    box-shadow: 1px 1px 5px 1px #888888;
}

.bk-blue {
    color: #FFF;
    background-color: #0061a0;
}

.bk-green {
    color: #FFF;
    background-color: #a4ce4e;
}

.bk-lgt-blue {
    color: #FFF;
    background-color: #0090da;
}

.bg-linear-top-to-bottom-green {
    background-image: linear-gradient(#a4ce4e, #007abc);
}

.bg-linear-top-to-bottom-blue {
    background-image: linear-gradient(#007abc, #a4ce4e);
}

.bg-linear-to-right-green {
    background-image: linear-gradient(to right, #a4ce4e, #007abc);
}

.bg-linear-to-right-blue {
    background-image: linear-gradient(to right, #007abc, #a4ce4e);
}

.bg-linear-multi {
    background-image: linear-gradient(#007abc, #a4ce4e, #0090da, #dcdcdc);
}

.bg-linear-multi-c {
    background-image: linear-gradient(to right, #5f259f, #a7a8aa, #ffc600
    /*, #a4ce4e, #dcdcdc, #ffc600*/
    );
}

.imgcreditcardcheckout {
    max-width: 40px;
}

.btn-cancel {
    width: 100%;
    background-color: #A9A9A9;
    color: #FFF;
    border-radius: 15px;
    border-color: #A9A9A9;
    font-weight: bold;
}

.btn-cancel:hover {
    width: 100%;
    background-color: #A9A9A9;
    color: #FFF;
    border-radius: 15px;
    border-color: #A9A9A9;
    font-weight: bold;
    text-decoration: underline;
    box-shadow: 1px 1px 5px 1px #888888;
}

.btn-shop {
    width: 100%;
    background-color: #fff;
    color: #45bbbc;
    border-radius: 15px;
    font-weight: bold;
    border: 1px solid #45bbbc;
}

.btn-shop:hover {
    width: 100%;
    background-color: #45bbbc;
    color: #FFF;
    border-radius: 15px;
    font-weight: bold;
    text-decoration: underline;
    box-shadow: 1px 1px 5px 1px #888888;
}

.btn-see-more {
    width: 100%;
    background-color: #fff;
    color: #45bbbc;
    border-radius: 15px;
    font-weight: bold;
    border: 1px solid #45bbbc;
}

.btn-see-more:hover {
    width: 100%;
    background-color: #45bbbc;
    color: #FFF;
    border-radius: 15px;
    font-weight: bold;
    text-decoration: underline;
    box-shadow: 1px 1px 5px 1px #888888;
}

.btn-login-continue {
    width: 100%;
    background-color: #8CC6ED;
    color: #FFF;
    /*border-radius: 15px;*/
    font-weight: bold;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid #8CC6ED;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-login-continue:hover {
    width: 100%;
    background-color: #8CC6ED;
    color: #FFF;
    /*border-radius: 15px;*/
    font-weight: bold;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid #8CC6ED;
    text-decoration: underline;
    box-shadow: 1px 1px 5px 1px #888888;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-more-product {
    width: 100%;
    background-color: #266BFF;
    color: #FFF;
    border-radius: 15px;
    font-weight: bold;
}

.btn-more-product:hover {
    width: 100%;
    background-color: #266BFF;
    color: #FFF;
    border-radius: 15px;
    font-weight: bold;
    text-decoration: underline;
    box-shadow: 1px 1px 5px 1px #888888;
}

.container .breadcrumb {
    background-color: transparent !important;
}

ol li a {
    color: #FFF !important;
}

.breadcrumb-item.active {
    color: #FFF !important;
}

.nav-tabs .nav-tabs-two.nav-link.active {
    color: #FFF;
    background-color: #0090da !important;
    /*border-color: #dee2e6 #dee2e6 #fff;*/
}

.nav-tabs .nav-tabs-other.nav-link.active {
    color: #FFF;
    background-color: #0061a0 !important;
    /*border-color: #dee2e6 #dee2e6 #fff;*/
    z-index: 6;
}

.footer-ubp {
    /*position: absolute;*/
    /*bottom: 0;*/
    width: 100%;
    background-color: #f8f9fa !important;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 180px;
}

.center-itens {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.navbar-ubp {
    padding: 1rem 1rem !important;
}

.metlife-light-blue {
    background-color: #0090da;
}

.metlife-blue {
    background-color: #0061a0;
}

.metlife-green {
    background-color: #a4ce4e !important;
}

.text-color-green {
    color: #a4ce4e !important;
}

.text-color-blue {
    color: #0061a0 !important;
}

.text-color-light-blue {
    color: #0090da !important;
}

.text-color-withe {
    color: #FFF !important;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2% !important;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}

.btn-send {
    background-color: #a4ce4e;
    color: #FFF;
    font-weight: bold;
    width: 250px;
    height: 48px;
    border-radius: 24px;
    padding-top: 10px;
}

.btn-send:hover {
    background-color: #a4ce4e;
    color: #FFF;
    font-weight: bold;
    width: 250px;
    height: 48px;
    border-radius: 24px;
    text-decoration: underline;
    padding-top: 10px;
}

.btn-send:active {
    background-color: #a4ce4e;
    color: #FFF;
    font-weight: bold;
    width: 250px;
    height: 48px;
    border-radius: 24px;
    text-decoration: underline;
    padding-top: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/*.carousel-caption {
    position: absolute;
    left: 2%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    top: 50px;
    text-align: left;
}*/

.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

.div-cat-product-img img {
    border-radius: 5px;
}

form img {
    border-radius: 5px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}
.main-div{
    min-height: calc(100vh - 256px);
    /*width: 100vw;*/
}

#form-distribuicao label{
    color: #585858;
    font-size: 14px;
}
#form-distribuicao input[type=text]{
    text-transform: capitalize;
}