.lilinkm{
    all: unset;
    padding-right: 1vh;
}

.lilinkm:hover{
    text-decoration: none;
    color: white;
}

.holn{
    background-color: #11274B;
    color: white;
}
.lawn{
    background-color: #12274a;
    color: white;
}
.bussn{
    background-color: #00442b;
    color: white;
}

.sociossec {
    min-height: 100vh;
    background-color: white;
    width: 100%;
}

.socios-item {
    margin-bottom: 20px;
}

.full-height {
    height: 100%;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}


.hsoc{
    font-size: calc(1em + 3.5vw);
    margin-bottom: 50px;
    padding-top: 50px;
    margin-top: 30px;
    color: #11274B;
}

.socio-name{
color: #11274B;
}

.socio-puesto{
color: #11274B;
}
.imagenidioma{
  width: 60%; /* Ancho deseado */
  height: auto; /* Altura deseada */
  margin-left: 20%;
}

.btn-flotante {
	border-radius: 10px; /* Borde del boton */
	background-color: white; /* Color de fondo */
	padding: 18px 30px; /* Relleno del boton */
	position: fixed;
  width: 100px; /* Ajusta el ancho deseado */
  text-align: center; /* Centra el contenido del botón horizontalmente */
  line-height: 50px; /* Centra el contenido del botón verticalmente */
	bottom: 40px;
	right: 150px;
	transition: all 300ms ease 0ms;
	box-shadow: 10px 10px 23px -2px rgba(0,0,0,0.76);
	z-index: 99;
  text-decoration: none;
}
.btn-flotante:hover {
  color: white;
	box-shadow: 10px 10px 23px -2px rgba(0,0,0,0.76);
	transform: translateY(-7px);
}
/*Boton flotante Idioma*/
.btn-flotante-idioma {
	border-radius: 10px; /* Borde del boton */
	background-color: white; /* Color de fondo */
	padding: 18px 30px; /* Relleno del boton */
	position: fixed;
  width: 100px; /* Ajusta el ancho deseado */
  text-align: center; /* Centra el contenido del botón horizontalmente */
  line-height: 50px; /* Centra el contenido del botón verticalmente */
	bottom: 40px;
	right: 40px;
	box-shadow: 10px 10px 23px -2px rgba(0,0,0,0.76);
	z-index: 99;
  text-decoration: none;
}
@media only screen and (max-width: 600px) {
 	.btn-flotante {
		font-size: 14px;
		padding: 12px 20px;
		bottom: 20px;
		right: 100px;
    width: 70px; /* Ajusta el ancho deseado */
	}
  .btn-flotante-idioma{
    font-size: 14px;
		padding: 12px 20px;
		bottom: 20px;
		right: 20px;
    width: 70px; /* Ajusta el ancho deseado */
  }
}
