body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    /* background: #33D1B1; */
    /* background: linear-gradient(164deg, rgba(27,156,159,1) 0%, rgba(50,181,154,1) 54%, rgba(51,209,177,1) 100%); */
    background: linear-gradient(189deg, rgba(27,156,159,1) 0%, rgba(50,181,154,1) 63%, rgba(51,209,177,1) 100%);
    height: 100vh;

}

.imagen-fondo {
    background-image: url(https://static.elcomercio.es/www/multimedia/202005/11/media/cortadas/55196671--624x415.JPG);
    background-repeat: no-repeat;
    background-size: cover;
    height:100vh;
    opacity: .2;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
}

.color-fondo {
    background: linear-gradient(189deg, rgba(27,156,159,1) 0%, rgba(50,181,154,1) 63%, rgba(51,209,177,1) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    height:100vh;
    opacity: .2;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
}

.container-principal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 40%;
    background: white;
    border-radius: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    align-content: center;
    margin-top: 10px;
}

.contenedor-titulos {
    position:initial;
    display: flex;
    top:50%;
}

.container-principal h1 {
    text-align: center;
    padding: 0 0 20px 0;
    border-bottom: 1px solid silver;
}

.container-principal form {
    padding: 0 40px;
    box-sizing: border-box;
}

form .texto-campos {
    position: relative;
    border-bottom: 2px solid #adadad;
    margin: 30px 0;
}

form .texto-campos-form {
    position: relative;
    margin: 0 0 20px 0;
}

form .texto-campos-preguntas {
    position: relative;
    margin: 0 0 20px 0;
}

.texto-campos input {
    width: 100%;
    padding: 0 5px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #4e4e4e;
    border: none;
    background: none;
    outline: none;
    font-family: Montserrat;
}

.texto-campos-form input {
    width: 100%;
    padding: 0 8px;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #4e4e4e;
    border: none;
    background: none;
    outline: none;
    font-family: Montserrat;
}

.texto-campos-preguntas input {
    width: 100%;
    padding: 0 8px;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #4e4e4e;
    border: none;
    background: none;
    outline: none;
    font-family: Montserrat;
}

.texto-campos label {
    position: absolute;
    top: 50%;
    left: 5px;
    color: #adadad;
    transform: translateY(-50%);
    font-size: 17px;
    pointer-events: none;
    transition: .5s;
}

.texto-campos-form label {
    padding-left: 5px;
    position: relative;
    /* top: 0%; */
    /* left: 5px; */
    color: #7e7e7e;
    font-size: 19px;
    margin-bottom: 10px;
    pointer-events: none;
    transition: .5s;
    font-weight: 500;
    bottom: 5px;
}

.texto-campos-preguntas label {
    padding-left: 5px;
    position: relative;
    /* top: 0%; */
    /* left: 5px; */
    color: #7e7e7e;
    font-size: 19px;
    margin-bottom: 10px;
    pointer-events: none;
    transition: .5s;
    font-weight: 500;
    bottom: 5px;
}


.texto-campos span::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 0;
    width: 0%;
    height: 2px;
    background: #33D1B1;
    transition: .5s;
}

.texto-campos input:focus ~ label,
.texto-campos input:valid ~ label {
    top: -5px;
    color: #33D1B1;
}

.texto-campos-form input:focus ~ label,
.texto-campos-form input:valid ~ label {
    color: #33D1B1;
}

.texto-campos input:focus ~ span::before,
.texto-campos input:valid ~ span::before {
width: 100%;
}

.texto-campos-form input:focus ~ span::before,
.texto-campos-form input:valid ~ span::before {
width: 100%;
}

a {
    font-size: 12px;
    text-decoration: none;
    color: #7e7e7e;
    font-weight: 600;
}


.titulos {
    margin-top: 0;
    display: inline;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 15%;
}

.titulos2 {
    margin-bottom: 0;
    display: inline;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    bottom: 14%;
}

#titulo1 {
    color: white;
    margin-bottom: -20px;
    margin-top: 10px;
    font-weight: 600;
    text-align: left;
    font-size: .8em;
    padding-left: 1%;
}

#titulo2{
    font-size: 7em;
    font-weight: 700;
    color: white;
    margin: 0;
}

#titulo3{
    font-size: .75em;
    font-weight: 600;
    color: white;
    margin-top: -20px;
}

#slogan{
    font-size: .8em;
    font-weight: 400;
    color: white;
    margin-top: -20px;
}

.password-olvidado {
    margin: -5px 0 20px 5px;
    color: #a6a6a6;
    cursor: pointer;
}

.password-olvidado a{
    color: #a0a0a0;
    font-weight: 500;
    font-size: 15px;
}

.password-olvidado:hover {
    text-decoration: underline;
}

input[type="submit"] {
    width: 100%;
    height: 40px;
    border: 1px solid white;
    border-radius: 10px;
    background: #33D1B1;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 14px;
    color: white;
    cursor: pointer;
    outline: none;
    transition: .3s;
    margin-bottom: 0px;
}

#boton-enviar {
    width: 49%;
    height: 40px;
    border: 1px solid white;
    border-radius: 10px;
    background: #33D1B1;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 14px;
    color: white;
    cursor: pointer;
    outline: none;
    transition: .3s;
    margin-bottom: 0px;
}

#boton-volver {
    width: 49%;
    height: 40px;
    border: 2px solid #59dac0;
    border-radius: 10px;
    background: #ffffff;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 14px;
    color: #33D1B1;
    cursor: pointer;
    outline: none;
    transition: .3s;
    margin-bottom: 0px;
}

#boton-volver:hover {
    transform: scale(1.03);
}

input[type="submit"]:hover {
    transform: scale(1.03);
}

.link-registro {
    margin: 20px 0 20px 0;
    text-align: center;
    color: #a0a0a0;
}

.link-registro a {
    color: #a0a0a0;
    font-weight: 500;
    font-size: 15px;
}

.link-registro:hover{
    text-decoration: underline;
}

.footer-home{ 
    position: absolute;
    min-height: 12vh;
    min-width: 100%;
    background-color: white;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-home img {
    height: 50px;
}

#img2 {
    margin-left: 10px;
    border-left: 1px solid rgb(206, 206, 206);
    padding-left: 10px;
}

#img1 {
    width: 145px;
    height: auto;
}
/*
@media (max-width: 780px) {
    .container-principal{
      width: 90%;
    }
    #titulo2{
        font-size: 6em;
        margin-bottom: 10px;
    }
    #titulo3{
        margin-bottom: 15px;
    }

    #slogan{
        margin-top: -10px;
        font-size: .6em;
    }

    .contenido-app {
        padding-top: 40%;
    }
}
*/
#titulo-busqueda{ 
    color: white;
    font-weight: 600;
}

.container-buscador {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 500px;
    background: white;
    border-radius: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    align-content: center;
    margin-top: 25px;
}

.container-buscador.active {
    transform: translate(-50%, -500%);
    opacity: 0;
    transition: all .8s cubic-bezier(0.85, -0.15, 0.9, 0.62);
}

#resultados{
    transform: translate(0, -100%);
    overflow: hidden;
}

#resultados.active{
    transform: translate(0, 0%);
    transition: all 2s cubic-bezier(0.19, 0.98, 0.53, 1.35);
}

.container-buscador h1 {
    text-align: center;
    padding: 0 0 20px 0;
    border-bottom: 1px solid silver;
}

.container-buscador form {
    padding: 0 40px;
    box-sizing: border-box;
}

#btn-buscar {
    width: 100%;
    height: 40px;
    border: 1px solid white;
    border-radius: 10px;
    background: #33D1B1;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 14px;
    color: white;
    cursor: pointer;
    outline: none;
    transition: .3s;
    margin-bottom: 20px;
}

.container-resultados {
        /* position: absolute; */
    /* top: 35%; */
    /* left: 50%; */
    /* transform: translate(-50%,-50%); */
    width: calc(70%);
    background: white;
    border-radius: 30px;
    padding: .8% 2.5% 1.2% 2.5%;
    align-content: center;
    margin-bottom: 50px;
    height: auto;
}

.container-resultados-adult {
    /* position: absolute; */
/* top: 35%; */
/* left: 50%; */
/* transform: translate(-50%,-50%); */
width: calc(90%);
background: white;
border-radius: 30px;
padding: .8% 2.5% 1.2% 2.5%;
align-content: left;
margin-bottom: 50px;
height: auto;
}

#titulo-result {
    font-size: 1.5em;
    font-weight: 600;
    color: white;
    margin: 0;
    padding: 0;
}

#dni-result {
    font-size: 2.8em;
    font-weight: 600;
    color: white;
    margin: 0;
    padding: 0;
    letter-spacing: .06em;
}

.resultados {
    /* position: absolute; */
    text-align: center;
    padding: 30px 0 20px 0;
}

.titulo-app {
    text-align: center;
    padding: 1%;
}

.titulos-info-paciente {
    color:rgb(66, 66, 66);
    font-weight: 600;
    font-size: 1.5em;
    border-bottom: 1px solid rgb(156, 156, 156);
    width: 98%;
    padding-bottom: 7px;
}

.titulo-campos {
    font-size: 1.1em;
    font-weight: 500;
    color: rgb(161 161 161);
    line-height: 1;
    /*border-bottom: 1px solid rgb(199 199 199);*/
    padding: 0 0 7px 4px;
    width: 95%;
}

.contenido-campos {
    font-size: 1.3em;
    font-weight: 500;
    color:rgb(82, 82, 82);
    line-height: 0;
    margin-bottom: 4%;
}

.contenido-campos2 {
    font-size: 1.3em;
    font-family: 'Roboto';
    font-weight: 400;
    color: rgb(82, 82, 82);
    line-height: 1;
    margin-bottom: 4%;
    margin-top: -20px;
    width: 95%;
    background-color: #ededed;
    padding: 10px 0 10px 10px;
    border-radius: 0 0 5px 5px;
    letter-spacing: .05em;
}

.titulos-result-paciente {
    color:rgb(104, 104, 104);
    font-weight: 500;
    font-size: 1em;
    border-bottom: 1px solid rgb(156, 156, 156);
    width: 100%;
    padding-bottom: 10px;
}

.revisar-info {
    color:rgb(104, 104, 104);
    font-weight: 400;
    font-size: 1em;
    width: 100%;
}

.boton-result {
    font-size: 1.5em;
    font-weight: 600;
    color: #33D1B1;
    border-radius: 10px;
    border: 2px solid #33D1B1;
    padding: .4em 5em .4em .6em;
    display: inherit;
    transition: .2s;
}

.boton-result:hover {
    box-shadow: 0 10px 25px #ebebeb;
    background-color: #d7fff7;
    transform: scale(1.01);
}

.contenido-app {
    margin-left: 6%;
    position: relative;
    transition: all 0.5s ease;
    /* padding-top: 20%; */
    /*height: 100vh;*/
}
.contenido-app.activeapp {
    margin-left: 12%;
}

.contenedor {
    position: relative;
    height: 100%;
    transition: all 0.5s ease;
}

.contenedor.activeapp {
    margin-left: 12%;
}

.contenido-login {
    position: relative;
    transition: all 0.5s ease;
    /* padding-top: 20%; */
    /*height: 100vh;*/
    min-height: 100vh;
}

.container-form-registro {
    width: calc(80%);
    background: white;
    border-radius: 30px;
    padding: .8% 2.5% 1.2% 2.5%;
    align-content: center;
    margin: auto;
}


/*-------------- Nuevo código ------------*/


/* MENU LATERAL */
/* .body{
    position: relative;
    min-height: 100vh;
    width:100%;
    overflow: hidden;
} */

.sidebar{
    position: fixed;
    top: 0;
    left: 0;
    height:100% ;
    width: 5%;
    background: white;
    padding: 6px 14px; 
    z-index: 99;
    transition: all 0.5s ease;
}
.sidebar.active{
    width: 14%;
}
.sidebar .logo-content .logo{
    color: rgb(0, 0, 0);
    display: flex;
    height: 50px;
    width: 100%;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease;
}
.sidebar.active .logo-content .logo{
    opacity: 1;
    pointer-events: none;
}
.logo-content .logo i{
    font-size: 28px;
    margin-right: 5px;
}
.logo-content .logo .logo-name{
    font-size: 20px;
    font-weight: 400;
}
.sidebar #btnSidebar{
   position: absolute;
   color: rgb(0, 0, 0);
   left: 50%;
   top: 6px;
   font-size:20px ;
   height: 50px;
   width: 50px;
   text-align: center;
   line-height: 50px;
   transform: translateX(-50%);
}
.sidebar.active #btnSidebar{
   left: 90%;
}
.sidebar ul{
    margin-top: 20px;
    padding: 0;
}
.sidebar ul li{
   position: relative;
   height: 50px;
   width: 100%;
   margin: 0 5px;
   list-style: none;
   line-height: 50px;
   /*display: contents;*/
}
.sidebar ul li .tooltip{
    /* position: absolute; */
    left: 150px;
    /* top: 0; */
    /* transform: translate(-50%, -50%); */
    /* border-radius: 6px; */
    /* height: 35px; */
    width: 200px;
    background: #fff;
    line-height: 35px;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    transition: 0s;
    opacity: 0;
    pointer-events: none;
    /* display: block; */
    z-index: 999;
}
.sidebar.active ul li .tooltip{
   display: none;
}
.sidebar ul li:hover .tooltip{
   transition: all, 0.5s, ease;
   opacity:1 ;
   top: 50%;
}
.sidebar ul li input{
   position: absolute;
   height:100% ;
   width: 100%;
   left: 0;
   top: 0;
   border-radius: 12px;
   outline: none;
   border: none;
   background: #fff3;
   padding-left: 20%;
   font-size: 18px;
   color: black;
   
}
.sidebar ul li .bx-search{
   position: relative;
   z-index: 99;
   color: black;
   font-size: 22px;
   transition: all 0.5 ease;
}
.sidebar ul li .bx-search:hover{
  background: #33D1B1;
  color: black;

}
.sidebar ul li a{    color: black;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.4s ease;
    border-radius: 12px;
    white-space: nowrap;
    font-size: 1.4em;
    padding: 0 5px;
    transform: translateX(10px);
    margin-right: 20px;
    margin-left: -0px;
}

.sidebar ul li a.active{
    transform: translateX(-5px);
}
.sidebar ul li a:hover {
   color: black;
   background: #33D1B1;
}
.sidebar ul li  i{
   height: 50px;
   min-width: 100%;
   border-radius: 12px;
   line-height: 50px;
   text-align: center;
}

.iconosmenu{
    height: 50px;
    min-width: 100%;
    border-radius: 12px;
    line-height: 50px;
    text-align: center;
 }

 .iconosmenu2{
    height: 50px;
    min-width: 100%;
    border-radius: 12px;
    line-height: 50px;
    text-align: center;
 }

 .iconosmenu3{
    height: 50px;
    min-width: 100%;
    border-radius: 12px;
    line-height: 50px;
    text-align: center;
 }

 .iconosmenu4{
    height: 50px;
    min-width: 100%;
    border-radius: 12px;
    line-height: 50px;
    text-align: center;
 }

 .iconosmenu5{
    height: 50px;
    min-width:100%;
    border-radius:12px;
    line-height:50px;
    text-align:center;
 }

 .iconosmenu6{
    height: 50px;
    min-width:100%;
    border-radius:12px;
    line-height:50px;
    text-align:center;
 }

 .iconosmenu7{
    height: 50px;
    min-width:100%;
    border-radius:12px;
    line-height:50px;
    text-align:center;
 }

 .iconosmenu8{
    height: 50px;
    min-width:100%;
    border-radius:12px;
    line-height:50px;
    text-align:center;
 }

 .iconosmenu9{
    height: 50px;
    min-width:100%;
    border-radius:12px;
    line-height:50px;
    text-align:center;
 }
 .iconosmenu10{
    height: 50px;
    min-width:100%;
    border-radius:12px;
    line-height:50px;
    text-align:center;
 }

.iconosmenu.active{
    height: 50px;
    min-width: 0;
    border-radius: 12px;
    line-height: 50px;
    text-align: center;
 }

 .iconosmenu2.active{
    height: 50px;
    min-width: 0;
    border-radius: 12px;
    line-height: 50px;
    text-align: center;
 }

 .iconosmenu3.active{
    height: 50px;
    min-width: 0;
    border-radius: 12px;
    line-height: 50px;
    text-align: center;
 }

 .iconosmenu4.active{
    height: 50px;
    min-width: 0;
    border-radius: 12px;
    line-height: 50px;
    text-align: center;
 }
 
 .iconosmenu5.active{
    height: 50px;
    min-width: 0;
    border-radius: 12px;
    line-height: 50px;
    text-align: center;
 }

 .iconosmenu6.active{
    height: 50px;
    min-width: 0;
    border-radius: 12px;
    line-height: 50px;
    text-align: center;
 }
 .iconosmenu7.active{
    height: 50px;
    min-width: 0;
    border-radius: 12px;
    line-height: 50px;
    text-align: center;
 }

.iconosmenu8.active{
    height: 50px;
    min-width: 0;
    border-radius: 12px;
    line-height: 50px;
    text-align: center;
 }

.iconosmenu9.active{
    height: 50px;
    min-width: 0;
    border-radius: 12px;
    line-height: 50px;
    text-align: center;
 }

.iconosmenu10.active{
    height: 50px;
    min-width: 0;
    border-radius: 12px;
    line-height: 50px;
    text-align: center;
 }

.sidebar.link-name{
   opacity: 0;
   pointer-events: none;
   transition: all 0.5s ease;
}

.sidebar.active.link-name{
   opacity: 1;
   pointer-events:auto;
   font-size: .7em;
   font-weight: 500;
   color: #545454;
   margin-left:20px;
}

#btnSidebar:hover {
    cursor: pointer;
}
/* 
@media (max-width: 1100px) {
    .contenido-app {
        padding-top: 30%;
    }
}

@media (max-width: 800px) {
    .contenido-app {
        padding-top: 40%;
    }
}

.btn-agregar {
    padding: 3%;
    text-align: center;
} */

.btn-agregar {
    padding: 4%;
    margin: auto;
    text-align: center;
}

.btn-agregar button {
    padding: 15px 40px;
    border-radius: 20px;
    border-style: none;
    color: #33D1B1;
    font-size: 1.2em;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    transition: .2s;
    border: 2px solid #33D1B1;
}

.btn-agregar button:hover {
    transform: scale(1.02);
    background-color: #ebebeb;
}

.btn-agregar button span {
    display: inline;
    vertical-align: super;
}

.btn-agregar button i {
    font-size: 1.8em;
    font-weight: 800;
    margin-right: 10px;
}

.input-busq { 
    display: none;
    }

.input-busq.active { 
    display: block;
    font-family: 'Montserrat';
}

.bx-chevron-down {
    display: inline;
    font-family: boxicons!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 50px;
    min-width: 100%;
    border-radius: 12px;
    line-height: 50px;
    text-align: center;
}

.titulos-result-paciente-arriba {
    color: #2c2c2c;
    font-weight: 600;
    margin-bottom: -12px;
}

.titulos-result-noencontrados {
    color: #2c2c2c;
    font-weight: 600;
    margin-bottom: 0;
}

.titulo-login-h2 {
    color:rgb(104, 104, 104);
    font-weight: 400;
    font-size: 1em;
    border-bottom: 1px solid rgb(156, 156, 156);
    width: 100%;
    padding-bottom: 15px;
}

.titulo-login {
    color: #707070;
    font-weight: 600;
    margin-bottom: -12px;
}

.container-form {
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.container-form-tabla {
    width: 100%;
    margin: auto;
}

.container-resultados form .detalle-usuarios {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.container-resultados form {
    padding-right: 2%;
}

.container-resultados form .detalle-usuarios .texto-campos {
    width: 49%;
}

.container-resultados form .detalle-usuarios .texto-campos-form {
    width: 47%;
}

.container-resultados form .detalle-usuarios .texto-campos-preguntas {
    width: 100%;
}

.texto-campos input {
    background-color: #f0f0f0;
    border-radius: 8px;
    /*padding-top: 10px;*/
}

.texto-campos-form input {
    background-color: #f5f5f5;
    border-radius: 8px;
    border: 1px solid rgb(236, 236, 236);
}

.texto-campos-preguntas input {
    background-color: #f5f5f5;
    border-radius: 8px;
    border: 1px solid rgb(236, 236, 236);
}

.texto-campos-form input::placeholder {
    color: rgb(167, 167, 167);
}

.texto-campos-preguntas input::placeholder {
    color: rgb(167, 167, 167);
}

#select-caps {    
    display: block;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #707070;
    line-height: 1.3;
    padding: .4em 1.4em .3em .8em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    height: 40px;
    border: 1px solid rgb(194, 194, 194);
    box-shadow: 0 1px 0 1px rgba(0,0,0,.03);
    border-radius: .3em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #f5f5f5;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
      linear-gradient(to bottom, #f5f5f5 0%,#f7f7f7 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

#select-caps:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px #5fceb8;
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222; 
    outline: none;
}

#select-caps:hover {
    border-color: #888;
}

.top-menu {
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    backdrop-filter: blur(3px);
    /* filter: brightness(60%); */
    /* filter: blur(3px); */
    /* -webkit-filter: blur(3px); */
    text-align: center;
    background-color: #2222228a;
}

#select-caps {    
    display: block;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #707070;
    line-height: 1.3;
    padding: .4em 1.4em .3em .8em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    height: 40px;
    border: 1px solid rgb(194, 194, 194);
    box-shadow: 0 1px 0 1px rgba(0,0,0,.03);
    border-radius: .3em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #f5f5f5;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
      linear-gradient(to bottom, #f5f5f5 0%,#f7f7f7 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

#select-caps:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px #5fceb8;
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222; 
    outline: none;
}

#select-caps:hover {
    border-color: #888;
}

#reg-paso1 {
    display: "";
}

#reg-paso2 {
    display: none;
}

#reg-paso3 {
    display: none;
}

#reg-paso1.active {
    display: none;
}

#reg-paso2.active {
    display: block;
}

#reg-paso3.active {
    display: block;
}

#pasoSig {
    width: 100%;
    height: 40px;
    border: 1px solid white;
    border-radius: 10px;
    background: #33D1B1;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 14px;
    color: white;
    cursor: pointer;
    outline: none;
    transition: .3s;
    margin-bottom: 0px;
}

#pasoSig2 {
    width: 49%;
    height: 40px;
    border: 1px solid white;
    border-radius: 10px;
    background: #33D1B1;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 14px;
    color: white;
    cursor: pointer;
    outline: none;
    transition: .3s;
    margin-bottom: 0px;
}

#pasoAnt, #pasoAnt2, #pasoAnt3 {
    width: 49%;
    height: 40px;
    border: 2px solid #59dac0;
    border-radius: 10px;
    background: #ffffff;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 14px;
    color: #33D1B1;
    cursor: pointer;
    outline: none;
    transition: .3s;
    margin-bottom: 0px;
}

/**/
.menutabs ul li a{
    color: #4e4e4e;
    font-size: 1.0em;
}

.menutabs ul li {
    list-style: none;
    /*padding: 15px 20px;*/
}

.menutabs ul li button{
    padding: 15px 25px;
    width: 100%;
    border: none;
    text-align: initial;
    font-family: 'Montserrat';
    font-size: .9em;
    font-weight: 500;
    color: #4e4e4e;
    cursor: pointer;
}

.menutabs ul li button:hover{
    /*font-weight: 600;
    color: #808080;*/
    background-color: #ffffff;
}

#select{
    background-color: #c7c7c7;
}

.menutabs ul li:nth-child(3) {
    background-color: rgb(204, 204, 204);
}

.menutabs ul{
    padding: 0;
}

.menudiv {
    /* width: calc(25%); */
    display: inline-flex;
    background-color: #ebebeb;
    margin: -10px 0 -15px 0;
    border-radius: 0 30px 30px 0;
    height: -webkit-fill-available;
}

.container-datos{
    width: calc(75%);
    display: inline-block;
}

.container-resultados-nuevo {
    width: calc(90%);
    background: white;
    border-radius: 30px;
    padding: 10px 0 15px 25px;
    align-content: center;
    margin: auto;
    margin-bottom: 50px;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.container-resultados {
    width: 90%;
}

.container-resultados-vacunas {
    width: 90%;
    /*width: calc(70%);*/
    background: white;
    border-radius: 30px;
    padding: .8% 2.5% 1.2% 2.5%;
    align-content: left;
    height: auto;
}

#boton-ayuda{
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    top: 50px;
    right: 50px;
    background-color: white;
    display: grid;
    place-content: center;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

#boton-ayuda-a{ 
    animation: all .9s ease-in;
}

#boton-ayuda-a:hover {
    transform: rotate(10deg);
}

#boton-ayuda:hover{ 
    transform: scale(1.1);
}

#icono-ayuda {
    font-family: boxicons!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    color: #33D1B1;
    margin: auto;
    padding: auto;
    font-size: 3em;
}

.resultados {
        text-align: initial;
        padding: 30px 0 20px 120px;
}

#dni-result {
    font-size: 2.2em;
    font-weight: 600;
    color: white;
    margin: 0;
    padding: 0;
    letter-spacing: 0em;
}

#titulo-result {
    font-size: 1.2em;
    font-weight: 400;
    color: white;
    margin: 0;
    padding: 0;
}

#btnGuardar {
    width: 40%;
    height: 40px;
    border: 1px solid white;
    border-radius: 10px;
    background: #33D1B1;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 14px;
    color: white;
    cursor: pointer;
    outline: none;
    transition: all .3s ease-in-out;
    margin: 15px 0;
}

.btnGuardar {
    width: 40%;
    height: 40px;
    border: 1px solid white;
    border-radius: 10px;
    background: #33D1B1;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 14px;
    color: white;
    cursor: pointer;
    outline: none;
    transition: .3s;
    margin: 15px 0;
    transition: all .3s ease-in-out;
}

.btnGuardar:hover {
    transform: scale(1.05);
}

#btnGuardar:hover {
    transform: scale(1.05);
}

.input-form-emb {
    font-size: 1.3em;
    font-family: 'Roboto';
    font-weight: 400;
    color: rgb(82, 82, 82);
    line-height: 1;
    margin-bottom: 4%;
    margin-top: 5px;
    width: 95%;
    background-color: #ededed;
    padding: 10px 0 10px 10px;
    border-radius: 0 0 5px 5px;
    letter-spacing: .05em;
    border: none;
}

.input-form-emb:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px #5fceb8;
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222; 
    outline: none;
}

fieldset {
    border:none;
    margin-top: -15px;
    padding: 0;
}

fieldset label {
    padding: 5px;
    background-color: #ededed;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-flex;
}

.mensaje-sin-registros {
    color: grey;
    font-weight: 600;
}

.parto-aborto-radio {
    font-size: 1.8em;
    padding: 20px;
    font-weight: 700;
    color: #545454;
}

.input-parto {
    margin-right: 30px;
}

.label-parto {
    transition: all .1s ease-in-out;
    cursor: pointer;
    margin-right: 8px;
}

.label-parto:hover {
    color: #5fceb8;
}

.detalle-radio-parto {
    font-size: 1.25em;
    font-weight:600;
    color: grey;
}

label{ 
    cursor: pointer;
}

#div-parto {
    display: none;
    transition: all .2s ease-in-out;
}

.container-datos-nuevo {
    width: 95%;
    display: inline-block;
}

.select-info-paciente { 
    display: block;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #707070;
    line-height: 1.3;
    padding: .4em 1.4em .3em .8em;
    width: 95%;
    max-width: 95%;
    box-sizing: border-box;
    height: 40px;
    border: 1px solid rgb(194, 194, 194);
    box-shadow: 0 1px 0 1px rgba(0,0,0,.03);
    border-radius: .3em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #f5f5f5;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
      linear-gradient(to bottom, #f5f5f5 0%,#f7f7f7 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

.texto-respuesta {
    color: #33D1B1;
    font-size: 1.2em;
    font-weight: 600;
}

.form-info-general {
    width: 80%;
}

.iframe-odonto {
    width: 100%;
    height: auto;
    min-height: 1180px;
    margin-top: -20px;
}

.container-resultados-odonto {
width: 100%;
background: white;
border-radius: 30px;
padding: .8% 2.5% 1.2% 2.5%;
align-content: center;
margin-bottom: 50px;
height: auto;
}

.boton-guardar {
    width: 40%;
    height: 40px;
    border: 1px solid white;
    border-radius: 10px;
    background: #33D1B1;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 14px;
    color: white;
    cursor: pointer;
    outline: none;
    transition: .3s;
    margin: 15px 0;
}

dialog::backdrop {
    background: linear-gradient(#31dbb986, #1da489b8);
    backdrop-filter: blur(4px);
}
  
dialog {
    border-radius: 20px;
    border: none;
    width: 60%;
    padding: 20px 40px;
}

.titulo-popup {
    color: #2c2c2c;
}

.texto-popup {
    font-size: 1.2em;
    line-height: 1.5em;
}

.text-area-nutri {
    border-radius: 5px;
    font-family: 'Roboto';
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: .05em;
    color: rgb(49, 49, 49);
    background-color: rgb(231, 231, 231);
    border: none;
}

.text-area-nutri:focus {
    outline: none !important;
    border-color: #aaa;
    box-shadow: 0 0 1px 2px #5fceb8;
    box-shadow: 0 0 0 3px -moz-mac-focusring;
}

#table1-estudios tbody tr label{ 
    color: rgb(121, 121, 121);
    font-size: 1.7em;
    font-weight: 600;
    letter-spacing: .02em;
}

#table1-estudios thead tr th {
    padding-bottom: 10px;
}

#estudios-th {
    border:none;
    font-size: 1em;
}

#div-estudios-est{
    position: relative;
    text-align: right;
}

/*
#div-estudios-est::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: red;
    width: 50px;
}
*/

#sombra-estudios {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(0.25turn, #ffffff00, #ffffff);
    width: 100px;
    color: rgb(177, 177, 177);
}

#sombra-vacunas {
    position: absolute;
    right: 0;
    top: 0;
    height: 50%;
    background: linear-gradient(0.25turn, #ffffff00, #ffffff);
    width: 100px;
    color: rgb(177, 177, 177);
}

#mas-resultados,#mas-resultados-span {
    text-align: right;
    position: relative;
    color: rgb(153, 153, 153);
    font-size: 1.1em;
    font-weight: 500;
    padding-bottom: 5px;
}

/*
#caja-estudios {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: transparent;
    width: 400px;
    color: rgb(177, 177, 177);
    border: 5px solid;
}
*/

.tab-content {
    display: none;
}
.tab-content.active{
    display: block;
}
.tabs .active{
    background-color: rgb(204, 204, 204);
}

.titulos-graficos {
    color: #2c2c2c;
    font-weight: 600;
}

.div-graf {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

.titulo-princ-graficos {
    color: grey;
    font-size: 1.2em;
    border: none;
    font-weight: 500;
}

#aniosMayorNivel {
    margin-top: -10px;
    border-radius: 8px;
}

/* ESTILOS MAJO */

/*Funciones de administrador: solicitudes*/

/*Estilo de la lista de caps*/

.tablacaps{
    text-align:center;
    padding: 3%;
}

.container-tablacaps{
  /*position: relative;
    top:35%;
    left:50%;
    /*transform:translate (-50%, -50%);*/
    width: calc(75%);
    background: white;
    border-radius: 30px;
    padding: .8% 2.5% 1.2% 2.5%;    
    align-content:center;
    margin: auto;
    margin-top:50px;
    height:auto;
    overflow: hidden;
}


.titulo-tablacaps{
    color: #2c2c2c;
    font-weight:600;
    margin-bottom: -12px;
    text-align: center;
}

/*Estilo de la tabla pacientes*/

.tabla-infopaciente{
    text-align:center;
    padding: 3%;
}

.container-infopaciente{
   /*position: relative;
   top:35%;
   left:50%;
   /*transform:translate (-50%, -50%);*/
   width: calc(75%);
   background: white;
   border-radius: 30px;
   padding: .8% 2.5% 1.2% 2.5%;    
   align-content:center;
   margin: auto;
   margin-top:50px;
   height:auto;
   overflow: hidden;
}


.titulo-infopaciente{
    color: #2c2c2c;
    font-weight:600;
    margin-bottom: -12px;
    text-align: center;
}

/*Funciones de admnisitrador: lista de usuarios*/

.container-lista-usuarios{
    /*position: relative;
      top:35%;
      left:50%;
      /*transform:translate (-50%, -50%);*/
      width: calc(90%);
      background: white;
      border-radius: 30px;
      padding: .8% 2.5% 1.2% 2.5%;    
      align-content:center;
      margin: auto;
      margin-top:50px;
      height:auto;
      overflow: hidden;
  }
  
  
  .titulo-lista-usuarios{
      color: #2c2c2c;
      font-weight:600;
      margin-bottom: -12px;
      text-align: center;
  }

  .btn-usuarios-establecer{
    width: 49%;
    height: 40px;
    border: 1px solid #ffffff ;
    border-radius: 10px;
    background-color:  #33D1B1;
    font-size: 16px;
    font-weight: 600px;
    color:  #ffffff;
    transition: .3s;
    cursor:pointer;
}


.btn-usuarios-restablecer{
    width: 49%;
    height: 40px;
    border: 1px solid #ffffff ;
    border-radius: 10px;
    background-color:  #ff3939;
    font-size: 16px;
    font-weight: 600px;
    color:  #ffffff;
    transition: .3s;
    cursor: pointer;
}

/*Estilo del botón de registrar una vacuna nueva que surja luego de entregada la app*/

.btn-vacuna-nueva{
    font-size: 1.4em;
    font-weight: 600px;
    color:#ffffff;
    border-radius: 10px;
    border: 2px solid #33D1B1;
    padding: .4em 5em .4em .6em;
    display:inherit;
    transition:.2s;
    background-color:#33D1B1;
}

.btn-vacuna-nueva{
    width: 300px;
    height: 70x;
}


.container-solicitudes{
    /*position: relative;
    top:35%;
    left:50%;
    /*transform:translate (-50%, -50%);*/
    width: calc(70%);
    background: white;
    border-radius: 30px;
    padding: .8% 2.5% 1.2% 2.5%;    
    margin: auto;
    height: auto;
    overflow: hidden;
}

.titulo-solicit-profesional{
    color:rgb (104, 104,104);
    font-weight:500;
    font-size: 1em;
    border-bottom: 1px solid rgb ( 156, 156, 156);
    width:100%;
    padding-bottom:10px;
}

.titulo-solicit-arriba{
    color: #2c2c2c;
    font-weight:600;
    margin-bottom: -12px
}


.btn-solicit{
    background-color: white;
    font-size: 1.5em;
    font-weight: 600;
    color: #33D1B1;
    border-radius: 10px;
    border: 2px solid #33D1B1;
    padding: .4em 5em .4em .6em;
    display:inherit;
    margin-bottom:50px;
    transition: .2s; 
    align-content:center;
    float:left;
}


.boton-solicit:hover{
    box-shadow: 0 10px 25px #ebebeb;
    background-color:#d7fff7;
    transform: scale(1.01);
}

.solicitudes{
    text-align:center;
    padding:3%;
}

.container-botones{
    display: inline;
}

.container-botones button{
    padding: 0px 5px;
    background-color:transparent;
    border:none;
}

.cuadro-solicit{
    background-color: white;
    font-size: 1.2em;
    font-weight: 600;
    color: #33D1B1;
    border-radius: 10px;
    border: 2px solid #33D1B1;
    padding: .4em 0.1em .4em .6em;
    display: flex;
    margin-bottom: 50px;
    transition: .2s;
    align-content: center;
    float: left;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.icon-button-badge{
    position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    /* background:#5fceb8 ; */
    background:red;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 14px;
}

/*Funciones de administrador: solicitudes*/

/*Estilo de la lista de caps*/

.tablacaps{
    text-align:center;
    padding: 3%;
}

.container-tablacaps{
  /*position: relative;
    top:35%;
    left:50%;
    /*transform:translate (-50%, -50%);*/
    width: calc(75%);
    background: white;
    border-radius: 30px;
    padding: .8% 2.5% 1.2% 2.5%;    
    align-content:center;
    margin: auto;
    margin-top:50px;
    height:auto;
    overflow: hidden;
}


.titulo-tablacaps{
    color: #2c2c2c;
    font-weight:600;
    margin-bottom: -12px;
    text-align: center;
}

/*Estilo de la tabla pacientes*/

.tabla-infopaciente{
    text-align:center;
    padding: 3%;
}

.container-infopaciente{
   /*position: relative;
   top:35%;
   left:50%;
   /*transform:translate (-50%, -50%);*/
   width: calc(75%);
   background: white;
   border-radius: 30px;
   padding: .8% 2.5% 1.2% 2.5%;    
   align-content:center;
   margin: auto;
   margin-top:50px;
   height:auto;
   overflow: hidden;
}


.titulo-infopaciente{
    color: #2c2c2c;
    font-weight:600;
    margin-bottom: -12px;
    text-align: center;
}

/*Funciones de admnisitrador: lista de usuarios*/

.container-lista-usuarios{
    /*position: relative;
      top:35%;
      left:50%;
      /*transform:translate (-50%, -50%);*/
      width: calc(90%);
      background: white;
      border-radius: 30px;
      padding: .8% 2.5% 1.2% 2.5%;    
      align-content:center;
      margin: auto;
      margin-top:50px;
      height:auto;
      overflow: hidden;
  }
  
  
  .titulo-lista-usuarios{
      color: #2c2c2c;
      font-weight:600;
      margin-bottom: -12px;
      text-align: center;
  }

  .btn-usuarios-establecer{
    width: 49%;
    height: 40px;
    border: 1px solid #ffffff ;
    border-radius: 10px;
    background-color:  #33D1B1;
    font-size: 16px;
    font-weight: 600px;
    color:  #ffffff;
    transition: .3s;
    cursor:pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}


.btn-usuarios-restablecer{
    width: 49%;
    height: 40px;
    border: 1px solid #ffffff ;
    border-radius: 10px;
    background-color:  #ff3939;
    font-size: 16px;
    font-weight: 600px;
    color:  #ffffff;
    transition: .3s;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

/*Estilo del botón de registrar una vacuna nueva que surja luego de entregada la app*/

.btn-vacuna-nueva{
    font-size: 1.4em;
    font-weight: 600px;
    color:#ffffff;
    border-radius: 10px;
    border: 2px solid #33D1B1;
    padding: .4em 5em .4em .6em;
    display:inherit;
    transition:.2s;
    background-color:#33D1B1;
}

.btn-vacuna-nueva{
    width: 300px;
    height: 70x;
}

.btn-infopaciente-hc {
    font-size: .95em;
    border-radius: 5px;
    background-color: #33D1B1;
    color: white;
    padding: 5px;
    display: inline-block;
    cursor: pointer;
}

.sorting_1 {
    font-weight: 600;
    text-align: left;
    font-size: 1.1em;
}

.apellido-table{
    font-weight: 600;
    text-align: left;
    font-size: 1.1em;
}

#logo-menu {
    width: 100px;
    padding: 20px 0px 0px 0px;
}

.sidebar ul li i {
    display: contents;
}

.etic {
    font-size: 1.2em;
    font-weight: 500;
    color: #626262;
    cursor: default;
}

.tit-ninos-inf {
    display: block;
    padding: 2px;
    font-weight: 600;
    font-size: 1.2em;
}

.btn-solicitudes {
    animation: all .8s ease-in-out;
}

.btn-solicitudes:hover {
    transform: scale(1.15);
}