html {
  font-size: 14px;
}

@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 {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.footer {
    color: #fff; /* Color del texto */
    padding: 20px 15px; /* Espaciado interno superior e inferior */
    position: absolute; /* Fijar posición */
    width: 100%; /* Ancho completo */
    bottom: 0; /* Pegado al fondo */
}




/*.about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;  Ajusta la altura según tus necesidades 
}

.about h2, .about p {
        text-align: center;

}*/



.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icon a {
    color: white;
    margin-right: 15px; /* Increased margin between icons */
}

.font-size-lg {
    font-size: 18px; /* Ajusta el tamaño del texto según tus preferencias */
    margin-top: 20px; /* Ajusta el margen superior según tus preferencias */
}
.container-work {
    align-items: center;
    justify-content: center; /* Adjust the max-width as needed */
    width: 100%;
    padding: 20px;
    border: 0; /* Optional border for visualization */
}

.col-lg-6 {
    text-align: center;
}

.font-size-lg {
    font-size: 18px; /* Adjust the font size as needed */
}
