﻿input-container-psw {
    position: relative;
    display: inline-block;
}

.show-password-btn {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}
.bannerRegistro {
    width: 100%;
    height: 200px;
    position: relative;
}
.bannerRegistro picture {
    width: 100%;
    height: 100%;
}
.bannerRegistro img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bannerRegistro h2 {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 45px;
    width: 50%;
    color: #075B98;
    text-shadow: 0px 3px 3px #fff;
    font-weight: 700;
}
.padre_azul {
    position: relative;
}
.fondo_azul {
    width: 100%;
    height: 751px;
    background: #FFF;
    position: absolute;
    top: 215px;
}
.titulo_registro {
    position: relative;
    width: 100%;
    height: 100px;
}
    .titulo_registro h2 {
        position: absolute;
        margin: 0;
        background: #2B557D;
        color: #fff;
        font: normal normal bold 20px/27px Open Sans;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: -450px;
        padding-left: 500px;
        border-radius: 5px;
        padding-right: 70px;
        top: 50%;
        transform: translateY(-50%);
    }
hr.barra_azul {
    margin: 0;
    width: 100%;
    height: 15px;
    background: #86B85D;
    border: 0;
}
p.text-info {
    padding: 0 0px;
    text-align: left;
    font: normal normal normal 16px/22px Open Sans;
    letter-spacing: 0px;
    color: #616161;
    opacity: 1;
}
.formulario_registro {
    height: 100%;
    min-height: 400px;
    background: #FAFAFA;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 0 0 5px 3px rgba(0,0,0,.2);
    position: relative ;
}
.formulario {
    padding: 9px 15px;
}
    .formulario h5 {
        text-align: left;
        font: normal normal 600 16px/22px Open Sans;
        letter-spacing: 0px;
        color: #616161;
        opacity: 1;
    }
    .formulario h4 {
        text-align: left;
        font: normal normal bold 20px/27px Open Sans;
        letter-spacing: 0px;
        color: #1B3146;
        opacity: 1;
        margin-top: 0px;
    }
    .formulario input {
        width: 100%;
        height: 40px;
        color: #616161;
        padding-left: 10px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 1px solid #E5E5E5;
        border-radius: 2px;
        opacity: 1;
    }
        .formulario input:focus {
            outline-style: none;
            box-shadow: none;
            border-color: transparent;
            background: #FFFFFF 0% 0% no-repeat padding-box;
            border: 1px solid #2B557D;
            border-radius: 2px;
            opacity: 1;
        }
        .formulario input[type=file]:focus {
            outline-style: none;
            box-shadow: none;
            border-color: transparent;
            background: #FFFFFF 0% 0% no-repeat padding-box;
            border: 1px solid #2B557D;
            border-radius: 2px;
            opacity: 1;
        }
.nombre_apellido {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.primerI {
    width: 49%;
}
.segundoI {
    width: 49%;
}
.apellido_genero {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tercerI {
    width: 49%;
}
.cuartoI {
    width: 49%;
}
.btns-genero {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 50px;
}
.btns-genero p {
    margin: 0;
}
.btn-masculino {
    width: 100%;
    display: flex;
    align-items: center;
}
.btn-femenino {
    width: 100%;
    display: flex;
    align-items: center;
}
input#masculino {
    width: 15px;
    height: 18px;
    margin: 0;
}
input#femenino {
    width: 15px;
    height: 18px;
    margin: 0;
}
.contraseña {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
    align-items: start;
}
#error-contra {
    margin: 5px 0px 0px 5px;
    color: #e62e1b;
}
.sextoI {
    width: 49%;
}
.septimoI {
    width: 49%;
}

/*Segundo Formulario*/
.formulario_registro2 {
    height: auto;
    background: #FAFAFA;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 0 0 5px 3px rgba(0,0,0,.2);
    position: relative;
}
.formulario2 {
    padding: 19px 15px;
}
.formulario2 h4 {
    text-align: left;
    font: normal normal bold 20px/27px Open Sans;
    letter-spacing: 0px;
    color: #1B3146;
    opacity: 1;
}
.cedula_especialidad {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.primerI2 {
    width: 49%;
}
.primerI2Btn {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: end;
}
.disabledbutton {
    pointer-events: none;
    opacity: .4;
}
.disabledbutton a {
    background: #AFAFAF 0% 0% no-repeat padding-box !important;
    border-radius: 4px;
}
.btn-cedula {
    width: 150px;
    height: 40px;
}
    .btn-cedula a {
        height: 100%;
        width: 100%;
        font: normal normal bold 16px/22px Open Sans;
        letter-spacing: 0px;
        color: #FFFFFF;
        background: #2B557D;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        cursor: pointer;
        text-decoration: none;
        transition: all .3s;
    }
        .btn-cedula a:hover {
            text-decoration: none;
            background: #1B3146;
            color: #fff;
        }

.btn-cedula a:active {
    text-decoration: none;
    background: #936AD7;
    color: #fff;
}
.formulario2 h5 {
    text-align: left;
    font: normal normal 600 16px/22px Open Sans;
    letter-spacing: 0px;
    color: #616161;
    opacity: 1;
}
.formulario2 input {
    width: 100%;
    height: 35px;
    color: #616161;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    padding-left: 10px;
}
.formulario2 input:focus {
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #2B557D;
    border-radius: 2px;
    opacity: 1;
}
    .formulario2 select:focus {
        outline-style: none;
        box-shadow: none;
        border-color: transparent;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 1px solid #2B557D;
        border-radius: 2px;
        opacity: 1;
    }
.formulario2 textarea:focus {
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #2B557D;
    border-radius: 2px;
    opacity: 1;
}
.CedulaValida {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #00A313 !important;
    border-radius: 2px !important;
    opacity: 1;
}
.CedulaNoValida {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E91E63 !important;
    border-radius: 2px !important;
    opacity: 1;
}
#CheckCedulaValida {
    display: none;
    /*position: absolute;
    top: 130px;
    left: 245px;
    background: url('../Images/CuerpoHumano/icono_buscador.png');
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;*/
}
#CheckCedulaNoValida {
    display: none;
}
.icono_registro_Cedula {
    display: none;
    position: absolute;
    top: 130px;
    left: 290px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 3px solid #86B85D;
}
.icono_registro_Cedula_No_valida {
    display: none;
    position: absolute;
    top: 130px;
    left: 290px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 3px solid #E91E63;
}
    .icono_registro_Cedula i.icono-ok {
        font-size: 15px;
        color: #86B85D;
    }
.icono_registro_Cedula_No_valida i.icono-x {
    font-size: 15px;
    color: #E91E63;
}

.icono_registro_Cedula_No_valida i.icono-x-registro {
    font-size: 15px;
    color: #E91E63;
}

.segundoI2 {
    width: 49%;
    position: relative;
}
.tercerI2 {
    width: 49%;
}
.cuartoI2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.estados {
    width: 49%;
}
.ciudades {
    width: 49%;
}
.formulario2 textarea {
    width: 100%;
    height: 150px;
    color: #616161;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    padding-left: 10px;
}
.check {
    display: flex;
    align-items: center;
   
}
.checktyc {
    display: flex;
    align-items: flex-end;
}
.formulario2 input#regGaceta#checktyc2 {
    width: 15px;
    margin: 0 15px 0 0;
}
.formulario2 input#checktyc2 {
    accent-color: #0074D9;
    width: 15px;
    margin: 0 15px 0 0;
}

.formulario2 input#Promocional#checktyc3 {
    width: 15px;
    margin: 0 15px 0 0;
}

.formulario2 input#checktyc3 {
    accent-color: #0074D9;
    width: 15px;
    margin: 0 15px 0 0;
}

.check p {
    margin: 0;
    text-align: left;
    font: normal normal normal 16px/22px Open Sans;
    letter-spacing: 0px;
    color: #616161;
    opacity: 1;
}
.aviso_de_privacidad p {
    margin: -10px 0 0 30px;
    text-align: left;
    font: normal normal normal 13px / 22px Open Sans;
    letter-spacing: 0px;
    opacity: 1;
    color: #616161;
}
.aviso_de_privacidad a {
    text-align: left;
    text-decoration: underline;
    font: normal normal normal 13px/22px Open Sans;
    letter-spacing: 0px;
    color: #0074D9;
}
.registrar {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top:10px;
    margin-bottom:20px;
}
.btn-registrar {
    width: 285px;
    height: 40px;
}
    .btn-registrar a {
        height: 100%;
        width: 100%;
        font: normal normal bold 16px/22px Open Sans;
        letter-spacing: 0px;
        color: #FFFFFF;
        background: #2B557D;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        cursor: pointer;
        text-decoration: none;
        transition: all .3s;
    }
        .btn-registrar a:hover {
            text-decoration: none;
            background: #1B3146;
            color: #fff;
        }
        .btn-registrar a:active {
            text-decoration: none;
            background: #1B3146;
            color: #fff;
        }
.formulario2 select {
    width: 100%;
    height: 35px;
    color: #616161;
    background: #ffffff;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    padding-left: 10px;
}

/*CSS de Registro Exitoso*/

    .fondo_azul2 {
        width: 100%;
        height: 366px;
        background: #FFF;
        position: absolute;
        top: 215px;
    }
    .registro_exitoso {
        width: 100%;
        height: 430px;
        background: #FAFAFA;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
        box-shadow: 0 0 5px 3px rgba(0,0,0,.2);
    }
        .registro_exitoso h1 {
            margin: 50px 0 0px;
            text-align: left;
            font: normal normal bold 60px/82px Open Sans;
            letter-spacing: 0px;
            color: #1B3146;
            opacity: 1;
        }
.icono_registro {
    width: 82px;
    height: 82px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 4px solid #86B85D;
}
i.icono-ok {
    font-size: 50px;
    color: #86B85D;
}
.registro_exitoso a {
    width: 250px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #2B557D;
    text-decoration: none;
    font: normal normal 600 16px/22px Open Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}
    .registro_exitoso a:hover {
        text-decoration: none;
        background: #1B3146;
        color: #fff;
    }
.registro_exitoso p {
    /*font-size: 20px;
    font-weight: 700;
    color: #616161;*/
    margin: 12px 0;
    width: 30%;
    text-align: center;
    font: normal normal 600 20px/27px Open Sans;
    letter-spacing: 0px;
    color: #616161;
    opacity: 1;
}
    /*end*/
    .registro_exitoso {
        display: none;
    }


@media screen and (max-width: 1199px) {
    .bannerRegistro h2 {
        width: 70%;
    }
}

@media screen and (max-width: 999px) {
    .icono_registro_Cedula {
        top: 130px;
        left: 190px;
    }

    .bannerRegistro h2 {
        width: 80%;
        font-size: 40px;
    }
    /*Registro Exitoso*/
    
    /*.fondo_azul2 {
        height: 390px;
    }
    .registro_exitoso p {
        width: 50%;
    }*/
    
}

@media screen and (max-width: 649px) {
    .icono_registro_Cedula {
        top: 125px;
        left: 290px;
    }
    .bannerRegistro h2 {
        width: 95%;
        font-size: 34px;
    }
    .primerI {
        width: 100%;
    }
    .segundoI {
        width: 100%;
    }
    .formulario_registro {
        height: 100%;
    }
    .primerI2 {
        width: 100%;
    }
    .primerI2Btn {
        width: 100%;
        margin-top: 10px;
        display: flex;
        justify-content: center;
        align-items: end;
    }
    .segundoI2 {
        width: 100%;
    }
    .formulario2 textarea {
        width: 100%;
        height: 100px;
    }
    .formulario_registro2 {
        height: 100%;
    }
}

@media screen and (max-width: 499px) {
    .tercerI {
        width: 100%;
    }
    .cuartoI {
        100%;
    }
    .sextoI {
        width: 100%;
    }
    .septimoI {
        width: 100%;
    }
    .estados {
        width: 100%;
    }
    .ciudades {
        width: 100%;
    }
    .formulario {
        padding: 15px 30px;
    }
    .formulario2 {
        padding: 15px 30px;
    }
    .bannerRegistro h2 {
        width: 95%;
        font-size: 30px;
        text-align: center;
    }
    .formulario2 input#check {
        width: 22px;
    }
    .registrar {
        justify-content: center;
    }
    p.text-info {
        padding: 0;
    }
    /*Registro Exitoso*/
    
    /*.fondo_azul2 {
        height: 390px;
    }
    .registro_exitoso p {
        width: 95%;
    }*/
    
}
/*MEDIA DE REGISTRO EXITOSO*/
/*@media screen and (max-width: 425px) {
    .fondo_azul2 {
        height: 415px;
    }
}*/

@media screen and (max-width: 399px) {
    .tercerI2 {
        width: 100%;
    }
    .formulario2 input#check {
        width: 30px;
    }
    .formulario {
        padding: 15px 15px;
    }
    .formulario2 {
        padding: 15px 15px;
    }
    .bannerRegistro h2 {
        width: 90%;
    }
    /*REGISTRO EXITOSO*/
    
    /*.registro_exitoso a {
        width: 285px;
    }*/
    
}

.Estudios .tarjetaEstudio{
    /*border: solid 1px #0287d1;*/
    border-radius: 5px;
    /*color: #0287d1;*/
    text-align: center;
    cursor: pointer;
    box-shadow: 1px 1px 4px grey;
    transition: 0.1s;
    margin: 10px;
}

.Estudios .tarjetaEstudio span{
    font-size: 40px;
}

.laboratorio{
    color: #0287d1;
    border: solid 1px #0287d1;
}
.laboratorio:hover, .laboratorio.seleccionado{
    color: #fff;
    background-color: #0287d1;
}

.lentes{
    color:#0d479f;
    border: solid 1px #0d479f;
}
.lentes:hover, .lentes.seleccionado{
    color: #fff;
    background-color: #0d479f;
}

.densitometria{
    color:#5f7c89;
    border: solid 1px #5f7c89;
}
.densitometria:hover, .densitometria.seleccionado{
    color: #fff;
    background-color: #5f7c89;
}

.electrocardiograma{
    color:#d71313;
    border: solid 1px #d71313;
}
.electrocardiograma:hover, .electrocardiograma.seleccionado{
    color: #fff;
    background-color: #d71313;
}

.rayosx{
    color:#45279f;
    border: solid 1px #45279f;
}
.rayosx:hover, .rayosx.seleccionado{
    color: #fff;
    background-color: #45279f;
}

.mastografia{
    color:#e91e62;
    border: solid 1px #e91e62;
}
.mastografia:hover, .mastografia.seleccionado{
    color: #fff;
    background-color: #e91e62;
}

.papanicolau{
    color:#8c25a9;
    border: solid 1px #8c25a9;
}
.papanicolau:hover, .papanicolau.seleccionado{
    color: #fff;
    background-color: #8c25a9;
}

#btnFolio{
    border: 0;
    background: #0074D9;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 1rem 0;
    margin: 25px auto 0px;
    transition: all .3s;
    width: 280px;
    padding: 15px 0px;
    border-radius: 5px;
}

#btnFolio:disabled{
    border: solid 1px gainsboro;
    background: gainsboro;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 1rem 0;
    margin: 25px auto 0px;
    transition: all .3s;
    width: 280px;
    padding: 15px 0px;
    border-radius: 5px;
}

#btnActualizarDatosMedico {
    border: 0;
    background: #0074D9;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 1rem 0;
    margin: 25px auto 0px;
    transition: all .3s;
    width: 280px;
    padding: 15px 0px;
    border-radius: 5px;
}

.input-container {
    position: relative;
    display: flex;
    align-items: center;
}

.input-container input {
    padding-right: 40px; /* Espacio para el botón */
    height: 35px;
}

.toggle-password {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    margin-top:6px;
}