
html {
/* --primary-color: #30cdff; */
--primary-color: #64daff;
--secondary-color: #AA8159;
--fondos-color: #e0d4bb;
--light-color: #FFF;
--grey-light-color: #f8f8f8;
--grey-dark-color: #516166;
--dark-color: #293133;

}
col{
    flex: 1 1 1 1% !important;
}

body * {
    text-shadow: none;
    text-transform: none;
    color: var(--dark-color);
}
.body-fondo{
    position: relative;
    margin-top: 75px;
    z-index: 998;
    background:var(--grey-light-color) !important;
    height: calc(100vh - 175px);
}
.body-info{
    position: relative;
    margin-top: 90px;
    padding: 0px !important;
    z-index: 998;
    background:white !important;
    height: calc(100vh - 175px);
}
body {
    font-size: 16px;
    line-height: 1em;
}

h1 {
    font-size: 1.75em !important;
}
h2, h3 {
    font-size: 1.5em !important;
}
h4, h5 {
    font-size: 1.375em !important;
}
h6 {
    font-size: 1.25em !important;
}

ion-icon {
    font-size: 28px;
} 
.btn_perfil{
    width: 100px !important;
    height: 64px;
    cursor: pointer;
    color: var(--light-color) !important;
    position: fixed !important;
    font-size: 16px !important;
    background-image: url(../img/perfilbone.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 11px !important;
}
.btn_servicio{
    height: 122px;
    cursor: pointer;
    color: var(--light-color) !important;
    /* font-size: 16px !important; */
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom:10px;
    border-radius: 15px;
}
.btn_prom{
    background-image: url(../img/PROMOCIONES.jpg);
}
.btn_cam{
    background-image: url(../img/CAMPAÑAS.jpg);
}
.btn_veter{
    background-image: url(../img/VETERINARIAS\ .jpg);
}
.btn_blog{
    background-image: url(../img/BLOG.jpg);
}

.btn {
    color: var(--light-color) !important;
    padding: 0.5em;
    min-width: 280px;
}

.btn-search {
    color: var(--secondary-color) !important;
    padding: 0.3em;
    min-width: 280px;
    background-color: #AA8159;
}
.btn-com{
    color: var(--light-color) !important;
    padding: 0.5em;
    min-width: 290px;
    min-height: 47px !important;
    background: var(--primary-color);
    border: none;
    border-radius: 20px;
    font-size: 21px;
    --bs-btn-active-bg: var(--primary-color);
}

.btn-perfil{
    background-color: var(--light-color) !important;
    border-color: #AA8159 !important;
    padding: 0.5em;
    min-width: 280px;
    color: var(--secondary-color) !important;
    border: 2px solid;
    --bs-btn-active-bg: var(--secondary-color);
}
.btn-perfil:hover{
    color: var(--secondary-color) !important;
    padding: 0.5em;
    min-width: 280px;
    background: var(--secondary-color);
    border: none;
    --bs-btn-active-bg: var(--secondary-color);
}
.btn-primary {
    background: var(--secondary-color);
    border: none;
    --bs-btn-active-bg: var(--secondary-color);
}
.btn-primary:hover {
    background: var(--fondos-color);
    color: var(--secondary-color) !important;
    border: none;
}
.btn-secondary {
    background: var(--primary-color);
    border: none;
    border-radius: 20px;
    --bs-btn-active-bg: var(--primary-color);
}
.btn-secondary:hover {
    background: var(--fondos-color);
    color: var(--secondary-color) !important;
    border: none;
}

.img-btn {
    position: relative;
}
.btn-floating {
    position: absolute;
    bottom: 20px;
    left: calc( 100vw - 50% - 19px );
    display: block;
    margin: 0 auto;

    width: 38px;
    height: 38px;
    padding: 4px;

    background-color: var(--primary-color);
    border-radius: 50%;

    cursor: pointer;
}
.btn-floating:hover {
    background-color: var(--fondos-color) !important;
}
.btn-floating ion-icon {
    color: var(--light-color);
}
.btn-floating-right {
    position: fixed;
    left: auto;
    right: 30px;
    bottom: 110px;
    z-index: 999;

    width: 44px;
    height: 44px;
    padding: 8px;
}

.link {
    text-decoration: none;
    color: var(--grey-dark-color) !important;
}
.input-content {
    position: relative;
    max-width: 280px !important;
}
.input-content ion-icon {
    position: absolute;
    top: 8px;
    left: 8px;

    width: 20px;
    height: 20px;

    color: var(--primary-color);
}
.textarea-content ion-icon {
    top: 18px;
}
.ui-input-text input, .ui-input-search input .search-input,
.ui-input-search input {
    width: 100% !important;
    min-width: 100% !important;
}
.ui-input-has-clear {
    padding-right: 1.0em !important;
}

input, 
.textarea-content textarea.form-control,
.ui-select {
    max-width: 280px !important;
    border: 1px solid var(--grey-dark-color) !important;
    border-radius: 18.5px !important;
    text-align: center !important;

    padding: 0 35px !important;
}

.textarea-content textarea.form-control {
    min-height: 100px;
    padding-top: 10px !important;
}

.screen_app {
    background: var(--grey-light-color) !important;
}
/* INI-General */

/* INI-Header */
.header {
    z-index: 999;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    
    background: var(--primary-color) !important;

    border: none;
}
.header h1 {
    color: var(--light-color) !important;
    font-size: 2.3em !important;
    font-weight: bold;
    padding: 0.9em 0px !important;
    text-transform: uppercase;
}
.header ion-icon {
    font-size: 45px;
    display: block;
    margin: 0 auto;
    padding: 32px 0px !important;
    color: var(--light-color);
}
.header-plus {
    z-index: 999;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    color: #30CDFF;
    background: var(--light-color) !important;

    border: none;
    box-shadow: 16px 13px 20px -12px  rgba(0,0,0,0.22);
}
.header-plus h1 {
    color: var(--primary-color) !important;
    font-size: 2.3em !important;
    font-weight: bold;
    padding: 0.9em 0px !important;
    text-transform: uppercase;
}
.header-plus ion-icon {
    font-size: 45px;
    display: block;
    margin: 0 auto;
    padding: 32px 0px !important;
    color: var(--secondary-color);
}
.header-perfil {
    z-index: 999;
    position: fixed;
    top: 0;
    width: 100%;
    height: 85px;
    color: #30CDFF;
    background: var(--secondary-color) !important;

    border: none;
}
.header-perfil h1 {
    color: var(--light-color) !important;
    font-size: 2.3em !important;
    font-weight: bold;
    padding: 0.9em 0px !important;
    text-transform: uppercase;
}
.header-perfil ion-icon {
    font-size: 45px;
    display: block;
    margin: 0 auto;
    padding: 32px 0px !important;
    color: var(--dark-color);
}
.header-confi {
    z-index: 999;
    position: fixed;
    top: 0;
    width: 100%;
    height: 85px;
    color: #30CDFF;
    background: var(--light-color) !important;

    border: none;
}
.header-confi h1 {
    color: var(--secondary-color) !important;
    font-size: 2.3em !important;
    font-weight: bold;
    padding: 0.9em 0px !important;
    text-transform: uppercase;
}
.header-confi ion-icon {
    font-size: 45px;
    display: block;
    margin: 0 auto;
    padding: 32px 0px !important;
    color: var(--primary-color);
}
/* END-Header */

/* INI-Body */
.body_app {
    position: relative !important;

    display: block !important;
    margin-top: 110px;
    z-index: 998;
    background: var(--grey-light-color) !important;

    height: calc( 100vh - 200px );
    overflow: hidden;
    overflow-y: scroll !important;
}
.screen_full .body_app {
    margin-top: 0px;
    background: var(--light-color) !important;

    height: 100vh;
}
.screen_only_top .body_app {
    height: calc( 100vh - 75px );
}
.body_app .card {
    border-radius: 12px;
    margin-bottom: 38px;

    box-shadow: -10px 13px 20px -12px  rgba(0,0,0,0.22);
   
}
.body_app .img_card {
    display: block;
    width: 100%;
    height: calc( 100vh / 3 );

    border-radius: 30px 30px 0px 0px;
}
.body_app .card-body {
    padding: 1em;
}
/* END-Body */

/* INI-Footer */
.footer {
    z-index: 999;
    position: fixed;
    bottom: 0;

    background: var(--light-color) !important;
    padding: 12px 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: calc( 100% - 1px );
    height: 100px;
}

.footer h4 {
    font-size: 0.75em !important;
    text-transform: none;
    text-align: center;
}

.footer ion-icon {
    font-size: 32px;
    display: block;
    margin: 0 auto;
    color: var(--grey-dark-color);
    margin-bottom: 8px;
}
.footer .active ion-icon,
.footer .active h4,
.icon-buscar {
    color: var(--secondary-color);
}
.footer-info {
    z-index: 999;
    position: fixed;
    bottom: 0;

    background: var(--light-color) !important;
    padding: 12px 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: calc( 100% - 1px );
    height: 100px;
}
.footer-info h4 {
    font-size:  1.75em !important;
    text-transform: none;
    color: #30CDFF;
    text-align: center;
}
.footer-info ion-icon {
    font-size: 32px;
    display:block;
    margin: 0 auto;
    color: var(--grey-dark-color);
    margin-bottom: 8px;
}
.footer-info .active ion-icon,
.footer-info .active h4,
.icon-buscar {
    color: var(--primary-color);
}
/* END-Footer */

/* INI-login */
.img-login {
    position: absolute;
    max-height: 180px;
}
.img-login-top {
    top: 0;
    right: 0;
}
.img-login-bottom {
    bottom: 0;
    left: 0;
}
.img-login-down {
    bottom: 0;
    display: block;
    left: 0;
}
.img-logo {
    margin-top: 100px;
}
.img-logo-com {
    margin-top: 200px;
}
.form_register {
    position: relative;
    z-index: 998;
}
/* END-login */


/* Busqueda */
#screen_busqueda .card-title,
#screen_busqueda .card-subtitle {
    text-transform: uppercase;
}

#screen_busqueda_plus .body_app,
#screen_adopcion_plus .body_app,
#screen_donacion_ticket .body_app,
#screen_perfil .body_app,
#screen_busqueda_mas .body_app,
#screen_adopcion_mas .body_app {
    background-color: var(--light-color) !important;
}
#screen_busqueda_plus .input-content,
#screen_busqueda_plus input,
#screen_busqueda_plus textarea.form-control,
#screen_busqueda_plus .ui-select {
    min-width: 320px;
}


.mas_title {
    text-transform: uppercase;
}

/* INI INFO MASCOTA INDIVIDUAL */

#screen_busqueda_mas .img-btn img,
#screen_adopcion_mas .img-btn img,
#screen_perfil .img-btn img {
    width: 100%;
    height: 400px;
}

.lbl_desc ion-icon {
    font-size: 20px !important;
    padding: 5px;
    color:var(--light-color);
    background-color: #AA8159 !important ;
    border-radius: 30px;
}

.row-info{

    display: flex !important;
    justify-content: space-around !important;
    margin: 15px 0 !important;

}
.col-info{
    padding: 5px;
    background-color: #e0d4bb !important;
    border-radius: 15px;
    border: 5px solid white;
    text-align: center;

}
.lbl_desc_nom strong{
    display: block;
    text-align: left;
    background-color: #FFF;
    
    text-transform: uppercase;
    padding: 18px !important;
    width: 100%;
    border-radius: 0 55px 0 0;
}
.lbl_desc strong {
    display: block;
    text-align: left;
    background-color: #FFF;
    
    text-transform: uppercase;
    padding: 1px;
    width: 100%;
    border-radius: 0 100px 0 0;
}
.lbl_desc span {
    display: block;
}
/* INI INFO MASCOTA INDIVIDUAL */

/* Busqueda */

/* INI CONFIGURACION */
.card-con{
    border-radius: 15px !important;
    margin: 4%;
    margin-left: auto;
    padding: 9px;
    display: block;
    width: 90%;
    height: calc( 100vh / 4 );
    border: 2px solid var(--primary-color);
    border-radius: 30px 30px 0px 0px;
}
.icon-con{
    color: #AA8159 !important;
}
.btn-con{
    margin: 4%;
    margin-left: auto;
    margin-bottom: -5px;
    padding: 9px;
    width: 90%;

    padding: 12px;
    display: flex;
    border: 1.5px solid var(--primary-color) !important;
    border-radius: 15px 15px 15px 15px !important;

    text-align: left;
    font-size: 23px;

    box-shadow: -10px 13px 20px -12px  rgba(0,0,0,0.22);
   
}

.lbl-con strong{
    color: var(--grey-dark-color);
    font-size: 30px ;
    padding: 12px;
    margin-bottom: 0px !important;
    text-align: left;
}
/* CERRAR SESION */
.close{
    text-decoration: none !important;
    color: #AA8159 !important;
}
.lbl-close{
    margin: 4%;
    margin-left: auto;
    margin-bottom: -5px;
    padding: 9px;
    width: 90%;

    padding: 12px;
    display: flex;
    border: 1.5px solid var(--primary-color) !important;
    border-radius: 15px 15px 15px 15px !important;

    text-align: center;
    font-size: 21px;

    box-shadow: -10px 13px 20px -12px  rgba(0,0,0,0.22);
}
.a-info{
    text-decoration: none !important;
    color: #AA8159 !important;
    font-size: 21px;

    padding-right: 1rem !important;
    margin-top: 1.5rem !important;
    padding-left: 1rem !important;

}
.title-help{
    color: #AA8159;
    text-align: left;
    margin-left: 4%;
    font-weight: bold;
}
/* END CONFIGURACION */


/* INI checkbox */
.checkbox{
    opacity: 0;
    position: absolute !important;
    display: none !important;
}
.checkbox-label{
    background-color: #30CDFF;
    width: 50px;
    height: 26px;
    border-radius: 50px;
    position: relative;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.paw_check_on{
    color: #f8f8f8;
    font-size: 22px;    
    display:none !important;
}
.paw_check_of{
    color:#AA8159;
    font-size: 22px;   
    display:none !important;
}
.checkbox-label .ball{
    background-color: #FFF;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    transition: transform 0.2s linear;
}
.checkbox:checked + .checkbox-label .ball{
    transform: translateX(24px) !important;
} 
#checkbox {display: none !important;}
/* END CHECKBOX */

.img-perfil{
    margin-top: 20px;
    border-radius: 50% !important;
    width: calc(40VH - 80% );
    height: calc(40VH - 50% );
    margin-bottom: 2%;
}
.container_perfil img{
    height: 100 !important;
    margin: 0 !important;
}