 .minusculas {
     text-transform: lowercase;
 }
 
 .mayusculas {
     text-transform: uppercase;
 }
 input[type='email']{
     text-transform: lowercase;
 }
 
 .left {
     text-align: left;
 }
 
 .center {
     text-align: center;
 }
 
 .right {
     text-align: right;
 }
 
 .justify {
     text-align: justify
 }
 
 a #logo2>img {
     width: 20px;
     height: auto;
 }
 
 .img-foto {
     width: 240px !important;
     height: 300px !important;
 }
 
 .img-coordinadores {
     width: 100%;
     height: auto;
 }
 
 .img-logo-asoc {
     width: 250px;
     height: 250px;
 }
 
 .img-noti-thumbnail {
     width: 200px;
     height: 200px;
 }
 
 .img-ico {
     width: 60px !important;
     height: 60px !important;
 }
 
 #cargaslider {
     width: 40%;
 }
 
 .img-noti {
     width: 200px;
     height: 200px;
 }
 
 .img-estu-ver {
     width: 120px;
     height: 140px;
 }
 
 .animation {
     animation: 10s;
 }
 
 .animation {
     animation: 10s;
 }
 [data-bs-theme="light"] .container-fluid, .container {
  background-color: #ffffff; /* blanco puro */
  color: #212529; /* texto oscuro */
}

[data-bs-theme="dark"] .container-fluid, .container {
  background-color: #1e1e1e; /* gris oscuro */
  color: #f8f9fa; /* texto claro */
}
[data-bs-theme="auto"] .container-fluid, .container {
  background-color: #f8f9fa; /* gris claro */
  color: #212529; /* texto oscuro */
}
[data-bs-theme="light"] main {
  background-color: #ffffff;
  color: #212529;
}

[data-bs-theme="dark"] main {
  background-color: #1e1e1e;
  color: #f8f9fa;
}

main {
  transition: background-color 0.3s ease, color 0.3s ease;
}
