@keyframes shake {
    10%,
    90% {
        transform: translateY(-10px);
    }
    20%,
    80% {
        transform: translateY(-10px);
    }
    30%,
    50%,
    70% {
        transform: translateY(2px);
    }
    40%,
    60% {
        transform: translateY(-10px);
    }
}
@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}
@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e") !important;
    transform: scale(0.75) !important;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e") !important;
}
@keyframes shake {
    10%,
    90% {
        transform: translateY(4px);
    }
    20%,
    80% {
        transform: translateY(-4px);
    }
    30%,
    50%,
    70% {
        transform: translateY(4px);
    }
    40%,
    60% {
        transform: translateY(-4px);
    }
}
.text-orange {
    color: #FC651E !important;
}
.smaller-text {
    font-size: 0.6em !important;
}
.btn-login-land {
    border: 3px solid #FC651E !important;
    color: #FC651E !important;
}
.image2 {
    width: 80px;
    height: 80px;
    border-radius: 0px;
    margin: 0 auto;
    border-radius: 100%;
    border: 2px solid;
    overflow: hidden;
    display: grid;
    align-items: center;
    transition: 0.2s;
}
.image2:hover {
    transform: scale(0.8, 0.8);
    box-shadow: 5px 5px 30px 15px rgba(0 168 255 / 7%),
        -5px -5px 30px 15px rgba(0 168 255 / 7%);
    border-radius: 20px;
}
.galeria_lista_img {
    margin-left: 0 !important;
    width: 20rem;
    height: 16rem;
    object-fit: cover;
    cursor: pointer;
    position: relative;
}
.img_mini_ap {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
body {
    font-family: 'Poppins', sans-serif!important;
    padding-bottom: env(safe-area-inset-bottom)!important;
}
p {
    text-transform: initial;
    font-family: 'Poppins', sans-serif!important;
}
body::after {
    content: "";
    opacity: 0.2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-size: cover;
    background-position: center;
    font-family: 'Poppins', sans-serif!important;
}
.shake_an {
    animation: shake 4s;
    animation-iteration-count: infinite;
}
label {
    color: #212529;
    font-size: 1em;
}
input {
    border-color: #4DBFE4 !important;
    font-size: 1em !important;
    border: 0px solid !important;
    border-bottom: 1px solid #4fbcec !important;
    border-radius: 0px !important;
}
select {
    border: 2px solid #4DBFE4 !important;
    font-size: 0.8em !important;
}
.btn_submit {
    border: 1px solid #ff9867 !important;
    border-radius: 5px !important;
    background-color: #FC651E;
    padding: 0.4em 1em;
    color: #f4f4f4;
    font-size: 1.em;
    width: auto !important;
    transition: ease-in-out 0.4s;
    margin: 0.2em 0.5em !important;
    box-shadow: 0 0 7px #00000029;
}
.btn_submit:hover {
    background-color: #00c1ff;
    color: black;
}
.register img {
    width: 40%;
}
.text_orange {
    color: #FC651E;
    font-size: 2em;
    font-weight: 700;
}
.login img {
    width: 40%;
}
.login .form-label {
    display: block;
    text-align: left;
}
.img_login {
    width: 10% !important;
}
.profile .text_orange {
    color: #000;
    font-size: 1.2em !important;
    font-weight: 700;
}
.profile .text_black {
    color: #212121;
    font-size: 1em !important;
    font-weight: 400;
}
table tr th {
    font-weight: 500 !important;
    color: #FC651E;
}
table {
    width: 100%;
}
a {
    text-decoration: none !important;
}
a:hover {
    text-decoration: none !important;
    color: #fc692e !important;
}
table tr td {
    font-size: 0.8em;
}
/* perfil */
/*mis mascotas */
.accordion-item,
.accordion-button {
    background: white;
    margin-top: 0.5em !important;
    font-size: 2em;
}
.accordion-header .accordion-button {
    color: #212529 !important;
    font-size: 1.3rem !important;
    padding: 2px 12px;
    line-height: 1.6em;
}
.image-mascota-thmbl {
    border-radius: 100%;
    margin-right: 20px;
    border: 2px solid var(--blue);
}
.tit_masc {
    font-size: 0.6em;
    font-weight: 500;
}
.datos_masc {
    font-size: 0.2em !important;
    color: #212121;
}
.border_bot {
    border-bottom: solid 1.5px #2990b3;
    padding-bottom: 0.2em;
}
.input_perfil {
    padding: 3px;
    font-size: 1em;
    border-style: solid;
    border-color: #fc641e;
    border-radius: 4px;
    border-width: 1px;
    color: #000 !important;
    box-sizing: border-box;
    width: 100% !important;
    font-size: 14px !important;
}
.titulo-input {
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 500;
}
.btn_submit_act {
    border: none;
    border-radius: 5px;
    background-color: #FC651E;
    padding: 0.6em;
    display: flex;
    color: #f4f4f4;
    font-size: 12px;
    width: auto !important;
    transition: ease-in-out 0.4s;
    align-items: center;
}
.btn_submit_act:hover {
    background-color: #4DBFE4;
}
.datos_pet {
    font-size: 0.5em !important;
}
.tit_datos_pet {
    font-size: 0.5em !important;
}
.btn_pet {
    font-size: 0.5em !important;
}
.tit_datos_pet_2 {
    font-size: 0.5em !important;
}
.btn_documento {
    font-size: 1em !important;
    min-width: 80% !important;
}
.datos_doc {
    color: #2990b3 !important;
    font-size: 0.2em;
}
.btn_delete {
    background-color: red;
    padding: 0em !important;
    border: none !important;
    color: white;
    border-radius: 5px;
    width: 2em;
}
.plus {
    font-size: 1.1em !important;
}
.bi.bi-plus-square-fill {
    font-size: 1.2em !important;
}
.advertencia {
    color: red !important;
    font-weight: 600 !important;
    font-size: 0.8em !important;
}
.hide_confirmar {
    height: 0px !important;
    visibility: hidden;
}
.action_btn_profile {
    border: none;
    background-color: transparent;
    color: #ffffff;
    transition: ease-in-out 0.4s;
}
.action_btn_profile img {
    width: 70% !important;
}
.text-gradient {
    background: -webkit-gradient(linear, left top, right top, from(#ff7d7d), to(#fc651e));
    background: -webkit-linear-gradient(to right, #ff7d7d 30%, #fc651e 70%);
    background: linear-gradient(to right, #ff7d7d 30%, #fc651e 70%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 30px;
    line-height: 100%;
    font-weight: 900;
}
.alert-n {
    font-size: 13px;
    line-height: 100%;
    text-align: left;
    background: #f8f8f8;
    padding: 10px;
    border-radius: 5px;
    color: #828282;
}
.logo {
    width: 200px !important;
}
.logo-interno {
    width: 120px !important;
}
.support {
    font-size: 25px;
    color: #fc651e;
    padding-right: 15px;
}
.cabecera {
    align-items: center;
    max-width: 99%;
    margin: 0 auto !important;
}
.cabecera-centrada {
    align-items: center;
    max-width: 90%;
    margin: 0 auto !important;
}
.cabecera-derecha {
    text-align: right;
    display: flex;
    align-items: center;
}
.row-pagina {
    padding-top: 70px;
    max-width: 99%;
    padding-left: 100px;
    margin: 0 auto !important;
}
.row-perfil {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    margin-top: 2rem;
}
.grid-image2.mt-n3 {
    margin-top: -90px;
    margin-bottom: -162px;
}
.grid-image2 {
    display: grid;
    justify-content: flex-start;
}
.grid-image {
    display: grid;
    justify-content: center;
}
.img-perfil {
    width: 170px;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 0 12px #00000057;
    margin: 30px auto;
}
.boton-image {
    text-align: center;
    background: #00b1ff;
    width: 170px;
    margin: -50px auto 30px;
    color: white;
    border-radius: 5px;
    padding: 10px 0;
}
.mis-mascota {
    justify-content: initial;
    align-items: baseline;
    display: flex;
}
.mis-mascotas {
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
}
.botones-perfil {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 30px 0;
}
.rotate {
    -webkit-transform: rotate(340deg);
    -moz-transform: rotate(340deg);
    -ms-transform: rotate(340deg);
    -o-transform: rotate(340deg);
    transform: rotate(340deg);
}
.modal-title {
    text-transform: initial !important;
}
.modal-content {
    border-radius: 0 !important;
}
.modal-header {
    border-bottom: 0px solid !important;
}
.form-select {
    font-weight: 700 !important;
    background-size: 15px !important;
    border: 0px !important;
    border-bottom: 1px solid #4fbcec !important;
    border-radius: 0px !important;
    font-size: 16px !important;
    color: #474747 !important;
}
.elegir {
    font-size: 17px;
    color: black;
    font-weight: 900;
}
.elegir-nombre {
    font-size: 30px !important;
    text-transform: inherit !important;
    font-weight: 900 !important;
    border: 0px !important;
    margin-bottom: 20px !important;
    background-size: 20px 20px !important;
    color: #00b1ff !important;
}


.letra-menu {
    font-size: 15px;
    color: black;
    padding-right: 15px;
    font-weight: 400;
}
.letra-inicio {
    font-size: 15px;
    color: black;
    padding-right: 15px;
    font-weight: 400;
}
.hola {
    text-transform: capitalize !important;
    text-align: center;
}
.edita-perfil {
    padding: 0px;
    background: #ffffff;
    color: #4fbcec;
    box-shadow: none;
    margin: 0px !important;
    top: 0;
    right: 0;
    float: right;
    border: 0px;
}
.cerrar-sesion {
    text-align: right;
    text-decoration: underline;
}
.btn-secondary {
    color: #fff !important;
    background-color: #e36d2e !important;
    border-color: #e36d2e !important;
}
.float-r {
    float: right;
}
.megacabecera {
    z-index: 1000000 !important;
    background: #ffffff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 6px 2px;
}
.btn-secondary {
    color: #fff !important;
    background-color: #e36d2e !important;
    border-color: #e36d2e !important;
}
.float-r {
    float: right !important;
}
.background-home {
    background-image: url(https://arc-anglerfish-arc2-prod-infobae.s3.amazonaws.com/public/NVWQSYGX3RC7ZBEHLPLDVXA3PU.jpg);
    height: 100%;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
}
.letra-slider {
    padding: 120px 150px 430px;
}
.letra-slider p {
    font-size: 22px;
}
.letra-slider h1 {
    font-size: 40px;
}
.atributos {
    max-width: 1200px;
    margin: -110px auto 0 !important;
    display: flex;
    align-items: flex-start;
}
.atributos-col {
    display: inline-grid;
    justify-items: center;
}
.atributos-col p {
    text-align: center;
}
.image-atributos {
    width: 150px;
}
.registrarse-menu {
    background: #00b1ff;
    padding-left: 15px;
    color: white;
    margin: 0 15px 0 10px;
    border-radius: 2px;
    box-shadow: 0 0 3px #00000082;
    border: 1px solid #00b1ff;
}
.botones-home {
    display: flex;
    padding: 10px;
    justify-content: flex-end;
}
.orange-border {
    background: #ffffff;
    color: #fc651e;
    border: 2px solid #fc651e;
}
.mark,
mark {
    background-color: #00b1ff2b !important;
}
.titulo-landing {
    font-size: 50px;
    font-weight: 900;
    border-left: 6px solid;
    padding-left: 15px;
    line-height: 75px;
}
.image-landing {
    width: 100%;
    align-content: flex-start;
}
.image-sistema {
    width: 100%;
    align-content: flex-start;
}
.nav-tabs {
    margin: 5px auto 15px !important;
    align-items: center;
}
.custom-file-label::after {
    display: none !important;
}
.badge:hover {
    cursor: pointer !important;
}
.orange-color-text {
    color:#007aff !important;
}
/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
/* Track */
::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-left: 10px;
}
.swal2-container.swal2-center.swal2-backdrop-show {
    z-index: 1000000000001 !important;
}
.swal2-close{
    position:fixed!important;
    z-index: 1000000000003 !important;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #67b0ff;
    border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.2);
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fd6723'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fd6723'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.boton-upload {
    text-align: center !important;
    background: #00b0fd !important;
    color: white !important;
    box-shadow: 0 0 8px #0000006e !important;
    border: 0px !important;
    margin: 10px auto;
}
.divider {
    border-top: 1px solid #e7e7e7;
    width: 90% !important;
    margin: 30px auto !important;
}
.image-perfil-upload {
    width: 200px !important;
    height: auto;
    margin: 15px auto 5px !important;
    display: block;
    border-radius: 5px !important;
    padding: 0px !important;
    box-shadow: 0 0 12px #00000057;
}
.accordion-button:not(.collapsed) {
    background-color: #00b0ff1a !important;
    box-shadow: 0 0 6px #00000040 !important;
    border: 0px solid !important;
}
.collapse.show {
    display: block;
    background: #ffffff !important;
    border-bottom: 1px solid #dedede !important;
    padding-bottom: 20px;
    margin: 0px auto 20px;
    border: 1px solid #f2f2f2;
    padding: 0 5px;
}
.info-vet {
    border-left: 4px solid;
}
.info-vet h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(#ff7d7d), to(#fc651e));
    background: -webkit-linear-gradient(to right, #ff7d7d 30%, #fc651e 70%);
    background: linear-gradient(to right, #ff7d7d 30%, #fc651e 70%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.boton-img-mascota {
    font-size: 20px !important;
    line-height: 35px !important;
    background: #002535 !important;
    border-radius: 5px !important;
    color: white !important;
    text-align: center !important;
    box-shadow: 0 0 9px #0000004a !important;
    border: 0px !important;
    height: auto !important;
}
.border-mascota {
    border-top: 1px solid #e4e4e4;
    padding: 15px 3px;
}
.menu-app {
    display: flex;
    border-radius: 0px !important;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100px !important;
    background: #e7f4ff75;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
}
.left-100{
    margin-left:100px;
}
.register-button-fixed {
    display: flex;
    border-radius: 0px !important;
    position: fixed;
    margin-bottom: 20px;
    top: 92%;
    left: 0;
    right: 0;
    z-index: 100000 !important;
    width: 100% !important;
    max-height: 100% !important;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
}
.action_btn_profile {
    border: none;
    background-color: transparent;
    color: #000;
    transition: ease-in-out 0.4s;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.item-menu-app:hover {
    border-left: 7px solid #000;
}
.item-menu-app {
    padding: 25px 10px;
    text-align: center;
}
.action_btn_profile img {
    width: 60%;
    margin-bottom: 10px;
}
.card-recordatorio {
    box-shadow: 0 0 15px #0000003b;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 10px;
    border: 1px solid #dcdcdc;
}
.add-recordatorio {
    font-size: 15px;
    background: #00b1ff;
    text-align: center;
    width: 100%;
    color: white !important;
    margin-top: 0px;
    padding: 7px;
    border: 1px solid #009de2;
    border-radius: 5px;
    box-shadow: 0 0 8px #0000001f;
    font-weight: 900;
}
.accordion-button:focus {
    border-color: transparent !important;
    box-shadow: 0 0 0 black !important;
}
.card-perfil {
    width: 85%;
    padding: 10px 15px;
    border: 1px solid #e9e9e9;
    background: #fafafa;
    border-radius: 5px;
    color: white !important;
}
.input-nombre {
    font-size: 1.3rem !important;
    font-weight: 700;
}
.btn-menu {
    background: transparent !important;
    color: #5a5a5a !important;
    border: 0px solid #fc7332 !important;
    font-weight: 900 !important;
}
.btn-menu:hover {
    background: #fc7332 !important;
    color: #ffffff !important;
}
.h6-mascota {
    font-size: 12px !important;
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 400 !important;
    color: #6a6a6a !important;
}
.pie-mascotas {
    font-size: 14px;
}
.icon-botones {
    display: flex;
    align-items: flex-end;
}
.icono-principal {
    font-size: 22px;
    margin-left: 7px;
}
.icono-mas {
    color: #000000b3;
    margin-left: -7px;
    font-size: 13px;
}
.table thead th {
    border-bottom: 3px solid #dee2e6 !important;
    font-size: 20px;
    font-weight: 600 !important;
}
.titulo-table-doc {
    font-size: 20px;
    font-weight: 900 !important;
    color: black;
}
.descripcion-tabla {
    font-size: 15px;
}
.boton-foto {
    font-size: 16px !important;
    margin: 0 auto !important;
    background: #00b1ff;
    color: black;
    border: 1px solid #6fd3ff;
    line-height: 20px;
    text-transform: initial;
    font-weight: 600;
    border-radius: 5px;
    box-shadow: 0 0 12px #00000057;
    padding: 10px 5px;
    cursor: pointer;
    width: 100%;
}
.card-columns {
    column-count: 4 !important;
}
.w-cards {
    width: 25% !important;
}
.d-columns-perdidos {
    display: flex !important;
}
button.accordion-button.collapsed.titulo-acordeon-perdidos {
    font-size: 18px !important;
}
button.accordion-button.titulo-acordeon-perdidos {
    font-size: 20px !important;
}
li.list-group-item.fs-12 {
    font-size: 0.5em;
}
.card-text-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-header {
    font-size: 14px !important;
}
p.text-card {
    font-size: 14px !important;
}
.card-footer {
    font-size: 16px !important;
}
.img-perdidos {
    margin: 0 auto;
    max-height: 250px;
    max-width: 100%;
}
.modal {
    z-index: 1000000000000 !important;
}
.carousel-pets {
    display: flex;
    overflow-x: auto;
    cursor: pointer
}
.carousel-pets>div {
    margin: 7px;
    cursor: pointer
}
.background-pet {
    background-size: cover;
    background-position: center;
}
.letra-pet {
    font-size: 13px;
}
.mx-wth {
    max-width: 800px !important;
    margin: 0 auto !important;
}
.foto-detalle-mascota {
    max-width: 80%;
    max-height: 200px;
    margin: 25px auto;
    contain: content;
    border-radius: 7px !important;
    display: flex;
}
.foto-detalle-mascota>img {
    max-height: 200px;
    max-width: 100%;
    margin: 0 auto;
}
.logo-entidad {
    max-width: 120px;
    height: 30px;
    contain: content;
}
.banner-entidad {
    max-width: 100%;
    max-height: 500px;
    contain: content;
    margin: 15px auto;
}
.delete_galeria {
    position: absolute;
    z-index: 999;
    left: 1em;
    bottom: 5px;
}
div.scrollmenu {
    background-color: #fff0;
    overflow: auto;
    white-space: nowrap;
}
div.scrollmenu a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    width: 105px;
}
div.scrollmenu a:hover {
    background-color: blue;
}
.scroll-img {
    height: 80px;
    width: 80px;
    border-radius: 100%;
    contain: content;
    border: 2px solid #007bff;
    margin: 0 auto;
}
.img-croll-int {
    max-height: 130px;
    max-width: 130px;
}
.bgrn-card-done {
    background-image: url(https://www.purina.ph/sites/default/files/2020-11/Should%20I%20Get%20a%20Cat%20or%20DogHERO.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px !important;
}
.br-10 {
    border-radius: 10px !important;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}
.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}
.titulo-mascota {
    font-size: 25px !important;
    line-height: 35px !important;
    font-weight: bolder !important;
    letter-spacing: -1px !important;
}
.list-recordatorios {
    display: flex;
    width: 100% !important;
    border: 0px;
    background: transparent;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px 0 0 !important;
}
.list-recordatorios>div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.list-recordatorios>div>div {
    display: grid;
    justify-items: start;
}
#correct_img4 {
    height: 24px;
    margin: 0px !important;
    margin-right: 4px !important;
    border-right: 1px solid #979797;
    padding-right: 7px;
}
.titulos-paginas {
    text-transform: capitalize;
    font-size: 25px;
    line-height: 35px;
    font-weight: bolder;
    letter-spacing: -1px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="file"] {
    background: black;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}
/* Comienzo parte móvil */
@media (max-width: 1050px) {
    .img-landing-placa{
        max-width:380px !important;
    }
    .bg-navbar-login {
        left: 0 !important;
    }    
    .left-100{
        margin-left:0px!important;
    }
    .icon-calendar{
        width:2vh!important;
        height:2vh!important;
    }
    .grid-calendar {
        overflow-y: scroll;
        display: grid;
        grid-template-columns: 1fr !important;
    }
    .fs-mid-name {
        font-size: 0.6em !important;
    }
    .fs-small {
        font-size: 0.7em !important
    }
    .img-pet-calendar {
        width: 3rem !important;
        height: 3rem !important;
        object-fit: cover;
        object-position: center -10px;
        border-radius: 50%
    }
    .grid-day {
        display: grid;
        grid-template-columns: 1fr 4fr !important;
        grid-column-gap: 0px !important;
        column-gap: 0px !important;
        height: 4vh;
    }
    .galeria_lista_img {
        width: 10rem !important;
        height: 12rem !important;
        object-fit: cover !important;
    }
    .register {
        background: rgba(255, 255, 255, 0.15);
        box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
        backdrop-filter: blur(5.5px);
        -webkit-backdrop-filter: blur(5.5px);
        border-radius: 10px;
    }
    .register img {
        width: 200% !important;
    }
    .form-control {
        margin-bottom: 0.8em !important;
    }
    .tit_datos_pet_2 {
        font-size: 0.8rem !important;
    }
    .datos_pet {
        font-size: 0.2rem !important;
    }
    .text-gradient {
        font-size: 25px;
        text-align: center;
    }
    .alert-n {
        text-align: justify;
    }
    .support {
        font-size: 30px;
    }
    .logo-interno {
        width: 105px !important;
    }
    .menu-app {
        display: flex;
        border-radius: 0px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        width: 100% !important;
        padding-bottom: 2px;
        background: #ffffff;
        padding-top: 4px;
        align-items: center;
        align-content: center;
        flex-direction: row;
        top: auto;
        justify-content: space-around;
        border-top: 1px solid #0000002b;
    }
    .p-icon-menu {
        font-size: 12px;
    }
    .action_btn_profile img {
        width: 50% !important;
    }
    .action_btn_profile {
        background-color: transparent;
        color: #585858 !important;
        padding: 0em;
    }
    .support {
        font-size: 26px;
        color: #fe7662;
    }
    .botones-perfil {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 30px 0;
    }
    .modal-dialog {
        margin: 0 !important;
    }
    .padding-cero {
        padding: 10px 3px !important;
    }
    .row-pagina {
        padding-top: 40px;
        max-width: 100%;
        padding-left: 0px;
    }
    .cabecera {
        max-width: 100%;
        padding-left: 0;
    }
    .row-perfil {
        margin-top: 0rem;
        align-items: flex-start;
    }
    .grid-image {
        display: grid;
        justify-content: center;
    }
    .img-perfil {
        width: 150px;
        margin: 0px auto 20px;
    }
    .boton-image {
        width: 150px;
    }
    .cabecera-derecha {
        display: none;
    }
    .letra-slider {
        padding: 170px 5px 40px;
    }
    .letra-slider p {
        font-size: 14px;
    }
    .letra-slider h1 {
        font-size: 24px;
    }
    .background-home {
        background-size: contain;
    }
    .atributos {
        margin: 10px auto 0 !important;
    }
    .image-atributos {
        width: 80px;
    }
    .botones-home {
        display: flex;
        justify-content: space-around;
        padding: 10px;
    }
    .image-landing {
        width: 40%;
        align-content: center;
        margin: 40px auto 5px;
    }
    .accordion-header .accordion-button {
        color: #212529 !important;
        font-size: 1.3rem !important;
        padding: 2px 12px;
        line-height: 1.6em;
    }
    .tit_masc {
        font-size: 0.76em;
        font-weight: 500;
    }
    .card-perfil {
        width: 100%;
        padding: 10px 5px 2px;
        border: 0px solid #e9e9e9;
        background: transparent;
        border-radius: 5px;
        color: white !important;
        margin-bottom: 5px;
    }
    .item-menu-app {
        padding: 5px 3px 0px;
        text-align: center;
    }
    .action_btn_profile img {
        width: 40% !important;
        margin-bottom: 3px;
    }
    .item-menu-app:hover {
        border-left: 0px solid #000;
    }
    .cabecera-centrada {
        align-items: center;
        max-width: 99%;
        margin: 0 auto !important;
    }
    .d-columns-perdidos {
        display: grid !important;
    }
    .w-cards {
        width: 100% !important;
    }
    .card-text-flex {
        display: grid;
        justify-content: space-between;
    }
    .card-columns {
        column-count: 1 !important;
    }
    .grid-image2.mt-n3 {
        margin-top: -69px;
        margin-bottom: -10px;
    }
    .grid-image2 {
        display: grid;
        justify-content: center;
    }
    .megacabecera {
        padding: 3px 0px;
        border-bottom: 0px solid #dedede45;
    }
    .letra-pet {
        font-size: 12px;
    }
}
@media screen and (min-width: 450px) and (max-width: 600px) {
    .grid-calendar {
        overflow-y: scroll;
        display: grid;
        grid-template-columns: 1fr !important;
    }
    .fs-mid-name {
        font-size: 0.5em !important;
    }
    .fs-mid-name {
        font-size: 0.9em;
    }
    .fs-small {
        font-size: 0.7em !important
    }
    .grid-day {
        display: grid;
        grid-template-columns: 1fr 4fr !important;
        grid-column-gap: 0px !important;
        column-gap: 0px !important;
    }
    .galeria_lista_img {
        width: 10rem !important;
        height: 10rem !important;
        object-fit: cover !important;
    }
    .letra-slider {
        padding: 230px 5px 40px;
    }
    .card-columns {
        column-count: 1 !important;
    }
}
@media screen and (min-width: 601px) and (max-width: 750px) {
    .grid-calendar {
        overflow-y: scroll;
        display: grid;
        grid-template-columns: 1fr !important;
    }
    .fs-mid-name {
        font-size: 0.5em !important;
    }
    .fs-mid-name {
        font-size: 0.9em;
    }
    .fs-small {
        font-size: 0.7em !important
    }
    .grid-day {
        display: grid;
        grid-template-columns: 1fr 4fr !important;
        grid-column-gap: 0px !important;
        column-gap: 0px !important;
    }
    .galeria_lista_img {
        width: 10rem !important;
        height: 10rem !important;
        object-fit: cover !important;
    }
    .letra-slider {
        padding: 280px 5px 40px;
    }
    .card-columns {
        column-count: 2 !important;
    }
}
@media screen and (min-width: 751px) and (max-width: 1050px) {
    .grid-calendar {
        overflow-y: scroll;
        display: grid;
        grid-template-columns: 1fr !important;
    }
    .fs-mid-name {
        font-size: 0.5em !important;
    }
    .fs-small {
        font-size: 0.7em !important
    }
    .grid-day {
        display: grid;
        grid-template-columns: 1fr 4fr !important;
        grid-column-gap: 0px !important;
        column-gap: 0px !important;
    }
    .galeria_lista_img {
        width: 20rem !important;
        height: 20rem !important;
        object-fit: cover !important;
    }
    .letra-slider {
        padding: 400px 5px 40px;
    }
    .card-columns {
        column-count: 3 !important;
    }
}
@media (min-width: 1051px) {
    .cabecera-derecha-landing {
        display: none;
    }
    .icono-mas {
        margin-left: -10px;
        font-size: 18px;
    }
    .icono-principal {
        font-size: 36px;
    }
    .cabecera {
        align-items: center;
        max-width: 1200px;
        margin: 0 auto !important;
    }
    ::-webkit-scrollbar {
        height: 15px;
    }    
}
@media screen and (min-width: 1700px) {
    .atributos {
        margin: 0px auto 0 !important;
    }
    ::-webkit-scrollbar {
        height: 15px;
    }       
    .row-pagina {
        padding-top: 90px;
        max-width: 80%;
    }
    .cabecera {
        align-items: center;
        max-width: 100%;
        margin: 0 auto !important;
    }
    .menu-app {
        display: flex;
        border-radius: 0px !important;
        position: fixed;
        bottom: 0;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 1000;
        width: 150px !important;
        background: #e7f4ff75;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-direction: column;
    }
    .action_btn_profile {
        border: none;
        background-color: transparent;
        color: #000;
        transition: ease-in-out 0.4s;
        text-align: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    .item-menu-app:hover {
        border-left: 7px solid #000;
    }
    .item-menu-app {
        padding: 25px 10px;
        text-align: center;
    }
    .action_btn_profile img {
        width: 60%;
        margin-bottom: 10px;
    }
    .row-pagina {
        padding-top: 70px;
        max-width: 99%;
        padding-left: 150px;
        margin: 0 auto !important;
    }
}
.bg-navbar-login {
    background-color: #ffffff !important;
    left: 100px;
    padding: 6px 2px;
}
.bg-calendar {
    background-color: #F4FAFF !important;
}
.border-calendar {
    border: 0.5px solid white !important;
    border-radius: 10px;
}
.fc-st {
    font-size: 0.8em !important;
}
.grid-calendar {
    overflow-y: scroll;
    display: grid;
    grid-template-columns: 1fr
}
.grid-day {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: repeat(1, 1fr);
    column-gap: 2px;
    grid-column-gap: 2px;
}
.badge-day-pet {
    background-color: red !important;
}
.innerDay {
    display: inline;
    overflow-y: auto !important;
    position: relative;
}
.bg-inner-day {
    background-color: rgba(223, 223, 223, 0.8) !important;
}
.img-pet-calendar {
    width: 5rem;
    height: 5rem;
    object-fit: cover;
    object-position: center center !important;
    border-radius: 50%
}   
.grid-inner-day-father {
    display: grid;
    grid-template-columns: 1fr 12fr;
    padding: 10px;
    column-gap: 5px;
    grid-column-gap: 5px;
    margin-bottom: 10px;
    border: 1px solid #f1f1f1 !important;
}
.fs-big {
    font-size: 0.5em;
}
.fs-small {
    font-size: 1em;
}
.fs-small-name {
    font-size: 1em;
}
.fs-mid-name {
    font-size: 0.9em;
}
.no-shake {
    animation: scale-up-center 1s;
    animation-iteration-count: infinite;
}
.hand-button{
    cursor: pointer!important;
}
.full-container-swal-per{
    margin:0px!important;
    padding:0px!important;
    height: 100vh;
    overflow: auto;
}
.container-swal-per{
    margin:0px!important;
    padding:0px!important;
    height: 100vh;
    overflow: auto;
}
.icon-calendar{
    width:5vh;
    height:5vh;
}
.fs-pill-name{
    font-size: 0.8em;
}
.btns-foot-per {
    border-radius: 0px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100% !important;
    background: #ffffff;
    top: auto;
    border-top: 1px solid #0000002b;
}
.ad2hs-prompt {
  }
  .ios-prompt {
    display: none;
    color: #fff;
  }
.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}
.reveal.active{
  transform: translateY(0);
  opacity: 1;
}
.navbar-toggler {
    color: rgb(0 0 0) !important;
    border: none !important;
}
i.bi.bi-star-fill {
    color: #ffb100 !important;
}
