body{
    font-family: sans-serif !important;
}

.img-woman{
    -webkit-box-shadow: 13px 14px 0px 0px rgba(12,115,171,1);
    -moz-box-shadow: 13px 14px 0px 0px rgba(12,115,171,1);
    box-shadow: 13px 14px 0px 0px rgba(12,115,171,1);
}

.border-product{
    border-top: 1px solid  transparent;
}

.border-product-white{
    border-top: 5px solid  #fff;
}

#solucoes {
    background-color:  #0c74ab !important;
}

.btn-primary {
    background:  #0c74ab !important;
    border-color:  #0c74ab !important;
}

.produtos-theme .detail-product h2 {
    color:  #0c74ab !important;
}

.produtos-theme .detail-product .list-group .list-group-item .start-item-list {
    border-left: 4px SOLID  #0c74ab !important;
}

.produtos-theme .detail-product .list-group .list-group-item .end-item-list {
    border-right: 4px SOLID  #0c74ab !important;
}

#contato {
     border-bottom: 2px SOLID  #0c74ab !important;
}

#linksUteis {
    background-color:  #0c74ab !important;
}

#declaracoes h2 {
    color:  #0c74ab !important;
}

#footer {
    background-color:  #0c74ab !important;
}

.bg-gradient {
    border-radius: 20px !important;
}

.card-text{
    font-weight: 600;
}

.card-title {
    font-weight: 900;
}

#footer .list-social-footer .social-icons a {
    text-decoration: none !important;
}


.navbar .nav-item .nav-link a{
    font-size: .9rem !important;
}

.btn-primary {
    padding: 0.9rem 2rem !important;
}

#linksUteis .btn-link-theme {
    padding: 0.9rem !important;
}

  @media screen and (max-width: 767px){
    .produtos-theme {
      margin-bottom: 190px !important;
    }
}


.wpp-btn {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 2.3rem;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bx {
    font-family: 'boxicons' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#produtoAGRO {
    height: 707px !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#produtoSafeID {
    height: 620px !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


#produtoCPF {
    height: 540px !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


#produtoCNPj {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
}

#produtoWoman {
    height: 480px !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


@media (min-width: 769px) and (max-width: 990px) {
  #produtoAGRO {
    height: 850px !important;
}

#produtoSafeID {
    height: 780px !important;
}


#produtoCPF {
    height: 700px !important;
}


#produtoCNPj {
    height: 705px !important;
}

#produtoWoman {
    height: 500px !important;
}

}



