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%);


}

.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: 25px 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: 450px;
    background: white;
    border-radius: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    align-content: center;
    margin-top: 10px;
}

.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: auto;
    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: 85px 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%;
}

.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: 13%;
}
.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;
   
}
.sidebar ul li .tooltip{
   position: absolute;
   left: 122px;
   top: 0;
   transform: translate(-50%, -50%);
   border-radius: 6px;
   height: 35px;
   width: 122px;
   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;
}
.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;
    display: contents;
 }

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

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

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

.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;
 }
 

.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: 25px;*/
   padding-left: 10px;
}

#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';
    background: transparent;
}

.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;
    speak: 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;
}

.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;
}

@media (max-width: 780px) {
    .texto-campos-form {
        width: 100% !important;
    }
    .texto-campos-form input {
        padding: 2px !important;
    }
    .detalle-usuarios{
        display: block !important; 
    }
}

.titulos-registro {
    text-align: center;
    padding: 35px;
}

.titulos-registro img {
    width: 200px;
}