*{
    margin: 0%;
    box-sizing: border-box;
    padding: 0%;
}
@font-face {
    font-family: 'FuentePrincipal';
    src: url('fonts/Albert_Sans/AlbertSans-Italic-VariableFont_wght.ttf') format('truetype');
}
@font-face {
    font-family: 'Fuente_2';
    src: url('fonts/Lato/Lato-Regular.ttf');
}
@font-face {
    font-family: 'Fuente_3';
    src: url('fonts/Lato/Lato-Light.ttf');
}
p, h2, h3, h4, li{
    font-family: 'Fuente_2', sans-serif;
}
h5, p{
    font-family: 'Fuente_3', sans-serif;
}
:root {
    --color-principal: rgb(0, 123, 255);
    --color-hover: rgb(0, 85, 255);
}
body{
    position: relative;
}
body h1{
    font-family: 'AlbertSansBlackItalic', 'FuentePrincipal', sans-serif;
}
body.principal{
    background-image: linear-gradient(30deg, rgb(0, 123, 255), #4ce3f7, #ffffff, #ffffff, #ffffff);
}
header{
    width: 100%;
    height: 70px;
    background-color: var(--color-principal);
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid rgba(255, 255, 255, 0.60);
}
.contenedor_header{
    width: 90%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background-color: rgba(255, 0, 0, 0.502); */
    color: white;
}
header .contenedor_titulo{
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
header .contenedor_titulo .admi_texto{
    margin-left: 200px;
}
header .contenedor_titulo .titulo{
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}
header .contenedor_titulo img{
    width: 60px;
    height: 60px;
    cursor: pointer;
    margin-right: 10px;
}
header .contenedor_extra_header{
    width: 70%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .contenedor_extra_header div{
    height: 100%;
    width: calc(100%/4);
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .contenedor_extra_header div:hover{
    /* color: aqua; */
    transition: .2s ease-in-out;
    color: rgb(0, 85, 255);
    /* background-color: rgba(240, 255, 255, 0.482); */
    background-image: linear-gradient(30deg, rgb(0, 123, 255), #4ce3f7);
}
header .contenedor_extra_header div img{
    width: 50px;
    height: 50px;
}
header .contenedor_extra_header .activo{
    /* color: aqua; */
    transition: .2s ease-in-out;
    /* color: rgb(0, 85, 255); */
    color: white;
    /* background-color: rgba(240, 255, 255, 0.482); */
    background-image: linear-gradient(30deg, rgb(0, 123, 255), #4ce3f7);
}
header .contenedor_extra_header button{
    background-color: transparent;
    border: transparent;
    cursor: pointer;
}
header .contenedor_extra_header img{
    width: 30px;
    height: 30px;
}
header .contenedor_extra_header .btnCerrarSesion{
    color: white;
    font-size: 10px;
}
.carrusel_principal{
    width: 100%;
    height: 500px;
    transition: .5s;
}
.carrusel_principal .contenedor_carrusel{  
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    scroll-behavior: smooth;
    /* background: #0000008b; */
}
.carrusel_principal .contenedor_carrusel .cont-img{
    min-width: 100%;
    height: 100%;
    display: flex;
    /* align-items: flex-start; */
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(30deg,  #4ce3f7, rgb(0, 123, 255), rgba(0, 123, 255, 0));
}
.carrusel_principal.usuarios .contenedor_carrusel{
    background: transparent;
}
.carrusel_principal.usuarios .contenedor_carrusel .cont-img{
    background-image: none;
}
.carrusel_principal .contenedor_carrusel .cont-img img{
    width: 60%;
    height: auto;
    border-radius: 10px;
    box-shadow: 8px 3px 20px rgba(114, 213, 255, 0.539);
    border: 1px solid rgba(142, 221, 255, 0.539);
}
.contenedor_servicios{
    width: 100%;
    /* height: 500px; */
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.contenedor_servicios .subcontenedor_servicios{
    width: 95%;
    height: 100%;
    border-radius: 10px;
    background: var(--color-principal);
    color: white;
}
.contenedor_servicios .subcontenedor_servicios .contenido_scroll{
    width: 100%;
    /* overflow: scroll;
    overflow-x: hidden; */
    height: calc(90% - 30px);
    padding-bottom: 15px;
    transition: max-height 0.4s ease;
}
.contenedor_servicios .subcontenedor_servicios .contenido_scroll::-webkit-scrollbar-track{
    background: transparent;
}
.contenedor_servicios .subcontenedor_servicios .contenido_scroll::-webkit-scrollbar-thumb{
    background: transparent;
}
.contenedor_servicios .subcontenedor_servicios .titulo_servicios{
    padding-left: 10px;
    width: 100%;
    padding: 7px;
}
.contenedor_servicios .subcontenedor_servicios .contenido_scroll .cont_flex{
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contenedor_servicios .subcontenedor_servicios .contenido_scroll .cont_flex .contenedor_servicios-ind{
    width: 95%;
    max-height: 95%;
    border-radius: 10px;
    height: auto;
    margin-top: 5px;
    cursor: pointer;
    background: #ffffff;
    /* color: #000; */
    background-image: linear-gradient(30deg, rgb(0, 123, 255), #4ce3f7);
    transition: 0.4s ease;
}
.contenedor_servicios .subcontenedor_servicios .contenido_scroll .cont_flex .contenedor_servicios-ind h2{
    padding: 20px;
}
.contenedor_servicios .subcontenedor_servicios .contenido_scroll .cont_flex .contenedor_servicios-ind .contenido_servicio{
    font-size: 16px;
    padding: 5px;
    height: 0px;
    overflow: hidden;
    display: none;
    /* transition: .5s;
    transform: .2s; */
}
.contenedor_servicios .subcontenedor_servicios .contenido_scroll .cont_flex.activo .contenedor_servicios-ind .contenido_servicio{
    height: 95%;
    overflow: visible;
    display: block;
    transition: .4s ease;
}
.cont_redes{
    width: 100%;
    height: 200px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
}
.cont_redes .subcont_redes{
    width: 90%;
    height: 100%;
    border-radius: 10px;
    background-image: linear-gradient(30deg, rgb(0, 123, 255), #4ce3f7);
}
.cont_redes .subcont_redes .titulo_redes{
    width: 100%;
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    color: white;
    margin-top: 5px;
}
.cont_redes .subcont_redes .redes_texo-img{
    width: 100%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.cont_redes .subcont_redes .redes_texo-img .cont_redes-individual .img-redes{
    width: 40x;
    height: 40px;
}   
.cont_redes .subcont_redes .redes_texo-img .cont_redes-individual{
    --color: rgb(0, 123, 255);
    font-family: inherit;
    width: 150px;
    display: flex;
    align-items: center;
    align-content: center;
    margin: 20px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: color 0.5s;
    z-index: 1;
    font-size: 17px;
    border-radius: 20px;
    font-weight: 500;
    padding: 2px;
    color: white;
}
.cont_redes .subcont_redes .redes_texo-img .cont_redes-individual:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: var(--color);
    height: 150px;
    width: 200px;
    border-radius: 50%;
}
.cont_redes .subcont_redes .redes_texo-img .cont_redes-individual:hover {
    color: #fff;
}

.cont_redes .subcont_redes .redes_texo-img .cont_redes-individual:before {
    top: 100%;
    left: 100%;
    transition: all 0.7s;
}
.cont_redes .subcont_redes .redes_texo-img .cont_redes-individual:hover:before {
    top: -30px;
    left: -30px;
}

.cont_redes .subcont_redes .redes_texo-img .cont_redes-individual:active:before {
    background: #3a0ca3;
    transition: background 0s;
}
.contenedor_boton_flotante{
    position: fixed;
    bottom: 20px;
    left: calc(50% - 20%);
    width: 40%;
    height: 60px;
    background-image: linear-gradient(30deg, rgb(0, 123, 255), #4ce3f7);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 35px;
    z-index: 10;
}
.contenedor_boton_flotante .boton_flotante{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.contenedor_boton_flotante .boton_flotante img{
    width: 30px;
    height: 30px;
    cursor: pointer;
}
footer{
    width: 100%;
    height: 100px;
    background-color: rgb(0, 123, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    bottom: 0%;
}
.inicio-registro_pestana{
    background: #00000089;
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0%;
    /* display: none; */
}
.inicio-registro_pestana .contenido_pestana{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.inicio-registro_pestana .contenido_pestana .contenedor_inicio-registro{
    width: 60%;
    height: 70%;
    background-color: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inicio-registro_pestana .contenido_pestana .contenedor_inicio-registro .cont_flex{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inicio-registro_pestana .contenido_pestana .contenedor_inicio-registro .cont_flex *{
    /* border-top: 10px solid transparent; */
    margin-top: 7px;
}
.inicio-registro_pestana .contenido_pestana .contenedor_inicio-registro .cont_flex h2{
    font-size: 35px;
}
.inicio-registro_pestana .contenido_pestana .registro{
    display: none;
    margin-top: 10px;
}
.inicio-registro_pestana .contenido_pestana .registro
.inicio-registro_pestana .contenido_pestana .inicio_sesion{
    height: 90%;
    width: 85%;
}
.inicio-registro_pestana .contenido_pestana .inicio_sesion button:hover{
    background-color: rgb(43, 65, 144);
    transition: .3s ease-in-out;
}
.inicio-registro_pestana .contenido_pestana .inicio_sesion .contenedor_campos1{
    width: 100%;
    height: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.inicio-registro_pestana .contenido_pestana .inicio_sesion .contenedor_campos1 .is1,
.inicio-registro_pestana .contenido_pestana .inicio_sesion .contenedor_campos1 .is2{
    width: 90%;
    height: 40px;
    border: none;
    padding-left: 10px;
    border-bottom: 1.5px solid rgb(66, 99, 219);
    /* margin-top: 20px; */
}
.inicio-registro_pestana .contenido_pestana .inicio_sesion .contenedor_campos1 .formulario_login{
    width: 100%;
    height: 100%;
}
.inicio-registro_pestana .contenido_pestana .inicio_sesion .contenedor_campos1 .formulario_login .iniciar_sesion-btn{
    width: 150px;
    height: 40px;
    background-color: rgb(66, 99, 219);
    border: none;
    color: white;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.inicio-registro_pestana .contenido_pestana .inicio_sesion .contenedor_campos1 .registrarse-boton .contenedor-h-btn{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.inicio-registro_pestana .contenido_pestana .inicio_sesion .contenedor_campos1 .registrarse-boton .contenedor-h-btn .boton_ref-registro{
    width: 150px;
    min-height: 40px;
    border-radius: 20px;
    color: white;
    background-image: linear-gradient(30deg, rgb(0, 123, 255), #4ce3f7);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    font-size: 15px;
    margin-left: 10px;
}
.inicio-registro_pestana .contenido_pestana .inicio_sesion .contenedor_campos1 .registrarse-boton .contenedor-h-btn .boton_ref-registro:hover {
 background-position: right center;
 background-size: 200% auto;
 -webkit-animation: pulse 2s infinite;
 animation: pulse512 1.5s infinite;
}
.inicio-registro_pestana .contenido_pestana .registro .contenedor_campos2{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inicio-registro_pestana .contenido_pestana .registro .contenedor_campos2 .formulario_registro{
    width: 75%;
}
.inicio-registro_pestana .contenido_pestana .registro .contenedor_campos2 .formulario_registro .input-registro{
    width: 90%;
    height: 40px;
    background: white;
    border: none;
    border-bottom: 2px solid rgb(0, 123, 255);
}
.inicio-registro_pestana .contenido_pestana .registro .contenedor_campos2 .formulario_registro .input-registro::placeholder{
    color: rgba(0, 0, 0, 0.838);
    font-size: 15px;
}
.inicio-registro_pestana .contenido_pestana .registro .contenedor_campos2 .formulario_registro .input-registro:focus{
    outline-color: transparent;
    background-color: rgba(176, 212, 250, 0.523);
}
.inicio-registro_pestana .contenido_pestana .registro .contenedor_campos2 .formulario_registro .acept-tyc{
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 5px;
}
.inicio-registro_pestana .contenido_pestana .registro .contenedor_campos2 .formulario_registro .acept-tyc > *,
.inicio-registro_pestana .contenido_pestana .registro .contenedor_campos2 .formulario_registro .acept-promociones > *{
    margin-left: 2px;
}
.inicio-registro_pestana .contenido_pestana .registro .contenedor_campos2 .formulario_registro .acept-promociones{
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0px;
}
.inicio-registro_pestana .contenido_pestana .registro .contenedor_campos2 .formulario_registro .cont_ref-cuenta{
    display: flex;
    align-items: center;
    justify-content: center;
}
.inicio-registro_pestana .contenido_pestana .registro .contenedor_campos2 .formulario_registro .registrarse-btn{
    width: 130px;
    min-height: 30px;
    border-radius: 20px;
    color: white;
    background-image: linear-gradient(30deg, rgb(0, 123, 255), #4ce3f7);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    font-size: 15px;
    margin-top: 20px;
}
.inicio-registro_pestana .contenido_pestana .boton_cerrar{
    position: absolute;
    bottom: 5%;
    left: calc(50% - 1);
    width: 40px;
    height: 40px;
}
.inicio-registro_pestana .contenido_pestana .boton_cerrar .cont_btn{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inicio-registro_pestana .contenido_pestana .boton_cerrar .cont_btn .btn_cerrar{
    width: 100%;
    height: 100%;
    background-image: linear-gradient(30deg, rgb(0, 123, 255), rgb(101, 151, 252));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0px 0.1em 0.2em rgb(45 35 66 / 40%),
     0px 0.4em 0.7em -0.1em rgb(45 35 66 / 30%),
      inset 0px -0.1em 0px #3c4fe0;
}
.inicio-registro_pestana .contenido_pestana .boton_cerrar .cont_btn .btn_cerrar img{
    width: 55%;
    height: 55%;
}
.boton_temporal{
    position: fixed;
    top: 80px;
    left: 20px;
    width: 150px;
    height: 40px;
    background-color: rgb(0, 123, 255);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
}

/* ---------------pagina de inicio-------------- */

.contenedor_menu{
    background: #00000089;
    position: fixed;
    z-index: 20;
    width: 100%;
    height: 100%;
    top: 0%;
    transition: .5s;
    left: 100%;
}
.contenedor_menu .contenedor_contenido_menu{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
}
.contenedor_menu .contenedor_contenido_menu .contenido_menu{
    width: 600px;
    height: 100%;
    color: white;
    background-image: linear-gradient(30deg, rgb(0, 123, 255), #4ce3f7);
}
.contenedor_menu .contenedor_contenido_menu .contenido_menu .contenido_superior{
    width: 100%;
    height: 15%;
}
.contenedor_menu .contenedor_contenido_menu .contenido_menu .contenido_superior .cont_cerrar-btn{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.contenedor_menu .contenedor_contenido_menu .contenido_menu .contenido_superior .cont_cerrar-btn .cerrar_menu{
    width: 35px;
    height: 35px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border: transparent;
    margin: 8px;
    cursor: pointer;
    background-image: linear-gradient(30deg, #4ce3f7, rgb(0, 123, 255));
    border-radius: 50%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.contenedor_menu .contenedor_contenido_menu .contenido_menu .contenido_superior .cont_cerrar-btn .cerrar_menu img{
    width: 85%;
    height: 85%;
}
.contenedor_menu .contenedor_contenido_menu .contenido_menu .contenido_superior .titulo{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.contenedor_menu .contenedor_contenido_menu .contenido_menu .contenido_inferior{
    width: 100%;
    height: 85%;
    padding: 20px;
} 
.contenedor_menu .contenedor_contenido_menu .contenido_menu .contenido_inferior .cont_menu{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.contenedor_menu .contenedor_contenido_menu .contenido_menu .contenido_inferior .cont_menu h3{
    cursor: pointer;
}
.navegacion_paginas{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    scroll-behavior: smooth;
}
.navegacion_paginas > div{
    min-width: 100%;
    height: 100%;
}
.navegacion_paginas .pagina_principal{
    position: relative;
    height: 100%;
}
.navegacion_paginas .pagina_principal .contenedor_inicio{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    padding-top: 10px;
}
.navegacion_paginas .pagina_principal .contenedor_inicio .subcontenedor_inicio{
    width: 98%;
    height: auto;
    border-radius: 10px;
}
.navegacion_paginas .pagina_principal .contenedor_inicio .subcontenedor_inicio .titulo_inicio{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: bold;
    background: var(--color-principal);
    /* background: #7a0d0d79; */
    border-radius: 10px 10px 0px 0px;
    color: white;
    padding: 25px;
}
.navegacion_paginas .pagina_principal .contenedor_inicio .subcontenedor_inicio .titulo_inicio h2{
    font-size: 30px;
}
.navegacion_paginas .pagina_principal .contenedor_inicio .subcontenedor_inicio .contenedor_contenido{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-principal);
    border-radius: 0px 0px 10px 10px;
    padding: 20px;
}
.navegacion_paginas .pagina_principal .contenedor_inicio .subcontenedor_inicio .contenedor_contenido .cont_flex{
    width: 90%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
}
.navegacion_paginas .pagina_principal .contenedor_inicio .subcontenedor_inicio .contenedor_contenido .cont_flex .contenido-inicio{
    padding: 10px;
    cursor: pointer;
    background-image: linear-gradient(30deg, rgb(0, 123, 255), #4ce3f7);
    border-radius: 10px;
    width: 48%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin: 1%;
}
.navegacion_paginas .pagina_principal .contenedor_inicio .subcontenedor_inicio .contenedor_contenido .cont_flex .contenido-inicio.principal{
    width: 99%;
}
.navegacion_paginas .pagina_principal .contenedor_inicio .subcontenedor_inicio .contenedor_contenido .cont_flex .contenido-inicio img{
    width: 40px;
    height: 40px;
}
.navegacion_paginas .pagina_principal .contenedor_inicio .subcontenedor_inicio .contenedor_contenido .cont_flex .contenido-inicio img.img-wpp{
    width: 30px;
    height: 30px;
    margin-left: 5px;
}
.navegacion_paginas .pagina_principal .contenedor_texto-bienvenida{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navegacion_paginas .pagina_principal .contenedor_texto-bienvenida .contenedor_h{
    width: 90%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 130%;
    margin-top: 10px;
    border-radius: 50px;
    background: #f0f0f0;
    padding: 5px;
}
.navegacion_paginas .pagina_principal .contenedor_texto-bienvenida .contenedor_h .cont_texto_h{
    width: 100%;
    display: flex;
}
.navegacion_paginas .pagina_principal .contenedor_texto-bienvenida .contenedor_h .cont_texto_h h1{
  color: #000;
  animation: rainbowText 3.5s ease-in-out forwards;
}
@keyframes rainbowText {
  0%   { color: #000; }
  20%  { color: #172c3b; }
  40%  { color: #172540; }
  60%  { color: #1d2948; }
  80%  { color: #08203e; }
  100% { color: #000; }
}
.navegacion_paginas .pagina_principal .contenedor_texto-bienvenida .contenedor_h .cont_texto_h .nombre-texto{
    margin-left: 10px;
}
.navegacion_paginas .pagina_principal .contenedor_texto-bienvenida .contenedor_h .cont_texto_h .nombre-texto{
    height: 65px;
    overflow: hidden;
    scroll-behavior: smooth;
}
.navegacion_paginas .pagina_principal .contenedor_texto-bienvenida .contenedor_h .img_bienvenido{
    width: 80px;
    height: 80px;
}
.navegacion_paginas .pagina_principal .contenedor_int-lista{
    width: 100%;
    height: auto;
}
.navegacion_paginas .pagina_principal .contenedor_int-lista .cont_ver{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 10px;
}
.navegacion_paginas .pagina_principal .contenedor_int-lista .cont_ver .subcont_ver{
    width: 50px;
    height: 100%;
    margin-right: 5%;
}
.navegacion_paginas .pagina_principal .contenedor_int-lista .cont_ver .subcont_ver .btn_ver{
    width: 100%;
    height: 100%;
    background-color: var(--color-principal);
    border-radius: 10px;
    border: none;
    cursor: pointer;
}
/*------ conf ------*/
.navegacion_paginas .pagina_principal .contenedor_int-lista .cont_ver .subcont_ver .btn_ver .container {
  /* --color: #a5a5b0; */
  --color: white;
  --size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: var(--size);
  user-select: none;
  fill: var(--color);
}
.navegacion_paginas .pagina_principal .contenedor_int-lista .cont_ver .subcont_ver .btn_ver .container .ojo {
  position: absolute;
  animation: keyframes-fill .5s;
}
.navegacion_paginas .pagina_principal .contenedor_int-lista .cont_ver .subcont_ver .btn_ver .container .ojo-slash {
  position: absolute;
  animation: keyframes-fill .5s;
  display: none;
}
/* ------ check ------ */
.navegacion_paginas .pagina_principal .contenedor_int-lista .cont_ver .subcont_ver .btn_ver .container input:checked ~ .ojo {
  display: none;
}
.navegacion_paginas .pagina_principal .contenedor_int-lista .cont_ver .subcont_ver .btn_ver .container input:checked ~ .ojo-slash {
  display: block;
}
.navegacion_paginas .pagina_principal .contenedor_int-lista .cont_ver .subcont_ver .btn_ver .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* ------ Anim ------ */
@keyframes keyframes-fill {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  50% {
    transform: scale(1.2);
  }
}
.navegacion_paginas .pagina_principal .contenedor_int-lista .cont_lista{
    width: 100%;
}
.navegacion_paginas .pagina_principal .contenedor_int-lista .cont_lista .cont_fecha{
    width: 100%;
}
.navegacion_paginas .pagina_principal .contenedor_int-lista .cont_lista .cont_fecha .cont_boton_fecha{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.navegacion_paginas .pagina_principal .contenedor_int-lista .cont_lista .cont_fecha .cont_boton_fecha .elegir_fecha-boton{
    width: 100%;
    height: 40px;
}
.navegacion_paginas .pagina_principal .contenedor_int-lista .cont_lista .cont_fecha .cont_boton_fecha .elegir_fecha-boton .boton-fecha{
    width: 100%;
    height: 100%;
    color: white;
    cursor: pointer;
    border: transparent;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navegacion_paginas .pagina_principal .contenedor_int-lista .cont_lista .cont_fecha .cont_boton_fecha .elegir_fecha-boton .boton-fecha .input_fitro{
    width: 90%;
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    padding: 0.7em 1.4em 0.7em 1.1em;
    color: rgb(0, 0, 0);
    background: white;
    box-shadow: 0px 0.01em 0.01em rgb(45 35 66 / 40%), 0px 0.3em 0.7em -0.01em rgb(45 35 66 / 30%), inset 0px -0.01em 0px rgb(58 65 111 / 50%);
    border: 2px solid rgb(28, 28, 80);
    box-shadow: 0 0.7em 1.5em -0.5em #9b9c9b98;
    letter-spacing: 0.05em;
    border-radius: 10px;
}
/* .navegacion_paginas .pagina_principal .contenedor_int-lista .cont_lista .cont_fecha .cont_boton_fecha .elegir_fecha-boton .boton-fecha:hover{
    background: var(--color-hover);
} */
.navegacion_paginas .pagina_principal .contenedor_int-lista .cont_lista .cont_fecha .cont_boton_fecha .elegir_fecha-boton img{
    width: 20px;
    height: 20px;
}
.navegacion_paginas .pagina_principal .contenedor_int-lista .cont_lista .lista{
    width: 100%;
    height: auto;
}
.navegacion_paginas .pagina_principal .contenedor_int-lista .cont_lista .lista .lista_parte-sup{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 7px;
}
.navegacion_paginas .pagina_principal .contenedor_int-lista .cont_lista .lista .lista_parte-sup .cont_datos-lista{
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: var(--color-principal);
    border-radius: 10px;
}
.navegacion_paginas .pagina_principal .contenedor_int-lista .cont_lista .lista .lista_parte-sup .cont_datos-lista div{
    width: 100%;
    height: 100%;
    border: 2 solid rgb(255, 255, 255);
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.navegacion_paginas .pagina_principal .contenedor_int-lista .cont_lista .lista .lista_parte-inf{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}
.navegacion_paginas .pagina_principal .contenedor_int-lista .cont_lista .lista .lista_parte-inf .celdas_creadas{
    width: 90%;
    height: 400px;
    border-radius: 10px;
    background: white;
    border: 2px solid black;
    overflow: scroll;
    overflow-x: hidden;
}
.navegacion_paginas .pagina_principal .contenedor_int-lista .cont_lista .lista .lista_parte-inf::-webkit-scrollbar-thumb{
    background: #1a9dc1;
    scrollbar-color: blue;
}
.navegacion_paginas .pagina_principal .contenedor_int-lista .cont_lista .lista .lista_parte-inf .celdas_creadas div{
    width: 100%;
    height: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navegacion_paginas .pagina_principal .contenedor_int-lista .cont_lista .lista .lista_parte-inf .celdas_creadas .cont_creados-lista div{
    width: 25%;
}
.navegacion_paginas .pagina_principal .contenedor_int-lista .cont_lista .lista .lista_parte-inf .celdas_creadas .boton-agregar{
    width: 70%;
    height: 80%;
    border-radius: 10px;
    background: var(--color-principal);
    color: white;
    border: none;
    font-size: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navegacion_paginas .pagina_principal .contenedor_int-lista .cont_lista .lista .lista_parte-inf .celdas_creadas .boton-agregar img{
    width: 25px;
    height: 25px;
    padding-left: 7px;
}
.navegacion_paginas .pagina_principal .contenedor_int-lista .cont_lista .lista .lista_parte-inf .celdas_creadas .boton-play{
    width: 20%;
    height: 80%;
    border-radius: 7px;
    background: var(--color-principal);
    border: none;
    cursor: pointer;
    margin-left: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navegacion_paginas .pagina_principal .contenedor_int-lista .cont_lista .lista .lista_parte-inf .celdas_creadas .boton-play img{
    width: 15px;
    height: 15px;
}
.navegacion_paginas .pagina_principal .contenedor_int-lista .cont_lista .lista .lista_parte-inf .celdas_creadas .boton_actualizar .disNone{
    display: none;
}
.navegacion_paginas .pagina_principal .contenedor_int-lista .cont_lista .lista .lista_parte-inf .celdas_creadas .boton_actualizar .check-ver{
    width: 20px;
    height: 20px;
    display: none;
}
.navegacion_paginas .pagina_principal .contenedor_int-lista .cont_lista .lista .lista_parte-inf .celdas_creadas .boton_actualizar .ver{
    display: flex;
}
.navegacion_paginas .pagina_principal .contenedor_int-lista .cont_lista .lista .lista_parte-inf .celdas_creadas button:hover{
    background: var(--color-hover);
}
.contenedor_interfaz-actualizar{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000a7;
    align-items: center;
    justify-content: center;
    top: 0%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.contenedor_interfaz-actualizar .ventana-interfaz{
    width: 70%;
    height: 500px;
    background: var(--color-principal);
    border-radius: 10px;
}
.contenedor_interfaz-actualizar .ventana-interfaz .cont_sup{
    width: 100%;
    height: 12%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
}
.contenedor_interfaz-actualizar .ventana-interfaz .cont_sup h2{
    margin-left: calc(50% - 100px);
    margin-top: 2%;
}
.contenedor_interfaz-actualizar .ventana-interfaz .cont_sup button{
    width: 20px;
    height: 20px;
    background: transparent;
    border: transparent;
    margin-right: 10px;
    cursor: pointer;
}
.contenedor_interfaz-actualizar .ventana-interfaz .cont_sup button img{
    width: 20px;
    height: 20px;
}
.contenedor_interfaz-actualizar .ventana-interfaz .cont_inf{
    width: 100%;
    height: 100%;
    color: white;
}
.contenedor_interfaz-actualizar .ventana-interfaz .cont_inf .campos{
    width: 100%;
    height: 70px;
}
.contenedor_interfaz-actualizar .ventana-interfaz .cont_inf .campos > div{
    height:50%;
}
.contenedor_interfaz-actualizar .ventana-interfaz .cont_inf .campos .campo_form{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contenedor_interfaz-actualizar .ventana-interfaz .cont_inf .campos .campo_form .form-c{
    width: 80%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.contenedor_interfaz-actualizar .ventana-interfaz .cont_inf .campos .campo_form .form-c input{
    border: transparent;
    margin-left: 10px;
    height: 30px;
    width: 200px;
    background: var(--color-principal);
    border-bottom: 2px solid white;
}
.contenedor_interfaz-actualizar .ventana-interfaz .cont_inf .campos .campo_form .form-c input::placeholder{
    padding-left: 5px;
    color: rgba(255, 255, 255, 0.877);
    font-size: 20px;
}
.contenedor_interfaz-actualizar .ventana-interfaz .cont_inf .campos .campo_form .form-c .btn-guardar-alias{
    width: 80px;
    border: none;
    color: #fff;
    background-image: linear-gradient(30deg, rgb(0, 123, 255), #4ce3f7);
    border-radius: 20px;
    background-size: 100% auto;
    font-size: 17px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contenedor_interfaz-actualizar .ventana-interfaz .cont_inf .campos .campo_form .form-c .btn-guardar-alias:hover{
     background-position: right center;
    background-size: 200% auto;
    -webkit-animation: pulse 2s infinite;
    animation: pulse512 1.5s infinite;
}
.contenedor_interfaz-actualizar .ventana-interfaz .cont_inf .campos .campos_inferiores{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.contenedor_interfaz-actualizar .ventana-interfaz .cont_inf .cont_boton-agregar-mascota{
    width: 100%;
    min-height: 45px;
    margin-top: 5px;
}
.contenedor_interfaz-actualizar .ventana-interfaz .cont_inf .cont_boton-agregar-mascota .boton-activado{
    display: none;
}
.contenedor_interfaz-actualizar .ventana-interfaz .cont_inf .cont_boton-agregar-mascota.activo{
    width: 100%;
    /* height: auto; */
    height:fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s ease-in-out;
    /* transform: scale(1.05); */
    bottom: 0%;
    background: #720a0a7b;
}
.contenedor_interfaz-actualizar .ventana-interfaz .cont_inf .cont_boton-agregar-mascota.activo .boton-activado{
    width: 90%;
    height: 90%;
    cursor: pointer;
    border-radius: 10px;
    background: white;
    color: black;
    display: block;
    position: absolute;
    top: 20px;
}
.contenedor_interfaz-actualizar .ventana-interfaz .cont_inf .cont_boton-agregar-mascota.activo .boton-activado .titulo_agregar{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 15px;
}
.contenedor_interfaz-actualizar .ventana-interfaz .cont_inf .cont_boton-agregar-mascota.activo .boton-activado .cont_agregar-info{
    width: 100%;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contenedor_interfaz-actualizar .ventana-interfaz .cont_inf .cont_boton-agregar-mascota.activo .boton-activado .cont_agregar-info .contenido-inputs{
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contenedor_interfaz-actualizar .ventana-interfaz .cont_inf .cont_boton-agregar-mascota.activo .boton-activado .cont_agregar-info .contenido-inputs .estilo_radio{
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.contenedor_interfaz-actualizar .ventana-interfaz .cont_inf .cont_boton-agregar-mascota.activo .boton-activado .cont_agregar-info .contenido-inputs .estilo_radio .radio-opciones{
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contenedor_interfaz-actualizar .ventana-interfaz .cont_inf .cont_boton-agregar-mascota.activo .boton-activado .cont_agregar-info .contenido-inputs .estilo_radio .radio-opciones input{
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.contenedor_interfaz-actualizar .ventana-interfaz .cont_inf .cont_boton-agregar-mascota.activo .boton-activado .cont_agregar-info .contenido-inputs .formulario_mascota{
    width: 100%;
    margin-top: 30px;
}
.contenedor_interfaz-actualizar .ventana-interfaz .cont_inf .cont_boton-agregar-mascota.activo .boton-activado .cont_agregar-info .contenido-inputs .formulario_mascota .input_camp{
    width: 80%;
    height: 30px;
    border: transparent;
    border-bottom: 2px solid var(--color-principal);
}
.contenedor_interfaz-actualizar .ventana-interfaz .cont_inf .cont_boton-agregar-mascota.activo .boton-activado .cont_agregar-info .contenido-inputs .formulario_mascota .input_camp::placeholder{
    padding-left: 5px;
    color: rgba(128, 128, 128, 0.685);
}
.contenedor_interfaz-actualizar .ventana-interfaz .cont_inf .cont_boton-agregar-mascota.activo .boton-activado .cont_agregar-info .contenido-inputs .formulario_mascota .btn-guardar{
    width: 100px;
    height: 35px;
    background: var(--color-principal);
    color: white;
    border: transparent;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 15px;
    margin-bottom: 10px;
}
.contenedor_interfaz-actualizar .ventana-interfaz .cont_inf .cont_boton-agregar-mascota.activo .boton-activado .cont_agregar-info .contenido-inputs .formulario_mascota .btn-cancelar{
    width: 100px;
    height: 35px;
    background: rgb(255, 255, 255);
    color: var(--color-principal);
    border: 2px solid rgb(139, 139, 139);
    border-radius: 5px;
    cursor: pointer;
    margin-top: 15px;
    margin-left: 15px;
}
.contenedor_interfaz-actualizar .ventana-interfaz .cont_inf .cont_boton-agregar-mascota.activo .agregar_mascota-nueva{
    display: none;
}
.contenedor_interfaz-actualizar .ventana-interfaz .cont_inf .cont_boton-agregar-mascota .agregar_mascota-nueva{
    width: 90%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 5%;
}
.contenedor_interfaz-actualizar .ventana-interfaz .cont_inf .cont_boton-agregar-mascota .agregar_mascota-nueva .contenedor_elementos-boton{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;

    border: none;
    color: #fff;
    background-image: linear-gradient(30deg, rgb(0, 123, 255), #4cc7f7);
    border-radius: 10px;
    background-size: 100% auto;
    font-family: inherit;
    font-size: 17px;
    padding: 0.6em 1.5em;
}
.contenedor_interfaz-actualizar .ventana-interfaz .cont_inf .cont_boton-agregar-mascota .agregar_mascota-nueva .contenedor_elementos-boton:hover{
 background-position: right center;
 background-size: 200% auto;
 -webkit-animation: pulse 2s infinite;
 animation: pulse512 1.5s infinite;
}
.contenedor_interfaz-actualizar .ventana-interfaz .cont_inf .cont_boton-agregar-mascota .titulo_mascotas{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}
.contenedor_interfaz-actualizar .ventana-interfaz .cont_inf .cont_btn_mascotas{
    width: 100%;
    height: auto;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contenedor_interfaz-actualizar .ventana-interfaz .cont_inf .cont_btn_mascotas .cont_flex{
    height: 250px;
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    overflow: scroll;
    overflow-x: hidden;
}
.contenedor_interfaz-actualizar .ventana-interfaz .cont_inf .cont_btn_mascotas .cont_flex .boton_creado_mascota{
    width: 48%;
    height: 200px;
    background-image: linear-gradient(30deg, rgb(0, 123, 255), #4ce3f7);
    border-radius: 10px;
    box-shadow: 0 0.7em 1.5em -0.5em rgb(40, 144, 254);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    margin-top: 10px;
    cursor: pointer;
    font-size: 15px;
}
.contenedor_interfaz-actualizar .ventana-interfaz .cont_inf .cont_btn_mascotas .cont_flex .boton_creado_mascota .cont-cont{
    width: 95%;
    height: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contenedor_interfaz-actualizar .ventana-interfaz .cont_inf .cont_btn_mascotas .cont_flex .boton_creado_mascota .cont-cont .cont_uno,
.contenedor_interfaz-actualizar .ventana-interfaz .cont_inf .cont_btn_mascotas .cont_flex .boton_creado_mascota .cont-cont .cont_dos{
    width: 50%;
    height: 100%;
}
.contenedor_interfaz-actualizar .ventana-interfaz .cont_inf .cont_btn_mascotas .cont_flex .boton_creado_mascota .cont-cont .cont_uno .cont_nombre{
    width: 30%;
}
.contenedor_interfaz-actualizar .ventana-interfaz .cont_inf .cont_btn_mascotas .cont_flex .boton_creado_mascota .cont-cont .cont_uno .cont_img{
    width: 100%;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #0000007d; */
}
.contenedor_interfaz-actualizar .ventana-interfaz .cont_inf .cont_btn_mascotas .cont_flex .boton_creado_mascota .cont-cont .cont_uno .cont_img img{
    /* width: 90%; */
    height: 90%;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas{
    height: 100%;
    width: 100%;
    position: relative;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_selec-usuario{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_selec-usuario .label-click{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_selec-usuario .label-click .cont_boton-selec{
    width: 85%;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 11;
    color: white;
    padding: 0.7em 1.7em;
    font-size: 18px;
    border-radius: 8px;
    background: var(--color-principal);
    cursor: pointer;
    border: 1px solid #e8e8e8;
    transition: all 0.3s;
    margin-top: 25px;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_selec-usuario .cont_boton-selec img{
    width: 25px;
    height: 25px;
    margin-right: 2%;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_selec-usuario .cont_boton-selec .display_none-input{
    display: none;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_selec-usuario .cont_boton-selec .inputs_creados{
    height: auto;
    width: 100%;
    left: 0%;
    position: absolute;
    display: none;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_selec-usuario .cont_boton-selec .inputs_creados.activo{
    height: auto;
    background: rgb(240, 239, 239);
    top: 100%;
    cursor: pointer;
    display: block;
    z-index: 10;
    border-radius: 10px;
    background: var(--color-principal);
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_selec-usuario .cont_boton-selec  .inputs_creados.activo .label_creado{
    height: 50px;
    width: 100%;
    cursor: pointer;
    border-bottom: 2px solid rgba(255, 255, 255, 0.251);
    border-radius: 10px;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_selec-usuario .cont_boton-selec  .inputs_creados.activo .label_creado:hover{
    background-color: var(--color-hover);
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_selec-usuario .cont_boton-selec  .inputs_creados .label_creado.activo{
    background: var(--color-hover);
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_selec-usuario .cont_boton-selec  .inputs_creados .label_creado div{
    cursor: pointer;
    width: 100%;
    height: 100%;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_selector{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 10px;
    position: relative;
    z-index: 10;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_selector.s1{
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_selector.s1 .contenedor_datos{
    height: 100%;
    width: 70%;
    color: black;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_selector.s1 .contenedor_datos h3{
    margin-bottom: 5px;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_selector .contenedor_boton{
    width: 85%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_selector .contenedor_boton.s1{
    width: auto;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_selector .contenedor_boton .boton_selector{
    /* border: 2px solid rgba(128, 128, 128, 0.495); */
    width: 170px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border-radius: 5px;
    background-color: var(--color-principal);
    color: #ffffff;
    position: relative;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_selector .contenedor_boton .boton_selector:hover{
    background-color: var(--color-hover);
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_selector .contenedor_boton .boton_selector p{
    margin-left: 5%;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_selector .contenedor_boton .boton_selector img{
    width: 15px;
    height: 15px;
    margin-right: 10px;
    transition: .5s ease;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_selector .contenedor_boton .bloq_boton-2.b1{
    position: absolute;
    width: 170px;
    height: 100%;
    z-index: 5;
    top: 0%;
    border-radius: 5px;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_selector .opciones_mascotas{
    width: 100%;
    height: 0px;
    position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    z-index: -1;
    /* margin-top: 100px; */
    margin-top: 50px;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_selector .opciones_mascotas .ventana_mascotas{
    top: 0%;
    left: 0%;
    height: auto;
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: .2s;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_selector .opciones_mascotas .ventana_mascotas .os{
    /* height: 50px; */
    width: 95%;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_selector .opciones_mascotas .ventana_mascotas .opciones{
    height: auto;
    width: 170px;
    color: white;
    display: none;
    z-index: 10;
    background-color: var(--color-principal);
    border-radius: 5px;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_selector .opciones_mascotas .ventana_mascotas .opciones .o{
    cursor: pointer;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_selector .opciones_mascotas .ventana_mascotas .opciones .o.ol.activo{
    background-image: linear-gradient(30deg, rgb(0, 123, 255), #4ce3f7);
    background: var(--color-hover);
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_selector .opciones_mascotas .ventana_mascotas .opciones label:hover{
    background-color: var(--color-hover);
    border-radius: 10px;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_selector .opciones_mascotas .ventana_mascotas .opciones .opcion_mascota{
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: 2px solid rgba(255, 255, 255, 0.192);
    border-radius: 10px;
    padding-bottom: 7px;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_selector .opciones_mascotas .ventana_mascotas .opciones .opcion_mascota.activo{
    background: var(--color-hover);
    border-radius: 5px;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_selector .opciones_mascotas .ventana_mascotas .opciones .opcion_mascota .os div{
    width: 98%;
    font-size: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_selector .opciones_mascotas .ventana_mascotas .opciones .opcion_mascota .os div h4{
    width: 100%;
}
.check-radio_oculto{
    display: none;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .medidor_estado{
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    height: 200px;
    width: 100%;
    position: relative;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .medidor_estado > label.mel1{
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    height: 200px;
    width: 100%;
    cursor: pointer;
    border-radius: 10px;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .medidor_estado > label:hover{
    background: #d0cfcf3b;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .medidor_estado .med1{
    display: flex;
    justify-content: center;
    align-self: center;
    height: auto;
    width: calc(100% / 4);
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .medidor_estado .med1 .imgme{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .medidor_estado.e1 .med1:hover{
    cursor: pointer;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .medidor_estado .med1 img{
    border-radius: 50%;
    background: #ffffff;
    width: 60px;
    height: 60px;
    border: 2px solid gray;
    padding-bottom: 10px;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .medidor_estado .med1 h3{
    height: 20px;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .medidor_estado .activo img{
    border: 5px solid var(--color-principal);
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .medidor_estado .med1 .input-radio_mer1{
    width: 100%;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .medidor_estado .med1 .input-radio_mer1 input[type="radio"]{
    width: 20px;
    height: 20px;
    cursor: pointer;    
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .bloq_boton-2.b2,
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .bloq_boton-3{
    position: absolute;
    width: 100%;
    height: 70%;
    top: 0%;
    left: 0%;
    background: #ffffff58;
    z-index: 10;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .bloq_boton-3{
    background: #ffffff56;
    top: 115px;
    z-index: 8;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_linea{
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0%;
    display: flex;
    justify-content: center;
    z-index: -10;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_linea .linea_indicadora{
    background: var(--color-principal);
    height: 10px;
    width: 80%;
    transform: scaleX(0%);
    transform-origin: 0%;
    transition: transform 0.7s ease;
    margin-top: 60px;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_linea .linea_indicadora.usuario{
    margin-top: 85px;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .cont_hora_entrega{
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;

    transform: scaleY(0);          /* Estado inicial */
    transform-origin: top;        /* Desde dónde crece (importante) */
    transition: transform 0.4s ease;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .cont_hora_entrega .subcont_entrega{
    width: 80%;
    display: flex;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .cont_hora_entrega .subcont_entrega .hora_entrega-h{
    margin-left: 20px;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .cont_hora_entrega .subcont_entrega .input-texto{
    width: 250px;
    height: 40px;
    border: 2px solid var(--color-principal);
    border-radius: 10px;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .cont_hora_entrega.activo{
    transform: scaleY(1); 
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_info{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_info.u{
    margin-top: 30px;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_info .ventana_info{
    width: 85%;
    height: 100%;
    border-radius: 5px;
    /* background: #8989897e; */
    background-color: var(--color-principal);
    /* border: 2px solid rgb(129, 129, 129); */
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_info .ventana_info .contenido_info{
    width: 100%;
    font-size: 20px;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_info .ventana_info .contenido_info img{
    width: 25px;
    height: 25px;
    margin-top: 5px;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_info .ventana_info .contenido_info .cont_img{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 30px;
    width: 99%;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_info .ventana_info .contenido_info .cont_texto{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_info .ventana_info .contenido_info .cont_texto .texto{
    color: #ffffffd3;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 30px;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_info .ventana_info .contenido_info .cont_texto .texto > h4{
    display: none;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_info .ventana_info .contenido_info .cont_texto .texto .activa{
    display: block;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .cont_actualizacion{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .cont_actualizacion .subcontenedor_act{
    width: 85%;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .cont_horaE-ind{
    width: 100%;
    /* display: flex; */
    display: none;
    align-items: center;
    justify-content: center;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .cont_horaE-ind .subcont_horaE-ind{
    width: 85%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .cont_horaE-ind .subcont_horaE-ind .cont_ind-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .cont_horaE-ind .subcont_horaE-ind .cont_ind-btn .anim-btn{
    animation: anim02 2s infinite;
    position: absolute;
    right: 0%;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .cont_horaE-ind .subcont_horaE-ind .cont_ind-btn .indicaciones_btn{
    width: 130px;
    height: 60px;
    background: var(--color-principal);
    border-radius: 10px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
}
@keyframes anim02 {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }

  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
.navegacion_paginas .pagina_est_mascotas {
    position: relative;
}
.navegacion_paginas .pagina_est_mascotas > .contenedor_mensaje{
    position: absolute;
}
.navegacion_paginas .pagina_est_mascotas .contenedor_mensaje{
    display: none;
}
.navegacion_paginas .pagina_est_mascotas .contenedor_mensaje.activo{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 30;
    top: calc(0% + 5px);
    left: 0%;
}
.navegacion_paginas .pagina_est_mascotas .contenedor_mensaje.activo .subcont_mensaje{
    width: 87%;
    height: 95%;
    background: rgba(255, 255, 255, 0.54);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.7px);
    -webkit-backdrop-filter: blur(4.7px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0b223f;
}
.navegacion_paginas .pagina_est_mascotas .contenedor_mensaje.activo .subcont_mensaje .cont_flex{
    width: 60%;
    height: 90%;
}
.navegacion_paginas .pagina_est_mascotas .contenedor_mensaje.activo .subcont_mensaje .cont_flex .mensaje{
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navegacion_paginas .pagina_est_mascotas .contenedor_mensaje.activo .subcont_mensaje .cont_flex div{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navegacion_paginas .pagina_est_mascotas .contenedor_mensaje.activo .subcont_mensaje .cont_flex img{
    width: 90%;
    height: 90%;
}
.pagina_promociones{
    position: relative;
}
.pagina_promociones .wpp-btn{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 55px;
    height: 55px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    transition-duration: 0.3s;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199);
    background-color: #00d757;
    position: fixed;
    top: 60%;
    left: 5%;
}

.pagina_promociones .wpp-btn .sign {
  width: 100%;
  transition-duration: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagina_promociones .wpp-btn .sign svg {
  width: 25px;
}

.pagina_promociones .wpp-btn .sign svg path {
  fill: white;
}
.pagina_promociones .wpp-btn .texto{
  right: 0%;
  width: 0%;
  opacity: 0;
  color: white;
  font-size: 1.2em;
  font-weight: 600;
  transition-duration: 0.3s;
}

.pagina_promociones .wpp-btn:hover {
  width: 150px;
  border-radius: 40px;
  transition-duration: 0.3s;
}

.pagina_promociones .wpp-btn:hover .sign {
  width: 30%;
  transition-duration: 0.3s;
  padding-left: 10px;
}

.pagina_promociones .wpp-btn:hover .texto{
  opacity: 1;
  width: 70%;
  transition-duration: 0.3s;
  padding-right: 10px;
}
.pagina_promociones .wpp-btn:active {
  transform: translate(2px, 2px);
}
.pagina_promociones .promos_proximas{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
}
.pagina_promociones .promos_proximas .cont_promos{
    width: 85%;
    background: rgba(0, 85, 255, 1);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(0, 85, 255, 0.39);
    padding: 20px;
    color: white;
}
.pagina_productos{
    width: 100%;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.pagina_productos .contenedor_productos{
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagina_productos .contenedor_productos .contenedor_vacunas{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.pagina_productos .contenedor_productos .contenedor_vacunas .vacunas{
    width: 100%;
    background: var(--color-principal);
    padding: 30px;
    margin-top: 20px;
    border-radius: 10px;
    color: white;
}
.pagina_productos .contenedor_productos .contenedor_vacunas .vacunas .estant_vacunas{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 30px;
}
.pagina_productos .contenedor_productos .contenedor_vacunas .vacunas .estant_vacunas .boton_est{
    width: 140px;
    height: 180px;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
    background-image: linear-gradient(30deg, rgb(0, 123, 255), #4ce3f7);
    border: none;
    color: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.pagina_productos .contenedor_productos .contenedor_vacunas .vacunas .estant_vacunas .boton_est.oferta{
    color: #38e67d;
}
.pagina_productos .contenedor_productos .contenedor_vacunas .vacunas .estant_vacunas .boton_est.oferta .oferta-txt{
    position: absolute;
    top: 0%;
}
.pagina_productos .contenedor_productos .contenedor_vacunas .vacunas .estant_vacunas img{
    width: 100px;
    height: 100px;
}
.cont_indicaciones{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000073;
    z-index: 20;
    top: 0%;
    right: 0%;
    /* display: flex; */
    display: none;
    align-items: center;
    justify-content: center;
}
.cont_indicaciones .subcont_indicaciones{
    width: 85%;
    height: auto;
    background: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cont_indicaciones .subcont_indicaciones .indicaciones{
    padding: 50px;
    width: 80%;
    height: 80%;
}
.cont_indicaciones .cerrar_ind{
    position: absolute;
    top: 10px;
    right: 10px;
    height: 35px;
    width: 35px;
    background-image: linear-gradient(30deg, rgb(0, 123, 255), #4ce3f7);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.cont_indicaciones .cerrar_ind img{
    width: 75%;
    height: 75%;
}
/* --------------------index_admin.html------------------ */
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .cont_boton_actualizar_estado{
    width: 100%;
    height: 70px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 20px;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .cont_boton_actualizar_estado > *{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .cont_boton_actualizar_estado .cont_texto-estado{
    margin-left: 0%;
    display: flex;
    justify-content: flex-start;
    height: 40px;
    width: 80%;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .cont_boton_actualizar_estado .cont_texto-estado .texto-actualizar-estado{
    margin-right: 10px;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .cont_boton_actualizar_estado .boton-actualizar-estado{
    width: 150px;
    height: 50px;
    background-color: var(--color-principal);
    border: none;
    color: white;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .cont_boton_actualizar_estado .boton-actualizar-estado .bloq_boton{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    background: #ffffffa5;
    z-index: 10;
}
/*------------------------------- Terminos y condiciones -----------------------------*/
.titulo-tyc{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
    padding-left: 100px;
    font-size: 30px;
}
.contenedor_principal-tyc{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contenedor_principal-tyc .cont_sub{
    width: 90%;
}
.contenedor_principal-tyc .subcontenedor{
    width: 80%;
    height: auto;
    margin: auto;
    background: white;
    border-radius: 10px;
    padding: 20px;
    margin-top: 10px;
}
.contenedor_principal-tyc .subcontenedor .titulo-subcontenedor{
    margin-bottom: 15px;
}
.contenedor_principal-tyc .subcontenedor p{
    margin-bottom: 10px;
}
.contenedor_principal-tyc .subcontenedor ul{
    margin-left: 20px;
    margin-bottom: 10px;
}
.contenedor_principal-tyc .subcontenedor ul li{
    margin-bottom: 5px;
}
.volver-inicio{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
/*--------------------optimizacion------------------*/
.navegacion_paginas .seccion{
    content-visibility: auto;
    contain-intrinsic-size: 1000px;

    /* position: absolute; */
    width: 100%;
    top: 0;
    left: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.oculta {
  display: none;
}

.entrando {
  transform: translateX(100%);
  opacity: 0;
}

.activa {
  transform: translateX(0);
  opacity: 1;
}

.saliendo {
  transform: translateX(-100%);
  opacity: 0;
}
/* ------------------------carga------------------- */
.pantalla_carga{
    top: 0%;
    left: 0%;
    position: fixed;
    z-index: 30;
    width: 100%;
    height: 100%;
    background: #ffffffbe;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.pantalla_carga.activo{
    display: flex;
}
.pantalla_carga .carga_spinner {
   position: relative;
   width: 16px;
   height: 16px;
}
.pantalla_carga .carga_spinner::before,
.pantalla_carga .carga_spinner::after {
   --radius: 250;
   content: '';
   position: absolute;
   width: 100%;
   height: 100%;
   animation: spinner-w7nm60 2.4s infinite linear;
   background: #007bff;
   border-radius: 50%;
}
.pantalla_carga .carga_spinner::before {
   --radius: -250;
   background: #ccecff;
}
.pantalla_carga.ind{
    display: none;
    position:sticky;
    width: 100%;
    height: 200px;
    top: 0%;
    left: 0%;
}
/* -----------------------alert-------------------- */
.contenedor_alert{
    width: 100%;
    height: 100%;
    background: #0000006e;
    position: fixed;
    top: 0%;
    right: 0%;
    /* display: flex; */
    display: none;
    align-items: center;
    justify-content: center;
    color: black;
    z-index: 40;
}
.contenedor_alert .subcontenedor_alert{
    width: 40%;
    height: 40%;
    background:white;
    border-radius: 10px;
    top: 0% ;
    right: 0%;
}
.contenedor_alert .subcontenedor_alert .mensaje-alert{
    padding: 20%;
}
.contenedor_alert .subcontenedor_alert button{
    width: 120px;
    height: 30px;
    background: white;
    border: 2px solid black;
    border-radius: 10px;
    margin-left: calc(30% - 40px);
    cursor: pointer;
}
@keyframes spinner-w7nm60 {
   0% {
      transform: scale(1) rotate(0deg) translateY(calc(var(--radius) * 1%));
   }

   50% {
      transform: scale(0.5) rotate(1440deg) translateY(0);
   }

   100% {
      transform: scale(1) rotate(2920deg) translateY(calc(var(--radius) * 1%));
   }
}
/* -------------------------Resoluciones--------------------- */
@media (max-width: 768px) {
    body {
        font-size: 15px;
    }
    body.principal{
        background-image: linear-gradient(30deg, rgb(0, 123, 255), #4ce3f7);
    }
    /* header{
        position: fixed;
        bottom: 0px;
        z-index: 25;
        background: #00000000;
    } */
    .contenedor_header{
        width: 96%;
        display: flex;
        align-items: center;
        justify-content: space-around;
    } 
    .contenedor_header div{
        width: 50%;
    }
    .contenedor_header div.contenedor_titulo img{
        width: 40px;
        height: 40px;
    }
    .contenedor_extra_header{
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .contenedor_extra_header .media_d{
        display: none;
    }
    .contenedor_extra_header .inicio_regisrar{
        width: 100%;
        font-size: 15px;
    }
    .carrusel_principal{
        height: 250px;
    }
    .carrusel_principal .contenedor_carrusel .cont-img img{
        width: 90%;
        height: auto;
    }
    .cont_redes{
        height: 100px;
    }
    .cont_redes .subcont_redes{
        height: 100px;
    }
    .cont_redes .subcont_redes .titulo_redes{
        font-size: 14px;
    }
    .inicio-registro_pestana .contenido_pestana .contenedor_inicio-registro{
    width: 85%;
    height: 75%;
    padding: 20px;
    }
/* ------usuario-admin----- */
    header .contenedor_header.usuario .contenedor_titulo.media_d_usuario,
    header .contenedor_header.admin .contenedor_titulo.media_d_admin{
        display: none;
    }
    /* header .contenedor_header .contenedor_extra_header{
        position: absolute;
    }
    header .contenedor_header .contenedor_extra_header.fondo{
        background: var(--color-principal);
        z-index: -10;
        width: 98%;
        border-radius: 15px;
        height: 40px;
    } */
    header .contenedor_header.usuario .contenedor_extra_header.usuario,
    header .contenedor_header.admin .contenedor_extra_header.admin{
        width: 100%;
        height: 80%;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.54);
        border-radius: 16px;
    }
    /* header .contenedor_extra_header .activo{
        border: 2px solid black;
        border-radius: 15px;
    } */
    header .contenedor_header.usuario .contenedor_extra_header.usuario div,
    header .contenedor_header.admin .contenedor_extra_header.admin div{
        width: 20%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    header .contenedor_header.usuario .contenedor_extra_header.usuario .media_d_usuario,
    header .contenedor_header.admin .contenedor_extra_header.admin .media_d_admin{
        display: none;
    }
    .navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .medidor_estado{
        font-size: 12px;
    }
    .carrusel_principal.usuarios{
        background: transparent;
        height: 400px;
    }
    .cont_indicaciones .subcont_indicaciones{
        width: 90%;
        height: auto;
        background: white;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cont_indicaciones .subcont_indicaciones .indicaciones{
        padding: 30px;
        width: 95%;
        height: 80%;
        font-size: 13px;
    }
    .cont_indicaciones .subcont_indicaciones .indicaciones h4{
        font-size: 12px;
    }
    .pagina_productos .contenedor_productos{
        width: 95%;
    }
    .pagina_productos .contenedor_productos .contenedor_vacunas .vacunas .estant_vacunas{
        display: flex;
        height: auto;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .pagina_productos .contenedor_productos .contenedor_vacunas .vacunas .estant_vacunas .boton_est{
        width: 45%;
        min-height: 150px;
        font-size: 12px;
        padding-top: 0ch;
        margin-top: 5px;
        margin-left: 3%;
    }
    .pagina_productos .contenedor_productos .contenedor_vacunas .vacunas .estant_vacunas .boton_est img{
        width: 70px;
        height: 70px;
        margin-top: 0%;
    }
    .pagina_productos .contenedor_productos .contenedor_vacunas .vacunas .estant_vacunas .boton_est .inf_producto{
        height: 20px;
        width: 100%;
        padding-bottom: 50px;
    }
    .navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_info .ventana_info{
        width: 95%;
    }
    .contenedor_boton_flotante{
        width: 95%;
        left: calc(5% / 2);
    }
    /* ---------Admin--------- */
    .navegacion_paginas .pagina_principal .contenedor_texto-bienvenida .contenedor_h h1{
        font-size: 20px;
    }
    .navegacion_paginas .pagina_principal .contenedor_texto-bienvenida .contenedor_h .img_bienvenido{
        width: 50px;
        height: 50px;
    }
    .navegacion_paginas .pagina_principal .contenedor_texto-bienvenida .contenedor_h .cont_texto_h{
        width: 100%;
        font-size: 12px;
    }
    .navegacion_paginas .pagina_principal .contenedor_inicio{
        padding: 0px;
        padding-top: 10px;
    }
    .navegacion_paginas .pagina_principal .contenedor_inicio .subcontenedor_inicio{
        width: 90%;
    }   
    .navegacion_paginas .pagina_principal .contenedor_inicio .subcontenedor_inicio .contenedor_contenido{
        padding: 0%;
    } 
    .navegacion_paginas .pagina_principal .contenedor_int-lista .cont_ver{
        margin-bottom: 0px;
    }
    .navegacion_paginas .pagina_principal .contenedor_int-lista .cont_ver .subcont_ver{
        display: flex;
        justify-content: flex-end;
    }
    .navegacion_paginas .pagina_principal .contenedor_int-lista .cont_ver .subcont_ver .btn_ver{
        width: 80%;
        height: 80%;
        margin-left: 0px;
    }
    .navegacion_paginas .pagina_principal .contenedor_int-lista .cont_ver .subcont_ver .btn_ver svg{
        width: 50%;
    }
    .navegacion_paginas .pagina_principal .contenedor_int-lista .cont_lista .lista .lista_parte-inf .celdas_creadas .cont_creados-lista div{
        font-size: 12px;
    }
        .navegacion_paginas .pagina_principal .contenedor_int-lista .cont_lista .lista .lista_parte-inf .celdas_creadas .boton-agregar{
            width: 30px;
            height: 25px;
        }
    .navegacion_paginas .pagina_principal .contenedor_int-lista .cont_lista .lista .lista_parte-inf .celdas_creadas .boton-agregar img{
        width: 25px;
        height: 20px;
        display: flex;
        padding: 0px;
    }
    .navegacion_paginas .pagina_principal .contenedor_int-lista .cont_lista .lista .lista_parte-inf .celdas_creadas .boton-agregar h4{
        display: none;
    }
    .navegacion_paginas .pagina_principal .contenedor_int-lista .cont_lista .lista .lista_parte-inf .celdas_creadas .boton-play{
        width: 25px;
        height: 25px;
    }
    .navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_selec-usuario .label-click .cont_boton-selec{
        height: 50px;
    }
    .navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_selec-usuario .label-click .cont_boton-selec h3{
        font-size: 15px;
    }
    .navegacion_paginas .pagina_principal .contenedor_interfaz-actualizar .ventana-interfaz{
        width: 100%;
        background: rgba(255, 0, 0, 0.479);
    }
    .navegacion_paginas .pagina_est_mascotas .pagina_contenedor_mascotas .contenedor_selector{
        margin-top: 25px;
    }
    .contenedor_interfaz-actualizar .ventana-interfaz{
        width: 95%;
    }
    .contenedor_interfaz-actualizar .ventana-interfaz .cont_inf .cont_btn_mascotas .cont_flex .boton_creado_mascota{
        width: 99%;
    }
}