/* /admin/pacientes/css/pacientes.css
   Módulo Pacientes — hoja de estilos principal.
   Imágenes locales: ../imagenes/
   ─────────────────────────────────────────────
   SECCIONES:
   1. Variables / Paleta
   2. Reset base
   3. Body + velo
   4. Topbar
   5. Panel + buscador + botones globales
   6. Tabla / grilla
   7. Modales (header, body, overlay, inputs, botones)
   8. Footer
   9. Responsive
*/

/* ══════════════════════════════════════════════════
   1. VARIABLES — paleta institucional HPM
   ══════════════════════════════════════════════════ */
:root {
  --c-primary:  #232B60;
  --c-yellow:   #FED304;
  --c-teal:     #49B8B1;
  --c-orange:   #F9A51B;
  --c-lime:     #D5DF2E;
  --c-purple:   #9183BD;
  --hpm-text:   #0b1b2a;
  --hpm-shadow: 0 14px 26px rgba(0,0,0,.10);
}

/* ══════════════════════════════════════════════════
   2. RESET BASE
   ══════════════════════════════════════════════════ */
*,
*::before,
*::after { box-sizing: border-box; }

/* ══════════════════════════════════════════════════
   3. BODY + VELO
   ══════════════════════════════════════════════════ */
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: url("../imagenes/imag_body.jpg") no-repeat center center fixed;
  background-size: cover;
  margin: 0;
  padding: 0;
  padding-bottom: 0 !important;
  color: #2c3e50;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(255,255,255,0.60);
  z-index: -1;
}

/* ══════════════════════════════════════════════════
   4. TOPBAR
   ══════════════════════════════════════════════════ */
.hpm-topbar {
  background: var(--c-teal);
  height: 70px;
  display: flex;
  align-items: center;
  box-shadow: 0 6px 18px rgba(0,0,0,.12);
}
.hpm-topbar-logo {
  height: 42px;
  width: auto;
}
.hpm-topbar-title {
  font-weight: 800;
  color: var(--hpm-text);
  text-shadow: 0 1px 0 rgba(255,255,255,.35);
  letter-spacing: .02em;
  font-size: 1.35rem;
}
.hpm-topbar-link {
  color: var(--hpm-text);
  text-decoration: none;
  font-weight: 600;
}
.hpm-topbar-link:hover { text-decoration: underline; }

.hpm-logo-link     { display: inline-flex; align-items: center; }
.hpm-logo-link img { display: block; }
.hpm-page          { padding-top: 32px; padding-bottom: 20px; }

/* ══════════════════════════════════════════════════
   5. PANEL + BUSCADOR + BOTONES GLOBALES
   ══════════════════════════════════════════════════ */
.hpm-panel {
  background: var(--c-teal);
  border-radius: 18px;
  padding: 22px;
  box-shadow: var(--hpm-shadow);
  margin-top: 26px;
}
.hpm-panel-title {
  color: #fff;
  font-weight: 800;
  font-size: 2rem;
}

.hpm-search {
  width: 420px;
  max-width: 65vw;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,.75);
  padding: .55rem 1rem;
  outline: none;
  background: rgba(255,255,255,.95);
}

.hpm-btn-buscar {
  border-radius: 999px;
  background: #0a6a60;
  color: #fff;
  font-weight: 700;
  padding: .55rem 1.2rem;
  border: none;
}
.hpm-btn-buscar:hover { filter: brightness(1.05); color: #fff; }

.hpm-btn-agregar {
  border-radius: 999px;
  background: #222;
  color: #fff;
  font-weight: 600;
  padding: .55rem 1.1rem;
  border: none;
}
.hpm-btn-agregar:hover { background: #111; color: #fff; }

/* ══════════════════════════════════════════════════
   6. TABLA / GRILLA
   ══════════════════════════════════════════════════ */
.hpm-tablewrap { margin-top: 22px; }

.hpm-tablebox {
  background: #00b7df;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--hpm-shadow);
}
.hpm-table          { color: var(--hpm-text); margin: 0; }
.hpm-table thead th {
  color: var(--hpm-text);
  font-weight: 900;
  border-bottom: 2px solid rgba(11,27,42,.55);
}
.hpm-table tbody td { border-top: 1px solid rgba(255,255,255,.55); }

.hpm-actions { display: flex; justify-content: center; gap: 10px; }
.hpm-ico {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(11,27,42,.65);
  background: rgba(255,255,255,.15);
  cursor: pointer;
}
.hpm-ico:hover    { filter: brightness(1.08); }
.hpm-ico.ver      { border-color: #0a6a60; }
.hpm-ico.editar   { border-color: var(--c-orange); }
.hpm-ico.eliminar { border-color: #dc3545; }

/* ══════════════════════════════════════════════════
   7. MODALES
   ══════════════════════════════════════════════════ */
.hpm-modal {
  border: none;
  border-radius: 18px;
  overflow: hidden;
  background: transparent !important;
}

/* Header: logo izq · título centrado · X derecha
   Una sola definición que usa flex + posición absoluta */
.hpm-modal-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  padding: .65rem 1rem;
  background: var(--c-primary);
  color: #fff;
}
.hpm-modal-left {
  display: flex;
  align-items: center;
  gap: .55rem;
  z-index: 2;
}
.hpm-modal-logo { height: 26px; width: auto; display: block; }

/* Título absoluto y centrado dentro del header */
.hpm-modal-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  text-align: center;
  color: #fff;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 1;
}
/* Alias para modales Bootstrap con title-wrap */
.hpm-modal-title-wrap { display: flex; justify-content: center; align-items: center; }
.hpm-modal-title {
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-shadow: 0 0 6px rgba(255,255,255,.35);
}

/* Body del modal con imagen de fondo */
.hpm-modal-body {
  position: relative;
  background-image: url("../imagenes/imag_body.jpg");
  background-size: cover;
  background-position: center;
  padding: 0;
  min-height: 220px;
}

/* Velo — pointer-events:none para no bloquear inputs */
.hpm-modal-overlay {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(255,255,255,.28);
  pointer-events: none !important;
  z-index: 1 !important;
}

/* Contenido siempre sobre el velo */
.hpm-modal-body .position-relative,
.hpm-modal-body form,
.hpm-modal-body .p-3 {
  position: relative;
  z-index: 2;
}

/* Inputs */
.hpm-label { font-weight: 800; color: var(--hpm-text); }
.hpm-input {
  border-radius: 999px;
  border: 1px solid rgba(35,43,96,.25);
  background: rgba(255,255,255,.95);
}
.hpm-input:focus {
  outline: none;
  box-shadow: 0 0 0 .2rem rgba(35,43,96,.15);
  border-color: rgba(35,43,96,.45);
}

/* Botones del modal */
.hpm-btn-cerrar {
  background: #6b7280;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: .55rem 1.2rem;
  font-weight: 700;
}
.hpm-btn-cerrar:hover { background: #4b5563; color: #fff; }

.hpm-btn-guardar {
  background: var(--c-orange);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: .55rem 1.2rem;
  font-weight: 900;
}
.hpm-btn-guardar:hover { filter: brightness(1.05); color: #fff; }

.hpm-btn-imprimir {
  background: var(--c-primary);
  color: #fff;
  border: none;
  border-radius: 999px;
  font-weight: 800;
}
.hpm-btn-imprimir:hover { filter: brightness(1.06); color: #fff; }

/* Botones Bootstrap dentro de modales del módulo */
.hpm-modal .btn.btn-primary,
.hpm-login-card .btn.btn-primary {
  border-radius: 999px;
  font-weight: 800;
  padding: .55rem 1.2rem;
}

/* Card del flujo OTP (Bootstrap modal) */
.hpm-login-card {
  width: 520px;
  max-width: calc(100vw - 32px);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0,0,0,.35);
  background: transparent;
}
.hpm-login-close {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  padding: 2px 10px;
  opacity: .9;
}
.hpm-login-close:hover { opacity: 1; }

/* ══════════════════════════════════════════════════
   8. FOOTER (no fijo — aparece al hacer scroll hasta el final)
   ══════════════════════════════════════════════════ */
.footer {
  position: static !important;
  width: 100%;
  background: var(--c-primary);
  color: #F9FAFB;
}
.footer .text-muted { color: #E5E7EB !important; }
.hpm-footer-hidden  { display: none; }

/* ══════════════════════════════════════════════════
   9. RESPONSIVE
   ══════════════════════════════════════════════════ */
@media (max-width: 575.98px) {
  .hpm-panel-title  { font-size: 1.6rem; }
  .hpm-search       { width: 100%; max-width: 100%; }
  .hpm-modal-title  { font-size: .95rem; letter-spacing: .04em; }
  .hpm-modal-center { width: 62%; font-size: .98rem; letter-spacing: .04em; }
  .hpm-modal-logo   { height: 22px; }
  .hpm-login-card   { width: 92vw; }
}
/* ══════════════════════════════════════════════════
   10. ACCESO PACIENTE
   ══════════════════════════════════════════════════ */

.paciente-page-body{
  min-height:100vh;
  display:flex;
  flex-direction:column;
  background:
    linear-gradient(rgba(255,255,255,.88), rgba(255,255,255,.90)),
    url("/imagenes/imag_body.jpg") no-repeat center center fixed;
  background-size:cover;
}

.paciente-topbar{
  position:sticky;
  top:0;
  z-index:1050;
  background:linear-gradient(90deg, var(--c-primary) 0%, #1f6f78 100%);
  box-shadow:0 8px 24px rgba(0,0,0,.15);
}

.paciente-topbar-inner{
  min-height:82px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:14px;
  padding:10px 0;
}

.paciente-topbar-left{
  display:flex;
  align-items:center;
  gap:14px;
}

.paciente-topbar-center{
  display:flex;
  align-items:center;
  justify-content:center;
}

.paciente-logo-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:58px;
  height:58px;
  border-radius:50%;
  background:rgba(255,255,255,.96);
  box-shadow:0 10px 24px rgba(0,0,0,.18);
  text-decoration:none;
  transition:transform .18s ease, box-shadow .18s ease;
}

.paciente-logo-link:hover{
  transform:translateY(-2px) scale(1.02);
  box-shadow:0 14px 28px rgba(0,0,0,.22);
}

.paciente-logo{
  width:42px;
  height:42px;
  object-fit:contain;
}

.paciente-topbar-title{
  color:#fff;
  font-weight:900;
  font-size:1.9rem;
  letter-spacing:.8px;
  text-transform:uppercase;
  margin:0;
  line-height:1.1;
  text-align:center;
  text-shadow:0 2px 10px rgba(0,0,0,.20);
}

.paciente-topbar-right{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.paciente-dni-badge{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  background:rgba(255,255,255,.14);
  color:#fff;
  border:1px solid rgba(255,255,255,.24);
  padding:.58rem .9rem;
  border-radius:999px;
  font-weight:700;
  font-size:.92rem;
  white-space:nowrap;
}

.paciente-btn-logout{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  background:#fff;
  color:var(--c-primary);
  border:2px solid #fff;
  padding:.58rem .95rem;
  border-radius:999px;
  font-weight:800;
  text-decoration:none;
  transition:all .18s ease;
  white-space:nowrap;
}

.paciente-btn-logout:hover{
  background:var(--c-yellow);
  border-color:var(--c-yellow);
  color:var(--c-primary);
}

.paciente-main{
  flex:1 0 auto;
  display:flex;
  flex-direction:column;
}

.paciente-panel{
  padding:34px 0 40px;
  flex:1 0 auto;
}

.paciente-panel-card{
  background:rgba(255,255,255,.92);
  border:1px solid rgba(35,43,96,.08);
  border-radius:24px;
  box-shadow:0 14px 35px rgba(35,43,96,.12);
  padding:28px 22px;
}

.paciente-panel-head{
  text-align:center;
  margin-bottom:22px;
}

.paciente-panel-head p{
  margin:0;
  color:#64748b;
  font-size:1rem;
}

.paciente-panel .acceso-card{
  min-height:132px;
  border-radius:18px;
  background:var(--c-primary);
  box-shadow:0 14px 30px rgba(35,43,96,.16);
  transition:transform .18s ease, box-shadow .18s ease;
}

.paciente-panel .acceso-card:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 34px rgba(35,43,96,.20);
}

.paciente-panel .acceso-card h3{
  font-size:1.02rem;
  margin-bottom:0;
}

.paciente-panel .acceso-icon{
  margin-bottom:14px;
}

.paciente-panel .acceso-icon i{
  font-size:2rem;
}

@media (max-width: 991.98px){
  .paciente-topbar-inner{
    grid-template-columns:1fr;
    justify-items:center;
    text-align:center;
  }

  .paciente-topbar-left,
  .paciente-topbar-right{
    justify-content:center;
  }

  .paciente-topbar-title{
    font-size:1.45rem;
  }
}

@media (max-width: 767.98px){
  .paciente-topbar-inner{
    min-height:76px;
  }

  .paciente-logo-link{
    width:52px;
    height:52px;
  }

  .paciente-logo{
    width:36px;
    height:36px;
  }

  .paciente-topbar-title{
    font-size:1.15rem;
  }

  .paciente-dni-badge{
    font-size:.78rem;
    padding:.5rem .7rem;
  }

  .paciente-btn-logout{
    font-size:.82rem;
    padding:.5rem .78rem;
  }

  .paciente-panel{
    padding:22px 0 32px;
  }

  .paciente-panel-card{
    padding:22px 16px;
  }

  .paciente-panel .acceso-card{
    min-height:118px;
  }

  .paciente-panel .acceso-card h3{
    font-size:.9rem;
  }

  .paciente-panel .acceso-icon i{
    font-size:1.7rem;
  }
}
/* ══════════════════════════════════════════════════
   11. MIS TURNOS
   ══════════════════════════════════════════════════ */

.mis-turnos-section{
  margin-top:32px;
  padding-top:28px;
  border-top:1px solid rgba(35,43,96,.08);
}

.mis-turnos-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  margin-bottom:20px;
}

.mis-turnos-header h2{
  margin:0;
  color:var(--c-primary);
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.5px;
  font-size:1.35rem;
}

.mis-turnos-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:92px;
  padding:.55rem .85rem;
  border-radius:999px;
  background:#eef2ff;
  color:var(--c-primary);
  font-weight:800;
  border:1px solid #d5ddff;
}

.turno-item-card{
  border-radius:18px;
  border:1px solid #dbe3ff;
  background:#fff;
  padding:18px;
  box-shadow:0 8px 24px rgba(35,43,96,.08);
  height:100%;
}

.turno-item-top{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:flex-start;
}

.turno-especialidad{
  color:var(--c-primary);
  font-weight:800;
  font-size:1.05rem;
  margin:0 0 6px;
}

.turno-profesional{
  color:#52607a;
  font-weight:600;
}

.turno-datos{
  display:grid;
  gap:8px;
  color:#334155;
  font-size:.95rem;
}

.turno-proximo{
  border-left:6px solid #198754;
}

.turno-pasado{
  border-left:6px solid #6c757d;
}

.turno-anulado{
  border-left:6px solid #dc3545;
}

.mis-turnos-empty{
  text-align:center;
  padding:30px 20px;
  border:2px dashed #d9e4ff;
  border-radius:18px;
  background:#fff;
}

.mis-turnos-empty i{
  display:block;
  font-size:2.3rem;
  color:#94a3b8;
  margin-bottom:12px;
}

.mis-turnos-empty h3{
  margin:0 0 8px;
  color:var(--c-primary);
  font-weight:800;
  font-size:1.15rem;
}

.mis-turnos-empty p{
  margin:0;
  color:#64748b;
}

@media (max-width: 767.98px){
  .mis-turnos-header h2{
    font-size:1.1rem;
  }

  .turno-item-top{
    flex-direction:column;
    align-items:flex-start;
  }
}


/* ══════════════════════════════════════════════════
   12. FIX PORTAL PACIENTE — TARJETAS MISMO TAMAÑO
   SIN ROMPER SUBMENÚS / BOTONES DESPLEGABLES
   ══════════════════════════════════════════════════ */

/* TARJETAS PRINCIPALES DEL PANEL */
.paciente-panel-card .acceso-card{
  min-height: 148px !important;
  height: 148px !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 18px 14px !important;
  width: 100%;
}

.paciente-panel-card .acceso-card h3{
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

.paciente-panel-card .acceso-card small,
.paciente-panel-card .acceso-card .text-muted{
  display: block;
  min-height: 18px;
}

/* IMPORTANTE:
   no tocar columnas ni rows globales del panel,
   porque eso rompe los submenús desplegables */

/* CONTENEDORES DESPLEGABLES */
.paciente-panel .collapse,
.paciente-panel .collapse.show,
.paciente-panel .submenu-accesos,
.paciente-panel .subcards-wrap,
.paciente-panel .submodulos-wrap,
.paciente-panel .panel-submenu{
  width: 100% !important;
  max-width: 100% !important;
  clear: both !important;
  margin-top: 12px !important;
}

/* CUANDO SE ABRE EL DESPLEGABLE, QUE BAJE ABAJO */
.paciente-panel .collapse.show{
  display: block !important;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
}

/* FILA INTERNA DE LOS SUBBOTONES */
.paciente-panel .collapse.show .row,
.paciente-panel .submenu-accesos .row,
.paciente-panel .subcards-wrap .row,
.paciente-panel .submodulos-wrap .row,
.paciente-panel .panel-submenu .row{
  display: flex !important;
  flex-wrap: wrap !important;
}

/* COLUMNAS INTERNAS DE LOS SUBBOTONES */
.paciente-panel .collapse.show [class*="col-"],
.paciente-panel .submenu-accesos [class*="col-"],
.paciente-panel .subcards-wrap [class*="col-"],
.paciente-panel .submodulos-wrap [class*="col-"],
.paciente-panel .panel-submenu [class*="col-"]{
  display: block !important;
  width: auto !important;
  flex: 0 0 auto !important;
  max-width: 100% !important;
}

/* SUBBOTONES DESPLEGABLES */
.paciente-panel .collapse.show .acceso-card,
.paciente-panel .submenu-accesos .acceso-card,
.paciente-panel .subcards-wrap .acceso-card,
.paciente-panel .submodulos-wrap .acceso-card,
.paciente-panel .panel-submenu .acceso-card{
  min-height: 112px !important;
  height: 112px !important;
  padding: 12px 10px !important;
  width: 100% !important;
}

.paciente-panel .collapse.show .acceso-card h3,
.paciente-panel .submenu-accesos .acceso-card h3,
.paciente-panel .subcards-wrap .acceso-card h3,
.paciente-panel .submodulos-wrap .acceso-card h3,
.paciente-panel .panel-submenu .acceso-card h3{
  min-height: auto !important;
  font-size: .86rem !important;
  line-height: 1.15 !important;
}

/* SI EL HTML USA BOTONES PEGADOS AL COSTADO, FORZAR BAJADA */
.paciente-panel .collapse.show,
.paciente-panel .collapse.show > div{
  float: none !important;
}

/* MOBILE */
@media (max-width: 767.98px){
  .paciente-panel-card .acceso-card{
    min-height: 126px !important;
    height: 126px !important;
    padding: 14px 10px !important;
  }

  .paciente-panel-card .acceso-card h3{
    min-height: 34px;
    font-size: .90rem !important;
  }

  .paciente-panel .collapse.show .acceso-card,
  .paciente-panel .submenu-accesos .acceso-card,
  .paciente-panel .subcards-wrap .acceso-card,
  .paciente-panel .submodulos-wrap .acceso-card,
  .paciente-panel .panel-submenu .acceso-card{
    min-height: 98px !important;
    height: 98px !important;
  }

  .paciente-panel .collapse.show .acceso-card h3,
  .paciente-panel .submenu-accesos .acceso-card h3,
  .paciente-panel .subcards-wrap .acceso-card h3,
  .paciente-panel .submodulos-wrap .acceso-card h3,
  .paciente-panel .panel-submenu .acceso-card h3{
    font-size: .78rem !important;
  }
}
/* ══════════════════════════════════════════════════
   13. FOOTER IGUAL AL INDEX PRINCIPAL
   ══════════════════════════════════════════════════ */

html, body{
  min-height:100%;
}

.paciente-page-body{
  min-height:100vh;
  display:flex;
  flex-direction:column;
}

.paciente-main{
  flex:1 0 auto;
  display:flex;
  flex-direction:column;
}

/* mismo footer del index */
.ih-footer-simple{
  margin-top:auto;
  width:100%;
  background: var(--c-primary);
  color:#fff;
  position:relative;
  z-index:5;
}

.ih-footer-simple-container{
  width:100%;
  padding:22px 16px 18px;
}

.ih-footer-simple-inner{
  max-width:1200px;
  margin:0 auto;
  display:flex;
  justify-content:center;
  align-items:center;
}

.ih-footer-simple-brand{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  gap:10px;
}

.ih-footer-simple-logo{
  width:58px;
  height:58px;
  object-fit:contain;
  display:block;
}

.ih-footer-simple-text{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:4px;
  color:#fff;
}

.ih-footer-simple-text strong{
  color:#fff;
  font-size:1.1rem;
  font-weight:800;
  line-height:1.2;
}

.ih-footer-simple-text span{
  color:rgba(255,255,255,.92);
  font-size:.95rem;
  font-weight:500;
}

.ih-footer-copy{
  color:rgba(255,255,255,.78);
  font-size:.82rem;
  margin-top:4px;
}

.ih-footer-social-bottom{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin-top:6px;
}

.ih-footer-social-bottom a{
  width:36px;
  height:36px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  color:#fff;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.18);
  transition:all .18s ease;
}

.ih-footer-social-bottom a:hover{
  transform:translateY(-2px);
  color:#fff;
}

.ih-footer-social-bottom a.whatsapp:hover{
  background:#25D366;
  border-color:#25D366;
}

.ih-footer-social-bottom a.facebook:hover{
  background:#1877F2;
  border-color:#1877F2;
}

.ih-footer-social-bottom a.instagram:hover{
  background:linear-gradient(135deg,#F58529,#DD2A7B,#8134AF,#515BD4);
  border-color:transparent;
}

@media (max-width: 767.98px){
  .ih-footer-simple-container{
    padding:18px 12px 16px;
  }

  .ih-footer-simple-logo{
    width:50px;
    height:50px;
  }

  .ih-footer-simple-text strong{
    font-size:1rem;
  }

  .ih-footer-simple-text span{
    font-size:.86rem;
  }

  .ih-footer-copy{
    font-size:.76rem;
  }
}