/* hamster */ 
.wheel-and-hamster {
    --dur: 1s;
    position: relative;
    width: 12em;
    height: 12em;
    font-size: 14px;
  }

.wheel,
.hamster,
.hamster div,
.spoke {
    position: absolute;
}

.wheel,
.spoke {
    border-radius: 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wheel {
    background: radial-gradient(100% 100% at center,hsla(0,0%,60%,0) 47.8%,hsl(0,0%,60%) 48%);
    z-index: 2;
}

.hamster {
    animation: hamster var(--dur) ease-in-out infinite;
    top: 50%;
    left: calc(50% - 3.5em);
    width: 7em;
    height: 3.75em;
    transform: rotate(4deg) translate(-0.8em,1.85em);
    transform-origin: 50% 0;
    z-index: 1;
}

.hamster__head {
    animation: hamsterHead var(--dur) ease-in-out infinite;
    background: hsl(30,90%,55%);
    border-radius: 70% 30% 0 100% / 40% 25% 25% 60%;
    box-shadow: 0 -0.25em 0 hsl(30,90%,80%) inset,
            0.75em -1.55em 0 hsl(30,90%,90%) inset;
    top: 0;
    left: -2em;
    width: 2.75em;
    height: 2.5em;
    transform-origin: 100% 50%;
}

.hamster__ear {
    animation: hamsterEar var(--dur) ease-in-out infinite;
    background: hsl(0,90%,85%);
    border-radius: 50%;
    box-shadow: -0.25em 0 hsl(30,90%,55%) inset;
    top: -0.25em;
    right: -0.25em;
    width: 0.75em;
    height: 0.75em;
    transform-origin: 50% 75%;
}

.hamster__eye {
    animation: hamsterEye var(--dur) linear infinite;
    background-color: hsl(0,0%,0%);
    border-radius: 50%;
    top: 0.375em;
    left: 1.25em;
    width: 0.5em;
    height: 0.5em;
}

.hamster__nose {
    background: hsl(0,90%,75%);
    border-radius: 35% 65% 85% 15% / 70% 50% 50% 30%;
    top: 0.75em;
    left: 0;
    width: 0.2em;
    height: 0.25em;
}

.hamster__body {
    animation: hamsterBody var(--dur) ease-in-out infinite;
    background: hsl(30,90%,90%);
    border-radius: 50% 30% 50% 30% / 15% 60% 40% 40%;
    box-shadow: 0.1em 0.75em 0 hsl(30,90%,55%) inset,
            0.15em -0.5em 0 hsl(30,90%,80%) inset;
    top: 0.25em;
    left: 2em;
    width: 4.5em;
    height: 3em;
    transform-origin: 17% 50%;
    transform-style: preserve-3d;
}

.hamster__limb--fr,
.hamster__limb--fl {
    clip-path: polygon(0 0,100% 0,70% 80%,60% 100%,0% 100%,40% 80%);
    top: 2em;
    left: 0.5em;
    width: 1em;
    height: 1.5em;
    transform-origin: 50% 0;
}

.hamster__limb--fr {
    animation: hamsterFRLimb var(--dur) linear infinite;
    background: linear-gradient(hsl(30,90%,80%) 80%,hsl(0,90%,75%) 80%);
    transform: rotate(15deg) translateZ(-1px);
}

.hamster__limb--fl {
    animation: hamsterFLLimb var(--dur) linear infinite;
    background: linear-gradient(hsl(30,90%,90%) 80%,hsl(0,90%,85%) 80%);
    transform: rotate(15deg);
}

.hamster__limb--br,
.hamster__limb--bl {
    border-radius: 0.75em 0.75em 0 0;
    clip-path: polygon(0 0,100% 0,100% 30%,70% 90%,70% 100%,30% 100%,40% 90%,0% 30%);
    top: 1em;
    left: 2.8em;
    width: 1.5em;
    height: 2.5em;
    transform-origin: 50% 30%;
}

.hamster__limb--br {
    animation: hamsterBRLimb var(--dur) linear infinite;
    background: linear-gradient(hsl(30,90%,80%) 90%,hsl(0,90%,75%) 90%);
    transform: rotate(-25deg) translateZ(-1px);
}

.hamster__limb--bl {
    animation: hamsterBLLimb var(--dur) linear infinite;
    background: linear-gradient(hsl(30,90%,90%) 90%,hsl(0,90%,85%) 90%);
    transform: rotate(-25deg);
}

.hamster__tail {
    animation: hamsterTail var(--dur) linear infinite;
    background: hsl(0,90%,85%);
    border-radius: 0.25em 50% 50% 0.25em;
    box-shadow: 0 -0.2em 0 hsl(0,90%,75%) inset;
    top: 1.5em;
    right: -0.5em;
    width: 1em;
    height: 0.5em;
    transform: rotate(30deg) translateZ(-1px);
    transform-origin: 0.25em 0.25em;
}

.spoke {
    animation: spoke var(--dur) linear infinite;
    background: radial-gradient(100% 100% at center,hsl(0,0%,60%) 4.8%,hsla(0,0%,60%,0) 5%),
            linear-gradient(hsla(0,0%,55%,0) 46.9%,hsl(0,0%,65%) 47% 52.9%,hsla(0,0%,65%,0) 53%) 50% 50% / 99% 99% no-repeat;
}

@keyframes hamster {
    from, to {
        transform: rotate(4deg) translate(-0.8em,1.85em);
    }

    50% {
        transform: rotate(0) translate(-0.8em,1.85em);
    }
}

@keyframes hamsterHead {
    from, 25%, 50%, 75%, to {
        transform: rotate(0);
    }

    12.5%, 37.5%, 62.5%, 87.5% {
        transform: rotate(8deg);
    }
}

@keyframes hamsterEye {
    from, 90%, to {
        transform: scaleY(1);
    }

    95% {
        transform: scaleY(0);
    }
}

@keyframes hamsterEar {
    from, 25%, 50%, 75%, to {
        transform: rotate(0);
    }

    12.5%, 37.5%, 62.5%, 87.5% {
        transform: rotate(12deg);
    }
}

@keyframes hamsterBody {
from, 25%, 50%, 75%, to {
    transform: rotate(0);
}

12.5%, 37.5%, 62.5%, 87.5% {
    transform: rotate(-2deg);
}
}

@keyframes hamsterFRLimb {
    from, 25%, 50%, 75%, to {
        transform: rotate(50deg) translateZ(-1px);
    }

    12.5%, 37.5%, 62.5%, 87.5% {
        transform: rotate(-30deg) translateZ(-1px);
    }
}

@keyframes hamsterFLLimb {
    from, 25%, 50%, 75%, to {
        transform: rotate(-30deg);
    }

    12.5%, 37.5%, 62.5%, 87.5% {
        transform: rotate(50deg);
    }
}

@keyframes hamsterBRLimb {
    from, 25%, 50%, 75%, to {
        transform: rotate(-60deg) translateZ(-1px);
    }

    12.5%, 37.5%, 62.5%, 87.5% {
        transform: rotate(20deg) translateZ(-1px);
    }
}

@keyframes hamsterBLLimb {
    from, 25%, 50%, 75%, to {
        transform: rotate(20deg);
    }

    12.5%, 37.5%, 62.5%, 87.5% {
        transform: rotate(-60deg);
    }
}

@keyframes hamsterTail {
    from, 25%, 50%, 75%, to {
        transform: rotate(30deg) translateZ(-1px);
    }

    12.5%, 37.5%, 62.5%, 87.5% {
        transform: rotate(10deg) translateZ(-1px);
    }
}

@keyframes spoke {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(-1turn);
    }
}

/* fim do hamster */

.slide-content {
    margin-left: -80px;
}
.vh-custom{
    min-height: 12  0vh;
}
.vh-80{
    min-height: 80vh;
}
.float {
    position: fixed;
    display: flex;
    flex-direction: column;
    width: 60px;
    height: 60px;
    bottom: 60px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    transition: background-color 0.5s, color 0.5s, bottom 0.5s;
}
.row-custom-2{
    display: flex;
    align-items: center;
    padding: 10px;
}
.check-size{
    width: 50px!important;
    height: 20px!important;
}
.link-style{
    color: rgb(110, 110, 250);
}
.link-style:hover{
    color: blue;
}
.h2-style{
    margin-bottom: 0;
    margin-left: 10px;
}
.float:hover {
    background-color: #fe7028;
    color: #000000;
}

.my-float {
    margin-top: 16px;
}

.button-doacao {
    padding: 5px;
    margin: 0.2rem;
    text-decoration: underline;
    color: blue;
}

.container-pet {
    padding: 1rem;
    border-radius: 10px;
}

.pet-details-custom {
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    padding: 1.5rem;
    box-shadow: 0px 0px 16px 0px rgba(39, 48, 75, 0.14);
    margin: 20px;
}

.bt-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bg-light-blue {
    box-shadow: 0px 0px 16px 0px rgba(39, 48, 75, 0.14);
}

.btn-app {
    border-radius: 5px;
}

.btn-contato {
    cursor: pointer;
}

#privacyBanner {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.al-center {
    align-items: center;
}
.al-f-st{
    align-items: flex-start;
}
.btn-quant{
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.quantity-control {
    display: flex;
    gap: 10px;
}

.btn-quantity {
    background-color: #fe7028;
    color: white;
    border: none;
    font-size: 18px;
    font-weight: bold;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.quantity-input {
    width: 50px;
    height: 35px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

#privacyBanner .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#privacyBanner .container span {
    flex: 2;
}

#acceptPrivacyButton {
    margin-left: 20px !important;
}

#privacidade a,
#termos a {
    color: black;
}

#privacidade a:hover,
#termos a:hover {
    color: #fe7028;
}

#heading-privacidade.heading-main {
    font-size: 2.7rem;
}

.nav-link {
    padding: 1.5rem 1rem;
}

.nav-link {
    padding: 1.5rem 1rem;
    font-family: 'Changa', sans-serif;
}

.nav-link.active,
.nav-link.active.border-bottom.border-right,
.nav-item .nav-link:focus,
.nav-item .nav-link:hover {
    color: #823007 !important;
    font-weight: bold;
}

.nav-link:not(.active) {
    color: black;
    font-family: 'Changa', sans-serif;
}

#termos h2,
#privacidade h2 {
    color: black;
}

#custom-color-nav:hover {
    color: #000;
}

#headerNav.header-fullpage {
    background-color: white;
    border-bottom: 1px solid #dee2e6
}

.wide-tb-107 {
    min-height: 100vh;
    padding-bottom: 30px;
}

#tb-0.wide-tb-100 {
    padding-top: 0px;
}

#margin-nav {
    margin-bottom: 40px;
}

#custom-header {
    background: #2f302b !important;
}

#custom-button-header {
    background: #fe7028;
}


.wide-tb-101 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#custom-text {
    font-size: 1.5rem;
    font-family: 'Changa', sans-serif;
    color: #fe7028;
    font-weight: normal
}

#custom-spacing {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#animalSelect {
    max-width: 300px;
    margin: 0 auto;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
}

#img-custom {
    margin-top: 0;
}

.bkg-gray-2 {
    padding-top: 40px;
    background-color: #2f302b;
}

.pos-rel {
    position: relative;
}

.painel-button {
    margin-bottom: 5px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    padding: 30px;
    background-color: #fe7028;
    border-radius: 10px;
    transition: background-color 0.3s ease;
}

.painel-button:hover {
    background-color: #ff5f0e;
}

.menu-painel {
    color: white;
    font-family: 'Changa', sans-serif;
    ;
    font-size: 20px;
}

.button-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 30px;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.button-header i {
    color: white;
    font-size: 2rem;
    transition: color 0.3s ease;
}

.button-header:hover i,
.button-header p {
    text-shadow: 0 3px 10px rgba(25, 156, 163, 0.327);
    color: white;
}

.label-white label{
    color: white;
}

.background1,
.background2,
.background3,
.background4 {
    background-size: cover;
    background-position: center;
    transition: background-image 1s ease-in-out;
    margin-top: -15px !important;
    height: 105vh;
}

.background1 {
    background-image: url('../images/slider/h5_slider_1.jpg');
}

.background2 {
    background-image: url('../images/slider/h5_slider_2.jpg');
}

.background3 {
    background-image: url('../images/slider/h5_slider_3.jpg');
}

.background4 {
    background-image: url('../images/slider/h5_slider_5.jpg');
}

#searchForm {
    background: transparent;
    border: none !important;
    box-shadow: none;
    display: flex;
    padding: 0;
}

.icon-box-2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1.3rem;
}

#searchContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 60px;
}


.adocao-screen {
    margin-top: 200px;
}

.btn-back {
    position: fixed;
    top: 300px;
    left: 20px;
    z-index: 100;
    text-decoration: none;
    color: #fff;
}
.social-icons-2{
    display: flex;

    gap: 10px;
}
.redes-sociais{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    right: 5%;
    top: 5%;
}
.ong-pix{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pix-qr{
    max-width: 230px;
    min-height: 230px;
    background-color: #fff;
}
.force-center{
    display: flex;
    justify-content: center;
}

.circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fe7028;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;

}

.circle:before {
    background-color: rgba(255, 255, 255, 0.15);
}


.circle i {
    font-size: 24px;
}

.img-fix {
    background-color: #2f302b;
    box-shadow: 5px 8px 20px 0px #000000;
    width: 365px !important;
    height: 370px !important;
    position: relative;
}

.img-fix img {
    display: none;
    width: 370px !important;
    height: 370px !important;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.img-fix img:first-child {
    display: block;
}

.pet-divide {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.paw-custom-2 {
    color: #fe7028;
}

.paw-custom {
    color: transparent;
    -webkit-text-stroke: 0.5px white;
}

.icon-blue {
    color: rgb(91, 91, 240);
}
.icon-app-envolv{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    height: 100vh;
    flex-wrap: wrap;
    background: #fe7028;
}
.icon-pink {
    color: rgb(252, 124, 145);
}

.row-custom {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 30px;
}

.text-center-2 {
    text-align: center !important;
}

.form-width {
    min-width: 150px;
}

.margin-custom-pet {
    margin-top: 40px;
}

.center {
    justify-content: center;
}

.center-custom {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.wrap {
    flex-wrap: wrap;
}

.alg-center {
    align-content: center;
}

.jtf-center {
    justify-content: center;
}

.wd-relative {
    width: 80%;
}

.title-social{
    color: #fe7028;
}

.border-landing {
    background-color: #fe7028;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 20px;
    border: 1px transparent;
    box-shadow: 1px 1px 15px 0px #e3e1e1;
    
}


.baseline {
    align-items: baseline;
}

.arrow-icon {
    font-size: 3rem;
}

.border-custom {
    background-color: #2f302b;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: 40px;
    border: 1px transparent;
    box-shadow: 5px 8px 20px 0px #000000;
    min-height: 370px;
}

.custom-width {
    width: 100%;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.subtitle span {
    font-size: 30px;
    color: white;
}

.title-history {
    margin-top: 90px;
}

.bg-navy-orange {
    background: #fe7028;
    min-height: 100vh;
}

#custom-text-2 h3 {
    font-size: 20px;
    font-family: 'Changa', sans-serif;
    color: #fe7028;
    font-weight: normal
}

.gdr-img-box {
    margin: 10px;
}

.wide-tb-102 {
    margin-top: -80px;
    padding-top: 20px;
    padding-bottom: 100px;
}

.custom-form {
    margin-right: 10px;
}

.area-doador {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title-count{
    display: flex;
    justify-content: space-evenly;
}

.circular-image {
    border-radius: 50%;
    object-fit: cover;
    width: 87px;
    height: 87px;
    transition: box-shadow 0.5s ease-in-out;
}

.circular-image:hover {
    box-shadow: 1px 1px 10px 0px #000000;
}

.custom-img-ong{
    width: 130px;
    height: 130px;
}

.doador-titulo h1 {
    margin-top: 40px;
    font-size: 30px;
}

.ong-custom {
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.bg-yellow {
    background-color: #fe7028;
}

.botao-desativar {
    background: none;
    border: none;
    font-size: 14px;
    text-decoration: underline;
}

.mn-height-280 {
    min-height: 280px;
}

.img-desativar {
    width: 180px;
    height: 180px;
}

.icofont-ui-rotation {
    -webkit-text-fill-color: #fe7028;
}

.icofont-close-circled {
    -webkit-text-fill-color: #cb0d0d;
}

.icofont-exclamation-circle {
    -webkit-text-fill-color: #a2a409;
}

.icofont-check-circled {
    -webkit-text-fill-color: #1a8a0d;
}

.spc-btw {
    justify-content: space-between;
}

.header-ong {
    justify-content: space-between;
}

.title-ong {
    margin-left: 40px;
}

.job-categories-home-8 {
    width: 250px !important;
    height: 250px !important;
    margin-top: 20px;
    margin-bottom: 40px
}

.txt-justify {
    text-align: justify;
}

.txt-center {
    text-align: center;
}

.ong-icon {
    display: flex;
    align-items: center;
    margin-top: 10px;
    color: #fe7028;
}

.ong-icon a {
    font-size: 1.5rem;
    margin-left: 10px;
}
.wpp-link{
    justify-content: flex-start;
}
.wpp-link a {
    color: #fe7028;
}

.wpp-link a:hover {
    color: #dee2e6;
}

.filter-row {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 40px;
}

.flex-custom {
    display: flex;
}


.modal-adjust-2 {
    top: 1%;
}
.modal-adjust-3 {
    top: 20%;
}

.m-b0 {
    margin-bottom: 0;
}

.bkg-gray {
    background-color: #2f302b;
}
.bkg-orange{
    background-color: #fe7028;
}

.pd-custom {
    padding: 1.5rem;
}

.adjust-modal-index {
    max-width: 60%;
    margin: auto;
}

.modal-header h5 {
    color: #fe7028;
}

.al-fe {
    align-items: flex-end;
}

.footer-modal {
    display: flex;
    justify-content: flex-end;
}

.btn-theme-2 {
    color: #FFF;
    font-size: 1.125rem;
    justify-content: center;
    border: none;
    cursor: pointer;
    overflow: hidden;
    align-items: center;
    position: relative;
}

.bg-orange {
    background: #fe7028;
}

.bg-gray {
    background: #6c757d;
}

.close, .close_success {
    color: #fe7028;
}

.modal-body .form-group label {
    color: #fe7028;
}

.width-logo {
    width: 230px;
}

.login-container {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.orange-hover:hover {
    color: #fe7028;
}

.cadastro {
    width: 100%;
}

.login-header {
    text-align: center;
    margin-bottom: 1.5rem;
}

.logo {
    width: 100px;
    margin-bottom: 1rem;
}

.login-form .form-group {
    margin-bottom: 1rem;
}

.login-form label {
    display: block;
    margin-bottom: 0.5rem;
}

.input-custom input {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-custom-2 input {
    border: 1px solid #ccc;
}

.input-custom-3 input {
    margin-bottom: 10px;
    width: 100%;
    padding: 1rem;
    border: 1px solid #ccc;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.input-fix {
    margin-top: .45rem;
    height: 20px;
    width: 20px;
}

.label-size label {
    font-size: 20px;
}

.label-fix {
    font-size: 30px;
    margin-left: 20px;
}

.login-button {
    width: 100%;
}

.form-footer {
    text-align: center;
    margin-top: 15px;
}
.flex-container {
    display: flex;
    flex-direction: column;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.ong-title {
    font-size: 20px;
    margin-top: 15px;
    font-family: 'Changa';
    text-align: center;
}

.underline-custom,
.underline-custom:hover {
    text-decoration: underline;
}

.error-field {
    border: 1px solid red;
}

.error-message {
    color: red;
    font-size: 12px;
    margin-top: 5px;
}

.landing-page {
    display: flex;
    flex-direction: row;
}

.landing-pulse {
    height: 100vh;
    width: 20%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.landing-image {
    display: flex;
    height: 100vh;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.button-landing {
    position: absolute;
}
.mt-12{
    margin-top: 12rem!important;
}

.img-land {
    object-fit: cover;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.img-land:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}
.teste-tela, .teste-tela2{
    font-weight: 600!important;
    line-height: normal!important;
    min-width: 800px!important;
    max-width: 800px!important;
}
.teste-tela{
    font-size: 30px!important;
}
.teste-tela2{
    font-size: 32px!important;
}

.logo-landing {
    position: absolute;
    height: 8%;
    top: 40%;
    visibility: visible !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container {
    /* max-width: 150px; */
    min-width: 150px;
}

.filter-panel-catalogo {
    background: #f5f5f5;
    padding: 20px;
    margin-top: 15px;
    border-radius: 10px;

    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease;
}

.filter-panel-catalogo.open {
    max-height: 1500px;
    opacity: 1;
}


.select2-container .select2-selection--single {
    height: 60px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
    padding-right: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 58px;
    right: 18px;
}

@keyframes pulse-2 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.pulse-2 {
    animation: pulse-2 1s infinite;
}

.descricao-vacina span {
    font-size: 1.25rem;
    color: #fe7028;
}

.bg-red {
    background: red;
}

.custom-swal-content,
.custom-swal-title {
    color: #fff;
}

.custom-swal-popup {
    background: #2f302b;
}

.position-ico {
    position: absolute;
    bottom: 20%;
}

.position-adocao {
    display: flex;
    position: absolute;
    top: 3%;
    left: 7%;
}

.position-adocao2 {
    display: flex;
    position: absolute;
    top: 3%;
    right: 7%;
}
.position-adocao3 {
    display: flex;
    position: absolute;
    bottom: 16%;
}
.ong-name2{
    text-align: center;
}
.ong-name2 h6{
    padding-bottom: 10px;
    color: white;
}

.position-adocao h2,
.position-adocao2 h2 {
    margin-left: 10px;
    margin-bottom: 0;
    font-size: 1rem;
}

.custom-checkbox {
    position: relative;
    width: 20px;
    height: 20px;
    appearance: none;
    border: 2px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
}

.custom-checkbox:checked {
    background-color: #fe7028;
    border-color: #fe7028;
}

.custom-checkbox:checked::before {
    content: '\2713';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 16px;
}

.slide-in-right {
    animation: slide-in-right 0.5s forwards;
}

.slide-out-left {
    animation: slide-out-left 0.5s forwards;
}

.slide-in-left {
    animation: slide-in-left 0.5s forwards;
}

.slide-out-right {
    animation: slide-out-right 0.5s forwards;
}

@keyframes slide-in-right {
    from {
        opacity: 0;
        transform: translateX(50%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slide-out-left {
    from {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 0;
        transform: translateX(-50%);
    }
}

@keyframes slide-in-left {
    from {
        opacity: 0;
        transform: translateX(-50%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slide-out-right {
    from {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 0;
        transform: translateX(50%);
    }
}
.landing-text h1, .landing-text h3{
    text-align: center;
    color: black;
}
.secure-badge {
    display: flex;
    align-items: center;
}

.secure-badge p {
    margin: 0 10px 0 0;
}

.secure-badge img {
    height: 20px;
}

.checkout-container {
    display: flex;
    justify-content: space-around;
    padding: 20px;
}

.personal-info,
.delivery-info,
.payment-info,
.order-summary {
    border: 1px solid #ddd;
    padding: 20px;
    width: 30%;
}

.personal-info h2,
.delivery-info h2,
.payment-info h2,
.order-summary h2 {
    margin-top: 0;
}

.order-item {
    display: flex;
    align-items: center;
}

.order-item img {
    height: 50px;
    margin-right: 10px;
}

.order-totals p {
    font-weight: bold;
}

.main-custom {
    font-size: 2rem;
}

.form-toggle {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding-left: 10px;
    padding-right: 10px;
}
.land-2{
    width: 18%;
}
.text-land{
    min-height: 80px;
    color: white;
    text-align: center;
}

.form-link {
    margin: 0 10px;
    padding: 10px 20px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    text-decoration: none;
    color: #333;
}

.mensagem-sucesso {
    font-family: 'Changa', sans-serif;
    color: blue;
}

.mensagem-erro {
    font-family: 'Changa', sans-serif;
    color: red;
}

.form-link.active {
    border-bottom: 2px solid #fe7028;
    color: #fe7028;
}

.border-checkout {
    margin-top: 5%;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.check-res-anm h3 {
    font-size: 1rem;
    margin: 5%;
}

.label-radio {
    display: flex !important;
    flex-direction: row;
    align-items: center;
}

.label-radio input {
    margin-right: 5%
}

.spc-even {
    justify-content: space-evenly;
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.disabled-form {
    opacity: 0.5;
    pointer-events: none;
}

.disabled-form input {
    cursor: not-allowed;
}

.owl-carousel .owl-item img {
    height: 100%;
}

.circular-image-2 {
    height: 140px;
    width: 140px;
}

.especial-icon-pet svg,
.especial-icon-catalogo svg {
    position: absolute;
    fill: #2ddc1a;
    z-index: 10;
}

.especial-icon-catalogo svg {
    width: 15%;
    top: 10%;
    right: 5%;
}

.especial-icon-pet svg {
    position: absolute;
    fill: #2ddc1a;
    z-index: 10;
    width: 15%;
    right: 10%;
    transition: fill 0.3s ease, stroke 0.3s ease;
    border: 2px solid #2ddc1a;
    border-radius: 50%;
}

.especial-icon-pet svg:hover {
    fill: #1a8a0d;
    border: 2px solid #1a8a0d;
}

.switch {
    position: relative;
    height: 1.5rem;
    width: 3rem;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 9999px;
    background-color: rgba(100, 116, 139, 0.377);
    transition: all .3s ease;
}

.switch:checked {
    background-color: #2ddc1a;
}

.switch::before {
    position: absolute;
    content: "";
    left: calc(1.5rem - 1.6rem);
    top: calc(1.5rem - 1.6rem);
    display: block;
    height: 1.6rem;
    width: 1.6rem;
    cursor: pointer;
    border: 1px solid rgba(100, 116, 139, 0.527);
    border-radius: 9999px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 3px 10px rgba(100, 116, 139, 0.327);
    transition: all .3s ease;
}

.switch:hover::before {
    box-shadow: 0 0 0px 8px rgba(0, 0, 0, .15)
}

.switch:checked:hover::before {
    box-shadow: 0 0 0px 8px rgba(236, 72, 153, .15)
}

.switch:checked:before {
    transform: translateX(100%);
    border-color: #2ddc1a;
}

.icon-box-custom {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.custom-form label {
    color: #fff;
}

.m-20 {
    margin: 20px;
}

.header-blue .fixed {
    background: #fe7028 !important;
}

.d-color-bkg {
    background-color: #fe7028 !important;
}



.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fe7028;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.circle,
.circle-border {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.circle {
    z-index: 1;
    position: relative;
    background: #fe7028;
    transform: scale(1);
    animation: success-anim 700ms ease;
}

.circle-border {
    z-index: 0;
    position: absolute;
    transform: scale(1.1);
    animation: circle-anim 400ms ease;
    background: red;
}

.button-land {
    z-index: 9999; 
}

.tootip{
    background: antiquewhite;
    padding: 20px;
    border-radius: 30px;
    font-size: 0.7rem;
    display: flex;
    max-width: 200px;
    font-weight: bold;
    text-align: center;
}

.icobox-minhg{
    min-height: 180px;
}

.bd-rad75{
    border-radius: .75rem;
}

.mh-80{
    height: 70vh;
}

.cont-custom{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

@keyframes success-anim {
    0% {
        transform: scale(0);
    }

    30% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes circle-anim {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1.1);
    }
}

.error::before,
.error::after {
    content: "";
    display: block;
    height: 4px;
    background: red;
    position: absolute;
}

.error::before {
    width: 40px;
    top: 48%;
    left: 16%;
    transform: rotateZ(50deg);
}

.error::after {
    width: 40px;
    top: 48%;
    left: 16%;
    transform: rotateZ(-50deg);
}

.check-icon {
    width: 60px;
    height: 60px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 3px solid #4CAF50;

    &::before {
        top: 2.25px;
        left: -1.5px;
        width: 22.5px;
        transform-origin: 100% 50%;
        border-radius: 75px 0 0 75px;
    }

    &::after {
        top: 0;
        left: 22.5px;
        width: 45px;
        transform-origin: 0 50%;
        border-radius: 0 75px 75px 0;
        animation: rotate-circle 4.25s ease-in;
    }

    .icon-line {
        height: 3.75px;
        background-color: #4CAF50;
        display: block;
        border-radius: 1.5px;
        position: absolute;
        z-index: 10;

        &.line-tip {
            top: 34.5px;
            left: 10.5px;
            width: 18.75px;
            transform: rotate(45deg);
            animation: icon-line-tip 0.75s;
        }

        &.line-long {
            top: 28.5px;
            right: 6px;
            width: 35.25px;
            transform: rotate(-45deg);
            animation: icon-line-long 0.75s;
        }
    }

    .icon-circle {
        top: -3px;
        left: -3px;
        z-index: 10;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        position: absolute;
        box-sizing: content-box;
        border: 3px solid rgba(76, 175, 80, .5);
    }
}

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 0.75px;
        top: 14.25px;
    }

    54% {
        width: 0;
        left: 0.75px;
        top: 14.25px;
    }

    70% {
        width: 37.5px;
        left: -6px;
        top: 27.75px;
    }

    84% {
        width: 12.75px;
        left: 15.75px;
        top: 36px;
    }

    100% {
        width: 18.75px;
        left: 10.5px;
        top: 33.75px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 34.5px;
        top: 40.5px;
    }

    65% {
        width: 0;
        right: 34.5px;
        top: 40.5px;
    }

    84% {
        width: 41.25px;
        right: 0px;
        top: 26.25px;
    }

    100% {
        width: 35.25px;
        right: 6px;
        top: 28.5px;
    }
}
.tp-kbimg-wrap img{
    filter: brightness(0.8)!important;
}
.mt-11 {
    margin-top: 2.75rem;
}

.mg-11 {
    margin-bottom: 2.75rem;
}

.text-success {
    color: #2ddc1a;
    font-size: 25px;
}

.error-text {
    font-size: 25px;
}

.container-custom {
    width: 90%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.set-landing {
    align-items: center;
    min-height: 100vh;
}

.set-landing h1 {
    font-size: 5rem;
    color: white;
}

.icon-next {
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 4px;
    font-size: 3rem;
    background: black;
    color: white;
}

.btn-icon-none {
    right: 0;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.bg-dark-gray{
    background: #2f302b !important;
}

.btn-icon-none:hover {
    animation: jump 0.6s ease-in-out;
}
.mb-11{
    margin-bottom: 2.75rem;
}
.product-name {
    color: white;
}
@keyframes jump {
    0% {
        transform: translateX(0);
    }

    30% {
        transform: translateX(-10px);
    }

    60% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}
@media (min-width: 767px) {
    .float-container{
        position: fixed;
        top: 15%;
        right: 2%;
        width: 30%;
    }
}

@media (max-height: 800px) {
    .border-landing{
        padding-top: 20px;
    }
    .float-container{
        top: 5%;
    }
}
@media (min-width: 1400px){
    .float-container{
        top: 15%;
    }
    .select2-container{
        max-width: 300px;
    }
}
@media (max-width: 767px) {
    .m-adj-mob{
        margin-right: 0;
    }
    .mr-0-mobile{
        margin-right: 0!important;
    }
    .title-social{
        display: none;
    }
    .redes-sociais{
        right: 10%;
        top: 0.5%;
    }
    .mobile-column{
        flex-direction: column;
        gap: 20px;
        margin-bottom: 20px;
    }
    .teste-tela, .teste-tela2{
        font-weight: 600!important;
        line-height: normal!important;
        min-width: 328px!important;
        max-width: 328px!important;
    }
    .teste-tela{
        font-size: 20px !important;
    }
    .teste-tela2{
        font-size: 25px !important;
    }
    .vh-custom{
        min-height: 150vh;
    }
    .wd-relative {
        width: 100%;
    }
    .sobre-chyco {
        order: -1;
    }
    .custom-h2 h2{
        font-size: 1rem;
    }
    .landing-view {
        min-height: 80vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .pet-name {
        margin-left: 0 !important;
    }
    .product-name {
        margin-left: 0 !important;
        text-align: center;
    }

    .sm-column {
        flex-direction: column;
    }

    .variable-direction {
        flex-direction: column;
    }

    .wide-tb-102 {
        margin-top: -200px;
    }

    .icon-box-2 {
        flex-direction: column;
    }

    .especial-icon-pet {
        display: flex;
        justify-content: center;
    }

    .especial-icon-pet svg {
        width: 30%;
        position: static;
        fill: #2ddc1a;
        margin-bottom: 10px;
    }

    .sm-column {
        flex-direction: column;
    }

    .dir-column {
        flex-direction: column;
    }

    .adjust-modal-index {
        max-width: 80%;
        margin: auto;
    }

    .no-gutters>.col,
    .no-gutters>[class*=col-] {

        padding-left: 0;
    }

    ext-custom {
        padding-left: 0;
    }

    .modal-adjust {
        top: 0;
    }

    .landing-page {
        flex-direction: column;
    }

    .landing-pulse {
        width: 100%;
    }

    .slide-content {
        margin-left: 0px !important;
    }

    .btn-contato-slide {
        margin-top: 160px !important;
    }

    .row-custom {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .text-center-2 {
        margin-bottom: 10px;
    }

    #img-custom {
        margin-bottom: 90px;
        padding-right: 15px;
        padding-left: 15px;
    }

    #searchContainer {
        justify-content: center;
    }

    .form-width {
        min-width: 120px;
    }

    .custom-form .form-group label {
        font-size: 0.9rem;
    }

    .job-categories-home-8 {
        width: 120px !important;
        height: 120px !important;
    }

    .header-ong {
        justify-content: center;
        margin-bottom: 40px;
    }

    .responsive-titles h3 {
        font-size: 1.4rem;
    }

    .responsive-titles h1 {
        font-size: 1.8rem;
    }

    .responsive-titles i,
    .responsive-titles a {
        font-size: 1.2rem;
    }
    .title-count{
        flex-direction: column;
    }
    .animal-count{
        font-size: 1.25rem;
    }
    .ong-custom{
        flex-direction: column;
    }
    .title-ong{
        margin-left: 0;
        margin-top: 10px;
    }
}