.logoMobile {
    width: 130px;
}
.cap-correioParaiba {
    width: 70px;
}
.cap-logoMobile {
    width: 270px;
}
.cap-formLogin input {
    border-top-right-radius: 10px;
    border: 2px solid #0077bd;
}
.mw-capLogin {
    border-top-right-radius: 10px;
    padding-left: 20%;
    padding-right: 20%;
}
.carSections {
    border-top-right-radius: 14px;
    height: 80px;
}
.searchIput {
    border-top-right-radius: 8px;
}
.mw-pictureUser {
    height: 130px;
    border-top-right-radius: 14px;
}
.cap-input {
    border-top-right-radius: 14px !important;
    border-color: #0077bd !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.icon-edit {
    width:40px;
}
.container-Advertisin {
    /*border-top: 6px solid #e3e3e3;*/
    border-bottom: 6px solid #e3e3e3;
}

.mw-menu {
   width: 20vw;
   height: 100vh;
   z-index: 40;
   padding: 15px;
   top: 0;
   left: 0;
   position: fixed;
}
.backMenu {
    background:rgba(0,0,0,.4);
    width: 100vw;
    top: 0;
    height: 100vh;
    z-index: 99999;
    position: fixed;
}

.cap-destacado .owl-dots {
    overflow-x: scroll !important;
}
.cap-destacado .owl-dots .active {
    background-color: #0077bd;
    border-top-right-radius: 14px;
}


.cap-destacado img {
    width:50px !important;
}
.cap-cards img {
    width:50px !important;
}

.profile-picture-overlay {
    background-color: #0007;
    visibility: hidden;
}

.profile-picture:hover>.profile-picture-overlay {
    visibility: visible;
}

.modal-need-login {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00000059;
    z-index: 50;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-need-login > div {
    background-color: white;
    width: 93%;
    height: 30%;
    padding: 20px;
    border-radius: 5px;
}


.floating-label {
    color: rgb(51, 51, 51);
    position: absolute;
    left: 26px;
    top: -8px;
    background-color: #e0e7f5;
    font-weight: bold;
    font-size: 11px;
    padding: 0px 2px;
    height: 12px;
}
.image-box {
    width: 100px !important;
    height: 100px;
    padding: 5px;
    background-color: #bdbdbd;
}

.cap-offersDest .owl-dots {
    text-align: center;
}

.cap-offersDest .owl-dots .owl-dot.active {
    background-color: #003656 !important;
}

.cap-offersDest .owl-dots .owl-dot {
    background-color: #016dad;
    width: 10px;
    height: 10px;
    border-radius: 30px;
    margin: 5px;
}
#loading {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
    border: 6px rgba(255, 255, 255, 1) solid;
    border-top: 6px #0077bd solid;
    border-radius: 50%;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}