:root
{
    /*Colores*/
    --primario:                    rgb(59, 163, 42,1);
    --secundario:                    rgb(56,18,132,1);
    --terciario:                    rgb(200, 28, 18,1);
    --cuaternario:                    rgb(219, 71, 1, 1);
    /* --secundario:                    rgb(26,78,117,1); 
    --secundarioSombra:                    rgb(26,78,117,0.8);*/
    --secundarioSombra:                    rgb(56,18,132,0.7);
    --cuaternarioSombra:                    rgb(219, 71, 2, 0.1);
    --sombraPrimario:            rgb(0,0,0,0.5);
    --sombraClara:                    rgb(219, 71, 1,0.1);
    --fredoka:                                  "fredoka";
    --quicksand:                                  "quicksand";
    --quicksand_bold:                                  "quicksand_bold";
    --button-gradient: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
    --sombraLuz:                    rgb(59, 163, 42,0.7);
}

@font-face {
    font-family: 'fredoka';
    src: url('fuentes/fredoka.ttf')  format('truetype');
    /* src: url('/vista/css/fuentes/helveticaneue.ttf')  format('truetype'); */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'quicksand';
    src: url('fuentes/quicksand.ttf')  format('truetype');
    /* src: url('/vista/css/fuentes/helveticaneue.ttf')  format('truetype'); */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'quicksand_bold';
    src: url('fuentes/quicksand_bold.ttf')  format('truetype');
    /* src: url('/vista/css/fuentes/helveticaneue.ttf')  format('truetype'); */
    font-weight: normal;
    font-style: normal;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: var(--quicksand);
}

*::-webkit-scrollbar{
    display: none;
}

div{
    display: flex;
}

img{
    object-fit: contain;
}

.full_screen{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    opacity: 0;
    z-index: 777;
}

html,body{
    width: 100%;
    height: 100%;
    position: relative;
}

#seccion_usuarios{
    display: flex;
}

.seccion{
    display: none;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 11px;
}

#header{
    display: flex;
    height: 70px;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.btn{
    display: flex;
    width: 61px;
    min-width: 61px;
    height: 34px;
    min-height: 34px;
    font-size: 14px;
    padding: 8px;
    text-align: center;
    color: #ffffff;
    background: var(--colorPrimario);
    border-radius: 7px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 20px;
}

.head_paginador{ 
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    justify-content: center;
}

.div_selector{
    display: flex;
    width: auto;
    height: auto;
    justify-content: flex-start;
    align-items: center;
}

.p_date1{
    font-size: 25px;
    align-items: center;
    text-align: center;
    color: var(--secundarioSombra); 
    font-family: var(--fredoka);
}

.input_select_search{
    width: 93px;
    min-width: 93px;
    height: 34px;
    min-height: 34px;
    border: solid 1px var(--secundario);
    background: none;
    color: var(--secundario);
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 21px;
    margin-left: 21px;
    cursor: pointer;
    font-size: 16px;
    padding: 7px;
    border-radius: 11px;
    font-family: var(--quicksand_bold);
}

.input_search{
    width: 350px;
    height: min-content;
    border: none;
    outline: none;
    background: none;
    color: var(--secundarioSombra);
    font-size: 22px;
    border-bottom: solid 1px var(--secundario);
    font-family: var(--quicksand);
    padding: 2.5px;
    
}

.img_search{
    width: 25px;
    min-width: 25px;
    height: 25px;
    min-height: 25px;
    object-fit: contain;
    margin-left: 11px;
}

.btn_create_user{
    display: flex;
    width: 115px;
    min-width: 115px;
    height: 34px;
    min-height: 34px;
    border: none;
    background: var(--secundario);
    color: #ffffff;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    border-radius: 11px;
    margin-left: 25px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.19), 0px 2px 3px rgba(0,0,0,0.23);
    transition: all 0.7s;
}

.btn_create_user:hover{
    transform: scale(1.02);
}

.div_search {
    flex-direction: row;
    width: 100%;
    height: min-content;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}

.div_filtro_paginador{
    flex-direction: row;
    width: 100%;
    height: 52px;
    align-items: center;
    background: none;
    border: solid 1px var(--secundarioSombra);
    border-bottom: none;
    border-radius: 7px 7px 0 0;
    margin-top: 25px;
    padding: 11px;
}
.date_user_filter{
    flex-direction: row;
    width: 100%;
    height: 52px;
    justify-content: center;
    align-items: center;
    position: relative;
}

.date_user_filter_invisible {
    flex-direction: row;
    width: 40px;
    min-width: 40px;
    justify-content: center;
    display: flex;
    align-items: center;
}
.p_dateUser{
    font-size: 16px;
    color: var(--secundario);
    width: 100%;
    text-align: center;
    font-family: var(--quicksand_bold);
}

.img_arrows_invert{
    width: 25px;
    height: 25px;
    object-fit: contain;
    z-index: 2;
    border-radius: 50%;
    padding: 5px;
    margin: 2px;
    cursor: pointer;
    transform: rotate(90deg);
    position: absolute;
    right: 0;
}
#form_new_user{
    display: flex;
    width: 100%;
    height: 100%;
    background: #ffffff;
}
#form_date_user{
    display: flex;
    width: 100%;
    height: 100%;
    border-right: solid 1px var(--colorPrimario);
    flex-direction: column;
    align-items: center;
    padding: 11px;
}
#form_agregar_usuario{
    display: none;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.p__register{
    font-size: 20px;
    color: #000000;
    width: 100%;
    margin: 11px;
}
.input_date_user{
    width: 100%;
    height: min-content;
    font-size: 17px;
    color: #000000;
    border: none; 
    border-bottom: 1px solid #000000; 
    margin: 11px;
}
.input_description{
    width: 100%;
    height: 40px;
    font-size: 17px;
    color: #000000;
    border: none; 
    border-bottom: 1px solid #000000; 
    margin: 11px;
}
#div_btns_camera{
    display: flex;
    width: 100%;
    height: min-content;
    border-bottom: solid 1px var(--colorPrimario);
}
#add_camera{
    width: 100%;
    height: min-content;
    color: #ffffff;
    background: #000000;
    font-size: 25px;
    text-align: center;
    cursor: pointer;
}
#add_people{
    width: 100%;
    height: min-content;
    color: #000000;
    font-size: 25px;
    text-align: center;
    cursor: pointer;
}
.btn_save{
    display: flex;
    font-size: 16px;
    height: 30px;
    width: 70px;
    background: #000000;
    color: #ffffff;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    margin: 14px;
    cursor: pointer;
}
#div_form_carmera{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 11px;
    align-items: center;
}
#div_form_add_people{
    display: none;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 11px;
}
.btn_save_camera{
    display: flex;
    font-size: 16px;
    height: 40px;
    width: 85px;
    background: #000000;
    color: #ffffff;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    margin: 14px;
    cursor: pointer;
}
#img_back{
    width: 27px;
    min-width: 27px;
    height: 27px;
    min-height: 27px;
    margin: 16px;
    cursor: pointer;
}
#select_gender{
    width: 90%;
    height: min-content;
    border: none;
    border-bottom: 1px solid #000000;
    margin: 11px;
    font-size: 17px;
    color: #000000;
    background: none;
}
#div_face_dartabase{
    display: flex;
    align-items: center;
    width: min-content;
    height: min-content;
}
.imgLoad{
    width: 25px;
    min-width: 25px;
    height: 25px;
    min-height: 25px;
    object-fit: contain;
    cursor: pointer;
    margin-left: 14px;
}

.input_invisible{
    display: none;
}

.parraf{
    display: none;
    width: 100%;
    height: min-content;
    font-size: 14px;
    color: #000000;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 7px;
}
.image_preview{
    width: 125px;
    height: 125px;
    object-fit: contain;
    display: flex;
}
#div_images{
    justify-content: center;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: min-content;
}
.div_image_tmp{
    display: flex;
    flex-direction: column;
    width: min-content;
    height: min-content;
    justify-content: center;
    align-items: center;
}
.image_boat{
    display: flex;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: solid 1px var(--colorPrimario);
    cursor: pointer;
}
.form_registro{
    flex-direction: column;
    display: none;
    width: 450px;
    height: min-content;
    border: 4px;
    border-radius: 10px 10px 0 0;
    align-items: center;
    box-shadow: 5px 5px 5px 5px black;
    box-shadow: 5px 5px 10px 7px black;
    padding: 11px;
}
.contenedor_botones{
    align-items: center;
    justify-content: center;
    width: 100%;
    height: min-content;
    flex-direction: row;
}
.contenedor_mensaje{
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: min-content;
    flex-direction: column;
}
.contenedor_back{
    align-items: center;
    width: 100%;
    height: min-content;
    flex-direction: row;
}

.div_all{
    display: flex;
    width: 100%;
    height: min-content;
    min-height: min-content;
    align-items: center;
    border-top: solid 1px var(--secundario);
    padding: 11px;
    padding-bottom: 11px;
}

.nombre_usuarios{
    font-size: 16px;
    color: var(--secundario);
    width: 100%;
    text-align: center;
    cursor: pointer;
    font-size: var(--quicksand);
}

.dato_usuarios{
    font-size: 16px;
    color: var(--secundario);
    width: 100%;
    text-align: center;
    font-size: var(--quicksand);
    padding-left: 7px;
    padding-right: 7px;
}

.dom_lista_datos2{
    flex-direction: row;
    width: 100%;
 
    display: flex;
    align-items: center;

    cursor: pointer;
}

.p_date_arrow{
    width: auto;
    height: 25px;
    min-height: 25px;
    font-family: var(--quicksand_bold);
    font-size: 22px;
    color: var(--secundario);
    margin-left: 11px;
    margin-right: 11px;
}

.p_date_arrow_invisible{
    width: 52px;
    min-width: 52px;
    height: 25px;
    min-height: 25px;
    display: none;
    font-family: var(--quicksand_bold);
    font-size: 25px;
    color: var(--secundario);
}

.div_arrows{
    display: flex;
    width: 100%;
    height: min-content;
    min-height: min-content;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}

.img_last_arrows{
    width: 25px;
    height: 25px;
    object-fit: contain;
    z-index: 2;
    border-radius: 50%;
    border: solid 1px var(--secundario) ;
    padding: 5px;
    margin: 2px;
    cursor: pointer;
}

.cont_image{
    width: 30px;
    min-width: 30px;
    height: min-content;
    min-height: min-content;
    justify-content: center;
    align-items: center;
 
}
.img_icon_admin{
    width: 22px;
    min-width: 22px;
    height: 22px;
    min-height: 22px;
    object-fit: contain;
    cursor: pointer;
}
.lista_paginador{
    flex-direction: column;
    width: 100%;
    height: min-content;
    text-align: center;
    border-radius: 0 0 10px 10px;
    border: solid 1px var(--secundario);
    border-top: none;
}

.img_arrow{
    width: 25px;
    height: 25px;
    object-fit: contain;
    z-index: 2;
    border-radius: 50%;
    border: solid 1px var(--secundario) ;
    padding: 5px;
    margin: 2px;
    cursor: pointer;
}
.img_arrows_invert{
    width: 25px;
    height: 25px;
    object-fit: contain;
    z-index: 2;
    border-radius: 50%;
    padding: 5px;
    margin: 2px;
    cursor: pointer;
    transform: rotate(90deg);
    position: absolute;
    right: 0;
}
.img_arrows_invert270{
    width: 25px;
    height: 25px;
    object-fit: contain;
    z-index: 2;
    border-radius: 50%;
    padding: 5px;
    margin: 2px;
    cursor: pointer;
    transform: rotate(270deg);
    position: relative;
}
.alert_delete{
    flex-direction: row;
    position: absolute;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: none;
    left: 0;
    top: 0;
    z-index: 9999;
}
.capa{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.2;
}
.form_delete_user{
    flex-direction: column;
    width: 430px;
    min-width: 430px;
    height: 270px;
    min-height: 270px;
    border-radius: 11px;
    box-shadow: 0px 3px 6px #00000029;
    display: flex;
    padding:34px;
    display: none;
    background: #ffffff;
    position: absolute;
    z-index: 9999;
    justify-content: center;
    align-items: center;
}
#dom_list_delete{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: min-content;
    min-height: min-content;
    justify-content: center;
    align-items: center;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.btn_seccion3{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 130px;
    height: 50px;
    border-radius: 11px;
    background: #000000;
    color: #ffffff;
    font-size: 12px;
    cursor: pointer;
    opacity: 0.88;
    margin-top: 25px;
    transition: 0.5s;
    align-self: center; 
    margin: 14px;
}   

#capa_datos_usuarios{
    flex-direction: row;
    background: #ffffff;
}

#div_datos_usuarios{
    width: 100%;
    height: calc(100% - 40px);
    flex-direction: row;
    margin-top: 40px;
}

.div_datos_partes{
    display: flex;
    width: 100%;
    height: min-content;
    border-left: solid 1px var(--colorPrimario);
    flex-direction: column;
    align-items: center;
    padding: 11px;
}
#div_images_mascota{
    justify-content: center;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: min-content;
}

#logo_menu{
    height: 52px;
    width: auto;
}

#menu{
    width: 100%;
    height: 70px;
    /* background: var(--sombraPrimario); */
    align-items: center;
    padding: 7px;
}

#div_btn_menu{
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}

.btn_menu{
    width: 160px;
    height: 43px;
    margin: 11px;
    /* border-radius: 12px; */
    color: var(--cuaternario);
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.7s;
    position: relative;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.btn_menu:hover{
    font-size: 16.7px;
    /* background: var(--cuaternarioSombra); */
}

.fondo_btn{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}

.p_btn_menu{
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 7;
    width: 100%;
    height: 100%;
    opacity: 1;
    position: absolute;
    pointer-events: none;
    color: var(--cuaternario);
    font-family: var(--quicksand_bold);
}

#fondo_btn_usuarios{
    opacity: 1;
}

#p_btn_usuarios{
    color: #ffffff;
}

#capa_generar_placas{
    background: #ffffff;
    padding: 16px;
    justify-content: center;
    align-items: center;
}

#div_generar_placas{
    flex-direction: row;
    width: auto;
    height: auto;
    align-items: center;
}

.btn_volver{
    width: 34px;
    height: 34px;
    object-fit: contain;
    top: 0;
    left: 0;
    position: absolute;
    margin-top: 16px;
    margin-left: 7px;
    cursor: pointer;
    opacity: 0.7s;
    transition: all 0.7s;
}

.btn_volver:hover{
    opacity: 1;
}

#img_generar_placas{
    width: 340px;
    height: 340px;
    object-fit: cover;
    margin-right: 25px;
    border-radius: 16px;
    box-shadow: 0px 10px 20px rgba(0,0,0,0.19), 0px 6px 6px rgba(0,0,0,0.23);
}

#form_generar_placas{
    flex-direction: column;
    width: 502px;
    height: auto;
    padding-left: 34px;
    align-items: center;
}

#titulo_generar_placas{
    width: auto;
    height: auto;
    font-size: 34px;
    color: var(--secundario);
    font-family: var(--quicksand_bold);
}

.icono_titulo{
    width: 43px;
    height: 43px;
    object-fit: contain;
    margin-left: 25px;
    transform: rotate(25deg);
}

#p_generar_placas{
    width: 100%;
    font-size: 25px;
    font-family: var(--quicksand);
    margin-top: 25px;
    color:#000000;
    opacity: 0.7;
    text-align: center;
}

#input_generar_placas{
    width: 70%;
    height: 52px;
    border: solid 1px var(--secundarioSombra);
    outline: none;
    border-radius: 11px;
    padding: 7px;
    font-size: 34px;
    color: var(--secundarioSombra);
    font-family: var(--quicksand);
    background: transparent;
    margin-top: 25px;
}

.btn_enviar{
    width: 160px;
    height: 61px;
    justify-content: center;
    align-items: center;
    background: var(--primario);
    border-radius: 16px;
    color: #ffffff;
    box-shadow: 0px 7px 11px rgba(0,0,0,0.19), 0px 3px 9px rgba(0,0,0,0.23);
    margin: 43px;
    font-family: var(--fredoka);
    font-size: 30px;
    border: solid 1px #ffffff;
    cursor: pointer;
    transition: all 0.7s;
    opacity: 0.9;
}

.btn_enviar:hover{
    opacity: 1;
}

#btn_cerrar_placas{
    display: none;
}

#capa_activar{
    width: 0;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 777;
    transition: all 1s;
    justify-content: center;
    align-items: center;
    display: none;
    overflow-y: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
}

.btn_cerrar{
    width: 34px;
    height: 34px;
    justify-content: center;
    align-items: center;
    object-fit: contain;
    border-radius: 50%;
    background: var(--terciario);
    color: #ffffff;
    font-size: 20px;
    opacity: 0;
    font-family: var(--quicksand_bold);
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 11px;
    margin-right: 11px;
    cursor: pointer;
    transition: all 0.7s;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.19), 0px 2px 3px rgba(0,0,0,0.23);
    z-index: 777;
}

.btn_cerrar:hover{
    background: var(--cuaternario);
}


#div_activar{
    width: 100%;
    height: calc(100% - 45px);
    position: absolute;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    opacity: 0;
    padding: 34px;
    top: 0;
    left: 0;
}

.img_activar{
    width: 304px;
    height: 304px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.19), 0px 2px 3px rgba(0,0,0,0.23);
}

.div_info_activar{
    width: 700px;
    height: auto;
    flex-direction: column;
    padding: 34px;
    padding-right: 0px;
    align-items: center;
}

#div_info_propietario{
    opacity: 0;
    display: none;
}

#div_info_mascota{
    opacity: 0;
    display: none;
}

.div_titulo_activar{
    width: 100%;
    height: auto;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.titulo_activar{
    width: auto;
    height: auto;
    font-size: 34px;
    font-family: var(--quicksand_bold);
    color: var(--secundario);
    text-align: center;
}

.icono_activar{
    width: 43px;
    height: 43px;
    object-fit: contain;
    margin-left: 25px;
    transform: rotate(25deg);
}

.info_activar{
    width: 100%;
    font-size: 25px;
    font-family: var(--quicksand);
    margin-top: 25px;
    color:#000000;
    opacity: 0.7;
    text-align: center;
}

.input_activar{
    width: 70%;
    height: 52px;
    border: solid 1px var(--secundarioSombra);
    outline: none;
    border-radius: 11px;
    padding: 7px;
    font-size: 34px;
    color: var(--secundarioSombra);
    font-family: var(--quicksand);
    background: transparent;
    margin-top: 25px;
}

.input_propietario{
    width: 70%;
    height: 43px;
    border: solid 1px var(--secundarioSombra);
    outline: none;
    border-radius: 11px;
    padding: 7px;
    font-size: 25px;
    color: var(--secundarioSombra);
    font-family: var(--quicksand);
    background: transparent;
    margin-top: 10px;
    margin: 5px;
}

.caja_input_mascota{
    width: 70%;
    height: auto;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.input_mascota{
    width: 100%;
    height: 43px;
    border: solid 1px var(--secundarioSombra);
    outline: none;
    border-radius: 11px;
    padding: 7px;
    font-size: 25px;
    color: var(--secundarioSombra);
    font-family: var(--quicksand);
    background: transparent;
}

#tipo_mascota{
    margin-right: 11px;
}

#raza{
    margin-left: 11px;
}

option{
    color: var(--secundarioSombra);
    font-family: var(--quicksand);
}

#p_fecha_mascota{
    width: 50%;
    height: auto;
    font-size: 25px;
    color: var(--secundarioSombra);
    margin-right: 11px;
    font-family: var(--quicksand);
    text-align: start;
}

#edad_mascota{
    width: 50%;
    margin-left: 11px;
}

#info{
    width: 70%;
    height: 340px;
    border: solid 1px var(--secundarioSombra);
    outline: none;
    border-radius: 11px;
    padding: 7px;
    font-size: 25px;
    color: var(--secundarioSombra);
    font-family: var(--quicksand);
    background: transparent;
    resize: none;
    margin-top: 25px;
}

.btn_comprar{
    width: 160px;
    height: 61px;
    justify-content: center;
    align-items: center;
    background: var(--primario);
    border-radius: 16px;
    color: #ffffff;
    box-shadow: 0px 7px 11px rgba(0,0,0,0.19), 0px 3px 9px rgba(0,0,0,0.23);
    margin: 43px;
    font-family: var(--fredoka);
    font-size: 30px;
    border: solid 1px #ffffff;
    cursor: pointer;
    transition: all 0.7s;
    opacity: 0.9;
    margin-top: 25px;
    margin-bottom: 25px;
}
.btn_edit{
    width: 160px;
    height: 35px;
    justify-content: center;
    align-items: center;
    background: var(--primario);
    border-radius: 16px;
    color: #ffffff;
    box-shadow: 0px 7px 11px rgba(0,0,0,0.19), 0px 3px 9px rgba(0,0,0,0.23);
    margin: 43px;
    font-family: var(--fredoka);
    font-size: 20px;
    border: solid 1px #ffffff;
    cursor: pointer;
    transition: all 0.7s;
    opacity: 0.9;
    margin-top: 25px;
    margin-bottom: 25px;
}
.btn_cancel{
    width: 160px;
    height: 35px;
    justify-content: center;
    align-items: center;
    background: var(--terciario);
    border-radius: 16px;
    color: #ffffff;
    box-shadow: 0px 7px 11px rgba(0,0,0,0.19), 0px 3px 9px rgba(0,0,0,0.23);
    margin: 43px;
    font-family: var(--fredoka);
    font-size: 20px;
    border: solid 1px #ffffff;
    cursor: pointer;
    transition: all 0.7s;
    opacity: 0.9;
    margin-top: 25px;
    margin-bottom: 25px;
    display: none;
}
#numero_placa{
    margin-bottom: 16px;
}

.btn_comprar:hover{
    opacity: 1;
}

.p_message{
    display: flex;
    width: 100%;
    height: 43px;
    color: red;
    font-family: var(--fredoka);
    margin-top: 25px;
    visibility: hidden;
    justify-content: center;
    font-size: 25px;
    align-items: center;
}

.titulo_datos_usuarios{
    width: 100%;
    height: auto;
    color: var(--secundario);
    font-size: 34px;
    font-family: var(--quicksand_bold);
    text-align: center;
}

.p_datos_usuarios{
    width: 100%;
    height: auto;
    margin-top: 16px;
    font-size: 25px;
    color: var(--secundarioSombra);
    font-family: var(--fredoka);
    text-align: start;
}

.p_valor_usuarios{
    width: 100%;
    height: auto;
    margin-top: 7px;
    font-size: 25px;
    color: rgb(0,0,0,0.7);
    font-family: var(--quicksand);
    text-align: start;
}

#datos_lista_mascotas{
    flex-direction: column;
    width: 100%;
    height: 100%;
}

#div_datos_propietario{
    border-right: solid 1px var(--secundarioSombra);
    height: 100%;
}

#div_datos_mascotas{
    border-left: solid 1px var(--secundarioSombra);
    height: 100%;
}

#lista_nombres_mascotas{
    width: 100%;
    height: 52px;
    min-height: 52px;
    padding: 7px;
    flex-direction: row;
    overflow-x: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
    margin-top: 11px;
}

.btn_mascota{
    display: flex;
    width: 160px;
    height: 43px;
    padding: 7px;
    border-radius: 11px;
    /* background: var(--secundario); */
    color: var(--primario);
    font-size: 25px;
    font-family: var(--fredoka);
    justify-content: center;
    align-items: center;
    opacity: 0.8;
    transition: all 0.7s;
    cursor: pointer;
    margin-right: 11px;
}

.btn_mascota:hover{
    opacity: 1;
}

#info_datos_mascota{
    width: 100%;
    height: auto;
    flex-direction: column;
}

.info_general_mascota{
    width: 100%;
    height: auto;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 43px;
}

.img_info_mascota{
    width: 205px;
    min-width: 205px;
    height: 205px;
    min-height: 205px;
    object-fit: cover;
    border-radius: 16px;
}

.img_info_mascota_edit{
    width: 160px;
    min-width: 160px;
    height: 160px;
    min-height: 160px;
    object-fit: cover;
    border-radius: 16px;
}

#div_img_info_carnet{
    width: 205px;
    min-width: 205px;
    height: 205px;
    min-height: 205px;
    position: relative;
}

.columna_info_mascota{
    width: 100%;
    height: auto;
    padding-left: 34px;
    flex-direction: column;
}

#dato_placa_mascota{
    font-family: var(--quicksand_bold);
    font-size: 34px;
    color: var(--secundario);
}

.p_info_mascota{
    height: auto;
    width: 100%;
    color: #000000;
    font-family: var(--quicksand);
    font-size: 25px;
    margin-top: 7px;
    opacity: 0.7;
    text-align: start;
}

#dato_edad_mascota{
    color: var(--secundarioSombra);
    font-family: var(--fredoka);
    font-size: 25px;
    margin-top: 7px;
}

#info_carnet{
    padding-left: 34px;
    height: 100%;
}


.div_icono{
    width: 43px;
    height: 43px;
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    /* background: rgba(56, 18, 132, 0.7); */
    background: rgba(200, 28, 18, 1);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

#img_info_carnet{
    position: absolute;
    z-index: 1;
}

.icono_doctor{
    width: 25px;
    height: 25px;
    object-fit: contain;
    position: relative;
}

.btn_agregar_foto{
    flex-direction: column;
    width: 304px;
    height: auto;
    align-items: center;
    justify-content: center;
    display: none;
    cursor: pointer;
    opacity: 0;
}

.icono_agregar_foto{
    width: 250px;
    height: 250px;
    object-fit: contain;
}

.p_agregar_mascota{
    width: 100%;
    height: auto;
    color: var(--secundario);
    text-align: center;
    font-size: 25px;
}

#input_tipo_mascota{
    visibility: hidden;
    opacity: 0;
}

#div_info_medica{
    opacity: 0;
    display: none;
}

#img_agregar_carnet{
    width: 250px;
    height: 304px;
    border-radius: 16px;
}

#div_completado{
    display: none;
}

#div_btn_completado{
    visibility: hidden;
    opacity: 0;
}

#div_btn_comprar{
    margin-top: 16px;
}

#div_dato_tipo_mascota{
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.caja_estatus{
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
}

.estatus_activo{
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    border-radius: 50%;
    background: var(--primario);
}

.estatus_inactivo{
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    border-radius: 50%;
    background: var(--terciario);
}

.div_opciones_paginador{
    width: 100%;
    height: auto;
    align-items: center;
    flex-direction: row;
}

#btn_menu_responsive{
    width: 34px;
    height: 34px;
    object-fit: contain;
    padding: 5px;
    border-radius: 11px;
    background: var(--terciario);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.19), 0px 2px 3px rgba(0,0,0,0.23);
    transition: all 0.7s;
    opacity: 0;
    z-index: -7;
    margin-left: auto;
    cursor: pointer;
}


#menu_responsive{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    background: #ffffff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.btn_menu_responsive{
    width: 100%;
    height: 77px;
    margin: 25px;
    /* border-radius: 12px; */
    color: var(--cuaternario);
    font-family: var(--quicksand_bold);
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.7s;
    position: relative;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

#fondo_btn_usuarios_responsive{
    opacity: 1;
}


#p_btn_usuarios_responsive{
    color: #ffffff;
}

#btn_cerrar_responsive{
    width: 43px;
    height: 43px;
    top: 0;
    right: 0;
    margin-top: 11px;
    margin-right: 11px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    font-family: var(--quicksand_bold);
    color: var(--terciario);
    position: absolute;
}

#logo_responsive{
    width: 70px;
    height: 70px;
    top: 0;
    left: 0;
    margin-top: 11px;
    margin-left: 11px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    font-family: var(--quicksand_bold);
    color: var(--terciario);
    position: absolute;
    object-fit: contain;
}

@media screen and (max-width: 1080px){
    .titulo_info{
        font-size: 34px;
    }

    .p_info_principal{
        font-size: 30px;
    }

    #contenedor_img_principal{
        width: 304px;
        min-width: 304px;
        max-width: 304px;
    }

    .img_principal{
        width: 304px;
        max-width: 304px;
        min-width: 304px;
    }
}

@media screen and (max-width: 900px){
    #contenedor_img_principal{
        width: 250px;
        min-width: 250px;
        max-width: 250px;
    }

    .img_principal{
        width: 250px;
        max-width: 250px;
        min-width: 250px;
    }

    #contenedor_funcionamiento{
        flex-direction: column;
    }
}

@media screen and (max-width: 850px){
    #contenedor_img_principal{
        width: 0px;
        min-width: 0px;
        max-width: 0px;
    }
    
    .img_principal{
        width: 0px;
        min-width: 0px;
        max-width: 0px;
    }

    #div_info_principal{
        padding: 0px;
    }


    #img_fondo{
        opacity: 1;
    }

    #div_titulo_info{
        height: 340px;
        padding: 25px;
    }

    .titulo_info{
        font-size: 43px;
        width: 100%;
        height: 100%;
        background: rgb(0,0,0,0.5);
        border-radius: 16px;
        color: #ffffff;
    }

    .p_info_principal{
        padding: 25px;
    }

    .div_img_beneficios{
        width: 250px;
        min-width: 250px;
    }

    .btn_menu{
        width: 115px;
        min-width: 115px;
    }

    .head_paginador{
        flex-direction: column;
    }

    .div_opciones_paginador{
        margin-top: 25px;
    }

    #div_generar_placas{
        flex-direction: column;
    }

    #img_generar_placas{
        margin: 11px;
        width: 205px;
        min-width: 205px;
        height: 205px;
        min-height: 205px;
    }

    #form_generar_placas{
        padding: 25px;
    }

    .div_row{
        height: auto;
    }
    
    .div_column{
        height: auto;
    }

    #p_comprar{
        font-size: 43px;
        padding: 16px;
    }

    .titulo_beneficios{
        display: flex;
        height: 70px;
        min-height: 70px;
        justify-content: center;
        align-items: flex-start;
    }

    #capa_activar{
        height: 100%;
    }

    #div_activar{
        flex-direction: column;
        height: auto;
    }

    .div_info_activar{
        width: 100%;
        padding: 34px;
        padding-bottom: 0px;
    }

    .input_activar{
        width: 100%;
    }

    .input_propietario{
        width: 100%;
    }

    .caja_input_mascota{
        width: 100%;
    }

    #info{
        width: 100% ;
    }

    #div_datos_usuarios{
        flex-direction: column;
    }
}

@media screen and (max-width: 650px){
    #btn_menu_responsive{
        opacity: 1;
        z-index: 777;
    }

    #div_btn_menu{
        display: none;
    }
    
    #barra_responsive{
        opacity: 1;
        z-index: 777;
    }

    .logo_menu{
        height: 52px;
        min-height: 52px;
        background: rgb(255,255,255,0.7);
        border-radius: 11px;
        padding: 7px;
        box-shadow: 0px 1px 1px rgba(0,0,0,0.19), 0px 2px 3px rgba(0,0,0,0.23);
    }

    #div_titulo_info{
        padding-top: 34px;
    }

    #div_iconos_principal{
        flex-direction: column;
    }

    .obj_info_principal{
        flex-direction: row;
        padding-bottom: 0px;
        margin-bottom: 16px;
    }

    .p_icono_principal{
        margin-top: 0px;
        margin-left: 16px;
    }

    .div_info_activar{
        padding: 0px;
    }
}

@media screen and (max-width: 650px){
    .row_beneficios{
        flex-direction: column;
    }

    .div_img_beneficios{
        width: 93%;
    }

    .titulo_beneficios{
        height: auto;
        min-height: auto;
    }
    
    .fila_funcionamiento{
        flex-direction: column;
    }

    .p_funcionamiento{
        margin-top: 0px;

    }

    .titulo_p_funcionamiento{
        margin-bottom: 11px;
    }

    #titulo_funcionamiento{
        padding: 16px;
        height: auto;
        font-size: 34px;
    }

    .titulo_info{
        font-size: 30px;
    }

    .btn_comprar{
        width: 100%;
        margin: 16px;
        margin-top: 34px;
        font-size: 25px;
    }

    .p_info_principal{
        font-size: 25px;
    }

    #p_comprar{
        font-size: 34px;
    }

    #btn_activar_1{
        width: 160px;
    }

    #div_info_activar_placa{
        width: 100%;
        padding: 11px;
        padding-bottom: 0px;
    }

    #div_activar{
        padding: 11px;
    }

    .input_activar{
        font-size: 25px;
    }
    
    .caja_input_mascota{
        flex-direction: column;
    }

    #p_fecha_mascota{
        margin: 0px;
        width: 100%;
    }

    #edad_mascota{
        width: 100%;
        margin: 0px;
        margin-top: 25px;
    }

    #tipo_mascota{
        margin-right: 0px;
    }

    #raza{
        margin-left: 0px;
        margin-top: 25px;
    }
    .invisible_1{
        display: none;
    }

    .dato_usuarios{
        word-break: break-all;
        word-wrap: break-word;
    }

    #btn_menu_responsive{
        opacity: 1;
        z-index: 777;
    }
}

@media screen and (max-width: 500px){
    .titulo_info{
        font-size: 30px;
    }

    #titulo_funcionamiento{
        font-size: 30px;
    }

    #img_activar{
        width: 250px;
        min-width: 250px;
        height: 250px;
        min-height: 250px;
    }

    .btn_comprar{
        font-size: 22px;
    }

    .p_dateUser{
        font-size: 12px;
        word-break: break-all;
        position: relative;
    }

    .date_user_filter{
        font-size: 12px;
        word-break: break-all;
    }

    .img_arrows_invert270{
        position: relative;
    }
    .img_arrows_invert{
        position: relative;
    }

    .nombre_usuarios{
        font-size: 12px;
        word-break: break-all;
    }

    .dato_usuarios{
        font-size: 12px;
        word-break: break-all;
    }

    .nombre_usuarios{
        font-size: 12px;
        word-break: break-all; 
    }

    .img_icon_admin{
        width: 16px;
        min-width: 16px;
        height: 16px;
        min-height: 16px;
    }

    .p_date1{
        font-size: 20px;
    }

    .input_search{
        font-size: 20px;
    }

    .div_opciones_paginador{
        flex-direction: column;
        align-items: flex-start;
    }

    .btn_create_user{
        margin-left: 0;
        margin-top: 25px;
    }

    .input_select_search{
        width: 77px;
        min-width: 77px;
    }

    .info_general_mascota{
        flex-direction: column;
    }
}