
@import url('https://fonts.googleapis.com/css2?family=Inter&family=Lato:wght@400;700&family=Montserrat:wght@400;700&family=Poppins:wght@400;700&display=swap');



/*** LOADER ****/
.loader {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #F5768D;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  /***** FIN LOADER *****/

.a {
    color: #FF464C
}

.a {
    text-decoration: none;
}

.a:hover {
    text-decoration: underline;
    color: #FF464C;
}

#menu-principal a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    color: #000000;
}

header {
    background-image: url('../imgs/header-background.png');
    height: 100px;
}

nav img {
    width: 144px;
}

.lbl-filtro {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    align-items: center;
    letter-spacing: -0.02em;
    color: #666666;
    margin-right: 1rem;
}

.lbl-filtro a {
    text-decoration: none;
    color:#FF464C !important
}

.lbl-filtro a:hover {
    color: #828B91 !important;
}

#servicios, #a-servicios {
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #000000;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    align-items: center;
    letter-spacing: -0.02em;

    color: #FF464C;
    background: transparent;
    max-width: 100%;
}

#medicos, #a-medicos {
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #000000;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    align-items: center;
    letter-spacing: -0.02em;

    color: #FF464C;
    background: transparent;
    max-width: 100%;
}

#doctoresXestudio {
    width: 100%;
    margin-top: 20px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #000000;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    align-items: center;
    letter-spacing: -0.02em;

    color: #FF464C;
    background: transparent;
    max-width: 100%;
}

.select-filtro {
    width: 100%;
    background: url("../../imgs/select_arrow.png") no-repeat right #ffffff;
    max-width: 100%;
}

.fc .fc-toolbar-title, .titulo {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    letter-spacing: -0.02em;
    color: #F5768D;
}

.fc .fc-toolbar-title, .subtitulo {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 49px;
    letter-spacing: -0.02em;
    color: #F5768D;
    display: block;
}

.fc .fc-button-primary {
    background-color: #FF464C !important;
    border: none !important;
    color: white;
    font-family: 'Poppins' !important;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    -webkit-transition: background 0.5s 0s ease-in;
    -moz-transition: background 0.5s 0s ease-in;
    -o-transition: background 0.5s 0s ease-in;
    transition: background 0.5s 0s ease-in;
}

.fc .fc-button-primary:hover {
    background-color: #F5768D !important;
}

.fc-mes-button, .fc-semana-button, .fc-dia-button {
    border-radius: 27px !important;
}

.fc-theme-standard td {
  /*  background: #FAFAFA; */
    border: 0.8px solid #E6E6E6;
}

.fc .fc-daygrid-day-top {
    display: unset !important;
}

.fc .fc-non-business {
    background: #FFF !important;
}

.fc .fc-daygrid-day.fc-day-today {
    background: rgba(245, 118, 141, 0.5) !important;
}

.fc .fc-col-header-cell-cushion, .fc-list-day-text, .fc-list-day-side-text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
    text-align: center;
    letter-spacing: -0.02em;

    color: #F5768D !important;
    text-decoration: none;
}

.fc .fc-daygrid-day-top a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.02em;
    color: #080808;
    text-decoration: none;
    padding: 0.5rem;
    top: 6px;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    margin-top: 10px;
}

.fc .fc-daygrid-event-harness a, .fc-event {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400 !important;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: -0.02em;

    color: #666666 !important;
    text-decoration: none !important;
}

.fc-event {
    font-size: 12px;
}

.fc-daygrid-event-dot, .fc .fc-list-event-dot {
        border: calc(var(--fc-daygrid-event-dot-width)/3) solid #666 !important;

}

.fc-v-event {
    background-color:#FAFAFA !important;
    border: 1px solid #666 !important;
}

.fc-v-event .fc-event-main {
    color: #666 !important;
}

.adm-ficha {
    width: 94%
}

.adm-cita-titulo {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.02em;
    width: 100%;
    text-align: center;
    color: #FF464C;
}

.adm-cita-titulo a { text-decoration: none; }


.adm-cita, .adm-cita-modal {
    font-family: Montserrat;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    color: #666666;
}

.tbl-cita {
    color: #666666;
}

.adm-cita:hover {
    background: rgba(245, 118, 141, 0.1);
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.adm-cita .adm-hora{
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-align: left;
    display: block;
    width: 100%;
}

.adm-cita .adm-medico-servicio {
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #F5768D;
    display: block;
    width: 100%;
}

.adm-cita .adm-paciente {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: -0.02em;
    text-align: left;
    display: block;
    width: 100%;
}

.adm-paciente img {
    width: 22px;
    border-radius: 10px;
}

.txt-resultado {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400 !important;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: -0.02em;
    color: #666666 !important;
    text-decoration: none !important;
}

.btn-cancelar, .btn-nota, .btn-cancelar-bloqueo, .btn-confirmada, .btn-cambiar-bloqueo {
    border: 1px solid #F5768D;
    border-radius: 24px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #FF464C;
    background: white;
    -webkit-transition: background 0.5s 0s ease-in;
    -moz-transition: background 0.5s 0s ease-in;
    -o-transition: background 0.5s 0s ease-in;
    transition: background 0.5s 0s ease-in;
    padding: 0.3rem 0.3rem;
    width: 100%;
}

.btn-cambiar, .btn-agendar, .btn-agregar, .btn-eliminar {
    background: #F5768D;
    border: 1px solid #F5768D;
    border-radius: 24px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    -webkit-transition: background 0.5s 0s ease-in;
    -moz-transition: background 0.5s 0s ease-in;
    -o-transition: background 0.5s 0s ease-in;
    transition: background 0.5s 0s ease-in;
    padding: 0.3rem 0.6rem;
    width: 100%;
}

.btn-agendar {
    background: #F5768D;
    border: 1px solid #F5768D;
    border-radius: 24px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    -webkit-transition: background 0.5s 0s ease-in;
    -moz-transition: background 0.5s 0s ease-in;
    -o-transition: background 0.5s 0s ease-in;
    transition: background 0.5s 0s ease-in;
    padding: 0.3rem 0.6rem;
    width: auto;
}

.btn-excel {
    background: #33C481;
    border: 1px solid #185B36;
}

.btn-cancelar:hover, .btn-nota:hover, .btn-cancelar-bloqueo:hover, .btn-confirmada:hover, .btn-cambiar-bloqueo:hover {
    background: #FF464C;
    color: #FFF;
    border: 1px solid #F5768D;
}

.btn-cambiar:hover, .btn-agendar:hover {
    background: #FF464C;
    color: #FFF;
}

.w-95 {
    width: 95%;
}

.modal.modal-fullscreen .modal-dialog {
    width: 90vw;
    height: 90vh;
    margin: 1rem 5%;
    padding: 0;
    max-width: none; 
  }
  
  .modal.modal-fullscreen .modal-content {
    height: auto;
    height: 100vh;
    border-radius: 0;
    border: none; 
  }
  
  .modal.modal-fullscreen .modal-body {
    overflow-y: auto; 
  }

/* Estilos para agende su cita */

#cita, #cita2, #cita3, #confirmada {
    max-width: 576px;
}

.boton-cita {
    background-color: #FF464C;
    border: 1px solid #FF464C;
    color: white;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    -webkit-transition: background 0.5s 0s ease-in;
    -moz-transition: background 0.5s 0s ease-in;
    -o-transition: background 0.5s 0s ease-in;
    transition: background 0.5s 0s ease-in;
    border-radius: 27px;
    padding: 0.3rem 0.6rem;
    gap: 10px;
    width: 100%;
}

.boton-cita:hover {
    background-color: #F5768D;
}

.boton-off {
    background: #F1F5F9;
    color: #F5768D;
    border: 1px solid #F5768D;
}

.boton-off:hover {
    color: #fff;
}

.cita-filtro {
    max-width: none !important;
    width: 100% !important;
}

.txt-cita, .txt-nota {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #FF464C;
}

.txt-nota {
    font-size: 14px;
}

.lbl-cita {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #FF464C;
}

/* Calendario */
.pignose-calendar {
    background: #FF464C;
    border-radius: 14px;
    width: 100%;
    max-width: none;
    font-family: 'Lato';
    font-style: normal;
    color: #FFF !important;
}

.pignose-calendar .pignose-calendar-top {
    background-color: transparent;
    font-weight: 600;
    font-size: 20px;
    line-height: 14px;
    padding: 1.2em 0;
}

.pignose-calendar .pignose-calendar-unit {
    height: 3em;
}

.pignose-calendar .pignose-calendar-header .pignose-calendar-week {
    height: 1.8em;
    color: #fff;
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-date {
    padding: 1.2em 0;
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-year {
    font-size: 20px;
    color: #FFF;
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-icon {
    color: #FFF;
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-month {
    margin-bottom: .4em;
    font-size: inherit;
    font-weight: inherit;
}

.pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sat, .pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sun {
    color: #FFF;
}

.pignose-calendar .pignose-calendar-unit a {
    display: inline-block;
    width: 2.4em;
    height: 2.4em;
    border-radius: 50%;
    color: #FFF;
    line-height: 2.4em;
}

.pignose-calendar .pignose-calendar-unit a:hover {
    display: inline-block;
    width: 2.4em;
    height: 2.4em;
    border-radius: 50%;
    color: #FF464C;
    line-height: 2.4em;
    background-color: #FFF;
}

.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active a {
    background-color: #FFF;
    color: #FF464C;
}

.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-sat a, .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-sun a {
    color: #FFF;
}

.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-disabled a {
    opacity: .3;
    background-color: transparent;
}

#horarios-disponibles {
    height: 370px;
    overflow: auto;
}

#sub-lista-dia {
    height: 750px;
    overflow: auto;
}

/* Tamaño del scroll */
#horarios-disponibles::-webkit-scrollbar, #sub-lista-dia::-webkit-scrollbar {
    width: 8px;
  }
  
   /* Estilos barra (thumb) de scroll */
  #horarios-disponibles::-webkit-scrollbar-thumb, #sub-lista-dia::-webkit-scrollbar-thumb {
    background: #F5768D;
    border-radius: 4px;
  }
  
  #horarios-disponibles::-webkit-scrollbar-thumb:active, #sub-lista-dia::-webkit-scrollbar-thumb:active {
    background-color: #FF464C;
  }
  
  #horarios-disponibles::-webkit-scrollbar-thumb:hover, #sub-lista-dia::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  }
  
   /* Estilos track de scroll */
  #horarios-disponibles::-webkit-scrollbar-track, #sub-lista-dia::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 4px;
  }
  
  #horarios-disponibles::-webkit-scrollbar-track:hover, 
  #horarios-disponibles::-webkit-scrollbar-track:active, 
  #sub-lista-dia::-webkit-scrollbar-track:hover, 
  #sub-lista-dia::-webkit-scrollbar-track:active {
    background: #d4d4d4;
  }

.horario {
    width: 100%;
    background: #F1F5F9;
    color: #828B91;
    border-radius: 10px;
    -webkit-transition: background 0.5s 0s ease-in;
    -moz-transition: background 0.5s 0s ease-in;
    -o-transition: background 0.5s 0s ease-in;
    transition: background 0.5s 0s ease-in;
}

.horario:hover {
    background-color: #F5768D;
    color: #FFF;
}

.horario .txt-hora {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 0.3px;
    padding: 0;
    margin: 0;
}

.horario .disponible {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0.3px;
    color: #FF464C;
    padding: 0;
    margin: 0;
}

.horario .duracion {
    display: none;
}

.datos-personales label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #FF464C;
}

.datos-personales input, .datos-personales textarea {
    box-sizing: border-box;
    border: 1px solid #F5768D;
    border-radius: 50px;
}

.datos-personales textarea {
    border-radius: 25px;
}

.rectangulo-servicio-medico {
    background: rgba(245, 118, 141, 0.1);
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    align-items: center;
    letter-spacing: -0.02em;
    text-indent: 10px;
    color: #666;
    padding: 1rem;
}

.rectangulo-servicio-medico span {
    width: 100%;
    display: block;
    font-weight: normal;
    text-align: start;
    padding: 0.2rem;
}

.rectangulo-servicio-medico .servicio-medico, .servicio-medico {
    color: #F5768D;
    font-weight: 700;
}

.confirmar {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    display: block;
    align-items: center;
    text-align: center;
    letter-spacing: -0.02em;

    color: #666666;
}

/*cuenta de usuario*/

.user {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 49px;
    /* identical to box height */
    
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    
    color: #FF464C;     
}

.tipo-cita {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;

color: #F5768D;
}

.error-msg {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    display: block;
    align-items: center;
    letter-spacing: -0.02em;

    color: red;
}

#login-frm input {
    border: 1px solid #F5768D;
    border-radius: 50px;
}

#login-frm label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */


    color: #FF464C;
    text-transform: lowercase;
}

#login-frm botton {
    background: #FF464C;
    border-radius: 50px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    text-align: center;

    color: #FFFFFF;
}

input[type="number"] {
    width: 75px !important;
    display: inline-block;
}

.bloqueado-fondo {
    background-color: #b3b3b3;
}

.bloqueado-fondo:hover {
    background-color: #e1e1e1;
}

.bloqueado {
    color: #666666 !important;
}

.dia-bloqueado {
    background-color: rgba(255, 0, 0, 0.50) !important;
}

.cita-internet {
    background-color: rgba(70, 130, 180, 0.4) !important;
}

.cita-cta-limitada {
    background-color: rgba(138, 70, 180, 0.4) !important;
}

.estudios-especiales {
    background-color: rgba(72, 255, 49, 0.7) !important;
}

#agenda-ID {
    height: 230px;
    overflow: auto;
    margin-top: 10px;
}