@font-face{
    font-family: Avenir;
    src: url(fuente/Metropolis-Light.otf);
}

@font-face{
    font-family: AvenirBold;
    src: url(fuente/Metropolis-Bold.otf);
}

html, body{
    margin: 0;
    height: 100%;
    background-color: #2B3441;
    background-image: url(tramado.jpg);
    color: white;
    position: relative;
}

body.modal-open{
    padding-right: 0 !important;
}

canvas{
    position: absolute;
}

button{
    font-family: Avenir !important;
}

.limitar{
    overflow: hidden !important;
}

.contenedor{
    max-width: 120rem;
	width: 95%;
	margin: 0 auto;
}

.logo-app{
    padding: 0px 0 15px 0;
    width: 75% !important;
}

/* Estilos index.html */

.nombre-doctor{
    padding: 7px 0 7px 12px;
    margin: 0 0 7% 7%;
    background-color: #59BAA1;
    color: white;
    border-radius: 20px;
    width: 75%;
    font-size: 15px;
}

.grilla-imagenes{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.fila-imagenes{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.columna{
    position: relative;
}

.imagen{
    border-radius: 0px;
    max-width: 100%;
    max-height: 100%;
    width: 6rem;
    height: 6rem;
    object-fit: cover;
}

.lapiz{
    position: absolute;
    width: 17%;
    top: 5px;
    right: 5px;
    display: none !important;
    color: yellow;
}

.boton-capturar{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 15px;
}

.btn-capturar{
    height: 70px;
    width: 70px;
    background-color: #59BAA1;
    border-radius: 50%; 
    border: 3.5px solid white;
    color: white;
}

.fondo-popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2000;
}
  
.globo-help{
    position: absolute;
    bottom: 60px;
    width: 280px;
    background-color: #59BAA1;
    z-index: 3000;
}
  
.globo-help::before{
    content: "";
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 18px 18px 0 18px;
    border-color: #f1f1f1 transparent transparent transparent;
}
  
.globo-help::after{
    content: "";
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 16px 16px 0 16px;
    border-color: #59BAA1 transparent transparent transparent;
}

.popup{
    color: white;
    background-color: #595959;
    padding: 24px;
    text-align: center;
}

.popup-content{
    background-color: #2B3441;
    color: #59BAA1;
}

.popup-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-opcion{
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 50%;
    height: 50px;
    color: white;
    background-color: #59BAA1;
    margin-top: 5%;
}

.btn-opcion:hover{
    background-color: #59BAA1;
}

.popup-opciones{
    background-color: transparent;
    border: none;
    padding: 0 28px;
    gap: 6px;
}

.boton-opcion{
    display: flex !important;
    align-items: center;
    gap: 20px;
}

/* Estilos tomarFoto.html */

.recuadroVideo{
    position: relative;
    height: 490px; 
}

.recuadro-imagen{
    width: 100%;
    height: 490px; 
    object-fit: cover;
}

.titulo{
    line-height: 1.5 !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: normal !important;
}

.tituloFoto{
    color:#52b7a3;
    font-size: 22px;
    text-align: center;
    margin: 17px 0 17px 0;
    line-height: 1.1 !important;
}

/* #cameraFlip {
    width: 60px;
    height: 50px;
    margin-left: 10px;
    cursor: pointer;
    background-color: transparent;
    background-position : center center;
    background-repeat:no-repeat;
    background-size: cover;
    background-image : url(camera_flip.png);
    bottom: 0;
    right: 0;
} */

.botones-accion{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.btn-capturar-foto{
    width: 92px;
    height: 94px;
    background-size: cover !important;
    border:0;
    background-color: transparent;
    background: url('./fotosBotones/tomarFoto.png');
}

.btn-capturar-foto:focus{
    background-color: none;
}

.btn-accion{
    width: 68px;
    height: 50px;
    border-radius: 10px;
    border: 0;
    color: white;
}

.btn-accion-cancelar{
    background-color: #FF2418;
}

.btn-accion-espejo{
    background-color: white;
}

.btn-accion-finalizar{
    background-color: #5BBAA1;
}

.textos-botones{
    line-height: 1.1 !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: normal !important;
    position: absolute;
    color: white;
    font-size: 14px !important;
}

.simetria{
    display: block;
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
}

.simetria_norte{
    background-image: url('./fotosBotones/negra_norte.png');
}

.simetria_sur{
    background-image: url('./fotosBotones/negra_sur.png');
}

.simetria_este{
    background-image: url('./fotosBotones/negra_este.png');
}

.simetria_oeste{
    background-image: url('./fotosBotones/negra_oeste.png');
}

.texto-espejo{
    color: yellow;
    font-family: "Roboto", sans-serif;
    font-size: 20px !important;
    line-height: 1.1;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 0px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
}

.rotate{
    transform: rotate(180deg);
}

.flip{
    transform: scaleX(-1);
}

#serio{ /* 1. Rotro frente */
    display: none;
    position: absolute;
    top: 4%;
    left: 10%;
    width: 82%;
    height: 56%;
}

#caraSonriendo{ /* 2. Sonrisa completa */
    display: none;
    position: absolute;
    top: 4%;
    left: 7%;
    width:87%;
    height: 56%;    
}

#bocaAbierta { /* 3. Rostro inocuclusión */
    display: none;
    position: absolute;
    top: 4%;
    left: 7%;
    width:87%;
    height: 56%;
}

#perfil{ /* 4. Perfil */
    display: none;
    position: absolute;
    top: 4%;
    left: 10%;
    width: 82%;
    height: 56%;
}

#frenteSonriendo{ /* 5. Oclusión frente */
    display: none;
    position: absolute;
    top: 14%;
    left: 5%;
    width: 91%;
    height: 34%;
}

#cerradoDer{ /* 6. Oclusión derecha */
    display: none;
    position: absolute;
    top: 19%;
    left: 11%;
    width: 74%;
    height: 27%;
}

#cerradoIzq{ /* 7. Oclusión izquierda */
    display: none;
    position: absolute;
    top: 19%;
    left: 11%;
    width: 74%;
    height: 27%;    
}

#maxSuperior{ /* 8. Arcada superior */
    display: none;
    position: absolute;
    top: 11%;
    left: 2%;
    width: 96%;
    height: 42%;
}

#maxInferior{ /* 9. Arcada inferior */
    display: none;
    position: absolute;
    top: 11%;
    left: 2%;
    width: 96%;
    height: 42%;
}

#contorno{ /* 10. RX o Free */
    display: none;
    position: absolute;
    top: 15%;
    left: 10%;
    width: 82%;
    height: 33%;
}

/* Estilos fotoCapturada.html */

.btn-accion-editar{
    background-color: white;
    color: black;
}

/* Estilos iniciarSesion.html */

.contenedor-login{
    margin: 0 5%;
}

.input-login , .input-login:hover, .input-login:focus, .input-login:root{
    border-radius: 22px;
    margin-bottom: 3%;
}

.password-toggle-container {
    position: relative;
}

.password-toggle-container .toggle-button{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    color: #212529;
}

#inlineCheckbox1:checked, #inlineCheckbox2:checked, #exampleCheck1:checked{
    box-shadow: none;
    border-color: #59BAA1;
    background-color: #59BAA1;
    color:rgb(141, 207, 19);
}

.btn-iniciar-sesion, .btn-iniciar-sesion:hover, .btn-iniciar-sesion:focus{
    width: 100%;
    border-radius: 20px;
    background-color: #59BAA1;
    color: white;
    font-size: 20px;
    width: 90%;
}

#exampleCheck1{
    position: absolute; height: 44px; width: 44px; margin-left: -3%; border-radius: 12px;
}

#errorClave{
    margin-top: 5px; display: none;
    color: #59BAA1;
}

.contacto{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    color: #59BAA1;
    font-size: 13px;
    text-align: center;
}

.contacto p{
    margin: 0;
}

.contacto i{
    color: white;
}

/* Estilos solicitarRecomendacion.html */

.barra-iconos-superior{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px 0 10px;
}

.contenedor-solicitud{
    padding: 0 8px;
}

.titulo-solicitud{
    background-color: #59BAA1;
    color: white;
    border-radius:20px;
    width: 66%;
    float: left;
    margin-bottom: 7%;
    padding: 4px 0 4px 12px;
}

.stepwizard{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.stepwizard p{
    text-align: center;
    margin-top: 10px;
}

.btn-step{
    display: block;
    color: white;
    width: 60px;
    height: 44px;
    text-align: center;
    line-height: 28px;
    border-radius: 10px;
    font-size: 32px;
    text-decoration: none;
    border: 1px solid transparent;
    pointer-events: none;
    background-color: #929497;
    padding: 5px;
}

.botonPasoActivo {
    background-color: #59BAA1;
}

.descripcionBoton{
    font-size: 14px;
}
.descripcionActiva{
    color: #59BAA1;
}

.imgActive{
    content: url("./fotosBotones/flecha_steps_fill.png");
}

.subtitulo{
    font-size: 20px;
    padding-bottom: 5px;
}

.input-recomendacion{
    border-radius: 22px;
    margin-bottom: 3%;
}

.select-flechita{
    background-image: url(fotosBotones/flecha_select.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select.select-flechita::-ms-expand {
    display: none; /*Evita que se muestre la flecha por defecto en versiones de IE*/
}

.date-input-container{
    position: relative;
}

.date-input-container label {
    position: absolute;
    top: 7px;
    left: 13px;
    pointer-events: none;
    transition: all 0.2s ease;
    color: #212529;
}

.date-input-container .calendar-icon{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    pointer-events: none; /* Evita que el icono interfiera con el campo de entrada */
    color: #212529
}

.date-input-container input[type="date"]:focus + label, .date-input-container input[type="date"]:valid + label {
    transform: translateY(-100%);
    font-size: 12px;
    color: #666;
    display: none;
}

.input-descripcion{
    padding-left: .75rem;
    margin-bottom: 8px;
    font-size: 16px;
}

th{
    padding-left: 15px !important;
}

td {
    background-color: white !important;
    padding-left: 15px !important;
}

.tituloTabla{
    color: #59BAA1;
    background-color: white;
    font-size: 18px;
}

.fila:last-child{
    border-bottom-color: transparent;
}

.datoIngresado{
    border-left-width: 1px !important;
}

.rojo{
    border: 2px solid;
    border-color: red;
}

.form-control:focus {
    border-color: #59BAA1;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px #59BAA1;
}

#siguiente, #anterior{
    background-color: #59BAA1;
    color: white;
    box-shadow: none;
    border-radius: 11px;
} 

#anterior{
    background-color: gray;
    margin-right: 2%;
}

.botones-prev-next{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.prevBtn{
    display: flex;
    align-items: center;
    gap: 5px;
}

.nextBtn{
    display: flex;
    align-items: center;
    gap: 5px;
}