body{
    color: #040937;
}
.page-wrapper {
    margin-left: 0!important;
}
.pull-right{
    float:right;
}
.content-image{
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    margin-top: 10px;
    width: 100%;
    height: 100%;
    display: flex;
}
.content-image .image {
    margin-bottom: 16px;
}

.content-image .image img {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    display: block;
    object-fit: contain;
    object-position: initial;
    filter: none;
    background: #fff;
}

.content-image img {
    border: solid 8px #fff8f6;
    box-shadow: 0px 0px 2px 2px #ebdad5;
}

.content-info{
    width: 100%;
    background: rgba(255, 255, 255, 0.78);
    margin-bottom: 40px;
    position: relative;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.78);
    -webkit-box-shadow: 0 4px 30px rgb(0 0 0 / 2%);
    box-shadow: 0 4px 30px rgb(0 0 0 / 2%);
    backdrop-filter: blur(6.9px);
    -webkit-backdrop-filter: blur(6.9px);
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 63px rgb(168 159 159 / 25%);
    box-shadow: 0px 10px 63px rgb(168 159 159 / 25%);
    border: solid 4px #ffffff;
    z-index: 2;
}

.content-info .icon {
    position: absolute;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    top: 32px;
    bottom: 50%;
    right: -18px;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 60px;
    box-shadow: 1px 0px 44px 16px rgb(219 130 106 / 30%);
    -webkit-box-shadow: 1px 0px 44px 16px rgb(219 130 106 / 30%);
    -moz-box-shadow: 1px 0px 44px 16px rgb(219 130 106 / 30%);
}

.content-info h5{
    padding: 15px 8px;
    font-weight: bold!important;
    font-size: 1.5em;
    color: #7c7c7c;
    margin-top: 15px;
}

@media (min-width: 800px){
.content-info{
    width: 700px;
    margin: 20px auto;
}
}

.blue .icon .fas{
    color: #ff5b2e;
    font-size: 30px;
}
.pink .icon .fas{
    color: #ff5b2e;
    font-size: 30px;
}
.red .icon .fas{
    color: #ff5b2e;
    font-size: 30px;
}
.purple .icon .fas{
    color: #ff5b2e;
    font-size: 30px;
}
.green .icon .fas{
    color: #ff5b2e;
    font-size: 30px;
}
.yellow .icon .fas{
    color: #ff5b2e;
    font-size: 30px;
}

.title h2{
    color: #040937;
    margin-bottom: 35px;
    text-shadow: 1px 1px #f1f1f1;
}


.table {
    width: calc(100% - 15px);
    margin-left: 15px;
    display: inline-table;
    margin-bottom: 12px;
}

.table td, .table th {
    padding: 0.2rem 0.5rem;
    border: 0;
}
.table .title {
    width: 130px;
    font-weight: bold;
    font-size: 15px;
}


.table td, .table th {
    padding: 0.2rem 0.5rem;
    border: 0;
}

.card {
    margin: 0;
}

.card-title{
    margin-left: 15px
}

p.title {
    font-size: 15px;
    font-weight: bold;
    padding: 0 0.5rem;
    margin: 0 0 0 15px;
}
p.address {
    padding: 0.5rem;
    margin: 0 0 0 15px;
}
p.description , .instrucoes p{
    padding: 0.5rem;
    margin: 0 0 0 15px;
    font-size: 16px;
}
#info_instrucoes{
    padding: 0.5rem;
    margin: 0 0 0 15px;
    font-size: 16px;
}
.footer {
    color: #818a9c;
}

.container-fluid {
    padding: 0px!important;
}

.container-fluid{
    background: #ffffff;
}
.card-body{
    background: #fff8f6;
    box-shadow: none;
    border-radius: 0;
}
.hidden{
    display:none;
}

.pull-right a.btn{
    width: 88px;
    border-radius: 6px;
}
.pull-right .fas{
    color: #fff;
}
.pull-right .btn-info {
    background-color: #5e769b;
    border-color: #82a2d3;
}
.link-email{
    color: #3C3C3C;
}
.footer {
    text-shadow: 1px 1px #ffffff;
}

p.edit-info{
    margin-bottom: 5px;
    text-align: center;
    padding: 5px;
}
p.edit-info .btn-secondary {
    color: #89785f;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
    border-radius: 6px;
}
.btn-danger{
    border-radius: 6px;
}

.btn-light{
    border-radius: 6px;
    text-shadow: none;
    color:#7d7f81;
}

.btn-user{
    border-radius: 6px;
    text-shadow: none;
    color:#040937;
    font-weight: bold;
    display: inline;
    font-size: 14px;
    background: #f2f2f2;
    border-color: #f2f2f2;
}
.btn-user:hover{
    background: #f2f2f2;
    border-color: #f2f2f2;
}

.top-menu{
   position: absolute;
   right: 20px;
}

@media (max-width: 800px){
.top-menu{
   position: absolute;
   right: 5px;
   top: 5px;
}
}

p.not-info{
    text-align: center;
    color: #999;
    font-size: 12px;
    padding: 20px 0;
}
p.last-change{
    text-align: center;
    font-size: 13px;
    text-shadow: 1px 1px #ffffff;
    color: #818a9c;
}

.user-name .fas{
    color: #d3d3d3;
}

.list-icons{
    border: solid 1px #ddd;
    height: 250px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0 10px;
}
.list-icons .f-icon, .m-icon, .t-icon{
    padding: 10px 10px;
}

.search-icon{
    margin-bottom: 2px;
}
.search-icon .search-text{
    border: solid 1px #ddd;
}

.name-pet{
    font-family: 'Mandali', sans-serif;
    font-weight: 600;
}

.blue .icon-token{
    color:#b9b9b9;
    background: #efefef;
    padding: 0 10px;
    border-radius: 6px;
}


.icon-token svg {
    margin-top: 3px;
    margin-bottom: -2px;
    fill:#b9b9b9;
}


.red_btn{
    background-color: #fd6161;
    border-color: #fd6161;
}

.btn-danger {
    color: #ffffff;
    background-color: #8d8d8d;
    border-color: #e5e5e5;
}

.btn-danger:hover {
    color: #ebebeb;
    background-color: #b5b5b5;
    border-color: #e5e5e5;
}

.number-id{
    text-align: right;
    color:#bdbdbd;
}
.number-id span{
    font-weight: 600;
}


.card .card-title {
    color: #040937;
}

.hidden{
    display: none;
}

.contatos {
    width: 700px;
    display: flex;
    text-align: center;
    align-content: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 700px;
}
@media only screen and (max-width: 800px){
    .contatos {
        width: 100%;
        margin-bottom: 20px;
    }
}
.contatos .btn-success, .contatos .btn-info {
    padding: 6px 6px;
    font-size: 16px;
    border-radius: 0.5rem;
    width: 168px;
}
@media only screen and (max-width: 377px){
    .contatos .btn-success, .contatos .btn-info {
        font-size: 14px;
    }
}

.contatos .whatsapp-header-user {
    margin: 0 5px 0 0;
}

.contatos .phone-header-user {
    margin: 0 0 0 5px;
}




/* animations */

@media only screen and (min-width: 1200px) and (max-width: 1500px){
.animation-bubble figure:nth-child(1) {
    right: 37%;
}
}

.animation-bubble figure:nth-child(1) {
    right: 20px;
    top: 3%;
    animation: animationFramesOne 30s alternate infinite linear;
    -webkit-animation: animationFramesOne 30s alternate infinite linear;
}
.animation-bubble figure:nth-child(2) {
    right: 35%;
    top: 15%;
    animation: animationFramesTwo 30s alternate infinite linear;
    -webkit-animation: animationFramesTwo 30s alternate infinite linear;
}
.animation-bubble figure:nth-child(3) {
    right: 13%;
    top: 8%;
}
.animation-bubble figure:nth-child(3) {
    left: 79%;
    top: 58%;
    animation: animationFramesThree 30s alternate infinite linear;
    -webkit-animation: animationFramesThree 30s alternate infinite linear;
}
.animation-bubble figure {
    position: absolute;
    z-index: 1;
}
figure {
    margin-bottom: 0;
}
figure {
    margin: 0 0 1rem;
}


.petnest-bounce-animate {
    -webkit-animation-name: petnest-float-bob;
    animation-name: petnest-float-bob;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -moz-animation-name: petnest-float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: petnest-float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: petnest-float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    position: absolute;
    top: 200px;
}
@media only screen and (min-width: 979px){
.petnest-bounce-animate {
    left: 33%;
}
}

@media only screen and (min-width: 600px) and (max-width: 979px){
    .petnest-bounce-animate {
        left: 25%;
    }
}
@media only screen and (min-width: 312px) and (max-width: 600px){
    .petnest-bounce-animate {
        left: 10%;
    }
}

.petnest-faq-animation {
    position: absolute;
    bottom: 0;
    width: 700px;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 699px){
    .petnest-faq-animation {
        width: 100%;
    }
}

@media only screen and (max-width: 699px){
.petnest-faq-animation div:first-child {
    left: 0;
    top: -190px;
}

.petnest-faq-animation div:last-child {
    right: -15px;
    top: -640px;
}
}
@media only screen and (min-width: 700px){
    .petnest-faq-animation div:first-child {
        left: -50px;
        top: -170px;
}

    
    .petnest-faq-animation div:last-child {
        right: -20px;
        top: -550px;
    }
}
.petnest-faq-animation div:first-child figure img {
    width: 110px;
    height: 110px;
}
.petnest-faq-animation div:last-child figure img {
    width: 56px;
    height: 56px;
}

.petnest-faq-buble-animation figure, .petnest-faq-animation div {
    position: absolute;
    z-index: 1;
}
.petnest-bounce-animate, .petnest-bounce-faq-animate  {
    -webkit-animation-name: petnest-float-bob;
    animation-name: petnest-float-bob;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -moz-animation-name: petnest-float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: petnest-float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: petnest-float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

/* Animation CSS */
@-webkit-keyframes animationFramesOne {
    0% {
        transform: translate(-0px, 60px) rotate(0deg);
        -webkit-transform: translate(-0px, 60px) rotate(0deg);
        -moz-transform: translate(-0px, 60px) rotate(0deg);
        -ms-transform: translate(-0px, 60px) rotate(0deg);
        -o-transform: translate(-0px, 60px) rotate(0deg);
    }

    100% {
        transform: translate(-100px, -100px) rotate(180deg);
        -webkit-transform: translate(-100px, -100px) rotate(180deg);
        -moz-transform: translate(-100px, -100px) rotate(180deg);
        -ms-transform: translate(-100px, -100px) rotate(180deg);
        -o-transform: translate(-100px, -100px) rotate(180deg);
    }
}
@keyframes animationFramesOne {
    0% {
        transform: translate(-0px, 60px) rotate(0deg);
        -webkit-transform: translate(-0px, 60px) rotate(0deg);
        -moz-transform: translate(-0px, 60px) rotate(0deg);
        -ms-transform: translate(-0px, 60px) rotate(0deg);
        -o-transform: translate(-0px, 60px) rotate(0deg);
    }

    100% {
        transform: translate(-100px, -100px) rotate(180deg);
        -webkit-transform: translate(-100px, -100px) rotate(180deg);
        -moz-transform: translate(-100px, -100px) rotate(180deg);
        -ms-transform: translate(-100px, -100px) rotate(180deg);
        -o-transform: translate(-100px, -100px) rotate(180deg);
    }
}

@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
                transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
                transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(120px, 72px) rotate(72deg);
                transform: translate(120px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(70px, 30px) rotate(108deg);
                transform: translate(70px, 30px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
                transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
                transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
                transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
                transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(120px, 72px) rotate(72deg);
                transform: translate(120px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(70px, 30px) rotate(108deg);
                transform: translate(70px, 30px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
                transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
                transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes animationFramesThree {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        transform: translate(35px, -1px) rotate(36deg);
        -webkit-transform: translate(35px, -1px) rotate(36deg);
        -moz-transform: translate(35px, -1px) rotate(36deg);
        -ms-transform: translate(35px, -1px) rotate(36deg);
        -o-transform: translate(35px, -1px) rotate(36deg);
    }

    40% {
        transform: translate(60px, -20px) rotate(72deg);
        -webkit-transform: translate(60px, -20px) rotate(72deg);
        -moz-transform: translate(60px, -20px) rotate(72deg);
        -ms-transform: translate(60px, -20px) rotate(72deg);
        -o-transform: translate(60px, -20px) rotate(72deg);
    }

    60% {
        transform: translate(55px, -60px) rotate(108deg);
        -webkit-transform: translate(55px, -60px) rotate(108deg);
        -moz-transform: translate(55px, -60px) rotate(108deg);
        -ms-transform: translate(55px, -60px) rotate(108deg);
        -o-transform: translate(55px, -60px) rotate(108deg);
    }

    80% {
        transform: translate(-40px, 72px) rotate(144deg);
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        -moz-transform: translate(-40px, 72px) rotate(144deg);
        -ms-transform: translate(-40px, 72px) rotate(144deg);
        -o-transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg);
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes animationFramesThree {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        transform: translate(35px, -1px) rotate(36deg);
        -webkit-transform: translate(35px, -1px) rotate(36deg);
        -moz-transform: translate(35px, -1px) rotate(36deg);
        -ms-transform: translate(35px, -1px) rotate(36deg);
        -o-transform: translate(35px, -1px) rotate(36deg);
    }

    40% {
        transform: translate(60px, -20px) rotate(72deg);
        -webkit-transform: translate(60px, -20px) rotate(72deg);
        -moz-transform: translate(60px, -20px) rotate(72deg);
        -ms-transform: translate(60px, -20px) rotate(72deg);
        -o-transform: translate(60px, -20px) rotate(72deg);
    }

    60% {
        transform: translate(55px, -60px) rotate(108deg);
        -webkit-transform: translate(55px, -60px) rotate(108deg);
        -moz-transform: translate(55px, -60px) rotate(108deg);
        -ms-transform: translate(55px, -60px) rotate(108deg);
        -o-transform: translate(55px, -60px) rotate(108deg);
    }

    80% {
        transform: translate(-40px, 72px) rotate(144deg);
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        -moz-transform: translate(-40px, 72px) rotate(144deg);
        -ms-transform: translate(-40px, 72px) rotate(144deg);
        -o-transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg);
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
    }
}

.petnest-bounce-animate {
    -webkit-animation-name: petnest-float-bob;
            animation-name: petnest-float-bob;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -moz-animation-name: petnest-float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: petnest-float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: petnest-float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes petnest-float-bob {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

/* FAMILIARES PETS */
@media (min-width: 800px) {
    .relatives-pets {
        display: flex;
        gap: 40px;
          &:has(> :nth-child(5)) {
          gap: 20px;
          display: grid!important;
          grid-template-columns: repeat(5, 1fr)!important;
    }
    }
    }
    @media (max-width: 799px) {
    .relatives-pets{
        width: 100%;
        display: grid;
        gap: 10px;
        &:has(> :nth-child(2)) {
            gap: 40px;
            display: flex!important;
            grid-template-columns: repeat(2, 1fr)!important;
      }
      &:has(> :nth-child(3)) {
        gap: 10px;
        display: grid!important;
        grid-template-columns: repeat(3, 1fr)!important;
  }
    }
    }
.relatives-pets{
    margin: 20px auto;
    justify-items: center;
    align-items: center;
    align-content: stretch;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    margin-bottom: 15px;
    padding: 15px 0 15px 0;
    position: relative;
    background: transparent!important;
    border: none!important;
    box-shadow: none!important;
}

.family-members .family-member-thumbs {
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border: solid 1px rgb(215 215 215);
}
.family-members .family-member-thumbs img {
    margin: 3px;
    width: calc(100% - 6px);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}
.family-members .not-image-found{
    opacity: 0.3;
}
.family-members .family-member-thumbs:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.family-members span.family-member-name {
    display: block;
    text-align: center;
    margin: 5px 0 0 0;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    color: #784a3c;
}
.family-members span.family-member-relationship {
    display: block;
    text-align: center;
    color: #a5776b;
    margin-top: 0;
    margin-bottom: 0;
}
.family-members span.family-member-whatsapp {
    display: block;
    text-align: center;
    color: #818181;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 5px;
}
.family-members span.family-member-whatsapp a {
    color: #818181;
}
.family-members span.family-member-whatsapp a:hover {
    color: #a1a1a1;
}

.cursor-pointer{
    cursor: pointer;
}

.box-info-familiar .btn-whatsapp, .box-info-familiar .btn-cell-phone{
    border-radius: 4px;
    color:#fff;
    text-decoration: none;
}
.box-info-familiar .btn-whatsapp:hover, .box-info-familiar .btn-cell-phone:hover{
    color:#fff;
    text-decoration: none;
}
.box-info-familiar .btn-cell-phone{
    margin-top: 5px;
}