﻿.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: #EBF9FC;
    position: absolute;
    top: 215px;
}
.titulo_registro {
    position: relative;
    width: 100%;
    height: 50px;
    margin-top: 42px;
    margin-bottom: 30px;
}
    .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;*/
        padding-left: 815px;
        border-radius: 4px;
        padding-right: 16px;
        top: 50%;
        transform: translateY(-50%);
    }
.barra_azul {
    margin: 0;
    width: 100%;
    height: 13px;
    background: #86B85D;
    border: 0;
    border-radius: 4px 4px 0 0;
}
p.text-info {
    font-size: 16px;
    color: #616161;
    padding: 0 50px;
}
.formulario_registro {
    background: #FFFFFF;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 0px 0px 2px 0px rgba(145, 158, 171, 0.24), 0px 4px 32px 0px rgba(145, 158, 171, 0.24);
    position: relative;
}
.formulario {
    padding: 16px;
}
    .formulario h5 {
        font-size: 16px;
        line-height: 22px;
        color: #616161;
        margin:10px 0;

    }
.formulario h4 {
    font-size: 20px;
    font-weight: 700;
    color: #075B98;
}
.formulario input {
    width: 100%;
    height: 35px;
    color: #AFAFAF;
    border: 1px solid #E5E5E5;
    border-radius: 2px;
    padding-left: 10px;
    outline:none !important;
}
    .formulario input:active,
    .formulario input:focus{
        border: 1px solid #2B557D;
        color: #616161;
    }
.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;
}
.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: 16px;
}
.formulario2 h4 {
    font-size: 20px;
    font-weight: 700;
    color: #075B98;
}
.cedula_especialidad {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.primerI2 {
    width: 49%;
}
.formulario2 h5 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #616161;

}
.formulario2 input {
    width: 100%;
    height: 35px;
    color: #AFAFAF;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    padding-left: 10px;
    outline:none;
}
    .formulario2 input:active,
    .formulario2 input:focus,
    .formulario2 textarea:active,
    .formulario2 textarea:focus,
    .formulario2 select:active,
    .formulario2 select:focus {
        border: 1px solid #2B557D;
        color: #616161;
    }

.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: #AFAFAF;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    padding-left: 10px;
    outline: none !important;
}
.check {
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.formulario2 input#regGaceta {
    width: 15px;
    margin: 0 15px 0 0;
}
.check p {
    font-size: 16px;
    color: #616161;
    margin: 0;
}
.aviso_privacidad p {
    font-size: 16px;
    color: #616161;
    margin: 0 0 0 30px;
}
.aviso_privacidad a {
    font-size: 16px;
    color: #616161;
    text-decoration: underline;
}
.registrar {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}
.btn-registrar {
    width: 250px;
    height: 40px;
}
    .btn-registrar a {
        height: 100%;
        width: 100%;
        font-size: 16px;
        line-height: 22px;
        color: #fff;
        background-color: #AFAFAF;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        cursor: pointer;
        text-decoration: none;
        transition: all .3s;
    }
        .btn-registrar a:hover,
        .btn-registrar a:active {
            text-decoration: none;
            background: #2B557D;
            color: #fff;
        }


.btn-eliminar {
    width: 250px;
    height: 40px;
}

    .btn-eliminar a {
        height: 100%;
        width: 100%;
        font-size: 16px;
        line-height: 22px;
        color: #fff;
        background-color: #AFAFAF;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        cursor: pointer;
        text-decoration: none;
        transition: all .3s;
        background: #86B85D;
    }

        .btn-eliminar a:hover,
        .btn-eliminar a:active {
            text-decoration: none;
            background: #2B557D;
            color: #fff;
        }

.btn-baja {
    width: 250px;
    height: 40px;
}

    .btn-baja a {
        height: 100%;
        width: 100%;
        font-size: 16px;
        line-height: 22px;
        color: #fff;
        background-color: #AFAFAF;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        cursor: pointer;
        text-decoration: none;
        transition: all .3s;
        background: #86B85D;
    }

        .btn-baja a:hover,
        .btn-baja a:active {
            text-decoration: none;
            background: #2B557D;
            color: #fff;
        }
.formulario2 select {
    width: 100%;
    height: 35px;
    color: #AFAFAF;
    background: #ffffff;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    padding-left: 10px;
    outline: none !important;
}

/*CSS de Registro Exitoso*/

    .fondo_azul2 {
        width: 100%;
        height: 366px;
        background: #EBF9FC;
        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 {
        font-size: 60px;
        font-weight: 700;
        color: #075B98;
        margin: 50px 0 25px;
    }
    .icono_registro {
        width: 85px;
        height: 85px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        border: 3px solid #075B98;
    }
    i.icono-ok {
        font-size: 50px;
        color: #075B98;
    }
    .registro_exitoso a {
        width: 285px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        color: #fff;
        background: #7748C6;
        font-size: 16px;
        text-decoration: none;
    }
    .registro_exitoso a:hover {
        text-decoration: none;
        color: #fff;
    }
    .registro_exitoso p {
        font-size: 20px;
        font-weight: 700;
        color: #616161;
        margin: 15px 0;
        width: 30%;
        text-align: center;
    }
    /*end*/
    .registro_exitoso {
        display:none;
    }

/*Formulario Cerrar Sesión*/
.cerrar-sesion-movil {
    display: none;
}

.botonCerrarSesion {
    font-weight: 700;
    background-color: #FFFFFF;
    color: #0074D9;
    border-color: #0074D9;
    border: 1px solid;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 8px;
}

@media only screen and (max-width: 1279px) {
    .cerrar-sesion-movil {
        display: block;
    }
}

@media screen and (max-width: 1199px) {
    .bannerRegistro h2 {
        width: 70%;
    }
}

@media screen and (max-width: 999px) {
    .bannerRegistro h2 {
        width: 80%;
        font-size: 40px;
    }
    /*Registro Exitoso*/
    
    /*.fondo_azul2 {
        height: 390px;
    }
    .registro_exitoso p {
        width: 50%;
    }*/
    
}

@media screen and (max-width: 768px) {
    .titulo_registro h2 {
        padding-left: 520px;
    }
}

@media screen and (max-width: 649px) {
    .bannerRegistro h2 {
        width: 95%;
        font-size: 34px;
    }
    .primerI {
        width: 100%;
    }
    .segundoI {
        width: 100%;
    }
    .formulario_registro {
        height: 100%;
    }
    .primerI2 {
        width: 100%;
    }
    .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;
    }

    .titulo_registro h2 {
        padding-left: 472px;
    }
    
}
/*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;
}

.title-info {
    font: normal normal bold 18px/19px Open Sans;
    color: #2E3133;
    margin-bottom:17px;
}

.options-profile{
    /*margin-top: 3rem;*/
}

.btn-editar {
    float: right;
    font: normal normal normal 16px/22px Open Sans;
    color: #075B98;
    font-weight:700;
    margin-bottom: 10px;
}

    .btn-editar:hover {
        font-weight: bold;
        color: #85B75A;
        text-decoration: none;
    }
#editar-personal{
    display:none;
}

#editar-profesional{
    display:none;
}

#editar-personal-editar p:first-child,
#editar-profesional-editar p:first-child {
    font: normal normal normal 16px/22px Open Sans;
    color: #616161;
    margin-bottom: 7px;
}

.titulo-consulta {
    /*font-weight: 400 !important;
    color: #adadad !important;*/
    font: normal normal 400 16px/22px Open Sans !important;
    color: #075b98 !important;
    margin: 0;
    margin-bottom: 10px;
}

.propiedad-consulta {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #43474A;
    margin-bottom: 24px;
}

.regular-font {
    font-weight: 700;
    color: #585C61;
}

.btnActuallizarPerfil{
    width: 285px;
    height: 50px;
}

#btnContra-cancelar {
    background-color: #FFFFFF !important;
    border: 2px solid #2B557D;
    color: #2B557D;
    font: normal normal bold 16px/22px Open Sans;
}
    #btnContra-cancelar:hover {
        border: 2px solid #1B3146;
        color: #1B3146 !important;
    }
    .imgMedicoPerfil{
        background-position: 50% center !important;
        border-radius: 10% !important;
        background-size: cover !important; 
        width:64px !important;
        height:64px !important;
    }

.menu-perfil-bottom{
    border-top-color:#337ab7 !important;
}

.perfil-nav {
    font: normal normal bold 16px/26px Open Sans;
    letter-spacing: 0px;
    color: #616161 !important;
}
.perfil-nav a{
    margin-bottom: 10px;
}

.activo {
    /*border-color:#337ab7 !important;
    color:#337ab7 !important;
    background-color:white !important;*/
    border: 1px solid #2B557D !important;
    border-radius: 4px !important;
    color: #2B557D !important;
    background-color: #FFFFFF;
}

.activo::before{
    position: absolute;
    top: 40%;
    right: -6px;
    display: inline-block;
    border-top: 1px solid #337ab7;
    border-right: 1px solid #337ab7;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background: white;
    z-index: 1;
    content: '';
}

h5 strong{
    color: #616161;
}

.btn-Reg-Inst {
    width: 200px;
    height: 35px;
}

.btn-Reg-Inst a {
    height: 100%;
    width: 100%;
    font-size: 16px;
    color: #fff;
    background: #f25c23;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    transition: all .3s;
}

.btn-Reg-Inst a:hover {
    text-decoration: none;
    background: #ff8e51;
    color: #fff;
}

.btn-Reg-Inst a:active {
    text-decoration: none;
    background: #b82800;
    color: #fff;
}