/* Márgenes generales */

/* Logo */
.logo-container img {
	max-height: 100px;
}

/* Responsive: títulos más pequeños en móviles */
@media (max-width: 768px) {
	h2.title.is-4 {
		font-size: 1.3rem;
	}


	hr{
		margin-bottom : 5px;
	}  
}

.seccion h2.title {
  xbackground-color: #bcd2e3; /* color de fondo */
  color: #00518f;               /* texto en blanco */
  padding: 1rem;
  margin: 0;                 /* elimina margen por defecto */
  text-align: center;        /* centra el texto */
  width: 50%;               /* ocupa todo el ancho */
  border-radius: 10px;          /* opcional: sin bordes redondeados */
  margin-bottom : 15px;
  font-size : 20px; 

}

/* Card visual */
.oficina-card {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.3s ease, transform 0.2s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.oficina-card:hover {
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

/* Título de ciudad */
.oficina-card .oficina-card-title {
  font-size: 0.8rem;
  font-weight: 600;
  color: #2c3e50;
  padding: 0.75rem 1rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  width: 100%;
}

/* Contenido del cuerpo */
.oficina-card .oficina-card-content {
  padding: 1rem;
  flex-grow: 1;
}

/* Línea individual de contacto (ícono + texto) */
.oficina-linea-info {
  display: flex;
  align-items: center;
  font-size: 0.95rem;
  color: #4a4a4a;
  margin-bottom: 0.4rem;
  flex-wrap: wrap;
}

/* Íconos */
.oficina-linea-info i {
  color: #3273dc;
  margin-right: 0.5rem;
}

/* Enlaces */
.oficina-linea-info a {
  color: #363636;
  text-decoration: none;
  word-break: break-word;
}

.oficina-linea-info a:hover {
  color: #3273dc;
  text-decoration: underline;
}


.asistencia-card {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.04);
  transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.asistencia-card:hover {
  box-shadow: 0 6px 14px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}

.asistencia-card .card-content {
  padding: 1.2rem;
}

.asistencia-card p {
  margin-bottom: 0.4rem;
  font-size: 0.95rem;
  color: #4a4a4a;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.asistencia-card a {
  color: #363636;
  text-decoration: none;
}

.asistencia-card a:hover {
  color: #1e90ff;
  text-decoration: underline;
}


.card{
	background-color: #f5f5f5;
}

.card-title{
	background-color: #f5f5f5;

}

.telefonos{
	font-size: 1.05rem; 
	font-weight : bold;
	color : #00518f;
}

.comentarios{
	font-size: 0.70rem; 	
}

