@charset "UTF-8";
/* CSS Document */

#header {

	background: #96AF8A;
	text-align: center;	
	padding: 20px;	
	width: 100%;
	 position: fixed;
  	top: 0;
 	 left: 0;
	color: aliceblue 
}




.info-practica {
  padding: 60px 20px;
  background-color: #f9f9f9;
  font-family: Arial, sans-serif;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}

.info-practica h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  color: #333;
}

.info-bloc {
  margin-bottom: 30px;
  padding: 25px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.info-bloc h3 {
  margin-bottom: 15px;
  color: #444;
  font-size: 1.3rem;
}

.info-bloc ul {
  list-style: none;
  padding: 0;
}

.info-bloc ul li {
  margin-bottom: 8px;
  color: #555;
}

.nota {
  margin-top: 10px;
  font-size: 0.9rem;
  color: #888;
}

.mapa iframe {
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

/* Responsive */
@media (max-width: 900px) {
  .info-grid {
    grid-template-columns: 1fr;
  }
}




.boton-flotante {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 70px;
  height: 70px;
  z-index: 999;
  transition: 0.3s;
}

.boton-flotante img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* Efecto hover suave */
.boton-flotante:hover {
  transform: scale(1.1);





