html {
    height: 100%; /* O min-height: 100vh para asegurar que ocupe toda la pantalla */
    margin: 0;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    height: 100%; /* O min-height: 100vh para asegurar que ocupe toda la pantalla */
    margin: 0;
}

body {
    margin: 0;
    position: relative;
    background-color: #222A35;
}

.backgroundpm {
    background-color: #222A35;
}

.background2pm {
    background-image: url('../imagenes/whatsapp image 2025-07-30 at 12.10.11 pm.jpeg');
}

h1 {
    font-size: 40;
    font-family: 'segoe-ui';
    color: white;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

h2 {
    font-size: 28px;
    text-align: center;
    color: #222A35;
    font-family: 'segoe-ui,sans-serif';
}

.textocentral {
    font-size: 18px;
    color: #222A35;
    font-family: 'segoe-ui';
}

.textbutton {
    font-size: 18px;
    color: white;
    font-family: 'segoe-ui';
}

.textfooter {
    font-size: 17px;
    color: white;
    font-family: 'segoe-ui';
}
body {
    

}
.dropdownd {
    position: relative;
    display: inline-block; /* O block, según tu diseño */
}
.footer {
    border-top: 1px solid #258cfb;
}
.borderlinks {
    border-right: 1px solid white;
}
.borderHeader {
    border-bottom: 1px solid #258cfb
}
.config {
    min-height:100dvh;
    display:grid;
    grid-template-rows:auto 1fr auto;
}
.shadow-dark {
    box-shadow: 0 4rem 4rem #0094ff;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 1) !important;
}
.shadow-sm {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.3) !important;
}
.titulo {

    text-shadow: 0 0 4px #258cfb;
}
.divunra {
    box-shadow: 10px 10px 5px lightblue inset;
}